diff --git a/ctrlm/README.md b/ctrlm/README.md
new file mode 100644
index 0000000..477ce25
--- /dev/null
+++ b/ctrlm/README.md
@@ -0,0 +1,100 @@
+# Contrôle sur machine R4.B.10
+## Consignes
+
+Les  seuls documents  papier autorisés  sont vos  notes de  cours et  de travaux
+pratiques. Les documents électroniques autorisés sont les documents présents sur
+les machines de l'IUT et dont vous êtes l'unique auteur (ainsi que les éventuels
+documents de cours). En dehors de la  machine qui vous est attribuée et de votre
+matériel de  composition (crayons, stylos,  feuilles de brouillon,  etc.), aucun
+matériel n'est autorisé.
+
+L'épreuve compte 3 exercices. Vous  créerez un repertoire cntr_R4.B.10, avec les.
+3 sous-repertoires  ex1, ex2  et ex3. 
+
+À  la fin de  l'épreuve, vous  rendrez une. archive compréssée (tar.gz) [ici](https://iut-fbleau.fr/site/site/DEVOIR/). 
+
+# Exercice 1
+On construit une fonction de hachage appelée Toy Tetragraph Hash (TTH) qui travaille sur
+l'alphabet {A, ..., Z}. Étant donnée une suite de lettres, TTH fournit une empreinte sous la forme
+d’une suite de 4 lettres dont l'équivalent numérique modulo 26 s’appelle Total. Il a pour valeur
+initiale (IV) qui vaut (0, 0, 0, 0).
+
+On utilisera l’encodage usuel de l’alphabet (A<->0,B<->1, ..., Z<->25). L'algorithme utilise la construction générale
+de Merkle-Damgård.
+<div align="center">
+<img src="./merkle-damgaard.png">
+</div>
+
+**Iniatilsation**
+
+TTH scinde le message en blocs de 16 lettres en ignorant les espaces et la ponctuation. Si la longueur du message 
+n'est pas un multiple de 16, on bourre avec la caractère A (0). La valeur initiale de Total est (0,0,0,0).
+
+**Itération**
+
+On applique une fonction de compression C au bloc courant :
+
+- on arrange les 16 lettres en un tableau 4x4 en arrageant les lettres (encodées) ligne par ligne.
+- on calcule la somme de chaque colonne modulo 26, et on ajoute (modulo 26) à la valeur de Total correspondant
+  à l'indice de la colonne.
+
+- on applique au tableau 
+	- une permutation circulaire d'une position vers la gauche de la première ligne,
+	- une permutation circulaire de deux positions vers la gauche de la deuxième ligne,
+	- une permutation circulaire de trois positions vers la gauche de la troisième ligne,
+	- une inversion de la dernière ligne.
+- on calcule à nouveau la somme modulo 26 de chaque colonne et on l'ajoute (modulo 26) à la valeur de Total.
+- cette nouvelle valeur de Total constitue l'entrée de la fonction de compression pour le bloc suivant.
+
+**Travail demandé**
+
+Écrire en C un programme qui prend en argument un nom de fichier (texte, en majuscule), et qui calcule et affiche son empreinte TTH.
+
+la hash du message 
+> LE HACHAGE AVEC TTH EST FACILE !
+
+est 
+
+> QQWC
+
+**Bonus**
+
+Pour ceux qui ont des souvenirs du cours de proba, en utilisant le paradoxe des anniversaires, donnez le nombre de messages à considérer pour avoir plus d'une chance sur deux de trouver une collision pour TTH.
+
+
+**Aide**
+
+
+```c
+/* fonctions utiles */
+#include <ctype.h>
+int isupper(int c);
+
+char c = 'R';
+
+c-'A'; /* ?? */ 
+
+char l = 10;
+
+l + 'A'; /* ?? */
+```
+
+# Exercice 2
+Le schéma IDEA est basé sur une variante du mécanisme de Feistel, dont la fonction de tour (on
+ignore ici l’addition des sous-clés) est décrite ci-dessous (l'opérateur rouge représente le "ou exclusif") :
+<div align="center">
+<img src="./idea.png">
+</div>
+
+1. Montrer que ce schéma  est inversible quelle que soit la fonction F et donner les formules décrivant le déchiffrement. 
+
+2. Est-ce utile de refaire un tour, avec la même fonction F ? pourquoi ? 
+
+# Exercice 3
+
+Générez, avec openssl, une clé RSA.  Exportez sa partie publique dans le fichier `key.pub`.
+
+Créez un  fichier me.txt,  avec vos  nom, prénom, groupe,  ainsi que  toutes les
+commandes (précises) que vous avez utilisées pour cet exercice.
+
+Signez me.txt avec  votre clé privée (on utilisera pour le hachage  sha256) dans le fichier signature.
diff --git a/ctrlm/idea.png b/ctrlm/idea.png
new file mode 100644
index 0000000..3213f37
Binary files /dev/null and b/ctrlm/idea.png differ
diff --git a/ctrlm/merkle-damgaard.png b/ctrlm/merkle-damgaard.png
new file mode 100644
index 0000000..3201dc5
Binary files /dev/null and b/ctrlm/merkle-damgaard.png differ
diff --git a/ctrlm/merkle.svg b/ctrlm/merkle.svg
new file mode 100644
index 0000000..9429eb2
--- /dev/null
+++ b/ctrlm/merkle.svg
@@ -0,0 +1,410 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="357.058" height="137.336" viewBox="0 0 357.058 137.336">
+<defs>
+<g>
+<g id="glyph-0-0">
+<path d="M 0.453125 1.21875 C 0.375 1.5625 0.34375 1.625 -0.09375 1.625 C -0.203125 1.625 -0.3125 1.625 -0.3125 1.8125 C -0.3125 1.890625 -0.265625 1.9375 -0.1875 1.9375 C 0.078125 1.9375 0.375 1.90625 0.640625 1.90625 C 0.984375 1.90625 1.3125 1.9375 1.640625 1.9375 C 1.6875 1.9375 1.8125 1.9375 1.8125 1.734375 C 1.8125 1.625 1.71875 1.625 1.578125 1.625 C 1.078125 1.625 1.078125 1.5625 1.078125 1.46875 C 1.078125 1.34375 1.5 -0.28125 1.5625 -0.53125 C 1.6875 -0.234375 1.96875 0.109375 2.484375 0.109375 C 3.640625 0.109375 4.890625 -1.34375 4.890625 -2.8125 C 4.890625 -3.75 4.3125 -4.40625 3.5625 -4.40625 C 3.0625 -4.40625 2.578125 -4.046875 2.25 -3.65625 C 2.15625 -4.203125 1.71875 -4.40625 1.359375 -4.40625 C 0.890625 -4.40625 0.703125 -4.015625 0.625 -3.84375 C 0.4375 -3.5 0.3125 -2.90625 0.3125 -2.875 C 0.3125 -2.765625 0.40625 -2.765625 0.421875 -2.765625 C 0.53125 -2.765625 0.53125 -2.78125 0.59375 -3 C 0.765625 -3.703125 0.96875 -4.1875 1.328125 -4.1875 C 1.5 -4.1875 1.640625 -4.109375 1.640625 -3.734375 C 1.640625 -3.5 1.609375 -3.390625 1.5625 -3.21875 Z M 2.203125 -3.109375 C 2.265625 -3.375 2.546875 -3.65625 2.71875 -3.8125 C 3.078125 -4.109375 3.359375 -4.1875 3.53125 -4.1875 C 3.921875 -4.1875 4.171875 -3.84375 4.171875 -3.25 C 4.171875 -2.65625 3.84375 -1.515625 3.65625 -1.140625 C 3.3125 -0.4375 2.84375 -0.109375 2.46875 -0.109375 C 1.8125 -0.109375 1.6875 -0.9375 1.6875 -1 C 1.6875 -1.015625 1.6875 -1.03125 1.71875 -1.15625 Z M 2.203125 -3.109375 "/>
+</g>
+<g id="glyph-0-1">
+<path d="M 3.71875 -3.765625 C 3.53125 -4.140625 3.25 -4.40625 2.796875 -4.40625 C 1.640625 -4.40625 0.40625 -2.9375 0.40625 -1.484375 C 0.40625 -0.546875 0.953125 0.109375 1.71875 0.109375 C 1.921875 0.109375 2.421875 0.0625 3.015625 -0.640625 C 3.09375 -0.21875 3.453125 0.109375 3.921875 0.109375 C 4.28125 0.109375 4.5 -0.125 4.671875 -0.4375 C 4.828125 -0.796875 4.96875 -1.40625 4.96875 -1.421875 C 4.96875 -1.53125 4.875 -1.53125 4.84375 -1.53125 C 4.75 -1.53125 4.734375 -1.484375 4.703125 -1.34375 C 4.53125 -0.703125 4.359375 -0.109375 3.953125 -0.109375 C 3.671875 -0.109375 3.65625 -0.375 3.65625 -0.5625 C 3.65625 -0.78125 3.671875 -0.875 3.78125 -1.3125 C 3.890625 -1.71875 3.90625 -1.828125 4 -2.203125 L 4.359375 -3.59375 C 4.421875 -3.875 4.421875 -3.890625 4.421875 -3.9375 C 4.421875 -4.109375 4.3125 -4.203125 4.140625 -4.203125 C 3.890625 -4.203125 3.75 -3.984375 3.71875 -3.765625 Z M 3.078125 -1.1875 C 3.015625 -1 3.015625 -0.984375 2.875 -0.8125 C 2.4375 -0.265625 2.03125 -0.109375 1.75 -0.109375 C 1.25 -0.109375 1.109375 -0.65625 1.109375 -1.046875 C 1.109375 -1.546875 1.421875 -2.765625 1.65625 -3.234375 C 1.96875 -3.8125 2.40625 -4.1875 2.8125 -4.1875 C 3.453125 -4.1875 3.59375 -3.375 3.59375 -3.3125 C 3.59375 -3.25 3.578125 -3.1875 3.5625 -3.140625 Z M 3.078125 -1.1875 "/>
+</g>
+<g id="glyph-0-2">
+<path d="M 5.140625 -6.8125 C 5.140625 -6.8125 5.140625 -6.921875 5.015625 -6.921875 C 4.859375 -6.921875 3.921875 -6.828125 3.75 -6.8125 C 3.671875 -6.796875 3.609375 -6.75 3.609375 -6.625 C 3.609375 -6.5 3.703125 -6.5 3.84375 -6.5 C 4.328125 -6.5 4.34375 -6.4375 4.34375 -6.328125 L 4.3125 -6.125 L 3.71875 -3.765625 C 3.53125 -4.140625 3.25 -4.40625 2.796875 -4.40625 C 1.640625 -4.40625 0.40625 -2.9375 0.40625 -1.484375 C 0.40625 -0.546875 0.953125 0.109375 1.71875 0.109375 C 1.921875 0.109375 2.421875 0.0625 3.015625 -0.640625 C 3.09375 -0.21875 3.453125 0.109375 3.921875 0.109375 C 4.28125 0.109375 4.5 -0.125 4.671875 -0.4375 C 4.828125 -0.796875 4.96875 -1.40625 4.96875 -1.421875 C 4.96875 -1.53125 4.875 -1.53125 4.84375 -1.53125 C 4.75 -1.53125 4.734375 -1.484375 4.703125 -1.34375 C 4.53125 -0.703125 4.359375 -0.109375 3.953125 -0.109375 C 3.671875 -0.109375 3.65625 -0.375 3.65625 -0.5625 C 3.65625 -0.8125 3.671875 -0.875 3.703125 -1.046875 Z M 3.078125 -1.1875 C 3.015625 -1 3.015625 -0.984375 2.875 -0.8125 C 2.4375 -0.265625 2.03125 -0.109375 1.75 -0.109375 C 1.25 -0.109375 1.109375 -0.65625 1.109375 -1.046875 C 1.109375 -1.546875 1.421875 -2.765625 1.65625 -3.234375 C 1.96875 -3.8125 2.40625 -4.1875 2.8125 -4.1875 C 3.453125 -4.1875 3.59375 -3.375 3.59375 -3.3125 C 3.59375 -3.25 3.578125 -3.1875 3.5625 -3.140625 Z M 3.078125 -1.1875 "/>
+</g>
+<g id="glyph-0-3">
+<path d="M 9.234375 -6.046875 C 9.328125 -6.40625 9.34375 -6.5 10.09375 -6.5 C 10.3125 -6.5 10.40625 -6.5 10.40625 -6.703125 C 10.40625 -6.8125 10.3125 -6.8125 10.140625 -6.8125 L 8.828125 -6.8125 C 8.5625 -6.8125 8.546875 -6.8125 8.4375 -6.625 L 4.796875 -0.9375 L 4.015625 -6.578125 C 3.984375 -6.8125 3.96875 -6.8125 3.703125 -6.8125 L 2.34375 -6.8125 C 2.15625 -6.8125 2.046875 -6.8125 2.046875 -6.625 C 2.046875 -6.5 2.140625 -6.5 2.328125 -6.5 C 2.46875 -6.5 2.640625 -6.484375 2.765625 -6.484375 C 2.921875 -6.453125 2.984375 -6.4375 2.984375 -6.3125 C 2.984375 -6.28125 2.96875 -6.25 2.9375 -6.125 L 1.671875 -1.0625 C 1.578125 -0.65625 1.40625 -0.34375 0.59375 -0.3125 C 0.546875 -0.3125 0.421875 -0.296875 0.421875 -0.125 C 0.421875 -0.03125 0.484375 0 0.5625 0 C 0.875 0 1.21875 -0.03125 1.5625 -0.03125 C 1.890625 -0.03125 2.25 0 2.578125 0 C 2.625 0 2.765625 0 2.765625 -0.203125 C 2.765625 -0.3125 2.65625 -0.3125 2.578125 -0.3125 C 2.015625 -0.3125 1.90625 -0.515625 1.90625 -0.75 C 1.90625 -0.8125 1.90625 -0.875 1.9375 -0.984375 L 3.296875 -6.40625 L 3.3125 -6.40625 L 4.171875 -0.234375 C 4.1875 -0.109375 4.203125 0 4.3125 0 C 4.421875 0 4.484375 -0.109375 4.53125 -0.171875 L 8.5625 -6.484375 L 8.578125 -6.484375 L 7.140625 -0.78125 C 7.046875 -0.390625 7.03125 -0.3125 6.234375 -0.3125 C 6.078125 -0.3125 5.96875 -0.3125 5.96875 -0.125 C 5.96875 0 6.078125 0 6.109375 0 C 6.390625 0 7.0625 -0.03125 7.34375 -0.03125 C 7.75 -0.03125 8.1875 0 8.59375 0 C 8.65625 0 8.78125 0 8.78125 -0.203125 C 8.78125 -0.3125 8.6875 -0.3125 8.5 -0.3125 C 8.140625 -0.3125 7.859375 -0.3125 7.859375 -0.484375 C 7.859375 -0.53125 7.859375 -0.546875 7.90625 -0.734375 Z M 9.234375 -6.046875 "/>
+</g>
+<g id="glyph-0-4">
+<path d="M 2.859375 -6.8125 C 2.859375 -6.8125 2.859375 -6.921875 2.734375 -6.921875 C 2.5 -6.921875 1.78125 -6.84375 1.515625 -6.8125 C 1.4375 -6.8125 1.328125 -6.796875 1.328125 -6.625 C 1.328125 -6.5 1.421875 -6.5 1.5625 -6.5 C 2.046875 -6.5 2.0625 -6.4375 2.0625 -6.328125 L 2.03125 -6.125 L 0.59375 -0.390625 C 0.546875 -0.25 0.546875 -0.234375 0.546875 -0.171875 C 0.546875 0.0625 0.75 0.109375 0.84375 0.109375 C 1 0.109375 1.15625 -0.015625 1.203125 -0.15625 L 1.390625 -0.90625 L 1.609375 -1.796875 C 1.671875 -2.03125 1.734375 -2.25 1.78125 -2.46875 C 1.796875 -2.53125 1.890625 -2.859375 1.890625 -2.921875 C 1.921875 -3.015625 2.234375 -3.5625 2.578125 -3.84375 C 2.796875 -4 3.09375 -4.1875 3.53125 -4.1875 C 3.953125 -4.1875 4.0625 -3.84375 4.0625 -3.484375 C 4.0625 -2.953125 3.6875 -1.859375 3.453125 -1.25 C 3.375 -1.03125 3.3125 -0.90625 3.3125 -0.703125 C 3.3125 -0.234375 3.671875 0.109375 4.140625 0.109375 C 5.078125 0.109375 5.4375 -1.34375 5.4375 -1.421875 C 5.4375 -1.53125 5.359375 -1.53125 5.328125 -1.53125 C 5.21875 -1.53125 5.21875 -1.5 5.171875 -1.34375 C 5.03125 -0.8125 4.703125 -0.109375 4.15625 -0.109375 C 3.984375 -0.109375 3.921875 -0.203125 3.921875 -0.4375 C 3.921875 -0.6875 4 -0.921875 4.09375 -1.140625 C 4.25 -1.578125 4.703125 -2.765625 4.703125 -3.34375 C 4.703125 -3.984375 4.3125 -4.40625 3.5625 -4.40625 C 2.9375 -4.40625 2.453125 -4.09375 2.078125 -3.640625 Z M 2.859375 -6.8125 "/>
+</g>
+<g id="glyph-0-5">
+<path d="M 3.734375 -6.046875 C 3.8125 -6.40625 3.84375 -6.5 4.640625 -6.5 C 4.875 -6.5 4.953125 -6.5 4.953125 -6.6875 C 4.953125 -6.8125 4.84375 -6.8125 4.8125 -6.8125 C 4.515625 -6.8125 3.78125 -6.78125 3.484375 -6.78125 C 3.1875 -6.78125 2.46875 -6.8125 2.15625 -6.8125 C 2.09375 -6.8125 1.96875 -6.8125 1.96875 -6.609375 C 1.96875 -6.5 2.046875 -6.5 2.25 -6.5 C 2.65625 -6.5 2.9375 -6.5 2.9375 -6.3125 C 2.9375 -6.265625 2.9375 -6.234375 2.90625 -6.15625 L 1.5625 -0.78125 C 1.46875 -0.40625 1.453125 -0.3125 0.65625 -0.3125 C 0.421875 -0.3125 0.34375 -0.3125 0.34375 -0.109375 C 0.34375 0 0.453125 0 0.484375 0 C 0.78125 0 1.5 -0.03125 1.796875 -0.03125 C 2.09375 -0.03125 2.828125 0 3.125 0 C 3.203125 0 3.328125 0 3.328125 -0.1875 C 3.328125 -0.3125 3.25 -0.3125 3.03125 -0.3125 C 2.84375 -0.3125 2.796875 -0.3125 2.609375 -0.328125 C 2.390625 -0.34375 2.359375 -0.390625 2.359375 -0.5 C 2.359375 -0.578125 2.375 -0.65625 2.390625 -0.734375 Z M 3.734375 -6.046875 "/>
+</g>
+<g id="glyph-0-6">
+<path d="M 6.265625 -5.671875 C 6.75 -6.453125 7.171875 -6.484375 7.53125 -6.5 C 7.65625 -6.515625 7.671875 -6.671875 7.671875 -6.6875 C 7.671875 -6.765625 7.609375 -6.8125 7.53125 -6.8125 C 7.28125 -6.8125 6.984375 -6.78125 6.71875 -6.78125 C 6.390625 -6.78125 6.046875 -6.8125 5.734375 -6.8125 C 5.671875 -6.8125 5.546875 -6.8125 5.546875 -6.625 C 5.546875 -6.515625 5.625 -6.5 5.703125 -6.5 C 5.96875 -6.484375 6.15625 -6.375 6.15625 -6.171875 C 6.15625 -6.015625 6.015625 -5.796875 6.015625 -5.796875 L 2.953125 -0.921875 L 2.265625 -6.203125 C 2.265625 -6.375 2.5 -6.5 2.953125 -6.5 C 3.09375 -6.5 3.203125 -6.5 3.203125 -6.703125 C 3.203125 -6.78125 3.125 -6.8125 3.078125 -6.8125 C 2.671875 -6.8125 2.25 -6.78125 1.828125 -6.78125 C 1.65625 -6.78125 1.46875 -6.78125 1.28125 -6.78125 C 1.109375 -6.78125 0.921875 -6.8125 0.75 -6.8125 C 0.671875 -6.8125 0.5625 -6.8125 0.5625 -6.625 C 0.5625 -6.5 0.640625 -6.5 0.8125 -6.5 C 1.359375 -6.5 1.375 -6.40625 1.40625 -6.15625 L 2.1875 -0.015625 C 2.21875 0.1875 2.265625 0.21875 2.390625 0.21875 C 2.546875 0.21875 2.59375 0.171875 2.671875 0.046875 Z M 6.265625 -5.671875 "/>
+</g>
+<g id="glyph-1-0">
+<path d="M 3.296875 2.390625 C 3.296875 2.359375 3.296875 2.34375 3.125 2.171875 C 1.890625 0.921875 1.5625 -0.96875 1.5625 -2.5 C 1.5625 -4.234375 1.9375 -5.96875 3.171875 -7.203125 C 3.296875 -7.328125 3.296875 -7.34375 3.296875 -7.375 C 3.296875 -7.453125 3.265625 -7.484375 3.203125 -7.484375 C 3.09375 -7.484375 2.203125 -6.796875 1.609375 -5.53125 C 1.109375 -4.4375 0.984375 -3.328125 0.984375 -2.5 C 0.984375 -1.71875 1.09375 -0.515625 1.640625 0.625 C 2.25 1.84375 3.09375 2.5 3.203125 2.5 C 3.265625 2.5 3.296875 2.46875 3.296875 2.390625 Z M 3.296875 2.390625 "/>
+</g>
+<g id="glyph-1-1">
+<path d="M 2.875 -2.5 C 2.875 -3.265625 2.765625 -4.46875 2.21875 -5.609375 C 1.625 -6.828125 0.765625 -7.484375 0.671875 -7.484375 C 0.609375 -7.484375 0.5625 -7.4375 0.5625 -7.375 C 0.5625 -7.34375 0.5625 -7.328125 0.75 -7.140625 C 1.734375 -6.15625 2.296875 -4.578125 2.296875 -2.5 C 2.296875 -0.78125 1.9375 0.96875 0.703125 2.21875 C 0.5625 2.34375 0.5625 2.359375 0.5625 2.390625 C 0.5625 2.453125 0.609375 2.5 0.671875 2.5 C 0.765625 2.5 1.671875 1.8125 2.25 0.546875 C 2.765625 -0.546875 2.875 -1.65625 2.875 -2.5 Z M 2.875 -2.5 "/>
+</g>
+<g id="glyph-1-2">
+<path d="M 6.84375 -3.265625 C 7 -3.265625 7.1875 -3.265625 7.1875 -3.453125 C 7.1875 -3.65625 7 -3.65625 6.859375 -3.65625 L 0.890625 -3.65625 C 0.75 -3.65625 0.5625 -3.65625 0.5625 -3.453125 C 0.5625 -3.265625 0.75 -3.265625 0.890625 -3.265625 Z M 6.859375 -1.328125 C 7 -1.328125 7.1875 -1.328125 7.1875 -1.53125 C 7.1875 -1.71875 7 -1.71875 6.84375 -1.71875 L 0.890625 -1.71875 C 0.75 -1.71875 0.5625 -1.71875 0.5625 -1.53125 C 0.5625 -1.328125 0.75 -1.328125 0.890625 -1.328125 Z M 6.859375 -1.328125 "/>
+</g>
+<g id="glyph-2-0">
+<path d="M 1.90625 -2.5 C 1.90625 -2.78125 1.671875 -3.015625 1.390625 -3.015625 C 1.09375 -3.015625 0.859375 -2.78125 0.859375 -2.5 C 0.859375 -2.203125 1.09375 -1.96875 1.390625 -1.96875 C 1.671875 -1.96875 1.90625 -2.203125 1.90625 -2.5 Z M 1.90625 -2.5 "/>
+</g>
+<g id="glyph-3-0">
+<path d="M 2.328125 -4.4375 C 2.328125 -4.625 2.328125 -4.625 2.125 -4.625 C 1.671875 -4.1875 1.046875 -4.1875 0.765625 -4.1875 L 0.765625 -3.9375 C 0.921875 -3.9375 1.390625 -3.9375 1.765625 -4.125 L 1.765625 -0.578125 C 1.765625 -0.34375 1.765625 -0.25 1.078125 -0.25 L 0.8125 -0.25 L 0.8125 0 C 0.9375 0 1.796875 -0.03125 2.046875 -0.03125 C 2.265625 -0.03125 3.140625 0 3.296875 0 L 3.296875 -0.25 L 3.03125 -0.25 C 2.328125 -0.25 2.328125 -0.34375 2.328125 -0.578125 Z M 2.328125 -4.4375 "/>
+</g>
+<g id="glyph-3-1">
+<path d="M 3.515625 -1.265625 L 3.28125 -1.265625 C 3.265625 -1.109375 3.1875 -0.703125 3.09375 -0.640625 C 3.046875 -0.59375 2.515625 -0.59375 2.40625 -0.59375 L 1.125 -0.59375 C 1.859375 -1.234375 2.109375 -1.4375 2.515625 -1.765625 C 3.03125 -2.171875 3.515625 -2.609375 3.515625 -3.265625 C 3.515625 -4.109375 2.78125 -4.625 1.890625 -4.625 C 1.03125 -4.625 0.4375 -4.015625 0.4375 -3.375 C 0.4375 -3.03125 0.734375 -2.984375 0.8125 -2.984375 C 0.96875 -2.984375 1.171875 -3.109375 1.171875 -3.359375 C 1.171875 -3.484375 1.125 -3.734375 0.765625 -3.734375 C 0.984375 -4.21875 1.453125 -4.375 1.78125 -4.375 C 2.484375 -4.375 2.84375 -3.828125 2.84375 -3.265625 C 2.84375 -2.65625 2.40625 -2.1875 2.1875 -1.9375 L 0.515625 -0.265625 C 0.4375 -0.203125 0.4375 -0.1875 0.4375 0 L 3.3125 0 Z M 3.515625 -1.265625 "/>
+</g>
+<g id="glyph-3-2">
+<path d="M 3.59375 -2.21875 C 3.59375 -2.984375 3.5 -3.546875 3.1875 -4.03125 C 2.96875 -4.34375 2.53125 -4.625 1.984375 -4.625 C 0.359375 -4.625 0.359375 -2.71875 0.359375 -2.21875 C 0.359375 -1.71875 0.359375 0.140625 1.984375 0.140625 C 3.59375 0.140625 3.59375 -1.71875 3.59375 -2.21875 Z M 1.984375 -0.0625 C 1.65625 -0.0625 1.234375 -0.25 1.09375 -0.8125 C 1 -1.21875 1 -1.796875 1 -2.3125 C 1 -2.828125 1 -3.359375 1.09375 -3.734375 C 1.25 -4.28125 1.6875 -4.4375 1.984375 -4.4375 C 2.359375 -4.4375 2.71875 -4.203125 2.84375 -3.796875 C 2.953125 -3.421875 2.96875 -2.921875 2.96875 -2.3125 C 2.96875 -1.796875 2.96875 -1.28125 2.875 -0.84375 C 2.734375 -0.203125 2.265625 -0.0625 1.984375 -0.0625 Z M 1.984375 -0.0625 "/>
+</g>
+<g id="glyph-4-0">
+<path d="M 0.84375 -0.4375 C 0.828125 -0.34375 0.78125 -0.171875 0.78125 -0.15625 C 0.78125 0 0.90625 0.0625 1.015625 0.0625 C 1.140625 0.0625 1.25 -0.015625 1.296875 -0.078125 C 1.328125 -0.140625 1.375 -0.375 1.421875 -0.515625 C 1.453125 -0.640625 1.53125 -0.96875 1.5625 -1.140625 C 1.609375 -1.296875 1.65625 -1.453125 1.6875 -1.609375 C 1.765625 -1.890625 1.78125 -1.953125 1.984375 -2.234375 C 2.171875 -2.515625 2.5 -2.875 3.03125 -2.875 C 3.421875 -2.875 3.4375 -2.515625 3.4375 -2.390625 C 3.4375 -1.96875 3.140625 -1.203125 3.03125 -0.90625 C 2.953125 -0.703125 2.921875 -0.640625 2.921875 -0.53125 C 2.921875 -0.15625 3.21875 0.0625 3.578125 0.0625 C 4.28125 0.0625 4.578125 -0.890625 4.578125 -1 C 4.578125 -1.09375 4.5 -1.09375 4.46875 -1.09375 C 4.375 -1.09375 4.375 -1.046875 4.34375 -0.96875 C 4.1875 -0.40625 3.875 -0.125 3.609375 -0.125 C 3.453125 -0.125 3.421875 -0.21875 3.421875 -0.375 C 3.421875 -0.53125 3.46875 -0.625 3.59375 -0.9375 C 3.671875 -1.15625 3.953125 -1.890625 3.953125 -2.28125 C 3.953125 -2.953125 3.421875 -3.078125 3.046875 -3.078125 C 2.46875 -3.078125 2.078125 -2.71875 1.875 -2.4375 C 1.828125 -2.921875 1.421875 -3.078125 1.125 -3.078125 C 0.828125 -3.078125 0.671875 -2.859375 0.578125 -2.703125 C 0.421875 -2.4375 0.328125 -2.046875 0.328125 -2 C 0.328125 -1.921875 0.421875 -1.921875 0.453125 -1.921875 C 0.546875 -1.921875 0.546875 -1.9375 0.59375 -2.125 C 0.703125 -2.53125 0.84375 -2.875 1.109375 -2.875 C 1.296875 -2.875 1.34375 -2.71875 1.34375 -2.53125 C 1.34375 -2.40625 1.28125 -2.140625 1.21875 -1.953125 C 1.171875 -1.765625 1.109375 -1.484375 1.078125 -1.328125 Z M 0.84375 -0.4375 "/>
+</g>
+<g id="glyph-5-0">
+<path d="M 5.1875 -1.578125 C 5.296875 -1.578125 5.46875 -1.578125 5.46875 -1.734375 C 5.46875 -1.921875 5.296875 -1.921875 5.1875 -1.921875 L 1.03125 -1.921875 C 0.921875 -1.921875 0.75 -1.921875 0.75 -1.75 C 0.75 -1.578125 0.90625 -1.578125 1.03125 -1.578125 Z M 5.1875 -1.578125 "/>
+</g>
+<g id="glyph-6-0">
+<path d="M 6.390625 -5.765625 C 6.6875 -5.765625 6.796875 -5.765625 6.796875 -6.03125 C 6.796875 -6.1875 6.6875 -6.1875 6.421875 -6.1875 L 5.265625 -6.1875 C 5.53125 -7.65625 5.734375 -8.671875 5.859375 -9.140625 C 5.9375 -9.484375 6.234375 -9.8125 6.609375 -9.8125 C 6.90625 -9.8125 7.21875 -9.6875 7.359375 -9.546875 C 6.796875 -9.5 6.625 -9.078125 6.625 -8.828125 C 6.625 -8.546875 6.84375 -8.375 7.109375 -8.375 C 7.40625 -8.375 7.828125 -8.625 7.828125 -9.171875 C 7.828125 -9.765625 7.234375 -10.09375 6.59375 -10.09375 C 5.984375 -10.09375 5.375 -9.640625 5.09375 -9.078125 C 4.828125 -8.578125 4.6875 -8.0625 4.359375 -6.1875 L 3.40625 -6.1875 C 3.125 -6.1875 2.984375 -6.1875 2.984375 -5.921875 C 2.984375 -5.765625 3.0625 -5.765625 3.359375 -5.765625 L 4.28125 -5.765625 C 4.015625 -4.4375 3.421875 -1.1875 3.09375 0.34375 C 2.859375 1.59375 2.640625 2.640625 1.921875 2.640625 C 1.875 2.640625 1.46875 2.640625 1.203125 2.359375 C 1.9375 2.3125 1.9375 1.671875 1.9375 1.65625 C 1.9375 1.375 1.71875 1.203125 1.453125 1.203125 C 1.15625 1.203125 0.734375 1.453125 0.734375 2 C 0.734375 2.609375 1.359375 2.921875 1.921875 2.921875 C 3.390625 2.921875 3.984375 0.296875 4.140625 -0.421875 C 4.40625 -1.515625 5.109375 -5.328125 5.171875 -5.765625 Z M 6.390625 -5.765625 "/>
+</g>
+<g id="glyph-7-0">
+<path d="M 5.359375 -1.0625 C 4.828125 -0.65625 4.328125 -0.515625 3.59375 -0.515625 C 2.25 -0.515625 1.453125 -1.890625 1.453125 -3.09375 C 1.453125 -4.421875 2.28125 -5.71875 3.59375 -5.71875 C 4.203125 -5.71875 4.75 -5.546875 5.1875 -5.234375 L 5.328125 -6.015625 C 4.859375 -6.21875 4.28125 -6.328125 3.65625 -6.328125 C 1.890625 -6.328125 0.59375 -4.875 0.59375 -3.109375 C 0.59375 -1.40625 1.84375 0.09375 3.65625 0.09375 C 4.484375 0.09375 4.8125 -0.03125 5.421875 -0.40625 Z M 5.359375 -1.0625 "/>
+</g>
+<g id="glyph-7-1">
+<path d="M 4.03125 -2.65625 C 4.03125 -3.328125 3.84375 -4.078125 2.765625 -4.078125 C 2.25 -4.078125 1.765625 -3.84375 1.4375 -3.4375 L 1.4375 -6.21875 L 0.71875 -6.21875 L 0.71875 0 L 1.46875 0 L 1.46875 -2.1875 C 1.46875 -2.78125 1.703125 -3.5 2.390625 -3.5 C 3.28125 -3.5 3.28125 -2.859375 3.28125 -2.59375 L 3.28125 0 L 4.03125 0 Z M 4.03125 -2.65625 "/>
+</g>
+<g id="glyph-7-2">
+<path d="M 3.6875 -2.59375 C 3.6875 -3.484375 3.046875 -4.140625 2.15625 -4.140625 C 1.5625 -4.140625 1.140625 -3.984375 0.703125 -3.734375 L 0.765625 -3.109375 C 1.203125 -3.4375 1.65625 -3.5625 2.140625 -3.5625 C 2.640625 -3.5625 2.953125 -3.171875 2.953125 -2.578125 L 2.953125 -2.203125 C 1.40625 -2.171875 0.390625 -1.765625 0.390625 -1.046875 C 0.390625 -0.625 0.671875 0.09375 1.453125 0.09375 C 1.625 0.09375 2.40625 0.078125 2.984375 -0.34375 L 2.984375 0 L 3.6875 0 Z M 2.953125 -1.25 C 2.953125 -1.0625 2.953125 -0.84375 2.625 -0.65625 C 2.40625 -0.515625 2.109375 -0.484375 1.921875 -0.484375 C 1.46875 -0.484375 1.078125 -0.703125 1.078125 -1.0625 C 1.078125 -1.6875 2.828125 -1.71875 2.953125 -1.71875 Z M 2.953125 -1.25 "/>
+</g>
+<g id="glyph-7-3">
+<path d="M 2.59375 -6.21875 L 2 -6.21875 L 0.71875 -4.734375 L 1.296875 -4.734375 L 2.296875 -5.8125 L 3.296875 -4.734375 L 3.890625 -4.734375 Z M 2.59375 -6.21875 "/>
+</g>
+<g id="glyph-7-4">
+<path d="M 1.453125 -3.984375 L 0.734375 -3.984375 L 0.734375 0 L 1.453125 0 Z M 1.453125 -3.984375 "/>
+</g>
+<g id="glyph-7-5">
+<path d="M 4.03125 -2.65625 C 4.03125 -3.328125 3.84375 -4.078125 2.765625 -4.078125 C 2.046875 -4.078125 1.625 -3.671875 1.421875 -3.40625 L 1.421875 -4.03125 L 0.71875 -4.03125 L 0.71875 0 L 1.46875 0 L 1.46875 -2.1875 C 1.46875 -2.78125 1.703125 -3.5 2.390625 -3.5 C 3.28125 -3.5 3.28125 -2.859375 3.28125 -2.59375 L 3.28125 0 L 4.03125 0 Z M 4.03125 -2.65625 "/>
+</g>
+<g id="glyph-7-6">
+<path d="M 4.375 -4.078125 C 4.203125 -4.078125 3.59375 -4.078125 2.9375 -3.796875 C 2.796875 -3.890625 2.46875 -4.078125 2.046875 -4.078125 C 1.21875 -4.078125 0.5625 -3.40625 0.5625 -2.625 C 0.5625 -2.390625 0.625 -2.0625 0.875 -1.71875 C 0.703125 -1.484375 0.609375 -1.21875 0.609375 -0.96875 C 0.609375 -0.71875 0.703125 -0.46875 0.828125 -0.296875 C 0.375 0 0.265625 0.390625 0.265625 0.640625 C 0.265625 1.296875 1.140625 1.84375 2.296875 1.84375 C 3.453125 1.84375 4.34375 1.296875 4.34375 0.625 C 4.34375 -0.625 2.859375 -0.640625 2.453125 -0.640625 L 1.625 -0.640625 C 1.515625 -0.640625 1.109375 -0.640625 1.109375 -1.109375 C 1.109375 -1.28125 1.140625 -1.34375 1.1875 -1.40625 C 1.4375 -1.25 1.734375 -1.140625 2.046875 -1.140625 C 2.875 -1.140625 3.53125 -1.828125 3.53125 -2.609375 C 3.53125 -2.921875 3.4375 -3.171875 3.296875 -3.40625 C 3.25 -3.453125 3.25 -3.46875 3.25 -3.46875 C 3.25 -3.515625 3.6875 -3.515625 3.8125 -3.515625 C 3.890625 -3.515625 4.21875 -3.515625 4.46875 -3.484375 Z M 2.046875 -1.6875 C 1.625 -1.6875 1.234375 -1.953125 1.234375 -2.609375 C 1.234375 -3.34375 1.6875 -3.546875 2.046875 -3.546875 C 2.453125 -3.546875 2.859375 -3.28125 2.859375 -2.625 C 2.859375 -1.890625 2.40625 -1.6875 2.046875 -1.6875 Z M 2.453125 0.046875 C 2.640625 0.046875 3.671875 0.046875 3.671875 0.640625 C 3.671875 1.03125 3.015625 1.3125 2.3125 1.3125 C 1.609375 1.3125 0.921875 1.046875 0.921875 0.625 C 0.921875 0.609375 0.921875 0.046875 1.609375 0.046875 Z M 2.453125 0.046875 "/>
+</g>
+<g id="glyph-7-7">
+<path d="M 3.828125 -1.96875 C 3.828125 -2.25 3.828125 -2.921875 3.46875 -3.46875 C 3.09375 -4.03125 2.515625 -4.140625 2.171875 -4.140625 C 1.140625 -4.140625 0.3125 -3.171875 0.3125 -2.03125 C 0.3125 -0.84375 1.1875 0.09375 2.3125 0.09375 C 2.75 0.09375 3.265625 -0.015625 3.78125 -0.34375 L 3.734375 -0.953125 C 3.171875 -0.5625 2.640625 -0.484375 2.328125 -0.484375 C 1.578125 -0.484375 1 -1.140625 0.984375 -1.96875 Z M 1.03125 -2.5 C 1.171875 -3.0625 1.609375 -3.546875 2.171875 -3.546875 C 2.515625 -3.546875 3.125 -3.40625 3.296875 -2.5 Z M 1.03125 -2.5 "/>
+</g>
+<g id="glyph-7-8">
+<path d="M 4.015625 -6.21875 L 3.296875 -6.21875 L 3.296875 -3.59375 C 2.796875 -4.015625 2.21875 -4.078125 1.921875 -4.078125 C 1.015625 -4.078125 0.328125 -3.140625 0.328125 -1.984375 C 0.328125 -0.828125 1.015625 0.09375 1.890625 0.09375 C 2.15625 0.09375 2.71875 0.03125 3.265625 -0.46875 L 3.265625 0 L 4.015625 0 Z M 3.265625 -1.265625 C 3.265625 -1.09375 3.265625 -1.078125 3.171875 -0.953125 C 2.921875 -0.625 2.625 -0.484375 2.296875 -0.484375 C 1.71875 -0.484375 1.0625 -0.90625 1.0625 -1.984375 C 1.0625 -3.125 1.828125 -3.5 2.390625 -3.5 C 2.8125 -3.5 3.09375 -3.265625 3.265625 -3.03125 Z M 3.265625 -1.265625 "/>
+</g>
+<g id="glyph-7-9">
+<path d="M 3.171875 -3.84375 C 2.609375 -4.09375 2.203125 -4.140625 1.828125 -4.140625 C 1.625 -4.140625 0.3125 -4.140625 0.3125 -2.953125 C 0.3125 -2.515625 0.5625 -2.25 0.65625 -2.15625 C 1 -1.859375 1.234375 -1.8125 1.84375 -1.6875 C 2.140625 -1.640625 2.640625 -1.546875 2.640625 -1.078125 C 2.640625 -0.5 1.921875 -0.5 1.796875 -0.5 C 1.28125 -0.5 0.765625 -0.6875 0.375 -0.953125 L 0.265625 -0.296875 C 0.796875 -0.015625 1.34375 0.09375 1.796875 0.09375 C 2.390625 0.09375 3.3125 -0.09375 3.3125 -1.15625 C 3.3125 -1.46875 3.1875 -1.78125 2.875 -2.046875 C 2.578125 -2.3125 2.3125 -2.375 1.75 -2.46875 C 1.421875 -2.53125 0.984375 -2.625 0.984375 -3.046875 C 0.984375 -3.5625 1.609375 -3.5625 1.75 -3.5625 C 2.40625 -3.5625 2.796875 -3.359375 3.046875 -3.21875 Z M 3.171875 -3.84375 "/>
+</g>
+<g id="glyph-7-10">
+<path d="M 1.640625 -3.421875 L 2.640625 -3.421875 L 2.640625 -3.984375 L 1.609375 -3.984375 L 1.609375 -5.015625 C 1.609375 -5.671875 2.203125 -5.734375 2.453125 -5.734375 C 2.53125 -5.734375 2.828125 -5.734375 3.1875 -5.59375 L 3.1875 -6.21875 C 3.078125 -6.25 2.796875 -6.328125 2.453125 -6.328125 C 1.59375 -6.328125 0.921875 -5.671875 0.921875 -4.765625 L 0.921875 -3.984375 L 0.25 -3.984375 L 0.25 -3.421875 L 0.921875 -3.421875 L 0.921875 0 L 1.640625 0 Z M 1.640625 -3.421875 "/>
+</g>
+<g id="glyph-7-11">
+<path d="M 4.328125 -1.96875 C 4.328125 -3.140625 3.4375 -4.140625 2.296875 -4.140625 C 1.1875 -4.140625 0.265625 -3.171875 0.265625 -1.96875 C 0.265625 -0.796875 1.203125 0.09375 2.296875 0.09375 C 3.40625 0.09375 4.328125 -0.8125 4.328125 -1.96875 Z M 2.3125 -0.515625 C 1.609375 -0.515625 1.015625 -1.046875 1.015625 -2.0625 C 1.015625 -3.109375 1.6875 -3.546875 2.296875 -3.546875 C 2.9375 -3.546875 3.59375 -3.09375 3.59375 -2.0625 C 3.59375 -1.015625 2.953125 -0.515625 2.3125 -0.515625 Z M 2.3125 -0.515625 "/>
+</g>
+<g id="glyph-7-12">
+<path d="M 3.78125 -0.96875 C 3.34375 -0.671875 2.875 -0.515625 2.328125 -0.515625 C 1.5625 -0.515625 1.0625 -1.140625 1.0625 -2 C 1.0625 -2.6875 1.40625 -3.53125 2.375 -3.53125 C 2.9375 -3.53125 3.21875 -3.421875 3.671875 -3.109375 L 3.78125 -3.734375 C 3.28125 -4.03125 3 -4.140625 2.359375 -4.140625 C 1.078125 -4.140625 0.328125 -3.0625 0.328125 -1.984375 C 0.328125 -0.875 1.15625 0.09375 2.328125 0.09375 C 2.953125 0.09375 3.421875 -0.09375 3.828125 -0.328125 Z M 3.78125 -0.96875 "/>
+</g>
+<g id="glyph-7-13">
+<path d="M 1.625 -3.421875 L 2.921875 -3.421875 L 2.921875 -3.984375 L 1.625 -3.984375 L 1.625 -5.125 L 0.953125 -5.125 L 0.953125 -3.984375 L 0.171875 -3.984375 L 0.171875 -3.421875 L 0.9375 -3.421875 L 0.9375 -1.125 C 0.9375 -0.59375 1.046875 0.09375 1.703125 0.09375 C 2.09375 0.09375 2.5625 0.015625 3.0625 -0.234375 L 2.921875 -0.796875 C 2.6875 -0.625 2.375 -0.515625 2.09375 -0.515625 C 1.734375 -0.515625 1.625 -0.828125 1.625 -1.296875 Z M 1.625 -3.421875 "/>
+</g>
+<g id="glyph-7-14">
+<path d="M 1.53125 -6.140625 L 0.65625 -6.140625 L 0.65625 -5.28125 L 1.53125 -5.28125 Z M 1.453125 -3.984375 L 0.734375 -3.984375 L 0.734375 0 L 1.453125 0 Z M 1.453125 -3.984375 "/>
+</g>
+<g id="glyph-7-15">
+<path d="M 6.578125 -2.65625 C 6.578125 -3.328125 6.40625 -4.078125 5.3125 -4.078125 C 4.5625 -4.078125 4.140625 -3.625 3.921875 -3.34375 C 3.859375 -3.53125 3.671875 -4.078125 2.765625 -4.078125 C 2.046875 -4.078125 1.625 -3.671875 1.421875 -3.40625 L 1.421875 -4.03125 L 0.71875 -4.03125 L 0.71875 0 L 1.46875 0 L 1.46875 -2.1875 C 1.46875 -2.78125 1.703125 -3.5 2.390625 -3.5 C 3.28125 -3.5 3.28125 -2.859375 3.28125 -2.59375 L 3.28125 0 L 4.03125 0 L 4.03125 -2.1875 C 4.03125 -2.78125 4.265625 -3.5 4.9375 -3.5 C 5.84375 -3.5 5.84375 -2.859375 5.84375 -2.59375 L 5.84375 0 L 6.578125 0 Z M 6.578125 -2.65625 "/>
+</g>
+<g id="glyph-7-16">
+<path d="M 1.484375 -0.40625 C 1.828125 -0.09375 2.265625 0.09375 2.734375 0.09375 C 3.640625 0.09375 4.4375 -0.796875 4.4375 -2 C 4.4375 -3.078125 3.859375 -4.078125 3 -4.078125 C 2.75 -4.078125 2.078125 -4.03125 1.46875 -3.546875 L 1.46875 -3.984375 L 0.75 -3.984375 L 0.75 1.734375 L 1.484375 1.734375 Z M 1.484375 -2.984375 C 1.609375 -3.140625 1.9375 -3.46875 2.453125 -3.46875 C 3.125 -3.46875 3.6875 -2.828125 3.6875 -1.984375 C 3.6875 -1.125 3.0625 -0.484375 2.359375 -0.484375 C 2.078125 -0.484375 1.75 -0.59375 1.484375 -1.046875 Z M 1.484375 -2.984375 "/>
+</g>
+<g id="glyph-7-17">
+<path d="M 1.46875 -1.90625 C 1.46875 -2.859375 2.203125 -3.421875 3.015625 -3.4375 L 3.015625 -4.078125 C 2.375 -4.078125 1.78125 -3.75 1.40625 -3.21875 L 1.40625 -4.03125 L 0.75 -4.03125 L 0.75 0 L 1.46875 0 Z M 1.46875 -1.90625 "/>
+</g>
+<g id="glyph-7-18">
+<path d="M 4.859375 -3.15625 C 4.625 -2.5625 4.140625 -1.3125 4.03125 -0.875 L 4.015625 -0.875 C 3.921875 -1.25 3.515625 -2.328125 3.34375 -2.765625 L 2.15625 -5.828125 L 1.984375 -6.21875 L 0.921875 -6.21875 L 0.921875 0 L 1.65625 0 L 1.65625 -5.53125 C 1.765625 -5.0625 2.28125 -3.734375 2.390625 -3.484375 L 3.375 -0.953125 C 3.4375 -0.765625 3.609375 -0.328125 3.671875 -0.203125 L 4.34375 -0.203125 L 5.59375 -3.359375 C 5.71875 -3.6875 6.265625 -5.109375 6.390625 -5.53125 L 6.390625 0 L 7.125 0 L 7.125 -6.21875 L 6.046875 -6.21875 Z M 4.859375 -3.15625 "/>
+</g>
+<g id="glyph-7-19">
+<path d="M 3.828125 -6.21875 L 3.078125 -6.21875 L 1.890625 -4.734375 L 2.46875 -4.734375 Z M 3.828125 -6.21875 "/>
+</g>
+<g id="glyph-7-20">
+<path d="M 4.03125 -3.984375 L 3.28125 -3.984375 L 3.28125 -1.390625 C 3.28125 -0.671875 2.71875 -0.4375 2.171875 -0.4375 C 1.53125 -0.4375 1.46875 -0.640625 1.46875 -1.015625 L 1.46875 -3.984375 L 0.71875 -3.984375 L 0.71875 -0.984375 C 0.71875 -0.21875 1.03125 0.09375 1.671875 0.09375 C 2.1875 0.09375 2.890625 -0.046875 3.3125 -0.4375 L 3.3125 0 L 4.03125 0 Z M 4.03125 -3.984375 "/>
+</g>
+<g id="glyph-7-21">
+<path d="M 1.46875 -6.21875 L 0.75 -6.21875 L 0.75 0 L 1.484375 0 L 1.484375 -0.421875 C 1.609375 -0.296875 2.0625 0.09375 2.71875 0.09375 C 3.65625 0.09375 4.4375 -0.8125 4.4375 -2 C 4.4375 -3.078125 3.84375 -4.078125 2.953125 -4.078125 C 2.71875 -4.078125 2.078125 -4.03125 1.46875 -3.5625 Z M 1.484375 -3 C 1.625 -3.1875 1.953125 -3.5 2.453125 -3.5 C 3 -3.5 3.6875 -3.125 3.6875 -2 C 3.6875 -0.84375 2.921875 -0.484375 2.375 -0.484375 C 1.796875 -0.484375 1.53125 -0.953125 1.484375 -1.046875 Z M 1.484375 -3 "/>
+</g>
+<g id="glyph-7-22">
+<path d="M 1.453125 -6.21875 L 0.734375 -6.21875 L 0.734375 0 L 1.453125 0 Z M 1.453125 -6.21875 "/>
+</g>
+</g>
+</defs>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-0" x="3.321" y="45.647"/>
+<use xlink:href="#glyph-0-1" x="8.333184" y="45.647"/>
+<use xlink:href="#glyph-0-2" x="13.599414" y="45.647"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-1-0" x="18.785" y="45.647"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-3" x="22.659" y="45.647"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-1-1" x="33.41" y="45.647"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-1-2" x="40.054058" y="45.647"/>
+</g>
+<path fill-rule="nonzero" fill="rgb(84.999084%, 84.999084%, 100%)" fill-opacity="1" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00115625 0.00178125 L 0.00115625 11.337719 L 90.708188 11.337719 L 90.708188 0.00178125 Z M 0.00115625 0.00178125 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill-rule="nonzero" fill="rgb(84.999084%, 84.999084%, 100%)" fill-opacity="1" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 136.063656 0.00178125 L 136.063656 11.337719 L 226.770688 11.337719 L 226.770688 0.00178125 Z M 136.063656 0.00178125 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="163.59" y="45.371"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="168.021364" y="45.371"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="172.442766" y="45.371"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="176.874131" y="45.371"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="181.305495" y="45.371"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="185.726897" y="45.371"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 45.352719 0.00178125 L 45.352719 11.337719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-3" x="78.268" y="45.813"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-0" x="87.934" y="47.308"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 90.708188 0.00178125 L 90.708188 11.337719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-3" x="123.622" y="45.813"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-1" x="133.287" y="47.308"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 136.063656 0.00178125 L 136.063656 11.337719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-3" x="208.754" y="45.398"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-4-0" x="218.419" y="46.893"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-5-0" x="223.344" y="46.893"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-0" x="229.57" y="46.893"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 181.415219 0.00178125 L 181.415219 11.337719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-3" x="259.206" y="45.813"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-4-0" x="268.871" y="47.308"/>
+</g>
+<path fill-rule="nonzero" fill="rgb(100%, 92.498779%, 84.999084%)" fill-opacity="1" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 28.344906 -14.056812 L 48.188656 -21.275562 L 48.188656 -46.756031 L 28.344906 -53.974781 Z M 28.344906 -14.056812 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-6-0" x="96.698" y="86.428"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 22.676938 0.00178125 L 22.676938 -28.345875 L 27.637875 -28.345875 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.555792 2.070798 C -1.42298 1.293454 -0.001105 0.129391 0.38952 0.000485 C -0.001105 -0.128421 -1.42298 -1.29639 -1.555792 -2.073734 " transform="matrix(1, 0, 0, -1, 90.29798, 77.17236)"/>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 5.669125 -39.685719 L 27.637875 -39.685719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.555792 2.07342 C -1.42298 1.296076 -0.001105 0.128107 0.38952 -0.00079875 C -0.001105 -0.129705 -1.42298 -1.293768 -1.555792 -2.071111 " transform="matrix(1, 0, 0, -1, 90.29798, 88.51092)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-4" x="27.93" y="91.222"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-2" x="33.67" y="92.717"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-1-2" x="40.906" y="91.222"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-5" x="51.422" y="91.222"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-6" x="56.578642" y="91.222"/>
+</g>
+<path fill-rule="nonzero" fill="rgb(100%, 92.498779%, 84.999084%)" fill-opacity="1" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 73.700375 -14.056812 L 93.544125 -21.275562 L 93.544125 -46.756031 L 73.700375 -53.974781 Z M 73.700375 -14.056812 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-6-0" x="142.052" y="86.428"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 68.032406 0.00178125 L 68.032406 -28.345875 L 72.993344 -28.345875 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.554544 2.070798 C -1.425638 1.293454 0.00014375 0.129391 0.386862 0.000485 C 0.00014375 -0.128421 -1.425638 -1.29639 -1.554544 -2.073734 " transform="matrix(1, 0, 0, -1, 135.6522, 77.17236)"/>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 48.755063 -39.685719 L 72.993344 -39.685719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.554544 2.07342 C -1.425638 1.296076 0.00014375 0.128107 0.386862 -0.00079875 C 0.00014375 -0.129705 -1.425638 -1.293768 -1.554544 -2.071111 " transform="matrix(1, 0, 0, -1, 135.6522, 88.51092)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-4" x="118.782" y="99.148"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-0" x="124.522" y="100.642"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 94.110531 -39.685719 L 118.348813 -39.685719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.553255 2.07342 C -1.424349 1.296076 0.0014325 0.128107 0.388151 -0.00079875 C 0.0014325 -0.129705 -1.424349 -1.293768 -1.553255 -2.071111 " transform="matrix(1, 0, 0, -1, 181.00638, 88.51092)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-4" x="164.135" y="99.148"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-1" x="169.875" y="100.642"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="184.971" y="90.724"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="189.402364" y="90.724"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-2-0" x="193.823766" y="90.724"/>
+</g>
+<path fill-rule="nonzero" fill="rgb(100%, 92.498779%, 84.999084%)" fill-opacity="1" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 164.407406 -14.056812 L 184.251156 -21.275562 L 184.251156 -46.756031 L 164.407406 -53.974781 Z M 164.407406 -14.056812 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-6-0" x="232.759" y="86.428"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 158.739438 0.00178125 L 158.739438 -28.345875 L 163.700375 -28.345875 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.555912 2.070798 C -1.4231 1.293454 -0.001225 0.129391 0.3894 0.000485 C -0.001225 -0.128421 -1.4231 -1.29639 -1.555912 -2.073734 " transform="matrix(1, 0, 0, -1, 226.3606, 77.17236)"/>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 139.466 -39.685719 L 163.700375 -39.685719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.555912 2.07342 C -1.4231 1.296076 -0.001225 0.128107 0.3894 -0.00079875 C -0.001225 -0.129705 -1.4231 -1.293768 -1.555912 -2.071111 " transform="matrix(1, 0, 0, -1, 226.3606, 88.51092)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-4" x="203.913" y="99.148"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-4-0" x="209.653" y="100.642"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-5-0" x="214.578" y="100.642"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-1" x="220.805" y="100.642"/>
+</g>
+<path fill-rule="nonzero" fill="rgb(100%, 92.498779%, 84.999084%)" fill-opacity="1" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 209.762875 -14.056812 L 229.606625 -21.275562 L 229.606625 -46.756031 L 209.762875 -53.974781 Z M 209.762875 -14.056812 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-6-0" x="278.113" y="86.428"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 204.094906 0.00178125 L 204.094906 -28.345875 L 209.055844 -28.345875 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.554644 2.070798 C -1.425738 1.293454 0.00004375 0.129391 0.386762 0.000485 C 0.00004375 -0.128421 -1.425738 -1.29639 -1.554644 -2.073734 " transform="matrix(1, 0, 0, -1, 271.7148, 77.17236)"/>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 184.817563 -39.685719 L 209.055844 -39.685719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.554644 2.07342 C -1.425738 1.296076 0.00004375 0.128107 0.386762 -0.00079875 C 0.00004375 -0.129705 -1.425738 -1.293768 -1.554644 -2.071111 " transform="matrix(1, 0, 0, -1, 271.7148, 88.51092)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-4" x="249.267" y="99.148"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-4-0" x="255.007" y="100.642"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-5-0" x="259.932" y="100.642"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-3-0" x="266.158" y="100.642"/>
+</g>
+<path fill="none" stroke-width="0.79701" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 230.173031 -39.685719 L 237.969906 -39.685719 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<path fill="none" stroke-width="0.6376" stroke-linecap="round" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M -1.553931 2.07342 C -1.425025 1.296076 0.00075625 0.128107 0.387475 -0.00079875 C 0.00075625 -0.129705 -1.425025 -1.293768 -1.553931 -2.071111 " transform="matrix(1, 0, 0, -1, 300.62815, 88.51092)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-4" x="305.051" y="91.001"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-4-0" x="310.791" y="92.495"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-1-2" x="318.982" y="91.001"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-4" x="329.498" y="91.001"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-1-0" x="335.238" y="91.001"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-0-3" x="339.112" y="91.001"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-1-1" x="349.864" y="91.001"/>
+</g>
+<path fill="none" stroke-width="0.3985" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 232.438656 -68.029469 C 231.798031 -69.318531 230.294125 -70.177906 228.149594 -70.177906 L 131.848813 -70.177906 C 129.704281 -70.177906 128.200375 -71.033375 127.55975 -72.322437 C 126.915219 -71.033375 125.415219 -70.177906 123.270688 -70.177906 L 26.966 -70.177906 C 24.821469 -70.177906 23.321469 -69.318531 22.676938 -68.029469 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-0" x="115.312" y="132.272"/>
+<use xlink:href="#glyph-7-1" x="121.199338" y="132.272"/>
+<use xlink:href="#glyph-7-2" x="125.9596" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-3" x="129.185711" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-4" x="130.386312" y="132.272"/>
+<use xlink:href="#glyph-7-5" x="132.586666" y="132.272"/>
+<use xlink:href="#glyph-7-2" x="137.346928" y="132.272"/>
+<use xlink:href="#glyph-7-6" x="141.774536" y="132.272"/>
+<use xlink:href="#glyph-7-7" x="146.382369" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-8" x="153.553696" y="132.272"/>
+<use xlink:href="#glyph-7-7" x="158.313958" y="132.272"/>
+<use xlink:href="#glyph-7-9" x="162.409809" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-10" x="169.00908" y="132.272"/>
+<use xlink:href="#glyph-7-11" x="171.824529" y="132.272"/>
+<use xlink:href="#glyph-7-5" x="176.432362" y="132.272"/>
+<use xlink:href="#glyph-7-12" x="181.192624" y="132.272"/>
+<use xlink:href="#glyph-7-13" x="185.288476" y="132.272"/>
+<use xlink:href="#glyph-7-14" x="188.615907" y="132.272"/>
+<use xlink:href="#glyph-7-11" x="190.816261" y="132.272"/>
+<use xlink:href="#glyph-7-5" x="195.424094" y="132.272"/>
+<use xlink:href="#glyph-7-9" x="200.184356" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-8" x="206.792593" y="132.272"/>
+<use xlink:href="#glyph-7-7" x="211.552854" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-12" x="218.715215" y="132.272"/>
+<use xlink:href="#glyph-7-11" x="222.811066" y="132.272"/>
+<use xlink:href="#glyph-7-15" x="227.418899" y="132.272"/>
+<use xlink:href="#glyph-7-16" x="234.738172" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-17" x="239.247374" y="132.272"/>
+<use xlink:href="#glyph-7-7" x="242.395477" y="132.272"/>
+<use xlink:href="#glyph-7-9" x="246.491329" y="132.272"/>
+<use xlink:href="#glyph-7-9" x="250.02409" y="132.272"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-14" x="253.547885" y="132.272"/>
+<use xlink:href="#glyph-7-11" x="255.74824" y="132.272"/>
+<use xlink:href="#glyph-7-5" x="260.356073" y="132.272"/>
+</g>
+<path fill="none" stroke-width="0.3985" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00115625 28.345531 C 0.641781 29.634594 2.145688 30.490063 4.290219 30.490063 L 109.094906 30.490063 C 111.239438 30.490063 112.743344 31.349438 113.383969 32.634594 C 114.0285 31.349438 115.5285 30.490063 117.676938 30.490063 L 222.481625 30.490063 C 224.626156 30.490063 226.126156 29.634594 226.770688 28.345531 " transform="matrix(1, 0, 0, -1, 62.659, 48.826)"/>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-18" x="125.522" y="9.547"/>
+<use xlink:href="#glyph-7-7" x="133.574724" y="9.547"/>
+<use xlink:href="#glyph-7-9" x="137.670575" y="9.547"/>
+<use xlink:href="#glyph-7-9" x="141.203337" y="9.547"/>
+<use xlink:href="#glyph-7-2" x="144.736099" y="9.547"/>
+<use xlink:href="#glyph-7-6" x="149.163707" y="9.547"/>
+<use xlink:href="#glyph-7-7" x="153.77154" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-8" x="160.942867" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-19" x="165.443103" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-7" x="165.702232" y="9.547"/>
+<use xlink:href="#glyph-7-12" x="169.798083" y="9.547"/>
+<use xlink:href="#glyph-7-11" x="173.893935" y="9.547"/>
+<use xlink:href="#glyph-7-20" x="178.501768" y="9.547"/>
+<use xlink:href="#glyph-7-16" x="183.262029" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-19" x="187.762266" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-7" x="188.021395" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-7" x="195.183755" y="9.547"/>
+<use xlink:href="#glyph-7-5" x="199.279606" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-21" x="207.115343" y="9.547"/>
+<use xlink:href="#glyph-7-22" x="211.875605" y="9.547"/>
+<use xlink:href="#glyph-7-11" x="214.07596" y="9.547"/>
+</g>
+<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
+<use xlink:href="#glyph-7-12" x="218.934852" y="9.547"/>
+<use xlink:href="#glyph-7-9" x="223.030703" y="9.547"/>
+</g>
+</svg>