summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Presentation/presentation.tex55
-rw-r--r--resources/memory_latency.pdfbin82714 -> 35823 bytes
-rw-r--r--resources/memory_latency.svg37582
3 files changed, 35921 insertions, 1716 deletions
diff --git a/Presentation/presentation.tex b/Presentation/presentation.tex
index 18be3aa..96bbd93 100644
--- a/Presentation/presentation.tex
+++ b/Presentation/presentation.tex
@@ -2,9 +2,15 @@
\documentclass[fleqn,11pt,aspectratio=43]{beamer}
\usepackage[english]{babel}
-\usepackage[utf8x]{inputenc}
+\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{svg}
+\usepackage[
+backend=biber,
+%style=alphabetic,
+%sorting=ynt
+]{biblatex}
+\addbibresource{../Presentation/references.bib}
\usetheme[%
%nexus,% Nexus Fonts benutzen
%lnum,% Versalziffern verwenden
@@ -39,6 +45,9 @@
\begin{document}
+\nocite{*}
+\renewcommand*{\bibfont}{\scriptsize}
+
\begin{frame}[plain]
\titlepage
\end{frame}
@@ -57,7 +66,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/cnn}
- \caption{Deep Neural Network}
+ \caption{Deep Neural Network \cite{726791}}
\end{figure}
\end{frame}
@@ -105,7 +114,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=0.65\textwidth, keepaspectratio]{resources/dnn_dataflows_png}
- \caption{Common dataflow models in inference architectures}
+ \caption{Common dataflow models in inference architectures \cite{DBLP:journals/corr/SzeCESZ16}}
\end{figure}
\end{frame}
@@ -113,15 +122,15 @@
\begin{figure}[h]
\centering
\includegraphics[width=0.65\textwidth, keepaspectratio]{resources/dnn_dataflows_access_png}
- \caption{Common dataflow models in inference architectures}
+ \caption{Common dataflow models in inference architectures (based on \cite{DBLP:journals/corr/SzeCESZ16})}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[h]
\centering
- \includegraphics[width=0.9\textwidth, keepaspectratio]{resources/memory_latency_png}
- \caption{Memory hierarchy and energy cost of hierarchy levels}
+ \includegraphics[width=0.9\textwidth, keepaspectratio]{resources/memory_latency}
+ \caption{Memory hierarchy and energy cost of hierarchy levels \cite{DBLP:journals/corr/SzeCESZ16}}
\end{figure}
\end{frame}
@@ -158,7 +167,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=0.75\textwidth, keepaspectratio]{resources/basis_projection_png}
- \caption{Basis projection and resulting weight distribution}
+ \caption{Basis projection and resulting weight distribution \cite{DBLP:journals/corr/SuleimanZS16}}
\end{figure}
\end{frame}
@@ -170,7 +179,7 @@
\centering
\vspace{0.5cm}
\includegraphics[width=0.3\textwidth, keepaspectratio]{resources/pruning}
- \caption{3-step pruning working principle}
+ \caption{3-step pruning working principle (based on \cite{NIPS2015_ae0eb3ee})}
\end{figure}
\end{frame}
@@ -207,7 +216,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=0.5\textwidth, keepaspectratio]{resources/clustering}
- \caption{Weight quantization}
+ \caption{Weight quantization \cite{Han2015DeepCC}}
\end{figure}
\begin{itemize}
\item Group similar weights into clusters
@@ -231,7 +240,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=0.8\textwidth, keepaspectratio]{resources/centroid_initialization}
- \caption{Different centroid initialization methods}
+ \caption{Different centroid initialization methods \cite{Han2015DeepCC}}
\end{figure}
\end{frame}
@@ -247,7 +256,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=0.7\textwidth, keepaspectratio]{resources/hashnets}
- \caption{HashNets encoding}
+ \caption{HashNets encoding (based on \cite{10.5555/3045118.3045361})}
\end{figure}
\end{frame}
@@ -312,7 +321,7 @@
\centering
\includegraphics[width=0.52\textwidth, keepaspectratio]{resources/eie_matrix}
\includegraphics[width=0.52\textwidth, keepaspectratio]{resources/eie_layout}
- \caption{Weight matrix segmentation and memory layout}
+ \caption{Weight matrix segmentation and memory layout \cite{10.1109/ISCA.2016.30}}
\end{figure}
\end{frame}
@@ -320,7 +329,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/eie_hw}
- \caption{Hardware architecture}
+ \caption{Hardware architecture \cite{10.1109/ISCA.2016.30}}
\end{figure}
\end{frame}
@@ -329,7 +338,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/eie_hw_zero}
- \caption{Non-Zero detection node}
+ \caption{Non-Zero detection node (based on \cite{10.1109/ISCA.2016.30})}
\end{figure}
\end{minipage}
\hfill
@@ -346,7 +355,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/eie_hw_pointer}
- \caption{Pointer read unit}
+ \caption{Pointer read unit (based on \cite{10.1109/ISCA.2016.30})}
\end{figure}
\end{minipage}
\hfill
@@ -362,7 +371,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/eie_hw_matrix}
- \caption{Sparse matrix read unit}
+ \caption{Sparse matrix read unit (based on \cite{10.1109/ISCA.2016.30})}
\end{figure}
\end{minipage}
\hfill
@@ -380,7 +389,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/eie_hw_alu}
- \caption{Arithmetic unit}
+ \caption{Arithmetic unit (based on \cite{10.1109/ISCA.2016.30})}
\end{figure}
\end{minipage}
\hfill
@@ -398,7 +407,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/eie_hw_rw}
- \caption{Read/Write unit}
+ \caption{Read/Write unit (based on \cite{10.1109/ISCA.2016.30})}
\end{figure}
\end{minipage}
\hfill
@@ -416,7 +425,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/eie_hw_lnzd}
- \caption{ReLU \& Leading non-zero detection unit}
+ \caption{ReLU \& Leading non-zero detection unit (based on \cite{10.1109/ISCA.2016.30})}
\end{figure}
\end{minipage}
\hfill
@@ -441,7 +450,7 @@
\includegraphics[width=\textwidth, keepaspectratio]{resources/eval_speed_png}\\
\vspace{0.5cm}
\includegraphics[width=\textwidth, keepaspectratio]{resources/eval_energy_png}
- \caption{Speedup and energy efficienty comparison}
+ \caption{Speedup and energy efficienty comparison \cite{10.1109/ISCA.2016.30}}
\end{figure}
\begin{itemize}
\item Throughput: 102 GOP/s compressed $\rightarrow$ 3 TOP/s uncompressed
@@ -452,7 +461,7 @@
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, keepaspectratio]{resources/accelerators_table}
- \caption{EIE compared with different DNN hardware accelerators}
+ \caption{EIE compared with different DNN hardware accelerators \cite{10.1109/ISCA.2016.30}}
\end{figure}
\end{frame}
@@ -481,8 +490,8 @@
\end{itemize}
\end{frame}
-\begin{frame}[highlight]
- Ende
+\begin{frame}[allowframebreaks]{References}
+ \printbibliography
\end{frame}
\end{document} \ No newline at end of file
diff --git a/resources/memory_latency.pdf b/resources/memory_latency.pdf
index 69f7f3e..776268a 100644
--- a/resources/memory_latency.pdf
+++ b/resources/memory_latency.pdf
Binary files differ
diff --git a/resources/memory_latency.svg b/resources/memory_latency.svg
index 8f5d77d..7f70c9c 100644
--- a/resources/memory_latency.svg
+++ b/resources/memory_latency.svg
@@ -1,1778 +1,35974 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
<svg
+ width="222.96405pt"
+ height="133.11697pt"
+ viewBox="0 0 222.96405 133.11697"
version="1.1"
- id="svg2"
- width="301.2587"
- height="177.91568"
- viewBox="0 0 301.2587 177.91568"
+ id="svg13832"
sodipodi:docname="memory_latency.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
- inkscape:export-filename="memory_latency.png"
- inkscape:export-xdpi="630.95276"
- inkscape:export-ydpi="630.95276"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
+ <sodipodi:namedview
+ id="namedview13834"
+ pagecolor="#505050"
+ bordercolor="#ffffff"
+ borderopacity="1"
+ inkscape:showpageshadow="0"
+ inkscape:pageopacity="0"
+ inkscape:pagecheckerboard="1"
+ inkscape:deskcolor="#505050"
+ inkscape:document-units="pt"
+ showgrid="false"
+ inkscape:zoom="1.1262818"
+ inkscape:cx="72.805934"
+ inkscape:cy="187.3421"
+ inkscape:window-width="1920"
+ inkscape:window-height="1021"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg13832" />
<defs
- id="defs6">
+ id="defs2286">
+ <filter
+ id="filter-remove-color"
+ x="0"
+ y="0"
+ width="1"
+ height="1">
+ <feColorMatrix
+ color-interpolation-filters="sRGB"
+ values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
+ id="feColorMatrix2" />
+ </filter>
+ <filter
+ id="filter-color-to-alpha"
+ x="0"
+ y="0"
+ width="1"
+ height="1">
+ <feColorMatrix
+ color-interpolation-filters="sRGB"
+ values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0.2126 0.7152 0.0722 0 0"
+ id="feColorMatrix5" />
+ </filter>
+ <g
+ id="g2050">
+ <g
+ id="glyph-0-0">
+ <path
+ d="M 0.9375,0 V -4.71875 H 4.71875 V 0 Z m 0.125,-0.125 H 4.59375 V -4.59375 H 1.0625 Z m 0,0"
+ id="path8" />
+ </g>
+ <g
+ id="glyph-0-1">
+ <path
+ d="M 1.765625,0 V -4.484375 H 0.15625 V -5.40625 h 4.296875 v 0.921875 H 2.859375 V 0 Z m 0,0"
+ id="path11" />
+ </g>
+ <g
+ id="glyph-0-2">
+ <path
+ d="m 2.8125,-1.25 1.03125,0.171875 c -0.136719,0.386719 -0.351562,0.679687 -0.640625,0.875 -0.28125,0.19921875 -0.636719,0.296875 -1.0625,0.296875 -0.6875,0 -1.195313,-0.222656 -1.515625,-0.671875 -0.261719,-0.351563 -0.390625,-0.800781 -0.390625,-1.34375 0,-0.65625 0.164063,-1.164063 0.5,-1.53125 C 1.078125,-3.816406 1.507812,-4 2.03125,-4 c 0.582031,0 1.039062,0.195312 1.375,0.578125 0.34375,0.386719 0.503906,0.976563 0.484375,1.765625 h -2.59375 c 0.00781,0.304688 0.09375,0.542969 0.25,0.71875 0.164063,0.167969 0.363281,0.25 0.59375,0.25 0.164063,0 0.300781,-0.039062 0.40625,-0.125 C 2.660156,-0.90625 2.75,-1.050781 2.8125,-1.25 Z M 2.859375,-2.296875 C 2.859375,-2.585938 2.78125,-2.8125 2.625,-2.96875 2.476562,-3.125 2.300781,-3.203125 2.09375,-3.203125 c -0.230469,0 -0.417969,0.078125 -0.5625,0.234375 -0.148438,0.167969 -0.21875,0.390625 -0.21875,0.671875 z m 0,0"
+ id="path14" />
+ </g>
+ <g
+ id="glyph-0-3">
+ <path
+ d="M 0.46875,-3.90625 H 1.421875 V -3.375 c 0.34375,-0.414062 0.75,-0.625 1.21875,-0.625 0.25,0 0.460937,0.054688 0.640625,0.15625 C 3.46875,-3.738281 3.625,-3.582031 3.75,-3.375 3.914062,-3.582031 4.097656,-3.738281 4.296875,-3.84375 4.492188,-3.945312 4.707031,-4 4.9375,-4 c 0.289062,0 0.535156,0.058594 0.734375,0.171875 0.195313,0.117187 0.34375,0.289063 0.4375,0.515625 C 6.179688,-3.144531 6.21875,-2.875 6.21875,-2.5 V 0 H 5.1875 v -2.234375 c 0,-0.382813 -0.039062,-0.632813 -0.109375,-0.75 -0.09375,-0.144531 -0.242187,-0.21875 -0.4375,-0.21875 -0.148437,0 -0.289063,0.046875 -0.421875,0.140625 C 4.09375,-2.976562 4,-2.851562 3.9375,-2.6875 3.882812,-2.519531 3.859375,-2.25 3.859375,-1.875 V 0 h -1.03125 v -2.140625 c 0,-0.382813 -0.023437,-0.628906 -0.0625,-0.734375 -0.03125,-0.113281 -0.089844,-0.195312 -0.171875,-0.25 -0.074219,-0.050781 -0.179688,-0.078125 -0.3125,-0.078125 -0.15625,0 -0.296875,0.042969 -0.421875,0.125 -0.125,0.085937 -0.21875,0.210937 -0.28125,0.375 C 1.523438,-2.546875 1.5,-2.28125 1.5,-1.90625 V 0 H 0.46875 Z m 0,0"
+ id="path17" />
+ </g>
+ <g
+ id="glyph-0-4">
+ <path
+ d="m 0.515625,-3.90625 h 0.96875 v 0.5625 c 0.125,-0.195312 0.289063,-0.351562 0.5,-0.46875 C 2.203125,-3.9375 2.441406,-4 2.703125,-4 c 0.445313,0 0.828125,0.179688 1.140625,0.53125 0.320312,0.355469 0.484375,0.851562 0.484375,1.484375 0,0.65625 -0.164063,1.167969 -0.484375,1.53125 C 3.53125,-0.0859375 3.144531,0.09375 2.6875,0.09375 2.46875,0.09375 2.269531,0.0507812 2.09375,-0.03125 1.925781,-0.125 1.742188,-0.273438 1.546875,-0.484375 v 1.96875 h -1.03125 z m 1.015625,1.890625 c 0,0.4375 0.085938,0.761719 0.265625,0.96875 0.175781,0.210937 0.390625,0.3125 0.640625,0.3125 0.238281,0 0.4375,-0.09375 0.59375,-0.28125 0.164062,-0.195313 0.25,-0.515625 0.25,-0.953125 0,-0.414062 -0.085938,-0.722656 -0.25,-0.921875 C 2.863281,-3.085938 2.660156,-3.1875 2.421875,-3.1875 c -0.261719,0 -0.476563,0.101562 -0.640625,0.296875 -0.167969,0.199219 -0.25,0.492187 -0.25,0.875 z m 0,0"
+ id="path20" />
+ </g>
+ <g
+ id="glyph-0-5">
+ <path
+ d="m 0.296875,-2.015625 c 0,-0.34375 0.082031,-0.675781 0.25,-1 C 0.722656,-3.335938 0.96875,-3.582031 1.28125,-3.75 1.59375,-3.914062 1.9375,-4 2.3125,-4 c 0.59375,0 1.078125,0.195312 1.453125,0.578125 0.382813,0.386719 0.578125,0.871094 0.578125,1.453125 0,0.59375 -0.195312,1.089844 -0.578125,1.484375 -0.386719,0.3867188 -0.867187,0.578125 -1.4375,0.578125 -0.367187,0 -0.710937,-0.078125 -1.03125,-0.234375 -0.324219,-0.164063 -0.574219,-0.40625 -0.75,-0.71875 -0.167969,-0.320313 -0.25,-0.707031 -0.25,-1.15625 z m 1.0625,0.0625 c 0,0.386719 0.09375,0.683594 0.28125,0.890625 0.1875,0.210938 0.414063,0.3125 0.6875,0.3125 0.269531,0 0.492187,-0.101562 0.671875,-0.3125 0.1875,-0.207031 0.28125,-0.507812 0.28125,-0.90625 0,-0.375 -0.09375,-0.664062 -0.28125,-0.875 -0.179688,-0.207031 -0.402344,-0.3125 -0.671875,-0.3125 -0.273437,0 -0.5,0.105469 -0.6875,0.3125 -0.1875,0.210938 -0.28125,0.507812 -0.28125,0.890625 z m 0,0"
+ id="path23" />
+ </g>
+ <g
+ id="glyph-0-6">
+ <path
+ d="M 1.53125,0 H 0.5 v -3.90625 h 0.953125 v 0.546875 C 1.617188,-3.617188 1.765625,-3.789062 1.890625,-3.875 2.023438,-3.957031 2.175781,-4 2.34375,-4 c 0.238281,0 0.46875,0.0625 0.6875,0.1875 l -0.3125,0.90625 c -0.179688,-0.113281 -0.34375,-0.171875 -0.5,-0.171875 -0.136719,0 -0.257812,0.042969 -0.359375,0.125 -0.105469,0.085937 -0.1875,0.230469 -0.25,0.4375 -0.054687,0.210937 -0.078125,0.648437 -0.078125,1.3125 z m 0,0"
+ id="path26" />
+ </g>
+ <g
+ id="glyph-0-7">
+ <path
+ d="M 1.3125,-2.71875 0.375,-2.890625 C 0.476562,-3.265625 0.660156,-3.539062 0.921875,-3.71875 1.179688,-3.90625 1.566406,-4 2.078125,-4 2.535156,-4 2.875,-3.941406 3.09375,-3.828125 3.320312,-3.722656 3.484375,-3.585938 3.578125,-3.421875 3.671875,-3.253906 3.71875,-2.945312 3.71875,-2.5 l -0.015625,1.21875 c 0,0.34375 0.015625,0.601562 0.046875,0.765625 C 3.789062,-0.359375 3.851562,-0.1875 3.9375,0 H 2.921875 C 2.890625,-0.0703125 2.851562,-0.175781 2.8125,-0.3125 2.800781,-0.363281 2.789062,-0.398438 2.78125,-0.421875 2.601562,-0.253906 2.410156,-0.125 2.203125,-0.03125 2.003906,0.0507812 1.789062,0.09375 1.5625,0.09375 c -0.398438,0 -0.714844,-0.109375 -0.953125,-0.328125 -0.230469,-0.21875 -0.34375,-0.492187 -0.34375,-0.828125 0,-0.226562 0.050781,-0.425781 0.15625,-0.59375 0.101563,-0.175781 0.25,-0.3125 0.4375,-0.40625 0.195313,-0.09375 0.472656,-0.171875 0.828125,-0.234375 0.488281,-0.09375 0.828125,-0.175781 1.015625,-0.25 V -2.65625 c 0,-0.195312 -0.054687,-0.335938 -0.15625,-0.421875 -0.09375,-0.082031 -0.277344,-0.125 -0.546875,-0.125 -0.1875,0 -0.335938,0.039063 -0.4375,0.109375 -0.105469,0.0625 -0.1875,0.1875 -0.25,0.375 z M 2.703125,-1.875 C 2.566406,-1.832031 2.351562,-1.78125 2.0625,-1.71875 1.78125,-1.65625 1.59375,-1.597656 1.5,-1.546875 c -0.136719,0.105469 -0.203125,0.230469 -0.203125,0.375 0,0.148437 0.050781,0.273437 0.15625,0.375 0.113281,0.105469 0.253906,0.15625 0.421875,0.15625 0.1875,0 0.363281,-0.0625 0.53125,-0.1875 0.132812,-0.09375 0.21875,-0.207031 0.25,-0.34375 0.03125,-0.082031 0.046875,-0.25 0.046875,-0.5 z m 0,0"
+ id="path29" />
+ </g>
+ <g
+ id="glyph-0-8">
+ <path
+ d="m 0.546875,0 v -5.40625 h 1.03125 V 0 Z m 0,0"
+ id="path32" />
+ </g>
+ <g
+ id="glyph-0-9" />
+ <g
+ id="glyph-0-10">
+ <path
+ d="m 5.421875,0 h -1.1875 L 3.765625,-1.234375 H 1.609375 L 1.15625,0 H 0 L 2.109375,-5.40625 H 3.25 Z m -2.015625,-2.140625 -0.734375,-2 -0.734375,2 z m 0,0"
+ id="path36" />
+ </g>
+ <g
+ id="glyph-0-11">
+ <path
+ d="M 3.953125,-2.75 2.9375,-2.578125 C 2.894531,-2.773438 2.8125,-2.925781 2.6875,-3.03125 2.570312,-3.132812 2.414062,-3.1875 2.21875,-3.1875 c -0.25,0 -0.453125,0.089844 -0.609375,0.265625 C 1.453125,-2.742188 1.375,-2.445312 1.375,-2.03125 c 0,0.46875 0.078125,0.804688 0.234375,1 0.15625,0.1875 0.363281,0.28125 0.625,0.28125 0.195313,0 0.359375,-0.054688 0.484375,-0.171875 C 2.84375,-1.035156 2.929688,-1.226562 2.984375,-1.5 L 4,-1.328125 c -0.105469,0.46875 -0.308594,0.824219 -0.609375,1.0625 C 3.097656,-0.0234375 2.695312,0.09375 2.1875,0.09375 c -0.574219,0 -1.03125,-0.1796875 -1.375,-0.546875 -0.335938,-0.363281 -0.5,-0.863281 -0.5,-1.5 0,-0.644531 0.171875,-1.144531 0.515625,-1.5 C 1.171875,-3.816406 1.632812,-4 2.21875,-4 c 0.46875,0 0.84375,0.105469 1.125,0.3125 0.28125,0.199219 0.484375,0.511719 0.609375,0.9375 z m 0,0"
+ id="path39" />
+ </g>
+ <g
+ id="glyph-0-12">
+ <path
+ d="m 1.578125,-5.40625 v 1.984375 C 1.910156,-3.804688 2.304688,-4 2.765625,-4 c 0.238281,0 0.453125,0.046875 0.640625,0.140625 0.195312,0.085937 0.34375,0.195313 0.4375,0.328125 0.101562,0.136719 0.171875,0.289062 0.203125,0.453125 0.03125,0.167969 0.046875,0.429687 0.046875,0.78125 V 0 H 3.0625 V -2.0625 C 3.0625,-2.476562 3.039062,-2.738281 3,-2.84375 2.96875,-2.957031 2.898438,-3.046875 2.796875,-3.109375 c -0.09375,-0.0625 -0.21875,-0.09375 -0.375,-0.09375 -0.167969,0 -0.320313,0.042969 -0.453125,0.125 -0.136719,0.085937 -0.234375,0.210937 -0.296875,0.375 -0.0625,0.167969 -0.09375,0.417969 -0.09375,0.75 V 0 H 0.53125 v -5.40625 z m 0,0"
+ id="path42" />
+ </g>
+ <g
+ id="glyph-0-13">
+ <path
+ d="m 0.546875,-4.4375 v -0.96875 h 1.03125 v 0.96875 z m 0,4.4375 v -3.90625 h 1.03125 V 0 Z m 0,0"
+ id="path45" />
+ </g>
+ <g
+ id="glyph-0-14">
+ <path
+ d="m 2.34375,-3.90625 v 0.8125 H 1.625 v 1.578125 c 0,0.324219 0.00391,0.511719 0.015625,0.5625 0.019531,0.054687 0.050781,0.101563 0.09375,0.140625 0.050781,0.03125 0.113281,0.046875 0.1875,0.046875 0.09375,0 0.226563,-0.035156 0.40625,-0.109375 l 0.09375,0.8125 C 2.179688,0.0390625 1.910156,0.09375 1.609375,0.09375 1.421875,0.09375 1.25,0.0625 1.09375,0 0.945312,-0.0625 0.835938,-0.140625 0.765625,-0.234375 0.691406,-0.335938 0.644531,-0.476562 0.625,-0.65625 0.601562,-0.769531 0.59375,-1.007812 0.59375,-1.375 V -3.09375 H 0.109375 v -0.8125 H 0.59375 V -4.6875 L 1.625,-5.296875 v 1.390625 z m 0,0"
+ id="path48" />
+ </g>
+ <g
+ id="glyph-0-15">
+ <path
+ d="m 3.125,0 v -0.578125 c -0.148438,0.210937 -0.339844,0.375 -0.578125,0.5 C 2.316406,0.0351562 2.078125,0.09375 1.828125,0.09375 1.554688,0.09375 1.316406,0.0351562 1.109375,-0.078125 0.898438,-0.203125 0.75,-0.367188 0.65625,-0.578125 0.5625,-0.785156 0.515625,-1.070312 0.515625,-1.4375 V -3.90625 H 1.5625 v 1.796875 c 0,0.542969 0.015625,0.875 0.046875,1 0.039063,0.125 0.109375,0.226563 0.203125,0.296875 0.101562,0.074219 0.234375,0.109375 0.390625,0.109375 0.175781,0 0.332031,-0.046875 0.46875,-0.140625 0.144531,-0.09375 0.242187,-0.210938 0.296875,-0.359375 0.050781,-0.144531 0.078125,-0.5 0.078125,-1.0625 V -3.90625 h 1.03125 V 0 Z m 0,0"
+ id="path51" />
+ </g>
+ <g
+ id="glyph-0-16">
+ <path
+ d="M 2.265625,1.59375 H 1.546875 C 1.171875,1.019531 0.882812,0.429688 0.6875,-0.171875 0.488281,-0.785156 0.390625,-1.378906 0.390625,-1.953125 c 0,-0.707031 0.125,-1.378906 0.375,-2.015625 C 0.972656,-4.519531 1.238281,-5.03125 1.5625,-5.5 h 0.703125 c -0.335937,0.75 -0.5625,1.386719 -0.6875,1.90625 -0.125,0.523438 -0.1875,1.074219 -0.1875,1.65625 0,0.40625 0.035156,0.824219 0.109375,1.25 0.070312,0.417969 0.175781,0.816406 0.3125,1.203125 0.082031,0.25 0.234375,0.609375 0.453125,1.078125 z m 0,0"
+ id="path54" />
+ </g>
+ <g
+ id="glyph-0-17">
+ <path
+ d="m 0.265625,-1.75 1.0625,-0.109375 c 0.070313,0.355469 0.203125,0.617187 0.390625,0.78125 0.195312,0.167969 0.460938,0.25 0.796875,0.25 0.351563,0 0.617187,-0.070313 0.796875,-0.21875 0.175781,-0.144531 0.265625,-0.316406 0.265625,-0.515625 0,-0.132812 -0.042969,-0.242188 -0.125,-0.328125 C 3.378906,-1.984375 3.25,-2.0625 3.0625,-2.125 2.9375,-2.175781 2.648438,-2.253906 2.203125,-2.359375 1.609375,-2.503906 1.195312,-2.6875 0.96875,-2.90625 c -0.335938,-0.289062 -0.5,-0.648438 -0.5,-1.078125 0,-0.28125 0.078125,-0.539063 0.234375,-0.78125 C 0.859375,-5.003906 1.082031,-5.1875 1.375,-5.3125 1.664062,-5.4375 2.019531,-5.5 2.4375,-5.5 c 0.675781,0 1.1875,0.152344 1.53125,0.453125 0.34375,0.292969 0.523438,0.6875 0.546875,1.1875 L 3.421875,-3.8125 c -0.054687,-0.28125 -0.15625,-0.476562 -0.3125,-0.59375 -0.148437,-0.125 -0.375,-0.1875 -0.6875,-0.1875 -0.3125,0 -0.558594,0.070312 -0.734375,0.203125 -0.117188,0.085937 -0.171875,0.195313 -0.171875,0.328125 0,0.125 0.050781,0.234375 0.15625,0.328125 0.132813,0.117187 0.46875,0.234375 1,0.359375 0.53125,0.125 0.921875,0.257812 1.171875,0.390625 0.257812,0.136719 0.460938,0.324219 0.609375,0.5625 0.144531,0.230469 0.21875,0.511719 0.21875,0.84375 0,0.3125 -0.089844,0.605469 -0.265625,0.875 C 4.238281,-0.429688 3.992188,-0.226562 3.671875,-0.09375 3.359375,0.03125 2.96875,0.09375 2.5,0.09375 1.820312,0.09375 1.296875,-0.0625 0.921875,-0.375 0.554688,-0.6875 0.335938,-1.144531 0.265625,-1.75 Z m 0,0"
+ id="path57" />
+ </g>
+ <g
+ id="glyph-0-18">
+ <path
+ d="m 0.515625,0 v -5.40625 h 1.09375 V 0 Z m 0,0"
+ id="path60" />
+ </g>
+ <g
+ id="glyph-0-19">
+ <path
+ d="m 0.53125,0 v -5.40625 h 1.640625 l 0.96875,3.6875 0.96875,-3.6875 H 5.75 V 0 H 4.734375 V -4.25 L 3.671875,0 h -1.0625 l -1.0625,-4.25 V 0 Z m 0,0"
+ id="path63" />
+ </g>
+ <g
+ id="glyph-0-20">
+ <path
+ d="M 0.546875,-5.40625 H 2.53125 c 0.457031,0 0.800781,0.039062 1.03125,0.109375 0.320312,0.09375 0.59375,0.261719 0.8125,0.5 0.226562,0.242187 0.398438,0.53125 0.515625,0.875 0.125,0.34375 0.1875,0.765625 0.1875,1.265625 0,0.449219 -0.058594,0.835938 -0.171875,1.15625 -0.136719,0.398438 -0.328125,0.714844 -0.578125,0.953125 -0.1875,0.1875 -0.445313,0.335937 -0.765625,0.4375 C 3.320312,-0.0351562 3,0 2.59375,0 H 0.546875 Z m 1.09375,0.921875 v 3.578125 h 0.8125 c 0.300781,0 0.519531,-0.019531 0.65625,-0.0625 0.175781,-0.039062 0.320313,-0.113281 0.4375,-0.21875 0.113281,-0.101562 0.207031,-0.273438 0.28125,-0.515625 0.082031,-0.25 0.125,-0.582031 0.125,-1 0,-0.414063 -0.042969,-0.734375 -0.125,-0.953125 -0.074219,-0.226562 -0.179687,-0.40625 -0.3125,-0.53125 -0.125,-0.125 -0.292969,-0.207031 -0.5,-0.25 C 2.867188,-4.46875 2.570312,-4.484375 2.125,-4.484375 Z m 0,0"
+ id="path66" />
+ </g>
+ <g
+ id="glyph-0-21">
+ <path
+ d="M -0.015625,0.09375 1.328125,-5.5 h 0.78125 L 0.75,0.09375 Z m 0,0"
+ id="path69" />
+ </g>
+ <g
+ id="glyph-0-22">
+ <path
+ d="M 0.25,1.59375 C 0.457031,1.15625 0.601562,0.816406 0.6875,0.578125 0.769531,0.347656 0.847656,0.0820312 0.921875,-0.21875 c 0.070313,-0.3125 0.125,-0.601562 0.15625,-0.875 C 1.109375,-1.363281 1.125,-1.644531 1.125,-1.9375 1.125,-2.519531 1.0625,-3.070312 0.9375,-3.59375 0.8125,-4.113281 0.582031,-4.75 0.25,-5.5 h 0.703125 c 0.363281,0.53125 0.648437,1.09375 0.859375,1.6875 0.207031,0.59375 0.3125,1.195312 0.3125,1.796875 0,0.523437 -0.085938,1.074219 -0.25,1.65625 C 1.695312,0.296875 1.394531,0.945312 0.96875,1.59375 Z m 0,0"
+ id="path72" />
+ </g>
+ <g
+ id="glyph-0-23">
+ <path
+ d="m 0.09375,-3.90625 h 0.5625 v -0.296875 c 0,-0.332031 0.035156,-0.578125 0.109375,-0.734375 C 0.835938,-5.101562 0.96875,-5.238281 1.15625,-5.34375 1.34375,-5.445312 1.582031,-5.5 1.875,-5.5 c 0.289062,0 0.578125,0.046875 0.859375,0.140625 l -0.140625,0.71875 c -0.167969,-0.039063 -0.324219,-0.0625 -0.46875,-0.0625 -0.15625,0 -0.265625,0.039063 -0.328125,0.109375 -0.0625,0.074219 -0.09375,0.210938 -0.09375,0.40625 v 0.28125 H 2.46875 v 0.8125 H 1.703125 V 0 H 0.65625 v -3.09375 h -0.5625 z m 0,0"
+ id="path75" />
+ </g>
+ <g
+ id="glyph-0-24">
+ <path
+ d="M 1.265625,0 0.03125,-3.90625 h 1.015625 l 0.71875,2.5625 0.6875,-2.5625 h 1 l 0.640625,2.5625 0.75,-2.5625 H 5.859375 L 4.609375,0 h -1 L 2.9375,-2.515625 2.28125,0 Z m 0,0"
+ id="path78" />
+ </g>
+ <g
+ id="glyph-0-25">
+ <path
+ d="m 0.546875,0 v -5.40625 h 1.75 c 0.664063,0 1.097656,0.027344 1.296875,0.078125 0.3125,0.085937 0.570312,0.261719 0.78125,0.53125 0.207031,0.273437 0.3125,0.625 0.3125,1.0625 0,0.324219 -0.0625,0.601563 -0.1875,0.828125 -0.117188,0.230469 -0.265625,0.414062 -0.453125,0.546875 -0.1875,0.125 -0.375,0.210937 -0.5625,0.25 C 3.222656,-2.054688 2.84375,-2.03125 2.34375,-2.03125 H 1.640625 V 0 Z m 1.09375,-4.484375 v 1.53125 h 0.59375 c 0.425781,0 0.710937,-0.023437 0.859375,-0.078125 0.144531,-0.0625 0.257812,-0.148438 0.34375,-0.265625 0.082031,-0.125 0.125,-0.265625 0.125,-0.421875 0,-0.195312 -0.058594,-0.359375 -0.171875,-0.484375 -0.117187,-0.132813 -0.261719,-0.21875 -0.4375,-0.25 -0.136719,-0.019531 -0.398437,-0.03125 -0.78125,-0.03125 z m 0,0"
+ id="path81" />
+ </g>
+ <g
+ id="glyph-0-26">
+ <path
+ d="M 0.171875,-1.109375 1.21875,-1.28125 c 0.039062,0.210938 0.128906,0.367188 0.265625,0.46875 0.132813,0.105469 0.320313,0.15625 0.5625,0.15625 0.269531,0 0.472656,-0.050781 0.609375,-0.15625 C 2.75,-0.875 2.796875,-0.960938 2.796875,-1.078125 2.796875,-1.160156 2.769531,-1.226562 2.71875,-1.28125 2.664062,-1.332031 2.550781,-1.378906 2.375,-1.421875 c -0.835938,-0.175781 -1.367188,-0.34375 -1.59375,-0.5 -0.304688,-0.207031 -0.453125,-0.5 -0.453125,-0.875 0,-0.34375 0.128906,-0.628906 0.390625,-0.859375 C 0.988281,-3.882812 1.40625,-4 1.96875,-4 2.5,-4 2.894531,-3.910156 3.15625,-3.734375 3.414062,-3.566406 3.597656,-3.3125 3.703125,-2.96875 L 2.71875,-2.78125 C 2.675781,-2.9375 2.597656,-3.050781 2.484375,-3.125 c -0.117187,-0.082031 -0.28125,-0.125 -0.5,-0.125 -0.273437,0 -0.464844,0.039062 -0.578125,0.109375 -0.085938,0.054687 -0.125,0.121094 -0.125,0.203125 0,0.074219 0.035156,0.136719 0.109375,0.1875 0.09375,0.074219 0.414063,0.171875 0.96875,0.296875 0.550781,0.125 0.9375,0.277344 1.15625,0.453125 0.207031,0.1875 0.3125,0.449219 0.3125,0.78125 0,0.355469 -0.152344,0.664062 -0.453125,0.921875 -0.292969,0.2617188 -0.734375,0.390625 -1.328125,0.390625 -0.53125,0 -0.953125,-0.109375 -1.265625,-0.328125 -0.304688,-0.21875 -0.507812,-0.507813 -0.609375,-0.875 z m 0,0"
+ id="path84" />
+ </g>
+ <g
+ id="glyph-0-27">
+ <path
+ d="M 4.09375,0 H 3.0625 V -2 C 3.0625,-2.414062 3.039062,-2.6875 3,-2.8125 2.957031,-2.9375 2.882812,-3.03125 2.78125,-3.09375 2.6875,-3.164062 2.566406,-3.203125 2.421875,-3.203125 2.242188,-3.203125 2.082031,-3.15625 1.9375,-3.0625 1.800781,-2.96875 1.703125,-2.835938 1.640625,-2.671875 1.585938,-2.503906 1.5625,-2.203125 1.5625,-1.765625 V 0 H 0.53125 V -3.90625 H 1.5 v 0.5625 C 1.84375,-3.78125 2.269531,-4 2.78125,-4 c 0.226562,0 0.4375,0.042969 0.625,0.125 0.195312,0.085938 0.34375,0.1875 0.4375,0.3125 0.09375,0.125 0.15625,0.273438 0.1875,0.4375 0.039062,0.15625 0.0625,0.386719 0.0625,0.6875 z m 0,0"
+ id="path87" />
+ </g>
+ <g
+ id="glyph-0-28">
+ <path
+ d="M 0.453125,0.265625 1.625,0.40625 c 0.019531,0.132812 0.066406,0.226562 0.140625,0.28125 0.09375,0.070312 0.25,0.109375 0.46875,0.109375 0.269531,0 0.472656,-0.042969 0.609375,-0.125 C 2.925781,0.617188 2.992188,0.53125 3.046875,0.40625 3.078125,0.320312 3.09375,0.164062 3.09375,-0.0625 V -0.640625 C 2.78125,-0.210938 2.390625,0 1.921875,0 1.390625,0 0.972656,-0.222656 0.671875,-0.671875 0.429688,-1.015625 0.3125,-1.453125 0.3125,-1.984375 c 0,-0.65625 0.15625,-1.15625 0.46875,-1.5 C 1.09375,-3.828125 1.484375,-4 1.953125,-4 2.441406,-4 2.84375,-3.785156 3.15625,-3.359375 V -3.90625 H 4.125 v 3.5 C 4.125,0.0625 4.085938,0.40625 4.015625,0.625 3.941406,0.851562 3.832031,1.03125 3.6875,1.15625 3.550781,1.289062 3.367188,1.394531 3.140625,1.46875 c -0.230469,0.082031 -0.523437,0.125 -0.875,0.125 -0.65625,0 -1.125,-0.117188 -1.40625,-0.34375 C 0.578125,1.019531 0.4375,0.734375 0.4375,0.390625 c 0,-0.042969 0.003906,-0.085937 0.015625,-0.125 z M 1.375,-2.03125 c 0,0.40625 0.078125,0.710938 0.234375,0.90625 0.164063,0.1875 0.363281,0.28125 0.59375,0.28125 0.257813,0 0.472656,-0.097656 0.640625,-0.296875 0.175781,-0.195313 0.265625,-0.488281 0.265625,-0.875 0,-0.40625 -0.085937,-0.703125 -0.25,-0.890625 -0.167969,-0.195312 -0.382813,-0.296875 -0.640625,-0.296875 -0.242188,0 -0.445312,0.101563 -0.609375,0.296875 -0.15625,0.1875 -0.234375,0.480469 -0.234375,0.875 z m 0,0"
+ id="path90" />
+ </g>
+ <g
+ id="glyph-1-0">
+ <path
+ d="M 0.75,0 V -3.765625 H 3.765625 V 0 Z M 0.84375,-0.09375 H 3.671875 V -3.671875 H 0.84375 Z m 0,0"
+ id="path93" />
+ </g>
+ <g
+ id="glyph-1-1">
+ <path
+ d="m 0.4375,0 v -4.3125 h 1.84375 c 0.457031,0 0.789062,0.042969 1,0.125 0.207031,0.074219 0.375,0.210938 0.5,0.40625 0.125,0.199219 0.1875,0.421875 0.1875,0.671875 0,0.324219 -0.09375,0.59375 -0.28125,0.8125 -0.1875,0.210937 -0.476562,0.339844 -0.859375,0.390625 0.1875,0.117188 0.34375,0.242188 0.46875,0.375 0.125,0.125 0.289063,0.355469 0.5,0.6875 L 4.328125,0 H 3.28125 l -0.625,-0.9375 C 2.425781,-1.269531 2.269531,-1.476562 2.1875,-1.5625 2.101562,-1.65625 2.015625,-1.71875 1.921875,-1.75 1.835938,-1.78125 1.691406,-1.796875 1.484375,-1.796875 H 1.3125 V 0 Z m 0.875,-2.484375 h 0.640625 c 0.414063,0 0.675781,-0.015625 0.78125,-0.046875 0.101563,-0.039062 0.1875,-0.101562 0.25,-0.1875 0.0625,-0.09375 0.09375,-0.203125 0.09375,-0.328125 0,-0.144531 -0.042969,-0.257813 -0.125,-0.34375 C 2.878906,-3.484375 2.769531,-3.546875 2.625,-3.578125 2.5625,-3.585938 2.351562,-3.59375 2,-3.59375 H 1.3125 Z m 0,0"
+ id="path96" />
+ </g>
+ <g
+ id="glyph-1-2">
+ <path
+ d="m 2.25,-1 0.8125,0.140625 C 2.957031,-0.554688 2.789062,-0.320312 2.5625,-0.15625 2.332031,0 2.046875,0.078125 1.703125,0.078125 1.160156,0.078125 0.757812,-0.101562 0.5,-0.46875 0.289062,-0.75 0.1875,-1.109375 0.1875,-1.546875 0.1875,-2.054688 0.320312,-2.457031 0.59375,-2.75 0.863281,-3.050781 1.207031,-3.203125 1.625,-3.203125 c 0.46875,0 0.832031,0.15625 1.09375,0.46875 0.269531,0.304687 0.398438,0.773437 0.390625,1.40625 h -2.0625 c 0,0.25 0.0625,0.445313 0.1875,0.578125 0.132813,0.136719 0.296875,0.203125 0.484375,0.203125 0.125,0 0.226562,-0.035156 0.3125,-0.109375 C 2.125,-0.726562 2.195312,-0.84375 2.25,-1 Z M 2.296875,-1.828125 C 2.285156,-2.066406 2.21875,-2.25 2.09375,-2.375 1.976562,-2.5 1.835938,-2.5625 1.671875,-2.5625 c -0.179687,0 -0.324219,0.0625 -0.4375,0.1875 -0.125,0.136719 -0.1875,0.320312 -0.1875,0.546875 z m 0,0"
+ id="path99" />
+ </g>
+ <g
+ id="glyph-1-3">
+ <path
+ d="m 0.359375,0.203125 0.9375,0.125 c 0.019531,0.101563 0.054687,0.175781 0.109375,0.21875 0.082031,0.0625 0.207031,0.09375 0.375,0.09375 C 2,0.640625 2.160156,0.601562 2.265625,0.53125 2.335938,0.488281 2.394531,0.421875 2.4375,0.328125 c 0.019531,-0.0625 0.03125,-0.1875 0.03125,-0.375 V -0.5 c -0.25,0.335938 -0.5625,0.5 -0.9375,0.5 -0.417969,0 -0.75,-0.175781 -1,-0.53125 C 0.34375,-0.8125 0.25,-1.160156 0.25,-1.578125 c 0,-0.53125 0.125,-0.929687 0.375,-1.203125 0.25,-0.28125 0.5625,-0.421875 0.9375,-0.421875 0.382812,0 0.707031,0.171875 0.96875,0.515625 V -3.125 h 0.765625 v 2.796875 c 0,0.375 -0.03125,0.648437 -0.09375,0.828125 C 3.140625,0.6875 3.050781,0.832031 2.9375,0.9375 2.832031,1.039062 2.6875,1.117188 2.5,1.171875 c -0.179688,0.0625 -0.40625,0.09375 -0.6875,0.09375 -0.53125,0 -0.90625,-0.09375 -1.125,-0.28125 C 0.46875,0.804688 0.359375,0.582031 0.359375,0.3125 c 0,-0.03125 0,-0.070312 0,-0.109375 z M 1.09375,-1.625 c 0,0.335938 0.0625,0.578125 0.1875,0.734375 0.132812,0.148437 0.296875,0.21875 0.484375,0.21875 0.195313,0 0.363281,-0.078125 0.5,-0.234375 0.144531,-0.15625 0.21875,-0.390625 0.21875,-0.703125 0,-0.320313 -0.070313,-0.5625 -0.203125,-0.71875 -0.136719,-0.15625 -0.304688,-0.234375 -0.5,-0.234375 -0.199219,0 -0.367188,0.078125 -0.5,0.234375 -0.125,0.148437 -0.1875,0.382813 -0.1875,0.703125 z m 0,0"
+ id="path102" />
+ </g>
+ <g
+ id="glyph-1-4">
+ <path
+ d="M 0.4375,-3.546875 V -4.3125 h 0.828125 v 0.765625 z M 0.4375,0 V -3.125 H 1.265625 V 0 Z m 0,0"
+ id="path105" />
+ </g>
+ <g
+ id="glyph-1-5">
+ <path
+ d="m 0.140625,-0.890625 0.828125,-0.125 c 0.039062,0.15625 0.113281,0.277344 0.21875,0.359375 0.101562,0.085938 0.253906,0.125 0.453125,0.125 0.21875,0 0.378906,-0.035156 0.484375,-0.109375 0.070312,-0.0625 0.109375,-0.132813 0.109375,-0.21875 0,-0.0625 -0.023437,-0.113281 -0.0625,-0.15625 C 2.128906,-1.054688 2.035156,-1.09375 1.890625,-1.125 1.222656,-1.28125 0.800781,-1.414062 0.625,-1.53125 0.375,-1.695312 0.25,-1.929688 0.25,-2.234375 c 0,-0.269531 0.101562,-0.5 0.3125,-0.6875 0.21875,-0.1875 0.554688,-0.28125 1.015625,-0.28125 0.425781,0 0.742187,0.074219 0.953125,0.21875 0.207031,0.136719 0.347656,0.339844 0.421875,0.609375 l -0.78125,0.15625 C 2.140625,-2.34375 2.078125,-2.4375 1.984375,-2.5 1.890625,-2.570312 1.757812,-2.609375 1.59375,-2.609375 c -0.21875,0 -0.375,0.03125 -0.46875,0.09375 -0.0625,0.042969 -0.09375,0.101563 -0.09375,0.171875 0,0.0625 0.023438,0.117188 0.078125,0.15625 0.070313,0.054688 0.328125,0.132812 0.765625,0.234375 0.445312,0.09375 0.753906,0.214844 0.921875,0.359375 0.175781,0.148438 0.265625,0.351562 0.265625,0.609375 0,0.292969 -0.121094,0.542969 -0.359375,0.75 -0.242187,0.2109375 -0.59375,0.3125 -1.0625,0.3125 C 1.210938,0.078125 0.875,-0.0078125 0.625,-0.1875 0.375,-0.363281 0.210938,-0.597656 0.140625,-0.890625 Z m 0,0"
+ id="path108" />
+ </g>
+ <g
+ id="glyph-1-6">
+ <path
+ d="m 1.859375,-3.125 v 0.65625 h -0.5625 v 1.265625 c 0,0.25 0.00391,0.398437 0.015625,0.4375 0.00781,0.042969 0.035156,0.078125 0.078125,0.109375 0.039063,0.03125 0.085937,0.046875 0.140625,0.046875 0.070312,0 0.179688,-0.023437 0.328125,-0.078125 L 1.9375,-0.046875 c -0.199219,0.0820312 -0.417969,0.125 -0.65625,0.125 C 1.132812,0.078125 1,0.0507812 0.875,0 0.757812,-0.0507812 0.671875,-0.113281 0.609375,-0.1875 0.554688,-0.269531 0.519531,-0.378906 0.5,-0.515625 0.476562,-0.617188 0.46875,-0.816406 0.46875,-1.109375 V -2.46875 h -0.375 V -3.125 h 0.375 V -3.75 L 1.296875,-4.234375 V -3.125 Z m 0,0"
+ id="path111" />
+ </g>
+ <g
+ id="glyph-1-7">
+ <path
+ d="M 1.21875,0 H 0.390625 v -3.125 h 0.78125 v 0.4375 c 0.125,-0.207031 0.238281,-0.34375 0.34375,-0.40625 0.101563,-0.070312 0.222656,-0.109375 0.359375,-0.109375 0.1875,0 0.367188,0.054687 0.546875,0.15625 l -0.25,0.71875 c -0.148437,-0.082031 -0.277344,-0.125 -0.390625,-0.125 -0.117188,0 -0.214844,0.03125 -0.296875,0.09375 -0.085937,0.0625 -0.152344,0.179687 -0.203125,0.34375 C 1.238281,-1.847656 1.21875,-1.5 1.21875,-0.96875 Z m 0,0"
+ id="path114" />
+ </g>
+ <g
+ id="glyph-1-8" />
+ <g
+ id="glyph-1-9">
+ <path
+ d="m 0.4375,0 v -4.3125 h 2.96875 v 0.71875 H 1.3125 V -2.5625 H 3.125 v 0.734375 H 1.3125 V 0 Z m 0,0"
+ id="path118" />
+ </g>
+ <g
+ id="glyph-1-10">
+ <path
+ d="M 0.4375,0 V -4.3125 H 1.265625 V 0 Z m 0,0"
+ id="path121" />
+ </g>
+ <g
+ id="glyph-1-11">
+ <path
+ d="m 0.421875,0 v -4.3125 h 1.3125 l 0.78125,2.9375 0.78125,-2.9375 H 4.59375 V 0 H 3.78125 V -3.40625 L 2.9375,0 H 2.09375 L 1.234375,-3.40625 V 0 Z m 0,0"
+ id="path124" />
+ </g>
+ <g
+ id="glyph-1-12">
+ <path
+ d="m 0.375,-3.125 h 0.765625 v 0.421875 c 0.269531,-0.332031 0.59375,-0.5 0.96875,-0.5 0.195313,0 0.367187,0.042969 0.515625,0.125 0.144531,0.085937 0.265625,0.210937 0.359375,0.375 0.144531,-0.164063 0.296875,-0.289063 0.453125,-0.375 0.15625,-0.082031 0.328125,-0.125 0.515625,-0.125 0.226563,0 0.421875,0.046875 0.578125,0.140625 0.15625,0.09375 0.273438,0.234375 0.359375,0.421875 C 4.941406,-2.515625 4.96875,-2.300781 4.96875,-2 V 0 H 4.140625 v -1.78125 c 0,-0.3125 -0.027344,-0.515625 -0.078125,-0.609375 C 3.976562,-2.503906 3.859375,-2.5625 3.703125,-2.5625 c -0.117187,0 -0.226563,0.039062 -0.328125,0.109375 -0.105469,0.0625 -0.179688,0.167969 -0.21875,0.3125 C 3.113281,-2.003906 3.09375,-1.789062 3.09375,-1.5 V 0 H 2.265625 V -1.71875 C 2.265625,-2.019531 2.25,-2.210938 2.21875,-2.296875 2.1875,-2.390625 2.140625,-2.457031 2.078125,-2.5 c -0.0625,-0.039062 -0.148437,-0.0625 -0.25,-0.0625 -0.125,0 -0.242187,0.039062 -0.34375,0.109375 -0.105469,0.0625 -0.179687,0.164063 -0.21875,0.296875 -0.042969,0.125 -0.0625,0.339844 -0.0625,0.640625 V 0 H 0.375 Z m 0,0"
+ id="path127" />
+ </g>
+ <g
+ id="glyph-1-13">
+ <path
+ d="m 0.234375,-1.609375 c 0,-0.269531 0.066406,-0.535156 0.203125,-0.796875 C 0.570312,-2.664062 0.765625,-2.863281 1.015625,-3 c 0.25,-0.132812 0.53125,-0.203125 0.84375,-0.203125 0.46875,0 0.851563,0.15625 1.15625,0.46875 0.300781,0.304687 0.453125,0.6875 0.453125,1.15625 0,0.480469 -0.15625,0.875 -0.46875,1.1875 -0.304688,0.3125 -0.683594,0.46875 -1.140625,0.46875 -0.292969,0 -0.570313,-0.0625 -0.828125,-0.1875 C 0.769531,-0.242188 0.570312,-0.4375 0.4375,-0.6875 0.300781,-0.9375 0.234375,-1.242188 0.234375,-1.609375 Z M 1.09375,-1.5625 c 0,0.3125 0.070312,0.554688 0.21875,0.71875 0.144531,0.15625 0.328125,0.234375 0.546875,0.234375 0.207031,0 0.382813,-0.078125 0.53125,-0.234375 C 2.546875,-1.007812 2.625,-1.25 2.625,-1.5625 c 0,-0.3125 -0.078125,-0.550781 -0.234375,-0.71875 -0.148437,-0.164062 -0.324219,-0.25 -0.53125,-0.25 -0.21875,0 -0.402344,0.085938 -0.546875,0.25 C 1.164062,-2.113281 1.09375,-1.875 1.09375,-1.5625 Z m 0,0"
+ id="path130" />
+ </g>
+ <g
+ id="glyph-1-14">
+ <path
+ d="m 0.046875,-3.125 h 0.875 l 0.75,2.21875 L 2.40625,-3.125 H 3.25 l -1.09375,3 -0.203125,0.546875 C 1.878906,0.609375 1.8125,0.75 1.75,0.84375 1.6875,0.9375 1.609375,1.015625 1.515625,1.078125 1.429688,1.140625 1.328125,1.1875 1.203125,1.21875 1.078125,1.25 0.9375,1.265625 0.78125,1.265625 0.625,1.265625 0.46875,1.25 0.3125,1.21875 L 0.234375,0.578125 c 0.132813,0.019531 0.253906,0.03125 0.359375,0.03125 0.1875,0 0.328125,-0.058594 0.421875,-0.171875 0.09375,-0.117188 0.164063,-0.257812 0.21875,-0.421875 z m 0,0"
+ id="path133" />
+ </g>
+ <g
+ id="glyph-1-15">
+ <path
+ d="m 0.4375,0 v -4.3125 h 0.875 v 1.6875 h 1.703125 v -1.6875 h 0.875 V 0 h -0.875 V -1.890625 H 1.3125 V 0 Z m 0,0"
+ id="path136" />
+ </g>
+ <g
+ id="glyph-1-16">
+ <path
+ d="m 1.046875,-2.171875 -0.75,-0.140625 c 0.082031,-0.300781 0.226563,-0.523438 0.4375,-0.671875 0.207031,-0.144531 0.515625,-0.21875 0.921875,-0.21875 0.363281,0 0.632812,0.046875 0.8125,0.140625 0.1875,0.085938 0.316406,0.195312 0.390625,0.328125 C 2.929688,-2.597656 2.96875,-2.351562 2.96875,-2 v 0.96875 c 0,0.28125 0.00781,0.492188 0.03125,0.625 C 3.03125,-0.28125 3.082031,-0.144531 3.15625,0 H 2.328125 C 2.304688,-0.0507812 2.28125,-0.132812 2.25,-0.25 2.238281,-0.289062 2.226562,-0.320312 2.21875,-0.34375 2.082031,-0.207031 1.929688,-0.101562 1.765625,-0.03125 1.609375,0.0390625 1.4375,0.078125 1.25,0.078125 0.925781,0.078125 0.671875,-0.0078125 0.484375,-0.1875 0.304688,-0.363281 0.21875,-0.585938 0.21875,-0.859375 c 0,-0.175781 0.039062,-0.332031 0.125,-0.46875 0.082031,-0.132813 0.195312,-0.238281 0.34375,-0.3125 C 0.84375,-1.710938 1.066406,-1.78125 1.359375,-1.84375 1.742188,-1.914062 2.007812,-1.984375 2.15625,-2.046875 V -2.125 c 0,-0.15625 -0.042969,-0.265625 -0.125,-0.328125 C 1.957031,-2.523438 1.8125,-2.5625 1.59375,-2.5625 1.445312,-2.5625 1.332031,-2.53125 1.25,-2.46875 1.164062,-2.414062 1.097656,-2.316406 1.046875,-2.171875 Z M 2.15625,-1.5 c -0.105469,0.03125 -0.273438,0.074219 -0.5,0.125 -0.230469,0.054688 -0.382812,0.101562 -0.453125,0.140625 -0.105469,0.085937 -0.15625,0.183594 -0.15625,0.296875 0,0.117188 0.039063,0.214844 0.125,0.296875 0.082031,0.085937 0.191406,0.125 0.328125,0.125 0.144531,0 0.285156,-0.046875 0.421875,-0.140625 C 2.023438,-0.726562 2.09375,-0.820312 2.125,-0.9375 2.144531,-1.007812 2.15625,-1.144531 2.15625,-1.34375 Z m 0,0"
+ id="path139" />
+ </g>
+ <g
+ id="glyph-1-17">
+ <path
+ d="M 3.15625,-2.203125 2.34375,-2.0625 C 2.3125,-2.21875 2.25,-2.335938 2.15625,-2.421875 c -0.09375,-0.082031 -0.21875,-0.125 -0.375,-0.125 -0.210938,0 -0.375,0.074219 -0.5,0.21875 -0.125,0.136719 -0.1875,0.371094 -0.1875,0.703125 0,0.375 0.0625,0.640625 0.1875,0.796875 0.125,0.148437 0.296875,0.21875 0.515625,0.21875 0.15625,0 0.28125,-0.039063 0.375,-0.125 0.101563,-0.09375 0.175781,-0.25 0.21875,-0.46875 l 0.8125,0.140625 c -0.085937,0.375 -0.246094,0.664062 -0.484375,0.859375 -0.242188,0.1875 -0.5625,0.28125 -0.96875,0.28125 -0.460938,0 -0.824219,-0.1445312 -1.09375,-0.4375 C 0.382812,-0.648438 0.25,-1.050781 0.25,-1.5625 c 0,-0.507812 0.132812,-0.910156 0.40625,-1.203125 0.269531,-0.289063 0.640625,-0.4375 1.109375,-0.4375 0.382813,0 0.6875,0.085937 0.90625,0.25 0.226563,0.167969 0.390625,0.417969 0.484375,0.75 z m 0,0"
+ id="path142" />
+ </g>
+ <g
+ id="glyph-1-18">
+ <path
+ d="m 1.25,-4.3125 v 1.578125 c 0.269531,-0.3125 0.59375,-0.46875 0.96875,-0.46875 0.1875,0 0.351562,0.039063 0.5,0.109375 0.15625,0.074219 0.269531,0.167969 0.34375,0.28125 0.082031,0.105469 0.140625,0.226562 0.171875,0.359375 0.03125,0.136719 0.046875,0.34375 0.046875,0.625 V 0 H 2.453125 V -1.65625 C 2.453125,-1.976562 2.4375,-2.179688 2.40625,-2.265625 2.375,-2.359375 2.316406,-2.429688 2.234375,-2.484375 2.160156,-2.535156 2.0625,-2.5625 1.9375,-2.5625 c -0.136719,0 -0.261719,0.039062 -0.375,0.109375 -0.105469,0.0625 -0.183594,0.164063 -0.234375,0.296875 C 1.273438,-2.03125 1.25,-1.832031 1.25,-1.5625 V 0 H 0.4375 v -4.3125 z m 0,0"
+ id="path145" />
+ </g>
+ <g
+ id="glyph-1-19">
+ <path
+ d="m 3.203125,-1.59375 0.84375,0.28125 C 3.921875,-0.84375 3.707031,-0.492188 3.40625,-0.265625 3.101562,-0.0351562 2.71875,0.078125 2.25,0.078125 1.675781,0.078125 1.203125,-0.113281 0.828125,-0.5 0.460938,-0.894531 0.28125,-1.4375 0.28125,-2.125 c 0,-0.71875 0.1875,-1.273438 0.5625,-1.671875 0.375,-0.394531 0.863281,-0.59375 1.46875,-0.59375 0.519531,0 0.945312,0.15625 1.28125,0.46875 0.195312,0.1875 0.34375,0.453125 0.4375,0.796875 L 3.171875,-2.921875 C 3.117188,-3.140625 3.007812,-3.3125 2.84375,-3.4375 2.6875,-3.570312 2.492188,-3.640625 2.265625,-3.640625 c -0.324219,0 -0.585937,0.117187 -0.78125,0.34375 C 1.285156,-3.066406 1.1875,-2.695312 1.1875,-2.1875 c 0,0.554688 0.09375,0.945312 0.28125,1.171875 0.195312,0.230469 0.457031,0.34375 0.78125,0.34375 0.226562,0 0.425781,-0.070313 0.59375,-0.21875 0.164062,-0.144531 0.285156,-0.378906 0.359375,-0.703125 z m 0,0"
+ id="path148" />
+ </g>
+ <g
+ id="glyph-1-20">
+ <path
+ d="M 3.28125,0 H 2.453125 v -1.59375 c 0,-0.34375 -0.023437,-0.5625 -0.0625,-0.65625 C 2.359375,-2.351562 2.300781,-2.429688 2.21875,-2.484375 2.144531,-2.535156 2.050781,-2.5625 1.9375,-2.5625 c -0.148438,0 -0.277344,0.042969 -0.390625,0.125 C 1.429688,-2.363281 1.351562,-2.257812 1.3125,-2.125 1.269531,-2 1.25,-1.765625 1.25,-1.421875 V 0 H 0.421875 v -3.125 h 0.78125 v 0.453125 c 0.269531,-0.351563 0.609375,-0.53125 1.015625,-0.53125 0.1875,0 0.351562,0.039063 0.5,0.109375 0.15625,0.0625 0.269531,0.148438 0.34375,0.25 0.082031,0.105469 0.140625,0.21875 0.171875,0.34375 0.03125,0.125 0.046875,0.3125 0.046875,0.5625 z m 0,0"
+ id="path151" />
+ </g>
+ <g
+ id="glyph-2-0">
+ <path
+ d="M 0.65625,0 V -3.296875 H 3.296875 V 0 Z M 0.75,-0.078125 H 3.21875 V -3.21875 H 0.75 Z m 0,0"
+ id="path154" />
+ </g>
+ <g
+ id="glyph-2-1">
+ <path
+ d="M 3.796875,0 H 2.96875 L 2.640625,-0.859375 H 1.125 L 0.8125,0 H 0 l 1.46875,-3.78125 h 0.8125 z m -1.40625,-1.5 -0.53125,-1.40625 -0.5,1.40625 z m 0,0"
+ id="path157" />
+ </g>
+ <g
+ id="glyph-2-2">
+ <path
+ d="m 0.40625,0 v -3.75 h 0.765625 v 3.109375 H 3.0625 V 0 Z m 0,0"
+ id="path160" />
+ </g>
+ <g
+ id="glyph-2-3">
+ <path
+ d="m 0.375,-3.78125 h 0.765625 v 2.046875 c 0,0.324219 0.00781,0.539063 0.03125,0.640625 0.03125,0.148438 0.109375,0.265625 0.234375,0.359375 0.125,0.09375 0.289062,0.140625 0.5,0.140625 0.21875,0 0.378906,-0.039062 0.484375,-0.125 C 2.503906,-0.8125 2.570312,-0.921875 2.59375,-1.046875 2.613281,-1.171875 2.625,-1.382812 2.625,-1.6875 v -2.09375 h 0.765625 v 1.984375 c 0,0.460937 -0.023437,0.78125 -0.0625,0.96875 -0.042969,0.1875 -0.121094,0.34375 -0.234375,0.46875 -0.105469,0.125 -0.25,0.230469 -0.4375,0.3125 C 2.46875,0.0234375 2.226562,0.0625 1.9375,0.0625 1.570312,0.0625 1.296875,0.0195312 1.109375,-0.0625 0.921875,-0.144531 0.769531,-0.25 0.65625,-0.375 0.550781,-0.507812 0.484375,-0.648438 0.453125,-0.796875 0.398438,-1.015625 0.375,-1.335938 0.375,-1.765625 Z m 0,0"
+ id="path163" />
+ </g>
+ <g
+ id="glyph-2-4" />
+ <g
+ id="glyph-3-0" />
+ <g
+ id="glyph-3-1">
+ <path
+ d="M 3.8125,-1.84375 V -3.6875 H 3.640625 c -0.109375,0.640625 -0.25,0.75 -0.890625,0.75 H 1.609375 v -1.765625 c 0,-0.21875 0.03125,-0.265625 0.25,-0.265625 H 2.9375 c 0.90625,0 1.078125,0.109375 1.21875,0.828125 h 0.1875 L 4.328125,-5.28125 H 0.09375 V -5.125 c 0.59375,0.046875 0.6875,0.15625 0.6875,0.71875 v 3.453125 c 0,0.65625 -0.078125,0.765625 -0.6875,0.796875 V 0 H 2.328125 V -0.15625 C 1.71875,-0.1875 1.609375,-0.296875 1.609375,-0.875 V -2.609375 H 2.75 c 0.65625,0 0.78125,0.125 0.890625,0.765625 z m 0,0"
+ id="path168" />
+ </g>
+ <g
+ id="glyph-3-2">
+ <path
+ d="m 1.390625,-3.671875 -1.234375,0.4375 v 0.125 h 0.0625 C 0.3125,-3.125 0.421875,-3.140625 0.5,-3.140625 c 0.1875,0 0.25,0.125 0.25,0.484375 v 1.84375 c 0,0.578125 -0.078125,0.65625 -0.625,0.6875 V 0 H 2.015625 V -0.125 C 1.484375,-0.15625 1.421875,-0.234375 1.421875,-0.8125 V -3.640625 Z M 1.015625,-5.4375 C 0.8125,-5.4375 0.625,-5.265625 0.625,-5.03125 0.625,-4.8125 0.796875,-4.625 1.015625,-4.625 1.25,-4.625 1.4375,-4.8125 1.4375,-5.03125 1.4375,-5.265625 1.25,-5.4375 1.015625,-5.4375 Z m 0,0"
+ id="path171" />
+ </g>
+ <g
+ id="glyph-3-3">
+ <path
+ d="m 3.75,-3.09375 v -0.3125 H 3.125 c -0.15625,0 -0.265625,-0.015625 -0.4375,-0.078125 l -0.171875,-0.0625 C 2.296875,-3.625 2.09375,-3.671875 1.875,-3.671875 c -0.734375,0 -1.328125,0.578125 -1.328125,1.3125 0,0.5 0.21875,0.796875 0.75,1.0625 C 1.140625,-1.15625 1,-1.015625 0.953125,-0.984375 0.6875,-0.75 0.578125,-0.59375 0.578125,-0.4375 c 0,0.171875 0.09375,0.265625 0.421875,0.421875 -0.5625,0.421875 -0.78125,0.6875 -0.78125,0.984375 0,0.421875 0.625,0.765625 1.390625,0.765625 0.59375,0 1.21875,-0.203125 1.625,-0.546875 0.296875,-0.234375 0.4375,-0.5 0.4375,-0.796875 0,-0.5 -0.375,-0.828125 -0.96875,-0.859375 L 1.6875,-0.515625 C 1.265625,-0.53125 1.0625,-0.59375 1.0625,-0.71875 c 0,-0.171875 0.265625,-0.4375 0.46875,-0.515625 0.078125,0.015625 0.140625,0.015625 0.15625,0.015625 0.15625,0.03125 0.25,0.03125 0.296875,0.03125 0.296875,0 0.625,-0.125 0.875,-0.328125 0.25,-0.234375 0.375,-0.515625 0.375,-0.90625 0,-0.234375 -0.03125,-0.421875 -0.15625,-0.671875 z M 1.171875,0.015625 C 1.4375,0.078125 2.078125,0.125 2.46875,0.125 c 0.71875,0 0.984375,0.09375 0.984375,0.390625 0,0.453125 -0.609375,0.765625 -1.515625,0.765625 -0.6875,0 -1.15625,-0.234375 -1.15625,-0.578125 0,-0.1875 0.0625,-0.28125 0.390625,-0.6875 z M 1.21875,-2.6875 c 0,-0.46875 0.21875,-0.75 0.578125,-0.75 0.25,0 0.453125,0.125 0.578125,0.375 0.15625,0.28125 0.25,0.640625 0.25,0.953125 0,0.4375 -0.234375,0.71875 -0.59375,0.71875 -0.484375,0 -0.8125,-0.515625 -0.8125,-1.28125 z m 0,0"
+ id="path174" />
+ </g>
+ <g
+ id="glyph-3-4">
+ <path
+ d="m 1,-0.796875 c -0.25,0 -0.4375,0.203125 -0.4375,0.453125 0,0.234375 0.1875,0.4375 0.421875,0.4375 0.25,0 0.453125,-0.203125 0.453125,-0.4375 0,-0.25 -0.203125,-0.453125 -0.4375,-0.453125 z m 0,0"
+ id="path177" />
+ </g>
+ <g
+ id="glyph-3-5">
+ <path
+ d="M 3.546875,-5.453125 C 2.640625,-5.375 2.1875,-5.21875 1.609375,-4.8125 c -0.875,0.609375 -1.34375,1.515625 -1.34375,2.59375 0,0.6875 0.21875,1.390625 0.5625,1.78125 C 1.125,-0.078125 1.5625,0.109375 2.0625,0.109375 c 0.984375,0 1.671875,-0.75 1.671875,-1.859375 0,-1.015625 -0.59375,-1.65625 -1.5,-1.65625 -0.359375,0 -0.515625,0.046875 -1.015625,0.359375 C 1.421875,-4.25 2.3125,-5.109375 3.5625,-5.328125 Z m -1.625,2.40625 c 0.6875,0 1.09375,0.578125 1.09375,1.578125 0,0.875 -0.3125,1.359375 -0.875,1.359375 -0.703125,0 -1.125,-0.75 -1.125,-1.984375 0,-0.40625 0.0625,-0.625 0.21875,-0.75 0.171875,-0.125 0.421875,-0.203125 0.6875,-0.203125 z m 0,0"
+ id="path180" />
+ </g>
+ <g
+ id="glyph-3-6">
+ <path
+ d="M 1.671875,-2.859375 V -4.40625 c 0,-0.578125 0.078125,-0.65625 0.6875,-0.71875 V -5.28125 H 0.15625 V -5.125 c 0.609375,0.0625 0.703125,0.140625 0.703125,0.71875 v 3.453125 c 0,0.671875 -0.09375,0.765625 -0.703125,0.796875 V 0 h 2.203125 v -0.15625 c -0.59375,-0.046875 -0.6875,-0.140625 -0.6875,-0.71875 v -1.640625 h 2.40625 v 1.5625 C 4.078125,-0.28125 4,-0.1875 3.375,-0.15625 V 0 H 5.59375 V -0.15625 C 5,-0.203125 4.890625,-0.296875 4.890625,-0.875 v -3.53125 c 0,-0.578125 0.09375,-0.65625 0.703125,-0.71875 V -5.28125 H 3.375 V -5.125 C 4,-5.0625 4.078125,-4.984375 4.078125,-4.40625 v 1.546875 z m 0,0"
+ id="path183" />
+ </g>
+ <g
+ id="glyph-3-7">
+ <path
+ d="m 1.25,-2.734375 c 0.328125,-0.359375 0.578125,-0.5 0.890625,-0.5 0.390625,0 0.59375,0.28125 0.59375,0.84375 V -0.8125 c 0,0.546875 -0.078125,0.640625 -0.546875,0.6875 V 0 H 3.875 V -0.125 C 3.453125,-0.203125 3.40625,-0.265625 3.40625,-0.8125 v -1.59375 c 0,-0.828125 -0.34375,-1.265625 -0.984375,-1.265625 C 1.953125,-3.671875 1.625,-3.46875 1.25,-3 V -5.421875 L 1.21875,-5.4375 C 0.9375,-5.34375 0.734375,-5.28125 0.296875,-5.15625 l -0.21875,0.0625 v 0.125 c 0.03125,0 0.0625,0 0.09375,0 0.34375,0 0.40625,0.0625 0.40625,0.40625 v 3.75 c 0,0.5625 -0.046875,0.625 -0.5,0.6875 V 0 h 1.71875 V -0.125 C 1.328125,-0.171875 1.25,-0.265625 1.25,-0.8125 Z m 0,0"
+ id="path186" />
+ </g>
+ <g
+ id="glyph-3-8">
+ <path
+ d="m 0.15625,-4.96875 h 0.046875 c 0.078125,0 0.171875,-0.015625 0.25,-0.015625 0.25,0 0.328125,0.109375 0.328125,0.484375 v 3.8125 c 0,0.421875 -0.109375,0.53125 -0.609375,0.5625 V 0 h 1.875 v -0.125 c -0.5,-0.03125 -0.59375,-0.109375 -0.59375,-0.546875 v -4.75 L 1.421875,-5.4375 C 1,-5.3125 0.703125,-5.234375 0.15625,-5.09375 Z m 0,0"
+ id="path189" />
+ </g>
+ <g
+ id="glyph-3-9">
+ <path
+ d="M 3.78125,-3.578125 H 2.703125 v 0.109375 c 0.265625,0 0.390625,0.078125 0.390625,0.203125 0,0.03125 -0.015625,0.078125 -0.03125,0.140625 L 2.28125,-0.9375 1.375,-2.953125 C 1.328125,-3.0625 1.296875,-3.15625 1.296875,-3.25 1.296875,-3.390625 1.40625,-3.453125 1.75,-3.46875 V -3.578125 H 0.109375 v 0.109375 c 0.203125,0.03125 0.34375,0.109375 0.40625,0.25 l 0.90625,1.953125 0.03125,0.078125 0.109375,0.234375 c 0.234375,0.390625 0.359375,0.6875 0.359375,0.796875 0,0.125 -0.1875,0.625 -0.3125,0.859375 C 1.484375,0.921875 1.3125,1.0625 1.203125,1.0625 1.15625,1.0625 1.078125,1.046875 1,1.015625 0.859375,0.953125 0.71875,0.921875 0.578125,0.921875 c -0.1875,0 -0.34375,0.15625 -0.34375,0.359375 0,0.25 0.265625,0.453125 0.59375,0.453125 0.53125,0 0.921875,-0.4375 1.34375,-1.59375 l 1.234375,-3.25 c 0.09375,-0.25 0.1875,-0.328125 0.375,-0.359375 z m 0,0"
+ id="path192" />
+ </g>
+ <g
+ id="glyph-3-10">
+ <path
+ d="m 0.3125,-2.046875 v 0.5 h 1.953125 v -0.5 z m 0,0"
+ id="path195" />
+ </g>
+ <g
+ id="glyph-3-11">
+ <path
+ d="m 0.078125,-3.125 c 0.0625,-0.015625 0.125,-0.015625 0.1875,-0.015625 0.28125,0 0.328125,0.078125 0.328125,0.453125 v 3.734375 c 0,0.40625 -0.078125,0.5 -0.546875,0.546875 V 1.734375 H 1.96875 v -0.15625 c -0.59375,0 -0.703125,-0.09375 -0.703125,-0.59375 v -1.25 C 1.546875,0 1.734375,0.078125 2.078125,0.078125 3.015625,0.078125 3.75,-0.8125 3.75,-1.96875 c 0,-0.984375 -0.5625,-1.703125 -1.328125,-1.703125 -0.453125,0 -0.796875,0.203125 -1.15625,0.640625 v -0.625 L 1.21875,-3.671875 C 0.78125,-3.5 0.515625,-3.390625 0.078125,-3.265625 Z m 1.1875,0.46875 c 0,-0.25 0.453125,-0.53125 0.8125,-0.53125 0.59375,0 0.984375,0.609375 0.984375,1.53125 0,0.890625 -0.390625,1.484375 -0.96875,1.484375 -0.375,0 -0.828125,-0.296875 -0.828125,-0.53125 z m 0,0"
+ id="path198" />
+ </g>
+ <g
+ id="glyph-3-12">
+ <path
+ d="m 3.515625,-0.53125 c -0.125,0.109375 -0.21875,0.15625 -0.34375,0.15625 -0.1875,0 -0.234375,-0.109375 -0.234375,-0.46875 V -2.390625 C 2.9375,-2.8125 2.890625,-3.03125 2.765625,-3.234375 2.59375,-3.515625 2.25,-3.671875 1.78125,-3.671875 c -0.75,0 -1.328125,0.390625 -1.328125,0.90625 0,0.171875 0.15625,0.328125 0.328125,0.328125 0.203125,0 0.359375,-0.15625 0.359375,-0.328125 0,-0.03125 0,-0.078125 -0.015625,-0.125 -0.015625,-0.078125 -0.015625,-0.140625 -0.015625,-0.1875 0,-0.21875 0.25,-0.390625 0.578125,-0.390625 0.390625,0 0.59375,0.21875 0.59375,0.65625 v 0.484375 c -1.21875,0.5 -1.359375,0.5625 -1.703125,0.859375 -0.171875,0.15625 -0.28125,0.4375 -0.28125,0.703125 0,0.5 0.34375,0.84375 0.828125,0.84375 0.359375,0 0.6875,-0.171875 1.171875,-0.578125 0.03125,0.40625 0.1875,0.578125 0.515625,0.578125 0.265625,0 0.4375,-0.09375 0.703125,-0.390625 z M 2.28125,-0.984375 c 0,0.25 -0.03125,0.328125 -0.203125,0.421875 C 1.890625,-0.453125 1.671875,-0.375 1.5,-0.375 1.21875,-0.375 1,-0.65625 1,-1 V -1.03125 C 1,-1.5 1.328125,-1.78125 2.28125,-2.140625 Z m 0,0"
+ id="path201" />
+ </g>
+ <g
+ id="glyph-3-13">
+ <path
+ d="m 0.0625,-3.109375 c 0.109375,-0.015625 0.171875,-0.03125 0.265625,-0.03125 0.203125,0 0.28125,0.125 0.28125,0.484375 v 1.984375 c 0,0.40625 -0.0625,0.453125 -0.5625,0.546875 V 0 h 1.90625 V -0.125 C 1.40625,-0.140625 1.28125,-0.265625 1.28125,-0.71875 v -1.796875 c 0,-0.25 0.34375,-0.640625 0.546875,-0.640625 0.046875,0 0.125,0.03125 0.21875,0.109375 0.125,0.109375 0.203125,0.15625 0.3125,0.15625 0.1875,0 0.3125,-0.125 0.3125,-0.359375 0,-0.25 -0.171875,-0.421875 -0.4375,-0.421875 -0.34375,0 -0.5625,0.1875 -0.953125,0.75 V -3.65625 L 1.234375,-3.671875 c -0.421875,0.1875 -0.703125,0.28125 -1.171875,0.4375 z m 0,0"
+ id="path204" />
+ </g>
+ <g
+ id="glyph-3-14">
+ <path
+ d="m 3.25,-1.3125 c -0.375,0.609375 -0.71875,0.84375 -1.234375,0.84375 -0.453125,0 -0.796875,-0.234375 -1.03125,-0.6875 C 0.84375,-1.453125 0.78125,-1.71875 0.765625,-2.203125 h 2.46875 C 3.15625,-2.71875 3.078125,-2.953125 2.890625,-3.21875 2.640625,-3.5 2.28125,-3.671875 1.859375,-3.671875 c -0.390625,0 -0.765625,0.15625 -1.078125,0.421875 -0.359375,0.328125 -0.578125,0.890625 -0.578125,1.546875 0,1.09375 0.5625,1.78125 1.484375,1.78125 0.765625,0 1.359375,-0.46875 1.6875,-1.328125 z M 0.78125,-2.46875 C 0.875,-3.078125 1.140625,-3.375 1.640625,-3.375 c 0.484375,0 0.671875,0.21875 0.78125,0.90625 z m 0,0"
+ id="path207" />
+ </g>
+ <g
+ id="glyph-3-15">
+ <path
+ d="M 3.171875,-1.25 C 2.78125,-0.6875 2.5,-0.5 2.046875,-0.5 1.328125,-0.5 0.8125,-1.125 0.8125,-2.046875 0.8125,-2.875 1.25,-3.4375 1.890625,-3.4375 c 0.296875,0 0.390625,0.09375 0.46875,0.390625 l 0.0625,0.171875 c 0.0625,0.21875 0.203125,0.359375 0.359375,0.359375 0.21875,0 0.390625,-0.140625 0.390625,-0.328125 0,-0.453125 -0.5625,-0.828125 -1.234375,-0.828125 -0.390625,0 -0.796875,0.171875 -1.109375,0.453125 -0.40625,0.34375 -0.625,0.890625 -0.625,1.515625 0,1.046875 0.625,1.78125 1.515625,1.78125 0.359375,0 0.671875,-0.125 0.953125,-0.375 0.21875,-0.1875 0.375,-0.40625 0.609375,-0.875 z m 0,0"
+ id="path210" />
+ </g>
+ <g
+ id="glyph-3-16">
+ <path
+ d="m 1.984375,-3.671875 c -1.03125,0 -1.75,0.765625 -1.75,1.875 0,1.078125 0.734375,1.875 1.734375,1.875 1.015625,0 1.78125,-0.84375 1.78125,-1.9375 0,-1.046875 -0.734375,-1.8125 -1.765625,-1.8125 z M 1.890625,-3.4375 c 0.671875,0 1.140625,0.765625 1.140625,1.859375 0,0.890625 -0.359375,1.4375 -0.953125,1.4375 -0.3125,0 -0.609375,-0.1875 -0.78125,-0.515625 -0.21875,-0.40625 -0.34375,-0.96875 -0.34375,-1.53125 0,-0.765625 0.375,-1.25 0.9375,-1.25 z m 0,0"
+ id="path213" />
+ </g>
+ <g
+ id="glyph-3-17">
+ <path
+ d="m 0.15625,-3.171875 c 0.09375,-0.03125 0.15625,-0.03125 0.25,-0.03125 0.203125,0 0.28125,0.125 0.28125,0.515625 v 2.015625 C 0.6875,-0.25 0.578125,-0.125 0.125,-0.125 V 0 H 1.890625 V -0.125 C 1.46875,-0.140625 1.359375,-0.21875 1.359375,-0.53125 v -2.25 c 0,-0.015625 0.0625,-0.09375 0.109375,-0.15625 0.203125,-0.171875 0.546875,-0.3125 0.828125,-0.3125 0.34375,0 0.53125,0.28125 0.53125,0.828125 V -0.6875 c 0,0.453125 -0.09375,0.53125 -0.546875,0.5625 V 0 H 4.0625 v -0.125 c -0.453125,0 -0.578125,-0.140625 -0.578125,-0.625 V -2.765625 C 3.734375,-3.109375 4,-3.25 4.359375,-3.25 c 0.453125,0 0.59375,0.21875 0.59375,0.875 v 1.6875 c 0,0.453125 -0.0625,0.515625 -0.515625,0.5625 V 0 H 6.171875 V -0.125 L 5.96875,-0.140625 C 5.734375,-0.15625 5.625,-0.296875 5.625,-0.609375 V -2.25 c 0,-0.9375 -0.3125,-1.421875 -0.921875,-1.421875 -0.46875,0 -0.875,0.21875 -1.296875,0.671875 -0.140625,-0.453125 -0.421875,-0.671875 -0.84375,-0.671875 -0.359375,0 -0.578125,0.125 -1.234375,0.625 V -3.65625 l -0.0625,-0.015625 c -0.40625,0.15625 -0.671875,0.25 -1.109375,0.359375 z m 0,0"
+ id="path216" />
+ </g>
+ <g
+ id="glyph-3-18">
+ <path
+ d="M 3.8125,-0.390625 H 3.78125 c -0.375,0 -0.453125,-0.09375 -0.453125,-0.46875 v -2.71875 H 2.0625 v 0.125 c 0.5,0.03125 0.59375,0.109375 0.59375,0.5 v 1.875 c 0,0.21875 -0.046875,0.34375 -0.15625,0.421875 -0.21875,0.171875 -0.453125,0.28125 -0.703125,0.28125 -0.3125,0 -0.5625,-0.28125 -0.5625,-0.609375 v -2.59375 h -1.15625 v 0.109375 c 0.375,0.015625 0.484375,0.140625 0.484375,0.5 v 2.015625 c 0,0.625 0.390625,1.03125 0.96875,1.03125 0.296875,0 0.609375,-0.125 0.8125,-0.34375 L 2.6875,-0.609375 V 0.0625 l 0.03125,0.015625 c 0.40625,-0.171875 0.6875,-0.25 1.09375,-0.359375 z m 0,0"
+ id="path219" />
+ </g>
+ <g
+ id="glyph-3-19">
+ <path
+ d="M 2.03125,-3.578125 H 1.234375 v -0.9375 c 0,-0.078125 -0.015625,-0.09375 -0.0625,-0.09375 -0.0625,0.0625 -0.109375,0.140625 -0.15625,0.21875 -0.3125,0.4375 -0.65625,0.828125 -0.78125,0.859375 -0.078125,0.046875 -0.125,0.109375 -0.125,0.140625 0,0.03125 0,0.046875 0.03125,0.0625 H 0.5625 V -0.9375 c 0,0.671875 0.234375,1.015625 0.703125,1.015625 0.390625,0 0.6875,-0.1875 0.953125,-0.609375 L 2.125,-0.609375 c -0.171875,0.1875 -0.3125,0.28125 -0.484375,0.28125 -0.296875,0 -0.40625,-0.21875 -0.40625,-0.71875 v -2.28125 H 2.03125 Z m 0,0"
+ id="path222" />
+ </g>
+ <g
+ id="glyph-3-20">
+ <path
+ d="M 2.734375,0.078125 3.90625,-0.328125 V -0.46875 C 3.765625,-0.453125 3.75,-0.453125 3.734375,-0.453125 3.4375,-0.453125 3.375,-0.546875 3.375,-0.90625 V -5.421875 L 3.34375,-5.4375 c -0.390625,0.125 -0.671875,0.203125 -1.171875,0.34375 v 0.125 c 0.0625,0 0.109375,0 0.171875,0 0.296875,0 0.359375,0.078125 0.359375,0.40625 v 1.234375 C 2.40625,-3.578125 2.1875,-3.671875 1.875,-3.671875 c -0.921875,0 -1.65625,0.90625 -1.65625,2.03125 0,1.03125 0.59375,1.71875 1.46875,1.71875 0.453125,0 0.75,-0.15625 1.015625,-0.53125 V 0.0625 Z M 2.703125,-0.8125 c 0,0.0625 -0.046875,0.15625 -0.125,0.234375 -0.140625,0.15625 -0.34375,0.25 -0.578125,0.25 -0.65625,0 -1.09375,-0.640625 -1.09375,-1.625 0,-0.90625 0.390625,-1.484375 0.984375,-1.484375 0.421875,0 0.8125,0.375 0.8125,0.796875 z m 0,0"
+ id="path225" />
+ </g>
+ <g
+ id="glyph-3-21">
+ <path
+ d="M 2.515625,-2.5 2.484375,-3.578125 H 2.390625 L 2.375,-3.5625 C 2.296875,-3.515625 2.296875,-3.5 2.265625,-3.5 2.21875,-3.5 2.140625,-3.515625 2.046875,-3.5625 1.875,-3.625 1.703125,-3.65625 1.484375,-3.65625 c -0.625,0 -1.078125,0.40625 -1.078125,0.984375 0,0.4375 0.25,0.765625 0.9375,1.140625 l 0.453125,0.265625 c 0.28125,0.15625 0.421875,0.34375 0.421875,0.59375 0,0.359375 -0.265625,0.578125 -0.671875,0.578125 -0.265625,0 -0.515625,-0.109375 -0.65625,-0.28125 -0.171875,-0.203125 -0.25,-0.375 -0.34375,-0.84375 h -0.125 v 1.25 h 0.09375 c 0.0625,-0.078125 0.09375,-0.09375 0.1875,-0.09375 0.0625,0 0.1875,0.015625 0.359375,0.0625 0.234375,0.046875 0.4375,0.078125 0.59375,0.078125 0.609375,0 1.109375,-0.453125 1.109375,-1.015625 0,-0.40625 -0.1875,-0.671875 -0.65625,-0.953125 L 1.25,-2.40625 c -0.234375,-0.125 -0.34375,-0.3125 -0.34375,-0.53125 0,-0.328125 0.234375,-0.546875 0.609375,-0.546875 0.453125,0 0.6875,0.265625 0.875,0.984375 z m 0,0"
+ id="path228" />
+ </g>
+ <g
+ id="glyph-3-22">
+ <path
+ d="m 1.609375,-2.3125 c 0.203125,0.015625 0.34375,0.015625 0.546875,0.015625 0.625,0 1.0625,-0.078125 1.390625,-0.265625 C 4.03125,-2.828125 4.3125,-3.3125 4.3125,-3.828125 4.3125,-4.171875 4.203125,-4.46875 4,-4.703125 3.671875,-5.046875 2.984375,-5.28125 2.234375,-5.28125 H 0.125 V -5.125 c 0.59375,0.0625 0.671875,0.140625 0.671875,0.71875 v 3.453125 c 0,0.671875 -0.0625,0.75 -0.671875,0.796875 V 0 h 2.234375 v -0.15625 c -0.625,-0.015625 -0.75,-0.125 -0.75,-0.71875 z m 0,-2.390625 c 0,-0.21875 0.0625,-0.28125 0.265625,-0.28125 1.078125,0 1.578125,0.375 1.578125,1.203125 0,0.765625 -0.46875,1.171875 -1.390625,1.171875 -0.15625,0 -0.265625,-0.015625 -0.453125,-0.03125 z m 0,0"
+ id="path231" />
+ </g>
+ <g
+ id="glyph-3-23">
+ <path
+ d="m 2.875,-5.390625 c -1.515625,0 -2.609375,1.15625 -2.609375,2.75 0,0.75 0.265625,1.484375 0.6875,1.9375 0.46875,0.5 1.171875,0.8125 1.875,0.8125 1.578125,0 2.65625,-1.109375 2.65625,-2.71875 0,-0.78125 -0.234375,-1.46875 -0.671875,-1.9375 -0.5,-0.546875 -1.171875,-0.84375 -1.9375,-0.84375 z m 0,0.296875 c 0.375,0 0.734375,0.140625 1.015625,0.390625 0.4375,0.390625 0.6875,1.140625 0.6875,2.09375 0,0.46875 -0.109375,1.015625 -0.265625,1.4375 -0.078125,0.1875 -0.203125,0.390625 -0.390625,0.578125 -0.28125,0.28125 -0.640625,0.421875 -1.0625,0.421875 -0.359375,0 -0.71875,-0.140625 -1,-0.390625 -0.421875,-0.375 -0.6875,-1.171875 -0.6875,-2.0625 0,-0.8125 0.234375,-1.578125 0.5625,-1.953125 C 2.046875,-4.921875 2.4375,-5.09375 2.875,-5.09375 Z m 0,0"
+ id="path234" />
+ </g>
+ <g
+ id="glyph-3-24">
+ <path
+ d="M 5.25,-0.15625 C 4.953125,-0.171875 4.796875,-0.25 4.5625,-0.53125 L 2.921875,-2.546875 c 0.53125,-0.09375 0.765625,-0.1875 1.03125,-0.40625 C 4.203125,-3.15625 4.359375,-3.5 4.359375,-3.875 4.359375,-4.21875 4.25,-4.515625 4.046875,-4.734375 3.75,-5.0625 3.078125,-5.28125 2.328125,-5.28125 h -2.1875 V -5.125 c 0.59375,0.0625 0.671875,0.15625 0.671875,0.71875 v 3.453125 c 0,0.65625 -0.078125,0.75 -0.671875,0.796875 V 0 H 2.34375 V -0.15625 C 1.734375,-0.1875 1.625,-0.296875 1.625,-0.875 V -2.4375 L 2.078125,-2.453125 3.96875,0 H 5.25 Z M 1.625,-4.6875 c 0,-0.234375 0.09375,-0.296875 0.40625,-0.296875 1,0 1.453125,0.34375 1.453125,1.09375 0,0.40625 -0.15625,0.734375 -0.453125,0.890625 -0.359375,0.203125 -0.640625,0.25 -1.40625,0.265625 z m 0,0"
+ id="path237" />
+ </g>
+ <g
+ id="glyph-3-25">
+ <path
+ d="m 2.03125,-4.9375 v 3.984375 c 0,0.671875 -0.09375,0.765625 -0.75,0.796875 V 0 H 3.609375 V -0.15625 C 2.953125,-0.1875 2.84375,-0.28125 2.84375,-0.875 v -4.0625 h 0.421875 c 0.90625,0 1.078125,0.140625 1.265625,1.015625 h 0.1875 L 4.671875,-5.28125 H 0.1875 l -0.046875,1.359375 h 0.1875 c 0.1875,-0.875 0.375,-1.015625 1.265625,-1.015625 z m 0,0"
+ id="path240" />
+ </g>
+ <g
+ id="glyph-3-26">
+ <path
+ d="m 4.875,-4.109375 c 0,-0.8125 0.09375,-0.9375 0.75,-1.015625 V -5.28125 H 3.765625 V -5.125 c 0.625,0.046875 0.75,0.21875 0.75,1.015625 v 2.15625 c 0,0.546875 -0.046875,0.84375 -0.1875,1.078125 -0.203125,0.390625 -0.71875,0.640625 -1.3125,0.640625 -0.5625,0 -0.953125,-0.203125 -1.171875,-0.578125 -0.140625,-0.25 -0.203125,-0.546875 -0.203125,-1.046875 V -4.40625 c 0,-0.578125 0.09375,-0.65625 0.71875,-0.71875 v -0.15625 h -2.25 V -5.125 c 0.625,0.046875 0.71875,0.140625 0.71875,0.71875 v 2.484375 c 0,1.375 0.640625,2.03125 2,2.03125 0.875,0 1.46875,-0.28125 1.78125,-0.8125 C 4.796875,-1.046875 4.875,-1.40625 4.875,-2.03125 Z m 0,0"
+ id="path243" />
+ </g>
+ <g
+ id="glyph-3-27">
+ <path
+ d="m 4.875,0.09375 v -4.203125 c 0,-0.46875 0.078125,-0.765625 0.234375,-0.875 C 5.21875,-5.0625 5.328125,-5.09375 5.640625,-5.125 v -0.15625 h -1.875 V -5.125 c 0.296875,0.03125 0.40625,0.0625 0.53125,0.125 0.15625,0.109375 0.234375,0.40625 0.234375,0.890625 v 2.6875 L 1.453125,-5.28125 H 0.09375 V -5.125 c 0.34375,0 0.453125,0.0625 0.78125,0.4375 v 3.515625 c 0,0.828125 -0.125,0.96875 -0.78125,1.015625 V 0 h 1.875 v -0.15625 c -0.609375,-0.03125 -0.75,-0.203125 -0.75,-1.015625 v -3.125 L 4.734375,0.09375 Z m 0,0"
+ id="path246" />
+ </g>
+ <g
+ id="glyph-3-28">
+ <path
+ d="m 0.921875,-0.875 c 0,0.609375 -0.109375,0.703125 -0.78125,0.71875 V 0 h 2.375 v -0.15625 c -0.65625,-0.015625 -0.78125,-0.125 -0.78125,-0.71875 v -3.53125 c 0,-0.578125 0.109375,-0.6875 0.78125,-0.71875 v -0.15625 h -2.375 V -5.125 c 0.6875,0.046875 0.78125,0.125 0.78125,0.71875 z m 0,0"
+ id="path249" />
+ </g>
+ <g
+ id="glyph-3-29">
+ <path
+ d="M 4.75,-1.34375 H 4.53125 c -0.390625,0.859375 -0.734375,1.046875 -1.875,1.046875 H 2.4375 c -0.390625,0 -0.71875,-0.03125 -0.78125,-0.09375 C 1.625,-0.421875 1.609375,-0.5 1.609375,-0.640625 v -1.96875 h 1.21875 c 0.65625,0 0.78125,0.109375 0.875,0.765625 h 0.1875 V -3.6875 h -0.1875 C 3.65625,-3.359375 3.625,-3.25 3.53125,-3.125 3.421875,-3 3.203125,-2.9375 2.828125,-2.9375 h -1.21875 v -1.765625 c 0,-0.21875 0.046875,-0.265625 0.25,-0.265625 H 2.9375 c 0.90625,0 1.078125,0.109375 1.21875,0.828125 h 0.1875 L 4.328125,-5.28125 H 0.09375 V -5.125 c 0.59375,0.046875 0.6875,0.15625 0.6875,0.71875 V -0.875 c 0,0.5625 -0.109375,0.6875 -0.6875,0.71875 V 0 h 4.3125 z m 0,0"
+ id="path252" />
+ </g>
+ <g
+ id="glyph-3-30">
+ <path
+ d="M 3.5625,-5.390625 H 3.390625 c -0.03125,0.1875 -0.109375,0.28125 -0.25,0.28125 -0.078125,0 -0.21875,-0.03125 -0.359375,-0.109375 C 2.5,-5.328125 2.203125,-5.390625 1.9375,-5.390625 c -0.328125,0 -0.6875,0.140625 -0.953125,0.375 -0.28125,0.25 -0.421875,0.578125 -0.421875,0.984375 0,0.640625 0.359375,1.09375 1.25,1.5625 0.5625,0.296875 0.984375,0.625 1.1875,0.9375 0.0625,0.09375 0.109375,0.265625 0.109375,0.453125 0,0.53125 -0.40625,0.90625 -0.984375,0.90625 -0.703125,0 -1.203125,-0.4375 -1.609375,-1.40625 h -0.1875 l 0.25,1.6875 H 0.75 c 0,-0.15625 0.109375,-0.265625 0.21875,-0.265625 0.09375,0 0.21875,0.03125 0.375,0.078125 0.3125,0.125 0.625,0.1875 0.9375,0.1875 0.921875,0 1.625,-0.625 1.625,-1.453125 0,-0.640625 -0.4375,-1.171875 -1.484375,-1.734375 C 1.578125,-3.53125 1.25,-3.890625 1.25,-4.3125 c 0,-0.4375 0.328125,-0.75 0.828125,-0.75 0.359375,0 0.6875,0.15625 0.96875,0.4375 0.25,0.265625 0.359375,0.46875 0.484375,0.9375 h 0.203125 z m 0,0"
+ id="path255" />
+ </g>
+ <g
+ id="glyph-3-31">
+ <path
+ d="M 4.9375,-3.578125 4.875,-5.390625 H 4.703125 C 4.65625,-5.21875 4.53125,-5.125 4.359375,-5.125 c -0.0625,0 -0.1875,-0.015625 -0.296875,-0.078125 -0.390625,-0.125 -0.796875,-0.1875 -1.171875,-0.1875 -0.65625,0 -1.3125,0.25 -1.8125,0.6875 -0.546875,0.5 -0.859375,1.234375 -0.859375,2.109375 0,0.75 0.25,1.4375 0.65625,1.890625 0.46875,0.515625 1.203125,0.8125 2,0.8125 0.890625,0 1.6875,-0.359375 2.171875,-1.015625 L 4.90625,-1.046875 c -0.59375,0.5625 -1.125,0.8125 -1.78125,0.8125 -0.5,0 -0.953125,-0.15625 -1.296875,-0.46875 -0.4375,-0.390625 -0.6875,-1.109375 -0.6875,-1.984375 0,-1.453125 0.75,-2.375 1.90625,-2.375 0.453125,0 0.859375,0.15625 1.1875,0.484375 0.25,0.25 0.375,0.46875 0.515625,1 z m 0,0"
+ id="path258" />
+ </g>
+ <g
+ id="glyph-3-32">
+ <path
+ d="M 3.578125,-5.28125 H 0.625 l -0.46875,1.171875 0.140625,0.0625 C 0.640625,-4.578125 0.78125,-4.6875 1.21875,-4.6875 H 2.953125 L 1.375,0.0625 h 0.515625 l 1.6875,-5.203125 z m 0,0"
+ id="path261" />
+ </g>
+ <g
+ id="glyph-3-33">
+ <path
+ d="m 5.375,-4.5625 v 3.609375 c 0,0.65625 -0.09375,0.765625 -0.734375,0.796875 V 0 H 6.875 V -0.15625 C 6.296875,-0.1875 6.1875,-0.296875 6.1875,-0.875 v -3.53125 c 0,-0.5625 0.09375,-0.671875 0.6875,-0.71875 V -5.28125 H 5.296875 L 3.53125,-1.25 1.6875,-5.28125 H 0.109375 V -5.125 C 0.765625,-5.078125 0.875,-4.984375 0.875,-4.40625 v 3.234375 c 0,0.828125 -0.125,0.96875 -0.78125,1.015625 V 0 h 1.875 v -0.15625 c -0.609375,-0.03125 -0.75,-0.203125 -0.75,-1.015625 V -4.375 l 2,4.375 h 0.109375 z m 0,0"
+ id="path264" />
+ </g>
+ <g
+ id="glyph-3-34">
+ <path
+ d="m 0.125,-3.171875 c 0.046875,-0.03125 0.125,-0.03125 0.21875,-0.03125 0.21875,0 0.296875,0.125 0.296875,0.515625 v 1.96875 c 0,0.453125 -0.09375,0.5625 -0.5,0.59375 V 0 h 1.6875 V -0.125 C 1.421875,-0.15625 1.3125,-0.25 1.3125,-0.53125 v -2.234375 c 0.375,-0.359375 0.546875,-0.46875 0.8125,-0.46875 0.390625,0 0.578125,0.25 0.578125,0.78125 v 1.671875 c 0,0.5 -0.09375,0.625 -0.5,0.65625 V 0 h 1.65625 V -0.125 C 3.46875,-0.15625 3.375,-0.25 3.375,-0.640625 V -2.46875 c 0,-0.75 -0.34375,-1.203125 -0.9375,-1.203125 -0.359375,0 -0.609375,0.140625 -1.15625,0.65625 V -3.65625 L 1.234375,-3.671875 C 0.84375,-3.515625 0.5625,-3.4375 0.125,-3.3125 Z m 0,0"
+ id="path267" />
+ </g>
+ <g
+ id="glyph-3-35">
+ <path
+ d="M 3.796875,-3.578125 H 2.6875 v 0.109375 c 0.265625,0.03125 0.375,0.109375 0.375,0.25 0,0.09375 -0.015625,0.171875 -0.046875,0.25 l -0.78125,2.0625 -0.8125,-2.046875 C 1.375,-3.0625 1.34375,-3.171875 1.34375,-3.25 c 0,-0.140625 0.09375,-0.1875 0.375,-0.21875 V -3.578125 H 0.15625 V -3.46875 C 0.453125,-3.453125 0.515625,-3.375 0.875,-2.546875 l 0.953125,2.28125 c 0.015625,0.046875 0.046875,0.109375 0.0625,0.171875 0.046875,0.140625 0.09375,0.203125 0.15625,0.203125 0.046875,0 0.09375,-0.09375 0.21875,-0.390625 l 1.015625,-2.5625 c 0.234375,-0.546875 0.28125,-0.59375 0.515625,-0.625 z m 0,0"
+ id="path270" />
+ </g>
+ <g
+ id="glyph-3-36">
+ <path
+ d="M 2.375,1.046875 H 1.703125 C 1.4375,1.046875 1.3125,0.90625 1.3125,0.625 v -5.34375 c 0,-0.25 0.09375,-0.359375 0.359375,-0.359375 H 2.375 V -5.28125 H 0.703125 V 1.25 H 2.375 Z m 0,0"
+ id="path273" />
+ </g>
+ <g
+ id="glyph-3-37">
+ <path
+ d="m 1.21875,-2.625 c 0.46875,0 0.65625,0.015625 0.84375,0.078125 0.5,0.1875 0.8125,0.640625 0.8125,1.1875 0,0.671875 -0.453125,1.1875 -1.046875,1.1875 -0.21875,0 -0.375,-0.0625 -0.671875,-0.25 C 0.921875,-0.5625 0.78125,-0.625 0.640625,-0.625 c -0.171875,0 -0.296875,0.109375 -0.296875,0.28125 0,0.28125 0.34375,0.453125 0.90625,0.453125 0.609375,0 1.234375,-0.203125 1.609375,-0.53125 C 3.234375,-0.75 3.4375,-1.21875 3.4375,-1.75 c 0,-0.40625 -0.125,-0.78125 -0.359375,-1.015625 -0.15625,-0.1875 -0.3125,-0.28125 -0.65625,-0.4375 0.546875,-0.359375 0.75,-0.65625 0.75,-1.09375 0,-0.640625 -0.515625,-1.09375 -1.25,-1.09375 -0.390625,0 -0.75,0.140625 -1.03125,0.390625 -0.234375,0.21875 -0.359375,0.421875 -0.53125,0.90625 l 0.125,0.03125 c 0.328125,-0.578125 0.671875,-0.84375 1.1875,-0.84375 0.515625,0 0.875,0.34375 0.875,0.84375 0,0.296875 -0.125,0.578125 -0.328125,0.78125 -0.234375,0.234375 -0.453125,0.359375 -1,0.546875 z m 0,0"
+ id="path276" />
+ </g>
+ <g
+ id="glyph-3-38">
+ <path
+ d="m 3.765625,-1.84375 h -0.8125 V -5.390625 H 2.59375 l -2.5,3.546875 v 0.515625 H 2.328125 V 0 h 0.625 v -1.328125 h 0.8125 z m -1.4375,0 h -1.90625 l 1.90625,-2.734375 z m 0,0"
+ id="path279" />
+ </g>
+ <g
+ id="glyph-3-39">
+ <path
+ d="M 0.265625,1.046875 V 1.25 h 1.6875 v -6.53125 h -1.6875 v 0.203125 h 0.6875 c 0.265625,0 0.390625,0.140625 0.390625,0.421875 V 0.6875 c 0,0.25 -0.109375,0.359375 -0.359375,0.359375 z m 0,0"
+ id="path282" />
+ </g>
+ <g
+ id="glyph-4-0" />
+ <g
+ id="glyph-4-1">
+ <path
+ d="m 4.671875,-2.296875 v -2.3125 H 4.453125 C 4.34375,-3.8125 4.15625,-3.671875 3.375,-3.671875 H 1.96875 V -5.875 c 0,-0.28125 0.046875,-0.34375 0.3125,-0.34375 h 1.328125 c 1.09375,0 1.3125,0.140625 1.484375,1.046875 H 5.328125 L 5.296875,-6.59375 H 0.125 v 0.1875 c 0.71875,0.0625 0.84375,0.203125 0.84375,0.890625 v 4.3125 c 0,0.828125 -0.109375,0.96875 -0.84375,1.015625 V 0 H 2.859375 V -0.1875 C 2.09375,-0.234375 1.96875,-0.375 1.96875,-1.09375 V -3.265625 H 3.375 c 0.796875,0 0.96875,0.15625 1.078125,0.96875 z m 0,0"
+ id="path286" />
+ </g>
+ <g
+ id="glyph-4-2">
+ <path
+ d="m 1.703125,-4.578125 -1.5,0.546875 v 0.140625 H 0.28125 c 0.109375,-0.03125 0.234375,-0.03125 0.328125,-0.03125 0.234375,0 0.3125,0.15625 0.3125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.765625,0.859375 V 0 h 2.3125 V -0.15625 C 1.828125,-0.203125 1.75,-0.296875 1.75,-1.015625 V -4.5625 Z M 1.25,-6.8125 c -0.265625,0 -0.484375,0.234375 -0.484375,0.515625 0,0.28125 0.21875,0.5 0.484375,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 C 1.765625,-6.578125 1.53125,-6.8125 1.25,-6.8125 Z m 0,0"
+ id="path289" />
+ </g>
+ <g
+ id="glyph-4-3">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 0.6875,-4 0.78125,-3.859375 0.78125,-3.375 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.609375,0.734375 V 0 H 2.25 V -0.15625 C 1.75,-0.1875 1.609375,-0.3125 1.609375,-0.671875 V -3.46875 c 0.46875,-0.453125 0.671875,-0.5625 1,-0.5625 0.484375,0 0.71875,0.296875 0.71875,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.625,0.828125 V 0 h 2.03125 V -0.15625 C 4.265625,-0.203125 4.140625,-0.3125 4.140625,-0.8125 v -2.28125 c 0,-0.9375 -0.421875,-1.484375 -1.15625,-1.484375 -0.4375,0 -0.75,0.15625 -1.40625,0.796875 V -4.5625 L 1.5,-4.578125 c -0.46875,0.171875 -0.8125,0.28125 -1.34375,0.4375 z m 0,0"
+ id="path292" />
+ </g>
+ <g
+ id="glyph-4-4">
+ <path
+ d="m 4.3125,-0.65625 c -0.15625,0.140625 -0.28125,0.1875 -0.421875,0.1875 -0.234375,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.1875,-1.046875 C 3.1875,-4.390625 2.765625,-4.578125 2.1875,-4.578125 c -0.921875,0 -1.640625,0.484375 -1.640625,1.109375 0,0.234375 0.203125,0.421875 0.421875,0.421875 0.234375,0 0.4375,-0.1875 0.4375,-0.40625 C 1.40625,-3.5 1.390625,-3.546875 1.390625,-3.625 1.375,-3.703125 1.359375,-3.78125 1.359375,-3.859375 c 0,-0.265625 0.3125,-0.484375 0.703125,-0.484375 0.484375,0 0.734375,0.28125 0.734375,0.828125 v 0.609375 c -1.5,0.609375 -1.65625,0.6875 -2.078125,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.03125,1.0625 0.421875,0 0.828125,-0.203125 1.421875,-0.71875 0.046875,0.515625 0.21875,0.71875 0.625,0.71875 0.328125,0 0.53125,-0.109375 0.875,-0.5 z m -1.515625,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.25,0.515625 -0.234375,0.140625 -0.5,0.21875 -0.703125,0.21875 -0.34375,0 -0.625,-0.328125 -0.625,-0.765625 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.578125,-1.390625 z m 0,0"
+ id="path295" />
+ </g>
+ <g
+ id="glyph-4-5">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.21875,-0.03125 0.296875,-0.03125 0.3125,0 0.40625,0.140625 0.40625,0.609375 v 4.75 c 0,0.546875 -0.125,0.671875 -0.75,0.71875 V 0 h 2.3125 V -0.15625 C 1.890625,-0.1875 1.78125,-0.296875 1.78125,-0.84375 v -5.9375 L 1.734375,-6.8125 c -0.5,0.171875 -0.875,0.265625 -1.546875,0.4375 z m 0,0"
+ id="path298" />
+ </g>
+ <g
+ id="glyph-4-6">
+ <path
+ d="m 4.640625,-4.484375 h -1.3125 v 0.140625 c 0.3125,0 0.46875,0.09375 0.46875,0.25 0,0.046875 -0.015625,0.109375 -0.046875,0.171875 l -0.953125,2.75 L 1.6875,-3.6875 C 1.625,-3.828125 1.578125,-3.953125 1.578125,-4.0625 c 0,-0.1875 0.15625,-0.25 0.578125,-0.28125 V -4.484375 H 0.140625 v 0.140625 c 0.25,0.03125 0.421875,0.140625 0.5,0.3125 L 1.75,-1.578125 1.78125,-1.5 1.921875,-1.203125 c 0.28125,0.5 0.4375,0.859375 0.4375,1.015625 0,0.140625 -0.234375,0.78125 -0.390625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.046875,0 -0.140625,-0.015625 -0.234375,-0.0625 C 1.046875,1.203125 0.875,1.15625 0.71875,1.15625 c -0.234375,0 -0.421875,0.203125 -0.421875,0.4375 0,0.328125 0.3125,0.578125 0.71875,0.578125 0.65625,0 1.125,-0.5625 1.65625,-2 l 1.5,-4.0625 c 0.125,-0.3125 0.234375,-0.421875 0.46875,-0.453125 z m 0,0"
+ id="path301" />
+ </g>
+ <g
+ id="glyph-4-7">
+ <path
+ d="M 0.8125,1.40625 C 1.46875,1.078125 1.90625,0.46875 1.90625,-0.125 c 0,-0.5 -0.34375,-0.890625 -0.78125,-0.890625 -0.34375,0 -0.578125,0.234375 -0.578125,0.5625 0,0.328125 0.21875,0.515625 0.578125,0.515625 0.0625,0 0.125,-0.015625 0.1875,-0.015625 0.0625,-0.03125 0.0625,-0.03125 0.078125,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.8125,1.0625 z m 0,0"
+ id="path304" />
+ </g>
+ <g
+ id="glyph-4-8">
+ <path
+ d="M 2.484375,-4.484375 H 1.5 v -1.15625 c 0,-0.09375 0,-0.125 -0.0625,-0.125 C 1.375,-5.6875 1.3125,-5.59375 1.234375,-5.5 0.875,-4.9375 0.453125,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 H 0.6875 v 3 c 0,0.84375 0.296875,1.265625 0.859375,1.265625 0.484375,0 0.859375,-0.234375 1.171875,-0.75 l -0.125,-0.109375 c -0.203125,0.25 -0.359375,0.34375 -0.578125,0.34375 C 1.65625,-0.421875 1.5,-0.6875 1.5,-1.3125 v -2.859375 h 0.984375 z m 0,0"
+ id="path307" />
+ </g>
+ <g
+ id="glyph-4-9">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.078125,0.578125 -0.703125,0.6875 V 0 h 2.34375 V -0.15625 C 1.734375,-0.171875 1.5625,-0.328125 1.5625,-0.890625 v -2.25 c 0,-0.3125 0.421875,-0.8125 0.6875,-0.8125 0.0625,0 0.140625,0.046875 0.25,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.234375,0 0.375,-0.171875 0.375,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.53125,-0.515625 -0.40625,0 -0.6875,0.21875 -1.171875,0.921875 V -4.5625 L 1.515625,-4.578125 C 1,-4.359375 0.640625,-4.234375 0.0625,-4.046875 Z m 0,0"
+ id="path310" />
+ </g>
+ <g
+ id="glyph-4-10">
+ <path
+ d="M 4.59375,-3.875 V -4.25 h -0.75 C 3.640625,-4.25 3.5,-4.28125 3.296875,-4.359375 L 3.09375,-4.4375 C 2.828125,-4.53125 2.5625,-4.578125 2.3125,-4.578125 c -0.921875,0 -1.640625,0.703125 -1.640625,1.625 0,0.625 0.265625,1 0.90625,1.328125 -0.1875,0.171875 -0.359375,0.34375 -0.421875,0.40625 -0.3125,0.28125 -0.4375,0.484375 -0.4375,0.6875 0,0.203125 0.109375,0.328125 0.515625,0.515625 C 0.53125,0.515625 0.28125,0.84375 0.28125,1.203125 c 0,0.53125 0.75,0.96875 1.6875,0.96875 0.734375,0 1.484375,-0.265625 2,-0.671875 C 4.34375,1.1875 4.5,0.875 4.5,0.484375 4.5,-0.125 4.046875,-0.546875 3.328125,-0.578125 L 2.0625,-0.640625 C 1.546875,-0.65625 1.296875,-0.75 1.296875,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.078125,0 0.15625,0.015625 0.1875,0.015625 0.171875,0.015625 0.3125,0.03125 0.359375,0.03125 0.359375,0 0.75,-0.15625 1.0625,-0.421875 0.3125,-0.28125 0.46875,-0.625 0.46875,-1.125 0,-0.28125 -0.046875,-0.515625 -0.1875,-0.84375 z M 1.4375,0.015625 C 1.765625,0.09375 2.546875,0.15625 3.015625,0.15625 c 0.890625,0 1.21875,0.125 1.21875,0.484375 0,0.578125 -0.75,0.96875 -1.84375,0.96875 -0.859375,0 -1.4375,-0.296875 -1.4375,-0.734375 0,-0.234375 0.078125,-0.359375 0.484375,-0.859375 z M 1.484375,-3.375 c 0,-0.578125 0.28125,-0.9375 0.71875,-0.9375 0.3125,0 0.5625,0.171875 0.71875,0.46875 0.171875,0.359375 0.296875,0.8125 0.296875,1.203125 0,0.5625 -0.28125,0.90625 -0.734375,0.90625 -0.59375,0 -1,-0.640625 -1,-1.609375 z m 0,0"
+ id="path313" />
+ </g>
+ <g
+ id="glyph-4-11">
+ <path
+ d="M 3.984375,-1.640625 C 3.515625,-0.875 3.09375,-0.59375 2.46875,-0.59375 c -0.546875,0 -0.96875,-0.28125 -1.25,-0.859375 -0.1875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 h 3 C 3.875,-3.40625 3.78125,-3.703125 3.53125,-4.015625 3.25,-4.375 2.796875,-4.578125 2.28125,-4.578125 c -0.484375,0 -0.9375,0.171875 -1.3125,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.953125,0.09375 2.078125,0.09375 3,0.09375 3.734375,-0.484375 4.140625,-1.5625 Z m -3.015625,-1.4375 c 0.109375,-0.78125 0.4375,-1.15625 1.03125,-1.15625 0.59375,0 0.828125,0.28125 0.953125,1.15625 z m 0,0"
+ id="path316" />
+ </g>
+ <g
+ id="glyph-4-12">
+ <path
+ d="M 3.515625,-4.234375 C 3.0625,-4.5 2.78125,-4.59375 2.390625,-4.59375 c -1.21875,0 -2.15625,1.109375 -2.15625,2.546875 0,1.265625 0.640625,2.140625 1.5625,2.140625 0.5625,0 1.109375,-0.25 1.53125,-0.734375 v 1.875 C 3.328125,1.796875 3.15625,1.9375 2.46875,2 v 0.15625 h 2.296875 v -0.125 C 4.234375,1.90625 4.15625,1.828125 4.15625,1.40625 V -4.5625 H 4.046875 Z m -0.1875,2.96875 c 0,0.234375 -0.03125,0.375 -0.140625,0.453125 -0.203125,0.1875 -0.53125,0.296875 -0.828125,0.296875 -0.3125,0 -0.578125,-0.09375 -0.765625,-0.296875 -0.3125,-0.28125 -0.515625,-0.9375 -0.515625,-1.59375 0,-1.171875 0.515625,-1.90625 1.34375,-1.90625 0.609375,0 0.90625,0.328125 0.90625,1 z m 0,0"
+ id="path319" />
+ </g>
+ <g
+ id="glyph-4-13">
+ <path
+ d="M 4.671875,-0.5 H 4.625 C 4.1875,-0.5 4.078125,-0.609375 4.078125,-1.0625 V -4.484375 H 2.53125 V -4.3125 C 3.140625,-4.28125 3.25,-4.1875 3.25,-3.6875 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.5625,0.328125 -0.859375,0.328125 -0.375,0 -0.6875,-0.328125 -0.6875,-0.75 v -3.25 H 0.09375 V -4.34375 C 0.5625,-4.3125 0.6875,-4.171875 0.6875,-3.703125 v 2.5 c 0,0.796875 0.46875,1.296875 1.1875,1.296875 0.359375,0 0.75,-0.15625 1,-0.421875 L 3.296875,-0.75 V 0.0625 L 3.34375,0.09375 c 0.484375,-0.203125 0.84375,-0.3125 1.328125,-0.453125 z m 0,0"
+ id="path322" />
+ </g>
+ <g
+ id="glyph-4-14">
+ <path
+ d="M 3.078125,-3.125 3.03125,-4.484375 H 2.9375 L 2.90625,-4.46875 c -0.078125,0.078125 -0.09375,0.078125 -0.125,0.078125 -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.6875,-0.125 C 1.0625,-4.578125 0.5,-4.0625 0.5,-3.34375 c 0,0.546875 0.3125,0.953125 1.140625,1.4375 l 0.5625,0.328125 c 0.34375,0.1875 0.515625,0.4375 0.515625,0.734375 0,0.4375 -0.3125,0.71875 -0.8125,0.71875 -0.328125,0 -0.640625,-0.125 -0.828125,-0.34375 -0.203125,-0.25 -0.28125,-0.484375 -0.40625,-1.046875 h -0.15625 v 1.5625 h 0.125 c 0.0625,-0.109375 0.109375,-0.125 0.21875,-0.125 0.09375,0 0.21875,0.015625 0.453125,0.078125 0.265625,0.0625 0.53125,0.09375 0.703125,0.09375 0.765625,0 1.390625,-0.578125 1.390625,-1.265625 0,-0.5 -0.234375,-0.828125 -0.828125,-1.1875 L 1.53125,-3 C 1.25,-3.15625 1.109375,-3.40625 1.109375,-3.671875 c 0,-0.40625 0.296875,-0.6875 0.75,-0.6875 0.546875,0 0.84375,0.34375 1.078125,1.234375 z m 0,0"
+ id="path325" />
+ </g>
+ <g
+ id="glyph-4-15">
+ <path
+ d="M 0.296875,-4.15625 H 0.96875 v 3.21875 c 0,0.640625 -0.109375,0.765625 -0.65625,0.78125 V 0 H 2.46875 V -0.15625 C 1.921875,-0.1875 1.78125,-0.328125 1.78125,-0.875 V -4.15625 H 2.625 c 0.9375,0 0.984375,0.03125 0.984375,0.5625 v 2.625 c 0,0.671875 -0.0625,0.765625 -0.671875,0.8125 V 0 H 5.09375 V -0.15625 C 4.546875,-0.203125 4.4375,-0.328125 4.4375,-0.96875 v -2.609375 c 0,-0.21875 0,-0.453125 0.015625,-0.984375 l -0.03125,-0.015625 c -0.4375,0.0625 -0.71875,0.09375 -1.109375,0.09375 H 1.78125 v -0.4375 c 0,-0.4375 0.03125,-0.734375 0.078125,-0.90625 C 2,-6.265625 2.375,-6.5625 2.8125,-6.5625 c 0.28125,0 0.453125,0.125 0.6875,0.46875 0.1875,0.265625 0.3125,0.375 0.484375,0.375 0.203125,0 0.359375,-0.171875 0.359375,-0.390625 0,-0.421875 -0.5,-0.703125 -1.25,-0.703125 -0.734375,0 -1.3125,0.265625 -1.65625,0.75 -0.296875,0.40625 -0.40625,0.78125 -0.453125,1.578125 h -0.6875 z m 0,0"
+ id="path328" />
+ </g>
+ <g
+ id="glyph-4-16">
+ <path
+ d="M 3.890625,-1.5625 C 3.421875,-0.859375 3.0625,-0.625 2.515625,-0.625 1.625,-0.625 1,-1.421875 1,-2.5625 c 0,-1.03125 0.53125,-1.734375 1.328125,-1.734375 0.34375,0 0.46875,0.109375 0.578125,0.484375 l 0.046875,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.25,0 0.46875,-0.1875 0.46875,-0.421875 0,-0.546875 -0.6875,-1.015625 -1.5,-1.015625 -0.484375,0 -0.984375,0.1875 -1.390625,0.546875 -0.484375,0.4375 -0.75,1.125 -0.75,1.90625 0,1.296875 0.765625,2.21875 1.84375,2.21875 0.453125,0 0.84375,-0.15625 1.1875,-0.46875 0.265625,-0.234375 0.453125,-0.5 0.75,-1.09375 z m 0,0"
+ id="path331" />
+ </g>
+ <g
+ id="glyph-4-17">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.390625,-4 0.5,-4 c 0.25,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.6875,0.6875 V 0 H 2.328125 V -0.15625 C 1.8125,-0.171875 1.65625,-0.28125 1.65625,-0.671875 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.15625,-0.1875 0.234375,-0.21875 0.65625,-0.390625 1,-0.390625 0.4375,0 0.640625,0.34375 0.640625,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.65625,0.703125 V 0 h 2.1875 v -0.15625 c -0.5625,0 -0.703125,-0.171875 -0.703125,-0.796875 v -2.5 c 0.296875,-0.4375 0.609375,-0.609375 1.0625,-0.609375 0.5625,0 0.734375,0.265625 0.734375,1.09375 V -0.875 C 6.078125,-0.296875 6,-0.21875 5.4375,-0.15625 V 0 h 2.125 v -0.15625 l -0.25,-0.015625 C 7.015625,-0.1875 6.890625,-0.375 6.890625,-0.75 v -2.0625 c 0,-1.171875 -0.375,-1.765625 -1.125,-1.765625 -0.5625,0 -1.0625,0.25 -1.59375,0.828125 C 4,-4.3125 3.65625,-4.578125 3.140625,-4.578125 c -0.4375,0 -0.703125,0.125 -1.515625,0.765625 v -0.75 L 1.546875,-4.578125 C 1.0625,-4.390625 0.71875,-4.28125 0.1875,-4.140625 Z m 0,0"
+ id="path334" />
+ </g>
+ <g
+ id="glyph-4-18">
+ <path
+ d="m 2.4375,-4.578125 c -1.265625,0 -2.15625,0.953125 -2.15625,2.328125 0,1.34375 0.90625,2.34375 2.140625,2.34375 1.234375,0 2.171875,-1.046875 2.171875,-2.421875 0,-1.3125 -0.90625,-2.25 -2.15625,-2.25 z M 2.3125,-4.3125 c 0.828125,0 1.40625,0.96875 1.40625,2.328125 0,1.125 -0.453125,1.8125 -1.171875,1.8125 -0.390625,0 -0.75,-0.25 -0.953125,-0.640625 C 1.3125,-1.328125 1.15625,-2.03125 1.15625,-2.734375 1.15625,-3.6875 1.625,-4.3125 2.3125,-4.3125 Z m 0,0"
+ id="path337" />
+ </g>
+ <g
+ id="glyph-4-19">
+ <path
+ d="M 3.015625,-4.484375 H 1.8125 v -1.15625 C 1.8125,-6.21875 2,-6.53125 2.375,-6.53125 c 0.203125,0 0.34375,0.09375 0.515625,0.390625 0.15625,0.265625 0.28125,0.359375 0.4375,0.359375 0.234375,0 0.40625,-0.1875 0.40625,-0.40625 0,-0.359375 -0.421875,-0.625 -1.015625,-0.625 -0.59375,0 -1.109375,0.265625 -1.375,0.734375 -0.25,0.4375 -0.328125,0.796875 -0.34375,1.59375 H 0.203125 v 0.3125 H 1 v 3.140625 c 0,0.71875 -0.09375,0.84375 -0.796875,0.875 V 0 h 2.53125 V -0.15625 C 1.9375,-0.171875 1.828125,-0.296875 1.828125,-1.03125 v -3.140625 h 1.1875 z m 0,0"
+ id="path340" />
+ </g>
+ <g
+ id="glyph-4-20">
+ <path
+ d="M 1.5,-6.78125 1.453125,-6.8125 C 1.03125,-6.65625 0.765625,-6.578125 0.3125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.390625,0 0.46875,0.09375 0.46875,0.5 v 5.1875 c 0,0.296875 0.828125,0.625 1.609375,0.625 1.296875,0 2.296875,-1.09375 2.296875,-2.515625 0,-1.234375 -0.75,-2.15625 -1.71875,-2.15625 -0.609375,0 -1.171875,0.34375 -1.359375,0.84375 z m 0,3.578125 c 0,-0.390625 0.453125,-0.75 0.96875,-0.75 0.75,0 1.25,0.765625 1.25,1.984375 0,1.109375 -0.46875,1.75 -1.28125,1.75 -0.5,0 -0.9375,-0.234375 -0.9375,-0.484375 z m 0,0"
+ id="path343" />
+ </g>
+ <g
+ id="glyph-4-21">
+ <path
+ d="m 3.359375,0.09375 1.4375,-0.515625 v -0.15625 C 4.625,-0.5625 4.59375,-0.5625 4.578125,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.09375,-6.8125 C 3.625,-6.640625 3.28125,-6.546875 2.65625,-6.375 v 0.171875 C 2.734375,-6.21875 2.796875,-6.21875 2.875,-6.21875 c 0.359375,0 0.453125,0.09375 0.453125,0.5 v 1.5625 c -0.375,-0.3125 -0.640625,-0.421875 -1.03125,-0.421875 -1.125,0 -2.03125,1.125 -2.03125,2.53125 0,1.28125 0.734375,2.140625 1.8125,2.140625 0.546875,0 0.90625,-0.1875 1.25,-0.65625 v 0.625 z m -0.03125,-1.109375 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.171875,0.203125 -0.421875,0.296875 -0.703125,0.296875 -0.8125,0 -1.34375,-0.796875 -1.34375,-2.015625 0,-1.125 0.46875,-1.875 1.21875,-1.875 0.515625,0 1,0.46875 1,1 z m 0,0"
+ id="path346" />
+ </g>
+ <g
+ id="glyph-4-22">
+ <path
+ d="m 6.0625,-4.484375 -0.09375,-2.25 H 5.765625 C 5.703125,-6.53125 5.546875,-6.40625 5.359375,-6.40625 5.265625,-6.40625 5.125,-6.4375 4.96875,-6.5 4.5,-6.65625 4,-6.734375 3.546875,-6.734375 2.75,-6.734375 1.9375,-6.4375 1.328125,-5.875 c -0.6875,0.609375 -1.046875,1.53125 -1.046875,2.640625 0,0.921875 0.28125,1.78125 0.78125,2.34375 0.59375,0.65625 1.484375,1.03125 2.453125,1.03125 C 4.625,0.140625 5.59375,-0.3125 6.1875,-1.125 L 6,-1.3125 C 5.28125,-0.59375 4.640625,-0.296875 3.828125,-0.296875 3.21875,-0.296875 2.671875,-0.5 2.25,-0.875 1.703125,-1.359375 1.40625,-2.265625 1.40625,-3.375 c 0,-1.796875 0.90625,-2.96875 2.328125,-2.96875 0.546875,0 1.0625,0.21875 1.453125,0.609375 0.3125,0.328125 0.453125,0.59375 0.640625,1.25 z m 0,0"
+ id="path349" />
+ </g>
+ <g
+ id="glyph-4-23">
+ <path
+ d="M 1.96875,-2.90625 C 2.234375,-2.875 2.390625,-2.875 2.640625,-2.875 c 0.765625,0 1.296875,-0.09375 1.71875,-0.328125 0.578125,-0.328125 0.9375,-0.9375 0.9375,-1.59375 C 5.296875,-5.21875 5.15625,-5.59375 4.890625,-5.875 4.5,-6.3125 3.65625,-6.59375 2.734375,-6.59375 H 0.15625 v 0.1875 c 0.71875,0.078125 0.828125,0.171875 0.828125,0.890625 v 4.3125 c 0,0.84375 -0.078125,0.9375 -0.828125,1.015625 V 0 H 2.890625 V -0.1875 C 2.125,-0.21875 1.96875,-0.359375 1.96875,-1.09375 Z m 0,-2.984375 c 0,-0.265625 0.078125,-0.34375 0.34375,-0.34375 1.3125,0 1.921875,0.46875 1.921875,1.5 0,0.96875 -0.578125,1.46875 -1.703125,1.46875 -0.203125,0 -0.328125,-0.015625 -0.5625,-0.03125 z m 0,0"
+ id="path352" />
+ </g>
+ <g
+ id="glyph-4-24">
+ <path
+ d="m 5.96875,-5.140625 c 0,-1.015625 0.109375,-1.171875 0.921875,-1.265625 v -0.1875 H 4.625 v 0.1875 c 0.75,0.0625 0.90625,0.28125 0.90625,1.265625 V -2.4375 c 0,0.671875 -0.0625,1.046875 -0.21875,1.34375 -0.265625,0.484375 -0.890625,0.796875 -1.625,0.796875 C 3,-0.296875 2.515625,-0.53125 2.25,-1 2.078125,-1.328125 2.015625,-1.6875 2.015625,-2.328125 v -3.1875 c 0,-0.71875 0.109375,-0.828125 0.890625,-0.890625 v -0.1875 H 0.140625 v 0.1875 c 0.765625,0.0625 0.875,0.171875 0.875,0.890625 v 3.109375 c 0,1.734375 0.796875,2.546875 2.453125,2.546875 1.0625,0 1.796875,-0.34375 2.171875,-1.03125 C 5.875,-1.3125 5.96875,-1.765625 5.96875,-2.53125 Z m 0,0"
+ id="path355" />
+ </g>
+ <g
+ id="glyph-4-25">
+ <path
+ d="M 6.921875,-3.53125 H 4.4375 v 0.1875 c 0.421875,0.03125 0.53125,0.046875 0.65625,0.140625 0.140625,0.078125 0.203125,0.3125 0.203125,0.734375 v 1.625 c 0,0.3125 -0.59375,0.578125 -1.296875,0.578125 -1.59375,0 -2.578125,-1.125 -2.578125,-2.984375 0,-0.9375 0.28125,-1.84375 0.703125,-2.328125 0.4375,-0.5 1.046875,-0.765625 1.703125,-0.765625 0.546875,0 1.03125,0.1875 1.40625,0.546875 0.296875,0.28125 0.453125,0.546875 0.6875,1.15625 H 6.15625 l -0.078125,-2.09375 h -0.21875 c -0.0625,0.1875 -0.234375,0.328125 -0.4375,0.328125 -0.09375,0 -0.25,-0.03125 -0.4375,-0.109375 -0.4375,-0.140625 -0.875,-0.21875 -1.328125,-0.21875 -1.953125,0 -3.34375,1.453125 -3.34375,3.5 0,0.96875 0.265625,1.71875 0.8125,2.3125 0.65625,0.6875 1.59375,1.0625 2.671875,1.0625 0.828125,0 2.046875,-0.34375 2.4375,-0.703125 v -2.015625 c 0,-0.59375 0.125,-0.71875 0.6875,-0.765625 z m 0,0"
+ id="path358" />
+ </g>
+ <g
+ id="glyph-4-26">
+ <path
+ d="m 6.890625,-0.1875 c -0.4375,-0.03125 -0.53125,-0.125 -0.875,-0.875 l -2.4375,-5.65625 h -0.1875 l -2.03125,4.890625 c -0.625,1.453125 -0.75,1.625 -1.21875,1.640625 V 0 h 1.9375 v -0.1875 c -0.46875,0 -0.65625,-0.125 -0.65625,-0.40625 0,-0.125 0.03125,-0.265625 0.078125,-0.390625 L 1.9375,-2.15625 H 4.5 l 0.40625,0.953125 c 0.109375,0.28125 0.1875,0.53125 0.1875,0.671875 0,0.25 -0.171875,0.328125 -0.6875,0.34375 V 0 h 2.484375 z m -4.78125,-2.375 1.125,-2.734375 1.125,2.734375 z m 0,0"
+ id="path361" />
+ </g>
+ <g
+ id="glyph-4-27">
+ <path
+ d="M 4.359375,-6.734375 H 4.15625 C 4.125,-6.515625 4.015625,-6.40625 3.84375,-6.40625 3.75,-6.40625 3.578125,-6.4375 3.421875,-6.515625 3.0625,-6.65625 2.703125,-6.734375 2.390625,-6.734375 c -0.421875,0 -0.859375,0.171875 -1.171875,0.453125 -0.34375,0.3125 -0.53125,0.734375 -0.53125,1.25 0,0.796875 0.4375,1.359375 1.53125,1.9375 0.703125,0.375 1.203125,0.796875 1.453125,1.171875 0.09375,0.125 0.140625,0.34375 0.140625,0.578125 0,0.671875 -0.484375,1.125 -1.203125,1.125 -0.875,0 -1.484375,-0.546875 -1.96875,-1.765625 H 0.40625 L 0.703125,0.125 h 0.21875 c 0,-0.1875 0.125,-0.328125 0.265625,-0.328125 0.109375,0 0.28125,0.046875 0.46875,0.109375 0.359375,0.15625 0.75,0.234375 1.140625,0.234375 1.125,0 2,-0.78125 2,-1.8125 0,-0.828125 -0.53125,-1.46875 -1.828125,-2.171875 -1.03125,-0.578125 -1.4375,-1.015625 -1.4375,-1.5625 0,-0.546875 0.40625,-0.921875 1.015625,-0.921875 0.4375,0 0.859375,0.1875 1.1875,0.546875 0.3125,0.3125 0.453125,0.578125 0.609375,1.171875 h 0.234375 z m 0,0"
+ id="path364" />
+ </g>
+ <g
+ id="glyph-4-28">
+ <path
+ d="m 1.125,-1.09375 c 0,0.75 -0.125,0.875 -0.953125,0.90625 V 0 h 2.90625 V -0.1875 C 2.28125,-0.21875 2.125,-0.359375 2.125,-1.09375 v -4.421875 c 0,-0.71875 0.125,-0.859375 0.953125,-0.890625 v -0.1875 h -2.90625 v 0.1875 C 1,-6.359375 1.125,-6.25 1.125,-5.515625 Z m 0,0"
+ id="path367" />
+ </g>
+ <g
+ id="glyph-4-29">
+ <path
+ d="m 1.21875,-1 c -0.296875,0 -0.53125,0.265625 -0.53125,0.578125 0,0.28125 0.234375,0.53125 0.53125,0.53125 0.296875,0 0.546875,-0.25 0.546875,-0.53125 C 1.765625,-0.734375 1.515625,-1 1.21875,-1 Z m 0,0"
+ id="path370" />
+ </g>
+ <g
+ id="glyph-4-30">
+ <path
+ d="m 2.046875,-3.578125 v -1.9375 c 0,-0.71875 0.109375,-0.828125 0.859375,-0.890625 v -0.1875 H 0.1875 v 0.1875 c 0.75,0.0625 0.859375,0.171875 0.859375,0.890625 v 4.3125 c 0,0.84375 -0.09375,0.96875 -0.859375,1.015625 V 0 H 2.90625 V -0.1875 C 2.171875,-0.25 2.046875,-0.375 2.046875,-1.09375 V -3.140625 H 5 v 1.9375 c 0,0.84375 -0.09375,0.96875 -0.859375,1.015625 V 0 h 2.71875 V -0.1875 C 6.125,-0.25 6,-0.375 6,-1.09375 V -5.515625 C 6,-6.234375 6.109375,-6.34375 6.859375,-6.40625 v -0.1875 h -2.71875 v 0.1875 C 4.890625,-6.34375 5,-6.234375 5,-5.515625 v 1.9375 z m 0,0"
+ id="path373" />
+ </g>
+ <g
+ id="glyph-4-31">
+ <path
+ d="M 5.578125,-4.484375 V -4.34375 C 5.90625,-4.265625 6,-4.203125 6,-4.03125 6,-3.875 5.953125,-3.640625 5.84375,-3.375 l -0.875,2.21875 -0.828125,-2.234375 C 3.96875,-3.84375 3.96875,-3.84375 3.96875,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.578125,-0.359375 V -4.484375 H 2.5625 v 0.140625 c 0.359375,0.046875 0.46875,0.15625 0.671875,0.6875 0.0625,0.203125 0.140625,0.390625 0.1875,0.5625 l -0.875,1.984375 -0.96875,-2.59375 C 1.53125,-3.8125 1.515625,-3.90625 1.515625,-4 c 0,-0.21875 0.109375,-0.296875 0.453125,-0.34375 V -4.484375 H 0.203125 v 0.140625 c 0.234375,0.03125 0.3125,0.125 0.515625,0.640625 l 1.328125,3.40625 c 0.109375,0.296875 0.1875,0.4375 0.25,0.4375 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.09375,-2.390625 0.875,2.34375 c 0.140625,0.375 0.1875,0.4375 0.234375,0.4375 0.078125,0 0.125,-0.09375 0.28125,-0.484375 L 6.375,-3.796875 C 6.546875,-4.21875 6.578125,-4.265625 6.78125,-4.34375 v -0.140625 z m 0,0"
+ id="path376" />
+ </g>
+ <g
+ id="glyph-4-32">
+ <path
+ d="M 4.65625,-4.484375 H 3.296875 v 0.140625 c 0.3125,0.03125 0.46875,0.140625 0.46875,0.328125 0,0.09375 -0.03125,0.203125 -0.0625,0.296875 l -0.96875,2.578125 -1,-2.546875 C 1.6875,-3.828125 1.65625,-3.96875 1.65625,-4.0625 c 0,-0.171875 0.109375,-0.25 0.4375,-0.28125 V -4.484375 H 0.1875 v 0.140625 c 0.375,0.03125 0.4375,0.125 0.890625,1.15625 L 2.25,-0.328125 c 0.015625,0.0625 0.046875,0.125 0.078125,0.203125 C 2.390625,0.0625 2.4375,0.140625 2.5,0.140625 c 0.0625,0 0.125,-0.125 0.28125,-0.5 l 1.25,-3.203125 c 0.28125,-0.671875 0.328125,-0.75 0.625,-0.78125 z m 0,0"
+ id="path379" />
+ </g>
+ <g
+ id="glyph-4-33">
+ <path
+ d="m 1.53125,-3.421875 c 0.40625,-0.453125 0.703125,-0.625 1.09375,-0.625 0.484375,0 0.71875,0.359375 0.71875,1.0625 v 1.96875 c 0,0.671875 -0.09375,0.8125 -0.65625,0.859375 V 0 H 4.75 V -0.15625 C 4.234375,-0.25 4.171875,-0.328125 4.171875,-1.015625 V -3 c 0,-1.046875 -0.40625,-1.578125 -1.203125,-1.578125 -0.578125,0 -0.984375,0.234375 -1.4375,0.828125 V -6.78125 L 1.484375,-6.8125 c -0.328125,0.125 -0.578125,0.203125 -1.125,0.359375 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.421875,0 0.5,0.078125 0.5,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.625,0.859375 V 0 H 2.203125 V -0.15625 C 1.625,-0.203125 1.53125,-0.328125 1.53125,-1.015625 Z m 0,0"
+ id="path382" />
+ </g>
+ <g
+ id="glyph-4-34">
+ <path
+ d="M 0.375,1.765625 C 1.09375,1.28125 1.390625,1.03125 1.75,0.5625 c 0.6875,-0.859375 1.03125,-1.859375 1.03125,-3.03125 0,-1.265625 -0.359375,-2.234375 -1.21875,-3.25 C 1.15625,-6.203125 0.90625,-6.421875 0.40625,-6.734375 l -0.125,0.15625 c 0.78125,0.625 1.046875,0.96875 1.328125,1.71875 0.234375,0.671875 0.328125,1.4375 0.328125,2.421875 0,1.046875 -0.125,1.875 -0.390625,2.484375 -0.265625,0.625 -0.5625,0.984375 -1.265625,1.5625 z m 0,0"
+ id="path385" />
+ </g>
+ <g
+ id="glyph-4-35">
+ <path
+ d="m 0.09375,-3.921875 c 0.078125,0 0.15625,0 0.234375,0 0.34375,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.734375,1.828125 0.625,1.9375 0.046875,2 V 2.15625 H 2.40625 V 1.984375 C 1.6875,1.96875 1.546875,1.859375 1.546875,1.234375 v -1.5625 C 1.890625,0 2.125,0.09375 2.546875,0.09375 c 1.140625,0 2.046875,-1.109375 2.046875,-2.5625 0,-1.234375 -0.6875,-2.109375 -1.640625,-2.109375 -0.546875,0 -0.96875,0.234375 -1.40625,0.78125 V -4.5625 L 1.5,-4.578125 C 0.96875,-4.375 0.625,-4.25 0.09375,-4.078125 Z m 1.453125,0.59375 c 0,-0.296875 0.546875,-0.65625 1,-0.65625 0.71875,0 1.203125,0.75 1.203125,1.90625 0,1.109375 -0.484375,1.859375 -1.1875,1.859375 -0.453125,0 -1.015625,-0.359375 -1.015625,-0.65625 z m 0,0"
+ id="path388" />
+ </g>
+ <g
+ id="glyph-4-36">
+ <path
+ d="M 4.078125,-1.34375 3.90625,-1.390625 C 3.8125,-0.890625 3.75,-0.734375 3.625,-0.5625 3.484375,-0.390625 3.15625,-0.296875 2.65625,-0.296875 H 1.3125 L 3.9375,-4.34375 V -4.484375 H 0.546875 L 0.515625,-3.3125 H 0.6875 c 0.09375,-0.71875 0.234375,-0.875 0.828125,-0.875 h 1.34375 l -2.59375,4.03125 V 0 h 3.6875 z m 0,0"
+ id="path391" />
+ </g>
+ <g
+ id="glyph-4-37">
+ <path
+ d="m 2.484375,-6.1875 v 4.984375 c 0,0.859375 -0.109375,0.96875 -0.921875,1.015625 V 0 h 2.859375 v -0.1875 c -0.8125,-0.046875 -0.9375,-0.171875 -0.9375,-0.90625 V -6.1875 H 4 c 1.125,0 1.328125,0.1875 1.5625,1.28125 h 0.234375 l -0.0625,-1.6875 H 0.21875 l -0.046875,1.6875 H 0.40625 C 0.640625,-5.984375 0.859375,-6.1875 1.953125,-6.1875 Z m 0,0"
+ id="path394" />
+ </g>
+ <g
+ id="glyph-4-38">
+ <path
+ d="m 0.375,-2.5625 v 0.625 h 2.40625 v -0.625 z m 0,0"
+ id="path397" />
+ </g>
+ <g
+ id="glyph-4-39">
+ <path
+ d="m 6.578125,-5.71875 v 4.515625 c 0,0.828125 -0.109375,0.96875 -0.890625,1.015625 V 0 H 8.421875 V -0.1875 C 7.71875,-0.234375 7.578125,-0.375 7.578125,-1.09375 v -4.421875 c 0,-0.703125 0.125,-0.828125 0.84375,-0.890625 v -0.1875 h -1.9375 l -2.15625,5.03125 -2.25,-5.03125 h -1.9375 v 0.1875 C 0.9375,-6.359375 1.0625,-6.234375 1.0625,-5.515625 V -1.46875 C 1.0625,-0.4375 0.921875,-0.25 0.125,-0.1875 V 0 H 2.40625 V -0.1875 C 1.65625,-0.234375 1.5,-0.453125 1.5,-1.46875 V -5.484375 L 3.953125,0 h 0.125 z m 0,0"
+ id="path400" />
+ </g>
+ <g
+ id="glyph-4-40">
+ <path
+ d="m 1.015625,-1.09375 c 0,0.71875 -0.109375,0.859375 -0.859375,0.90625 V 0 H 2.9375 c 1.125,0 2.15625,-0.328125 2.75,-0.890625 0.640625,-0.578125 1,-1.46875 1,-2.4375 C 6.6875,-4.234375 6.390625,-5 5.859375,-5.546875 5.203125,-6.234375 4.125,-6.59375 2.796875,-6.59375 H 0.15625 v 0.1875 c 0.765625,0.0625 0.859375,0.15625 0.859375,0.890625 z m 1,-4.75 c 0,-0.3125 0.109375,-0.390625 0.5,-0.390625 0.84375,0 1.484375,0.15625 1.953125,0.5 0.75,0.546875 1.15625,1.390625 1.15625,2.46875 0,1.1875 -0.40625,2.015625 -1.1875,2.484375 -0.5,0.296875 -1.0625,0.40625 -1.921875,0.40625 -0.390625,0 -0.5,-0.078125 -0.5,-0.40625 z m 0,0"
+ id="path403" />
+ </g>
+ <g
+ id="glyph-4-41">
+ <path
+ d="m 5.59375,-1.734375 c -0.15625,0.375 -0.296875,0.609375 -0.453125,0.78125 -0.328125,0.390625 -0.875,0.5625 -1.6875,0.5625 h -0.65625 c -0.703125,0 -0.828125,-0.0625 -0.828125,-0.40625 v -4.71875 c 0,-0.703125 0.125,-0.84375 0.90625,-0.890625 v -0.1875 h -2.75 v 0.1875 c 0.71875,0.0625 0.84375,0.203125 0.84375,0.890625 v 4.421875 c 0,0.703125 -0.140625,0.859375 -0.84375,0.90625 V 0 h 5.25 l 0.46875,-1.734375 z m 0,0"
+ id="path406" />
+ </g>
+ <g
+ id="glyph-4-42">
+ <path
+ d="M 2.875,-6.734375 C 2.15625,-6.265625 1.859375,-6 1.5,-5.546875 c -0.6875,0.875 -1.03125,1.875 -1.03125,3.03125 0,1.265625 0.359375,2.25 1.21875,3.265625 0.40625,0.46875 0.65625,0.703125 1.171875,1.015625 L 2.96875,1.609375 C 2.1875,0.984375 1.921875,0.625 1.65625,-0.125 1.421875,-0.78125 1.3125,-1.546875 1.3125,-2.546875 1.3125,-3.59375 1.4375,-4.40625 1.703125,-5.03125 1.96875,-5.640625 2.265625,-6 2.96875,-6.578125 Z m 0,0"
+ id="path409" />
+ </g>
+ <g
+ id="glyph-4-43">
+ <path
+ d="m 0.171875,-6.59375 v 0.1875 c 0.8125,0.046875 0.9375,0.15625 0.9375,0.890625 v 4.421875 c 0,0.75 -0.125,0.875 -0.9375,0.90625 V 0 h 3.25 C 4.1875,0 4.890625,-0.203125 5.25,-0.546875 5.59375,-0.875 5.796875,-1.3125 5.796875,-1.796875 c 0,-0.4375 -0.1875,-0.828125 -0.484375,-1.125 C 5.015625,-3.1875 4.75,-3.3125 4.125,-3.46875 c 0.5,-0.125 0.703125,-0.234375 0.9375,-0.4375 0.25,-0.21875 0.390625,-0.59375 0.390625,-1 0,-1.109375 -0.859375,-1.6875 -2.546875,-1.6875 z M 2.09375,-3.25 c 0.953125,0 1.40625,0.046875 1.75,0.203125 0.5625,0.234375 0.828125,0.640625 0.828125,1.265625 0,0.53125 -0.203125,0.921875 -0.59375,1.15625 -0.3125,0.171875 -0.71875,0.25 -1.359375,0.25 -0.484375,0 -0.625,-0.078125 -0.625,-0.40625 z m 0,-0.40625 V -5.9375 c 0,-0.203125 0.078125,-0.296875 0.21875,-0.296875 H 2.75 c 1.125,0 1.71875,0.484375 1.71875,1.375 0,0.765625 -0.515625,1.203125 -1.4375,1.203125 z m 0,0"
+ id="path412" />
+ </g>
+ <g
+ id="glyph-4-44">
+ <path
+ d="m 5.984375,0.109375 v -5.25 c 0,-0.59375 0.09375,-0.953125 0.28125,-1.09375 0.125,-0.09375 0.265625,-0.140625 0.640625,-0.171875 v -0.1875 H 4.609375 v 0.1875 c 0.375,0.03125 0.515625,0.0625 0.65625,0.15625 0.1875,0.140625 0.28125,0.5 0.28125,1.109375 V -1.78125 L 1.78125,-6.59375 H 0.125 v 0.1875 c 0.40625,0 0.546875,0.078125 0.9375,0.546875 V -1.46875 C 1.0625,-0.4375 0.921875,-0.25 0.125,-0.1875 V 0 H 2.40625 V -0.1875 C 1.65625,-0.234375 1.5,-0.453125 1.5,-1.46875 V -5.375 l 4.3125,5.484375 z m 0,0"
+ id="path415" />
+ </g>
+ <g
+ id="glyph-4-45">
+ <path
+ d="M 2.71875,0 H 4.671875 V -0.15625 C 4.375,-0.15625 4.1875,-0.3125 3.875,-0.75 l -1.25,-1.953125 0.8125,-1.1875 c 0.1875,-0.28125 0.484375,-0.4375 0.796875,-0.453125 V -4.484375 H 2.6875 v 0.140625 c 0.296875,0.03125 0.390625,0.09375 0.390625,0.234375 0,0.109375 -0.125,0.328125 -0.359375,0.640625 -0.046875,0.0625 -0.171875,0.234375 -0.296875,0.4375 L 2.28125,-3.234375 c -0.265625,-0.421875 -0.4375,-0.75 -0.4375,-0.875 0,-0.140625 0.125,-0.21875 0.40625,-0.234375 V -4.484375 H 0.234375 v 0.140625 h 0.09375 c 0.28125,0 0.4375,0.140625 0.75,0.609375 L 2,-2.296875 0.875,-0.65625 c -0.28125,0.40625 -0.390625,0.484375 -0.703125,0.5 V 0 h 1.40625 v -0.15625 c -0.265625,0 -0.390625,-0.046875 -0.390625,-0.171875 0,-0.0625 0.078125,-0.203125 0.203125,-0.40625 L 2.15625,-1.96875 3.046875,-0.5625 c 0.046875,0.046875 0.0625,0.109375 0.0625,0.171875 0,0.1875 -0.078125,0.21875 -0.390625,0.234375 z m 0,0"
+ id="path418" />
+ </g>
+ <g
+ id="glyph-4-46">
+ <path
+ d="M 1.046875,1.40625 C 1.71875,1.0625 2.140625,0.46875 2.140625,-0.125 c 0,-0.5 -0.34375,-0.890625 -0.78125,-0.890625 -0.34375,0 -0.578125,0.21875 -0.578125,0.5625 C 0.78125,-0.125 1,0.0625 1.359375,0.0625 c 0.0625,0 0.125,-0.015625 0.1875,-0.015625 0.0625,-0.03125 0.0625,-0.03125 0.078125,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.8125,1.0625 z m 0.28125,-5.984375 c -0.296875,0 -0.53125,0.265625 -0.53125,0.578125 0,0.28125 0.234375,0.53125 0.515625,0.53125 0.3125,0 0.5625,-0.25 0.5625,-0.53125 0,-0.3125 -0.25,-0.578125 -0.546875,-0.578125 z m 0,0"
+ id="path421" />
+ </g>
+ <g
+ id="glyph-4-47">
+ <path
+ d="m 3.53125,-6.734375 c -1.875,0 -3.203125,1.4375 -3.203125,3.4375 0,0.9375 0.3125,1.84375 0.84375,2.421875 0.5625,0.625 1.4375,1.015625 2.296875,1.015625 1.921875,0 3.25,-1.390625 3.25,-3.40625 0,-0.984375 -0.28125,-1.828125 -0.8125,-2.421875 -0.625,-0.6875 -1.4375,-1.046875 -2.375,-1.046875 z m 0,0.359375 c 0.4375,0 0.890625,0.171875 1.25,0.5 0.515625,0.484375 0.828125,1.421875 0.828125,2.609375 0,0.578125 -0.125,1.265625 -0.328125,1.796875 -0.078125,0.25 -0.25,0.484375 -0.46875,0.71875 -0.34375,0.34375 -0.78125,0.53125 -1.3125,0.53125 -0.4375,0 -0.875,-0.1875 -1.21875,-0.484375 -0.515625,-0.46875 -0.828125,-1.46875 -0.828125,-2.578125 0,-1.015625 0.265625,-1.984375 0.671875,-2.453125 C 2.515625,-6.15625 2.984375,-6.375 3.53125,-6.375 Z m 0,0"
+ id="path424" />
+ </g>
+ <g
+ id="glyph-4-48">
+ <path
+ d="m 4.640625,-1.359375 -0.125,-0.0625 C 4.15625,-0.84375 4.03125,-0.75 3.578125,-0.75 H 1.25 l 1.640625,-1.765625 c 0.875,-0.921875 1.25,-1.6875 1.25,-2.453125 0,-1 -0.796875,-1.765625 -1.8125,-1.765625 -0.53125,0 -1.03125,0.21875 -1.40625,0.609375 -0.3125,0.34375 -0.453125,0.65625 -0.625,1.375 l 0.21875,0.046875 C 0.90625,-5.6875 1.25,-6 1.921875,-6 c 0.828125,0 1.375,0.5625 1.375,1.40625 0,0.78125 -0.4375,1.703125 -1.265625,2.59375 L 0.296875,-0.125 V 0 h 3.8125 z m 0,0"
+ id="path427" />
+ </g>
+ <g
+ id="glyph-4-49">
+ <path
+ d="M 1.765625,-5.8125 H 3.6875 c 0.15625,0 0.1875,-0.015625 0.21875,-0.09375 l 0.375,-0.875 L 4.1875,-6.859375 C 4.046875,-6.65625 3.953125,-6.59375 3.734375,-6.59375 h -2.03125 l -1.0625,2.359375 C 0.625,-4.21875 0.625,-4.203125 0.625,-4.1875 c 0,0.046875 0.046875,0.078125 0.125,0.078125 0.3125,0 0.703125,0.078125 1.09375,0.203125 1.125,0.375 1.640625,0.984375 1.640625,1.96875 0,0.953125 -0.59375,1.703125 -1.359375,1.703125 -0.1875,0 -0.359375,-0.0625 -0.65625,-0.28125 C 1.15625,-0.75 0.9375,-0.84375 0.734375,-0.84375 c -0.28125,0 -0.421875,0.109375 -0.421875,0.359375 0,0.390625 0.453125,0.625 1.1875,0.625 0.828125,0 1.53125,-0.265625 2.015625,-0.78125 C 3.96875,-1.09375 4.171875,-1.65625 4.171875,-2.40625 4.171875,-3.125 3.984375,-3.59375 3.5,-4.09375 3.0625,-4.53125 2.515625,-4.75 1.359375,-4.96875 Z m 0,0"
+ id="path430" />
+ </g>
+ <g
+ id="glyph-4-50">
+ <path
+ d="m 4.390625,-6.59375 h -3.625 l -0.5625,1.453125 0.15625,0.09375 c 0.421875,-0.6875 0.59375,-0.8125 1.140625,-0.8125 H 3.609375 L 1.6875,0.078125 h 0.625 L 4.390625,-6.4375 Z m 0,0"
+ id="path433" />
+ </g>
+ <g
+ id="glyph-4-51">
+ <path
+ d="m 9.109375,-6.59375 h -1.9375 v 0.1875 c 0.5,0.046875 0.671875,0.15625 0.671875,0.421875 0,0.21875 -0.0625,0.46875 -0.15625,0.75 l -1.21875,3.375 L 5.171875,-5.25 C 5.15625,-5.296875 5.0625,-5.515625 5.0625,-5.546875 4.96875,-5.765625 4.90625,-5.953125 4.90625,-6.0625 c 0,-0.234375 0.234375,-0.34375 0.765625,-0.34375 v -0.1875 H 3.0625 v 0.1875 c 0.546875,0 0.65625,0.09375 0.984375,0.890625 L 4.359375,-4.6875 3.328125,-1.890625 1.921875,-5.625 C 1.84375,-5.8125 1.8125,-5.984375 1.8125,-6.09375 c 0,-0.21875 0.125,-0.28125 0.625,-0.3125 v -0.1875 H 0.046875 v 0.1875 c 0.5,0.046875 0.640625,0.21875 1.015625,1.15625 l 1.875,5.359375 h 0.15625 l 1.5,-4.21875 1.5625,4.21875 h 0.140625 c 0.828125,-2.609375 0.9375,-2.875 2,-5.8125 0.1875,-0.515625 0.28125,-0.609375 0.8125,-0.703125 z m 0,0"
+ id="path436" />
+ </g>
+ <g
+ id="glyph-4-52">
+ <path
+ d="m 2.484375,-6.734375 c -0.546875,0 -0.953125,0.171875 -1.3125,0.515625 -0.5625,0.5625 -0.9375,1.703125 -0.9375,2.875 0,1.078125 0.328125,2.25 0.78125,2.8125 C 1.375,-0.09375 1.875,0.140625 2.4375,0.140625 c 0.5,0 0.921875,-0.171875 1.28125,-0.515625 0.5625,-0.546875 0.9375,-1.703125 0.9375,-2.921875 0,-2.03125 -0.890625,-3.4375 -2.171875,-3.4375 z m -0.03125,0.25 c 0.8125,0 1.265625,1.125 1.265625,3.21875 0,2.078125 -0.4375,3.140625 -1.28125,3.140625 -0.828125,0 -1.265625,-1.0625 -1.265625,-3.140625 0,-2.109375 0.4375,-3.21875 1.28125,-3.21875 z m 0,0"
+ id="path439" />
+ </g>
+ <g
+ id="glyph-4-53">
+ <path
+ d="M 0,-2.5 V -2 h 4.890625 v -0.5 z m 0,0"
+ id="path442" />
+ </g>
+ <g
+ id="glyph-4-54">
+ <path
+ d="m 2.84375,-6.734375 -1.765625,0.90625 V -5.6875 C 1.203125,-5.734375 1.3125,-5.78125 1.34375,-5.796875 1.53125,-5.875 1.6875,-5.90625 1.78125,-5.90625 c 0.21875,0 0.296875,0.140625 0.296875,0.46875 v 4.515625 C 2.078125,-0.59375 2,-0.375 1.84375,-0.28125 c -0.140625,0.09375 -0.28125,0.125 -0.6875,0.125 V 0 h 2.6875 v -0.15625 c -0.765625,0 -0.921875,-0.109375 -0.921875,-0.578125 V -6.71875 Z m 0,0"
+ id="path445" />
+ </g>
+ <g
+ id="glyph-4-55">
+ <path
+ d="m 0.0625,-6.203125 c 0.140625,-0.015625 0.21875,-0.03125 0.3125,-0.03125 0.328125,0 0.421875,0.140625 0.421875,0.609375 v 4.8125 c 0,0.515625 -0.03125,0.546875 -0.734375,0.65625 V 0 H 2.359375 V -0.15625 H 2.15625 C 1.765625,-0.171875 1.625,-0.3125 1.625,-0.671875 V -2.5 l 1.359375,1.859375 0.03125,0.046875 c 0.015625,0.03125 0.046875,0.0625 0.078125,0.078125 0.078125,0.109375 0.09375,0.171875 0.09375,0.21875 0,0.09375 -0.078125,0.140625 -0.203125,0.140625 h -0.1875 V 0 H 4.9375 V -0.15625 C 4.5,-0.171875 4.203125,-0.375 3.796875,-0.875 l -1.5,-1.9375 0.28125,-0.265625 C 3.265625,-3.734375 3.875,-4.203125 4.15625,-4.28125 4.3125,-4.3125 4.4375,-4.34375 4.609375,-4.34375 H 4.6875 V -4.484375 H 2.703125 v 0.140625 c 0.375,0 0.484375,0.046875 0.484375,0.1875 0,0.078125 -0.09375,0.21875 -0.234375,0.34375 L 1.625,-2.609375 V -6.78125 L 1.578125,-6.8125 c -0.359375,0.125 -0.65625,0.203125 -1.21875,0.359375 L 0.0625,-6.375 Z m 0,0"
+ id="path448" />
+ </g>
+ <g
+ id="glyph-4-56">
+ <path
+ d="M 5.828125,-1.6875 H 5.5625 C 5.0625,-0.609375 4.65625,-0.375 3.25,-0.375 H 2.984375 c -0.46875,0 -0.890625,-0.046875 -0.953125,-0.109375 -0.046875,-0.03125 -0.0625,-0.140625 -0.0625,-0.3125 v -2.46875 h 1.5 c 0.796875,0 0.953125,0.140625 1.078125,0.96875 h 0.21875 v -2.3125 h -0.21875 c -0.078125,0.40625 -0.109375,0.546875 -0.21875,0.6875 -0.125,0.171875 -0.40625,0.25 -0.859375,0.25 h -1.5 V -5.875 c 0,-0.28125 0.046875,-0.34375 0.3125,-0.34375 h 1.328125 c 1.09375,0 1.3125,0.140625 1.484375,1.046875 H 5.328125 L 5.296875,-6.59375 H 0.125 v 0.1875 c 0.71875,0.0625 0.84375,0.203125 0.84375,0.890625 v 4.421875 c 0,0.703125 -0.140625,0.859375 -0.84375,0.90625 V 0 h 5.265625 z m 0,0"
+ id="path451" />
+ </g>
+ <g
+ id="glyph-4-57">
+ <path
+ d="m 2.71875,-5.515625 c 0,-0.71875 0.109375,-0.828125 0.890625,-0.890625 v -0.1875 H 0.8125 v 0.1875 c 0.796875,0.0625 0.90625,0.171875 0.90625,0.890625 v 4.625 c 0,0.4375 -0.109375,0.65625 -0.375,0.65625 -0.125,0 -0.1875,-0.078125 -0.265625,-0.328125 -0.09375,-0.359375 -0.25,-0.515625 -0.5,-0.515625 -0.265625,0 -0.484375,0.234375 -0.484375,0.5 0,0.421875 0.40625,0.71875 0.96875,0.71875 1.0625,0 1.65625,-0.71875 1.65625,-1.96875 z m 0,0"
+ id="path454" />
+ </g>
+ <g
+ id="glyph-4-58">
+ <path
+ d="M 2.796875,-6.734375 H 2.15625 l -2.25,6.875 h 0.671875 z m 0,0"
+ id="path457" />
+ </g>
+ <g
+ id="glyph-5-0" />
+ <g
+ id="glyph-5-1">
+ <path
+ d="M 3,-6.734375 C 2.25,-6.265625 1.9375,-6 1.5625,-5.546875 c -0.71875,0.875 -1.078125,1.875 -1.078125,3.03125 0,1.265625 0.375,2.25 1.265625,3.265625 0.421875,0.46875 0.6875,0.703125 1.21875,1.015625 l 0.125,-0.15625 C 2.28125,0.984375 1.984375,0.625 1.71875,-0.125 1.46875,-0.78125 1.359375,-1.546875 1.359375,-2.546875 1.359375,-3.59375 1.5,-4.40625 1.765625,-5.03125 2.046875,-5.640625 2.359375,-6 3.09375,-6.578125 Z m 0,0"
+ id="path461" />
+ </g>
+ <g
+ id="glyph-5-2">
+ <path
+ d="m 0.09375,-3.921875 c 0.09375,0 0.15625,0 0.25,0 0.34375,0 0.421875,0.09375 0.421875,0.5625 V 1.3125 c 0,0.515625 -0.109375,0.625 -0.71875,0.6875 v 0.15625 h 2.46875 V 1.984375 C 1.75,1.96875 1.609375,1.859375 1.609375,1.234375 v -1.5625 C 1.96875,0 2.21875,0.09375 2.640625,0.09375 c 1.203125,0 2.125,-1.109375 2.125,-2.5625 0,-1.234375 -0.703125,-2.109375 -1.6875,-2.109375 -0.5625,0 -1.015625,0.234375 -1.46875,0.78125 V -4.5625 l -0.0625,-0.015625 C 1,-4.375 0.65625,-4.25 0.09375,-4.078125 Z m 1.515625,0.59375 c 0,-0.296875 0.578125,-0.65625 1.046875,-0.65625 0.75,0 1.25,0.75 1.25,1.90625 0,1.109375 -0.5,1.859375 -1.234375,1.859375 -0.484375,0 -1.0625,-0.359375 -1.0625,-0.65625 z m 0,0"
+ id="path464" />
+ </g>
+ <g
+ id="glyph-5-3">
+ <path
+ d="m 4.484375,-0.65625 c -0.171875,0.140625 -0.296875,0.1875 -0.4375,0.1875 -0.234375,0 -0.3125,-0.140625 -0.3125,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.65625,-0.546875 -1.25,-0.546875 -0.96875,0 -1.71875,0.484375 -1.71875,1.109375 0,0.234375 0.203125,0.421875 0.4375,0.421875 0.25,0 0.46875,-0.1875 0.46875,-0.40625 C 1.46875,-3.5 1.453125,-3.546875 1.4375,-3.625 1.421875,-3.703125 1.40625,-3.78125 1.40625,-3.859375 c 0,-0.265625 0.328125,-0.484375 0.734375,-0.484375 0.5,0 0.78125,0.28125 0.78125,0.828125 v 0.609375 c -1.578125,0.609375 -1.75,0.6875 -2.1875,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.453125,1.0625 1.0625,1.0625 0.453125,0 0.875,-0.203125 1.484375,-0.71875 0.046875,0.515625 0.234375,0.71875 0.65625,0.71875 0.34375,0 0.5625,-0.109375 0.90625,-0.5 z m -1.5625,-0.5625 c 0,0.296875 -0.0625,0.390625 -0.265625,0.515625 -0.25,0.140625 -0.53125,0.21875 -0.75,0.21875 -0.359375,0 -0.640625,-0.328125 -0.640625,-0.765625 v -0.03125 c 0,-0.59375 0.421875,-0.953125 1.65625,-1.390625 z m 0,0"
+ id="path467" />
+ </g>
+ <g
+ id="glyph-5-4">
+ <path
+ d="m 0.078125,-3.890625 c 0.140625,-0.03125 0.21875,-0.03125 0.34375,-0.03125 0.265625,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.71875,0.6875 V 0 h 2.4375 V -0.15625 C 1.796875,-0.171875 1.625,-0.328125 1.625,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 C 2.765625,-3.671875 2.875,-3.609375 3,-3.609375 c 0.25,0 0.40625,-0.171875 0.40625,-0.453125 0,-0.328125 -0.21875,-0.515625 -0.5625,-0.515625 -0.421875,0 -0.71875,0.21875 -1.21875,0.921875 V -4.5625 L 1.578125,-4.578125 c -0.546875,0.21875 -0.90625,0.34375 -1.5,0.53125 z m 0,0"
+ id="path470" />
+ </g>
+ <g
+ id="glyph-5-5">
+ <path
+ d="M 2.59375,-4.484375 H 1.5625 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.0625,-0.125 C 1.421875,-5.6875 1.359375,-5.59375 1.296875,-5.5 c -0.390625,0.5625 -0.828125,1.03125 -1,1.078125 C 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.3125,1.265625 0.90625,1.265625 0.5,0 0.890625,-0.234375 1.21875,-0.75 l -0.125,-0.109375 c -0.21875,0.25 -0.390625,0.34375 -0.609375,0.34375 -0.375,0 -0.53125,-0.265625 -0.53125,-0.890625 v -2.859375 h 1.03125 z m 0,0"
+ id="path473" />
+ </g>
+ <g
+ id="glyph-5-6">
+ <path
+ d="M 1.78125,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.3125 c 0,0.71875 -0.109375,0.828125 -0.8125,0.859375 V 0 H 2.5625 v -0.15625 c -0.65625,-0.046875 -0.75,-0.140625 -0.75,-0.859375 V -4.5625 Z M 1.296875,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.296875,0 0.53125,-0.21875 0.53125,-0.5 0,-0.28125 -0.234375,-0.515625 -0.53125,-0.515625 z m 0,0"
+ id="path476" />
+ </g>
+ <g
+ id="glyph-5-7">
+ <path
+ d="m 4.046875,-1.5625 c -0.5,0.703125 -0.859375,0.9375 -1.4375,0.9375 -0.921875,0 -1.578125,-0.796875 -1.578125,-1.9375 0,-1.03125 0.5625,-1.734375 1.390625,-1.734375 0.359375,0 0.5,0.109375 0.59375,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.265625,0 0.5,-0.1875 0.5,-0.421875 0,-0.546875 -0.71875,-1.015625 -1.5625,-1.015625 -0.5,0 -1.015625,0.1875 -1.4375,0.546875 C 0.53125,-3.59375 0.25,-2.90625 0.25,-2.125 c 0,1.296875 0.8125,2.21875 1.9375,2.21875 0.453125,0 0.859375,-0.15625 1.21875,-0.46875 0.28125,-0.234375 0.46875,-0.5 0.78125,-1.09375 z m 0,0"
+ id="path479" />
+ </g>
+ <g
+ id="glyph-5-8">
+ <path
+ d="M 4.859375,-0.5 H 4.8125 C 4.34375,-0.5 4.234375,-0.609375 4.234375,-1.0625 V -4.484375 H 2.625 V -4.3125 c 0.640625,0.03125 0.75,0.125 0.75,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.59375,0.328125 -0.890625,0.328125 -0.390625,0 -0.71875,-0.328125 -0.71875,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.484375,0.03125 0.625,0.171875 0.625,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.234375,1.296875 0.375,0 0.765625,-0.15625 1.046875,-0.421875 L 3.4375,-0.75 v 0.8125 l 0.03125,0.03125 c 0.515625,-0.203125 0.875,-0.3125 1.390625,-0.453125 z m 0,0"
+ id="path482" />
+ </g>
+ <g
+ id="glyph-5-9">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 C 0.359375,-6.21875 0.484375,-6.234375 0.5625,-6.234375 0.890625,-6.234375 1,-6.09375 1,-5.625 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.78125,0.71875 V 0 H 2.609375 V -0.15625 C 1.96875,-0.1875 1.84375,-0.296875 1.84375,-0.84375 v -5.9375 L 1.8125,-6.8125 c -0.53125,0.171875 -0.921875,0.265625 -1.625,0.4375 z m 0,0"
+ id="path485" />
+ </g>
+ <g
+ id="glyph-5-10">
+ <path
+ d="m 4.828125,-4.484375 h -1.375 v 0.140625 c 0.328125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 0,0.109375 -0.03125,0.171875 l -0.984375,2.75 L 1.75,-3.6875 c -0.0625,-0.140625 -0.109375,-0.265625 -0.109375,-0.375 0,-0.1875 0.15625,-0.25 0.59375,-0.28125 v -0.140625 h -2.09375 v 0.140625 c 0.265625,0.03125 0.4375,0.140625 0.515625,0.3125 L 1.8125,-1.578125 1.84375,-1.5 2,-1.203125 c 0.28125,0.5 0.453125,0.859375 0.453125,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 -0.140625,0.25 -0.375,0.4375 -0.515625,0.4375 -0.0625,0 -0.15625,-0.015625 -0.25,-0.0625 -0.1875,-0.0625 -0.375,-0.109375 -0.546875,-0.109375 -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.765625,0.578125 0.671875,0 1.15625,-0.5625 1.703125,-2 l 1.578125,-4.0625 c 0.125,-0.3125 0.234375,-0.421875 0.484375,-0.453125 z m 0,0"
+ id="path488" />
+ </g>
+ <g
+ id="glyph-5-11">
+ <path
+ d="m 3.140625,-4.484375 h -1.25 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.578125,-0.890625 0.21875,0 0.359375,0.09375 0.53125,0.390625 0.171875,0.265625 0.296875,0.359375 0.46875,0.359375 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.453125,-0.625 -1.0625,-0.625 -0.625,0 -1.15625,0.265625 -1.421875,0.734375 -0.265625,0.4375 -0.34375,0.796875 -0.359375,1.59375 H 0.21875 v 0.3125 h 0.828125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.84375,0.875 V 0 H 2.84375 v -0.15625 c -0.828125,-0.015625 -0.9375,-0.140625 -0.9375,-0.875 v -3.140625 h 1.234375 z m 0,0"
+ id="path491" />
+ </g>
+ <g
+ id="glyph-5-12">
+ <path
+ d="m 2.53125,-4.578125 c -1.3125,0 -2.234375,0.953125 -2.234375,2.328125 0,1.34375 0.9375,2.34375 2.21875,2.34375 1.28125,0 2.25,-1.046875 2.25,-2.421875 0,-1.3125 -0.921875,-2.25 -2.234375,-2.25 z m -0.125,0.265625 c 0.859375,0 1.453125,0.96875 1.453125,2.328125 0,1.125 -0.453125,1.8125 -1.21875,1.8125 C 2.25,-0.171875 1.875,-0.421875 1.65625,-0.8125 1.375,-1.328125 1.203125,-2.03125 1.203125,-2.734375 1.203125,-3.6875 1.6875,-4.3125 2.40625,-4.3125 Z m 0,0"
+ id="path494" />
+ </g>
+ <g
+ id="glyph-5-13">
+ <path
+ d="m 1.0625,-1.09375 c 0,0.71875 -0.125,0.859375 -0.90625,0.90625 V 0 h 2.890625 c 1.171875,0 2.25,-0.328125 2.875,-0.890625 0.65625,-0.578125 1.03125,-1.46875 1.03125,-2.4375 C 6.953125,-4.234375 6.65625,-5 6.09375,-5.546875 5.40625,-6.234375 4.296875,-6.59375 2.90625,-6.59375 h -2.75 v 0.1875 c 0.8125,0.0625 0.90625,0.15625 0.90625,0.890625 z m 1.03125,-4.75 c 0,-0.3125 0.109375,-0.390625 0.53125,-0.390625 0.875,0 1.53125,0.15625 2.015625,0.5 C 5.4375,-5.1875 5.84375,-4.34375 5.84375,-3.265625 5.84375,-2.078125 5.4375,-1.25 4.609375,-0.78125 4.09375,-0.484375 3.5,-0.375 2.625,-0.375 c -0.40625,0 -0.53125,-0.078125 -0.53125,-0.40625 z m 0,0"
+ id="path497" />
+ </g>
+ <g
+ id="glyph-5-14">
+ <path
+ d="m 6.21875,0.109375 v -5.25 c 0,-0.59375 0.09375,-0.953125 0.296875,-1.09375 C 6.65625,-6.328125 6.796875,-6.375 7.1875,-6.40625 v -0.1875 H 4.796875 v 0.1875 c 0.375,0.03125 0.53125,0.0625 0.671875,0.15625 0.203125,0.140625 0.296875,0.5 0.296875,1.109375 v 3.359375 l -3.90625,-4.8125 H 0.125 v 0.1875 c 0.4375,0 0.578125,0.078125 0.984375,0.546875 V -1.46875 C 1.109375,-0.4375 0.96875,-0.25 0.125,-0.1875 V 0 H 2.515625 V -0.1875 C 1.71875,-0.234375 1.546875,-0.453125 1.546875,-1.46875 V -5.375 l 4.5,5.484375 z m 0,0"
+ id="path500" />
+ </g>
+ <g
+ id="glyph-5-15">
+ <path
+ d="M 3.203125,-3.125 3.15625,-4.484375 H 3.046875 L 3.03125,-4.46875 c -0.09375,0.078125 -0.109375,0.078125 -0.140625,0.078125 -0.0625,0 -0.171875,-0.015625 -0.28125,-0.0625 -0.21875,-0.078125 -0.453125,-0.125 -0.703125,-0.125 -0.8125,0 -1.390625,0.515625 -1.390625,1.234375 0,0.546875 0.328125,0.953125 1.1875,1.4375 l 0.59375,0.328125 c 0.359375,0.1875 0.53125,0.4375 0.53125,0.734375 0,0.4375 -0.328125,0.71875 -0.84375,0.71875 C 1.640625,-0.125 1.3125,-0.25 1.125,-0.46875 0.90625,-0.71875 0.828125,-0.953125 0.6875,-1.515625 H 0.53125 v 1.5625 h 0.125 c 0.078125,-0.109375 0.109375,-0.125 0.234375,-0.125 0.09375,0 0.234375,0.015625 0.46875,0.078125 0.28125,0.0625 0.5625,0.09375 0.75,0.09375 0.78125,0 1.421875,-0.578125 1.421875,-1.265625 0,-0.5 -0.234375,-0.828125 -0.84375,-1.1875 L 1.578125,-3 c -0.28125,-0.15625 -0.4375,-0.40625 -0.4375,-0.671875 0,-0.40625 0.328125,-0.6875 0.78125,-0.6875 0.59375,0 0.890625,0.34375 1.125,1.234375 z m 0,0"
+ id="path503" />
+ </g>
+ <g
+ id="glyph-5-16">
+ <path
+ d="M 0.390625,1.765625 C 1.140625,1.28125 1.4375,1.03125 1.8125,0.5625 c 0.71875,-0.859375 1.078125,-1.859375 1.078125,-3.03125 0,-1.265625 -0.375,-2.234375 -1.265625,-3.25 C 1.203125,-6.203125 0.9375,-6.421875 0.421875,-6.734375 l -0.125,0.15625 c 0.8125,0.625 1.078125,0.96875 1.375,1.71875 0.234375,0.671875 0.34375,1.4375 0.34375,2.421875 0,1.046875 -0.125,1.875 -0.40625,2.484375 -0.28125,0.625 -0.578125,0.984375 -1.3125,1.5625 z m 0,0"
+ id="path506" />
+ </g>
+ <g
+ id="glyph-5-17">
+ <path
+ d="M 5.796875,-4.484375 V -4.34375 C 6.140625,-4.265625 6.25,-4.203125 6.25,-4.03125 6.25,-3.875 6.1875,-3.640625 6.078125,-3.375 L 5.15625,-1.15625 4.3125,-3.390625 C 4.140625,-3.84375 4.140625,-3.84375 4.140625,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.578125,-0.359375 v -0.140625 h -2.0625 v 0.140625 c 0.375,0.046875 0.5,0.15625 0.703125,0.6875 C 3.4375,-3.453125 3.5,-3.265625 3.5625,-3.09375 l -0.921875,1.984375 -1,-2.59375 C 1.59375,-3.8125 1.578125,-3.90625 1.578125,-4 c 0,-0.21875 0.125,-0.296875 0.46875,-0.34375 V -4.484375 H 0.21875 v 0.140625 c 0.234375,0.03125 0.3125,0.125 0.53125,0.640625 l 1.375,3.40625 C 2.25,0 2.328125,0.140625 2.390625,0.140625 c 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.140625,-2.390625 0.921875,2.34375 c 0.140625,0.375 0.1875,0.4375 0.25,0.4375 0.0625,0 0.109375,-0.09375 0.28125,-0.484375 L 6.625,-3.796875 C 6.8125,-4.21875 6.84375,-4.265625 7.046875,-4.34375 v -0.140625 z m 0,0"
+ id="path509" />
+ </g>
+ <g
+ id="glyph-5-18">
+ <path
+ d="M 4.140625,-1.640625 C 3.65625,-0.875 3.21875,-0.59375 2.5625,-0.59375 1.984375,-0.59375 1.546875,-0.875 1.265625,-1.453125 1.078125,-1.828125 1,-2.15625 0.984375,-2.765625 h 3.125 C 4.03125,-3.40625 3.9375,-3.703125 3.671875,-4.015625 3.375,-4.375 2.90625,-4.578125 2.375,-4.578125 1.875,-4.578125 1.390625,-4.40625 1,-4.0625 0.53125,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.984375,0.09375 2.15625,0.09375 3.125,0.09375 3.875,-0.484375 4.3125,-1.5625 Z M 1,-3.078125 c 0.109375,-0.78125 0.46875,-1.15625 1.078125,-1.15625 0.625,0 0.859375,0.28125 1,1.15625 z m 0,0"
+ id="path512" />
+ </g>
+ <g
+ id="glyph-5-19">
+ <path
+ d="M 0.1875,-3.96875 C 0.328125,-4 0.40625,-4 0.515625,-4 0.78125,-4 0.875,-3.84375 0.875,-3.375 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.71875,0.6875 V 0 H 2.421875 V -0.15625 C 1.875,-0.171875 1.71875,-0.28125 1.71875,-0.671875 v -2.8125 C 1.71875,-3.5 1.8125,-3.59375 1.875,-3.671875 2.125,-3.890625 2.5625,-4.0625 2.921875,-4.0625 c 0.453125,0 0.671875,0.34375 0.671875,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 h 2.265625 v -0.15625 c -0.578125,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 C 4.75,-3.890625 5.09375,-4.0625 5.5625,-4.0625 c 0.578125,0 0.75,0.265625 0.75,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.671875,0.71875 V 0 H 7.875 V -0.15625 L 7.609375,-0.171875 C 7.296875,-0.1875 7.171875,-0.375 7.171875,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.1875,-1.765625 -0.578125,0 -1.09375,0.25 -1.640625,0.828125 -0.1875,-0.5625 -0.53125,-0.828125 -1.078125,-0.828125 -0.453125,0 -0.734375,0.125 -1.578125,0.765625 v -0.75 L 1.609375,-4.578125 C 1.09375,-4.390625 0.75,-4.28125 0.1875,-4.140625 Z m 0,0"
+ id="path515" />
+ </g>
+ <g
+ id="glyph-5-20">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.328125,-4 0.4375,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.625,0.734375 V 0 H 2.328125 V -0.15625 C 1.8125,-0.1875 1.671875,-0.3125 1.671875,-0.671875 V -3.46875 C 2.15625,-3.921875 2.375,-4.03125 2.71875,-4.03125 c 0.484375,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.125,0.796875 -0.640625,0.828125 V 0 H 4.921875 V -0.15625 C 4.421875,-0.203125 4.3125,-0.3125 4.3125,-0.8125 v -2.28125 c 0,-0.9375 -0.453125,-1.484375 -1.203125,-1.484375 -0.46875,0 -0.78125,0.15625 -1.46875,0.796875 V -4.5625 L 1.5625,-4.578125 c -0.5,0.171875 -0.84375,0.28125 -1.40625,0.4375 z m 0,0"
+ id="path518" />
+ </g>
+ <g
+ id="glyph-5-21">
+ <path
+ d="M 1.546875,-6.78125 1.5,-6.8125 C 1.078125,-6.65625 0.796875,-6.578125 0.328125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.40625,0 0.5,0.09375 0.5,0.5 v 5.1875 c 0,0.296875 0.859375,0.625 1.671875,0.625 1.34375,0 2.375,-1.09375 2.375,-2.515625 0,-1.234375 -0.765625,-2.15625 -1.78125,-2.15625 -0.625,0 -1.21875,0.34375 -1.421875,0.84375 z m 0,3.578125 c 0,-0.390625 0.484375,-0.75 1.015625,-0.75 0.78125,0 1.296875,0.765625 1.296875,1.984375 0,1.109375 -0.484375,1.75 -1.328125,1.75 -0.515625,0 -0.984375,-0.234375 -0.984375,-0.484375 z m 0,0"
+ id="path521" />
+ </g>
+ <g
+ id="glyph-5-22">
+ <path
+ d="m 0.078125,-6.203125 c 0.125,-0.015625 0.21875,-0.03125 0.3125,-0.03125 0.34375,0 0.4375,0.140625 0.4375,0.609375 v 4.8125 c 0,0.515625 -0.03125,0.546875 -0.75,0.65625 V 0 h 2.375 V -0.15625 H 2.25 C 1.84375,-0.171875 1.6875,-0.3125 1.6875,-0.671875 V -2.5 l 1.421875,1.859375 0.03125,0.046875 c 0.015625,0.03125 0.03125,0.0625 0.0625,0.078125 0.09375,0.109375 0.125,0.171875 0.125,0.21875 0,0.09375 -0.09375,0.140625 -0.21875,0.140625 h -0.1875 V 0 H 5.125 V -0.15625 C 4.6875,-0.171875 4.359375,-0.375 3.9375,-0.875 L 2.390625,-2.8125 2.6875,-3.078125 c 0.71875,-0.65625 1.34375,-1.125 1.640625,-1.203125 0.15625,-0.03125 0.296875,-0.0625 0.46875,-0.0625 H 4.875 V -4.484375 H 2.796875 v 0.140625 c 0.40625,0 0.515625,0.046875 0.515625,0.1875 0,0.078125 -0.09375,0.21875 -0.234375,0.34375 L 1.6875,-2.609375 V -6.78125 L 1.640625,-6.8125 C 1.265625,-6.6875 0.96875,-6.609375 0.375,-6.453125 L 0.078125,-6.375 Z m 0,0"
+ id="path524" />
+ </g>
+ <g
+ id="glyph-5-23">
+ <path
+ d="m 0.390625,-2.5625 v 0.625 h 2.5 v -0.625 z m 0,0"
+ id="path527" />
+ </g>
+ <g
+ id="glyph-5-24">
+ <path
+ d="M 4.765625,-3.875 V -4.25 H 3.984375 C 3.78125,-4.25 3.640625,-4.28125 3.4375,-4.359375 L 3.203125,-4.4375 C 2.9375,-4.53125 2.65625,-4.578125 2.390625,-4.578125 c -0.9375,0 -1.6875,0.703125 -1.6875,1.625 0,0.625 0.265625,1 0.9375,1.328125 -0.1875,0.171875 -0.375,0.34375 -0.4375,0.40625 -0.328125,0.28125 -0.46875,0.484375 -0.46875,0.6875 0,0.203125 0.125,0.328125 0.546875,0.515625 -0.71875,0.53125 -1,0.859375 -1,1.21875 0,0.53125 0.796875,0.96875 1.765625,0.96875 0.75,0 1.546875,-0.265625 2.078125,-0.671875 0.390625,-0.3125 0.5625,-0.625 0.5625,-1.015625 0,-0.609375 -0.484375,-1.03125 -1.234375,-1.0625 l -1.3125,-0.0625 C 1.609375,-0.65625 1.34375,-0.75 1.34375,-0.90625 c 0,-0.203125 0.34375,-0.546875 0.609375,-0.625 0.09375,0 0.171875,0.015625 0.203125,0.015625 0.1875,0.015625 0.328125,0.03125 0.375,0.03125 0.390625,0 0.796875,-0.15625 1.109375,-0.421875 C 3.96875,-2.1875 4.125,-2.53125 4.125,-3.03125 4.125,-3.3125 4.078125,-3.546875 3.9375,-3.875 Z M 1.5,0.015625 C 1.828125,0.09375 2.640625,0.15625 3.140625,0.15625 c 0.921875,0 1.25,0.125 1.25,0.484375 0,0.578125 -0.765625,0.96875 -1.90625,0.96875 C 1.578125,1.609375 1,1.3125 1,0.875 1,0.640625 1.0625,0.515625 1.5,0.015625 Z M 1.546875,-3.375 c 0,-0.578125 0.28125,-0.9375 0.75,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.1875,0.359375 0.3125,0.8125 0.3125,1.203125 0,0.5625 -0.296875,0.90625 -0.765625,0.90625 -0.609375,0 -1.03125,-0.640625 -1.03125,-1.609375 z m 0,0"
+ id="path530" />
+ </g>
+ <g
+ id="glyph-5-25">
+ <path
+ d="m 3.5,0.09375 1.484375,-0.515625 v -0.15625 C 4.796875,-0.5625 4.78125,-0.5625 4.75,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.25,-6.8125 C 3.765625,-6.640625 3.40625,-6.546875 2.765625,-6.375 v 0.171875 C 2.84375,-6.21875 2.90625,-6.21875 2.984375,-6.21875 c 0.375,0 0.46875,0.09375 0.46875,0.5 v 1.5625 c -0.390625,-0.3125 -0.65625,-0.421875 -1.0625,-0.421875 -1.171875,0 -2.109375,1.125 -2.109375,2.53125 0,1.28125 0.75,2.140625 1.875,2.140625 0.5625,0 0.953125,-0.1875 1.296875,-0.65625 v 0.625 z M 3.453125,-1.015625 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.1875,0.203125 -0.4375,0.296875 -0.734375,0.296875 -0.84375,0 -1.40625,-0.796875 -1.40625,-2.015625 0,-1.125 0.5,-1.875 1.28125,-1.875 0.53125,0 1.03125,0.46875 1.03125,1 z m 0,0"
+ id="path533" />
+ </g>
+ <g
+ id="glyph-5-26">
+ <path
+ d="m 1.59375,-3.421875 c 0.421875,-0.453125 0.734375,-0.625 1.125,-0.625 0.515625,0 0.765625,0.359375 0.765625,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 h 2.15625 V -0.15625 C 4.390625,-0.25 4.34375,-0.328125 4.34375,-1.015625 V -3 c 0,-1.046875 -0.4375,-1.578125 -1.25,-1.578125 -0.609375,0 -1.03125,0.234375 -1.5,0.828125 V -6.78125 L 1.546875,-6.8125 C 1.203125,-6.6875 0.9375,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.046875,0.78125 -0.640625,0.859375 V 0 h 2.1875 V -0.15625 C 1.703125,-0.203125 1.59375,-0.328125 1.59375,-1.015625 Z m 0,0"
+ id="path536" />
+ </g>
+ <g
+ id="glyph-5-27">
+ <path
+ d="M 4.84375,-4.484375 H 3.4375 v 0.140625 c 0.3125,0.03125 0.46875,0.140625 0.46875,0.328125 0,0.09375 -0.015625,0.203125 -0.0625,0.296875 l -1,2.578125 L 1.8125,-3.6875 C 1.75,-3.828125 1.71875,-3.96875 1.71875,-4.0625 c 0,-0.171875 0.109375,-0.25 0.46875,-0.28125 v -0.140625 h -2 v 0.140625 c 0.390625,0.03125 0.46875,0.125 0.921875,1.15625 l 1.21875,2.859375 c 0.03125,0.0625 0.0625,0.125 0.09375,0.203125 0.0625,0.1875 0.109375,0.265625 0.171875,0.265625 0.0625,0 0.140625,-0.125 0.296875,-0.5 L 4.1875,-3.5625 c 0.296875,-0.671875 0.359375,-0.75 0.65625,-0.78125 z m 0,0"
+ id="path539" />
+ </g>
+ <g
+ id="glyph-5-28">
+ <path
+ d="m 1.265625,-1 c -0.296875,0 -0.5625,0.265625 -0.5625,0.578125 0,0.28125 0.265625,0.53125 0.5625,0.53125 0.3125,0 0.578125,-0.25 0.578125,-0.53125 C 1.84375,-0.734375 1.578125,-1 1.265625,-1 Z m 0,0"
+ id="path542" />
+ </g>
+ <g
+ id="glyph-5-29">
+ <path
+ d="m 2.578125,-6.1875 v 4.984375 c 0,0.859375 -0.109375,0.96875 -0.953125,1.015625 V 0 H 4.59375 V -0.1875 C 3.75,-0.234375 3.609375,-0.359375 3.609375,-1.09375 V -6.1875 H 4.15625 c 1.171875,0 1.390625,0.1875 1.625,1.28125 H 6.015625 L 5.96875,-6.59375 H 0.234375 l -0.0625,1.6875 h 0.25 C 0.65625,-5.984375 0.890625,-6.1875 2.03125,-6.1875 Z m 0,0"
+ id="path545" />
+ </g>
+ <g
+ id="glyph-5-30">
+ <path
+ d="M 0.84375,1.40625 C 1.515625,1.078125 1.984375,0.46875 1.984375,-0.125 c 0,-0.5 -0.359375,-0.890625 -0.8125,-0.890625 -0.359375,0 -0.609375,0.234375 -0.609375,0.5625 0,0.328125 0.234375,0.515625 0.609375,0.515625 0.0625,0 0.125,-0.015625 0.1875,-0.015625 C 1.4375,0.015625 1.4375,0.015625 1.4375,0.015625 c 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.828125,1.0625 z m 0,0"
+ id="path548" />
+ </g>
+ <g
+ id="glyph-5-31">
+ <path
+ d="M 9.46875,-6.59375 H 7.453125 v 0.1875 C 7.96875,-6.359375 8.15625,-6.25 8.15625,-5.984375 c 0,0.21875 -0.0625,0.46875 -0.15625,0.75 l -1.28125,3.375 L 5.375,-5.25 C 5.359375,-5.296875 5.265625,-5.515625 5.265625,-5.546875 c -0.09375,-0.21875 -0.15625,-0.40625 -0.15625,-0.515625 0,-0.234375 0.234375,-0.34375 0.78125,-0.34375 v -0.1875 h -2.71875 v 0.1875 c 0.578125,0 0.6875,0.09375 1.03125,0.890625 L 4.546875,-4.6875 3.453125,-1.890625 1.984375,-5.625 C 1.921875,-5.8125 1.875,-5.984375 1.875,-6.09375 c 0,-0.21875 0.140625,-0.28125 0.65625,-0.3125 v -0.1875 H 0.046875 v 0.1875 C 0.5625,-6.359375 0.71875,-6.1875 1.09375,-5.25 L 3.0625,0.109375 h 0.140625 l 1.5625,-4.21875 1.625,4.21875 h 0.15625 C 7.40625,-2.5 7.515625,-2.765625 8.625,-5.703125 8.8125,-6.21875 8.921875,-6.3125 9.46875,-6.40625 Z m 0,0"
+ id="path551" />
+ </g>
+ <g
+ id="glyph-5-32">
+ <path
+ d="m 2.828125,0 h 2.03125 v -0.15625 c -0.3125,0 -0.515625,-0.15625 -0.828125,-0.59375 l -1.296875,-1.953125 0.84375,-1.1875 c 0.1875,-0.28125 0.5,-0.4375 0.8125,-0.453125 v -0.140625 h -1.59375 v 0.140625 c 0.296875,0.03125 0.40625,0.09375 0.40625,0.234375 0,0.109375 -0.125,0.328125 -0.375,0.640625 -0.0625,0.0625 -0.171875,0.234375 -0.3125,0.4375 L 2.375,-3.234375 c -0.28125,-0.421875 -0.46875,-0.75 -0.46875,-0.875 0,-0.140625 0.140625,-0.21875 0.4375,-0.234375 V -4.484375 H 0.25 v 0.140625 h 0.078125 c 0.3125,0 0.46875,0.140625 0.78125,0.609375 l 0.96875,1.4375 L 0.90625,-0.65625 C 0.609375,-0.25 0.5,-0.171875 0.171875,-0.15625 V 0 h 1.46875 v -0.15625 c -0.28125,0 -0.40625,-0.046875 -0.40625,-0.171875 0,-0.0625 0.078125,-0.203125 0.203125,-0.40625 L 2.25,-1.96875 3.171875,-0.5625 c 0.03125,0.046875 0.0625,0.109375 0.0625,0.171875 0,0.1875 -0.078125,0.21875 -0.40625,0.234375 z m 0,0"
+ id="path554" />
+ </g>
+ <g
+ id="glyph-5-33">
+ <path
+ d="M 0.3125,-4.15625 H 1 v 3.21875 c 0,0.640625 -0.109375,0.765625 -0.671875,0.78125 V 0 H 2.5625 V -0.15625 C 1.984375,-0.1875 1.859375,-0.328125 1.859375,-0.875 v -3.28125 h 0.875 c 0.96875,0 1.015625,0.03125 1.015625,0.5625 v 2.625 c 0,0.671875 -0.0625,0.765625 -0.6875,0.8125 V 0 h 2.234375 v -0.15625 c -0.578125,-0.046875 -0.6875,-0.171875 -0.6875,-0.8125 v -2.609375 c 0,-0.21875 0,-0.453125 0.015625,-0.984375 L 4.59375,-4.578125 c -0.453125,0.0625 -0.75,0.09375 -1.15625,0.09375 H 1.84375 v -0.4375 c 0,-0.4375 0.03125,-0.734375 0.078125,-0.90625 0.15625,-0.4375 0.546875,-0.734375 1,-0.734375 0.28125,0 0.484375,0.125 0.71875,0.46875 0.203125,0.265625 0.328125,0.375 0.5,0.375 0.21875,0 0.375,-0.171875 0.375,-0.390625 C 4.515625,-6.53125 4,-6.8125 3.21875,-6.8125 c -0.765625,0 -1.359375,0.265625 -1.71875,0.75 -0.3125,0.40625 -0.421875,0.78125 -0.484375,1.578125 H 0.3125 Z m 0,0"
+ id="path557" />
+ </g>
+ <g
+ id="glyph-5-34">
+ <path
+ d="M 4.25,-1.34375 4.0625,-1.390625 c -0.109375,0.5 -0.15625,0.65625 -0.296875,0.828125 -0.140625,0.171875 -0.484375,0.265625 -1,0.265625 H 1.359375 L 4.09375,-4.34375 V -4.484375 H 0.5625 L 0.53125,-3.3125 h 0.1875 c 0.09375,-0.71875 0.25,-0.875 0.859375,-0.875 H 2.96875 l -2.6875,4.03125 V 0 h 3.828125 z m 0,0"
+ id="path560" />
+ </g>
+ <g
+ id="glyph-5-35">
+ <path
+ d="m 6.296875,-4.484375 -0.09375,-2.25 H 5.984375 C 5.9375,-6.53125 5.765625,-6.40625 5.5625,-6.40625 5.46875,-6.40625 5.328125,-6.4375 5.171875,-6.5 4.671875,-6.65625 4.15625,-6.734375 3.6875,-6.734375 c -0.828125,0 -1.671875,0.296875 -2.3125,0.859375 -0.703125,0.609375 -1.09375,1.53125 -1.09375,2.640625 0,0.921875 0.3125,1.78125 0.828125,2.34375 0.609375,0.65625 1.546875,1.03125 2.546875,1.03125 1.140625,0 2.15625,-0.453125 2.765625,-1.265625 L 6.25,-1.3125 C 5.5,-0.59375 4.828125,-0.296875 3.984375,-0.296875 3.34375,-0.296875 2.765625,-0.5 2.328125,-0.875 1.78125,-1.359375 1.46875,-2.265625 1.46875,-3.375 c 0,-1.796875 0.9375,-2.96875 2.40625,-2.96875 0.578125,0 1.109375,0.21875 1.515625,0.609375 0.328125,0.328125 0.484375,0.59375 0.671875,1.25 z m 0,0"
+ id="path563" />
+ </g>
+ <g
+ id="glyph-5-36">
+ <path
+ d="M 2.046875,-2.90625 C 2.3125,-2.875 2.484375,-2.875 2.75,-2.875 c 0.796875,0 1.34375,-0.09375 1.78125,-0.328125 C 5.140625,-3.53125 5.5,-4.140625 5.5,-4.796875 5.5,-5.21875 5.359375,-5.59375 5.09375,-5.875 4.6875,-6.3125 3.796875,-6.59375 2.84375,-6.59375 h -2.6875 v 0.1875 c 0.75,0.078125 0.859375,0.171875 0.859375,0.890625 v 4.3125 c 0,0.84375 -0.078125,0.9375 -0.859375,1.015625 V 0 H 3 V -0.1875 C 2.203125,-0.21875 2.046875,-0.359375 2.046875,-1.09375 Z m 0,-2.984375 c 0,-0.265625 0.078125,-0.34375 0.34375,-0.34375 1.375,0 2,0.46875 2,1.5 0,0.96875 -0.59375,1.46875 -1.765625,1.46875 -0.203125,0 -0.34375,-0.015625 -0.578125,-0.03125 z m 0,0"
+ id="path566" />
+ </g>
+ <g
+ id="glyph-5-37">
+ <path
+ d="m 6.203125,-5.140625 c 0,-1.015625 0.125,-1.171875 0.953125,-1.265625 v -0.1875 H 4.796875 v 0.1875 c 0.796875,0.0625 0.96875,0.28125 0.96875,1.265625 V -2.4375 c 0,0.671875 -0.078125,1.046875 -0.234375,1.34375 -0.28125,0.484375 -0.9375,0.796875 -1.6875,0.796875 -0.71875,0 -1.21875,-0.234375 -1.5,-0.703125 -0.1875,-0.328125 -0.25,-0.6875 -0.25,-1.328125 v -3.1875 c 0,-0.71875 0.109375,-0.828125 0.921875,-0.890625 v -0.1875 h -2.875 v 0.1875 C 0.9375,-6.34375 1.0625,-6.234375 1.0625,-5.515625 v 3.109375 c 0,1.734375 0.8125,2.546875 2.546875,2.546875 1.109375,0 1.859375,-0.34375 2.265625,-1.03125 0.234375,-0.421875 0.328125,-0.875 0.328125,-1.640625 z m 0,0"
+ id="path569" />
+ </g>
+ <g
+ id="glyph-5-38">
+ <path
+ d="m 3.671875,-6.734375 c -1.953125,0 -3.328125,1.4375 -3.328125,3.4375 0,0.9375 0.328125,1.84375 0.875,2.421875 0.59375,0.625 1.5,1.015625 2.390625,1.015625 2,0 3.375,-1.390625 3.375,-3.40625 C 6.984375,-4.25 6.6875,-5.09375 6.140625,-5.6875 5.5,-6.375 4.640625,-6.734375 3.671875,-6.734375 Z m 0,0.359375 c 0.46875,0 0.921875,0.171875 1.296875,0.5 0.546875,0.484375 0.859375,1.421875 0.859375,2.609375 C 5.828125,-2.6875 5.703125,-2 5.5,-1.46875 5.40625,-1.21875 5.234375,-0.984375 5,-0.75 c -0.359375,0.34375 -0.8125,0.53125 -1.359375,0.53125 -0.46875,0 -0.921875,-0.1875 -1.28125,-0.484375 C 1.84375,-1.171875 1.5,-2.171875 1.5,-3.28125 1.5,-4.296875 1.78125,-5.265625 2.21875,-5.734375 2.609375,-6.15625 3.109375,-6.375 3.671875,-6.375 Z m 0,0"
+ id="path572" />
+ </g>
+ <g
+ id="glyph-5-39">
+ <path
+ d="m 0.171875,-6.59375 v 0.1875 c 0.859375,0.046875 0.96875,0.15625 0.96875,0.890625 v 4.421875 c 0,0.75 -0.125,0.875 -0.96875,0.90625 V 0 H 3.5625 c 0.796875,0 1.515625,-0.203125 1.890625,-0.546875 0.359375,-0.328125 0.5625,-0.765625 0.5625,-1.25 0,-0.4375 -0.171875,-0.828125 -0.484375,-1.125 -0.3125,-0.265625 -0.578125,-0.390625 -1.25,-0.546875 0.53125,-0.125 0.75,-0.234375 0.984375,-0.4375 0.265625,-0.21875 0.40625,-0.59375 0.40625,-1 0,-1.109375 -0.90625,-1.6875 -2.65625,-1.6875 z M 2.1875,-3.25 c 0.984375,0 1.453125,0.046875 1.8125,0.203125 0.578125,0.234375 0.859375,0.640625 0.859375,1.265625 0,0.53125 -0.21875,0.921875 -0.625,1.15625 -0.328125,0.171875 -0.734375,0.25 -1.40625,0.25 -0.5,0 -0.640625,-0.078125 -0.640625,-0.40625 z m 0,-0.40625 V -5.9375 c 0,-0.203125 0.0625,-0.296875 0.21875,-0.296875 h 0.453125 c 1.15625,0 1.78125,0.484375 1.78125,1.375 0,0.765625 -0.53125,1.203125 -1.5,1.203125 z m 0,0"
+ id="path575" />
+ </g>
+ <g
+ id="glyph-5-40">
+ <path
+ d="M 5.8125,-1.734375 C 5.640625,-1.359375 5.5,-1.125 5.359375,-0.953125 5,-0.5625 4.4375,-0.390625 3.59375,-0.390625 H 2.921875 c -0.75,0 -0.875,-0.0625 -0.875,-0.40625 v -4.71875 c 0,-0.703125 0.140625,-0.84375 0.9375,-0.890625 v -0.1875 H 0.125 v 0.1875 C 0.875,-6.34375 1,-6.203125 1,-5.515625 V -1.09375 C 1,-0.390625 0.859375,-0.234375 0.125,-0.1875 V 0 h 5.453125 l 0.5,-1.734375 z m 0,0"
+ id="path578" />
+ </g>
+ <g
+ id="glyph-5-41">
+ <path
+ d="M 7.171875,-0.1875 C 6.71875,-0.21875 6.609375,-0.3125 6.25,-1.0625 L 3.734375,-6.71875 H 3.53125 l -2.125,4.890625 c -0.640625,1.453125 -0.765625,1.625 -1.25,1.640625 V 0 h 2 v -0.1875 c -0.484375,0 -0.6875,-0.125 -0.6875,-0.40625 0,-0.125 0.03125,-0.265625 0.078125,-0.390625 L 2.015625,-2.15625 H 4.6875 l 0.40625,0.953125 c 0.125,0.28125 0.203125,0.53125 0.203125,0.671875 0,0.25 -0.171875,0.328125 -0.71875,0.34375 V 0 h 2.59375 z M 2.1875,-2.5625 3.359375,-5.296875 4.546875,-2.5625 Z m 0,0"
+ id="path581" />
+ </g>
+ <g
+ id="glyph-5-42">
+ <path
+ d="M 4.546875,-6.734375 H 4.328125 C 4.28125,-6.515625 4.171875,-6.40625 4,-6.40625 c -0.09375,0 -0.265625,-0.03125 -0.453125,-0.109375 -0.375,-0.140625 -0.75,-0.21875 -1.0625,-0.21875 -0.4375,0 -0.890625,0.171875 -1.21875,0.453125 -0.359375,0.3125 -0.546875,0.734375 -0.546875,1.25 0,0.796875 0.453125,1.359375 1.59375,1.9375 0.71875,0.375 1.25,0.796875 1.5,1.171875 0.09375,0.125 0.140625,0.34375 0.140625,0.578125 0,0.671875 -0.5,1.125 -1.234375,1.125 -0.90625,0 -1.546875,-0.546875 -2.0625,-1.765625 H 0.421875 L 0.734375,0.125 h 0.21875 c 0.015625,-0.1875 0.140625,-0.328125 0.28125,-0.328125 0.109375,0 0.28125,0.046875 0.484375,0.109375 0.390625,0.15625 0.796875,0.234375 1.203125,0.234375 1.15625,0 2.0625,-0.78125 2.0625,-1.8125 0,-0.828125 -0.5625,-1.46875 -1.890625,-2.171875 -1.078125,-0.578125 -1.5,-1.015625 -1.5,-1.5625 0,-0.546875 0.421875,-0.921875 1.0625,-0.921875 0.453125,0 0.875,0.1875 1.234375,0.546875 0.3125,0.3125 0.453125,0.578125 0.625,1.171875 h 0.25 z m 0,0"
+ id="path584" />
+ </g>
+ <g
+ id="glyph-5-43">
+ <path
+ d="m 1.171875,-1.09375 c 0,0.75 -0.140625,0.875 -0.984375,0.90625 V 0 h 3.015625 v -0.1875 c -0.84375,-0.03125 -1,-0.171875 -1,-0.90625 v -4.421875 c 0,-0.71875 0.140625,-0.859375 1,-0.890625 v -0.1875 H 0.1875 v 0.1875 c 0.859375,0.046875 0.984375,0.15625 0.984375,0.890625 z m 0,0"
+ id="path587" />
+ </g>
+ <g
+ id="glyph-5-44">
+ <path
+ d="m 6.84375,-5.71875 v 4.515625 c 0,0.828125 -0.125,0.96875 -0.921875,1.015625 V 0 h 2.84375 V -0.1875 C 8.015625,-0.234375 7.875,-0.375 7.875,-1.09375 v -4.421875 c 0,-0.703125 0.140625,-0.828125 0.890625,-0.890625 v -0.1875 H 6.75 L 4.5,-1.5625 2.15625,-6.59375 H 0.140625 v 0.1875 c 0.828125,0.046875 0.96875,0.171875 0.96875,0.890625 V -1.46875 C 1.109375,-0.4375 0.96875,-0.25 0.125,-0.1875 V 0 H 2.515625 V -0.1875 C 1.71875,-0.234375 1.546875,-0.453125 1.546875,-1.46875 V -5.484375 L 4.109375,0 H 4.25 Z m 0,0"
+ id="path590" />
+ </g>
+ <g
+ id="glyph-5-45">
+ <path
+ d="m 4.1875,-6.40625 c 0.125,0 0.234375,0 0.265625,0 0.3125,0.03125 0.4375,0.109375 0.4375,0.3125 0,0.21875 -0.234375,0.515625 -0.796875,1.015625 L 2.296875,-3.46875 v -2.046875 c 0,-0.71875 0.109375,-0.828125 0.9375,-0.890625 v -0.1875 H 0.34375 v 0.1875 c 0.796875,0.0625 0.921875,0.1875 0.921875,0.890625 v 4.3125 c 0,0.828125 -0.125,0.96875 -0.921875,1.015625 V 0 H 3.203125 V -0.1875 C 2.421875,-0.234375 2.296875,-0.359375 2.296875,-1.09375 V -2.953125 L 2.5625,-3.15625 3.640625,-2.109375 c 0.765625,0.75 1.3125,1.453125 1.3125,1.6875 0,0.140625 -0.140625,0.21875 -0.421875,0.21875 -0.046875,0 -0.171875,0 -0.28125,0.015625 V 0 H 7.34375 V -0.1875 C 6.8125,-0.203125 6.671875,-0.296875 5.75,-1.265625 l -2.375,-2.5 L 5.3125,-5.625 C 6,-6.28125 6.171875,-6.359375 6.859375,-6.40625 v -0.1875 H 4.1875 Z m 0,0"
+ id="path593" />
+ </g>
+ <g
+ id="glyph-5-46">
+ <path
+ d="m 0.34375,1.3125 v 0.25 H 2.484375 V -6.59375 H 0.34375 v 0.25 h 0.875 c 0.328125,0 0.5,0.15625 0.5,0.515625 V 0.875 c 0,0.296875 -0.140625,0.4375 -0.453125,0.4375 z m 0,0"
+ id="path596" />
+ </g>
+ <g
+ id="glyph-5-47">
+ <path
+ d="M 6.0625,-1.6875 H 5.78125 C 5.265625,-0.609375 4.828125,-0.375 3.375,-0.375 H 3.109375 c -0.5,0 -0.921875,-0.046875 -1,-0.109375 -0.046875,-0.03125 -0.0625,-0.140625 -0.0625,-0.3125 v -2.46875 h 1.5625 c 0.828125,0 0.984375,0.140625 1.109375,0.96875 h 0.234375 v -2.3125 H 4.71875 c -0.0625,0.40625 -0.109375,0.546875 -0.21875,0.6875 -0.140625,0.171875 -0.421875,0.25 -0.890625,0.25 h -1.5625 V -5.875 c 0,-0.28125 0.0625,-0.34375 0.328125,-0.34375 H 3.75 c 1.140625,0 1.375,0.140625 1.546875,1.046875 h 0.25 L 5.515625,-6.59375 H 0.125 v 0.1875 C 0.875,-6.34375 1,-6.203125 1,-5.515625 V -1.09375 C 1,-0.390625 0.859375,-0.234375 0.125,-0.1875 V 0 h 5.484375 z m 0,0"
+ id="path599" />
+ </g>
+ <g
+ id="glyph-5-48">
+ <path
+ d="M 2.953125,-6.734375 1.125,-5.828125 V -5.6875 C 1.25,-5.734375 1.359375,-5.78125 1.40625,-5.796875 1.578125,-5.875 1.75,-5.90625 1.859375,-5.90625 c 0.21875,0 0.296875,0.140625 0.296875,0.46875 v 4.515625 c 0,0.328125 -0.078125,0.546875 -0.234375,0.640625 -0.15625,0.09375 -0.296875,0.125 -0.71875,0.125 V 0 H 4 v -0.15625 c -0.796875,0 -0.96875,-0.109375 -0.96875,-0.578125 V -6.71875 Z m 0,0"
+ id="path602" />
+ </g>
+ <g
+ id="glyph-5-49">
+ <path
+ d="m 2.578125,-6.734375 c -0.5625,0 -0.984375,0.171875 -1.359375,0.515625 C 0.625,-5.65625 0.25,-4.515625 0.25,-3.34375 c 0,1.078125 0.328125,2.25 0.8125,2.8125 0.375,0.4375 0.890625,0.671875 1.46875,0.671875 0.53125,0 0.96875,-0.171875 1.328125,-0.515625 0.59375,-0.546875 0.96875,-1.703125 0.96875,-2.921875 0,-2.03125 -0.921875,-3.4375 -2.25,-3.4375 z m -0.03125,0.25 c 0.859375,0 1.3125,1.125 1.3125,3.21875 0,2.078125 -0.453125,3.140625 -1.328125,3.140625 -0.859375,0 -1.3125,-1.0625 -1.3125,-3.140625 0,-2.109375 0.453125,-3.21875 1.328125,-3.21875 z m 0,0"
+ id="path605" />
+ </g>
+ <g
+ id="glyph-5-50">
+ <path
+ d="M 0,-2.5 V -2 h 5.078125 v -0.5 z m 0,0"
+ id="path608" />
+ </g>
+ <g
+ id="glyph-5-51">
+ <path
+ d="m 1.84375,-5.8125 h 1.984375 c 0.15625,0 0.203125,-0.015625 0.234375,-0.09375 l 0.390625,-0.875 -0.09375,-0.078125 c -0.15625,0.203125 -0.25,0.265625 -0.46875,0.265625 h -2.125 L 0.65625,-4.234375 c 0,0.015625 0,0.03125 0,0.046875 0,0.046875 0.03125,0.078125 0.109375,0.078125 0.328125,0 0.734375,0.078125 1.15625,0.203125 1.171875,0.375 1.703125,0.984375 1.703125,1.96875 0,0.953125 -0.625,1.703125 -1.40625,1.703125 -0.203125,0 -0.375,-0.0625 -0.6875,-0.28125 C 1.203125,-0.75 0.96875,-0.84375 0.765625,-0.84375 c -0.296875,0 -0.4375,0.109375 -0.4375,0.359375 0,0.390625 0.46875,0.625 1.234375,0.625 0.859375,0 1.578125,-0.265625 2.09375,-0.78125 0.46875,-0.453125 0.6875,-1.015625 0.6875,-1.765625 0,-0.71875 -0.203125,-1.1875 -0.703125,-1.6875 C 3.1875,-4.53125 2.609375,-4.75 1.40625,-4.96875 Z m 0,0"
+ id="path611" />
+ </g>
+ <g
+ id="glyph-5-52">
+ <path
+ d="M 6.6875,-0.1875 C 6.3125,-0.21875 6.109375,-0.3125 5.8125,-0.65625 L 3.71875,-3.1875 c 0.671875,-0.125 0.984375,-0.234375 1.3125,-0.515625 0.328125,-0.25 0.53125,-0.671875 0.53125,-1.140625 0,-0.4375 -0.140625,-0.796875 -0.40625,-1.09375 C 4.765625,-6.34375 3.9375,-6.59375 2.96875,-6.59375 H 0.171875 v 0.1875 c 0.765625,0.078125 0.859375,0.1875 0.859375,0.890625 v 4.3125 C 1.03125,-0.375 0.9375,-0.25 0.171875,-0.1875 V 0 h 2.8125 V -0.1875 C 2.203125,-0.234375 2.078125,-0.375 2.078125,-1.09375 v -1.953125 l 0.5625,-0.03125 L 5.0625,0 h 1.625 z M 2.078125,-5.875 c 0,-0.28125 0.109375,-0.359375 0.515625,-0.359375 1.265625,0 1.859375,0.4375 1.859375,1.375 0,0.5 -0.21875,0.90625 -0.578125,1.09375 C 3.40625,-3.5 3.046875,-3.4375 2.078125,-3.421875 Z m 0,0"
+ id="path614" />
+ </g>
+ <g
+ id="glyph-5-53">
+ <path
+ d="m 3.03125,1.3125 h -0.875 c -0.328125,0 -0.484375,-0.171875 -0.484375,-0.53125 v -6.6875 c 0,-0.3125 0.125,-0.4375 0.453125,-0.4375 h 0.90625 v -0.25 H 0.890625 V 1.5625 H 3.03125 Z m 0,0"
+ id="path617" />
+ </g>
+ <g
+ id="glyph-5-54">
+ <path
+ d="m 4.859375,-2.296875 v -2.3125 H 4.625 c -0.109375,0.796875 -0.296875,0.9375 -1.109375,0.9375 H 2.046875 V -5.875 c 0,-0.28125 0.046875,-0.34375 0.3125,-0.34375 H 3.75 c 1.140625,0 1.375,0.140625 1.546875,1.046875 h 0.25 L 5.515625,-6.59375 H 0.125 v 0.1875 C 0.875,-6.34375 1,-6.203125 1,-5.515625 v 4.3125 C 1,-0.375 0.890625,-0.234375 0.125,-0.1875 V 0 H 2.96875 V -0.1875 C 2.1875,-0.234375 2.046875,-0.375 2.046875,-1.09375 v -2.171875 h 1.46875 c 0.828125,0 1,0.15625 1.109375,0.96875 z m 0,0"
+ id="path620" />
+ </g>
+ <g
+ id="glyph-5-55">
+ <path
+ d="m 2.9375,-3.703125 c 1.015625,-0.53125 1.375,-0.9375 1.375,-1.625 0,-0.8125 -0.734375,-1.40625 -1.75,-1.40625 -1.109375,0 -1.9375,0.65625 -1.9375,1.578125 0,0.640625 0.203125,0.921875 1.265625,1.84375 C 0.796875,-2.5 0.5625,-2.1875 0.5625,-1.5 c 0,0.96875 0.8125,1.640625 1.953125,1.640625 1.21875,0 2,-0.65625 2,-1.6875 0,-0.765625 -0.34375,-1.25 -1.578125,-2.15625 z m -0.171875,1.03125 C 3.5,-2.15625 3.75,-1.796875 3.75,-1.234375 c 0,0.640625 -0.453125,1.09375 -1.125,1.09375 -0.765625,0 -1.28125,-0.578125 -1.28125,-1.4375 0,-0.640625 0.21875,-1.0625 0.8125,-1.53125 z M 2.65625,-3.875 C 1.75,-4.453125 1.375,-4.921875 1.375,-5.46875 c 0,-0.578125 0.46875,-0.984375 1.109375,-0.984375 0.6875,0 1.125,0.4375 1.125,1.125 0,0.5625 -0.28125,1.015625 -0.875,1.390625 C 2.6875,-3.90625 2.6875,-3.90625 2.65625,-3.875 Z m 0,0"
+ id="path623" />
+ </g>
+ <g
+ id="glyph-5-56">
+ <path
+ d="M 0.328125,-4.171875 H 1.03125 v 3.125 c 0,0.453125 -0.0625,0.703125 -0.203125,0.78125 -0.109375,0.078125 -0.203125,0.09375 -0.5,0.109375 V 0 H 2.59375 V -0.15625 C 2.015625,-0.203125 1.875,-0.328125 1.875,-0.78125 v -3.390625 h 1.90625 v 3.328125 c 0,0.5 -0.140625,0.65625 -0.671875,0.6875 V 0 h 2.1875 V -0.15625 C 4.75,-0.1875 4.640625,-0.296875 4.640625,-0.8125 V -6.78125 L 4.59375,-6.8125 C 4.515625,-6.796875 4.390625,-6.765625 4.28125,-6.703125 4.078125,-6.609375 3.9375,-6.5625 3.84375,-6.5625 3.796875,-6.5625 3.703125,-6.59375 3.546875,-6.640625 3.265625,-6.75 2.96875,-6.8125 2.71875,-6.8125 2.25,-6.8125 1.78125,-6.5625 1.5,-6.1875 1.1875,-5.75 1.09375,-5.359375 1.046875,-4.484375 h -0.71875 z m 3.453125,-0.3125 H 1.875 V -5 c 0,-1.046875 0.21875,-1.546875 0.65625,-1.546875 0.234375,0 0.359375,0.09375 0.53125,0.359375 0.203125,0.28125 0.328125,0.359375 0.5625,0.359375 0.078125,0 0.109375,-0.015625 0.15625,-0.0625 z m 0,0"
+ id="path626" />
+ </g>
+ <g
+ id="glyph-5-57">
+ <path
+ d="m 2.921875,-6.734375 h -0.6875 l -2.328125,6.875 h 0.6875 z m 0,0"
+ id="path629" />
+ </g>
+ <g
+ id="glyph-6-0" />
+ <g
+ id="glyph-6-1">
+ <path
+ d="M 2.546875,-4.484375 H 1.53125 v -1.15625 c 0,-0.09375 0,-0.125 -0.0625,-0.125 C 1.390625,-5.6875 1.328125,-5.59375 1.265625,-5.5 c -0.375,0.5625 -0.8125,1.03125 -0.96875,1.078125 C 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.296875,1.265625 0.875,1.265625 0.5,0 0.875,-0.234375 1.203125,-0.75 l -0.125,-0.109375 c -0.21875,0.25 -0.390625,0.34375 -0.609375,0.34375 C 1.6875,-0.421875 1.53125,-0.6875 1.53125,-1.3125 v -2.859375 h 1.015625 z m 0,0"
+ id="path633" />
+ </g>
+ <g
+ id="glyph-6-2">
+ <path
+ d="m 1.5625,-3.421875 c 0.421875,-0.453125 0.71875,-0.625 1.109375,-0.625 0.5,0 0.75,0.359375 0.75,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 h 2.125 V -0.15625 C 4.3125,-0.25 4.25,-0.328125 4.25,-1.015625 V -3 c 0,-1.046875 -0.40625,-1.578125 -1.21875,-1.578125 -0.59375,0 -1,0.234375 -1.46875,0.828125 V -6.78125 L 1.515625,-6.8125 C 1.171875,-6.6875 0.921875,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.421875,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 H 2.25 V -0.15625 C 1.671875,-0.203125 1.5625,-0.328125 1.5625,-1.015625 Z m 0,0"
+ id="path636" />
+ </g>
+ <g
+ id="glyph-6-3">
+ <path
+ d="M 4.0625,-1.640625 C 3.59375,-0.875 3.15625,-0.59375 2.515625,-0.59375 c -0.5625,0 -0.984375,-0.28125 -1.28125,-0.859375 -0.171875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 h 3.0625 c -0.078125,-0.640625 -0.171875,-0.9375 -0.421875,-1.25 -0.296875,-0.359375 -0.765625,-0.5625 -1.28125,-0.5625 -0.5,0 -0.96875,0.171875 -1.34375,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.96875,0.09375 2.109375,0.09375 c 0.953125,0 1.703125,-0.578125 2.125,-1.65625 z m -3.078125,-1.4375 c 0.109375,-0.78125 0.453125,-1.15625 1.0625,-1.15625 0.609375,0 0.84375,0.28125 0.96875,1.15625 z m 0,0"
+ id="path639" />
+ </g>
+ <g
+ id="glyph-6-4">
+ <path
+ d="M 3.140625,-3.125 3.09375,-4.484375 H 2.984375 L 2.96875,-4.46875 C 2.875,-4.390625 2.875,-4.390625 2.828125,-4.390625 c -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 -0.78125,0 -1.34375,0.515625 -1.34375,1.234375 0,0.546875 0.3125,0.953125 1.15625,1.4375 L 2.25,-1.578125 c 0.359375,0.1875 0.515625,0.4375 0.515625,0.734375 0,0.4375 -0.3125,0.71875 -0.828125,0.71875 -0.328125,0 -0.640625,-0.125 -0.828125,-0.34375 -0.21875,-0.25 -0.296875,-0.484375 -0.4375,-1.046875 h -0.15625 v 1.5625 h 0.125 C 0.71875,-0.0625 0.75,-0.078125 0.875,-0.078125 c 0.09375,0 0.234375,0.015625 0.453125,0.078125 0.28125,0.0625 0.5625,0.09375 0.734375,0.09375 0.765625,0 1.40625,-0.578125 1.40625,-1.265625 0,-0.5 -0.234375,-0.828125 -0.84375,-1.1875 L 1.5625,-3 C 1.28125,-3.15625 1.125,-3.40625 1.125,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.765625,-0.6875 0.578125,0 0.875,0.34375 1.09375,1.234375 z m 0,0"
+ id="path642" />
+ </g>
+ <g
+ id="glyph-6-5">
+ <path
+ d="M 3.96875,-1.5625 C 3.484375,-0.859375 3.125,-0.625 2.5625,-0.625 c -0.90625,0 -1.546875,-0.796875 -1.546875,-1.9375 0,-1.03125 0.546875,-1.734375 1.359375,-1.734375 0.359375,0 0.484375,0.109375 0.578125,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.265625,0 0.484375,-0.1875 0.484375,-0.421875 0,-0.546875 -0.703125,-1.015625 -1.53125,-1.015625 -0.5,0 -1,0.1875 -1.40625,0.546875 -0.5,0.4375 -0.78125,1.125 -0.78125,1.90625 0,1.296875 0.78125,2.21875 1.890625,2.21875 0.453125,0 0.84375,-0.15625 1.203125,-0.46875 0.28125,-0.234375 0.46875,-0.5 0.765625,-1.09375 z m 0,0"
+ id="path645" />
+ </g>
+ <g
+ id="glyph-6-6">
+ <path
+ d="m 2.5,-4.578125 c -1.296875,0 -2.203125,0.953125 -2.203125,2.328125 0,1.34375 0.921875,2.34375 2.171875,2.34375 1.265625,0 2.21875,-1.046875 2.21875,-2.421875 0,-1.3125 -0.921875,-2.25 -2.1875,-2.25 z M 2.359375,-4.3125 c 0.84375,0 1.421875,0.96875 1.421875,2.328125 0,1.125 -0.4375,1.8125 -1.1875,1.8125 -0.390625,0 -0.765625,-0.25 -0.96875,-0.640625 C 1.34375,-1.328125 1.1875,-2.03125 1.1875,-2.734375 1.1875,-3.6875 1.65625,-4.3125 2.359375,-4.3125 Z m 0,0"
+ id="path648" />
+ </g>
+ <g
+ id="glyph-6-7">
+ <path
+ d="m 0.09375,-3.921875 c 0.078125,0 0.15625,0 0.25,0 0.328125,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.75,1.828125 0.640625,1.9375 0.046875,2 V 2.15625 H 2.46875 V 1.984375 c -0.75,-0.015625 -0.890625,-0.125 -0.890625,-0.75 v -1.5625 C 1.9375,0 2.171875,0.09375 2.59375,0.09375 c 1.171875,0 2.09375,-1.109375 2.09375,-2.5625 0,-1.234375 -0.703125,-2.109375 -1.671875,-2.109375 -0.546875,0 -0.984375,0.234375 -1.4375,0.78125 V -4.5625 L 1.53125,-4.578125 C 0.984375,-4.375 0.640625,-4.25 0.09375,-4.078125 Z m 1.484375,0.59375 c 0,-0.296875 0.5625,-0.65625 1.03125,-0.65625 0.734375,0 1.21875,0.75 1.21875,1.90625 0,1.109375 -0.484375,1.859375 -1.203125,1.859375 -0.46875,0 -1.046875,-0.359375 -1.046875,-0.65625 z m 0,0"
+ id="path651" />
+ </g>
+ <g
+ id="glyph-6-8">
+ <path
+ d="m 3.078125,-4.484375 h -1.21875 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.5625,-0.890625 0.203125,0 0.34375,0.09375 0.53125,0.390625 0.15625,0.265625 0.28125,0.359375 0.453125,0.359375 0.21875,0 0.40625,-0.1875 0.40625,-0.40625 0,-0.359375 -0.4375,-0.625 -1.03125,-0.625 -0.625,0 -1.140625,0.265625 -1.40625,0.734375 -0.265625,0.4375 -0.34375,0.796875 -0.34375,1.59375 H 0.203125 v 0.3125 H 1.03125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.828125,0.875 V 0 h 2.59375 v -0.15625 c -0.828125,-0.015625 -0.9375,-0.140625 -0.9375,-0.875 v -3.140625 h 1.21875 z m 0,0"
+ id="path654" />
+ </g>
+ <g
+ id="glyph-6-9">
+ <path
+ d="M 1.75,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.109375,0.828125 -0.796875,0.859375 V 0 H 2.515625 V -0.15625 C 1.859375,-0.203125 1.78125,-0.296875 1.78125,-1.015625 V -4.5625 Z M 1.28125,-6.8125 c -0.28125,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.234375,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path657" />
+ </g>
+ <g
+ id="glyph-6-10">
+ <path
+ d="m 4.40625,-0.65625 c -0.171875,0.140625 -0.296875,0.1875 -0.4375,0.1875 -0.234375,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.203125,-1.046875 C 3.25,-4.390625 2.828125,-4.578125 2.234375,-4.578125 c -0.9375,0 -1.671875,0.484375 -1.671875,1.109375 0,0.234375 0.1875,0.421875 0.421875,0.421875 0.234375,0 0.453125,-0.1875 0.453125,-0.40625 0,-0.046875 -0.015625,-0.09375 -0.015625,-0.171875 -0.03125,-0.078125 -0.03125,-0.15625 -0.03125,-0.234375 0,-0.265625 0.3125,-0.484375 0.71875,-0.484375 0.484375,0 0.75,0.28125 0.75,0.828125 v 0.609375 c -1.53125,0.609375 -1.703125,0.6875 -2.125,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.4375,0 0.84375,-0.203125 1.453125,-0.71875 0.046875,0.515625 0.21875,0.71875 0.640625,0.71875 0.328125,0 0.546875,-0.109375 0.890625,-0.5 z m -1.546875,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.25,0.515625 -0.25,0.140625 -0.53125,0.21875 -0.734375,0.21875 C 1.53125,-0.484375 1.25,-0.8125 1.25,-1.25 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.609375,-1.390625 z m 0,0"
+ id="path660" />
+ </g>
+ <g
+ id="glyph-6-11">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.359375,-0.03125 0.25,0 0.328125,0.15625 0.328125,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.703125,0.6875 V 0 H 2.4375 V -0.15625 C 1.765625,-0.171875 1.59375,-0.328125 1.59375,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.140625,0.046875 0.25,0.140625 0.171875,0.140625 0.28125,0.203125 0.40625,0.203125 0.234375,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.21875,-0.515625 -0.546875,-0.515625 -0.421875,0 -0.71875,0.21875 -1.203125,0.921875 V -4.5625 L 1.546875,-4.578125 c -0.53125,0.21875 -0.890625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path663" />
+ </g>
+ <g
+ id="glyph-6-12">
+ <path
+ d="m 1.25,-1 c -0.296875,0 -0.546875,0.265625 -0.546875,0.578125 0,0.28125 0.25,0.53125 0.53125,0.53125 0.3125,0 0.5625,-0.25 0.5625,-0.53125 C 1.796875,-0.734375 1.546875,-1 1.25,-1 Z m 0,0"
+ id="path666" />
+ </g>
+ <g
+ id="glyph-6-13">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.234375,-0.03125 0.3125,-0.03125 0.3125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.78125,0.71875 V 0 H 2.5625 v -0.15625 c -0.625,-0.03125 -0.75,-0.140625 -0.75,-0.6875 v -5.9375 L 1.78125,-6.8125 C 1.25,-6.640625 0.875,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path669" />
+ </g>
+ <g
+ id="glyph-6-14">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.625,0.734375 V 0 h 2.125 V -0.15625 C 1.78125,-0.1875 1.640625,-0.3125 1.640625,-0.671875 V -3.46875 c 0.46875,-0.453125 0.6875,-0.5625 1.015625,-0.5625 0.5,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.125,0.796875 -0.625,0.828125 V 0 h 2.0625 V -0.15625 C 4.34375,-0.203125 4.234375,-0.3125 4.234375,-0.8125 v -2.28125 c 0,-0.9375 -0.453125,-1.484375 -1.1875,-1.484375 -0.453125,0 -0.765625,0.15625 -1.4375,0.796875 V -4.5625 L 1.53125,-4.578125 c -0.484375,0.171875 -0.828125,0.28125 -1.375,0.4375 z m 0,0"
+ id="path672" />
+ </g>
+ <g
+ id="glyph-6-15">
+ <path
+ d="M 4.6875,-3.875 V -4.25 H 3.921875 C 3.71875,-4.25 3.5625,-4.28125 3.375,-4.359375 L 3.15625,-4.4375 C 2.875,-4.53125 2.609375,-4.578125 2.359375,-4.578125 c -0.9375,0 -1.671875,0.703125 -1.671875,1.625 0,0.625 0.265625,1 0.921875,1.328125 -0.1875,0.171875 -0.359375,0.34375 -0.421875,0.40625 -0.328125,0.28125 -0.453125,0.484375 -0.453125,0.6875 0,0.203125 0.109375,0.328125 0.515625,0.515625 -0.703125,0.53125 -0.96875,0.859375 -0.96875,1.21875 0,0.53125 0.78125,0.96875 1.71875,0.96875 0.75,0 1.53125,-0.265625 2.046875,-0.671875 0.375,-0.3125 0.546875,-0.625 0.546875,-1.015625 0,-0.609375 -0.46875,-1.03125 -1.203125,-1.0625 l -1.28125,-0.0625 C 1.578125,-0.65625 1.328125,-0.75 1.328125,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.09375,0 0.15625,0.015625 0.1875,0.015625 C 2.296875,-1.5 2.4375,-1.484375 2.5,-1.484375 c 0.359375,0 0.765625,-0.15625 1.0625,-0.421875 0.328125,-0.28125 0.484375,-0.625 0.484375,-1.125 C 4.046875,-3.3125 4,-3.546875 3.859375,-3.875 Z M 1.46875,0.015625 c 0.328125,0.078125 1.125,0.140625 1.609375,0.140625 0.90625,0 1.234375,0.125 1.234375,0.484375 0,0.578125 -0.75,0.96875 -1.875,0.96875 -0.875,0 -1.453125,-0.296875 -1.453125,-0.734375 0,-0.234375 0.0625,-0.359375 0.484375,-0.859375 z M 1.515625,-3.375 c 0,-0.578125 0.28125,-0.9375 0.734375,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.171875,0.359375 0.296875,0.8125 0.296875,1.203125 0,0.5625 -0.296875,0.90625 -0.75,0.90625 -0.59375,0 -1.015625,-0.640625 -1.015625,-1.609375 z m 0,0"
+ id="path675" />
+ </g>
+ <g
+ id="glyph-6-16">
+ <path
+ d="m 3.421875,0.09375 1.46875,-0.515625 v -0.15625 C 4.71875,-0.5625 4.6875,-0.5625 4.671875,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.171875,-6.8125 C 3.703125,-6.640625 3.34375,-6.546875 2.71875,-6.375 v 0.171875 c 0.078125,-0.015625 0.125,-0.015625 0.21875,-0.015625 0.359375,0 0.453125,0.09375 0.453125,0.5 v 1.5625 c -0.375,-0.3125 -0.65625,-0.421875 -1.046875,-0.421875 -1.140625,0 -2.078125,1.125 -2.078125,2.53125 0,1.28125 0.75,2.140625 1.84375,2.140625 0.5625,0 0.9375,-0.1875 1.28125,-0.65625 v 0.625 z m -0.03125,-1.109375 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.171875,0.203125 -0.421875,0.296875 -0.71875,0.296875 -0.828125,0 -1.375,-0.796875 -1.375,-2.015625 0,-1.125 0.484375,-1.875 1.25,-1.875 0.53125,0 1.015625,0.46875 1.015625,1 z m 0,0"
+ id="path678" />
+ </g>
+ <g
+ id="glyph-6-17">
+ <path
+ d="m 4.734375,-4.484375 h -1.34375 v 0.140625 c 0.3125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 -0.015625,0.109375 -0.046875,0.171875 l -0.96875,2.75 L 1.71875,-3.6875 c -0.0625,-0.140625 -0.109375,-0.265625 -0.109375,-0.375 0,-0.1875 0.15625,-0.25 0.578125,-0.28125 V -4.484375 H 0.140625 v 0.140625 c 0.265625,0.03125 0.421875,0.140625 0.5,0.3125 L 1.78125,-1.578125 1.8125,-1.5 1.96875,-1.203125 c 0.28125,0.5 0.4375,0.859375 0.4375,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.046875,0 -0.140625,-0.015625 -0.25,-0.0625 C 1.0625,1.203125 0.890625,1.15625 0.734375,1.15625 c -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.734375,0.578125 0.671875,0 1.15625,-0.5625 1.6875,-2 L 4.25,-3.890625 C 4.390625,-4.203125 4.5,-4.3125 4.734375,-4.34375 Z m 0,0"
+ id="path681" />
+ </g>
+ <g
+ id="glyph-6-18">
+ <path
+ d="M 6.953125,-6.59375 H 4.90625 v 0.1875 C 5.453125,-6.375 5.625,-6.265625 5.625,-5.984375 c 0,0.15625 -0.0625,0.421875 -0.1875,0.71875 L 3.984375,-1.609375 2.46875,-4.96875 C 2.140625,-5.703125 2.0625,-5.9375 2.0625,-6.078125 c 0,-0.1875 0.140625,-0.296875 0.453125,-0.3125 0.046875,0 0.15625,-0.015625 0.296875,-0.015625 v -0.1875 H 0.15625 v 0.1875 c 0.484375,0.015625 0.625,0.15625 1.0625,1.046875 l 2.453125,5.46875 H 3.8125 l 2.21875,-5.59375 C 6.359375,-6.265625 6.46875,-6.375 6.953125,-6.40625 Z m 0,0"
+ id="path684" />
+ </g>
+ <g
+ id="glyph-6-19">
+ <path
+ d="m 3.59375,-6.734375 c -1.90625,0 -3.25,1.4375 -3.25,3.4375 0,0.9375 0.3125,1.84375 0.859375,2.421875 C 1.78125,-0.25 2.65625,0.140625 3.53125,0.140625 5.5,0.140625 6.859375,-1.25 6.859375,-3.265625 6.859375,-4.25 6.5625,-5.09375 6.015625,-5.6875 5.390625,-6.375 4.5625,-6.734375 3.59375,-6.734375 Z m 0,0.359375 c 0.46875,0 0.921875,0.171875 1.28125,0.5 0.53125,0.484375 0.84375,1.421875 0.84375,2.609375 0,0.578125 -0.125,1.265625 -0.328125,1.796875 -0.09375,0.25 -0.25,0.484375 -0.484375,0.71875 -0.34375,0.34375 -0.796875,0.53125 -1.328125,0.53125 -0.453125,0 -0.90625,-0.1875 -1.25,-0.484375 C 1.796875,-1.171875 1.46875,-2.171875 1.46875,-3.28125 1.46875,-4.296875 1.75,-5.265625 2.171875,-5.734375 2.5625,-6.15625 3.046875,-6.375 3.59375,-6.375 Z m 0,0"
+ id="path687" />
+ </g>
+ <g
+ id="glyph-6-20">
+ <path
+ d="M 7.03125,-0.1875 C 6.59375,-0.21875 6.484375,-0.3125 6.140625,-1.0625 L 3.65625,-6.71875 H 3.453125 l -2.0625,4.890625 C 0.75,-0.375 0.625,-0.203125 0.15625,-0.1875 V 0 H 2.125 v -0.1875 c -0.484375,0 -0.671875,-0.125 -0.671875,-0.40625 0,-0.125 0.015625,-0.265625 0.078125,-0.390625 L 1.984375,-2.15625 H 4.59375 L 5,-1.203125 c 0.125,0.28125 0.1875,0.53125 0.1875,0.671875 0,0.25 -0.15625,0.328125 -0.6875,0.34375 V 0 h 2.53125 z m -4.875,-2.375 1.140625,-2.734375 1.15625,2.734375 z m 0,0"
+ id="path690" />
+ </g>
+ <g
+ id="glyph-6-21">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.40625,-4 0.515625,-4 c 0.25,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.703125,0.6875 V 0 H 2.375 V -0.15625 C 1.84375,-0.171875 1.6875,-0.28125 1.6875,-0.671875 v -2.8125 c 0,-0.015625 0.09375,-0.109375 0.15625,-0.1875 0.25,-0.21875 0.671875,-0.390625 1.03125,-0.390625 0.4375,0 0.65625,0.34375 0.65625,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 h 2.234375 v -0.15625 c -0.5625,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 C 4.671875,-3.890625 5,-4.0625 5.453125,-4.0625 c 0.5625,0 0.75,0.265625 0.75,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 H 7.71875 v -0.15625 l -0.25,-0.015625 C 7.171875,-0.1875 7.03125,-0.375 7.03125,-0.75 v -2.0625 c 0,-1.171875 -0.375,-1.765625 -1.15625,-1.765625 -0.578125,0 -1.078125,0.25 -1.625,0.828125 -0.171875,-0.5625 -0.515625,-0.828125 -1.046875,-0.828125 -0.4375,0 -0.71875,0.125 -1.546875,0.765625 v -0.75 L 1.578125,-4.578125 c -0.5,0.1875 -0.84375,0.296875 -1.390625,0.4375 z m 0,0"
+ id="path693" />
+ </g>
+ <g
+ id="glyph-6-22">
+ <path
+ d="m 4.78125,-0.5 h -0.0625 c -0.453125,0 -0.5625,-0.109375 -0.5625,-0.5625 V -4.484375 H 2.578125 V -4.3125 c 0.625,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.578125,0.328125 -0.875,0.328125 -0.390625,0 -0.703125,-0.328125 -0.703125,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.203125,1.296875 0.375,0 0.765625,-0.15625 1.03125,-0.421875 L 3.375,-0.75 v 0.8125 l 0.03125,0.03125 c 0.5,-0.203125 0.859375,-0.3125 1.375,-0.453125 z m 0,0"
+ id="path696" />
+ </g>
+ <g
+ id="glyph-6-23">
+ <path
+ d="M 2.9375,-6.734375 C 2.203125,-6.265625 1.90625,-6 1.53125,-5.546875 c -0.703125,0.875 -1.046875,1.875 -1.046875,3.03125 0,1.265625 0.359375,2.25 1.234375,3.265625 0.421875,0.46875 0.671875,0.703125 1.1875,1.015625 l 0.125,-0.15625 C 2.234375,0.984375 1.953125,0.625 1.6875,-0.125 1.453125,-0.78125 1.328125,-1.546875 1.328125,-2.546875 1.328125,-3.59375 1.46875,-4.40625 1.734375,-5.03125 2.015625,-5.640625 2.3125,-6 3.03125,-6.578125 Z m 0,0"
+ id="path699" />
+ </g>
+ <g
+ id="glyph-6-24">
+ <path
+ d="m 5.71875,-1.734375 c -0.171875,0.375 -0.3125,0.609375 -0.46875,0.78125 -0.34375,0.390625 -0.890625,0.5625 -1.71875,0.5625 H 2.859375 C 2.140625,-0.390625 2,-0.453125 2,-0.796875 v -4.71875 C 2,-6.21875 2.140625,-6.359375 2.9375,-6.40625 v -0.1875 H 0.125 v 0.1875 c 0.734375,0.0625 0.859375,0.203125 0.859375,0.890625 v 4.421875 c 0,0.703125 -0.140625,0.859375 -0.859375,0.90625 V 0 H 5.484375 L 5.96875,-1.734375 Z m 0,0"
+ id="path702" />
+ </g>
+ <g
+ id="glyph-6-25">
+ <path
+ d="m 6.09375,-5.140625 c 0,-1.015625 0.109375,-1.171875 0.9375,-1.265625 v -0.1875 h -2.3125 v 0.1875 C 5.5,-6.34375 5.65625,-6.125 5.65625,-5.140625 V -2.4375 c 0,0.671875 -0.078125,1.046875 -0.234375,1.34375 -0.265625,0.484375 -0.90625,0.796875 -1.65625,0.796875 -0.703125,0 -1.1875,-0.234375 -1.46875,-0.703125 -0.171875,-0.328125 -0.25,-0.6875 -0.25,-1.328125 v -3.1875 c 0,-0.71875 0.109375,-0.828125 0.90625,-0.890625 v -0.1875 h -2.8125 v 0.1875 c 0.78125,0.0625 0.890625,0.171875 0.890625,0.890625 v 3.109375 c 0,1.734375 0.8125,2.546875 2.5,2.546875 1.09375,0 1.84375,-0.34375 2.234375,-1.03125 C 6,-1.3125 6.09375,-1.765625 6.09375,-2.53125 Z m 0,0"
+ id="path705" />
+ </g>
+ <g
+ id="glyph-6-26">
+ <path
+ d="M 0.375,1.765625 C 1.109375,1.28125 1.421875,1.03125 1.78125,0.5625 2.5,-0.296875 2.84375,-1.296875 2.84375,-2.46875 c 0,-1.265625 -0.375,-2.234375 -1.25,-3.25 C 1.1875,-6.203125 0.921875,-6.421875 0.40625,-6.734375 l -0.109375,0.15625 c 0.796875,0.625 1.0625,0.96875 1.34375,1.71875 0.234375,0.671875 0.34375,1.4375 0.34375,2.421875 0,1.046875 -0.125,1.875 -0.40625,2.484375 C 1.3125,0.671875 1,1.03125 0.296875,1.609375 Z m 0,0"
+ id="path708" />
+ </g>
+ <g
+ id="glyph-6-27">
+ <path
+ d="m 5.6875,-4.484375 v 0.140625 c 0.34375,0.078125 0.4375,0.140625 0.4375,0.3125 0,0.15625 -0.046875,0.390625 -0.15625,0.65625 L 5.0625,-1.15625 4.234375,-3.390625 C 4.0625,-3.84375 4.0625,-3.84375 4.0625,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.578125,-0.359375 v -0.140625 h -2.03125 v 0.140625 c 0.375,0.046875 0.484375,0.15625 0.6875,0.6875 C 3.375,-3.453125 3.4375,-3.265625 3.5,-3.09375 L 2.59375,-1.109375 1.609375,-3.703125 C 1.5625,-3.8125 1.546875,-3.90625 1.546875,-4 c 0,-0.21875 0.125,-0.296875 0.453125,-0.34375 V -4.484375 H 0.203125 v 0.140625 c 0.234375,0.03125 0.3125,0.125 0.53125,0.640625 l 1.34375,3.40625 c 0.125,0.296875 0.203125,0.4375 0.265625,0.4375 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.109375,-2.390625 0.90625,2.34375 c 0.140625,0.375 0.1875,0.4375 0.25,0.4375 0.0625,0 0.109375,-0.09375 0.28125,-0.484375 l 1.375,-3.453125 C 6.6875,-4.21875 6.71875,-4.265625 6.921875,-4.34375 v -0.140625 z m 0,0"
+ id="path711" />
+ </g>
+ <g
+ id="glyph-6-28">
+ <path
+ d="M 1.53125,-6.78125 1.46875,-6.8125 C 1.0625,-6.65625 0.78125,-6.578125 0.3125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.390625,0 0.484375,0.09375 0.484375,0.5 v 5.1875 c 0,0.296875 0.84375,0.625 1.640625,0.625 1.328125,0 2.34375,-1.09375 2.34375,-2.515625 0,-1.234375 -0.765625,-2.15625 -1.765625,-2.15625 -0.609375,0 -1.1875,0.34375 -1.375,0.84375 z m 0,3.578125 c 0,-0.390625 0.46875,-0.75 0.984375,-0.75 0.78125,0 1.265625,0.765625 1.265625,1.984375 0,1.109375 -0.46875,1.75 -1.28125,1.75 -0.53125,0 -0.96875,-0.234375 -0.96875,-0.484375 z m 0,0"
+ id="path714" />
+ </g>
+ <g
+ id="glyph-6-29">
+ <path
+ d="M 4.75,-4.484375 H 3.375 v 0.140625 c 0.3125,0.03125 0.46875,0.140625 0.46875,0.328125 0,0.09375 -0.03125,0.203125 -0.0625,0.296875 L 2.796875,-1.140625 1.78125,-3.6875 C 1.71875,-3.828125 1.6875,-3.96875 1.6875,-4.0625 c 0,-0.171875 0.109375,-0.25 0.453125,-0.28125 V -4.484375 H 0.1875 v 0.140625 c 0.375,0.03125 0.453125,0.125 0.90625,1.15625 l 1.203125,2.859375 C 2.3125,-0.265625 2.34375,-0.203125 2.375,-0.125 2.4375,0.0625 2.5,0.140625 2.546875,0.140625 c 0.0625,0 0.140625,-0.125 0.28125,-0.5 L 4.109375,-3.5625 c 0.28125,-0.671875 0.34375,-0.75 0.640625,-0.78125 z m 0,0"
+ id="path717" />
+ </g>
+ <g
+ id="glyph-6-30">
+ <path
+ d="m 4.78125,-2.296875 v -2.3125 H 4.546875 c -0.125,0.796875 -0.296875,0.9375 -1.09375,0.9375 H 2 V -5.875 c 0,-0.28125 0.046875,-0.34375 0.328125,-0.34375 h 1.34375 c 1.140625,0 1.359375,0.140625 1.515625,1.046875 h 0.25 L 5.40625,-6.59375 H 0.125 v 0.1875 c 0.734375,0.0625 0.859375,0.203125 0.859375,0.890625 v 4.3125 C 0.984375,-0.375 0.875,-0.234375 0.125,-0.1875 V 0 H 2.90625 V -0.1875 C 2.140625,-0.234375 2,-0.375 2,-1.09375 v -2.171875 h 1.453125 c 0.796875,0 0.96875,0.15625 1.09375,0.96875 z m 0,0"
+ id="path720" />
+ </g>
+ <g
+ id="glyph-6-31">
+ <path
+ d="m 2.53125,-6.1875 v 4.984375 c 0,0.859375 -0.109375,0.96875 -0.9375,1.015625 V 0 H 4.5 V -0.1875 C 3.6875,-0.234375 3.546875,-0.359375 3.546875,-1.09375 V -6.1875 H 4.09375 c 1.125,0 1.34375,0.1875 1.578125,1.28125 H 5.90625 l -0.046875,-1.6875 h -5.625 l -0.0625,1.6875 H 0.40625 C 0.640625,-5.984375 0.875,-6.1875 2,-6.1875 Z m 0,0"
+ id="path723" />
+ </g>
+ <g
+ id="glyph-6-32">
+ <path
+ d="M 2.984375,1.3125 H 2.125 c -0.328125,0 -0.484375,-0.171875 -0.484375,-0.53125 v -6.6875 c 0,-0.3125 0.125,-0.4375 0.4375,-0.4375 h 0.90625 v -0.25 H 0.875 V 1.5625 h 2.109375 z m 0,0"
+ id="path726" />
+ </g>
+ <g
+ id="glyph-6-33">
+ <path
+ d="m 1.53125,-3.296875 c 0.578125,0 0.8125,0.03125 1.046875,0.109375 0.625,0.234375 1.015625,0.796875 1.015625,1.484375 0,0.828125 -0.578125,1.484375 -1.3125,1.484375 -0.265625,0 -0.46875,-0.078125 -0.828125,-0.3125 -0.3125,-0.171875 -0.46875,-0.25 -0.640625,-0.25 -0.234375,0 -0.390625,0.140625 -0.390625,0.359375 0,0.34375 0.4375,0.5625 1.140625,0.5625 0.765625,0 1.546875,-0.265625 2.015625,-0.671875 C 4.046875,-0.9375 4.3125,-1.515625 4.3125,-2.1875 c 0,-0.5 -0.171875,-0.96875 -0.453125,-1.28125 C 3.65625,-3.6875 3.46875,-3.8125 3.03125,-4 c 0.6875,-0.46875 0.9375,-0.828125 0.9375,-1.375 0,-0.8125 -0.640625,-1.359375 -1.5625,-1.359375 -0.5,0 -0.9375,0.171875 -1.296875,0.484375 -0.296875,0.265625 -0.4375,0.53125 -0.65625,1.125 L 0.59375,-5.078125 C 1,-5.8125 1.453125,-6.140625 2.078125,-6.140625 c 0.65625,0 1.109375,0.4375 1.109375,1.0625 0,0.359375 -0.15625,0.71875 -0.40625,0.96875 -0.296875,0.296875 -0.578125,0.453125 -1.25,0.6875 z m 0,0"
+ id="path729" />
+ </g>
+ <g
+ id="glyph-6-34">
+ <path
+ d="m 2.53125,-6.734375 c -0.546875,0 -0.96875,0.171875 -1.328125,0.515625 -0.578125,0.5625 -0.96875,1.703125 -0.96875,2.875 0,1.078125 0.328125,2.25 0.796875,2.8125 0.375,0.4375 0.875,0.671875 1.46875,0.671875 0.5,0 0.921875,-0.171875 1.28125,-0.515625 C 4.359375,-0.921875 4.75,-2.078125 4.75,-3.296875 c 0,-2.03125 -0.90625,-3.4375 -2.21875,-3.4375 z m -0.03125,0.25 c 0.84375,0 1.28125,1.125 1.28125,3.21875 0,2.078125 -0.4375,3.140625 -1.28125,3.140625 -0.859375,0 -1.296875,-1.0625 -1.296875,-3.140625 0,-2.109375 0.4375,-3.21875 1.296875,-3.21875 z m 0,0"
+ id="path732" />
+ </g>
+ <g
+ id="glyph-6-35">
+ <path
+ d="M 0.828125,1.40625 C 1.5,1.078125 1.9375,0.46875 1.9375,-0.125 c 0,-0.5 -0.34375,-0.890625 -0.796875,-0.890625 -0.34375,0 -0.578125,0.234375 -0.578125,0.5625 0,0.328125 0.21875,0.515625 0.578125,0.515625 0.0625,0 0.140625,-0.015625 0.1875,-0.015625 0.078125,-0.03125 0.078125,-0.03125 0.09375,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.828125,1.0625 z m 0,0"
+ id="path735" />
+ </g>
+ <g
+ id="glyph-6-36">
+ <path
+ d="m 2.90625,-6.734375 -1.796875,0.90625 V -5.6875 C 1.21875,-5.734375 1.328125,-5.78125 1.375,-5.796875 1.5625,-5.875 1.71875,-5.90625 1.828125,-5.90625 2.03125,-5.90625 2.125,-5.765625 2.125,-5.4375 v 4.515625 c 0,0.328125 -0.078125,0.546875 -0.234375,0.640625 -0.15625,0.09375 -0.296875,0.125 -0.71875,0.125 V 0 h 2.75 v -0.15625 c -0.78125,0 -0.9375,-0.109375 -0.9375,-0.578125 V -6.71875 Z m 0,0"
+ id="path738" />
+ </g>
+ <g
+ id="glyph-6-37">
+ <path
+ d="m 4.734375,-1.359375 -0.125,-0.0625 C 4.234375,-0.84375 4.109375,-0.75 3.65625,-0.75 h -2.375 l 1.671875,-1.765625 c 0.890625,-0.921875 1.28125,-1.6875 1.28125,-2.453125 0,-1 -0.8125,-1.765625 -1.859375,-1.765625 -0.546875,0 -1.0625,0.21875 -1.421875,0.609375 C 0.625,-5.78125 0.484375,-5.46875 0.3125,-4.75 l 0.203125,0.046875 C 0.921875,-5.6875 1.28125,-6 1.96875,-6 2.796875,-6 3.375,-5.4375 3.375,-4.59375 3.375,-3.8125 2.90625,-2.890625 2.078125,-2 l -1.78125,1.875 V 0 H 4.1875 Z m 0,0"
+ id="path741" />
+ </g>
+ <g
+ id="glyph-6-38">
+ <path
+ d="m 0.3125,-4.15625 h 0.671875 v 3.21875 c 0,0.640625 -0.109375,0.765625 -0.671875,0.78125 V 0 H 2.515625 V -0.15625 C 1.953125,-0.1875 1.828125,-0.328125 1.828125,-0.875 V -4.15625 H 2.6875 c 0.953125,0 1,0.03125 1,0.5625 v 2.625 c 0,0.671875 -0.0625,0.765625 -0.6875,0.8125 V 0 H 5.1875 V -0.15625 C 4.640625,-0.203125 4.53125,-0.328125 4.53125,-0.96875 v -2.609375 c 0,-0.21875 0,-0.453125 0.015625,-0.984375 L 4.5,-4.578125 c -0.4375,0.0625 -0.71875,0.09375 -1.125,0.09375 H 1.8125 v -0.4375 c 0,-0.4375 0.03125,-0.734375 0.078125,-0.90625 C 2.03125,-6.265625 2.421875,-6.5625 2.875,-6.5625 c 0.28125,0 0.46875,0.125 0.703125,0.46875 0.1875,0.265625 0.3125,0.375 0.484375,0.375 0.21875,0 0.359375,-0.171875 0.359375,-0.390625 0,-0.421875 -0.5,-0.703125 -1.265625,-0.703125 -0.75,0 -1.328125,0.265625 -1.6875,0.75 C 1.171875,-5.65625 1.0625,-5.28125 1,-4.484375 H 0.3125 Z m 0,0"
+ id="path744" />
+ </g>
+ <g
+ id="glyph-6-39">
+ <path
+ d="m 1.796875,-5.8125 h 1.96875 c 0.15625,0 0.1875,-0.015625 0.21875,-0.09375 l 0.375,-0.875 L 4.28125,-6.859375 C 4.125,-6.65625 4.03125,-6.59375 3.8125,-6.59375 H 1.734375 l -1.09375,2.359375 c 0,0.015625 0,0.03125 0,0.046875 0,0.046875 0.03125,0.078125 0.109375,0.078125 0.328125,0 0.71875,0.078125 1.140625,0.203125 1.140625,0.375 1.671875,0.984375 1.671875,1.96875 0,0.953125 -0.609375,1.703125 -1.390625,1.703125 -0.203125,0 -0.375,-0.0625 -0.671875,-0.28125 C 1.1875,-0.75 0.953125,-0.84375 0.75,-0.84375 c -0.296875,0 -0.4375,0.109375 -0.4375,0.359375 0,0.390625 0.46875,0.625 1.21875,0.625 0.84375,0 1.5625,-0.265625 2.0625,-0.78125 C 4.046875,-1.09375 4.25,-1.65625 4.25,-2.40625 c 0,-0.71875 -0.1875,-1.1875 -0.6875,-1.6875 -0.4375,-0.4375 -1,-0.65625 -2.171875,-0.875 z m 0,0"
+ id="path747" />
+ </g>
+ <g
+ id="glyph-6-40">
+ <path
+ d="M 4.703125,-2.296875 H 3.6875 v -4.4375 H 3.25 l -3.125,4.4375 v 0.625 H 2.921875 V 0 H 3.6875 v -1.671875 h 1.015625 z m -1.796875,0 H 0.515625 L 2.90625,-5.71875 Z m 0,0"
+ id="path750" />
+ </g>
+ <g
+ id="glyph-6-41">
+ <path
+ d="M 4.453125,-6.8125 C 3.3125,-6.71875 2.734375,-6.53125 2,-6.015625 0.921875,-5.25 0.34375,-4.109375 0.34375,-2.78125 c 0,0.875 0.265625,1.75 0.6875,2.25 0.390625,0.4375 0.921875,0.671875 1.546875,0.671875 1.234375,0 2.09375,-0.953125 2.09375,-2.328125 0,-1.265625 -0.734375,-2.078125 -1.875,-2.078125 -0.4375,0 -0.65625,0.0625 -1.28125,0.453125 C 1.78125,-5.328125 2.90625,-6.40625 4.46875,-6.65625 Z m -2.046875,3 c 0.859375,0 1.359375,0.71875 1.359375,1.96875 0,1.09375 -0.390625,1.703125 -1.078125,1.703125 -0.890625,0 -1.421875,-0.9375 -1.421875,-2.484375 0,-0.5 0.078125,-0.78125 0.28125,-0.9375 C 1.75,-3.71875 2.0625,-3.8125 2.40625,-3.8125 Z m 0,0"
+ id="path753" />
+ </g>
+ <g
+ id="glyph-6-42">
+ <path
+ d="m 0.34375,1.3125 v 0.25 H 2.4375 V -6.59375 H 0.34375 v 0.25 h 0.859375 c 0.328125,0 0.484375,0.15625 0.484375,0.515625 V 0.875 c 0,0.296875 -0.140625,0.4375 -0.453125,0.4375 z m 0,0"
+ id="path756" />
+ </g>
+ <g
+ id="glyph-6-43">
+ <path
+ d="M 1.359375,-4.578125 C 1.0625,-4.578125 0.8125,-4.3125 0.8125,-4 c 0,0.28125 0.25,0.53125 0.53125,0.53125 0.3125,0 0.5625,-0.25 0.5625,-0.53125 0,-0.3125 -0.25,-0.578125 -0.546875,-0.578125 z m 0,3.578125 C 1.0625,-1 0.8125,-0.734375 0.8125,-0.421875 c 0,0.28125 0.25,0.53125 0.53125,0.53125 0.3125,0 0.5625,-0.25 0.5625,-0.53125 C 1.90625,-0.734375 1.65625,-1 1.359375,-1 Z m 0,0"
+ id="path759" />
+ </g>
+ <g
+ id="glyph-6-44">
+ <path
+ d="M 5.953125,-1.6875 H 5.671875 C 5.171875,-0.609375 4.75,-0.375 3.3125,-0.375 H 3.046875 C 2.5625,-0.375 2.140625,-0.421875 2.078125,-0.484375 2.03125,-0.515625 2,-0.625 2,-0.796875 v -2.46875 h 1.53125 c 0.828125,0 0.96875,0.140625 1.109375,0.96875 h 0.21875 v -2.3125 H 4.640625 C 4.5625,-4.203125 4.53125,-4.0625 4.421875,-3.921875 4.28125,-3.75 4,-3.671875 3.53125,-3.671875 H 2 V -5.875 c 0,-0.28125 0.0625,-0.34375 0.328125,-0.34375 h 1.34375 c 1.140625,0 1.359375,0.140625 1.515625,1.046875 h 0.25 L 5.40625,-6.59375 H 0.125 v 0.1875 c 0.734375,0.0625 0.859375,0.203125 0.859375,0.890625 v 4.421875 c 0,0.703125 -0.140625,0.859375 -0.859375,0.90625 V 0 H 5.5 Z m 0,0"
+ id="path762" />
+ </g>
+ <g
+ id="glyph-6-45">
+ <path
+ d="M 2.765625,0 H 4.78125 v -0.15625 c -0.3125,0 -0.515625,-0.15625 -0.828125,-0.59375 L 2.6875,-2.703125 3.515625,-3.890625 C 3.703125,-4.171875 4,-4.328125 4.3125,-4.34375 V -4.484375 H 2.734375 v 0.140625 c 0.3125,0.03125 0.40625,0.09375 0.40625,0.234375 0,0.109375 -0.125,0.328125 -0.375,0.640625 -0.046875,0.0625 -0.15625,0.234375 -0.296875,0.4375 L 2.328125,-3.234375 C 2.046875,-3.65625 1.875,-3.984375 1.875,-4.109375 1.875,-4.25 2,-4.328125 2.296875,-4.34375 v -0.140625 h -2.0625 v 0.140625 h 0.09375 c 0.296875,0 0.453125,0.140625 0.765625,0.609375 l 0.9375,1.4375 -1.140625,1.640625 C 0.59375,-0.25 0.5,-0.171875 0.171875,-0.15625 V 0 h 1.4375 v -0.15625 c -0.28125,0 -0.390625,-0.046875 -0.390625,-0.171875 0,-0.0625 0.0625,-0.203125 0.203125,-0.40625 l 0.78125,-1.234375 0.90625,1.40625 c 0.046875,0.046875 0.0625,0.109375 0.0625,0.171875 0,0.1875 -0.078125,0.21875 -0.40625,0.234375 z m 0,0"
+ id="path765" />
+ </g>
+ <g
+ id="glyph-6-46">
+ <path
+ d="M 0,-2.5 V -2 h 4.984375 v -0.5 z m 0,0"
+ id="path768" />
+ </g>
+ <g
+ id="glyph-7-0" />
+ <g
+ id="glyph-7-1">
+ <path
+ d="m 6.1875,-4.484375 -0.09375,-2.25 H 5.875 C 5.828125,-6.53125 5.65625,-6.40625 5.46875,-6.40625 5.375,-6.40625 5.21875,-6.4375 5.078125,-6.5 4.578125,-6.65625 4.09375,-6.734375 3.625,-6.734375 2.796875,-6.734375 1.96875,-6.4375 1.359375,-5.875 0.65625,-5.265625 0.28125,-4.34375 0.28125,-3.234375 c 0,0.921875 0.296875,1.78125 0.8125,2.34375 0.59375,0.65625 1.515625,1.03125 2.5,1.03125 1.125,0 2.109375,-0.453125 2.71875,-1.265625 L 6.125,-1.3125 C 5.390625,-0.59375 4.734375,-0.296875 3.90625,-0.296875 3.28125,-0.296875 2.71875,-0.5 2.296875,-0.875 1.75,-1.359375 1.4375,-2.265625 1.4375,-3.375 c 0,-1.796875 0.921875,-2.96875 2.375,-2.96875 0.5625,0 1.078125,0.21875 1.484375,0.609375 0.3125,0.328125 0.46875,0.59375 0.65625,1.25 z m 0,0"
+ id="path772" />
+ </g>
+ <g
+ id="glyph-7-2">
+ <path
+ d="m 4.78125,-0.5 h -0.0625 c -0.453125,0 -0.5625,-0.109375 -0.5625,-0.5625 V -4.484375 H 2.578125 V -4.3125 c 0.625,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.578125,0.328125 -0.875,0.328125 -0.390625,0 -0.703125,-0.328125 -0.703125,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.203125,1.296875 0.375,0 0.765625,-0.15625 1.03125,-0.421875 L 3.375,-0.75 v 0.8125 l 0.03125,0.03125 c 0.5,-0.203125 0.859375,-0.3125 1.375,-0.453125 z m 0,0"
+ id="path775" />
+ </g>
+ <g
+ id="glyph-7-3">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.359375,-0.03125 0.25,0 0.328125,0.15625 0.328125,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.703125,0.6875 V 0 H 2.4375 V -0.15625 C 1.765625,-0.171875 1.59375,-0.328125 1.59375,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.140625,0.046875 0.25,0.140625 0.171875,0.140625 0.28125,0.203125 0.40625,0.203125 0.234375,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.21875,-0.515625 -0.546875,-0.515625 -0.421875,0 -0.71875,0.21875 -1.203125,0.921875 V -4.5625 L 1.546875,-4.578125 c -0.53125,0.21875 -0.890625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path778" />
+ </g>
+ <g
+ id="glyph-7-4">
+ <path
+ d="M 4.0625,-1.640625 C 3.59375,-0.875 3.15625,-0.59375 2.515625,-0.59375 c -0.5625,0 -0.984375,-0.28125 -1.28125,-0.859375 -0.171875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 h 3.0625 c -0.078125,-0.640625 -0.171875,-0.9375 -0.421875,-1.25 -0.296875,-0.359375 -0.765625,-0.5625 -1.28125,-0.5625 -0.5,0 -0.96875,0.171875 -1.34375,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.96875,0.09375 2.109375,0.09375 c 0.953125,0 1.703125,-0.578125 2.125,-1.65625 z m -3.078125,-1.4375 c 0.109375,-0.78125 0.453125,-1.15625 1.0625,-1.15625 0.609375,0 0.84375,0.28125 0.96875,1.15625 z m 0,0"
+ id="path781" />
+ </g>
+ <g
+ id="glyph-7-5">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.625,0.734375 V 0 h 2.125 V -0.15625 C 1.78125,-0.1875 1.640625,-0.3125 1.640625,-0.671875 V -3.46875 c 0.46875,-0.453125 0.6875,-0.5625 1.015625,-0.5625 0.5,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.125,0.796875 -0.625,0.828125 V 0 h 2.0625 V -0.15625 C 4.34375,-0.203125 4.234375,-0.3125 4.234375,-0.8125 v -2.28125 c 0,-0.9375 -0.453125,-1.484375 -1.1875,-1.484375 -0.453125,0 -0.765625,0.15625 -1.4375,0.796875 V -4.5625 L 1.53125,-4.578125 c -0.484375,0.171875 -0.828125,0.28125 -1.375,0.4375 z m 0,0"
+ id="path784" />
+ </g>
+ <g
+ id="glyph-7-6">
+ <path
+ d="M 2.546875,-4.484375 H 1.53125 v -1.15625 c 0,-0.09375 0,-0.125 -0.0625,-0.125 C 1.390625,-5.6875 1.328125,-5.59375 1.265625,-5.5 c -0.375,0.5625 -0.8125,1.03125 -0.96875,1.078125 C 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.296875,1.265625 0.875,1.265625 0.5,0 0.875,-0.234375 1.203125,-0.75 l -0.125,-0.109375 c -0.21875,0.25 -0.390625,0.34375 -0.609375,0.34375 C 1.6875,-0.421875 1.53125,-0.6875 1.53125,-1.3125 v -2.859375 h 1.015625 z m 0,0"
+ id="path787" />
+ </g>
+ <g
+ id="glyph-7-7">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.234375,-0.03125 0.3125,-0.03125 0.3125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.78125,0.71875 V 0 H 2.5625 v -0.15625 c -0.625,-0.03125 -0.75,-0.140625 -0.75,-0.6875 v -5.9375 L 1.78125,-6.8125 C 1.25,-6.640625 0.875,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path790" />
+ </g>
+ <g
+ id="glyph-7-8">
+ <path
+ d="m 4.734375,-4.484375 h -1.34375 v 0.140625 c 0.3125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 -0.015625,0.109375 -0.046875,0.171875 l -0.96875,2.75 L 1.71875,-3.6875 c -0.0625,-0.140625 -0.109375,-0.265625 -0.109375,-0.375 0,-0.1875 0.15625,-0.25 0.578125,-0.28125 V -4.484375 H 0.140625 v 0.140625 c 0.265625,0.03125 0.421875,0.140625 0.5,0.3125 L 1.78125,-1.578125 1.8125,-1.5 1.96875,-1.203125 c 0.28125,0.5 0.4375,0.859375 0.4375,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.046875,0 -0.140625,-0.015625 -0.25,-0.0625 C 1.0625,1.203125 0.890625,1.15625 0.734375,1.15625 c -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.734375,0.578125 0.671875,0 1.15625,-0.5625 1.6875,-2 L 4.25,-3.890625 C 4.390625,-4.203125 4.5,-4.3125 4.734375,-4.34375 Z m 0,0"
+ id="path793" />
+ </g>
+ <g
+ id="glyph-7-9">
+ <path
+ d="M 0.828125,1.40625 C 1.5,1.078125 1.9375,0.46875 1.9375,-0.125 c 0,-0.5 -0.34375,-0.890625 -0.796875,-0.890625 -0.34375,0 -0.578125,0.234375 -0.578125,0.5625 0,0.328125 0.21875,0.515625 0.578125,0.515625 0.0625,0 0.140625,-0.015625 0.1875,-0.015625 0.078125,-0.03125 0.078125,-0.03125 0.09375,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.828125,1.0625 z m 0,0"
+ id="path796" />
+ </g>
+ <g
+ id="glyph-7-10">
+ <path
+ d="M 3.140625,-3.125 3.09375,-4.484375 H 2.984375 L 2.96875,-4.46875 C 2.875,-4.390625 2.875,-4.390625 2.828125,-4.390625 c -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 -0.78125,0 -1.34375,0.515625 -1.34375,1.234375 0,0.546875 0.3125,0.953125 1.15625,1.4375 L 2.25,-1.578125 c 0.359375,0.1875 0.515625,0.4375 0.515625,0.734375 0,0.4375 -0.3125,0.71875 -0.828125,0.71875 -0.328125,0 -0.640625,-0.125 -0.828125,-0.34375 -0.21875,-0.25 -0.296875,-0.484375 -0.4375,-1.046875 h -0.15625 v 1.5625 h 0.125 C 0.71875,-0.0625 0.75,-0.078125 0.875,-0.078125 c 0.09375,0 0.234375,0.015625 0.453125,0.078125 0.28125,0.0625 0.5625,0.09375 0.734375,0.09375 0.765625,0 1.40625,-0.578125 1.40625,-1.265625 0,-0.5 -0.234375,-0.828125 -0.84375,-1.1875 L 1.5625,-3 C 1.28125,-3.15625 1.125,-3.40625 1.125,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.765625,-0.6875 0.578125,0 0.875,0.34375 1.09375,1.234375 z m 0,0"
+ id="path799" />
+ </g>
+ <g
+ id="glyph-7-11">
+ <path
+ d="m 4.40625,-0.65625 c -0.171875,0.140625 -0.296875,0.1875 -0.4375,0.1875 -0.234375,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.203125,-1.046875 C 3.25,-4.390625 2.828125,-4.578125 2.234375,-4.578125 c -0.9375,0 -1.671875,0.484375 -1.671875,1.109375 0,0.234375 0.1875,0.421875 0.421875,0.421875 0.234375,0 0.453125,-0.1875 0.453125,-0.40625 0,-0.046875 -0.015625,-0.09375 -0.015625,-0.171875 -0.03125,-0.078125 -0.03125,-0.15625 -0.03125,-0.234375 0,-0.265625 0.3125,-0.484375 0.71875,-0.484375 0.484375,0 0.75,0.28125 0.75,0.828125 v 0.609375 c -1.53125,0.609375 -1.703125,0.6875 -2.125,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.4375,0 0.84375,-0.203125 1.453125,-0.71875 0.046875,0.515625 0.21875,0.71875 0.640625,0.71875 0.328125,0 0.546875,-0.109375 0.890625,-0.5 z m -1.546875,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.25,0.515625 -0.25,0.140625 -0.53125,0.21875 -0.734375,0.21875 C 1.53125,-0.484375 1.25,-0.8125 1.25,-1.25 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.609375,-1.390625 z m 0,0"
+ id="path802" />
+ </g>
+ <g
+ id="glyph-7-12">
+ <path
+ d="m 0.390625,-2.5625 v 0.625 H 2.84375 v -0.625 z m 0,0"
+ id="path805" />
+ </g>
+ <g
+ id="glyph-7-13">
+ <path
+ d="m 2.5,-4.578125 c -1.296875,0 -2.203125,0.953125 -2.203125,2.328125 0,1.34375 0.921875,2.34375 2.171875,2.34375 1.265625,0 2.21875,-1.046875 2.21875,-2.421875 0,-1.3125 -0.921875,-2.25 -2.1875,-2.25 z M 2.359375,-4.3125 c 0.84375,0 1.421875,0.96875 1.421875,2.328125 0,1.125 -0.4375,1.8125 -1.1875,1.8125 -0.390625,0 -0.765625,-0.25 -0.96875,-0.640625 C 1.34375,-1.328125 1.1875,-2.03125 1.1875,-2.734375 1.1875,-3.6875 1.65625,-4.3125 2.359375,-4.3125 Z m 0,0"
+ id="path808" />
+ </g>
+ <g
+ id="glyph-7-14">
+ <path
+ d="m 3.078125,-4.484375 h -1.21875 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.5625,-0.890625 0.203125,0 0.34375,0.09375 0.53125,0.390625 0.15625,0.265625 0.28125,0.359375 0.453125,0.359375 0.21875,0 0.40625,-0.1875 0.40625,-0.40625 0,-0.359375 -0.4375,-0.625 -1.03125,-0.625 -0.625,0 -1.140625,0.265625 -1.40625,0.734375 -0.265625,0.4375 -0.34375,0.796875 -0.34375,1.59375 H 0.203125 v 0.3125 H 1.03125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.828125,0.875 V 0 h 2.59375 v -0.15625 c -0.828125,-0.015625 -0.9375,-0.140625 -0.9375,-0.875 v -3.140625 h 1.21875 z m 0,0"
+ id="path811" />
+ </g>
+ <g
+ id="glyph-7-15">
+ <path
+ d="m 1.5625,-3.421875 c 0.421875,-0.453125 0.71875,-0.625 1.109375,-0.625 0.5,0 0.75,0.359375 0.75,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 h 2.125 V -0.15625 C 4.3125,-0.25 4.25,-0.328125 4.25,-1.015625 V -3 c 0,-1.046875 -0.40625,-1.578125 -1.21875,-1.578125 -0.59375,0 -1,0.234375 -1.46875,0.828125 V -6.78125 L 1.515625,-6.8125 C 1.171875,-6.6875 0.921875,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.421875,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 H 2.25 V -0.15625 C 1.671875,-0.203125 1.5625,-0.328125 1.5625,-1.015625 Z m 0,0"
+ id="path814" />
+ </g>
+ <g
+ id="glyph-7-16">
+ <path
+ d="m 1.03125,-1.09375 c 0,0.71875 -0.109375,0.859375 -0.875,0.90625 V 0 H 2.984375 C 4.140625,0 5.1875,-0.328125 5.8125,-0.890625 6.453125,-1.46875 6.828125,-2.359375 6.828125,-3.328125 6.828125,-4.234375 6.53125,-5 5.984375,-5.546875 5.296875,-6.234375 4.21875,-6.59375 2.84375,-6.59375 h -2.6875 v 0.1875 c 0.796875,0.0625 0.875,0.15625 0.875,0.890625 z m 1.015625,-4.75 c 0,-0.3125 0.109375,-0.390625 0.53125,-0.390625 0.84375,0 1.5,0.15625 1.984375,0.5 0.765625,0.546875 1.171875,1.390625 1.171875,2.46875 0,1.1875 -0.40625,2.015625 -1.203125,2.484375 C 4.015625,-0.484375 3.4375,-0.375 2.578125,-0.375 c -0.40625,0 -0.53125,-0.078125 -0.53125,-0.40625 z m 0,0"
+ id="path817" />
+ </g>
+ <g
+ id="glyph-7-17">
+ <path
+ d="m 6.09375,0.109375 v -5.25 c 0,-0.59375 0.109375,-0.953125 0.296875,-1.09375 0.140625,-0.09375 0.28125,-0.140625 0.65625,-0.171875 v -0.1875 h -2.34375 v 0.1875 c 0.375,0.03125 0.515625,0.0625 0.671875,0.15625 0.203125,0.140625 0.28125,0.5 0.28125,1.109375 V -1.78125 L 1.828125,-6.59375 H 0.125 v 0.1875 c 0.421875,0 0.5625,0.078125 0.96875,0.546875 V -1.46875 C 1.09375,-0.4375 0.953125,-0.25 0.125,-0.1875 V 0 H 2.46875 V -0.1875 C 1.6875,-0.234375 1.53125,-0.453125 1.53125,-1.46875 V -5.375 L 5.9375,0.109375 Z m 0,0"
+ id="path820" />
+ </g>
+ <g
+ id="glyph-7-18">
+ <path
+ d="M 3.96875,-1.5625 C 3.484375,-0.859375 3.125,-0.625 2.5625,-0.625 c -0.90625,0 -1.546875,-0.796875 -1.546875,-1.9375 0,-1.03125 0.546875,-1.734375 1.359375,-1.734375 0.359375,0 0.484375,0.109375 0.578125,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.265625,0 0.484375,-0.1875 0.484375,-0.421875 0,-0.546875 -0.703125,-1.015625 -1.53125,-1.015625 -0.5,0 -1,0.1875 -1.40625,0.546875 -0.5,0.4375 -0.78125,1.125 -0.78125,1.90625 0,1.296875 0.78125,2.21875 1.890625,2.21875 0.453125,0 0.84375,-0.15625 1.203125,-0.46875 0.28125,-0.234375 0.46875,-0.5 0.765625,-1.09375 z m 0,0"
+ id="path823" />
+ </g>
+ <g
+ id="glyph-7-19">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.40625,-4 0.515625,-4 c 0.25,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.703125,0.6875 V 0 H 2.375 V -0.15625 C 1.84375,-0.171875 1.6875,-0.28125 1.6875,-0.671875 v -2.8125 c 0,-0.015625 0.09375,-0.109375 0.15625,-0.1875 0.25,-0.21875 0.671875,-0.390625 1.03125,-0.390625 0.4375,0 0.65625,0.34375 0.65625,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 h 2.234375 v -0.15625 c -0.5625,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 C 4.671875,-3.890625 5,-4.0625 5.453125,-4.0625 c 0.5625,0 0.75,0.265625 0.75,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 H 7.71875 v -0.15625 l -0.25,-0.015625 C 7.171875,-0.1875 7.03125,-0.375 7.03125,-0.75 v -2.0625 c 0,-1.171875 -0.375,-1.765625 -1.15625,-1.765625 -0.578125,0 -1.078125,0.25 -1.625,0.828125 -0.171875,-0.5625 -0.515625,-0.828125 -1.046875,-0.828125 -0.4375,0 -0.71875,0.125 -1.546875,0.765625 v -0.75 L 1.578125,-4.578125 c -0.5,0.1875 -0.84375,0.296875 -1.390625,0.4375 z m 0,0"
+ id="path826" />
+ </g>
+ <g
+ id="glyph-7-20">
+ <path
+ d="m 3.421875,0.09375 1.46875,-0.515625 v -0.15625 C 4.71875,-0.5625 4.6875,-0.5625 4.671875,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.171875,-6.8125 C 3.703125,-6.640625 3.34375,-6.546875 2.71875,-6.375 v 0.171875 c 0.078125,-0.015625 0.125,-0.015625 0.21875,-0.015625 0.359375,0 0.453125,0.09375 0.453125,0.5 v 1.5625 c -0.375,-0.3125 -0.65625,-0.421875 -1.046875,-0.421875 -1.140625,0 -2.078125,1.125 -2.078125,2.53125 0,1.28125 0.75,2.140625 1.84375,2.140625 0.5625,0 0.9375,-0.1875 1.28125,-0.65625 v 0.625 z m -0.03125,-1.109375 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.171875,0.203125 -0.421875,0.296875 -0.71875,0.296875 -0.828125,0 -1.375,-0.796875 -1.375,-2.015625 0,-1.125 0.484375,-1.875 1.25,-1.875 0.53125,0 1.015625,0.46875 1.015625,1 z m 0,0"
+ id="path829" />
+ </g>
+ <g
+ id="glyph-7-21">
+ <path
+ d="M 4.6875,-3.875 V -4.25 H 3.921875 C 3.71875,-4.25 3.5625,-4.28125 3.375,-4.359375 L 3.15625,-4.4375 C 2.875,-4.53125 2.609375,-4.578125 2.359375,-4.578125 c -0.9375,0 -1.671875,0.703125 -1.671875,1.625 0,0.625 0.265625,1 0.921875,1.328125 -0.1875,0.171875 -0.359375,0.34375 -0.421875,0.40625 -0.328125,0.28125 -0.453125,0.484375 -0.453125,0.6875 0,0.203125 0.109375,0.328125 0.515625,0.515625 -0.703125,0.53125 -0.96875,0.859375 -0.96875,1.21875 0,0.53125 0.78125,0.96875 1.71875,0.96875 0.75,0 1.53125,-0.265625 2.046875,-0.671875 0.375,-0.3125 0.546875,-0.625 0.546875,-1.015625 0,-0.609375 -0.46875,-1.03125 -1.203125,-1.0625 l -1.28125,-0.0625 C 1.578125,-0.65625 1.328125,-0.75 1.328125,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.09375,0 0.15625,0.015625 0.1875,0.015625 C 2.296875,-1.5 2.4375,-1.484375 2.5,-1.484375 c 0.359375,0 0.765625,-0.15625 1.0625,-0.421875 0.328125,-0.28125 0.484375,-0.625 0.484375,-1.125 C 4.046875,-3.3125 4,-3.546875 3.859375,-3.875 Z M 1.46875,0.015625 c 0.328125,0.078125 1.125,0.140625 1.609375,0.140625 0.90625,0 1.234375,0.125 1.234375,0.484375 0,0.578125 -0.75,0.96875 -1.875,0.96875 -0.875,0 -1.453125,-0.296875 -1.453125,-0.734375 0,-0.234375 0.0625,-0.359375 0.484375,-0.859375 z M 1.515625,-3.375 c 0,-0.578125 0.28125,-0.9375 0.734375,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.171875,0.359375 0.296875,0.8125 0.296875,1.203125 0,0.5625 -0.296875,0.90625 -0.75,0.90625 -0.59375,0 -1.015625,-0.640625 -1.015625,-1.609375 z m 0,0"
+ id="path832" />
+ </g>
+ <g
+ id="glyph-7-22">
+ <path
+ d="M 1.75,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.109375,0.828125 -0.796875,0.859375 V 0 H 2.515625 V -0.15625 C 1.859375,-0.203125 1.78125,-0.296875 1.78125,-1.015625 V -4.5625 Z M 1.28125,-6.8125 c -0.28125,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.234375,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path835" />
+ </g>
+ <g
+ id="glyph-8-0" />
+ <g
+ id="glyph-8-1">
+ <path
+ d="m 2.546875,-4.484375 h -1 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.078125,-0.125 C 1.40625,-5.6875 1.34375,-5.59375 1.265625,-5.5 c -0.375,0.5625 -0.8125,1.03125 -0.96875,1.078125 C 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.296875,1.265625 0.890625,1.265625 0.484375,0 0.859375,-0.234375 1.203125,-0.75 L 2.65625,-0.765625 c -0.203125,0.25 -0.375,0.34375 -0.59375,0.34375 -0.375,0 -0.515625,-0.265625 -0.515625,-0.890625 v -2.859375 h 1 z m 0,0"
+ id="path839" />
+ </g>
+ <g
+ id="glyph-8-2">
+ <path
+ d="m 4.796875,-0.5 h -0.0625 c -0.453125,0 -0.5625,-0.109375 -0.5625,-0.5625 V -4.484375 H 2.59375 V -4.3125 c 0.609375,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.578125,0.328125 -0.875,0.328125 -0.390625,0 -0.71875,-0.328125 -0.71875,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.21875,1.296875 0.375,0 0.765625,-0.15625 1.03125,-0.421875 L 3.375,-0.75 v 0.8125 l 0.046875,0.03125 c 0.5,-0.203125 0.859375,-0.3125 1.375,-0.453125 z m 0,0"
+ id="path842" />
+ </g>
+ <g
+ id="glyph-8-3">
+ <path
+ d="m 3.4375,0.09375 1.46875,-0.515625 v -0.15625 C 4.734375,-0.5625 4.703125,-0.5625 4.6875,-0.5625 c -0.375,0 -0.453125,-0.109375 -0.453125,-0.578125 V -6.78125 L 4.1875,-6.8125 C 3.703125,-6.640625 3.359375,-6.546875 2.71875,-6.375 v 0.171875 C 2.796875,-6.21875 2.859375,-6.21875 2.9375,-6.21875 c 0.375,0 0.46875,0.09375 0.46875,0.5 v 1.5625 C 3.015625,-4.46875 2.75,-4.578125 2.34375,-4.578125 c -1.140625,0 -2.078125,1.125 -2.078125,2.53125 0,1.28125 0.75,2.140625 1.859375,2.140625 0.5625,0 0.9375,-0.1875 1.28125,-0.65625 v 0.625 z M 3.40625,-1.015625 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.1875,0.203125 -0.4375,0.296875 -0.71875,0.296875 C 1.6875,-0.421875 1.125,-1.21875 1.125,-2.4375 c 0,-1.125 0.5,-1.875 1.25,-1.875 0.53125,0 1.03125,0.46875 1.03125,1 z m 0,0"
+ id="path845" />
+ </g>
+ <g
+ id="glyph-8-4">
+ <path
+ d="M 4.078125,-1.640625 C 3.59375,-0.875 3.171875,-0.59375 2.53125,-0.59375 c -0.578125,0 -1,-0.28125 -1.296875,-0.859375 -0.171875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 H 4.046875 C 3.96875,-3.40625 3.875,-3.703125 3.625,-4.015625 3.3125,-4.375 2.859375,-4.578125 2.34375,-4.578125 c -0.5,0 -0.96875,0.171875 -1.359375,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.96875,0.09375 2.125,0.09375 c 0.9375,0 1.6875,-0.578125 2.109375,-1.65625 z m -3.09375,-1.4375 c 0.109375,-0.78125 0.453125,-1.15625 1.0625,-1.15625 0.609375,0 0.859375,0.28125 0.984375,1.15625 z m 0,0"
+ id="path848" />
+ </g>
+ <g
+ id="glyph-8-5">
+ <path
+ d="m 1.5625,-3.421875 c 0.421875,-0.453125 0.734375,-0.625 1.125,-0.625 0.5,0 0.75,0.359375 0.75,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 H 4.875 V -0.15625 C 4.328125,-0.25 4.265625,-0.328125 4.265625,-1.015625 V -3 c 0,-1.046875 -0.421875,-1.578125 -1.21875,-1.578125 -0.59375,0 -1.015625,0.234375 -1.484375,0.828125 V -6.78125 L 1.515625,-6.8125 C 1.1875,-6.6875 0.9375,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 H 2.25 V -0.15625 C 1.671875,-0.203125 1.5625,-0.328125 1.5625,-1.015625 Z m 0,0"
+ id="path851" />
+ </g>
+ <g
+ id="glyph-8-6">
+ <path
+ d="M 1.75,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.109375,0.828125 -0.796875,0.859375 V 0 h 2.375 V -0.15625 C 1.875,-0.203125 1.796875,-0.296875 1.796875,-1.015625 V -4.5625 Z M 1.28125,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.234375,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path854" />
+ </g>
+ <g
+ id="glyph-8-7">
+ <path
+ d="M 4.703125,-3.875 V -4.25 H 3.9375 C 3.734375,-4.25 3.578125,-4.28125 3.375,-4.359375 L 3.15625,-4.4375 C 2.890625,-4.53125 2.625,-4.578125 2.359375,-4.578125 c -0.921875,0 -1.671875,0.703125 -1.671875,1.625 0,0.625 0.265625,1 0.9375,1.328125 -0.1875,0.171875 -0.375,0.34375 -0.4375,0.40625 -0.328125,0.28125 -0.453125,0.484375 -0.453125,0.6875 0,0.203125 0.109375,0.328125 0.53125,0.515625 -0.71875,0.53125 -0.984375,0.859375 -0.984375,1.21875 0,0.53125 0.78125,0.96875 1.734375,0.96875 0.75,0 1.53125,-0.265625 2.046875,-0.671875 0.375,-0.3125 0.546875,-0.625 0.546875,-1.015625 0,-0.609375 -0.46875,-1.03125 -1.203125,-1.0625 l -1.296875,-0.0625 C 1.578125,-0.65625 1.328125,-0.75 1.328125,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.609375,-0.625 0.078125,0 0.15625,0.015625 0.1875,0.015625 0.1875,0.015625 0.3125,0.03125 0.375,0.03125 0.375,0 0.765625,-0.15625 1.078125,-0.421875 C 3.90625,-2.1875 4.0625,-2.53125 4.0625,-3.03125 4.0625,-3.3125 4.015625,-3.546875 3.875,-3.875 Z M 1.46875,0.015625 c 0.328125,0.078125 1.125,0.140625 1.625,0.140625 0.90625,0 1.234375,0.125 1.234375,0.484375 0,0.578125 -0.765625,0.96875 -1.890625,0.96875 -0.875,0 -1.453125,-0.296875 -1.453125,-0.734375 0,-0.234375 0.0625,-0.359375 0.484375,-0.859375 z M 1.515625,-3.375 c 0,-0.578125 0.28125,-0.9375 0.75,-0.9375 0.296875,0 0.5625,0.171875 0.71875,0.46875 0.1875,0.359375 0.3125,0.8125 0.3125,1.203125 0,0.5625 -0.296875,0.90625 -0.75,0.90625 -0.609375,0 -1.03125,-0.640625 -1.03125,-1.609375 z m 0,0"
+ id="path857" />
+ </g>
+ <g
+ id="glyph-8-8">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.359375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.078125,0.578125 -0.71875,0.6875 V 0 h 2.40625 V -0.15625 C 1.765625,-0.171875 1.59375,-0.328125 1.59375,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.25,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.546875,-0.515625 -0.421875,0 -0.703125,0.21875 -1.203125,0.921875 V -4.5625 L 1.546875,-4.578125 c -0.53125,0.21875 -0.890625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path860" />
+ </g>
+ <g
+ id="glyph-8-9">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.4375,-4 c 0.265625,0 0.359375,0.140625 0.359375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.609375,0.734375 V 0 h 2.109375 v -0.15625 c -0.5,-0.03125 -0.65625,-0.15625 -0.65625,-0.515625 V -3.46875 c 0.484375,-0.453125 0.703125,-0.5625 1.03125,-0.5625 0.484375,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.640625,0.828125 V 0 H 4.84375 V -0.15625 C 4.359375,-0.203125 4.234375,-0.3125 4.234375,-0.8125 v -2.28125 c 0,-0.9375 -0.4375,-1.484375 -1.171875,-1.484375 -0.46875,0 -0.765625,0.15625 -1.453125,0.796875 V -4.5625 l -0.0625,-0.015625 c -0.5,0.171875 -0.84375,0.28125 -1.390625,0.4375 z m 0,0"
+ id="path863" />
+ </g>
+ <g
+ id="glyph-8-10">
+ <path
+ d="M 4.75,-4.484375 H 3.40625 v 0.140625 c 0.3125,0 0.46875,0.09375 0.46875,0.25 0,0.046875 0,0.109375 -0.03125,0.171875 L 2.875,-1.171875 1.71875,-3.6875 C 1.65625,-3.828125 1.625,-3.953125 1.625,-4.0625 c 0,-0.1875 0.140625,-0.25 0.578125,-0.28125 v -0.140625 h -2.0625 V -4.34375 C 0.40625,-4.3125 0.5625,-4.203125 0.65625,-4.03125 L 1.796875,-1.578125 1.8125,-1.5 1.96875,-1.203125 c 0.28125,0.5 0.4375,0.859375 0.4375,1.015625 0,0.140625 -0.21875,0.78125 -0.390625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.0625,0 -0.15625,-0.015625 -0.25,-0.0625 C 1.0625,1.203125 0.90625,1.15625 0.734375,1.15625 c -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.75,0.578125 0.65625,0 1.140625,-0.5625 1.6875,-2 l 1.53125,-4.0625 C 4.40625,-4.203125 4.515625,-4.3125 4.75,-4.34375 Z m 0,0"
+ id="path866" />
+ </g>
+ <g
+ id="glyph-8-11">
+ <path
+ d="M 4.421875,-0.65625 C 4.25,-0.515625 4.125,-0.46875 3.984375,-0.46875 3.75,-0.46875 3.6875,-0.609375 3.6875,-1.046875 v -1.9375 c 0,-0.53125 -0.0625,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.65625,-0.546875 -1.25,-0.546875 -0.9375,0 -1.671875,0.484375 -1.671875,1.109375 0,0.234375 0.203125,0.421875 0.421875,0.421875 0.25,0 0.453125,-0.1875 0.453125,-0.40625 0,-0.046875 0,-0.09375 -0.015625,-0.171875 -0.015625,-0.078125 -0.03125,-0.15625 -0.03125,-0.234375 0,-0.265625 0.3125,-0.484375 0.71875,-0.484375 0.484375,0 0.765625,0.28125 0.765625,0.828125 v 0.609375 c -1.546875,0.609375 -1.71875,0.6875 -2.140625,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.4375,0 0.84375,-0.203125 1.453125,-0.71875 0.0625,0.515625 0.234375,0.71875 0.640625,0.71875 0.34375,0 0.546875,-0.109375 0.90625,-0.5 z M 2.875,-1.21875 c 0,0.296875 -0.0625,0.390625 -0.265625,0.515625 C 2.375,-0.5625 2.09375,-0.484375 1.875,-0.484375 1.53125,-0.484375 1.25,-0.8125 1.25,-1.25 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.625,-1.390625 z m 0,0"
+ id="path869" />
+ </g>
+ <g
+ id="glyph-8-12">
+ <path
+ d="m 2.5,-4.578125 c -1.296875,0 -2.203125,0.953125 -2.203125,2.328125 0,1.34375 0.921875,2.34375 2.1875,2.34375 1.25,0 2.21875,-1.046875 2.21875,-2.421875 0,-1.3125 -0.921875,-2.25 -2.203125,-2.25 z M 2.375,-4.3125 c 0.828125,0 1.421875,0.96875 1.421875,2.328125 0,1.125 -0.453125,1.8125 -1.203125,1.8125 -0.390625,0 -0.75,-0.25 -0.96875,-0.640625 C 1.34375,-1.328125 1.1875,-2.03125 1.1875,-2.734375 1.1875,-3.6875 1.65625,-4.3125 2.375,-4.3125 Z m 0,0"
+ id="path872" />
+ </g>
+ <g
+ id="glyph-8-13">
+ <path
+ d="M 3.09375,-4.484375 H 1.859375 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.578125,-0.890625 0.203125,0 0.34375,0.09375 0.515625,0.390625 C 3.125,-5.875 3.234375,-5.78125 3.40625,-5.78125 c 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.4375,-0.625 -1.03125,-0.625 -0.625,0 -1.15625,0.265625 -1.421875,0.734375 -0.25,0.4375 -0.328125,0.796875 -0.34375,1.59375 H 0.203125 v 0.3125 H 1.03125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.828125,0.875 V 0 h 2.59375 V -0.15625 C 1.984375,-0.171875 1.875,-0.296875 1.875,-1.03125 v -3.140625 h 1.21875 z m 0,0"
+ id="path875" />
+ </g>
+ <g
+ id="glyph-8-14">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.40625,-4 0.515625,-4 c 0.25,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.703125,0.6875 V 0 H 2.375 V -0.15625 C 1.84375,-0.171875 1.703125,-0.28125 1.703125,-0.671875 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.140625,-0.1875 0.25,-0.21875 0.6875,-0.390625 1.03125,-0.390625 0.4375,0 0.671875,0.34375 0.671875,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 H 5.09375 v -0.15625 c -0.5625,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 c 0.3125,-0.4375 0.640625,-0.609375 1.09375,-0.609375 0.578125,0 0.75,0.265625 0.75,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 H 7.75 V -0.15625 L 7.484375,-0.171875 C 7.1875,-0.1875 7.0625,-0.375 7.0625,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.15625,-1.765625 -0.59375,0 -1.09375,0.25 -1.640625,0.828125 C 4.09375,-4.3125 3.75,-4.578125 3.203125,-4.578125 c -0.4375,0 -0.71875,0.125 -1.546875,0.765625 v -0.75 l -0.0625,-0.015625 c -0.515625,0.1875 -0.859375,0.296875 -1.40625,0.4375 z m 0,0"
+ id="path878" />
+ </g>
+ <g
+ id="glyph-8-15">
+ <path
+ d="M 3.15625,-3.125 3.109375,-4.484375 H 3 L 2.984375,-4.46875 C 2.890625,-4.390625 2.875,-4.390625 2.84375,-4.390625 c -0.0625,0 -0.15625,-0.015625 -0.28125,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.6875,-0.125 -0.796875,0 -1.359375,0.515625 -1.359375,1.234375 0,0.546875 0.3125,0.953125 1.171875,1.4375 l 0.578125,0.328125 c 0.34375,0.1875 0.515625,0.4375 0.515625,0.734375 0,0.4375 -0.328125,0.71875 -0.828125,0.71875 -0.34375,0 -0.65625,-0.125 -0.84375,-0.34375 C 0.90625,-0.71875 0.8125,-0.953125 0.6875,-1.515625 H 0.515625 v 1.5625 H 0.65625 c 0.0625,-0.109375 0.109375,-0.125 0.21875,-0.125 0.09375,0 0.234375,0.015625 0.46875,0.078125 0.28125,0.0625 0.546875,0.09375 0.71875,0.09375 0.78125,0 1.421875,-0.578125 1.421875,-1.265625 0,-0.5 -0.25,-0.828125 -0.84375,-1.1875 L 1.5625,-3 C 1.28125,-3.15625 1.125,-3.40625 1.125,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.78125,-0.6875 0.5625,0 0.859375,0.34375 1.09375,1.234375 z m 0,0"
+ id="path881" />
+ </g>
+ <g
+ id="glyph-8-16">
+ <path
+ d="M 1.53125,-6.78125 1.484375,-6.8125 C 1.0625,-6.65625 0.796875,-6.578125 0.3125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.390625,0 0.484375,0.09375 0.484375,0.5 v 5.1875 c 0,0.296875 0.859375,0.625 1.65625,0.625 1.3125,0 2.34375,-1.09375 2.34375,-2.515625 0,-1.234375 -0.765625,-2.15625 -1.765625,-2.15625 -0.609375,0 -1.1875,0.34375 -1.390625,0.84375 z m 0,3.578125 c 0,-0.390625 0.46875,-0.75 0.984375,-0.75 0.78125,0 1.28125,0.765625 1.28125,1.984375 0,1.109375 -0.484375,1.75 -1.296875,1.75 -0.515625,0 -0.96875,-0.234375 -0.96875,-0.484375 z m 0,0"
+ id="path884" />
+ </g>
+ <g
+ id="glyph-8-17">
+ <path
+ d="m 0.09375,-3.921875 c 0.09375,0 0.15625,0 0.25,0 0.34375,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.75,1.828125 0.640625,1.9375 0.046875,2 V 2.15625 H 2.46875 V 1.984375 c -0.75,-0.015625 -0.875,-0.125 -0.875,-0.75 v -1.5625 C 1.9375,0 2.1875,0.09375 2.59375,0.09375 c 1.1875,0 2.109375,-1.109375 2.109375,-2.5625 0,-1.234375 -0.703125,-2.109375 -1.671875,-2.109375 -0.5625,0 -1,0.234375 -1.4375,0.78125 V -4.5625 L 1.53125,-4.578125 C 0.984375,-4.375 0.640625,-4.25 0.09375,-4.078125 Z m 1.5,0.59375 c 0,-0.296875 0.5625,-0.65625 1.015625,-0.65625 0.734375,0 1.234375,0.75 1.234375,1.90625 0,1.109375 -0.5,1.859375 -1.21875,1.859375 -0.46875,0 -1.03125,-0.359375 -1.03125,-0.65625 z m 0,0"
+ id="path887" />
+ </g>
+ <g
+ id="glyph-8-18">
+ <path
+ d="M 3.984375,-1.5625 C 3.5,-0.859375 3.140625,-0.625 2.5625,-0.625 c -0.90625,0 -1.546875,-0.796875 -1.546875,-1.9375 0,-1.03125 0.546875,-1.734375 1.359375,-1.734375 0.359375,0 0.5,0.109375 0.59375,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.265625,0 0.484375,-0.1875 0.484375,-0.421875 0,-0.546875 -0.703125,-1.015625 -1.546875,-1.015625 -0.484375,0 -1,0.1875 -1.40625,0.546875 -0.5,0.4375 -0.78125,1.125 -0.78125,1.90625 0,1.296875 0.796875,2.21875 1.90625,2.21875 C 2.59375,0.09375 3,-0.0625 3.359375,-0.375 3.625,-0.609375 3.8125,-0.875 4.125,-1.46875 Z m 0,0"
+ id="path890" />
+ </g>
+ <g
+ id="glyph-9-0" />
+ <g
+ id="glyph-9-1">
+ <path
+ d="m 2.5,-6.1875 v 4.984375 c 0,0.859375 -0.109375,0.96875 -0.921875,1.015625 V 0 h 2.875 v -0.1875 c -0.8125,-0.046875 -0.9375,-0.171875 -0.9375,-0.90625 V -6.1875 h 0.53125 c 1.125,0 1.34375,0.1875 1.5625,1.28125 H 5.84375 l -0.0625,-1.6875 H 0.234375 l -0.0625,1.6875 H 0.40625 C 0.640625,-5.984375 0.875,-6.1875 1.96875,-6.1875 Z m 0,0"
+ id="path894" />
+ </g>
+ <g
+ id="glyph-9-2">
+ <path
+ d="m 1.546875,-3.421875 c 0.421875,-0.453125 0.703125,-0.625 1.09375,-0.625 0.5,0 0.734375,0.359375 0.734375,1.0625 v 1.96875 c 0,0.671875 -0.09375,0.8125 -0.65625,0.859375 V 0 H 4.796875 V -0.15625 C 4.265625,-0.25 4.203125,-0.328125 4.203125,-1.015625 V -3 c 0,-1.046875 -0.40625,-1.578125 -1.203125,-1.578125 -0.578125,0 -1,0.234375 -1.453125,0.828125 V -6.78125 L 1.5,-6.8125 c -0.34375,0.125 -0.578125,0.203125 -1.140625,0.359375 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.421875,0 0.5,0.078125 0.5,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.625,0.859375 V 0 h 2.125 V -0.15625 C 1.640625,-0.203125 1.546875,-0.328125 1.546875,-1.015625 Z m 0,0"
+ id="path897" />
+ </g>
+ <g
+ id="glyph-9-3">
+ <path
+ d="M 4.015625,-1.640625 C 3.546875,-0.875 3.125,-0.59375 2.5,-0.59375 c -0.5625,0 -0.984375,-0.28125 -1.28125,-0.859375 -0.171875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 H 4 c -0.078125,-0.640625 -0.1875,-0.9375 -0.4375,-1.25 -0.296875,-0.359375 -0.75,-0.5625 -1.25,-0.5625 -0.5,0 -0.96875,0.171875 -1.34375,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.953125,0.09375 2.09375,0.09375 c 0.9375,0 1.671875,-0.578125 2.09375,-1.65625 z m -3.046875,-1.4375 c 0.109375,-0.78125 0.453125,-1.15625 1.046875,-1.15625 0.609375,0 0.84375,0.28125 0.96875,1.15625 z m 0,0"
+ id="path900" />
+ </g>
+ <g
+ id="glyph-9-4">
+ <path
+ d="m 6.640625,-5.71875 v 4.515625 C 6.640625,-0.375 6.53125,-0.234375 5.75,-0.1875 V 0 H 8.515625 V -0.1875 C 7.78125,-0.234375 7.65625,-0.375 7.65625,-1.09375 v -4.421875 c 0,-0.703125 0.125,-0.828125 0.859375,-0.890625 v -0.1875 H 6.546875 L 4.375,-1.5625 2.09375,-6.59375 H 0.140625 v 0.1875 c 0.8125,0.046875 0.9375,0.171875 0.9375,0.890625 V -1.46875 C 1.078125,-0.4375 0.9375,-0.25 0.125,-0.1875 V 0 H 2.4375 V -0.1875 C 1.671875,-0.234375 1.515625,-0.453125 1.515625,-1.46875 V -5.484375 L 3.984375,0 H 4.125 Z m 0,0"
+ id="path903" />
+ </g>
+ <g
+ id="glyph-9-5">
+ <path
+ d="m 6.953125,-0.1875 c -0.4375,-0.03125 -0.53125,-0.125 -0.875,-0.875 L 3.625,-6.71875 H 3.421875 L 1.375,-1.828125 C 0.734375,-0.375 0.625,-0.203125 0.140625,-0.1875 V 0 H 2.09375 v -0.1875 c -0.46875,0 -0.671875,-0.125 -0.671875,-0.40625 0,-0.125 0.03125,-0.265625 0.09375,-0.390625 L 1.96875,-2.15625 h 2.578125 l 0.40625,0.953125 c 0.109375,0.28125 0.1875,0.53125 0.1875,0.671875 0,0.25 -0.171875,0.328125 -0.6875,0.34375 V 0 h 2.5 z M 2.125,-2.5625 3.265625,-5.296875 4.40625,-2.5625 Z m 0,0"
+ id="path906" />
+ </g>
+ <g
+ id="glyph-9-6">
+ <path
+ d="m 6.109375,-4.484375 -0.078125,-2.25 H 5.8125 C 5.765625,-6.53125 5.59375,-6.40625 5.40625,-6.40625 5.3125,-6.40625 5.171875,-6.4375 5.015625,-6.5 4.53125,-6.65625 4.046875,-6.734375 3.578125,-6.734375 c -0.8125,0 -1.625,0.296875 -2.234375,0.859375 -0.6875,0.609375 -1.0625,1.53125 -1.0625,2.640625 0,0.921875 0.296875,1.78125 0.796875,2.34375 0.59375,0.65625 1.5,1.03125 2.46875,1.03125 1.109375,0 2.09375,-0.453125 2.6875,-1.265625 L 6.0625,-1.3125 C 5.328125,-0.59375 4.6875,-0.296875 3.859375,-0.296875 3.25,-0.296875 2.6875,-0.5 2.265625,-0.875 c -0.546875,-0.484375 -0.84375,-1.390625 -0.84375,-2.5 0,-1.796875 0.921875,-2.96875 2.34375,-2.96875 0.5625,0 1.078125,0.21875 1.46875,0.609375 0.3125,0.328125 0.46875,0.59375 0.65625,1.25 z m 0,0"
+ id="path909" />
+ </g>
+ <g
+ id="glyph-9-7">
+ <path
+ d="m 2.46875,-4.578125 c -1.28125,0 -2.1875,0.953125 -2.1875,2.328125 0,1.34375 0.921875,2.34375 2.15625,2.34375 1.25,0 2.203125,-1.046875 2.203125,-2.421875 0,-1.3125 -0.90625,-2.25 -2.171875,-2.25 z m -0.125,0.265625 c 0.828125,0 1.40625,0.96875 1.40625,2.328125 0,1.125 -0.453125,1.8125 -1.1875,1.8125 -0.390625,0 -0.75,-0.25 -0.953125,-0.640625 -0.28125,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.171875,-1.578125 z m 0,0"
+ id="path912" />
+ </g>
+ <g
+ id="glyph-9-8">
+ <path
+ d="m 0.09375,-3.921875 c 0.078125,0 0.15625,0 0.234375,0 0.34375,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.734375,1.828125 0.625,1.9375 0.046875,2 V 2.15625 H 2.4375 V 1.984375 c -0.734375,-0.015625 -0.875,-0.125 -0.875,-0.75 v -1.5625 C 1.90625,0 2.15625,0.09375 2.5625,0.09375 c 1.171875,0 2.078125,-1.109375 2.078125,-2.5625 0,-1.234375 -0.703125,-2.109375 -1.65625,-2.109375 C 2.4375,-4.578125 2,-4.34375 1.5625,-3.796875 V -4.5625 L 1.515625,-4.578125 C 0.96875,-4.375 0.625,-4.25 0.09375,-4.078125 Z m 1.46875,0.59375 c 0,-0.296875 0.5625,-0.65625 1.015625,-0.65625 0.71875,0 1.203125,0.75 1.203125,1.90625 0,1.109375 -0.484375,1.859375 -1.1875,1.859375 -0.46875,0 -1.03125,-0.359375 -1.03125,-0.65625 z m 0,0"
+ id="path915" />
+ </g>
+ <g
+ id="glyph-9-9">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.359375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.703125,0.6875 V 0 h 2.375 V -0.15625 C 1.75,-0.171875 1.578125,-0.328125 1.578125,-0.890625 v -2.25 c 0,-0.3125 0.421875,-0.8125 0.6875,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.234375,0 0.375,-0.171875 0.375,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.53125,-0.515625 -0.421875,0 -0.703125,0.21875 -1.1875,0.921875 V -4.5625 L 1.53125,-4.578125 C 1,-4.359375 0.65625,-4.234375 0.0625,-4.046875 Z m 0,0"
+ id="path918" />
+ </g>
+ <g
+ id="glyph-9-10">
+ <path
+ d="m 4.359375,-0.65625 c -0.171875,0.140625 -0.28125,0.1875 -0.4375,0.1875 -0.21875,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.1875,-1.046875 -0.21875,-0.359375 -0.640625,-0.546875 -1.234375,-0.546875 -0.921875,0 -1.65625,0.484375 -1.65625,1.109375 0,0.234375 0.203125,0.421875 0.421875,0.421875 0.25,0 0.453125,-0.1875 0.453125,-0.40625 C 1.421875,-3.5 1.40625,-3.546875 1.40625,-3.625 1.375,-3.703125 1.375,-3.78125 1.375,-3.859375 1.375,-4.125 1.6875,-4.34375 2.078125,-4.34375 c 0.484375,0 0.75,0.28125 0.75,0.828125 v 0.609375 c -1.515625,0.609375 -1.6875,0.6875 -2.109375,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.421875,0 0.828125,-0.203125 1.4375,-0.71875 0.046875,0.515625 0.21875,0.71875 0.625,0.71875 0.34375,0 0.546875,-0.109375 0.890625,-0.5 z m -1.53125,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.25,0.515625 -0.234375,0.140625 -0.515625,0.21875 -0.71875,0.21875 -0.34375,0 -0.625,-0.328125 -0.625,-0.765625 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.59375,-1.390625 z m 0,0"
+ id="path921" />
+ </g>
+ <g
+ id="glyph-9-11">
+ <path
+ d="m 2.515625,-4.484375 h -1 v -1.15625 c 0,-0.09375 0,-0.125 -0.0625,-0.125 C 1.375,-5.6875 1.328125,-5.59375 1.25,-5.5 0.875,-4.9375 0.453125,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 H 0.6875 v 3 c 0,0.84375 0.296875,1.265625 0.875,1.265625 0.484375,0 0.859375,-0.234375 1.1875,-0.75 L 2.625,-0.765625 c -0.203125,0.25 -0.375,0.34375 -0.59375,0.34375 -0.359375,0 -0.515625,-0.265625 -0.515625,-0.890625 v -2.859375 h 1 z m 0,0"
+ id="path924" />
+ </g>
+ <g
+ id="glyph-9-12">
+ <path
+ d="M 1.71875,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.109375,-0.03125 0.234375,-0.03125 0.328125,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.78125,0.859375 V 0 H 2.5 V -0.15625 C 1.84375,-0.203125 1.765625,-0.296875 1.765625,-1.015625 V -4.5625 Z M 1.265625,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.234375,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path927" />
+ </g>
+ <g
+ id="glyph-9-13">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 c 0.28125,0 0.359375,0.140625 0.359375,0.625 v 2.484375 c 0,0.5625 -0.09375,0.703125 -0.609375,0.734375 V 0 h 2.09375 v -0.15625 c -0.5,-0.03125 -0.65625,-0.15625 -0.65625,-0.515625 V -3.46875 C 2.09375,-3.921875 2.3125,-4.03125 2.625,-4.03125 c 0.484375,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.625,0.828125 V 0 H 4.78125 V -0.15625 C 4.296875,-0.203125 4.1875,-0.3125 4.1875,-0.8125 v -2.28125 c 0,-0.9375 -0.4375,-1.484375 -1.171875,-1.484375 -0.453125,0 -0.765625,0.15625 -1.421875,0.796875 V -4.5625 L 1.515625,-4.578125 c -0.484375,0.171875 -0.8125,0.28125 -1.359375,0.4375 z m 0,0"
+ id="path930" />
+ </g>
+ <g
+ id="glyph-9-14">
+ <path
+ d="M 3.109375,-3.125 3.0625,-4.484375 H 2.953125 L 2.9375,-4.46875 c -0.09375,0.078125 -0.09375,0.078125 -0.140625,0.078125 -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.6875,-0.125 C 1.0625,-4.578125 0.5,-4.0625 0.5,-3.34375 c 0,0.546875 0.3125,0.953125 1.15625,1.4375 l 0.578125,0.328125 c 0.34375,0.1875 0.5,0.4375 0.5,0.734375 0,0.4375 -0.3125,0.71875 -0.8125,0.71875 -0.328125,0 -0.640625,-0.125 -0.828125,-0.34375 -0.203125,-0.25 -0.296875,-0.484375 -0.421875,-1.046875 h -0.15625 v 1.5625 h 0.125 c 0.0625,-0.109375 0.109375,-0.125 0.234375,-0.125 0.078125,0 0.21875,0.015625 0.453125,0.078125 0.265625,0.0625 0.53125,0.09375 0.71875,0.09375 0.75,0 1.390625,-0.578125 1.390625,-1.265625 0,-0.5 -0.25,-0.828125 -0.828125,-1.1875 L 1.53125,-3 C 1.265625,-3.15625 1.109375,-3.40625 1.109375,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.765625,-0.6875 0.5625,0 0.859375,0.34375 1.078125,1.234375 z m 0,0"
+ id="path933" />
+ </g>
+ <g
+ id="glyph-9-15">
+ <path
+ d="M 1.515625,-6.78125 1.453125,-6.8125 C 1.046875,-6.65625 0.78125,-6.578125 0.3125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.390625,0 0.484375,0.09375 0.484375,0.5 v 5.1875 c 0,0.296875 0.828125,0.625 1.625,0.625 1.296875,0 2.296875,-1.09375 2.296875,-2.515625 0,-1.234375 -0.75,-2.15625 -1.734375,-2.15625 -0.59375,0 -1.171875,0.34375 -1.359375,0.84375 z m 0,3.578125 c 0,-0.390625 0.453125,-0.75 0.96875,-0.75 C 3.25,-3.953125 3.75,-3.1875 3.75,-1.96875 c 0,1.109375 -0.484375,1.75 -1.28125,1.75 -0.515625,0 -0.953125,-0.234375 -0.953125,-0.484375 z m 0,0"
+ id="path936" />
+ </g>
+ <g
+ id="glyph-9-16">
+ <path
+ d="m 3.046875,-4.484375 h -1.21875 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.5625,-0.890625 0.21875,0 0.34375,0.09375 0.53125,0.390625 0.15625,0.265625 0.265625,0.359375 0.4375,0.359375 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.4375,-0.625 -1.03125,-0.625 -0.609375,0 -1.140625,0.265625 -1.390625,0.734375 -0.25,0.4375 -0.328125,0.796875 -0.34375,1.59375 h -0.8125 v 0.3125 h 0.8125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.8125,0.875 V 0 h 2.5625 V -0.15625 C 1.953125,-0.171875 1.84375,-0.296875 1.84375,-1.03125 v -3.140625 h 1.203125 z m 0,0"
+ id="path939" />
+ </g>
+ <g
+ id="glyph-9-17">
+ <path
+ d="M 4.71875,-0.5 H 4.671875 c -0.453125,0 -0.5625,-0.109375 -0.5625,-0.5625 v -3.421875 h -1.5625 V -4.3125 c 0.625,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.5625,0.328125 -0.859375,0.328125 -0.390625,0 -0.703125,-0.328125 -0.703125,-0.75 v -3.25 h -1.4375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.46875,1.296875 1.1875,1.296875 0.359375,0 0.75,-0.15625 1.015625,-0.421875 L 3.328125,-0.75 V 0.0625 L 3.375,0.09375 c 0.484375,-0.203125 0.84375,-0.3125 1.34375,-0.453125 z m 0,0"
+ id="path942" />
+ </g>
+ <g
+ id="glyph-9-18">
+ <path
+ d="M 2.734375,0 H 4.71875 v -0.15625 c -0.296875,0 -0.5,-0.15625 -0.796875,-0.59375 l -1.265625,-1.953125 0.8125,-1.1875 c 0.1875,-0.28125 0.484375,-0.4375 0.796875,-0.453125 V -4.484375 H 2.71875 V -4.34375 C 3,-4.3125 3.109375,-4.25 3.109375,-4.109375 c 0,0.109375 -0.125,0.328125 -0.375,0.640625 -0.046875,0.0625 -0.15625,0.234375 -0.296875,0.4375 l -0.125,-0.203125 c -0.28125,-0.421875 -0.453125,-0.75 -0.453125,-0.875 0,-0.140625 0.125,-0.21875 0.421875,-0.234375 V -4.484375 H 0.234375 v 0.140625 h 0.09375 c 0.296875,0 0.453125,0.140625 0.75,0.609375 l 0.9375,1.4375 -1.125,1.640625 C 0.59375,-0.25 0.5,-0.171875 0.171875,-0.15625 V 0 H 1.59375 v -0.15625 c -0.265625,0 -0.390625,-0.046875 -0.390625,-0.171875 0,-0.0625 0.0625,-0.203125 0.203125,-0.40625 l 0.765625,-1.234375 0.90625,1.40625 c 0.03125,0.046875 0.0625,0.109375 0.0625,0.171875 0,0.1875 -0.078125,0.21875 -0.40625,0.234375 z m 0,0"
+ id="path945" />
+ </g>
+ <g
+ id="glyph-9-19">
+ <path
+ d="M 3.921875,-1.5625 C 3.453125,-0.859375 3.09375,-0.625 2.53125,-0.625 1.640625,-0.625 1,-1.421875 1,-2.5625 c 0,-1.03125 0.546875,-1.734375 1.34375,-1.734375 0.359375,0 0.484375,0.109375 0.578125,0.484375 l 0.0625,0.21875 C 3.0625,-3.3125 3.25,-3.140625 3.453125,-3.140625 c 0.25,0 0.46875,-0.1875 0.46875,-0.421875 0,-0.546875 -0.6875,-1.015625 -1.515625,-1.015625 -0.484375,0 -0.984375,0.1875 -1.390625,0.546875 -0.5,0.4375 -0.765625,1.125 -0.765625,1.90625 0,1.296875 0.78125,2.21875 1.875,2.21875 0.4375,0 0.828125,-0.15625 1.1875,-0.46875 0.265625,-0.234375 0.453125,-0.5 0.75,-1.09375 z m 0,0"
+ id="path948" />
+ </g>
+ <g
+ id="glyph-9-20">
+ <path
+ d="M 2.90625,-6.734375 C 2.171875,-6.265625 1.890625,-6 1.515625,-5.546875 c -0.703125,0.875 -1.046875,1.875 -1.046875,3.03125 0,1.265625 0.375,2.25 1.234375,3.265625 0.40625,0.46875 0.65625,0.703125 1.171875,1.015625 L 3,1.609375 C 2.203125,0.984375 1.9375,0.625 1.671875,-0.125 c -0.25,-0.65625 -0.34375,-1.421875 -0.34375,-2.421875 0,-1.046875 0.125,-1.859375 0.390625,-2.484375 C 1.984375,-5.640625 2.28125,-6 3,-6.578125 Z m 0,0"
+ id="path951" />
+ </g>
+ <g
+ id="glyph-9-21">
+ <path
+ d="m 3.5625,-6.734375 c -1.890625,0 -3.234375,1.4375 -3.234375,3.4375 0,0.9375 0.328125,1.84375 0.859375,2.421875 C 1.75,-0.25 2.625,0.140625 3.5,0.140625 5.4375,0.140625 6.78125,-1.25 6.78125,-3.265625 6.78125,-4.25 6.5,-5.09375 5.953125,-5.6875 5.328125,-6.375 4.5,-6.734375 3.5625,-6.734375 Z m 0,0.359375 c 0.453125,0 0.90625,0.171875 1.265625,0.5 0.53125,0.484375 0.828125,1.421875 0.828125,2.609375 C 5.65625,-2.6875 5.53125,-2 5.328125,-1.46875 5.25,-1.21875 5.078125,-0.984375 4.84375,-0.75 4.5,-0.40625 4.0625,-0.21875 3.546875,-0.21875 c -0.453125,0 -0.90625,-0.1875 -1.25,-0.484375 -0.515625,-0.46875 -0.84375,-1.46875 -0.84375,-2.578125 0,-1.015625 0.28125,-1.984375 0.703125,-2.453125 C 2.53125,-6.15625 3.015625,-6.375 3.5625,-6.375 Z m 0,0"
+ id="path954" />
+ </g>
+ <g
+ id="glyph-9-22">
+ <path
+ d="m 6.03125,0.109375 v -5.25 c 0,-0.59375 0.09375,-0.953125 0.28125,-1.09375 C 6.453125,-6.328125 6.59375,-6.375 6.96875,-6.40625 v -0.1875 h -2.3125 v 0.1875 c 0.375,0.03125 0.515625,0.0625 0.65625,0.15625 0.203125,0.140625 0.28125,0.5 0.28125,1.109375 V -1.78125 L 1.796875,-6.59375 H 0.125 v 0.1875 c 0.421875,0 0.5625,0.078125 0.953125,0.546875 V -1.46875 C 1.078125,-0.4375 0.9375,-0.25 0.125,-0.1875 V 0 H 2.4375 V -0.1875 C 1.671875,-0.234375 1.515625,-0.453125 1.515625,-1.46875 V -5.375 l 4.34375,5.484375 z m 0,0"
+ id="path957" />
+ </g>
+ <g
+ id="glyph-9-23">
+ <path
+ d="M 6.875,-6.59375 H 4.84375 v 0.1875 c 0.546875,0.03125 0.734375,0.140625 0.734375,0.421875 0,0.15625 -0.078125,0.421875 -0.1875,0.71875 L 3.9375,-1.609375 2.4375,-4.96875 C 2.125,-5.703125 2.046875,-5.9375 2.046875,-6.078125 c 0,-0.1875 0.125,-0.296875 0.453125,-0.3125 0.03125,0 0.140625,-0.015625 0.28125,-0.015625 v -0.1875 h -2.625 v 0.1875 c 0.484375,0.015625 0.625,0.15625 1.046875,1.046875 L 3.625,0.109375 h 0.15625 l 2.1875,-5.59375 C 6.296875,-6.265625 6.40625,-6.375 6.875,-6.40625 Z m 0,0"
+ id="path960" />
+ </g>
+ <g
+ id="glyph-10-0" />
+ <g
+ id="glyph-10-1">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.234375,-0.03125 0.3125,-0.03125 0.328125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.765625,0.71875 V 0 h 2.375 v -0.15625 c -0.625,-0.03125 -0.75,-0.140625 -0.75,-0.6875 v -5.9375 L 1.796875,-6.8125 C 1.28125,-6.640625 0.890625,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path964" />
+ </g>
+ <g
+ id="glyph-10-2">
+ <path
+ d="m 4.46875,-0.65625 c -0.171875,0.140625 -0.296875,0.1875 -0.4375,0.1875 -0.234375,0 -0.3125,-0.140625 -0.3125,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.65625,-0.546875 -1.25,-0.546875 -0.953125,0 -1.703125,0.484375 -1.703125,1.109375 0,0.234375 0.203125,0.421875 0.4375,0.421875 0.25,0 0.453125,-0.1875 0.453125,-0.40625 0,-0.046875 0,-0.09375 -0.015625,-0.171875 -0.015625,-0.078125 -0.03125,-0.15625 -0.03125,-0.234375 0,-0.265625 0.328125,-0.484375 0.734375,-0.484375 0.484375,0 0.765625,0.28125 0.765625,0.828125 v 0.609375 c -1.5625,0.609375 -1.734375,0.6875 -2.171875,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.0625,1.0625 0.4375,0 0.859375,-0.203125 1.46875,-0.71875 0.0625,0.515625 0.234375,0.71875 0.65625,0.71875 0.34375,0 0.546875,-0.109375 0.90625,-0.5 z m -1.5625,-0.5625 c 0,0.296875 -0.0625,0.390625 -0.265625,0.515625 -0.25,0.140625 -0.53125,0.21875 -0.734375,0.21875 -0.359375,0 -0.640625,-0.328125 -0.640625,-0.765625 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.640625,-1.390625 z m 0,0"
+ id="path967" />
+ </g>
+ <g
+ id="glyph-10-3">
+ <path
+ d="M 4.796875,-4.484375 H 3.4375 v 0.140625 c 0.328125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 -0.015625,0.109375 -0.046875,0.171875 l -0.96875,2.75 L 1.734375,-3.6875 c -0.0625,-0.140625 -0.09375,-0.265625 -0.09375,-0.375 0,-0.1875 0.15625,-0.25 0.578125,-0.28125 V -4.484375 H 0.140625 v 0.140625 c 0.265625,0.03125 0.4375,0.140625 0.515625,0.3125 L 1.8125,-1.578125 1.84375,-1.5 1.984375,-1.203125 c 0.296875,0.5 0.453125,0.859375 0.453125,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.0625,0 -0.15625,-0.015625 -0.25,-0.0625 -0.203125,-0.0625 -0.375,-0.109375 -0.546875,-0.109375 -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.75,0.578125 0.6875,0 1.171875,-0.5625 1.71875,-2 l 1.546875,-4.0625 c 0.140625,-0.3125 0.25,-0.421875 0.484375,-0.453125 z m 0,0"
+ id="path970" />
+ </g>
+ <g
+ id="glyph-10-4">
+ <path
+ d="M 4.125,-1.640625 C 3.640625,-0.875 3.203125,-0.59375 2.5625,-0.59375 1.984375,-0.59375 1.546875,-0.875 1.25,-1.453125 1.078125,-1.828125 1,-2.15625 0.984375,-2.765625 H 4.09375 c -0.078125,-0.640625 -0.1875,-0.9375 -0.4375,-1.25 -0.296875,-0.359375 -0.765625,-0.5625 -1.296875,-0.5625 -0.5,0 -0.96875,0.171875 -1.359375,0.515625 -0.46875,0.40625 -0.75,1.109375 -0.75,1.921875 0,1.390625 0.734375,2.234375 1.890625,2.234375 0.96875,0 1.71875,-0.578125 2.140625,-1.65625 z M 1,-3.078125 c 0.109375,-0.78125 0.453125,-1.15625 1.078125,-1.15625 0.609375,0 0.859375,0.28125 0.984375,1.15625 z m 0,0"
+ id="path973" />
+ </g>
+ <g
+ id="glyph-10-5">
+ <path
+ d="m 0.078125,-3.890625 c 0.140625,-0.03125 0.21875,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.71875,0.6875 V 0 h 2.4375 V -0.15625 C 1.796875,-0.171875 1.625,-0.328125 1.625,-0.890625 v -2.25 c 0,-0.3125 0.421875,-0.8125 0.703125,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 C 2.75,-3.671875 2.859375,-3.609375 3,-3.609375 c 0.234375,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.21875,-0.515625 -0.5625,-0.515625 -0.421875,0 -0.71875,0.21875 -1.203125,0.921875 V -4.5625 L 1.5625,-4.578125 c -0.53125,0.21875 -0.890625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path976" />
+ </g>
+ <g
+ id="glyph-10-6">
+ <path
+ d="m 1.765625,-4.578125 -1.5625,0.546875 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.25,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.796875,0.859375 V 0 H 2.5625 v -0.15625 c -0.671875,-0.046875 -0.75,-0.140625 -0.75,-0.859375 V -4.5625 Z M 1.296875,-6.8125 c -0.28125,0 -0.515625,0.234375 -0.515625,0.515625 0,0.28125 0.234375,0.5 0.515625,0.5 0.296875,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.21875,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path979" />
+ </g>
+ <g
+ id="glyph-10-7">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.328125,-4 0.4375,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.625,0.734375 V 0 H 2.328125 V -0.15625 C 1.8125,-0.1875 1.65625,-0.3125 1.65625,-0.671875 V -3.46875 c 0.484375,-0.453125 0.703125,-0.5625 1.046875,-0.5625 0.484375,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.125,0.796875 -0.640625,0.828125 V 0 H 4.90625 v -0.15625 c -0.5,-0.046875 -0.625,-0.15625 -0.625,-0.65625 v -2.28125 c 0,-0.9375 -0.4375,-1.484375 -1.1875,-1.484375 -0.46875,0 -0.78125,0.15625 -1.46875,0.796875 V -4.5625 L 1.5625,-4.578125 c -0.5,0.171875 -0.84375,0.28125 -1.40625,0.4375 z m 0,0"
+ id="path982" />
+ </g>
+ <g
+ id="glyph-10-8">
+ <path
+ d="m 1.046875,-1.09375 c 0,0.71875 -0.109375,0.859375 -0.890625,0.90625 V 0 h 2.875 c 1.171875,0 2.234375,-0.328125 2.859375,-0.890625 0.65625,-0.578125 1.03125,-1.46875 1.03125,-2.4375 C 6.921875,-4.234375 6.625,-5 6.0625,-5.546875 5.375,-6.234375 4.28125,-6.59375 2.890625,-6.59375 H 0.15625 v 0.1875 c 0.796875,0.0625 0.890625,0.15625 0.890625,0.890625 z m 1.03125,-4.75 c 0,-0.3125 0.109375,-0.390625 0.53125,-0.390625 0.875,0 1.53125,0.15625 2.015625,0.5 0.78125,0.546875 1.203125,1.390625 1.203125,2.46875 0,1.1875 -0.421875,2.015625 -1.234375,2.484375 -0.515625,0.296875 -1.109375,0.40625 -1.984375,0.40625 -0.40625,0 -0.53125,-0.078125 -0.53125,-0.40625 z m 0,0"
+ id="path985" />
+ </g>
+ <g
+ id="glyph-10-9">
+ <path
+ d="m 6.1875,0.109375 v -5.25 c 0,-0.59375 0.09375,-0.953125 0.296875,-1.09375 C 6.625,-6.328125 6.765625,-6.375 7.140625,-6.40625 v -0.1875 h -2.375 v 0.1875 c 0.390625,0.03125 0.53125,0.0625 0.6875,0.15625 0.203125,0.140625 0.28125,0.5 0.28125,1.109375 V -1.78125 L 1.84375,-6.59375 H 0.125 v 0.1875 c 0.4375,0 0.578125,0.078125 0.984375,0.546875 v 4.390625 c 0,1.03125 -0.15625,1.21875 -0.984375,1.28125 V 0 H 2.5 V -0.1875 C 1.71875,-0.234375 1.546875,-0.453125 1.546875,-1.46875 V -5.375 l 4.46875,5.484375 z m 0,0"
+ id="path988" />
+ </g>
+ <g
+ id="glyph-10-10">
+ <path
+ d="M 0.390625,1.765625 C 1.125,1.28125 1.4375,1.03125 1.8125,0.5625 2.53125,-0.296875 2.875,-1.296875 2.875,-2.46875 2.875,-3.734375 2.5,-4.703125 1.625,-5.71875 1.203125,-6.203125 0.9375,-6.421875 0.421875,-6.734375 l -0.125,0.15625 c 0.8125,0.625 1.078125,0.96875 1.359375,1.71875 0.25,0.671875 0.359375,1.4375 0.359375,2.421875 0,1.046875 -0.140625,1.875 -0.40625,2.484375 -0.28125,0.625 -0.59375,0.984375 -1.3125,1.5625 z m 0,0"
+ id="path991" />
+ </g>
+ <g
+ id="glyph-10-11">
+ <path
+ d="M 3.484375,0.09375 4.96875,-0.421875 v -0.15625 C 4.78125,-0.5625 4.765625,-0.5625 4.734375,-0.5625 4.375,-0.5625 4.28125,-0.671875 4.28125,-1.140625 V -6.78125 L 4.234375,-6.8125 C 3.75,-6.640625 3.390625,-6.546875 2.75,-6.375 v 0.171875 C 2.828125,-6.21875 2.890625,-6.21875 2.96875,-6.21875 c 0.375,0 0.46875,0.09375 0.46875,0.5 v 1.5625 C 3.046875,-4.46875 2.78125,-4.578125 2.375,-4.578125 c -1.15625,0 -2.109375,1.125 -2.109375,2.53125 0,1.28125 0.765625,2.140625 1.875,2.140625 0.5625,0 0.953125,-0.1875 1.296875,-0.65625 v 0.625 z M 3.4375,-1.015625 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.1875,0.203125 -0.4375,0.296875 -0.734375,0.296875 -0.828125,0 -1.390625,-0.796875 -1.390625,-2.015625 0,-1.125 0.5,-1.875 1.265625,-1.875 0.53125,0 1.03125,0.46875 1.03125,1 z m 0,0"
+ id="path994" />
+ </g>
+ <g
+ id="glyph-10-12">
+ <path
+ d="m 4.03125,-1.5625 c -0.5,0.703125 -0.859375,0.9375 -1.4375,0.9375 -0.921875,0 -1.5625,-0.796875 -1.5625,-1.9375 0,-1.03125 0.5625,-1.734375 1.375,-1.734375 0.359375,0 0.5,0.109375 0.59375,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.265625,0 0.5,-0.1875 0.5,-0.421875 0,-0.546875 -0.71875,-1.015625 -1.5625,-1.015625 -0.5,0 -1.015625,0.1875 -1.421875,0.546875 C 0.53125,-3.59375 0.25,-2.90625 0.25,-2.125 c 0,1.296875 0.796875,2.21875 1.921875,2.21875 0.453125,0 0.859375,-0.15625 1.21875,-0.46875 0.28125,-0.234375 0.46875,-0.5 0.78125,-1.09375 z m 0,0"
+ id="path997" />
+ </g>
+ <g
+ id="glyph-10-13">
+ <path
+ d="M 3.1875,-3.125 3.140625,-4.484375 H 3.03125 L 3.015625,-4.46875 C 2.921875,-4.390625 2.90625,-4.390625 2.875,-4.390625 c -0.0625,0 -0.171875,-0.015625 -0.28125,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 -0.796875,0 -1.375,0.515625 -1.375,1.234375 0,0.546875 0.328125,0.953125 1.1875,1.4375 l 0.578125,0.328125 c 0.359375,0.1875 0.53125,0.4375 0.53125,0.734375 0,0.4375 -0.328125,0.71875 -0.84375,0.71875 C 1.625,-0.125 1.3125,-0.25 1.125,-0.46875 0.90625,-0.71875 0.8125,-0.953125 0.6875,-1.515625 H 0.53125 v 1.5625 h 0.125 c 0.078125,-0.109375 0.109375,-0.125 0.234375,-0.125 0.09375,0 0.234375,0.015625 0.46875,0.078125 0.28125,0.0625 0.546875,0.09375 0.734375,0.09375 0.78125,0 1.421875,-0.578125 1.421875,-1.265625 0,-0.5 -0.234375,-0.828125 -0.84375,-1.1875 L 1.578125,-3 c -0.28125,-0.15625 -0.4375,-0.40625 -0.4375,-0.671875 0,-0.40625 0.3125,-0.6875 0.78125,-0.6875 0.578125,0 0.875,0.34375 1.109375,1.234375 z m 0,0"
+ id="path1000" />
+ </g>
+ <g
+ id="glyph-10-14">
+ <path
+ d="M 0.3125,-4.15625 H 1 v 3.21875 c 0,0.640625 -0.109375,0.765625 -0.671875,0.78125 V 0 h 2.21875 V -0.15625 C 1.984375,-0.1875 1.84375,-0.328125 1.84375,-0.875 v -3.28125 h 0.875 c 0.96875,0 1.015625,0.03125 1.015625,0.5625 v 2.625 c 0,0.671875 -0.0625,0.765625 -0.6875,0.8125 V 0 h 2.21875 V -0.15625 C 4.703125,-0.203125 4.59375,-0.328125 4.59375,-0.96875 v -2.609375 c 0,-0.21875 0,-0.453125 0.015625,-0.984375 L 4.5625,-4.578125 c -0.4375,0.0625 -0.734375,0.09375 -1.140625,0.09375 H 1.84375 v -0.4375 c 0,-0.4375 0.03125,-0.734375 0.078125,-0.90625 0.140625,-0.4375 0.53125,-0.734375 0.984375,-0.734375 0.28125,0 0.484375,0.125 0.71875,0.46875 0.203125,0.265625 0.328125,0.375 0.5,0.375 0.21875,0 0.359375,-0.171875 0.359375,-0.390625 0,-0.421875 -0.5,-0.703125 -1.28125,-0.703125 -0.765625,0 -1.359375,0.265625 -1.71875,0.75 -0.296875,0.40625 -0.40625,0.78125 -0.46875,1.578125 H 0.3125 Z m 0,0"
+ id="path1003" />
+ </g>
+ <g
+ id="glyph-10-15">
+ <path
+ d="M 2.578125,-4.484375 H 1.5625 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.078125,-0.125 C 1.421875,-5.6875 1.359375,-5.59375 1.28125,-5.5 0.90625,-4.9375 0.46875,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.3125,1.265625 0.90625,1.265625 0.5,0 0.875,-0.234375 1.21875,-0.75 L 2.6875,-0.765625 c -0.203125,0.25 -0.375,0.34375 -0.609375,0.34375 -0.375,0 -0.515625,-0.265625 -0.515625,-0.890625 v -2.859375 h 1.015625 z m 0,0"
+ id="path1006" />
+ </g>
+ <g
+ id="glyph-10-16">
+ <path
+ d="m 2.53125,-4.578125 c -1.3125,0 -2.234375,0.953125 -2.234375,2.328125 0,1.34375 0.9375,2.34375 2.203125,2.34375 1.28125,0 2.25,-1.046875 2.25,-2.421875 0,-1.3125 -0.921875,-2.25 -2.21875,-2.25 z M 2.390625,-4.3125 c 0.859375,0 1.453125,0.96875 1.453125,2.328125 0,1.125 -0.453125,1.8125 -1.21875,1.8125 -0.390625,0 -0.765625,-0.25 -0.984375,-0.640625 -0.28125,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.1875,-1.578125 z m 0,0"
+ id="path1009" />
+ </g>
+ <g
+ id="glyph-10-17">
+ <path
+ d="M 2.984375,-6.734375 C 2.234375,-6.265625 1.9375,-6 1.5625,-5.546875 c -0.71875,0.875 -1.078125,1.875 -1.078125,3.03125 0,1.265625 0.375,2.25 1.265625,3.265625 0.40625,0.46875 0.671875,0.703125 1.203125,1.015625 l 0.125,-0.15625 C 2.265625,0.984375 1.984375,0.625 1.703125,-0.125 1.46875,-0.78125 1.359375,-1.546875 1.359375,-2.546875 c 0,-1.046875 0.125,-1.859375 0.40625,-2.484375 C 2.046875,-5.640625 2.34375,-6 3.078125,-6.578125 Z m 0,0"
+ id="path1012" />
+ </g>
+ <g
+ id="glyph-10-18">
+ <path
+ d="m 3.125,-4.484375 h -1.25 v -1.15625 c 0,-0.578125 0.203125,-0.890625 0.578125,-0.890625 0.21875,0 0.359375,0.09375 0.546875,0.390625 0.15625,0.265625 0.28125,0.359375 0.453125,0.359375 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.453125,-0.625 -1.046875,-0.625 -0.640625,0 -1.171875,0.265625 -1.4375,0.734375 -0.265625,0.4375 -0.34375,0.796875 -0.34375,1.59375 H 0.21875 v 0.3125 h 0.828125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.84375,0.875 V 0 h 2.625 V -0.15625 C 2,-0.171875 1.890625,-0.296875 1.890625,-1.03125 V -4.171875 H 3.125 Z m 0,0"
+ id="path1015" />
+ </g>
+ <g
+ id="glyph-10-19">
+ <path
+ d="M 1.546875,-6.78125 1.5,-6.8125 C 1.078125,-6.65625 0.796875,-6.578125 0.328125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.40625,0 0.5,0.09375 0.5,0.5 v 5.1875 c 0,0.296875 0.859375,0.625 1.65625,0.625 1.34375,0 2.375,-1.09375 2.375,-2.515625 0,-1.234375 -0.765625,-2.15625 -1.78125,-2.15625 -0.625,0 -1.203125,0.34375 -1.40625,0.84375 z m 0,3.578125 c 0,-0.390625 0.46875,-0.75 1,-0.75 0.796875,0 1.296875,0.765625 1.296875,1.984375 0,1.109375 -0.484375,1.75 -1.3125,1.75 -0.53125,0 -0.984375,-0.234375 -0.984375,-0.484375 z m 0,0"
+ id="path1018" />
+ </g>
+ <g
+ id="glyph-10-20">
+ <path
+ d="m 1.59375,-3.421875 c 0.421875,-0.453125 0.71875,-0.625 1.109375,-0.625 0.515625,0 0.765625,0.359375 0.765625,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 H 4.921875 V -0.15625 C 4.375,-0.25 4.3125,-0.328125 4.3125,-1.015625 V -3 c 0,-1.046875 -0.421875,-1.578125 -1.234375,-1.578125 -0.59375,0 -1.03125,0.234375 -1.484375,0.828125 V -6.78125 L 1.53125,-6.8125 C 1.1875,-6.6875 0.9375,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 h 2.1875 V -0.15625 C 1.6875,-0.203125 1.59375,-0.328125 1.59375,-1.015625 Z m 0,0"
+ id="path1021" />
+ </g>
+ <g
+ id="glyph-10-21">
+ <path
+ d="m 0.390625,-2.5625 v 0.625 H 2.875 v -0.625 z m 0,0"
+ id="path1024" />
+ </g>
+ <g
+ id="glyph-10-22">
+ <path
+ d="M 0.1875,-3.96875 C 0.328125,-4 0.40625,-4 0.515625,-4 0.78125,-4 0.875,-3.84375 0.875,-3.375 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.71875,0.6875 V 0 h 2.25 V -0.15625 C 1.875,-0.171875 1.71875,-0.28125 1.71875,-0.671875 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.15625,-0.1875 0.25,-0.21875 0.6875,-0.390625 1.03125,-0.390625 0.453125,0 0.671875,0.34375 0.671875,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 H 5.15625 v -0.15625 c -0.578125,0 -0.734375,-0.171875 -0.734375,-0.796875 v -2.5 C 4.734375,-3.890625 5.0625,-4.0625 5.53125,-4.0625 c 0.578125,0 0.75,0.265625 0.75,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 h 2.203125 v -0.15625 l -0.25,-0.015625 C 7.265625,-0.1875 7.140625,-0.375 7.140625,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.171875,-1.765625 -0.59375,0 -1.109375,0.25 -1.65625,0.828125 C 4.140625,-4.3125 3.796875,-4.578125 3.25,-4.578125 c -0.453125,0 -0.734375,0.125 -1.578125,0.765625 v -0.75 l -0.0625,-0.015625 C 1.09375,-4.390625 0.75,-4.28125 0.1875,-4.140625 Z m 0,0"
+ id="path1027" />
+ </g>
+ <g
+ id="glyph-10-23">
+ <path
+ d="M 4.75,-3.875 V -4.25 H 3.96875 C 3.765625,-4.25 3.625,-4.28125 3.421875,-4.359375 L 3.1875,-4.4375 C 2.921875,-4.53125 2.65625,-4.578125 2.390625,-4.578125 c -0.9375,0 -1.6875,0.703125 -1.6875,1.625 0,0.625 0.265625,1 0.9375,1.328125 -0.1875,0.171875 -0.375,0.34375 -0.4375,0.40625 -0.328125,0.28125 -0.46875,0.484375 -0.46875,0.6875 0,0.203125 0.125,0.328125 0.546875,0.515625 -0.71875,0.53125 -1,0.859375 -1,1.21875 0,0.53125 0.796875,0.96875 1.75,0.96875 0.765625,0 1.546875,-0.265625 2.078125,-0.671875 0.375,-0.3125 0.546875,-0.625 0.546875,-1.015625 0,-0.609375 -0.46875,-1.03125 -1.21875,-1.0625 l -1.296875,-0.0625 C 1.59375,-0.65625 1.34375,-0.75 1.34375,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.609375,-0.625 0.09375,0 0.15625,0.015625 0.1875,0.015625 0.1875,0.015625 0.328125,0.03125 0.390625,0.03125 0.375,0 0.78125,-0.15625 1.09375,-0.421875 0.328125,-0.28125 0.484375,-0.625 0.484375,-1.125 0,-0.28125 -0.0625,-0.515625 -0.203125,-0.84375 z M 1.484375,0.015625 C 1.8125,0.09375 2.625,0.15625 3.125,0.15625 c 0.921875,0 1.25,0.125 1.25,0.484375 0,0.578125 -0.765625,0.96875 -1.90625,0.96875 -0.890625,0 -1.484375,-0.296875 -1.484375,-0.734375 0,-0.234375 0.078125,-0.359375 0.5,-0.859375 z M 1.53125,-3.375 c 0,-0.578125 0.28125,-0.9375 0.75,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.1875,0.359375 0.3125,0.8125 0.3125,1.203125 0,0.5625 -0.296875,0.90625 -0.765625,0.90625 -0.59375,0 -1.03125,-0.640625 -1.03125,-1.609375 z m 0,0"
+ id="path1030" />
+ </g>
+ <g
+ id="glyph-10-24">
+ <path
+ d="m 1.265625,-1 c -0.3125,0 -0.5625,0.265625 -0.5625,0.578125 0,0.28125 0.25,0.53125 0.546875,0.53125 0.3125,0 0.578125,-0.25 0.578125,-0.53125 C 1.828125,-0.734375 1.5625,-1 1.265625,-1 Z m 0,0"
+ id="path1033" />
+ </g>
+ <g
+ id="glyph-10-25">
+ <path
+ d="m 3.65625,-6.734375 c -1.9375,0 -3.3125,1.4375 -3.3125,3.4375 0,0.9375 0.328125,1.84375 0.875,2.421875 0.578125,0.625 1.484375,1.015625 2.375,1.015625 1.984375,0 3.359375,-1.390625 3.359375,-3.40625 C 6.953125,-4.25 6.65625,-5.09375 6.109375,-5.6875 5.46875,-6.375 4.625,-6.734375 3.65625,-6.734375 Z m 0,0.359375 c 0.453125,0 0.921875,0.171875 1.28125,0.5 0.546875,0.484375 0.859375,1.421875 0.859375,2.609375 0,0.578125 -0.125,1.265625 -0.328125,1.796875 -0.09375,0.25 -0.265625,0.484375 -0.5,0.71875 -0.34375,0.34375 -0.796875,0.53125 -1.34375,0.53125 -0.453125,0 -0.921875,-0.1875 -1.265625,-0.484375 C 1.828125,-1.171875 1.5,-2.171875 1.5,-3.28125 1.5,-4.296875 1.78125,-5.265625 2.203125,-5.734375 2.59375,-6.15625 3.09375,-6.375 3.65625,-6.375 Z m 0,0"
+ id="path1036" />
+ </g>
+ <g
+ id="glyph-10-26">
+ <path
+ d="m 0.09375,-3.921875 c 0.09375,0 0.15625,0 0.25,0 0.34375,0 0.421875,0.09375 0.421875,0.5625 V 1.3125 c 0,0.515625 -0.125,0.625 -0.71875,0.6875 V 2.15625 H 2.5 V 1.984375 c -0.765625,-0.015625 -0.890625,-0.125 -0.890625,-0.75 v -1.5625 C 1.96875,0 2.203125,0.09375 2.625,0.09375 c 1.203125,0 2.125,-1.109375 2.125,-2.5625 0,-1.234375 -0.703125,-2.109375 -1.6875,-2.109375 -0.5625,0 -1.015625,0.234375 -1.453125,0.78125 V -4.5625 l -0.0625,-0.015625 C 1,-4.375 0.640625,-4.25 0.09375,-4.078125 Z m 1.515625,0.59375 c 0,-0.296875 0.5625,-0.65625 1.03125,-0.65625 0.75,0 1.234375,0.75 1.234375,1.90625 0,1.109375 -0.484375,1.859375 -1.21875,1.859375 -0.46875,0 -1.046875,-0.359375 -1.046875,-0.65625 z m 0,0"
+ id="path1039" />
+ </g>
+ <g
+ id="glyph-10-27">
+ <path
+ d="m 0.84375,1.40625 c 0.671875,-0.328125 1.125,-0.9375 1.125,-1.53125 0,-0.5 -0.34375,-0.890625 -0.8125,-0.890625 -0.34375,0 -0.59375,0.234375 -0.59375,0.5625 0,0.328125 0.234375,0.515625 0.59375,0.515625 0.0625,0 0.140625,-0.015625 0.203125,-0.015625 0.0625,-0.03125 0.0625,-0.03125 0.078125,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.828125,1.0625 z m 0,0"
+ id="path1042" />
+ </g>
+ <g
+ id="glyph-10-28">
+ <path
+ d="M 4.84375,-0.5 H 4.796875 C 4.328125,-0.5 4.21875,-0.609375 4.21875,-1.0625 V -4.484375 H 2.625 V -4.3125 c 0.625,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.578125,0.328125 -0.890625,0.328125 -0.390625,0 -0.71875,-0.328125 -0.71875,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.484375,0.03125 0.625,0.171875 0.625,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.21875,1.296875 0.375,0 0.765625,-0.15625 1.046875,-0.421875 L 3.421875,-0.75 v 0.8125 l 0.03125,0.03125 c 0.515625,-0.203125 0.875,-0.3125 1.390625,-0.453125 z m 0,0"
+ id="path1045" />
+ </g>
+ <g
+ id="glyph-10-29">
+ <path
+ d="m 5.765625,-4.484375 v 0.140625 c 0.34375,0.078125 0.453125,0.140625 0.453125,0.3125 0,0.15625 -0.0625,0.390625 -0.171875,0.65625 L 5.140625,-1.15625 4.28125,-3.390625 C 4.109375,-3.84375 4.109375,-3.84375 4.109375,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.59375,-0.359375 V -4.484375 H 2.65625 v 0.140625 c 0.359375,0.046875 0.484375,0.15625 0.6875,0.6875 0.078125,0.203125 0.140625,0.390625 0.203125,0.5625 L 2.625,-1.109375 l -1,-2.59375 C 1.59375,-3.8125 1.5625,-3.90625 1.5625,-4 c 0,-0.21875 0.125,-0.296875 0.46875,-0.34375 v -0.140625 h -1.8125 v 0.140625 c 0.21875,0.03125 0.3125,0.125 0.53125,0.640625 l 1.359375,3.40625 C 2.234375,0 2.3125,0.140625 2.375,0.140625 c 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.140625,-2.390625 0.921875,2.34375 c 0.140625,0.375 0.171875,0.4375 0.234375,0.4375 0.078125,0 0.125,-0.09375 0.28125,-0.484375 L 6.59375,-3.796875 C 6.78125,-4.21875 6.8125,-4.265625 7.015625,-4.34375 v -0.140625 z m 0,0"
+ id="path1048" />
+ </g>
+ <g
+ id="glyph-10-30">
+ <path
+ d="m 4.828125,-4.484375 h -1.40625 v 0.140625 c 0.3125,0.03125 0.46875,0.140625 0.46875,0.328125 0,0.09375 -0.015625,0.203125 -0.0625,0.296875 l -1,2.578125 -1.03125,-2.546875 c -0.0625,-0.140625 -0.09375,-0.28125 -0.09375,-0.375 0,-0.171875 0.109375,-0.25 0.46875,-0.28125 V -4.484375 H 0.1875 v 0.140625 c 0.390625,0.03125 0.453125,0.125 0.921875,1.15625 l 1.21875,2.859375 c 0.015625,0.0625 0.046875,0.125 0.078125,0.203125 0.0625,0.1875 0.125,0.265625 0.1875,0.265625 0.0625,0 0.125,-0.125 0.28125,-0.5 L 4.171875,-3.5625 c 0.28125,-0.671875 0.34375,-0.75 0.65625,-0.78125 z m 0,0"
+ id="path1051" />
+ </g>
+ <g
+ id="glyph-11-0" />
+ <g
+ id="glyph-11-1">
+ <path
+ d="m 0.09375,-3.921875 c 0.078125,0 0.15625,0 0.234375,0 0.34375,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 c 0,0.515625 -0.109375,0.625 -0.6875,0.6875 v 0.15625 h 2.375 V 1.984375 C 1.6875,1.96875 1.5625,1.859375 1.5625,1.234375 v -1.5625 C 1.90625,0 2.140625,0.09375 2.546875,0.09375 c 1.15625,0 2.0625,-1.109375 2.0625,-2.5625 0,-1.234375 -0.6875,-2.109375 -1.640625,-2.109375 -0.546875,0 -0.984375,0.234375 -1.40625,0.78125 V -4.5625 L 1.5,-4.578125 C 0.96875,-4.375 0.625,-4.25 0.09375,-4.078125 Z m 1.46875,0.59375 c 0,-0.296875 0.546875,-0.65625 1,-0.65625 0.71875,0 1.203125,0.75 1.203125,1.90625 0,1.109375 -0.484375,1.859375 -1.1875,1.859375 C 2.125,-0.21875 1.5625,-0.578125 1.5625,-0.875 Z m 0,0"
+ id="path1055" />
+ </g>
+ <g
+ id="glyph-11-2">
+ <path
+ d="m 4.34375,-0.65625 c -0.171875,0.140625 -0.296875,0.1875 -0.4375,0.1875 -0.21875,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.1875,-1.046875 -0.21875,-0.359375 -0.640625,-0.546875 -1.21875,-0.546875 -0.921875,0 -1.65625,0.484375 -1.65625,1.109375 0,0.234375 0.203125,0.421875 0.421875,0.421875 0.234375,0 0.4375,-0.1875 0.4375,-0.40625 0,-0.046875 0,-0.09375 -0.015625,-0.171875 -0.015625,-0.078125 -0.03125,-0.15625 -0.03125,-0.234375 0,-0.265625 0.3125,-0.484375 0.71875,-0.484375 0.46875,0 0.734375,0.28125 0.734375,0.828125 v 0.609375 c -1.5,0.609375 -1.671875,0.6875 -2.09375,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.03125,1.0625 0.4375,0 0.84375,-0.203125 1.4375,-0.71875 0.046875,0.515625 0.21875,0.71875 0.625,0.71875 0.328125,0 0.546875,-0.109375 0.890625,-0.5 z M 2.8125,-1.21875 c 0,0.296875 -0.046875,0.390625 -0.25,0.515625 C 2.328125,-0.5625 2.046875,-0.484375 1.84375,-0.484375 1.5,-0.484375 1.234375,-0.8125 1.234375,-1.25 v -0.03125 c 0,-0.59375 0.390625,-0.953125 1.578125,-1.390625 z m 0,0"
+ id="path1058" />
+ </g>
+ <g
+ id="glyph-11-3">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.078125,0.578125 -0.703125,0.6875 V 0 H 2.40625 V -0.15625 C 1.734375,-0.171875 1.5625,-0.328125 1.5625,-0.890625 v -2.25 c 0,-0.3125 0.421875,-0.8125 0.6875,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.234375,0 0.375,-0.171875 0.375,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.53125,-0.515625 -0.421875,0 -0.703125,0.21875 -1.1875,0.921875 V -4.5625 L 1.515625,-4.578125 C 1,-4.359375 0.640625,-4.234375 0.0625,-4.046875 Z m 0,0"
+ id="path1061" />
+ </g>
+ <g
+ id="glyph-11-4">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.21875,-0.03125 0.296875,-0.03125 0.3125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.765625,0.71875 V 0 h 2.3125 V -0.15625 C 1.90625,-0.1875 1.78125,-0.296875 1.78125,-0.84375 v -5.9375 L 1.75,-6.8125 C 1.234375,-6.640625 0.859375,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path1064" />
+ </g>
+ <g
+ id="glyph-11-5">
+ <path
+ d="M 4,-1.640625 C 3.53125,-0.875 3.109375,-0.59375 2.484375,-0.59375 1.921875,-0.59375 1.5,-0.875 1.21875,-1.453125 c -0.171875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 H 3.96875 C 3.890625,-3.40625 3.796875,-3.703125 3.546875,-4.015625 3.25,-4.375 2.8125,-4.578125 2.296875,-4.578125 1.8125,-4.578125 1.34375,-4.40625 0.96875,-4.0625 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.953125,0.09375 2.078125,0.09375 c 0.9375,0 1.671875,-0.578125 2.078125,-1.65625 z m -3.03125,-1.4375 c 0.109375,-0.78125 0.4375,-1.15625 1.046875,-1.15625 0.59375,0 0.828125,0.28125 0.953125,1.15625 z m 0,0"
+ id="path1067" />
+ </g>
+ <g
+ id="glyph-11-6">
+ <path
+ d="M 3.90625,-1.5625 C 3.4375,-0.859375 3.078125,-0.625 2.515625,-0.625 1.625,-0.625 1,-1.421875 1,-2.5625 c 0,-1.03125 0.546875,-1.734375 1.328125,-1.734375 0.359375,0 0.484375,0.109375 0.59375,0.484375 l 0.046875,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.25,0 0.46875,-0.1875 0.46875,-0.421875 0,-0.546875 -0.6875,-1.015625 -1.515625,-1.015625 -0.484375,0 -0.984375,0.1875 -1.375,0.546875 -0.5,0.4375 -0.765625,1.125 -0.765625,1.90625 0,1.296875 0.765625,2.21875 1.859375,2.21875 0.4375,0 0.828125,-0.15625 1.1875,-0.46875 0.265625,-0.234375 0.453125,-0.5 0.75,-1.09375 z m 0,0"
+ id="path1070" />
+ </g>
+ <g
+ id="glyph-11-7">
+ <path
+ d="m 2.453125,-4.578125 c -1.28125,0 -2.171875,0.953125 -2.171875,2.328125 0,1.34375 0.921875,2.34375 2.15625,2.34375 1.234375,0 2.171875,-1.046875 2.171875,-2.421875 0,-1.3125 -0.90625,-2.25 -2.15625,-2.25 z m -0.125,0.265625 c 0.828125,0 1.40625,0.96875 1.40625,2.328125 0,1.125 -0.453125,1.8125 -1.1875,1.8125 -0.375,0 -0.734375,-0.25 -0.953125,-0.640625 C 1.328125,-1.328125 1.171875,-2.03125 1.171875,-2.734375 1.171875,-3.6875 1.625,-4.3125 2.328125,-4.3125 Z m 0,0"
+ id="path1073" />
+ </g>
+ <g
+ id="glyph-11-8">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.390625,-4 0.5,-4 c 0.25,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.6875,0.6875 V 0 H 2.328125 V -0.15625 C 1.8125,-0.171875 1.671875,-0.28125 1.671875,-0.671875 v -2.8125 C 1.671875,-3.5 1.75,-3.59375 1.8125,-3.671875 2.0625,-3.890625 2.484375,-4.0625 2.828125,-4.0625 c 0.421875,0 0.640625,0.34375 0.640625,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.65625,0.703125 V 0 H 5 v -0.15625 c -0.5625,0 -0.703125,-0.171875 -0.703125,-0.796875 v -2.5 C 4.59375,-3.890625 4.921875,-4.0625 5.375,-4.0625 c 0.546875,0 0.734375,0.265625 0.734375,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 h 2.15625 V -0.15625 L 7.34375,-0.171875 C 7.0625,-0.1875 6.921875,-0.375 6.921875,-0.75 v -2.0625 c 0,-1.171875 -0.375,-1.765625 -1.125,-1.765625 -0.578125,0 -1.078125,0.25 -1.609375,0.828125 -0.171875,-0.5625 -0.5,-0.828125 -1.03125,-0.828125 -0.4375,0 -0.71875,0.125 -1.53125,0.765625 v -0.75 L 1.5625,-4.578125 c -0.5,0.1875 -0.84375,0.296875 -1.375,0.4375 z m 0,0"
+ id="path1076" />
+ </g>
+ <g
+ id="glyph-11-9">
+ <path
+ d="M 4.703125,-0.5 H 4.65625 c -0.453125,0 -0.5625,-0.109375 -0.5625,-0.5625 V -4.484375 H 2.546875 V -4.3125 c 0.609375,0.03125 0.71875,0.125 0.71875,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.5625,0.328125 -0.859375,0.328125 -0.390625,0 -0.703125,-0.328125 -0.703125,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.46875,1.296875 1.1875,1.296875 0.359375,0 0.734375,-0.15625 1,-0.421875 L 3.3125,-0.75 v 0.8125 l 0.046875,0.03125 c 0.484375,-0.203125 0.84375,-0.3125 1.34375,-0.453125 z m 0,0"
+ id="path1079" />
+ </g>
+ <g
+ id="glyph-11-10">
+ <path
+ d="M 2.5,-4.484375 H 1.515625 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.078125,-0.125 C 1.375,-5.6875 1.3125,-5.59375 1.25,-5.5 0.875,-4.9375 0.453125,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 H 0.6875 v 3 c 0,0.84375 0.296875,1.265625 0.875,1.265625 0.484375,0 0.84375,-0.234375 1.171875,-0.75 l -0.125,-0.109375 c -0.203125,0.25 -0.375,0.34375 -0.59375,0.34375 -0.359375,0 -0.5,-0.265625 -0.5,-0.890625 V -4.171875 H 2.5 Z m 0,0"
+ id="path1082" />
+ </g>
+ <g
+ id="glyph-11-11">
+ <path
+ d="m 3.375,0.09375 1.4375,-0.515625 v -0.15625 C 4.640625,-0.5625 4.625,-0.5625 4.59375,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.109375,-6.8125 c -0.46875,0.171875 -0.8125,0.265625 -1.4375,0.4375 v 0.171875 C 2.75,-6.21875 2.8125,-6.21875 2.890625,-6.21875 c 0.359375,0 0.453125,0.09375 0.453125,0.5 v 1.5625 c -0.375,-0.3125 -0.640625,-0.421875 -1.03125,-0.421875 -1.140625,0 -2.046875,1.125 -2.046875,2.53125 0,1.28125 0.734375,2.140625 1.8125,2.140625 C 2.625,0.09375 3,-0.09375 3.34375,-0.5625 v 0.625 z M 3.34375,-1.015625 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 C 3,-0.515625 2.75,-0.421875 2.46875,-0.421875 c -0.8125,0 -1.359375,-0.796875 -1.359375,-2.015625 0,-1.125 0.484375,-1.875 1.21875,-1.875 0.53125,0 1.015625,0.46875 1.015625,1 z m 0,0"
+ id="path1085" />
+ </g>
+ <g
+ id="glyph-11-12">
+ <path
+ d="M 1.71875,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.109375,-0.03125 0.234375,-0.03125 0.328125,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.109375,0.828125 -0.78125,0.859375 V 0 H 2.484375 V -0.15625 C 1.828125,-0.203125 1.75,-0.296875 1.75,-1.015625 V -4.5625 Z M 1.25,-6.8125 c -0.265625,0 -0.484375,0.234375 -0.484375,0.515625 0,0.28125 0.21875,0.5 0.484375,0.5 0.296875,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.21875,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path1088" />
+ </g>
+ <g
+ id="glyph-11-13">
+ <path
+ d="M 4.609375,-3.875 V -4.25 h -0.75 C 3.65625,-4.25 3.515625,-4.28125 3.3125,-4.359375 L 3.09375,-4.4375 C 2.828125,-4.53125 2.578125,-4.578125 2.3125,-4.578125 c -0.90625,0 -1.640625,0.703125 -1.640625,1.625 0,0.625 0.265625,1 0.921875,1.328125 -0.1875,0.171875 -0.359375,0.34375 -0.421875,0.40625 -0.328125,0.28125 -0.453125,0.484375 -0.453125,0.6875 0,0.203125 0.109375,0.328125 0.515625,0.515625 -0.6875,0.53125 -0.953125,0.859375 -0.953125,1.21875 0,0.53125 0.765625,0.96875 1.6875,0.96875 0.734375,0 1.5,-0.265625 2.015625,-0.671875 0.375,-0.3125 0.546875,-0.625 0.546875,-1.015625 0,-0.609375 -0.46875,-1.03125 -1.1875,-1.0625 l -1.265625,-0.0625 C 1.546875,-0.65625 1.3125,-0.75 1.3125,-0.90625 c 0,-0.203125 0.3125,-0.546875 0.578125,-0.625 0.09375,0 0.15625,0.015625 0.1875,0.015625 0.1875,0.015625 0.3125,0.03125 0.375,0.03125 0.359375,0 0.75,-0.15625 1.0625,-0.421875 0.328125,-0.28125 0.46875,-0.625 0.46875,-1.125 0,-0.28125 -0.046875,-0.515625 -0.1875,-0.84375 z M 1.4375,0.015625 C 1.765625,0.09375 2.546875,0.15625 3.03125,0.15625 3.921875,0.15625 4.25,0.28125 4.25,0.640625 4.25,1.21875 3.5,1.609375 2.390625,1.609375 1.53125,1.609375 0.96875,1.3125 0.96875,0.875 c 0,-0.234375 0.0625,-0.359375 0.46875,-0.859375 z M 1.484375,-3.375 c 0,-0.578125 0.28125,-0.9375 0.734375,-0.9375 0.296875,0 0.5625,0.171875 0.71875,0.46875 0.171875,0.359375 0.296875,0.8125 0.296875,1.203125 0,0.5625 -0.296875,0.90625 -0.734375,0.90625 -0.59375,0 -1.015625,-0.640625 -1.015625,-1.609375 z m 0,0"
+ id="path1091" />
+ </g>
+ <g
+ id="glyph-11-14">
+ <path
+ d="M 3.09375,-3.125 3.046875,-4.484375 H 2.9375 L 2.921875,-4.46875 c -0.09375,0.078125 -0.09375,0.078125 -0.140625,0.078125 -0.046875,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.203125,-0.078125 -0.421875,-0.125 -0.6875,-0.125 C 1.0625,-4.578125 0.5,-4.0625 0.5,-3.34375 c 0,0.546875 0.3125,0.953125 1.15625,1.4375 l 0.5625,0.328125 c 0.34375,0.1875 0.515625,0.4375 0.515625,0.734375 0,0.4375 -0.328125,0.71875 -0.828125,0.71875 -0.328125,0 -0.625,-0.125 -0.8125,-0.34375 -0.203125,-0.25 -0.296875,-0.484375 -0.421875,-1.046875 h -0.15625 v 1.5625 h 0.125 c 0.0625,-0.109375 0.109375,-0.125 0.21875,-0.125 0.09375,0 0.234375,0.015625 0.453125,0.078125 0.28125,0.0625 0.546875,0.09375 0.71875,0.09375 0.75,0 1.390625,-0.578125 1.390625,-1.265625 0,-0.5 -0.25,-0.828125 -0.828125,-1.1875 L 1.53125,-3 C 1.25,-3.15625 1.109375,-3.40625 1.109375,-3.671875 c 0,-0.40625 0.296875,-0.6875 0.75,-0.6875 0.5625,0 0.859375,0.34375 1.078125,1.234375 z m 0,0"
+ id="path1094" />
+ </g>
+ <g
+ id="glyph-11-15">
+ <path
+ d="M 1.546875,-3.421875 C 1.953125,-3.875 2.25,-4.046875 2.625,-4.046875 c 0.5,0 0.734375,0.359375 0.734375,1.0625 v 1.96875 c 0,0.671875 -0.09375,0.8125 -0.65625,0.859375 V 0 H 4.78125 V -0.15625 C 4.25,-0.25 4.1875,-0.328125 4.1875,-1.015625 V -3 c 0,-1.046875 -0.40625,-1.578125 -1.203125,-1.578125 -0.578125,0 -1,0.234375 -1.4375,0.828125 v -3.03125 l -0.0625,-0.03125 c -0.328125,0.125 -0.578125,0.203125 -1.125,0.359375 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.421875,0 0.5,0.078125 0.5,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.625,0.859375 V 0 h 2.109375 v -0.15625 c -0.5625,-0.046875 -0.65625,-0.171875 -0.65625,-0.859375 z m 0,0"
+ id="path1097" />
+ </g>
+ <g
+ id="glyph-11-16">
+ <path
+ d="m 5.609375,-4.484375 v 0.140625 c 0.328125,0.078125 0.421875,0.140625 0.421875,0.3125 0,0.15625 -0.0625,0.390625 -0.15625,0.65625 L 4.984375,-1.15625 4.15625,-3.390625 C 4,-3.84375 4,-3.84375 4,-3.984375 4,-4.203125 4.109375,-4.265625 4.5625,-4.34375 V -4.484375 H 2.578125 v 0.140625 c 0.359375,0.046875 0.46875,0.15625 0.671875,0.6875 0.0625,0.203125 0.140625,0.390625 0.1875,0.5625 l -0.890625,1.984375 -0.96875,-2.59375 C 1.546875,-3.8125 1.515625,-3.90625 1.515625,-4 c 0,-0.21875 0.125,-0.296875 0.453125,-0.34375 V -4.484375 H 0.203125 v 0.140625 c 0.234375,0.03125 0.3125,0.125 0.515625,0.640625 l 1.328125,3.40625 C 2.171875,0 2.25,0.140625 2.3125,0.140625 c 0.046875,0 0.125,-0.125 0.234375,-0.390625 l 1.109375,-2.390625 0.890625,2.34375 c 0.140625,0.375 0.171875,0.4375 0.234375,0.4375 0.0625,0 0.109375,-0.09375 0.265625,-0.484375 L 6.40625,-3.796875 C 6.578125,-4.21875 6.609375,-4.265625 6.8125,-4.34375 v -0.140625 z m 0,0"
+ id="path1100" />
+ </g>
+ <g
+ id="glyph-11-17">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 c 0.28125,0 0.359375,0.140625 0.359375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.609375,0.734375 V 0 H 2.25 V -0.15625 C 1.75,-0.1875 1.609375,-0.3125 1.609375,-0.671875 V -3.46875 c 0.46875,-0.453125 0.6875,-0.5625 1.015625,-0.5625 0.46875,0 0.71875,0.296875 0.71875,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.625,0.828125 V 0 H 4.765625 V -0.15625 C 4.28125,-0.203125 4.15625,-0.3125 4.15625,-0.8125 v -2.28125 c 0,-0.9375 -0.421875,-1.484375 -1.15625,-1.484375 -0.453125,0 -0.75,0.15625 -1.421875,0.796875 V -4.5625 l -0.0625,-0.015625 c -0.484375,0.171875 -0.8125,0.28125 -1.359375,0.4375 z m 0,0"
+ id="path1103" />
+ </g>
+ <g
+ id="glyph-11-18">
+ <path
+ d="m 4.703125,-2.296875 v -2.3125 H 4.46875 c -0.109375,0.796875 -0.28125,0.9375 -1.078125,0.9375 H 1.96875 V -5.875 c 0,-0.28125 0.046875,-0.34375 0.3125,-0.34375 H 3.625 c 1.109375,0 1.328125,0.140625 1.484375,1.046875 h 0.25 L 5.328125,-6.59375 H 0.125 v 0.1875 c 0.71875,0.0625 0.84375,0.203125 0.84375,0.890625 v 4.3125 c 0,0.828125 -0.109375,0.96875 -0.84375,1.015625 V 0 H 2.859375 V -0.1875 C 2.109375,-0.234375 1.96875,-0.375 1.96875,-1.09375 v -2.171875 h 1.421875 c 0.796875,0 0.96875,0.15625 1.078125,0.96875 z m 0,0"
+ id="path1106" />
+ </g>
+ <g
+ id="glyph-11-19">
+ <path
+ d="M 1.234375,-1 C 0.9375,-1 0.6875,-0.734375 0.6875,-0.421875 c 0,0.28125 0.25,0.53125 0.53125,0.53125 0.296875,0 0.5625,-0.25 0.5625,-0.53125 C 1.78125,-0.734375 1.515625,-1 1.234375,-1 Z m 0,0"
+ id="path1109" />
+ </g>
+ <g
+ id="glyph-11-20">
+ <path
+ d="M 4.375,-6.8125 C 3.25,-6.71875 2.6875,-6.53125 1.96875,-6.015625 0.90625,-5.25 0.328125,-4.109375 0.328125,-2.78125 c 0,0.875 0.265625,1.75 0.6875,2.25 0.375,0.4375 0.90625,0.671875 1.515625,0.671875 1.21875,0 2.0625,-0.953125 2.0625,-2.328125 0,-1.265625 -0.71875,-2.078125 -1.84375,-2.078125 -0.4375,0 -0.640625,0.0625 -1.265625,0.453125 0.265625,-1.515625 1.375,-2.59375 2.90625,-2.84375 z m -2,3 c 0.84375,0 1.328125,0.71875 1.328125,1.96875 0,1.09375 -0.375,1.703125 -1.0625,1.703125 C 1.78125,-0.140625 1.25,-1.078125 1.25,-2.625 c 0,-0.5 0.078125,-0.78125 0.265625,-0.9375 0.21875,-0.15625 0.515625,-0.25 0.859375,-0.25 z m 0,0"
+ id="path1112" />
+ </g>
+ <g
+ id="glyph-11-21">
+ <path
+ d="M 4.390625,-6.734375 H 4.1875 c -0.046875,0.21875 -0.15625,0.328125 -0.328125,0.328125 -0.09375,0 -0.265625,-0.03125 -0.421875,-0.109375 -0.359375,-0.140625 -0.734375,-0.21875 -1.046875,-0.21875 -0.421875,0 -0.84375,0.171875 -1.171875,0.453125 -0.34375,0.3125 -0.515625,0.734375 -0.515625,1.25 0,0.796875 0.421875,1.359375 1.53125,1.9375 0.703125,0.375 1.203125,0.796875 1.453125,1.171875 0.09375,0.125 0.140625,0.34375 0.140625,0.578125 0,0.671875 -0.484375,1.125 -1.203125,1.125 -0.875,0 -1.5,-0.546875 -1.984375,-1.765625 H 0.40625 L 0.703125,0.125 h 0.21875 c 0.015625,-0.1875 0.125,-0.328125 0.28125,-0.328125 0.109375,0 0.265625,0.046875 0.453125,0.109375 0.375,0.15625 0.765625,0.234375 1.15625,0.234375 1.125,0 2,-0.78125 2,-1.8125 0,-0.828125 -0.53125,-1.46875 -1.828125,-2.171875 -1.03125,-0.578125 -1.4375,-1.015625 -1.4375,-1.5625 0,-0.546875 0.40625,-0.921875 1.015625,-0.921875 0.4375,0 0.859375,0.1875 1.203125,0.546875 0.296875,0.3125 0.4375,0.578125 0.59375,1.171875 h 0.25 z m 0,0"
+ id="path1115" />
+ </g>
+ <g
+ id="glyph-11-22">
+ <path
+ d="M 2.9375,1.3125 H 2.09375 c -0.328125,0 -0.484375,-0.171875 -0.484375,-0.53125 v -6.6875 c 0,-0.3125 0.125,-0.4375 0.4375,-0.4375 H 2.9375 v -0.25 H 0.859375 V 1.5625 H 2.9375 Z m 0,0"
+ id="path1118" />
+ </g>
+ <g
+ id="glyph-11-23">
+ <path
+ d="m 0.328125,1.3125 v 0.25 H 2.40625 V -6.59375 H 0.328125 v 0.25 h 0.84375 c 0.328125,0 0.484375,0.15625 0.484375,0.515625 V 0.875 c 0,0.296875 -0.140625,0.4375 -0.4375,0.4375 z m 0,0"
+ id="path1121" />
+ </g>
+ <g
+ id="glyph-11-24">
+ <path
+ d="m 9.140625,-6.59375 h -1.9375 v 0.1875 c 0.5,0.046875 0.671875,0.15625 0.671875,0.421875 0,0.21875 -0.046875,0.46875 -0.15625,0.75 L 6.5,-1.859375 5.203125,-5.25 C 5.1875,-5.296875 5.09375,-5.515625 5.078125,-5.546875 5,-5.765625 4.9375,-5.953125 4.9375,-6.0625 c 0,-0.234375 0.21875,-0.34375 0.75,-0.34375 v -0.1875 H 3.078125 v 0.1875 c 0.546875,0 0.65625,0.09375 0.984375,0.890625 L 4.390625,-4.6875 3.34375,-1.890625 1.921875,-5.625 C 1.859375,-5.8125 1.8125,-5.984375 1.8125,-6.09375 c 0,-0.21875 0.140625,-0.28125 0.640625,-0.3125 v -0.1875 h -2.40625 v 0.1875 c 0.5,0.046875 0.65625,0.21875 1.015625,1.15625 L 2.953125,0.109375 H 3.09375 l 1.515625,-4.21875 1.578125,4.21875 h 0.140625 c 0.828125,-2.609375 0.9375,-2.875 2,-5.8125 C 8.515625,-6.21875 8.625,-6.3125 9.140625,-6.40625 Z m 0,0"
+ id="path1124" />
+ </g>
+ <g
+ id="glyph-11-25">
+ <path
+ d="M 0.8125,1.40625 C 1.46875,1.078125 1.90625,0.46875 1.90625,-0.125 c 0,-0.5 -0.34375,-0.890625 -0.78125,-0.890625 -0.34375,0 -0.578125,0.234375 -0.578125,0.5625 0,0.328125 0.234375,0.515625 0.578125,0.515625 0.0625,0 0.125,-0.015625 0.1875,-0.015625 0.078125,-0.03125 0.078125,-0.03125 0.078125,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.8125,1.0625 z m 0,0"
+ id="path1127" />
+ </g>
+ <g
+ id="glyph-12-0" />
+ <g
+ id="glyph-12-1">
+ <path
+ d="M 5.625,-0.15625 C 5.046875,-0.203125 5,-0.296875 4.859375,-1.015625 l -0.9375,-5.640625 h -0.25 L 0.78125,-1.671875 c -0.796875,1.328125 -0.890625,1.4375 -1.296875,1.515625 V 0 h 1.875 v -0.15625 c -0.515625,-0.046875 -0.59375,-0.109375 -0.59375,-0.359375 0,-0.1875 0.03125,-0.265625 0.203125,-0.609375 l 0.5625,-1.125 h 2.203125 l 0.1875,1.296875 c 0.015625,0.09375 0.03125,0.1875 0.03125,0.265625 0,0.375 -0.140625,0.46875 -0.78125,0.53125 V 0 H 5.625 Z m -3.875,-2.453125 1.484375,-2.59375 0.4375,2.59375 z m 0,0"
+ id="path1131" />
+ </g>
+ <g
+ id="glyph-12-2">
+ <path
+ d="m 0.8125,-1 c -0.296875,0 -0.546875,0.265625 -0.546875,0.578125 0,0.28125 0.25,0.53125 0.53125,0.53125 0.3125,0 0.578125,-0.234375 0.578125,-0.53125 C 1.375,-0.734375 1.109375,-1 0.8125,-1 Z m 0,0"
+ id="path1134" />
+ </g>
+ <g
+ id="glyph-12-3">
+ <path
+ d="M 6.5,-4.640625 6.875,-6.625 H 6.65625 c -0.078125,0.171875 -0.171875,0.21875 -0.375,0.21875 -0.078125,0 -0.203125,-0.015625 -0.40625,-0.0625 -0.453125,-0.109375 -0.84375,-0.171875 -1.171875,-0.171875 -2.125,0 -4.046875,2 -4.046875,4.21875 0,1.53125 1.078125,2.59375 2.609375,2.59375 1.015625,0 1.8125,-0.4375 2.71875,-1.484375 L 5.8125,-1.453125 c -0.890625,0.890625 -1.46875,1.1875 -2.296875,1.1875 -1.109375,0 -1.734375,-0.765625 -1.734375,-2.046875 0,-1.1875 0.46875,-2.390625 1.25,-3.203125 C 3.515625,-6 4.140625,-6.28125 4.796875,-6.28125 c 0.921875,0 1.421875,0.546875 1.515625,1.609375 z m 0,0"
+ id="path1137" />
+ </g>
+ <g
+ id="glyph-12-4">
+ <path
+ d="M 1.453125,-6.34375 C 2.03125,-6.28125 2.15625,-6.1875 2.15625,-5.9375 2.15625,-5.796875 2.125,-5.578125 2,-5.140625 l -1.1875,4.25 C 0.640625,-0.296875 0.5625,-0.234375 0,-0.15625 V 0 H 2.4375 V -0.15625 C 1.8125,-0.25 1.765625,-0.28125 1.765625,-0.625 c 0,-0.109375 0.015625,-0.21875 0.125,-0.578125 L 2.40625,-3.125 c 0.25,0.0625 0.515625,0.078125 0.921875,0.078125 0.8125,0 1.484375,-0.15625 1.921875,-0.46875 0.484375,-0.375 0.78125,-0.921875 0.78125,-1.515625 0,-0.953125 -0.75,-1.484375 -2.109375,-1.484375 h -2.46875 z m 1.75,0.40625 c 0.0625,-0.203125 0.1875,-0.265625 0.46875,-0.265625 0.390625,0 0.765625,0.09375 0.96875,0.234375 C 4.890625,-5.796875 5,-5.5 5,-5.03125 c 0,0.65625 -0.21875,1.109375 -0.65625,1.375 -0.3125,0.171875 -0.703125,0.25 -1.328125,0.25 -0.171875,0 -0.25,-0.015625 -0.515625,-0.046875 z m 0,0"
+ id="path1140" />
+ </g>
+ <g
+ id="glyph-12-5">
+ <path
+ d="M 7.625,-6.515625 H 5.640625 v 0.171875 c 0.328125,0.03125 0.421875,0.046875 0.546875,0.125 0.09375,0.0625 0.15625,0.203125 0.15625,0.328125 0,0.15625 -0.25,1.171875 -0.734375,2.859375 -0.03125,0.125 -0.078125,0.296875 -0.125,0.484375 C 5.296875,-1.890625 5.15625,-1.5 4.9375,-1.15625 4.546875,-0.53125 4,-0.234375 3.3125,-0.234375 c -0.828125,0 -1.40625,-0.46875 -1.40625,-1.171875 0,-0.34375 0.3125,-1.546875 0.984375,-3.84375 C 2.90625,-5.328125 2.9375,-5.390625 2.9375,-5.4375 3.15625,-6.140625 3.3125,-6.28125 3.984375,-6.34375 v -0.171875 h -2.71875 v 0.171875 c 0.671875,0.046875 0.78125,0.109375 0.78125,0.40625 0,0.109375 -0.03125,0.28125 -0.078125,0.4375 l -0.515625,1.921875 c -0.3125,1.078125 -0.4375,1.71875 -0.4375,2.109375 0,0.953125 0.921875,1.640625 2.171875,1.640625 1.3125,0 2.140625,-0.703125 2.578125,-2.203125 L 6.59375,-4.859375 C 6.96875,-6.15625 7.015625,-6.203125 7.625,-6.34375 Z m 0,0"
+ id="path1143" />
+ </g>
+ <g
+ id="glyph-12-6">
+ <path
+ d="m 4.625,-1.09375 c -0.15625,0.140625 -0.203125,0.203125 -0.28125,0.28125 -0.296875,0.296875 -0.421875,0.40625 -0.515625,0.40625 -0.078125,0 -0.140625,-0.0625 -0.140625,-0.125 0,-0.203125 0.421875,-1.90625 0.890625,-3.625 0.03125,-0.09375 0.03125,-0.125 0.0625,-0.203125 L 4.5625,-4.390625 3.953125,-4.328125 3.921875,-4.296875 3.8125,-3.8125 c -0.078125,-0.375 -0.359375,-0.578125 -0.796875,-0.578125 -1.3125,0 -2.84375,1.8125 -2.84375,3.390625 0,0.703125 0.375,1.109375 1.015625,1.109375 0.703125,0 1.125,-0.328125 2,-1.5625 -0.203125,0.78125 -0.234375,0.90625 -0.234375,1.140625 0,0.296875 0.125,0.40625 0.40625,0.40625 C 3.765625,0.09375 4,-0.09375 4.75,-1 Z M 3.078125,-4.171875 c 0.34375,0.015625 0.5625,0.25 0.5625,0.609375 0,0.828125 -0.5,2 -1.1875,2.75 C 2.21875,-0.546875 1.875,-0.375 1.578125,-0.375 1.234375,-0.375 1,-0.671875 1,-1.125 1,-1.671875 1.390625,-2.6875 1.8125,-3.3125 2.21875,-3.890625 2.6875,-4.203125 3.078125,-4.171875 Z m 0,0"
+ id="path1146" />
+ </g>
+ <g
+ id="glyph-12-7">
+ <path
+ d="M 4.578125,-1.171875 4.375,-0.90625 c -0.28125,0.375 -0.46875,0.53125 -0.609375,0.53125 -0.078125,0 -0.15625,-0.078125 -0.15625,-0.15625 0,-0.078125 0,-0.078125 0.140625,-0.640625 L 4.3125,-3.21875 c 0.046875,-0.203125 0.09375,-0.4375 0.09375,-0.5625 0,-0.359375 -0.265625,-0.609375 -0.65625,-0.609375 -0.640625,0 -1.265625,0.59375 -2.296875,2.1875 L 2.125,-4.375 2.09375,-4.390625 C 1.5625,-4.28125 1.34375,-4.25 0.484375,-4.09375 v 0.171875 c 0.5,0 0.625,0.0625 0.625,0.265625 0,0.0625 0,0.125 -0.015625,0.171875 L 0.140625,0 h 0.75 c 0.46875,-1.578125 0.5625,-1.796875 1,-2.46875 0.59375,-0.921875 1.09375,-1.421875 1.46875,-1.421875 0.15625,0 0.234375,0.109375 0.234375,0.296875 0,0.109375 -0.0625,0.4375 -0.140625,0.75 l -0.4375,1.640625 c -0.125,0.515625 -0.15625,0.65625 -0.15625,0.75 0,0.390625 0.140625,0.546875 0.46875,0.546875 0.453125,0 0.703125,-0.21875 1.390625,-1.125 z m 0,0"
+ id="path1149" />
+ </g>
+ <g
+ id="glyph-12-8">
+ <path
+ d="m 4.609375,-1.109375 c -0.53125,0.625 -0.640625,0.703125 -0.8125,0.703125 -0.09375,0 -0.171875,-0.078125 -0.171875,-0.1875 0,-0.140625 0.3125,-1.359375 0.640625,-2.453125 C 4.53125,-3.96875 4.75,-4.765625 5.25,-6.765625 L 5.203125,-6.8125 c -0.53125,0.109375 -0.890625,0.171875 -1.53125,0.234375 v 0.171875 c 0.5625,0.015625 0.625,0.046875 0.625,0.25 0,0.140625 -0.015625,0.1875 -0.15625,0.703125 L 3.703125,-3.8125 C 3.625,-4.234375 3.453125,-4.390625 3.0625,-4.390625 c -1.296875,0 -2.90625,1.875 -2.90625,3.359375 0,0.71875 0.390625,1.140625 1.046875,1.140625 0.671875,0 1.109375,-0.3125 1.78125,-1.3125 -0.109375,0.5 -0.125,0.65625 -0.125,0.890625 0,0.265625 0.171875,0.4375 0.421875,0.4375 0.421875,0 0.9375,-0.40625 1.453125,-1.125 z m -1.515625,-3.0625 c 0.3125,0.03125 0.453125,0.21875 0.453125,0.578125 0,1.515625 -1.03125,3.21875 -1.953125,3.21875 -0.34375,0 -0.578125,-0.265625 -0.578125,-0.65625 0,-0.828125 0.5,-1.984375 1.15625,-2.671875 C 2.453125,-4 2.828125,-4.1875 3.09375,-4.171875 Z m 0,0"
+ id="path1152" />
+ </g>
+ <g
+ id="glyph-12-9">
+ <path
+ d="M 7.0625,-6.59375 6.90625,-6.640625 c -0.171875,0.234375 -0.34375,0.34375 -0.59375,0.34375 -0.109375,0 -0.21875,-0.03125 -0.4375,-0.109375 -0.5,-0.15625 -0.9375,-0.234375 -1.34375,-0.234375 -2.09375,0 -4.015625,2 -4.015625,4.1875 0,0.671875 0.296875,1.375 0.765625,1.859375 0.5,0.5 1.234375,0.765625 2.09375,0.765625 0.875,0 1.59375,-0.1875 2.359375,-0.609375 l 0.5,-1.859375 c 0.15625,-0.5625 0.3125,-0.6875 0.96875,-0.71875 V -3.1875 h -2.65625 v 0.171875 c 0.125,0 0.25,0.03125 0.28125,0.03125 0.328125,0.03125 0.5,0.125 0.5,0.296875 0,0.21875 -0.0625,0.5 -0.28125,1.234375 -0.21875,0.71875 -0.25,0.8125 -0.375,0.921875 -0.21875,0.21875 -0.59375,0.34375 -1.046875,0.34375 -1.28125,0 -2.015625,-0.734375 -2.015625,-2.046875 0,-1.21875 0.5,-2.484375 1.28125,-3.328125 0.453125,-0.46875 1.0625,-0.734375 1.71875,-0.734375 0.65625,0 1.203125,0.265625 1.5,0.71875 0.15625,0.265625 0.234375,0.46875 0.28125,0.90625 l 0.171875,0.03125 z m 0,0"
+ id="path1155" />
+ </g>
+ <g
+ id="glyph-12-10">
+ <path
+ d="M 2.265625,-1.21875 C 2.1875,-1.109375 2.09375,-1 2,-0.890625 1.6875,-0.46875 1.5,-0.3125 1.3125,-0.3125 c -0.09375,0 -0.140625,-0.078125 -0.140625,-0.1875 0,-0.0625 0.03125,-0.1875 0.078125,-0.390625 0,-0.03125 0.015625,-0.078125 0.03125,-0.09375 l 1.5,-5.78125 L 2.734375,-6.8125 c -0.59375,0.140625 -0.96875,0.203125 -1.5625,0.265625 V -6.375 c 0.484375,0 0.6875,0.0625 0.6875,0.21875 0,0.03125 -0.015625,0.09375 -0.046875,0.1875 L 0.453125,-0.703125 C 0.421875,-0.59375 0.40625,-0.5 0.40625,-0.453125 c 0,0.359375 0.15625,0.5625 0.484375,0.5625 0.515625,0 0.859375,-0.28125 1.515625,-1.25 z m 0,0"
+ id="path1158" />
+ </g>
+ <g
+ id="glyph-12-11">
+ <path
+ d="M 2.953125,-4.265625 H 2.15625 l 0.28125,-1.03125 c 0,-0.015625 0,-0.03125 0,-0.046875 0,-0.0625 -0.03125,-0.09375 -0.078125,-0.09375 -0.0625,0 -0.09375,0 -0.140625,0.078125 C 1.828125,-4.84375 1.203125,-4.34375 0.890625,-4.25 0.640625,-4.171875 0.5625,-4.109375 0.5625,-4 c 0,0 0,0.015625 0.015625,0.046875 H 1.3125 l -0.71875,2.75 C 0.578125,-1.109375 0.5625,-1.09375 0.53125,-1 0.453125,-0.703125 0.375,-0.34375 0.375,-0.265625 c 0,0.21875 0.203125,0.375 0.46875,0.375 0.46875,0 0.796875,-0.28125 1.421875,-1.203125 l -0.125,-0.078125 c -0.5,0.640625 -0.65625,0.796875 -0.8125,0.796875 -0.09375,0 -0.15625,-0.078125 -0.15625,-0.203125 0,-0.015625 0,-0.015625 0.015625,-0.046875 l 0.875,-3.328125 h 0.84375 z m 0,0"
+ id="path1161" />
+ </g>
+ <g
+ id="glyph-12-12">
+ <path
+ d="M 0.34375,-3.953125 H 1.25 l -0.875,4.1875 c -0.21875,1.078125 -0.546875,1.625 -0.96875,1.625 -0.125,0 -0.203125,-0.078125 -0.203125,-0.171875 0,-0.015625 0.015625,-0.046875 0.046875,-0.109375 0.03125,-0.046875 0.046875,-0.09375 0.046875,-0.15625 0,-0.203125 -0.1875,-0.375 -0.390625,-0.375 -0.21875,0 -0.375,0.171875 -0.375,0.40625 0,0.34375 0.359375,0.609375 0.796875,0.609375 0.875,0 1.578125,-0.984375 1.984375,-2.8125 L 2.03125,-3.953125 H 3.125 l 0.0625,-0.3125 H 2.109375 c 0.28125,-1.5625 0.65625,-2.28125 1.203125,-2.28125 0.140625,0 0.21875,0.0625 0.21875,0.125 0,0.03125 0,0.046875 -0.03125,0.109375 -0.046875,0.078125 -0.0625,0.125 -0.0625,0.203125 0,0.234375 0.15625,0.390625 0.375,0.390625 0.21875,0 0.421875,-0.171875 0.421875,-0.390625 0,-0.375 -0.375,-0.65625 -0.859375,-0.65625 -0.5,0 -0.875,0.21875 -1.234375,0.6875 -0.3125,0.390625 -0.5,0.859375 -0.8125,1.8125 h -0.90625 z m 0,0"
+ id="path1164" />
+ </g>
+ <g
+ id="glyph-12-13">
+ <path
+ d="m 3.234375,-4.390625 c -1.484375,0 -2.96875,1.546875 -2.96875,3.109375 0,0.859375 0.5625,1.390625 1.46875,1.390625 0.65625,0 1.296875,-0.296875 1.875,-0.859375 0.65625,-0.65625 1.0625,-1.5 1.0625,-2.25 0,-0.828125 -0.578125,-1.390625 -1.4375,-1.390625 z M 3.125,-4.1875 c 0.421875,0 0.703125,0.375 0.703125,0.9375 0,0.734375 -0.328125,1.71875 -0.765625,2.375 -0.375,0.53125 -0.75,0.78125 -1.171875,0.78125 -0.46875,0 -0.78125,-0.359375 -0.78125,-0.90625 0,-0.75 0.28125,-1.625 0.78125,-2.328125 C 2.265625,-3.890625 2.6875,-4.1875 3.125,-4.1875 Z m 0,0"
+ id="path1167" />
+ </g>
+ <g
+ id="glyph-12-14">
+ <path
+ d="M 1.203125,0 C 1.71875,-1.6875 1.890625,-2.125 2.359375,-2.875 2.6875,-3.4375 2.953125,-3.75 3.125,-3.75 c 0.0625,0 0.109375,0.046875 0.171875,0.140625 0.078125,0.171875 0.15625,0.21875 0.359375,0.21875 0.28125,0 0.453125,-0.171875 0.453125,-0.484375 0,-0.3125 -0.1875,-0.515625 -0.46875,-0.515625 -0.234375,0 -0.5,0.140625 -0.765625,0.40625 C 2.46875,-3.5625 2.078125,-2.96875 1.90625,-2.578125 L 1.78125,-2.21875 2.296875,-4.375 2.265625,-4.390625 c -0.71875,0.125 -0.8125,0.140625 -1.53125,0.265625 v 0.171875 C 0.96875,-4 1,-4 1.0625,-4 c 0.21875,0 0.359375,0.09375 0.359375,0.265625 0,0.140625 0,0.140625 -0.171875,0.828125 L 0.453125,0 Z m 0,0"
+ id="path1170" />
+ </g>
+ <g
+ id="glyph-12-15">
+ <path
+ d="m 6.875,-1.171875 c -0.109375,0.125 -0.1875,0.21875 -0.21875,0.265625 C 6.375,-0.546875 6.171875,-0.375 6.015625,-0.375 c -0.078125,0 -0.125,-0.0625 -0.125,-0.15625 0,-0.0625 0.046875,-0.21875 0.09375,-0.453125 l 0.6875,-2.5 c 0,-0.046875 0.03125,-0.21875 0.03125,-0.28125 0,-0.359375 -0.25,-0.625 -0.59375,-0.625 -0.1875,0 -0.390625,0.0625 -0.625,0.21875 C 5,-3.859375 4.578125,-3.375 3.890625,-2.28125 c 0.25,-0.765625 0.40625,-1.328125 0.40625,-1.515625 0,-0.34375 -0.234375,-0.59375 -0.5625,-0.59375 -0.609375,0 -1.3125,0.65625 -2.234375,2.09375 L 2.078125,-4.375 2.046875,-4.390625 C 1.5,-4.28125 1.28125,-4.234375 0.453125,-4.09375 v 0.171875 h 0.25 c 0.265625,0 0.390625,0.0625 0.390625,0.21875 0,0.109375 -0.21875,1.015625 -0.578125,2.28125 C 0.28125,-0.609375 0.25,-0.515625 0.125,0 h 0.75 c 0.46875,-1.578125 0.625,-1.953125 0.953125,-2.46875 0.5625,-0.84375 1.15625,-1.40625 1.5,-1.40625 0.125,0 0.203125,0.09375 0.203125,0.25 0,0.09375 -0.328125,1.296875 -0.953125,3.625 h 0.75 C 3.734375,-1.5625 3.921875,-2.046875 4.4375,-2.765625 4.921875,-3.4375 5.421875,-3.875 5.71875,-3.875 c 0.109375,0 0.1875,0.09375 0.1875,0.203125 0,0.046875 -0.015625,0.171875 -0.0625,0.359375 l -0.578125,2.28125 c -0.09375,0.375 -0.125,0.5625 -0.125,0.65625 0,0.3125 0.140625,0.46875 0.390625,0.46875 0.46875,0 0.90625,-0.328125 1.4375,-1.078125 l 0.046875,-0.0625 z m 0,0"
+ id="path1173" />
+ </g>
+ <g
+ id="glyph-12-16">
+ <path
+ d="M 0.359375,-1.453125 0.15625,0.125 H 0.3125 c 0.09375,-0.15625 0.140625,-0.203125 0.25,-0.203125 0.109375,0 0.28125,0.03125 0.484375,0.09375 0.21875,0.0625 0.390625,0.09375 0.546875,0.09375 0.84375,0 1.4375,-0.53125 1.4375,-1.296875 C 3.03125,-1.5625 2.828125,-2 2.359375,-2.578125 1.96875,-3.046875 1.8125,-3.359375 1.8125,-3.625 c 0,-0.328125 0.21875,-0.546875 0.5625,-0.546875 0.515625,0 0.8125,0.375 0.921875,1.15625 h 0.15625 L 3.65625,-4.40625 H 3.515625 c -0.09375,0.140625 -0.171875,0.171875 -0.3125,0.171875 -0.0625,0 -0.15625,-0.015625 -0.359375,-0.0625 -0.234375,-0.078125 -0.390625,-0.09375 -0.546875,-0.09375 -0.734375,0 -1.203125,0.421875 -1.203125,1.09375 0,0.3125 0.203125,0.75 0.625,1.28125 C 2.109375,-1.5 2.265625,-1.15625 2.265625,-0.875 c 0,0.453125 -0.296875,0.78125 -0.734375,0.78125 -0.546875,0 -0.859375,-0.421875 -1.015625,-1.359375 z m 0,0"
+ id="path1176" />
+ </g>
+ <g
+ id="glyph-12-17">
+ <path
+ d="m -0.078125,0 h 2.8125 C 4.296875,0 5.375,-0.8125 5.375,-2 5.375,-2.359375 5.25,-2.71875 5.03125,-2.9375 4.828125,-3.15625 4.640625,-3.28125 4.109375,-3.5 c 0.71875,-0.171875 1,-0.28125 1.328125,-0.5625 0.28125,-0.25 0.421875,-0.578125 0.421875,-0.984375 0,-0.9375 -0.703125,-1.46875 -1.984375,-1.46875 H 1.296875 v 0.171875 c 0.609375,0.046875 0.765625,0.125 0.765625,0.40625 0,0.140625 -0.03125,0.390625 -0.109375,0.640625 l -1.21875,4.40625 c -0.1875,0.578125 -0.25,0.625 -0.8125,0.734375 z M 2.375,-3.296875 c 0.640625,0 1.0625,0.03125 1.265625,0.109375 0.40625,0.171875 0.65625,0.609375 0.65625,1.15625 0,1.078125 -0.734375,1.734375 -1.953125,1.734375 -0.421875,0 -0.640625,-0.15625 -0.640625,-0.421875 0,-0.125 0.125,-0.59375 0.34375,-1.390625 C 2.1875,-2.5625 2.25,-2.796875 2.375,-3.296875 Z M 3.125,-5.9375 c 0.0625,-0.21875 0.171875,-0.265625 0.5625,-0.265625 0.796875,0 1.171875,0.328125 1.171875,1.0625 0,0.578125 -0.25,1.015625 -0.671875,1.25 C 3.84375,-3.6875 3.375,-3.625 2.46875,-3.625 Z m 0,0"
+ id="path1179" />
+ </g>
+ <g
+ id="glyph-12-18">
+ <path
+ d="M 3.484375,-1.0625 C 2.9375,-0.46875 2.546875,-0.25 2.0625,-0.25 1.5,-0.25 1.15625,-0.671875 1.15625,-1.390625 1.15625,-2.234375 1.5,-3.125 2.0625,-3.703125 2.359375,-4 2.75,-4.1875 3.140625,-4.1875 c 0.234375,0 0.375,0.078125 0.375,0.203125 0,0.046875 -0.015625,0.09375 -0.0625,0.1875 -0.0625,0.125 -0.078125,0.203125 -0.078125,0.28125 0,0.25 0.140625,0.390625 0.390625,0.390625 0.265625,0 0.46875,-0.203125 0.46875,-0.46875 0,-0.453125 -0.453125,-0.796875 -1.046875,-0.796875 -1.5,0 -2.890625,1.453125 -2.890625,3 0,0.953125 0.546875,1.5 1.46875,1.5 0.734375,0 1.28125,-0.3125 1.890625,-1.0625 z m 0,0"
+ id="path1182" />
+ </g>
+ <g
+ id="glyph-12-19">
+ <path
+ d="m 3.5625,-1.09375 c -0.71875,0.59375 -1.015625,0.75 -1.453125,0.75 -0.5625,0 -0.9375,-0.359375 -0.9375,-0.890625 0,-0.15625 0.03125,-0.296875 0.109375,-0.625 l 0.28125,-0.03125 c 1.484375,-0.21875 2.546875,-0.96875 2.546875,-1.828125 0,-0.421875 -0.296875,-0.671875 -0.796875,-0.671875 -1.4375,0 -3,1.640625 -3,3.140625 0,0.796875 0.53125,1.359375 1.3125,1.359375 0.703125,0 1.46875,-0.40625 2.0625,-1.078125 z M 1.515625,-2.515625 c 0.34375,-0.890625 1.078125,-1.65625 1.578125,-1.65625 0.21875,0 0.359375,0.171875 0.359375,0.390625 0,0.3125 -0.1875,0.671875 -0.5,0.96875 -0.375,0.34375 -0.75,0.53125 -1.609375,0.734375 z m 0,0"
+ id="path1185" />
+ </g>
+ <g
+ id="glyph-13-0" />
+ <g
+ id="glyph-13-1">
+ <path
+ d="m 2.578125,-6.1875 v 4.984375 c 0,0.859375 -0.125,0.96875 -0.953125,1.015625 V 0 H 4.578125 V -0.1875 C 3.75,-0.234375 3.609375,-0.359375 3.609375,-1.09375 V -6.1875 H 4.15625 c 1.15625,0 1.375,0.1875 1.609375,1.28125 H 6 L 5.9375,-6.59375 H 0.234375 l -0.0625,1.6875 h 0.25 C 0.65625,-5.984375 0.890625,-6.1875 2.03125,-6.1875 Z m 0,0"
+ id="path1189" />
+ </g>
+ <g
+ id="glyph-13-2">
+ <path
+ d="m 1.59375,-3.421875 c 0.421875,-0.453125 0.71875,-0.625 1.125,-0.625 0.5,0 0.75,0.359375 0.75,1.0625 v 1.96875 c 0,0.671875 -0.09375,0.8125 -0.6875,0.859375 V 0 H 4.9375 V -0.15625 C 4.390625,-0.25 4.328125,-0.328125 4.328125,-1.015625 V -3 c 0,-1.046875 -0.4375,-1.578125 -1.25,-1.578125 -0.59375,0 -1.015625,0.234375 -1.484375,0.828125 V -6.78125 L 1.53125,-6.8125 C 1.1875,-6.6875 0.9375,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 h 2.1875 V -0.15625 C 1.6875,-0.203125 1.59375,-0.328125 1.59375,-1.015625 Z m 0,0"
+ id="path1192" />
+ </g>
+ <g
+ id="glyph-13-3">
+ <path
+ d="M 4.125,-1.640625 C 3.640625,-0.875 3.203125,-0.59375 2.5625,-0.59375 1.984375,-0.59375 1.546875,-0.875 1.25,-1.453125 1.078125,-1.828125 1,-2.15625 0.984375,-2.765625 H 4.09375 c -0.078125,-0.640625 -0.171875,-0.9375 -0.421875,-1.25 -0.3125,-0.359375 -0.78125,-0.5625 -1.296875,-0.5625 -0.515625,0 -0.984375,0.171875 -1.375,0.515625 -0.46875,0.40625 -0.75,1.109375 -0.75,1.921875 0,1.390625 0.734375,2.234375 1.890625,2.234375 0.96875,0 1.734375,-0.578125 2.15625,-1.65625 z M 1,-3.078125 c 0.109375,-0.78125 0.453125,-1.15625 1.078125,-1.15625 0.609375,0 0.859375,0.28125 0.984375,1.15625 z m 0,0"
+ id="path1195" />
+ </g>
+ <g
+ id="glyph-13-4">
+ <path
+ d="m 6.28125,-4.484375 -0.09375,-2.25 H 5.96875 C 5.90625,-6.53125 5.75,-6.40625 5.546875,-6.40625 5.453125,-6.40625 5.3125,-6.4375 5.15625,-6.5 c -0.5,-0.15625 -1,-0.234375 -1.484375,-0.234375 C 2.84375,-6.734375 2,-6.4375 1.375,-5.875 c -0.703125,0.609375 -1.09375,1.53125 -1.09375,2.640625 0,0.921875 0.3125,1.78125 0.828125,2.34375 0.609375,0.65625 1.53125,1.03125 2.53125,1.03125 1.15625,0 2.15625,-0.453125 2.765625,-1.265625 L 6.234375,-1.3125 c -0.75,0.71875 -1.421875,1.015625 -2.265625,1.015625 -0.640625,0 -1.203125,-0.203125 -1.640625,-0.578125 -0.5625,-0.484375 -0.875,-1.390625 -0.875,-2.5 0,-1.796875 0.953125,-2.96875 2.421875,-2.96875 0.5625,0 1.09375,0.21875 1.5,0.609375 0.328125,0.328125 0.484375,0.59375 0.671875,1.25 z m 0,0"
+ id="path1198" />
+ </g>
+ <g
+ id="glyph-13-5">
+ <path
+ d="m 3.65625,-6.734375 c -1.9375,0 -3.3125,1.4375 -3.3125,3.4375 0,0.9375 0.328125,1.84375 0.875,2.421875 0.578125,0.625 1.484375,1.015625 2.375,1.015625 2,0 3.375,-1.390625 3.375,-3.40625 C 6.96875,-4.25 6.671875,-5.09375 6.109375,-5.6875 5.484375,-6.375 4.625,-6.734375 3.65625,-6.734375 Z m 0,0.359375 c 0.46875,0 0.9375,0.171875 1.296875,0.5 C 5.5,-5.390625 5.8125,-4.453125 5.8125,-3.265625 5.8125,-2.6875 5.6875,-2 5.484375,-1.46875 c -0.09375,0.25 -0.265625,0.484375 -0.5,0.71875 -0.359375,0.34375 -0.8125,0.53125 -1.34375,0.53125 -0.46875,0 -0.921875,-0.1875 -1.28125,-0.484375 C 1.828125,-1.171875 1.5,-2.171875 1.5,-3.28125 1.5,-4.296875 1.78125,-5.265625 2.203125,-5.734375 2.609375,-6.15625 3.09375,-6.375 3.65625,-6.375 Z m 0,0"
+ id="path1201" />
+ </g>
+ <g
+ id="glyph-13-6">
+ <path
+ d="m 6.203125,0.109375 v -5.25 c 0,-0.59375 0.09375,-0.953125 0.28125,-1.09375 C 6.625,-6.328125 6.78125,-6.375 7.15625,-6.40625 v -0.1875 h -2.375 v 0.1875 C 5.15625,-6.375 5.3125,-6.34375 5.453125,-6.25 5.65625,-6.109375 5.75,-5.75 5.75,-5.140625 V -1.78125 L 1.859375,-6.59375 H 0.125 v 0.1875 c 0.4375,0 0.578125,0.078125 0.984375,0.546875 V -1.46875 C 1.109375,-0.4375 0.96875,-0.25 0.125,-0.1875 V 0 H 2.5 V -0.1875 C 1.71875,-0.234375 1.546875,-0.453125 1.546875,-1.46875 V -5.375 L 6.03125,0.109375 Z m 0,0"
+ id="path1204" />
+ </g>
+ <g
+ id="glyph-13-7">
+ <path
+ d="M 7.0625,-6.59375 H 4.984375 v 0.1875 c 0.546875,0.03125 0.734375,0.140625 0.734375,0.421875 0,0.15625 -0.0625,0.421875 -0.1875,0.71875 L 4.046875,-1.609375 2.515625,-4.96875 C 2.171875,-5.703125 2.09375,-5.9375 2.09375,-6.078125 c 0,-0.1875 0.140625,-0.296875 0.46875,-0.3125 0.046875,0 0.15625,-0.015625 0.296875,-0.015625 v -0.1875 H 0.15625 v 0.1875 c 0.5,0.015625 0.640625,0.15625 1.078125,1.046875 L 3.71875,0.109375 H 3.875 l 2.25,-5.59375 C 6.453125,-6.265625 6.578125,-6.375 7.0625,-6.40625 Z m 0,0"
+ id="path1207" />
+ </g>
+ <g
+ id="glyph-13-8">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 C 0.359375,-6.21875 0.484375,-6.234375 0.5625,-6.234375 0.890625,-6.234375 1,-6.09375 1,-5.625 v 4.75 c 0,0.546875 -0.15625,0.671875 -0.78125,0.71875 V 0 H 2.609375 V -0.15625 C 1.96875,-0.1875 1.84375,-0.296875 1.84375,-0.84375 v -5.9375 L 1.796875,-6.8125 C 1.28125,-6.640625 0.890625,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path1210" />
+ </g>
+ <g
+ id="glyph-13-9">
+ <path
+ d="m 4.46875,-0.65625 c -0.171875,0.140625 -0.28125,0.1875 -0.4375,0.1875 -0.234375,0 -0.3125,-0.140625 -0.3125,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.1875,-1.046875 -0.234375,-0.359375 -0.671875,-0.546875 -1.265625,-0.546875 -0.953125,0 -1.703125,0.484375 -1.703125,1.109375 0,0.234375 0.203125,0.421875 0.4375,0.421875 0.25,0 0.453125,-0.1875 0.453125,-0.40625 0,-0.046875 0,-0.09375 -0.015625,-0.171875 -0.015625,-0.078125 -0.03125,-0.15625 -0.03125,-0.234375 0,-0.265625 0.328125,-0.484375 0.734375,-0.484375 0.484375,0 0.765625,0.28125 0.765625,0.828125 v 0.609375 c -1.5625,0.609375 -1.734375,0.6875 -2.171875,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.0625,1.0625 0.453125,0 0.859375,-0.203125 1.484375,-0.71875 0.046875,0.515625 0.234375,0.71875 0.640625,0.71875 0.34375,0 0.5625,-0.109375 0.90625,-0.5 z m -1.5625,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.265625,0.515625 -0.234375,0.140625 -0.53125,0.21875 -0.734375,0.21875 -0.359375,0 -0.640625,-0.328125 -0.640625,-0.765625 v -0.03125 c 0,-0.59375 0.421875,-0.953125 1.640625,-1.390625 z m 0,0"
+ id="path1213" />
+ </g>
+ <g
+ id="glyph-13-10">
+ <path
+ d="m 4.8125,-4.484375 h -1.375 v 0.140625 c 0.328125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 0,0.109375 -0.03125,0.171875 l -0.984375,2.75 L 1.734375,-3.6875 c -0.046875,-0.140625 -0.09375,-0.265625 -0.09375,-0.375 0,-0.1875 0.15625,-0.25 0.59375,-0.28125 v -0.140625 h -2.09375 v 0.140625 c 0.265625,0.03125 0.4375,0.140625 0.515625,0.3125 L 1.8125,-1.578125 1.84375,-1.5 2,-1.203125 c 0.28125,0.5 0.4375,0.859375 0.4375,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.0625,0 -0.15625,-0.015625 -0.25,-0.0625 -0.203125,-0.0625 -0.375,-0.109375 -0.546875,-0.109375 -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.75,0.578125 0.6875,0 1.171875,-0.5625 1.71875,-2 l 1.5625,-4.0625 C 4.453125,-4.203125 4.5625,-4.3125 4.8125,-4.34375 Z m 0,0"
+ id="path1216" />
+ </g>
+ <g
+ id="glyph-13-11">
+ <path
+ d="m 0.078125,-3.890625 c 0.140625,-0.03125 0.21875,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.71875,0.6875 V 0 h 2.4375 V -0.15625 C 1.796875,-0.171875 1.625,-0.328125 1.625,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 C 2.75,-3.671875 2.859375,-3.609375 3,-3.609375 c 0.234375,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.21875,-0.515625 -0.5625,-0.515625 -0.421875,0 -0.71875,0.21875 -1.203125,0.921875 V -4.5625 L 1.5625,-4.578125 c -0.53125,0.21875 -0.890625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path1219" />
+ </g>
+ <g
+ id="glyph-13-12">
+ <path
+ d="m 1.765625,-4.578125 -1.5625,0.546875 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.3125 c 0,0.71875 -0.109375,0.828125 -0.8125,0.859375 V 0 H 2.5625 v -0.15625 c -0.671875,-0.046875 -0.75,-0.140625 -0.75,-0.859375 V -4.5625 Z M 1.296875,-6.8125 c -0.28125,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.296875,0 0.53125,-0.21875 0.53125,-0.5 0,-0.28125 -0.234375,-0.515625 -0.53125,-0.515625 z m 0,0"
+ id="path1222" />
+ </g>
+ <g
+ id="glyph-13-13">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.328125,-4 0.4375,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.625,0.734375 V 0 H 2.328125 V -0.15625 C 1.8125,-0.1875 1.65625,-0.3125 1.65625,-0.671875 V -3.46875 c 0.484375,-0.453125 0.71875,-0.5625 1.046875,-0.5625 0.5,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.125,0.796875 -0.640625,0.828125 V 0 H 4.90625 V -0.15625 C 4.421875,-0.203125 4.296875,-0.3125 4.296875,-0.8125 v -2.28125 c 0,-0.9375 -0.453125,-1.484375 -1.203125,-1.484375 -0.46875,0 -0.78125,0.15625 -1.46875,0.796875 V -4.5625 L 1.5625,-4.578125 c -0.5,0.171875 -0.84375,0.28125 -1.40625,0.4375 z m 0,0"
+ id="path1225" />
+ </g>
+ <g
+ id="glyph-13-14">
+ <path
+ d="m 1.046875,-1.09375 c 0,0.71875 -0.109375,0.859375 -0.890625,0.90625 V 0 h 2.875 c 1.1875,0 2.25,-0.328125 2.875,-0.890625 C 6.5625,-1.46875 6.9375,-2.359375 6.9375,-3.328125 6.9375,-4.234375 6.625,-5 6.078125,-5.546875 5.390625,-6.234375 4.28125,-6.59375 2.890625,-6.59375 H 0.15625 v 0.1875 c 0.8125,0.0625 0.890625,0.15625 0.890625,0.890625 z m 1.03125,-4.75 c 0,-0.3125 0.125,-0.390625 0.53125,-0.390625 0.875,0 1.53125,0.15625 2.015625,0.5 0.796875,0.546875 1.203125,1.390625 1.203125,2.46875 0,1.1875 -0.40625,2.015625 -1.234375,2.484375 C 4.078125,-0.484375 3.5,-0.375 2.609375,-0.375 c -0.40625,0 -0.53125,-0.078125 -0.53125,-0.40625 z m 0,0"
+ id="path1228" />
+ </g>
+ <g
+ id="glyph-13-15">
+ <path
+ d="M 4.03125,-1.5625 C 3.546875,-0.859375 3.171875,-0.625 2.609375,-0.625 1.6875,-0.625 1.03125,-1.421875 1.03125,-2.5625 c 0,-1.03125 0.5625,-1.734375 1.375,-1.734375 0.375,0 0.5,0.109375 0.59375,0.484375 l 0.0625,0.21875 c 0.09375,0.28125 0.265625,0.453125 0.484375,0.453125 0.265625,0 0.484375,-0.1875 0.484375,-0.421875 0,-0.546875 -0.703125,-1.015625 -1.5625,-1.015625 -0.5,0 -1.015625,0.1875 -1.421875,0.546875 C 0.53125,-3.59375 0.25,-2.90625 0.25,-2.125 c 0,1.296875 0.796875,2.21875 1.921875,2.21875 0.453125,0 0.859375,-0.15625 1.234375,-0.46875 0.265625,-0.234375 0.46875,-0.5 0.765625,-1.09375 z m 0,0"
+ id="path1231" />
+ </g>
+ <g
+ id="glyph-13-16">
+ <path
+ d="M 3.1875,-3.125 3.15625,-4.484375 h -0.125 L 3.015625,-4.46875 c -0.09375,0.078125 -0.09375,0.078125 -0.140625,0.078125 -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.234375,-0.078125 -0.453125,-0.125 -0.71875,-0.125 -0.796875,0 -1.375,0.515625 -1.375,1.234375 0,0.546875 0.328125,0.953125 1.1875,1.4375 l 0.578125,0.328125 c 0.359375,0.1875 0.53125,0.4375 0.53125,0.734375 0,0.4375 -0.328125,0.71875 -0.84375,0.71875 C 1.625,-0.125 1.3125,-0.25 1.125,-0.46875 0.90625,-0.71875 0.8125,-0.953125 0.6875,-1.515625 H 0.53125 v 1.5625 h 0.125 c 0.078125,-0.109375 0.109375,-0.125 0.234375,-0.125 0.09375,0 0.234375,0.015625 0.46875,0.078125 0.28125,0.0625 0.546875,0.09375 0.734375,0.09375 0.78125,0 1.4375,-0.578125 1.4375,-1.265625 0,-0.5 -0.25,-0.828125 -0.859375,-1.1875 L 1.578125,-3 c -0.28125,-0.15625 -0.4375,-0.40625 -0.4375,-0.671875 0,-0.40625 0.3125,-0.6875 0.78125,-0.6875 0.578125,0 0.875,0.34375 1.109375,1.234375 z m 0,0"
+ id="path1234" />
+ </g>
+ <g
+ id="glyph-13-17">
+ <path
+ d="m 2.53125,-4.578125 c -1.3125,0 -2.234375,0.953125 -2.234375,2.328125 0,1.34375 0.9375,2.34375 2.21875,2.34375 1.265625,0 2.25,-1.046875 2.25,-2.421875 0,-1.3125 -0.9375,-2.25 -2.234375,-2.25 z m -0.125,0.265625 c 0.84375,0 1.4375,0.96875 1.4375,2.328125 0,1.125 -0.453125,1.8125 -1.21875,1.8125 -0.390625,0 -0.765625,-0.25 -0.96875,-0.640625 C 1.359375,-1.328125 1.203125,-2.03125 1.203125,-2.734375 1.203125,-3.6875 1.6875,-4.3125 2.40625,-4.3125 Z m 0,0"
+ id="path1237" />
+ </g>
+ <g
+ id="glyph-13-18">
+ <path
+ d="M 1.546875,-6.78125 1.5,-6.8125 C 1.078125,-6.65625 0.796875,-6.578125 0.328125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.40625,0 0.5,0.09375 0.5,0.5 v 5.1875 c 0,0.296875 0.859375,0.625 1.671875,0.625 1.328125,0 2.359375,-1.09375 2.359375,-2.515625 0,-1.234375 -0.765625,-2.15625 -1.78125,-2.15625 -0.609375,0 -1.203125,0.34375 -1.40625,0.84375 z m 0,3.578125 c 0,-0.390625 0.484375,-0.75 1,-0.75 0.796875,0 1.296875,0.765625 1.296875,1.984375 0,1.109375 -0.484375,1.75 -1.3125,1.75 -0.53125,0 -0.984375,-0.234375 -0.984375,-0.484375 z m 0,0"
+ id="path1240" />
+ </g>
+ <g
+ id="glyph-13-19">
+ <path
+ d="M 0.1875,-3.96875 C 0.328125,-4 0.40625,-4 0.515625,-4 0.78125,-4 0.875,-3.84375 0.875,-3.375 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.71875,0.6875 V 0 h 2.25 V -0.15625 C 1.875,-0.171875 1.71875,-0.28125 1.71875,-0.671875 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.15625,-0.1875 0.25,-0.21875 0.6875,-0.390625 1.046875,-0.390625 0.4375,0 0.65625,0.34375 0.65625,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 H 5.15625 v -0.15625 c -0.5625,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 c 0.296875,-0.4375 0.640625,-0.609375 1.09375,-0.609375 0.578125,0 0.765625,0.265625 0.765625,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.671875,0.71875 V 0 H 7.84375 V -0.15625 L 7.578125,-0.171875 C 7.28125,-0.1875 7.140625,-0.375 7.140625,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.171875,-1.765625 -0.578125,0 -1.09375,0.25 -1.640625,0.828125 -0.1875,-0.5625 -0.53125,-0.828125 -1.078125,-0.828125 -0.453125,0 -0.734375,0.125 -1.5625,0.765625 v -0.75 L 1.609375,-4.578125 C 1.09375,-4.390625 0.75,-4.28125 0.1875,-4.140625 Z m 0,0"
+ id="path1243" />
+ </g>
+ <g
+ id="glyph-13-20">
+ <path
+ d="m 0.09375,-3.921875 c 0.09375,0 0.15625,0 0.25,0 0.34375,0 0.421875,0.09375 0.421875,0.5625 V 1.3125 c 0,0.515625 -0.125,0.625 -0.71875,0.6875 V 2.15625 H 2.5 V 1.984375 c -0.765625,-0.015625 -0.890625,-0.125 -0.890625,-0.75 v -1.5625 C 1.96875,0 2.203125,0.09375 2.625,0.09375 c 1.203125,0 2.140625,-1.109375 2.140625,-2.5625 0,-1.234375 -0.71875,-2.109375 -1.703125,-2.109375 -0.5625,0 -1,0.234375 -1.453125,0.78125 V -4.5625 l -0.0625,-0.015625 C 1,-4.375 0.640625,-4.25 0.09375,-4.078125 Z m 1.515625,0.59375 c 0,-0.296875 0.5625,-0.65625 1.03125,-0.65625 0.75,0 1.25,0.75 1.25,1.90625 0,1.109375 -0.5,1.859375 -1.234375,1.859375 -0.46875,0 -1.046875,-0.359375 -1.046875,-0.65625 z m 0,0"
+ id="path1246" />
+ </g>
+ <g
+ id="glyph-13-21">
+ <path
+ d="M 3.484375,0.09375 4.96875,-0.421875 v -0.15625 C 4.796875,-0.5625 4.765625,-0.5625 4.734375,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.25,-6.8125 c -0.5,0.171875 -0.84375,0.265625 -1.5,0.4375 v 0.171875 C 2.828125,-6.21875 2.890625,-6.21875 2.984375,-6.21875 c 0.359375,0 0.453125,0.09375 0.453125,0.5 v 1.5625 c -0.375,-0.3125 -0.65625,-0.421875 -1.0625,-0.421875 -1.15625,0 -2.109375,1.125 -2.109375,2.53125 0,1.28125 0.765625,2.140625 1.875,2.140625 0.578125,0 0.953125,-0.1875 1.296875,-0.65625 v 0.625 z M 3.4375,-1.015625 c 0,0.0625 -0.0625,0.1875 -0.171875,0.296875 -0.171875,0.203125 -0.4375,0.296875 -0.71875,0.296875 -0.84375,0 -1.40625,-0.796875 -1.40625,-2.015625 0,-1.125 0.5,-1.875 1.265625,-1.875 0.546875,0 1.03125,0.46875 1.03125,1 z m 0,0"
+ id="path1249" />
+ </g>
+ <g
+ id="glyph-13-22">
+ <path
+ d="M 2.578125,-4.484375 H 1.5625 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.078125,-0.125 C 1.421875,-5.6875 1.359375,-5.59375 1.28125,-5.5 0.90625,-4.9375 0.46875,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.3125,1.265625 0.90625,1.265625 0.5,0 0.875,-0.234375 1.21875,-0.75 L 2.6875,-0.765625 c -0.203125,0.25 -0.375,0.34375 -0.609375,0.34375 C 1.71875,-0.421875 1.5625,-0.6875 1.5625,-1.3125 v -2.859375 h 1.015625 z m 0,0"
+ id="path1252" />
+ </g>
+ <g
+ id="glyph-13-23">
+ <path
+ d="m 2.8125,0 h 2.03125 v -0.15625 c -0.3125,0 -0.515625,-0.15625 -0.828125,-0.59375 L 2.71875,-2.703125 3.5625,-3.890625 c 0.1875,-0.28125 0.5,-0.4375 0.828125,-0.453125 V -4.484375 H 2.78125 V -4.34375 C 3.09375,-4.3125 3.1875,-4.25 3.1875,-4.109375 3.1875,-4 3.0625,-3.78125 2.8125,-3.46875 2.765625,-3.40625 2.640625,-3.234375 2.515625,-3.03125 L 2.375,-3.234375 c -0.296875,-0.421875 -0.46875,-0.75 -0.46875,-0.875 0,-0.140625 0.125,-0.21875 0.4375,-0.234375 V -4.484375 H 0.25 v 0.140625 h 0.078125 c 0.3125,0 0.46875,0.140625 0.78125,0.609375 L 2.0625,-2.296875 0.90625,-0.65625 C 0.609375,-0.25 0.5,-0.171875 0.171875,-0.15625 V 0 h 1.46875 v -0.15625 c -0.28125,0 -0.40625,-0.046875 -0.40625,-0.171875 0,-0.0625 0.078125,-0.203125 0.203125,-0.40625 L 2.234375,-1.96875 3.15625,-0.5625 c 0.046875,0.046875 0.0625,0.109375 0.0625,0.171875 0,0.1875 -0.0625,0.21875 -0.40625,0.234375 z m 0,0"
+ id="path1255" />
+ </g>
+ <g
+ id="glyph-14-0" />
+ <g
+ id="glyph-14-1">
+ <path
+ d="M 7.53125,-5.765625 C 7.640625,-6.15625 7.8125,-6.46875 8.609375,-6.5 c 0.046875,0 0.171875,-0.015625 0.171875,-0.203125 0,0 0,-0.109375 -0.125,-0.109375 -0.328125,0 -0.6875,0.03125 -1.015625,0.03125 -0.328125,0 -0.6875,-0.03125 -1.015625,-0.03125 -0.0625,0 -0.171875,0 -0.171875,0.203125 C 6.453125,-6.5 6.546875,-6.5 6.625,-6.5 c 0.578125,0.015625 0.6875,0.21875 0.6875,0.4375 0,0.03125 -0.03125,0.1875 -0.03125,0.203125 l -1.125,4.4375 L 3.953125,-6.625 C 3.875,-6.796875 3.875,-6.8125 3.640625,-6.8125 h -1.34375 c -0.1875,0 -0.28125,0 -0.28125,0.203125 0,0.109375 0.09375,0.109375 0.28125,0.109375 0.046875,0 0.671875,0 0.671875,0.09375 L 1.640625,-1.0625 c -0.109375,0.40625 -0.28125,0.71875 -1.078125,0.75 -0.0625,0 -0.171875,0.015625 -0.171875,0.203125 0,0.0625 0.046875,0.109375 0.125,0.109375 0.328125,0 0.671875,-0.03125 1,-0.03125 C 1.859375,-0.03125 2.21875,0 2.546875,0 2.59375,0 2.71875,0 2.71875,-0.203125 2.71875,-0.296875 2.625,-0.3125 2.515625,-0.3125 1.9375,-0.328125 1.859375,-0.546875 1.859375,-0.75 c 0,-0.0625 0.015625,-0.125 0.046875,-0.234375 l 1.3125,-5.25 C 3.265625,-6.1875 3.265625,-6.15625 3.3125,-6.0625 l 2.484375,5.875 C 5.859375,-0.015625 5.890625,0 5.984375,0 6.09375,0 6.09375,-0.03125 6.140625,-0.203125 Z m 0,0"
+ id="path1259" />
+ </g>
+ <g
+ id="glyph-14-2">
+ <path
+ d="m 2.578125,-6.8125 c 0,0 0,-0.109375 -0.140625,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.203125 0,0.109375 0.109375,0.109375 0.25,0.109375 0.484375,0 0.5,0.09375 0.5,0.171875 L 1.75,-6.125 0.484375,-1.140625 C 0.453125,-1.03125 0.4375,-0.96875 0.4375,-0.8125 c 0,0.578125 0.4375,0.921875 0.90625,0.921875 0.328125,0 0.578125,-0.203125 0.75,-0.5625 0.171875,-0.375 0.296875,-0.953125 0.296875,-0.96875 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.125,0.1875 C 1.96875,-0.703125 1.78125,-0.109375 1.375,-0.109375 c -0.296875,0 -0.296875,-0.3125 -0.296875,-0.453125 0,-0.25 0.015625,-0.296875 0.0625,-0.484375 z m 0,0"
+ id="path1262" />
+ </g>
+ <g
+ id="glyph-14-3">
+ <path
+ d="m 4.671875,-2.71875 c 0,-1.046875 -0.6875,-1.6875 -1.59375,-1.6875 -1.328125,0 -2.671875,1.421875 -2.671875,2.828125 0,0.984375 0.671875,1.6875 1.59375,1.6875 1.328125,0 2.671875,-1.375 2.671875,-2.828125 z m -2.65625,2.609375 c -0.4375,0 -0.875,-0.3125 -0.875,-1.09375 0,-0.484375 0.265625,-1.5625 0.578125,-2.0625 0.5,-0.765625 1.078125,-0.921875 1.359375,-0.921875 0.578125,0 0.875,0.484375 0.875,1.078125 0,0.390625 -0.203125,1.4375 -0.578125,2.078125 -0.359375,0.578125 -0.90625,0.921875 -1.359375,0.921875 z m 0,0"
+ id="path1265" />
+ </g>
+ <g
+ id="glyph-14-4">
+ <path
+ d="M 4.6875,-3.765625 C 4.703125,-3.8125 4.71875,-3.875 4.71875,-3.9375 c 0,-0.171875 -0.109375,-0.265625 -0.28125,-0.265625 -0.09375,0 -0.375,0.0625 -0.40625,0.421875 -0.1875,-0.359375 -0.53125,-0.625 -0.9375,-0.625 -1.125,0 -2.359375,1.390625 -2.359375,2.828125 0,0.984375 0.59375,1.578125 1.3125,1.578125 0.59375,0 1.0625,-0.46875 1.15625,-0.578125 L 3.21875,-0.5625 C 3.015625,0.3125 2.890625,0.734375 2.890625,0.75 2.84375,0.84375 2.515625,1.828125 1.453125,1.828125 1.265625,1.828125 0.9375,1.8125 0.65625,1.71875 0.953125,1.640625 1.0625,1.375 1.0625,1.203125 c 0,-0.15625 -0.109375,-0.34375 -0.375,-0.34375 -0.21875,0 -0.53125,0.171875 -0.53125,0.578125 0,0.40625 0.359375,0.609375 1.3125,0.609375 1.25,0 1.96875,-0.78125 2.125,-1.375 z M 3.40625,-1.28125 C 3.34375,-1.015625 3.109375,-0.765625 2.890625,-0.578125 2.6875,-0.40625 2.375,-0.21875 2.078125,-0.21875 c -0.5,0 -0.640625,-0.515625 -0.640625,-0.921875 0,-0.46875 0.28125,-1.65625 0.5625,-2.15625 C 2.265625,-3.78125 2.6875,-4.1875 3.109375,-4.1875 c 0.65625,0 0.796875,0.8125 0.796875,0.859375 0,0.046875 -0.015625,0.109375 -0.03125,0.140625 z m 0,0"
+ id="path1268" />
+ </g>
+ <g
+ id="glyph-14-5">
+ <path
+ d="m 2.296875,-3.5 c 0.0625,-0.203125 0.15625,-0.59375 0.15625,-0.640625 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.015625,0 -0.296875,0.015625 -0.390625,0.359375 l -1.4375,5.765625 c -0.03125,0.125 -0.03125,0.140625 -0.03125,0.171875 0,0.140625 0.109375,0.265625 0.28125,0.265625 0.203125,0 0.328125,-0.1875 0.34375,-0.21875 C 0.96875,1.859375 1.09375,1.328125 1.46875,-0.203125 1.796875,0.0625 2.25,0.109375 2.4375,0.109375 c 0.703125,0 1.09375,-0.453125 1.328125,-0.734375 0.09375,0.453125 0.46875,0.734375 0.90625,0.734375 0.34375,0 0.578125,-0.234375 0.734375,-0.546875 0.171875,-0.359375 0.296875,-0.96875 0.296875,-0.984375 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.109375,0.046875 -0.140625,0.1875 -0.15625,0.640625 -0.34375,1.234375 -0.75,1.234375 -0.265625,0 -0.296875,-0.265625 -0.296875,-0.453125 0,-0.21875 0.109375,-0.6875 0.1875,-1.046875 L 4.859375,-2.6875 C 4.890625,-2.828125 5,-3.203125 5.03125,-3.359375 5.078125,-3.59375 5.1875,-3.96875 5.1875,-4.03125 c 0,-0.171875 -0.140625,-0.265625 -0.296875,-0.265625 -0.046875,0 -0.3125,0.015625 -0.390625,0.34375 l -0.46875,1.875 c -0.109375,0.5 -0.21875,0.90625 -0.25,1.015625 -0.015625,0.046875 -0.484375,0.953125 -1.296875,0.953125 -0.5,0 -0.734375,-0.328125 -0.734375,-0.875 0,-0.28125 0.0625,-0.5625 0.140625,-0.84375 z m 0,0"
+ id="path1271" />
+ </g>
+ <g
+ id="glyph-14-6">
+ <path
+ d="m 0.875,-0.59375 c -0.03125,0.15625 -0.09375,0.390625 -0.09375,0.4375 0,0.171875 0.140625,0.265625 0.296875,0.265625 0.125,0 0.296875,-0.078125 0.375,-0.28125 0,-0.015625 0.125,-0.484375 0.1875,-0.734375 l 0.21875,-0.890625 C 1.90625,-2.03125 1.96875,-2.25 2.03125,-2.46875 c 0.03125,-0.171875 0.109375,-0.46875 0.125,-0.5 0.140625,-0.3125 0.671875,-1.21875 1.625,-1.21875 0.453125,0 0.53125,0.375 0.53125,0.703125 0,0.25 -0.0625,0.53125 -0.140625,0.828125 L 3.890625,-1.5 3.6875,-0.75 c -0.03125,0.203125 -0.125,0.546875 -0.125,0.59375 0,0.171875 0.140625,0.265625 0.28125,0.265625 0.3125,0 0.375,-0.25 0.453125,-0.5625 0.140625,-0.5625 0.515625,-2.015625 0.59375,-2.40625 0.03125,-0.125 0.5625,-1.328125 1.65625,-1.328125 0.421875,0 0.53125,0.34375 0.53125,0.703125 0,0.5625 -0.421875,1.703125 -0.625,2.234375 -0.078125,0.234375 -0.125,0.34375 -0.125,0.546875 0,0.46875 0.34375,0.8125 0.8125,0.8125 0.9375,0 1.3125,-1.453125 1.3125,-1.53125 0,-0.109375 -0.09375,-0.109375 -0.125,-0.109375 -0.09375,0 -0.09375,0.03125 -0.140625,0.1875 -0.15625,0.53125 -0.46875,1.234375 -1.015625,1.234375 -0.171875,0 -0.25,-0.09375 -0.25,-0.328125 0,-0.25 0.09375,-0.484375 0.1875,-0.703125 0.1875,-0.53125 0.609375,-1.625 0.609375,-2.203125 0,-0.640625 -0.40625,-1.0625 -1.15625,-1.0625 -0.734375,0 -1.25,0.4375 -1.625,0.96875 0,-0.125 -0.03125,-0.46875 -0.3125,-0.703125 -0.25,-0.21875 -0.5625,-0.265625 -0.8125,-0.265625 -0.90625,0 -1.390625,0.640625 -1.5625,0.875 -0.046875,-0.578125 -0.46875,-0.875 -0.921875,-0.875 -0.453125,0 -0.640625,0.390625 -0.734375,0.5625 -0.171875,0.359375 -0.296875,0.9375 -0.296875,0.96875 0,0.109375 0.09375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.015625 0.171875,-0.234375 0.171875,-0.703125 0.375,-1.1875 0.734375,-1.1875 0.15625,0 0.296875,0.078125 0.296875,0.453125 0,0.21875 -0.03125,0.328125 -0.15625,0.84375 z m 0,0"
+ id="path1274" />
+ </g>
+ <g
+ id="glyph-15-0" />
+ <g
+ id="glyph-15-1">
+ <path
+ d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0"
+ id="path1278" />
+ </g>
+ <g
+ id="glyph-15-2">
+ <path
+ d="m 1.90625,-2.328125 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 -0.015625,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 z m 0,0"
+ id="path1281" />
+ </g>
+ <g
+ id="glyph-15-3">
+ <path
+ d="m 2.46875,-2.515625 c 0.546875,-0.265625 0.890625,-0.59375 0.890625,-1.078125 0,-0.671875 -0.703125,-1.03125 -1.375,-1.03125 -0.765625,0 -1.390625,0.5 -1.390625,1.15625 0,0.328125 0.15625,0.5625 0.28125,0.703125 0.125,0.15625 0.171875,0.1875 0.578125,0.421875 C 1.0625,-2.171875 0.375,-1.796875 0.375,-1.0625 c 0,0.765625 0.796875,1.203125 1.59375,1.203125 0.890625,0 1.609375,-0.5625 1.609375,-1.3125 0,-0.46875 -0.265625,-0.859375 -0.671875,-1.09375 -0.09375,-0.0625 -0.328125,-0.1875 -0.4375,-0.25 z m -1.125,-0.65625 c -0.1875,-0.109375 -0.375,-0.296875 -0.375,-0.5625 0,-0.4375 0.5,-0.6875 1,-0.6875 0.546875,0 1.03125,0.34375 1.03125,0.828125 0,0.625 -0.734375,0.9375 -0.734375,0.9375 -0.015625,0 -0.03125,0 -0.078125,-0.03125 z m 0.328125,0.96875 0.96875,0.546875 c 0.171875,0.109375 0.515625,0.3125 0.515625,0.71875 0,0.53125 -0.578125,0.859375 -1.171875,0.859375 -0.640625,0 -1.1875,-0.421875 -1.1875,-0.984375 0,-0.515625 0.375,-0.921875 0.875,-1.140625 z m 0,0"
+ id="path1284" />
+ </g>
+ <g
+ id="glyph-15-4">
+ <path
+ d="M 3.59375,-2.21875 C 3.59375,-2.984375 3.5,-3.546875 3.1875,-4.03125 2.96875,-4.34375 2.53125,-4.625 1.984375,-4.625 c -1.625,0 -1.625,1.90625 -1.625,2.40625 0,0.5 0,2.359375 1.625,2.359375 1.609375,0 1.609375,-1.859375 1.609375,-2.359375 z M 1.984375,-0.0625 c -0.328125,0 -0.75,-0.1875 -0.890625,-0.75 C 1,-1.21875 1,-1.796875 1,-2.3125 1,-2.828125 1,-3.359375 1.09375,-3.734375 1.25,-4.28125 1.6875,-4.4375 1.984375,-4.4375 c 0.375,0 0.734375,0.234375 0.859375,0.640625 0.109375,0.375 0.125,0.875 0.125,1.484375 0,0.515625 0,1.03125 -0.09375,1.46875 -0.140625,0.640625 -0.609375,0.78125 -0.890625,0.78125 z m 0,0"
+ id="path1287" />
+ </g>
+ <g
+ id="glyph-15-5">
+ <path
+ d="m 3.734375,-4.203125 c 0.0625,-0.09375 0.0625,-0.109375 0.0625,-0.28125 H 1.96875 C 1.6875,-4.484375 1.609375,-4.5 1.359375,-4.515625 1,-4.546875 0.984375,-4.59375 0.96875,-4.703125 H 0.734375 l -0.25,1.484375 H 0.71875 c 0.015625,-0.109375 0.09375,-0.5625 0.203125,-0.640625 0.046875,-0.03125 0.625,-0.03125 0.71875,-0.03125 H 3.15625 c -0.21875,0.28125 -0.578125,0.71875 -0.71875,0.921875 -0.90625,1.1875 -1,2.296875 -1,2.703125 0,0.078125 0,0.40625 0.328125,0.40625 0.34375,0 0.34375,-0.3125 0.34375,-0.40625 v -0.28125 c 0,-1.34375 0.28125,-1.96875 0.578125,-2.34375 z m 0,0"
+ id="path1290" />
+ </g>
+ <g
+ id="glyph-16-0" />
+ <g
+ id="glyph-16-1">
+ <path
+ d="m 3.703125,-1.859375 c 0,-0.765625 -0.578125,-1.21875 -1.265625,-1.21875 -1.03125,0 -2,0.96875 -2,1.921875 0,0.703125 0.5,1.21875 1.265625,1.21875 1,0 2,-0.90625 2,-1.921875 z m -2,1.734375 c -0.34375,0 -0.6875,-0.21875 -0.6875,-0.78125 0,-0.28125 0.125,-0.96875 0.40625,-1.359375 C 1.71875,-2.703125 2.125,-2.875 2.4375,-2.875 c 0.375,0 0.6875,0.25 0.6875,0.765625 C 3.125,-1.9375 3.046875,-1.25 2.734375,-0.765625 2.46875,-0.34375 2.0625,-0.125 1.703125,-0.125 Z m 0,0"
+ id="path1294" />
+ </g>
+ <g
+ id="glyph-16-2">
+ <path
+ d="M 2.84375,-2.75 H 3.515625 C 3.65625,-2.75 3.75,-2.75 3.75,-2.90625 3.75,-3 3.65625,-3 3.53125,-3 H 2.890625 c 0.15625,-0.890625 0.203125,-1.203125 0.265625,-1.40625 0.03125,-0.15625 0.1875,-0.296875 0.359375,-0.296875 0,0 0.1875,0 0.328125,0.078125 -0.296875,0.09375 -0.3125,0.34375 -0.3125,0.375 0,0.15625 0.125,0.265625 0.28125,0.265625 0.1875,0 0.390625,-0.15625 0.390625,-0.421875 0,-0.328125 -0.328125,-0.5 -0.6875,-0.5 -0.3125,0 -0.65625,0.171875 -0.84375,0.515625 C 2.53125,-4.125 2.484375,-3.8125 2.328125,-3 H 1.78125 c -0.140625,0 -0.234375,0 -0.234375,0.15625 0,0.09375 0.09375,0.09375 0.21875,0.09375 H 2.28125 c 0,0.046875 -0.4375,2.546875 -0.609375,3.296875 -0.03125,0.15625 -0.15625,0.671875 -0.484375,0.671875 -0.015625,0 -0.171875,0 -0.3125,-0.078125 0.28125,-0.09375 0.3125,-0.34375 0.3125,-0.375 C 1.1875,0.609375 1.0625,0.5 0.90625,0.5 c -0.1875,0 -0.390625,0.15625 -0.390625,0.421875 0,0.3125 0.328125,0.5 0.671875,0.5 0.4375,0 0.75,-0.453125 0.828125,-0.609375 0.25,-0.46875 0.421875,-1.328125 0.4375,-1.40625 z m 0,0"
+ id="path1297" />
+ </g>
+ <g
+ id="glyph-16-3">
+ <path
+ d="m 1.578125,-0.390625 c 0,-0.25 -0.203125,-0.40625 -0.390625,-0.40625 -0.234375,0 -0.40625,0.1875 -0.40625,0.390625 0,0.25 0.203125,0.40625 0.390625,0.40625 0.234375,0 0.40625,-0.1875 0.40625,-0.390625 z m 0,0"
+ id="path1300" />
+ </g>
+ <g
+ id="glyph-17-0" />
+ <g
+ id="glyph-17-1">
+ <path
+ d="m 2.875,-2.5 c 0,-0.765625 -0.109375,-1.96875 -0.65625,-3.109375 -0.59375,-1.21875 -1.453125,-1.875 -1.546875,-1.875 -0.0625,0 -0.109375,0.046875 -0.109375,0.109375 0,0.03125 0,0.046875 0.1875,0.234375 0.984375,0.984375 1.546875,2.5625 1.546875,4.640625 0,1.71875 -0.359375,3.46875 -1.59375,4.71875 C 0.5625,2.34375 0.5625,2.359375 0.5625,2.390625 0.5625,2.453125 0.609375,2.5 0.671875,2.5 0.765625,2.5 1.671875,1.8125 2.25,0.546875 2.765625,-0.546875 2.875,-1.65625 2.875,-2.5 Z m 0,0"
+ id="path1304" />
+ </g>
+ <g
+ id="glyph-17-2">
+ <path
+ d="m 2.890625,-3.515625 c 0.8125,-0.265625 1.390625,-0.953125 1.390625,-1.75 0,-0.8125 -0.875,-1.375 -1.828125,-1.375 -1,0 -1.765625,0.59375 -1.765625,1.359375 0,0.328125 0.21875,0.515625 0.515625,0.515625 0.296875,0 0.5,-0.21875 0.5,-0.515625 0,-0.484375 -0.46875,-0.484375 -0.609375,-0.484375 0.296875,-0.5 0.953125,-0.625 1.3125,-0.625 0.421875,0 0.96875,0.21875 0.96875,1.109375 0,0.125 -0.03125,0.703125 -0.28125,1.140625 C 2.796875,-3.65625 2.453125,-3.625 2.203125,-3.625 2.125,-3.609375 1.890625,-3.59375 1.8125,-3.59375 c -0.078125,0.015625 -0.140625,0.03125 -0.140625,0.125 0,0.109375 0.0625,0.109375 0.234375,0.109375 h 0.4375 c 0.8125,0 1.1875,0.671875 1.1875,1.65625 0,1.359375 -0.6875,1.640625 -1.125,1.640625 -0.4375,0 -1.1875,-0.171875 -1.53125,-0.75 0.34375,0.046875 0.65625,-0.171875 0.65625,-0.546875 0,-0.359375 -0.265625,-0.5625 -0.546875,-0.5625 -0.25,0 -0.5625,0.140625 -0.5625,0.578125 0,0.90625 0.921875,1.5625 2.015625,1.5625 1.21875,0 2.125,-0.90625 2.125,-1.921875 0,-0.8125 -0.640625,-1.59375 -1.671875,-1.8125 z m 0,0"
+ id="path1307" />
+ </g>
+ <g
+ id="glyph-18-0" />
+ <g
+ id="glyph-18-1">
+ <path
+ d="M 3.875,-2.765625 1.890625,-4.75 C 1.765625,-4.875 1.75,-4.890625 1.671875,-4.890625 1.5625,-4.890625 1.46875,-4.8125 1.46875,-4.6875 c 0,0.0625 0.015625,0.078125 0.125,0.1875 l 2,2 -2,2.015625 c -0.109375,0.109375 -0.125,0.125 -0.125,0.1875 0,0.125 0.09375,0.203125 0.203125,0.203125 0.078125,0 0.09375,-0.015625 0.21875,-0.140625 L 3.875,-2.21875 l 2.0625,2.0625 c 0.015625,0.015625 0.078125,0.0625 0.140625,0.0625 0.125,0 0.203125,-0.078125 0.203125,-0.203125 0,-0.015625 0,-0.046875 -0.03125,-0.109375 C 6.234375,-0.421875 4.65625,-1.984375 4.15625,-2.5 l 1.828125,-1.8125 c 0.046875,-0.0625 0.203125,-0.1875 0.25,-0.25 0,-0.015625 0.046875,-0.0625 0.046875,-0.125 0,-0.125 -0.078125,-0.203125 -0.203125,-0.203125 C 6,-4.890625 5.96875,-4.859375 5.859375,-4.75 Z m 0,0"
+ id="path1311" />
+ </g>
+ <g
+ id="glyph-19-0">
+ <path
+ d="m 0.671875,0 v -3.328125 h 2.65625 V 0 Z M 0.75,-0.078125 h 2.5 V -3.25 h -2.5 z m 0,0"
+ id="path1314" />
+ </g>
+ <g
+ id="glyph-19-1">
+ <path
+ d="m 0.390625,-3.8125 h 1.40625 c 0.3125,0 0.550781,0.027344 0.71875,0.078125 0.226563,0.0625 0.421875,0.179687 0.578125,0.34375 0.15625,0.167969 0.273438,0.375 0.359375,0.625 0.082031,0.242187 0.125,0.539063 0.125,0.890625 0,0.3125 -0.039063,0.585938 -0.109375,0.8125 C 3.375,-0.78125 3.238281,-0.554688 3.0625,-0.390625 2.925781,-0.253906 2.742188,-0.148438 2.515625,-0.078125 2.347656,-0.0234375 2.117188,0 1.828125,0 h -1.4375 z m 0.765625,0.640625 v 2.53125 h 0.578125 c 0.207031,0 0.363281,-0.007813 0.46875,-0.03125 0.125,-0.03125 0.222656,-0.082031 0.296875,-0.15625 0.082031,-0.082031 0.148438,-0.207031 0.203125,-0.375 0.050781,-0.175781 0.078125,-0.410156 0.078125,-0.703125 0,-0.289062 -0.027344,-0.515625 -0.078125,-0.671875 C 2.648438,-2.734375 2.578125,-2.851562 2.484375,-2.9375 2.390625,-3.03125 2.273438,-3.09375 2.140625,-3.125 2.023438,-3.15625 1.8125,-3.171875 1.5,-3.171875 Z m 0,0"
+ id="path1317" />
+ </g>
+ <g
+ id="glyph-19-2">
+ <path
+ d="m 0.390625,0 v -3.8125 h 1.625 c 0.40625,0 0.695313,0.039062 0.875,0.109375 0.1875,0.0625 0.335937,0.183594 0.453125,0.359375 0.113281,0.179688 0.171875,0.375 0.171875,0.59375 0,0.292969 -0.089844,0.53125 -0.265625,0.71875 -0.167969,0.1875 -0.417969,0.304688 -0.75,0.34375 0.164062,0.105469 0.300781,0.214844 0.40625,0.328125 0.113281,0.117187 0.265625,0.320313 0.453125,0.609375 L 3.8125,0 H 2.890625 L 2.34375,-0.828125 C 2.144531,-1.128906 2.007812,-1.316406 1.9375,-1.390625 1.863281,-1.460938 1.785156,-1.515625 1.703125,-1.546875 1.617188,-1.578125 1.488281,-1.59375 1.3125,-1.59375 H 1.15625 V 0 Z M 1.15625,-2.203125 h 0.578125 c 0.363281,0 0.59375,-0.015625 0.6875,-0.046875 0.09375,-0.03125 0.164063,-0.082031 0.21875,-0.15625 0.050781,-0.082031 0.078125,-0.175781 0.078125,-0.28125 0,-0.132812 -0.039062,-0.238281 -0.109375,-0.3125 -0.0625,-0.082031 -0.15625,-0.132812 -0.28125,-0.15625 -0.0625,-0.00781 -0.25,-0.015625 -0.5625,-0.015625 H 1.15625 Z m 0,0"
+ id="path1320" />
+ </g>
+ <g
+ id="glyph-19-3">
+ <path
+ d="M 3.828125,0 H 2.984375 L 2.65625,-0.859375 H 1.125 L 0.8125,0 H 0 l 1.484375,-3.8125 h 0.8125 z M 2.40625,-1.515625 1.890625,-2.921875 1.375,-1.515625 Z m 0,0"
+ id="path1323" />
+ </g>
+ <g
+ id="glyph-19-4">
+ <path
+ d="m 0.375,0 v -3.8125 h 1.15625 l 0.6875,2.59375 0.6875,-2.59375 H 4.0625 V 0 H 3.34375 v -3 l -0.75,3 h -0.75 l -0.75,-3 v 3 z m 0,0"
+ id="path1326" />
+ </g>
+ <g
+ id="glyph-19-5" />
+ <g
+ id="glyph-19-6">
+ <path
+ d="m 0.390625,-3.8125 h 1.53125 c 0.300781,0 0.523437,0.015625 0.671875,0.046875 0.144531,0.023437 0.273438,0.074219 0.390625,0.15625 0.113281,0.074219 0.207031,0.179687 0.28125,0.3125 0.082031,0.136719 0.125,0.28125 0.125,0.4375 0,0.179687 -0.046875,0.34375 -0.140625,0.5 -0.09375,0.148437 -0.226562,0.257813 -0.390625,0.328125 0.226563,0.074219 0.40625,0.195312 0.53125,0.359375 0.125,0.15625 0.1875,0.34375 0.1875,0.5625 0,0.179687 -0.042969,0.351563 -0.125,0.515625 C 3.378906,-0.4375 3.269531,-0.304688 3.125,-0.203125 2.988281,-0.109375 2.820312,-0.0507812 2.625,-0.03125 2.488281,-0.0078125 2.175781,0 1.6875,0 H 0.390625 Z m 0.765625,0.640625 v 0.875 h 0.515625 c 0.289063,0 0.472656,-0.00391 0.546875,-0.015625 0.132812,-0.00781 0.238281,-0.050781 0.3125,-0.125 0.082031,-0.082031 0.125,-0.1875 0.125,-0.3125 0,-0.113281 -0.039062,-0.207031 -0.109375,-0.28125 -0.0625,-0.070312 -0.15625,-0.117188 -0.28125,-0.140625 -0.085937,0 -0.304687,0 -0.65625,0 z m 0,1.515625 v 1.015625 H 1.875 c 0.28125,0 0.457031,-0.007813 0.53125,-0.03125 0.113281,-0.019531 0.203125,-0.066406 0.265625,-0.140625 0.070313,-0.082031 0.109375,-0.191406 0.109375,-0.328125 0,-0.113281 -0.027344,-0.207031 -0.078125,-0.28125 C 2.648438,-1.503906 2.570312,-1.5625 2.46875,-1.59375 2.363281,-1.632812 2.132812,-1.65625 1.78125,-1.65625 Z m 0,0"
+ id="path1330" />
+ </g>
+ <g
+ id="glyph-19-7">
+ <path
+ d="m 2.203125,0 v -0.40625 c -0.105469,0.148438 -0.242187,0.261719 -0.40625,0.34375 -0.15625,0.0820312 -0.328125,0.125 -0.515625,0.125 -0.1875,0 -0.355469,-0.0429688 -0.5,-0.125 -0.148438,-0.082031 -0.257812,-0.195312 -0.328125,-0.34375 -0.0625,-0.144531 -0.09375,-0.347656 -0.09375,-0.609375 v -1.75 H 1.09375 V -1.5 c 0,0.398438 0.00781,0.640625 0.03125,0.734375 0.03125,0.085937 0.082031,0.152344 0.15625,0.203125 0.070312,0.042969 0.164062,0.0625 0.28125,0.0625 0.125,0 0.234375,-0.03125 0.328125,-0.09375 0.101563,-0.070312 0.171875,-0.15625 0.203125,-0.25 0.039062,-0.101562 0.0625,-0.351562 0.0625,-0.75 V -2.765625 H 2.875 V 0 Z m 0,0"
+ id="path1333" />
+ </g>
+ <g
+ id="glyph-19-8">
+ <path
+ d="M 0.0625,-2.765625 H 0.46875 V -2.96875 c 0,-0.226562 0.019531,-0.398438 0.0625,-0.515625 0.050781,-0.113281 0.144531,-0.207031 0.28125,-0.28125 0.132812,-0.070313 0.300781,-0.109375 0.5,-0.109375 0.207031,0 0.414062,0.03125 0.625,0.09375 l -0.109375,0.5 C 1.710938,-3.300781 1.601562,-3.3125 1.5,-3.3125 c -0.105469,0 -0.183594,0.027344 -0.234375,0.078125 -0.042969,0.042969 -0.0625,0.136719 -0.0625,0.28125 v 0.1875 H 1.75 V -2.1875 H 1.203125 V 0 H 0.46875 V -2.1875 H 0.0625 Z m 0,0"
+ id="path1336" />
+ </g>
+ <g
+ id="glyph-19-9">
+ <path
+ d="m 1.984375,-0.875 0.71875,0.125 c -0.085937,0.261719 -0.230469,0.464844 -0.4375,0.609375 -0.199219,0.13671875 -0.449219,0.203125 -0.75,0.203125 -0.492187,0 -0.851563,-0.15625 -1.078125,-0.46875 -0.179688,-0.25 -0.265625,-0.566406 -0.265625,-0.953125 0,-0.457031 0.117187,-0.816406 0.359375,-1.078125 0.238281,-0.257812 0.539062,-0.390625 0.90625,-0.390625 0.40625,0 0.726562,0.136719 0.96875,0.40625 0.238281,0.273437 0.351562,0.6875 0.34375,1.25 H 0.921875 c 0,0.21875 0.054687,0.390625 0.171875,0.515625 0.113281,0.117188 0.253906,0.171875 0.421875,0.171875 0.113281,0 0.207031,-0.03125 0.28125,-0.09375 0.082031,-0.0625 0.144531,-0.160156 0.1875,-0.296875 z M 2.03125,-1.625 C 2.019531,-1.832031 1.960938,-1.988281 1.859375,-2.09375 c -0.105469,-0.113281 -0.230469,-0.171875 -0.375,-0.171875 -0.167969,0 -0.304687,0.058594 -0.40625,0.171875 C 0.972656,-1.976562 0.925781,-1.820312 0.9375,-1.625 Z m 0,0"
+ id="path1339" />
+ </g>
+ <g
+ id="glyph-19-10">
+ <path
+ d="M 1.078125,0 H 0.34375 v -2.765625 h 0.6875 V -2.375 c 0.113281,-0.1875 0.21875,-0.304688 0.3125,-0.359375 0.09375,-0.0625 0.195312,-0.09375 0.3125,-0.09375 0.164062,0 0.328125,0.046875 0.484375,0.140625 l -0.21875,0.640625 c -0.125,-0.082031 -0.242187,-0.125 -0.34375,-0.125 -0.105469,0 -0.195313,0.03125 -0.265625,0.09375 -0.074219,0.054687 -0.132812,0.152344 -0.171875,0.296875 -0.042969,0.148438 -0.0625,0.453125 -0.0625,0.921875 z m 0,0"
+ id="path1342" />
+ </g>
+ <g
+ id="glyph-19-11">
+ <path
+ d="M 0.390625,0 V -3.8125 H 1.625 c 0.46875,0 0.773438,0.023438 0.921875,0.0625 0.207031,0.054688 0.382813,0.179688 0.53125,0.375 0.15625,0.1875 0.234375,0.433594 0.234375,0.734375 0,0.230469 -0.046875,0.429687 -0.140625,0.59375 -0.085937,0.15625 -0.195313,0.28125 -0.328125,0.375 C 2.71875,-1.578125 2.585938,-1.519531 2.453125,-1.5 2.273438,-1.457031 2.007812,-1.4375 1.65625,-1.4375 h -0.5 V 0 Z M 1.15625,-3.171875 v 1.078125 h 0.421875 c 0.300781,0 0.503906,-0.015625 0.609375,-0.046875 0.101562,-0.039063 0.179688,-0.101563 0.234375,-0.1875 0.0625,-0.09375 0.09375,-0.191406 0.09375,-0.296875 0,-0.144531 -0.042969,-0.257812 -0.125,-0.34375 C 2.304688,-3.0625 2.203125,-3.117188 2.078125,-3.140625 1.992188,-3.160156 1.8125,-3.171875 1.53125,-3.171875 Z m 0,0"
+ id="path1345" />
+ </g>
+ <g
+ id="glyph-19-12">
+ <path
+ d="M 0.390625,0 V -3.8125 H 3.21875 v 0.640625 h -2.0625 v 0.84375 H 3.078125 V -1.6875 H 1.15625 v 1.046875 h 2.125 V 0 Z m 0,0"
+ id="path1348" />
+ </g>
+ <g
+ id="glyph-19-13">
+ <path
+ d="m 0.234375,-1.890625 c 0,-0.382813 0.054687,-0.707031 0.171875,-0.96875 C 0.488281,-3.054688 0.601562,-3.226562 0.75,-3.375 0.90625,-3.53125 1.070312,-3.648438 1.25,-3.734375 1.488281,-3.828125 1.765625,-3.875 2.078125,-3.875 c 0.5625,0 1.007813,0.179688 1.34375,0.53125 C 3.765625,-3 3.9375,-2.519531 3.9375,-1.90625 c 0,0.617188 -0.171875,1.101562 -0.515625,1.453125 C 3.085938,-0.109375 2.644531,0.0625 2.09375,0.0625 c -0.574219,0 -1.027344,-0.171875 -1.359375,-0.515625 -0.335937,-0.34375 -0.5,-0.820313 -0.5,-1.4375 z M 1.03125,-1.90625 c 0,0.429688 0.097656,0.757812 0.296875,0.984375 0.195313,0.21875 0.445313,0.328125 0.75,0.328125 0.3125,0 0.566406,-0.109375 0.765625,-0.328125 0.195312,-0.21875 0.296875,-0.550781 0.296875,-1 0,-0.4375 -0.101563,-0.757813 -0.296875,-0.96875 -0.1875,-0.21875 -0.445312,-0.328125 -0.765625,-0.328125 -0.3125,0 -0.570313,0.109375 -0.765625,0.328125 -0.1875,0.21875 -0.28125,0.546875 -0.28125,0.984375 z m 0,0"
+ id="path1351" />
+ </g>
+ <g
+ id="glyph-19-14">
+ <path
+ d="M 0.296875,-1.015625 V -1.75 h 1.4375 v 0.734375 z m 0,0"
+ id="path1354" />
+ </g>
+ <g
+ id="glyph-19-15">
+ <path
+ d="m 2.828125,-1.40625 0.75,0.234375 C 3.460938,-0.753906 3.269531,-0.441406 3,-0.234375 2.738281,-0.0351562 2.398438,0.0625 1.984375,0.0625 c -0.5,0 -0.917969,-0.171875 -1.25,-0.515625 C 0.410156,-0.796875 0.25,-1.269531 0.25,-1.875 0.25,-2.507812 0.410156,-3 0.734375,-3.34375 1.066406,-3.695312 1.5,-3.875 2.03125,-3.875 c 0.46875,0 0.847656,0.136719 1.140625,0.40625 0.175781,0.167969 0.304687,0.402344 0.390625,0.703125 l -0.765625,0.1875 C 2.753906,-2.773438 2.660156,-2.929688 2.515625,-3.046875 2.378906,-3.160156 2.207031,-3.21875 2,-3.21875 c -0.28125,0 -0.511719,0.105469 -0.6875,0.3125 -0.179688,0.199219 -0.265625,0.523438 -0.265625,0.96875 0,0.492188 0.082031,0.839844 0.25,1.046875 0.175781,0.199219 0.40625,0.296875 0.6875,0.296875 0.207031,0 0.382813,-0.0625 0.53125,-0.1875 0.144531,-0.132812 0.25,-0.34375 0.3125,-0.625 z m 0,0"
+ id="path1357" />
+ </g>
+ <g
+ id="glyph-19-16">
+ <path
+ d="m 1.109375,-3.8125 v 1.40625 c 0.238281,-0.28125 0.519531,-0.421875 0.84375,-0.421875 0.164063,0 0.316406,0.03125 0.453125,0.09375 0.132812,0.0625 0.234375,0.148437 0.296875,0.25 0.070313,0.09375 0.117187,0.199219 0.140625,0.3125 C 2.875,-2.054688 2.890625,-1.875 2.890625,-1.625 V 0 H 2.171875 V -1.453125 C 2.171875,-1.742188 2.15625,-1.925781 2.125,-2 2.09375,-2.082031 2.039062,-2.144531 1.96875,-2.1875 c -0.0625,-0.050781 -0.148438,-0.078125 -0.25,-0.078125 -0.125,0 -0.234375,0.03125 -0.328125,0.09375 -0.09375,0.054687 -0.167969,0.140625 -0.21875,0.265625 -0.042969,0.117188 -0.0625,0.289062 -0.0625,0.515625 V 0 H 0.375 v -3.8125 z m 0,0"
+ id="path1360" />
+ </g>
+ <g
+ id="glyph-19-17">
+ <path
+ d="M 0.375,-3.140625 V -3.8125 h 0.734375 v 0.671875 z M 0.375,0 V -2.765625 H 1.109375 V 0 Z m 0,0"
+ id="path1363" />
+ </g>
+ <g
+ id="glyph-19-18">
+ <path
+ d="m 0.359375,-2.765625 h 0.6875 v 0.40625 c 0.082031,-0.132813 0.195313,-0.242187 0.34375,-0.328125 0.15625,-0.09375 0.328125,-0.140625 0.515625,-0.140625 0.320312,0 0.59375,0.125 0.8125,0.375 0.226562,0.25 0.34375,0.605469 0.34375,1.0625 0,0.460937 -0.117188,0.820313 -0.34375,1.078125 -0.230469,0.25 -0.5,0.375 -0.8125,0.375 -0.15625,0 -0.296875,-0.03125 -0.421875,-0.09375 -0.125,-0.0625 -0.257813,-0.164062 -0.390625,-0.3125 V 1.046875 H 0.359375 Z m 0.71875,1.34375 c 0,0.304687 0.0625,0.53125 0.1875,0.6875 0.125,0.148437 0.273437,0.21875 0.453125,0.21875 0.164062,0 0.304688,-0.066406 0.421875,-0.203125 C 2.253906,-0.851562 2.3125,-1.078125 2.3125,-1.390625 2.3125,-1.679688 2.253906,-1.894531 2.140625,-2.03125 2.023438,-2.175781 1.878906,-2.25 1.703125,-2.25 1.523438,-2.25 1.375,-2.175781 1.25,-2.03125 1.132812,-1.894531 1.078125,-1.691406 1.078125,-1.421875 Z m 0,0"
+ id="path1366" />
+ </g>
+ <g
+ id="glyph-19-19">
+ <path
+ d="M 2.15625,-1.40625 V -2.046875 H 3.828125 V -0.53125 C 3.660156,-0.375 3.421875,-0.234375 3.109375,-0.109375 2.804688,0.00390625 2.5,0.0625 2.1875,0.0625 1.789062,0.0625 1.441406,-0.0195312 1.140625,-0.1875 0.847656,-0.351562 0.625,-0.59375 0.46875,-0.90625 0.320312,-1.21875 0.25,-1.554688 0.25,-1.921875 c 0,-0.394531 0.082031,-0.742187 0.25,-1.046875 0.164062,-0.3125 0.410156,-0.550781 0.734375,-0.71875 0.25,-0.125 0.554687,-0.1875 0.921875,-0.1875 0.46875,0 0.832031,0.101562 1.09375,0.296875 0.269531,0.199219 0.441406,0.476563 0.515625,0.828125 L 3,-2.609375 C 2.945312,-2.796875 2.847656,-2.941406 2.703125,-3.046875 2.554688,-3.160156 2.375,-3.21875 2.15625,-3.21875 c -0.34375,0 -0.617188,0.109375 -0.8125,0.328125 -0.199219,0.210937 -0.296875,0.523437 -0.296875,0.9375 0,0.460937 0.097656,0.804687 0.296875,1.03125 0.207031,0.21875 0.472656,0.328125 0.796875,0.328125 C 2.304688,-0.59375 2.46875,-0.625 2.625,-0.6875 2.789062,-0.75 2.929688,-0.828125 3.046875,-0.921875 V -1.40625 Z m 0,0"
+ id="path1369" />
+ </g>
+ <g
+ id="glyph-19-20">
+ <path
+ d="M 0.375,0 V -3.8125 H 1.109375 V 0 Z m 0,0"
+ id="path1372" />
+ </g>
+ <g
+ id="glyph-19-21">
+ <path
+ d="m 0.21875,-1.421875 c 0,-0.238281 0.054688,-0.472656 0.171875,-0.703125 0.125,-0.226562 0.296875,-0.398438 0.515625,-0.515625 0.21875,-0.125 0.460938,-0.1875 0.734375,-0.1875 0.414063,0 0.753906,0.136719 1.015625,0.40625 0.269531,0.273437 0.40625,0.617187 0.40625,1.03125 0,0.417969 -0.136719,0.765625 -0.40625,1.046875 -0.273438,0.2734375 -0.609375,0.40625 -1.015625,0.40625 -0.25,0 -0.492187,-0.05859375 -0.71875,-0.171875 -0.230469,-0.113281 -0.40625,-0.28125 -0.53125,-0.5 -0.117187,-0.21875 -0.171875,-0.488281 -0.171875,-0.8125 z m 0.75,0.046875 c 0,0.273438 0.0625,0.480469 0.1875,0.625 0.132812,0.148438 0.296875,0.21875 0.484375,0.21875 0.1875,0 0.34375,-0.070312 0.46875,-0.21875 0.132813,-0.144531 0.203125,-0.359375 0.203125,-0.640625 0,-0.269531 -0.070312,-0.476563 -0.203125,-0.625 -0.125,-0.144531 -0.28125,-0.21875 -0.46875,-0.21875 -0.1875,0 -0.351563,0.074219 -0.484375,0.21875 -0.125,0.148437 -0.1875,0.359375 -0.1875,0.640625 z m 0,0"
+ id="path1375" />
+ </g>
+ <g
+ id="glyph-19-22">
+ <path
+ d="m 0.34375,0 v -3.8125 h 0.734375 v 1.375 c 0.226563,-0.257812 0.5,-0.390625 0.8125,-0.390625 0.332031,0 0.609375,0.125 0.828125,0.375 0.21875,0.242187 0.328125,0.589844 0.328125,1.046875 0,0.46875 -0.117187,0.835938 -0.34375,1.09375 -0.21875,0.25 -0.492187,0.375 -0.8125,0.375 -0.15625,0 -0.3125,-0.0390625 -0.46875,-0.109375 C 1.273438,-0.128906 1.144531,-0.25 1.03125,-0.40625 V 0 Z m 0.734375,-1.4375 c 0,0.28125 0.046875,0.492188 0.140625,0.625 0.125,0.199219 0.289062,0.296875 0.5,0.296875 0.15625,0 0.289062,-0.066406 0.40625,-0.203125 0.113281,-0.132812 0.171875,-0.351562 0.171875,-0.65625 0,-0.3125 -0.058594,-0.535156 -0.171875,-0.671875 -0.117188,-0.144531 -0.261719,-0.21875 -0.4375,-0.21875 -0.179688,0 -0.324219,0.070313 -0.4375,0.203125 -0.117188,0.136719 -0.171875,0.34375 -0.171875,0.625 z m 0,0"
+ id="path1378" />
+ </g>
+ <g
+ id="glyph-19-23">
+ <path
+ d="m 0.921875,-1.921875 -0.65625,-0.125 C 0.335938,-2.304688 0.460938,-2.5 0.640625,-2.625 c 0.1875,-0.132812 0.460937,-0.203125 0.828125,-0.203125 0.320312,0 0.5625,0.042969 0.71875,0.125 0.164062,0.074219 0.28125,0.171875 0.34375,0.296875 0.0625,0.117188 0.09375,0.328125 0.09375,0.640625 v 0.859375 c 0,0.242188 0.00781,0.417969 0.03125,0.53125 0.019531,0.117188 0.0625,0.242188 0.125,0.375 H 2.0625 C 2.039062,-0.0507812 2.015625,-0.125 1.984375,-0.21875 1.972656,-0.257812 1.96875,-0.285156 1.96875,-0.296875 1.84375,-0.179688 1.707031,-0.09375 1.5625,-0.03125 1.414062,0.03125 1.265625,0.0625 1.109375,0.0625 0.828125,0.0625 0.601562,-0.015625 0.4375,-0.171875 0.269531,-0.328125 0.1875,-0.519531 0.1875,-0.75 c 0,-0.15625 0.035156,-0.296875 0.109375,-0.421875 0.070313,-0.125 0.175781,-0.21875 0.3125,-0.28125 0.132813,-0.0625 0.332031,-0.117187 0.59375,-0.171875 0.332031,-0.0625 0.566406,-0.117188 0.703125,-0.171875 V -1.875 c 0,-0.144531 -0.039062,-0.242188 -0.109375,-0.296875 -0.0625,-0.0625 -0.195313,-0.09375 -0.390625,-0.09375 -0.125,0 -0.226562,0.027344 -0.296875,0.078125 -0.074219,0.054688 -0.136719,0.140625 -0.1875,0.265625 z m 0.984375,0.59375 C 1.8125,-1.296875 1.660156,-1.257812 1.453125,-1.21875 1.253906,-1.175781 1.125,-1.132812 1.0625,-1.09375 c -0.09375,0.074219 -0.140625,0.164062 -0.140625,0.265625 0,0.105469 0.035156,0.195313 0.109375,0.265625 0.082031,0.074219 0.179688,0.109375 0.296875,0.109375 0.132813,0 0.257813,-0.039063 0.375,-0.125 0.09375,-0.070313 0.148437,-0.15625 0.171875,-0.25 0.019531,-0.0625 0.03125,-0.179687 0.03125,-0.359375 z m 0,0"
+ id="path1381" />
+ </g>
+ <g
+ id="glyph-20-0">
+ <path
+ d="M 0.578125,0 V -2.90625 H 2.90625 V 0 Z M 0.65625,-0.078125 h 2.1875 V -2.84375 h -2.1875 z m 0,0"
+ id="path1384" />
+ </g>
+ <g
+ id="glyph-20-1">
+ <path
+ d="M 3.34375,0 H 2.609375 L 2.328125,-0.75 H 0.984375 L 0.71875,0 H 0 l 1.296875,-3.328125 h 0.71875 z m -1.234375,-1.3125 -0.46875,-1.25 -0.4375,1.25 z m 0,0"
+ id="path1387" />
+ </g>
+ <g
+ id="glyph-20-2">
+ <path
+ d="M 0.359375,0 V -3.3125 H 1.03125 v 2.75 H 2.703125 V 0 Z m 0,0"
+ id="path1390" />
+ </g>
+ <g
+ id="glyph-20-3">
+ <path
+ d="M 0.328125,-3.328125 H 1 v 1.796875 c 0,0.292969 0.00781,0.480469 0.03125,0.5625 0.03125,0.136719 0.097656,0.246094 0.203125,0.328125 0.113281,0.085937 0.265625,0.125 0.453125,0.125 0.1875,0 0.328125,-0.035156 0.421875,-0.109375 0.101563,-0.082031 0.160156,-0.179688 0.171875,-0.296875 0.019531,-0.113281 0.03125,-0.300781 0.03125,-0.5625 v -1.84375 h 0.671875 v 1.75 c 0,0.398437 -0.015625,0.679687 -0.046875,0.84375 C 2.90625,-0.566406 2.835938,-0.425781 2.734375,-0.3125 2.640625,-0.195312 2.507812,-0.101562 2.34375,-0.03125 2.175781,0.03125 1.960938,0.0625 1.703125,0.0625 1.378906,0.0625 1.132812,0.0234375 0.96875,-0.046875 0.8125,-0.117188 0.6875,-0.210938 0.59375,-0.328125 0.5,-0.453125 0.4375,-0.578125 0.40625,-0.703125 0.351562,-0.898438 0.328125,-1.1875 0.328125,-1.5625 Z m 0,0"
+ id="path1393" />
+ </g>
+ <g
+ id="glyph-20-4" />
+ <g
+ id="glyph-20-5">
+ <path
+ d="M 0.34375,0 V -3.328125 H 1.75 c 0.363281,0 0.625,0.03125 0.78125,0.09375 0.164062,0.054687 0.296875,0.15625 0.390625,0.3125 0.09375,0.15625 0.140625,0.328125 0.140625,0.515625 0,0.25 -0.074219,0.460938 -0.21875,0.625 -0.148438,0.167969 -0.367188,0.273438 -0.65625,0.3125 0.144531,0.085938 0.265625,0.179688 0.359375,0.28125 0.09375,0.105469 0.222656,0.28125 0.390625,0.53125 L 3.34375,0 H 2.53125 L 2.046875,-0.71875 C 1.867188,-0.976562 1.75,-1.140625 1.6875,-1.203125 1.625,-1.273438 1.554688,-1.320312 1.484375,-1.34375 1.410156,-1.375 1.300781,-1.390625 1.15625,-1.390625 H 1.015625 V 0 Z m 0.671875,-1.921875 h 0.5 c 0.320313,0 0.519531,-0.00781 0.59375,-0.03125 0.082031,-0.03125 0.144531,-0.078125 0.1875,-0.140625 C 2.347656,-2.164062 2.375,-2.253906 2.375,-2.359375 2.375,-2.472656 2.34375,-2.5625 2.28125,-2.625 c -0.0625,-0.070312 -0.148438,-0.117188 -0.25,-0.140625 -0.054688,0 -0.214844,0 -0.484375,0 h -0.53125 z m 0,0"
+ id="path1397" />
+ </g>
+ <g
+ id="glyph-20-6">
+ <path
+ d="M 0.34375,0 V -3.328125 H 2.625 v 0.5625 H 1.015625 v 0.78125 H 2.40625 v 0.5625 H 1.015625 V 0 Z m 0,0"
+ id="path1400" />
+ </g>
+ <g
+ id="glyph-21-0">
+ <path
+ d="M 0.75,0 V -3.734375 H 3.734375 V 0 Z M 0.84375,-0.09375 H 3.640625 V -3.640625 H 0.84375 Z m 0,0"
+ id="path1403" />
+ </g>
+ <g
+ id="glyph-21-1">
+ <path
+ d="m 0.4375,-4.28125 h 1.578125 c 0.351563,0 0.625,0.027344 0.8125,0.078125 C 3.078125,-4.128906 3.289062,-4 3.46875,-3.8125 3.65625,-3.625 3.796875,-3.390625 3.890625,-3.109375 3.984375,-2.835938 4.03125,-2.5 4.03125,-2.09375 4.03125,-1.75 3.984375,-1.445312 3.890625,-1.1875 3.785156,-0.875 3.632812,-0.625 3.4375,-0.4375 3.28125,-0.289062 3.078125,-0.175781 2.828125,-0.09375 2.640625,-0.03125 2.382812,0 2.0625,0 h -1.625 z m 0.859375,0.71875 v 2.84375 H 1.9375 c 0.25,0 0.425781,-0.015625 0.53125,-0.046875 0.132812,-0.03125 0.25,-0.085937 0.34375,-0.171875 C 2.90625,-1.019531 2.976562,-1.15625 3.03125,-1.34375 3.09375,-1.539062 3.125,-1.804688 3.125,-2.140625 3.125,-2.472656 3.09375,-2.726562 3.03125,-2.90625 2.976562,-3.082031 2.898438,-3.21875 2.796875,-3.3125 2.691406,-3.414062 2.554688,-3.484375 2.390625,-3.515625 2.273438,-3.546875 2.039062,-3.5625 1.6875,-3.5625 Z m 0,0"
+ id="path1406" />
+ </g>
+ <g
+ id="glyph-21-2">
+ <path
+ d="m 1.046875,-2.15625 -0.75,-0.140625 c 0.082031,-0.289063 0.222656,-0.507813 0.421875,-0.65625 0.207031,-0.144531 0.515625,-0.21875 0.921875,-0.21875 0.363281,0 0.632813,0.046875 0.8125,0.140625 0.1875,0.085938 0.316406,0.195312 0.390625,0.328125 0.070312,0.125 0.109375,0.367187 0.109375,0.71875 L 2.9375,-1.015625 c 0,0.273437 0.00781,0.476563 0.03125,0.609375 C 3,-0.28125 3.050781,-0.144531 3.125,0 H 2.3125 C 2.289062,-0.0507812 2.265625,-0.132812 2.234375,-0.25 2.222656,-0.289062 2.210938,-0.320312 2.203125,-0.34375 2.066406,-0.207031 1.914062,-0.101562 1.75,-0.03125 1.59375,0.03125 1.425781,0.0625 1.25,0.0625 0.925781,0.0625 0.671875,-0.0195312 0.484375,-0.1875 0.304688,-0.363281 0.21875,-0.582031 0.21875,-0.84375 c 0,-0.175781 0.039062,-0.332031 0.125,-0.46875 C 0.425781,-1.445312 0.539062,-1.550781 0.6875,-1.625 0.84375,-1.695312 1.0625,-1.765625 1.34375,-1.828125 1.726562,-1.898438 1.992188,-1.96875 2.140625,-2.03125 v -0.078125 c 0,-0.15625 -0.042969,-0.265625 -0.125,-0.328125 -0.074219,-0.070312 -0.21875,-0.109375 -0.4375,-0.109375 -0.148437,0 -0.261719,0.03125 -0.34375,0.09375 -0.074219,0.054687 -0.136719,0.152344 -0.1875,0.296875 z m 1.09375,0.671875 c -0.105469,0.03125 -0.273437,0.074219 -0.5,0.125 -0.230469,0.042969 -0.382813,0.089844 -0.453125,0.140625 -0.105469,0.074219 -0.15625,0.167969 -0.15625,0.28125 0,0.117188 0.039062,0.214844 0.125,0.296875 0.09375,0.085937 0.203125,0.125 0.328125,0.125 0.15625,0 0.296875,-0.046875 0.421875,-0.140625 0.101562,-0.070312 0.171875,-0.160156 0.203125,-0.265625 0.019531,-0.070313 0.03125,-0.207031 0.03125,-0.40625 z m 0,0"
+ id="path1409" />
+ </g>
+ <g
+ id="glyph-21-3">
+ <path
+ d="m 1.859375,-3.109375 v 0.65625 h -0.5625 v 1.25 c 0,0.261719 0.00391,0.414063 0.015625,0.453125 0.00781,0.042969 0.03125,0.078125 0.0625,0.109375 0.039062,0.023437 0.085938,0.03125 0.140625,0.03125 0.082031,0 0.191406,-0.023437 0.328125,-0.078125 l 0.078125,0.640625 C 1.734375,0.0234375 1.515625,0.0625 1.265625,0.0625 1.117188,0.0625 0.984375,0.0390625 0.859375,0 0.742188,-0.0507812 0.660156,-0.113281 0.609375,-0.1875 0.554688,-0.269531 0.519531,-0.378906 0.5,-0.515625 0.476562,-0.609375 0.46875,-0.800781 0.46875,-1.09375 v -1.359375 h -0.375 v -0.65625 h 0.375 V -3.71875 l 0.828125,-0.484375 v 1.09375 z m 0,0"
+ id="path1412" />
+ </g>
+ <g
+ id="glyph-21-4" />
+ <g
+ id="glyph-21-5">
+ <path
+ d="M 0.421875,0 V -4.28125 H 1.71875 L 2.5,-1.359375 3.265625,-4.28125 H 4.5625 V 0 H 3.75 V -3.375 L 2.90625,0 H 2.078125 L 1.234375,-3.375 V 0 Z m 0,0"
+ id="path1416" />
+ </g>
+ <g
+ id="glyph-21-6">
+ <path
+ d="M 0.234375,-1.59375 C 0.234375,-1.863281 0.300781,-2.125 0.4375,-2.375 0.570312,-2.632812 0.757812,-2.832031 1,-2.96875 c 0.25,-0.132812 0.53125,-0.203125 0.84375,-0.203125 0.46875,0 0.847656,0.152344 1.140625,0.453125 0.300781,0.304688 0.453125,0.6875 0.453125,1.15625 0,0.46875 -0.152344,0.859375 -0.453125,1.171875 C 2.679688,-0.0859375 2.300781,0.0625 1.84375,0.0625 1.5625,0.0625 1.289062,0 1.03125,-0.125 0.769531,-0.25 0.570312,-0.4375 0.4375,-0.6875 0.300781,-0.9375 0.234375,-1.238281 0.234375,-1.59375 Z m 0.84375,0.046875 c 0,0.304687 0.070313,0.539063 0.21875,0.703125 0.144531,0.167969 0.328125,0.25 0.546875,0.25 0.207031,0 0.382812,-0.082031 0.53125,-0.25 C 2.519531,-1.007812 2.59375,-1.25 2.59375,-1.5625 2.59375,-1.863281 2.519531,-2.09375 2.375,-2.25 2.226562,-2.414062 2.050781,-2.5 1.84375,-2.5 c -0.21875,0 -0.402344,0.085938 -0.546875,0.25 -0.148437,0.15625 -0.21875,0.390625 -0.21875,0.703125 z m 0,0"
+ id="path1419" />
+ </g>
+ <g
+ id="glyph-21-7">
+ <path
+ d="m 1.28125,0 -1.25,-3.109375 h 0.859375 l 0.59375,1.59375 0.15625,0.53125 C 1.691406,-1.117188 1.722656,-1.207031 1.734375,-1.25 c 0.03125,-0.09375 0.0625,-0.179688 0.09375,-0.265625 L 2.40625,-3.109375 H 3.25 L 2.015625,0 Z m 0,0"
+ id="path1422" />
+ </g>
+ <g
+ id="glyph-21-8">
+ <path
+ d="m 2.234375,-0.984375 0.8125,0.140625 c -0.105469,0.292969 -0.273437,0.515625 -0.5,0.671875 C 2.316406,-0.015625 2.03125,0.0625 1.6875,0.0625 1.15625,0.0625 0.757812,-0.109375 0.5,-0.453125 0.289062,-0.734375 0.1875,-1.09375 0.1875,-1.53125 c 0,-0.507812 0.132812,-0.910156 0.40625,-1.203125 0.269531,-0.289063 0.609375,-0.4375 1.015625,-0.4375 0.46875,0 0.832031,0.152344 1.09375,0.453125 0.269531,0.304688 0.398437,0.773438 0.390625,1.40625 h -2.0625 c 0.00781,0.242188 0.078125,0.429688 0.203125,0.5625 0.125,0.136719 0.28125,0.203125 0.46875,0.203125 0.125,0 0.226563,-0.03125 0.3125,-0.09375 0.09375,-0.070313 0.164063,-0.1875 0.21875,-0.34375 z M 2.265625,-1.8125 c 0,-0.238281 -0.0625,-0.421875 -0.1875,-0.546875 -0.117187,-0.125 -0.257813,-0.1875 -0.421875,-0.1875 -0.179688,0 -0.324219,0.070313 -0.4375,0.203125 -0.117188,0.125 -0.171875,0.304688 -0.171875,0.53125 z m 0,0"
+ id="path1425" />
+ </g>
+ <g
+ id="glyph-21-9">
+ <path
+ d="m 0.375,-3.109375 h 0.75 v 0.4375 c 0.269531,-0.332031 0.59375,-0.5 0.96875,-0.5 0.195312,0 0.367188,0.042969 0.515625,0.125 0.144531,0.085937 0.265625,0.210937 0.359375,0.375 0.132812,-0.164063 0.28125,-0.289063 0.4375,-0.375 0.15625,-0.082031 0.328125,-0.125 0.515625,-0.125 0.21875,0 0.40625,0.046875 0.5625,0.140625 0.164063,0.09375 0.285156,0.230469 0.359375,0.40625 0.0625,0.136719 0.09375,0.351562 0.09375,0.640625 V 0 H 4.109375 v -1.78125 c 0,-0.300781 -0.027344,-0.5 -0.078125,-0.59375 -0.085938,-0.113281 -0.203125,-0.171875 -0.359375,-0.171875 -0.117187,0 -0.226563,0.039063 -0.328125,0.109375 C 3.25,-2.363281 3.175781,-2.257812 3.125,-2.125 3.082031,-1.988281 3.0625,-1.773438 3.0625,-1.484375 V 0 H 2.25 V -1.703125 C 2.25,-2.003906 2.234375,-2.195312 2.203125,-2.28125 2.171875,-2.375 2.125,-2.441406 2.0625,-2.484375 2,-2.523438 1.914062,-2.546875 1.8125,-2.546875 c -0.125,0 -0.242188,0.039063 -0.34375,0.109375 C 1.375,-2.375 1.300781,-2.273438 1.25,-2.140625 1.207031,-2.015625 1.1875,-1.800781 1.1875,-1.5 V 0 H 0.375 Z m 0,0"
+ id="path1428" />
+ </g>
+ <g
+ id="glyph-21-10">
+ <path
+ d="M 3.25,0 H 2.4375 v -1.578125 c 0,-0.34375 -0.023438,-0.5625 -0.0625,-0.65625 -0.03125,-0.09375 -0.089844,-0.164063 -0.171875,-0.21875 -0.074219,-0.0625 -0.167969,-0.09375 -0.28125,-0.09375 -0.148437,0 -0.277344,0.042969 -0.390625,0.125 -0.105469,0.074219 -0.179688,0.179687 -0.21875,0.3125 C 1.269531,-1.984375 1.25,-1.75 1.25,-1.40625 V 0 H 0.421875 V -3.109375 H 1.1875 v 0.46875 c 0.269531,-0.351563 0.609375,-0.53125 1.015625,-0.53125 0.1875,0 0.351563,0.03125 0.5,0.09375 0.15625,0.0625 0.269531,0.148437 0.34375,0.25 0.070313,0.105469 0.125,0.226563 0.15625,0.359375 0.03125,0.125 0.046875,0.308594 0.046875,0.546875 z m 0,0"
+ id="path1431" />
+ </g>
+ <g
+ id="glyph-21-11">
+ <path
+ d="m 0.4375,0 v -4.28125 h 3.171875 v 0.71875 h -2.3125 v 0.953125 h 2.15625 v 0.71875 H 1.296875 V -0.71875 H 3.6875 V 0 Z m 0,0"
+ id="path1434" />
+ </g>
+ <g
+ id="glyph-21-12">
+ <path
+ d="M 1.21875,0 H 0.390625 V -3.109375 H 1.15625 V -2.65625 C 1.289062,-2.863281 1.410156,-3 1.515625,-3.0625 c 0.101563,-0.070312 0.21875,-0.109375 0.34375,-0.109375 0.1875,0 0.367187,0.054687 0.546875,0.15625 l -0.25,0.71875 C 2.007812,-2.390625 1.878906,-2.4375 1.765625,-2.4375 c -0.117187,0 -0.214844,0.03125 -0.296875,0.09375 -0.074219,0.0625 -0.136719,0.179688 -0.1875,0.34375 -0.042969,0.167969 -0.0625,0.515625 -0.0625,1.046875 z m 0,0"
+ id="path1437" />
+ </g>
+ <g
+ id="glyph-21-13">
+ <path
+ d="M 0.359375,0.203125 1.296875,0.3125 C 1.304688,0.425781 1.34375,0.503906 1.40625,0.546875 1.476562,0.597656 1.597656,0.625 1.765625,0.625 1.984375,0.625 2.144531,0.59375 2.25,0.53125 2.320312,0.488281 2.375,0.421875 2.40625,0.328125 2.4375,0.253906 2.453125,0.128906 2.453125,-0.046875 V -0.5 C 2.203125,-0.164062 1.890625,0 1.515625,0 1.097656,0 0.769531,-0.175781 0.53125,-0.53125 0.34375,-0.8125 0.25,-1.15625 0.25,-1.5625 c 0,-0.519531 0.125,-0.914062 0.375,-1.1875 0.25,-0.28125 0.554688,-0.421875 0.921875,-0.421875 0.382813,0 0.703125,0.167969 0.953125,0.5 v -0.4375 H 3.265625 V -0.3125 c 0,0.3632812 -0.03125,0.632812 -0.09375,0.8125 -0.054687,0.1875 -0.136719,0.328125 -0.25,0.421875 -0.105469,0.101563 -0.25,0.1875 -0.4375,0.25 -0.179687,0.0625 -0.40625,0.09375 -0.6875,0.09375 -0.523437,0 -0.898437,-0.09375 -1.125,-0.28125 -0.21875,-0.179687 -0.328125,-0.40625 -0.328125,-0.6875 0,-0.023437 0.003906,-0.054687 0.015625,-0.09375 z m 0.734375,-1.8125 c 0,0.324219 0.0625,0.5625 0.1875,0.71875 0.125,0.15625 0.28125,0.234375 0.46875,0.234375 0.195312,0 0.363281,-0.078125 0.5,-0.234375 0.144531,-0.164063 0.21875,-0.398437 0.21875,-0.703125 0,-0.320312 -0.070312,-0.5625 -0.203125,-0.71875 -0.136719,-0.15625 -0.304687,-0.234375 -0.5,-0.234375 -0.199219,0 -0.359375,0.078125 -0.484375,0.234375 -0.125,0.148438 -0.1875,0.382812 -0.1875,0.703125 z m 0,0"
+ id="path1440" />
+ </g>
+ <g
+ id="glyph-21-14">
+ <path
+ d="m 0.046875,-3.109375 h 0.875 L 1.65625,-0.90625 2.375,-3.109375 h 0.859375 l -1.09375,3 L 1.9375,0.421875 C 1.863281,0.609375 1.796875,0.75 1.734375,0.84375 1.671875,0.9375 1.59375,1.007812 1.5,1.0625 1.414062,1.125 1.3125,1.171875 1.1875,1.203125 c -0.117188,0.039063 -0.25,0.0625 -0.40625,0.0625 -0.15625,0 -0.3125,-0.023437 -0.46875,-0.0625 L 0.234375,0.5625 C 0.367188,0.59375 0.488281,0.609375 0.59375,0.609375 0.78125,0.609375 0.914062,0.550781 1,0.4375 1.09375,0.320312 1.164062,0.179688 1.21875,0.015625 Z m 0,0"
+ id="path1443" />
+ </g>
+ <g
+ id="glyph-21-15">
+ <path
+ d="M 3.171875,-1.578125 4.015625,-1.3125 C 3.890625,-0.84375 3.675781,-0.492188 3.375,-0.265625 3.070312,-0.0351562 2.691406,0.078125 2.234375,0.078125 1.660156,0.078125 1.191406,-0.113281 0.828125,-0.5 0.460938,-0.894531 0.28125,-1.429688 0.28125,-2.109375 c 0,-0.707031 0.179688,-1.257813 0.546875,-1.65625 0.375,-0.394531 0.859375,-0.59375 1.453125,-0.59375 0.53125,0 0.957031,0.15625 1.28125,0.46875 0.195312,0.179687 0.34375,0.4375 0.4375,0.78125 L 3.140625,-2.90625 C 3.097656,-3.125 2.992188,-3.296875 2.828125,-3.421875 2.671875,-3.554688 2.476562,-3.625 2.25,-3.625 c -0.324219,0 -0.585938,0.117188 -0.78125,0.34375 -0.199219,0.230469 -0.296875,0.601562 -0.296875,1.109375 0,0.542969 0.097656,0.929687 0.296875,1.15625 0.195312,0.230469 0.453125,0.34375 0.765625,0.34375 0.226563,0 0.421875,-0.070313 0.578125,-0.21875 0.164062,-0.144531 0.285156,-0.375 0.359375,-0.6875 z m 0,0"
+ id="path1446" />
+ </g>
+ <g
+ id="glyph-21-16">
+ <path
+ d="m 0.140625,-0.890625 0.828125,-0.125 c 0.03125,0.167969 0.097656,0.292969 0.203125,0.375 0.113281,0.085937 0.265625,0.125 0.453125,0.125 0.21875,0 0.378906,-0.039063 0.484375,-0.125 0.070313,-0.050781 0.109375,-0.125 0.109375,-0.21875 0,-0.0625 -0.023438,-0.113281 -0.0625,-0.15625 C 2.113281,-1.054688 2.019531,-1.09375 1.875,-1.125 1.21875,-1.269531 0.800781,-1.398438 0.625,-1.515625 0.375,-1.691406 0.25,-1.925781 0.25,-2.21875 c 0,-0.269531 0.101562,-0.492188 0.3125,-0.671875 0.21875,-0.1875 0.550781,-0.28125 1,-0.28125 0.425781,0 0.738281,0.070313 0.9375,0.203125 0.207031,0.136719 0.351562,0.339844 0.4375,0.609375 l -0.78125,0.15625 c -0.03125,-0.125 -0.09375,-0.21875 -0.1875,-0.28125 -0.09375,-0.0625 -0.226562,-0.09375 -0.390625,-0.09375 -0.21875,0 -0.375,0.027344 -0.46875,0.078125 -0.0625,0.054688 -0.09375,0.109375 -0.09375,0.171875 0,0.0625 0.023437,0.117187 0.078125,0.15625 0.070312,0.054687 0.328125,0.132813 0.765625,0.234375 0.4375,0.09375 0.742187,0.214844 0.921875,0.359375 0.164062,0.148437 0.25,0.351563 0.25,0.609375 0,0.28125 -0.121094,0.527344 -0.359375,0.734375 C 2.441406,-0.0351562 2.09375,0.0625 1.625,0.0625 c -0.417969,0 -0.75,-0.0820312 -1,-0.25 -0.25,-0.164062 -0.414062,-0.398438 -0.484375,-0.703125 z m 0,0"
+ id="path1449" />
+ </g>
+ <g
+ id="glyph-21-17">
+ <path
+ d="m 0.4375,0 v -4.28125 h 1.390625 c 0.519531,0 0.863281,0.023438 1.03125,0.0625 0.238281,0.0625 0.441406,0.203125 0.609375,0.421875 0.164062,0.210937 0.25,0.484375 0.25,0.828125 0,0.261719 -0.046875,0.484375 -0.140625,0.671875 -0.09375,0.179687 -0.21875,0.320313 -0.375,0.421875 -0.148437,0.09375 -0.292969,0.164062 -0.4375,0.203125 -0.210937,0.042969 -0.511719,0.0625 -0.90625,0.0625 h -0.5625 V 0 Z m 0.859375,-3.5625 v 1.21875 H 1.78125 c 0.332031,0 0.554688,-0.019531 0.671875,-0.0625 0.113281,-0.050781 0.203125,-0.125 0.265625,-0.21875 0.070312,-0.09375 0.109375,-0.203125 0.109375,-0.328125 0,-0.15625 -0.046875,-0.28125 -0.140625,-0.375 C 2.59375,-3.429688 2.476562,-3.5 2.34375,-3.53125 2.238281,-3.550781 2.03125,-3.5625 1.71875,-3.5625 Z m 0,0"
+ id="path1452" />
+ </g>
+ <g
+ id="glyph-21-18">
+ <path
+ d="m 3.140625,-2.1875 -0.8125,0.140625 c -0.03125,-0.15625 -0.09375,-0.273437 -0.1875,-0.359375 -0.09375,-0.082031 -0.21875,-0.125 -0.375,-0.125 -0.210937,0 -0.375,0.074219 -0.5,0.21875 -0.117187,0.136719 -0.171875,0.371094 -0.171875,0.703125 0,0.367187 0.0625,0.625 0.1875,0.78125 0.125,0.15625 0.289062,0.234375 0.5,0.234375 0.15625,0 0.28125,-0.039062 0.375,-0.125 0.101562,-0.09375 0.175781,-0.25 0.21875,-0.46875 l 0.796875,0.140625 C 3.085938,-0.679688 2.925781,-0.40625 2.6875,-0.21875 2.457031,-0.03125 2.140625,0.0625 1.734375,0.0625 1.285156,0.0625 0.925781,-0.078125 0.65625,-0.359375 0.382812,-0.640625 0.25,-1.035156 0.25,-1.546875 c 0,-0.507813 0.132812,-0.90625 0.40625,-1.1875 0.269531,-0.289063 0.632812,-0.4375 1.09375,-0.4375 0.375,0 0.671875,0.085937 0.890625,0.25 0.226563,0.15625 0.394531,0.402344 0.5,0.734375 z m 0,0"
+ id="path1455" />
+ </g>
+ <g
+ id="glyph-21-19">
+ <path
+ d="m 0.421875,-3.53125 v -0.75 H 1.25 v 0.75 z m 0,3.53125 V -3.109375 H 1.25 V 0 Z m 0,0"
+ id="path1458" />
+ </g>
+ <g
+ id="glyph-21-20">
+ <path
+ d="m 4.296875,0 h -0.9375 l -0.375,-0.96875 H 1.265625 L 0.921875,0 H 0 l 1.671875,-4.28125 h 0.90625 z M 2.703125,-1.6875 2.109375,-3.28125 1.53125,-1.6875 Z m 0,0"
+ id="path1461" />
+ </g>
+ <g
+ id="glyph-21-21">
+ <path
+ d="M 0.421875,0 V -4.28125 H 1.25 V 0 Z m 0,0"
+ id="path1464" />
+ </g>
+ <g
+ id="glyph-22-0">
+ <path
+ d="M 0.828125,0 V -4.15625 H 4.15625 V 0 Z M 0.9375,-0.109375 h 3.125 V -4.0625 h -3.125 z m 0,0"
+ id="path1467" />
+ </g>
+ <g
+ id="glyph-22-1">
+ <path
+ d="M 3.359375,-0.84375 V 0 h -3.1875 C 0.203125,-0.320312 0.300781,-0.625 0.46875,-0.90625 0.644531,-1.195312 0.988281,-1.578125 1.5,-2.046875 c 0.414062,-0.382813 0.671875,-0.644531 0.765625,-0.78125 0.125,-0.1875 0.1875,-0.375 0.1875,-0.5625 0,-0.207031 -0.058594,-0.363281 -0.171875,-0.46875 C 2.175781,-3.972656 2.023438,-4.03125 1.828125,-4.03125 c -0.1875,0 -0.339844,0.058594 -0.453125,0.171875 -0.117188,0.117187 -0.179688,0.308594 -0.1875,0.578125 L 0.265625,-3.375 C 0.328125,-3.875 0.5,-4.234375 0.78125,-4.453125 1.070312,-4.671875 1.429688,-4.78125 1.859375,-4.78125 c 0.46875,0 0.832031,0.125 1.09375,0.375 0.269531,0.25 0.40625,0.570312 0.40625,0.953125 0,0.210937 -0.039063,0.414063 -0.109375,0.609375 C 3.175781,-2.644531 3.054688,-2.441406 2.890625,-2.234375 2.773438,-2.097656 2.570312,-1.894531 2.28125,-1.625 2,-1.363281 1.816406,-1.1875 1.734375,-1.09375 c -0.074219,0.085938 -0.136719,0.167969 -0.1875,0.25 z m 0,0"
+ id="path1470" />
+ </g>
+ <g
+ id="glyph-22-2">
+ <path
+ d="m 1.828125,-4.78125 c 0.457031,0 0.816406,0.164062 1.078125,0.484375 C 3.21875,-3.898438 3.375,-3.25 3.375,-2.34375 c 0,0.898438 -0.15625,1.542969 -0.46875,1.9375 -0.261719,0.3242188 -0.621094,0.484375 -1.078125,0.484375 -0.46875,0 -0.84375,-0.1757812 -1.125,-0.53125 -0.28125,-0.351563 -0.421875,-0.988281 -0.421875,-1.90625 0,-0.894531 0.15625,-1.539063 0.46875,-1.9375 0.257812,-0.320313 0.617188,-0.484375 1.078125,-0.484375 z m 0,0.75 c -0.117187,0 -0.214844,0.039062 -0.296875,0.109375 -0.085938,0.074219 -0.152344,0.199219 -0.203125,0.375 -0.0625,0.242187 -0.09375,0.640625 -0.09375,1.203125 0,0.554688 0.023437,0.933594 0.078125,1.140625 0.0625,0.210937 0.132812,0.351563 0.21875,0.421875 0.082031,0.074219 0.179688,0.109375 0.296875,0.109375 0.113281,0 0.210937,-0.035156 0.296875,-0.109375 0.082031,-0.070312 0.148438,-0.195312 0.203125,-0.375 0.0625,-0.238281 0.09375,-0.632812 0.09375,-1.1875 0,-0.5625 -0.03125,-0.945312 -0.09375,-1.15625 C 2.273438,-3.707031 2.207031,-3.847656 2.125,-3.921875 2.039062,-3.992188 1.941406,-4.03125 1.828125,-4.03125 Z m 0,0"
+ id="path1473" />
+ </g>
+ <g
+ id="glyph-22-3" />
+ <g
+ id="glyph-22-4">
+ <path
+ d="M 3.375,-3.59375 2.5,-3.5 C 2.46875,-3.675781 2.40625,-3.804688 2.3125,-3.890625 2.226562,-3.984375 2.113281,-4.03125 1.96875,-4.03125 c -0.1875,0 -0.351562,0.089844 -0.484375,0.265625 -0.136719,0.167969 -0.21875,0.527344 -0.25,1.078125 0.21875,-0.269531 0.5,-0.40625 0.84375,-0.40625 0.382813,0 0.710937,0.148438 0.984375,0.4375 0.269531,0.292969 0.40625,0.667969 0.40625,1.125 0,0.492188 -0.148438,0.882812 -0.4375,1.171875 -0.28125,0.2929688 -0.648438,0.4375 -1.09375,0.4375 -0.480469,0 -0.875,-0.1875 -1.1875,-0.5625 -0.3125,-0.375 -0.46875,-0.984375 -0.46875,-1.828125 0,-0.875 0.160156,-1.503906 0.484375,-1.890625 0.320313,-0.382813 0.742187,-0.578125 1.265625,-0.578125 0.351562,0 0.648438,0.105469 0.890625,0.3125 0.238281,0.199219 0.390625,0.492188 0.453125,0.875 z m -2.0625,1.984375 c 0,0.304687 0.066406,0.539063 0.203125,0.703125 0.132813,0.15625 0.289063,0.234375 0.46875,0.234375 0.164063,0 0.304687,-0.066406 0.421875,-0.203125 0.113281,-0.132812 0.171875,-0.351562 0.171875,-0.65625 0,-0.300781 -0.0625,-0.523438 -0.1875,-0.671875 -0.125,-0.144531 -0.277344,-0.21875 -0.453125,-0.21875 -0.179688,0 -0.328125,0.070313 -0.453125,0.203125 C 1.367188,-2.082031 1.3125,-1.878906 1.3125,-1.609375 Z m 0,0"
+ id="path1477" />
+ </g>
+ <g
+ id="glyph-22-5">
+ <path
+ d="M 2.625,0 H 1.703125 V -3.4375 C 1.367188,-3.125 0.976562,-2.894531 0.53125,-2.75 v -0.828125 c 0.238281,-0.082031 0.492188,-0.226563 0.765625,-0.4375 0.28125,-0.21875 0.472656,-0.472656 0.578125,-0.765625 h 0.75 z m 0,0"
+ id="path1480" />
+ </g>
+ <g
+ id="glyph-22-6">
+ <path
+ d="M 2,1.40625 H 1.359375 c -0.324219,-0.5 -0.574219,-1.023438 -0.75,-1.5625 C 0.429688,-0.695312 0.34375,-1.21875 0.34375,-1.71875 0.34375,-2.351562 0.453125,-2.945312 0.671875,-3.5 0.859375,-3.988281 1.09375,-4.4375 1.375,-4.84375 H 2 c -0.292969,0.65625 -0.496094,1.214844 -0.609375,1.671875 -0.117187,0.460937 -0.171875,0.949219 -0.171875,1.46875 0,0.355469 0.03125,0.71875 0.09375,1.09375 0.070312,0.367187 0.164062,0.71875 0.28125,1.0625 C 1.664062,0.671875 1.800781,0.988281 2,1.40625 Z m 0,0"
+ id="path1483" />
+ </g>
+ <g
+ id="glyph-22-7">
+ <path
+ d="m 0.484375,0 v -4.765625 h 2.03125 c 0.507813,0 0.878906,0.042969 1.109375,0.125 0.226562,0.085937 0.410156,0.242187 0.546875,0.46875 0.144531,0.21875 0.21875,0.46875 0.21875,0.75 0,0.355469 -0.109375,0.652344 -0.328125,0.890625 -0.210938,0.230469 -0.523438,0.371094 -0.9375,0.421875 0.207031,0.125 0.378906,0.261719 0.515625,0.40625 0.132813,0.148437 0.316406,0.40625 0.546875,0.78125 L 4.765625,0 H 3.625 L 2.921875,-1.03125 C 2.671875,-1.40625 2.5,-1.640625 2.40625,-1.734375 2.320312,-1.828125 2.226562,-1.890625 2.125,-1.921875 2.019531,-1.960938 1.859375,-1.984375 1.640625,-1.984375 h -0.1875 V 0 Z m 0.96875,-2.75 H 2.15625 c 0.46875,0 0.757812,-0.015625 0.875,-0.046875 C 3.144531,-2.835938 3.234375,-2.90625 3.296875,-3 c 0.0625,-0.101562 0.09375,-0.222656 0.09375,-0.359375 0,-0.164063 -0.042969,-0.296875 -0.125,-0.390625 C 3.179688,-3.851562 3.0625,-3.914062 2.90625,-3.9375 2.820312,-3.945312 2.585938,-3.953125 2.203125,-3.953125 h -0.75 z m 0,0"
+ id="path1486" />
+ </g>
+ <g
+ id="glyph-22-8">
+ <path
+ d="m 2.484375,-1.09375 0.90625,0.140625 c -0.117187,0.34375 -0.304687,0.605469 -0.5625,0.78125 -0.25,0.16796875 -0.5625,0.25 -0.9375,0.25 -0.605469,0 -1.054687,-0.195313 -1.34375,-0.59375 -0.21875,-0.3125 -0.328125,-0.707031 -0.328125,-1.1875 0,-0.570313 0.144531,-1.019531 0.4375,-1.34375 0.300781,-0.320313 0.679688,-0.484375 1.140625,-0.484375 0.507813,0 0.910156,0.171875 1.203125,0.515625 0.300781,0.335937 0.445312,0.851563 0.4375,1.546875 H 1.140625 c 0.00781,0.273438 0.082031,0.484375 0.21875,0.640625 0.144531,0.148437 0.320313,0.21875 0.53125,0.21875 0.144531,0 0.265625,-0.035156 0.359375,-0.109375 0.101562,-0.082031 0.179688,-0.207031 0.234375,-0.375 z M 2.53125,-2.015625 C 2.519531,-2.285156 2.445312,-2.488281 2.3125,-2.625 2.1875,-2.757812 2.03125,-2.828125 1.84375,-2.828125 c -0.199219,0 -0.359375,0.074219 -0.484375,0.21875 -0.136719,0.148437 -0.203125,0.34375 -0.203125,0.59375 z m 0,0"
+ id="path1489" />
+ </g>
+ <g
+ id="glyph-22-9">
+ <path
+ d="m 0.078125,-3.453125 h 0.5 V -3.71875 c 0,-0.28125 0.03125,-0.492188 0.09375,-0.640625 0.0625,-0.144531 0.175781,-0.257813 0.34375,-0.34375 0.164063,-0.09375 0.375,-0.140625 0.625,-0.140625 0.257813,0 0.515625,0.039062 0.765625,0.109375 l -0.125,0.640625 C 2.144531,-4.125 2.007812,-4.140625 1.875,-4.140625 c -0.136719,0 -0.234375,0.03125 -0.296875,0.09375 C 1.523438,-3.984375 1.5,-3.867188 1.5,-3.703125 v 0.25 h 0.6875 v 0.71875 H 1.5 V 0 H 0.578125 v -2.734375 h -0.5 z m 0,0"
+ id="path1492" />
+ </g>
+ <g
+ id="glyph-22-10">
+ <path
+ d="M 1.359375,0 H 0.4375 v -3.453125 h 0.84375 v 0.5 c 0.144531,-0.238281 0.273438,-0.394531 0.390625,-0.46875 0.125,-0.070313 0.257813,-0.109375 0.40625,-0.109375 0.207031,0 0.40625,0.058594 0.59375,0.171875 L 2.390625,-2.5625 C 2.234375,-2.65625 2.09375,-2.703125 1.96875,-2.703125 c -0.136719,0 -0.25,0.039063 -0.34375,0.109375 -0.085938,0.0625 -0.152344,0.1875 -0.203125,0.375 -0.042969,0.179688 -0.0625,0.5625 -0.0625,1.15625 z m 0,0"
+ id="path1495" />
+ </g>
+ <g
+ id="glyph-22-11">
+ <path
+ d="M 3.625,0 H 2.703125 v -1.765625 c 0,-0.375 -0.023437,-0.613281 -0.0625,-0.71875 -0.03125,-0.113281 -0.09375,-0.195313 -0.1875,-0.25 -0.085937,-0.0625 -0.1875,-0.09375 -0.3125,-0.09375 -0.15625,0 -0.296875,0.042969 -0.421875,0.125 -0.125,0.085937 -0.214844,0.199219 -0.265625,0.34375 -0.042969,0.148437 -0.0625,0.414063 -0.0625,0.796875 V 0 H 0.46875 V -3.453125 H 1.3125 V -2.9375 c 0.300781,-0.394531 0.679688,-0.59375 1.140625,-0.59375 0.207031,0 0.394531,0.039062 0.5625,0.109375 0.164063,0.074219 0.289063,0.167969 0.375,0.28125 C 3.472656,-3.023438 3.53125,-2.894531 3.5625,-2.75 3.601562,-2.613281 3.625,-2.410156 3.625,-2.140625 Z m 0,0"
+ id="path1498" />
+ </g>
+ <g
+ id="glyph-22-12">
+ <path
+ d="M 3.484375,-2.4375 2.59375,-2.265625 C 2.5625,-2.441406 2.488281,-2.578125 2.375,-2.671875 2.269531,-2.765625 2.132812,-2.8125 1.96875,-2.8125 c -0.230469,0 -0.414062,0.078125 -0.546875,0.234375 -0.136719,0.15625 -0.203125,0.421875 -0.203125,0.796875 0,0.40625 0.066406,0.695312 0.203125,0.859375 0.132813,0.167969 0.316406,0.25 0.546875,0.25 0.175781,0 0.316406,-0.046875 0.421875,-0.140625 0.113281,-0.101562 0.195313,-0.273438 0.25,-0.515625 l 0.890625,0.15625 c -0.09375,0.417969 -0.277344,0.730469 -0.546875,0.9375 -0.261719,0.2109375 -0.609375,0.3125 -1.046875,0.3125 -0.511719,0 -0.917969,-0.15625 -1.21875,-0.46875 -0.292969,-0.320313 -0.4375,-0.765625 -0.4375,-1.328125 0,-0.570312 0.148438,-1.015625 0.453125,-1.328125 0.300781,-0.320313 0.707031,-0.484375 1.21875,-0.484375 0.414063,0 0.75,0.09375 1,0.28125 0.25,0.179688 0.425781,0.449219 0.53125,0.8125 z m 0,0"
+ id="path1501" />
+ </g>
+ <g
+ id="glyph-22-13">
+ <path
+ d="M 0.21875,1.40625 C 0.40625,1.019531 0.535156,0.722656 0.609375,0.515625 0.679688,0.304688 0.75,0.0703125 0.8125,-0.1875 0.875,-0.457031 0.921875,-0.710938 0.953125,-0.953125 0.984375,-1.203125 1,-1.453125 1,-1.703125 1,-2.222656 0.941406,-2.710938 0.828125,-3.171875 0.710938,-3.628906 0.507812,-4.1875 0.21875,-4.84375 h 0.625 c 0.320312,0.46875 0.570312,0.964844 0.75,1.484375 0.1875,0.523437 0.28125,1.046875 0.28125,1.578125 0,0.460938 -0.074219,0.949219 -0.21875,1.46875 C 1.488281,0.257812 1.222656,0.832031 0.859375,1.40625 Z m 0,0"
+ id="path1504" />
+ </g>
+ <g
+ id="glyph-22-14">
+ <path
+ d="m 0.28125,-2.65625 v -0.828125 h 3.328125 v 0.828125 z m 0,1.453125 v -0.84375 h 3.328125 v 0.84375 z m 0,0"
+ id="path1507" />
+ </g>
+ <g
+ id="glyph-23-0">
+ <path
+ d="M 0.828125,0 V -4.15625 H 4.15625 V 0 Z M 0.9375,-0.109375 h 3.125 V -4.0625 h -3.125 z m 0,0"
+ id="path1510" />
+ </g>
+ <g
+ id="glyph-23-1">
+ <path
+ d="M 0.359375,-1.359375 1.34375,-2.34375 0.359375,-3.328125 0.953125,-3.9375 l 1,0.984375 0.96875,-0.984375 0.59375,0.59375 -0.984375,0.984375 1,0.984375 L 2.921875,-0.765625 1.9375,-1.75 0.953125,-0.78125 Z m 0,0"
+ id="path1513" />
+ </g>
+ <g
+ id="glyph-24-0" />
+ <g
+ id="glyph-24-1">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.390625,-4 0.5,-4 c 0.265625,0 0.359375,0.15625 0.359375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.703125,0.6875 V 0 H 2.359375 V -0.15625 C 1.828125,-0.171875 1.6875,-0.28125 1.6875,-0.671875 v -2.8125 C 1.6875,-3.5 1.765625,-3.59375 1.828125,-3.671875 2.078125,-3.890625 2.5,-4.0625 2.859375,-4.0625 3.28125,-4.0625 3.5,-3.71875 3.5,-3.015625 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.671875,0.703125 V 0 h 2.21875 v -0.15625 c -0.5625,0 -0.703125,-0.171875 -0.703125,-0.796875 v -2.5 c 0.296875,-0.4375 0.625,-0.609375 1.078125,-0.609375 0.5625,0 0.734375,0.265625 0.734375,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.640625,0.71875 V 0 h 2.15625 v -0.15625 l -0.25,-0.015625 C 7.125,-0.1875 7,-0.375 7,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.15625,-1.765625 -0.578125,0 -1.078125,0.25 -1.609375,0.828125 -0.1875,-0.5625 -0.515625,-0.828125 -1.046875,-0.828125 -0.4375,0 -0.71875,0.125 -1.546875,0.765625 v -0.75 l -0.0625,-0.015625 c -0.515625,0.1875 -0.84375,0.296875 -1.390625,0.4375 z m 0,0"
+ id="path1517" />
+ </g>
+ <g
+ id="glyph-24-2">
+ <path
+ d="M 2.484375,-4.578125 C 1.1875,-4.578125 0.28125,-3.625 0.28125,-2.25 c 0,1.34375 0.921875,2.34375 2.171875,2.34375 1.25,0 2.203125,-1.046875 2.203125,-2.421875 0,-1.3125 -0.90625,-2.25 -2.171875,-2.25 z M 2.34375,-4.3125 c 0.84375,0 1.421875,0.96875 1.421875,2.328125 0,1.125 -0.453125,1.8125 -1.1875,1.8125 -0.390625,0 -0.75,-0.25 -0.96875,-0.640625 -0.265625,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.171875,-1.578125 z m 0,0"
+ id="path1520" />
+ </g>
+ <g
+ id="glyph-24-3">
+ <path
+ d="m 4.71875,-4.484375 h -1.375 v 0.140625 c 0.328125,0.03125 0.46875,0.140625 0.46875,0.328125 0,0.09375 -0.015625,0.203125 -0.0625,0.296875 L 2.78125,-1.140625 1.765625,-3.6875 c -0.0625,-0.140625 -0.09375,-0.28125 -0.09375,-0.375 0,-0.171875 0.109375,-0.25 0.453125,-0.28125 V -4.484375 H 0.1875 v 0.140625 c 0.375,0.03125 0.453125,0.125 0.90625,1.15625 l 1.1875,2.859375 c 0.015625,0.0625 0.046875,0.125 0.078125,0.203125 0.0625,0.1875 0.125,0.265625 0.171875,0.265625 0.0625,0 0.140625,-0.125 0.28125,-0.5 L 4.078125,-3.5625 C 4.375,-4.234375 4.421875,-4.3125 4.71875,-4.34375 Z m 0,0"
+ id="path1523" />
+ </g>
+ <g
+ id="glyph-24-4">
+ <path
+ d="M 4.046875,-1.640625 C 3.5625,-0.875 3.140625,-0.59375 2.5,-0.59375 c -0.5625,0 -0.984375,-0.28125 -1.265625,-0.859375 -0.1875,-0.375 -0.25,-0.703125 -0.28125,-1.3125 h 3.0625 c -0.078125,-0.640625 -0.1875,-0.9375 -0.421875,-1.25 -0.3125,-0.359375 -0.765625,-0.5625 -1.28125,-0.5625 -0.484375,0 -0.953125,0.171875 -1.328125,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.953125,0.09375 2.09375,0.09375 c 0.953125,0 1.6875,-0.578125 2.109375,-1.65625 z m -3.0625,-1.4375 c 0.109375,-0.78125 0.4375,-1.15625 1.046875,-1.15625 0.609375,0 0.84375,0.28125 0.96875,1.15625 z m 0,0"
+ id="path1526" />
+ </g>
+ <g
+ id="glyph-24-5">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.625,0.734375 V 0 H 2.28125 V -0.15625 C 1.765625,-0.1875 1.625,-0.3125 1.625,-0.671875 V -3.46875 c 0.46875,-0.453125 0.6875,-0.5625 1.015625,-0.5625 0.484375,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.625,0.828125 V 0 H 4.796875 V -0.15625 C 4.3125,-0.203125 4.203125,-0.3125 4.203125,-0.8125 v -2.28125 c 0,-0.9375 -0.4375,-1.484375 -1.171875,-1.484375 -0.453125,0 -0.765625,0.15625 -1.4375,0.796875 V -4.5625 l -0.0625,-0.015625 c -0.484375,0.171875 -0.828125,0.28125 -1.375,0.4375 z m 0,0"
+ id="path1529" />
+ </g>
+ <g
+ id="glyph-24-6">
+ <path
+ d="m 2.53125,-4.484375 h -1 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.078125,-0.125 C 1.390625,-5.6875 1.328125,-5.59375 1.265625,-5.5 0.875,-4.9375 0.453125,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 H 0.6875 v 3 c 0,0.84375 0.296875,1.265625 0.890625,1.265625 0.484375,0 0.859375,-0.234375 1.1875,-0.75 l -0.125,-0.109375 c -0.21875,0.25 -0.375,0.34375 -0.59375,0.34375 -0.375,0 -0.515625,-0.265625 -0.515625,-0.890625 v -2.859375 h 1 z m 0,0"
+ id="path1532" />
+ </g>
+ <g
+ id="glyph-24-7">
+ <path
+ d="M 2.921875,-6.734375 C 2.1875,-6.265625 1.890625,-6 1.53125,-5.546875 c -0.703125,0.875 -1.0625,1.875 -1.0625,3.03125 0,1.265625 0.375,2.25 1.25,3.265625 C 2.125,1.21875 2.375,1.453125 2.890625,1.765625 l 0.125,-0.15625 C 2.21875,0.984375 1.9375,0.625 1.671875,-0.125 1.4375,-0.78125 1.328125,-1.546875 1.328125,-2.546875 c 0,-1.046875 0.125,-1.859375 0.390625,-2.484375 C 2,-5.640625 2.296875,-6 3.015625,-6.578125 Z m 0,0"
+ id="path1535" />
+ </g>
+ <g
+ id="glyph-24-8">
+ <path
+ d="m 1.734375,-4.578125 -1.53125,0.546875 v 0.140625 H 0.28125 c 0.109375,-0.03125 0.25,-0.03125 0.328125,-0.03125 0.25,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.78125,0.859375 V 0 H 2.5 V -0.15625 C 1.859375,-0.203125 1.765625,-0.296875 1.765625,-1.015625 V -4.5625 Z M 1.265625,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.296875,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.21875,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path1538" />
+ </g>
+ <g
+ id="glyph-24-9">
+ <path
+ d="M 1.234375,-1 C 0.9375,-1 0.6875,-0.734375 0.6875,-0.421875 c 0,0.28125 0.25,0.53125 0.546875,0.53125 0.296875,0 0.5625,-0.25 0.5625,-0.53125 C 1.796875,-0.734375 1.53125,-1 1.234375,-1 Z m 0,0"
+ id="path1541" />
+ </g>
+ <g
+ id="glyph-24-10">
+ <path
+ d="M 0.828125,1.40625 C 1.484375,1.078125 1.9375,0.46875 1.9375,-0.125 c 0,-0.5 -0.359375,-0.890625 -0.796875,-0.890625 -0.34375,0 -0.578125,0.234375 -0.578125,0.5625 0,0.328125 0.21875,0.515625 0.578125,0.515625 0.0625,0 0.125,-0.015625 0.1875,-0.015625 0.0625,-0.03125 0.0625,-0.03125 0.078125,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.8125,1.0625 z m 0,0"
+ id="path1544" />
+ </g>
+ <g
+ id="glyph-24-11">
+ <path
+ d="m 3.40625,0.09375 1.453125,-0.515625 v -0.15625 C 4.6875,-0.5625 4.671875,-0.5625 4.640625,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.15625,-6.8125 C 3.671875,-6.640625 3.328125,-6.546875 2.6875,-6.375 v 0.171875 C 2.78125,-6.21875 2.828125,-6.21875 2.90625,-6.21875 c 0.375,0 0.46875,0.09375 0.46875,0.5 v 1.5625 c -0.390625,-0.3125 -0.65625,-0.421875 -1.046875,-0.421875 -1.140625,0 -2.0625,1.125 -2.0625,2.53125 0,1.28125 0.75,2.140625 1.828125,2.140625 0.5625,0 0.9375,-0.1875 1.28125,-0.65625 v 0.625 z M 3.375,-1.015625 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.1875,0.203125 -0.421875,0.296875 -0.71875,0.296875 -0.8125,0 -1.359375,-0.796875 -1.359375,-2.015625 0,-1.125 0.484375,-1.875 1.234375,-1.875 0.515625,0 1.015625,0.46875 1.015625,1 z m 0,0"
+ id="path1547" />
+ </g>
+ <g
+ id="glyph-24-12">
+ <path
+ d="m 4.375,-0.65625 c -0.171875,0.140625 -0.28125,0.1875 -0.4375,0.1875 -0.21875,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.1875,-1.046875 -0.21875,-0.359375 -0.65625,-0.546875 -1.234375,-0.546875 -0.9375,0 -1.65625,0.484375 -1.65625,1.109375 0,0.234375 0.1875,0.421875 0.421875,0.421875 0.234375,0 0.4375,-0.1875 0.4375,-0.40625 0,-0.046875 0,-0.09375 -0.015625,-0.171875 C 1.390625,-3.703125 1.375,-3.78125 1.375,-3.859375 1.375,-4.125 1.6875,-4.34375 2.09375,-4.34375 c 0.484375,0 0.75,0.28125 0.75,0.828125 v 0.609375 c -1.53125,0.609375 -1.6875,0.6875 -2.125,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.4375,0 0.84375,-0.203125 1.453125,-0.71875 0.046875,0.515625 0.21875,0.71875 0.625,0.71875 0.34375,0 0.546875,-0.109375 0.890625,-0.5 z m -1.53125,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.265625,0.515625 -0.234375,0.140625 -0.5,0.21875 -0.71875,0.21875 -0.34375,0 -0.625,-0.328125 -0.625,-0.765625 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.609375,-1.390625 z m 0,0"
+ id="path1550" />
+ </g>
+ <g
+ id="glyph-24-13">
+ <path
+ d="M 0.3125,-4.171875 H 1 v 3.125 C 1,-0.59375 0.9375,-0.34375 0.796875,-0.265625 0.703125,-0.1875 0.609375,-0.171875 0.3125,-0.15625 V 0 H 2.53125 V -0.15625 C 1.96875,-0.203125 1.828125,-0.328125 1.828125,-0.78125 V -4.171875 H 3.6875 v 3.328125 c 0,0.5 -0.140625,0.65625 -0.65625,0.6875 V 0 h 2.125 V -0.15625 C 4.625,-0.1875 4.53125,-0.296875 4.53125,-0.8125 V -6.78125 L 4.484375,-6.8125 c -0.09375,0.015625 -0.1875,0.046875 -0.3125,0.109375 C 3.984375,-6.609375 3.84375,-6.5625 3.75,-6.5625 3.703125,-6.5625 3.609375,-6.59375 3.453125,-6.640625 3.1875,-6.75 2.890625,-6.8125 2.65625,-6.8125 c -0.46875,0 -0.921875,0.25 -1.203125,0.625 C 1.15625,-5.75 1.0625,-5.359375 1.015625,-4.484375 H 0.3125 Z m 3.375,-0.3125 H 1.828125 V -5 c 0,-1.046875 0.21875,-1.546875 0.65625,-1.546875 0.203125,0 0.328125,0.09375 0.5,0.359375 0.203125,0.28125 0.328125,0.359375 0.546875,0.359375 0.078125,0 0.109375,-0.015625 0.15625,-0.0625 z m 0,0"
+ id="path1553" />
+ </g>
+ <g
+ id="glyph-24-14">
+ <path
+ d="m 5.65625,-4.484375 v 0.140625 c 0.34375,0.078125 0.4375,0.140625 0.4375,0.3125 0,0.15625 -0.0625,0.390625 -0.171875,0.65625 L 5.03125,-1.15625 4.203125,-3.390625 C 4.03125,-3.84375 4.03125,-3.84375 4.03125,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.578125,-0.359375 V -4.484375 H 2.59375 v 0.140625 c 0.375,0.046875 0.484375,0.15625 0.6875,0.6875 0.0625,0.203125 0.140625,0.390625 0.203125,0.5625 L 2.578125,-1.109375 1.59375,-3.703125 C 1.5625,-3.8125 1.53125,-3.90625 1.53125,-4 c 0,-0.21875 0.125,-0.296875 0.453125,-0.34375 v -0.140625 h -1.78125 v 0.140625 c 0.234375,0.03125 0.3125,0.125 0.53125,0.640625 l 1.34375,3.40625 c 0.109375,0.296875 0.1875,0.4375 0.25,0.4375 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.109375,-2.390625 0.90625,2.34375 c 0.125,0.375 0.171875,0.4375 0.234375,0.4375 0.0625,0 0.109375,-0.09375 0.28125,-0.484375 L 6.46875,-3.796875 C 6.640625,-4.21875 6.671875,-4.265625 6.875,-4.34375 v -0.140625 z m 0,0"
+ id="path1556" />
+ </g>
+ <g
+ id="glyph-24-15">
+ <path
+ d="M 0.375,1.765625 C 1.109375,1.28125 1.40625,1.03125 1.765625,0.5625 c 0.71875,-0.859375 1.0625,-1.859375 1.0625,-3.03125 0,-1.265625 -0.375,-2.234375 -1.25,-3.25 -0.40625,-0.484375 -0.65625,-0.703125 -1.171875,-1.015625 l -0.125,0.15625 c 0.796875,0.625 1.0625,0.96875 1.34375,1.71875 0.234375,0.671875 0.34375,1.4375 0.34375,2.421875 0,1.046875 -0.125,1.875 -0.390625,2.484375 C 1.296875,0.671875 1,1.03125 0.28125,1.609375 Z m 0,0"
+ id="path1559" />
+ </g>
+ <g
+ id="glyph-24-16">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.359375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.703125,0.6875 V 0 h 2.375 V -0.15625 C 1.75,-0.171875 1.578125,-0.328125 1.578125,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.140625,0.046875 0.25,0.140625 0.15625,0.140625 0.265625,0.203125 0.40625,0.203125 0.234375,0 0.375,-0.171875 0.375,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.53125,-0.515625 -0.421875,0 -0.703125,0.21875 -1.203125,0.921875 V -4.5625 L 1.53125,-4.578125 c -0.515625,0.21875 -0.875,0.34375 -1.46875,0.53125 z m 0,0"
+ id="path1562" />
+ </g>
+ <g
+ id="glyph-24-17">
+ <path
+ d="M 4.140625,-1.34375 3.96875,-1.390625 c -0.109375,0.5 -0.171875,0.65625 -0.296875,0.828125 C 3.53125,-0.390625 3.203125,-0.296875 2.6875,-0.296875 H 1.328125 L 4,-4.34375 V -4.484375 H 0.5625 L 0.53125,-3.3125 h 0.171875 c 0.09375,-0.71875 0.234375,-0.875 0.828125,-0.875 h 1.375 L 0.265625,-0.15625 V 0 H 4 Z m 0,0"
+ id="path1565" />
+ </g>
+ <g
+ id="glyph-24-18">
+ <path
+ d="m 3.9375,-1.5625 c -0.46875,0.703125 -0.828125,0.9375 -1.390625,0.9375 -0.90625,0 -1.53125,-0.796875 -1.53125,-1.9375 0,-1.03125 0.546875,-1.734375 1.34375,-1.734375 0.359375,0 0.484375,0.109375 0.578125,0.484375 L 3,-3.59375 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.25,0 0.46875,-0.1875 0.46875,-0.421875 0,-0.546875 -0.6875,-1.015625 -1.515625,-1.015625 -0.484375,0 -1,0.1875 -1.40625,0.546875 C 0.53125,-3.59375 0.25,-2.90625 0.25,-2.125 c 0,1.296875 0.78125,2.21875 1.875,2.21875 0.453125,0 0.84375,-0.15625 1.203125,-0.46875 0.265625,-0.234375 0.453125,-0.5 0.75,-1.09375 z m 0,0"
+ id="path1568" />
+ </g>
+ <g
+ id="glyph-24-19">
+ <path
+ d="M 3.125,-3.125 3.078125,-4.484375 H 2.96875 L 2.953125,-4.46875 c -0.09375,0.078125 -0.09375,0.078125 -0.140625,0.078125 -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.6875,-0.125 C 1.0625,-4.578125 0.5,-4.0625 0.5,-3.34375 c 0,0.546875 0.328125,0.953125 1.171875,1.4375 l 0.5625,0.328125 c 0.34375,0.1875 0.515625,0.4375 0.515625,0.734375 0,0.4375 -0.3125,0.71875 -0.8125,0.71875 -0.34375,0 -0.65625,-0.125 -0.84375,-0.34375 -0.203125,-0.25 -0.296875,-0.484375 -0.421875,-1.046875 h -0.15625 v 1.5625 h 0.125 C 0.71875,-0.0625 0.75,-0.078125 0.875,-0.078125 0.953125,-0.078125 1.09375,-0.0625 1.328125,0 1.609375,0.0625 1.875,0.09375 2.046875,0.09375 c 0.765625,0 1.40625,-0.578125 1.40625,-1.265625 0,-0.5 -0.25,-0.828125 -0.84375,-1.1875 L 1.546875,-3 C 1.265625,-3.15625 1.125,-3.40625 1.125,-3.671875 c 0,-0.40625 0.296875,-0.6875 0.75,-0.6875 0.578125,0 0.875,0.34375 1.09375,1.234375 z m 0,0"
+ id="path1571" />
+ </g>
+ <g
+ id="glyph-24-20">
+ <path
+ d="M 3.0625,-4.484375 H 1.84375 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.5625,-0.890625 0.203125,0 0.34375,0.09375 0.53125,0.390625 0.15625,0.265625 0.265625,0.359375 0.4375,0.359375 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.4375,-0.625 -1.03125,-0.625 -0.609375,0 -1.140625,0.265625 -1.40625,0.734375 -0.25,0.4375 -0.328125,0.796875 -0.34375,1.59375 h -0.8125 v 0.3125 h 0.8125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.8125,0.875 V 0 H 2.78125 V -0.15625 C 1.96875,-0.171875 1.859375,-0.296875 1.859375,-1.03125 V -4.171875 H 3.0625 Z m 0,0"
+ id="path1574" />
+ </g>
+ <g
+ id="glyph-25-0" />
+ <g
+ id="glyph-25-1">
+ <path
+ d="m 1.15625,-1.09375 c 0,0.75 -0.125,0.875 -0.96875,0.90625 V 0 H 3.171875 V -0.1875 C 2.359375,-0.21875 2.1875,-0.359375 2.1875,-1.09375 v -4.421875 c 0,-0.71875 0.140625,-0.859375 0.984375,-0.890625 v -0.1875 H 0.1875 v 0.1875 c 0.859375,0.046875 0.96875,0.15625 0.96875,0.890625 z m 0,0"
+ id="path1578" />
+ </g>
+ <g
+ id="glyph-25-2">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.328125,-4 0.4375,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.625,0.734375 V 0 H 2.328125 V -0.15625 C 1.8125,-0.1875 1.65625,-0.3125 1.65625,-0.671875 V -3.46875 c 0.484375,-0.453125 0.703125,-0.5625 1.03125,-0.5625 0.5,0 0.75,0.296875 0.75,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.640625,0.828125 V 0 h 2.09375 V -0.15625 C 4.40625,-0.203125 4.28125,-0.3125 4.28125,-0.8125 v -2.28125 c 0,-0.9375 -0.453125,-1.484375 -1.1875,-1.484375 -0.46875,0 -0.78125,0.15625 -1.46875,0.796875 V -4.5625 L 1.546875,-4.578125 C 1.0625,-4.40625 0.71875,-4.296875 0.15625,-4.140625 Z m 0,0"
+ id="path1581" />
+ </g>
+ <g
+ id="glyph-25-3">
+ <path
+ d="m 0.09375,-3.921875 c 0.09375,0 0.15625,0 0.25,0 0.34375,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.75,1.828125 0.640625,1.9375 0.046875,2 V 2.15625 H 2.5 V 1.984375 c -0.765625,-0.015625 -0.890625,-0.125 -0.890625,-0.75 v -1.5625 C 1.953125,0 2.203125,0.09375 2.625,0.09375 c 1.1875,0 2.125,-1.109375 2.125,-2.5625 0,-1.234375 -0.71875,-2.109375 -1.6875,-2.109375 -0.5625,0 -1.015625,0.234375 -1.453125,0.78125 V -4.5625 l -0.0625,-0.015625 C 1,-4.375 0.640625,-4.25 0.09375,-4.078125 Z m 1.515625,0.59375 c 0,-0.296875 0.5625,-0.65625 1.03125,-0.65625 0.734375,0 1.234375,0.75 1.234375,1.90625 0,1.109375 -0.5,1.859375 -1.21875,1.859375 -0.46875,0 -1.046875,-0.359375 -1.046875,-0.65625 z m 0,0"
+ id="path1584" />
+ </g>
+ <g
+ id="glyph-25-4">
+ <path
+ d="m 4.46875,-0.65625 c -0.171875,0.140625 -0.296875,0.1875 -0.453125,0.1875 -0.234375,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.0625,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.65625,-0.546875 -1.25,-0.546875 -0.953125,0 -1.703125,0.484375 -1.703125,1.109375 0,0.234375 0.203125,0.421875 0.4375,0.421875 0.234375,0 0.453125,-0.1875 0.453125,-0.40625 C 1.453125,-3.5 1.4375,-3.546875 1.4375,-3.625 1.40625,-3.703125 1.40625,-3.78125 1.40625,-3.859375 c 0,-0.265625 0.3125,-0.484375 0.71875,-0.484375 0.5,0 0.765625,0.28125 0.765625,0.828125 v 0.609375 c -1.546875,0.609375 -1.71875,0.6875 -2.15625,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.0625,1.0625 0.4375,0 0.859375,-0.203125 1.46875,-0.71875 0.046875,0.515625 0.234375,0.71875 0.640625,0.71875 0.34375,0 0.5625,-0.109375 0.921875,-0.5 z m -1.578125,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.25,0.515625 -0.25,0.140625 -0.53125,0.21875 -0.75,0.21875 -0.34375,0 -0.625,-0.328125 -0.625,-0.765625 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.625,-1.390625 z m 0,0"
+ id="path1587" />
+ </g>
+ <g
+ id="glyph-25-5">
+ <path
+ d="m 0.078125,-3.890625 c 0.140625,-0.03125 0.21875,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.71875,0.6875 V 0 H 2.46875 V -0.15625 C 1.78125,-0.171875 1.609375,-0.328125 1.609375,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.71875,-0.8125 0.046875,0 0.140625,0.046875 0.25,0.140625 0.171875,0.140625 0.28125,0.203125 0.40625,0.203125 0.25,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.546875,-0.515625 -0.421875,0 -0.71875,0.21875 -1.21875,0.921875 V -4.5625 L 1.5625,-4.578125 c -0.53125,0.21875 -0.890625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path1590" />
+ </g>
+ <g
+ id="glyph-25-6">
+ <path
+ d="m 2.578125,-4.484375 h -1.03125 v -1.15625 c 0,-0.09375 0,-0.125 -0.0625,-0.125 C 1.40625,-5.6875 1.359375,-5.59375 1.28125,-5.5 0.890625,-4.9375 0.46875,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.3125,1.265625 0.90625,1.265625 0.484375,0 0.875,-0.234375 1.203125,-0.75 l -0.125,-0.109375 c -0.21875,0.25 -0.390625,0.34375 -0.609375,0.34375 -0.375,0 -0.53125,-0.265625 -0.53125,-0.890625 v -2.859375 h 1.03125 z m 0,0"
+ id="path1593" />
+ </g>
+ <g
+ id="glyph-25-7">
+ <path
+ d="m 1.765625,-4.578125 -1.5625,0.546875 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.25,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.796875,0.859375 V 0 H 2.546875 V -0.15625 C 1.890625,-0.203125 1.8125,-0.296875 1.8125,-1.015625 V -4.5625 Z M 1.296875,-6.8125 c -0.28125,0 -0.515625,0.234375 -0.515625,0.515625 0,0.28125 0.234375,0.5 0.515625,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.234375,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path1596" />
+ </g>
+ <g
+ id="glyph-25-8">
+ <path
+ d="M 4.015625,-1.5625 C 3.53125,-0.859375 3.171875,-0.625 2.59375,-0.625 c -0.921875,0 -1.5625,-0.796875 -1.5625,-1.9375 0,-1.03125 0.546875,-1.734375 1.375,-1.734375 0.359375,0 0.484375,0.109375 0.59375,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.265625,0.453125 0.46875,0.453125 0.265625,0 0.484375,-0.1875 0.484375,-0.421875 0,-0.546875 -0.703125,-1.015625 -1.546875,-1.015625 -0.5,0 -1.015625,0.1875 -1.421875,0.546875 C 0.53125,-3.59375 0.25,-2.90625 0.25,-2.125 c 0,1.296875 0.796875,2.21875 1.921875,2.21875 0.453125,0 0.859375,-0.15625 1.21875,-0.46875 0.265625,-0.234375 0.46875,-0.5 0.765625,-1.09375 z m 0,0"
+ id="path1599" />
+ </g>
+ <g
+ id="glyph-25-9">
+ <path
+ d="M 4.828125,-0.5 H 4.78125 C 4.3125,-0.5 4.203125,-0.609375 4.203125,-1.0625 V -4.484375 H 2.609375 V -4.3125 c 0.625,0.03125 0.75,0.125 0.75,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.28125,0.21875 -0.59375,0.328125 -0.890625,0.328125 -0.390625,0 -0.71875,-0.328125 -0.71875,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.484375,0.03125 0.625,0.171875 0.625,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.21875,1.296875 0.375,0 0.765625,-0.15625 1.046875,-0.421875 L 3.40625,-0.75 v 0.8125 l 0.046875,0.03125 c 0.5,-0.203125 0.859375,-0.3125 1.375,-0.453125 z m 0,0"
+ id="path1602" />
+ </g>
+ <g
+ id="glyph-25-10">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.234375,-0.03125 0.3125,-0.03125 0.328125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.765625,0.71875 V 0 h 2.375 v -0.15625 c -0.640625,-0.03125 -0.75,-0.140625 -0.75,-0.6875 v -5.9375 L 1.796875,-6.8125 C 1.265625,-6.640625 0.890625,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path1605" />
+ </g>
+ <g
+ id="glyph-25-11">
+ <path
+ d="m 0.84375,1.40625 c 0.671875,-0.328125 1.125,-0.9375 1.125,-1.53125 0,-0.5 -0.359375,-0.890625 -0.8125,-0.890625 -0.34375,0 -0.59375,0.234375 -0.59375,0.5625 0,0.328125 0.234375,0.515625 0.59375,0.515625 0.0625,0 0.140625,-0.015625 0.203125,-0.015625 0.0625,-0.03125 0.0625,-0.03125 0.078125,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.828125,1.0625 z m 0,0"
+ id="path1608" />
+ </g>
+ <g
+ id="glyph-25-12">
+ <path
+ d="m 3.125,-4.484375 h -1.25 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.578125,-0.890625 0.21875,0 0.359375,0.09375 0.53125,0.390625 0.171875,0.265625 0.28125,0.359375 0.453125,0.359375 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.4375,-0.625 -1.046875,-0.625 -0.625,0 -1.15625,0.265625 -1.421875,0.734375 -0.265625,0.4375 -0.34375,0.796875 -0.34375,1.59375 H 0.21875 v 0.3125 h 0.828125 v 3.140625 c 0,0.71875 -0.125,0.84375 -0.84375,0.875 V 0 h 2.625 V -0.15625 C 2,-0.171875 1.890625,-0.296875 1.890625,-1.03125 V -4.171875 H 3.125 Z m 0,0"
+ id="path1611" />
+ </g>
+ <g
+ id="glyph-25-13">
+ <path
+ d="m 2.515625,-4.578125 c -1.296875,0 -2.21875,0.953125 -2.21875,2.328125 0,1.34375 0.9375,2.34375 2.203125,2.34375 1.28125,0 2.25,-1.046875 2.25,-2.421875 0,-1.3125 -0.9375,-2.25 -2.234375,-2.25 z m -0.125,0.265625 c 0.84375,0 1.4375,0.96875 1.4375,2.328125 0,1.125 -0.453125,1.8125 -1.203125,1.8125 -0.390625,0 -0.765625,-0.25 -0.984375,-0.640625 -0.28125,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.1875,-1.578125 z m 0,0"
+ id="path1614" />
+ </g>
+ <g
+ id="glyph-25-14">
+ <path
+ d="m 1.046875,-1.09375 c 0,0.71875 -0.125,0.859375 -0.890625,0.90625 V 0 h 2.875 c 1.171875,0 2.234375,-0.328125 2.859375,-0.890625 0.65625,-0.578125 1.03125,-1.46875 1.03125,-2.4375 C 6.921875,-4.234375 6.609375,-5 6.0625,-5.546875 5.375,-6.234375 4.265625,-6.59375 2.890625,-6.59375 H 0.15625 v 0.1875 c 0.796875,0.0625 0.890625,0.15625 0.890625,0.890625 z m 1.03125,-4.75 c 0,-0.3125 0.109375,-0.390625 0.53125,-0.390625 0.859375,0 1.515625,0.15625 2,0.5 C 5.40625,-5.1875 5.8125,-4.34375 5.8125,-3.265625 5.8125,-2.078125 5.40625,-1.25 4.578125,-0.78125 4.0625,-0.484375 3.484375,-0.375 2.609375,-0.375 c -0.40625,0 -0.53125,-0.078125 -0.53125,-0.40625 z m 0,0"
+ id="path1617" />
+ </g>
+ <g
+ id="glyph-25-15">
+ <path
+ d="m 6.171875,0.109375 v -5.25 c 0,-0.59375 0.109375,-0.953125 0.296875,-1.09375 C 6.609375,-6.328125 6.75,-6.375 7.140625,-6.40625 v -0.1875 h -2.375 v 0.1875 c 0.375,0.03125 0.53125,0.0625 0.671875,0.15625 0.203125,0.140625 0.296875,0.5 0.296875,1.109375 V -1.78125 L 1.84375,-6.59375 H 0.125 v 0.1875 c 0.4375,0 0.578125,0.078125 0.96875,0.546875 V -1.46875 C 1.09375,-0.4375 0.953125,-0.25 0.125,-0.1875 V 0 H 2.5 V -0.1875 C 1.71875,-0.234375 1.546875,-0.453125 1.546875,-1.46875 V -5.375 L 6,0.109375 Z m 0,0"
+ id="path1620" />
+ </g>
+ <g
+ id="glyph-25-16">
+ <path
+ d="M 3.171875,-3.125 3.140625,-4.484375 H 3.03125 L 3.015625,-4.46875 c -0.09375,0.078125 -0.109375,0.078125 -0.15625,0.078125 -0.046875,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 -0.796875,0 -1.375,0.515625 -1.375,1.234375 0,0.546875 0.328125,0.953125 1.1875,1.4375 l 0.578125,0.328125 c 0.359375,0.1875 0.53125,0.4375 0.53125,0.734375 0,0.4375 -0.328125,0.71875 -0.84375,0.71875 C 1.625,-0.125 1.3125,-0.25 1.125,-0.46875 0.90625,-0.71875 0.8125,-0.953125 0.6875,-1.515625 H 0.53125 v 1.5625 h 0.125 c 0.078125,-0.109375 0.109375,-0.125 0.234375,-0.125 0.09375,0 0.234375,0.015625 0.46875,0.078125 0.28125,0.0625 0.546875,0.09375 0.734375,0.09375 0.765625,0 1.421875,-0.578125 1.421875,-1.265625 0,-0.5 -0.25,-0.828125 -0.84375,-1.1875 L 1.578125,-3 c -0.28125,-0.15625 -0.4375,-0.40625 -0.4375,-0.671875 0,-0.40625 0.3125,-0.6875 0.78125,-0.6875 0.578125,0 0.875,0.34375 1.109375,1.234375 z m 0,0"
+ id="path1623" />
+ </g>
+ <g
+ id="glyph-25-17">
+ <path
+ d="m 5.765625,-4.484375 v 0.140625 c 0.34375,0.078125 0.4375,0.140625 0.4375,0.3125 0,0.15625 -0.0625,0.390625 -0.171875,0.65625 L 5.125,-1.15625 4.28125,-3.390625 C 4.109375,-3.84375 4.109375,-3.84375 4.109375,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.578125,-0.359375 V -4.484375 H 2.640625 v 0.140625 c 0.375,0.046875 0.5,0.15625 0.703125,0.6875 0.0625,0.203125 0.140625,0.390625 0.203125,0.5625 L 2.625,-1.109375 l -1,-2.59375 C 1.578125,-3.8125 1.5625,-3.90625 1.5625,-4 c 0,-0.21875 0.125,-0.296875 0.46875,-0.34375 v -0.140625 h -1.8125 v 0.140625 c 0.21875,0.03125 0.3125,0.125 0.53125,0.640625 l 1.359375,3.40625 C 2.234375,0 2.3125,0.140625 2.375,0.140625 c 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.125,-2.390625 0.921875,2.34375 c 0.140625,0.375 0.1875,0.4375 0.25,0.4375 0.0625,0 0.109375,-0.09375 0.28125,-0.484375 L 6.59375,-3.796875 C 6.765625,-4.21875 6.796875,-4.265625 7,-4.34375 v -0.140625 z m 0,0"
+ id="path1626" />
+ </g>
+ <g
+ id="glyph-25-18">
+ <path
+ d="M 4.125,-1.640625 C 3.640625,-0.875 3.203125,-0.59375 2.546875,-0.59375 c -0.5625,0 -1,-0.28125 -1.296875,-0.859375 C 1.0625,-1.828125 1,-2.15625 0.984375,-2.765625 H 4.09375 C 4,-3.40625 3.90625,-3.703125 3.65625,-4.015625 3.34375,-4.375 2.890625,-4.578125 2.359375,-4.578125 c -0.5,0 -0.96875,0.171875 -1.359375,0.515625 -0.46875,0.40625 -0.75,1.109375 -0.75,1.921875 0,1.390625 0.734375,2.234375 1.890625,2.234375 0.953125,0 1.71875,-0.578125 2.140625,-1.65625 z M 1,-3.078125 c 0.109375,-0.78125 0.453125,-1.15625 1.0625,-1.15625 0.625,0 0.859375,0.28125 1,1.15625 z m 0,0"
+ id="path1629" />
+ </g>
+ <g
+ id="glyph-25-19">
+ <path
+ d="M 4.8125,-4.484375 H 3.40625 v 0.140625 c 0.328125,0.03125 0.484375,0.140625 0.484375,0.328125 0,0.09375 -0.03125,0.203125 -0.0625,0.296875 l -1,2.578125 -1.03125,-2.546875 c -0.0625,-0.140625 -0.09375,-0.28125 -0.09375,-0.375 0,-0.171875 0.109375,-0.25 0.46875,-0.28125 V -4.484375 H 0.1875 v 0.140625 c 0.390625,0.03125 0.453125,0.125 0.921875,1.15625 l 1.21875,2.859375 c 0.015625,0.0625 0.046875,0.125 0.078125,0.203125 0.0625,0.1875 0.109375,0.265625 0.171875,0.265625 0.0625,0 0.140625,-0.125 0.28125,-0.5 L 4.15625,-3.5625 c 0.296875,-0.671875 0.359375,-0.75 0.65625,-0.78125 z m 0,0"
+ id="path1632" />
+ </g>
+ <g
+ id="glyph-25-20">
+ <path
+ d="M 4.75,-3.875 V -4.25 H 3.96875 c -0.203125,0 -0.359375,-0.03125 -0.5625,-0.109375 L 3.1875,-4.4375 C 2.921875,-4.53125 2.640625,-4.578125 2.375,-4.578125 c -0.9375,0 -1.671875,0.703125 -1.671875,1.625 0,0.625 0.265625,1 0.9375,1.328125 -0.203125,0.171875 -0.375,0.34375 -0.4375,0.40625 -0.328125,0.28125 -0.46875,0.484375 -0.46875,0.6875 0,0.203125 0.125,0.328125 0.53125,0.515625 C 0.5625,0.515625 0.28125,0.84375 0.28125,1.203125 c 0,0.53125 0.78125,0.96875 1.75,0.96875 0.75,0 1.546875,-0.265625 2.0625,-0.671875 0.390625,-0.3125 0.5625,-0.625 0.5625,-1.015625 0,-0.609375 -0.484375,-1.03125 -1.21875,-1.0625 L 2.125,-0.640625 C 1.59375,-0.65625 1.34375,-0.75 1.34375,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.609375,-0.625 0.078125,0 0.15625,0.015625 0.1875,0.015625 0.1875,0.015625 0.328125,0.03125 0.375,0.03125 0.375,0 0.78125,-0.15625 1.09375,-0.421875 0.34375,-0.28125 0.484375,-0.625 0.484375,-1.125 0,-0.28125 -0.046875,-0.515625 -0.1875,-0.84375 z M 1.484375,0.015625 C 1.8125,0.09375 2.625,0.15625 3.125,0.15625 c 0.90625,0 1.25,0.125 1.25,0.484375 0,0.578125 -0.765625,0.96875 -1.90625,0.96875 -0.890625,0 -1.484375,-0.296875 -1.484375,-0.734375 0,-0.234375 0.078125,-0.359375 0.5,-0.859375 z M 1.53125,-3.375 c 0,-0.578125 0.28125,-0.9375 0.75,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.1875,0.359375 0.3125,0.8125 0.3125,1.203125 0,0.5625 -0.296875,0.90625 -0.765625,0.90625 -0.609375,0 -1.03125,-0.640625 -1.03125,-1.609375 z m 0,0"
+ id="path1635" />
+ </g>
+ <g
+ id="glyph-25-21">
+ <path
+ d="m 3.46875,0.09375 1.484375,-0.515625 v -0.15625 C 4.78125,-0.5625 4.75,-0.5625 4.71875,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.234375,-6.8125 C 3.75,-6.640625 3.390625,-6.546875 2.75,-6.375 v 0.171875 C 2.828125,-6.21875 2.890625,-6.21875 2.96875,-6.21875 c 0.375,0 0.46875,0.09375 0.46875,0.5 v 1.5625 C 3.046875,-4.46875 2.78125,-4.578125 2.375,-4.578125 c -1.15625,0 -2.109375,1.125 -2.109375,2.53125 0,1.28125 0.765625,2.140625 1.875,2.140625 0.5625,0 0.953125,-0.1875 1.296875,-0.65625 v 0.625 z M 3.4375,-1.015625 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.1875,0.203125 -0.4375,0.296875 -0.734375,0.296875 -0.828125,0 -1.390625,-0.796875 -1.390625,-2.015625 0,-1.125 0.5,-1.875 1.265625,-1.875 0.53125,0 1.03125,0.46875 1.03125,1 z m 0,0"
+ id="path1638" />
+ </g>
+ <g
+ id="glyph-25-22">
+ <path
+ d="m 0.328125,-4.171875 h 0.6875 v 3.125 c 0,0.453125 -0.0625,0.703125 -0.203125,0.78125 C 0.71875,-0.1875 0.609375,-0.171875 0.328125,-0.15625 V 0 h 2.25 V -0.15625 C 2.015625,-0.203125 1.875,-0.328125 1.875,-0.78125 v -3.390625 h 1.890625 v 3.328125 c 0,0.5 -0.15625,0.65625 -0.671875,0.6875 V 0 H 5.265625 V -0.15625 C 4.71875,-0.1875 4.609375,-0.296875 4.609375,-0.8125 V -6.78125 L 4.5625,-6.8125 C 4.484375,-6.796875 4.375,-6.765625 4.25,-6.703125 4.0625,-6.609375 3.921875,-6.5625 3.828125,-6.5625 c -0.046875,0 -0.15625,-0.03125 -0.3125,-0.078125 C 3.234375,-6.75 2.953125,-6.8125 2.703125,-6.8125 c -0.46875,0 -0.9375,0.25 -1.21875,0.625 -0.296875,0.4375 -0.40625,0.828125 -0.4375,1.703125 h -0.71875 z m 3.4375,-0.3125 H 1.875 V -5 c 0,-1.046875 0.203125,-1.546875 0.640625,-1.546875 0.234375,0 0.34375,0.09375 0.53125,0.359375 0.1875,0.28125 0.328125,0.359375 0.5625,0.359375 0.0625,0 0.109375,-0.015625 0.15625,-0.0625 z m 0,0"
+ id="path1641" />
+ </g>
+ <g
+ id="glyph-25-23">
+ <path
+ d="m 1.578125,-3.421875 c 0.4375,-0.453125 0.734375,-0.625 1.125,-0.625 0.5,0 0.765625,0.359375 0.765625,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 H 4.921875 V -0.15625 C 4.375,-0.25 4.3125,-0.328125 4.3125,-1.015625 V -3 c 0,-1.046875 -0.421875,-1.578125 -1.25,-1.578125 -0.59375,0 -1.015625,0.234375 -1.484375,0.828125 V -6.78125 L 1.53125,-6.8125 C 1.1875,-6.6875 0.9375,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 H 2.265625 V -0.15625 C 1.6875,-0.203125 1.578125,-0.328125 1.578125,-1.015625 Z m 0,0"
+ id="path1644" />
+ </g>
+ <g
+ id="glyph-25-24">
+ <path
+ d="M 2.8125,0 H 4.828125 V -0.15625 C 4.515625,-0.15625 4.3125,-0.3125 4,-0.75 l -1.28125,-1.953125 0.828125,-1.1875 C 3.75,-4.171875 4.046875,-4.328125 4.375,-4.34375 V -4.484375 H 2.78125 V -4.34375 C 3.078125,-4.3125 3.171875,-4.25 3.171875,-4.109375 3.171875,-4 3.0625,-3.78125 2.8125,-3.46875 2.75,-3.40625 2.640625,-3.234375 2.5,-3.03125 L 2.359375,-3.234375 c -0.28125,-0.421875 -0.46875,-0.75 -0.46875,-0.875 0,-0.140625 0.140625,-0.21875 0.4375,-0.234375 V -4.484375 H 0.25 v 0.140625 h 0.078125 c 0.3125,0 0.46875,0.140625 0.78125,0.609375 L 2.0625,-2.296875 0.90625,-0.65625 C 0.609375,-0.25 0.5,-0.171875 0.171875,-0.15625 V 0 h 1.46875 v -0.15625 c -0.28125,0 -0.40625,-0.046875 -0.40625,-0.171875 0,-0.0625 0.0625,-0.203125 0.203125,-0.40625 L 2.234375,-1.96875 3.15625,-0.5625 c 0.03125,0.046875 0.046875,0.109375 0.046875,0.171875 0,0.1875 -0.0625,0.21875 -0.390625,0.234375 z m 0,0"
+ id="path1647" />
+ </g>
+ <g
+ id="glyph-25-25">
+ <path
+ d="M 4.796875,-4.484375 H 3.4375 v 0.140625 c 0.3125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 -0.015625,0.109375 -0.046875,0.171875 l -0.984375,2.75 -1.15625,-2.515625 c -0.0625,-0.140625 -0.09375,-0.265625 -0.09375,-0.375 0,-0.1875 0.140625,-0.25 0.578125,-0.28125 V -4.484375 H 0.140625 v 0.140625 c 0.265625,0.03125 0.4375,0.140625 0.515625,0.3125 L 1.8125,-1.578125 1.84375,-1.5 1.984375,-1.203125 c 0.28125,0.5 0.453125,0.859375 0.453125,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.1875,-0.0625 -0.359375,-0.109375 -0.53125,-0.109375 -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.75,0.578125 0.671875,0 1.15625,-0.5625 1.703125,-2 l 1.5625,-4.0625 c 0.125,-0.3125 0.234375,-0.421875 0.484375,-0.453125 z m 0,0"
+ id="path1650" />
+ </g>
+ <g
+ id="glyph-25-26">
+ <path
+ d="M 0.1875,-3.96875 C 0.328125,-4 0.40625,-4 0.515625,-4 0.78125,-4 0.875,-3.84375 0.875,-3.375 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.71875,0.6875 V 0 h 2.25 V -0.15625 C 1.875,-0.171875 1.71875,-0.28125 1.71875,-0.671875 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.15625,-0.1875 0.25,-0.21875 0.671875,-0.390625 1.03125,-0.390625 0.4375,0 0.671875,0.34375 0.671875,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 h 2.25 v -0.15625 c -0.5625,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 C 4.71875,-3.890625 5.0625,-4.0625 5.515625,-4.0625 c 0.578125,0 0.765625,0.265625 0.765625,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.671875,0.71875 V 0 h 2.21875 V -0.15625 L 7.5625,-0.171875 C 7.25,-0.1875 7.125,-0.375 7.125,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.171875,-1.765625 -0.578125,0 -1.09375,0.25 -1.640625,0.828125 -0.1875,-0.5625 -0.53125,-0.828125 -1.078125,-0.828125 -0.4375,0 -0.71875,0.125 -1.5625,0.765625 v -0.75 l -0.0625,-0.015625 C 1.09375,-4.390625 0.75,-4.28125 0.1875,-4.140625 Z m 0,0"
+ id="path1653" />
+ </g>
+ <g
+ id="glyph-25-27">
+ <path
+ d="m 4.21875,-1.34375 -0.1875,-0.046875 c -0.09375,0.5 -0.15625,0.65625 -0.28125,0.828125 -0.140625,0.171875 -0.484375,0.265625 -1,0.265625 H 1.359375 L 4.0625,-4.34375 v -0.140625 h -3.5 L 0.53125,-3.3125 h 0.1875 c 0.09375,-0.71875 0.234375,-0.875 0.84375,-0.875 h 1.390625 l -2.6875,4.03125 V 0 h 3.8125 z m 0,0"
+ id="path1656" />
+ </g>
+ <g
+ id="glyph-25-28">
+ <path
+ d="m 0.390625,-2.5625 v 0.625 H 2.875 v -0.625 z m 0,0"
+ id="path1659" />
+ </g>
+ <g
+ id="glyph-25-29">
+ <path
+ d="M 1.546875,-6.78125 1.5,-6.8125 C 1.0625,-6.65625 0.796875,-6.578125 0.328125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.40625,0 0.5,0.09375 0.5,0.5 v 5.1875 c 0,0.296875 0.84375,0.625 1.65625,0.625 1.328125,0 2.359375,-1.09375 2.359375,-2.515625 0,-1.234375 -0.765625,-2.15625 -1.765625,-2.15625 -0.625,0 -1.203125,0.34375 -1.40625,0.84375 z m 0,3.578125 c 0,-0.390625 0.46875,-0.75 1,-0.75 0.78125,0 1.28125,0.765625 1.28125,1.984375 0,1.109375 -0.484375,1.75 -1.3125,1.75 -0.515625,0 -0.96875,-0.234375 -0.96875,-0.484375 z m 0,0"
+ id="path1662" />
+ </g>
+ <g
+ id="glyph-26-0" />
+ <g
+ id="glyph-26-1">
+ <path
+ d="M 4.734375,-0.5 H 4.6875 C 4.234375,-0.5 4.125,-0.609375 4.125,-1.0625 V -4.484375 H 2.5625 V -4.3125 c 0.609375,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.578125,0.328125 -0.875,0.328125 -0.390625,0 -0.703125,-0.328125 -0.703125,-0.75 v -3.25 h -1.4375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.46875,1.296875 1.203125,1.296875 0.359375,0 0.75,-0.15625 1.015625,-0.421875 L 3.34375,-0.75 V 0.0625 L 3.375,0.09375 c 0.5,-0.203125 0.859375,-0.3125 1.359375,-0.453125 z m 0,0"
+ id="path1666" />
+ </g>
+ <g
+ id="glyph-26-2">
+ <path
+ d="M 3.109375,-3.125 3.078125,-4.484375 H 2.96875 L 2.953125,-4.46875 c -0.09375,0.078125 -0.109375,0.078125 -0.140625,0.078125 -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 C 1.0625,-4.578125 0.5,-4.0625 0.5,-3.34375 c 0,0.546875 0.328125,0.953125 1.15625,1.4375 l 0.578125,0.328125 C 2.578125,-1.390625 2.75,-1.140625 2.75,-0.84375 2.75,-0.40625 2.4375,-0.125 1.921875,-0.125 1.59375,-0.125 1.28125,-0.25 1.09375,-0.46875 0.890625,-0.71875 0.796875,-0.953125 0.671875,-1.515625 h -0.15625 v 1.5625 h 0.125 C 0.71875,-0.0625 0.75,-0.078125 0.875,-0.078125 0.953125,-0.078125 1.09375,-0.0625 1.328125,0 1.609375,0.0625 1.875,0.09375 2.046875,0.09375 c 0.765625,0 1.390625,-0.578125 1.390625,-1.265625 0,-0.5 -0.234375,-0.828125 -0.828125,-1.1875 L 1.546875,-3 C 1.265625,-3.15625 1.125,-3.40625 1.125,-3.671875 c 0,-0.40625 0.296875,-0.6875 0.75,-0.6875 0.5625,0 0.859375,0.34375 1.09375,1.234375 z m 0,0"
+ id="path1669" />
+ </g>
+ <g
+ id="glyph-26-3">
+ <path
+ d="M 4.03125,-1.640625 C 3.5625,-0.875 3.140625,-0.59375 2.5,-0.59375 c -0.5625,0 -0.984375,-0.28125 -1.28125,-0.859375 -0.171875,-0.375 -0.234375,-0.703125 -0.265625,-1.3125 H 4 c -0.078125,-0.640625 -0.171875,-0.9375 -0.421875,-1.25 -0.296875,-0.359375 -0.75,-0.5625 -1.265625,-0.5625 -0.5,0 -0.953125,0.171875 -1.328125,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.953125,0.09375 2.09375,0.09375 c 0.9375,0 1.6875,-0.578125 2.09375,-1.65625 z m -3.046875,-1.4375 c 0.109375,-0.78125 0.4375,-1.15625 1.046875,-1.15625 0.59375,0 0.84375,0.28125 0.96875,1.15625 z m 0,0"
+ id="path1672" />
+ </g>
+ <g
+ id="glyph-26-4">
+ <path
+ d="m 4.375,-0.65625 c -0.171875,0.140625 -0.296875,0.1875 -0.4375,0.1875 -0.234375,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.640625,-0.546875 -1.21875,-0.546875 -0.9375,0 -1.671875,0.484375 -1.671875,1.109375 0,0.234375 0.203125,0.421875 0.4375,0.421875 0.234375,0 0.4375,-0.1875 0.4375,-0.40625 0,-0.046875 0,-0.09375 -0.015625,-0.171875 C 1.390625,-3.703125 1.375,-3.78125 1.375,-3.859375 1.375,-4.125 1.6875,-4.34375 2.09375,-4.34375 c 0.484375,0 0.75,0.28125 0.75,0.828125 v 0.609375 c -1.53125,0.609375 -1.703125,0.6875 -2.125,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.4375,0 0.84375,-0.203125 1.4375,-0.71875 0.046875,0.515625 0.234375,0.71875 0.640625,0.71875 0.328125,0 0.546875,-0.109375 0.890625,-0.5 z m -1.53125,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.265625,0.515625 -0.234375,0.140625 -0.515625,0.21875 -0.71875,0.21875 -0.34375,0 -0.625,-0.328125 -0.625,-0.765625 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.609375,-1.390625 z m 0,0"
+ id="path1675" />
+ </g>
+ <g
+ id="glyph-26-5">
+ <path
+ d="m 0.09375,-3.921875 c 0.078125,0 0.15625,0 0.25,0 0.328125,0 0.390625,0.09375 0.390625,0.5625 V 1.3125 c 0,0.515625 -0.09375,0.625 -0.6875,0.6875 V 2.15625 H 2.4375 V 1.984375 c -0.734375,-0.015625 -0.859375,-0.125 -0.859375,-0.75 v -1.5625 c 0.34375,0.328125 0.578125,0.421875 1,0.421875 1.15625,0 2.078125,-1.109375 2.078125,-2.5625 0,-1.234375 -0.703125,-2.109375 -1.65625,-2.109375 -0.5625,0 -1,0.234375 -1.421875,0.78125 V -4.5625 l -0.0625,-0.015625 c -0.53125,0.203125 -0.875,0.328125 -1.421875,0.5 z m 1.484375,0.59375 c 0,-0.296875 0.546875,-0.65625 1,-0.65625 0.734375,0 1.21875,0.75 1.21875,1.90625 0,1.109375 -0.484375,1.859375 -1.203125,1.859375 -0.453125,0 -1.015625,-0.359375 -1.015625,-0.65625 z m 0,0"
+ id="path1678" />
+ </g>
+ <g
+ id="glyph-26-6">
+ <path
+ d="m 2.515625,-4.484375 h -1 v -1.15625 c 0,-0.09375 0,-0.125 -0.0625,-0.125 C 1.390625,-5.6875 1.328125,-5.59375 1.25,-5.5 0.875,-4.9375 0.453125,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 H 0.6875 v 3 c 0,0.84375 0.296875,1.265625 0.890625,1.265625 0.484375,0 0.859375,-0.234375 1.1875,-0.75 L 2.625,-0.765625 c -0.203125,0.25 -0.375,0.34375 -0.59375,0.34375 -0.359375,0 -0.515625,-0.265625 -0.515625,-0.890625 v -2.859375 h 1 z m 0,0"
+ id="path1681" />
+ </g>
+ <g
+ id="glyph-26-7">
+ <path
+ d="m 1.734375,-4.578125 -1.53125,0.546875 v 0.140625 H 0.28125 c 0.109375,-0.03125 0.25,-0.03125 0.328125,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.78125,0.859375 V 0 H 2.5 V -0.15625 C 1.84375,-0.203125 1.765625,-0.296875 1.765625,-1.015625 V -4.5625 Z M 1.265625,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.234375,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path1684" />
+ </g>
+ <g
+ id="glyph-26-8">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.21875,-0.03125 0.296875,-0.03125 0.328125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.765625,0.71875 V 0 h 2.34375 v -0.15625 c -0.625,-0.03125 -0.75,-0.140625 -0.75,-0.6875 v -5.9375 L 1.765625,-6.8125 C 1.25,-6.640625 0.875,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path1687" />
+ </g>
+ <g
+ id="glyph-26-9">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.359375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.484375 c 0,0.5 -0.0625,0.578125 -0.703125,0.6875 V 0 h 2.375 V -0.15625 C 1.75,-0.171875 1.578125,-0.328125 1.578125,-0.890625 v -2.25 c 0,-0.3125 0.421875,-0.8125 0.703125,-0.8125 0.046875,0 0.140625,0.046875 0.25,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.25,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.546875,-0.515625 -0.40625,0 -0.703125,0.21875 -1.1875,0.921875 V -4.5625 L 1.53125,-4.578125 c -0.515625,0.21875 -0.875,0.34375 -1.46875,0.53125 z m 0,0"
+ id="path1690" />
+ </g>
+ <g
+ id="glyph-26-10">
+ <path
+ d="m 3.9375,-1.5625 c -0.46875,0.703125 -0.828125,0.9375 -1.390625,0.9375 -0.90625,0 -1.53125,-0.796875 -1.53125,-1.9375 0,-1.03125 0.53125,-1.734375 1.34375,-1.734375 0.34375,0 0.484375,0.109375 0.578125,0.484375 L 3,-3.59375 c 0.078125,0.28125 0.25,0.453125 0.46875,0.453125 0.25,0 0.46875,-0.1875 0.46875,-0.421875 0,-0.546875 -0.6875,-1.015625 -1.53125,-1.015625 -0.484375,0 -0.984375,0.1875 -1.390625,0.546875 C 0.53125,-3.59375 0.25,-2.90625 0.25,-2.125 c 0,1.296875 0.78125,2.21875 1.875,2.21875 0.453125,0 0.84375,-0.15625 1.203125,-0.46875 0.265625,-0.234375 0.453125,-0.5 0.75,-1.09375 z m 0,0"
+ id="path1693" />
+ </g>
+ <g
+ id="glyph-26-11">
+ <path
+ d="m 1.546875,-3.421875 c 0.421875,-0.453125 0.71875,-0.625 1.109375,-0.625 0.484375,0 0.734375,0.359375 0.734375,1.0625 v 1.96875 c 0,0.671875 -0.09375,0.8125 -0.671875,0.859375 V 0 H 4.8125 V -0.15625 C 4.28125,-0.25 4.21875,-0.328125 4.21875,-1.015625 V -3 C 4.21875,-4.046875 3.8125,-4.578125 3,-4.578125 2.421875,-4.578125 2,-4.34375 1.546875,-3.75 V -6.78125 L 1.5,-6.8125 c -0.328125,0.125 -0.578125,0.203125 -1.140625,0.359375 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.421875,0 0.5,0.078125 0.5,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.625,0.859375 V 0 h 2.125 V -0.15625 C 1.65625,-0.203125 1.546875,-0.328125 1.546875,-1.015625 Z m 0,0"
+ id="path1696" />
+ </g>
+ <g
+ id="glyph-26-12">
+ <path
+ d="M 2.921875,-6.734375 C 2.1875,-6.265625 1.890625,-6 1.515625,-5.546875 c -0.6875,0.875 -1.046875,1.875 -1.046875,3.03125 0,1.265625 0.375,2.25 1.25,3.265625 C 2.109375,1.21875 2.375,1.453125 2.890625,1.765625 L 3,1.609375 C 2.21875,0.984375 1.9375,0.625 1.671875,-0.125 1.4375,-0.78125 1.328125,-1.546875 1.328125,-2.546875 c 0,-1.046875 0.125,-1.859375 0.390625,-2.484375 C 2,-5.640625 2.296875,-6 3,-6.578125 Z m 0,0"
+ id="path1699" />
+ </g>
+ <g
+ id="glyph-26-13">
+ <path
+ d="m 4.734375,-2.296875 v -2.3125 h -0.21875 c -0.125,0.796875 -0.296875,0.9375 -1.09375,0.9375 h -1.4375 V -5.875 c 0,-0.28125 0.046875,-0.34375 0.3125,-0.34375 H 3.65625 c 1.109375,0 1.328125,0.140625 1.5,1.046875 h 0.25 L 5.375,-6.59375 h -5.25 v 0.1875 c 0.71875,0.0625 0.859375,0.203125 0.859375,0.890625 v 4.3125 C 0.984375,-0.375 0.875,-0.234375 0.125,-0.1875 V 0 H 2.890625 V -0.1875 C 2.125,-0.234375 1.984375,-0.375 1.984375,-1.09375 v -2.171875 h 1.4375 c 0.796875,0 0.96875,0.15625 1.09375,0.96875 z m 0,0"
+ id="path1702" />
+ </g>
+ <g
+ id="glyph-26-14">
+ <path
+ d="M 4.65625,-3.875 V -4.25 H 3.890625 C 3.6875,-4.25 3.546875,-4.28125 3.34375,-4.359375 L 3.125,-4.4375 C 2.859375,-4.53125 2.59375,-4.578125 2.328125,-4.578125 c -0.90625,0 -1.640625,0.703125 -1.640625,1.625 0,0.625 0.265625,1 0.921875,1.328125 -0.1875,0.171875 -0.375,0.34375 -0.4375,0.40625 -0.328125,0.28125 -0.453125,0.484375 -0.453125,0.6875 0,0.203125 0.125,0.328125 0.53125,0.515625 -0.703125,0.53125 -0.96875,0.859375 -0.96875,1.21875 0,0.53125 0.765625,0.96875 1.703125,0.96875 C 2.734375,2.171875 3.5,1.90625 4.015625,1.5 4.390625,1.1875 4.5625,0.875 4.5625,0.484375 c 0,-0.609375 -0.46875,-1.03125 -1.203125,-1.0625 L 2.09375,-0.640625 C 1.5625,-0.65625 1.3125,-0.75 1.3125,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.09375,0 0.15625,0.015625 0.1875,0.015625 0.1875,0.015625 0.3125,0.03125 0.375,0.03125 0.375,0 0.765625,-0.15625 1.078125,-0.421875 0.328125,-0.28125 0.46875,-0.625 0.46875,-1.125 0,-0.28125 -0.046875,-0.515625 -0.1875,-0.84375 z M 1.453125,0.015625 C 1.78125,0.09375 2.578125,0.15625 3.0625,0.15625 c 0.890625,0 1.21875,0.125 1.21875,0.484375 0,0.578125 -0.75,0.96875 -1.875,0.96875 -0.859375,0 -1.4375,-0.296875 -1.4375,-0.734375 0,-0.234375 0.0625,-0.359375 0.484375,-0.859375 z M 1.5,-3.375 c 0,-0.578125 0.28125,-0.9375 0.734375,-0.9375 0.3125,0 0.5625,0.171875 0.71875,0.46875 0.1875,0.359375 0.296875,0.8125 0.296875,1.203125 0,0.5625 -0.28125,0.90625 -0.734375,0.90625 C 1.921875,-1.734375 1.5,-2.375 1.5,-3.34375 Z m 0,0"
+ id="path1705" />
+ </g>
+ <g
+ id="glyph-26-15">
+ <path
+ d="M 1.234375,-1 C 0.9375,-1 0.6875,-0.734375 0.6875,-0.421875 c 0,0.28125 0.25,0.53125 0.53125,0.53125 0.3125,0 0.578125,-0.25 0.578125,-0.53125 C 1.796875,-0.734375 1.53125,-1 1.234375,-1 Z m 0,0"
+ id="path1708" />
+ </g>
+ <g
+ id="glyph-26-16">
+ <path
+ d="m 4.40625,-6.8125 c -1.125,0.09375 -1.703125,0.28125 -2.421875,0.796875 -1.0625,0.765625 -1.640625,1.90625 -1.640625,3.234375 0,0.875 0.265625,1.75 0.6875,2.25 0.375,0.4375 0.90625,0.671875 1.515625,0.671875 1.234375,0 2.078125,-0.953125 2.078125,-2.328125 0,-1.265625 -0.71875,-2.078125 -1.859375,-2.078125 -0.4375,0 -0.640625,0.0625 -1.265625,0.453125 0.265625,-1.515625 1.375,-2.59375 2.9375,-2.84375 z m -2.015625,3 c 0.859375,0 1.34375,0.71875 1.34375,1.96875 0,1.09375 -0.375,1.703125 -1.078125,1.703125 -0.859375,0 -1.40625,-0.9375 -1.40625,-2.484375 0,-0.5 0.078125,-0.78125 0.28125,-0.9375 0.203125,-0.15625 0.515625,-0.25 0.859375,-0.25 z m 0,0"
+ id="path1711" />
+ </g>
+ <g
+ id="glyph-26-17">
+ <path
+ d="M 0.375,1.765625 C 1.109375,1.28125 1.40625,1.03125 1.765625,0.5625 2.46875,-0.296875 2.8125,-1.296875 2.8125,-2.46875 c 0,-1.265625 -0.359375,-2.234375 -1.234375,-3.25 -0.40625,-0.484375 -0.65625,-0.703125 -1.171875,-1.015625 l -0.125,0.15625 c 0.796875,0.625 1.0625,0.96875 1.34375,1.71875 0.234375,0.671875 0.34375,1.4375 0.34375,2.421875 0,1.046875 -0.125,1.875 -0.390625,2.484375 C 1.296875,0.671875 1,1.03125 0.28125,1.609375 Z m 0,0"
+ id="path1714" />
+ </g>
+ <g
+ id="glyph-26-18">
+ <path
+ d="m 5.640625,-4.484375 v 0.140625 c 0.34375,0.078125 0.4375,0.140625 0.4375,0.3125 0,0.15625 -0.0625,0.390625 -0.15625,0.65625 L 5.03125,-1.15625 4.1875,-3.390625 C 4.03125,-3.84375 4.03125,-3.84375 4.03125,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.5625,-0.359375 v -0.140625 h -2 v 0.140625 c 0.359375,0.046875 0.484375,0.15625 0.6875,0.6875 0.0625,0.203125 0.125,0.390625 0.1875,0.5625 L 2.578125,-1.109375 1.59375,-3.703125 C 1.546875,-3.8125 1.53125,-3.90625 1.53125,-4 c 0,-0.21875 0.125,-0.296875 0.453125,-0.34375 v -0.140625 h -1.78125 v 0.140625 c 0.234375,0.03125 0.3125,0.125 0.53125,0.640625 l 1.328125,3.40625 c 0.125,0.296875 0.203125,0.4375 0.265625,0.4375 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.09375,-2.390625 0.90625,2.34375 c 0.140625,0.375 0.171875,0.4375 0.234375,0.4375 0.078125,0 0.125,-0.09375 0.28125,-0.484375 l 1.359375,-3.453125 c 0.1875,-0.421875 0.21875,-0.46875 0.40625,-0.546875 v -0.140625 z m 0,0"
+ id="path1717" />
+ </g>
+ <g
+ id="glyph-26-19">
+ <path
+ d="m 2.46875,-4.578125 c -1.28125,0 -2.1875,0.953125 -2.1875,2.328125 0,1.34375 0.921875,2.34375 2.171875,2.34375 1.25,0 2.203125,-1.046875 2.203125,-2.421875 0,-1.3125 -0.921875,-2.25 -2.1875,-2.25 z m -0.125,0.265625 c 0.828125,0 1.421875,0.96875 1.421875,2.328125 0,1.125 -0.453125,1.8125 -1.1875,1.8125 -0.390625,0 -0.765625,-0.25 -0.96875,-0.640625 -0.28125,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.171875,-1.578125 z m 0,0"
+ id="path1720" />
+ </g>
+ <g
+ id="glyph-26-20">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.390625,-4 0.5,-4 c 0.265625,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.125,0.6875 -0.6875,0.6875 V 0 H 2.359375 V -0.15625 C 1.828125,-0.171875 1.6875,-0.28125 1.6875,-0.671875 v -2.8125 C 1.6875,-3.5 1.765625,-3.59375 1.828125,-3.671875 2.078125,-3.890625 2.5,-4.0625 2.84375,-4.0625 3.28125,-4.0625 3.5,-3.71875 3.5,-3.015625 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.671875,0.703125 V 0 h 2.21875 v -0.15625 c -0.5625,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 C 4.625,-3.890625 4.953125,-4.0625 5.40625,-4.0625 c 0.5625,0 0.75,0.265625 0.75,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 H 7.671875 V -0.15625 L 7.40625,-0.171875 C 7.109375,-0.1875 6.984375,-0.375 6.984375,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.15625,-1.765625 -0.5625,0 -1.078125,0.25 -1.609375,0.828125 -0.171875,-0.5625 -0.515625,-0.828125 -1.046875,-0.828125 -0.4375,0 -0.703125,0.125 -1.53125,0.765625 v -0.75 l -0.0625,-0.015625 c -0.515625,0.1875 -0.84375,0.296875 -1.390625,0.4375 z m 0,0"
+ id="path1723" />
+ </g>
+ <g
+ id="glyph-26-21">
+ <path
+ d="m 4.703125,-4.484375 h -1.34375 v 0.140625 c 0.3125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 -0.015625,0.109375 -0.046875,0.171875 l -0.953125,2.75 L 1.703125,-3.6875 c -0.0625,-0.140625 -0.09375,-0.265625 -0.09375,-0.375 0,-0.1875 0.140625,-0.25 0.5625,-0.28125 v -0.140625 h -2.03125 v 0.140625 c 0.25,0.03125 0.421875,0.140625 0.5,0.3125 l 1.125,2.453125 0.03125,0.078125 0.15625,0.296875 c 0.265625,0.5 0.4375,0.859375 0.4375,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 C 1.84375,1.140625 1.625,1.328125 1.5,1.328125 1.4375,1.328125 1.34375,1.3125 1.25,1.265625 1.0625,1.203125 0.890625,1.15625 0.71875,1.15625 c -0.21875,0 -0.421875,0.203125 -0.421875,0.4375 0,0.328125 0.3125,0.578125 0.734375,0.578125 0.65625,0 1.140625,-0.5625 1.671875,-2 l 1.515625,-4.0625 C 4.359375,-4.203125 4.453125,-4.3125 4.703125,-4.34375 Z m 0,0"
+ id="path1726" />
+ </g>
+ <g
+ id="glyph-27-0" />
+ <g
+ id="glyph-27-1">
+ <path
+ d="M 4.40625,-0.65625 C 4.25,-0.515625 4.125,-0.46875 3.96875,-0.46875 3.75,-0.46875 3.671875,-0.609375 3.671875,-1.046875 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.203125,-1.046875 C 3.25,-4.390625 2.828125,-4.578125 2.234375,-4.578125 c -0.9375,0 -1.671875,0.484375 -1.671875,1.109375 0,0.234375 0.203125,0.421875 0.421875,0.421875 0.25,0 0.453125,-0.1875 0.453125,-0.40625 0,-0.046875 -0.015625,-0.09375 -0.015625,-0.171875 -0.03125,-0.078125 -0.03125,-0.15625 -0.03125,-0.234375 0,-0.265625 0.3125,-0.484375 0.71875,-0.484375 0.484375,0 0.75,0.28125 0.75,0.828125 v 0.609375 c -1.53125,0.609375 -1.703125,0.6875 -2.125,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.4375,0 0.84375,-0.203125 1.453125,-0.71875 0.046875,0.515625 0.234375,0.71875 0.640625,0.71875 0.34375,0 0.546875,-0.109375 0.890625,-0.5 z m -1.546875,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.25,0.515625 C 2.359375,-0.5625 2.09375,-0.484375 1.875,-0.484375 1.53125,-0.484375 1.25,-0.8125 1.25,-1.25 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.609375,-1.390625 z m 0,0"
+ id="path1730" />
+ </g>
+ <g
+ id="glyph-27-2">
+ <path
+ d="M 3.96875,-1.5625 C 3.5,-0.859375 3.140625,-0.625 2.5625,-0.625 c -0.90625,0 -1.546875,-0.796875 -1.546875,-1.9375 0,-1.03125 0.546875,-1.734375 1.359375,-1.734375 0.359375,0 0.484375,0.109375 0.59375,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.25,0.453125 0.46875,0.453125 0.25,0 0.46875,-0.1875 0.46875,-0.421875 0,-0.546875 -0.6875,-1.015625 -1.53125,-1.015625 -0.484375,0 -1,0.1875 -1.40625,0.546875 -0.5,0.4375 -0.78125,1.125 -0.78125,1.90625 0,1.296875 0.78125,2.21875 1.890625,2.21875 C 2.59375,0.09375 3,-0.0625 3.359375,-0.375 3.625,-0.609375 3.8125,-0.875 4.109375,-1.46875 Z m 0,0"
+ id="path1733" />
+ </g>
+ <g
+ id="glyph-27-3">
+ <path
+ d="M 4.078125,-1.640625 C 3.59375,-0.875 3.171875,-0.59375 2.53125,-0.59375 c -0.578125,0 -1,-0.28125 -1.296875,-0.859375 -0.171875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 h 3.078125 c -0.078125,-0.640625 -0.1875,-0.9375 -0.4375,-1.25 -0.296875,-0.359375 -0.75,-0.5625 -1.265625,-0.5625 -0.5,0 -0.96875,0.171875 -1.359375,0.515625 C 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.96875,0.09375 2.109375,0.09375 c 0.953125,0 1.703125,-0.578125 2.125,-1.65625 z m -3.09375,-1.4375 c 0.109375,-0.78125 0.453125,-1.15625 1.0625,-1.15625 0.609375,0 0.84375,0.28125 0.984375,1.15625 z m 0,0"
+ id="path1736" />
+ </g>
+ <g
+ id="glyph-27-4">
+ <path
+ d="M 3.140625,-3.125 3.109375,-4.484375 H 3 L 2.96875,-4.46875 c -0.078125,0.078125 -0.09375,0.078125 -0.140625,0.078125 -0.046875,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 -0.78125,0 -1.34375,0.515625 -1.34375,1.234375 0,0.546875 0.3125,0.953125 1.15625,1.4375 L 2.25,-1.578125 c 0.359375,0.1875 0.53125,0.4375 0.53125,0.734375 0,0.4375 -0.328125,0.71875 -0.828125,0.71875 -0.34375,0 -0.65625,-0.125 -0.84375,-0.34375 -0.203125,-0.25 -0.296875,-0.484375 -0.4375,-1.046875 h -0.15625 v 1.5625 H 0.65625 c 0.0625,-0.109375 0.109375,-0.125 0.21875,-0.125 0.09375,0 0.234375,0.015625 0.46875,0.078125 0.28125,0.0625 0.546875,0.09375 0.71875,0.09375 0.765625,0 1.40625,-0.578125 1.40625,-1.265625 0,-0.5 -0.234375,-0.828125 -0.828125,-1.1875 L 1.5625,-3 C 1.28125,-3.15625 1.125,-3.40625 1.125,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.765625,-0.6875 0.578125,0 0.875,0.34375 1.109375,1.234375 z m 0,0"
+ id="path1739" />
+ </g>
+ <g
+ id="glyph-27-5">
+ <path
+ d="M 2.546875,-4.484375 H 1.53125 v -1.15625 c 0,-0.09375 0,-0.125 -0.0625,-0.125 C 1.390625,-5.6875 1.34375,-5.59375 1.265625,-5.5 c -0.375,0.5625 -0.8125,1.03125 -0.96875,1.078125 C 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.296875,1.265625 0.890625,1.265625 0.484375,0 0.859375,-0.234375 1.1875,-0.75 l -0.125,-0.109375 c -0.203125,0.25 -0.375,0.34375 -0.59375,0.34375 -0.375,0 -0.53125,-0.265625 -0.53125,-0.890625 v -2.859375 h 1.015625 z m 0,0"
+ id="path1742" />
+ </g>
+ <g
+ id="glyph-27-6">
+ <path
+ d="m 2.5,-4.578125 c -1.296875,0 -2.203125,0.953125 -2.203125,2.328125 0,1.34375 0.921875,2.34375 2.171875,2.34375 1.265625,0 2.21875,-1.046875 2.21875,-2.421875 0,-1.3125 -0.90625,-2.25 -2.1875,-2.25 z M 2.359375,-4.3125 c 0.84375,0 1.4375,0.96875 1.4375,2.328125 0,1.125 -0.453125,1.8125 -1.203125,1.8125 -0.390625,0 -0.75,-0.25 -0.96875,-0.640625 C 1.34375,-1.328125 1.1875,-2.03125 1.1875,-2.734375 1.1875,-3.6875 1.65625,-4.3125 2.359375,-4.3125 Z m 0,0"
+ id="path1745" />
+ </g>
+ <g
+ id="glyph-27-7">
+ <path
+ d="m 1.5625,-3.421875 c 0.421875,-0.453125 0.71875,-0.625 1.109375,-0.625 0.5,0 0.75,0.359375 0.75,1.0625 v 1.96875 c 0,0.671875 -0.09375,0.8125 -0.671875,0.859375 V 0 H 4.859375 V -0.15625 C 4.328125,-0.25 4.265625,-0.328125 4.265625,-1.015625 V -3 c 0,-1.046875 -0.421875,-1.578125 -1.234375,-1.578125 -0.578125,0 -1,0.234375 -1.46875,0.828125 V -6.78125 L 1.515625,-6.8125 C 1.171875,-6.6875 0.921875,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 H 2.25 V -0.15625 C 1.671875,-0.203125 1.5625,-0.328125 1.5625,-1.015625 Z m 0,0"
+ id="path1748" />
+ </g>
+ <g
+ id="glyph-27-8">
+ <path
+ d="M 4.6875,-3.875 V -4.25 H 3.921875 C 3.71875,-4.25 3.578125,-4.28125 3.375,-4.359375 L 3.15625,-4.4375 C 2.890625,-4.53125 2.609375,-4.578125 2.359375,-4.578125 c -0.9375,0 -1.671875,0.703125 -1.671875,1.625 0,0.625 0.265625,1 0.9375,1.328125 -0.203125,0.171875 -0.375,0.34375 -0.4375,0.40625 -0.328125,0.28125 -0.453125,0.484375 -0.453125,0.6875 0,0.203125 0.109375,0.328125 0.53125,0.515625 -0.71875,0.53125 -0.984375,0.859375 -0.984375,1.21875 0,0.53125 0.78125,0.96875 1.71875,0.96875 0.75,0 1.53125,-0.265625 2.046875,-0.671875 0.390625,-0.3125 0.5625,-0.625 0.5625,-1.015625 0,-0.609375 -0.46875,-1.03125 -1.21875,-1.0625 l -1.28125,-0.0625 C 1.578125,-0.65625 1.328125,-0.75 1.328125,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.09375,0 0.171875,0.015625 0.1875,0.015625 C 2.3125,-1.5 2.4375,-1.484375 2.5,-1.484375 c 0.359375,0 0.765625,-0.15625 1.078125,-0.421875 0.328125,-0.28125 0.46875,-0.625 0.46875,-1.125 C 4.046875,-3.3125 4,-3.546875 3.859375,-3.875 Z M 1.46875,0.015625 c 0.328125,0.078125 1.125,0.140625 1.609375,0.140625 0.921875,0 1.25,0.125 1.25,0.484375 0,0.578125 -0.765625,0.96875 -1.890625,0.96875 -0.875,0 -1.453125,-0.296875 -1.453125,-0.734375 0,-0.234375 0.0625,-0.359375 0.484375,-0.859375 z M 1.515625,-3.375 c 0,-0.578125 0.28125,-0.9375 0.734375,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.1875,0.359375 0.296875,0.8125 0.296875,1.203125 0,0.5625 -0.28125,0.90625 -0.75,0.90625 -0.59375,0 -1.015625,-0.640625 -1.015625,-1.609375 z m 0,0"
+ id="path1751" />
+ </g>
+ <g
+ id="glyph-27-9">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.234375,-0.03125 0.3125,-0.03125 0.3125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.78125,0.71875 V 0 H 2.5625 v -0.15625 c -0.625,-0.03125 -0.75,-0.140625 -0.75,-0.6875 v -5.9375 L 1.78125,-6.8125 C 1.265625,-6.640625 0.875,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path1754" />
+ </g>
+ <g
+ id="glyph-27-10">
+ <path
+ d="M 1.53125,-6.78125 1.484375,-6.8125 C 1.0625,-6.65625 0.78125,-6.578125 0.3125,-6.453125 L 0.03125,-6.375 v 0.171875 C 0.09375,-6.21875 0.125,-6.21875 0.203125,-6.21875 c 0.390625,0 0.484375,0.09375 0.484375,0.5 v 5.1875 c 0,0.296875 0.84375,0.625 1.65625,0.625 1.3125,0 2.328125,-1.09375 2.328125,-2.515625 0,-1.234375 -0.765625,-2.15625 -1.75,-2.15625 -0.609375,0 -1.1875,0.34375 -1.390625,0.84375 z m 0,3.578125 c 0,-0.390625 0.46875,-0.75 0.984375,-0.75 0.78125,0 1.28125,0.765625 1.28125,1.984375 0,1.109375 -0.484375,1.75 -1.296875,1.75 -0.515625,0 -0.96875,-0.234375 -0.96875,-0.484375 z m 0,0"
+ id="path1757" />
+ </g>
+ <g
+ id="glyph-27-11">
+ <path
+ d="M 4.78125,-0.5 H 4.734375 C 4.265625,-0.5 4.15625,-0.609375 4.15625,-1.0625 V -4.484375 H 2.59375 V -4.3125 c 0.609375,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 C 2.859375,-0.59375 2.5625,-0.484375 2.25,-0.484375 c -0.390625,0 -0.703125,-0.328125 -0.703125,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.21875,1.296875 0.359375,0 0.75,-0.15625 1.03125,-0.421875 L 3.375,-0.75 v 0.8125 l 0.046875,0.03125 c 0.484375,-0.203125 0.84375,-0.3125 1.359375,-0.453125 z m 0,0"
+ id="path1760" />
+ </g>
+ <g
+ id="glyph-27-12">
+ <path
+ d="m 3.078125,-4.484375 h -1.21875 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.5625,-0.890625 0.21875,0 0.359375,0.09375 0.53125,0.390625 0.15625,0.265625 0.28125,0.359375 0.453125,0.359375 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.4375,-0.625 -1.046875,-0.625 -0.609375,0 -1.140625,0.265625 -1.40625,0.734375 -0.25,0.4375 -0.34375,0.796875 -0.34375,1.59375 H 0.203125 v 0.3125 H 1.03125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.828125,0.875 V 0 h 2.59375 v -0.15625 c -0.8125,-0.015625 -0.9375,-0.140625 -0.9375,-0.875 v -3.140625 h 1.21875 z m 0,0"
+ id="path1763" />
+ </g>
+ <g
+ id="glyph-27-13">
+ <path
+ d="m 0.0625,-3.890625 c 0.140625,-0.03125 0.234375,-0.03125 0.359375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.078125,0.578125 -0.71875,0.6875 V 0 h 2.40625 V -0.15625 C 1.765625,-0.171875 1.59375,-0.328125 1.59375,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.234375,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.546875,-0.515625 -0.421875,0 -0.703125,0.21875 -1.203125,0.921875 V -4.5625 L 1.546875,-4.578125 c -0.53125,0.21875 -0.890625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path1766" />
+ </g>
+ <g
+ id="glyph-27-14">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 c 0.28125,0 0.375,0.140625 0.375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.609375,0.734375 V 0 H 2.296875 V -0.15625 C 1.78125,-0.1875 1.640625,-0.3125 1.640625,-0.671875 V -3.46875 c 0.46875,-0.453125 0.703125,-0.5625 1.03125,-0.5625 0.484375,0 0.71875,0.296875 0.71875,0.953125 v 2.09375 c 0,0.625 -0.125,0.796875 -0.625,0.828125 V 0 H 4.84375 V -0.15625 C 4.359375,-0.203125 4.234375,-0.3125 4.234375,-0.8125 v -2.28125 c 0,-0.9375 -0.4375,-1.484375 -1.171875,-1.484375 -0.46875,0 -0.78125,0.15625 -1.453125,0.796875 V -4.5625 L 1.53125,-4.578125 c -0.484375,0.171875 -0.828125,0.28125 -1.375,0.4375 z m 0,0"
+ id="path1769" />
+ </g>
+ <g
+ id="glyph-27-15">
+ <path
+ d="m 3.4375,0.09375 1.46875,-0.515625 v -0.15625 C 4.71875,-0.5625 4.703125,-0.5625 4.671875,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.1875,-6.8125 C 3.703125,-6.640625 3.359375,-6.546875 2.71875,-6.375 v 0.171875 C 2.796875,-6.21875 2.859375,-6.21875 2.9375,-6.21875 c 0.375,0 0.453125,0.09375 0.453125,0.5 v 1.5625 C 3.015625,-4.46875 2.75,-4.578125 2.34375,-4.578125 c -1.140625,0 -2.078125,1.125 -2.078125,2.53125 0,1.28125 0.75,2.140625 1.84375,2.140625 0.5625,0 0.953125,-0.1875 1.28125,-0.65625 v 0.625 z M 3.390625,-1.015625 c 0,0.0625 -0.0625,0.1875 -0.171875,0.296875 -0.171875,0.203125 -0.421875,0.296875 -0.71875,0.296875 -0.828125,0 -1.375,-0.796875 -1.375,-2.015625 0,-1.125 0.5,-1.875 1.25,-1.875 0.53125,0 1.015625,0.46875 1.015625,1 z m 0,0"
+ id="path1772" />
+ </g>
+ <g
+ id="glyph-27-16">
+ <path
+ d="m 0.390625,-2.5625 v 0.625 H 2.84375 v -0.625 z m 0,0"
+ id="path1775" />
+ </g>
+ <g
+ id="glyph-27-17">
+ <path
+ d="M 1.75,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.109375,0.828125 -0.796875,0.859375 V 0 h 2.375 v -0.15625 c -0.671875,-0.046875 -0.75,-0.140625 -0.75,-0.859375 V -4.5625 Z M 1.28125,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.28125,0 0.515625,-0.21875 0.515625,-0.5 0,-0.28125 -0.234375,-0.515625 -0.515625,-0.515625 z m 0,0"
+ id="path1778" />
+ </g>
+ <g
+ id="glyph-27-18">
+ <path
+ d="m 0.09375,-3.921875 c 0.09375,0 0.15625,0 0.25,0 0.328125,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.75,1.828125 0.640625,1.9375 0.046875,2 V 2.15625 H 2.46875 V 1.984375 c -0.75,-0.015625 -0.875,-0.125 -0.875,-0.75 v -1.5625 C 1.9375,0 2.171875,0.09375 2.59375,0.09375 c 1.1875,0 2.09375,-1.109375 2.09375,-2.5625 0,-1.234375 -0.6875,-2.109375 -1.65625,-2.109375 -0.5625,0 -1,0.234375 -1.4375,0.78125 V -4.5625 L 1.53125,-4.578125 C 0.984375,-4.375 0.640625,-4.25 0.09375,-4.078125 Z m 1.5,0.59375 c 0,-0.296875 0.546875,-0.65625 1.015625,-0.65625 0.734375,0 1.21875,0.75 1.21875,1.90625 0,1.109375 -0.484375,1.859375 -1.203125,1.859375 -0.46875,0 -1.03125,-0.359375 -1.03125,-0.65625 z m 0,0"
+ id="path1781" />
+ </g>
+ <g
+ id="glyph-27-19">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.40625,-4 0.515625,-4 c 0.25,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.703125,0.6875 V 0 H 2.375 V -0.15625 C 1.84375,-0.171875 1.703125,-0.28125 1.703125,-0.671875 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.140625,-0.1875 0.25,-0.21875 0.6875,-0.390625 1.03125,-0.390625 0.4375,0 0.65625,0.34375 0.65625,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.671875,0.703125 V 0 H 5.09375 v -0.15625 c -0.578125,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 C 4.671875,-3.890625 5,-4.0625 5.46875,-4.0625 c 0.5625,0 0.734375,0.265625 0.734375,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 h 2.1875 v -0.15625 l -0.25,-0.015625 C 7.171875,-0.1875 7.046875,-0.375 7.046875,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.15625,-1.765625 -0.578125,0 -1.09375,0.25 -1.625,0.828125 -0.1875,-0.5625 -0.515625,-0.828125 -1.0625,-0.828125 -0.4375,0 -0.71875,0.125 -1.546875,0.765625 v -0.75 l -0.0625,-0.015625 c -0.515625,0.1875 -0.859375,0.296875 -1.40625,0.4375 z m 0,0"
+ id="path1784" />
+ </g>
+ <g
+ id="glyph-27-20">
+ <path
+ d="M 4.75,-4.484375 H 3.390625 v 0.140625 c 0.328125,0 0.484375,0.09375 0.484375,0.25 0,0.046875 -0.015625,0.109375 -0.046875,0.171875 l -0.96875,2.75 L 1.71875,-3.6875 C 1.65625,-3.828125 1.625,-3.953125 1.625,-4.0625 c 0,-0.1875 0.140625,-0.25 0.578125,-0.28125 v -0.140625 h -2.0625 V -4.34375 C 0.40625,-4.3125 0.5625,-4.203125 0.65625,-4.03125 l 1.125,2.453125 L 1.8125,-1.5 1.96875,-1.203125 c 0.28125,0.5 0.4375,0.859375 0.4375,1.015625 0,0.140625 -0.234375,0.78125 -0.40625,1.078125 -0.140625,0.25 -0.359375,0.4375 -0.5,0.4375 -0.046875,0 -0.140625,-0.015625 -0.234375,-0.0625 C 1.0625,1.203125 0.90625,1.15625 0.734375,1.15625 c -0.234375,0 -0.4375,0.203125 -0.4375,0.4375 0,0.328125 0.328125,0.578125 0.734375,0.578125 0.671875,0 1.15625,-0.5625 1.6875,-2 l 1.546875,-4.0625 C 4.390625,-4.203125 4.5,-4.3125 4.75,-4.34375 Z m 0,0"
+ id="path1787" />
+ </g>
+ <g
+ id="glyph-27-21">
+ <path
+ d="m 1.25,-1 c -0.296875,0 -0.546875,0.265625 -0.546875,0.578125 0,0.28125 0.25,0.53125 0.53125,0.53125 0.3125,0 0.578125,-0.25 0.578125,-0.53125 C 1.8125,-0.734375 1.546875,-1 1.25,-1 Z m 0,0"
+ id="path1790" />
+ </g>
+ <g
+ id="glyph-27-22">
+ <path
+ d="m 2.53125,-6.1875 v 4.984375 c 0,0.859375 -0.109375,0.96875 -0.9375,1.015625 V 0 H 4.515625 V -0.1875 C 3.6875,-0.234375 3.546875,-0.359375 3.546875,-1.09375 V -6.1875 H 4.09375 c 1.140625,0 1.359375,0.1875 1.59375,1.28125 h 0.234375 l -0.0625,-1.6875 h -5.625 l -0.0625,1.6875 H 0.40625 C 0.65625,-5.984375 0.875,-6.1875 2,-6.1875 Z m 0,0"
+ id="path1793" />
+ </g>
+ <g
+ id="glyph-28-0" />
+ <g
+ id="glyph-28-1">
+ <path
+ d="m 0.09375,-3.921875 c 0.09375,0 0.15625,0 0.25,0 0.34375,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.75,1.828125 0.640625,1.9375 0.046875,2 v 0.15625 h 2.4375 V 1.984375 c -0.75,-0.015625 -0.890625,-0.125 -0.890625,-0.75 v -1.5625 C 1.953125,0 2.1875,0.09375 2.609375,0.09375 c 1.1875,0 2.109375,-1.109375 2.109375,-2.5625 0,-1.234375 -0.703125,-2.109375 -1.671875,-2.109375 -0.5625,0 -1,0.234375 -1.453125,0.78125 V -4.5625 L 1.53125,-4.578125 C 1,-4.375 0.640625,-4.25 0.09375,-4.078125 Z m 1.5,0.59375 c 0,-0.296875 0.5625,-0.65625 1.03125,-0.65625 0.734375,0 1.234375,0.75 1.234375,1.90625 0,1.109375 -0.5,1.859375 -1.21875,1.859375 -0.46875,0 -1.046875,-0.359375 -1.046875,-0.65625 z m 0,0"
+ id="path1797" />
+ </g>
+ <g
+ id="glyph-28-2">
+ <path
+ d="M 4.4375,-0.65625 C 4.265625,-0.515625 4.15625,-0.46875 4,-0.46875 c -0.234375,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.0625,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.65625,-0.546875 -1.25,-0.546875 -0.9375,0 -1.6875,0.484375 -1.6875,1.109375 0,0.234375 0.203125,0.421875 0.4375,0.421875 0.234375,0 0.453125,-0.1875 0.453125,-0.40625 C 1.453125,-3.5 1.4375,-3.546875 1.421875,-3.625 1.40625,-3.703125 1.390625,-3.78125 1.390625,-3.859375 1.390625,-4.125 1.71875,-4.34375 2.125,-4.34375 c 0.484375,0 0.765625,0.28125 0.765625,0.828125 v 0.609375 c -1.546875,0.609375 -1.71875,0.6875 -2.15625,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.453125,0 0.859375,-0.203125 1.46875,-0.71875 C 2.9375,-0.109375 3.125,0.09375 3.53125,0.09375 c 0.34375,0 0.5625,-0.109375 0.90625,-0.5 z m -1.546875,-0.5625 c 0,0.296875 -0.0625,0.390625 -0.265625,0.515625 -0.25,0.140625 -0.53125,0.21875 -0.734375,0.21875 C 1.53125,-0.484375 1.25,-0.8125 1.25,-1.25 v -0.03125 c 0,-0.59375 0.421875,-0.953125 1.640625,-1.390625 z m 0,0"
+ id="path1800" />
+ </g>
+ <g
+ id="glyph-28-3">
+ <path
+ d="m 0.078125,-3.890625 c 0.140625,-0.03125 0.21875,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.078125,0.578125 -0.71875,0.6875 V 0 H 2.46875 V -0.15625 C 1.78125,-0.171875 1.609375,-0.328125 1.609375,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.25,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.546875,-0.515625 -0.421875,0 -0.71875,0.21875 -1.203125,0.921875 V -4.5625 L 1.5625,-4.578125 c -0.53125,0.21875 -0.90625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path1803" />
+ </g>
+ <g
+ id="glyph-28-4">
+ <path
+ d="M 2.5625,-4.484375 H 1.546875 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.0625,-0.125 C 1.40625,-5.6875 1.34375,-5.59375 1.28125,-5.5 0.890625,-4.9375 0.46875,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.296875,1.265625 0.890625,1.265625 0.5,0 0.875,-0.234375 1.203125,-0.75 l -0.125,-0.109375 c -0.203125,0.25 -0.375,0.34375 -0.609375,0.34375 -0.359375,0 -0.515625,-0.265625 -0.515625,-0.890625 V -4.171875 H 2.5625 Z m 0,0"
+ id="path1806" />
+ </g>
+ <g
+ id="glyph-28-5">
+ <path
+ d="m 1.765625,-4.578125 -1.5625,0.546875 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.796875,0.859375 V 0 h 2.390625 v -0.15625 c -0.671875,-0.046875 -0.75,-0.140625 -0.75,-0.859375 V -4.5625 Z M 1.28125,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.296875,0 0.53125,-0.21875 0.53125,-0.5 0,-0.28125 -0.234375,-0.515625 -0.53125,-0.515625 z m 0,0"
+ id="path1809" />
+ </g>
+ <g
+ id="glyph-28-6">
+ <path
+ d="M 0.1875,-6.203125 H 0.25 c 0.109375,-0.015625 0.234375,-0.03125 0.3125,-0.03125 0.328125,0 0.421875,0.140625 0.421875,0.609375 v 4.75 c 0,0.546875 -0.140625,0.671875 -0.765625,0.71875 V 0 h 2.359375 v -0.15625 c -0.625,-0.03125 -0.75,-0.140625 -0.75,-0.6875 v -5.9375 L 1.78125,-6.8125 C 1.265625,-6.640625 0.890625,-6.546875 0.1875,-6.375 Z m 0,0"
+ id="path1812" />
+ </g>
+ <g
+ id="glyph-28-7">
+ <path
+ d="M 3.171875,-3.125 3.125,-4.484375 H 3.015625 L 3,-4.46875 c -0.09375,0.078125 -0.109375,0.078125 -0.140625,0.078125 -0.0625,0 -0.171875,-0.015625 -0.28125,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 -0.796875,0 -1.359375,0.515625 -1.359375,1.234375 0,0.546875 0.3125,0.953125 1.171875,1.4375 l 0.578125,0.328125 c 0.359375,0.1875 0.53125,0.4375 0.53125,0.734375 0,0.4375 -0.328125,0.71875 -0.84375,0.71875 C 1.625,-0.125 1.3125,-0.25 1.109375,-0.46875 0.90625,-0.71875 0.8125,-0.953125 0.6875,-1.515625 H 0.515625 v 1.5625 H 0.65625 c 0.0625,-0.109375 0.109375,-0.125 0.234375,-0.125 C 0.96875,-0.078125 1.109375,-0.0625 1.34375,0 1.625,0.0625 1.90625,0.09375 2.078125,0.09375 2.859375,0.09375 3.5,-0.484375 3.5,-1.171875 3.5,-1.671875 3.25,-2 2.65625,-2.359375 L 1.5625,-3 C 1.28125,-3.15625 1.140625,-3.40625 1.140625,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.765625,-0.6875 0.578125,0 0.875,0.34375 1.109375,1.234375 z m 0,0"
+ id="path1815" />
+ </g>
+ <g
+ id="glyph-28-8">
+ <path
+ d="M 4.8125,-0.5 H 4.765625 C 4.296875,-0.5 4.1875,-0.609375 4.1875,-1.0625 V -4.484375 H 2.609375 V -4.3125 c 0.609375,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.578125,0.328125 -0.890625,0.328125 -0.390625,0 -0.703125,-0.328125 -0.703125,-0.75 v -3.25 H 0.09375 v 0.140625 c 0.484375,0.03125 0.625,0.171875 0.625,0.640625 v 2.5 c 0,0.796875 0.484375,1.296875 1.203125,1.296875 0.375,0 0.765625,-0.15625 1.046875,-0.421875 L 3.390625,-0.75 V 0.0625 L 3.4375,0.09375 c 0.5,-0.203125 0.859375,-0.3125 1.375,-0.453125 z m 0,0"
+ id="path1818" />
+ </g>
+ <g
+ id="glyph-28-9">
+ <path
+ d="M 0.1875,-3.96875 C 0.328125,-4 0.40625,-4 0.515625,-4 c 0.265625,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.703125,0.6875 V 0 h 2.234375 v -0.15625 c -0.53125,-0.015625 -0.6875,-0.125 -0.6875,-0.515625 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.15625,-0.1875 0.25,-0.21875 0.6875,-0.390625 1.03125,-0.390625 0.4375,0 0.671875,0.34375 0.671875,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.6875,0.703125 V 0 h 2.25 v -0.15625 c -0.578125,0 -0.71875,-0.171875 -0.71875,-0.796875 v -2.5 C 4.703125,-3.890625 5.03125,-4.0625 5.5,-4.0625 c 0.5625,0 0.75,0.265625 0.75,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 h 2.1875 v -0.15625 l -0.25,-0.015625 C 7.21875,-0.1875 7.09375,-0.375 7.09375,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.171875,-1.765625 -0.578125,0 -1.09375,0.25 -1.625,0.828125 -0.1875,-0.5625 -0.53125,-0.828125 -1.078125,-0.828125 -0.4375,0 -0.71875,0.125 -1.546875,0.765625 v -0.75 L 1.59375,-4.578125 C 1.078125,-4.390625 0.75,-4.28125 0.1875,-4.140625 Z m 0,0"
+ id="path1821" />
+ </g>
+ <g
+ id="glyph-28-10">
+ <path
+ d="m 2.96875,-6.734375 c -0.75,0.46875 -1.046875,0.734375 -1.421875,1.1875 -0.71875,0.875 -1.0625,1.875 -1.0625,3.03125 0,1.265625 0.375,2.25 1.25,3.265625 C 2.15625,1.21875 2.40625,1.453125 2.9375,1.765625 L 3.046875,1.609375 C 2.25,0.984375 1.96875,0.625 1.703125,-0.125 1.453125,-0.78125 1.34375,-1.546875 1.34375,-2.546875 1.34375,-3.59375 1.484375,-4.40625 1.75,-5.03125 2.03125,-5.640625 2.328125,-6 3.046875,-6.578125 Z m 0,0"
+ id="path1824" />
+ </g>
+ <g
+ id="glyph-28-11">
+ <path
+ d="m 1.25,-1 c -0.296875,0 -0.546875,0.265625 -0.546875,0.578125 0,0.28125 0.25,0.53125 0.546875,0.53125 0.3125,0 0.5625,-0.25 0.5625,-0.53125 C 1.8125,-0.734375 1.5625,-1 1.25,-1 Z m 0,0"
+ id="path1827" />
+ </g>
+ <g
+ id="glyph-28-12">
+ <path
+ d="M 4.09375,-1.640625 C 3.609375,-0.875 3.1875,-0.59375 2.546875,-0.59375 1.96875,-0.59375 1.53125,-0.875 1.25,-1.453125 1.0625,-1.828125 1,-2.15625 0.96875,-2.765625 H 4.0625 C 3.984375,-3.40625 3.890625,-3.703125 3.640625,-4.015625 3.328125,-4.375 2.875,-4.578125 2.34375,-4.578125 1.84375,-4.578125 1.375,-4.40625 1,-4.0625 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.96875,0.09375 2.125,0.09375 c 0.953125,0 1.71875,-0.578125 2.140625,-1.65625 z M 1,-3.078125 c 0.109375,-0.78125 0.453125,-1.15625 1.0625,-1.15625 0.609375,0 0.84375,0.28125 0.984375,1.15625 z m 0,0"
+ id="path1830" />
+ </g>
+ <g
+ id="glyph-28-13">
+ <path
+ d="m 0.828125,1.40625 c 0.671875,-0.328125 1.125,-0.9375 1.125,-1.53125 0,-0.5 -0.34375,-0.890625 -0.796875,-0.890625 -0.359375,0 -0.59375,0.234375 -0.59375,0.5625 0,0.328125 0.234375,0.515625 0.59375,0.515625 0.0625,0 0.125,-0.015625 0.1875,-0.015625 0.078125,-0.03125 0.078125,-0.03125 0.078125,-0.03125 0.078125,0 0.140625,0.0625 0.140625,0.140625 0,0.328125 -0.28125,0.6875 -0.8125,1.0625 z m 0,0"
+ id="path1833" />
+ </g>
+ <g
+ id="glyph-28-14">
+ <path
+ d="M 1.578125,-3.421875 C 2,-3.875 2.296875,-4.046875 2.6875,-4.046875 c 0.5,0 0.765625,0.359375 0.765625,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 h 2.125 V -0.15625 C 4.34375,-0.25 4.296875,-0.328125 4.296875,-1.015625 V -3 c 0,-1.046875 -0.421875,-1.578125 -1.25,-1.578125 -0.578125,0 -1,0.234375 -1.46875,0.828125 V -6.78125 L 1.53125,-6.8125 C 1.1875,-6.6875 0.9375,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 h 2.171875 v -0.15625 c -0.59375,-0.046875 -0.6875,-0.171875 -0.6875,-0.859375 z m 0,0"
+ id="path1836" />
+ </g>
+ <g
+ id="glyph-28-15">
+ <path
+ d="m 2.515625,-4.578125 c -1.3125,0 -2.21875,0.953125 -2.21875,2.328125 0,1.34375 0.921875,2.34375 2.1875,2.34375 1.265625,0 2.234375,-1.046875 2.234375,-2.421875 0,-1.3125 -0.921875,-2.25 -2.203125,-2.25 z M 2.375,-4.3125 c 0.84375,0 1.4375,0.96875 1.4375,2.328125 0,1.125 -0.453125,1.8125 -1.203125,1.8125 -0.390625,0 -0.765625,-0.25 -0.96875,-0.640625 -0.28125,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.171875,-1.578125 z m 0,0"
+ id="path1839" />
+ </g>
+ <g
+ id="glyph-28-16">
+ <path
+ d="M 3.453125,0.09375 4.9375,-0.421875 v -0.15625 C 4.75,-0.5625 4.734375,-0.5625 4.703125,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.203125,-6.8125 C 3.734375,-6.640625 3.375,-6.546875 2.734375,-6.375 v 0.171875 C 2.8125,-6.21875 2.875,-6.21875 2.953125,-6.21875 c 0.375,0 0.46875,0.09375 0.46875,0.5 v 1.5625 c -0.390625,-0.3125 -0.65625,-0.421875 -1.0625,-0.421875 -1.15625,0 -2.09375,1.125 -2.09375,2.53125 0,1.28125 0.765625,2.140625 1.859375,2.140625 0.5625,0 0.953125,-0.1875 1.296875,-0.65625 v 0.625 z m -0.03125,-1.109375 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.1875,0.203125 -0.4375,0.296875 -0.734375,0.296875 -0.828125,0 -1.375,-0.796875 -1.375,-2.015625 0,-1.125 0.484375,-1.875 1.25,-1.875 0.53125,0 1.03125,0.46875 1.03125,1 z m 0,0"
+ id="path1842" />
+ </g>
+ <g
+ id="glyph-28-17">
+ <path
+ d="m 4,-1.5625 c -0.484375,0.703125 -0.84375,0.9375 -1.421875,0.9375 -0.90625,0 -1.546875,-0.796875 -1.546875,-1.9375 0,-1.03125 0.546875,-1.734375 1.359375,-1.734375 0.359375,0 0.5,0.109375 0.59375,0.484375 l 0.0625,0.21875 C 3.125,-3.3125 3.3125,-3.140625 3.515625,-3.140625 3.78125,-3.140625 4,-3.328125 4,-3.5625 4,-4.109375 3.296875,-4.578125 2.453125,-4.578125 c -0.5,0 -1,0.1875 -1.421875,0.546875 -0.5,0.4375 -0.78125,1.125 -0.78125,1.90625 0,1.296875 0.796875,2.21875 1.90625,2.21875 0.453125,0 0.859375,-0.15625 1.21875,-0.46875 0.265625,-0.234375 0.46875,-0.5 0.765625,-1.09375 z m 0,0"
+ id="path1845" />
+ </g>
+ <g
+ id="glyph-28-18">
+ <path
+ d="M 3.109375,-4.484375 H 1.875 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.5625,-0.890625 0.21875,0 0.359375,0.09375 0.53125,0.390625 C 3.140625,-5.875 3.25,-5.78125 3.421875,-5.78125 c 0.234375,0 0.421875,-0.1875 0.421875,-0.40625 0,-0.359375 -0.4375,-0.625 -1.046875,-0.625 -0.609375,0 -1.15625,0.265625 -1.40625,0.734375 -0.265625,0.4375 -0.34375,0.796875 -0.359375,1.59375 h -0.8125 v 0.3125 h 0.8125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.828125,0.875 V 0 H 2.8125 V -0.15625 C 1.984375,-0.171875 1.875,-0.296875 1.875,-1.03125 v -3.140625 h 1.234375 z m 0,0"
+ id="path1848" />
+ </g>
+ <g
+ id="glyph-28-19">
+ <path
+ d="M 2.796875,0 H 4.8125 V -0.15625 C 4.5,-0.15625 4.296875,-0.3125 3.984375,-0.75 l -1.28125,-1.953125 0.828125,-1.1875 c 0.203125,-0.28125 0.5,-0.4375 0.8125,-0.453125 V -4.484375 H 2.765625 v 0.140625 c 0.296875,0.03125 0.40625,0.09375 0.40625,0.234375 0,0.109375 -0.125,0.328125 -0.375,0.640625 C 2.75,-3.40625 2.625,-3.234375 2.484375,-3.03125 L 2.34375,-3.234375 c -0.28125,-0.421875 -0.453125,-0.75 -0.453125,-0.875 0,-0.140625 0.125,-0.21875 0.4375,-0.234375 v -0.140625 h -2.09375 v 0.140625 h 0.09375 c 0.3125,0 0.46875,0.140625 0.78125,0.609375 l 0.9375,1.4375 L 0.90625,-0.65625 C 0.609375,-0.25 0.5,-0.171875 0.171875,-0.15625 V 0 H 1.625 v -0.15625 c -0.28125,0 -0.40625,-0.046875 -0.40625,-0.171875 0,-0.0625 0.078125,-0.203125 0.203125,-0.40625 L 2.21875,-1.96875 3.140625,-0.5625 c 0.03125,0.046875 0.046875,0.109375 0.046875,0.171875 0,0.1875 -0.0625,0.21875 -0.390625,0.234375 z m 0,0"
+ id="path1851" />
+ </g>
+ <g
+ id="glyph-28-20">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.328125,-4 0.4375,-4 c 0.28125,0 0.359375,0.140625 0.359375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.609375,0.734375 V 0 h 2.125 V -0.15625 C 1.796875,-0.1875 1.640625,-0.3125 1.640625,-0.671875 V -3.46875 C 2.125,-3.921875 2.34375,-4.03125 2.6875,-4.03125 c 0.484375,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.640625,0.828125 V 0 H 4.875 V -0.15625 C 4.375,-0.203125 4.265625,-0.3125 4.265625,-0.8125 v -2.28125 c 0,-0.9375 -0.453125,-1.484375 -1.1875,-1.484375 -0.46875,0 -0.78125,0.15625 -1.453125,0.796875 V -4.5625 L 1.546875,-4.578125 C 1.0625,-4.40625 0.71875,-4.296875 0.15625,-4.140625 Z m 0,0"
+ id="path1854" />
+ </g>
+ <g
+ id="glyph-28-21">
+ <path
+ d="m 5.734375,-4.484375 v 0.140625 c 0.34375,0.078125 0.4375,0.140625 0.4375,0.3125 0,0.15625 -0.046875,0.390625 -0.15625,0.65625 l -0.90625,2.21875 -0.84375,-2.234375 C 4.09375,-3.84375 4.09375,-3.84375 4.09375,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.578125,-0.359375 V -4.484375 H 2.625 v 0.140625 c 0.375,0.046875 0.5,0.15625 0.703125,0.6875 0.0625,0.203125 0.140625,0.390625 0.203125,0.5625 L 2.609375,-1.109375 1.625,-3.703125 C 1.578125,-3.8125 1.5625,-3.90625 1.5625,-4 c 0,-0.21875 0.109375,-0.296875 0.453125,-0.34375 V -4.484375 H 0.21875 v 0.140625 c 0.21875,0.03125 0.296875,0.125 0.53125,0.640625 l 1.34375,3.40625 c 0.125,0.296875 0.203125,0.4375 0.265625,0.4375 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.125,-2.390625 0.921875,2.34375 c 0.140625,0.375 0.171875,0.4375 0.234375,0.4375 0.078125,0 0.125,-0.09375 0.28125,-0.484375 L 6.5625,-3.796875 C 6.734375,-4.21875 6.765625,-4.265625 6.96875,-4.34375 v -0.140625 z m 0,0"
+ id="path1857" />
+ </g>
+ <g
+ id="glyph-28-22">
+ <path
+ d="M 4.71875,-3.875 V -4.25 H 3.953125 C 3.75,-4.25 3.59375,-4.28125 3.390625,-4.359375 L 3.171875,-4.4375 C 2.90625,-4.53125 2.625,-4.578125 2.375,-4.578125 c -0.9375,0 -1.6875,0.703125 -1.6875,1.625 0,0.625 0.28125,1 0.9375,1.328125 -0.1875,0.171875 -0.375,0.34375 -0.421875,0.40625 -0.34375,0.28125 -0.46875,0.484375 -0.46875,0.6875 0,0.203125 0.125,0.328125 0.53125,0.515625 -0.71875,0.53125 -0.984375,0.859375 -0.984375,1.21875 0,0.53125 0.78125,0.96875 1.734375,0.96875 0.75,0 1.546875,-0.265625 2.0625,-0.671875 C 4.453125,1.1875 4.625,0.875 4.625,0.484375 4.625,-0.125 4.15625,-0.546875 3.421875,-0.578125 L 2.125,-0.640625 C 1.59375,-0.65625 1.34375,-0.75 1.34375,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.09375,0 0.15625,0.015625 0.1875,0.015625 0.203125,0.015625 0.328125,0.03125 0.390625,0.03125 0.375,0 0.765625,-0.15625 1.078125,-0.421875 0.328125,-0.28125 0.484375,-0.625 0.484375,-1.125 0,-0.28125 -0.046875,-0.515625 -0.1875,-0.84375 z M 1.484375,0.015625 c 0.328125,0.078125 1.125,0.140625 1.625,0.140625 0.90625,0 1.234375,0.125 1.234375,0.484375 0,0.578125 -0.75,0.96875 -1.890625,0.96875 -0.890625,0 -1.46875,-0.296875 -1.46875,-0.734375 0,-0.234375 0.078125,-0.359375 0.5,-0.859375 z M 1.53125,-3.375 c 0,-0.578125 0.28125,-0.9375 0.734375,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.1875,0.359375 0.3125,0.8125 0.3125,1.203125 0,0.5625 -0.296875,0.90625 -0.765625,0.90625 -0.59375,0 -1.015625,-0.640625 -1.015625,-1.609375 z m 0,0"
+ id="path1860" />
+ </g>
+ <g
+ id="glyph-28-23">
+ <path
+ d="M 0.375,1.765625 C 1.125,1.28125 1.421875,1.03125 1.796875,0.5625 c 0.71875,-0.859375 1.0625,-1.859375 1.0625,-3.03125 0,-1.265625 -0.375,-2.234375 -1.25,-3.25 C 1.203125,-6.203125 0.9375,-6.421875 0.40625,-6.734375 l -0.109375,0.15625 c 0.796875,0.625 1.0625,0.96875 1.34375,1.71875 C 1.890625,-4.1875 2,-3.421875 2,-2.4375 2,-1.390625 1.875,-0.5625 1.59375,0.046875 1.3125,0.671875 1.015625,1.03125 0.296875,1.609375 Z m 0,0"
+ id="path1863" />
+ </g>
+ <g
+ id="glyph-29-0" />
+ <g
+ id="glyph-29-1">
+ <path
+ d="m 3.53125,-1.734375 c 0,-0.84375 -0.671875,-1.5 -1.5,-1.5 -0.828125,0 -1.5,0.671875 -1.5,1.484375 0,0.84375 0.6875,1.5 1.5,1.5 0.84375,0 1.5,-0.671875 1.5,-1.484375 z m 0,0"
+ id="path1867" />
+ </g>
+ <g
+ id="glyph-30-0" />
+ <g
+ id="glyph-30-1">
+ <path
+ d="m 9.78125,-6.734375 h -1.8125 v 0.25 c 0.53125,0.03125 0.6875,0.125 0.6875,0.4375 0,0.125 -0.015625,0.28125 -0.078125,0.421875 L 7.46875,-2.21875 6.390625,-5.5625 C 6.296875,-5.875 6.25,-6.03125 6.25,-6.125 c 0,-0.234375 0.15625,-0.328125 0.59375,-0.359375 0.015625,0 0.0625,0 0.125,0 v -0.25 H 3.859375 v 0.25 c 0.40625,0.015625 0.609375,0.109375 0.71875,0.34375 L 4.921875,-5.1875 3.75,-2.109375 l -1.203125,-3.625 c -0.046875,-0.171875 -0.0625,-0.25 -0.0625,-0.34375 0,-0.28125 0.125,-0.375 0.640625,-0.40625 v -0.25 H 0.1875 v 0.25 c 0.421875,0.046875 0.515625,0.140625 0.6875,0.625 L 2.984375,0.15625 h 0.28125 L 5.125,-4.609375 6.828125,0.15625 H 7.09375 l 2,-6.015625 c 0.125,-0.390625 0.359375,-0.59375 0.6875,-0.625 z m 0,0"
+ id="path1871" />
+ </g>
+ <g
+ id="glyph-30-2">
+ <path
+ d="m 4,-1.25 c -0.390625,0.5 -0.703125,0.671875 -1.125,0.671875 -0.390625,0 -0.6875,-0.171875 -0.890625,-0.53125 C 1.796875,-1.421875 1.71875,-1.75 1.6875,-2.4375 H 4.203125 C 4.140625,-3.28125 3.984375,-3.75 3.671875,-4.125 3.34375,-4.515625 2.875,-4.71875 2.328125,-4.71875 1.09375,-4.71875 0.25,-3.734375 0.25,-2.265625 c 0,1.453125 0.8125,2.40625 2.046875,2.40625 0.8125,0 1.296875,-0.3125 1.953125,-1.25 z M 1.640625,-2.8125 C 1.671875,-4 1.84375,-4.40625 2.328125,-4.40625 c 0.28125,0 0.46875,0.15625 0.546875,0.46875 0.0625,0.1875 0.078125,0.46875 0.09375,0.984375 V -2.8125 Z m 0,0"
+ id="path1874" />
+ </g>
+ <g
+ id="glyph-30-3">
+ <path
+ d="M 2.078125,-4.59375 H 0.15625 v 0.234375 c 0.4375,0.09375 0.53125,0.1875 0.53125,0.59375 v 2.921875 c 0,0.421875 -0.0625,0.5 -0.53125,0.609375 V 0 H 2.546875 V -0.234375 C 2.1875,-0.296875 2.078125,-0.421875 2.078125,-0.8125 Z M 1.375,-6.890625 c -0.421875,0 -0.78125,0.34375 -0.78125,0.765625 0,0.453125 0.328125,0.78125 0.765625,0.78125 0.4375,0 0.78125,-0.328125 0.78125,-0.765625 0,-0.4375 -0.34375,-0.78125 -0.765625,-0.78125 z m 0,0"
+ id="path1877" />
+ </g>
+ <g
+ id="glyph-30-4">
+ <path
+ d="M 4.8125,-3.96875 V -4.5 H 3.515625 c -0.4375,-0.15625 -0.71875,-0.21875 -1.125,-0.21875 -1.1875,0 -2.015625,0.65625 -2.015625,1.609375 0,0.34375 0.125,0.671875 0.359375,0.953125 0.21875,0.234375 0.40625,0.359375 0.875,0.5625 -0.796875,0.265625 -1.1875,0.640625 -1.1875,1.171875 0,0.40625 0.171875,0.578125 0.8125,0.8125 -0.625,0.09375 -0.953125,0.34375 -0.953125,0.75 0,0.578125 0.75,0.90625 2,0.90625 1.65625,0 2.53125,-0.515625 2.53125,-1.5 0,-0.765625 -0.609375,-1.21875 -1.625,-1.21875 H 2.53125 c -0.796875,0 -1,-0.078125 -1,-0.359375 0,-0.296875 0.28125,-0.515625 0.6875,-0.515625 l 0.4375,0.015625 c 0.46875,0 0.71875,-0.0625 1.0625,-0.265625 0.453125,-0.25 0.671875,-0.671875 0.671875,-1.1875 C 4.390625,-3.390625 4.28125,-3.6875 4,-3.96875 Z M 3.234375,0.515625 c 0.53125,0 0.796875,0.171875 0.796875,0.5 0,0.453125 -0.546875,0.71875 -1.53125,0.71875 C 1.609375,1.734375 1.15625,1.5 1.15625,1.0625 1.15625,0.859375 1.21875,0.75 1.5,0.515625 Z M 2.390625,-4.40625 c 0.46875,0 0.65625,0.375 0.65625,1.3125 0,0.921875 -0.1875,1.28125 -0.65625,1.28125 -0.484375,0 -0.65625,-0.359375 -0.65625,-1.28125 0,-0.9375 0.1875,-1.3125 0.65625,-1.3125 z m 0,0"
+ id="path1880" />
+ </g>
+ <g
+ id="glyph-30-5">
+ <path
+ d="M 2.078125,-6.734375 H 0.15625 V -6.5 C 0.625,-6.40625 0.6875,-6.328125 0.6875,-5.921875 v 5.078125 c 0,0.421875 -0.078125,0.515625 -0.53125,0.609375 V 0 H 2.5625 V -0.234375 C 2.1875,-0.296875 2.078125,-0.4375 2.078125,-0.8125 v -2.65625 c 0,-0.046875 0.0625,-0.140625 0.171875,-0.234375 0.21875,-0.21875 0.453125,-0.34375 0.6875,-0.34375 0.34375,0 0.515625,0.265625 0.515625,0.828125 v 2.40625 c 0,0.375 -0.140625,0.53125 -0.46875,0.578125 V 0 h 2.34375 v -0.234375 c -0.359375,-0.03125 -0.5,-0.1875 -0.5,-0.609375 V -3.3125 c 0,-0.859375 -0.515625,-1.40625 -1.34375,-1.40625 -0.53125,0 -0.890625,0.203125 -1.40625,0.78125 z m 0,0"
+ id="path1883" />
+ </g>
+ <g
+ id="glyph-30-6">
+ <path
+ d="m 3.046875,-4.59375 h -0.9375 v -1.6875 h -0.25 C 1.25,-5.421875 0.84375,-4.96875 0.203125,-4.421875 V -4.15625 H 0.71875 v 3.234375 C 0.71875,-0.28125 1.140625,0.125 1.828125,0.125 2.5,0.125 2.90625,-0.171875 3.3125,-1 l -0.25,-0.109375 c -0.203125,0.375 -0.359375,0.515625 -0.5625,0.515625 -0.28125,0 -0.390625,-0.15625 -0.390625,-0.5625 v -3 h 0.9375 z m 0,0"
+ id="path1886" />
+ </g>
+ <g
+ id="glyph-30-7">
+ <path
+ d="M 3.390625,-3.25 V -4.6875 H 3.171875 C 3.109375,-4.546875 3.046875,-4.5 2.9375,-4.5 2.875,-4.5 2.765625,-4.515625 2.609375,-4.5625 2.28125,-4.671875 2.046875,-4.71875 1.828125,-4.71875 c -0.90625,0 -1.5625,0.625 -1.5625,1.453125 0,0.65625 0.40625,1.125 1.421875,1.546875 0.671875,0.296875 0.953125,0.546875 0.953125,0.875 0,0.390625 -0.296875,0.640625 -0.75,0.640625 -0.6875,0 -1.15625,-0.4375 -1.359375,-1.3125 H 0.25 V 0.125 H 0.5 c 0.109375,-0.203125 0.171875,-0.28125 0.25,-0.28125 0.0625,0 0.140625,0.03125 0.234375,0.0625 C 1.25,0.03125 1.78125,0.140625 2.0625,0.140625 c 0.90625,0 1.53125,-0.625 1.53125,-1.515625 0,-0.703125 -0.390625,-1.140625 -1.375,-1.5625 -0.671875,-0.28125 -0.953125,-0.53125 -0.953125,-0.875 0,-0.328125 0.28125,-0.578125 0.65625,-0.578125 0.265625,0 0.53125,0.109375 0.75,0.328125 0.203125,0.1875 0.3125,0.375 0.46875,0.8125 z m 0,0"
+ id="path1889" />
+ </g>
+ <g
+ id="glyph-30-8">
+ <path
+ d="M 4.71875,-0.640625 4.609375,-0.53125 C 4.578125,-0.515625 4.5625,-0.5 4.5,-0.5 4.359375,-0.5 4.296875,-0.59375 4.296875,-0.75 v -2.59375 c 0,-0.84375 -0.765625,-1.375 -1.96875,-1.375 -1.125,0 -1.890625,0.515625 -1.890625,1.265625 0,0.40625 0.234375,0.65625 0.65625,0.65625 0.390625,0 0.671875,-0.25 0.671875,-0.578125 0,-0.140625 -0.0625,-0.28125 -0.1875,-0.4375 C 1.5,-3.90625 1.46875,-3.96875 1.46875,-4.03125 c 0,-0.203125 0.28125,-0.359375 0.625,-0.359375 0.578125,0 0.84375,0.265625 0.84375,0.875 v 0.71875 C 1.75,-2.4375 1.25,-2.234375 0.890625,-1.984375 0.453125,-1.6875 0.25,-1.34375 0.25,-0.921875 c 0,0.609375 0.46875,1.0625 1.109375,1.0625 0.5625,0 1.015625,-0.203125 1.578125,-0.703125 0.109375,0.515625 0.328125,0.703125 0.8125,0.703125 0.421875,0 0.734375,-0.15625 1.109375,-0.5625 z M 2.921875,-1 c -0.265625,0.3125 -0.46875,0.4375 -0.703125,0.4375 -0.3125,0 -0.515625,-0.28125 -0.515625,-0.671875 0,-0.578125 0.421875,-1 1.21875,-1.203125 z m 0,0"
+ id="path1892" />
+ </g>
+ <g
+ id="glyph-30-9">
+ <path
+ d="m 2.5,-4.71875 c -1.265625,0 -2.25,1.046875 -2.25,2.40625 0,1.421875 0.953125,2.453125 2.25,2.453125 1.28125,0 2.25,-1.03125 2.25,-2.421875 0,-1.390625 -0.96875,-2.4375 -2.25,-2.4375 z m 0.015625,0.3125 c 0.578125,0 0.765625,0.546875 0.765625,2.1875 0,1.53125 -0.203125,2.046875 -0.78125,2.046875 -0.59375,0 -0.78125,-0.5 -0.78125,-1.96875 0,-1.75 0.171875,-2.265625 0.796875,-2.265625 z m 0,0"
+ id="path1895" />
+ </g>
+ <g
+ id="glyph-30-10">
+ <path
+ d="m 2.109375,-4.59375 h -1.90625 v 0.234375 c 0.4375,0.078125 0.53125,0.171875 0.53125,0.59375 v 2.921875 c 0,0.421875 -0.078125,0.515625 -0.53125,0.609375 V 0 h 2.40625 V -0.234375 C 2.25,-0.296875 2.125,-0.4375 2.125,-0.8125 v -2.65625 c 0,-0.046875 0.0625,-0.140625 0.171875,-0.234375 0.21875,-0.21875 0.453125,-0.34375 0.6875,-0.34375 0.34375,0 0.515625,0.265625 0.515625,0.828125 v 2.40625 c 0,0.375 -0.125,0.53125 -0.46875,0.578125 V 0 H 5.375 V -0.234375 C 4.984375,-0.265625 4.890625,-0.390625 4.890625,-0.8125 v -2.5 c 0,-0.859375 -0.53125,-1.40625 -1.359375,-1.40625 -0.59375,0 -1.046875,0.28125 -1.421875,0.875 z m 0,0"
+ id="path1898" />
+ </g>
+ <g
+ id="glyph-30-11">
+ <path
+ d="m 2.171875,-4.59375 h -1.875 v 0.234375 c 0.421875,0.0625 0.53125,0.1875 0.53125,0.59375 v 2.921875 c 0,0.421875 -0.09375,0.53125 -0.53125,0.609375 V 0 H 2.9375 V -0.234375 C 2.328125,-0.28125 2.21875,-0.40625 2.21875,-1.03125 v -1.875 c 0,-0.515625 0.28125,-0.953125 0.609375,-0.953125 0.078125,0 0.15625,0.078125 0.265625,0.234375 0.203125,0.265625 0.34375,0.359375 0.609375,0.359375 0.359375,0 0.625,-0.28125 0.625,-0.671875 0,-0.453125 -0.34375,-0.78125 -0.8125,-0.78125 -0.5,0 -0.875,0.265625 -1.34375,0.9375 z m 0,0"
+ id="path1901" />
+ </g>
+ <g
+ id="glyph-30-12">
+ <path
+ d="m 4.78125,-4.59375 h -1.5 v 0.234375 c 0.421875,0.015625 0.546875,0.09375 0.546875,0.328125 0,0.109375 -0.015625,0.203125 -0.109375,0.453125 l -0.671875,1.90625 -0.71875,-1.84375 C 2.125,-4.015625 2.125,-4.015625 2.125,-4.09375 c 0,-0.140625 0.125,-0.234375 0.375,-0.25 L 2.65625,-4.359375 V -4.59375 h -2.5 v 0.234375 c 0.234375,0.03125 0.296875,0.0625 0.359375,0.15625 0.015625,0 0.46875,0.96875 0.640625,1.390625 L 2.359375,0.125 2.171875,0.65625 C 2,1.15625 1.75,1.46875 1.515625,1.46875 1.421875,1.46875 1.34375,1.390625 1.34375,1.3125 c 0,-0.015625 0,-0.03125 0.015625,-0.0625 C 1.359375,1.203125 1.375,1.140625 1.375,1.109375 1.375,0.8125 1.140625,0.625 0.796875,0.625 c -0.375,0 -0.640625,0.25 -0.640625,0.625 0,0.46875 0.40625,0.796875 0.96875,0.796875 0.34375,0 0.625,-0.125 0.84375,-0.328125 0.203125,-0.234375 0.40625,-0.625 0.75,-1.5625 L 4.203125,-3.8125 C 4.375,-4.234375 4.46875,-4.328125 4.78125,-4.359375 Z m 0,0"
+ id="path1904" />
+ </g>
+ <g
+ id="glyph-30-13">
+ <path
+ d="M 3.046875,-6.921875 C 2.4375,-6.59375 2.15625,-6.375 1.765625,-5.96875 c -0.84375,0.921875 -1.3125,2.09375 -1.3125,3.390625 0,0.90625 0.25,1.796875 0.734375,2.546875 0.453125,0.71875 0.890625,1.125 1.859375,1.703125 V 1.390625 C 2.484375,1.03125 2.234375,0.78125 2.03125,0.328125 c -0.3125,-0.625 -0.453125,-1.53125 -0.453125,-2.90625 0,-1.375 0.140625,-2.375 0.421875,-2.96875 C 2.21875,-5.984375 2.453125,-6.25 3.046875,-6.65625 Z m 0,0"
+ id="path1907" />
+ </g>
+ <g
+ id="glyph-30-14">
+ <path
+ d="m 4.828125,-4.734375 v -2.15625 H 4.53125 C 4.453125,-6.640625 4.375,-6.5625 4.203125,-6.5625 4.109375,-6.5625 4,-6.59375 3.78125,-6.671875 3.3125,-6.828125 3,-6.890625 2.625,-6.890625 c -1.359375,0 -2.1875,0.765625 -2.1875,2.03125 0,0.875 0.515625,1.5 1.703125,2.0625 L 2.8125,-2.46875 c 0.875,0.421875 1.109375,0.671875 1.109375,1.1875 0,0.6875 -0.484375,1.140625 -1.25,1.140625 -0.578125,0 -1.078125,-0.25 -1.453125,-0.734375 C 0.953125,-1.25 0.8125,-1.578125 0.640625,-2.265625 H 0.34375 V 0.1875 h 0.296875 c 0.0625,-0.25 0.140625,-0.34375 0.296875,-0.34375 0.078125,0 0.1875,0.03125 0.40625,0.109375 0.5,0.171875 0.875,0.234375 1.296875,0.234375 1.46875,0 2.46875,-0.84375 2.46875,-2.09375 0,-0.75 -0.453125,-1.5 -1.09375,-1.828125 l -1.46875,-0.71875 C 1.75,-4.859375 1.53125,-5.109375 1.53125,-5.578125 c 0,-0.625 0.40625,-1 1.09375,-1 0.453125,0 0.859375,0.1875 1.21875,0.5625 0.34375,0.34375 0.5,0.625 0.703125,1.28125 z m 0,0"
+ id="path1910" />
+ </g>
+ <g
+ id="glyph-30-15">
+ <path
+ d="m 0.265625,1.671875 c 0.625,-0.328125 0.90625,-0.53125 1.28125,-0.9375 0.859375,-0.921875 1.3125,-2.109375 1.3125,-3.390625 0,-0.90625 -0.25,-1.796875 -0.71875,-2.5625 C 1.671875,-5.9375 1.25,-6.328125 0.265625,-6.921875 v 0.28125 c 0.578125,0.375 0.828125,0.625 1.03125,1.0625 0.296875,0.625 0.4375,1.546875 0.4375,2.90625 0,1.375 -0.140625,2.375 -0.421875,2.984375 C 1.109375,0.75 0.875,1 0.265625,1.40625 Z m 0,0"
+ id="path1913" />
+ </g>
+ <g
+ id="glyph-30-16">
+ <path
+ d="m 1.65625,-1.5625 c -0.453125,0 -0.84375,0.390625 -0.84375,0.84375 0,0.484375 0.359375,0.84375 0.828125,0.84375 C 2.125,0.125 2.5,-0.234375 2.5,-0.703125 2.5,-1.171875 2.125,-1.5625 1.65625,-1.5625 Z m 0,-3.140625 c -0.453125,0 -0.84375,0.375 -0.84375,0.828125 0,0.484375 0.359375,0.859375 0.84375,0.859375 0.46875,0 0.84375,-0.390625 0.84375,-0.84375 0,-0.46875 -0.375,-0.84375 -0.84375,-0.84375 z m 0,0"
+ id="path1916" />
+ </g>
+ <g
+ id="glyph-30-17">
+ <path
+ d="m 3.921875,-6.890625 c -2.09375,0 -3.578125,1.484375 -3.578125,3.546875 0,2.0625 1.46875,3.53125 3.53125,3.53125 2.0625,0 3.53125,-1.46875 3.53125,-3.53125 0,-2.046875 -1.484375,-3.546875 -3.484375,-3.546875 z M 3.90625,-6.5625 c 1.09375,0 1.734375,1.203125 1.734375,3.28125 0,2.046875 -0.609375,3.140625 -1.765625,3.140625 -1.140625,0 -1.765625,-1.09375 -1.765625,-3.109375 0,-2.15625 0.625,-3.3125 1.796875,-3.3125 z m 0,0"
+ id="path1919" />
+ </g>
+ <g
+ id="glyph-30-18">
+ <path
+ d="m 3.421875,0.125 c 0.421875,-0.140625 0.671875,-0.1875 1.3125,-0.25 l 0.625,-0.078125 v -0.21875 C 4.921875,-0.453125 4.796875,-0.578125 4.796875,-1 v -3.59375 h -2 v 0.234375 c 0.5,0.046875 0.609375,0.15625 0.609375,0.59375 v 2.8125 c -0.328125,0.328125 -0.53125,0.4375 -0.8125,0.4375 -0.40625,0 -0.5625,-0.1875 -0.5625,-0.703125 v -3.375 h -1.875 v 0.234375 C 0.5625,-4.28125 0.640625,-4.1875 0.640625,-3.765625 V -1.25 c 0,0.875 0.5,1.390625 1.328125,1.390625 0.53125,0 0.875,-0.15625 1.453125,-0.65625 z m 0,0"
+ id="path1922" />
+ </g>
+ <g
+ id="glyph-30-19">
+ <path
+ d="m 2.109375,-4.59375 h -1.90625 v 0.234375 C 0.640625,-4.28125 0.75,-4.1875 0.75,-3.765625 V 1.21875 c 0,0.421875 -0.078125,0.5 -0.5625,0.578125 v 0.25 H 2.90625 V 1.828125 C 2.296875,1.796875 2.140625,1.609375 2.140625,0.9375 V -0.46875 C 2.609375,0 2.875,0.125 3.3125,0.125 c 1.109375,0 1.90625,-1.03125 1.90625,-2.5 0,-1.390625 -0.75,-2.34375 -1.84375,-2.34375 -0.59375,0 -0.953125,0.234375 -1.265625,0.8125 z m 0.03125,1.140625 c 0,-0.0625 0.078125,-0.21875 0.203125,-0.359375 0.203125,-0.21875 0.421875,-0.328125 0.640625,-0.328125 0.53125,0 0.765625,0.59375 0.765625,1.890625 0,1.25 -0.28125,1.828125 -0.84375,1.828125 -0.328125,0 -0.625,-0.21875 -0.765625,-0.609375 z m 0,0"
+ id="path1925" />
+ </g>
+ <g
+ id="glyph-30-20">
+ <path
+ d="M 2.296875,-6.734375 H 0.1875 v 0.25 c 0.203125,0 0.375,0.140625 0.84375,0.71875 v 4.71875 c 0,0.5625 -0.140625,0.703125 -0.875,0.796875 V 0 H 2.421875 V -0.25 C 1.65625,-0.34375 1.46875,-0.53125 1.46875,-1.234375 V -5.25 L 5.9375,0.171875 H 6.203125 V -5.6875 c 0,-0.578125 0.140625,-0.703125 0.78125,-0.796875 v -0.25 H 4.84375 v 0.25 c 0.734375,0.0625 0.921875,0.28125 0.921875,0.984375 v 3.03125 z m 0,0"
+ id="path1928" />
+ </g>
+ <g
+ id="glyph-30-21">
+ <path
+ d="M 2.046875,-6.734375 H 0.15625 V -6.5 c 0.359375,0.03125 0.515625,0.203125 0.515625,0.578125 v 5.078125 c 0,0.375 -0.171875,0.578125 -0.515625,0.609375 V 0 H 2.546875 V -0.234375 C 2.21875,-0.25 2.046875,-0.4375 2.046875,-0.84375 Z m 0,0"
+ id="path1931" />
+ </g>
+ <g
+ id="glyph-30-22">
+ <path
+ d="m 4.109375,-1.09375 c -0.375,0.421875 -0.625,0.5625 -1.03125,0.5625 -0.875,0 -1.421875,-0.859375 -1.421875,-2.21875 0,-1.03125 0.3125,-1.65625 0.84375,-1.65625 0.15625,0 0.296875,0.078125 0.359375,0.1875 0.046875,0.09375 0.046875,0.09375 0.046875,0.515625 0.015625,0.484375 0.1875,0.71875 0.5625,0.71875 0.421875,0 0.671875,-0.25 0.671875,-0.640625 0,-0.609375 -0.65625,-1.09375 -1.53125,-1.09375 -1.359375,0 -2.359375,1.0625 -2.359375,2.5 0,1.375 0.890625,2.359375 2.125,2.359375 0.78125,0 1.328125,-0.3125 1.90625,-1.046875 z m 0,0"
+ id="path1934" />
+ </g>
+ <g
+ id="glyph-30-23">
+ <path
+ d="m 6.359375,-2.265625 h -0.28125 c -0.34375,0.78125 -0.53125,1.09375 -0.890625,1.40625 -0.40625,0.375 -0.953125,0.546875 -1.734375,0.546875 -0.609375,0 -0.796875,-0.125 -0.796875,-0.5625 v -4.703125 c 0,-0.734375 0.140625,-0.875 1.015625,-0.90625 v -0.25 H 0.1875 v 0.25 c 0.6875,0.03125 0.859375,0.1875 0.859375,0.703125 v 4.828125 c 0,0.5 -0.125,0.609375 -0.859375,0.703125 V 0 h 5.765625 z m 0,0"
+ id="path1937" />
+ </g>
+ <g
+ id="glyph-30-24">
+ <path
+ d="m 7.125,-0.25 c -0.171875,0 -0.3125,-0.0625 -0.40625,-0.1875 l -2,-2.84375 c 0.578125,-0.1875 0.828125,-0.3125 1.109375,-0.5625 0.296875,-0.265625 0.453125,-0.671875 0.453125,-1.125 0,-1.140625 -0.984375,-1.765625 -2.8125,-1.765625 H 0.265625 v 0.25 c 0.734375,0.046875 0.875,0.1875 0.875,0.90625 v 4.40625 c 0,0.734375 -0.109375,0.828125 -0.875,0.921875 V 0 H 3.625 V -0.25 C 2.84375,-0.34375 2.75,-0.453125 2.75,-1.171875 V -3.125 H 3.015625 L 5.078125,0 H 7.125 Z M 2.75,-5.984375 c 0,-0.0625 0.046875,-0.203125 0.078125,-0.265625 0.046875,-0.09375 0.21875,-0.15625 0.46875,-0.15625 0.90625,0 1.28125,0.4375 1.28125,1.484375 0,0.640625 -0.15625,1.03125 -0.46875,1.234375 -0.265625,0.171875 -0.59375,0.234375 -1.359375,0.25 z m 0,0"
+ id="path1940" />
+ </g>
+ <g
+ id="glyph-31-0" />
+ <g
+ id="glyph-31-1">
+ <path
+ d="m 2.546875,-6.1875 v 4.984375 c 0,0.859375 -0.109375,0.96875 -0.9375,1.015625 V 0 h 2.9375 V -0.1875 C 3.71875,-0.234375 3.578125,-0.359375 3.578125,-1.09375 V -6.1875 H 4.125 c 1.140625,0 1.359375,0.1875 1.59375,1.28125 h 0.234375 l -0.0625,-1.6875 h -5.65625 l -0.0625,1.6875 H 0.40625 c 0.25,-1.078125 0.484375,-1.28125 1.609375,-1.28125 z m 0,0"
+ id="path1944" />
+ </g>
+ <g
+ id="glyph-31-2">
+ <path
+ d="M 1.578125,-3.421875 C 2,-3.875 2.296875,-4.046875 2.6875,-4.046875 c 0.5,0 0.765625,0.359375 0.765625,1.0625 v 1.96875 c 0,0.671875 -0.109375,0.8125 -0.6875,0.859375 V 0 h 2.125 V -0.15625 C 4.34375,-0.25 4.296875,-0.328125 4.296875,-1.015625 V -3 c 0,-1.046875 -0.421875,-1.578125 -1.25,-1.578125 -0.578125,0 -1,0.234375 -1.46875,0.828125 V -6.78125 L 1.53125,-6.8125 C 1.1875,-6.6875 0.9375,-6.609375 0.375,-6.453125 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.4375,0 0.515625,0.078125 0.515625,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.640625,0.859375 V 0 h 2.171875 v -0.15625 c -0.59375,-0.046875 -0.6875,-0.171875 -0.6875,-0.859375 z m 0,0"
+ id="path1947" />
+ </g>
+ <g
+ id="glyph-31-3">
+ <path
+ d="M 4.09375,-1.640625 C 3.609375,-0.875 3.1875,-0.59375 2.546875,-0.59375 1.96875,-0.59375 1.53125,-0.875 1.25,-1.453125 1.0625,-1.828125 1,-2.15625 0.96875,-2.765625 H 4.0625 C 3.984375,-3.40625 3.890625,-3.703125 3.640625,-4.015625 3.328125,-4.375 2.875,-4.578125 2.34375,-4.578125 1.84375,-4.578125 1.375,-4.40625 1,-4.0625 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.96875,0.09375 2.125,0.09375 c 0.953125,0 1.71875,-0.578125 2.140625,-1.65625 z M 1,-3.078125 c 0.109375,-0.78125 0.453125,-1.15625 1.0625,-1.15625 0.609375,0 0.84375,0.28125 0.984375,1.15625 z m 0,0"
+ id="path1950" />
+ </g>
+ <g
+ id="glyph-31-4">
+ <path
+ d="m 5.734375,-4.484375 v 0.140625 c 0.34375,0.078125 0.4375,0.140625 0.4375,0.3125 0,0.15625 -0.046875,0.390625 -0.15625,0.65625 l -0.90625,2.21875 -0.84375,-2.234375 C 4.09375,-3.84375 4.09375,-3.84375 4.09375,-3.984375 c 0,-0.21875 0.109375,-0.28125 0.578125,-0.359375 V -4.484375 H 2.625 v 0.140625 c 0.375,0.046875 0.5,0.15625 0.703125,0.6875 0.0625,0.203125 0.140625,0.390625 0.203125,0.5625 L 2.609375,-1.109375 1.625,-3.703125 C 1.578125,-3.8125 1.5625,-3.90625 1.5625,-4 c 0,-0.21875 0.109375,-0.296875 0.453125,-0.34375 V -4.484375 H 0.21875 v 0.140625 c 0.21875,0.03125 0.296875,0.125 0.53125,0.640625 l 1.34375,3.40625 c 0.125,0.296875 0.203125,0.4375 0.265625,0.4375 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.125,-2.390625 0.921875,2.34375 c 0.140625,0.375 0.171875,0.4375 0.234375,0.4375 0.078125,0 0.125,-0.09375 0.28125,-0.484375 L 6.5625,-3.796875 C 6.734375,-4.21875 6.765625,-4.265625 6.96875,-4.34375 v -0.140625 z m 0,0"
+ id="path1953" />
+ </g>
+ <g
+ id="glyph-31-5">
+ <path
+ d="m 1.765625,-4.578125 -1.5625,0.546875 v 0.140625 H 0.28125 c 0.125,-0.03125 0.25,-0.03125 0.34375,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.796875,0.859375 V 0 h 2.390625 v -0.15625 c -0.671875,-0.046875 -0.75,-0.140625 -0.75,-0.859375 V -4.5625 Z M 1.28125,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.296875,0 0.53125,-0.21875 0.53125,-0.5 0,-0.28125 -0.234375,-0.515625 -0.53125,-0.515625 z m 0,0"
+ id="path1956" />
+ </g>
+ <g
+ id="glyph-31-6">
+ <path
+ d="M 4.71875,-3.875 V -4.25 H 3.953125 C 3.75,-4.25 3.59375,-4.28125 3.390625,-4.359375 L 3.171875,-4.4375 C 2.90625,-4.53125 2.625,-4.578125 2.375,-4.578125 c -0.9375,0 -1.6875,0.703125 -1.6875,1.625 0,0.625 0.28125,1 0.9375,1.328125 -0.1875,0.171875 -0.375,0.34375 -0.421875,0.40625 -0.34375,0.28125 -0.46875,0.484375 -0.46875,0.6875 0,0.203125 0.125,0.328125 0.53125,0.515625 -0.71875,0.53125 -0.984375,0.859375 -0.984375,1.21875 0,0.53125 0.78125,0.96875 1.734375,0.96875 0.75,0 1.546875,-0.265625 2.0625,-0.671875 C 4.453125,1.1875 4.625,0.875 4.625,0.484375 4.625,-0.125 4.15625,-0.546875 3.421875,-0.578125 L 2.125,-0.640625 C 1.59375,-0.65625 1.34375,-0.75 1.34375,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.09375,0 0.15625,0.015625 0.1875,0.015625 0.203125,0.015625 0.328125,0.03125 0.390625,0.03125 0.375,0 0.765625,-0.15625 1.078125,-0.421875 0.328125,-0.28125 0.484375,-0.625 0.484375,-1.125 0,-0.28125 -0.046875,-0.515625 -0.1875,-0.84375 z M 1.484375,0.015625 c 0.328125,0.078125 1.125,0.140625 1.625,0.140625 0.90625,0 1.234375,0.125 1.234375,0.484375 0,0.578125 -0.75,0.96875 -1.890625,0.96875 -0.890625,0 -1.46875,-0.296875 -1.46875,-0.734375 0,-0.234375 0.078125,-0.359375 0.5,-0.859375 z M 1.53125,-3.375 c 0,-0.578125 0.28125,-0.9375 0.734375,-0.9375 0.3125,0 0.578125,0.171875 0.734375,0.46875 0.1875,0.359375 0.3125,0.8125 0.3125,1.203125 0,0.5625 -0.296875,0.90625 -0.765625,0.90625 -0.59375,0 -1.015625,-0.640625 -1.015625,-1.609375 z m 0,0"
+ id="path1959" />
+ </g>
+ <g
+ id="glyph-31-7">
+ <path
+ d="M 2.5625,-4.484375 H 1.546875 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.0625,-0.125 C 1.40625,-5.6875 1.34375,-5.59375 1.28125,-5.5 0.890625,-4.9375 0.46875,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 h 0.53125 v 3 c 0,0.84375 0.296875,1.265625 0.890625,1.265625 0.5,0 0.875,-0.234375 1.203125,-0.75 l -0.125,-0.109375 c -0.203125,0.25 -0.375,0.34375 -0.609375,0.34375 -0.359375,0 -0.515625,-0.265625 -0.515625,-0.890625 V -4.171875 H 2.5625 Z m 0,0"
+ id="path1962" />
+ </g>
+ <g
+ id="glyph-31-8">
+ <path
+ d="M 3.171875,-3.125 3.125,-4.484375 H 3.015625 L 3,-4.46875 c -0.09375,0.078125 -0.109375,0.078125 -0.140625,0.078125 -0.0625,0 -0.171875,-0.015625 -0.28125,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.703125,-0.125 -0.796875,0 -1.359375,0.515625 -1.359375,1.234375 0,0.546875 0.3125,0.953125 1.171875,1.4375 l 0.578125,0.328125 c 0.359375,0.1875 0.53125,0.4375 0.53125,0.734375 0,0.4375 -0.328125,0.71875 -0.84375,0.71875 C 1.625,-0.125 1.3125,-0.25 1.109375,-0.46875 0.90625,-0.71875 0.8125,-0.953125 0.6875,-1.515625 H 0.515625 v 1.5625 H 0.65625 c 0.0625,-0.109375 0.109375,-0.125 0.234375,-0.125 C 0.96875,-0.078125 1.109375,-0.0625 1.34375,0 1.625,0.0625 1.90625,0.09375 2.078125,0.09375 2.859375,0.09375 3.5,-0.484375 3.5,-1.171875 3.5,-1.671875 3.25,-2 2.65625,-2.359375 L 1.5625,-3 C 1.28125,-3.15625 1.140625,-3.40625 1.140625,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.765625,-0.6875 0.578125,0 0.875,0.34375 1.109375,1.234375 z m 0,0"
+ id="path1965" />
+ </g>
+ <g
+ id="glyph-31-9">
+ <path
+ d="M 4.4375,-0.65625 C 4.265625,-0.515625 4.15625,-0.46875 4,-0.46875 c -0.234375,0 -0.296875,-0.140625 -0.296875,-0.578125 v -1.9375 c 0,-0.53125 -0.0625,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.65625,-0.546875 -1.25,-0.546875 -0.9375,0 -1.6875,0.484375 -1.6875,1.109375 0,0.234375 0.203125,0.421875 0.4375,0.421875 0.234375,0 0.453125,-0.1875 0.453125,-0.40625 C 1.453125,-3.5 1.4375,-3.546875 1.421875,-3.625 1.40625,-3.703125 1.390625,-3.78125 1.390625,-3.859375 1.390625,-4.125 1.71875,-4.34375 2.125,-4.34375 c 0.484375,0 0.765625,0.28125 0.765625,0.828125 v 0.609375 c -1.546875,0.609375 -1.71875,0.6875 -2.15625,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.046875,1.0625 0.453125,0 0.859375,-0.203125 1.46875,-0.71875 C 2.9375,-0.109375 3.125,0.09375 3.53125,0.09375 c 0.34375,0 0.5625,-0.109375 0.90625,-0.5 z m -1.546875,-0.5625 c 0,0.296875 -0.0625,0.390625 -0.265625,0.515625 -0.25,0.140625 -0.53125,0.21875 -0.734375,0.21875 C 1.53125,-0.484375 1.25,-0.8125 1.25,-1.25 v -0.03125 c 0,-0.59375 0.421875,-0.953125 1.640625,-1.390625 z m 0,0"
+ id="path1968" />
+ </g>
+ <g
+ id="glyph-31-10">
+ <path
+ d="m 0.078125,-3.890625 c 0.140625,-0.03125 0.21875,-0.03125 0.34375,-0.03125 0.25,0 0.34375,0.15625 0.34375,0.59375 v 2.484375 c 0,0.5 -0.078125,0.578125 -0.71875,0.6875 V 0 H 2.46875 V -0.15625 C 1.78125,-0.171875 1.609375,-0.328125 1.609375,-0.890625 v -2.25 c 0,-0.3125 0.4375,-0.8125 0.703125,-0.8125 0.0625,0 0.15625,0.046875 0.265625,0.140625 0.15625,0.140625 0.265625,0.203125 0.390625,0.203125 0.25,0 0.390625,-0.171875 0.390625,-0.453125 0,-0.328125 -0.203125,-0.515625 -0.546875,-0.515625 -0.421875,0 -0.71875,0.21875 -1.203125,0.921875 V -4.5625 L 1.5625,-4.578125 c -0.53125,0.21875 -0.90625,0.34375 -1.484375,0.53125 z m 0,0"
+ id="path1971" />
+ </g>
+ <g
+ id="glyph-31-11">
+ <path
+ d="m 2.515625,-4.578125 c -1.3125,0 -2.21875,0.953125 -2.21875,2.328125 0,1.34375 0.921875,2.34375 2.1875,2.34375 1.265625,0 2.234375,-1.046875 2.234375,-2.421875 0,-1.3125 -0.921875,-2.25 -2.203125,-2.25 z M 2.375,-4.3125 c 0.84375,0 1.4375,0.96875 1.4375,2.328125 0,1.125 -0.453125,1.8125 -1.203125,1.8125 -0.390625,0 -0.765625,-0.25 -0.96875,-0.640625 -0.28125,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.171875,-1.578125 z m 0,0"
+ id="path1974" />
+ </g>
+ <g
+ id="glyph-31-12">
+ <path
+ d="M 3.453125,0.09375 4.9375,-0.421875 v -0.15625 C 4.75,-0.5625 4.734375,-0.5625 4.703125,-0.5625 c -0.359375,0 -0.4375,-0.109375 -0.4375,-0.578125 V -6.78125 L 4.203125,-6.8125 C 3.734375,-6.640625 3.375,-6.546875 2.734375,-6.375 v 0.171875 C 2.8125,-6.21875 2.875,-6.21875 2.953125,-6.21875 c 0.375,0 0.46875,0.09375 0.46875,0.5 v 1.5625 c -0.390625,-0.3125 -0.65625,-0.421875 -1.0625,-0.421875 -1.15625,0 -2.09375,1.125 -2.09375,2.53125 0,1.28125 0.765625,2.140625 1.859375,2.140625 0.5625,0 0.953125,-0.1875 1.296875,-0.65625 v 0.625 z m -0.03125,-1.109375 c 0,0.0625 -0.078125,0.1875 -0.171875,0.296875 -0.1875,0.203125 -0.4375,0.296875 -0.734375,0.296875 -0.828125,0 -1.375,-0.796875 -1.375,-2.015625 0,-1.125 0.484375,-1.875 1.25,-1.875 0.53125,0 1.03125,0.46875 1.03125,1 z m 0,0"
+ id="path1977" />
+ </g>
+ <g
+ id="glyph-31-13">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.328125,-4 0.4375,-4 c 0.28125,0 0.359375,0.140625 0.359375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.609375,0.734375 V 0 h 2.125 V -0.15625 C 1.796875,-0.1875 1.640625,-0.3125 1.640625,-0.671875 V -3.46875 C 2.125,-3.921875 2.34375,-4.03125 2.6875,-4.03125 c 0.484375,0 0.734375,0.296875 0.734375,0.953125 v 2.09375 c 0,0.625 -0.140625,0.796875 -0.640625,0.828125 V 0 H 4.875 V -0.15625 C 4.375,-0.203125 4.265625,-0.3125 4.265625,-0.8125 v -2.28125 c 0,-0.9375 -0.453125,-1.484375 -1.1875,-1.484375 -0.46875,0 -0.78125,0.15625 -1.453125,0.796875 V -4.5625 L 1.546875,-4.578125 C 1.0625,-4.40625 0.71875,-4.296875 0.15625,-4.140625 Z m 0,0"
+ id="path1980" />
+ </g>
+ <g
+ id="glyph-32-0" />
+ <g
+ id="glyph-32-1">
+ <path
+ d="m 2.515625,-4.484375 h -1 v -1.15625 c 0,-0.09375 -0.015625,-0.125 -0.0625,-0.125 C 1.375,-5.6875 1.3125,-5.59375 1.25,-5.5 0.875,-4.9375 0.453125,-4.46875 0.296875,-4.421875 0.1875,-4.359375 0.125,-4.28125 0.125,-4.234375 c 0,0.03125 0.015625,0.046875 0.046875,0.0625 H 0.6875 v 3 c 0,0.84375 0.296875,1.265625 0.875,1.265625 0.484375,0 0.859375,-0.234375 1.1875,-0.75 L 2.625,-0.765625 c -0.21875,0.25 -0.375,0.34375 -0.59375,0.34375 -0.375,0 -0.515625,-0.265625 -0.515625,-0.890625 v -2.859375 h 1 z m 0,0"
+ id="path1984" />
+ </g>
+ <g
+ id="glyph-32-2">
+ <path
+ d="m 1.546875,-3.421875 c 0.40625,-0.453125 0.703125,-0.625 1.09375,-0.625 0.484375,0 0.734375,0.359375 0.734375,1.0625 v 1.96875 c 0,0.671875 -0.09375,0.8125 -0.671875,0.859375 V 0 h 2.09375 V -0.15625 C 4.265625,-0.25 4.203125,-0.328125 4.203125,-1.015625 V -3 c 0,-1.046875 -0.40625,-1.578125 -1.203125,-1.578125 -0.59375,0 -1,0.234375 -1.453125,0.828125 V -6.78125 L 1.5,-6.8125 c -0.34375,0.125 -0.578125,0.203125 -1.140625,0.359375 L 0.09375,-6.375 v 0.171875 c 0.046875,-0.015625 0.078125,-0.015625 0.125,-0.015625 0.421875,0 0.5,0.078125 0.5,0.5 v 4.703125 c 0,0.703125 -0.0625,0.78125 -0.625,0.859375 V 0 h 2.125 V -0.15625 C 1.640625,-0.203125 1.546875,-0.328125 1.546875,-1.015625 Z m 0,0"
+ id="path1987" />
+ </g>
+ <g
+ id="glyph-32-3">
+ <path
+ d="M 4.015625,-1.640625 C 3.546875,-0.875 3.125,-0.59375 2.484375,-0.59375 1.921875,-0.59375 1.5,-0.875 1.21875,-1.453125 c -0.171875,-0.375 -0.25,-0.703125 -0.265625,-1.3125 h 3.03125 C 3.90625,-3.40625 3.8125,-3.703125 3.5625,-4.015625 3.265625,-4.375 2.8125,-4.578125 2.296875,-4.578125 1.8125,-4.578125 1.34375,-4.40625 0.96875,-4.0625 0.515625,-3.65625 0.25,-2.953125 0.25,-2.140625 0.25,-0.75 0.953125,0.09375 2.09375,0.09375 c 0.921875,0 1.671875,-0.578125 2.078125,-1.65625 z m -3.046875,-1.4375 c 0.109375,-0.78125 0.453125,-1.15625 1.046875,-1.15625 0.609375,0 0.84375,0.28125 0.96875,1.15625 z m 0,0"
+ id="path1990" />
+ </g>
+ <g
+ id="glyph-32-4">
+ <path
+ d="M 0.1875,-3.96875 C 0.3125,-4 0.390625,-4 0.5,-4 c 0.265625,0 0.34375,0.15625 0.34375,0.625 v 2.53125 c 0,0.53125 -0.140625,0.6875 -0.6875,0.6875 V 0 h 2.1875 V -0.15625 C 1.828125,-0.171875 1.671875,-0.28125 1.671875,-0.671875 v -2.8125 c 0,-0.015625 0.078125,-0.109375 0.15625,-0.1875 0.234375,-0.21875 0.65625,-0.390625 1,-0.390625 0.4375,0 0.65625,0.34375 0.65625,1.046875 v 2.15625 c 0,0.5625 -0.109375,0.671875 -0.671875,0.703125 V 0 h 2.203125 v -0.15625 c -0.5625,0 -0.703125,-0.171875 -0.703125,-0.796875 v -2.5 c 0.296875,-0.4375 0.625,-0.609375 1.078125,-0.609375 0.5625,0 0.734375,0.265625 0.734375,1.09375 V -0.875 c 0,0.578125 -0.078125,0.65625 -0.65625,0.71875 V 0 H 7.625 V -0.15625 L 7.375,-0.171875 C 7.078125,-0.1875 6.953125,-0.375 6.953125,-0.75 v -2.0625 c 0,-1.171875 -0.390625,-1.765625 -1.140625,-1.765625 -0.578125,0 -1.078125,0.25 -1.609375,0.828125 C 4.03125,-4.3125 3.6875,-4.578125 3.15625,-4.578125 c -0.421875,0 -0.703125,0.125 -1.515625,0.765625 v -0.75 L 1.5625,-4.578125 c -0.5,0.1875 -0.828125,0.296875 -1.375,0.4375 z m 0,0"
+ id="path1993" />
+ </g>
+ <g
+ id="glyph-32-5">
+ <path
+ d="m 2.46875,-4.578125 c -1.28125,0 -2.1875,0.953125 -2.1875,2.328125 0,1.34375 0.921875,2.34375 2.15625,2.34375 1.25,0 2.1875,-1.046875 2.1875,-2.421875 0,-1.3125 -0.90625,-2.25 -2.15625,-2.25 z M 2.328125,-4.3125 c 0.828125,0 1.40625,0.96875 1.40625,2.328125 0,1.125 -0.4375,1.8125 -1.171875,1.8125 -0.390625,0 -0.75,-0.25 -0.953125,-0.640625 -0.28125,-0.515625 -0.4375,-1.21875 -0.4375,-1.921875 0,-0.953125 0.46875,-1.578125 1.15625,-1.578125 z m 0,0"
+ id="path1996" />
+ </g>
+ <g
+ id="glyph-32-6">
+ <path
+ d="m 4.703125,-4.484375 h -1.375 v 0.140625 c 0.3125,0.03125 0.46875,0.140625 0.46875,0.328125 0,0.09375 -0.03125,0.203125 -0.0625,0.296875 L 2.75,-1.140625 1.75,-3.6875 c -0.0625,-0.140625 -0.09375,-0.28125 -0.09375,-0.375 0,-0.171875 0.109375,-0.25 0.453125,-0.28125 V -4.484375 H 0.1875 v 0.140625 c 0.375,0.03125 0.4375,0.125 0.890625,1.15625 l 1.1875,2.859375 c 0.015625,0.0625 0.046875,0.125 0.078125,0.203125 0.0625,0.1875 0.125,0.265625 0.171875,0.265625 0.0625,0 0.125,-0.125 0.28125,-0.5 L 4.0625,-3.5625 c 0.28125,-0.671875 0.34375,-0.75 0.640625,-0.78125 z m 0,0"
+ id="path1999" />
+ </g>
+ <g
+ id="glyph-32-7">
+ <path
+ d="M 0.15625,-3.96875 C 0.21875,-4 0.3125,-4 0.421875,-4 c 0.28125,0 0.359375,0.140625 0.359375,0.625 v 2.484375 c 0,0.5625 -0.109375,0.703125 -0.609375,0.734375 V 0 h 2.09375 v -0.15625 c -0.5,-0.03125 -0.65625,-0.15625 -0.65625,-0.515625 V -3.46875 c 0.484375,-0.453125 0.6875,-0.5625 1.015625,-0.5625 0.484375,0 0.71875,0.296875 0.71875,0.953125 v 2.09375 c 0,0.625 -0.125,0.796875 -0.609375,0.828125 V 0 H 4.78125 V -0.15625 C 4.296875,-0.203125 4.171875,-0.3125 4.171875,-0.8125 v -2.28125 c 0,-0.9375 -0.4375,-1.484375 -1.15625,-1.484375 -0.453125,0 -0.765625,0.15625 -1.4375,0.796875 V -4.5625 l -0.0625,-0.015625 c -0.484375,0.171875 -0.8125,0.28125 -1.359375,0.4375 z m 0,0"
+ id="path2002" />
+ </g>
+ <g
+ id="glyph-32-8">
+ <path
+ d="M 3.921875,-1.5625 C 3.453125,-0.859375 3.09375,-0.625 2.53125,-0.625 1.640625,-0.625 1,-1.421875 1,-2.5625 c 0,-1.03125 0.546875,-1.734375 1.34375,-1.734375 0.359375,0 0.484375,0.109375 0.578125,0.484375 l 0.0625,0.21875 c 0.078125,0.28125 0.25,0.453125 0.46875,0.453125 0.25,0 0.46875,-0.1875 0.46875,-0.421875 0,-0.546875 -0.6875,-1.015625 -1.515625,-1.015625 -0.484375,0 -0.984375,0.1875 -1.390625,0.546875 -0.5,0.4375 -0.765625,1.125 -0.765625,1.90625 0,1.296875 0.78125,2.21875 1.859375,2.21875 0.453125,0 0.84375,-0.15625 1.203125,-0.46875 0.265625,-0.234375 0.453125,-0.5 0.75,-1.09375 z m 0,0"
+ id="path2005" />
+ </g>
+ <g
+ id="glyph-32-9">
+ <path
+ d="M 3.09375,-3.125 3.0625,-4.484375 H 2.953125 L 2.9375,-4.46875 c -0.09375,0.078125 -0.109375,0.078125 -0.140625,0.078125 -0.0625,0 -0.15625,-0.015625 -0.265625,-0.0625 -0.21875,-0.078125 -0.4375,-0.125 -0.6875,-0.125 C 1.0625,-4.578125 0.5,-4.0625 0.5,-3.34375 c 0,0.546875 0.3125,0.953125 1.15625,1.4375 l 0.5625,0.328125 c 0.34375,0.1875 0.515625,0.4375 0.515625,0.734375 0,0.4375 -0.3125,0.71875 -0.8125,0.71875 -0.34375,0 -0.640625,-0.125 -0.828125,-0.34375 -0.203125,-0.25 -0.296875,-0.484375 -0.421875,-1.046875 h -0.15625 v 1.5625 h 0.125 c 0.0625,-0.109375 0.109375,-0.125 0.21875,-0.125 0.09375,0 0.234375,0.015625 0.453125,0.078125 0.28125,0.0625 0.546875,0.09375 0.71875,0.09375 0.765625,0 1.390625,-0.578125 1.390625,-1.265625 0,-0.5 -0.234375,-0.828125 -0.828125,-1.1875 L 1.53125,-3 C 1.265625,-3.15625 1.109375,-3.40625 1.109375,-3.671875 c 0,-0.40625 0.3125,-0.6875 0.765625,-0.6875 0.5625,0 0.859375,0.34375 1.078125,1.234375 z m 0,0"
+ id="path2008" />
+ </g>
+ <g
+ id="glyph-32-10">
+ <path
+ d="m 3.046875,-4.484375 h -1.21875 v -1.15625 c 0,-0.578125 0.1875,-0.890625 0.5625,-0.890625 0.203125,0 0.34375,0.09375 0.515625,0.390625 0.171875,0.265625 0.28125,0.359375 0.453125,0.359375 0.21875,0 0.40625,-0.1875 0.40625,-0.40625 0,-0.359375 -0.421875,-0.625 -1.015625,-0.625 -0.609375,0 -1.140625,0.265625 -1.390625,0.734375 -0.25,0.4375 -0.328125,0.796875 -0.34375,1.59375 h -0.8125 v 0.3125 h 0.8125 v 3.140625 c 0,0.71875 -0.109375,0.84375 -0.8125,0.875 V 0 H 2.75 V -0.15625 C 1.953125,-0.171875 1.84375,-0.296875 1.84375,-1.03125 v -3.140625 h 1.203125 z m 0,0"
+ id="path2011" />
+ </g>
+ <g
+ id="glyph-32-11">
+ <path
+ d="m 5.625,-4.484375 v 0.140625 c 0.328125,0.078125 0.421875,0.140625 0.421875,0.3125 C 6.046875,-3.875 6,-3.640625 5.890625,-3.375 L 5,-1.15625 4.171875,-3.390625 C 4,-3.84375 4,-3.84375 4,-3.984375 4,-4.203125 4.109375,-4.265625 4.578125,-4.34375 v -0.140625 h -2 v 0.140625 c 0.359375,0.046875 0.484375,0.15625 0.6875,0.6875 0.0625,0.203125 0.125,0.390625 0.1875,0.5625 L 2.5625,-1.109375 1.578125,-3.703125 C 1.546875,-3.8125 1.53125,-3.90625 1.53125,-4 c 0,-0.21875 0.109375,-0.296875 0.453125,-0.34375 v -0.140625 h -1.78125 v 0.140625 c 0.234375,0.03125 0.3125,0.125 0.53125,0.640625 L 2.0625,-0.296875 C 2.171875,0 2.25,0.140625 2.3125,0.140625 c 0.046875,0 0.125,-0.125 0.25,-0.390625 l 1.09375,-2.390625 0.90625,2.34375 c 0.140625,0.375 0.171875,0.4375 0.234375,0.4375 0.0625,0 0.109375,-0.09375 0.265625,-0.484375 l 1.359375,-3.453125 c 0.1875,-0.421875 0.21875,-0.46875 0.40625,-0.546875 v -0.140625 z m 0,0"
+ id="path2014" />
+ </g>
+ <g
+ id="glyph-32-12">
+ <path
+ d="M 1.71875,-4.578125 0.203125,-4.03125 v 0.140625 H 0.28125 c 0.109375,-0.03125 0.234375,-0.03125 0.328125,-0.03125 0.234375,0 0.328125,0.15625 0.328125,0.59375 v 2.3125 c 0,0.71875 -0.09375,0.828125 -0.78125,0.859375 V 0 H 2.484375 V -0.15625 C 1.84375,-0.203125 1.765625,-0.296875 1.765625,-1.015625 V -4.5625 Z M 1.265625,-6.8125 c -0.265625,0 -0.5,0.234375 -0.5,0.515625 0,0.28125 0.21875,0.5 0.5,0.5 0.28125,0 0.5,-0.21875 0.5,-0.5 0,-0.28125 -0.21875,-0.515625 -0.5,-0.515625 z m 0,0"
+ id="path2017" />
+ </g>
+ <g
+ id="glyph-32-13">
+ <path
+ d="M 4.625,-3.875 V -4.25 h -0.75 c -0.203125,0 -0.34375,-0.03125 -0.546875,-0.109375 L 3.109375,-4.4375 c -0.265625,-0.09375 -0.53125,-0.140625 -0.78125,-0.140625 -0.921875,0 -1.65625,0.703125 -1.65625,1.625 0,0.625 0.265625,1 0.921875,1.328125 -0.1875,0.171875 -0.359375,0.34375 -0.421875,0.40625 -0.328125,0.28125 -0.453125,0.484375 -0.453125,0.6875 0,0.203125 0.125,0.328125 0.515625,0.515625 -0.6875,0.53125 -0.953125,0.859375 -0.953125,1.21875 0,0.53125 0.765625,0.96875 1.703125,0.96875 C 2.71875,2.171875 3.484375,1.90625 4,1.5 4.375,1.1875 4.53125,0.875 4.53125,0.484375 c 0,-0.609375 -0.453125,-1.03125 -1.1875,-1.0625 l -1.265625,-0.0625 C 1.5625,-0.65625 1.3125,-0.75 1.3125,-0.90625 c 0,-0.203125 0.328125,-0.546875 0.59375,-0.625 0.078125,0 0.15625,0.015625 0.1875,0.015625 0.1875,0.015625 0.3125,0.03125 0.375,0.03125 0.359375,0 0.75,-0.15625 1.0625,-0.421875 C 3.84375,-2.1875 4,-2.53125 4,-3.03125 4,-3.3125 3.953125,-3.546875 3.8125,-3.875 Z M 1.453125,0.015625 c 0.3125,0.078125 1.109375,0.140625 1.59375,0.140625 0.890625,0 1.21875,0.125 1.21875,0.484375 0,0.578125 -0.75,0.96875 -1.859375,0.96875 -0.875,0 -1.4375,-0.296875 -1.4375,-0.734375 0,-0.234375 0.0625,-0.359375 0.484375,-0.859375 z M 1.5,-3.375 c 0,-0.578125 0.265625,-0.9375 0.71875,-0.9375 0.3125,0 0.5625,0.171875 0.71875,0.46875 0.1875,0.359375 0.296875,0.8125 0.296875,1.203125 0,0.5625 -0.28125,0.90625 -0.734375,0.90625 -0.59375,0 -1,-0.640625 -1,-1.609375 z m 0,0"
+ id="path2020" />
+ </g>
+ <g
+ id="glyph-32-14">
+ <path
+ d="M 2.90625,-6.734375 C 2.171875,-6.265625 1.875,-6 1.515625,-5.546875 c -0.703125,0.875 -1.046875,1.875 -1.046875,3.03125 0,1.265625 0.375,2.25 1.234375,3.265625 0.40625,0.46875 0.65625,0.703125 1.171875,1.015625 L 3,1.609375 C 2.203125,0.984375 1.921875,0.625 1.65625,-0.125 1.421875,-0.78125 1.3125,-1.546875 1.3125,-2.546875 1.3125,-3.59375 1.453125,-4.40625 1.71875,-5.03125 1.984375,-5.640625 2.28125,-6 3,-6.578125 Z m 0,0"
+ id="path2023" />
+ </g>
+ <g
+ id="glyph-32-15">
+ <path
+ d="m 4.71875,-2.296875 v -2.3125 H 4.484375 C 4.375,-3.8125 4.1875,-3.671875 3.40625,-3.671875 H 1.984375 V -5.875 c 0,-0.28125 0.046875,-0.34375 0.3125,-0.34375 H 3.625 c 1.125,0 1.34375,0.140625 1.5,1.046875 h 0.25 L 5.34375,-6.59375 H 0.125 v 0.1875 c 0.71875,0.0625 0.84375,0.203125 0.84375,0.890625 v 4.3125 c 0,0.828125 -0.109375,0.96875 -0.84375,1.015625 V 0 h 2.75 V -0.1875 C 2.109375,-0.234375 1.984375,-0.375 1.984375,-1.09375 V -3.265625 H 3.40625 c 0.796875,0 0.96875,0.15625 1.078125,0.96875 z m 0,0"
+ id="path2026" />
+ </g>
+ <g
+ id="glyph-32-16">
+ <path
+ d="M 1.234375,-1 C 0.9375,-1 0.6875,-0.734375 0.6875,-0.421875 c 0,0.28125 0.25,0.53125 0.53125,0.53125 0.3125,0 0.5625,-0.25 0.5625,-0.53125 C 1.78125,-0.734375 1.53125,-1 1.234375,-1 Z m 0,0"
+ id="path2029" />
+ </g>
+ <g
+ id="glyph-32-17">
+ <path
+ d="m 2.859375,-3.703125 c 0.96875,-0.53125 1.3125,-0.9375 1.3125,-1.625 0,-0.8125 -0.703125,-1.40625 -1.6875,-1.40625 -1.078125,0 -1.875,0.65625 -1.875,1.578125 0,0.640625 0.1875,0.921875 1.21875,1.84375 -1.0625,0.8125 -1.28125,1.125 -1.28125,1.8125 0,0.96875 0.78125,1.640625 1.890625,1.640625 1.1875,0 1.9375,-0.65625 1.9375,-1.6875 0,-0.765625 -0.328125,-1.25 -1.515625,-2.15625 z m -0.1875,1.03125 c 0.71875,0.515625 0.953125,0.875 0.953125,1.4375 0,0.640625 -0.4375,1.09375 -1.078125,1.09375 -0.75,0 -1.25,-0.578125 -1.25,-1.4375 0,-0.640625 0.21875,-1.0625 0.796875,-1.53125 z M 2.5625,-3.875 c -0.875,-0.578125 -1.21875,-1.046875 -1.21875,-1.59375 0,-0.578125 0.4375,-0.984375 1.0625,-0.984375 0.671875,0 1.09375,0.4375 1.09375,1.125 0,0.5625 -0.28125,1.015625 -0.84375,1.390625 -0.046875,0.03125 -0.046875,0.03125 -0.09375,0.0625 z m 0,0"
+ id="path2032" />
+ </g>
+ <g
+ id="glyph-32-18">
+ <path
+ d="M 4.34375,-0.65625 C 4.1875,-0.515625 4.0625,-0.46875 3.921875,-0.46875 3.6875,-0.46875 3.625,-0.609375 3.625,-1.046875 v -1.9375 c 0,-0.53125 -0.046875,-0.8125 -0.203125,-1.046875 -0.21875,-0.359375 -0.640625,-0.546875 -1.21875,-0.546875 -0.921875,0 -1.65625,0.484375 -1.65625,1.109375 0,0.234375 0.203125,0.421875 0.421875,0.421875 0.234375,0 0.453125,-0.1875 0.453125,-0.40625 C 1.421875,-3.5 1.40625,-3.546875 1.390625,-3.625 1.375,-3.703125 1.375,-3.78125 1.375,-3.859375 1.375,-4.125 1.6875,-4.34375 2.078125,-4.34375 c 0.484375,0 0.75,0.28125 0.75,0.828125 v 0.609375 c -1.515625,0.609375 -1.6875,0.6875 -2.109375,1.078125 -0.21875,0.1875 -0.359375,0.53125 -0.359375,0.859375 0,0.625 0.4375,1.0625 1.03125,1.0625 0.4375,0 0.84375,-0.203125 1.4375,-0.71875 0.0625,0.515625 0.234375,0.71875 0.640625,0.71875 0.328125,0 0.53125,-0.109375 0.875,-0.5 z m -1.515625,-0.5625 c 0,0.296875 -0.046875,0.390625 -0.265625,0.515625 -0.234375,0.140625 -0.5,0.21875 -0.71875,0.21875 C 1.5,-0.484375 1.234375,-0.8125 1.234375,-1.25 v -0.03125 c 0,-0.59375 0.40625,-0.953125 1.59375,-1.390625 z m 0,0"
+ id="path2035" />
+ </g>
+ <g
+ id="glyph-32-19">
+ <path
+ d="M 0.375,1.765625 C 1.109375,1.28125 1.390625,1.03125 1.765625,0.5625 2.46875,-0.296875 2.8125,-1.296875 2.8125,-2.46875 c 0,-1.265625 -0.375,-2.234375 -1.234375,-3.25 -0.40625,-0.484375 -0.65625,-0.703125 -1.171875,-1.015625 l -0.125,0.15625 c 0.796875,0.625 1.0625,0.96875 1.328125,1.71875 0.234375,0.671875 0.34375,1.4375 0.34375,2.421875 0,1.046875 -0.125,1.875 -0.390625,2.484375 C 1.296875,0.671875 1,1.03125 0.28125,1.609375 Z m 0,0"
+ id="path2038" />
+ </g>
+ <g
+ id="glyph-32-20">
+ <path
+ d="m 2.5,-6.1875 v 4.984375 c 0,0.859375 -0.109375,0.96875 -0.921875,1.015625 V 0 h 2.875 V -0.1875 C 3.640625,-0.234375 3.5,-0.359375 3.5,-1.09375 V -6.1875 h 0.53125 c 1.125,0 1.34375,0.1875 1.5625,1.28125 h 0.25 l -0.0625,-1.6875 h -5.5625 l -0.046875,1.6875 H 0.40625 C 0.640625,-5.984375 0.859375,-6.1875 1.96875,-6.1875 Z m 0,0"
+ id="path2041" />
+ </g>
+ <g
+ id="glyph-32-21">
+ <path
+ d="m 0.09375,-3.921875 c 0.078125,0 0.15625,0 0.234375,0 0.34375,0 0.40625,0.09375 0.40625,0.5625 V 1.3125 C 0.734375,1.828125 0.625,1.9375 0.046875,2 V 2.15625 H 2.4375 V 1.984375 c -0.75,-0.015625 -0.875,-0.125 -0.875,-0.75 v -1.5625 C 1.90625,0 2.140625,0.09375 2.5625,0.09375 c 1.15625,0 2.0625,-1.109375 2.0625,-2.5625 0,-1.234375 -0.6875,-2.109375 -1.640625,-2.109375 C 2.4375,-4.578125 2,-4.34375 1.5625,-3.796875 V -4.5625 L 1.5,-4.578125 C 0.96875,-4.375 0.625,-4.25 0.09375,-4.078125 Z m 1.46875,0.59375 c 0,-0.296875 0.546875,-0.65625 1,-0.65625 0.734375,0 1.21875,0.75 1.21875,1.90625 0,1.109375 -0.484375,1.859375 -1.1875,1.859375 -0.46875,0 -1.03125,-0.359375 -1.03125,-0.65625 z m 0,0"
+ id="path2044" />
+ </g>
+ <g
+ id="glyph-32-22">
+ <path
+ d="M 4.71875,-0.5 H 4.671875 c -0.453125,0 -0.5625,-0.109375 -0.5625,-0.5625 v -3.421875 h -1.5625 V -4.3125 c 0.609375,0.03125 0.734375,0.125 0.734375,0.625 v 2.34375 c 0,0.28125 -0.046875,0.421875 -0.1875,0.53125 -0.265625,0.21875 -0.578125,0.328125 -0.875,0.328125 -0.375,0 -0.6875,-0.328125 -0.6875,-0.75 v -3.25 h -1.4375 v 0.140625 c 0.46875,0.03125 0.609375,0.171875 0.609375,0.640625 v 2.5 c 0,0.796875 0.46875,1.296875 1.1875,1.296875 0.359375,0 0.75,-0.15625 1.015625,-0.421875 L 3.328125,-0.75 v 0.8125 l 0.03125,0.03125 c 0.5,-0.203125 0.859375,-0.3125 1.359375,-0.453125 z m 0,0"
+ id="path2047" />
+ </g>
+ </g>
<clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath20">
+ id="clip-0">
<path
- d="M 0,0 H 599 V 383 H 0 Z"
- id="path18" />
+ clip-rule="nonzero"
+ d="M 61.519531,88 H 158 v 12 H 61.519531 Z m 0,0"
+ id="path2052" />
</clipPath>
<clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath30">
+ id="clip-1">
<path
- d="M 0,0 H 599 V 383 H 0 Z"
- id="path28" />
+ clip-rule="nonzero"
+ d="M 61.519531,76 H 158 V 89 H 61.519531 Z m 0,0"
+ id="path2055" />
</clipPath>
- <mask
- maskUnits="userSpaceOnUse"
+ <clipPath
+ id="clip-2">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,110 H 81 v 9 H 61.519531 Z m 0,0"
+ id="path2058" />
+ </clipPath>
+ <clipPath
+ id="clip-3">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,128 H 68 v 11 h -6.480469 z m 0,0"
+ id="path2061" />
+ </clipPath>
+ <clipPath
+ id="clip-4">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,129 H 81 v 9 H 61.519531 Z m 0,0"
+ id="path2064" />
+ </clipPath>
+ <clipPath
+ id="clip-5">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,146 H 72 v 12 H 61.519531 Z m 0,0"
+ id="path2067" />
+ </clipPath>
+ <clipPath
+ id="clip-6">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,147 H 81 v 10 H 61.519531 Z m 0,0"
+ id="path2070" />
+ </clipPath>
+ <clipPath
+ id="clip-7">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,165 H 75 v 12 H 61.519531 Z m 0,0"
+ id="path2073" />
+ </clipPath>
+ <clipPath
+ id="clip-8">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,166 H 81 v 10 H 61.519531 Z m 0,0"
+ id="path2076" />
+ </clipPath>
+ <clipPath
+ id="clip-9">
+ <path
+ clip-rule="nonzero"
+ d="M 61.519531,183 H 158 v 12 H 61.519531 Z m 0,0"
+ id="path2079" />
+ </clipPath>
+ <clipPath
+ id="clip-10">
+ <path
+ clip-rule="nonzero"
+ d="m 191,76 h 96.46484 V 89 H 191 Z m 0,0"
+ id="path2082" />
+ </clipPath>
+ <clipPath
+ id="clip-11">
+ <path
+ clip-rule="nonzero"
+ d="m 269,189 h 18.46484 v 6 H 269 Z m 0,0"
+ id="path2085" />
+ </clipPath>
+ <clipPath
+ id="clip-12">
+ <path
+ clip-rule="nonzero"
+ d="m 269,163 h 18.46484 v 5 H 269 Z m 0,0"
+ id="path2088" />
+ </clipPath>
+ <clipPath
+ id="clip-13">
+ <path
+ clip-rule="nonzero"
+ d="m 269,136 h 18.46484 v 6 H 269 Z m 0,0"
+ id="path2091" />
+ </clipPath>
+ <clipPath
+ id="clip-14">
+ <path
+ clip-rule="nonzero"
+ d="m 268,97 h 19.46484 v 19 H 268 Z m 0,0"
+ id="path2094" />
+ </clipPath>
+ <clipPath
+ id="clip-15">
+ <path
+ clip-rule="nonzero"
+ d="m 268,123 h 19.46484 v 19 H 268 Z m 0,0"
+ id="path2097" />
+ </clipPath>
+ <clipPath
+ id="clip-16">
+ <path
+ clip-rule="nonzero"
+ d="m 268,150 h 19.46484 v 19 H 268 Z m 0,0"
+ id="path2100" />
+ </clipPath>
+ <clipPath
+ id="clip-17">
+ <path
+ clip-rule="nonzero"
+ d="m 268,177 h 19.46484 v 18 H 268 Z m 0,0"
+ id="path2103" />
+ </clipPath>
+ <clipPath
+ id="clip-18">
+ <path
+ clip-rule="nonzero"
+ d="M 324.53125,117 H 351 v 1.37109 h -26.46875 z m 22.77734,1.37109 H 351 v 9.58204 h -3.69141 z m -22.77734,0 h 1.21484 v 9.58204 h -1.21484 z m 0,9.58204 H 351 V 131 h -26.46875 z m 0,0"
+ id="path2106" />
+ </clipPath>
+ <image
+ id="source-15935"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1554">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAApCAAAAABVB/sgAAAAAXNCSVQI5gpbmQAAANVJREFUSInt1k1rAjEQxvFnZmd3fUGx+P2/okLpri7J5PEQq5TenFIQMpec8iMwh/yBvxz5cbw8fDIiEtZIVk3E+k4jHuk5OwEDpN9sVxbSyjJPSyEMosPuuB9CWp7Onsv32w4fo0a0NKavWQgDRPtxHdMsDZ0CMACiqhrSVOsWI8jvaVrTmta0pjXtXTQDauEwgDyuGwAWdw9p7qWwaszLZUqhvz7P13zXSppOqQ81ks+fi7PWoK3WYxfrt3S5Jq+lqmqhtARI98J7PoezFyAia/yPuQFHZGAcXfoFiAAAAABJRU5ErkJggg=="
- id="image1556" />
- </mask>
+ width="77"
+ height="41"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAApCAAAAABVB/sgAAAAAmJLR0QA/4ePzL8AAADVSURBVEiJ7dZNawIxEMbxZ2Znd31Bsfj9v6JC6a4uyeTxEKuU3pxSEDKXnPIjMIf8gb8c+XG8PHwyIhLWSFZNxPpOIx7pOTsBA6TfbFcW0soyT0shDKLD7rgfQlqezp7L99sOH6NGtDSmr1kIA0T7cR3TLA2dAjAAoqoa0lTrFiPI72la05rWtKY17V00A2rhMIA8rhsAFncPae6lsGrMy2VKob8+z9d810qaTqkPNZLPn4uz1qCt1mMX67d0uSavpapqobQESPfCez6HsxcgImv8j7kBR2RgHF36BYgAAAAASUVORK5CYII=" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-0">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2112">
+ <use
+ xlink:href="#source-15935"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,324.531,117.09524)"
+ id="use2110" />
+ </g>
+ </mask>
+ <image
+ id="source-15934"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1562">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAiCAAAAAAivjV4AAAAAXNCSVQI5gpbmQAAAjpJREFUSIntlFluWzEMRS+pWY7rFNn/Fls0tp+eBpL9sN3GTXfQ8kcEiKMLjsB/+xeNfr1EgMFgBMLDv0VuHhEAs1vQnnBi5xkwFVU4zwSYiaiC2DmIKOA8Q0TJObIltw/8nQ61BDJdvU9KJTHM1mgdxrEk9DaMU83W2+SS3dz29QEH59MpQ1Ta9WqHrwcyNW3v7019fT3S+bsuX9+OOH9v4fXk2zcRsif1L3EOcI68Dl+qDHEu05wr1K+v8KMr5+Mb+Wnp9Bbe2+WWtX/k7p1cNyr5Rffo0S8rvaSavMVaM2a9LHYxcikrleKi5yccBJ3nH3T0sagjnftEdszkY3YCl/MgAOTziuHRrQ84oKs3c4cUArNPdSWnY8HnZA2cc1PoMkoSWB5t+4jDVGUJHDNHDsbWtm6xRAykWLdBtgwRjhepfcafpskzj9EmpZoh8KFmJROl4GGL9C/qxEzeQ5R17D1kAyiUEs0QuJTFUKMUdF/OPquzTxU12pwker6GY45luhJtCWYIZTiIUHK2Jj7lbuB0dFT8bJ3F9jMbhxejZNetI1UfEqATM8wxSf5QN10SD9F4Xc7TdfSu5F98BrXr+450OhjZ1G7OxiZm6148f6fnFhNUV7tsSoQ2Fni5ZSqX87Akk7suGjq3uVnHfeQf6rr/GI+VgU3sQ0x3r4DsXUx1sBhD9Op1mkeft+r9dWEZKkbOEQAVNRA7MgAGIigIKk/4x3MBItjjPNwvw8O/3RHC77n7b/+i/QSf0X3m+rNX/wAAAABJRU5ErkJggg=="
- id="image1564" />
- </mask>
- <mask
- maskUnits="userSpaceOnUse"
+ width="77"
+ height="41"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAApCAIAAAD/DjOrAAAABmJLR0QA/wD/AP+gvaeTAAAAIElEQVRoge3BAQ0AAADCoPdPbQ8HFAAAAAAAAAAAwLcBJSgAAYI8rSMAAAAASUVORK5CYII=" />
+ <clipPath
+ id="clip-19">
+ <path
+ clip-rule="nonzero"
+ d="m 326,118 h 22 v 0.37109 h -22 z m 21.30859,0.37109 H 348 v 9.58204 h -0.69141 z M 326,127.95313 h 22 V 130 h -22 z m 0,0"
+ id="path2116" />
+ </clipPath>
+ <image
+ id="source-15941"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1604">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAXNCSVQI5gpbmQAAAPhJREFUSInt1c1OxDAMBOBx4tCWH8H7PyaCtNvUHg7dFIQ41OLAgfWll3yKVCszwK9Gvn3PDr8wgQQ9QXYuklKSiCfdSAIKQFK5KzngSWtr852LlOlhKjnAbZ3f2YRQAKncPz+NGuDb8srNHFCIJB0fX6YQr75Uud4uSYdxKgHefNAs6L8uZdXI7dS8r0oBACIikc0dp9N589Pc+I3/N76/OJDkefR5WgGATncPvHd3OjunW1uVkbRpzZwAFITbWouFsm6uq/Wc91bVhlBQX97m5uh85qKBHZDtsmyOa0mlnFVC3M3M2SsyFpTYV0ccxRzt56Oh/3Q+APR7gxVaQbrqAAAAAElFTkSuQmCC"
- id="image1606" />
- </mask>
+ width="62"
+ height="34"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAiCAAAAAAivjV4AAAAAmJLR0QA/4ePzL8AAAI6SURBVEiJ7ZRZblsxDEUvqVmO6xTZ/xZbNLafngaS/bDdxk130PJHBIijC47Af/sXjX69RIDBYATCw79Fbh4RALNb0J5wYucZMBVVOM8EmImogtg5iCjgPENEyTmyJbcP/J0OtQQyXb1PSiUxzNZoHcaxJPQ2jFPN1tvkkt3c9vUBB+fTKUNU2vVqh68HMjVt7+9NfX090vm7Ll/fjjh/b+H15Ns3EbIn9S9xDnCOvA5fqgxxLtOcK9Svr/CjK+fjG/lp6fQW3tvllrV/5O6dXDcq+UX36NEvK72kmrzFWjNmvSx2MXIpK5XioucnHASd5x909LGoI537RHbM5GN2ApfzIADk84rh0a0POKCrN3OHFAKzT3Ulp2PB52QNnHNT6DJKElgebfuIw1RlCRwzRw7G1rZusUQMpFi3QbYMEY4XqX3Gn6bJM4/RJqWaIfChZiUTpeBhi/Qv6sRM3kOUdew9ZAMolBLNELiUxVCjFHRfzj6rs08VNdqcJHq+hmOOZboSbQlmCGU4iFBytiY+5W7gdHRU/GydxfYzG4cXo2TXrSNVHxKgEzPMMUn+UDddEg/ReF3O03X0ruRffAa16/uOdDoY2dRuzsYmZutePH+n5xYTVFe7bEqENhZ4uWUql/OwJJO7Lho6t7lZx33kH+q6/xiPlYFN7ENMd6+A7F1MdbAYQ/TqdZpHn7fq/XVhGSpGzhEAFTUQOzIABiIoCCpP+MdzASLY4zzcL8PDv90Rwu+5+2//ov0En9F95vqzV/8AAAAASUVORK5CYII=" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-1">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2122">
+ <use
+ xlink:href="#source-15941"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,326.86032,118.42628)"
+ id="use2120" />
+ </g>
+ </mask>
+ <image
+ id="source-15940"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1652">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAsCAAAAAA4WAv1AAAAAXNCSVQI5gpbmQAAAQFJREFUSInt171OxDAQBODZtXMhHKB7/8dE5MeJvUMRO6KgW4RA8jZWCn+ayC7GwN8faYt4JQIEgAgAIiriQgkYDayiSBhiUFdKMuecwSqG2zSNQT2ilX1dWU5RJDy9vj0PnpDksbxbMWHLeH+8jC7R9sG2JKh/rXGc7k4xliVqEyEaYow+sbSzjQAAEVF1iVCRc7/rgL+dLnaxi13sYhf/lxjrSpIO5svueH4bzTzdjKQZr/5Ilrwf4uw9Ry5s/ZGWt0VvTnHeDrsyljRLGsTX9taPVGpGoiQcc/B13LKnlMmz2YtoDMETEYBZztZECNRX7AGCtdlfr48fGM+F/t35BPTVghnr59K5AAAAAElFTkSuQmCC"
- id="image1654" />
- </mask>
- <mask
- maskUnits="userSpaceOnUse"
+ width="62"
+ height="34"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAiCAIAAACIt/3zAAAABmJLR0QA/wD/AP+gvaeTAAAAHUlEQVRYhe3BAQ0AAADCoPdPbQ43oAAAAAAAAB4MGNYAAe/4c24AAAAASUVORK5CYII=" />
+ <clipPath
+ id="clip-20">
+ <path
+ clip-rule="nonzero"
+ d="m 434,117 h 21 v 2.80859 h -21 z m 18.10547,2.80859 H 455 v 6.70704 h -2.89453 z m -18.10547,0 h 2.52734 v 6.70704 H 434 Z m 0,6.70704 h 21 V 130 h -21 z m 0,0"
+ id="path2126" />
+ </clipPath>
+ <image
+ id="source-15947"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1694">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAXNCSVQI5gpbmQAAAQFJREFUSIntVctuwzAMo2Q56bIN/f/vXNvUD0k7uFkwYBii0w4rL4YNURQsWwT+EvRtCcB3HhFRLIG7uwMQAMQsKZLA3VQVDghAlKbTJBwQt15K7XAIAM4v769zOqzubuX6YaajeJblfD5JoPi+pl67AgIilnl5W3KA3qRdE9EoHpzyPEfo3HNiwuPmiZmZI/QtXMZBsPNfwZF2/YAn/Un/b/Tx47bBeRB7uIydqdLxQkxV90Ht2sqdAqPW+r02HeoO6+XCJUXU10tR84d6u1Gdjg9quNb11gzDpDjlKUvIZXqrTW3QiThxyOTc1cx9s0gQhUzW4Q7H7sxRhw68kl/wCSKKeytExbZ5AAAAAElFTkSuQmCC"
- id="image1696" />
- </mask>
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAmJLR0QA/4ePzL8AAAD4SURBVEiJ7dXNTsQwDATgceLQlh/B+z8mgrTb1B4O3RSEONTiwIH1pZd8ilQrM8CvRr59zw6/MIEEPUF2LpJSkogn3UgCCkBSuSs54Elra/Odi5TpYSo5wG2d39mEUACp3D8/jRrg2/LKzRxQiCQdH1+mEK++VLneLkmHcSoB3nzQLOi/LmXVyO3UvK9KAQAiIpHNHafTefPT3PiN/ze+vziQ5Hn0eVoBgE53D7x3dzo7p1tblZG0ac2cABSE21qLhbJurqv1nPdW1YZQUF/e5ubofOaigR2Q7bJsjmtJpZxVQtzNzNkrMhaU2FdHHMUc7eejof90PgD0e4MVWkG66gAAAABJRU5ErkJggg==" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-2">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2132">
+ <use
+ xlink:href="#source-15947"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,117.428)"
+ id="use2130" />
+ </g>
+ </mask>
+ <image
+ id="source-15946"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1742">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAAAAAD+nZ9MAAAAAXNCSVQI5gpbmQAAAPlJREFUSInt1s1OxDAMBOBxklbagpb3f8/SvyQzHNpuQVqBy4UDnVMO/uQoh9jA72NPTj9EX4XBzlitPgGAWQjBb0lCW18LqWmiF4s150KtfS22XdfG4LOsyzBIqzVLt/u9S77GYhmSajUhAQixfXl7bbw2N3WMgdudQ9PeutZrl9qufbZ3jim578wUzbBb2BqPxVHpfNynuexlL3vZ/2DXPxaSpO8rcVR+tqJI+iawSJKP+SvVvMxyz5QlV2m3NY+9/LPsfcr1sFOPMflmilSmftqtWGYsTfBa5nku1LYzWIjJSQGJtVCbhcHCmT2HeuwqOLFc7fwv8wFQAIkjjnQ9xQAAAABJRU5ErkJggg=="
- id="image1744" />
- </mask>
- <mask
- maskUnits="userSpaceOnUse"
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAIAAABD6y5WAAAABmJLR0QA/wD/AP+gvaeTAAAAHUlEQVRYhe3BMQEAAADCoPVPbQo/oAAAAAAAALgaGZEAAe23xBoAAAAASUVORK5CYII=" />
+ <clipPath
+ id="clip-21">
+ <path
+ clip-rule="nonzero"
+ d="m 347,131 h 28 v 2.55469 h -28 z m 24.71875,2.55469 H 375 v 9.58593 h -3.28125 z m -24.71875,0 h 3.23828 v 9.58593 H 347 Z m 0,9.58593 h 28 V 146 h -28 z m 0,0"
+ id="path2136" />
+ </clipPath>
+ <image
+ id="source-15953"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1784">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAXNCSVQI5gpbmQAAAQNJREFUSIntlc1OwzAQhGfWdkorQLz/awJtEts7HJy2QkIoe+JA52LJ2s9e+WcG+Evx2xCQ7hxJMrCEIEnacFrKySINyFvvLiADZDo8HXKAl7dlXgQhA7Byenme8u7upb580r1jw4+vb8e8f3dvl1SX2oEM0tJ0ej6WQPM1rVMiR/O0VMoUwdnKOOsMADSaRY7OyFGex8S4+d26Fdt+5ic98Af+3/Dx467GuVP38gxA7r21wIdVa91dN7wuF9YIPi9twwVv8zvngFWqzR9z0/B5+HrmOoV8fr2cq2OkjFkpJUXuwHut1X0LKTJZxOogeZd0jdZQQAIjJIF7MkcTOvBKftEX/Rp7I0ZixTcAAAAASUVORK5CYII="
- id="image1786" />
- </mask>
+ width="81"
+ height="44"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAsCAAAAAA4WAv1AAAAAmJLR0QA/4ePzL8AAAEBSURBVEiJ7de9TsQwEATg2bVzIRyge//HROTHib1DETuioFuEQPI2Vgp/msguxsDfH2mLeCUCBIAIACIq4kIJGA2sokgYYlBXSjLnnMEqhts0jUE9opV9XVlOUSQ8vb49D56Q5LG8WzFhy3h/vIwu0fbBtiSof61xnO5OMZYlahMhGmKMPrG0s40AABFRdYlQkXO/64C/nS52sYtd7GIX/5cY60qSDubL7nh+G8083YykGa/+SJa8H+LsPUcubP2RlrdFb05x3g67MpY0SxrE1/bWj1RqRqIkHHPwddyyp5TJs9mLaAzBExGAWc7WRAjUV+wBgrXZX6+PHxjPhf7d+QT01YIZ6+fSuQAAAABJRU5ErkJggg==" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-3">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2142">
+ <use
+ xlink:href="#source-15953"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,347.49144,131.07116)"
+ id="use2140" />
+ </g>
+ </mask>
+ <image
+ id="source-15952"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1832">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAAAAAD+nZ9MAAAAAXNCSVQI5gpbmQAAAQVJREFUSIntlktPxDAMhMd5tWIB8f9/5mq3JU3s4VDaIsHBy4UDnVMO/uRHJI+B30u+PRziV0QgD7AEubMSQgjiTE3S1PjJSki5pODNbL0tXQkkABLL02VIwVmx1vk+04gEiMTh+e1SnC2zT1dtiiPvy+vgLNpa1mleNlZiGcfRyyYtOYgQCQBEQkzeYRlTXNtLWGERcfZ7RDqH+6NO9mRP9mT/A7vuWJAkfcQRmQCARlOlc7ermXFjSWu1IrpYstW2+m8CQF3mG4rXU/o0LcrVf0mtN7xnp6eY1vvcD9/PZci+kgFaX2rr3O+NGIP7t2iqRu53jtcEV5jEVjPw2Hm1H1h/pA/RAX8g4vIpbwAAAABJRU5ErkJggg=="
- id="image1834" />
- </mask>
- <mask
- maskUnits="userSpaceOnUse"
+ width="81"
+ height="44"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAsCAIAAACSUcN+AAAABmJLR0QA/wD/AP+gvaeTAAAAIUlEQVRoge3BMQEAAADCoPVPbQ0PoAAAAAAAAAAAAAB4NinwAAFhCZt9AAAAAElFTkSuQmCC" />
+ <clipPath
+ id="clip-22">
+ <path
+ clip-rule="nonzero"
+ d="m 434,132 h 21 v 2.99219 h -21 z m 18.10547,2.99219 H 455 v 6.70703 h -2.89453 z m -18.10547,0 h 2.52734 v 6.70703 H 434 Z m 0,6.70703 h 21 V 145 h -21 z m 0,0"
+ id="path2146" />
+ </clipPath>
+ <image
+ id="source-15959"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1874">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAXNCSVQI5gpbmQAAAPNJREFUSIntlT1vwzAMRB8lKoHTIuj//5dFCseuPq5DnGTpYA5FlxwgTXoiiQOO8J+yx20BStvBAcySRWiQBrrXTbnkyAfSaK0PgYMlP07Hkna3L0ZdlrUiHLByOr8fPVC9rV+fvffb7KlM548phM/pe60dHLOUD9PbqQTwaushm23NW/ZSIjjFsxlP41JKATylzai0m/lVL/yFv/CQHECSpP3Q872zBWcNBL1q60MCHJl6XWf5/jlGm5c6bjga7XrhGorK5XLjHRh1Zi2RsOp1mdtjy2S/R99OXL3V1rUtRgsFJcDQGPfqYKH9CiACRv+VfgBg8nn+75otmQAAAABJRU5ErkJggg=="
- id="image1876" />
- </mask>
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAmJLR0QA/4ePzL8AAAEBSURBVEiJ7VXLbsMwDKNkOemyDf3/71zb1A9JO7hZMGAYotMOKy+GDVEULFsE/hL0bQnAdx4RUSyBu7sDEADELCmSwN1UFQ4IQJSm0yQcELdeSu1wCADOL++vczqs7m7l+mGmo3iW5Xw+SaD4vqZeuwICIpZ5eVtygN6kXRPRKB6c8jxH6NxzYsLj5omZmSP0LVzGQbDzX8GRdv2AJ/1J/2/08eO2wXkQe7iMnanS8UJMVfdB7drKnQKj1vq9Nh3qDuvlwiVF1NdLUfOHertRnY4ParjW9dYMw6Q45SlLyGV6q01t0Ik4ccjk3NXMfbNIEIVM1uEOx+7MUYcOvJJf8AkiinsrRMW2eQAAAABJRU5ErkJggg==" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-4">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2152">
+ <use
+ xlink:href="#source-15959"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,132.4022)"
+ id="use2150" />
+ </g>
+ </mask>
+ <image
+ id="source-15958"
x="0"
y="0"
- width="1"
- height="1"
- id="mask1942">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAXNCSVQI5gpbmQAAAOtJREFUSIntlbtuw1AMQylZtusEaP7/O4PEL0nsYLtZOkTokMUa7nb04AVI4JMl+ys1jAABwACIiEqJJ5nggau1TaEBkeEeScAA0XYYetPC8FimcSYBg4h219u1a97H08c7I4QwQJru8n370vevz/XBadLcl7d+uAxNAV+ybxU4lG/MrIKnmarsOEREtbA89Pingt5/9jnxEz/xShmwGWcWvDYzyV+cDHdnAXf3zN2omT6PbVTcZn3Oa27TyVieFl3FKn28z5HH9OURoxVuZyzj5OSWcbqlzNs0XikjAAQqWgpJkpv2/0zYz9YPmd55F1J16vcAAAAASUVORK5CYII="
- id="image1944" />
- </mask>
- <mask
- maskUnits="userSpaceOnUse"
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAIAAABD6y5WAAAABmJLR0QA/wD/AP+gvaeTAAAAHUlEQVRYhe3BMQEAAADCoPVPbQo/oAAAAAAAALgaGZEAAe23xBoAAAAASUVORK5CYII=" />
+ <clipPath
+ id="clip-23">
+ <path
+ clip-rule="nonzero"
+ d="m 373,144 h 21 v 2.49219 h -21 z m 17.78516,2.49219 H 394 v 9.58203 h -3.21484 z m -17.78516,0 h 3.41016 v 9.58203 H 373 Z m 0,9.58203 h 21 V 159 h -21 z m 0,0"
+ id="path2156" />
+ </clipPath>
+ <image
+ id="source-15965"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2074">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAACiCAAAAABuLRzrAAAAAXNCSVQI5gpbmQAAARJJREFUeJzt3DtywzAMRdEHkpLj8bhw9r/GFHai6EcghZXGPVzdtwCeQcH2Su+cSZJZuhOKQyullWQveu8hNcnqx/lUUznv8+/SQ01WxuvtOuRqy/2re6hJZbh83saSqfW5zpNZNMnqeL6ccrU6DcWkJqnUWmuqplqK6alJZrmf4P/53JNeh4aGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhvaeNUkR7p6quHscWvi+LqlHhi/r7s96Q2zTXamFg/DlMfcINYVvD323VC22n2kPySQrwzDkNgfCt3X3Z3XDrGRXPsIj4iiKKL8oosgnXvcHrgxWFNDmAPoAAAAASUVORK5CYII="
- id="image2076" />
- </mask>
+ width="59"
+ height="44"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAAAAAD+nZ9MAAAAAmJLR0QA/4ePzL8AAAD5SURBVEiJ7dbNTsQwDATgcZJW2oKW93/P0r8kMxzabkFagcuFA51TDv7kKIfYwO9jT04/RF+Fwc5YrT4BgFkIwW9JQltfC6lpoheLNedCrX0ttl3XxuCzrMswSKs1S7f7vUu+xmIZkmo1IQEIsX15e228Njd1jIHbnUPT3rrWa5farn22d44pue/MFM2wW9gaj8VR6Xzcp7nsZS972f9g1z8WkqTvK3FUfraiSPomsEiSj/kr1bzMcs+UJVdptzWPvfyz7H3K9bBTjzH5ZopUpn7arVhmLE3wWuZ5LtS2M1iIyUkBibVQm4XBwpk9h3rsKjixXO38L/MBUACJI450PcUAAAAASUVORK5CYII=" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-5">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2162">
+ <use
+ xlink:href="#source-15965"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,373.77948,144.0488)"
+ id="use2160" />
+ </g>
+ </mask>
+ <image
+ id="source-15964"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2082">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAA1CAAAAADKJILDAAAAAXNCSVQI5gpbmQAABRZJREFUWIXtlslyHDkOhrFxyUxVyR6//ytOt1RLcsHShyprSsvYtz4ZhwwEyfwIkOAfAPhjf+zfN3zwEAEiIAAQEQIAMCJukwgIcR+DuK+/e1/hkJiJwtUckJnDAwlNLQAQiZkgTAMYwzwAkIhu3qPJT5rkUoVi9jac65J8uqQY124BKKVmQettYhbr3QMpFbE+PvDuOORyOCxCofvpPNPxmLVFzXrSaYCyHA5F0Nr5QmsZJ58BlNYywwIBACLe4yg/fTuKO+aSaM/H79yItrTvCICcD983cswJAZ6WYcYaSJJAhAAQwuwOlPvB5e2Q+2XKWg8u+biFRd6wRwQg18NGe4PCJJCqGM8xlABQKhMSWOvzlvUbbs12+rsnlfJEeS2WsJQgBCSUuqT99RQlxxRKGYv385VSwlKXhIh6fr3MeEw2JRzXS0+y1axMEB4A7oFCVEqGfrnYLgQbECekhSHKMkGOxYwghd7S/XkVxGhzGqoFhg4aZwu2NnlDSlXApqpNEovQpiUtzVJCSyVpl7K2S7fHQnkoQlfLuJ8NkzUrS0KoHICAJEQYppfhwhLIToR2PQvmkggfogs3kJxcsoBNU53DVM0gLRWUAFNKXCpGQhttZEfE2+Y2u2kmwsdC8TkibzPJVmIM8Ah3j3CbHUNZctkCtiUaQpiZxdtzYhGh8HeFEj72tR5o8pbmtbN7RIS7jT4EIsUxP1esaajd94mI8Agg2YCyz+mPOOvnjOnoSON82suUaa5Tdc4dAXPQViuS9u6Dp5nOUJtTHVAqALbrsMdCiXlBWxOG7q8XjYv2Hle0NmcAoAXMRcD31yuhjq47x1XD3JOrqs3Lufs7nDUfNd0kIDzEhluPph4AOMNbEdTeJk6x4T5g+rhiqtNO5znaPuOhNm6Vx4zhphHEGB5EYLcUEImZwe8C5UEEHkRc//PN/34Zqj+V6kv5RMBHoYS7fN6E4zYFAYBcn5/85TTtbeH/cL81/Ki9iGkp3prGw5qP/yACBATEPSSIu5zdgwdEAIhAQCQiUHP4fzgkFgIIN3cgIQIAd7MIRGZ08wAWAjNHZnK38Meg5QMtrUvCcO19QF4qY4SP1iagLFXG3o3KWqPvk5bKc9/13RG8xwHV5+cK5rafL7p+P0hE+Di9XAzL83Pe//KQ9ccBTn/t6duz7P9Ve3egn6M75jmAaqa2PB1xKMoqNjsvzz/yRZtxPfxAmVGef6TX/fz+tD5EhyRslysu9UkxCY1Lk60uVTQta02x1kGcMy2LlmXhLPRLHCD4PL3gQfIyGUNbk1wQiXJNoVjqHgCAUjWnL4rsIw7Ate/BW0kJiPPCnGKqc6k0gtJyUXQNLJbIIn6Pg3A3tWACEmFDGtfduFaeltNSG4YGZGBS/NgEfIV7lzszm7YeeVmSB6d1NQxzTAKh6B/Xf4FDIhQBM/SpDSsDoJS1SHBKdZ0CHliSN+VP2X7GkZQV1hxT2ef1FZ6epFZbC6oaEtcO6IqFQ+enBuoTLoDKgXGRubdi2q/TqG6qC/V9t7RWyQ42YaY5JtpvogtXy1sO0vOp4cDRmwtRVZ7n14ulw1EQzFtwjKtF6Ncd1BttXnMBd93PZ8Nzv/Zh5NnM2/V1d1HLrh26z+u8RodHcfoiOm8v46cERDjNpgozQUD0NkNdBRzD/CI+Q6DP97fxS4FidHMkJrgNxd0HB0RwQHD7Je69fN7k/Sait874zcfb5/O7+GN/7N+3fwCYd6vP2AihEQAAAABJRU5ErkJggg=="
- id="image2084" />
- </mask>
- <mask
- maskUnits="userSpaceOnUse"
+ width="59"
+ height="44"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAIAAABUlFfHAAAABmJLR0QA/wD/AP+gvaeTAAAAHklEQVRYhe3BMQEAAADCoPVPbQo/oAAAAAAAAADgZx6YAAHm2orXAAAAAElFTkSuQmCC" />
+ <clipPath
+ id="clip-24">
+ <path
+ clip-rule="nonzero"
+ d="m 434,145 h 21 v 2.92969 h -21 z m 18.10547,2.92969 H 455 v 6.70703 h -2.89453 z m -18.10547,0 h 2.52734 v 6.70703 H 434 Z m 0,6.70703 h 21 V 158 h -21 z m 0,0"
+ id="path2166" />
+ </clipPath>
+ <image
+ id="source-15971"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2116">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAXNCSVQI5gpbmQAAAUZJREFUSIntl8FygzAMRFe2SEPTyfT/P7OThIBtbQ9gnEMPVZoOh0QHhoOeV2MZswK2DalPcWEE2HiRIOJZgKCRBKAAJGgXo6cCWsm5gIACErq3ft8Fj35Ow3UsK384fuzj7/VpafhiNiEUgtD1x89ePfx0svGaMetL3PXvBxc/2rmLgmX/JKqqizfVIFh4iEgIwcEjhKXfnl3/KZ6d1/bKP+nTgbMlV3165Nmy1/pdC7RYeXF8/zdKlRd4LqAmtu6fC2/JN/27q/6tz9+Lf/Ev/v5o95/v/nyU/sPqdxm4lrp1/c/OL/0jnf//mq4AQDMzc/lHo7HytJwmLS7/OyWr/p+Wx4tmh/+GTedhspknLF1i3nn8O/NwGjNn/w9Lgw3q8b+0NI8PEAASgsbgml9YSjFynZ9849PS76oP7/Q2L+FH/iG+AXGwnidDQmZvAAAAAElFTkSuQmCC"
- id="image2118" />
- </mask>
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAmJLR0QA/4ePzL8AAAEDSURBVEiJ7ZXNTsMwEIRn1nZKK0C8/2sCbRLbOxyctkJCKHviQOdiydrPXvlnBvhL8dsQkO4cSTKwhCBJ2nBayskiDchb7y4gA2Q6PB1ygJe3ZV4EIQOwcnp5nvLu7qW+fNK9Y8OPr2/HvH93b5dUl9qBDNLSdHo+lkDzNa1TIkfztFTKFMHZyjjrDAA0mkWOzshRnsfEuPnduhXbfuYnPfAH/t/w8eOuxrlT9/IMQO69tcCHVWvdXTe8LhfWCD4vbcMFb/M754BVqs0fc9Pwefh65jqFfH69nKtjpIxZKSVF7sB7rdV9CykyWcTqIHmXdI3WUEACIySBezJHEzrwSn7RF/0aeyNGYsU3AAAAAElFTkSuQmCC" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-6">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2172">
+ <use
+ xlink:href="#source-15971"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,145.37984)"
+ id="use2170" />
+ </g>
+ </mask>
+ <image
+ id="source-15970"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2160">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAXNCSVQI5gpbmQAAAQhJREFUSIntl7FywzAMQ0GKjp3m0rv+/2fm6siyRXSw6iwZzCmLOGjSIyhxAYDPlvyfEuMIEAAMAERUJNSBpINNXzSZJQnwpG9rdQIGiKTxOg0pwvuan8sKwgCITd/3q50fgKz5gVrr/n5N0/3nNuh5fd9mLLlgnx86jF+3S4Rf8bwkkTa/qtlgER5mKoK2P4ioaoCHquzfFYHeNup85zvf+c53vvOd73yodv8GkuR56nXbAIBOdw+oujv98P9kXcviIf9bdvsOA8ha5tGHiH/f5rlUsulv+cE5RfQ9/z43P/QziqXzAYbwbcnrkV8kpaTB/FJrJVvsEmgsPr0W3qhgegNafPt4/QGogoImCQDJWAAAAABJRU5ErkJggg=="
- id="image2162" />
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAIAAABD6y5WAAAABmJLR0QA/wD/AP+gvaeTAAAAHUlEQVRYhe3BMQEAAADCoPVPbQo/oAAAAAAAALgaGZEAAe23xBoAAAAASUVORK5CYII=" />
+ <clipPath
+ id="clip-25">
+ <path
+ clip-rule="nonzero"
+ d="m 393,157 h 20 v 2.42578 h -20 z m 17.13672,2.42578 H 413 v 9.58594 h -2.86328 z m -17.13672,0 h 2.76172 v 9.58594 H 393 Z m 0,9.58594 h 20 V 172 h -20 z m 0,0"
+ id="path2176" />
+ </clipPath>
+ <image
+ id="source-15977"
+ x="0"
+ y="0"
+ width="59"
+ height="44"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAAAAAD+nZ9MAAAAAmJLR0QA/4ePzL8AAAEFSURBVEiJ7ZZLT8QwDITHebViAfH/f+ZqtyVN7OFQ2iLBwcuFA51TDv7kRySPgd9Lvj0c4ldEIA+wBLmzEkII4kxN0tT4yUpIuaTgzWy9LV0JJAASy9NlSMFZsdb5PtOIBIjE4fntUpwts09XbYoj78vr4CzaWtZpXjZWYhnH0csmLTmIEAkAREJM3mEZU1zbS1hhEXH2e0Q6h/ujTvZkT/Zk/wO77liQJH3EEZkAgEZTpXO3q5lxY0lrtSK6WLLVtvpvAkBd5huK11P6NC3K1X9JrTe8Z6enmNb73A/fz2XIvpIBWl9q69zvjRiD+7doqkbud47XBFeYxFYz8Nh5tR9Yf6QP0QF/IOLyKW8AAAAASUVORK5CYII=" />
+ <mask
+ id="mask-7">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2182">
+ <use
+ xlink:href="#source-15977"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,393.07956,157.02644)"
+ id="use2180" />
+ </g>
</mask>
+ <image
+ id="source-15976"
+ x="0"
+ y="0"
+ width="59"
+ height="44"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAIAAABUlFfHAAAABmJLR0QA/wD/AP+gvaeTAAAAHklEQVRYhe3BMQEAAADCoPVPbQo/oAAAAAAAAADgZx6YAAHm2orXAAAAAElFTkSuQmCC" />
+ <clipPath
+ id="clip-26">
+ <path
+ clip-rule="nonzero"
+ d="m 434,158 h 21 v 2.86719 h -21 z m 18.10547,2.86719 H 455 v 6.70703 h -2.89453 z m -18.10547,0 h 2.52734 v 6.70703 H 434 Z m 0,6.70703 h 21 V 171 h -21 z m 0,0"
+ id="path2186" />
+ </clipPath>
+ <image
+ id="source-15983"
+ x="0"
+ y="0"
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAmJLR0QA/4ePzL8AAADzSURBVEiJ7ZU9b8MwDEQfJSqB0yLo//+XRQrHrj6uQ5xk6WAORZccIE16IokDjvCfssdtAUrbwQHMkkVokAa610255MgH0mitD4GDJT9Ox5J2ty9GXZa1Ihywcjq/Hz1Qva1fn7332+ypTOePKYTP6XutHRyzlA/T26kE8GrrIZttzVv2UiI4xbMZT+NSSgE8pc2otJv5VS/8hb/wkBxAkqT90PO9swVnDQS9autDAhyZel1n+f45RpuXOm44Gu164RqKyuVy4x0YdWYtkbDqdZnbY8tkv0ffTly91da1LUYLBSXA0Bj36mCh/QogAkb/lX4AYPJ5/u+aLZkAAAAASUVORK5CYII=" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-8">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2192">
+ <use
+ xlink:href="#source-15983"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,158.35748)"
+ id="use2190" />
+ </g>
+ </mask>
+ <image
+ id="source-15982"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2208">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAACiCAAAAAChCr1EAAAAAXNCSVQI5gpbmQAAAhJJREFUeJzt1buOFDEYBeHjdg+7s0hIwPs/IkhoYe72v0GDSCqfDqoCx0efLDsxqG1He/aO3VSpbCyt967L1hxjVtKS1l+Or3159qA9VHW/nG8jWZO2vn378iJLkozLr59jVtYk/e3r99f+7EW76HHK6fyorElbDsfPR1mS1Gi/D0uSNUlblt5lSVLpy9KysSStNb+iJPnn4EuLyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCrUlSc8727CV7qOaclWws83G7LosuSY3rfcwka1Lj8r6eZElS4/x+nbWxPE4/LocmS1Lz9uc8krQky/rp4GVJktS438bcWFprqvyttjd34xDlf/XsATvuA0jTVPGi0eqIAAAAAElFTkSuQmCC"
- id="image2210" />
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAIAAABD6y5WAAAABmJLR0QA/wD/AP+gvaeTAAAAHUlEQVRYhe3BMQEAAADCoPVPbQo/oAAAAAAAALgaGZEAAe23xBoAAAAASUVORK5CYII=" />
+ <clipPath
+ id="clip-27">
+ <path
+ clip-rule="nonzero"
+ d="m 411,171 h 21 v 2.80078 h -21 z m 18.05859,2.80078 H 432 v 6.70703 h -2.94141 z m -18.05859,0 h 2.47656 v 6.70703 H 411 Z m 0,6.70703 h 21 V 183 h -21 z m 0,0"
+ id="path2196" />
+ </clipPath>
+ <image
+ id="source-15989"
+ x="0"
+ y="0"
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAAAAADp4ubdAAAAAmJLR0QA/4ePzL8AAADrSURBVEiJ7ZW7bsNQDEMpWbbrBGj+/zuDxC9J7GC7WTpE6JDFGu529OAFSOCTJfsrNYwAAcAAiIhKiSeZ4IGrtU2hAZHhHknAANF2GHrTwvBYpnEmAYOIdtfbtWvex9PHOyOEMECa7vJ9+9L3r8/1wWnS3Je3frgMTQFfsm8VOJRvzKyCp5mq7DhERLWwPPT4p4Lef/Y58RM/8UoZsBlnFrw2M8lfnAx3ZwF398zdqJk+j21U3GZ9zmtu08lYnhZdxSp9vM+Rx/TlEaMVbmcs4+TklnG6pczbNF4pIwAEKloKSZKb9v9M2M/WD5neeRdSder3AAAAAElFTkSuQmCC" />
+ <mask
+ id="mask-9">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2202">
+ <use
+ xlink:href="#source-15989"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,411.0486,171.33512)"
+ id="use2200" />
+ </g>
</mask>
+ <image
+ id="source-15988"
+ x="0"
+ y="0"
+ width="62"
+ height="35"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAIAAABD6y5WAAAABmJLR0QA/wD/AP+gvaeTAAAAHUlEQVRYhe3BMQEAAADCoPVPbQo/oAAAAAAAALgaGZEAAe23xBoAAAAASUVORK5CYII=" />
+ <clipPath
+ id="clip-28">
+ <path
+ clip-rule="nonzero"
+ d="m 460,115 h 2 v 68.98047 h -2 z m 0,0"
+ id="path2206" />
+ </clipPath>
+ <clipPath
+ id="clip-29">
+ <path
+ clip-rule="nonzero"
+ d="m 331,50.542969 h 37 v 1.042969 h -37 z m 33.74219,1.042969 H 368 v 50.230472 h -3.25781 z m -33.74219,0 h 1.40234 V 101.81641 H 331 Z m 0,50.230472 h 37 V 105 h -37 z m 0,0"
+ id="path2209" />
+ </clipPath>
+ <image
+ id="source-15995"
+ x="0"
+ y="0"
+ width="109"
+ height="162"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAACiCAAAAABuLRzrAAAAAmJLR0QA/4ePzL8AAAESSURBVHic7dw7csMwDEXRB5KS4/G4cPa/xhR2ouhHIIWVxj1c3bcAnkHB9krvnEmSWboTikMrpZVkL3rvITXJ6sf5VFM57/Pv0kNNVsbr7Trkasv9q3uoSWW4fN7Gkqn1uc6TWTTJ6ni+nHK1Og3FpCap1FprqqZaiumpSWa5n+D/+dyTXoeGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhob2njVJEe6eqrh7HFr4vi6pR4Yv6+7PekNs012phYPw5TH3CDWFbw99t1Qttp9pD8kkK8Mw5DYHwrd192d1w6xkVz7CI+Ioiii/KKLIJ173B64MVhTQ5gD6AAAAAElFTkSuQmCC" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-10">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2215">
+ <use
+ xlink:href="#source-15995"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,331.1862,50.54324)"
+ id="use2213" />
+ </g>
+ </mask>
+ <image
+ id="source-15994"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2266">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAB5CAAAAABg7kKMAAAAAXNCSVQI5gpbmQAAASxJREFUaIHt2rtuwzAMheFDSnaC9IK+/2smrWNb4ungpEGBogu9FD1cBC8faEjjD/yNsW9HdvjAzMx2UEmSACoA81KKZ1Eyeu8gUAHzOh7Hmt2Usc7z0kFUAD48PT+N2UXZ5ss5gkCFmY+nt9dDzZnkOnlbVtz//XB6OSZNxFqWSzHj7Y7qMGb3RPg6FLNtT8Dc3dMX726bUbfvHV7oQ/Ac9OPIlClTpkyZMmXKlClTpkyZMmXKlClTpkyZMmXKlClTpkyZMv+PWYFbKMOk9DAqtlKmNeZWJlvrwZtJ9uX6wZLtQ9o0tyCBClqs05lT0iTbdLm2W2vEWN55remGpy/T1AJbE+WlDoPnW6PelhbcTDMrO4RWZEQQ9xDMbIckjOAWhH1J+R4s+8B/nU90lYGogCmdOAAAAABJRU5ErkJggg=="
- id="image2268" />
+ width="109"
+ height="162"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAACiCAIAAADEJNRgAAAABmJLR0QA/wD/AP+gvaeTAAAASUlEQVR4nO3BAQEAAACCIP+vbkhAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8GjPkAABFUqHuwAAAABJRU5ErkJggg==" />
+ <image
+ id="source-16003"
+ x="0"
+ y="0"
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAmJLR0QA/4ePzL8AAAFGSURBVEiJ7ZfBcoMwDERXtkhD08n0/z+zk4SAbW0PYJxDD1WaDodEB4aDnldjGbMCtg2pT3FhBNh4kSDiWYCgkQSgACRoF6OnAlrJuYCAAhK6t37fBY9+TsN1LCt/OH7s4+/1aWn4YjYhFILQ9cfPXj38dLLxmjHrS9z17wcXP9q5i4Jl/ySqqos31SBYeIhICMHBI4Sl355d/ymendf2yj/p04GzJVd9euTZstf6XQu0WHlxfP83SpUXeC6gJrbunwtvyTf9u6v+rc/fi3/xL/7+aPef7/58lP7D6ncZuJa6df3Pzi/9I53//5quAEAzM3P5R6Ox8rScJi0u/zslq/6flseLZof/hk3nYbKZJyxdYt55/DvzcBozZ/8PS4MN6vG/tDSPDxAAEoLG4JpfWEoxcp2ffOPT0u+qD+/0Ni/hR/4hvgFxsJ4nQ0JmbwAAAABJRU5ErkJggg==" />
+ <mask
+ id="mask-11">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2222">
+ <use
+ xlink:href="#source-16003"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,507.21624,73.17092)"
+ id="use2220" />
+ </g>
</mask>
+ <image
+ id="source-16002"
+ x="0"
+ y="0"
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAIAAABeqfUmAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVRoge3BMQEAAADCoPVPbQZ/oAAAAAAAAAAAAAAAPgMsiAAB43a3kwAAAABJRU5ErkJggg==" />
+ <clipPath
+ id="clip-30">
+ <path
+ clip-rule="nonzero"
+ d="m 481,73 h 22 v 2.730469 h -22 z m 19.33594,2.730469 H 503 V 90.46875 h -2.66406 z m -19.33594,0 h 3.53125 V 90.46875 H 481 Z m 0,14.738281 h 22 V 94 h -22 z m 0,0"
+ id="path2226" />
+ </clipPath>
+ <image
+ id="source-16009"
+ x="0"
+ y="0"
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAmJLR0QA/4ePzL8AAAEISURBVEiJ7ZexcsMwDENBio6d5tK7/v9n5urIskV0sOosGcwpizho0iMocQGAz5b8nxLjCBAADABEVCTUgaSDTV80mSUJ8KRva3UCBoik8ToNKcL7mp/LCsIAiE3f96udH4Cs+YFa6/5+TdP95zboeX3fZiy5YJ8fOoxft0uEX/G8JJE2v6rZYBEeZiqCtj+IqGqAh6rs3xWB3jbqfOc73/nOd77zne98qHb/BpLkeep12wCATncPqLo7/fD/ZF3L4iH/W3b7DgPIWubRh4h/3+a5VLLpb/nBOUX0Pf8+Nz/0M4ql8wGG8G3J65FfJKWkwfxSayVb7BJoLD69Ft6oYHoDWnz7eP0BqIKCJgkAyVgAAAAASUVORK5CYII=" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-12">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2232">
+ <use
+ xlink:href="#source-16009"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,481.92648,73.17092)"
+ id="use2230" />
+ </g>
+ </mask>
+ <image
+ id="source-16008"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2348">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA7CAAAAADppQ0VAAAAAXNCSVQI5gpbmQAAAP1JREFUSIntl7luxDAMRIc0vd5srv//zSRrO7bISeFjgyCFCbeaRhDAx0NqhsA5yZ/zsPibE0knIEEABgCiqppJQUREgAsvapfWNNNB+DwV3/ime751luAZ03AfQggDROz6+n5rJdG/jx8shdzrv71cEgNwHmLs1YXb/NenFG/s2kaW/gERbSzzgKQ1KoL1/yCLDvPYo/U4868qX/nKV77yla985Suf0+LfSJI8Tj3CbbmGF834x+Ie3Pw/o0xj6zn/OxXn6t/p33fzlH8t49dYCMIAsoyf3jcp/z73/eyP+pxMM/sLfZoLue5Potqk7DNIj9j5E/vX2f3vrH4AH4aILbT4VM0AAAAASUVORK5CYII="
- id="image2350" />
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAIAAABeqfUmAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVRoge3BMQEAAADCoPVPbQZ/oAAAAAAAAAAAAAAAPgMsiAAB43a3kwAAAABJRU5ErkJggg==" />
+ <clipPath
+ id="clip-31">
+ <path
+ clip-rule="nonzero"
+ d="m 374,50.542969 h 93 v 1.042969 h -93 z m 89.83984,1.042969 H 467 v 50.230472 h -3.16016 z m -89.83984,0 h 1.42187 V 101.81641 H 374 Z m 0,50.230472 h 93 V 105 h -93 z m 0,0"
+ id="path2236" />
+ </clipPath>
+ <image
+ id="source-16015"
+ x="0"
+ y="0"
+ width="278"
+ height="162"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAACiCAAAAAChCr1EAAAAAmJLR0QA/4ePzL8AAAISSURBVHic7dW7jhQxGAXh43YPu7NISMD7PyJIaGHu9r9Bg0gqnw6qAsdHnyw7MahtR3v2jt1UqWwsrfeuy9YcY1bSktZfjq99efagPVR1v5xvI1mTtr59+/IiS5KMy6+fY1bWJP3t6/fX/uxFu+hxyun8qKxJWw7Hz0dZktRovw9LkjVJW5beZUlS6cvSsrEkrTW/oiT55+BLi8mCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgsmCyYLJgq1JUnPO9uwle6jmnJVsLPNxuy6LLkmN633MJGtS4/K+nmRJUuP8fp21sTxOPy6HJktS8/bnPJK0JMv66eBlSZLUuN/G3Fhaa6r8rbY3d+MQ5X/17AE77gNI01TxotHqiAAAAABJRU5ErkJggg==" />
+ <mask
+ id="mask-13">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2242">
+ <use
+ xlink:href="#source-16015"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,374.11224,50.54324)"
+ id="use2240" />
+ </g>
</mask>
+ <image
+ id="source-16014"
+ x="0"
+ y="0"
+ width="278"
+ height="162"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAACiCAIAAAALA3XPAAAABmJLR0QA/wD/AP+gvaeTAAAAmklEQVR4nO3BMQEAAADCoPVPbQlPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAngYQhAABFcA3OAAAAABJRU5ErkJggg==" />
<clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath2360">
+ id="clip-32">
<path
- d="M 0,0 H 679 V 401 H 0 Z"
- id="path2358" />
+ clip-rule="nonzero"
+ d="m 382,59 h 29 v 3.058594 h -29 z m 25.73437,3.058594 H 411 v 34.703125 h -3.26563 z m -25.73437,0 h 3.29687 V 96.761719 H 382 Z m 0,34.703125 h 29 V 100 h -29 z m 0,0"
+ id="path2246" />
</clipPath>
+ <image
+ id="source-16021"
+ x="0"
+ y="0"
+ width="83"
+ height="121"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAB5CAAAAABg7kKMAAAAAmJLR0QA/4ePzL8AAAEsSURBVGiB7dq7bsMwDIXhQ0p2gvSCvv9rJq1jW+Lp4KRBgaILvRQ9XAQvH2hI4w/8jbFvR3b4wMzMdlBJkgAqAPNSimdRMnrvIFAB8zoex5rdlLHO89JBVAA+PD0/jdlF2ebLOYJAhZmPp7fXQ82Z5Dp5W1bc//1wejkmTcRalksx4+2O6jBm90T4OhSzbU/A3N3TF+9um1G37x1e6EPwHPTjyJQpU6ZMmTJlypQpU6ZMmTJlypQpU6ZMmTJlypQpU6ZMmTL/j1mBWyjDpPQwKrZSpjXmViZb68GbSfbl+sGS7UPaNLcggQparNOZU9Ik23S5tltrxFjeea3phqcv09QCWxPlpQ6D51uj3pYW3EwzKzuEVmREEPcQzGyHJIzgFoR9SfkeLPvAf51PdJWBqIApnTgAAAAASUVORK5CYII=" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-14">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2252">
+ <use
+ xlink:href="#source-16021"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,382.764,59.195)"
+ id="use2250" />
+ </g>
+ </mask>
+ <image
+ id="source-16020"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2390">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAXNCSVQI5gpbmQAAAQdJREFUSIntlztyAzEMQwFKu/bsxMn9z+mx90sihWynSWFWSSEWqvhADtUAwN8Wny+ToKAXTxotpSApQg+eVoZaMgKSH7u7gAqAZZzOp5KZ78c8LwqhAmQ5Xz6naon1fb3SXWrz6+nj6zJYYv99wTabUxUAbThN05jiOQ+FbPNBK7XWxAFCQy0k2v0AkmZ8nzcjW3viaL8rdb7zne985zvf+c53PlXNv0GS9D71014BQBHhroT/jIimUNHc+Doq5V/X/Qg8/Lt8u48aUv57vq1HQKiAdCxXzTXl/7fbfY/X/BXbkPG/Ct+WI/DIL7RSjJn8gnB36ZmfQKYimNoX4sVk01vT+Af1De+chT3z4xO0AAAAAElFTkSuQmCC"
- id="image2392" />
+ width="83"
+ height="121"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAB5CAIAAADK54oHAAAABmJLR0QA/wD/AP+gvaeTAAAANElEQVR4nO3BMQEAAADCoPVPbQhfoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+Ax2KgABU6YBzQAAAABJRU5ErkJggg==" />
+ <clipPath
+ id="clip-33">
+ <path
+ clip-rule="nonzero"
+ d="m 418,79 h 22 v 2.945312 h -22 z m 19.15234,2.945312 H 440 v 14.734376 h -2.84766 z m -19.15234,0 h 3.35156 V 96.679688 H 418 Z m 0,14.734376 h 22 V 100 h -22 z m 0,0"
+ id="path2256" />
+ </clipPath>
+ <image
+ id="source-16027"
+ x="0"
+ y="0"
+ width="63"
+ height="59"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA7CAAAAADppQ0VAAAAAmJLR0QA/4ePzL8AAAD9SURBVEiJ7Ze5bsQwDESHNL3ebK7//80kazu2yEnhY4MghQm3mkYQwMdDaobAOcmf87D4mxNJJyBBAAYAoqqaSUFERIALL2qX1jTTQfg8Fd/4pnu+dZbgGdNwH0IIA0Ts+vp+ayXRv48fLIXc67+9XBIDcB5i7NWF2/zXpxRv7NpGlv4BEW0s84CkNSqC9f8giw7z2KP1OPOvKl/5yle+8pWvfOUrn9Pi30iSPE49wm25hhfN+MfiHtz8P6NMY+s5/zsV5+rf6d9385R/LePXWAjCALKMn943Kf8+9/3sj/qcTDP7C32aC7nuT6LapOwzSI/Y+RP719n976x+AB+GiC20+FTNAAAAAElFTkSuQmCC" />
+ <mask
+ id="mask-15">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2262">
+ <use
+ xlink:href="#source-16027"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,418.70208,79.49336)"
+ id="use2260" />
+ </g>
</mask>
+ <image
+ id="source-16026"
+ x="0"
+ y="0"
+ width="63"
+ height="59"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA7CAIAAABDrMWeAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVRoge3BMQEAAADCoPVPbQsvoAAAAAAAAAAAAACAvwErygABwp555AAAAABJRU5ErkJggg==" />
<clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath2402">
+ id="clip-34">
<path
- d="M 0,0 H 679 V 401 H 0 Z"
- id="path2400" />
+ clip-rule="nonzero"
+ d="m 418,59 h 22 v 3.058594 h -22 z m 19.15234,3.058594 H 440 v 14.734375 h -2.84766 z m -19.15234,0 h 3.35156 V 76.792969 H 418 Z m 0,14.734375 h 22 V 80 h -22 z m 0,0"
+ id="path2266" />
</clipPath>
+ <image
+ id="source-16033"
+ x="0"
+ y="0"
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAmJLR0QA/4ePzL8AAAEHSURBVEiJ7Zc7cgMxDEMBSrv27MTJ/c/psfdLIoVsp0lhVkkhFqr4QA7VAMDfFp8vk6CgF08aLaUgKUIPnlaGWjICkh+7u4AKgGWczqeSme/HPC8KoQJkOV8+p2qJ9X290l1q8+vp4+syWGL/fcE2m1MVAG04TdOY4jkPhWzzQSu11sQBQkMtJNr9AJJmfJ83I1t74mi/K3W+853vfOc73/nOdz5Vzb9BkvQ+9dNeAUAR4a6E/4yIplDR3Pg6KuVf1/0IPPy7fLuPGlL+e76tR0CogHQsV8015f+3232P1/wV25DxvwrfliPwyC+0UoyZ/IJwd+mZn0CmIpjaF+LFZNNb0/gH9Q3vnIU98+MTtAAAAABJRU5ErkJggg==" />
<mask
- maskUnits="userSpaceOnUse"
+ id="mask-16">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2272">
+ <use
+ xlink:href="#source-16033"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,418.70208,59.52776)"
+ id="use2270" />
+ </g>
+ </mask>
+ <image
+ id="source-16032"
x="0"
y="0"
- width="1"
- height="1"
- id="mask2432">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAXNCSVQI5gpbmQAAAQpJREFUSIntl7FuwzAMRI8ibddpkf7/f8ZNJJu8DrbTpUM4FF3ERRDARx1IDUfgf0POQ5IgwScvIkUkU4FkkAQMgIjaoJqQQMa2bQ7CAKAM8zxZSbwfW73f6YABIjp9XN+nDO9tUfcADYCU8XL9nDSh3x+63avs+qXYOF/eUnxZRyuy9w8iajZkeBlMRXDw+QEWOdIzTfu1UOc73/nOd77zne9851Ox+zeQJF+nftLtuIZ7xn977PYdBoD0tVVJ+dfaVj/9P2J93KTq6/rh9fZYY3+fjLqgDSn/v34tLUgIACk2jaMm/C/prdUteOw/RbWUTP8Q4R4896/dTWd4HBM8mez6BiS+yx/GN3Bkfl83KVswAAAAAElFTkSuQmCC"
- id="image2434" />
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAIAAABeqfUmAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVRoge3BMQEAAADCoPVPbQZ/oAAAAAAAAAAAAAAAPgMsiAAB43a3kwAAAABJRU5ErkJggg==" />
+ <clipPath
+ id="clip-35">
+ <path
+ clip-rule="nonzero"
+ d="m 440,59 h 22 v 3.058594 h -22 z m 18.87891,3.058594 H 462 v 14.734375 h -3.12109 z m -18.87891,0 h 3.07422 V 76.792969 H 440 Z m 0,14.734375 h 22 V 80 h -22 z m 0,0"
+ id="path2276" />
+ </clipPath>
+ <image
+ id="source-16039"
+ x="0"
+ y="0"
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAAAAAD0oD2tAAAAAmJLR0QA/4ePzL8AAAEKSURBVEiJ7ZexbsMwDESPIm3XaZH+/3/GTSSbvA6206VDOBRdxEUQwEcdSA1H4H9DzkOSIMEnLyJFJFOBZJAEDICI2qCakEDGtm0OwgCgDPM8WUm8H1u93+mAASI6fVzfpwzvbVH3AA2AlPFy/Zw0od8fut2r7Pql2Dhf3lJ8WUcrsvcPImo2ZHgZTEVw8PkBFjnSM037tVDnO9/5zne+853vfOdTsfs3kCRfp37S7biGe8Z/e+z2HQaA9LVVSfnX2lY//T9ifdyk6uv64fX2WGN/n4y6oA0p/79+LS1ICAApNo2jJvwv6a3VLXjsP0W1lEz/EOEePPev3U1neBwTPJns+gYkvssfxjdwZH5fNylbMAAAAABJRU5ErkJggg==" />
+ <mask
+ id="mask-17">
+ <g
+ filter="url(#filter-remove-color)"
+ id="g2282">
+ <use
+ xlink:href="#source-16039"
+ filter="url(#filter-color-to-alpha)"
+ transform="matrix(0.33276,0,0,0.33276,440.33148,59.52776)"
+ id="use2280" />
+ </g>
</mask>
+ <image
+ id="source-16038"
+ x="0"
+ y="0"
+ width="63"
+ height="60"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAIAAABeqfUmAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVRoge3BMQEAAADCoPVPbQZ/oAAAAAAAAAAAAAAAPgMsiAAB43a3kwAAAABJRU5ErkJggg==" />
</defs>
- <sodipodi:namedview
- id="namedview4"
- pagecolor="#505050"
- bordercolor="#ffffff"
- borderopacity="1"
- inkscape:showpageshadow="0"
- inkscape:pageopacity="0"
- inkscape:pagecheckerboard="1"
- inkscape:deskcolor="#505050"
- showgrid="false"
- inkscape:zoom="2.2525636"
- inkscape:cx="111.87253"
- inkscape:cy="-0.44393863"
- inkscape:window-width="1920"
- inkscape:window-height="1021"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="1"
- inkscape:current-layer="g8" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -123.94922,127.14036 0.0703,-9.87892"
+ id="path2288" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -126.77734,127.12082 c -0.008,0.9375 1.2539,1.70703 2.8164,1.71875 1.5625,0.0117 2.83203,-0.74219 2.83985,-1.67969 0.008,-0.9375 -1.25391,-1.70312 -2.81641,-1.71484 -1.5625,-0.0117 -2.83594,0.73828 -2.83984,1.67578 z m 0,0"
+ id="path2290" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -121.05078,117.28488 c 0.008,-0.9375 -1.25391,-1.70703 -2.81641,-1.71875 -1.5625,-0.0117 -2.83203,0.73829 -2.83984,1.67579 -0.008,0.9375 1.2539,1.70703 2.8164,1.71875 1.5625,0.0117 2.83594,-0.73829 2.83985,-1.67579 z m 0,0"
+ id="path2292" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2296"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-1"
+ x="70.318428"
+ y="59.653549"
+ id="use2294" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2300"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-2"
+ x="74.366646"
+ y="59.653549"
+ id="use2298" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2304"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-3"
+ x="78.562729"
+ y="59.653549"
+ id="use2302" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2308"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-4"
+ x="85.271034"
+ y="59.653549"
+ id="use2306" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2312"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-5"
+ x="89.879028"
+ y="59.653549"
+ id="use2310" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2316"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-6"
+ x="94.487022"
+ y="59.653549"
+ id="use2314" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2320"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-7"
+ x="97.423225"
+ y="59.653549"
+ id="use2318" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2324"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-8"
+ x="101.61931"
+ y="59.653549"
+ id="use2322" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2328"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-9"
+ x="103.71509"
+ y="59.653549"
+ id="use2326" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2332"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-10"
+ x="105.53098"
+ y="59.653549"
+ id="use2330" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2336"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-6"
+ x="110.9794"
+ y="59.653549"
+ id="use2334" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2340"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-11"
+ x="113.9156"
+ y="59.653549"
+ id="use2338" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2344"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-12"
+ x="118.11169"
+ y="59.653549"
+ id="use2342" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2348"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-13"
+ x="122.71969"
+ y="59.653549"
+ id="use2346" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2354"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-14"
+ x="124.81546"
+ y="59.653549"
+ id="use2350" />
+ <use
+ xlink:href="#glyph-0-2"
+ x="127.32768"
+ y="59.653549"
+ id="use2352" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2358"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-11"
+ x="131.52377"
+ y="59.653549"
+ id="use2356" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2364"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-14"
+ x="135.71985"
+ y="59.653549"
+ id="use2360" />
+ <use
+ xlink:href="#glyph-0-15"
+ x="138.23207"
+ y="59.653549"
+ id="use2362" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2368"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-6"
+ x="142.84007"
+ y="59.653549"
+ id="use2366" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2372"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-2"
+ x="145.77628"
+ y="59.653549"
+ id="use2370" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2376"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-9"
+ x="149.97235"
+ y="59.653549"
+ id="use2374" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2384"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-16"
+ x="88.047295"
+ y="68.706589"
+ id="use2378" />
+ <use
+ xlink:href="#glyph-0-17"
+ x="90.559517"
+ y="68.706589"
+ id="use2380" />
+ <use
+ xlink:href="#glyph-0-18"
+ x="95.591499"
+ y="68.706589"
+ id="use2382" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2390"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-19"
+ x="97.687279"
+ y="68.706589"
+ id="use2386" />
+ <use
+ xlink:href="#glyph-0-20"
+ x="103.9716"
+ y="68.706589"
+ id="use2388" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2394"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-21"
+ x="109.42001"
+ y="68.706589"
+ id="use2392" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2400"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-17"
+ x="111.51579"
+ y="68.706589"
+ id="use2396" />
+ <use
+ xlink:href="#glyph-0-18"
+ x="116.54778"
+ y="68.706589"
+ id="use2398" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2406"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-19"
+ x="118.64355"
+ y="68.706589"
+ id="use2402" />
+ <use
+ xlink:href="#glyph-0-1"
+ x="124.92787"
+ y="68.706589"
+ id="use2404" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2412"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-22"
+ x="129.53587"
+ y="68.706589"
+ id="use2408" />
+ <use
+ xlink:href="#glyph-0-9"
+ x="132.04808"
+ y="68.706589"
+ id="use2410" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2418"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-17"
+ x="203.77864"
+ y="59.653549"
+ id="use2414" />
+ <use
+ xlink:href="#glyph-0-4"
+ x="208.81062"
+ y="59.653549"
+ id="use2416" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2422"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-7"
+ x="213.41862"
+ y="59.653549"
+ id="use2420" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2428"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-14"
+ x="217.6147"
+ y="59.653549"
+ id="use2424" />
+ <use
+ xlink:href="#glyph-0-13"
+ x="220.12692"
+ y="59.653549"
+ id="use2426" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2432"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-7"
+ x="222.2227"
+ y="59.653549"
+ id="use2430" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2436"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-8"
+ x="226.41878"
+ y="59.653549"
+ id="use2434" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2440"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-9"
+ x="228.51456"
+ y="59.653549"
+ id="use2438" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2444"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-10"
+ x="230.33046"
+ y="59.653549"
+ id="use2442" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2448"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-6"
+ x="235.77887"
+ y="59.653549"
+ id="use2446" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2452"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-11"
+ x="238.71507"
+ y="59.653549"
+ id="use2450" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2456"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-12"
+ x="242.91116"
+ y="59.653549"
+ id="use2454" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2460"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-13"
+ x="247.51915"
+ y="59.653549"
+ id="use2458" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2466"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-14"
+ x="249.61493"
+ y="59.653549"
+ id="use2462" />
+ <use
+ xlink:href="#glyph-0-2"
+ x="252.12715"
+ y="59.653549"
+ id="use2464" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2470"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-11"
+ x="256.32324"
+ y="59.653549"
+ id="use2468" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2476"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-14"
+ x="260.51932"
+ y="59.653549"
+ id="use2472" />
+ <use
+ xlink:href="#glyph-0-15"
+ x="263.03156"
+ y="59.653549"
+ id="use2474" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2480"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-6"
+ x="267.63953"
+ y="59.653549"
+ id="use2478" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2484"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-2"
+ x="270.57574"
+ y="59.653549"
+ id="use2482" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2488"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-9"
+ x="274.77182"
+ y="59.653549"
+ id="use2486" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2494"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-16"
+ x="199.62933"
+ y="68.706589"
+ id="use2490" />
+ <use
+ xlink:href="#glyph-0-20"
+ x="202.14156"
+ y="68.706589"
+ id="use2492" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2498"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-7"
+ x="207.58997"
+ y="68.706589"
+ id="use2496" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2504"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-14"
+ x="211.78606"
+ y="68.706589"
+ id="use2500" />
+ <use
+ xlink:href="#glyph-0-7"
+ x="214.29828"
+ y="68.706589"
+ id="use2502" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2510"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-23"
+ x="218.49435"
+ y="68.706589"
+ id="use2506" />
+ <use
+ xlink:href="#glyph-0-8"
+ x="221.00658"
+ y="68.706589"
+ id="use2508" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2514"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-5"
+ x="223.10236"
+ y="68.706589"
+ id="use2512" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2518"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-24"
+ x="227.71036"
+ y="68.706589"
+ id="use2516" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2522"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-9"
+ x="233.57823"
+ y="68.706589"
+ id="use2520" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2528"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-25"
+ x="235.67401"
+ y="68.706589"
+ id="use2524" />
+ <use
+ xlink:href="#glyph-0-6"
+ x="240.70599"
+ y="68.706589"
+ id="use2526" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2532"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-5"
+ x="243.6422"
+ y="68.706589"
+ id="use2530" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2536"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-11"
+ x="248.25018"
+ y="68.706589"
+ id="use2534" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2540"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-2"
+ x="252.44627"
+ y="68.706589"
+ id="use2538" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2544"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-26"
+ x="256.64236"
+ y="68.706589"
+ id="use2542" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2548"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-26"
+ x="260.83844"
+ y="68.706589"
+ id="use2546" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2552"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-13"
+ x="265.03452"
+ y="68.706589"
+ id="use2550" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2556"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-27"
+ x="267.13031"
+ y="68.706589"
+ id="use2554" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2560"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-28"
+ x="271.73831"
+ y="68.706589"
+ id="use2558" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2566"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-0-22"
+ x="276.34631"
+ y="68.706589"
+ id="use2562" />
+ <use
+ xlink:href="#glyph-0-9"
+ x="278.85852"
+ y="68.706589"
+ id="use2564" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -222.17969,115.82004 V 49.831709"
+ id="path2568" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -223.59766,113.93332 1.41797,2.82813 1.41407,-2.82813 z m 0,0"
+ id="path2570" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -220.76562,51.71457 -1.41407,-2.828122 -1.41797,2.828122 z m 0,0"
+ id="path2572" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -223.90235,96.89426 h 5.94142 v 9.46095 h -5.94142 z m 0,0"
+ id="path2574" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -225.71484,96.948951 V 49.820006"
+ id="path2576" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -227.12891,95.06223 1.41407,2.82812 1.41406,-2.82812 z m 0,0"
+ id="path2578" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -224.30078,51.70676 -1.41406,-2.828125 -1.41407,2.828125 z m 0,0"
+ id="path2580" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -226.73047,78.011447 h 8.76954 v 9.457038 h -8.76954 z m 0,0"
+ id="path2582" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -233.02734,59.20676 V 49.82394"
+ id="path2584" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -234.44141,57.32004 1.41407,2.82813 1.41406,-2.82813 z m 0,0"
+ id="path2586" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -231.61328,51.71067 -1.41406,-2.832035 -1.41407,2.832035 z m 0,0"
+ id="path2588" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -229.30469,78.077855 V 49.831738"
+ id="path2590" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -230.72266,76.19114 1.41797,2.82812 1.41407,-2.82812 z m 0,0"
+ id="path2592" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -227.89062,51.71848 -1.41407,-2.828126 -1.41797,2.828126 z m 0,0"
+ id="path2594" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -230.22266,59.148165 h 12.26173 v 9.460946 h -12.26173 z m 0,0"
+ id="path2596" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -247.85156,115.82004 V 49.831709"
+ id="path2598" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -249.26562,113.93332 1.41406,2.82813 1.41406,-2.82813 z m 0,0"
+ id="path2600" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -246.4375,51.71457 -1.41406,-2.828122 -1.41406,2.828122 z m 0,0"
+ id="path2602" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -249.57422,96.89426 h 5.94141 v 9.46095 h -5.94141 z m 0,0"
+ id="path2604" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -251.38672,96.948951 V 49.820006"
+ id="path2606" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -252.80078,95.06223 1.41406,2.82812 1.41797,-2.82812 z m 0,0"
+ id="path2608" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -249.96875,51.70676 -1.41797,-2.828125 -1.41406,2.828125 z m 0,0"
+ id="path2610" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -252.40234,78.011447 h 8.76953 v 9.457038 h -8.76953 z m 0,0"
+ id="path2612" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -258.69531,59.20676 V 49.82394"
+ id="path2614" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -260.11328,57.32004 1.41797,2.82813 1.41406,-2.82813 z m 0,0"
+ id="path2616" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -257.28125,51.71067 -1.41406,-2.832035 -1.41797,2.832035 z m 0,0"
+ id="path2618" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -254.97656,78.077855 V 49.831738"
+ id="path2620" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -256.39062,76.19114 1.41406,2.82812 1.41406,-2.82812 z m 0,0"
+ id="path2622" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -253.5625,51.71848 -1.41406,-2.828126 -1.41406,2.828126 z m 0,0"
+ id="path2624" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -255.89062,59.148165 h 12.25782 v 9.460946 h -12.25782 z m 0,0"
+ id="path2626" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -196.54297,115.82004 V 49.831709"
+ id="path2628" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -197.95703,113.93332 1.41406,2.82813 1.41406,-2.82813 z m 0,0"
+ id="path2630" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -195.12891,51.71457 -1.41406,-2.828122 -1.41406,2.828122 z m 0,0"
+ id="path2632" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -198.26563,96.89426 h 5.94141 v 9.46095 h -5.94141 z m 0,0"
+ id="path2634" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -200.07813,96.948951 V 49.820006"
+ id="path2636" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -201.49219,95.06223 1.41407,2.82812 1.41406,-2.82812 z m 0,0"
+ id="path2638" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -198.66406,51.70676 -1.41406,-2.828125 -1.41407,2.828125 z m 0,0"
+ id="path2640" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -201.09375,78.011447 h 8.76954 v 9.457038 h -8.76954 z m 0,0"
+ id="path2642" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -207.39063,59.20676 V 49.82394"
+ id="path2644" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -208.80469,57.32004 1.41407,2.82813 1.41406,-2.82813 z m 0,0"
+ id="path2646" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -205.97656,51.71067 -1.41406,-2.832035 -1.41407,2.832035 z m 0,0"
+ id="path2648" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -203.66797,78.077855 V 49.831738"
+ id="path2650" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -205.08203,76.19114 1.41406,2.82812 1.41406,-2.82812 z m 0,0"
+ id="path2652" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -202.25391,51.71848 -1.41406,-2.828126 -1.41406,2.828126 z m 0,0"
+ id="path2654" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -204.58593,59.148165 h 12.26173 v 9.460946 h -12.26173 z m 0,0"
+ id="path2656" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -170.74609,115.82004 V 49.831709"
+ id="path2658" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -172.16016,113.93332 1.41407,2.82813 1.41406,-2.82813 z m 0,0"
+ id="path2660" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -169.33203,51.71457 -1.41406,-2.828122 -1.41407,2.828122 z m 0,0"
+ id="path2662" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -172.46875,96.89426 h 5.94141 v 9.46095 h -5.94141 z m 0,0"
+ id="path2664" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -174.28125,96.948951 V 49.820006"
+ id="path2666" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -175.69531,95.06223 1.41406,2.82812 1.41797,-2.82812 z m 0,0"
+ id="path2668" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -172.86328,51.70676 -1.41797,-2.828125 -1.41406,2.828125 z m 0,0"
+ id="path2670" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -175.29688,78.011447 h 8.76954 v 9.457038 h -8.76954 z m 0,0"
+ id="path2672" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -181.58984,59.20676 V 49.82394"
+ id="path2674" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -183.00391,57.32004 1.41407,2.82813 1.41406,-2.82813 z m 0,0"
+ id="path2676" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -180.17578,51.71067 -1.41406,-2.832035 -1.41407,2.832035 z m 0,0"
+ id="path2678" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -177.87109,78.077855 V 49.831738"
+ id="path2680" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -179.28516,76.19114 1.41407,2.82812 1.41406,-2.82812 z m 0,0"
+ id="path2682" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -176.45703,51.71848 -1.41406,-2.828126 -1.41407,2.828126 z m 0,0"
+ id="path2684" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -178.78516,59.148165 h 12.25783 v 9.460946 h -12.25783 z m 0,0"
+ id="path2686" />
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -262.10547,38.01926 h 95.05859 v 10.863281 h -95.05859 z m 0,0"
+ id="path2688" />
+ <g
+ clip-path="url(#clip-0)"
+ id="g2692"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#4675a3"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -37.60093,-20.620488 H 3200418.6 V 365727.02 H -37.60093 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426898,88.563112)"
+ id="path2690" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2696"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-1"
+ x="65.142807"
+ y="96.408401"
+ id="use2694" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2700"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-2"
+ x="69.501549"
+ y="96.408401"
+ id="use2698" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2704"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-3"
+ x="72.858414"
+ y="96.408401"
+ id="use2702" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2708"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-4"
+ x="76.544815"
+ y="96.408401"
+ id="use2706" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2712"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-5"
+ x="78.221436"
+ y="96.408401"
+ id="use2710" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2718"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-6"
+ x="81.5783"
+ y="96.408401"
+ id="use2714" />
+ <use
+ xlink:href="#glyph-1-2"
+ x="83.588074"
+ y="96.408401"
+ id="use2716" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2722"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-7"
+ x="86.944946"
+ y="96.408401"
+ id="use2720" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2726"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-8"
+ x="89.293907"
+ y="96.408401"
+ id="use2724" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2730"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-9"
+ x="90.970528"
+ y="96.408401"
+ id="use2728" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2734"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-4"
+ x="94.656929"
+ y="96.408401"
+ id="use2732" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2738"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-10"
+ x="96.333549"
+ y="96.408401"
+ id="use2736" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2742"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-2"
+ x="98.010178"
+ y="96.408401"
+ id="use2740" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2746"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-8"
+ x="101.36704"
+ y="96.408401"
+ id="use2744" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -262.10547,26.663791 h 95.05859 v 10.863281 h -95.05859 z m 0,0"
+ id="path2748" />
+ <g
+ clip-path="url(#clip-1)"
+ id="g2752"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -37.60093,-28.723695 H 3200418.6 V 365718.92 H -37.60093 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426898,77.207884)"
+ id="path2750" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2758"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-11"
+ x="65.142807"
+ y="85.053207"
+ id="use2754" />
+ <use
+ xlink:href="#glyph-1-2"
+ x="70.170265"
+ y="85.053207"
+ id="use2756" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2762"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-12"
+ x="73.52713"
+ y="85.053207"
+ id="use2760" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2766"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-13"
+ x="78.893776"
+ y="85.053207"
+ id="use2764" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2770"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-7"
+ x="82.58017"
+ y="85.053207"
+ id="use2768" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2774"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-14"
+ x="84.929131"
+ y="85.053207"
+ id="use2772" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2778"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-8"
+ x="88.286003"
+ y="85.053207"
+ id="use2776" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2782"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-15"
+ x="89.962624"
+ y="85.053207"
+ id="use2780" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2786"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-4"
+ x="94.321365"
+ y="85.053207"
+ id="use2784" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2790"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-2"
+ x="95.997986"
+ y="85.053207"
+ id="use2788" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2794"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-7"
+ x="99.354851"
+ y="85.053207"
+ id="use2792" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2798"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-16"
+ x="101.70381"
+ y="85.053207"
+ id="use2796" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2802"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-7"
+ x="105.06068"
+ y="85.053207"
+ id="use2800" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2806"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-17"
+ x="107.40965"
+ y="85.053207"
+ id="use2804" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2810"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-18"
+ x="110.76651"
+ y="85.053207"
+ id="use2808" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2814"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-14"
+ x="114.45291"
+ y="85.053207"
+ id="use2812" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g2818"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-8"
+ x="117.80978"
+ y="85.053207"
+ id="use2816" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.69745"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -172.46875,41.687227 V 34.35519"
+ id="path2820" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -175.01172,39.42551 2.54297,3.394531 2.54687,-3.394531 z m 0,0"
+ id="path2822" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -169.92188,36.620822 -2.54687,-3.394531 -2.54297,3.394531 z m 0,0"
+ id="path2824" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -247.85156,133.02707 v -7.70704"
+ id="path2826" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -246.4375,127.20676 -1.41406,-2.83203 -1.41406,2.83203 z m 0,0"
+ id="path2828" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -251.38672,133.02707 V 106.4333"
+ id="path2830" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -249.96875,108.32004 -1.41797,-2.82812 -1.41406,2.82812 z m 0,0"
+ id="path2832" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -254.97656,133.02707 V 87.573906"
+ id="path2834" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -253.5625,89.46067 -1.41406,-2.82813 -1.41406,2.82813 z m 0,0"
+ id="path2836" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -258.69531,133.02707 V 68.691078"
+ id="path2838" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -257.28125,70.57785 -1.41406,-2.83203 -1.41797,2.83203 z m 0,0"
+ id="path2840" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -262.10547,60.14817 h 17.66016 v 7.60547 h -17.66016 z m 0,0"
+ id="path2842" />
+ <g
+ clip-path="url(#clip-2)"
+ id="g2846"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -37.60093,-51.276808 H 594548.91 V 256011.53 H -37.60093 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426898,110.69293)"
+ id="path2844" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2856"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="65.916565"
+ y="116.60686"
+ id="use2848" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="69.730461"
+ y="116.60686"
+ id="use2850" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="72.958168"
+ y="116.60686"
+ id="use2852" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="76.772064"
+ y="116.60686"
+ id="use2854" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -262.10547,78.01145 h 4.96875 v 9.45703 h -4.96875 z m 0,0"
+ id="path2858" />
+ <g
+ clip-path="url(#clip-3)"
+ id="g2862"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -36.59763,39.274549 H 167252.51 V 318440.94 H -36.59763 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426868,128.55352)"
+ id="path2860" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -262.10547,79.01926 h 17.66016 v 7.60547 h -17.66016 z m 0,0"
+ id="path2864" />
+ <g
+ clip-path="url(#clip-4)"
+ id="g2868"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -37.60093,-34.963802 H 594548.91 V 256027.84 H -37.60093 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426898,129.56354)"
+ id="path2866" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2878"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="65.916565"
+ y="135.47751"
+ id="use2870" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="69.730461"
+ y="135.47751"
+ id="use2872" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="72.958168"
+ y="135.47751"
+ id="use2874" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="76.772064"
+ y="135.47751"
+ id="use2876" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -262.10547,96.89426 h 8.33203 v 9.46094 h -8.33203 z m 0,0"
+ id="path2880" />
+ <g
+ clip-path="url(#clip-5)"
+ id="g2884"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -36.59763,-7.062656 H 280488.29 V 318526.12 H -36.59763 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426868,147.43771)"
+ id="path2882" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -262.10547,97.89035 h 17.66016 v 7.60547 h -17.66016 z m 0,0"
+ id="path2886" />
+ <g
+ clip-path="url(#clip-6)"
+ id="g2890"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -37.60093,-19.920795 H 594548.91 V 256042.88 H -37.60093 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426898,148.43419)"
+ id="path2888" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2900"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="65.916565"
+ y="154.34813"
+ id="use2892" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="69.730461"
+ y="154.34813"
+ id="use2894" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="72.958168"
+ y="154.34813"
+ id="use2896" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="76.772064"
+ y="154.34813"
+ id="use2898" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -262.10547,115.83176 h 11.98828 v 9.46094 h -11.98828 z m 0,0"
+ id="path2902" />
+ <g
+ clip-path="url(#clip-7)"
+ id="g2906"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -36.59763,-53.921523 H 403587.82 V 318479.26 H -36.59763 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426868,166.3766)"
+ id="path2904" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -262.10547,116.76145 h 17.66016 v 7.60156 h -17.66016 z m 0,0"
+ id="path2908" />
+ <g
+ clip-path="url(#clip-8)"
+ id="g2912"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -37.60093,-5.004788 H 594548.91 V 255926.28 H -37.60093 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426898,167.30484)"
+ id="path2910" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2922"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="65.916565"
+ y="173.2188"
+ id="use2914" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="69.730461"
+ y="173.2188"
+ id="use2916" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="72.958168"
+ y="173.2188"
+ id="use2918" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="76.772064"
+ y="173.2188"
+ id="use2920" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -222.17969,133.02707 v -7.70704"
+ id="path2924" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -220.76562,127.20676 -1.41407,-2.83203 -1.41797,2.83203 z m 0,0"
+ id="path2926" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -225.71484,133.02707 V 106.4333"
+ id="path2928" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -224.30078,108.32004 -1.41406,-2.82812 -1.41407,2.82812 z m 0,0"
+ id="path2930" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -229.29297,133.02707 V 87.573906"
+ id="path2932" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -227.87891,89.46067 -1.41406,-2.82813 -1.41797,2.82813 z m 0,0"
+ id="path2934" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -233.02734,133.02707 V 68.691078"
+ id="path2936" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -231.61328,70.57785 -1.41406,-2.83203 -1.41407,2.83203 z m 0,0"
+ id="path2938" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -236.31641,78.011447 h 4.96876 v 9.457038 h -4.96876 z m 0,0"
+ id="path2940" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -236.31641,96.89426 h 8.33204 v 9.46095 h -8.33204 z m 0,0"
+ id="path2942" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -236.31641,115.83176 h 11.9883 v 9.46094 h -11.9883 z m 0,0"
+ id="path2944" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -236.30469,60.148167 h 17.66017 v 7.605475 h -17.66017 z m 0,0"
+ id="path2946" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2956"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="91.715233"
+ y="116.60686"
+ id="use2948" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="95.529129"
+ y="116.60686"
+ id="use2950" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="98.756836"
+ y="116.60686"
+ id="use2952" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="102.57073"
+ y="116.60686"
+ id="use2954" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -236.30469,79.019262 h 17.66017 v 7.605474 h -17.66017 z m 0,0"
+ id="path2958" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2968"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="91.715233"
+ y="135.47751"
+ id="use2960" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="95.529129"
+ y="135.47751"
+ id="use2962" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="98.756836"
+ y="135.47751"
+ id="use2964" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="102.57073"
+ y="135.47751"
+ id="use2966" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -236.30469,97.890358 h 17.66017 v 7.605472 h -17.66017 z m 0,0"
+ id="path2970" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2980"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="91.715233"
+ y="154.34813"
+ id="use2972" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="95.529129"
+ y="154.34813"
+ id="use2974" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="98.756836"
+ y="154.34813"
+ id="use2976" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="102.57073"
+ y="154.34813"
+ id="use2978" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -236.30469,116.76145 h 17.66017 v 7.60157 h -17.66017 z m 0,0"
+ id="path2982" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g2992"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="91.715233"
+ y="173.2188"
+ id="use2984" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="95.529129"
+ y="173.2188"
+ id="use2986" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="98.756836"
+ y="173.2188"
+ id="use2988" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="102.57073"
+ y="173.2188"
+ id="use2990" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -196.54297,133.02707 v -7.70704"
+ id="path2994" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -195.12891,127.20676 -1.41406,-2.83203 -1.41406,2.83203 z m 0,0"
+ id="path2996" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -200.07813,133.02707 V 106.4333"
+ id="path2998" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -198.66406,108.32004 -1.41406,-2.82812 -1.41407,2.82812 z m 0,0"
+ id="path3000" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -203.66797,133.02707 V 87.573906"
+ id="path3002" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -202.25391,89.46067 -1.41406,-2.82813 -1.41406,2.82813 z m 0,0"
+ id="path3004" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -207.33594,133.02707 V 68.691078"
+ id="path3006" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -205.92187,70.57785 -1.41407,-2.83203 -1.41406,2.83203 z m 0,0"
+ id="path3008" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -210.88671,78.011447 h 4.96875 v 9.457038 h -4.96875 z m 0,0"
+ id="path3010" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -210.88671,96.89426 h 8.33203 v 9.46095 h -8.33203 z m 0,0"
+ id="path3012" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -210.88671,115.83176 h 11.98829 v 9.46094 h -11.98829 z m 0,0"
+ id="path3014" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -170.74609,133.02707 v -7.70704"
+ id="path3016" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -169.33203,127.20676 -1.41406,-2.83203 -1.41407,2.83203 z m 0,0"
+ id="path3018" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -174.5,133.02707 V 106.4333"
+ id="path3020" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -173.08203,108.32004 -1.41797,-2.82812 -1.41406,2.82812 z m 0,0"
+ id="path3022" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -177.87109,133.02707 V 87.573906"
+ id="path3024" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -176.45703,89.46067 -1.41406,-2.82813 -1.41407,2.82813 z m 0,0"
+ id="path3026" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#b5b5b5"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -181.58984,133.02707 V 68.691078"
+ id="path3028" />
+ <path
+ fill-rule="evenodd"
+ fill="#b5b5b5"
+ fill-opacity="1"
+ d="m -180.17578,70.57785 -1.41406,-2.83203 -1.41407,2.83203 z m 0,0"
+ id="path3030" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -184.78125,78.011447 h 4.96876 v 9.457038 h -4.96876 z m 0,0"
+ id="path3032" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -184.78125,96.89426 h 8.33204 v 9.46095 h -8.33204 z m 0,0"
+ id="path3034" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#ffffff"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -184.78125,115.83176 h 11.9883 v 9.46094 h -11.9883 z m 0,0"
+ id="path3036" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -210.50781,60.148167 h 17.66017 v 7.605475 h -17.66017 z m 0,0"
+ id="path3038" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3048"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="117.5139"
+ y="116.60686"
+ id="use3040" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="121.3278"
+ y="116.60686"
+ id="use3042" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="124.5555"
+ y="116.60686"
+ id="use3044" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="128.3694"
+ y="116.60686"
+ id="use3046" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -210.50781,79.019262 h 17.66017 v 7.605474 h -17.66017 z m 0,0"
+ id="path3050" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3060"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="117.5139"
+ y="135.47751"
+ id="use3052" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="121.3278"
+ y="135.47751"
+ id="use3054" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="124.5555"
+ y="135.47751"
+ id="use3056" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="128.3694"
+ y="135.47751"
+ id="use3058" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -210.50781,97.890358 h 17.66017 v 7.605472 h -17.66017 z m 0,0"
+ id="path3062" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3072"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="117.5139"
+ y="154.34813"
+ id="use3064" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="121.3278"
+ y="154.34813"
+ id="use3066" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="124.5555"
+ y="154.34813"
+ id="use3068" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="128.3694"
+ y="154.34813"
+ id="use3070" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -210.50781,116.76145 h 17.66017 v 7.60157 h -17.66017 z m 0,0"
+ id="path3074" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3084"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="117.5139"
+ y="173.2188"
+ id="use3076" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="121.3278"
+ y="173.2188"
+ id="use3078" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="124.5555"
+ y="173.2188"
+ id="use3080" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="128.3694"
+ y="173.2188"
+ id="use3082" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -184.70703,60.148167 h 17.66017 v 7.605475 h -17.66017 z m 0,0"
+ id="path3086" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3096"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="143.31258"
+ y="116.60686"
+ id="use3088" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="147.12646"
+ y="116.60686"
+ id="use3090" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="150.35419"
+ y="116.60686"
+ id="use3092" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="154.16808"
+ y="116.60686"
+ id="use3094" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -184.70703,79.019262 h 17.66017 v 7.605474 h -17.66017 z m 0,0"
+ id="path3098" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3108"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="143.31258"
+ y="135.47751"
+ id="use3100" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="147.12646"
+ y="135.47751"
+ id="use3102" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="150.35419"
+ y="135.47751"
+ id="use3104" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="154.16808"
+ y="135.47751"
+ id="use3106" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -184.70703,97.890358 h 17.66017 v 7.605472 h -17.66017 z m 0,0"
+ id="path3110" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3120"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="143.31258"
+ y="154.34813"
+ id="use3112" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="147.12646"
+ y="154.34813"
+ id="use3114" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="150.35419"
+ y="154.34813"
+ id="use3116" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="154.16808"
+ y="154.34813"
+ id="use3118" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -184.70703,116.76145 h 17.66017 v 7.60157 h -17.66017 z m 0,0"
+ id="path3122" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3132"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="143.31258"
+ y="173.2188"
+ id="use3124" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="147.12646"
+ y="173.2188"
+ id="use3126" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="150.35419"
+ y="173.2188"
+ id="use3128" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="154.16808"
+ y="173.2188"
+ id="use3130" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -262.10547,133.02707 h 95.05859 v 10.86328 h -95.05859 z m 0,0"
+ id="path3134" />
+ <g
+ clip-path="url(#clip-9)"
+ id="g3138"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#a74a44"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -37.60093,-43.049999 H 3200418.6 V 365704.59 H -37.60093 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,62.426898,183.57159)"
+ id="path3136" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3142"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-19"
+ x="65.142807"
+ y="191.4169"
+ id="use3140" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3146"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-13"
+ x="69.501549"
+ y="191.4169"
+ id="use3144" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3150"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-20"
+ x="73.187943"
+ y="191.4169"
+ id="use3148" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3156"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-6"
+ x="76.874344"
+ y="191.4169"
+ id="use3152" />
+ <use
+ xlink:href="#glyph-1-7"
+ x="78.884117"
+ y="191.4169"
+ id="use3154" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3160"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-13"
+ x="81.233078"
+ y="191.4169"
+ id="use3158" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3164"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-10"
+ x="84.919479"
+ y="191.4169"
+ id="use3162" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3168"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-8"
+ x="86.5961"
+ y="191.4169"
+ id="use3166" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -123.94922,100.51535 0.0703,-9.87891"
+ id="path3170" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -126.77734,100.49582 c -0.008,0.9375 1.2539,1.70703 2.8164,1.71875 1.5625,0.0117 2.83203,-0.74219 2.83985,-1.67969 0.008,-0.9375 -1.25391,-1.70703 -2.81641,-1.71484 -1.5625,-0.0117 -2.83594,0.73828 -2.83984,1.67578 z m 0,0"
+ id="path3172" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -121.05078,90.65598 c 0.008,-0.9375 -1.25391,-1.70313 -2.81641,-1.71485 -1.5625,-0.0117 -2.83203,0.73829 -2.83984,1.67579 -0.008,0.9375 1.2539,1.70703 2.8164,1.71875 1.5625,0.0117 2.83594,-0.74219 2.83985,-1.67969 z m 0,0"
+ id="path3174" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -98.152346,100.51535 -0.0625,-9.875003"
+ id="path3176" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -95.32031,100.49582 c 0.004,0.9375 -1.25782,1.70703 -2.82032,1.71875 -1.5625,0.008 -2.83203,-0.74219 -2.83984,-1.67969 -0.004,-0.9375 1.25781,-1.70703 2.82031,-1.71484 1.5625,-0.0117 2.83203,0.73828 2.83985,1.67578 z m 0,0"
+ id="path3178" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -101.04297,90.65598 c -0.008,-0.9375 1.25391,-1.70313 2.81641,-1.71485 1.5625,-0.008 2.83593,0.74219 2.83984,1.67969 0.008,0.9375 -1.25391,1.70703 -2.81641,1.71485 -1.5625,0.0117 -2.83203,-0.74219 -2.83984,-1.67969 z m 0,0"
+ id="path3180" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -72.35156,100.46848 -0.0625,-9.828131"
+ id="path3182" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -69.52344,100.45285 c 0.008,0.9375 -1.2539,1.70313 -2.8164,1.71485 -1.5625,0.008 -2.83594,-0.74219 -2.83985,-1.67969 -0.008,-0.9375 1.25391,-1.70703 2.81641,-1.71484 1.5625,-0.0117 2.83594,0.74218 2.83984,1.67968 z m 0,0"
+ id="path3184" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -75.24609,90.65598 c -0.004,-0.9375 1.25781,-1.70313 2.82031,-1.71485 1.5625,-0.008 2.83203,0.74219 2.83984,1.67969 0.004,0.9375 -1.25781,1.70703 -2.8164,1.71485 -1.5625,0.0117 -2.83594,-0.74219 -2.84375,-1.67969 z m 0,0"
+ id="path3186" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -46.554691,100.4216 0.144531,-9.781253"
+ id="path3188" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -49.38281,100.38254 c -0.0117,0.9375 1.24218,1.71484 2.80468,1.73828 1.5625,0.0234 2.83985,-0.71875 2.85547,-1.65625 0.0117,-0.9375 -1.24218,-1.71484 -2.80468,-1.73828 -1.5625,-0.0234 -2.83985,0.71875 -2.85547,1.65625 z m 0,0"
+ id="path3190" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -43.58203,90.67942 c 0.0117,-0.9375 -1.24219,-1.71485 -2.80469,-1.73829 -1.5625,-0.0234 -2.83984,0.71875 -2.85547,1.65625 -0.0117,0.9375 1.24219,1.71485 2.80469,1.73829 1.5625,0.0234 2.83984,-0.71875 2.85547,-1.65625 z m 0,0"
+ id="path3192" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -123.94922,73.890352 -0.0625,-9.875008"
+ id="path3194" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -121.12109,73.87082 c 0.008,0.9375 -1.25391,1.70703 -2.81641,1.71485 -1.5625,0.0117 -2.83594,-0.73828 -2.83984,-1.67578 -0.008,-0.9375 1.2539,-1.70704 2.8164,-1.71875 1.5625,-0.008 2.83594,0.74218 2.83985,1.67968 z m 0,0"
+ id="path3196" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -126.83984,64.03098 c -0.008,-0.9375 1.2539,-1.70313 2.8164,-1.71484 1.5625,-0.0117 2.83203,0.74218 2.83985,1.67968 0.008,0.9375 -1.25391,1.70703 -2.81641,1.71485 -1.5625,0.0117 -2.83594,-0.74219 -2.83984,-1.67969 z m 0,0"
+ id="path3198" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -98.152346,73.890352 -0.187501,-9.875008"
+ id="path3200" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -95.32031,73.83567 c 0.0156,0.9375 -1.23438,1.72265 -2.79688,1.75 -1.5625,0.0312 -2.84375,-0.70313 -2.86328,-1.64063 -0.0156,-0.9375 1.23438,-1.72265 2.79688,-1.7539 1.5625,-0.0273 2.84375,0.70703 2.86328,1.64453 z m 0,0"
+ id="path3202" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -101.16797,64.06614 c -0.0195,-0.9336 1.23438,-1.71875 2.79688,-1.75 1.55859,-0.0312 2.83984,0.70703 2.85937,1.64453 0.0195,0.9375 -1.23437,1.71875 -2.79687,1.75 -1.5625,0.0312 -2.84375,-0.70703 -2.85938,-1.64453 z m 0,0"
+ id="path3204" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -72.35156,73.843477 -0.191406,-9.828133"
+ id="path3206" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -69.52344,73.78879 c 0.0195,0.9375 -1.23437,1.72266 -2.79687,1.75 -1.5625,0.0312 -2.84375,-0.70312 -2.85938,-1.64062 -0.0195,-0.9375 1.23438,-1.72266 2.79688,-1.75 1.55859,-0.0312 2.83984,0.70312 2.85937,1.64062 z m 0,0"
+ id="path3208" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -75.37109,64.07004 c -0.0156,-0.9375 1.23437,-1.72265 2.79687,-1.7539 1.5625,-0.0312 2.84375,0.70703 2.85938,1.64453 0.0195,0.9375 -1.23047,1.71875 -2.79297,1.75 -1.5625,0.0312 -2.84375,-0.70703 -2.86328,-1.64063 z m 0,0"
+ id="path3210" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -46.554691,73.796602 0.02344,-9.785164"
+ id="path3212" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -49.38281,73.78879 c 0,0.9375 1.26172,1.70313 2.82422,1.70703 1.5625,0.004 2.83203,-0.7539 2.83593,-1.6914 0,-0.9375 -1.26562,-1.69922 -2.82812,-1.70313 -1.5625,-0.004 -2.82813,0.75 -2.83203,1.6875 z m 0,0"
+ id="path3214" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -43.69922,64.01926 c 0,-0.9375 -1.26562,-1.69922 -2.82812,-1.70312 -1.5625,-0.004 -2.82813,0.7539 -2.83204,1.6914 0,0.9375 1.26172,1.69922 2.82422,1.70313 1.5625,0.004 2.83203,-0.75391 2.83594,-1.69141 z m 0,0"
+ id="path3216" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -98.152344,127.09348 -0.0625,-9.82813"
+ id="path3218" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -95.32031,127.07785 c 0.004,0.9375 -1.25782,1.70313 -2.82032,1.71485 -1.5625,0.008 -2.83203,-0.74219 -2.83984,-1.67969 -0.004,-0.9375 1.25781,-1.70703 2.82031,-1.71484 1.5625,-0.0117 2.83203,0.74218 2.83985,1.67968 z m 0,0"
+ id="path3220" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -101.04297,117.28488 c -0.008,-0.9375 1.25391,-1.70703 2.81641,-1.71875 1.5625,-0.008 2.83593,0.74219 2.83984,1.67969 0.008,0.9375 -1.25391,1.70703 -2.81641,1.71485 -1.5625,0.0117 -2.83203,-0.73829 -2.83984,-1.67579 z m 0,0"
+ id="path3222" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -72.35156,127.0466 -0.0625,-9.78126"
+ id="path3224" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -69.52344,127.03098 c 0.008,0.9375 -1.2539,1.70312 -2.8164,1.71484 -1.5625,0.0117 -2.83594,-0.74219 -2.83985,-1.67969 -0.008,-0.9375 1.25391,-1.70312 2.81641,-1.71484 1.5625,-0.0117 2.83594,0.74219 2.83984,1.67969 z m 0,0"
+ id="path3226" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -75.24609,117.28488 c -0.004,-0.9375 1.25781,-1.70703 2.82031,-1.71875 1.5625,-0.008 2.83203,0.74219 2.83984,1.67969 0.004,0.9375 -1.25781,1.70703 -2.8164,1.71485 -1.5625,0.0117 -2.83594,-0.73829 -2.84375,-1.67579 z m 0,0"
+ id="path3228" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -46.554691,127.14036 0.144531,-9.87892"
+ id="path3230" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -49.38281,127.10129 c -0.0117,0.9375 1.24218,1.71484 2.80468,1.73828 1.5625,0.0234 2.83985,-0.71875 2.85547,-1.65625 0.0117,-0.9375 -1.24218,-1.71484 -2.80468,-1.73828 -1.5625,-0.0234 -2.83985,0.71875 -2.85547,1.65625 z m 0,0"
+ id="path3232" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -43.58203,117.30442 c 0.0117,-0.9375 -1.24219,-1.71485 -2.80469,-1.73829 -1.5625,-0.0234 -2.83984,0.71875 -2.85547,1.65625 -0.0117,0.9375 1.24219,1.71485 2.80469,1.73829 1.5625,0.0234 2.83984,-0.71875 2.85547,-1.65625 z m 0,0"
+ id="path3234" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -132.78125,26.663791 h 95.05859 v 10.863281 h -95.05859 z m 0,0"
+ id="path3236" />
+ <g
+ clip-path="url(#clip-10)"
+ id="g3240"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -48.817107,-28.723695 H 3200407.4 V 365718.92 H -48.817107 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,191.75145,77.207884)"
+ id="path3238" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3246"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-11"
+ x="194.46736"
+ y="85.053207"
+ id="use3242" />
+ <use
+ xlink:href="#glyph-1-2"
+ x="199.49481"
+ y="85.053207"
+ id="use3244" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3250"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-12"
+ x="202.85168"
+ y="85.053207"
+ id="use3248" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3254"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-13"
+ x="208.21832"
+ y="85.053207"
+ id="use3252" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3258"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-7"
+ x="211.90472"
+ y="85.053207"
+ id="use3256" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3262"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-14"
+ x="214.25369"
+ y="85.053207"
+ id="use3260" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3266"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-8"
+ x="217.61055"
+ y="85.053207"
+ id="use3264" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3270"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-15"
+ x="219.28717"
+ y="85.053207"
+ id="use3268" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3274"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-4"
+ x="223.64592"
+ y="85.053207"
+ id="use3272" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3278"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-2"
+ x="225.32254"
+ y="85.053207"
+ id="use3276" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3282"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-7"
+ x="228.6794"
+ y="85.053207"
+ id="use3280" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3286"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-16"
+ x="231.02837"
+ y="85.053207"
+ id="use3284" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3290"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-7"
+ x="234.38524"
+ y="85.053207"
+ id="use3288" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3294"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-17"
+ x="236.73419"
+ y="85.053207"
+ id="use3292" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3298"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-18"
+ x="240.09106"
+ y="85.053207"
+ id="use3296" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3302"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-14"
+ x="243.77747"
+ y="85.053207"
+ id="use3300" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g3306"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-1-8"
+ x="247.13432"
+ y="85.053207"
+ id="use3304" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -123.94922,46.023165 V 38.952847"
+ id="path3308" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -125.36328,44.136448 1.41406,2.832031 1.41406,-2.832031 z m 0,0"
+ id="path3310" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -122.53516,40.835666 -1.41406,-2.828125 -1.41406,2.828125 z m 0,0"
+ id="path3312" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -98.152349,46.023165 V 38.952847"
+ id="path3314" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -99.56641,44.136448 1.41407,2.832031 1.41796,-2.832031 z m 0,0"
+ id="path3316" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -96.73438,40.835666 -1.41796,-2.828125 -1.41407,2.828125 z m 0,0"
+ id="path3318" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -72.35156,46.023165 V 38.952847"
+ id="path3320" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -73.76563,44.136448 1.41407,2.832031 1.41406,-2.832031 z m 0,0"
+ id="path3322" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -70.9375,40.835666 -1.41406,-2.828125 -1.41407,2.828125 z m 0,0"
+ id="path3324" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -46.554691,46.023165 V 38.952847"
+ id="path3326" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -47.96875,44.136448 1.41406,2.832031 1.41406,-2.832031 z m 0,0"
+ id="path3328" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -45.14063,40.835666 -1.41406,-2.828125 -1.41406,2.828125 z m 0,0"
+ id="path3330" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -115.11718,135.51535 h 8.13281"
+ id="path3332" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -115.11719,138.34348 c -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.82813 -1.69531,2.82813 z m 0,0"
+ id="path3334" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -106.98438,132.68723 c 0.9375,0 1.69532,1.26562 1.69532,2.82812 0,1.5625 -0.75782,2.82813 -1.69532,2.82813 -0.9375,0 -1.69921,-1.26563 -1.69921,-2.82813 0,-1.5625 0.76171,-2.82812 1.69921,-2.82812 z m 0,0"
+ id="path3336" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -89.320314,135.51535 h 8.13282"
+ id="path3338" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -89.32031,138.34348 c -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 z m 0,0"
+ id="path3340" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -81.1875,132.68723 c 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 -0.9375,0 -1.69531,-1.26563 -1.69531,-2.82813 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 z m 0,0"
+ id="path3342" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -63.523433,135.51535 h 8.136725"
+ id="path3344" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -63.52344,138.34348 c -0.9375,0 -1.69531,-1.26563 -1.69531,-2.82813 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 z m 0,0"
+ id="path3346" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -55.38672,132.68723 c 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.82813 -1.69531,2.82813 -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 z m 0,0"
+ id="path3348" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -132.78125,131.71457 h 17.66406 v 7.60156 h -17.66406 z m 0,0"
+ id="path3350" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3360"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="195.24112"
+ y="188.17169"
+ id="use3352" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="199.05501"
+ y="188.17169"
+ id="use3354" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="202.28271"
+ y="188.17169"
+ id="use3356" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="206.09662"
+ y="188.17169"
+ id="use3358" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -132.78125,127.14035 h 17.66406 v 4.57422 h -17.66406 z m 0,0"
+ id="path3362" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -132.78125,139.31613 h 17.78906 v 4.57422 h -17.78906 z m 0,0"
+ id="path3364" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -106.98047,131.71457 h 17.66016 v 7.60156 h -17.66016 z m 0,0"
+ id="path3366" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3376"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="221.03979"
+ y="188.17169"
+ id="use3368" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="224.85368"
+ y="188.17169"
+ id="use3370" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="228.08139"
+ y="188.17169"
+ id="use3372" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="231.89529"
+ y="188.17169"
+ id="use3374" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -106.98047,127.09348 h 17.66016 v 4.57422 h -17.66016 z m 0,0"
+ id="path3378" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -107.10938,139.31613 h 17.78907 v 4.57422 h -17.78907 z m 0,0"
+ id="path3380" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -81.18359,131.71457 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3382" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3392"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="246.83847"
+ y="188.17169"
+ id="use3384" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="250.65236"
+ y="188.17169"
+ id="use3386" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="253.88007"
+ y="188.17169"
+ id="use3388" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="257.69397"
+ y="188.17169"
+ id="use3390" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -81.18359,127.0466 h 17.66015 v 4.57422 h -17.66015 z m 0,0"
+ id="path3394" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -81.30859,139.31613 h 17.78515 v 4.57422 h -17.78515 z m 0,0"
+ id="path3396" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -55.38281,131.71457 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3398" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3408"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="272.63712"
+ y="188.17169"
+ id="use3400" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="276.45099"
+ y="188.17169"
+ id="use3402" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="279.67871"
+ y="188.17169"
+ id="use3404" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="283.49261"
+ y="188.17169"
+ id="use3406" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -55.38281,127.14035 h 17.66015 v 4.57422 h -17.66015 z m 0,0"
+ id="path3410" />
+ <g
+ clip-path="url(#clip-11)"
+ id="g3414"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m 269.22656,189.85937 h 17.78516 v 4.57422 h -17.78516 z m 0,0"
+ id="path3412" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -115.11719,108.89036 h 8.13282"
+ id="path3416" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -115.11719,111.71848 c -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.82813 -1.69531,2.82813 z m 0,0"
+ id="path3418" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -106.98438,106.06223 c 0.9375,0 1.69532,1.26562 1.69532,2.82812 0,1.5625 -0.75782,2.82813 -1.69532,2.82813 -0.9375,0 -1.69921,-1.26563 -1.69921,-2.82813 0,-1.5625 0.76171,-2.82812 1.69921,-2.82812 z m 0,0"
+ id="path3420" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -89.320314,108.89036 h 8.13282"
+ id="path3422" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -89.32031,111.71848 c -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 z m 0,0"
+ id="path3424" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -81.1875,106.06223 c 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 -0.9375,0 -1.69531,-1.26563 -1.69531,-2.82813 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 z m 0,0"
+ id="path3426" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -63.523435,108.89036 h 8.136725"
+ id="path3428" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -63.52344,111.71848 c -0.9375,0 -1.69531,-1.26563 -1.69531,-2.82813 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 z m 0,0"
+ id="path3430" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -55.38672,106.06223 c 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.82813 -1.69531,2.82813 -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 z m 0,0"
+ id="path3432" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -132.78125,105.08957 h 17.66406 v 7.60156 h -17.66406 z m 0,0"
+ id="path3434" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3444"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="195.24107"
+ y="161.54604"
+ id="use3436" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="199.05498"
+ y="161.54604"
+ id="use3438" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="202.28268"
+ y="161.54604"
+ id="use3440" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="206.09657"
+ y="161.54604"
+ id="use3442" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -132.78125,100.51535 h 17.66406 v 4.57422 h -17.66406 z m 0,0"
+ id="path3446" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -132.78125,112.69113 h 17.78906 v 4.57422 h -17.78906 z m 0,0"
+ id="path3448" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -106.98047,105.08957 h 17.66016 v 7.60156 h -17.66016 z m 0,0"
+ id="path3450" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3460"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="221.03975"
+ y="161.54604"
+ id="use3452" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="224.85365"
+ y="161.54604"
+ id="use3454" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="228.08136"
+ y="161.54604"
+ id="use3456" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="231.89525"
+ y="161.54604"
+ id="use3458" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -106.98047,100.51535 h 17.66016 v 4.57422 h -17.66016 z m 0,0"
+ id="path3462" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -107.10938,112.69113 h 17.78907 v 4.57422 h -17.78907 z m 0,0"
+ id="path3464" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -81.18359,105.08957 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3466" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3476"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="246.83842"
+ y="161.54604"
+ id="use3468" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="250.65233"
+ y="161.54604"
+ id="use3470" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="253.88004"
+ y="161.54604"
+ id="use3472" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="257.69394"
+ y="161.54604"
+ id="use3474" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -81.18359,100.46848 h 17.66015 v 4.57422 h -17.66015 z m 0,0"
+ id="path3478" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -81.30859,112.69113 h 17.78515 v 4.57422 h -17.78515 z m 0,0"
+ id="path3480" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -55.38281,105.08957 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3482" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3492"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="272.63712"
+ y="161.54604"
+ id="use3484" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="276.45099"
+ y="161.54604"
+ id="use3486" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="279.67871"
+ y="161.54604"
+ id="use3488" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="283.49261"
+ y="161.54604"
+ id="use3490" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -55.38281,100.4216 h 17.66015 v 4.57422 h -17.66015 z m 0,0"
+ id="path3494" />
+ <g
+ clip-path="url(#clip-12)"
+ id="g3498"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m 269.22656,163.23437 h 17.78516 v 4.57422 h -17.78516 z m 0,0"
+ id="path3496" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -115.11719,82.265354 h 8.13282"
+ id="path3500" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -115.11719,85.09348 c -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.82813 -1.69531,2.82813 z m 0,0"
+ id="path3502" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -106.98438,79.43723 c 0.9375,0 1.69532,1.26562 1.69532,2.82812 0,1.5625 -0.75782,2.82813 -1.69532,2.82813 -0.9375,0 -1.69921,-1.26563 -1.69921,-2.82813 0,-1.5625 0.76171,-2.82812 1.69921,-2.82812 z m 0,0"
+ id="path3504" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -89.320314,82.265354 h 8.13282"
+ id="path3506" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -89.32031,85.09348 c -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 z m 0,0"
+ id="path3508" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -81.1875,79.43723 c 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 -0.9375,0 -1.69531,-1.26563 -1.69531,-2.82813 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 z m 0,0"
+ id="path3510" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -63.523435,82.265354 h 8.136725"
+ id="path3512" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -63.52344,85.09348 c -0.9375,0 -1.69531,-1.26563 -1.69531,-2.82813 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.82813 -1.69922,2.82813 z m 0,0"
+ id="path3514" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -55.38672,79.43723 c 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.82813 -1.69531,2.82813 -0.9375,0 -1.69922,-1.26563 -1.69922,-2.82813 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 z m 0,0"
+ id="path3516" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -132.78125,78.46457 h 17.66406 v 7.60156 h -17.66406 z m 0,0"
+ id="path3518" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3528"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="195.24107"
+ y="134.92033"
+ id="use3520" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="199.05498"
+ y="134.92033"
+ id="use3522" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="202.28268"
+ y="134.92033"
+ id="use3524" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="206.09657"
+ y="134.92033"
+ id="use3526" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -132.78125,73.89035 h 17.66406 v 4.57422 h -17.66406 z m 0,0"
+ id="path3530" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -132.78125,86.06613 h 17.78906 v 4.57422 h -17.78906 z m 0,0"
+ id="path3532" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -106.98047,78.46457 h 17.66016 v 7.60156 h -17.66016 z m 0,0"
+ id="path3534" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3544"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="221.03975"
+ y="134.92033"
+ id="use3536" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="224.85365"
+ y="134.92033"
+ id="use3538" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="228.08136"
+ y="134.92033"
+ id="use3540" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="231.89525"
+ y="134.92033"
+ id="use3542" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -106.98047,73.89035 h 17.66016 v 4.57422 h -17.66016 z m 0,0"
+ id="path3546" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -107.10938,86.06613 h 17.78907 v 4.57422 h -17.78907 z m 0,0"
+ id="path3548" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -81.18359,78.46457 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3550" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3560"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="246.83842"
+ y="134.92033"
+ id="use3552" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="250.65233"
+ y="134.92033"
+ id="use3554" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="253.88004"
+ y="134.92033"
+ id="use3556" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="257.69394"
+ y="134.92033"
+ id="use3558" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -81.18359,73.84348 h 17.66015 v 4.57422 h -17.66015 z m 0,0"
+ id="path3562" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -81.30859,86.06613 h 17.78515 v 4.57422 h -17.78515 z m 0,0"
+ id="path3564" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -55.38281,78.46457 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3566" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3576"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="272.63712"
+ y="134.92033"
+ id="use3568" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="276.45099"
+ y="134.92033"
+ id="use3570" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="279.67871"
+ y="134.92033"
+ id="use3572" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="283.49261"
+ y="134.92033"
+ id="use3574" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -55.38281,73.7966 h 17.66015 v 4.57422 h -17.66015 z m 0,0"
+ id="path3578" />
+ <g
+ clip-path="url(#clip-13)"
+ id="g3582"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m 269.22656,136.60937 h 17.78516 v 4.57422 h -17.78516 z m 0,0"
+ id="path3580" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -115.11719,55.777075 h 8.13282"
+ id="path3584" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -115.11719,58.6091 c -0.9375,0 -1.69922,-1.26953 -1.69922,-2.83203 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.83203 -1.69531,2.83203 z m 0,0"
+ id="path3586" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -106.98438,52.94895 c 0.9375,0 1.69532,1.26562 1.69532,2.82812 0,1.5625 -0.75782,2.83203 -1.69532,2.83203 -0.9375,0 -1.69921,-1.26953 -1.69921,-2.83203 0,-1.5625 0.76171,-2.82812 1.69921,-2.82812 z m 0,0"
+ id="path3588" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -89.320314,55.777075 h 8.13282"
+ id="path3590" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -89.32031,58.6091 c -0.9375,0 -1.69922,-1.26953 -1.69922,-2.83203 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.83203 -1.69922,2.83203 z m 0,0"
+ id="path3592" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -81.1875,52.94895 c 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.83203 -1.69922,2.83203 -0.9375,0 -1.69531,-1.26953 -1.69531,-2.83203 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 z m 0,0"
+ id="path3594" />
+ <path
+ fill="none"
+ stroke-width="1.13163"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -63.523435,55.777075 h 8.136725"
+ id="path3596" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -63.52344,58.6091 c -0.9375,0 -1.69531,-1.26953 -1.69531,-2.83203 0,-1.5625 0.75781,-2.82812 1.69531,-2.82812 0.9375,0 1.69922,1.26562 1.69922,2.82812 0,1.5625 -0.76172,2.83203 -1.69922,2.83203 z m 0,0"
+ id="path3598" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m -55.38672,52.94895 c 0.9375,0 1.69531,1.26562 1.69531,2.82812 0,1.5625 -0.75781,2.83203 -1.69531,2.83203 -0.9375,0 -1.69922,-1.26953 -1.69922,-2.83203 0,-1.5625 0.76172,-2.82812 1.69922,-2.82812 z m 0,0"
+ id="path3600" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -132.78125,51.97629 h 17.66406 v 7.60156 h -17.66406 z m 0,0"
+ id="path3602" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3612"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="195.24107"
+ y="108.43371"
+ id="use3604" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="199.05498"
+ y="108.43371"
+ id="use3606" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="202.28268"
+ y="108.43371"
+ id="use3608" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="206.09657"
+ y="108.43371"
+ id="use3610" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -132.78125,47.402072 h 17.66406 v 4.574218 h -17.66406 z m 0,0"
+ id="path3614" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -132.90625,59.44114 h 17.78906 v 4.57421 h -17.78906 z m 0,0"
+ id="path3616" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -106.98047,51.97629 h 17.66016 v 7.60156 h -17.66016 z m 0,0"
+ id="path3618" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3628"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="221.03975"
+ y="108.43371"
+ id="use3620" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="224.85365"
+ y="108.43371"
+ id="use3622" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="228.08136"
+ y="108.43371"
+ id="use3624" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="231.89525"
+ y="108.43371"
+ id="use3626" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -106.98047,47.402072 h 17.66016 v 4.574218 h -17.66016 z m 0,0"
+ id="path3630" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -107.23438,59.44114 h 17.78907 v 4.57421 h -17.78907 z m 0,0"
+ id="path3632" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -81.18359,51.97629 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3634" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3644"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="246.83842"
+ y="108.43371"
+ id="use3636" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="250.65233"
+ y="108.43371"
+ id="use3638" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="253.88004"
+ y="108.43371"
+ id="use3640" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="257.69394"
+ y="108.43371"
+ id="use3642" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -81.18359,47.355198 h 17.66015 v 4.574222 h -17.66015 z m 0,0"
+ id="path3646" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -81.43359,59.44114 h 17.78515 v 4.57421 h -17.78515 z m 0,0"
+ id="path3648" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m -55.38281,51.97629 h 17.66015 v 7.60156 h -17.66015 z m 0,0"
+ id="path3650" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3660"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-2-1"
+ x="272.63712"
+ y="108.43371"
+ id="use3652" />
+ <use
+ xlink:href="#glyph-2-2"
+ x="276.45099"
+ y="108.43371"
+ id="use3654" />
+ <use
+ xlink:href="#glyph-2-3"
+ x="279.67871"
+ y="108.43371"
+ id="use3656" />
+ <use
+ xlink:href="#glyph-2-4"
+ x="283.49261"
+ y="108.43371"
+ id="use3658" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m -55.38281,47.312229 h 17.66015 v 4.570311 h -17.66015 z m 0,0"
+ id="path3662" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m -55.43359,59.44114 h 17.78906 v 4.57421 h -17.78906 z m 0,0"
+ id="path3664" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -132.90625,47.312228 h 17.91408 v 16.703139 h -17.91408 z m 0,0"
+ id="path3666" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -107.23438,47.312228 h 17.914082 v 16.703139 h -17.914082 z m 0,0"
+ id="path3668" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -81.433596,47.42551 h 17.91017 v 16.703139 h -17.91017 z m 0,0"
+ id="path3670" />
+ <g
+ clip-path="url(#clip-14)"
+ id="g3674"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -2.03198,-34.908451 H 603133.06 V 562330.04 H -2.03198 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,268.89459,97.969787)"
+ id="path3672" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -132.78125,73.890352 h 17.66408 v 16.750014 h -17.66408 z m 0,0"
+ id="path3676" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -106.92969,73.890352 h 17.660169 v 16.750014 h -17.660169 z m 0,0"
+ id="path3678" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -81.246098,73.890352 h 17.660171 v 16.750014 h -17.660171 z m 0,0"
+ id="path3680" />
+ <g
+ clip-path="url(#clip-15)"
+ id="g3684"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 35.006729,-3.46288 H 594621.52 V 563939.68 H 35.006729 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,269.1474,124.38682)"
+ id="path3682" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -132.78125,100.51535 h 17.78908 v 16.75002 h -17.78908 z m 0,0"
+ id="path3686" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -107.12109,100.56223 h 17.789079 v 16.75001 h -17.789079 z m 0,0"
+ id="path3688" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -81.433596,100.4216 h 17.78517 v 16.75002 h -17.78517 z m 0,0"
+ id="path3690" />
+ <g
+ clip-path="url(#clip-16)"
+ id="g3694"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 35.006729,8.730547 H 598830.05 V 563951.87 H 35.006729 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,269.1474,151.10521)"
+ id="path3692" />
+ </g>
+ <g
+ clip-path="url(#clip-17)"
+ id="g3698"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="31750"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -31.329011,-37.533463 H 598895.23 V 563905.61 H -31.329011 Z m 0,0"
+ transform="matrix(2.97016e-5,0,0,2.97016e-5,269.09859,177.68471)"
+ id="path3696" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -81.433596,127.0466 h 17.78517 v 16.75002 h -17.78517 z m 0,0"
+ id="path3700" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -107.12109,127.0466 h 17.789079 v 16.75002 h -17.789079 z m 0,0"
+ id="path3702" />
+ <path
+ fill="none"
+ stroke-width="0.943026"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m -132.84375,127.0466 h 17.78908 v 16.75002 h -17.78908 z m 0,0"
+ id="path3704" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3714"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-1"
+ x="99.758003"
+ y="212.94701"
+ id="use3706" />
+ <use
+ xlink:href="#glyph-3-2"
+ x="104.18938"
+ y="212.94701"
+ id="use3708" />
+ <use
+ xlink:href="#glyph-3-3"
+ x="106.40506"
+ y="212.94701"
+ id="use3710" />
+ <use
+ xlink:href="#glyph-3-4"
+ x="110.39011"
+ y="212.94701"
+ id="use3712" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3720"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-5"
+ x="115.17217"
+ y="212.94701"
+ id="use3716" />
+ <use
+ xlink:href="#glyph-3-4"
+ x="119.15723"
+ y="212.94701"
+ id="use3718" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3752"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-6"
+ x="129.51836"
+ y="212.94701"
+ id="use3722" />
+ <use
+ xlink:href="#glyph-3-2"
+ x="135.27277"
+ y="212.94701"
+ id="use3724" />
+ <use
+ xlink:href="#glyph-3-3"
+ x="137.48845"
+ y="212.94701"
+ id="use3726" />
+ <use
+ xlink:href="#glyph-3-7"
+ x="141.4735"
+ y="212.94701"
+ id="use3728" />
+ <use
+ xlink:href="#glyph-3-8"
+ x="145.45856"
+ y="212.94701"
+ id="use3730" />
+ <use
+ xlink:href="#glyph-3-9"
+ x="147.67424"
+ y="212.94701"
+ id="use3732" />
+ <use
+ xlink:href="#glyph-3-10"
+ x="151.65929"
+ y="212.94701"
+ id="use3734" />
+ <use
+ xlink:href="#glyph-3-11"
+ x="154.31334"
+ y="212.94701"
+ id="use3736" />
+ <use
+ xlink:href="#glyph-3-12"
+ x="158.29839"
+ y="212.94701"
+ id="use3738" />
+ <use
+ xlink:href="#glyph-3-13"
+ x="161.83711"
+ y="212.94701"
+ id="use3740" />
+ <use
+ xlink:href="#glyph-3-12"
+ x="164.49115"
+ y="212.94701"
+ id="use3742" />
+ <use
+ xlink:href="#glyph-3-8"
+ x="168.02988"
+ y="212.94701"
+ id="use3744" />
+ <use
+ xlink:href="#glyph-3-8"
+ x="170.24556"
+ y="212.94701"
+ id="use3746" />
+ <use
+ xlink:href="#glyph-3-14"
+ x="172.46126"
+ y="212.94701"
+ id="use3748" />
+ <use
+ xlink:href="#glyph-3-8"
+ x="175.99997"
+ y="212.94701"
+ id="use3750" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3768"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-15"
+ x="181.0052"
+ y="212.94701"
+ id="use3754" />
+ <use
+ xlink:href="#glyph-3-16"
+ x="184.54393"
+ y="212.94701"
+ id="use3756" />
+ <use
+ xlink:href="#glyph-3-17"
+ x="188.52898"
+ y="212.94701"
+ id="use3758" />
+ <use
+ xlink:href="#glyph-3-11"
+ x="194.72971"
+ y="212.94701"
+ id="use3760" />
+ <use
+ xlink:href="#glyph-3-18"
+ x="198.71477"
+ y="212.94701"
+ id="use3762" />
+ <use
+ xlink:href="#glyph-3-19"
+ x="202.69981"
+ y="212.94701"
+ id="use3764" />
+ <use
+ xlink:href="#glyph-3-14"
+ x="204.9155"
+ y="212.94701"
+ id="use3766" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3790"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-11"
+ x="211.24376"
+ y="212.94701"
+ id="use3770" />
+ <use
+ xlink:href="#glyph-3-12"
+ x="215.22881"
+ y="212.94701"
+ id="use3772" />
+ <use
+ xlink:href="#glyph-3-13"
+ x="218.76753"
+ y="212.94701"
+ id="use3774" />
+ <use
+ xlink:href="#glyph-3-12"
+ x="221.42157"
+ y="212.94701"
+ id="use3776" />
+ <use
+ xlink:href="#glyph-3-20"
+ x="224.9603"
+ y="212.94701"
+ id="use3778" />
+ <use
+ xlink:href="#glyph-3-2"
+ x="228.94536"
+ y="212.94701"
+ id="use3780" />
+ <use
+ xlink:href="#glyph-3-3"
+ x="231.16104"
+ y="212.94701"
+ id="use3782" />
+ <use
+ xlink:href="#glyph-3-17"
+ x="235.14609"
+ y="212.94701"
+ id="use3784" />
+ <use
+ xlink:href="#glyph-3-21"
+ x="241.34683"
+ y="212.94701"
+ id="use3786" />
+ <use
+ xlink:href="#glyph-3-4"
+ x="244.44719"
+ y="212.94701"
+ id="use3788" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3806"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-1"
+ x="58.926998"
+ y="241.28"
+ id="use3792" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="64.355423"
+ y="241.28"
+ id="use3794" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="67.069633"
+ y="241.28"
+ id="use3796" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="71.951309"
+ y="241.28"
+ id="use3798" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="76.286232"
+ y="241.28"
+ id="use3800" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="79.000443"
+ y="241.28"
+ id="use3802" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="81.714653"
+ y="241.28"
+ id="use3804" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3810"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-7"
+ x="85.95195"
+ y="241.28"
+ id="use3808" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3828"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="91.253448"
+ y="241.28"
+ id="use3812" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="93.967659"
+ y="241.28"
+ id="use3814" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="97.218849"
+ y="241.28"
+ id="use3816" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="101.55378"
+ y="241.28"
+ id="use3818" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="104.26799"
+ y="241.28"
+ id="use3820" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="109.14966"
+ y="241.28"
+ id="use3822" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="111.86388"
+ y="241.28"
+ id="use3824" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="116.74554"
+ y="241.28"
+ id="use3826" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3846"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="124.48788"
+ y="241.28"
+ id="use3830" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="127.73907"
+ y="241.28"
+ id="use3832" />
+ <use
+ xlink:href="#glyph-4-12"
+ x="132.07401"
+ y="241.28"
+ id="use3834" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="136.95567"
+ y="241.28"
+ id="use3836" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="141.83736"
+ y="241.28"
+ id="use3838" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="144.55156"
+ y="241.28"
+ id="use3840" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="147.80275"
+ y="241.28"
+ id="use3842" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="152.13768"
+ y="241.28"
+ id="use3844" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3850"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="158.79628"
+ y="241.28"
+ id="use3848" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3872"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="166.00163"
+ y="241.28"
+ id="use3852" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="169.79958"
+ y="241.28"
+ id="use3854" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="172.51379"
+ y="241.28"
+ id="use3856" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="177.39546"
+ y="241.28"
+ id="use3858" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="182.27715"
+ y="241.28"
+ id="use3860" />
+ <use
+ xlink:href="#glyph-4-15"
+ x="184.99135"
+ y="241.28"
+ id="use3862" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="190.41977"
+ y="241.28"
+ id="use3864" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="194.7547"
+ y="241.28"
+ id="use3866" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="199.08963"
+ y="241.28"
+ id="use3868" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="203.9713"
+ y="241.28"
+ id="use3870" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3886"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="209.54617"
+ y="241.28"
+ id="use3874" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="213.8811"
+ y="241.28"
+ id="use3876" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="221.47697"
+ y="241.28"
+ id="use3878" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="226.35866"
+ y="241.28"
+ id="use3880" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="231.24033"
+ y="241.28"
+ id="use3882" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="236.12201"
+ y="241.28"
+ id="use3884" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3892"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="241.69687"
+ y="241.28"
+ id="use3888" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="246.57855"
+ y="241.28"
+ id="use3890" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3908"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-5"
+ x="252.70016"
+ y="241.28"
+ id="use3894" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="255.41438"
+ y="241.28"
+ id="use3896" />
+ <use
+ xlink:href="#glyph-4-20"
+ x="259.7493"
+ y="241.28"
+ id="use3898" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="264.63098"
+ y="241.28"
+ id="use3900" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="268.96591"
+ y="241.28"
+ id="use3902" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="271.68011"
+ y="241.28"
+ id="use3904" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="276.01505"
+ y="241.28"
+ id="use3906" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3918"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-21"
+ x="283.75739"
+ y="241.28"
+ id="use3910" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="288.63904"
+ y="241.28"
+ id="use3912" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="292.97397"
+ y="241.28"
+ id="use3914" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="295.6882"
+ y="241.28"
+ id="use3916" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3946"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="48.634998"
+ y="253.235"
+ id="use3920" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="52.018898"
+ y="253.235"
+ id="use3922" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="57.099823"
+ y="253.235"
+ id="use3924" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="61.611687"
+ y="253.235"
+ id="use3926" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="64.995583"
+ y="253.235"
+ id="use3928" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="67.82058"
+ y="253.235"
+ id="use3930" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="70.645569"
+ y="253.235"
+ id="use3932" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="75.157433"
+ y="253.235"
+ id="use3934" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="80.238358"
+ y="253.235"
+ id="use3936" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="83.063354"
+ y="253.235"
+ id="use3938" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="87.575218"
+ y="253.235"
+ id="use3940" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="90.959114"
+ y="253.235"
+ id="use3942" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="93.784111"
+ y="253.235"
+ id="use3944" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3954"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="102.49281"
+ y="253.235"
+ id="use3948" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="105.87671"
+ y="253.235"
+ id="use3950" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="110.95764"
+ y="253.235"
+ id="use3952" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3966"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-13"
+ x="117.95915"
+ y="253.235"
+ id="use3956" />
+ <use
+ xlink:href="#glyph-5-14"
+ x="125.29601"
+ y="253.235"
+ id="use3958" />
+ <use
+ xlink:href="#glyph-5-14"
+ x="132.63287"
+ y="253.235"
+ id="use3960" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="139.96973"
+ y="253.235"
+ id="use3962" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="143.92268"
+ y="253.235"
+ id="use3964" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3972"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="150.93436"
+ y="253.235"
+ id="use3968" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="155.44623"
+ y="253.235"
+ id="use3970" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3982"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="163.02696"
+ y="253.235"
+ id="use3974" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="170.36383"
+ y="253.235"
+ id="use3976" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="174.87569"
+ y="253.235"
+ id="use3978" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="177.70068"
+ y="253.235"
+ id="use3980" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g3988"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="184.1433"
+ y="253.235"
+ id="use3984" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="188.65517"
+ y="253.235"
+ id="use3986" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4012"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="196.2359"
+ y="253.235"
+ id="use3990" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="200.74776"
+ y="253.235"
+ id="use3992" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="205.82869"
+ y="253.235"
+ id="use3994" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="213.7346"
+ y="253.235"
+ id="use3996" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="218.81554"
+ y="253.235"
+ id="use3998" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="223.89645"
+ y="253.235"
+ id="use4000" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="226.72145"
+ y="253.235"
+ id="use4002" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="231.23332"
+ y="253.235"
+ id="use4004" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="234.05832"
+ y="253.235"
+ id="use4006" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="236.8833"
+ y="253.235"
+ id="use4008" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="241.96423"
+ y="253.235"
+ id="use4010" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4020"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="250.67294"
+ y="253.235"
+ id="use4014" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="254.05684"
+ y="253.235"
+ id="use4016" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="259.13776"
+ y="253.235"
+ id="use4018" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4038"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="266.13928"
+ y="253.235"
+ id="use4022" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="274.0452"
+ y="253.235"
+ id="use4024" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="279.12613"
+ y="253.235"
+ id="use4026" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="281.95111"
+ y="253.235"
+ id="use4028" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="284.77612"
+ y="253.235"
+ id="use4030" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="287.6011"
+ y="253.235"
+ id="use4032" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="292.68204"
+ y="253.235"
+ id="use4034" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="295.50702"
+ y="253.235"
+ id="use4036" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4060"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="48.964001"
+ y="265.19"
+ id="use4040" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="51.788994"
+ y="265.19"
+ id="use4042" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="54.613991"
+ y="265.19"
+ id="use4044" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="59.125851"
+ y="265.19"
+ id="use4046" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="62.50975"
+ y="265.19"
+ id="use4048" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="67.021614"
+ y="265.19"
+ id="use4050" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="69.846603"
+ y="265.19"
+ id="use4052" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="72.6716"
+ y="265.19"
+ id="use4054" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="77.752525"
+ y="265.19"
+ id="use4056" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="82.83345"
+ y="265.19"
+ id="use4058" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4066"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="90.546295"
+ y="265.19"
+ id="use4062" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="95.627228"
+ y="265.19"
+ id="use4064" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4090"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="102.78117"
+ y="265.19"
+ id="use4068" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="107.86209"
+ y="265.19"
+ id="use4070" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="112.37395"
+ y="265.19"
+ id="use4072" />
+ <use
+ xlink:href="#glyph-5-22"
+ x="116.88582"
+ y="265.19"
+ id="use4074" />
+ <use
+ xlink:href="#glyph-5-23"
+ x="121.96674"
+ y="265.19"
+ id="use4076" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="125.35064"
+ y="265.19"
+ id="use4078" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="130.43156"
+ y="265.19"
+ id="use4080" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="133.81546"
+ y="265.19"
+ id="use4082" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="138.89639"
+ y="265.19"
+ id="use4084" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="143.97731"
+ y="265.19"
+ id="use4086" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="148.48918"
+ y="265.19"
+ id="use4088" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4102"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="153.5193"
+ y="265.19"
+ id="use4092" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="158.03116"
+ y="265.19"
+ id="use4094" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="160.85616"
+ y="265.19"
+ id="use4096" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="163.68115"
+ y="265.19"
+ id="use4098" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="168.76207"
+ y="265.19"
+ id="use4100" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4108"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="177.60289"
+ y="265.19"
+ id="use4104" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="180.42787"
+ y="265.19"
+ id="use4106" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4128"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="189.26869"
+ y="265.19"
+ id="use4110" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="194.34961"
+ y="265.19"
+ id="use4112" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="198.86148"
+ y="265.19"
+ id="use4114" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="201.68648"
+ y="265.19"
+ id="use4116" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="206.19833"
+ y="265.19"
+ id="use4118" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="209.58223"
+ y="265.19"
+ id="use4120" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="217.48816"
+ y="265.19"
+ id="use4122" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="220.31314"
+ y="265.19"
+ id="use4124" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="225.39407"
+ y="265.19"
+ id="use4126" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4136"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="233.67598"
+ y="265.19"
+ id="use4130" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="236.50098"
+ y="265.19"
+ id="use4132" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="241.58191"
+ y="265.19"
+ id="use4134" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4140"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-27"
+ x="249.85365"
+ y="265.19"
+ id="use4138" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4150"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="254.68053"
+ y="265.19"
+ id="use4142" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="259.19238"
+ y="265.19"
+ id="use4144" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="262.0174"
+ y="265.19"
+ id="use4146" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="267.09833"
+ y="265.19"
+ id="use4148" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4156"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="275.38022"
+ y="265.19"
+ id="use4152" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="280.46115"
+ y="265.19"
+ id="use4154" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4164"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="287.60492"
+ y="265.19"
+ id="use4158" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="290.42993"
+ y="265.19"
+ id="use4160" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="295.51086"
+ y="265.19"
+ id="use4162" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4182"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="48.605"
+ y="277.14499"
+ id="use4166" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="55.941856"
+ y="277.14499"
+ id="use4168" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="60.45372"
+ y="277.14499"
+ id="use4170" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="63.278713"
+ y="277.14499"
+ id="use4172" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="68.359642"
+ y="277.14499"
+ id="use4174" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="73.440567"
+ y="277.14499"
+ id="use4176" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="76.265564"
+ y="277.14499"
+ id="use4178" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="80.218521"
+ y="277.14499"
+ id="use4180" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4194"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-29"
+ x="86.264824"
+ y="277.14499"
+ id="use4184" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="92.473717"
+ y="277.14499"
+ id="use4186" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="97.554642"
+ y="277.14499"
+ id="use4188" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="102.06651"
+ y="277.14499"
+ id="use4190" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="105.4504"
+ y="277.14499"
+ id="use4192" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4200"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="113.4681"
+ y="277.14499"
+ id="use4196" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="116.2931"
+ y="277.14499"
+ id="use4198" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4218"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="123.7519"
+ y="277.14499"
+ id="use4202" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="128.83282"
+ y="277.14499"
+ id="use4204" />
+ <use
+ xlink:href="#glyph-5-23"
+ x="133.91374"
+ y="277.14499"
+ id="use4206" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="137.29764"
+ y="277.14499"
+ id="use4208" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="142.37857"
+ y="277.14499"
+ id="use4210" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="147.4595"
+ y="277.14499"
+ id="use4212" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="150.28448"
+ y="277.14499"
+ id="use4214" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="155.36542"
+ y="277.14499"
+ id="use4216" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4236"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-4"
+ x="163.96234"
+ y="277.14499"
+ id="use4220" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="167.34624"
+ y="277.14499"
+ id="use4222" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="171.85811"
+ y="277.14499"
+ id="use4224" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="175.81107"
+ y="277.14499"
+ id="use4226" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="180.32292"
+ y="277.14499"
+ id="use4228" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="184.83479"
+ y="277.14499"
+ id="use4230" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="188.21869"
+ y="277.14499"
+ id="use4232" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="192.73055"
+ y="277.14499"
+ id="use4234" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4242"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="201.31731"
+ y="277.14499"
+ id="use4238" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="206.39824"
+ y="277.14499"
+ id="use4240" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4260"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="214.985"
+ y="277.14499"
+ id="use4244" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="217.81"
+ y="277.14499"
+ id="use4246" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="221.19389"
+ y="277.14499"
+ id="use4248" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="225.70575"
+ y="277.14499"
+ id="use4250" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="228.53075"
+ y="277.14499"
+ id="use4252" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="233.61168"
+ y="277.14499"
+ id="use4254" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="236.43668"
+ y="277.14499"
+ id="use4256" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="241.51759"
+ y="277.14499"
+ id="use4258" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4266"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="250.10437"
+ y="277.14499"
+ id="use4262" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="252.92935"
+ y="277.14499"
+ id="use4264" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4274"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="261.51611"
+ y="277.14499"
+ id="use4268" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="264.34113"
+ y="277.14499"
+ id="use4270" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="269.42206"
+ y="277.14499"
+ id="use4272" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4286"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="277.43976"
+ y="277.14499"
+ id="use4276" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="281.9516"
+ y="277.14499"
+ id="use4278" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="284.77661"
+ y="277.14499"
+ id="use4280" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="289.85751"
+ y="277.14499"
+ id="use4282" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="294.93845"
+ y="277.14499"
+ id="use4284" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4298"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-13"
+ x="48.964001"
+ y="289.10001"
+ id="use4288" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="53.845673"
+ y="289.10001"
+ id="use4290" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="57.643616"
+ y="289.10001"
+ id="use4292" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="60.357826"
+ y="289.10001"
+ id="use4294" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="65.239502"
+ y="289.10001"
+ id="use4296" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4310"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-22"
+ x="72.474144"
+ y="289.10001"
+ id="use4300" />
+ <use
+ xlink:href="#glyph-4-23"
+ x="78.986298"
+ y="289.10001"
+ id="use4302" />
+ <use
+ xlink:href="#glyph-4-24"
+ x="84.414719"
+ y="289.10001"
+ id="use4304" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="91.463852"
+ y="289.10001"
+ id="use4306" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="95.261795"
+ y="289.10001"
+ id="use4308" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4322"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-25"
+ x="100.0556"
+ y="289.10001"
+ id="use4312" />
+ <use
+ xlink:href="#glyph-4-23"
+ x="107.10474"
+ y="289.10001"
+ id="use4314" />
+ <use
+ xlink:href="#glyph-4-24"
+ x="112.53316"
+ y="289.10001"
+ id="use4316" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="119.5823"
+ y="289.10001"
+ id="use4318" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="123.38024"
+ y="289.10001"
+ id="use4320" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4334"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-1"
+ x="128.17404"
+ y="289.10001"
+ id="use4324" />
+ <use
+ xlink:href="#glyph-4-23"
+ x="133.60246"
+ y="289.10001"
+ id="use4326" />
+ <use
+ xlink:href="#glyph-4-25"
+ x="139.03088"
+ y="289.10001"
+ id="use4328" />
+ <use
+ xlink:href="#glyph-4-26"
+ x="146.08002"
+ y="289.10001"
+ id="use4330" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="153.12917"
+ y="289.10001"
+ id="use4332" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4342"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="159.28008"
+ y="289.10001"
+ id="use4336" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="163.61499"
+ y="289.10001"
+ id="use4338" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="168.49667"
+ y="289.10001"
+ id="use4340" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4356"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-26"
+ x="175.73131"
+ y="289.10001"
+ id="use4344" />
+ <use
+ xlink:href="#glyph-4-27"
+ x="182.78044"
+ y="289.10001"
+ id="use4346" />
+ <use
+ xlink:href="#glyph-4-28"
+ x="188.20886"
+ y="289.10001"
+ id="use4348" />
+ <use
+ xlink:href="#glyph-4-22"
+ x="191.46007"
+ y="289.10001"
+ id="use4350" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="197.97221"
+ y="289.10001"
+ id="use4352" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="201.77016"
+ y="289.10001"
+ id="use4354" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4362"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-30"
+ x="206.57373"
+ y="289.10001"
+ id="use4358" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="213.62286"
+ y="289.10001"
+ id="use4360" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4368"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-31"
+ x="218.25069"
+ y="289.10001"
+ id="use4364" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="225.29984"
+ y="289.10001"
+ id="use4366" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4372"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="229.39067"
+ y="289.10001"
+ id="use4370" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4378"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="234.11613"
+ y="289.10001"
+ id="use4374" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="238.45107"
+ y="289.10001"
+ id="use4376" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4382"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-7"
+ x="241.30196"
+ y="289.10001"
+ id="use4380" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4386"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="246.10553"
+ y="289.10001"
+ id="use4384" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4394"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-33"
+ x="248.80997"
+ y="289.10001"
+ id="use4388" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="253.69165"
+ y="289.10001"
+ id="use4390" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="256.40585"
+ y="289.10001"
+ id="use4392" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4400"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="262.56653"
+ y="289.10001"
+ id="use4396" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="265.28073"
+ y="289.10001"
+ id="use4398" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4406"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-20"
+ x="271.43164"
+ y="289.10001"
+ id="use4402" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="276.31332"
+ y="289.10001"
+ id="use4404" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4416"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-6"
+ x="280.49203"
+ y="289.10001"
+ id="use4408" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="285.37372"
+ y="289.10001"
+ id="use4410" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="290.25537"
+ y="289.10001"
+ id="use4412" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="295.13705"
+ y="289.10001"
+ id="use4414" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4424"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-1"
+ x="48.964001"
+ y="301.05499"
+ id="use4418" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="51.733604"
+ y="301.05499"
+ id="use4420" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="56.714905"
+ y="301.05499"
+ id="use4422" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4436"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-4"
+ x="64.625206"
+ y="301.05499"
+ id="use4426" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="68.500656"
+ y="301.05499"
+ id="use4428" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="72.924049"
+ y="301.05499"
+ id="use4430" />
+ <use
+ xlink:href="#glyph-6-7"
+ x="77.90535"
+ y="301.05499"
+ id="use4432" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="82.88665"
+ y="301.05499"
+ id="use4434" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4442"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-6"
+ x="90.796959"
+ y="301.05499"
+ id="use4438" />
+ <use
+ xlink:href="#glyph-6-8"
+ x="95.778259"
+ y="301.05499"
+ id="use4440" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4452"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-1"
+ x="102.58271"
+ y="301.05499"
+ id="use4444" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="105.35232"
+ y="301.05499"
+ id="use4446" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="110.33362"
+ y="301.05499"
+ id="use4448" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="113.10322"
+ y="301.05499"
+ id="use4450" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4464"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-7"
+ x="120.46558"
+ y="301.05499"
+ id="use4454" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="125.44688"
+ y="301.05499"
+ id="use4456" />
+ <use
+ xlink:href="#glyph-6-7"
+ x="129.87027"
+ y="301.05499"
+ id="use4458" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="134.85158"
+ y="301.05499"
+ id="use4460" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="139.27496"
+ y="301.05499"
+ id="use4462" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4468"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-12"
+ x="142.04457"
+ y="301.05499"
+ id="use4466" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4488"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-1"
+ x="58.926998"
+ y="313.05099"
+ id="use4470" />
+ <use
+ xlink:href="#glyph-7-2"
+ x="65.578697"
+ y="313.05099"
+ id="use4472" />
+ <use
+ xlink:href="#glyph-7-3"
+ x="70.56498"
+ y="313.05099"
+ id="use4474" />
+ <use
+ xlink:href="#glyph-7-3"
+ x="73.885841"
+ y="313.05099"
+ id="use4476" />
+ <use
+ xlink:href="#glyph-7-4"
+ x="77.206703"
+ y="313.05099"
+ id="use4478" />
+ <use
+ xlink:href="#glyph-7-5"
+ x="81.634521"
+ y="313.05099"
+ id="use4480" />
+ <use
+ xlink:href="#glyph-7-6"
+ x="86.620804"
+ y="313.05099"
+ id="use4482" />
+ <use
+ xlink:href="#glyph-7-7"
+ x="89.393181"
+ y="313.05099"
+ id="use4484" />
+ <use
+ xlink:href="#glyph-7-8"
+ x="92.16555"
+ y="313.05099"
+ id="use4486" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4492"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-9"
+ x="96.503616"
+ y="313.05099"
+ id="use4490" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4526"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-10"
+ x="102.49712"
+ y="313.05099"
+ id="use4494" />
+ <use
+ xlink:href="#glyph-7-6"
+ x="106.37645"
+ y="313.05099"
+ id="use4496" />
+ <use
+ xlink:href="#glyph-7-11"
+ x="109.14883"
+ y="313.05099"
+ id="use4498" />
+ <use
+ xlink:href="#glyph-7-6"
+ x="113.57664"
+ y="313.05099"
+ id="use4500" />
+ <use
+ xlink:href="#glyph-7-4"
+ x="116.34901"
+ y="313.05099"
+ id="use4502" />
+ <use
+ xlink:href="#glyph-7-12"
+ x="120.77683"
+ y="313.05099"
+ id="use4504" />
+ <use
+ xlink:href="#glyph-7-13"
+ x="124.09769"
+ y="313.05099"
+ id="use4506" />
+ <use
+ xlink:href="#glyph-7-14"
+ x="129.08398"
+ y="313.05099"
+ id="use4508" />
+ <use
+ xlink:href="#glyph-7-12"
+ x="132.40485"
+ y="313.05099"
+ id="use4510" />
+ <use
+ xlink:href="#glyph-7-6"
+ x="135.72571"
+ y="313.05099"
+ id="use4512" />
+ <use
+ xlink:href="#glyph-7-15"
+ x="138.49808"
+ y="313.05099"
+ id="use4514" />
+ <use
+ xlink:href="#glyph-7-4"
+ x="143.48436"
+ y="313.05099"
+ id="use4516" />
+ <use
+ xlink:href="#glyph-7-12"
+ x="147.91217"
+ y="313.05099"
+ id="use4518" />
+ <use
+ xlink:href="#glyph-7-11"
+ x="151.23303"
+ y="313.05099"
+ id="use4520" />
+ <use
+ xlink:href="#glyph-7-3"
+ x="155.66086"
+ y="313.05099"
+ id="use4522" />
+ <use
+ xlink:href="#glyph-7-6"
+ x="158.98172"
+ y="313.05099"
+ id="use4524" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4536"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-16"
+ x="165.25446"
+ y="313.05099"
+ id="use4528" />
+ <use
+ xlink:href="#glyph-7-17"
+ x="172.45465"
+ y="313.05099"
+ id="use4530" />
+ <use
+ xlink:href="#glyph-7-17"
+ x="179.65485"
+ y="313.05099"
+ id="use4532" />
+ <use
+ xlink:href="#glyph-7-10"
+ x="186.85503"
+ y="313.05099"
+ id="use4534" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4552"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-18"
+ x="194.23473"
+ y="313.05099"
+ id="use4538" />
+ <use
+ xlink:href="#glyph-7-13"
+ x="198.66255"
+ y="313.05099"
+ id="use4540" />
+ <use
+ xlink:href="#glyph-7-5"
+ x="203.64883"
+ y="313.05099"
+ id="use4542" />
+ <use
+ xlink:href="#glyph-7-10"
+ x="208.63512"
+ y="313.05099"
+ id="use4544" />
+ <use
+ xlink:href="#glyph-7-2"
+ x="212.51443"
+ y="313.05099"
+ id="use4546" />
+ <use
+ xlink:href="#glyph-7-19"
+ x="217.50072"
+ y="313.05099"
+ id="use4548" />
+ <use
+ xlink:href="#glyph-7-4"
+ x="225.25937"
+ y="313.05099"
+ id="use4550" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4566"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-13"
+ x="233.18756"
+ y="313.05099"
+ id="use4554" />
+ <use
+ xlink:href="#glyph-7-3"
+ x="238.17384"
+ y="313.05099"
+ id="use4556" />
+ <use
+ xlink:href="#glyph-7-20"
+ x="241.49471"
+ y="313.05099"
+ id="use4558" />
+ <use
+ xlink:href="#glyph-7-4"
+ x="246.48099"
+ y="313.05099"
+ id="use4560" />
+ <use
+ xlink:href="#glyph-7-3"
+ x="250.9088"
+ y="313.05099"
+ id="use4562" />
+ <use
+ xlink:href="#glyph-7-10"
+ x="254.22966"
+ y="313.05099"
+ id="use4564" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4572"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-13"
+ x="261.61932"
+ y="313.05099"
+ id="use4568" />
+ <use
+ xlink:href="#glyph-7-14"
+ x="266.60562"
+ y="313.05099"
+ id="use4570" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4586"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-7-19"
+ x="273.42685"
+ y="313.05099"
+ id="use4574" />
+ <use
+ xlink:href="#glyph-7-11"
+ x="281.18552"
+ y="313.05099"
+ id="use4576" />
+ <use
+ xlink:href="#glyph-7-21"
+ x="285.61331"
+ y="313.05099"
+ id="use4578" />
+ <use
+ xlink:href="#glyph-7-5"
+ x="290.59961"
+ y="313.05099"
+ id="use4580" />
+ <use
+ xlink:href="#glyph-7-22"
+ x="295.58588"
+ y="313.05099"
+ id="use4582" />
+ <use
+ xlink:href="#glyph-7-12"
+ x="298.35825"
+ y="313.05099"
+ id="use4584" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4596"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-1"
+ x="48.964001"
+ y="325.00601"
+ id="use4588" />
+ <use
+ xlink:href="#glyph-8-2"
+ x="51.744682"
+ y="325.00601"
+ id="use4590" />
+ <use
+ xlink:href="#glyph-8-3"
+ x="56.745907"
+ y="325.00601"
+ id="use4592" />
+ <use
+ xlink:href="#glyph-8-4"
+ x="61.747131"
+ y="325.00601"
+ id="use4594" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4610"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-5"
+ x="69.679077"
+ y="325.00601"
+ id="use4598" />
+ <use
+ xlink:href="#glyph-8-6"
+ x="74.680298"
+ y="325.00601"
+ id="use4600" />
+ <use
+ xlink:href="#glyph-8-7"
+ x="77.460983"
+ y="325.00601"
+ id="use4602" />
+ <use
+ xlink:href="#glyph-8-5"
+ x="82.462204"
+ y="325.00601"
+ id="use4604" />
+ <use
+ xlink:href="#glyph-8-4"
+ x="87.463432"
+ y="325.00601"
+ id="use4606" />
+ <use
+ xlink:href="#glyph-8-8"
+ x="91.904518"
+ y="325.00601"
+ id="use4608" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4620"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-4"
+ x="98.716187"
+ y="325.00601"
+ id="use4612" />
+ <use
+ xlink:href="#glyph-8-9"
+ x="103.15727"
+ y="325.00601"
+ id="use4614" />
+ <use
+ xlink:href="#glyph-8-4"
+ x="108.1585"
+ y="325.00601"
+ id="use4616" />
+ <use
+ xlink:href="#glyph-8-8"
+ x="112.59959"
+ y="325.00601"
+ id="use4618" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4626"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-7"
+ x="115.75036"
+ y="325.00601"
+ id="use4622" />
+ <use
+ xlink:href="#glyph-8-10"
+ x="120.75159"
+ y="325.00601"
+ id="use4624" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4636"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-1"
+ x="129.24367"
+ y="325.00601"
+ id="use4628" />
+ <use
+ xlink:href="#glyph-8-5"
+ x="132.02435"
+ y="325.00601"
+ id="use4630" />
+ <use
+ xlink:href="#glyph-8-11"
+ x="137.02557"
+ y="325.00601"
+ id="use4632" />
+ <use
+ xlink:href="#glyph-8-9"
+ x="141.46666"
+ y="325.00601"
+ id="use4634" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4648"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-12"
+ x="149.95874"
+ y="325.00601"
+ id="use4638" />
+ <use
+ xlink:href="#glyph-8-1"
+ x="154.95996"
+ y="325.00601"
+ id="use4640" />
+ <use
+ xlink:href="#glyph-8-5"
+ x="157.74065"
+ y="325.00601"
+ id="use4642" />
+ <use
+ xlink:href="#glyph-8-4"
+ x="162.74187"
+ y="325.00601"
+ id="use4644" />
+ <use
+ xlink:href="#glyph-8-8"
+ x="167.18297"
+ y="325.00601"
+ id="use4646" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4660"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-13"
+ x="174.00464"
+ y="325.00601"
+ id="use4650" />
+ <use
+ xlink:href="#glyph-8-12"
+ x="177.33545"
+ y="325.00601"
+ id="use4652" />
+ <use
+ xlink:href="#glyph-8-8"
+ x="182.33667"
+ y="325.00601"
+ id="use4654" />
+ <use
+ xlink:href="#glyph-8-14"
+ x="185.6675"
+ y="325.00601"
+ id="use4656" />
+ <use
+ xlink:href="#glyph-8-15"
+ x="193.4494"
+ y="325.00601"
+ id="use4658" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4666"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-12"
+ x="200.8212"
+ y="325.00601"
+ id="use4662" />
+ <use
+ xlink:href="#glyph-8-13"
+ x="205.82243"
+ y="325.00601"
+ id="use4664" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4684"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-4"
+ x="212.6441"
+ y="325.00601"
+ id="use4668" />
+ <use
+ xlink:href="#glyph-8-14"
+ x="217.08519"
+ y="325.00601"
+ id="use4670" />
+ <use
+ xlink:href="#glyph-8-16"
+ x="224.8671"
+ y="325.00601"
+ id="use4672" />
+ <use
+ xlink:href="#glyph-8-4"
+ x="229.86832"
+ y="325.00601"
+ id="use4674" />
+ <use
+ xlink:href="#glyph-8-3"
+ x="234.3094"
+ y="325.00601"
+ id="use4676" />
+ <use
+ xlink:href="#glyph-8-3"
+ x="239.31064"
+ y="325.00601"
+ id="use4678" />
+ <use
+ xlink:href="#glyph-8-4"
+ x="244.31186"
+ y="325.00601"
+ id="use4680" />
+ <use
+ xlink:href="#glyph-8-3"
+ x="248.75294"
+ y="325.00601"
+ id="use4682" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4706"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-8-17"
+ x="257.24503"
+ y="325.00601"
+ id="use4686" />
+ <use
+ xlink:href="#glyph-8-8"
+ x="262.24625"
+ y="325.00601"
+ id="use4688" />
+ <use
+ xlink:href="#glyph-8-12"
+ x="265.57706"
+ y="325.00601"
+ id="use4690" />
+ <use
+ xlink:href="#glyph-8-18"
+ x="270.57828"
+ y="325.00601"
+ id="use4692" />
+ <use
+ xlink:href="#glyph-8-4"
+ x="275.01938"
+ y="325.00601"
+ id="use4694" />
+ <use
+ xlink:href="#glyph-8-15"
+ x="279.46048"
+ y="325.00601"
+ id="use4696" />
+ <use
+ xlink:href="#glyph-8-15"
+ x="283.35141"
+ y="325.00601"
+ id="use4698" />
+ <use
+ xlink:href="#glyph-8-6"
+ x="287.24237"
+ y="325.00601"
+ id="use4700" />
+ <use
+ xlink:href="#glyph-8-9"
+ x="290.02304"
+ y="325.00601"
+ id="use4702" />
+ <use
+ xlink:href="#glyph-8-7"
+ x="295.02429"
+ y="325.00601"
+ id="use4704" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4720"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="48.634998"
+ y="336.961"
+ id="use4708" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="52.018898"
+ y="336.961"
+ id="use4710" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="56.530758"
+ y="336.961"
+ id="use4712" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="59.07122"
+ y="336.961"
+ id="use4714" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="64.152145"
+ y="336.961"
+ id="use4716" />
+ <use
+ xlink:href="#glyph-5-30"
+ x="66.692612"
+ y="336.961"
+ id="use4718" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4732"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-27"
+ x="75.259048"
+ y="336.961"
+ id="use4722" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="80.339981"
+ y="336.961"
+ id="use4724" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="83.16497"
+ y="336.961"
+ id="use4726" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="88.245895"
+ y="336.961"
+ id="use4728" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="92.757759"
+ y="336.961"
+ id="use4730" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4760"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="103.85451"
+ y="336.961"
+ id="use4734" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="108.36636"
+ y="336.961"
+ id="use4736" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="113.44729"
+ y="336.961"
+ id="use4738" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="121.35321"
+ y="336.961"
+ id="use4740" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="126.43414"
+ y="336.961"
+ id="use4742" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="129.81804"
+ y="336.961"
+ id="use4744" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="134.3299"
+ y="336.961"
+ id="use4746" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="138.28285"
+ y="336.961"
+ id="use4748" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="142.23582"
+ y="336.961"
+ id="use4750" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="145.06082"
+ y="336.961"
+ id="use4752" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="150.14174"
+ y="336.961"
+ id="use4754" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="155.22267"
+ y="336.961"
+ id="use4756" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="158.60657"
+ y="336.961"
+ id="use4758" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4764"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-31"
+ x="167.173"
+ y="336.961"
+ id="use4762" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4768"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="175.96301"
+ y="336.961"
+ id="use4766" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4778"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="186.50084"
+ y="336.961"
+ id="use4770" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="194.40677"
+ y="336.961"
+ id="use4772" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="199.48769"
+ y="336.961"
+ id="use4774" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="203.44066"
+ y="336.961"
+ id="use4776" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4782"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="212.28146"
+ y="336.961"
+ id="use4780" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4796"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-32"
+ x="216.65106"
+ y="336.961"
+ id="use4784" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="221.73199"
+ y="336.961"
+ id="use4786" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="226.81291"
+ y="336.961"
+ id="use4788" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="229.63791"
+ y="336.961"
+ id="use4790" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="234.71884"
+ y="336.961"
+ id="use4792" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="237.54382"
+ y="336.961"
+ id="use4794" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4824"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="246.38464"
+ y="336.961"
+ id="use4798" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="251.46556"
+ y="336.961"
+ id="use4800" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="256.54648"
+ y="336.961"
+ id="use4802" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="261.62741"
+ y="336.961"
+ id="use4804" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="266.70834"
+ y="336.961"
+ id="use4806" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="270.09225"
+ y="336.961"
+ id="use4808" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="272.91724"
+ y="336.961"
+ id="use4810" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="277.99817"
+ y="336.961"
+ id="use4812" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="283.0791"
+ y="336.961"
+ id="use4814" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="285.90408"
+ y="336.961"
+ id="use4816" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="288.72906"
+ y="336.961"
+ id="use4818" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="291.55408"
+ y="336.961"
+ id="use4820" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="296.06595"
+ y="336.961"
+ id="use4822" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4830"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="48.964001"
+ y="348.91599"
+ id="use4826" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="53.475861"
+ y="348.91599"
+ id="use4828" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4846"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="61.239517"
+ y="348.91599"
+ id="use4832" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="69.145439"
+ y="348.91599"
+ id="use4834" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="74.226364"
+ y="348.91599"
+ id="use4836" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="77.051361"
+ y="348.91599"
+ id="use4838" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="79.87635"
+ y="348.91599"
+ id="use4840" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="82.701347"
+ y="348.91599"
+ id="use4842" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="87.782272"
+ y="348.91599"
+ id="use4844" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4850"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="90.597107"
+ y="348.91599"
+ id="use4848" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4856"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-9"
+ x="100.04763"
+ y="348.91599"
+ id="use4852" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="102.87263"
+ y="348.91599"
+ id="use4854" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4860"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-27"
+ x="107.1406"
+ y="348.91599"
+ id="use4858" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4868"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="112.0691"
+ y="348.91599"
+ id="use4862" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="116.58096"
+ y="348.91599"
+ id="use4864" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="119.40596"
+ y="348.91599"
+ id="use4866" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4874"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="128.28741"
+ y="348.91599"
+ id="use4870" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="133.36835"
+ y="348.91599"
+ id="use4872" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4886"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-26"
+ x="141.6909"
+ y="348.91599"
+ id="use4876" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="146.77182"
+ y="348.91599"
+ id="use4878" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="151.28369"
+ y="348.91599"
+ id="use4880" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="154.66759"
+ y="348.91599"
+ id="use4882" />
+ <use
+ xlink:href="#glyph-5-17"
+ x="159.7485"
+ y="348.91599"
+ id="use4884" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4894"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="166.98375"
+ y="348.91599"
+ id="use4888" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="171.49561"
+ y="348.91599"
+ id="use4890" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="174.8795"
+ y="348.91599"
+ id="use4892" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4908"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="184.33003"
+ y="348.91599"
+ id="use4896" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="189.41095"
+ y="348.91599"
+ id="use4898" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="193.92282"
+ y="348.91599"
+ id="use4900" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="197.87578"
+ y="348.91599"
+ id="use4902" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="200.70078"
+ y="348.91599"
+ id="use4904" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="205.78169"
+ y="348.91599"
+ id="use4906" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4914"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="215.79112"
+ y="348.91599"
+ id="use4910" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="218.61612"
+ y="348.91599"
+ id="use4912" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4930"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="228.63571"
+ y="348.91599"
+ id="use4916" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="233.14757"
+ y="348.91599"
+ id="use4918" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="238.2285"
+ y="348.91599"
+ id="use4920" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="243.30942"
+ y="348.91599"
+ id="use4922" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="246.69331"
+ y="348.91599"
+ id="use4924" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="251.20518"
+ y="348.91599"
+ id="use4926" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="255.15814"
+ y="348.91599"
+ id="use4928" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4938"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="264.03961"
+ y="348.91599"
+ id="use4932" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="268.55145"
+ y="348.91599"
+ id="use4934" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="271.37646"
+ y="348.91599"
+ id="use4936" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4950"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="279.14011"
+ y="348.91599"
+ id="use4940" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="281.96512"
+ y="348.91599"
+ id="use4942" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="287.04602"
+ y="348.91599"
+ id="use4944" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="291.55789"
+ y="348.91599"
+ id="use4946" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="295.51086"
+ y="348.91599"
+ id="use4948" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4972"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-5"
+ x="48.964001"
+ y="360.871"
+ id="use4952" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="53.387394"
+ y="360.871"
+ id="use4954" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="58.368694"
+ y="360.871"
+ id="use4956" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="62.792088"
+ y="360.871"
+ id="use4958" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="65.561691"
+ y="360.871"
+ id="use4960" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="68.331291"
+ y="360.871"
+ id="use4962" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="72.754692"
+ y="360.871"
+ id="use4964" />
+ <use
+ xlink:href="#glyph-6-15"
+ x="77.735992"
+ y="360.871"
+ id="use4966" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="82.717293"
+ y="360.871"
+ id="use4968" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="87.140686"
+ y="360.871"
+ id="use4970" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4980"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="94.503044"
+ y="360.871"
+ id="use4974" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="98.926437"
+ y="360.871"
+ id="use4976" />
+ <use
+ xlink:href="#glyph-6-16"
+ x="103.90774"
+ y="360.871"
+ id="use4978" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g4992"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-5"
+ x="112.37595"
+ y="360.871"
+ id="use4982" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="116.79934"
+ y="360.871"
+ id="use4984" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="119.56895"
+ y="360.871"
+ id="use4986" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="124.55025"
+ y="360.871"
+ id="use4988" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="128.4257"
+ y="360.871"
+ id="use4990" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5002"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-1"
+ x="136.336"
+ y="360.871"
+ id="use4994" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="139.10561"
+ y="360.871"
+ id="use4996" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="144.0869"
+ y="360.871"
+ id="use4998" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="146.85651"
+ y="360.871"
+ id="use5000" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5012"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-3"
+ x="154.21887"
+ y="360.871"
+ id="use5004" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="158.64226"
+ y="360.871"
+ id="use5006" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="163.62357"
+ y="360.871"
+ id="use5008" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="168.04695"
+ y="360.871"
+ id="use5010" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5018"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-15"
+ x="171.18518"
+ y="360.871"
+ id="use5014" />
+ <use
+ xlink:href="#glyph-6-17"
+ x="176.16647"
+ y="360.871"
+ id="use5016" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5022"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-15"
+ x="184.63469"
+ y="360.871"
+ id="use5020" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5030"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="189.56618"
+ y="360.871"
+ id="use5024" />
+ <use
+ xlink:href="#glyph-6-7"
+ x="193.98956"
+ y="360.871"
+ id="use5026" />
+ <use
+ xlink:href="#glyph-6-12"
+ x="198.97087"
+ y="360.871"
+ id="use5028" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5034"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-18"
+ x="89.453003"
+ y="379.892"
+ id="use5032" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5038"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-12"
+ x="95.858955"
+ y="379.892"
+ id="use5036" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5042"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-19"
+ x="103.82903"
+ y="379.892"
+ id="use5040" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5046"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-22"
+ x="111.521"
+ y="379.892"
+ id="use5044" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5050"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-22"
+ x="116.43855"
+ y="379.892"
+ id="use5048" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5054"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-23"
+ x="121.36407"
+ y="379.892"
+ id="use5052" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5058"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-24"
+ x="127.61263"
+ y="379.892"
+ id="use5056" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5062"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-25"
+ x="132.93666"
+ y="379.892"
+ id="use5060" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5066"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-26"
+ x="138.30054"
+ y="379.892"
+ id="use5064" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5070"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-27"
+ x="144.54909"
+ y="379.892"
+ id="use5068" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5074"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-28"
+ x="150.78969"
+ y="379.892"
+ id="use5072" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5078"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-25"
+ x="153.93787"
+ y="379.892"
+ id="use5076" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5082"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-28"
+ x="159.30174"
+ y="379.892"
+ id="use5080" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5086"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-29"
+ x="162.44994"
+ y="379.892"
+ id="use5084" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5090"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-30"
+ x="167.80585"
+ y="379.892"
+ id="use5088" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5094"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-28"
+ x="175.21803"
+ y="379.892"
+ id="use5092" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5098"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-27"
+ x="178.36623"
+ y="379.892"
+ id="use5096" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5102"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-20"
+ x="187.106"
+ y="379.892"
+ id="use5100" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5106"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-24"
+ x="194.797"
+ y="379.892"
+ id="use5104" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5110"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-31"
+ x="200.60721"
+ y="379.892"
+ id="use5108" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5114"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-6"
+ x="206.40944"
+ y="379.892"
+ id="use5112" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5118"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-28"
+ x="212.65799"
+ y="379.892"
+ id="use5116" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5122"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-25"
+ x="215.80618"
+ y="379.892"
+ id="use5120" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5126"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-29"
+ x="221.17006"
+ y="379.892"
+ id="use5124" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5130"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-31"
+ x="226.52597"
+ y="379.892"
+ id="use5128" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5134"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-25"
+ x="232.33617"
+ y="379.892"
+ id="use5132" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5138"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-26"
+ x="237.69208"
+ y="379.892"
+ id="use5136" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5142"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-24"
+ x="243.94064"
+ y="379.892"
+ id="use5140" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5146"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-29"
+ x="249.75084"
+ y="379.892"
+ id="use5144" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5150"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-30"
+ x="255.10675"
+ y="379.892"
+ id="use5148" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5158"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-1"
+ x="58.926998"
+ y="395.22601"
+ id="use5152" />
+ <use
+ xlink:href="#glyph-9-2"
+ x="64.953278"
+ y="395.22601"
+ id="use5154" />
+ <use
+ xlink:href="#glyph-9-3"
+ x="69.884766"
+ y="395.22601"
+ id="use5156" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5164"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-4"
+ x="77.735687"
+ y="395.22601"
+ id="use5160" />
+ <use
+ xlink:href="#glyph-9-5"
+ x="86.503876"
+ y="395.22601"
+ id="use5162" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5168"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-6"
+ x="93.230423"
+ y="395.22601"
+ id="use5166" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5190"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-7"
+ x="103.28079"
+ y="395.22601"
+ id="use5170" />
+ <use
+ xlink:href="#glyph-9-8"
+ x="108.21228"
+ y="395.22601"
+ id="use5172" />
+ <use
+ xlink:href="#glyph-9-3"
+ x="113.14377"
+ y="395.22601"
+ id="use5174" />
+ <use
+ xlink:href="#glyph-9-9"
+ x="117.52293"
+ y="395.22601"
+ id="use5176" />
+ <use
+ xlink:href="#glyph-9-10"
+ x="120.8073"
+ y="395.22601"
+ id="use5178" />
+ <use
+ xlink:href="#glyph-9-11"
+ x="125.18646"
+ y="395.22601"
+ id="use5180" />
+ <use
+ xlink:href="#glyph-9-12"
+ x="127.92837"
+ y="395.22601"
+ id="use5182" />
+ <use
+ xlink:href="#glyph-9-7"
+ x="130.67027"
+ y="395.22601"
+ id="use5184" />
+ <use
+ xlink:href="#glyph-9-13"
+ x="135.60176"
+ y="395.22601"
+ id="use5186" />
+ <use
+ xlink:href="#glyph-9-14"
+ x="140.53325"
+ y="395.22601"
+ id="use5188" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5196"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-12"
+ x="147.84171"
+ y="395.22601"
+ id="use5192" />
+ <use
+ xlink:href="#glyph-9-13"
+ x="150.58362"
+ y="395.22601"
+ id="use5194" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5206"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-15"
+ x="158.99673"
+ y="395.22601"
+ id="use5198" />
+ <use
+ xlink:href="#glyph-9-7"
+ x="163.92822"
+ y="395.22601"
+ id="use5200" />
+ <use
+ xlink:href="#glyph-9-11"
+ x="168.85971"
+ y="395.22601"
+ id="use5202" />
+ <use
+ xlink:href="#glyph-9-2"
+ x="171.60161"
+ y="395.22601"
+ id="use5204" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5214"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-11"
+ x="180.00487"
+ y="395.22601"
+ id="use5208" />
+ <use
+ xlink:href="#glyph-9-2"
+ x="182.74678"
+ y="395.22601"
+ id="use5210" />
+ <use
+ xlink:href="#glyph-9-3"
+ x="187.67827"
+ y="395.22601"
+ id="use5212" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5230"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-16"
+ x="195.52919"
+ y="395.22601"
+ id="use5216" />
+ <use
+ xlink:href="#glyph-9-3"
+ x="198.81355"
+ y="395.22601"
+ id="use5218" />
+ <use
+ xlink:href="#glyph-9-10"
+ x="203.19272"
+ y="395.22601"
+ id="use5220" />
+ <use
+ xlink:href="#glyph-9-11"
+ x="207.57188"
+ y="395.22601"
+ id="use5222" />
+ <use
+ xlink:href="#glyph-9-17"
+ x="210.31378"
+ y="395.22601"
+ id="use5224" />
+ <use
+ xlink:href="#glyph-9-9"
+ x="215.24527"
+ y="395.22601"
+ id="use5226" />
+ <use
+ xlink:href="#glyph-9-3"
+ x="218.52965"
+ y="395.22601"
+ id="use5228" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5234"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-3"
+ x="226.39044"
+ y="395.22601"
+ id="use5232" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5254"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-18"
+ x="230.62166"
+ y="395.22601"
+ id="use5236" />
+ <use
+ xlink:href="#glyph-9-11"
+ x="235.55313"
+ y="395.22601"
+ id="use5238" />
+ <use
+ xlink:href="#glyph-9-9"
+ x="238.29504"
+ y="395.22601"
+ id="use5240" />
+ <use
+ xlink:href="#glyph-9-10"
+ x="241.57942"
+ y="395.22601"
+ id="use5242" />
+ <use
+ xlink:href="#glyph-9-19"
+ x="245.95857"
+ y="395.22601"
+ id="use5244" />
+ <use
+ xlink:href="#glyph-9-11"
+ x="250.33774"
+ y="395.22601"
+ id="use5246" />
+ <use
+ xlink:href="#glyph-9-12"
+ x="253.07964"
+ y="395.22601"
+ id="use5248" />
+ <use
+ xlink:href="#glyph-9-7"
+ x="255.82155"
+ y="395.22601"
+ id="use5250" />
+ <use
+ xlink:href="#glyph-9-13"
+ x="260.75305"
+ y="395.22601"
+ id="use5252" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5266"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-9-20"
+ x="269.15628"
+ y="395.22601"
+ id="use5256" />
+ <use
+ xlink:href="#glyph-9-6"
+ x="272.44067"
+ y="395.22601"
+ id="use5258" />
+ <use
+ xlink:href="#glyph-9-21"
+ x="279.01926"
+ y="395.22601"
+ id="use5260" />
+ <use
+ xlink:href="#glyph-9-22"
+ x="286.14032"
+ y="395.22601"
+ id="use5262" />
+ <use
+ xlink:href="#glyph-9-23"
+ x="293.26141"
+ y="395.22601"
+ id="use5264" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5278"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-1"
+ x="48.964001"
+ y="407.181"
+ id="use5268" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="51.775146"
+ y="407.181"
+ id="use5270" />
+ <use
+ xlink:href="#glyph-10-3"
+ x="56.264893"
+ y="407.181"
+ id="use5272" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="61.320911"
+ y="407.181"
+ id="use5274" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="65.810654"
+ y="407.181"
+ id="use5276" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5284"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-6"
+ x="72.656509"
+ y="407.181"
+ id="use5280" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="75.467651"
+ y="407.181"
+ id="use5282" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5288"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-2"
+ x="84.002213"
+ y="407.181"
+ id="use5286" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5298"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-8"
+ x="91.970505"
+ y="407.181"
+ id="use5290" />
+ <use
+ xlink:href="#glyph-10-9"
+ x="99.271393"
+ y="407.181"
+ id="use5292" />
+ <use
+ xlink:href="#glyph-10-9"
+ x="106.57229"
+ y="407.181"
+ id="use5294" />
+ <use
+ xlink:href="#glyph-10-10"
+ x="113.87318"
+ y="407.181"
+ id="use5296" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5306"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-2"
+ x="120.71903"
+ y="407.181"
+ id="use5300" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="125.20877"
+ y="407.181"
+ id="use5302" />
+ <use
+ xlink:href="#glyph-10-11"
+ x="130.2648"
+ y="407.181"
+ id="use5304" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5334"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-12"
+ x="138.80946"
+ y="407.181"
+ id="use5308" />
+ <use
+ xlink:href="#glyph-10-1"
+ x="143.29921"
+ y="407.181"
+ id="use5310" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="146.11035"
+ y="407.181"
+ id="use5312" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="150.6001"
+ y="407.181"
+ id="use5314" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="154.53369"
+ y="407.181"
+ id="use5316" />
+ <use
+ xlink:href="#glyph-10-6"
+ x="158.46727"
+ y="407.181"
+ id="use5318" />
+ <use
+ xlink:href="#glyph-10-14"
+ x="161.27841"
+ y="407.181"
+ id="use5320" />
+ <use
+ xlink:href="#glyph-10-12"
+ x="166.90071"
+ y="407.181"
+ id="use5322" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="171.39046"
+ y="407.181"
+ id="use5324" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="175.8802"
+ y="407.181"
+ id="use5326" />
+ <use
+ xlink:href="#glyph-10-6"
+ x="178.69135"
+ y="407.181"
+ id="use5328" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="181.5025"
+ y="407.181"
+ id="use5330" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="186.55852"
+ y="407.181"
+ id="use5332" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5344"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-17"
+ x="195.09308"
+ y="407.181"
+ id="use5336" />
+ <use
+ xlink:href="#glyph-10-18"
+ x="198.46039"
+ y="407.181"
+ id="use5338" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="201.8277"
+ y="407.181"
+ id="use5340" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="206.88371"
+ y="407.181"
+ id="use5342" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5354"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-19"
+ x="213.72957"
+ y="407.181"
+ id="use5346" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="218.78558"
+ y="407.181"
+ id="use5348" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="223.8416"
+ y="407.181"
+ id="use5350" />
+ <use
+ xlink:href="#glyph-10-20"
+ x="226.65276"
+ y="407.181"
+ id="use5352" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5362"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-8"
+ x="235.18732"
+ y="407.181"
+ id="use5356" />
+ <use
+ xlink:href="#glyph-10-9"
+ x="242.4882"
+ y="407.181"
+ id="use5358" />
+ <use
+ xlink:href="#glyph-10-9"
+ x="249.78909"
+ y="407.181"
+ id="use5360" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5370"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-2"
+ x="260.56854"
+ y="407.181"
+ id="use5364" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="265.05826"
+ y="407.181"
+ id="use5366" />
+ <use
+ xlink:href="#glyph-10-11"
+ x="270.11429"
+ y="407.181"
+ id="use5368" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5382"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-20"
+ x="278.64886"
+ y="407.181"
+ id="use5372" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="283.70486"
+ y="407.181"
+ id="use5374" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="288.19461"
+ y="407.181"
+ id="use5376" />
+ <use
+ xlink:href="#glyph-10-11"
+ x="293.25064"
+ y="407.181"
+ id="use5378" />
+ <use
+ xlink:href="#glyph-10-21"
+ x="298.30667"
+ y="407.181"
+ id="use5380" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5398"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="48.964001"
+ y="419.13599"
+ id="use5384" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="53.298927"
+ y="419.13599"
+ id="use5386" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="56.550121"
+ y="419.13599"
+ id="use5388" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="60.885048"
+ y="419.13599"
+ id="use5390" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="64.136246"
+ y="419.13599"
+ id="use5392" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="66.850456"
+ y="419.13599"
+ id="use5394" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="71.185379"
+ y="419.13599"
+ id="use5396" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5418"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-19"
+ x="78.380966"
+ y="419.13599"
+ id="use5400" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="81.632164"
+ y="419.13599"
+ id="use5402" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="85.967087"
+ y="419.13599"
+ id="use5404" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="90.302017"
+ y="419.13599"
+ id="use5406" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="93.016228"
+ y="419.13599"
+ id="use5408" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="97.897903"
+ y="419.13599"
+ id="use5410" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="101.14909"
+ y="419.13599"
+ id="use5412" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="105.48402"
+ y="419.13599"
+ id="use5414" />
+ <use
+ xlink:href="#glyph-4-34"
+ x="109.28197"
+ y="419.13599"
+ id="use5416" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5426"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="114.85683"
+ y="419.13599"
+ id="use5420" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="119.19176"
+ y="419.13599"
+ id="use5422" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="123.52669"
+ y="419.13599"
+ id="use5424" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5432"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-20"
+ x="130.72227"
+ y="419.13599"
+ id="use5428" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="135.60394"
+ y="419.13599"
+ id="use5430" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5446"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="142.26256"
+ y="419.13599"
+ id="use5434" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="146.59747"
+ y="419.13599"
+ id="use5436" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="150.9324"
+ y="419.13599"
+ id="use5438" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="154.73035"
+ y="419.13599"
+ id="use5440" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="157.44456"
+ y="419.13599"
+ id="use5442" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="160.15877"
+ y="419.13599"
+ id="use5444" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5474"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-35"
+ x="167.35435"
+ y="419.13599"
+ id="use5448" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="172.23604"
+ y="419.13599"
+ id="use5450" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="176.57095"
+ y="419.13599"
+ id="use5452" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="179.82216"
+ y="419.13599"
+ id="use5454" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="184.15707"
+ y="419.13599"
+ id="use5456" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="186.87129"
+ y="419.13599"
+ id="use5458" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="189.58549"
+ y="419.13599"
+ id="use5460" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="193.92043"
+ y="419.13599"
+ id="use5462" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="196.63464"
+ y="419.13599"
+ id="use5464" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="199.34885"
+ y="419.13599"
+ id="use5466" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="203.68378"
+ y="419.13599"
+ id="use5468" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="208.01871"
+ y="419.13599"
+ id="use5470" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="212.90038"
+ y="419.13599"
+ id="use5472" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5478"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-37"
+ x="217.66489"
+ y="419.13599"
+ id="use5476" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5482"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-31"
+ x="222.8297"
+ y="419.13599"
+ id="use5480" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5486"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="229.7812"
+ y="419.13599"
+ id="use5484" />
+ </g>
<g
- id="g8"
- inkscape:groupmode="layer"
- inkscape:label="1612.07625"
- transform="matrix(1.3333333,0,0,-1.3333333,-350.68399,192.62768)">
+ fill="#000000"
+ fill-opacity="1"
+ id="g5500"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="236.97679"
+ y="419.13599"
+ id="use5488" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="241.31172"
+ y="419.13599"
+ id="use5490" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="246.19339"
+ y="419.13599"
+ id="use5492" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="253.78928"
+ y="419.13599"
+ id="use5494" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="261.38516"
+ y="419.13599"
+ id="use5496" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="266.26685"
+ y="419.13599"
+ id="use5498" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5516"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-33"
+ x="273.4722"
+ y="419.13599"
+ id="use5502" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="278.35385"
+ y="419.13599"
+ id="use5504" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="281.06808"
+ y="419.13599"
+ id="use5506" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="285.94974"
+ y="419.13599"
+ id="use5508" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="290.83142"
+ y="419.13599"
+ id="use5510" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="293.54562"
+ y="419.13599"
+ id="use5512" />
+ <use
+ xlink:href="#glyph-4-38"
+ x="298.42731"
+ y="419.13599"
+ id="use5514" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5534"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-1"
+ x="48.964001"
+ y="431.09201"
+ id="use5518" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="53.870583"
+ y="431.09201"
+ id="use5520" />
+ <use
+ xlink:href="#glyph-11-3"
+ x="58.227623"
+ y="431.09201"
+ id="use5522" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="61.495407"
+ y="431.09201"
+ id="use5524" />
+ <use
+ xlink:href="#glyph-11-4"
+ x="65.852448"
+ y="431.09201"
+ id="use5526" />
+ <use
+ xlink:href="#glyph-11-4"
+ x="68.580505"
+ y="431.09201"
+ id="use5528" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="71.308571"
+ y="431.09201"
+ id="use5530" />
+ <use
+ xlink:href="#glyph-11-4"
+ x="75.665611"
+ y="431.09201"
+ id="use5532" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5550"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-6"
+ x="81.877342"
+ y="431.09201"
+ id="use5536" />
+ <use
+ xlink:href="#glyph-11-7"
+ x="86.234383"
+ y="431.09201"
+ id="use5538" />
+ <use
+ xlink:href="#glyph-11-8"
+ x="91.140968"
+ y="431.09201"
+ id="use5540" />
+ <use
+ xlink:href="#glyph-11-1"
+ x="98.775604"
+ y="431.09201"
+ id="use5542" />
+ <use
+ xlink:href="#glyph-11-9"
+ x="103.68218"
+ y="431.09201"
+ id="use5544" />
+ <use
+ xlink:href="#glyph-11-10"
+ x="108.58877"
+ y="431.09201"
+ id="use5546" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="111.31683"
+ y="431.09201"
+ id="use5548" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5570"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-1"
+ x="119.15754"
+ y="431.09201"
+ id="use5552" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="124.06412"
+ y="431.09201"
+ id="use5554" />
+ <use
+ xlink:href="#glyph-11-3"
+ x="128.42116"
+ y="431.09201"
+ id="use5556" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="131.68895"
+ y="431.09201"
+ id="use5558" />
+ <use
+ xlink:href="#glyph-11-11"
+ x="136.04599"
+ y="431.09201"
+ id="use5560" />
+ <use
+ xlink:href="#glyph-11-12"
+ x="140.95258"
+ y="431.09201"
+ id="use5562" />
+ <use
+ xlink:href="#glyph-11-13"
+ x="143.68063"
+ y="431.09201"
+ id="use5564" />
+ <use
+ xlink:href="#glyph-11-8"
+ x="148.5872"
+ y="431.09201"
+ id="use5566" />
+ <use
+ xlink:href="#glyph-11-14"
+ x="156.22185"
+ y="431.09201"
+ id="use5568" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5578"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-2"
+ x="163.52284"
+ y="431.09201"
+ id="use5572" />
+ <use
+ xlink:href="#glyph-11-3"
+ x="167.87988"
+ y="431.09201"
+ id="use5574" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="171.14767"
+ y="431.09201"
+ id="use5576" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5586"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-14"
+ x="178.98839"
+ y="431.09201"
+ id="use5580" />
+ <use
+ xlink:href="#glyph-11-15"
+ x="182.80571"
+ y="431.09201"
+ id="use5582" />
+ <use
+ xlink:href="#glyph-11-7"
+ x="187.71228"
+ y="431.09201"
+ id="use5584" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5592"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-16"
+ x="192.36372"
+ y="431.09201"
+ id="use5588" />
+ <use
+ xlink:href="#glyph-11-17"
+ x="199.44882"
+ y="431.09201"
+ id="use5590" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5598"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-12"
+ x="207.83908"
+ y="431.09201"
+ id="use5594" />
+ <use
+ xlink:href="#glyph-11-17"
+ x="210.56714"
+ y="431.09201"
+ id="use5596" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5608"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-18"
+ x="218.95738"
+ y="431.09201"
+ id="use5600" />
+ <use
+ xlink:href="#glyph-11-12"
+ x="224.41351"
+ y="431.09201"
+ id="use5602" />
+ <use
+ xlink:href="#glyph-11-13"
+ x="227.14157"
+ y="431.09201"
+ id="use5604" />
+ <use
+ xlink:href="#glyph-11-19"
+ x="232.04814"
+ y="431.09201"
+ id="use5606" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5612"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-20"
+ x="237.98511"
+ y="431.09201"
+ id="use5610" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5622"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-16"
+ x="246.37537"
+ y="431.09201"
+ id="use5614" />
+ <use
+ xlink:href="#glyph-11-12"
+ x="253.46046"
+ y="431.09201"
+ id="use5616" />
+ <use
+ xlink:href="#glyph-11-10"
+ x="256.18851"
+ y="431.09201"
+ id="use5618" />
+ <use
+ xlink:href="#glyph-11-15"
+ x="258.91656"
+ y="431.09201"
+ id="use5620" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5640"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-8"
+ x="267.30682"
+ y="431.09201"
+ id="use5624" />
+ <use
+ xlink:href="#glyph-11-9"
+ x="274.94147"
+ y="431.09201"
+ id="use5626" />
+ <use
+ xlink:href="#glyph-11-4"
+ x="279.84805"
+ y="431.09201"
+ id="use5628" />
+ <use
+ xlink:href="#glyph-11-10"
+ x="282.57611"
+ y="431.09201"
+ id="use5630" />
+ <use
+ xlink:href="#glyph-11-12"
+ x="285.30417"
+ y="431.09201"
+ id="use5632" />
+ <use
+ xlink:href="#glyph-11-1"
+ x="288.03223"
+ y="431.09201"
+ id="use5634" />
+ <use
+ xlink:href="#glyph-11-4"
+ x="292.93881"
+ y="431.09201"
+ id="use5636" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="295.66687"
+ y="431.09201"
+ id="use5638" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5662"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="48.964001"
+ y="443.047"
+ id="use5642" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="53.387394"
+ y="443.047"
+ id="use5644" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="56.704941"
+ y="443.047"
+ id="use5646" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="59.474545"
+ y="443.047"
+ id="use5648" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="62.244144"
+ y="443.047"
+ id="use5650" />
+ <use
+ xlink:href="#glyph-6-21"
+ x="67.225449"
+ y="443.047"
+ id="use5652" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="74.976349"
+ y="443.047"
+ id="use5654" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="79.399742"
+ y="443.047"
+ id="use5656" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="82.16935"
+ y="443.047"
+ id="use5658" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="84.93895"
+ y="443.047"
+ id="use5660" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5674"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-13"
+ x="92.849251"
+ y="443.047"
+ id="use5664" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="95.618858"
+ y="443.047"
+ id="use5666" />
+ <use
+ xlink:href="#glyph-6-15"
+ x="100.60016"
+ y="443.047"
+ id="use5668" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="105.58146"
+ y="443.047"
+ id="use5670" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="108.35106"
+ y="443.047"
+ id="use5672" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5686"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-22"
+ x="116.26136"
+ y="443.047"
+ id="use5676" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="121.24266"
+ y="443.047"
+ id="use5678" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="126.22396"
+ y="443.047"
+ id="use5680" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="128.99356"
+ y="443.047"
+ id="use5682" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="131.76317"
+ y="443.047"
+ id="use5684" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5700"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-23"
+ x="139.12553"
+ y="443.047"
+ id="use5688" />
+ <use
+ xlink:href="#glyph-6-20"
+ x="142.44307"
+ y="443.047"
+ id="use5690" />
+ <use
+ xlink:href="#glyph-6-24"
+ x="149.63608"
+ y="443.047"
+ id="use5692" />
+ <use
+ xlink:href="#glyph-6-25"
+ x="155.72322"
+ y="443.047"
+ id="use5694" />
+ <use
+ xlink:href="#glyph-6-26"
+ x="162.91621"
+ y="443.047"
+ id="use5696" />
+ <use
+ xlink:href="#glyph-6-12"
+ x="166.23376"
+ y="443.047"
+ id="use5698" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5706"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-1"
+ x="48.964001"
+ y="462.06699"
+ id="use5702" />
+ <use
+ xlink:href="#glyph-12-2"
+ x="55.051147"
+ y="462.06699"
+ id="use5704" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5714"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-3"
+ x="62.523098"
+ y="462.06699"
+ id="use5708" />
+ <use
+ xlink:href="#glyph-12-4"
+ x="69.168152"
+ y="462.06699"
+ id="use5710" />
+ <use
+ xlink:href="#glyph-12-5"
+ x="75.255302"
+ y="462.06699"
+ id="use5712" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5722"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-6"
+ x="85.935211"
+ y="462.06699"
+ id="use5716" />
+ <use
+ xlink:href="#glyph-12-7"
+ x="90.916512"
+ y="462.06699"
+ id="use5718" />
+ <use
+ xlink:href="#glyph-12-8"
+ x="95.897812"
+ y="462.06699"
+ id="use5720" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5730"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-9"
+ x="104.36602"
+ y="462.06699"
+ id="use5724" />
+ <use
+ xlink:href="#glyph-12-4"
+ x="111.55901"
+ y="462.06699"
+ id="use5726" />
+ <use
+ xlink:href="#glyph-12-5"
+ x="117.64616"
+ y="462.06699"
+ id="use5728" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5750"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-4"
+ x="128.32607"
+ y="462.06699"
+ id="use5732" />
+ <use
+ xlink:href="#glyph-12-10"
+ x="134.41322"
+ y="462.06699"
+ id="use5734" />
+ <use
+ xlink:href="#glyph-12-6"
+ x="137.18282"
+ y="462.06699"
+ id="use5736" />
+ <use
+ xlink:href="#glyph-12-11"
+ x="142.16412"
+ y="462.06699"
+ id="use5738" />
+ <use
+ xlink:href="#glyph-12-12"
+ x="144.93373"
+ y="462.06699"
+ id="use5740" />
+ <use
+ xlink:href="#glyph-12-13"
+ x="147.70332"
+ y="462.06699"
+ id="use5742" />
+ <use
+ xlink:href="#glyph-12-14"
+ x="152.68463"
+ y="462.06699"
+ id="use5744" />
+ <use
+ xlink:href="#glyph-12-15"
+ x="156.56007"
+ y="462.06699"
+ id="use5746" />
+ <use
+ xlink:href="#glyph-12-16"
+ x="163.75308"
+ y="462.06699"
+ id="use5748" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5760"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-22"
+ x="58.926998"
+ y="477.30099"
+ id="use5752" />
+ <use
+ xlink:href="#glyph-4-23"
+ x="65.439156"
+ y="477.30099"
+ id="use5754" />
+ <use
+ xlink:href="#glyph-4-24"
+ x="70.867577"
+ y="477.30099"
+ id="use5756" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="77.91671"
+ y="477.30099"
+ id="use5758" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5768"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="84.477684"
+ y="477.30099"
+ id="use5762" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="88.812607"
+ y="477.30099"
+ id="use5764" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="93.694283"
+ y="477.30099"
+ id="use5766" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5778"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-25"
+ x="101.33898"
+ y="477.30099"
+ id="use5770" />
+ <use
+ xlink:href="#glyph-4-23"
+ x="108.38812"
+ y="477.30099"
+ id="use5772" />
+ <use
+ xlink:href="#glyph-4-24"
+ x="113.81654"
+ y="477.30099"
+ id="use5774" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="120.86568"
+ y="477.30099"
+ id="use5776" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5786"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-13"
+ x="127.42665"
+ y="477.30099"
+ id="use5780" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="132.30832"
+ y="477.30099"
+ id="use5782" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="136.10626"
+ y="477.30099"
+ id="use5784" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5804"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="143.21399"
+ y="477.30099"
+ id="use5788" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="145.92819"
+ y="477.30099"
+ id="use5790" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="150.26312"
+ y="477.30099"
+ id="use5792" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="157.85901"
+ y="477.30099"
+ id="use5794" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="162.74068"
+ y="477.30099"
+ id="use5796" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="167.62236"
+ y="477.30099"
+ id="use5798" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="170.87355"
+ y="477.30099"
+ id="use5800" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="175.20848"
+ y="477.30099"
+ id="use5802" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5832"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="180.68571"
+ y="477.30099"
+ id="use5806" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="185.02065"
+ y="477.30099"
+ id="use5808" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="188.27184"
+ y="477.30099"
+ id="use5810" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="192.60677"
+ y="477.30099"
+ id="use5812" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="197.48843"
+ y="477.30099"
+ id="use5814" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="200.20265"
+ y="477.30099"
+ id="use5816" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="202.91685"
+ y="477.30099"
+ id="use5818" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="207.25179"
+ y="477.30099"
+ id="use5820" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="211.58672"
+ y="477.30099"
+ id="use5822" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="214.30092"
+ y="477.30099"
+ id="use5824" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="219.18259"
+ y="477.30099"
+ id="use5826" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="222.43379"
+ y="477.30099"
+ id="use5828" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="226.76872"
+ y="477.30099"
+ id="use5830" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5842"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="233.32968"
+ y="477.30099"
+ id="use5834" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="237.12762"
+ y="477.30099"
+ id="use5836" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="242.00931"
+ y="477.30099"
+ id="use5838" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="246.34422"
+ y="477.30099"
+ id="use5840" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5848"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="253.98894"
+ y="477.30099"
+ id="use5844" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="258.32385"
+ y="477.30099"
+ id="use5846" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5858"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-27"
+ x="264.88483"
+ y="477.30099"
+ id="use5850" />
+ <use
+ xlink:href="#glyph-4-28"
+ x="270.31326"
+ y="477.30099"
+ id="use5852" />
+ <use
+ xlink:href="#glyph-4-39"
+ x="273.56445"
+ y="477.30099"
+ id="use5854" />
+ <use
+ xlink:href="#glyph-4-40"
+ x="282.24405"
+ y="477.30099"
+ id="use5856" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5864"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="292.05621"
+ y="477.30099"
+ id="use5860" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="296.9379"
+ y="477.30099"
+ id="use5862" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5874"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-27"
+ x="48.964001"
+ y="489.25601"
+ id="use5866" />
+ <use
+ xlink:href="#glyph-4-28"
+ x="54.392422"
+ y="489.25601"
+ id="use5868" />
+ <use
+ xlink:href="#glyph-4-39"
+ x="57.643616"
+ y="489.25601"
+ id="use5870" />
+ <use
+ xlink:href="#glyph-4-37"
+ x="66.323235"
+ y="489.25601"
+ id="use5872" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5880"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="75.110245"
+ y="489.25601"
+ id="use5876" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="77.824455"
+ y="489.25601"
+ id="use5878" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5896"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-35"
+ x="85.517975"
+ y="489.25601"
+ id="use5882" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="90.399651"
+ y="489.25601"
+ id="use5884" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="94.734573"
+ y="489.25601"
+ id="use5886" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="97.985771"
+ y="489.25601"
+ id="use5888" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="101.23696"
+ y="489.25601"
+ id="use5890" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="106.11864"
+ y="489.25601"
+ id="use5892" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="109.36983"
+ y="489.25601"
+ id="use5894" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5904"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="119.78732"
+ y="489.25601"
+ id="use5898" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="122.50153"
+ y="489.25601"
+ id="use5900" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="127.38321"
+ y="489.25601"
+ id="use5902" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5910"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-39"
+ x="134.53975"
+ y="489.25601"
+ id="use5906" />
+ <use
+ xlink:href="#glyph-4-26"
+ x="143.21936"
+ y="489.25601"
+ id="use5908" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5916"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-22"
+ x="149.86819"
+ y="489.25601"
+ id="use5912" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="156.38036"
+ y="489.25601"
+ id="use5914" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5922"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="162.99014"
+ y="489.25601"
+ id="use5918" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="165.70435"
+ y="489.25601"
+ id="use5920" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5942"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-35"
+ x="173.40764"
+ y="489.25601"
+ id="use5924" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="178.28931"
+ y="489.25601"
+ id="use5926" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="182.62424"
+ y="489.25601"
+ id="use5928" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="185.87543"
+ y="489.25601"
+ id="use5930" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="190.21036"
+ y="489.25601"
+ id="use5932" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="192.92456"
+ y="489.25601"
+ id="use5934" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="195.63878"
+ y="489.25601"
+ id="use5936" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="199.97371"
+ y="489.25601"
+ id="use5938" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="202.68791"
+ y="489.25601"
+ id="use5940" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5950"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-26"
+ x="207.95036"
+ y="489.25601"
+ id="use5944" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="214.9995"
+ y="489.25601"
+ id="use5946" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="217.71371"
+ y="489.25601"
+ id="use5948" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5958"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="223.23976"
+ y="489.25601"
+ id="use5952" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="225.95398"
+ y="489.25601"
+ id="use5954" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="230.83565"
+ y="489.25601"
+ id="use5956" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5968"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-26"
+ x="237.99219"
+ y="489.25601"
+ id="use5960" />
+ <use
+ xlink:href="#glyph-4-41"
+ x="245.04132"
+ y="489.25601"
+ id="use5962" />
+ <use
+ xlink:href="#glyph-4-24"
+ x="251.00673"
+ y="489.25601"
+ id="use5964" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="258.05585"
+ y="489.25601"
+ id="use5966" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5980"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="264.67542"
+ y="489.25601"
+ id="use5970" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="268.47336"
+ y="489.25601"
+ id="use5972" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="273.35504"
+ y="489.25601"
+ id="use5974" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="277.68994"
+ y="489.25601"
+ id="use5976" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="280.94116"
+ y="489.25601"
+ id="use5978" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5988"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="288.08792"
+ y="489.25601"
+ id="use5982" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="290.80212"
+ y="489.25601"
+ id="use5984" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="295.68381"
+ y="489.25601"
+ id="use5986" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g5998"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-13"
+ x="48.964001"
+ y="501.211"
+ id="use5990" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="52.897583"
+ y="501.211"
+ id="use5992" />
+ <use
+ xlink:href="#glyph-10-22"
+ x="57.387329"
+ y="501.211"
+ id="use5994" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="65.254494"
+ y="501.211"
+ id="use5996" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6014"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-12"
+ x="73.212669"
+ y="501.211"
+ id="use6000" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="77.702415"
+ y="501.211"
+ id="use6002" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="82.75843"
+ y="501.211"
+ id="use6004" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="87.814453"
+ y="501.211"
+ id="use6006" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="90.625603"
+ y="501.211"
+ id="use6008" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="93.992912"
+ y="501.211"
+ id="use6010" />
+ <use
+ xlink:href="#glyph-10-1"
+ x="99.048927"
+ y="501.211"
+ id="use6012" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6022"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-2"
+ x="105.33862"
+ y="501.211"
+ id="use6016" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="109.82836"
+ y="501.211"
+ id="use6018" />
+ <use
+ xlink:href="#glyph-10-11"
+ x="114.88438"
+ y="501.211"
+ id="use6020" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6036"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-22"
+ x="123.40883"
+ y="501.211"
+ id="use6024" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="131.276"
+ y="501.211"
+ id="use6026" />
+ <use
+ xlink:href="#glyph-10-22"
+ x="135.76575"
+ y="501.211"
+ id="use6028" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="143.6329"
+ y="501.211"
+ id="use6030" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="148.68893"
+ y="501.211"
+ id="use6032" />
+ <use
+ xlink:href="#glyph-10-3"
+ x="152.05624"
+ y="501.211"
+ id="use6034" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6044"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-17"
+ x="160.59081"
+ y="501.211"
+ id="use6038" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="163.95811"
+ y="501.211"
+ id="use6040" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="167.32541"
+ y="501.211"
+ id="use6042" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6058"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-23"
+ x="171.66348"
+ y="501.211"
+ id="use6046" />
+ <use
+ xlink:href="#glyph-10-6"
+ x="176.7195"
+ y="501.211"
+ id="use6048" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="179.53065"
+ y="501.211"
+ id="use6050" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="183.46423"
+ y="501.211"
+ id="use6052" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="186.27538"
+ y="501.211"
+ id="use6054" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="190.76512"
+ y="501.211"
+ id="use6056" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6070"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-14"
+ x="197.60086"
+ y="501.211"
+ id="use6060" />
+ <use
+ xlink:href="#glyph-10-1"
+ x="203.22316"
+ y="501.211"
+ id="use6062" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="206.0343"
+ y="501.211"
+ id="use6064" />
+ <use
+ xlink:href="#glyph-10-10"
+ x="210.52405"
+ y="501.211"
+ id="use6066" />
+ <use
+ xlink:href="#glyph-10-24"
+ x="213.89136"
+ y="501.211"
+ id="use6068" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6076"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-25"
+ x="219.8979"
+ y="501.211"
+ id="use6072" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="227.19879"
+ y="501.211"
+ id="use6074" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6088"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-15"
+ x="235.72325"
+ y="501.211"
+ id="use6078" />
+ <use
+ xlink:href="#glyph-10-20"
+ x="238.53439"
+ y="501.211"
+ id="use6080" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="243.59041"
+ y="501.211"
+ id="use6082" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="248.08015"
+ y="501.211"
+ id="use6084" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="252.01375"
+ y="501.211"
+ id="use6086" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6110"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-26"
+ x="259.98203"
+ y="501.211"
+ id="use6090" />
+ <use
+ xlink:href="#glyph-10-1"
+ x="265.03806"
+ y="501.211"
+ id="use6092" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="267.84918"
+ y="501.211"
+ id="use6094" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="272.33893"
+ y="501.211"
+ id="use6096" />
+ <use
+ xlink:href="#glyph-10-18"
+ x="275.15009"
+ y="501.211"
+ id="use6098" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="278.5174"
+ y="501.211"
+ id="use6100" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="283.57343"
+ y="501.211"
+ id="use6102" />
+ <use
+ xlink:href="#glyph-10-22"
+ x="286.94073"
+ y="501.211"
+ id="use6104" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="294.80789"
+ y="501.211"
+ id="use6106" />
+ <use
+ xlink:href="#glyph-10-27"
+ x="298.74149"
+ y="501.211"
+ id="use6108" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6118"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="48.964001"
+ y="513.16699"
+ id="use6112" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="53.475861"
+ y="513.16699"
+ id="use6114" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="56.300858"
+ y="513.16699"
+ id="use6116" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6148"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="62.784119"
+ y="513.16699"
+ id="use6120" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="67.295982"
+ y="513.16699"
+ id="use6122" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="70.120979"
+ y="513.16699"
+ id="use6124" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="74.632835"
+ y="513.16699"
+ id="use6126" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="78.5858"
+ y="513.16699"
+ id="use6128" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="82.538757"
+ y="513.16699"
+ id="use6130" />
+ <use
+ xlink:href="#glyph-5-33"
+ x="85.363754"
+ y="513.16699"
+ id="use6132" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="91.013741"
+ y="513.16699"
+ id="use6134" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="95.525604"
+ y="513.16699"
+ id="use6136" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="100.03747"
+ y="513.16699"
+ id="use6138" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="102.86246"
+ y="513.16699"
+ id="use6140" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="105.68745"
+ y="513.16699"
+ id="use6142" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="110.76839"
+ y="513.16699"
+ id="use6144" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="115.84931"
+ y="513.16699"
+ id="use6146" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6156"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="123.46054"
+ y="513.16699"
+ id="use6150" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="127.9724"
+ y="513.16699"
+ id="use6152" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="131.35629"
+ y="513.16699"
+ id="use6154" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6180"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-4"
+ x="139.52643"
+ y="513.16699"
+ id="use6158" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="142.91032"
+ y="513.16699"
+ id="use6160" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="147.42218"
+ y="513.16699"
+ id="use6162" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="152.50311"
+ y="513.16699"
+ id="use6164" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="155.88701"
+ y="513.16699"
+ id="use6166" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="160.39886"
+ y="513.16699"
+ id="use6168" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="164.35182"
+ y="513.16699"
+ id="use6170" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="168.86369"
+ y="513.16699"
+ id="use6172" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="173.94461"
+ y="513.16699"
+ id="use6174" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="176.76961"
+ y="513.16699"
+ id="use6176" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="181.28148"
+ y="513.16699"
+ id="use6178" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6186"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="190.02066"
+ y="513.16699"
+ id="use6182" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="195.10159"
+ y="513.16699"
+ id="use6184" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6190"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="203.84079"
+ y="513.16699"
+ id="use6188" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6204"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="212.01091"
+ y="513.16699"
+ id="use6192" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="219.91684"
+ y="513.16699"
+ id="use6194" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="224.4287"
+ y="513.16699"
+ id="use6196" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="227.25369"
+ y="513.16699"
+ id="use6198" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="230.63759"
+ y="513.16699"
+ id="use6200" />
+ <use
+ xlink:href="#glyph-5-32"
+ x="233.46259"
+ y="513.16699"
+ id="use6202" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6222"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="242.20178"
+ y="513.16699"
+ id="use6206" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="250.1077"
+ y="513.16699"
+ id="use6208" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="255.18863"
+ y="513.16699"
+ id="use6210" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="258.01361"
+ y="513.16699"
+ id="use6212" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="260.83862"
+ y="513.16699"
+ id="use6214" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="263.6636"
+ y="513.16699"
+ id="use6216" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="268.74454"
+ y="513.16699"
+ id="use6218" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="271.56952"
+ y="513.16699"
+ id="use6220" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6238"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="274.38437"
+ y="513.16699"
+ id="use6224" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="278.89624"
+ y="513.16699"
+ id="use6226" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="283.40808"
+ y="513.16699"
+ id="use6228" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="286.23309"
+ y="513.16699"
+ id="use6230" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="289.05807"
+ y="513.16699"
+ id="use6232" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="294.13901"
+ y="513.16699"
+ id="use6234" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="299.21994"
+ y="513.16699"
+ id="use6236" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6246"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-1"
+ x="48.654999"
+ y="525.12201"
+ id="use6240" />
+ <use
+ xlink:href="#glyph-13-2"
+ x="54.839542"
+ y="525.12201"
+ id="use6242" />
+ <use
+ xlink:href="#glyph-13-3"
+ x="59.900543"
+ y="525.12201"
+ id="use6244" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6256"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-4"
+ x="67.886803"
+ y="525.12201"
+ id="use6248" />
+ <use
+ xlink:href="#glyph-13-5"
+ x="74.638176"
+ y="525.12201"
+ id="use6250" />
+ <use
+ xlink:href="#glyph-13-6"
+ x="81.946266"
+ y="525.12201"
+ id="use6252" />
+ <use
+ xlink:href="#glyph-13-7"
+ x="89.254349"
+ y="525.12201"
+ id="use6254" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6268"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-8"
+ x="100.05453"
+ y="525.12201"
+ id="use6258" />
+ <use
+ xlink:href="#glyph-13-9"
+ x="102.86844"
+ y="525.12201"
+ id="use6260" />
+ <use
+ xlink:href="#glyph-13-10"
+ x="107.36261"
+ y="525.12201"
+ id="use6262" />
+ <use
+ xlink:href="#glyph-13-3"
+ x="112.42361"
+ y="525.12201"
+ id="use6264" />
+ <use
+ xlink:href="#glyph-13-11"
+ x="116.91778"
+ y="525.12201"
+ id="use6266" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6274"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-12"
+ x="123.78049"
+ y="525.12201"
+ id="use6270" />
+ <use
+ xlink:href="#glyph-13-13"
+ x="126.59441"
+ y="525.12201"
+ id="use6272" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6278"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-9"
+ x="135.14751"
+ y="525.12201"
+ id="use6276" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6286"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-14"
+ x="143.14389"
+ y="525.12201"
+ id="use6280" />
+ <use
+ xlink:href="#glyph-13-6"
+ x="150.45197"
+ y="525.12201"
+ id="use6282" />
+ <use
+ xlink:href="#glyph-13-6"
+ x="157.76006"
+ y="525.12201"
+ id="use6284" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6294"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-15"
+ x="168.56023"
+ y="525.12201"
+ id="use6288" />
+ <use
+ xlink:href="#glyph-13-9"
+ x="173.0544"
+ y="525.12201"
+ id="use6290" />
+ <use
+ xlink:href="#glyph-13-13"
+ x="177.54857"
+ y="525.12201"
+ id="use6292" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6304"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-9"
+ x="186.10165"
+ y="525.12201"
+ id="use6296" />
+ <use
+ xlink:href="#glyph-13-8"
+ x="190.59583"
+ y="525.12201"
+ id="use6298" />
+ <use
+ xlink:href="#glyph-13-16"
+ x="193.40974"
+ y="525.12201"
+ id="use6300" />
+ <use
+ xlink:href="#glyph-13-17"
+ x="197.3472"
+ y="525.12201"
+ id="use6302" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6310"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-18"
+ x="205.9003"
+ y="525.12201"
+ id="use6306" />
+ <use
+ xlink:href="#glyph-13-3"
+ x="210.96129"
+ y="525.12201"
+ id="use6308" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6324"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-19"
+ x="218.94756"
+ y="525.12201"
+ id="use6312" />
+ <use
+ xlink:href="#glyph-13-9"
+ x="226.82248"
+ y="525.12201"
+ id="use6314" />
+ <use
+ xlink:href="#glyph-13-20"
+ x="231.31664"
+ y="525.12201"
+ id="use6316" />
+ <use
+ xlink:href="#glyph-13-20"
+ x="236.37764"
+ y="525.12201"
+ id="use6318" />
+ <use
+ xlink:href="#glyph-13-3"
+ x="241.43864"
+ y="525.12201"
+ id="use6320" />
+ <use
+ xlink:href="#glyph-13-21"
+ x="245.93282"
+ y="525.12201"
+ id="use6322" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6330"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-22"
+ x="254.4859"
+ y="525.12201"
+ id="use6326" />
+ <use
+ xlink:href="#glyph-13-17"
+ x="257.2998"
+ y="525.12201"
+ id="use6328" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6334"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-9"
+ x="265.85291"
+ y="525.12201"
+ id="use6332" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6348"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-13-19"
+ x="273.83917"
+ y="525.12201"
+ id="use6336" />
+ <use
+ xlink:href="#glyph-13-9"
+ x="281.71408"
+ y="525.12201"
+ id="use6338" />
+ <use
+ xlink:href="#glyph-13-22"
+ x="286.20825"
+ y="525.12201"
+ id="use6340" />
+ <use
+ xlink:href="#glyph-13-11"
+ x="289.02219"
+ y="525.12201"
+ id="use6342" />
+ <use
+ xlink:href="#glyph-13-12"
+ x="292.39279"
+ y="525.12201"
+ id="use6344" />
+ <use
+ xlink:href="#glyph-13-23"
+ x="295.20673"
+ y="525.12201"
+ id="use6346" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6378"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="48.964001"
+ y="537.07703"
+ id="use6350" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="56.869923"
+ y="537.07703"
+ id="use6352" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="61.950848"
+ y="537.07703"
+ id="use6354" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="64.775841"
+ y="537.07703"
+ id="use6356" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="67.600838"
+ y="537.07703"
+ id="use6358" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="70.425835"
+ y="537.07703"
+ id="use6360" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="75.50676"
+ y="537.07703"
+ id="use6362" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="78.331749"
+ y="537.07703"
+ id="use6364" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="81.156746"
+ y="537.07703"
+ id="use6366" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="85.66861"
+ y="537.07703"
+ id="use6368" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="90.180473"
+ y="537.07703"
+ id="use6370" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="93.00547"
+ y="537.07703"
+ id="use6372" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="95.83046"
+ y="537.07703"
+ id="use6374" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="100.91138"
+ y="537.07703"
+ id="use6376" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6390"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-8"
+ x="109.77252"
+ y="537.07703"
+ id="use6380" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="114.85345"
+ y="537.07703"
+ id="use6382" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="118.80641"
+ y="537.07703"
+ id="use6384" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="121.6314"
+ y="537.07703"
+ id="use6386" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="126.71233"
+ y="537.07703"
+ id="use6388" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6398"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="135.57347"
+ y="537.07703"
+ id="use6392" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="138.39845"
+ y="537.07703"
+ id="use6394" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="143.47939"
+ y="537.07703"
+ id="use6396" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6402"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-29"
+ x="151.77145"
+ y="537.07703"
+ id="use6400" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6418"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="157.17757"
+ y="537.07703"
+ id="use6404" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="162.25848"
+ y="537.07703"
+ id="use6406" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="166.77036"
+ y="537.07703"
+ id="use6408" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="171.85127"
+ y="537.07703"
+ id="use6410" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="174.67627"
+ y="537.07703"
+ id="use6412" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="177.50127"
+ y="537.07703"
+ id="use6414" />
+ <use
+ xlink:href="#glyph-5-34"
+ x="180.32626"
+ y="537.07703"
+ id="use6416" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6434"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="188.61833"
+ y="537.07703"
+ id="use6420" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="196.52425"
+ y="537.07703"
+ id="use6422" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="201.03612"
+ y="537.07703"
+ id="use6424" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="203.86111"
+ y="537.07703"
+ id="use6426" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="207.24501"
+ y="537.07703"
+ id="use6428" />
+ <use
+ xlink:href="#glyph-5-32"
+ x="210.07001"
+ y="537.07703"
+ id="use6430" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="215.15092"
+ y="537.07703"
+ id="use6432" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6446"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-29"
+ x="221.4716"
+ y="537.07703"
+ id="use6436" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="227.6805"
+ y="537.07703"
+ id="use6438" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="232.76141"
+ y="537.07703"
+ id="use6440" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="237.27328"
+ y="537.07703"
+ id="use6442" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="240.65718"
+ y="537.07703"
+ id="use6444" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6454"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="248.94925"
+ y="537.07703"
+ id="use6448" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="253.46111"
+ y="537.07703"
+ id="use6450" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="256.845"
+ y="537.07703"
+ id="use6452" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6466"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="265.13708"
+ y="537.07703"
+ id="use6456" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="269.09003"
+ y="537.07703"
+ id="use6458" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="274.17096"
+ y="537.07703"
+ id="use6460" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="277.55487"
+ y="537.07703"
+ id="use6462" />
+ <use
+ xlink:href="#glyph-5-17"
+ x="280.37985"
+ y="537.07703"
+ id="use6464" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6474"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="287.61508"
+ y="537.07703"
+ id="use6468" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="292.12695"
+ y="537.07703"
+ id="use6470" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="295.51086"
+ y="537.07703"
+ id="use6472" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6494"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-9"
+ x="48.964001"
+ y="549.03198"
+ id="use6476" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="51.788994"
+ y="549.03198"
+ id="use6478" />
+ <use
+ xlink:href="#glyph-5-21"
+ x="54.613991"
+ y="549.03198"
+ id="use6480" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="59.694916"
+ y="549.03198"
+ id="use6482" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="63.078812"
+ y="549.03198"
+ id="use6484" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="67.590675"
+ y="549.03198"
+ id="use6486" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="70.974571"
+ y="549.03198"
+ id="use6488" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="73.799568"
+ y="549.03198"
+ id="use6490" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="78.311432"
+ y="549.03198"
+ id="use6492" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6512"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="86.898193"
+ y="549.03198"
+ id="use6496" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="91.979118"
+ y="549.03198"
+ id="use6498" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="96.490982"
+ y="549.03198"
+ id="use6500" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="100.44394"
+ y="549.03198"
+ id="use6502" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="103.26894"
+ y="549.03198"
+ id="use6504" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="108.34986"
+ y="549.03198"
+ id="use6506" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="113.43079"
+ y="549.03198"
+ id="use6508" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="117.94265"
+ y="549.03198"
+ id="use6510" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6520"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="127.65738"
+ y="549.03198"
+ id="use6514" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="131.04128"
+ y="549.03198"
+ id="use6516" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="136.12221"
+ y="549.03198"
+ id="use6518" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6530"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-35"
+ x="144.13991"
+ y="549.03198"
+ id="use6522" />
+ <use
+ xlink:href="#glyph-5-36"
+ x="150.91786"
+ y="549.03198"
+ id="use6524" />
+ <use
+ xlink:href="#glyph-5-37"
+ x="156.56786"
+ y="549.03198"
+ id="use6526" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="163.90471"
+ y="549.03198"
+ id="use6528" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6544"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="172.49147"
+ y="549.03198"
+ id="use6532" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="175.87537"
+ y="549.03198"
+ id="use6534" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="180.38724"
+ y="549.03198"
+ id="use6536" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="182.92769"
+ y="549.03198"
+ id="use6538" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="188.00862"
+ y="549.03198"
+ id="use6540" />
+ <use
+ xlink:href="#glyph-5-30"
+ x="190.54909"
+ y="549.03198"
+ id="use6542" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6564"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-38"
+ x="197.72336"
+ y="549.03198"
+ id="use6546" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="205.06021"
+ y="549.03198"
+ id="use6548" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="210.14113"
+ y="549.03198"
+ id="use6550" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="214.653"
+ y="549.03198"
+ id="use6552" />
+ <use
+ xlink:href="#glyph-5-39"
+ x="219.73392"
+ y="549.03198"
+ id="use6554" />
+ <use
+ xlink:href="#glyph-5-40"
+ x="226.51187"
+ y="549.03198"
+ id="use6556" />
+ <use
+ xlink:href="#glyph-5-41"
+ x="232.72076"
+ y="549.03198"
+ id="use6558" />
+ <use
+ xlink:href="#glyph-5-42"
+ x="240.05763"
+ y="549.03198"
+ id="use6560" />
+ <use
+ xlink:href="#glyph-5-30"
+ x="245.70761"
+ y="549.03198"
+ id="use6562" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6576"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-43"
+ x="252.88188"
+ y="549.03198"
+ id="use6566" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="256.26578"
+ y="549.03198"
+ id="use6568" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="261.34671"
+ y="549.03198"
+ id="use6570" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="264.17169"
+ y="549.03198"
+ id="use6572" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="268.68356"
+ y="549.03198"
+ id="use6574" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6586"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-44"
+ x="276.14236"
+ y="549.03198"
+ id="use6578" />
+ <use
+ xlink:href="#glyph-5-45"
+ x="285.17624"
+ y="549.03198"
+ id="use6580" />
+ <use
+ xlink:href="#glyph-5-40"
+ x="292.51309"
+ y="549.03198"
+ id="use6582" />
+ <use
+ xlink:href="#glyph-5-30"
+ x="298.72198"
+ y="549.03198"
+ id="use6584" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6598"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="48.964001"
+ y="560.987"
+ id="use6588" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="53.298927"
+ y="560.987"
+ id="use6590" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="56.013138"
+ y="560.987"
+ id="use6592" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="60.348064"
+ y="560.987"
+ id="use6594" />
+ <use
+ xlink:href="#glyph-4-34"
+ x="62.788902"
+ y="560.987"
+ id="use6596" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6606"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="69.398689"
+ y="560.987"
+ id="use6600" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="73.733612"
+ y="560.987"
+ id="use6602" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="78.615288"
+ y="560.987"
+ id="use6604" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6616"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-25"
+ x="86.855553"
+ y="560.987"
+ id="use6608" />
+ <use
+ xlink:href="#glyph-4-23"
+ x="93.904694"
+ y="560.987"
+ id="use6610" />
+ <use
+ xlink:href="#glyph-4-24"
+ x="99.333115"
+ y="560.987"
+ id="use6612" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="106.38225"
+ y="560.987"
+ id="use6614" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6630"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-42"
+ x="113.54855"
+ y="560.987"
+ id="use6618" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="116.79974"
+ y="560.987"
+ id="use6620" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="121.13467"
+ y="560.987"
+ id="use6622" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="123.57551"
+ y="560.987"
+ id="use6624" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="128.45718"
+ y="560.987"
+ id="use6626" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="130.89801"
+ y="560.987"
+ id="use6628" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6646"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="136.69745"
+ y="560.987"
+ id="use6632" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="141.03238"
+ y="560.987"
+ id="use6634" />
+ <use
+ xlink:href="#glyph-4-43"
+ x="145.91405"
+ y="560.987"
+ id="use6636" />
+ <use
+ xlink:href="#glyph-4-41"
+ x="152.42619"
+ y="560.987"
+ id="use6638" />
+ <use
+ xlink:href="#glyph-4-26"
+ x="158.3916"
+ y="560.987"
+ id="use6640" />
+ <use
+ xlink:href="#glyph-4-27"
+ x="165.44073"
+ y="560.987"
+ id="use6642" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="170.86916"
+ y="560.987"
+ id="use6644" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6660"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="176.66859"
+ y="560.987"
+ id="use6648" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="181.00352"
+ y="560.987"
+ id="use6650" />
+ <use
+ xlink:href="#glyph-4-40"
+ x="185.88519"
+ y="560.987"
+ id="use6652" />
+ <use
+ xlink:href="#glyph-4-44"
+ x="192.93433"
+ y="560.987"
+ id="use6654" />
+ <use
+ xlink:href="#glyph-4-44"
+ x="199.98346"
+ y="560.987"
+ id="use6656" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="207.03261"
+ y="560.987"
+ id="use6658" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6672"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="212.83203"
+ y="560.987"
+ id="use6662" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="217.16696"
+ y="560.987"
+ id="use6664" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="219.88116"
+ y="560.987"
+ id="use6666" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="224.21609"
+ y="560.987"
+ id="use6668" />
+ <use
+ xlink:href="#glyph-4-34"
+ x="226.65694"
+ y="560.987"
+ id="use6670" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6682"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="233.26672"
+ y="560.987"
+ id="use6674" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="235.98093"
+ y="560.987"
+ id="use6676" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="240.86261"
+ y="560.987"
+ id="use6678" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="245.19753"
+ y="560.987"
+ id="use6680" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6700"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="251.28009"
+ y="560.987"
+ id="use6684" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="256.16177"
+ y="560.987"
+ id="use6686" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="261.04346"
+ y="560.987"
+ id="use6688" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="263.75766"
+ y="560.987"
+ id="use6690" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="266.47186"
+ y="560.987"
+ id="use6692" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="274.06775"
+ y="560.987"
+ id="use6694" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="276.78195"
+ y="560.987"
+ id="use6696" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="281.11688"
+ y="560.987"
+ id="use6698" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6708"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-19"
+ x="288.81039"
+ y="560.987"
+ id="use6702" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="292.06161"
+ y="560.987"
+ id="use6704" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="296.94327"
+ y="560.987"
+ id="use6706" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6722"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="48.964001"
+ y="572.94202"
+ id="use6710" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="56.559883"
+ y="572.94202"
+ id="use6712" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="60.89481"
+ y="572.94202"
+ id="use6714" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="63.60902"
+ y="572.94202"
+ id="use6716" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="66.860214"
+ y="572.94202"
+ id="use6718" />
+ <use
+ xlink:href="#glyph-4-45"
+ x="69.574425"
+ y="572.94202"
+ id="use6720" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6756"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="77.668243"
+ y="572.94202"
+ id="use6724" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="85.26413"
+ y="572.94202"
+ id="use6726" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="90.145805"
+ y="572.94202"
+ id="use6728" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="92.860016"
+ y="572.94202"
+ id="use6730" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="95.574226"
+ y="572.94202"
+ id="use6732" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="98.288437"
+ y="572.94202"
+ id="use6734" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="103.1701"
+ y="572.94202"
+ id="use6736" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="105.88432"
+ y="572.94202"
+ id="use6738" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="108.59853"
+ y="572.94202"
+ id="use6740" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="112.93346"
+ y="572.94202"
+ id="use6742" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="117.26838"
+ y="572.94202"
+ id="use6744" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="119.98259"
+ y="572.94202"
+ id="use6746" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="122.6968"
+ y="572.94202"
+ id="use6748" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="127.57848"
+ y="572.94202"
+ id="use6750" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="132.46016"
+ y="572.94202"
+ id="use6752" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="136.25809"
+ y="572.94202"
+ id="use6754" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6764"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-37"
+ x="141.90131"
+ y="572.94202"
+ id="use6758" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="147.86671"
+ y="572.94202"
+ id="use6760" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="152.74838"
+ y="572.94202"
+ id="use6762" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6778"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="160.29546"
+ y="572.94202"
+ id="use6766" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="167.89134"
+ y="572.94202"
+ id="use6768" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="172.22627"
+ y="572.94202"
+ id="use6770" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="174.94048"
+ y="572.94202"
+ id="use6772" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="178.19168"
+ y="572.94202"
+ id="use6774" />
+ <use
+ xlink:href="#glyph-4-45"
+ x="180.90588"
+ y="572.94202"
+ id="use6776" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6808"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="188.99969"
+ y="572.94202"
+ id="use6780" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="196.59558"
+ y="572.94202"
+ id="use6782" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="201.47726"
+ y="572.94202"
+ id="use6784" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="204.19147"
+ y="572.94202"
+ id="use6786" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="206.90569"
+ y="572.94202"
+ id="use6788" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="209.61989"
+ y="572.94202"
+ id="use6790" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="214.50157"
+ y="572.94202"
+ id="use6792" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="217.21577"
+ y="572.94202"
+ id="use6794" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="219.92999"
+ y="572.94202"
+ id="use6796" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="224.26491"
+ y="572.94202"
+ id="use6798" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="228.59984"
+ y="572.94202"
+ id="use6800" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="231.31406"
+ y="572.94202"
+ id="use6802" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="234.02826"
+ y="572.94202"
+ id="use6804" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="238.90994"
+ y="572.94202"
+ id="use6806" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6814"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="246.99399"
+ y="572.94202"
+ id="use6810" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="249.70819"
+ y="572.94202"
+ id="use6812" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6826"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="256.71829"
+ y="572.94202"
+ id="use6816" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="259.4325"
+ y="572.94202"
+ id="use6818" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="262.1467"
+ y="572.94202"
+ id="use6820" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="264.8609"
+ y="572.94202"
+ id="use6822" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="269.19583"
+ y="572.94202"
+ id="use6824" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6832"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="277.28964"
+ y="572.94202"
+ id="use6828" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="280.00388"
+ y="572.94202"
+ id="use6830" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6840"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="288.08792"
+ y="572.94202"
+ id="use6834" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="290.80212"
+ y="572.94202"
+ id="use6836" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="295.68381"
+ y="572.94202"
+ id="use6838" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6856"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="48.964001"
+ y="584.89801"
+ id="use6842" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="52.916962"
+ y="584.89801"
+ id="use6844" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="55.741955"
+ y="584.89801"
+ id="use6846" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="60.82288"
+ y="584.89801"
+ id="use6848" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="64.206779"
+ y="584.89801"
+ id="use6850" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="68.718643"
+ y="584.89801"
+ id="use6852" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="73.799568"
+ y="584.89801"
+ id="use6854" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6874"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-26"
+ x="81.807106"
+ y="584.89801"
+ id="use6858" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="86.888031"
+ y="584.89801"
+ id="use6860" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="89.713028"
+ y="584.89801"
+ id="use6862" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="94.224892"
+ y="584.89801"
+ id="use6864" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="97.608788"
+ y="584.89801"
+ id="use6866" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="102.12065"
+ y="584.89801"
+ id="use6868" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="105.50455"
+ y="584.89801"
+ id="use6870" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="110.0164"
+ y="584.89801"
+ id="use6872" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6878"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-10"
+ x="115.04652"
+ y="584.89801"
+ id="use6876" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6884"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="123.62313"
+ y="584.89801"
+ id="use6880" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="128.70406"
+ y="584.89801"
+ id="use6882" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6896"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="135.58363"
+ y="584.89801"
+ id="use6886" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="138.40862"
+ y="584.89801"
+ id="use6888" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="143.48955"
+ y="584.89801"
+ id="use6890" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="148.0014"
+ y="584.89801"
+ id="use6892" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="151.95438"
+ y="584.89801"
+ id="use6894" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6918"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-2"
+ x="159.96191"
+ y="584.89801"
+ id="use6898" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="165.04283"
+ y="584.89801"
+ id="use6900" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="167.86783"
+ y="584.89801"
+ id="use6902" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="172.3797"
+ y="584.89801"
+ id="use6904" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="175.20468"
+ y="584.89801"
+ id="use6906" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="178.58858"
+ y="584.89801"
+ id="use6908" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="183.66951"
+ y="584.89801"
+ id="use6910" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="187.05341"
+ y="584.89801"
+ id="use6912" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="194.95934"
+ y="584.89801"
+ id="use6914" />
+ <use
+ xlink:href="#glyph-5-30"
+ x="198.91229"
+ y="584.89801"
+ id="use6916" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6930"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="204.94843"
+ y="584.89801"
+ id="use6920" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="212.28528"
+ y="584.89801"
+ id="use6922" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="217.36621"
+ y="584.89801"
+ id="use6924" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="220.19121"
+ y="584.89801"
+ id="use6926" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="224.70306"
+ y="584.89801"
+ id="use6928" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6938"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="233.27968"
+ y="584.89801"
+ id="use6932" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="237.79153"
+ y="584.89801"
+ id="use6934" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="241.17543"
+ y="584.89801"
+ id="use6936" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6944"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="249.18297"
+ y="584.89801"
+ id="use6940" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="254.2639"
+ y="584.89801"
+ id="use6942" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6952"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="262.84048"
+ y="584.89801"
+ id="use6946" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="265.6655"
+ y="584.89801"
+ id="use6948" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="270.74643"
+ y="584.89801"
+ id="use6950" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6964"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="278.75397"
+ y="584.89801"
+ id="use6954" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="283.8349"
+ y="584.89801"
+ id="use6956" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="287.21878"
+ y="584.89801"
+ id="use6958" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="292.29971"
+ y="584.89801"
+ id="use6960" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="296.81158"
+ y="584.89801"
+ id="use6962" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6970"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-6"
+ x="48.964001"
+ y="596.85303"
+ id="use6966" />
+ <use
+ xlink:href="#glyph-6-8"
+ x="53.945301"
+ y="596.85303"
+ id="use6968" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6974"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="60.749756"
+ y="596.85303"
+ id="use6972" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6980"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-8"
+ x="68.660057"
+ y="596.85303"
+ id="use6976" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="71.977608"
+ y="596.85303"
+ id="use6978" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6984"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-27"
+ x="76.151932"
+ y="596.85303"
+ id="use6982" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6990"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-21"
+ x="86.831841"
+ y="596.85303"
+ id="use6986" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="94.582748"
+ y="596.85303"
+ id="use6988" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g6994"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-15"
+ x="98.856705"
+ y="596.85303"
+ id="use6992" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7008"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="103.78819"
+ y="596.85303"
+ id="use6996" />
+ <use
+ xlink:href="#glyph-6-28"
+ x="108.21158"
+ y="596.85303"
+ id="use6998" />
+ <use
+ xlink:href="#glyph-6-17"
+ x="113.19288"
+ y="596.85303"
+ id="use7000" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="118.17418"
+ y="596.85303"
+ id="use7002" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="120.94379"
+ y="596.85303"
+ id="use7004" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="125.36718"
+ y="596.85303"
+ id="use7006" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7014"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="132.72954"
+ y="596.85303"
+ id="use7010" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="137.15294"
+ y="596.85303"
+ id="use7012" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7022"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-1"
+ x="143.40945"
+ y="596.85303"
+ id="use7016" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="146.17905"
+ y="596.85303"
+ id="use7018" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="151.16035"
+ y="596.85303"
+ id="use7020" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7036"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-2"
+ x="159.07065"
+ y="596.85303"
+ id="use7024" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="164.05196"
+ y="596.85303"
+ id="use7026" />
+ <use
+ xlink:href="#glyph-6-15"
+ x="166.82156"
+ y="596.85303"
+ id="use7028" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="171.80286"
+ y="596.85303"
+ id="use7030" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="176.78416"
+ y="596.85303"
+ id="use7032" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="181.20755"
+ y="596.85303"
+ id="use7034" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7042"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-13"
+ x="188.01201"
+ y="596.85303"
+ id="use7038" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="190.78162"
+ y="596.85303"
+ id="use7040" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7046"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-29"
+ x="194.95593"
+ y="596.85303"
+ id="use7044" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7056"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-3"
+ x="199.7878"
+ y="596.85303"
+ id="use7048" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="204.2112"
+ y="596.85303"
+ id="use7050" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="206.9808"
+ y="596.85303"
+ id="use7052" />
+ <use
+ xlink:href="#glyph-6-12"
+ x="210.85625"
+ y="596.85303"
+ id="use7054" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7064"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-37"
+ x="58.926998"
+ y="608.84802"
+ id="use7058" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="64.892403"
+ y="608.84802"
+ id="use7060" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="69.774078"
+ y="608.84802"
+ id="use7062" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7078"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="77.282097"
+ y="608.84802"
+ id="use7066" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="84.877975"
+ y="608.84802"
+ id="use7068" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="89.212906"
+ y="608.84802"
+ id="use7070" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="91.927116"
+ y="608.84802"
+ id="use7072" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="95.178314"
+ y="608.84802"
+ id="use7074" />
+ <use
+ xlink:href="#glyph-4-45"
+ x="97.892525"
+ y="608.84802"
+ id="use7076" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7110"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="105.95705"
+ y="608.84802"
+ id="use7080" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="113.55293"
+ y="608.84802"
+ id="use7082" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="118.43461"
+ y="608.84802"
+ id="use7084" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="121.14882"
+ y="608.84802"
+ id="use7086" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="123.86303"
+ y="608.84802"
+ id="use7088" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="126.57724"
+ y="608.84802"
+ id="use7090" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="131.45891"
+ y="608.84802"
+ id="use7092" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="134.17313"
+ y="608.84802"
+ id="use7094" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="136.88733"
+ y="608.84802"
+ id="use7096" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="141.22226"
+ y="608.84802"
+ id="use7098" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="145.55719"
+ y="608.84802"
+ id="use7100" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="148.27139"
+ y="608.84802"
+ id="use7102" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="150.98561"
+ y="608.84802"
+ id="use7104" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="155.86728"
+ y="608.84802"
+ id="use7106" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="160.74896"
+ y="608.84802"
+ id="use7108" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7116"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="167.71999"
+ y="608.84802"
+ id="use7112" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="172.60165"
+ y="608.84802"
+ id="use7114" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7128"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="180.66618"
+ y="608.84802"
+ id="use7118" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="183.3804"
+ y="608.84802"
+ id="use7120" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="188.26207"
+ y="608.84802"
+ id="use7122" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="192.597"
+ y="608.84802"
+ id="use7124" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="196.39494"
+ y="608.84802"
+ id="use7126" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7148"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-35"
+ x="203.90295"
+ y="608.84802"
+ id="use7130" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="208.78462"
+ y="608.84802"
+ id="use7132" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="211.49884"
+ y="608.84802"
+ id="use7134" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="215.83377"
+ y="608.84802"
+ id="use7136" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="218.54797"
+ y="608.84802"
+ id="use7138" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="221.79916"
+ y="608.84802"
+ id="use7140" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="226.68085"
+ y="608.84802"
+ id="use7142" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="229.93204"
+ y="608.84802"
+ id="use7144" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="237.52792"
+ y="608.84802"
+ id="use7146" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7156"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="244.49896"
+ y="608.84802"
+ id="use7150" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="248.83388"
+ y="608.84802"
+ id="use7152" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="253.16881"
+ y="608.84802"
+ id="use7154" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7162"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-20"
+ x="261.23334"
+ y="608.84802"
+ id="use7158" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="266.11502"
+ y="608.84802"
+ id="use7160" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7178"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-19"
+ x="273.62302"
+ y="608.84802"
+ id="use7164" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="276.87421"
+ y="608.84802"
+ id="use7166" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="281.75589"
+ y="608.84802"
+ id="use7168" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="285.00708"
+ y="608.84802"
+ id="use7170" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="287.72128"
+ y="608.84802"
+ id="use7172" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="292.60297"
+ y="608.84802"
+ id="use7174" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="296.9379"
+ y="608.84802"
+ id="use7176" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7188"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="48.964001"
+ y="620.80298"
+ id="use7180" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="52.916962"
+ y="620.80298"
+ id="use7182" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="57.997887"
+ y="620.80298"
+ id="use7184" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="62.50975"
+ y="620.80298"
+ id="use7186" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7194"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-8"
+ x="72.427719"
+ y="620.80298"
+ id="use7190" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="77.508644"
+ y="620.80298"
+ id="use7192" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7200"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="87.436775"
+ y="620.80298"
+ id="use7196" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="92.5177"
+ y="620.80298"
+ id="use7198" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7210"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="102.44582"
+ y="620.80298"
+ id="use7202" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="106.95769"
+ y="620.80298"
+ id="use7204" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="112.03861"
+ y="620.80298"
+ id="use7206" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="117.11954"
+ y="620.80298"
+ id="use7208" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7220"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-10"
+ x="119.93437"
+ y="620.80298"
+ id="use7212" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="125.0153"
+ y="620.80298"
+ id="use7214" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="127.84029"
+ y="620.80298"
+ id="use7216" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="132.92122"
+ y="620.80298"
+ id="use7218" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7242"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="142.84935"
+ y="620.80298"
+ id="use7222" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="145.67435"
+ y="620.80298"
+ id="use7224" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="149.05824"
+ y="620.80298"
+ id="use7226" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="153.5701"
+ y="620.80298"
+ id="use7228" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="158.65103"
+ y="620.80298"
+ id="use7230" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="162.60399"
+ y="620.80298"
+ id="use7232" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="165.98788"
+ y="620.80298"
+ id="use7234" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="171.06882"
+ y="620.80298"
+ id="use7236" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="174.45271"
+ y="620.80298"
+ id="use7238" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="182.35863"
+ y="620.80298"
+ id="use7240" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7248"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="191.14864"
+ y="620.80298"
+ id="use7244" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="193.97363"
+ y="620.80298"
+ id="use7246" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7256"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="203.90176"
+ y="620.80298"
+ id="use7250" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="206.72675"
+ y="620.80298"
+ id="use7252" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="211.80768"
+ y="620.80298"
+ id="use7254" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7266"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="221.15659"
+ y="620.80298"
+ id="use7258" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="226.2375"
+ y="620.80298"
+ id="use7260" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="230.74937"
+ y="620.80298"
+ id="use7262" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="233.57437"
+ y="620.80298"
+ id="use7264" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7272"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="242.93343"
+ y="620.80298"
+ id="use7268" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="245.75842"
+ y="620.80298"
+ id="use7270" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7286"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-4"
+ x="255.67639"
+ y="620.80298"
+ id="use7274" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="259.0603"
+ y="620.80298"
+ id="use7276" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="263.57214"
+ y="620.80298"
+ id="use7278" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="268.65308"
+ y="620.80298"
+ id="use7280" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="273.73401"
+ y="620.80298"
+ id="use7282" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="278.24588"
+ y="620.80298"
+ id="use7284" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7294"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="287.60492"
+ y="620.80298"
+ id="use7288" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="290.42993"
+ y="620.80298"
+ id="use7290" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="295.51086"
+ y="620.80298"
+ id="use7292" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7308"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-14"
+ x="48.964001"
+ y="632.758"
+ id="use7296" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="53.945301"
+ y="632.758"
+ id="use7298" />
+ <use
+ xlink:href="#glyph-6-21"
+ x="58.926601"
+ y="632.758"
+ id="use7300" />
+ <use
+ xlink:href="#glyph-6-28"
+ x="66.677505"
+ y="632.758"
+ id="use7302" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="71.658806"
+ y="632.758"
+ id="use7304" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="76.082199"
+ y="632.758"
+ id="use7306" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7314"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-6"
+ x="82.88665"
+ y="632.758"
+ id="use7310" />
+ <use
+ xlink:href="#glyph-6-8"
+ x="87.86795"
+ y="632.758"
+ id="use7312" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7348"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-21"
+ x="94.662445"
+ y="632.758"
+ id="use7316" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="102.41335"
+ y="632.758"
+ id="use7318" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="107.39465"
+ y="632.758"
+ id="use7320" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="110.16425"
+ y="632.758"
+ id="use7322" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="112.93385"
+ y="632.758"
+ id="use7324" />
+ <use
+ xlink:href="#glyph-6-7"
+ x="115.70346"
+ y="632.758"
+ id="use7326" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="120.68475"
+ y="632.758"
+ id="use7328" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="123.45436"
+ y="632.758"
+ id="use7330" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="126.22396"
+ y="632.758"
+ id="use7332" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="130.64735"
+ y="632.758"
+ id="use7334" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="135.07076"
+ y="632.758"
+ id="use7336" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="137.84036"
+ y="632.758"
+ id="use7338" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="140.60995"
+ y="632.758"
+ id="use7340" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="145.59126"
+ y="632.758"
+ id="use7342" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="150.57256"
+ y="632.758"
+ id="use7344" />
+ <use
+ xlink:href="#glyph-6-12"
+ x="154.44801"
+ y="632.758"
+ id="use7346" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7352"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-30"
+ x="160.42557"
+ y="632.758"
+ id="use7350" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7360"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="165.81534"
+ y="632.758"
+ id="use7354" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="170.23872"
+ y="632.758"
+ id="use7356" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="174.11418"
+ y="632.758"
+ id="use7358" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7364"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-30"
+ x="180.36073"
+ y="632.758"
+ id="use7362" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7378"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-6"
+ x="185.7505"
+ y="632.758"
+ id="use7366" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="190.7318"
+ y="632.758"
+ id="use7368" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="195.7131"
+ y="632.758"
+ id="use7370" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="199.03064"
+ y="632.758"
+ id="use7372" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="201.80025"
+ y="632.758"
+ id="use7374" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="206.22365"
+ y="632.758"
+ id="use7376" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7382"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-31"
+ x="213.02809"
+ y="632.758"
+ id="use7380" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7400"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-11"
+ x="218.76656"
+ y="632.758"
+ id="use7384" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="222.08411"
+ y="632.758"
+ id="use7386" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="226.50749"
+ y="632.758"
+ id="use7388" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="231.4888"
+ y="632.758"
+ id="use7390" />
+ <use
+ xlink:href="#glyph-6-8"
+ x="235.36424"
+ y="632.758"
+ id="use7392" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="238.68179"
+ y="632.758"
+ id="use7394" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="243.66309"
+ y="632.758"
+ id="use7396" />
+ <use
+ xlink:href="#glyph-6-21"
+ x="246.98064"
+ y="632.758"
+ id="use7398" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7412"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-23"
+ x="258.2085"
+ y="632.758"
+ id="use7402" />
+ <use
+ xlink:href="#glyph-6-30"
+ x="261.52603"
+ y="632.758"
+ id="use7404" />
+ <use
+ xlink:href="#glyph-6-30"
+ x="267.06525"
+ y="632.758"
+ id="use7406" />
+ <use
+ xlink:href="#glyph-6-31"
+ x="272.60443"
+ y="632.758"
+ id="use7408" />
+ <use
+ xlink:href="#glyph-6-26"
+ x="278.69159"
+ y="632.758"
+ id="use7410" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7422"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-32"
+ x="285.49606"
+ y="632.758"
+ id="use7414" />
+ <use
+ xlink:href="#glyph-6-33"
+ x="288.8136"
+ y="632.758"
+ id="use7416" />
+ <use
+ xlink:href="#glyph-6-34"
+ x="293.79489"
+ y="632.758"
+ id="use7418" />
+ <use
+ xlink:href="#glyph-6-35"
+ x="298.77618"
+ y="632.758"
+ id="use7420" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7428"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-33"
+ x="48.964001"
+ y="644.71399"
+ id="use7424" />
+ <use
+ xlink:href="#glyph-6-36"
+ x="53.945301"
+ y="644.71399"
+ id="use7426" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7432"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-46"
+ x="58.926998"
+ y="644.71399"
+ id="use7430" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7438"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="66.914215"
+ y="644.71399"
+ id="use7434" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="69.739212"
+ y="644.71399"
+ id="use7436" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7442"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="78.305649"
+ y="644.71399"
+ id="use7440" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7452"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="87.42083"
+ y="644.71399"
+ id="use7444" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="94.75769"
+ y="644.71399"
+ id="use7446" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="99.269554"
+ y="644.71399"
+ id="use7448" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="102.09454"
+ y="644.71399"
+ id="use7450" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7460"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-22"
+ x="109.52286"
+ y="644.71399"
+ id="use7454" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="114.60379"
+ y="644.71399"
+ id="use7456" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="119.68472"
+ y="644.71399"
+ id="use7458" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7466"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="124.52175"
+ y="644.71399"
+ id="use7462" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="131.85861"
+ y="644.71399"
+ id="use7464" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7484"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="141.54286"
+ y="644.71399"
+ id="use7468" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="146.05472"
+ y="644.71399"
+ id="use7470" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="151.13565"
+ y="644.71399"
+ id="use7472" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="156.21657"
+ y="644.71399"
+ id="use7474" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="159.60046"
+ y="644.71399"
+ id="use7476" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="164.6814"
+ y="644.71399"
+ id="use7478" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="169.19325"
+ y="644.71399"
+ id="use7480" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="173.70512"
+ y="644.71399"
+ id="use7482" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7494"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="183.38936"
+ y="644.71399"
+ id="use7486" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="186.21436"
+ y="644.71399"
+ id="use7488" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="191.29529"
+ y="644.71399"
+ id="use7490" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="195.80714"
+ y="644.71399"
+ id="use7492" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7510"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-4"
+ x="203.24562"
+ y="644.71399"
+ id="use7496" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="206.62952"
+ y="644.71399"
+ id="use7498" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="211.14139"
+ y="644.71399"
+ id="use7500" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="216.22231"
+ y="644.71399"
+ id="use7502" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="221.30324"
+ y="644.71399"
+ id="use7504" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="225.81509"
+ y="644.71399"
+ id="use7506" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="230.32697"
+ y="644.71399"
+ id="use7508" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7518"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="238.88324"
+ y="644.71399"
+ id="use7512" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="241.70824"
+ y="644.71399"
+ id="use7514" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="246.78915"
+ y="644.71399"
+ id="use7516" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7532"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-20"
+ x="255.90434"
+ y="644.71399"
+ id="use7520" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="260.98526"
+ y="644.71399"
+ id="use7522" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="266.06619"
+ y="644.71399"
+ id="use7524" />
+ <use
+ xlink:href="#glyph-5-21"
+ x="273.97211"
+ y="644.71399"
+ id="use7526" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="279.05304"
+ y="644.71399"
+ id="use7528" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="283.56491"
+ y="644.71399"
+ id="use7530" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7538"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="291.55212"
+ y="644.71399"
+ id="use7534" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="296.63306"
+ y="644.71399"
+ id="use7536" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7570"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="48.964001"
+ y="656.66901"
+ id="use7540" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="56.869923"
+ y="656.66901"
+ id="use7542" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="61.950848"
+ y="656.66901"
+ id="use7544" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="64.775841"
+ y="656.66901"
+ id="use7546" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="67.600838"
+ y="656.66901"
+ id="use7548" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="70.425835"
+ y="656.66901"
+ id="use7550" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="75.50676"
+ y="656.66901"
+ id="use7552" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="78.331749"
+ y="656.66901"
+ id="use7554" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="81.156746"
+ y="656.66901"
+ id="use7556" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="85.66861"
+ y="656.66901"
+ id="use7558" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="90.180473"
+ y="656.66901"
+ id="use7560" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="93.00547"
+ y="656.66901"
+ id="use7562" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="95.83046"
+ y="656.66901"
+ id="use7564" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="100.91138"
+ y="656.66901"
+ id="use7566" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="105.99231"
+ y="656.66901"
+ id="use7568" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7580"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="113.87791"
+ y="656.66901"
+ id="use7572" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="117.26181"
+ y="656.66901"
+ id="use7574" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="120.64571"
+ y="656.66901"
+ id="use7576" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="125.72663"
+ y="656.66901"
+ id="use7578" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7586"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-38"
+ x="137.56519"
+ y="656.66901"
+ id="use7582" />
+ <use
+ xlink:href="#glyph-5-1"
+ x="144.90204"
+ y="656.66901"
+ id="use7584" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7590"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="148.286"
+ y="656.66901"
+ id="use7588" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7594"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-1"
+ x="157.377"
+ y="653.05298"
+ id="use7592" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7598"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-1"
+ x="156.291"
+ y="659.13202"
+ id="use7596" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7602"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="161.84599"
+ y="656.66901"
+ id="use7600" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7606"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-1"
+ x="170.937"
+ y="653.05298"
+ id="use7604" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7610"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-2"
+ x="169.851"
+ y="659.48999"
+ id="use7608" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7614"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-16"
+ x="175.407"
+ y="656.66901"
+ id="use7612" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7620"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="182.72353"
+ y="656.66901"
+ id="use7616" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="185.54852"
+ y="656.66901"
+ id="use7618" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7626"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-38"
+ x="194.56209"
+ y="656.66901"
+ id="use7622" />
+ <use
+ xlink:href="#glyph-5-1"
+ x="201.89894"
+ y="656.66901"
+ id="use7624" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7630"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="205.283"
+ y="656.66901"
+ id="use7628" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7634"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-1"
+ x="214.37399"
+ y="653.05298"
+ id="use7632" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7638"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-1"
+ x="213.28799"
+ y="659.13202"
+ id="use7636" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7642"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-2"
+ x="218.84399"
+ y="656.66901"
+ id="use7640" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7648"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-3"
+ x="222.0161"
+ y="656.66901"
+ id="use7644" />
+ <use
+ xlink:href="#glyph-14-4"
+ x="226.84497"
+ y="656.66901"
+ id="use7646" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7652"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-1"
+ x="231.593"
+ y="658.16302"
+ id="use7650" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7656"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="236.063"
+ y="656.66901"
+ id="use7654" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7660"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-1"
+ x="244.067"
+ y="658.16302"
+ id="use7658" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7664"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-17-1"
+ x="248.498"
+ y="656.66901"
+ id="use7662" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7668"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-30"
+ x="252.37199"
+ y="656.66901"
+ id="use7666" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7680"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="258.84509"
+ y="656.66901"
+ id="use7670" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="266.18195"
+ y="656.66901"
+ id="use7672" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="271.26288"
+ y="656.66901"
+ id="use7674" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="275.77475"
+ y="656.66901"
+ id="use7676" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="279.15863"
+ y="656.66901"
+ id="use7678" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7688"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="287.60315"
+ y="656.66901"
+ id="use7682" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="290.42813"
+ y="656.66901"
+ id="use7684" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="295.50906"
+ y="656.66901"
+ id="use7686" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7702"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="48.964001"
+ y="668.62402"
+ id="use7690" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="53.845673"
+ y="668.62402"
+ id="use7692" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="58.727348"
+ y="668.62402"
+ id="use7694" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="61.441559"
+ y="668.62402"
+ id="use7696" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="66.323235"
+ y="668.62402"
+ id="use7698" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="71.20491"
+ y="668.62402"
+ id="use7700" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7712"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="76.9067"
+ y="668.62402"
+ id="use7704" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="80.704643"
+ y="668.62402"
+ id="use7706" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="83.418854"
+ y="668.62402"
+ id="use7708" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="87.753784"
+ y="668.62402"
+ id="use7710" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7718"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="95.076294"
+ y="668.62402"
+ id="use7714" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="97.790504"
+ y="668.62402"
+ id="use7716" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7722"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="104.58"
+ y="668.62402"
+ id="use7720" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7726"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-1"
+ x="112.585"
+ y="670.11798"
+ id="use7724" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7730"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-18-1"
+ x="118.307"
+ y="668.62402"
+ id="use7728" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7734"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="127.348"
+ y="668.62402"
+ id="use7732" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7738"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-1"
+ x="135.353"
+ y="670.11798"
+ id="use7736" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7746"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="142.772"
+ y="668.62402"
+ id="use7740" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="147.10693"
+ y="668.62402"
+ id="use7742" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="151.9886"
+ y="668.62402"
+ id="use7744" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7754"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="159.85786"
+ y="668.62402"
+ id="use7748" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="162.57207"
+ y="668.62402"
+ id="use7750" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="167.45375"
+ y="668.62402"
+ id="use7752" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7766"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="174.77626"
+ y="668.62402"
+ id="use7756" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="180.20468"
+ y="668.62402"
+ id="use7758" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="182.91888"
+ y="668.62402"
+ id="use7760" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="185.6331"
+ y="668.62402"
+ id="use7762" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="189.96802"
+ y="668.62402"
+ id="use7764" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7776"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="196.2068"
+ y="668.62402"
+ id="use7768" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="200.00475"
+ y="668.62402"
+ id="use7770" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="202.71896"
+ y="668.62402"
+ id="use7772" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="207.05388"
+ y="668.62402"
+ id="use7774" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7782"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="214.38615"
+ y="668.62402"
+ id="use7778" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="217.10037"
+ y="668.62402"
+ id="use7780" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7786"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="223.883"
+ y="668.62402"
+ id="use7784" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7790"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-2"
+ x="231.888"
+ y="670.11798"
+ id="use7788" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7794"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-18-1"
+ x="238.34399"
+ y="668.62402"
+ id="use7792" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7798"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="247.38499"
+ y="668.62402"
+ id="use7796" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7802"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-2"
+ x="255.39"
+ y="670.11798"
+ id="use7800" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7806"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-46"
+ x="260.55399"
+ y="668.62402"
+ id="use7804" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7812"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-33"
+ x="266.2558"
+ y="668.62402"
+ id="use7808" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="271.13748"
+ y="668.62402"
+ id="use7810" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7818"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-31"
+ x="275.77505"
+ y="668.62402"
+ id="use7814" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="282.82419"
+ y="668.62402"
+ id="use7816" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7822"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="286.90527"
+ y="668.62402"
+ id="use7820" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7828"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="291.6405"
+ y="668.62402"
+ id="use7824" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="295.97543"
+ y="668.62402"
+ id="use7826" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7832"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-7"
+ x="298.82632"
+ y="668.62402"
+ id="use7830" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7840"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="48.964001"
+ y="680.57898"
+ id="use7834" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="51.678211"
+ y="680.57898"
+ id="use7836" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="56.559883"
+ y="680.57898"
+ id="use7838" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7856"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-20"
+ x="63.872631"
+ y="680.57898"
+ id="use7842" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="68.754303"
+ y="680.57898"
+ id="use7844" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="73.089233"
+ y="680.57898"
+ id="use7846" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="77.970909"
+ y="680.57898"
+ id="use7848" />
+ <use
+ xlink:href="#glyph-4-15"
+ x="82.305832"
+ y="680.57898"
+ id="use7850" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="87.734253"
+ y="680.57898"
+ id="use7852" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="90.448463"
+ y="680.57898"
+ id="use7854" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7862"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="97.233994"
+ y="680.57898"
+ id="use7858" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="102.11567"
+ y="680.57898"
+ id="use7860" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7872"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-1"
+ x="108.34468"
+ y="680.57898"
+ id="use7864" />
+ <use
+ xlink:href="#glyph-4-1"
+ x="113.7731"
+ y="680.57898"
+ id="use7866" />
+ <use
+ xlink:href="#glyph-4-37"
+ x="119.20152"
+ y="680.57898"
+ id="use7868" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="125.16693"
+ y="680.57898"
+ id="use7870" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7890"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-21"
+ x="131.94269"
+ y="680.57898"
+ id="use7874" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="136.82437"
+ y="680.57898"
+ id="use7876" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="141.1593"
+ y="680.57898"
+ id="use7878" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="145.49422"
+ y="680.57898"
+ id="use7880" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="148.74542"
+ y="680.57898"
+ id="use7882" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="153.08034"
+ y="680.57898"
+ id="use7884" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="157.41527"
+ y="680.57898"
+ id="use7886" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="161.21321"
+ y="680.57898"
+ id="use7888" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7900"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-31"
+ x="168.52596"
+ y="680.57898"
+ id="use7892" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="175.5751"
+ y="680.57898"
+ id="use7894" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="178.28931"
+ y="680.57898"
+ id="use7896" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="181.00352"
+ y="680.57898"
+ id="use7898" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7912"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="188.87277"
+ y="680.57898"
+ id="use7902" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="194.30119"
+ y="680.57898"
+ id="use7904" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="197.01541"
+ y="680.57898"
+ id="use7906" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="199.72961"
+ y="680.57898"
+ id="use7908" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="204.06454"
+ y="680.57898"
+ id="use7910" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7924"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="210.29356"
+ y="680.57898"
+ id="use7914" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="214.09151"
+ y="680.57898"
+ id="use7916" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="216.80571"
+ y="680.57898"
+ id="use7918" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="221.14064"
+ y="680.57898"
+ id="use7920" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="225.47557"
+ y="680.57898"
+ id="use7922" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7936"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-47"
+ x="230.89423"
+ y="680.57898"
+ id="use7926" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="237.94336"
+ y="680.57898"
+ id="use7928" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="240.65758"
+ y="680.57898"
+ id="use7930" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="245.53925"
+ y="680.57898"
+ id="use7932" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="249.87418"
+ y="680.57898"
+ id="use7934" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7958"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="256.10318"
+ y="680.57898"
+ id="use7938" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="260.43811"
+ y="680.57898"
+ id="use7940" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="265.31979"
+ y="680.57898"
+ id="use7942" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="270.20148"
+ y="680.57898"
+ id="use7944" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="273.45267"
+ y="680.57898"
+ id="use7946" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="278.33432"
+ y="680.57898"
+ id="use7948" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="282.66925"
+ y="680.57898"
+ id="use7950" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="287.00418"
+ y="680.57898"
+ id="use7952" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="291.88586"
+ y="680.57898"
+ id="use7954" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="296.22079"
+ y="680.57898"
+ id="use7956" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7974"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-12"
+ x="48.964001"
+ y="692.534"
+ id="use7960" />
+ <use
+ xlink:href="#glyph-11-17"
+ x="51.692059"
+ y="692.534"
+ id="use7962" />
+ <use
+ xlink:href="#glyph-11-6"
+ x="56.59864"
+ y="692.534"
+ id="use7964" />
+ <use
+ xlink:href="#glyph-11-4"
+ x="60.955685"
+ y="692.534"
+ id="use7966" />
+ <use
+ xlink:href="#glyph-11-9"
+ x="63.683743"
+ y="692.534"
+ id="use7968" />
+ <use
+ xlink:href="#glyph-11-11"
+ x="68.590324"
+ y="692.534"
+ id="use7970" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="73.496902"
+ y="692.534"
+ id="use7972" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7992"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-21"
+ x="81.347427"
+ y="692.534"
+ id="use7976" />
+ <use
+ xlink:href="#glyph-11-10"
+ x="86.803551"
+ y="692.534"
+ id="use7978" />
+ <use
+ xlink:href="#glyph-11-3"
+ x="89.531609"
+ y="692.534"
+ id="use7980" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="92.799393"
+ y="692.534"
+ id="use7982" />
+ <use
+ xlink:href="#glyph-11-14"
+ x="97.156433"
+ y="692.534"
+ id="use7984" />
+ <use
+ xlink:href="#glyph-11-14"
+ x="100.97375"
+ y="692.534"
+ id="use7986" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="104.79108"
+ y="692.534"
+ id="use7988" />
+ <use
+ xlink:href="#glyph-11-17"
+ x="109.14812"
+ y="692.534"
+ id="use7990" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g7996"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-22"
+ x="117.558"
+ y="692.534"
+ id="use7994" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8002"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-33"
+ x="120.823"
+ y="692.534"
+ id="use7998" />
+ <use
+ xlink:href="#glyph-6-37"
+ x="125.8043"
+ y="692.534"
+ id="use8000" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8006"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-23"
+ x="130.785"
+ y="692.534"
+ id="use8004" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8014"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-2"
+ x="137.54626"
+ y="692.534"
+ id="use8008" />
+ <use
+ xlink:href="#glyph-11-17"
+ x="141.90331"
+ y="692.534"
+ id="use8010" />
+ <use
+ xlink:href="#glyph-11-11"
+ x="146.80989"
+ y="692.534"
+ id="use8012" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8018"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-24"
+ x="155.21977"
+ y="692.534"
+ id="use8016" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8034"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-12"
+ x="164.08105"
+ y="692.534"
+ id="use8020" />
+ <use
+ xlink:href="#glyph-11-17"
+ x="166.80911"
+ y="692.534"
+ id="use8022" />
+ <use
+ xlink:href="#glyph-11-7"
+ x="171.7157"
+ y="692.534"
+ id="use8024" />
+ <use
+ xlink:href="#glyph-11-13"
+ x="176.62227"
+ y="692.534"
+ id="use8026" />
+ <use
+ xlink:href="#glyph-11-3"
+ x="181.52885"
+ y="692.534"
+ id="use8028" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="184.79663"
+ y="692.534"
+ id="use8030" />
+ <use
+ xlink:href="#glyph-11-11"
+ x="189.15369"
+ y="692.534"
+ id="use8032" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8038"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-22"
+ x="197.56357"
+ y="692.534"
+ id="use8036" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8044"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-33"
+ x="200.827"
+ y="692.534"
+ id="use8040" />
+ <use
+ xlink:href="#glyph-6-33"
+ x="205.8083"
+ y="692.534"
+ id="use8042" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8050"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-23"
+ x="210.78999"
+ y="692.534"
+ id="use8046" />
+ <use
+ xlink:href="#glyph-11-25"
+ x="214.05779"
+ y="692.534"
+ id="use8048" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8062"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-16"
+ x="220.00456"
+ y="692.534"
+ id="use8052" />
+ <use
+ xlink:href="#glyph-11-15"
+ x="227.08966"
+ y="692.534"
+ id="use8054" />
+ <use
+ xlink:href="#glyph-11-12"
+ x="231.99625"
+ y="692.534"
+ id="use8056" />
+ <use
+ xlink:href="#glyph-11-6"
+ x="234.7243"
+ y="692.534"
+ id="use8058" />
+ <use
+ xlink:href="#glyph-11-15"
+ x="239.08134"
+ y="692.534"
+ id="use8060" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8082"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-3"
+ x="247.49123"
+ y="692.534"
+ id="use8064" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="250.759"
+ y="692.534"
+ id="use8066" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="255.11604"
+ y="692.534"
+ id="use8068" />
+ <use
+ xlink:href="#glyph-11-3"
+ x="259.47308"
+ y="692.534"
+ id="use8070" />
+ <use
+ xlink:href="#glyph-11-3"
+ x="262.74088"
+ y="692.534"
+ id="use8072" />
+ <use
+ xlink:href="#glyph-11-2"
+ x="266.00867"
+ y="692.534"
+ id="use8074" />
+ <use
+ xlink:href="#glyph-11-17"
+ x="270.36569"
+ y="692.534"
+ id="use8076" />
+ <use
+ xlink:href="#glyph-11-13"
+ x="275.27228"
+ y="692.534"
+ id="use8078" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="280.17886"
+ y="692.534"
+ id="use8080" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8090"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-11-10"
+ x="288.02939"
+ y="692.534"
+ id="use8084" />
+ <use
+ xlink:href="#glyph-11-15"
+ x="290.75745"
+ y="692.534"
+ id="use8086" />
+ <use
+ xlink:href="#glyph-11-5"
+ x="295.66403"
+ y="692.534"
+ id="use8088" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8114"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="48.964001"
+ y="704.48901"
+ id="use8092" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="53.298927"
+ y="704.48901"
+ id="use8094" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="58.180599"
+ y="704.48901"
+ id="use8096" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="65.776482"
+ y="704.48901"
+ id="use8098" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="70.658157"
+ y="704.48901"
+ id="use8100" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="75.539833"
+ y="704.48901"
+ id="use8102" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="78.254044"
+ y="704.48901"
+ id="use8104" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="82.588974"
+ y="704.48901"
+ id="use8106" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="85.303185"
+ y="704.48901"
+ id="use8108" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="88.017395"
+ y="704.48901"
+ id="use8110" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="92.899063"
+ y="704.48901"
+ id="use8112" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8124"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="100.62187"
+ y="704.48901"
+ id="use8116" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="104.41982"
+ y="704.48901"
+ id="use8118" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="109.30149"
+ y="704.48901"
+ id="use8120" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="113.63641"
+ y="704.48901"
+ id="use8122" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8134"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="121.35922"
+ y="704.48901"
+ id="use8126" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="124.07343"
+ y="704.48901"
+ id="use8128" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="128.95511"
+ y="704.48901"
+ id="use8130" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="133.29004"
+ y="704.48901"
+ id="use8132" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8142"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="138.84538"
+ y="704.48901"
+ id="use8136" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="141.55959"
+ y="704.48901"
+ id="use8138" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="146.44127"
+ y="704.48901"
+ id="use8140" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8156"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-3"
+ x="153.61732"
+ y="704.48901"
+ id="use8144" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="158.49901"
+ y="704.48901"
+ id="use8146" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="163.38068"
+ y="704.48901"
+ id="use8148" />
+ <use
+ xlink:href="#glyph-4-20"
+ x="170.97656"
+ y="704.48901"
+ id="use8150" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="175.85823"
+ y="704.48901"
+ id="use8152" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="180.19316"
+ y="704.48901"
+ id="use8154" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8162"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="186.28549"
+ y="704.48901"
+ id="use8158" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="191.16716"
+ y="704.48901"
+ id="use8160" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8194"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="197.25949"
+ y="704.48901"
+ id="use8164" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="204.85538"
+ y="704.48901"
+ id="use8166" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="209.73705"
+ y="704.48901"
+ id="use8168" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="212.45126"
+ y="704.48901"
+ id="use8170" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="215.16547"
+ y="704.48901"
+ id="use8172" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="217.87968"
+ y="704.48901"
+ id="use8174" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="222.76135"
+ y="704.48901"
+ id="use8176" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="225.47557"
+ y="704.48901"
+ id="use8178" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="228.18977"
+ y="704.48901"
+ id="use8180" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="232.5247"
+ y="704.48901"
+ id="use8182" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="236.85963"
+ y="704.48901"
+ id="use8184" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="239.57384"
+ y="704.48901"
+ id="use8186" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="242.28806"
+ y="704.48901"
+ id="use8188" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="247.16972"
+ y="704.48901"
+ id="use8190" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="252.05141"
+ y="704.48901"
+ id="use8192" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8206"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="258.68073"
+ y="704.48901"
+ id="use8196" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="262.47867"
+ y="704.48901"
+ id="use8198" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="266.8136"
+ y="704.48901"
+ id="use8200" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="271.1485"
+ y="704.48901"
+ id="use8202" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="273.86273"
+ y="704.48901"
+ id="use8204" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8216"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-19"
+ x="281.03879"
+ y="704.48901"
+ id="use8208" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="284.28998"
+ y="704.48901"
+ id="use8210" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="287.54117"
+ y="704.48901"
+ id="use8212" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="292.42285"
+ y="704.48901"
+ id="use8214" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8222"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-47"
+ x="48.964001"
+ y="716.44501"
+ id="use8218" />
+ <use
+ xlink:href="#glyph-4-42"
+ x="56.013138"
+ y="716.44501"
+ id="use8220" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8226"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="59.264"
+ y="716.44501"
+ id="use8224" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8230"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-2"
+ x="68.355003"
+ y="712.82898"
+ id="use8228" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8234"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-34"
+ x="72.823997"
+ y="716.44501"
+ id="use8232" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8240"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="79.482605"
+ y="716.44501"
+ id="use8236" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="82.196815"
+ y="716.44501"
+ id="use8238" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8246"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-47"
+ x="90.485893"
+ y="716.44501"
+ id="use8242" />
+ <use
+ xlink:href="#glyph-4-42"
+ x="97.535034"
+ y="716.44501"
+ id="use8244" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8250"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-1"
+ x="100.784"
+ y="716.44501"
+ id="use8248" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8254"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-1"
+ x="109.875"
+ y="712.82898"
+ id="use8252" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8258"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-16-3"
+ x="113.846"
+ y="712.82898"
+ id="use8256" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8266"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-3"
+ x="116.213"
+ y="712.82898"
+ id="use8260" />
+ <use
+ xlink:href="#glyph-15-4"
+ x="120.18458"
+ y="712.82898"
+ id="use8262" />
+ <use
+ xlink:href="#glyph-15-5"
+ x="124.15616"
+ y="712.82898"
+ id="use8264" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8270"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-34"
+ x="128.62399"
+ y="716.44501"
+ id="use8268" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8278"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="135.28261"
+ y="716.44501"
+ id="use8272" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="139.61752"
+ y="716.44501"
+ id="use8274" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="144.49921"
+ y="716.44501"
+ id="use8276" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8288"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-48"
+ x="152.78828"
+ y="716.44501"
+ id="use8280" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="157.66995"
+ y="716.44501"
+ id="use8282" />
+ <use
+ xlink:href="#glyph-4-48"
+ x="160.11079"
+ y="716.44501"
+ id="use8284" />
+ <use
+ xlink:href="#glyph-4-49"
+ x="164.99248"
+ y="716.44501"
+ id="use8286" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8292"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-18-1"
+ x="169.87199"
+ y="716.44501"
+ id="use8290" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8300"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-19"
+ x="181.02699"
+ y="716.44501"
+ id="use8294" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="184.2782"
+ y="716.44501"
+ id="use8296" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="189.15987"
+ y="716.44501"
+ id="use8298" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8304"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="195.81847"
+ y="716.44501"
+ id="use8302" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8308"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-17-2"
+ x="203.55901"
+ y="716.44501"
+ id="use8306" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8312"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-18-1"
+ x="210.605"
+ y="716.44501"
+ id="use8310" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8316"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-17-2"
+ x="220.418"
+ y="716.44501"
+ id="use8314" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8328"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="228.80499"
+ y="716.44501"
+ id="use8318" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="234.23341"
+ y="716.44501"
+ id="use8320" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="236.94763"
+ y="716.44501"
+ id="use8322" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="239.66185"
+ y="716.44501"
+ id="use8324" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="243.99677"
+ y="716.44501"
+ id="use8326" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8332"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-7"
+ x="246.84767"
+ y="716.44501"
+ id="use8330" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8350"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="252.69591"
+ y="716.44501"
+ id="use8334" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="255.94711"
+ y="716.44501"
+ id="use8336" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="260.28204"
+ y="716.44501"
+ id="use8338" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="264.07999"
+ y="716.44501"
+ id="use8340" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="268.96164"
+ y="716.44501"
+ id="use8342" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="273.29657"
+ y="716.44501"
+ id="use8344" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="277.6315"
+ y="716.44501"
+ id="use8346" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="280.3457"
+ y="716.44501"
+ id="use8348" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8354"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="282.81583"
+ y="716.44501"
+ id="use8352" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8362"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="287.54129"
+ y="716.44501"
+ id="use8356" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="291.87622"
+ y="716.44501"
+ id="use8358" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="294.59045"
+ y="716.44501"
+ id="use8360" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8366"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-7"
+ x="298.82773"
+ y="716.44501"
+ id="use8364" />
+ </g>
+ <g
+ clip-path="url(#clip-18)"
+ id="g8372"
+ transform="translate(-324.53125,-50.54324)">
<g
- id="g1520"
- clip-path="none"
- transform="matrix(0.33276,0,0,0.33276,263.013,11.034)">
- <g
- id="g1528">
- <g
- id="g1530"
- clip-path="none">
- <path
- d="M 0,401 H 679 V 0 H 0 Z"
- style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none"
- id="path1536" />
- </g>
- </g>
- <g
- id="g1538">
- <g
- id="g1540"
- clip-path="none">
- <g
- id="g1546"
- clip-path="none">
- <g
- id="g1552"
- transform="matrix(77,0,0,41,0,160)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAApCAYAAABwbKT8AAAABHNCSVQICAgIfAhkiAAAAHNJREFUaIHt0MENwCAQwLCD/XduZyAfhGRPEGXNzDcc2bcDXmRaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWmBaYFpgWvADaWABUcZIU6sAAAAASUVORK5CYII="
- mask="url(#mask1554)"
- id="image1558" />
- </g>
- <g
- id="g1560"
- transform="matrix(62,0,0,34,7,163)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAiCAYAAAAH1WqkAAAABHNCSVQICAgIfAhkiAAAAENJREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTegux2wpXFN45rGNY1rGtc0rmlc07imcU3jmsY1jWsa1zSuaVzTuOYDdJMBQ8tbYO4AAAAASUVORK5CYII="
- mask="url(#mask1562)"
- id="image1566" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1568">
- <g
- id="g1570"
- clip-path="none">
- <path
- d="m 3.64748,197.1713 h 64.8 v -28.8 h -64.8 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1576" />
- <g
- id="g1578"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,3.64748,197.1713)">
- <path
- d="M -8.325577e-4,-0.06103516 H 822960 V 365760 H -8.325577e-4 Z"
- style="fill:none;stroke:#000000;stroke-width:28575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1580" />
- </g>
- <g
- id="g1582"
- transform="translate(10.84748,192.3713)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,1.441391,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1586"><tspan
- x="0 11.5552 23.110399 34.6656 47.993599"
- y="0"
- sodipodi:role="line"
- id="tspan1584">DRAM </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g1588">
- <g
- id="g1590"
- clip-path="none">
- <g
- id="g1596"
- clip-path="none">
- <g
- id="g1602"
- transform="matrix(62,0,0,35,329,165)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAYAAADMibkBAAAABHNCSVQICAgIfAhkiAAAAERJREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTegux2wpXFN45rGNY1rGtc0rmlc07imcU3jmsY1jWsa1zSuaVzTuIYd/7C/AUVYmZ5NAAAAAElFTkSuQmCC"
- mask="url(#mask1604)"
- id="image1608" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1610">
- <g
- id="g1612"
- clip-path="none">
- <path
- d="m 336.5672,192.8494 h 46.8199 v -20.1563 h -46.8199 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1618" />
- <g
- id="g1620"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,336.5672,192.8494)">
- <path
- d="M -0.1761475,0.06152344 H 594612 V 255985 H -0.1761475 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1622" />
- </g>
- <g
- id="g1624"
- transform="translate(343.7672,191.1712)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,2.051254,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1628"><tspan
- x="0 10.1108 18.667601 28.7784"
- y="0"
- sodipodi:role="line"
- id="tspan1626">ALU </tspan></text>
- </g>
- <g
- id="g1630"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,68.44748,182.7713)">
- <path
- d="M -0.0135498,0.05523682 H 3360738"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1632" />
- </g>
- <path
- d="m 326.0725,188.0213 10.5,-5.25 -10.5,-5.25 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1634" />
- </g>
- </g>
- <g
- id="g1636">
- <g
- id="g1638"
- clip-path="none">
- <g
- id="g1644"
- clip-path="none">
- <g
- id="g1650"
- transform="matrix(81,0,0,44,69,115)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAsCAYAAAAdM1QpAAAABHNCSVQICAgIfAhkiAAAAH1JREFUaIHt0IEJACEQwLDT/Xf+H8KCIMkEpWtmvuHIvh3wAhMDJgZMDJgYMDFgYsDEgIkBEwMmBkwMmBgwMWBiwMSAiQETAyYGTAyYGDAxYGLAxICJARMDJgZMDJgYMDFgYsDEgIkBEwMmBkwMmBgwMWBiwMSAiQETAyYGfnWjAVf8dn8EAAAAAElFTkSuQmCC"
- mask="url(#mask1652)"
- id="image1656" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1658">
- <g
- id="g1660"
- clip-path="none">
- <path
- d="M 77.25574,151.5337 H 141.808 v -28.8 H 77.25574 Z"
- style="fill:#515151;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1666" />
- <g
- id="g1668"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,77.25574,151.5337)">
- <path
- d="M 0.02316284,-0.074646 H 819814.1 V 365760 H 0.02316284 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1670" />
- </g>
- <g
- id="g1672"
- transform="translate(84.45575,146.7337)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,1.757797,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1676"><tspan
- x="0 11.5552 21.327999 26.656 31.983999 40.883202 47.110401"
- y="0"
- sodipodi:role="line"
- id="tspan1674">Buffer </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g1678">
- <g
- id="g1680"
- clip-path="none">
- <g
- id="g1686"
- clip-path="none">
- <g
- id="g1692"
- transform="matrix(62,0,0,35,329,120)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAYAAADMibkBAAAABHNCSVQICAgIfAhkiAAAAERJREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTegux2wpXFN45rGNY1rGtc0rmlc07imcU3jmsY1jWsa1zSuaVzTuIYd/7C/AUVYmZ5NAAAAAElFTkSuQmCC"
- mask="url(#mask1694)"
- id="image1698" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1700">
- <g
- id="g1702"
- clip-path="none">
- <path
- d="m 336.5672,147.2118 h 46.8199 v -20.1563 h -46.8199 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1708" />
- <g
- id="g1710"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,336.5672,147.2118)">
- <path
- d="M -0.1761475,-0.0770874 H 594612 V 255984.9 H -0.1761475 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1712" />
- </g>
- <g
- id="g1714"
- transform="translate(343.7672,145.5337)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,2.051254,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1718"><tspan
- x="0 10.1108 18.667601 28.7784"
- y="0"
- sodipodi:role="line"
- id="tspan1716">ALU </tspan></text>
- </g>
- <g
- id="g1720"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,141.808,137.1337)">
- <path
- d="M -0.02947998,-0.08337402 H 2428875"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1722" />
- </g>
- <path
- d="m 326.058,142.3837 10.5,-5.25 -10.5,-5.25 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1724" />
- </g>
- </g>
- <g
- id="g1726">
- <g
- id="g1728"
- clip-path="none">
- <g
- id="g1734"
- clip-path="none">
- <g
- id="g1740"
- transform="matrix(59,0,0,44,148,76)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAYAAADb9sCQAAAABHNCSVQICAgIfAhkiAAAAE9JREFUaIHtzwENACEQwLDj/XsGF3xSVgXbmpk9j/j+DripWVWzqmZVzaqaVTWralbVrKpZVbOqZlXNqppVNatqVtWsqllVs6pmVc2qmlUduxUBVxdyBwsAAAAASUVORK5CYII="
- mask="url(#mask1742)"
- id="image1746" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1748">
- <g
- id="g1750"
- clip-path="none">
- <path
- d="m 155.9035,112.6591 h 43.2 V 83.85905 h -43.2 z"
- style="fill:#cbcbcb;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1756" />
- <g
- id="g1758"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,155.9035,112.6591)">
- <path
- d="M 0.03704834,-0.03173828 H 548640 V 365760 H 0.03704834 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1760" />
- </g>
- <g
- id="g1762"
- transform="translate(163.1035,107.8591)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,3.953125,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1766"><tspan
- x="0 10.672 21.344"
- y="0"
- sodipodi:role="line"
- id="tspan1764">PE </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g1768">
- <g
- id="g1770"
- clip-path="none">
- <g
- id="g1776"
- clip-path="none">
- <g
- id="g1782"
- transform="matrix(62,0,0,35,329,81)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAYAAADMibkBAAAABHNCSVQICAgIfAhkiAAAAERJREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTegux2wpXFN45rGNY1rGtc0rmlc07imcU3jmsY1jWsa1zSuaVzTuIYd/7C/AUVYmZ5NAAAAAElFTkSuQmCC"
- mask="url(#mask1784)"
- id="image1788" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1790">
- <g
- id="g1792"
- clip-path="none">
- <path
- d="m 336.5672,108.3372 h 46.8199 V 88.18086 h -46.8199 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1798" />
- <g
- id="g1800"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,336.5672,108.3372)">
- <path
- d="M -0.1761475,-0.03417969 H 594612 V 255984.9 H -0.1761475 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1802" />
- </g>
- <g
- id="g1804"
- transform="translate(343.7672,106.659)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,2.051254,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1808"><tspan
- x="0 10.1108 18.667601 28.7784"
- y="0"
- sodipodi:role="line"
- id="tspan1806">ALU </tspan></text>
- </g>
- <g
- id="g1810"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,199.1035,98.25906)">
- <path
- d="M 0.06707764,0.01574707 H 1701006"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1812" />
- </g>
- <path
- d="m 326.041,103.5091 10.5,-5.25004 -10.5,-5.25 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1814" />
- </g>
- </g>
- <g
- id="g1816">
- <g
- id="g1818"
- clip-path="none">
- <g
- id="g1824"
- clip-path="none">
- <g
- id="g1830"
- transform="matrix(59,0,0,44,206,37)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAsCAYAAADb9sCQAAAABHNCSVQICAgIfAhkiAAAAE9JREFUaIHtzwENACEQwLDj/XsGF3xSVgXbmpk9j/j+DripWVWzqmZVzaqaVTWralbVrKpZVbOqZlXNqppVNatqVtWsqllVs6pmVc2qmlUduxUBVxdyBwsAAAAASUVORK5CYII="
- mask="url(#mask1832)"
- id="image1836" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1838">
- <g
- id="g1840"
- clip-path="none">
- <path
- d="m 214.0631,73.78442 h 43.2 v -28.8 h -43.2 z"
- style="fill:#4675a3;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1846" />
- <g
- id="g1848"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,214.0631,73.78442)">
- <path
- d="M -0.07989502,0.00488281 H 548639.9 V 365760 H -0.07989502 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1850" />
- </g>
- <g
- id="g1852"
- transform="translate(221.2631,67.78442)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,5.293945,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1856"><tspan
- x="0 10.1108 18.667601"
- y="0"
- sodipodi:role="line"
- id="tspan1854">RF </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g1858">
- <g
- id="g1860"
- clip-path="none">
- <g
- id="g1866"
- clip-path="none">
- <g
- id="g1872"
- transform="matrix(62,0,0,35,329,42)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAYAAADMibkBAAAABHNCSVQICAgIfAhkiAAAAERJREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTegux2wpXFN45rGNY1rGtc0rmlc07imcU3jmsY1jWsa1zSuaVzTuIYd/7C/AUVYmZ5NAAAAAElFTkSuQmCC"
- mask="url(#mask1874)"
- id="image1878" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1880">
- <g
- id="g1882"
- clip-path="none">
- <path
- d="m 336.5672,69.46252 h 46.8199 v -20.1563 h -46.8199 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1888" />
- <g
- id="g1890"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,336.5672,69.46252)">
- <path
- d="M -0.1761475,0.00244141 H 594612 V 255985 H -0.1761475 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1892" />
- </g>
- <g
- id="g1894"
- transform="translate(343.7672,67.78436)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,2.051254,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1898"><tspan
- x="0 10.1108 18.667601 28.7784"
- y="0"
- sodipodi:role="line"
- id="tspan1896">ALU </tspan></text>
- </g>
- <g
- id="g1900"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,257.2631,59.3844)">
- <path
- d="M 0.1313477,0.00244141 H 962818.9"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1902" />
- </g>
- <path
- d="m 326.0756,64.6344 10.5,-5.25 -10.5,-5.25 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1904" />
- <path
- d="m 360.4768,20.65874 c 0,5.77294 4.6799,10.45283 10.4528,10.45283 5.7729,0 10.4528,-4.67989 10.4528,-10.45283 0,-5.77294 -4.6799,-10.45284 -10.4528,-10.45284 -5.7729,0 -10.4528,4.6799 -10.4528,10.45284 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1906" />
- <g
- id="g1908"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,360.4768,31.11157)">
- <path
- d="M 132750.9,9.765625e-4 V 265501 M 0.0567627,132751 H 265500.9"
- style="fill:none;stroke:#000000;stroke-width:28575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1910" />
- </g>
- <g
- id="g1912"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,360.4768,31.11157)">
- <path
- d="M 0.0567627,132751 C 0.0567627,59434.65 59434.8,9.765625e-4 132750.9,9.765625e-4 206067.3,9.765625e-4 265502.1,59434.65 265502.1,132751 c 0,73316.4 -59434.8,132751 -132751.2,132751 C 59434.8,265502 0.0567627,206067.4 0.0567627,132751 Z"
- style="fill:none;stroke:#000000;stroke-width:28575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1914" />
- </g>
- <path
- d="m 338.6634,20.65874 c 0,5.77294 4.6799,10.45283 10.4528,10.45283 5.773,0 10.4529,-4.67989 10.4529,-10.45283 0,-5.77294 -4.6799,-10.45284 -10.4529,-10.45284 -5.7729,0 -10.4528,4.6799 -10.4528,10.45284 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1916" />
- <g
- id="g1918"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,338.6634,31.11157)">
- <path
- d="M 38882.19,38882 226619.2,226619 m 0,-187737 -187737.01,187737"
- style="fill:none;stroke:#000000;stroke-width:28575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1920" />
- </g>
- <g
- id="g1922"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,338.6634,31.11157)">
- <path
- d="M 0.06713867,132751 C 0.06713867,59434.65 59434.81,9.765625e-4 132750.9,9.765625e-4 206067.3,9.765625e-4 265502.1,59434.65 265502.1,132751 c 0,73316.4 -59434.8,132751 -132751.2,132751 C 59434.81,265502 0.06713867,206067.4 0.06713867,132751 Z"
- style="fill:none;stroke:#000000;stroke-width:28575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1924" />
- </g>
- </g>
- </g>
- <g
- id="g1926">
- <g
- id="g1928"
- clip-path="none">
- <g
- id="g1934"
- clip-path="none">
- <g
- id="g1940"
- transform="matrix(62,0,0,35,260,3)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAjCAYAAADMibkBAAAABHNCSVQICAgIfAhkiAAAAERJREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTegux2wpXFN45rGNY1rGtc0rmlc07imcU3jmsY1jWsa1zSuaVzTuIYd/7C/AUVYmZ5NAAAAAElFTkSuQmCC"
- mask="url(#mask1942)"
- id="image1946" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g1948">
- <g
- id="g1950"
- clip-path="none">
- <path
- d="m 267.3013,30.58804 h 46.8198 v -20.1563 h -46.8198 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1956" />
- <g
- id="g1958"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,267.3013,30.58804)">
- <path
- d="M 0.1230469,0.00744629 H 594612.2 V 255985 H 0.1230469 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1960" />
- </g>
- <g
- id="g1962"
- transform="translate(274.5013,28.90988)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,2.051254,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1966"><tspan
- x="0 10.1108 18.667601 28.7784"
- y="0"
- sodipodi:role="line"
- id="tspan1964">ALU </tspan></text>
- </g>
- <g
- id="g1968"
- transform="matrix(7.874016e-5,0,0,7.874016e-5,314.1211,20.50986)">
- <path
- d="M 0.140625,-0.00134277 267494.3,1361.301"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1970" />
- </g>
- <path
- d="m 328.2104,15.33149 10.4732,5.30337 -10.5266,5.1965 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1972" />
- <g
- id="g1974"
- transform="translate(395.4791,234.7608)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-18)"
- style="font-variant:normal;font-weight:bold;font-size:18px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1978"><tspan
- x="0 12.9996 23.0112 29.005199 39.0168 44.0172 59.0112 70.0056 80.017197 90.028801 106.0344 116.046 127.0404 133.03439 138.03481 150.0408 161.0352 171.0468 178.0524 189.0468 199.0584 204.05881 217.0584 228.0528 238.06441 244.0584"
- y="0"
- sodipodi:role="line"
- id="tspan1976">Data Movement Energy Cost </tspan></text>
- </g>
- <path
- d="M 620.7922,194.9854 V 170.5073 H 410.3286 v 24.4781 z"
- style="fill:#89a24c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1980" />
- <path
- d="m 542.0214,198.013 c 7.3333,-10.1612 -7.3333,-20.3223 0,-30.4835 h -6.6 c -7.3333,10.1612 7.3334,20.3223 0,30.4835 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1982" />
- <g
- id="g1984"
- transform="matrix(0,-7.874016e-5,-7.874016e-5,0,544.2214,198.013)">
- <path
- d="M 0.08758545,27939.92 C 129047.1,-65193.15 258093.1,121073 387140,27939.92 V 111759.6 C 258093.1,204892.7 129047.1,18626.54 0.08758545,111759.6 Z"
- style="fill:none;stroke:#000000;stroke-width:12700;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path1986" />
- </g>
- <path
- d="m 529.6044,204.5131 h 19.7525 v -8 h -19.7525 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1988" />
- <path
- d="m 529.6044,168.7795 h 19.7525 v -8 h -19.7525 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path1990" />
- <g
- id="g1992"
- transform="translate(626.0613,195.4472)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text1996"><tspan
- x="0 11.124 22.247999"
- y="0"
- sodipodi:role="line"
- id="tspan1994">200</tspan></text>
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,33.372,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2000"><tspan
- x="0"
- y="0"
- id="tspan1998">×</tspan></text>
- </g>
- <path
- d="m 518.1276,149.3727 v -24.4781 h -108 v 24.4781 z"
- style="fill:#89a24c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2002" />
- <g
- id="g2004"
- transform="translate(529.0207,149.8096)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2008"><tspan
- x="0"
- y="0"
- id="tspan2006">6</tspan></text>
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,11.124,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2012"><tspan
- x="0"
- y="0"
- id="tspan2010">×</tspan></text>
- </g>
- <path
- d="M 442.5276,110.498 V 86.01991 h -32.4 V 110.498 Z"
- style="fill:#89a24c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2014" />
- <g
- id="g2016"
- transform="translate(448.2246,110.935)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2020"><tspan
- x="0"
- y="0"
- id="tspan2018">2</tspan></text>
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,11.124,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2024"><tspan
- x="0"
- y="0"
- id="tspan2022">×</tspan></text>
- </g>
- <path
- d="M 420.9276,71.62338 V 47.14527 h -10.8 v 24.47811 z"
- style="fill:#89a24c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2026" />
- <g
- id="g2028"
- transform="translate(426.5569,72.0603)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2032"><tspan
- x="0"
- y="0"
- id="tspan2030">1</tspan></text>
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,11.124,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2036"><tspan
- x="0"
- y="0"
- id="tspan2034">×</tspan></text>
- </g>
- <path
- d="M 420.9276,32.7489 V 8.270791 h -10.8 V 32.7489 Z"
- style="fill:#89a24c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2038" />
- <g
- id="g2040"
- transform="translate(426.5569,33.18576)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2044"><tspan
- x="0"
- y="0"
- id="tspan2042">1</tspan></text>
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,11.124,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2048"><tspan
- x="0"
- y="0"
- id="tspan2046">×</tspan></text>
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,28.36,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2052"><tspan
- x="0 6.6599998 21.104 32.228001 38.888 50.012001 57.796001 68.919998 81.136002 92.260002 103.384 110.044"
- y="0"
- sodipodi:role="line"
- id="tspan2050">(Reference) </tspan></text>
- </g>
- <g
- id="g2054"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,410.3287,204.3759)">
- <path
- d="M 0.1638184,0.06658936 1.326538,2583369"
- style="fill:none;stroke:#000000;stroke-width:38100;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2056" />
- </g>
- </g>
- </g>
- <g
- id="g2058">
- <g
- id="g2060"
- clip-path="none">
- <g
- id="g2066"
- clip-path="none">
- <g
- id="g2072"
- transform="matrix(109,0,0,162,20,239)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAACiCAYAAABLRkM3AAAABHNCSVQICAgIfAhkiAAAAYxJREFUeJzt0cEJACAQwLDT/XfWGXxJIZmg0DUzZ0jZvwN4Z1qQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWZFqQaUGmBZkWdAGfxQJDvCAJQQAAAABJRU5ErkJggg=="
- mask="url(#mask2074)"
- id="image2078" />
- </g>
- <g
- id="g2080"
- transform="matrix(78,0,0,53,35,293)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAA1CAYAAADvT90fAAAABHNCSVQICAgIfAhkiAAAAItJREFUeJzt0MENwCAQwLCD/XduZyAfhGRPEGXNzDcc27cDXmVcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXGRcZFxkXPQDOAcBaRubF4cAAAAASUVORK5CYII="
- mask="url(#mask2082)"
- id="image2086" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g2088">
- <g
- id="g2090"
- clip-path="none">
- <path
- d="M 23.65874,397.8715 H 120.8394 V 246.9157 H 23.65874 Z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2096" />
- <g
- id="g2098"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,23.65874,397.8715)">
- <path
- d="M 0.01066589,0.07092285 H 1234194 V 1917139 H 0.01066589 Z"
- style="fill:none;stroke:#000000;stroke-width:28575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2100" />
- </g>
- <g
- id="g2102"
- transform="translate(30.85874,341.5936)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,9.636719,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2106"><tspan
- x="0 12.4448 17.7728 23.1008 28.428801 39.984001 49.756802 54.201599 63.9744"
- y="0"
- sodipodi:role="line"
- id="tspan2104">Off-Chip </tspan></text>
- </g>
- <g
- id="g2108"
- transform="translate(30.85874,322.5936)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,17.62891,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2112"><tspan
- x="0 11.5552 23.110399 34.6656 47.993599"
- y="0"
- sodipodi:role="line"
- id="tspan2110">DRAM </tspan></text>
- </g>
- <g
- id="g2114"
- transform="matrix(63,0,0,60,549,273)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAYAAADRy2JxAAAABHNCSVQICAgIfAhkiAAAAF5JREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTeoux2wqXlV86rmVc2rmlc1r2pe1byqeVXzquZVzauaVzWval7VvKp5VfOq5lXNq5pXNa9qXtW8qnlV86rmVc2rmld9MhsBd0gN9y4AAAAASUVORK5CYII="
- mask="url(#mask2116)"
- id="image2120" />
- </g>
- <path
- d="M 603.6696,312.9333 H 556.8498 V 292.777 h 46.8198 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2122" />
- <g
- id="g2124"
- transform="translate(564.0497,311.2552)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,2.051254,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2128"><tspan
- x="0 10.1108 18.667601 28.7784"
- y="0"
- sodipodi:role="line"
- id="tspan2126">ALU </tspan></text>
- </g>
- <path
- d="m 603.6696,325.0566 h -46.8199 v -12.1233 h 46.8199 z"
- style="fill:#4675a3;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2130" />
- <path
- d="m 604.0046,293.1458 h -47.1549 v -12.1234 h 47.1549 z"
- style="fill:#a74a44;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2132" />
- <g
- id="g2134"
- transform="matrix(-7.874016e-5,0,0,-7.874016e-5,604.0046,325.3032)">
- <path
- d="M -0.1359863,-0.1777344 H 603121.9 V 562365.9 H -0.1359863 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2136" />
- </g>
- <g
- id="g2138"
- transform="translate(536.6107,316.8858)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-20)"
- style="font-variant:normal;font-weight:bold;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2142"><tspan
- x="0 11.68"
- y="0"
- sodipodi:role="line"
- id="tspan2140">= </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g2144">
- <g
- id="g2146"
- clip-path="none">
- <g
- id="g2152"
- clip-path="none">
- <g
- id="g2158"
- transform="matrix(63,0,0,60,473,273)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAYAAADRy2JxAAAABHNCSVQICAgIfAhkiAAAAF5JREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTeoux2wqXlV86rmVc2rmlc1r2pe1byqeVXzquZVzauaVzWval7VvKp5VfOq5lXNq5pXNa9qXtW8qnlV86rmVc2rmld9MhsBd0gN9y4AAAAASUVORK5CYII="
- mask="url(#mask2160)"
- id="image2164" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g2166">
- <g
- id="g2168"
- clip-path="none">
- <path
- d="m 528.3182,325.3032 h -47.49 v -44.2808 h 47.49 z"
- style="fill:#cbcbcb;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2174" />
- <g
- id="g2176"
- transform="matrix(-7.874016e-5,0,0,-7.874016e-5,528.3182,325.3032)">
- <path
- d="M -0.338623,-0.1777344 H 603121.8 V 562365.9 H -0.338623 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2178" />
- </g>
- <g
- id="g2180"
- transform="translate(488.0283,312.7628)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,6.078125,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2184"><tspan
- x="0 10.672 21.344"
- y="0"
- sodipodi:role="line"
- id="tspan2182">PE </tspan></text>
- </g>
- <g
- id="g2186"
- transform="translate(461.6917,360.1648)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-18)"
- style="font-variant:normal;font-weight:bold;font-size:18px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2190"><tspan
- x="0 12.006 19.0116 30.006001 40.017601 50.029202 60.040798 70.052399 75.052803 86.047203 97.041603 102.042 114.048 125.0424 136.0368 141.0372 152.0316 162.0432"
- y="0"
- sodipodi:role="line"
- id="tspan2188">Processing Engine </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g2192">
- <g
- id="g2194"
- clip-path="none">
- <g
- id="g2200"
- clip-path="none">
- <g
- id="g2206"
- transform="matrix(278,0,0,162,149,239)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAACiCAYAAACEYeKYAAAABHNCSVQICAgIfAhkiAAAAhlJREFUeJzt1MEJACAQwLDT/XfWJQqCJBP01TUzZwBC+3UA8B9jAXLGAuSMBcgZC5AzFiBnLEDOWICcsQA5YwFyxgLkjAXIGQuQMxYgZyxAzliAnLEAOWMBcsYC5IwFyBkLkDMWIGcsQM5YgJyxADljAXLGAuSMBcgZC5AzFiBnLEDOWICcsQA5YwFyxgLkjAXIGQuQMxYgZyxAzliAnLEAOWMBcsYC5IwFyBkLkDMWIGcsQM5YgJyxADljAXLGAuSMBcgZC5AzFiBnLEDOWICcsQA5YwFyxgLkjAXIGQuQMxYgZyxAzliAnLEAOWMBcsYC5IwFyBkLkDMWIGcsQM5YgJyxADljAXLGAuSMBcgZC5AzFiBnLEDOWICcsQA5YwFyxgLkjAXIGQuQMxYgZyxAzliAnLEAOWMBcsYC5IwFyBkLkDMWIGcsQM5YgJyxADljAXLGAuSMBcgZC5AzFiBnLEDOWICcsQA5YwFyxgLkjAXIGQuQMxYgZyxAzliAnLEAOWMBcsYC5IwFyBkLkDMWIGcsQM5YgJyxADljAXLGAuSMBcgZC5AzFiBnLEDOWICcsQA5YwFyxgLkjAXIGQuQMxYgZyxAzliAnLEAOWMBcsYC5IwFyBkLkDMWIGcsQM5YgJyxADljAXLGAuSMBcgZC5AzFiBnLEDOWICcsQA5YwFyxgLkjAXIGQuQMxYgZyxAzliAnLEAuQtFSgJDA0LMEwAAAABJRU5ErkJggg=="
- mask="url(#mask2208)"
- id="image2212" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g2214">
- <g
- id="g2216"
- clip-path="none">
- <path
- d="m 152.9371,397.8714 h 265.705 V 246.9157 h -265.705 z"
- style="fill:#f5f5f5;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2222" />
- <g
- id="g2224"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,152.9371,397.8714)">
- <path
- d="M 0.01776123,-0.1539307 H 3374453 V 1917138 H 0.01776123 Z"
- style="fill:none;stroke:#000000;stroke-width:28575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2226" />
- </g>
- <g
- id="g2228"
- transform="translate(161.1371,394.2715)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,0,-18)"
- style="font-variant:normal;font-weight:bold;font-size:18px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2232"><tspan
- x="0 12.9996 23.0112 33.0228 43.034401 48.034801 58.046398 65.052002 75.063599 81.057602 92.052002 99.057602"
- y="0"
- sodipodi:role="line"
- id="tspan2230">Accelerator </tspan></text>
- </g>
- <g
- id="g2234"
- transform="matrix(7.874016e-5,0,0,7.874016e-5,250.0402,333.8686)">
- <path
- d="M 57150.02,0.1096191 H 462756.5"
- style="fill:none;stroke:#000000;stroke-width:57150;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2236" />
- </g>
- <path
- d="m 263.5403,340.6186 -13.5001,-6.75 13.5001,-6.75 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2238" />
- <path
- d="m 277.4778,327.1186 13.5,6.75 -13.5,6.75 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2240" />
- <g
- id="g2242"
- transform="matrix(7.874016e-5,0,0,7.874016e-5,250.0402,294.2584)">
- <path
- d="M 57150.02,-0.05493164 H 462756.5"
- style="fill:none;stroke:#000000;stroke-width:57150;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2244" />
- </g>
- <path
- d="m 263.5403,301.0084 -13.5001,-6.75 13.5001,-6.75 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2246" />
- <path
- d="m 277.4778,287.5084 13.5,6.75 -13.5,6.75 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2248" />
- </g>
- </g>
- <g
- id="g2250">
- <g
- id="g2252"
- clip-path="none">
- <g
- id="g2258"
- clip-path="none">
- <g
- id="g2264"
- transform="matrix(83,0,0,121,175,254)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAB5CAYAAABFhR1QAAAABHNCSVQICAgIfAhkiAAAAR9JREFUeJzt0AEJACAQwMDX/p21xIEguwRja2bOhNivA37STKiZUDOhZkLNhJoJNRNqJtRMqJlQM6FmQs2Emgk1E2om1EyomVAzoWZCzYSaCTUTaibUTKiZUDOhZkLNhJoJNRNqJtRMqJlQM6FmQs2Emgk1E2om1EyomVAzoWZCzYSaCTUTaibUTKiZUDOhZkLNhJoJNRNqJtRMqJlQM6FmQs2Emgk1E2om1EyomVAzoWZCzYSaCTUTaibUTKiZUDOhZkLNhJoJNRNqJtRMqJlQM6FmQs2Emgk1E2om1EyomVAzoWZCzYSaCTUTaibUTKiZUDOhZkLNhJoJNRNqJtRMqJlQM6FmQs2Emgk1E2om1EyomVAzoWZCzYSaCTUTutNKAfHXL9vKAAAAAElFTkSuQmCC"
- mask="url(#mask2266)"
- id="image2270" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g2272">
- <g
- id="g2274"
- clip-path="none">
- <path
- d="m 182.608,366.3949 h 67.4322 V 262.101 H 182.608 Z"
- style="fill:#515151;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2280" />
- <g
- id="g2282"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,182.608,366.3949)">
- <path
- d="M 0.04034424,-0.1977539 H 856390 V 1324532 H 0.04034424 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2284" />
- </g>
- <g
- id="g2286"
- transform="translate(189.808,333.4479)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,1.859375,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2290"><tspan
- x="0 12.4448 16.889601 26.662399 36.4352 45.327999"
- y="0"
- sodipodi:role="line"
- id="tspan2288">Global</tspan></text>
- </g>
- <g
- id="g2292"
- transform="translate(189.808,314.4479)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,3.195312,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2296"><tspan
- x="0 11.5552 21.327999 26.656 31.983999 40.883202"
- y="0"
- sodipodi:role="line"
- id="tspan2294">Buffer</tspan></text>
- </g>
- <g
- id="g2298"
- transform="translate(189.808,314.4479)" />
- <g
- id="g2300"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,314.7013,322.1142)">
- <path
- d="M 0.07067871,-0.161499 V 196849.8"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2302" />
- </g>
- <path
- d="m 309.4513,322.1142 v 0 c 0,2.8995 2.3505,5.25 5.25,5.25 2.8995,0 5.25,-2.3505 5.25,-5.25 0,-2.8995 -2.3505,-5.25 -5.25,-5.25 -2.8995,0 -5.25,2.3505 -5.25,5.25 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2304" />
- <path
- d="m 319.9513,306.6142 v 0 c 0,-2.8995 -2.3505,-5.25 -5.25,-5.25 -2.8995,0 -5.25,2.3505 -5.25,5.25 0,2.8995 2.3505,5.25 5.25,5.25 2.8995,0 5.25,-2.3505 5.25,-5.25 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2306" />
- <g
- id="g2308"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,338.4463,344.2546)">
- <path
- d="M -0.1289062,-0.1359863 H 226218.6"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2310" />
- </g>
- <path
- d="m 338.4463,339.0046 v 0 c -2.8995,0 -5.25,2.3505 -5.25,5.25 0,2.8995 2.3505,5.25 5.25,5.25 2.8995,0 5.25,-2.3505 5.25,-5.25 0,-2.8995 -2.3505,-5.25 -5.25,-5.25 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2312" />
- <path
- d="m 356.2588,349.5046 v 0 c 2.8995,0 5.25,-2.3505 5.25,-5.25 0,-2.8995 -2.3505,-5.25 -5.25,-5.25 -2.8995,0 -5.25,2.3505 -5.25,5.25 0,2.8995 2.3505,5.25 5.25,5.25 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2314" />
- <g
- id="g2316"
- transform="matrix(-7.874016e-5,0,0,7.874016e-5,379.9885,306.3818)">
- <path
- d="M 0.1151123,0.178833 2128.28,199801.2"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2318" />
- </g>
- <path
- d="m 385.2382,306.4377 v 0 c 0.0309,-2.8993 -2.2945,-5.2747 -5.1938,-5.3056 -2.8993,-0.0309 -5.2747,2.2945 -5.3056,5.1938 -0.0309,2.8993 2.2945,5.2747 5.1938,5.3056 2.8993,0.0309 5.2747,-2.2945 5.3056,-5.1938 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2320" />
- <path
- d="m 374.5712,322.0583 v 0 c -0.0309,2.8993 2.2945,5.2747 5.1938,5.3056 2.8993,0.0308 5.2747,-2.2945 5.3056,-5.1938 0.0309,-2.8993 -2.2944,-5.2747 -5.1938,-5.3056 -2.8993,-0.0309 -5.2747,2.2944 -5.3056,5.1938 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2322" />
- <g
- id="g2324"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,338.4463,284.488)">
- <path
- d="M -0.1289062,-0.07128906 230187.4,3968.679"
- style="fill:none;stroke:#000000;stroke-width:44450;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2326" />
- </g>
- <path
- d="m 338.3558,279.2388 v 0 c -2.8991,0.05 -5.2087,2.4407 -5.1587,5.3398 0.0499,2.899 2.4406,5.2086 5.3397,5.1586 2.8991,-0.0499 5.2087,-2.4406 5.1587,-5.3397 -0.05,-2.899 -2.4406,-5.2087 -5.3397,-5.1587 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2328" />
- <path
- d="m 356.6618,289.4247 v 0 c 2.8991,-0.0499 5.2087,-2.4406 5.1587,-5.3397 -0.05,-2.899 -2.4406,-5.2087 -5.3397,-5.1587 -2.8991,0.05 -5.2087,2.4407 -5.1587,5.3398 0.0499,2.899 2.4406,5.2086 5.3397,5.1586 0,0 0,0 0,0 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2330" />
- </g>
- </g>
- <g
- id="g2332">
- <g
- id="g2334"
- clip-path="none">
- <g
- id="g2340"
- clip-path="none">
- <g
- id="g2346"
- transform="matrix(63,0,0,59,283,255)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA7CAYAAADMzlLJAAAABHNCSVQICAgIfAhkiAAAAF5JREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTeoux2wqXlV86rmVc2rmlc1r2pe1byqeVXzquZVzauaVzWval7VvKp5VfOq5lXNq5pXNa9qXtW8qnlV86rmVc2r6PkPv2IBdTnjqQgAAAAASUVORK5CYII="
- mask="url(#mask2348)"
- id="image2352" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g2354">
- <g
- id="g2356"
- clip-path="url(#clipPath2360)">
- <path
- d="m 290.9564,306.6284 h 47.4899 v -44.2808 h -47.4899 z"
- style="fill:#cbcbcb;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2362" />
- <g
- id="g2364"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,290.9564,306.6284)">
- <path
- d="M 0.1578369,-0.1582031 H 603122.2 V 562365.9 H 0.1578369 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2366" />
- </g>
- <g
- id="g2368"
- transform="translate(298.1564,294.088)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,6.078125,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2372"><tspan
- x="0 10.672 21.344"
- y="0"
- sodipodi:role="line"
- id="tspan2370">PE </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g2374">
- <g
- id="g2376"
- clip-path="none">
- <g
- id="g2382"
- clip-path="none">
- <g
- id="g2388"
- transform="matrix(63,0,0,60,283,314)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAYAAADRy2JxAAAABHNCSVQICAgIfAhkiAAAAF5JREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTeoux2wqXlV86rmVc2rmlc1r2pe1byqeVXzquZVzauaVzWval7VvKp5VfOq5lXNq5pXNa9qXtW8qnlV86rmVc2rmld9MhsBd0gN9y4AAAAASUVORK5CYII="
- mask="url(#mask2390)"
- id="image2394" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g2396">
- <g
- id="g2398"
- clip-path="url(#clipPath2402)">
- <path
- d="m 290.9564,366.395 h 47.4899 v -44.2808 h -47.4899 z"
- style="fill:#cbcbcb;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2404" />
- <g
- id="g2406"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,290.9564,366.395)">
- <path
- d="M 0.1578369,0.02709961 H 603122.2 V 562366.1 H 0.1578369 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2408" />
- </g>
- <g
- id="g2410"
- transform="translate(298.1564,353.8546)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,6.078125,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2414"><tspan
- x="0 10.672 21.344"
- y="0"
- sodipodi:role="line"
- id="tspan2412">PE </tspan></text>
- </g>
- </g>
- </g>
- <g
- id="g2416">
- <g
- id="g2418"
- clip-path="none">
- <g
- id="g2424"
- clip-path="none">
- <g
- id="g2430"
- transform="matrix(63,0,0,60,348,314)">
- <image
- width="1"
- height="1"
- preserveAspectRatio="none"
- transform="matrix(1,0,0,-1,0,1)"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA8CAYAAADRy2JxAAAABHNCSVQICAgIfAhkiAAAAF5JREFUaIHtzzEBACAMwLCBf88gY0caBe2ZmTeoux2wqXlV86rmVc2rmlc1r2pe1byqeVXzquZVzauaVzWval7VvKp5VfOq5lXNq5pXNa9qXtW8qnlV86rmVc2rmld9MhsBd0gN9y4AAAAASUVORK5CYII="
- mask="url(#mask2432)"
- id="image2436" />
- </g>
- </g>
- </g>
- </g>
- <g
- id="g2438">
- <g
- id="g2440"
- clip-path="none">
- <path
- d="m 356.2435,366.395 h 47.49 v -44.2808 h -47.49 z"
- style="fill:#cbcbcb;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2446" />
- <g
- id="g2448"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,356.2435,366.395)">
- <path
- d="M -0.1655273,0.02709961 H 603121.9 V 562366.1 H -0.1655273 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2450" />
- </g>
- <g
- id="g2452"
- transform="translate(363.4435,353.8546)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,6.078125,-16)"
- style="font-variant:normal;font-weight:bold;font-size:16px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2456"><tspan
- x="0 10.672 21.344"
- y="0"
- sodipodi:role="line"
- id="tspan2454">PE </tspan></text>
- </g>
- <g
- id="g2458"
- transform="matrix(7.874016e-5,0,0,-7.874016e-5,120.8394,325.3032)">
- <path
- d="M 76200.01,-0.1777344 H 708025"
- style="fill:none;stroke:#000000;stroke-width:76200;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2460" />
- </g>
- <path
- d="m 138.8394,316.3032 -18,9 18,9 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2462" />
- <path
- d="m 164.5894,334.3032 18,-9 -18,-9 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2464" />
- <path
- d="M 403.2309,294.0119 H 356.411 v -20.1563 h 46.8199 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2466" />
- <g
- id="g2468"
- transform="translate(363.611,292.3337)">
- <text
- xml:space="preserve"
- transform="matrix(1,0,0,-1,2.051254,-14)"
- style="font-variant:normal;font-weight:bold;font-size:14px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="text2472"><tspan
- x="0 10.1108 18.667601 28.7784"
- y="0"
- sodipodi:role="line"
- id="tspan2470">ALU </tspan></text>
- </g>
- <path
- d="m 403.2309,306.1352 h -46.82 v -12.1233 h 46.82 z"
- style="fill:#4675a3;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2474" />
- <path
- d="M 403.5659,274.2243 H 356.411 V 262.101 h 47.1549 z"
- style="fill:#a74a44;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path2476" />
- <g
- id="g2478"
- transform="matrix(-7.874016e-5,0,0,-7.874016e-5,403.5658,306.3818)">
- <path
- d="M 0.0045166,-0.178833 H 603122.1 V 562365.9 H 0.0045166 Z"
- style="fill:none;stroke:#000000;stroke-width:31750;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path2480" />
- </g>
- </g>
- </g>
+ mask="url(#mask-0)"
+ id="g8370">
+ <use
+ xlink:href="#source-15934"
+ transform="matrix(0.33276,0,0,0.33276,324.531,117.09524)"
+ id="use8368" />
+ </g>
+ </g>
+ <g
+ clip-path="url(#clip-19)"
+ id="g8378"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-1)"
+ id="g8376">
+ <use
+ xlink:href="#source-15940"
+ transform="matrix(0.33276,0,0,0.33276,326.86032,118.42628)"
+ id="use8374" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ stroke-width="0.748711"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 1.2148383,67.827856 H 22.777358 v 9.58204 H 1.2148383 Z m 0,0"
+ id="path8380" />
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8384"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-1"
+ x="328.62024"
+ y="125.29069"
+ id="use8382" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8388"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-2"
+ x="332.46536"
+ y="125.29069"
+ id="use8386" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8392"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-3"
+ x="336.31046"
+ y="125.29069"
+ id="use8390" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8398"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-4"
+ x="340.15558"
+ y="125.29069"
+ id="use8394" />
+ <use
+ xlink:href="#glyph-19-5"
+ x="344.59061"
+ y="125.29069"
+ id="use8396" />
+ </g>
+ <g
+ clip-path="url(#clip-20)"
+ id="g8404"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-2)"
+ id="g8402">
+ <use
+ xlink:href="#source-15946"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,117.428)"
+ id="use8400" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 111.99609,69.26535 h 15.57814 v 6.707038 h -15.57814 z m 0,0"
+ id="path8406" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8416"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-1"
+ x="439.60556"
+ y="125.02451"
+ id="use8408" />
+ <use
+ xlink:href="#glyph-20-2"
+ x="442.97003"
+ y="125.02451"
+ id="use8410" />
+ <use
+ xlink:href="#glyph-20-3"
+ x="445.81738"
+ y="125.02451"
+ id="use8412" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="449.18185"
+ y="125.02451"
+ id="use8414" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 22.77734,72.616914 h 88.05477"
+ id="path8418" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 108.50391,70.87082 3.49218,1.7461 -3.49218,1.74609 z m 0,0"
+ id="path8420" />
+ <g
+ clip-path="url(#clip-21)"
+ id="g8426"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-3)"
+ id="g8424">
+ <use
+ xlink:href="#source-15952"
+ transform="matrix(0.33276,0,0,0.33276,347.49144,131.07116)"
+ id="use8422" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#515151"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 25.707031,83.011452 H 47.18752 v 9.585946 H 25.707031 Z m 0,0"
+ id="path8428" />
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8432"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-6"
+ x="353.21942"
+ y="140.47705"
+ id="use8430" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8436"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-7"
+ x="357.06451"
+ y="140.47705"
+ id="use8434" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8444"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-8"
+ x="360.31653"
+ y="140.47705"
+ id="use8438" />
+ <use
+ xlink:href="#glyph-19-8"
+ x="362.08948"
+ y="140.47705"
+ id="use8440" />
+ <use
+ xlink:href="#glyph-19-9"
+ x="363.86243"
+ y="140.47705"
+ id="use8442" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8448"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-10"
+ x="366.8237"
+ y="140.47705"
+ id="use8446" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8452"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-5"
+ x="368.89587"
+ y="140.47705"
+ id="use8450" />
+ </g>
+ <g
+ clip-path="url(#clip-22)"
+ id="g8458"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-4)"
+ id="g8456">
+ <use
+ xlink:href="#source-15958"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,132.4022)"
+ id="use8454" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 111.99609,84.448946 h 15.57814 v 6.707038 h -15.57814 z m 0,0"
+ id="path8460" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8470"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-1"
+ x="439.60556"
+ y="140.21085"
+ id="use8462" />
+ <use
+ xlink:href="#glyph-20-2"
+ x="442.97003"
+ y="140.21085"
+ id="use8464" />
+ <use
+ xlink:href="#glyph-20-3"
+ x="445.81738"
+ y="140.21085"
+ id="use8466" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="449.18185"
+ y="140.21085"
+ id="use8468" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 47.1875,87.804416 h 63.64068"
+ id="path8472" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 108.5,86.05832 3.49219,1.7461 -3.49219,1.74609 z m 0,0"
+ id="path8474" />
+ <g
+ clip-path="url(#clip-23)"
+ id="g8480"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-5)"
+ id="g8478">
+ <use
+ xlink:href="#source-15964"
+ transform="matrix(0.33276,0,0,0.33276,373.77948,144.0488)"
+ id="use8476" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#cbcbcb"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 51.878908,95.94895 h 14.375013 v 9.58204 H 51.878908 Z m 0,0"
+ id="path8482" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8490"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-11"
+ x="380.12076"
+ y="153.41296"
+ id="use8484" />
+ <use
+ xlink:href="#glyph-19-12"
+ x="383.67197"
+ y="153.41296"
+ id="use8486" />
+ <use
+ xlink:href="#glyph-19-5"
+ x="387.22321"
+ y="153.41296"
+ id="use8488" />
+ </g>
+ <g
+ clip-path="url(#clip-24)"
+ id="g8496"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-6)"
+ id="g8494">
+ <use
+ xlink:href="#source-15970"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,145.37984)"
+ id="use8492" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 111.99609,97.386444 h 15.57814 v 6.707036 h -15.57814 z m 0,0"
+ id="path8498" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8508"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-1"
+ x="439.60556"
+ y="153.14679"
+ id="use8500" />
+ <use
+ xlink:href="#glyph-20-2"
+ x="442.97003"
+ y="153.14679"
+ id="use8502" />
+ <use
+ xlink:href="#glyph-20-3"
+ x="445.81738"
+ y="153.14679"
+ id="use8504" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="449.18185"
+ y="153.14679"
+ id="use8506" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 66.253906,100.74191 H 110.82426"
+ id="path8510" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 108.49219,98.99192 3.49609,1.75 -3.49609,1.74609 z m 0,0"
+ id="path8512" />
+ <g
+ clip-path="url(#clip-25)"
+ id="g8518"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-7)"
+ id="g8516">
+ <use
+ xlink:href="#source-15976"
+ transform="matrix(0.33276,0,0,0.33276,393.07956,157.02644)"
+ id="use8514" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 71.230472,108.88254 h 14.375013 v 9.58595 H 71.230472 Z m 0,0"
+ id="path8520" />
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8528"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-5"
+ x="399.92014"
+ y="166.0827"
+ id="use8522" />
+ <use
+ xlink:href="#glyph-20-6"
+ x="403.28461"
+ y="166.0827"
+ id="use8524" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="406.13196"
+ y="166.0827"
+ id="use8526" />
+ </g>
+ <g
+ clip-path="url(#clip-26)"
+ id="g8534"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-8)"
+ id="g8532">
+ <use
+ xlink:href="#source-15982"
+ transform="matrix(0.33276,0,0,0.33276,434.00904,158.35748)"
+ id="use8530" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 111.99609,110.32395 h 15.57814 v 6.70703 h -15.57814 z m 0,0"
+ id="path8536" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8546"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-1"
+ x="439.60556"
+ y="166.08272"
+ id="use8538" />
+ <use
+ xlink:href="#glyph-20-2"
+ x="442.97003"
+ y="166.08272"
+ id="use8540" />
+ <use
+ xlink:href="#glyph-20-3"
+ x="445.81738"
+ y="166.08272"
+ id="use8542" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="449.18185"
+ y="166.08272"
+ id="use8544" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 85.60547,113.67551 h 25.23049"
+ id="path8548" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 108.50391,111.92942 3.49609,1.74609 -3.49609,1.74609 z m 0,0"
+ id="path8550" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m 119.95312,126.56223 c 0,-1.92188 1.55469,-3.47656 3.47657,-3.47656 1.92187,0 3.48047,1.55468 3.48047,3.47656 0,1.92187 -1.5586,3.47656 -3.48047,3.47656 -1.92188,0 -3.47657,-1.55469 -3.47657,-3.47656 z m 0,0"
+ id="path8552" />
+ <path
+ fill="none"
+ stroke-width="0.748711"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 123.42969,123.08566 v 6.95313 m -3.47656,-3.47656 h 6.95703"
+ id="path8554" />
+ <path
+ fill="none"
+ stroke-width="0.748711"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 119.95313,126.56223 c 0,-1.92188 1.55468,-3.47657 3.47656,-3.47657 1.92188,0 3.48047,1.55469 3.48047,3.47657 0,1.92187 -1.55859,3.47656 -3.48047,3.47656 -1.92188,0 -3.47656,-1.55469 -3.47656,-3.47656 z m 0,0"
+ id="path8556" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m 112.69531,126.56223 c 0,-1.92188 1.55469,-3.47656 3.47656,-3.47656 1.92188,0 3.47657,1.55468 3.47657,3.47656 0,1.92187 -1.55469,3.47656 -3.47657,3.47656 -1.92187,0 -3.47656,-1.55469 -3.47656,-3.47656 z m 0,0"
+ id="path8558" />
+ <path
+ fill="none"
+ stroke-width="0.748711"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 113.71094,124.10129 4.92188,4.92188 m 0,-4.92188 -4.92188,4.92188"
+ id="path8560" />
+ <path
+ fill="none"
+ stroke-width="0.748711"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 112.69531,126.56223 c 0,-1.92188 1.55469,-3.47657 3.47657,-3.47657 1.92187,0 3.47656,1.55469 3.47656,3.47657 0,1.92187 -1.55469,3.47656 -3.47656,3.47656 -1.92188,0 -3.47657,-1.55469 -3.47657,-3.47656 z m 0,0"
+ id="path8562" />
+ <g
+ clip-path="url(#clip-27)"
+ id="g8568"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-9)"
+ id="g8566">
+ <use
+ xlink:href="#source-15988"
+ transform="matrix(0.33276,0,0,0.33276,411.0486,171.33512)"
+ id="use8564" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 88.945312,123.25754 h 15.582048 v 6.70703 H 88.945312 Z m 0,0"
+ id="path8570" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8580"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-1"
+ x="416.55664"
+ y="179.01859"
+ id="use8572" />
+ <use
+ xlink:href="#glyph-20-2"
+ x="419.92111"
+ y="179.01859"
+ id="use8574" />
+ <use
+ xlink:href="#glyph-20-3"
+ x="422.76846"
+ y="179.01859"
+ id="use8576" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="426.13293"
+ y="179.01859"
+ id="use8578" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 104.52735,126.61301 7.00782,-0.0352"
+ id="path8582" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 109.21484,128.33567 3.48438,-1.76563 -3.5,-1.73047 z m 0,0"
+ id="path8584" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8588"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-1"
+ x="456.13062"
+ y="111.85068"
+ id="use8586" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8592"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-2"
+ x="460.45636"
+ y="111.85068"
+ id="use8590" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8598"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-3"
+ x="463.78784"
+ y="111.85068"
+ id="use8594" />
+ <use
+ xlink:href="#glyph-21-2"
+ x="465.78241"
+ y="111.85068"
+ id="use8596" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8602"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-4"
+ x="469.11386"
+ y="111.85068"
+ id="use8600" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8608"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-5"
+ x="470.7778"
+ y="111.85068"
+ id="use8604" />
+ <use
+ xlink:href="#glyph-21-6"
+ x="475.76718"
+ y="111.85068"
+ id="use8606" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8612"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-7"
+ x="479.42569"
+ y="111.85068"
+ id="use8610" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8616"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-8"
+ x="482.75714"
+ y="111.85068"
+ id="use8614" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8620"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-9"
+ x="486.08862"
+ y="111.85068"
+ id="use8618" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8624"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-8"
+ x="491.41464"
+ y="111.85068"
+ id="use8622" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8628"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-10"
+ x="494.74609"
+ y="111.85068"
+ id="use8626" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8634"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-3"
+ x="498.4046"
+ y="111.85068"
+ id="use8630" />
+ <use
+ xlink:href="#glyph-21-4"
+ x="500.39914"
+ y="111.85068"
+ id="use8632" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8640"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-11"
+ x="502.06308"
+ y="111.85068"
+ id="use8636" />
+ <use
+ xlink:href="#glyph-21-10"
+ x="506.0582"
+ y="111.85068"
+ id="use8638" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8644"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-8"
+ x="509.71671"
+ y="111.85068"
+ id="use8642" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8648"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-12"
+ x="513.04816"
+ y="111.85068"
+ id="use8646" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8652"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-13"
+ x="515.37933"
+ y="111.85068"
+ id="use8650" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8656"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-14"
+ x="519.03784"
+ y="111.85068"
+ id="use8654" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8660"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-4"
+ x="522.36932"
+ y="111.85068"
+ id="use8658" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8664"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-15"
+ x="524.0332"
+ y="111.85068"
+ id="use8662" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8668"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-6"
+ x="528.35895"
+ y="111.85068"
+ id="use8666" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8672"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-16"
+ x="532.01746"
+ y="111.85068"
+ id="use8670" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8678"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-3"
+ x="535.34894"
+ y="111.85068"
+ id="use8674" />
+ <use
+ xlink:href="#glyph-21-4"
+ x="537.34351"
+ y="111.85068"
+ id="use8676" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#89a24c"
+ fill-opacity="1"
+ d="m 206.57422,68.55442 v 8.14453 h -70.03516 v -8.14453 z m 0,0"
+ id="path8680" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ stroke-width="0.33276"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 180.36328,67.5466 c 2.44141,3.378909 -2.44141,6.761725 0,10.14454 h -2.19532 c -2.44141,-3.382815 2.43751,-6.765631 0,-10.14454 z m 0,0"
+ id="path8682" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m 176.23047,65.38254 h 6.57422 v 2.66406 h -6.57422 z m 0,0"
+ id="path8684" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m 176.23047,77.27317 h 6.57422 v 2.66406 h -6.57422 z m 0,0"
+ id="path8686" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8690"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-1"
+ x="532.85913"
+ y="125.59819"
+ id="use8688" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8694"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-2"
+ x="536.56079"
+ y="125.59819"
+ id="use8692" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8698"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-2"
+ x="540.26239"
+ y="125.59819"
+ id="use8696" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8702"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-23-1"
+ x="543.96405"
+ y="125.59819"
+ id="use8700" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8706"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-3"
+ x="547.85065"
+ y="125.59819"
+ id="use8704" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#89a24c"
+ fill-opacity="1"
+ d="m 172.41016,83.7302 v 8.14843 h -35.9375 V 83.7302 Z m 0,0"
+ id="path8708" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8712"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-4"
+ x="500.56793"
+ y="140.78456"
+ id="use8710" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8716"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-23-1"
+ x="504.26956"
+ y="140.78456"
+ id="use8714" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8720"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-3"
+ x="508.15619"
+ y="140.78456"
+ id="use8718" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#89a24c"
+ fill-opacity="1"
+ d="m 147.25391,96.6677 v 8.14453 H 136.47266 V 96.6677 Z m 0,0"
+ id="path8722" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8726"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-1"
+ x="473.68222"
+ y="153.72047"
+ id="use8724" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8730"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-23-1"
+ x="477.38385"
+ y="153.72047"
+ id="use8728" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8734"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-3"
+ x="481.27048"
+ y="153.72047"
+ id="use8732" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#89a24c"
+ fill-opacity="1"
+ d="m 140.06641,109.6052 v 8.14453 h -3.59375 v -8.14453 z m 0,0"
+ id="path8736" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8740"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-5"
+ x="466.47208"
+ y="166.65642"
+ id="use8738" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8744"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-23-1"
+ x="470.17371"
+ y="166.65642"
+ id="use8742" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8748"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-3"
+ x="474.06033"
+ y="166.65642"
+ id="use8746" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#89a24c"
+ fill-opacity="1"
+ d="m 140.06641,122.53879 v 8.14453 h -3.59375 v -8.14453 z m 0,0"
+ id="path8750" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8754"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-5"
+ x="466.47208"
+ y="179.5923"
+ id="use8752" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8758"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-23-1"
+ x="470.17371"
+ y="179.5923"
+ id="use8756" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8762"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-3"
+ x="474.06033"
+ y="179.5923"
+ id="use8760" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8768"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-6"
+ x="475.90915"
+ y="179.5923"
+ id="use8764" />
+ <use
+ xlink:href="#glyph-22-7"
+ x="478.12534"
+ y="179.5923"
+ id="use8766" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8772"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-8"
+ x="482.9317"
+ y="179.5923"
+ id="use8770" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8778"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-9"
+ x="486.63333"
+ y="179.5923"
+ id="use8774" />
+ <use
+ xlink:href="#glyph-22-8"
+ x="488.84952"
+ y="179.5923"
+ id="use8776" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8782"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-10"
+ x="492.55115"
+ y="179.5923"
+ id="use8780" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8786"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-8"
+ x="495.14136"
+ y="179.5923"
+ id="use8784" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8790"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-11"
+ x="498.84296"
+ y="179.5923"
+ id="use8788" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8794"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-12"
+ x="502.90796"
+ y="179.5923"
+ id="use8792" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8798"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-8"
+ x="506.60959"
+ y="179.5923"
+ id="use8796" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8804"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-13"
+ x="510.31122"
+ y="179.5923"
+ id="use8800" />
+ <use
+ xlink:href="#glyph-22-3"
+ x="512.5274"
+ y="179.5923"
+ id="use8802" />
+ </g>
+ <g
+ clip-path="url(#clip-28)"
+ id="g8808"
+ transform="translate(-324.53125,-50.54324)">
+ <path
+ fill="none"
+ stroke-width="38100"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M -63.572971,29.797216 V 2583366.8"
+ transform="matrix(2.62016e-5,0,0,2.62016e-5,461.07198,115.97188)"
+ id="path8806" />
+ </g>
+ <g
+ clip-path="url(#clip-29)"
+ id="g8814"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-10)"
+ id="g8812">
+ <use
+ xlink:href="#source-15994"
+ transform="matrix(0.33276,0,0,0.33276,331.1862,50.54324)"
+ id="use8810" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ stroke-width="0.748711"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 7.8710914,1.0426978 H 40.210966 V 51.273212 H 7.8710914 Z m 0,0"
+ id="path8816" />
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8820"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-13"
+ x="338.00626"
+ y="75.635475"
+ id="use8818" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8830"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-8"
+ x="342.1474"
+ y="75.635475"
+ id="use8822" />
+ <use
+ xlink:href="#glyph-19-8"
+ x="343.92035"
+ y="75.635475"
+ id="use8824" />
+ <use
+ xlink:href="#glyph-19-14"
+ x="345.6933"
+ y="75.635475"
+ id="use8826" />
+ <use
+ xlink:href="#glyph-19-15"
+ x="347.46625"
+ y="75.635475"
+ id="use8828" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8834"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-16"
+ x="351.31134"
+ y="75.635475"
+ id="use8832" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8838"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-17"
+ x="354.56335"
+ y="75.635475"
+ id="use8836" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8842"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-18"
+ x="356.04239"
+ y="75.635475"
+ id="use8840" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8846"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-5"
+ x="359.2944"
+ y="75.635475"
+ id="use8844" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8850"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-1"
+ x="340.66574"
+ y="81.957916"
+ id="use8848" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8854"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-2"
+ x="344.51086"
+ y="81.957916"
+ id="use8852" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8858"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-3"
+ x="348.35596"
+ y="81.957916"
+ id="use8856" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g8864"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-4"
+ x="352.20108"
+ y="81.957916"
+ id="use8860" />
+ <use
+ xlink:href="#glyph-19-5"
+ x="356.63611"
+ y="81.957916"
+ id="use8862" />
+ </g>
+ <g
+ mask="url(#mask-11)"
+ id="g8868"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#source-16002"
+ transform="matrix(0.33276,0,0,0.33276,507.21624,73.17092)"
+ id="use8866" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m 200.875,29.304416 h -15.57813 v 6.707032 H 200.875 Z m 0,0"
+ id="path8870" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8880"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-1"
+ x="512.90674"
+ y="85.065361"
+ id="use8872" />
+ <use
+ xlink:href="#glyph-20-2"
+ x="516.27124"
+ y="85.065361"
+ id="use8874" />
+ <use
+ xlink:href="#glyph-20-3"
+ x="519.11859"
+ y="85.065361"
+ id="use8876" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="522.48303"
+ y="85.065361"
+ id="use8878" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m 200.875,25.26926 h -15.57813 v 4.035156 H 200.875 Z m 0,0"
+ id="path8882" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m 200.98828,35.890354 h -15.69141 v 4.035156 h 15.69141 z m 0,0"
+ id="path8884" />
+ <path
+ fill="none"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 200.98828,25.187229 h -15.8008 v 14.738295 h 15.8008 z m 0,0"
+ id="path8886" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8892"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-22-14"
+ x="503.09357"
+ y="85.188278"
+ id="use8888" />
+ <use
+ xlink:href="#glyph-22-3"
+ x="506.98022"
+ y="85.188278"
+ id="use8890" />
+ </g>
+ <g
+ clip-path="url(#clip-30)"
+ id="g8898"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-12)"
+ id="g8896">
+ <use
+ xlink:href="#source-16008"
+ transform="matrix(0.33276,0,0,0.33276,481.92648,73.17092)"
+ id="use8894" />
</g>
</g>
+ <path
+ fill-rule="evenodd"
+ fill="#cbcbcb"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 175.80468,25.187229 h -15.8047 v 14.738295 h 15.8047 z m 0,0"
+ id="path8900" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8908"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-11"
+ x="488.94986"
+ y="85.22921"
+ id="use8902" />
+ <use
+ xlink:href="#glyph-19-12"
+ x="492.50107"
+ y="85.22921"
+ id="use8904" />
+ <use
+ xlink:href="#glyph-19-5"
+ x="496.05228"
+ y="85.22921"
+ id="use8906" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8914"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-17"
+ x="478.16354"
+ y="70.121239"
+ id="use8910" />
+ <use
+ xlink:href="#glyph-21-12"
+ x="482.15866"
+ y="70.121239"
+ id="use8912" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8918"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-6"
+ x="484.48984"
+ y="70.121239"
+ id="use8916" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8922"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-18"
+ x="488.14832"
+ y="70.121239"
+ id="use8920" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8926"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-8"
+ x="491.4798"
+ y="70.121239"
+ id="use8924" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8930"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-16"
+ x="494.81125"
+ y="70.121239"
+ id="use8928" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8934"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-16"
+ x="498.1427"
+ y="70.121239"
+ id="use8932" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8938"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-19"
+ x="501.47418"
+ y="70.121239"
+ id="use8936" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8942"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-10"
+ x="503.13809"
+ y="70.121239"
+ id="use8940" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8946"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-13"
+ x="506.7966"
+ y="70.121239"
+ id="use8944" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8950"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-4"
+ x="510.45508"
+ y="70.121239"
+ id="use8948" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8956"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-11"
+ x="512.11902"
+ y="70.121239"
+ id="use8952" />
+ <use
+ xlink:href="#glyph-21-10"
+ x="516.11414"
+ y="70.121239"
+ id="use8954" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8960"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-13"
+ x="519.77264"
+ y="70.121239"
+ id="use8958" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8964"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-19"
+ x="523.43115"
+ y="70.121239"
+ id="use8962" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8968"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-10"
+ x="525.09509"
+ y="70.121239"
+ id="use8966" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8972"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-8"
+ x="528.75354"
+ y="70.121239"
+ id="use8970" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8976"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-4"
+ x="532.08502"
+ y="70.121239"
+ id="use8974" />
+ </g>
+ <g
+ clip-path="url(#clip-31)"
+ id="g8982"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-13)"
+ id="g8980">
+ <use
+ xlink:href="#source-16014"
+ transform="matrix(0.33276,0,0,0.33276,374.11224,50.54324)"
+ id="use8978" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#f5f5f5"
+ fill-opacity="1"
+ stroke-width="0.748711"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 50.890626,1.0426976 H 139.30868 V 51.273214 H 50.890626 Z m 0,0"
+ id="path8984" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8988"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-20"
+ x="378.15097"
+ y="58.771896"
+ id="use8986" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8992"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-18"
+ x="382.47672"
+ y="58.771896"
+ id="use8990" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g8996"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-18"
+ x="385.8082"
+ y="58.771896"
+ id="use8994" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9000"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-8"
+ x="389.13965"
+ y="58.771896"
+ id="use8998" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9004"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-21"
+ x="392.4711"
+ y="58.771896"
+ id="use9002" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9008"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-8"
+ x="394.13504"
+ y="58.771896"
+ id="use9006" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9012"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-12"
+ x="397.46649"
+ y="58.771896"
+ id="use9010" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9016"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-2"
+ x="399.7977"
+ y="58.771896"
+ id="use9014" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9022"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-3"
+ x="403.12915"
+ y="58.771896"
+ id="use9018" />
+ <use
+ xlink:href="#glyph-21-6"
+ x="405.12372"
+ y="58.771896"
+ id="use9020" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9026"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-12"
+ x="408.7822"
+ y="58.771896"
+ id="use9024" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9030"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-21-4"
+ x="411.11337"
+ y="58.771896"
+ id="use9028" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.49742"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 84.699223,22.339573 H 95.328139"
+ id="path9032" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 87.69531,20.093479 -4.49219,2.246093 4.49219,2.246094 z m 0,0"
+ id="path9034" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 92.33203,24.585666 4.49219,-2.246094 -4.49219,-2.246093 z m 0,0"
+ id="path9036" />
+ <path
+ fill="none"
+ stroke-width="1.49742"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 84.699223,35.51926 H 95.328139"
+ id="path9038" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 87.69531,33.273166 -4.49219,2.246094 4.49219,2.246094 z m 0,0"
+ id="path9040" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 92.33203,37.765354 4.49219,-2.246094 -4.49219,-2.246094 z m 0,0"
+ id="path9042" />
+ <g
+ clip-path="url(#clip-32)"
+ id="g9048"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-14)"
+ id="g9046">
+ <use
+ xlink:href="#source-16020"
+ transform="matrix(0.33276,0,0,0.33276,382.764,59.195)"
+ id="use9044" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#515151"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 60.765627,11.515354 H 83.203148 V 46.21851 H 60.765627 Z m 0,0"
+ id="path9050" />
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g9064"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-19"
+ x="388.31024"
+ y="78.346039"
+ id="use9052" />
+ <use
+ xlink:href="#glyph-19-20"
+ x="392.45135"
+ y="78.346039"
+ id="use9054" />
+ <use
+ xlink:href="#glyph-19-21"
+ x="393.93042"
+ y="78.346039"
+ id="use9056" />
+ <use
+ xlink:href="#glyph-19-22"
+ x="397.1824"
+ y="78.346039"
+ id="use9058" />
+ <use
+ xlink:href="#glyph-19-23"
+ x="400.43442"
+ y="78.346039"
+ id="use9060" />
+ <use
+ xlink:href="#glyph-19-20"
+ x="403.39359"
+ y="78.346039"
+ id="use9062" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g9068"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-6"
+ x="388.75479"
+ y="84.66848"
+ id="use9066" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g9072"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-7"
+ x="392.59988"
+ y="84.66848"
+ id="use9070" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g9080"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-8"
+ x="395.8519"
+ y="84.66848"
+ id="use9074" />
+ <use
+ xlink:href="#glyph-19-8"
+ x="397.62485"
+ y="84.66848"
+ id="use9076" />
+ <use
+ xlink:href="#glyph-19-9"
+ x="399.39777"
+ y="84.66848"
+ id="use9078" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g9084"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-10"
+ x="402.35907"
+ y="84.66848"
+ id="use9082" />
+ </g>
+ <g
+ fill="#ffffff"
+ fill-opacity="1"
+ id="g9088"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-5"
+ x="404.43091"
+ y="84.66848"
+ id="use9086" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 104.71876,26.249729 v 5.156255"
+ id="path9090" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 102.97266,26.249729 c 0,-0.964844 0.78125,-1.746094 1.74609,-1.746094 0.96484,0 1.74609,0.78125 1.74609,1.746094 0,0.964843 -0.78125,1.746093 -1.74609,1.746093 -0.96484,0 -1.74609,-0.78125 -1.74609,-1.746093 z m 0,0"
+ id="path9092" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 106.46484,31.405979 c 0,0.964843 -0.78125,1.75 -1.74609,1.75 -0.96484,0 -1.74609,-0.785157 -1.74609,-1.75 0,-0.964844 0.78125,-1.746094 1.74609,-1.746094 0.96484,0 1.74609,0.78125 1.74609,1.746094 z m 0,0"
+ id="path9094" />
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 112.62109,18.882541 h 5.92579"
+ id="path9096" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 112.62109,20.628635 c -0.96484,0 -1.74609,-0.78125 -1.74609,-1.746094 0,-0.964843 0.78125,-1.746093 1.74609,-1.746093 0.96485,0 1.7461,0.78125 1.7461,1.746093 0,0.964844 -0.78125,1.746094 -1.7461,1.746094 z m 0,0"
+ id="path9098" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 118.54687,17.136448 c 0.96485,0 1.75,0.78125 1.75,1.746093 0,0.964844 -0.78515,1.746094 -1.75,1.746094 -0.96484,0 -1.74609,-0.78125 -1.74609,-1.746094 0,-0.964843 0.78125,-1.746093 1.74609,-1.746093 z m 0,0"
+ id="path9100" />
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 126.44531,31.484104 -0.0547,-5.23438"
+ id="path9102" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 128.19141,31.468479 c 0.0117,0.960937 -0.76172,1.753906 -1.72657,1.761719 -0.96484,0.01172 -1.75781,-0.761719 -1.76562,-1.726563 -0.0117,-0.964844 0.76172,-1.753906 1.72656,-1.765625 0.96484,-0.01172 1.75391,0.765625 1.76563,1.730469 z m 0,0"
+ id="path9104" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 124.64062,26.26926 c -0.008,-0.964844 0.76563,-1.753906 1.73047,-1.765625 0.96485,-0.01172 1.75391,0.761719 1.76563,1.726563 0.008,0.964843 -0.76563,1.757812 -1.73047,1.765624 -0.96484,0.01172 -1.75391,-0.761718 -1.76563,-1.726562 z m 0,0"
+ id="path9106" />
+ <path
+ fill="none"
+ stroke-width="1.16466"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 112.62109,38.76926 6.03126,0.105469"
+ id="path9108" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 112.58984,40.515354 c -0.96484,-0.01563 -1.73047,-0.808594 -1.71484,-1.773438 0.0156,-0.964844 0.8125,-1.734375 1.77734,-1.71875 0.96485,0.01563 1.73047,0.8125 1.71485,1.777344 -0.0156,0.964844 -0.8125,1.734375 -1.77735,1.714844 z m 0,0"
+ id="path9110" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 118.68359,37.128635 c 0.96485,0.01563 1.73047,0.8125 1.71485,1.777344 -0.0156,0.964843 -0.8125,1.730469 -1.77735,1.714843 -0.96484,-0.01562 -1.73047,-0.8125 -1.71484,-1.777343 0.0156,-0.964844 0.8125,-1.730469 1.77734,-1.714844 z m 0,0"
+ id="path9112" />
+ <g
+ clip-path="url(#clip-33)"
+ id="g9118"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-15)"
+ id="g9116">
+ <use
+ xlink:href="#source-16026"
+ transform="matrix(0.33276,0,0,0.33276,418.70208,79.49336)"
+ id="use9114" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#cbcbcb"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 96.820311,31.402073 H 112.62111 V 46.136461 H 96.820311 Z m 0,0"
+ id="path9120" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9128"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-11"
+ x="425.76807"
+ y="91.443436"
+ id="use9122" />
+ <use
+ xlink:href="#glyph-19-12"
+ x="429.31931"
+ y="91.443436"
+ id="use9124" />
+ <use
+ xlink:href="#glyph-19-5"
+ x="432.87051"
+ y="91.443436"
+ id="use9126" />
+ </g>
+ <g
+ clip-path="url(#clip-34)"
+ id="g9134"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-16)"
+ id="g9132">
+ <use
+ xlink:href="#source-16032"
+ transform="matrix(0.33276,0,0,0.33276,418.70208,59.52776)"
+ id="use9130" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#cbcbcb"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 96.820311,11.515354 H 112.62111 V 26.249743 H 96.820311 Z m 0,0"
+ id="path9136" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9144"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-11"
+ x="425.76807"
+ y="71.555504"
+ id="use9138" />
+ <use
+ xlink:href="#glyph-19-12"
+ x="429.31931"
+ y="71.555504"
+ id="use9140" />
+ <use
+ xlink:href="#glyph-19-5"
+ x="432.87051"
+ y="71.555504"
+ id="use9142" />
+ </g>
+ <g
+ clip-path="url(#clip-35)"
+ id="g9150"
+ transform="translate(-324.53125,-50.54324)">
+ <g
+ mask="url(#mask-17)"
+ id="g9148">
+ <use
+ xlink:href="#source-16038"
+ transform="matrix(0.33276,0,0,0.33276,440.33148,59.52776)"
+ id="use9146" />
+ </g>
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#cbcbcb"
+ fill-opacity="1"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 118.54297,11.515354 h 15.8047 v 14.734389 h -15.8047 z m 0,0"
+ id="path9152" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9160"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-19-11"
+ x="447.49301"
+ y="71.555504"
+ id="use9154" />
+ <use
+ xlink:href="#glyph-19-12"
+ x="451.04422"
+ y="71.555504"
+ id="use9156" />
+ <use
+ xlink:href="#glyph-19-5"
+ x="454.59546"
+ y="71.555504"
+ id="use9158" />
+ </g>
+ <path
+ fill="none"
+ stroke-width="1.99656"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="M 42.207034,25.187229 H 58.761737"
+ id="path9162" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 46.19922,28.183322 -5.98828,-2.996093 5.98828,-2.992188 z m 0,0"
+ id="path9164" />
+ <path
+ fill-rule="evenodd"
+ fill="#000000"
+ fill-opacity="1"
+ d="m 54.76953,22.195041 5.98828,2.992188 -5.98828,2.996093 z m 0,0"
+ id="path9166" />
+ <path
+ fill-rule="evenodd"
+ fill="#ffffff"
+ fill-opacity="1"
+ d="m 134.17969,35.601291 h -15.58203 v 6.707031 h 15.58203 z m 0,0"
+ id="path9168" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9178"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-20-1"
+ x="446.20877"
+ y="91.361679"
+ id="use9170" />
+ <use
+ xlink:href="#glyph-20-2"
+ x="449.57324"
+ y="91.361679"
+ id="use9172" />
+ <use
+ xlink:href="#glyph-20-3"
+ x="452.42059"
+ y="91.361679"
+ id="use9174" />
+ <use
+ xlink:href="#glyph-20-4"
+ x="455.78506"
+ y="91.361679"
+ id="use9176" />
+ </g>
+ <path
+ fill-rule="evenodd"
+ fill="#4675a3"
+ fill-opacity="1"
+ d="m 134.17969,31.566135 h -15.58203 v 4.035156 h 15.58203 z m 0,0"
+ id="path9180" />
+ <path
+ fill-rule="evenodd"
+ fill="#a74a44"
+ fill-opacity="1"
+ d="m 134.28906,42.187229 h -15.6914 v 4.03125 h 15.6914 z m 0,0"
+ id="path9182" />
+ <path
+ fill="none"
+ stroke-width="0.831901"
+ stroke-linecap="butt"
+ stroke-linejoin="round"
+ stroke="#000000"
+ stroke-opacity="1"
+ stroke-miterlimit="10"
+ d="m 134.28907,31.484104 h -15.8008 v 14.734388 h 15.8008 z m 0,0"
+ id="path9184" />
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9194"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-1"
+ x="336.60501"
+ y="201.912"
+ id="use9186" />
+ <use
+ xlink:href="#glyph-3-2"
+ x="341.03638"
+ y="201.912"
+ id="use9188" />
+ <use
+ xlink:href="#glyph-3-3"
+ x="343.25208"
+ y="201.912"
+ id="use9190" />
+ <use
+ xlink:href="#glyph-3-4"
+ x="347.23712"
+ y="201.912"
+ id="use9192" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9200"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-32"
+ x="352.01917"
+ y="201.912"
+ id="use9196" />
+ <use
+ xlink:href="#glyph-3-4"
+ x="356.00421"
+ y="201.912"
+ id="use9198" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9214"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-33"
+ x="366.36536"
+ y="201.912"
+ id="use9202" />
+ <use
+ xlink:href="#glyph-3-14"
+ x="373.45078"
+ y="201.912"
+ id="use9204" />
+ <use
+ xlink:href="#glyph-3-17"
+ x="376.9895"
+ y="201.912"
+ id="use9206" />
+ <use
+ xlink:href="#glyph-3-16"
+ x="383.19025"
+ y="201.912"
+ id="use9208" />
+ <use
+ xlink:href="#glyph-3-13"
+ x="387.17529"
+ y="201.912"
+ id="use9210" />
+ <use
+ xlink:href="#glyph-3-9"
+ x="389.82932"
+ y="201.912"
+ id="use9212" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9232"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-7"
+ x="396.60391"
+ y="201.912"
+ id="use9216" />
+ <use
+ xlink:href="#glyph-3-2"
+ x="400.58896"
+ y="201.912"
+ id="use9218" />
+ <use
+ xlink:href="#glyph-3-14"
+ x="402.80466"
+ y="201.912"
+ id="use9220" />
+ <use
+ xlink:href="#glyph-3-13"
+ x="406.34338"
+ y="201.912"
+ id="use9222" />
+ <use
+ xlink:href="#glyph-3-12"
+ x="408.99741"
+ y="201.912"
+ id="use9224" />
+ <use
+ xlink:href="#glyph-3-13"
+ x="412.53613"
+ y="201.912"
+ id="use9226" />
+ <use
+ xlink:href="#glyph-3-15"
+ x="415.19019"
+ y="201.912"
+ id="use9228" />
+ <use
+ xlink:href="#glyph-3-7"
+ x="418.72891"
+ y="201.912"
+ id="use9230" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9236"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-9"
+ x="422.6741"
+ y="201.912"
+ id="use9234" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9244"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-12"
+ x="429.4487"
+ y="201.912"
+ id="use9238" />
+ <use
+ xlink:href="#glyph-3-34"
+ x="432.98743"
+ y="201.912"
+ id="use9240" />
+ <use
+ xlink:href="#glyph-3-20"
+ x="436.97247"
+ y="201.912"
+ id="use9242" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9254"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-20"
+ x="443.74704"
+ y="201.912"
+ id="use9246" />
+ <use
+ xlink:href="#glyph-3-12"
+ x="447.73212"
+ y="201.912"
+ id="use9248" />
+ <use
+ xlink:href="#glyph-3-19"
+ x="451.27084"
+ y="201.912"
+ id="use9250" />
+ <use
+ xlink:href="#glyph-3-12"
+ x="453.48651"
+ y="201.912"
+ id="use9252" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9260"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-17"
+ x="459.81479"
+ y="201.912"
+ id="use9256" />
+ <use
+ xlink:href="#glyph-3-16"
+ x="466.0155"
+ y="201.912"
+ id="use9258" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9264"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-35"
+ x="469.88101"
+ y="201.912"
+ id="use9262" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9276"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-14"
+ x="473.74652"
+ y="201.912"
+ id="use9266" />
+ <use
+ xlink:href="#glyph-3-17"
+ x="477.28525"
+ y="201.912"
+ id="use9268" />
+ <use
+ xlink:href="#glyph-3-14"
+ x="483.48596"
+ y="201.912"
+ id="use9270" />
+ <use
+ xlink:href="#glyph-3-34"
+ x="487.02469"
+ y="201.912"
+ id="use9272" />
+ <use
+ xlink:href="#glyph-3-19"
+ x="491.00974"
+ y="201.912"
+ id="use9274" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9286"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-14"
+ x="496.01498"
+ y="201.912"
+ id="use9278" />
+ <use
+ xlink:href="#glyph-3-34"
+ x="499.55368"
+ y="201.912"
+ id="use9280" />
+ <use
+ xlink:href="#glyph-3-14"
+ x="503.53876"
+ y="201.912"
+ id="use9282" />
+ <use
+ xlink:href="#glyph-3-13"
+ x="507.07748"
+ y="201.912"
+ id="use9284" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9292"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-3"
+ x="509.58804"
+ y="201.912"
+ id="use9288" />
+ <use
+ xlink:href="#glyph-3-9"
+ x="513.57312"
+ y="201.912"
+ id="use9290" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9304"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-3-36"
+ x="520.34766"
+ y="201.912"
+ id="use9294" />
+ <use
+ xlink:href="#glyph-3-37"
+ x="523.00171"
+ y="201.912"
+ id="use9296" />
+ <use
+ xlink:href="#glyph-3-38"
+ x="526.98676"
+ y="201.912"
+ id="use9298" />
+ <use
+ xlink:href="#glyph-3-39"
+ x="530.9718"
+ y="201.912"
+ id="use9300" />
+ <use
+ xlink:href="#glyph-3-4"
+ x="533.62585"
+ y="201.912"
+ id="use9302" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9310"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="311.978"
+ y="231.368"
+ id="use9306" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="316.48987"
+ y="231.368"
+ id="use9308" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9318"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="323.22717"
+ y="231.368"
+ id="use9312" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="326.05215"
+ y="231.368"
+ id="use9314" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="331.13309"
+ y="231.368"
+ id="use9316" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9328"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="339.55725"
+ y="231.368"
+ id="use9320" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="344.06912"
+ y="231.368"
+ id="use9322" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="349.15005"
+ y="231.368"
+ id="use9324" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="353.10303"
+ y="231.368"
+ id="use9326" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9334"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="359.84033"
+ y="231.368"
+ id="use9330" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="364.92123"
+ y="231.368"
+ id="use9332" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9350"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-4"
+ x="372.21747"
+ y="231.368"
+ id="use9336" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="375.60135"
+ y="231.368"
+ id="use9338" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="380.11322"
+ y="231.368"
+ id="use9340" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="385.19415"
+ y="231.368"
+ id="use9342" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="390.27505"
+ y="231.368"
+ id="use9344" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="394.78693"
+ y="231.368"
+ id="use9346" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="399.2988"
+ y="231.368"
+ id="use9348" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9370"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-20"
+ x="408.29202"
+ y="231.368"
+ id="use9352" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="413.37296"
+ y="231.368"
+ id="use9354" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="418.45389"
+ y="231.368"
+ id="use9356" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="426.3598"
+ y="231.368"
+ id="use9358" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="430.87167"
+ y="231.368"
+ id="use9360" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="434.25555"
+ y="231.368"
+ id="use9362" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="437.08057"
+ y="231.368"
+ id="use9364" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="441.59241"
+ y="231.368"
+ id="use9366" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="446.10428"
+ y="231.368"
+ id="use9368" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9376"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="452.85175"
+ y="231.368"
+ id="use9372" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="456.80472"
+ y="231.368"
+ id="use9374" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9392"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="459.61954"
+ y="231.368"
+ id="use9378" />
+ <use
+ xlink:href="#glyph-5-21"
+ x="464.13141"
+ y="231.368"
+ id="use9380" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="469.21234"
+ y="231.368"
+ id="use9382" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="472.03732"
+ y="231.368"
+ id="use9384" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="474.86234"
+ y="231.368"
+ id="use9386" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="477.68732"
+ y="231.368"
+ id="use9388" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="480.51233"
+ y="231.368"
+ id="use9390" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9396"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-30"
+ x="484.95303"
+ y="231.368"
+ id="use9394" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9416"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="491.40582"
+ y="231.368"
+ id="use9398" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="494.2308"
+ y="231.368"
+ id="use9400" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="499.31174"
+ y="231.368"
+ id="use9402" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="503.82361"
+ y="231.368"
+ id="use9404" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="507.20749"
+ y="231.368"
+ id="use9406" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="511.71936"
+ y="231.368"
+ id="use9408" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="516.2312"
+ y="231.368"
+ id="use9410" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="520.1842"
+ y="231.368"
+ id="use9412" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="524.69604"
+ y="231.368"
+ id="use9414" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9432"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="533.68927"
+ y="231.368"
+ id="use9418" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="537.64227"
+ y="231.368"
+ id="use9420" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="540.46722"
+ y="231.368"
+ id="use9422" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="545.54816"
+ y="231.368"
+ id="use9424" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="548.93207"
+ y="231.368"
+ id="use9426" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="553.44391"
+ y="231.368"
+ id="use9428" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.52484"
+ y="231.368"
+ id="use9430" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9460"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="311.978"
+ y="243.32401"
+ id="use9434" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="315.22919"
+ y="243.32401"
+ id="use9436" />
+ <use
+ xlink:href="#glyph-4-12"
+ x="319.56412"
+ y="243.32401"
+ id="use9438" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="324.4458"
+ y="243.32401"
+ id="use9440" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="329.32748"
+ y="243.32401"
+ id="use9442" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="332.04169"
+ y="243.32401"
+ id="use9444" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="335.29288"
+ y="243.32401"
+ id="use9446" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="339.62781"
+ y="243.32401"
+ id="use9448" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="347.22369"
+ y="243.32401"
+ id="use9450" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="351.55862"
+ y="243.32401"
+ id="use9452" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="356.44028"
+ y="243.32401"
+ id="use9454" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="359.15451"
+ y="243.32401"
+ id="use9456" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="362.95245"
+ y="243.32401"
+ id="use9458" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9468"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="368.37109"
+ y="243.32401"
+ id="use9462" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="372.70602"
+ y="243.32401"
+ id="use9464" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="377.58771"
+ y="243.32401"
+ id="use9466" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9492"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="385.4472"
+ y="243.32401"
+ id="use9470" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="389.24515"
+ y="243.32401"
+ id="use9472" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="394.1268"
+ y="243.32401"
+ id="use9474" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="398.46173"
+ y="243.32401"
+ id="use9476" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="402.79666"
+ y="243.32401"
+ id="use9478" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="405.51086"
+ y="243.32401"
+ id="use9480" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="409.84579"
+ y="243.32401"
+ id="use9482" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="412.56"
+ y="243.32401"
+ id="use9484" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="415.27423"
+ y="243.32401"
+ id="use9486" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="419.60916"
+ y="243.32401"
+ id="use9488" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="423.94406"
+ y="243.32401"
+ id="use9490" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9508"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-35"
+ x="431.81332"
+ y="243.32401"
+ id="use9494" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="436.69501"
+ y="243.32401"
+ id="use9496" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="439.9462"
+ y="243.32401"
+ id="use9498" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="444.82788"
+ y="243.32401"
+ id="use9500" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="449.16281"
+ y="243.32401"
+ id="use9502" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="453.49774"
+ y="243.32401"
+ id="use9504" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="457.29568"
+ y="243.32401"
+ id="use9506" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9516"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="461.08386"
+ y="243.32401"
+ id="use9510" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="463.79807"
+ y="243.32401"
+ id="use9512" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="468.67975"
+ y="243.32401"
+ id="use9514" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9536"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-21"
+ x="476.54898"
+ y="243.32401"
+ id="use9518" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="481.43066"
+ y="243.32401"
+ id="use9520" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="485.76559"
+ y="243.32401"
+ id="use9522" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="490.64728"
+ y="243.32401"
+ id="use9524" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="494.98221"
+ y="243.32401"
+ id="use9526" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="499.86386"
+ y="243.32401"
+ id="use9528" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="504.74554"
+ y="243.32401"
+ id="use9530" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="507.45975"
+ y="243.32401"
+ id="use9532" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="512.34143"
+ y="243.32401"
+ id="use9534" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9542"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="520.20093"
+ y="243.32401"
+ id="use9538" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="525.08258"
+ y="243.32401"
+ id="use9540" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9550"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="532.94208"
+ y="243.32401"
+ id="use9544" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="535.65631"
+ y="243.32401"
+ id="use9546" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="540.53796"
+ y="243.32401"
+ id="use9548" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9560"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="547.85071"
+ y="243.32401"
+ id="use9552" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="551.64868"
+ y="243.32401"
+ id="use9554" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="554.36285"
+ y="243.32401"
+ id="use9556" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="558.69781"
+ y="243.32401"
+ id="use9558" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9566"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-6"
+ x="311.978"
+ y="255.27901"
+ id="use9562" />
+ <use
+ xlink:href="#glyph-6-8"
+ x="316.95929"
+ y="255.27901"
+ id="use9564" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9574"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-1"
+ x="323.76376"
+ y="255.27901"
+ id="use9568" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="326.53336"
+ y="255.27901"
+ id="use9570" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="331.51465"
+ y="255.27901"
+ id="use9572" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9586"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-38"
+ x="339.42496"
+ y="255.27901"
+ id="use9576" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="344.96417"
+ y="255.27901"
+ id="use9578" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="347.73376"
+ y="255.27901"
+ id="use9580" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="350.50339"
+ y="255.27901"
+ id="use9582" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="354.92676"
+ y="255.27901"
+ id="use9584" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9590"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-12"
+ x="357.69638"
+ y="255.27901"
+ id="use9588" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9596"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-17"
+ x="311.978"
+ y="277.879"
+ id="use9592" />
+ <use
+ xlink:href="#glyph-12-2"
+ x="318.06516"
+ y="277.879"
+ id="use9594" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9612"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-1"
+ x="325.53711"
+ y="277.879"
+ id="use9598" />
+ <use
+ xlink:href="#glyph-12-18"
+ x="331.62424"
+ y="277.879"
+ id="use9600" />
+ <use
+ xlink:href="#glyph-12-18"
+ x="336.04764"
+ y="277.879"
+ id="use9602" />
+ <use
+ xlink:href="#glyph-12-19"
+ x="340.47104"
+ y="277.879"
+ id="use9604" />
+ <use
+ xlink:href="#glyph-12-10"
+ x="344.89444"
+ y="277.879"
+ id="use9606" />
+ <use
+ xlink:href="#glyph-12-19"
+ x="347.66403"
+ y="277.879"
+ id="use9608" />
+ <use
+ xlink:href="#glyph-12-14"
+ x="352.08743"
+ y="277.879"
+ id="use9610" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9622"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-6"
+ x="355.81345"
+ y="277.879"
+ id="use9614" />
+ <use
+ xlink:href="#glyph-12-11"
+ x="360.79474"
+ y="277.879"
+ id="use9616" />
+ <use
+ xlink:href="#glyph-12-13"
+ x="363.56433"
+ y="277.879"
+ id="use9618" />
+ <use
+ xlink:href="#glyph-12-14"
+ x="368.54565"
+ y="277.879"
+ id="use9620" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9626"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-12-16"
+ x="372.32147"
+ y="277.879"
+ id="use9624" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9652"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-41"
+ x="321.94"
+ y="294.586"
+ id="use9628" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="329.27686"
+ y="294.586"
+ id="use9630" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="333.78873"
+ y="294.586"
+ id="use9632" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="338.30057"
+ y="294.586"
+ id="use9634" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="342.81244"
+ y="294.586"
+ id="use9636" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="345.63745"
+ y="294.586"
+ id="use9638" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="350.14929"
+ y="294.586"
+ id="use9640" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="353.5332"
+ y="294.586"
+ id="use9642" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="358.04507"
+ y="294.586"
+ id="use9644" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="360.87006"
+ y="294.586"
+ id="use9646" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="365.95099"
+ y="294.586"
+ id="use9648" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="369.33487"
+ y="294.586"
+ id="use9650" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9660"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-2"
+ x="377.43387"
+ y="294.586"
+ id="use9654" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="382.5148"
+ y="294.586"
+ id="use9656" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="385.89868"
+ y="294.586"
+ id="use9658" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9670"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-27"
+ x="390.82721"
+ y="294.586"
+ id="use9662" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="395.90811"
+ y="294.586"
+ id="use9664" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="398.73312"
+ y="294.586"
+ id="use9666" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="403.81406"
+ y="294.586"
+ id="use9668" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9676"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="412.47192"
+ y="294.586"
+ id="use9672" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="416.9838"
+ y="294.586"
+ id="use9674" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9700"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="426.21075"
+ y="294.586"
+ id="use9678" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="431.29169"
+ y="294.586"
+ id="use9680" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="436.37262"
+ y="294.586"
+ id="use9682" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="441.45355"
+ y="294.586"
+ id="use9684" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="446.53445"
+ y="294.586"
+ id="use9686" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="449.91837"
+ y="294.586"
+ id="use9688" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="452.74335"
+ y="294.586"
+ id="use9690" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="457.82428"
+ y="294.586"
+ id="use9692" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="462.90521"
+ y="294.586"
+ id="use9694" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="465.73019"
+ y="294.586"
+ id="use9696" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="468.55521"
+ y="294.586"
+ id="use9698" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9706"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="477.78217"
+ y="294.586"
+ id="use9702" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="480.60715"
+ y="294.586"
+ id="use9704" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9724"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="489.83411"
+ y="294.586"
+ id="use9708" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="494.91504"
+ y="294.586"
+ id="use9710" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="499.99597"
+ y="294.586"
+ id="use9712" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="502.82095"
+ y="294.586"
+ id="use9714" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="505.64597"
+ y="294.586"
+ id="use9716" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="513.55188"
+ y="294.586"
+ id="use9718" />
+ <use
+ xlink:href="#glyph-5-34"
+ x="516.37689"
+ y="294.586"
+ id="use9720" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="520.88873"
+ y="294.586"
+ id="use9722" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9732"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="529.54663"
+ y="294.586"
+ id="use9726" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="532.37164"
+ y="294.586"
+ id="use9728" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="537.45258"
+ y="294.586"
+ id="use9730" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9742"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="546.11047"
+ y="294.586"
+ id="use9734" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="551.19141"
+ y="294.586"
+ id="use9736" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="555.70325"
+ y="294.586"
+ id="use9738" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="558.52826"
+ y="294.586"
+ id="use9740" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9748"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-1"
+ x="311.978"
+ y="306.54199"
+ id="use9744" />
+ <use
+ xlink:href="#glyph-24-2"
+ x="319.6824"
+ y="306.54199"
+ id="use9746" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9752"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-3"
+ x="324.48526"
+ y="306.54199"
+ id="use9750" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9764"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-4"
+ x="329.28815"
+ y="306.54199"
+ id="use9754" />
+ <use
+ xlink:href="#glyph-24-1"
+ x="333.685"
+ y="306.54199"
+ id="use9756" />
+ <use
+ xlink:href="#glyph-24-4"
+ x="341.38937"
+ y="306.54199"
+ id="use9758" />
+ <use
+ xlink:href="#glyph-24-5"
+ x="345.78625"
+ y="306.54199"
+ id="use9760" />
+ <use
+ xlink:href="#glyph-24-6"
+ x="350.73764"
+ y="306.54199"
+ id="use9762" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9778"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-7"
+ x="356.98633"
+ y="306.54199"
+ id="use9766" />
+ <use
+ xlink:href="#glyph-24-8"
+ x="360.28397"
+ y="306.54199"
+ id="use9768" />
+ <use
+ xlink:href="#glyph-24-9"
+ x="363.03696"
+ y="306.54199"
+ id="use9770" />
+ <use
+ xlink:href="#glyph-24-4"
+ x="365.51266"
+ y="306.54199"
+ id="use9772" />
+ <use
+ xlink:href="#glyph-24-9"
+ x="369.90952"
+ y="306.54199"
+ id="use9774" />
+ <use
+ xlink:href="#glyph-24-10"
+ x="372.38522"
+ y="306.54199"
+ id="use9776" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9792"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-11"
+ x="378.36655"
+ y="306.54199"
+ id="use9780" />
+ <use
+ xlink:href="#glyph-24-12"
+ x="383.31793"
+ y="306.54199"
+ id="use9782" />
+ <use
+ xlink:href="#glyph-24-6"
+ x="387.71481"
+ y="306.54199"
+ id="use9784" />
+ <use
+ xlink:href="#glyph-24-12"
+ x="390.46777"
+ y="306.54199"
+ id="use9786" />
+ <use
+ xlink:href="#glyph-24-13"
+ x="394.86465"
+ y="306.54199"
+ id="use9788" />
+ <use
+ xlink:href="#glyph-24-2"
+ x="400.37061"
+ y="306.54199"
+ id="use9790" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9798"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-14"
+ x="405.07446"
+ y="306.54199"
+ id="use9794" />
+ <use
+ xlink:href="#glyph-24-15"
+ x="412.2243"
+ y="306.54199"
+ id="use9796" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9804"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-8"
+ x="419.01764"
+ y="306.54199"
+ id="use9800" />
+ <use
+ xlink:href="#glyph-24-5"
+ x="421.7706"
+ y="306.54199"
+ id="use9802" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9816"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-2"
+ x="430.22763"
+ y="306.54199"
+ id="use9806" />
+ <use
+ xlink:href="#glyph-24-16"
+ x="435.17905"
+ y="306.54199"
+ id="use9808" />
+ <use
+ xlink:href="#glyph-24-11"
+ x="438.47668"
+ y="306.54199"
+ id="use9810" />
+ <use
+ xlink:href="#glyph-24-4"
+ x="443.4281"
+ y="306.54199"
+ id="use9812" />
+ <use
+ xlink:href="#glyph-24-16"
+ x="447.82495"
+ y="306.54199"
+ id="use9814" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9822"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-6"
+ x="454.61829"
+ y="306.54199"
+ id="use9818" />
+ <use
+ xlink:href="#glyph-24-2"
+ x="457.37128"
+ y="306.54199"
+ id="use9820" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9840"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-1"
+ x="465.82828"
+ y="306.54199"
+ id="use9824" />
+ <use
+ xlink:href="#glyph-24-8"
+ x="473.53268"
+ y="306.54199"
+ id="use9826" />
+ <use
+ xlink:href="#glyph-24-5"
+ x="476.28568"
+ y="306.54199"
+ id="use9828" />
+ <use
+ xlink:href="#glyph-24-8"
+ x="481.23706"
+ y="306.54199"
+ id="use9830" />
+ <use
+ xlink:href="#glyph-24-1"
+ x="483.99005"
+ y="306.54199"
+ id="use9832" />
+ <use
+ xlink:href="#glyph-24-8"
+ x="491.69446"
+ y="306.54199"
+ id="use9834" />
+ <use
+ xlink:href="#glyph-24-17"
+ x="494.44745"
+ y="306.54199"
+ id="use9836" />
+ <use
+ xlink:href="#glyph-24-4"
+ x="498.8443"
+ y="306.54199"
+ id="use9838" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9858"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-12"
+ x="506.74677"
+ y="306.54199"
+ id="use9842" />
+ <use
+ xlink:href="#glyph-24-18"
+ x="511.14362"
+ y="306.54199"
+ id="use9844" />
+ <use
+ xlink:href="#glyph-24-18"
+ x="515.54047"
+ y="306.54199"
+ id="use9846" />
+ <use
+ xlink:href="#glyph-24-4"
+ x="519.93732"
+ y="306.54199"
+ id="use9848" />
+ <use
+ xlink:href="#glyph-24-19"
+ x="524.33417"
+ y="306.54199"
+ id="use9850" />
+ <use
+ xlink:href="#glyph-24-19"
+ x="528.18634"
+ y="306.54199"
+ id="use9852" />
+ <use
+ xlink:href="#glyph-24-4"
+ x="532.03857"
+ y="306.54199"
+ id="use9854" />
+ <use
+ xlink:href="#glyph-24-19"
+ x="536.43542"
+ y="306.54199"
+ id="use9856" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9868"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-24-20"
+ x="543.78333"
+ y="306.54199"
+ id="use9860" />
+ <use
+ xlink:href="#glyph-24-16"
+ x="547.08093"
+ y="306.54199"
+ id="use9862" />
+ <use
+ xlink:href="#glyph-24-2"
+ x="550.3786"
+ y="306.54199"
+ id="use9864" />
+ <use
+ xlink:href="#glyph-24-1"
+ x="555.33002"
+ y="306.54199"
+ id="use9866" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9876"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="311.978"
+ y="318.49701"
+ id="use9870" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="314.6922"
+ y="318.49701"
+ id="use9872" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="319.57388"
+ y="318.49701"
+ id="use9874" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9880"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="326.34964"
+ y="318.49701"
+ id="use9878" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9894"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-45"
+ x="330.52835"
+ y="318.49701"
+ id="use9882" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="335.41003"
+ y="318.49701"
+ id="use9884" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="340.29172"
+ y="318.49701"
+ id="use9886" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="344.62665"
+ y="318.49701"
+ id="use9888" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="349.5083"
+ y="318.49701"
+ id="use9890" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="353.30624"
+ y="318.49701"
+ id="use9892" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9898"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="355.77637"
+ y="318.49701"
+ id="use9896" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9902"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="360.5116"
+ y="318.49701"
+ id="use9900" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9908"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-5"
+ x="367.27759"
+ y="318.49701"
+ id="use9904" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="369.99182"
+ y="318.49701"
+ id="use9906" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9912"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="374.08267"
+ y="318.49701"
+ id="use9910" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9920"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="378.80811"
+ y="318.49701"
+ id="use9914" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="383.14304"
+ y="318.49701"
+ id="use9916" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="385.85724"
+ y="318.49701"
+ id="use9918" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9926"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="392.09604"
+ y="318.49701"
+ id="use9922" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="396.97772"
+ y="318.49701"
+ id="use9924" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9934"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="402.66974"
+ y="318.49701"
+ id="use9928" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="405.38394"
+ y="318.49701"
+ id="use9930" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="410.26562"
+ y="318.49701"
+ id="use9932" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9948"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="417.03162"
+ y="318.49701"
+ id="use9936" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="424.6275"
+ y="318.49701"
+ id="use9938" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="428.96243"
+ y="318.49701"
+ id="use9940" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="436.55832"
+ y="318.49701"
+ id="use9942" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="441.44"
+ y="318.49701"
+ id="use9944" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="444.69119"
+ y="318.49701"
+ id="use9946" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9966"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-33"
+ x="452.0137"
+ y="318.49701"
+ id="use9950" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="456.89539"
+ y="318.49701"
+ id="use9952" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="459.60959"
+ y="318.49701"
+ id="use9954" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="463.94452"
+ y="318.49701"
+ id="use9956" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="467.19571"
+ y="318.49701"
+ id="use9958" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="471.53064"
+ y="318.49701"
+ id="use9960" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="474.78183"
+ y="318.49701"
+ id="use9962" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="479.11676"
+ y="318.49701"
+ id="use9964" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9970"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-6"
+ x="483.94962"
+ y="318.49701"
+ id="use9968" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9976"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="491.27213"
+ y="318.49701"
+ id="use9972" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="495.60706"
+ y="318.49701"
+ id="use9974" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9984"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="501.83606"
+ y="318.49701"
+ id="use9978" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="505.634"
+ y="318.49701"
+ id="use9980" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="510.51569"
+ y="318.49701"
+ id="use9982" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9990"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-31"
+ x="515.15326"
+ y="318.49701"
+ id="use9986" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="522.20239"
+ y="318.49701"
+ id="use9988" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g9996"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="529.5249"
+ y="318.49701"
+ id="use9992" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="532.23914"
+ y="318.49701"
+ id="use9994" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10006"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-1"
+ x="539.55188"
+ y="318.49701"
+ id="use9998" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="544.98029"
+ y="318.49701"
+ id="use10000" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="547.69452"
+ y="318.49701"
+ id="use10002" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="552.57617"
+ y="318.49701"
+ id="use10004" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10012"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-50"
+ x="557.45789"
+ y="318.49701"
+ id="use10008" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="562.33954"
+ y="318.49701"
+ id="use10010" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10018"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-1"
+ x="311.978"
+ y="330.452"
+ id="use10014" />
+ <use
+ xlink:href="#glyph-25-2"
+ x="315.33868"
+ y="330.452"
+ id="use10016" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10040"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-3"
+ x="323.87659"
+ y="330.452"
+ id="use10020" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="328.92267"
+ y="330.452"
+ id="use10022" />
+ <use
+ xlink:href="#glyph-25-5"
+ x="333.40356"
+ y="330.452"
+ id="use10024" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="336.76422"
+ y="330.452"
+ id="use10026" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="339.56982"
+ y="330.452"
+ id="use10028" />
+ <use
+ xlink:href="#glyph-25-8"
+ x="342.37546"
+ y="330.452"
+ id="use10030" />
+ <use
+ xlink:href="#glyph-25-9"
+ x="346.85635"
+ y="330.452"
+ id="use10032" />
+ <use
+ xlink:href="#glyph-25-10"
+ x="351.9024"
+ y="330.452"
+ id="use10034" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="354.70801"
+ y="330.452"
+ id="use10036" />
+ <use
+ xlink:href="#glyph-25-5"
+ x="359.1889"
+ y="330.452"
+ id="use10038" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10044"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-11"
+ x="362.15598"
+ y="330.452"
+ id="use10042" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10052"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-12"
+ x="368.1709"
+ y="330.452"
+ id="use10046" />
+ <use
+ xlink:href="#glyph-25-13"
+ x="371.53156"
+ y="330.452"
+ id="use10048" />
+ <use
+ xlink:href="#glyph-25-5"
+ x="376.57761"
+ y="330.452"
+ id="use10050" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10062"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-14"
+ x="383.43018"
+ y="330.452"
+ id="use10054" />
+ <use
+ xlink:href="#glyph-25-15"
+ x="390.71667"
+ y="330.452"
+ id="use10056" />
+ <use
+ xlink:href="#glyph-25-15"
+ x="398.00317"
+ y="330.452"
+ id="use10058" />
+ <use
+ xlink:href="#glyph-25-16"
+ x="405.28967"
+ y="330.452"
+ id="use10060" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10068"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-17"
+ x="412.7074"
+ y="330.452"
+ id="use10064" />
+ <use
+ xlink:href="#glyph-25-18"
+ x="419.9939"
+ y="330.452"
+ id="use10066" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10074"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-7"
+ x="427.96667"
+ y="330.452"
+ id="use10070" />
+ <use
+ xlink:href="#glyph-25-2"
+ x="430.77228"
+ y="330.452"
+ id="use10072" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10078"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-19"
+ x="435.42474"
+ y="330.452"
+ id="use10076" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10090"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-18"
+ x="440.3194"
+ y="330.452"
+ id="use10080" />
+ <use
+ xlink:href="#glyph-25-16"
+ x="444.80032"
+ y="330.452"
+ id="use10082" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="448.72614"
+ y="330.452"
+ id="use10084" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="451.53174"
+ y="330.452"
+ id="use10086" />
+ <use
+ xlink:href="#glyph-25-20"
+ x="454.33737"
+ y="330.452"
+ id="use10088" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10098"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-4"
+ x="459.33295"
+ y="330.452"
+ id="use10092" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="463.81384"
+ y="330.452"
+ id="use10094" />
+ <use
+ xlink:href="#glyph-25-18"
+ x="466.61945"
+ y="330.452"
+ id="use10096" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10112"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-21"
+ x="474.59222"
+ y="330.452"
+ id="use10100" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="479.63828"
+ y="330.452"
+ id="use10102" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="484.11917"
+ y="330.452"
+ id="use10104" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="486.9248"
+ y="330.452"
+ id="use10106" />
+ <use
+ xlink:href="#glyph-25-22"
+ x="491.4057"
+ y="330.452"
+ id="use10108" />
+ <use
+ xlink:href="#glyph-25-13"
+ x="497.01691"
+ y="330.452"
+ id="use10110" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10118"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-17"
+ x="501.81067"
+ y="330.452"
+ id="use10114" />
+ <use
+ xlink:href="#glyph-25-16"
+ x="509.09717"
+ y="330.452"
+ id="use10116" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10128"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-6"
+ x="516.51489"
+ y="330.452"
+ id="use10120" />
+ <use
+ xlink:href="#glyph-25-23"
+ x="519.3205"
+ y="330.452"
+ id="use10122" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="524.36652"
+ y="330.452"
+ id="use10124" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="528.84741"
+ y="330.452"
+ id="use10126" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10132"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-18"
+ x="535.1449"
+ y="330.452"
+ id="use10130" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10146"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-24"
+ x="539.4845"
+ y="330.452"
+ id="use10134" />
+ <use
+ xlink:href="#glyph-25-3"
+ x="544.53058"
+ y="330.452"
+ id="use10136" />
+ <use
+ xlink:href="#glyph-25-10"
+ x="549.57666"
+ y="330.452"
+ id="use10138" />
+ <use
+ xlink:href="#glyph-25-13"
+ x="552.38226"
+ y="330.452"
+ id="use10140" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="557.42828"
+ y="330.452"
+ id="use10142" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="560.23389"
+ y="330.452"
+ id="use10144" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10158"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="311.978"
+ y="342.40701"
+ id="use10148" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="314.6922"
+ y="342.40701"
+ id="use10150" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="319.57388"
+ y="342.40701"
+ id="use10152" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="322.82507"
+ y="342.40701"
+ id="use10154" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="327.16"
+ y="342.40701"
+ id="use10156" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10170"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-19"
+ x="334.84375"
+ y="342.40701"
+ id="use10160" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="338.09497"
+ y="342.40701"
+ id="use10162" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="342.97662"
+ y="342.40701"
+ id="use10164" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="346.22781"
+ y="342.40701"
+ id="use10166" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="353.8237"
+ y="342.40701"
+ id="use10168" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10176"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="360.97049"
+ y="342.40701"
+ id="use10172" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="365.85214"
+ y="342.40701"
+ id="use10174" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10186"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-21"
+ x="372.44241"
+ y="342.40701"
+ id="use10178" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="377.3241"
+ y="342.40701"
+ id="use10180" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="381.65903"
+ y="342.40701"
+ id="use10182" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="384.37323"
+ y="342.40701"
+ id="use10184" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10198"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="392.05698"
+ y="342.40701"
+ id="use10188" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="395.30817"
+ y="342.40701"
+ id="use10190" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="399.6431"
+ y="342.40701"
+ id="use10192" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="404.52478"
+ y="342.40701"
+ id="use10194" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="408.32272"
+ y="342.40701"
+ id="use10196" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10208"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-42"
+ x="416.00647"
+ y="342.40701"
+ id="use10200" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="419.25766"
+ y="342.40701"
+ id="use10202" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="423.59259"
+ y="342.40701"
+ id="use10204" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="428.47427"
+ y="342.40701"
+ id="use10206" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10212"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="432.95566"
+ y="342.40701"
+ id="use10210" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10234"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="437.64206"
+ y="342.40701"
+ id="use10214" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="442.52371"
+ y="342.40701"
+ id="use10216" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="445.23795"
+ y="342.40701"
+ id="use10218" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="450.1196"
+ y="342.40701"
+ id="use10220" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="452.83383"
+ y="342.40701"
+ id="use10222" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="455.54803"
+ y="342.40701"
+ id="use10224" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="460.42972"
+ y="342.40701"
+ id="use10226" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="465.31137"
+ y="342.40701"
+ id="use10228" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="469.6463"
+ y="342.40701"
+ id="use10230" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="472.3605"
+ y="342.40701"
+ id="use10232" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10246"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="478.15018"
+ y="342.40701"
+ id="use10236" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="483.57861"
+ y="342.40701"
+ id="use10238" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="486.29282"
+ y="342.40701"
+ id="use10240" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="489.00702"
+ y="342.40701"
+ id="use10242" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="493.34195"
+ y="342.40701"
+ id="use10244" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10254"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="499.93222"
+ y="342.40701"
+ id="use10248" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="504.26715"
+ y="342.40701"
+ id="use10250" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="509.1488"
+ y="342.40701"
+ id="use10252" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10270"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="517.37933"
+ y="342.40701"
+ id="use10256" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="520.09351"
+ y="342.40701"
+ id="use10258" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="527.68939"
+ y="342.40701"
+ id="use10260" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="532.02435"
+ y="342.40701"
+ id="use10262" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="536.90601"
+ y="342.40701"
+ id="use10264" />
+ <use
+ xlink:href="#glyph-4-34"
+ x="541.24097"
+ y="342.40701"
+ id="use10266" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="544.49213"
+ y="342.40701"
+ id="use10268" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10274"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-51"
+ x="550.2818"
+ y="342.40701"
+ id="use10272" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10278"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="558.69781"
+ y="342.40701"
+ id="use10276" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10286"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-1"
+ x="311.978"
+ y="354.362"
+ id="use10280" />
+ <use
+ xlink:href="#glyph-26-2"
+ x="316.92444"
+ y="354.362"
+ id="use10282" />
+ <use
+ xlink:href="#glyph-26-3"
+ x="320.77277"
+ y="354.362"
+ id="use10284" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10290"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-4"
+ x="328.64746"
+ y="354.362"
+ id="use10288" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10306"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-2"
+ x="336.5123"
+ y="354.362"
+ id="use10292" />
+ <use
+ xlink:href="#glyph-26-5"
+ x="340.36063"
+ y="354.362"
+ id="use10294" />
+ <use
+ xlink:href="#glyph-26-4"
+ x="345.30704"
+ y="354.362"
+ id="use10296" />
+ <use
+ xlink:href="#glyph-26-6"
+ x="349.69949"
+ y="354.362"
+ id="use10298" />
+ <use
+ xlink:href="#glyph-26-7"
+ x="352.44971"
+ y="354.362"
+ id="use10300" />
+ <use
+ xlink:href="#glyph-26-4"
+ x="355.19992"
+ y="354.362"
+ id="use10302" />
+ <use
+ xlink:href="#glyph-26-8"
+ x="359.59235"
+ y="354.362"
+ id="use10304" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10332"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-4"
+ x="365.82486"
+ y="354.362"
+ id="use10308" />
+ <use
+ xlink:href="#glyph-26-9"
+ x="370.21729"
+ y="354.362"
+ id="use10310" />
+ <use
+ xlink:href="#glyph-26-10"
+ x="373.5116"
+ y="354.362"
+ id="use10312" />
+ <use
+ xlink:href="#glyph-26-11"
+ x="377.90402"
+ y="354.362"
+ id="use10314" />
+ <use
+ xlink:href="#glyph-26-7"
+ x="382.85046"
+ y="354.362"
+ id="use10316" />
+ <use
+ xlink:href="#glyph-26-6"
+ x="385.60068"
+ y="354.362"
+ id="use10318" />
+ <use
+ xlink:href="#glyph-26-3"
+ x="388.35089"
+ y="354.362"
+ id="use10320" />
+ <use
+ xlink:href="#glyph-26-10"
+ x="392.74332"
+ y="354.362"
+ id="use10322" />
+ <use
+ xlink:href="#glyph-26-6"
+ x="397.13574"
+ y="354.362"
+ id="use10324" />
+ <use
+ xlink:href="#glyph-26-1"
+ x="399.88596"
+ y="354.362"
+ id="use10326" />
+ <use
+ xlink:href="#glyph-26-9"
+ x="404.8324"
+ y="354.362"
+ id="use10328" />
+ <use
+ xlink:href="#glyph-26-3"
+ x="408.12671"
+ y="354.362"
+ id="use10330" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10344"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-12"
+ x="416.00143"
+ y="354.362"
+ id="use10334" />
+ <use
+ xlink:href="#glyph-26-13"
+ x="419.29578"
+ y="354.362"
+ id="use10336" />
+ <use
+ xlink:href="#glyph-26-7"
+ x="424.7962"
+ y="354.362"
+ id="use10338" />
+ <use
+ xlink:href="#glyph-26-14"
+ x="427.54642"
+ y="354.362"
+ id="use10340" />
+ <use
+ xlink:href="#glyph-26-15"
+ x="432.49283"
+ y="354.362"
+ id="use10342" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10350"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-16"
+ x="438.43845"
+ y="354.362"
+ id="use10346" />
+ <use
+ xlink:href="#glyph-26-17"
+ x="443.38489"
+ y="354.362"
+ id="use10348" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10360"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-18"
+ x="450.1615"
+ y="354.362"
+ id="use10352" />
+ <use
+ xlink:href="#glyph-26-7"
+ x="457.30414"
+ y="354.362"
+ id="use10354" />
+ <use
+ xlink:href="#glyph-26-6"
+ x="460.05435"
+ y="354.362"
+ id="use10356" />
+ <use
+ xlink:href="#glyph-26-11"
+ x="462.80457"
+ y="354.362"
+ id="use10358" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10372"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-8"
+ x="471.23328"
+ y="354.362"
+ id="use10362" />
+ <use
+ xlink:href="#glyph-26-19"
+ x="473.98349"
+ y="354.362"
+ id="use10364" />
+ <use
+ xlink:href="#glyph-26-10"
+ x="478.92993"
+ y="354.362"
+ id="use10366" />
+ <use
+ xlink:href="#glyph-26-4"
+ x="483.32236"
+ y="354.362"
+ id="use10368" />
+ <use
+ xlink:href="#glyph-26-8"
+ x="487.71478"
+ y="354.362"
+ id="use10370" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10386"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-20"
+ x="493.93741"
+ y="354.362"
+ id="use10374" />
+ <use
+ xlink:href="#glyph-26-3"
+ x="501.63406"
+ y="354.362"
+ id="use10376" />
+ <use
+ xlink:href="#glyph-26-20"
+ x="506.02649"
+ y="354.362"
+ id="use10378" />
+ <use
+ xlink:href="#glyph-26-19"
+ x="513.72314"
+ y="354.362"
+ id="use10380" />
+ <use
+ xlink:href="#glyph-26-9"
+ x="518.66956"
+ y="354.362"
+ id="use10382" />
+ <use
+ xlink:href="#glyph-26-21"
+ x="521.96387"
+ y="354.362"
+ id="use10384" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10394"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-12"
+ x="530.39258"
+ y="354.362"
+ id="use10388" />
+ <use
+ xlink:href="#glyph-26-9"
+ x="533.68695"
+ y="354.362"
+ id="use10390" />
+ <use
+ xlink:href="#glyph-26-3"
+ x="536.98126"
+ y="354.362"
+ id="use10392" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10408"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-26-14"
+ x="541.22528"
+ y="354.362"
+ id="use10396" />
+ <use
+ xlink:href="#glyph-26-7"
+ x="546.17169"
+ y="354.362"
+ id="use10398" />
+ <use
+ xlink:href="#glyph-26-2"
+ x="548.92194"
+ y="354.362"
+ id="use10400" />
+ <use
+ xlink:href="#glyph-26-6"
+ x="552.77026"
+ y="354.362"
+ id="use10402" />
+ <use
+ xlink:href="#glyph-26-3"
+ x="555.52045"
+ y="354.362"
+ id="use10404" />
+ <use
+ xlink:href="#glyph-26-9"
+ x="559.9129"
+ y="354.362"
+ id="use10406" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10418"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-33"
+ x="311.978"
+ y="366.31699"
+ id="use10410" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="317.62799"
+ y="366.31699"
+ id="use10412" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="320.45297"
+ y="366.31699"
+ id="use10414" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="324.96484"
+ y="366.31699"
+ id="use10416" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10424"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="332.45413"
+ y="366.31699"
+ id="use10420" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="336.966"
+ y="366.31699"
+ id="use10422" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10434"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="343.90652"
+ y="366.31699"
+ id="use10426" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="348.4184"
+ y="366.31699"
+ id="use10428" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="352.93027"
+ y="366.31699"
+ id="use10430" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="357.44214"
+ y="366.31699"
+ id="use10432" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10442"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-41"
+ x="366.62845"
+ y="366.31699"
+ id="use10436" />
+ <use
+ xlink:href="#glyph-5-40"
+ x="373.9653"
+ y="366.31699"
+ id="use10438" />
+ <use
+ xlink:href="#glyph-5-37"
+ x="380.17419"
+ y="366.31699"
+ id="use10440" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10464"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-2"
+ x="391.62659"
+ y="366.31699"
+ id="use10444" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="396.70752"
+ y="366.31699"
+ id="use10446" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="400.09143"
+ y="366.31699"
+ id="use10448" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="405.17233"
+ y="366.31699"
+ id="use10450" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="409.6842"
+ y="366.31699"
+ id="use10452" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="414.19608"
+ y="366.31699"
+ id="use10454" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="418.14902"
+ y="366.31699"
+ id="use10456" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="422.10199"
+ y="366.31699"
+ id="use10458" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="424.92697"
+ y="366.31699"
+ id="use10460" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="430.0079"
+ y="366.31699"
+ id="use10462" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10480"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="439.19421"
+ y="366.31699"
+ id="use10466" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="443.70609"
+ y="366.31699"
+ id="use10468" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="446.53107"
+ y="366.31699"
+ id="use10470" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="451.04294"
+ y="366.31699"
+ id="use10472" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="458.94885"
+ y="366.31699"
+ id="use10474" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="463.46072"
+ y="366.31699"
+ id="use10476" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="468.54166"
+ y="366.31699"
+ id="use10478" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10490"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="475.48221"
+ y="366.31699"
+ id="use10482" />
+ <use
+ xlink:href="#glyph-5-36"
+ x="478.86609"
+ y="366.31699"
+ id="use10484" />
+ <use
+ xlink:href="#glyph-5-47"
+ x="484.51608"
+ y="366.31699"
+ id="use10486" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="490.72498"
+ y="366.31699"
+ id="use10488" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10496"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="498.21426"
+ y="366.31699"
+ id="use10492" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="503.2952"
+ y="366.31699"
+ id="use10494" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10504"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="512.49164"
+ y="366.31699"
+ id="use10498" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="515.31665"
+ y="366.31699"
+ id="use10500" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="520.39758"
+ y="366.31699"
+ id="use10502" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10516"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="529.01483"
+ y="366.31699"
+ id="use10506" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="534.09576"
+ y="366.31699"
+ id="use10508" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="537.47968"
+ y="366.31699"
+ id="use10510" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="542.56061"
+ y="366.31699"
+ id="use10512" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="547.07245"
+ y="366.31699"
+ id="use10514" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10522"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="554.5719"
+ y="366.31699"
+ id="use10518" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="559.65283"
+ y="366.31699"
+ id="use10520" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10530"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-52"
+ x="311.978"
+ y="378.27301"
+ id="use10524" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="316.85968"
+ y="378.27301"
+ id="use10526" />
+ <use
+ xlink:href="#glyph-4-49"
+ x="319.30051"
+ y="378.27301"
+ id="use10528" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10534"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-53"
+ x="327.5896"
+ y="378.27301"
+ id="use10532" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10546"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-54"
+ x="335.87866"
+ y="378.27301"
+ id="use10536" />
+ <use
+ xlink:href="#glyph-4-29"
+ x="340.76035"
+ y="378.27301"
+ id="use10538" />
+ <use
+ xlink:href="#glyph-4-52"
+ x="343.20117"
+ y="378.27301"
+ id="use10540" />
+ <use
+ xlink:href="#glyph-4-55"
+ x="348.08286"
+ y="378.27301"
+ id="use10542" />
+ <use
+ xlink:href="#glyph-4-43"
+ x="352.96454"
+ y="378.27301"
+ id="use10544" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10554"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="362.88409"
+ y="378.27301"
+ id="use10548" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="367.21902"
+ y="378.27301"
+ id="use10550" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="372.10071"
+ y="378.27301"
+ id="use10552" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10558"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="380.38977"
+ y="378.27301"
+ id="use10556" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10572"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="388.13211"
+ y="378.27301"
+ id="use10560" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="391.93005"
+ y="378.27301"
+ id="use10562" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="396.81174"
+ y="378.27301"
+ id="use10564" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="401.14667"
+ y="378.27301"
+ id="use10566" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="404.39786"
+ y="378.27301"
+ id="use10568" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="408.73279"
+ y="378.27301"
+ id="use10570" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10578"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="417.02185"
+ y="378.27301"
+ id="use10574" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="424.61774"
+ y="378.27301"
+ id="use10576" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10588"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="428.9429"
+ y="378.27301"
+ id="use10580" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="436.53879"
+ y="378.27301"
+ id="use10582" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="441.42047"
+ y="378.27301"
+ id="use10584" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="444.67166"
+ y="378.27301"
+ id="use10586" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10604"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-42"
+ x="452.96075"
+ y="378.27301"
+ id="use10590" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="456.21194"
+ y="378.27301"
+ id="use10592" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="461.09363"
+ y="378.27301"
+ id="use10594" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="463.80783"
+ y="378.27301"
+ id="use10596" />
+ <use
+ xlink:href="#glyph-4-20"
+ x="468.68951"
+ y="378.27301"
+ id="use10598" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="473.57117"
+ y="378.27301"
+ id="use10600" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="477.9061"
+ y="378.27301"
+ id="use10602" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10608"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-20"
+ x="484.02771"
+ y="378.27301"
+ id="use10606" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10614"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-13"
+ x="488.71411"
+ y="378.27301"
+ id="use10610" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="493.59579"
+ y="378.27301"
+ id="use10612" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10618"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-19"
+ x="496.59314"
+ y="378.27301"
+ id="use10616" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10626"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="499.8541"
+ y="378.27301"
+ id="use10620" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="504.18903"
+ y="378.27301"
+ id="use10622" />
+ <use
+ xlink:href="#glyph-4-34"
+ x="507.44022"
+ y="378.27301"
+ id="use10624" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10632"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="514.09882"
+ y="378.27301"
+ id="use10628" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="518.98053"
+ y="378.27301"
+ id="use10630" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10640"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="527.26959"
+ y="378.27301"
+ id="use10634" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="529.98383"
+ y="378.27301"
+ id="use10636" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="534.86548"
+ y="378.27301"
+ id="use10638" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10652"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="542.60779"
+ y="378.27301"
+ id="use10642" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="547.4895"
+ y="378.27301"
+ id="use10644" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="550.74066"
+ y="378.27301"
+ id="use10646" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="555.62238"
+ y="378.27301"
+ id="use10648" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="559.95728"
+ y="378.27301"
+ id="use10650" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10658"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="311.978"
+ y="390.228"
+ id="use10654" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="317.05893"
+ y="390.228"
+ id="use10656" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10666"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-48"
+ x="324.64984"
+ y="390.228"
+ id="use10660" />
+ <use
+ xlink:href="#glyph-5-49"
+ x="329.73074"
+ y="390.228"
+ id="use10662" />
+ <use
+ xlink:href="#glyph-5-49"
+ x="334.81168"
+ y="390.228"
+ id="use10664" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10670"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-50"
+ x="344.09961"
+ y="390.228"
+ id="use10668" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10684"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-51"
+ x="353.38754"
+ y="390.228"
+ id="use10672" />
+ <use
+ xlink:href="#glyph-5-49"
+ x="358.46848"
+ y="390.228"
+ id="use10674" />
+ <use
+ xlink:href="#glyph-5-49"
+ x="363.54941"
+ y="390.228"
+ id="use10676" />
+ <use
+ xlink:href="#glyph-5-22"
+ x="368.63031"
+ y="390.228"
+ id="use10678" />
+ <use
+ xlink:href="#glyph-5-39"
+ x="373.71124"
+ y="390.228"
+ id="use10680" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="380.4892"
+ y="390.228"
+ id="use10682" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10692"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-29"
+ x="387.23666"
+ y="390.228"
+ id="use10686" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="393.44556"
+ y="390.228"
+ id="use10688" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="398.52649"
+ y="390.228"
+ id="use10690" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10706"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-24"
+ x="407.24536"
+ y="390.228"
+ id="use10694" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="412.32629"
+ y="390.228"
+ id="use10696" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="415.15128"
+ y="390.228"
+ id="use10698" />
+ <use
+ xlink:href="#glyph-5-21"
+ x="420.23221"
+ y="390.228"
+ id="use10700" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="425.31314"
+ y="390.228"
+ id="use10702" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="429.82501"
+ y="390.228"
+ id="use10704" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10710"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="436.85699"
+ y="390.228"
+ id="use10708" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10716"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-8"
+ x="441.73468"
+ y="390.228"
+ id="use10712" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="446.81561"
+ y="390.228"
+ id="use10714" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10720"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="449.95563"
+ y="390.228"
+ id="use10718" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10726"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="453.32938"
+ y="390.228"
+ id="use10722" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="457.84122"
+ y="390.228"
+ id="use10724" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10752"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="465.43213"
+ y="390.228"
+ id="use10728" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="469.944"
+ y="390.228"
+ id="use10730" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="475.0249"
+ y="390.228"
+ id="use10732" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="482.93085"
+ y="390.228"
+ id="use10734" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="490.83676"
+ y="390.228"
+ id="use10736" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="495.91769"
+ y="390.228"
+ id="use10738" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="500.9986"
+ y="390.228"
+ id="use10740" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="503.82361"
+ y="390.228"
+ id="use10742" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="508.33548"
+ y="390.228"
+ id="use10744" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="512.84735"
+ y="390.228"
+ id="use10746" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="515.6723"
+ y="390.228"
+ id="use10748" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="520.1842"
+ y="390.228"
+ id="use10750" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10762"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="528.34418"
+ y="390.228"
+ id="use10754" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="535.68103"
+ y="390.228"
+ id="use10756" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="538.50598"
+ y="390.228"
+ id="use10758" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="541.33099"
+ y="390.228"
+ id="use10760" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10770"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="550.61896"
+ y="390.228"
+ id="use10764" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="553.44391"
+ y="390.228"
+ id="use10766" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.52484"
+ y="390.228"
+ id="use10768" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10776"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="311.978"
+ y="402.18301"
+ id="use10772" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="317.05893"
+ y="402.18301"
+ id="use10774" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10790"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="320.18878"
+ y="402.18301"
+ id="use10778" />
+ <use
+ xlink:href="#glyph-5-23"
+ x="323.57266"
+ y="402.18301"
+ id="use10780" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="326.95657"
+ y="402.18301"
+ id="use10782" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="331.46844"
+ y="402.18301"
+ id="use10784" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="336.54935"
+ y="402.18301"
+ id="use10786" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="339.37436"
+ y="402.18301"
+ id="use10788" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10796"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="348.34726"
+ y="402.18301"
+ id="use10792" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="356.25317"
+ y="402.18301"
+ id="use10794" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10806"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="360.75488"
+ y="402.18301"
+ id="use10798" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="368.6608"
+ y="402.18301"
+ id="use10800" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="373.74173"
+ y="402.18301"
+ id="use10802" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="377.12564"
+ y="402.18301"
+ id="use10804" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10820"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="386.09854"
+ y="402.18301"
+ id="use10808" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="389.48245"
+ y="402.18301"
+ id="use10810" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="393.99429"
+ y="402.18301"
+ id="use10812" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="396.53476"
+ y="402.18301"
+ id="use10814" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="401.61569"
+ y="402.18301"
+ id="use10816" />
+ <use
+ xlink:href="#glyph-5-30"
+ x="404.15616"
+ y="402.18301"
+ id="use10818" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10834"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-13"
+ x="410.58862"
+ y="402.18301"
+ id="use10822" />
+ <use
+ xlink:href="#glyph-5-52"
+ x="417.92548"
+ y="402.18301"
+ id="use10824" />
+ <use
+ xlink:href="#glyph-5-41"
+ x="424.70343"
+ y="402.18301"
+ id="use10826" />
+ <use
+ xlink:href="#glyph-5-44"
+ x="432.04028"
+ y="402.18301"
+ id="use10828" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="441.07416"
+ y="402.18301"
+ id="use10830" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="444.45807"
+ y="402.18301"
+ id="use10832" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10844"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-13"
+ x="450.88034"
+ y="402.18301"
+ id="use10836" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="458.21722"
+ y="402.18301"
+ id="use10838" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="462.72906"
+ y="402.18301"
+ id="use10840" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="465.55408"
+ y="402.18301"
+ id="use10842" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10850"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="473.95792"
+ y="402.18301"
+ id="use10846" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="481.86383"
+ y="402.18301"
+ id="use10848" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10854"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-27"
+ x="486.79233"
+ y="402.18301"
+ id="use10852" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10866"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="491.72083"
+ y="402.18301"
+ id="use10856" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="496.2327"
+ y="402.18301"
+ id="use10858" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="504.13861"
+ y="402.18301"
+ id="use10860" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="508.65048"
+ y="402.18301"
+ id="use10862" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="513.73138"
+ y="402.18301"
+ id="use10864" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10872"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="520.44836"
+ y="402.18301"
+ id="use10868" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="523.27338"
+ y="402.18301"
+ id="use10870" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10882"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="531.10815"
+ y="402.18301"
+ id="use10874" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="535.62006"
+ y="402.18301"
+ id="use10876" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="538.44501"
+ y="402.18301"
+ id="use10878" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="541.27002"
+ y="402.18301"
+ id="use10880" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10890"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="546.10706"
+ y="402.18301"
+ id="use10884" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="553.44391"
+ y="402.18301"
+ id="use10886" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="557.95581"
+ y="402.18301"
+ id="use10888" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10906"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="311.978"
+ y="414.138"
+ id="use10892" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="317.05893"
+ y="414.138"
+ id="use10894" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="321.5708"
+ y="414.138"
+ id="use10896" />
+ <use
+ xlink:href="#glyph-5-17"
+ x="324.39578"
+ y="414.138"
+ id="use10898" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="331.73264"
+ y="414.138"
+ id="use10900" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="336.24451"
+ y="414.138"
+ id="use10902" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="340.75638"
+ y="414.138"
+ id="use10904" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10914"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="349.41428"
+ y="414.138"
+ id="use10908" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="352.23926"
+ y="414.138"
+ id="use10910" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="357.32019"
+ y="414.138"
+ id="use10912" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10922"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-36"
+ x="365.39886"
+ y="414.138"
+ id="use10916" />
+ <use
+ xlink:href="#glyph-5-47"
+ x="371.04886"
+ y="414.138"
+ id="use10918" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="377.25775"
+ y="414.138"
+ id="use10920" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10934"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-8"
+ x="384.78766"
+ y="414.138"
+ id="use10924" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="389.86859"
+ y="414.138"
+ id="use10926" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="393.82156"
+ y="414.138"
+ id="use10928" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="396.64655"
+ y="414.138"
+ id="use10930" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="401.72748"
+ y="414.138"
+ id="use10932" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10940"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="410.38538"
+ y="414.138"
+ id="use10936" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="414.89725"
+ y="414.138"
+ id="use10938" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10956"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="423.54498"
+ y="414.138"
+ id="use10942" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="428.62589"
+ y="414.138"
+ id="use10944" />
+ <use
+ xlink:href="#glyph-5-23"
+ x="433.70682"
+ y="414.138"
+ id="use10946" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="437.09073"
+ y="414.138"
+ id="use10948" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="441.60257"
+ y="414.138"
+ id="use10950" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="446.6835"
+ y="414.138"
+ id="use10952" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="449.50851"
+ y="414.138"
+ id="use10954" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10966"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-20"
+ x="458.16641"
+ y="414.138"
+ id="use10958" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="463.24731"
+ y="414.138"
+ id="use10960" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="467.75919"
+ y="414.138"
+ id="use10962" />
+ <use
+ xlink:href="#glyph-5-17"
+ x="470.5842"
+ y="414.138"
+ id="use10964" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10974"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="477.81943"
+ y="414.138"
+ id="use10968" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="482.90036"
+ y="414.138"
+ id="use10970" />
+ <use
+ xlink:href="#glyph-5-22"
+ x="486.28424"
+ y="414.138"
+ id="use10972" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10986"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="494.94214"
+ y="414.138"
+ id="use10976" />
+ <use
+ xlink:href="#glyph-5-14"
+ x="498.32605"
+ y="414.138"
+ id="use10978" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="505.6629"
+ y="414.138"
+ id="use10980" />
+ <use
+ xlink:href="#glyph-5-35"
+ x="510.74384"
+ y="414.138"
+ id="use10982" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="517.52179"
+ y="414.138"
+ id="use10984" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g10992"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="524.47247"
+ y="414.138"
+ id="use10988" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="527.29749"
+ y="414.138"
+ id="use10990" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11006"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-4"
+ x="535.95538"
+ y="414.138"
+ id="use10994" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="539.33929"
+ y="414.138"
+ id="use10996" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="543.85114"
+ y="414.138"
+ id="use10998" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="548.93207"
+ y="414.138"
+ id="use11000" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="554.013"
+ y="414.138"
+ id="use11002" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.52484"
+ y="414.138"
+ id="use11004" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11024"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-1"
+ x="311.978"
+ y="426.09299"
+ id="use11008" />
+ <use
+ xlink:href="#glyph-27-2"
+ x="316.41025"
+ y="426.09299"
+ id="use11010" />
+ <use
+ xlink:href="#glyph-27-2"
+ x="320.84247"
+ y="426.09299"
+ id="use11012" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="325.27472"
+ y="426.09299"
+ id="use11014" />
+ <use
+ xlink:href="#glyph-27-4"
+ x="329.70697"
+ y="426.09299"
+ id="use11016" />
+ <use
+ xlink:href="#glyph-27-4"
+ x="333.59018"
+ y="426.09299"
+ id="use11018" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="337.47336"
+ y="426.09299"
+ id="use11020" />
+ <use
+ xlink:href="#glyph-27-4"
+ x="341.90561"
+ y="426.09299"
+ id="use11022" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11030"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-5"
+ x="349.28268"
+ y="426.09299"
+ id="use11026" />
+ <use
+ xlink:href="#glyph-27-6"
+ x="352.05783"
+ y="426.09299"
+ id="use11028" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11038"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-5"
+ x="360.55298"
+ y="426.09299"
+ id="use11032" />
+ <use
+ xlink:href="#glyph-27-7"
+ x="363.32812"
+ y="426.09299"
+ id="use11034" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="368.31937"
+ y="426.09299"
+ id="use11036" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11052"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-8"
+ x="376.24548"
+ y="426.09299"
+ id="use11040" />
+ <use
+ xlink:href="#glyph-27-9"
+ x="381.23676"
+ y="426.09299"
+ id="use11042" />
+ <use
+ xlink:href="#glyph-27-6"
+ x="384.0119"
+ y="426.09299"
+ id="use11044" />
+ <use
+ xlink:href="#glyph-27-10"
+ x="389.00317"
+ y="426.09299"
+ id="use11046" />
+ <use
+ xlink:href="#glyph-27-1"
+ x="393.99442"
+ y="426.09299"
+ id="use11048" />
+ <use
+ xlink:href="#glyph-27-9"
+ x="398.42667"
+ y="426.09299"
+ id="use11050" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11056"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-10"
+ x="404.69571"
+ y="426.09299"
+ id="use11054" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11062"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-11"
+ x="409.4873"
+ y="426.09299"
+ id="use11058" />
+ <use
+ xlink:href="#glyph-27-12"
+ x="414.47858"
+ y="426.09299"
+ id="use11060" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11070"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-12"
+ x="417.55319"
+ y="426.09299"
+ id="use11064" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="420.87738"
+ y="426.09299"
+ id="use11066" />
+ <use
+ xlink:href="#glyph-27-13"
+ x="425.3096"
+ y="426.09299"
+ id="use11068" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11078"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-1"
+ x="432.12769"
+ y="426.09299"
+ id="use11072" />
+ <use
+ xlink:href="#glyph-27-14"
+ x="436.55991"
+ y="426.09299"
+ id="use11074" />
+ <use
+ xlink:href="#glyph-27-15"
+ x="441.55118"
+ y="426.09299"
+ id="use11076" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11086"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-5"
+ x="450.0463"
+ y="426.09299"
+ id="use11080" />
+ <use
+ xlink:href="#glyph-27-7"
+ x="452.82144"
+ y="426.09299"
+ id="use11082" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="457.81271"
+ y="426.09299"
+ id="use11084" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11092"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-6"
+ x="465.73883"
+ y="426.09299"
+ id="use11088" />
+ <use
+ xlink:href="#glyph-27-12"
+ x="470.7301"
+ y="426.09299"
+ id="use11090" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11106"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-12"
+ x="473.80472"
+ y="426.09299"
+ id="use11094" />
+ <use
+ xlink:href="#glyph-27-16"
+ x="477.12891"
+ y="426.09299"
+ id="use11096" />
+ <use
+ xlink:href="#glyph-27-2"
+ x="480.45306"
+ y="426.09299"
+ id="use11098" />
+ <use
+ xlink:href="#glyph-27-7"
+ x="484.88531"
+ y="426.09299"
+ id="use11100" />
+ <use
+ xlink:href="#glyph-27-17"
+ x="489.87659"
+ y="426.09299"
+ id="use11102" />
+ <use
+ xlink:href="#glyph-27-18"
+ x="492.65173"
+ y="426.09299"
+ id="use11104" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11120"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-19"
+ x="501.13687"
+ y="426.09299"
+ id="use11108" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="508.90329"
+ y="426.09299"
+ id="use11110" />
+ <use
+ xlink:href="#glyph-27-19"
+ x="513.33551"
+ y="426.09299"
+ id="use11112" />
+ <use
+ xlink:href="#glyph-27-6"
+ x="521.10193"
+ y="426.09299"
+ id="use11114" />
+ <use
+ xlink:href="#glyph-27-13"
+ x="526.0932"
+ y="426.09299"
+ id="use11116" />
+ <use
+ xlink:href="#glyph-27-20"
+ x="529.41736"
+ y="426.09299"
+ id="use11118" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11124"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-21"
+ x="533.75977"
+ y="426.09299"
+ id="use11122" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11136"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-27-22"
+ x="539.75928"
+ y="426.09299"
+ id="use11126" />
+ <use
+ xlink:href="#glyph-27-7"
+ x="545.85858"
+ y="426.09299"
+ id="use11128" />
+ <use
+ xlink:href="#glyph-27-13"
+ x="550.84985"
+ y="426.09299"
+ id="use11130" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="554.17401"
+ y="426.09299"
+ id="use11132" />
+ <use
+ xlink:href="#glyph-27-3"
+ x="558.60626"
+ y="426.09299"
+ id="use11134" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11148"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="311.978"
+ y="438.048"
+ id="use11138" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="314.6922"
+ y="438.048"
+ id="use11140" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="319.57388"
+ y="438.048"
+ id="use11142" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="324.45557"
+ y="438.048"
+ id="use11144" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="328.7905"
+ y="438.048"
+ id="use11146" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11154"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="335.67365"
+ y="438.048"
+ id="use11150" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="340.55533"
+ y="438.048"
+ id="use11152" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11164"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-21"
+ x="346.89172"
+ y="438.048"
+ id="use11156" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="351.77341"
+ y="438.048"
+ id="use11158" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="356.10834"
+ y="438.048"
+ id="use11160" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="358.82254"
+ y="438.048"
+ id="use11162" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11170"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="366.24268"
+ y="438.048"
+ id="use11166" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="373.83856"
+ y="438.048"
+ id="use11168" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11174"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="378.57379"
+ y="438.048"
+ id="use11172" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11186"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="383.30902"
+ y="438.048"
+ id="use11176" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="387.64395"
+ y="438.048"
+ id="use11178" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="395.23984"
+ y="438.048"
+ id="use11180" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="399.57477"
+ y="438.048"
+ id="use11182" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="404.45642"
+ y="438.048"
+ id="use11184" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11202"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="410.25586"
+ y="438.048"
+ id="use11188" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="412.97006"
+ y="438.048"
+ id="use11190" />
+ <use
+ xlink:href="#glyph-4-16"
+ x="417.85175"
+ y="438.048"
+ id="use11192" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="422.18668"
+ y="438.048"
+ id="use11194" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="424.90088"
+ y="438.048"
+ id="use11196" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="429.78256"
+ y="438.048"
+ id="use11198" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="434.66425"
+ y="438.048"
+ id="use11200" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11214"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="442.08438"
+ y="438.048"
+ id="use11204" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="444.79858"
+ y="438.048"
+ id="use11206" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="449.68027"
+ y="438.048"
+ id="use11208" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="454.56192"
+ y="438.048"
+ id="use11210" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="459.4436"
+ y="438.048"
+ id="use11212" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11222"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-35"
+ x="465.24304"
+ y="438.048"
+ id="use11216" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="470.12473"
+ y="438.048"
+ id="use11218" />
+ <use
+ xlink:href="#glyph-4-45"
+ x="472.83893"
+ y="438.048"
+ id="use11220" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11232"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="477.57416"
+ y="438.048"
+ id="use11224" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="481.90906"
+ y="438.048"
+ id="use11226" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="484.62329"
+ y="438.048"
+ id="use11228" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="488.42123"
+ y="438.048"
+ id="use11230" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11244"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="493.94727"
+ y="438.048"
+ id="use11234" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="499.3757"
+ y="438.048"
+ id="use11236" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="502.0899"
+ y="438.048"
+ id="use11238" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="504.80414"
+ y="438.048"
+ id="use11240" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="509.13904"
+ y="438.048"
+ id="use11242" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11260"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-31"
+ x="515.47546"
+ y="438.048"
+ id="use11246" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="522.5246"
+ y="438.048"
+ id="use11248" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="526.8595"
+ y="438.048"
+ id="use11250" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="529.57373"
+ y="438.048"
+ id="use11252" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="534.45538"
+ y="438.048"
+ id="use11254" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="539.3371"
+ y="438.048"
+ id="use11256" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="542.05127"
+ y="438.048"
+ id="use11258" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11268"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="548.93445"
+ y="438.048"
+ id="use11262" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="553.26941"
+ y="438.048"
+ id="use11264" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="558.15106"
+ y="438.048"
+ id="use11266" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11284"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-1"
+ x="311.978"
+ y="450.004"
+ id="use11270" />
+ <use
+ xlink:href="#glyph-28-2"
+ x="317.00412"
+ y="450.004"
+ id="use11272" />
+ <use
+ xlink:href="#glyph-28-3"
+ x="321.46735"
+ y="450.004"
+ id="use11274" />
+ <use
+ xlink:href="#glyph-28-4"
+ x="324.81473"
+ y="450.004"
+ id="use11276" />
+ <use
+ xlink:href="#glyph-28-5"
+ x="327.60928"
+ y="450.004"
+ id="use11278" />
+ <use
+ xlink:href="#glyph-28-2"
+ x="330.40381"
+ y="450.004"
+ id="use11280" />
+ <use
+ xlink:href="#glyph-28-6"
+ x="334.867"
+ y="450.004"
+ id="use11282" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11294"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-7"
+ x="341.14966"
+ y="450.004"
+ id="use11286" />
+ <use
+ xlink:href="#glyph-28-8"
+ x="345.06"
+ y="450.004"
+ id="use11288" />
+ <use
+ xlink:href="#glyph-28-9"
+ x="350.08612"
+ y="450.004"
+ id="use11290" />
+ <use
+ xlink:href="#glyph-28-7"
+ x="357.9068"
+ y="450.004"
+ id="use11292" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11308"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-10"
+ x="365.2952"
+ y="450.004"
+ id="use11296" />
+ <use
+ xlink:href="#glyph-28-5"
+ x="368.64261"
+ y="450.004"
+ id="use11298" />
+ <use
+ xlink:href="#glyph-28-11"
+ x="371.43713"
+ y="450.004"
+ id="use11300" />
+ <use
+ xlink:href="#glyph-28-12"
+ x="373.9502"
+ y="450.004"
+ id="use11302" />
+ <use
+ xlink:href="#glyph-28-11"
+ x="378.41342"
+ y="450.004"
+ id="use11304" />
+ <use
+ xlink:href="#glyph-28-13"
+ x="380.92648"
+ y="450.004"
+ id="use11306" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11316"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-4"
+ x="386.92767"
+ y="450.004"
+ id="use11310" />
+ <use
+ xlink:href="#glyph-28-14"
+ x="389.7222"
+ y="450.004"
+ id="use11312" />
+ <use
+ xlink:href="#glyph-28-12"
+ x="394.74835"
+ y="450.004"
+ id="use11314" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11332"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-1"
+ x="402.68964"
+ y="450.004"
+ id="use11318" />
+ <use
+ xlink:href="#glyph-28-3"
+ x="407.71576"
+ y="450.004"
+ id="use11320" />
+ <use
+ xlink:href="#glyph-28-15"
+ x="411.06317"
+ y="450.004"
+ id="use11322" />
+ <use
+ xlink:href="#glyph-28-16"
+ x="416.08929"
+ y="450.004"
+ id="use11324" />
+ <use
+ xlink:href="#glyph-28-8"
+ x="421.11542"
+ y="450.004"
+ id="use11326" />
+ <use
+ xlink:href="#glyph-28-17"
+ x="426.14154"
+ y="450.004"
+ id="use11328" />
+ <use
+ xlink:href="#glyph-28-4"
+ x="430.60477"
+ y="450.004"
+ id="use11330" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11338"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-15"
+ x="436.88742"
+ y="450.004"
+ id="use11334" />
+ <use
+ xlink:href="#glyph-28-18"
+ x="441.91354"
+ y="450.004"
+ id="use11336" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11346"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-1"
+ x="448.74908"
+ y="450.004"
+ id="use11340" />
+ <use
+ xlink:href="#glyph-28-5"
+ x="453.77524"
+ y="450.004"
+ id="use11342" />
+ <use
+ xlink:href="#glyph-28-19"
+ x="456.56976"
+ y="450.004"
+ id="use11344" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11354"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-12"
+ x="461.4451"
+ y="450.004"
+ id="use11348" />
+ <use
+ xlink:href="#glyph-28-6"
+ x="465.90829"
+ y="450.004"
+ id="use11350" />
+ <use
+ xlink:href="#glyph-28-7"
+ x="468.70285"
+ y="450.004"
+ id="use11352" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11362"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-2"
+ x="476.09125"
+ y="450.004"
+ id="use11356" />
+ <use
+ xlink:href="#glyph-28-20"
+ x="480.55444"
+ y="450.004"
+ id="use11358" />
+ <use
+ xlink:href="#glyph-28-16"
+ x="485.5806"
+ y="450.004"
+ id="use11360" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11380"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-21"
+ x="494.09485"
+ y="450.004"
+ id="use11364" />
+ <use
+ xlink:href="#glyph-28-12"
+ x="501.3526"
+ y="450.004"
+ id="use11366" />
+ <use
+ xlink:href="#glyph-28-5"
+ x="505.8158"
+ y="450.004"
+ id="use11368" />
+ <use
+ xlink:href="#glyph-28-22"
+ x="508.61032"
+ y="450.004"
+ id="use11370" />
+ <use
+ xlink:href="#glyph-28-14"
+ x="513.63647"
+ y="450.004"
+ id="use11372" />
+ <use
+ xlink:href="#glyph-28-4"
+ x="518.6626"
+ y="450.004"
+ id="use11374" />
+ <use
+ xlink:href="#glyph-28-7"
+ x="521.45709"
+ y="450.004"
+ id="use11376" />
+ <use
+ xlink:href="#glyph-28-23"
+ x="525.36743"
+ y="450.004"
+ id="use11378" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11390"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-4"
+ x="532.203"
+ y="450.004"
+ id="use11382" />
+ <use
+ xlink:href="#glyph-28-14"
+ x="534.9975"
+ y="450.004"
+ id="use11384" />
+ <use
+ xlink:href="#glyph-28-2"
+ x="540.02362"
+ y="450.004"
+ id="use11386" />
+ <use
+ xlink:href="#glyph-28-4"
+ x="544.48688"
+ y="450.004"
+ id="use11388" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11398"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-28-2"
+ x="550.75946"
+ y="450.004"
+ id="use11392" />
+ <use
+ xlink:href="#glyph-28-3"
+ x="555.22266"
+ y="450.004"
+ id="use11394" />
+ <use
+ xlink:href="#glyph-28-12"
+ x="558.57007"
+ y="450.004"
+ id="use11396" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11422"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="311.978"
+ y="461.95901"
+ id="use11400" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="316.4014"
+ y="461.95901"
+ id="use11402" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="320.8248"
+ y="461.95901"
+ id="use11404" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="325.24817"
+ y="461.95901"
+ id="use11406" />
+ <use
+ xlink:href="#glyph-6-21"
+ x="330.22949"
+ y="461.95901"
+ id="use11408" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="337.98038"
+ y="461.95901"
+ id="use11410" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="342.9617"
+ y="461.95901"
+ id="use11412" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="345.73129"
+ y="461.95901"
+ id="use11414" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="350.15469"
+ y="461.95901"
+ id="use11416" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="352.92429"
+ y="461.95901"
+ id="use11418" />
+ <use
+ xlink:href="#glyph-6-16"
+ x="357.34769"
+ y="461.95901"
+ id="use11420" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11430"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-8"
+ x="365.81589"
+ y="461.95901"
+ id="use11424" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="369.13342"
+ y="461.95901"
+ id="use11426" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="374.11475"
+ y="461.95901"
+ id="use11428" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11438"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-1"
+ x="380.91919"
+ y="461.95901"
+ id="use11432" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="383.68878"
+ y="461.95901"
+ id="use11434" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="388.6701"
+ y="461.95901"
+ id="use11436" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11454"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-6"
+ x="396.58041"
+ y="461.95901"
+ id="use11440" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="401.56171"
+ y="461.95901"
+ id="use11442" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="406.543"
+ y="461.95901"
+ id="use11444" />
+ <use
+ xlink:href="#glyph-6-7"
+ x="409.31259"
+ y="461.95901"
+ id="use11446" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="414.29391"
+ y="461.95901"
+ id="use11448" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="419.27521"
+ y="461.95901"
+ id="use11450" />
+ <use
+ xlink:href="#glyph-6-12"
+ x="422.0448"
+ y="461.95901"
+ id="use11452" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11468"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-52"
+ x="321.94"
+ y="474.375"
+ id="use11456" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="328.71796"
+ y="474.375"
+ id="use11458" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="333.22983"
+ y="474.375"
+ id="use11460" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="337.74167"
+ y="474.375"
+ id="use11462" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="342.25354"
+ y="474.375"
+ id="use11464" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="347.33447"
+ y="474.375"
+ id="use11466" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11472"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="355.72815"
+ y="474.375"
+ id="use11470" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11480"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="362.96341"
+ y="474.375"
+ id="use11474" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="368.04431"
+ y="474.375"
+ id="use11476" />
+ <use
+ xlink:href="#glyph-5-22"
+ x="371.42822"
+ y="474.375"
+ id="use11478" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11484"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-53"
+ x="382.07785"
+ y="474.375"
+ id="use11482" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11490"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-33"
+ x="385.457"
+ y="474.375"
+ id="use11486" />
+ <use
+ xlink:href="#glyph-6-39"
+ x="390.43829"
+ y="474.375"
+ id="use11488" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11494"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-50"
+ x="395.42001"
+ y="474.375"
+ id="use11492" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11500"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-40"
+ x="400.50101"
+ y="474.375"
+ id="use11496" />
+ <use
+ xlink:href="#glyph-6-41"
+ x="405.4823"
+ y="474.375"
+ id="use11498" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11504"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-46"
+ x="410.46301"
+ y="474.375"
+ id="use11502" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11512"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-26"
+ x="419.41559"
+ y="474.375"
+ id="use11506" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="424.49652"
+ y="474.375"
+ id="use11508" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="429.00839"
+ y="474.375"
+ id="use11510" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11530"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-2"
+ x="438.51987"
+ y="474.375"
+ id="use11514" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="443.6008"
+ y="474.375"
+ id="use11516" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="446.98471"
+ y="474.375"
+ id="use11518" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="452.06561"
+ y="474.375"
+ id="use11520" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="457.14655"
+ y="474.375"
+ id="use11522" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="462.22748"
+ y="474.375"
+ id="use11524" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="466.18042"
+ y="474.375"
+ id="use11526" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="470.69229"
+ y="474.375"
+ id="use11528" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11550"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="481.34192"
+ y="474.375"
+ id="use11532" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="485.29489"
+ y="474.375"
+ id="use11534" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="490.37579"
+ y="474.375"
+ id="use11536" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="493.20081"
+ y="474.375"
+ id="use11538" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="498.28174"
+ y="474.375"
+ id="use11540" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="501.10672"
+ y="474.375"
+ id="use11542" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="503.9317"
+ y="474.375"
+ id="use11544" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="509.01263"
+ y="474.375"
+ id="use11546" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="514.09357"
+ y="474.375"
+ id="use11548" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11558"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="523.61523"
+ y="474.375"
+ id="use11552" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="526.99915"
+ y="474.375"
+ id="use11554" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="532.08002"
+ y="474.375"
+ id="use11556" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11566"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-13"
+ x="541.02246"
+ y="474.375"
+ id="use11560" />
+ <use
+ xlink:href="#glyph-5-14"
+ x="548.35931"
+ y="474.375"
+ id="use11562" />
+ <use
+ xlink:href="#glyph-5-14"
+ x="555.69617"
+ y="474.375"
+ id="use11564" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11594"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="311.978"
+ y="486.32999"
+ id="use11568" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="316.48987"
+ y="486.32999"
+ id="use11570" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="321.00174"
+ y="486.32999"
+ id="use11572" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="325.51358"
+ y="486.32999"
+ id="use11574" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="330.02545"
+ y="486.32999"
+ id="use11576" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="332.85043"
+ y="486.32999"
+ id="use11578" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="337.3623"
+ y="486.32999"
+ id="use11580" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="340.74622"
+ y="486.32999"
+ id="use11582" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="345.25806"
+ y="486.32999"
+ id="use11584" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="348.08307"
+ y="486.32999"
+ id="use11586" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="350.90805"
+ y="486.32999"
+ id="use11588" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="355.98898"
+ y="486.32999"
+ id="use11590" />
+ <use
+ xlink:href="#glyph-5-30"
+ x="361.06992"
+ y="486.32999"
+ id="use11592" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11598"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="367.28897"
+ y="486.32999"
+ id="use11596" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11604"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-8"
+ x="372.16666"
+ y="486.32999"
+ id="use11600" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="377.24759"
+ y="486.32999"
+ id="use11602" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11610"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="383.75116"
+ y="486.32999"
+ id="use11606" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="386.57614"
+ y="486.32999"
+ id="use11608" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11616"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="393.07974"
+ y="486.32999"
+ id="use11612" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="395.90472"
+ y="486.32999"
+ id="use11614" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11624"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="403.53629"
+ y="486.32999"
+ id="use11618" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="408.61722"
+ y="486.32999"
+ id="use11620" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="411.4422"
+ y="486.32999"
+ id="use11622" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11636"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-33"
+ x="414.57205"
+ y="486.32999"
+ id="use11626" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="420.22205"
+ y="486.32999"
+ id="use11628" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="424.73392"
+ y="486.32999"
+ id="use11630" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="429.81485"
+ y="486.32999"
+ id="use11632" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="432.63983"
+ y="486.32999"
+ id="use11634" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11642"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="439.13324"
+ y="486.32999"
+ id="use11638" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="441.95825"
+ y="486.32999"
+ id="use11640" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11658"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="450.71777"
+ y="486.32999"
+ id="use11644" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="455.22961"
+ y="486.32999"
+ id="use11646" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="460.31055"
+ y="486.32999"
+ id="use11648" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="468.21646"
+ y="486.32999"
+ id="use11650" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="473.29739"
+ y="486.32999"
+ id="use11652" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="477.80927"
+ y="486.32999"
+ id="use11654" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="481.19315"
+ y="486.32999"
+ id="use11656" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11670"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="489.38361"
+ y="486.32999"
+ id="use11660" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="492.20862"
+ y="486.32999"
+ id="use11662" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="497.28952"
+ y="486.32999"
+ id="use11664" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="501.80139"
+ y="486.32999"
+ id="use11666" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="504.6264"
+ y="486.32999"
+ id="use11668" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11694"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-2"
+ x="511.68887"
+ y="486.32999"
+ id="use11672" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="516.76978"
+ y="486.32999"
+ id="use11674" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="521.28168"
+ y="486.32999"
+ id="use11676" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="524.66559"
+ y="486.32999"
+ id="use11678" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="528.04944"
+ y="486.32999"
+ id="use11680" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="533.13037"
+ y="486.32999"
+ id="use11682" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="536.51428"
+ y="486.32999"
+ id="use11684" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="544.42023"
+ y="486.32999"
+ id="use11686" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="548.93207"
+ y="486.32999"
+ id="use11688" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="554.013"
+ y="486.32999"
+ id="use11690" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.52484"
+ y="486.32999"
+ id="use11692" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11712"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="311.978"
+ y="498.285"
+ id="use11696" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="317.05893"
+ y="498.285"
+ id="use11698" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="319.88391"
+ y="498.285"
+ id="use11700" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="323.26782"
+ y="498.285"
+ id="use11702" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="327.77969"
+ y="498.285"
+ id="use11704" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="332.29153"
+ y="498.285"
+ id="use11706" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="335.11655"
+ y="498.285"
+ id="use11708" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="337.94153"
+ y="498.285"
+ id="use11710" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11720"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="348.68262"
+ y="498.285"
+ id="use11714" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="353.76355"
+ y="498.285"
+ id="use11716" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="358.84445"
+ y="498.285"
+ id="use11718" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11726"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="369.02664"
+ y="498.285"
+ id="use11722" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="371.85162"
+ y="498.285"
+ id="use11724" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11734"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="382.59271"
+ y="498.285"
+ id="use11728" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="387.67365"
+ y="498.285"
+ id="use11730" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="390.49863"
+ y="498.285"
+ id="use11732" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11752"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="393.62848"
+ y="498.285"
+ id="use11736" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="397.01239"
+ y="498.285"
+ id="use11738" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="401.52423"
+ y="498.285"
+ id="use11740" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="404.90814"
+ y="498.285"
+ id="use11742" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="409.42001"
+ y="498.285"
+ id="use11744" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="414.50092"
+ y="498.285"
+ id="use11746" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="419.01279"
+ y="498.285"
+ id="use11748" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="423.52466"
+ y="498.285"
+ id="use11750" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11758"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="433.13776"
+ y="498.285"
+ id="use11754" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="435.96277"
+ y="498.285"
+ id="use11756" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11788"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="446.70383"
+ y="498.285"
+ id="use11760" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="449.52884"
+ y="498.285"
+ id="use11762" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="457.43475"
+ y="498.285"
+ id="use11764" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="462.51569"
+ y="498.285"
+ id="use11766" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="465.34067"
+ y="498.285"
+ id="use11768" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="469.85254"
+ y="498.285"
+ id="use11770" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="477.75845"
+ y="498.285"
+ id="use11772" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="482.27032"
+ y="498.285"
+ id="use11774" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="487.35123"
+ y="498.285"
+ id="use11776" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="490.17624"
+ y="498.285"
+ id="use11778" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="494.68811"
+ y="498.285"
+ id="use11780" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="497.51309"
+ y="498.285"
+ id="use11782" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="500.3381"
+ y="498.285"
+ id="use11784" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="505.41901"
+ y="498.285"
+ id="use11786" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11796"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="516.17023"
+ y="498.285"
+ id="use11790" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="520.68213"
+ y="498.285"
+ id="use11792" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="525.76306"
+ y="498.285"
+ id="use11794" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11810"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="536.50415"
+ y="498.285"
+ id="use11798" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="541.58502"
+ y="498.285"
+ id="use11800" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="546.09692"
+ y="498.285"
+ id="use11802" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="550.04987"
+ y="498.285"
+ id="use11804" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="552.87488"
+ y="498.285"
+ id="use11806" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="557.95581"
+ y="498.285"
+ id="use11808" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11828"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="311.978"
+ y="510.241"
+ id="use11812" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="316.48987"
+ y="510.241"
+ id="use11814" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="321.5708"
+ y="510.241"
+ id="use11816" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="326.6517"
+ y="510.241"
+ id="use11818" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="329.47672"
+ y="510.241"
+ id="use11820" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="333.98856"
+ y="510.241"
+ id="use11822" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="338.50043"
+ y="510.241"
+ id="use11824" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="342.4534"
+ y="510.241"
+ id="use11826" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11836"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-29"
+ x="349.90204"
+ y="510.241"
+ id="use11830" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="356.11093"
+ y="510.241"
+ id="use11832" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="361.19186"
+ y="510.241"
+ id="use11834" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11848"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-11"
+ x="370.60172"
+ y="510.241"
+ id="use11838" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="373.98563"
+ y="510.241"
+ id="use11840" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="379.06656"
+ y="510.241"
+ id="use11842" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="381.89154"
+ y="510.241"
+ id="use11844" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="384.71652"
+ y="510.241"
+ id="use11846" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11858"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="389.55359"
+ y="510.241"
+ id="use11850" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="396.89044"
+ y="510.241"
+ id="use11852" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="399.71542"
+ y="510.241"
+ id="use11854" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="404.79636"
+ y="510.241"
+ id="use11856" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11876"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="414.78546"
+ y="510.241"
+ id="use11860" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="417.61044"
+ y="510.241"
+ id="use11862" />
+ <use
+ xlink:href="#glyph-5-32"
+ x="422.12231"
+ y="510.241"
+ id="use11864" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="427.20325"
+ y="510.241"
+ id="use11866" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="432.28418"
+ y="510.241"
+ id="use11868" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="437.36508"
+ y="510.241"
+ id="use11870" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="442.44601"
+ y="510.241"
+ id="use11872" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="450.35193"
+ y="510.241"
+ id="use11874" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11888"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="460.33087"
+ y="510.241"
+ id="use11878" />
+ <use
+ xlink:href="#glyph-5-54"
+ x="463.71478"
+ y="510.241"
+ id="use11880" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="469.36478"
+ y="510.241"
+ id="use11882" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="472.18976"
+ y="510.241"
+ id="use11884" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="477.27069"
+ y="510.241"
+ id="use11886" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11894"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-55"
+ x="484.71933"
+ y="510.241"
+ id="use11890" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="489.80026"
+ y="510.241"
+ id="use11892" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11902"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="498.09232"
+ y="510.241"
+ id="use11896" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="502.60419"
+ y="510.241"
+ id="use11898" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="507.11606"
+ y="510.241"
+ id="use11900" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11908"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="517.09497"
+ y="510.241"
+ id="use11904" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="522.1759"
+ y="510.241"
+ id="use11906" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11918"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-8"
+ x="531.59595"
+ y="510.241"
+ id="use11910" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="536.67688"
+ y="510.241"
+ id="use11912" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="540.62982"
+ y="510.241"
+ id="use11914" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="545.14172"
+ y="510.241"
+ id="use11916" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11924"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="555.1308"
+ y="510.241"
+ id="use11920" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="557.95581"
+ y="510.241"
+ id="use11922" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11942"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="311.978"
+ y="522.19598"
+ id="use11926" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="316.48987"
+ y="522.19598"
+ id="use11928" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="319.31485"
+ y="522.19598"
+ id="use11930" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="323.82672"
+ y="522.19598"
+ id="use11932" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="327.77969"
+ y="522.19598"
+ id="use11934" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="331.73264"
+ y="522.19598"
+ id="use11936" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="334.55765"
+ y="522.19598"
+ id="use11938" />
+ <use
+ xlink:href="#glyph-5-10"
+ x="337.94153"
+ y="522.19598"
+ id="use11940" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11954"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="347.71722"
+ y="522.19598"
+ id="use11944" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="350.54224"
+ y="522.19598"
+ id="use11946" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="355.62317"
+ y="522.19598"
+ id="use11948" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="360.13501"
+ y="522.19598"
+ id="use11950" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="364.08798"
+ y="522.19598"
+ id="use11952" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11958"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="373.28445"
+ y="522.19598"
+ id="use11956" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11974"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-32"
+ x="377.65405"
+ y="522.19598"
+ id="use11960" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="382.73499"
+ y="522.19598"
+ id="use11962" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="385.55997"
+ y="522.19598"
+ id="use11964" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="389.51294"
+ y="522.19598"
+ id="use11966" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="392.33792"
+ y="522.19598"
+ id="use11968" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="395.16293"
+ y="522.19598"
+ id="use11970" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="400.24384"
+ y="522.19598"
+ id="use11972" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11982"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-13"
+ x="410.0094"
+ y="522.19598"
+ id="use11976" />
+ <use
+ xlink:href="#glyph-5-14"
+ x="417.34625"
+ y="522.19598"
+ id="use11978" />
+ <use
+ xlink:href="#glyph-5-14"
+ x="424.68311"
+ y="522.19598"
+ id="use11980" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g11996"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="436.71472"
+ y="522.19598"
+ id="use11984" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="441.79565"
+ y="522.19598"
+ id="use11986" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="446.30753"
+ y="522.19598"
+ id="use11988" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="449.13251"
+ y="522.19598"
+ id="use11990" />
+ <use
+ xlink:href="#glyph-5-56"
+ x="453.64438"
+ y="522.19598"
+ id="use11992" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="459.29437"
+ y="522.19598"
+ id="use11994" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12002"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-17"
+ x="464.12125"
+ y="522.19598"
+ id="use11998" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="471.4581"
+ y="522.19598"
+ id="use12000" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12014"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-21"
+ x="480.10583"
+ y="522.19598"
+ id="use12004" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="485.18677"
+ y="522.19598"
+ id="use12006" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="489.69864"
+ y="522.19598"
+ id="use12008" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="493.65158"
+ y="522.19598"
+ id="use12010" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="498.16345"
+ y="522.19598"
+ id="use12012" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12020"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="507.93915"
+ y="522.19598"
+ id="use12016" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="513.02008"
+ y="522.19598"
+ id="use12018" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12032"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="522.78564"
+ y="522.19598"
+ id="use12022" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="525.6106"
+ y="522.19598"
+ id="use12024" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="530.69153"
+ y="522.19598"
+ id="use12026" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="535.20343"
+ y="522.19598"
+ id="use12028" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="538.02838"
+ y="522.19598"
+ id="use12030" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12042"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-25"
+ x="546.10706"
+ y="522.19598"
+ id="use12034" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="551.18799"
+ y="522.19598"
+ id="use12036" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="555.69983"
+ y="522.19598"
+ id="use12038" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="558.52484"
+ y="522.19598"
+ id="use12040" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12060"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-2"
+ x="311.978"
+ y="534.151"
+ id="use12044" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="316.95929"
+ y="534.151"
+ id="use12046" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="321.38269"
+ y="534.151"
+ id="use12048" />
+ <use
+ xlink:href="#glyph-6-16"
+ x="326.36398"
+ y="534.151"
+ id="use12050" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="331.34531"
+ y="534.151"
+ id="use12052" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="334.1149"
+ y="534.151"
+ id="use12054" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="336.88449"
+ y="534.151"
+ id="use12056" />
+ <use
+ xlink:href="#glyph-6-15"
+ x="341.86581"
+ y="534.151"
+ id="use12058" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12092"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-5"
+ x="350.33401"
+ y="534.151"
+ id="use12062" />
+ <use
+ xlink:href="#glyph-6-2"
+ x="354.75742"
+ y="534.151"
+ id="use12064" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="359.73871"
+ y="534.151"
+ id="use12066" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="364.16211"
+ y="534.151"
+ id="use12068" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="367.47964"
+ y="534.151"
+ id="use12070" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="371.90305"
+ y="534.151"
+ id="use12072" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="376.32645"
+ y="534.151"
+ id="use12074" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="379.09604"
+ y="534.151"
+ id="use12076" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="383.51944"
+ y="534.151"
+ id="use12078" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="386.83698"
+ y="534.151"
+ id="use12080" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="389.60657"
+ y="534.151"
+ id="use12082" />
+ <use
+ xlink:href="#glyph-6-1"
+ x="393.48203"
+ y="534.151"
+ id="use12084" />
+ <use
+ xlink:href="#glyph-6-9"
+ x="396.25165"
+ y="534.151"
+ id="use12086" />
+ <use
+ xlink:href="#glyph-6-5"
+ x="399.02124"
+ y="534.151"
+ id="use12088" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="403.44464"
+ y="534.151"
+ id="use12090" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12104"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-32"
+ x="410.80701"
+ y="534.151"
+ id="use12094" />
+ <use
+ xlink:href="#glyph-6-33"
+ x="414.12454"
+ y="534.151"
+ id="use12096" />
+ <use
+ xlink:href="#glyph-6-40"
+ x="419.10583"
+ y="534.151"
+ id="use12098" />
+ <use
+ xlink:href="#glyph-6-42"
+ x="424.08713"
+ y="534.151"
+ id="use12100" />
+ <use
+ xlink:href="#glyph-6-43"
+ x="427.40469"
+ y="534.151"
+ id="use12102" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12108"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-29-1"
+ x="322.84"
+ y="549.07202"
+ id="use12106" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12112"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-1"
+ x="331.90302"
+ y="549.07202"
+ id="use12110" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12124"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-2"
+ x="341.21802"
+ y="549.07202"
+ id="use12114" />
+ <use
+ xlink:href="#glyph-30-3"
+ x="345.64142"
+ y="549.07202"
+ id="use12116" />
+ <use
+ xlink:href="#glyph-30-4"
+ x="348.41104"
+ y="549.07202"
+ id="use12118" />
+ <use
+ xlink:href="#glyph-30-5"
+ x="353.39233"
+ y="549.07202"
+ id="use12120" />
+ <use
+ xlink:href="#glyph-30-6"
+ x="358.93155"
+ y="549.07202"
+ id="use12122" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12146"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-7"
+ x="365.98505"
+ y="549.07202"
+ id="use12126" />
+ <use
+ xlink:href="#glyph-30-6"
+ x="369.8605"
+ y="549.07202"
+ id="use12128" />
+ <use
+ xlink:href="#glyph-30-8"
+ x="373.17804"
+ y="549.07202"
+ id="use12130" />
+ <use
+ xlink:href="#glyph-30-6"
+ x="378.15936"
+ y="549.07202"
+ id="use12132" />
+ <use
+ xlink:href="#glyph-30-3"
+ x="381.4769"
+ y="549.07202"
+ id="use12134" />
+ <use
+ xlink:href="#glyph-30-9"
+ x="384.24649"
+ y="549.07202"
+ id="use12136" />
+ <use
+ xlink:href="#glyph-30-10"
+ x="389.22781"
+ y="549.07202"
+ id="use12138" />
+ <use
+ xlink:href="#glyph-30-8"
+ x="394.767"
+ y="549.07202"
+ id="use12140" />
+ <use
+ xlink:href="#glyph-30-11"
+ x="399.74829"
+ y="549.07202"
+ id="use12142" />
+ <use
+ xlink:href="#glyph-30-12"
+ x="404.17169"
+ y="549.07202"
+ id="use12144" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12158"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-13"
+ x="412.89893"
+ y="549.07202"
+ id="use12148" />
+ <use
+ xlink:href="#glyph-30-1"
+ x="416.21649"
+ y="549.07202"
+ id="use12150" />
+ <use
+ xlink:href="#glyph-30-14"
+ x="426.17908"
+ y="549.07202"
+ id="use12152" />
+ <use
+ xlink:href="#glyph-30-15"
+ x="431.71829"
+ y="549.07202"
+ id="use12154" />
+ <use
+ xlink:href="#glyph-30-16"
+ x="435.03583"
+ y="549.07202"
+ id="use12156" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12166"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-31-1"
+ x="441.84"
+ y="549.07202"
+ id="use12160" />
+ <use
+ xlink:href="#glyph-31-2"
+ x="447.97586"
+ y="549.07202"
+ id="use12162" />
+ <use
+ xlink:href="#glyph-31-3"
+ x="452.99701"
+ y="549.07202"
+ id="use12164" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12180"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-31-4"
+ x="460.9505"
+ y="549.07202"
+ id="use12168" />
+ <use
+ xlink:href="#glyph-31-3"
+ x="468.20105"
+ y="549.07202"
+ id="use12170" />
+ <use
+ xlink:href="#glyph-31-5"
+ x="472.65982"
+ y="549.07202"
+ id="use12172" />
+ <use
+ xlink:href="#glyph-31-6"
+ x="475.45157"
+ y="549.07202"
+ id="use12174" />
+ <use
+ xlink:href="#glyph-31-2"
+ x="480.47272"
+ y="549.07202"
+ id="use12176" />
+ <use
+ xlink:href="#glyph-31-7"
+ x="485.4939"
+ y="549.07202"
+ id="use12178" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12184"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-31-8"
+ x="488.2756"
+ y="549.07202"
+ id="use12182" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12192"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-31-9"
+ x="495.67679"
+ y="549.07202"
+ id="use12186" />
+ <use
+ xlink:href="#glyph-31-10"
+ x="500.13556"
+ y="549.07202"
+ id="use12188" />
+ <use
+ xlink:href="#glyph-31-3"
+ x="503.47964"
+ y="549.07202"
+ id="use12190" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12206"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-31-8"
+ x="511.43314"
+ y="549.07202"
+ id="use12194" />
+ <use
+ xlink:href="#glyph-31-7"
+ x="515.3396"
+ y="549.07202"
+ id="use12196" />
+ <use
+ xlink:href="#glyph-31-11"
+ x="518.13135"
+ y="549.07202"
+ id="use12198" />
+ <use
+ xlink:href="#glyph-31-10"
+ x="523.15253"
+ y="549.07202"
+ id="use12200" />
+ <use
+ xlink:href="#glyph-31-3"
+ x="526.49658"
+ y="549.07202"
+ id="use12202" />
+ <use
+ xlink:href="#glyph-31-12"
+ x="530.95538"
+ y="549.07202"
+ id="use12204" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12212"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-31-5"
+ x="539.46118"
+ y="549.07202"
+ id="use12208" />
+ <use
+ xlink:href="#glyph-31-13"
+ x="542.25299"
+ y="549.07202"
+ id="use12210" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12220"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-31-7"
+ x="550.76886"
+ y="549.07202"
+ id="use12214" />
+ <use
+ xlink:href="#glyph-31-2"
+ x="553.56061"
+ y="549.07202"
+ id="use12216" />
+ <use
+ xlink:href="#glyph-31-3"
+ x="558.58173"
+ y="549.07202"
+ id="use12218" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12226"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="331.90302"
+ y="561.02698"
+ id="use12222" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="335.15421"
+ y="561.02698"
+ id="use12224" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12240"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-10"
+ x="339.34268"
+ y="561.02698"
+ id="use12228" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="344.22433"
+ y="561.02698"
+ id="use12230" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="346.93857"
+ y="561.02698"
+ id="use12232" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="350.73651"
+ y="561.02698"
+ id="use12234" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="353.45071"
+ y="561.02698"
+ id="use12236" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="357.78564"
+ y="561.02698"
+ id="use12238" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12248"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="363.95609"
+ y="561.02698"
+ id="use12242" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="369.38449"
+ y="561.02698"
+ id="use12244" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="372.09869"
+ y="561.02698"
+ id="use12246" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12254"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="379.35287"
+ y="561.02698"
+ id="use12250" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="383.68781"
+ y="561.02698"
+ id="use12252" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12262"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="389.32126"
+ y="561.02698"
+ id="use12256" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="392.03546"
+ y="561.02698"
+ id="use12258" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="396.91714"
+ y="561.02698"
+ id="use12260" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12268"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-23"
+ x="404.1713"
+ y="561.02698"
+ id="use12264" />
+ <use
+ xlink:href="#glyph-4-56"
+ x="409.59973"
+ y="561.02698"
+ id="use12266" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12276"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="418.48438"
+ y="561.02698"
+ id="use12270" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="422.81931"
+ y="561.02698"
+ id="use12272" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="427.70096"
+ y="561.02698"
+ id="use12274" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12292"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="435.50189"
+ y="561.02698"
+ id="use12278" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="438.75308"
+ y="561.02698"
+ id="use12280" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="443.08801"
+ y="561.02698"
+ id="use12282" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="450.6839"
+ y="561.02698"
+ id="use12284" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="455.01883"
+ y="561.02698"
+ id="use12286" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="457.73303"
+ y="561.02698"
+ id="use12288" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="462.61472"
+ y="561.02698"
+ id="use12290" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12314"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="469.33188"
+ y="561.02698"
+ id="use12294" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="473.12982"
+ y="561.02698"
+ id="use12296" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="475.84406"
+ y="561.02698"
+ id="use12298" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="480.17896"
+ y="561.02698"
+ id="use12300" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="482.89319"
+ y="561.02698"
+ id="use12302" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="485.60739"
+ y="561.02698"
+ id="use12304" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="490.48907"
+ y="561.02698"
+ id="use12306" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="495.37073"
+ y="561.02698"
+ id="use12308" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="499.70566"
+ y="561.02698"
+ id="use12310" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="502.95685"
+ y="561.02698"
+ id="use12312" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12320"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="510.75778"
+ y="561.02698"
+ id="use12316" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="513.47198"
+ y="561.02698"
+ id="use12318" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12340"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="521.27289"
+ y="561.02698"
+ id="use12322" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="528.86877"
+ y="561.02698"
+ id="use12324" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="531.58301"
+ y="561.02698"
+ id="use12326" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="536.46466"
+ y="561.02698"
+ id="use12328" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="539.17889"
+ y="561.02698"
+ id="use12330" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="546.77478"
+ y="561.02698"
+ id="use12332" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="549.48895"
+ y="561.02698"
+ id="use12334" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="553.82391"
+ y="561.02698"
+ id="use12336" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="558.15881"
+ y="561.02698"
+ id="use12338" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12348"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-1"
+ x="331.90302"
+ y="572.98297"
+ id="use12342" />
+ <use
+ xlink:href="#glyph-32-2"
+ x="334.63937"
+ y="572.98297"
+ id="use12344" />
+ <use
+ xlink:href="#glyph-32-3"
+ x="339.56088"
+ y="572.98297"
+ id="use12346" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12354"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-4"
+ x="347.40579"
+ y="572.98297"
+ id="use12350" />
+ <use
+ xlink:href="#glyph-32-5"
+ x="355.06369"
+ y="572.98297"
+ id="use12352" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12358"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-6"
+ x="359.83759"
+ y="572.98297"
+ id="use12356" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12370"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-3"
+ x="364.61145"
+ y="572.98297"
+ id="use12360" />
+ <use
+ xlink:href="#glyph-32-4"
+ x="368.98175"
+ y="572.98297"
+ id="use12362" />
+ <use
+ xlink:href="#glyph-32-3"
+ x="376.63965"
+ y="572.98297"
+ id="use12364" />
+ <use
+ xlink:href="#glyph-32-7"
+ x="381.00998"
+ y="572.98297"
+ id="use12366" />
+ <use
+ xlink:href="#glyph-32-1"
+ x="385.93149"
+ y="572.98297"
+ id="use12368" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12380"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-8"
+ x="392.15231"
+ y="572.98297"
+ id="use12372" />
+ <use
+ xlink:href="#glyph-32-5"
+ x="396.52261"
+ y="572.98297"
+ id="use12374" />
+ <use
+ xlink:href="#glyph-32-9"
+ x="401.44415"
+ y="572.98297"
+ id="use12376" />
+ <use
+ xlink:href="#glyph-32-1"
+ x="405.27307"
+ y="572.98297"
+ id="use12378" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12386"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-5"
+ x="411.48404"
+ y="572.98297"
+ id="use12382" />
+ <use
+ xlink:href="#glyph-32-10"
+ x="416.40558"
+ y="572.98297"
+ id="use12384" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12390"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-1"
+ x="423.16776"
+ y="572.98297"
+ id="use12388" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12396"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-2"
+ x="425.89429"
+ y="572.98297"
+ id="use12392" />
+ <use
+ xlink:href="#glyph-32-3"
+ x="430.8158"
+ y="572.98297"
+ id="use12394" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12412"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-11"
+ x="438.67056"
+ y="572.98297"
+ id="use12398" />
+ <use
+ xlink:href="#glyph-32-3"
+ x="445.77722"
+ y="572.98297"
+ id="use12400" />
+ <use
+ xlink:href="#glyph-32-12"
+ x="450.14755"
+ y="572.98297"
+ id="use12402" />
+ <use
+ xlink:href="#glyph-32-13"
+ x="452.88391"
+ y="572.98297"
+ id="use12404" />
+ <use
+ xlink:href="#glyph-32-2"
+ x="457.80545"
+ y="572.98297"
+ id="use12406" />
+ <use
+ xlink:href="#glyph-32-1"
+ x="462.72696"
+ y="572.98297"
+ id="use12408" />
+ <use
+ xlink:href="#glyph-32-9"
+ x="465.46332"
+ y="572.98297"
+ id="use12410" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12424"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-14"
+ x="472.76688"
+ y="572.98297"
+ id="use12414" />
+ <use
+ xlink:href="#glyph-32-15"
+ x="476.04462"
+ y="572.98297"
+ id="use12416" />
+ <use
+ xlink:href="#glyph-32-12"
+ x="481.51733"
+ y="572.98297"
+ id="use12418" />
+ <use
+ xlink:href="#glyph-32-13"
+ x="484.25372"
+ y="572.98297"
+ id="use12420" />
+ <use
+ xlink:href="#glyph-32-16"
+ x="489.17523"
+ y="572.98297"
+ id="use12422" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12438"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-17"
+ x="495.12042"
+ y="572.98297"
+ id="use12426" />
+ <use
+ xlink:href="#glyph-32-14"
+ x="500.04196"
+ y="572.98297"
+ id="use12428" />
+ <use
+ xlink:href="#glyph-32-18"
+ x="503.3197"
+ y="572.98297"
+ id="use12430" />
+ <use
+ xlink:href="#glyph-32-19"
+ x="507.69"
+ y="572.98297"
+ id="use12432" />
+ <use
+ xlink:href="#glyph-32-19"
+ x="510.96774"
+ y="572.98297"
+ id="use12434" />
+ <use
+ xlink:href="#glyph-32-16"
+ x="514.24548"
+ y="572.98297"
+ id="use12436" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12446"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-20"
+ x="520.18085"
+ y="572.98297"
+ id="use12440" />
+ <use
+ xlink:href="#glyph-32-2"
+ x="526.19495"
+ y="572.98297"
+ id="use12442" />
+ <use
+ xlink:href="#glyph-32-3"
+ x="531.11646"
+ y="572.98297"
+ id="use12444" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12460"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-32-12"
+ x="538.97119"
+ y="572.98297"
+ id="use12448" />
+ <use
+ xlink:href="#glyph-32-7"
+ x="541.70758"
+ y="572.98297"
+ id="use12450" />
+ <use
+ xlink:href="#glyph-32-21"
+ x="546.62909"
+ y="572.98297"
+ id="use12452" />
+ <use
+ xlink:href="#glyph-32-22"
+ x="551.55066"
+ y="572.98297"
+ id="use12454" />
+ <use
+ xlink:href="#glyph-32-1"
+ x="556.47217"
+ y="572.98297"
+ id="use12456" />
+ <use
+ xlink:href="#glyph-32-9"
+ x="559.2085"
+ y="572.98297"
+ id="use12458" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12468"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="331.90302"
+ y="584.93799"
+ id="use12462" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="336.23792"
+ y="584.93799"
+ id="use12464" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="341.1196"
+ y="584.93799"
+ id="use12466" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12484"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-35"
+ x="349.3013"
+ y="584.93799"
+ id="use12470" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="354.18295"
+ y="584.93799"
+ id="use12472" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="358.51788"
+ y="584.93799"
+ id="use12474" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="361.76907"
+ y="584.93799"
+ id="use12476" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="364.48331"
+ y="584.93799"
+ id="use12478" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="367.19751"
+ y="584.93799"
+ id="use12480" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="371.53244"
+ y="584.93799"
+ id="use12482" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12494"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="377.54666"
+ y="584.93799"
+ id="use12486" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="381.3446"
+ y="584.93799"
+ id="use12488" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="386.22626"
+ y="584.93799"
+ id="use12490" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="393.82214"
+ y="584.93799"
+ id="use12492" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12504"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="400.91034"
+ y="584.93799"
+ id="use12496" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="408.50623"
+ y="584.93799"
+ id="use12498" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="413.38791"
+ y="584.93799"
+ id="use12500" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="417.18585"
+ y="584.93799"
+ id="use12502" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12510"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="423.20007"
+ y="584.93799"
+ id="use12506" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="430.79596"
+ y="584.93799"
+ id="use12508" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12514"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-32"
+ x="435.53119"
+ y="584.93799"
+ id="use12512" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12518"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="440.26639"
+ y="584.93799"
+ id="use12516" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12534"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="447.89157"
+ y="584.93799"
+ id="use12520" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="450.60577"
+ y="584.93799"
+ id="use12522" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="455.48746"
+ y="584.93799"
+ id="use12524" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="458.73865"
+ y="584.93799"
+ id="use12526" />
+ <use
+ xlink:href="#glyph-4-13"
+ x="463.62033"
+ y="584.93799"
+ id="use12528" />
+ <use
+ xlink:href="#glyph-4-10"
+ x="468.50201"
+ y="584.93799"
+ id="use12530" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="473.38367"
+ y="584.93799"
+ id="use12532" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12542"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="481.56537"
+ y="584.93799"
+ id="use12536" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="484.27957"
+ y="584.93799"
+ id="use12538" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="489.16125"
+ y="584.93799"
+ id="use12540" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12558"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="496.79617"
+ y="584.93799"
+ id="use12544" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="500.59412"
+ y="584.93799"
+ id="use12546" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="505.4758"
+ y="584.93799"
+ id="use12548" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="509.81073"
+ y="584.93799"
+ id="use12550" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="512.52496"
+ y="584.93799"
+ id="use12552" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="515.23914"
+ y="584.93799"
+ id="use12554" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="519.5741"
+ y="584.93799"
+ id="use12556" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12570"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="525.58832"
+ y="584.93799"
+ id="use12560" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="529.92322"
+ y="584.93799"
+ id="use12562" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="533.17444"
+ y="584.93799"
+ id="use12564" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="536.4256"
+ y="584.93799"
+ id="use12566" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="540.76056"
+ y="584.93799"
+ id="use12568" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12578"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="548.9422"
+ y="584.93799"
+ id="use12572" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="553.27716"
+ y="584.93799"
+ id="use12574" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="558.15881"
+ y="584.93799"
+ id="use12576" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12592"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-15"
+ x="331.90302"
+ y="596.89301"
+ id="use12580" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="336.88431"
+ y="596.89301"
+ id="use12582" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="339.6539"
+ y="596.89301"
+ id="use12584" />
+ <use
+ xlink:href="#glyph-6-28"
+ x="344.63519"
+ y="596.89301"
+ id="use12586" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="349.61652"
+ y="596.89301"
+ id="use12588" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="354.03989"
+ y="596.89301"
+ id="use12590" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12596"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-28"
+ x="360.29642"
+ y="596.89301"
+ id="use12594" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12602"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-22"
+ x="365.07846"
+ y="596.89301"
+ id="use12598" />
+ <use
+ xlink:href="#glyph-6-8"
+ x="370.05975"
+ y="596.89301"
+ id="use12600" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12610"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-8"
+ x="373.12823"
+ y="596.89301"
+ id="use12604" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="376.44577"
+ y="596.89301"
+ id="use12606" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="380.86917"
+ y="596.89301"
+ id="use12608" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12614"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-12"
+ x="383.63879"
+ y="596.89301"
+ id="use12612" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12632"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-44"
+ x="389.61633"
+ y="596.89301"
+ id="use12616" />
+ <use
+ xlink:href="#glyph-6-45"
+ x="395.70349"
+ y="596.89301"
+ id="use12618" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="400.68478"
+ y="596.89301"
+ id="use12620" />
+ <use
+ xlink:href="#glyph-6-21"
+ x="405.10818"
+ y="596.89301"
+ id="use12622" />
+ <use
+ xlink:href="#glyph-6-7"
+ x="412.8591"
+ y="596.89301"
+ id="use12624" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="417.84039"
+ y="596.89301"
+ id="use12626" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="420.60999"
+ y="596.89301"
+ id="use12628" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="425.03339"
+ y="596.89301"
+ id="use12630" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12640"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="432.39575"
+ y="596.89301"
+ id="use12634" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="436.81915"
+ y="596.89301"
+ id="use12636" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="440.13669"
+ y="596.89301"
+ id="use12638" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12652"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-8"
+ x="448.047"
+ y="596.89301"
+ id="use12642" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="451.36453"
+ y="596.89301"
+ id="use12644" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="456.34583"
+ y="596.89301"
+ id="use12646" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="461.32715"
+ y="596.89301"
+ id="use12648" />
+ <use
+ xlink:href="#glyph-6-16"
+ x="466.30844"
+ y="596.89301"
+ id="use12650" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12658"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-9"
+ x="474.77664"
+ y="596.89301"
+ id="use12654" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="477.54623"
+ y="596.89301"
+ id="use12656" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12676"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-32"
+ x="486.01447"
+ y="596.89301"
+ id="use12660" />
+ <use
+ xlink:href="#glyph-6-33"
+ x="489.332"
+ y="596.89301"
+ id="use12662" />
+ <use
+ xlink:href="#glyph-6-39"
+ x="494.31329"
+ y="596.89301"
+ id="use12664" />
+ <use
+ xlink:href="#glyph-6-46"
+ x="499.29462"
+ y="596.89301"
+ id="use12666" />
+ <use
+ xlink:href="#glyph-6-40"
+ x="504.27591"
+ y="596.89301"
+ id="use12668" />
+ <use
+ xlink:href="#glyph-6-34"
+ x="509.2572"
+ y="596.89301"
+ id="use12670" />
+ <use
+ xlink:href="#glyph-6-42"
+ x="514.23853"
+ y="596.89301"
+ id="use12672" />
+ <use
+ xlink:href="#glyph-6-12"
+ x="517.55603"
+ y="596.89301"
+ id="use12674" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12680"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-29-1"
+ x="322.84"
+ y="608.84802"
+ id="use12678" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12694"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-17"
+ x="331.90302"
+ y="608.84802"
+ id="use12682" />
+ <use
+ xlink:href="#glyph-30-18"
+ x="339.6539"
+ y="608.84802"
+ id="use12684" />
+ <use
+ xlink:href="#glyph-30-6"
+ x="345.19312"
+ y="608.84802"
+ id="use12686" />
+ <use
+ xlink:href="#glyph-30-19"
+ x="348.51065"
+ y="608.84802"
+ id="use12688" />
+ <use
+ xlink:href="#glyph-30-18"
+ x="354.04987"
+ y="608.84802"
+ id="use12690" />
+ <use
+ xlink:href="#glyph-30-6"
+ x="359.58905"
+ y="608.84802"
+ id="use12692" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12698"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-7"
+ x="366.93149"
+ y="608.84802"
+ id="use12696" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12718"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-6"
+ x="370.797"
+ y="608.84802"
+ id="use12700" />
+ <use
+ xlink:href="#glyph-30-8"
+ x="374.11453"
+ y="608.84802"
+ id="use12702" />
+ <use
+ xlink:href="#glyph-30-6"
+ x="379.09583"
+ y="608.84802"
+ id="use12704" />
+ <use
+ xlink:href="#glyph-30-3"
+ x="382.41339"
+ y="608.84802"
+ id="use12706" />
+ <use
+ xlink:href="#glyph-30-9"
+ x="385.18298"
+ y="608.84802"
+ id="use12708" />
+ <use
+ xlink:href="#glyph-30-10"
+ x="390.16428"
+ y="608.84802"
+ id="use12710" />
+ <use
+ xlink:href="#glyph-30-8"
+ x="395.70349"
+ y="608.84802"
+ id="use12712" />
+ <use
+ xlink:href="#glyph-30-11"
+ x="400.68478"
+ y="608.84802"
+ id="use12714" />
+ <use
+ xlink:href="#glyph-30-12"
+ x="405.10818"
+ y="608.84802"
+ id="use12716" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12730"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-13"
+ x="414.11438"
+ y="608.84802"
+ id="use12720" />
+ <use
+ xlink:href="#glyph-30-17"
+ x="417.43192"
+ y="608.84802"
+ id="use12722" />
+ <use
+ xlink:href="#glyph-30-14"
+ x="425.18283"
+ y="608.84802"
+ id="use12724" />
+ <use
+ xlink:href="#glyph-30-15"
+ x="430.72202"
+ y="608.84802"
+ id="use12726" />
+ <use
+ xlink:href="#glyph-30-16"
+ x="434.03958"
+ y="608.84802"
+ id="use12728" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12738"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-29"
+ x="441.08801"
+ y="608.84802"
+ id="use12732" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="447.29691"
+ y="608.84802"
+ id="use12734" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="452.37781"
+ y="608.84802"
+ id="use12736" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12754"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="460.61908"
+ y="608.84802"
+ id="use12740" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="465.70001"
+ y="608.84802"
+ id="use12742" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="470.78094"
+ y="608.84802"
+ id="use12744" />
+ <use
+ xlink:href="#glyph-5-2"
+ x="473.60593"
+ y="608.84802"
+ id="use12746" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="478.68686"
+ y="608.84802"
+ id="use12748" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="483.76779"
+ y="608.84802"
+ id="use12750" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="486.59277"
+ y="608.84802"
+ id="use12752" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12762"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="494.27515"
+ y="608.84802"
+ id="use12756" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="498.78699"
+ y="608.84802"
+ id="use12758" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="502.1709"
+ y="608.84802"
+ id="use12760" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12776"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="510.41214"
+ y="608.84802"
+ id="use12764" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="514.36511"
+ y="608.84802"
+ id="use12766" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="517.19012"
+ y="608.84802"
+ id="use12768" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="522.27106"
+ y="608.84802"
+ id="use12770" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="525.65491"
+ y="608.84802"
+ id="use12772" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="530.16681"
+ y="608.84802"
+ id="use12774" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12782"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="538.97711"
+ y="608.84802"
+ id="use12778" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="541.80212"
+ y="608.84802"
+ id="use12780" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12790"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="550.62262"
+ y="608.84802"
+ id="use12784" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="553.44757"
+ y="608.84802"
+ id="use12786" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.5285"
+ y="608.84802"
+ id="use12788" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12796"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="331.90302"
+ y="620.80298"
+ id="use12792" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="335.15421"
+ y="620.80298"
+ id="use12794" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12810"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-10"
+ x="339.34268"
+ y="620.80298"
+ id="use12798" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="344.22433"
+ y="620.80298"
+ id="use12800" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="346.93857"
+ y="620.80298"
+ id="use12802" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="350.73651"
+ y="620.80298"
+ id="use12804" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="353.45071"
+ y="620.80298"
+ id="use12806" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="357.78564"
+ y="620.80298"
+ id="use12808" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12818"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="363.95609"
+ y="620.80298"
+ id="use12812" />
+ <use
+ xlink:href="#glyph-4-5"
+ x="369.38449"
+ y="620.80298"
+ id="use12814" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="372.09869"
+ y="620.80298"
+ id="use12816" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12824"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="379.35287"
+ y="620.80298"
+ id="use12820" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="383.68781"
+ y="620.80298"
+ id="use12822" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12832"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="389.32126"
+ y="620.80298"
+ id="use12826" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="392.03546"
+ y="620.80298"
+ id="use12828" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="396.91714"
+ y="620.80298"
+ id="use12830" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12838"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-23"
+ x="404.1713"
+ y="620.80298"
+ id="use12834" />
+ <use
+ xlink:href="#glyph-4-56"
+ x="409.59973"
+ y="620.80298"
+ id="use12836" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12846"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="418.48438"
+ y="620.80298"
+ id="use12840" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="422.81931"
+ y="620.80298"
+ id="use12842" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="427.70096"
+ y="620.80298"
+ id="use12844" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12862"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-9"
+ x="435.50189"
+ y="620.80298"
+ id="use12848" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="438.75308"
+ y="620.80298"
+ id="use12850" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="443.08801"
+ y="620.80298"
+ id="use12852" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="450.6839"
+ y="620.80298"
+ id="use12854" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="455.01883"
+ y="620.80298"
+ id="use12856" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="457.73303"
+ y="620.80298"
+ id="use12858" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="462.61472"
+ y="620.80298"
+ id="use12860" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12884"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-14"
+ x="469.33188"
+ y="620.80298"
+ id="use12864" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="473.12982"
+ y="620.80298"
+ id="use12866" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="475.84406"
+ y="620.80298"
+ id="use12868" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="480.17896"
+ y="620.80298"
+ id="use12870" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="482.89319"
+ y="620.80298"
+ id="use12872" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="485.60739"
+ y="620.80298"
+ id="use12874" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="490.48907"
+ y="620.80298"
+ id="use12876" />
+ <use
+ xlink:href="#glyph-4-4"
+ x="495.37073"
+ y="620.80298"
+ id="use12878" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="499.70566"
+ y="620.80298"
+ id="use12880" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="502.95685"
+ y="620.80298"
+ id="use12882" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12890"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="510.75778"
+ y="620.80298"
+ id="use12886" />
+ <use
+ xlink:href="#glyph-4-18"
+ x="513.47198"
+ y="620.80298"
+ id="use12888" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12910"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-17"
+ x="521.27289"
+ y="620.80298"
+ id="use12892" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="528.86877"
+ y="620.80298"
+ id="use12894" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="531.58301"
+ y="620.80298"
+ id="use12896" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="536.46466"
+ y="620.80298"
+ id="use12898" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="539.17889"
+ y="620.80298"
+ id="use12900" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="546.77478"
+ y="620.80298"
+ id="use12902" />
+ <use
+ xlink:href="#glyph-4-36"
+ x="549.48895"
+ y="620.80298"
+ id="use12904" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="553.82391"
+ y="620.80298"
+ id="use12906" />
+ <use
+ xlink:href="#glyph-4-21"
+ x="558.15881"
+ y="620.80298"
+ id="use12908" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12918"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="331.90302"
+ y="632.758"
+ id="use12912" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="334.728"
+ y="632.758"
+ id="use12914" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="339.80893"
+ y="632.758"
+ id="use12916" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12924"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="348.08066"
+ y="632.758"
+ id="use12920" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="355.9866"
+ y="632.758"
+ id="use12922" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12928"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-27"
+ x="360.92526"
+ y="632.758"
+ id="use12926" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12940"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-18"
+ x="365.85376"
+ y="632.758"
+ id="use12930" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="370.3656"
+ y="632.758"
+ id="use12932" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="378.27155"
+ y="632.758"
+ id="use12934" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="382.78339"
+ y="632.758"
+ id="use12936" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="387.86432"
+ y="632.758"
+ id="use12938" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12950"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-7"
+ x="394.44919"
+ y="632.758"
+ id="use12942" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="398.96106"
+ y="632.758"
+ id="use12944" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="404.04199"
+ y="632.758"
+ id="use12946" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="407.99493"
+ y="632.758"
+ id="use12948" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12956"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="414.57983"
+ y="632.758"
+ id="use12952" />
+ <use
+ xlink:href="#glyph-5-11"
+ x="419.66077"
+ y="632.758"
+ id="use12954" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12964"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="426.8147"
+ y="632.758"
+ id="use12958" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="429.63968"
+ y="632.758"
+ id="use12960" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="434.72061"
+ y="632.758"
+ id="use12962" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12980"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-2"
+ x="442.99237"
+ y="632.758"
+ id="use12966" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="448.0733"
+ y="632.758"
+ id="use12968" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="452.58514"
+ y="632.758"
+ id="use12970" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="455.96906"
+ y="632.758"
+ id="use12972" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="458.79404"
+ y="632.758"
+ id="use12974" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="461.61905"
+ y="632.758"
+ id="use12976" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="466.13089"
+ y="632.758"
+ id="use12978" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g12990"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="472.71579"
+ y="632.758"
+ id="use12982" />
+ <use
+ xlink:href="#glyph-5-8"
+ x="476.66873"
+ y="632.758"
+ id="use12984" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="481.74966"
+ y="632.758"
+ id="use12986" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="489.65558"
+ y="632.758"
+ id="use12988" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13002"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="497.3786"
+ y="632.758"
+ id="use12992" />
+ <use
+ xlink:href="#glyph-5-54"
+ x="500.76248"
+ y="632.758"
+ id="use12994" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="506.41248"
+ y="632.758"
+ id="use12996" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="509.23749"
+ y="632.758"
+ id="use12998" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="514.31842"
+ y="632.758"
+ id="use13000" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13016"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-55"
+ x="520.61877"
+ y="632.758"
+ id="use13004" />
+ <use
+ xlink:href="#glyph-5-1"
+ x="525.69971"
+ y="632.758"
+ id="use13006" />
+ <use
+ xlink:href="#glyph-5-21"
+ x="529.08356"
+ y="632.758"
+ id="use13008" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="534.16449"
+ y="632.758"
+ id="use13010" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="537.5484"
+ y="632.758"
+ id="use13012" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="540.93231"
+ y="632.758"
+ id="use13014" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13024"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-29"
+ x="547.23267"
+ y="632.758"
+ id="use13018" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="553.44153"
+ y="632.758"
+ id="use13020" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.52246"
+ y="632.758"
+ id="use13022" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13038"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-6"
+ x="331.90302"
+ y="644.71399"
+ id="use13026" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="334.71414"
+ y="644.71399"
+ id="use13028" />
+ <use
+ xlink:href="#glyph-10-26"
+ x="339.77017"
+ y="644.71399"
+ id="use13030" />
+ <use
+ xlink:href="#glyph-10-28"
+ x="344.82617"
+ y="644.71399"
+ id="use13032" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="349.8822"
+ y="644.71399"
+ id="use13034" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="352.69336"
+ y="644.71399"
+ id="use13036" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13046"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-2"
+ x="360.1156"
+ y="644.71399"
+ id="use13040" />
+ <use
+ xlink:href="#glyph-10-7"
+ x="364.60535"
+ y="644.71399"
+ id="use13042" />
+ <use
+ xlink:href="#glyph-10-11"
+ x="369.66135"
+ y="644.71399"
+ id="use13044" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13062"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-29"
+ x="378.19592"
+ y="644.71399"
+ id="use13048" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="385.4968"
+ y="644.71399"
+ id="use13050" />
+ <use
+ xlink:href="#glyph-10-6"
+ x="389.98654"
+ y="644.71399"
+ id="use13052" />
+ <use
+ xlink:href="#glyph-10-23"
+ x="392.7977"
+ y="644.71399"
+ id="use13054" />
+ <use
+ xlink:href="#glyph-10-20"
+ x="397.85373"
+ y="644.71399"
+ id="use13056" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="402.90973"
+ y="644.71399"
+ id="use13058" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="405.72089"
+ y="644.71399"
+ id="use13060" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13072"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-22"
+ x="413.14313"
+ y="644.71399"
+ id="use13064" />
+ <use
+ xlink:href="#glyph-10-28"
+ x="421.01028"
+ y="644.71399"
+ id="use13066" />
+ <use
+ xlink:href="#glyph-10-13"
+ x="426.06631"
+ y="644.71399"
+ id="use13068" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="429.99988"
+ y="644.71399"
+ id="use13070" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13078"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-22"
+ x="436.28958"
+ y="644.71399"
+ id="use13074" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="444.15674"
+ y="644.71399"
+ id="use13076" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13082"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-30"
+ x="449.0611"
+ y="644.71399"
+ id="use13080" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13086"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-4"
+ x="453.97552"
+ y="644.71399"
+ id="use13084" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13102"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-15"
+ x="461.94382"
+ y="644.71399"
+ id="use13088" />
+ <use
+ xlink:href="#glyph-10-20"
+ x="464.75497"
+ y="644.71399"
+ id="use13090" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="469.81097"
+ y="644.71399"
+ id="use13092" />
+ <use
+ xlink:href="#glyph-10-16"
+ x="473.17828"
+ y="644.71399"
+ id="use13094" />
+ <use
+ xlink:href="#glyph-10-28"
+ x="478.23431"
+ y="644.71399"
+ id="use13096" />
+ <use
+ xlink:href="#glyph-10-23"
+ x="483.29034"
+ y="644.71399"
+ id="use13098" />
+ <use
+ xlink:href="#glyph-10-20"
+ x="488.34634"
+ y="644.71399"
+ id="use13100" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13110"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-15"
+ x="496.89102"
+ y="644.71399"
+ id="use13104" />
+ <use
+ xlink:href="#glyph-10-20"
+ x="499.70218"
+ y="644.71399"
+ id="use13106" />
+ <use
+ xlink:href="#glyph-10-4"
+ x="504.75821"
+ y="644.71399"
+ id="use13108" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13126"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-13"
+ x="512.7265"
+ y="644.71399"
+ id="use13112" />
+ <use
+ xlink:href="#glyph-10-26"
+ x="516.6601"
+ y="644.71399"
+ id="use13114" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="521.71606"
+ y="644.71399"
+ id="use13116" />
+ <use
+ xlink:href="#glyph-10-15"
+ x="526.20581"
+ y="644.71399"
+ id="use13118" />
+ <use
+ xlink:href="#glyph-10-6"
+ x="529.01697"
+ y="644.71399"
+ id="use13120" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="531.82812"
+ y="644.71399"
+ id="use13122" />
+ <use
+ xlink:href="#glyph-10-1"
+ x="536.31787"
+ y="644.71399"
+ id="use13124" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13138"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-10-2"
+ x="542.61768"
+ y="644.71399"
+ id="use13128" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="547.10742"
+ y="644.71399"
+ id="use13130" />
+ <use
+ xlink:href="#glyph-10-5"
+ x="550.47473"
+ y="644.71399"
+ id="use13132" />
+ <use
+ xlink:href="#glyph-10-2"
+ x="553.84204"
+ y="644.71399"
+ id="use13134" />
+ <use
+ xlink:href="#glyph-10-3"
+ x="558.33179"
+ y="644.71399"
+ id="use13136" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13146"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="331.90302"
+ y="656.66901"
+ id="use13140" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="336.32639"
+ y="656.66901"
+ id="use13142" />
+ <use
+ xlink:href="#glyph-6-16"
+ x="341.30771"
+ y="656.66901"
+ id="use13144" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13160"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-15"
+ x="349.77591"
+ y="656.66901"
+ id="use13148" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="354.7572"
+ y="656.66901"
+ id="use13150" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="357.52679"
+ y="656.66901"
+ id="use13152" />
+ <use
+ xlink:href="#glyph-6-28"
+ x="362.50812"
+ y="656.66901"
+ id="use13154" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="367.48941"
+ y="656.66901"
+ id="use13156" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="371.91281"
+ y="656.66901"
+ id="use13158" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13164"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-28"
+ x="378.16931"
+ y="656.66901"
+ id="use13162" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13170"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-22"
+ x="382.95135"
+ y="656.66901"
+ id="use13166" />
+ <use
+ xlink:href="#glyph-6-8"
+ x="387.93265"
+ y="656.66901"
+ id="use13168" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13178"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-8"
+ x="391.00113"
+ y="656.66901"
+ id="use13172" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="394.3187"
+ y="656.66901"
+ id="use13174" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="398.7421"
+ y="656.66901"
+ id="use13176" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13182"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-12"
+ x="401.51169"
+ y="656.66901"
+ id="use13180" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13200"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-44"
+ x="407.48926"
+ y="656.66901"
+ id="use13184" />
+ <use
+ xlink:href="#glyph-6-45"
+ x="413.57639"
+ y="656.66901"
+ id="use13186" />
+ <use
+ xlink:href="#glyph-6-10"
+ x="418.55771"
+ y="656.66901"
+ id="use13188" />
+ <use
+ xlink:href="#glyph-6-21"
+ x="422.98108"
+ y="656.66901"
+ id="use13190" />
+ <use
+ xlink:href="#glyph-6-7"
+ x="430.73199"
+ y="656.66901"
+ id="use13192" />
+ <use
+ xlink:href="#glyph-6-13"
+ x="435.71329"
+ y="656.66901"
+ id="use13194" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="438.48291"
+ y="656.66901"
+ id="use13196" />
+ <use
+ xlink:href="#glyph-6-4"
+ x="442.90628"
+ y="656.66901"
+ id="use13198" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13208"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-10"
+ x="450.26865"
+ y="656.66901"
+ id="use13202" />
+ <use
+ xlink:href="#glyph-6-11"
+ x="454.69205"
+ y="656.66901"
+ id="use13204" />
+ <use
+ xlink:href="#glyph-6-3"
+ x="458.00958"
+ y="656.66901"
+ id="use13206" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13220"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-8"
+ x="465.91989"
+ y="656.66901"
+ id="use13210" />
+ <use
+ xlink:href="#glyph-6-6"
+ x="469.23743"
+ y="656.66901"
+ id="use13212" />
+ <use
+ xlink:href="#glyph-6-22"
+ x="474.21875"
+ y="656.66901"
+ id="use13214" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="479.20004"
+ y="656.66901"
+ id="use13216" />
+ <use
+ xlink:href="#glyph-6-16"
+ x="484.18134"
+ y="656.66901"
+ id="use13218" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13226"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-9"
+ x="492.64954"
+ y="656.66901"
+ id="use13222" />
+ <use
+ xlink:href="#glyph-6-14"
+ x="495.41916"
+ y="656.66901"
+ id="use13224" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13244"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-6-32"
+ x="503.88736"
+ y="656.66901"
+ id="use13228" />
+ <use
+ xlink:href="#glyph-6-40"
+ x="507.2049"
+ y="656.66901"
+ id="use13230" />
+ <use
+ xlink:href="#glyph-6-36"
+ x="512.18622"
+ y="656.66901"
+ id="use13232" />
+ <use
+ xlink:href="#glyph-6-46"
+ x="517.16748"
+ y="656.66901"
+ id="use13234" />
+ <use
+ xlink:href="#glyph-6-40"
+ x="522.1488"
+ y="656.66901"
+ id="use13236" />
+ <use
+ xlink:href="#glyph-6-33"
+ x="527.13013"
+ y="656.66901"
+ id="use13238" />
+ <use
+ xlink:href="#glyph-6-42"
+ x="532.11139"
+ y="656.66901"
+ id="use13240" />
+ <use
+ xlink:href="#glyph-6-12"
+ x="535.42896"
+ y="656.66901"
+ id="use13242" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13248"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-29-1"
+ x="322.84"
+ y="668.62402"
+ id="use13246" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13254"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-20"
+ x="331.90302"
+ y="668.62402"
+ id="use13250" />
+ <use
+ xlink:href="#glyph-30-9"
+ x="339.09601"
+ y="668.62402"
+ id="use13252" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13266"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-21"
+ x="349.23792"
+ y="668.62402"
+ id="use13256" />
+ <use
+ xlink:href="#glyph-30-9"
+ x="352.00754"
+ y="668.62402"
+ id="use13258" />
+ <use
+ xlink:href="#glyph-30-22"
+ x="356.98883"
+ y="668.62402"
+ id="use13260" />
+ <use
+ xlink:href="#glyph-30-8"
+ x="361.41223"
+ y="668.62402"
+ id="use13262" />
+ <use
+ xlink:href="#glyph-30-21"
+ x="366.39352"
+ y="668.62402"
+ id="use13264" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13270"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-11"
+ x="374.32376"
+ y="668.62402"
+ id="use13268" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13280"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-2"
+ x="378.56781"
+ y="668.62402"
+ id="use13272" />
+ <use
+ xlink:href="#glyph-30-18"
+ x="382.99121"
+ y="668.62402"
+ id="use13274" />
+ <use
+ xlink:href="#glyph-30-7"
+ x="388.53043"
+ y="668.62402"
+ id="use13276" />
+ <use
+ xlink:href="#glyph-30-2"
+ x="392.40588"
+ y="668.62402"
+ id="use13278" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13294"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-30-13"
+ x="401.9899"
+ y="668.62402"
+ id="use13282" />
+ <use
+ xlink:href="#glyph-30-20"
+ x="405.30743"
+ y="668.62402"
+ id="use13284" />
+ <use
+ xlink:href="#glyph-30-23"
+ x="412.50043"
+ y="668.62402"
+ id="use13286" />
+ <use
+ xlink:href="#glyph-30-24"
+ x="419.14548"
+ y="668.62402"
+ id="use13288" />
+ <use
+ xlink:href="#glyph-30-15"
+ x="426.33847"
+ y="668.62402"
+ id="use13290" />
+ <use
+ xlink:href="#glyph-30-16"
+ x="429.65604"
+ y="668.62402"
+ id="use13292" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13306"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-31"
+ x="437.67801"
+ y="668.62402"
+ id="use13296" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="447.27078"
+ y="668.62402"
+ id="use13298" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="452.35172"
+ y="668.62402"
+ id="use13300" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="455.1767"
+ y="668.62402"
+ id="use13302" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="458.00171"
+ y="668.62402"
+ id="use13304" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13318"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="467.21851"
+ y="668.62402"
+ id="use13308" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="471.17148"
+ y="668.62402"
+ id="use13310" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="479.07739"
+ y="668.62402"
+ id="use13312" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="483.58923"
+ y="668.62402"
+ id="use13314" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="486.41425"
+ y="668.62402"
+ id="use13316" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13324"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-4"
+ x="493.94418"
+ y="668.62402"
+ id="use13320" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="497.32806"
+ y="668.62402"
+ id="use13322" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13338"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-24"
+ x="501.69766"
+ y="668.62402"
+ id="use13326" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="506.77859"
+ y="668.62402"
+ id="use13328" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="509.60358"
+ y="668.62402"
+ id="use13330" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="513.55652"
+ y="668.62402"
+ id="use13332" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="516.38153"
+ y="668.62402"
+ id="use13334" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="520.89343"
+ y="668.62402"
+ id="use13336" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13348"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-33"
+ x="528.98224"
+ y="668.62402"
+ id="use13340" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="534.6322"
+ y="668.62402"
+ id="use13342" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="537.45721"
+ y="668.62402"
+ id="use13344" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="541.96912"
+ y="668.62402"
+ id="use13346" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13356"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="550.62701"
+ y="668.62402"
+ id="use13350" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="555.13885"
+ y="668.62402"
+ id="use13352" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.52277"
+ y="668.62402"
+ id="use13354" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13362"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="331.90302"
+ y="680.57898"
+ id="use13358" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="336.23792"
+ y="680.57898"
+ id="use13360" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13366"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="339.23526"
+ y="680.57898"
+ id="use13364" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13378"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="344.67346"
+ y="680.57898"
+ id="use13368" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="349.00839"
+ y="680.57898"
+ id="use13370" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="351.7226"
+ y="680.57898"
+ id="use13372" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="356.05753"
+ y="680.57898"
+ id="use13374" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="360.93921"
+ y="680.57898"
+ id="use13376" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13384"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="366.92413"
+ y="680.57898"
+ id="use13380" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="369.63834"
+ y="680.57898"
+ id="use13382" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13396"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="377.78098"
+ y="680.57898"
+ id="use13386" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="380.49518"
+ y="680.57898"
+ id="use13388" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="384.83011"
+ y="680.57898"
+ id="use13390" />
+ <use
+ xlink:href="#glyph-4-17"
+ x="388.0813"
+ y="680.57898"
+ id="use13392" />
+ <use
+ xlink:href="#glyph-4-14"
+ x="395.67719"
+ y="680.57898"
+ id="use13394" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13402"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-18"
+ x="402.74585"
+ y="680.57898"
+ id="use13398" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="407.62753"
+ y="680.57898"
+ id="use13400" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13412"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-11"
+ x="414.13968"
+ y="680.57898"
+ id="use13404" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="418.47461"
+ y="680.57898"
+ id="use13406" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="423.35629"
+ y="680.57898"
+ id="use13408" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="427.69119"
+ y="680.57898"
+ id="use13410" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13418"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-10"
+ x="430.76666"
+ y="680.57898"
+ id="use13414" />
+ <use
+ xlink:href="#glyph-4-6"
+ x="435.64835"
+ y="680.57898"
+ id="use13416" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13438"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-42"
+ x="443.80072"
+ y="680.57898"
+ id="use13420" />
+ <use
+ xlink:href="#glyph-4-35"
+ x="447.05194"
+ y="680.57898"
+ id="use13422" />
+ <use
+ xlink:href="#glyph-4-57"
+ x="451.93359"
+ y="680.57898"
+ id="use13424" />
+ <use
+ xlink:href="#glyph-4-58"
+ x="455.73154"
+ y="680.57898"
+ id="use13426" />
+ <use
+ xlink:href="#glyph-4-20"
+ x="458.44574"
+ y="680.57898"
+ id="use13428" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="463.32742"
+ y="680.57898"
+ id="use13430" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="466.04163"
+ y="680.57898"
+ id="use13432" />
+ <use
+ xlink:href="#glyph-4-34"
+ x="468.75586"
+ y="680.57898"
+ id="use13434" />
+ <use
+ xlink:href="#glyph-4-7"
+ x="472.00705"
+ y="680.57898"
+ id="use13436" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13446"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-8"
+ x="477.70883"
+ y="680.57898"
+ id="use13440" />
+ <use
+ xlink:href="#glyph-4-33"
+ x="480.42307"
+ y="680.57898"
+ id="use13442" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="485.30472"
+ y="680.57898"
+ id="use13444" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13450"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-6"
+ x="489.49319"
+ y="680.57898"
+ id="use13448" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13458"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-4"
+ x="497.63583"
+ y="680.57898"
+ id="use13452" />
+ <use
+ xlink:href="#glyph-4-9"
+ x="501.97076"
+ y="680.57898"
+ id="use13454" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="505.22195"
+ y="680.57898"
+ id="use13456" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13468"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="512.82758"
+ y="680.57898"
+ id="use13460" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="515.54181"
+ y="680.57898"
+ id="use13462" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="520.42346"
+ y="680.57898"
+ id="use13464" />
+ <use
+ xlink:href="#glyph-4-19"
+ x="524.75842"
+ y="680.57898"
+ id="use13466" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13472"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-15"
+ x="527.75574"
+ y="680.57898"
+ id="use13470" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13484"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-16"
+ x="533.19397"
+ y="680.57898"
+ id="use13474" />
+ <use
+ xlink:href="#glyph-4-2"
+ x="537.52887"
+ y="680.57898"
+ id="use13476" />
+ <use
+ xlink:href="#glyph-4-11"
+ x="540.2431"
+ y="680.57898"
+ id="use13478" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="544.578"
+ y="680.57898"
+ id="use13480" />
+ <use
+ xlink:href="#glyph-4-8"
+ x="549.45966"
+ y="680.57898"
+ id="use13482" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13490"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-4-2"
+ x="555.44464"
+ y="680.57898"
+ id="use13486" />
+ <use
+ xlink:href="#glyph-4-3"
+ x="558.15881"
+ y="680.57898"
+ id="use13488" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13502"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="331.90302"
+ y="692.534"
+ id="use13492" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="334.728"
+ y="692.534"
+ id="use13494" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="339.23987"
+ y="692.534"
+ id="use13496" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="342.62375"
+ y="692.534"
+ id="use13498" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="350.52966"
+ y="692.534"
+ id="use13500" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13512"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="358.2222"
+ y="692.534"
+ id="use13504" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="362.73407"
+ y="692.534"
+ id="use13506" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="366.11795"
+ y="692.534"
+ id="use13508" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="370.62982"
+ y="692.534"
+ id="use13510" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13516"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-1"
+ x="378.87109"
+ y="692.534"
+ id="use13514" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13522"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-14-5"
+ x="382.259"
+ y="692.534"
+ id="use13518" />
+ <use
+ xlink:href="#glyph-14-6"
+ x="388.26245"
+ y="692.534"
+ id="use13520" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13526"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-15-1"
+ x="397.01001"
+ y="688.91901"
+ id="use13524" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13540"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-57"
+ x="401.479"
+ y="692.534"
+ id="use13528" />
+ <use
+ xlink:href="#glyph-5-21"
+ x="404.30399"
+ y="692.534"
+ id="use13530" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="409.38492"
+ y="692.534"
+ id="use13532" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="412.20993"
+ y="692.534"
+ id="use13534" />
+ <use
+ xlink:href="#glyph-5-16"
+ x="415.03491"
+ y="692.534"
+ id="use13536" />
+ <use
+ xlink:href="#glyph-5-28"
+ x="418.41879"
+ y="692.534"
+ id="use13538" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13546"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-43"
+ x="424.69882"
+ y="692.534"
+ id="use13542" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="428.08273"
+ y="692.534"
+ id="use13544" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13558"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-12"
+ x="436.89307"
+ y="692.534"
+ id="use13548" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="441.97397"
+ y="692.534"
+ id="use13550" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="445.35788"
+ y="692.534"
+ id="use13552" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="450.43881"
+ y="692.534"
+ id="use13554" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="454.95065"
+ y="692.534"
+ id="use13556" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13564"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="462.07413"
+ y="692.534"
+ id="use13560" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="464.89911"
+ y="692.534"
+ id="use13562" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13582"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-19"
+ x="473.7196"
+ y="692.534"
+ id="use13566" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="481.62552"
+ y="692.534"
+ id="use13568" />
+ <use
+ xlink:href="#glyph-5-32"
+ x="486.13739"
+ y="692.534"
+ id="use13570" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="491.21832"
+ y="692.534"
+ id="use13572" />
+ <use
+ xlink:href="#glyph-5-19"
+ x="494.0433"
+ y="692.534"
+ id="use13574" />
+ <use
+ xlink:href="#glyph-5-6"
+ x="501.94922"
+ y="692.534"
+ id="use13576" />
+ <use
+ xlink:href="#glyph-5-34"
+ x="504.77423"
+ y="692.534"
+ id="use13578" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="509.2861"
+ y="692.534"
+ id="use13580" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13590"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="517.53754"
+ y="692.534"
+ id="use13584" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="520.36249"
+ y="692.534"
+ id="use13586" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="525.44342"
+ y="692.534"
+ id="use13588" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13606"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="533.68469"
+ y="692.534"
+ id="use13592" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="537.63763"
+ y="692.534"
+ id="use13594" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="540.46265"
+ y="692.534"
+ id="use13596" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="545.54358"
+ y="692.534"
+ id="use13598" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="548.92749"
+ y="692.534"
+ id="use13600" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="553.43933"
+ y="692.534"
+ id="use13602" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="558.52026"
+ y="692.534"
+ id="use13604" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13624"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-8"
+ x="331.90302"
+ y="704.48901"
+ id="use13608" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="336.38391"
+ y="704.48901"
+ id="use13610" />
+ <use
+ xlink:href="#glyph-25-3"
+ x="340.86481"
+ y="704.48901"
+ id="use13612" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="345.91086"
+ y="704.48901"
+ id="use13614" />
+ <use
+ xlink:href="#glyph-25-8"
+ x="350.39175"
+ y="704.48901"
+ id="use13616" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="354.87265"
+ y="704.48901"
+ id="use13618" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="357.67825"
+ y="704.48901"
+ id="use13620" />
+ <use
+ xlink:href="#glyph-25-25"
+ x="360.48386"
+ y="704.48901"
+ id="use13622" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13628"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-11"
+ x="364.88403"
+ y="704.48901"
+ id="use13626" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13636"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-4"
+ x="370.87875"
+ y="704.48901"
+ id="use13630" />
+ <use
+ xlink:href="#glyph-25-2"
+ x="375.35965"
+ y="704.48901"
+ id="use13632" />
+ <use
+ xlink:href="#glyph-25-21"
+ x="380.4057"
+ y="704.48901"
+ id="use13634" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13654"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-26"
+ x="388.91336"
+ y="704.48901"
+ id="use13638" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="396.76501"
+ y="704.48901"
+ id="use13640" />
+ <use
+ xlink:href="#glyph-25-2"
+ x="399.57062"
+ y="704.48901"
+ id="use13642" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="404.61667"
+ y="704.48901"
+ id="use13644" />
+ <use
+ xlink:href="#glyph-25-26"
+ x="407.4223"
+ y="704.48901"
+ id="use13646" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="415.27396"
+ y="704.48901"
+ id="use13648" />
+ <use
+ xlink:href="#glyph-25-27"
+ x="418.07956"
+ y="704.48901"
+ id="use13650" />
+ <use
+ xlink:href="#glyph-25-18"
+ x="422.56046"
+ y="704.48901"
+ id="use13652" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13662"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-6"
+ x="430.51303"
+ y="704.48901"
+ id="use13656" />
+ <use
+ xlink:href="#glyph-25-23"
+ x="433.31866"
+ y="704.48901"
+ id="use13658" />
+ <use
+ xlink:href="#glyph-25-18"
+ x="438.36472"
+ y="704.48901"
+ id="use13660" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13668"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-13"
+ x="446.31729"
+ y="704.48901"
+ id="use13664" />
+ <use
+ xlink:href="#glyph-25-12"
+ x="451.36334"
+ y="704.48901"
+ id="use13666" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13682"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-12"
+ x="454.47171"
+ y="704.48901"
+ id="use13670" />
+ <use
+ xlink:href="#glyph-25-28"
+ x="457.8324"
+ y="704.48901"
+ id="use13672" />
+ <use
+ xlink:href="#glyph-25-8"
+ x="461.19308"
+ y="704.48901"
+ id="use13674" />
+ <use
+ xlink:href="#glyph-25-23"
+ x="465.67398"
+ y="704.48901"
+ id="use13676" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="470.72003"
+ y="704.48901"
+ id="use13678" />
+ <use
+ xlink:href="#glyph-25-3"
+ x="473.52563"
+ y="704.48901"
+ id="use13680" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13696"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-26"
+ x="482.04337"
+ y="704.48901"
+ id="use13684" />
+ <use
+ xlink:href="#glyph-25-18"
+ x="489.89505"
+ y="704.48901"
+ id="use13686" />
+ <use
+ xlink:href="#glyph-25-26"
+ x="494.37595"
+ y="704.48901"
+ id="use13688" />
+ <use
+ xlink:href="#glyph-25-13"
+ x="502.2276"
+ y="704.48901"
+ id="use13690" />
+ <use
+ xlink:href="#glyph-25-5"
+ x="507.27365"
+ y="704.48901"
+ id="use13692" />
+ <use
+ xlink:href="#glyph-25-25"
+ x="510.63434"
+ y="704.48901"
+ id="use13694" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13718"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-25-29"
+ x="519.1521"
+ y="704.48901"
+ id="use13698" />
+ <use
+ xlink:href="#glyph-25-4"
+ x="524.19812"
+ y="704.48901"
+ id="use13700" />
+ <use
+ xlink:href="#glyph-25-2"
+ x="528.67902"
+ y="704.48901"
+ id="use13702" />
+ <use
+ xlink:href="#glyph-25-21"
+ x="533.7251"
+ y="704.48901"
+ id="use13704" />
+ <use
+ xlink:href="#glyph-25-17"
+ x="538.77118"
+ y="704.48901"
+ id="use13706" />
+ <use
+ xlink:href="#glyph-25-7"
+ x="546.05768"
+ y="704.48901"
+ id="use13708" />
+ <use
+ xlink:href="#glyph-25-21"
+ x="548.86328"
+ y="704.48901"
+ id="use13710" />
+ <use
+ xlink:href="#glyph-25-6"
+ x="553.9093"
+ y="704.48901"
+ id="use13712" />
+ <use
+ xlink:href="#glyph-25-23"
+ x="556.7149"
+ y="704.48901"
+ id="use13714" />
+ <use
+ xlink:href="#glyph-25-11"
+ x="561.76099"
+ y="704.48901"
+ id="use13716" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13724"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-20"
+ x="331.90302"
+ y="716.44501"
+ id="use13720" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="336.98392"
+ y="716.44501"
+ id="use13722" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13736"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-9"
+ x="346.32266"
+ y="716.44501"
+ id="use13726" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="349.14767"
+ y="716.44501"
+ id="use13728" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="354.22858"
+ y="716.44501"
+ id="use13730" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="358.74045"
+ y="716.44501"
+ id="use13732" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="363.25232"
+ y="716.44501"
+ id="use13734" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13752"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-15"
+ x="370.33511"
+ y="716.44501"
+ id="use13738" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="374.28809"
+ y="716.44501"
+ id="use13740" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="377.11307"
+ y="716.44501"
+ id="use13742" />
+ <use
+ xlink:href="#glyph-5-4"
+ x="382.194"
+ y="716.44501"
+ id="use13744" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="385.57791"
+ y="716.44501"
+ id="use13746" />
+ <use
+ xlink:href="#glyph-5-24"
+ x="390.08975"
+ y="716.44501"
+ id="use13748" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="395.17068"
+ y="716.44501"
+ id="use13750" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13758"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="403.95053"
+ y="716.44501"
+ id="use13754" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="406.77551"
+ y="716.44501"
+ id="use13756" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13778"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="414.9863"
+ y="716.44501"
+ id="use13760" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="419.49817"
+ y="716.44501"
+ id="use13762" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="422.32315"
+ y="716.44501"
+ id="use13764" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="425.14816"
+ y="716.44501"
+ id="use13766" />
+ <use
+ xlink:href="#glyph-5-7"
+ x="430.22906"
+ y="716.44501"
+ id="use13768" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="434.74094"
+ y="716.44501"
+ id="use13770" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="439.25281"
+ y="716.44501"
+ id="use13772" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="442.07779"
+ y="716.44501"
+ id="use13774" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="446.58966"
+ y="716.44501"
+ id="use13776" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13784"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="455.92841"
+ y="716.44501"
+ id="use13780" />
+ <use
+ xlink:href="#glyph-5-12"
+ x="458.75339"
+ y="716.44501"
+ id="use13782" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13792"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-5"
+ x="468.09213"
+ y="716.44501"
+ id="use13786" />
+ <use
+ xlink:href="#glyph-5-26"
+ x="470.91714"
+ y="716.44501"
+ id="use13788" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="475.99805"
+ y="716.44501"
+ id="use13790" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13798"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-36"
+ x="484.77789"
+ y="716.44501"
+ id="use13794" />
+ <use
+ xlink:href="#glyph-5-47"
+ x="490.42789"
+ y="716.44501"
+ id="use13796" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13806"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="500.89459"
+ y="716.44501"
+ id="use13800" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="505.40646"
+ y="716.44501"
+ id="use13802" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="510.4874"
+ y="716.44501"
+ id="use13804" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13822"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-6"
+ x="519.82611"
+ y="716.44501"
+ id="use13808" />
+ <use
+ xlink:href="#glyph-5-20"
+ x="522.65112"
+ y="716.44501"
+ id="use13810" />
+ <use
+ xlink:href="#glyph-5-15"
+ x="527.73206"
+ y="716.44501"
+ id="use13812" />
+ <use
+ xlink:href="#glyph-5-5"
+ x="531.685"
+ y="716.44501"
+ id="use13814" />
+ <use
+ xlink:href="#glyph-5-18"
+ x="534.51001"
+ y="716.44501"
+ id="use13816" />
+ <use
+ xlink:href="#glyph-5-3"
+ x="539.02185"
+ y="716.44501"
+ id="use13818" />
+ <use
+ xlink:href="#glyph-5-25"
+ x="543.53375"
+ y="716.44501"
+ id="use13820" />
+ </g>
+ <g
+ fill="#000000"
+ fill-opacity="1"
+ id="g13830"
+ transform="translate(-324.53125,-50.54324)">
+ <use
+ xlink:href="#glyph-5-3"
+ x="552.8725"
+ y="716.44501"
+ id="use13824" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="557.38434"
+ y="716.44501"
+ id="use13826" />
+ <use
+ xlink:href="#glyph-5-9"
+ x="560.20935"
+ y="716.44501"
+ id="use13828" />
+ </g>
</svg>