docs: fixed generated images

This commit is contained in:
Frank Morgner
2023-09-30 03:00:40 +02:00
parent 4a442fb3e2
commit 5db58fec6e
40 changed files with 30478 additions and 491 deletions

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1 # Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a3d188836219804b05091b34c89f1341 config: f2fa73baf7fec385947ac770039aeef0
tags: 645f666f9bcd5a90fca523b33c5a78b7 tags: 645f666f9bcd5a90fca523b33c5a78b7

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Android Smart Card Emulator &#8212; vsmartcard 2023-09-27 documentation</title> <title>Android Smart Card Emulator &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
@@ -180,51 +180,14 @@ which allows emulating a contactless card from an existing contact-based card
(by relaying the commands from PC/SC to the phone).</p> (by relaying the commands from PC/SC to the phone).</p>
<p>You may also attach your own simulation to the remote interface by implementing <p>You may also attach your own simulation to the remote interface by implementing
a simple interface through a socket communication.</p> a simple interface through a socket communication.</p>
<div class="system-message"> <div class="figure" id="id1" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-f7010fa8209b3752026a52619d57bbebb8fa2bcd.svg" alt="Figure made with TikZ" /></p>
\node (reader) {\includegraphics[width=3cm]{$wd/bilder/my_cardreader.pdf}};
\node [below=0cm of reader, kleiner] {Contact-less Reader};
\node (phone) [right=1cm of reader] {\includegraphics[width=3cm]{$wd/bilder/smartphone.pdf}};
\node (app) [at=(phone.center)] {\includegraphics[width=2.8cm, height=4.9cm]{$wd/bilder/ACardEmulator.png}};
\begin{pgfonlayer}{background}
\draw [rfid] (reader.center) -- (phone.west) ;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Simulate a contact-less Java Card with Android Smart Card Emulator</span></p> <p class="caption"><span class="caption-text">Simulate a contact-less Java Card with Android Smart Card Emulator</span></p>
</div><div class="system-message"> </div><div class="figure" id="id2" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-ae1e764f23cec8b5d67952bc6d8bbe66280e80d1.svg" alt="Figure made with TikZ" /></p>
\node (reader) {\includegraphics[width=3cm]{$wd/bilder/my_cardreader.pdf}};
\node [below=0cm of reader, kleiner] {Contact-less Reader};
\node (phone) [right=1cm of reader] {\includegraphics[width=3cm]{$wd/bilder/smartphone.pdf}};
\node (app) [at=(phone.center)] {\includegraphics[width=2.8cm, height=4.9cm]{$wd/bilder/ACardEmulator.png}};
\node (vicc) [aktivbox, right=2cm of phone, kleiner] {\texttt{vicc --reversed}};
\begin{pgfonlayer}{background}
\draw [rfid] (reader.center) -- (phone.west) ;
\path[linie] (phone) edge node {\includegraphics[width=1.5cm]{$wd/bilder/simplecloud.pdf}} (vicc) ;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Simulate a contact-less smart card with a remote virtual smart card</span></p> <p class="caption"><span class="caption-text">Simulate a contact-less smart card with a remote virtual smart card</span></p>
</div><div class="system-message"> </div><div class="figure" id="id3" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-30c9c7049675e5b06e8364c63b0718d51986e380.svg" alt="Figure made with TikZ" /></p>
\node (reader) {\includegraphics[width=3cm]{$wd/bilder/my_cardreader.pdf}};
\node [below=0cm of reader, kleiner] {Contact-less Reader};
\node (phone) [right=1cm of reader] {\includegraphics[width=3cm]{$wd/bilder/smartphone.pdf}};
\node (app) [at=(phone.center)] {\includegraphics[width=2.8cm, height=4.9cm]{$wd/bilder/ACardEmulator.png}};
\node (pcsc-relay) [aktivbox, right=2cm of phone, kleiner] {\texttt{pcsc-relay --emulator=vpcd}};
\node (card) [below=.5cm of pcsc-relay)] {\includegraphics[width=0.8cm]{$wd/bilder/smartcard.pdf}};
\node (reader2) [below=1cm of pcsc-relay] {\includegraphics[width=1.3cm]{$wd/bilder/my_cardreader.pdf}};
\begin{pgfonlayer}{background}
\draw [rfid] (reader.center) -- (phone.west) ;
\path[linie] (phone) edge node {\includegraphics[width=1.5cm]{$wd/bilder/simplecloud.pdf}} (pcsc-relay) ;
\path[linie] (pcsc-relay) edge (reader2) ;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Relaying a contact-based smart card with pcsc-relay</span></p> <p class="caption"><span class="caption-text">Relaying a contact-based smart card with pcsc-relay</span></p>
</div><p>The Android Smart Card Emulator has the following dependencies:</p> </div><p>The Android Smart Card Emulator has the following dependencies:</p>
<ul class="simple"> <ul class="simple">

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tizen Smart Card Emulator &#8212; vsmartcard 2023-09-27 documentation</title> <title>Tizen Smart Card Emulator &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
@@ -161,19 +161,8 @@ sends responses back to the contact-less reader via the Tizen Smart Card
Emulator.</p> Emulator.</p>
<p>You may also attach your own simulation by using the Samsung Accessory Protocol <p>You may also attach your own simulation by using the Samsung Accessory Protocol
for communicating with the tizen service.</p> for communicating with the tizen service.</p>
<div class="system-message"> <div class="figure" id="id1" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-b87c5ab6092153f7f845370e9964b266e5d97f55.svg" alt="Figure made with TikZ" /></p>
\node (reader) {\includegraphics[width=3cm]{$wd/bilder/my_cardreader.pdf}};
\node [below=0cm of reader, kleiner] {Contact-less Reader};
\node (gears2) [right=1cm of reader] {\includegraphics[width=3cm]{$wd/bilder/gears2.jpg}};
\node (phone) [right=-.5cm of gears2] {\includegraphics[width=3cm]{$wd/bilder/smartphone.pdf}};
\node (app) [at=(phone.center)] {\includegraphics[width=2.8cm, height=4.9cm]{$wd/bilder/ACardEmulator.png}};
\begin{pgfonlayer}{background}
\draw [rfid] (reader.center) -- (gears2.west) ;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Simulate a contact-less smart card with Android Smart Card Emulator</span></p> <p class="caption"><span class="caption-text">Simulate a contact-less smart card with Android Smart Card Emulator</span></p>
</div><div class="section" id="download-and-install"> </div><div class="section" id="download-and-install">
<h2>Download and Install<a class="headerlink" href="#download-and-install" title="Permalink to this headline"></a></h2> <h2>Download and Install<a class="headerlink" href="#download-and-install" title="Permalink to this headline"></a></h2>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.6 MiB

View File

@@ -0,0 +1,406 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="455.982pt" height="67.206pt" viewBox="0 0 455.982 67.206" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 2.421875 2.65625 C 2.578125 2.65625 2.890625 2.65625 2.890625 2.3125 C 2.890625 1.953125 2.578125 1.953125 2.421875 1.953125 L 1.921875 1.953125 L 1.921875 -0.59375 C 2.21875 -0.28125 2.65625 0.078125 3.328125 0.078125 C 4.59375 0.078125 5.703125 -1.0625 5.703125 -2.578125 C 5.703125 -4.046875 4.703125 -5.21875 3.453125 -5.21875 C 2.578125 -5.21875 2.03125 -4.703125 1.921875 -4.578125 C 1.921875 -4.96875 1.921875 -5.15625 1.453125 -5.15625 L 0.65625 -5.15625 C 0.484375 -5.15625 0.171875 -5.15625 0.171875 -4.8125 C 0.171875 -4.453125 0.484375 -4.453125 0.65625 -4.453125 L 1.140625 -4.453125 L 1.140625 1.953125 L 0.65625 1.953125 C 0.484375 1.953125 0.171875 1.953125 0.171875 2.3125 C 0.171875 2.65625 0.484375 2.65625 0.65625 2.65625 Z M 1.921875 -3.171875 C 1.921875 -3.859375 2.59375 -4.53125 3.375 -4.53125 C 4.234375 -4.53125 4.921875 -3.65625 4.921875 -2.578125 C 4.921875 -1.4375 4.109375 -0.625 3.265625 -0.625 C 2.359375 -0.625 1.921875 -1.640625 1.921875 -2.234375 Z M 1.921875 -3.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 5.453125 -1.296875 C 5.453125 -1.609375 5.15625 -1.609375 5.0625 -1.609375 C 4.78125 -1.609375 4.734375 -1.515625 4.671875 -1.34375 C 4.40625 -0.6875 3.828125 -0.625 3.53125 -0.625 C 2.515625 -0.625 1.65625 -1.46875 1.65625 -2.578125 C 1.65625 -3.1875 2.015625 -4.5625 3.578125 -4.5625 C 3.890625 -4.5625 4.140625 -4.546875 4.25 -4.53125 C 4.34375 -4.5 4.34375 -4.5 4.34375 -4.4375 C 4.390625 -3.9375 4.75 -3.9375 4.828125 -3.9375 C 5.09375 -3.9375 5.3125 -4.109375 5.3125 -4.4375 C 5.3125 -5.265625 4.109375 -5.265625 3.578125 -5.265625 C 1.546875 -5.265625 0.890625 -3.578125 0.890625 -2.578125 C 0.890625 -1.125 2 0.078125 3.4375 0.078125 C 5.03125 0.078125 5.453125 -1.109375 5.453125 -1.296875 Z M 5.453125 -1.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 5.015625 -4.8125 C 5.015625 -5 5.015625 -5.265625 4.6875 -5.265625 C 4.40625 -5.265625 4.328125 -4.984375 4.328125 -4.96875 C 3.84375 -5.265625 3.296875 -5.265625 3.0625 -5.265625 C 1.109375 -5.265625 0.84375 -4.265625 0.84375 -3.859375 C 0.84375 -3.375 1.140625 -3.03125 1.546875 -2.8125 C 1.921875 -2.59375 2.265625 -2.53125 3.25 -2.375 C 3.71875 -2.296875 4.671875 -2.140625 4.671875 -1.484375 C 4.671875 -1.046875 4.265625 -0.625 3.15625 -0.625 C 2.390625 -0.625 1.890625 -0.921875 1.640625 -1.78125 C 1.578125 -1.953125 1.546875 -2.078125 1.25 -2.078125 C 0.84375 -2.078125 0.84375 -1.859375 0.84375 -1.609375 L 0.84375 -0.375 C 0.84375 -0.1875 0.84375 0.078125 1.1875 0.078125 C 1.328125 0.078125 1.4375 0.078125 1.609375 -0.421875 C 2.15625 0.03125 2.78125 0.078125 3.15625 0.078125 C 5.359375 0.078125 5.359375 -1.359375 5.359375 -1.484375 C 5.359375 -2.71875 3.890625 -2.96875 3.3125 -3.0625 C 2.265625 -3.234375 1.546875 -3.359375 1.546875 -3.859375 C 1.546875 -4.1875 1.90625 -4.5625 3.03125 -4.5625 C 4.171875 -4.5625 4.21875 -4.03125 4.25 -3.71875 C 4.265625 -3.484375 4.484375 -3.4375 4.625 -3.4375 C 5.015625 -3.4375 5.015625 -3.65625 5.015625 -3.890625 Z M 5.015625 -4.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 4.953125 -3.265625 C 5.109375 -3.265625 5.484375 -3.265625 5.484375 -3.640625 C 5.484375 -4.046875 5.109375 -4.046875 4.953125 -4.046875 L 1.1875 -4.046875 C 1.046875 -4.046875 0.65625 -4.046875 0.65625 -3.65625 C 0.65625 -3.265625 1.03125 -3.265625 1.1875 -3.265625 Z M 4.953125 -3.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 2.578125 -2.265625 C 2.578125 -3.6875 3.578125 -4.53125 4.609375 -4.53125 C 4.65625 -4.53125 4.734375 -4.53125 4.796875 -4.515625 C 4.828125 -4.09375 5.15625 -4.046875 5.25 -4.046875 C 5.515625 -4.046875 5.71875 -4.25 5.71875 -4.515625 C 5.71875 -5.03125 5.21875 -5.21875 4.609375 -5.21875 C 3.8125 -5.21875 3.125 -4.859375 2.578125 -4.203125 L 2.578125 -4.65625 C 2.578125 -5.03125 2.515625 -5.15625 2.109375 -5.15625 L 0.890625 -5.15625 C 0.734375 -5.15625 0.421875 -5.15625 0.421875 -4.8125 C 0.421875 -4.453125 0.734375 -4.453125 0.890625 -4.453125 L 1.8125 -4.453125 L 1.8125 -0.6875 L 0.890625 -0.6875 C 0.734375 -0.6875 0.421875 -0.6875 0.421875 -0.34375 C 0.421875 0 0.734375 0 0.890625 0 L 3.84375 0 C 4 0 4.3125 0 4.3125 -0.34375 C 4.3125 -0.6875 4 -0.6875 3.84375 -0.6875 L 2.578125 -0.6875 Z M 2.578125 -2.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 4.96875 -2.296875 C 5.21875 -2.296875 5.453125 -2.296875 5.453125 -2.734375 C 5.453125 -4.140625 4.65625 -5.265625 3.171875 -5.265625 C 1.78125 -5.265625 0.671875 -4.0625 0.671875 -2.609375 C 0.671875 -1.09375 1.875 0.078125 3.34375 0.078125 C 4.890625 0.078125 5.453125 -0.984375 5.453125 -1.296875 C 5.453125 -1.375 5.421875 -1.640625 5.0625 -1.640625 C 4.828125 -1.640625 4.75 -1.546875 4.6875 -1.375 C 4.390625 -0.6875 3.609375 -0.625 3.375 -0.625 C 2.390625 -0.625 1.609375 -1.375 1.46875 -2.296875 Z M 1.484375 -2.953125 C 1.640625 -3.96875 2.421875 -4.5625 3.171875 -4.5625 C 4.359375 -4.5625 4.609375 -3.546875 4.65625 -2.953125 Z M 1.484375 -2.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 3.46875 -6.8125 C 3.46875 -7.1875 3.390625 -7.296875 2.984375 -7.296875 L 1.234375 -7.296875 C 1.0625 -7.296875 0.75 -7.296875 0.75 -6.953125 C 0.75 -6.609375 1.0625 -6.609375 1.234375 -6.609375 L 2.6875 -6.609375 L 2.6875 -0.6875 L 1.234375 -0.6875 C 1.0625 -0.6875 0.75 -0.6875 0.75 -0.34375 C 0.75 0 1.0625 0 1.234375 0 L 4.921875 0 C 5.09375 0 5.40625 0 5.40625 -0.34375 C 5.40625 -0.6875 5.09375 -0.6875 4.921875 -0.6875 L 3.46875 -0.6875 Z M 3.46875 -6.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 4.953125 -3.390625 C 4.953125 -4.296875 4.265625 -5.265625 2.65625 -5.265625 C 2.15625 -5.265625 0.984375 -5.265625 0.984375 -4.4375 C 0.984375 -4.109375 1.21875 -3.9375 1.484375 -3.9375 C 1.546875 -3.9375 1.953125 -3.953125 1.953125 -4.453125 C 1.953125 -4.515625 1.96875 -4.53125 2.21875 -4.546875 C 2.359375 -4.5625 2.515625 -4.5625 2.671875 -4.5625 C 2.9375 -4.5625 3.34375 -4.5625 3.734375 -4.265625 C 4.171875 -3.9375 4.171875 -3.59375 4.171875 -3.25 C 3.46875 -3.234375 2.765625 -3.171875 2.03125 -2.9375 C 1.4375 -2.734375 0.671875 -2.3125 0.671875 -1.5 C 0.671875 -0.640625 1.421875 0.078125 2.53125 0.078125 C 2.921875 0.078125 3.65625 0.015625 4.28125 -0.421875 C 4.515625 -0.03125 5.109375 0 5.5625 0 C 5.859375 0 6.140625 0 6.140625 -0.34375 C 6.140625 -0.6875 5.828125 -0.6875 5.671875 -0.6875 C 5.359375 -0.6875 5.109375 -0.71875 4.953125 -0.78125 Z M 4.171875 -1.578125 C 4.171875 -1.296875 4.171875 -1.046875 3.6875 -0.828125 C 3.265625 -0.625 2.703125 -0.625 2.671875 -0.625 C 1.953125 -0.625 1.453125 -1 1.453125 -1.5 C 1.453125 -2.203125 2.71875 -2.609375 4.171875 -2.609375 Z M 4.171875 -1.578125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 5.0625 -4.453125 L 5.375 -4.453125 C 5.546875 -4.453125 5.875 -4.453125 5.875 -4.8125 C 5.875 -5.15625 5.546875 -5.15625 5.375 -5.15625 L 4.0625 -5.15625 C 3.890625 -5.15625 3.578125 -5.15625 3.578125 -4.8125 C 3.578125 -4.453125 3.890625 -4.453125 4.0625 -4.453125 L 4.359375 -4.453125 C 4.03125 -3.484375 3.34375 -1.484375 3.171875 -0.796875 C 3.109375 -1.0625 3.0625 -1.1875 2.9375 -1.515625 L 1.828125 -4.453125 L 2.109375 -4.453125 C 2.265625 -4.453125 2.59375 -4.453125 2.59375 -4.8125 C 2.59375 -5.15625 2.265625 -5.15625 2.109375 -5.15625 L 0.78125 -5.15625 C 0.625 -5.15625 0.296875 -5.15625 0.296875 -4.8125 C 0.296875 -4.453125 0.625 -4.453125 0.78125 -4.453125 L 1.109375 -4.453125 L 2.78125 -0.15625 C 2.828125 -0.03125 2.828125 -0.015625 2.828125 0 C 2.828125 0.03125 2.515625 1.0625 2.34375 1.40625 C 2.265625 1.515625 1.96875 2.078125 1.40625 2.015625 C 1.40625 1.984375 1.453125 1.90625 1.453125 1.78125 C 1.453125 1.5 1.25 1.3125 0.984375 1.3125 C 0.6875 1.3125 0.5 1.515625 0.5 1.796875 C 0.5 2.25 0.890625 2.71875 1.484375 2.71875 C 2.640625 2.71875 3.15625 1.1875 3.1875 1.09375 Z M 5.0625 -4.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 5.796875 -2.578125 L 5.546875 -2.578125 C 5.4375 -1.5625 5.296875 -0.3125 3.546875 -0.3125 L 2.734375 -0.3125 C 2.265625 -0.3125 2.25 -0.375 2.25 -0.703125 L 2.25 -6.015625 C 2.25 -6.359375 2.25 -6.5 3.1875 -6.5 L 3.515625 -6.5 L 3.515625 -6.8125 C 3.15625 -6.78125 2.25 -6.78125 1.84375 -6.78125 C 1.453125 -6.78125 0.671875 -6.78125 0.328125 -6.8125 L 0.328125 -6.5 L 0.5625 -6.5 C 1.328125 -6.5 1.359375 -6.390625 1.359375 -6.03125 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 L 5.515625 0 Z M 5.796875 -2.578125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.640625 -0.015625 1.1875 -0.03125 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 Z M 1.796875 -6.140625 C 1.796875 -6.453125 1.5625 -6.671875 1.28125 -6.671875 C 0.96875 -6.671875 0.75 -6.40625 0.75 -6.140625 C 0.75 -5.875 0.96875 -5.609375 1.28125 -5.609375 C 1.5625 -5.609375 1.796875 -5.828125 1.796875 -6.140625 Z M 1.796875 -6.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 1.71875 -3.765625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 0 L 1.3125 0 C 1.3125 -0.015625 1.390625 -0.15625 1.671875 -0.625 C 1.8125 -0.390625 2.234375 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 C 5.1875 -3.421875 4.21875 -4.40625 3.078125 -4.40625 C 2.296875 -4.40625 1.875 -3.9375 1.71875 -3.765625 Z M 1.75 -1.140625 L 1.75 -3.1875 C 1.75 -3.375 1.75 -3.390625 1.859375 -3.546875 C 2.25 -4.109375 2.796875 -4.1875 3.03125 -4.1875 C 3.484375 -4.1875 3.84375 -3.921875 4.078125 -3.546875 C 4.34375 -3.140625 4.359375 -2.578125 4.359375 -2.15625 C 4.359375 -1.796875 4.34375 -1.203125 4.0625 -0.75 C 3.84375 -0.4375 3.46875 -0.109375 2.9375 -0.109375 C 2.484375 -0.109375 2.125 -0.34375 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.953125 1.75 -1.140625 Z M 1.75 -1.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.21875 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.4375 -0.015625 3.953125 -0.03125 4.21875 -0.03125 C 4.46875 -0.03125 5 -0.015625 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 Z M 1.09375 -3.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 C 0.734375 -0.015625 1.203125 -0.03125 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 Z M 1.75 -4.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 1.171875 -2.171875 C 1.171875 -3.796875 1.984375 -4.21875 2.515625 -4.21875 C 2.609375 -4.21875 3.234375 -4.203125 3.578125 -3.84375 C 3.171875 -3.8125 3.109375 -3.515625 3.109375 -3.390625 C 3.109375 -3.125 3.296875 -2.9375 3.5625 -2.9375 C 3.828125 -2.9375 4.03125 -3.09375 4.03125 -3.40625 C 4.03125 -4.078125 3.265625 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.34375 -3.390625 0.34375 -2.15625 C 0.34375 -0.875 1.328125 0.109375 2.484375 0.109375 C 3.8125 0.109375 4.140625 -1.09375 4.140625 -1.1875 C 4.140625 -1.28125 4.03125 -1.28125 4 -1.28125 C 3.921875 -1.28125 3.890625 -1.25 3.875 -1.1875 C 3.59375 -0.265625 2.9375 -0.140625 2.578125 -0.140625 C 2.046875 -0.140625 1.171875 -0.5625 1.171875 -2.171875 Z M 1.171875 -2.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M 0.34375 -6.8125 L 0.34375 -6.5 L 0.59375 -6.5 C 1.359375 -6.5 1.375 -6.390625 1.375 -6.03125 L 1.375 -0.78125 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.34375 -0.3125 L 0.34375 0 L 4 0 C 5.671875 0 7.046875 -1.46875 7.046875 -3.34375 C 7.046875 -5.25 5.703125 -6.8125 4 -6.8125 Z M 2.71875 -0.3125 C 2.25 -0.3125 2.234375 -0.375 2.234375 -0.703125 L 2.234375 -6.09375 C 2.234375 -6.4375 2.25 -6.5 2.71875 -6.5 L 3.71875 -6.5 C 4.34375 -6.5 5.03125 -6.28125 5.53125 -5.578125 C 5.96875 -4.984375 6.046875 -4.125 6.046875 -3.34375 C 6.046875 -2.25 5.859375 -1.640625 5.5 -1.15625 C 5.296875 -0.890625 4.734375 -0.3125 3.734375 -0.3125 Z M 2.71875 -0.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 Z M 1.109375 -2.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-9">
<path style="stroke:none;" d="M 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.078125 -4.265625 3.625 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.703125 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.9375 -4.28125 1.390625 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 Z M 4.140625 -3.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-10">
<path style="stroke:none;" d="M 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.1875 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 Z M 2.078125 -1.9375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-11">
<path style="stroke:none;" d="M 7.1875 -3.375 C 7.1875 -5.40625 5.6875 -7.03125 3.875 -7.03125 C 2.078125 -7.03125 0.5625 -5.4375 0.5625 -3.375 C 0.5625 -1.328125 2.09375 0.21875 3.875 0.21875 C 5.6875 0.21875 7.1875 -1.359375 7.1875 -3.375 Z M 3.875 -0.046875 C 2.921875 -0.046875 1.578125 -0.921875 1.578125 -3.515625 C 1.578125 -6.09375 3.046875 -6.78125 3.875 -6.78125 C 4.734375 -6.78125 6.15625 -6.078125 6.15625 -3.515625 C 6.15625 -0.875 4.796875 -0.046875 3.875 -0.046875 Z M 3.875 -0.046875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-12">
<path style="stroke:none;" d="M 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 C 0.625 1.921875 1.140625 1.90625 1.390625 1.90625 C 1.671875 1.90625 2.171875 1.921875 2.515625 1.9375 L 2.515625 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.171875 L 1.75 -0.59375 C 1.796875 -0.421875 2.21875 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 C 5.1875 -3.421875 4.234375 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 Z M 1.75 -1.140625 L 1.75 -3.359375 C 2.03125 -3.875 2.515625 -4.15625 3.03125 -4.15625 C 3.765625 -4.15625 4.359375 -3.28125 4.359375 -2.15625 C 4.359375 -0.953125 3.671875 -0.109375 2.9375 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.9375 1.75 -1.140625 Z M 1.75 -1.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-13">
<path style="stroke:none;" d="M 2.265625 -3.15625 L 3.953125 -3.15625 C 5.140625 -3.15625 6.21875 -3.953125 6.21875 -4.953125 C 6.21875 -5.9375 5.234375 -6.8125 3.875 -6.8125 L 0.34375 -6.8125 L 0.34375 -6.5 L 0.59375 -6.5 C 1.359375 -6.5 1.375 -6.390625 1.375 -6.03125 L 1.375 -0.78125 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.703125 -0.03125 1.4375 -0.03125 1.8125 -0.03125 C 2.1875 -0.03125 2.9375 -0.03125 3.296875 0 L 3.296875 -0.3125 L 3.046875 -0.3125 C 2.28125 -0.3125 2.265625 -0.421875 2.265625 -0.78125 Z M 2.234375 -3.40625 L 2.234375 -6.09375 C 2.234375 -6.4375 2.25 -6.5 2.71875 -6.5 L 3.609375 -6.5 C 5.1875 -6.5 5.1875 -5.4375 5.1875 -4.953125 C 5.1875 -4.484375 5.1875 -3.40625 3.609375 -3.40625 Z M 2.234375 -3.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-14">
<path style="stroke:none;" d="M 2.25 -6.03125 C 2.25 -6.390625 2.265625 -6.5 3.0625 -6.5 L 3.3125 -6.5 L 3.3125 -6.8125 C 2.96875 -6.78125 2.1875 -6.78125 1.796875 -6.78125 C 1.421875 -6.78125 0.625 -6.78125 0.28125 -6.8125 L 0.28125 -6.5 L 0.53125 -6.5 C 1.328125 -6.5 1.359375 -6.390625 1.359375 -6.03125 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.53125 -0.3125 L 0.28125 -0.3125 L 0.28125 0 C 0.625 -0.03125 1.421875 -0.03125 1.796875 -0.03125 C 2.1875 -0.03125 2.96875 -0.03125 3.3125 0 L 3.3125 -0.3125 L 3.0625 -0.3125 C 2.265625 -0.3125 2.25 -0.421875 2.25 -0.78125 Z M 2.25 -6.03125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-15">
<path style="stroke:none;" d="M 0.5625 -3.40625 C 0.5625 -1.34375 2.171875 0.21875 4.03125 0.21875 C 5.65625 0.21875 6.625 -1.171875 6.625 -2.328125 C 6.625 -2.421875 6.625 -2.5 6.5 -2.5 C 6.390625 -2.5 6.390625 -2.4375 6.375 -2.328125 C 6.296875 -0.90625 5.234375 -0.09375 4.140625 -0.09375 C 3.53125 -0.09375 1.578125 -0.421875 1.578125 -3.40625 C 1.578125 -6.375 3.53125 -6.71875 4.140625 -6.71875 C 5.21875 -6.71875 6.109375 -5.8125 6.3125 -4.359375 C 6.328125 -4.21875 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.21875 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.03125 6.515625 -7.03125 C 6.484375 -7.03125 6.4375 -7.03125 6.359375 -6.90625 L 5.859375 -6.171875 C 5.5 -6.53125 4.984375 -7.03125 4.03125 -7.03125 C 2.15625 -7.03125 0.5625 -5.4375 0.5625 -3.40625 Z M 0.5625 -3.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-16">
<path style="stroke:none;" d="M 6.1875 -5.828125 C 6.328125 -6.203125 6.59375 -6.484375 7.28125 -6.5 L 7.28125 -6.8125 C 6.96875 -6.78125 6.5625 -6.78125 6.3125 -6.78125 C 6.015625 -6.78125 5.4375 -6.796875 5.171875 -6.8125 L 5.171875 -6.5 C 5.6875 -6.484375 5.90625 -6.234375 5.90625 -6 C 5.90625 -5.921875 5.875 -5.859375 5.859375 -5.796875 L 4.03125 -1 L 2.125 -6.03125 C 2.0625 -6.171875 2.0625 -6.1875 2.0625 -6.203125 C 2.0625 -6.5 2.625 -6.5 2.875 -6.5 L 2.875 -6.8125 C 2.515625 -6.78125 1.828125 -6.78125 1.453125 -6.78125 C 0.984375 -6.78125 0.546875 -6.796875 0.1875 -6.8125 L 0.1875 -6.5 C 0.84375 -6.5 1.03125 -6.5 1.171875 -6.125 L 3.484375 0 C 3.546875 0.1875 3.59375 0.21875 3.734375 0.21875 C 3.890625 0.21875 3.921875 0.171875 3.96875 0.03125 Z M 6.1875 -5.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-17">
<path style="stroke:none;" d="M 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 C 0.671875 -0.015625 1.140625 -0.03125 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 Z M 1.671875 -3.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-18">
<path style="stroke:none;" d="M 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 Z M 1.71875 -3.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-19">
<path style="stroke:none;" d="M 3.890625 -0.78125 L 3.890625 0.109375 L 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 Z M 3.890625 -0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-20">
<path style="stroke:none;" d="M 3.3125 -0.75 C 3.359375 -0.359375 3.625 0.0625 4.09375 0.0625 C 4.3125 0.0625 4.921875 -0.078125 4.921875 -0.890625 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.890625 C 4.671875 -0.3125 4.421875 -0.25 4.3125 -0.25 C 3.984375 -0.25 3.9375 -0.703125 3.9375 -0.75 L 3.9375 -2.734375 C 3.9375 -3.15625 3.9375 -3.546875 3.578125 -3.921875 C 3.1875 -4.3125 2.6875 -4.46875 2.21875 -4.46875 C 1.390625 -4.46875 0.703125 -4 0.703125 -3.34375 C 0.703125 -3.046875 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.625 -3.078125 1.625 -3.328125 C 1.625 -3.453125 1.578125 -3.78125 1.109375 -3.78125 C 1.390625 -4.140625 1.875 -4.25 2.1875 -4.25 C 2.6875 -4.25 3.25 -3.859375 3.25 -2.96875 L 3.25 -2.609375 C 2.734375 -2.578125 2.046875 -2.546875 1.421875 -2.25 C 0.671875 -1.90625 0.421875 -1.390625 0.421875 -0.953125 C 0.421875 -0.140625 1.390625 0.109375 2.015625 0.109375 C 2.671875 0.109375 3.125 -0.296875 3.3125 -0.75 Z M 3.25 -2.390625 L 3.25 -1.390625 C 3.25 -0.453125 2.53125 -0.109375 2.078125 -0.109375 C 1.59375 -0.109375 1.1875 -0.453125 1.1875 -0.953125 C 1.1875 -1.5 1.609375 -2.328125 3.25 -2.390625 Z M 3.25 -2.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-21">
<path style="stroke:none;" d="M 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.65625 -0.015625 1.1875 -0.03125 1.4375 -0.03125 C 1.6875 -0.03125 2.171875 -0.015625 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 Z M 1.765625 -6.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-22">
<path style="stroke:none;" d="M 3.484375 -3.875 L 2.203125 -4.171875 C 1.578125 -4.328125 1.203125 -4.859375 1.203125 -5.4375 C 1.203125 -6.140625 1.734375 -6.75 2.515625 -6.75 C 4.171875 -6.75 4.390625 -5.109375 4.453125 -4.671875 C 4.46875 -4.609375 4.46875 -4.546875 4.578125 -4.546875 C 4.703125 -4.546875 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.03125 4.59375 -7.03125 C 4.53125 -7.03125 4.515625 -7.015625 4.453125 -6.890625 L 4.09375 -6.328125 C 3.796875 -6.625 3.390625 -7.03125 2.5 -7.03125 C 1.390625 -7.03125 0.5625 -6.15625 0.5625 -5.09375 C 0.5625 -4.265625 1.09375 -3.53125 1.859375 -3.265625 C 1.96875 -3.234375 2.484375 -3.109375 3.1875 -2.9375 C 3.453125 -2.875 3.75 -2.796875 4.03125 -2.4375 C 4.234375 -2.171875 4.34375 -1.84375 4.34375 -1.515625 C 4.34375 -0.8125 3.84375 -0.09375 3 -0.09375 C 2.71875 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.078125 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3.015625 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.859375 C 4.96875 -2.84375 4.3125 -3.671875 3.484375 -3.875 Z M 3.484375 -3.875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-23">
<path style="stroke:none;" d="M 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.21875 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.4375 -0.015625 3.953125 -0.03125 4.21875 -0.03125 C 4.46875 -0.03125 5 -0.015625 5.328125 0 L 5.328125 -0.3125 C 4.671875 -0.3125 4.5625 -0.3125 4.5625 -0.75 L 4.5625 -2.59375 C 4.5625 -3.625 5.265625 -4.1875 5.90625 -4.1875 C 6.53125 -4.1875 6.640625 -3.65625 6.640625 -3.078125 L 6.640625 -0.75 C 6.640625 -0.3125 6.53125 -0.3125 5.859375 -0.3125 L 5.859375 0 C 6.203125 -0.015625 6.71875 -0.03125 6.984375 -0.03125 C 7.25 -0.03125 7.765625 -0.015625 8.109375 0 L 8.109375 -0.3125 C 7.59375 -0.3125 7.34375 -0.3125 7.328125 -0.609375 L 7.328125 -2.515625 C 7.328125 -3.375 7.328125 -3.671875 7.015625 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.140625 -4.40625 4.6875 -3.8125 4.53125 -3.421875 C 4.390625 -4.296875 3.65625 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 Z M 1.09375 -3.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-24">
<path style="stroke:none;" d="M 3.78125 -0.546875 L 3.78125 0.109375 L 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 Z M 3.78125 -3.21875 L 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -3.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-25">
<path style="stroke:none;" d="M 2.234375 -3.515625 L 2.234375 -6.09375 C 2.234375 -6.328125 2.234375 -6.453125 2.453125 -6.484375 C 2.546875 -6.5 2.84375 -6.5 3.046875 -6.5 C 3.9375 -6.5 5.046875 -6.453125 5.046875 -5.015625 C 5.046875 -4.328125 4.8125 -3.515625 3.34375 -3.515625 Z M 4.34375 -3.390625 C 5.296875 -3.625 6.078125 -4.234375 6.078125 -5.015625 C 6.078125 -5.96875 4.9375 -6.8125 3.484375 -6.8125 L 0.34375 -6.8125 L 0.34375 -6.5 L 0.59375 -6.5 C 1.359375 -6.5 1.375 -6.390625 1.375 -6.03125 L 1.375 -0.78125 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.703125 -0.03125 1.421875 -0.03125 1.796875 -0.03125 C 2.1875 -0.03125 2.90625 -0.03125 3.265625 0 L 3.265625 -0.3125 L 3.015625 -0.3125 C 2.25 -0.3125 2.234375 -0.421875 2.234375 -0.78125 L 2.234375 -3.296875 L 3.375 -3.296875 C 3.53125 -3.296875 3.953125 -3.296875 4.3125 -2.953125 C 4.6875 -2.609375 4.6875 -2.296875 4.6875 -1.625 C 4.6875 -0.984375 4.6875 -0.578125 5.09375 -0.203125 C 5.5 0.15625 6.046875 0.21875 6.34375 0.21875 C 7.125 0.21875 7.296875 -0.59375 7.296875 -0.875 C 7.296875 -0.9375 7.296875 -1.046875 7.171875 -1.046875 C 7.0625 -1.046875 7.0625 -0.953125 7.046875 -0.890625 C 6.984375 -0.171875 6.640625 0 6.390625 0 C 5.90625 0 5.828125 -0.515625 5.6875 -1.4375 L 5.546875 -2.234375 C 5.375 -2.875 4.890625 -3.203125 4.34375 -3.390625 Z M 4.34375 -3.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-26">
<path style="stroke:none;" d="M 3.96875 -6.9375 C 3.921875 -7.0625 3.890625 -7.140625 3.734375 -7.140625 C 3.578125 -7.140625 3.546875 -7.078125 3.5 -6.9375 L 1.4375 -0.984375 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.546875 -0.015625 0.984375 -0.03125 1.328125 -0.03125 C 1.640625 -0.03125 2.15625 -0.015625 2.484375 0 L 2.484375 -0.3125 C 1.984375 -0.3125 1.734375 -0.5625 1.734375 -0.8125 C 1.734375 -0.84375 1.75 -0.953125 1.75 -0.96875 L 2.21875 -2.265625 L 4.671875 -2.265625 L 5.203125 -0.75 C 5.21875 -0.703125 5.234375 -0.640625 5.234375 -0.609375 C 5.234375 -0.3125 4.671875 -0.3125 4.40625 -0.3125 L 4.40625 0 C 4.765625 -0.03125 5.46875 -0.03125 5.84375 -0.03125 C 6.265625 -0.03125 6.734375 -0.015625 7.140625 0 L 7.140625 -0.3125 L 6.96875 -0.3125 C 6.375 -0.3125 6.234375 -0.375 6.125 -0.703125 Z M 3.4375 -5.828125 L 4.5625 -2.578125 L 2.328125 -2.578125 Z M 3.4375 -5.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-27">
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 Z M 2.5 -0.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-28">
<path style="stroke:none;" d="M 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 L 6.078125 0 L 6.5 -2.578125 L 6.25 -2.578125 C 6 -1.03125 5.765625 -0.3125 4.0625 -0.3125 L 2.734375 -0.3125 C 2.265625 -0.3125 2.25 -0.375 2.25 -0.703125 L 2.25 -3.375 L 3.140625 -3.375 C 4.109375 -3.375 4.21875 -3.046875 4.21875 -2.203125 L 4.46875 -2.203125 L 4.46875 -4.84375 L 4.21875 -4.84375 C 4.21875 -3.984375 4.109375 -3.671875 3.140625 -3.671875 L 2.25 -3.671875 L 2.25 -6.078125 C 2.25 -6.40625 2.265625 -6.46875 2.734375 -6.46875 L 4.015625 -6.46875 C 5.546875 -6.46875 5.8125 -5.921875 5.96875 -4.53125 L 6.21875 -4.53125 L 5.9375 -6.78125 L 0.328125 -6.78125 L 0.328125 -6.46875 L 0.5625 -6.46875 C 1.328125 -6.46875 1.359375 -6.359375 1.359375 -6 Z M 1.359375 -0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-29">
<path style="stroke:none;" d="M 2.75 -1.859375 L 2.75 -2.4375 L 0.109375 -2.4375 L 0.109375 -1.859375 Z M 2.75 -1.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-30">
<path style="stroke:none;" d="M 5.796875 -2.296875 C 5.796875 -0.890625 4.828125 -0.09375 3.890625 -0.09375 C 3.421875 -0.09375 2.25 -0.34375 2.25 -2.234375 L 2.25 -6.03125 C 2.25 -6.390625 2.265625 -6.5 3.03125 -6.5 L 3.265625 -6.5 L 3.265625 -6.8125 C 2.921875 -6.78125 2.1875 -6.78125 1.796875 -6.78125 C 1.421875 -6.78125 0.671875 -6.78125 0.328125 -6.8125 L 0.328125 -6.5 L 0.5625 -6.5 C 1.328125 -6.5 1.359375 -6.390625 1.359375 -6.03125 L 1.359375 -2.265625 C 1.359375 -0.875 2.515625 0.21875 3.875 0.21875 C 5.015625 0.21875 5.90625 -0.703125 6.078125 -1.84375 C 6.109375 -2.046875 6.109375 -2.140625 6.109375 -2.53125 L 6.109375 -5.71875 C 6.109375 -6.046875 6.109375 -6.5 7.140625 -6.5 L 7.140625 -6.8125 C 6.78125 -6.796875 6.296875 -6.78125 5.96875 -6.78125 C 5.609375 -6.78125 5.140625 -6.796875 4.78125 -6.8125 L 4.78125 -6.5 C 5.796875 -6.5 5.796875 -6.03125 5.796875 -5.765625 Z M 5.796875 -2.296875 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 0 0 L 423 0 L 423 67.207031 L 0 67.207031 Z M 0 0 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 21 0 L 455.980469 0 L 455.980469 67.207031 L 21 67.207031 Z M 21 0 "/>
</clipPath>
</defs>
<g id="surface1">
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C -37.14975 0.248 -54.403656 25.513625 -91.556 25.513625 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C -35.981781 0.248 -55.571625 8.505813 -91.556 8.505813 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C -35.981781 0.248 -55.571625 -8.505906 -91.556 -8.505906 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C -37.14975 0.248 -54.403656 -25.513719 -91.556 -25.513719 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
</g>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C 37.151031 0.248 54.404937 25.513625 91.553375 25.513625 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C 35.983062 0.248 55.569 8.505813 91.553375 8.505813 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C 35.983062 0.248 55.569 -8.505906 91.553375 -8.505906 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill:none;stroke-width:14.17339;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0013125 0.248 C 37.151031 0.248 54.404937 -25.513719 91.553375 -25.513719 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="190.922" y="35.197"/>
<use xlink:href="#glyph0-2" x="197.074146" y="35.197"/>
<use xlink:href="#glyph0-3" x="203.226292" y="35.197"/>
<use xlink:href="#glyph0-2" x="209.378438" y="35.197"/>
<use xlink:href="#glyph0-4" x="215.530584" y="35.197"/>
<use xlink:href="#glyph0-5" x="221.68273" y="35.197"/>
<use xlink:href="#glyph0-6" x="227.834876" y="35.197"/>
<use xlink:href="#glyph0-7" x="233.987021" y="35.197"/>
<use xlink:href="#glyph0-8" x="240.139167" y="35.197"/>
<use xlink:href="#glyph0-9" x="246.291313" y="35.197"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="317.336" y="10.82"/>
<use xlink:href="#glyph1-2" x="323.562625" y="10.82"/>
<use xlink:href="#glyph1-3" x="326.330235" y="10.82"/>
<use xlink:href="#glyph1-4" x="331.865456" y="10.82"/>
<use xlink:href="#glyph1-5" x="337.400676" y="10.82"/>
<use xlink:href="#glyph1-6" x="340.445247" y="10.82"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="348.190172" y="10.82"/>
<use xlink:href="#glyph1-8" x="355.800602" y="10.82"/>
<use xlink:href="#glyph1-9" x="360.227982" y="10.82"/>
<use xlink:href="#glyph1-2" x="365.486242" y="10.82"/>
<use xlink:href="#glyph1-6" x="368.253852" y="10.82"/>
<use xlink:href="#glyph1-8" x="372.681232" y="10.82"/>
<use xlink:href="#glyph1-10" x="377.108611" y="10.82"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-11" x="317.336" y="26.804"/>
<use xlink:href="#glyph1-12" x="325.08491" y="26.804"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-8" x="330.899084" y="26.804"/>
<use xlink:href="#glyph1-4" x="335.326463" y="26.804"/>
<use xlink:href="#glyph1-13" x="340.861684" y="26.804"/>
<use xlink:href="#glyph1-14" x="347.642229" y="26.804"/>
<use xlink:href="#glyph1-15" x="351.239724" y="26.804"/>
<use xlink:href="#glyph1-15" x="358.434714" y="26.804"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-16" x="317.336" y="44.836"/>
<use xlink:href="#glyph1-2" x="324.80795" y="44.836"/>
<use xlink:href="#glyph1-17" x="327.57556" y="44.836"/>
<use xlink:href="#glyph1-18" x="331.477911" y="44.836"/>
<use xlink:href="#glyph1-19" x="335.352366" y="44.836"/>
<use xlink:href="#glyph1-20" x="340.887586" y="44.836"/>
<use xlink:href="#glyph1-21" x="345.868886" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-22" x="351.954042" y="44.836"/>
<use xlink:href="#glyph1-23" x="357.489263" y="44.836"/>
<use xlink:href="#glyph1-20" x="365.791098" y="44.836"/>
<use xlink:href="#glyph1-17" x="370.772398" y="44.836"/>
<use xlink:href="#glyph1-18" x="374.674748" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="381.866749" y="44.836"/>
<use xlink:href="#glyph1-20" x="389.061739" y="44.836"/>
<use xlink:href="#glyph1-17" x="394.043039" y="44.836"/>
<use xlink:href="#glyph1-24" x="397.945389" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-25" x="406.808118" y="44.836"/>
<use xlink:href="#glyph1-8" x="414.141588" y="44.836"/>
<use xlink:href="#glyph1-20" x="418.568967" y="44.836"/>
<use xlink:href="#glyph1-24" x="423.550267" y="44.836"/>
<use xlink:href="#glyph1-8" x="429.085488" y="44.836"/>
<use xlink:href="#glyph1-17" x="433.512867" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-26" x="317.336" y="61.843"/>
<use xlink:href="#glyph1-4" x="324.80795" y="61.843"/>
<use xlink:href="#glyph1-24" x="330.343171" y="61.843"/>
<use xlink:href="#glyph1-17" x="335.878391" y="61.843"/>
<use xlink:href="#glyph1-27" x="339.780742" y="61.843"/>
<use xlink:href="#glyph1-2" x="344.762042" y="61.843"/>
<use xlink:href="#glyph1-24" x="347.529652" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-22" x="356.382418" y="61.843"/>
<use xlink:href="#glyph1-23" x="361.917639" y="61.843"/>
<use xlink:href="#glyph1-20" x="370.219473" y="61.843"/>
<use xlink:href="#glyph1-17" x="375.200773" y="61.843"/>
<use xlink:href="#glyph1-18" x="379.103124" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="386.295125" y="61.843"/>
<use xlink:href="#glyph1-20" x="393.490114" y="61.843"/>
<use xlink:href="#glyph1-17" x="398.471414" y="61.843"/>
<use xlink:href="#glyph1-24" x="402.373765" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-28" x="411.236494" y="61.843"/>
<use xlink:href="#glyph1-23" x="418.017039" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-19" x="426.039921" y="61.843"/>
<use xlink:href="#glyph1-21" x="431.575142" y="61.843"/>
<use xlink:href="#glyph1-20" x="434.342752" y="61.843"/>
<use xlink:href="#glyph1-18" x="439.324052" y="61.843"/>
<use xlink:href="#glyph1-27" x="443.198507" y="61.843"/>
<use xlink:href="#glyph1-17" x="448.179807" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="8.855" y="10.82"/>
<use xlink:href="#glyph1-27" x="16.04999" y="10.82"/>
<use xlink:href="#glyph1-4" x="21.03129" y="10.82"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-18" x="26.287557" y="10.82"/>
<use xlink:href="#glyph1-20" x="30.162013" y="10.82"/>
<use xlink:href="#glyph1-6" x="35.143313" y="10.82"/>
<use xlink:href="#glyph1-18" x="39.570692" y="10.82"/>
<use xlink:href="#glyph1-29" x="43.445147" y="10.82"/>
<use xlink:href="#glyph1-3" x="46.765682" y="10.82"/>
<use xlink:href="#glyph1-20" x="52.300902" y="10.82"/>
<use xlink:href="#glyph1-10" x="57.282202" y="10.82"/>
<use xlink:href="#glyph1-8" x="61.211452" y="10.82"/>
<use xlink:href="#glyph1-24" x="65.638831" y="10.82"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-22" x="74.50156" y="10.82"/>
<use xlink:href="#glyph1-23" x="80.036781" y="10.82"/>
<use xlink:href="#glyph1-20" x="88.338615" y="10.82"/>
<use xlink:href="#glyph1-17" x="93.319915" y="10.82"/>
<use xlink:href="#glyph1-18" x="97.222266" y="10.82"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="104.414267" y="10.82"/>
<use xlink:href="#glyph1-20" x="111.609256" y="10.82"/>
<use xlink:href="#glyph1-17" x="116.590556" y="10.82"/>
<use xlink:href="#glyph1-24" x="120.492907" y="10.82"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="18.209" y="27.828"/>
<use xlink:href="#glyph1-27" x="25.40399" y="27.828"/>
<use xlink:href="#glyph1-4" x="30.38529" y="27.828"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-18" x="35.641557" y="27.828"/>
<use xlink:href="#glyph1-20" x="39.516013" y="27.828"/>
<use xlink:href="#glyph1-6" x="44.497313" y="27.828"/>
<use xlink:href="#glyph1-18" x="48.924692" y="27.828"/>
<use xlink:href="#glyph1-29" x="52.799147" y="27.828"/>
<use xlink:href="#glyph1-21" x="56.119682" y="27.828"/>
<use xlink:href="#glyph1-8" x="58.887292" y="27.828"/>
<use xlink:href="#glyph1-10" x="63.314672" y="27.828"/>
<use xlink:href="#glyph1-10" x="67.243921" y="27.828"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-22" x="74.500679" y="27.828"/>
<use xlink:href="#glyph1-23" x="80.035899" y="27.828"/>
<use xlink:href="#glyph1-20" x="88.337734" y="27.828"/>
<use xlink:href="#glyph1-17" x="93.319034" y="27.828"/>
<use xlink:href="#glyph1-18" x="97.221384" y="27.828"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="104.413385" y="27.828"/>
<use xlink:href="#glyph1-20" x="111.608375" y="27.828"/>
<use xlink:href="#glyph1-17" x="116.589675" y="27.828"/>
<use xlink:href="#glyph1-24" x="120.492025" y="27.828"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-25" x="3.902" y="61.843"/>
<use xlink:href="#glyph1-8" x="11.23547" y="61.843"/>
<use xlink:href="#glyph1-23" x="15.662849" y="61.843"/>
<use xlink:href="#glyph1-27" x="23.964684" y="61.843"/>
<use xlink:href="#glyph1-18" x="28.945984" y="61.843"/>
<use xlink:href="#glyph1-8" x="32.820439" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-22" x="40.565364" y="61.843"/>
<use xlink:href="#glyph1-23" x="46.100585" y="61.843"/>
<use xlink:href="#glyph1-20" x="54.402419" y="61.843"/>
<use xlink:href="#glyph1-17" x="59.383719" y="61.843"/>
<use xlink:href="#glyph1-18" x="63.28607" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="70.488033" y="61.843"/>
<use xlink:href="#glyph1-20" x="77.683023" y="61.843"/>
<use xlink:href="#glyph1-17" x="82.664323" y="61.843"/>
<use xlink:href="#glyph1-24" x="86.566674" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-25" x="95.41944" y="61.843"/>
<use xlink:href="#glyph1-8" x="102.75291" y="61.843"/>
<use xlink:href="#glyph1-20" x="107.180289" y="61.843"/>
<use xlink:href="#glyph1-24" x="112.161589" y="61.843"/>
<use xlink:href="#glyph1-8" x="117.69681" y="61.843"/>
<use xlink:href="#glyph1-17" x="122.124189" y="61.843"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-16" x="39.878" y="44.836"/>
<use xlink:href="#glyph1-2" x="47.34995" y="44.836"/>
<use xlink:href="#glyph1-17" x="50.11756" y="44.836"/>
<use xlink:href="#glyph1-18" x="54.019911" y="44.836"/>
<use xlink:href="#glyph1-19" x="57.894366" y="44.836"/>
<use xlink:href="#glyph1-20" x="63.429586" y="44.836"/>
<use xlink:href="#glyph1-21" x="68.410886" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-22" x="74.496042" y="44.836"/>
<use xlink:href="#glyph1-23" x="80.031263" y="44.836"/>
<use xlink:href="#glyph1-20" x="88.333098" y="44.836"/>
<use xlink:href="#glyph1-17" x="93.314398" y="44.836"/>
<use xlink:href="#glyph1-18" x="97.216748" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="104.408749" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-20" x="111.613701" y="44.836"/>
<use xlink:href="#glyph1-17" x="116.595001" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-24" x="120.487389" y="44.836"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="216.953" y="11.186"/>
<use xlink:href="#glyph1-27" x="224.14799" y="11.186"/>
<use xlink:href="#glyph1-23" x="229.12929" y="11.186"/>
<use xlink:href="#glyph1-23" x="237.431124" y="11.186"/>
<use xlink:href="#glyph1-20" x="245.732959" y="11.186"/>
<use xlink:href="#glyph1-4" x="250.714259" y="11.186"/>
<use xlink:href="#glyph1-24" x="256.249479" y="11.186"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-26" x="265.102246" y="11.186"/>
<use xlink:href="#glyph1-13" x="272.574196" y="11.186"/>
<use xlink:href="#glyph1-7" x="279.354741" y="11.186"/>
<use xlink:href="#glyph1-30" x="286.965172" y="11.186"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-25" x="151.15" y="61.367"/>
<use xlink:href="#glyph1-8" x="158.48347" y="61.367"/>
<use xlink:href="#glyph1-10" x="162.910849" y="61.367"/>
<use xlink:href="#glyph1-12" x="166.840099" y="61.367"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-27" x="172.654272" y="61.367"/>
<use xlink:href="#glyph1-4" x="177.635572" y="61.367"/>
<use xlink:href="#glyph1-10" x="183.170793" y="61.367"/>
<use xlink:href="#glyph1-8" x="187.100042" y="61.367"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-26" x="194.844967" y="61.367"/>
<use xlink:href="#glyph1-13" x="202.316917" y="61.367"/>
<use xlink:href="#glyph1-7" x="209.097463" y="61.367"/>
<use xlink:href="#glyph1-30" x="216.707893" y="61.367"/>
</g>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.60025 -26.060594 L 32.197906 -26.060594 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill-rule:nonzero;fill:rgb(8.657837%,31.404114%,58.695984%);fill-opacity:1;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1.753602 -0.00084375 C -0.437804 0.436656 -2.62921 1.315563 -5.262023 2.850719 C -2.62921 0.878063 -2.62921 -0.875844 -5.262023 -2.8485 C -2.62921 -1.313344 -0.437804 -0.438344 1.753602 -0.00084375 Z M 1.753602 -0.00084375 " transform="matrix(1,0,0,-1,253.87921,58.93275)"/>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M -8.829438 25.146438 L -34.427094 25.146438 " transform="matrix(1,0,0,-1,221.681,32.873)"/>
<path style="fill-rule:nonzero;fill:rgb(8.657837%,31.404114%,58.695984%);fill-opacity:1;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1.75497 0.0000725 C -0.436436 0.437572 -2.631749 1.316479 -5.260655 2.847729 C -2.631749 0.875072 -2.631749 -0.874928 -5.260655 -2.847584 C -2.631749 -1.316334 -0.436436 -0.437428 1.75497 0.0000725 Z M 1.75497 0.0000725 " transform="matrix(-1,0,0,1,187.25497,7.72649)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@@ -0,0 +1,271 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="229.655pt" height="81.398pt" viewBox="0 0 229.655 81.398" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.34375 -2.515625 C 6.34375 -0.96875 5.296875 -0.09375 4.25 -0.09375 C 3.734375 -0.09375 2.453125 -0.375 2.453125 -2.4375 L 2.453125 -6.59375 C 2.453125 -6.984375 2.46875 -7.109375 3.3125 -7.109375 L 3.578125 -7.109375 L 3.578125 -7.453125 C 3.203125 -7.421875 2.390625 -7.421875 1.96875 -7.421875 C 1.5625 -7.421875 0.734375 -7.421875 0.359375 -7.453125 L 0.359375 -7.109375 L 0.625 -7.109375 C 1.46875 -7.109375 1.484375 -6.984375 1.484375 -6.59375 L 1.484375 -2.484375 C 1.484375 -0.953125 2.75 0.234375 4.234375 0.234375 C 5.484375 0.234375 6.46875 -0.78125 6.65625 -2.015625 C 6.6875 -2.234375 6.6875 -2.328125 6.6875 -2.765625 L 6.6875 -6.265625 C 6.6875 -6.625 6.6875 -7.109375 7.8125 -7.109375 L 7.8125 -7.453125 C 7.421875 -7.4375 6.890625 -7.421875 6.515625 -7.421875 C 6.140625 -7.421875 5.609375 -7.4375 5.21875 -7.453125 L 5.21875 -7.109375 C 6.34375 -7.109375 6.34375 -6.59375 6.34375 -6.296875 Z M 6.34375 -2.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.8125 -4.234375 L 2.40625 -4.5625 C 1.734375 -4.734375 1.3125 -5.328125 1.3125 -5.953125 C 1.3125 -6.71875 1.890625 -7.390625 2.75 -7.390625 C 4.5625 -7.390625 4.8125 -5.59375 4.875 -5.109375 C 4.890625 -5.03125 4.890625 -4.96875 5 -4.96875 C 5.140625 -4.96875 5.140625 -5.03125 5.140625 -5.234375 L 5.140625 -7.421875 C 5.140625 -7.609375 5.140625 -7.6875 5.03125 -7.6875 C 4.953125 -7.6875 4.9375 -7.671875 4.859375 -7.546875 L 4.484375 -6.921875 C 4.15625 -7.234375 3.703125 -7.6875 2.734375 -7.6875 C 1.53125 -7.6875 0.609375 -6.734375 0.609375 -5.578125 C 0.609375 -4.671875 1.1875 -3.875 2.046875 -3.578125 C 2.15625 -3.53125 2.71875 -3.40625 3.484375 -3.21875 C 3.78125 -3.140625 4.09375 -3.0625 4.40625 -2.65625 C 4.640625 -2.375 4.75 -2.015625 4.75 -1.65625 C 4.75 -0.890625 4.203125 -0.09375 3.28125 -0.09375 C 2.96875 -0.09375 2.140625 -0.15625 1.5625 -0.6875 C 0.921875 -1.28125 0.890625 -1.96875 0.890625 -2.359375 C 0.875 -2.46875 0.78125 -2.46875 0.75 -2.46875 C 0.609375 -2.46875 0.609375 -2.40625 0.609375 -2.203125 L 0.609375 -0.015625 C 0.609375 0.15625 0.609375 0.234375 0.734375 0.234375 C 0.8125 0.234375 0.8125 0.21875 0.890625 0.09375 C 0.890625 0.09375 0.921875 0.046875 1.28125 -0.53125 C 1.625 -0.15625 2.328125 0.234375 3.296875 0.234375 C 4.5625 0.234375 5.4375 -0.828125 5.4375 -2.03125 C 5.4375 -3.125 4.71875 -4.015625 3.8125 -4.234375 Z M 3.8125 -4.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 2.421875 -3.984375 L 2.421875 -6.671875 C 2.421875 -7.03125 2.4375 -7.109375 2.953125 -7.109375 L 4.3125 -7.109375 C 5.359375 -7.109375 5.75 -6.1875 5.75 -5.609375 C 5.75 -4.90625 5.21875 -3.984375 4 -3.984375 Z M 5 -3.890625 C 6.046875 -4.09375 6.8125 -4.796875 6.8125 -5.609375 C 6.8125 -6.546875 5.796875 -7.453125 4.390625 -7.453125 L 0.390625 -7.453125 L 0.390625 -7.109375 L 0.65625 -7.109375 C 1.5 -7.109375 1.515625 -6.984375 1.515625 -6.59375 L 1.515625 -0.84375 C 1.515625 -0.453125 1.5 -0.34375 0.65625 -0.34375 L 0.390625 -0.34375 L 0.390625 0 L 4.671875 0 C 6.125 0 7.09375 -0.96875 7.09375 -2 C 7.09375 -2.9375 6.203125 -3.765625 5 -3.890625 Z M 4.3125 -0.34375 L 2.953125 -0.34375 C 2.4375 -0.34375 2.421875 -0.421875 2.421875 -0.78125 L 2.421875 -3.75 L 4.46875 -3.75 C 5.546875 -3.75 6.015625 -2.734375 6.015625 -2 C 6.015625 -1.234375 5.4375 -0.34375 4.3125 -0.34375 Z M 4.3125 -0.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 7.265625 -7.390625 L 0.59375 -7.390625 L 0.390625 -4.921875 L 0.671875 -4.921875 C 0.8125 -6.6875 0.984375 -7.046875 2.625 -7.046875 C 2.828125 -7.046875 3.109375 -7.046875 3.21875 -7.03125 C 3.453125 -6.984375 3.453125 -6.859375 3.453125 -6.609375 L 3.453125 -0.859375 C 3.453125 -0.484375 3.453125 -0.34375 2.296875 -0.34375 L 1.859375 -0.34375 L 1.859375 0 C 2.3125 -0.03125 3.421875 -0.03125 3.921875 -0.03125 C 4.421875 -0.03125 5.546875 -0.03125 6 0 L 6 -0.34375 L 5.5625 -0.34375 C 4.421875 -0.34375 4.421875 -0.484375 4.421875 -0.859375 L 4.421875 -6.609375 C 4.421875 -6.828125 4.421875 -6.984375 4.609375 -7.03125 C 4.734375 -7.046875 5.03125 -7.046875 5.234375 -7.046875 C 6.875 -7.046875 7.046875 -6.6875 7.203125 -4.921875 L 7.46875 -4.921875 Z M 7.265625 -7.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 1.21875 -2.75 C 1.28125 -4.375 2.203125 -4.640625 2.578125 -4.640625 C 3.703125 -4.640625 3.8125 -3.171875 3.8125 -2.75 Z M 1.203125 -2.515625 L 4.25 -2.515625 C 4.5 -2.515625 4.53125 -2.515625 4.53125 -2.75 C 4.53125 -3.828125 3.9375 -4.890625 2.578125 -4.890625 C 1.3125 -4.890625 0.3125 -3.765625 0.3125 -2.40625 C 0.3125 -0.9375 1.453125 0.125 2.703125 0.125 C 4.03125 0.125 4.53125 -1.09375 4.53125 -1.296875 C 4.53125 -1.40625 4.4375 -1.421875 4.390625 -1.421875 C 4.28125 -1.421875 4.265625 -1.359375 4.25 -1.28125 C 3.859375 -0.15625 2.875 -0.15625 2.765625 -0.15625 C 2.21875 -0.15625 1.78125 -0.484375 1.53125 -0.890625 C 1.203125 -1.40625 1.203125 -2.125 1.203125 -2.515625 Z M 1.203125 -2.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 1.828125 -3.625 L 1.828125 -4.828125 L 0.3125 -4.703125 L 0.3125 -4.359375 C 1.0625 -4.359375 1.15625 -4.28125 1.15625 -3.75 L 1.15625 -0.828125 C 1.15625 -0.34375 1.03125 -0.34375 0.3125 -0.34375 L 0.3125 0 C 0.734375 -0.015625 1.25 -0.03125 1.546875 -0.03125 C 1.984375 -0.03125 2.5 -0.03125 2.9375 0 L 2.9375 -0.34375 L 2.703125 -0.34375 C 1.890625 -0.34375 1.875 -0.453125 1.875 -0.84375 L 1.875 -2.53125 C 1.875 -3.609375 2.328125 -4.578125 3.15625 -4.578125 C 3.234375 -4.578125 3.265625 -4.578125 3.28125 -4.5625 C 3.25 -4.5625 3.03125 -4.421875 3.03125 -4.140625 C 3.03125 -3.84375 3.265625 -3.671875 3.5 -3.671875 C 3.703125 -3.671875 3.96875 -3.8125 3.96875 -4.15625 C 3.96875 -4.5 3.625 -4.828125 3.15625 -4.828125 C 2.359375 -4.828125 1.96875 -4.09375 1.828125 -3.625 Z M 1.828125 -3.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 1.203125 -3.75 L 1.203125 -0.828125 C 1.203125 -0.34375 1.078125 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.578125 -0.03125 C 1.859375 -0.03125 2.4375 -0.015625 2.796875 0 L 2.796875 -0.34375 C 2.078125 -0.34375 1.953125 -0.34375 1.953125 -0.828125 L 1.953125 -2.828125 C 1.953125 -3.96875 2.71875 -4.578125 3.421875 -4.578125 C 4.109375 -4.578125 4.234375 -3.984375 4.234375 -3.375 L 4.234375 -0.828125 C 4.234375 -0.34375 4.109375 -0.34375 3.375 -0.34375 L 3.375 0 C 3.765625 -0.015625 4.3125 -0.03125 4.609375 -0.03125 C 4.890625 -0.03125 5.46875 -0.015625 5.828125 0 L 5.828125 -0.34375 C 5.109375 -0.34375 4.984375 -0.34375 4.984375 -0.828125 L 4.984375 -2.828125 C 4.984375 -3.96875 5.765625 -4.578125 6.453125 -4.578125 C 7.140625 -4.578125 7.265625 -3.984375 7.265625 -3.375 L 7.265625 -0.828125 C 7.265625 -0.34375 7.140625 -0.34375 6.40625 -0.34375 L 6.40625 0 C 6.796875 -0.015625 7.34375 -0.03125 7.640625 -0.03125 C 7.921875 -0.03125 8.5 -0.015625 8.859375 0 L 8.859375 -0.34375 C 8.296875 -0.34375 8.03125 -0.34375 8.015625 -0.671875 L 8.015625 -2.75 C 8.015625 -3.6875 8.015625 -4.03125 7.671875 -4.421875 C 7.53125 -4.609375 7.171875 -4.828125 6.53125 -4.828125 C 5.609375 -4.828125 5.140625 -4.171875 4.953125 -3.75 C 4.796875 -4.703125 3.984375 -4.828125 3.5 -4.828125 C 2.703125 -4.828125 2.1875 -4.359375 1.890625 -3.671875 L 1.890625 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.109375 -4.359375 1.203125 -4.28125 1.203125 -3.75 Z M 1.203125 -3.75 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 1.9375 -4.828125 L 0.40625 -4.703125 L 0.40625 -4.359375 C 1.109375 -4.359375 1.203125 -4.296875 1.203125 -3.765625 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.703125 -0.015625 1.296875 -0.03125 1.5625 -0.03125 C 1.9375 -0.03125 2.328125 -0.015625 2.6875 0 L 2.6875 -0.34375 C 1.96875 -0.34375 1.9375 -0.390625 1.9375 -0.8125 Z M 1.96875 -6.71875 C 1.96875 -7.0625 1.703125 -7.296875 1.390625 -7.296875 C 1.0625 -7.296875 0.8125 -7 0.8125 -6.71875 C 0.8125 -6.421875 1.0625 -6.140625 1.390625 -6.140625 C 1.703125 -6.140625 1.96875 -6.375 1.96875 -6.71875 Z M 1.96875 -6.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 1.203125 -3.75 L 1.203125 -0.828125 C 1.203125 -0.34375 1.078125 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.578125 -0.03125 C 1.859375 -0.03125 2.4375 -0.015625 2.796875 0 L 2.796875 -0.34375 C 2.078125 -0.34375 1.953125 -0.34375 1.953125 -0.828125 L 1.953125 -2.828125 C 1.953125 -3.96875 2.71875 -4.578125 3.421875 -4.578125 C 4.109375 -4.578125 4.234375 -3.984375 4.234375 -3.375 L 4.234375 -0.828125 C 4.234375 -0.34375 4.109375 -0.34375 3.375 -0.34375 L 3.375 0 C 3.765625 -0.015625 4.3125 -0.03125 4.609375 -0.03125 C 4.890625 -0.03125 5.46875 -0.015625 5.828125 0 L 5.828125 -0.34375 C 5.265625 -0.34375 5 -0.34375 4.984375 -0.671875 L 4.984375 -2.75 C 4.984375 -3.6875 4.984375 -4.03125 4.640625 -4.421875 C 4.5 -4.609375 4.140625 -4.828125 3.5 -4.828125 C 2.703125 -4.828125 2.1875 -4.359375 1.890625 -3.671875 L 1.890625 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.109375 -4.359375 1.203125 -4.28125 1.203125 -3.75 Z M 1.203125 -3.75 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 3.625 -0.828125 C 3.671875 -0.390625 3.96875 0.0625 4.484375 0.0625 C 4.71875 0.0625 5.375 -0.09375 5.375 -0.96875 L 5.375 -1.578125 L 5.109375 -1.578125 L 5.109375 -0.96875 C 5.109375 -0.34375 4.828125 -0.265625 4.71875 -0.265625 C 4.359375 -0.265625 4.3125 -0.765625 4.3125 -0.8125 L 4.3125 -3 C 4.3125 -3.453125 4.3125 -3.875 3.921875 -4.28125 C 3.484375 -4.71875 2.9375 -4.890625 2.421875 -4.890625 C 1.53125 -4.890625 0.78125 -4.375 0.78125 -3.65625 C 0.78125 -3.328125 1 -3.140625 1.28125 -3.140625 C 1.578125 -3.140625 1.78125 -3.359375 1.78125 -3.640625 C 1.78125 -3.78125 1.71875 -4.140625 1.21875 -4.140625 C 1.515625 -4.53125 2.046875 -4.640625 2.40625 -4.640625 C 2.9375 -4.640625 3.5625 -4.21875 3.5625 -3.25 L 3.5625 -2.84375 C 3 -2.8125 2.234375 -2.78125 1.546875 -2.453125 C 0.734375 -2.078125 0.453125 -1.515625 0.453125 -1.03125 C 0.453125 -0.15625 1.515625 0.125 2.203125 0.125 C 2.921875 0.125 3.421875 -0.3125 3.625 -0.828125 Z M 3.5625 -2.625 L 3.5625 -1.53125 C 3.5625 -0.484375 2.765625 -0.125 2.28125 -0.125 C 1.75 -0.125 1.296875 -0.5 1.296875 -1.046875 C 1.296875 -1.640625 1.75 -2.546875 3.5625 -2.625 Z M 3.5625 -2.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 1.9375 -7.5625 L 0.359375 -7.453125 L 0.359375 -7.109375 C 1.125 -7.109375 1.203125 -7.03125 1.203125 -6.5 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.71875 -0.015625 1.296875 -0.03125 1.578125 -0.03125 C 1.84375 -0.03125 2.375 -0.015625 2.78125 0 L 2.78125 -0.34375 C 2.046875 -0.34375 1.9375 -0.34375 1.9375 -0.828125 Z M 1.9375 -7.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 2.53125 -7.3125 C 2.4375 -7.4375 2.421875 -7.453125 2.21875 -7.453125 L 0.359375 -7.453125 L 0.359375 -7.109375 L 0.671875 -7.109375 C 0.84375 -7.109375 1.0625 -7.09375 1.21875 -7.09375 C 1.46875 -7.0625 1.484375 -7.046875 1.484375 -6.84375 L 1.484375 -1.140625 C 1.484375 -0.84375 1.484375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.640625 -0.03125 C 2 -0.03125 2.53125 -0.015625 2.90625 0 L 2.90625 -0.34375 C 1.78125 -0.34375 1.78125 -0.84375 1.78125 -1.140625 L 1.78125 -6.8125 C 1.84375 -6.765625 1.859375 -6.75 1.890625 -6.6875 L 6.34375 -0.140625 C 6.453125 -0.015625 6.453125 0 6.53125 0 C 6.6875 0 6.6875 -0.078125 6.6875 -0.28125 L 6.6875 -6.296875 C 6.6875 -6.59375 6.6875 -7.109375 7.8125 -7.109375 L 7.8125 -7.453125 C 7.421875 -7.4375 6.890625 -7.421875 6.53125 -7.421875 C 6.171875 -7.421875 5.640625 -7.4375 5.25 -7.453125 L 5.25 -7.109375 C 6.375 -7.109375 6.375 -6.59375 6.375 -6.296875 L 6.375 -1.640625 Z M 2.53125 -7.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 6.34375 -7.421875 L 0.359375 -7.421875 L 0.359375 -7.078125 L 0.625 -7.078125 C 1.46875 -7.078125 1.484375 -6.953125 1.484375 -6.5625 L 1.484375 -0.84375 C 1.484375 -0.453125 1.46875 -0.34375 0.625 -0.34375 L 0.359375 -0.34375 L 0.359375 0 C 0.734375 -0.03125 1.59375 -0.03125 2.015625 -0.03125 C 2.46875 -0.03125 3.453125 -0.03125 3.84375 0 L 3.84375 -0.34375 L 3.484375 -0.34375 C 2.453125 -0.34375 2.453125 -0.484375 2.453125 -0.859375 L 2.453125 -3.546875 L 3.390625 -3.546875 C 4.4375 -3.546875 4.546875 -3.203125 4.546875 -2.265625 L 4.828125 -2.265625 L 4.828125 -5.15625 L 4.546875 -5.15625 C 4.546875 -4.25 4.4375 -3.875 3.390625 -3.875 L 2.453125 -3.875 L 2.453125 -6.640625 C 2.453125 -7 2.46875 -7.078125 2.984375 -7.078125 L 4.296875 -7.078125 C 5.9375 -7.078125 6.203125 -6.46875 6.375 -4.96875 L 6.65625 -4.96875 Z M 6.34375 -7.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 0.609375 -3.734375 C 0.609375 -1.46875 2.375 0.234375 4.40625 0.234375 C 6.1875 0.234375 7.25 -1.28125 7.25 -2.546875 C 7.25 -2.65625 7.25 -2.71875 7.109375 -2.71875 C 6.984375 -2.71875 6.984375 -2.65625 6.984375 -2.546875 C 6.890625 -1 5.71875 -0.09375 4.53125 -0.09375 C 3.875 -0.09375 1.734375 -0.46875 1.734375 -3.71875 C 1.734375 -6.984375 3.859375 -7.34375 4.53125 -7.34375 C 5.71875 -7.34375 6.6875 -6.359375 6.90625 -4.765625 C 6.921875 -4.609375 6.921875 -4.578125 7.078125 -4.578125 C 7.25 -4.578125 7.25 -4.609375 7.25 -4.84375 L 7.25 -7.421875 C 7.25 -7.609375 7.25 -7.6875 7.125 -7.6875 C 7.09375 -7.6875 7.046875 -7.6875 6.953125 -7.5625 L 6.40625 -6.75 C 6.015625 -7.140625 5.453125 -7.6875 4.40625 -7.6875 C 2.359375 -7.6875 0.609375 -5.953125 0.609375 -3.734375 Z M 0.609375 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 2.4375 -3.84375 L 2.4375 -6.671875 C 2.4375 -6.921875 2.4375 -7.0625 2.6875 -7.09375 C 2.796875 -7.109375 3.109375 -7.109375 3.328125 -7.109375 C 4.3125 -7.109375 5.53125 -7.0625 5.53125 -5.484375 C 5.53125 -4.734375 5.265625 -3.84375 3.65625 -3.84375 Z M 4.75 -3.703125 C 5.796875 -3.96875 6.65625 -4.640625 6.65625 -5.484375 C 6.65625 -6.53125 5.40625 -7.453125 3.8125 -7.453125 L 0.375 -7.453125 L 0.375 -7.109375 L 0.640625 -7.109375 C 1.484375 -7.109375 1.5 -6.984375 1.5 -6.59375 L 1.5 -0.84375 C 1.5 -0.453125 1.484375 -0.34375 0.640625 -0.34375 L 0.375 -0.34375 L 0.375 0 C 0.78125 -0.03125 1.546875 -0.03125 1.96875 -0.03125 C 2.40625 -0.03125 3.171875 -0.03125 3.5625 0 L 3.5625 -0.34375 L 3.296875 -0.34375 C 2.46875 -0.34375 2.4375 -0.453125 2.4375 -0.84375 L 2.4375 -3.609375 L 3.703125 -3.609375 C 3.875 -3.609375 4.328125 -3.609375 4.71875 -3.234375 C 5.125 -2.84375 5.125 -2.515625 5.125 -1.78125 C 5.125 -1.0625 5.125 -0.625 5.578125 -0.21875 C 6.015625 0.171875 6.625 0.234375 6.953125 0.234375 C 7.796875 0.234375 7.984375 -0.65625 7.984375 -0.953125 C 7.984375 -1.03125 7.984375 -1.140625 7.84375 -1.140625 C 7.71875 -1.140625 7.71875 -1.046875 7.703125 -0.96875 C 7.640625 -0.203125 7.265625 0 6.984375 0 C 6.453125 0 6.375 -0.5625 6.21875 -1.578125 L 6.078125 -2.4375 C 5.875 -3.140625 5.34375 -3.5 4.75 -3.703125 Z M 4.75 -3.703125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 1.890625 -4.359375 L 3.453125 -4.359375 L 3.453125 -4.703125 L 1.890625 -4.703125 L 1.890625 -6.703125 L 1.609375 -6.703125 C 1.609375 -5.8125 1.28125 -4.640625 0.203125 -4.609375 L 0.203125 -4.359375 L 1.140625 -4.359375 L 1.140625 -1.359375 C 1.140625 -0.015625 2.15625 0.125 2.546875 0.125 C 3.3125 0.125 3.625 -0.65625 3.625 -1.359375 L 3.625 -1.96875 L 3.34375 -1.96875 L 3.34375 -1.375 C 3.34375 -0.5625 3.015625 -0.15625 2.625 -0.15625 C 1.890625 -0.15625 1.890625 -1.140625 1.890625 -1.328125 Z M 1.890625 -4.359375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 4.140625 -0.59375 L 4.140625 0.125 L 5.75 0 L 5.75 -0.34375 C 4.984375 -0.34375 4.890625 -0.421875 4.890625 -0.953125 L 4.890625 -7.5625 L 3.328125 -7.453125 L 3.328125 -7.109375 C 4.09375 -7.109375 4.171875 -7.03125 4.171875 -6.5 L 4.171875 -4.140625 C 3.859375 -4.53125 3.390625 -4.828125 2.796875 -4.828125 C 1.515625 -4.828125 0.375 -3.75 0.375 -2.34375 C 0.375 -0.953125 1.4375 0.125 2.6875 0.125 C 3.375 0.125 3.875 -0.25 4.140625 -0.59375 Z M 4.140625 -3.515625 L 4.140625 -1.28125 C 4.140625 -1.09375 4.140625 -1.0625 4.03125 -0.890625 C 3.703125 -0.359375 3.203125 -0.125 2.734375 -0.125 C 2.25 -0.125 1.859375 -0.40625 1.59375 -0.8125 C 1.3125 -1.265625 1.28125 -1.890625 1.28125 -2.328125 C 1.28125 -2.734375 1.296875 -3.390625 1.609375 -3.875 C 1.84375 -4.21875 2.25 -4.578125 2.84375 -4.578125 C 3.234375 -4.578125 3.6875 -4.421875 4.03125 -3.921875 C 4.140625 -3.734375 4.140625 -3.71875 4.140625 -3.515625 Z M 4.140625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 6.765625 -6.375 C 6.921875 -6.78125 7.21875 -7.09375 7.96875 -7.109375 L 7.96875 -7.453125 C 7.625 -7.421875 7.1875 -7.421875 6.90625 -7.421875 C 6.578125 -7.421875 5.9375 -7.4375 5.65625 -7.453125 L 5.65625 -7.109375 C 6.234375 -7.09375 6.453125 -6.8125 6.453125 -6.5625 C 6.453125 -6.484375 6.421875 -6.40625 6.40625 -6.34375 L 4.40625 -1.09375 L 2.328125 -6.59375 C 2.25 -6.75 2.25 -6.765625 2.25 -6.796875 C 2.25 -7.109375 2.875 -7.109375 3.15625 -7.109375 L 3.15625 -7.453125 C 2.765625 -7.421875 2 -7.421875 1.59375 -7.421875 C 1.0625 -7.421875 0.59375 -7.4375 0.203125 -7.453125 L 0.203125 -7.109375 C 0.921875 -7.109375 1.125 -7.109375 1.28125 -6.703125 L 3.8125 0 C 3.875 0.203125 3.9375 0.234375 4.078125 0.234375 C 4.265625 0.234375 4.28125 0.1875 4.34375 0.03125 Z M 6.765625 -6.375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 4.265625 -0.859375 L 4.265625 0.125 L 5.828125 0 L 5.828125 -0.34375 C 5.078125 -0.34375 4.984375 -0.421875 4.984375 -0.953125 L 4.984375 -4.828125 L 3.375 -4.703125 L 3.375 -4.359375 C 4.140625 -4.359375 4.234375 -4.28125 4.234375 -3.75 L 4.234375 -1.8125 C 4.234375 -0.859375 3.703125 -0.125 2.90625 -0.125 C 2 -0.125 1.953125 -0.625 1.953125 -1.203125 L 1.953125 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.203125 -4.359375 1.203125 -4.328125 1.203125 -3.359375 L 1.203125 -1.71875 C 1.203125 -0.875 1.203125 0.125 2.859375 0.125 C 3.46875 0.125 3.953125 -0.1875 4.265625 -0.859375 Z M 4.265625 -0.859375 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 1 1 L 89 1 L 89 26 L 1 26 Z M 1 1 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 49.175781 0.996094 L 72.195312 0.996094 C 74.398438 0.996094 77.964844 0.996094 80.167969 0.996094 C 82.972656 0.996094 88.472656 6.5 88.472656 13.289062 C 88.472656 20.078125 82.972656 25.578125 80.167969 25.578125 C 77.964844 25.578125 74.398438 25.578125 72.195312 25.578125 L 18.183594 25.578125 C 15.980469 25.578125 12.414062 25.578125 10.210938 25.578125 C 7.40625 25.578125 1.90625 20.078125 1.90625 13.289062 C 1.90625 6.5 7.40625 0.996094 10.210938 0.996094 C 12.414062 0.996094 15.980469 0.996094 18.183594 0.996094 L 41.203125 0.996094 C 43.40625 0.996094 46.972656 0.996094 49.175781 0.996094 Z M 49.175781 0.996094 "/>
</clipPath>
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="0" y1="25.002461" x2="0" y2="74.99756" gradientTransform="matrix(1.7316,0,0,-0.49173,-41.39066,37.87421)">
<stop offset="0" style="stop-color:rgb(96.998596%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.148132%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip3">
<path d="M 3 58 L 92 58 L 92 81.398438 L 3 81.398438 Z M 3 58 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 0 56 L 89 56 L 89 80 L 0 80 Z M 0 56 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 48.71875 55.816406 L 72.195312 55.816406 C 74.398438 55.816406 77.964844 55.816406 80.167969 55.816406 C 82.972656 55.816406 88.472656 61.320312 88.472656 68.109375 C 88.472656 74.898438 82.972656 80.402344 80.167969 80.402344 C 77.964844 80.402344 74.398438 80.402344 72.195312 80.402344 L 17.273438 80.402344 C 15.070312 80.402344 11.503906 80.402344 9.300781 80.402344 C 6.5 80.402344 0.996094 74.898438 0.996094 68.109375 C 0.996094 61.320312 6.5 55.816406 9.300781 55.816406 C 11.503906 55.816406 15.070312 55.816406 17.273438 55.816406 L 40.75 55.816406 C 42.949219 55.816406 46.519531 55.816406 48.71875 55.816406 Z M 48.71875 55.816406 "/>
</clipPath>
<linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="0" y1="25.00244" x2="0" y2="74.997539" gradientTransform="matrix(1.74977,0,0,-0.49173,-42.7537,92.69679)">
<stop offset="0" style="stop-color:rgb(96.998596%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.148132%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip6">
<path d="M 0 27 L 117 27 L 117 81.398438 L 0 81.398438 Z M 0 27 "/>
</clipPath>
<clipPath id="clip7">
<path d="M 106 1 L 216 1 L 216 26 L 106 26 Z M 106 1 "/>
</clipPath>
<clipPath id="clip8">
<path d="M 169.921875 0.996094 L 199.476562 0.996094 C 201.675781 0.996094 205.242188 0.996094 207.445312 0.996094 C 210.25 0.996094 215.753906 6.5 215.753906 13.289062 C 215.753906 20.078125 210.25 25.578125 207.445312 25.578125 C 205.242188 25.578125 201.675781 25.578125 199.476562 25.578125 L 108.414062 25.578125 C 106.210938 25.578125 106.210938 25.578125 108.414062 25.578125 C 111.214844 25.578125 116.71875 20.078125 116.71875 13.289062 C 116.71875 6.5 111.214844 0.996094 108.414062 0.996094 C 106.210938 0.996094 106.210938 0.996094 108.414062 0.996094 L 161.953125 0.996094 C 164.152344 0.996094 167.722656 0.996094 169.921875 0.996094 Z M 169.921875 0.996094 "/>
</clipPath>
<linearGradient id="linear2" gradientUnits="userSpaceOnUse" x1="0" y1="25.002461" x2="0" y2="74.99756" gradientTransform="matrix(2.22675,0,0,-0.49173,48.75246,37.87421)">
<stop offset="0" style="stop-color:rgb(96.998596%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.148132%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip9">
<path d="M 78 0 L 229.65625 0 L 229.65625 54 L 78 54 Z M 78 0 "/>
</clipPath>
<clipPath id="clip10">
<path d="M 109 58 L 229.65625 58 L 229.65625 81.398438 L 109 81.398438 Z M 109 58 "/>
</clipPath>
<clipPath id="clip11">
<path d="M 106 56 L 229 56 L 229 80 L 106 80 Z M 106 56 "/>
</clipPath>
<clipPath id="clip12">
<path d="M 176.375 55.816406 L 212.382812 55.816406 C 214.585938 55.816406 218.152344 55.816406 220.355469 55.816406 C 223.15625 55.816406 228.660156 61.320312 228.660156 68.109375 C 228.660156 74.898438 223.15625 80.402344 220.355469 80.402344 C 218.152344 80.402344 214.585938 80.402344 212.382812 80.402344 L 108.414062 80.402344 C 106.210938 80.402344 106.210938 80.402344 108.414062 80.402344 C 111.214844 80.402344 116.71875 74.898438 116.71875 68.109375 C 116.71875 61.320312 111.214844 55.816406 108.414062 55.816406 C 106.210938 55.816406 106.210938 55.816406 108.414062 55.816406 L 168.40625 55.816406 C 170.605469 55.816406 174.175781 55.816406 176.375 55.816406 Z M 176.375 55.816406 "/>
</clipPath>
<linearGradient id="linear3" gradientUnits="userSpaceOnUse" x1="0" y1="25.00244" x2="0" y2="74.997539" gradientTransform="matrix(2.48497,0,0,-0.49173,42.29611,92.69679)">
<stop offset="0" style="stop-color:rgb(96.998596%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.148132%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip13">
<path d="M 78 27 L 229.65625 27 L 229.65625 81.398438 L 78 81.398438 Z M 78 27 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:22.67754;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0003125 2.574 C -20.097969 2.574 -25.019844 27.409937 -45.1175 27.409937 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
<path style="fill:none;stroke-width:22.67754;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0003125 2.574 C -21.340156 2.574 -24.226875 -27.410375 -45.570625 -27.410375 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
<path style="fill:none;stroke-width:22.67754;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0003125 2.574 C 31.066094 2.574 44.566094 27.409937 75.6325 27.409937 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
<path style="fill:none;stroke-width:22.67754;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(76.96991%,79.873657%,90.252686%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.0003125 2.574 C 34.136406 2.574 47.948906 -27.410375 82.085625 -27.410375 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 51.75 3.570312 L 74.769531 3.570312 C 76.972656 3.570312 80.539062 3.570312 82.742188 3.570312 C 85.542969 3.570312 91.046875 9.074219 91.046875 15.863281 C 91.046875 22.648438 85.542969 28.152344 82.742188 28.152344 C 80.539062 28.152344 76.972656 28.152344 74.769531 28.152344 L 20.753906 28.152344 C 18.554688 28.152344 14.984375 28.152344 12.785156 28.152344 C 9.980469 28.152344 4.476562 22.648438 4.476562 15.863281 C 4.476562 9.074219 9.980469 3.570312 12.785156 3.570312 C 14.984375 3.570312 18.554688 3.570312 20.753906 3.570312 L 43.777344 3.570312 C 45.980469 3.570312 49.546875 3.570312 51.75 3.570312 Z M 51.75 3.570312 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 1.90625 25.578125 L 1.90625 0.996094 L 88.472656 0.996094 L 88.472656 25.578125 Z M 1.90625 25.578125 "/>
</g>
</g>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M -41.129219 39.702906 L -18.109687 39.702906 C -15.906562 39.702906 -12.340156 39.702906 -10.137031 39.702906 C -7.332344 39.702906 -1.832344 34.199 -1.832344 27.409937 C -1.832344 20.620875 -7.332344 15.120875 -10.137031 15.120875 C -12.340156 15.120875 -15.906562 15.120875 -18.109687 15.120875 L -72.121406 15.120875 C -74.324531 15.120875 -77.890937 15.120875 -80.094062 15.120875 C -82.89875 15.120875 -88.39875 20.620875 -88.39875 27.409937 C -88.39875 34.199 -82.89875 39.702906 -80.094062 39.702906 C -77.890937 39.702906 -74.324531 39.702906 -72.121406 39.702906 L -49.101875 39.702906 C -46.89875 39.702906 -43.332344 39.702906 -41.129219 39.702906 Z M -41.129219 39.702906 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="11.008" y="17.076"/>
<use xlink:href="#glyph0-2" x="19.189825" y="17.076"/>
<use xlink:href="#glyph0-3" x="25.250921" y="17.076"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="36.610567" y="17.076"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="43.583664" y="17.076"/>
<use xlink:href="#glyph0-6" x="48.431668" y="17.076"/>
<use xlink:href="#glyph0-7" x="52.704762" y="17.076"/>
<use xlink:href="#glyph0-8" x="61.795315" y="17.076"/>
<use xlink:href="#glyph0-9" x="64.825863" y="17.076"/>
<use xlink:href="#glyph0-10" x="70.886959" y="17.076"/>
<use xlink:href="#glyph0-11" x="76.341509" y="17.076"/>
</g>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 51.292969 58.390625 L 74.769531 58.390625 C 76.972656 58.390625 80.539062 58.390625 82.742188 58.390625 C 85.542969 58.390625 91.046875 63.894531 91.046875 70.683594 C 91.046875 77.472656 85.542969 82.976562 82.742188 82.976562 C 80.539062 82.976562 76.972656 82.976562 74.769531 82.976562 L 19.847656 82.976562 C 17.644531 82.976562 14.078125 82.976562 11.875 82.976562 C 9.074219 82.976562 3.570312 77.472656 3.570312 70.683594 C 3.570312 63.894531 9.074219 58.390625 11.875 58.390625 C 14.078125 58.390625 17.644531 58.390625 19.847656 58.390625 L 43.324219 58.390625 C 45.523438 58.390625 49.09375 58.390625 51.292969 58.390625 Z M 51.292969 58.390625 "/>
</g>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 0.996094 80.402344 L 0.996094 55.816406 L 88.472656 55.816406 L 88.472656 80.402344 Z M 0.996094 80.402344 "/>
</g>
</g>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M -41.58625 -15.117406 L -18.109687 -15.117406 C -15.906562 -15.117406 -12.340156 -15.117406 -10.137031 -15.117406 C -7.332344 -15.117406 -1.832344 -20.621313 -1.832344 -27.410375 C -1.832344 -34.199438 -7.332344 -39.703344 -10.137031 -39.703344 C -12.340156 -39.703344 -15.906562 -39.703344 -18.109687 -39.703344 L -73.031562 -39.703344 C -75.234687 -39.703344 -78.801094 -39.703344 -81.004219 -39.703344 C -83.805 -39.703344 -89.308906 -34.199438 -89.308906 -27.410375 C -89.308906 -20.621313 -83.805 -15.117406 -81.004219 -15.117406 C -78.801094 -15.117406 -75.234687 -15.117406 -73.031562 -15.117406 L -49.555 -15.117406 C -47.355781 -15.117406 -43.785469 -15.117406 -41.58625 -15.117406 Z M -41.58625 -15.117406 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="10.099" y="71.898"/>
<use xlink:href="#glyph0-13" x="18.280825" y="71.898"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="25.096831" y="71.898"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="36.619022" y="71.898"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="43.58121" y="71.898"/>
<use xlink:href="#glyph0-6" x="48.429214" y="71.898"/>
<use xlink:href="#glyph0-7" x="52.702308" y="71.898"/>
<use xlink:href="#glyph0-8" x="61.792861" y="71.898"/>
<use xlink:href="#glyph0-9" x="64.823409" y="71.898"/>
<use xlink:href="#glyph0-10" x="70.884505" y="71.898"/>
<use xlink:href="#glyph0-11" x="76.339055" y="71.898"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 172.496094 3.570312 L 202.046875 3.570312 C 204.25 3.570312 207.816406 3.570312 210.019531 3.570312 C 212.824219 3.570312 218.324219 9.074219 218.324219 15.863281 C 218.324219 22.648438 212.824219 28.152344 210.019531 28.152344 C 207.816406 28.152344 204.25 28.152344 202.046875 28.152344 L 110.988281 28.152344 C 108.785156 28.152344 108.785156 28.152344 110.988281 28.152344 C 113.789062 28.152344 119.292969 22.648438 119.292969 15.863281 C 119.292969 9.074219 113.789062 3.570312 110.988281 3.570312 C 108.785156 3.570312 108.785156 3.570312 110.988281 3.570312 L 164.527344 3.570312 C 166.726562 3.570312 170.292969 3.570312 172.496094 3.570312 Z M 172.496094 3.570312 "/>
<g clip-path="url(#clip7)" clip-rule="nonzero">
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear2);" d="M 106.210938 25.578125 L 106.210938 0.996094 L 215.753906 0.996094 L 215.753906 25.578125 Z M 106.210938 25.578125 "/>
</g>
</g>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 79.616875 39.702906 L 109.171563 39.702906 C 111.370781 39.702906 114.937188 39.702906 117.140313 39.702906 C 119.945 39.702906 125.448906 34.199 125.448906 27.409937 C 125.448906 20.620875 119.945 15.120875 117.140313 15.120875 C 114.937188 15.120875 111.370781 15.120875 109.171563 15.120875 L 18.109063 15.120875 C 15.905938 15.120875 15.905938 15.120875 18.109063 15.120875 C 20.909844 15.120875 26.41375 20.620875 26.41375 27.409937 C 26.41375 34.199 20.909844 39.702906 18.109063 39.702906 C 15.905938 39.702906 15.905938 39.702906 18.109063 39.702906 L 71.648125 39.702906 C 73.847344 39.702906 77.417656 39.702906 79.616875 39.702906 Z M 79.616875 39.702906 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="125.223" y="17.076"/>
<use xlink:href="#glyph0-5" x="133.253189" y="17.076"/>
<use xlink:href="#glyph0-10" x="138.101193" y="17.076"/>
<use xlink:href="#glyph0-11" x="143.555743" y="17.076"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="150.219021" y="17.076"/>
<use xlink:href="#glyph0-7" x="156.280117" y="17.076"/>
<use xlink:href="#glyph0-10" x="165.37067" y="17.076"/>
<use xlink:href="#glyph0-6" x="170.82522" y="17.076"/>
<use xlink:href="#glyph0-16" x="175.098314" y="17.076"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="182.984503" y="17.076"/>
<use xlink:href="#glyph0-10" x="190.863055" y="17.076"/>
<use xlink:href="#glyph0-6" x="196.317605" y="17.076"/>
<use xlink:href="#glyph0-17" x="200.590699" y="17.076"/>
</g>
<g clip-path="url(#clip10)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 178.949219 58.390625 L 214.957031 58.390625 C 217.160156 58.390625 220.726562 58.390625 222.929688 58.390625 C 225.730469 58.390625 231.234375 63.894531 231.234375 70.683594 C 231.234375 77.472656 225.730469 82.976562 222.929688 82.976562 C 220.726562 82.976562 217.160156 82.976562 214.957031 82.976562 L 110.988281 82.976562 C 108.785156 82.976562 108.785156 82.976562 110.988281 82.976562 C 113.789062 82.976562 119.292969 77.472656 119.292969 70.683594 C 119.292969 63.894531 113.789062 58.390625 110.988281 58.390625 C 108.785156 58.390625 108.785156 58.390625 110.988281 58.390625 L 170.980469 58.390625 C 173.179688 58.390625 176.75 58.390625 178.949219 58.390625 Z M 178.949219 58.390625 "/>
</g>
<g clip-path="url(#clip11)" clip-rule="nonzero">
<g clip-path="url(#clip12)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear3);" d="M 106.210938 80.402344 L 106.210938 55.816406 L 228.660156 55.816406 L 228.660156 80.402344 Z M 106.210938 80.402344 "/>
</g>
</g>
<g clip-path="url(#clip13)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 86.07 -15.117406 L 122.077813 -15.117406 C 124.280938 -15.117406 127.847344 -15.117406 130.050469 -15.117406 C 132.85125 -15.117406 138.355156 -20.621313 138.355156 -27.410375 C 138.355156 -34.199438 132.85125 -39.703344 130.050469 -39.703344 C 127.847344 -39.703344 124.280938 -39.703344 122.077813 -39.703344 L 18.109063 -39.703344 C 15.905938 -39.703344 15.905938 -39.703344 18.109063 -39.703344 C 20.909844 -39.703344 26.41375 -34.199438 26.41375 -27.410375 C 26.41375 -20.621313 20.909844 -15.117406 18.109063 -15.117406 C 15.905938 -15.117406 15.905938 -15.117406 18.109063 -15.117406 L 78.10125 -15.117406 C 80.300469 -15.117406 83.870781 -15.117406 86.07 -15.117406 Z M 86.07 -15.117406 " transform="matrix(1,0,0,-1,90.305,40.699)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-18" x="125.223" y="71.898"/>
<use xlink:href="#glyph0-8" x="133.404825" y="71.898"/>
<use xlink:href="#glyph0-6" x="136.435373" y="71.898"/>
<use xlink:href="#glyph0-16" x="140.708467" y="71.898"/>
<use xlink:href="#glyph0-19" x="144.951016" y="71.898"/>
<use xlink:href="#glyph0-10" x="151.012112" y="71.898"/>
<use xlink:href="#glyph0-11" x="156.466662" y="71.898"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="163.129941" y="71.898"/>
<use xlink:href="#glyph0-7" x="169.191037" y="71.898"/>
<use xlink:href="#glyph0-10" x="178.28159" y="71.898"/>
<use xlink:href="#glyph0-6" x="183.73614" y="71.898"/>
<use xlink:href="#glyph0-16" x="188.009234" y="71.898"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="195.895423" y="71.898"/>
<use xlink:href="#glyph0-10" x="203.773975" y="71.898"/>
<use xlink:href="#glyph0-6" x="209.228525" y="71.898"/>
<use xlink:href="#glyph0-17" x="213.501619" y="71.898"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 39 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 797 KiB

View File

@@ -0,0 +1,633 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="406.869pt" height="187.709pt" viewBox="0 0 406.869 187.709" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 5.796875 -2.578125 L 5.546875 -2.578125 C 5.4375 -1.5625 5.296875 -0.3125 3.546875 -0.3125 L 2.734375 -0.3125 C 2.265625 -0.3125 2.25 -0.375 2.25 -0.703125 L 2.25 -6.015625 C 2.25 -6.359375 2.25 -6.5 3.1875 -6.5 L 3.515625 -6.5 L 3.515625 -6.8125 C 3.15625 -6.78125 2.25 -6.78125 1.84375 -6.78125 C 1.453125 -6.78125 0.671875 -6.78125 0.328125 -6.8125 L 0.328125 -6.5 L 0.5625 -6.5 C 1.328125 -6.5 1.359375 -6.390625 1.359375 -6.03125 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 L 5.515625 0 Z M 5.796875 -2.578125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.640625 -0.015625 1.1875 -0.03125 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 Z M 1.796875 -6.140625 C 1.796875 -6.453125 1.5625 -6.671875 1.28125 -6.671875 C 0.96875 -6.671875 0.75 -6.40625 0.75 -6.140625 C 0.75 -5.875 0.96875 -5.609375 1.28125 -5.609375 C 1.5625 -5.609375 1.796875 -5.828125 1.796875 -6.140625 Z M 1.796875 -6.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.21875 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.4375 -0.015625 3.953125 -0.03125 4.21875 -0.03125 C 4.46875 -0.03125 5 -0.015625 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 Z M 1.09375 -3.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 3.890625 -0.78125 L 3.890625 0.109375 L 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 Z M 3.890625 -0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 2.859375 -2.34375 C 3.15625 -2.71875 3.53125 -3.203125 3.78125 -3.46875 C 4.09375 -3.828125 4.5 -3.984375 4.96875 -3.984375 L 4.96875 -4.296875 C 4.703125 -4.28125 4.40625 -4.265625 4.140625 -4.265625 C 3.84375 -4.265625 3.3125 -4.28125 3.1875 -4.296875 L 3.1875 -3.984375 C 3.40625 -3.96875 3.484375 -3.84375 3.484375 -3.671875 C 3.484375 -3.515625 3.375 -3.390625 3.328125 -3.328125 L 2.71875 -2.546875 L 1.9375 -3.5625 C 1.84375 -3.65625 1.84375 -3.671875 1.84375 -3.734375 C 1.84375 -3.890625 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 C 1.9375 -4.28125 1.28125 -4.265625 1.109375 -4.265625 C 0.90625 -4.265625 0.4375 -4.28125 0.171875 -4.296875 L 0.171875 -3.984375 C 0.875 -3.984375 0.875 -3.984375 1.34375 -3.375 L 2.328125 -2.09375 L 1.390625 -0.90625 C 0.921875 -0.328125 0.328125 -0.3125 0.125 -0.3125 L 0.125 0 C 0.375 -0.015625 0.6875 -0.03125 0.953125 -0.03125 C 1.234375 -0.03125 1.65625 -0.015625 1.890625 0 L 1.890625 -0.3125 C 1.671875 -0.34375 1.609375 -0.46875 1.609375 -0.625 C 1.609375 -0.84375 1.890625 -1.171875 2.5 -1.890625 L 3.265625 -0.890625 C 3.34375 -0.78125 3.46875 -0.625 3.46875 -0.5625 C 3.46875 -0.46875 3.375 -0.3125 3.109375 -0.3125 L 3.109375 0 C 3.40625 -0.015625 3.96875 -0.03125 4.1875 -0.03125 C 4.453125 -0.03125 4.84375 -0.015625 5.140625 0 L 5.140625 -0.3125 C 4.609375 -0.3125 4.421875 -0.328125 4.203125 -0.625 Z M 2.859375 -2.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 3.984375 -4.171875 L 5.78125 -5.90625 C 5.859375 -5.984375 6.390625 -6.484375 7.203125 -6.5 L 7.203125 -6.8125 C 6.9375 -6.78125 6.625 -6.78125 6.34375 -6.78125 C 5.984375 -6.78125 5.421875 -6.78125 5.078125 -6.8125 L 5.078125 -6.5 C 5.484375 -6.484375 5.546875 -6.265625 5.546875 -6.171875 C 5.546875 -6.015625 5.4375 -5.90625 5.359375 -5.84375 L 2.25 -2.859375 L 2.25 -6.03125 C 2.25 -6.390625 2.265625 -6.5 3.03125 -6.5 L 3.265625 -6.5 L 3.265625 -6.8125 C 2.921875 -6.78125 2.1875 -6.78125 1.796875 -6.78125 C 1.421875 -6.78125 0.671875 -6.78125 0.328125 -6.8125 L 0.328125 -6.5 L 0.5625 -6.5 C 1.328125 -6.5 1.359375 -6.390625 1.359375 -6.03125 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 C 0.671875 -0.03125 1.421875 -0.03125 1.796875 -0.03125 C 2.171875 -0.03125 2.921875 -0.03125 3.265625 0 L 3.265625 -0.3125 L 3.03125 -0.3125 C 2.265625 -0.3125 2.25 -0.421875 2.25 -0.78125 L 2.25 -2.515625 L 3.40625 -3.625 L 5.203125 -0.953125 C 5.265625 -0.859375 5.359375 -0.734375 5.359375 -0.609375 C 5.359375 -0.3125 4.96875 -0.3125 4.765625 -0.3125 L 4.765625 0 C 5.109375 -0.03125 5.8125 -0.03125 6.1875 -0.03125 C 6.546875 -0.03125 6.921875 -0.015625 7.34375 0 L 7.34375 -0.3125 C 6.796875 -0.3125 6.59375 -0.34375 6.296875 -0.78125 Z M 3.984375 -4.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 Z M 1.109375 -2.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 C 0.671875 -0.015625 1.140625 -0.03125 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 Z M 1.671875 -3.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.65625 -0.015625 1.1875 -0.03125 1.4375 -0.03125 C 1.6875 -0.03125 2.171875 -0.015625 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 Z M 1.765625 -6.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 3.484375 -3.875 L 2.203125 -4.171875 C 1.578125 -4.328125 1.203125 -4.859375 1.203125 -5.4375 C 1.203125 -6.140625 1.734375 -6.75 2.515625 -6.75 C 4.171875 -6.75 4.390625 -5.109375 4.453125 -4.671875 C 4.46875 -4.609375 4.46875 -4.546875 4.578125 -4.546875 C 4.703125 -4.546875 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.03125 4.59375 -7.03125 C 4.53125 -7.03125 4.515625 -7.015625 4.453125 -6.890625 L 4.09375 -6.328125 C 3.796875 -6.625 3.390625 -7.03125 2.5 -7.03125 C 1.390625 -7.03125 0.5625 -6.15625 0.5625 -5.09375 C 0.5625 -4.265625 1.09375 -3.53125 1.859375 -3.265625 C 1.96875 -3.234375 2.484375 -3.109375 3.1875 -2.9375 C 3.453125 -2.875 3.75 -2.796875 4.03125 -2.4375 C 4.234375 -2.171875 4.34375 -1.84375 4.34375 -1.515625 C 4.34375 -0.8125 3.84375 -0.09375 3 -0.09375 C 2.71875 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.078125 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3.015625 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.859375 C 4.96875 -2.84375 4.3125 -3.671875 3.484375 -3.875 Z M 3.484375 -3.875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 2.890625 -3.515625 C 3.703125 -3.78125 4.28125 -4.46875 4.28125 -5.265625 C 4.28125 -6.078125 3.40625 -6.640625 2.453125 -6.640625 C 1.453125 -6.640625 0.6875 -6.046875 0.6875 -5.28125 C 0.6875 -4.953125 0.90625 -4.765625 1.203125 -4.765625 C 1.5 -4.765625 1.703125 -4.984375 1.703125 -5.28125 C 1.703125 -5.765625 1.234375 -5.765625 1.09375 -5.765625 C 1.390625 -6.265625 2.046875 -6.390625 2.40625 -6.390625 C 2.828125 -6.390625 3.375 -6.171875 3.375 -5.28125 C 3.375 -5.15625 3.34375 -4.578125 3.09375 -4.140625 C 2.796875 -3.65625 2.453125 -3.625 2.203125 -3.625 C 2.125 -3.609375 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.578125 1.671875 -3.5625 1.671875 -3.46875 C 1.671875 -3.359375 1.734375 -3.359375 1.90625 -3.359375 L 2.34375 -3.359375 C 3.15625 -3.359375 3.53125 -2.6875 3.53125 -1.703125 C 3.53125 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.96875 -0.0625 1.21875 -0.234375 0.875 -0.8125 C 1.21875 -0.765625 1.53125 -0.984375 1.53125 -1.359375 C 1.53125 -1.71875 1.265625 -1.921875 0.984375 -1.921875 C 0.734375 -1.921875 0.421875 -1.78125 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.515625 3.921875 -3.296875 2.890625 -3.515625 Z M 2.890625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 0.5625 -3.40625 C 0.5625 -1.34375 2.171875 0.21875 4.03125 0.21875 C 5.65625 0.21875 6.625 -1.171875 6.625 -2.328125 C 6.625 -2.421875 6.625 -2.5 6.5 -2.5 C 6.390625 -2.5 6.390625 -2.4375 6.375 -2.328125 C 6.296875 -0.90625 5.234375 -0.09375 4.140625 -0.09375 C 3.53125 -0.09375 1.578125 -0.421875 1.578125 -3.40625 C 1.578125 -6.375 3.53125 -6.71875 4.140625 -6.71875 C 5.21875 -6.71875 6.109375 -5.8125 6.3125 -4.359375 C 6.328125 -4.21875 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.21875 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.03125 6.515625 -7.03125 C 6.484375 -7.03125 6.4375 -7.03125 6.359375 -6.90625 L 5.859375 -6.171875 C 5.5 -6.53125 4.984375 -7.03125 4.03125 -7.03125 C 2.15625 -7.03125 0.5625 -5.4375 0.5625 -3.40625 Z M 0.5625 -3.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 2.9375 -1.640625 L 2.9375 -0.78125 C 2.9375 -0.421875 2.90625 -0.3125 2.171875 -0.3125 L 1.96875 -0.3125 L 1.96875 0 C 2.375 -0.03125 2.890625 -0.03125 3.3125 -0.03125 C 3.734375 -0.03125 4.25 -0.03125 4.671875 0 L 4.671875 -0.3125 L 4.453125 -0.3125 C 3.71875 -0.3125 3.703125 -0.421875 3.703125 -0.78125 L 3.703125 -1.640625 L 4.6875 -1.640625 L 4.6875 -1.953125 L 3.703125 -1.953125 L 3.703125 -6.484375 C 3.703125 -6.6875 3.703125 -6.75 3.53125 -6.75 C 3.453125 -6.75 3.421875 -6.75 3.34375 -6.625 L 0.28125 -1.953125 L 0.28125 -1.640625 Z M 2.984375 -1.953125 L 0.5625 -1.953125 L 2.984375 -5.671875 Z M 2.984375 -1.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 Z M 2.5 -0.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 Z M 1.71875 -3.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 0.34375 -6.8125 L 0.34375 -6.5 L 0.59375 -6.5 C 1.359375 -6.5 1.375 -6.390625 1.375 -6.03125 L 1.375 -0.78125 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.34375 -0.3125 L 0.34375 0 L 4 0 C 5.671875 0 7.046875 -1.46875 7.046875 -3.34375 C 7.046875 -5.25 5.703125 -6.8125 4 -6.8125 Z M 2.71875 -0.3125 C 2.25 -0.3125 2.234375 -0.375 2.234375 -0.703125 L 2.234375 -6.09375 C 2.234375 -6.4375 2.25 -6.5 2.71875 -6.5 L 3.71875 -6.5 C 4.34375 -6.5 5.03125 -6.28125 5.53125 -5.578125 C 5.96875 -4.984375 6.046875 -4.125 6.046875 -3.34375 C 6.046875 -2.25 5.859375 -1.640625 5.5 -1.15625 C 5.296875 -0.890625 4.734375 -0.3125 3.734375 -0.3125 Z M 2.71875 -0.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.078125 -4.265625 3.625 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.703125 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.9375 -4.28125 1.390625 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 Z M 4.140625 -3.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 5.90625 -0.625 C 6.046875 -0.40625 6.4375 -0.015625 6.546875 -0.015625 C 6.640625 -0.015625 6.640625 -0.09375 6.640625 -0.234375 L 6.640625 -1.96875 C 6.640625 -2.359375 6.671875 -2.40625 7.328125 -2.40625 L 7.328125 -2.71875 C 6.953125 -2.71875 6.40625 -2.6875 6.109375 -2.6875 C 5.71875 -2.6875 4.859375 -2.6875 4.5 -2.71875 L 4.5 -2.40625 L 4.828125 -2.40625 C 5.71875 -2.40625 5.75 -2.296875 5.75 -1.9375 L 5.75 -1.296875 C 5.75 -0.171875 4.484375 -0.09375 4.203125 -0.09375 C 3.5625 -0.09375 1.578125 -0.4375 1.578125 -3.40625 C 1.578125 -6.390625 3.546875 -6.71875 4.140625 -6.71875 C 5.21875 -6.71875 6.125 -5.828125 6.3125 -4.359375 C 6.34375 -4.21875 6.34375 -4.1875 6.484375 -4.1875 C 6.640625 -4.1875 6.640625 -4.21875 6.640625 -4.421875 L 6.640625 -6.78125 C 6.640625 -6.953125 6.640625 -7.03125 6.53125 -7.03125 C 6.484375 -7.03125 6.453125 -7.03125 6.375 -6.90625 L 5.875 -6.171875 C 5.546875 -6.484375 5.015625 -7.03125 4.03125 -7.03125 C 2.171875 -7.03125 0.5625 -5.453125 0.5625 -3.40625 C 0.5625 -1.359375 2.15625 0.21875 4.046875 0.21875 C 4.78125 0.21875 5.578125 -0.046875 5.90625 -0.625 Z M 5.90625 -0.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 3.3125 -0.75 C 3.359375 -0.359375 3.625 0.0625 4.09375 0.0625 C 4.3125 0.0625 4.921875 -0.078125 4.921875 -0.890625 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.890625 C 4.671875 -0.3125 4.421875 -0.25 4.3125 -0.25 C 3.984375 -0.25 3.9375 -0.703125 3.9375 -0.75 L 3.9375 -2.734375 C 3.9375 -3.15625 3.9375 -3.546875 3.578125 -3.921875 C 3.1875 -4.3125 2.6875 -4.46875 2.21875 -4.46875 C 1.390625 -4.46875 0.703125 -4 0.703125 -3.34375 C 0.703125 -3.046875 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.625 -3.078125 1.625 -3.328125 C 1.625 -3.453125 1.578125 -3.78125 1.109375 -3.78125 C 1.390625 -4.140625 1.875 -4.25 2.1875 -4.25 C 2.6875 -4.25 3.25 -3.859375 3.25 -2.96875 L 3.25 -2.609375 C 2.734375 -2.578125 2.046875 -2.546875 1.421875 -2.25 C 0.671875 -1.90625 0.421875 -1.390625 0.421875 -0.953125 C 0.421875 -0.140625 1.390625 0.109375 2.015625 0.109375 C 2.671875 0.109375 3.125 -0.296875 3.3125 -0.75 Z M 3.25 -2.390625 L 3.25 -1.390625 C 3.25 -0.453125 2.53125 -0.109375 2.078125 -0.109375 C 1.59375 -0.109375 1.1875 -0.453125 1.1875 -0.953125 C 1.1875 -1.5 1.609375 -2.328125 3.25 -2.390625 Z M 3.25 -2.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 3.78125 -0.546875 L 3.78125 0.109375 L 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 Z M 3.78125 -3.21875 L 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -3.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.53125 1.5 -3.78125 C 1.578125 -3.890625 1.8125 -4.171875 2.21875 -4.171875 C 3.078125 -4.171875 3.078125 -3.1875 3.078125 -2.953125 C 3.078125 -2.6875 3.078125 -2.359375 2.921875 -2.109375 C 2.84375 -2 2.609375 -1.71875 2.21875 -1.71875 Z M 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.3125 3.671875 -3.671875 3.421875 -3.90625 C 3.78125 -4.25 4.140625 -4.296875 4.3125 -4.296875 C 4.34375 -4.296875 4.390625 -4.296875 4.421875 -4.28125 C 4.3125 -4.25 4.25 -4.140625 4.25 -4.015625 C 4.25 -3.84375 4.390625 -3.734375 4.546875 -3.734375 C 4.640625 -3.734375 4.828125 -3.796875 4.828125 -4.03125 C 4.828125 -4.203125 4.71875 -4.515625 4.328125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.4375 -4.40625 2.21875 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.921875 C 0.9375 -1.78125 0.75 -1.453125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.5625 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 Z M 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.5 1.828125 Z M 2.5 1.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 5.796875 -6.78125 L 0.328125 -6.78125 L 0.328125 -6.46875 L 0.5625 -6.46875 C 1.328125 -6.46875 1.359375 -6.359375 1.359375 -6 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 C 0.671875 -0.03125 1.453125 -0.03125 1.84375 -0.03125 C 2.25 -0.03125 3.15625 -0.03125 3.515625 0 L 3.515625 -0.3125 L 3.1875 -0.3125 C 2.25 -0.3125 2.25 -0.4375 2.25 -0.78125 L 2.25 -3.234375 L 3.09375 -3.234375 C 4.0625 -3.234375 4.15625 -2.921875 4.15625 -2.078125 L 4.40625 -2.078125 L 4.40625 -4.71875 L 4.15625 -4.71875 C 4.15625 -3.875 4.0625 -3.546875 3.09375 -3.546875 L 2.25 -3.546875 L 2.25 -6.078125 C 2.25 -6.40625 2.265625 -6.46875 2.734375 -6.46875 L 3.921875 -6.46875 C 5.421875 -6.46875 5.671875 -5.90625 5.828125 -4.53125 L 6.078125 -4.53125 Z M 5.796875 -6.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 7.1875 -3.375 C 7.1875 -5.40625 5.6875 -7.03125 3.875 -7.03125 C 2.078125 -7.03125 0.5625 -5.4375 0.5625 -3.375 C 0.5625 -1.328125 2.09375 0.21875 3.875 0.21875 C 5.6875 0.21875 7.1875 -1.359375 7.1875 -3.375 Z M 3.875 -0.046875 C 2.921875 -0.046875 1.578125 -0.921875 1.578125 -3.515625 C 1.578125 -6.09375 3.046875 -6.78125 3.875 -6.78125 C 4.734375 -6.78125 6.15625 -6.078125 6.15625 -3.515625 C 6.15625 -0.875 4.796875 -0.046875 3.875 -0.046875 Z M 3.875 -0.046875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-25">
<path style="stroke:none;" d="M 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 C 0.625 1.921875 1.140625 1.90625 1.390625 1.90625 C 1.671875 1.90625 2.171875 1.921875 2.515625 1.9375 L 2.515625 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.171875 L 1.75 -0.59375 C 1.796875 -0.421875 2.21875 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 C 5.1875 -3.421875 4.234375 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 Z M 1.75 -1.140625 L 1.75 -3.359375 C 2.03125 -3.875 2.515625 -4.15625 3.03125 -4.15625 C 3.765625 -4.15625 4.359375 -3.28125 4.359375 -2.15625 C 4.359375 -0.953125 3.671875 -0.109375 2.9375 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.9375 1.75 -1.140625 Z M 1.75 -1.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 7.796875 -8.140625 C 7.796875 -8.359375 7.796875 -8.421875 7.671875 -8.421875 C 7.609375 -8.421875 7.59375 -8.390625 7.515625 -8.265625 L 6.9375 -7.328125 C 6.390625 -8 5.578125 -8.421875 4.71875 -8.421875 C 2.53125 -8.421875 0.640625 -6.53125 0.640625 -4.09375 C 0.640625 -1.609375 2.5625 0.25 4.71875 0.25 C 6.6875 0.25 7.796875 -1.453125 7.796875 -2.765625 C 7.796875 -2.90625 7.796875 -2.96875 7.65625 -2.96875 C 7.546875 -2.96875 7.53125 -2.921875 7.53125 -2.828125 C 7.421875 -0.9375 6.03125 -0.09375 4.875 -0.09375 C 4.046875 -0.09375 1.75 -0.59375 1.75 -4.09375 C 1.75 -7.546875 4 -8.0625 4.859375 -8.0625 C 6.125 -8.0625 7.21875 -7 7.453125 -5.21875 C 7.484375 -5.0625 7.484375 -5.03125 7.625 -5.03125 C 7.796875 -5.03125 7.796875 -5.0625 7.796875 -5.3125 Z M 7.796875 -8.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 2.59375 -7.25 C 2.59375 -7.703125 2.625 -7.8125 3.53125 -7.8125 L 3.796875 -7.8125 L 3.796875 -8.15625 C 3.5 -8.140625 2.46875 -8.140625 2.109375 -8.140625 C 1.75 -8.140625 0.71875 -8.140625 0.4375 -8.15625 L 0.4375 -7.8125 L 0.6875 -7.8125 C 1.59375 -7.8125 1.625 -7.703125 1.625 -7.25 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.6875 -0.34375 L 0.4375 -0.34375 L 0.4375 0 C 0.71875 -0.03125 1.75 -0.03125 2.109375 -0.03125 C 2.46875 -0.03125 3.5 -0.03125 3.796875 0 L 3.796875 -0.34375 L 3.53125 -0.34375 C 2.625 -0.34375 2.59375 -0.46875 2.59375 -0.90625 Z M 2.59375 -7.25 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 0.5 -8.15625 L 0.5 -7.8125 L 0.734375 -7.8125 C 1.609375 -7.8125 1.640625 -7.703125 1.640625 -7.25 L 1.640625 -0.90625 C 1.640625 -0.46875 1.609375 -0.34375 0.734375 -0.34375 L 0.5 -0.34375 L 0.5 0 L 4.6875 0 C 6.6875 0 8.28125 -1.796875 8.28125 -4 C 8.28125 -6.3125 6.671875 -8.15625 4.6875 -8.15625 Z M 3.125 -0.34375 C 2.609375 -0.34375 2.578125 -0.4375 2.578125 -0.828125 L 2.578125 -7.34375 C 2.578125 -7.734375 2.609375 -7.8125 3.125 -7.8125 L 4.390625 -7.8125 C 5.375 -7.8125 6.171875 -7.34375 6.65625 -6.546875 C 7.203125 -5.703125 7.203125 -4.5 7.203125 -4.015625 C 7.203125 -3.34375 7.1875 -2.21875 6.5 -1.34375 C 6.109375 -0.84375 5.390625 -0.34375 4.390625 -0.34375 Z M 3.125 -0.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 7.625 -3.0625 L 7.359375 -3.0625 C 7.078125 -1.1875 6.796875 -0.34375 4.765625 -0.34375 L 3.140625 -0.34375 C 2.625 -0.34375 2.59375 -0.4375 2.59375 -0.828125 L 2.59375 -4.046875 L 3.6875 -4.046875 C 4.828125 -4.046875 4.953125 -3.6875 4.953125 -2.65625 L 5.21875 -2.65625 L 5.21875 -5.796875 L 4.953125 -5.796875 C 4.953125 -4.765625 4.828125 -4.40625 3.6875 -4.40625 L 2.59375 -4.40625 L 2.59375 -7.3125 C 2.59375 -7.703125 2.625 -7.796875 3.140625 -7.796875 L 4.734375 -7.796875 C 6.484375 -7.796875 6.859375 -7.203125 7.046875 -5.46875 L 7.296875 -5.46875 L 7 -8.140625 L 0.484375 -8.140625 L 0.484375 -7.796875 L 0.734375 -7.796875 C 1.59375 -7.796875 1.625 -7.671875 1.625 -7.234375 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.734375 -0.34375 L 0.484375 -0.34375 L 0.484375 0 L 7.140625 0 Z M 7.625 -3.0625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 8.578125 -2.90625 C 8.578125 -4.015625 8.578125 -4.34375 8.296875 -4.734375 C 7.953125 -5.203125 7.390625 -5.265625 6.984375 -5.265625 C 5.984375 -5.265625 5.484375 -4.546875 5.296875 -4.09375 C 5.125 -5.015625 4.484375 -5.265625 3.734375 -5.265625 C 2.5625 -5.265625 2.109375 -4.28125 2.015625 -4.046875 L 2.015625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.1875 -4.796875 1.296875 -4.703125 1.296875 -4.125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.46875 -0.34375 5.3125 -0.34375 5.3125 -0.890625 L 5.3125 -3.109375 C 5.3125 -4.359375 6.140625 -5.03125 6.890625 -5.03125 C 7.625 -5.03125 7.796875 -4.421875 7.796875 -3.6875 L 7.796875 -0.890625 C 7.796875 -0.34375 7.65625 -0.34375 6.890625 -0.34375 L 6.890625 0 C 7.203125 -0.03125 7.84375 -0.03125 8.171875 -0.03125 C 8.515625 -0.03125 9.171875 -0.03125 9.484375 0 L 9.484375 -0.34375 C 8.875 -0.34375 8.578125 -0.34375 8.578125 -0.703125 Z M 8.578125 -2.90625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 3.640625 -5.140625 L 3.640625 -4.796875 C 4.453125 -4.796875 4.546875 -4.703125 4.546875 -4.125 L 4.546875 -1.984375 C 4.546875 -0.96875 4 -0.125 3.109375 -0.125 C 2.125 -0.125 2.0625 -0.6875 2.0625 -1.3125 L 2.0625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.296875 -4.796875 1.296875 -4.75 1.296875 -3.6875 L 1.296875 -1.90625 C 1.296875 -1.15625 1.296875 -0.734375 1.65625 -0.328125 C 1.9375 -0.03125 2.421875 0.125 3.03125 0.125 C 3.234375 0.125 3.625 0.125 4.03125 -0.234375 C 4.375 -0.5 4.5625 -0.953125 4.5625 -0.953125 L 4.5625 0.125 L 6.234375 0 L 6.234375 -0.34375 C 5.421875 -0.34375 5.3125 -0.4375 5.3125 -1.015625 L 5.3125 -5.265625 Z M 3.640625 -5.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M 2.0625 -8.296875 L 0.390625 -8.15625 L 0.390625 -7.8125 C 1.203125 -7.8125 1.296875 -7.734375 1.296875 -7.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.3125 -0.03125 1.671875 -0.03125 C 2.03125 -0.03125 2.625 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.203125 -0.34375 2.0625 -0.34375 2.0625 -0.890625 Z M 2.0625 -8.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 4.609375 -3.1875 C 4.609375 -3.84375 4.609375 -4.3125 4.09375 -4.78125 C 3.671875 -5.15625 3.125 -5.328125 2.609375 -5.328125 C 1.625 -5.328125 0.875 -4.6875 0.875 -3.90625 C 0.875 -3.5625 1.09375 -3.390625 1.375 -3.390625 C 1.65625 -3.390625 1.859375 -3.59375 1.859375 -3.890625 C 1.859375 -4.375 1.4375 -4.375 1.25 -4.375 C 1.53125 -4.875 2.109375 -5.09375 2.578125 -5.09375 C 3.125 -5.09375 3.84375 -4.640625 3.84375 -3.5625 L 3.84375 -3.078125 C 1.4375 -3.046875 0.53125 -2.046875 0.53125 -1.125 C 0.53125 -0.171875 1.625 0.125 2.359375 0.125 C 3.140625 0.125 3.6875 -0.359375 3.90625 -0.9375 C 3.953125 -0.375 4.328125 0.0625 4.84375 0.0625 C 5.09375 0.0625 5.78125 -0.109375 5.78125 -1.0625 L 5.78125 -1.734375 L 5.515625 -1.734375 L 5.515625 -1.0625 C 5.515625 -0.375 5.234375 -0.28125 5.0625 -0.28125 C 4.609375 -0.28125 4.609375 -0.921875 4.609375 -1.09375 Z M 3.84375 -1.6875 C 3.84375 -0.515625 2.96875 -0.125 2.453125 -0.125 C 1.859375 -0.125 1.375 -0.546875 1.375 -1.125 C 1.375 -2.703125 3.40625 -2.84375 3.84375 -2.875 Z M 3.84375 -1.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-9">
<path style="stroke:none;" d="M 2.015625 -4.8125 L 3.6875 -4.8125 L 3.6875 -5.15625 L 2.015625 -5.15625 L 2.015625 -7.34375 L 1.75 -7.34375 C 1.734375 -6.234375 1.296875 -5.078125 0.21875 -5.046875 L 0.21875 -4.8125 L 1.234375 -4.8125 L 1.234375 -1.484375 C 1.234375 -0.15625 2.109375 0.125 2.75 0.125 C 3.5 0.125 3.890625 -0.625 3.890625 -1.484375 L 3.890625 -2.15625 L 3.640625 -2.15625 L 3.640625 -1.5 C 3.640625 -0.640625 3.28125 -0.140625 2.828125 -0.140625 C 2.015625 -0.140625 2.015625 -1.25 2.015625 -1.453125 Z M 2.015625 -4.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-10">
<path style="stroke:none;" d="M 5.484375 -2.5625 C 5.484375 -4.09375 4.3125 -5.328125 2.921875 -5.328125 C 1.5 -5.328125 0.359375 -4.0625 0.359375 -2.5625 C 0.359375 -1.03125 1.546875 0.125 2.921875 0.125 C 4.328125 0.125 5.484375 -1.046875 5.484375 -2.5625 Z M 2.921875 -0.140625 C 2.484375 -0.140625 1.953125 -0.328125 1.609375 -0.921875 C 1.28125 -1.453125 1.265625 -2.15625 1.265625 -2.671875 C 1.265625 -3.125 1.265625 -3.84375 1.640625 -4.390625 C 1.96875 -4.90625 2.5 -5.09375 2.921875 -5.09375 C 3.375 -5.09375 3.890625 -4.875 4.203125 -4.40625 C 4.578125 -3.859375 4.578125 -3.109375 4.578125 -2.671875 C 4.578125 -2.25 4.578125 -1.5 4.265625 -0.9375 C 3.9375 -0.375 3.375 -0.140625 2.921875 -0.140625 Z M 2.921875 -0.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-11">
<path style="stroke:none;" d="M 2 -2.78125 C 2 -3.9375 2.46875 -5.03125 3.390625 -5.03125 C 3.484375 -5.03125 3.515625 -5.03125 3.5625 -5.015625 C 3.46875 -4.96875 3.28125 -4.90625 3.28125 -4.578125 C 3.28125 -4.234375 3.546875 -4.09375 3.734375 -4.09375 C 3.984375 -4.09375 4.21875 -4.25 4.21875 -4.578125 C 4.21875 -4.9375 3.890625 -5.265625 3.375 -5.265625 C 2.359375 -5.265625 2.015625 -4.171875 1.953125 -3.9375 L 1.9375 -3.9375 L 1.9375 -5.265625 L 0.328125 -5.140625 L 0.328125 -4.796875 C 1.140625 -4.796875 1.25 -4.703125 1.25 -4.125 L 1.25 -0.890625 C 1.25 -0.34375 1.109375 -0.34375 0.328125 -0.34375 L 0.328125 0 C 0.671875 -0.03125 1.328125 -0.03125 1.6875 -0.03125 C 2.015625 -0.03125 2.859375 -0.03125 3.125 0 L 3.125 -0.34375 L 2.890625 -0.34375 C 2.015625 -0.34375 2 -0.484375 2 -0.90625 Z M 2 -2.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 5 -4.65625 C 5 -5.03125 4.921875 -5.15625 4.515625 -5.15625 L 3.734375 -5.15625 C 3.5625 -5.15625 3.25 -5.15625 3.25 -4.8125 C 3.25 -4.453125 3.5625 -4.453125 3.734375 -4.453125 L 4.21875 -4.453125 L 4.21875 -1.859375 C 4.21875 -0.890625 3.40625 -0.625 2.875 -0.625 C 1.921875 -0.625 1.921875 -1.046875 1.921875 -1.421875 L 1.921875 -4.65625 C 1.921875 -5.03125 1.859375 -5.15625 1.453125 -5.15625 L 0.65625 -5.15625 C 0.484375 -5.15625 0.171875 -5.15625 0.171875 -4.8125 C 0.171875 -4.453125 0.484375 -4.453125 0.65625 -4.453125 L 1.140625 -4.453125 L 1.140625 -1.359375 C 1.140625 -0.265625 1.859375 0.078125 2.78125 0.078125 C 3.515625 0.078125 3.96875 -0.234375 4.203125 -0.4375 C 4.203125 0 4.5 0 4.703125 0 L 5.484375 0 C 5.65625 0 5.96875 0 5.96875 -0.34375 C 5.96875 -0.6875 5.65625 -0.6875 5.484375 -0.6875 L 5 -0.6875 Z M 5 -4.65625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 5.015625 -4.8125 C 5.015625 -5 5.015625 -5.265625 4.6875 -5.265625 C 4.40625 -5.265625 4.328125 -4.984375 4.328125 -4.96875 C 3.84375 -5.265625 3.296875 -5.265625 3.0625 -5.265625 C 1.109375 -5.265625 0.84375 -4.265625 0.84375 -3.859375 C 0.84375 -3.375 1.140625 -3.03125 1.546875 -2.8125 C 1.921875 -2.59375 2.265625 -2.53125 3.25 -2.375 C 3.71875 -2.296875 4.671875 -2.140625 4.671875 -1.484375 C 4.671875 -1.046875 4.265625 -0.625 3.15625 -0.625 C 2.390625 -0.625 1.890625 -0.921875 1.640625 -1.78125 C 1.578125 -1.953125 1.546875 -2.078125 1.25 -2.078125 C 0.84375 -2.078125 0.84375 -1.859375 0.84375 -1.609375 L 0.84375 -0.375 C 0.84375 -0.1875 0.84375 0.078125 1.1875 0.078125 C 1.328125 0.078125 1.4375 0.078125 1.609375 -0.421875 C 2.15625 0.03125 2.78125 0.078125 3.15625 0.078125 C 5.359375 0.078125 5.359375 -1.359375 5.359375 -1.484375 C 5.359375 -2.71875 3.890625 -2.96875 3.3125 -3.0625 C 2.265625 -3.234375 1.546875 -3.359375 1.546875 -3.859375 C 1.546875 -4.1875 1.90625 -4.5625 3.03125 -4.5625 C 4.171875 -4.5625 4.21875 -4.03125 4.25 -3.71875 C 4.265625 -3.484375 4.484375 -3.4375 4.625 -3.4375 C 5.015625 -3.4375 5.015625 -3.65625 5.015625 -3.890625 Z M 5.015625 -4.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 1.921875 -6.8125 C 1.921875 -7.1875 1.859375 -7.296875 1.453125 -7.296875 L 0.65625 -7.296875 C 0.484375 -7.296875 0.171875 -7.296875 0.171875 -6.953125 C 0.171875 -6.609375 0.484375 -6.609375 0.65625 -6.609375 L 1.140625 -6.609375 L 1.140625 -0.484375 C 1.140625 -0.28125 1.140625 0 1.546875 0 C 1.921875 0 1.921875 -0.25 1.921875 -0.59375 C 2.21875 -0.28125 2.65625 0.078125 3.328125 0.078125 C 4.59375 0.078125 5.703125 -1.0625 5.703125 -2.578125 C 5.703125 -4.046875 4.703125 -5.21875 3.453125 -5.21875 C 2.578125 -5.21875 2.03125 -4.703125 1.921875 -4.578125 Z M 1.921875 -3.171875 C 1.921875 -3.859375 2.59375 -4.53125 3.375 -4.53125 C 4.234375 -4.53125 4.921875 -3.65625 4.921875 -2.578125 C 4.921875 -1.4375 4.109375 -0.625 3.265625 -0.625 C 2.359375 -0.625 1.921875 -1.640625 1.921875 -2.234375 Z M 1.921875 -3.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 5.453125 -1.296875 C 5.453125 -1.609375 5.15625 -1.609375 5.0625 -1.609375 C 4.78125 -1.609375 4.734375 -1.515625 4.671875 -1.34375 C 4.40625 -0.6875 3.828125 -0.625 3.53125 -0.625 C 2.515625 -0.625 1.65625 -1.46875 1.65625 -2.578125 C 1.65625 -3.1875 2.015625 -4.5625 3.578125 -4.5625 C 3.890625 -4.5625 4.140625 -4.546875 4.25 -4.53125 C 4.34375 -4.5 4.34375 -4.5 4.34375 -4.4375 C 4.390625 -3.9375 4.75 -3.9375 4.828125 -3.9375 C 5.09375 -3.9375 5.3125 -4.109375 5.3125 -4.4375 C 5.3125 -5.265625 4.109375 -5.265625 3.578125 -5.265625 C 1.546875 -5.265625 0.890625 -3.578125 0.890625 -2.578125 C 0.890625 -1.125 2 0.078125 3.4375 0.078125 C 5.03125 0.078125 5.453125 -1.109375 5.453125 -1.296875 Z M 5.453125 -1.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 3.609375 -6.78125 C 3.609375 -7.078125 3.375 -7.3125 3.078125 -7.3125 C 2.765625 -7.3125 2.53125 -7.078125 2.53125 -6.78125 C 2.53125 -6.484375 2.765625 -6.234375 3.078125 -6.234375 C 3.375 -6.234375 3.609375 -6.484375 3.609375 -6.78125 Z M 1.546875 -5.15625 C 1.390625 -5.15625 1.078125 -5.15625 1.078125 -4.8125 C 1.078125 -4.453125 1.390625 -4.453125 1.546875 -4.453125 L 2.828125 -4.453125 L 2.828125 -0.6875 L 1.46875 -0.6875 C 1.296875 -0.6875 0.984375 -0.6875 0.984375 -0.34375 C 0.984375 0 1.296875 0 1.46875 0 L 4.796875 0 C 4.953125 0 5.265625 0 5.265625 -0.34375 C 5.265625 -0.6875 4.953125 -0.6875 4.796875 -0.6875 L 3.609375 -0.6875 L 3.609375 -4.65625 C 3.609375 -5.03125 3.53125 -5.15625 3.125 -5.15625 Z M 1.546875 -5.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 5 -6.8125 C 5 -7.1875 4.921875 -7.296875 4.515625 -7.296875 L 3.734375 -7.296875 C 3.5625 -7.296875 3.25 -7.296875 3.25 -6.953125 C 3.25 -6.609375 3.5625 -6.609375 3.734375 -6.609375 L 4.21875 -6.609375 L 4.21875 -4.625 C 4.03125 -4.8125 3.53125 -5.21875 2.8125 -5.21875 C 1.546875 -5.21875 0.4375 -4.078125 0.4375 -2.5625 C 0.4375 -1.09375 1.46875 0.078125 2.703125 0.078125 C 3.484375 0.078125 4 -0.390625 4.21875 -0.65625 C 4.21875 -0.15625 4.21875 0 4.703125 0 L 5.484375 0 C 5.65625 0 5.96875 0 5.96875 -0.34375 C 5.96875 -0.6875 5.65625 -0.6875 5.484375 -0.6875 L 5 -0.6875 Z M 4.21875 -2.265625 C 4.21875 -1.609375 3.671875 -0.625 2.765625 -0.625 C 1.90625 -0.625 1.21875 -1.5 1.21875 -2.5625 C 1.21875 -3.71875 2.03125 -4.53125 2.875 -4.53125 C 3.65625 -4.53125 4.21875 -3.828125 4.21875 -3.203125 Z M 4.21875 -2.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-1">
<path style="stroke:none;" d="M 0.375 -7.453125 L 0.375 -7.109375 L 0.640625 -7.109375 C 1.484375 -7.109375 1.5 -6.984375 1.5 -6.59375 L 1.5 -0.84375 C 1.5 -0.453125 1.484375 -0.34375 0.640625 -0.34375 L 0.375 -0.34375 L 0.375 0 L 4.375 0 C 6.203125 0 7.703125 -1.609375 7.703125 -3.671875 C 7.703125 -5.734375 6.234375 -7.453125 4.375 -7.453125 Z M 2.984375 -0.34375 C 2.46875 -0.34375 2.4375 -0.421875 2.4375 -0.78125 L 2.4375 -6.671875 C 2.4375 -7.03125 2.46875 -7.109375 2.984375 -7.109375 L 4.0625 -7.109375 C 4.75 -7.109375 5.5 -6.875 6.046875 -6.09375 C 6.515625 -5.453125 6.625 -4.515625 6.625 -3.671875 C 6.625 -2.453125 6.40625 -1.796875 6.015625 -1.265625 C 5.796875 -0.96875 5.1875 -0.34375 4.078125 -0.34375 Z M 2.984375 -0.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 1.828125 -3.625 L 1.828125 -4.828125 L 0.3125 -4.703125 L 0.3125 -4.359375 C 1.0625 -4.359375 1.15625 -4.28125 1.15625 -3.75 L 1.15625 -0.828125 C 1.15625 -0.34375 1.03125 -0.34375 0.3125 -0.34375 L 0.3125 0 C 0.734375 -0.015625 1.25 -0.03125 1.546875 -0.03125 C 1.984375 -0.03125 2.5 -0.03125 2.9375 0 L 2.9375 -0.34375 L 2.703125 -0.34375 C 1.890625 -0.34375 1.875 -0.453125 1.875 -0.84375 L 1.875 -2.53125 C 1.875 -3.609375 2.328125 -4.578125 3.15625 -4.578125 C 3.234375 -4.578125 3.265625 -4.578125 3.28125 -4.5625 C 3.25 -4.5625 3.03125 -4.421875 3.03125 -4.140625 C 3.03125 -3.84375 3.265625 -3.671875 3.5 -3.671875 C 3.703125 -3.671875 3.96875 -3.8125 3.96875 -4.15625 C 3.96875 -4.5 3.625 -4.828125 3.15625 -4.828125 C 2.359375 -4.828125 1.96875 -4.09375 1.828125 -3.625 Z M 1.828125 -3.625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-3">
<path style="stroke:none;" d="M 1.9375 -4.828125 L 0.40625 -4.703125 L 0.40625 -4.359375 C 1.109375 -4.359375 1.203125 -4.296875 1.203125 -3.765625 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.703125 -0.015625 1.296875 -0.03125 1.5625 -0.03125 C 1.9375 -0.03125 2.328125 -0.015625 2.6875 0 L 2.6875 -0.34375 C 1.96875 -0.34375 1.9375 -0.390625 1.9375 -0.8125 Z M 1.96875 -6.71875 C 1.96875 -7.0625 1.703125 -7.296875 1.390625 -7.296875 C 1.0625 -7.296875 0.8125 -7 0.8125 -6.71875 C 0.8125 -6.421875 1.0625 -6.140625 1.390625 -6.140625 C 1.703125 -6.140625 1.96875 -6.375 1.96875 -6.71875 Z M 1.96875 -6.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-4">
<path style="stroke:none;" d="M 4.53125 -3.625 C 4.640625 -3.875 4.828125 -4.359375 5.546875 -4.359375 L 5.546875 -4.703125 C 5.296875 -4.671875 4.96875 -4.671875 4.71875 -4.671875 C 4.453125 -4.671875 3.953125 -4.6875 3.78125 -4.703125 L 3.78125 -4.359375 C 4.171875 -4.359375 4.296875 -4.09375 4.296875 -3.890625 C 4.296875 -3.796875 4.28125 -3.75 4.234375 -3.625 L 3.125 -0.84375 L 1.890625 -3.890625 C 1.828125 -4.03125 1.828125 -4.0625 1.828125 -4.078125 C 1.828125 -4.359375 2.25 -4.359375 2.453125 -4.359375 L 2.453125 -4.703125 C 2.125 -4.6875 1.515625 -4.671875 1.265625 -4.671875 C 0.96875 -4.671875 0.53125 -4.671875 0.203125 -4.703125 L 0.203125 -4.359375 C 0.890625 -4.359375 0.9375 -4.296875 1.078125 -3.953125 L 2.65625 -0.09375 C 2.71875 0.0625 2.734375 0.125 2.875 0.125 C 3.015625 0.125 3.0625 0.015625 3.109375 -0.09375 Z M 4.53125 -3.625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-5">
<path style="stroke:none;" d="M 1.21875 -2.75 C 1.28125 -4.375 2.203125 -4.640625 2.578125 -4.640625 C 3.703125 -4.640625 3.8125 -3.171875 3.8125 -2.75 Z M 1.203125 -2.515625 L 4.25 -2.515625 C 4.5 -2.515625 4.53125 -2.515625 4.53125 -2.75 C 4.53125 -3.828125 3.9375 -4.890625 2.578125 -4.890625 C 1.3125 -4.890625 0.3125 -3.765625 0.3125 -2.40625 C 0.3125 -0.9375 1.453125 0.125 2.703125 0.125 C 4.03125 0.125 4.53125 -1.09375 4.53125 -1.296875 C 4.53125 -1.40625 4.4375 -1.421875 4.390625 -1.421875 C 4.28125 -1.421875 4.265625 -1.359375 4.25 -1.28125 C 3.859375 -0.15625 2.875 -0.15625 2.765625 -0.15625 C 2.21875 -0.15625 1.78125 -0.484375 1.53125 -0.890625 C 1.203125 -1.40625 1.203125 -2.125 1.203125 -2.515625 Z M 1.203125 -2.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-6">
<path style="stroke:none;" d="M 1.90625 -4.703125 L 1.90625 -5.96875 C 1.90625 -6.921875 2.4375 -7.453125 2.90625 -7.453125 C 2.9375 -7.453125 3.109375 -7.453125 3.265625 -7.375 C 3.140625 -7.328125 2.9375 -7.1875 2.9375 -6.921875 C 2.9375 -6.65625 3.125 -6.453125 3.40625 -6.453125 C 3.734375 -6.453125 3.890625 -6.65625 3.890625 -6.921875 C 3.890625 -7.328125 3.484375 -7.6875 2.90625 -7.6875 C 2.15625 -7.6875 1.21875 -7.109375 1.21875 -5.953125 L 1.21875 -4.703125 L 0.359375 -4.703125 L 0.359375 -4.359375 L 1.21875 -4.359375 L 1.21875 -0.828125 C 1.21875 -0.34375 1.09375 -0.34375 0.375 -0.34375 L 0.375 0 C 0.796875 -0.015625 1.3125 -0.03125 1.609375 -0.03125 C 2.046875 -0.03125 2.5625 -0.03125 3 0 L 3 -0.34375 L 2.765625 -0.34375 C 1.96875 -0.34375 1.9375 -0.453125 1.9375 -0.84375 L 1.9375 -4.359375 L 3.1875 -4.359375 L 3.1875 -4.703125 Z M 1.90625 -4.703125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-7">
<path style="stroke:none;" d="M 5.140625 -2.328125 C 5.140625 -3.734375 4.046875 -4.890625 2.71875 -4.890625 C 1.359375 -4.890625 0.3125 -3.703125 0.3125 -2.328125 C 0.3125 -0.921875 1.4375 0.125 2.71875 0.125 C 4.03125 0.125 5.140625 -0.953125 5.140625 -2.328125 Z M 2.71875 -0.15625 C 2.25 -0.15625 1.78125 -0.375 1.484375 -0.890625 C 1.203125 -1.359375 1.203125 -2.03125 1.203125 -2.421875 C 1.203125 -2.84375 1.203125 -3.4375 1.46875 -3.921875 C 1.765625 -4.421875 2.28125 -4.640625 2.71875 -4.640625 C 3.203125 -4.640625 3.671875 -4.40625 3.953125 -3.9375 C 4.234375 -3.46875 4.234375 -2.828125 4.234375 -2.421875 C 4.234375 -2.03125 4.234375 -1.4375 3.984375 -0.953125 C 3.75 -0.46875 3.265625 -0.15625 2.71875 -0.15625 Z M 2.71875 -0.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-8">
<path style="stroke:none;" d="M 6.34375 -2.515625 C 6.34375 -0.96875 5.296875 -0.09375 4.25 -0.09375 C 3.734375 -0.09375 2.453125 -0.375 2.453125 -2.4375 L 2.453125 -6.59375 C 2.453125 -6.984375 2.46875 -7.109375 3.3125 -7.109375 L 3.578125 -7.109375 L 3.578125 -7.453125 C 3.203125 -7.421875 2.390625 -7.421875 1.96875 -7.421875 C 1.5625 -7.421875 0.734375 -7.421875 0.359375 -7.453125 L 0.359375 -7.109375 L 0.625 -7.109375 C 1.46875 -7.109375 1.484375 -6.984375 1.484375 -6.59375 L 1.484375 -2.484375 C 1.484375 -0.953125 2.75 0.234375 4.234375 0.234375 C 5.484375 0.234375 6.46875 -0.78125 6.65625 -2.015625 C 6.6875 -2.234375 6.6875 -2.328125 6.6875 -2.765625 L 6.6875 -6.265625 C 6.6875 -6.625 6.6875 -7.109375 7.8125 -7.109375 L 7.8125 -7.453125 C 7.421875 -7.4375 6.890625 -7.421875 6.515625 -7.421875 C 6.140625 -7.421875 5.609375 -7.4375 5.21875 -7.453125 L 5.21875 -7.109375 C 6.34375 -7.109375 6.34375 -6.59375 6.34375 -6.296875 Z M 6.34375 -2.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-9">
<path style="stroke:none;" d="M 3.8125 -4.234375 L 2.40625 -4.5625 C 1.734375 -4.734375 1.3125 -5.328125 1.3125 -5.953125 C 1.3125 -6.71875 1.890625 -7.390625 2.75 -7.390625 C 4.5625 -7.390625 4.8125 -5.59375 4.875 -5.109375 C 4.890625 -5.03125 4.890625 -4.96875 5 -4.96875 C 5.140625 -4.96875 5.140625 -5.03125 5.140625 -5.234375 L 5.140625 -7.421875 C 5.140625 -7.609375 5.140625 -7.6875 5.03125 -7.6875 C 4.953125 -7.6875 4.9375 -7.671875 4.859375 -7.546875 L 4.484375 -6.921875 C 4.15625 -7.234375 3.703125 -7.6875 2.734375 -7.6875 C 1.53125 -7.6875 0.609375 -6.734375 0.609375 -5.578125 C 0.609375 -4.671875 1.1875 -3.875 2.046875 -3.578125 C 2.15625 -3.53125 2.71875 -3.40625 3.484375 -3.21875 C 3.78125 -3.140625 4.09375 -3.0625 4.40625 -2.65625 C 4.640625 -2.375 4.75 -2.015625 4.75 -1.65625 C 4.75 -0.890625 4.203125 -0.09375 3.28125 -0.09375 C 2.96875 -0.09375 2.140625 -0.15625 1.5625 -0.6875 C 0.921875 -1.28125 0.890625 -1.96875 0.890625 -2.359375 C 0.875 -2.46875 0.78125 -2.46875 0.75 -2.46875 C 0.609375 -2.46875 0.609375 -2.40625 0.609375 -2.203125 L 0.609375 -0.015625 C 0.609375 0.15625 0.609375 0.234375 0.734375 0.234375 C 0.8125 0.234375 0.8125 0.21875 0.890625 0.09375 C 0.890625 0.09375 0.921875 0.046875 1.28125 -0.53125 C 1.625 -0.15625 2.328125 0.234375 3.296875 0.234375 C 4.5625 0.234375 5.4375 -0.828125 5.4375 -2.03125 C 5.4375 -3.125 4.71875 -4.015625 3.8125 -4.234375 Z M 3.8125 -4.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-10">
<path style="stroke:none;" d="M 2.421875 -3.984375 L 2.421875 -6.671875 C 2.421875 -7.03125 2.4375 -7.109375 2.953125 -7.109375 L 4.3125 -7.109375 C 5.359375 -7.109375 5.75 -6.1875 5.75 -5.609375 C 5.75 -4.90625 5.21875 -3.984375 4 -3.984375 Z M 5 -3.890625 C 6.046875 -4.09375 6.8125 -4.796875 6.8125 -5.609375 C 6.8125 -6.546875 5.796875 -7.453125 4.390625 -7.453125 L 0.390625 -7.453125 L 0.390625 -7.109375 L 0.65625 -7.109375 C 1.5 -7.109375 1.515625 -6.984375 1.515625 -6.59375 L 1.515625 -0.84375 C 1.515625 -0.453125 1.5 -0.34375 0.65625 -0.34375 L 0.390625 -0.34375 L 0.390625 0 L 4.671875 0 C 6.125 0 7.09375 -0.96875 7.09375 -2 C 7.09375 -2.9375 6.203125 -3.765625 5 -3.890625 Z M 4.3125 -0.34375 L 2.953125 -0.34375 C 2.4375 -0.34375 2.421875 -0.421875 2.421875 -0.78125 L 2.421875 -3.75 L 4.46875 -3.75 C 5.546875 -3.75 6.015625 -2.734375 6.015625 -2 C 6.015625 -1.234375 5.4375 -0.34375 4.3125 -0.34375 Z M 4.3125 -0.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-11">
<path style="stroke:none;" d="M 0.609375 -3.734375 C 0.609375 -1.46875 2.375 0.234375 4.40625 0.234375 C 6.1875 0.234375 7.25 -1.28125 7.25 -2.546875 C 7.25 -2.65625 7.25 -2.71875 7.109375 -2.71875 C 6.984375 -2.71875 6.984375 -2.65625 6.984375 -2.546875 C 6.890625 -1 5.71875 -0.09375 4.53125 -0.09375 C 3.875 -0.09375 1.734375 -0.46875 1.734375 -3.71875 C 1.734375 -6.984375 3.859375 -7.34375 4.53125 -7.34375 C 5.71875 -7.34375 6.6875 -6.359375 6.90625 -4.765625 C 6.921875 -4.609375 6.921875 -4.578125 7.078125 -4.578125 C 7.25 -4.578125 7.25 -4.609375 7.25 -4.84375 L 7.25 -7.421875 C 7.25 -7.609375 7.25 -7.6875 7.125 -7.6875 C 7.09375 -7.6875 7.046875 -7.6875 6.953125 -7.5625 L 6.40625 -6.75 C 6.015625 -7.140625 5.453125 -7.6875 4.40625 -7.6875 C 2.359375 -7.6875 0.609375 -5.953125 0.609375 -3.734375 Z M 0.609375 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-12">
<path style="stroke:none;" d="M 1.203125 -3.75 L 1.203125 -0.828125 C 1.203125 -0.34375 1.078125 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.578125 -0.03125 C 1.859375 -0.03125 2.4375 -0.015625 2.796875 0 L 2.796875 -0.34375 C 2.078125 -0.34375 1.953125 -0.34375 1.953125 -0.828125 L 1.953125 -2.828125 C 1.953125 -3.96875 2.71875 -4.578125 3.421875 -4.578125 C 4.109375 -4.578125 4.234375 -3.984375 4.234375 -3.375 L 4.234375 -0.828125 C 4.234375 -0.34375 4.109375 -0.34375 3.375 -0.34375 L 3.375 0 C 3.765625 -0.015625 4.3125 -0.03125 4.609375 -0.03125 C 4.890625 -0.03125 5.46875 -0.015625 5.828125 0 L 5.828125 -0.34375 C 5.265625 -0.34375 5 -0.34375 4.984375 -0.671875 L 4.984375 -2.75 C 4.984375 -3.6875 4.984375 -4.03125 4.640625 -4.421875 C 4.5 -4.609375 4.140625 -4.828125 3.5 -4.828125 C 2.703125 -4.828125 2.1875 -4.359375 1.890625 -3.671875 L 1.890625 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.109375 -4.359375 1.203125 -4.28125 1.203125 -3.75 Z M 1.203125 -3.75 "/>
</symbol>
<symbol overflow="visible" id="glyph3-13">
<path style="stroke:none;" d="M 1.890625 -4.359375 L 3.453125 -4.359375 L 3.453125 -4.703125 L 1.890625 -4.703125 L 1.890625 -6.703125 L 1.609375 -6.703125 C 1.609375 -5.8125 1.28125 -4.640625 0.203125 -4.609375 L 0.203125 -4.359375 L 1.140625 -4.359375 L 1.140625 -1.359375 C 1.140625 -0.015625 2.15625 0.125 2.546875 0.125 C 3.3125 0.125 3.625 -0.65625 3.625 -1.359375 L 3.625 -1.96875 L 3.34375 -1.96875 L 3.34375 -1.375 C 3.34375 -0.5625 3.015625 -0.15625 2.625 -0.15625 C 1.890625 -0.15625 1.890625 -1.140625 1.890625 -1.328125 Z M 1.890625 -4.359375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-14">
<path style="stroke:none;" d="M 1.9375 -7.5625 L 0.359375 -7.453125 L 0.359375 -7.109375 C 1.125 -7.109375 1.203125 -7.03125 1.203125 -6.5 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.71875 -0.015625 1.296875 -0.03125 1.578125 -0.03125 C 1.84375 -0.03125 2.375 -0.015625 2.78125 0 L 2.78125 -0.34375 C 2.046875 -0.34375 1.9375 -0.34375 1.9375 -0.828125 Z M 1.9375 -7.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-15">
<path style="stroke:none;" d="M 6.46875 -0.6875 C 6.609375 -0.453125 7.046875 -0.015625 7.171875 -0.015625 C 7.265625 -0.015625 7.265625 -0.09375 7.265625 -0.265625 L 7.265625 -2.15625 C 7.265625 -2.578125 7.3125 -2.640625 8.015625 -2.640625 L 8.015625 -2.984375 C 7.609375 -2.96875 7.015625 -2.9375 6.6875 -2.9375 C 6.25 -2.9375 5.328125 -2.9375 4.921875 -2.984375 L 4.921875 -2.640625 L 5.28125 -2.640625 C 6.265625 -2.640625 6.296875 -2.515625 6.296875 -2.109375 L 6.296875 -1.421875 C 6.296875 -0.203125 4.90625 -0.09375 4.609375 -0.09375 C 3.890625 -0.09375 1.734375 -0.484375 1.734375 -3.734375 C 1.734375 -6.984375 3.875 -7.34375 4.53125 -7.34375 C 5.703125 -7.34375 6.703125 -6.375 6.921875 -4.765625 C 6.9375 -4.609375 6.9375 -4.578125 7.09375 -4.578125 C 7.265625 -4.578125 7.265625 -4.609375 7.265625 -4.84375 L 7.265625 -7.421875 C 7.265625 -7.609375 7.265625 -7.6875 7.140625 -7.6875 C 7.09375 -7.6875 7.0625 -7.6875 6.96875 -7.5625 L 6.421875 -6.75 C 6.078125 -7.09375 5.484375 -7.6875 4.40625 -7.6875 C 2.375 -7.6875 0.609375 -5.96875 0.609375 -3.734375 C 0.609375 -1.5 2.359375 0.234375 4.421875 0.234375 C 5.21875 0.234375 6.09375 -0.046875 6.46875 -0.6875 Z M 6.46875 -0.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-16">
<path style="stroke:none;" d="M 3.625 -0.828125 C 3.671875 -0.390625 3.96875 0.0625 4.484375 0.0625 C 4.71875 0.0625 5.375 -0.09375 5.375 -0.96875 L 5.375 -1.578125 L 5.109375 -1.578125 L 5.109375 -0.96875 C 5.109375 -0.34375 4.828125 -0.265625 4.71875 -0.265625 C 4.359375 -0.265625 4.3125 -0.765625 4.3125 -0.8125 L 4.3125 -3 C 4.3125 -3.453125 4.3125 -3.875 3.921875 -4.28125 C 3.484375 -4.71875 2.9375 -4.890625 2.421875 -4.890625 C 1.53125 -4.890625 0.78125 -4.375 0.78125 -3.65625 C 0.78125 -3.328125 1 -3.140625 1.28125 -3.140625 C 1.578125 -3.140625 1.78125 -3.359375 1.78125 -3.640625 C 1.78125 -3.78125 1.71875 -4.140625 1.21875 -4.140625 C 1.515625 -4.53125 2.046875 -4.640625 2.40625 -4.640625 C 2.9375 -4.640625 3.5625 -4.21875 3.5625 -3.25 L 3.5625 -2.84375 C 3 -2.8125 2.234375 -2.78125 1.546875 -2.453125 C 0.734375 -2.078125 0.453125 -1.515625 0.453125 -1.03125 C 0.453125 -0.15625 1.515625 0.125 2.203125 0.125 C 2.921875 0.125 3.421875 -0.3125 3.625 -0.828125 Z M 3.5625 -2.625 L 3.5625 -1.53125 C 3.5625 -0.484375 2.765625 -0.125 2.28125 -0.125 C 1.75 -0.125 1.296875 -0.5 1.296875 -1.046875 C 1.296875 -1.640625 1.75 -2.546875 3.5625 -2.625 Z M 3.5625 -2.625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-17">
<path style="stroke:none;" d="M 4.140625 -0.59375 L 4.140625 0.125 L 5.75 0 L 5.75 -0.34375 C 4.984375 -0.34375 4.890625 -0.421875 4.890625 -0.953125 L 4.890625 -7.5625 L 3.328125 -7.453125 L 3.328125 -7.109375 C 4.09375 -7.109375 4.171875 -7.03125 4.171875 -6.5 L 4.171875 -4.140625 C 3.859375 -4.53125 3.390625 -4.828125 2.796875 -4.828125 C 1.515625 -4.828125 0.375 -3.75 0.375 -2.34375 C 0.375 -0.953125 1.4375 0.125 2.6875 0.125 C 3.375 0.125 3.875 -0.25 4.140625 -0.59375 Z M 4.140625 -3.515625 L 4.140625 -1.28125 C 4.140625 -1.09375 4.140625 -1.0625 4.03125 -0.890625 C 3.703125 -0.359375 3.203125 -0.125 2.734375 -0.125 C 2.25 -0.125 1.859375 -0.40625 1.59375 -0.8125 C 1.3125 -1.265625 1.28125 -1.890625 1.28125 -2.328125 C 1.28125 -2.734375 1.296875 -3.390625 1.609375 -3.875 C 1.84375 -4.21875 2.25 -4.578125 2.84375 -4.578125 C 3.234375 -4.578125 3.6875 -4.421875 4.03125 -3.921875 C 4.140625 -3.734375 4.140625 -3.71875 4.140625 -3.515625 Z M 4.140625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-18">
<path style="stroke:none;" d="M 2.421875 -1.875 C 1.46875 -1.875 1.46875 -2.96875 1.46875 -3.21875 C 1.46875 -3.515625 1.484375 -3.859375 1.640625 -4.140625 C 1.734375 -4.265625 1.984375 -4.5625 2.421875 -4.5625 C 3.375 -4.5625 3.375 -3.484375 3.375 -3.234375 C 3.375 -2.9375 3.359375 -2.578125 3.203125 -2.3125 C 3.109375 -2.1875 2.859375 -1.875 2.421875 -1.875 Z M 1.15625 -1.453125 C 1.15625 -1.5 1.15625 -1.75 1.34375 -1.96875 C 1.765625 -1.65625 2.21875 -1.625 2.421875 -1.625 C 3.4375 -1.625 4.1875 -2.375 4.1875 -3.21875 C 4.1875 -3.625 4.015625 -4.03125 3.734375 -4.28125 C 4.140625 -4.640625 4.53125 -4.703125 4.71875 -4.703125 C 4.75 -4.703125 4.796875 -4.703125 4.828125 -4.6875 C 4.71875 -4.640625 4.65625 -4.53125 4.65625 -4.390625 C 4.65625 -4.203125 4.796875 -4.078125 4.96875 -4.078125 C 5.078125 -4.078125 5.296875 -4.15625 5.296875 -4.40625 C 5.296875 -4.59375 5.15625 -4.9375 4.734375 -4.9375 C 4.515625 -4.9375 4.03125 -4.875 3.578125 -4.421875 C 3.125 -4.78125 2.65625 -4.828125 2.421875 -4.828125 C 1.40625 -4.828125 0.65625 -4.0625 0.65625 -3.234375 C 0.65625 -2.75 0.890625 -2.328125 1.171875 -2.109375 C 1.03125 -1.9375 0.828125 -1.578125 0.828125 -1.203125 C 0.828125 -0.859375 0.96875 -0.453125 1.3125 -0.234375 C 0.65625 -0.046875 0.3125 0.421875 0.3125 0.859375 C 0.3125 1.640625 1.390625 2.25 2.71875 2.25 C 4 2.25 5.140625 1.6875 5.140625 0.84375 C 5.140625 0.453125 4.984375 -0.09375 4.421875 -0.40625 C 3.84375 -0.703125 3.21875 -0.703125 2.546875 -0.703125 C 2.28125 -0.703125 1.8125 -0.703125 1.734375 -0.71875 C 1.390625 -0.765625 1.15625 -1.09375 1.15625 -1.453125 Z M 2.71875 2 C 1.625 2 0.875 1.4375 0.875 0.859375 C 0.875 0.359375 1.28125 -0.046875 1.765625 -0.078125 L 2.40625 -0.078125 C 3.34375 -0.078125 4.5625 -0.078125 4.5625 0.859375 C 4.5625 1.453125 3.796875 2 2.71875 2 Z M 2.71875 2 "/>
</symbol>
<symbol overflow="visible" id="glyph3-19">
<path style="stroke:none;" d="M 1.875 -4.09375 L 1.875 -4.828125 L 0.3125 -4.703125 L 0.3125 -4.359375 C 1.078125 -4.359375 1.15625 -4.296875 1.15625 -3.8125 L 1.15625 1.28125 C 1.15625 1.78125 1.03125 1.78125 0.3125 1.78125 L 0.3125 2.109375 C 0.671875 2.109375 1.25 2.078125 1.53125 2.078125 C 1.828125 2.078125 2.375 2.109375 2.765625 2.109375 L 2.765625 1.78125 C 2.03125 1.78125 1.90625 1.78125 1.90625 1.28125 L 1.90625 -0.640625 C 1.96875 -0.46875 2.421875 0.125 3.25 0.125 C 4.546875 0.125 5.6875 -0.953125 5.6875 -2.359375 C 5.6875 -3.734375 4.625 -4.828125 3.40625 -4.828125 C 2.546875 -4.828125 2.09375 -4.34375 1.875 -4.09375 Z M 1.90625 -1.25 L 1.90625 -3.671875 C 2.21875 -4.234375 2.765625 -4.546875 3.3125 -4.546875 C 4.109375 -4.546875 4.78125 -3.59375 4.78125 -2.359375 C 4.78125 -1.03125 4.015625 -0.125 3.203125 -0.125 C 2.765625 -0.125 2.359375 -0.34375 2.0625 -0.78125 C 1.90625 -1.015625 1.90625 -1.03125 1.90625 -1.25 Z M 1.90625 -1.25 "/>
</symbol>
<symbol overflow="visible" id="glyph3-20">
<path style="stroke:none;" d="M 6.34375 -2.8125 L 6.078125 -2.8125 C 5.953125 -1.703125 5.796875 -0.34375 3.875 -0.34375 L 2.984375 -0.34375 C 2.46875 -0.34375 2.453125 -0.421875 2.453125 -0.78125 L 2.453125 -6.59375 C 2.453125 -6.953125 2.453125 -7.109375 3.484375 -7.109375 L 3.84375 -7.109375 L 3.84375 -7.453125 C 3.453125 -7.421875 2.46875 -7.421875 2.015625 -7.421875 C 1.59375 -7.421875 0.734375 -7.421875 0.359375 -7.453125 L 0.359375 -7.109375 L 0.625 -7.109375 C 1.46875 -7.109375 1.484375 -6.984375 1.484375 -6.59375 L 1.484375 -0.84375 C 1.484375 -0.453125 1.46875 -0.34375 0.625 -0.34375 L 0.359375 -0.34375 L 0.359375 0 L 6.046875 0 Z M 6.34375 -2.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-21">
<path style="stroke:none;" d="M 4.53125 -3.671875 C 4.8125 -4.359375 5.359375 -4.359375 5.546875 -4.359375 L 5.546875 -4.703125 C 5.296875 -4.671875 4.96875 -4.671875 4.71875 -4.671875 C 4.53125 -4.671875 4.015625 -4.6875 3.78125 -4.703125 L 3.78125 -4.359375 C 4.109375 -4.359375 4.28125 -4.171875 4.28125 -3.890625 C 4.28125 -3.78125 4.28125 -3.765625 4.21875 -3.625 L 3.125 -0.953125 L 1.90625 -3.875 C 1.859375 -3.984375 1.84375 -4.03125 1.84375 -4.078125 C 1.84375 -4.359375 2.25 -4.359375 2.453125 -4.359375 L 2.453125 -4.703125 C 2.171875 -4.6875 1.453125 -4.671875 1.265625 -4.671875 C 0.96875 -4.671875 0.53125 -4.671875 0.203125 -4.703125 L 0.203125 -4.359375 C 0.734375 -4.359375 0.9375 -4.359375 1.09375 -3.984375 L 2.71875 0 C 2.671875 0.140625 2.515625 0.5 2.453125 0.640625 C 2.21875 1.25 1.90625 2 1.203125 2 C 1.15625 2 0.90625 2 0.703125 1.796875 C 1.03125 1.75 1.125 1.515625 1.125 1.34375 C 1.125 1.0625 0.921875 0.890625 0.671875 0.890625 C 0.453125 0.890625 0.203125 1.03125 0.203125 1.359375 C 0.203125 1.84375 0.671875 2.234375 1.203125 2.234375 C 1.890625 2.234375 2.34375 1.609375 2.609375 1 Z M 4.53125 -3.671875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-22">
<path style="stroke:none;" d="M 2.265625 -2.109375 C 2.515625 -2.078125 3.40625 -1.890625 3.40625 -1.109375 C 3.40625 -0.5625 3.015625 -0.125 2.171875 -0.125 C 1.25 -0.125 0.859375 -0.734375 0.65625 -1.671875 C 0.625 -1.8125 0.609375 -1.859375 0.5 -1.859375 C 0.359375 -1.859375 0.359375 -1.78125 0.359375 -1.578125 L 0.359375 -0.140625 C 0.359375 0.046875 0.359375 0.125 0.484375 0.125 C 0.53125 0.125 0.546875 0.109375 0.75 -0.09375 C 0.78125 -0.125 0.78125 -0.140625 0.96875 -0.34375 C 1.453125 0.109375 1.9375 0.125 2.171875 0.125 C 3.421875 0.125 3.921875 -0.609375 3.921875 -1.390625 C 3.921875 -1.96875 3.59375 -2.296875 3.46875 -2.4375 C 3.109375 -2.78125 2.6875 -2.875 2.21875 -2.953125 C 1.609375 -3.078125 0.890625 -3.21875 0.890625 -3.84375 C 0.890625 -4.234375 1.171875 -4.671875 2.109375 -4.671875 C 3.296875 -4.671875 3.359375 -3.703125 3.375 -3.359375 C 3.390625 -3.265625 3.484375 -3.265625 3.515625 -3.265625 C 3.65625 -3.265625 3.65625 -3.3125 3.65625 -3.515625 L 3.65625 -4.625 C 3.65625 -4.8125 3.65625 -4.890625 3.53125 -4.890625 C 3.484375 -4.890625 3.453125 -4.890625 3.3125 -4.75 C 3.28125 -4.71875 3.171875 -4.609375 3.125 -4.578125 C 2.71875 -4.890625 2.265625 -4.890625 2.109375 -4.890625 C 0.78125 -4.890625 0.359375 -4.15625 0.359375 -3.546875 C 0.359375 -3.15625 0.53125 -2.859375 0.828125 -2.625 C 1.171875 -2.328125 1.484375 -2.265625 2.265625 -2.109375 Z M 2.265625 -2.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph4-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph4-1">
<path style="stroke:none;" d="M 4.5625 -6.328125 C 4.640625 -6.484375 4.640625 -6.484375 4.640625 -6.5625 C 4.640625 -6.75 4.5 -6.921875 4.296875 -6.921875 C 4.078125 -6.921875 4 -6.765625 3.953125 -6.640625 L 0.65625 0.234375 C 0.59375 0.40625 0.578125 0.40625 0.578125 0.484375 C 0.578125 0.65625 0.734375 0.828125 0.921875 0.828125 C 1.140625 0.828125 1.21875 0.671875 1.28125 0.546875 Z M 4.5625 -6.328125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-2">
<path style="stroke:none;" d="M 3.5625 -0.5 C 3.5625 -0.140625 3.5625 0 3.96875 0 L 4.6875 0 C 4.859375 0 5.109375 0 5.109375 -0.3125 C 5.109375 -0.609375 4.84375 -0.609375 4.703125 -0.609375 L 4.25 -0.609375 L 4.25 -5.6875 C 4.25 -5.984375 4.203125 -6.09375 3.859375 -6.09375 L 3.125 -6.09375 C 2.96875 -6.09375 2.71875 -6.09375 2.71875 -5.78125 C 2.71875 -5.484375 2.984375 -5.484375 3.125 -5.484375 L 3.5625 -5.484375 L 3.5625 -3.90625 C 3.234375 -4.203125 2.828125 -4.359375 2.40625 -4.359375 C 1.3125 -4.359375 0.359375 -3.40625 0.359375 -2.140625 C 0.359375 -0.90625 1.25 0.0625 2.3125 0.0625 C 2.875 0.0625 3.296875 -0.203125 3.5625 -0.5 Z M 3.5625 -2.640625 L 3.5625 -1.9375 C 3.5625 -1.375 3.125 -0.546875 2.359375 -0.546875 C 1.640625 -0.546875 1.046875 -1.25 1.046875 -2.140625 C 1.046875 -3.09375 1.75 -3.75 2.4375 -3.75 C 3.078125 -3.75 3.5625 -3.1875 3.5625 -2.640625 Z M 3.5625 -2.640625 "/>
</symbol>
<symbol overflow="visible" id="glyph4-3">
<path style="stroke:none;" d="M 4.234375 -1.90625 C 4.4375 -1.90625 4.625 -1.90625 4.625 -2.265625 C 4.625 -3.40625 3.984375 -4.390625 2.6875 -4.390625 C 1.5 -4.390625 0.546875 -3.390625 0.546875 -2.15625 C 0.546875 -0.953125 1.5625 0.0625 2.84375 0.0625 C 4.15625 0.0625 4.625 -0.84375 4.625 -1.09375 C 4.625 -1.359375 4.34375 -1.359375 4.28125 -1.359375 C 4.09375 -1.359375 4.015625 -1.328125 3.953125 -1.140625 C 3.734375 -0.640625 3.1875 -0.546875 2.90625 -0.546875 C 2.15625 -0.546875 1.421875 -1.046875 1.25 -1.90625 Z M 1.265625 -2.5 C 1.40625 -3.234375 2 -3.78125 2.6875 -3.78125 C 3.203125 -3.78125 3.828125 -3.53125 3.921875 -2.5 Z M 1.265625 -2.5 "/>
</symbol>
<symbol overflow="visible" id="glyph4-4">
<path style="stroke:none;" d="M 4.28125 -3.6875 L 4.578125 -3.6875 C 4.734375 -3.6875 4.984375 -3.6875 4.984375 -3.984375 C 4.984375 -4.296875 4.75 -4.296875 4.578125 -4.296875 L 3.421875 -4.296875 C 3.265625 -4.296875 3.015625 -4.296875 3.015625 -4 C 3.015625 -3.6875 3.265625 -3.6875 3.421875 -3.6875 L 3.703125 -3.6875 L 2.609375 -0.484375 L 1.53125 -3.6875 L 1.796875 -3.6875 C 1.953125 -3.6875 2.203125 -3.6875 2.203125 -3.984375 C 2.203125 -4.296875 1.96875 -4.296875 1.796875 -4.296875 L 0.640625 -4.296875 C 0.484375 -4.296875 0.234375 -4.296875 0.234375 -3.984375 C 0.234375 -3.6875 0.484375 -3.6875 0.640625 -3.6875 L 0.9375 -3.6875 L 2.078125 -0.296875 C 2.203125 0.046875 2.40625 0.046875 2.609375 0.046875 C 2.796875 0.046875 3.03125 0.046875 3.140625 -0.296875 Z M 4.28125 -3.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-5">
<path style="stroke:none;" d="M 2.328125 -1.75 C 1.78125 -1.75 1.359375 -2.21875 1.359375 -2.75 C 1.359375 -3.3125 1.796875 -3.765625 2.328125 -3.765625 C 2.859375 -3.765625 3.28125 -3.296875 3.28125 -2.765625 C 3.28125 -2.1875 2.84375 -1.75 2.328125 -1.75 Z M 1.421875 -1.40625 C 1.453125 -1.390625 1.828125 -1.15625 2.328125 -1.15625 C 3.234375 -1.15625 3.96875 -1.875 3.96875 -2.765625 C 3.96875 -3.0625 3.875 -3.34375 3.703125 -3.625 C 3.921875 -3.75 4.15625 -3.78125 4.28125 -3.796875 C 4.34375 -3.53125 4.578125 -3.453125 4.671875 -3.453125 C 4.84375 -3.453125 5.078125 -3.578125 5.078125 -3.875 C 5.078125 -4.09375 4.890625 -4.40625 4.34375 -4.40625 C 4.234375 -4.40625 3.75 -4.390625 3.296875 -4.0625 C 3.125 -4.171875 2.78125 -4.359375 2.328125 -4.359375 C 1.390625 -4.359375 0.671875 -3.609375 0.671875 -2.765625 C 0.671875 -2.328125 0.84375 -2 1 -1.8125 C 0.890625 -1.65625 0.796875 -1.4375 0.796875 -1.140625 C 0.796875 -0.78125 0.9375 -0.53125 1.03125 -0.421875 C 0.296875 0.03125 0.296875 0.703125 0.296875 0.8125 C 0.296875 1.671875 1.328125 2.28125 2.609375 2.28125 C 3.890625 2.28125 4.9375 1.671875 4.9375 0.8125 C 4.9375 0.453125 4.75 -0.046875 4.25 -0.3125 C 4.109375 -0.390625 3.703125 -0.609375 2.796875 -0.609375 L 2.109375 -0.609375 C 2.03125 -0.609375 1.890625 -0.609375 1.8125 -0.625 C 1.671875 -0.625 1.609375 -0.625 1.484375 -0.765625 C 1.375 -0.90625 1.359375 -1.109375 1.359375 -1.125 C 1.359375 -1.171875 1.390625 -1.3125 1.421875 -1.40625 Z M 2.609375 1.6875 C 1.609375 1.6875 0.875 1.25 0.875 0.8125 C 0.875 0.640625 0.953125 0.3125 1.28125 0.125 C 1.53125 -0.046875 1.609375 -0.046875 2.34375 -0.046875 C 3.234375 -0.046875 4.359375 -0.046875 4.359375 0.8125 C 4.359375 1.25 3.609375 1.6875 2.609375 1.6875 Z M 2.609375 1.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-6">
<path style="stroke:none;" d="M 3.65625 -0.3125 C 3.875 -0.015625 4.34375 0 4.71875 0 C 5 0 5.21875 0 5.21875 -0.3125 C 5.21875 -0.609375 4.96875 -0.609375 4.828125 -0.609375 C 4.40625 -0.609375 4.3125 -0.65625 4.234375 -0.6875 L 4.234375 -2.84375 C 4.234375 -3.546875 3.6875 -4.390625 2.25 -4.390625 C 1.828125 -4.390625 0.8125 -4.390625 0.8125 -3.65625 C 0.8125 -3.359375 1.015625 -3.203125 1.25 -3.203125 C 1.40625 -3.203125 1.6875 -3.296875 1.6875 -3.65625 C 1.6875 -3.734375 1.703125 -3.75 1.90625 -3.765625 C 2.046875 -3.78125 2.171875 -3.78125 2.265625 -3.78125 C 3.015625 -3.78125 3.53125 -3.46875 3.53125 -2.765625 C 1.78125 -2.734375 0.546875 -2.234375 0.546875 -1.28125 C 0.546875 -0.59375 1.171875 0.0625 2.1875 0.0625 C 2.5625 0.0625 3.1875 -0.015625 3.65625 -0.3125 Z M 3.53125 -2.171875 L 3.53125 -1.328125 C 3.53125 -1.109375 3.53125 -0.890625 3.15625 -0.71875 C 2.796875 -0.546875 2.34375 -0.546875 2.265625 -0.546875 C 1.640625 -0.546875 1.234375 -0.890625 1.234375 -1.28125 C 1.234375 -1.765625 2.09375 -2.140625 3.53125 -2.171875 Z M 3.53125 -2.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-7">
<path style="stroke:none;" d="M 2.21875 -3.6875 L 3.84375 -3.6875 C 4 -3.6875 4.25 -3.6875 4.25 -3.984375 C 4.25 -4.296875 4 -4.296875 3.84375 -4.296875 L 2.21875 -4.296875 L 2.21875 -5.109375 C 2.21875 -5.296875 2.21875 -5.515625 1.875 -5.515625 C 1.53125 -5.515625 1.53125 -5.3125 1.53125 -5.109375 L 1.53125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.25 -4.296875 0.25 -3.984375 C 0.25 -3.6875 0.5 -3.6875 0.640625 -3.6875 L 1.53125 -3.6875 L 1.53125 -1.25 C 1.53125 -0.296875 2.203125 0.0625 2.9375 0.0625 C 3.671875 0.0625 4.46875 -0.375 4.46875 -1.25 C 4.46875 -1.4375 4.46875 -1.640625 4.125 -1.640625 C 3.796875 -1.640625 3.78125 -1.4375 3.78125 -1.265625 C 3.78125 -0.640625 3.203125 -0.546875 2.984375 -0.546875 C 2.21875 -0.546875 2.21875 -1.0625 2.21875 -1.3125 Z M 2.21875 -3.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-8">
<path style="stroke:none;" d="M 1.65625 -2.625 C 1.65625 -3.21875 2.234375 -3.75 2.859375 -3.75 C 3.59375 -3.75 4.171875 -3.015625 4.171875 -2.15625 C 4.171875 -1.203125 3.484375 -0.546875 2.78125 -0.546875 C 2 -0.546875 1.65625 -1.421875 1.65625 -1.90625 Z M 1.65625 -0.453125 C 2.0625 -0.03125 2.5 0.0625 2.8125 0.0625 C 3.890625 0.0625 4.859375 -0.890625 4.859375 -2.15625 C 4.859375 -3.375 3.984375 -4.359375 2.921875 -4.359375 C 2.4375 -4.359375 2 -4.171875 1.65625 -3.875 C 1.65625 -4.15625 1.640625 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 1.609375 L 0.53125 1.609375 C 0.375 1.609375 0.125 1.609375 0.125 1.90625 C 0.125 2.21875 0.375 2.21875 0.515625 2.21875 L 2.109375 2.21875 C 2.25 2.21875 2.5 2.21875 2.5 1.90625 C 2.5 1.609375 2.25 1.609375 2.09375 1.609375 L 1.65625 1.609375 Z M 1.65625 -0.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-9">
<path style="stroke:none;" d="M 3.09375 -5.796875 C 3.09375 -5.953125 3.09375 -6.203125 2.796875 -6.203125 C 2.609375 -6.203125 2.546875 -6.078125 2.5 -5.96875 C 2.125 -5.109375 1.609375 -5 1.421875 -4.984375 C 1.25 -4.96875 1.046875 -4.953125 1.046875 -4.671875 C 1.046875 -4.421875 1.21875 -4.375 1.375 -4.375 C 1.5625 -4.375 1.96875 -4.4375 2.40625 -4.8125 L 2.40625 -0.609375 L 1.5 -0.609375 C 1.34375 -0.609375 1.109375 -0.609375 1.109375 -0.296875 C 1.109375 0 1.359375 0 1.5 0 L 4 0 C 4.15625 0 4.40625 0 4.40625 -0.296875 C 4.40625 -0.609375 4.171875 -0.609375 4 -0.609375 L 3.09375 -0.609375 Z M 3.09375 -5.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-10">
<path style="stroke:none;" d="M 4.203125 -2.703125 C 4.3125 -2.703125 4.671875 -2.703125 4.671875 -3.046875 C 4.671875 -3.40625 4.3125 -3.40625 4.203125 -3.40625 L 1.03125 -3.40625 C 0.90625 -3.40625 0.5625 -3.40625 0.5625 -3.046875 C 0.5625 -2.703125 0.90625 -2.703125 1.03125 -2.703125 Z M 4.203125 -2.703125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-11">
<path style="stroke:none;" d="M 1.65625 -3.875 L 1.65625 -5.6875 C 1.65625 -5.984375 1.59375 -6.09375 1.25 -6.09375 L 0.53125 -6.09375 C 0.375 -6.09375 0.125 -6.09375 0.125 -5.78125 C 0.125 -5.484375 0.375 -5.484375 0.515625 -5.484375 L 0.96875 -5.484375 L 0.96875 -0.40625 C 0.96875 -0.203125 0.96875 0 1.3125 0 C 1.65625 0 1.65625 -0.203125 1.65625 -0.453125 C 2.0625 -0.03125 2.5 0.0625 2.8125 0.0625 C 3.890625 0.0625 4.859375 -0.890625 4.859375 -2.15625 C 4.859375 -3.375 3.984375 -4.359375 2.921875 -4.359375 C 2.4375 -4.359375 2 -4.171875 1.65625 -3.875 Z M 1.65625 -1.90625 L 1.65625 -2.625 C 1.65625 -3.21875 2.234375 -3.75 2.859375 -3.75 C 3.59375 -3.75 4.171875 -3.015625 4.171875 -2.15625 C 4.171875 -1.203125 3.484375 -0.546875 2.78125 -0.546875 C 2 -0.546875 1.65625 -1.421875 1.65625 -1.90625 Z M 1.65625 -1.90625 "/>
</symbol>
<symbol overflow="visible" id="glyph4-12">
<path style="stroke:none;" d="M 3.5625 -0.3125 C 3.578125 0 3.78125 0 3.96875 0 L 4.6875 0 C 4.859375 0 5.109375 0 5.109375 -0.3125 C 5.109375 -0.609375 4.84375 -0.609375 4.703125 -0.609375 L 4.25 -0.609375 L 4.25 -3.890625 C 4.25 -4.203125 4.203125 -4.296875 3.859375 -4.296875 L 3.125 -4.296875 C 2.96875 -4.296875 2.71875 -4.296875 2.71875 -3.984375 C 2.71875 -3.6875 2.984375 -3.6875 3.125 -3.6875 L 3.5625 -3.6875 L 3.5625 -1.5625 C 3.5625 -0.671875 2.765625 -0.546875 2.4375 -0.546875 C 1.65625 -0.546875 1.65625 -0.875 1.65625 -1.203125 L 1.65625 -3.890625 C 1.65625 -4.203125 1.59375 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 -1.140625 C 0.96875 -0.171875 1.65625 0.0625 2.375 0.0625 C 2.796875 0.0625 3.203125 -0.046875 3.5625 -0.3125 Z M 3.5625 -0.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-13">
<path style="stroke:none;" d="M 2.953125 -5.6875 C 2.953125 -5.984375 2.90625 -6.09375 2.5625 -6.09375 L 0.984375 -6.09375 C 0.828125 -6.09375 0.578125 -6.09375 0.578125 -5.78125 C 0.578125 -5.484375 0.84375 -5.484375 0.984375 -5.484375 L 2.265625 -5.484375 L 2.265625 -0.609375 L 0.984375 -0.609375 C 0.828125 -0.609375 0.578125 -0.609375 0.578125 -0.296875 C 0.578125 0 0.84375 0 0.984375 0 L 4.25 0 C 4.40625 0 4.65625 0 4.65625 -0.296875 C 4.65625 -0.609375 4.421875 -0.609375 4.25 -0.609375 L 2.953125 -0.609375 Z M 2.953125 -5.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-14">
<path style="stroke:none;" d="M 2.859375 -2.546875 L 4.09375 -3.6875 L 4.4375 -3.6875 C 4.578125 -3.6875 4.84375 -3.6875 4.84375 -3.984375 C 4.84375 -4.296875 4.578125 -4.296875 4.4375 -4.296875 L 2.90625 -4.296875 C 2.734375 -4.296875 2.5 -4.296875 2.5 -3.984375 C 2.5 -3.6875 2.75 -3.6875 2.90625 -3.6875 L 3.265625 -3.6875 L 1.65625 -2.171875 L 1.65625 -5.6875 C 1.65625 -5.984375 1.59375 -6.09375 1.25 -6.09375 L 0.609375 -6.09375 C 0.453125 -6.09375 0.203125 -6.09375 0.203125 -5.796875 C 0.203125 -5.484375 0.453125 -5.484375 0.609375 -5.484375 L 1.09375 -5.484375 L 1.09375 -0.609375 L 0.609375 -0.609375 C 0.453125 -0.609375 0.203125 -0.609375 0.203125 -0.3125 C 0.203125 0 0.453125 0 0.609375 0 L 2.140625 0 C 2.296875 0 2.546875 0 2.546875 -0.296875 C 2.546875 -0.609375 2.296875 -0.609375 2.140625 -0.609375 L 1.65625 -0.609375 L 1.65625 -1.421875 L 2.453125 -2.15625 L 3.640625 -0.609375 C 3.28125 -0.609375 3.078125 -0.609375 3.078125 -0.296875 C 3.078125 0 3.328125 0 3.484375 0 L 4.65625 0 C 4.8125 0 5.0625 0 5.0625 -0.296875 C 5.0625 -0.609375 4.8125 -0.609375 4.65625 -0.609375 L 4.34375 -0.609375 Z M 2.859375 -2.546875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-15">
<path style="stroke:none;" d="M 0.671875 -0.578125 C 0.578125 -0.5 0.515625 -0.453125 0.515625 -0.3125 C 0.515625 0 0.765625 0 0.921875 0 L 4.3125 0 C 4.640625 0 4.703125 -0.09375 4.703125 -0.40625 L 4.703125 -0.671875 C 4.703125 -0.859375 4.703125 -1.078125 4.359375 -1.078125 C 4.015625 -1.078125 4.015625 -0.890625 4.015625 -0.609375 L 1.640625 -0.609375 C 2.234375 -1.109375 3.1875 -1.859375 3.625 -2.265625 C 4.25 -2.828125 4.703125 -3.453125 4.703125 -4.25 C 4.703125 -5.453125 3.703125 -6.203125 2.484375 -6.203125 C 1.3125 -6.203125 0.515625 -5.390625 0.515625 -4.53125 C 0.515625 -4.171875 0.796875 -4.0625 0.96875 -4.0625 C 1.171875 -4.0625 1.40625 -4.234375 1.40625 -4.5 C 1.40625 -4.625 1.359375 -4.75 1.265625 -4.828125 C 1.421875 -5.28125 1.890625 -5.59375 2.4375 -5.59375 C 3.25 -5.59375 4.015625 -5.140625 4.015625 -4.25 C 4.015625 -3.5625 3.53125 -2.984375 2.875 -2.4375 Z M 0.671875 -0.578125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-16">
<path style="stroke:none;" d="M 3.65625 -3.328125 C 4.21875 -3.6875 4.5 -4.25 4.5 -4.796875 C 4.5 -5.53125 3.765625 -6.203125 2.625 -6.203125 C 1.421875 -6.203125 0.734375 -5.71875 0.734375 -5.03125 C 0.734375 -4.703125 0.984375 -4.5625 1.171875 -4.5625 C 1.390625 -4.5625 1.609375 -4.734375 1.609375 -5.015625 C 1.609375 -5.15625 1.5625 -5.25 1.53125 -5.28125 C 1.828125 -5.59375 2.546875 -5.59375 2.625 -5.59375 C 3.3125 -5.59375 3.8125 -5.234375 3.8125 -4.78125 C 3.8125 -4.484375 3.65625 -4.140625 3.390625 -3.921875 C 3.078125 -3.65625 2.828125 -3.640625 2.46875 -3.625 C 1.890625 -3.578125 1.75 -3.578125 1.75 -3.296875 C 1.75 -2.984375 1.984375 -2.984375 2.140625 -2.984375 L 2.609375 -2.984375 C 3.59375 -2.984375 4.09375 -2.3125 4.09375 -1.734375 C 4.09375 -1.125 3.53125 -0.5 2.625 -0.5 C 2.234375 -0.5 1.46875 -0.609375 1.203125 -1.078125 C 1.25 -1.125 1.328125 -1.1875 1.328125 -1.390625 C 1.328125 -1.625 1.140625 -1.828125 0.890625 -1.828125 C 0.65625 -1.828125 0.4375 -1.671875 0.4375 -1.359375 C 0.4375 -0.46875 1.40625 0.109375 2.625 0.109375 C 3.9375 0.109375 4.78125 -0.8125 4.78125 -1.734375 C 4.78125 -2.4375 4.3125 -3.03125 3.65625 -3.328125 Z M 3.65625 -3.328125 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 151 23 L 406.867188 23 L 406.867188 24 L 151 24 Z M 151 23 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 151 43 L 406.867188 43 L 406.867188 44 L 151 44 Z M 151 43 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 151 93 L 406.867188 93 L 406.867188 94 L 151 94 Z M 151 93 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 127 1 L 256 1 L 256 64 L 127 64 Z M 127 1 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 251.753906 0.996094 L 131.90625 0.996094 C 129.703125 0.996094 127.921875 2.78125 127.921875 4.980469 L 127.921875 59.695312 C 127.921875 61.898438 129.703125 63.683594 131.90625 63.683594 L 251.753906 63.683594 C 253.957031 63.683594 255.738281 61.898438 255.738281 59.695312 L 255.738281 4.980469 C 255.738281 2.78125 253.957031 0.996094 251.753906 0.996094 Z M 255.738281 21.246094 L 127.921875 21.246094 M 255.738281 41.496094 L 127.921875 41.496094 "/>
</clipPath>
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="0" y1="25.003094" x2="0" y2="74.996906" gradientTransform="matrix(2.5567,0,0,-1.25388,63.995,95.033)">
<stop offset="0" style="stop-color:rgb(97.000122%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.149658%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip6">
<path d="M 145 94 L 239 94 L 239 136 L 145 136 Z M 145 94 "/>
</clipPath>
<clipPath id="clip7">
<path d="M 234.480469 94.023438 L 149.179688 94.023438 C 146.976562 94.023438 145.195312 95.804688 145.195312 98.007812 L 145.195312 132.308594 C 145.195312 134.507812 146.976562 136.292969 149.179688 136.292969 L 234.480469 136.292969 C 236.683594 136.292969 238.464844 134.507812 238.464844 132.308594 L 238.464844 98.007812 C 238.464844 95.804688 236.683594 94.023438 234.480469 94.023438 Z M 238.464844 115.65625 L 145.195312 115.65625 "/>
</clipPath>
<linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="0" y1="25.002637" x2="0" y2="74.997315" gradientTransform="matrix(1.86569,0,0,-0.8455,98.5455,157.43173)">
<stop offset="0" style="stop-color:rgb(84.999084%,90.000916%,90.000916%);stop-opacity:1;"/>
<stop offset="0.03125" style="stop-color:rgb(85.139465%,90.093994%,90.093994%);stop-opacity:1;"/>
<stop offset="0.0625" style="stop-color:rgb(85.421753%,90.281677%,90.281677%);stop-opacity:1;"/>
<stop offset="0.09375" style="stop-color:rgb(85.702515%,90.467834%,90.467834%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(85.983276%,90.655518%,90.655518%);stop-opacity:1;"/>
<stop offset="0.15625" style="stop-color:rgb(86.265564%,90.843201%,90.843201%);stop-opacity:1;"/>
<stop offset="0.1875" style="stop-color:rgb(86.546326%,91.030884%,91.030884%);stop-opacity:1;"/>
<stop offset="0.21875" style="stop-color:rgb(86.827087%,91.218567%,91.218567%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(87.107849%,91.40625%,91.40625%);stop-opacity:1;"/>
<stop offset="0.28125" style="stop-color:rgb(87.390137%,91.593933%,91.593933%);stop-opacity:1;"/>
<stop offset="0.3125" style="stop-color:rgb(87.670898%,91.781616%,91.781616%);stop-opacity:1;"/>
<stop offset="0.34375" style="stop-color:rgb(87.95166%,91.967773%,91.967773%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(88.233948%,92.155457%,92.155457%);stop-opacity:1;"/>
<stop offset="0.40625" style="stop-color:rgb(88.514709%,92.34314%,92.34314%);stop-opacity:1;"/>
<stop offset="0.4375" style="stop-color:rgb(88.795471%,92.530823%,92.530823%);stop-opacity:1;"/>
<stop offset="0.46875" style="stop-color:rgb(89.077759%,92.718506%,92.718506%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(89.358521%,92.906189%,92.906189%);stop-opacity:1;"/>
<stop offset="0.53125" style="stop-color:rgb(89.639282%,93.093872%,93.093872%);stop-opacity:1;"/>
<stop offset="0.5625" style="stop-color:rgb(89.920044%,93.280029%,93.280029%);stop-opacity:1;"/>
<stop offset="0.59375" style="stop-color:rgb(90.202332%,93.467712%,93.467712%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(90.483093%,93.655396%,93.655396%);stop-opacity:1;"/>
<stop offset="0.65625" style="stop-color:rgb(90.763855%,93.843079%,93.843079%);stop-opacity:1;"/>
<stop offset="0.6875" style="stop-color:rgb(91.046143%,94.030762%,94.030762%);stop-opacity:1;"/>
<stop offset="0.71875" style="stop-color:rgb(91.326904%,94.218445%,94.218445%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(91.607666%,94.404602%,94.404602%);stop-opacity:1;"/>
<stop offset="0.78125" style="stop-color:rgb(91.889954%,94.592285%,94.592285%);stop-opacity:1;"/>
<stop offset="0.8125" style="stop-color:rgb(92.170715%,94.779968%,94.779968%);stop-opacity:1;"/>
<stop offset="0.84375" style="stop-color:rgb(92.451477%,94.967651%,94.967651%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(92.732239%,95.155334%,95.155334%);stop-opacity:1;"/>
<stop offset="0.90625" style="stop-color:rgb(93.014526%,95.341492%,95.341492%);stop-opacity:1;"/>
<stop offset="0.9375" style="stop-color:rgb(93.295288%,95.529175%,95.529175%);stop-opacity:1;"/>
<stop offset="0.96875" style="stop-color:rgb(93.57605%,95.716858%,95.716858%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(93.858337%,95.904541%,95.904541%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip8">
<path d="M 170 169 L 219 169 L 219 187.710938 L 170 187.710938 Z M 170 169 "/>
</clipPath>
<clipPath id="clip9">
<path d="M 168 167 L 216 167 L 216 187 L 168 187 Z M 168 167 "/>
</clipPath>
<clipPath id="clip10">
<path d="M 211.640625 166.632812 L 172.019531 166.632812 C 169.816406 166.632812 168.035156 168.414062 168.035156 170.617188 L 168.035156 182.730469 C 168.035156 184.929688 169.816406 186.714844 172.019531 186.714844 L 211.640625 186.714844 C 213.84375 186.714844 215.625 184.929688 215.625 182.730469 L 215.625 170.617188 C 215.625 168.414062 213.84375 166.632812 211.640625 166.632812 Z M 211.640625 166.632812 "/>
</clipPath>
<linearGradient id="linear2" gradientUnits="userSpaceOnUse" x1="0" y1="25.002912" x2="0" y2="74.996963" gradientTransform="matrix(0.95195,0,0,-0.40172,144.2325,196.75915)">
<stop offset="0" style="stop-color:rgb(97.000122%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.149658%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip11">
<path d="M 139 138 L 244 138 L 244 187.710938 L 139 187.710938 Z M 139 138 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M -47.634688 -93.633656 L -75.978438 -93.633656 L -75.978438 -20.250844 L -64.908125 -20.250844 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M 47.630937 -93.633656 L 75.978594 -93.633656 L 75.978594 -144.332875 L 24.791094 -144.332875 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(69.999695%,69.999695%,69.999695%);stroke-opacity:1;stroke-miterlimit:10;" d="M 214.841875 8.858531 L -40.279219 8.858531 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
</g>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(69.999695%,69.999695%,69.999695%);stroke-opacity:1;stroke-miterlimit:10;" d="M 214.841875 -11.301625 L -40.279219 -11.301625 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
</g>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(69.999695%,69.999695%,69.999695%);stroke-opacity:1;stroke-miterlimit:10;" d="M 214.841875 -60.969594 L -40.279219 -60.969594 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 254.328125 3.570312 L 134.480469 3.570312 C 132.277344 3.570312 130.492188 5.355469 130.492188 7.554688 L 130.492188 62.269531 C 130.492188 64.472656 132.277344 66.253906 134.480469 66.253906 L 254.328125 66.253906 C 256.53125 66.253906 258.3125 64.472656 258.3125 62.269531 L 258.3125 7.554688 C 258.3125 5.355469 256.53125 3.570312 254.328125 3.570312 Z M 258.3125 23.820312 L 130.492188 23.820312 M 258.3125 44.070312 L 130.492188 44.070312 "/>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 127.921875 63.683594 L 127.921875 0.996094 L 255.738281 0.996094 L 255.738281 63.683594 Z M 127.921875 63.683594 "/>
</g>
</g>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.923906 31.342906 L -59.92375 31.342906 C -62.126875 31.342906 -63.908125 29.55775 -63.908125 27.358531 L -63.908125 -27.356313 C -63.908125 -29.559438 -62.126875 -31.344594 -59.92375 -31.344594 L 59.923906 -31.344594 C 62.127031 -31.344594 63.908281 -29.559438 63.908281 -27.356313 L 63.908281 27.358531 C 63.908281 29.55775 62.127031 31.342906 59.923906 31.342906 Z M 63.908281 11.092906 L -63.908125 11.092906 M 63.908281 -9.157094 L -63.908125 -9.157094 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="163.243" y="14.58"/>
<use xlink:href="#glyph0-2" x="169.469625" y="14.58"/>
<use xlink:href="#glyph0-3" x="172.237235" y="14.58"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="177.493503" y="14.58"/>
<use xlink:href="#glyph0-5" x="183.028724" y="14.58"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="191.60453" y="14.58"/>
<use xlink:href="#glyph0-7" x="199.35344" y="14.58"/>
<use xlink:href="#glyph0-8" x="203.780819" y="14.58"/>
<use xlink:href="#glyph0-3" x="207.68317" y="14.58"/>
<use xlink:href="#glyph0-7" x="213.21839" y="14.58"/>
<use xlink:href="#glyph0-9" x="217.64577" y="14.58"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="133.59" y="34.829"/>
<use xlink:href="#glyph0-11" x="139.125221" y="34.829"/>
<use xlink:href="#glyph0-12" x="144.106521" y="34.829"/>
<use xlink:href="#glyph0-13" x="151.30151" y="34.829"/>
<use xlink:href="#glyph0-14" x="156.28281" y="34.829"/>
<use xlink:href="#glyph0-5" x="161.26411" y="34.829"/>
<use xlink:href="#glyph0-5" x="166.522371" y="34.829"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="175.098177" y="34.829"/>
<use xlink:href="#glyph0-15" x="182.293166" y="34.829"/>
<use xlink:href="#glyph0-3" x="187.274466" y="34.829"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-16" x="192.540697" y="34.829"/>
<use xlink:href="#glyph0-8" x="196.415152" y="34.829"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="200.30754" y="34.829"/>
<use xlink:href="#glyph0-9" x="205.28884" y="34.829"/>
<use xlink:href="#glyph0-9" x="208.05645" y="34.829"/>
<use xlink:href="#glyph0-7" x="210.82406" y="34.829"/>
<use xlink:href="#glyph0-8" x="215.25144" y="34.829"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-17" x="222.481299" y="34.829"/>
<use xlink:href="#glyph0-8" x="230.091729" y="34.829"/>
<use xlink:href="#glyph0-2" x="233.994079" y="34.829"/>
<use xlink:href="#glyph0-18" x="236.761689" y="34.829"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="241.740997" y="34.829"/>
<use xlink:href="#glyph0-8" x="246.168376" y="34.829"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="168.342" y="55.079"/>
<use xlink:href="#glyph0-20" x="176.159652" y="55.079"/>
<use xlink:href="#glyph0-21" x="181.140952" y="55.079"/>
<use xlink:href="#glyph0-22" x="186.676173" y="55.079"/>
<use xlink:href="#glyph0-7" x="191.657473" y="55.079"/>
<use xlink:href="#glyph0-16" x="196.084852" y="55.079"/>
<use xlink:href="#glyph0-23" x="199.959307" y="55.079"/>
<use xlink:href="#glyph0-10" x="206.462893" y="55.079"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 237.054688 96.59375 L 151.753906 96.59375 C 149.550781 96.59375 147.765625 98.378906 147.765625 100.582031 L 147.765625 134.878906 C 147.765625 137.082031 149.550781 138.867188 151.753906 138.867188 L 237.054688 138.867188 C 239.257812 138.867188 241.039062 137.082031 241.039062 134.878906 L 241.039062 100.582031 C 241.039062 98.378906 239.257812 96.59375 237.054688 96.59375 Z M 241.039062 118.230469 L 147.765625 118.230469 "/>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<g clip-path="url(#clip7)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 145.195312 136.292969 L 145.195312 94.023438 L 238.464844 94.023438 L 238.464844 136.292969 Z M 145.195312 136.292969 "/>
</g>
</g>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 42.650469 -61.684438 L -42.650313 -61.684438 C -44.853438 -61.684438 -46.634688 -63.465688 -46.634688 -65.668813 L -46.634688 -99.969594 C -46.634688 -102.168813 -44.853438 -103.953969 -42.650313 -103.953969 L 42.650469 -103.953969 C 44.853594 -103.953969 46.634844 -102.168813 46.634844 -99.969594 L 46.634844 -65.668813 C 46.634844 -63.465688 44.853594 -61.684438 42.650469 -61.684438 Z M 46.634844 -83.31725 L -46.634688 -83.31725 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="150.863" y="108.988"/>
<use xlink:href="#glyph1-1" x="159.317717" y="108.988"/>
<use xlink:href="#glyph1-2" x="167.772435" y="108.988"/>
<use xlink:href="#glyph1-3" x="171.995012" y="108.988"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-4" x="184.832505" y="108.988"/>
<use xlink:href="#glyph1-5" x="192.79706" y="108.988"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-6" x="202.229712" y="108.988"/>
<use xlink:href="#glyph1-7" x="208.733341" y="108.988"/>
<use xlink:href="#glyph1-8" x="211.985156" y="108.988"/>
<use xlink:href="#glyph1-9" x="217.838421" y="108.988"/>
<use xlink:href="#glyph1-10" x="222.390962" y="108.988"/>
<use xlink:href="#glyph1-11" x="228.244228" y="108.988"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="156.642" y="129.625"/>
<use xlink:href="#glyph2-2" x="162.794146" y="129.625"/>
<use xlink:href="#glyph2-3" x="168.946292" y="129.625"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="198.506719" y="129.625"/>
<use xlink:href="#glyph2-4" x="204.658865" y="129.625"/>
<use xlink:href="#glyph2-5" x="210.811011" y="129.625"/>
<use xlink:href="#glyph2-6" x="216.963157" y="129.625"/>
</g>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.415938 -83.31725 L -1.415938 -104.950063 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 214.214844 169.203125 L 174.59375 169.203125 C 172.390625 169.203125 170.609375 170.988281 170.609375 173.191406 L 170.609375 185.304688 C 170.609375 187.503906 172.390625 189.289062 174.59375 189.289062 L 214.214844 189.289062 C 216.414062 189.289062 218.199219 187.503906 218.199219 185.304688 L 218.199219 173.191406 C 218.199219 170.988281 216.414062 169.203125 214.214844 169.203125 Z M 214.214844 169.203125 "/>
</g>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<g clip-path="url(#clip10)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear2);" d="M 168.035156 186.714844 L 168.035156 166.632812 L 215.625 166.632812 L 215.625 186.714844 Z M 168.035156 186.714844 "/>
</g>
</g>
<g clip-path="url(#clip11)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.810625 -134.293813 L -19.810469 -134.293813 C -22.013594 -134.293813 -23.794844 -136.075063 -23.794844 -138.278188 L -23.794844 -150.391469 C -23.794844 -152.590688 -22.013594 -154.375844 -19.810469 -154.375844 L 19.810625 -154.375844 C 22.01375 -154.375844 23.795 -152.590688 23.795 -150.391469 L 23.795 -138.278188 C 23.795 -136.075063 22.01375 -134.293813 19.810625 -134.293813 Z M 19.810625 -134.293813 " transform="matrix(1,0,0,-1,191.83,32.339)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-24" x="173.704" y="179.106"/>
<use xlink:href="#glyph0-25" x="181.45291" y="179.106"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="187.267084" y="179.106"/>
<use xlink:href="#glyph0-3" x="191.694463" y="179.106"/>
<use xlink:href="#glyph0-10" x="197.229684" y="179.106"/>
<use xlink:href="#glyph0-12" x="202.764904" y="179.106"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="278.176" y="35.158"/>
<use xlink:href="#glyph3-2" x="286.509461" y="35.158"/>
<use xlink:href="#glyph3-3" x="290.782556" y="35.158"/>
<use xlink:href="#glyph3-4" x="293.813104" y="35.158"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-5" x="299.265472" y="35.158"/>
<use xlink:href="#glyph3-2" x="304.113476" y="35.158"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-6" x="312.019301" y="35.158"/>
<use xlink:href="#glyph3-7" x="315.353122" y="35.158"/>
<use xlink:href="#glyph3-2" x="320.807672" y="35.158"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-8" x="328.724406" y="35.158"/>
<use xlink:href="#glyph3-9" x="336.906231" y="35.158"/>
<use xlink:href="#glyph3-10" x="342.967327" y="35.158"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-11" x="354.326973" y="35.158"/>
<use xlink:href="#glyph3-7" x="362.205525" y="35.158"/>
<use xlink:href="#glyph3-12" x="367.660075" y="35.158"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-13" x="373.415716" y="35.158"/>
<use xlink:href="#glyph3-2" x="377.658265" y="35.158"/>
<use xlink:href="#glyph3-7" x="381.931359" y="35.158"/>
<use xlink:href="#glyph3-14" x="387.385909" y="35.158"/>
<use xlink:href="#glyph3-14" x="390.416457" y="35.158"/>
<use xlink:href="#glyph3-5" x="393.447005" y="35.158"/>
<use xlink:href="#glyph3-2" x="398.295009" y="35.158"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-15" x="334.099" y="55.315"/>
<use xlink:href="#glyph3-16" x="342.659371" y="55.315"/>
<use xlink:href="#glyph3-17" x="348.113921" y="55.315"/>
<use xlink:href="#glyph3-18" x="354.175017" y="55.315"/>
<use xlink:href="#glyph3-5" x="359.629567" y="55.315"/>
<use xlink:href="#glyph3-13" x="364.477571" y="55.315"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="372.35285" y="55.315"/>
<use xlink:href="#glyph3-2" x="380.686312" y="55.315"/>
<use xlink:href="#glyph3-3" x="384.959406" y="55.315"/>
<use xlink:href="#glyph3-4" x="387.989954" y="55.315"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-5" x="393.442322" y="55.315"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="398.301235" y="55.315"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-8" x="338.357" y="104.861"/>
<use xlink:href="#glyph3-19" x="346.538825" y="104.861"/>
<use xlink:href="#glyph3-19" x="352.599921" y="104.861"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-5" x="358.966472" y="104.861"/>
<use xlink:href="#glyph3-2" x="363.814476" y="104.861"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-20" x="371.720301" y="104.861"/>
<use xlink:href="#glyph3-16" x="378.538488" y="104.861"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-21" x="383.687583" y="104.861"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-5" x="389.139951" y="104.861"/>
<use xlink:href="#glyph3-2" x="393.987955" y="104.861"/>
<use xlink:href="#glyph3-22" x="398.26105" y="104.861"/>
</g>
<g style="fill:rgb(8.657837%,31.404114%,58.695984%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="3.902" y="79.677"/>
<use xlink:href="#glyph4-2" x="9.132365" y="79.677"/>
<use xlink:href="#glyph4-3" x="14.36273" y="79.677"/>
<use xlink:href="#glyph4-4" x="19.593095" y="79.677"/>
<use xlink:href="#glyph4-1" x="24.82346" y="79.677"/>
<use xlink:href="#glyph4-5" x="30.053825" y="79.677"/>
<use xlink:href="#glyph4-6" x="35.28419" y="79.677"/>
<use xlink:href="#glyph4-2" x="40.514555" y="79.677"/>
<use xlink:href="#glyph4-5" x="45.74492" y="79.677"/>
<use xlink:href="#glyph4-3" x="50.975285" y="79.677"/>
<use xlink:href="#glyph4-7" x="56.20565" y="79.677"/>
<use xlink:href="#glyph4-1" x="61.436015" y="79.677"/>
<use xlink:href="#glyph4-3" x="66.66638" y="79.677"/>
<use xlink:href="#glyph4-8" x="71.896745" y="79.677"/>
<use xlink:href="#glyph4-9" x="77.12711" y="79.677"/>
<use xlink:href="#glyph4-10" x="82.357475" y="79.677"/>
<use xlink:href="#glyph4-11" x="87.58784" y="79.677"/>
<use xlink:href="#glyph4-12" x="92.818205" y="79.677"/>
<use xlink:href="#glyph4-13" x="98.04857" y="79.677"/>
<use xlink:href="#glyph4-14" x="103.278935" y="79.677"/>
</g>
<g style="fill:rgb(8.657837%,31.404114%,58.695984%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="3.902" y="91.632"/>
<use xlink:href="#glyph4-2" x="9.132365" y="91.632"/>
<use xlink:href="#glyph4-3" x="14.36273" y="91.632"/>
<use xlink:href="#glyph4-4" x="19.593095" y="91.632"/>
<use xlink:href="#glyph4-1" x="24.82346" y="91.632"/>
<use xlink:href="#glyph4-5" x="30.053825" y="91.632"/>
<use xlink:href="#glyph4-6" x="35.28419" y="91.632"/>
<use xlink:href="#glyph4-2" x="40.514555" y="91.632"/>
<use xlink:href="#glyph4-5" x="45.74492" y="91.632"/>
<use xlink:href="#glyph4-3" x="50.975285" y="91.632"/>
<use xlink:href="#glyph4-7" x="56.20565" y="91.632"/>
<use xlink:href="#glyph4-1" x="61.436015" y="91.632"/>
<use xlink:href="#glyph4-3" x="66.66638" y="91.632"/>
<use xlink:href="#glyph4-8" x="71.896745" y="91.632"/>
<use xlink:href="#glyph4-15" x="77.12711" y="91.632"/>
<use xlink:href="#glyph4-10" x="82.357475" y="91.632"/>
<use xlink:href="#glyph4-11" x="87.58784" y="91.632"/>
<use xlink:href="#glyph4-12" x="92.818205" y="91.632"/>
<use xlink:href="#glyph4-13" x="98.04857" y="91.632"/>
<use xlink:href="#glyph4-14" x="103.278935" y="91.632"/>
</g>
<g style="fill:rgb(8.657837%,31.404114%,58.695984%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="3.902" y="103.588"/>
<use xlink:href="#glyph4-2" x="9.132365" y="103.588"/>
<use xlink:href="#glyph4-3" x="14.36273" y="103.588"/>
<use xlink:href="#glyph4-4" x="19.593095" y="103.588"/>
<use xlink:href="#glyph4-1" x="24.82346" y="103.588"/>
<use xlink:href="#glyph4-5" x="30.053825" y="103.588"/>
<use xlink:href="#glyph4-6" x="35.28419" y="103.588"/>
<use xlink:href="#glyph4-2" x="40.514555" y="103.588"/>
<use xlink:href="#glyph4-5" x="45.74492" y="103.588"/>
<use xlink:href="#glyph4-3" x="50.975285" y="103.588"/>
<use xlink:href="#glyph4-7" x="56.20565" y="103.588"/>
<use xlink:href="#glyph4-1" x="61.436015" y="103.588"/>
<use xlink:href="#glyph4-3" x="66.66638" y="103.588"/>
<use xlink:href="#glyph4-8" x="71.896745" y="103.588"/>
<use xlink:href="#glyph4-16" x="77.12711" y="103.588"/>
<use xlink:href="#glyph4-10" x="82.357475" y="103.588"/>
<use xlink:href="#glyph4-11" x="87.58784" y="103.588"/>
<use xlink:href="#glyph4-12" x="92.818205" y="103.588"/>
<use xlink:href="#glyph4-13" x="98.04857" y="103.588"/>
<use xlink:href="#glyph4-14" x="103.278935" y="103.588"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 101 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.6 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 628 KiB

View File

@@ -0,0 +1,427 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="319.45pt" height="64.888pt" viewBox="0 0 319.45 64.888" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 2.46875 -3.453125 L 4.3125 -3.453125 C 5.625 -3.453125 6.8125 -4.328125 6.8125 -5.421875 C 6.8125 -6.484375 5.71875 -7.453125 4.234375 -7.453125 L 0.375 -7.453125 L 0.375 -7.109375 L 0.640625 -7.109375 C 1.484375 -7.109375 1.5 -6.984375 1.5 -6.59375 L 1.5 -0.84375 C 1.5 -0.453125 1.484375 -0.34375 0.640625 -0.34375 L 0.375 -0.34375 L 0.375 0 C 0.765625 -0.03125 1.578125 -0.03125 1.984375 -0.03125 C 2.40625 -0.03125 3.21875 -0.03125 3.59375 0 L 3.59375 -0.34375 L 3.34375 -0.34375 C 2.5 -0.34375 2.46875 -0.453125 2.46875 -0.84375 Z M 2.4375 -3.734375 L 2.4375 -6.671875 C 2.4375 -7.03125 2.46875 -7.109375 2.984375 -7.109375 L 3.953125 -7.109375 C 5.6875 -7.109375 5.6875 -5.953125 5.6875 -5.421875 C 5.6875 -4.90625 5.6875 -3.734375 3.953125 -3.734375 Z M 2.4375 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 0.609375 -3.734375 C 0.609375 -1.46875 2.375 0.234375 4.40625 0.234375 C 6.1875 0.234375 7.25 -1.28125 7.25 -2.546875 C 7.25 -2.65625 7.25 -2.71875 7.109375 -2.71875 C 6.984375 -2.71875 6.984375 -2.65625 6.984375 -2.546875 C 6.890625 -1 5.71875 -0.09375 4.53125 -0.09375 C 3.875 -0.09375 1.734375 -0.46875 1.734375 -3.71875 C 1.734375 -6.984375 3.859375 -7.34375 4.53125 -7.34375 C 5.71875 -7.34375 6.6875 -6.359375 6.90625 -4.765625 C 6.921875 -4.609375 6.921875 -4.578125 7.078125 -4.578125 C 7.25 -4.578125 7.25 -4.609375 7.25 -4.84375 L 7.25 -7.421875 C 7.25 -7.609375 7.25 -7.6875 7.125 -7.6875 C 7.09375 -7.6875 7.046875 -7.6875 6.953125 -7.5625 L 6.40625 -6.75 C 6.015625 -7.140625 5.453125 -7.6875 4.40625 -7.6875 C 2.359375 -7.6875 0.609375 -5.953125 0.609375 -3.734375 Z M 0.609375 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 4.78125 -7.765625 C 4.828125 -7.90625 4.828125 -7.9375 4.828125 -7.96875 C 4.828125 -8.078125 4.734375 -8.171875 4.609375 -8.171875 C 4.453125 -8.171875 4.421875 -8.078125 4.390625 -7.96875 L 0.671875 2.3125 C 0.609375 2.453125 0.609375 2.484375 0.609375 2.515625 C 0.609375 2.625 0.703125 2.71875 0.828125 2.71875 C 0.984375 2.71875 1.03125 2.625 1.0625 2.515625 Z M 4.78125 -7.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 3.8125 -4.234375 L 2.40625 -4.5625 C 1.734375 -4.734375 1.3125 -5.328125 1.3125 -5.953125 C 1.3125 -6.71875 1.890625 -7.390625 2.75 -7.390625 C 4.5625 -7.390625 4.8125 -5.59375 4.875 -5.109375 C 4.890625 -5.03125 4.890625 -4.96875 5 -4.96875 C 5.140625 -4.96875 5.140625 -5.03125 5.140625 -5.234375 L 5.140625 -7.421875 C 5.140625 -7.609375 5.140625 -7.6875 5.03125 -7.6875 C 4.953125 -7.6875 4.9375 -7.671875 4.859375 -7.546875 L 4.484375 -6.921875 C 4.15625 -7.234375 3.703125 -7.6875 2.734375 -7.6875 C 1.53125 -7.6875 0.609375 -6.734375 0.609375 -5.578125 C 0.609375 -4.671875 1.1875 -3.875 2.046875 -3.578125 C 2.15625 -3.53125 2.71875 -3.40625 3.484375 -3.21875 C 3.78125 -3.140625 4.09375 -3.0625 4.40625 -2.65625 C 4.640625 -2.375 4.75 -2.015625 4.75 -1.65625 C 4.75 -0.890625 4.203125 -0.09375 3.28125 -0.09375 C 2.96875 -0.09375 2.140625 -0.15625 1.5625 -0.6875 C 0.921875 -1.28125 0.890625 -1.96875 0.890625 -2.359375 C 0.875 -2.46875 0.78125 -2.46875 0.75 -2.46875 C 0.609375 -2.46875 0.609375 -2.40625 0.609375 -2.203125 L 0.609375 -0.015625 C 0.609375 0.15625 0.609375 0.234375 0.734375 0.234375 C 0.8125 0.234375 0.8125 0.21875 0.890625 0.09375 C 0.890625 0.09375 0.921875 0.046875 1.28125 -0.53125 C 1.625 -0.15625 2.328125 0.234375 3.296875 0.234375 C 4.5625 0.234375 5.4375 -0.828125 5.4375 -2.03125 C 5.4375 -3.125 4.71875 -4.015625 3.8125 -4.234375 Z M 3.8125 -4.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 6.34375 -7.421875 L 0.359375 -7.421875 L 0.359375 -7.078125 L 0.625 -7.078125 C 1.46875 -7.078125 1.484375 -6.953125 1.484375 -6.5625 L 1.484375 -0.84375 C 1.484375 -0.453125 1.46875 -0.34375 0.625 -0.34375 L 0.359375 -0.34375 L 0.359375 0 C 0.734375 -0.03125 1.59375 -0.03125 2.015625 -0.03125 C 2.46875 -0.03125 3.453125 -0.03125 3.84375 0 L 3.84375 -0.34375 L 3.484375 -0.34375 C 2.453125 -0.34375 2.453125 -0.484375 2.453125 -0.859375 L 2.453125 -3.546875 L 3.390625 -3.546875 C 4.4375 -3.546875 4.546875 -3.203125 4.546875 -2.265625 L 4.828125 -2.265625 L 4.828125 -5.15625 L 4.546875 -5.15625 C 4.546875 -4.25 4.4375 -3.875 3.390625 -3.875 L 2.453125 -3.875 L 2.453125 -6.640625 C 2.453125 -7 2.46875 -7.078125 2.984375 -7.078125 L 4.296875 -7.078125 C 5.9375 -7.078125 6.203125 -6.46875 6.375 -4.96875 L 6.65625 -4.96875 Z M 6.34375 -7.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 1.828125 -3.625 L 1.828125 -4.828125 L 0.3125 -4.703125 L 0.3125 -4.359375 C 1.0625 -4.359375 1.15625 -4.28125 1.15625 -3.75 L 1.15625 -0.828125 C 1.15625 -0.34375 1.03125 -0.34375 0.3125 -0.34375 L 0.3125 0 C 0.734375 -0.015625 1.25 -0.03125 1.546875 -0.03125 C 1.984375 -0.03125 2.5 -0.03125 2.9375 0 L 2.9375 -0.34375 L 2.703125 -0.34375 C 1.890625 -0.34375 1.875 -0.453125 1.875 -0.84375 L 1.875 -2.53125 C 1.875 -3.609375 2.328125 -4.578125 3.15625 -4.578125 C 3.234375 -4.578125 3.265625 -4.578125 3.28125 -4.5625 C 3.25 -4.5625 3.03125 -4.421875 3.03125 -4.140625 C 3.03125 -3.84375 3.265625 -3.671875 3.5 -3.671875 C 3.703125 -3.671875 3.96875 -3.8125 3.96875 -4.15625 C 3.96875 -4.5 3.625 -4.828125 3.15625 -4.828125 C 2.359375 -4.828125 1.96875 -4.09375 1.828125 -3.625 Z M 1.828125 -3.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 3.625 -0.828125 C 3.671875 -0.390625 3.96875 0.0625 4.484375 0.0625 C 4.71875 0.0625 5.375 -0.09375 5.375 -0.96875 L 5.375 -1.578125 L 5.109375 -1.578125 L 5.109375 -0.96875 C 5.109375 -0.34375 4.828125 -0.265625 4.71875 -0.265625 C 4.359375 -0.265625 4.3125 -0.765625 4.3125 -0.8125 L 4.3125 -3 C 4.3125 -3.453125 4.3125 -3.875 3.921875 -4.28125 C 3.484375 -4.71875 2.9375 -4.890625 2.421875 -4.890625 C 1.53125 -4.890625 0.78125 -4.375 0.78125 -3.65625 C 0.78125 -3.328125 1 -3.140625 1.28125 -3.140625 C 1.578125 -3.140625 1.78125 -3.359375 1.78125 -3.640625 C 1.78125 -3.78125 1.71875 -4.140625 1.21875 -4.140625 C 1.515625 -4.53125 2.046875 -4.640625 2.40625 -4.640625 C 2.9375 -4.640625 3.5625 -4.21875 3.5625 -3.25 L 3.5625 -2.84375 C 3 -2.8125 2.234375 -2.78125 1.546875 -2.453125 C 0.734375 -2.078125 0.453125 -1.515625 0.453125 -1.03125 C 0.453125 -0.15625 1.515625 0.125 2.203125 0.125 C 2.921875 0.125 3.421875 -0.3125 3.625 -0.828125 Z M 3.5625 -2.625 L 3.5625 -1.53125 C 3.5625 -0.484375 2.765625 -0.125 2.28125 -0.125 C 1.75 -0.125 1.296875 -0.5 1.296875 -1.046875 C 1.296875 -1.640625 1.75 -2.546875 3.5625 -2.625 Z M 3.5625 -2.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 1.203125 -3.75 L 1.203125 -0.828125 C 1.203125 -0.34375 1.078125 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.578125 -0.03125 C 1.859375 -0.03125 2.4375 -0.015625 2.796875 0 L 2.796875 -0.34375 C 2.078125 -0.34375 1.953125 -0.34375 1.953125 -0.828125 L 1.953125 -2.828125 C 1.953125 -3.96875 2.71875 -4.578125 3.421875 -4.578125 C 4.109375 -4.578125 4.234375 -3.984375 4.234375 -3.375 L 4.234375 -0.828125 C 4.234375 -0.34375 4.109375 -0.34375 3.375 -0.34375 L 3.375 0 C 3.765625 -0.015625 4.3125 -0.03125 4.609375 -0.03125 C 4.890625 -0.03125 5.46875 -0.015625 5.828125 0 L 5.828125 -0.34375 C 5.109375 -0.34375 4.984375 -0.34375 4.984375 -0.828125 L 4.984375 -2.828125 C 4.984375 -3.96875 5.765625 -4.578125 6.453125 -4.578125 C 7.140625 -4.578125 7.265625 -3.984375 7.265625 -3.375 L 7.265625 -0.828125 C 7.265625 -0.34375 7.140625 -0.34375 6.40625 -0.34375 L 6.40625 0 C 6.796875 -0.015625 7.34375 -0.03125 7.640625 -0.03125 C 7.921875 -0.03125 8.5 -0.015625 8.859375 0 L 8.859375 -0.34375 C 8.296875 -0.34375 8.03125 -0.34375 8.015625 -0.671875 L 8.015625 -2.75 C 8.015625 -3.6875 8.015625 -4.03125 7.671875 -4.421875 C 7.53125 -4.609375 7.171875 -4.828125 6.53125 -4.828125 C 5.609375 -4.828125 5.140625 -4.171875 4.953125 -3.75 C 4.796875 -4.703125 3.984375 -4.828125 3.5 -4.828125 C 2.703125 -4.828125 2.1875 -4.359375 1.890625 -3.671875 L 1.890625 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.109375 -4.359375 1.203125 -4.28125 1.203125 -3.75 Z M 1.203125 -3.75 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 1.21875 -2.75 C 1.28125 -4.375 2.203125 -4.640625 2.578125 -4.640625 C 3.703125 -4.640625 3.8125 -3.171875 3.8125 -2.75 Z M 1.203125 -2.515625 L 4.25 -2.515625 C 4.5 -2.515625 4.53125 -2.515625 4.53125 -2.75 C 4.53125 -3.828125 3.9375 -4.890625 2.578125 -4.890625 C 1.3125 -4.890625 0.3125 -3.765625 0.3125 -2.40625 C 0.3125 -0.9375 1.453125 0.125 2.703125 0.125 C 4.03125 0.125 4.53125 -1.09375 4.53125 -1.296875 C 4.53125 -1.40625 4.4375 -1.421875 4.390625 -1.421875 C 4.28125 -1.421875 4.265625 -1.359375 4.25 -1.28125 C 3.859375 -0.15625 2.875 -0.15625 2.765625 -0.15625 C 2.21875 -0.15625 1.78125 -0.484375 1.53125 -0.890625 C 1.203125 -1.40625 1.203125 -2.125 1.203125 -2.515625 Z M 1.203125 -2.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 6.75 -3.671875 C 6.953125 -4.203125 7.28125 -4.359375 7.671875 -4.359375 L 7.671875 -4.703125 C 7.421875 -4.671875 7.109375 -4.671875 6.875 -4.671875 C 6.546875 -4.671875 6.0625 -4.6875 5.859375 -4.703125 L 5.859375 -4.359375 C 6.25 -4.359375 6.484375 -4.15625 6.484375 -3.84375 C 6.484375 -3.78125 6.484375 -3.75 6.4375 -3.609375 L 5.4375 -0.8125 L 4.359375 -3.859375 C 4.3125 -3.984375 4.3125 -4.015625 4.3125 -4.0625 C 4.3125 -4.359375 4.734375 -4.359375 4.953125 -4.359375 L 4.953125 -4.703125 C 4.640625 -4.6875 4.078125 -4.671875 3.8125 -4.671875 C 3.484375 -4.671875 3.171875 -4.671875 2.84375 -4.703125 L 2.84375 -4.359375 C 3.25 -4.359375 3.421875 -4.34375 3.53125 -4.203125 C 3.59375 -4.140625 3.703125 -3.8125 3.78125 -3.59375 L 2.84375 -0.953125 L 1.8125 -3.875 C 1.75 -4 1.75 -4.03125 1.75 -4.0625 C 1.75 -4.359375 2.1875 -4.359375 2.40625 -4.359375 L 2.40625 -4.703125 C 2.078125 -4.6875 1.46875 -4.671875 1.203125 -4.671875 C 1.171875 -4.671875 0.59375 -4.671875 0.203125 -4.703125 L 0.203125 -4.359375 C 0.734375 -4.359375 0.875 -4.328125 1 -3.984375 L 2.375 -0.125 C 2.4375 0.03125 2.46875 0.125 2.609375 0.125 C 2.75 0.125 2.765625 0.046875 2.828125 -0.09375 L 3.921875 -3.1875 L 5.03125 -0.09375 C 5.078125 0.03125 5.109375 0.125 5.25 0.125 C 5.40625 0.125 5.4375 0.015625 5.46875 -0.09375 Z M 6.75 -3.671875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 5.140625 -2.328125 C 5.140625 -3.734375 4.046875 -4.890625 2.71875 -4.890625 C 1.359375 -4.890625 0.3125 -3.703125 0.3125 -2.328125 C 0.3125 -0.921875 1.4375 0.125 2.71875 0.125 C 4.03125 0.125 5.140625 -0.953125 5.140625 -2.328125 Z M 2.71875 -0.15625 C 2.25 -0.15625 1.78125 -0.375 1.484375 -0.890625 C 1.203125 -1.359375 1.203125 -2.03125 1.203125 -2.421875 C 1.203125 -2.84375 1.203125 -3.4375 1.46875 -3.921875 C 1.765625 -4.421875 2.28125 -4.640625 2.71875 -4.640625 C 3.203125 -4.640625 3.671875 -4.40625 3.953125 -3.9375 C 4.234375 -3.46875 4.234375 -2.828125 4.234375 -2.421875 C 4.234375 -2.03125 4.234375 -1.4375 3.984375 -0.953125 C 3.75 -0.46875 3.265625 -0.15625 2.71875 -0.15625 Z M 2.71875 -0.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 1.15625 -0.828125 C 1.15625 -0.34375 1.03125 -0.34375 0.3125 -0.34375 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.5 -0.03125 C 1.828125 -0.03125 2.25 -0.015625 2.6875 0 L 2.6875 -0.34375 C 1.96875 -0.34375 1.84375 -0.34375 1.84375 -0.828125 L 1.84375 -1.953125 L 2.546875 -2.546875 C 3.375 -1.390625 3.84375 -0.78125 3.84375 -0.59375 C 3.84375 -0.375 3.65625 -0.34375 3.453125 -0.34375 L 3.453125 0 C 3.75 -0.015625 4.390625 -0.03125 4.625 -0.03125 C 4.9375 -0.03125 5.25 -0.015625 5.578125 0 L 5.578125 -0.34375 C 5.171875 -0.34375 4.921875 -0.34375 4.515625 -0.921875 L 3.125 -2.875 C 3.125 -2.890625 3.0625 -2.953125 3.0625 -2.984375 C 3.0625 -3.03125 3.84375 -3.6875 3.953125 -3.78125 C 4.640625 -4.328125 5.09375 -4.359375 5.328125 -4.359375 L 5.328125 -4.703125 C 5 -4.671875 4.859375 -4.671875 4.5625 -4.671875 C 4.171875 -4.671875 3.484375 -4.6875 3.34375 -4.703125 L 3.34375 -4.359375 C 3.546875 -4.359375 3.65625 -4.234375 3.65625 -4.09375 C 3.65625 -3.875 3.5 -3.734375 3.40625 -3.671875 L 1.875 -2.328125 L 1.875 -7.5625 L 0.3125 -7.453125 L 0.3125 -7.109375 C 1.0625 -7.109375 1.15625 -7.03125 1.15625 -6.5 Z M 1.15625 -0.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 3.609375 2.625 C 3.609375 2.578125 3.609375 2.5625 3.421875 2.375 C 2.0625 1 1.71875 -1.0625 1.71875 -2.71875 C 1.71875 -4.625 2.125 -6.515625 3.46875 -7.890625 C 3.609375 -8.015625 3.609375 -8.03125 3.609375 -8.078125 C 3.609375 -8.140625 3.5625 -8.171875 3.5 -8.171875 C 3.390625 -8.171875 2.40625 -7.4375 1.765625 -6.046875 C 1.203125 -4.859375 1.078125 -3.640625 1.078125 -2.71875 C 1.078125 -1.875 1.203125 -0.5625 1.796875 0.671875 C 2.453125 2.015625 3.390625 2.71875 3.5 2.71875 C 3.5625 2.71875 3.609375 2.6875 3.609375 2.625 Z M 3.609375 2.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 3.15625 -2.71875 C 3.15625 -3.578125 3.03125 -4.890625 2.4375 -6.125 C 1.78125 -7.46875 0.84375 -8.171875 0.734375 -8.171875 C 0.671875 -8.171875 0.625 -8.140625 0.625 -8.078125 C 0.625 -8.03125 0.625 -8.015625 0.828125 -7.8125 C 1.890625 -6.734375 2.515625 -5 2.515625 -2.71875 C 2.515625 -0.859375 2.109375 1.0625 0.765625 2.4375 C 0.625 2.5625 0.625 2.578125 0.625 2.625 C 0.625 2.6875 0.671875 2.71875 0.734375 2.71875 C 0.84375 2.71875 1.828125 1.984375 2.46875 0.59375 C 3.015625 -0.59375 3.15625 -1.8125 3.15625 -2.71875 Z M 3.15625 -2.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 1.890625 -4.359375 L 3.453125 -4.359375 L 3.453125 -4.703125 L 1.890625 -4.703125 L 1.890625 -6.703125 L 1.609375 -6.703125 C 1.609375 -5.8125 1.28125 -4.640625 0.203125 -4.609375 L 0.203125 -4.359375 L 1.140625 -4.359375 L 1.140625 -1.359375 C 1.140625 -0.015625 2.15625 0.125 2.546875 0.125 C 3.3125 0.125 3.625 -0.65625 3.625 -1.359375 L 3.625 -1.96875 L 3.34375 -1.96875 L 3.34375 -1.375 C 3.34375 -0.5625 3.015625 -0.15625 2.625 -0.15625 C 1.890625 -0.15625 1.890625 -1.140625 1.890625 -1.328125 Z M 1.890625 -4.359375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 4.140625 -0.59375 L 4.140625 0.125 L 5.75 0 L 5.75 -0.34375 C 4.984375 -0.34375 4.890625 -0.421875 4.890625 -0.953125 L 4.890625 -7.5625 L 3.328125 -7.453125 L 3.328125 -7.109375 C 4.09375 -7.109375 4.171875 -7.03125 4.171875 -6.5 L 4.171875 -4.140625 C 3.859375 -4.53125 3.390625 -4.828125 2.796875 -4.828125 C 1.515625 -4.828125 0.375 -3.75 0.375 -2.34375 C 0.375 -0.953125 1.4375 0.125 2.6875 0.125 C 3.375 0.125 3.875 -0.25 4.140625 -0.59375 Z M 4.140625 -3.515625 L 4.140625 -1.28125 C 4.140625 -1.09375 4.140625 -1.0625 4.03125 -0.890625 C 3.703125 -0.359375 3.203125 -0.125 2.734375 -0.125 C 2.25 -0.125 1.859375 -0.40625 1.59375 -0.8125 C 1.3125 -1.265625 1.28125 -1.890625 1.28125 -2.328125 C 1.28125 -2.734375 1.296875 -3.390625 1.609375 -3.875 C 1.84375 -4.21875 2.25 -4.578125 2.84375 -4.578125 C 3.234375 -4.578125 3.6875 -4.421875 4.03125 -3.921875 C 4.140625 -3.734375 4.140625 -3.71875 4.140625 -3.515625 Z M 4.140625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 4.34375 -7.59375 C 4.28125 -7.734375 4.265625 -7.8125 4.09375 -7.8125 C 3.921875 -7.8125 3.875 -7.75 3.828125 -7.59375 L 1.578125 -1.0625 C 1.375 -0.515625 0.9375 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.59375 -0.015625 1.0625 -0.03125 1.46875 -0.03125 C 1.796875 -0.03125 2.359375 -0.015625 2.71875 0 L 2.71875 -0.34375 C 2.171875 -0.34375 1.890625 -0.609375 1.890625 -0.890625 C 1.890625 -0.921875 1.90625 -1.03125 1.921875 -1.0625 L 2.421875 -2.484375 L 5.109375 -2.484375 L 5.6875 -0.8125 C 5.703125 -0.78125 5.71875 -0.703125 5.71875 -0.671875 C 5.71875 -0.34375 5.109375 -0.34375 4.828125 -0.34375 L 4.828125 0 C 5.21875 -0.03125 5.984375 -0.03125 6.390625 -0.03125 C 6.859375 -0.03125 7.359375 -0.015625 7.8125 0 L 7.8125 -0.34375 L 7.625 -0.34375 C 6.96875 -0.34375 6.8125 -0.421875 6.703125 -0.78125 Z M 3.765625 -6.375 L 5 -2.828125 L 2.546875 -2.828125 Z M 3.765625 -6.375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 1.875 -4.09375 L 1.875 -4.828125 L 0.3125 -4.703125 L 0.3125 -4.359375 C 1.078125 -4.359375 1.15625 -4.296875 1.15625 -3.8125 L 1.15625 1.28125 C 1.15625 1.78125 1.03125 1.78125 0.3125 1.78125 L 0.3125 2.109375 C 0.671875 2.109375 1.25 2.078125 1.53125 2.078125 C 1.828125 2.078125 2.375 2.109375 2.765625 2.109375 L 2.765625 1.78125 C 2.03125 1.78125 1.90625 1.78125 1.90625 1.28125 L 1.90625 -0.640625 C 1.96875 -0.46875 2.421875 0.125 3.25 0.125 C 4.546875 0.125 5.6875 -0.953125 5.6875 -2.359375 C 5.6875 -3.734375 4.625 -4.828125 3.40625 -4.828125 C 2.546875 -4.828125 2.09375 -4.34375 1.875 -4.09375 Z M 1.90625 -1.25 L 1.90625 -3.671875 C 2.21875 -4.234375 2.765625 -4.546875 3.3125 -4.546875 C 4.109375 -4.546875 4.78125 -3.59375 4.78125 -2.359375 C 4.78125 -1.03125 4.015625 -0.125 3.203125 -0.125 C 2.765625 -0.125 2.359375 -0.34375 2.0625 -0.78125 C 1.90625 -1.015625 1.90625 -1.03125 1.90625 -1.25 Z M 1.90625 -1.25 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 1.9375 -7.5625 L 0.359375 -7.453125 L 0.359375 -7.109375 C 1.125 -7.109375 1.203125 -7.03125 1.203125 -6.5 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.71875 -0.015625 1.296875 -0.03125 1.578125 -0.03125 C 1.84375 -0.03125 2.375 -0.015625 2.78125 0 L 2.78125 -0.34375 C 2.046875 -0.34375 1.9375 -0.34375 1.9375 -0.828125 Z M 1.9375 -7.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 1.9375 -4.828125 L 0.40625 -4.703125 L 0.40625 -4.359375 C 1.109375 -4.359375 1.203125 -4.296875 1.203125 -3.765625 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.703125 -0.015625 1.296875 -0.03125 1.5625 -0.03125 C 1.9375 -0.03125 2.328125 -0.015625 2.6875 0 L 2.6875 -0.34375 C 1.96875 -0.34375 1.9375 -0.390625 1.9375 -0.8125 Z M 1.96875 -6.71875 C 1.96875 -7.0625 1.703125 -7.296875 1.390625 -7.296875 C 1.0625 -7.296875 0.8125 -7 0.8125 -6.71875 C 0.8125 -6.421875 1.0625 -6.140625 1.390625 -6.140625 C 1.703125 -6.140625 1.96875 -6.375 1.96875 -6.71875 Z M 1.96875 -6.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 1.28125 -2.375 C 1.28125 -4.15625 2.171875 -4.609375 2.75 -4.609375 C 2.84375 -4.609375 3.53125 -4.609375 3.921875 -4.203125 C 3.46875 -4.171875 3.40625 -3.84375 3.40625 -3.703125 C 3.40625 -3.421875 3.59375 -3.203125 3.90625 -3.203125 C 4.1875 -3.203125 4.40625 -3.390625 4.40625 -3.71875 C 4.40625 -4.453125 3.578125 -4.890625 2.734375 -4.890625 C 1.375 -4.890625 0.375 -3.703125 0.375 -2.359375 C 0.375 -0.953125 1.453125 0.125 2.71875 0.125 C 4.171875 0.125 4.53125 -1.1875 4.53125 -1.296875 C 4.53125 -1.40625 4.421875 -1.40625 4.390625 -1.40625 C 4.28125 -1.40625 4.265625 -1.359375 4.25 -1.296875 C 3.921875 -0.28125 3.21875 -0.15625 2.8125 -0.15625 C 2.234375 -0.15625 1.28125 -0.625 1.28125 -2.375 Z M 1.28125 -2.375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 1.203125 -3.75 L 1.203125 -0.828125 C 1.203125 -0.34375 1.078125 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.578125 -0.03125 C 1.859375 -0.03125 2.4375 -0.015625 2.796875 0 L 2.796875 -0.34375 C 2.078125 -0.34375 1.953125 -0.34375 1.953125 -0.828125 L 1.953125 -2.828125 C 1.953125 -3.96875 2.71875 -4.578125 3.421875 -4.578125 C 4.109375 -4.578125 4.234375 -3.984375 4.234375 -3.375 L 4.234375 -0.828125 C 4.234375 -0.34375 4.109375 -0.34375 3.375 -0.34375 L 3.375 0 C 3.765625 -0.015625 4.3125 -0.03125 4.609375 -0.03125 C 4.890625 -0.03125 5.46875 -0.015625 5.828125 0 L 5.828125 -0.34375 C 5.265625 -0.34375 5 -0.34375 4.984375 -0.671875 L 4.984375 -2.75 C 4.984375 -3.6875 4.984375 -4.03125 4.640625 -4.421875 C 4.5 -4.609375 4.140625 -4.828125 3.5 -4.828125 C 2.703125 -4.828125 2.1875 -4.359375 1.890625 -3.671875 L 1.890625 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.109375 -4.359375 1.203125 -4.28125 1.203125 -3.75 Z M 1.203125 -3.75 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 1.8125 -2.875 C 1.8125 -3.515625 2.4375 -4.09375 3.125 -4.09375 C 3.9375 -4.09375 4.5625 -3.296875 4.5625 -2.359375 C 4.5625 -1.3125 3.8125 -0.59375 3.046875 -0.59375 C 2.1875 -0.59375 1.8125 -1.5625 1.8125 -2.078125 Z M 1.8125 -0.484375 C 2.25 -0.03125 2.71875 0.0625 3.078125 0.0625 C 4.265625 0.0625 5.328125 -0.96875 5.328125 -2.359375 C 5.328125 -3.703125 4.359375 -4.765625 3.203125 -4.765625 C 2.671875 -4.765625 2.1875 -4.5625 1.8125 -4.234375 C 1.8125 -4.546875 1.78125 -4.703125 1.375 -4.703125 L 0.578125 -4.703125 C 0.40625 -4.703125 0.125 -4.703125 0.125 -4.359375 C 0.125 -4.03125 0.421875 -4.03125 0.5625 -4.03125 L 1.0625 -4.03125 L 1.0625 1.75 L 0.578125 1.75 C 0.40625 1.75 0.125 1.75 0.125 2.09375 C 0.125 2.421875 0.421875 2.421875 0.5625 2.421875 L 2.296875 2.421875 C 2.453125 2.421875 2.734375 2.421875 2.734375 2.09375 C 2.734375 1.75 2.46875 1.75 2.296875 1.75 L 1.8125 1.75 Z M 1.8125 -0.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 5.078125 -1.1875 C 5.078125 -1.5 4.765625 -1.5 4.703125 -1.5 C 4.53125 -1.5 4.421875 -1.46875 4.34375 -1.25 C 4.28125 -1.109375 4.0625 -0.59375 3.265625 -0.59375 C 2.328125 -0.59375 1.546875 -1.359375 1.546875 -2.359375 C 1.546875 -2.875 1.859375 -4.140625 3.328125 -4.140625 C 3.5625 -4.140625 3.984375 -4.140625 3.984375 -4.03125 C 3.984375 -3.65625 4.203125 -3.5 4.453125 -3.5 C 4.71875 -3.5 4.953125 -3.6875 4.953125 -4 C 4.953125 -4.796875 3.8125 -4.796875 3.328125 -4.796875 C 1.453125 -4.796875 0.796875 -3.3125 0.796875 -2.359375 C 0.796875 -1.046875 1.828125 0.0625 3.203125 0.0625 C 4.71875 0.0625 5.078125 -1 5.078125 -1.1875 Z M 5.078125 -1.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 3.25 -2.78125 C 3 -2.828125 2.78125 -2.859375 2.515625 -2.90625 C 2.1875 -2.953125 1.453125 -3.09375 1.453125 -3.515625 C 1.453125 -3.796875 1.796875 -4.140625 2.828125 -4.140625 C 3.734375 -4.140625 3.890625 -3.8125 3.921875 -3.515625 C 3.9375 -3.34375 3.953125 -3.15625 4.296875 -3.15625 C 4.671875 -3.15625 4.671875 -3.375 4.671875 -3.59375 L 4.671875 -4.359375 C 4.671875 -4.53125 4.671875 -4.796875 4.359375 -4.796875 C 4.09375 -4.796875 4.046875 -4.640625 4.03125 -4.5625 C 3.546875 -4.796875 3.0625 -4.796875 2.859375 -4.796875 C 1.03125 -4.796875 0.78125 -3.90625 0.78125 -3.515625 C 0.78125 -2.515625 1.9375 -2.328125 2.9375 -2.171875 C 3.46875 -2.078125 4.34375 -1.9375 4.34375 -1.359375 C 4.34375 -0.953125 3.9375 -0.59375 2.9375 -0.59375 C 2.4375 -0.59375 1.828125 -0.71875 1.546875 -1.578125 C 1.5 -1.765625 1.453125 -1.890625 1.171875 -1.890625 C 0.78125 -1.890625 0.78125 -1.65625 0.78125 -1.4375 L 0.78125 -0.375 C 0.78125 -0.203125 0.78125 0.0625 1.109375 0.0625 C 1.203125 0.0625 1.390625 0.046875 1.515625 -0.34375 C 2.046875 0.046875 2.625 0.0625 2.9375 0.0625 C 4.65625 0.0625 5 -0.84375 5 -1.359375 C 5 -2.5 3.59375 -2.71875 3.25 -2.78125 Z M 3.25 -2.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 3.90625 -0.546875 C 3.90625 -0.15625 3.90625 0 4.34375 0 L 5.140625 0 C 5.3125 0 5.578125 0 5.578125 -0.34375 C 5.578125 -0.671875 5.296875 -0.671875 5.140625 -0.671875 L 4.65625 -0.671875 L 4.65625 -6.21875 C 4.65625 -6.546875 4.59375 -6.65625 4.21875 -6.65625 L 3.421875 -6.65625 C 3.25 -6.65625 2.984375 -6.65625 2.984375 -6.328125 C 2.984375 -6 3.265625 -6 3.40625 -6 L 3.90625 -6 L 3.90625 -4.28125 C 3.546875 -4.59375 3.09375 -4.765625 2.625 -4.765625 C 1.4375 -4.765625 0.390625 -3.734375 0.390625 -2.34375 C 0.390625 -1 1.375 0.0625 2.53125 0.0625 C 3.140625 0.0625 3.59375 -0.234375 3.90625 -0.546875 Z M 3.90625 -2.890625 L 3.90625 -2.109375 C 3.90625 -1.5 3.40625 -0.59375 2.578125 -0.59375 C 1.796875 -0.59375 1.140625 -1.375 1.140625 -2.34375 C 1.140625 -3.390625 1.90625 -4.09375 2.671875 -4.09375 C 3.375 -4.09375 3.90625 -3.484375 3.90625 -2.890625 Z M 3.90625 -2.890625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 3.234375 -2.984375 C 3.53125 -2.921875 4.4375 -2.703125 4.4375 -1.75 C 4.4375 -1.1875 3.96875 -0.546875 3.109375 -0.546875 C 2.796875 -0.546875 2.265625 -0.59375 1.828125 -0.890625 C 1.375 -1.171875 1.328125 -1.640625 1.3125 -1.828125 C 1.3125 -2.015625 1.296875 -2.21875 0.953125 -2.21875 C 0.5625 -2.21875 0.5625 -1.984375 0.5625 -1.765625 L 0.5625 -0.328125 C 0.5625 -0.15625 0.5625 0.125 0.890625 0.125 C 1.140625 0.125 1.203125 -0.03125 1.296875 -0.375 C 1.734375 -0.046875 2.40625 0.125 3.09375 0.125 C 4.359375 0.125 5.140625 -0.84375 5.140625 -1.8125 C 5.140625 -2.515625 4.75 -2.96875 4.625 -3.109375 C 4.171875 -3.546875 3.875 -3.625 3.03125 -3.8125 L 2.15625 -4.015625 C 1.6875 -4.140625 1.28125 -4.53125 1.28125 -5.03125 C 1.28125 -5.59375 1.8125 -6.125 2.578125 -6.125 C 3.875 -6.125 4.03125 -5.09375 4.09375 -4.75 C 4.140625 -4.515625 4.25 -4.453125 4.46875 -4.453125 C 4.859375 -4.453125 4.859375 -4.671875 4.859375 -4.890625 L 4.859375 -6.34375 C 4.859375 -6.515625 4.859375 -6.78125 4.53125 -6.78125 C 4.265625 -6.78125 4.203125 -6.59375 4.125 -6.265625 C 3.671875 -6.65625 3.09375 -6.78125 2.59375 -6.78125 C 1.390625 -6.78125 0.5625 -5.921875 0.5625 -5 C 0.5625 -4.265625 1.0625 -3.546875 1.96875 -3.28125 C 2.015625 -3.265625 3.078125 -3.015625 3.234375 -2.984375 Z M 3.234375 -2.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 5.28125 -6.34375 C 5.28125 -6.515625 5.28125 -6.78125 4.953125 -6.78125 C 4.75 -6.78125 4.703125 -6.671875 4.640625 -6.59375 C 4.625 -6.546875 4.625 -6.53125 4.484375 -6.265625 C 4.125 -6.5625 3.625 -6.78125 3.0625 -6.78125 C 1.65625 -6.78125 0.4375 -5.328125 0.4375 -3.34375 C 0.4375 -1.34375 1.65625 0.125 3.078125 0.125 C 4.34375 0.125 5.28125 -0.84375 5.28125 -1.828125 C 5.28125 -2.1875 5.015625 -2.1875 4.890625 -2.1875 C 4.796875 -2.1875 4.546875 -2.1875 4.53125 -1.875 C 4.453125 -0.8125 3.5625 -0.546875 3.125 -0.546875 C 2.125 -0.546875 1.1875 -1.703125 1.1875 -3.34375 C 1.1875 -4.96875 2.140625 -6.125 3.109375 -6.125 C 3.765625 -6.125 4.359375 -5.609375 4.515625 -4.734375 C 4.546875 -4.546875 4.5625 -4.375 4.890625 -4.375 C 5.28125 -4.375 5.28125 -4.609375 5.28125 -4.828125 Z M 5.28125 -6.34375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M 3.984375 -0.34375 C 4.234375 -0.015625 4.75 0 5.171875 0 C 5.46875 0 5.71875 0 5.71875 -0.34375 C 5.71875 -0.671875 5.4375 -0.671875 5.28125 -0.671875 C 4.828125 -0.671875 4.71875 -0.71875 4.625 -0.75 L 4.625 -3.109375 C 4.625 -3.875 4.03125 -4.796875 2.46875 -4.796875 C 2 -4.796875 0.890625 -4.796875 0.890625 -4 C 0.890625 -3.671875 1.109375 -3.5 1.375 -3.5 C 1.53125 -3.5 1.84375 -3.59375 1.859375 -4 C 1.859375 -4.09375 1.859375 -4.09375 2.078125 -4.125 C 2.234375 -4.140625 2.375 -4.140625 2.46875 -4.140625 C 3.296875 -4.140625 3.875 -3.796875 3.875 -3.015625 C 1.9375 -2.984375 0.59375 -2.4375 0.59375 -1.390625 C 0.59375 -0.640625 1.28125 0.0625 2.40625 0.0625 C 2.796875 0.0625 3.484375 -0.015625 3.984375 -0.34375 Z M 3.875 -2.375 L 3.875 -1.46875 C 3.875 -1.203125 3.875 -0.984375 3.453125 -0.78125 C 3.046875 -0.59375 2.5625 -0.59375 2.46875 -0.59375 C 1.796875 -0.59375 1.359375 -0.96875 1.359375 -1.390625 C 1.359375 -1.9375 2.296875 -2.328125 3.875 -2.375 Z M 3.875 -2.375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 2.421875 -2.03125 C 2.421875 -3.046875 3.0625 -4.09375 4.390625 -4.09375 C 4.390625 -3.84375 4.578125 -3.625 4.859375 -3.625 C 5.09375 -3.625 5.3125 -3.796875 5.3125 -4.09375 C 5.3125 -4.3125 5.1875 -4.765625 4.28125 -4.765625 C 3.71875 -4.765625 3.015625 -4.5625 2.421875 -3.875 L 2.421875 -4.25 C 2.421875 -4.59375 2.359375 -4.703125 1.984375 -4.703125 L 0.78125 -4.703125 C 0.625 -4.703125 0.34375 -4.703125 0.34375 -4.375 C 0.34375 -4.03125 0.609375 -4.03125 0.78125 -4.03125 L 1.671875 -4.03125 L 1.671875 -0.671875 L 0.78125 -0.671875 C 0.625 -0.671875 0.34375 -0.671875 0.34375 -0.34375 C 0.34375 0 0.609375 0 0.78125 0 L 3.625 0 C 3.796875 0 4.078125 0 4.078125 -0.328125 C 4.078125 -0.671875 3.796875 -0.671875 3.625 -0.671875 L 2.421875 -0.671875 Z M 2.421875 -2.03125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-9">
<path style="stroke:none;" d="M 4.6875 -4.03125 L 5.015625 -4.03125 C 5.1875 -4.03125 5.453125 -4.03125 5.453125 -4.359375 C 5.453125 -4.703125 5.1875 -4.703125 5.015625 -4.703125 L 3.734375 -4.703125 C 3.578125 -4.703125 3.296875 -4.703125 3.296875 -4.375 C 3.296875 -4.03125 3.5625 -4.03125 3.734375 -4.03125 L 4.046875 -4.03125 L 2.859375 -0.53125 L 1.671875 -4.03125 L 1.96875 -4.03125 C 2.140625 -4.03125 2.40625 -4.03125 2.40625 -4.359375 C 2.40625 -4.703125 2.15625 -4.703125 1.96875 -4.703125 L 0.703125 -4.703125 C 0.53125 -4.703125 0.265625 -4.703125 0.265625 -4.359375 C 0.265625 -4.03125 0.53125 -4.03125 0.703125 -4.03125 L 1.03125 -4.03125 L 2.28125 -0.328125 C 2.40625 0.046875 2.625 0.046875 2.859375 0.046875 C 3.0625 0.046875 3.3125 0.046875 3.4375 -0.3125 Z M 4.6875 -4.03125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 5.0625 -4.453125 L 5.375 -4.453125 C 5.546875 -4.453125 5.875 -4.453125 5.875 -4.8125 C 5.875 -5.15625 5.546875 -5.15625 5.375 -5.15625 L 4.0625 -5.15625 C 3.890625 -5.15625 3.578125 -5.15625 3.578125 -4.8125 C 3.578125 -4.453125 3.890625 -4.453125 4.0625 -4.453125 L 4.359375 -4.453125 L 3.078125 -0.609375 L 1.78125 -4.453125 L 2.078125 -4.453125 C 2.25 -4.453125 2.5625 -4.453125 2.5625 -4.8125 C 2.5625 -5.15625 2.25 -5.15625 2.078125 -5.15625 L 0.765625 -5.15625 C 0.59375 -5.15625 0.28125 -5.15625 0.28125 -4.8125 C 0.28125 -4.453125 0.59375 -4.453125 0.765625 -4.453125 L 1.078125 -4.453125 L 2.453125 -0.34375 C 2.578125 0.0625 2.84375 0.0625 3.078125 0.0625 C 3.296875 0.0625 3.5625 0.0625 3.6875 -0.34375 Z M 5.0625 -4.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 2.421875 2.65625 C 2.578125 2.65625 2.890625 2.65625 2.890625 2.3125 C 2.890625 1.953125 2.578125 1.953125 2.421875 1.953125 L 1.921875 1.953125 L 1.921875 -0.59375 C 2.21875 -0.28125 2.65625 0.078125 3.328125 0.078125 C 4.59375 0.078125 5.703125 -1.0625 5.703125 -2.578125 C 5.703125 -4.046875 4.703125 -5.21875 3.453125 -5.21875 C 2.578125 -5.21875 2.03125 -4.703125 1.921875 -4.578125 C 1.921875 -4.96875 1.921875 -5.15625 1.453125 -5.15625 L 0.65625 -5.15625 C 0.484375 -5.15625 0.171875 -5.15625 0.171875 -4.8125 C 0.171875 -4.453125 0.484375 -4.453125 0.65625 -4.453125 L 1.140625 -4.453125 L 1.140625 1.953125 L 0.65625 1.953125 C 0.484375 1.953125 0.171875 1.953125 0.171875 2.3125 C 0.171875 2.65625 0.484375 2.65625 0.65625 2.65625 Z M 1.921875 -3.171875 C 1.921875 -3.859375 2.59375 -4.53125 3.375 -4.53125 C 4.234375 -4.53125 4.921875 -3.65625 4.921875 -2.578125 C 4.921875 -1.4375 4.109375 -0.625 3.265625 -0.625 C 2.359375 -0.625 1.921875 -1.640625 1.921875 -2.234375 Z M 1.921875 -3.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 5.453125 -1.296875 C 5.453125 -1.609375 5.15625 -1.609375 5.0625 -1.609375 C 4.78125 -1.609375 4.734375 -1.515625 4.671875 -1.34375 C 4.40625 -0.6875 3.828125 -0.625 3.53125 -0.625 C 2.515625 -0.625 1.65625 -1.46875 1.65625 -2.578125 C 1.65625 -3.1875 2.015625 -4.5625 3.578125 -4.5625 C 3.890625 -4.5625 4.140625 -4.546875 4.25 -4.53125 C 4.34375 -4.5 4.34375 -4.5 4.34375 -4.4375 C 4.390625 -3.9375 4.75 -3.9375 4.828125 -3.9375 C 5.09375 -3.9375 5.3125 -4.109375 5.3125 -4.4375 C 5.3125 -5.265625 4.109375 -5.265625 3.578125 -5.265625 C 1.546875 -5.265625 0.890625 -3.578125 0.890625 -2.578125 C 0.890625 -1.125 2 0.078125 3.4375 0.078125 C 5.03125 0.078125 5.453125 -1.109375 5.453125 -1.296875 Z M 5.453125 -1.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 5 -6.8125 C 5 -7.1875 4.921875 -7.296875 4.515625 -7.296875 L 3.734375 -7.296875 C 3.5625 -7.296875 3.25 -7.296875 3.25 -6.953125 C 3.25 -6.609375 3.5625 -6.609375 3.734375 -6.609375 L 4.21875 -6.609375 L 4.21875 -4.625 C 4.03125 -4.8125 3.53125 -5.21875 2.8125 -5.21875 C 1.546875 -5.21875 0.4375 -4.078125 0.4375 -2.5625 C 0.4375 -1.09375 1.46875 0.078125 2.703125 0.078125 C 3.484375 0.078125 4 -0.390625 4.21875 -0.65625 C 4.21875 -0.15625 4.21875 0 4.703125 0 L 5.484375 0 C 5.65625 0 5.96875 0 5.96875 -0.34375 C 5.96875 -0.6875 5.65625 -0.6875 5.484375 -0.6875 L 5 -0.6875 Z M 4.21875 -2.265625 C 4.21875 -1.609375 3.671875 -0.625 2.765625 -0.625 C 1.90625 -0.625 1.21875 -1.5 1.21875 -2.5625 C 1.21875 -3.71875 2.03125 -4.53125 2.875 -4.53125 C 3.65625 -4.53125 4.21875 -3.828125 4.21875 -3.203125 Z M 4.21875 -2.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 3.609375 -6.78125 C 3.609375 -7.078125 3.375 -7.3125 3.078125 -7.3125 C 2.765625 -7.3125 2.53125 -7.078125 2.53125 -6.78125 C 2.53125 -6.484375 2.765625 -6.234375 3.078125 -6.234375 C 3.375 -6.234375 3.609375 -6.484375 3.609375 -6.78125 Z M 1.546875 -5.15625 C 1.390625 -5.15625 1.078125 -5.15625 1.078125 -4.8125 C 1.078125 -4.453125 1.390625 -4.453125 1.546875 -4.453125 L 2.828125 -4.453125 L 2.828125 -0.6875 L 1.46875 -0.6875 C 1.296875 -0.6875 0.984375 -0.6875 0.984375 -0.34375 C 0.984375 0 1.296875 0 1.46875 0 L 4.796875 0 C 4.953125 0 5.265625 0 5.265625 -0.34375 C 5.265625 -0.6875 4.953125 -0.6875 4.796875 -0.6875 L 3.609375 -0.6875 L 3.609375 -4.65625 C 3.609375 -5.03125 3.53125 -5.15625 3.125 -5.15625 Z M 1.546875 -5.15625 "/>
</symbol>
</g>
<clipPath id="clip2">
<path d="M 0.390625 0.160156 L 34.402344 0.160156 L 34.402344 18.730469 L 0.390625 18.730469 Z M 0.390625 0.160156 "/>
</clipPath>
<clipPath id="clip1">
<rect x="0" y="0" width="35" height="19"/>
</clipPath>
<g id="surface5" clip-path="url(#clip1)">
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(90.194702%,90.194702%,90.194702%);fill-opacity:1;" d="M 18.71875 0.40625 C 16.828125 0.40625 15.152344 1.308594 14.09375 2.707031 C 13.199219 2.140625 12.136719 1.808594 10.996094 1.808594 C 8.117188 1.808594 5.726562 3.910156 5.28125 6.664062 C 2.632812 7.199219 0.640625 9.535156 0.640625 12.339844 C 0.640625 15.539062 3.234375 18.132812 6.433594 18.132812 C 7.738281 18.132812 8.941406 17.699219 9.910156 16.972656 C 10.472656 17.15625 11.074219 17.253906 11.695312 17.253906 C 12.300781 17.253906 12.882812 17.160156 13.429688 16.988281 C 14.457031 17.917969 15.820312 18.484375 17.3125 18.484375 C 18.828125 18.484375 20.210938 17.898438 21.242188 16.945312 C 22.171875 17.582031 23.296875 17.953125 24.507812 17.953125 C 25.46875 17.953125 26.378906 17.722656 27.175781 17.304688 C 27.558594 17.386719 27.960938 17.429688 28.367188 17.429688 C 31.566406 17.429688 34.160156 14.835938 34.160156 11.636719 C 34.160156 8.4375 31.566406 5.847656 28.367188 5.847656 C 28.335938 5.847656 28.304688 5.847656 28.273438 5.847656 C 27.242188 4.597656 25.699219 3.789062 23.964844 3.742188 C 23.039062 1.769531 21.039062 0.40625 18.71875 0.40625 Z M 18.71875 0.40625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 18.710938 0.160156 C 16.820312 0.160156 15.136719 1.035156 14.03125 2.398438 C 13.136719 1.875 12.101562 1.566406 10.988281 1.566406 C 8.046875 1.566406 5.597656 3.675781 5.066406 6.464844 C 2.386719 7.082031 0.390625 9.476562 0.390625 12.339844 C 0.390625 15.671875 3.09375 18.378906 6.425781 18.378906 C 7.738281 18.378906 8.957031 17.953125 9.945312 17.242188 C 10.5 17.410156 11.085938 17.5 11.691406 17.5 C 12.273438 17.5 12.835938 17.414062 13.371094 17.261719 C 14.425781 18.171875 15.804688 18.730469 17.308594 18.730469 C 18.820312 18.730469 20.199219 18.167969 21.257812 17.25 C 22.195312 17.847656 23.308594 18.203125 24.503906 18.203125 C 25.472656 18.203125 26.390625 17.96875 27.207031 17.558594 C 27.582031 17.632812 27.96875 17.675781 28.363281 17.675781 C 31.695312 17.675781 34.402344 14.96875 34.402344 11.636719 C 34.402344 8.3125 31.703125 5.609375 28.375 5.601562 C 27.332031 4.386719 25.8125 3.597656 24.109375 3.507812 C 23.117188 1.527344 21.074219 0.160156 18.710938 0.160156 Z M 18.710938 0.652344 C 20.9375 0.652344 22.851562 1.960938 23.738281 3.847656 C 23.773438 3.929688 23.863281 3.988281 23.953125 3.988281 C 25.617188 4.035156 27.09375 4.808594 28.082031 6.003906 C 28.128906 6.0625 28.199219 6.097656 28.273438 6.09375 C 28.3125 6.09375 28.339844 6.09375 28.363281 6.09375 C 31.429688 6.09375 33.910156 8.574219 33.910156 11.636719 C 33.910156 14.703125 31.429688 17.183594 28.363281 17.183594 C 27.972656 17.183594 27.585938 17.144531 27.21875 17.066406 C 27.164062 17.054688 27.105469 17.0625 27.054688 17.089844 C 26.292969 17.484375 25.425781 17.710938 24.503906 17.710938 C 23.339844 17.710938 22.265625 17.351562 21.375 16.742188 C 21.28125 16.679688 21.148438 16.691406 21.070312 16.765625 C 20.078125 17.679688 18.761719 18.238281 17.308594 18.238281 C 15.878906 18.238281 14.574219 17.695312 13.59375 16.808594 C 13.527344 16.75 13.433594 16.730469 13.355469 16.753906 C 12.828125 16.921875 12.269531 17.007812 11.691406 17.007812 C 11.09375 17.007812 10.519531 16.914062 9.980469 16.738281 C 9.90625 16.714844 9.816406 16.730469 9.753906 16.777344 C 8.828125 17.472656 7.675781 17.886719 6.425781 17.886719 C 3.359375 17.886719 0.882812 15.40625 0.882812 12.339844 C 0.882812 9.652344 2.789062 7.417969 5.324219 6.90625 C 5.417969 6.886719 5.5 6.800781 5.515625 6.707031 C 5.945312 4.070312 8.230469 2.054688 10.988281 2.054688 C 12.082031 2.054688 13.097656 2.371094 13.957031 2.917969 C 14.058594 2.980469 14.210938 2.953125 14.285156 2.855469 C 15.296875 1.515625 16.902344 0.652344 18.710938 0.652344 Z M 18.710938 0.652344 "/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(79.998779%,79.998779%,79.998779%);fill-opacity:1;" d="M 18.632812 1.191406 C 16.464844 1.191406 14.601562 2.507812 13.746094 4.402344 C 13.75 4.410156 13.757812 4.414062 13.765625 4.417969 C 14.746094 3.078125 16.308594 2.214844 18.0625 2.214844 C 19.824219 2.214844 21.390625 3.085938 22.371094 4.429688 C 22.359375 4.433594 22.347656 4.4375 22.332031 4.4375 C 22.546875 4.738281 22.730469 5.058594 22.882812 5.398438 C 23.214844 5.40625 23.542969 5.445312 23.859375 5.511719 C 23.867188 5.515625 23.878906 5.515625 23.886719 5.519531 C 24.664062 5.691406 25.378906 6.03125 25.996094 6.503906 C 25.988281 6.503906 25.980469 6.507812 25.972656 6.507812 C 26.292969 6.738281 26.582031 6.996094 26.839844 7.28125 C 26.871094 7.28125 26.902344 7.28125 26.933594 7.28125 C 30.140625 7.28125 32.734375 9.625 32.734375 12.519531 C 32.734375 13.265625 32.566406 13.972656 32.253906 14.613281 C 32.941406 13.753906 33.347656 12.695312 33.347656 11.554688 C 33.347656 8.660156 30.753906 6.3125 27.546875 6.3125 C 27.523438 6.3125 27.496094 6.316406 27.46875 6.316406 C 26.5 5.15625 25.082031 4.40625 23.492188 4.351562 C 22.628906 2.484375 20.777344 1.191406 18.632812 1.191406 Z M 11.019531 2.488281 C 10.882812 2.488281 10.746094 2.492188 10.609375 2.5 C 8.507812 2.640625 6.785156 4.085938 6.121094 6.039062 C 6.960938 4.621094 8.417969 3.640625 10.132812 3.523438 C 11.144531 3.457031 12.105469 3.699219 12.933594 4.175781 C 13.136719 3.855469 13.371094 3.554688 13.632812 3.285156 C 12.867188 2.792969 11.96875 2.503906 11.019531 2.488281 Z M 18.917969 4.320312 C 17.390625 4.324219 15.984375 4.941406 14.976562 5.953125 C 15.09375 6.035156 15.207031 6.117188 15.3125 6.207031 C 16.398438 5.4375 17.769531 5.046875 19.214844 5.210938 C 22.261719 5.554688 24.460938 8.222656 24.128906 11.175781 C 24.089844 11.542969 24.011719 11.898438 23.898438 12.238281 C 24.214844 11.660156 24.417969 11.015625 24.496094 10.324219 C 24.828125 7.371094 22.628906 4.699219 19.582031 4.359375 C 19.359375 4.332031 19.136719 4.320312 18.917969 4.320312 Z M 9.585938 5.871094 C 9.160156 5.871094 8.726562 5.921875 8.292969 6.019531 C 7.039062 6.3125 5.976562 6.996094 5.21875 7.90625 C 5.273438 7.625 5.351562 7.351562 5.445312 7.085938 C 3.808594 7.511719 2.472656 8.648438 1.804688 10.132812 C 2.59375 9.070312 3.769531 8.296875 5.132812 8.011719 C 4.367188 8.984375 3.9375 10.191406 3.964844 11.453125 C 4.300781 9.316406 5.941406 7.476562 8.234375 6.945312 C 9.628906 6.621094 11.015625 6.835938 12.171875 7.453125 C 12.441406 7.296875 12.730469 7.164062 13.03125 7.050781 C 12.074219 6.300781 10.863281 5.871094 9.585938 5.871094 Z M 9.585938 5.871094 "/>
</g>
<clipPath id="clip3">
<path d="M 101 3 L 227 3 L 227 64.886719 L 101 64.886719 Z M 101 3 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 99 1 L 224 1 L 224 64 L 99 64 Z M 99 1 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 219.835938 0.996094 L 103.082031 0.996094 C 100.882812 0.996094 99.097656 2.78125 99.097656 4.980469 L 99.097656 59.90625 C 99.097656 62.109375 100.882812 63.890625 103.082031 63.890625 L 219.835938 63.890625 C 222.039062 63.890625 223.824219 62.109375 223.824219 59.90625 L 223.824219 4.980469 C 223.824219 2.78125 222.039062 0.996094 219.835938 0.996094 Z M 219.835938 0.996094 "/>
</clipPath>
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="0" y1="25.00283" x2="0" y2="74.99717" gradientTransform="matrix(2.49481,0,0,-1.25806,36.7195,95.347)">
<stop offset="0" style="stop-color:rgb(84.999084%,90.000916%,90.000916%);stop-opacity:1;"/>
<stop offset="0.03125" style="stop-color:rgb(85.139465%,90.093994%,90.093994%);stop-opacity:1;"/>
<stop offset="0.0625" style="stop-color:rgb(85.421753%,90.281677%,90.281677%);stop-opacity:1;"/>
<stop offset="0.09375" style="stop-color:rgb(85.702515%,90.467834%,90.467834%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(85.983276%,90.655518%,90.655518%);stop-opacity:1;"/>
<stop offset="0.15625" style="stop-color:rgb(86.265564%,90.843201%,90.843201%);stop-opacity:1;"/>
<stop offset="0.1875" style="stop-color:rgb(86.546326%,91.030884%,91.030884%);stop-opacity:1;"/>
<stop offset="0.21875" style="stop-color:rgb(86.827087%,91.218567%,91.218567%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(87.107849%,91.40625%,91.40625%);stop-opacity:1;"/>
<stop offset="0.28125" style="stop-color:rgb(87.390137%,91.593933%,91.593933%);stop-opacity:1;"/>
<stop offset="0.3125" style="stop-color:rgb(87.670898%,91.781616%,91.781616%);stop-opacity:1;"/>
<stop offset="0.34375" style="stop-color:rgb(87.95166%,91.967773%,91.967773%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(88.233948%,92.155457%,92.155457%);stop-opacity:1;"/>
<stop offset="0.40625" style="stop-color:rgb(88.514709%,92.34314%,92.34314%);stop-opacity:1;"/>
<stop offset="0.4375" style="stop-color:rgb(88.795471%,92.530823%,92.530823%);stop-opacity:1;"/>
<stop offset="0.46875" style="stop-color:rgb(89.077759%,92.718506%,92.718506%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(89.358521%,92.906189%,92.906189%);stop-opacity:1;"/>
<stop offset="0.53125" style="stop-color:rgb(89.639282%,93.093872%,93.093872%);stop-opacity:1;"/>
<stop offset="0.5625" style="stop-color:rgb(89.920044%,93.280029%,93.280029%);stop-opacity:1;"/>
<stop offset="0.59375" style="stop-color:rgb(90.202332%,93.467712%,93.467712%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(90.483093%,93.655396%,93.655396%);stop-opacity:1;"/>
<stop offset="0.65625" style="stop-color:rgb(90.763855%,93.843079%,93.843079%);stop-opacity:1;"/>
<stop offset="0.6875" style="stop-color:rgb(91.046143%,94.030762%,94.030762%);stop-opacity:1;"/>
<stop offset="0.71875" style="stop-color:rgb(91.326904%,94.218445%,94.218445%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(91.607666%,94.404602%,94.404602%);stop-opacity:1;"/>
<stop offset="0.78125" style="stop-color:rgb(91.889954%,94.592285%,94.592285%);stop-opacity:1;"/>
<stop offset="0.8125" style="stop-color:rgb(92.170715%,94.779968%,94.779968%);stop-opacity:1;"/>
<stop offset="0.84375" style="stop-color:rgb(92.451477%,94.967651%,94.967651%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(92.732239%,95.155334%,95.155334%);stop-opacity:1;"/>
<stop offset="0.90625" style="stop-color:rgb(93.014526%,95.341492%,95.341492%);stop-opacity:1;"/>
<stop offset="0.9375" style="stop-color:rgb(93.295288%,95.529175%,95.529175%);stop-opacity:1;"/>
<stop offset="0.96875" style="stop-color:rgb(93.57605%,95.716858%,95.716858%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(93.858337%,95.904541%,95.904541%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip6">
<path d="M 70 0 L 253 0 L 253 64.886719 L 70 64.886719 Z M 70 0 "/>
</clipPath>
<clipPath id="clip7">
<path d="M 0 15 L 69 15 L 69 50 L 0 50 Z M 0 15 "/>
</clipPath>
<clipPath id="clip8">
<path d="M 64.773438 15.152344 L 4.980469 15.152344 C 2.777344 15.152344 0.996094 16.9375 0.996094 19.136719 L 0.996094 45.75 C 0.996094 47.953125 2.777344 49.738281 4.980469 49.738281 L 64.773438 49.738281 C 66.972656 49.738281 68.757812 47.953125 68.757812 45.75 L 68.757812 19.136719 C 68.757812 16.9375 66.972656 15.152344 64.773438 15.152344 Z M 64.773438 15.152344 "/>
</clipPath>
<linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="0" y1="25.002559" x2="0" y2="74.997441" gradientTransform="matrix(1.35542,0,0,-0.69177,-32.89506,67.0325)">
<stop offset="0" style="stop-color:rgb(84.999084%,90.000916%,90.000916%);stop-opacity:1;"/>
<stop offset="0.03125" style="stop-color:rgb(85.139465%,90.093994%,90.093994%);stop-opacity:1;"/>
<stop offset="0.0625" style="stop-color:rgb(85.421753%,90.281677%,90.281677%);stop-opacity:1;"/>
<stop offset="0.09375" style="stop-color:rgb(85.702515%,90.467834%,90.467834%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(85.983276%,90.655518%,90.655518%);stop-opacity:1;"/>
<stop offset="0.15625" style="stop-color:rgb(86.265564%,90.843201%,90.843201%);stop-opacity:1;"/>
<stop offset="0.1875" style="stop-color:rgb(86.546326%,91.030884%,91.030884%);stop-opacity:1;"/>
<stop offset="0.21875" style="stop-color:rgb(86.827087%,91.218567%,91.218567%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(87.107849%,91.40625%,91.40625%);stop-opacity:1;"/>
<stop offset="0.28125" style="stop-color:rgb(87.390137%,91.593933%,91.593933%);stop-opacity:1;"/>
<stop offset="0.3125" style="stop-color:rgb(87.670898%,91.781616%,91.781616%);stop-opacity:1;"/>
<stop offset="0.34375" style="stop-color:rgb(87.95166%,91.967773%,91.967773%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(88.233948%,92.155457%,92.155457%);stop-opacity:1;"/>
<stop offset="0.40625" style="stop-color:rgb(88.514709%,92.34314%,92.34314%);stop-opacity:1;"/>
<stop offset="0.4375" style="stop-color:rgb(88.795471%,92.530823%,92.530823%);stop-opacity:1;"/>
<stop offset="0.46875" style="stop-color:rgb(89.077759%,92.718506%,92.718506%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(89.358521%,92.906189%,92.906189%);stop-opacity:1;"/>
<stop offset="0.53125" style="stop-color:rgb(89.639282%,93.093872%,93.093872%);stop-opacity:1;"/>
<stop offset="0.5625" style="stop-color:rgb(89.920044%,93.280029%,93.280029%);stop-opacity:1;"/>
<stop offset="0.59375" style="stop-color:rgb(90.202332%,93.467712%,93.467712%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(90.483093%,93.655396%,93.655396%);stop-opacity:1;"/>
<stop offset="0.65625" style="stop-color:rgb(90.763855%,93.843079%,93.843079%);stop-opacity:1;"/>
<stop offset="0.6875" style="stop-color:rgb(91.046143%,94.030762%,94.030762%);stop-opacity:1;"/>
<stop offset="0.71875" style="stop-color:rgb(91.326904%,94.218445%,94.218445%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(91.607666%,94.404602%,94.404602%);stop-opacity:1;"/>
<stop offset="0.78125" style="stop-color:rgb(91.889954%,94.592285%,94.592285%);stop-opacity:1;"/>
<stop offset="0.8125" style="stop-color:rgb(92.170715%,94.779968%,94.779968%);stop-opacity:1;"/>
<stop offset="0.84375" style="stop-color:rgb(92.451477%,94.967651%,94.967651%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(92.732239%,95.155334%,95.155334%);stop-opacity:1;"/>
<stop offset="0.90625" style="stop-color:rgb(93.014526%,95.341492%,95.341492%);stop-opacity:1;"/>
<stop offset="0.9375" style="stop-color:rgb(93.295288%,95.529175%,95.529175%);stop-opacity:1;"/>
<stop offset="0.96875" style="stop-color:rgb(93.57605%,95.716858%,95.716858%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(93.858337%,95.904541%,95.904541%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip9">
<path d="M 0 0 L 97 0 L 97 64.886719 L 0 64.886719 Z M 0 0 "/>
</clipPath>
<clipPath id="clip10">
<path d="M 198 22 L 235 22 L 235 43 L 198 43 Z M 198 22 "/>
</clipPath>
<clipPath id="clip11">
<path d="M 230.304688 21.792969 L 202.328125 21.792969 C 200.125 21.792969 198.339844 23.578125 198.339844 25.777344 L 198.339844 39.109375 C 198.339844 41.308594 200.125 43.09375 202.328125 43.09375 L 230.304688 43.09375 C 232.503906 43.09375 234.289062 41.308594 234.289062 39.109375 L 234.289062 25.777344 C 234.289062 23.578125 232.503906 21.792969 230.304688 21.792969 Z M 230.304688 21.792969 "/>
</clipPath>
<linearGradient id="linear2" gradientUnits="userSpaceOnUse" x1="0" y1="25.002629" x2="0" y2="74.997371" gradientTransform="matrix(0.71901,0,0,-0.42607,180.36456,53.7475)">
<stop offset="0" style="stop-color:rgb(96.998596%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.148132%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip12">
<path d="M 170 0 L 263 0 L 263 64.886719 L 170 64.886719 Z M 170 0 "/>
</clipPath>
<clipPath id="clip13">
<path d="M 285 25 L 319.449219 25 L 319.449219 45 L 285 45 Z M 285 25 "/>
</clipPath>
<clipPath id="clip14">
<path d="M 282 23 L 319 23 L 319 42 L 282 42 Z M 282 23 "/>
</clipPath>
<clipPath id="clip15">
<path d="M 314.46875 23.121094 L 286.496094 23.121094 C 284.292969 23.121094 282.507812 24.90625 282.507812 27.105469 L 282.507812 37.78125 C 282.507812 39.980469 284.292969 41.765625 286.496094 41.765625 L 314.46875 41.765625 C 316.671875 41.765625 318.457031 39.980469 318.457031 37.78125 L 318.457031 27.105469 C 318.457031 24.90625 316.671875 23.121094 314.46875 23.121094 Z M 314.46875 23.121094 "/>
</clipPath>
<linearGradient id="linear3" gradientUnits="userSpaceOnUse" x1="0" y1="25.001958" x2="0" y2="74.998042" gradientTransform="matrix(0.71901,0,0,-0.37292,264.53188,51.09)">
<stop offset="0" style="stop-color:rgb(84.999084%,90.000916%,90.000916%);stop-opacity:1;"/>
<stop offset="0.03125" style="stop-color:rgb(85.139465%,90.093994%,90.093994%);stop-opacity:1;"/>
<stop offset="0.0625" style="stop-color:rgb(85.421753%,90.281677%,90.281677%);stop-opacity:1;"/>
<stop offset="0.09375" style="stop-color:rgb(85.702515%,90.467834%,90.467834%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(85.983276%,90.655518%,90.655518%);stop-opacity:1;"/>
<stop offset="0.15625" style="stop-color:rgb(86.265564%,90.843201%,90.843201%);stop-opacity:1;"/>
<stop offset="0.1875" style="stop-color:rgb(86.546326%,91.030884%,91.030884%);stop-opacity:1;"/>
<stop offset="0.21875" style="stop-color:rgb(86.827087%,91.218567%,91.218567%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(87.107849%,91.40625%,91.40625%);stop-opacity:1;"/>
<stop offset="0.28125" style="stop-color:rgb(87.390137%,91.593933%,91.593933%);stop-opacity:1;"/>
<stop offset="0.3125" style="stop-color:rgb(87.670898%,91.781616%,91.781616%);stop-opacity:1;"/>
<stop offset="0.34375" style="stop-color:rgb(87.95166%,91.967773%,91.967773%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(88.233948%,92.155457%,92.155457%);stop-opacity:1;"/>
<stop offset="0.40625" style="stop-color:rgb(88.514709%,92.34314%,92.34314%);stop-opacity:1;"/>
<stop offset="0.4375" style="stop-color:rgb(88.795471%,92.530823%,92.530823%);stop-opacity:1;"/>
<stop offset="0.46875" style="stop-color:rgb(89.077759%,92.718506%,92.718506%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(89.358521%,92.906189%,92.906189%);stop-opacity:1;"/>
<stop offset="0.53125" style="stop-color:rgb(89.639282%,93.093872%,93.093872%);stop-opacity:1;"/>
<stop offset="0.5625" style="stop-color:rgb(89.920044%,93.280029%,93.280029%);stop-opacity:1;"/>
<stop offset="0.59375" style="stop-color:rgb(90.202332%,93.467712%,93.467712%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(90.483093%,93.655396%,93.655396%);stop-opacity:1;"/>
<stop offset="0.65625" style="stop-color:rgb(90.763855%,93.843079%,93.843079%);stop-opacity:1;"/>
<stop offset="0.6875" style="stop-color:rgb(91.046143%,94.030762%,94.030762%);stop-opacity:1;"/>
<stop offset="0.71875" style="stop-color:rgb(91.326904%,94.218445%,94.218445%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(91.607666%,94.404602%,94.404602%);stop-opacity:1;"/>
<stop offset="0.78125" style="stop-color:rgb(91.889954%,94.592285%,94.592285%);stop-opacity:1;"/>
<stop offset="0.8125" style="stop-color:rgb(92.170715%,94.779968%,94.779968%);stop-opacity:1;"/>
<stop offset="0.84375" style="stop-color:rgb(92.451477%,94.967651%,94.967651%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(92.732239%,95.155334%,95.155334%);stop-opacity:1;"/>
<stop offset="0.90625" style="stop-color:rgb(93.014526%,95.343018%,95.343018%);stop-opacity:1;"/>
<stop offset="0.9375" style="stop-color:rgb(93.295288%,95.529175%,95.529175%);stop-opacity:1;"/>
<stop offset="0.96875" style="stop-color:rgb(93.57605%,95.716858%,95.716858%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(93.858337%,95.904541%,95.904541%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip16">
<path d="M 254 0 L 319.449219 0 L 319.449219 64.886719 L 254 64.886719 Z M 254 0 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M -91.706094 -0.0013125 L -63.358438 -0.0013125 " transform="matrix(1,0,0,-1,161.46,32.444)"/>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.825156 -0.0013125 L 120.051719 -0.0013125 " transform="matrix(1,0,0,-1,161.46,32.444)"/>
<use xlink:href="#surface5" transform="matrix(1,0,0,1,241,23)"/>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 222.410156 3.570312 L 105.65625 3.570312 C 103.453125 3.570312 101.671875 5.355469 101.671875 7.554688 L 101.671875 62.480469 C 101.671875 64.679688 103.453125 66.464844 105.65625 66.464844 L 222.410156 66.464844 C 224.613281 66.464844 226.398438 64.679688 226.398438 62.480469 L 226.398438 7.554688 C 226.398438 5.355469 224.613281 3.570312 222.410156 3.570312 Z M 222.410156 3.570312 "/>
</g>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 99.097656 63.890625 L 99.097656 0.996094 L 223.824219 0.996094 L 223.824219 63.890625 Z M 99.097656 63.890625 "/>
</g>
</g>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 58.375937 31.447906 L -58.377969 31.447906 C -60.577188 31.447906 -62.362344 29.66275 -62.362344 27.463531 L -62.362344 -27.46225 C -62.362344 -29.665375 -60.577188 -31.446625 -58.377969 -31.446625 L 58.375937 -31.446625 C 60.579062 -31.446625 62.364219 -29.665375 62.364219 -27.46225 L 62.364219 27.463531 C 62.364219 29.66275 60.579062 31.447906 58.375937 31.447906 Z M 58.375937 31.447906 " transform="matrix(1,0,0,-1,161.46,32.444)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="144.112" y="14.848"/>
<use xlink:href="#glyph0-2" x="151.536733" y="14.848"/>
<use xlink:href="#glyph0-3" x="159.415285" y="14.848"/>
<use xlink:href="#glyph0-4" x="164.869835" y="14.848"/>
<use xlink:href="#glyph0-2" x="170.930931" y="14.848"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="134.99" y="28.397"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="141.206005" y="28.397"/>
<use xlink:href="#glyph0-7" x="145.4791" y="28.397"/>
<use xlink:href="#glyph0-8" x="150.93365" y="28.397"/>
<use xlink:href="#glyph0-9" x="160.024203" y="28.397"/>
<use xlink:href="#glyph0-10" x="164.872207" y="28.397"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-11" x="172.445304" y="28.397"/>
<use xlink:href="#glyph0-6" x="177.899854" y="28.397"/>
<use xlink:href="#glyph0-12" x="182.172948" y="28.397"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-13" x="140.157" y="41.946"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="144.4" y="41.946"/>
<use xlink:href="#glyph1-2" x="150.127277" y="41.946"/>
<use xlink:href="#glyph1-3" x="155.854555" y="41.946"/>
<use xlink:href="#glyph1-2" x="161.581833" y="41.946"/>
<use xlink:href="#glyph1-4" x="167.30911" y="41.946"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-11" x="176.672" y="41.946"/>
<use xlink:href="#glyph0-6" x="182.12655" y="41.946"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="136.43" y="55.495"/>
<use xlink:href="#glyph1-6" x="142.157278" y="55.495"/>
<use xlink:href="#glyph1-7" x="147.884555" y="55.495"/>
<use xlink:href="#glyph1-8" x="153.611833" y="55.495"/>
<use xlink:href="#glyph1-4" x="159.33911" y="55.495"/>
<use xlink:href="#glyph1-5" x="165.066388" y="55.495"/>
<use xlink:href="#glyph1-9" x="170.793665" y="55.495"/>
<use xlink:href="#glyph1-8" x="176.520943" y="55.495"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="182.248" y="55.495"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 67.347656 17.726562 L 7.554688 17.726562 C 5.351562 17.726562 3.566406 19.507812 3.566406 21.710938 L 3.566406 48.324219 C 3.566406 50.527344 5.351562 52.308594 7.554688 52.308594 L 67.347656 52.308594 C 69.546875 52.308594 71.332031 50.527344 71.332031 48.324219 L 71.332031 21.710938 C 71.332031 19.507812 69.546875 17.726562 67.347656 17.726562 Z M 67.347656 17.726562 "/>
<g clip-path="url(#clip7)" clip-rule="nonzero">
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 0.996094 49.738281 L 0.996094 15.152344 L 68.757812 15.152344 L 68.757812 49.738281 Z M 0.996094 49.738281 "/>
</g>
</g>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M -96.686563 17.291656 L -156.479531 17.291656 C -158.682656 17.291656 -160.463906 15.5065 -160.463906 13.307281 L -160.463906 -13.306 C -160.463906 -15.509125 -158.682656 -17.294281 -156.479531 -17.294281 L -96.686563 -17.294281 C -94.487344 -17.294281 -92.702188 -15.509125 -92.702188 -13.306 L -92.702188 13.307281 C -92.702188 15.5065 -94.487344 17.291656 -96.686563 17.291656 Z M -96.686563 17.291656 " transform="matrix(1,0,0,-1,161.46,32.444)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="6.665" y="28.397"/>
<use xlink:href="#glyph0-8" x="12.726096" y="28.397"/>
<use xlink:href="#glyph0-7" x="21.816649" y="28.397"/>
<use xlink:href="#glyph0-6" x="27.271199" y="28.397"/>
<use xlink:href="#glyph0-15" x="31.544293" y="28.397"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="39.419573" y="28.397"/>
<use xlink:href="#glyph0-7" x="47.298125" y="28.397"/>
<use xlink:href="#glyph0-6" x="52.752675" y="28.397"/>
<use xlink:href="#glyph0-16" x="57.025769" y="28.397"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-17" x="7.15" y="41.946"/>
<use xlink:href="#glyph0-18" x="15.331825" y="41.946"/>
<use xlink:href="#glyph0-18" x="21.392921" y="41.946"/>
<use xlink:href="#glyph0-19" x="27.454017" y="41.946"/>
<use xlink:href="#glyph0-20" x="30.484565" y="41.946"/>
<use xlink:href="#glyph0-21" x="33.515113" y="41.946"/>
<use xlink:href="#glyph0-7" x="38.363117" y="41.946"/>
<use xlink:href="#glyph0-15" x="43.817667" y="41.946"/>
<use xlink:href="#glyph0-20" x="48.060216" y="41.946"/>
<use xlink:href="#glyph0-11" x="51.090764" y="41.946"/>
<use xlink:href="#glyph0-22" x="56.545314" y="41.946"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 232.875 24.367188 L 204.902344 24.367188 C 202.699219 24.367188 200.914062 26.152344 200.914062 28.351562 L 200.914062 41.683594 C 200.914062 43.882812 202.699219 45.667969 204.902344 45.667969 L 232.875 45.667969 C 235.078125 45.667969 236.863281 43.882812 236.863281 41.683594 L 236.863281 28.351562 C 236.863281 26.152344 235.078125 24.367188 232.875 24.367188 Z M 232.875 24.367188 "/>
<g clip-path="url(#clip10)" clip-rule="nonzero">
<g clip-path="url(#clip11)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear2);" d="M 198.339844 43.09375 L 198.339844 21.792969 L 234.289062 21.792969 L 234.289062 43.09375 Z M 198.339844 43.09375 "/>
</g>
</g>
<g clip-path="url(#clip12)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.844687 10.651031 L 40.868125 10.651031 C 38.665 10.651031 36.879844 8.865875 36.879844 6.666656 L 36.879844 -6.665375 C 36.879844 -8.864594 38.665 -10.64975 40.868125 -10.64975 L 68.844687 -10.64975 C 71.043906 -10.64975 72.829062 -8.864594 72.829062 -6.665375 L 72.829062 6.666656 C 72.829062 8.865875 71.043906 10.651031 68.844687 10.651031 Z M 68.844687 10.651031 " transform="matrix(1,0,0,-1,161.46,32.444)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="204.01" y="34.769"/>
<use xlink:href="#glyph2-2" x="210.162146" y="34.769"/>
<use xlink:href="#glyph2-3" x="216.314292" y="34.769"/>
<use xlink:href="#glyph2-4" x="222.466438" y="34.769"/>
</g>
<g clip-path="url(#clip13)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 317.042969 25.695312 L 289.066406 25.695312 C 286.867188 25.695312 285.082031 27.480469 285.082031 29.679688 L 285.082031 40.355469 C 285.082031 42.554688 286.867188 44.339844 289.066406 44.339844 L 317.042969 44.339844 C 319.246094 44.339844 321.03125 42.554688 321.03125 40.355469 L 321.03125 29.679688 C 321.03125 27.480469 319.246094 25.695312 317.042969 25.695312 Z M 317.042969 25.695312 "/>
</g>
<g clip-path="url(#clip14)" clip-rule="nonzero">
<g clip-path="url(#clip15)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear3);" d="M 282.507812 41.765625 L 282.507812 23.121094 L 318.457031 23.121094 L 318.457031 41.765625 Z M 282.507812 41.765625 "/>
</g>
</g>
<g clip-path="url(#clip16)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 153.00875 9.322906 L 125.036094 9.322906 C 122.832969 9.322906 121.047812 7.53775 121.047812 5.338531 L 121.047812 -5.33725 C 121.047812 -7.536469 122.832969 -9.321625 125.036094 -9.321625 L 153.00875 -9.321625 C 155.211875 -9.321625 156.997031 -7.536469 156.997031 -5.33725 L 156.997031 5.338531 C 156.997031 7.53775 155.211875 9.322906 153.00875 9.322906 Z M 153.00875 9.322906 " transform="matrix(1,0,0,-1,161.46,32.444)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="288.177" y="36.097"/>
<use xlink:href="#glyph2-5" x="294.329146" y="36.097"/>
<use xlink:href="#glyph2-3" x="300.481292" y="36.097"/>
<use xlink:href="#glyph2-3" x="306.633438" y="36.097"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 696 KiB

View File

@@ -0,0 +1,345 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="319.45pt" height="37.183pt" viewBox="0 0 319.45 37.183" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.765625 -6.375 C 6.921875 -6.78125 7.21875 -7.09375 7.96875 -7.109375 L 7.96875 -7.453125 C 7.625 -7.421875 7.1875 -7.421875 6.90625 -7.421875 C 6.578125 -7.421875 5.9375 -7.4375 5.65625 -7.453125 L 5.65625 -7.109375 C 6.234375 -7.09375 6.453125 -6.8125 6.453125 -6.5625 C 6.453125 -6.484375 6.421875 -6.40625 6.40625 -6.34375 L 4.40625 -1.09375 L 2.328125 -6.59375 C 2.25 -6.75 2.25 -6.765625 2.25 -6.796875 C 2.25 -7.109375 2.875 -7.109375 3.15625 -7.109375 L 3.15625 -7.453125 C 2.765625 -7.421875 2 -7.421875 1.59375 -7.421875 C 1.0625 -7.421875 0.59375 -7.4375 0.203125 -7.453125 L 0.203125 -7.109375 C 0.921875 -7.109375 1.125 -7.109375 1.28125 -6.703125 L 3.8125 0 C 3.875 0.203125 3.9375 0.234375 4.078125 0.234375 C 4.265625 0.234375 4.28125 0.1875 4.34375 0.03125 Z M 6.765625 -6.375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 1.9375 -4.828125 L 0.40625 -4.703125 L 0.40625 -4.359375 C 1.109375 -4.359375 1.203125 -4.296875 1.203125 -3.765625 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.703125 -0.015625 1.296875 -0.03125 1.5625 -0.03125 C 1.9375 -0.03125 2.328125 -0.015625 2.6875 0 L 2.6875 -0.34375 C 1.96875 -0.34375 1.9375 -0.390625 1.9375 -0.8125 Z M 1.96875 -6.71875 C 1.96875 -7.0625 1.703125 -7.296875 1.390625 -7.296875 C 1.0625 -7.296875 0.8125 -7 0.8125 -6.71875 C 0.8125 -6.421875 1.0625 -6.140625 1.390625 -6.140625 C 1.703125 -6.140625 1.96875 -6.375 1.96875 -6.71875 Z M 1.96875 -6.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 1.828125 -3.625 L 1.828125 -4.828125 L 0.3125 -4.703125 L 0.3125 -4.359375 C 1.0625 -4.359375 1.15625 -4.28125 1.15625 -3.75 L 1.15625 -0.828125 C 1.15625 -0.34375 1.03125 -0.34375 0.3125 -0.34375 L 0.3125 0 C 0.734375 -0.015625 1.25 -0.03125 1.546875 -0.03125 C 1.984375 -0.03125 2.5 -0.03125 2.9375 0 L 2.9375 -0.34375 L 2.703125 -0.34375 C 1.890625 -0.34375 1.875 -0.453125 1.875 -0.84375 L 1.875 -2.53125 C 1.875 -3.609375 2.328125 -4.578125 3.15625 -4.578125 C 3.234375 -4.578125 3.265625 -4.578125 3.28125 -4.5625 C 3.25 -4.5625 3.03125 -4.421875 3.03125 -4.140625 C 3.03125 -3.84375 3.265625 -3.671875 3.5 -3.671875 C 3.703125 -3.671875 3.96875 -3.8125 3.96875 -4.15625 C 3.96875 -4.5 3.625 -4.828125 3.15625 -4.828125 C 2.359375 -4.828125 1.96875 -4.09375 1.828125 -3.625 Z M 1.828125 -3.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 1.890625 -4.359375 L 3.453125 -4.359375 L 3.453125 -4.703125 L 1.890625 -4.703125 L 1.890625 -6.703125 L 1.609375 -6.703125 C 1.609375 -5.8125 1.28125 -4.640625 0.203125 -4.609375 L 0.203125 -4.359375 L 1.140625 -4.359375 L 1.140625 -1.359375 C 1.140625 -0.015625 2.15625 0.125 2.546875 0.125 C 3.3125 0.125 3.625 -0.65625 3.625 -1.359375 L 3.625 -1.96875 L 3.34375 -1.96875 L 3.34375 -1.375 C 3.34375 -0.5625 3.015625 -0.15625 2.625 -0.15625 C 1.890625 -0.15625 1.890625 -1.140625 1.890625 -1.328125 Z M 1.890625 -4.359375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 4.265625 -0.859375 L 4.265625 0.125 L 5.828125 0 L 5.828125 -0.34375 C 5.078125 -0.34375 4.984375 -0.421875 4.984375 -0.953125 L 4.984375 -4.828125 L 3.375 -4.703125 L 3.375 -4.359375 C 4.140625 -4.359375 4.234375 -4.28125 4.234375 -3.75 L 4.234375 -1.8125 C 4.234375 -0.859375 3.703125 -0.125 2.90625 -0.125 C 2 -0.125 1.953125 -0.625 1.953125 -1.203125 L 1.953125 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.203125 -4.359375 1.203125 -4.328125 1.203125 -3.359375 L 1.203125 -1.71875 C 1.203125 -0.875 1.203125 0.125 2.859375 0.125 C 3.46875 0.125 3.953125 -0.1875 4.265625 -0.859375 Z M 4.265625 -0.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 3.625 -0.828125 C 3.671875 -0.390625 3.96875 0.0625 4.484375 0.0625 C 4.71875 0.0625 5.375 -0.09375 5.375 -0.96875 L 5.375 -1.578125 L 5.109375 -1.578125 L 5.109375 -0.96875 C 5.109375 -0.34375 4.828125 -0.265625 4.71875 -0.265625 C 4.359375 -0.265625 4.3125 -0.765625 4.3125 -0.8125 L 4.3125 -3 C 4.3125 -3.453125 4.3125 -3.875 3.921875 -4.28125 C 3.484375 -4.71875 2.9375 -4.890625 2.421875 -4.890625 C 1.53125 -4.890625 0.78125 -4.375 0.78125 -3.65625 C 0.78125 -3.328125 1 -3.140625 1.28125 -3.140625 C 1.578125 -3.140625 1.78125 -3.359375 1.78125 -3.640625 C 1.78125 -3.78125 1.71875 -4.140625 1.21875 -4.140625 C 1.515625 -4.53125 2.046875 -4.640625 2.40625 -4.640625 C 2.9375 -4.640625 3.5625 -4.21875 3.5625 -3.25 L 3.5625 -2.84375 C 3 -2.8125 2.234375 -2.78125 1.546875 -2.453125 C 0.734375 -2.078125 0.453125 -1.515625 0.453125 -1.03125 C 0.453125 -0.15625 1.515625 0.125 2.203125 0.125 C 2.921875 0.125 3.421875 -0.3125 3.625 -0.828125 Z M 3.5625 -2.625 L 3.5625 -1.53125 C 3.5625 -0.484375 2.765625 -0.125 2.28125 -0.125 C 1.75 -0.125 1.296875 -0.5 1.296875 -1.046875 C 1.296875 -1.640625 1.75 -2.546875 3.5625 -2.625 Z M 3.5625 -2.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 1.9375 -7.5625 L 0.359375 -7.453125 L 0.359375 -7.109375 C 1.125 -7.109375 1.203125 -7.03125 1.203125 -6.5 L 1.203125 -0.828125 C 1.203125 -0.34375 1.09375 -0.34375 0.359375 -0.34375 L 0.359375 0 C 0.71875 -0.015625 1.296875 -0.03125 1.578125 -0.03125 C 1.84375 -0.03125 2.375 -0.015625 2.78125 0 L 2.78125 -0.34375 C 2.046875 -0.34375 1.9375 -0.34375 1.9375 -0.828125 Z M 1.9375 -7.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 3.8125 -4.234375 L 2.40625 -4.5625 C 1.734375 -4.734375 1.3125 -5.328125 1.3125 -5.953125 C 1.3125 -6.71875 1.890625 -7.390625 2.75 -7.390625 C 4.5625 -7.390625 4.8125 -5.59375 4.875 -5.109375 C 4.890625 -5.03125 4.890625 -4.96875 5 -4.96875 C 5.140625 -4.96875 5.140625 -5.03125 5.140625 -5.234375 L 5.140625 -7.421875 C 5.140625 -7.609375 5.140625 -7.6875 5.03125 -7.6875 C 4.953125 -7.6875 4.9375 -7.671875 4.859375 -7.546875 L 4.484375 -6.921875 C 4.15625 -7.234375 3.703125 -7.6875 2.734375 -7.6875 C 1.53125 -7.6875 0.609375 -6.734375 0.609375 -5.578125 C 0.609375 -4.671875 1.1875 -3.875 2.046875 -3.578125 C 2.15625 -3.53125 2.71875 -3.40625 3.484375 -3.21875 C 3.78125 -3.140625 4.09375 -3.0625 4.40625 -2.65625 C 4.640625 -2.375 4.75 -2.015625 4.75 -1.65625 C 4.75 -0.890625 4.203125 -0.09375 3.28125 -0.09375 C 2.96875 -0.09375 2.140625 -0.15625 1.5625 -0.6875 C 0.921875 -1.28125 0.890625 -1.96875 0.890625 -2.359375 C 0.875 -2.46875 0.78125 -2.46875 0.75 -2.46875 C 0.609375 -2.46875 0.609375 -2.40625 0.609375 -2.203125 L 0.609375 -0.015625 C 0.609375 0.15625 0.609375 0.234375 0.734375 0.234375 C 0.8125 0.234375 0.8125 0.21875 0.890625 0.09375 C 0.890625 0.09375 0.921875 0.046875 1.28125 -0.53125 C 1.625 -0.15625 2.328125 0.234375 3.296875 0.234375 C 4.5625 0.234375 5.4375 -0.828125 5.4375 -2.03125 C 5.4375 -3.125 4.71875 -4.015625 3.8125 -4.234375 Z M 3.8125 -4.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 1.203125 -3.75 L 1.203125 -0.828125 C 1.203125 -0.34375 1.078125 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.578125 -0.03125 C 1.859375 -0.03125 2.4375 -0.015625 2.796875 0 L 2.796875 -0.34375 C 2.078125 -0.34375 1.953125 -0.34375 1.953125 -0.828125 L 1.953125 -2.828125 C 1.953125 -3.96875 2.71875 -4.578125 3.421875 -4.578125 C 4.109375 -4.578125 4.234375 -3.984375 4.234375 -3.375 L 4.234375 -0.828125 C 4.234375 -0.34375 4.109375 -0.34375 3.375 -0.34375 L 3.375 0 C 3.765625 -0.015625 4.3125 -0.03125 4.609375 -0.03125 C 4.890625 -0.03125 5.46875 -0.015625 5.828125 0 L 5.828125 -0.34375 C 5.109375 -0.34375 4.984375 -0.34375 4.984375 -0.828125 L 4.984375 -2.828125 C 4.984375 -3.96875 5.765625 -4.578125 6.453125 -4.578125 C 7.140625 -4.578125 7.265625 -3.984375 7.265625 -3.375 L 7.265625 -0.828125 C 7.265625 -0.34375 7.140625 -0.34375 6.40625 -0.34375 L 6.40625 0 C 6.796875 -0.015625 7.34375 -0.03125 7.640625 -0.03125 C 7.921875 -0.03125 8.5 -0.015625 8.859375 0 L 8.859375 -0.34375 C 8.296875 -0.34375 8.03125 -0.34375 8.015625 -0.671875 L 8.015625 -2.75 C 8.015625 -3.6875 8.015625 -4.03125 7.671875 -4.421875 C 7.53125 -4.609375 7.171875 -4.828125 6.53125 -4.828125 C 5.609375 -4.828125 5.140625 -4.171875 4.953125 -3.75 C 4.796875 -4.703125 3.984375 -4.828125 3.5 -4.828125 C 2.703125 -4.828125 2.1875 -4.359375 1.890625 -3.671875 L 1.890625 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.109375 -4.359375 1.203125 -4.28125 1.203125 -3.75 Z M 1.203125 -3.75 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 0.609375 -3.734375 C 0.609375 -1.46875 2.375 0.234375 4.40625 0.234375 C 6.1875 0.234375 7.25 -1.28125 7.25 -2.546875 C 7.25 -2.65625 7.25 -2.71875 7.109375 -2.71875 C 6.984375 -2.71875 6.984375 -2.65625 6.984375 -2.546875 C 6.890625 -1 5.71875 -0.09375 4.53125 -0.09375 C 3.875 -0.09375 1.734375 -0.46875 1.734375 -3.71875 C 1.734375 -6.984375 3.859375 -7.34375 4.53125 -7.34375 C 5.71875 -7.34375 6.6875 -6.359375 6.90625 -4.765625 C 6.921875 -4.609375 6.921875 -4.578125 7.078125 -4.578125 C 7.25 -4.578125 7.25 -4.609375 7.25 -4.84375 L 7.25 -7.421875 C 7.25 -7.609375 7.25 -7.6875 7.125 -7.6875 C 7.09375 -7.6875 7.046875 -7.6875 6.953125 -7.5625 L 6.40625 -6.75 C 6.015625 -7.140625 5.453125 -7.6875 4.40625 -7.6875 C 2.359375 -7.6875 0.609375 -5.953125 0.609375 -3.734375 Z M 0.609375 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 4.140625 -0.59375 L 4.140625 0.125 L 5.75 0 L 5.75 -0.34375 C 4.984375 -0.34375 4.890625 -0.421875 4.890625 -0.953125 L 4.890625 -7.5625 L 3.328125 -7.453125 L 3.328125 -7.109375 C 4.09375 -7.109375 4.171875 -7.03125 4.171875 -6.5 L 4.171875 -4.140625 C 3.859375 -4.53125 3.390625 -4.828125 2.796875 -4.828125 C 1.515625 -4.828125 0.375 -3.75 0.375 -2.34375 C 0.375 -0.953125 1.4375 0.125 2.6875 0.125 C 3.375 0.125 3.875 -0.25 4.140625 -0.59375 Z M 4.140625 -3.515625 L 4.140625 -1.28125 C 4.140625 -1.09375 4.140625 -1.0625 4.03125 -0.890625 C 3.703125 -0.359375 3.203125 -0.125 2.734375 -0.125 C 2.25 -0.125 1.859375 -0.40625 1.59375 -0.8125 C 1.3125 -1.265625 1.28125 -1.890625 1.28125 -2.328125 C 1.28125 -2.734375 1.296875 -3.390625 1.609375 -3.875 C 1.84375 -4.21875 2.25 -4.578125 2.84375 -4.578125 C 3.234375 -4.578125 3.6875 -4.421875 4.03125 -3.921875 C 4.140625 -3.734375 4.140625 -3.71875 4.140625 -3.515625 Z M 4.140625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 2.25 -6.421875 C 2.25 -7.078125 1.984375 -7.5625 1.515625 -7.5625 C 1.140625 -7.5625 0.9375 -7.28125 0.9375 -6.984375 C 0.9375 -6.703125 1.125 -6.40625 1.515625 -6.40625 C 1.734375 -6.40625 1.890625 -6.515625 1.953125 -6.59375 C 1.96875 -6.609375 1.96875 -6.625 1.984375 -6.625 C 2 -6.625 2 -6.46875 2 -6.421875 C 2 -6.078125 1.9375 -5.296875 1.25 -4.609375 C 1.109375 -4.484375 1.109375 -4.453125 1.109375 -4.421875 C 1.109375 -4.359375 1.171875 -4.3125 1.21875 -4.3125 C 1.34375 -4.3125 2.25 -5.140625 2.25 -6.421875 Z M 2.25 -6.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 2.265625 -2.109375 C 2.515625 -2.078125 3.40625 -1.890625 3.40625 -1.109375 C 3.40625 -0.5625 3.015625 -0.125 2.171875 -0.125 C 1.25 -0.125 0.859375 -0.734375 0.65625 -1.671875 C 0.625 -1.8125 0.609375 -1.859375 0.5 -1.859375 C 0.359375 -1.859375 0.359375 -1.78125 0.359375 -1.578125 L 0.359375 -0.140625 C 0.359375 0.046875 0.359375 0.125 0.484375 0.125 C 0.53125 0.125 0.546875 0.109375 0.75 -0.09375 C 0.78125 -0.125 0.78125 -0.140625 0.96875 -0.34375 C 1.453125 0.109375 1.9375 0.125 2.171875 0.125 C 3.421875 0.125 3.921875 -0.609375 3.921875 -1.390625 C 3.921875 -1.96875 3.59375 -2.296875 3.46875 -2.4375 C 3.109375 -2.78125 2.6875 -2.875 2.21875 -2.953125 C 1.609375 -3.078125 0.890625 -3.21875 0.890625 -3.84375 C 0.890625 -4.234375 1.171875 -4.671875 2.109375 -4.671875 C 3.296875 -4.671875 3.359375 -3.703125 3.375 -3.359375 C 3.390625 -3.265625 3.484375 -3.265625 3.515625 -3.265625 C 3.65625 -3.265625 3.65625 -3.3125 3.65625 -3.515625 L 3.65625 -4.625 C 3.65625 -4.8125 3.65625 -4.890625 3.53125 -4.890625 C 3.484375 -4.890625 3.453125 -4.890625 3.3125 -4.75 C 3.28125 -4.71875 3.171875 -4.609375 3.125 -4.578125 C 2.71875 -4.890625 2.265625 -4.890625 2.109375 -4.890625 C 0.78125 -4.890625 0.359375 -4.15625 0.359375 -3.546875 C 0.359375 -3.15625 0.53125 -2.859375 0.828125 -2.625 C 1.171875 -2.328125 1.484375 -2.265625 2.265625 -2.109375 Z M 2.265625 -2.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 2.46875 -3.453125 L 4.3125 -3.453125 C 5.625 -3.453125 6.8125 -4.328125 6.8125 -5.421875 C 6.8125 -6.484375 5.71875 -7.453125 4.234375 -7.453125 L 0.375 -7.453125 L 0.375 -7.109375 L 0.640625 -7.109375 C 1.484375 -7.109375 1.5 -6.984375 1.5 -6.59375 L 1.5 -0.84375 C 1.5 -0.453125 1.484375 -0.34375 0.640625 -0.34375 L 0.375 -0.34375 L 0.375 0 C 0.765625 -0.03125 1.578125 -0.03125 1.984375 -0.03125 C 2.40625 -0.03125 3.21875 -0.03125 3.59375 0 L 3.59375 -0.34375 L 3.34375 -0.34375 C 2.5 -0.34375 2.46875 -0.453125 2.46875 -0.84375 Z M 2.4375 -3.734375 L 2.4375 -6.671875 C 2.4375 -7.03125 2.46875 -7.109375 2.984375 -7.109375 L 3.953125 -7.109375 C 5.6875 -7.109375 5.6875 -5.953125 5.6875 -5.421875 C 5.6875 -4.90625 5.6875 -3.734375 3.953125 -3.734375 Z M 2.4375 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 4.78125 -7.765625 C 4.828125 -7.90625 4.828125 -7.9375 4.828125 -7.96875 C 4.828125 -8.078125 4.734375 -8.171875 4.609375 -8.171875 C 4.453125 -8.171875 4.421875 -8.078125 4.390625 -7.96875 L 0.671875 2.3125 C 0.609375 2.453125 0.609375 2.484375 0.609375 2.515625 C 0.609375 2.625 0.703125 2.71875 0.828125 2.71875 C 0.984375 2.71875 1.03125 2.625 1.0625 2.515625 Z M 4.78125 -7.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 6.34375 -7.421875 L 0.359375 -7.421875 L 0.359375 -7.078125 L 0.625 -7.078125 C 1.46875 -7.078125 1.484375 -6.953125 1.484375 -6.5625 L 1.484375 -0.84375 C 1.484375 -0.453125 1.46875 -0.34375 0.625 -0.34375 L 0.359375 -0.34375 L 0.359375 0 C 0.734375 -0.03125 1.59375 -0.03125 2.015625 -0.03125 C 2.46875 -0.03125 3.453125 -0.03125 3.84375 0 L 3.84375 -0.34375 L 3.484375 -0.34375 C 2.453125 -0.34375 2.453125 -0.484375 2.453125 -0.859375 L 2.453125 -3.546875 L 3.390625 -3.546875 C 4.4375 -3.546875 4.546875 -3.203125 4.546875 -2.265625 L 4.828125 -2.265625 L 4.828125 -5.15625 L 4.546875 -5.15625 C 4.546875 -4.25 4.4375 -3.875 3.390625 -3.875 L 2.453125 -3.875 L 2.453125 -6.640625 C 2.453125 -7 2.46875 -7.078125 2.984375 -7.078125 L 4.296875 -7.078125 C 5.9375 -7.078125 6.203125 -6.46875 6.375 -4.96875 L 6.65625 -4.96875 Z M 6.34375 -7.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 1.21875 -2.75 C 1.28125 -4.375 2.203125 -4.640625 2.578125 -4.640625 C 3.703125 -4.640625 3.8125 -3.171875 3.8125 -2.75 Z M 1.203125 -2.515625 L 4.25 -2.515625 C 4.5 -2.515625 4.53125 -2.515625 4.53125 -2.75 C 4.53125 -3.828125 3.9375 -4.890625 2.578125 -4.890625 C 1.3125 -4.890625 0.3125 -3.765625 0.3125 -2.40625 C 0.3125 -0.9375 1.453125 0.125 2.703125 0.125 C 4.03125 0.125 4.53125 -1.09375 4.53125 -1.296875 C 4.53125 -1.40625 4.4375 -1.421875 4.390625 -1.421875 C 4.28125 -1.421875 4.265625 -1.359375 4.25 -1.28125 C 3.859375 -0.15625 2.875 -0.15625 2.765625 -0.15625 C 2.21875 -0.15625 1.78125 -0.484375 1.53125 -0.890625 C 1.203125 -1.40625 1.203125 -2.125 1.203125 -2.515625 Z M 1.203125 -2.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 6.75 -3.671875 C 6.953125 -4.203125 7.28125 -4.359375 7.671875 -4.359375 L 7.671875 -4.703125 C 7.421875 -4.671875 7.109375 -4.671875 6.875 -4.671875 C 6.546875 -4.671875 6.0625 -4.6875 5.859375 -4.703125 L 5.859375 -4.359375 C 6.25 -4.359375 6.484375 -4.15625 6.484375 -3.84375 C 6.484375 -3.78125 6.484375 -3.75 6.4375 -3.609375 L 5.4375 -0.8125 L 4.359375 -3.859375 C 4.3125 -3.984375 4.3125 -4.015625 4.3125 -4.0625 C 4.3125 -4.359375 4.734375 -4.359375 4.953125 -4.359375 L 4.953125 -4.703125 C 4.640625 -4.6875 4.078125 -4.671875 3.8125 -4.671875 C 3.484375 -4.671875 3.171875 -4.671875 2.84375 -4.703125 L 2.84375 -4.359375 C 3.25 -4.359375 3.421875 -4.34375 3.53125 -4.203125 C 3.59375 -4.140625 3.703125 -3.8125 3.78125 -3.59375 L 2.84375 -0.953125 L 1.8125 -3.875 C 1.75 -4 1.75 -4.03125 1.75 -4.0625 C 1.75 -4.359375 2.1875 -4.359375 2.40625 -4.359375 L 2.40625 -4.703125 C 2.078125 -4.6875 1.46875 -4.671875 1.203125 -4.671875 C 1.171875 -4.671875 0.59375 -4.671875 0.203125 -4.703125 L 0.203125 -4.359375 C 0.734375 -4.359375 0.875 -4.328125 1 -3.984375 L 2.375 -0.125 C 2.4375 0.03125 2.46875 0.125 2.609375 0.125 C 2.75 0.125 2.765625 0.046875 2.828125 -0.09375 L 3.921875 -3.1875 L 5.03125 -0.09375 C 5.078125 0.03125 5.109375 0.125 5.25 0.125 C 5.40625 0.125 5.4375 0.015625 5.46875 -0.09375 Z M 6.75 -3.671875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 5.140625 -2.328125 C 5.140625 -3.734375 4.046875 -4.890625 2.71875 -4.890625 C 1.359375 -4.890625 0.3125 -3.703125 0.3125 -2.328125 C 0.3125 -0.921875 1.4375 0.125 2.71875 0.125 C 4.03125 0.125 5.140625 -0.953125 5.140625 -2.328125 Z M 2.71875 -0.15625 C 2.25 -0.15625 1.78125 -0.375 1.484375 -0.890625 C 1.203125 -1.359375 1.203125 -2.03125 1.203125 -2.421875 C 1.203125 -2.84375 1.203125 -3.4375 1.46875 -3.921875 C 1.765625 -4.421875 2.28125 -4.640625 2.71875 -4.640625 C 3.203125 -4.640625 3.671875 -4.40625 3.953125 -3.9375 C 4.234375 -3.46875 4.234375 -2.828125 4.234375 -2.421875 C 4.234375 -2.03125 4.234375 -1.4375 3.984375 -0.953125 C 3.75 -0.46875 3.265625 -0.15625 2.71875 -0.15625 Z M 2.71875 -0.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 1.15625 -0.828125 C 1.15625 -0.34375 1.03125 -0.34375 0.3125 -0.34375 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.5 -0.03125 C 1.828125 -0.03125 2.25 -0.015625 2.6875 0 L 2.6875 -0.34375 C 1.96875 -0.34375 1.84375 -0.34375 1.84375 -0.828125 L 1.84375 -1.953125 L 2.546875 -2.546875 C 3.375 -1.390625 3.84375 -0.78125 3.84375 -0.59375 C 3.84375 -0.375 3.65625 -0.34375 3.453125 -0.34375 L 3.453125 0 C 3.75 -0.015625 4.390625 -0.03125 4.625 -0.03125 C 4.9375 -0.03125 5.25 -0.015625 5.578125 0 L 5.578125 -0.34375 C 5.171875 -0.34375 4.921875 -0.34375 4.515625 -0.921875 L 3.125 -2.875 C 3.125 -2.890625 3.0625 -2.953125 3.0625 -2.984375 C 3.0625 -3.03125 3.84375 -3.6875 3.953125 -3.78125 C 4.640625 -4.328125 5.09375 -4.359375 5.328125 -4.359375 L 5.328125 -4.703125 C 5 -4.671875 4.859375 -4.671875 4.5625 -4.671875 C 4.171875 -4.671875 3.484375 -4.6875 3.34375 -4.703125 L 3.34375 -4.359375 C 3.546875 -4.359375 3.65625 -4.234375 3.65625 -4.09375 C 3.65625 -3.875 3.5 -3.734375 3.40625 -3.671875 L 1.875 -2.328125 L 1.875 -7.5625 L 0.3125 -7.453125 L 0.3125 -7.109375 C 1.0625 -7.109375 1.15625 -7.03125 1.15625 -6.5 Z M 1.15625 -0.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 4.34375 -7.59375 C 4.28125 -7.734375 4.265625 -7.8125 4.09375 -7.8125 C 3.921875 -7.8125 3.875 -7.75 3.828125 -7.59375 L 1.578125 -1.0625 C 1.375 -0.515625 0.9375 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.59375 -0.015625 1.0625 -0.03125 1.46875 -0.03125 C 1.796875 -0.03125 2.359375 -0.015625 2.71875 0 L 2.71875 -0.34375 C 2.171875 -0.34375 1.890625 -0.609375 1.890625 -0.890625 C 1.890625 -0.921875 1.90625 -1.03125 1.921875 -1.0625 L 2.421875 -2.484375 L 5.109375 -2.484375 L 5.6875 -0.8125 C 5.703125 -0.78125 5.71875 -0.703125 5.71875 -0.671875 C 5.71875 -0.34375 5.109375 -0.34375 4.828125 -0.34375 L 4.828125 0 C 5.21875 -0.03125 5.984375 -0.03125 6.390625 -0.03125 C 6.859375 -0.03125 7.359375 -0.015625 7.8125 0 L 7.8125 -0.34375 L 7.625 -0.34375 C 6.96875 -0.34375 6.8125 -0.421875 6.703125 -0.78125 Z M 3.765625 -6.375 L 5 -2.828125 L 2.546875 -2.828125 Z M 3.765625 -6.375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 1.875 -4.09375 L 1.875 -4.828125 L 0.3125 -4.703125 L 0.3125 -4.359375 C 1.078125 -4.359375 1.15625 -4.296875 1.15625 -3.8125 L 1.15625 1.28125 C 1.15625 1.78125 1.03125 1.78125 0.3125 1.78125 L 0.3125 2.109375 C 0.671875 2.109375 1.25 2.078125 1.53125 2.078125 C 1.828125 2.078125 2.375 2.109375 2.765625 2.109375 L 2.765625 1.78125 C 2.03125 1.78125 1.90625 1.78125 1.90625 1.28125 L 1.90625 -0.640625 C 1.96875 -0.46875 2.421875 0.125 3.25 0.125 C 4.546875 0.125 5.6875 -0.953125 5.6875 -2.359375 C 5.6875 -3.734375 4.625 -4.828125 3.40625 -4.828125 C 2.546875 -4.828125 2.09375 -4.34375 1.875 -4.09375 Z M 1.90625 -1.25 L 1.90625 -3.671875 C 2.21875 -4.234375 2.765625 -4.546875 3.3125 -4.546875 C 4.109375 -4.546875 4.78125 -3.59375 4.78125 -2.359375 C 4.78125 -1.03125 4.015625 -0.125 3.203125 -0.125 C 2.765625 -0.125 2.359375 -0.34375 2.0625 -0.78125 C 1.90625 -1.015625 1.90625 -1.03125 1.90625 -1.25 Z M 1.90625 -1.25 "/>
</symbol>
<symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 1.28125 -2.375 C 1.28125 -4.15625 2.171875 -4.609375 2.75 -4.609375 C 2.84375 -4.609375 3.53125 -4.609375 3.921875 -4.203125 C 3.46875 -4.171875 3.40625 -3.84375 3.40625 -3.703125 C 3.40625 -3.421875 3.59375 -3.203125 3.90625 -3.203125 C 4.1875 -3.203125 4.40625 -3.390625 4.40625 -3.71875 C 4.40625 -4.453125 3.578125 -4.890625 2.734375 -4.890625 C 1.375 -4.890625 0.375 -3.703125 0.375 -2.359375 C 0.375 -0.953125 1.453125 0.125 2.71875 0.125 C 4.171875 0.125 4.53125 -1.1875 4.53125 -1.296875 C 4.53125 -1.40625 4.421875 -1.40625 4.390625 -1.40625 C 4.28125 -1.40625 4.265625 -1.359375 4.25 -1.296875 C 3.921875 -0.28125 3.21875 -0.15625 2.8125 -0.15625 C 2.234375 -0.15625 1.28125 -0.625 1.28125 -2.375 Z M 1.28125 -2.375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 1.203125 -3.75 L 1.203125 -0.828125 C 1.203125 -0.34375 1.078125 -0.34375 0.34375 -0.34375 L 0.34375 0 C 0.734375 -0.015625 1.28125 -0.03125 1.578125 -0.03125 C 1.859375 -0.03125 2.4375 -0.015625 2.796875 0 L 2.796875 -0.34375 C 2.078125 -0.34375 1.953125 -0.34375 1.953125 -0.828125 L 1.953125 -2.828125 C 1.953125 -3.96875 2.71875 -4.578125 3.421875 -4.578125 C 4.109375 -4.578125 4.234375 -3.984375 4.234375 -3.375 L 4.234375 -0.828125 C 4.234375 -0.34375 4.109375 -0.34375 3.375 -0.34375 L 3.375 0 C 3.765625 -0.015625 4.3125 -0.03125 4.609375 -0.03125 C 4.890625 -0.03125 5.46875 -0.015625 5.828125 0 L 5.828125 -0.34375 C 5.265625 -0.34375 5 -0.34375 4.984375 -0.671875 L 4.984375 -2.75 C 4.984375 -3.6875 4.984375 -4.03125 4.640625 -4.421875 C 4.5 -4.609375 4.140625 -4.828125 3.5 -4.828125 C 2.703125 -4.828125 2.1875 -4.359375 1.890625 -3.671875 L 1.890625 -4.828125 L 0.34375 -4.703125 L 0.34375 -4.359375 C 1.109375 -4.359375 1.203125 -4.28125 1.203125 -3.75 Z M 1.203125 -3.75 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 5.0625 -4.453125 L 5.375 -4.453125 C 5.546875 -4.453125 5.875 -4.453125 5.875 -4.8125 C 5.875 -5.15625 5.546875 -5.15625 5.375 -5.15625 L 4.0625 -5.15625 C 3.890625 -5.15625 3.578125 -5.15625 3.578125 -4.8125 C 3.578125 -4.453125 3.890625 -4.453125 4.0625 -4.453125 L 4.359375 -4.453125 L 3.078125 -0.609375 L 1.78125 -4.453125 L 2.078125 -4.453125 C 2.25 -4.453125 2.5625 -4.453125 2.5625 -4.8125 C 2.5625 -5.15625 2.25 -5.15625 2.078125 -5.15625 L 0.765625 -5.15625 C 0.59375 -5.15625 0.28125 -5.15625 0.28125 -4.8125 C 0.28125 -4.453125 0.59375 -4.453125 0.765625 -4.453125 L 1.078125 -4.453125 L 2.453125 -0.34375 C 2.578125 0.0625 2.84375 0.0625 3.078125 0.0625 C 3.296875 0.0625 3.5625 0.0625 3.6875 -0.34375 Z M 5.0625 -4.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 3.609375 -6.78125 C 3.609375 -7.078125 3.375 -7.3125 3.078125 -7.3125 C 2.765625 -7.3125 2.53125 -7.078125 2.53125 -6.78125 C 2.53125 -6.484375 2.765625 -6.234375 3.078125 -6.234375 C 3.375 -6.234375 3.609375 -6.484375 3.609375 -6.78125 Z M 1.546875 -5.15625 C 1.390625 -5.15625 1.078125 -5.15625 1.078125 -4.8125 C 1.078125 -4.453125 1.390625 -4.453125 1.546875 -4.453125 L 2.828125 -4.453125 L 2.828125 -0.6875 L 1.46875 -0.6875 C 1.296875 -0.6875 0.984375 -0.6875 0.984375 -0.34375 C 0.984375 0 1.296875 0 1.46875 0 L 4.796875 0 C 4.953125 0 5.265625 0 5.265625 -0.34375 C 5.265625 -0.6875 4.953125 -0.6875 4.796875 -0.6875 L 3.609375 -0.6875 L 3.609375 -4.65625 C 3.609375 -5.03125 3.53125 -5.15625 3.125 -5.15625 Z M 1.546875 -5.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 5.453125 -1.296875 C 5.453125 -1.609375 5.15625 -1.609375 5.0625 -1.609375 C 4.78125 -1.609375 4.734375 -1.515625 4.671875 -1.34375 C 4.40625 -0.6875 3.828125 -0.625 3.53125 -0.625 C 2.515625 -0.625 1.65625 -1.46875 1.65625 -2.578125 C 1.65625 -3.1875 2.015625 -4.5625 3.578125 -4.5625 C 3.890625 -4.5625 4.140625 -4.546875 4.25 -4.53125 C 4.34375 -4.5 4.34375 -4.5 4.34375 -4.4375 C 4.390625 -3.9375 4.75 -3.9375 4.828125 -3.9375 C 5.09375 -3.9375 5.3125 -4.109375 5.3125 -4.4375 C 5.3125 -5.265625 4.109375 -5.265625 3.578125 -5.265625 C 1.546875 -5.265625 0.890625 -3.578125 0.890625 -2.578125 C 0.890625 -1.125 2 0.078125 3.4375 0.078125 C 5.03125 0.078125 5.453125 -1.109375 5.453125 -1.296875 Z M 5.453125 -1.296875 "/>
</symbol>
</g>
<clipPath id="clip2">
<path d="M 1 1 L 43.421875 1 L 43.421875 24 L 1 24 Z M 1 1 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 0.90625 0.984375 L 43.421875 0.984375 L 43.421875 24.199219 L 0.90625 24.199219 Z M 0.90625 0.984375 "/>
</clipPath>
<clipPath id="clip1">
<rect x="0" y="0" width="44" height="25"/>
</clipPath>
<g id="surface5" clip-path="url(#clip1)">
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(90.194702%,90.194702%,90.194702%);fill-opacity:1;" d="M 23.816406 1.292969 C 21.457031 1.292969 19.359375 2.421875 18.039062 4.171875 C 16.917969 3.460938 15.589844 3.046875 14.164062 3.046875 C 10.5625 3.046875 7.578125 5.675781 7.015625 9.117188 C 3.710938 9.785156 1.21875 12.707031 1.21875 16.210938 C 1.21875 20.210938 4.460938 23.449219 8.457031 23.449219 C 10.089844 23.449219 11.59375 22.910156 12.804688 22 C 13.507812 22.230469 14.257812 22.355469 15.039062 22.355469 C 15.792969 22.355469 16.523438 22.238281 17.207031 22.023438 C 18.492188 23.183594 20.191406 23.890625 22.058594 23.890625 C 23.953125 23.890625 25.679688 23.164062 26.972656 21.96875 C 28.132812 22.765625 29.539062 23.230469 31.054688 23.230469 C 32.257812 23.230469 33.390625 22.9375 34.386719 22.417969 C 34.871094 22.519531 35.367188 22.574219 35.878906 22.574219 C 39.878906 22.574219 43.121094 19.332031 43.121094 15.332031 C 43.121094 11.335938 39.878906 8.09375 35.878906 8.09375 C 35.839844 8.09375 35.800781 8.097656 35.761719 8.097656 C 34.472656 6.535156 32.542969 5.523438 30.375 5.464844 C 29.21875 3 26.71875 1.292969 23.816406 1.292969 Z M 23.816406 1.292969 "/>
</g>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 23.808594 0.984375 C 21.445312 0.984375 19.34375 2.082031 17.957031 3.78125 C 16.839844 3.128906 15.542969 2.742188 14.15625 2.742188 C 10.476562 2.742188 7.417969 5.378906 6.75 8.867188 C 3.402344 9.636719 0.90625 12.632812 0.90625 16.210938 C 0.90625 20.375 4.289062 23.757812 8.453125 23.757812 C 10.09375 23.757812 11.613281 23.230469 12.851562 22.339844 C 13.542969 22.546875 14.273438 22.664062 15.03125 22.664062 C 15.761719 22.664062 16.464844 22.554688 17.128906 22.363281 C 18.453125 23.503906 20.171875 24.199219 22.054688 24.199219 C 23.941406 24.199219 25.667969 23.496094 26.988281 22.347656 C 28.164062 23.097656 29.554688 23.539062 31.046875 23.539062 C 32.261719 23.539062 33.410156 23.246094 34.425781 22.738281 C 34.894531 22.828125 35.378906 22.878906 35.875 22.878906 C 40.039062 22.878906 43.421875 19.5 43.421875 15.335938 C 43.421875 11.175781 40.046875 7.796875 35.890625 7.789062 C 34.585938 6.273438 32.683594 5.28125 30.554688 5.171875 C 29.316406 2.695312 26.761719 0.984375 23.808594 0.984375 Z M 23.808594 1.597656 C 26.589844 1.597656 28.984375 3.234375 30.089844 5.59375 C 30.136719 5.699219 30.246094 5.769531 30.359375 5.773438 C 32.4375 5.828125 34.285156 6.796875 35.519531 8.292969 C 35.578125 8.363281 35.671875 8.40625 35.761719 8.40625 C 35.808594 8.402344 35.84375 8.402344 35.875 8.402344 C 39.707031 8.402344 42.808594 11.5 42.808594 15.335938 C 42.808594 19.167969 39.707031 22.265625 35.875 22.265625 C 35.382812 22.265625 34.902344 22.214844 34.441406 22.121094 C 34.375 22.105469 34.300781 22.113281 34.238281 22.148438 C 33.285156 22.640625 32.199219 22.921875 31.046875 22.921875 C 29.59375 22.921875 28.25 22.476562 27.136719 21.714844 C 27.023438 21.636719 26.855469 21.648438 26.753906 21.742188 C 25.519531 22.886719 23.871094 23.582031 22.054688 23.582031 C 20.265625 23.582031 18.636719 22.90625 17.410156 21.796875 C 17.328125 21.726562 17.210938 21.699219 17.109375 21.730469 C 16.457031 21.9375 15.757812 22.046875 15.03125 22.046875 C 14.285156 22.046875 13.566406 21.929688 12.894531 21.710938 C 12.800781 21.679688 12.691406 21.699219 12.613281 21.757812 C 11.453125 22.628906 10.015625 23.144531 8.453125 23.144531 C 4.617188 23.144531 1.519531 20.042969 1.519531 16.210938 C 1.519531 12.851562 3.90625 10.054688 7.070312 9.417969 C 7.191406 9.394531 7.292969 9.289062 7.3125 9.167969 C 7.851562 5.871094 10.703125 3.355469 14.15625 3.355469 C 15.519531 3.355469 16.792969 3.75 17.863281 4.429688 C 17.992188 4.511719 18.183594 4.480469 18.273438 4.355469 C 19.539062 2.683594 21.546875 1.597656 23.808594 1.597656 Z M 23.808594 1.597656 "/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(79.998779%,79.998779%,79.998779%);fill-opacity:1;" d="M 23.707031 2.273438 C 21 2.273438 18.667969 3.921875 17.597656 6.289062 C 17.609375 6.296875 17.613281 6.300781 17.625 6.308594 C 18.851562 4.632812 20.800781 3.554688 23 3.554688 C 25.199219 3.554688 27.15625 4.640625 28.386719 6.324219 C 28.367188 6.328125 28.351562 6.332031 28.335938 6.335938 C 28.601562 6.707031 28.832031 7.109375 29.023438 7.53125 C 29.441406 7.542969 29.847656 7.59375 30.242188 7.679688 C 30.253906 7.679688 30.265625 7.683594 30.277344 7.683594 C 31.25 7.898438 32.144531 8.324219 32.914062 8.914062 C 32.90625 8.917969 32.894531 8.917969 32.882812 8.921875 C 33.285156 9.207031 33.648438 9.535156 33.972656 9.886719 C 34.011719 9.886719 34.050781 9.886719 34.089844 9.886719 C 38.09375 9.886719 41.339844 12.820312 41.339844 16.4375 C 41.339844 17.367188 41.125 18.253906 40.738281 19.054688 C 41.597656 17.976562 42.105469 16.65625 42.105469 15.230469 C 42.105469 11.613281 38.859375 8.679688 34.855469 8.679688 C 34.820312 8.679688 34.789062 8.679688 34.753906 8.679688 C 33.542969 7.230469 31.773438 6.292969 29.785156 6.226562 C 28.703125 3.890625 26.390625 2.273438 23.707031 2.273438 Z M 14.191406 3.894531 C 14.023438 3.894531 13.851562 3.898438 13.679688 3.910156 C 11.050781 4.085938 8.902344 5.894531 8.070312 8.332031 C 9.121094 6.5625 10.941406 5.335938 13.085938 5.191406 C 14.347656 5.109375 15.550781 5.410156 16.585938 6.003906 C 16.839844 5.601562 17.132812 5.230469 17.460938 4.894531 C 16.5 4.277344 15.378906 3.914062 14.191406 3.894531 Z M 24.066406 6.1875 C 22.160156 6.191406 20.402344 6.964844 19.140625 8.226562 C 19.285156 8.328125 19.425781 8.433594 19.5625 8.546875 C 20.914062 7.582031 22.632812 7.097656 24.4375 7.296875 C 28.246094 7.726562 30.996094 11.066406 30.582031 14.757812 C 30.53125 15.214844 30.433594 15.660156 30.292969 16.082031 C 30.6875 15.363281 30.945312 14.554688 31.039062 13.695312 C 31.457031 10 28.703125 6.660156 24.894531 6.234375 C 24.617188 6.203125 24.339844 6.1875 24.066406 6.1875 Z M 12.402344 8.125 C 11.867188 8.125 11.328125 8.1875 10.785156 8.3125 C 9.214844 8.675781 7.886719 9.53125 6.941406 10.671875 C 7.007812 10.316406 7.105469 9.976562 7.226562 9.644531 C 5.179688 10.175781 3.507812 11.597656 2.671875 13.453125 C 3.65625 12.125 5.128906 11.160156 6.835938 10.800781 C 5.875 12.015625 5.339844 13.527344 5.375 15.101562 C 5.792969 12.433594 7.84375 10.132812 10.710938 9.464844 C 12.453125 9.0625 14.1875 9.332031 15.632812 10.105469 C 15.96875 9.910156 16.332031 9.742188 16.707031 9.601562 C 15.511719 8.660156 13.996094 8.125 12.402344 8.125 Z M 12.402344 8.125 "/>
</g>
<clipPath id="clip4">
<path d="M 101 3 L 227 3 L 227 37.183594 L 101 37.183594 Z M 101 3 "/>
</clipPath>
<clipPath id="clip5">
<path d="M 99 1 L 224 1 L 224 36 L 99 36 Z M 99 1 "/>
</clipPath>
<clipPath id="clip6">
<path d="M 219.835938 0.996094 L 103.082031 0.996094 C 100.882812 0.996094 99.097656 2.78125 99.097656 4.980469 L 99.097656 32.203125 C 99.097656 34.402344 100.882812 36.1875 103.082031 36.1875 L 219.835938 36.1875 C 222.039062 36.1875 223.824219 34.402344 223.824219 32.203125 L 223.824219 4.980469 C 223.824219 2.78125 222.039062 0.996094 219.835938 0.996094 Z M 219.835938 0.996094 "/>
</clipPath>
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="0" y1="25.002813" x2="0" y2="74.997187" gradientTransform="matrix(2.49481,0,0,-0.7039,36.7195,53.786)">
<stop offset="0" style="stop-color:rgb(96.998596%,97.999573%,97.999573%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(97.148132%,98.098755%,98.098755%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(97.44873%,98.298645%,98.298645%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(97.749329%,98.498535%,98.498535%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(98.048401%,98.698425%,98.698425%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(98.348999%,98.898315%,98.898315%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(98.648071%,99.098206%,99.098206%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(98.948669%,99.298096%,99.298096%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(99.249268%,99.497986%,99.497986%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip7">
<path d="M 70 0 L 253 0 L 253 37.183594 L 70 37.183594 Z M 70 0 "/>
</clipPath>
<clipPath id="clip8">
<path d="M 3 3 L 72 3 L 72 37.183594 L 3 37.183594 Z M 3 3 "/>
</clipPath>
<clipPath id="clip9">
<path d="M 0 1 L 69 1 L 69 36 L 0 36 Z M 0 1 "/>
</clipPath>
<clipPath id="clip10">
<path d="M 64.773438 1.296875 L 4.980469 1.296875 C 2.777344 1.296875 0.996094 3.082031 0.996094 5.285156 L 0.996094 31.898438 C 0.996094 34.097656 2.777344 35.882812 4.980469 35.882812 L 64.773438 35.882812 C 66.972656 35.882812 68.757812 34.097656 68.757812 31.898438 L 68.757812 5.285156 C 68.757812 3.082031 66.972656 1.296875 64.773438 1.296875 Z M 64.773438 1.296875 "/>
</clipPath>
<linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="0" y1="25.002559" x2="0" y2="74.997441" gradientTransform="matrix(1.35542,0,0,-0.69177,-32.89506,53.1795)">
<stop offset="0" style="stop-color:rgb(84.999084%,90.000916%,90.000916%);stop-opacity:1;"/>
<stop offset="0.03125" style="stop-color:rgb(85.139465%,90.093994%,90.093994%);stop-opacity:1;"/>
<stop offset="0.0625" style="stop-color:rgb(85.421753%,90.281677%,90.281677%);stop-opacity:1;"/>
<stop offset="0.09375" style="stop-color:rgb(85.702515%,90.467834%,90.467834%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(85.983276%,90.655518%,90.655518%);stop-opacity:1;"/>
<stop offset="0.15625" style="stop-color:rgb(86.265564%,90.843201%,90.843201%);stop-opacity:1;"/>
<stop offset="0.1875" style="stop-color:rgb(86.546326%,91.030884%,91.030884%);stop-opacity:1;"/>
<stop offset="0.21875" style="stop-color:rgb(86.827087%,91.218567%,91.218567%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(87.107849%,91.40625%,91.40625%);stop-opacity:1;"/>
<stop offset="0.28125" style="stop-color:rgb(87.390137%,91.593933%,91.593933%);stop-opacity:1;"/>
<stop offset="0.3125" style="stop-color:rgb(87.670898%,91.781616%,91.781616%);stop-opacity:1;"/>
<stop offset="0.34375" style="stop-color:rgb(87.95166%,91.967773%,91.967773%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(88.233948%,92.155457%,92.155457%);stop-opacity:1;"/>
<stop offset="0.40625" style="stop-color:rgb(88.514709%,92.34314%,92.34314%);stop-opacity:1;"/>
<stop offset="0.4375" style="stop-color:rgb(88.795471%,92.530823%,92.530823%);stop-opacity:1;"/>
<stop offset="0.46875" style="stop-color:rgb(89.077759%,92.718506%,92.718506%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(89.358521%,92.906189%,92.906189%);stop-opacity:1;"/>
<stop offset="0.53125" style="stop-color:rgb(89.639282%,93.093872%,93.093872%);stop-opacity:1;"/>
<stop offset="0.5625" style="stop-color:rgb(89.920044%,93.280029%,93.280029%);stop-opacity:1;"/>
<stop offset="0.59375" style="stop-color:rgb(90.202332%,93.467712%,93.467712%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(90.483093%,93.655396%,93.655396%);stop-opacity:1;"/>
<stop offset="0.65625" style="stop-color:rgb(90.763855%,93.843079%,93.843079%);stop-opacity:1;"/>
<stop offset="0.6875" style="stop-color:rgb(91.046143%,94.030762%,94.030762%);stop-opacity:1;"/>
<stop offset="0.71875" style="stop-color:rgb(91.326904%,94.218445%,94.218445%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(91.607666%,94.404602%,94.404602%);stop-opacity:1;"/>
<stop offset="0.78125" style="stop-color:rgb(91.889954%,94.592285%,94.592285%);stop-opacity:1;"/>
<stop offset="0.8125" style="stop-color:rgb(92.170715%,94.779968%,94.779968%);stop-opacity:1;"/>
<stop offset="0.84375" style="stop-color:rgb(92.451477%,94.967651%,94.967651%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(92.732239%,95.155334%,95.155334%);stop-opacity:1;"/>
<stop offset="0.90625" style="stop-color:rgb(93.014526%,95.341492%,95.341492%);stop-opacity:1;"/>
<stop offset="0.9375" style="stop-color:rgb(93.295288%,95.529175%,95.529175%);stop-opacity:1;"/>
<stop offset="0.96875" style="stop-color:rgb(93.57605%,95.716858%,95.716858%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(93.858337%,95.904541%,95.904541%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip11">
<path d="M 0 0 L 97 0 L 97 37.183594 L 0 37.183594 Z M 0 0 "/>
</clipPath>
<clipPath id="clip12">
<path d="M 285 11 L 319.449219 11 L 319.449219 31 L 285 31 Z M 285 11 "/>
</clipPath>
<clipPath id="clip13">
<path d="M 282 9 L 319 9 L 319 28 L 282 28 Z M 282 9 "/>
</clipPath>
<clipPath id="clip14">
<path d="M 314.46875 9.269531 L 286.496094 9.269531 C 284.292969 9.269531 282.507812 11.054688 282.507812 13.253906 L 282.507812 23.929688 C 282.507812 26.128906 284.292969 27.914062 286.496094 27.914062 L 314.46875 27.914062 C 316.671875 27.914062 318.457031 26.128906 318.457031 23.929688 L 318.457031 13.253906 C 318.457031 11.054688 316.671875 9.269531 314.46875 9.269531 Z M 314.46875 9.269531 "/>
</clipPath>
<linearGradient id="linear2" gradientUnits="userSpaceOnUse" x1="0" y1="25.001958" x2="0" y2="74.998042" gradientTransform="matrix(0.71901,0,0,-0.37292,264.53188,37.237)">
<stop offset="0" style="stop-color:rgb(84.999084%,90.000916%,90.000916%);stop-opacity:1;"/>
<stop offset="0.03125" style="stop-color:rgb(85.139465%,90.093994%,90.093994%);stop-opacity:1;"/>
<stop offset="0.0625" style="stop-color:rgb(85.421753%,90.281677%,90.281677%);stop-opacity:1;"/>
<stop offset="0.09375" style="stop-color:rgb(85.702515%,90.467834%,90.467834%);stop-opacity:1;"/>
<stop offset="0.125" style="stop-color:rgb(85.983276%,90.655518%,90.655518%);stop-opacity:1;"/>
<stop offset="0.15625" style="stop-color:rgb(86.265564%,90.843201%,90.843201%);stop-opacity:1;"/>
<stop offset="0.1875" style="stop-color:rgb(86.546326%,91.030884%,91.030884%);stop-opacity:1;"/>
<stop offset="0.21875" style="stop-color:rgb(86.827087%,91.218567%,91.218567%);stop-opacity:1;"/>
<stop offset="0.25" style="stop-color:rgb(87.107849%,91.40625%,91.40625%);stop-opacity:1;"/>
<stop offset="0.28125" style="stop-color:rgb(87.390137%,91.593933%,91.593933%);stop-opacity:1;"/>
<stop offset="0.3125" style="stop-color:rgb(87.670898%,91.781616%,91.781616%);stop-opacity:1;"/>
<stop offset="0.34375" style="stop-color:rgb(87.95166%,91.967773%,91.967773%);stop-opacity:1;"/>
<stop offset="0.375" style="stop-color:rgb(88.233948%,92.155457%,92.155457%);stop-opacity:1;"/>
<stop offset="0.40625" style="stop-color:rgb(88.514709%,92.34314%,92.34314%);stop-opacity:1;"/>
<stop offset="0.4375" style="stop-color:rgb(88.795471%,92.530823%,92.530823%);stop-opacity:1;"/>
<stop offset="0.46875" style="stop-color:rgb(89.077759%,92.718506%,92.718506%);stop-opacity:1;"/>
<stop offset="0.5" style="stop-color:rgb(89.358521%,92.906189%,92.906189%);stop-opacity:1;"/>
<stop offset="0.53125" style="stop-color:rgb(89.639282%,93.093872%,93.093872%);stop-opacity:1;"/>
<stop offset="0.5625" style="stop-color:rgb(89.920044%,93.280029%,93.280029%);stop-opacity:1;"/>
<stop offset="0.59375" style="stop-color:rgb(90.202332%,93.467712%,93.467712%);stop-opacity:1;"/>
<stop offset="0.625" style="stop-color:rgb(90.483093%,93.655396%,93.655396%);stop-opacity:1;"/>
<stop offset="0.65625" style="stop-color:rgb(90.763855%,93.843079%,93.843079%);stop-opacity:1;"/>
<stop offset="0.6875" style="stop-color:rgb(91.046143%,94.030762%,94.030762%);stop-opacity:1;"/>
<stop offset="0.71875" style="stop-color:rgb(91.326904%,94.218445%,94.218445%);stop-opacity:1;"/>
<stop offset="0.75" style="stop-color:rgb(91.607666%,94.404602%,94.404602%);stop-opacity:1;"/>
<stop offset="0.78125" style="stop-color:rgb(91.889954%,94.592285%,94.592285%);stop-opacity:1;"/>
<stop offset="0.8125" style="stop-color:rgb(92.170715%,94.779968%,94.779968%);stop-opacity:1;"/>
<stop offset="0.84375" style="stop-color:rgb(92.451477%,94.967651%,94.967651%);stop-opacity:1;"/>
<stop offset="0.875" style="stop-color:rgb(92.732239%,95.155334%,95.155334%);stop-opacity:1;"/>
<stop offset="0.90625" style="stop-color:rgb(93.014526%,95.343018%,95.343018%);stop-opacity:1;"/>
<stop offset="0.9375" style="stop-color:rgb(93.295288%,95.529175%,95.529175%);stop-opacity:1;"/>
<stop offset="0.96875" style="stop-color:rgb(93.57605%,95.716858%,95.716858%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(93.858337%,95.904541%,95.904541%);stop-opacity:1;"/>
</linearGradient>
<clipPath id="clip15">
<path d="M 254 0 L 319.449219 0 L 319.449219 37.183594 L 254 37.183594 Z M 254 0 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M -91.706094 0.00115625 L -63.358438 0.00115625 " transform="matrix(1,0,0,-1,161.46,18.591)"/>
<path style="fill:none;stroke-width:1.99255;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(8.657837%,31.404114%,58.695984%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63.360312 0.00115625 L 120.051719 0.00115625 " transform="matrix(1,0,0,-1,161.46,18.591)"/>
<use xlink:href="#surface5" transform="matrix(1,0,0,1,231,6)"/>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 222.410156 3.570312 L 105.65625 3.570312 C 103.453125 3.570312 101.671875 5.351562 101.671875 7.554688 L 101.671875 34.773438 C 101.671875 36.976562 103.453125 38.761719 105.65625 38.761719 L 222.410156 38.761719 C 224.613281 38.761719 226.398438 36.976562 226.398438 34.773438 L 226.398438 7.554688 C 226.398438 5.351562 224.613281 3.570312 222.410156 3.570312 Z M 222.410156 3.570312 "/>
</g>
<g clip-path="url(#clip5)" clip-rule="nonzero">
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 99.097656 36.1875 L 99.097656 0.996094 L 223.824219 0.996094 L 223.824219 36.1875 Z M 99.097656 36.1875 "/>
</g>
</g>
<g clip-path="url(#clip7)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 58.375937 17.594906 L -58.377969 17.594906 C -60.577188 17.594906 -62.362344 15.80975 -62.362344 13.610531 L -62.362344 -13.612125 C -62.362344 -15.811344 -60.577188 -17.5965 -58.377969 -17.5965 L 58.375937 -17.5965 C 60.579062 -17.5965 62.364219 -15.811344 62.364219 -13.612125 L 62.364219 13.610531 C 62.364219 15.80975 60.579062 17.594906 58.375937 17.594906 Z M 58.375937 17.594906 " transform="matrix(1,0,0,-1,161.46,18.591)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="110.627" y="14.241"/>
<use xlink:href="#glyph0-2" x="118.808825" y="14.241"/>
<use xlink:href="#glyph0-3" x="121.839373" y="14.241"/>
<use xlink:href="#glyph0-4" x="126.112467" y="14.241"/>
<use xlink:href="#glyph0-5" x="130.355016" y="14.241"/>
<use xlink:href="#glyph0-6" x="136.416112" y="14.241"/>
<use xlink:href="#glyph0-7" x="141.870662" y="14.241"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="148.533941" y="14.241"/>
<use xlink:href="#glyph0-9" x="154.595037" y="14.241"/>
<use xlink:href="#glyph0-6" x="163.68559" y="14.241"/>
<use xlink:href="#glyph0-3" x="169.14014" y="14.241"/>
<use xlink:href="#glyph0-4" x="173.413234" y="14.241"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="181.288513" y="14.241"/>
<use xlink:href="#glyph0-6" x="189.167065" y="14.241"/>
<use xlink:href="#glyph0-3" x="194.621615" y="14.241"/>
<use xlink:href="#glyph0-11" x="198.89471" y="14.241"/>
<use xlink:href="#glyph0-12" x="204.955806" y="14.241"/>
<use xlink:href="#glyph0-13" x="207.986354" y="14.241"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="115.824" y="27.79"/>
<use xlink:href="#glyph0-10" x="123.248733" y="27.79"/>
<use xlink:href="#glyph0-15" x="131.127285" y="27.79"/>
<use xlink:href="#glyph0-8" x="136.581835" y="27.79"/>
<use xlink:href="#glyph0-10" x="142.642931" y="27.79"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-16" x="154.154214" y="27.79"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="160.370219" y="27.79"/>
<use xlink:href="#glyph0-6" x="164.643313" y="27.79"/>
<use xlink:href="#glyph0-9" x="170.097863" y="27.79"/>
<use xlink:href="#glyph0-17" x="179.188416" y="27.79"/>
<use xlink:href="#glyph0-18" x="184.03642" y="27.79"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="191.609518" y="27.79"/>
<use xlink:href="#glyph0-3" x="197.064068" y="27.79"/>
<use xlink:href="#glyph0-20" x="201.337162" y="27.79"/>
</g>
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 67.347656 3.871094 L 7.554688 3.871094 C 5.351562 3.871094 3.566406 5.65625 3.566406 7.855469 L 3.566406 34.472656 C 3.566406 36.671875 5.351562 38.457031 7.554688 38.457031 L 67.347656 38.457031 C 69.546875 38.457031 71.332031 36.671875 71.332031 34.472656 L 71.332031 7.855469 C 71.332031 5.65625 69.546875 3.871094 67.347656 3.871094 Z M 67.347656 3.871094 "/>
</g>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<g clip-path="url(#clip10)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 0.996094 35.882812 L 0.996094 1.296875 L 68.757812 1.296875 L 68.757812 35.882812 Z M 0.996094 35.882812 "/>
</g>
</g>
<g clip-path="url(#clip11)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M -96.686563 17.294125 L -156.479531 17.294125 C -158.682656 17.294125 -160.463906 15.508969 -160.463906 13.305844 L -160.463906 -13.307437 C -160.463906 -15.506656 -158.682656 -17.291812 -156.479531 -17.291812 L -96.686563 -17.291812 C -94.487344 -17.291812 -92.702188 -15.506656 -92.702188 -13.307437 L -92.702188 13.305844 C -92.702188 15.508969 -94.487344 17.294125 -96.686563 17.294125 Z M -96.686563 17.294125 " transform="matrix(1,0,0,-1,161.46,18.591)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="6.665" y="14.544"/>
<use xlink:href="#glyph0-9" x="12.726096" y="14.544"/>
<use xlink:href="#glyph0-6" x="21.816649" y="14.544"/>
<use xlink:href="#glyph0-3" x="27.271199" y="14.544"/>
<use xlink:href="#glyph0-4" x="31.544293" y="14.544"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-10" x="39.419573" y="14.544"/>
<use xlink:href="#glyph0-6" x="47.298125" y="14.544"/>
<use xlink:href="#glyph0-3" x="52.752675" y="14.544"/>
<use xlink:href="#glyph0-11" x="57.025769" y="14.544"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-21" x="7.15" y="28.093"/>
<use xlink:href="#glyph0-22" x="15.331825" y="28.093"/>
<use xlink:href="#glyph0-22" x="21.392921" y="28.093"/>
<use xlink:href="#glyph0-7" x="27.454017" y="28.093"/>
<use xlink:href="#glyph0-2" x="30.484565" y="28.093"/>
<use xlink:href="#glyph0-23" x="33.515113" y="28.093"/>
<use xlink:href="#glyph0-6" x="38.363117" y="28.093"/>
<use xlink:href="#glyph0-4" x="43.817667" y="28.093"/>
<use xlink:href="#glyph0-2" x="48.060216" y="28.093"/>
<use xlink:href="#glyph0-19" x="51.090764" y="28.093"/>
<use xlink:href="#glyph0-24" x="56.545314" y="28.093"/>
</g>
<g clip-path="url(#clip12)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,50%,50%);fill-opacity:0.15;" d="M 317.042969 11.84375 L 289.066406 11.84375 C 286.867188 11.84375 285.082031 13.625 285.082031 15.828125 L 285.082031 26.5 C 285.082031 28.703125 286.867188 30.488281 289.066406 30.488281 L 317.042969 30.488281 C 319.246094 30.488281 321.03125 28.703125 321.03125 26.5 L 321.03125 15.828125 C 321.03125 13.625 319.246094 11.84375 317.042969 11.84375 Z M 317.042969 11.84375 "/>
</g>
<g clip-path="url(#clip13)" clip-rule="nonzero">
<g clip-path="url(#clip14)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear2);" d="M 282.507812 27.914062 L 282.507812 9.269531 L 318.457031 9.269531 L 318.457031 27.914062 Z M 282.507812 27.914062 "/>
</g>
</g>
<g clip-path="url(#clip15)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.99255;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.472046%,79.733276%,82.038879%);stroke-opacity:1;stroke-miterlimit:10;" d="M 153.00875 9.321469 L 125.036094 9.321469 C 122.832969 9.321469 121.047812 7.536313 121.047812 5.337094 L 121.047812 -5.338687 C 121.047812 -7.537906 122.832969 -9.323062 125.036094 -9.323062 L 153.00875 -9.323062 C 155.211875 -9.323062 156.997031 -7.537906 156.997031 -5.338687 L 156.997031 5.337094 C 156.997031 7.536313 155.211875 9.321469 153.00875 9.321469 Z M 153.00875 9.321469 " transform="matrix(1,0,0,-1,161.46,18.591)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="288.177" y="22.244"/>
<use xlink:href="#glyph1-2" x="294.329146" y="22.244"/>
<use xlink:href="#glyph1-3" x="300.481292" y="22.244"/>
<use xlink:href="#glyph1-3" x="306.633438" y="22.244"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 390 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 495 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 607 KiB

View File

@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2023-09-27', VERSION: '2023-09-30',
LANGUAGE: 'None', LANGUAGE: 'None',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
BUILDER: 'html', BUILDER: 'html',

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>USB CCID Emulator &#8212; vsmartcard 2023-09-27 documentation</title> <title>USB CCID Emulator &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
@@ -163,51 +163,8 @@
standard USB CCID reader. USB CCID Emulator can be used as trusted intermediary standard USB CCID reader. USB CCID Emulator can be used as trusted intermediary
enabling secure PIN entry and PIN modification. In combination with <a class="reference external" href="https://github.com/frankmorgner/OpenSC">OpenSC</a> <a class="footnote-reference brackets" href="#id7" id="id8">2</a> enabling secure PIN entry and PIN modification. In combination with <a class="reference external" href="https://github.com/frankmorgner/OpenSC">OpenSC</a> <a class="footnote-reference brackets" href="#id7" id="id8">2</a>
also <abbr title="Password Authenticated Connection Establishment">PACE</abbr> can be performed by the emulator.</p> also <abbr title="Password Authenticated Connection Establishment">PACE</abbr> can be performed by the emulator.</p>
<div class="system-message"> <div class="figure" id="id1" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-1281452b980f69540bc7520179e10f3ccc59fe36.svg" alt="Figure made with TikZ" /></p>
\tikzstyle{bla}=[kleiner, text width=.45\textwidth]
\node (reader)
{\includegraphics[width=1cm]{$wd/bilder/my_cardreader.pdf}};
\node (readertext) [right=0of reader, bla]
{Smartphone provides smart card reader via USB};
\node (display) [below=0of reader]
{\includegraphics[width=1cm]{$wd/bilder/display.pdf}};
\node (displaytext) [right=0of display, bla]
{Secure display of service provider and purpose of transaction};
\node (keyboard) [below=0of display]
{\includegraphics[width=1cm]{$wd/bilder/keyboard.pdf}};
\node (keyboardtext) [right=0of keyboard, bla]
{Secure PIN Entry};
\node (firewall) [below=0of keyboard]
{\includegraphics[width=1cm]{$wd/bilder/Firewall.pdf}};
\node (firewalltext) [right=0of firewall, bla]
{Verification of terminal authentication and sanitiy checks};
\node (features) [fit=(display) (keyboard) (reader) (firewall)] {};
\node (moko) [left=0of features.west] {\includegraphics[height=4cm]{$wd/bilder/phone-fic-neo-freerunner.pdf}};
\node (epa) [left=1.5of moko, yshift=-2cm]
{\includegraphics[width=3cm]{$wd/bilder/nPA_VS.png}};
\node (pc) [left=1.5of moko, yshift=1.5cm]
{\includegraphics[width=3cm]{$wd/bilder/computer-tango.pdf}};
\begin{pgfonlayer}{background}
\node (mokobox)
[box,
fit=(moko) (readertext) (displaytext) (keyboardtext) (firewalltext)
(features)] {};
\draw [usb]
(moko) -- (pc.center) ;
\draw [decorate, decoration={expanding waves, angle=20, segment length=6}, nichtrundelinie]
(moko) -- (epa) ;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Portable smart card reader with trusted user interface</span></p> <p class="caption"><span class="caption-text">Portable smart card reader with trusted user interface</span></p>
</div><p>If the machine running <strong class="command">ccid-emulator</strong> is in USB device mode, a local </div><p>If the machine running <strong class="command">ccid-emulator</strong> is in USB device mode, a local
reader is forwareded via USB to another machine. If in USB host mode, the USB reader is forwareded via USB to another machine. If in USB host mode, the USB
@@ -312,143 +269,14 @@ an error</p></td>
<p>The USB CCID Emulator is implemented using <a class="reference external" href="http://www.linux-usb.org/gadget/">GadgetFS</a> <a class="footnote-reference brackets" href="#id4" id="id5">1</a>. Some fragments of the source <p>The USB CCID Emulator is implemented using <a class="reference external" href="http://www.linux-usb.org/gadget/">GadgetFS</a> <a class="footnote-reference brackets" href="#id4" id="id5">1</a>. Some fragments of the source
code are based on the GadgetFS example and on the source code of the OpenSC code are based on the GadgetFS example and on the source code of the OpenSC
tools.</p> tools.</p>
<div class="system-message"> <div class="figure" id="id2" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-5b402031da401947efbeae7481d47bd35196791d.svg" alt="Figure made with TikZ" /></p>
\tikzstyle{schicht}=[text width=5cm, align=right]
\tikzstyle{fade down}=[path fading=south, color=huslateblue]
\node (kernel)
[box, shape=rectangle split, rectangle split parts=3, kleiner]
{Linux Kernel
\nodepart{second}
\footnotesize S3C24xx Controller Driver
\nodepart{third}
\footnotesize GadgetFS
};
\node (ccid)
[aktivbox, shape=rectangle split, rectangle split parts=2, below=of kernel]
{CCID Emulator
\nodepart{second}
\texttt{usb}\qquad\texttt{ccid}
};
\draw [box] ($(ccid.text split)-(.05cm,0)$) -- ($(ccid.south)-(.05cm,0)$);
\node (opensc) [box, below=of ccid, kleiner] {OpenSC};
\node (controller) [klein, right=0of kernel.two east, schicht]
{Driver for USB Controller};
\node (gadget) [klein, right=0of kernel.three east, schicht]
{Gadget Driver};
\node (upper) [klein, right=0of kernel.three east, schicht, yshift=-1.75cm]
{Upper Layers};
\tikzstyle{rechts}=[to path={-- ++(1,0) |- (\tikztotarget)}]
\tikzstyle{links}=[to path={-- ++(-1,0) |- (\tikztotarget)}]
\begin{pgfonlayer}{background}
\path
(ccid.two west) edge [links, linie] (kernel.three west)
(ccid.two east) edge [rechts, linie] (opensc.east)
;
\path [color=black!30]
(controller.north east) edge +(-9,0)
(gadget.north east) edge +(-9,0)
(upper.north east) edge +(-9,0)
;
\end{pgfonlayer}
\node [kleiner, anchor=east, text width=3cm]
at ($($(ccid.two west)+(-3,0)$)!.5!(kernel.three west)$)
{\color{hublue}
\texttt{/dev/gadget/ep1-bulk}\\
\texttt{/dev/gadget/ep2-bulk}\\
\texttt{/dev/gadget/ep3-bulk}\\};</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Software stack of the USB CCID Emulator running on the OpenMoko Neo FreeRunner</span></p> <p class="caption"><span class="caption-text">Software stack of the USB CCID Emulator running on the OpenMoko Neo FreeRunner</span></p>
</div><p>Whereas using the USB CCID Emulator on the host system as smart card reader only </div><p>Whereas using the USB CCID Emulator on the host system as smart card reader only
needs a usable PC/SC middleware with USB CCID driver. This is the case for most needs a usable PC/SC middleware with USB CCID driver. This is the case for most
modern Windows and Unix-like systems by default.</p> modern Windows and Unix-like systems by default.</p>
<div class="system-message"> <div class="figure" id="id3" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-6e71605956d62bb837a2533794c8c50348b2f87c.svg" alt="Figure made with TikZ" /></p>
\tikzstyle{keks}=[to path={-- ++(.1,0) |- (\tikztotarget)}]
\tikzstyle{bla}=[shape=rectangle split, rectangle split parts=2,
every text node part/.style={align=center, klein}, text width=7cm,
every second node part/.style={kleiner}, inner sep=0pt]
\node (ccid-emulator)
{\texttt{ccid-emulator}};
\node (basis) [below=3of ccid-emulator]
{\includegraphics[keepaspectratio, height=2cm,
width=2cm]{$wd/bilder/moko/basisleser_plain_klein.png}};
\node (basisbeschreibung) [below=0cm of basis, kleiner, text width=2cm]
{Reiner SCT RFID basis};
\node (npa) [left=1.5of basis]
{\includegraphics[keepaspectratio, height=3cm,
width=3cm]{$wd/bilder/nPA_VS.png}};
\node (npabeschreibung) [below=0cm of npa, kleiner]
{German identity card};
\node (funktionenchat) [right=.6cm of ccid-emulator.east, anchor=text west, bla]
{
PACE
\nodepart{second}
\begin{itemize}
\item Display CHAT
\begin{itemize}
\item Display context (eID/eSign)
\item Display requested permissions
\end{itemize}
\item Display certificate description
\begin{itemize}
\item Identification of service provider
\item Display purpose of transaction
\end{itemize}
\item Secure PIN entry
\end{itemize}
};
\node (funktionenpace) [below=.5 of funktionenchat, bla]
{
Terminal Authentication
\nodepart{second}
\begin{itemize}
\item Verify authenticy of terminal
\item Check freshness of cv certificate
\end{itemize}
};
\begin{pgfonlayer}{background}
\node (box) [fit=(ccid-emulator) (basis) (basisbeschreibung)
(funktionenchat) (funktionenpace), box, inner sep=.5cm] {};
\node (boxbild) at (box.north west)
{\includegraphics[keepaspectratio, height=1.5cm,
width=1.5cm]{$wd/bilder/moko/moko_reader.png}};
\node [right=0cm of boxbild.east, yshift=.3cm]
{Openmoko Neo FreeRunner};
\end{pgfonlayer}
\node (a) [above=1of npa]
{\includegraphics[keepaspectratio, height=3cm,
width=3cm]{$wd/bilder/computer-tango.pdf}};
\begin{pgfonlayer}{background}
\path
(ccid-emulator) edge [doppelpfeil] (basis)
(basis) edge [rfid] (npa)
(a.center) edge [usb] (ccid-emulator)
(ccid-emulator.east) edge [pfeil, keks] (funktionenchat.text west)
(ccid-emulator.east) edge [pfeil, keks] (funktionenpace.text west);
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Implementation of a mobile smart card reader for the German ID card</span></p> <p class="caption"><span class="caption-text">Implementation of a mobile smart card reader for the German ID card</span></p>
</div><div class="section" id="download"> </div><div class="section" id="download">
<h2>Download<a class="headerlink" href="#download" title="Permalink to this headline"></a></h2> <h2>Download<a class="headerlink" href="#download" title="Permalink to this headline"></a></h2>

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to the Virtual Smart Card Architecture documentation! &#8212; vsmartcard 2023-09-27 documentation</title> <title>Welcome to the Virtual Smart Card Architecture documentation! &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
@@ -139,33 +139,8 @@
<p>Welcome to the Virtual Smart Card Architecture. Virtual Smart Card Architecture is an umbrella project for various <p>Welcome to the Virtual Smart Card Architecture. Virtual Smart Card Architecture is an umbrella project for various
projects concerned with the emulation of different types of smart card readers projects concerned with the emulation of different types of smart card readers
or smart cards themselves.</p> or smart cards themselves.</p>
<div class="system-message"> <div class="figure" id="id8" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="_images/tikz-2debc244e414ed09dc8909102139ca8f37bae82b.svg" alt="Figure made with TikZ" /></p>
\tikzstyle{bla}=[box, klein, rounded rectangle, inner sep=.3cm]
\node (a) {};
\node[bla, above left=.5cm of a]
(usb) {USB Terminal};
\node[bla, below left=.5cm of a]
(nfc) {NFC Terminal};
\node[bla, rounded rectangle left arc=concave, above right=.5cm of a]
(sc) {Real Smart Card};
\node[bla, rounded rectangle left arc=concave, below right=.5cm of a]
(vsc) {Virtual Smart Card};
\begin{pgfonlayer}{background}
\path[line width=.8cm,color=hublue!20]
(a.mid) edge [out=180, in=0] (usb.center)
edge [out=180, in=0] (nfc.center)
edge [out=0, in=180] (sc.center)
edge [out=0, in=180] (vsc.center)
;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">The Virtual Smart Card Architecture connects different aspects of smart card handling</span></p> <p class="caption"><span class="caption-text">The Virtual Smart Card Architecture connects different aspects of smart card handling</span></p>
</div><p>Currently the following projects are part of Virtual Smart Card Architecture:</p> </div><p>Currently the following projects are part of Virtual Smart Card Architecture:</p>
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PC/SC Relay &#8212; vsmartcard 2023-09-27 documentation</title> <title>PC/SC Relay &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
@@ -197,133 +197,14 @@ does not need to access PC/SC in this case.</p></li>
└────────┘ └──────────┘ └─────────┘ └────────┘ └──────────┘ └─────────┘
</pre></div> </pre></div>
</div> </div>
<div class="system-message"> <div class="figure" id="id1" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-115ce7f91e19ed28b7af35a9f18aa096148209ea.svg" alt="Figure made with TikZ" /></p>
\node (pcsc-relay) {\texttt{pcsc-relay}};
\node [kleiner, right=2cm of pcsc-relay, yshift=.9cm]
(libnfc) {Libnfc Devices};
\node [kleiner, right=2cm of pcsc-relay, yshift=.3cm]
(openpicc) {OpenPICC};
\node [kleiner, right=2cm of pcsc-relay, yshift=-.3cm]
(vpcd) {Virtual Smart Card Reader};
\node [kleiner, right=2cm of pcsc-relay, yshift=-.9cm]
(acardemulator) {Android Smart Card Emulator};
\node [kleiner, left=2cm of pcsc-relay, yshift=.9cm]
(contactbased) {Contact-based Smart Card};
\node [kleiner, left=2cm of pcsc-relay, yshift=.3cm]
(contactless) {Contact-less Smart Card};
\node [kleiner, left=2cm of pcsc-relay, yshift=-.9cm]
(remotereader) {Remote Smart Card Reader};
\node [kleiner, left=2cm of pcsc-relay, yshift=-.3cm]
(virtual) {Virtual Smart Card};
\node [above=.3cm of pcsc-relay, kleiner, xshift=1.2cm]
(capdu) {Command APDU};
\node [below=.3cm of pcsc-relay, kleiner, xshift=-1.2cm]
(rapdu) {Response APDU};
\draw (rapdu.east) edge [pfeil] +(1,0);
\draw (capdu.west) edge [pfeil] +(-1,0);
\begin{pgfonlayer}{background}
\path[line width=.5cm,color=hublue!20]
(pcsc-relay.mid) edge [out=180, in=0] (contactbased.east)
edge [out=180, in=0] (contactless.east)
edge [out=180, in=0] (virtual.east)
edge [out=180, in=0] (remotereader.east)
edge [out=0, in=180] (libnfc.west)
edge [out=0, in=180] (openpicc.west)
edge [out=0, in=180] (vpcd.west)
edge [out=0, in=180] (acardemulator.west)
;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Debug, Analyze and Emulate with PC/SC Relay</span></p> <p class="caption"><span class="caption-text">Debug, Analyze and Emulate with PC/SC Relay</span></p>
</div><p>With PC/SC Relay you can relay a contact-less or contact based smart card </div><p>With PC/SC Relay you can relay a contact-less or contact based smart card
over a long distance. Also you can use it in combination with the <a class="reference internal" href="../virtualsmartcard/README.html#vicc"><span class="std std-ref">Virtual Smart Card</span></a> over a long distance. Also you can use it in combination with the <a class="reference internal" href="../virtualsmartcard/README.html#vicc"><span class="std std-ref">Virtual Smart Card</span></a>
to completely emulate an ISO/IEC 14443 smart card.</p> to completely emulate an ISO/IEC 14443 smart card.</p>
<div class="system-message"> <div class="figure" id="id2" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-0405e52eb98193c32482e91a30737e1e9684bad0.svg" alt="Figure made with TikZ" /></p>
\tikzstyle{bla}=[shape=rectangle split, rectangle split parts=2,
every text node part/.style={align=center, klein}, text width=7cm,
every second node part/.style={kleiner}, inner sep=0pt]
\tikzstyle{keks}=[to path={-- ++(.1,0) |- (\tikztotarget)}]
\node (touchatag)
{\includegraphics[keepaspectratio, height=2cm,
width=2cm]{$wd/bilder/touchatag.png}};
\node (touchatagbeschreibung) [below=0cm of touchatag, kleiner]
{touchatag};
\node (pcsc-relay) [right=of touchatag]
{\texttt{pcsc-relay}};
\node (pcsc-relaybeschreibung) [below=0cm of pcsc-relay, kleiner]
{NFC emulator
};
\node (vicc) [right=of pcsc-relay]
{\texttt{vicc -t nPA}};
\node (viccbeschreibung) [below=0cm of vicc, kleiner]
{nPA emulator};
\node (group) [fit=(touchatag) (pcsc-relay) (vicc) (touchatagbeschreibung)
(pcsc-relaybeschreibung) (viccbeschreibung)] {};
\node (funktionenchat) [below=0cm of group, bla]
{
PACE
\nodepart{second}
\begin{itemize}
\item Display context (eID/eSign)
\item Display requested permissions
\end{itemize}
};
\node (funktionenpace) [below=.5 of funktionenchat, bla]
{
Terminal Authentication
\nodepart{second}
\begin{itemize}
\item Verify authenticy of terminal
\item Check freshness of cv certificate
\item With certificate database
\begin{itemize}
\item Identification of service provider
\item Display purpose of transaction
\end{itemize}
\end{itemize}
};
\begin{pgfonlayer}{background}
\node (box) [fit=(touchatag) (pcsc-relay) (vicc) (touchatagbeschreibung)
(pcsc-relaybeschreibung) (viccbeschreibung) (funktionenchat)
(funktionenpace), box, inner sep=.5cm] {};
\node (boxbild) at (box.north west)
{\includegraphics[keepaspectratio, height=1.5cm,
width=1.5cm]{$wd/bilder/moko/moko_reader.png}};
\node [right=0cm of boxbild.east, yshift=.3cm]
{Openmoko Neo FreeRunner};
\end{pgfonlayer}
\node (a) [left=1.5of box]
{\includegraphics[keepaspectratio, height=4cm,
width=4cm]{$wd/bilder/ivak_kiosk-terminal.pdf}};
\node (e) [below=0cm of a, text width=2.5cm, align=center]
{(Public) Terminal};
\begin{pgfonlayer}{background}
\path
(touchatag) edge [doppelpfeil] (pcsc-relay)
(pcsc-relay) edge [doppelpfeil] (vicc)
(vicc.east) edge [keks, pfeil] (funktionenchat.text east)
(vicc.east) edge [keks, pfeil] (funktionenpace.text east)
(a) edge [decorate, decoration={expanding waves, angle=20, segment
length=6}, nichtrundelinie] (touchatag.south west);
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Emulate a contact-less German ID card to perform sanity checks</span></p> <p class="caption"><span class="caption-text">Emulate a contact-less German ID card to perform sanity checks</span></p>
</div><p>PC/SC Relay has the following dependencies:</p> </div><p>PC/SC Relay has the following dependencies:</p>
<ul class="simple"> <ul class="simple">

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Remote Smart Card Reader &#8212; vsmartcard 2023-09-27 documentation</title> <title>Remote Smart Card Reader &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
@@ -157,26 +157,8 @@
smartcard reader. On the host computer a special smart card driver, <abbr title="virtual smart card reader">vpcd</abbr>, must smartcard reader. On the host computer a special smart card driver, <abbr title="virtual smart card reader">vpcd</abbr>, must
be installed. The app establishes a connection to <abbr title="virtual smart card reader">vpcd</abbr> over the network when a be installed. The app establishes a connection to <abbr title="virtual smart card reader">vpcd</abbr> over the network when a
contact-less card is detected.</p> contact-less card is detected.</p>
<div class="system-message"> <div class="figure" id="id1" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-ce55fa00e38973c00fdf255926bb46304226f2dc.svg" alt="Figure made with TikZ" /></p>
\node (pcsc) [klein, aktivbox, inner xsep=.75cm, align=center] {PC/SC\\Framework};
\node (sca) [aktivbox, klein, left=.75cm of pcsc, align=center] {Smart Card\\Application};
\node (vpcd) [box, at=(pcsc.east), kleiner] {\texttt{vpcd}};
\node (phone) [right=2cm of vpcd] {\includegraphics[width=3cm]{$wd/bilder/smartphone.pdf}};
\node (app) [at=(phone.center)] {\includegraphics[width=2.8cm, height=4.9cm]{$wd/bilder/remote-reader.png}};
\node (card) [right=0cm of phone, rotate=45] {\includegraphics[width=2cm]{$wd/bilder/smartcard.pdf}};
\begin{pgfonlayer}{background}
\node (box) [box, fit=(pcsc) (sca) (vpcd), inner ysep=1.5em] {};
\node [at=(box.north west)] {\includegraphics[width=1cm]{$wd/bilder/computer-tango.pdf}};
\path[linie]
(sca) edge (pcsc)
(vpcd) edge node {\includegraphics[width=1.5cm]{$wd/bilder/simplecloud.pdf}} (app)
;
\draw [rfid] (phone.center) -- (card.center) ;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Remote Smart Card Reader used to access a contact-less card</span></p> <p class="caption"><span class="caption-text">Remote Smart Card Reader used to access a contact-less card</span></p>
</div><p>The Remote Smart Card Reader has the following dependencies:</p> </div><p>The Remote Smart Card Reader has the following dependencies:</p>
<ul class="simple"> <ul class="simple">
@@ -189,30 +171,8 @@ requires permission to access the camera</p></li>
</ul> </ul>
<p>For remotely accessing a traditional smart card reader on one computer from an <p>For remotely accessing a traditional smart card reader on one computer from an
other computer, the <a class="reference internal" href="../virtualsmartcard/README.html#vicc"><span class="std std-ref">Virtual Smart Card</span></a> in relay mode can be used:</p> other computer, the <a class="reference internal" href="../virtualsmartcard/README.html#vicc"><span class="std std-ref">Virtual Smart Card</span></a> in relay mode can be used:</p>
<div class="system-message"> <div class="figure" id="id2" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-f675fc9e85a93771428d0790db395907b3f662fe.svg" alt="Figure made with TikZ" /></p>
\node (pcsc) [klein, aktivbox, inner xsep=.75cm, align=center] {PC/SC\\Framework};
\node (sca) [aktivbox, klein, left=.75cm of pcsc, align=center] {Smart Card\\Application};
\node (vpcd) [box, at=(pcsc.east), kleiner] {\texttt{vpcd}};
\node (pcsc2) [klein, aktivbox, inner xsep=.75cm, align=center, below=2.5cm of vpcd] {PC/SC\\Framework};
\node (vicc) [aktivbox, left=1cm of pcsc2, kleiner] {\texttt{vicc -t relay}};
\node (reader) [right=1cm of pcsc2] {\includegraphics[width=2cm]{$wd/bilder/my_cardreader.pdf}};
\node (card) [at=(reader.east), rotate=45] {\includegraphics[width=2cm]{$wd/bilder/smartcard.pdf}};
\begin{pgfonlayer}{background}
\node (box) [box, fit=(pcsc) (sca) (vpcd), inner ysep=1.5em] {};
\node (box2) [box, fit=(vicc) (pcsc2), inner ysep=1.5em] {};
\node [at=(box.north west)] {\includegraphics[width=1cm]{$wd/bilder/computer-tango.pdf}};
\node [at=(box2.north west)] {\includegraphics[width=1cm]{$wd/bilder/computer-tango.pdf}};
\path[linie]
(sca) edge (pcsc)
(vpcd) edge [out=south, in=north] node {\includegraphics[width=1.5cm]{$wd/bilder/simplecloud.pdf}} (vicc)
(vicc) edge (pcsc2)
(pcsc2) edge [usb] (reader.center)
;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Virtual Smart Card used in relay mode to remotely access a card</span></p> <p class="caption"><span class="caption-text">Virtual Smart Card used in relay mode to remotely access a card</span></p>
</div><div class="admonition note"> </div><div class="admonition note">
<p class="admonition-title">Note</p> <p class="admonition-title">Note</p>

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &#8212; vsmartcard 2023-09-27 documentation</title> <title>Search &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Virtual Smart Card &#8212; vsmartcard 2023-09-27 documentation</title> <title>Virtual Smart Card &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
@@ -192,25 +192,8 @@ internet for example.</p>
<a class="reference internal" href="../pcsc-relay/README.html#pcsc-relay"><span class="std std-ref">PC/SC Relay</span></a> to make it accessible to an external contact-less smart card <a class="reference internal" href="../pcsc-relay/README.html#pcsc-relay"><span class="std std-ref">PC/SC Relay</span></a> to make it accessible to an external contact-less smart card
reader.</p> reader.</p>
<p>The file <code class="file docutils literal notranslate"><span class="pre">utils.py</span></code> was taken from Henryk Plötzs <a class="reference external" href="https://github.com/henryk/cyberflex-shell">cyberflex-shell</a> <a class="footnote-reference brackets" href="#id3" id="id4">1</a>.</p> <p>The file <code class="file docutils literal notranslate"><span class="pre">utils.py</span></code> was taken from Henryk Plötzs <a class="reference external" href="https://github.com/henryk/cyberflex-shell">cyberflex-shell</a> <a class="footnote-reference brackets" href="#id3" id="id4">1</a>.</p>
<div class="system-message"> <div class="figure" id="id1" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-b5a668553fb9bf21fb5abcc4cae46289d11490d1.svg" alt="Figure made with TikZ" /></p>
\node (pcsclite)
[klein, aktivbox, inner xsep=.7cm, text width=3cm]
{PC/SC Framework\\\
(\texttt{pcscd} or \texttt{SCardSvr})
};
\node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application};
\node (vpcd) [box, at=(pcsclite.east), xshift=-.3cm] {\texttt{vpcd}};
\node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}};
\begin{pgfonlayer}{background}
\path[linie]
(sca) edge (pcsclite)
(vpcd) edge node {\includegraphics[width=1.2cm]{$wd/bilder/simplecloud.pdf}} (vicc)
;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Virtual Smart Card used with PCSC-Lite or WinSCard</span></p> <p class="caption"><span class="caption-text">Virtual Smart Card used with PCSC-Lite or WinSCard</span></p>
</div><div class="versionadded"> </div><div class="versionadded">
<p><span class="versionmodified added">New in version 0.7: </span>The Virtual Smart Card optionally brings its own standalone implementation of <p><span class="versionmodified added">New in version 0.7: </span>The Virtual Smart Card optionally brings its own standalone implementation of
@@ -218,24 +201,8 @@ PC/SC. This allows accessing <abbr title="virtual smart card">vpicc</abbr> witho
implementation acts as replacement for <code class="docutils literal notranslate"><span class="pre">libpcsclite</span></code> which can lead to implementation acts as replacement for <code class="docutils literal notranslate"><span class="pre">libpcsclite</span></code> which can lead to
problems when used in parallel with PCSC-Lite.</p> problems when used in parallel with PCSC-Lite.</p>
</div> </div>
<div class="system-message"> <div class="figure" id="id2" style="text-align: center">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">\input{$wd/bilder/tikzstyles.tex} <p><img src="../_images/tikz-c523bba45f9fcaa801dd4f6284c7efa1f320c9b1.svg" alt="Figure made with TikZ" /></p>
\node (pcsclite)
[klein, box, text width=4cm]
{Virtual Smart Card's\\
PC/SC Framework
};
\node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application};
\node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}};
\begin{pgfonlayer}{background}
\path[linie]
(sca) edge (pcsclite)
(pcsclite) edge node {\includegraphics[width=1.5cm]{$wd/bilder/simplecloud.pdf}} (vicc)
;
\end{pgfonlayer}</span>)</p>
<p>!pdf2svg command cannot be run</p>
</div>
<p class="caption"><span class="caption-text">Virtual Smart Card used with its own PC/SC implementation</span></p> <p class="caption"><span class="caption-text">Virtual Smart Card used with its own PC/SC implementation</span></p>
</div><p>On Android, where a traditional PC/SC framework is not available, you can use </div><p>On Android, where a traditional PC/SC framework is not available, you can use
our framework to make your real contact-less smart accessible through PKCS#11. our framework to make your real contact-less smart accessible through PKCS#11.

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Creating a Virtual Smart Card &#8212; vsmartcard 2023-09-27 documentation</title> <title>Creating a Virtual Smart Card &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CardGenerator Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>CardGenerator Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ConstantDefinitions Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>ConstantDefinitions Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CryptoUtils Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>CryptoUtils Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SEutils Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>SEutils Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SWutils Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>SWutils Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SmartcardFilesystem Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>SmartcardFilesystem Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SmartcardSAM Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>SmartcardSAM Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TLVutils Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>TLVutils Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VirtualSmartcard Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>VirtualSmartcard Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cryptoflex Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>cryptoflex Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ePass Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>ePass Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cards Package &#8212; vsmartcard 2023-09-27 documentation</title> <title>cards Package &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>nPA Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>nPA Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>virtualsmartcard Package &#8212; vsmartcard 2023-09-27 documentation</title> <title>virtualsmartcard Package &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>utils Module &#8212; vsmartcard 2023-09-27 documentation</title> <title>utils Module &#8212; vsmartcard 2023-09-30 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />