Add experimental data about stepper LUT

This commit is contained in:
Thomas Dehaeze 2021-12-08 18:00:34 +01:00
parent 72ea0e2877
commit c4371a8634
26 changed files with 1335 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#+latex: \clearpage
* Introduction
* Introduction :ignore:
Several Lookup Tables (LUT) are used for the DCM in order to compensate for *repeatable* errors.
- Section [[sec:dcm_stepper_lut]]: the stepper motors are calibrated using interferometers.
@ -62,6 +62,10 @@ Several Lookup Tables (LUT) are used for the DCM in order to compensate for *rep
:END:
<<sec:dcm_stepper_lut>>
** Introduction :ignore:
Fast jack coarse displacement is performed with a Stepper motor and a ball screw mechanism.
Such positioning system has some repeatable motion errors than can be calibrated using a measurement system having less errors.
For the DCM, this can be done using the interferometers.
** Matlab Init :noexport:ignore:
#+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
@ -86,6 +90,366 @@ Several Lookup Tables (LUT) are used for the DCM in order to compensate for *rep
** Schematic
In order to measure the errors induced by the fast jacks, we have to make some scans, and measure simultaneously:
- The wanted fast jack position: signal/step sent by the IcePAP
- The actual (measured) position
The experimental setup to perform this is shown in Figure [[fig:block_diagram_lut_stepper]].
The procedure is the following:
- A scan on the Bragg angle $\theta$ is generated from Bliss
- Reference paths $[r_{u_r},\ r_{u_h},\ r_{d}]$ are sent to the IcePAP
- Initially, the LUT inside the IcePAP is not changing the reference path
- The IcePAP generates some steps $[u_{u_r},\ u_{u_h},\ u_{d}]$ that are sent to the fast jacks
- The motion of the crystals $[d_z,\ r_y,\ r_x]$ is measured with the interferometers and computed in the Speedgoat
- Finally, the corresponding motion $[d_{u_r},\ r_{u_h},\ r_d]$ of the fast jack is computed afterwards in BLISS
The measured motion of the fast jacks $[d_{u_r},\ r_{u_h},\ r_d]$ can be compared with the IcePAP steps $[u_{u_r},\ u_{u_h},\ u_{d}]$ in order to create the LUT inside the IcePAP.
#+begin_src latex :file block_diagram_lut_stepper.pdf
\definecolor{myblue}{rgb}{0, 0.447, 0.741}
\definecolor{myred}{rgb}{0.8500, 0.325, 0.098}
\definecolor{mygreen}{rgb}{0.639, 0.745, 0.549}
\definecolor{myyellow}{rgb}{0.922, 0.796, 0.545}
\begin{tikzpicture}
% Blocks
\node[block={1.5cm}{2.9cm}] (traj) at (0,0){$\frac{d_{\text{off}}}{2 \cos \theta}$};
\node[block={1.5cm}{0.8cm}, right=1.1 of traj] (lut_uh) {LUT $u_h$};
\node[block={1.5cm}{0.8cm}, above=0.2 of lut_uh] (lut_ur) {LUT $u_r$};
\node[block={1.5cm}{0.8cm}, below=0.2 of lut_uh] (lut_d) {LUT $d$};
\node[block={1.5cm}{0.8cm}, right=1.1 of lut_ur] (fj_ur) {FJ $u_h$};
\node[block={1.5cm}{0.8cm}, right=1.1 of lut_uh] (fj_uh) {FJ $u_r$};
\node[block={1.5cm}{0.8cm}, right=1.1 of lut_d] (fj_d) {FJ $d$};
\node[block={1.5cm}{2.9cm}, right=0.2 of fj_uh] (int) {\rotatebox{90}{Interferometers}};
\node[block={1.5cm}{2.9cm}, right=0.6 of int] (Js) {\rotatebox{90}{\parbox[c]{2.0cm}{\centering Forward Kinematics}}};
\node[block={1.5cm}{2.9cm}, right=1.1 of Js] (Ja) {\rotatebox{90}{\parbox[c]{2.0cm}{\centering Inverse Kinematics}}};
% Signals
\draw[->] ($(traj.west) + (-0.7, 0)$)node[above right]{$\theta$} -- (traj.west);
\draw[->] (lut_ur-|traj.east) --node[midway, above]{$r_{u_r}$} (lut_ur.west);
\draw[->] (lut_uh-|traj.east) --node[midway, above]{$r_{u_h}$} (lut_uh.west);
\draw[->] (lut_d -|traj.east) --node[midway, above]{$r_{d}$} (lut_d.west);
\draw[->] (lut_ur.east) --node[midway, above]{$u_{u_r}$} (fj_ur.west);
\draw[->] (lut_uh.east) --node[midway, above]{$u_{u_h}$} (fj_uh.west);
\draw[->] (lut_d.east) --node[midway, above]{$u_{d}$} (fj_d.west);
\draw[->] (int.east) -- (Js.west);
\draw[->] (Js.east|-fj_ur) --node[midway, above]{$d_z$} (Ja.west|-fj_ur);
\draw[->] (Js.east|-fj_uh) --node[midway, above]{$r_y$} (Ja.west|-fj_uh);
\draw[->] (Js.east|-fj_d) --node[midway, above]{$r_x$} (Ja.west|-fj_d) ;
\draw[->] (Ja.east|-fj_ur) -- ++(1.0, 0)node[above left]{$d_{u_r}$};
\draw[->] (Ja.east|-fj_uh) -- ++(1.0, 0)node[above left]{$d_{u_h}$};
\draw[->] (Ja.east|-fj_d) -- ++(1.0, 0)node[above left]{$d_{d}$};
\begin{scope}[on background layer]
\node[fit={(fj_d.south west) (int.north east)}, fill=myblue!20!white, draw, inner sep=6pt] (dcm) {};
\node[fit={(Js.south west) (Js.north east)}, fill=myyellow!20!white, draw, inner sep=6pt] (speedgoat) {};
\node[fit={(lut_d.south west) (lut_ur.north east)}, fill=myred!20!white, draw, inner sep=6pt] (icepap) {};
\node[fit={(traj.south west) (traj.north east)}, fill=mygreen!20!white, draw, inner sep=6pt] (bliss_1) {};
\node[fit={(Ja.south west) (Ja.north east)}, fill=mygreen!20!white, draw, inner sep=6pt] (bliss_2) {};
\node[above] at (dcm.north) {DCM};
\node[above] at (speedgoat.north) {Speedgoat};
\node[above] at (icepap.north) {IcePAP};
\node[above] at (bliss_1.north) {BLISS};
\node[above] at (bliss_2.north) {BLISS};
\end{scope}
\end{tikzpicture}
#+end_src
#+name: fig:block_diagram_lut_stepper
#+caption: Block diagram of the experiment to create the Lookup Table
#+RESULTS:
[[file:figs/block_diagram_lut_stepper.png]]
** TODO Repeatability of the motion :noexport:
** Patterns in the Fast Jack motion errors
In order to understand what should be the "sampling distance" for the lookup table of the stepper motor, we have to analyze the displacement errors induced by the stepper motor.
Let's load the measurements of one bragg angle scan without any LUT.
#+begin_src matlab
%% Load Data of the new LUT method
ol_bragg = (pi/180)*1e-5*double(h5read('Qutools_test_0001.h5','/33.1/instrument/trajmot/data')); % Bragg angle [rad]
ol_dzw = 10.5e-3./(2*cos(ol_bragg)); % Wanted distance between crystals [m]
ol_dz = 1e-9*double(h5read('Qutools_test_0001.h5','/33.1/instrument/xtal_111_dz_filter/data')); % Dz distance between crystals [m]
ol_dry = 1e-9*double(h5read('Qutools_test_0001.h5','/33.1/instrument/xtal_111_dry_filter/data')); % Ry [rad]
ol_drx = 1e-9*double(h5read('Qutools_test_0001.h5','/33.1/instrument/xtal_111_drx_filter/data')); % Rx [rad]
ol_t = 1e-6*double(h5read('Qutools_test_0001.h5','/33.1/instrument/time/data')); % Time [s]
ol_ddz = ol_fj-ol_dz; % Distance Error between crystals [m]
#+end_src
#+begin_src matlab :exports none
%% Orientation and Distance error of the Crystal measured by the interferometers
figure;
hold on;
plot(180/pi*ol_bragg, 1e6*ol_drx, 'DisplayName', '$R_x$')
plot(180/pi*ol_bragg, 1e6*ol_dry, 'DisplayName', '$R_y$')
hold off;
legend('location', 'northwest');
xlabel('Bragg Angle [deg]'); ylabel('Angle Error [$\mu$rad]');
yyaxis right
plot(180/pi*ol_bragg, 1e6*ol_ddz, 'DisplayName', '$\epsilon D_z$')
ylabel('Distance Error [$\mu$m]');
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/exp_without_lut_xtal_pos_errors.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:exp_without_lut_xtal_pos_errors
#+caption: Orientation and Distance error of the Crystal measured by the interferometers
#+RESULTS:
[[file:figs/exp_without_lut_xtal_pos_errors.png]]
Now let's convert the errors from the frame of the crystal to the frame of the fast jacks (inverse kinematics problem) using the Jacobian matrix.
#+begin_src matlab
%% Compute Fast Jack position errors
% Jacobian matrix for Fast Jacks and 111 crystal
J_a_111 = [1, 0.14, -0.1525
1, 0.14, 0.0675
1, -0.14, 0.0425];
ol_de_111 = [ol_ddz'; ol_dry'; ol_drx'];
% Fast Jack position errors
ol_de_fj = J_a_111*ol_de_111;
ol_fj_ur = ol_de_fj(1,:);
ol_fj_uh = ol_de_fj(2,:);
ol_fj_d = ol_de_fj(3,:);
#+end_src
#+begin_src matlab :exports none
%% Fast Jack position errors
figure;
hold on;
plot(180/pi*ol_bragg, 1e6*ol_fj_ur, 'DisplayName', '$\epsilon_{u_r}$')
plot(180/pi*ol_bragg, 1e6*ol_fj_uh, 'DisplayName', '$\epsilon_{u_h}$')
plot(180/pi*ol_bragg, 1e6*ol_fj_d , 'DisplayName', '$\epsilon_{d}$')
hold off;
xlabel('Bragg Angle [deg]'); ylabel('Distance Error [$\mu$m]');
legend('location', 'northwest');
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/exp_without_lut_fj_pos_errors.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:exp_without_lut_fj_pos_errors
#+caption: Estimated motion errors of the fast jacks during the scan
#+RESULTS:
[[file:figs/exp_without_lut_fj_pos_errors.png]]
Let's now identify this pattern as a function of the fast-jack position.
As we want to done frequency Fourier transform, we need to have uniform sampling along the fast jack position.
To do so, the function =resample= is used.
#+begin_src matlab
Xs = 0.1e-6; % Sampling Distance [m]
%% Re-sampled data with uniform spacing [m]
ol_fj_ur_u = resample(ol_fj_ur, ol_dzw, 1/Xs);
ol_fj_uh_u = resample(ol_fj_uh, ol_dzw, 1/Xs);
ol_fj_d_u = resample(ol_fj_d, ol_dzw, 1/Xs);
ol_fj_u = Xs*[1:length(ol_fj_ur_u)]; % Sampled Jack Position
#+end_src
#+begin_src matlab :exports none
% Only take first 500um
ol_fj_ur_u = ol_fj_ur_u(ol_fj_u<0.5e-3);
ol_fj_uh_u = ol_fj_uh_u(ol_fj_u<0.5e-3);
ol_fj_d_u = ol_fj_d_u (ol_fj_u<0.5e-3);
ol_fj_u = ol_fj_u (ol_fj_u<0.5e-3);
#+end_src
The result is shown in Figure [[fig:exp_without_lut_fj_pos_errors_distance]].
#+begin_src matlab :exports none
%% Fast Jack position errors
figure;
hold on;
plot(1e3*ol_fj_u, 1e6*ol_fj_ur_u, 'DisplayName', '$\epsilon_{u_r}$')
plot(1e3*ol_fj_u, 1e6*ol_fj_uh_u, 'DisplayName', '$\epsilon_{u_h}$')
plot(1e3*ol_fj_u, 1e6*ol_fj_d_u , 'DisplayName', '$\epsilon_{d}$')
hold off;
xlabel('Fast Jack Position [mm]'); ylabel('Distance Error [$\mu$m]');
legend('location', 'northwest');
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/exp_without_lut_fj_pos_errors_distance.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:exp_without_lut_fj_pos_errors_distance
#+caption: Position error of fast jacks as a function of the fast jack motion
#+RESULTS:
[[file:figs/exp_without_lut_fj_pos_errors_distance.png]]
Let's now perform a Power Spectral Analysis of the measured displacement errors of the Fast Jack.
#+begin_src matlab
% Hanning Windows with 250um width
win = hanning(floor(400e-6/Xs));
% Power Spectral Density [m2/(1/m)]
[S_fj_ur, f] = pwelch(ol_fj_ur_u-mean(ol_fj_ur_u), win, 0, [], 1/Xs);
[S_fj_uh, ~] = pwelch(ol_fj_uh_u-mean(ol_fj_uh_u), win, 0, [], 1/Xs);
[S_fj_d, ~] = pwelch(ol_fj_d_u -mean(ol_fj_d_u ), win, 0, [], 1/Xs);
#+end_src
As shown in Figure [[fig:exp_without_lut_wavenumber_asd]], we can see a fundamental "reciprocal length" of $5 \cdot 10^4\,[1/m]$ and its harmonics.
This corresponds to a length of $\frac{1}{5\cdot 10^4} = 20\,[\mu m]$.
#+begin_src matlab :exports none
%%
figure;
hold on;
plot(f, sqrt(S_fj_ur), 'DisplayName', '$u_r$');
plot(f, sqrt(S_fj_uh), 'DisplayName', '$u_h$');
plot(f, sqrt(S_fj_d), 'DisplayName', '$d$');
hold off;
set(gca, 'xscale', 'log'); set(gca, 'yscale', 'log');
xlabel('Reciprocal Length [1/m]');
ylabel('ASD [$\frac{m}{1/\sqrt{m}}$]')
legend('location', 'northeast');
xlim([1e4, 2e6]); ylim([1e-13, 2e-9]);
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/exp_without_lut_wavenumber_asd.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:exp_without_lut_wavenumber_asd
#+caption: Spectral content of the error as a function of the reciprocal length
#+RESULTS:
[[file:figs/exp_without_lut_wavenumber_asd.png]]
Instead of looking at that as a function of the reciprocal length, we can look at it as a function of the spectral distance (Figure [[fig:exp_without_lut_spectral_content_fj_error]]).
We see that the errors have a pattern with "spectral distances" equal to $5\,[\mu m]$, $10\,[\mu m]$, $20\,[\mu m]$ and smaller harmonics.
#+begin_src matlab :exports none
figure;
hold on;
plot(1e6./f, sqrt(S_fj_ur), 'DisplayName', '$u_r$');
plot(1e6./f, sqrt(S_fj_uh), 'DisplayName', '$u_h$');
plot(1e6./f, sqrt(S_fj_d), 'DisplayName', '$d$');
hold off;
set(gca, 'xscale', 'log'); set(gca, 'yscale', 'log');
xlabel('Spectral Distance [$\mu$m]');
ylabel('Spectral Content [$\frac{m}{1/\sqrt{m}}$]')
legend('location', 'northwest');
xlim([0.5, 200]); ylim([1e-12, 1e-8]);
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/exp_without_lut_spectral_content_fj_error.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:exp_without_lut_spectral_content_fj_error
#+caption: Spectral content of the error as a function of the spectral distance
#+RESULTS:
[[file:figs/exp_without_lut_spectral_content_fj_error.png]]
Let's try to understand these results.
One turn of the stepper motor corresponds to a vertical motion of 1mm.
The stepper motor has 50 pairs of poles, therefore one pair of pole corresponds to a motion of $20\,[\mu m]$ which is the fundamental "spectral distance" we observe.
#+begin_src matlab
CPS_ur = flip(-cumtrapz(flip(f), flip(S_fj_ur)));
CPS_uh = flip(-cumtrapz(flip(f), flip(S_fj_uh)));
CPS_d = flip(-cumtrapz(flip(f), flip(S_fj_d)));
#+end_src
From Figure [[fig:exp_without_lut_cas_pos_error]], we can see that if the motion errors with a period of $5\,[\mu m]$ and $10\,[\mu m]$ can be dealt with the lookup table, this will reduce a lot the positioning errors of the fast jack.
#+begin_src matlab :results none
%% Cumulative Spectrum
figure;
hold on;
plot(1e6./f, sqrt(CPS_ur), 'DisplayName', '$u_r$');
plot(1e6./f, sqrt(CPS_uh), 'DisplayName', '$u_j$');
plot(1e6./f, sqrt(CPS_d), 'DisplayName', '$d$');
hold off;
set(gca, 'xscale', 'log'); set(gca, 'yscale', 'log');
xlabel('Spectral Distance [$\mu m$]'); ylabel('Cumulative Spectrum [$m$]')
xlim([1, 500]); ylim([1e-9, 1e-5]);
legend('location', 'northwest');
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/exp_without_lut_cas_pos_error.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:exp_without_lut_cas_pos_error
#+caption: Cumulative spectrum from small spectral distances to large spectral distances
#+RESULTS:
[[file:figs/exp_without_lut_cas_pos_error.png]]
** Experimental Data - Current Method
The current used method is an iterative one.
#+begin_src matlab
%% Load Experimental Data
ol_bragg = double(h5read('first_beam_0001.h5','/31.1/instrument/trajmot/data'));
ol_drx = h5read('first_beam_0001.h5','/31.1/instrument/xtal_111_drx_filter/data');
lut_1_bragg = double(h5read('first_beam_0001.h5','/32.1/instrument/trajmot/data'));
lut_1_drx = h5read('first_beam_0001.h5','/32.1/instrument/xtal_111_drx_filter/data');
lut_2_bragg = double(h5read('first_beam_0001.h5','/33.1/instrument/trajmot/data'));
lut_2_drx = h5read('first_beam_0001.h5','/33.1/instrument/xtal_111_drx_filter/data');
lut_3_bragg = double(h5read('first_beam_0001.h5','/34.1/instrument/trajmot/data'));
lut_3_drx = h5read('first_beam_0001.h5','/34.1/instrument/xtal_111_drx_filter/data');
lut_4_bragg = double(h5read('first_beam_0001.h5','/36.1/instrument/trajmot/data'));
lut_4_drx = h5read('first_beam_0001.h5','/36.1/instrument/xtal_111_drx_filter/data');
#+end_src
The relative orientation of the two =111= mirrors in the $x$ directions are compared in Figure [[fig:lut_old_method_exp_data]] for several iterations.
We can see that after the first iteration, the orientation error has an opposite sign as for the case without LUT.
#+begin_src matlab :exports none
%% Plot Drx for all the LUT iterations
figure;
hold on;
plot(1e-5*ol_bragg, 1e-3*ol_drx , ...
'DisplayName', sprintf('$i=0$, $\\delta_{R_x} = %.0f$ [nrad rms]', rms(ol_drx-mean(ol_drx))))
plot(1e-5*lut_1_bragg, 1e-3*lut_1_drx, ...
'DisplayName', sprintf('$i=1$, $\\delta_{R_x} = %.0f$ [nrad rms]', rms(lut_1_drx-mean(lut_1_drx))))
plot(1e-5*lut_2_bragg, 1e-3*lut_2_drx, ...
'DisplayName', sprintf('$i=2$, $\\delta_{R_x} = %.0f$ [nrad rms]', rms(lut_2_drx-mean(lut_2_drx))))
plot(1e-5*lut_4_bragg, 1e-3*lut_4_drx, ...
'DisplayName', sprintf('$i=4$, $\\delta_{R_x} = %.0f$ [nrad rms]', rms(lut_4_drx-mean(lut_4_drx))))
hold off;
xlabel('Bragg Angle [deg]'); ylabel('$R_x$ error [$\mu$rad]');
legend('location', 'southwest', 'FontSize', 8, 'NumColumns', 1);
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/lut_old_method_exp_data.pdf', 'width', 'wide', 'height', 'tall');
#+end_src
#+name: fig:lut_old_method_exp_data
#+caption: $R_x$ error with the current LUT method
#+RESULTS:
[[file:figs/lut_old_method_exp_data.png]]
** Simulation
In this section, we suppose that we are in the frame of one fast jack (all transformations are already done), and we wish to create a LUT for one fast jack.
@ -303,6 +667,72 @@ exportFig('figs/compare_old_new_lut_motion.pdf', 'width', 'wide', 'height', 'nor
#+RESULTS:
[[file:figs/compare_old_new_lut_motion.png]]
** Experimental Data - Proposed method
The new proposed method has been implemented and tested.
The result is shown in Figure [[fig:lut_comp_old_new_experiment]].
After only one iteration, the result is close to the previous method.
#+begin_src matlab
%% Load Data of the new LUT method
ol_new_bragg = double(h5read('Qutools_test_0001.h5','/33.1/instrument/trajmot/data'));
ol_new_drx = h5read('Qutools_test_0001.h5','/33.1/instrument/xtal_111_drx_filter/data');
lut_new_bragg = double(h5read('Qutools_test_0001.h5','/34.1/instrument/trajmot/data'));
lut_new_drx = h5read('Qutools_test_0001.h5','/34.1/instrument/xtal_111_drx_filter/data');
#+end_src
#+begin_src matlab :exports none
%% Plot Drx for new and old method
figure;
hold on;
plot(1e-5*ol_new_bragg, 1e-3*ol_new_drx , ...
'DisplayName', sprintf('$i=0$, $\\delta_{R_x} = %.0f$ [nrad rms]', rms(ol_new_drx-mean(ol_new_drx))))
plot(1e-5*lut_new_bragg, 1e-3*lut_new_drx, ...
'DisplayName', sprintf('New LUT $i=1$, $\\delta_{R_x} = %.0f$ [nrad rms]', rms(lut_new_drx-mean(lut_new_drx))))
plot(1e-5*lut_4_bragg, 1e-3*lut_4_drx, ...
'DisplayName', sprintf('Old LUT $i=4$, $\\delta_{R_x} = %.0f$ [nrad rms]', rms(lut_4_drx-mean(lut_4_drx))))
hold off;
xlabel('Bragg Angle [deg]'); ylabel('$R_x$ error [$\mu$rad]');
legend('location', 'northwest', 'FontSize', 8, 'NumColumns', 1);
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/lut_comp_old_new_experiment.pdf', 'width', 'wide', 'height', 'tall');
#+end_src
#+name: fig:lut_comp_old_new_experiment
#+caption: Comparison of the $R_x$ error for the current LUT method and the proposed one
#+RESULTS:
[[file:figs/lut_comp_old_new_experiment.png]]
If we zoom on the 20deg to 25deg bragg angles, we can see that the new method has much less "periodic errors" as compared to the previous one which shows some patterns.
#+begin_src matlab :exports none
%% Plot Drx for new and old method
figure;
hold on;
set(gca,'ColorOrderIndex',2)
plot(1e-5*lut_new_bragg, lut_new_drx, ...
'DisplayName', 'New LUT')
plot(1e-5*lut_4_bragg, lut_4_drx, ...
'DisplayName', 'Old LUT')
hold off;
xlabel('Bragg Angle [deg]'); ylabel('$R_x$ error [nrad]');
legend('location', 'northwest', 'FontSize', 8, 'NumColumns', 1);
xlim([20, 25]);
#+end_src
#+begin_src matlab :tangle no :exports results :results file replace
exportFig('figs/lut_comp_old_new_experiment_zoom.pdf', 'width', 'wide', 'height', 'normal');
#+end_src
#+name: fig:lut_comp_old_new_experiment_zoom
#+caption:
#+RESULTS:
[[file:figs/lut_comp_old_new_experiment_zoom.png]]
* Attocube Calibration
:PROPERTIES:
:header-args:matlab+: :tangle matlab/dcm_attocube_lut.m
@ -310,6 +740,64 @@ exportFig('figs/compare_old_new_lut_motion.pdf', 'width', 'wide', 'height', 'nor
<<sec:dcm_attocube_lut>>
** Introduction :ignore:
The idea is to calibrate the periodic non-linearity of the interferometers, a known displacement must be imposed and the interferometer output compared to this displacement.
This should be performed over several periods in order to characterize the error.
We here suppose that we are already in the frame of the Attocube (the fast-jack displacements are converted to Attocube displacement using the transformation matrices).
We also suppose that we are at a certain Bragg angle, and that the stepper motors are not moving: only the piezoelectric actuators are used.
The setup is schematically with the block diagram in Figure [[fig:block_diagram_lut_attocube]].
The signals are:
- $u$: Actuator Signal (position where we wish to go)
- $d$: Disturbances affecting the signal
- $y$: Displacement of the crystal
- $y_g$: Measurement of the crystal motion by the strain gauge with some noise $n_g$
- $y_a$: Measurement of the crystal motion by the interferometer with some noise $n_a$
#+begin_src latex :file block_diagram_lut_attocube.pdf
\definecolor{myblue}{rgb}{0, 0.447, 0.741}
\definecolor{myred}{rgb}{0.8500, 0.325, 0.098}
\begin{tikzpicture}
\node[block] (G) at (0,0){$G(s)$};
\node[addb, right=1 of G] (addd) {};
\node[block, align=center, right=1 of addd] (non_linearity) {Periodic\\Non-linearity};
\node[addb, right=1 of non_linearity] (addna) {};
\node[addb, below=1.8 of addna] (addnsg) {};
\draw[->] ($(G.west) + (-1.0, 0)$) node[above right]{$u$} -- (G.west);
\draw[->] (G.east) -- (addd.west);
\draw[->] (addd.east) -- (non_linearity.west);
\draw[->] ($(addd.north) + (0, 1.0)$) node[below right]{$d$} -- (addd.north);
\draw[->] (non_linearity.east) -- (addna.west);
\draw[->] (addna.east) -- ++(1.2, 0) node[above left]{$y_a$};
\draw[->] ($(addna.north) + (0, 1.0)$) node[below right](na){$n_a$} -- (addna.north);
\draw[->] ($(addd.east) + (0.4, 0)$)node[branch]{} node[above]{$y$} |- (addnsg.west);
\draw[->] (addnsg.east) -- ++(1.2, 0) node[above left]{$y_g$};
\draw[->] ($(addnsg.north) + (0, 1.0)$) node[below right](nsg){$n_{g}$} -- (addnsg.north);
\begin{scope}[on background layer]
\node[fit={(non_linearity.south west) (na.north east)}, fill=myblue!20!white, draw, inner sep=6pt] (attocube) {};
\node[fit={(non_linearity.west|-addnsg.south) (nsg.north east)}, fill=myred!20!white, draw, inner sep=6pt] (straingauge) {};
\node[below right] at (attocube.north west) {Attocube};
\node[below right] at (straingauge.north west) {Strain Gauge};
\end{scope}
\end{tikzpicture}
#+end_src
#+name: fig:block_diagram_lut_attocube
#+caption: Block Diagram schematic of the setup used to measure the periodic non-linearity of the Attocube
#+RESULTS:
[[file:figs/block_diagram_lut_attocube.png]]
The problem is to estimate the periodic non-linearity of the Attocube from the imperfect measurments $y_a$ and $y_g$.
Then a Lookup Table (LUT) is build.
The wavelength of the Attocube is 1530nm, therefore the non-linearity has a period of 765nm.
The amplitude of the non-linearity can vary from one unit to the other (and maybe from one experimental condition to the other).
It is typically between 5nm peak to peak and 20nm peak to peak.
** Matlab Init :noexport:ignore:
#+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
<<matlab-dir>>
@ -333,6 +821,21 @@ exportFig('figs/compare_old_new_lut_motion.pdf', 'width', 'wide', 'height', 'nor
** Simulations
We have some constrains on the way the motion is imposed and measured:
- We want the frequency content of the imposed motion to be at low frequency in order not to induce vibrations of the structure.
We have to make sure the forces applied by the piezoelectric actuator only moves the crystal and not the fast jack below.
Therefore, we have to move much slower than the first resonance frequency in the system.
- As both $y_a$ and $y_g$ should have rather small noise, we have to filter them with low pass filters.
The cut-off frequency of the low pass filter should be high as compared to the motion (to not induce any distortion) but still reducing sufficiently the noise.
Let's say we want the noise to be less than 1nm ($6 \sigma$).
Suppose we have the power spectral density (PSD) of both $n_a$ and $n_g$.
- [ ] Take the PSD of the Attocube
- [ ] Take the PSD of the strain gauge
- [ ] Using 2nd order low pass filter, estimate the required low pass filter cut-off frequency to have sufficiently low noise
* Helping Functions :noexport:
** Initialize Path
#+NAME: m-init-path

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,281 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="289.211pt" height="133.172pt" viewBox="0 0 289.211 133.172" version="1.2">
<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 7.109375 0 L 7.109375 -0.3125 L 6.921875 -0.3125 C 6.328125 -0.3125 6.1875 -0.375 6.078125 -0.703125 L 3.9375 -6.890625 C 3.890625 -7.03125 3.875 -7.09375 3.71875 -7.09375 C 3.5625 -7.09375 3.53125 -7.03125 3.484375 -6.890625 L 1.421875 -0.96875 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.328125 -0.03125 L 2.46875 0 L 2.46875 -0.3125 C 1.96875 -0.3125 1.71875 -0.5625 1.71875 -0.8125 C 1.71875 -0.84375 1.734375 -0.9375 1.75 -0.953125 L 2.203125 -2.265625 L 4.640625 -2.265625 L 5.171875 -0.75 C 5.1875 -0.703125 5.203125 -0.640625 5.203125 -0.609375 C 5.203125 -0.3125 4.640625 -0.3125 4.375 -0.3125 L 4.375 0 C 4.734375 -0.03125 5.421875 -0.03125 5.8125 -0.03125 Z M 4.53125 -2.5625 L 2.3125 -2.5625 L 3.421875 -5.78125 Z M 4.53125 -2.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.28125 -1.234375 L 3.28125 -1.796875 L 3.046875 -1.796875 L 3.046875 -1.25 C 3.046875 -0.515625 2.75 -0.140625 2.375 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.203125 L 1.71875 -3.96875 L 3.125 -3.96875 L 3.125 -4.265625 L 1.71875 -4.265625 L 1.71875 -6.09375 L 1.46875 -6.09375 C 1.453125 -5.28125 1.15625 -4.21875 0.1875 -4.1875 L 0.1875 -3.96875 L 1.03125 -3.96875 L 1.03125 -1.234375 C 1.03125 -0.015625 1.953125 0.109375 2.3125 0.109375 C 3.015625 0.109375 3.28125 -0.59375 3.28125 -1.234375 Z M 3.28125 -1.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 4.671875 -2.125 C 4.671875 -3.390625 3.671875 -4.4375 2.484375 -4.4375 C 1.234375 -4.4375 0.28125 -3.359375 0.28125 -2.125 C 0.28125 -0.84375 1.3125 0.109375 2.46875 0.109375 C 3.671875 0.109375 4.671875 -0.859375 4.671875 -2.125 Z M 3.84375 -2.203125 C 3.84375 -1.84375 3.84375 -1.3125 3.625 -0.875 C 3.40625 -0.421875 2.96875 -0.140625 2.484375 -0.140625 C 2.046875 -0.140625 1.609375 -0.34375 1.34375 -0.796875 C 1.09375 -1.234375 1.09375 -1.84375 1.09375 -2.203125 C 1.09375 -2.578125 1.09375 -3.125 1.34375 -3.5625 C 1.609375 -4.015625 2.078125 -4.21875 2.46875 -4.21875 C 2.90625 -4.21875 3.328125 -4 3.59375 -3.578125 C 3.84375 -3.15625 3.84375 -2.578125 3.84375 -2.203125 Z M 3.84375 -2.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 4.109375 -1.171875 C 4.109375 -1.28125 4.015625 -1.28125 3.984375 -1.28125 C 3.890625 -1.28125 3.875 -1.234375 3.859375 -1.171875 C 3.5625 -0.25 2.921875 -0.140625 2.5625 -0.140625 C 2.03125 -0.140625 1.15625 -0.5625 1.15625 -2.15625 C 1.15625 -3.78125 1.96875 -4.1875 2.5 -4.1875 C 2.578125 -4.1875 3.203125 -4.1875 3.5625 -3.828125 C 3.15625 -3.796875 3.09375 -3.5 3.09375 -3.375 C 3.09375 -3.109375 3.265625 -2.90625 3.546875 -2.90625 C 3.796875 -2.90625 4 -3.078125 4 -3.375 C 4 -4.046875 3.25 -4.4375 2.484375 -4.4375 C 1.25 -4.4375 0.34375 -3.375 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.46875 0.109375 C 3.796875 0.109375 4.109375 -1.078125 4.109375 -1.171875 Z M 4.109375 -1.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 5.296875 0 L 5.296875 -0.3125 C 4.609375 -0.3125 4.53125 -0.375 4.53125 -0.859375 L 4.53125 -4.375 L 3.078125 -4.265625 L 3.078125 -3.96875 C 3.765625 -3.96875 3.84375 -3.890625 3.84375 -3.40625 L 3.84375 -1.640625 C 3.84375 -0.78125 3.375 -0.109375 2.640625 -0.109375 C 1.8125 -0.109375 1.765625 -0.578125 1.765625 -1.09375 L 1.765625 -4.375 L 0.3125 -4.265625 L 0.3125 -3.96875 C 1.09375 -3.96875 1.09375 -3.9375 1.09375 -3.046875 L 1.09375 -1.5625 C 1.09375 -0.796875 1.09375 0.109375 2.59375 0.109375 C 3.15625 0.109375 3.59375 -0.171875 3.875 -0.78125 L 3.875 0.109375 Z M 5.296875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 5.15625 -2.140625 C 5.15625 -3.390625 4.1875 -4.375 3.0625 -4.375 C 2.28125 -4.375 1.859375 -3.90625 1.703125 -3.734375 L 1.703125 -6.875 L 0.28125 -6.765625 L 0.28125 -6.453125 C 0.96875 -6.453125 1.046875 -6.390625 1.046875 -5.90625 L 1.046875 0 L 1.296875 0 L 1.65625 -0.609375 C 1.796875 -0.390625 2.21875 0.109375 2.953125 0.109375 C 4.125 0.109375 5.15625 -0.859375 5.15625 -2.140625 Z M 4.34375 -2.15625 C 4.34375 -1.78125 4.3125 -1.1875 4.03125 -0.75 C 3.828125 -0.4375 3.453125 -0.109375 2.90625 -0.109375 C 2.46875 -0.109375 2.109375 -0.34375 1.875 -0.71875 C 1.734375 -0.921875 1.734375 -0.953125 1.734375 -1.125 L 1.734375 -3.171875 C 1.734375 -3.359375 1.734375 -3.375 1.84375 -3.53125 C 2.234375 -4.078125 2.78125 -4.15625 3.015625 -4.15625 C 3.453125 -4.15625 3.8125 -3.90625 4.046875 -3.53125 C 4.3125 -3.125 4.34375 -2.5625 4.34375 -2.15625 Z M 4.34375 -2.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 4.109375 -1.171875 C 4.109375 -1.28125 4.03125 -1.296875 3.984375 -1.296875 C 3.890625 -1.296875 3.875 -1.234375 3.859375 -1.15625 C 3.5 -0.140625 2.609375 -0.140625 2.515625 -0.140625 C 2.015625 -0.140625 1.625 -0.4375 1.390625 -0.796875 C 1.09375 -1.28125 1.09375 -1.9375 1.09375 -2.28125 L 3.859375 -2.28125 C 4.078125 -2.28125 4.109375 -2.28125 4.109375 -2.5 C 4.109375 -3.484375 3.578125 -4.4375 2.34375 -4.4375 C 1.1875 -4.4375 0.28125 -3.421875 0.28125 -2.171875 C 0.28125 -0.859375 1.3125 0.109375 2.453125 0.109375 C 3.671875 0.109375 4.109375 -0.984375 4.109375 -1.171875 Z M 3.453125 -2.5 L 1.109375 -2.5 C 1.171875 -3.96875 2 -4.21875 2.34375 -4.21875 C 3.359375 -4.21875 3.453125 -2.875 3.453125 -2.5 Z M 3.453125 -2.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 4.9375 -1.84375 C 4.9375 -2.828125 4.296875 -3.640625 3.453125 -3.84375 L 2.1875 -4.15625 C 1.578125 -4.296875 1.1875 -4.828125 1.1875 -5.40625 C 1.1875 -6.109375 1.71875 -6.703125 2.5 -6.703125 C 4.15625 -6.703125 4.375 -5.078125 4.421875 -4.640625 C 4.4375 -4.578125 4.4375 -4.515625 4.546875 -4.515625 C 4.671875 -4.515625 4.671875 -4.5625 4.671875 -4.75 L 4.671875 -6.75 C 4.671875 -6.921875 4.671875 -6.984375 4.5625 -6.984375 C 4.5 -6.984375 4.484375 -6.96875 4.421875 -6.859375 L 4.078125 -6.296875 C 3.78125 -6.578125 3.375 -6.984375 2.484375 -6.984375 C 1.390625 -6.984375 0.5625 -6.109375 0.5625 -5.0625 C 0.5625 -4.234375 1.078125 -3.515625 1.859375 -3.25 C 1.96875 -3.203125 2.46875 -3.09375 3.15625 -2.921875 C 3.421875 -2.859375 3.71875 -2.78125 4 -2.421875 C 4.203125 -2.15625 4.3125 -1.828125 4.3125 -1.5 C 4.3125 -0.796875 3.8125 -0.09375 2.984375 -0.09375 C 2.6875 -0.09375 1.9375 -0.140625 1.421875 -0.625 C 0.84375 -1.15625 0.8125 -1.796875 0.796875 -2.15625 C 0.796875 -2.25 0.71875 -2.25 0.6875 -2.25 C 0.5625 -2.25 0.5625 -2.171875 0.5625 -2 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.65625 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.46875 C 1.46875 -0.140625 2.109375 0.21875 2.984375 0.21875 C 4.15625 0.21875 4.9375 -0.75 4.9375 -1.84375 Z M 4.9375 -1.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 3.609375 -3.78125 C 3.609375 -4.09375 3.296875 -4.375 2.875 -4.375 C 2.15625 -4.375 1.796875 -3.71875 1.65625 -3.28125 L 1.65625 -4.375 L 0.28125 -4.265625 L 0.28125 -3.96875 C 0.96875 -3.96875 1.046875 -3.890625 1.046875 -3.40625 L 1.046875 -0.75 C 1.046875 -0.3125 0.9375 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.40625 -0.03125 C 1.796875 -0.03125 2.265625 -0.03125 2.671875 0 L 2.671875 -0.3125 L 2.453125 -0.3125 C 1.71875 -0.3125 1.703125 -0.421875 1.703125 -0.765625 L 1.703125 -2.296875 C 1.703125 -3.28125 2.125 -4.15625 2.875 -4.15625 C 2.9375 -4.15625 2.96875 -4.15625 2.984375 -4.15625 C 2.953125 -4.140625 2.75 -4.015625 2.75 -3.765625 C 2.75 -3.484375 2.96875 -3.34375 3.1875 -3.34375 C 3.359375 -3.34375 3.609375 -3.453125 3.609375 -3.78125 Z M 3.609375 -3.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 4.78125 -0.875 L 4.78125 -1.4375 L 4.53125 -1.4375 L 4.53125 -0.875 C 4.53125 -0.3125 4.296875 -0.25 4.1875 -0.25 C 3.859375 -0.25 3.8125 -0.6875 3.8125 -0.75 L 3.8125 -2.71875 C 3.8125 -3.140625 3.8125 -3.53125 3.453125 -3.890625 C 3.078125 -4.28125 2.578125 -4.4375 2.09375 -4.4375 C 1.28125 -4.4375 0.609375 -3.96875 0.609375 -3.3125 C 0.609375 -3.015625 0.796875 -2.859375 1.0625 -2.859375 C 1.34375 -2.859375 1.515625 -3.046875 1.515625 -3.3125 C 1.515625 -3.421875 1.46875 -3.75 1.015625 -3.765625 C 1.28125 -4.109375 1.765625 -4.21875 2.078125 -4.21875 C 2.5625 -4.21875 3.125 -3.828125 3.125 -2.953125 L 3.125 -2.578125 C 2.625 -2.5625 1.9375 -2.53125 1.3125 -2.234375 C 0.5625 -1.890625 0.3125 -1.375 0.3125 -0.9375 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.5625 0.109375 3.015625 -0.28125 3.203125 -0.75 C 3.234375 -0.359375 3.5 0.0625 3.96875 0.0625 C 4.1875 0.0625 4.78125 -0.078125 4.78125 -0.875 Z M 3.125 -1.390625 C 3.125 -0.453125 2.421875 -0.109375 1.96875 -0.109375 C 1.484375 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.3125 3.125 -2.375 Z M 3.125 -1.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 2.453125 0 L 2.453125 -0.3125 C 1.796875 -0.3125 1.75 -0.359375 1.75 -0.75 L 1.75 -4.375 L 0.359375 -4.265625 L 0.359375 -3.96875 C 1.015625 -3.96875 1.09375 -3.90625 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.765625 -0.03125 2.109375 -0.015625 2.453125 0 Z M 1.90625 -5.984375 C 1.90625 -6.25 1.671875 -6.515625 1.375 -6.515625 C 1.046875 -6.515625 0.84375 -6.234375 0.84375 -5.984375 C 0.84375 -5.71875 1.0625 -5.453125 1.359375 -5.453125 C 1.703125 -5.453125 1.90625 -5.734375 1.90625 -5.984375 Z M 1.90625 -5.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 5.296875 0 L 5.296875 -0.3125 C 4.78125 -0.3125 4.53125 -0.3125 4.53125 -0.609375 L 4.53125 -2.5 C 4.53125 -3.34375 4.53125 -3.65625 4.21875 -4.015625 C 4.078125 -4.1875 3.75 -4.375 3.1875 -4.375 C 2.453125 -4.375 1.984375 -3.953125 1.71875 -3.34375 L 1.71875 -4.375 L 0.3125 -4.265625 L 0.3125 -3.96875 C 1.015625 -3.96875 1.09375 -3.890625 1.09375 -3.40625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.4375 -0.03125 L 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -2.578125 C 1.765625 -3.609375 2.484375 -4.15625 3.109375 -4.15625 C 3.734375 -4.15625 3.84375 -3.625 3.84375 -3.0625 L 3.84375 -0.75 C 3.84375 -0.3125 3.734375 -0.3125 3.078125 -0.3125 L 3.078125 0 L 4.1875 -0.03125 Z M 5.296875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 7.28125 -2.390625 L 7.28125 -2.703125 L 6.078125 -2.671875 C 5.671875 -2.671875 4.828125 -2.671875 4.484375 -2.703125 L 4.484375 -2.390625 L 4.796875 -2.390625 C 5.6875 -2.390625 5.71875 -2.28125 5.71875 -1.921875 L 5.71875 -1.28125 C 5.71875 -0.171875 4.453125 -0.09375 4.1875 -0.09375 C 3.53125 -0.09375 1.578125 -0.4375 1.578125 -3.390625 C 1.578125 -6.34375 3.53125 -6.671875 4.125 -6.671875 C 5.1875 -6.671875 6.078125 -5.78125 6.28125 -4.328125 C 6.296875 -4.1875 6.296875 -4.15625 6.4375 -4.15625 C 6.59375 -4.15625 6.59375 -4.1875 6.59375 -4.390625 L 6.59375 -6.75 C 6.59375 -6.921875 6.59375 -6.984375 6.484375 -6.984375 C 6.453125 -6.984375 6.40625 -6.984375 6.328125 -6.859375 L 5.828125 -6.125 C 5.515625 -6.453125 4.984375 -6.984375 4 -6.984375 C 2.15625 -6.984375 0.5625 -5.421875 0.5625 -3.390625 C 0.5625 -1.359375 2.140625 0.21875 4.015625 0.21875 C 4.75 0.21875 5.53125 -0.046875 5.875 -0.625 C 6 -0.40625 6.40625 -0.015625 6.515625 -0.015625 C 6.59375 -0.015625 6.59375 -0.09375 6.59375 -0.234375 L 6.59375 -1.96875 C 6.59375 -2.34375 6.640625 -2.390625 7.28125 -2.390625 Z M 7.28125 -2.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 4.796875 -4 C 4.796875 -4.171875 4.6875 -4.484375 4.296875 -4.484375 C 4.09375 -4.484375 3.671875 -4.421875 3.25 -4.015625 C 2.828125 -4.34375 2.421875 -4.375 2.203125 -4.375 C 1.28125 -4.375 0.59375 -3.6875 0.59375 -2.9375 C 0.59375 -2.5 0.8125 -2.125 1.0625 -1.90625 C 0.9375 -1.765625 0.75 -1.4375 0.75 -1.09375 C 0.75 -0.78125 0.875 -0.40625 1.1875 -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.46875 2.046875 C 3.640625 2.046875 4.671875 1.53125 4.671875 0.765625 C 4.671875 0.421875 4.53125 -0.09375 4.015625 -0.359375 C 3.5 -0.640625 2.921875 -0.640625 2.3125 -0.640625 C 2.078125 -0.640625 1.640625 -0.640625 1.578125 -0.65625 C 1.265625 -0.6875 1.046875 -1 1.046875 -1.3125 C 1.046875 -1.359375 1.046875 -1.578125 1.21875 -1.78125 C 1.609375 -1.5 2.015625 -1.46875 2.203125 -1.46875 C 3.125 -1.46875 3.796875 -2.15625 3.796875 -2.921875 C 3.796875 -3.28125 3.640625 -3.65625 3.390625 -3.890625 C 3.75 -4.21875 4.109375 -4.265625 4.296875 -4.265625 C 4.296875 -4.265625 4.359375 -4.265625 4.390625 -4.265625 C 4.28125 -4.21875 4.234375 -4.109375 4.234375 -4 C 4.234375 -3.828125 4.359375 -3.703125 4.515625 -3.703125 C 4.609375 -3.703125 4.796875 -3.78125 4.796875 -4 Z M 3.0625 -2.9375 C 3.0625 -2.671875 3.046875 -2.34375 2.90625 -2.09375 C 2.828125 -1.984375 2.59375 -1.703125 2.203125 -1.703125 C 1.34375 -1.703125 1.34375 -2.6875 1.34375 -2.921875 C 1.34375 -3.1875 1.34375 -3.5 1.5 -3.75 C 1.578125 -3.875 1.796875 -4.15625 2.203125 -4.15625 C 3.0625 -4.15625 3.0625 -3.15625 3.0625 -2.9375 Z M 4.15625 0.78125 C 4.15625 1.3125 3.453125 1.8125 2.484375 1.8125 C 1.46875 1.8125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.1875 -0.0625 C 3.046875 -0.0625 4.15625 -0.0625 4.15625 0.78125 Z M 4.15625 0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 3.28125 2.375 C 3.28125 2.34375 3.28125 2.328125 3.109375 2.15625 C 1.875 0.90625 1.5625 -0.953125 1.5625 -2.484375 C 1.5625 -4.203125 1.9375 -5.921875 3.15625 -7.15625 C 3.28125 -7.28125 3.28125 -7.296875 3.28125 -7.328125 C 3.28125 -7.40625 3.234375 -7.4375 3.1875 -7.4375 C 3.078125 -7.4375 2.1875 -6.75 1.609375 -5.5 C 1.09375 -4.40625 0.984375 -3.3125 0.984375 -2.484375 C 0.984375 -1.703125 1.09375 -0.5 1.640625 0.609375 C 2.234375 1.828125 3.078125 2.484375 3.1875 2.484375 C 3.234375 2.484375 3.28125 2.453125 3.28125 2.375 Z M 3.28125 2.375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 2.859375 -2.484375 C 2.859375 -3.25 2.75 -4.453125 2.203125 -5.5625 C 1.609375 -6.78125 0.765625 -7.4375 0.65625 -7.4375 C 0.609375 -7.4375 0.5625 -7.390625 0.5625 -7.328125 C 0.5625 -7.296875 0.5625 -7.28125 0.75 -7.109375 C 1.71875 -6.125 2.28125 -4.546875 2.28125 -2.484375 C 2.28125 -0.78125 1.921875 0.953125 0.6875 2.203125 C 0.5625 2.328125 0.5625 2.34375 0.5625 2.375 C 0.5625 2.4375 0.609375 2.484375 0.65625 2.484375 C 0.765625 2.484375 1.65625 1.796875 2.234375 0.546875 C 2.75 -0.546875 2.859375 -1.640625 2.859375 -2.484375 Z M 2.859375 -2.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 6.1875 -4.921875 C 6.1875 -5.890625 5.203125 -6.765625 3.84375 -6.765625 L 0.34375 -6.765625 L 0.34375 -6.453125 L 0.578125 -6.453125 C 1.34375 -6.453125 1.359375 -6.34375 1.359375 -6 L 1.359375 -0.765625 C 1.359375 -0.421875 1.34375 -0.3125 0.578125 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.6875 -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.765625 L 2.25 -3.125 L 3.921875 -3.125 C 5.109375 -3.125 6.1875 -3.9375 6.1875 -4.921875 Z M 5.15625 -4.921875 C 5.15625 -4.453125 5.15625 -3.390625 3.59375 -3.390625 L 2.21875 -3.390625 L 2.21875 -6.0625 C 2.21875 -6.390625 2.234375 -6.453125 2.703125 -6.453125 L 3.59375 -6.453125 C 5.15625 -6.453125 5.15625 -5.40625 5.15625 -4.921875 Z M 5.15625 -4.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 5.21875 0 L 5.21875 -0.3125 C 4.53125 -0.3125 4.453125 -0.375 4.453125 -0.859375 L 4.453125 -6.875 L 3.015625 -6.765625 L 3.015625 -6.453125 C 3.71875 -6.453125 3.796875 -6.390625 3.796875 -5.90625 L 3.796875 -3.765625 C 3.5 -4.125 3.078125 -4.375 2.546875 -4.375 C 1.375 -4.375 0.34375 -3.40625 0.34375 -2.125 C 0.34375 -0.875 1.3125 0.109375 2.4375 0.109375 C 3.078125 0.109375 3.515625 -0.234375 3.765625 -0.546875 L 3.765625 0.109375 Z M 3.765625 -1.171875 C 3.765625 -0.984375 3.765625 -0.96875 3.65625 -0.796875 C 3.359375 -0.328125 2.90625 -0.109375 2.484375 -0.109375 C 2.046875 -0.109375 1.6875 -0.359375 1.453125 -0.75 C 1.1875 -1.15625 1.15625 -1.71875 1.15625 -2.125 C 1.15625 -2.484375 1.171875 -3.078125 1.46875 -3.53125 C 1.671875 -3.828125 2.046875 -4.15625 2.578125 -4.15625 C 2.9375 -4.15625 3.34375 -4.015625 3.65625 -3.5625 C 3.765625 -3.390625 3.765625 -3.375 3.765625 -3.203125 Z M 3.765625 -1.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 7.09375 -6.453125 L 7.09375 -6.765625 L 5.9375 -6.734375 L 4.78125 -6.765625 L 4.78125 -6.453125 C 5.796875 -6.453125 5.796875 -6 5.796875 -5.71875 L 5.796875 -1.5 L 2.296875 -6.640625 C 2.203125 -6.75 2.203125 -6.765625 2.015625 -6.765625 L 0.328125 -6.765625 L 0.328125 -6.453125 L 0.609375 -6.453125 C 0.765625 -6.453125 0.953125 -6.453125 1.109375 -6.4375 C 1.34375 -6.40625 1.34375 -6.40625 1.34375 -6.21875 L 1.34375 -1.046875 C 1.34375 -0.765625 1.34375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.484375 -0.03125 L 2.640625 0 L 2.640625 -0.3125 C 1.625 -0.3125 1.625 -0.765625 1.625 -1.046875 L 1.625 -6.1875 C 1.671875 -6.140625 1.6875 -6.125 1.71875 -6.078125 L 5.765625 -0.125 C 5.859375 -0.015625 5.859375 0 5.9375 0 C 6.078125 0 6.078125 -0.0625 6.078125 -0.25 L 6.078125 -5.71875 C 6.078125 -6 6.078125 -6.453125 7.09375 -6.453125 Z M 7.09375 -6.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 2.734375 -1.859375 L 2.734375 -2.421875 L 0.109375 -2.421875 L 0.109375 -1.859375 Z M 2.734375 -1.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 2.53125 0 L 2.53125 -0.3125 C 1.859375 -0.3125 1.75 -0.3125 1.75 -0.75 L 1.75 -6.875 L 0.328125 -6.765625 L 0.328125 -6.453125 C 1.015625 -6.453125 1.09375 -6.390625 1.09375 -5.90625 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 Z M 2.53125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 5.03125 -3.96875 L 5.03125 -4.265625 C 4.796875 -4.25 4.515625 -4.234375 4.296875 -4.234375 L 3.421875 -4.265625 L 3.421875 -3.96875 C 3.734375 -3.953125 3.890625 -3.78125 3.890625 -3.53125 C 3.890625 -3.4375 3.890625 -3.421875 3.828125 -3.296875 L 2.828125 -0.859375 L 1.734375 -3.53125 C 1.6875 -3.625 1.671875 -3.671875 1.671875 -3.703125 C 1.671875 -3.96875 2.046875 -3.96875 2.234375 -3.96875 L 2.234375 -4.265625 L 1.15625 -4.234375 C 0.875 -4.234375 0.484375 -4.25 0.1875 -4.265625 L 0.1875 -3.96875 C 0.65625 -3.96875 0.859375 -3.96875 0.984375 -3.609375 L 2.484375 0 L 2.234375 0.578125 C 2.015625 1.125 1.734375 1.8125 1.09375 1.8125 C 1.046875 1.8125 0.828125 1.8125 0.640625 1.640625 C 0.9375 1.59375 1.015625 1.375 1.015625 1.21875 C 1.015625 0.953125 0.828125 0.796875 0.609375 0.796875 C 0.40625 0.796875 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.671875 0.609375 2.03125 1.09375 2.03125 C 1.71875 2.03125 2.125 1.46875 2.375 0.90625 L 4.109375 -3.328125 C 4.375 -3.953125 4.875 -3.96875 5.03125 -3.96875 Z M 5.03125 -3.96875 "/>
</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.140625 -2.59375 C 7.140625 -2.671875 7.09375 -2.703125 7.015625 -2.703125 C 6.78125 -2.703125 6.203125 -2.671875 5.96875 -2.671875 L 4.59375 -2.703125 C 4.5 -2.703125 4.375 -2.703125 4.375 -2.5 C 4.375 -2.390625 4.453125 -2.390625 4.671875 -2.390625 C 4.671875 -2.390625 4.96875 -2.390625 5.203125 -2.375 C 5.453125 -2.34375 5.515625 -2.3125 5.515625 -2.1875 C 5.515625 -2.09375 5.40625 -1.65625 5.296875 -1.28125 C 5.015625 -0.203125 3.734375 -0.09375 3.390625 -0.09375 C 2.4375 -0.09375 1.390625 -0.65625 1.390625 -2.171875 C 1.390625 -2.484375 1.5 -4.109375 2.53125 -5.40625 C 3.078125 -6.078125 4.03125 -6.671875 5.015625 -6.671875 C 6.015625 -6.671875 6.609375 -5.90625 6.609375 -4.765625 C 6.609375 -4.375 6.578125 -4.359375 6.578125 -4.265625 C 6.578125 -4.15625 6.6875 -4.15625 6.71875 -4.15625 C 6.859375 -4.15625 6.859375 -4.1875 6.90625 -4.359375 L 7.53125 -6.890625 C 7.53125 -6.921875 7.515625 -6.984375 7.421875 -6.984375 C 7.390625 -6.984375 7.375 -6.96875 7.265625 -6.859375 L 6.578125 -6.109375 C 6.484375 -6.234375 6.03125 -6.984375 4.9375 -6.984375 C 2.71875 -6.984375 0.5 -4.796875 0.5 -2.5 C 0.5 -0.921875 1.59375 0.21875 3.203125 0.21875 C 3.640625 0.21875 4.078125 0.125 4.4375 -0.015625 C 4.9375 -0.21875 5.125 -0.421875 5.296875 -0.625 C 5.390625 -0.375 5.640625 -0.015625 5.75 -0.015625 C 5.796875 -0.015625 5.8125 -0.046875 5.8125 -0.046875 C 5.828125 -0.0625 5.9375 -0.453125 5.984375 -0.65625 L 6.171875 -1.421875 C 6.21875 -1.578125 6.265625 -1.75 6.296875 -1.921875 C 6.40625 -2.375 6.421875 -2.390625 6.984375 -2.390625 C 7.03125 -2.390625 7.140625 -2.40625 7.140625 -2.59375 Z M 7.140625 -2.59375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 3.921875 -1.53125 C 3.921875 -1.890625 3.734375 -2.140625 3.609375 -2.265625 C 3.34375 -2.53125 3.0625 -2.578125 2.625 -2.671875 C 2.265625 -2.75 1.875 -2.828125 1.875 -3.265625 C 1.875 -3.5625 2.109375 -4.15625 2.984375 -4.15625 C 3.234375 -4.15625 3.71875 -4.09375 3.875 -3.703125 C 3.59375 -3.6875 3.390625 -3.484375 3.390625 -3.265625 C 3.390625 -3.125 3.484375 -2.96875 3.703125 -2.96875 C 3.921875 -2.96875 4.15625 -3.140625 4.15625 -3.53125 C 4.15625 -3.96875 3.734375 -4.375 2.984375 -4.375 C 1.671875 -4.375 1.3125 -3.375 1.3125 -2.9375 C 1.3125 -2.15625 2.046875 -2.015625 2.328125 -1.953125 C 2.84375 -1.859375 3.359375 -1.75 3.359375 -1.203125 C 3.359375 -0.9375 3.125 -0.109375 1.9375 -0.109375 C 1.796875 -0.109375 1.046875 -0.109375 0.8125 -0.640625 C 1.1875 -0.578125 1.4375 -0.875 1.4375 -1.15625 C 1.4375 -1.390625 1.28125 -1.5 1.0625 -1.5 C 0.8125 -1.5 0.515625 -1.296875 0.515625 -0.859375 C 0.515625 -0.28125 1.078125 0.109375 1.9375 0.109375 C 3.53125 0.109375 3.921875 -1.09375 3.921875 -1.53125 Z M 3.921875 -1.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 5.375 -1.421875 C 5.375 -1.515625 5.296875 -1.515625 5.265625 -1.515625 C 5.15625 -1.515625 5.15625 -1.46875 5.125 -1.34375 C 4.984375 -0.78125 4.796875 -0.109375 4.375 -0.109375 C 4.171875 -0.109375 4.078125 -0.234375 4.078125 -0.5625 C 4.078125 -0.78125 4.1875 -1.25 4.265625 -1.59375 L 4.546875 -2.671875 C 4.578125 -2.8125 4.671875 -3.1875 4.71875 -3.34375 C 4.765625 -3.5625 4.859375 -3.9375 4.859375 -4 C 4.859375 -4.1875 4.71875 -4.265625 4.578125 -4.265625 C 4.53125 -4.265625 4.265625 -4.265625 4.1875 -3.921875 L 3.453125 -0.9375 C 3.4375 -0.90625 3.046875 -0.109375 2.3125 -0.109375 C 1.796875 -0.109375 1.703125 -0.5625 1.703125 -0.921875 C 1.703125 -1.46875 1.984375 -2.265625 2.234375 -2.9375 C 2.359375 -3.234375 2.40625 -3.375 2.40625 -3.5625 C 2.40625 -4.015625 2.09375 -4.375 1.59375 -4.375 C 0.65625 -4.375 0.28125 -2.9375 0.28125 -2.859375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.78125 0.5625 -2.9375 C 0.8125 -3.796875 1.1875 -4.15625 1.5625 -4.15625 C 1.65625 -4.15625 1.8125 -4.15625 1.8125 -3.828125 C 1.8125 -3.59375 1.703125 -3.3125 1.640625 -3.15625 C 1.28125 -2.171875 1.0625 -1.5625 1.0625 -1.078125 C 1.0625 -0.140625 1.75 0.109375 2.28125 0.109375 C 2.9375 0.109375 3.296875 -0.34375 3.46875 -0.5625 C 3.578125 -0.15625 3.921875 0.109375 4.34375 0.109375 C 4.703125 0.109375 4.921875 -0.125 5.078125 -0.4375 C 5.25 -0.796875 5.375 -1.421875 5.375 -1.421875 Z M 5.375 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 4.9375 -1.421875 C 4.9375 -1.515625 4.84375 -1.515625 4.8125 -1.515625 C 4.71875 -1.515625 4.703125 -1.46875 4.671875 -1.34375 C 4.5 -0.6875 4.328125 -0.109375 3.921875 -0.109375 C 3.65625 -0.109375 3.625 -0.359375 3.625 -0.5625 C 3.625 -0.796875 3.640625 -0.875 3.6875 -1.046875 L 5.109375 -6.765625 C 5.109375 -6.765625 5.109375 -6.875 4.984375 -6.875 C 4.828125 -6.875 3.890625 -6.78125 3.71875 -6.765625 C 3.640625 -6.75 3.59375 -6.703125 3.59375 -6.578125 C 3.59375 -6.453125 3.671875 -6.453125 3.828125 -6.453125 C 4.296875 -6.453125 4.3125 -6.390625 4.3125 -6.296875 L 4.296875 -6.09375 L 3.6875 -3.75 C 3.515625 -4.109375 3.234375 -4.375 2.78125 -4.375 C 1.625 -4.375 0.390625 -2.921875 0.390625 -1.46875 C 0.390625 -0.546875 0.9375 0.109375 1.71875 0.109375 C 1.90625 0.109375 2.40625 0.0625 3 -0.640625 C 3.078125 -0.21875 3.421875 0.109375 3.90625 0.109375 C 4.25 0.109375 4.484375 -0.125 4.640625 -0.4375 C 4.796875 -0.796875 4.9375 -1.421875 4.9375 -1.421875 Z M 3.546875 -3.125 L 3.046875 -1.171875 C 3 -1 3 -0.984375 2.859375 -0.8125 C 2.421875 -0.265625 2.015625 -0.109375 1.734375 -0.109375 C 1.234375 -0.109375 1.09375 -0.65625 1.09375 -1.046875 C 1.09375 -1.53125 1.421875 -2.75 1.640625 -3.203125 C 1.953125 -3.796875 2.390625 -4.15625 2.796875 -4.15625 C 3.4375 -4.15625 3.578125 -3.34375 3.578125 -3.28125 C 3.578125 -3.234375 3.5625 -3.171875 3.546875 -3.125 Z M 3.546875 -3.125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 4.8125 -3.78125 C 4.859375 -3.90625 4.859375 -3.9375 4.859375 -4 C 4.859375 -4.1875 4.71875 -4.265625 4.5625 -4.265625 C 4.46875 -4.265625 4.3125 -4.203125 4.21875 -4.0625 C 4.203125 -4.015625 4.125 -3.703125 4.078125 -3.53125 L 3.890625 -2.734375 L 3.4375 -0.953125 C 3.390625 -0.796875 2.96875 -0.109375 2.3125 -0.109375 C 1.8125 -0.109375 1.703125 -0.546875 1.703125 -0.90625 C 1.703125 -1.359375 1.875 -1.984375 2.203125 -2.859375 C 2.375 -3.265625 2.40625 -3.375 2.40625 -3.5625 C 2.40625 -4.015625 2.09375 -4.375 1.59375 -4.375 C 0.65625 -4.375 0.28125 -2.9375 0.28125 -2.859375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.78125 0.5625 -2.9375 C 0.828125 -3.859375 1.234375 -4.15625 1.5625 -4.15625 C 1.640625 -4.15625 1.8125 -4.15625 1.8125 -3.84375 C 1.8125 -3.59375 1.71875 -3.34375 1.640625 -3.15625 C 1.25 -2.09375 1.0625 -1.53125 1.0625 -1.0625 C 1.0625 -0.1875 1.6875 0.109375 2.28125 0.109375 C 2.671875 0.109375 3 -0.0625 3.28125 -0.34375 C 3.15625 0.171875 3.03125 0.65625 2.640625 1.1875 C 2.375 1.53125 2 1.8125 1.546875 1.8125 C 1.40625 1.8125 0.953125 1.78125 0.796875 1.390625 C 0.953125 1.390625 1.078125 1.390625 1.21875 1.28125 C 1.3125 1.1875 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.046875 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.03125 1.546875 2.03125 C 2.5625 2.03125 3.59375 1.125 3.859375 0.015625 Z M 4.8125 -3.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 5.65625 -1.421875 C 5.65625 -1.515625 5.5625 -1.515625 5.53125 -1.515625 C 5.4375 -1.515625 5.4375 -1.484375 5.390625 -1.34375 C 5.1875 -0.65625 4.859375 -0.109375 4.375 -0.109375 C 4.203125 -0.109375 4.140625 -0.203125 4.140625 -0.4375 C 4.140625 -0.6875 4.234375 -0.921875 4.3125 -1.140625 C 4.5 -1.671875 4.921875 -2.75 4.921875 -3.3125 C 4.921875 -3.984375 4.5 -4.375 3.78125 -4.375 C 2.890625 -4.375 2.40625 -3.75 2.234375 -3.515625 C 2.1875 -4.078125 1.78125 -4.375 1.328125 -4.375 C 0.875 -4.375 0.6875 -4 0.578125 -3.8125 C 0.421875 -3.484375 0.28125 -2.890625 0.28125 -2.859375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.765625 0.578125 -2.984375 C 0.75 -3.6875 0.9375 -4.15625 1.296875 -4.15625 C 1.5 -4.15625 1.609375 -4.03125 1.609375 -3.703125 C 1.609375 -3.5 1.578125 -3.390625 1.453125 -2.875 L 0.875 -0.578125 C 0.84375 -0.4375 0.78125 -0.203125 0.78125 -0.15625 C 0.78125 0.015625 0.921875 0.109375 1.0625 0.109375 C 1.1875 0.109375 1.359375 0.03125 1.4375 -0.171875 C 1.453125 -0.1875 1.5625 -0.65625 1.625 -0.90625 L 1.84375 -1.796875 C 1.90625 -2.015625 1.96875 -2.234375 2.015625 -2.453125 L 2.140625 -2.953125 C 2.28125 -3.265625 2.8125 -4.15625 3.75 -4.15625 C 4.203125 -4.15625 4.296875 -3.796875 4.296875 -3.46875 C 4.296875 -2.859375 3.796875 -1.578125 3.640625 -1.15625 C 3.5625 -0.9375 3.546875 -0.8125 3.546875 -0.703125 C 3.546875 -0.234375 3.890625 0.109375 4.359375 0.109375 C 5.296875 0.109375 5.65625 -1.34375 5.65625 -1.421875 Z M 5.65625 -1.421875 "/>
</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 11.515625 -4.265625 C 11.515625 -4.5625 11.234375 -4.5625 10.984375 -4.5625 L 6.453125 -4.5625 L 6.453125 -9.109375 C 6.453125 -9.34375 6.453125 -9.625 6.15625 -9.625 C 5.84375 -9.625 5.84375 -9.359375 5.84375 -9.109375 L 5.84375 -4.5625 L 1.3125 -4.5625 C 1.078125 -4.5625 0.78125 -4.5625 0.78125 -4.28125 C 0.78125 -3.96875 1.0625 -3.96875 1.3125 -3.96875 L 5.84375 -3.96875 L 5.84375 0.5625 C 5.84375 0.796875 5.84375 1.09375 6.140625 1.09375 C 6.453125 1.09375 6.453125 0.828125 6.453125 0.5625 L 6.453125 -3.96875 L 10.984375 -3.96875 C 11.21875 -3.96875 11.515625 -3.96875 11.515625 -4.265625 Z M 11.515625 -4.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 3.96875 -0.984375 C 3.96875 -1.078125 3.875 -1.078125 3.84375 -1.078125 C 3.75 -1.078125 3.75 -1.046875 3.703125 -0.875 C 3.609375 -0.53125 3.484375 -0.125 3.1875 -0.125 C 3.015625 -0.125 2.96875 -0.28125 2.96875 -0.46875 C 2.96875 -0.578125 3.015625 -0.828125 3.0625 -1.015625 L 3.21875 -1.640625 C 3.28125 -1.890625 3.296875 -1.9375 3.359375 -2.171875 C 3.40625 -2.34375 3.484375 -2.671875 3.484375 -2.703125 C 3.484375 -2.859375 3.359375 -2.921875 3.25 -2.921875 C 3.125 -2.921875 2.96875 -2.84375 2.921875 -2.65625 C 2.78125 -2.875 2.546875 -3.0625 2.21875 -3.0625 C 1.328125 -3.0625 0.421875 -2.078125 0.421875 -1.078125 C 0.421875 -0.40625 0.875 0.0625 1.46875 0.0625 C 1.84375 0.0625 2.171875 -0.140625 2.453125 -0.421875 C 2.59375 0 2.984375 0.0625 3.171875 0.0625 C 3.421875 0.0625 3.59375 -0.078125 3.71875 -0.296875 C 3.875 -0.5625 3.96875 -0.96875 3.96875 -0.984375 Z M 2.8125 -2.171875 L 2.484375 -0.875 C 2.4375 -0.671875 2.28125 -0.53125 2.125 -0.40625 C 2.0625 -0.34375 1.796875 -0.125 1.484375 -0.125 C 1.234375 -0.125 0.984375 -0.3125 0.984375 -0.796875 C 0.984375 -1.171875 1.1875 -1.921875 1.34375 -2.203125 C 1.671875 -2.765625 2.015625 -2.859375 2.21875 -2.859375 C 2.703125 -2.859375 2.828125 -2.34375 2.828125 -2.265625 C 2.828125 -2.234375 2.8125 -2.1875 2.8125 -2.171875 Z M 2.8125 -2.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 2.9375 0.46875 L 3.6875 -2.5625 C 3.71875 -2.65625 3.71875 -2.703125 3.71875 -2.703125 C 3.71875 -2.859375 3.59375 -2.921875 3.484375 -2.921875 C 3.328125 -2.921875 3.1875 -2.796875 3.15625 -2.65625 C 3.046875 -2.84375 2.8125 -3.0625 2.453125 -3.0625 C 1.578125 -3.0625 0.671875 -2.125 0.671875 -1.140625 C 0.671875 -0.421875 1.15625 0 1.734375 0 C 2.046875 0 2.359375 -0.15625 2.59375 -0.375 C 2.484375 0.0625 2.546875 -0.1875 2.4375 0.25 C 2.359375 0.546875 2.3125 0.734375 2.046875 0.96875 C 1.75 1.21875 1.453125 1.21875 1.28125 1.21875 C 0.953125 1.21875 0.875 1.203125 0.75 1.171875 C 0.921875 1.09375 0.96875 0.921875 0.96875 0.828125 C 0.96875 0.65625 0.828125 0.5625 0.6875 0.5625 C 0.5 0.5625 0.296875 0.734375 0.296875 0.984375 C 0.296875 1.40625 0.890625 1.421875 1.28125 1.421875 C 2.375 1.421875 2.84375 0.859375 2.9375 0.46875 Z M 2.734375 -0.921875 C 2.703125 -0.8125 2.703125 -0.8125 2.59375 -0.671875 C 2.34375 -0.375 2.015625 -0.1875 1.75 -0.1875 C 1.390625 -0.1875 1.234375 -0.5 1.234375 -0.859375 C 1.234375 -1.15625 1.421875 -1.9375 1.59375 -2.234375 C 1.890625 -2.71875 2.21875 -2.859375 2.453125 -2.859375 C 2.9375 -2.859375 3.0625 -2.34375 3.0625 -2.28125 C 3.0625 -2.28125 3.0625 -2.25 3.046875 -2.171875 Z M 2.734375 -0.921875 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 219 91 L 268 91 L 268 132.347656 L 219 132.347656 Z M 219 91 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 0.5 44 L 26 44 L 26 46 L 0.5 46 Z M 0.5 44 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 267 29 L 287.925781 29 L 287.925781 61 L 267 61 Z M 267 29 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 267 99 L 287.925781 99 L 287.925781 132 L 267 132 Z M 267 99 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(79.998779%,88.938904%,94.819641%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 88.145751 -20.649762 L 221.799738 -20.649762 L 221.799738 44.286644 L 88.145751 44.286644 Z M 88.145751 -20.649762 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(96.998596%,86.499023%,81.959534%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 88.145751 -86.891105 L 221.615003 -86.891105 L 221.615003 -26.663483 L 88.145751 -26.663483 Z M 88.145751 -86.891105 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="137.964789" y="11.112905"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="145.11334" y="11.112905"/>
<use xlink:href="#glyph0-2" x="148.963854" y="11.112905"/>
<use xlink:href="#glyph0-3" x="152.814369" y="11.112905"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="158.042118" y="11.112905"/>
<use xlink:href="#glyph0-5" x="162.44313" y="11.112905"/>
<use xlink:href="#glyph0-6" x="167.944148" y="11.112905"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="173.722395" y="11.112905"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-8" x="137.964789" y="81.623504"/>
<use xlink:href="#glyph0-2" x="143.465807" y="81.623504"/>
<use xlink:href="#glyph0-9" x="147.316321" y="81.623504"/>
<use xlink:href="#glyph0-10" x="151.194558" y="81.623504"/>
<use xlink:href="#glyph0-11" x="156.145079" y="81.623504"/>
<use xlink:href="#glyph0-12" x="158.895587" y="81.623504"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-13" x="167.693652" y="81.623504"/>
<use xlink:href="#glyph0-10" x="175.462998" y="81.623504"/>
<use xlink:href="#glyph0-5" x="180.413518" y="81.623504"/>
<use xlink:href="#glyph0-14" x="185.914536" y="81.623504"/>
<use xlink:href="#glyph0-7" x="190.865056" y="81.623504"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -17.00791 -14.172236 L 17.006959 -14.172236 L 17.006959 14.174798 L -17.00791 14.174798 Z M -17.00791 -14.172236 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="36.999543" y="47.479793"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="44.784142" y="47.479793"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="48.634204" y="47.479793"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-16" x="53.275347" y="47.479793"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 65.777064 0.00128092 C 65.777064 5.504033 61.319835 9.961262 55.817083 9.961262 C 50.314331 9.961262 45.853171 5.504033 45.853171 0.00128092 C 45.853171 -5.501471 50.314331 -9.962631 55.817083 -9.962631 C 61.319835 -9.962631 65.777064 -5.501471 65.777064 0.00128092 Z M 65.777064 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="96.374378" y="49.145437"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 94.623277 -14.172236 L 158.577047 -14.172236 L 158.577047 14.174798 L 94.623277 14.174798 Z M 94.623277 -14.172236 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-17" x="155.195655" y="41.511899"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-7" x="161.657074" y="41.511899"/>
<use xlink:href="#glyph0-9" x="166.058087" y="41.511899"/>
<use xlink:href="#glyph0-11" x="169.936324" y="41.511899"/>
<use xlink:href="#glyph0-3" x="172.686833" y="41.511899"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-18" x="177.914582" y="41.511899"/>
<use xlink:href="#glyph0-11" x="183.4156" y="41.511899"/>
<use xlink:href="#glyph0-4" x="186.166109" y="41.511899"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-19" x="144.399779" y="53.393028"/>
<use xlink:href="#glyph0-3" x="151.825559" y="53.393028"/>
<use xlink:href="#glyph0-12" x="156.776079" y="53.393028"/>
<use xlink:href="#glyph0-20" x="162.277097" y="53.393028"/>
<use xlink:href="#glyph0-21" x="165.577114" y="53.393028"/>
<use xlink:href="#glyph0-11" x="168.327623" y="53.393028"/>
<use xlink:href="#glyph0-12" x="171.078131" y="53.393028"/>
<use xlink:href="#glyph0-7" x="176.579149" y="53.393028"/>
<use xlink:href="#glyph0-10" x="180.980162" y="53.393028"/>
<use xlink:href="#glyph0-9" x="185.930682" y="53.393028"/>
<use xlink:href="#glyph0-11" x="189.808919" y="53.393028"/>
<use xlink:href="#glyph0-2" x="192.559428" y="53.393028"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-22" x="196.132713" y="53.393028"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 207.347153 0.00128092 C 207.347153 5.504033 202.889924 9.961262 197.387172 9.961262 C 191.88442 9.961262 187.42326 5.504033 187.42326 0.00128092 C 187.42326 -5.501471 191.88442 -9.962631 197.387172 -9.962631 C 202.889924 -9.962631 207.347153 -5.501471 207.347153 0.00128092 Z M 207.347153 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="237.068608" y="49.145437"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 253.128906 115.515625 C 253.128906 110.046875 248.699219 105.617188 243.230469 105.617188 C 237.761719 105.617188 233.328125 110.046875 233.328125 115.515625 C 233.328125 120.984375 237.761719 125.417969 243.230469 125.417969 C 248.699219 125.417969 253.128906 120.984375 253.128906 115.515625 Z M 253.128906 115.515625 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 207.347153 -70.948846 C 207.347153 -65.446094 202.889924 -60.988865 197.387172 -60.988865 C 191.88442 -60.988865 187.42326 -65.446094 187.42326 -70.948846 C 187.42326 -76.451598 191.88442 -80.912758 197.387172 -80.912758 C 202.889924 -80.912758 207.347153 -76.451598 207.347153 -70.948846 Z M 207.347153 -70.948846 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="237.068608" y="119.656036"/>
</g>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -45.854123 0.00128092 L -22.141192 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.052248 0.00128092 L 1.60681 1.683551 L 3.088622 0.00128092 L 1.60681 -1.68492 Z M 6.052248 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,22.239056,45.005179)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="5.288705" y="41.209777"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.506137 0.00128092 L 41.219068 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053327 0.00128092 L 1.60789 1.683551 L 3.085772 0.00128092 L 1.60789 -1.68492 Z M 6.053327 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,85.206733,45.005179)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 65.777064 0.00128092 L 89.489995 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.051915 0.00128092 L 1.610407 1.683551 L 3.088289 0.00128092 L 1.610407 -1.68492 Z M 6.051915 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,133.180793,45.005179)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 55.817083 38.308296 L 55.817083 14.595366 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054654 0.00131291 L 1.609216 1.683583 L 3.087098 0.00131291 L 1.609216 -1.684888 Z M 6.054654 0.00131291 " transform="matrix(0,0.993821,0.993821,0,102.533851,27.678071)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-4" x="106.327494" y="17.60355"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 159.076226 0.00128092 L 182.789157 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053086 0.00128092 L 1.607648 1.683551 L 3.089461 0.00128092 L 1.607648 -1.68492 Z M 6.053086 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,225.902285,45.005179)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 207.347153 0.00128092 L 236.731849 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 285.527344 45.003906 L 281.109375 43.332031 L 282.578125 45.003906 L 281.109375 46.679688 Z M 285.527344 45.003906 "/>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054159 0.00128092 L 1.608721 1.683551 L 3.086603 0.00128092 L 1.608721 -1.68492 Z M 6.054159 0.00128092 " transform="matrix(0.993821,0,0,-0.993821,279.510594,45.005179)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="273.494132" y="39.284746"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="278.347953" y="40.769515"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 197.387172 38.308296 L 197.387172 14.595366 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054654 0.00107178 L 1.609216 1.683342 L 3.087098 0.00107178 L 1.609216 -1.681198 Z M 6.054654 0.00107178 " transform="matrix(0,0.993821,0.993821,0,243.229404,27.678071)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-6" x="247.021725" y="14.990794"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="252.964774" y="16.475563"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 77.116664 0.00128092 L 77.116664 -70.948846 L 182.789157 -70.948846 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053086 0.00101392 L 1.607648 1.683284 L 3.089461 0.00101392 L 1.607648 -1.681256 Z M 6.053086 0.00101392 " transform="matrix(0.993821,0,0,-0.993821,225.902285,115.516633)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 125.683594 45.003906 C 125.683594 43.910156 124.796875 43.023438 123.703125 43.023438 C 122.609375 43.023438 121.722656 43.910156 121.722656 45.003906 C 121.722656 46.097656 122.609375 46.984375 123.703125 46.984375 C 124.796875 46.984375 125.683594 46.097656 125.683594 45.003906 Z M 125.683594 45.003906 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="121.097661" y="39.284746"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 207.347153 -70.948846 L 236.731849 -70.948846 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 285.527344 115.515625 L 281.109375 113.84375 L 282.578125 115.515625 L 281.109375 117.1875 Z M 285.527344 115.515625 "/>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054159 0.00101392 L 1.608721 1.683284 L 3.086603 0.00101392 L 1.608721 -1.681256 Z M 6.054159 0.00101392 " transform="matrix(0.993821,0,0,-0.993821,279.510594,115.516633)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="273.676995" y="108.887986"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="278.53181" y="110.372755"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 197.387172 -32.641831 L 197.387172 -56.354761 " transform="matrix(0.993821,0,0,-0.993821,47.062973,45.005179)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.054931 0.00107178 L 1.609493 1.683342 L 3.087375 0.00107178 L 1.609493 -1.681198 Z M 6.054931 0.00107178 " transform="matrix(0,0.993821,0.993821,0,243.229404,98.189514)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-6" x="247.021725" y="85.501393"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="252.964774" y="86.986162"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,550 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="427.502pt" height="113.092pt" viewBox="0 0 427.502 113.092" version="1.2">
<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 7 -3.328125 C 7 -5.203125 5.65625 -6.75 3.96875 -6.75 L 0.34375 -6.75 L 0.34375 -6.453125 L 0.578125 -6.453125 C 1.34375 -6.453125 1.359375 -6.34375 1.359375 -5.984375 L 1.359375 -0.765625 C 1.359375 -0.421875 1.34375 -0.3125 0.578125 -0.3125 L 0.34375 -0.3125 L 0.34375 0 L 3.96875 0 C 5.625 0 7 -1.46875 7 -3.328125 Z M 6 -3.328125 C 6 -2.21875 5.8125 -1.625 5.453125 -1.140625 C 5.265625 -0.875 4.703125 -0.3125 3.703125 -0.3125 L 2.703125 -0.3125 C 2.234375 -0.3125 2.21875 -0.375 2.21875 -0.703125 L 2.21875 -6.046875 C 2.21875 -6.375 2.234375 -6.453125 2.703125 -6.453125 L 3.6875 -6.453125 C 4.296875 -6.453125 4.984375 -6.234375 5.484375 -5.53125 C 5.921875 -4.9375 6 -4.09375 6 -3.328125 Z M 6 -3.328125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 6.578125 -2.296875 C 6.578125 -2.40625 6.578125 -2.46875 6.453125 -2.46875 C 6.34375 -2.46875 6.34375 -2.40625 6.328125 -2.3125 C 6.25 -0.90625 5.1875 -0.09375 4.109375 -0.09375 C 3.515625 -0.09375 1.578125 -0.421875 1.578125 -3.375 C 1.578125 -6.328125 3.5 -6.671875 4.109375 -6.671875 C 5.1875 -6.671875 6.0625 -5.765625 6.265625 -4.328125 C 6.28125 -4.1875 6.28125 -4.15625 6.421875 -4.15625 C 6.578125 -4.15625 6.578125 -4.1875 6.578125 -4.390625 L 6.578125 -6.734375 C 6.578125 -6.90625 6.578125 -6.96875 6.46875 -6.96875 C 6.421875 -6.96875 6.390625 -6.96875 6.3125 -6.859375 L 5.8125 -6.125 C 5.453125 -6.484375 4.9375 -6.96875 4 -6.96875 C 2.140625 -6.96875 0.546875 -5.40625 0.546875 -3.375 C 0.546875 -1.328125 2.15625 0.21875 4 0.21875 C 5.609375 0.21875 6.578125 -1.15625 6.578125 -2.296875 Z M 6.578125 -2.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 8.6875 0 L 8.6875 -0.3125 L 8.453125 -0.3125 C 7.6875 -0.3125 7.671875 -0.421875 7.671875 -0.765625 L 7.671875 -5.984375 C 7.671875 -6.34375 7.6875 -6.453125 8.453125 -6.453125 L 8.6875 -6.453125 L 8.6875 -6.75 L 7.015625 -6.75 C 6.765625 -6.75 6.765625 -6.75 6.703125 -6.5625 L 4.53125 -1 L 2.390625 -6.53125 C 2.296875 -6.75 2.265625 -6.75 2.03125 -6.75 L 0.359375 -6.75 L 0.359375 -6.453125 L 0.609375 -6.453125 C 1.359375 -6.453125 1.390625 -6.34375 1.390625 -5.984375 L 1.390625 -1.03125 C 1.390625 -0.765625 1.390625 -0.3125 0.359375 -0.3125 L 0.359375 0 L 1.515625 -0.03125 L 2.6875 0 L 2.6875 -0.3125 C 1.65625 -0.3125 1.65625 -0.765625 1.65625 -1.03125 L 1.65625 -6.375 L 1.671875 -6.375 L 4.0625 -0.21875 C 4.109375 -0.09375 4.15625 0 4.25 0 C 4.359375 0 4.390625 -0.078125 4.4375 -0.1875 L 6.859375 -6.453125 L 6.875 -6.453125 L 6.875 -0.765625 C 6.875 -0.421875 6.859375 -0.3125 6.09375 -0.3125 L 5.859375 -0.3125 L 5.859375 0 C 6.21875 -0.03125 6.890625 -0.03125 7.28125 -0.03125 C 7.671875 -0.03125 8.328125 -0.03125 8.6875 0 Z M 8.6875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 4.9375 -1.84375 C 4.9375 -2.828125 4.28125 -3.640625 3.453125 -3.84375 L 2.1875 -4.140625 C 1.578125 -4.296875 1.1875 -4.828125 1.1875 -5.40625 C 1.1875 -6.09375 1.71875 -6.703125 2.5 -6.703125 C 4.140625 -6.703125 4.359375 -5.078125 4.421875 -4.625 C 4.4375 -4.5625 4.4375 -4.515625 4.546875 -4.515625 C 4.671875 -4.515625 4.671875 -4.5625 4.671875 -4.75 L 4.671875 -6.734375 C 4.671875 -6.90625 4.671875 -6.96875 4.5625 -6.96875 C 4.484375 -6.96875 4.484375 -6.96875 4.40625 -6.84375 L 4.0625 -6.28125 C 3.765625 -6.5625 3.359375 -6.96875 2.484375 -6.96875 C 1.390625 -6.96875 0.546875 -6.109375 0.546875 -5.046875 C 0.546875 -4.234375 1.078125 -3.515625 1.84375 -3.25 C 1.953125 -3.203125 2.46875 -3.078125 3.15625 -2.921875 C 3.421875 -2.84375 3.71875 -2.78125 4 -2.40625 C 4.203125 -2.15625 4.296875 -1.828125 4.296875 -1.5 C 4.296875 -0.796875 3.8125 -0.09375 2.984375 -0.09375 C 2.6875 -0.09375 1.9375 -0.140625 1.421875 -0.625 C 0.84375 -1.15625 0.8125 -1.796875 0.796875 -2.140625 C 0.796875 -2.25 0.71875 -2.25 0.6875 -2.25 C 0.546875 -2.25 0.546875 -2.171875 0.546875 -2 L 0.546875 -0.015625 C 0.546875 0.140625 0.546875 0.21875 0.65625 0.21875 C 0.734375 0.21875 0.734375 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.46875 C 1.46875 -0.140625 2.109375 0.21875 2.984375 0.21875 C 4.140625 0.21875 4.9375 -0.75 4.9375 -1.84375 Z M 4.9375 -1.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 5.15625 -2.140625 C 5.15625 -3.390625 4.1875 -4.375 3.078125 -4.375 C 2.3125 -4.375 1.90625 -3.9375 1.703125 -3.71875 L 1.703125 -4.375 L 0.28125 -4.265625 L 0.28125 -3.953125 C 0.984375 -3.953125 1.046875 -3.890625 1.046875 -3.46875 L 1.046875 1.171875 C 1.046875 1.609375 0.9375 1.609375 0.28125 1.609375 L 0.28125 1.921875 L 1.390625 1.890625 L 2.5 1.921875 L 2.5 1.609375 C 1.84375 1.609375 1.734375 1.609375 1.734375 1.171875 L 1.734375 -0.578125 C 1.78125 -0.421875 2.203125 0.109375 2.953125 0.109375 C 4.125 0.109375 5.15625 -0.859375 5.15625 -2.140625 Z M 4.328125 -2.140625 C 4.328125 -0.9375 3.640625 -0.109375 2.90625 -0.109375 C 2.515625 -0.109375 2.140625 -0.3125 1.875 -0.71875 C 1.734375 -0.921875 1.734375 -0.9375 1.734375 -1.125 L 1.734375 -3.328125 C 2.015625 -3.84375 2.5 -4.125 3 -4.125 C 3.734375 -4.125 4.328125 -3.25 4.328125 -2.140625 Z M 4.328125 -2.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 4.109375 -1.171875 C 4.109375 -1.28125 4.03125 -1.296875 3.96875 -1.296875 C 3.890625 -1.296875 3.875 -1.234375 3.84375 -1.15625 C 3.5 -0.140625 2.609375 -0.140625 2.515625 -0.140625 C 2.015625 -0.140625 1.625 -0.4375 1.390625 -0.796875 C 1.09375 -1.28125 1.09375 -1.921875 1.09375 -2.28125 L 3.859375 -2.28125 C 4.078125 -2.28125 4.109375 -2.28125 4.109375 -2.5 C 4.109375 -3.46875 3.578125 -4.4375 2.328125 -4.4375 C 1.1875 -4.4375 0.28125 -3.40625 0.28125 -2.171875 C 0.28125 -0.84375 1.3125 0.109375 2.453125 0.109375 C 3.65625 0.109375 4.109375 -0.984375 4.109375 -1.171875 Z M 3.453125 -2.5 L 1.109375 -2.5 C 1.171875 -3.96875 2 -4.21875 2.328125 -4.21875 C 3.359375 -4.21875 3.453125 -2.875 3.453125 -2.5 Z M 3.453125 -2.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 5.21875 0 L 5.21875 -0.3125 C 4.515625 -0.3125 4.4375 -0.375 4.4375 -0.859375 L 4.4375 -6.859375 L 3.015625 -6.75 L 3.015625 -6.453125 C 3.703125 -6.453125 3.78125 -6.375 3.78125 -5.890625 L 3.78125 -3.765625 C 3.5 -4.109375 3.078125 -4.375 2.546875 -4.375 C 1.375 -4.375 0.34375 -3.40625 0.34375 -2.125 C 0.34375 -0.875 1.3125 0.109375 2.4375 0.109375 C 3.0625 0.109375 3.515625 -0.234375 3.765625 -0.546875 L 3.765625 0.109375 Z M 3.765625 -1.171875 C 3.765625 -0.984375 3.765625 -0.96875 3.65625 -0.796875 C 3.359375 -0.328125 2.90625 -0.109375 2.484375 -0.109375 C 2.03125 -0.109375 1.6875 -0.359375 1.4375 -0.734375 C 1.1875 -1.140625 1.15625 -1.71875 1.15625 -2.109375 C 1.15625 -2.484375 1.171875 -3.078125 1.46875 -3.515625 C 1.671875 -3.828125 2.046875 -4.15625 2.578125 -4.15625 C 2.921875 -4.15625 3.34375 -4 3.65625 -3.5625 C 3.765625 -3.390625 3.765625 -3.375 3.765625 -3.1875 Z M 3.765625 -1.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 4.796875 -4 C 4.796875 -4.15625 4.671875 -4.484375 4.296875 -4.484375 C 4.09375 -4.484375 3.65625 -4.421875 3.25 -4.015625 C 2.828125 -4.34375 2.40625 -4.375 2.203125 -4.375 C 1.28125 -4.375 0.59375 -3.6875 0.59375 -2.921875 C 0.59375 -2.5 0.8125 -2.109375 1.0625 -1.90625 C 0.9375 -1.765625 0.75 -1.4375 0.75 -1.09375 C 0.75 -0.78125 0.875 -0.40625 1.1875 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.25 2.03125 2.46875 2.03125 C 3.625 2.03125 4.65625 1.53125 4.65625 0.765625 C 4.65625 0.421875 4.515625 -0.09375 4.015625 -0.359375 C 3.484375 -0.640625 2.921875 -0.640625 2.3125 -0.640625 C 2.0625 -0.640625 1.640625 -0.640625 1.578125 -0.65625 C 1.25 -0.6875 1.046875 -1 1.046875 -1.3125 C 1.046875 -1.359375 1.046875 -1.578125 1.21875 -1.78125 C 1.609375 -1.5 2 -1.46875 2.203125 -1.46875 C 3.109375 -1.46875 3.796875 -2.15625 3.796875 -2.921875 C 3.796875 -3.28125 3.640625 -3.65625 3.390625 -3.875 C 3.75 -4.21875 4.109375 -4.265625 4.28125 -4.265625 C 4.28125 -4.265625 4.359375 -4.265625 4.375 -4.25 C 4.265625 -4.21875 4.21875 -4.109375 4.21875 -3.984375 C 4.21875 -3.8125 4.359375 -3.703125 4.515625 -3.703125 C 4.609375 -3.703125 4.796875 -3.765625 4.796875 -4 Z M 3.0625 -2.921875 C 3.0625 -2.65625 3.046875 -2.34375 2.890625 -2.09375 C 2.8125 -1.984375 2.59375 -1.703125 2.203125 -1.703125 C 1.328125 -1.703125 1.328125 -2.6875 1.328125 -2.921875 C 1.328125 -3.1875 1.34375 -3.5 1.5 -3.75 C 1.578125 -3.875 1.796875 -4.140625 2.203125 -4.140625 C 3.0625 -4.140625 3.0625 -3.15625 3.0625 -2.921875 Z M 4.140625 0.78125 C 4.140625 1.3125 3.4375 1.8125 2.46875 1.8125 C 1.46875 1.8125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.1875 -0.0625 C 3.03125 -0.0625 4.140625 -0.0625 4.140625 0.78125 Z M 4.140625 0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 4.65625 -2.109375 C 4.65625 -3.375 3.671875 -4.4375 2.46875 -4.4375 C 1.234375 -4.4375 0.28125 -3.359375 0.28125 -2.109375 C 0.28125 -0.84375 1.3125 0.109375 2.46875 0.109375 C 3.65625 0.109375 4.65625 -0.859375 4.65625 -2.109375 Z M 3.84375 -2.203125 C 3.84375 -1.84375 3.84375 -1.3125 3.625 -0.875 C 3.40625 -0.421875 2.96875 -0.140625 2.46875 -0.140625 C 2.046875 -0.140625 1.609375 -0.34375 1.34375 -0.796875 C 1.09375 -1.234375 1.09375 -1.84375 1.09375 -2.203125 C 1.09375 -2.578125 1.09375 -3.109375 1.328125 -3.546875 C 1.609375 -4 2.0625 -4.21875 2.46875 -4.21875 C 2.890625 -4.21875 3.328125 -4 3.578125 -3.578125 C 3.84375 -3.140625 3.84375 -2.578125 3.84375 -2.203125 Z M 3.84375 -2.203125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 4.78125 -0.875 L 4.78125 -1.4375 L 4.53125 -1.4375 L 4.53125 -0.875 C 4.53125 -0.3125 4.28125 -0.25 4.171875 -0.25 C 3.84375 -0.25 3.8125 -0.6875 3.8125 -0.734375 L 3.8125 -2.71875 C 3.8125 -3.140625 3.8125 -3.515625 3.453125 -3.890625 C 3.0625 -4.265625 2.578125 -4.4375 2.09375 -4.4375 C 1.28125 -4.4375 0.609375 -3.96875 0.609375 -3.3125 C 0.609375 -3.015625 0.796875 -2.84375 1.0625 -2.84375 C 1.328125 -2.84375 1.515625 -3.046875 1.515625 -3.296875 C 1.515625 -3.421875 1.46875 -3.75 1.015625 -3.765625 C 1.28125 -4.109375 1.765625 -4.21875 2.078125 -4.21875 C 2.5625 -4.21875 3.125 -3.828125 3.125 -2.953125 L 3.125 -2.578125 C 2.625 -2.546875 1.921875 -2.515625 1.3125 -2.21875 C 0.5625 -1.890625 0.3125 -1.375 0.3125 -0.9375 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.546875 0.109375 3 -0.28125 3.1875 -0.75 C 3.234375 -0.359375 3.5 0.0625 3.96875 0.0625 C 4.171875 0.0625 4.78125 -0.078125 4.78125 -0.875 Z M 3.125 -1.390625 C 3.125 -0.4375 2.40625 -0.109375 1.96875 -0.109375 C 1.484375 -0.109375 1.078125 -0.453125 1.078125 -0.953125 C 1.078125 -1.5 1.5 -2.3125 3.125 -2.375 Z M 3.125 -1.390625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 3.28125 -1.21875 L 3.28125 -1.796875 L 3.03125 -1.796875 L 3.03125 -1.25 C 3.03125 -0.515625 2.734375 -0.140625 2.375 -0.140625 C 1.71875 -0.140625 1.71875 -1.03125 1.71875 -1.203125 L 1.71875 -3.953125 L 3.125 -3.953125 L 3.125 -4.265625 L 1.71875 -4.265625 L 1.71875 -6.078125 L 1.46875 -6.078125 C 1.453125 -5.265625 1.15625 -4.21875 0.1875 -4.171875 L 0.1875 -3.953125 L 1.03125 -3.953125 L 1.03125 -1.21875 C 1.03125 -0.015625 1.953125 0.109375 2.296875 0.109375 C 3 0.109375 3.28125 -0.59375 3.28125 -1.21875 Z M 3.28125 -1.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 3.296875 0 L 3.296875 -0.3125 L 3.03125 -0.3125 C 2.25 -0.3125 2.21875 -0.421875 2.21875 -0.765625 L 2.21875 -5.984375 C 2.21875 -6.34375 2.25 -6.453125 3.03125 -6.453125 L 3.296875 -6.453125 L 3.296875 -6.75 C 2.953125 -6.71875 2.171875 -6.71875 1.796875 -6.71875 C 1.40625 -6.71875 0.625 -6.71875 0.28125 -6.75 L 0.28125 -6.453125 L 0.53125 -6.453125 C 1.3125 -6.453125 1.34375 -6.34375 1.34375 -5.984375 L 1.34375 -0.765625 C 1.34375 -0.421875 1.3125 -0.3125 0.53125 -0.3125 L 0.28125 -0.3125 L 0.28125 0 C 0.625 -0.03125 1.40625 -0.03125 1.78125 -0.03125 C 2.171875 -0.03125 2.953125 -0.03125 3.296875 0 Z M 3.296875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 4.109375 -1.171875 C 4.109375 -1.28125 4 -1.28125 3.96875 -1.28125 C 3.890625 -1.28125 3.875 -1.234375 3.84375 -1.171875 C 3.5625 -0.25 2.921875 -0.140625 2.546875 -0.140625 C 2.03125 -0.140625 1.15625 -0.5625 1.15625 -2.15625 C 1.15625 -3.765625 1.96875 -4.1875 2.5 -4.1875 C 2.578125 -4.1875 3.203125 -4.171875 3.546875 -3.8125 C 3.140625 -3.78125 3.078125 -3.484375 3.078125 -3.359375 C 3.078125 -3.109375 3.265625 -2.90625 3.546875 -2.90625 C 3.796875 -2.90625 4 -3.078125 4 -3.375 C 4 -4.046875 3.25 -4.4375 2.484375 -4.4375 C 1.25 -4.4375 0.34375 -3.359375 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.46875 0.109375 C 3.78125 0.109375 4.109375 -1.078125 4.109375 -1.171875 Z M 4.109375 -1.171875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 6.171875 -4.921875 C 6.171875 -5.890625 5.1875 -6.75 3.84375 -6.75 L 0.34375 -6.75 L 0.34375 -6.453125 L 0.578125 -6.453125 C 1.34375 -6.453125 1.359375 -6.34375 1.359375 -5.984375 L 1.359375 -0.765625 C 1.359375 -0.421875 1.34375 -0.3125 0.578125 -0.3125 L 0.34375 -0.3125 L 0.34375 0 C 0.6875 -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.765625 L 2.25 -3.125 L 3.921875 -3.125 C 5.109375 -3.125 6.171875 -3.921875 6.171875 -4.921875 Z M 5.15625 -4.921875 C 5.15625 -4.453125 5.15625 -3.375 3.578125 -3.375 L 2.21875 -3.375 L 2.21875 -6.046875 C 2.21875 -6.375 2.234375 -6.453125 2.703125 -6.453125 L 3.578125 -6.453125 C 5.15625 -6.453125 5.15625 -5.40625 5.15625 -4.921875 Z M 5.15625 -4.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 7.09375 0 L 7.09375 -0.3125 L 6.90625 -0.3125 C 6.3125 -0.3125 6.1875 -0.375 6.078125 -0.703125 L 3.9375 -6.890625 C 3.890625 -7.015625 3.875 -7.078125 3.703125 -7.078125 C 3.546875 -7.078125 3.515625 -7.015625 3.46875 -6.890625 L 1.421875 -0.96875 C 1.25 -0.46875 0.84375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.328125 -0.03125 L 2.46875 0 L 2.46875 -0.3125 C 1.96875 -0.3125 1.71875 -0.546875 1.71875 -0.8125 C 1.71875 -0.84375 1.734375 -0.9375 1.734375 -0.953125 L 2.203125 -2.25 L 4.640625 -2.25 L 5.15625 -0.734375 C 5.171875 -0.703125 5.1875 -0.640625 5.1875 -0.609375 C 5.1875 -0.3125 4.640625 -0.3125 4.375 -0.3125 L 4.375 0 C 4.734375 -0.03125 5.421875 -0.03125 5.796875 -0.03125 Z M 4.53125 -2.5625 L 2.296875 -2.5625 L 3.40625 -5.78125 Z M 4.53125 -2.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 6.4375 -1.8125 C 6.4375 -2.671875 5.625 -3.40625 4.53125 -3.53125 C 5.484375 -3.71875 6.171875 -4.359375 6.171875 -5.078125 C 6.171875 -5.9375 5.265625 -6.75 3.96875 -6.75 L 0.359375 -6.75 L 0.359375 -6.453125 L 0.59375 -6.453125 C 1.359375 -6.453125 1.375 -6.34375 1.375 -5.984375 L 1.375 -0.765625 C 1.375 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.359375 -0.3125 L 0.359375 0 L 4.234375 0 C 5.546875 0 6.4375 -0.875 6.4375 -1.8125 Z M 5.21875 -5.078125 C 5.21875 -4.453125 4.734375 -3.625 3.625 -3.625 L 2.203125 -3.625 L 2.203125 -6.046875 C 2.203125 -6.375 2.21875 -6.453125 2.6875 -6.453125 L 3.90625 -6.453125 C 4.859375 -6.453125 5.21875 -5.609375 5.21875 -5.078125 Z M 5.453125 -1.8125 C 5.453125 -1.125 4.9375 -0.3125 3.921875 -0.3125 L 2.6875 -0.3125 C 2.21875 -0.3125 2.203125 -0.375 2.203125 -0.703125 L 2.203125 -3.40625 L 4.0625 -3.40625 C 5.03125 -3.40625 5.453125 -2.484375 5.453125 -1.8125 Z M 5.453125 -1.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 5.75 -2.546875 L 5.515625 -2.546875 C 5.40625 -1.546875 5.265625 -0.3125 3.515625 -0.3125 L 2.703125 -0.3125 C 2.25 -0.3125 2.21875 -0.375 2.21875 -0.703125 L 2.21875 -5.96875 C 2.21875 -6.3125 2.21875 -6.453125 3.171875 -6.453125 L 3.484375 -6.453125 L 3.484375 -6.75 C 3.140625 -6.71875 2.234375 -6.71875 1.828125 -6.71875 C 1.4375 -6.71875 0.671875 -6.71875 0.328125 -6.75 L 0.328125 -6.453125 L 0.5625 -6.453125 C 1.328125 -6.453125 1.34375 -6.34375 1.34375 -5.984375 L 1.34375 -0.765625 C 1.34375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 L 5.484375 0 Z M 5.75 -2.546875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 7.078125 -6.453125 L 7.078125 -6.75 L 5.921875 -6.71875 L 4.734375 -6.75 L 4.734375 -6.453125 C 5.75 -6.453125 5.75 -5.984375 5.75 -5.71875 L 5.75 -2.28125 C 5.75 -0.875 4.796875 -0.09375 3.859375 -0.09375 C 3.390625 -0.09375 2.21875 -0.34375 2.21875 -2.21875 L 2.21875 -5.984375 C 2.21875 -6.34375 2.25 -6.453125 3 -6.453125 L 3.25 -6.453125 L 3.25 -6.75 C 2.890625 -6.71875 2.171875 -6.71875 1.796875 -6.71875 C 1.421875 -6.71875 0.671875 -6.71875 0.328125 -6.75 L 0.328125 -6.453125 L 0.5625 -6.453125 C 1.328125 -6.453125 1.34375 -6.34375 1.34375 -5.984375 L 1.34375 -2.25 C 1.34375 -0.859375 2.5 0.21875 3.84375 0.21875 C 4.96875 0.21875 5.859375 -0.703125 6.03125 -1.828125 C 6.0625 -2.03125 6.0625 -2.109375 6.0625 -2.515625 L 6.0625 -5.671875 C 6.0625 -6 6.0625 -6.453125 7.078125 -6.453125 Z M 7.078125 -6.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 6.78125 -4.46875 L 6.59375 -6.703125 L 0.546875 -6.703125 L 0.359375 -4.46875 L 0.609375 -4.46875 C 0.734375 -6.0625 0.890625 -6.390625 2.390625 -6.390625 C 2.5625 -6.390625 2.8125 -6.390625 2.921875 -6.375 C 3.125 -6.328125 3.125 -6.21875 3.125 -6 L 3.125 -0.78125 C 3.125 -0.4375 3.125 -0.3125 2.09375 -0.3125 L 1.6875 -0.3125 L 1.6875 0 C 2.09375 -0.03125 3.109375 -0.03125 3.5625 -0.03125 C 4.015625 -0.03125 5.03125 -0.03125 5.4375 0 L 5.4375 -0.3125 L 5.046875 -0.3125 C 4 -0.3125 4 -0.4375 4 -0.78125 L 4 -6 C 4 -6.1875 4 -6.328125 4.1875 -6.375 C 4.296875 -6.390625 4.5625 -6.390625 4.75 -6.390625 C 6.234375 -6.390625 6.390625 -6.0625 6.53125 -4.46875 Z M 6.78125 -4.46875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 6.03125 -4.5 L 5.75 -6.71875 L 0.328125 -6.71875 L 0.328125 -6.421875 L 0.5625 -6.421875 C 1.328125 -6.421875 1.34375 -6.3125 1.34375 -5.953125 L 1.34375 -0.765625 C 1.34375 -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.4375 -0.03125 1.828125 -0.03125 C 2.234375 -0.03125 3.140625 -0.03125 3.484375 0 L 3.484375 -0.3125 L 3.171875 -0.3125 C 2.21875 -0.3125 2.21875 -0.4375 2.21875 -0.78125 L 2.21875 -3.21875 L 3.078125 -3.21875 C 4.03125 -3.21875 4.125 -2.890625 4.125 -2.0625 L 4.375 -2.0625 L 4.375 -4.671875 L 4.125 -4.671875 C 4.125 -3.84375 4.03125 -3.515625 3.078125 -3.515625 L 2.21875 -3.515625 L 2.21875 -6.015625 C 2.21875 -6.34375 2.25 -6.421875 2.703125 -6.421875 L 3.890625 -6.421875 C 5.375 -6.421875 5.625 -5.859375 5.78125 -4.5 Z M 6.03125 -4.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 4.59375 -6.453125 L 4.59375 -6.75 L 3.328125 -6.71875 C 2.90625 -6.71875 2.03125 -6.71875 1.65625 -6.75 L 1.65625 -6.453125 L 2.015625 -6.453125 C 2.984375 -6.453125 2.984375 -6.3125 2.984375 -5.96875 L 2.984375 -1.46875 C 2.984375 -0.546875 2.5 0 1.96875 0 C 1.90625 0 1.234375 0 0.875 -0.578125 C 1.390625 -0.578125 1.515625 -0.875 1.515625 -1.125 C 1.515625 -1.484375 1.234375 -1.6875 0.953125 -1.6875 C 0.734375 -1.6875 0.40625 -1.546875 0.40625 -1.109375 C 0.40625 -0.375 1.109375 0.21875 1.984375 0.21875 C 3 0.21875 3.71875 -0.46875 3.828125 -1.21875 C 3.84375 -1.296875 3.84375 -1.3125 3.84375 -1.65625 L 3.84375 -6.046875 C 3.84375 -6.453125 3.96875 -6.453125 4.59375 -6.453125 Z M 4.59375 -6.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 3.953125 -0.984375 C 3.953125 -1.078125 3.859375 -1.078125 3.84375 -1.078125 C 3.75 -1.078125 3.734375 -1.046875 3.6875 -0.859375 C 3.609375 -0.53125 3.46875 -0.125 3.1875 -0.125 C 3 -0.125 2.953125 -0.28125 2.953125 -0.46875 C 2.953125 -0.59375 2.96875 -0.65625 2.984375 -0.75 L 3.953125 -4.59375 C 3.953125 -4.609375 3.984375 -4.703125 3.984375 -4.703125 C 3.984375 -4.734375 3.953125 -4.796875 3.875 -4.796875 C 3.734375 -4.796875 3.15625 -4.75 2.984375 -4.734375 C 2.921875 -4.734375 2.828125 -4.71875 2.828125 -4.578125 C 2.828125 -4.484375 2.921875 -4.484375 3.015625 -4.484375 C 3.34375 -4.484375 3.34375 -4.4375 3.34375 -4.375 C 3.34375 -4.328125 3.328125 -4.28125 3.3125 -4.21875 L 2.921875 -2.640625 C 2.78125 -2.875 2.546875 -3.046875 2.203125 -3.046875 C 1.328125 -3.046875 0.421875 -2.078125 0.421875 -1.078125 C 0.421875 -0.40625 0.875 0.0625 1.46875 0.0625 C 1.84375 0.0625 2.171875 -0.140625 2.453125 -0.421875 C 2.578125 0 2.984375 0.0625 3.15625 0.0625 C 3.40625 0.0625 3.578125 -0.078125 3.703125 -0.296875 C 3.859375 -0.5625 3.953125 -0.96875 3.953125 -0.984375 Z M 2.796875 -2.15625 L 2.484375 -0.859375 C 2.421875 -0.671875 2.28125 -0.53125 2.125 -0.40625 C 2.0625 -0.34375 1.78125 -0.125 1.484375 -0.125 C 1.234375 -0.125 0.984375 -0.296875 0.984375 -0.796875 C 0.984375 -1.15625 1.1875 -1.921875 1.34375 -2.203125 C 1.65625 -2.75 2.015625 -2.859375 2.203125 -2.859375 C 2.6875 -2.859375 2.828125 -2.328125 2.828125 -2.25 C 2.828125 -2.234375 2.8125 -2.1875 2.796875 -2.15625 Z M 2.796875 -2.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 3.53125 -3.375 C 3.53125 -4.09375 3.265625 -4.875 2.578125 -4.875 C 1.546875 -4.875 0.4375 -3.015625 0.4375 -1.4375 C 0.4375 -0.609375 0.75 0.0625 1.390625 0.0625 C 2.4375 0.0625 3.53125 -1.828125 3.53125 -3.375 Z M 2.8125 -2.53125 L 1.21875 -2.53125 C 1.578125 -4.015625 2.171875 -4.671875 2.578125 -4.671875 C 3.015625 -4.671875 3.015625 -3.90625 3.015625 -3.78125 C 3.015625 -3.515625 2.96875 -3.109375 2.8125 -2.53125 Z M 2.75 -2.28125 C 2.5625 -1.515625 2.40625 -1.15625 2.1875 -0.8125 C 1.984375 -0.453125 1.703125 -0.125 1.390625 -0.125 C 1.015625 -0.125 0.953125 -0.65625 0.953125 -1.03125 C 0.953125 -1.484375 1.09375 -2.015625 1.15625 -2.28125 Z M 2.75 -2.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 4.296875 -0.984375 C 4.296875 -1.078125 4.203125 -1.078125 4.1875 -1.078125 C 4.078125 -1.078125 4.078125 -1.03125 4.046875 -0.96875 C 3.890625 -0.40625 3.578125 -0.125 3.3125 -0.125 C 3.171875 -0.125 3.140625 -0.21875 3.140625 -0.359375 C 3.140625 -0.53125 3.171875 -0.609375 3.296875 -0.921875 C 3.390625 -1.140625 3.671875 -1.875 3.671875 -2.265625 C 3.671875 -2.375 3.671875 -2.671875 3.40625 -2.859375 C 3.296875 -2.953125 3.09375 -3.046875 2.765625 -3.046875 C 2.265625 -3.046875 1.890625 -2.78125 1.640625 -2.484375 L 2.171875 -4.59375 C 2.171875 -4.609375 2.1875 -4.703125 2.1875 -4.703125 C 2.1875 -4.734375 2.171875 -4.796875 2.078125 -4.796875 C 1.9375 -4.796875 1.375 -4.75 1.203125 -4.734375 C 1.140625 -4.734375 1.046875 -4.71875 1.046875 -4.578125 C 1.046875 -4.484375 1.140625 -4.484375 1.21875 -4.484375 C 1.5625 -4.484375 1.5625 -4.4375 1.5625 -4.375 C 1.5625 -4.328125 1.546875 -4.28125 1.53125 -4.21875 L 0.546875 -0.296875 C 0.515625 -0.1875 0.515625 -0.15625 0.515625 -0.15625 C 0.515625 -0.046875 0.609375 0.0625 0.75 0.0625 C 0.828125 0.0625 0.96875 0.03125 1.03125 -0.109375 C 1.0625 -0.15625 1.125 -0.40625 1.15625 -0.546875 L 1.3125 -1.15625 C 1.328125 -1.265625 1.40625 -1.53125 1.421875 -1.640625 C 1.5 -1.890625 1.5 -1.90625 1.640625 -2.125 C 1.859375 -2.46875 2.203125 -2.859375 2.734375 -2.859375 C 3.125 -2.859375 3.15625 -2.546875 3.15625 -2.375 C 3.15625 -1.953125 2.859375 -1.1875 2.734375 -0.90625 C 2.671875 -0.703125 2.640625 -0.640625 2.640625 -0.53125 C 2.640625 -0.15625 2.9375 0.0625 3.296875 0.0625 C 3.984375 0.0625 4.296875 -0.890625 4.296875 -0.984375 Z M 4.296875 -0.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 3.546875 -2.546875 C 3.546875 -2.90625 3.15625 -3.046875 2.8125 -3.046875 C 2.453125 -3.046875 2.140625 -2.90625 1.828125 -2.5625 C 1.703125 -2.984375 1.28125 -3.046875 1.125 -3.046875 C 0.859375 -3.046875 0.6875 -2.890625 0.578125 -2.703125 C 0.421875 -2.421875 0.328125 -2.03125 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.921875 0.59375 -2.109375 C 0.703125 -2.53125 0.828125 -2.859375 1.09375 -2.859375 C 1.28125 -2.859375 1.328125 -2.703125 1.328125 -2.515625 C 1.328125 -2.390625 1.265625 -2.125 1.21875 -1.9375 L 1.0625 -1.328125 L 0.84375 -0.4375 C 0.8125 -0.34375 0.78125 -0.171875 0.78125 -0.15625 C 0.78125 0 0.90625 0.0625 1.015625 0.0625 C 1.109375 0.0625 1.25 0 1.3125 -0.125 C 1.328125 -0.171875 1.390625 -0.484375 1.4375 -0.65625 L 1.625 -1.390625 C 1.640625 -1.4375 1.796875 -2.0625 1.8125 -2.09375 C 1.828125 -2.15625 2.015625 -2.5 2.25 -2.671875 C 2.3125 -2.71875 2.5 -2.859375 2.796875 -2.859375 C 2.875 -2.859375 3.046875 -2.859375 3.1875 -2.765625 C 2.96875 -2.703125 2.875 -2.5 2.875 -2.375 C 2.875 -2.234375 3 -2.125 3.15625 -2.125 C 3.3125 -2.125 3.546875 -2.25 3.546875 -2.546875 Z M 3.546875 -2.546875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 4.34375 -0.984375 C 4.34375 -1.078125 4.25 -1.078125 4.234375 -1.078125 C 4.125 -1.078125 4.125 -1.046875 4.078125 -0.859375 C 4 -0.546875 3.859375 -0.125 3.578125 -0.125 C 3.390625 -0.125 3.34375 -0.28125 3.34375 -0.46875 C 3.34375 -0.578125 3.40625 -0.828125 3.453125 -1.015625 L 3.59375 -1.640625 L 3.765625 -2.25 C 3.796875 -2.421875 3.875 -2.734375 3.875 -2.765625 C 3.875 -2.90625 3.765625 -2.984375 3.640625 -2.984375 C 3.390625 -2.984375 3.34375 -2.78125 3.28125 -2.5625 L 2.921875 -1.125 C 2.890625 -0.984375 2.828125 -0.71875 2.8125 -0.71875 C 2.6875 -0.5 2.40625 -0.125 1.984375 -0.125 C 1.5 -0.125 1.5 -0.578125 1.5 -0.703125 C 1.5 -1.109375 1.703125 -1.59375 1.890625 -2.109375 C 1.9375 -2.25 1.984375 -2.34375 1.984375 -2.453125 C 1.984375 -2.8125 1.6875 -3.046875 1.328125 -3.046875 C 0.640625 -3.046875 0.328125 -2.109375 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.9375 0.5625 -2.015625 C 0.734375 -2.578125 1.03125 -2.859375 1.3125 -2.859375 C 1.421875 -2.859375 1.484375 -2.78125 1.484375 -2.609375 C 1.484375 -2.453125 1.421875 -2.3125 1.359375 -2.15625 C 0.984375 -1.203125 0.984375 -1 0.984375 -0.8125 C 0.984375 -0.6875 0.984375 -0.375 1.234375 -0.15625 C 1.4375 0.015625 1.703125 0.0625 1.953125 0.0625 C 2.390625 0.0625 2.625 -0.171875 2.859375 -0.390625 C 3 0.0625 3.46875 0.0625 3.546875 0.0625 C 3.78125 0.0625 3.96875 -0.0625 4.09375 -0.296875 C 4.25 -0.5625 4.34375 -0.96875 4.34375 -0.984375 Z M 4.34375 -0.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 3.453125 -1 C 3.453125 -1.09375 3.375 -1.09375 3.328125 -1.09375 C 3.25 -1.09375 3.234375 -1.0625 3.203125 -0.984375 C 3.078125 -0.640625 2.671875 -0.46875 2.328125 -0.46875 C 2.171875 -0.46875 2 -0.5 1.828125 -0.546875 C 1.5 -0.609375 1.453125 -0.609375 1.328125 -0.609375 C 1.328125 -0.609375 1.203125 -0.609375 1.15625 -0.609375 C 1.34375 -0.796875 1.46875 -0.921875 2.0625 -1.390625 C 2.203125 -1.515625 2.71875 -1.921875 2.921875 -2.125 C 3.34375 -2.53125 3.609375 -2.890625 3.609375 -2.96875 C 3.609375 -3.046875 3.515625 -3.046875 3.484375 -3.046875 C 3.421875 -3.046875 3.40625 -3.03125 3.375 -2.984375 C 3.15625 -2.671875 3.015625 -2.5625 2.84375 -2.5625 C 2.765625 -2.5625 2.65625 -2.5625 2.453125 -2.765625 C 2.21875 -3 2.0625 -3.046875 1.90625 -3.046875 C 1.34375 -3.046875 0.96875 -2.453125 0.96875 -2.25 C 0.96875 -2.1875 1.046875 -2.15625 1.09375 -2.15625 C 1.171875 -2.15625 1.1875 -2.1875 1.21875 -2.25 C 1.328125 -2.5 1.703125 -2.515625 1.828125 -2.515625 C 1.984375 -2.515625 2.15625 -2.46875 2.25 -2.453125 C 2.640625 -2.375 2.6875 -2.375 2.859375 -2.375 C 2.671875 -2.1875 2.546875 -2.0625 1.890625 -1.53125 C 1.359375 -1.09375 1.171875 -0.921875 1.03125 -0.796875 C 0.625 -0.375 0.421875 -0.078125 0.421875 -0.015625 C 0.421875 0.0625 0.515625 0.0625 0.546875 0.0625 C 0.609375 0.0625 0.625 0.0625 0.65625 0 C 0.84375 -0.265625 1.0625 -0.421875 1.296875 -0.421875 C 1.375 -0.421875 1.484375 -0.421875 1.671875 -0.25 C 1.875 -0.03125 2.015625 0.0625 2.25 0.0625 C 2.984375 0.0625 3.453125 -0.765625 3.453125 -1 Z M 3.453125 -1 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M 3.84375 -2.609375 C 3.875 -2.703125 3.875 -2.71875 3.875 -2.765625 C 3.875 -2.90625 3.765625 -2.984375 3.640625 -2.984375 C 3.578125 -2.984375 3.4375 -2.953125 3.359375 -2.8125 C 3.34375 -2.78125 3.28125 -2.546875 3.25 -2.421875 L 3.109375 -1.84375 L 2.828125 -0.734375 C 2.828125 -0.734375 2.515625 -0.125 1.984375 -0.125 C 1.515625 -0.125 1.515625 -0.578125 1.515625 -0.703125 C 1.515625 -1.078125 1.671875 -1.515625 1.875 -2.046875 C 1.953125 -2.265625 2 -2.34375 2 -2.46875 C 2 -2.796875 1.703125 -3.046875 1.328125 -3.046875 C 0.640625 -3.046875 0.328125 -2.109375 0.328125 -2 C 0.328125 -1.90625 0.421875 -1.90625 0.4375 -1.90625 C 0.546875 -1.90625 0.546875 -1.9375 0.5625 -2.015625 C 0.734375 -2.59375 1.03125 -2.859375 1.3125 -2.859375 C 1.4375 -2.859375 1.484375 -2.78125 1.484375 -2.609375 C 1.484375 -2.453125 1.421875 -2.3125 1.390625 -2.21875 C 1.0625 -1.375 0.984375 -1.109375 0.984375 -0.8125 C 0.984375 -0.6875 0.984375 -0.359375 1.265625 -0.140625 C 1.46875 0.03125 1.765625 0.0625 1.953125 0.0625 C 2.234375 0.0625 2.484375 -0.03125 2.703125 -0.25 C 2.609375 0.140625 2.546875 0.421875 2.25 0.78125 C 2.0625 0.984375 1.78125 1.21875 1.421875 1.21875 C 1.375 1.21875 1.046875 1.21875 0.90625 0.984375 C 1.28125 0.953125 1.28125 0.609375 1.28125 0.609375 C 1.28125 0.390625 1.078125 0.34375 1 0.34375 C 0.828125 0.34375 0.609375 0.484375 0.609375 0.796875 C 0.609375 1.15625 0.9375 1.40625 1.421875 1.40625 C 2.125 1.40625 2.96875 0.875 3.1875 0 Z M 3.84375 -2.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 3.875 -0.984375 C 3.875 -1.078125 3.78125 -1.078125 3.765625 -1.078125 C 3.671875 -1.078125 3.65625 -1.046875 3.640625 -0.96875 C 3.484375 -0.484375 3.078125 -0.125 2.6875 -0.125 C 2.40625 -0.125 2.265625 -0.3125 2.265625 -0.578125 C 2.265625 -0.75 2.421875 -1.390625 2.625 -2.15625 C 2.765625 -2.6875 3.078125 -2.859375 3.296875 -2.859375 C 3.296875 -2.859375 3.53125 -2.859375 3.671875 -2.765625 C 3.453125 -2.703125 3.375 -2.5 3.375 -2.375 C 3.375 -2.234375 3.484375 -2.125 3.640625 -2.125 C 3.8125 -2.125 4.03125 -2.25 4.03125 -2.546875 C 4.03125 -2.9375 3.59375 -3.046875 3.3125 -3.046875 C 2.96875 -3.046875 2.6875 -2.828125 2.546875 -2.5625 C 2.421875 -2.84375 2.09375 -3.046875 1.703125 -3.046875 C 0.9375 -3.046875 0.484375 -2.203125 0.484375 -2 C 0.484375 -1.90625 0.59375 -1.90625 0.609375 -1.90625 C 0.703125 -1.90625 0.703125 -1.9375 0.734375 -2.015625 C 0.90625 -2.5625 1.34375 -2.859375 1.6875 -2.859375 C 1.921875 -2.859375 2.109375 -2.734375 2.109375 -2.40625 C 2.109375 -2.265625 2.015625 -1.921875 1.953125 -1.6875 L 1.71875 -0.734375 C 1.65625 -0.5 1.421875 -0.125 1.078125 -0.125 C 1.046875 -0.125 0.84375 -0.125 0.703125 -0.21875 C 0.984375 -0.3125 1 -0.5625 1 -0.609375 C 1 -0.75 0.890625 -0.859375 0.734375 -0.859375 C 0.53125 -0.859375 0.328125 -0.6875 0.328125 -0.4375 C 0.328125 -0.09375 0.71875 0.0625 1.0625 0.0625 C 1.375 0.0625 1.65625 -0.125 1.828125 -0.421875 C 2 -0.0625 2.375 0.0625 2.65625 0.0625 C 3.453125 0.0625 3.875 -0.796875 3.875 -0.984375 Z M 3.875 -0.984375 "/>
</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 3.03125 -1.046875 C 3.03125 -1.671875 2.453125 -2.21875 1.671875 -2.21875 C 0.90625 -2.21875 0.328125 -1.671875 0.328125 -1.046875 C 0.328125 -0.453125 0.90625 0.046875 1.671875 0.046875 C 2.453125 0.046875 3.03125 -0.453125 3.03125 -1.046875 Z M 2.546875 -1.09375 C 2.546875 -0.859375 2.546875 -0.125 1.671875 -0.125 C 0.8125 -0.125 0.8125 -0.859375 0.8125 -1.09375 C 0.8125 -1.328125 0.8125 -2.046875 1.671875 -2.046875 C 2.546875 -2.046875 2.546875 -1.328125 2.546875 -1.09375 Z M 2.546875 -1.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 4.46875 -3.09375 C 4.46875 -3.3125 4.265625 -3.484375 3.9375 -3.484375 C 3.71875 -3.484375 3.5 -3.421875 3.328125 -3.296875 C 3.265625 -3.421875 3.0625 -3.484375 2.359375 -3.484375 C 1.625 -3.484375 0.828125 -3.203125 0.828125 -2.671875 L 0.828125 -2.125 L 0.34375 -2.125 L 0.34375 -1.90625 L 0.828125 -1.90625 L 0.828125 -0.421875 C 0.828125 -0.265625 0.828125 -0.21875 0.5 -0.21875 L 0.421875 -0.21875 L 0.421875 0 C 0.625 -0.015625 0.84375 -0.015625 1.046875 -0.015625 L 1.75 0 L 1.75 -0.21875 L 1.625 -0.21875 C 1.25 -0.21875 1.25 -0.265625 1.25 -0.421875 L 1.25 -1.90625 L 2.984375 -1.90625 L 2.984375 -0.421875 C 2.984375 -0.265625 2.984375 -0.21875 2.671875 -0.21875 L 2.578125 -0.21875 L 2.578125 0 C 2.78125 -0.015625 3 -0.015625 3.21875 -0.015625 L 3.921875 0 L 3.921875 -0.21875 L 3.78125 -0.21875 C 3.40625 -0.21875 3.40625 -0.265625 3.40625 -0.421875 L 3.40625 -1.90625 L 4.109375 -1.90625 L 4.109375 -2.125 L 3.390625 -2.125 L 3.390625 -2.65625 C 3.390625 -3.125 3.6875 -3.3125 3.921875 -3.3125 C 3.953125 -3.3125 4.046875 -3.3125 4.046875 -3.296875 L 4.046875 -3.28125 C 4.015625 -3.25 3.96875 -3.1875 3.96875 -3.09375 C 3.96875 -2.953125 4.0625 -2.84375 4.21875 -2.84375 C 4.375 -2.84375 4.46875 -2.953125 4.46875 -3.09375 Z M 3 -2.84375 C 3 -2.796875 2.984375 -2.734375 2.984375 -2.671875 L 2.984375 -2.125 L 1.21875 -2.125 L 1.21875 -2.65625 C 1.21875 -3.125 1.828125 -3.3125 2.34375 -3.3125 C 2.390625 -3.3125 2.921875 -3.3125 2.921875 -3.296875 L 2.921875 -3.28125 C 2.890625 -3.25 2.84375 -3.1875 2.84375 -3.09375 C 2.84375 -2.984375 2.90625 -2.890625 3 -2.84375 Z M 3 -2.84375 "/>
</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 3.5 -1.265625 L 3.265625 -1.265625 C 3.234375 -1.109375 3.171875 -0.703125 3.078125 -0.625 C 3.03125 -0.59375 2.484375 -0.59375 2.390625 -0.59375 L 1.125 -0.59375 C 1.84375 -1.234375 2.09375 -1.421875 2.5 -1.75 C 3.015625 -2.15625 3.5 -2.59375 3.5 -3.25 C 3.5 -4.078125 2.765625 -4.59375 1.875 -4.59375 C 1.015625 -4.59375 0.4375 -4 0.4375 -3.359375 C 0.4375 -3 0.734375 -2.96875 0.796875 -2.96875 C 0.96875 -2.96875 1.171875 -3.09375 1.171875 -3.34375 C 1.171875 -3.453125 1.125 -3.703125 0.765625 -3.703125 C 0.96875 -4.1875 1.453125 -4.34375 1.765625 -4.34375 C 2.46875 -4.34375 2.828125 -3.8125 2.828125 -3.25 C 2.828125 -2.640625 2.390625 -2.171875 2.171875 -1.921875 L 0.5 -0.265625 C 0.4375 -0.203125 0.4375 -0.1875 0.4375 0 L 3.28125 0 Z M 3.5 -1.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 3.234375 -0.828125 C 3.234375 -0.90625 3.15625 -0.90625 3.125 -0.90625 C 3.03125 -0.90625 3.03125 -0.890625 2.984375 -0.796875 C 2.84375 -0.359375 2.46875 -0.15625 2.046875 -0.15625 C 1.578125 -0.15625 0.953125 -0.5 0.953125 -1.5 C 0.953125 -2.375 1.375 -2.859375 2.015625 -2.859375 C 2.109375 -2.859375 2.4375 -2.859375 2.6875 -2.765625 C 2.5625 -2.703125 2.5 -2.59375 2.5 -2.453125 C 2.5 -2.265625 2.625 -2.125 2.828125 -2.125 C 3.015625 -2.125 3.15625 -2.25 3.15625 -2.46875 C 3.15625 -3.09375 2.1875 -3.09375 2 -3.09375 C 0.96875 -3.09375 0.3125 -2.296875 0.3125 -1.5 C 0.3125 -0.625 1.0625 0.0625 1.96875 0.0625 C 3 0.0625 3.234375 -0.75 3.234375 -0.828125 Z M 3.234375 -0.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-3">
<path style="stroke:none;" d="M 3.65625 -1.46875 C 3.65625 -2.34375 2.921875 -3.09375 1.96875 -3.09375 C 1.015625 -3.09375 0.265625 -2.34375 0.265625 -1.46875 C 0.265625 -0.609375 1.03125 0.0625 1.96875 0.0625 C 2.90625 0.0625 3.65625 -0.609375 3.65625 -1.46875 Z M 3.03125 -1.53125 C 3.03125 -1.203125 3.015625 -0.84375 2.8125 -0.546875 C 2.625 -0.296875 2.3125 -0.15625 1.96875 -0.15625 C 1.703125 -0.15625 1.328125 -0.234375 1.109375 -0.578125 C 0.921875 -0.859375 0.90625 -1.21875 0.90625 -1.53125 C 0.90625 -1.828125 0.90625 -2.25 1.15625 -2.546875 C 1.328125 -2.734375 1.609375 -2.890625 1.96875 -2.890625 C 2.375 -2.890625 2.671875 -2.703125 2.8125 -2.484375 C 3.015625 -2.21875 3.03125 -1.875 3.03125 -1.53125 Z M 3.03125 -1.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-4">
<path style="stroke:none;" d="M 2.8125 -0.90625 C 2.8125 -1.171875 2.703125 -1.375 2.515625 -1.546875 C 2.25 -1.78125 1.9375 -1.84375 1.703125 -1.875 C 1.140625 -1.984375 0.6875 -2.0625 0.6875 -2.421875 C 0.6875 -2.65625 0.875 -2.921875 1.53125 -2.921875 C 2.34375 -2.921875 2.375 -2.359375 2.390625 -2.15625 C 2.390625 -2.078125 2.484375 -2.078125 2.5 -2.078125 C 2.625 -2.078125 2.625 -2.125 2.625 -2.265625 L 2.625 -2.90625 C 2.625 -3.03125 2.625 -3.09375 2.53125 -3.09375 C 2.484375 -3.09375 2.484375 -3.09375 2.390625 -3 C 2.375 -3 2.3125 -2.9375 2.265625 -2.90625 C 2.0625 -3.046875 1.796875 -3.09375 1.53125 -3.09375 C 0.546875 -3.09375 0.3125 -2.5625 0.3125 -2.21875 C 0.3125 -2 0.40625 -1.828125 0.578125 -1.6875 C 0.84375 -1.453125 1.09375 -1.40625 1.53125 -1.328125 C 1.875 -1.28125 2.4375 -1.171875 2.4375 -0.71875 C 2.4375 -0.4375 2.25 -0.125 1.578125 -0.125 C 0.921875 -0.125 0.671875 -0.5625 0.546875 -1.03125 C 0.53125 -1.125 0.53125 -1.15625 0.421875 -1.15625 C 0.3125 -1.15625 0.3125 -1.09375 0.3125 -0.96875 L 0.3125 -0.109375 C 0.3125 0 0.3125 0.0625 0.40625 0.0625 C 0.46875 0.0625 0.609375 -0.078125 0.734375 -0.234375 C 1.046875 0.0625 1.421875 0.0625 1.578125 0.0625 C 2.484375 0.0625 2.8125 -0.421875 2.8125 -0.90625 Z M 2.8125 -0.90625 "/>
</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 5.375 -1.421875 C 5.375 -1.515625 5.28125 -1.515625 5.25 -1.515625 C 5.15625 -1.515625 5.140625 -1.46875 5.109375 -1.328125 C 4.96875 -0.78125 4.78125 -0.109375 4.375 -0.109375 C 4.15625 -0.109375 4.0625 -0.234375 4.0625 -0.5625 C 4.0625 -0.78125 4.1875 -1.25 4.265625 -1.59375 L 4.546875 -2.65625 C 4.5625 -2.8125 4.671875 -3.1875 4.703125 -3.328125 C 4.75 -3.5625 4.859375 -3.9375 4.859375 -4 C 4.859375 -4.171875 4.71875 -4.265625 4.5625 -4.265625 C 4.515625 -4.265625 4.265625 -4.25 4.1875 -3.921875 L 3.4375 -0.9375 C 3.4375 -0.90625 3.03125 -0.109375 2.3125 -0.109375 C 1.796875 -0.109375 1.703125 -0.546875 1.703125 -0.921875 C 1.703125 -1.46875 1.984375 -2.25 2.234375 -2.9375 C 2.359375 -3.234375 2.40625 -3.375 2.40625 -3.5625 C 2.40625 -4 2.09375 -4.375 1.59375 -4.375 C 0.65625 -4.375 0.28125 -2.9375 0.28125 -2.84375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.765625 0.5625 -2.921875 C 0.8125 -3.78125 1.1875 -4.15625 1.5625 -4.15625 C 1.65625 -4.15625 1.8125 -4.140625 1.8125 -3.828125 C 1.8125 -3.59375 1.703125 -3.296875 1.640625 -3.15625 C 1.28125 -2.171875 1.0625 -1.5625 1.0625 -1.078125 C 1.0625 -0.140625 1.75 0.109375 2.28125 0.109375 C 2.9375 0.109375 3.296875 -0.34375 3.46875 -0.546875 C 3.578125 -0.140625 3.921875 0.109375 4.34375 0.109375 C 4.6875 0.109375 4.921875 -0.125 5.078125 -0.4375 C 5.234375 -0.796875 5.375 -1.421875 5.375 -1.421875 Z M 5.375 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph4-2">
<path style="stroke:none;" d="M 4.921875 -1.421875 C 4.921875 -1.515625 4.84375 -1.515625 4.8125 -1.515625 C 4.703125 -1.515625 4.703125 -1.46875 4.671875 -1.328125 C 4.5 -0.6875 4.328125 -0.109375 3.921875 -0.109375 C 3.65625 -0.109375 3.625 -0.359375 3.625 -0.5625 C 3.625 -0.796875 3.640625 -0.875 3.671875 -1.03125 L 5.109375 -6.75 C 5.109375 -6.75 5.109375 -6.859375 4.96875 -6.859375 C 4.828125 -6.859375 3.890625 -6.78125 3.71875 -6.75 C 3.640625 -6.75 3.578125 -6.703125 3.578125 -6.5625 C 3.578125 -6.453125 3.671875 -6.453125 3.8125 -6.453125 C 4.296875 -6.453125 4.3125 -6.375 4.3125 -6.28125 L 4.28125 -6.078125 L 3.6875 -3.734375 C 3.515625 -4.109375 3.21875 -4.375 2.78125 -4.375 C 1.625 -4.375 0.390625 -2.921875 0.390625 -1.46875 C 0.390625 -0.546875 0.9375 0.109375 1.71875 0.109375 C 1.90625 0.109375 2.40625 0.0625 3 -0.640625 C 3.078125 -0.21875 3.421875 0.109375 3.890625 0.109375 C 4.25 0.109375 4.46875 -0.125 4.625 -0.4375 C 4.796875 -0.796875 4.921875 -1.421875 4.921875 -1.421875 Z M 3.546875 -3.109375 L 3.046875 -1.171875 C 3 -1 3 -0.984375 2.84375 -0.8125 C 2.40625 -0.265625 2 -0.109375 1.734375 -0.109375 C 1.234375 -0.109375 1.09375 -0.65625 1.09375 -1.03125 C 1.09375 -1.53125 1.421875 -2.75 1.640625 -3.203125 C 1.953125 -3.78125 2.390625 -4.15625 2.796875 -4.15625 C 3.4375 -4.15625 3.578125 -3.34375 3.578125 -3.28125 C 3.578125 -3.21875 3.546875 -3.171875 3.546875 -3.109375 Z M 3.546875 -3.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph4-3">
<path style="stroke:none;" d="M 4.5 -4.9375 C 4.5 -5.59375 4.328125 -6.96875 3.3125 -6.96875 C 1.9375 -6.96875 0.421875 -4.1875 0.421875 -1.921875 C 0.421875 -0.984375 0.703125 0.109375 1.609375 0.109375 C 3 0.109375 4.5 -2.734375 4.5 -4.9375 Z M 3.53125 -3.59375 L 1.46875 -3.59375 C 1.625 -4.21875 1.828125 -5.015625 2.21875 -5.71875 C 2.5 -6.203125 2.859375 -6.75 3.296875 -6.75 C 3.78125 -6.75 3.84375 -6.125 3.84375 -5.5625 C 3.84375 -5.078125 3.765625 -4.5625 3.53125 -3.59375 Z M 3.4375 -3.28125 C 3.328125 -2.8125 3.125 -1.984375 2.75 -1.265625 C 2.40625 -0.59375 2.03125 -0.109375 1.609375 -0.109375 C 1.28125 -0.109375 1.0625 -0.390625 1.0625 -1.3125 C 1.0625 -1.734375 1.125 -2.296875 1.390625 -3.28125 Z M 3.4375 -3.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph4-4">
<path style="stroke:none;" d="M 4.3125 -3.734375 C 4.3125 -4.078125 4 -4.375 3.484375 -4.375 C 2.84375 -4.375 2.40625 -3.890625 2.21875 -3.609375 C 2.140625 -4.0625 1.796875 -4.375 1.328125 -4.375 C 0.875 -4.375 0.6875 -3.984375 0.59375 -3.8125 C 0.421875 -3.46875 0.28125 -2.875 0.28125 -2.84375 C 0.28125 -2.75 0.40625 -2.75 0.40625 -2.75 C 0.5 -2.75 0.515625 -2.765625 0.578125 -2.984375 C 0.734375 -3.671875 0.9375 -4.15625 1.296875 -4.15625 C 1.46875 -4.15625 1.609375 -4.078125 1.609375 -3.703125 C 1.609375 -3.484375 1.578125 -3.375 1.4375 -2.875 L 0.875 -0.578125 C 0.84375 -0.4375 0.78125 -0.203125 0.78125 -0.15625 C 0.78125 0.015625 0.921875 0.109375 1.0625 0.109375 C 1.1875 0.109375 1.359375 0.03125 1.4375 -0.171875 C 1.453125 -0.203125 1.796875 -1.546875 1.828125 -1.734375 L 2.140625 -3.015625 C 2.1875 -3.140625 2.46875 -3.609375 2.703125 -3.828125 C 2.78125 -3.890625 3.0625 -4.15625 3.484375 -4.15625 C 3.75 -4.15625 3.90625 -4.03125 3.90625 -4.03125 C 3.609375 -3.984375 3.390625 -3.75 3.390625 -3.484375 C 3.390625 -3.328125 3.5 -3.140625 3.765625 -3.140625 C 4.03125 -3.140625 4.3125 -3.375 4.3125 -3.734375 Z M 4.3125 -3.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph5-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph5-1">
<path style="stroke:none;" d="M 0 -3.296875 L -0.3125 -3.296875 L -0.3125 -3.03125 C -0.3125 -2.25 -0.421875 -2.21875 -0.765625 -2.21875 L -5.984375 -2.21875 C -6.34375 -2.21875 -6.453125 -2.25 -6.453125 -3.03125 L -6.453125 -3.296875 L -6.75 -3.296875 C -6.71875 -2.953125 -6.71875 -2.171875 -6.71875 -1.796875 C -6.71875 -1.40625 -6.71875 -0.625 -6.75 -0.28125 L -6.453125 -0.28125 L -6.453125 -0.53125 C -6.453125 -1.3125 -6.34375 -1.34375 -5.984375 -1.34375 L -0.765625 -1.34375 C -0.421875 -1.34375 -0.3125 -1.3125 -0.3125 -0.53125 L -0.3125 -0.28125 L 0 -0.28125 C -0.03125 -0.625 -0.03125 -1.40625 -0.03125 -1.78125 C -0.03125 -2.171875 -0.03125 -2.953125 0 -3.296875 Z M 0 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph5-2">
<path style="stroke:none;" d="M 0 -5.296875 L -0.3125 -5.296875 C -0.3125 -4.78125 -0.3125 -4.53125 -0.609375 -4.515625 L -2.5 -4.515625 C -3.34375 -4.515625 -3.65625 -4.515625 -4 -4.21875 C -4.171875 -4.078125 -4.375 -3.75 -4.375 -3.171875 C -4.375 -2.453125 -3.953125 -1.984375 -3.328125 -1.71875 L -4.375 -1.71875 L -4.265625 -0.3125 L -3.953125 -0.3125 C -3.953125 -1.015625 -3.890625 -1.09375 -3.40625 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 L -0.03125 -1.4375 L 0 -2.546875 L -0.3125 -2.546875 C -0.3125 -1.875 -0.3125 -1.765625 -0.75 -1.765625 L -2.578125 -1.765625 C -3.59375 -1.765625 -4.15625 -2.46875 -4.15625 -3.109375 C -4.15625 -3.734375 -3.625 -3.84375 -3.0625 -3.84375 L -0.75 -3.84375 C -0.3125 -3.84375 -0.3125 -3.734375 -0.3125 -3.0625 L 0 -3.0625 L -0.03125 -4.1875 Z M 0 -5.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph5-3">
<path style="stroke:none;" d="M -1.21875 -3.28125 L -1.796875 -3.28125 L -1.796875 -3.03125 L -1.25 -3.03125 C -0.515625 -3.03125 -0.140625 -2.734375 -0.140625 -2.375 C -0.140625 -1.71875 -1.03125 -1.71875 -1.203125 -1.71875 L -3.953125 -1.71875 L -3.953125 -3.125 L -4.265625 -3.125 L -4.265625 -1.71875 L -6.078125 -1.71875 L -6.078125 -1.46875 C -5.265625 -1.453125 -4.21875 -1.15625 -4.171875 -0.1875 L -3.953125 -0.1875 L -3.953125 -1.03125 L -1.21875 -1.03125 C -0.015625 -1.03125 0.109375 -1.953125 0.109375 -2.296875 C 0.109375 -3 -0.59375 -3.28125 -1.21875 -3.28125 Z M -1.21875 -3.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-4">
<path style="stroke:none;" d="M -1.171875 -4.109375 C -1.28125 -4.109375 -1.296875 -4.03125 -1.296875 -3.96875 C -1.296875 -3.890625 -1.234375 -3.875 -1.15625 -3.84375 C -0.140625 -3.5 -0.140625 -2.609375 -0.140625 -2.515625 C -0.140625 -2.015625 -0.4375 -1.625 -0.796875 -1.390625 C -1.28125 -1.09375 -1.921875 -1.09375 -2.28125 -1.09375 L -2.28125 -3.859375 C -2.28125 -4.078125 -2.28125 -4.109375 -2.5 -4.109375 C -3.46875 -4.109375 -4.4375 -3.578125 -4.4375 -2.328125 C -4.4375 -1.1875 -3.40625 -0.28125 -2.171875 -0.28125 C -0.84375 -0.28125 0.109375 -1.3125 0.109375 -2.453125 C 0.109375 -3.65625 -0.984375 -4.109375 -1.171875 -4.109375 Z M -2.5 -3.453125 L -2.5 -1.109375 C -3.96875 -1.171875 -4.21875 -2 -4.21875 -2.328125 C -4.21875 -3.359375 -2.875 -3.453125 -2.5 -3.453125 Z M -2.5 -3.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-5">
<path style="stroke:none;" d="M -3.765625 -3.59375 C -4.078125 -3.59375 -4.375 -3.296875 -4.375 -2.875 C -4.375 -2.140625 -3.703125 -1.796875 -3.28125 -1.65625 L -4.375 -1.65625 L -4.265625 -0.28125 L -3.953125 -0.28125 C -3.953125 -0.96875 -3.890625 -1.046875 -3.40625 -1.046875 L -0.75 -1.046875 C -0.3125 -1.046875 -0.3125 -0.9375 -0.3125 -0.28125 L 0 -0.28125 L -0.03125 -1.40625 C -0.03125 -1.796875 -0.03125 -2.265625 0 -2.65625 L -0.3125 -2.65625 L -0.3125 -2.453125 C -0.3125 -1.71875 -0.421875 -1.703125 -0.765625 -1.703125 L -2.296875 -1.703125 C -3.28125 -1.703125 -4.15625 -2.109375 -4.15625 -2.875 C -4.15625 -2.9375 -4.15625 -2.953125 -4.140625 -2.984375 C -4.140625 -2.953125 -4.015625 -2.75 -3.765625 -2.75 C -3.484375 -2.75 -3.328125 -2.953125 -3.328125 -3.171875 C -3.328125 -3.359375 -3.453125 -3.59375 -3.765625 -3.59375 Z M -3.765625 -3.59375 "/>
</symbol>
<symbol overflow="visible" id="glyph5-6">
<path style="stroke:none;" d="M -6.28125 -3.53125 C -6.640625 -3.53125 -6.96875 -3.171875 -6.96875 -2.640625 C -6.96875 -1.953125 -6.453125 -1.109375 -5.40625 -1.109375 L -4.265625 -1.109375 L -4.265625 -0.328125 L -3.953125 -0.328125 L -3.953125 -1.109375 L -0.75 -1.109375 C -0.3125 -1.109375 -0.3125 -1 -0.3125 -0.34375 L 0 -0.34375 L -0.03125 -1.46875 C -0.03125 -1.859375 -0.03125 -2.328125 0 -2.71875 L -0.3125 -2.71875 L -0.3125 -2.515625 C -0.3125 -1.78125 -0.421875 -1.765625 -0.765625 -1.765625 L -3.953125 -1.765625 L -3.953125 -2.890625 L -4.265625 -2.890625 L -4.265625 -1.734375 L -5.40625 -1.734375 C -6.28125 -1.734375 -6.75 -2.203125 -6.75 -2.640625 C -6.75 -2.671875 -6.75 -2.8125 -6.6875 -2.96875 C -6.640625 -2.84375 -6.515625 -2.671875 -6.265625 -2.671875 C -6.046875 -2.671875 -5.84375 -2.828125 -5.84375 -3.09375 C -5.84375 -3.375 -6.046875 -3.53125 -6.28125 -3.53125 Z M -6.28125 -3.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-7">
<path style="stroke:none;" d="M -2.109375 -4.65625 C -3.375 -4.65625 -4.4375 -3.671875 -4.4375 -2.46875 C -4.4375 -1.234375 -3.359375 -0.28125 -2.109375 -0.28125 C -0.84375 -0.28125 0.109375 -1.3125 0.109375 -2.46875 C 0.109375 -3.65625 -0.859375 -4.65625 -2.109375 -4.65625 Z M -2.203125 -3.84375 C -1.84375 -3.84375 -1.3125 -3.84375 -0.875 -3.625 C -0.421875 -3.40625 -0.140625 -2.96875 -0.140625 -2.46875 C -0.140625 -2.046875 -0.34375 -1.609375 -0.796875 -1.34375 C -1.234375 -1.09375 -1.84375 -1.09375 -2.203125 -1.09375 C -2.578125 -1.09375 -3.109375 -1.09375 -3.546875 -1.328125 C -4 -1.609375 -4.21875 -2.0625 -4.21875 -2.46875 C -4.21875 -2.890625 -4 -3.328125 -3.578125 -3.578125 C -3.140625 -3.84375 -2.578125 -3.84375 -2.203125 -3.84375 Z M -2.203125 -3.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph5-8">
<path style="stroke:none;" d="M 0 -8.046875 L -0.3125 -8.046875 C -0.3125 -7.53125 -0.3125 -7.28125 -0.609375 -7.265625 L -2.5 -7.265625 C -3.34375 -7.265625 -3.65625 -7.265625 -4 -6.96875 C -4.171875 -6.828125 -4.375 -6.5 -4.375 -5.921875 C -4.375 -5.09375 -3.78125 -4.65625 -3.40625 -4.484375 C -4.265625 -4.359375 -4.375 -3.625 -4.375 -3.171875 C -4.375 -2.453125 -3.953125 -1.984375 -3.328125 -1.71875 L -4.375 -1.71875 L -4.265625 -0.3125 L -3.953125 -0.3125 C -3.953125 -1.015625 -3.890625 -1.09375 -3.40625 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 L -0.03125 -1.4375 L 0 -2.546875 L -0.3125 -2.546875 C -0.3125 -1.875 -0.3125 -1.765625 -0.75 -1.765625 L -2.578125 -1.765625 C -3.59375 -1.765625 -4.15625 -2.46875 -4.15625 -3.109375 C -4.15625 -3.734375 -3.625 -3.84375 -3.0625 -3.84375 L -0.75 -3.84375 C -0.3125 -3.84375 -0.3125 -3.734375 -0.3125 -3.0625 L 0 -3.0625 L -0.03125 -4.1875 L 0 -5.296875 L -0.3125 -5.296875 C -0.3125 -4.625 -0.3125 -4.515625 -0.75 -4.515625 L -2.578125 -4.515625 C -3.59375 -4.515625 -4.15625 -5.21875 -4.15625 -5.859375 C -4.15625 -6.484375 -3.625 -6.59375 -3.0625 -6.59375 L -0.75 -6.59375 C -0.3125 -6.59375 -0.3125 -6.484375 -0.3125 -5.8125 L 0 -5.8125 L -0.03125 -6.9375 Z M 0 -8.046875 "/>
</symbol>
<symbol overflow="visible" id="glyph5-9">
<path style="stroke:none;" d="M -1.265625 -3.5625 C -1.796875 -3.5625 -2.09375 -3.265625 -2.203125 -3.140625 C -2.515625 -2.8125 -2.59375 -2.4375 -2.6875 -2.015625 C -2.796875 -1.46875 -2.921875 -0.796875 -3.484375 -0.796875 C -3.84375 -0.796875 -4.25 -1.0625 -4.25 -1.90625 C -4.25 -3 -3.359375 -3.046875 -3.046875 -3.0625 C -2.953125 -3.078125 -2.953125 -3.1875 -2.953125 -3.1875 C -2.953125 -3.3125 -3 -3.3125 -3.1875 -3.3125 L -4.1875 -3.3125 C -4.359375 -3.3125 -4.4375 -3.3125 -4.4375 -3.203125 C -4.4375 -3.15625 -4.4375 -3.140625 -4.3125 -3 C -4.265625 -2.984375 -4.1875 -2.875 -4.15625 -2.84375 C -4.4375 -2.46875 -4.4375 -2.0625 -4.4375 -1.90625 C -4.4375 -0.703125 -3.765625 -0.328125 -3.21875 -0.328125 C -2.875 -0.328125 -2.59375 -0.484375 -2.375 -0.75 C -2.109375 -1.0625 -2.0625 -1.34375 -1.921875 -2.0625 C -1.875 -2.28125 -1.71875 -3.078125 -1.015625 -3.078125 C -0.5 -3.078125 -0.109375 -2.734375 -0.109375 -1.96875 C -0.109375 -1.140625 -0.671875 -0.78125 -1.515625 -0.59375 C -1.640625 -0.5625 -1.6875 -0.546875 -1.6875 -0.453125 C -1.6875 -0.328125 -1.609375 -0.328125 -1.4375 -0.328125 L -0.125 -0.328125 C 0.046875 -0.328125 0.109375 -0.328125 0.109375 -0.4375 C 0.109375 -0.484375 0.09375 -0.5 -0.09375 -0.6875 C -0.109375 -0.703125 -0.125 -0.703125 -0.3125 -0.875 C 0.09375 -1.3125 0.109375 -1.765625 0.109375 -1.96875 C 0.109375 -3.109375 -0.546875 -3.5625 -1.265625 -3.5625 Z M -1.265625 -3.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph5-10">
<path style="stroke:none;" d="M -4.5 -6.03125 L -6.71875 -5.75 L -6.71875 -0.328125 L -6.421875 -0.328125 L -6.421875 -0.5625 C -6.421875 -1.328125 -6.3125 -1.34375 -5.953125 -1.34375 L -0.765625 -1.34375 C -0.421875 -1.34375 -0.3125 -1.328125 -0.3125 -0.5625 L -0.3125 -0.328125 L 0 -0.328125 C -0.03125 -0.671875 -0.03125 -1.4375 -0.03125 -1.828125 C -0.03125 -2.234375 -0.03125 -3.140625 0 -3.484375 L -0.3125 -3.484375 L -0.3125 -3.171875 C -0.3125 -2.21875 -0.4375 -2.21875 -0.78125 -2.21875 L -3.21875 -2.21875 L -3.21875 -3.078125 C -3.21875 -4.03125 -2.890625 -4.125 -2.0625 -4.125 L -2.0625 -4.375 L -4.671875 -4.375 L -4.671875 -4.125 C -3.84375 -4.125 -3.515625 -4.03125 -3.515625 -3.078125 L -3.515625 -2.21875 L -6.015625 -2.21875 C -6.34375 -2.21875 -6.421875 -2.25 -6.421875 -2.703125 L -6.421875 -3.890625 C -6.421875 -5.375 -5.859375 -5.625 -4.5 -5.78125 Z M -4.5 -6.03125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-11">
<path style="stroke:none;" d="M -3.953125 -6.953125 L -4.265625 -6.953125 C -4.25 -6.734375 -4.234375 -6.453125 -4.234375 -6.234375 L -4.265625 -5.3125 L -3.953125 -5.3125 C -3.953125 -5.671875 -3.765625 -5.890625 -3.484375 -5.890625 C -3.421875 -5.890625 -3.40625 -5.890625 -3.28125 -5.828125 L -0.734375 -4.9375 L -3.5 -3.953125 C -3.625 -3.921875 -3.640625 -3.90625 -3.6875 -3.90625 C -3.953125 -3.90625 -3.953125 -4.296875 -3.953125 -4.484375 L -4.265625 -4.484375 L -4.234375 -3.46875 C -4.234375 -3.171875 -4.25 -2.875 -4.265625 -2.578125 L -3.953125 -2.578125 C -3.953125 -2.953125 -3.9375 -3.109375 -3.8125 -3.203125 C -3.75 -3.25 -3.453125 -3.359375 -3.265625 -3.4375 L -0.875 -2.578125 L -3.515625 -1.640625 C -3.625 -1.59375 -3.65625 -1.59375 -3.6875 -1.59375 C -3.953125 -1.59375 -3.953125 -1.984375 -3.953125 -2.171875 L -4.265625 -2.171875 L -4.234375 -1.09375 L -4.265625 -0.171875 L -3.953125 -0.171875 C -3.953125 -0.671875 -3.921875 -0.796875 -3.609375 -0.90625 L -0.109375 -2.15625 C 0.03125 -2.203125 0.109375 -2.234375 0.109375 -2.359375 C 0.109375 -2.5 0.046875 -2.515625 -0.09375 -2.5625 L -2.890625 -3.5625 L -0.078125 -4.5625 C 0.03125 -4.609375 0.109375 -4.640625 0.109375 -4.765625 C 0.109375 -4.890625 0.015625 -4.921875 -0.078125 -4.96875 L -3.328125 -6.125 C -3.8125 -6.296875 -3.953125 -6.609375 -3.953125 -6.953125 Z M -3.953125 -6.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-12">
<path style="stroke:none;" d="M -0.875 -4.78125 L -1.4375 -4.78125 L -1.4375 -4.53125 L -0.875 -4.53125 C -0.3125 -4.53125 -0.25 -4.28125 -0.25 -4.171875 C -0.25 -3.84375 -0.6875 -3.8125 -0.734375 -3.8125 L -2.71875 -3.8125 C -3.140625 -3.8125 -3.515625 -3.8125 -3.890625 -3.453125 C -4.265625 -3.0625 -4.4375 -2.578125 -4.4375 -2.09375 C -4.4375 -1.28125 -3.96875 -0.609375 -3.3125 -0.609375 C -3.015625 -0.609375 -2.84375 -0.796875 -2.84375 -1.0625 C -2.84375 -1.328125 -3.046875 -1.515625 -3.296875 -1.515625 C -3.421875 -1.515625 -3.75 -1.46875 -3.765625 -1.015625 C -4.109375 -1.28125 -4.21875 -1.765625 -4.21875 -2.078125 C -4.21875 -2.5625 -3.828125 -3.125 -2.953125 -3.125 L -2.578125 -3.125 C -2.546875 -2.625 -2.515625 -1.921875 -2.21875 -1.3125 C -1.890625 -0.5625 -1.375 -0.3125 -0.9375 -0.3125 C -0.140625 -0.3125 0.109375 -1.28125 0.109375 -1.90625 C 0.109375 -2.546875 -0.28125 -3 -0.75 -3.1875 C -0.359375 -3.234375 0.0625 -3.5 0.0625 -3.96875 C 0.0625 -4.171875 -0.078125 -4.78125 -0.875 -4.78125 Z M -1.390625 -3.125 C -0.4375 -3.125 -0.109375 -2.40625 -0.109375 -1.96875 C -0.109375 -1.484375 -0.453125 -1.078125 -0.953125 -1.078125 C -1.5 -1.078125 -2.3125 -1.5 -2.375 -3.125 Z M -1.390625 -3.125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-13">
<path style="stroke:none;" d="M 0 -5.21875 L -0.3125 -5.21875 C -0.3125 -4.515625 -0.375 -4.4375 -0.859375 -4.4375 L -6.859375 -4.4375 L -6.75 -3.015625 L -6.453125 -3.015625 C -6.453125 -3.703125 -6.375 -3.78125 -5.890625 -3.78125 L -3.765625 -3.78125 C -4.109375 -3.5 -4.375 -3.078125 -4.375 -2.546875 C -4.375 -1.375 -3.40625 -0.34375 -2.125 -0.34375 C -0.875 -0.34375 0.109375 -1.3125 0.109375 -2.4375 C 0.109375 -3.0625 -0.234375 -3.515625 -0.546875 -3.765625 L 0.109375 -3.765625 Z M -1.171875 -3.765625 C -0.984375 -3.765625 -0.96875 -3.765625 -0.796875 -3.65625 C -0.328125 -3.359375 -0.109375 -2.90625 -0.109375 -2.484375 C -0.109375 -2.03125 -0.359375 -1.6875 -0.734375 -1.4375 C -1.140625 -1.1875 -1.71875 -1.15625 -2.109375 -1.15625 C -2.484375 -1.15625 -3.078125 -1.171875 -3.515625 -1.46875 C -3.828125 -1.671875 -4.15625 -2.046875 -4.15625 -2.578125 C -4.15625 -2.921875 -4 -3.34375 -3.5625 -3.65625 C -3.390625 -3.765625 -3.375 -3.765625 -3.1875 -3.765625 Z M -1.171875 -3.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph5-14">
<path style="stroke:none;" d="M 0 -7.28125 L -0.3125 -7.28125 C -0.3125 -6.75 -0.34375 -6.53125 -0.78125 -6.234375 L -4.140625 -3.953125 L -5.859375 -5.734375 C -5.9375 -5.8125 -6.4375 -6.34375 -6.453125 -7.140625 L -6.75 -7.140625 C -6.71875 -6.890625 -6.71875 -6.5625 -6.71875 -6.296875 C -6.71875 -5.9375 -6.71875 -5.375 -6.75 -5.046875 L -6.453125 -5.046875 C -6.4375 -5.4375 -6.21875 -5.5 -6.125 -5.5 C -5.96875 -5.5 -5.859375 -5.40625 -5.796875 -5.328125 L -2.84375 -2.21875 L -5.984375 -2.21875 C -6.34375 -2.21875 -6.453125 -2.25 -6.453125 -3 L -6.453125 -3.25 L -6.75 -3.25 C -6.71875 -2.890625 -6.71875 -2.171875 -6.71875 -1.796875 C -6.71875 -1.421875 -6.71875 -0.671875 -6.75 -0.328125 L -6.453125 -0.328125 L -6.453125 -0.5625 C -6.453125 -1.328125 -6.34375 -1.34375 -5.984375 -1.34375 L -0.765625 -1.34375 C -0.421875 -1.34375 -0.3125 -1.328125 -0.3125 -0.5625 L -0.3125 -0.328125 L 0 -0.328125 C -0.03125 -0.671875 -0.03125 -1.40625 -0.03125 -1.78125 C -0.03125 -2.15625 -0.03125 -2.890625 0 -3.25 L -0.3125 -3.25 L -0.3125 -3 C -0.3125 -2.25 -0.421875 -2.21875 -0.765625 -2.21875 L -2.5 -2.21875 L -3.59375 -3.375 L -0.9375 -5.15625 C -0.84375 -5.21875 -0.71875 -5.3125 -0.609375 -5.3125 C -0.3125 -5.3125 -0.3125 -4.921875 -0.3125 -4.734375 L 0 -4.734375 C -0.03125 -5.078125 -0.03125 -5.765625 -0.03125 -6.140625 Z M 0 -7.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph5-15">
<path style="stroke:none;" d="M 0 -2.4375 L -0.3125 -2.4375 C -0.3125 -1.796875 -0.359375 -1.75 -0.734375 -1.75 L -4.375 -1.75 L -4.265625 -0.359375 L -3.953125 -0.359375 C -3.953125 -1.015625 -3.890625 -1.09375 -3.40625 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.328125 L 0 -0.328125 L -0.03125 -1.421875 C -0.03125 -1.765625 -0.015625 -2.109375 0 -2.4375 Z M -5.96875 -1.90625 C -6.234375 -1.90625 -6.5 -1.671875 -6.5 -1.375 C -6.5 -1.03125 -6.21875 -0.84375 -5.96875 -0.84375 C -5.703125 -0.84375 -5.453125 -1.0625 -5.453125 -1.359375 C -5.453125 -1.703125 -5.734375 -1.90625 -5.96875 -1.90625 Z M -5.96875 -1.90625 "/>
</symbol>
<symbol overflow="visible" id="glyph5-16">
<path style="stroke:none;" d="M -1.171875 -4.109375 C -1.28125 -4.109375 -1.28125 -4 -1.28125 -3.96875 C -1.28125 -3.890625 -1.234375 -3.875 -1.171875 -3.84375 C -0.25 -3.5625 -0.140625 -2.921875 -0.140625 -2.546875 C -0.140625 -2.03125 -0.5625 -1.15625 -2.15625 -1.15625 C -3.765625 -1.15625 -4.1875 -1.96875 -4.1875 -2.5 C -4.1875 -2.578125 -4.171875 -3.203125 -3.8125 -3.546875 C -3.78125 -3.140625 -3.484375 -3.078125 -3.359375 -3.078125 C -3.109375 -3.078125 -2.90625 -3.265625 -2.90625 -3.546875 C -2.90625 -3.796875 -3.078125 -4 -3.375 -4 C -4.046875 -4 -4.4375 -3.25 -4.4375 -2.484375 C -4.4375 -1.25 -3.359375 -0.34375 -2.140625 -0.34375 C -0.875 -0.34375 0.109375 -1.3125 0.109375 -2.46875 C 0.109375 -3.78125 -1.078125 -4.109375 -1.171875 -4.109375 Z M -1.171875 -4.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph5-17">
<path style="stroke:none;" d="M -3.953125 -5.03125 L -4.265625 -5.03125 C -4.25 -4.796875 -4.234375 -4.515625 -4.234375 -4.28125 L -4.265625 -3.421875 L -3.953125 -3.421875 C -3.953125 -3.78125 -3.71875 -3.890625 -3.53125 -3.890625 C -3.4375 -3.890625 -3.40625 -3.875 -3.296875 -3.84375 L -0.765625 -2.828125 L -3.53125 -1.71875 C -3.65625 -1.65625 -3.703125 -1.65625 -3.703125 -1.65625 C -3.953125 -1.65625 -3.953125 -2.046875 -3.953125 -2.21875 L -4.265625 -2.21875 L -4.234375 -1.140625 C -4.234375 -0.875 -4.25 -0.484375 -4.265625 -0.1875 L -3.953125 -0.1875 C -3.953125 -0.8125 -3.890625 -0.84375 -3.59375 -0.984375 L -0.078125 -2.40625 C 0.0625 -2.46875 0.109375 -2.484375 0.109375 -2.609375 C 0.109375 -2.734375 0.015625 -2.78125 -0.078125 -2.8125 L -3.296875 -4.109375 C -3.515625 -4.203125 -3.953125 -4.375 -3.953125 -5.03125 Z M -3.953125 -5.03125 "/>
</symbol>
<symbol overflow="visible" id="glyph6-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph6-1">
<path style="stroke:none;" d="M 3.21875 -1.78125 C 3.21875 -2.140625 2.703125 -2.1875 2.453125 -2.1875 C 2.34375 -2.1875 2 -2.1875 1.671875 -1.796875 C 1.609375 -2.0625 1.328125 -2.1875 1.078125 -2.1875 C 0.90625 -2.1875 0.765625 -2.109375 0.640625 -1.90625 C 0.515625 -1.703125 0.453125 -1.453125 0.453125 -1.421875 C 0.453125 -1.34375 0.515625 -1.34375 0.546875 -1.34375 C 0.640625 -1.34375 0.640625 -1.359375 0.671875 -1.484375 C 0.75 -1.78125 0.875 -2.015625 1.0625 -2.015625 C 1.21875 -2.015625 1.265625 -1.859375 1.265625 -1.75 C 1.265625 -1.6875 1.203125 -1.5 1.1875 -1.375 L 1.078125 -0.921875 L 0.953125 -0.484375 C 0.921875 -0.359375 0.875 -0.140625 0.875 -0.125 C 0.875 -0.015625 0.96875 0.046875 1.0625 0.046875 C 1.140625 0.046875 1.21875 0.015625 1.28125 -0.078125 C 1.296875 -0.109375 1.328125 -0.265625 1.359375 -0.375 L 1.46875 -0.8125 C 1.484375 -0.890625 1.53125 -1.078125 1.546875 -1.140625 L 1.609375 -1.359375 C 1.625 -1.453125 1.78125 -1.703125 1.953125 -1.84375 C 2.125 -1.984375 2.28125 -2.015625 2.453125 -2.015625 C 2.515625 -2.015625 2.75 -2.015625 2.90625 -1.9375 C 2.6875 -1.859375 2.6875 -1.640625 2.6875 -1.640625 C 2.6875 -1.5625 2.75 -1.4375 2.90625 -1.4375 C 3.046875 -1.4375 3.21875 -1.5625 3.21875 -1.78125 Z M 3.21875 -1.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph6-2">
<path style="stroke:none;" d="M 3.640625 -0.71875 C 3.640625 -0.78125 3.5625 -0.78125 3.53125 -0.78125 C 3.453125 -0.78125 3.453125 -0.765625 3.421875 -0.671875 C 3.328125 -0.390625 3.109375 -0.109375 2.859375 -0.109375 C 2.75 -0.109375 2.71875 -0.1875 2.71875 -0.296875 C 2.71875 -0.40625 2.78125 -0.546875 2.8125 -0.65625 C 2.875 -0.796875 3.09375 -1.328125 3.09375 -1.59375 C 3.09375 -1.9375 2.859375 -2.1875 2.359375 -2.1875 C 1.859375 -2.1875 1.578125 -1.875 1.4375 -1.703125 L 1.8125 -3.234375 C 1.84375 -3.3125 1.84375 -3.3125 1.84375 -3.34375 C 1.84375 -3.421875 1.765625 -3.421875 1.6875 -3.421875 L 1.078125 -3.375 C 1 -3.375 0.984375 -3.375 0.953125 -3.34375 C 0.9375 -3.328125 0.921875 -3.265625 0.921875 -3.234375 C 0.921875 -3.15625 1 -3.15625 1.078125 -3.15625 C 1.078125 -3.15625 1.171875 -3.15625 1.234375 -3.140625 C 1.328125 -3.125 1.34375 -3.109375 1.34375 -3.078125 C 1.34375 -3.0625 1.34375 -3.046875 1.3125 -2.96875 L 0.625 -0.234375 C 0.609375 -0.15625 0.609375 -0.15625 0.609375 -0.125 C 0.609375 -0.015625 0.703125 0.046875 0.796875 0.046875 C 0.90625 0.046875 1 -0.015625 1.03125 -0.140625 C 1.046875 -0.1875 1.078125 -0.25 1.140625 -0.578125 L 1.234375 -0.90625 C 1.3125 -1.203125 1.3125 -1.21875 1.453125 -1.4375 C 1.65625 -1.734375 1.9375 -2.015625 2.328125 -2.015625 C 2.578125 -2.015625 2.671875 -1.875 2.671875 -1.65625 C 2.671875 -1.375 2.46875 -0.859375 2.390625 -0.6875 C 2.328125 -0.5 2.3125 -0.46875 2.3125 -0.375 C 2.3125 -0.125 2.546875 0.046875 2.84375 0.046875 C 3.375 0.046875 3.640625 -0.59375 3.640625 -0.71875 Z M 3.640625 -0.71875 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 1.457031 63 L 19 63 L 19 65 L 1.457031 65 Z M 1.457031 63 "/>
</clipPath>
<clipPath id="clip2">
<path d="M 404 19 L 425.550781 19 L 425.550781 51 L 404 51 Z M 404 19 "/>
</clipPath>
<clipPath id="clip3">
<path d="M 404 48 L 425.550781 48 L 425.550781 80 L 404 80 Z M 404 48 "/>
</clipPath>
<clipPath id="clip4">
<path d="M 404 77 L 425.550781 77 L 425.550781 109 L 404 109 Z M 404 77 "/>
</clipPath>
</defs>
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(79.998779%,88.938904%,94.819641%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 121.660068 -47.158635 L 226.317877 -47.158635 L 226.317877 47.580328 L 121.660068 47.580328 Z M 121.660068 -47.158635 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(98.439026%,95.9198%,90.899658%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 231.369834 -47.579959 L 286.842922 -47.579959 L 286.842922 47.580328 L 231.369834 47.580328 Z M 231.369834 -47.579959 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(96.998596%,86.499023%,81.959534%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.963554 -47.158635 L 102.432705 -47.158635 L 102.432705 47.159003 L 46.963554 47.159003 Z M 46.963554 -47.158635 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(92.779541%,94.898987%,90.979004%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -27.736897 -47.579959 L 27.736191 -47.579959 L 27.736191 47.580328 L -27.736897 47.580328 Z M -27.736897 -47.579959 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(92.779541%,94.898987%,90.979004%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 306.070285 -47.579959 L 361.539436 -47.579959 L 361.539436 47.580328 L 306.070285 47.580328 Z M 306.070285 -47.579959 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="204.441743" y="12.520475"/>
<use xlink:href="#glyph0-2" x="211.991556" y="12.520475"/>
<use xlink:href="#glyph0-3" x="219.129239" y="12.520475"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="278.653904" y="10.598903"/>
<use xlink:href="#glyph0-5" x="284.145037" y="10.598903"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-6" x="289.912901" y="10.598903"/>
<use xlink:href="#glyph0-6" x="294.306005" y="10.598903"/>
<use xlink:href="#glyph0-7" x="298.699109" y="10.598903"/>
<use xlink:href="#glyph0-8" x="304.190242" y="10.598903"/>
<use xlink:href="#glyph0-9" x="309.131866" y="10.598903"/>
<use xlink:href="#glyph0-10" x="314.073491" y="10.598903"/>
<use xlink:href="#glyph0-11" x="319.015115" y="10.598903"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="101.61929" y="12.938122"/>
<use xlink:href="#glyph0-13" x="105.188131" y="12.938122"/>
<use xlink:href="#glyph0-6" x="109.581235" y="12.938122"/>
<use xlink:href="#glyph0-14" x="113.974339" y="12.938122"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-15" x="119.880569" y="12.938122"/>
<use xlink:href="#glyph0-14" x="127.293005" y="12.938122"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-16" x="29.850512" y="12.520475"/>
<use xlink:href="#glyph0-17" x="36.850817" y="12.520475"/>
<use xlink:href="#glyph0-12" x="43.027847" y="12.520475"/>
<use xlink:href="#glyph0-4" x="46.596688" y="12.520475"/>
<use xlink:href="#glyph0-4" x="52.087821" y="12.520475"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-16" x="360.992816" y="12.520475"/>
<use xlink:href="#glyph0-17" x="367.993121" y="12.520475"/>
<use xlink:href="#glyph0-12" x="374.170151" y="12.520475"/>
<use xlink:href="#glyph0-4" x="377.738993" y="12.520475"/>
<use xlink:href="#glyph0-4" x="383.230126" y="12.520475"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -21.259524 -41.102587 L 21.258818 -41.102587 L 21.258818 41.102955 L -21.259524 41.102955 Z M -21.259524 -41.102587 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="37.56656" y="62.657928"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="41.681522" y="63.678732"/>
<use xlink:href="#glyph2-2" x="45.044792" y="63.678732"/>
</g>
<path style="fill:none;stroke-width:0.398;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00103397 -0.00148003 L 21.372328 -0.00148003 " transform="matrix(0.992035,0,0,-0.992035,33.114307,64.271969)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="33.114307" y="70.150769"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-2" x="38.402621" y="70.150769"/>
<use xlink:href="#glyph3-3" x="41.916402" y="70.150769"/>
<use xlink:href="#glyph3-4" x="45.855656" y="70.150769"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-2" x="50.33802" y="70.150769"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.43699 -11.338172 L 95.959269 -11.338172 L 95.959269 11.33854 L 53.43699 11.33854 Z M 53.43699 -11.338172 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-17" x="100.416943" y="66.664758"/>
<use xlink:href="#glyph0-18" x="106.593974" y="66.664758"/>
<use xlink:href="#glyph0-19" x="114.00641" y="66.664758"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="124.438081" y="66.664758"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="130.095657" y="68.14785"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.43699 18.004918 L 95.959269 18.004918 L 95.959269 40.68163 L 53.43699 40.68163 Z M 53.43699 18.004918 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-17" x="100.788957" y="37.556464"/>
<use xlink:href="#glyph0-18" x="106.965987" y="37.556464"/>
<use xlink:href="#glyph0-19" x="114.378424" y="37.556464"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="124.811086" y="37.556464"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-4" x="130.468662" y="39.038565"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.43699 -40.681262 L 95.959269 -40.681262 L 95.959269 -18.00455 L 53.43699 -18.00455 Z M 53.43699 -40.681262 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-17" x="103.234323" y="96.542871"/>
<use xlink:href="#glyph0-18" x="109.411354" y="96.542871"/>
<use xlink:href="#glyph0-19" x="116.82379" y="96.542871"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-2" x="127.255461" y="96.542871"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 128.137441 18.004918 L 170.655783 18.004918 L 170.655783 40.68163 L 128.137441 40.68163 Z M 128.137441 18.004918 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="179.117071" y="37.556464"/>
<use xlink:href="#glyph0-21" x="185.568856" y="37.556464"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="193.942043" y="37.556464"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="199.599619" y="39.038565"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 128.137441 -11.338172 L 170.655783 -11.338172 L 170.655783 11.33854 L 128.137441 11.33854 Z M 128.137441 -11.338172 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="179.489084" y="66.664758"/>
<use xlink:href="#glyph0-21" x="185.940869" y="66.664758"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="194.315049" y="66.664758"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-4" x="199.972625" y="68.14785"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 128.137441 -40.681262 L 170.655783 -40.681262 L 170.655783 -18.00455 L 128.137441 -18.00455 Z M 128.137441 -40.681262 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="181.934451" y="96.542871"/>
<use xlink:href="#glyph0-21" x="188.386235" y="96.542871"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-2" x="196.759423" y="96.542871"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 177.322162 -41.102587 L 219.840504 -41.102587 L 219.840504 41.102955 L 177.322162 41.102955 Z M 177.322162 -41.102587 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-1" x="244.117194" y="96.878179"/>
<use xlink:href="#glyph5-2" x="244.117194" y="93.309337"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-3" x="244.117194" y="88.094935"/>
<use xlink:href="#glyph5-4" x="244.117194" y="84.25134"/>
<use xlink:href="#glyph5-5" x="244.117194" y="79.858236"/>
<use xlink:href="#glyph5-6" x="244.117194" y="75.986967"/>
<use xlink:href="#glyph5-4" x="244.117194" y="72.966646"/>
<use xlink:href="#glyph5-5" x="244.117194" y="68.573542"/>
<use xlink:href="#glyph5-7" x="244.117194" y="64.702274"/>
<use xlink:href="#glyph5-8" x="244.117194" y="59.760649"/>
<use xlink:href="#glyph5-4" x="244.117194" y="51.524938"/>
<use xlink:href="#glyph5-3" x="244.117194" y="47.131834"/>
<use xlink:href="#glyph5-4" x="244.117194" y="43.288239"/>
<use xlink:href="#glyph5-5" x="244.117194" y="38.895135"/>
<use xlink:href="#glyph5-9" x="244.117194" y="35.023866"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 237.847207 -41.102587 L 280.365549 -41.102587 L 280.365549 41.102955 L 237.847207 41.102955 Z M 237.847207 -41.102587 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-10" x="298.229732" y="81.805197"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-7" x="298.229732" y="76.173722"/>
<use xlink:href="#glyph5-5" x="298.229732" y="71.232098"/>
<use xlink:href="#glyph5-11" x="298.229732" y="67.360829"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-12" x="298.229732" y="60.499878"/>
<use xlink:href="#glyph5-5" x="298.229732" y="55.558254"/>
<use xlink:href="#glyph5-13" x="298.229732" y="51.686985"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-14" x="310.089511" y="88.188943"/>
<use xlink:href="#glyph5-15" x="310.089511" y="80.501752"/>
<use xlink:href="#glyph5-2" x="310.089511" y="77.756186"/>
<use xlink:href="#glyph5-4" x="310.089511" y="72.265053"/>
<use xlink:href="#glyph5-8" x="310.089511" y="67.871949"/>
<use xlink:href="#glyph5-12" x="310.089511" y="59.636238"/>
<use xlink:href="#glyph5-3" x="310.089511" y="54.694613"/>
<use xlink:href="#glyph5-15" x="310.089511" y="50.851018"/>
<use xlink:href="#glyph5-16" x="310.089511" y="48.105451"/>
<use xlink:href="#glyph5-9" x="310.089511" y="43.712347"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 312.543721 -41.102587 L 355.066001 -41.102587 L 355.066001 41.102955 L 312.543721 41.102955 Z M 312.543721 -41.102587 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-1" x="372.331777" y="79.142575"/>
<use xlink:href="#glyph5-2" x="372.331777" y="75.573734"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-17" x="372.331777" y="70.359332"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-4" x="372.331777" y="65.419684"/>
<use xlink:href="#glyph5-5" x="372.331777" y="61.02658"/>
<use xlink:href="#glyph5-9" x="372.331777" y="57.155312"/>
<use xlink:href="#glyph5-4" x="372.331777" y="53.25637"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph5-14" x="384.191556" y="88.187951"/>
<use xlink:href="#glyph5-15" x="384.191556" y="80.50076"/>
<use xlink:href="#glyph5-2" x="384.191556" y="77.755194"/>
<use xlink:href="#glyph5-4" x="384.191556" y="72.264061"/>
<use xlink:href="#glyph5-8" x="384.191556" y="67.870957"/>
<use xlink:href="#glyph5-12" x="384.191556" y="59.635245"/>
<use xlink:href="#glyph5-3" x="384.191556" y="54.693621"/>
<use xlink:href="#glyph5-15" x="384.191556" y="50.850026"/>
<use xlink:href="#glyph5-16" x="384.191556" y="48.104459"/>
<use xlink:href="#glyph5-9" x="384.191556" y="43.711355"/>
</g>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -41.601232 -0.00178475 L -26.390234 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053178 -0.00178475 L 1.607614 1.683514 L 3.088156 -0.00178475 L 1.607614 -1.683145 Z M 6.053178 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,14.717691,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-3" x="6.234124" y="60.213554"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.758895 29.341305 L 48.30628 29.341305 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.051552 -0.00175461 L 1.609925 1.683544 L 3.08653 -0.00175461 L 1.609925 -1.683115 Z M 6.051552 -0.00175461 " transform="matrix(0.992035,0,0,-0.992035,88.820867,34.892791)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="73.961352" y="28.634101"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="78.420549" y="30.116201"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-1" x="83.093035" y="31.10526"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.758895 -0.00178475 L 48.30628 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.051552 -0.00178475 L 1.609925 1.683514 L 3.08653 -0.00178475 L 1.609925 -1.683145 Z M 6.051552 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,88.820867,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="73.660765" y="57.682872"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="78.119963" y="59.164973"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-2" x="82.792448" y="60.213554"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.758895 -29.344875 L 48.30628 -29.344875 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.051552 -0.00181489 L 1.609925 1.683483 L 3.08653 -0.00181489 L 1.609925 -1.683176 Z M 6.051552 -0.00181489 " transform="matrix(0.992035,0,0,-0.992035,88.820867,93.111481)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="76.23212" y="87.840739"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="80.691318" y="89.322839"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.455409 29.341305 L 123.002794 29.341305 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053873 -0.00175461 L 1.608309 1.683544 L 3.088851 -0.00175461 L 1.608309 -1.683115 Z M 6.053873 -0.00175461 " transform="matrix(0.992035,0,0,-0.992035,162.924033,34.892791)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="147.464207" y="28.634101"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="153.121784" y="30.116201"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-1" x="157.795261" y="31.10526"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.455409 -0.00178475 L 123.002794 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053873 -0.00178475 L 1.608309 1.683514 L 3.088851 -0.00178475 L 1.608309 -1.683145 Z M 6.053873 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,162.924033,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="147.163621" y="57.682872"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="152.821197" y="59.164973"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-2" x="157.494674" y="60.213554"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.455409 -29.344875 L 123.002794 -29.344875 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053873 -0.00181489 L 1.608309 1.683483 L 3.088851 -0.00181489 L 1.608309 -1.683176 Z M 6.053873 -0.00181489 " transform="matrix(0.992035,0,0,-0.992035,162.924033,93.111481)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-1" x="149.734976" y="87.840739"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="155.392552" y="89.322839"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 220.340581 -0.00178475 L 232.716498 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.05314 -0.00178475 L 1.607575 1.683514 L 3.088117 -0.00178475 L 1.607575 -1.683145 Z M 6.05314 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,271.760698,64.002136)"/>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 280.865626 29.341305 L 307.413011 29.341305 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.051503 -0.00175461 L 1.609876 1.683544 L 3.086481 -0.00175461 L 1.609876 -1.683115 Z M 6.051503 -0.00175461 " transform="matrix(0.992035,0,0,-0.992035,345.863884,34.892791)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-2" x="332.956912" y="29.622168"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-6" x="338.100614" y="31.10526"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 280.865626 -0.00178475 L 307.413011 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.051503 -0.00178475 L 1.609876 1.683514 L 3.086481 -0.00178475 L 1.609876 -1.683145 Z M 6.051503 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,345.863884,64.002136)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="333.200953" y="57.386254"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="337.660151" y="58.868354"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 280.865626 -29.344875 L 307.413011 -29.344875 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.051503 -0.00181489 L 1.609876 1.683483 L 3.086481 -0.00181489 L 1.609876 -1.683176 Z M 6.051503 -0.00181489 " transform="matrix(0.992035,0,0,-0.992035,345.863884,93.111481)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-4" x="333.087861" y="87.840739"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-8" x="337.547059" y="89.322839"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 355.56214 29.341305 L 379.274444 29.341305 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 423.160156 34.894531 L 418.75 33.222656 L 420.21875 34.894531 L 418.75 36.5625 Z M 423.160156 34.894531 "/>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053593 -0.00175461 L 1.608029 1.683544 L 3.088571 -0.00175461 L 1.608029 -1.683115 Z M 6.053593 -0.00175461 " transform="matrix(0.992035,0,0,-0.992035,417.154779,34.892791)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-2" x="406.479609" y="28.634101"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="411.623311" y="30.116201"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-1" x="416.296788" y="31.10526"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 355.56214 -0.00178475 L 379.274444 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 423.160156 64.003906 L 418.75 62.332031 L 420.21875 64.003906 L 418.75 65.671875 Z M 423.160156 64.003906 "/>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053593 -0.00178475 L 1.608029 1.683514 L 3.088571 -0.00178475 L 1.608029 -1.683145 Z M 6.053593 -0.00178475 " transform="matrix(0.992035,0,0,-0.992035,417.154779,64.002136)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-2" x="405.879427" y="57.682872"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="411.023129" y="59.164973"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph6-2" x="415.695615" y="60.213554"/>
</g>
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 355.56214 -29.344875 L 379.274444 -29.344875 " transform="matrix(0.992035,0,0,-0.992035,43.715194,64.002136)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 423.160156 93.113281 L 418.75 91.441406 L 420.21875 93.113281 L 418.75 94.78125 Z M 423.160156 93.113281 "/>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.99628;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.053593 -0.00181489 L 1.608029 1.683483 L 3.088571 -0.00181489 L 1.608029 -1.683176 Z M 6.053593 -0.00181489 " transform="matrix(0.992035,0,0,-0.992035,417.154779,93.111481)"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph4-2" x="411.021145" y="87.840739"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="416.164847" y="89.322839"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB