summaryrefslogtreecommitdiffstats
path: root/docusaurus
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-08-01 19:01:45 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-08-01 19:01:45 -0300
commit13d6443b10f1f6896c26a48826f782214e708e65 (patch)
treee9a71c92741dbb955b0d193edcecf937b18154aa /docusaurus
parent7be97c31c9b240cd7b320c19ee34f2460e57d537 (diff)
downloadPSP.git-13d6443b10f1f6896c26a48826f782214e708e65.tar.gz
PSP.git-13d6443b10f1f6896c26a48826f782214e708e65.tar.xz
PSP.git-13d6443b10f1f6896c26a48826f782214e708e65.zip
Text bug fix and documentation update
New fancy [PSP-UFU website](https://thales1330.github.io/PSP/) and [changelog](https://thales1330.github.io/PSP/blog) using [docusaurus](https://v2.docusaurus.io/); Text element performance improved for OpenGL render; Major text bug on copy fixed
Diffstat (limited to 'docusaurus')
-rw-r--r--docusaurus/blog/2019-10-13-2019w42a-beta.md8
-rw-r--r--docusaurus/blog/2019-11-01-2019w44a-beta.md4
-rw-r--r--docusaurus/blog/2020-06-13-2020w24a-beta.md6
-rw-r--r--docusaurus/blog/2020-07-09-2020w28a-beta.md4
-rw-r--r--docusaurus/blog/2020-08-01-2020w31a-beta.md14
-rw-r--r--docusaurus/docs/cadTools.md20
-rw-r--r--docusaurus/docs/controlEditor.md2
-rw-r--r--docusaurus/docs/graphViewer.md37
-rw-r--r--docusaurus/docs/heatmap.md35
-rw-r--r--docusaurus/docs/powerEditor.md4
-rw-r--r--docusaurus/docs/tabularReport.md14
-rw-r--r--docusaurus/docs/text.md13
-rw-r--r--docusaurus/docusaurus.config.js17
-rw-r--r--docusaurus/package-lock.json364
-rw-r--r--docusaurus/package.json4
-rw-r--r--docusaurus/static/images/addTextElement.svg1385
-rw-r--r--docusaurus/static/images/controlInit.svg2931
-rw-r--r--docusaurus/static/images/gaussSeidel.svg3327
-rw-r--r--docusaurus/static/images/graphViewer.pngbin0 -> 25819 bytes
-rw-r--r--docusaurus/static/images/heatmapForm.pngbin0 -> 4141 bytes
-rw-r--r--docusaurus/static/images/newtonRaphson.svg3568
-rw-r--r--docusaurus/static/images/stabGeneral.svg2559
-rw-r--r--docusaurus/static/images/stabInit.svg1959
-rw-r--r--docusaurus/static/images/stabIterative.svg5708
-rw-r--r--docusaurus/static/images/tabReport.pngbin0 -> 27001 bytes
-rw-r--r--docusaurus/static/videos/heatmap.kdenlive406
-rw-r--r--docusaurus/static/videos/heatmap.mp4bin0 -> 2135724 bytes
-rw-r--r--docusaurus/static/videos/heatmap.webmbin0 -> 2272949 bytes
28 files changed, 14454 insertions, 7935 deletions
diff --git a/docusaurus/blog/2019-10-13-2019w42a-beta.md b/docusaurus/blog/2019-10-13-2019w42a-beta.md
index 201d25e..6fd385b 100644
--- a/docusaurus/blog/2019-10-13-2019w42a-beta.md
+++ b/docusaurus/blog/2019-10-13-2019w42a-beta.md
@@ -8,7 +8,7 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4
tags: [psp-ufu]
---
-- Harmonic study implemented;
-- Autolayout from importation implemented;
-- Importation of Matpower files;
-- Several minor bugfixes. \ No newline at end of file
+- 🔥 Harmonic study implemented;
+- 🔥 Autolayout from importation implemented;
+- 🔥 Importation of Matpower files;
+- 🐛 Several minor bugfixes. \ No newline at end of file
diff --git a/docusaurus/blog/2019-11-01-2019w44a-beta.md b/docusaurus/blog/2019-11-01-2019w44a-beta.md
index 3e0b3a9..5e38a3d 100644
--- a/docusaurus/blog/2019-11-01-2019w44a-beta.md
+++ b/docusaurus/blog/2019-11-01-2019w44a-beta.md
@@ -8,5 +8,5 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4
tags: [psp-ufu]
---
-- Minor changes to 32bit MSW version for compatibility;
-- Travis CI (Continuous Integration) implemented (Linux). \ No newline at end of file
+- ✔️ Minor changes to 32bit MSW version for compatibility;
+- ✔️ Travis CI (Continuous Integration) implemented (Linux). \ No newline at end of file
diff --git a/docusaurus/blog/2020-06-13-2020w24a-beta.md b/docusaurus/blog/2020-06-13-2020w24a-beta.md
index e06e0bf..4511f20 100644
--- a/docusaurus/blog/2020-06-13-2020w24a-beta.md
+++ b/docusaurus/blog/2020-06-13-2020w24a-beta.md
@@ -8,6 +8,6 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4
tags: [psp-ufu]
---
-- Device context render implemented (to avoid use OpenGL - some machines can't use it properly);
-- Added Visual Studio solution to the GitHub project;
-- Several major and minor bugfixes. \ No newline at end of file
+- ✔️ Device context render implemented (to avoid use OpenGL - some machines can't use it properly);
+- ✔️ Added Visual Studio solution to the GitHub project;
+- 🐛 Several major and minor bugfixes. \ No newline at end of file
diff --git a/docusaurus/blog/2020-07-09-2020w28a-beta.md b/docusaurus/blog/2020-07-09-2020w28a-beta.md
index b74d4c6..2440de4 100644
--- a/docusaurus/blog/2020-07-09-2020w28a-beta.md
+++ b/docusaurus/blog/2020-07-09-2020w28a-beta.md
@@ -8,5 +8,5 @@ author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4
tags: [psp-ufu]
---
-- Voltage heatmap implemented (OpenGL enabled);
-- Several major and minor bugfixes. \ No newline at end of file
+- 🔥 Voltage heatmap implemented (OpenGL enabled);
+- 🐛 Several major and minor bugfixes. \ No newline at end of file
diff --git a/docusaurus/blog/2020-08-01-2020w31a-beta.md b/docusaurus/blog/2020-08-01-2020w31a-beta.md
new file mode 100644
index 0000000..1f10f66
--- /dev/null
+++ b/docusaurus/blog/2020-08-01-2020w31a-beta.md
@@ -0,0 +1,14 @@
+---
+id: 2020w31a-beta
+title: 2020w31a-beta
+author: Thales
+author_title: PhD
+author_url: https://github.com/thales1330
+author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4
+tags: [psp-ufu]
+---
+
+- 🔥 PSP-UFU online user guide finally written (only in Brazilian Portuguese, if you want to help me translate this guide, contact-me on [GitHub](https://github.com/Thales1330/PSP/issues) or [Twitter](https://twitter.com/PspUfu));
+- ✔️ New fancy [PSP-UFU website](https://thales1330.github.io/PSP/) and [changelog](https://thales1330.github.io/PSP/blog) using [docusaurus](https://v2.docusaurus.io/);
+- ✔️ Text element performance improved for OpenGL render;
+- 🐛 Several major and minor bug fixes. \ No newline at end of file
diff --git a/docusaurus/docs/cadTools.md b/docusaurus/docs/cadTools.md
index c741ba8..e26737b 100644
--- a/docusaurus/docs/cadTools.md
+++ b/docusaurus/docs/cadTools.md
@@ -31,7 +31,7 @@ Mantendo pressionado a tecla Control (Ctrl) do teclado pode-se manter seleções
Para desmarcar todos os objetos basta clicar em uma área sem objetos.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/select.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/select.webm")} type="video/webm" />
</video>
@@ -41,7 +41,7 @@ Um elemento poderá ser movido para qualquer local por meio da ação *drag-and-
Ao habilitar o “modo mover”, movendo todos os componentes selecionados à medida que a posição do mouse é alterada. Para desabilitar esse modo basta pressionar a tecla Escape do teclado.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/move.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/move.webm")} type="video/webm" />
</video>
@@ -55,7 +55,7 @@ O menu de contexto somente será exibido se o elemento estiver selecionado.
Ao utilizar essa ferramenta os objetos irão girar 45º a partir do seu ponto de origem. Para atingir a angulação pretendida basta repetir o processo de rotação.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/rotate.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/rotate.webm")} type="video/webm" />
</video>
@@ -67,7 +67,7 @@ A ferramenta arrastar possibilita mover todo o circuito **preservando as posiç
Para sair do “modo arrastar” basta pressionar a tecla Escape do teclado.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/drag.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/drag.webm")} type="video/webm" />
</video>
@@ -75,7 +75,7 @@ Para sair do “modo arrastar” basta pressionar a tecla Escape do teclado.
### Zoom
O zoom será aplicado ao utilizar o **scroll do mouse** para mais ou menos zoom. A ferramenta zoom irá aproximar ou distanciar o circuito a partir da posição do ponteiro do mouse na tela para encontrar objetos ou destaca-los.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/zoom.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/zoom.webm")} type="video/webm" />
</video>
@@ -83,7 +83,7 @@ O zoom será aplicado ao utilizar o **scroll do mouse** para mais ou menos zoom.
### Encaixar
A ferramenta encaixar irá mover o circuito e aplicar o zoom necessário para que todos os componentes da rede sejam exibidos na tela. Esta ferramenta pode ser acessada através do submenu “Ferramentas” ou pela combinação de teclas “Shift + F”.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/fit.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/fit.webm")} type="video/webm" />
</video>
@@ -93,7 +93,7 @@ Duas ferramentas importantes durante o processo de criação da rede elétrica d
Para copiar basta selecionar os elementos que se deseja duplicar e acessar a ferramenta no submenu “Ferramentas” ou pressionando a combinação das teclas “Ctrl + C”, então os dados do circuito serão copiados para a área de transferência. Ao copiar um circuito ele poderá ser colado no mesmo projeto ou em um projeto distinto, utilizando o mesmo submenu ou pressionando a combinação das teclas “Ctrl + V”.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/copyPaste.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/copyPaste.webm")} type="video/webm" />
</video>
@@ -101,7 +101,7 @@ Para copiar basta selecionar os elementos que se deseja duplicar e acessar a fer
### Excluir
Qualquer objeto poderá ser excluído do projeto por meio da ferramenta deletar, presente no menu Ribbon, pela tecla de atalho Delete ou pelo acesso ao menu de contexto clicando com o botão direito sobre o elemento selecionado.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/delete.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/delete.webm")} type="video/webm" />
</video>
@@ -120,7 +120,7 @@ Após a sua inserção, novos nós podem ser anexados pelo menu de contexto aces
Assim como nos barramentos, a alteração da posição dos nós é obtida clicando e arrastando o *pickbox* exibido ao posicionar o ponteiro do mouse sobre esse elemento selecionado.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/graphicPropsChange.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/graphicPropsChange.webm")} type="video/webm" />
</video>
@@ -138,7 +138,7 @@ No caso de desconexão, o elemento será automaticamente removido da simulação
Ao reconectar o elemento ao circuito, deve-se **atentar para estado do seu "disjuntor"**, indicado por um quadrado próximo ao seu nó de conexão. Um elemento reconectado volta ao circuito com seu disjuntor aberto (<Highlight color="#ff1919">vermelho</Highlight>), sendo necessário clicar sobre o mesmo a fim de inserir o elemento no circuito.
:::
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= {useBaseUrl("videos/disconnect.mp4")} type="video/mp4" />
<source src= {useBaseUrl("videos/disconnect.webm")} type="video/webm" />
</video> \ No newline at end of file
diff --git a/docusaurus/docs/controlEditor.md b/docusaurus/docs/controlEditor.md
index c27ac87..6be6e71 100644
--- a/docusaurus/docs/controlEditor.md
+++ b/docusaurus/docs/controlEditor.md
@@ -30,7 +30,7 @@ Uma vez que o usuário clicar no ícone desejado, o elemento de controle acompan
As ferramentas de manipulação e navegação, como arrastar, mover e excluir são [herdadas](cadTools) do [editor de elementos de potência](powerEditor), possuindo comportamento idêntico. A **edição dos dados** dos componentes inseridos também é realizada com **duplo clique** sobre o elemento inserido, exibindo um formulário de edição de dados.
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= "/PSP/videos/timelapseControlEditor.mp4" type="video/mp4" />
<source src= "/PSP/videos/timelapseControlEditor.webm" type="video/webm" />
</video>
diff --git a/docusaurus/docs/graphViewer.md b/docusaurus/docs/graphViewer.md
index 5498f9a..952e252 100644
--- a/docusaurus/docs/graphViewer.md
+++ b/docusaurus/docs/graphViewer.md
@@ -5,4 +5,39 @@ sidebar_label: Visualizador de Gráficos
---
import useBaseUrl from "@docusaurus/useBaseUrl";
-<link rel="stylesheet" href={useBaseUrl("katex/katex.min.css")} /> \ No newline at end of file
+<link rel="stylesheet" href={useBaseUrl("katex/katex.min.css")} />
+
+Para exibição dos resultados originados dos cálculos de [estabilidade](stability) e [varredura de frequências](harmonics), desenvolveu-se um visualizador de gráficos, como mostra a figura abaixo:
+
+<div><center><img src={useBaseUrl("images/graphViewer.png")} alt="Visualizador de gráficos do PSP-UFU" title="Visualizador de gráficos do PSP-UFU" /></center></div>
+
+## Criação, manipulação e navegação de curvas
+Tal visualizador utiliza a biblioteca [wxMathPlot](https://wxmathplot.sourceforge.io/), e permite ao usuário imprimir todas as curvas no tempo originadas dos resultados de [estabilidade](stability) e [varredura de frequências](harmonics), acessados em dados hierárquicos em forma de árvore, identificados pelo tipo e nome do elemento de potência, além do tipo de curva.
+
+:::info Informação
+As curvas podem ser plotadas com **clique duplo** sobre ela ou ao selecionar a caixa "Plotar" nas propriedades do traço.
+:::
+
+Os gráficos impressos podem ser caracterizados pela edição de suas propriedades do traço, ou seja, pode-se alterar a cor, espessura e tipo de traço (seis tipos disponíveis). Por padrão o eixo vertical é o tempo (em estabilidade) ou frequência (varredura de frequências), porém o usuário pode alterar para qualquer curva disponível.
+
+Várias propriedades gerais do gráfico podem ser editadas: título do gráfico, rótulos dos eixos x e y, margens e limites inferiores e superiores de ambos os eixos.
+
+O menu **Visualização** permite a inserção de exibição de legenda, linhas de grade e coordenadas do ponteiro do mouse (utilizada para destacar pontos na curva), além da possibilidade de alternar o tema de impressão entre escuro e claro, facilitando a visualização ou exportação do gráfico.
+
+No menu **Arquivo**, pode-se salvar o gráfico na forma de imagem (*.png*, *.jpg* ou *.bmp*) ou enviá-lo diretamente para a área de transferência. No mesmo menu também é permitido a exportação no formato *[CSV (Comma-separated Values)](https://en.wikipedia.org/wiki/Comma-separated_values)*, o qual poderá ser utilizado em outros visualizadores de gráficos, como o Excel ou o [gnuplot](http://www.gnuplot.info/).
+
+A área de plotagem permite a navegação utilizando ferramentas de zoom, por área de seleção e comandos de mouse, e arrasto das curvas impressas.
+
+:::tip Dica
+Ao clicar com o botão direito sobre a área de plotagem as opções de manipulação são exibidas por meio de um menu de contexto.
+:::
+
+Os seguintes **comandos de mouse** são utilizados para navegação das curvas:
+
+|Comando|Ação|
+|-------|----|
+|Botão esquerdo pressionado + Selecionar área|Seleciona a área de zoom|
+|Botão direito pressionado + Mover mouse|Arrasta a curva|
+|Roda do mouse|Arrasto vertical|
+|Roda do mouse + Shift|Arrasto horizontal|
+|Roda do mouse + Ctrl|Mais/menos zoom| \ No newline at end of file
diff --git a/docusaurus/docs/heatmap.md b/docusaurus/docs/heatmap.md
index 30ea55f..a16995c 100644
--- a/docusaurus/docs/heatmap.md
+++ b/docusaurus/docs/heatmap.md
@@ -5,4 +5,37 @@ sidebar_label: Mapa de Tensão
---
import useBaseUrl from "@docusaurus/useBaseUrl";
-<link rel="stylesheet" href={useBaseUrl("katex/katex.min.css")} /> \ No newline at end of file
+<link rel="stylesheet" href={useBaseUrl("katex/katex.min.css")} />
+
+A ferramenta Mapa de Tensão utiliza o concento de [mapa de calor](https://en.wikipedia.org/wiki/Heat_map) para exibir os valores de tensão de todas as barras do sistema por meio de cores.
+
+<video autoPlay loop muted playsInline controls>
+ <source src= {useBaseUrl("videos/heatmap.mp4")} type="video/mp4" />
+ <source src= {useBaseUrl("videos/heatmap.webm")} type="video/webm" />
+</video>
+
+:::tip Dica
+Essa ferramenta é útil para identificação de barras com sub e sobretensões no sistema de potência, assim como o efeito da inserção / remoção de elementos do sistema.
+:::
+
+A legenda que correlaciona os valores do módulo da tensão com as cores são exibidas à esquerda da área de trabalho.
+
+## Habilitando a ferramenta Mapa de Tensão
+
+A ferramenta pode ser habilitada ou desabilitada no [submenu Ribbon **Ferramentas**](mainScreen#menu-ribbon) clicando no botão **Mapa de tensão** ou pela tecla de atalho "Ctrl + Shift + H".
+
+As configurações da ferramenta podem ser também acessadas no [submenu Ribbon **Ferramentas**](mainScreen#menu-ribbon) clicando no botão **Configurações do projeto**
+
+<div><center><img src={useBaseUrl("images/heatmapForm.png")} alt="Configurações da ferramenta Mapa de Tensão" title="Configurações da ferramenta Mapa de Tensão" /></center></div>
+
+:::info Informação
+Na versão atual do programa, somente as opções do mapa de tensão são exibidas nas configurações de projeto.
+:::
+
+Os limites superiores e inferiores, em $p.u.$ são editados nesse formulário.
+
+Alternativamente, o programa pode calcular automaticamente os limites. Nesse caso, o limite superior será a maior tensão do circuito e o limite inferior será a menor tensão do circuito.
+
+:::warning Cuidado!
+O cálculo automático dos limites pode prejudicar a identificação de barras com sub e sobretensões no sistema.
+::: \ No newline at end of file
diff --git a/docusaurus/docs/powerEditor.md b/docusaurus/docs/powerEditor.md
index d47fef2..f7dc3d1 100644
--- a/docusaurus/docs/powerEditor.md
+++ b/docusaurus/docs/powerEditor.md
@@ -49,7 +49,7 @@ Sempre que são inseridos novos elementos, um formulário de dados é exibido e
O primeiro elemento que a ser inserido no projeto **deve** ser um barramento. Os demais elementos elétricos devem ser conectados em uma ou mais barras.
:::
-Além dos elementos de potência pode-se inserir os elementos de *texto vinculado*, os quais estão associados a uma grandeza que se deseja vizualizar diretamente na [Área de Trabalho](mainScreen#área-de-trabalho).
+Além dos elementos de potência pode-se inserir os elementos de *[texto vinculado](text)*, os quais estão associados a uma grandeza que se deseja vizualizar diretamente na [Área de Trabalho](mainScreen#área-de-trabalho).
:::warning Cuidado!
Ao inserir um barramento, a mesma irá acompanhar o ponteiro do mouse até que você clique na posição desejada. Para os demais elementos **deve-se clicar em uma mais barras** para exibir o elemento inserido.
@@ -57,7 +57,7 @@ Ao inserir um barramento, a mesma irá acompanhar o ponteiro do mouse até que v
**Sempre fique atento às instruções da [Barra de Status](mainScreen#barra-de-status).**
:::
-<video autoPlay loop muted controls>
+<video autoPlay loop muted playsInline controls>
<source src= "/PSP/videos/timelapseBuild.mp4" type="video/mp4" />
</video>
diff --git a/docusaurus/docs/tabularReport.md b/docusaurus/docs/tabularReport.md
index b59ad78..abef142 100644
--- a/docusaurus/docs/tabularReport.md
+++ b/docusaurus/docs/tabularReport.md
@@ -5,4 +5,16 @@ sidebar_label: Relatórios Tabulares
---
import useBaseUrl from "@docusaurus/useBaseUrl";
-<link rel="stylesheet" href={useBaseUrl("katex/katex.min.css")} /> \ No newline at end of file
+<link rel="stylesheet" href={useBaseUrl("katex/katex.min.css")} />
+
+Para visualização de todos os resultados dos cálculos de [fluxo de carga](powerFlow) e [curto-circuito](fault), desenvolveu-se um visualizador de relatórios tabulares:
+
+<div><center><img src={useBaseUrl("images/tabReport.png")} alt="Visualizador de dados tabulados no PSP-UFU" title="Visualizador de dados tabulados no PSP-UFU" /></center></div>
+
+Tal visualizador pode ser acessado no [submenu Ribbon](mainScreen#menu-ribbon) **Ferramentas** e então no botão **Relatório de dados**, sendo exibido o formulário organizado em abas.
+
+As grandezas de alguns dados desse relatório podem ser modificadas, sendo selecionadas no cabeçalho da tabela, como mostra a figura acima.
+
+:::tip Dica
+Os valores podem ser exportados para editores de texto e tabelas externos, selecionando e copiando (Ctrl+C) para a área de transferência.
+::: \ No newline at end of file
diff --git a/docusaurus/docs/text.md b/docusaurus/docs/text.md
index 0e89104..54079a4 100644
--- a/docusaurus/docs/text.md
+++ b/docusaurus/docs/text.md
@@ -20,7 +20,18 @@ Outra aplicação importante é a atualização de seu valor ao aplicar a “sol
Também pode-se utilizar os resultados apresentados por esses elementos juntamente com o diagrama unifilar na criação de relatórios do projeto.
:::
-<div><center><img src={useBaseUrl("images/textExp.png")} alt="Exemplo de elemento de texto no PSP-UFU" title="Exemplo de elemento de texto no PSP-UFU" /></center></div>
+<div><center><img src={useBaseUrl("images/textExp.png")} alt="Exemplo do elemento de texto no PSP-UFU" title="Exemplo de elemento de texto no PSP-UFU" /></center></div>
+
+## Inserindo elementos de texto no PSP-UFU
+Por meio do submenu **Ferramentas** pode-se inserir os elementos de texto, como é apresentado na imagem abaixo.
+
+<div><center><img src={useBaseUrl("images/addTextElement.svg")} alt="Adicionar elementos de texto" title="Adicionar elementos de texto" /></center></div>
+
+Ao selecionar o botão "Texto" ou utilizar a **tecla de atalho "A"**, o usuário deve clicar na posição desejada da [área de trabalho](powerEditor). Com isso, será adicionado um elemento temporário com o valor "Texto". Para parametrizar esse elemento clique duas vezes sobre ele.
+
+:::caution Atenção
+O elemento de texto, assim como os [elementos de controle](controlEditor) não exibem automaticamente o formulário de edição de dados ao inseri-lo pela primeira vez.
+:::
## Formulário de edição de dados do elemento de texto
A figura abaixo apresenta o formulário de edição de dados desse componente gráfico.
diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js
index cd74364..798ba61 100644
--- a/docusaurus/docusaurus.config.js
+++ b/docusaurus/docusaurus.config.js
@@ -10,6 +10,23 @@ module.exports = {
organizationName: 'thales1330', // Usually your GitHub org/user name.
projectName: 'PSP', // Usually your repo name.
themeConfig: {
+ colorMode: {
+ defaultMode: 'dark',
+ disableSwitch: false,
+ respectPrefersColorScheme: true,
+ switchConfig: {
+ darkIcon: '🌙',
+ darkIconStyle: {
+ // Style object passed to inline CSS
+ // For more information about styling options visit: https://reactjs.org/docs/dom-elements.html#style
+ marginLeft: '2px',
+ },
+ lightIcon: '\u2600',
+ lightIconStyle: {
+ marginLeft: '1px',
+ },
+ },
+ },
navbar: {
title: 'PSP-UFU',
logo: {
diff --git a/docusaurus/package-lock.json b/docusaurus/package-lock.json
index 6c80216..3f8be4f 100644
--- a/docusaurus/package-lock.json
+++ b/docusaurus/package-lock.json
@@ -128,9 +128,9 @@
}
},
"@babel/compat-data": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.5.tgz",
- "integrity": "sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.11.0.tgz",
+ "integrity": "sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==",
"requires": {
"browserslist": "^4.12.0",
"invariant": "^2.2.4",
@@ -145,18 +145,18 @@
}
},
"@babel/core": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz",
- "integrity": "sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.0.tgz",
+ "integrity": "sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==",
"requires": {
"@babel/code-frame": "^7.10.4",
- "@babel/generator": "^7.10.5",
- "@babel/helper-module-transforms": "^7.10.5",
+ "@babel/generator": "^7.11.0",
+ "@babel/helper-module-transforms": "^7.11.0",
"@babel/helpers": "^7.10.4",
- "@babel/parser": "^7.10.5",
+ "@babel/parser": "^7.11.0",
"@babel/template": "^7.10.4",
- "@babel/traverse": "^7.10.5",
- "@babel/types": "^7.10.5",
+ "@babel/traverse": "^7.11.0",
+ "@babel/types": "^7.11.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
@@ -175,11 +175,11 @@
}
},
"@babel/generator": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.5.tgz",
- "integrity": "sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz",
+ "integrity": "sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==",
"requires": {
- "@babel/types": "^7.10.5",
+ "@babel/types": "^7.11.0",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
}
@@ -308,11 +308,11 @@
}
},
"@babel/helper-member-expression-to-functions": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz",
- "integrity": "sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz",
+ "integrity": "sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==",
"requires": {
- "@babel/types": "^7.10.5"
+ "@babel/types": "^7.11.0"
}
},
"@babel/helper-module-imports": {
@@ -324,16 +324,16 @@
}
},
"@babel/helper-module-transforms": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz",
- "integrity": "sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz",
+ "integrity": "sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==",
"requires": {
"@babel/helper-module-imports": "^7.10.4",
"@babel/helper-replace-supers": "^7.10.4",
"@babel/helper-simple-access": "^7.10.4",
- "@babel/helper-split-export-declaration": "^7.10.4",
+ "@babel/helper-split-export-declaration": "^7.11.0",
"@babel/template": "^7.10.4",
- "@babel/types": "^7.10.5",
+ "@babel/types": "^7.11.0",
"lodash": "^4.17.19"
}
},
@@ -391,11 +391,11 @@
}
},
"@babel/helper-split-export-declaration": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz",
- "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz",
+ "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==",
"requires": {
- "@babel/types": "^7.10.4"
+ "@babel/types": "^7.11.0"
}
},
"@babel/helper-validator-identifier": {
@@ -447,9 +447,9 @@
}
},
"@babel/parser": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.5.tgz",
- "integrity": "sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ=="
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.0.tgz",
+ "integrity": "sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw=="
},
"@babel/plugin-proposal-async-generator-functions": {
"version": "7.10.5",
@@ -936,9 +936,9 @@
}
},
"@babel/plugin-transform-runtime": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.5.tgz",
- "integrity": "sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz",
+ "integrity": "sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw==",
"requires": {
"@babel/helper-module-imports": "^7.10.4",
"@babel/helper-plugin-utils": "^7.10.4",
@@ -996,9 +996,9 @@
}
},
"@babel/plugin-transform-typescript": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.5.tgz",
- "integrity": "sha512-YCyYsFrrRMZ3qR7wRwtSSJovPG5vGyG4ZdcSAivGwTfoasMp3VOB/AKhohu3dFtmB4cCDcsndCSxGtrdliCsZQ==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz",
+ "integrity": "sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w==",
"requires": {
"@babel/helper-create-class-features-plugin": "^7.10.5",
"@babel/helper-plugin-utils": "^7.10.4",
@@ -1136,17 +1136,17 @@
}
},
"@babel/runtime": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
- "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz",
+ "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@babel/runtime-corejs3": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.10.5.tgz",
- "integrity": "sha512-RMafpmrNB5E/bwdSphLr8a8++9TosnyJp98RZzI6VOx2R2CCMpsXXXRvmI700O9oEKpXdZat6oEK68/F0zjd4A==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.11.0.tgz",
+ "integrity": "sha512-K0ioacsw8JgzDSPpUiGWokMvLzGvnZPXLrTsJfyHPrFsnp4yoKn+Ap/8NNZgWKZG9o5+qotH8tAa8AXn8gTN5A==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4"
@@ -1163,25 +1163,25 @@
}
},
"@babel/traverse": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz",
- "integrity": "sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz",
+ "integrity": "sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==",
"requires": {
"@babel/code-frame": "^7.10.4",
- "@babel/generator": "^7.10.5",
+ "@babel/generator": "^7.11.0",
"@babel/helper-function-name": "^7.10.4",
- "@babel/helper-split-export-declaration": "^7.10.4",
- "@babel/parser": "^7.10.5",
- "@babel/types": "^7.10.5",
+ "@babel/helper-split-export-declaration": "^7.11.0",
+ "@babel/parser": "^7.11.0",
+ "@babel/types": "^7.11.0",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"
}
},
"@babel/types": {
- "version": "7.10.5",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.5.tgz",
- "integrity": "sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==",
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz",
+ "integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==",
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"lodash": "^4.17.19",
@@ -1210,9 +1210,9 @@
}
},
"@docusaurus/core": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-alpha.60.tgz",
- "integrity": "sha512-AQq70KEV8e6TxR+TfPwMkYT5NhUwsqEwNsoeD75KnfWoJZvM2Bso9Ixqwu4lQ49aS7irO9gJo4vovF3675yqpg==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-Ev0v5J7L/Pm3VJMdhhyR8I9tUQo8MhVRUUT+Bf0W3TMYG6jp2cIXE88yCfxOsTDducS7EMrdtUXfvePGH9CE/A==",
"requires": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
@@ -1224,8 +1224,8 @@
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@babel/runtime-corejs3": "^7.10.4",
- "@docusaurus/types": "^2.0.0-alpha.60",
- "@docusaurus/utils": "^2.0.0-alpha.60",
+ "@docusaurus/types": "^2.0.0-alpha.61",
+ "@docusaurus/utils": "^2.0.0-alpha.61",
"@endiliey/static-site-generator-webpack-plugin": "^4.0.0",
"@hapi/joi": "^17.1.1",
"@svgr/webpack": "^5.4.0",
@@ -1287,15 +1287,17 @@
}
},
"@docusaurus/mdx-loader": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-2.0.0-alpha.60.tgz",
- "integrity": "sha512-pclQdJJffJ78KHzY90vPve4BsaJsR3vwDFANkie9zWRxdnsEWj5WC+6QJa6jJF2+2vJPMcRzXTJGL/YsdENoNQ==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-n7VMfyshgMjoVI2YdQFlPVcMTSR+XOl2UbOTgJXDmD4yCeLOSaj63g8fwVoCy+NRkPgjpWGTGCeLNs63dk9jYg==",
"requires": {
"@babel/parser": "^7.9.4",
"@babel/traverse": "^7.9.0",
+ "@docusaurus/core": "^2.0.0-alpha.61",
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"escape-html": "^1.0.3",
+ "file-loader": "^6.0.0",
"fs-extra": "^8.1.0",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
@@ -1303,7 +1305,8 @@
"mdast-util-to-string": "^1.1.0",
"remark-emoji": "^2.1.0",
"stringify-object": "^3.3.0",
- "unist-util-visit": "^2.0.2"
+ "unist-util-visit": "^2.0.2",
+ "url-loader": "^4.1.0"
},
"dependencies": {
"json5": {
@@ -1327,14 +1330,15 @@
}
},
"@docusaurus/plugin-content-blog": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.0.0-alpha.60.tgz",
- "integrity": "sha512-Kkh7w9f0lRE8WBzBYKXcYM9S1MSTJgAOYFOPN/r2YC7C6XjTvJFQTFcUNVIit3EJqgU9Kf7Om+hV05GkkGEDIw==",
- "requires": {
- "@docusaurus/core": "^2.0.0-alpha.60",
- "@docusaurus/mdx-loader": "^2.0.0-alpha.60",
- "@docusaurus/types": "^2.0.0-alpha.60",
- "@docusaurus/utils": "^2.0.0-alpha.60",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-C2U5NTKYeDm7AViMt4fqmkLuk2kwxvvkzAK84EvEA3tVy3Q58qTfRqbDyFJGN63OL1Os+1HwQvGjPjCUWVbJ3Q==",
+ "requires": {
+ "@docusaurus/core": "^2.0.0-alpha.61",
+ "@docusaurus/mdx-loader": "^2.0.0-alpha.61",
+ "@docusaurus/types": "^2.0.0-alpha.61",
+ "@docusaurus/utils": "^2.0.0-alpha.61",
+ "@docusaurus/utils-validation": "^2.0.0-alpha.61",
"@hapi/joi": "^17.1.1",
"feed": "^4.1.0",
"fs-extra": "^8.1.0",
@@ -1366,14 +1370,15 @@
}
},
"@docusaurus/plugin-content-docs": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.0.0-alpha.60.tgz",
- "integrity": "sha512-PkqcqxnbVeppvdgsQD2t1y7jenDuXyDKp3w4EIoiIXwm0VWGcV6Zat2rhwCDSkfWo03psHU8YORJiSLFkiQaqQ==",
- "requires": {
- "@docusaurus/core": "^2.0.0-alpha.60",
- "@docusaurus/mdx-loader": "^2.0.0-alpha.60",
- "@docusaurus/types": "^2.0.0-alpha.60",
- "@docusaurus/utils": "^2.0.0-alpha.60",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-1WojgF+0ZQoARVF3I++2ghzG0sY4panxNiWv8Mzo2MdqECj3lgmR8jaVUSXj4bcTzX7uAEVS9MqKYIf3DBpgYg==",
+ "requires": {
+ "@docusaurus/core": "^2.0.0-alpha.61",
+ "@docusaurus/mdx-loader": "^2.0.0-alpha.61",
+ "@docusaurus/types": "^2.0.0-alpha.61",
+ "@docusaurus/utils": "^2.0.0-alpha.61",
+ "@docusaurus/utils-validation": "^2.0.0-alpha.61",
"@hapi/joi": "17.1.1",
"execa": "^3.4.0",
"fs-extra": "^8.1.0",
@@ -1453,66 +1458,90 @@
}
},
"@docusaurus/plugin-content-pages": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-alpha.60.tgz",
- "integrity": "sha512-tI1w5cZEAEwuUCJ1Z+nUnX/o2svEF81Jy2PuvRb9YQT3xY82Vas1kSJPSzz4tYEp5y2mYMzOC7neCTBG+rVUiA==",
- "requires": {
- "@docusaurus/types": "^2.0.0-alpha.60",
- "@docusaurus/utils": "^2.0.0-alpha.60",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-UQmXnGQCQoMltnL0Zvf0Dhqis+tKPwAdtcoBcQN4dvaDp4iEsS8eJjG9QZqvPzqJv+giVyuCT/KeZj/pxCitNw==",
+ "requires": {
+ "@docusaurus/mdx-loader": "^2.0.0-alpha.61",
+ "@docusaurus/types": "^2.0.0-alpha.61",
+ "@docusaurus/utils": "^2.0.0-alpha.61",
+ "@docusaurus/utils-validation": "^2.0.0-alpha.61",
"@hapi/joi": "17.1.1",
- "globby": "^10.0.1"
+ "globby": "^10.0.1",
+ "loader-utils": "^1.2.3",
+ "remark-admonitions": "^1.2.1"
+ },
+ "dependencies": {
+ "json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "requires": {
+ "minimist": "^1.2.0"
+ }
+ },
+ "loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ }
+ }
}
},
"@docusaurus/plugin-debug": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-alpha.60.tgz",
- "integrity": "sha512-LRy2ihGhLVgOROTkUiyDiRgbJzRaXZV7O5jiw1xjSbWhLD87LNF3imqpYl8NOzRJXn5eCxIQ/tAGdGHSaAuDwA==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-v0qbGwT/yd5Dy/dcwn5fBCdlFE60IOOhllBDuKUsjJwKCvFDKHZ6jtxrZY+ujIlDfj/Tkc4ban0w46JGWnMj+w==",
"requires": {
- "@docusaurus/types": "^2.0.0-alpha.60",
- "@docusaurus/utils": "^2.0.0-alpha.60"
+ "@docusaurus/types": "^2.0.0-alpha.61",
+ "@docusaurus/utils": "^2.0.0-alpha.61"
}
},
"@docusaurus/plugin-google-analytics": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-alpha.60.tgz",
- "integrity": "sha512-+g+kvfOdKdTAnFtOdZgWlXKWvOjbmyPu9+A4JfjEm+gTk6RipDzgmEWcVaCD8DhYY/H6gwWfLV51LL2iNW/kUg=="
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-f+KmaoM6eTledmgyijMNREvekZVLJ3nll6aUNDXPod9+MF673Hs4RGDyveMAjLiq03+VCgtXAniTSYsFIHcuAQ=="
},
"@docusaurus/plugin-google-gtag": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-alpha.60.tgz",
- "integrity": "sha512-snXUP4za8BjBf/UycuElwoj/p+pdJWVzS9Qo54sbXW91G9vb6DzMI1DDpkGBc7yaR9Gy7aqhEQCHuzvZYX12zA=="
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-9l/CUNtBIZqTKY7vD0dOOTrLRpbViXSQPsIOlfYDilS2AQmpsoJVQf6CcCts+GaxWMu0pTw3zeCNnFtJfDV5pA=="
},
"@docusaurus/plugin-sitemap": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-alpha.60.tgz",
- "integrity": "sha512-eIizbhN8u57HJYgAB7iTWWrgDtRLVxRcLiQcC8ip3M7mnXmNqEgAL9tlptJ3Kp2Xo6eDp9kZQAxgnrRQArvKTQ==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-7nXJl/zsnr8Hlzxn3bm9NhpwP4sRFGXWwSCWCC4FMrIw9ihXWTtMGe9hDuJx4DqC8xufyQMw26VGauH7XAWdMg==",
"requires": {
- "@docusaurus/types": "^2.0.0-alpha.60",
+ "@docusaurus/types": "^2.0.0-alpha.61",
"@hapi/joi": "17.1.1",
"fs-extra": "^8.1.0",
"sitemap": "^3.2.2"
}
},
"@docusaurus/preset-classic": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.0.0-alpha.60.tgz",
- "integrity": "sha512-OVweILbKS/2iQafTT9qkkZQW1BBX6N4XccMOv1PcFQqwXdmM294Oo0VxYwSus67tOmdljpVCeeRWq/PY4jWR0g==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-/3HL468XiSZ1T4mdvqnfV6O80Qv4BxAseJGnmkBwS0u6+Q1VgkNxRxVk4B45OWPaurK/Dl+sCn4sAAUWUGRsZg==",
"requires": {
- "@docusaurus/plugin-content-blog": "^2.0.0-alpha.60",
- "@docusaurus/plugin-content-docs": "^2.0.0-alpha.60",
- "@docusaurus/plugin-content-pages": "^2.0.0-alpha.60",
- "@docusaurus/plugin-debug": "^2.0.0-alpha.60",
- "@docusaurus/plugin-google-analytics": "^2.0.0-alpha.60",
- "@docusaurus/plugin-google-gtag": "^2.0.0-alpha.60",
- "@docusaurus/plugin-sitemap": "^2.0.0-alpha.60",
- "@docusaurus/theme-classic": "^2.0.0-alpha.60",
- "@docusaurus/theme-search-algolia": "^2.0.0-alpha.60"
+ "@docusaurus/plugin-content-blog": "^2.0.0-alpha.61",
+ "@docusaurus/plugin-content-docs": "^2.0.0-alpha.61",
+ "@docusaurus/plugin-content-pages": "^2.0.0-alpha.61",
+ "@docusaurus/plugin-debug": "^2.0.0-alpha.61",
+ "@docusaurus/plugin-google-analytics": "^2.0.0-alpha.61",
+ "@docusaurus/plugin-google-gtag": "^2.0.0-alpha.61",
+ "@docusaurus/plugin-sitemap": "^2.0.0-alpha.61",
+ "@docusaurus/theme-classic": "^2.0.0-alpha.61",
+ "@docusaurus/theme-search-algolia": "^2.0.0-alpha.61"
}
},
"@docusaurus/theme-classic": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.0.0-alpha.60.tgz",
- "integrity": "sha512-XXMhkT8lCPaFq4b566kBaecHn4siVtISXLfeFUnLHZKyMi58xhJh+FA6ml/iutFBauYzFTaumO3QaDKd9sDMRQ==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-LPJwDi8iPzBe36+U65h4w5N5rXSuXuxPXWzBe/eF0/miR7VVCKydGSSubQLSMAXV0QWspGJIRSPnwuNH3DjJZg==",
"requires": {
"@hapi/joi": "^17.1.1",
"@mdx-js/mdx": "^1.5.8",
@@ -1520,6 +1549,7 @@
"clsx": "^1.1.1",
"copy-text-to-clipboard": "^2.2.0",
"infima": "0.2.0-alpha.12",
+ "lodash": "^4.17.19",
"parse-numeric-range": "^0.0.2",
"prism-react-renderer": "^1.1.0",
"prismjs": "^1.20.0",
@@ -1529,11 +1559,11 @@
}
},
"@docusaurus/theme-search-algolia": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-alpha.60.tgz",
- "integrity": "sha512-1n0pO26Qlj1KF1p+W/kNblz3yyzzi6FNGcgCZZzhp4TmCRmo6RuE00WeVQ11WV5ja1djMjDtTpW5Soeo2nYPpA==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-B47SmuBdF2kguBo3Wkx8L/jhYgHXxgxEpcf9JCLPGzK0YiRJk111z43h6PLSwirEpxb4OE+sFqr5oPvnsgnwRw==",
"requires": {
- "@docsearch/react": "^1.0.0-alpha.24",
+ "@docsearch/react": "^1.0.0-alpha.25",
"@hapi/joi": "^17.1.1",
"algoliasearch": "^4.0.0",
"algoliasearch-helper": "^3.1.1",
@@ -1542,9 +1572,9 @@
}
},
"@docusaurus/types": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-2.0.0-alpha.60.tgz",
- "integrity": "sha512-2SB3cpNC6yL9tX9ihISyV+Qb3lR8+Nq4qGHjKdPyJZYorISOb5KyCWCCqLwbIpLpeSO6p7/Cr1EuyfAnm1n9Qg==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-x1fBiL/KNfREvA6B40CCTABjK9KP+kj/H/7mHfiwdtOYvVt9GJSgnjThkVD62lpVFbOhQ5C0togZsSzKlw6H/w==",
"requires": {
"@types/webpack": "^4.41.0",
"commander": "^4.0.1",
@@ -1553,9 +1583,9 @@
}
},
"@docusaurus/utils": {
- "version": "2.0.0-alpha.60",
- "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-2.0.0-alpha.60.tgz",
- "integrity": "sha512-I5rLvYBPW01giNkjWk2OGJiWtCxp8+u/VciH7mDmcczaYs+bj0TNmQ/LfmM7s4G2VhMr2BqFAXwczHzkLdc9Xw==",
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-MHvR3Rq8Kk9W6skBR3x7mLsDaNrnp6Mmobyc0ZVql+eiLrjiN7SPunvrVJDE90bQ50HZFLLoAkfgfrvbX5mecg==",
"requires": {
"escape-string-regexp": "^2.0.0",
"fs-extra": "^8.1.0",
@@ -1572,6 +1602,14 @@
}
}
},
+ "@docusaurus/utils-validation": {
+ "version": "2.0.0-alpha.61",
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-2.0.0-alpha.61.tgz",
+ "integrity": "sha512-3QrJqZoR5eBz2XG0ijuTIp5AEOe1OHtuv7nkKArOCzFmjuBJLhUTRcECf0K+lcmdJ25zrRAWAYNgTvpVpBjaNg==",
+ "requires": {
+ "@hapi/joi": "17.1.1"
+ }
+ },
"@endiliey/static-site-generator-webpack-plugin": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@endiliey/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.0.tgz",
@@ -1666,6 +1704,36 @@
"unified": "9.1.0",
"unist-builder": "2.0.3",
"unist-util-visit": "2.0.3"
+ },
+ "dependencies": {
+ "@babel/core": {
+ "version": "7.10.5",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz",
+ "integrity": "sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==",
+ "requires": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/generator": "^7.10.5",
+ "@babel/helper-module-transforms": "^7.10.5",
+ "@babel/helpers": "^7.10.4",
+ "@babel/parser": "^7.10.5",
+ "@babel/template": "^7.10.4",
+ "@babel/traverse": "^7.10.5",
+ "@babel/types": "^7.10.5",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.1",
+ "json5": "^2.1.2",
+ "lodash": "^4.17.19",
+ "resolve": "^1.3.2",
+ "semver": "^5.4.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
+ }
}
},
"@mdx-js/react": {
@@ -2424,13 +2492,13 @@
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
},
"autoprefixer": {
- "version": "9.8.5",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.5.tgz",
- "integrity": "sha512-C2p5KkumJlsTHoNv9w31NrBRgXhf6eCMteJuHZi2xhkgC+5Vm40MEtCKPhc0qdgAOhox0YPy1SQHTAky05UoKg==",
+ "version": "9.8.6",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
+ "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
"requires": {
"browserslist": "^4.12.0",
- "caniuse-lite": "^1.0.30001097",
- "colorette": "^1.2.0",
+ "caniuse-lite": "^1.0.30001109",
+ "colorette": "^1.2.1",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^7.0.32",
@@ -4524,9 +4592,9 @@
"integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA=="
},
"electron-to-chromium": {
- "version": "1.3.514",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.514.tgz",
- "integrity": "sha512-8vb8zKIeGlZigeDzNWWthmGeLzo5CC43Lc+CZshMs7UXFVMPNLtXJGa/txedpu3OJFrXXVheBwp9PqOJJlHQ8w=="
+ "version": "1.3.516",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.516.tgz",
+ "integrity": "sha512-WDM5AAQdOrvLqSX8g3Zd5AujBXfMxf96oeZkff0U2HF5op3tjShE+on2yay3r1UD4M9I3p0iHpAS4+yV8U8A9A=="
},
"elliptic": {
"version": "6.5.3",
@@ -10347,6 +10415,36 @@
"is-alphabetical": "1.0.4",
"remark-parse": "8.0.3",
"unified": "9.1.0"
+ },
+ "dependencies": {
+ "@babel/core": {
+ "version": "7.10.5",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz",
+ "integrity": "sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==",
+ "requires": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/generator": "^7.10.5",
+ "@babel/helper-module-transforms": "^7.10.5",
+ "@babel/helpers": "^7.10.4",
+ "@babel/parser": "^7.10.5",
+ "@babel/template": "^7.10.4",
+ "@babel/traverse": "^7.10.5",
+ "@babel/types": "^7.10.5",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.1",
+ "json5": "^2.1.2",
+ "lodash": "^4.17.19",
+ "resolve": "^1.3.2",
+ "semver": "^5.4.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
+ }
}
},
"remark-parse": {
diff --git a/docusaurus/package.json b/docusaurus/package.json
index 4a65036..9a6e00d 100644
--- a/docusaurus/package.json
+++ b/docusaurus/package.json
@@ -9,8 +9,8 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
- "@docusaurus/core": "^2.0.0-alpha.60",
- "@docusaurus/preset-classic": "^2.0.0-alpha.60",
+ "@docusaurus/core": "^2.0.0-alpha.61",
+ "@docusaurus/preset-classic": "^2.0.0-alpha.61",
"clsx": "^1.1.1",
"galleria": "^1.6.1",
"react": "^16.8.4",
diff --git a/docusaurus/static/images/addTextElement.svg b/docusaurus/static/images/addTextElement.svg
new file mode 100644
index 0000000..2a59066
--- /dev/null
+++ b/docusaurus/static/images/addTextElement.svg
@@ -0,0 +1,1385 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="addTextElement.svg"
+ viewBox="0 0 565 462"
+ height="462"
+ width="565"
+ id="svg1088"
+ version="1.1">
+ <metadata
+ id="metadata1094">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs1092">
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible;"
+ id="Arrow2Send"
+ refX="0.0"
+ refY="0.0"
+ orient="auto"
+ inkscape:stockid="Arrow2Send">
+ <path
+ transform="scale(0.3) rotate(180) translate(-2.3,0)"
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#ff3700;stroke-opacity:1;fill:#ff3700;fill-opacity:1"
+ id="path1149" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible;"
+ id="marker1394"
+ refX="0.0"
+ refY="0.0"
+ orient="auto"
+ inkscape:stockid="Arrow1Send">
+ <path
+ transform="scale(0.2) rotate(180) translate(6,0)"
+ style="fill-rule:evenodd;stroke:#ff3700;stroke-width:1pt;stroke-opacity:1;fill:#ff3700;fill-opacity:1"
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path1392" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible;"
+ id="Arrow1Send"
+ refX="0.0"
+ refY="0.0"
+ orient="auto"
+ inkscape:stockid="Arrow1Send">
+ <path
+ transform="scale(0.2) rotate(180) translate(6,0)"
+ style="fill-rule:evenodd;stroke:#ff3700;stroke-width:1pt;stroke-opacity:1;fill:#ff3700;fill-opacity:1"
+ d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+ id="path1131" />
+ </marker>
+ </defs>
+ <sodipodi:namedview
+ inkscape:current-layer="g1096"
+ inkscape:window-maximized="1"
+ inkscape:window-y="-8"
+ inkscape:window-x="1912"
+ inkscape:cy="249.29451"
+ inkscape:cx="377.90509"
+ inkscape:zoom="0.71969697"
+ showgrid="false"
+ id="namedview1090"
+ inkscape:window-height="837"
+ inkscape:window-width="1600"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0"
+ guidetolerance="10"
+ gridtolerance="10"
+ objecttolerance="10"
+ borderopacity="1"
+ bordercolor="#666666"
+ pagecolor="#ffffff" />
+ <g
+ id="g1096"
+ inkscape:label="Image"
+ inkscape:groupmode="layer">
+ <image
+ id="image1098"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjUAAAHOCAIAAADvym+IAAAAAXNSR0IArs4c6QAAAARnQU1BAACx
+jwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7J0HYNzmebABHHB7b+69p/a2Zclb
+3jOxk9jOcpImzWjTNk3btBlNk/RvkmY023E8423ZkiVZe0sUKVLcexzJO97eA8AB/4u7E0VKJMUp
+UzYewfRhf/jGO76JsiyL8PDw8PDwLDOw1P95eHh4eHiWE7x+4uHh4eFZjvD6iYeHh4dnOcLrJx4e
+Hh6e5chV+kdE46w7TLMIqxHjUiyOONsRJJ46B8CtQjmiLUrt8vDw8PDwLBJT66cgybzb7X29zXPe
+FnZHQD+h2aLIH2S/XuN4DRm/HhMguduQm36AmKpTR3h4eHh4eBaJKfTTaID60u7BnV3e8TMZiPNF
+9Ns3IA2pfQAXI+u+jmz9HqeleHh4eHh4FpvL9ZMtSN3/Su/p4WBqH0FXIR2/RX+wEulAueo8ji6s
+EL39Z0W1tyACYfIIDw8PDw/P4jKpf0SYYr783tC4chIg7E3IuVfRf1yFtCeVUwwhXkJuuyX+s481
+5Nuj0/ateO9pdAKbft6TOg5MOvX0e1McnHz9ZHp+vmn8povAzRfvmPyc5JVXuYWHh4eHZ3kyScfs
+6/O/2eFJ7SDYJ5Fd76Jfy0NGkvsuRPU59l+fYr87hKQ3WMMvtriSx6dk48+6wTMDun+GfK0oqQ04
+VXEnsjt5HNhd3jWuJKa6fj6MPwf47R2pgzw8PDw81x2T9NOb7R4mUYcnRyL/ivz+5+h/S5Fo4gzH
+MGK8ETn3G+R730V+nYY43u7wTaoZnIbCrz77s40nX9nVg/TseuXkxp9985LSuOOrXy1M/bzEpet5
+eHh4eD7CXNJPDIKct4WTv9VIwIIYv8r+/T+yX3bCXoIapPtT6O501PkXZIcVMbQ5w64wnTw1KwqL
+K5GTbd2pPR4eHh4enhm4pJ9CJOOKpPQNuEp/Ru6zI7pPo+9oEV/yYB+S8Rn2Xx9if9yDZCEIG4gx
+Y0EqeeqqVBaDp3THN3+28Xd3zqrpJ3E9Dw8PD89Hl6n7OCiQyFeRF55Hv12CDGIIG0QkLyO33s7+
+4jlkRwCRJMblzpb3ni762snP35eo1Sv86olk+xI6fS+IidfPg5OJhye4vFcEDw8PD891xCX9JBNi
+OgkOP3SI/0/of/w3+jMNEoDdASTt4+x/PsF+tzvhNiWu5VCIMJOcSO1cwbieuLPlZ90TeypwOopl
+d3+eu2CCBpnq+ond8WarbCb0j+C7R/Dw8PBcx1zST/BrVZp0M9L0HvqVh5ADeGIeo04k50fIkwyC
+rUDaRQiZvDJJuV6ik3L6bEou6YkTU3SCQO74LThSG3/3/XEnaqrr4aJxLimblkud/mbLPG7h4eHh
+4flgmVS/92+mM69g3y4Dl+kiRYjlB8ivHkAPuBAViUzylu4tVaOpn/NiPt0lCnc8svGye95763cz
+tlbN4xYeHh4eng+eSfopq+qWX5a8fAKpSe62IAVfZ7++ln3uC+y3e5AsFrmkj1aYpY9V6lI7s6Tn
+55sm1NL1/Pz7v0Pm3M7EaZvf3XnpMe89fefvJvVZv5J53MLDw8PD84EzST/hdOA71P/bKmg5gdR+
+DvmXG9jf/y/yWC+STk++rFgnfu7+PKNs2sq9qQGH6Xd3ppqTULToa5W759FEVPjVE90/axl/DNda
+NWUF4gTmcQsPDw8PzwfNhPn3fBbk9YcQqSGw9lufq9O+2hVKjtWdCDhQazJkf74nr9QgXlDlHg8P
+Dw8Pz4xc1E+eHqT7PSRtJZKxDsHwK9bXQJQiQaVBck+J+qFyTbKbHw8PDw8Pz9JxUT/RUW7JjCuY
+tD4hMamWj4eHh4eHZ+mYYv0nHh4eHh6eDxzeJeLh4eHhWY7w+omHh4eHZznC6yceHh4enuUIr594
+eHh4eJYjvH7i4eHh4VmOoBRFYRivpT5seLxAauEunkUHFwjS0sw4zg8E5OFZQtB4PI6i/FwQHzbc
+bk8wFFIoFKl9nsWDJMlIJJyZkYnjgtQhHh6eJYDXTx9OQD+FIxGdbo5z+PLMgmg06vN5ef3Ew7PU
+8DV7PDw8PDzLEV4/8fDw8PAsR3j9xMPDw8OzHOH1Ew8PDw/PcoTXTzw8PDw8yxFeP/Hw8PDwLEf4
+/uUIHQ3G4igrEMnFizjckkUYMhyiWAFBiEXCa24GLKB/OU1FY7EoRad2ERQXCUUiCb/610UWuX85
+yyJ0JBihqDgD9iKKERKFhEAoKgpHUEImhcyz4PIZj8PzQpRALhcKUGxOj2NpmoyFI7RAohBjNIti
+DIZf+/zM89GE109I//5fH7SIYlnbvnRzXurQwmFiiOvUK8+3htKram67YaU6dfiasQD9NHBhz5Fj
+exp6UruIonhL7cabH6i95t+wXFlk/USFka53fv1OY/OgF0HUMlXtA9+6u5LtaNzb1Dwqq/jEIxt0
+iGih+sBmab5w6Ll2/ec/vSZLYRCljs6KYG93w/HXd7brH/jWbdJeUqHy6QqufX7m+Wgi+M53vvPR
+1U8MhfiajtWNDA14xAJGkFuiEyKCxYkMDMHlSmNmTn6mWSuTXPNxnJEIeEC0VCpN7c8B53DL0JhT
+nHHn/dvXrli5YkV1eXFhukYpXv5jUUOxUO/xZw+OEGqBUqkkUkcXHZqmwcGENyzCxGCUJ2xtevNV
+i7B61eobNm2qyqnIoQNIoUGmMJjSMvOys0wqOY4suID6PMOWthMW8bp1mWoRPHD2REbtgSCDVlXr
+hnbV1dmcIn1GSZqRH5fMc034SDvqbJwMDjbZ8XSNXpOO25sGg1R8kVYTRjFEZMgqLszNMmiWTFAu
+GbhYYcgoq62qqQUqCjIz1NfFN9Bxyj3c2m11BkPjtZPLnFiIcvTXuySarNIVq1atWr1yxarKfBUh
+kWgMWbmFxVng68ytOm6xweR6XU75ypW1FcWFhdXl+Vkm8/WXn3muVz7K/hMTJwNDJw6NqGuzMyV6
+PNQ4oq4pVEsIEAjRsM850m7xRpyWYX+YwYQyFAvZezt6LcMj9lDIGwgHh+wRmUqIR4K2MbvVT8pV
+4CShaMhrTe4qJIKAvW/EG4qG49HAUJ8L1QoJAQGGJxWmvCNtlggmFoqwaNg12gOPtVpHrVZvDGWE
+CrkwFb6FsAD/yW3tGHa4EEVtdY4UwccNGJZBSOfIwJBlaGTU5nK6SFwjwwXw+faxwVFvyDVkCTIS
+Ouxxuy7tipioyzPc0ztk4wiyiICQi9k45RvtGA7FI26XfXRgyOpwRggNFrQ6bEN9Q6NjdqeXkYqF
+uBBHESZGh+z9Xf0jEDs2L6QEoZEQSMDZZ/W6Xd6gu7+fe7SbxFGcRaNjlpa2lqbhiFLOCIU4RqjF
+aGC0fdAyahm12Vx+F0loZIQAo0NOq22gr38kGSiJgBDPqeVxUf0nf8wzcKIjrMnOMutUKrEYE2m1
+CkyIX5GRfD5fxDvSxWWVACJjYwGImETGsbpJAsVFMmEcInakbSiEiVGRUIhRE3Zj4TFrT/2YfMO6
+LLUID1rtQ11dA3Cr1RpEUAGh4L4fLDPSY+kbHhwYGLaOOVwRQisiBGjcF/DabBZHkJWL03IyzToj
+XJzIDJa+wcGBoWHrpYu57M3Ds3h8hPUTGyVDo3V7uySlKwqLNaJwuLPelbUqVyEiCHRspLXu3Z+9
+3R7oPnbCGhBKtRks03Hw+T/vPnamrs1p6x8Y6dt51lex0qCw9R04eupwX6iiNksC0nzwwt7kbmWW
+pOv4n/a22UJu1G9774XT+Lp0rUQjQRmfxdP0zk/3x3SZai023H/2wAvP7Tnd1FB/7nSfl4gr8/IM
+IBUW2iS+MP1ksdlIoihfj0ZpMkrFwYrGBGwoajm5Z+f+A4dPnmvs6ugISGoLdBJb74FjR9863O7p
+P3bEKc4nbRea6i/tmhHPhc4Dr75xsLGp8dxZCyqSaQrSBWSw9b3/eWeQ9rR3XDi7b39dc7NVUiEc
+PXbh9MHdB081XWhqjeVlmZU6BcaGxtxdR197ed/JunMN50HvIcrqHIOg99Rf9rY0t3aM9ezfe7Dp
+3KlWn0aixsS+ziN/OdAa8ttA+TjpsNBQk0YMHv797kOnj55uaOgcavWoVxYbJQJP75lDB3fu3F/X
+1NTY6JEWqvRGkyz18bNhMfWTEAGl7j92tI+ED5Aa5QKwhcAmQNHLMtJ7Fzq6ez1Dp95898SZEwNs
+Rtw7ZD+/68VdxxvOnGj2QcYy5hmpWKDlnf/aOarJkpoNelEgcmlXhLsu6ado99Gz77/8yvsNDQ1n
+Tg6hIoW2KEOFIRQZHGrY9cb+fQcPnjnf3N4VMK7P1IqpvisvVmJMMDJ09J3X9u7bf+Ls+XNNzc02
+cbVZJ1NLsQ/W2+P5kPER1k+kJ2Jvfe+CsmhFYV62Ggv6w23ng4Wr9DKRDA94rX3t5zqdlY89ePem
+m2qEkd76fX8+hdz2jQcfvPOmNBKxNB+3ETkb1uWqQ74ui92JKFfV5nLehhs8o8Ruda7U0XdqICJN
+zyzNrVB43x6QlmUo09SigH2g5/zBWOWjK/NDY6eOnasPaR/45qcf2n77Oj0zYuluGY4XV6SDqltY
+mixMP3W0nj137vzxU8cOHzl8uNNLMFqTWdDx3q/r0NV3bLn//vvW59bqRw6PmjKU0Zilu98aJ1c8
++rkHV1VkIoHuzsFLu1qjITu3asvmGzZv3ZohaO6PxoUs+AmIrf1wXbNHn1676b571q5TOffve39A
+XFO+ccdj2ypWqAPHjzlVxWadKebrajn4cq/u4c/cueO2O6ulOmnw+Ki22hy0nGtq8Svxkm1f/fgt
+WzMjXa3+qEiXs668pkrrr/fl3/HoLbffuLVYKxaJVHmrqtduvWFrRZEGCRxpiZRVq92NrXbEkbbt
+q0/ev3XrTSuL08xygWAuimYx9RNC4EJD/toSQffh8wfe2d9m8+vX5GsQQnBZRmq4MMCSptWPfe7e
+O7LCF+pONXnkqpUPfvGhm7ZnhTsu+CISmbFUI4vaWw/0E2WV5kzQT1Hq0u4k/WQwZ+VW33jjTTds
+354laOqLUkIkN11HD536028bxOvLb37oyYfuuOnGG2qzFVoJKjNcebFOTTa/87OdvpL7tjzw8cfv
+qFmTxza8cSKiT5PrddrF8P55eJIsvIBdr1BBv2egO5abr1Qq5AK5QqnMzYmcbuhzukOJ80Ic1+cV
+ZprMGhkSI0PsmGzlqip9drrGVFiQW1KUC7o9cd3VQAVKlaywIK+r1+f3uxCXPxrpd61aXaIwoH6/
+Fw8TmSXVGr1eo8lcWZSjylZarS4kDi7LB4lEZS5b+8BTj3/qqSeefOqeG2orVLG4xzbiG20+9u7u
+l5559pW3Xj7a1Ttkj0ZjcLFMDhGVrtXJxYRAMHmXCA5bL+x/9s/PPfvn/XX9ow6KprgGPsh1qoLq
+8pLygrQ0s7a0JJcSZxsNxnSjmtstKIjbSX806AlGvLYBR3/D7pfeeOGZZ9/av+tsn9XminP9sOVp
+6VklZXlqnU5dUZIjjgkDwUBMJFVKhSguksjlcplMhCMMRdgbDu1+7dk/v/nu/sZBKhqKI4xYJAyM
++LubDg4gIpkSQvmB1kphKPhNquzqmx+4/5E7t+TGe9789d624FgyD15CkZ5fVL2mIlOv11aXZ4s0
+eQpNek46l2+qy3MlMZHf7wmkLr0qAr9ltHHvH/7wzB/+sOdM74iDpqhokHINtPbrjbk5BSVpGo1G
+rVbJRRio7akuhszgHvZl6rOMWXkajTHHkLtudQ5YJSFfOPUKHp5F4SOrnwI+93DzyV7XYN3JA7ve
+eu2tXQdOnhtyD51rH/EEEiVdgKEStQqkFwYGM8MIKKnZqBKICAQH4afWqmcfd4RCqClck2Ybc7p7
+O3rdDptNX5ujFsoQiqIJlpArlQhniBMauUKkkpHRKNcU8IEyqX9ESa7ZIGbYGBVFtNrMrJzC3JzC
+soKajdsqjQYlWMs4QUhUStFFL3zCbmSkv623pTMoyc3Nys3P0Mvk4sQlXOWlWGPUgQwkIH6VKhVE
+tVQsBo3C7SpUKImQcTpKMyRC44b0wpyc/NyckpqK6hVbS9QibiSWUC6Ta8FygIhTKuU4Q9AgOJMP
+vwgdJF1dJw8N+lCFLjcvK91sVECiIogyt7C8el2RCh8+sm/XzuNtttFZS/alAWJDpMkqLqrduKK8
+sJDoq+8acQWiqZMphAqN2mDWiDAMhe8lZBqxWC4jUp8PmQi+/rLPn47IcF9rz4W2gCQvPxvsL4NM
+AYnCUEw04A2rFAqZfGL3vqkvjnOZgVVJZEIx7GIigURv1JAYG6dnGQYentnxUdVPUbvbPlI/KNZh
+Hp/D0t/fb3H4vLje6Omye/z2y4QDjmNYnAjb7L54jAK5Fwx53V4op9w5IU6wAvyiUgkFI9HoFeJO
+TIjMlWuFfoe143TvmC0gq8lREAIQ5AROoeDH+REGnkV5goF4MCpXqT7gLltTAMpaJBEjMnPpunW3
+3H3fffffd/eO+9bmmFUzDqXxD/T0u/ojWVvvveeeO9aVpasUc/JUINqFEqlQm7lq+0133Mu99Lat
+t1WbxLMcKQwumL39QCtmLN94213bb1xTZAR5DsfFGXnVm7feuHqVymW5cLCuc8Ti/eB6+1Exxudw
+RJgYZACRWq4x5xlxn99LkmTqgjmAoSgojGg8HqfhgyiK9fm8DHO5yvD1d/Y5e6O5Nz94/wN3b6zK
+0HCJghGYWKGW+gKBUDA4ITamvliAiggx6ouEuGyPMLF4xGn3KHFhQl3x8CweH1H9FHfYfY6QteiO
+R7/y9a9/M8nXv/7lj91RaAs5fHZHQvWMI5FLpYgxUFfX7Bgc9Yz19A50dg/AQ7hzKpVKIJd7rRaP
+2+Xx9A6MOpzWxE0TwXBCXVgm8QxaOlzWsGnDSrVQiCEKjUpNS6nhzgsep9PjGW7qHaJt0aKSPJDM
+qRuXC4RIoNFkqEaGOgd6Om3c2vFenzdEXqU7fjRG4khMimEel3+kx+IIuSOpM7NCLJeoRQbhQNPZ
+weEhR+KdAV+EYqZ9J/hsoPQZOhYEEyIUItlINKwRsVSUtA/brSODXoQLbzwWDQVCiFxSfNvttZlq
+MU1SsdQDrj0RLzlwvm7AMWT3eDxW69ho12Asw6iVSeY0hjaJSIBp0zKD4aDHboOHjbm6evto+vKa
+wkgklShup3+4e8ARdEGiCOWELrcib8zWO9DdboWgQFwHY0w8NOXFkBm0maphp8Vu6fd47EOOgfMN
+w2VKrdrIL4fJs6h8RPtH2HvO9QwO+nO2bytUybgO5YCAm+Mo0HrSpZLIsTTE31NvT7Yny3GJnCDS
+JNad7+05dfj9Jj/lI9IybCH1hnXZakU6EQ47u994862TRw8cdFMBJ5tDKDWX+kcY9aUFmVIUkYgC
+LScHYkIyZ+WdJQZQQCii0OtEBGs99vJLB44e2H/MQmVWrLrzhholp54WmCSL3b+cwHFNXh46dP7s
+ucMHDhw9fOTEmSNjqhwTQ486uItXVGcnuoek7k3uKqS0vWesbu+uw3XHejFBNKTLzdTlpBtRe/vh
+Abyk3JQBERCjwM2ZejcrWyPPSI+1vr/vzKkjh44cPtLYc96vWZlHD9dbIlKDtjgvQwKWhLP39GBi
+tzidkNBj++rO1x/r9Dlw48oKE924u+7MyQPnrX12Nk1GK6rWZPrOnHn/rT++9M7RY2fOdOqLtqyo
+LDGq5uKxLmb/CIKKEY76Xz6zd9+e3QePnuwOOPLvfvq2kixtyNo+PLmjTSIjcd/r6Do55W5RtpRI
+F9qPnjx56P09h1s6TpPKrOGQobombWL/iCyt2NVlO7Prrf1nDvWgWCSoz8vS5xVlq6TpFVrXieN1
+e3e/c+jgsdN1NvVac5ZO6r3y4tJchSa/AO06dfTYe+/uPVJ/tiNe+tjDa4tMZuEi9Bjh4RnnIzq/
+UdRr9foDAUlOnk6IX5RNLEOTrv7BiEKhFKvQqH0wIMrP00pxbnYZKkz5bR3DPpJmCCXlGxpu+Wun
+6Rtf2ZirNCNen9veY03U6ikUEhqV42JJToZOGHT0OSmhQmY2aAiw20mPZdAZJTClsWC8OzMdDHqc
+Q0OuKDf8RKQ0mvTcxamTC2EB8xuFfDZPIIiIsjJ1wgk1jdyQF9eIxekNxrgqI0zAtdmbcdYXmHDx
+ZfdSIeeYy+50Uyh8nBylJWqNTKtSIAFrl0tgSlOq5TKcilPT72IxOuwaHHCGaYbzVgkpoTIVpyHe
+QQ8plMtMejUBAhri2Z3cVWFwc6fNR4cFapVWl6NF4WZXiI5iYoIQKgSMMC1Xw7g9LrfNC1EO36Y0
+5Zs1Ssmc6qUWdX4j+F7/aMewl6S5Gj2hTKhOL02XE4KI1+r2B5ArMhL3vWO90+wK4khwtHfUC64t
+Ah66TK7yxcSZmUoNjoW8F/MzS7lszjG7i8QQsUqBUlK1Vqa/+KjGQwf3nTw1yMpW3/X47evy9Rjj
+nepinMsMlkGHJxChEIGAkBnz83TJksLDs3jw8+/Ng5GB+vr3ftuc0k/Lss59AfqJ5yos8vx7y4rI
+cF9HU32X3ypY++kdOXLJcqto5vlowRs8PDw8KUL+GCoSaswaBT/QlmcZwOuneSAQCMUytVyMo4s0
+mSwPz7LA3rz34BtvHDjVJy3JQ5ddLx2ejxx8/d48WMBqOtcKvn5v6fgQ1+9xa6GRFI0QhISr2+MF
+A88HC+8/zQOBgAD/SQH+E18JwvNhAhfLZUqNSimXErxy4vng4fUTDw8PD89yhNdPPDw8PDzLETQW
+i6Eor6U+bHh93mg0xrc/LQXRaNTr9aanmQUCvgcBD88Sgg4MDDIsk9rj+bDAMKxQKOT101IA+snl
+cgkEAr6FhodnSUFdbk/qJ8+HCwzDQEWldngWD4Zh5jV/Kw8Pz9xAg6Ew37+c53qBZVlwX0DvgvuS
+OsTDw/MhhW954rmeSOqn+Ae9gCMPD881gPefeK4nGIbx+XwymezKqkuaQULkR6gllcBQqZAvuTwf
+Znj9xHM9MYN+6nTQLzXMaYGp65tiA/7YSklqh4fnwwivn3iuJ2bQT6026rn66OYiufjiolUfYrrs
+USEa/+y6eazvxcNz3TBP/TToI3f3Bsg4y864gOqViJFYliiyUo8YzbnXbPgIBLLPGzs/Fu10zbRS
+KoYiSpFgS5a0UCOSznIR8WtFkGTCNINjqFZ8PfQLYONo2ImgAlYoQ/DFtPFn1k8vno8+slon+wgs
+Q3S2PxiOkgvUT3EWGQtRw37KGqR9sXiEZsMUQzMsZDPI/xIcVYkEaXI8U0mYZMQHOBUywyKeKD0S
+oC1+yhuLQyBhA+EDBVaCYxBUhRAzyPBsJZEmJ4TXtts/t7BbnLUGqSE/5QjRASinFBOhGQgzhATC
+BptaJMhSEhkKXAOm0wfqCyznmJySeeqnQ4OhL+4ZBqE5/WLbU6NF/Ful/V/LHNTUPqjUZhLCRV09
+CRQRS6d+XwQKYaeb2tMXeqfHf3Z0pvofSCS9FP9YuequAnm1QaS4vHIfRVAsMSvZtUs1iN5YnIHM
+1OaMMSxboBHVGJflelOXEY9h1jrUP4xItIy2hFWkI9jC1wTm4PVTkoXoJ9BA/hiXqawhqscTa3fG
+ej2kI8zJVj8Zp+Is6CKlUMCJKileoBGW6UVgsaXJCBCyShF2zUQsZH4Q9BDO0SDd7411uGJgX9rD
+tC/KgGkMpzAUVQgFECSdhFMA5XpxsVaUoSAyFTgU5NSy2EsGxbDOMD0cAHFPdbljbc4oBNUViUPc
+QvCgtILEh+CpxFw0lupEsOWpRelyHIIKp66loroyJmGDFF8mMTkD89RP7/cHP/m2JUiDA5U6Mkv0
+iPdB5OB/C3/XVvL1tJp71cbF9KJQMogGR1I7CVgWDcXR79Szb/XHR0Oz6vQlFqCPFOJfKBes0E6+
+HrwBsZYVKRBsMRa4nQVg14DIAFf15Tbfrh4/iInP1mpvz1ekTi9nqBDe9Tpe/ysEJeLF98aL72el
+RpaQJrTUgrhO9BOLsnHOtJ4ZFGWTRs/cmZ9+ghBFacYZjp8fi7za5jtiCYERDaI0dXoaBBgKHsCN
+WbKHy1UrTBK9VLDUbgAECDK/Nxrv85J/bfMeHAgNBUhQnKnTEHOJ/y4TPiDGQO6vT5feW6zcmiM3
+y3BwCJYioBBh4HbYQvThweDbXf7To2EQ8VeVhKD1sxXCbbmyR8vV+WqhWiy4Bg7KVWNySq5ZTF6V
+D0A/PYQc+BX2kwiu7i3+oqzywbSs0tS5BcLQgoH9wr1fTO0miCOYDdF+Nva1/XTN1RIlBcTFNrzl
+88SehwVHUoeSCOXUyi/FC+9hFRmpI0sJZPjGsehbXf6dXT6wdMI0e1OO7HO12h2FytQVyxnQTx2v
+4PW/xDw9rFDBKrPpso/FC+9iVTmg5lPXzIvrQT+xKEMT4RHIkKkD08BiIkaoiAvVqf25MA/9BNmf
+ijPv9gTe6PSfHgmDzALX/Gq6KQXIJpEAA5G6PkP6QInyrkIFAVordXLxAQEKQv/1Tt+e3oAnGo/S
+LOePpE5yJJZeQ0PU5d01QZKB0Afnr1Qvur9Y+XCpCsIMzkHq9GIAAYGoe7XD92aXv8MZA48TFMBs
+xCAEAoICIdeIBbcXKB4sUYECWOpq06vG5HRcg5icDYJ//va356GfQBu/2eknZ5m7JyBFohVI/13I
+MZyJisKjYZL2Ewal2pg6vRBYBnW2YReexeggSqU2lgoHKPbN+OZeZA5KJZuxrKAbq6mm8efAhrA0
+m7aG0ZcjIlXquqUBsvv5sehfWjwvtnmPW0LDATpCsxDT+RrhSrME/O7UdcsZhsIcLdjoWTQ0hsaj
+aNSLensF9gtoxM0K5YhUn7ps7oAkiMVioJyuHJ/rCDLNNroiXSrEr3UpGgdlabG3U9/2a23771QD
+bykH35luE7ubWVxCKvLgb+rmuTDiJSk6vjJztq48xbDWIP2rcy4QrA22iDNCwxGQNyIcE+Fo0h2a
+oTTDGTCYwGmwh2go+yMBqkAtkhDYojsAEIYAGX+x1ft8C2T+sC1Ix+Jc5r+M9ZnybXkKHEXBdLvM
+7owznI/ojoDHQEFQDVJcK8EXy98D+d5kj/zinGtnd6DTFfPF4vRcRjTAh0DpDpHsaIDu95KgXws1
+Qk7TL0GGnWVMzsCSxuQsmYN+Ah92T7fnyIDvlCV4cjjUaAfza7afK0SoWqQrioBly4J+2oEeh1eK
+KA8SdccoMihKk8rVGLawln+IfFcX0/Y6RCB8UPKTWAQNI+JjyAovolAioVluJcjQKrSzFBlIPOMi
+uIjJ3MToK5ZOP/ljTIcrtqsnAG4TeKgtjqgrcimO89TCFWZJie460U/2C5jtHBpxJnZpNOLCgiNo
+YBgLWtGohyUS/SbmXt23nPUTaGKpvU7d+7K671WJ67zI3ycMDFyxDeIRGy01Rwxro/qVtCyDnVd1
+8Zz0U4iMQ156sdX3Rqevyx0LJOxKsI5Xp0vvL9XcUagq0UkSkuhyWX8ZcBJMJdBtwwEqRLHgB6hE
+XCVV6vSCAYEy4idfbveBvV9vi0DmnzI4eil+T4n6wTKNRoKfHQ1ByFMnLgJ3gRqAz4FwwseCywKy
+deG9Or1R+vhw+OU23+7ewJCPjM658igF3AWhGgvRY2EaFJ5ZztWegZJKnV4M4PNHg9Tb3cFX233n
+rOHpYvKqXIzJuDVECbnmNEwpEoBBkzq9xIDsm4N+CsTiPzs5+la7+9CAH7J7mKtgn21AFUj4y8ir
+MUQIKiofGQX9BAfhZgnpwsI2rledPJ0QywSCBTTtsAzj6oq3vg4/J6ooBhGEUEk64qxEeme5gXKC
+v2mIK/GAiyyZfoJMAG74gJ86Oxp+p8f/Uqv31EgYpMBl5Q7EgUbMCfQhP9dZaIaNYjjps4iC4xIR
+N+LtQ92dmN+C+oem2zBvv8BWhzma0ZgvdSMQJ9GQDXN1ot5ulKFQ+G5cyGmpudT4LVP9xLIYHZI6
+6tQ9L6j7XyOCQ+hUcy6DKgLNFDZt8BZ/0pf3QExdOj/lBMxeP0HWanGEX2v3PNvstYXAbUodB+/n
+zkL106uNoKIyFMIeT6zLFQWnKnV6eiBbemPxdmeMEKBGGQ6if1G8KBBGFj/5Tpf3d+fdXW4SFGHq
+xBVszpaDctqaq4RXnx0JucJcDVvq3ATgUJBiwPCHR+kkXK8EbL6OSrKEnrAEXmjxvNsbcEfn5IdM
+DYTZHqbhS5UizCwnlMJ5h+5ywNMdCZBHBgN9XhoUkwQXcPoPReH4XJw9LoeAKZClFBZoxXkakV5G
+hGkWFGqmYv4xOUsgH0KyXnBE59D+5AxTn3ur98xIwBeNc+JfgCMCIfdjFqQjjjr0iWNs7U7kBgPi
++Rn6P6kTXNqjUVzVUvA35pUPqU0FAny+Koqhma534699HH4KBdwmWNRmCFakpNd9ky59hFVmpw4t
+BslqEzB2wC57t9sP/tN0WV9GcA0ACviwq3FXoeLuImWNSbyoHW9YJE4x/QfRjjdB9xDJnozTwTKg
+mdCoG3RS6sjloPGM9fHSR+J5t7Iyc0JLzSqoy7H9iWVAOYldzcbGH8qtRzAqkDo+GVYgomTpwYxb
+nJV/G1MVz1szJZll+xPkpWEf+dtztmcaHV4SyuylZXHlQuzJGv2X1hjL9OLmschPTtneaPdc2aIz
+A2AwfbpG+/labYaSWHg+A/Gyu9v7nYNDzhjCoASCTZGI8BZwg358SybopzQ5ESSZv1xw/rrO0eaM
+zODLwJduz5V/9wZzjoqYX4kAcTngif3bwaGDA4FgHONE36xN85mB4Ogl+H/cYLqzQKGTLoJhBdHg
+DFHv9/qea7I/c38hhhOgAhvHIudtYUhl8CkjNNehHDaQPKl7JgBuHNi1Ys66xbJVwiqjZGWatNYk
+rTRJ4PJf19nrR4P/vsU075icDRDbtiB9zBL6U5NnDv4TiNF3OjygmWNJ04bLEaBcZhZUKcB/+jz6
+Vg3arUJCGiRQjfakTiTSGWdIne+CNSYkpWbFvNuiEvV7bBvnPyVjHiJwMeNwCfwnCOawn3yl1f2D
+Y7ZDQ2FbKD6DH06zXM21Nxr3XG1rdUYhcXJVBBiYqZsXTpxirfXM6Z8zve8jITvoHjzmxqJu+DH1
+RoUQZqYOk1jYjlnrMXsTeFGsOpcTnbMo88vQfxLE3HLr0bSz/yh11mN0OJGqUwBuk6v8y66yz1Py
+LHbBve1n4z9BOKg488vT1jfb3WMBik1az1BaEwUWxFCtWbomQwaZxB6iTw4H252z8p/G4TwAcMji
+7IYM6QINapCVOzs8vztn63PHwAThDnHhvFxFgXLanqf4eKWuSCeCF+IYmq8R1VvDg15yShcqCXwU
+FApwzjZmSMGTmGtzO8OyjjAFivPEUMAbpUHOcGnHqc9FyGYQaFAYo0EalH2ZjuuBkDoxX+g4+3aH
++//O2oZ8sRuzZJlKYaFOsjpdfluh6uOV2ptyleV6CXhs/lh8ytFB4EnflKv47ErDNzaYPrtSv6NI
+tSpNmqUSSXCs0xXd1e07PBiYd0zOkg5n7E9N7t80uLs9sQVYmiAC4zSIrUSCzQopEl2Htq5FW7uQ
+bBq5JF9QhBHRvizLa2jLC6N951NHFwBXMhkoP1wT37JlyEc+3+T4twNDf6y3ddoD3nCUmnHaUy6+
+WRYK21U3byy+py/wxyZPn5ec0kqaM2SQtTUyJ/8fMnoOiQUZmkrCQOozU25QjOFbZnx1nEQjDmz0
+DFH3M+GhfxT07UXDjtSp6wehv1fd+5Lx/PdF3g7woq4sCywqoMUGV/kXHbX/FMjZQUuMCc9pSQr2
+ZYC2AaF/ZNA/wvVkYi8W2KSEXQQgZw0HqMNDoXd7Alc2As2Jk5bA+73eDmc0FU7IPxDOyfYNiG4Q
+4k/U6As0omSNIndEIrizSLXCPFMfE3ieOxI/ORJ+s8tvDV6lU+WVjAao19tcp4cDngiYiBA2riIh
+EY2LUbIS0djpir0/EDwxEkodWgDHhvz7er1drkiEYlrsEV84hjG0RMDVcKbLhavSpbcUKFenyyC5
+pgw9KEvQOxsyZRUGCegqrQSXCwUQ3RDVXa4oaCaIyVPzjcmrAkbGeWvo/85a32pzWv1R2F2A/5SE
++3l1LyrpP8FfCRIDLUUiQg+ijCMC0FIxREgiBGwIFSYjgRAVD0vSZFx3iTnqzgn+U5IoQowgxr+i
+tx1FVp1Eqhe4nUJqTmIrdKZ8tVy+ELsBFAZYc0cG/G93uN7p9JwZDoz6E1okmd3h0Qt5+kUCZNwV
+iUfjbL5aKFtg6ysZYm1NTOMzbN/7bNSXSnII78XALiC8LNe7L2znWq1CViTq5g5JdFy/iWkeuqz8
+J7GrSTXwhrrvNanzHMpMUZMZFyqjulpv4WO+/IfDhtVxsX5+o52u5Kr+E+Qoe5j+xRkrFPhAbFzQ
+X8pmQhyb6D9xHQ3iTJpCmKkg5CJBYoRp4o4ZATEHEi1MsxszZJDN5uFEQXDCdPz5Juf+Xp89RKWO
+cowXh1SMGWT4tjzlkzV6+DH+IvihEglsIRqsexBQyYNXAt8SpTm7rcogSZfPoW98LM5cGAv9pm6s
+Z2LjXCoOF620wpPDFDeed236/N2SREwyzzU5DvRyI1JAhRvkBKgZnYQrKfBQgQATCbBhP3nCEjph
+CcKnJW+cCLhUMqGgWCcq0Ykva8B+o8NzYigITwY1PY+YvCqQkXo9sT/Wj+3r8Q77EpYKhHmh+onL
+8Ym/M6qocf0EvwkkDipqDNGNIdo2JL8BKW1H8joS2wClHIqJB5GMoswMAp9j3dQV+imCiNvY3O+w
+T+9FNx5DVx5DVixoY6qPBYyb8gz5Gq5uIfWOOQKSoscdPdTve7HZsbvT0+2KTojMxVRR8CBw4fs8
+JJicRhmuEM13tVc6xtovMO2vMxdeAEWVeHAKCCzsJAO7sPCyKB3GPD2Ytw8FFYUKEEKC4OIpe/ct
+D/0EapUUe1vVvS+r+l+TuBonRstFUEqWHjatB83kKXkypixgBYs58cdV9RPYQGDy/6nB7gLJlzqW
+JJXNhLggoZ/kSf3UaAsXasWbsuRrM2WQZ9qdsVl2z41xwz+ZGpPYJCMkc58VDETzBVvo+QuOVnv4
+ivcl9jnBgkDuLdaJP1mtKzNIQI6PF0CQYqBo3RF60EcO+WZaNBIePhaii7SibJUQVFrq6NUAab6/
+1/tKq5O6rP7wUlGdVQPHVQlQDDym0iCG0jo/oQ8x2WQLP9/kaHNwrXFc0FAUEjRDQSSrTMHihyOD
+PqrBFu50R8HBujJ9IQXTFESpXgKKbVw/wWUxmvlLk+ucNZzspD6PmJwZeKbFF3uzw/2XRoc9RCZi
+F/5jF8OaY5mLFX1Xfu/UEAhdgfSBivojct/fsP/4FPudJy9u3yQ/+7onN8wswmczICMQgS8u9MbF
+XkbqRRQL2+Q+Gp9L+/EUjPjJnZ3ufz9sARsHClXq6DipmFycqgMoUGNh+r/POA4PhsCXSh2dI2xg
+mGkD5fQcQkcSOWYSYIGRcc6IXoTgQmH3DeIdrxEn/h2zHENj3tTRZQeL0RGhv8fQ9P+0nc+IPW2p
+w5dAWYyIi3X+7LsdNf/oLvscvXhu0+yB0v5Ks9MXnap+92KB5WqrLiadGMduL1R+eoX+S6uN95So
+lSIBbCB9wLIBfZC8Zkrg+dx41TafxT/R+5ktYSr+SourzzVVQCF4ScHCsOBVQGB0UrzDGQXDa/w8
+eAztic4RhVcbFwhPJ+Psgf5g09gcJrlvsoXAsSPpqQokE+eCx43CnuLkXAFjoN9Lvtbum8ELnJlE
+TDr73eAGc+EB7dPhiLi4bsCQzixFUSRJgqJaky59slZ/U64S0vcyPQgKCTTTA6WaJ2p0MuGlRIcH
+jgWp4QCZjPn5xeTMBMl4gzX0u7oxH1eJmjjEsigTX6Rik8pJJJf1Z80tyJmnkdd3oCdS+0sHF7bL
+q7M/ELLVom15qlvz1ZD8U1tdnOygEsp+YZowAWRUsKNfaPUes8yzaptt+SvbsxeJBVP7V5BUUdQs
+ZvO5OijGytPjhXczWTewYm3q4DIDo6NS++mMU19XDr6DRxOjuybDCkSksnB0/U8ctf8QNqxhFzZf
+xvwA08QWpI4P+cHsTR26jISKYiiKM4avADKmQoR9YRXXSP6l1Ybt+VeZsgQ8rSOWkDV0uY9xVUBs
+hCjm2JDfEZlOt6VUVIzmenB8eufAV/YMtTiiyXNxlh3xU987av3aXsurrZ7kwZk5Pxbpcs+2URYu
+63FHm8amLzucikq0RS1G9neE6cOWUJCa86SmANwSJBlIcWc4FZPJuB3wxpxhzg4GJZVUUSzDVc39
+x43p2/KUWsmkKgrwmT6zQg/a61L9aeLDIF3B5fJOtnHnFJNXpX40uLPD7eSy0KUHigWLaNalVNQc
+BKsEia1DWp5Cdj6Kvi9FUnluaUi2uIIh9gGrKLBSyw3SL68z/+iW3DuKNEb5VPUzqZhcnHZsyD+u
+cDwQm+ej2IgHiflnDglzUUUtJK+yqly68glqy/fgLys3J7rzLTsEMZeq/1VD008k9rMCCqLl8uzE
+4NKoptJT+FhcbMAjdrGnVeJsSG5EaBSNL2kmv4QtSHY5I+DWzJQiLBuPUzRFXrkYMYqiciH2YJnm
+k1W6R8q1W7Ll6QrihhzF9jzlqjRp2hWZFt7ijcV7PLGxSQ1IV8dPxtscYZBKM2g2sPFRhmZpOkbS
+IGrdYZq62HAC98AX+qJxd4Qe7xkPgnVKwy8JCPFBHzkwY03gOP2e6IAnGpq57MDHJ1XUBME6P8Dj
+gQ9sc0YDUJzmCFgiLfZETE5IcghRjzvW5Y412sLPXXCBM00mujWxDC0hMFAtE7MHaCRI3BqTRC1K
+1etBmpwaDr7e5hkJUHWjYbB0E4dTzCkmZyYQi5+3hk5bAhOVE+jOm/KVi1rtwAnWhEFxhThjEMyD
+KF2ICjY3ohzfICJKkMH7kMMbkQsaZOqBI4sDhC3lj0MsLzQnzRsobCqxoMoku6tE87nVpidqjZtz
+lHLwqy8rUgnzdrFUFDjMXGPj/GAhz1wlDPDo8Yq+mQTilGA4KzXEC3ZQtZ+nq56I597MagoRgWhG
+IfMBgLJxIjSs7vmrpusvMttxAembMmngMgHpkbia1D0v6Vp+qb/wP/rmn2s7/iT2tKFM7JrV8ll8
+MZD7M2onSDWuKxoFGgq0wxV2G4Gh2SpRnoZrY8hRCcv0ks+t1H95jRGUVql+ioY0eFe7MzY8xyo+
+T4SuHwlyDSFXhBRKik6Cb8yS31rAjcOdskfflNxWoLqlQJmhmNq+gdw86Cc7ZlxnZ5x2Z2QQFO/F
+wEGcqMUCUNWTNzxdLkiXohkyNEPBrUUypw2eAKoiWc8G74nQzDlr5DJNMBtAQ9dNFZNtjuhbHZ5n
+Gl0vNrtfb/cM+2KRGNXlCL54wd7pnNyjhEW6XLEmW2QkwKkcUE5HBwPPX3D/8bzzdw2OY4MBT3RS
+e8ScYnJmOpyR5rHwROMG7Pgyg+RTtcaF94+4jKm7SwgQxoS6+5CMNiS/HclL/OW2NiRvAMnwIzI7
+oh1GjCFECiHLVBB3Fymlc21rvaJ/RAwRWhHDO8gNYeRiiUqmHgSMC9t8JOCDpapi7fz7RySBuyFT
+FmjF+VqxTkpAmEC+R8FGnGRFLlp3CShUGzKkK2fsgzsdbO9e1tGOUFevHoTAQnCTgZ1VeFGUlWhZ
+XSmTvTVe8Umm4A5OM+FXa0X4gPpHoAwldrcoLHuJ0EhcpKalabCxAjEopIk99zj9FPOIvW1id7PE
+3SwKDGB0KC7SRvQrSFUBQyza3L4z94+oGwnt6/WBlkrtT4VYgG3MkiXsZQyKtp9kCnUSo4wQ4Rh4
+JPYQDd4SFEawsiFninH08SpdjUkqJQQJa3qK/KAQCkp14tK5zL8F0v+tdnfXFY1PkGMLteLNOYod
+xepinajDGU107eOWKZKLiPtKNfka7i1wE8jlXd0+MOSTNwLf2GAGV0+CY1CYuDI12UsAQLBkKYh1
+GVefWnd3t/eUJeC4KDc1EnxVmuyGXEW5QXL5pheVG8SVBkmlSVZllFYaJbPc4DPBZwqR3LJb8AoQ
+LOC5rkmTmuVz6x024Iu93u7uuSImYR/82gv2iMVPDvtJlRgPkTQonj80OAZ8VGKiq0uFBa4JkAzE
+j0FGQKI80+jc1eNrdURAyY0GyPAVlcGzj8mZ2dnpPtjnsyb0YhKwje4o1oB+mu/8ETMDD5zL7BIT
+gay5Pl362zsz9JPrRq/OhPkjkoDaq0fKPsd+24lMniJaQHDBm9d0fy/em7WjULmIkySC4emK0C+3
+ON9ud3c6IkEyPtFD59Q8F5PcsH/wsqDUXXS+U8C1PjI+8zzyYP9+Y63+s7XzadGJ7/0GAyo/ZE/t
+XwkXQhEiUiT3cAwhBGBpsggdRelIovX4SriJDFiRiknfQJc+GC+8m+utNztz4QOaP4JF6ahs7BQ3
+wgnheoOgCINSIZn1mNx6WOTrSl01ERRjcFlEV+PPvd9d/ERcpFlc52nm+SOebXT87NRol/Py5mvI
+tkkzAoCC9p0b0+8oVJnlRBy+DxHIpSJxYrJSMED9ZBzcF7geMlgszoCgVyWa00ETvNTi+taBSavY
+JAHN9NU1+k9VaVL7s+D0cOCf3h9ssoaSo2tBWoCPIiOwdZny+0vVoCBBWJ8cDv7qrAOkJFwAYTMp
+JT/bkX9DLjdGHmRxnycGgTk1fKl99Ld35d5eoITwn7KEftvgaLKFHWGa64t4sYRkKYmHy9Tfu8GU
+2p+ebx8YerXFNeJPqflyoxg8yMcqdcndKwGbCbIlQRCzlKiAK0w/vXvw8EAAfsAulPFqo+RHN5nX
+z1Hogx795r7B1rFUTE5HhUEiE2Kg7Ae8VEqwTB7GA0kMVsgTNbqDAwGIVUdoyvKbYvYxOQOQMH+7
+e+Dtdtd4fzGIu/vLdV9cY96YrViaCgfIC1z11OI08i8+ybB90G1RSaDQ66X4p1cYf3pH3hfXmQsv
+qzzhKvpS3SWqjOJvrNO/8kD2xO0POzLKdCKwc1PXX3uEcqzgZvzhV5Ib8uAr9P2vxu5+nq797LQL
+kQgIxrSK2vxd6sYfxAvumr1y+uBAWVwcMm8KZt4czLg1mHlLyLCOdfcSI8dwX1/qkomgGC3Wucq/
+YF33I1fZ5xZdOV2VCMVc2eIIogc8gPEFHUDxuCOpmesEKCvCwBFMNaKAA5pUTgD8hdyVVE6JKxF8
+mm8B03uGSfOmBN7umVANCfZ4pVH6/W2ZP9iWcXexWisRwGs3ZMp/dWf23k8Uw7bn8aLn782q1OE0
+zckyCFOeRgRnT36mbHzj5jUXoBoxvj1f8Ye7cr53U/rWHPnELojgB0wYEDYTgWgcYjK1Mwvi8ThJ
+ck08iY6R8wGiwnMxUeYE3OKdMJf0dIBX1GgLJ6phL4royWIQngCmwH8cHX2/159UmTMw+5icDlBO
+3BqPvph3gs8D+a1UL6lNk8HvJSs2KRW1OC0oC0QrwcGPrjVLL26SWqOo1kCsMIlWpkmv3Aq1osXq
+1z8bEk69oFgnfqxK/92bsr+xMb1UL700lORiTCpwzhOq1IsnbiU6MZTqpOz4YAA3VKJFTVXjG2Ks
+ZHXljCz9yhE/rEjNZG6mNn2H3PLdeMHtjDIbIcBOXObKKQnKCkSMQALuB+FsUp79vqzrr4h3kKIv
+n/Oblhh9ufeObviZu+SpqLaaIRTXWDkBYToeJC8JF8geWUrhJ6p1P70167EqXa46WTkGooG6NEiT
+ZelE/y4QspAeE3PUZbvTJRe4LHPtGw1S1c0Ne2VBJK3LlH11nekH29JvyVdkK4WJXM35IXDKyC3d
+K4QtUylMkxM4GwcdACoKAgL+FpyF68c3uDEZYNBJcOq2AtW3t6R/d2vG1lyFOFHxG6G5ysxkAGYm
+QMUj9NzkL/j3SRWVmqVpjkBUuKP0PNYtokDTJ2IytT8NcAXE+cU6wGSvsctb9TijIcItqnvVUMw+
+JqeDZri20mBiueHUIQTJ04qzEzMqwe+lLDmc7b8sVBQI8QdK1V9abbi0rdJ/aaXub1Zo/na1/uvr
+TF9fP2m7v1RTkKjgvpZAOczTiLfmqR6rNvzt+rRHKvUVpotaKhGTAjYuxriGq0kbWLNzr0RdVFBu
+IC2omQkbi0sYTESzWCqLcxU3ciZjI131BLXyS3TpQ0zGBm5aWMHldXTLHEHYKhnYLW/+jbT3LcLb
+xVJhKtFxMamiQBWFTRvcJZ9xl30hkL0jpiphCHnivmsNFPeJtcSVRsljVVrQT7cUKD9eqQVJbZDh
+IBCicXZcPQEgUkGwAlf26JsNICIva/y4KiCVYonhLuCsmWREjUmyNkMGSmXiqn1JZTNxA+8ElBOE
+M+lFXXZ2YmGAfGeWE2BxwmMzFcJkt2kI5AzdBScyjy+CsCW9KAjbPFQUvAzUw1XVzJUwCKd45nwb
+3DHrjidXMvuYnA4IsjVAgp5L7ScAK0Qvw5NSbT76Ce5Uc53QJFffjKIqPVGixo1SweR2k2uKXIiZ
+FUSuRjRpUxPZCkGuAstT4flqESik8Q1sNNkspglfCsD6S3RcMTy92vRYtf7GPBVYE6JEQwDKMvA3
+dd2yh2ExyHWcihIqGV15PP92uupJuvbpePF93ATwC1zr69rDULivV9K/S976R1n3a6Cokp3LQXyB
+fiJZIibPDWZsd5d82l3+dCDz1rhQde3dpnEEGJrwIlJkKITrMuVr02Vgk65Jl91drNqYJeccFCjK
+k0vluIqah2wFpZKqE5w1oC9ECUEEkm4sSDXZImdGQmMhCkRt6oqEyIZInrhxRyaoUpDml50dB8Sv
+LUg1WMPw2OEAN1gHzkIgZ7lq7Ty+KMm8VRS8TMhNdjfnl0JSXtkLeFZcUlEQ1ImRd3VmH5PTAS/3
+xrgphlP7CTQSfHyVhvkUIQhWsU78tXWmWW1rDU9WqdaahR+QwOc4bwv/vsH5L4dGrtiG/2Ff/9/v
+6f/7vYN/977l794fTm6/P+9Mtsd+UEBGqzHL/mZN2g+2Zz9eYyjSidViXMg1ASwoN1w7wMjFMBoT
+kyI9ZVpNr/xS7Oaf0RWPseq8RBm8vuAmCcSDw7L2Z1Xn/ksyuBflJim/CIrFcVlYmu3O/7h1zfc9
+JU+S8pzUqYtA4QMhCjIXyuE8bNx5IMUFcuGl7kVtzsixQW4KV3g35KFNWfJPVeuKdJIpF5pLin4Q
+r3OVrUoht85Qamd2gEjVcovAoBA2UCE/Pzv27YOj+3r9Qz4yzA1T5dpx4JQ9RFn8ZLIHmjVIJQcd
+wzmSpELRmDUQg+uH/KkNboTPhP8iFGMLUe/1+L5/bPTfDo0cHoAY4CIflLRywuQIM6AgBBJ8nmJr
+XEVx3zBrICq0UNLnrhRBT2gSMZnanwZ48BTPhhByFV3cPB2wB+dB0iTnhJ2Z2cfkdMD7IDEviyAR
+dsksmM/T4VYQlxOac66ylelFRjGCca2vczbKFgV3hO5xRRut4Sm3hhF//bC3fjhQPxpKbnAxN5H+
+Bw0uQAu04i+uNv/5gaIvrDGXGsQCbA55/QMGw9GMdcjmb8dv/V+67FFErJnTOoTLB5SOimxntEe/
+rmj+PzwwmChTl2DEukjuna5tv3fXfoNUFbPo5Z1OoexTcWYkQDaNBducIWfo6o0EC0dCYIoJnRhH
+/NTxoeDBgUBSsoM7vjJN+i9bTBmKqVfxAc0EsnWuKkoh5GqbUzuzA/STRprqeQGAamm1h0GX/PPB
+4bc7va5IPBZnTg0H/2b30G3Pd8F2+wtdj7/Rf96Wsh3BPelxBL+0s3fjH1s2/rE9uR3sD9CJxXP3
+9fk/u3Pg3w6PHhkMgpJL3gJICVQxu9ZlhVgAMZnamTtJFQXKfvYqCqJCI5nPksRwi1pyKSanQyfl
+puJM7UziUncJyB4ZSuGqNBkI+dTJaZh9TM7AlUGOTahWnU//8kAsrpcSZYbLW7+nI0oxYPWMBOk4
+lF4BPnO9x7XoX34lEAOYINHb8irRvej9y68KJBTY3SP+GAg2yDFG2aQhL44w/djblqaxyAwryy1t
+/3KJFiu7X3DnL1O7SZg4GxxFYkFUrEJkBmRha/FNBCTmtexfLggOSwd2SXteF9rrsZh3goGFshge
+y9gSyd0RzdhKqwu5pqYrMrYtSNZbg0cGvZ4oBeY8mLdyoSBNLrwlX1NukCpFc8zhE5i5f/mb7e5f
+19lODvpT+4litS5D9p/bM7KVIrC1wZ8L04wjRJvkhGwaEYxhGJFg4lAz8GBebvV8831Lan8CW7Jk
+X1ypu7d4DmO8mmyhnxwf2dPjvaybHIQ2SymsMUk3ZsnBvP7tOUezndNJAhQ1y4lf78i+MUcBuyDF
+etyxv3t/+MRIdHzEyK/vzDHI8EMDgdPDwT5PLHhxaNE4lQbx4xXqv12jT+1Pz09PWV+84Gizp9xl
+EO4rwNqetdwDQExANGK4EBXgU4rZCM2+3+e3+FJtMOCR3JIn/6cNxhrTHN4CnLeFfnhs5EAP2NWT
+YjJLJYS3eqJxOF6mFz9epYMI2dPjm3IEG4hBqUi4Nkv1hbVms4x49oILdLwjRKkSa7q7wlynidSV
+CWYfk9MBDzzY5/vPo8ON1kvhuaVA/fQa0x1F3ECF+YzPBTcZpOGgl5zlNhKgfNwobJYzJgF43fRv
+FC/B+FyBUKaX4gYZoZHgU2/c0uncppUSOgmhleJayaUtOb9DsnJgUcbnzgl4E9hFEEgIm+wKywoS
+5fVO/xi3bvekQjgRKO1LOD6XkKCGMqzoztRuEhRDRUoUNJNIsbhuE+SiazM+F2VIoaNR1v2qtOc1
+0VgdRoKsnxDDqICR6Di1JDWjDEV4u4WuFjwwhLI0S8iS+rjfGz084N3d424cC+olgjKDSCFER4Nk
+41jIFaYIHFOKBJC1ks+bKzOPz/XF6CFv7ILtUj0kyc0yHgdBk6USqbhl8FCRAFNxlcbTZmWIaq7M
+cuUVHV/sBlyxM8Oh45Yp5mPclivfnCWbbuKGKYEyZQ9RdSNBEA+pQwngOBhe8C4QHUM+EpRQ0vxK
+KvgdxaqLXRC5LvKXRiJzggWLM0j9aOjoUKDLFYPnXFksqk3im/PkUIpT+9PjCFPdzki/JzX+Cdwy
+Z5iGwLQ7orPc2rgt0mqPtDqjLY7kFpm4tTujUHi54VmJV4BHAqJvTboEymziwGwBBT8WpBpGL4/J
+TdmQKIp8jQi8ok9U6W4vVBXrxOAUwoe4QDlMjhwQuRsyZY9Vau8qVhfqJCBzwH+GTHJHkRpyzliI
+At2WujTB7GNyOiB/QSgO9/vA7kkdSgxvqDTJas1L2r98Sj6gHn25auG2POUjFdqZtnLNI6XKR0qU
+H6tQQQqBoTG+7ShSlxvmI9wXF5AjiyB3rx3XVWAnwjJY1CWynpK3Pytv+5PIdmZSg9M4GE74+qS9
+byqa/0/W9ZJ49ChoKSzmAT+eK3UUc9Li29XtqrcGQK+BmHh6peGT1boKgwRM3EOD3ne7XC32EDmx
+/9ziAUoI/LOJ1T0giXzcLOOeRlt4fP5vOD9zIiXbooDxij4wNEFzJH9PBN5VphdlKufmKIMEXJUh
+B3F5pZKEOAQBemo4uK+XM+FTR6cDrr7YyL+31wceyWhg6ltAHecohbOc5KJML8nhZqNLBQ5MQNDx
+8OQ5bZyW9UWHPeFhb2TYRw77qYkbXABZJakn4D3gP61Ok4ChnHjhHAAzes1UMVltlDxYpnmqVvdY
+lRZ+ZCiEoKvuLFQ9WK7RSfDLjBNIji3ZstvyZRKMwRBmS7b8E9Xaz6zQf36l/uZ8JbiPqesSzCkm
+p0OAIRlKIajAiTVSI35yiBsRleicmTw0J+BJYHZN9DDmsIkxNcHKMAadXI+/pIDJcE+xGmL5qtvn
+alRP12r+ZpXuK2uM4xsk7aq0hc7hMT8g40KpmHlLGrkfJJx0oGbcUgM/rwvAcyI8HfLmX0t738Co
+IEMoWG4+wMmwcUFwFPd04p4uLOKKi7WRnNtDpY/H0jaxQmWcZYf90SMD3h53JNnHSScBx0WYrhCC
+XQxHYKsbDcA2Ptv04mKWC4v1nA0+sR4asgqY8/v6/K2OKyzn6UmqqPG2KLgRnpM8NQ68BcR4oUZk
+mlz5fFWUQgHoUf3kDuWXwWXwhMwBRQEiEmQoCGE4ktxAwIE7CAel4DQnWlDYGcftyIVYjkqYq5rV
+wIY8jThXI16c6mImOfknyNxpQwffpZfi5XrxeO+12aMU4ZXGRExOSHLIZoVaEWw1Jik4T+CvJ/WR
+QUpsz1WmyYnLqmMUBCbFMYg/kuRSHGWZ9Znyh8o1mUrhyjSpJjl87CJzisnpgABBngEVBWFLHUpM
+F9vhCLckqlXnU78HHiTI639LTI4yjw1cSK0I63ZFuXXTrnj1UtTv2Slhpyt6ZCi4p9d/1e29bs+u
+Lt+uHv+7vf53u32wgQVXbw2DNQfPvJb1exDP/hg94Im5wBmfZgP7a0+P3xmJT64ZnsTS1u/hQlSZ
+jurLkbBr2i3qQ4VSrnlgwfEGwmqp6/fAW0IZOq7Kj+TcEc67h1YXofFYomfERLj2J9K8JlT2ZGDF
+N0Ilj1GaUkaoSH5glGYO9jjP2/woyprkQoOM2JglBxecTKzxAyUIUoSKs1JCYJIJc9Vza2lIMnP9
+HsioIBm3+MhBX+wyVQQHhQIsT8Mt3Z06dDUgzpPKCcMwi59b3a5pbJJDCWX25lz5bfmKtDnOGgex
+BeoHcjg4FjNP2i3C0bUZsv+4KePOIq6GSoih8FnwYfBq8HJWpHEjBbk2qqQZBM+dppF7Qwb4B/Ky
+qaa4vRIo5uC6QYyBOZ86tBC4sHEiLzGl0BRZ1Cwnbs9TbM/l3KDUoVmTjMn+CTEJyilXLQSfqUAj
+5uIjeV1CqrQ4Iv9zZqxuNHRZsx84x2Mhbq40iE/ONOYeiwq4BjRuYty9Pf5ez6XqwznF5MxABhjw
+xsaCl2y1MM1Ayt6Yq5yPfgIDKlctuiVfCfE4jw0+0B6im2yJqaK4mJv09qXQTx5a6IrEwZvm+qFe
+dePazGKwDfi4WaoGOJecW3U/Wc6vpX4CO+LYYOC7h4f39nin2w70+bqdYW7k+BUxOc7S6icwDMMu
+duQs27Nnug2xnMSMlYhYzfVAWRjXQD+BaGMJWVyaFldkE4F+8chhke0MdrGKj8WEcBxUV6D6S+Gi
+R2LpW2hlPitScm1OF+Mf3JO93fZANHpPserr69PuLtGsSZcZZbhKJCjQiLbmKu8uVoMP4ycZnYSo
+MnL17HPlquvnEgJMIRIcGfCHJ48ugUJnD9PeWBz8uYSDNdu4SrrpwwHq/Fh0on4CXQhW/zfW6asM
+XMNG6uisgQCA1d84FhqF6JgY0MnAy9VivNoohZiEYEO44UbYwF1QS3Awdg8NBKCAJ6/l/nDFYVJg
+4DvBXXiyRrstVz772WEkOAYi+YTFP5eejNPDBQ0elAjb5JiHL6oyir+8WpcFTuVEt3fWQGxopUSj
+LTQa4NafFeHYpizFtjylafJ6KPXW0Mstnr29Pv9lTVWcq4qAbktMNYQW6cAk4M4nVRSOouds4QEv
+t0Th/GJyBkCV9nuirRf7oQDRxMS+Ckjoec1fzmUk+AwwWOazjUXbnRGIxFSjIJeTLgVgKfRTgBVD
+WoDUmO1GwRbnNhru4uZvHjdCr6V+CsbidSPB39ePWXyx6bYRfyI5LpmNUwRsafUTyyBkEPENzbRF
+PGjxDpRb1WmhE0ZcE/2U6MmJsGLrSWnvm+LRo3hoFAQKI1KShhXRnFvD+fdFc++MZt5IqYsZsfZK
+pQv+07EBV5SibsiWgSrKUYs1Em74GmxaiSC5YsWp4SDYqma5sNY8nzkmrqqfQIIoRHi7I2wPcS0c
+qaPwVdxaQVwbUohk4O2gw2Y5xBJiHgrshbHw0aFgr/dSazZ80aYs2ScqNXquwWvOMc9JVQkO5jPk
+5BkGdUCwkzXZm3PkCkh8uC2R2eH/thD1fp//YH8ASm7q6qlUFETIqjTJx8rVZborFo6dHvBxQYp3
+ubgJ1C8X5/MjVVQvL605SuEteYr7S5KdV1IH5wQXk1K83xuFmPRF4yA/7ytVrzBL4YmpKxKAqd3p
+ip4bDU9pDsCbQZ9typYXJQamJQULp6IEGJjsPe7YSICaX0zOgFwoAHUAkTzeMsr1L6UYCOp89BOI
+bPj+y7XOrLcOZ3Q0kEzsKXr0LYV+YnCpXIhBLMAz57Kh8FcmFEjAFsXQZIivpX6CCAdFDk5San8m
+ZuobubT6aRaghAwrfwBVpF0f+onrH+EW204pWn4rsezHYl5Gaqa05bH0TdGC+0JFD0dybqVV+Swu
+vcxCH4eKMy1jAWsggiEsSTP93hgUMZB0QYrpdMbOjIY7XbGD/X4yjpTopOWGJfGfIIsKEw1d/R5u
+BdVxAwuAX+Ca93hIKGE6KQHyCyRO6tz0wAM6ITf2+o5Zgr4Yk8xmYhytNIg/VaWpMYlBViWvnBPw
+GFCQIOYSk2rHZlACMZp1RelKE7cIyLijBkprX59/d48PZG7yyEWSxQHcFO5/IGrNcvypai0UhDn1
+PoCAQRxCINvs4fGODAvlUlFNeVEyAtuaI7u/RAmyJXFgPsCNyXSEmBzyxcDze2qFvkCbmjwaXglZ
+0ROhfbG4LUQ3jkUiVDIck5CLBGUGyc15SpB7kC7wTPZi1S7k3nYXp6LS5hWTMwCuHgXCO0JDBhuP
+YbA2QGnNz39alFRKMi5YU0m1FPpJq1RCpFcYJXkabsm12W5qUZ6KyNeIzZzHjYG1C89crvoJuDwm
+x9Fy+kk2X/20D/lI6SdQTjEv+Eyqcz8U2s7CgbimMJJ9W6D6i8GqL8bMaxmJ8ao95kFousJk/Yj/
+QJ/v9TbPe11euQgv0Eosfur35x3/uH/4lVZ3jyeWp5Gsz1RlKefTA+qq+gnABWiRTpzoMwYG9aRC
+C7/B7W6whkEymuUEeDAzG8JxlgVj9vcNjrfaPWBHc4e4PucoOII7ChRP1WhAxCykSGQohRDAAW90
+LDitcIHj4CCBkijTS8DGhzwOsgwM5d/UO05aplpX4mJxAPmml+JbsmRfXqUDLTVLcTcOmLbZalGn
+IzIWosIzNPPOiVTYQPBzEQ86/tEy1R35yoW7I5lKEbjvkEbwgi+tNoDxEYtzvog/Gh/yk6dHQgf6
+AycsQWuAnNJ/khECyBJwC8QnpC8UNzoOGzfHg4gQtDmiYENszpxnTM6AXkZADjo5FIQYHleboLQ+
+cP0EgGBNpDoEA0WXQj9tyDM+VaN/okZ3S75yrtvNefJak5RF0OMWTkYvY/0ETIrJxBGOdAWxMUta
+Y5yPfkKGjrKuDm6J9wVwHeknAemTd7+kaPw54eshTesC1V8K1HwlXHBfwmESJyTK1YGCrZcKwYUa
+9XOVryIcXZMmrjJKwjQCditoBbhGIRTclKvZnqdJmrdzZTb6CcIKIQG9GCTjkJEuG7kJgCAAtwOC
+mK4Qpk0/bgnkmCcS/8lJ2+5u30gAhEYqm6klxMcrNJ+p0arnOm/EFUCBggAoxPjZkcCUdn2SRMdI
+qtwgyVIKZUIMZNnrHZ69PX4wtFNXXEbiSWAc3JAj/7ctZnjFPNQoiEdIo2qTrNvNVZ1NoQjnBxc2
+Fj4cRPPfrTPcUaAA32WB0QhAikNqgr4PxeituYpBH3lkIPBqm/t39Y4/nndCXCXX14gmxqNeSSzO
+gBq+MBbZ3+9/u9N7dDDQ5Y56o3EMYQ0yHFIfouKfNhrnF5MzAA4uCHyIgYaRIGTI1FGI/HnMHxEm
+mWqz9KmaadfpmpkAyXS4Iq+1eiZOeQDWmFIqEhKESoyvTpP8ZHs6WP2pc7Nk+vkjTIa0KpMExHTq
+xBwJUGyHmzo2HAVj51rOH+EMUW+0u7/+Xn9qf5aA/8StPMbN0wHBNEjxL6zU3V+iLJrXjOzsSB3T
++AzT/hYS9aQOzR1UahA8+DyathIRLnQ+b2bp5o9g43jIKut6kXC3M0JVzLiKVhfR8ixGortyoZCZ
+gYIPaml/j+OtVmudxQv66e5i1dY8VYBGDwxF9vUFwbO5s1B3b4mu1iy/bAzKLJl5/oiJUHG2yRZ6
+rc31XJPDDzpqslSCd0O52JqrfGqFrtoovbKiD64Hufxis/utTo81kJq5FaSqUoJ/coXpoTJtjUky
+sU/zvIkz7KAv9m6n+zd1Y6Bvpqvogzdtz1d+bqX+plwlXP/1vcNNtvAMff9A591apP1kjeHGbDlX
+YZU6PDcgKBCew/2+5y849vV4F7jo0TiEAEtXib6wNv2uIlWOklsaMnViYUAaQ0qdtPiPDfh63VFH
+iAIF44/FJ7omswGCAzpDJRKoxTj4YQVacYlRvjJdsSFDOu+YnAHIm0M+8nd1tnc63ePDdefZfy9f
+I7qrWK25bBaG2W2ggQMxpt4WHrdE4PVQMB6t1N1Tot7ETbQsBR9lzpl+ev/JSQtHA1SXKzmce85b
+pzMCdlOUjoMp9WCZehn7T0lSFX1CAZamED5eqbm3WJmvnmcFDCrRoCIFyG7WO4jEIdPMJYNfZPn7
+TyhDCWJu0ExoPEppimMZN8bSN9PKPFak4lYPmSPweii/KhGuEHHrAYbIuC9G93li7VwdEa2WiLbl
+aW/L1xTrpBJijkbYRWbjPyUBqQfCxSgjpEJsLMj1lbhMRwVJxhGh7SFuZoS6kdDp4UnbyeHggf7A
+3l7/iJ+Cgg/XQ/nNVos+Vql/oExbZpDMz/+7EihTEEKw/SHSQI/6otMu0weiVifBQSueGAru7PRy
+7XhTAUlgkBF3l2gfrtCuz5TLFqBFuQTFEqOvxFylljUxh858SsIE5EJBjVn6eLXh3hI1fDXkk9SJ
+BQMxCZEDSsUZoVvtEUhWd2Sm+WWmA26AJAB3wh2Jw/dWmmQ35ipXpUlBaS1aWCcAAkoh4jIqRK03
+SsMGAZiP/wQZOk8tvDWfW2J5HkRoxuInjw9dmrQR3i8jBM89VHRrwdUmypuBhcy/N0sE+IsPFuwo
+Ui9r/ymBEMeztdJbizRfXq1Pl3NDGlMn5gEdYa0NTN1vmIHDnBc196Vilr//hMZjWMRBeLspdREj
+NbGLNGFgkKR7XKGj/a4RfzQYo8Gf1UpE+Tr5tnydSQ46dv6JMnv/KQmY/7Yg9UzD2JFBf5cr4oVC
+OFleQQbhNM0VIQIxTMdTY3LhGrAvi3SSG3OUT600meUzjaudH/Ae8E7+2uJ8r9vTPBYeC03dJ2FD
+prxEL24eizTbL5m543DyRCjIVongsk/WGqtM0sVSoiCyIFTPNdpPWQJDfpJr9ZoidFcBsoFJRkCo
+7ijSPFqpB6G8FOJkljE5M0sXkzNw3hZ6u929p9sDzt989BOYNqlDi8Ri6Se25z36zSdTuwgSQKTn
+2JLP0d90svNUpVfy4sPFO4o1y1w/geWYoRLdVaL5p80ZIFAWIbDgOXn74wf+mRk+i0TcqVauWXN9
+1O8tJSAZ/DEKUkJGgAGeOrgQ5qqfABBOVJzZ2eF5o911Zjjoi9KxWayRmgSyEDjgKjG+Lkv+QJnu
+nhLNotVGTQVo01PDgVdbnft6vd4wN7dpfHLVlAhHIZOHJw8vBSBuhYmBX6UGyb2lWnDy5jTGazZA
+QLzR+MvNzrc73R2OCOiAyau/TgsEAoIC8l0tFdxWqHmoXLchU7HoCv4yrhqT03ENYnIGRgLkwT7f
+nxrsy6F/RCouHijXFWgXNhqZDIGBj+qKkxupKbFKy3YGCsPM4pjDwIMVumKdZHnX7yEmhfATiRUO
+wUhfHCmCYYhIiWWsRvwjbGAUPKrU8dlxnfUvXwKSORwCvVgZZ/b1e+PAm8Fyz9OIN2Yrqs2yKMXY
+w1x70lXFFYgltQTflqf6xqb0T9YYa82yBfbWuyoQzjQ5sTZDcUOuCsLnjsYTS4CnzgIMt/Tl5eGG
+uJUQ2PpMxWdXmb68Lm1TtkLBBXSRQwrSEp5abpTcmKvKVIqgkNpD1OXe6FSAKspSi+4q1vzLjVkg
+8Qs14kXuYzAVV43JKbk2MTkDMiFWqBVvy1fNwX9yReiv7uo/Nxr0x6YdRjc/UASViQS/vTv/pryF
+ODosEvOz3qHUHoL4SbbOwXzmQMwZvXrumSXX0n/ycfNH+H91xpranx0gAm8v1oA0KdJxI+xSRxcB
+lpvczNoATiozWjenWj5UrBZs+TaiK0LwefUhnMB16j8tOvPwn8YBYQpZy+KL2YJUlzPS5gj3emLg
+rAdiTJDkGiog28iFuEKE6WVEgYabarZYLzHLCW7ucxE3f2DqQUsMiNEIxQz5YtYg2efmBvV3OCOO
+IOWPxcFricYZEFzggICNr5Xi2SphuUFSapCmK4SZSqFBuvh1j5cBrokjTA37ydEA2eEItzkiQz7S
+HaYhbNzwTpYFfwPCphQJDHKiVC8p00vyteI0uTBbJQLpf61ikWOZx+SUgMiGjDoH/QRfuLfXa03M
+H5E6tEiAfiJw9M4iTXLa/MUCwjkSoHZ2uEKTp4VfCAn/SXxtTAmwbSHrN9nmMPYIwoUhaLVZCsVg
+SXJVPMa6e1hP35yq+FCBCM1Yg8yrr8Fl8PopyUL00zhxbvlzEhSVNcCJKijgYZpbLx0cJinOLc0H
+sjVNwakls3whjWULBcSrO8JpAktiIFeY5GZ4IRkG5IYEx6SJofdGGQGCNV0pgoBey5CCGOXKqZ9b
+wxccKfBOuOBxlWisEOOmc4PgqUR4loqT9VrY/+CiEbgUkz7SF5sQkygqEXzAMTklc9BPPDwfOLx+
+SrIo+omHZ5nz4S/JPDw8PDzXI7x+4uHh4eFZjvD6iYeHh4dnOcLrJx4eHh6e5cgs+0fQUb/L0d9n
+iyJxBkGEKqXOlJ/LLT0/554VdMDvcg5ZouriQr2MWKQJ2ifCIkjMNdBnd/l8JOhfASI25+UZdUrx
+9F3Hgu5hp8+PSPJzDSJkkfopQTT5rR0Whyc4vuqWyJCfbtKZFHPsw8bQiH+40+LykJL5R/vciIQ8
+zpGOYW/iMwChXKPNKs1UItMOHr9WgVyy/hFknPKPtXlFOWlytWwxe5ECbBwh7aMDnrhEq0wzqxZj
+MN4M/SOC1g5rSMDI0krSFjoaeolJZLNum1edW5Sh1kxeG54OjLnGxoa8hLm40LAkgmIGKJr0DjcP
+uEk6OQ0chgvVuVUZauFc1q+fhVSJR6mQo6fLJ8nK1umUsxYM8GSrzeIcn7NZqs8ypGUuTmovuXye
+ESgpMcdAn83li3BrTWKzWZ+QIaNh+1DryUPP/eG1g6ePnzp9umVsjJQXVeUoMG5g+dwI9ffVH3/5
+uTNUxSqTUjTH9aCvBhtn6FDAP1j/1ou7du7adfT06bMNp3tZY266Ua+UTCu1ehveev/Inq5g7dpc
+GTLXadOnAaK3fd/P//TGK+/uOXeu7szp06ePNXtVhEybpZeI5jBHCMOSvvC5F3/z0u43T1o9rLqy
+NlOy5G6vzdJ44K/f+dUb9Q2nzpw+e/Lohd4xl3pdWTohmnr2g2sXSHapxuf6or7z+39wIJKfIUvX
+LbJcZ0nEe+rwKwf6PAJhbqFpEVbEnm58LovEY+17fv3GsfamoHFDqVkwxYxFC4Emw5FohGK41RYX
+/mQum738vT/91aUpzDFl6KQThAntaTtw7I3nf/F6F1G7LkMlnu/czvPDH/aee+2f//fNwycO1509
+e+Z0/YW2YNqN2TrJXNbin4VUIZ2hoRPP/uqAW5+rMhv0szWL4Mmvv/qrF946V1939jSIlqGoUpRe
+UaRNnV4QSyqfZwakN+kL9B98/fm3d+7ef+zM6VNnGmbhP7lP739739F2Nm3Hl+8qQaSQUUK9Ll+0
+h7lhWzkinmu+YSkqBpk8TsjlIKYXeVBF1ObvP/SLn+7G1n967brqWjNIzhiEvyW8zmjKKEtPXXUF
+7Sf+cqjhApv9jb+51YRIFsdkAMPrwuv/usuqLMm/75Z1WlBXbXt+/u7ZYHbm9ru+uaMwddXV8Ybc
+51/75m9s6z5Xs2ntxlwxeA5Lb9NYek+dePMnZ9Tf+NsNeUqz+2zjqcY/nDF//iePrNDKppqB6toF
+csn8J3fY3fDuP9Sbv3B/8epiyDiLCgv5MBIiWYGQEIsXxQCa2n+KRxHn4T+81N7XbTcVFZR+7LM3
+GpBFNYF76l470dzGZjz95I36hT+Zy2Z//Y8DQznSlY99/oaVFaWK1Al40dmXXt/5/KlmScm93/nW
+7YXq9IUO7J4TnqCr/i9fehu7/5Gq9eUQKhTFCJlKQmBzmXxuFlKFs6djwSAlkEhFImLWZhU8+WBd
+fdT4+SeT6YuLJCKxdIYKojmwpPJ5ZjjpfeQX/12nvvPBlauKixUIFQ7PHN8MlNvWo8dGItrsmx69
+o0aXZtRxpJdl51eszEHmM/kyShBimUrDLe+02B8fdo10nd1zHFv35MYNtSvyE0HVm3Q5GyvzdZma
+1EXXFgF8rFwD4YCIW7ntrjXVeizS1tsD9mHqgqsCDgMdCqrVOp3JrORWtUwdX2q4IilRaTRana6w
+IC3PnO8fcLroaGra+8v4oAJ5vYAimFiiUEqli6OcpoOhKXdHY1Cdl12enacOnO90U4s8lJ4iw6GQ
+PxSNc9XoiwEqwLA0bdRi9YzaxyvCEWS418Iyoxm5FQhyTR2nSeAimUrFFV6dVqtRiOaknGYHfD0h
+VWpUMvHslVMSlJMsGh2UTkAlXyTlBCyhfJ6Zi9J744MraysqM7nvMqanzfhZLI0Ee9tbIxFTafma
+0txxyxlXQHSkbMzwYFdLZ2uHNZDYS6vaXpKfma2KkGFr0+4uvEAbCngdA9YQIVGW3riuUGdShNzD
+w50nR2U3bsnTiZnRpv6Oxgu2xM3m6prS/JpsYfJeUkl5YhJMll67rdwEkj5xyUzEnJ7R0fOt0uyv
+ryrKVWuTBhfKtT/pkl45HYi6uo8f6XRGSRCzMn1Wdu22GhNymTR1th1s77X0e+CVIiRz9baqjEwt
+CWFuP9KHZCI2h9xYVFBWk61PXT5LIGur0yprS7oOhnq6W0dvyzAheGw86iAVMqq3VedlyrCxgZ4z
+pzv9CMkg2tw8jYKInDnRHQmg59+nRSRdVbUyDRlr2tU4GHZCcZbqpTkr7oRvsDa0dPV3WC9Oi5eM
+yXRswvdq9ZkFtdtKTMhY18Eed8gXFhFun3bVjtoMqfAqtik3YQgT1ug1IgHnmcTsY4NdZ073+jn7
+JS2vJs2kCw69u2SB9GtX3TmLQC4mPv/oUP/pfmmRcnTYFvCHCGW6umjzilyZEI+6e5uGOtqGg9x1
++vJbcnOyzVI/6ek+f7LNGyUpRKtOLyrZUqZDbAPHuvxhX1RI+APqslvSgucGWVmapixHj4x0vd9J
+KSg/KcGkGSVbKnWLUxdK05Svr9klyzHnF8ll7r5jzb2+VTUSkRBHfJMzMFhtmGNCfs7NwmLNB+qH
+EW5hI01eVkH5TeUQqOBg3amuASukGC4SZaxajXedbWpq7xxjbTtfdpWuvrU6QxGEFF1Q+QWX0rii
+2Nlv8+pGnAVFek7xBQebLVFEnF5dqDlsScXMpFwHRaO2oLyiSOHuOXbYn7bRnAkyJzGL8VjjoR5C
+Zs6ozJdgi5mvEqGqO2WJqURZVWsy8UsvKjZKL569GFfSjFU7qjJSd0KwEGSs/WBPSG42VBbnSCfu
+ZqUhCTlZvSIjR4w7FiJkImTE2rSrC08TOcNBq9UN5uVFkQvihaajrh6IDkfER10Sff7OqWVd58kR
+2Y0rsN7zXmaK7xWR4StLt1ToGWrqt3TbaAM2Mqwov7EyL1M7h9nqUtJbnP31spz0VFMcJsBn1E9M
+HAmM2MNGocyYOUVUJboAtJysP9F9fpAUybmmrV6vKkoTshqhKNJb9+qbwdVlmBilrZYAHfYMSpWi
+9dLiiMfScvKVBnPZGr1SLAy6nMPd3f2JR7WGGFqYaU5P3usqNNHy7LQsSXEid1ydqC8ciFrjpRvT
+CNkUmS4ScvX2Htt35HQoTrAC1I9Khnr9aepbC7Mmx2LUO2od6u62UXGWtDRSaartKmXcY2k6/tL7
+0RuK47HMSq0pL3XtHJEa1GpGgY+NjDJxPURdw4UznY2WIEqgiH+IzDESQol4oHnfkbqwWMlgmFks
+iZGKaL/VR0eYsWGp1eHIo1kGDdv7hvoDI/5IOC4NtcUrcm7R+eyOkb7uXk+c9FuafZLtan2mvtDl
+7Tt+7EyjKwopRQrH3GG6PPMWw0jboX0d7iiZly9i4kXx+DR1WfE45RtpPXfeLRuK28f8EvOmiiKd
+UIYH3X3tbSfPnWn1YCIolRafsMQMIumDCeQS4fWNnj//+j50++qY30u7LTFUE7Pqs9JqjLHBoc6G
+hrMtURFXFRU3bzSmRyKe/uHTh1tanDGuH4TI5YnES7LX6y39x97r90apnAIRk54dp3qOHYoZV+bn
+GlVIT+vOV7155rg815AuzZ5l9r4q8TAdGm6xKPW16twSA9XhVx1rHgmVKyVCpcA/OQOT8bDrzIT8
+rDdiEWs3+PUROuimxobG0LLcdYZYV/25c20DrphQQkgkgqJifMjudnm8YSQ21IuoikMlZvGCyy+K
+C5VlGyUdJ8gxZX+wSC+jkZilpSeKmTS1RZLBw5bEVUH34IWWY2eONEYkSgSlXJg1Zo9IZKsE7pYD
+J8dMNYQuWyVh6Ki/dc/pjtJMRJKtohwLylcQ5LCjv7VVGgpKhbhQk1Ml9zja27rEzJg036DxHTt9
+3pOdLdGWciUl4Og5e+7suR6rDwozIVEIiuIT6ohBIY22HTrqNNaU5Sf10/iuQYf21b26VyJKJ0wa
+yRyEDBXxOfrPn6pTI0JMpcsyp2WiSAQe9WawMo+UCWJjo/GI3zqg1Ty8SqlQoH7rSPuZE6cbrVE2
+hgpUYQGkCsNOJ+tAPteZywqN1vZ+y5XfiwiZ+JWlO0/nsDSdPLqvK7a6iPGkGVcVZaaCOjsmS+9E
+75jRfkdsRv2URKUQyyRTtRjTSLzz+M5Tw/J1m7/8+D15ibrvnx/tqMMUOVtWCyDLutq7kY0P3fbg
+59R43+H/+cF7rRVZ2nStLHU7h75k8w25q1dEQBG37f7xUX9vX+va9JUod29Qd+/WO7bcUXapTvrq
+iISYTqTGsMubJgDWPtrTsPvFFu2X//feldp8QUfr8SN/ee4PJ8r+9ZbJbZ6Zax+8qzq2PeYKeZpf
++9ahIUtNWp5GAv6MIOxNu/czN+dXps2hkfQKMBTFBBiNMBB1TVZV6cbP3bJOEULaXnnW7uoNB0xx
+V1PGQz/45NpMrSQxgZ4nuILwfWmX5J6n1txQXQmqlGULb/2yaTNJ0sMD9fX7fneifuyGbUU7dlTv
+uIN2+KxnX/yOpeCGmuoyZvRk8+4XB0xfT7UhtQ9Y3zrpuOEOiFtfRFmWveljn98wQ4sqSUYGm179
+bR1KUaa11Vvu/tcnqiCvoEx366kL588jFZ//Olf33ffufqvQRpY89Q+yDyKQS0eMYnzdoYon7l9T
+IWptOXrk+b1H+u8plXlaRsOSSNWnn7x7JbfWLKQPOzBU13T89T7tF79Rna3Se073DY0errOv3MZ9
+QkxRkbb28QfWQB4+PwIPTT0cTjkj2gdXb9+6qXgu2XtG2KgvNtbVLii7U60y6uVBtbZMcKp9NJwu
+lyi5IkcyWOhiBnb0njpwamJ+Zmjm/n/MC1EM21X36um2jgtn7CtudZ69gBRl3frwx7YUyIQJN2al
+5IRUprrAZn/5YpuKceHll0CQwrzS92xxW38vubKCjo82DTJGnUqTo3QPJi9hBltPnT3XSJd+9vuP
+lSOywOm9rxw9fWjPuaLP3HHDqv1nvTbrGF2czVCRtvbe9KLbS/IlAa6wX5avnHPJV9wntB949exx
+HEd1cs3aT/zwkdo7d1CBhtbm46dqs7v3CMu/VFu9JkfJhsKBvmN/fKa1+FMbPrH5tgltaH2p/8+e
+2QuZkHv4fMczXacECIpUbnz49jsfKjInwxzdctut2z5WEnU3vPm1X57tuSEnO48V9DYcfu6Nzi3/
+8sSN+RXmS0+eRtYBkLTaijt3qHde8b1wUiS/snSruO8OUWJ5vPjjf79Nr5pH4+QE6R0ZudB88K3f
+H7LNQj85PSF/0AtZMbV/kXgccdpdsRxZQUZebsJD1G9dU3W8hfF5wWHUQ/jS1t28adWKArUIozK2
+bF/1dgcaCQWRifoJ3MbmY3t+8kYLWATRgKo8c1UVd5S7tyAvLd08x45UkRgz6rPH4+kIcrkHFQxG
+vYgTX7m9nFBBHKMFpjz7TTWHu3zx6EWxkWLg4O5dh1872c8ybNinvTF1VEwQmdXlJrVygX2PlSJR
+XKmLC1wQdSN1RxoOn33jLyiL0OFQqcm4WZfD+uWn/vx/aaanbsorm5CTLkGHQZn95q9n63vtNImj
+gtxxQ80/PNC29zX6we/m5qaZgp1t3tGBQPuZn/7DXgEqYEhKlSteUxGHVEP06eb0wryZl9oSi+Vl
+t0HxVrW17B/s7uxtQ6rKQZZ4PYHgSGtX89HvnHkbygYdjWZuqt1qSt00zjUK5NIhEYlyNmyu0RmU
+iChNkZ1ZzDQFXHFSrpX5z/rbu17WZX1so0EmEiChIOkbHQ22tvzf104JMIwh48o84YpKhpvfXW8w
+ZmTlaDhLbhKQveF4usE4qSgskJjf5+huY8oeU6mVckQqUKsLSuj/OdFeoa7O4kzxyzLw5F3/sK/x
+jX9+rsETDJMRqbF4Q4FAgOiNusH9TVYvLtc9sW4aab5I5Td31Xr/GUdfXYO1sNhxaA+R87m0onT1
+mDt1mst1alqpqShHuBof9cqi0vYQ22/3EvGSypKd7YzCOoCo0+J9rbbtZVvMBfLA6BX5SrR6Tvkq
+Ib4+nuwfgaGYUKaSEkhuzaqRqL/+V98/W3lPIgPDhTE/Zeu+MFxZek9eUeECO37OXsiozMXbqlP9
+IwiRRCxGQlGukjht3cqykkITovQS5eUr8f2INxoaG2Osnk7X6hs3p5sMk588tawbZ6rvBaYt3SqV
+Up5eoSdwiL25M0F6qwu3bM4sKrm1aUb9hOGItjjHeM4SHh0YRoqvdNi4yY4hfHiimhBFBGKhEBGQ
+DDdGioPrVyIUEhhKsmg47KeoGMRD8lQCf0vdie6GvrQdX9ueh3g7d5+hLxkfOHykYE6912UGpUFR
+oD7b00cViBDNZVmFYVgGYVAhQaAYZwsSApwQC+NMKqgJGBJxN+zePewWr3rwa3eZwvaGV4+rUjoC
+bGVcKAQJtIBGQ/+QfSxmC+nW6BHMC1GXXbJxfclN5VnJs6rMTL1IyRZ/SbPWZ31/3188B3O3rNi4
+onqipiVdoZHzr73k0aze8fjdEmygv+N4d9K0RZxtloHeneRtj9XostS4IAzfKyNkq29/enu+QsxF
+hkhOaE0K8QCUPQFXs5uq2J+Gi/0jstevXRnGu0YPn3Hnr1ATDGAwFty09fFNIPS4ZJfpNVym70re
+xnHtArl0oCiKi8RcenMBwQUEksgqytrKm82Gol6v7Y8v/TxgWPdEVQ58gpyQrt34xK2ZCgnXnY6Q
+4xqzVAzWM3yBQDD1J8AJOLuIX+d0jXUd29VpQf74zAWpUixgov6Q0+qMNQ1szM3Lg0zLfdGEDDwh
+P4cHB1ob33sXWfP457IlUVddiz0AZV+IaDfd/akC21CX5cJvv3sAK7n9SzcUJ24dZ/HKL6EvNEkd
+ruHTTR3B1v7a8kpzfhoRG0ud5XptMiiLEUIi0akdSjGOCXE4iCNEeW1VU0PMevoosZk+Ppxzw2qN
+WoX6RqbIV2aFuH8u+epi/4hL9f+4UCQgcDroDbFSKYEnxDCIlThF0iBY4JMXIBw4Zi9kxvtHjPcM
+DMFBLsxcQATcuk8EIQRHFrJnnFuUkGaEIjEkycUng6zzTifrxpnqe2co3QiIVgG3bsI8okEmEylE
+OmrA5Y7HFJDCYB+rNFr5jOmE4og4q7JCLwy2nz1wsG4USa30H7MHXIMdVoyWKuW4K+bzOJyQThQS
+6BiwyCKM1mCAi0AReexOr9cfQ+gg7R3oHs0Qy2Wc7zKO1zJg9w9jmWvXr1lfaVSJCXYhC0vhGp0p
+Y3WFoGP/a6eah4d8iYOJUA1aA/aYmJAi8vigdZSORLhP8DkdncM5RqNAMp4qDIU4uprtDK0tXLem
+amWRGmewOS4VOx0QcaPtR08PehBp2Yp8KYYrIeooXAj2Rs36DRu4rTwr02hUmgpr1q9bWVWWK/b6
+nSM9Y5MX14gFybHuUw6JLq9q3cqikkwFk3L+nENt/f0dVMb6GwqMIm4UoRi+V6TEoqSssLByDff8
+lVWrctXCuUp8oS69LDcvi/DtO9zhiAUImViMSgQ4q6lcsWY999jqopK0yXU41z6Q1wxCp8uuKFmx
+tqQwz8AO2MbGHFEElwplWJSWFWeVrq1avamqpqYsm1teNnXLtcFndY3Zz1Ol69dX11SVFhUVlVTV
+VG/cuAJvdzu8tmRZmI6gwzVmPRfQl69Yva4mO0MrgUKT7FiUW167YmVtRZZaHelpHvJ4w5PL5yKW
+X6EpN0NpFlsP7znSL6/W67SGiWaZFHJdRBCxjYxytTagUG02yuYzZ6SDAaDOKtcLUW/PyfaWpmjG
+qkyNTopPna9UC85XzqF+n92j33jPGtH5JofTzcUrIRGoTFnaYZvVYbNfVhWTBF6qkMkjCBYJhxPV
+TqPDtkjYkzq79IhUUrXULB/o7PL4AhdTaFaybqrvnbZ0LwxcpzGYKwp9TbvPdo0kXpRg5vo90IOK
+nKo1eZ6jA91H9x+QhHIRriMj7aUFsrgxI8+cXVgsanIMNh86JUynEG97dyTbZCjI1yOIC/QT6R3u
+6mxE8D5/xNFhlW+8Id1gVtGXCgsmFspYxjvSe+qMK9Y/4Aiic+wVNxmRQp9bvn69+e0TbXUKyplT
+CE/jBiSPhjWKnEyNOs1YUVjffbr+nE1qxEbHLG6nauuaTJHyUkkAY1kmUXpCrp6OMx7C3WsN0llJ
+lTxPor6x/u76U0IlPMXW3RlE01dXbSxPR2lEwUXd2GB/w/vHNBUJpQ3+kwqTMb7OYYghuUSabpDK
+ROLJJR4VoLhUpna4+ppbwoy3a9hFImYWCVgbOxtaGnsEeTWDjfWDuNhgThdI04zlBXVnjp2u8xpt
+WmHSNanKnLO+FRnzTGZHru3g0cZy+TqVKUdp6u9r3HM0c4VaCoZTwn/KmNji90EE8hoRGh0btdvd
+IYY06tSZYSVOyJUK1JifF2o5daLVZ3JpREn/qTDjmn5CZMzqsnsDFbfd9fEN2QpRIjXIWGDotPu7
+Z+xO65g4P3HZ1IArIsbFMtfw+XOkYKx7yOmldDkMjXiHO0ddniBJxo1ZOnNEEcehdEhxHBnqb6qr
+y8utQgWLV36lxrzsNIvR93pXxidydRq5iHMILiI1ZeQoh0eH2w6cUoEICvd0WnFKu6I8nWu8wjMK
+NM2nY5bBOkPxPcUaPdf3iyvsV+Qr81zy1cT+EWCo42JTrip8rrnDacMr77o/o+O7ezvbxAJlVY1J
+LtQVrtkkOdLfdoEKx7PB9kxONpF6UEI/GbJyJcNjI21nTqnTScTXN+qPTNFGPgcm9o9ACJVZZ5Lo
+p/NaRHpNVlbtyrOHj59pcBsgNrjpYNJyMtEZZB18fsw10Dhw5ffKpi7dC0alNuWvuKmwc19Dc33M
+Z9MZkGAsMjSL+SOU2Xm5BjM6duLll4+cPX3q9OnTXfGQrPi2bdlyTJuTI/QNt57c+faBM/Wnm8i8
+u3Zs2FCeL4qSEVvTrlFC6ezvO/f+/jPNQ+HCR57eXGJIF4f8doelzavatD47xyj39rga9u483HjG
+ptIQ8YySfFNehglz9ZwYkVTXpGfNfkx1AqFCZCreVCkeOnHk5IF9hyGo5y6cthWsWJNfkmPUKZTZ
+OczZ118/eerY8foRjyh3y9OPrFETUsw31m3z+AntupW5mXq873hX3dG9dYPNLk2hijLUrEg3S4Te
+i2HWzHJMNZQE98C5lvaWxobzXDhOn/al3fHxLdvXruCcS8iy2qwcYWSsq2HfngNwHnDKlXE7MnDo
+f57ZCXvn+7Tm6pU3bs1QxCbEhkKIyGV487tnzpw93OqzhaSlaQJ17Xq0aWd7R33D6Ej36dNn4eZu
+WqDJqa7JL81lW9/bfebsyeNwsGO0nUq/oQS1NdloTbqprICb42FqJqQR971SIULLsPZd9UhWQVFl
+hVFDOBt3vn207gyXGYZiAZFubTZ7bQK5ZPNHxOiYy3LWq1pRrDMLWceYrcOrWLcxTS2W4qHQ+G7g
+ZNPhN99+e1fL+aau0cKK7etLivMMClV6Ntv7/rstDcfPnzvR3D3cT2esLERdrba4KkNbXGgSQ7l3
+jzaOJHazdKjTcnZYVLHCmG5Uz1dKXTZ/hKOvYWDUFi+5fVu+QpryEgQYS0hjPWc9GoVamIlHLa3j
+CTo5fZVShA6yjW+/d6Tu1CAWjwvyc3XaopJc667n/vrOm+8drGuyDYYq7/zk2gKtSRTqc1iO7T9y
+oS6UXl6Zl0YPL6D8XhEMRKFwEjUPrcvWSMSTzhry0qWicRF03icuX7P5vq3VEq4gISJRzNrjdjn7
+crc9XGlWceNFpAqFMmdyvmqbbeYHYlTM0XPifFvXhYZ6uPl03fkLfaL08JlDDoFGuvbWmzP1Rvz0
+wRYyKlDl54OCkmfWmn3HjzUcfH/v6fHJJmIxS0KqrFmRK5WkSwJ9Xc3v791z+nzTaWFauhfJy8s3
+lU2Mq9kLGZBX3Z3nG+FJiYlpTre58bgmo1If6b4U7fAJ409OzzYpzUUq+6uvHT9z4hBExoifzt5S
+UqwX9k8n69yqTcW+o+8NUYrLv7c0XTJV6c5WRUP9ye+tzZVOPxHa9AikanV2xeb0gSP7D+997+Dp
+0w3n2xyzm3+PG1QcC4W40REcGEEIL84RwJDRCPyjEpaJQCSTibmB0MkB2LtEjzxSuba0UMpMGIAd
+p0kyGqIEcrkQR9gYd3OMQREBQaAMLhRxFagIFfZFUYlUOIcx1eNwU7yEQlGSSraCca1iMplIRAjQ
+1GjtKM2wLIIJEt8g4jrA0GQ4RtHgO8FunErcTLEYKsAJhBGIpUIwUajxMM9y2BpYFHQ0EI6R9EUP
+aDxyUvuTo46rKJAQKM5SgcTUU7DPNXtKcQEzMTZYlvuGQJRm49zQRgGBsgKpHKNCVIy8mDyQQCKx
+RCQRYcil74WDOCaUqKQIGYwxGIFLxBdrja9kYhpx38vGqXgsHKAIbpw7DiGYkBkEQqFYJBey1yaQ
+zFLNH8GwDBX1UwKZGIfgUiQZIjG5guDaAuLx8V0WPiAGaZqoWhCKFBKuJYSNsxA7wcSiqfAkDEeF
+UrkEoUIxFiME3IQRcJiKBZO7kOvhRVxc4XDznLN3isvmj4iTYdBXEHq5aEKjD8vEY8FQnMAJgRCJ
+R4OUQJFM0MvSF5KXS1Fu1C3EOYbgoPwhpePwTSTJjfC92EEAQ1koKtFIhEYRQqaQCDAa9uZdfq8M
+BkVGYBc0LIpddhaZKIIwQiyBfxfzBkNDIEj4fKmKuzXxykmF/er5ajJcZgj7QiT8P3kARUGKEPEo
+i0LiSmQEyJggBA1kiIQbcg1vuFTYL8o6homOSxUEpSPhaCwCwYfgEQRBJ+IKss+luJq9kEnOMkUm
+xQQA0QFlUIrHJ0R78hMu2019EXh4QinYMXEqPIOskyKxcBwRXPG98LApSrdQwMQjE743FbQ5AmlF
+hwPhZK7jonKW88POlZR+knziYodjHp7FYMn003UGv34uz0eBD39J5uHh4eG5Hlki/UTgQkPuqoos
+k/LaTjzMw8PDw/MhYYn0k1ysqLnzHz5789rcHL4GgoeHh4dn7vD1ezw8PDw8yxFeP/Hw8PDwLEd4
+/cTz0SGOICN9xw61NVxa5YOHh+daESHDfXWv7TnfNTZ5qg3nUFPd2X11HQGE5kYDXILXTzwfHUA/
+Dfd/YPop4B/tH+nsc8W4pQ14eD56REluEZC9jZ1j9mjqUAKHpanuzL6znQHk4mjQFLx+4uG5Ngz1
+Hdt57MWdzd7LCyEPD8+U8PqJh4eHh2c5skTzR/DwLAlzmD+CckXH6t5//eRYKEoiacai1WsfXpeB
+nD/8n7s8xpX5D9y3Uk0i/nPHd53sGbSHEZVYUbnxqVuz5Q7bsabhXodkZbrlwEl3JKosvyW/qCDD
++ebec85wLC7N21S4Yuvm0sScKIHm1lOnz5/r9nPzlJauenh7SRFBd7c177ygXK3r6uz3OH1CfYFp
+1X03V3m63n7j7JHzgwFEVFShKb/rrk0luUrXaMfZo++d88J3Idxq8SVrb6lJ5x58Vfj5I3iuQ6ab
+V6j9xF8ONVxgs7+RWPcy1FJ3tO7YmV5u3fmrzw/Lw7NsmPX8sD7/SFvb3lMjwnSl3qAVkhhK2aVZ
+OUq35UR3VJamKcvRIwMd7xwYikgEGrNeQcgox6i80CB3uRtOXjjROiTQaTVKJWtzOWwDVh+JyaQK
+jYqxOceizqgip8osQaz9R471DQWiqnSTTqWirF5ZulAeF4w1179xoE+eqVCo9USQ9Lo6h0S5tUYk
+6PSNukKkRF2xIiurIC+NDHafbjvbMowVpmfoNdJg0BX0eBDcoK3f/3pH05mu1vMTNzAldca01Kde
+MT8sD8/1QJSMjDbtOjsU8Q2P9PS0No1zoWnEg6ozNqwqkNt6Duxt6PB5pNl5mSq+fo/nwwjt9Ay3
+NRzupnXZxrzSnGyJCLO3Ndtp6uL0tPEg5e+oP9DsZZRquCBHb9TYO9tsfl+Mm7c0LoggBSvvfvzW
++27OE3vd3Z1j5ru23vvkXffdXKJiYr3tw1GajvZ0nm0ZscdlOaU5+Xk5aV7biG3MGoTbWZT1Sapq
+b3rorgfuXltiYNvOjwQNaZvWF1dW5JrKK27/xO0bikxy93B775BFnHf3Z2575DN3PfhIhYGM9R5u
+t9MDfT3H9r61669/Gt9aG075PM5UyHl4rmNYBCEDY8PDvd0TsIy6AmHuJI1E+86fHPBgeWseeeJT
+n/wkr594PoxEQmTAaY8Ot77zq3f+9OMXXt196PwoHQ2A+5W6gIoxXruHcXUff3n/sz9+4fkX3jhu
+Cfg8bJxCELkmrWj1HRv1YhGRnqPTFRTLzbkFOm7RVW5XaqQ8PjfDup0ByjXQuv/ECz9+4Q+/eGFf
+59Cok6GjCCIWCjNWrinTaBSIzijLMOcx9qCXocjUm1MEfOGIMi4rzMlHBDiCKKrg2bnpbopUfvLL
+/1K+Yp04sRgvhmFKtfaex55es+WW5H08PNczoHFMtfd89rPf+v73vje+Pf3YtipuiTKGQdxOL5kh
+0ZuzMuHaGWeZ5+G5ntGIFdt3/MsvvvLjP34Ltm//y5fvrZBLJlaICRFk9canvvP55AU/+N9vfXJT
+YcbEBZ6vSmn5LX/zqeTtsD39wOYKc+rMwnjoqb/dfMs98EOuVH/5X/5fYXlN8jgPz0cKXj/xfBiR
+yIQKTEF3dveSDKpUafUqtVopFV5aG4kQYWqVBuu2jQT8YSl3gUankotnuy47hiFqvYKwBV12q53g
+bodNIRUn1kSbFQqVVOIXhHoG+5A4zXW1GB0kR5wF4E7hAkQmV26+9d4v/fOPn/zqv5mzcglivusY
+8vBcR0Cx0urVwpGI02YZBneK5PUTz4cRXK/JLFqxWec//dbxN555969/fPednfvPD0fJi+1PAjmh
+LFm1PRcdOX3+7T9zF7z2/Lsnu8c8sxu4i+KIqLBkbb4aHezc9RfudtgO1Xdxa/NPh1GuFhJIW+ue
+5/ec6h4LajPLCrKzov3v/HHvK3989/X3evwyZcWmfFVq7VFTenbV6k1lNWt45cTzUQGKlTh/xcZc
+DdNf98qzf3nuBb7/Hs/1xKz774lFUqU+Xezr6/V6HG6Pyxdlo9Kssmxx1EmLTdm6nDy9VGXMlofH
+rN6xESdc4A/4RDl56RIhibC4RltWYhAjAjQa9pBT7ZYZxEq9SYqQfq+l3w63w4abdQa1QYxHAwJd
+Ta1BKRQLKCoUu7irliJeihy12gIBMbwoKzNTJxbT9rZmp9flDYi1ZavKN6zMFM1q7VG+/x7PdUic
+icc8I5S2siwtTa2+lHljIVeMJdSmypJ0icKcJqFD3tGenhG3jx//xHM9wa+fm4Qf/8TzUYCv3+Ph
+4eHhWY7w/hPP9cTM/tMzdZF0NSG41AviQ4s3TGcoMd5/4vlww+snnuuJGfSTPci4htpTOzw8PNcV
+ZeUVqV8T4PUTz/XEDPoJaG9r1el0YrE4tc/Dw7PsiUajLpfrutNPDE3GaJphhTIxPqtOTTwfeq6q
+nzIyMuBsap+Hh2fZEwqFRkZGptRPy7l/RGD4/L4jb7+2vw+J0qlDPDyzhL0mpF7Gw8OzBCxf/RTq
+bXBSUqTwxlVpyOxH5fPwACntcU1IvZKHh2exWb76icKUanNuUVFuugIR8LV7PDw8PB8xlrF+QsUM
+wwpobtr1JSbsHxsd6Rt1kQizHKxhNo4ERgd72pvb+/pHfSQcSJ24KnSc8oy2t1nG/P5Y6tAcYBmE
+dI32DVhGXT4qdYyHh4fnGhCNREiSpGmaAbl/sWZieeonFmFinq5jx44e3dMwTDKzF9DzY6zv3Ilj
+O483exHq6m+KUxCRociShYplqWCk88Cet1/9y2sHD9QPBWatn9h4MORuOf3mXw+f7e9z0Uzq8Kxh
+KSTQWX/g0MlzPUPXwCrg4eHhuYjX5wsEAtFoNKmikgeXpX5iSMRT3+aUR1wRhbO13oNQc5a1S8dI
+14kDe1/cv2ShCkajXfvfaxPm3Xb/Yx//+M2lmlknUnAsaDk1mvOZR9LFEdQ5HEwdnjWYENGsuvmx
+R+6+ZUWpInWMh4eH5xpgt9s9HncoFAIvalnrJ4am/QOdYUVGWp45XRHuHPBRc3cGlgzOf4qGIrH4
+kvlPbDwSlitUKp1eJpMQs06hKC4XKUs2F2jza4sy0kyKuUcZimAiiUwmlQhn/1YeHh6ehTMyMmK3
+OwIBfywWi8fjyfq9ZTj+iabCru53XupI256pDEv8wwetpR+7u1gvJQRI0D821nd+BDEgLq9Em5WZ
+l6+U+i3n6wd9JEUhSrUps3h1vg5B/H11/cNjowEEEQgRQ9maQqNRJUo9PgnpdluHWlqGQwgizpT7
+L4xEXIT5sUc26BERaR3sGewbdIYRAYIYClcXZZhUcu4eEPiuvnNn6o+19blZRe2KzJyy9UUEM+ay
+WVxxNeZwSPNWFKjYMd9AV48r8RZdUXFuRpGZoKLOrhODuJ7wRiNOpx/DRbKcVZVZSq2MCbmtwy3N
+A0GEZhFlerpCikdbTp04MYQWlmRWrawoLKww40h4uLV5wOoKxhCxUGwu3VRiFIc8XSMT35uhiYQt
+A/X1TlaKsDGZviQ/p9Ksm/a9OMQzTfqHIe68sSCNiFUmc8mqYp3L0mCJinWawhyTIOrqPN41FvVy
+S8KqxaaSTSU68QetuGY5/ilRfb009sNkoOws1+GDPDzXB8nxTw0N57U6HZRfI0hrlUokEmEYtvzW
+12DCZGDk3Cm7srgsN0dFREPDbWPasjyFmBCibnt/28lXjw0JGJeLFWukMknY3Vhf12lzer1+hzsY
+jdPp2WliLGRp6h8cHLC5PB5rZ3/ckKbXqGUT1goO+4fbOxubzra7gxFfiI76bQEKkWqryrOkQW/X
+hbbW3k6LMxDw+UecUb1RplJquZtBP7mHmtr7+qyOMEkLBJTYnGcOOS9caDjWYkFZrwPR5hiF5Ji7
+r71z2Ov3jfYNkbhYaU4TIdHeE385OBCJ2Px+j9XiHulrc2vMaWqtOOAabD927IIzGPb5/XGxBNyn
+YEf7oCsYxRBMrldqdRnyoK2prrF92GJ3+z3wmb5oZo5O6rLWNUx4rwIL2qwtna0Whz/o8zv9MalC
+pJdp4v1Tv1clYELOsd4LDQ0dIy6vx+ePIUKxMS9dYbnwzllLECdyckx4zN17pmvIaXXaxxzugVEk
+tzBdJsI/2L6UoHWmW18DcDocSqVyStW1RFyhnwKxYMOrf/e93z37/LOvcbz97h6LeoNRI9Pwk1rw
+XH+QCNK2+z9/+odf/v4PifwM9GBFcq05LWGzLwoURQUCgd6+PtBJcrlCLpeLxWIo4MtRP7FRT8TW
+drjPUFSRnZ2uREOBWO8Fu7nCIBfLiZDfbum9MOCveGDHzStWF7D+7vYjb/Rpdjy4af3qtTmICPWd
+supqMqRac25GQWVZRX5Rrth76AKZnis16LTjUosZajtZ39LJpN379EM3rylh+myW0UFGk1VVkiXq
+OfNGoxPPKr79zu21hVXqgRaPChMoc3TgfoGKUpmLlFgojlHG8o994p4qvU4WsnV3WxwsU/vAJ3dU
+5OnlGpXRmFdZWl5aVaWmLvSFGRGaZdaj9q7jjd3Syop1N35sa2mJ3HPysFVWlKEVODzDo0eoFZ94
+8PYtm9ZXFRbkZ6ozShXuM57Mm+9dv3lFrSkWDXTt/dN5tGpz7dYbt5RqcqVDh0eM2RqSGu2/9F6t
+q/9Ec1snk3nvw9vWVtcaXK4oMhKWlGiDU7/XKIgNNJ9958Bg6aO33XLTLTesrykvylYxOObuP2eJ
+SnSagpwMOaHKKMkpqqyozDQRpPdke7SsRqcQcq7XB8ey109BMtT2znfeGtbmaMtKi81SHe5orZfo
+8nSGdPn1MJmrzzPcfuQ3BxzmbIlMLP1A05pnGUAhSNf7/7O70ysUV9eUZ2rNEnt/u0ggV6cXaxdL
+QyX1U19/v1QqVSpVCoVCIpHgOA76adm1M1ChoMfSz+RlK+QyCSIFdZqZTZ9r7He7k+39QlxgLMrX
+yWUEEgZPy2END5x84X9/99Mf/uj3b7x4uNfl8jJxBhk5c+LtP/7ov37x81/taghGAok7LxHwhzCD
+IKNyTT48DpGXVmRnZmfDcYZBPB4/5Wiv3/v2r3/4o//30x+9Ul/faQ2FZ15TVS6XGYryNRCf3J6r
+s/foiz/6r//+0X/99WCP1ZG4IqHb9JVleblZOricyCsoxv1IgIwgMiESlra+++qZUYtnqj7dFMm4
+nW7G3rDvxRf/94c/+uUzv3i3c3DEQZJw8YT3wheFHf1D9ft/98Of/viHP3ru4L76IZ8PYmya9zqd
+Qad/0F+6coVBq5lmjTs6ivTte/3ZX/3ov37359dPdsGB1AmemYE4N1Xd8tgnvvqtb/3jV7722e3i
+E4f6ei02sESvA0A/Nb734xdO9Xqd10eAea4BuoK1Ox76yre+9U9//62/eyBjqHO4qW1wHiNYZuRi
+lTz8d6lmfrnpJ6/XPdhwYtBev/Odl//42//7vz+9vPPd8w5fc+doIOjlLgBrFcNxcP1Q7oMYMSEt
+3fDgw/c/9vjHP/HkJx+59/ENRmm07fhJu19Uuu2xRx9+4La16WLVZfY0A/EgQHEhKCcwfTGCAF2d
+shRBubGm7Oobbnv88Y8/9omPf+qzn75z1apcVfLkNKDghoKS4MzoYG9r01DriH7zYx9/5LH7tpSa
+zJdsZgG8RwC6BMUQAicg9AwEPz2j4qaHP3bPZvzs6Xf//Mr7dU1jqatTQEgZNI5kV2694y4I0uOf
+euzxT3725uIcnWTSe7kBA2pN5qptn3j8UYiKT376iftuuq3akHjEVO8F4vCPAD+Ei8kroXyRsQvv
+7PUrSzff8dhDd9+8rlKD8J0m5gxBoBqVVhaIh8hoCGHoWNRntY9ZOZxedyhpkZBhr8/ndHk8btuY
+PxyPBifu0kwMTrsSt9hsVm84wnUbjdNk2GdzhcJBr9tpt1rtTpc/xlJhr8fJPX3M4XKH45CVuccz
+FBXxwwNs3CPcHn+U4rJLNOjwBL1ej4d7tM1mcwZiMZokQ8GAyxdGyIDH4fT4/VEaYeMsHfI6UqG2
+O+BFSPxaNO3xLD/An1FpVPIoRkZC/tSxJWWZiZyg0+dyd9G5lVVFRYW5WdnZOYXFRdVVJYIBnyfo
+vKzHNOgXsVCKkpQkKzu/rAooLSw1Swi/pdfN0sqsyrLC0iw5xmLsZV3ZJGIh62c8wwMOhGaQqHXU
+5XZxHRpA0svkEpwWEHKJvoh7IJBvvrxvxQwEbFZ3yI6ZKirLK/M1CiHBxlNnpgaXyXRZRZUQ0rw0
+UTDotVvck301AY7KpHI0yor0uowSLjyV5VU5GoVkcs0LfJEQFWEYo8gvKavkLivKztFPX58klIsV
+Ep3EOjgYCIWm8ouoEOUaavaIVekFFSXZOUYJQy1Rf8UPNT4vdeH8wU135lbmVqkQ32D9of/c+sAd
+Wzk+829ff6U94ZQ2vvPvP/7vT3/xH//xG7ff+dNdw4f/nNj9p3/6xm13/O+uEc/pd//jx19M3LL9
+tq3//u6BdieCjFoa3/qfW7/y4rvP/vtXP/fo1q0PPPXVn52Ktb357//8+Xvhwjs+/vRX3xixBRIp
+G+zuOfCzp7duvZV7xNe+/cuDrUiAjp340xPfeub73/mXf/lS4sm3fPo3p88MNte//sKvvvz/3qGa
+fvcPH3vin3/9vwcGENJF97/8vU/czz1369b7nvib/zmLOPnhcR9NyBhSf/pMySrR6upNutSxJWV5
+tT/FrJ1Dg6NtolX33bN5RUVZaTFQkJetJaxnh7EcqUKsjLkGLjilK1dmqIQyERuPBSK2vh63QEAG
+Qj6n3RPwRAUq1tE1GiAZWkAHXNbh7g6XpKjMbJ7Q/oQz5JjFMzrSFZLgEbtztLuv3+1HVGnVFVlq
+hhobHPOE7F6KoLx2IMSiGMHNoJ6C9FiGnXa7XyxjGFwuDnr6bU43Iq+qyJIieGTMYvfYA1EpTvpt
+Qz2ddlplNuaZ9aiz6/gQXlRiTINgxKjYxV0tTgRGuwatHpJgA/64TCc26rKl/ksXi1kWo2MjXUN+
+JBIKx8NuMGDtEVwqmvxegiF9djBy+5yIJA4mtcPuj0VZRibwTf3eTJOWiLLh/u5hFI35gz6nJxAh
+CaVU6B5Itj9lG3SUrdkSlEhYOui0Do4OjUQ0NYlo59ufJpBofppYfCJUdODkMztPtJ49eGjXu28f
+f++kfP1n7tpWmW6S4AKhVJ1VVbnh9ltuLU0LhKMX7MSmdWmSwaZX3r3gVYhv/NhXHl23sjTW8/p7
+bR45t/ux9StK0tL0GbkVmzdu3bz9RnPwrRZxVp4yV4KMNB78/Rv7qZKqrTfdvzU3mxl87rXdNt3m
+tTfc/vD6rCzU9+a7geo7SozqsZ49Rw6+YZF/8m8+dt/td1dAlsU7Sd06s/Xwr185xOTq19725XvW
+bje79hygNMW5JauzMtSE43hw5Vf+/pF7b76tiohbT7/0zV+Prnz61oce/NhtpaWq2NE/nxJWleu0
+cuU0FcM8HyLAxBmu++ueE2eOHzix77233nttN5u3Y/vNm4vz5IuW/Mn2p4GBAZlMrlYv4/YnfyAU
+pujskjwtVxOVBH7pcktyKCocCoQEuEiilItxNFEppdZnlt9w9wrt6IkTu1556cUXXnprz1uNzoip
+qkIbIrsO7Xz70DuNpNokU8hwfJIKNuWXlJYVCS3HX3jjry8csAsoeUa+TCISCFAku+bGtaVplPvM
+29wDYTtwodky0ZU16U1KlWyoee9rr53oHfFQhFgi5u5NrABiKs4xigzuM7teeePlE54oIdRqRAQG
+EkwoUcrEwmQwJuwGLCNN+5Mv2nkmGiWMpQWKyRdLRZKCzQ9szmIHOg+9wV35ymsvHbvivfBFVbWr
+Vhmx5nd3vvoSd9nuE0fa3dO+F+Uco5rbb8gZOXk2EXVv7T1Sb0XJOC6SSSUSESHXiHKq1quG+k/s
+evO982eHmPQsuYRIRjvPzEAcSbSZhUVVtbUryiorFMjxY53dtuEIN82xmoh3dbQ3Nnb2dvbabSND
+4eQob5HCWFC6btOtt5RlSoXixG7JWtgtz5IJDUIk7LE3NjY3NfaODUDSB9xcy5AAwxSmgppVN2zb
+fu+tm9aUaBvbGVNN1eZb77j31hvXFWV1nhu2R/1uq6Wr+fip+ta2xsYmeG3j2bbOpk57IpxiTUZp
+zfqtd9x1+20P3lji6g2MxuIQjPWVWai2ePWNW1aVlmso37Dl6ElJzpYbtt5zxx13PbB9y9oq6s2+
+MZ8rlHgGz0cCsdKYk18B+bmydrVR3N442NTTPefx//NheY1/YqgoRcdpgUTKCfXUQa7FhApH4lwj
+CoEwZITGpFJCkJCVLMPGyXA4FmcTtU+oACVEcjEWj0ZJiqa5Aaeg5xhMJOZamCZ+JUNRZAzug58Y
+QWAsgsHNEm40LMrAGfh3cUgwLhIJhRPH/UAgSTIWo1GEEEtFKAIviiOpexNrVsE/Tuhg8EZWQAi5
+9h+EigZJVCzGCe4gfE9qF2NZOhUMrqFIJIKQYuNnuYvhOMt9dAQ+KNmeMOV74SqapuCyi5NaYAQu
+JKQEO/V7L+1GqUSrJCrACTF4iTQZIlkMF4gIHI1TiZhlEAzFMALiUswlyweropb9+CdX2HPiJzf8
+WfTlr9340A0b5GPBgb3/+uSzkk9967a71tSGmupffeXXXW6aDEdHoiJ95d0//a+HM0+/+bmXBhQ1
+K771+XvTwVw9/ecnYbd6xbeevjeNQaKj3bvefutEw/5RnzIeHb0Q3fDNf77/gXxj2/5fPfJ2zvO/
+3rEuq1g+2HN8/y8fejPnhf+7tPvgGzkv/t+O3M7mF1799Z8akXV5asjLEMCs1aU33PjtWxz/feNf
+0E98dstjt2zWe6nIyf/e+izy2Gc3P16S0XPg53e9AvfeuSG3lLnQsn/fN74w+uSRb24tT0tHEG//
+mdM/33Fsy5F7NlSsg32eDzlRBDn16/tfcJbdtOZvH7/DEEZc+3/8lefGCm/f/PnP3J+TumiBJMc/
+HTp82Gg05eRkp6enazRakIVcF/PUJcsDjBBzExgIJygnAEUxoQxcBTFBgAgHD0CU8p/gFIbiYplS
+pVQlUMqVIK5RAQEPgUNKpUoulcrl4pSgnwAoJbE8eZNCKuXmTJBJhElBjxFCiUyRPAfIxJcNSoVA
+imVwQqmSCiFA4MdcuheUklAiTd6sAG9VLhYJOVWLgeMiv+THjO/il4KhgrCKCXCHJl/MXZ+Y1kGR
++sap3wtX4bgw9WYOhVQmAn9nmvde2oU44lDKZRKutwjnP4m5+SNA6uJCmZJ7K/yBszKZKGkT8Mwe
+oRw3Fldk21E6FLR1d9ef+q8/qz72vV/87qVffvcLd2w1pa6aFpZGbAdeeNXmUt77w5effeFP3/3M
+akP2nBZfxMCgyMwqfvBvn3nxzy+9/Ffgv7/5H/cUpc5eFUhwAYqzYBwxcTCiGCpOkaGwhMCxZSY5
+eK4JAgLRlRRkhuSE1/tR7B/Bw/NhIualLA2nOrJYQqlGfaGIr7s0S0vgElfXUO9Q42DqqmlhGMQ2
+MqKThEwaQ8xPW86c7oiM+VInZ4VWp1a5BY5DL7wx4kt2l5gTYGAZiFx2V0tTYMwBhm6Po/P88+/t
+yMtVmpKdQ3k+UtAxZLSuqUvpJQ2Ga9I/gtdPPDyLCzgaA0ee+e53Pvvoo5/4u8//e73+c1+95abq
+8qICc372HbFnf/HVp57817feanapzakbpkWAIyU3btT1+XZ/98uf/9ZTvx0gpZR4Tv6TIL9m2/Z7
+Hs5y//JvvvbUY48Cf/+T7+zsTp2dAoNCnbViS/v7v/jK3/34L8+cptKKNn/+R/cE3vrefz396KNP
+fPeHr41Uf/8ra7N1him6p/B8WBk5/+6vf/yFRx997DOPfum94Kb7b7p/29qPYP89Hp6ZYVmWoqhl
+3H8PIDBCqcvNTMswm9NzMvNrb7pve3WWWisTC8UyswwlNBnG3KrKivK1a8vziwvSJSiOqs1lRblF
+6XpuIAM8TW0uLU7soohEpcRRrk7XkJtRsGLTqqKKVdU5Ro1KKJao0oo2VWdqRFIuJq7cTS/cWJWl
+Uek0Ko1RL0VxTUaa0Ww25xTm5eVXZ2oxgTZ7VUVOpkZFwDtxFNNmryzPyTRqxUKlgcCVWaacstK8
+3NJMkyE3DSFRpU6ry8gvqFi17b6NxUpcwlu2HxUECCpTZ6abM81myNNZVZvvvGlleaZ58ebrmqH/
+3jKcH5aHZyYYhplKK3Dw88Py8Fx3XDf9I3h4rgpnVfEqgYfn/7d3F/BN3P0fwC/unjZJm7orFUqx
+QnE6bINtTJjLM+WZ+5i7dcZ/MIEJOmB4C0UKbYG6u7dpkzSNu/8vbdiAbTxsKxDY9/28Xs+4+/1O
+kl7uc7+73939C0A+AQAA8EUYpUrt/ScAV7jurk44vwfAlWX0/F5BwSE/f//goCCRSMTmcEbP72G6
+untcp1+mC8AVTaNWQT4BcGUZzaddu3fz+fzAQLFAIGCz2aN9oDAqlcpbC4ArXFdXF+QTAFeW0+2n
+An9//6CR9hPn1/aTRuN5bYVlxGhtAC47NGMIhL/8AMqOjg7IJwCuLKP5dOjQITSfgoOD/yCfDAaD
+3W5nMBijEwBwuYw+YY/JZKIbqHfUBYN8AuCKc0H5hP4/+tseqQ/AZeNwOPr6+uh0OuQTAP8G58kn
+6F8OAADAF0E+AQAA8EWQTwAAAHwR5BMAAABfBPkEAADAF11APtmNerVicHBQKpMp9Dab85xuUXaL
+XqdT6kzOkTesg8sM/SNYjSqNXmuyjL41/ldup8tmUMnQP5XN5nLYLUatTGWwuZwOi0mrUcNfEADg
+Yy4gn5p/Xrvq9oyMjEnZ8+74pq52wOwd79VctPbL3Ac/2zmImM/ZIYLLwIYgFT8/8drqD3cfH/aO
+8jIPaOrWPznvoc931Dbo+juKNr8378mf6jQDkuO7P3z7WfgLjg2b0y5rO1bR0atUo3+KX1kVAy2N
+Vaea+kyI40+PAmxOh7wdnbbn7GkBuMy08rbWlvI2iRk5t3lykZ03n5wWRH5w/douFWX201+99/6q
+JaKff6is7GzVe8tH2C2G0+2nsVl1rVFVvP7OV7YeaD57Qf/TYE/Znq9ue/OXZp18LB+F0VG+6Yfv
+Xlp/UI6c2yK51C7wA6LtJ7Vea7Sc81RFEp8ePv+hDx5bmhURRvO2n4xo+4k5bvLyFf95fNlUnp2E
+rdv3Ru5PawvK/tlDr6xW65EjR/JGVFZWesciSHt7++hI1NDQkHfsVUVvNZRtfuSd7fmNZ229usaK
+XVu+zd1RojzPQYDBZirb/N/3tufVN/+1LR+Ai6qjYvNPP7618cgQYru0z2o9Xz65HBZN46FaF5ed
+PPvGRdctnLdofnhnj3SgTXZOE2psWe2WweaC0rZeldruHXVhjDp5d/3B8i61DQ3LsaOVtTU3nWzq
+u+THDr/zzz4gjkrkRmbMnRQXwuWc+eQgkiA4MTl9Ulww1YXDDPeU17Q09Mms3sK/B4vF8ng8jUbT
+09PT1tZWW1trt9vRcGpqakLHDAwMsFisS/mW28uPN2nuQ0+++eXKJQEIHe8dBwA4P9xzzz2H/sdm
+85xQYDKZIyO9nFbDUNF3Rcys8OSU6WIWxk1iGPYetcQxuUFpYoq3EiJtO9bU22VkTou01Za3tTT3
+aOxWAtOPjiafsqesTaa2OZksOh6N3V8H6RSXRlJVVN3QVN/cJlFordRANhnBeW7DR3fB7fUHDx/Y
+V6/xZ9koVDyBGsgiIGZJc0V1bU19Y5ukp89KDmST8HZ9X0t7VWlZA7oDbNNgMKq+9ubDRcdOdplD
+eXYMmU4h8+i/7gEt6rMqkw1DEvVAzxD+9HKNcvlA34kOE8cPp2qraq6tqW5s6+zpMZDJirpT5fml
+tb0qi4htc5H5dBIdq1dJ2iuKPDNrbdOYMAQqj4CzDLUdbdI49QN9XU0V1c09fQZyIF7T3t1SW1rd
+2NHdK3dxGBQihXABJ1S9zlnnP/iAdJda1nT0ZHVbc0tb25BJ60a/R3Tn11++qdZAY1FD6fpqz9QD
+VjKOSGNR0DbTyEriqViaWdfRUbm7m3PTkjih3dbT3dc2oKPZB4oOH9lT3eNwWTkUm8Pm6iqXOxgu
+It3zRbrsiLKtrE2jtmGZLMr597E4HE4oFKIbldFoRFMKbSoxGIz6+nqZTEahUEJDQzMzM+l0urf2
+2Uafb4SmFx7/l3fkKpXqcr/f3Wy39J9YV4ufMDE0PkRM9Y5FMHgCiUyhktC//58/bcLssHqmxY2f
+EJIQGvTrtABcZtL2Yy39Uiw/JzuBifyFfdiFGX2/e1dXF41GQ49cz3y/+/nyyW03GVv2H9NE+4lC
+UkJpGJteUbHjpCMlICj87Hyq72josQdq9rz63k9bNx7otOvosVnxDDy2YuODa050OpDxaTEMz3WR
+DaODaVFic+WGFx75/PttG37ZV9apcsVdmy5ESJ7d0UDXybx1D326Tz3Y2FpxSmLXMsIWJ5D0Ddu/
+eOOzL9f+tHXPiaOFOv9FGWKyonnn2rXvvJm7OW/v3r1yHq/36KkT3205pB1oqTpepObzA4InR3BG
+VxGx95ftWHNG5WhN7cHmI3sOM6+dEoyj4DGOzoNH9+14ZLttVhbm5FdvfPPFV2t/3n/o+HFDdHTL
+5+uPFhwtHupsqCw9ZI6eHMsPtDWW/fLdq898vGH/3t2/dKno/gETuBxV8RcL3qt1yo8V5m39+LMt
+Bw528WZR2zft3fjVu1/+uD8v77h9QnKkfxCPdKF/3HPX+Q8+YBym+cTae5//fO+2nb9sq1RK3OJF
+mYF4LJpPlUq7Wqqp3/b6+z/u+vm4MoAlCEkMtpuHj3+x4JN2cTwrkkbo/zWfuqvXbtq57uhgCr10
+5Xt5Tc0VvY1VrW1FGoS589kj9hSsX2ScH9Zt1dlK3n/ip4F+hJuWLPrjbDlbQEAAGjZoOFmt1u7u
+bjSrCAQCGk4zZ848T/ZcnfmEyLtOVlYdbdeGhHGJ/Q27Slqra1sHG3/+eXdxcXGTloyhcANYDm8+
+xfIMmq6qXbsKTpW1OQI4TCqbgjOrejuP/N/mvcWHC4uL2xR9DlZyIDwtE1waly2fzrcoHA4fEBgq
+P1BacbK2GTFbrX1lRQ2qYZ23+Dfyrr7ujYf8Hti+f1/eR/cHWwc2bTrfxXaVxFhdsCbguUfWHCgv
+L9+z/uOV45HTTZ2gyKzrn85750b+xAdf+GbdF69/fIPAoCr57J5DtDnPv3u4vPzAx9tfcB46Oth/
+OO+kIUB54w/oHFCf3X//86/fv/LjJ6/nTnvs24Kd799/f1bQ6Bw9mo+cXXnpQ4snRKfF5J2ssFg9
+wdzf26LR9i1cOje8cd8B0jWJz+5AqxUdOvR6Ts7z65+9//47bx1/24tbDh1/JScrUl605djRAubS
+XeVHTpWX/5A1Xqwt8HRFsKOL2VmgI42///8ObNrx1PiKD5d+3CCOvn9j+YFNu57JHt68r7RL0j+6
+Phfi3HX+gw/IjczKeb38UBFa/sPHWYLgIwWnv/aeE1XyJsu0d08dL9r1YpaktOFA4bndJc7FYfjN
+Wrn/3duyFt6z/OWP1m0ufHb5vfcv7dNqWno9a22zWipO5sWkRU9ITeSPTnEB4uPjp0yZ4h343eC/
+iazr1PFDPxZUqZ1WZ1/NLz9v/37HjuKqmqrKmiNbN20tLKiSeJ6D6elBqRvobGmorKwpK6k8sPHr
+jScrutUGz7Vgg6avprG+pqbm+KH8g3t2lfeZEDu8uA1c1c4bhUQaLvXeBxbiiXWfPbL4rtvu/roS
+yzMSf3/egRMQnHLdivnJYaEhcTkTx3NTQ1o6BhDHn+UTkYClEgQnvj9wsqdRzxDwuUwSgvUeg+IJ
+ZBpLwKHhyAwWn8/jcHF2u7SjWV6z+7t33n7igQeefvWJtYcLa7s1GBxDVqc9vve7BhydK+AxGGwO
+ncll0bBkJl8o4DAY5DOOvtFEPqsylREZEcAPTMs/2WKxaZGO3mGe2jJz2RQaQ8DhNR9oLCk7KCGL
+hEIOhcLms+gMOp1EZ/sLRWwKWT8klzUVl/7y3YsPPPrQAw+8/f2a/VXtEnTfjy4uZOrcGdOnp0fG
+RAdNzZpk5qWGhEfEhAfERAdnZWbZehxDevWZ171VZQVrX31oMeqGxYs/3lTWM+gtGHHuOv/BB8Sa
+ZObazc899V90PVbvKKqzmE/3UhEmpE3MWTwtVhwmTrpxzgSDgNHvWcfzwWJwFKaAQydT6DQWl+8v
+9OMwJmcld8gILb0diNbmaD/ZuTApNCIllIjzTvK/oQ2mMx/zes7gv9hQm4WqDb15y6Yft7x1U4xS
+0lre0Ob5vaCBIylrcJDilq1a9+l3T85CjpU0dEokLoQujMm8a+3r732Wm/v0gyk80cnjB+SI8W9c
+hgTgynHefMISEH7c5IU5i6+ZPSs9LWVcYjDHLuRSaNRfT+6NojBY/rGJwUwCDkemUiguCs5gNCGu
+P+tNQObTI2c/eMv8NGJT+c7Pc7/ZVNCNWBzewnM5nW6zzeAOCkpISp2Unj55xqT5tzyYHRoWkzl5
++tzlk4TExu9z33/rp8K2tvN0OeOPO7eyNSRQHDQvtPFIvaLtVGG33q0JnJQiIBGCsq5bOG92qFl2
+fO3b73+0o04vN3rn4WVFW1w0AjcmJSs9fXx6+qxl183OWpTERTyXFdjB4UGBQg6ZRMLxBWIsL5DN
+oNMIiGeQL8aaMRaH7cweHwQWPygyIR2Vmp4e6gk/b8GI36/zOR/QLOmrLd+yvgMXHhebPiE5Vhz0
+W7uGjoZpWLiAisFgqEwG1YJ1W8x/tU8jlojwJ0yL0GGt3YWn2hS1hxv9soUiYSDNW34hBgcHOzo6
+vAMjg+3t7d6Bf7Wg9LjUa2fEIXg8kjI+necU61VDngMINPqj5l87d96sZD6TRcjInEUeJqsMGi3a
+rOo3Hnt3xfULsrPvfWr1vhOjswHgqva/TyUyYubkrHj8lecefPy2FLeLGyHkBPHPySezxaqVK0xO
+NJEskiGpQ6bw8+NjcFgqhW5G8CMvPnQ5kWGFwmpFf2gIkUMNmn7TU8/dNk3IGjxyMG/nzkaT2f4n
+aYbDYSh0OoYfP/OmW1e+8ArqhWdeWZocHZmWmrPiznuXLfTvq8v/+peS5nrZn/f2Y8T8rjKDLw6c
+uMhVXVh76pcSmcVKTg5jY4lYdtqcOx6649qMZFfN0V++2VKpGNCdfYxKIpOIbFFQatZdTz/30irP
++ty/9OYMkbf0LxlZq4dHPtIrryzNjhagKfebP1jnsz+gtquzqeGHcuG1Dz/17LP3LM9OCP0t3wx6
+o06lsSBuB2Jq7+mlmswsDstbdsHQFmFYykwGnigr+eVU7ZFKV3oUk8c8529/HkNDQ01NTWgg4XA4
+sVhMoVDQfKqrq5NIJE7nv/zIH08kEKlkguewhkgiYhG8y4X+REYQKDQKhUzEYbHokQ0Z48SgRfqu
+7sqS9z6xTXvguVdy33rmrrnZ4tHKAFzNzp9PaGZYjaphz9MjWqu6jv38jeaWwLDwhABv8Wlqtbq9
+vLylv18y2Fza3EUZRrImJeOIhEBxlAHBSzpaBwf7+gdPlVeq1L1odZfdaVbLZVKLeO6MOUtuzBSp
+dUqX+9dT6VgMhkii2K2G4WGlWuUkEESiOEFN7YmqUyXt6IoMSmWDarPFpNerFSoni5H54NNL0wNZ
+LjQksTgckWTRK2VytV5/Zots5BEYZ1c2kjl+wsRMZsPeolNKI4aXFsNF0HWw6lTDcj0jIXraiqcW
+xjjtWrvdRSBgMIhBMySTaswWhr9AaCTpy37ZWt/TLfGsj0KtMv61jvAX5A/W+ewPqDZY3VZ5GBVR
+Dqk7apvbJK0y76QIIpNI2upqOwYlfYP1x+r6YvGshMRIb9l5kYgkF/qpVcPDcp0VPeDgxqTxMEbl
+qaK9DczMRKEf56w23p9xu90mk6m0tHQ0nDgczqxZs4KDgwkEAhpahw8fRreYf31E/RV6+dBA1z6l
+f/LkGfOnJcSImMhY3uEHgI86fz55Ot39/MSdnqdHzHvipo8oK1ctyR4XeFYnPw8BzWSjVT63aG5W
+Rs6T27T4+PtuGI/giEjAtDkz8fKi99HpZ12TsUfhUCJxaHVVx3DeqpzZWehcZ9217afysJuvDaBS
+fr2owSWRUybldBR9d+9dj6x64mc5nZu98ttHoySb1941C50kI2t2xqq8oj1rRp9qMXHaoiVv0dji
+kNTEBL4oMHni8fUPz7n2mbVri87oi3D6ERhnVGYilEBq8LybwwsHIpPwIanT+OjHNSAVnz1x5yK0
+5rRrX3r0h/B5s4KDAtNCYolUwo9vLZ897bW8og5B1vIbb7hJPPzWkpxpEz3rczu6ks3eBY2hP1jn
+sz9gLyc8LviG4bf+mzNt2oM/b2tWi0K9kyJIKFfd3P7zg+jEGUveak9NHzc/y/PN/w9EBBmfOEk3
+WPvGk3fdmfNZxbDBhvCnpYbgkyIHCsNvnhdMDbyw1pPZbN63b59UKkX/LRKJFixYgDaepkyZEh8f
+f07p1Wikj0NT2anDntuQ8w8eKmlXKv/hlSIsEU8l0PxkHSeOHjt8qqJlUAH5BC4ps364q+FY3sF8
+z1ZdWNHcOvTP7pG8MOd/fy7aplH1lLX0y9UahEokByRkRfqRCWdf4NbK2wbl/Son1yWV6pxOF1sc
+ExQeHTp6Nknb09bV3yrRIDgcuqPyV9lYAhEnmM3SdRY1Si029EfL5giCYieEcs+ISpfdouooahm0
+qIliQVD4hBA6Yh5oru0aGNZ7bgxGg0+UMIFv1A4PeebsOWUvipkQEShg4nVyRWdZoxSx8WJiQgOj
+Bacvlfy6GmdURsusmsGSdzK2Cd6bPOO6Fak0zy0+qo6ylkG52oSc8Xkd8raBntZW5chyI/wEFJNq
+sL+xrlc38gUhbHQlA1OFjo6ifnx0FD+AyyFY7Rblnw+OrtP/8kfrfPYH9BcTtJLGui4dYqf6s4lY
+HpNOj4gJpKj6yyU6q9FMtA0Nef6s/jETQgMFAtqZq0HCqYZ6a4ep48eJWGZ956BSidDHxaHxY+gt
+6+qXS2wcckBsViSXTMC273mtoORESeqGzxZxedT/fUIYhbaN0PhxODxNWCqV6u/vPzoe3dhGtzcU
+OhItGv33ma7w9+eqzdqTXy19c69EKRkZxpEZMXd/8ewSvP1gUfERY+gHzy0UVe1/atcAIyHxkVvm
+CtCvqGrrY7sk9PjERxdMo5Z/tfRnwoq7MhdPGs/RWA2eQfytd2YuThQPHt39yjPr2hCVcGIMhzEx
+3C/0wVcWiBDWBW5OAPx99Yc++W7jV/tLvIOIaPodi26+78kZft7hf+Y878/9F7/f3a7W9Vd++cZa
+5nVPTp2aOe6siz/gNH3roW07SzvM0fe+uiAIof7lW5L+sis8n1xul82g1FkcztHzyxgMFk/jMCmI
+22K1Wt14NpOCs5k1ZieGQKBTyZ6zBjaTd5BMwtoMw2YMlUakEIlYl9s9OkglUgg4p9Ws0xjtiAtH
+ImAxRDwOT2eSsb92fAXg4rFb9EaTwfxriwlHplGodMYF38x5fpBP57Co+zr6mypbOjv2to+77Z6s
+iUkCuNfxbE6nTTtQW9HVUV3cQXf6ZTzwwAT+SFPuYrvC8wkA8NecJ5/GJgCvNNruE1t+fOf9VWsl
+qStmxkRAOP2e1WroKl799Otv7m+x8SZdN0FwScIJAAB+9e9sPzltJgPaXLW4iDQum0rAjjz6D5zJ
+7XbZzRqVwYbFUeg075moSwHaTwD8q0D76Rw4IpXF9hcKhVwGEcLpD2EwWCKVK/QX+vNYly6cAADg
+V//OfAIAAODrsDabzWq1ws2SwKfY7XZ0s/yrvBMDAK40jhFoHo1G0iisVqvV6/VoAQ4HJ3HA5YfB
+YNBNEd00DX+ddxYAgCsNGksWi8VsNhtHjP6iMe3t7aN3So7uF7x1Abh80Nb83+vdUFtbC/0jALiy
+jPaPKCoqQpMoNDQ0ICCAw+GQyWRv/wj0P3g8HsIJ+IjRDfJv8E4PALjSeN6We5r394zHQ/8IAAAA
+vgjyCQAAgC+CfAIAAOCLIJ8AAAD4IsgnAAAAvgjyCQAAgC/y3P8kEolotNOv8gPgilVZWXl573/S
+S+oadr+1rgzRet6k+RvR9DuvmTV1bszYPSjfIDU37nxhfdkgMX1Gzqwb58ddjveXKeRtdbtfLfJ/
+6oH0OKH4wt6tDK44nXlv7y2sPdHjHRyVkZHx1FNPeQf+mdH7n0pKSgQCwej9T1wu97f7nwAAYwJH
+ZrCDUxKTUlJShEyzVlmvcIemxCWnxAX78WljeHuWRjVQdfDrn3vsgYKgkCA+/TK9RNds1vQ3HjjV
+NWQyjL6NEVyNqH4RITHoJh0VG05UHms2Yfz9Y1PCwsK8xRcTtJ/A1eOyt5/OUHvok91H8gwRa967
+QYwwxzhAejqK9nxx/f9RPtt708zwcWPzlu2/oa+n7EhuzuaQDatzpoTHwlvUrnJDasnxD6f9wH7t
+5ZkLM9I53rH/HLSfALhc0Ji0mTRa7bBSrVbJ5Tqz02VFh5VSD5lcqjFb7C4EcTpsJq1MadRrh4cV
+aIlcoVSZnE4XOrnLbtbrhkfqS6UqvV6rNehUdjMSRMVpLDaj0eZC3E633ahRDMlH6gwNK3VWxDMp
+YrcaDdohpVarlMu1erPJZDTohtVGi1E15Kk8rNYZLA6HUakYknkmRCtavI+KdpjRiUZmJ5NJNSaz
+bWS824U4vAs6s7KHy+6w6NApPDManbNttMBm1uq0Cs/Hl8m0Jjs8ixpcKGg/gauHT7af3rpBXJn3
+1K7Gnk65kFpWFfXi9gf8Tr6evy1vRx2CECjI3Jc+uXv6NYmWrpPHf/jPXvHdIXsLK5qb++khKUl3
+fvDuQpGQqWnc8/32r77e0OGZ78R77w3RKAc3/LRXbcFx2DE3vHjX8mtvS7RZenY///B3JyUqNYL4
+RWfMe/anB9MQPrX5xPqC/G9KHNOwBQUhN7ycGqAe6tvaJHwsveStdY3SYb9Zd8y/dumcvpcfWdfW
+O2zxy7h25q2Pv54jRBfUsuPZTVt3bq5GECweXcl37pyxNFWIWIcc/XvRBRX3KLDpKWHRKfzPj3nb
+T0hLe8mOF//7fSuCWBAkMvuWJQ+8cn8q+leo2vninqqaZmUo+fCR0Jd2PDgrTijyfBRwZbkM7Sfc
+ypUrGQwGkUj01gXgioUetjOZzEu5Mf95Psm7TrV2d9i4i2YmMHvrtuyt1zHJ0296dPnE1BihiB8Y
+ljB1cvaUmVkCw44GSkgYM4TillQf/XZXgWjmnLlzb58aHOjW7dxvSMqJ9VOXFTUqivGTn3vglvnz
+50+fODElzk/IJypPmtP++9Sya6ZPjXSae4u3PP+1dPyD869funxuTBTdUvJjGXFcPI+tGyorKi1u
+l0y65+5rJ2dnkM315SV7Kg45EhfekLMghWaTNu0rbpSHLFmSM29xIsUxZKpqQZIXJ7ARhMYUiOOn
+TMrOmjMrwLS7mSwMYoST3X1Fm57+ciDt/jnXL1sQT6VKyrdXWaOWLUgI1suP7d7/Y6lu3gt3LJ9/
+7bQAmlbdcLwbPyFdQO5t2pVXO4hFpt36+C2T0xMC+CR4VOKVyGjR9Z5YV0ueMT0sOjBg7LrD2O12
+vV7f399Pp9PZbDaaRxQKxfPwPZS3CgDgIiIx/CNjJ0yeMztOTCX6ERGjaqimpqG2tkvW2yFRG9Se
+U2E4DI4piE6fNG12zpK50yZEiFsqJQqL3mK2qeTaIYNGMHHKjLkTYmISkyJiJ8QH4/kx47PTE0JD
+qAZNv6S4lBaWPX3G4pychUtnTkmLd+zskOqVJnS2BBJdGJwyfcaccbEBbDpCIFL9xPETJs+eM3fp
+nNQADqN32BWFRuW8nKVzMkOY7M6mNjVidSIMAmLWDNfU1HtWsqdjQKVT6TRahex4tzhpRva8xTlz
+ZkzKiAvkoeuNLsQoHegYbunzT1+eM3thTs6iG6cl8USWI5USxOz5aCQaPyw6Y8r8+QkhTDIZHQHA
+BYB8AuAS4PI4/sEBDM/1G7OkrajkWEFRYU1TfcOQnuR0eXtPkPC4wCnjwgU8OsLmMAIESW6FWeu0
+0cOiAvzTCIPVZYUFBw+UtUpl57zoymKx610qTLI4mMSgIwhZyBKFTUwatFodVk820ClkUUw4h0QY
+fUEBjc0Nm5mTHkCnEP0F/vywcRRRLFpKxCH+Qj8+PcyhVqndTsNAx4mTxw8eL6xprK2VawkOJ9oo
+tVrsFowycGZcON2PgZD8haK45HEI4jmSNhrNJpqFHB0ZjpDQmrQwUTA/PlyhVCMOz+UmDoclCBUz
+R1YAgAsF+QTAJeSyI7LDG7fKtJzr3t38/U/fvXZ3Gi/o/Bd/2alTb3l61WsP3In56bNVD7y7ufiE
+xOUtGoXFYtCmF2Ky2Vyevgcuu9NuN5qpeAL2b74zBw1ReeHW7QNS0oK3N/+w6Ye378sUhjHQBWEw
+WARv11usLjR1XHa73WJCW2ietfGci3FhXRarFfFc+HNZ7TaXxUYmk9CJRmcKwF8G+QTAJYTu+mUD
+/TyaScD2s2od/eWnWixDOm/heZD8oiNvzP30gckRPKdKo/WOHUVnkP2wwc68+lqjQokghnZ5S/3m
+A9dERtD9eN4qfw2aMPLBAQ7FIOL42fQuSWlZi0mqRltFDDLdGdK4+nC5sluBGDtbW4/k7UMQz+pz
+uUy2mmEoLilFm1IIoq5oqVEXVU+dkolA1yvwt0E+AXAJ4fBIzPQpvA7Vvtcevv+Fu9d2O+h2EtVb
++Md6Du9Z89JNt6xYcf9Tq34ikzkB8TF0b9EorDAgOuueN3M0W19++77ly+9844PdsuTXHsoM5Pj9
+vfYT2kqKnjqJ32s6+Oaj9z6z4ssuI8lG8bSf/IXijPseTa37edVz/1n+3zW78iyRE9HYQifBhiVN
+n7XghqCWV5f/947ly+/5clcfKeWRmzJJCBXaT+Dvgv574OrhS/33UHROUEj4uAgRBYvHsEVxUaGR
+Ij4Ji1BYTDzCZLKofmGBkalT06Pi05KDBWwWnkJlB0RMThSzSRRPrpCpbFEkOkixWi0OM4YmEgUG
+RU/Jyk5OCGZRMWQKSxQ5JUnMIVFxBCKZ4RciQmwIi8/jBUZEJaZnL54UxcCT0eNPDJ0dGBKeEhlA
+QfCec200dmAwOiiiIITRwYCQ8FRPKQGLfhzPYAQ6yGFyiRgWk0nhh4gi06akRSakJYcI/Pk0ul+Q
+nxVL9ffjB8cmxSVPnBIeEj01OYjL4nFYLAEPZ3NxAoT+4tjEzAmTpyeFkjyHwBiEJYiKDI0R+5FG
+vxlwhSLiSX7hmUlBQgZj7Lpgnqf/Htz/BK4evnT/EwDggsDzIwAAAFxhIJ8AAAD4IsgnAAAAvgjy
+CQAAgC+CfAIAAOCLIJ8AAAD4IsgnAAAAvgjyCQAAgC+CfAIAAOCLIJ8AAAD4IsgnAAAAvgjyCQAA
+gC+CfAIAAOCLIJ8AAAD4Ini/Brh6+ND7NayKge6+ru4hw+ggTRwUKo4M5pBHB8eA3eVQdZ6QYIJD
+uAF8Lry+DVw8Fnl/Z19337BxdJAeHBouDg9kjdXLvM7zfg14PyG4evjG+wndiNOi7zq6/8d1uR98
++/PBfNSeUq2DJUxKDWJ66/xzWpup9OubVrfQgmjRYUHnfwMvAH8TujGbdZ0Fv3zz3ee567eNbMy7
+y0w4P1F8UiDDW+efOs/7CeH8HgBjymVDZPu/eTe/2jjx3m2Fo75enjiFp1Z4awBwhXAYkcHdX7x2
+sI0056Ed3o15zZLQ8Ryt0lvj4oJ8AmAMWe2WvqPrvleHpCRes2hWrGhUxpKcSRPHh3vrAHBFsJj1
+XYfWfquPm5I6b352jHdjzly2aGL6uBBvnYsLrj+Bq8flv/5kV5oGi9+/61vynU9OXzB9Es87+jdu
+B6JrOn6gor5TrkMYBHLsnDsnR3D0ilOtLRU9rjBMaysnLSc9iNw3VHGksGNkktCJmanJM2N5iNuJ
+Tlt0sKK+Q2bhkDlx/JaHdnIefHjazTMns/QOVePe7aW9GpMJQeh+wbGzbp0sRmgEeU95W/OpbneE
+Z87j5qYlJwTwR+YKwP9gk6s6j6MbM/fJ12fOnjCe4x095uD6E/hXuPzXn6xKy0DZjzsYsddkpIzz
+Z5i1+r6qk9VNLa2DaisGz6RQ3PKOvF15h6sr2/qkA7KhDoUlKSmQLevZvXf3V/tqqZjeVkxAUigT
+6RkoP3ioWiqTNZc3mjFEXny8kIrIOvI27NxfU9YsUZqUOrtVckLKmjQpMknINTQ37fphY35Hm0Qq
+l7YNSPo7VUHBYVwWtb9p995dX+wZmTMiig8Rh3DH7hoYuKpZhnQ91T/uYKffMDEplkc3qTQ91SVV
+Ta1tUq0Dj2cyaXhvxX8Irj8BcKmgvymxH5NGpqM/PHVvX8FHr76w8v47nnnv64OlSp1VX7bhjSJr
++IJb3s7NffuB1281niqX9g2aPf0dKART/MpPVv/nlsnhqQlzr3n4q9zcj3NzH72JoHLV1KPT2oxl
+G9/bY4pYes/nW9a+9tT91MZujHUYXaJLNthW9O1Leewb33jh6y1b1n/04vXjhr98+VCzQoI2phCt
+nYLVxq58//P/rMiKFHtWEYALg8chwX4sCpHq6ZHa0Zn3wQvPPHzf7c9+9ENhldpb5aKCfAJgTDld
+SJtEpTVpEYQkiItd8eXPuz94MjspDi2yWl2D/X2O5u2fPf7o4uzsxbfPX7W/sL5TZ0RjhM9hxWRl
+BFLIOM9MBsurNjyXnT0zO3vlB4drmkanlSn6w25KSo9KCUZIfoKQa2+Zy2AGokUGvUXh6sPlJI2j
++fEQhB4liM24KafZYLR6ZozwWIzY6RMCaZQxOtwF/x52B9IiGTZY9AhCEaeMu/uLPfnvr5wQHeUt
+vuggnwAYOyQS1t8vwD1oUhk1egSDIxDoPH8Bh0UmEtBStxtxIE53xpy7n37ps9zcz7747Iuvvn8g
+KzOMjSA4LJZAJuE8Zws11cUHavNOBt6dm/te7usPLUgcxx+Z1ul04GlEEoGIR+eMw9NoFCzWk2Yu
+l9vpdiJUIhGLQ4exBByBSKfY3C70f2jxGXMG4MKRyXg+N9DZp1eadAZ0kyMS6TyBgMskETwb8yUB
++QTA2MHRCay4qVPtfWXlJ4paB71jTyMQMBw2F6fDMoODk7JzUPPm5qSIRefc6ajsahtQNiBhc+bP
+nT85XESnIHYEwRMwLAZXUdrfLe9TIg69Tll5qsFi9pxlIZMJDCzXXSfps+oNCGKRaaWS0vpx/v5k
+5ljdogL+hXAsMjd6eral7dipU6WdMu/YSwr6R4Crhw/cn0vAYJg85mBbg6R3SDFkV6s62js66upb
+nNTwhKSJkQEMu6GxqGHIOazU2tR9HV3dHQYSnaJR1HR2tVm5i+cmMBGyoaexW9KsULNJZllHY9nx
+LhM7JGxKejTHbijcXavB9asNZllTe3Pl0RMGv0lTElJDRFiVubW41cw3qwYUnVVN9f11ykmzb0qJ
+5Ovk5W0dTSbOknnonCkj5w4BuDBEHJbG50ibqiT9GqXCohzuaPNszM0YVmxSQlpEAMVb7x86T/8I
+yCdw9fCF50dgcARa2OSscLWk7sCnn3yfn38wP7/SOH7ZtIWz5kew8Hhh4nhaz/GCQ9u3/pyfn3+o
+MN8QPi6CSBtSyaUYv3nTY5kIicvGDjerjn3/f5sPH5TweCRX9LjogMTxMUz/hCD94cIDO37eUtLW
+O5y6KLFNEzopIyQuLkbAT8wgF65Zu2fPLzuPtPU6wpZ+/Fi2kMzGqQabJFKJi5+THctARq9tAXCB
+sAQyPTxrRri85dS+Lz//KT+/ID+/2pp126xrps0KHbNndZ0nn+D+J3D18KHn79lNBpNZb7KNDuGp
+TBqFQiVivU8/0hrNVrsTLcBgETKTQ8NibDarxY1nM8lYBItx2c1Gs8FgdGIQPJmEcRFIZAKFSsa5
+EZtBo7eYbQ4s+vOlUvFGK45GI1JIRIzT7bBoNUarw+lCcHgimeadld1qtFotrtNzHl0dAP4Ku1GP
+bo9m++gQnsqmU0kUwphdGzrP/U+QT+Dq4UP5BAC4MOfJJ+gfAQAAwBdBPgEAAPBFkE8AAAB8EeQT
+AAAAXwT5BAAAwBdBPgEAAPBFkE8AAAB8EeQTAAAAXwT5BAAAwBdBPgEAAPBFkE8AAAB8EeQTAAAA
+XwT5BAAAwBdBPgEAAPBF8H5CcPXwgfcT6q2Gqm1PvrGmyqghc5MCz3q/unW4s+/gJy99eLSX4M8Q
++vPPfqv7xWRwWOu2P/NTs52OCIV+51+uTe0YPPzlqm0tdjpRJPoflX/T13igIG9tkTRpvICMkP7q
+ca+pb6B61wdPvtNMT2fqJSadogHxD6Z6C4HPsCFIU97bhe0KOz5OxPGO/KfO835CaD8BMIZsTru8
+rbCp/nBBdWNjq947doRGPVhz5Nsd+XuK6nqUau+bC/+QvLv0+OEfDlapEYvnJYb/nN3lkrcXVXZ0
+K1TnW+4ILAFD9g+Jiwj0Z9Lx3nEXQK/q7Wguaeg1oQvzjrpwVqVeN6DFjhtnb9u8d/Ou3UW9Rjhg
+9kXon1bZW9He06nQesdcXJBPAIwt9DclCLT1aoc6Tkks3nEo08DQYNOeDizDjvlfDQN596njh74/
+WKVBrH99X/9P4ek4vwmLH1g+e2LEJWvBON0Mmn/atc89N12stdkdBoQVwvQWgX8zyCcAxp5ATLZa
+TM21g1bPG91RLrukXy5T1F0zdzyNKhipg7idbrtBMySXSz2GhlU6K+Jy20wanV5vMNpNWoVMrjFZ
+0PaIy24365RSqWyk5rBab/S+axutrNUOK9VqlUyuMzlcZzW3nGaDenhIKpUrlCqj0+k6/UJhdLkO
+o0YxNLLc4WGl8fRKjnIhbqthWG0wWm0up9Nm0sqURr1WqVSgteUKtPrpWbnsDot3rRQag9H2a5ba
+zFqtXmM83fhDB3VnDDqtBo3GMzN0SpnaZLc5EZKQz4sPF8pkwkn/vevFJx68dWKMt67ZqBlZ8Ai1
+0VMZ/HtAPgEw9vymTA9zUKi7CisRBN37I4iypb63u858/9KJTDp5pApaMGRq27DqxsWLsz2W3fP4
+5xUOjaVm76ufffd/P/zcuOOT2+cteHvf4ZZhxNDWdjD3P9nZc0dq3r1q9ZYmdHp0V127/40PPrr7
+oeeff3Lu/M/29quUo3NGuR2I7MC6F+6/KTs75+b7H/tFItM7vEW2YVvnpjduuW6JZ2Z33fHopjK0
+dectQ+kdtpL1d7ywftOpGo1soGHPxzMf3rjm7f/8ZwVaO2f5fSt3SAa0I/Fo7Ow6+sWD2dnzsrNv
+eX3DlmrNyORodNUfeO+TNW9uOTx0evD9j9e8uXlkECWv3PDKK+hqjVi1o71+CJHX7t72sndM9srP
+Pj7UPVoVGTq84bWHbvYWZL+8va3OOxPwrwD5BMDYw5LixCF2UeDJU3WIBQ0oTUePytmNiZ0SRqIQ
+RvtTyAdaC394caNj2n/veTU3962Vd2Ry695+52ArJ/SmpdcsmZcdOu2GFz54Z8XEtGB13eF9eVsb
+eXfnvvxebu6rd04hKyrWfntQ7jY60PZTa7+FjE1a/uH7Syf5M1gjsx7pEFG59Y11/ZSJc5/OfePh
+O5aaTjS6TDJPkULWUb7+mWLWwkcfeic398UFt2Sqt+bLtIbT6YW43W6LHm0/GUbbT0qVtGxjh3/6
+ogdzX7zvnjTWyTW7q1Q6FdLbeCxv7w+VzDtzn38n99FUjr+to9w7h5H2k9Zo8TaoTrefXHa3a7D4
+yzcOSti8pa/njrg7SxzOQTgRk6ffPTriwWUkjb2krGTYhLirfnnv+25XUvaTubkfvJb73Fzr7p+O
+HSmvvzSXPoAPgHwC4GJgBsYEhcQwm/ZXK0zW/oaSYauRnDwpkop448miUvcPnCinh8/KnrEoJ2fh
+spmTU2Ide9pkJFp0fFRMRCg7OCFr7pzkIBFe2d+m6pCJ0m/MmbMgJ2fxjVnxTH/z8eoBxOLJFBLD
+LyJmwpS5c+KDaCRvbzuHyalqL+th+yVMnHttzrzZ2dPSwwLJBE+pVaWRNBUWVdY21NTV19Q0VVe0
+NRZXD5jM3jOGv4PDYOj+kakTs2blLJk7fXJMSHPZwJBZq5INSI2dlujZy3PmL8yZNTU1KZh/Oh3/
+hMPkVtWVHFBaWAlpC9HPnJMzf35qCJNDRih4DMlpqvFo7+3olA0ppEaLW91WUe7Gi8dNvS4nZ8Gi
+nCW3j2fWGFRdfWrv/MBVD/IJgIuCExIfEJqInNrXNdhWXNFvwFCTpsSw0f39aLHFYtcjKmxScDCR
+QUcQspAdEJqZOGgxO2zndLEzGEwmuo0cGRmGEAkIQosICGHHhCqUGsTpuRjD4bH9Q87uyI7YHW6N
+TsnPFIcKg/kInsHkpk9MoFA9HYItVrter3Aj6sGW9qaamm7NoIOXKMCT8Wf2kj8TEYsNnJgULvJj
+ICw2LVA4DlHYdA6r2mjGcO1BGRPCESoRoYVFhYSER3sn+RMOC6Lu6pKG8v2CIkLO6HphU8qbqkt2
+HS6oqamo6ZeZTQ600OFAVCqVI4Lpx/P3Q781GsLNGBdvpFNMhjPORYKrG+QTABcHTcT1F00hltad
+2r63PcZGz5wS6S3xwGIwWASPmG02t8vl6WvgtNuMFgqegMF6E+w0LA6LdWHcFqun9wRa02q3ua02
+MpmInHXn1ZnQAjwO7zDabHabA3E7nU6j0exyeZpbnuWyycRpt775xecbNm9Brfnox7vHidFWzF/i
+uTfFgbEZjSNr5bJabDbr6d6KOCzOhcE4RuITjR+bzen0ZC76gXEkEsHmcNisv3WmQBB1zalj9dtP
+Rb+0Zcv6jbnPXZ+Zzjv9ETBWp92BRhXidiEOo8lMRBA8/i/0egdXNsgnAC4ShkAUNG+xcMeXGztc
+WEY42pI5A4NJ8cOIHXm1NUaFEkH0rdLmpp8P5sRE0fzQvfOZeDwWS0nTnjxZgTa6EERZ2lhlLG2Y
+PDEDoVC8Vc5FImGFgqCeLQ0VbdW9iHVY3vfLxgK9dgAtojPI/vhg5768gx1dvf+gJcLlMl39pLpt
+W8sQjQlRVZyori4r8pYJeIEaAlMqHfJczELqq2uH5PXoaCIdI87MiC3v6aw9VXXGSTq1Uo2x90eI
+xIibMFTf0i5vHUQQAhERBwUSTw5193Z0oS1CNTKwbd/hJBc2JDLcOx246kE+AXCRYHFsEXvykvkB
+k5dOi0lOZJ/VLsIIxXFZd706V7XhhTfvW778rrc+2a9IfuXBTBGbhw0VhlCYjAPfPnHbXV8cOdHN
+SZk9a85Cfv2q5Q/dtnz5fWvyhxkp/1k2gYRQ/rT9xMBTxt981wRd88b3Vi6/7+UPvjIlhLhInoDE
+CAKipt73zkLy0c9yV96+HPWfJ2/7rlaiPuNWrQuBDUtKz5iRhf/lleX/uX35Swc6WmwByZ4CdJ38
+UyakstxdP72wfPnNNy/f2d4nd3oyBUPCEEJnPXZngrG25KV7PYu+6aaP83tayEmRQcT43i+fWH7T
+bW8Xlcv0DHRFMTQMfvwNTy3hKQ9veGz58lsfXv7wIdziheOnJIZD++lfA55vBK4e0sv/fCMUAUfg
+h2YkBAewmWQ8hsrn0wPiM+OChSyqZ99NwBL4IRkJIYF+fDqDHyzE2BCmH58fGBGVPD57UWYkA0fC
+kAgkHJ1PJ9EDAiMTU8IC0cosPx7B4WYHCP3FseMmZ07Kig8moUeXGATDFsREhUYHnP20JBwGQ+MJ
+2G4yncVii8MiI8dnZ4qDEzMTg8X+fAbDL0REcBM4/n48oVAYGCwKj80IZVGJ3gDFIHgslhecHh8s
+5rIIJApTFDU1WcwhU/Ho5yWTGcKoKcloCY9JZ/rz3BiCOEAYNm5CUsy4CfGR4alRARQCi07D0dhE
+MlUoEgmTJkyMis1MTwiNCfIjExkCAc04MFBfdrS8a0g0KTtrcnyYwJ9J8qMRcUyhKCI1LTk6bXxC
+WGiwH4nGFfEIeBKVSmOLgoTBydOvnZYUyuNAPl1OaJOGHYBuv8FcunfMP3We5xth2tvbRSIRjUbz
+1gXgilVZWRkYGIhuzO4R3rEX0x/lE/hftPVlBXu27G/rjnvyw9sjwwV/dpoS/CsYjegBy0BJSYlA
+IAgNDQ0ICOByuWQyGYfDwfk9AMAl5SAGx86Yf+vKxcFKNdHbiQKAPwD5BAC4pLoOfpD76I0PPLUO
+mZKJwJkb8OcgnwAAl5Ro/E3Xr/z8nVUv3DeRxKfB2VHwpyCfAACXFCMwMX5izqxpkxL8EDJ0dgB/
+DvIJAACAL4J8AgAA4IsgnwAAAPgiyCcAAAC+CPIJAACAL4J8AgAA4IsgnwAAAPgiyCcAAAC+CPIJ
+AACAL4J8AgAA4IsgnwC4GKzagZbGojyv4/UNfX/1DYC+TD1Q39ha2y0d649kGayrae1sHNR7h8Fl
+5kQQZU95bVvLwJAVHXQjiEneXFpeVVfVpxutcVFBPgEwttyI06xXddUW/LT+9ce83vhuw9FWud1b
+4wrnQpDmwtVfb/xi70mld9QYcLsQh6G/+Pu1Ow5srZR5R4LLDN1k6/Le/mLLD8eq1OifyGbVNRf9
+9O7HX/34bUm/t8rFBPkEwJhy2RDZ/m+eefqHE7ig5wq9Ps1eGIM0NXurgD9gU7kl2w/Yly6du/SJ
+2WHekcCX2PTKytUPHGPmzLr1kTeXRHvHXkyQTwCMIavd0nd03fdq8YzxS25ZPF7kFTE5MS4mLcRb
+CfwRMuKMyZgSGxfNZ1HgqeY+xyJraj/81XvKazMyp+akBHCoBG/BxQTvdwdXj8v/fne70jRY/P5d
+35LvfHL6gumTeN7Rv3E7EF3T8QMV9Z1yHYLgCOSYOXdOiOCI6BplT1fFtibWnDBZfetgv9zpHxI7
+/YZE3b7imp4OuZnECRBNWLwgnskkD3eXtnbWDzGyxN0FpTK9CReSHJ02bV4swzN/Y1dTeXXJybZh
+z6FnTObiCckJNGx/V9mmBvYETnO3RCZTE9ki0YQl6KxYFIu8uaKu5ESFwjNpyIRFqeMSw3CSvpM/
+FrQiOguC+EWJEyfdNjFwZM7dLZXVxSWtw1iM34SAgdUnnez4ca8+ujTQjX6iE4cqalsHNegXgsXG
+zL4rI9pfzNBqBrtP/lCHxCD9CgYnJGbyvPiRGXnmNdRaXV9UVDay3ODx16SkhIkt7Sc/L8bcdXNC
+OMbd1NZyohdd4bKyNp3ORAuMjxg/A13hkWlNivbquuPHy4Y8A0Hp81NSI4Kd3SfW17qjEImKwQyM
+mjIvXKxr3L+jrGNIZ0QQClsQM+euSWIMm6yQ1LY3H+9hZ3LKK9q0WhM1IDZ8/Cx0zlj0b2jq7ait
+OVbYhK4UuumI0+ampKYn+Y8s898L3QhO/t91G4f9AymTQ+WNbciUW+6dEh7Dp3rLx8J53u+OW7ly
+JYPBIBKJ3roAXLGkUimTybyUG/O5+WRVWgbKftzBiL0mI2WcP9s79lc2p13WkffTL/trylsGhhTd
+0p66TlUQR8Dz4+qGGwo3PvZtHZvS19ra31DW1tVerWHihsqrG9pa62s62ruKZWETxws5tP66HXt2
+r8mvZVGklVU9ndWNPTqpiZc0LpiKU0tPHTl+sPhIddegQiZrlpoCg1kBCL6zeMMja+oYuNbuHklT
+ZUdbxzFpWGa6gOvuqSkq+HnnsR6FRiaT4UVJgUEh/ohUUrqpoFrW1d/e2KHoG6JmTo6l4TSysn1H
+9h3df6pvSCPXIzZp7RCGGxSanRZLV3Tmb9y9v/JEo2RI0SvrrupUBzL5fD8/k76j+Mf7V9eSHR0D
+CJHpF5EW7M1rfWf1icObdxzpUWjR5WIF8QHBdLKi7IeV22wzZwcF6uVH9v/y8c4aDrmtrnGwqayx
+U9VqCp4+RUxCLOqu8spjBQVHKloHlZ5p/WMDgpnU4RM/3PtFHdHWPojg6bTAcPvwrnWb89oaewaH
+5O2DfV1tymBxCIfDkHUeyt/xwfYaDqm9vnmwubSxQ9lsDJ42OZCM1Q5VHjy+99Dukt4h9Mvore4Z
+IljxwuAQLp2A/ItfoehAEEnFlpO9/c3tdkw7Jefl21PDOGP80i673a7X6/v7++l0OpvNRvOIQqHg
+8XgsylsFADAm0N+U2I9JI9O9w2dw66z60g1v7DRFXn/3Z1u2/LTmuzdvJe376uSp2iYtWmy2O/oK
+ThKSb37qvdWrVmYziz955EfjvEWPf7ll9SvPzovs37inWm1QepqFOoVacaCUt/TtT7/85tV7Esim
+/J/3DbgM1oZDP5S0SoPnvJab+8n7uY+y7Lqh6kZ01lanu/+QPmnJf17bsvrVF6+J7v9pV7VSp+yt
+bVXjuzKe/r91Gzdu2rzqtmmTxAjNL3L8nWtfe/ez3NxnHs4QBJ4ozJe59daGI5sPNg6K5r67ZfPG
+n56PthDwqi7PJzI6reVb3tupFubc/umWLRu+3ph7H/vYT6XFFfVoYwqxupE+tfj6O59+8Nl7pvx2
+vWKgvl3pbk17avV3GzZs2vzqnTOnBnlLTtOrnfqd2qnPvfn5ltzHbolmdO89Wu5AjI7B6u0/HCod
+ct68ZvMWj9funpMVjNa3IkiPWnzdiicffOH+OF5fyVeP/0ya+9RTX23Z8v2nb987VfPFC0fr+roN
+aE2D1qnZqZn85Gufbsl98vYEVs/uIxV2l9HRVPTzgYpmWtbbWzai813zXJa7q2Xn1qNyxHUp2uE+
+Tt7U0tjZo5w8KYWLw+Mv4RcC+QTAmHK6kDaJSmvyJM45rFbX4FCfY5o4KiAU3auS/IkhC6+bN0gj
+69Se2nQiKem2B5dkxotZAWJ+3MSFuPhZKcECHhUJCOTHRcxzd+tldpMJrckLDMl44KlrY7kMKjcz
+Pi1w+viefonLIZEOmdoO7/9s1fXZ2TNmZ/93/bqCepkKDQoqHp94a86EmBA+IgrgJkTluHuMcruJ
+zOeqmly7Pv3vjgGpDj1SHqEfsBW/f8fyhdnZdz/+2e4SdIzbjchlQ+xJ3NRpsxM8Z/AEcxdNCY1M
+QotsVmRgQGKfIowICg9FECIPI166aPYwh6FWqdFiCgYTn5EcIvI/+/IBh8fVtuF2ffzw9gGJ5g87
+NXL9uUmPLJ/ox6Uj4ZEhYf6TbAOSAcQ+UN/aLnSRJi2Y5X92m4aCIPHpiSGBAjpiNNrkli5kUWwi
+WyhAEFoYNyrrtkVNDrvZ4MknNp+d/PDyiQIeHQmLCA4XTrZLBiVu28DQsCEU65eSmoy2iRHEb2bm
+RNq46AGpfORk379dyMR5i6aniVrefGlnu0F2Ce+TgHwCYOyQmHhRXFroKeWQrG/QO+436I7e4XS6
+yTgCjoBHEAwOg6fSKE4MxuVyocUYDIZIZ1BJBDwWh8MRSVSEQCbicTgMgsNhiQSK2+Fyjl5WQw9i
+SQwWlYDDYrBmm9Vk0jgcTsTtRGcekzTznqc+z8399NPc1d9++/SNt2aKPHNGCHTPjHGeWREIVMTu
+drpdnLSpN6xc9ewtSzSfvP74na//ePxkW09fTfGb75km3/3Mqty3n70nZ+ZoywadM5aEJZIpI6dO
+cRQqCY/3XB/3fiISukIjnwiLfiIqxYn1fiIsBiGSiOgiz04TTsrEpY+sevGuG/Wfvvv03a+uP1J8
+bl9lLPqBGTSSZ0J0xgQcye1wOBC3w2a34xAMmUrBeSt6ofNHFzTyXbnc6EezIxQCEf0W0RI8lkCm
+U+3oFzfSEsJivXPGIng8Do/O2en56tBP4cIj6Jc+em4YRyaRMESCpwggCJ7kn5KWlX1vjmvLqz8d
+beq/ZN3/IZ8AGDs4KoEVNXuW/1Dtvvy8wvJfI8rQKR2UtCoIGA6Ti2tVyzQKJYLYdY7h2sqGCAKR
+zf99T4rz0RvN0tYutc3mRIx98gFH31BkZDiGyGcxiTYyhckIm5ozakJMnPAPTjR6Efmi6LTJc2ZN
+S0+KJPT1DUjaO3uGBzp2KfwSJmXPn5YYH8hym9F6GITJYpo6jH2tjQOeTNI11LQPD0nQEjwe4XA4
+uHatQjU0jCAOg0tVWdMYjOB4fn4ji/hDRJ4gMhVdbnbGuCiiRDLY3yo3eovOjxkkFGgxjo7aJt2f
+tmpIJDyL4I/USCUmrQ5tsyqMsq4TNeM4HCqL5a3yB5hMBnnYrevr7fdkLqJr7uwkytXBIWg8/4uv
+Pv2GyOFGpE5aPGsavbzkyKmiukFPW/Tig3wCYAwR8ERB8pxlYVT5QNmeHdu9j4/IO1Jc3iKR26h4
+fuTEiW5DR2Xxzry8/fsP5h1uwcwJFIeG/rV8slsNsr6awiMFB/J27yvvRqziuZnhWAo/PD6ZQrW2
+HNu027vcstZm2Z/vSfSSnoZTBUWVFSp/ET9KyKOSqVg8hUgXyjtPFR47fLKseUBhQXfQGIQVGudv
+xsrLf9mGzjT/yKnmzmG9J1LwFCwvakImxtpbU/wL+ony8nfvb3JkCQIjIvijy/gj+oG+plMFx8tL
+lX7+3CgRj04mnz67eH7MyMRJ/AB6X8XG3fkjn6+0qe/cZ02QWIyA4Oxp1sHSksJdeXn79h85XtdJ
+vyU6mC8a7QD4hxghUQl0P2JP6bY8z5x376ka5GP8J6cGedqAwIMmYMTPefCOaFLfiZOHjpe1jnSg
+vMggnwAYUzgSknDTE089cEO4ofYL7+MjHvuyuUJGiIlkkKgZN716d6CuOO/9xx575oOXvuqP+e/S
+iWnhAQgOT6SyBFwaEYv37BBxOHRQyKWTPKes0EFP6cjgSCmX4iCJ5Bvff+O5x15dX2ImJt+5cByC
+JSFxM+68cUY6QbH59IMrvty1s3oYnRVTyKOh03p+7p5ZeQelpce25qK1Hn/imTe3M+h+oWnTU4Tx
+yfcw83d88NLznx8/NoiJSmJRcRgsJm76tXNjQnVHVj/2+JNPrVMHc3nRGWwaGUfD4tKXPX9nqLPq
+8IePPfb020991BF0z8JJk2LE6EcgUEYWhB9Z7hmkFSXbPhtZv8ff3EYmc0MnJHLQyiwhj+6pjK4g
+ncln0fCj2YAO0ph+7JFBfuKSG6elB5F+fmNk8sc+3XaiXOpZkGdaMn7ky+HxxFPv+/whRsNPG998
+7LHn1/zfQcOMT++dEOrP98yKzvTzzHnkW/11EP2A0VNuXDplIrXzq8eefPyxx944PhSRMHXF9Fho
+PiEkGpfFYFBIOARHYfnPfv6eDL2748j2vY3e8osJ7n8CV4/Lf//Tr1xWs9FkMFi87QI8lUqj0KlE
+nOfpRxa91mi22p3o/hZLoHFYFAKaOk6HzWpUW/BsFol4/sHG45/vObhdHvzFK7M5dgbOTSCjs2bS
+Rm+XHFmu0WDx9jog0WlUIhXrNKoseM4ZsxodxNisZpPOZBvZCZNpbBqVgsM6bGat2mhHnDgSAYsh
+4rB4BouMRbBOs8lo0pps6OfF02h4mxONBQIDjSgEcZoNOpPZYnOgnwgtRD8REY0KpxNt5inNI8sd
+TY7THGaTyaQ1ostFkWksGhXNwJHKODaLTEJcZovF5ET/TcGhc3TYTOcMmoxa4+hFeiKNRaWSiG6b
+QWkamXZkQW4XukpajRH9jp1oTOKJNA77t1kZHbhfB9EFGU4Puj0X8vR6M/oncyMEMoNOpZJJ//YD
+ePRHZDOqzC48iUinjH4bdqPKaMO48VQOgzRS5586z/1PkE/g6uFD+XQR1R35bE/BTlX4tx/dIEbY
+l+IufgAuovPkE5zfAwAA4IsgnwC4sjD5YVGxk+JDqAjhErfcALi0IJ8AuLKEJi+68Y637pkrQGhj
++5wZAHwM5BMAAABfBPkEAADAF0E+AQAA8EWQTwAAAHwR5BMAAABfBPkEAADAF0E+AQAA8EWQTwAA
+AHwR5BMAAABfBPkEAADAF0E+AQAA8EXwfg1w9fCl92toOo/vPbpzT8HAyJBo+uxrZi2bG8MdGQJg
+DHTs+2n3sT2lvQhCQZDMm19ePCkRYzxRWbihw//JByeJyTyit6KHquzg9sqmYU7KvTdN4SGErv0b
+9xzb1eDmxuc89dBUMYVw3lc5dZZvPtnSiRPfd/MUPkIc60YNvF8DgEvF7UC0dce2/LD/WJuMleIV
+ZMfb1F2D3ioA/CNOC6KuOritrkNOFKFbV3J0SuiwWmVTaQxaWXfT0eoencPs9Nb1IrD4QcGh4SIu
+0Y7BdJfv3lPbqHL7xSSEManY3qrNu48faegweOv+jmaorbWlvLXfjDgvxVHfbyCfABhDTpddIzm1
+/ejhih5MbNqtz3vdkzUtluMyeSsB8I84zMhg0Y4SCzZ83oPo1vXcY88/kRnPY5Ks3vI/wIhJm7/g
+2uXTk1kOPKan/Fi3i5Z67Z33PLI0XkTqr0Hz6XD9n+fTZQP5BMDYcZttxo7873a5Um6cfest10R6
+RyPstIjImAnooNtl0yuUCqnH0LBcZ3W60CNSu9Wo1w4ptVqlXK7VW+wOl91u1imlUplUqtBo1Gqt
+TqkzORG0rt2k0aIFKJlMqjGZ7eccJ4N/AZcT0SiHeQQLBU+0uhAcFRHMzUzghQu8xYjTpFMqhqRS
++bBKY3aOnOq2W/R6vUprtJl1crXRxsNhsTj3sFKPNrnUBqvFYNSqlcohvc11SU6MXyDIJwDGjkVr
+76892TyVJxSFBnnHnclhMdR8e/OjN2d7LLtnwRcVAxoLgrSXb/r2o2UPvfvuI9dc887aI619htbW
+g5/8Jzt7bnb2re+888ILH3/5YO7OAcTgQDr2vf7+gyOTz5qb/erew81K76zBvweZgoyfNEl9tO9I
+4S+nfrcBOIzI4K7PHlqxLDt78b3PrsqTmewuBGkuWrN69TPvbao68vGClzdXHPph89tvP33Pf7/b
+8P68F7dUFPyw5e3nHn7kpq+rdWaHdz4+ALdy5UoGg0EknnkpDYArEtqoYDKZl3JjPrd/hF1rUzbv
+Kqcnz0hKiOTTvWN/g8FiqfzwqLRZ02elJotImp9raFMzeRyd7MSxstIe6aR77r1uyrTxiOJ4/tFt
+9eb5z9110/zJzIHB+obSYVr0orlxTITFEQbFT5mcPXXWdJFxVyNFHMIMC/Q779VtcLXB4BA8NyAi
+kKRtas7/YXPBSSl/egCLwCQpZc3VJ3YWH3bET79m9qJJ/iyT4XCJNXlRApck6zhQ09WH4S5YMGM8
+xdBoEaXOnX3XXTdOSkjNYOobLcKUOXPvueO2KdERflQc9pwuP9L2Yy39Uiw/JzuBiRDGulFjt9vR
+pl1/fz+dTmez2WgeUSgUPB6PRXmrAADGhBtBTFa7w/WHR6FolnHJiLS/p6amubmha1jS3ae3Gz1V
+CSS6KCR1+sw542IYRtWgudcRM/vGnPkLcmZNHZcYxGONTo8gTAJiUitqauprazvl3Z0StUFt8xaB
+fw0cgvBDJ8yYNm/27IlRYbShkm8/PljW061Bi/B4IjsgOm3CjFlzrp0zJSFA0F7bpXSY7KMTkohU
+UdzstDBeQGRYcvL4KZlR4Ulz08L4nsH0iROzI2kEfe2hn9Z+8Q7q/z5dXdhktl3Gy6aQTwCMHRwR
+S2H7W1qUao3C6B33G6fFoemq3nP4aNGpkpr2tl6VlYW4vT9BBo0ijA5jE9GjU6PBhPNzBaWND0PI
+BIQWERMSFOa5kuV2IeaB9uKS4wXHC2ua6uqHdCSHC058/HsxgtKvWXjfEw+vmB/c8WNBWWPtgBlB
+KBRqSPb89GA+k8zzYws5MU6VTu22X+BJO3Qbsw4PtDc31qCaGhqlmj850ro0IJ8AGDskJj4wacq4
+RmV/R0ur3ug9aEUQl9Vut1kMCnNX3vtrrZHXPJG7ae0Xb9x/XTBCx3ur/AaLxbodGLvJaPV0iHBZ
+LTab1dMzy+1AZIc3/SxTMpe8s/n7Detev2e8XzDcuPgv5EkRk8Xh9FxXIguZYTNuXxYxrJf2Dym8
+Ff42HAURzLnjtU/+bwvq86+/vHkyg8z0ll0GkE8AjCEykRh6zdJ50qKvvv92zbZm71hEebKluf54
+tcUpH2gPE+CZVJZ+UN3TVNSCmH9/do7HYzu6cLU7t1cgBguiPHW8qq7yBDre5UJkgxIexSjg+Fl1
+zv7y0haLXDs6Dfg3sRiQip3HOoZaPT3CTRZzX3lRI4dI5TN/f8Xzygb5BMAYwmAINErGXf996Prp
+5ObdTy/3WnXsQKs9KIFHTJi2iFZQ+Onj9z/x5Xt5g/xgBEfwTvkbbETKhIzJGY7tq5bfc9vyVUcl
+nTZhAjoeh0dipk3mdWnzXnvk/ufvXNNtodrI0H76FyJikRim5Nt3Pr8T3bZuv/Px3NXUexdMT5se
+yfBW+AuICJIUnaobbPjyvVWrHtnUqLf84fm84b66nWseWX7bzZ7N+aF3v99YqfaWXEzQfw9cPS5/
+/z0UBotQeCKhH4dGJxOITOGIsJRxidGJkVwylcMnOKkcATswJjImKSszJjI5UcwkUXF0jjg0PCUi
+gILgMSQqncHw4yJYojhAGBbljxvG2DWMuNumR3FYfCLCYrKo/NCAyNSp6ZHx6cnB/hzW70MOXMWw
+GIRKdgybCTQGQxgQGBIdM23RwvSQIA4JQagMP3HEhLhAOo6EQ9B6dD9xpHeQyQ8NC0sMEZCxWAwn
+MDEmJMyf63laEZVCc5I5fiy/sKDwqPQQFuHc5wqhWziZ4S/wDxIGiDybc1BEbERYSCh3bH5o5+m/
+B8/fA1cPX3r+3pjR1a/f+H39MUn8fzffM27kUWsAXE3g+XsAXEFcdrNeN/qMCam04ujROkW/OV4c
+gCC/70sBwFUM8gkAX6NsPbTmkztHHhKRnX3vB1qD6NqVj00PhHwC/zJwfg9cPa6W83tW7WDPQGdX
+r/d5nTxhWHBYrJA9OgTA1QXO7wFwBSGxAmLis3JOm5AK4QT+lSCfAAAA+CLIJwAAAL4I8gkAAIAv
+gnwCAADgiyCfAAAA+CLIJwAAAL4I8gkAAIAvgnwCAADgiyCfAAAA+CLIJwAAAL4I3v8Erh5SX3j/
+k5dVO9DRWVte2dThIbVYMUQmi3IxH/DqRsyDHXVdEqXVzWL/wWvjwdXBqjVKW46V1ra1tXd0DKuM
+CFVIJyOq3rJ2hcHlYjBoZ/7pHUaLur+6pN1IZuApZLJDZ5J5pm0dtDrxJAaTfGGbCTqP1o7ayqrR
+jVlmc+BJzAud9n87z/ufIJ/A1cM38smNOC16TXdN3oatX3z86ZZ8j1qDgymMSxCzcd5KY8/tRIaO
+bsjdfaLdSk5JiqBZjcN6G4JF8HjcxX1BFbiEXDbrQF3LvrX3v/3N3n37D+xv7dZRQ2ZHi3GVmx74
+pkJBwCUnRpz5knfzoLLpwLtPbFNHJPHFPK6qtmPPp3e8tn5vHUIPFEaFMtwqo4NIxmEx2D/eSNCN
+2axTd1XtWrd59WdfbB3ZmOusWJ4oOiaANUYbM7yfEPwr+MTzy11WRLr3k1fWNWLTk5c/cEP8yEh1
+WZdOoKNOzEkeGbwoPLlo0FmdWAKJ7sDaKr5a+jP2hhWZ107N4HprgCueuuLEL8XffqeZsf6udBqR
+ra4b1Lja8dOXpp36+roN6tS5Ex5ePlfgrevhdjjtFq3aSkDbOyRJW97WDS9vVT668bYponFBsp7j
+xb+8XS3+4p35kfSAP3zxpcOAbsxvP/tdD29W2rLbl8SMjFSdaNOF2pnpsxNGBv8xeH45AJeG1W7p
+O7rue7V4xvgltywejx77jYiYnBgXkxbirXRxYBAchc5hs1g0Ms6FuC0GhcpgtNpc3mJwNdAoho2a
+Rr/AKJEoCN2uIifEJo7PikTwf9aUweBxRDpXwGNQCASsw27HW03isGiROIDJoGCcFqNuSG20u51/
+fCxnMeu7Dq39Vh+zOHPx9dekjW7K6MY8dVxcZHKQt9JFBef3wNXj8p/fs2ut8sqNudWUGddnzkxP
+4nhHI3gamUyhkxGX3dJf/M2evIJ9h4qLa9srdOxYIZ1CGO4+VVV1sEJB0RZv2nHoyNHyfr2WKIzg
+k9BJ5TW7jh/8Zdv+4uKTpcUKKo9F92OgHxA9LlY07vlxf/6h/KPFNa19Ok6ikN7fvO9ES0fvoH2o
+7ttN+040d5vVvUabBmElB9IRXUPx3v17d+WjSz5xsnSYGs2kUxkkrVrSXPh/BR2K2iPHu3vUblaE
+H3N0nYEPcg1JujtqTnXiYjMiOGQWlUYk0ZgUOwYjKd9Ub2GR7ERV7fbtB4uLm01sEo3lz7CY1O3H
+vjoko9u6qktP/lxQ2DqodCkNOKu0sqxuz5Gjzd1S23C3nkCjM4I4Z7ehbEp9f9WPH9dwl6yYNDUp
+7tdXvODpaOOG5tk2xwZcfwL/Cpc/n6xKy0DZjzsYsddkpIzz//1Lm1wOq7R88/HqzobOro6e/tIG
+bMaEaC5joH7H7t1fH6hlkqWV1T2d1Y09OpmJn5gcTMUhqqYDVZXlJ5v6BqQtJTXuoFBxiJiJMQ70
+VuTt21tY3d7fJx3S2bHM2GkxvKbjn+ys7lIagui6fQfLuhVqjMtM49MFwdMiHB35G3btrz7VJBlS
+9Eh7ajpVYpYfz4+v17QUbXjoq1qyo1OCkDn+4SlBPO/KAt9DxbnNWndrfe2w3a2Tmt0khMJBUwlB
+0Hw62WcxK+x6WU1lZ9PxYok/UyiKCXdZZBUb/vOTMjlYJ+3tL6mok2vNRIQS6I/t75FV1Y0Omlnh
+0SGB6KGSdymjLEO6nuofd7DTb5iYFMtjeceOPcgn8K/gA+0nnU3dvq+akpQVFxvKpXrH/gaLJ/hF
+Z6VOmjt7TnIix6lYXWCZPSfA36StOlF0tL2YMOP59x67Z0kMq6+zvrDBPHV+DAMRhibHTZg3Y9bE
+WVl+6v87bA2NpUey8d2F215+vWryW/c+9PBT992yaG52qtBNxkvqdjeqcaFRyxYtvzlYsX0o8fbH
+73h4xe0pOLvpxJp712gn3Hfds6tevGvm4gzqsY+3KNhBzEg+U914alOefP7LDzywZMXMCAgn38bk
+BkXGTQ51/vLaj9t2nFDQMH4JMUIcEYfm075jvXTS+OteefveO2N1+VslFi4/NFPA0vaeXF9Lnb1s
+6tK0ZBHNdAIzbfXX982eNH9WiB8XHUSmrf7myUUpmYFEm9mgHlbrDAa9weHCYHEYvVnZta+GMmF2
+QmQg+/cb81g5Tz7B9ScAxpTThbRJVFqT1jt8NocFqfn21Udvzs6++fbHv85HEJO3gB8UOuGBJ66N
+4dCovIkJaQHT0nr6BxCHA0E69m1+/8Hs7MVzc1b9IBkeQOsaBjU98hPtC+bOiAgLuoD9htXqHpD1
+O7ICIgLDQhCEyMcHL1k8Z4hJ1ag9a0nFYuMzx4UI+dBJ6opApfulX/tx/obvX5+DlBZ99uq3NYgV
+3U6Q0CkzZ1x33UQhmYwdP3ES08TXapTK0UkugLahese792Vnz8xGPfv2T6Vt6Ei7A2mRDBss+tE6
+lxzkEwBjh8TEi+LSQk8ph2R9g95xv7EOm3sPfvKxnDfh1mdy33vt6duvjUBohNEyHA5PYrCoBCwW
+gzXbrCajxuGwO9yKY1t/6pA4Jj+S++FHHzx/ewY3mIEgLqfL4bTaKRQyAY//437BZ3MjTofDTcIT
+0P+hjT4cgqNRKU4sFp0RWorOAW1z4nDQD/3KgDZtSFSuwC9m3qzpKTEh1gOVTQ6nE0HwJAqZSiXh
+0AY9iUTCunEulHea/40WFpV1y1O5uR/nou6/dU5cEJlNEkVkhB6TDg4PyLy1LjHIJwDGDo5KYEXN
+nuU/VLsvP6+w/NeIMnRKByWt3Xq7pDZPSuHGZs6bkT4hmu9pPXn3IHqjWdbWrbHZXYihVyZx9isi
+I0KdBGVD6aBdx0uYOydrzngRzY1H0CNlMpvKZ0UKahuah4aVttHpzwdPQDhsLq5NPaRSDKNtOL1L
+VV3dEIrDc/3hdN6VRdmv6u+s1yKeHndkGpGAEN1ml/NP+t/9JUQONyRpSk7O/BzU+OQIPyaOTuVG
+zpvr13dyR37BiepfI0rfNjAw2HFJEgvyCYAxRMATBclzloVR5QNle3Zsz/M6UlzeIpGbcRgCnS7U
+SFtPnSgoOl7VOWAa2dF42K0GaW/10SMF+Xl79pX3YGziORPDMBQyjcIz61UNFQeOHCyq71RZTeiB
+MtmPGx4xa4Fbcvhw4c59I7MvbRpGrGiRFwGD4fGEJlV/eWlZVWm/FceLysxEzF3VRTvz8vbtP7A3
+v8WdLRSHhfK9E4Arg0U+1F5xZFdevmer2r2vRj7kDpifKCT8nTuFaGQKhcmRd5QWFNZ0dilOn2n+
+DZFIDUy9ZnkYsafn5N4dOzyL9DhSUtEuHTJ7K11U0D8CXD184vkRWDzinzgphY/rqdq35qtNI3fc
+57fzuZFJOXPD6FwO+dS3Bfn5W08pOgyczFDEP2tOJN+orurrKh+gBbRsXLd5T0GVOXRC9l13zRdh
+8H7+uOb8psPb1uc3HB0KTORagidmhoRGRIo4YZnBg6vX7Nm3a0t+flmLxB57XbL/0MDJXjNVGDAp
+I5LGQ9Sbjxw/uqta20+Ku2F8SkIarfXI/n0bfvy5oOxIJXHmqodmZ4SFEg26IWnzIQl/8dyIACYX
+dgM+jmmRNpUefentrw7k788/VoFLjZy74rUFYjxW0XSg2x0UKU6NCaWhTWzPoEscIU4LETrl9fu6
+mTOzwsLJeNlAV7WWv2h2NI/IwDPcFoVZsfnHLYcPK/0EAeLxIb/ro4cjIoJxWalcW/PJ/d98vXl0
+Y+4MDIhPmjNZMFaXK+H5EeBfwSeeHzHKZTUbTQaDxXPdGoWnUmkUOpWAdTssWrXR6rRjCDgcnoxx
+4egsEqHx2Ke7C3YNh3z28myOnY5zE8h0Cp0xcmnKadXrTGaLxY3D4ElkxIn33PJCImJdbrfNOKwz
+O5zoInAEIpnBoxNtVq3ZgcET6DQy1lNsMDusGDKRQueh83KaDTqj2WJ3IFgMhkDjsChEHB7jdNqs
+BpUFz2GRPIOjqwt8lsNuMRvVBovnoiLawqFSKFQ2FY8gNqPK7CKQiDQKCYuW/DpIIrithmEzlskg
+kTCIzWrW2XAcNhmPwWE8d+NZjWqdBXGRGAwqhU76k7t8nRaT0WQ0jnTCQKGbIJ1KpxDG6uTbeZ4f
+AfkErh4+lE9/Td3h3N2H9mojvv7gBjHC8vaYAOBfAZ5vBAAA4AoD+QTAZcfkh0fFTYoPpiJjdtIE
+gCsf/BoAuOxCxy1efvsbd80VINSL9wIOAK40kE8AAAB8EeQTAAAAXwT5BAAAwBdBPgEAAPBFkE8A
+AAB8EeQTAAAAXwT5BAAAwBdBPgEAAPBFkE8AAAB8EeQTAAAAXwT5BAAAwBfB+wnB1cMH3k+otxrq
+tj15aIjLIok5DO/I/6mndveBgz+VyxNSRRR4RCz4i6w6pGnzGx+tWf3Nj9u2FR0q0vpNi2YRu2s3
+7Du6r0UVmxhIQXC/bqROE6IoXP/+L+UDDkxwiAirRxq3vPXJV1/+0tiuo8YmoRsg8ucvjLEhSFPe
+24XtCjs+TsTxjvynzvN+QvgpADCGbE77UFthS79ca/SOuRC64a725pNNfSbE7vKOumDy7rLjh9Yf
+qFQjlt/e7w7+NWwqfV/F5rX1WrIwNCUlJV4Q5T/c1ecymTWy1paWyjaJGTlrm8LgEBI/MCosKIDL
+xBvNuqbD325uH6YyA8IjRDintulI7sYTdYNSi7f62dA5KXsr2ns6FVrvmIsL8gmAK9pQT2nR4e8P
+VGkQy1/ONnDlMw9pusq+OkxOmLdi5fPPP//s3Q/dmehnw+G9L7v9HSwJYafOuW3Z/JmJkXSDydh5
+aGe3cNySFXfcsDxbSNQ2HsndVFI3OGj2Vr+8IJ8AuEicDqtJJ1Ma9drhYYVUKpUrlCqT0zn6Xl+X
+3W7WKaVSmVSq0BpNv7WbbCaNVq81nW4MnTPotBrU6iF0ZlKZTKYxmbQqnV5vMNpNOoVMrjGZ7c4z
+54waVuuM9tFpbWaNVjusVKtVMpnO5HBBc+tqYLM6TNqBIJobweDRrYgsooqz54wj8EZPLrucLqse
+/XvLpdIhtV5vRTczdPuzGlUaPbrdmEy6IaPJFUTCmh0OtUqr1w1pTOgEGqVSrVWbvNvNZQTXn8DV
+A90dX+7rT2a7RXJiXR97ZmJQrFNXemDNzZ/2IQ0ffPrZhx9+9vORqjrKpMmhNDoJi+iamw9999SK
+Jz9Zv75A4RjosNANWO7imQnM6rwXvyusGDYlJUfS0QSp3vn8uqNlipFBdOciO/HVy5++8eorn6//
+adOmfqGw6tPv83/efVDaXHpgx89SYVSQIIYqaT267qlbnshdv/7b9euLe+yOoKw0ITpt9e6X1/3y
+7Q97yo+89U6bYF6CgEuje1cbXLEoLjtOJf3s8zpKIkckjvUne8cjg61HWwZ6B12Cge8fevLTr7/Z
+3eEwsWMnheIQpGrTQ2tOdHfUDzTmPfLBL5q+ivKCaml3TVVT9etf/qLuqywvyGtUDeDF1yT6e2fm
+hTbKJBVb+txBgUFTIoTekf8UXH8C4NJzOGwKhbTqh3bRtOsfzX3+rhXx1FPf7qvSGTVId23B3vyf
+m3l3577yfu7D8WS2rbvKO9WZDSb0UHd00Ghx2hzW3mO5qw4qAoOWv5Gbm/vxhx/eOWnSjY8svWbJ
+vOyQqTe88OE7KyalB6vrj+zL21zPuSv3pfdyc1+9M4umrFj7zQGZ2+BAZ9UqMZOQxJs+/GDZZCGT
+NbpAcEXD8thBsx5cu2qqZV/+W3etfDV3cxNi8zaNh3v6+w+W0ha+9vbrj8yNNg6VHSxrQtzOkfaT
+Qc/0S5q2bNXtU6nRC2554u4V9z9wy0J0MIvmGXzywVvvnhI0OpfLCPIJgIsHh8UxhdHpk6bPyrl2
+7rSMCHFrZb/ColNJ+6SWPmfsnBtz5l+TM3NqSkIQj+md5E/YDQ5Fw/H9Kqf/uPQFC3NycubNnZsS
+FJSYGRcVGxnKCo6fNnf2uKAAgqq/XdU+KExfnjNnQU7O4uVZCSyB+VjVIGLxXJAg0f3CYjKmzJsb
+H0wn/XqkDa5kJCI1OG7OojnzsrNShVRNw5F1X+W3WJSeC0gEClMUmpyZNW/e3GWz03lYSndHlxbx
+nmFGaCxBSFz2uGACNyppcmpy+vik6HjPIC8qadKk8cmpAqexr2jLJx9+/A5q/Y87qnsR5BKfE4Z8
+AuDiIRHwgVNSwgVcOsLm0AP8E90Ks9ZpUxtMOH9XUFp6GFoDoUfEhIpDI72T/AmH2aXq7ZRGCkVB
+YUFU78jfMxhNJrqVEhUZhhAJ6C4oPCCEGxs6rFIjTs+uhcNlC0ICL7jfO7gyoLtxdsyc2295cOVN
+U4LJtT/8cGpwQGtHEJYgIDJrZrIfAU8IEAewiQE2rUaLuL359L+4rHaDtKu+rr4G1dbWPWwYadFf
+SpBPAFxyWCzW7UBsJpPVs7NwWS02u9XqLcPh8C4E4xyJEwSx2awupw39BwaL4IgkgsVut1ltf95R
+D4fO2olxWdDZeXZD6C7G5rbaSCQSctZlMnDVcDlcVrPJ4fa0ihjR4cmTF832r2hp0ejRNPlnyEJ2
+/I3Pf/fDui2ot994ck4CguC9ZZcI5BMAlxyPx7Z34up27qhADBZEeep4ZV3lSU8B+nsU8sVKHE0u
+H/Z0AERqKqqUiia0hMTEB6VOjDvZ2lJfWffnN59weSyWiq47cbIcMZsRRFXWVKU7WT9lUgZCpXir
+gKuKUmKszNvZbx/yHOBoh4e6Gyu6I0UCGpk0Wn5Fg3wC4JLDRqRmZkxKt/+8avk9ty1fVSjptonQ
+g9ORO/eF4yenUcwN655bvnzFncv39Q0rXKGeEjKeFjn36XvihkoOP3/38uXLb7ntjtzDgx3qEEEI
+lc06+O3jK+7+4nBxFztl1qy5iwUNryx/+Lbly+/9ar+cnvLA9ZkkhALtp6sSk2BjGTufvfv5FehG
+cffKr0oKgu5/4ZrwSL+/cXmRTSRHp0zvKdv64otvr/64oNs7+vKB/uXg6uED/ctRBByBFzo+XMBn
+UBAylR0QMSlRzCZScGi9XweZPDadzuchOGJggDAsZVJyTFJGfFR4SkQAhcBk0HFUFplCEwYEChMz
+JkfFjh+fGBoV6EcmMYVCqhNPo9NpQqFIFBCZmBHmx+bScXQ/OokWEBiZmBIqDgn0Y/lx8XY3O0Do
+L45JnjRh8rSEYBIG6znDxxLERIXFBPKvhmNrMAKPRQhEZNhE9PfnCgODo1PHTZ27aJy/5x4GhMEP
+Cw9LCBGQESy6kWKY/NCwsER0EIvFcAITY0LCBDwigUDxD5+YFCRkMDxduikMLobAEvPF0ZHhIXGi
+39+AgM6WHZAQEhjMHaubE87TvxzT3t4uEoloNJq3LgBXrMrKysDAQHRjdo/wjr2Y/iifAAB/gdFo
+HBgYKCkpEQgEoaGhAQEBXC6XTCbjcDg4vwcAAMAXQT4BAADwRZBPAAAAfBHkEwAAAF8E+QQAAMAX
+QT4BAADwRZBPAAAAfBHkEwAAAF8E+QQAAMAXQT4BAADwRZBPAAAAfBHkEwAAAF8E+QQAAMAXQT4B
+AADwRfD+J3D18I33P42yagc6OmvLK5s6PKQWK4bIZFEu8euxL5gbQdSSuk6p3GRnsRmXYi0dVsOQ
+pKq4w8zEk0g04nkPlB16o6KvsqjNwuQSyUTPi43+tQwyaXdTcXndyFals+CJFA4OYxpqK2zWkek4
+CpmM81b0sKmVkt7Gmn4rx49CwOLNcllPc1FFS8eQm8qkUMiEM+v+jlEnG+gs7zZw/cgELMH7nbsQ
+RNVb0T6kdTqZTNoYbSfnef8T5BO4evhGPrkRp0Wv6a7J27D1i48/3ZLvUWtwMIVxCWL2eXcJY8fl
+dluNw3obgkXweNz/fkEVmk81u1f9cLxCbc/IiGN6x148boda0V68+52nt6ujuP6CUD/q+VbS2Cup
+zH9r5c/W9IlCIYf3r325otNiaj6Uv/nrJz7+viA//8C+AYt/oDiFTh48vvraz/piUjkhItGZb83V
+NdUe3P/VJ0XOqdlBbAyhI//AhtUPfbTrSCczLiUA/crdRpuLSMJjPa9t/p3eliN53/9369CMucEc
+MoswOtKKIFWbH/m2bADBjkuOHKMXFJ4nn+D8HgBjymVDZPu/eebpH07ggp4r9Po0e2EM0tTsrXLx
+6e2Wku9uf379lvJajXeUTzF0dgw192OeP7LQdVzbX1up9o7/Y/Tw4Ky7VxeuvjsrOHysXtp6JRo+
+tmNzW6Vs5meFhUfQjWpbzvwkprLdW/gHWEnpyx76aOvrN8dQ/UnNRXmHK+sYKz7Ynf/lipw4Vc2a
+1auf+Wa/DLGhjSJfBfkEwBiy2i19R9d9rxbPGL/klsXjRV4RkxPjYtJCvJUuPhfithgUKoPR6pt7
+Hzc7kBEz6ZpYUfbyxeMiI4TnX0kMHk+m80Q8OhmP/99twauXQtLrcsr9A2NEogB0o4rNTkuMGCf2
+Fv4BLJFIY3L92TQCBoexW0x0LDYwMkYQ4EenEFw2vU6v0pud3rq+Cc7vgavH5T+/Z9da5ZUbc6sp
+M67PnJmexPGORvA0MplCJ3tObCG6huO79+3dnX+4uPhkacUwLZZFpzCIGmVP07G1BR3DtYeOdvfr
+tQ7sUBU6qKg9XNjdp0NYQSSyomrPDzvyDx09WtzW2ufgJIvoSH/D7hMtlcp12+8AABUfSURBVLVt
+0qatW3cVFxc3akgIFUvWNhxZvWnfieZus7rXaNMgrORAOrrc4r379+7KP1Rcc7JUS40W0KnE06fK
+3AgiqdvbqLI6sQGOxi1bDxUX16kJLgo3kEVwu5ySku/25x3YW1BcXN18UsOJFtBoJGVvZfXJbYXt
+yrp9+/oNVKNa0tm0t3SYaSzZuuPQoSP1MrMJz6J3bftpR8HBI8eqe9RKgijKb2SBxp7WqhP7dxfW
+1JRXNzUPY4JZvMBAttXt7j25vrCnt6WquXLnzn3ox2mzCRgMOo9m0slajnx+cFggJtOpNLzVqOyq
+3bZ2Z0Hx4WPFzYMGKztKzEQGTq7Pz8/bfbC4uLKhWM2J8KcxyL56ve/vcfQ1VDX3Sc2kiKQEPglH
+ZFDIZBrJYFL3nlhXS5sUqO6rK9+792hlXbs7WMAiMUgaWXP9ia0nlMH4lh27juaVVQ0MqZzDOqJL
+kpdXUnCqQjIwYFS1GZnBPBqH6j2Fd5pK3tpZVyBhL1sQ6/fr+T0Hup1UbKk38UMDJ16K83uQT+Dq
+cfnzyaq0DJT9uIMRe01Gyjh/tnfsr2xOu6wj76df9teUtwwMKbqlPXWdqiCOgOfH1Q03FG7879d1
+FGdXH4bKdxGRjvyVnsHOPgyFxxAITfLdO3851tzWPyDtkak0dmtyQhS19fhHGw8fr2twWXoaGmXN
+xaV9VDeLEcxU1G0+WNatUGNcZhqfLgieFuHsyN994HBVeWuvdFAmb5VbEhMCOQyet2PCaD6VdwwO
+K4j2oeqqzuaSU30UJyNwXDyf7HIOVmwpqWqr6+ju6ustrkbSMyL5bHnr/n2/5O6qpWN6WhBBnFPT
+cOrIZ3tqufTBiqqeplPNEkWb2k1QVBZVdfY0lTd0aTosIdMmB5IQtbQ8ryj/2KFKuUIrk3U3Dmrp
+GJogKIREx9Vt+e/XJ/ulTVp1X2OtrPH4sQGxIFgUHmzVdpz64Z4f9NmzRGIGRdPWcjJ/z56iJolC
+IpPbiDxuZHocH5FVbj1Z2VzT3tPd3328wp2aFuHPo11VnSkYONdgv76vt1lhRPSDBjyXSKJSCWg+
+dZ9YV6QUUhXS/oH68paW2sP9oUmJAhFP1VNcuPPdA4a5ydrjx5trWjv1JhsZRw0JdFWWtTV2dOpM
+ZiLBxImbGOknYJ5zWQ/Np+bKvTXDQTz7cO9g90iHjI62jo66kwd7nMEx4ZBPAPwlPtB+0tnU7fuq
+KUlZcbGhXKp37GlutUVb8n/3rDFmPbLsmZdeuCP7mhTy4fc3qATh7HAOTVFfuu2wPOfVRx9YdNN0
+DtLbUPrzIXnOK488sOjmaQRd1bGvHj4qeOqlm2674eZMsj9F8k1T8LxoXc/Bw8cVTHvWvT+/9Z8b
+4k1lBwekNn7yjbMWLA5WbB9KvP3xOx5ecXsKzm46tebe3dYJ1859+P57ZkfPEFb81B0eyuNE8Ef3
+SqP5dOh4g00ZtuCt1c/clmCuOTQgMZHCZiUE4XB+kZPHTZo7a05qihAz9NEe26w5QpHd1FBWUzWo
+XPjOB49lZ8dhNJWlxQcbClzZT7356P2z/e3tJd9vPyGd9u6bK1fcl8Vx9MoPH1VGrZgsclUe/GBD
+9UBA+qtrPlh5/Q3ZfoMFxU1tw0haegJLcmL9rmP41Lgl93z1+LXXR6u3rO/DhQeGpLDJcnQXXMte
+tjAyyKkq2b77+721OWvfevzO/9x+07wsTzihfwN+eGYSupKz08aHEuTv7nRkz/AX8/2vqs4UPPG4
+hCC+UbH1zY9++qUDP47rLxZzbHZdx4l1OwptKRnLVzz18KyZbOXXuc1Bc5KCQjDW1o76I0PsZXcv
+XhbKHXbSsIlzP/z44Qlxk3OC8FLPYM7HH748KyiQ7jbpdRq1RmcwGQxODBGPw2uGWmtKNu8+UF18
+/MiBgwdGuvnkH8zPP1XX7+akTUi5JPkE158AGFNOF9ImUWlNWu/wGaxW1+BQn2OaOCogNBhBSP7E
+kIXXzRukkXVqT206Hp8wMTXYnz+aazQ8Ln5iSrCAR0UMerOip81c+d1TN96Wk51901P3fXq0uW/A
+6nAgiDglJnXpzHgEh0XGpaXx3CEGpUIxMoNfWa3ugb5+R/OO1U//d0l29qJb57y493B1h8Zo8lbw
+ChyXkXXL7TMCsVh8cmqqHybUMDyEzsrlQOrWv/Pkiuzs5Tc/vHofgui99bkseuz0TDHNe2qIKwwc
+/9CzSxMELFpEVGhYxgJ6THZmIB0tjYgMDeNPsA1IBhD7gFxhjMQLksclopNgEP/ZkyaTEiKk0qGR
+eSARMyakZY8PQ+h0ZOKUaTQNU6NXn9l7Qt012OXsVs26/Xoxj3P2KamGDR8/c0d29g033vvpbpf7
+/F0urlisoPTr7/1qX8FPjwtLPtr14+a9nv4R6AFZ3LW35MyYGMPj+dFSxuXgJW6FWXf67/S/DRft
++ugJ9A+cnT0/O/vtH8p7BjxjmQx+FrqsLQdGO/mgDhYWfrxyQnTUyESXAOQTAGOHxMSL4tJCTymH
+ZH2D3nG/cbsRh9PpJuMIOAIe3TnjMHgqjeLEYFwuTwcBtA1AIKOHrtjRBhn62ySQ0EEcBnG53E4G
+ljzzllVvvvFZbu4X//flB298c1uCiInumHAkApFKQffUGIRIIuEQnMuFRuTZ3IjT7XCPn3nHky+i
+k3/2xadffr3+4eypEeecgMQRSWQa3XMLDYZIIuIQvNvlNKsdA/mffyalxd/wVO57bzx397IohOVt
+oKLHtwQyCYc9vcI4HInJphHRD4An4PEkCoZAIaNHwRjEM4gjuR1onro93wAewRG8rVwchURGj9fR
+sSODCJ6CrgQRj2CwCIlMxrg9382ZH8flcDrcDheFTsOd/qI8zVZEtv+r1QO48GufyH3/rZf+c2MM
+hntmT+urBxZPojH8w4SJNyybE4rFKcpae0bGE6h0KplEQP8kGCKRgjg8txigreILxEqesvzhF3NR
+7+fm3jovVsj3jEVnRmbwBf6CkT4+HkKRiMskEc65VHXxQD4BMHZwVAIravYs/6Haffl5heW/RpSh
+UzooaVUQMBwmF9eqlmkUSs9e1TFcW9kQQSCy+TxvxT9GJhMZZD5G6+QkJmXOykHNmDonjk8jXdj1
+fzwB4XC4OB2eIQ5MmO6ZfP68nJTgAPYF7MJtBpekqkBKokdmzJuZMSnODzF6ugf+fUwmkzTk0kn6
+JCODusaOdvKwLij4PP3QzkT1Y/th/WhNJeVqgxFtPo6wGxFJ5REpnhSePm/mhCkJ/gjaMvwnK+mb
+Blv6pbJO9PvHYhEqg4xz4N3Ws9P77yILghMypnm2jDk5OckRfPq5p6YvE8gnAMYQAU8UJM9ZFkaV
+D5Tt2bE9z+tIcXmLRG6j4vmREye6DR2VxTvz8vbvP5h3uAUzJ1AcGvo/8onLDgqcPMHYcqDg0C/7
+PDM8WlzQPGy0nt5Bn4uAwfB4QpOqv7y0rKq034rjRWVmItq2sqPb9ngmzz+QV9M3qLF4q58HBm1G
+MWgCrbyz7GTB8WMV7QMmxP6P8ik0JpHKwXSVjn45u/ZUywNw/pnJF5hPtMCgxKDUFF3djzsP7dmP
+zqCooqFTjTYbmTR/3XB3xamC44VlbRKDT9/W8zcZezurSg7vHvne8nbtbXFRWYGZ4Vxv6V/DorOx
+WHdnffGRA/XSYYPNO9rHQD4BMKZwJCThpieeeuCGcEPtF495fdlcISPERDJI1IybXr07UFec9/5j
+jz3zwUtf9cf8d+nEtPAABIcnUlkCLo2IHbnFB4dDB4VcOslzeg9B/AOis+9697aQtq2b33/OM8OX
+33t2e+uQHqGyWXQWjez9HRMpbBaDRSVj6VjcuLS5TlnNujX/9+1nR4bxxPQbXr4rldxasWaVZ/In
+nnps3Yny3jOvkaHL80xL8T7hgkhhMRksGoXJw6UsvEnY0LH9w1XvbF5bak/M5HEYODyGQKTSmXwW
+DTe6E0FXn844Y5CElvqxqGeUooM0PAaLiZ126/UTU3Ctqz0r8tibJ7SJ46beNDXGc3qTROdz6HTS
+SKfC0UE2g0YmYnE4ApUl4qHfBgHDCh4/c/aKxUkH31v9ytPoDN7+avNBGdudeu0yUWv/7o9fefvH
+z4utCRO5XNZVd7NUlNDaUHjiVfRDP/nYY+9sckyPnTpveSoPi6MwBVw6hUAY2XJGBnkjgzgCmcby
+3v9EIDOYDA7j9N83MjSRxWaf2vnhS09vqm6VoY2yc+DRaZn+HBoBe8ajPdB/EalcNoNBIV2SJ6Fg
+2tvbRSIRjUbzjgDgilVZWRkYGIhuzO4R3rEX07n9937lspqNJoPB4m3g4KlUGoVOJeI8l4Iseq3R
+bLU7ESwGS6BxWBQCurt3OmxWo9qCZ7NIxN8PIojb6XaYtRq0yTRyQgdHwJIZPDpi01mcGDyBTht5
+8JrNrDE7Rgexbptx2GB2WDFkIoXOoxEQp9mgM5otds8qoetMZrJpJHTRntXzOGPa0VlpzQ43nsBA
+085p1qpNVocNQ8Dh8CTEiWewSQS3y2yxmJw4dP2x6Cdx2Ex/NMhmoTvEcwfdVovJbNCb7Z7lEigM
+BpWKZhL697IZhk0ImUKkopl05iAB5/T8G505mYSmjtNptxiUOovbcw4PTUIKnUknoiupMVntNgSP
+RXfLiBNHZ5GJV1lE2S16g8lgsY4OoYFDpdBIGJfTahg2Y5kMEolAwLrOGMQgNqtZZ/d8b3iH3WCx
+2xE8i4H+fdFvxWHRm9Et1I5DtwT0sMjzmKOzOOwWdFobjsMm49F4Gx3p+aMYVWYXnkSkU8aq777R
+aBwYGCgpKREIBKGhoQEBAVwul0wm49BjM8gncNXwoXwCAFyY8+TTGCUgAAAAMKYgnwAAAPgiyCcA
+AAC+CPIJAACAL4J8AgAA4IsgnwAAAPgiyCcAAAC+CPIJAACAL4J8AgAA4IsgnwAAAPgiyCcAAAC+
+CPIJAACAL4J8AgAA4IsgnwAAAPgieL8GuHpc9vdr6CV1DbvfWleGaM3eMaNE0++8ZtbUuTEM7zAA
+VxRp+ebjNY3HaTe9szSGScZ7x44ReL8GAJcCjsxgB6ckJqWkpAiZZq2yXuEOTYlLTokL9uPTLuRX
+7UKQvpqd+wv3V7bqvaMAuMz0bU1NbceONElKDlQOWbUjr5W8NCCfABgzVH5Y3MLnVz75/PPP3718
+xpQJ4ox5Dzz/xDPP/2fh+DQxxVvpfLz5dCyvsgXyCfgGi+RUh5qgw0dNd5UXduqGjE5vwcUH+QTA
+xeeymvVqhRQlk0o1eovVbNbr1UqVyel0I4jdZNTrlTqTw23RKzRGi9lg0mmUw3Kd1eFyj0477JnW
+Q6U3n35pPACXgFPe1GgkMkOzJ2Wn4epqJCqNGT2MujQgnwC4+JQnD65+7o5s1Ozs7NfXHj1RcPD/
+1r740FO7BocNDqR976Zvv37o0z3dhuI1t7y+4ci+DftyV/3n7pzPKwbUFkR56tCaF0am9Xj8q8PH
++rxzBeAiQw+FBltqLSQXK2NSrCghHVtaO6zUXLK2PeQTABeVE0GaDn1b1DEUOmtVbu5Hb+feTzKq
+rSpGQtrENNI3u5p1Zdu2DRrVfguXTRZRkha9dPvstImzJ15/15PPvrc0ks/oOLxua1U7OemR3NxP
+Psx98Tq/5qITv+SfUnnnDsBF5LQh8upafaCbHhQX4kcNTMywl8qVqkGDt/xig3wC4GJyOxFtV2Nt
+TWlFVX1jTU1tTU1H9ck6idIdkpyRmRPR9su364+qaJykCbPig+h4Qcz0lHChOCIoPnXSlDmxXJq5
+r6nWoidETVyWk5NzTc6SWycGDGG1dW0K7+wBuHhcNoum6YScE0ARBQXQ6CRmaGa0srajp7FH7a1x
+kUE+AXAxud2IVqO1OZRahbSzpqausUbFYtJpQgaXJwiYnmMv/GlfP5vHTo4J8E5whpFpdTYRgR0o
+RosxOISVFB2FEfB0Wp23CgAXjdVmltYeLJMqOtvbK4vyDh8qrOyzKU8V1TW0SC7NBgj5BMBFhsPh
+MLEZ1zzy8vcbt4x66eZbJwgcdrtei2FwWUSHw2m2/HGvXRwOi7G7HTabp9iNOM1WK87pIhCJo8UA
+XDQulVFdvnPbYPveH7d//tJjjz325HOr3t4rkRVWy7v6Wi9JL3PIJwAuJiwWEYoElMbB1rKC48Pe
+kR6DfR3N33xI+c8Xz46T9g3uP97sHX+G0WmpzRZpU30Tur9wILL848V+MnV8Ury3CgAXi2rY3NB6
+IPKOu7/asqdw1JHCws1v3mDyt7Q3t3lrXVSQTwBcVHgElzzv7gXpgbKyt+5fPurN1W989O3hvfvb
+r1mYHjo7Z6pVrSz5el2pHME5kfiIJIu277uPX3jmzvWNMkP0nDuvifPvO/DM8uU3rVj+4Pb+yNS0
+RVnxBO/cAbhINMOyloYS/4zxcREREaJRgSJRwvjxYRbEUNnc7a13MeFWrlzJYDCIcL4AXPmkUimT
+ybyUG/M5zzc6G50TFBI+LkJEoXD9uXQGk0GhMoUjwqPDeZyQAHFgVvZ4Md+Pg8Gx/ejsgIQIPhmh
+UKguCpfH4IUEhseODxUKAvgUGp2MJzJFImFQ4sR5U9ISggSQT+AiczocLjxFnDQ9PYTNJuNGxqGb
+OoFMIeF5oSKhKF5EHxn5T9ntdr1e39/fT6fT2Ww2mkcUCgWPx2OxWHj+Hrh6XPbn7wEA/ip4/h4A
+AIArDOQTAAAAXwT5BAAAwBdBPgHw941e6AIA/A3eX9Gfg3wC4B/x/tQAAH+d91f0JyCfAAAA+CLI
+JwAAAL4I8glchUZvSwIA+DjvL/ZPQD6Bq5N38wcA+Crvb/XPwfMjwNWjsrKSx+ORyWTvMADA51ks
+FqVS+YfPj4B8AlcPNJ+8/wIAXFFKS0v9/f1DQkLQPELziUQiQT6Bq5zZbNZoNHK5XCKRoMdoJpPJ
+4XD8z16tAIBLCY/HoxnE4/HEYjHaimKz2Wg+wfNhwVXOarUaDAY0mYaGhtCgQgedTifkEwA+BW0q
+kclkNJbQJhTaeKLT6UQiEfIJXOXQ1pLFYkEjSqfToY0nu93ucrm8ZQAA34BGEYFAoFKpTCYTDSe0
+8YS2qDw9KCCfwFUMTSM0k1BoSo2G08hN69B+AsCHoEmENqHQNhOaTGhQeV/+BPkErm5oFKGZhBo9
+rTfKWwYA8A2eKMJg0Ez6lXck5BO4iv2aRqP/gHACwDehYfTr/3v/gSD/D4vtC45Y5MJ+AAAAAElF
+TkSuQmCC
+"
+ preserveAspectRatio="none"
+ height="462"
+ width="565" />
+ <rect
+ y="424.44272"
+ x="270.69492"
+ height="26.864807"
+ width="274.88382"
+ id="rect1100"
+ style="fill:none;stroke:#ff3700;stroke-width:3.77952756;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <text
+ id="text1104"
+ y="357.09473"
+ x="236.823"
+ style="font-style:normal;font-weight:normal;font-size:26.6667px;line-height:0.95;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
+ xml:space="preserve"><tspan
+ style="font-size:26.6667px;text-align:end;text-anchor:end;fill:#ff3c00;fill-opacity:1"
+ y="357.09473"
+ x="236.823"
+ id="tspan1102"
+ sodipodi:role="line">Insere</tspan><tspan
+ style="font-size:26.6667px;text-align:end;text-anchor:end;fill:#ff3c00;fill-opacity:1"
+ id="tspan1106"
+ y="382.4281"
+ x="236.823"
+ sodipodi:role="line">elemento</tspan><tspan
+ id="tspan1112"
+ style="font-size:26.6667px;text-align:end;text-anchor:end;fill:#ff3c00;fill-opacity:1"
+ y="407.76144"
+ x="236.823"
+ sodipodi:role="line">de texto</tspan></text>
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path1114"
+ d="m 269.55789,436.98947 h -87.53684 l 0,-19.93665"
+ style="fill:none;stroke:#ff3700;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Send)" />
+ </g>
+</svg>
diff --git a/docusaurus/static/images/controlInit.svg b/docusaurus/static/images/controlInit.svg
index 65116e6..a4805c6 100644
--- a/docusaurus/static/images/controlInit.svg
+++ b/docusaurus/static/images/controlInit.svg
@@ -5,323 +5,322 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- sodipodi:docname="controlInit.svg"
- id="svg10350"
- version="1.1"
- viewBox="0 0 149.69559 114.04693"
+ width="149.69559mm"
height="114.04693mm"
- width="149.69559mm">
+ viewBox="0 0 149.69559 114.04693"
+ version="1.1"
+ id="svg10350"
+ sodipodi:docname="controlInit.svg"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)">
<defs
id="defs10344">
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-9"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-1"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-1"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-5"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-5"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-17"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-17"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-5-4"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-5-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-9-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-9-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-7-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-7-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-3-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-3-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-98-4"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-98-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-8-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-8-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-03"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-03"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-8-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-8-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-0-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-0-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-8-3"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-8-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-0-6"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-0-6"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-98-4-73"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-98-4-73"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-8-7-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-8-7-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-8-5"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-8-5"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-0-60"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-0-60"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-8-5-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-8-5-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-0-60-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-0-60-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-8-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-8-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-0-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-0-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6-5"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6-5"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-4-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-4-4"
+ inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
- inkscape:window-maximized="1"
- inkscape:window-y="-8"
- inkscape:window-x="1912"
- inkscape:window-height="837"
- inkscape:window-width="1600"
- showgrid="false"
- inkscape:document-rotation="0"
- inkscape:current-layer="layer1"
- inkscape:document-units="mm"
- inkscape:cy="231.25618"
- inkscape:cx="243.08128"
- inkscape:zoom="0.98994949"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="1.0"
- bordercolor="#666666"
+ id="base"
pagecolor="#ffffff"
- id="base" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.98994949"
+ inkscape:cx="243.08128"
+ inkscape:cy="231.25618"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ inkscape:document-rotation="0"
+ showgrid="false"
+ inkscape:window-width="1600"
+ inkscape:window-height="837"
+ inkscape:window-x="1912"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
<metadata
id="metadata10347">
<rdf:RDF>
@@ -334,1090 +333,1644 @@
</rdf:RDF>
</metadata>
<g
- transform="translate(199.6636,110.19459)"
- id="layer1"
+ inkscape:label="Layer 1"
inkscape:groupmode="layer"
- inkscape:label="Layer 1">
+ id="layer1"
+ transform="translate(199.6636,110.19459)">
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8)"
- d="m -159.96431,-104.65161 v 2.83481"
- id="path9106-8-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1"
+ d="m -159.96431,-104.65161 v 2.83481"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8)" />
+ <path
+ d="m -172.89453,-100.2207 v 12.816403 h 25.85937 V -100.2207 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0-9" />
+ <path
+ d="m -173.41957,-100.74532 h 26.91049 v 13.866604 h -26.91049 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5-2" />
<g
- transform="translate(-221.37077,-236.86504)"
- id="g34182-7-4-3"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 12.81641 h 25.859376 v -12.81641 z"
- inkscape:href="#rect7253-2-7-4-7-6-6-5-2"
- id="path34163-6-0-9"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-2-7-4-7-6-6-5-2"
- inkscape:original="M 47.951172 136.11914 L 47.951172 149.98633 L 74.861328 149.98633 L 74.861328 136.11914 L 47.951172 136.11914 z "
- inkscape:radius="-0.52464706"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="0"
- rx="0"
- y="136.11972"
- x="47.951206"
- height="13.866608"
- width="26.910494"
- id="rect7253-2-7-4-7-6-6-5-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- id="flowRoot34165-8-0-9"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"
- transform="translate(0.04724702,0.51971726)"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167-0-8-6"><use
- height="100%"
- width="100%"
- id="use34169-9-2-3"
- xlink:href="#path34163-6-0-9"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara34173-9-2-4"
- style="font-size:4.23333px;fill:#808080;"><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan4607">h</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan4591">min</flowSpan> = <flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan4611">h</flowSpan> * 10<flowSpan
- style="font-size:65%;baseline-shift:super;fill:#808080;"
- id="flowSpan5298">-1</flowSpan></flowPara><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4589"><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan4615">h</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan4599">max</flowSpan> = <flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan4619">h</flowSpan> * 10</flowPara><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara5153"><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan5155">it</flowSpan> = 0</flowPara></flowRoot>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="flowRoot34165-8-0-9"
+ transform="translate(-221.32352,-236.34532)"
+ aria-label="hmin = h * 10-1
+hmax = h * 10
+it = 0">
+ <path
+ id="path5114"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 50.249109,137.00595 -0.537435,1.86242 q 0.279053,-0.41135 0.405143,-0.55604 0.188102,-0.20877 0.322461,-0.28112 0.136426,-0.0744 0.260449,-0.0744 0.10542,0 0.179834,0.0806 0.07648,0.0786 0.07648,0.21084 0,0.11162 -0.04961,0.27905 l -0.262516,0.88057 q -0.03514,0.11575 -0.03514,0.15503 0,0.0186 0.01447,0.0351 0.01447,0.0145 0.03307,0.0145 0.0248,0 0.04961,-0.0207 0.06615,-0.0517 0.14056,-0.16537 0.0186,-0.0289 0.05994,-0.0868 l 0.08062,0.0455 q -0.177767,0.29352 -0.33693,0.40308 -0.159164,0.10955 -0.30179,0.10955 -0.128158,0 -0.200505,-0.0661 -0.07235,-0.0661 -0.07235,-0.16537 0,-0.0909 0.04961,-0.25838 L 50.3814,138.5273 q 0.02481,-0.0909 0.02481,-0.13229 0,-0.0227 -0.0186,-0.0393 -0.01654,-0.0186 -0.03927,-0.0186 -0.07441,0 -0.204639,0.12403 -0.268717,0.25425 -0.537434,0.79788 l -0.183968,0.61392 h -0.51263 l 0.677994,-2.33578 q 0.04134,-0.14882 0.04134,-0.2129 0,-0.0517 -0.04134,-0.0806 -0.05374,-0.0393 -0.165364,-0.0331 l 0.01447,-0.0827 0.68833,-0.12196 z" />
+ <path
+ id="path5116"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 52.057783,139.2825 -0.198437,0.66663 q 0.199988,-0.30696 0.291455,-0.41393 0.134875,-0.15658 0.221692,-0.20464 0.08837,-0.0481 0.176733,-0.0481 0.100769,0 0.145728,0.0605 0.04496,0.0605 0.04496,0.13333 0,0.076 -0.04186,0.22324 l -0.06976,0.2496 q 0.201538,-0.31006 0.289905,-0.41238 0.136426,-0.15813 0.237195,-0.21394 0.06976,-0.0403 0.148828,-0.0403 0.08216,0 0.136426,0.0558 0.05581,0.0543 0.05581,0.14263 0,0.0992 -0.04651,0.25735 l -0.172082,0.57826 q -0.03876,0.12867 -0.03876,0.16588 0,0.0124 0.0093,0.0233 0.01085,0.0108 0.02325,0.0108 0.01705,0 0.02946,-0.0108 0.05581,-0.045 0.117822,-0.13177 0.01395,-0.0186 0.04186,-0.0574 l 0.05271,0.0341 q -0.10697,0.19999 -0.235644,0.29301 -0.127124,0.093 -0.235645,0.093 -0.09457,0 -0.151928,-0.0512 -0.05736,-0.0527 -0.05736,-0.12248 0,-0.0667 0.03876,-0.20153 l 0.175183,-0.60462 q 0.03566,-0.12557 0.03566,-0.15658 0,-0.0109 -0.01085,-0.0202 -0.01085,-0.0109 -0.0217,-0.0109 -0.02015,0 -0.04031,0.009 -0.02946,0.0155 -0.09147,0.0806 -0.06046,0.0651 -0.175183,0.2341 -0.114722,0.16743 -0.15968,0.262 -0.04341,0.0946 -0.08682,0.24494 l -0.09457,0.31936 h -0.392224 l 0.289905,-1.01234 q 0.02325,-0.0822 0.02325,-0.11317 0,-0.0109 -0.01085,-0.0202 -0.0093,-0.009 -0.02015,-0.009 -0.05736,0 -0.181385,0.15038 -0.189135,0.23255 -0.344165,0.55966 l -0.125574,0.44493 H 51.24543 l 0.291455,-0.99684 q 0.04341,-0.14727 0.04341,-0.20929 0,-0.0248 -0.0124,-0.0418 -0.0124,-0.0186 -0.04031,-0.0279 -0.0279,-0.0108 -0.10697,-0.0108 l 0.0155,-0.0589 0.52865,-0.0915 z" />
+ <path
+ id="path5118"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 54.395625,138.56937 q 0.09612,0 0.16123,0.0667 0.06666,0.0667 0.06666,0.16123 0,0.0946 -0.06666,0.16123 -0.06666,0.0667 -0.16123,0.0667 -0.09302,0 -0.15968,-0.0667 -0.06666,-0.0667 -0.06666,-0.16123 0,-0.0946 0.06511,-0.16123 0.06666,-0.0667 0.161231,-0.0667 z m 0.09612,0.71313 -0.31781,1.10226 q -0.02635,0.0946 -0.02635,0.12402 0,0.0171 0.01395,0.0326 0.01395,0.014 0.02946,0.014 0.02635,0 0.05271,-0.0233 0.06976,-0.0574 0.167432,-0.20774 l 0.05271,0.031 q -0.234094,0.40773 -0.497644,0.40773 -0.100769,0 -0.161231,-0.0558 -0.05891,-0.0574 -0.05891,-0.14418 0,-0.0574 0.02636,-0.14572 l 0.215491,-0.74104 q 0.03101,-0.10697 0.03101,-0.16123 0,-0.0341 -0.02946,-0.0605 -0.02946,-0.0263 -0.08062,-0.0263 -0.02325,0 -0.05581,0.002 l 0.02015,-0.062 0.525549,-0.0853 z" />
+ <path
+ id="path5120"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 55.411067,139.2825 -0.192236,0.66508 q 0.193786,-0.29146 0.289904,-0.39843 0.141077,-0.15503 0.243396,-0.21084 0.10232,-0.0558 0.192237,-0.0558 0.08062,0 0.137976,0.0605 0.05736,0.0589 0.05736,0.15503 0,0.0868 -0.03721,0.21084 l -0.198438,0.66198 q -0.02481,0.0868 -0.02481,0.11317 0,0.0155 0.01085,0.0279 0.0124,0.0124 0.0248,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.045 0.110071,-0.12712 0.01395,-0.0217 0.04496,-0.0651 l 0.05891,0.0357 q -0.227893,0.38293 -0.479041,0.38293 -0.09612,0 -0.150378,-0.0496 -0.05426,-0.0496 -0.05426,-0.12403 0,-0.0651 0.03721,-0.19378 l 0.193786,-0.66198 q 0.02015,-0.0651 0.02015,-0.0961 0,-0.017 -0.01395,-0.0294 -0.01395,-0.0139 -0.03256,-0.0139 -0.05891,0 -0.142627,0.0806 -0.21394,0.20464 -0.413928,0.60927 l -0.127124,0.46043 h -0.395325 l 0.289905,-0.99529 q 0.04186,-0.14727 0.04186,-0.20928 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.04031,-0.0279 -0.0279,-0.0108 -0.10542,-0.0108 l 0.01705,-0.0589 0.522449,-0.0915 z" />
+ <path
+ id="path5122"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 57.465204,138.04775 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
+ <path
+ id="path5124"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 62.2277,137.00595 -0.537435,1.86242 q 0.279053,-0.41135 0.405143,-0.55604 0.188102,-0.20877 0.322461,-0.28112 0.136426,-0.0744 0.260449,-0.0744 0.10542,0 0.179834,0.0806 0.07648,0.0786 0.07648,0.21084 0,0.11162 -0.04961,0.27905 l -0.262517,0.88057 q -0.03514,0.11575 -0.03514,0.15503 0,0.0186 0.01447,0.0351 0.01447,0.0145 0.03307,0.0145 0.0248,0 0.04961,-0.0207 0.06615,-0.0517 0.14056,-0.16537 0.0186,-0.0289 0.05994,-0.0868 l 0.08062,0.0455 q -0.177767,0.29352 -0.33693,0.40308 -0.159164,0.10955 -0.30179,0.10955 -0.128158,0 -0.200505,-0.0661 -0.07235,-0.0661 -0.07235,-0.16537 0,-0.0909 0.04961,-0.25838 l 0.256314,-0.88057 q 0.02481,-0.0909 0.02481,-0.13229 0,-0.0227 -0.0186,-0.0393 -0.01654,-0.0186 -0.03927,-0.0186 -0.07441,0 -0.204639,0.12403 -0.268717,0.25425 -0.537434,0.79788 l -0.183968,0.61392 h -0.51263 l 0.677994,-2.33578 q 0.04134,-0.14882 0.04134,-0.2129 0,-0.0517 -0.04134,-0.0806 -0.05374,-0.0393 -0.165364,-0.0331 l 0.01447,-0.0827 0.68833,-0.12196 z" />
+ <path
+ id="path5126"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 65.272473,137.71495 q -0.0083,-0.14263 -0.05788,-0.28319 -0.07028,-0.20257 -0.07028,-0.27905 0,-0.10749 0.04961,-0.1633 0.05168,-0.0558 0.12609,-0.0558 0.06408,0 0.111621,0.0558 0.04754,0.0558 0.04754,0.15917 0,0.093 -0.05581,0.26045 -0.05374,0.16536 -0.06615,0.30592 0.113688,-0.0724 0.204639,-0.1757 0.140559,-0.1633 0.208772,-0.20257 0.06821,-0.0393 0.138493,-0.0393 0.06821,0 0.113688,0.0475 0.04754,0.0455 0.04754,0.10955 0,0.0765 -0.06821,0.13643 -0.06821,0.0599 -0.341064,0.11989 -0.159163,0.0351 -0.264583,0.0806 0.107487,0.0558 0.262516,0.0848 0.250114,0.0455 0.326595,0.11369 0.07855,0.0682 0.07855,0.14883 0,0.062 -0.04754,0.10748 -0.04548,0.0455 -0.107487,0.0455 -0.06201,0 -0.138493,-0.0434 -0.07441,-0.0434 -0.202571,-0.1943 -0.08475,-0.10129 -0.21084,-0.19017 0.0041,0.11782 0.04754,0.25631 0.07441,0.24392 0.07441,0.3328 0,0.0827 -0.04961,0.14056 -0.04961,0.0558 -0.10542,0.0558 -0.07648,0 -0.138493,-0.0599 -0.04341,-0.0434 -0.04341,-0.1385 0,-0.0992 0.04754,-0.23771 0.04754,-0.14056 0.05994,-0.19224 0.0124,-0.0537 0.02274,-0.15709 -0.121956,0.0806 -0.212907,0.17983 -0.150895,0.1695 -0.227376,0.21498 -0.05374,0.0331 -0.111621,0.0331 -0.07028,0 -0.119889,-0.0475 -0.04961,-0.0476 -0.04961,-0.10542 0,-0.0517 0.04134,-0.10749 0.04341,-0.0579 0.128157,-0.0951 0.05581,-0.0248 0.254248,-0.0661 0.128157,-0.0269 0.250114,-0.0786 -0.111621,-0.0558 -0.266651,-0.0868 -0.254247,-0.0538 -0.314192,-0.0972 -0.09302,-0.0682 -0.09302,-0.16536 0,-0.0558 0.04548,-0.10129 0.04754,-0.0475 0.109554,-0.0475 0.06821,0 0.144693,0.0434 0.07648,0.0434 0.19017,0.1757 0.113688,0.13022 0.23151,0.20257 z" />
+ <path
+ id="path5128"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 67.922439,137.34495 0.682128,-0.3328 h 0.06821 v 2.36678 q 0,0.23564 0.0186,0.29352 0.02067,0.0579 0.08268,0.0889 0.06201,0.031 0.252181,0.0351 v 0.0765 h -1.054199 v -0.0765 q 0.198438,-0.004 0.256315,-0.0331 0.05788,-0.031 0.08061,-0.0806 0.02274,-0.0517 0.02274,-0.30386 v -1.51308 q 0,-0.30593 -0.02067,-0.39274 -0.01447,-0.0661 -0.05374,-0.0972 -0.03721,-0.031 -0.09095,-0.031 -0.07648,0 -0.212907,0.0641 z" />
+ <path
+ id="path5130"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 69.695973,138.48803 q 0,-0.47956 0.144694,-0.82476 0.144693,-0.34726 0.384472,-0.51676 0.186035,-0.13436 0.384472,-0.13436 0.322461,0 0.578776,0.32866 0.320393,0.40721 0.320393,1.10381 0,0.48783 -0.140559,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.217041,0.15297 -0.419612,0.15297 -0.401009,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142626,0.94464 0.117823,0.30799 0.3514,0.30799 0.111621,0 0.23151,-0.0992 0.119889,-0.10128 0.181901,-0.33693 0.09508,-0.35553 0.09508,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192236,-0.33693 -0.08475,-0.0682 -0.204639,-0.0682 -0.14056,0 -0.250114,0.12609 -0.148828,0.17156 -0.202571,0.5395 -0.05374,0.36794 -0.05374,0.72554 z" />
+ <path
+ id="path5132"
+ style="font-size:65%;baseline-shift:super;fill:#808080"
+ d="m 71.771193,137.46081 h 0.694634 v 0.20288 h -0.694634 z" />
+ <path
+ id="path5134"
+ style="font-size:65%;baseline-shift:super;fill:#808080"
+ d="m 72.901148,136.53642 0.443383,-0.21632 h 0.04434 v 1.53841 q 0,0.15317 0.01209,0.19079 0.01344,0.0376 0.05374,0.0578 0.04031,0.0202 0.163917,0.0228 v 0.0497 h -0.685229 v -0.0497 q 0.128984,-0.003 0.166605,-0.0215 0.03762,-0.0202 0.0524,-0.0524 0.01478,-0.0336 0.01478,-0.1975 V 136.875 q 0,-0.19885 -0.01344,-0.25528 -0.0094,-0.043 -0.03493,-0.0632 -0.02419,-0.0202 -0.05912,-0.0202 -0.04971,0 -0.138389,0.0417 z" />
+ <path
+ id="path5136"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 51.132982,141.25742 -0.537435,1.86241 q 0.279053,-0.41134 0.405143,-0.55604 0.188102,-0.20877 0.322461,-0.28111 0.136425,-0.0744 0.260449,-0.0744 0.10542,0 0.179834,0.0806 0.07648,0.0785 0.07648,0.21084 0,0.11162 -0.04961,0.27905 l -0.262516,0.88056 q -0.03514,0.11576 -0.03514,0.15503 0,0.0186 0.01447,0.0351 0.01447,0.0145 0.03307,0.0145 0.0248,0 0.04961,-0.0207 0.06615,-0.0517 0.14056,-0.16536 0.0186,-0.0289 0.05994,-0.0868 l 0.08062,0.0455 q -0.177766,0.29352 -0.33693,0.40307 -0.159163,0.10956 -0.30179,0.10956 -0.128157,0 -0.200504,-0.0661 -0.07235,-0.0661 -0.07235,-0.16536 0,-0.0909 0.04961,-0.25839 l 0.256315,-0.88056 q 0.02481,-0.091 0.02481,-0.13229 0,-0.0227 -0.0186,-0.0393 -0.01654,-0.0186 -0.03927,-0.0186 -0.07441,0 -0.204638,0.12402 -0.268717,0.25425 -0.537435,0.79789 l -0.183968,0.61391 H 49.79353 l 0.677994,-2.33577 q 0.04134,-0.14883 0.04134,-0.21291 0,-0.0517 -0.04134,-0.0806 -0.05374,-0.0393 -0.165365,-0.0331 l 0.01447,-0.0827 0.688329,-0.12195 z" />
+ <path
+ id="path5138"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 52.941656,143.53397 -0.198438,0.66662 q 0.199988,-0.30696 0.291456,-0.41393 0.134875,-0.15658 0.221691,-0.20463 0.08837,-0.0481 0.176734,-0.0481 0.100769,0 0.145727,0.0605 0.04496,0.0605 0.04496,0.13332 0,0.076 -0.04186,0.22324 l -0.06976,0.2496 q 0.201538,-0.31006 0.289905,-0.41238 0.136425,-0.15813 0.237194,-0.21394 0.06976,-0.0403 0.148828,-0.0403 0.08217,0 0.136426,0.0558 0.05581,0.0543 0.05581,0.14262 0,0.0992 -0.04651,0.25735 l -0.172083,0.57826 q -0.03876,0.12868 -0.03876,0.16588 0,0.0124 0.0093,0.0233 0.01085,0.0109 0.02325,0.0109 0.01705,0 0.02946,-0.0109 0.05581,-0.045 0.117822,-0.13178 0.01395,-0.0186 0.04186,-0.0574 l 0.05271,0.0341 q -0.10697,0.19999 -0.235645,0.293 -0.127124,0.093 -0.235644,0.093 -0.09457,0 -0.151929,-0.0512 -0.05736,-0.0527 -0.05736,-0.12247 0,-0.0667 0.03876,-0.20154 l 0.175183,-0.60461 q 0.03566,-0.12558 0.03566,-0.15658 0,-0.0109 -0.01085,-0.0202 -0.01085,-0.0108 -0.0217,-0.0108 -0.02015,0 -0.04031,0.009 -0.02946,0.0155 -0.09147,0.0806 -0.06046,0.0651 -0.175184,0.23409 -0.114721,0.16743 -0.15968,0.262 -0.04341,0.0946 -0.08682,0.24495 l -0.09457,0.31936 h -0.392224 l 0.289905,-1.01234 q 0.02325,-0.0822 0.02325,-0.11318 0,-0.0109 -0.01085,-0.0202 -0.0093,-0.009 -0.02015,-0.009 -0.05736,0 -0.181384,0.15038 -0.189136,0.23254 -0.344165,0.55965 l -0.125574,0.44494 h -0.395325 l 0.291456,-0.99684 q 0.04341,-0.14728 0.04341,-0.20929 0,-0.0248 -0.0124,-0.0419 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.0109 -0.10697,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z" />
+ <path
+ id="path5140"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 56.0872,143.55567 -0.300757,1.03094 -0.03101,0.12558 q -0.0046,0.0233 -0.0046,0.0341 0,0.0186 0.0124,0.0326 0.01395,0.0139 0.02791,0.0139 0.03256,0 0.08992,-0.0496 0.02325,-0.0202 0.111621,-0.14262 l 0.05426,0.0279 q -0.110071,0.20154 -0.235645,0.29456 -0.124023,0.0915 -0.268201,0.0915 -0.08837,0 -0.134875,-0.045 -0.04651,-0.0465 -0.04651,-0.11627 0,-0.0605 0.04961,-0.2248 l 0.03721,-0.12557 q -0.179833,0.30851 -0.345715,0.43718 -0.09612,0.0744 -0.204639,0.0744 -0.142626,0 -0.206188,-0.11628 -0.06356,-0.11782 -0.06356,-0.2651 0,-0.21859 0.133325,-0.50074 0.133325,-0.2837 0.350366,-0.45579 0.178284,-0.14262 0.334863,-0.14262 0.08682,0 0.139527,0.0512 0.05271,0.0496 0.07751,0.18293 l 0.05581,-0.19069 z m -0.496094,0.29456 q 0,-0.12558 -0.03876,-0.18139 -0.0279,-0.0388 -0.07596,-0.0388 -0.04806,0 -0.09922,0.0465 -0.10387,0.0961 -0.224792,0.39068 -0.119373,0.293 -0.119373,0.50694 0,0.0822 0.02636,0.11938 0.0279,0.0357 0.06046,0.0357 0.06976,0 0.141077,-0.0806 0.102319,-0.11473 0.184485,-0.28061 0.145727,-0.29145 0.145727,-0.51779 z" />
+ <path
+ id="path5142"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 56.29804,143.62698 0.541052,-0.093 q 0.147278,0.23099 0.20774,0.50849 0.151928,-0.22479 0.229443,-0.31471 0.10387,-0.12092 0.170532,-0.15658 0.06821,-0.0372 0.144177,-0.0372 0.08527,0 0.130225,0.0465 0.04651,0.0465 0.04651,0.12558 0,0.0744 -0.04651,0.12247 -0.04496,0.0465 -0.113171,0.0465 -0.04961,0 -0.114722,-0.0171 -0.06356,-0.0186 -0.08837,-0.0186 -0.06511,0 -0.124023,0.0465 -0.08062,0.0636 -0.198438,0.2713 0.131775,0.46509 0.21084,0.56741 0.04651,0.0605 0.09457,0.0605 0.04031,0 0.06976,-0.0202 0.04496,-0.0326 0.137976,-0.16278 l 0.05581,0.0325 q -0.136426,0.22015 -0.266651,0.31006 -0.09922,0.0698 -0.195336,0.0698 -0.09922,0 -0.165882,-0.0434 -0.06511,-0.045 -0.116272,-0.14418 -0.05116,-0.10077 -0.120923,-0.32091 -0.181384,0.23099 -0.285253,0.33796 -0.10232,0.10542 -0.170533,0.13798 -0.06821,0.0326 -0.145727,0.0326 -0.08062,0 -0.127124,-0.0465 -0.04806,-0.0465 -0.04806,-0.12093 0,-0.0791 0.05116,-0.13022 0.05116,-0.0512 0.130225,-0.0512 0.04186,0 0.09457,0.0248 0.07751,0.0372 0.111621,0.0372 0.04496,0 0.08062,-0.0186 0.04651,-0.0233 0.117822,-0.10077 0.04341,-0.0481 0.159681,-0.20464 -0.148829,-0.5519 -0.232544,-0.66042 -0.05271,-0.0698 -0.133326,-0.0698 -0.04186,0 -0.102319,0.0124 z" />
+ <path
+ id="path5144"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 58.876176,142.29921 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
+ <path
+ id="path5146"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 63.638672,141.25742 -0.537434,1.86241 q 0.279052,-0.41134 0.405143,-0.55604 0.188102,-0.20877 0.32246,-0.28111 0.136426,-0.0744 0.260449,-0.0744 0.10542,0 0.179834,0.0806 0.07648,0.0785 0.07648,0.21084 0,0.11162 -0.04961,0.27905 l -0.262516,0.88056 q -0.03514,0.11576 -0.03514,0.15503 0,0.0186 0.01447,0.0351 0.01447,0.0145 0.03307,0.0145 0.02481,0 0.04961,-0.0207 0.06615,-0.0517 0.14056,-0.16536 0.0186,-0.0289 0.05994,-0.0868 l 0.08061,0.0455 q -0.177767,0.29352 -0.33693,0.40307 -0.159163,0.10956 -0.30179,0.10956 -0.128158,0 -0.200505,-0.0661 -0.07235,-0.0661 -0.07235,-0.16536 0,-0.0909 0.04961,-0.25839 l 0.256315,-0.88056 q 0.0248,-0.091 0.0248,-0.13229 0,-0.0227 -0.0186,-0.0393 -0.01654,-0.0186 -0.03927,-0.0186 -0.07441,0 -0.204639,0.12402 -0.268717,0.25425 -0.537434,0.79789 l -0.183968,0.61391 h -0.51263 l 0.677994,-2.33577 q 0.04134,-0.14883 0.04134,-0.21291 0,-0.0517 -0.04134,-0.0806 -0.05374,-0.0393 -0.165364,-0.0331 l 0.01447,-0.0827 0.68833,-0.12195 z" />
+ <path
+ id="path5148"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 66.683445,141.96642 q -0.0083,-0.14263 -0.05788,-0.28319 -0.07028,-0.20257 -0.07028,-0.27905 0,-0.10749 0.04961,-0.1633 0.05168,-0.0558 0.12609,-0.0558 0.06408,0 0.111621,0.0558 0.04754,0.0558 0.04754,0.15916 0,0.093 -0.05581,0.26045 -0.05374,0.16537 -0.06615,0.30593 0.113688,-0.0724 0.204639,-0.1757 0.14056,-0.1633 0.208772,-0.20258 0.06821,-0.0393 0.138493,-0.0393 0.06821,0 0.113688,0.0475 0.04754,0.0455 0.04754,0.10956 0,0.0765 -0.06821,0.13642 -0.06821,0.06 -0.341065,0.11989 -0.159163,0.0351 -0.264583,0.0806 0.107487,0.0558 0.262516,0.0847 0.250114,0.0455 0.326595,0.11368 0.07855,0.0682 0.07855,0.14883 0,0.062 -0.04754,0.10749 -0.04547,0.0455 -0.107487,0.0455 -0.06201,0 -0.138493,-0.0434 -0.07441,-0.0434 -0.202571,-0.19431 -0.08475,-0.10128 -0.21084,-0.19017 0.0041,0.11783 0.04754,0.25632 0.07441,0.24391 0.07441,0.33279 0,0.0827 -0.04961,0.14056 -0.04961,0.0558 -0.10542,0.0558 -0.07648,0 -0.138492,-0.0599 -0.04341,-0.0434 -0.04341,-0.13849 0,-0.0992 0.04754,-0.23771 0.04754,-0.14056 0.05994,-0.19224 0.0124,-0.0537 0.02274,-0.1571 -0.121956,0.0806 -0.212907,0.17984 -0.150895,0.1695 -0.227376,0.21497 -0.05374,0.0331 -0.111621,0.0331 -0.07028,0 -0.119889,-0.0475 -0.04961,-0.0475 -0.04961,-0.10542 0,-0.0517 0.04134,-0.10748 0.04341,-0.0579 0.128157,-0.0951 0.05581,-0.0248 0.254248,-0.0661 0.128157,-0.0269 0.250114,-0.0785 -0.111621,-0.0558 -0.26665,-0.0868 -0.254248,-0.0537 -0.314193,-0.0971 -0.09302,-0.0682 -0.09302,-0.16537 0,-0.0558 0.04548,-0.10128 0.04754,-0.0475 0.109554,-0.0475 0.06821,0 0.144694,0.0434 0.07648,0.0434 0.190169,0.1757 0.113688,0.13023 0.23151,0.20258 z" />
+ <path
+ id="path5150"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 69.333411,141.59641 0.682129,-0.33279 h 0.06821 v 2.36678 q 0,0.23564 0.0186,0.29352 0.02067,0.0579 0.08268,0.0889 0.06201,0.031 0.252181,0.0351 v 0.0765 h -1.054198 v -0.0765 q 0.198437,-0.004 0.256314,-0.0331 0.05788,-0.031 0.08062,-0.0806 0.02274,-0.0517 0.02274,-0.30385 v -1.51309 q 0,-0.30592 -0.02067,-0.39274 -0.01447,-0.0661 -0.05374,-0.0971 -0.03721,-0.031 -0.09095,-0.031 -0.07648,0 -0.212907,0.0641 z" />
+ <path
+ id="path5152"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 71.106945,142.73949 q 0,-0.47955 0.144694,-0.82475 0.144694,-0.34727 0.384472,-0.51676 0.186035,-0.13436 0.384472,-0.13436 0.322461,0 0.578776,0.32866 0.320394,0.40721 0.320394,1.10381 0,0.48782 -0.14056,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.217041,0.15296 -0.419612,0.15296 -0.401009,0 -0.667659,-0.47335 -0.225309,-0.39895 -0.225309,-0.96119 z m 0.405143,0.0517 q 0,0.57878 0.142627,0.94465 0.117822,0.30799 0.351399,0.30799 0.111621,0 0.23151,-0.0992 0.119889,-0.10129 0.181901,-0.33693 0.09509,-0.35554 0.09509,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23772 -0.192236,-0.33693 -0.08475,-0.0682 -0.204639,-0.0682 -0.140559,0 -0.250113,0.12609 -0.148828,0.17157 -0.202572,0.5395 -0.05374,0.36794 -0.05374,0.72554 z" />
+ <path
+ id="path5154"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 57.871585,145.50888 q 0.128157,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214974,0.0889 -0.124023,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312125,0.54363 -0.663524,0.54363 -0.134359,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.28732,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107486,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11368 z" />
+ <path
+ id="path5156"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 59.308189,145.95536 -0.165365,0.56224 h 0.270784 l -0.07235,0.23771 h -0.26665 l -0.345198,1.1989 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24804 -0.314193,0.3638 -0.171565,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0723 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326594,-1.11828 h -0.281119 l 0.04134,-0.15296 q 0.264583,-0.0971 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41962 z" />
+ <path
+ id="path5158"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 60.403728,146.55068 h 2.230353 v 0.16949 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
+ <path
+ id="path5160"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 63.928057,146.99096 q 0,-0.47956 0.144694,-0.82476 0.144694,-0.34726 0.384473,-0.51676 0.186035,-0.13436 0.384472,-0.13436 0.322461,0 0.578775,0.32866 0.320394,0.40721 0.320394,1.10381 0,0.48783 -0.14056,0.82889 -0.140559,0.34106 -0.359667,0.49609 -0.217041,0.15297 -0.419613,0.15297 -0.401008,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142627,0.94464 0.117822,0.30799 0.3514,0.30799 0.111621,0 0.23151,-0.0992 0.119889,-0.10128 0.181901,-0.33693 0.09508,-0.35553 0.09508,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192237,-0.33693 -0.08475,-0.0682 -0.204638,-0.0682 -0.14056,0 -0.250114,0.12609 -0.148828,0.17156 -0.202571,0.5395 -0.05374,0.36793 -0.05374,0.72554 z" />
</g>
+ <path
+ d="m -165.78125,-109.53125 c -1.42986,0 -2.46289,0.88785 -2.46289,1.84961 v 0.53516 c 0,0.96175 1.03303,1.84961 2.46289,1.8496 h 11.63281 c 1.42986,0 2.46289,-0.88785 2.46289,-1.8496 v -0.53516 c 0,-0.96176 -1.03303,-1.84961 -2.46289,-1.84961 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34621-0" />
+ <path
+ d="m -165.78035,-110.04459 h 11.63207 c 1.64902,0 2.97657,1.05417 2.97657,2.36361 v 0.53454 c 0,1.30945 -1.32755,2.36362 -2.97657,2.36362 h -11.63207 c -1.64902,0 -2.97656,-1.05417 -2.97656,-2.36362 v -0.53454 c 0,-1.30944 1.32754,-2.36361 2.97656,-2.36361 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-3-8-6-1" />
<g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="flowRoot34623-8"
transform="translate(-217.77814,-273.66625)"
- id="g34655-4"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 51.998047,164.13477 c -1.429852,0 -2.462891,0.88784 -2.462891,1.84961 v 0.53515 c 0,0.96177 1.033037,1.84961 2.462891,1.84961 h 11.630859 c 1.429854,0 2.462891,-0.88784 2.462891,-1.84961 v -0.53515 c 0,-0.96177 -1.033039,-1.84961 -2.462891,-1.84961 z"
- inkscape:href="#rect7253-3-8-6-1"
- id="path34621-0"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-3-8-6-1"
- inkscape:original="M 51.998047 163.62109 C 50.349031 163.62109 49.021484 164.67493 49.021484 165.98438 L 49.021484 166.51953 C 49.021484 167.82898 50.349031 168.88281 51.998047 168.88281 L 63.628906 168.88281 C 65.277922 168.88281 66.605469 167.82898 66.605469 166.51953 L 66.605469 165.98438 C 66.605469 164.67493 65.277922 163.62109 63.628906 163.62109 L 51.998047 163.62109 z "
- inkscape:radius="-0.51441187"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="2.3636179"
- rx="2.9765625"
- y="163.62166"
- x="49.021229"
- height="5.261775"
- width="17.585197"
- id="rect7253-3-8-6-1"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- id="flowRoot34623-8"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;"
- xml:space="preserve"><flowRegion
- style="fill:#808080;"
- id="flowRegion34625-2"><use
- height="100%"
- width="100%"
- id="use34627-2"
- xlink:href="#path34621-0"
- y="0"
- x="0" /></flowRegion><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara34629-0">INÍCIO</flowPara></flowRoot>
- </g>
- <g
- transform="translate(-218.74949,-198.68681)"
- id="g34182-7-4-3-0-6"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 9.57617 H 69.09375 v -9.57617 z"
- inkscape:href="#rect7253-2-7-4-7-6-6-5-2-2-2"
- id="path34163-6-0-9-1-0"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-2-7-4-7-6-6-5-2-2-2"
- inkscape:original="M 47.951172 136.11914 L 47.951172 146.74609 L 69.619141 146.74609 L 69.619141 136.11914 L 47.951172 136.11914 z "
- inkscape:radius="-0.52464706"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="0"
- rx="0"
- y="136.11972"
- x="47.951206"
- height="10.626369"
- width="21.667934"
- id="rect7253-2-7-4-7-6-6-5-2-2-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- transform="translate(0,-1.4699824)"
- id="flowRoot34165-8-0-9-8-5"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167-0-8-6-4-1"><use
- height="100%"
- width="100%"
- id="use34169-9-2-3-4-2"
- xlink:href="#path34163-6-0-9-1-0"
- y="0"
- x="0" /></flowRegion><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4589-5-0" /><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4722"><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan4758">sol</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan4736">n-1</flowSpan> = <flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan5163">sol</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan5157">n</flowSpan></flowPara><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4726"><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan4754">e</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan4740">n-1</flowSpan> = <flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan5161">e</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan5159">n</flowSpan></flowPara><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4728" /><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4730" /><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4724" /></flowRoot>
+ aria-label="INÍCIO">
+ <path
+ id="path5165"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 52.525809,167.28671 v 0.0765 H 51.32485 v -0.0765 h 0.09922 q 0.173632,0 0.25218,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.09095,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 1.200959 v 0.0765 h -0.101286 q -0.171565,0 -0.250113,0.10129 -0.05168,0.0661 -0.05168,0.31833 v 1.81074 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.08888,0.0496 0.188102,0.0496 z" />
+ <path
+ id="path5167"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 52.577486,164.56026 h 0.760676 l 1.713589,2.1022 v -1.61644 q 0,-0.25838 -0.05788,-0.32246 -0.07648,-0.0868 -0.241846,-0.0868 h -0.09715 v -0.0765 h 0.975651 v 0.0765 h -0.09922 q -0.177767,0 -0.252181,0.10749 -0.04548,0.0662 -0.04548,0.30179 v 2.36265 h -0.07441 l -1.847948,-2.25723 v 1.72599 q 0,0.25839 0.05581,0.32246 0.07855,0.0868 0.241845,0.0868 h 0.09922 v 0.0765 h -0.97565 v -0.0765 h 0.09715 q 0.179834,0 0.254248,-0.10749 0.04548,-0.0661 0.04548,-0.30179 v -1.94923 q -0.121956,-0.14263 -0.186035,-0.1881 -0.06201,-0.0455 -0.183967,-0.0848 -0.05994,-0.0186 -0.181901,-0.0186 z" />
+ <path
+ id="path5169"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 56.998918,167.28671 v 0.0765 h -1.20096 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.09095,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 1.20096 v 0.0765 h -0.101286 q -0.171566,0 -0.250114,0.10129 -0.05168,0.0661 -0.05168,0.31833 v 1.81074 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.08888,0.0496 0.188102,0.0496 z m -0.138493,-3.63802 -0.609782,0.71314 h -0.07028 l 0.21704,-0.71314 z" />
+ <path
+ id="path5171"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 59.655084,164.49619 0.06408,0.95291 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.61598 -0.237711,-0.18811 -0.570507,-0.18811 -0.279053,0 -0.504362,0.14263 -0.225309,0.14056 -0.355533,0.45062 -0.128158,0.31006 -0.128158,0.77101 0,0.38034 0.121957,0.65939 0.121956,0.27905 0.365868,0.42788 0.24598,0.14883 0.560172,0.14883 0.272852,0 0.481624,-0.11576 0.208773,-0.11782 0.458887,-0.46508 l 0.06408,0.0413 q -0.210839,0.37413 -0.491959,0.54777 -0.281119,0.17363 -0.667659,0.17363 -0.696597,0 -1.079003,-0.51676 -0.285253,-0.38448 -0.285253,-0.90537 0,-0.41962 0.188102,-0.77102 0.188102,-0.3514 0.516764,-0.54363 0.330728,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14882 0.08682,0.0455 0.124023,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15502 z" />
+ <path
+ id="path5173"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 61.240516,167.28671 v 0.0765 h -1.20096 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.09095,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 1.20096 v 0.0765 H 61.13923 q -0.171566,0 -0.250114,0.10129 -0.05168,0.0661 -0.05168,0.31833 v 1.81074 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.08888,0.0496 0.188102,0.0496 z" />
+ <path
+ id="path5175"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 62.896227,164.49619 q 0.545703,0 0.944645,0.41547 0.401008,0.41341 0.401008,1.03353 0,0.63872 -0.403075,1.0604 -0.403076,0.42168 -0.975651,0.42168 -0.578775,0 -0.973583,-0.41134 -0.39274,-0.41135 -0.39274,-1.06454 0,-0.66766 0.454752,-1.08934 0.394807,-0.36586 0.944644,-0.36586 z m -0.03927,0.15089 q -0.376204,0 -0.60358,0.27905 -0.283187,0.34727 -0.283187,1.01699 0,0.68627 0.293522,1.05627 0.225309,0.28112 0.595312,0.28112 0.394808,0 0.651123,-0.30799 0.258382,-0.30799 0.258382,-0.97152 0,-0.71933 -0.283187,-1.0728 -0.227376,-0.28112 -0.628385,-0.28112 z" />
</g>
+ <path
+ d="m -170.27344,-62.041016 v 9.574219 h 20.61719 v -9.574219 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0-9-1-0" />
+ <path
+ d="m -170.79828,-62.567089 h 21.66794 v 10.626369 h -21.66794 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5-2-2-2" />
<g
- transform="translate(-222.93992,-184.02294)"
- id="g34182-7-4-3-0-9"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="M 48.476562,136.64453 V 149.5625 H 77.474609 V 136.64453 Z"
- inkscape:href="#rect7253-2-7-4-7-6-6-5-2-2-4"
- id="path34163-6-0-9-1-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-2-7-4-7-6-6-5-2-2-4"
- inkscape:original="M 47.951172 136.11914 L 47.951172 150.08789 L 78 150.08789 L 78 136.11914 L 47.951172 136.11914 z "
- inkscape:radius="-0.52464706"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="0"
- rx="0"
- y="136.11972"
- x="47.951206"
- height="13.968169"
- width="30.048794"
- id="rect7253-2-7-4-7-6-6-5-2-2-4"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- id="flowRoot34165-8-0-9-8-3"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167-0-8-6-4-8"><use
- height="100%"
- width="100%"
- id="use34169-9-2-3-4-28"
- xlink:href="#path34163-6-0-9-1-2"
- y="0"
- x="0" /></flowRegion><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4589-5-2">Resolver sistema de controle</flowPara><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara5231">(<flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan5237">sol</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan5233">n </flowSpan>= solução)</flowPara></flowRoot>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="flowRoot34165-8-0-9-8-5"
+ transform="translate(-218.74949,-200.15679)"
+ aria-label="
+soln-1 = soln
+en-1 = en">
+ <path
+ id="path5180"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 50.177935,142.19209 -0.09095,0.63872 h -0.07648 q -0.01654,-0.24805 -0.152963,-0.39068 -0.134358,-0.14262 -0.289387,-0.14262 -0.09508,0 -0.157097,0.0558 -0.06201,0.0558 -0.06201,0.13436 0,0.0661 0.02687,0.12402 0.02687,0.0579 0.11989,0.1571 0.326594,0.35139 0.396874,0.48369 0.07028,0.13229 0.07028,0.28318 0,0.1633 -0.08268,0.31006 -0.08268,0.1447 -0.248047,0.23358 -0.163297,0.0868 -0.341064,0.0868 -0.119889,0 -0.295589,-0.0475 -0.115755,-0.0331 -0.173632,-0.0331 -0.05168,0 -0.08062,0.0165 -0.02894,0.0145 -0.06408,0.0641 h -0.07648 l 0.101285,-0.68832 h 0.06615 q 0.07235,0.25011 0.134359,0.3576 0.06408,0.10542 0.169498,0.16949 0.10542,0.062 0.202572,0.062 0.113688,0 0.188102,-0.0703 0.07441,-0.0724 0.07441,-0.17157 0,-0.0971 -0.04961,-0.1881 -0.04754,-0.0909 -0.223242,-0.28319 -0.241845,-0.26251 -0.318326,-0.40514 -0.05374,-0.10335 -0.05374,-0.23565 0,-0.22324 0.161231,-0.37207 0.163297,-0.14882 0.456819,-0.14882 0.128158,0 0.314193,0.0455 0.09302,0.0227 0.148828,0.0227 0.08061,0 0.130224,-0.0682 z" />
+ <path
+ id="path5182"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 51.639343,142.19209 q 0.163298,0 0.305925,0.0765 0.144693,0.0744 0.21704,0.20877 0.07441,0.13436 0.07441,0.29766 0,0.33486 -0.188102,0.66972 -0.186035,0.33487 -0.491959,0.52917 -0.305924,0.19223 -0.615982,0.19223 -0.28112,0 -0.436149,-0.16743 -0.152962,-0.16743 -0.152962,-0.40927 0,-0.28732 0.113688,-0.53744 0.115755,-0.25218 0.291455,-0.43821 0.177766,-0.18811 0.40721,-0.30386 0.229443,-0.11782 0.475422,-0.11782 z m -0.08475,0.10955 q -0.109554,0 -0.181901,0.0641 -0.144694,0.13022 -0.326595,0.60978 -0.181901,0.47749 -0.181901,0.86196 0,0.0951 0.05788,0.1571 0.05788,0.062 0.136426,0.062 0.08062,0 0.142627,-0.0496 0.09095,-0.0744 0.223242,-0.33279 0.132291,-0.26045 0.21704,-0.57258 0.08475,-0.31419 0.08475,-0.57464 0,-0.10749 -0.05168,-0.16536 -0.05168,-0.06 -0.119889,-0.06 z" />
+ <path
+ id="path5184"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 53.704332,141.24124 -0.684196,2.32751 q -0.05994,0.2067 -0.05994,0.25838 0,0.0269 0.01654,0.0455 0.0186,0.0186 0.03927,0.0186 0.03721,0 0.07028,-0.0289 0.09922,-0.0806 0.221175,-0.27285 l 0.08062,0.0372 q -0.19637,0.3142 -0.386539,0.44855 -0.130225,0.0909 -0.276986,0.0909 -0.136425,0 -0.21704,-0.0723 -0.08062,-0.0744 -0.08062,-0.17777 0,-0.0765 0.04961,-0.24598 l 0.558105,-1.90582 q 0.04548,-0.1571 0.04548,-0.20878 0,-0.0496 -0.04341,-0.0785 -0.05788,-0.0413 -0.1757,-0.0351 l 0.02274,-0.0786 0.696597,-0.12196 z" />
+ <path
+ id="path5186"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 54.386978,143.51779 -0.192237,0.66508 q 0.193787,-0.29146 0.289905,-0.39843 0.141077,-0.15503 0.243396,-0.21084 0.102319,-0.0558 0.192236,-0.0558 0.08062,0 0.137976,0.0605 0.05736,0.0589 0.05736,0.15503 0,0.0868 -0.03721,0.21084 l -0.198437,0.66198 q -0.02481,0.0868 -0.02481,0.11317 0,0.0155 0.01085,0.0279 0.0124,0.0124 0.02481,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.045 0.110071,-0.12712 0.01395,-0.0217 0.04496,-0.0651 l 0.05891,0.0357 q -0.227893,0.38293 -0.47904,0.38293 -0.09612,0 -0.150379,-0.0496 -0.05426,-0.0496 -0.05426,-0.12403 0,-0.0651 0.03721,-0.19378 l 0.193787,-0.66198 q 0.02015,-0.0651 0.02015,-0.0961 0,-0.0171 -0.01395,-0.0295 -0.01395,-0.0139 -0.03256,-0.0139 -0.05891,0 -0.142627,0.0806 -0.213941,0.20464 -0.413928,0.60927 l -0.127124,0.46043 h -0.395325 l 0.289905,-0.99528 q 0.04186,-0.14728 0.04186,-0.20929 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.0109 -0.10542,-0.0109 l 0.01705,-0.0589 0.522449,-0.0915 z" />
+ <path
+ id="path5188"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 55.427224,144.0976 h 0.902271 l -0.09612,0.32246 h -0.906921 z" />
+ <path
+ id="path5190"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 57.779019,142.80931 -0.513147,1.76423 q -0.04031,0.13798 -0.04031,0.17518 0,0.0372 0.02791,0.0775 0.02946,0.0388 0.06201,0.0512 0.03411,0.0109 0.201538,0.0202 l -0.01705,0.0574 h -1.05885 l 0.01705,-0.0574 q 0.15813,-0.003 0.220142,-0.0264 0.06201,-0.0233 0.100769,-0.076 0.04031,-0.0527 0.08992,-0.22169 l 0.303857,-1.048 q 0.06976,-0.23874 0.07286,-0.25269 0.0093,-0.0403 0.0093,-0.076 0,-0.0698 -0.04341,-0.11007 -0.04186,-0.0419 -0.120922,-0.0419 -0.03876,0 -0.153479,0.0124 l -0.0124,-0.0574 0.789099,-0.19068 z" />
+ <path
+ id="path5192"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 59.089015,142.28304 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
+ <path
+ id="path5194"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 64.035479,142.19209 -0.09095,0.63872 h -0.07648 q -0.01654,-0.24805 -0.152962,-0.39068 -0.134358,-0.14262 -0.289387,-0.14262 -0.09508,0 -0.157097,0.0558 -0.06201,0.0558 -0.06201,0.13436 0,0.0661 0.02687,0.12402 0.02687,0.0579 0.11989,0.1571 0.326594,0.35139 0.396874,0.48369 0.07028,0.13229 0.07028,0.28318 0,0.1633 -0.08268,0.31006 -0.08268,0.1447 -0.248047,0.23358 -0.163297,0.0868 -0.341064,0.0868 -0.119889,0 -0.295589,-0.0475 -0.115755,-0.0331 -0.173632,-0.0331 -0.05168,0 -0.08062,0.0165 -0.02894,0.0145 -0.06408,0.0641 h -0.07648 l 0.101285,-0.68832 h 0.06615 q 0.07235,0.25011 0.134359,0.3576 0.06408,0.10542 0.169498,0.16949 0.10542,0.062 0.202572,0.062 0.113688,0 0.188102,-0.0703 0.07441,-0.0724 0.07441,-0.17157 0,-0.0971 -0.04961,-0.1881 -0.04754,-0.0909 -0.223242,-0.28319 -0.241845,-0.26251 -0.318326,-0.40514 -0.05374,-0.10335 -0.05374,-0.23565 0,-0.22324 0.161231,-0.37207 0.163297,-0.14882 0.456819,-0.14882 0.128157,0 0.314192,0.0455 0.09302,0.0227 0.148828,0.0227 0.08062,0 0.130225,-0.0682 z" />
+ <path
+ id="path5196"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 65.496887,142.19209 q 0.163298,0 0.305924,0.0765 0.144694,0.0744 0.217041,0.20877 0.07441,0.13436 0.07441,0.29766 0,0.33486 -0.188102,0.66972 -0.186035,0.33487 -0.491959,0.52917 -0.305924,0.19223 -0.615983,0.19223 -0.281119,0 -0.436148,-0.16743 -0.152962,-0.16743 -0.152962,-0.40927 0,-0.28732 0.113688,-0.53744 0.115755,-0.25218 0.291455,-0.43821 0.177766,-0.18811 0.407209,-0.30386 0.229444,-0.11782 0.475423,-0.11782 z m -0.08475,0.10955 q -0.109554,0 -0.181901,0.0641 -0.144694,0.13022 -0.326595,0.60978 -0.181901,0.47749 -0.181901,0.86196 0,0.0951 0.05788,0.1571 0.05788,0.062 0.136426,0.062 0.08062,0 0.142626,-0.0496 0.09095,-0.0744 0.223242,-0.33279 0.132292,-0.26045 0.217041,-0.57258 0.08475,-0.31419 0.08475,-0.57464 0,-0.10749 -0.05168,-0.16536 -0.05168,-0.06 -0.119889,-0.06 z" />
+ <path
+ id="path5198"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 67.561876,141.24124 -0.684196,2.32751 q -0.05994,0.2067 -0.05994,0.25838 0,0.0269 0.01654,0.0455 0.0186,0.0186 0.03927,0.0186 0.03721,0 0.07028,-0.0289 0.09922,-0.0806 0.221175,-0.27285 l 0.08061,0.0372 q -0.19637,0.3142 -0.386539,0.44855 -0.130225,0.0909 -0.276986,0.0909 -0.136425,0 -0.21704,-0.0723 -0.08062,-0.0744 -0.08062,-0.17777 0,-0.0765 0.04961,-0.24598 l 0.558105,-1.90582 q 0.04547,-0.1571 0.04547,-0.20878 0,-0.0496 -0.04341,-0.0785 -0.05788,-0.0413 -0.1757,-0.0351 l 0.02274,-0.0786 0.696597,-0.12196 z" />
+ <path
+ id="path5200"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 68.150298,143.67747 -0.170877,0.59118 q 0.172255,-0.25907 0.257693,-0.35415 0.125401,-0.13781 0.216352,-0.18742 0.09095,-0.0496 0.170876,-0.0496 0.07166,0 0.122646,0.0538 0.05099,0.0524 0.05099,0.1378 0,0.0772 -0.03307,0.18741 l -0.176389,0.58842 q -0.02205,0.0772 -0.02205,0.1006 0,0.0138 0.0096,0.0248 0.01102,0.011 0.02205,0.011 0.01378,0 0.02894,-0.011 0.04823,-0.04 0.09784,-0.113 0.0124,-0.0193 0.03996,-0.0579 l 0.05237,0.0317 q -0.202572,0.34038 -0.425814,0.34038 -0.08544,0 -0.13367,-0.0441 -0.04823,-0.0441 -0.04823,-0.11024 0,-0.0579 0.03307,-0.17226 l 0.172255,-0.58842 q 0.01791,-0.0579 0.01791,-0.0854 0,-0.0152 -0.0124,-0.0262 -0.0124,-0.0124 -0.02894,-0.0124 -0.05236,0 -0.126779,0.0717 -0.190169,0.1819 -0.367936,0.54157 l -0.112999,0.40927 h -0.3514 l 0.257693,-0.8847 q 0.03721,-0.13091 0.03721,-0.18603 0,-0.0234 -0.01102,-0.0386 -0.01102,-0.0165 -0.03583,-0.0248 -0.02481,-0.01 -0.09371,-0.01 l 0.01516,-0.0524 0.464398,-0.0813 z" />
+ <path
+ id="path5202"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 49.13802,148.67398 q -0.0186,0.13436 -0.0186,0.22118 0,0.15503 0.08888,0.24804 0.09095,0.093 0.241846,0.093 0.144694,0 0.289387,-0.0703 0.146761,-0.0703 0.338998,-0.24598 l 0.06201,0.0558 q -0.237711,0.28732 -0.46302,0.40928 -0.225309,0.12196 -0.498161,0.12196 -0.345198,0 -0.477489,-0.16537 -0.132292,-0.16536 -0.132292,-0.3824 0,-0.339 0.19637,-0.678 0.198438,-0.33899 0.537435,-0.54363 0.341064,-0.20464 0.684195,-0.20464 0.173633,0 0.262516,0.0827 0.08888,0.0827 0.08888,0.20877 0,0.1509 -0.08682,0.29352 -0.119889,0.19431 -0.30179,0.3142 -0.181901,0.11782 -0.40721,0.17983 -0.150895,0.0413 -0.405143,0.062 z m 0.0186,-0.10748 q 0.181901,-0.0269 0.281119,-0.0724 0.101286,-0.0475 0.196371,-0.14883 0.09715,-0.10335 0.167431,-0.25838 0.07028,-0.1571 0.07028,-0.29352 0,-0.0579 -0.03307,-0.0909 -0.03101,-0.0331 -0.08062,-0.0331 -0.09922,0 -0.223242,0.1385 -0.227376,0.25218 -0.378271,0.75861 z" />
+ <path
+ id="path5204"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 51.201459,148.85867 -0.192236,0.66508 q 0.193787,-0.29146 0.289905,-0.39843 0.141076,-0.15503 0.243396,-0.21084 0.102319,-0.0558 0.192236,-0.0558 0.08062,0 0.137976,0.0605 0.05736,0.0589 0.05736,0.15503 0,0.0868 -0.03721,0.21084 l -0.198438,0.66198 q -0.0248,0.0868 -0.0248,0.11317 0,0.0155 0.01085,0.0279 0.0124,0.0124 0.0248,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.045 0.11007,-0.12713 0.01395,-0.0217 0.04496,-0.0651 l 0.05891,0.0357 q -0.227893,0.38292 -0.479041,0.38292 -0.09612,0 -0.150378,-0.0496 -0.05426,-0.0496 -0.05426,-0.12402 0,-0.0651 0.03721,-0.19379 l 0.193786,-0.66198 q 0.02015,-0.0651 0.02015,-0.0961 0,-0.0171 -0.01395,-0.0295 -0.01395,-0.0139 -0.03256,-0.0139 -0.05891,0 -0.142626,0.0806 -0.213941,0.20464 -0.413929,0.60927 l -0.127124,0.46043 h -0.395324 l 0.289904,-0.99528 q 0.04186,-0.14728 0.04186,-0.20929 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.0109 -0.10542,-0.0109 l 0.01705,-0.0589 0.522448,-0.0915 z" />
+ <path
+ id="path5206"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 52.241706,149.43848 h 0.90227 l -0.09612,0.32246 h -0.906921 z" />
+ <path
+ id="path5208"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 54.5935,148.15019 -0.513147,1.76423 q -0.04031,0.13798 -0.04031,0.17519 0,0.0372 0.02791,0.0775 0.02945,0.0388 0.06201,0.0512 0.03411,0.0109 0.201538,0.0202 l -0.01705,0.0574 h -1.05885 l 0.01705,-0.0574 q 0.15813,-0.003 0.220141,-0.0264 0.06201,-0.0233 0.100769,-0.076 0.04031,-0.0527 0.08992,-0.22169 l 0.303858,-1.048 q 0.06976,-0.23874 0.07286,-0.25269 0.0093,-0.0403 0.0093,-0.076 0,-0.0698 -0.04341,-0.11007 -0.04186,-0.0419 -0.120923,-0.0419 -0.03876,0 -0.153479,0.0124 l -0.0124,-0.0574 0.789099,-0.19069 z" />
+ <path
+ id="path5210"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 55.903497,147.62392 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
+ <path
+ id="path5212"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 59.936322,148.67398 q -0.0186,0.13436 -0.0186,0.22118 0,0.15503 0.08888,0.24804 0.09095,0.093 0.241845,0.093 0.144694,0 0.289388,-0.0703 0.146761,-0.0703 0.338997,-0.24598 l 0.06201,0.0558 q -0.237711,0.28732 -0.463021,0.40928 -0.225309,0.12196 -0.49816,0.12196 -0.345198,0 -0.47749,-0.16537 -0.132291,-0.16536 -0.132291,-0.3824 0,-0.339 0.19637,-0.678 0.198437,-0.33899 0.537434,-0.54363 0.341065,-0.20464 0.684196,-0.20464 0.173632,0 0.262516,0.0827 0.08888,0.0827 0.08888,0.20877 0,0.1509 -0.08682,0.29352 -0.119889,0.19431 -0.30179,0.3142 -0.181901,0.11782 -0.40721,0.17983 -0.150895,0.0413 -0.405143,0.062 z m 0.0186,-0.10748 q 0.181901,-0.0269 0.28112,-0.0724 0.101286,-0.0475 0.19637,-0.14883 0.09715,-0.10335 0.167432,-0.25838 0.07028,-0.1571 0.07028,-0.29352 0,-0.0579 -0.03307,-0.0909 -0.03101,-0.0331 -0.08062,-0.0331 -0.09922,0 -0.223242,0.1385 -0.227376,0.25218 -0.378272,0.75861 z" />
+ <path
+ id="path5214"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 61.999761,148.85867 -0.192237,0.66508 q 0.193787,-0.29146 0.289905,-0.39843 0.141077,-0.15503 0.243396,-0.21084 0.10232,-0.0558 0.192237,-0.0558 0.08062,0 0.137976,0.0605 0.05736,0.0589 0.05736,0.15503 0,0.0868 -0.03721,0.21084 l -0.198437,0.66198 q -0.02481,0.0868 -0.02481,0.11317 0,0.0155 0.01085,0.0279 0.0124,0.0124 0.02481,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.045 0.110071,-0.12713 0.01395,-0.0217 0.04496,-0.0651 l 0.05891,0.0357 q -0.227893,0.38292 -0.479041,0.38292 -0.09612,0 -0.150378,-0.0496 -0.05426,-0.0496 -0.05426,-0.12402 0,-0.0651 0.03721,-0.19379 l 0.193787,-0.66198 q 0.02015,-0.0651 0.02015,-0.0961 0,-0.0171 -0.01395,-0.0295 -0.01395,-0.0139 -0.03256,-0.0139 -0.05891,0 -0.142627,0.0806 -0.21394,0.20464 -0.413928,0.60927 l -0.127124,0.46043 h -0.395325 l 0.289905,-0.99528 q 0.04186,-0.14728 0.04186,-0.20929 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.04031,-0.0279 -0.0279,-0.0109 -0.10542,-0.0109 l 0.01705,-0.0589 0.522449,-0.0915 z" />
</g>
+ <path
+ d="m -174.46289,-47.376953 v 12.916015 h 28.99805 v -12.916015 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0-9-1-2" />
+ <path
+ d="m -174.98871,-47.903221 h 30.0488 v 13.968169 h -30.0488 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5-2-2-4" />
+ <path
+ d="m -171.4985,-44.14803 h -0.74828 l -0.94878,-1.31051 q -0.10542,0.004 -0.17156,0.004 -0.0269,0 -0.0579,0 -0.031,-0.002 -0.0641,-0.004 v 0.81442 q 0,0.26458 0.0579,0.32866 0.0785,0.0909 0.23564,0.0909 h 0.10956 v 0.0765 h -1.20096 v -0.0765 h 0.10542 q 0.17776,0 0.25424,-0.11576 0.0434,-0.0641 0.0434,-0.30385 v -1.81074 q 0,-0.26459 -0.0579,-0.32867 -0.0806,-0.0909 -0.23978,-0.0909 h -0.10542 v -0.0765 h 1.02112 q 0.44649,0 0.65733,0.0661 0.2129,0.0641 0.35966,0.23978 0.14883,0.17363 0.14883,0.41547 0,0.25839 -0.1695,0.44856 -0.16743,0.19017 -0.52089,0.26871 l 0.57877,0.80409 q 0.19844,0.27698 0.34107,0.36793 0.14262,0.0909 0.37207,0.11576 z m -1.99058,-1.44074 q 0.0393,0 0.0682,0.002 0.0289,0 0.0475,0 0.40101,0 0.60358,-0.17363 0.20464,-0.17364 0.20464,-0.44235 0,-0.26252 -0.16537,-0.42582 -0.16329,-0.16536 -0.43408,-0.16536 -0.11989,0 -0.32452,0.0393 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5219" />
+ <path
+ d="m -171.08096,-45.32832 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5221" />
+ <path
+ d="m -168.2987,-46.09726 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.53951 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5223" />
+ <path
+ d="m -166.95098,-46.09726 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26044 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13023,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.16329,0.71313 0.16537,0.29973 0.43409,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5225" />
+ <path
+ d="m -165.10923,-47.08738 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0723 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5227" />
+ <path
+ d="m -164.68342,-46.04145 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.08521 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.2067 l -0.67179,1.62471 h -0.0848 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5229" />
+ <path
+ d="m -162.15128,-45.32832 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5231" />
+ <path
+ d="m -160.03875,-46.09726 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5233" />
+ <path
+ d="m -156.89682,-46.09726 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5235" />
+ <path
+ d="m -155.99352,-47.08738 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5237" />
+ <path
+ d="m -154.07736,-46.09726 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26044,0.17983 l 0.3018,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5239" />
+ <path
+ d="m -153.10584,-46.66364 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18603,-0.0517 -0.091,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30385 v -1.27331 h -0.29972 v -0.0682 q 0.11368,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.2129,-0.25839 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5241" />
+ <path
+ d="m -152.16327,-45.32832 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5243" />
+ <path
+ d="m -150.04247,-45.69419 q 0.20671,-0.2067 0.24392,-0.23771 0.093,-0.0785 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17776,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.2129,-0.24804 0.35966,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.1509,0 0.26665,0.0785 0.11783,0.0765 0.18604,0.25219 0.0455,0.11988 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0476 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20258 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24184 0.0227,0.0476 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95706 v -0.0744 q 0.1571,0 0.21497,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.0909,-0.13229 -0.25424,-0.13229 -0.11163,0 -0.22118,0.06 -0.17156,0.0909 -0.26458,0.20464 v 1.01492 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0785,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5245" />
+ <path
+ d="m -146.24115,-44.42088 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25219,0 0.41342,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5247" />
+ <path
+ d="m -167.9535,-40.1276 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.33899 0.6594,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14882,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32452,0.1633 -0.1881,0.21498 -0.1881,0.62839 0,0.41754 0.1819,0.64078 0.1819,0.22118 0.40514,0.22118 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5249" />
+ <path
+ d="m -166.8559,-41.09498 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15502,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5251" />
+ <path
+ d="m -162.63084,-40.63403 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32247,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12195,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5253" />
+ <path
+ d="m -161.43608,-41.86393 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25839 0.34107,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5255" />
+ <path
+ d="m -159.69355,-41.46292 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5257" />
+ <path
+ d="m -157.57895,-42.4303 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.1323,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15297 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5259" />
+ <path
+ d="m -156.40073,-41.86393 v 0.42582 q 0.23771,-0.42582 0.48783,-0.42582 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5261" />
+ <path
+ d="m -154.61479,-41.86393 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25839 0.34106,-0.38034 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5263" />
+ <path
+ d="m -152.77305,-42.85405 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0476,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5265" />
+ <path
+ d="m -151.93176,-41.09498 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5267" />
+ <path
+ d="m -171.9977,-34.85247 v 0.0765 q -0.31212,-0.1571 -0.5209,-0.36794 -0.29765,-0.29972 -0.45888,-0.70693 -0.16123,-0.40721 -0.16123,-0.84543 0,-0.64079 0.31626,-1.16789 0.31626,-0.52916 0.82475,-0.75654 v 0.0868 q -0.25425,0.14056 -0.41754,0.38447 -0.1633,0.24391 -0.24392,0.61805 -0.0806,0.37414 -0.0806,0.78135 0,0.44235 0.0682,0.80408 0.0537,0.28526 0.13023,0.45682 0.0765,0.17363 0.20464,0.3328 0.13022,0.15916 0.33899,0.30385 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5269" />
+ <path
+ d="m -170.32338,-37.59752 -0.091,0.63872 h -0.0765 q -0.0165,-0.24804 -0.15297,-0.39067 -0.13435,-0.14263 -0.28938,-0.14263 -0.0951,0 -0.1571,0.0558 -0.062,0.0558 -0.062,0.13436 0,0.0661 0.0269,0.12403 0.0269,0.0579 0.11989,0.15709 0.32659,0.3514 0.39687,0.48369 0.0703,0.1323 0.0703,0.28319 0,0.1633 -0.0827,0.31006 -0.0827,0.14469 -0.24804,0.23358 -0.1633,0.0868 -0.34107,0.0868 -0.11989,0 -0.29559,-0.0475 -0.11575,-0.0331 -0.17363,-0.0331 -0.0517,0 -0.0806,0.0165 -0.0289,0.0145 -0.0641,0.0641 h -0.0765 l 0.10129,-0.68833 h 0.0661 q 0.0724,0.25012 0.13436,0.3576 0.0641,0.10542 0.16949,0.1695 0.10542,0.062 0.20258,0.062 0.11368,0 0.1881,-0.0703 0.0744,-0.0723 0.0744,-0.17156 0,-0.0971 -0.0496,-0.1881 -0.0475,-0.0909 -0.22324,-0.28319 -0.24185,-0.26252 -0.31833,-0.40514 -0.0537,-0.10336 -0.0537,-0.23565 0,-0.22324 0.16123,-0.37207 0.1633,-0.14883 0.45682,-0.14883 0.12816,0 0.31419,0.0455 0.093,0.0227 0.14883,0.0227 0.0806,0 0.13022,-0.0682 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5271" />
+ <path
+ d="m -168.86198,-37.59752 q 0.1633,0 0.30593,0.0765 0.14469,0.0744 0.21704,0.20877 0.0744,0.13436 0.0744,0.29765 0,0.33487 -0.1881,0.66973 -0.18604,0.33486 -0.49196,0.52917 -0.30593,0.19223 -0.61598,0.19223 -0.28112,0 -0.43615,-0.16743 -0.15296,-0.16743 -0.15296,-0.40928 0,-0.28732 0.11368,-0.53743 0.11576,-0.25218 0.29146,-0.43822 0.17776,-0.1881 0.40721,-0.30385 0.22944,-0.11783 0.47542,-0.11783 z m -0.0848,0.10956 q -0.10955,0 -0.1819,0.0641 -0.14469,0.13022 -0.32659,0.60978 -0.1819,0.47749 -0.1819,0.86196 0,0.0951 0.0579,0.1571 0.0579,0.062 0.13642,0.062 0.0806,0 0.14263,-0.0496 0.0909,-0.0744 0.22324,-0.3328 0.13229,-0.26045 0.21704,-0.57257 0.0848,-0.31419 0.0848,-0.57464 0,-0.10749 -0.0517,-0.16537 -0.0517,-0.0599 -0.11989,-0.0599 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5273" />
+ <path
+ d="m -166.79699,-38.54836 -0.68419,2.3275 q -0.0599,0.20671 -0.0599,0.25839 0,0.0269 0.0165,0.0455 0.0186,0.0186 0.0393,0.0186 0.0372,0 0.0703,-0.0289 0.0992,-0.0806 0.22117,-0.27286 l 0.0806,0.0372 q -0.19637,0.31419 -0.38654,0.44855 -0.13022,0.0909 -0.27698,0.0909 -0.13643,0 -0.21704,-0.0723 -0.0806,-0.0744 -0.0806,-0.17777 0,-0.0765 0.0496,-0.24598 l 0.5581,-1.90583 q 0.0455,-0.15709 0.0455,-0.20877 0,-0.0496 -0.0434,-0.0786 -0.0579,-0.0413 -0.1757,-0.0351 l 0.0227,-0.0786 0.6966,-0.12195 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5275" />
+ <path
+ d="m -166.11434,-36.27181 -0.19224,0.66507 q 0.19379,-0.29145 0.28991,-0.39842 0.14107,-0.15503 0.24339,-0.21084 0.10232,-0.0558 0.19224,-0.0558 0.0806,0 0.13798,0.0605 0.0574,0.0589 0.0574,0.15503 0,0.0868 -0.0372,0.21084 l -0.19844,0.66197 q -0.0248,0.0868 -0.0248,0.11318 0,0.0155 0.0109,0.0279 0.0124,0.0124 0.0248,0.0124 0.0155,0 0.0326,-0.0124 0.0543,-0.045 0.11007,-0.12712 0.0139,-0.0217 0.045,-0.0651 l 0.0589,0.0357 q -0.22789,0.38292 -0.47904,0.38292 -0.0961,0 -0.15038,-0.0496 -0.0543,-0.0496 -0.0543,-0.12402 0,-0.0651 0.0372,-0.19379 l 0.19379,-0.66197 q 0.0202,-0.0651 0.0202,-0.0961 0,-0.0171 -0.014,-0.0295 -0.0139,-0.014 -0.0326,-0.014 -0.0589,0 -0.14263,0.0806 -0.21394,0.20464 -0.41393,0.60926 l -0.12712,0.46044 h -0.39533 l 0.28991,-0.99529 q 0.0419,-0.14728 0.0419,-0.20929 0,-0.0263 -0.0124,-0.0434 -0.0124,-0.0186 -0.0403,-0.0279 -0.0279,-0.0109 -0.10542,-0.0109 l 0.0171,-0.0589 0.52245,-0.0915 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5277" />
+ <path
+ d="m -164.32479,-37.50657 h 2.23036 v 0.1695 h -2.23036 z m 0,0.67386 h 2.23036 v 0.1695 h -2.23036 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5279" />
+ <path
+ d="m -159.59743,-37.63059 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0848 0.26044,0.17984 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14262 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5281" />
+ <path
+ d="m -158.24971,-37.63059 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41342 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5283" />
+ <path
+ d="m -156.40796,-38.62071 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23772 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5285" />
+ <path
+ d="m -154.22515,-37.57478 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0723 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24392,0.26459 -0.37207,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.0909 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22325,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.2129 v -1.0728 q 0,-0.16123 -0.0599,-0.21705 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5287" />
+ <path
+ d="m -152.16016,-36.40069 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32247,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0785 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12195,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12196 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15297 -0.16743,0.20257 -0.16743,0.53536 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.36381,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z m -0.76895,0.68626 h 0.12402 l -0.10335,0.1633 q 0.13022,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.15709 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5289" />
+ <path
+ d="m -150.81865,-35.95421 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0538 -0.0475,-0.14677 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.28318 0.11782,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40514,-0.16536 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5291" />
+ <path
+ d="m -149.08852,-37.63059 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41342 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5293" />
+ <path
+ d="m -147.9351,-38.53389 v -0.0868 q 0.31419,0.15503 0.52296,0.36587 0.29559,0.30179 0.45682,0.709 0.16123,0.40514 0.16123,0.84543 0,0.64078 -0.31626,1.16788 -0.31419,0.52917 -0.82475,0.75655 v -0.0765 q 0.25424,-0.14262 0.41754,-0.38654 0.16537,-0.24184 0.24391,-0.61598 0.0806,-0.3762 0.0806,-0.78341 0,-0.44028 -0.0682,-0.80409 -0.0517,-0.28525 -0.13022,-0.45682 -0.0765,-0.17156 -0.20464,-0.33072 -0.12816,-0.15917 -0.339,-0.30386 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path5295" />
+ <path
+ d="m -174.84766,-29.373047 v 4.378906 h 29.76563 v -4.378906 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0-9-1-1-2" />
+ <path
+ d="m -175.3725,-29.897549 h 30.81637 v 5.42855 h -30.81637 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5-2-2-0-7" />
<g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="flowRoot34165-8-0-9-8-1-9"
transform="translate(-223.32371,-166.01727)"
- id="g34182-7-4-3-0-2-2"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 4.37891 h 29.765626 v -4.37891 z"
- inkscape:href="#rect7253-2-7-4-7-6-6-5-2-2-0-7"
- id="path34163-6-0-9-1-1-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-2-7-4-7-6-6-5-2-2-0-7"
- inkscape:original="M 47.951172 136.11914 L 47.951172 141.54883 L 78.767578 141.54883 L 78.767578 136.11914 L 47.951172 136.11914 z "
- inkscape:radius="-0.52464706"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="0"
- rx="0"
- y="136.11972"
- x="47.951206"
- height="5.4285498"
- width="30.816372"
- id="rect7253-2-7-4-7-6-6-5-2-2-0-7"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- id="flowRoot34165-8-0-9-8-1-9"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167-0-8-6-4-7-0"><use
- height="100%"
- width="100%"
- id="use34169-9-2-3-4-1-4"
- xlink:href="#path34163-6-0-9-1-1-2"
- y="0"
- x="0" /></flowRegion><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara4589-5-4-9"><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan5290">e</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan5274">n</flowSpan> = |<flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan5286">sol</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan5278">n</flowSpan> - <flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="flowSpan5294">sol</flowSpan><flowSpan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="flowSpan5282">n-1</flowSpan>|</flowPara></flowRoot>
+ aria-label="en = |soln - soln-1|">
+ <path
+ id="path5300"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 49.301327,139.09781 q -0.0186,0.13436 -0.0186,0.22118 0,0.15503 0.08888,0.24804 0.09095,0.093 0.241845,0.093 0.144694,0 0.289388,-0.0703 0.146761,-0.0703 0.338997,-0.24598 l 0.06201,0.0558 q -0.237712,0.28732 -0.463021,0.40928 -0.225309,0.12195 -0.49816,0.12195 -0.345198,0 -0.47749,-0.16536 -0.132291,-0.16536 -0.132291,-0.38241 0,-0.33899 0.19637,-0.67799 0.198437,-0.339 0.537434,-0.54364 0.341065,-0.20463 0.684196,-0.20463 0.173632,0 0.262516,0.0827 0.08888,0.0827 0.08888,0.20877 0,0.1509 -0.08682,0.29352 -0.119889,0.19431 -0.30179,0.3142 -0.181901,0.11782 -0.40721,0.17983 -0.150895,0.0413 -0.405143,0.062 z m 0.0186,-0.10749 q 0.181901,-0.0269 0.28112,-0.0723 0.101286,-0.0476 0.19637,-0.14883 0.09715,-0.10335 0.167432,-0.25838 0.07028,-0.1571 0.07028,-0.29352 0,-0.0579 -0.03307,-0.091 -0.03101,-0.0331 -0.08062,-0.0331 -0.09922,0 -0.223242,0.13849 -0.227377,0.25219 -0.378272,0.75861 z" />
+ <path
+ id="path5302"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 51.364766,139.2825 -0.192236,0.66508 q 0.193786,-0.29146 0.289904,-0.39843 0.141077,-0.15503 0.243396,-0.21084 0.10232,-0.0558 0.192237,-0.0558 0.08062,0 0.137976,0.0605 0.05736,0.0589 0.05736,0.15503 0,0.0868 -0.03721,0.21084 l -0.198438,0.66198 q -0.02481,0.0868 -0.02481,0.11317 0,0.0155 0.01085,0.0279 0.0124,0.0124 0.02481,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.045 0.110071,-0.12712 0.01395,-0.0217 0.04496,-0.0651 l 0.05891,0.0357 q -0.227893,0.38293 -0.479041,0.38293 -0.09612,0 -0.150378,-0.0496 -0.05426,-0.0496 -0.05426,-0.12403 0,-0.0651 0.03721,-0.19378 l 0.193787,-0.66198 q 0.02015,-0.0651 0.02015,-0.0961 0,-0.017 -0.01395,-0.0294 -0.01395,-0.0139 -0.03256,-0.0139 -0.05891,0 -0.142627,0.0806 -0.21394,0.20464 -0.413928,0.60927 l -0.127124,0.46043 h -0.395325 l 0.289905,-0.99529 q 0.04186,-0.14727 0.04186,-0.20928 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.04031,-0.0279 -0.0279,-0.0108 -0.10542,-0.0108 l 0.01705,-0.0589 0.522449,-0.0915 z" />
+ <path
+ id="path5304"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 53.418903,138.04775 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
+ <path
+ id="path5306"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 57.294632,136.9336 v 3.853 h -0.171566 v -3.853 z" />
+ <path
+ id="path5308"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 59.216994,137.9568 -0.09095,0.63872 h -0.07648 q -0.01654,-0.24805 -0.152962,-0.39068 -0.134358,-0.14262 -0.289387,-0.14262 -0.09509,0 -0.157097,0.0558 -0.06201,0.0558 -0.06201,0.13436 0,0.0661 0.02687,0.12402 0.02687,0.0579 0.11989,0.15709 0.326594,0.3514 0.396874,0.4837 0.07028,0.13229 0.07028,0.28318 0,0.1633 -0.08268,0.31006 -0.08268,0.14469 -0.248047,0.23358 -0.163297,0.0868 -0.341064,0.0868 -0.119889,0 -0.295589,-0.0475 -0.115755,-0.0331 -0.173633,-0.0331 -0.05168,0 -0.08062,0.0165 -0.02894,0.0145 -0.06408,0.0641 h -0.07648 l 0.101285,-0.68833 h 0.06615 q 0.07235,0.25012 0.134359,0.35761 0.06408,0.10542 0.169498,0.16949 0.10542,0.062 0.202572,0.062 0.113688,0 0.188102,-0.0703 0.07441,-0.0724 0.07441,-0.17157 0,-0.0971 -0.04961,-0.1881 -0.04754,-0.0909 -0.223242,-0.28319 -0.241845,-0.26251 -0.318326,-0.40514 -0.05374,-0.10335 -0.05374,-0.23565 0,-0.22324 0.161231,-0.37207 0.163297,-0.14882 0.456819,-0.14882 0.128157,0 0.314192,0.0455 0.09302,0.0227 0.148828,0.0227 0.08062,0 0.130225,-0.0682 z" />
+ <path
+ id="path5310"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 60.678402,137.9568 q 0.163298,0 0.305924,0.0765 0.144694,0.0744 0.217041,0.20877 0.07441,0.13436 0.07441,0.29766 0,0.33486 -0.188102,0.66972 -0.186035,0.33486 -0.491959,0.52917 -0.305924,0.19223 -0.615983,0.19223 -0.281119,0 -0.436148,-0.16743 -0.152962,-0.16743 -0.152962,-0.40927 0,-0.28732 0.113688,-0.53744 0.115755,-0.25218 0.291454,-0.43821 0.177767,-0.18811 0.40721,-0.30386 0.229444,-0.11782 0.475423,-0.11782 z m -0.08475,0.10955 q -0.109554,0 -0.181901,0.0641 -0.144694,0.13022 -0.326595,0.60978 -0.181901,0.47749 -0.181901,0.86196 0,0.0951 0.05788,0.1571 0.05788,0.062 0.136426,0.062 0.08062,0 0.142626,-0.0496 0.09095,-0.0744 0.223242,-0.33279 0.132292,-0.26045 0.217041,-0.57258 0.08475,-0.31419 0.08475,-0.57464 0,-0.10749 -0.05168,-0.16537 -0.05168,-0.0599 -0.119889,-0.0599 z" />
+ <path
+ id="path5312"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 62.743391,137.00595 -0.684196,2.32751 q -0.05994,0.2067 -0.05994,0.25838 0,0.0269 0.01654,0.0455 0.0186,0.0186 0.03927,0.0186 0.03721,0 0.07028,-0.0289 0.09922,-0.0806 0.221175,-0.27285 l 0.08062,0.0372 q -0.19637,0.3142 -0.386539,0.44855 -0.130225,0.0909 -0.276986,0.0909 -0.136425,0 -0.21704,-0.0723 -0.08062,-0.0744 -0.08062,-0.17777 0,-0.0765 0.04961,-0.24598 l 0.558105,-1.90582 q 0.04548,-0.1571 0.04548,-0.20878 0,-0.0496 -0.04341,-0.0785 -0.05788,-0.0413 -0.1757,-0.0351 l 0.02274,-0.0785 0.696597,-0.12196 z" />
+ <path
+ id="path5314"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 63.426036,139.2825 -0.192236,0.66508 q 0.193787,-0.29146 0.289905,-0.39843 0.141077,-0.15503 0.243396,-0.21084 0.102319,-0.0558 0.192236,-0.0558 0.08062,0 0.137976,0.0605 0.05736,0.0589 0.05736,0.15503 0,0.0868 -0.03721,0.21084 l -0.198437,0.66198 q -0.02481,0.0868 -0.02481,0.11317 0,0.0155 0.01085,0.0279 0.0124,0.0124 0.02481,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.045 0.110071,-0.12712 0.01395,-0.0217 0.04496,-0.0651 l 0.05891,0.0357 q -0.227893,0.38293 -0.47904,0.38293 -0.09612,0 -0.150379,-0.0496 -0.05426,-0.0496 -0.05426,-0.12403 0,-0.0651 0.03721,-0.19378 l 0.193787,-0.66198 q 0.02015,-0.0651 0.02015,-0.0961 0,-0.017 -0.01395,-0.0294 -0.01395,-0.0139 -0.03256,-0.0139 -0.05891,0 -0.142627,0.0806 -0.213941,0.20464 -0.413928,0.60927 l -0.127124,0.46043 h -0.395325 l 0.289905,-0.99529 q 0.04186,-0.14727 0.04186,-0.20928 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.0108 -0.10542,-0.0108 l 0.01705,-0.0589 0.522449,-0.0915 z" />
+ <path
+ id="path5316"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 65.575257,138.76708 h 1.068668 v 0.31213 h -1.068668 z" />
+ <path
+ id="path5318"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 69.450986,137.9568 -0.09095,0.63872 h -0.07648 q -0.01654,-0.24805 -0.152962,-0.39068 -0.134359,-0.14262 -0.289388,-0.14262 -0.09508,0 -0.157096,0.0558 -0.06201,0.0558 -0.06201,0.13436 0,0.0661 0.02687,0.12402 0.02687,0.0579 0.119889,0.15709 0.326595,0.3514 0.396875,0.4837 0.07028,0.13229 0.07028,0.28318 0,0.1633 -0.08268,0.31006 -0.08268,0.14469 -0.248046,0.23358 -0.163298,0.0868 -0.341064,0.0868 -0.11989,0 -0.295589,-0.0475 -0.115755,-0.0331 -0.173633,-0.0331 -0.05168,0 -0.08062,0.0165 -0.02894,0.0145 -0.06408,0.0641 h -0.07648 l 0.101286,-0.68833 h 0.06615 q 0.07235,0.25012 0.134358,0.35761 0.06408,0.10542 0.169499,0.16949 0.10542,0.062 0.202571,0.062 0.113688,0 0.188102,-0.0703 0.07441,-0.0724 0.07441,-0.17157 0,-0.0971 -0.04961,-0.1881 -0.04754,-0.0909 -0.223242,-0.28319 -0.241846,-0.26251 -0.318327,-0.40514 -0.05374,-0.10335 -0.05374,-0.23565 0,-0.22324 0.16123,-0.37207 0.163298,-0.14882 0.45682,-0.14882 0.128157,0 0.314192,0.0455 0.09302,0.0227 0.148828,0.0227 0.08062,0 0.130224,-0.0682 z" />
+ <path
+ id="path5320"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 70.912395,137.9568 q 0.163297,0 0.305924,0.0765 0.144694,0.0744 0.217041,0.20877 0.07441,0.13436 0.07441,0.29766 0,0.33486 -0.188102,0.66972 -0.186035,0.33486 -0.491959,0.52917 -0.305925,0.19223 -0.615983,0.19223 -0.28112,0 -0.436149,-0.16743 -0.152962,-0.16743 -0.152962,-0.40927 0,-0.28732 0.113688,-0.53744 0.115755,-0.25218 0.291455,-0.43821 0.177767,-0.18811 0.40721,-0.30386 0.229443,-0.11782 0.475423,-0.11782 z m -0.08475,0.10955 q -0.109553,0 -0.1819,0.0641 -0.144694,0.13022 -0.326595,0.60978 -0.181901,0.47749 -0.181901,0.86196 0,0.0951 0.05788,0.1571 0.05788,0.062 0.136426,0.062 0.08061,0 0.142627,-0.0496 0.09095,-0.0744 0.223242,-0.33279 0.132292,-0.26045 0.217041,-0.57258 0.08475,-0.31419 0.08475,-0.57464 0,-0.10749 -0.05168,-0.16537 -0.05168,-0.0599 -0.11989,-0.0599 z" />
+ <path
+ id="path5322"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 72.977383,137.00595 -0.684195,2.32751 q -0.05994,0.2067 -0.05994,0.25838 0,0.0269 0.01654,0.0455 0.0186,0.0186 0.03927,0.0186 0.03721,0 0.07028,-0.0289 0.09922,-0.0806 0.221175,-0.27285 l 0.08061,0.0372 q -0.196371,0.3142 -0.38654,0.44855 -0.130224,0.0909 -0.276985,0.0909 -0.136426,0 -0.217041,-0.0723 -0.08061,-0.0744 -0.08061,-0.17777 0,-0.0765 0.04961,-0.24598 l 0.558105,-1.90582 q 0.04547,-0.1571 0.04547,-0.20878 0,-0.0496 -0.04341,-0.0785 -0.05788,-0.0413 -0.175699,-0.0351 l 0.02274,-0.0785 0.696598,-0.12196 z" />
+ <path
+ id="path5324"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 73.660029,139.2825 -0.192236,0.66508 q 0.193786,-0.29146 0.289904,-0.39843 0.141077,-0.15503 0.243396,-0.21084 0.10232,-0.0558 0.192237,-0.0558 0.08061,0 0.137976,0.0605 0.05736,0.0589 0.05736,0.15503 0,0.0868 -0.03721,0.21084 l -0.198438,0.66198 q -0.02481,0.0868 -0.02481,0.11317 0,0.0155 0.01085,0.0279 0.0124,0.0124 0.0248,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.045 0.110071,-0.12712 0.01395,-0.0217 0.04496,-0.0651 l 0.05891,0.0357 q -0.227893,0.38293 -0.479041,0.38293 -0.09612,0 -0.150378,-0.0496 -0.05426,-0.0496 -0.05426,-0.12403 0,-0.0651 0.03721,-0.19378 l 0.193786,-0.66198 q 0.02015,-0.0651 0.02015,-0.0961 0,-0.017 -0.01395,-0.0294 -0.01395,-0.0139 -0.03256,-0.0139 -0.05891,0 -0.142627,0.0806 -0.21394,0.20464 -0.413928,0.60927 l -0.127124,0.46043 h -0.395325 l 0.289905,-0.99529 q 0.04186,-0.14727 0.04186,-0.20928 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.04031,-0.0279 -0.0279,-0.0108 -0.10542,-0.0108 l 0.01705,-0.0589 0.522449,-0.0915 z" />
+ <path
+ id="path5326"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 74.700276,139.86231 h 0.90227 l -0.09612,0.32246 h -0.906921 z" />
+ <path
+ id="path5328"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 77.052072,138.57402 -0.513147,1.76423 q -0.04031,0.13798 -0.04031,0.17518 0,0.0372 0.02791,0.0775 0.02946,0.0388 0.06201,0.0512 0.03411,0.0109 0.201538,0.0202 l -0.01705,0.0574 h -1.05885 l 0.01705,-0.0574 q 0.15813,-0.003 0.220142,-0.0264 0.06201,-0.0233 0.100769,-0.076 0.04031,-0.0527 0.08992,-0.22169 l 0.303857,-1.048 q 0.06976,-0.23874 0.07286,-0.2527 0.0093,-0.0403 0.0093,-0.076 0,-0.0698 -0.04341,-0.11007 -0.04186,-0.0419 -0.120923,-0.0419 -0.03876,0 -0.153479,0.0124 l -0.0124,-0.0574 0.789099,-0.19068 z" />
+ <path
+ id="path5330"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 77.731616,136.9336 v 3.853 H 77.56005 v -3.853 z" />
</g>
- <g
- id="g34603"
- transform="translate(-301.25182,-179.07744)"
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-3-3-6-0-3"
- d="m 141.2875,158.66157 11.50086,5.38531 -11.50086,5.38529 -11.50086,-5.38529 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4-3-3-3-2"
- y="165.30261"
- x="141.3309"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- id="tspan12262-8-3"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- y="165.30261"
- x="141.3309"
- sodipodi:role="line"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan12645-2-7">e<tspan
- style="font-size:3.175px;baseline-shift:sub;fill:#808080;"
- id="tspan5447">n</tspan></tspan>≤ <tspan
- id="tspan12636-8-3"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">e<tspan
- style="font-size:3.175px;baseline-shift:sub;fill:#808080;"
- id="tspan34585">tol</tspan></tspan>?</tspan></text>
- </g>
+ inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0-3"
+ d="m -159.96432,-20.41587 11.50086,5.38531 -11.50086,5.38529 -11.50086,-5.38529 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
- id="g34617"
- transform="translate(-230.96618,-193.88279)"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-4-3-3-3-2"
+ aria-label="en≤ etol?">
+ <path
+ id="path5333"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -166.32362,-14.549974 q -0.0186,0.134359 -0.0186,0.221175 0,0.155029 0.0889,0.248047 0.091,0.09302 0.24185,0.09302 0.14469,0 0.28938,-0.07028 0.14676,-0.07028 0.339,-0.245979 l 0.062,0.05581 q -0.23771,0.287321 -0.46302,0.409277 -0.22531,0.121957 -0.49816,0.121957 -0.3452,0 -0.47749,-0.165365 -0.13229,-0.165364 -0.13229,-0.382405 0,-0.338997 0.19637,-0.677994 0.19844,-0.338997 0.53743,-0.543636 0.34107,-0.204638 0.6842,-0.204638 0.17363,0 0.26252,0.08268 0.0889,0.08268 0.0889,0.208772 0,0.150895 -0.0868,0.293522 -0.11989,0.194303 -0.30179,0.314193 -0.1819,0.117822 -0.40721,0.179834 -0.15089,0.04134 -0.40514,0.06201 z m 0.0186,-0.107487 q 0.1819,-0.02687 0.28112,-0.07235 0.10129,-0.04754 0.19637,-0.148828 0.0971,-0.103352 0.16743,-0.258382 0.0703,-0.157096 0.0703,-0.293521 0,-0.05788 -0.0331,-0.09095 -0.031,-0.03307 -0.0806,-0.03307 -0.0992,0 -0.22325,0.138493 -0.22737,0.252181 -0.37827,0.758609 z" />
+ <path
+ id="path5335"
+ style="font-size:3.175px;baseline-shift:sub;fill:#808080"
+ d="m -164.26018,-14.365284 -0.19224,0.665076 q 0.19379,-0.291455 0.28991,-0.398425 0.14107,-0.155029 0.24339,-0.21084 0.10232,-0.05581 0.19224,-0.05581 0.0806,0 0.13798,0.06046 0.0574,0.05891 0.0574,0.155029 0,0.08682 -0.0372,0.21084 l -0.19844,0.661975 q -0.0248,0.08682 -0.0248,0.113171 0,0.0155 0.0109,0.02791 0.0124,0.0124 0.0248,0.0124 0.0155,0 0.0326,-0.0124 0.0543,-0.04496 0.11007,-0.127124 0.0139,-0.0217 0.045,-0.06511 l 0.0589,0.03566 q -0.22789,0.382923 -0.47904,0.382923 -0.0961,0 -0.15038,-0.04961 -0.0543,-0.04961 -0.0543,-0.124023 0,-0.06511 0.0372,-0.193787 l 0.19378,-0.661975 q 0.0202,-0.06511 0.0202,-0.09612 0,-0.01705 -0.0139,-0.02946 -0.014,-0.01395 -0.0326,-0.01395 -0.0589,0 -0.14263,0.08061 -0.21394,0.204639 -0.41393,0.609265 l -0.12712,0.460437 h -0.39532 l 0.2899,-0.995288 q 0.0419,-0.147278 0.0419,-0.20929 0,-0.02636 -0.0124,-0.04341 -0.0124,-0.0186 -0.0403,-0.02791 -0.0279,-0.01085 -0.10542,-0.01085 l 0.0171,-0.05891 0.52245,-0.09147 z" />
+ <path
+ id="path5337"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -161.07123,-14.283324 -2.21795,-0.942577 v -0.171566 l 2.21795,-0.938443 v 0.21084 l -1.9637,0.812353 1.9637,0.818554 z m -2.22002,0.65319 h 2.22415 v 0.192236 h -2.22415 z" />
+ <path
+ id="path5339"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -159.2977,-14.549974 q -0.0186,0.134359 -0.0186,0.221175 0,0.155029 0.0889,0.248047 0.0909,0.09302 0.24185,0.09302 0.14469,0 0.28939,-0.07028 0.14676,-0.07028 0.33899,-0.245979 l 0.062,0.05581 q -0.23771,0.287321 -0.46302,0.409277 -0.2253,0.121957 -0.49816,0.121957 -0.34519,0 -0.47749,-0.165365 -0.13229,-0.165364 -0.13229,-0.382405 0,-0.338997 0.19637,-0.677994 0.19844,-0.338997 0.53744,-0.543636 0.34106,-0.204638 0.68419,-0.204638 0.17364,0 0.26252,0.08268 0.0889,0.08268 0.0889,0.208772 0,0.150895 -0.0868,0.293522 -0.11989,0.194303 -0.30179,0.314193 -0.18191,0.117822 -0.40721,0.179834 -0.1509,0.04134 -0.40515,0.06201 z m 0.0186,-0.107487 q 0.1819,-0.02687 0.28112,-0.07235 0.10128,-0.04754 0.19637,-0.148828 0.0971,-0.103352 0.16743,-0.258382 0.0703,-0.157096 0.0703,-0.293521 0,-0.05788 -0.0331,-0.09095 -0.031,-0.03307 -0.0806,-0.03307 -0.0992,0 -0.22324,0.138493 -0.22738,0.252181 -0.37827,0.758609 z" />
+ <path
+ id="path5341"
+ style="font-size:3.175px;baseline-shift:sub;fill:#808080"
+ d="m -157.17225,-14.743555 -0.12402,0.42168 h 0.20309 l -0.0543,0.178283 h -0.19999 l -0.2589,0.89917 q -0.0248,0.08372 -0.0248,0.127124 0,0.02015 0.014,0.03566 0.0139,0.01395 0.031,0.01395 0.0264,0 0.0543,-0.0217 0.0713,-0.05426 0.16588,-0.189136 l 0.0543,0.03411 q -0.10697,0.186035 -0.23565,0.272852 -0.12867,0.08682 -0.25269,0.08682 -0.10542,0 -0.16434,-0.05271 -0.0574,-0.05426 -0.0574,-0.136426 0,-0.08992 0.0403,-0.230993 l 0.24495,-0.838709 h -0.21084 l 0.031,-0.114721 q 0.19844,-0.07286 0.33487,-0.170533 0.13642,-0.09767 0.32866,-0.314709 z" />
+ <path
+ id="path5343"
+ style="font-size:3.175px;baseline-shift:sub;fill:#808080"
+ d="m -156.15835,-14.365284 q 0.12247,0 0.22944,0.05736 0.10852,0.05581 0.16278,0.15658 0.0558,0.100769 0.0558,0.223242 0,0.251148 -0.14108,0.502295 -0.13952,0.251147 -0.36897,0.396875 -0.22944,0.144177 -0.46198,0.144177 -0.21084,0 -0.32712,-0.125574 -0.11472,-0.125573 -0.11472,-0.306958 0,-0.21549 0.0853,-0.403076 0.0868,-0.189135 0.21859,-0.328662 0.13333,-0.141076 0.30541,-0.227893 0.17208,-0.08837 0.35657,-0.08837 z m -0.0636,0.08217 q -0.0822,0 -0.13642,0.04806 -0.10852,0.09767 -0.24495,0.457336 -0.13642,0.358118 -0.13642,0.646473 0,0.07131 0.0434,0.117822 0.0434,0.04651 0.10232,0.04651 0.0605,0 0.10697,-0.03721 0.0682,-0.05581 0.16744,-0.249597 0.0992,-0.195337 0.16278,-0.429432 0.0636,-0.235644 0.0636,-0.430981 0,-0.08061 -0.0388,-0.124024 -0.0388,-0.04496 -0.0899,-0.04496 z" />
+ <path
+ id="path5345"
+ style="font-size:3.175px;baseline-shift:sub;fill:#808080"
+ d="m -154.60961,-15.078418 -0.51315,1.74563 q -0.045,0.155029 -0.045,0.193786 0,0.02015 0.0124,0.03411 0.014,0.01395 0.0295,0.01395 0.0279,0 0.0527,-0.0217 0.0744,-0.06046 0.16588,-0.204639 l 0.0605,0.02791 q -0.14727,0.235644 -0.2899,0.336413 -0.0977,0.06821 -0.20774,0.06821 -0.10232,0 -0.16278,-0.05426 -0.0605,-0.05581 -0.0605,-0.133325 0,-0.05736 0.0372,-0.184485 l 0.41858,-1.42937 q 0.0341,-0.117822 0.0341,-0.15658 0,-0.03721 -0.0326,-0.05891 -0.0434,-0.03101 -0.13177,-0.02635 l 0.0171,-0.05891 0.52245,-0.09147 z" />
+ <path
+ id="path5347"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -153.79519,-14.436286 h -0.0848 q 0.0145,-0.260449 0.0641,-0.429947 0.0517,-0.171566 0.21084,-0.475423 0.12402,-0.233577 0.16123,-0.357601 0.0372,-0.12609 0.0372,-0.254248 0,-0.262516 -0.14056,-0.417545 -0.13849,-0.155029 -0.34106,-0.155029 -0.17983,0 -0.28319,0.08475 -0.10335,0.08475 -0.10335,0.183968 0,0.07648 0.062,0.188102 0.062,0.111621 0.062,0.169499 0,0.07441 -0.0475,0.12609 -0.0475,0.04961 -0.11575,0.04961 -0.0868,0 -0.15917,-0.08475 -0.0703,-0.08682 -0.0703,-0.239778 0,-0.233577 0.20051,-0.413411 0.2005,-0.179834 0.54363,-0.179834 0.42582,0 0.62632,0.248047 0.14883,0.181901 0.14883,0.403075 0,0.150896 -0.0682,0.310059 -0.0661,0.159163 -0.25425,0.374137 -0.29972,0.338997 -0.36794,0.481624 -0.0661,0.14056 -0.0806,0.388606 z m -0.0289,0.256315 q 0.0971,0 0.1633,0.06821 0.0682,0.06615 0.0682,0.163297 0,0.09508 -0.0682,0.163298 -0.0682,0.06615 -0.1633,0.06615 -0.0951,0 -0.1633,-0.06615 -0.0661,-0.06821 -0.0661,-0.163298 0,-0.09715 0.0661,-0.163297 0.0682,-0.06821 0.1633,-0.06821 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-3-3-6-0"
- d="m 71.001865,111.05721 12.737863,5.96454 -12.737863,5.96452 -12.737861,-5.96452 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4-3-3-3"
- y="118.27747"
- x="71.045265"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- id="tspan12262-8"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- y="118.27747"
- x="71.045265"
- sodipodi:role="line"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan12645-2">it </tspan>≤ <tspan
- id="tspan12636-8"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">it</tspan><tspan
- id="tspan12233-1"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">máx</tspan>?</tspan></text>
+ inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0"
+ d="m -159.96431,-82.82558 12.73786,5.96454 -12.73786,5.96452 -12.73787,-5.96452 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-4-3-3-3"
+ aria-label="it ≤ itmáx?">
+ <path
+ id="path5350"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -167.29824,-78.472322 q 0.12816,0 0.21498,0.08888 0.0889,0.08888 0.0889,0.214974 0,0.12609 -0.0889,0.214974 -0.0889,0.08888 -0.21498,0.08888 -0.12402,0 -0.2129,-0.08888 -0.0889,-0.08888 -0.0889,-0.214974 0,-0.12609 0.0868,-0.214974 0.0889,-0.08888 0.21497,-0.08888 z m 0.12816,0.950845 -0.42375,1.469677 q -0.0351,0.12609 -0.0351,0.165364 0,0.02274 0.0186,0.04341 0.0186,0.0186 0.0393,0.0186 0.0351,0 0.0703,-0.03101 0.093,-0.07648 0.22324,-0.276985 l 0.0703,0.04134 q -0.31212,0.543635 -0.66352,0.543635 -0.13436,0 -0.21498,-0.07441 -0.0785,-0.07648 -0.0785,-0.192236 0,-0.07648 0.0351,-0.194303 l 0.28732,-0.988053 q 0.0413,-0.142626 0.0413,-0.214973 0,-0.04548 -0.0393,-0.08062 -0.0393,-0.03514 -0.10748,-0.03514 -0.031,0 -0.0744,0.0021 l 0.0269,-0.08268 0.70074,-0.113688 z" />
+ <path
+ id="path5352"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -165.86163,-78.025838 -0.16537,0.562239 h 0.27079 l -0.0724,0.237711 h -0.26665 l -0.3452,1.198893 q -0.0331,0.111621 -0.0331,0.169498 0,0.02687 0.0186,0.04754 0.0186,0.0186 0.0413,0.0186 0.0351,0 0.0724,-0.02894 0.0951,-0.07235 0.22117,-0.252181 l 0.0724,0.04548 q -0.14263,0.248046 -0.31419,0.363801 -0.17157,0.115755 -0.33693,0.115755 -0.14056,0 -0.21911,-0.07028 -0.0765,-0.07235 -0.0765,-0.181901 0,-0.11989 0.0537,-0.307992 l 0.3266,-1.118277 h -0.28112 l 0.0413,-0.152962 q 0.26458,-0.09715 0.44648,-0.227376 0.1819,-0.130224 0.43822,-0.419612 z" />
+ <path
+ id="path5354"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -162.57295,-76.113812 -2.21795,-0.942577 v -0.171566 l 2.21795,-0.938443 v 0.21084 l -1.9637,0.812353 1.9637,0.818554 z m -2.22002,0.65319 h 2.22416 v 0.192236 h -2.22416 z" />
+ <path
+ id="path5356"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -160.51003,-78.472322 q 0.12816,0 0.21498,0.08888 0.0889,0.08888 0.0889,0.214974 0,0.12609 -0.0889,0.214974 -0.0889,0.08888 -0.21498,0.08888 -0.12402,0 -0.2129,-0.08888 -0.0889,-0.08888 -0.0889,-0.214974 0,-0.12609 0.0868,-0.214974 0.0889,-0.08888 0.21497,-0.08888 z m 0.12816,0.950845 -0.42375,1.469677 q -0.0351,0.12609 -0.0351,0.165364 0,0.02274 0.0186,0.04341 0.0186,0.0186 0.0393,0.0186 0.0351,0 0.0703,-0.03101 0.093,-0.07648 0.22324,-0.276985 l 0.0703,0.04134 q -0.31212,0.543635 -0.66352,0.543635 -0.13436,0 -0.21498,-0.07441 -0.0785,-0.07648 -0.0785,-0.192236 0,-0.07648 0.0351,-0.194303 l 0.28732,-0.988053 q 0.0413,-0.142626 0.0413,-0.214973 0,-0.04548 -0.0393,-0.08062 -0.0393,-0.03514 -0.10748,-0.03514 -0.031,0 -0.0744,0.0021 l 0.0269,-0.08268 0.70073,-0.113688 z" />
+ <path
+ id="path5358"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -159.07342,-78.025838 -0.16537,0.562239 h 0.27079 l -0.0724,0.237711 h -0.26665 l -0.3452,1.198893 q -0.0331,0.111621 -0.0331,0.169498 0,0.02687 0.0186,0.04754 0.0186,0.0186 0.0413,0.0186 0.0351,0 0.0724,-0.02894 0.0951,-0.07235 0.22117,-0.252181 l 0.0724,0.04548 q -0.14263,0.248046 -0.31419,0.363801 -0.17157,0.115755 -0.33693,0.115755 -0.14056,0 -0.21911,-0.07028 -0.0765,-0.07235 -0.0765,-0.181901 0,-0.11989 0.0537,-0.307992 l 0.3266,-1.118277 h -0.28112 l 0.0413,-0.152962 q 0.26458,-0.09715 0.44648,-0.227376 0.1819,-0.130224 0.43822,-0.419612 z" />
+ <path
+ id="path5360"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m -158.26934,-76.195772 -0.19844,0.666626 q 0.19999,-0.306958 0.29146,-0.413928 0.13487,-0.15658 0.22169,-0.204639 0.0884,-0.04806 0.17673,-0.04806 0.10077,0 0.14573,0.06046 0.045,0.06046 0.045,0.133325 0,0.07596 -0.0419,0.223242 l -0.0698,0.249597 q 0.20154,-0.310058 0.2899,-0.412378 0.13643,-0.15813 0.2372,-0.21394 0.0698,-0.04031 0.14883,-0.04031 0.0822,0 0.13642,0.05581 0.0558,0.05426 0.0558,0.142627 0,0.09922 -0.0465,0.257348 l -0.17208,0.57826 q -0.0388,0.128674 -0.0388,0.165881 0,0.0124 0.009,0.02325 0.0109,0.01085 0.0232,0.01085 0.0171,0 0.0295,-0.01085 0.0558,-0.04496 0.11782,-0.131775 0.0139,-0.0186 0.0419,-0.05736 l 0.0527,0.03411 q -0.10697,0.199988 -0.23565,0.293005 -0.12712,0.09302 -0.23564,0.09302 -0.0946,0 -0.15193,-0.05116 -0.0574,-0.05271 -0.0574,-0.122473 0,-0.06666 0.0388,-0.201538 l 0.17518,-0.604614 q 0.0357,-0.125574 0.0357,-0.15658 0,-0.01085 -0.0109,-0.02015 -0.0109,-0.01085 -0.0217,-0.01085 -0.0202,0 -0.0403,0.0093 -0.0294,0.0155 -0.0915,0.08061 -0.0605,0.06511 -0.17518,0.234095 -0.11472,0.167431 -0.15968,0.261999 -0.0434,0.09457 -0.0868,0.244946 l -0.0946,0.319361 h -0.39223 l 0.28991,-1.012341 q 0.0232,-0.08217 0.0232,-0.113172 0,-0.01085 -0.0108,-0.02015 -0.009,-0.0093 -0.0202,-0.0093 -0.0574,0 -0.18139,0.150378 -0.18913,0.232544 -0.34416,0.559656 l -0.12558,0.444934 h -0.39532 l 0.29145,-0.996839 q 0.0434,-0.147277 0.0434,-0.209289 0,-0.02481 -0.0124,-0.04186 -0.0124,-0.0186 -0.0403,-0.02791 -0.0279,-0.01085 -0.10697,-0.01085 l 0.0155,-0.05891 0.52865,-0.09147 z" />
+ <path
+ id="path5362"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m -155.12379,-76.174068 -0.30076,1.030945 -0.031,0.125574 q -0.005,0.02325 -0.005,0.03411 0,0.0186 0.0124,0.03256 0.0139,0.01395 0.0279,0.01395 0.0326,0 0.0899,-0.04961 0.0233,-0.02015 0.11162,-0.142627 l 0.0543,0.02791 q -0.11007,0.201538 -0.23565,0.294556 -0.12402,0.09147 -0.2682,0.09147 -0.0884,0 -0.13487,-0.04496 -0.0465,-0.04651 -0.0465,-0.116272 0,-0.06046 0.0496,-0.224793 l 0.0372,-0.125574 q -0.17984,0.308509 -0.34572,0.437183 -0.0961,0.07441 -0.20464,0.07441 -0.14262,0 -0.20619,-0.116272 -0.0636,-0.117822 -0.0636,-0.2651 0,-0.218591 0.13333,-0.500745 0.13332,-0.283703 0.35036,-0.455786 0.17829,-0.142627 0.33487,-0.142627 0.0868,0 0.13952,0.05116 0.0527,0.04961 0.0775,0.182934 l 0.0558,-0.190686 z m -0.4961,0.294556 q 0,-0.125574 -0.0387,-0.181384 -0.0279,-0.03876 -0.076,-0.03876 -0.0481,0 -0.0992,0.04651 -0.10387,0.09612 -0.22479,0.390674 -0.11937,0.293005 -0.11937,0.506946 0,0.08217 0.0264,0.119372 0.0279,0.03566 0.0605,0.03566 0.0698,0 0.14108,-0.08062 0.10232,-0.114722 0.18449,-0.280603 0.14572,-0.291455 0.14572,-0.517798 z m 0.031,-1.029394 h 0.47749 l -0.52245,0.542602 h -0.13953 z" />
+ <path
+ id="path5364"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m -154.91295,-76.102754 0.54105,-0.09302 q 0.14728,0.230994 0.20774,0.508496 0.15193,-0.224792 0.22944,-0.314709 0.10387,-0.120923 0.17053,-0.15658 0.0682,-0.03721 0.14418,-0.03721 0.0853,0 0.13023,0.04651 0.0465,0.04651 0.0465,0.125574 0,0.07441 -0.0465,0.122473 -0.045,0.04651 -0.11318,0.04651 -0.0496,0 -0.11472,-0.01705 -0.0636,-0.0186 -0.0884,-0.0186 -0.0651,0 -0.12403,0.04651 -0.0806,0.06356 -0.19844,0.271301 0.13178,0.465088 0.21084,0.567407 0.0465,0.06046 0.0946,0.06046 0.0403,0 0.0698,-0.02015 0.045,-0.03256 0.13797,-0.162781 l 0.0558,0.03256 q -0.13642,0.220142 -0.26665,0.310059 -0.0992,0.06976 -0.19534,0.06976 -0.0992,0 -0.16588,-0.04341 -0.0651,-0.04496 -0.11627,-0.144177 -0.0512,-0.100769 -0.12092,-0.320911 -0.18139,0.230994 -0.28526,0.337964 -0.10231,0.10542 -0.17053,0.137976 -0.0682,0.03256 -0.14573,0.03256 -0.0806,0 -0.12712,-0.04651 -0.0481,-0.04651 -0.0481,-0.120923 0,-0.07906 0.0512,-0.130224 0.0512,-0.05116 0.13023,-0.05116 0.0419,0 0.0946,0.02481 0.0775,0.03721 0.11162,0.03721 0.045,0 0.0806,-0.0186 0.0465,-0.02325 0.11782,-0.100769 0.0434,-0.04806 0.15968,-0.204638 -0.14883,-0.551905 -0.23254,-0.660425 -0.0527,-0.06976 -0.13333,-0.06976 -0.0418,0 -0.10232,0.0124 z" />
+ <path
+ id="path5366"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -152.53119,-76.266774 h -0.0847 q 0.0145,-0.260449 0.0641,-0.429947 0.0517,-0.171566 0.21084,-0.475423 0.12402,-0.233578 0.16123,-0.357601 0.0372,-0.12609 0.0372,-0.254248 0,-0.262516 -0.14056,-0.417545 -0.13849,-0.155029 -0.34107,-0.155029 -0.17983,0 -0.28318,0.08475 -0.10336,0.08475 -0.10336,0.183968 0,0.07648 0.062,0.188102 0.062,0.111621 0.062,0.169499 0,0.07441 -0.0475,0.12609 -0.0476,0.04961 -0.11576,0.04961 -0.0868,0 -0.15916,-0.08475 -0.0703,-0.08682 -0.0703,-0.239778 0,-0.233578 0.2005,-0.413411 0.20051,-0.179834 0.54364,-0.179834 0.42581,0 0.62632,0.248046 0.14882,0.181901 0.14882,0.403076 0,0.150895 -0.0682,0.310059 -0.0661,0.159163 -0.25425,0.374137 -0.29972,0.338997 -0.36793,0.481624 -0.0661,0.140559 -0.0806,0.388606 z m -0.0289,0.256315 q 0.0971,0 0.1633,0.06821 0.0682,0.06615 0.0682,0.163297 0,0.09508 -0.0682,0.163298 -0.0682,0.06615 -0.1633,0.06615 -0.0951,0 -0.16329,-0.06615 -0.0661,-0.06821 -0.0661,-0.163298 0,-0.09715 0.0661,-0.163297 0.0682,-0.06821 0.16329,-0.06821 z" />
</g>
+ <path
+ d="m -198.98828,-27.357422 v 12.541016 h 20.45117 v -12.541016 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163" />
+ <path
+ d="m -199.51361,-27.882549 h 21.50108 v 13.591817 h -21.50108 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6" />
<g
- id="g34182"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="flowRoot34165"
transform="translate(-247.46481,-164.00227)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 12.54102 h 20.451172 v -12.54102 z"
- inkscape:href="#rect7253-2-7-4-7-6"
- id="path34163"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-2-7-4-7-6"
- inkscape:original="M 47.951172 136.11914 L 47.951172 149.71094 L 69.453125 149.71094 L 69.453125 136.11914 L 47.951172 136.11914 z "
- inkscape:radius="-0.52464706"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="0"
- rx="0"
- y="136.11972"
- x="47.951206"
- height="13.591817"
- width="21.50108"
- id="rect7253-2-7-4-7-6"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- id="flowRoot34165"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167"><use
- height="100%"
- width="100%"
- id="use34169"
- xlink:href="#path34163"
- y="0"
- x="0" /></flowRegion><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara34171">Erro!</flowPara><flowPara
- id="flowPara34173"
- style="font-size:4.23333px;fill:#808080;">Cálculo não convergiu</flowPara></flowRoot>
+ aria-label="Erro!
+Cálculo não convergiu">
+ <path
+ id="path5371"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 55.11374,137.22299 v 1.10794 h 0.615983 q 0.239778,0 0.320393,-0.0723 0.107487,-0.0951 0.119889,-0.33487 h 0.07648 v 0.97565 h -0.07648 q -0.02894,-0.20463 -0.05788,-0.26251 -0.03721,-0.0724 -0.121956,-0.11369 -0.08475,-0.0413 -0.260449,-0.0413 H 55.11374 v 0.92397 q 0,0.18604 0.01654,0.22738 0.01654,0.0393 0.05788,0.0641 0.04134,0.0227 0.157096,0.0227 h 0.475423 q 0.237711,0 0.345198,-0.0331 0.107487,-0.0331 0.206706,-0.13022 0.128157,-0.12816 0.262516,-0.38654 h 0.08268 l -0.241845,0.7028 h -2.160073 v -0.0765 h 0.09922 q 0.09922,0 0.188102,-0.0476 0.06615,-0.0331 0.08888,-0.0992 0.0248,-0.0661 0.0248,-0.27078 v -1.82108 q 0,-0.26665 -0.05374,-0.32866 -0.07441,-0.0827 -0.248047,-0.0827 h -0.09922 v -0.0765 h 2.160073 l 0.03101,0.61391 h -0.08062 q -0.04341,-0.22117 -0.09715,-0.30385 -0.05168,-0.0827 -0.15503,-0.12609 -0.08268,-0.031 -0.291454,-0.031 z" />
+ <path
+ id="path5373"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 57.503256,137.92372 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path5375"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 58.917122,137.92372 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path5377"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 60.703058,137.92372 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path5379"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 62.505531,139.13088 h -0.07855 l -0.181901,-1.67431 q -0.0124,-0.10956 -0.0124,-0.1633 0,-0.13022 0.06821,-0.20877 0.07028,-0.0785 0.167432,-0.0785 0.09715,0 0.163297,0.0785 0.06821,0.0786 0.06821,0.23358 0,0.0496 -0.0083,0.13849 z m -0.04134,0.34314 q 0.09508,0 0.16123,0.0682 0.06821,0.0661 0.06821,0.15916 0,0.0951 -0.06821,0.1633 -0.06615,0.0661 -0.16123,0.0661 -0.09509,0 -0.163298,-0.0661 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.093 0.06615,-0.15916 0.06821,-0.0682 0.163298,-0.0682 z" />
+ <path
+ id="path5381"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 51.085049,141.23929 0.06408,0.95291 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.61598 -0.237711,-0.1881 -0.570507,-0.1881 -0.279053,0 -0.504362,0.14262 -0.225309,0.14056 -0.355534,0.45062 -0.128157,0.31006 -0.128157,0.77101 0,0.38034 0.121956,0.65939 0.121957,0.27906 0.365869,0.42788 0.24598,0.14883 0.560172,0.14883 0.272852,0 0.481624,-0.11575 0.208773,-0.11783 0.458886,-0.46509 l 0.06408,0.0413 q -0.210839,0.37414 -0.491959,0.54777 -0.28112,0.17363 -0.667659,0.17363 -0.696598,0 -1.079003,-0.51676 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721403,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124023,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
+ <path
+ id="path5383"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 52.569195,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m 0.204638,-2.46599 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z" />
+ <path
+ id="path5385"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 54.024402,141.16694 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
+ <path
+ id="path5387"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 56.155536,143.38696 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15297 -0.167432,0.20257 -0.167432,0.53536 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path5389"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 58.084099,142.21287 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26459 -0.37207,0.3328 -0.128158,0.0682 -0.270785,0.0682 -0.159163,0 -0.276985,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268718,-0.2129 v -1.07281 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
+ <path
+ id="path5391"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 59.192041,141.16694 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
+ <path
+ id="path5393"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 60.641046,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path5395"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 63.441907,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path5397"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 66.07947,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.15503,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254247,0.11162 0.06615,0 0.115756,-0.0558 0.05168,-0.0558 0.08062,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09509,0.062 -0.192236,0.062 -0.163298,0 -0.405143,-0.16536 -0.130225,-0.0889 -0.1757,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
+ <path
+ id="path5399"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 67.809595,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177766,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path5401"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 52.017291,147.6203 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179833,0.14676 0.179833,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path5403"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 53.212049,146.3904 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
+ <path
+ id="path5405"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 54.954577,146.79141 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25424 0.04547,0.12403 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936377 v -0.0744 h 0.03928 q 0.132291,0 0.183967,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path5407"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 56.422186,146.44621 h 0.890901 v 0.0765 h -0.05788 q -0.08062,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17157 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0476 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.2067 l -0.671793,1.62471 h -0.08475 l -0.675927,-1.59783 q -0.04548,-0.11163 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z" />
+ <path
+ id="path5409"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 58.954329,147.15934 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522966,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path5411"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 61.06686,146.3904 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 H 60.42814 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path5413"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 62.35877,147.64923 q -0.173632,-0.0847 -0.26665,-0.23564 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.210839,-0.48369 0.212907,-0.20257 0.543636,-0.20257 0.270784,0 0.469222,0.13229 h 0.401008 q 0.08888,0 0.103353,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103353,0.006 h -0.245979 q 0.115755,0.14883 0.115755,0.38034 0,0.26459 -0.202572,0.45269 -0.202571,0.1881 -0.543635,0.1881 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134358,0.0476 0.05788,0.008 0.289388,0.0145 0.425814,0.0103 0.551904,0.0289 0.192236,0.0269 0.305924,0.14263 0.115755,0.11576 0.115755,0.28525 0,0.23358 -0.219108,0.43822 -0.32246,0.30179 -0.841291,0.30179 -0.398942,0 -0.67386,-0.17983 -0.155029,-0.10336 -0.155029,-0.21498 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.2129 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0724 0.05788,-0.1695 0.05995,-0.0971 0.272851,-0.27492 z m 0.359668,-1.15961 q -0.152962,0 -0.256315,0.12195 -0.103353,0.12196 -0.103353,0.37414 0,0.32659 0.14056,0.50643 0.107487,0.13642 0.272851,0.13642 0.157097,0 0.258382,-0.11782 0.101286,-0.11782 0.101286,-0.37 0,-0.32866 -0.142627,-0.5147 -0.10542,-0.13642 -0.270784,-0.13642 z m -0.380338,1.85001 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16743 0,0.0992 0.11989,0.17364 0.206705,0.12815 0.597379,0.12815 0.37207,0 0.547769,-0.13229 0.177767,-0.13022 0.177767,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.107486,-0.0455 -0.425813,-0.0538 -0.465088,-0.0124 -0.715201,-0.0475 z" />
+ <path
+ id="path5415"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 64.450631,145.40028 q 0.08682,0 0.14676,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.14676,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150896,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z" />
+ <path
+ id="path5417"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 66.80294,146.44621 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144693,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128158,0.0682 -0.270785,0.0682 -0.159163,0 -0.276985,-0.091 -0.115755,-0.093 -0.161231,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663524 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268718,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
</g>
+ <path
+ d="m -195.80469,-9.7929688 c -1.37292,0 -2.46289,1.0899619 -2.46289,2.4628907 v 8.0566406 c 0,1.3729287 1.08997,2.4628906 2.46289,2.4628906 h 14.08399 c 1.37292,0 2.46289,-1.0899619 2.46289,-2.4628906 v -8.0566406 c 0,-1.3729288 -1.08997,-2.4628906 -2.46289,-2.4628907 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34621" />
+ <path
+ d="m -195.80515,-10.306902 h 14.08418 c 1.64901,0 2.97656,1.3275469 2.97656,2.9765626 v 8.05611607 c 0,1.64901563 -1.32755,2.97656253 -2.97656,2.97656253 h -14.08418 c -1.64901,0 -2.97656,-1.3275469 -2.97656,-2.97656253 V -7.3303394 c 0,-1.6490157 1.32755,-2.9765626 2.97656,-2.9765626 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-3-8-6" />
<g
- id="g34655"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="flowRoot34623"
transform="translate(-247.80294,-173.92856)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 51.998047,164.13477 c -1.372929,0 -2.462891,1.08995 -2.462891,2.46289 v 8.05664 c 0,1.37292 1.089962,2.46289 2.462891,2.46289 h 14.083984 c 1.372929,0 2.462891,-1.08997 2.462891,-2.46289 v -8.05664 c 0,-1.37294 -1.089962,-2.46289 -2.462891,-2.46289 z"
- inkscape:href="#rect7253-3-8-6"
- id="path34621"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-3-8-6"
- inkscape:original="M 51.998047 163.62109 C 50.349031 163.62109 49.021484 164.94864 49.021484 166.59766 L 49.021484 174.6543 C 49.021484 176.30331 50.349031 177.63086 51.998047 177.63086 L 66.082031 177.63086 C 67.731047 177.63086 69.058594 176.30331 69.058594 174.6543 L 69.058594 166.59766 C 69.058594 164.94864 67.731047 163.62109 66.082031 163.62109 L 51.998047 163.62109 z "
- inkscape:radius="-0.51441187"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="2.9765625"
- rx="2.9765625"
- y="163.62166"
- x="49.021229"
- height="14.009241"
- width="20.037298"
- id="rect7253-3-8-6"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- id="flowRoot34623"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;"
- xml:space="preserve"><flowRegion
- style="fill:#808080;"
- id="flowRegion34625"><use
- id="use34627"
- xlink:href="#path34621"
- y="0"
- x="0"
- width="100%"
- height="100%" /></flowRegion><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara34629">Fim da <flowSpan
- id="flowSpan34631"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080;">simulação</flowSpan> com erro</flowPara></flowRoot>
+ aria-label="Fim da simulação com erro">
+ <path
+ id="path5422"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 53.970095,164.71323 v 1.10174 h 0.510563 q 0.1757,0 0.256315,-0.0765 0.08268,-0.0786 0.109554,-0.308 h 0.07648 v 0.94878 h -0.07648 q -0.0021,-0.16329 -0.04341,-0.23978 -0.03927,-0.0765 -0.111621,-0.11368 -0.07028,-0.0393 -0.21084,-0.0393 h -0.510563 v 0.88057 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.09095,0.0496 0.19017,0.0496 h 0.101285 v 0.0765 h -1.203026 v -0.0765 h 0.09922 q 0.173632,0 0.25218,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.08888,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 2.085659 l 0.02687,0.61599 h -0.07235 q -0.05374,-0.19637 -0.126091,-0.28732 -0.07028,-0.093 -0.175699,-0.13436 -0.103353,-0.0413 -0.322461,-0.0413 z" />
+ <path
+ id="path5424"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 56.074358,164.42384 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path5426"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 57.329061,165.81703 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0786 0.200505,-0.12195 0.107487,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10541 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.1323 -0.258382,-0.1323 -0.109554,0 -0.221175,0.0558 -0.109554,0.0538 -0.26665,0.20258 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path5428"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 62.453291,167.15028 q -0.138492,0.1447 -0.270784,0.20878 -0.132291,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256314,-0.339 0.65939,-0.339 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142626,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17364 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363801,-0.1881 z" />
+ <path
+ id="path5430"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 64.305373,167.09034 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path5432"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 51.350592,169.62822 0.03101,0.65939 h -0.07028 q -0.12609,-0.29353 -0.262516,-0.40101 -0.134358,-0.10749 -0.268717,-0.10749 -0.08475,0 -0.144694,0.0579 -0.05994,0.0558 -0.05994,0.13022 0,0.0558 0.04134,0.10749 0.06614,0.0847 0.370003,0.29145 0.303857,0.20464 0.398941,0.34934 0.09715,0.14262 0.09715,0.32039 0,0.16123 -0.08062,0.31626 -0.08061,0.15503 -0.227376,0.23771 -0.146761,0.0827 -0.324528,0.0827 -0.138493,0 -0.370003,-0.0868 -0.06201,-0.0227 -0.08475,-0.0227 -0.06821,0 -0.113688,0.10335 h -0.06821 l -0.03307,-0.69453 h 0.07028 q 0.09302,0.27285 0.254248,0.40928 0.163297,0.13642 0.307991,0.13642 0.09922,0 0.16123,-0.0599 0.06408,-0.062 0.06408,-0.14883 0,-0.0992 -0.06201,-0.17156 -0.06201,-0.0724 -0.276985,-0.21911 -0.31626,-0.21911 -0.409277,-0.33486 -0.136426,-0.1695 -0.136426,-0.37414 0,-0.22324 0.152962,-0.40308 0.15503,-0.1819 0.446484,-0.1819 0.157097,0 0.303858,0.0765 0.05581,0.031 0.09095,0.031 0.03721,0 0.05994,-0.0145 0.02274,-0.0165 0.07235,-0.0889 z" />
+ <path
+ id="path5434"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 52.239426,168.74558 q 0.134359,0 0.227376,0.0951 0.09302,0.093 0.09302,0.22531 0,0.13229 -0.09509,0.22531 -0.09302,0.093 -0.225309,0.093 -0.132291,0 -0.225309,-0.093 -0.09302,-0.093 -0.09302,-0.22531 0,-0.1323 0.09302,-0.22531 0.09302,-0.0951 0.225309,-0.0951 z m 0.289388,0.93638 v 1.53169 q 0,0.20464 0.04754,0.26251 0.04754,0.0558 0.186035,0.0641 v 0.0744 h -1.043863 v -0.0744 q 0.128158,-0.004 0.190169,-0.0744 0.04134,-0.0475 0.04134,-0.25218 v -1.12862 q 0,-0.20463 -0.04754,-0.26044 -0.04754,-0.0579 -0.183968,-0.0661 v -0.0765 z" />
+ <path
+ id="path5436"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 53.750444,169.68196 v 0.25425 q 0.159163,-0.17364 0.293522,-0.24185 0.136425,-0.0703 0.297656,-0.0703 0.186035,0 0.312125,0.0868 0.126091,0.0868 0.194303,0.26458 0.165365,-0.18603 0.31626,-0.26872 0.152962,-0.0827 0.318326,-0.0827 0.200505,0 0.318327,0.093 0.119889,0.091 0.165364,0.23358 0.04754,0.14056 0.04754,0.45061 v 0.79169 q 0,0.22324 0.03927,0.27698 0.04134,0.0538 0.169498,0.0703 v 0.0744 h -0.998388 v -0.0744 q 0.117823,-0.0103 0.173633,-0.091 0.03721,-0.0558 0.03721,-0.25631 v -0.83096 q 0,-0.25838 -0.02067,-0.32866 -0.02067,-0.0703 -0.06615,-0.10335 -0.04341,-0.0351 -0.103353,-0.0351 -0.08888,0 -0.179834,0.0661 -0.09095,0.0641 -0.183968,0.1943 v 1.03767 q 0,0.20877 0.03514,0.26251 0.04754,0.0765 0.181901,0.0848 v 0.0744 h -1.000455 v -0.0744 q 0.08062,-0.004 0.126091,-0.0393 0.04754,-0.0372 0.06201,-0.0868 0.01654,-0.0517 0.01654,-0.22117 v -0.83096 q 0,-0.26252 -0.02067,-0.32866 -0.02067,-0.0661 -0.07028,-0.10335 -0.04754,-0.0372 -0.103353,-0.0372 -0.08268,0 -0.150895,0.0434 -0.09715,0.0641 -0.206705,0.2191 v 1.03767 q 0,0.20464 0.03927,0.27078 0.04134,0.0641 0.169498,0.0765 v 0.0744 h -0.99632 v -0.0744 q 0.121956,-0.0124 0.173632,-0.0786 0.03514,-0.0455 0.03514,-0.26871 v -1.09141 q 0,-0.21911 -0.04134,-0.27285 -0.03927,-0.0537 -0.167431,-0.0703 v -0.0765 z" />
+ <path
+ id="path5438"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 58.345508,169.68196 v 1.51308 q 0,0.22118 0.04134,0.27699 0.04134,0.0537 0.167431,0.0682 v 0.0744 h -0.787548 v -0.25839 q -0.138493,0.16537 -0.276986,0.24185 -0.138492,0.0744 -0.310058,0.0744 -0.163297,0 -0.291455,-0.0992 -0.12609,-0.10128 -0.169498,-0.23564 -0.04341,-0.13436 -0.04341,-0.46922 v -0.76688 q 0,-0.21911 -0.04134,-0.27285 -0.03927,-0.0537 -0.167431,-0.0703 v -0.0765 h 0.787548 v 1.32085 q 0,0.2067 0.0186,0.26665 0.02067,0.0599 0.06201,0.0909 0.04341,0.031 0.09922,0.031 0.07441,0 0.134359,-0.0393 0.08268,-0.0537 0.198437,-0.21704 v -1.03353 q 0,-0.21911 -0.04134,-0.27285 -0.03927,-0.0537 -0.167432,-0.0703 v -0.0765 z" />
+ <path
+ id="path5440"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 59.591943,168.81173 v 2.40192 q 0,0.20464 0.04754,0.26251 0.04754,0.0558 0.186035,0.0641 v 0.0744 h -1.043863 v -0.0744 q 0.128158,-0.004 0.190169,-0.0744 0.04134,-0.0475 0.04134,-0.25218 v -2.00091 q 0,-0.20257 -0.04754,-0.25838 -0.04754,-0.0579 -0.183968,-0.0662 v -0.0765 z" />
+ <path
+ id="path5442"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 61.076089,171.3294 q -0.353467,0.31213 -0.634586,0.31213 -0.165365,0 -0.274919,-0.10749 -0.109554,-0.10955 -0.109554,-0.27285 0,-0.22118 0.19017,-0.39688 0.190169,-0.17776 0.828889,-0.47128 v -0.19431 q 0,-0.2191 -0.02481,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134359,0 -0.221175,0.0599 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17156 0,0.10129 -0.07648,0.17363 -0.07441,0.0703 -0.19637,0.0703 -0.130225,0 -0.219108,-0.0785 -0.08682,-0.0785 -0.08682,-0.18397 0,-0.14883 0.117823,-0.28319 0.117822,-0.13642 0.328661,-0.20877 0.21084,-0.0724 0.438216,-0.0724 0.274919,0 0.434082,0.11782 0.16123,0.11576 0.208773,0.25218 0.02894,0.0868 0.02894,0.39895 v 0.75034 q 0,0.13229 0.01034,0.16743 0.01033,0.0331 0.03101,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109554,-0.0765 l 0.06201,0.0496 q -0.103352,0.15296 -0.214973,0.22324 -0.109554,0.0682 -0.250114,0.0682 -0.165365,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23565 z m 0,-0.15089 v -0.64699 q -0.250114,0.14676 -0.37207,0.31419 -0.08062,0.11162 -0.08062,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144694,0.0558 0.103353,0 0.239779,-0.11575 z" />
+ <path
+ id="path5444"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 63.703316,171.1165 0.06408,0.0496 q -0.136426,0.25632 -0.341064,0.38241 -0.202571,0.12402 -0.432015,0.12402 -0.386539,0 -0.618049,-0.29145 -0.23151,-0.29146 -0.23151,-0.70073 0,-0.39481 0.210839,-0.69453 0.254248,-0.36174 0.700732,-0.36174 0.299723,0 0.475423,0.1509 0.177767,0.15089 0.177767,0.33693 0,0.11782 -0.07235,0.1881 -0.07028,0.0703 -0.186035,0.0703 -0.121957,0 -0.202572,-0.0806 -0.07855,-0.0806 -0.09715,-0.28732 -0.0124,-0.13022 -0.05994,-0.1819 -0.04754,-0.0517 -0.111621,-0.0517 -0.09922,0 -0.169499,0.10542 -0.107486,0.15916 -0.107486,0.48782 0,0.27285 0.08682,0.52297 0.08682,0.24804 0.237711,0.37 0.113688,0.0889 0.268717,0.0889 0.101286,0 0.192237,-0.0475 0.09095,-0.0475 0.214973,-0.17983 z m -0.727603,0.47335 h 0.136426 l -0.09715,0.1509 q 0.124023,0.0207 0.188102,0.0992 0.06615,0.0806 0.06615,0.2005 0,0.10749 -0.06408,0.19637 -0.06408,0.0889 -0.163297,0.12402 -0.157097,0.0517 -0.475423,0.0496 v -0.0971 q 0.206705,-0.008 0.279052,-0.0682 0.07441,-0.0579 0.07441,-0.16123 0,-0.062 -0.04961,-0.10336 -0.04754,-0.0413 -0.138493,-0.0413 z" />
+ <path
+ id="path5446"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 65.06964,171.3294 q -0.353466,0.31213 -0.634586,0.31213 -0.165364,0 -0.274918,-0.10749 -0.109554,-0.10955 -0.109554,-0.27285 0,-0.22118 0.190169,-0.39688 0.190169,-0.17776 0.828889,-0.47128 v -0.19431 q 0,-0.2191 -0.02481,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134359,0 -0.221175,0.0599 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17156 0,0.10129 -0.07648,0.17363 -0.07441,0.0703 -0.19637,0.0703 -0.130225,0 -0.219108,-0.0785 -0.08682,-0.0785 -0.08682,-0.18397 0,-0.14883 0.117822,-0.28319 0.117822,-0.13642 0.328662,-0.20877 0.210839,-0.0724 0.438216,-0.0724 0.274918,0 0.434081,0.11782 0.161231,0.11576 0.208773,0.25218 0.02894,0.0868 0.02894,0.39895 v 0.75034 q 0,0.13229 0.01033,0.16743 0.01033,0.0331 0.03101,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109554,-0.0765 l 0.06201,0.0496 q -0.103353,0.15296 -0.214974,0.22324 -0.109554,0.0682 -0.250114,0.0682 -0.165364,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23565 z m 0,-0.15089 v -0.64699 q -0.250114,0.14676 -0.37207,0.31419 -0.08061,0.11162 -0.08061,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144694,0.0558 0.103352,0 0.239778,-0.11575 z m 0.398942,-2.39572 h 0.109554 q 0.0021,0.0413 0.0021,0.0703 0,0.22738 -0.128158,0.36587 -0.128157,0.13849 -0.310058,0.13849 -0.134359,0 -0.338997,-0.0971 -0.202572,-0.0971 -0.270784,-0.0971 -0.06201,0 -0.103353,0.0413 -0.04134,0.0413 -0.05788,0.14883 h -0.119889 q -0.0083,-0.26872 0.121956,-0.42168 0.132292,-0.15296 0.324528,-0.15296 0.06201,0 0.103353,0.0124 0.05788,0.0165 0.198437,0.0827 0.212907,0.0971 0.303857,0.0971 0.04548,0 0.08682,-0.0372 0.04134,-0.0372 0.07855,-0.15089 z" />
+ <path
+ id="path5448"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
+ d="m 67.031276,169.62408 q 0.252181,0 0.469221,0.13023 0.217041,0.13022 0.328662,0.37 0.113688,0.23978 0.113688,0.52503 0,0.41135 -0.208772,0.68833 -0.252181,0.33486 -0.696598,0.33486 -0.436149,0 -0.671793,-0.30592 -0.235644,-0.30592 -0.235644,-0.709 0,-0.41548 0.239778,-0.72347 0.241846,-0.31006 0.661458,-0.31006 z m 0.0083,0.14676 q -0.10542,0 -0.181901,0.0806 -0.07441,0.0786 -0.09922,0.31419 -0.02274,0.23358 -0.02274,0.65112 0,0.22118 0.02894,0.41341 0.02274,0.14676 0.09715,0.22325 0.07441,0.0765 0.169499,0.0765 0.09302,0 0.155029,-0.0517 0.08061,-0.0703 0.107487,-0.19637 0.04134,-0.19637 0.04134,-0.79375 0,-0.3514 -0.03927,-0.48162 -0.03927,-0.13229 -0.115755,-0.19224 -0.05374,-0.0434 -0.14056,-0.0434 z" />
+ <path
+ id="path5450"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 53.198622,175.14679 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239779,-0.27078 -0.239779,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0785 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183967,-0.0785 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.1385 0.113688,-0.0951 0.221174,-0.34519 z" />
+ <path
+ id="path5452"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 54.39338,173.91689 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
+ <path
+ id="path5454"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 56.146243,174.31996 q 0.206706,-0.2067 0.243913,-0.23771 0.09302,-0.0785 0.200504,-0.12195 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10335 0.128158,0.10335 0.171566,0.29972 0.212906,-0.24804 0.359667,-0.32452 0.146761,-0.0786 0.301791,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.03928 q 0.121956,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.1323 -0.258382,-0.1323 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20258 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957046 v -0.0744 q 0.157096,0 0.214973,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171565,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.02481,0.24185 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.031,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path5456"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 60.251416,174.68583 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.71521 0,-0.48575 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0662 -0.212907,-0.0662 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path5458"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 62.363946,173.91689 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path5460"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 63.777812,173.91689 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path5462"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 65.563748,173.91689 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
</g>
+ <path
+ d="m -162.95117,-1.0449219 c -1.42986,0 -2.46289,0.88784556 -2.46289,1.8496094 v 0.5332031 c 0,0.9617638 1.03344,1.8515625 2.46289,1.8515625 h 5.86914 c 1.42944,0 2.46289,-0.8898013 2.46289,-1.8515625 V 0.8046875 c 0,-0.96176122 -1.03305,-1.8496094 -2.46289,-1.8496094 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34621-0-2" />
+ <path
+ d="m -162.95058,-1.5594417 h 5.86794 c 1.64902,0 2.97656,1.0541736 2.97656,2.36361791 V 1.3387202 c 0,1.3094443 -1.32754,2.3636179 -2.97656,2.3636179 h -5.86794 c -1.64901,0 -2.97656,-1.0541736 -2.97656,-2.3636179 V 0.80417621 c 0,-1.30944431 1.32755,-2.36361791 2.97656,-2.36361791 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-3-8-6-1-4" />
<g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="flowRoot34623-8-9"
transform="translate(-214.94837,-165.1811)"
- id="g34655-4-5"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 51.998047,164.13477 c -1.429852,0 -2.462891,0.88784 -2.462891,1.84961 v 0.53515 c 0,0.96177 1.033037,1.84961 2.462891,1.84961 h 5.867187 c 1.429854,0 2.462891,-0.88784 2.462891,-1.84961 v -0.53515 c 0,-0.96177 -1.033039,-1.84961 -2.462891,-1.84961 z"
- inkscape:href="#rect7253-3-8-6-1-4"
- id="path34621-0-2"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- xlink:href="#rect7253-3-8-6-1-4"
- inkscape:original="M 51.998047 163.62109 C 50.349031 163.62109 49.021484 164.67493 49.021484 165.98438 L 49.021484 166.51953 C 49.021484 167.82898 50.349031 168.88281 51.998047 168.88281 L 57.865234 168.88281 C 59.51425 168.88281 60.841797 167.82898 60.841797 166.51953 L 60.841797 165.98438 C 60.841797 164.67493 59.51425 163.62109 57.865234 163.62109 L 51.998047 163.62109 z "
- inkscape:radius="-0.51441187"
- sodipodi:type="inkscape:offset" />
- <rect
- ry="2.3636179"
- rx="2.9765625"
- y="163.62166"
- x="49.021229"
- height="5.2617798"
- width="11.821064"
- id="rect7253-3-8-6-1-4"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <flowRoot
- id="flowRoot34623-8-9"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;"
- xml:space="preserve"><flowRegion
- style="fill:#808080;"
- id="flowRegion34625-2-9"><use
- height="100%"
- width="100%"
- id="use34627-2-2"
- xlink:href="#path34621-0-2"
- y="0"
- x="0" /></flowRegion><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara34629-0-7">FIM</flowPara></flowRoot>
+ aria-label="FIM">
+ <path
+ id="path5467"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 52.031703,164.71518 v 1.10174 h 0.510563 q 0.175699,0 0.256314,-0.0765 0.08268,-0.0786 0.109554,-0.30799 h 0.07648 v 0.94878 h -0.07648 q -0.0021,-0.1633 -0.04341,-0.23978 -0.03927,-0.0765 -0.111621,-0.11369 -0.07028,-0.0393 -0.210839,-0.0393 h -0.510563 v 0.88056 q 0,0.21291 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.09095,0.0496 0.190169,0.0496 h 0.101286 v 0.0765 h -1.203027 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10128 0.04961,-0.0661 0.04961,-0.31833 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.08888,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 2.085659 l 0.02687,0.61598 h -0.07235 q -0.05374,-0.19637 -0.12609,-0.28732 -0.07028,-0.093 -0.1757,-0.13436 -0.103353,-0.0413 -0.322461,-0.0413 z" />
+ <path
+ id="path5469"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 54.828429,167.28866 v 0.0765 H 53.62747 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10128 0.04961,-0.0661 0.04961,-0.31833 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.09095,-0.0496 -0.19017,-0.0496 h -0.09922 v -0.0765 h 1.200959 v 0.0765 h -0.101286 q -0.171565,0 -0.250113,0.10128 -0.05168,0.0661 -0.05168,0.31833 v 1.81074 q 0,0.21291 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.08888,0.0496 0.188102,0.0496 z" />
+ <path
+ id="path5471"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 56.668109,167.36514 -1.083138,-2.35851 v 1.87276 q 0,0.25838 0.05581,0.32246 0.07648,0.0868 0.241845,0.0868 h 0.09922 v 0.0765 h -0.97565 v -0.0765 h 0.09922 q 0.177766,0 0.25218,-0.10748 0.04548,-0.0662 0.04548,-0.30179 v -1.83142 q 0,-0.18603 -0.04134,-0.26871 -0.02894,-0.0599 -0.107486,-0.0992 -0.07648,-0.0413 -0.248047,-0.0413 v -0.0765 h 0.793749 l 1.016992,2.19314 1.000454,-2.19314 h 0.79375 v 0.0765 h -0.09715 q -0.179834,0 -0.254248,0.10748 -0.04547,0.0661 -0.04547,0.30179 v 1.83142 q 0,0.25838 0.05788,0.32246 0.07648,0.0868 0.241845,0.0868 h 0.09715 v 0.0765 h -1.190624 v -0.0765 h 0.09922 q 0.179834,0 0.252181,-0.10748 0.04548,-0.0662 0.04548,-0.30179 v -1.87276 l -1.08107,2.35851 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-0)"
- d="m -159.96431,-86.745963 v 2.834812"
- id="path9106-8-1-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-9)"
- d="m -159.96431,-51.924451 v 2.83481"
- id="path9106-8-1-3"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-7)"
- d="m -159.96431,-33.876092 v 2.834812"
- id="path9106-8-1-6"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-8-1-9"
+ d="m -159.96431,-86.745963 v 2.834812"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-0)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-5)"
- d="m -159.96431,-24.33219 v 2.834809"
- id="path9106-8-1-60"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6)"
- d="m -159.96431,-9.645268 v 6.97749"
- id="path9106-8-1-91"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-3"
+ d="m -159.96431,-51.924451 v 2.83481"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-9)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-6"
+ d="m -159.96431,-33.876092 v 2.834812"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-7)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-17)"
- d="M -188.76306,-14.401909 V -11.5671"
- id="path9106-8-1-72"
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-8-1-60"
+ d="m -159.96431,-24.33219 v 2.834809"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-5)" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91"
+ d="m -159.96431,-9.645268 v 6.97749"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-72"
+ d="M -188.76306,-14.401909 V -11.5671"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-17)" />
+ <path
+ d="m -159.37109,-8.4371672 h 7.09892 v 3.7014733 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-3-8-5-1" />
<g
- id="g14843-3-8-9-1-7"
- transform="translate(-256.65083,-97.817042)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-3-8-5-1"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-5-2-2-0"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-2-8-4-6"
- sodipodi:role="line">Sim</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-2-5-2-2-0"
+ aria-label="Sim">
+ <path
+ id="path5475"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -157.2865,-7.9801829 v 0.9694491 h -0.0765 q -0.0372,-0.2790525 -0.13436,-0.444417 -0.0951,-0.1653644 -0.27285,-0.262516 -0.17777,-0.097152 -0.36793,-0.097152 -0.21498,0 -0.35554,0.1322915 -0.14056,0.1302245 -0.14056,0.297656 0,0.1281575 0.0889,0.2335773 0.12815,0.1550292 0.60978,0.4134111 0.39274,0.2108397 0.53536,0.3245277 0.1447,0.111621 0.22118,0.2645831 0.0786,0.1529622 0.0786,0.3203937 0,0.3183265 -0.24805,0.5498367 -0.24598,0.2294432 -0.63459,0.2294432 -0.12195,0 -0.22944,-0.018604 -0.0641,-0.010335 -0.26665,-0.074414 -0.2005,-0.066146 -0.25425,-0.066146 -0.0517,0 -0.0827,0.031006 -0.0289,0.031006 -0.0434,0.1281574 h -0.0765 v -0.9611808 h 0.0765 q 0.0538,0.3017901 0.1447,0.4526851 0.0909,0.148828 0.27698,0.2480467 0.1881,0.099219 0.41135,0.099219 0.25838,0 0.40721,-0.1364257 0.15089,-0.1364257 0.15089,-0.3224607 0,-0.1033527 -0.0579,-0.2087726 -0.0558,-0.1054198 -0.1757,-0.1963703 -0.0806,-0.062012 -0.44028,-0.262516 -0.35967,-0.2025715 -0.51263,-0.3224607 -0.15089,-0.1198892 -0.22944,-0.2645831 -0.0786,-0.1446939 -0.0786,-0.3183265 0,-0.3017902 0.23151,-0.518831 0.23151,-0.2191079 0.58911,-0.2191079 0.22324,0 0.47336,0.109554 0.11575,0.051676 0.16329,0.051676 0.0537,0 0.0868,-0.031006 0.0351,-0.033073 0.0558,-0.1302245 z" />
+ <path
+ id="path5477"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -156.2571,-8.0525298 q 0.0868,0 0.14676,0.062012 0.062,0.059945 0.062,0.146761 0,0.086816 -0.062,0.148828 -0.0599,0.062012 -0.14676,0.062012 -0.0868,0 -0.14883,-0.062012 -0.062,-0.062012 -0.062,-0.148828 0,-0.086816 0.0599,-0.146761 0.062,-0.062012 0.1509,-0.062012 z m 0.17156,0.9901196 v 1.5213529 q 0,0.1777668 0.0248,0.2377114 0.0269,0.057878 0.0765,0.086816 0.0517,0.028939 0.18603,0.028939 v 0.074414 h -0.91984 v -0.074414 q 0.1385,0 0.18604,-0.026872 0.0475,-0.026872 0.0744,-0.088883 0.0289,-0.062012 0.0289,-0.2377114 v -0.7296706 q 0,-0.3079913 -0.0186,-0.3989418 -0.0145,-0.066146 -0.0455,-0.09095 -0.031,-0.026872 -0.0847,-0.026872 -0.0579,0 -0.14056,0.031006 l -0.0289,-0.074414 0.57051,-0.2315102 z" />
+ <path
+ id="path5479"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -155.0024,-6.6593344 q 0.2067,-0.2067055 0.24391,-0.2377114 0.093,-0.078548 0.20051,-0.1219562 0.10748,-0.043408 0.2129,-0.043408 0.17777,0 0.30593,0.1033528 0.12815,0.1033527 0.17156,0.299723 0.21291,-0.2480466 0.35967,-0.3245277 0.14676,-0.078548 0.30179,-0.078548 0.1509,0 0.26665,0.078548 0.11782,0.076481 0.18604,0.2521808 0.0455,0.1198892 0.0455,0.3762041 v 0.8144199 q 0,0.1777668 0.0269,0.2439125 0.0207,0.045475 0.0765,0.078548 0.0558,0.031006 0.1819,0.031006 v 0.074414 h -0.9343 v -0.074414 h 0.0393 q 0.12196,0 0.19017,-0.047542 0.0475,-0.033073 0.0682,-0.1054198 0.008,-0.03514 0.008,-0.2005044 v -0.8144199 q 0,-0.2315102 -0.0558,-0.3265948 -0.0806,-0.1322915 -0.25838,-0.1322915 -0.10956,0 -0.22118,0.05581 -0.10955,0.053743 -0.26665,0.2025714 l -0.004,0.022738 0.004,0.088883 v 0.9033033 q 0,0.1943032 0.0207,0.2418455 0.0227,0.047542 0.0827,0.080615 0.06,0.031006 0.20464,0.031006 v 0.074414 h -0.95704 v -0.074414 q 0.15709,0 0.21497,-0.037207 0.0599,-0.037207 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.2046385 v -0.8144199 q 0,-0.2315102 -0.0682,-0.332796 -0.0909,-0.1322915 -0.25424,-0.1322915 -0.11162,0 -0.22118,0.059945 -0.17156,0.09095 -0.26458,0.2046385 v 1.0149243 q 0,0.186035 0.0248,0.2418455 0.0269,0.05581 0.0765,0.084749 0.0517,0.026872 0.20671,0.026872 v 0.074414 h -0.93638 v -0.074414 q 0.13023,0 0.1819,-0.026872 0.0517,-0.028939 0.0786,-0.088883 0.0269,-0.062012 0.0269,-0.2377114 v -0.7234695 q 0,-0.3121254 -0.0186,-0.4030758 -0.0145,-0.068213 -0.0455,-0.093017 -0.031,-0.026872 -0.0847,-0.026872 -0.0579,0 -0.1385,0.031006 l -0.031,-0.074414 0.57051,-0.2315102 h 0.0889 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-5-4)"
- d="m -148.46345,-15.030559 h 10.83894 v -76.862753 h 3.2225"
- id="path9106-8-1-60-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-60-9"
+ d="m -148.46345,-15.030559 h 10.83894 v -76.862753 h 3.2225"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-5-4)" />
+ <path
+ d="m -146.99756,-19.019459 h 7.09892 v 3.567837 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-4-5-5-7-3" />
<g
- id="g14843-8-0-8-2-5"
- transform="translate(-244.2773,-108.53297)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-4-5-5-7-3"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-1-0-5-9-7"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-8-9-7-2-7"
- sodipodi:role="line">Não</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-1-0-5-9-7"
+ aria-label="Não">
+ <path
+ id="path5483"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -146.90975,-18.632033 h 0.76067 l 1.71359,2.102196 v -1.616438 q 0,-0.258382 -0.0579,-0.32246 -0.0765,-0.08682 -0.24184,-0.08682 h -0.0971 v -0.07648 h 0.97565 v 0.07648 h -0.0992 q -0.17777,0 -0.25218,0.107487 -0.0455,0.06615 -0.0455,0.30179 v 2.362645 h -0.0744 l -1.84795,-2.257225 v 1.725992 q 0,0.258382 0.0558,0.32246 0.0785,0.08682 0.24185,0.08682 h 0.0992 v 0.07648 h -0.97565 v -0.07648 h 0.0971 q 0.17983,0 0.25425,-0.107487 0.0455,-0.06615 0.0455,-0.30179 v -1.949234 q -0.12196,-0.142627 -0.18603,-0.188102 -0.062,-0.04547 -0.18397,-0.08475 -0.06,-0.0186 -0.1819,-0.0186 z" />
+ <path
+ id="path5485"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -142.58961,-16.101957 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134359 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0848,-0.14056 0.29352,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388607 -0.0889,-0.105419 -0.26045,-0.105419 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.119889 q 0,0.09509 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25219,0 0.41342,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239779 z m 0,-0.134358 v -0.721403 q -0.31212,0.124024 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206705 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.283187 0.11782,-0.409277 0.10956,-0.126091 0.27079,-0.126091 0.0848,0 0.15503,0.02687 0.093,0.03514 0.26251,0.148828 0.17157,0.111621 0.25425,0.111621 0.0661,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.231511 h 0.0641 q 0.002,0.192236 -0.0517,0.305925 -0.0517,0.111621 -0.14883,0.175699 -0.0951,0.06201 -0.19223,0.06201 -0.1633,0 -0.40514,-0.165365 -0.13023,-0.08888 -0.1757,-0.107486 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208773 z" />
+ <path
+ id="path5487"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -140.85948,-17.778339 q 0.42995,0 0.69039,0.326595 0.22118,0.279053 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12195,0.260449 -0.33693,0.392741 -0.2129,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124024 0.44649,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16537,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165364 0.13023,-0.165365 0.13023,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-7-7)"
- d="m -172.60468,-76.861051 h -16.30021 v 47.813991"
- id="path9106-8-1-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.39999999999999991;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-7-4"
- width="83.150398"
- height="52.817463"
- x="-133.26842"
- y="-100.74532"
- rx="0"
- ry="0"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m -115.53336,-100.19471 17.734731,8.304341 -17.734731,8.304297 -17.73472,-8.304297 z"
- id="rect13740-3-3-6-0-3-8"
+ sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
+ id="path9106-8-1-6-3"
+ d="m -172.60468,-76.861051 h -16.30021 v 47.813991"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-7-7)" />
+ <path
+ d="m -133.26842,-100.74532 h 83.150401 v 52.81746 h -83.150401 z"
+ style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-7-4" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-115.52612"
- y="-92.574348"
+ inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0-3-8"
+ d="m -115.53336,-100.19471 17.734731,8.304341 -17.734731,8.304297 -17.73472,-8.304297 z"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text6088-8-8-4-3-3-3-2-1"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- id="tspan5351"
- sodipodi:role="line"
- x="-115.52612"
- y="-92.574348"
- style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;">|<tspan
- id="tspan5377"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">e</tspan><tspan
- id="tspan5355"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:0.264583;fill:#808080;">n</tspan> - <tspan
- id="tspan5381"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">e</tspan><tspan
- id="tspan5359"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:0.264583;fill:#808080;">n-1</tspan>|</tspan><tspan
- id="tspan5353"
- sodipodi:role="line"
- x="-115.52612"
- y="-87.264557"
- style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;">&lt; 10<tspan
- id="tspan5363"
- style="font-size:3.175px;line-height:1.25;baseline-shift:super;stroke-width:0.264583;fill:#808080;">-1</tspan>?</tspan></text>
+ aria-label="|en - en-1|
+&lt; 10-1?">
+ <path
+ id="path5491"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -122.60682,-95.513701 v 3.852991 h -0.17157 v -3.852991 z" />
+ <path
+ id="path5493"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -121.5981,-93.349494 q -0.0186,0.134358 -0.0186,0.221175 0,0.155029 0.0889,0.248046 0.091,0.09302 0.24184,0.09302 0.1447,0 0.28939,-0.07028 0.14676,-0.07028 0.339,-0.24598 l 0.062,0.05581 q -0.23771,0.287321 -0.46302,0.409277 -0.22531,0.121956 -0.49816,0.121956 -0.3452,0 -0.47749,-0.165364 -0.13229,-0.165365 -0.13229,-0.382406 0,-0.338997 0.19637,-0.677994 0.19844,-0.338997 0.53743,-0.543635 0.34107,-0.204639 0.6842,-0.204639 0.17363,0 0.26251,0.08268 0.0889,0.08268 0.0889,0.208773 0,0.150895 -0.0868,0.293522 -0.11989,0.194303 -0.30179,0.314192 -0.1819,0.117822 -0.40721,0.179834 -0.15089,0.04134 -0.40514,0.06201 z m 0.0186,-0.107487 q 0.1819,-0.02687 0.28112,-0.07235 0.10129,-0.04754 0.19637,-0.148828 0.0972,-0.103353 0.16743,-0.258382 0.0703,-0.157096 0.0703,-0.293522 0,-0.05788 -0.0331,-0.09095 -0.031,-0.03307 -0.0806,-0.03307 -0.0992,0 -0.22325,0.138492 -0.22737,0.252181 -0.37827,0.75861 z" />
+ <path
+ id="path5495"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -119.53466,-93.164804 -0.19224,0.665076 q 0.19379,-0.291455 0.28991,-0.398426 0.14107,-0.155029 0.24339,-0.210839 0.10232,-0.05581 0.19224,-0.05581 0.0806,0 0.13797,0.06046 0.0574,0.05891 0.0574,0.15503 0,0.08682 -0.0372,0.21084 l -0.19844,0.661975 q -0.0248,0.08682 -0.0248,0.113171 0,0.0155 0.0108,0.02791 0.0124,0.0124 0.0248,0.0124 0.0155,0 0.0326,-0.0124 0.0543,-0.04496 0.11007,-0.127124 0.0139,-0.0217 0.045,-0.06511 l 0.0589,0.03566 q -0.22789,0.382922 -0.47904,0.382922 -0.0961,0 -0.15038,-0.04961 -0.0543,-0.04961 -0.0543,-0.124024 0,-0.06511 0.0372,-0.193786 l 0.19378,-0.661975 q 0.0202,-0.06511 0.0202,-0.09612 0,-0.01705 -0.014,-0.02945 -0.0139,-0.01395 -0.0326,-0.01395 -0.0589,0 -0.14263,0.08061 -0.21394,0.204639 -0.41393,0.609266 l -0.12712,0.460437 h -0.39533 l 0.28991,-0.995289 q 0.0419,-0.147277 0.0419,-0.209289 0,-0.02635 -0.0124,-0.04341 -0.0124,-0.0186 -0.0403,-0.02791 -0.0279,-0.01085 -0.10542,-0.01085 l 0.017,-0.05891 0.52245,-0.09147 z" />
+ <path
+ id="path5497"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -117.38544,-93.680223 h 1.06867 v 0.312125 h -1.06867 z" />
+ <path
+ id="path5499"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -114.42335,-93.349494 q -0.0186,0.134358 -0.0186,0.221175 0,0.155029 0.0889,0.248046 0.091,0.09302 0.24185,0.09302 0.14469,0 0.28938,-0.07028 0.14676,-0.07028 0.339,-0.24598 l 0.062,0.05581 q -0.23771,0.287321 -0.46302,0.409277 -0.22531,0.121956 -0.49816,0.121956 -0.3452,0 -0.47749,-0.165364 -0.13229,-0.165365 -0.13229,-0.382406 0,-0.338997 0.19637,-0.677994 0.19844,-0.338997 0.53743,-0.543635 0.34107,-0.204639 0.6842,-0.204639 0.17363,0 0.26252,0.08268 0.0889,0.08268 0.0889,0.208773 0,0.150895 -0.0868,0.293522 -0.11989,0.194303 -0.30179,0.314192 -0.1819,0.117822 -0.40721,0.179834 -0.15089,0.04134 -0.40514,0.06201 z m 0.0186,-0.107487 q 0.1819,-0.02687 0.28112,-0.07235 0.10129,-0.04754 0.19637,-0.148828 0.0972,-0.103353 0.16744,-0.258382 0.0703,-0.157096 0.0703,-0.293522 0,-0.05788 -0.0331,-0.09095 -0.031,-0.03307 -0.0806,-0.03307 -0.0992,0 -0.22324,0.138492 -0.22738,0.252181 -0.37828,0.75861 z" />
+ <path
+ id="path5501"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -112.35991,-93.164804 -0.19224,0.665076 q 0.19379,-0.291455 0.28991,-0.398426 0.14107,-0.155029 0.24339,-0.210839 0.10232,-0.05581 0.19224,-0.05581 0.0806,0 0.13798,0.06046 0.0574,0.05891 0.0574,0.15503 0,0.08682 -0.0372,0.21084 l -0.19844,0.661975 q -0.0248,0.08682 -0.0248,0.113171 0,0.0155 0.0109,0.02791 0.0124,0.0124 0.0248,0.0124 0.0155,0 0.0326,-0.0124 0.0543,-0.04496 0.11007,-0.127124 0.014,-0.0217 0.045,-0.06511 l 0.0589,0.03566 q -0.22789,0.382922 -0.47904,0.382922 -0.0961,0 -0.15038,-0.04961 -0.0543,-0.04961 -0.0543,-0.124024 0,-0.06511 0.0372,-0.193786 l 0.19379,-0.661975 q 0.0202,-0.06511 0.0202,-0.09612 0,-0.01705 -0.0139,-0.02945 -0.014,-0.01395 -0.0326,-0.01395 -0.0589,0 -0.14263,0.08061 -0.21394,0.204639 -0.41392,0.609266 l -0.12713,0.460437 h -0.39532 l 0.2899,-0.995289 q 0.0419,-0.147277 0.0419,-0.209289 0,-0.02635 -0.0124,-0.04341 -0.0124,-0.0186 -0.0403,-0.02791 -0.0279,-0.01085 -0.10542,-0.01085 l 0.017,-0.05891 0.52245,-0.09147 z" />
+ <path
+ id="path5503"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -111.31966,-92.584994 h 0.90227 l -0.0961,0.32246 h -0.90692 z" />
+ <path
+ id="path5505"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -108.96787,-93.873288 -0.51315,1.764233 q -0.0403,0.137977 -0.0403,0.175184 0,0.03721 0.0279,0.07751 0.0295,0.03876 0.062,0.05116 0.0341,0.01085 0.20154,0.02015 l -0.017,0.05736 h -1.05885 l 0.017,-0.05736 q 0.15813,-0.0031 0.22014,-0.02635 0.062,-0.02326 0.10077,-0.07596 0.0403,-0.05271 0.0899,-0.221692 l 0.30386,-1.047998 q 0.0698,-0.238745 0.0729,-0.252697 0.009,-0.04031 0.009,-0.07596 0,-0.06976 -0.0434,-0.11007 -0.0419,-0.04186 -0.12092,-0.04186 -0.0388,0 -0.15348,0.0124 l -0.0124,-0.05736 0.7891,-0.190686 z" />
+ <path
+ id="path5507"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -108.28833,-95.513701 v 3.852991 h -0.17156 v -3.852991 z" />
+ <path
+ id="path5509"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -121.55262,-88.723896 2.22415,-0.963248 v 0.179834 l -1.9141,0.830956 1.9141,0.839225 v 0.186035 l -2.22415,-0.971517 z" />
+ <path
+ id="path5511"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -117.68516,-89.792564 0.68212,-0.332796 h 0.0682 v 2.366779 q 0,0.235644 0.0186,0.293522 0.0207,0.05788 0.0827,0.08888 0.062,0.03101 0.25218,0.03514 v 0.07648 h -1.05419 v -0.07648 q 0.19843,-0.0041 0.25631,-0.03307 0.0579,-0.03101 0.0806,-0.08061 0.0227,-0.05168 0.0227,-0.303857 v -1.513085 q 0,-0.305924 -0.0207,-0.392741 -0.0145,-0.06615 -0.0537,-0.09715 -0.0372,-0.03101 -0.0909,-0.03101 -0.0765,0 -0.21291,0.06408 z" />
+ <path
+ id="path5513"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -115.91163,-88.649482 q 0,-0.479557 0.14469,-0.824755 0.1447,-0.347266 0.38448,-0.516764 0.18603,-0.134359 0.38447,-0.134359 0.32246,0 0.57877,0.328662 0.3204,0.40721 0.3204,1.103808 0,0.487825 -0.14056,0.828889 -0.14056,0.341064 -0.35967,0.496093 -0.21704,0.152962 -0.41961,0.152962 -0.40101,0 -0.66766,-0.473355 -0.22531,-0.398942 -0.22531,-0.961181 z m 0.40514,0.05168 q 0,0.578776 0.14263,0.944644 0.11782,0.307992 0.3514,0.307992 0.11162,0 0.23151,-0.09922 0.11989,-0.101286 0.1819,-0.33693 0.0951,-0.355534 0.0951,-1.002522 0,-0.479557 -0.0992,-0.79995 -0.0744,-0.237712 -0.19224,-0.33693 -0.0848,-0.06821 -0.20464,-0.06821 -0.14056,0 -0.25011,0.12609 -0.14883,0.171566 -0.20257,0.539502 -0.0537,0.367935 -0.0537,0.725536 z" />
+ <path
+ id="path5515"
+ style="font-size:3.175px;line-height:1.25;baseline-shift:super;fill:#808080;stroke-width:0.264583"
+ d="m -113.81925,-89.787294 h 0.8015 v 0.234094 h -0.8015 z" />
+ <path
+ id="path5517"
+ style="font-size:3.175px;line-height:1.25;baseline-shift:super;fill:#808080;stroke-width:0.264583"
+ d="m -112.51546,-90.853895 0.5116,-0.249597 h 0.0512 v 1.775085 q 0,0.176733 0.0139,0.220142 0.0155,0.04341 0.062,0.06666 0.0465,0.02325 0.18914,0.02635 v 0.05736 h -0.79065 v -0.05736 q 0.14883,-0.0031 0.19224,-0.02481 0.0434,-0.02325 0.0605,-0.06046 0.017,-0.03876 0.017,-0.227893 v -1.134815 q 0,-0.229443 -0.0155,-0.294555 -0.0108,-0.04961 -0.0403,-0.07286 -0.0279,-0.02325 -0.0682,-0.02325 -0.0574,0 -0.15968,0.04806 z" />
+ <path
+ id="path5519"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -110.36158,-87.926013 h -0.0847 q 0.0145,-0.260449 0.0641,-0.429947 0.0517,-0.171566 0.21084,-0.475423 0.12402,-0.233577 0.16123,-0.357601 0.0372,-0.12609 0.0372,-0.254248 0,-0.262516 -0.14056,-0.417545 -0.13849,-0.155029 -0.34106,-0.155029 -0.17984,0 -0.28319,0.08475 -0.10335,0.08475 -0.10335,0.183968 0,0.07648 0.062,0.188102 0.062,0.111621 0.062,0.169499 0,0.07441 -0.0475,0.12609 -0.0475,0.04961 -0.11575,0.04961 -0.0868,0 -0.15917,-0.08475 -0.0703,-0.08682 -0.0703,-0.239778 0,-0.233577 0.20051,-0.413411 0.2005,-0.179834 0.54363,-0.179834 0.42582,0 0.62632,0.248047 0.14883,0.1819 0.14883,0.403075 0,0.150895 -0.0682,0.310059 -0.0662,0.159163 -0.25425,0.374137 -0.29973,0.338997 -0.36794,0.481624 -0.0661,0.140559 -0.0806,0.388606 z m -0.0289,0.256315 q 0.0971,0 0.16329,0.06821 0.0682,0.06615 0.0682,0.163297 0,0.09508 -0.0682,0.163298 -0.0682,0.06615 -0.16329,0.06615 -0.0951,0 -0.1633,-0.06615 -0.0661,-0.06821 -0.0661,-0.163298 0,-0.09715 0.0661,-0.163297 0.0682,-0.06821 0.1633,-0.06821 z" />
+ </g>
<path
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m -68.414989,-100.19471 17.73472,8.304341 -17.73472,8.304297 -17.73473,-8.304297 z"
- id="rect13740-3-3-6-0-3-8-3"
- inkscape:connector-curvature="0"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-68.407753"
- y="-92.574348"
+ inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0-3-8-3"
+ d="m -68.414989,-100.19471 17.73472,8.304341 -17.73472,8.304297 -17.73473,-8.304297 z"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text6088-8-8-4-3-3-3-2-1-7"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- id="tspan5351-6"
- sodipodi:role="line"
- x="-68.407753"
- y="-92.574348"
- style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;">|<tspan
- id="tspan5377-2"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">e</tspan><tspan
- id="tspan5355-4"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:0.264583;fill:#808080;">n</tspan> - <tspan
- id="tspan5381-8"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">e</tspan><tspan
- id="tspan5359-2"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:0.264583;fill:#808080;">n-1</tspan>|</tspan><tspan
- id="tspan5353-4"
- sodipodi:role="line"
- x="-68.407753"
- y="-87.264557"
- style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;">&gt; 10?</tspan></text>
+ aria-label="|en - en-1|
+&gt; 10?">
+ <path
+ id="path5522"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -75.488454,-95.513701 v 3.852991 h -0.171566 v -3.852991 z" />
+ <path
+ id="path5524"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -74.479731,-93.349494 q -0.0186,0.134358 -0.0186,0.221175 0,0.155029 0.08888,0.248046 0.09095,0.09302 0.241845,0.09302 0.144694,0 0.289388,-0.07028 0.146761,-0.07028 0.338997,-0.24598 l 0.06201,0.05581 q -0.237712,0.287321 -0.463021,0.409277 -0.225309,0.121956 -0.49816,0.121956 -0.345198,0 -0.47749,-0.165364 -0.132292,-0.165365 -0.132292,-0.382406 0,-0.338997 0.196371,-0.677994 0.198437,-0.338997 0.537434,-0.543635 0.341064,-0.204639 0.684196,-0.204639 0.173632,0 0.262516,0.08268 0.08888,0.08268 0.08888,0.208773 0,0.150895 -0.08682,0.293522 -0.11989,0.194303 -0.30179,0.314192 -0.181901,0.117822 -0.40721,0.179834 -0.150895,0.04134 -0.405143,0.06201 z m 0.0186,-0.107487 q 0.181901,-0.02687 0.28112,-0.07235 0.101286,-0.04754 0.19637,-0.148828 0.09715,-0.103353 0.167432,-0.258382 0.07028,-0.157096 0.07028,-0.293522 0,-0.05788 -0.03307,-0.09095 -0.03101,-0.03307 -0.08062,-0.03307 -0.09922,0 -0.223242,0.138492 -0.227376,0.252181 -0.378271,0.75861 z" />
+ <path
+ id="path5526"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -72.416292,-93.164804 -0.192237,0.665076 q 0.193787,-0.291455 0.289905,-0.398426 0.141077,-0.155029 0.243396,-0.210839 0.102319,-0.05581 0.192236,-0.05581 0.08062,0 0.137976,0.06046 0.05736,0.05891 0.05736,0.15503 0,0.08682 -0.03721,0.21084 l -0.198437,0.661975 q -0.02481,0.08682 -0.02481,0.113171 0,0.0155 0.01085,0.02791 0.0124,0.0124 0.02481,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.04496 0.110071,-0.127124 0.01395,-0.0217 0.04496,-0.06511 l 0.05891,0.03566 q -0.227893,0.382922 -0.47904,0.382922 -0.09612,0 -0.150379,-0.04961 -0.05426,-0.04961 -0.05426,-0.124024 0,-0.06511 0.03721,-0.193786 l 0.193787,-0.661975 q 0.02015,-0.06511 0.02015,-0.09612 0,-0.01705 -0.01395,-0.02945 -0.01395,-0.01395 -0.03256,-0.01395 -0.05891,0 -0.142627,0.08061 -0.213941,0.204639 -0.413928,0.609266 l -0.127124,0.460437 h -0.395325 l 0.289905,-0.995289 q 0.04186,-0.147277 0.04186,-0.209289 0,-0.02635 -0.0124,-0.04341 -0.0124,-0.0186 -0.04031,-0.02791 -0.02791,-0.01085 -0.10542,-0.01085 l 0.01705,-0.05891 0.522449,-0.09147 z" />
+ <path
+ id="path5528"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -70.267071,-93.680223 h 1.068668 v 0.312125 h -1.068668 z" />
+ <path
+ id="path5530"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -67.304979,-93.349494 q -0.0186,0.134358 -0.0186,0.221175 0,0.155029 0.08888,0.248046 0.09095,0.09302 0.241846,0.09302 0.144694,0 0.289388,-0.07028 0.146761,-0.07028 0.338997,-0.24598 l 0.06201,0.05581 q -0.237711,0.287321 -0.46302,0.409277 -0.225309,0.121956 -0.49816,0.121956 -0.345199,0 -0.47749,-0.165364 -0.132292,-0.165365 -0.132292,-0.382406 0,-0.338997 0.196371,-0.677994 0.198437,-0.338997 0.537434,-0.543635 0.341064,-0.204639 0.684195,-0.204639 0.173633,0 0.262516,0.08268 0.08888,0.08268 0.08888,0.208773 0,0.150895 -0.08682,0.293522 -0.119889,0.194303 -0.30179,0.314192 -0.181901,0.117822 -0.40721,0.179834 -0.150895,0.04134 -0.405142,0.06201 z m 0.0186,-0.107487 q 0.181901,-0.02687 0.28112,-0.07235 0.101285,-0.04754 0.19637,-0.148828 0.09715,-0.103353 0.167431,-0.258382 0.07028,-0.157096 0.07028,-0.293522 0,-0.05788 -0.03307,-0.09095 -0.03101,-0.03307 -0.08062,-0.03307 -0.09922,0 -0.223242,0.138492 -0.227376,0.252181 -0.378271,0.75861 z" />
+ <path
+ id="path5532"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -65.241541,-93.164804 -0.192236,0.665076 q 0.193787,-0.291455 0.289905,-0.398426 0.141076,-0.155029 0.243396,-0.210839 0.102319,-0.05581 0.192236,-0.05581 0.08062,0 0.137976,0.06046 0.05736,0.05891 0.05736,0.15503 0,0.08682 -0.03721,0.21084 l -0.198437,0.661975 q -0.02481,0.08682 -0.02481,0.113171 0,0.0155 0.01085,0.02791 0.0124,0.0124 0.02481,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.04496 0.110071,-0.127124 0.01395,-0.0217 0.04496,-0.06511 l 0.05891,0.03566 q -0.227893,0.382922 -0.47904,0.382922 -0.09612,0 -0.150379,-0.04961 -0.05426,-0.04961 -0.05426,-0.124024 0,-0.06511 0.03721,-0.193786 l 0.193787,-0.661975 q 0.02015,-0.06511 0.02015,-0.09612 0,-0.01705 -0.01395,-0.02945 -0.01395,-0.01395 -0.03256,-0.01395 -0.05891,0 -0.142627,0.08061 -0.213941,0.204639 -0.413929,0.609266 l -0.127124,0.460437 h -0.395324 l 0.289905,-0.995289 q 0.04186,-0.147277 0.04186,-0.209289 0,-0.02635 -0.0124,-0.04341 -0.0124,-0.0186 -0.04031,-0.02791 -0.02791,-0.01085 -0.105419,-0.01085 l 0.01705,-0.05891 0.522448,-0.09147 z" />
+ <path
+ id="path5534"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -64.201294,-92.584994 h 0.90227 l -0.09612,0.32246 h -0.906921 z" />
+ <path
+ id="path5536"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -61.8495,-93.873288 -0.513147,1.764233 q -0.04031,0.137977 -0.04031,0.175184 0,0.03721 0.02791,0.07751 0.02945,0.03876 0.06201,0.05116 0.03411,0.01085 0.201538,0.02015 l -0.01705,0.05736 h -1.05885 l 0.01705,-0.05736 q 0.15813,-0.0031 0.220142,-0.02635 0.06201,-0.02326 0.100769,-0.07596 0.04031,-0.05271 0.08992,-0.221692 l 0.303857,-1.047998 q 0.06976,-0.238745 0.07286,-0.252697 0.0093,-0.04031 0.0093,-0.07596 0,-0.06976 -0.04341,-0.11007 -0.04186,-0.04186 -0.120923,-0.04186 -0.03876,0 -0.153479,0.0124 l -0.0124,-0.05736 0.789099,-0.190686 z" />
+ <path
+ id="path5538"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -61.169956,-95.513701 v 3.852991 h -0.171565 v -3.852991 z" />
+ <path
+ id="path5540"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -70.886153,-88.614342 -2.224151,0.963248 v -0.177767 l 1.91616,-0.830957 -1.91616,-0.839224 v -0.188102 l 2.224151,0.971516 z" />
+ <path
+ id="path5542"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -69.242844,-89.792564 0.682129,-0.332796 h 0.06821 v 2.366779 q 0,0.235644 0.0186,0.293522 0.02067,0.05788 0.08268,0.08888 0.06201,0.03101 0.252181,0.03514 v 0.07648 h -1.054198 v -0.07648 q 0.198437,-0.0041 0.256315,-0.03307 0.05788,-0.03101 0.08062,-0.08061 0.02274,-0.05168 0.02274,-0.303857 v -1.513085 q 0,-0.305924 -0.02067,-0.392741 -0.01447,-0.06615 -0.05374,-0.09715 -0.03721,-0.03101 -0.09095,-0.03101 -0.07648,0 -0.212907,0.06408 z" />
+ <path
+ id="path5544"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -67.46931,-88.649482 q 0,-0.479557 0.144694,-0.824755 0.144694,-0.347266 0.384472,-0.516764 0.186035,-0.134359 0.384472,-0.134359 0.322461,0 0.578776,0.328662 0.320394,0.40721 0.320394,1.103808 0,0.487825 -0.14056,0.828889 -0.14056,0.341064 -0.359668,0.496093 -0.217041,0.152962 -0.419612,0.152962 -0.401009,0 -0.667659,-0.473355 -0.225309,-0.398942 -0.225309,-0.961181 z m 0.405143,0.05168 q 0,0.578776 0.142627,0.944644 0.117822,0.307992 0.351399,0.307992 0.111621,0 0.23151,-0.09922 0.119889,-0.101286 0.181901,-0.33693 0.09508,-0.355534 0.09508,-1.002522 0,-0.479557 -0.09922,-0.79995 -0.07441,-0.237712 -0.192236,-0.33693 -0.08475,-0.06821 -0.204639,-0.06821 -0.140559,0 -0.250113,0.12609 -0.148828,0.171566 -0.202572,0.539502 -0.05374,0.367935 -0.05374,0.725536 z" />
+ <path
+ id="path5546"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -64.567164,-87.926013 h -0.08475 q 0.01447,-0.260449 0.06408,-0.429947 0.05168,-0.171566 0.21084,-0.475423 0.124023,-0.233577 0.16123,-0.357601 0.03721,-0.12609 0.03721,-0.254248 0,-0.262516 -0.140559,-0.417545 -0.138493,-0.155029 -0.341065,-0.155029 -0.179833,0 -0.283186,0.08475 -0.103353,0.08475 -0.103353,0.183968 0,0.07648 0.06201,0.188102 0.06201,0.111621 0.06201,0.169499 0,0.07441 -0.04754,0.12609 -0.04754,0.04961 -0.115755,0.04961 -0.08682,0 -0.159163,-0.08475 -0.07028,-0.08682 -0.07028,-0.239778 0,-0.233577 0.200504,-0.413411 0.200505,-0.179834 0.543636,-0.179834 0.425813,0 0.626318,0.248047 0.148828,0.1819 0.148828,0.403075 0,0.150895 -0.06821,0.310059 -0.06615,0.159163 -0.254248,0.374137 -0.299723,0.338997 -0.367936,0.481624 -0.06615,0.140559 -0.08062,0.388606 z m -0.02894,0.256315 q 0.09715,0 0.163297,0.06821 0.06821,0.06615 0.06821,0.163297 0,0.09508 -0.06821,0.163298 -0.06821,0.06615 -0.163297,0.06615 -0.09508,0 -0.163297,-0.06615 -0.06615,-0.06821 -0.06615,-0.163298 0,-0.09715 0.06615,-0.163297 0.06821,-0.06821 0.163297,-0.06821 z" />
+ </g>
<path
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m -115.53336,-75.427401 12.34357,5.77992 -12.34357,5.779889 -12.34356,-5.779889 z"
- id="rect13740-3-3-6-0-3-5"
- inkscape:connector-curvature="0"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-115.48994"
- y="-68.391754"
+ inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0-3-5"
+ d="m -115.53336,-75.427401 12.34357,5.77992 -12.34357,5.779889 -12.34356,-5.779889 z"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text6088-8-8-4-3-3-3-2-4"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- x="-115.48994"
- y="-68.391754"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan12262-8-3-1"><tspan
- id="tspan5618"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">h</tspan> &lt; <tspan
- id="tspan5614"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">h</tspan><tspan
- id="tspan5610"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:0.264583;fill:#808080;">max</tspan>?</tspan></text>
+ aria-label="h &lt; hmax?">
+ <path
+ id="path5549"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -122.46832,-71.25876 -0.53743,1.862417 q 0.27905,-0.411344 0.40514,-0.556038 0.1881,-0.208773 0.32246,-0.28112 0.13643,-0.07441 0.26045,-0.07441 0.10542,0 0.17983,0.08062 0.0765,0.07855 0.0765,0.210839 0,0.111621 -0.0496,0.279053 l -0.26251,0.880565 q -0.0351,0.115755 -0.0351,0.15503 0,0.0186 0.0145,0.03514 0.0145,0.01447 0.0331,0.01447 0.0248,0 0.0496,-0.02067 0.0661,-0.05168 0.14056,-0.165364 0.0186,-0.02894 0.0599,-0.08682 l 0.0806,0.04547 q -0.17777,0.293522 -0.33693,0.403076 -0.15916,0.109554 -0.30179,0.109554 -0.12816,0 -0.2005,-0.06615 -0.0724,-0.06615 -0.0724,-0.165365 0,-0.09095 0.0496,-0.258382 l 0.25631,-0.880565 q 0.0248,-0.09095 0.0248,-0.132292 0,-0.02274 -0.0186,-0.03927 -0.0165,-0.0186 -0.0393,-0.0186 -0.0744,0 -0.20464,0.124023 -0.26872,0.254248 -0.53743,0.797883 l -0.18397,0.613916 h -0.51263 l 0.67799,-2.335773 q 0.0413,-0.148828 0.0413,-0.212907 0,-0.05168 -0.0413,-0.08062 -0.0537,-0.03927 -0.16536,-0.03307 l 0.0145,-0.08268 0.68833,-0.121956 z" />
+ <path
+ id="path5551"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -120.36819,-69.851095 2.22415,-0.963248 v 0.179834 l -1.91409,0.830956 1.91409,0.839224 v 0.186035 l -2.22415,-0.971516 z" />
+ <path
+ id="path5553"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -115.60569,-71.25876 -0.53744,1.862417 q 0.27905,-0.411344 0.40514,-0.556038 0.18811,-0.208773 0.32246,-0.28112 0.13643,-0.07441 0.26045,-0.07441 0.10542,0 0.17984,0.08062 0.0765,0.07855 0.0765,0.210839 0,0.111621 -0.0496,0.279053 l -0.26252,0.880565 q -0.0351,0.115755 -0.0351,0.15503 0,0.0186 0.0145,0.03514 0.0145,0.01447 0.0331,0.01447 0.0248,0 0.0496,-0.02067 0.0662,-0.05168 0.14056,-0.165364 0.0186,-0.02894 0.06,-0.08682 l 0.0806,0.04547 q -0.17776,0.293522 -0.33693,0.403076 -0.15916,0.109554 -0.30179,0.109554 -0.12815,0 -0.2005,-0.06615 -0.0724,-0.06615 -0.0724,-0.165365 0,-0.09095 0.0496,-0.258382 l 0.25632,-0.880565 q 0.0248,-0.09095 0.0248,-0.132292 0,-0.02274 -0.0186,-0.03927 -0.0165,-0.0186 -0.0393,-0.0186 -0.0744,0 -0.20463,0.124023 -0.26872,0.254248 -0.53744,0.797883 l -0.18397,0.613916 h -0.51263 l 0.678,-2.335773 q 0.0413,-0.148828 0.0413,-0.212907 0,-0.05168 -0.0413,-0.08062 -0.0537,-0.03927 -0.16537,-0.03307 l 0.0145,-0.08268 0.68833,-0.121956 z" />
+ <path
+ id="path5555"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -113.79702,-68.98221 -0.19844,0.666626 q 0.19999,-0.306958 0.29146,-0.413928 0.13487,-0.15658 0.22169,-0.204639 0.0884,-0.04806 0.17673,-0.04806 0.10077,0 0.14573,0.06046 0.045,0.06046 0.045,0.133325 0,0.07596 -0.0419,0.223242 l -0.0698,0.249597 q 0.20154,-0.310058 0.2899,-0.412378 0.13643,-0.15813 0.2372,-0.21394 0.0698,-0.04031 0.14883,-0.04031 0.0822,0 0.13642,0.05581 0.0558,0.05426 0.0558,0.142627 0,0.09922 -0.0465,0.257348 l -0.17208,0.57826 q -0.0388,0.128674 -0.0388,0.165881 0,0.0124 0.009,0.02325 0.0109,0.01085 0.0233,0.01085 0.017,0 0.0294,-0.01085 0.0558,-0.04496 0.11783,-0.131774 0.014,-0.0186 0.0419,-0.05736 l 0.0527,0.03411 q -0.10697,0.199988 -0.23564,0.293005 -0.12712,0.09302 -0.23564,0.09302 -0.0946,0 -0.15193,-0.05116 -0.0574,-0.05271 -0.0574,-0.122473 0,-0.06666 0.0388,-0.201538 l 0.17519,-0.604614 q 0.0357,-0.125574 0.0357,-0.15658 0,-0.01085 -0.0109,-0.02015 -0.0109,-0.01085 -0.0217,-0.01085 -0.0202,0 -0.0403,0.0093 -0.0295,0.0155 -0.0915,0.08061 -0.0605,0.06511 -0.17518,0.234095 -0.11472,0.167431 -0.15968,0.261999 -0.0434,0.09457 -0.0868,0.244946 l -0.0946,0.319361 h -0.39222 l 0.28991,-1.012341 q 0.0233,-0.08217 0.0233,-0.113172 0,-0.01085 -0.0109,-0.02015 -0.009,-0.0093 -0.0202,-0.0093 -0.0574,0 -0.18138,0.150378 -0.18914,0.232544 -0.34417,0.559656 l -0.12557,0.444934 h -0.39532 l 0.29145,-0.996839 q 0.0434,-0.147277 0.0434,-0.209289 0,-0.02481 -0.0124,-0.04186 -0.0124,-0.0186 -0.0403,-0.0279 -0.0279,-0.01085 -0.10697,-0.01085 l 0.0155,-0.05891 0.52865,-0.09147 z" />
+ <path
+ id="path5557"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -110.65148,-68.960506 -0.30075,1.030945 -0.031,0.125574 q -0.005,0.02325 -0.005,0.03411 0,0.0186 0.0124,0.03256 0.014,0.01395 0.0279,0.01395 0.0326,0 0.0899,-0.04961 0.0232,-0.02015 0.11162,-0.142627 l 0.0543,0.02791 q -0.11007,0.201538 -0.23565,0.294556 -0.12402,0.09147 -0.2682,0.09147 -0.0884,0 -0.13487,-0.04496 -0.0465,-0.04651 -0.0465,-0.116272 0,-0.06046 0.0496,-0.224793 l 0.0372,-0.125574 q -0.17983,0.308509 -0.34571,0.437183 -0.0961,0.07441 -0.20464,0.07441 -0.14263,0 -0.20619,-0.116272 -0.0636,-0.117822 -0.0636,-0.2651 0,-0.218591 0.13332,-0.500745 0.13333,-0.283703 0.35037,-0.455786 0.17828,-0.142627 0.33486,-0.142627 0.0868,0 0.13953,0.05116 0.0527,0.04961 0.0775,0.182935 l 0.0558,-0.190687 z m -0.49609,0.294556 q 0,-0.125574 -0.0388,-0.181384 -0.0279,-0.03876 -0.076,-0.03876 -0.0481,0 -0.0992,0.04651 -0.10387,0.09612 -0.22479,0.390674 -0.11938,0.293005 -0.11938,0.506946 0,0.08217 0.0264,0.119372 0.0279,0.03566 0.0605,0.03566 0.0698,0 0.14108,-0.08061 0.10232,-0.114722 0.18448,-0.280603 0.14573,-0.291455 0.14573,-0.517798 z" />
+ <path
+ id="path5559"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -110.44064,-68.889192 0.54106,-0.09302 q 0.14727,0.230994 0.20774,0.508496 0.15192,-0.224792 0.22944,-0.314709 0.10387,-0.120923 0.17053,-0.15658 0.0682,-0.03721 0.14418,-0.03721 0.0853,0 0.13022,0.04651 0.0465,0.04651 0.0465,0.125574 0,0.07441 -0.0465,0.122473 -0.045,0.04651 -0.11317,0.04651 -0.0496,0 -0.11472,-0.01705 -0.0636,-0.0186 -0.0884,-0.0186 -0.0651,0 -0.12402,0.04651 -0.0806,0.06356 -0.19844,0.271301 0.13178,0.465088 0.21084,0.567407 0.0465,0.06046 0.0946,0.06046 0.0403,0 0.0698,-0.02015 0.045,-0.03256 0.13798,-0.162781 l 0.0558,0.03256 q -0.13643,0.220142 -0.26665,0.310059 -0.0992,0.06976 -0.19534,0.06976 -0.0992,0 -0.16588,-0.04341 -0.0651,-0.04496 -0.11627,-0.144177 -0.0512,-0.100769 -0.12092,-0.320911 -0.18139,0.230994 -0.28526,0.337964 -0.10232,0.10542 -0.17053,0.137976 -0.0682,0.03256 -0.14573,0.03256 -0.0806,0 -0.12712,-0.04651 -0.0481,-0.04651 -0.0481,-0.120923 0,-0.07906 0.0512,-0.130224 0.0512,-0.05116 0.13022,-0.05116 0.0419,0 0.0946,0.02481 0.0775,0.03721 0.11162,0.03721 0.045,0 0.0806,-0.0186 0.0465,-0.02325 0.11782,-0.100769 0.0434,-0.04806 0.15968,-0.204638 -0.14883,-0.551905 -0.23254,-0.660425 -0.0527,-0.06976 -0.13333,-0.06976 -0.0419,0 -0.10232,0.0124 z" />
+ <path
+ id="path5561"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -108.05887,-69.053212 h -0.0847 q 0.0145,-0.260449 0.0641,-0.429947 0.0517,-0.171566 0.21084,-0.475423 0.12402,-0.233578 0.16123,-0.357601 0.0372,-0.12609 0.0372,-0.254248 0,-0.262516 -0.14056,-0.417545 -0.1385,-0.155029 -0.34107,-0.155029 -0.17983,0 -0.28318,0.08475 -0.10336,0.08475 -0.10336,0.183968 0,0.07648 0.062,0.188102 0.062,0.111621 0.062,0.169499 0,0.07441 -0.0476,0.12609 -0.0475,0.04961 -0.11575,0.04961 -0.0868,0 -0.15916,-0.08475 -0.0703,-0.08682 -0.0703,-0.239778 0,-0.233578 0.2005,-0.413411 0.2005,-0.179834 0.54364,-0.179834 0.42581,0 0.62631,0.248046 0.14883,0.181901 0.14883,0.403076 0,0.150895 -0.0682,0.310059 -0.0661,0.159163 -0.25425,0.374137 -0.29972,0.338997 -0.36793,0.481624 -0.0661,0.140559 -0.0806,0.388606 z m -0.0289,0.256315 q 0.0971,0 0.1633,0.06821 0.0682,0.06615 0.0682,0.163297 0,0.09508 -0.0682,0.163298 -0.0682,0.06615 -0.1633,0.06615 -0.0951,0 -0.1633,-0.06615 -0.0661,-0.06821 -0.0661,-0.163298 0,-0.09715 0.0661,-0.163297 0.0682,-0.06821 0.1633,-0.06821 z" />
+ </g>
<path
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m -68.414989,-75.427401 12.34357,5.77992 -12.34357,5.779889 -12.34357,-5.779889 z"
- id="rect13740-3-3-6-0-3-5-0"
- inkscape:connector-curvature="0"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-68.37159"
- y="-68.391754"
+ inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0-3-5-0"
+ d="m -68.414989,-75.427401 12.34357,5.77992 -12.34357,5.779889 -12.34357,-5.779889 z"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text6088-8-8-4-3-3-3-2-4-2"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- x="-68.37159"
- y="-68.391754"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan12262-8-3-1-8"><tspan
- id="tspan5618-2"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">h</tspan> &gt; <tspan
- id="tspan5614-1"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">h</tspan><tspan
- id="tspan5610-0"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:0.264583;fill:#808080;">min</tspan>?</tspan></text>
- <rect
+ aria-label="h &gt; hmin?">
+ <path
+ id="path5564"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -75.086422,-71.25876 -0.537434,1.862417 q 0.279052,-0.411344 0.405143,-0.556038 0.188102,-0.208773 0.32246,-0.28112 0.136426,-0.07441 0.260449,-0.07441 0.10542,0 0.179834,0.08062 0.07648,0.07855 0.07648,0.210839 0,0.111621 -0.04961,0.279053 l -0.262516,0.880565 q -0.03514,0.115755 -0.03514,0.15503 0,0.0186 0.01447,0.03514 0.01447,0.01447 0.03307,0.01447 0.02481,0 0.04961,-0.02067 0.06615,-0.05168 0.140559,-0.165364 0.0186,-0.02894 0.05994,-0.08682 l 0.08061,0.04547 q -0.177767,0.293522 -0.33693,0.403076 -0.159163,0.109554 -0.30179,0.109554 -0.128158,0 -0.200504,-0.06615 -0.07235,-0.06615 -0.07235,-0.165365 0,-0.09095 0.04961,-0.258382 l 0.256315,-0.880565 q 0.0248,-0.09095 0.0248,-0.132292 0,-0.02274 -0.0186,-0.03927 -0.01654,-0.0186 -0.03927,-0.0186 -0.07441,0 -0.204639,0.124023 -0.268717,0.254248 -0.537434,0.797883 l -0.183968,0.613916 h -0.51263 l 0.677994,-2.335773 q 0.04134,-0.148828 0.04134,-0.212907 0,-0.05168 -0.04134,-0.08062 -0.05374,-0.03927 -0.165364,-0.03307 l 0.01447,-0.08268 0.68833,-0.121956 z" />
+ <path
+ id="path5566"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -70.762141,-69.741541 -2.224152,0.963247 v -0.177766 l 1.91616,-0.830957 -1.91616,-0.839224 v -0.188102 l 2.224152,0.971516 z" />
+ <path
+ id="path5568"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m -68.223798,-71.25876 -0.537434,1.862417 q 0.279052,-0.411344 0.405143,-0.556038 0.188102,-0.208773 0.322461,-0.28112 0.136425,-0.07441 0.260449,-0.07441 0.105419,0 0.179833,0.08062 0.07648,0.07855 0.07648,0.210839 0,0.111621 -0.04961,0.279053 l -0.262516,0.880565 q -0.03514,0.115755 -0.03514,0.15503 0,0.0186 0.01447,0.03514 0.01447,0.01447 0.03307,0.01447 0.02481,0 0.04961,-0.02067 0.06614,-0.05168 0.140559,-0.165364 0.0186,-0.02894 0.05994,-0.08682 l 0.08061,0.04547 q -0.177767,0.293522 -0.33693,0.403076 -0.159163,0.109554 -0.30179,0.109554 -0.128157,0 -0.200504,-0.06615 -0.07235,-0.06615 -0.07235,-0.165365 0,-0.09095 0.04961,-0.258382 l 0.256315,-0.880565 q 0.02481,-0.09095 0.02481,-0.132292 0,-0.02274 -0.0186,-0.03927 -0.01654,-0.0186 -0.03927,-0.0186 -0.07441,0 -0.204638,0.124023 -0.268718,0.254248 -0.537435,0.797883 l -0.183968,0.613916 h -0.51263 l 0.677995,-2.335773 q 0.04134,-0.148828 0.04134,-0.212907 0,-0.05168 -0.04134,-0.08062 -0.05374,-0.03927 -0.165365,-0.03307 l 0.01447,-0.08268 0.688329,-0.121956 z" />
+ <path
+ id="path5570"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -66.415123,-68.98221 -0.198438,0.666626 q 0.199988,-0.306958 0.291455,-0.413928 0.134876,-0.15658 0.221692,-0.204639 0.08837,-0.04806 0.176734,-0.04806 0.100769,0 0.145727,0.06046 0.04496,0.06046 0.04496,0.133325 0,0.07596 -0.04186,0.223242 l -0.06976,0.249597 q 0.201538,-0.310058 0.289904,-0.412378 0.136426,-0.15813 0.237195,-0.21394 0.06976,-0.04031 0.148828,-0.04031 0.08217,0 0.136426,0.05581 0.05581,0.05426 0.05581,0.142627 0,0.09922 -0.04651,0.257348 l -0.172083,0.57826 q -0.03876,0.128674 -0.03876,0.165881 0,0.0124 0.0093,0.02325 0.01085,0.01085 0.02325,0.01085 0.01705,0 0.02946,-0.01085 0.05581,-0.04496 0.117822,-0.131774 0.01395,-0.0186 0.04186,-0.05736 l 0.05271,0.03411 q -0.10697,0.199988 -0.235645,0.293005 -0.127124,0.09302 -0.235644,0.09302 -0.09457,0 -0.151929,-0.05116 -0.05736,-0.05271 -0.05736,-0.122473 0,-0.06666 0.03876,-0.201538 l 0.175183,-0.604614 q 0.03566,-0.125574 0.03566,-0.15658 0,-0.01085 -0.01085,-0.02015 -0.01085,-0.01085 -0.0217,-0.01085 -0.02015,0 -0.04031,0.0093 -0.02946,0.0155 -0.09147,0.08061 -0.06046,0.06511 -0.175183,0.234095 -0.114721,0.167431 -0.15968,0.261999 -0.04341,0.09457 -0.08682,0.244946 l -0.09457,0.319361 h -0.392224 l 0.289905,-1.012341 q 0.02325,-0.08217 0.02325,-0.113172 0,-0.01085 -0.01085,-0.02015 -0.0093,-0.0093 -0.02015,-0.0093 -0.05736,0 -0.181384,0.150378 -0.189136,0.232544 -0.344165,0.559656 l -0.125574,0.444934 h -0.395325 l 0.291455,-0.996839 q 0.04341,-0.147277 0.04341,-0.209289 0,-0.02481 -0.0124,-0.04186 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.01085 -0.106971,-0.01085 l 0.0155,-0.05891 0.52865,-0.09147 z" />
+ <path
+ id="path5572"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -64.077282,-69.695344 q 0.09612,0 0.161231,0.06666 0.06666,0.06666 0.06666,0.161231 0,0.09457 -0.06666,0.16123 -0.06666,0.06666 -0.161231,0.06666 -0.09302,0 -0.15968,-0.06666 -0.06666,-0.06666 -0.06666,-0.16123 0,-0.09457 0.06511,-0.161231 0.06666,-0.06666 0.16123,-0.06666 z m 0.09612,0.713134 -0.31781,1.102259 q -0.02635,0.09457 -0.02635,0.124023 0,0.01705 0.01395,0.03256 0.01395,0.01395 0.02946,0.01395 0.02635,0 0.05271,-0.02326 0.06976,-0.05736 0.167431,-0.207739 l 0.05271,0.03101 q -0.234094,0.407727 -0.497644,0.407727 -0.100769,0 -0.16123,-0.05581 -0.05891,-0.05736 -0.05891,-0.144177 0,-0.05736 0.02636,-0.145727 l 0.21549,-0.74104 q 0.03101,-0.106971 0.03101,-0.161231 0,-0.03411 -0.02945,-0.06046 -0.02946,-0.02636 -0.08062,-0.02636 -0.02325,0 -0.05581,0.0016 l 0.02015,-0.06201 0.525549,-0.08527 z" />
+ <path
+ id="path5574"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m -63.061839,-68.98221 -0.192237,0.665076 q 0.193787,-0.291455 0.289905,-0.398425 0.141077,-0.15503 0.243396,-0.21084 0.102319,-0.05581 0.192236,-0.05581 0.08062,0 0.137976,0.06046 0.05736,0.05891 0.05736,0.155029 0,0.08682 -0.03721,0.21084 l -0.198437,0.661975 q -0.02481,0.08682 -0.02481,0.113171 0,0.0155 0.01085,0.02791 0.0124,0.0124 0.02481,0.0124 0.0155,0 0.03256,-0.0124 0.05426,-0.04496 0.110071,-0.127124 0.01395,-0.0217 0.04496,-0.06511 l 0.05891,0.03566 q -0.227893,0.382922 -0.47904,0.382922 -0.09612,0 -0.150379,-0.04961 -0.05426,-0.04961 -0.05426,-0.124023 0,-0.06511 0.03721,-0.193787 l 0.193787,-0.661975 q 0.02015,-0.06511 0.02015,-0.09612 0,-0.01705 -0.01395,-0.02946 -0.01395,-0.01395 -0.03256,-0.01395 -0.05891,0 -0.142627,0.08062 -0.213941,0.204638 -0.413928,0.609265 l -0.127124,0.460437 h -0.395325 l 0.289905,-0.995288 q 0.04186,-0.147278 0.04186,-0.20929 0,-0.02635 -0.0124,-0.04341 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.01085 -0.10542,-0.01085 l 0.01705,-0.05891 0.522449,-0.09147 z" />
+ <path
+ id="path5576"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -61.204073,-69.053212 h -0.08475 q 0.01447,-0.260449 0.06408,-0.429947 0.05168,-0.171566 0.21084,-0.475423 0.124023,-0.233578 0.16123,-0.357601 0.03721,-0.12609 0.03721,-0.254248 0,-0.262516 -0.14056,-0.417545 -0.138493,-0.155029 -0.341064,-0.155029 -0.179834,0 -0.283187,0.08475 -0.103352,0.08475 -0.103352,0.183968 0,0.07648 0.06201,0.188102 0.06201,0.111621 0.06201,0.169499 0,0.07441 -0.04754,0.12609 -0.04754,0.04961 -0.115755,0.04961 -0.08682,0 -0.159164,-0.08475 -0.07028,-0.08682 -0.07028,-0.239778 0,-0.233578 0.200505,-0.413411 0.200504,-0.179834 0.543635,-0.179834 0.425814,0 0.626318,0.248046 0.148828,0.181901 0.148828,0.403076 0,0.150895 -0.06821,0.310059 -0.06614,0.159163 -0.254247,0.374137 -0.299724,0.338997 -0.367936,0.481624 -0.06615,0.140559 -0.08062,0.388606 z m -0.02894,0.256315 q 0.09715,0 0.163297,0.06821 0.06821,0.06615 0.06821,0.163297 0,0.09508 -0.06821,0.163298 -0.06821,0.06615 -0.163297,0.06615 -0.09509,0 -0.163298,-0.06615 -0.06614,-0.06821 -0.06614,-0.163298 0,-0.09715 0.06614,-0.163297 0.06821,-0.06821 0.163298,-0.06821 z" />
+ </g>
+ <path
+ d="m -99.57402,-44.87886 h 14.853482 v 5.085359 H -99.57402 Z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-41"
- width="14.853482"
- height="5.0853596"
- x="-99.57402"
- y="-44.87886"
- rx="0"
- ry="0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <flowRoot
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
+ id="rect7253-2-7-4-7-6-41" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="flowRoot34165-87"
transform="matrix(1.0110396,0,0,1.0110396,-91.499432,-41.132389)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167-9" /><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara34173-0"><flowSpan
- id="flowSpan34336"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">it </flowSpan>+= 1</flowPara></flowRoot>
- <rect
+ aria-label="it += 1">
+ <path
+ id="path5580"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -4.7294231,-2.8670061 q 0.1281574,0 0.2149738,0.088883 0.088883,0.088883 0.088883,0.2149738 0,0.1260904 -0.088883,0.2149738 -0.088883,0.088883 -0.2149738,0.088883 -0.1240233,0 -0.2129067,-0.088883 -0.088883,-0.088883 -0.088883,-0.2149738 0,-0.1260904 0.086816,-0.2149738 0.088883,-0.088883 0.2149738,-0.088883 z m 0.1281574,0.9508456 -0.4237463,1.4696765 q -0.03514,0.12609039 -0.03514,0.16536444 0,0.0227376 0.018604,0.0434082 0.018604,0.0186035 0.039274,0.0186035 0.03514,0 0.07028,-0.0310058 0.093017,-0.0764811 0.2232419,-0.27698545 l 0.07028,0.0413411 q -0.3121253,0.54363562 -0.6635248,0.54363562 -0.1343586,0 -0.2149738,-0.074414 -0.078548,-0.07648106 -0.078548,-0.19223617 0,-0.0764811 0.03514,-0.19430322 l 0.2873207,-0.98805257 q 0.041341,-0.1426268 0.041341,-0.2149738 0,-0.045475 -0.039274,-0.080615 -0.039274,-0.03514 -0.1074868,-0.03514 -0.031006,0 -0.074414,0.00207 l 0.026872,-0.082682 0.7007318,-0.1136881 z" />
+ <path
+ id="path5582"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -3.2928195,-2.4205221 -0.1653645,0.5622392 h 0.2707843 l -0.072347,0.2377113 h -0.2666502 l -0.3451983,1.19889227 q -0.033073,0.111621 -0.033073,0.16949855 0,0.0268717 0.018604,0.0475423 0.018603,0.0186035 0.041341,0.0186035 0.03514,0 0.072347,-0.0289388 0.095085,-0.0723469 0.2211749,-0.25218078 l 0.072347,0.0454752 q -0.1426269,0.24804666 -0.3141925,0.36380177 -0.1715656,0.11575512 -0.33693,0.11575512 -0.1405598,0 -0.2191079,-0.07027989 -0.076481,-0.07234695 -0.076481,-0.18190089 0,-0.11988922 0.053743,-0.30799128 l 0.3265948,-1.1182771 h -0.2811196 l 0.041341,-0.1529621 q 0.2645831,-0.097152 0.446484,-0.2273761 0.1819009,-0.1302245 0.4382158,-0.4196123 z" />
+ <path
+ id="path5584"
+ style="font-size:4.23333px;fill:#808080"
+ d="M -1.1678864,-0.29145483 V -1.3229156 h -1.0293937 v -0.1694985 h 1.0293937 v -1.0273266 h 0.1653644 v 1.0273266 h 1.03352777 v 0.1694985 H -1.002522 v 1.03146077 z" />
+ <path
+ id="path5586"
+ style="font-size:4.23333px;fill:#808080"
+ d="M 0.19223576,-1.8252101 H 2.4225887 v 0.1694986 H 0.19223576 Z m 0,0.6738602 H 2.4225887 v 0.16949851 H 0.19223576 Z" />
+ <path
+ id="path5588"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 4.0596964,-2.5280089 0.6821283,-0.332796 h 0.068213 v 2.36677862 q 0,0.23564434 0.018604,0.29352189 0.020671,0.0578776 0.082682,0.0888834 0.062012,0.03100583 0.2521808,0.03513994 V 0 H 4.1093057 v -0.07648106 q 0.1984373,-0.0041341 0.2563149,-0.03307288 0.057878,-0.0310058 0.080615,-0.0806152 0.022738,-0.0516764 0.022738,-0.30385717 V -2.0071109 q 0,-0.3059243 -0.020671,-0.3927406 -0.014469,-0.066146 -0.053743,-0.097152 -0.037207,-0.031006 -0.09095,-0.031006 -0.076481,0 -0.2129067,0.064079 z" />
+ </g>
+ <path
+ d="m -126.12339,-55.604965 h 21.18007 v 5.165846 h -21.18007 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-41-2"
- width="21.180067"
- height="5.1658463"
- x="-126.12339"
- y="-55.604965"
- rx="0"
- ry="0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <flowRoot
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
+ id="rect7253-2-7-4-7-6-41-2" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="flowRoot34165-87-1"
transform="matrix(1.0110396,0,0,1.0110396,-115.53558,-51.877621)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167-9-4" /><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara34173-0-7"><flowSpan
- id="flowSpan5814"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">h</flowSpan> = <flowSpan
- id="flowSpan5812"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">h</flowSpan> * 1,5</flowPara></flowRoot>
- <rect
+ aria-label="h = h * 1,5">
+ <path
+ id="path5592"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -8.5100677,-2.8670061 -0.5374345,1.8624171 q 0.2790525,-0.4113441 0.4051429,-0.5560379 0.1881021,-0.2087727 0.3224607,-0.2811196 0.1364257,-0.074414 0.260449,-0.074414 0.1054198,0 0.1798338,0.080615 0.076481,0.078548 0.076481,0.2108396 0,0.111621 -0.049609,0.2790525 l -0.2625161,0.8805657 q -0.03514,0.11575511 -0.03514,0.15502917 0,0.0186035 0.014469,0.0351399 0.014469,0.0144694 0.033073,0.0144694 0.024805,0 0.049609,-0.0206706 0.066146,-0.0516764 0.1405597,-0.16536444 0.018604,-0.0289388 0.059945,-0.0868163 l 0.080615,0.0454752 q -0.1777668,0.29352189 -0.33693,0.40307583 -0.1591633,0.10955395 -0.3017901,0.10955395 -0.1281575,0 -0.2005044,-0.06614578 -0.072347,-0.06614578 -0.072347,-0.16536445 0,-0.0909504 0.049609,-0.25838194 l 0.2563148,-0.8805657 q 0.024805,-0.09095 0.024805,-0.1322915 0,-0.022738 -0.018603,-0.039274 -0.016536,-0.018603 -0.039274,-0.018603 -0.074414,0 -0.2046385,0.1240234 -0.2687173,0.2542478 -0.5374345,0.7978834 L -9.3368899,0 h -0.5126298 l 0.6779942,-2.3357728 q 0.041341,-0.148828 0.041341,-0.2129067 0,-0.051676 -0.041341,-0.080615 -0.053743,-0.039274 -0.1653644,-0.033073 l 0.014469,-0.082682 0.6883295,-0.1219563 z" />
+ <path
+ id="path5594"
+ style="font-size:4.23333px;fill:#808080"
+ d="m -6.4099392,-1.8252101 h 2.2303529 v 0.1694986 h -2.2303529 z m 0,0.6738602 h 2.2303529 v 0.16949851 h -2.2303529 z" />
+ <path
+ id="path5596"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -0.5891111,-2.8670061 -0.5374344,1.8624171 q 0.27905245,-0.4113441 0.40514284,-0.5560379 0.18810206,-0.2087727 0.32246067,-0.2811196 0.13642567,-0.074414 0.260449,-0.074414 0.10541983,0 0.17983383,0.080615 0.07648106,0.078548 0.07648106,0.2108396 0,0.111621 -0.04960933,0.2790525 l -0.26251606,0.8805657 q -0.0351399,0.11575511 -0.0351399,0.15502917 0,0.0186035 0.0144694,0.0351399 0.0144694,0.0144694 0.0330729,0.0144694 0.0248047,0 0.0496093,-0.0206706 0.06614577,-0.0516764 0.14055977,-0.16536444 0.0186035,-0.0289388 0.05994462,-0.0868163 l 0.08061516,0.0454752 q -0.17776678,0.29352189 -0.33693005,0.40307583 -0.15916328,0.10955395 -0.30179011,0.10955395 -0.12815745,0 -0.20050439,-0.06614578 -0.072347,-0.06614578 -0.072347,-0.16536445 0,-0.0909504 0.0496093,-0.25838194 l 0.25631488,-0.8805657 q 0.0248047,-0.09095 0.0248047,-0.1322915 0,-0.022738 -0.0186035,-0.039274 -0.0165364,-0.018603 -0.0392741,-0.018603 -0.074414,0 -0.2046385,0.1240234 -0.26871723,0.2542478 -0.53743447,0.7978834 L -1.4159333,0 h -0.5126298 l 0.6779942,-2.3357728 q 0.041341,-0.148828 0.041341,-0.2129067 0,-0.051676 -0.041341,-0.080615 -0.053743,-0.039274 -0.1653644,-0.033073 l 0.014469,-0.082682 0.68832947,-0.1219563 z" />
+ <path
+ id="path5598"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 2.4556618,-2.158006 q -0.00827,-0.1426268 -0.057878,-0.2831866 -0.07028,-0.2025715 -0.07028,-0.2790525 0,-0.1074869 0.049609,-0.1632974 0.051676,-0.055811 0.1260904,-0.055811 0.064079,0 0.111621,0.055811 0.047542,0.05581 0.047542,0.1591633 0,0.093018 -0.05581,0.260449 -0.053744,0.1653644 -0.066146,0.3059242 0.113688,-0.072347 0.2046385,-0.1756997 0.1405598,-0.1632974 0.2087726,-0.2025715 0.068213,-0.039274 0.1384927,-0.039274 0.068213,0 0.1136881,0.047542 0.047542,0.045475 0.047542,0.1095539 0,0.076481 -0.068213,0.1364257 -0.068213,0.059945 -0.3410642,0.1198892 -0.1591632,0.03514 -0.2645831,0.080615 0.1074869,0.05581 0.2625161,0.084749 0.2501137,0.045475 0.3265948,0.1136881 0.078548,0.068213 0.078548,0.148828 0,0.062012 -0.047542,0.1074869 -0.045475,0.045475 -0.1074869,0.045475 -0.062012,0 -0.1384927,-0.043408 -0.074414,-0.043408 -0.2025715,-0.1943032 -0.084749,-0.1012857 -0.2108396,-0.1901691 0.00413,0.1178222 0.047542,0.2563149 0.074414,0.2439125 0.074414,0.3327959 0,0.082682 -0.049609,0.1405598 -0.049609,0.05581 -0.1054198,0.05581 -0.076481,0 -0.1384927,-0.059945 -0.043408,-0.043408 -0.043408,-0.1384927 0,-0.099219 0.047542,-0.2377114 0.047542,-0.1405598 0.059945,-0.1922362 0.012402,-0.053743 0.022738,-0.1570962 -0.1219563,0.080615 -0.2129067,0.1798338 -0.1508951,0.1694986 -0.2273761,0.2149738 -0.053743,0.033073 -0.111621,0.033073 -0.07028,0 -0.1198893,-0.047542 -0.049609,-0.047542 -0.049609,-0.1054198 0,-0.051676 0.041341,-0.1074869 0.043408,-0.057878 0.1281575,-0.095085 0.05581,-0.024805 0.2542478,-0.066146 0.1281574,-0.026872 0.2501137,-0.078548 -0.111621,-0.055811 -0.2666501,-0.086816 -0.2542479,-0.053743 -0.3141925,-0.097152 -0.093017,-0.068213 -0.093017,-0.1653644 0,-0.055811 0.045475,-0.1012858 0.047542,-0.047542 0.109554,-0.047542 0.068213,0 0.1446939,0.043408 0.076481,0.043408 0.1901691,0.1756998 0.113688,0.1302245 0.2315102,0.2025714 z" />
+ <path
+ id="path5600"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 5.105627,-2.5280089 0.6821284,-0.332796 h 0.068213 v 2.36677862 q 0,0.23564434 0.018603,0.29352189 0.020671,0.0578776 0.082682,0.0888834 0.062012,0.03100583 0.2521808,0.03513994 V 0 H 5.1552364 v -0.07648106 q 0.1984373,-0.0041341 0.2563148,-0.03307288 0.057878,-0.0310058 0.080615,-0.0806152 0.022738,-0.0516764 0.022738,-0.30385717 V -2.0071109 q 0,-0.3059243 -0.02067,-0.3927406 -0.014469,-0.066146 -0.053744,-0.097152 -0.037207,-0.031006 -0.09095,-0.031006 -0.076481,0 -0.2129067,0.064079 z" />
+ <path
+ id="path5602"
+ style="font-size:4.23333px;fill:#808080"
+ d="M 6.9535756,0.70486594 V 0.6139155 Q 7.1664824,0.54363561 7.2822375,0.39480761 7.4000596,0.24804667 7.4000596,0.08268222 q 0,-0.03927405 -0.018603,-0.06614578 -0.014469,-0.0186035 -0.028939,-0.0186035 -0.022738,0 -0.099219,0.04134112 -0.037207,0.0186035 -0.078548,0.0186035 -0.1012857,0 -0.1612303,-0.05994462 -0.059945,-0.05994461 -0.059945,-0.16536444 0,-0.10128572 0.076481,-0.17363267 0.078548,-0.0723469 0.1901691,-0.0723469 0.1364257,0 0.2418455,0.11988922 0.1074869,0.11782217 0.1074869,0.31419245 0,0.21290672 -0.148828,0.39480761 -0.1467609,0.18396794 -0.4671546,0.28938777 z" />
+ <path
+ id="path5604"
+ style="font-size:4.23333px;fill:#808080"
+ d="M 9.6221444,-2.8029273 9.460914,-2.4515279 H 8.6175554 l -0.183968,0.3762041 q 0.5477697,0.080615 0.8681633,0.40721 0.2749184,0.2811195 0.2749184,0.6614577 0,0.22117499 -0.09095,0.40927705 -0.088883,0.18810205 -0.2253091,0.32039361 -0.1364256,0.13229155 -0.3038571,0.21290672 -0.2377114,0.11368805 -0.4878251,0.11368805 -0.2521808,0 -0.3679359,-0.08474927 -0.1136881,-0.08681634 -0.1136881,-0.19016912 0,-0.0578775 0.047542,-0.10128572 0.047542,-0.0454752 0.1198892,-0.0454752 0.053743,0 0.093018,0.0165364 0.041341,0.0165365 0.1384927,0.0847493 0.1550292,0.10748689 0.3141925,0.10748689 0.2418455,0 0.4237464,-0.18190089 0.1839679,-0.18396794 0.1839679,-0.446484 0,-0.25424782 -0.1632974,-0.47335572 -0.1632974,-0.2211749 -0.4506181,-0.3410642 -0.225309,-0.093017 -0.6139155,-0.1074869 l 0.5374345,-1.0893382 z" />
+ </g>
+ <path
+ d="m -79.00502,-55.604965 h 21.180067 v 5.165846 H -79.00502 Z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-41-2-4"
- width="21.180067"
- height="5.1658463"
- x="-79.00502"
- y="-55.604965"
- rx="0"
- ry="0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <flowRoot
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
+ id="rect7253-2-7-4-7-6-41-2-4" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="flowRoot34165-87-1-4"
transform="matrix(1.0110396,0,0,1.0110396,-67.897043,-51.877621)"
+ aria-label="h = h / 1,5">
+ <path
+ id="path5608"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -8.038779,-2.8670061 -0.5374345,1.8624171 q 0.2790525,-0.4113441 0.4051429,-0.5560379 0.1881021,-0.2087727 0.3224607,-0.2811196 0.1364256,-0.074414 0.260449,-0.074414 0.1054198,0 0.1798338,0.080615 0.076481,0.078548 0.076481,0.2108396 0,0.111621 -0.049609,0.2790525 l -0.262516,0.8805657 q -0.03514,0.11575511 -0.03514,0.15502917 0,0.0186035 0.014469,0.0351399 0.014469,0.0144694 0.033073,0.0144694 0.024805,0 0.049609,-0.0206706 0.066146,-0.0516764 0.1405598,-0.16536444 0.018604,-0.0289388 0.059945,-0.0868163 l 0.080615,0.0454752 q -0.1777668,0.29352189 -0.3369301,0.40307583 -0.1591632,0.10955395 -0.3017901,0.10955395 -0.1281574,0 -0.2005044,-0.06614578 -0.072347,-0.06614578 -0.072347,-0.16536445 0,-0.0909504 0.049609,-0.25838194 l 0.2563149,-0.8805657 q 0.024805,-0.09095 0.024805,-0.1322915 0,-0.022738 -0.018604,-0.039274 -0.016536,-0.018603 -0.039274,-0.018603 -0.074414,0 -0.2046385,0.1240234 -0.2687172,0.2542478 -0.5374344,0.7978834 L -8.8656013,0 H -9.378231 l 0.6779942,-2.3357728 q 0.041341,-0.148828 0.041341,-0.2129067 0,-0.051676 -0.041341,-0.080615 -0.053743,-0.039274 -0.1653645,-0.033073 l 0.014469,-0.082682 0.6883295,-0.1219563 z" />
+ <path
+ id="path5610"
+ style="font-size:4.23333px;fill:#808080"
+ d="m -5.9386505,-1.8252101 h 2.2303529 v 0.1694986 h -2.2303529 z m 0,0.6738602 h 2.2303529 v 0.16949851 h -2.2303529 z" />
+ <path
+ id="path5612"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m -0.11782243,-2.8670061 -0.53743445,1.8624171 q 0.2790525,-0.4113441 0.40514289,-0.5560379 0.18810206,-0.2087727 0.32246067,-0.2811196 0.13642566,-0.074414 0.260449,-0.074414 0.10541983,0 0.17983383,0.080615 0.076481,0.078548 0.076481,0.2108396 0,0.111621 -0.0496093,0.2790525 l -0.26251605,0.8805657 q -0.03514,0.11575511 -0.03514,0.15502917 0,0.0186035 0.0144694,0.0351399 0.0144694,0.0144694 0.0330729,0.0144694 0.0248047,0 0.0496093,-0.0206706 0.0661458,-0.0516764 0.14055978,-0.16536444 0.0186035,-0.0289388 0.0599446,-0.0868163 l 0.0806152,0.0454752 q -0.17776678,0.29352189 -0.33693006,0.40307583 -0.15916328,0.10955395 -0.30179011,0.10955395 -0.12815744,0 -0.20050439,-0.06614578 -0.0723469,-0.06614578 -0.0723469,-0.16536445 0,-0.0909504 0.0496093,-0.25838194 l 0.25631489,-0.8805657 q 0.02480467,-0.09095 0.02480467,-0.1322915 0,-0.022738 -0.0186035,-0.039274 -0.01653645,-0.018603 -0.03927406,-0.018603 -0.074414,0 -0.2046385,0.1240234 -0.26871722,0.2542478 -0.53743444,0.7978834 L -0.94464466,0 H -1.4572744 l 0.67799419,-2.3357728 q 0.0413411,-0.148828 0.0413411,-0.2129067 0,-0.051676 -0.0413411,-0.080615 -0.0537435,-0.039274 -0.16536445,-0.033073 l 0.0144694,-0.082682 0.6883295,-0.1219563 z" />
+ <path
+ id="path5614"
+ style="font-size:4.23333px;fill:#808080"
+ d="M 3.0923149,-2.939353 2.0773906,0.05787756 H 1.9120262 L 2.9269505,-2.939353 Z" />
+ <path
+ id="path5616"
+ style="font-size:4.23333px;fill:#808080"
+ d="m 4.6343383,-2.5280089 0.6821284,-0.332796 h 0.068213 v 2.36677862 q 0,0.23564434 0.018604,0.29352189 0.02067,0.0578776 0.082682,0.0888834 0.062012,0.03100583 0.2521808,0.03513994 V 0 H 4.6839477 v -0.07648106 q 0.1984373,-0.0041341 0.2563148,-0.03307288 0.057878,-0.0310058 0.080615,-0.0806152 0.022738,-0.0516764 0.022738,-0.30385717 V -2.0071109 q 0,-0.3059243 -0.02067,-0.3927406 -0.014469,-0.066146 -0.053744,-0.097152 -0.037207,-0.031006 -0.09095,-0.031006 -0.076481,0 -0.2129067,0.064079 z" />
+ <path
+ id="path5618"
+ style="font-size:4.23333px;fill:#808080"
+ d="M 6.482286,0.70486594 V 0.6139155 Q 6.6951927,0.54363561 6.8109478,0.39480761 6.92877,0.24804667 6.92877,0.08268222 q 0,-0.03927405 -0.018604,-0.06614578 -0.014469,-0.0186035 -0.028939,-0.0186035 -0.022738,0 -0.099219,0.04134112 -0.037207,0.0186035 -0.078548,0.0186035 -0.1012857,0 -0.1612303,-0.05994462 -0.059945,-0.05994461 -0.059945,-0.16536444 0,-0.10128572 0.076481,-0.17363267 0.078548,-0.0723469 0.1901692,-0.0723469 0.1364256,0 0.2418455,0.11988922 0.1074868,0.11782217 0.1074868,0.31419245 0,0.21290672 -0.148828,0.39480761 Q 6.8026796,0.59944611 6.482286,0.70486594 Z" />
+ <path
+ id="path5620"
+ style="font-size:4.23333px;fill:#808080"
+ d="M 9.1508557,-2.8029273 8.9896253,-2.4515279 H 8.1462667 l -0.183968,0.3762041 q 0.5477697,0.080615 0.8681634,0.40721 0.2749183,0.2811195 0.2749183,0.6614577 0,0.22117499 -0.09095,0.40927705 -0.088883,0.18810205 -0.2253091,0.32039361 -0.1364256,0.13229155 -0.3038571,0.21290672 -0.2377114,0.11368805 -0.4878251,0.11368805 -0.2521808,0 -0.3679359,-0.08474927 -0.1136881,-0.08681634 -0.1136881,-0.19016912 0,-0.0578775 0.047542,-0.10128572 0.047542,-0.0454752 0.1198892,-0.0454752 0.053743,0 0.093018,0.0165364 0.041341,0.0165365 0.1384927,0.0847493 0.1550292,0.10748689 0.3141925,0.10748689 0.2418455,0 0.4237464,-0.18190089 0.1839679,-0.18396794 0.1839679,-0.446484 0,-0.25424782 -0.1632974,-0.47335572 -0.1632974,-0.2211749 -0.4506181,-0.3410642 -0.225309,-0.093017 -0.6139155,-0.1074869 l 0.5374345,-1.0893382 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><flowRegion
- style="fill:#808080;"
- id="flowRegion34167-9-4-6" /><flowPara
- style="font-size:4.23333px;fill:#808080;"
- id="flowPara34173-0-7-9"><flowSpan
- id="flowSpan5814-4"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">h</flowSpan> = <flowSpan
- id="flowSpan5812-7"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">h</flowSpan> / 1,5</flowPara></flowRoot>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-98-4)"
- d="m -97.791909,-91.890389 h 10.34709"
- id="path9106-8-1-1-5"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-1-5"
+ d="m -97.791909,-91.890389 h 10.34709"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-98-4)" />
+ <path
+ d="m -96.172096,-93.96534 h 7.098922 v 3.567837 h -7.098922 z"
style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-4-5-5-7-4"
- width="7.0989227"
- height="3.5678368"
- x="-96.172096"
- y="-93.96534"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-96.028465"
- y="-90.774986"
+ id="rect14838-4-5-5-7-4" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text14836-1-0-5-9-4"
+ aria-label="Não">
+ <path
+ id="path5624"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -96.084276,-93.577914 h 0.760677 l 1.713589,2.102196 v -1.616438 q 0,-0.258381 -0.05788,-0.32246 -0.07648,-0.08682 -0.241845,-0.08682 h -0.09715 v -0.07648 h 0.97565 v 0.07648 h -0.09922 q -0.177767,0 -0.252181,0.107487 -0.04548,0.06615 -0.04548,0.30179 v 2.362645 h -0.07441 l -1.847948,-2.257225 v 1.725992 q 0,0.258382 0.05581,0.32246 0.07855,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.975651 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04548,-0.06615 0.04548,-0.30179 v -1.949234 q -0.121956,-0.142627 -0.186035,-0.188102 -0.06201,-0.04548 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z" />
+ <path
+ id="path5626"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -91.76413,-91.047838 q -0.291454,0.225309 -0.365868,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124023 0.698664,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08061 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124024 -0.403075,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206705 z m -0.851627,-1.86035 h -0.06614 q 0.0083,-0.283187 0.117822,-0.409277 0.109554,-0.126091 0.270784,-0.126091 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08061,-0.231511 h 0.06408 q 0.0021,0.192237 -0.05168,0.305925 -0.05168,0.111621 -0.148828,0.175699 -0.09508,0.06201 -0.192236,0.06201 -0.163298,0 -0.405143,-0.165364 -0.130225,-0.08888 -0.1757,-0.107487 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.07441 -0.02274,0.03514 -0.05788,0.208773 z" />
+ <path
+ id="path5628"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -90.034004,-92.72422 q 0.429947,0 0.690396,0.326595 0.221175,0.279053 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644921 0,-0.260449 0.128158,-0.516764 0.130224,-0.258382 0.341064,-0.380338 0.210839,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165364,0.299723 0.434082,0.299723 0.200504,0 0.330728,-0.165364 0.130225,-0.165365 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- id="tspan14834-8-9-7-2-5"
- x="-96.028465"
- y="-90.774986"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Não</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8)"
- d="m -115.53336,-83.586072 v 6.977491"
- id="path9106-8-1-91-7"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91-7"
+ d="m -115.53336,-83.586072 v 6.977491"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8)" />
+ <path
+ d="m -119.08282,-82.377968 h 7.09893 v 3.701473 h -7.09893 z"
style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-3-8-5-1-2"
- width="7.0989227"
- height="3.701473"
- x="-119.08282"
- y="-82.377968"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-118.93918"
- y="-79.053993"
+ id="rect14838-5-3-8-5-1-2" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text14836-2-5-2-2-0-8"
+ aria-label="Sim">
+ <path
+ id="path5632"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -116.99821,-81.920999 v 0.969449 h -0.0765 q -0.0372,-0.279053 -0.13436,-0.444417 -0.0951,-0.165365 -0.27285,-0.262516 -0.17777,-0.09715 -0.36794,-0.09715 -0.21497,0 -0.35553,0.132292 -0.14056,0.130224 -0.14056,0.297656 0,0.128157 0.0889,0.233577 0.12816,0.155029 0.60978,0.413411 0.39274,0.21084 0.53537,0.324528 0.14469,0.111621 0.22117,0.264583 0.0786,0.152962 0.0786,0.320394 0,0.318326 -0.24804,0.549836 -0.24598,0.229443 -0.63459,0.229443 -0.12196,0 -0.22944,-0.0186 -0.0641,-0.01033 -0.26665,-0.07441 -0.20051,-0.06615 -0.25425,-0.06615 -0.0517,0 -0.0827,0.03101 -0.0289,0.03101 -0.0434,0.128157 h -0.0765 v -0.96118 h 0.0765 q 0.0537,0.30179 0.14469,0.452685 0.091,0.148828 0.27699,0.248046 0.1881,0.09922 0.41134,0.09922 0.25838,0 0.40721,-0.136426 0.1509,-0.136425 0.1509,-0.32246 0,-0.103353 -0.0579,-0.208773 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.06201 -0.44028,-0.262516 -0.35967,-0.202572 -0.51263,-0.322461 -0.1509,-0.119889 -0.22945,-0.264583 -0.0785,-0.144694 -0.0785,-0.318326 0,-0.301791 0.23151,-0.518831 0.23152,-0.219108 0.58912,-0.219108 0.22324,0 0.47335,0.109554 0.11576,0.05168 0.1633,0.05168 0.0537,0 0.0868,-0.03101 0.0351,-0.03307 0.0558,-0.130224 z" />
+ <path
+ id="path5634"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -115.96882,-81.993346 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237712 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.231511 z" />
+ <path
+ id="path5636"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -114.71412,-80.600151 q 0.20671,-0.206705 0.24392,-0.237711 0.093,-0.07855 0.2005,-0.121956 0.10749,-0.04341 0.21291,-0.04341 0.17776,0 0.30592,0.103353 0.12816,0.103353 0.17157,0.299723 0.2129,-0.248046 0.35966,-0.324528 0.14677,-0.07855 0.30179,-0.07855 0.1509,0 0.26665,0.07855 0.11783,0.07648 0.18604,0.252181 0.0455,0.119889 0.0455,0.376204 v 0.81442 q 0,0.177767 0.0269,0.243913 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12196,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.105419 0.008,-0.03514 0.008,-0.200505 v -0.81442 q 0,-0.23151 -0.0558,-0.326594 -0.0806,-0.132292 -0.25838,-0.132292 -0.10955,0 -0.22117,0.05581 -0.10956,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194303 0.0207,0.241846 0.0227,0.04754 0.0827,0.08061 0.0599,0.03101 0.20464,0.03101 v 0.07441 h -0.95705 v -0.07441 q 0.1571,0 0.21497,-0.03721 0.06,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204639 v -0.81442 q 0,-0.23151 -0.0682,-0.332796 -0.091,-0.132291 -0.25425,-0.132291 -0.11162,0 -0.22117,0.05994 -0.17157,0.09095 -0.26459,0.204639 v 1.014924 q 0,0.186035 0.0248,0.241846 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 q 0.13022,0 0.1819,-0.02687 0.0517,-0.02894 0.0786,-0.08888 0.0269,-0.06201 0.0269,-0.237712 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.231511 h 0.0889 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- id="tspan14834-7-2-8-4-6-2"
- x="-118.93918"
- y="-79.053993"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Sim</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-2)"
- d="M -115.53336,-63.867592 V -56.8901"
- id="path9106-8-1-91-9"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91-9"
+ d="M -115.53336,-63.867592 V -56.8901"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-2)" />
+ <path
+ d="m -119.08282,-62.659492 h 7.09893 v 3.701473 h -7.09893 z"
style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-3-8-5-1-8"
- width="7.0989227"
- height="3.701473"
- x="-119.08282"
- y="-62.659492"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-118.93918"
- y="-59.335503"
+ id="rect14838-5-3-8-5-1-8" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text14836-2-5-2-2-0-9"
+ aria-label="Sim">
+ <path
+ id="path5640"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -116.99821,-62.202509 v 0.969449 h -0.0765 q -0.0372,-0.279052 -0.13436,-0.444417 -0.0951,-0.165364 -0.27285,-0.262516 -0.17777,-0.09715 -0.36794,-0.09715 -0.21497,0 -0.35553,0.132291 -0.14056,0.130225 -0.14056,0.297656 0,0.128158 0.0889,0.233578 0.12816,0.155029 0.60978,0.413411 0.39274,0.210839 0.53537,0.324527 0.14469,0.111621 0.22117,0.264584 0.0786,0.152962 0.0786,0.320393 0,0.318327 -0.24804,0.549837 -0.24598,0.229443 -0.63459,0.229443 -0.12196,0 -0.22944,-0.0186 -0.0641,-0.01034 -0.26665,-0.07441 -0.20051,-0.06615 -0.25425,-0.06615 -0.0517,0 -0.0827,0.03101 -0.0289,0.03101 -0.0434,0.128157 h -0.0765 v -0.961181 h 0.0765 q 0.0537,0.30179 0.14469,0.452685 0.091,0.148828 0.27699,0.248047 0.1881,0.09922 0.41134,0.09922 0.25838,0 0.40721,-0.136426 0.1509,-0.136426 0.1509,-0.322461 0,-0.103352 -0.0579,-0.208772 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.06201 -0.44028,-0.262517 -0.35967,-0.202571 -0.51263,-0.32246 -0.1509,-0.119889 -0.22945,-0.264583 -0.0785,-0.144694 -0.0785,-0.318327 0,-0.30179 0.23151,-0.518831 0.23152,-0.219108 0.58912,-0.219108 0.22324,0 0.47335,0.109554 0.11576,0.05168 0.1633,0.05168 0.0537,0 0.0868,-0.03101 0.0351,-0.03307 0.0558,-0.130225 z" />
+ <path
+ id="path5642"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -115.96882,-62.274856 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177767 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.23151 z" />
+ <path
+ id="path5644"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -114.71412,-60.88166 q 0.20671,-0.206706 0.24392,-0.237712 0.093,-0.07855 0.2005,-0.121956 0.10749,-0.04341 0.21291,-0.04341 0.17776,0 0.30592,0.103353 0.12816,0.103353 0.17157,0.299723 0.2129,-0.248047 0.35966,-0.324528 0.14677,-0.07855 0.30179,-0.07855 0.1509,0 0.26665,0.07855 0.11783,0.07648 0.18604,0.252181 0.0455,0.119889 0.0455,0.376204 v 0.81442 q 0,0.177767 0.0269,0.243912 0.0207,0.04548 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12196,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200504 v -0.81442 q 0,-0.23151 -0.0558,-0.326595 -0.0806,-0.132291 -0.25838,-0.132291 -0.10955,0 -0.22117,0.05581 -0.10956,0.05374 -0.26665,0.202572 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194303 0.0207,0.241845 0.0227,0.04754 0.0827,0.08062 0.0599,0.03101 0.20464,0.03101 v 0.07441 h -0.95705 v -0.07441 q 0.1571,0 0.21497,-0.03721 0.06,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204638 v -0.81442 q 0,-0.23151 -0.0682,-0.332796 -0.091,-0.132292 -0.25425,-0.132292 -0.11162,0 -0.22117,0.05994 -0.17157,0.09095 -0.26459,0.204639 v 1.014924 q 0,0.186035 0.0248,0.241845 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 q 0.13022,0 0.1819,-0.02687 0.0517,-0.02894 0.0786,-0.08888 0.0269,-0.06201 0.0269,-0.237711 v -0.72347 q 0,-0.312125 -0.0186,-0.403075 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- id="tspan14834-7-2-8-4-6-24"
- x="-118.93918"
- y="-59.335503"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Sim</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-2)"
- d="m -68.414989,-83.602082 v 6.977491"
- id="path9106-8-1-91-7-6"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91-7-6"
+ d="m -68.414989,-83.602082 v 6.977491"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-2)" />
+ <path
+ d="m -71.964455,-82.393982 h 7.098923 v 3.701473 h -7.098923 z"
style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-3-8-5-1-2-4"
- width="7.0989227"
- height="3.701473"
- x="-71.964455"
- y="-82.393982"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-71.820839"
- y="-79.069992"
+ id="rect14838-5-3-8-5-1-2-4" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text14836-2-5-2-2-0-8-4"
+ aria-label="Sim">
+ <path
+ id="path5648"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -69.879874,-81.936998 v 0.969449 h -0.07648 q -0.03721,-0.279053 -0.134358,-0.444417 -0.09509,-0.165364 -0.272852,-0.262516 -0.177767,-0.09715 -0.367936,-0.09715 -0.214973,0 -0.355533,0.132292 -0.14056,0.130224 -0.14056,0.297656 0,0.128157 0.08888,0.233577 0.128158,0.155029 0.609782,0.413411 0.39274,0.21084 0.535367,0.324528 0.144694,0.111621 0.221175,0.264583 0.07855,0.152962 0.07855,0.320394 0,0.318326 -0.248046,0.549836 -0.24598,0.229444 -0.634586,0.229444 -0.121957,0 -0.229444,-0.0186 -0.06408,-0.01033 -0.26665,-0.07441 -0.200504,-0.06615 -0.254248,-0.06615 -0.05168,0 -0.08268,0.03101 -0.02894,0.03101 -0.04341,0.128158 h -0.07648 v -0.961181 h 0.07648 q 0.05374,0.30179 0.144694,0.452685 0.09095,0.148828 0.276985,0.248047 0.188102,0.09922 0.411344,0.09922 0.258382,0 0.40721,-0.136425 0.150895,-0.136426 0.150895,-0.322461 0,-0.103353 -0.05788,-0.208773 -0.05581,-0.105419 -0.1757,-0.19637 -0.08062,-0.06201 -0.440283,-0.262516 -0.359667,-0.202571 -0.51263,-0.322461 -0.150895,-0.119889 -0.229443,-0.264583 -0.07855,-0.144694 -0.07855,-0.318326 0,-0.30179 0.23151,-0.518831 0.231511,-0.219108 0.589111,-0.219108 0.223242,0 0.473356,0.109554 0.115755,0.05168 0.163297,0.05168 0.05374,0 0.08682,-0.03101 0.03514,-0.03307 0.05581,-0.130224 z" />
+ <path
+ id="path5650"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -68.85048,-82.009345 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521352 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.140559,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z" />
+ <path
+ id="path5652"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -67.595777,-80.61615 q 0.206705,-0.206705 0.243912,-0.237711 0.09302,-0.07855 0.200505,-0.121956 0.107486,-0.04341 0.212906,-0.04341 0.177767,0 0.305925,0.103352 0.128157,0.103353 0.171565,0.299723 0.212907,-0.248046 0.359668,-0.324527 0.146761,-0.07855 0.30179,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.25218 0.04548,0.11989 0.04548,0.376205 v 0.814419 q 0,0.177767 0.02687,0.243913 0.02067,0.04548 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200505 v -0.814419 q 0,-0.231511 -0.05581,-0.326595 -0.08062,-0.132292 -0.258382,-0.132292 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202571 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194304 0.02067,0.241846 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204639,0.03101 v 0.07441 h -0.957047 v -0.07441 q 0.157096,0 0.214974,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204639 v -0.814419 q 0,-0.231511 -0.06821,-0.332796 -0.09095,-0.132292 -0.254248,-0.132292 -0.111621,0 -0.221175,0.05994 -0.171566,0.09095 -0.264583,0.204638 v 1.014924 q 0,0.186035 0.0248,0.241846 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936376 v -0.07441 q 0.130224,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237712 v -0.723469 q 0,-0.312125 -0.0186,-0.403076 -0.01447,-0.06821 -0.04547,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- id="tspan14834-7-2-8-4-6-2-3"
- x="-71.820839"
- y="-79.069992"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Sim</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-3)"
- d="m -68.414989,-63.85283 v 6.977488"
- id="path9106-8-1-91-7-3"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91-7-3"
+ d="m -68.414989,-63.85283 v 6.977488"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-3)" />
+ <path
+ d="m -71.964455,-62.644722 h 7.098923 v 3.701473 h -7.098923 z"
style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-3-8-5-1-2-3"
- width="7.0989227"
- height="3.701473"
- x="-71.964455"
- y="-62.644722"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-71.820839"
- y="-59.320732"
+ id="rect14838-5-3-8-5-1-2-3" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text14836-2-5-2-2-0-8-0"
+ aria-label="Sim">
+ <path
+ id="path5656"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -69.879874,-62.187738 v 0.969449 h -0.07648 q -0.03721,-0.279053 -0.134358,-0.444417 -0.09509,-0.165365 -0.272852,-0.262516 -0.177767,-0.09715 -0.367936,-0.09715 -0.214973,0 -0.355533,0.132292 -0.14056,0.130224 -0.14056,0.297656 0,0.128157 0.08888,0.233577 0.128158,0.155029 0.609782,0.413411 0.39274,0.21084 0.535367,0.324528 0.144694,0.111621 0.221175,0.264583 0.07855,0.152962 0.07855,0.320394 0,0.318326 -0.248046,0.549836 -0.24598,0.229444 -0.634586,0.229444 -0.121957,0 -0.229444,-0.0186 -0.06408,-0.01033 -0.26665,-0.07441 -0.200504,-0.06615 -0.254248,-0.06615 -0.05168,0 -0.08268,0.03101 -0.02894,0.03101 -0.04341,0.128158 h -0.07648 v -0.961181 h 0.07648 q 0.05374,0.30179 0.144694,0.452685 0.09095,0.148828 0.276985,0.248047 0.188102,0.09922 0.411344,0.09922 0.258382,0 0.40721,-0.136425 0.150895,-0.136426 0.150895,-0.322461 0,-0.103353 -0.05788,-0.208773 -0.05581,-0.10542 -0.1757,-0.19637 -0.08062,-0.06201 -0.440283,-0.262516 -0.359667,-0.202571 -0.51263,-0.322461 -0.150895,-0.119889 -0.229443,-0.264583 -0.07855,-0.144694 -0.07855,-0.318326 0,-0.30179 0.23151,-0.518831 0.231511,-0.219108 0.589111,-0.219108 0.223242,0 0.473356,0.109554 0.115755,0.05168 0.163297,0.05168 0.05374,0 0.08682,-0.03101 0.03514,-0.03307 0.05581,-0.130224 z" />
+ <path
+ id="path5658"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -68.85048,-62.260085 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.14676 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.14676 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.140559,0.03101 l -0.02894,-0.07441 0.570507,-0.231511 z" />
+ <path
+ id="path5660"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -67.595777,-60.86689 q 0.206705,-0.206705 0.243912,-0.237711 0.09302,-0.07855 0.200505,-0.121956 0.107486,-0.04341 0.212906,-0.04341 0.177767,0 0.305925,0.103353 0.128157,0.103353 0.171565,0.299723 0.212907,-0.248046 0.359668,-0.324527 0.146761,-0.07855 0.30179,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.25218 0.04548,0.11989 0.04548,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243913 0.02067,0.04547 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200505 v -0.81442 q 0,-0.23151 -0.05581,-0.326594 -0.08062,-0.132292 -0.258382,-0.132292 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202571 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194304 0.02067,0.241846 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204639,0.03101 v 0.07441 h -0.957047 v -0.07441 q 0.157096,0 0.214974,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204639 v -0.81442 q 0,-0.23151 -0.06821,-0.332795 -0.09095,-0.132292 -0.254248,-0.132292 -0.111621,0 -0.221175,0.05994 -0.171566,0.09095 -0.264583,0.204638 v 1.014924 q 0,0.186035 0.0248,0.241846 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936376 v -0.07441 q 0.130224,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237712 v -0.723469 q 0,-0.312125 -0.0186,-0.403076 -0.01447,-0.06821 -0.04547,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.231511 h 0.08888 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- id="tspan14834-7-2-8-4-6-2-6"
- x="-71.820839"
- y="-59.320732"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Sim</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m -103.18979,-69.647481 h 10.948241"
- id="path9106-8-1-1-5-6"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-1-5-6"
+ d="m -103.18979,-69.647481 h 10.948241"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ d="m -101.56996,-71.722427 h 7.098921 v 3.567836 h -7.098921 z"
style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-4-5-5-7-4-0"
- width="7.0989227"
- height="3.5678368"
- x="-101.56996"
- y="-71.722427"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-101.42635"
- y="-68.532082"
+ id="rect14838-4-5-5-7-4-0" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text14836-1-0-5-9-4-3"
+ aria-label="Não">
+ <path
+ id="path5664"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -101.48216,-71.335009 h 0.76067 l 1.713592,2.102196 v -1.616438 q 0,-0.258382 -0.05788,-0.322461 -0.07648,-0.08682 -0.241846,-0.08682 h -0.09715 v -0.07648 h 0.97565 v 0.07648 h -0.09922 q -0.177766,0 -0.25218,0.107487 -0.04548,0.06615 -0.04548,0.30179 v 2.362645 h -0.07441 l -1.847948,-2.257225 v 1.725991 q 0,0.258382 0.0558,0.322461 0.0785,0.08682 0.24185,0.08682 h 0.0992 v 0.07648 h -0.97565 v -0.07648 h 0.0971 q 0.17983,0 0.25424,-0.107487 0.0455,-0.06615 0.0455,-0.30179 v -1.949233 q -0.12196,-0.142627 -0.18604,-0.188102 -0.062,-0.04547 -0.18396,-0.08475 -0.06,-0.0186 -0.1819,-0.0186 z" />
+ <path
+ id="path5666"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -97.162018,-68.804933 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293521,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413412,0.08475 0.121956,0.06408 0.179833,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01034,0.332796 0.01034,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05995,-0.07028 -0.06201,-0.239779 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206706 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.283186 0.117822,-0.409277 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08062,-0.23151 h 0.06408 q 0.0021,0.192236 -0.05168,0.305924 -0.05168,0.111621 -0.148828,0.1757 -0.09508,0.06201 -0.192237,0.06201 -0.163297,0 -0.405142,-0.165365 -0.130225,-0.08888 -0.1757,-0.107487 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.07441 -0.02274,0.03514 -0.05788,0.208772 z" />
+ <path
+ id="path5668"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -95.431892,-70.481315 q 0.429947,0 0.690396,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.427881,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128157,-0.516763 0.130225,-0.258382 0.341065,-0.380339 0.210839,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227377 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165364 0.130225,-0.165365 0.130225,-0.568441 0,-0.504361 -0.217041,-0.793749 -0.146761,-0.198437 -0.374137,-0.198437 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- id="tspan14834-8-9-7-2-5-4"
- x="-101.42635"
- y="-68.532082"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Não</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-98-4-73)"
- d="m -80.758559,-69.647481 h -11.48299 v 23.553121"
- id="path9106-8-1-1-5-7"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <rect
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-1-5-7"
+ d="m -80.758559,-69.647481 h -11.48299 v 23.553121"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-98-4-73)" />
+ <path
+ d="m -89.440994,-71.722427 h 7.098922 v 3.567836 h -7.098922 z"
style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-4-5-5-7-4-7"
- width="7.0989227"
- height="3.5678368"
- x="-89.440994"
- y="-71.722427"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-89.297386"
- y="-68.532082"
+ id="rect14838-4-5-5-7-4-7" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text14836-1-0-5-9-4-5"
+ aria-label="Não">
+ <path
+ id="path5672"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -89.353197,-71.335009 h 0.760677 l 1.713589,2.102196 v -1.616438 q 0,-0.258382 -0.05788,-0.322461 -0.07648,-0.08682 -0.241845,-0.08682 h -0.09715 v -0.07648 h 0.97565 v 0.07648 h -0.09922 q -0.177767,0 -0.252181,0.107487 -0.04547,0.06615 -0.04547,0.30179 v 2.362645 h -0.07441 l -1.847948,-2.257225 v 1.725991 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241845,0.08682 h 0.09922 v 0.07648 h -0.975651 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.949233 q -0.121956,-0.142627 -0.186035,-0.188102 -0.06201,-0.04547 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z" />
+ <path
+ id="path5674"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -85.033051,-68.804933 q -0.291454,0.225309 -0.365868,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134358 -0.126091,-0.134359 -0.126091,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124024 0.698664,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403075,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413411,-0.206706 z m -0.851626,-1.86035 h -0.06615 q 0.0083,-0.283186 0.117822,-0.409277 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08062,-0.23151 h 0.06408 q 0.0021,0.192236 -0.05168,0.305924 -0.05168,0.111621 -0.148828,0.1757 -0.09508,0.06201 -0.192236,0.06201 -0.163298,0 -0.405143,-0.165365 -0.130225,-0.08888 -0.1757,-0.107487 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.07441 -0.02274,0.03514 -0.05788,0.208772 z" />
+ <path
+ id="path5676"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -83.302925,-70.481315 q 0.429947,0 0.690396,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128158,-0.516763 0.130224,-0.258382 0.341064,-0.380339 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227377 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165364,0.299723 0.434082,0.299723 0.200504,0 0.330729,-0.165364 0.130224,-0.165365 0.130224,-0.568441 0,-0.504361 -0.217041,-0.793749 -0.146761,-0.198437 -0.374137,-0.198437 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- id="tspan14834-8-9-7-2-5-0"
- x="-89.297386"
- y="-68.532082"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Não</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-5)"
- d="m -115.53336,-50.36334 v 8.13009 h 14.83346"
- id="path9106-8-1-91-7-8"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-5-0)"
- d="m -68.726239,-50.36334 v 8.196911 h -14.83346"
- id="path9106-8-1-91-7-8-5"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc"
+ id="path9106-8-1-91-7-8"
+ d="m -115.53336,-50.36334 v 8.13009 h 14.83346"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-5)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="-76.630974"
- y="-102.76467"
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91-7-8-5"
+ d="m -68.726239,-50.36334 v 8.196911 h -14.83346"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-5-0)" />
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text6088-8-8-1-9"
+ aria-label="Ajuste do passo de integração">
+ <path
+ id="path5679"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -101.68369,-103.56255 h -0.99012 l -0.11782,0.27285 q -0.0579,0.13642 -0.0579,0.22531 0,0.11782 0.0951,0.17363 0.0558,0.0331 0.27492,0.0496 v 0.0765 h -0.93225 v -0.0765 q 0.1509,-0.0227 0.24805,-0.12403 0.0971,-0.10335 0.23978,-0.42374 l 1.00252,-2.23656 h 0.0393 l 1.01079,2.29857 q 0.14469,0.32659 0.23771,0.41134 0.0703,0.0641 0.19843,0.0744 v 0.0765 h -1.35598 v -0.0765 h 0.0558 q 0.16329,0 0.22944,-0.0455 0.0455,-0.0331 0.0455,-0.0951 0,-0.0372 -0.0124,-0.0765 -0.004,-0.0186 -0.062,-0.15503 z m -0.0703,-0.15297 -0.41754,-0.96531 -0.42995,0.96531 z" />
+ <path
+ id="path5681"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -99.649704,-105.63168 q 0.132291,0 0.223242,0.093 0.09302,0.0909 0.09302,0.22118 0,0.13229 -0.09302,0.2253 -0.09302,0.093 -0.223242,0.093 -0.130225,0 -0.223242,-0.093 -0.09302,-0.093 -0.09302,-0.2253 0,-0.13023 0.09095,-0.22118 0.09302,-0.093 0.225309,-0.093 z m 0.289387,0.93431 v 2.00091 q 0,0.28112 -0.03514,0.41548 -0.05168,0.1943 -0.206705,0.31213 -0.152962,0.11782 -0.405148,0.11782 -0.25424,0 -0.3762,-0.10336 -0.11989,-0.10335 -0.11989,-0.25011 0,-0.091 0.0641,-0.15916 0.062,-0.0662 0.14676,-0.0662 0.0785,0 0.12402,0.0455 0.0455,0.0475 0.0455,0.14056 0,0.0248 -0.002,0.0579 -0.004,0.0434 -0.004,0.06 0,0.0724 0.0331,0.10749 0.0331,0.0351 0.0848,0.0351 0.04754,0 0.08062,-0.0413 0.03514,-0.0413 0.03514,-0.11782 0,-0.0413 -0.0124,-0.16743 -0.02067,-0.22944 -0.02274,-0.27698 l -0.0062,-0.4899 v -1.19475 l 0.0021,-0.10749 q 0,-0.13023 -0.04548,-0.17777 -0.04341,-0.0496 -0.186037,-0.0641 v -0.0765 z" />
+ <path
+ id="path5683"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -96.962532,-104.69737 v 1.51309 q 0,0.22117 0.04134,0.27698 0.04134,0.0538 0.167431,0.0682 v 0.0744 h -0.787548 v -0.25838 q -0.138492,0.16536 -0.276985,0.24184 -0.138493,0.0744 -0.310058,0.0744 -0.163298,0 -0.291455,-0.0992 -0.126091,-0.10129 -0.169499,-0.23565 -0.04341,-0.13436 -0.04341,-0.46922 v -0.76688 q 0,-0.2191 -0.04134,-0.27285 -0.03927,-0.0537 -0.167432,-0.0703 v -0.0765 h 0.787549 v 1.32085 q 0,0.20671 0.0186,0.26665 0.02067,0.06 0.06201,0.091 0.04341,0.031 0.09922,0.031 0.07441,0 0.134359,-0.0393 0.08268,-0.0537 0.198437,-0.21704 v -1.03353 q 0,-0.2191 -0.04134,-0.27285 -0.03927,-0.0537 -0.167431,-0.0703 v -0.0765 z" />
+ <path
+ id="path5685"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -95.25101,-104.75111 0.03101,0.65939 h -0.07028 q -0.126091,-0.29352 -0.262516,-0.40101 -0.134359,-0.10749 -0.268717,-0.10749 -0.08475,0 -0.144694,0.0579 -0.05994,0.0558 -0.05994,0.13023 0,0.0558 0.04134,0.10748 0.06615,0.0847 0.370003,0.29146 0.303857,0.20464 0.398942,0.34933 0.09715,0.14263 0.09715,0.32039 0,0.16123 -0.08061,0.31626 -0.08062,0.15503 -0.227376,0.23771 -0.146761,0.0827 -0.324528,0.0827 -0.138492,0 -0.370002,-0.0868 -0.06201,-0.0227 -0.08475,-0.0227 -0.06821,0 -0.113688,0.10336 h -0.06821 l -0.03307,-0.69454 h 0.07028 q 0.09302,0.27286 0.254248,0.40928 0.163298,0.13643 0.307991,0.13643 0.09922,0 0.161231,-0.06 0.06408,-0.062 0.06408,-0.14883 0,-0.0992 -0.06201,-0.17156 -0.06201,-0.0724 -0.276986,-0.21911 -0.316259,-0.21911 -0.409277,-0.33486 -0.136425,-0.1695 -0.136425,-0.37414 0,-0.22324 0.152962,-0.40307 0.155029,-0.18191 0.446484,-0.18191 0.157096,0 0.303857,0.0765 0.05581,0.031 0.09095,0.031 0.03721,0 0.05994,-0.0145 0.02274,-0.0165 0.07235,-0.0889 z" />
+ <path
+ id="path5687"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -94.060386,-105.4043 v 0.70693 h 0.458886 v 0.20464 h -0.458886 v 1.19269 q 0,0.16743 0.01447,0.21704 0.01654,0.0475 0.05581,0.0785 0.03927,0.0289 0.07235,0.0289 0.134358,0 0.254248,-0.20464 l 0.06201,0.0455 q -0.167431,0.39687 -0.543635,0.39687 -0.183968,0 -0.312126,-0.10129 -0.12609,-0.10335 -0.16123,-0.22944 -0.02067,-0.0703 -0.02067,-0.38034 v -1.04386 h -0.25218 v -0.0724 q 0.260449,-0.18396 0.442349,-0.38654 0.183968,-0.20257 0.320394,-0.45268 z" />
+ <path
+ id="path5689"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -91.77629,-103.80027 h -1.060399 q 0.0186,0.38448 0.204638,0.60772 0.142627,0.17156 0.343132,0.17156 0.124023,0 0.225309,-0.0682 0.101285,-0.0703 0.21704,-0.25011 l 0.07028,0.0455 q -0.157096,0.3204 -0.347265,0.45475 -0.190169,0.1323 -0.440283,0.1323 -0.429947,0 -0.651122,-0.33073 -0.177767,-0.26665 -0.177767,-0.66146 0,-0.48369 0.260449,-0.76895 0.262516,-0.28732 0.613915,-0.28732 0.293522,0 0.508496,0.24185 0.217041,0.23978 0.233577,0.71313 z m -0.508495,-0.13849 q 0,-0.33279 -0.03721,-0.45682 -0.03514,-0.12402 -0.111621,-0.1881 -0.04341,-0.0372 -0.115755,-0.0372 -0.107487,0 -0.1757,0.10542 -0.121956,0.18397 -0.121956,0.50436 v 0.0724 z" />
+ <path
+ id="path5691"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -88.599225,-105.5676 v 2.22415 q 0,0.22531 0.0124,0.26665 0.01654,0.0682 0.06201,0.10129 0.04754,0.0331 0.163297,0.0413 v 0.0682 l -0.816487,0.15917 v -0.30593 q -0.146761,0.17777 -0.262516,0.24185 -0.113688,0.0641 -0.258382,0.0641 -0.370003,0 -0.584977,-0.33073 -0.173632,-0.26872 -0.173632,-0.65939 0,-0.31213 0.107487,-0.55811 0.107486,-0.24805 0.293521,-0.37414 0.188103,-0.12609 0.403076,-0.12609 0.138493,0 0.24598,0.0538 0.107487,0.0537 0.229443,0.1881 v -0.58291 q 0,-0.22117 -0.0186,-0.26665 -0.02481,-0.0599 -0.07441,-0.0889 -0.04961,-0.0289 -0.186035,-0.0289 v -0.0868 z m -0.578776,1.31051 q -0.152962,-0.29352 -0.374137,-0.29352 -0.07648,0 -0.12609,0.0413 -0.07648,0.0641 -0.126091,0.22531 -0.04754,0.16123 -0.04754,0.49403 0,0.36587 0.05374,0.54157 0.05374,0.1757 0.146761,0.25425 0.04754,0.0393 0.130225,0.0393 0.181901,0 0.343131,-0.28525 z" />
+ <path
+ id="path5693"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -87.210164,-104.75525 q 0.252181,0 0.469222,0.13023 0.21704,0.13022 0.328661,0.37 0.113689,0.23978 0.113689,0.52503 0,0.41135 -0.208773,0.68833 -0.252181,0.33487 -0.696598,0.33487 -0.436149,0 -0.671793,-0.30593 -0.235644,-0.30592 -0.235644,-0.709 0,-0.41548 0.239778,-0.72347 0.241846,-0.31006 0.661458,-0.31006 z m 0.0083,0.14677 q -0.10542,0 -0.181901,0.0806 -0.07441,0.0785 -0.09922,0.31419 -0.02274,0.23358 -0.02274,0.65113 0,0.22117 0.02894,0.41341 0.02274,0.14676 0.09715,0.22324 0.07441,0.0765 0.169499,0.0765 0.09302,0 0.155029,-0.0517 0.08062,-0.0703 0.107487,-0.19637 0.04134,-0.19637 0.04134,-0.79375 0,-0.3514 -0.03927,-0.48162 -0.03927,-0.13229 -0.115755,-0.19224 -0.05374,-0.0434 -0.14056,-0.0434 z" />
+ <path
+ id="path5695"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -84.198464,-102.96104 v 0.71933 q 0,0.14883 0.02274,0.20258 0.0248,0.0537 0.07441,0.0785 0.04961,0.0248 0.194303,0.0248 v 0.0765 h -1.101741 v -0.0765 q 0.128158,-0.004 0.190169,-0.0724 0.04134,-0.0475 0.04134,-0.24598 v -2.04018 q 0,-0.20464 -0.04754,-0.26045 -0.04754,-0.0579 -0.183968,-0.0662 v -0.0765 h 0.810286 v 0.25425 q 0.101286,-0.14883 0.206706,-0.21497 0.150895,-0.0972 0.328661,-0.0972 0.212907,0 0.38654,0.13436 0.175699,0.13436 0.26665,0.37207 0.09095,0.23565 0.09095,0.5085 0,0.29352 -0.09508,0.53743 -0.09302,0.24185 -0.272852,0.37001 -0.177766,0.12609 -0.396874,0.12609 -0.159163,0 -0.297656,-0.0703 -0.103353,-0.0538 -0.217041,-0.18397 z m 0,-0.20877 q 0.177767,0.25218 0.380338,0.25218 0.111621,0 0.183968,-0.11783 0.107487,-0.17363 0.107487,-0.66145 0,-0.50023 -0.117822,-0.6842 -0.07855,-0.12196 -0.21084,-0.12196 -0.208772,0 -0.343131,0.3018 z" />
+ <path
+ id="path5697"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -81.523694,-103.04992 q -0.353467,0.31212 -0.634586,0.31212 -0.165365,0 -0.274919,-0.10749 -0.109553,-0.10955 -0.109553,-0.27285 0,-0.22117 0.190169,-0.39687 0.190169,-0.17777 0.828889,-0.47129 v -0.1943 q 0,-0.21911 -0.02481,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134359,0 -0.221175,0.06 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17156 0,0.10129 -0.07648,0.17364 -0.07441,0.0703 -0.19637,0.0703 -0.130225,0 -0.219108,-0.0785 -0.08682,-0.0786 -0.08682,-0.18397 0,-0.14883 0.117822,-0.28319 0.117822,-0.13642 0.328662,-0.20877 0.210839,-0.0724 0.438215,-0.0724 0.274919,0 0.434082,0.11783 0.16123,0.11575 0.208773,0.25218 0.02894,0.0868 0.02894,0.39894 v 0.75034 q 0,0.13229 0.01034,0.16743 0.01033,0.0331 0.03101,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109554,-0.0765 l 0.06201,0.0496 q -0.103352,0.15296 -0.214973,0.22324 -0.109554,0.0682 -0.250114,0.0682 -0.165365,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23564 z m 0,-0.1509 v -0.64699 q -0.250114,0.14676 -0.37207,0.31419 -0.08061,0.11163 -0.08061,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144693,0.0558 0.103353,0 0.239779,-0.11576 z" />
+ <path
+ id="path5699"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -79.252,-104.75111 0.03101,0.65939 h -0.07028 q -0.12609,-0.29352 -0.262516,-0.40101 -0.134359,-0.10749 -0.268717,-0.10749 -0.08475,0 -0.144694,0.0579 -0.05994,0.0558 -0.05994,0.13023 0,0.0558 0.04134,0.10748 0.06615,0.0847 0.370003,0.29146 0.303857,0.20464 0.398942,0.34933 0.09715,0.14263 0.09715,0.32039 0,0.16123 -0.08062,0.31626 -0.08062,0.15503 -0.227376,0.23771 -0.146761,0.0827 -0.324527,0.0827 -0.138493,0 -0.370003,-0.0868 -0.06201,-0.0227 -0.08475,-0.0227 -0.06821,0 -0.113688,0.10336 h -0.06821 l -0.03307,-0.69454 h 0.07028 q 0.09302,0.27286 0.254248,0.40928 0.163298,0.13643 0.307992,0.13643 0.09922,0 0.16123,-0.06 0.06408,-0.062 0.06408,-0.14883 0,-0.0992 -0.06201,-0.17156 -0.06201,-0.0724 -0.276986,-0.21911 -0.316259,-0.21911 -0.409277,-0.33486 -0.136425,-0.1695 -0.136425,-0.37414 0,-0.22324 0.152962,-0.40307 0.155029,-0.18191 0.446484,-0.18191 0.157096,0 0.303857,0.0765 0.05581,0.031 0.09095,0.031 0.03721,0 0.05994,-0.0145 0.02274,-0.0165 0.07235,-0.0889 z" />
+ <path
+ id="path5701"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -77.606624,-104.75111 0.03101,0.65939 h -0.07028 q -0.12609,-0.29352 -0.262516,-0.40101 -0.134359,-0.10749 -0.268717,-0.10749 -0.08475,0 -0.144694,0.0579 -0.05994,0.0558 -0.05994,0.13023 0,0.0558 0.04134,0.10748 0.06615,0.0847 0.370003,0.29146 0.303858,0.20464 0.398942,0.34933 0.09715,0.14263 0.09715,0.32039 0,0.16123 -0.08061,0.31626 -0.08062,0.15503 -0.227377,0.23771 -0.14676,0.0827 -0.324527,0.0827 -0.138493,0 -0.370003,-0.0868 -0.06201,-0.0227 -0.08475,-0.0227 -0.06821,0 -0.113689,0.10336 h -0.06821 l -0.03307,-0.69454 h 0.07028 q 0.09302,0.27286 0.254247,0.40928 0.163298,0.13643 0.307992,0.13643 0.09922,0 0.16123,-0.06 0.06408,-0.062 0.06408,-0.14883 0,-0.0992 -0.06201,-0.17156 -0.06201,-0.0724 -0.276985,-0.21911 -0.31626,-0.21911 -0.409277,-0.33486 -0.136426,-0.1695 -0.136426,-0.37414 0,-0.22324 0.152962,-0.40307 0.155029,-0.18191 0.446484,-0.18191 0.157096,0 0.303857,0.0765 0.05581,0.031 0.09095,0.031 0.03721,0 0.05994,-0.0145 0.02274,-0.0165 0.07235,-0.0889 z" />
+ <path
+ id="path5703"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -76.271306,-104.75525 q 0.252181,0 0.469222,0.13023 0.217041,0.13022 0.328662,0.37 0.113688,0.23978 0.113688,0.52503 0,0.41135 -0.208773,0.68833 -0.252181,0.33487 -0.696598,0.33487 -0.436148,0 -0.671793,-0.30593 -0.235644,-0.30592 -0.235644,-0.709 0,-0.41548 0.239778,-0.72347 0.241846,-0.31006 0.661458,-0.31006 z m 0.0083,0.14677 q -0.10542,0 -0.181901,0.0806 -0.07441,0.0785 -0.09922,0.31419 -0.02274,0.23358 -0.02274,0.65113 0,0.22117 0.02894,0.41341 0.02274,0.14676 0.09715,0.22324 0.07441,0.0765 0.169498,0.0765 0.09302,0 0.155029,-0.0517 0.08061,-0.0703 0.107487,-0.19637 0.04134,-0.19637 0.04134,-0.79375 0,-0.3514 -0.03927,-0.48162 -0.03927,-0.13229 -0.115755,-0.19224 -0.05374,-0.0434 -0.14056,-0.0434 z" />
+ <path
+ id="path5705"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -72.128927,-105.5676 v 2.22415 q 0,0.22531 0.0124,0.26665 0.01654,0.0682 0.06201,0.10129 0.04754,0.0331 0.163298,0.0413 v 0.0682 l -0.816487,0.15917 v -0.30593 q -0.146761,0.17777 -0.262516,0.24185 -0.113688,0.0641 -0.258382,0.0641 -0.370003,0 -0.584977,-0.33073 -0.173633,-0.26872 -0.173633,-0.65939 0,-0.31213 0.107487,-0.55811 0.107487,-0.24805 0.293522,-0.37414 0.188102,-0.12609 0.403076,-0.12609 0.138493,0 0.24598,0.0538 0.107487,0.0537 0.229443,0.1881 v -0.58291 q 0,-0.22117 -0.0186,-0.26665 -0.0248,-0.0599 -0.07441,-0.0889 -0.04961,-0.0289 -0.186035,-0.0289 v -0.0868 z m -0.578775,1.31051 q -0.152962,-0.29352 -0.374137,-0.29352 -0.07648,0 -0.126091,0.0413 -0.07648,0.0641 -0.12609,0.22531 -0.04754,0.16123 -0.04754,0.49403 0,0.36587 0.05374,0.54157 0.05374,0.1757 0.146761,0.25425 0.04754,0.0393 0.130225,0.0393 0.181901,0 0.343131,-0.28525 z" />
+ <path
+ id="path5707"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -70.014329,-103.80027 h -1.060399 q 0.0186,0.38448 0.204638,0.60772 0.142627,0.17156 0.343132,0.17156 0.124023,0 0.225309,-0.0682 0.101285,-0.0703 0.21704,-0.25011 l 0.07028,0.0455 q -0.157096,0.3204 -0.347265,0.45475 -0.190169,0.1323 -0.440283,0.1323 -0.429947,0 -0.651122,-0.33073 -0.177767,-0.26665 -0.177767,-0.66146 0,-0.48369 0.260449,-0.76895 0.262516,-0.28732 0.613915,-0.28732 0.293522,0 0.508496,0.24185 0.217041,0.23978 0.233577,0.71313 z m -0.508495,-0.13849 q 0,-0.33279 -0.03721,-0.45682 -0.03514,-0.12402 -0.111621,-0.1881 -0.04341,-0.0372 -0.115755,-0.0372 -0.107487,0 -0.1757,0.10542 -0.121956,0.18397 -0.121956,0.50436 v 0.0724 z" />
+ <path
+ id="path5709"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -68.251128,-105.63374 q 0.134358,0 0.227376,0.0951 0.09302,0.093 0.09302,0.22531 0,0.13229 -0.09508,0.22531 -0.09302,0.093 -0.225309,0.093 -0.132292,0 -0.22531,-0.093 -0.09302,-0.093 -0.09302,-0.22531 0,-0.13229 0.09302,-0.22531 0.09302,-0.0951 0.22531,-0.0951 z m 0.289387,0.93637 v 1.53169 q 0,0.20464 0.04754,0.26252 0.04754,0.0558 0.186035,0.0641 v 0.0744 h -1.043863 v -0.0744 q 0.128157,-0.004 0.190169,-0.0744 0.04134,-0.0475 0.04134,-0.25218 v -1.12861 q 0,-0.20464 -0.04754,-0.26045 -0.04754,-0.0579 -0.183967,-0.0662 v -0.0765 z" />
+ <path
+ id="path5711"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -66.752513,-104.69737 v 0.25012 q 0.148828,-0.16123 0.285253,-0.23358 0.136426,-0.0744 0.293522,-0.0744 0.188102,0 0.312126,0.10542 0.124023,0.10336 0.165364,0.25839 0.03307,0.11782 0.03307,0.45268 v 0.75241 q 0,0.22324 0.03927,0.27905 0.04134,0.0538 0.169499,0.0682 v 0.0744 h -0.977718 v -0.0744 q 0.109554,-0.0145 0.157097,-0.091 0.03307,-0.0517 0.03307,-0.25631 v -0.8599 q 0,-0.23771 -0.0186,-0.29972 -0.0186,-0.062 -0.06408,-0.0951 -0.04341,-0.0351 -0.09715,-0.0351 -0.177767,0 -0.330729,0.25424 v 1.0356 q 0,0.21704 0.03927,0.27492 0.04134,0.0579 0.150895,0.0723 v 0.0744 h -0.977717 v -0.0744 q 0.121956,-0.0124 0.173632,-0.0785 0.03514,-0.0455 0.03514,-0.26872 v -1.09141 q 0,-0.2191 -0.04134,-0.27285 -0.03927,-0.0537 -0.167431,-0.0703 v -0.0765 z" />
+ <path
+ id="path5713"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -64.418809,-105.4043 v 0.70693 h 0.458886 v 0.20464 h -0.458886 v 1.19269 q 0,0.16743 0.01447,0.21704 0.01654,0.0475 0.05581,0.0785 0.03927,0.0289 0.07235,0.0289 0.134359,0 0.254248,-0.20464 l 0.06201,0.0455 q -0.167432,0.39687 -0.543636,0.39687 -0.183968,0 -0.312125,-0.10129 -0.12609,-0.10335 -0.16123,-0.22944 -0.02067,-0.0703 -0.02067,-0.38034 v -1.04386 h -0.252181 v -0.0724 q 0.260449,-0.18396 0.44235,-0.38654 0.183968,-0.20257 0.320394,-0.45268 z" />
+ <path
+ id="path5715"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -62.134711,-103.80027 h -1.060399 q 0.0186,0.38448 0.204638,0.60772 0.142627,0.17156 0.343131,0.17156 0.124024,0 0.225309,-0.0682 0.101286,-0.0703 0.217041,-0.25011 l 0.07028,0.0455 q -0.157096,0.3204 -0.347265,0.45475 -0.190169,0.1323 -0.440283,0.1323 -0.429948,0 -0.651123,-0.33073 -0.177766,-0.26665 -0.177766,-0.66146 0,-0.48369 0.260449,-0.76895 0.262516,-0.28732 0.613915,-0.28732 0.293522,0 0.508496,0.24185 0.217041,0.23978 0.233577,0.71313 z m -0.508496,-0.13849 q 0,-0.33279 -0.03721,-0.45682 -0.03514,-0.12402 -0.111621,-0.1881 -0.04341,-0.0372 -0.115755,-0.0372 -0.107487,0 -0.175699,0.10542 -0.121957,0.18397 -0.121957,0.50436 v 0.0724 z" />
+ <path
+ id="path5717"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -60.654701,-104.67463 h 0.651122 v 0.22738 h -0.370003 q 0.101286,0.10128 0.14056,0.18396 0.04961,0.11162 0.04961,0.23358 0,0.20671 -0.115755,0.35967 -0.113688,0.15089 -0.312125,0.23771 -0.19637,0.0847 -0.349332,0.0847 -0.0124,0 -0.248047,-0.0103 -0.09302,0 -0.157096,0.062 -0.06201,0.0599 -0.06201,0.14469 0,0.0744 0.05581,0.12196 0.05788,0.0475 0.186035,0.0475 l 0.3576,-0.004 q 0.434082,0 0.597379,0.0951 0.233577,0.13229 0.233577,0.40721 0,0.1757 -0.107486,0.31832 -0.107487,0.1447 -0.283187,0.21291 -0.26665,0.10129 -0.613916,0.10129 -0.260449,0 -0.475422,-0.0517 -0.214974,-0.0496 -0.307992,-0.14056 -0.09302,-0.0889 -0.09302,-0.1881 0,-0.0951 0.07028,-0.17157 0.07235,-0.0744 0.26665,-0.12609 -0.268717,-0.13229 -0.268717,-0.36793 0,-0.14263 0.109554,-0.27699 0.109554,-0.13436 0.347265,-0.23358 -0.276985,-0.10128 -0.401009,-0.26665 -0.124023,-0.16536 -0.124023,-0.3824 0,-0.28319 0.23151,-0.48989 0.23151,-0.20878 0.595312,-0.20878 0.192236,0 0.396875,0.0806 z m -0.357601,0.0475 q -0.119889,0 -0.202571,0.12196 -0.08268,0.11989 -0.08268,0.50023 0,0.30799 0.08062,0.42374 0.08268,0.11369 0.194303,0.11369 0.124023,0 0.206705,-0.11369 0.08268,-0.11369 0.08268,-0.44235 0,-0.37 -0.09302,-0.50436 -0.06615,-0.0992 -0.186035,-0.0992 z m -0.121956,2.14767 q -0.21084,0 -0.279053,0.0351 -0.117822,0.0641 -0.117822,0.17363 0,0.10542 0.121957,0.19017 0.121956,0.0868 0.458886,0.0868 0.287321,0 0.450618,-0.0765 0.165364,-0.0765 0.165364,-0.21497 0,-0.0517 -0.03101,-0.0868 -0.05581,-0.062 -0.169499,-0.0847 -0.111621,-0.0227 -0.599446,-0.0227 z" />
+ <path
+ id="path5719"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -58.976252,-104.69737 v 0.43822 q 0.192236,-0.29973 0.33693,-0.39688 0.144694,-0.0992 0.279052,-0.0992 0.115756,0 0.183968,0.0724 0.07028,0.0703 0.07028,0.20051 0,0.13849 -0.06821,0.21497 -0.06614,0.0765 -0.16123,0.0765 -0.109554,0 -0.190169,-0.0703 -0.08062,-0.0703 -0.09509,-0.0786 -0.02067,-0.0124 -0.04754,-0.0124 -0.05994,0 -0.113688,0.0455 -0.08475,0.0703 -0.128157,0.2005 -0.06615,0.2005 -0.06615,0.44235 v 0.44442 l 0.0021,0.11575 q 0,0.11782 0.01447,0.1509 0.02481,0.0558 0.07235,0.0827 0.04961,0.0248 0.165365,0.031 v 0.0744 h -1.043863 v -0.0744 q 0.12609,-0.0103 0.169498,-0.0682 0.04548,-0.0599 0.04548,-0.31212 v -1.06867 q 0,-0.16537 -0.01654,-0.21084 -0.02067,-0.0579 -0.05994,-0.0847 -0.03927,-0.0269 -0.138492,-0.0372 v -0.0765 z" />
+ <path
+ id="path5721"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -56.834781,-103.04992 q -0.353466,0.31212 -0.634586,0.31212 -0.165364,0 -0.274918,-0.10749 -0.109554,-0.10955 -0.109554,-0.27285 0,-0.22117 0.190169,-0.39687 0.190169,-0.17777 0.828889,-0.47129 v -0.1943 q 0,-0.21911 -0.0248,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134358,0 -0.221175,0.06 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17156 0,0.10129 -0.07648,0.17364 -0.07441,0.0703 -0.19637,0.0703 -0.130224,0 -0.219108,-0.0785 -0.08682,-0.0786 -0.08682,-0.18397 0,-0.14883 0.117822,-0.28319 0.117822,-0.13642 0.328662,-0.20877 0.21084,-0.0724 0.438216,-0.0724 0.274918,0 0.434081,0.11783 0.161231,0.11575 0.208773,0.25218 0.02894,0.0868 0.02894,0.39894 v 0.75034 q 0,0.13229 0.01033,0.16743 0.01033,0.0331 0.03101,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109554,-0.0765 l 0.06201,0.0496 q -0.103353,0.15296 -0.214974,0.22324 -0.109554,0.0682 -0.250114,0.0682 -0.165364,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23564 z m 0,-0.1509 v -0.64699 q -0.250113,0.14676 -0.37207,0.31419 -0.08062,0.11163 -0.08062,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144694,0.0558 0.103353,0 0.239778,-0.11576 z" />
+ <path
+ id="path5723"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -54.207553,-103.26283 0.06408,0.0496 q -0.136426,0.25631 -0.341065,0.3824 -0.202571,0.12403 -0.432014,0.12403 -0.38654,0 -0.61805,-0.29146 -0.23151,-0.29145 -0.23151,-0.70073 0,-0.39481 0.21084,-0.69453 0.254248,-0.36174 0.700732,-0.36174 0.299723,0 0.475422,0.1509 0.177767,0.15089 0.177767,0.33693 0,0.11782 -0.07235,0.1881 -0.07028,0.0703 -0.186035,0.0703 -0.121956,0 -0.202571,-0.0806 -0.07855,-0.0806 -0.09715,-0.28732 -0.0124,-0.13023 -0.05994,-0.18191 -0.04754,-0.0517 -0.111621,-0.0517 -0.09922,0 -0.169498,0.10542 -0.107487,0.15916 -0.107487,0.48782 0,0.27285 0.08682,0.52297 0.08682,0.24804 0.237712,0.37 0.113688,0.0889 0.268717,0.0889 0.101286,0 0.192236,-0.0475 0.09095,-0.0475 0.214974,-0.17983 z m -0.727604,0.47335 h 0.136426 l -0.09715,0.1509 q 0.124024,0.0207 0.188102,0.0992 0.06615,0.0806 0.06615,0.2005 0,0.10749 -0.06408,0.19637 -0.06408,0.0889 -0.163298,0.12403 -0.157096,0.0517 -0.475423,0.0496 v -0.0972 q 0.206706,-0.008 0.279053,-0.0682 0.07441,-0.0579 0.07441,-0.16123 0,-0.062 -0.04961,-0.10335 -0.04754,-0.0413 -0.138493,-0.0413 z" />
+ <path
+ id="path5725"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -52.841231,-103.04992 q -0.353467,0.31212 -0.634586,0.31212 -0.165365,0 -0.274919,-0.10749 -0.109554,-0.10955 -0.109554,-0.27285 0,-0.22117 0.190169,-0.39687 0.190169,-0.17777 0.82889,-0.47129 v -0.1943 q 0,-0.21911 -0.02481,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134359,0 -0.221175,0.06 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17156 0,0.10129 -0.07648,0.17364 -0.07441,0.0703 -0.19637,0.0703 -0.130225,0 -0.219108,-0.0785 -0.08682,-0.0786 -0.08682,-0.18397 0,-0.14883 0.117822,-0.28319 0.117823,-0.13642 0.328662,-0.20877 0.21084,-0.0724 0.438216,-0.0724 0.274918,0 0.434082,0.11783 0.16123,0.11575 0.208772,0.25218 0.02894,0.0868 0.02894,0.39894 v 0.75034 q 0,0.13229 0.01033,0.16743 0.01034,0.0331 0.03101,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109553,-0.0765 l 0.06201,0.0496 q -0.103353,0.15296 -0.214974,0.22324 -0.109554,0.0682 -0.250113,0.0682 -0.165365,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23564 z m 0,-0.1509 v -0.64699 q -0.250114,0.14676 -0.37207,0.31419 -0.08062,0.11163 -0.08062,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144694,0.0558 0.103353,0 0.239779,-0.11576 z m 0.398941,-2.39572 h 0.109554 q 0.0021,0.0413 0.0021,0.0703 0,0.22738 -0.128157,0.36587 -0.128158,0.13849 -0.310058,0.13849 -0.134359,0 -0.338998,-0.0971 -0.202571,-0.0971 -0.270784,-0.0971 -0.06201,0 -0.103353,0.0413 -0.04134,0.0413 -0.05788,0.14883 h -0.119889 q -0.0083,-0.26872 0.121956,-0.42168 0.132291,-0.15296 0.324528,-0.15296 0.06201,0 0.103352,0.0124 0.05788,0.0165 0.198438,0.0827 0.212906,0.0971 0.303857,0.0971 0.04547,0 0.08682,-0.0372 0.04134,-0.0372 0.07855,-0.1509 z" />
+ <path
+ id="path5727"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m -50.879596,-104.75525 q 0.252181,0 0.469222,0.13023 0.217041,0.13022 0.328662,0.37 0.113688,0.23978 0.113688,0.52503 0,0.41135 -0.208773,0.68833 -0.252181,0.33487 -0.696597,0.33487 -0.436149,0 -0.671794,-0.30593 -0.235644,-0.30592 -0.235644,-0.709 0,-0.41548 0.239779,-0.72347 0.241845,-0.31006 0.661457,-0.31006 z m 0.0083,0.14677 q -0.10542,0 -0.181901,0.0806 -0.07441,0.0785 -0.09922,0.31419 -0.02274,0.23358 -0.02274,0.65113 0,0.22117 0.02894,0.41341 0.02274,0.14676 0.09715,0.22324 0.07441,0.0765 0.169498,0.0765 0.09302,0 0.15503,-0.0517 0.08062,-0.0703 0.107486,-0.19637 0.04134,-0.19637 0.04134,-0.79375 0,-0.3514 -0.03927,-0.48162 -0.03927,-0.13229 -0.115755,-0.19224 -0.05374,-0.0434 -0.140559,-0.0434 z" />
+ </g>
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- id="tspan9679-2"
- sodipodi:role="line"
- x="-76.630974"
- y="-102.76467"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;">Ajuste do passo de integração</tspan></text>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-8)"
- d="m -92.147269,-39.87359 v 2.926019 h -44.323441 m -2.33872,0 h -2.65032 v -39.91347 h -4.53058"
- id="path9106-8-1-91-7-0"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91-7-0"
+ d="m -92.147269,-39.87359 v 2.926019 h -44.323441 m -2.33872,0 h -2.65032 v -39.91347 h -4.53058"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-8-8)" />
<path
- sodipodi:arc-type="arc"
+ d="m -138.82166,-36.747192 a 1.1920018,1.1920018 0 0 1 1.19201,-1.192002 1.1920018,1.1920018 0 0 1 1.192,1.192002"
style="opacity:1;fill:none;fill-opacity:1;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path39045"
- inkscape:export-xdpi="200"
+ id="path39045" />
+ <path
inkscape:export-ydpi="200"
- d="m -138.82166,-36.747192 a 1.1920018,1.1920018 0 0 1 1.19201,-1.192002 1.1920018,1.1920018 0 0 1 1.192,1.192002"
- sodipodi:type="arc"
- sodipodi:open="true"
- sodipodi:start="3.1415927"
- sodipodi:end="0"
- sodipodi:ry="1.1920018"
- sodipodi:rx="1.1920018"
- sodipodi:cy="-36.747192"
- sodipodi:cx="-137.62965" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-5)"
- d="m -159.96432,-70.81871 v 6.97749"
- id="path9106-8-1-91-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-91-2"
+ d="m -159.96432,-70.81871 v 6.97749"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6-5)" />
+ <path
+ d="m -159.17065,-69.610603 h 7.09892 v 3.701473 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-3-8-5-1-7" />
<g
- id="g14843-3-8-9-1-7-0"
- transform="translate(-256.45039,-158.99048)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-3-8-5-1-7"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-5-2-2-0-4"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-2-8-4-6-1"
- sodipodi:role="line">Sim</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-2-5-2-2-0-4"
+ aria-label="Sim">
+ <path
+ id="path5732"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -157.08606,-69.15362 v 0.96945 h -0.0765 q -0.0372,-0.279053 -0.13436,-0.444417 -0.0951,-0.165365 -0.27285,-0.262516 -0.17777,-0.09715 -0.36794,-0.09715 -0.21497,0 -0.35553,0.132291 -0.14056,0.130225 -0.14056,0.297656 0,0.128158 0.0889,0.233578 0.12815,0.155029 0.60978,0.413411 0.39274,0.21084 0.53536,0.324528 0.1447,0.111621 0.22118,0.264583 0.0785,0.152962 0.0785,0.320393 0,0.318327 -0.24805,0.549837 -0.24598,0.229443 -0.63459,0.229443 -0.12195,0 -0.22944,-0.0186 -0.0641,-0.01034 -0.26665,-0.07441 -0.2005,-0.06615 -0.25425,-0.06615 -0.0517,0 -0.0827,0.03101 -0.0289,0.03101 -0.0434,0.128157 h -0.0765 v -0.961181 h 0.0765 q 0.0537,0.301791 0.1447,0.452686 0.0909,0.148828 0.27698,0.248046 0.1881,0.09922 0.41135,0.09922 0.25838,0 0.40721,-0.136426 0.15089,-0.136425 0.15089,-0.32246 0,-0.103353 -0.0579,-0.208773 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.06201 -0.44028,-0.262516 -0.35967,-0.202572 -0.51263,-0.322461 -0.15089,-0.119889 -0.22944,-0.264583 -0.0786,-0.144694 -0.0786,-0.318327 0,-0.30179 0.23151,-0.518831 0.23151,-0.219108 0.58911,-0.219108 0.22324,0 0.47336,0.109554 0.11575,0.05168 0.16329,0.05168 0.0538,0 0.0868,-0.03101 0.0351,-0.03307 0.0558,-0.130225 z" />
+ <path
+ id="path5734"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -156.05666,-69.225966 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.06,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.0599,-0.146761 0.062,-0.06201 0.1509,-0.06201 z m 0.17156,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18603,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18604,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0848,-0.02687 -0.0579,0 -0.14056,0.031 l -0.0289,-0.07441 0.57051,-0.23151 z" />
+ <path
+ id="path5736"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -154.80196,-67.832771 q 0.2067,-0.206706 0.24391,-0.237711 0.093,-0.07855 0.20051,-0.121957 0.10748,-0.04341 0.2129,-0.04341 0.17777,0 0.30593,0.103353 0.12815,0.103353 0.17156,0.299723 0.21291,-0.248047 0.35967,-0.324528 0.14676,-0.07855 0.30179,-0.07855 0.15089,0 0.26665,0.07855 0.11782,0.07648 0.18603,0.252181 0.0455,0.119889 0.0455,0.376204 v 0.81442 q 0,0.177767 0.0269,0.243913 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12195,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200504 v -0.81442 q 0,-0.23151 -0.0558,-0.326595 -0.0806,-0.132291 -0.25838,-0.132291 -0.10956,0 -0.22118,0.05581 -0.10955,0.05374 -0.26665,0.202572 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194303 0.0207,0.241846 0.0227,0.04754 0.0827,0.08062 0.0599,0.03101 0.20464,0.03101 v 0.07441 h -0.95704 v -0.07441 q 0.15709,0 0.21497,-0.03721 0.0599,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204639 v -0.81442 q 0,-0.23151 -0.0682,-0.332796 -0.0909,-0.132291 -0.25424,-0.132291 -0.11162,0 -0.22118,0.05994 -0.17156,0.09095 -0.26458,0.204639 v 1.014924 q 0,0.186035 0.0248,0.241846 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 q 0.13023,0 0.1819,-0.02687 0.0517,-0.02894 0.0785,-0.08888 0.0269,-0.06201 0.0269,-0.237711 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0848,-0.02687 -0.0579,0 -0.1385,0.031 l -0.031,-0.07441 0.5705,-0.23151 h 0.0889 z" />
</g>
+ <path
+ d="m -181.55289,-81.201302 h 7.09893 v 3.567837 h -7.09893 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-4-5-5-7-3-6" />
<g
- id="g14843-8-0-8-2-5-9"
- transform="translate(-278.83263,-170.71481)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-4-5-5-7-3-6"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-1-0-5-9-7-9"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-8-9-7-2-7-1"
- sodipodi:role="line">Não</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-1-0-5-9-7-9"
+ aria-label="Não">
+ <path
+ id="path5740"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -181.46508,-80.813876 h 0.76067 l 1.71359,2.102196 v -1.616437 q 0,-0.258382 -0.0579,-0.322461 -0.0765,-0.08682 -0.24185,-0.08682 h -0.0971 v -0.07648 h 0.97565 v 0.07648 h -0.0992 q -0.17777,0 -0.25218,0.107486 -0.0455,0.06615 -0.0455,0.301791 v 2.362644 h -0.0744 l -1.84795,-2.257225 v 1.725992 q 0,0.258382 0.0558,0.32246 0.0785,0.08682 0.24185,0.08682 h 0.0992 v 0.07648 h -0.97565 v -0.07648 h 0.0971 q 0.17983,0 0.25425,-0.107487 0.0455,-0.06615 0.0455,-0.30179 v -1.949234 q -0.12195,-0.142626 -0.18603,-0.188102 -0.062,-0.04548 -0.18397,-0.08475 -0.06,-0.0186 -0.1819,-0.0186 z" />
+ <path
+ id="path5742"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -177.14494,-78.2838 q -0.29145,0.22531 -0.36586,0.260449 -0.11163,0.05168 -0.23772,0.05168 -0.19637,0 -0.32452,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0848,-0.140559 0.29352,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0476,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0476,-0.05374 -0.0476,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239779 z m 0,-0.134358 v -0.721403 q -0.31212,0.124024 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206705 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.283187 0.11782,-0.409277 0.10956,-0.126091 0.27079,-0.126091 0.0848,0 0.15503,0.02687 0.093,0.03514 0.26251,0.148828 0.17157,0.111621 0.25425,0.111621 0.0661,0 0.11576,-0.05581 0.0517,-0.05581 0.0806,-0.231511 h 0.0641 q 0.002,0.192237 -0.0517,0.305925 -0.0517,0.111621 -0.14882,0.175699 -0.0951,0.06201 -0.19224,0.06201 -0.1633,0 -0.40514,-0.165364 -0.13023,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13435,0.07441 -0.0227,0.03514 -0.0579,0.208773 z" />
+ <path
+ id="path5744"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m -175.41481,-79.960182 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33694,0.392741 -0.2129,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.16329,0.713134 0.16537,0.299723 0.43409,0.299723 0.2005,0 0.33072,-0.165364 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
</g>
</g>
</svg>
diff --git a/docusaurus/static/images/gaussSeidel.svg b/docusaurus/static/images/gaussSeidel.svg
index 7240344..dec174a 100644
--- a/docusaurus/static/images/gaussSeidel.svg
+++ b/docusaurus/static/images/gaussSeidel.svg
@@ -7,335 +7,335 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="gaussSeidel.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- id="svg2816"
- version="1.1"
- viewBox="0 0 107.44439 179.2253"
+ width="107.44439mm"
height="179.2253mm"
- width="107.44439mm">
+ viewBox="0 0 107.44439 179.2253"
+ version="1.1"
+ id="svg2816"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="gaussSeidel.svg">
<defs
id="defs2810">
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-6-0-0-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-6-0-0-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-2-0-1-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-2-0-1-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-8-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-8-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-2-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-2-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7-4"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7-4-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7-4-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3-0-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3-0-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7-4-02"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7-4-02"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3-0-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3-0-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7-4-02-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7-4-02-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3-0-5-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3-0-5-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3-05"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3-05"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-6"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-6"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-6-0-0-2-4"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-6-0-0-2-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-2-0-1-0-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-2-0-1-0-4"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7-4-0-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7-4-0-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3-0-9-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3-0-9-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-88"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-88"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-88-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-88-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-9-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-9-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-9"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-64"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-64"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-6-0-0-2-4-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-6-0-0-2-4-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-2-0-1-0-4-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-2-0-1-0-4-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-7-2-7-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-7-2-7-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-0-9-3-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-0-9-3-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-88-1-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-88-1-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-9-7-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-9-7-5"
+ inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
- inkscape:window-maximized="1"
- inkscape:window-y="-8"
- inkscape:window-x="1912"
- inkscape:window-height="837"
- inkscape:window-width="1600"
- showgrid="false"
- inkscape:document-rotation="0"
- inkscape:current-layer="layer1"
- inkscape:document-units="mm"
- inkscape:cy="329.15081"
- inkscape:cx="270.22424"
- inkscape:zoom="0.7"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="1.0"
- bordercolor="#666666"
+ id="base"
pagecolor="#ffffff"
- id="base" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.7"
+ inkscape:cx="270.22424"
+ inkscape:cy="329.15081"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ inkscape:document-rotation="0"
+ showgrid="false"
+ inkscape:window-width="1600"
+ inkscape:window-height="837"
+ inkscape:window-x="1912"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
<metadata
id="metadata2813">
<rdf:RDF>
@@ -344,1037 +344,1958 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
- transform="translate(-28.884391,-31.339736)"
- id="layer1"
+ inkscape:label="Layer 1"
inkscape:groupmode="layer"
- inkscape:label="Layer 1">
- <g
- id="g10707"
- transform="translate(-45.08101,9.3729221)"
+ id="layer1"
+ transform="translate(-28.884391,-31.339736)">
+ <path
+ d="m 49.224052,31.489737 h 10.3471 c 1.649015,0 2.976562,1.327546 2.976562,2.976562 0,1.649016 -1.327547,2.976563 -2.976562,2.976563 h -10.3471 c -1.649015,0 -2.976562,-1.327547 -2.976562,-2.976563 0,-1.649016 1.327547,-2.976562 2.976562,-2.976562 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253" />
+ <path
+ d="m 49.140043,36.215027 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318327 v -1.81074 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.19017,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101286 q -0.171565,0 -0.250113,0.101286 -0.05168,0.06615 -0.05168,0.318327 v 1.81074 q 0,0.212907 0.02687,0.28112 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path12961" />
+ <path
+ d="m 49.191719,33.48858 h 0.760677 l 1.713589,2.102196 v -1.616438 q 0,-0.258381 -0.05788,-0.32246 -0.07648,-0.08682 -0.241845,-0.08682 h -0.09715 v -0.07648 h 0.975651 v 0.07648 h -0.09922 q -0.177767,0 -0.252181,0.107487 -0.04547,0.06615 -0.04547,0.30179 v 2.362645 h -0.07441 l -1.847948,-2.257225 v 1.725992 q 0,0.258382 0.05581,0.32246 0.07855,0.08682 0.241845,0.08682 h 0.09922 v 0.07648 h -0.97565 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.949234 q -0.121956,-0.142627 -0.186035,-0.188102 -0.06201,-0.04547 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path12963" />
+ <path
+ d="m 53.613151,36.215027 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173632,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318327 v -1.81074 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101285 q -0.171566,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318327 v 1.81074 q 0,0.212907 0.02687,0.28112 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z m -0.138492,-3.638018 -0.609782,0.713134 h -0.07028 l 0.217041,-0.713134 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path12965" />
+ <path
+ d="m 56.269318,33.424502 0.06408,0.952912 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.615982 -0.237711,-0.188102 -0.570507,-0.188102 -0.279053,0 -0.504362,0.142627 -0.225309,0.140559 -0.355534,0.450618 -0.128157,0.310058 -0.128157,0.771011 0,0.380339 0.121956,0.659391 0.121957,0.279053 0.365869,0.427881 0.24598,0.148828 0.560172,0.148828 0.272852,0 0.481624,-0.115756 0.208773,-0.117822 0.458886,-0.465087 l 0.06408,0.04134 q -0.210839,0.374137 -0.491959,0.54777 -0.28112,0.173632 -0.667659,0.173632 -0.696598,0 -1.079003,-0.516763 -0.285255,-0.384472 -0.285255,-0.90537 0,-0.419612 0.188102,-0.771011 0.188102,-0.3514 0.516764,-0.543636 0.330729,-0.194303 0.721403,-0.194303 0.303857,0 0.599446,0.148828 0.08682,0.04548 0.124023,0.04548 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path12967" />
+ <path
+ d="m 57.854749,36.215027 v 0.07648 H 56.65379 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318327 v -1.81074 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101285 q -0.171566,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318327 v 1.81074 q 0,0.212907 0.02687,0.28112 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path12969" />
+ <path
+ d="m 59.510461,33.424502 q 0.545703,0 0.944644,0.415478 0.401009,0.413411 0.401009,1.033528 0,0.63872 -0.403076,1.060399 -0.403075,0.421679 -0.97565,0.421679 -0.578775,0 -0.973583,-0.411344 -0.392741,-0.411344 -0.392741,-1.064533 0,-0.667659 0.454753,-1.089338 0.394807,-0.365869 0.944644,-0.365869 z m -0.03927,0.150895 q -0.376204,0 -0.60358,0.279052 -0.283187,0.347266 -0.283187,1.016992 0,0.686262 0.293522,1.056265 0.225309,0.281119 0.595312,0.281119 0.394808,0 0.651123,-0.307991 0.258381,-0.307991 0.258381,-0.971516 0,-0.719335 -0.283186,-1.072802 -0.227376,-0.281119 -0.628385,-0.281119 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path12971" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- id="g7560">
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253"
- width="16.300224"
- height="5.953125"
- x="91.328499"
- y="22.116814"
- rx="2.9765625"
- ry="2.9765625" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="92.914673"
- y="26.918587"
- id="text6088"><tspan
- sodipodi:role="line"
- id="tspan6086"
- x="92.914673"
- y="26.918587"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">INÍCIO</tspan></text>
- </g>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
- d="m 54.397602,37.379915 v 2.83482"
- id="path9106"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g23975"
- transform="matrix(0.26458333,0,0,0.26458333,17.20155,-20.70016)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="234.04105"
- x="80.727272"
- height="51.53027"
- width="119.71248"
- id="rect7253-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8"
- y="257.34494"
- x="140.75052"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-miterlimit:4;stroke-dasharray:none;"
- xml:space="preserve"><tspan
- id="tspan6108"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1.13386;stroke-miterlimit:4;stroke-dasharray:none;fill:#808080;"
- y="257.34494"
- x="140.75052"
- sodipodi:role="line">Construir a</tspan><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1.13386;stroke-miterlimit:4;stroke-dasharray:none;fill:#808080;"
- y="273.34494"
- x="140.75052"
- sodipodi:role="line"
- id="tspan23185">matriz admitância</tspan></text>
- </g>
- <rect
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7"
- width="42.057499"
- height="13.096528"
- x="81.838257"
- y="58.907021"
- rx="0"
- ry="0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="102.86805"
- y="62.616001"
- id="text6088-8-4"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- id="tspan3558"
- sodipodi:role="line"
- x="102.86805"
- y="62.616001"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;">Calcular as constantes</tspan><tspan
- sodipodi:role="line"
- x="102.86805"
- y="66.849335"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan3623">dos motores</tspan><tspan
- id="tspan3560"
- sodipodi:role="line"
- x="102.86805"
- y="71.082657"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;">de indução</tspan></text>
+ inkscape:connector-curvature="0"
+ id="path9106"
+ d="m 54.397602,37.379915 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)" />
+ <path
+ d="m 38.560642,41.223198 h 31.673926 v 13.63405 H 38.560642 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2" />
+ <path
+ d="m 47.523357,44.522017 0.06408,0.952912 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.615982 -0.237712,-0.188102 -0.570508,-0.188102 -0.279052,0 -0.504361,0.142627 -0.225309,0.140559 -0.355534,0.450618 -0.128157,0.310058 -0.128157,0.771011 0,0.380339 0.121956,0.659391 0.121956,0.279053 0.365869,0.427881 0.24598,0.148828 0.560172,0.148828 0.272851,0 0.481624,-0.115755 0.208773,-0.117823 0.458886,-0.465088 l 0.06408,0.04134 q -0.21084,0.374137 -0.491959,0.54777 -0.28112,0.173633 -0.667659,0.173633 -0.696598,0 -1.079003,-0.516764 -0.285254,-0.384473 -0.285254,-0.905371 0,-0.419612 0.188102,-0.771011 0.188102,-0.3514 0.516764,-0.543636 0.330729,-0.194303 0.721403,-0.194303 0.303857,0 0.599446,0.148828 0.08682,0.04548 0.124023,0.04548 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12975" />
+ <path
+ d="m 48.860742,45.439789 q 0.429947,0 0.690396,0.326595 0.221175,0.279053 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341065,-0.380338 0.210839,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165364 0.130225,-0.165364 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12977" />
+ <path
+ d="m 50.603269,45.840798 q 0.332796,-0.401009 0.634587,-0.401009 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177766,0.254247 0.04548,0.124024 0.04548,0.380339 v 0.808218 q 0,0.179834 0.02894,0.243913 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194304 v -0.775146 q 0,-0.258381 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.24598,0 -0.489893,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237712 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936376 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.28112 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101285 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138492,0.03101 l -0.03101,-0.07441 0.570507,-0.231511 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12979" />
+ <path
+ d="m 53.391727,45.439789 v 0.644922 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233578,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198438 0.06408,0.08475 0.260449,0.179833 l 0.30179,0.146761 q 0.419612,0.204639 0.419612,0.539502 0,0.258382 -0.19637,0.417545 -0.194303,0.157096 -0.436149,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675928 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163297,0.146761 0.365868,0.146761 0.142627,0 0.231511,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142626 -0.101286,-0.239778 -0.09922,-0.09715 -0.398941,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157097 0.415478,-0.157097 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12981" />
+ <path
+ d="M 54.363243,44.873416 V 45.4956 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248046 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08061 q -0.07235,0.202571 -0.204639,0.305924 -0.132291,0.101286 -0.272851,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12983" />
+ <path
+ d="m 55.541465,45.439789 v 0.425814 q 0.237712,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 H 54.90274 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200505 V 46.22941 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12985" />
+ <path
+ d="m 58.061206,45.4956 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566373,0.233577 h -0.09302 v -0.401008 q -0.243913,0.264583 -0.37207,0.332796 -0.128158,0.06821 -0.270785,0.06821 -0.159163,0 -0.276985,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04548,-0.144694 -0.04548,-0.409277 v -0.845426 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 V 45.4956 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 v -1.072802 q 0,-0.16123 -0.05995,-0.21704 -0.05788,-0.05788 -0.243912,-0.06201 V 45.4956 Z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12987" />
+ <path
+ d="m 58.999649,44.44967 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05995,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12989" />
+ <path
+ d="m 60.246084,45.439789 v 0.425814 q 0.237711,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163298,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 H 59.60735 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200505 V 46.22941 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12991" />
+ <path
+ d="m 63.237113,47.116171 q -0.291455,0.22531 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.1819,-0.148828 0.510562,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01034,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 V 46.26041 q -0.312125,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12993" />
+ <path
+ d="m 39.926927,50.076195 q 0.206706,-0.206706 0.243913,-0.237711 0.09302,-0.07855 0.200504,-0.121957 0.107487,-0.04341 0.212907,-0.04341 0.177767,0 0.305924,0.103353 0.128158,0.103353 0.171566,0.299723 0.212907,-0.248047 0.359668,-0.324528 0.146761,-0.07855 0.30179,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.252181 0.04547,0.119889 0.04547,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243913 0.02067,0.04548 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200504 v -0.81442 q 0,-0.23151 -0.05581,-0.326595 -0.08062,-0.132291 -0.258382,-0.132291 -0.109554,0 -0.221175,0.05581 -0.109553,0.05374 -0.26665,0.202572 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194303 0.02067,0.241846 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204639,0.03101 v 0.07441 H 40.42717 v -0.07441 q 0.157096,0 0.214974,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204639 v -0.81442 q 0,-0.23151 -0.06821,-0.332796 -0.09095,-0.132291 -0.254248,-0.132291 -0.111621,0 -0.221174,0.05994 -0.171566,0.09095 -0.264584,0.204639 v 1.014924 q 0,0.186035 0.02481,0.241846 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936376 v -0.07441 q 0.130224,0 0.1819,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.01447,-0.06821 -0.04547,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138492,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12995" />
+ <path
+ d="m 43.728243,51.349501 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134359 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.442349,0.310059 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 V 50.49374 q -0.312126,0.124024 -0.403076,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413412,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12997" />
+ <path
+ d="m 45.082164,49.106746 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248046 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.126091 h 0.08062 q -0.07235,0.202572 -0.204638,0.305925 -0.132292,0.101285 -0.272852,0.101285 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.23151,-0.152962 0.119889,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132291,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path12999" />
+ <path
+ d="m 46.260386,49.673119 v 0.425814 q 0.237711,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163298,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907438 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.105419 0.01033,-0.03514 0.01033,-0.200505 V 50.46273 q 0,-0.330728 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13001" />
<path
+ d="m 47.601905,48.683 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 L 47.112,49.90465 47.682508,49.67314 Z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13003" />
+ <path
+ d="m 49.939744,51.04151 -0.02274,0.580843 h -1.670181 v -0.07441 l 1.25677,-1.674315 h -0.620117 q -0.200504,0 -0.262516,0.02687 -0.06201,0.02481 -0.101286,0.09715 -0.05581,0.103353 -0.06408,0.256315 h -0.08268 l 0.0124,-0.525032 h 1.587498 v 0.07648 L 48.70364,51.48386 h 0.690397 q 0.217041,0 0.293522,-0.03514 0.07855,-0.03721 0.12609,-0.128158 0.03307,-0.06615 0.05581,-0.279052 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13005" />
+ <path
+ d="m 52.302389,51.349501 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.12609,-0.134359 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 V 50.49374 q -0.312126,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13007" />
+ <path
+ d="m 54.443858,51.409446 q -0.138492,0.144694 -0.270784,0.208772 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256314,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142626,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189011 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09509 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363801,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13009" />
+ <path
+ d="m 55.785377,50.076195 q 0.206706,-0.206706 0.243913,-0.237711 0.09302,-0.07855 0.200504,-0.121957 0.107487,-0.04341 0.212907,-0.04341 0.177767,0 0.305924,0.103353 0.128158,0.103353 0.171566,0.299723 0.212907,-0.248047 0.359668,-0.324528 0.14676,-0.07855 0.30179,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.252181 0.04547,0.119889 0.04547,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243913 0.02067,0.04548 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200504 v -0.81442 q 0,-0.23151 -0.05581,-0.326595 -0.08062,-0.132291 -0.258382,-0.132291 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202572 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194303 0.02067,0.241846 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204639,0.03101 v 0.07441 H 56.28562 v -0.07441 q 0.157096,0 0.214974,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204639 v -0.81442 q 0,-0.23151 -0.06821,-0.332796 -0.09095,-0.132291 -0.254248,-0.132291 -0.111621,0 -0.221175,0.05994 -0.171565,0.09095 -0.264583,0.204639 v 1.014924 q 0,0.186035 0.02481,0.241846 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.01447,-0.06821 -0.04548,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13011" />
+ <path
+ d="m 58.995515,48.683 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.990119 v 1.521353 q 0,0.177767 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13013" />
+ <path
+ d="m 60.237815,49.106746 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248046 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132292,-0.04134 0.06408,-0.04341 0.09922,-0.126091 h 0.08062 q -0.07235,0.202572 -0.204638,0.305925 -0.132292,0.101285 -0.272851,0.101285 -0.09509,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.23151,-0.152962 0.119889,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132291,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13015" />
+ <path
+ d="m 61.934868,51.349501 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134359 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.442349,0.310059 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 V 50.49374 q -0.312126,0.124024 -0.403076,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413412,-0.206705 z m -0.448551,-2.455662 h 0.380338 l 0.39274,0.684195 h -0.06408 l -0.564307,-0.440283 -0.473355,0.440283 h -0.06201 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13017" />
+ <path
+ d="m 63.290856,50.074128 q 0.332796,-0.401009 0.634586,-0.401009 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254248 0.04547,0.124023 0.04547,0.380338 v 0.808219 q 0,0.179834 0.02894,0.243913 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132291,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.11989 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.24598,0 -0.489892,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206705,0.02687 v 0.07441 h -0.936376 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.28112 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13019" />
+ <path
+ d="m 66.463786,50.903017 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270784 -0.239779,-0.731738 0,-0.446484 0.264583,-0.725536 0.266651,-0.279053 0.638721,-0.279053 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128158 -0.04961,0.04754 -0.140559,0.04754 -0.121957,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121957 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202571 -0.167432,0.535367 0,0.338998 0.165365,0.599447 0.167431,0.258381 0.450618,0.258381 0.202571,0 0.363802,-0.138492 0.113688,-0.09508 0.221175,-0.345199 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13021" />
+ <path
+ d="m 67.214127,48.683 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13023" />
+ <path
+ d="m 68.979393,51.349501 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134359 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.231511,0.310059 -0.44235,0.310059 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 V 50.49374 q -0.312126,0.124024 -0.403076,0.1757 -0.163298,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path13025" />
+ <path
+ d="M 81.838257,58.907021 H 123.89576 V 72.003549 H 81.838257 Z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 54.397605,110.90079 15.535017,6.47856 -15.535017,6.47855 -15.535022,-6.47855 z"
- id="rect13740"
- inkscape:connector-curvature="0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="54.454453"
- y="118.78081"
- id="text6088-8-7-5-8"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- sodipodi:role="line"
- x="54.454453"
- y="118.78081"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan6749-7">Barra(<tspan
- id="tspan31085"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.264583;fill:#808080;">i</tspan>) PV?</tspan></text>
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.39999999999999991;stroke-dashoffset:0;stroke-opacity:1"
- id="rect9067"
- width="82.353836"
- height="12.510553"
- x="39.767796"
- y="129.69214"
- rx="0"
- ry="0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g23943"
- transform="matrix(0.26458333,0,0,0.26458333,24.96462,-9.1038739)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="536.40546"
- x="71.63311"
- height="23.907541"
- width="79.219322"
- id="rect7253-2-7-1-6"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-1-5"
- y="554.4613"
- x="110.83389"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="554.4613"
- x="110.83389"
- sodipodi:role="line"
- id="tspan23369-5">Calcular <tspan
- id="tspan23482"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan23480"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">i</tspan></tspan></text>
- <circle
- r="1.7139249"
- cy="540.21063"
- cx="140.54965"
- id="path6834-9"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </g>
- <g
- id="g23949"
- transform="matrix(0.26458333,0,0,0.26458333,15.427106,5.7216721)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:connector-curvature="0"
- id="rect13740-6"
- d="M 147.29007,594.29247 210.49295,620.6499 147.29007,647.00732 84.087192,620.6499 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-7-5-8-3"
- y="618.09521"
- x="147.43851"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan6749-7-1"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="618.09521"
- x="147.43851"
- sodipodi:role="line">Fim das</tspan><tspan
- id="tspan23509"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="634.09521"
- x="147.43851"
- sodipodi:role="line">barras?</tspan></text>
- </g>
- <g
- id="g23935"
- transform="matrix(0.26458333,0,0,0.26458333,8.6605419,-11.559872)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="462.57999"
- x="282.59756"
- height="49.498688"
- width="146.9167"
- id="rect7253-2-7-5"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-3"
- y="476.59818"
- x="355.91638"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="476.59818"
- x="355.91638"
- sodipodi:role="line"
- id="tspan23332-0">Calcular <tspan
- id="tspan23553"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">Q</tspan><tspan
- id="tspan23547"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">i</tspan> utilizando</tspan><tspan
- id="tspan23543"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="492.66669"
- x="355.91638"
- sodipodi:role="line">a tensão da</tspan><tspan
- id="tspan23545"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="508.66669"
- x="355.91638"
- sodipodi:role="line">iteração anterior</tspan></text>
- </g>
- <g
- id="g10798"
- transform="translate(29.024284,28.522408)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- transform="translate(1.805413,14.363095)"
- id="g7605">
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-0"
- width="10.961312"
- height="5.953125"
- x="94.387772"
- y="150.61769"
- rx="2.9765625"
- ry="2.9765625" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="99.877731"
- y="154.99571"
- id="text6088-8-7-06-3-6-9"><tspan
- sodipodi:role="line"
- x="99.877731"
- y="154.99571"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan6920-3">FIM</tspan></text>
- </g>
- </g>
- <g
- id="g3816"
- transform="matrix(0.26458333,0,0,0.26458333,16.770915,-33.132986)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="627.22418"
- x="285.79288"
- height="23.907541"
- width="79.219322"
- id="rect7253-2-7-1-6-8"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-1-5-3"
- y="645.28003"
- x="324.99365"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="645.28003"
- x="324.99365"
- sodipodi:role="line"
- id="tspan23369-5-2">Calcular <tspan
- id="tspan23482-5"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan23480-2"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">i</tspan></tspan></text>
- <circle
- r="1.7139249"
- cy="631.02936"
- cx="354.70941"
- id="path6834-9-6"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </g>
- <g
- id="g23917"
- transform="matrix(0.26458333,0,0,0.26458333,-56.240137,-35.73066)"
+ id="rect7253-2-7" />
+ <path
+ d="m 86.618926,59.748995 0.06408,0.952913 h -0.06408 q -0.128158,-0.427881 -0.365869,-0.615983 -0.237711,-0.188102 -0.570507,-0.188102 -0.279053,0 -0.504362,0.142627 -0.225309,0.14056 -0.355533,0.450618 -0.128158,0.310058 -0.128158,0.771012 0,0.380338 0.121956,0.65939 0.121957,0.279053 0.365869,0.427881 0.24598,0.148828 0.560172,0.148828 0.272852,0 0.481624,-0.115755 0.208773,-0.117822 0.458887,-0.465088 l 0.06408,0.04134 q -0.210839,0.374138 -0.491959,0.54777 -0.281119,0.173633 -0.667659,0.173633 -0.696598,0 -1.079003,-0.516764 -0.285253,-0.384472 -0.285253,-0.90537 0,-0.419613 0.188102,-0.771012 0.188102,-0.3514 0.516763,-0.543636 0.330729,-0.194303 0.721403,-0.194303 0.303857,0 0.599446,0.148828 0.08682,0.04547 0.124023,0.04547 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13029" />
+ <path
+ d="m 88.103072,62.34315 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.301791 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.14676 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13031" />
+ <path
+ d="m 89.558279,59.676648 v 2.511473 q 0,0.177766 0.02481,0.235644 0.02687,0.05788 0.08061,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130225,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 V 60.46833 q 0,-0.320393 -0.01447,-0.39274 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08062,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13033" />
+ <path
+ d="m 91.689413,61.896666 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200505 -0.494026,0.200505 -0.322461,0 -0.562239,-0.270785 -0.239779,-0.270784 -0.239779,-0.731737 0,-0.446484 0.264583,-0.725537 0.266651,-0.279052 0.638721,-0.279052 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.140559,0.04754 -0.121957,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165365 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152963 -0.167432,0.202571 -0.167432,0.535367 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13035" />
+ <path
+ d="m 93.617976,60.722578 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566373,0.233578 h -0.09302 V 62.27287 q -0.243913,0.264583 -0.37207,0.332796 -0.128158,0.06821 -0.270785,0.06821 -0.159163,0 -0.276985,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04548,-0.144694 -0.04548,-0.409277 v -0.845426 q 0,-0.134358 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347266 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212906 V 61.07811 q 0,-0.161231 -0.05994,-0.217041 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13037" />
+ <path
+ d="m 94.725918,59.676648 v 2.511473 q 0,0.177766 0.0248,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130224,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 V 60.46833 q 0,-0.320393 -0.01447,-0.39274 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13039" />
+ <path
+ d="m 96.321685,62.34315 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134358 -0.126091,-0.134359 -0.126091,-0.353467 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124024 0.698665,-0.301791 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.14676 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.442349,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312126,0.124023 -0.403076,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413412,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13041" />
+ <path
+ d="m 97.67974,60.666768 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237712 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 H 97.04102 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200504 V 61.45638 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13043" />
+ <path
+ d="m 100.67077,62.34315 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.196371,0 -0.324529,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210837,-0.124024 0.698667,-0.301791 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.14676 0,-0.177767 0.181901,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13045" />
+ <path
+ d="m 102.69855,60.666768 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.19431,0.157097 -0.43615,0.157097 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29973,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13047" />
+ <path
+ d="m 105.78673,61.896666 q -0.0765,0.374137 -0.29972,0.576708 -0.22324,0.200505 -0.49403,0.200505 -0.32246,0 -0.56224,-0.270785 -0.23978,-0.270784 -0.23978,-0.731737 0,-0.446484 0.26459,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27905,0 0.45888,0.148828 0.17984,0.146761 0.17984,0.305924 0,0.07855 -0.0517,0.128157 -0.0496,0.04754 -0.14056,0.04754 -0.12195,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0724,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152963 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16536,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22118,-0.345198 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13049" />
+ <path
+ d="m 106.98149,60.666768 q 0.42995,0 0.6904,0.326595 0.22117,0.279052 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47543,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.16329,0.713134 0.16537,0.299723 0.43409,0.299723 0.2005,0 0.33072,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37414,-0.198438 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13051" />
+ <path
+ d="m 108.72402,61.067777 q 0.33279,-0.401009 0.63458,-0.401009 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179833 0.0289,0.243912 0.0227,0.05168 0.0724,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93637 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0662,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0785,0.08888 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 h 0.0413 q 0.1447,0 0.19431,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0476,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.1385,0.03101 l -0.031,-0.07441 0.5705,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13053" />
+ <path
+ d="m 111.51248,60.666768 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12195,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22118,0.436148 0.1633,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15917,-0.390673 0.16123,-0.157096 0.41547,-0.157096 0.11163,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13055" />
+ <path
+ d="m 112.48399,60.100395 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13642,0.06408 0.0682,0 0.1323,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0724,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18604,-0.05168 -0.0909,-0.05374 -0.13435,-0.150895 -0.0434,-0.09922 -0.0434,-0.303858 v -1.273306 h -0.29973 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13057" />
+ <path
+ d="m 114.18104,62.34315 q -0.29145,0.225309 -0.36586,0.260449 -0.11163,0.05168 -0.23772,0.05168 -0.19637,0 -0.32452,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69866,-0.301791 v -0.07441 q 0,-0.283186 -0.0909,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0476,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0476,-0.05374 -0.0476,-0.14676 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13059" />
+ <path
+ d="m 115.53703,61.067777 q 0.3328,-0.401009 0.63459,-0.401009 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179833 0.0289,0.243912 0.0227,0.05168 0.0724,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93638 v -0.07441 h 0.0393 q 0.13229,0 0.18396,-0.03927 0.0538,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.22531,-0.117822 -0.24597,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0785,0.08888 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 h 0.0413 q 0.14469,0 0.1943,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13061" />
+ <path
+ d="m 117.65163,60.100395 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13642,0.06408 0.0682,0 0.1323,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0724,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18603,-0.05168 -0.091,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303858 v -1.273306 h -0.29972 v -0.06821 q 0.11368,-0.04548 0.23151,-0.152962 0.11988,-0.109554 0.2129,-0.258382 0.0475,-0.07855 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13063" />
+ <path
+ d="m 118.59421,61.435712 q -0.002,0.42168 0.20464,0.661458 0.2067,0.239779 0.48576,0.239779 0.18603,0 0.32246,-0.101286 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516763 -0.20878,0.231511 -0.52297,0.231511 -0.34106,0 -0.58498,-0.264583 -0.24184,-0.266651 -0.24184,-0.715202 0,-0.485758 0.24804,-0.756542 0.25012,-0.272851 0.62632,-0.272851 0.31833,0 0.52297,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06614 -0.2129,-0.06614 -0.17157,0 -0.30799,0.134358 -0.13436,0.132292 -0.1571,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13065" />
+ <path
+ d="m 121.37646,60.666768 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22118,0.436148 0.1633,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16124,-0.157096 0.41548,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13067" />
+ <path
+ d="m 94.052058,66.636424 q -0.138493,0.144694 -0.270785,0.208773 -0.132291,0.06201 -0.285253,0.06201 -0.310059,0 -0.541569,-0.258381 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338998 0.659391,-0.338998 0.250113,0 0.413411,0.159164 V 64.70786 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165365,-0.173632 -0.101285,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13069" />
+ <path
+ d="m 95.757379,64.900098 q 0.429947,0 0.690396,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121956,0.514696 -0.121957,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.427881,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341065,-0.380338 0.210839,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299724 0.434081,0.299724 0.200505,0 0.330729,-0.165365 0.130225,-0.165364 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13071" />
+ <path
+ d="m 98.171699,64.900098 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233578,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115756 0.06615,0.198438 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417545 -0.194303,0.157096 -0.436149,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 V 66.20234 h 0.06821 q 0.05788,0.289387 0.221175,0.436148 0.163297,0.146761 0.365868,0.146761 0.142627,0 0.231511,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101286,-0.239779 -0.09922,-0.09715 -0.398941,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157096 0.415478,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13073" />
+ <path
+ d="m 100.21395,65.303173 q 0.20671,-0.206705 0.24391,-0.237711 0.093,-0.07855 0.20051,-0.121956 0.10748,-0.04341 0.2129,-0.04341 0.17777,0 0.30593,0.103352 0.12816,0.103353 0.17156,0.299723 0.21291,-0.248046 0.35967,-0.324527 0.14676,-0.07855 0.30179,-0.07855 0.1509,0 0.26665,0.07855 0.11782,0.07648 0.18604,0.25218 0.0455,0.11989 0.0455,0.376205 v 0.814419 q 0,0.177767 0.0269,0.243913 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.18191,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12196,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200505 v -0.814419 q 0,-0.231511 -0.0558,-0.326595 -0.0806,-0.132292 -0.25838,-0.132292 -0.10956,0 -0.22118,0.05581 -0.10955,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194304 0.0207,0.241846 0.0227,0.04754 0.0827,0.08061 0.0599,0.03101 0.20463,0.03101 v 0.07441 h -0.95704 v -0.07441 q 0.15709,0 0.21497,-0.03721 0.0599,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204639 v -0.814419 q 0,-0.231511 -0.0682,-0.332796 -0.0909,-0.132292 -0.25425,-0.132292 -0.11162,0 -0.22118,0.05994 -0.17156,0.09095 -0.26458,0.204638 v 1.014924 q 0,0.186035 0.0248,0.241846 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.936375 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237712 V 65.69798 q 0,-0.312125 -0.0186,-0.403076 -0.01447,-0.06821 -0.04548,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13075" />
+ <path
+ d="m 103.8685,64.900098 q 0.42995,0 0.6904,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299724 0.43408,0.299724 0.2005,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37413,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13077" />
+ <path
+ d="m 105.60897,64.333724 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0723,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18603,-0.05168 -0.091,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29972 v -0.06821 q 0.11369,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.2129,-0.258382 0.0476,-0.07855 0.1323,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13079" />
+ <path
+ d="m 107.15926,64.900098 q 0.42994,0 0.69039,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12195,0.260449 -0.33693,0.392741 -0.2129,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16537,0.299724 0.43408,0.299724 0.20051,0 0.33073,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14677,-0.198437 -0.37414,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13081" />
+ <path
+ d="m 108.90385,64.900098 v 0.425813 q 0.23771,-0.425813 0.48783,-0.425813 0.11368,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159164 0,0.08061 -0.0537,0.136425 -0.0537,0.05581 -0.12816,0.05581 -0.0723,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237711 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.1447,0 0.21498,-0.04547 0.0517,-0.03307 0.0723,-0.10542 0.0103,-0.03514 0.0103,-0.200505 v -0.733804 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.1447,0.03101 l -0.0207,-0.07441 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13083" />
+ <path
+ d="m 110.08207,65.669042 q -0.002,0.42168 0.20464,0.661458 0.20671,0.239778 0.48576,0.239778 0.18604,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.264583 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756542 0.25011,-0.272852 0.62632,-0.272852 0.31832,0 0.52296,0.21084 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87644 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134359 -0.13436,0.132292 -0.1571,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13085" />
+ <path
+ d="m 112.86433,64.900098 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115756 0.0661,0.198438 0.0641,0.08475 0.26044,0.179834 l 0.30179,0.146761 q 0.41962,0.204638 0.41962,0.539501 0,0.258382 -0.19637,0.417545 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 V 66.20234 h 0.0682 q 0.0579,0.289387 0.22117,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39275,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13087" />
+ <path
+ d="m 95.114524,70.869754 q -0.138492,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256314,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159164 V 68.94119 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332795 0.01447,0.407209 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198438,-0.05994 -0.1819,0 -0.324527,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.1819,0.221175 0.405142,0.221175 0.188103,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13089" />
+ <path
+ d="m 96.212131,69.902372 q -0.0021,0.421679 0.204638,0.661458 0.206706,0.239778 0.485758,0.239778 0.186035,0 0.322461,-0.101286 0.138493,-0.103352 0.23151,-0.351399 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.26665 -0.241845,-0.715201 0,-0.485758 0.248047,-0.756542 0.250113,-0.272852 0.626317,-0.272852 0.318327,0 0.522965,0.21084 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171565,0 -0.307991,0.134359 -0.134359,0.132291 -0.157096,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13091" />
+ <path
+ d="m 99.310647,68.143308 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.140559,0.03101 l -0.02894,-0.07441 0.570507,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13093" />
+ <path
+ d="m 100.55501,69.534436 q 0.3328,-0.401009 0.63459,-0.401009 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124024 0.0455,0.380338 v 0.808219 q 0,0.179834 0.0289,0.243913 0.0227,0.05168 0.0723,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93638 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.11989 0.008,-0.031 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.4899,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237712 0.0289,0.05994 0.0786,0.08888 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.936381 v -0.07441 h 0.04134 q 0.144691,0 0.194301,-0.07235 0.0517,-0.07441 0.0517,-0.28112 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0848,-0.02687 -0.0579,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570503,-0.231511 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13095" />
+ <path
+ d="m 103.45716,70.869754 q -0.13849,0.144694 -0.27078,0.208773 -0.1323,0.06201 -0.28526,0.06201 -0.31006,0 -0.54157,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.25632,-0.74414 0.25631,-0.338997 0.65939,-0.338997 0.25011,0 0.41341,0.159164 V 68.94119 q 0,-0.324528 -0.0165,-0.398942 -0.0145,-0.07441 -0.0475,-0.101285 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14263,0.03307 l -0.0269,-0.07235 0.56431,-0.23151 h 0.093 v 2.189012 q 0,0.332795 0.0145,0.407209 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16537,-0.173633 -0.10128,-0.05994 -0.19844,-0.05994 -0.1819,0 -0.32452,0.163297 -0.18811,0.214974 -0.18811,0.628385 0,0.417545 0.18191,0.640787 0.1819,0.221175 0.40514,0.221175 0.1881,0 0.3638,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13097" />
+ <path
+ d="m 105.89629,69.189238 v 1.147216 q 0,0.328661 0.0145,0.403075 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0641,0 0.14469,-0.03514 l 0.0289,0.07235 -0.56637,0.233577 h -0.093 v -0.401009 q -0.24391,0.264584 -0.37207,0.332796 -0.12816,0.06821 -0.27078,0.06821 -0.15917,0 -0.27699,-0.09095 -0.11575,-0.09302 -0.16123,-0.237712 -0.0455,-0.144693 -0.0455,-0.409277 v -0.845425 q 0,-0.134359 -0.0289,-0.186035 -0.0289,-0.05168 -0.0868,-0.07855 -0.0558,-0.02894 -0.20464,-0.02687 v -0.07648 h 0.66353 v 1.267105 q 0,0.264583 0.0909,0.347265 0.093,0.08268 0.22324,0.08268 0.0889,0 0.2005,-0.05581 0.11369,-0.05581 0.26872,-0.212907 v -1.072802 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.05788 -0.24392,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13099" />
+ <path
+ d="m 107.96127,70.363325 q -0.0765,0.374137 -0.29972,0.576709 -0.22324,0.200504 -0.49402,0.200504 -0.32247,0 -0.56224,-0.270784 -0.23978,-0.270784 -0.23978,-0.731738 0,-0.446484 0.26458,-0.725536 0.26665,-0.279053 0.63872,-0.279053 0.27905,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305925 0,0.07855 -0.0517,0.128157 -0.0496,0.04754 -0.14056,0.04754 -0.12195,0 -0.18396,-0.07855 -0.0351,-0.04341 -0.0476,-0.165364 -0.0103,-0.121957 -0.0827,-0.186035 -0.0723,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152962 -0.16743,0.202572 -0.16743,0.535368 0,0.338997 0.16536,0.599446 0.16744,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22118,-0.345198 z m -0.76894,0.686263 h 0.12402 l -0.10335,0.163297 q 0.13022,0.03307 0.1943,0.111621 0.0641,0.07855 0.0641,0.190169 0,0.148828 -0.12402,0.260449 -0.12402,0.113688 -0.32039,0.113688 -0.0765,0 -0.19431,-0.01447 v -0.08888 q 0.0579,0.0083 0.0992,0.0083 0.10542,0 0.17777,-0.07028 0.0723,-0.06821 0.0723,-0.157096 0,-0.06201 -0.0475,-0.107487 -0.0475,-0.04547 -0.11782,-0.04547 -0.0207,0 -0.0537,0.0041 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13101" />
+ <path
+ d="m 109.30279,70.809809 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32452,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0476,0.05168 -0.1261,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239779 z m 0,-0.134358 v -0.721403 q -0.31212,0.124024 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206704 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.283187 0.11782,-0.409277 0.10956,-0.126091 0.27079,-0.126091 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26251,0.148828 0.17157,0.111621 0.25425,0.111621 0.0662,0 0.11576,-0.05581 0.0517,-0.05581 0.0806,-0.231511 h 0.0641 q 0.002,0.192237 -0.0517,0.305925 -0.0517,0.111621 -0.14883,0.175699 -0.0951,0.06201 -0.19223,0.06201 -0.1633,0 -0.40514,-0.165364 -0.13023,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208773 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13103" />
+ <path
+ d="m 111.03292,69.133427 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12196,0.514697 -0.12195,0.260449 -0.33693,0.392741 -0.2129,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13023,-0.258382 0.34106,-0.380338 0.21084,-0.124024 0.44649,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.16329,0.713134 0.16537,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165364 0.13023,-0.165365 0.13023,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13105" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- id="g23859">
- <path
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 601.34982,859.63077 43.19825,18.01492 -43.19825,18.01491 -43.19826,-18.01491 z"
- id="rect13740-6-0"
- inkscape:connector-curvature="0" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- x="601.28339"
- y="879.60229"
- id="text6088-8-4-3-0-4"><tspan
- sodipodi:role="line"
- x="601.28339"
- y="879.60229"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan23686-37"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan23836">ε</tspan> ≤ <tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan23832">ε</tspan><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;"
- id="tspan23828">esp</tspan></tspan></text>
- </g>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8)"
- d="M 81.763863,65.23656 H 54.397605 v 3.415122"
- id="path9106-0-5"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="rect13740"
+ d="m 54.397605,110.90079 15.535017,6.47856 -15.535017,6.47855 -15.535022,-6.47855 z"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ d="m 45.528907,117.35041 q 0.291454,0.062 0.436148,0.19843 0.200505,0.19017 0.200505,0.46509 0,0.20877 -0.132292,0.40101 -0.132291,0.19017 -0.363802,0.27905 -0.229443,0.0868 -0.702798,0.0868 h -1.322916 v -0.0765 h 0.10542 q 0.1757,0 0.252181,-0.11162 0.04754,-0.0724 0.04754,-0.308 v -1.81074 q 0,-0.26045 -0.05994,-0.32866 -0.08062,-0.0909 -0.239778,-0.0909 h -0.10542 v -0.0765 h 1.211295 q 0.338997,0 0.543635,0.0496 0.310058,0.0744 0.473356,0.26458 0.163297,0.1881 0.163297,0.43408 0,0.21084 -0.128157,0.37828 -0.128158,0.16536 -0.378271,0.24598 z m -1.083137,-0.11163 q 0.07648,0.0145 0.173632,0.0227 0.09922,0.006 0.217041,0.006 0.30179,0 0.452685,-0.0641 0.152962,-0.0661 0.233577,-0.2005 0.08062,-0.13436 0.08062,-0.29352 0,-0.24598 -0.200505,-0.41961 -0.200504,-0.17364 -0.584976,-0.17364 -0.206706,0 -0.37207,0.0455 z m 0,1.33946 q 0.239778,0.0558 0.473355,0.0558 0.374137,0 0.570508,-0.16743 0.19637,-0.1695 0.19637,-0.41755 0,-0.1633 -0.08888,-0.31419 -0.08888,-0.1509 -0.289387,-0.23771 -0.200505,-0.0868 -0.496094,-0.0868 -0.128157,0 -0.219108,0.004 -0.09095,0.004 -0.14676,0.0145 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13108" />
+ <path
+ d="m 47.606298,118.50796 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.442349,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.17569 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13110" />
+ <path
+ d="m 48.964353,116.83157 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13112" />
+ <path
+ d="m 50.378219,116.83157 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13114" />
+ <path
+ d="m 52.310916,118.50796 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.17569 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13116" />
+ <path
+ d="m 54.297356,119.6097 v 0.0765 q -0.312125,-0.1571 -0.520898,-0.36794 -0.297656,-0.29972 -0.458886,-0.70693 -0.16123,-0.40721 -0.16123,-0.84543 0,-0.64078 0.316259,-1.16788 0.31626,-0.52917 0.824755,-0.75655 v 0.0868 q -0.254248,0.14056 -0.417545,0.38447 -0.163297,0.24392 -0.243912,0.61805 -0.08062,0.37414 -0.08062,0.78135 0,0.44235 0.06821,0.80408 0.05374,0.28526 0.130225,0.45682 0.07648,0.17364 0.204638,0.3328 0.130225,0.15916 0.338997,0.30386 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13118" />
+ <path
+ d="m 55.347421,115.9138 q 0.128157,0 0.214973,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214973,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312125,0.54364 -0.663525,0.54364 -0.134358,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21497 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11369 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13120" />
+ <path
+ d="m 55.665747,115.92827 v -0.0868 q 0.314193,0.15503 0.522965,0.36587 0.295589,0.30179 0.456819,0.709 0.161231,0.40515 0.161231,0.84543 0,0.64079 -0.31626,1.16789 -0.314192,0.52916 -0.824755,0.75654 v -0.0765 q 0.254248,-0.14263 0.417545,-0.38654 0.165365,-0.24185 0.243913,-0.61599 0.08062,-0.3762 0.08062,-0.78341 0,-0.44028 -0.06821,-0.80408 -0.05168,-0.28526 -0.130224,-0.45682 -0.07648,-0.17157 -0.204639,-0.33073 -0.128157,-0.15917 -0.338997,-0.30386 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13122" />
+ <path
+ d="m 58.911024,117.46823 v 0.81648 q 0,0.26459 0.05788,0.32867 0.07855,0.0909 0.237711,0.0909 H 59.3141 v 0.0765 h -1.200959 v -0.0765 h 0.10542 q 0.177767,0 0.254248,-0.11576 0.04134,-0.0641 0.04134,-0.30386 v -1.81074 q 0,-0.26458 -0.05581,-0.32866 -0.08062,-0.0909 -0.239778,-0.0909 h -0.10542 v -0.0765 h 1.027327 q 0.376204,0 0.593244,0.0786 0.217041,0.0765 0.365869,0.26045 0.148828,0.18397 0.148828,0.43615 0,0.34313 -0.227376,0.5581 -0.225309,0.21497 -0.63872,0.21497 -0.101286,0 -0.219108,-0.0145 -0.117822,-0.0145 -0.252181,-0.0434 z m 0,-0.11782 q 0.109554,0.0207 0.194304,0.031 0.08475,0.0103 0.144693,0.0103 0.214974,0 0.370003,-0.16537 0.157097,-0.16743 0.157097,-0.43201 0,-0.1819 -0.07441,-0.33693 -0.07441,-0.1571 -0.21084,-0.23358 -0.136426,-0.0786 -0.310058,-0.0786 -0.10542,0 -0.270785,0.0393 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13124" />
+ <path
+ d="m 63.404803,115.97788 v 0.0765 q -0.148828,0.0269 -0.225309,0.0951 -0.109554,0.10128 -0.194303,0.31005 l -0.977717,2.38539 h -0.07648 l -1.050065,-2.41639 q -0.08061,-0.18604 -0.113688,-0.22738 -0.05168,-0.0641 -0.128157,-0.0992 -0.07441,-0.0372 -0.202572,-0.0475 v -0.0765 h 1.145149 v 0.0765 q -0.194303,0.0186 -0.252181,0.0661 -0.05788,0.0475 -0.05788,0.12195 0,0.10336 0.09508,0.32246 l 0.713135,1.64331 0.661457,-1.62264 q 0.09715,-0.23977 0.09715,-0.33279 0,-0.0599 -0.05994,-0.11369 -0.05994,-0.0558 -0.202571,-0.0786 -0.01033,-0.002 -0.03514,-0.006 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13126" />
+ <path
+ d="m 64.39699,118.11935 h -0.08475 q 0.01447,-0.26045 0.06408,-0.42995 0.05168,-0.17156 0.21084,-0.47542 0.124023,-0.23358 0.16123,-0.3576 0.03721,-0.12609 0.03721,-0.25425 0,-0.26252 -0.140559,-0.41754 -0.138493,-0.15503 -0.341065,-0.15503 -0.179833,0 -0.283186,0.0847 -0.103353,0.0847 -0.103353,0.18396 0,0.0765 0.06201,0.18811 0.06201,0.11162 0.06201,0.16949 0,0.0744 -0.04754,0.12609 -0.04754,0.0496 -0.115755,0.0496 -0.08682,0 -0.159163,-0.0847 -0.07028,-0.0868 -0.07028,-0.23977 0,-0.23358 0.200504,-0.41341 0.200505,-0.17984 0.543636,-0.17984 0.425813,0 0.626318,0.24805 0.148828,0.1819 0.148828,0.40307 0,0.1509 -0.06821,0.31006 -0.06615,0.15917 -0.254248,0.37414 -0.299723,0.339 -0.367936,0.48162 -0.06615,0.14056 -0.08061,0.38861 z m -0.02894,0.25631 q 0.09715,0 0.163298,0.0682 0.06821,0.0661 0.06821,0.16329 0,0.0951 -0.06821,0.1633 -0.06821,0.0661 -0.163298,0.0661 -0.09508,0 -0.163297,-0.0661 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.0971 0.06615,-0.16329 0.06821,-0.0682 0.163297,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13128" />
+ <path
+ d="m 39.767796,129.69214 h 82.353834 v 12.51055 H 39.767796 Z"
+ style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect9067" />
+ <path
+ d="m 43.917545,132.82007 h 20.960112 v 6.32554 H 43.917545 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-1-6" />
+ <path
+ d="m 47.286237,134.73035 0.06408,0.95291 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.61598 -0.237712,-0.18811 -0.570508,-0.18811 -0.279052,0 -0.504361,0.14263 -0.225309,0.14056 -0.355534,0.45062 -0.128157,0.31006 -0.128157,0.77101 0,0.38034 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.24598,0.14883 0.560172,0.14883 0.272851,0 0.481624,-0.11576 0.208773,-0.11782 0.458886,-0.46508 l 0.06408,0.0413 q -0.21084,0.37413 -0.491959,0.54777 -0.28112,0.17363 -0.667659,0.17363 -0.696598,0 -1.079003,-0.51676 -0.285254,-0.38448 -0.285254,-0.90537 0,-0.41962 0.188102,-0.77102 0.188102,-0.3514 0.516764,-0.54363 0.330729,-0.1943 0.721402,-0.1943 0.303858,0 0.599447,0.14882 0.08682,0.0455 0.124023,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15502 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13133" />
+ <path
+ d="m 48.770382,137.3245 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13135" />
+ <path
+ d="m 50.22559,134.658 v 2.51147 q 0,0.17777 0.0248,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13137" />
+ <path
+ d="m 52.356724,136.87802 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13139" />
+ <path
+ d="m 54.285287,135.70393 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26458 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.0909 -0.115755,-0.093 -0.161231,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13141" />
+ <path
+ d="m 55.393228,134.658 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13143" />
+ <path
+ d="m 56.988995,137.3245 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13145" />
+ <path
+ d="m 58.347051,135.64812 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 57.70833 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13147" />
+ <path
+ d="m 60.794444,137.66143 0.09095,-2.34404 q 0.0062,-0.20464 0.0062,-0.21497 0,-0.11369 -0.05581,-0.16744 -0.05374,-0.0537 -0.200505,-0.0641 l 0.02481,-0.0765 h 1.178221 l -0.02274,0.0765 q -0.150895,0 -0.229443,0.091 -0.07648,0.0909 -0.08888,0.3762 l -0.06614,1.46141 1.093472,-1.26917 q 0.212907,-0.24598 0.262516,-0.34107 0.04961,-0.0951 0.04961,-0.16536 0,-0.0517 -0.04547,-0.0909 -0.04548,-0.0413 -0.173633,-0.062 l 0.02894,-0.0765 h 0.773079 v 0.0765 q -0.09922,0.0248 -0.16123,0.0724 -0.09095,0.0682 -0.28112,0.28939 l -2.09186,2.42879 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13149" />
+ <path
+ d="m 63.673853,136.29376 q 0.09612,0 0.161231,0.0667 0.06666,0.0667 0.06666,0.16123 0,0.0946 -0.06666,0.16123 -0.06666,0.0667 -0.161231,0.0667 -0.09302,0 -0.15968,-0.0667 -0.06666,-0.0667 -0.06666,-0.16123 0,-0.0946 0.06511,-0.16123 0.06666,-0.0667 0.16123,-0.0667 z m 0.09612,0.71314 -0.31781,1.10225 q -0.02636,0.0946 -0.02636,0.12403 0,0.017 0.01395,0.0325 0.01395,0.014 0.02946,0.014 0.02636,0 0.05271,-0.0233 0.06976,-0.0574 0.167431,-0.20774 l 0.05271,0.031 q -0.234094,0.40773 -0.497644,0.40773 -0.100769,0 -0.16123,-0.0558 -0.05891,-0.0574 -0.05891,-0.14417 0,-0.0574 0.02635,-0.14573 l 0.21549,-0.74104 q 0.03101,-0.10697 0.03101,-0.16123 0,-0.0341 -0.02945,-0.0605 -0.02946,-0.0264 -0.08062,-0.0264 -0.02325,0 -0.05581,0.002 l 0.02015,-0.062 0.525549,-0.0853 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13151" />
+ <path
+ d="m 62.60519,133.82686 a 0.45347595,0.45347595 0 0 1 -0.453476,0.45347 0.45347595,0.45347595 0 0 1 -0.453476,-0.45347 0.45347595,0.45347595 0 0 1 0.453476,-0.45348 0.45347595,0.45347595 0 0 1 0.453476,0.45348"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7)"
- d="m 54.397605,123.8579 v 7.80856"
- id="path9106-7-3-2"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843"
- transform="translate(-42.288918,35.498923)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834"
- sodipodi:role="line">Não</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-6-0-0-2)"
- d="M 69.76237,117.37935 H 82.255876"
- id="path9106-7-3-3-0-0-6"
+ id="rect13740-6"
+ d="m 54.397603,162.96155 16.722429,6.97374 -16.722429,6.97373 -16.722428,-6.97373 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ d="m 48.543703,166.6094 v 1.10174 h 0.510563 q 0.175699,0 0.256314,-0.0765 0.08268,-0.0785 0.109554,-0.30799 h 0.07648 v 0.94878 h -0.07648 q -0.0021,-0.1633 -0.04341,-0.23978 -0.03927,-0.0765 -0.111621,-0.11369 -0.07028,-0.0393 -0.210839,-0.0393 h -0.510563 v 0.88057 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.09095,0.0496 0.190169,0.0496 h 0.101286 v 0.0765 h -1.203027 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81075 q 0,-0.2129 -0.02687,-0.28111 -0.02067,-0.0517 -0.08475,-0.0889 -0.08888,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 2.085659 l 0.02687,0.61598 H 49.786 q -0.05374,-0.19637 -0.12609,-0.28732 -0.07028,-0.093 -0.1757,-0.13436 -0.103353,-0.0413 -0.322461,-0.0413 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13155" />
+ <path
+ d="m 50.647965,166.32002 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13157" />
+ <path
+ d="m 51.902668,167.71321 q 0.206706,-0.2067 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10335 0.128157,0.10335 0.171566,0.29972 0.212906,-0.24805 0.359667,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.266651,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.1819,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121957,0 0.19017,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0538 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957046 v -0.0744 q 0.157096,0 0.214973,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171565,0.0909 -0.264583,0.20463 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13159" />
+ <path
+ d="m 57.026899,169.04646 q -0.138493,0.1447 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25839 -0.23151,-0.26044 -0.23151,-0.66765 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250113,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13161" />
+ <path
+ d="m 58.878981,168.98652 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13163" />
+ <path
+ d="m 60.906762,167.31014 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06614,0.19844 0.06408,0.0848 0.260449,0.17983 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.53951 0,0.25838 -0.19637,0.41754 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415479,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13165" />
+ <path
+ d="m 48.977784,171.92587 q 0.274919,-0.3824 0.593245,-0.3824 0.291455,0 0.508496,0.25011 0.217041,0.24805 0.217041,0.68006 0,0.50436 -0.334863,0.81235 -0.287321,0.26459 -0.640787,0.26459 -0.165365,0 -0.33693,-0.0599 -0.169499,-0.0599 -0.347266,-0.17983 v -1.96164 q 0,-0.32246 -0.01654,-0.39687 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05788,0 -0.144694,0.0331 l -0.02894,-0.0723 0.56844,-0.23151 h 0.09302 z m 0,0.13229 v 1.13275 q 0.10542,0.10335 0.217041,0.15709 0.113688,0.0517 0.231511,0.0517 0.188102,0 0.349332,-0.2067 0.163297,-0.20671 0.163297,-0.60152 0,-0.3638 -0.163297,-0.5581 -0.16123,-0.19637 -0.367936,-0.19637 -0.109554,0 -0.219108,0.0558 -0.08268,0.0413 -0.21084,0.16536 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13167" />
+ <path
+ d="m 51.64842,173.21985 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510562,-0.14882 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13169" />
+ <path
+ d="m 53.006476,171.54347 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13171" />
+ <path
+ d="m 54.420342,171.54347 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13173" />
+ <path
+ d="m 56.353039,173.21985 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13175" />
+ <path
+ d="m 58.38082,171.54347 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121956,-0.10956 -0.312126,-0.10956 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0848 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159164,-0.39068 0.16123,-0.15709 0.415478,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13177" />
+ <path
+ d="m 59.608651,172.83124 h -0.08475 q 0.01447,-0.26045 0.06408,-0.42995 0.05168,-0.17156 0.210839,-0.47542 0.124024,-0.23358 0.161231,-0.3576 0.03721,-0.12609 0.03721,-0.25425 0,-0.26251 -0.14056,-0.41754 -0.138493,-0.15503 -0.341064,-0.15503 -0.179834,0 -0.283187,0.0848 -0.103353,0.0848 -0.103353,0.18396 0,0.0765 0.06201,0.18811 0.06201,0.11162 0.06201,0.1695 0,0.0744 -0.04754,0.12609 -0.04754,0.0496 -0.115755,0.0496 -0.08682,0 -0.159163,-0.0848 -0.07028,-0.0868 -0.07028,-0.23978 0,-0.23358 0.200504,-0.41341 0.200505,-0.17984 0.543636,-0.17984 0.425813,0 0.626318,0.24805 0.148828,0.1819 0.148828,0.40308 0,0.15089 -0.06821,0.31005 -0.06615,0.15917 -0.254248,0.37414 -0.299723,0.339 -0.367936,0.48162 -0.06615,0.14056 -0.08062,0.38861 z m -0.02894,0.25632 q 0.09715,0 0.163298,0.0682 0.06821,0.0661 0.06821,0.1633 0,0.0951 -0.06821,0.16329 -0.06821,0.0661 -0.163298,0.0661 -0.09508,0 -0.163297,-0.0661 -0.06615,-0.0682 -0.06615,-0.16329 0,-0.0972 0.06615,-0.1633 0.06821,-0.0682 0.163297,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13179" />
+ <path
+ d="m 83.431145,110.83108 h 38.871715 v 13.09653 H 83.431145 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-5" />
+ <path
+ d="m 86.723596,111.67306 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61598 -0.237711,-0.18811 -0.570507,-0.18811 -0.279053,0 -0.504362,0.14263 -0.225309,0.14056 -0.355533,0.45062 -0.128158,0.31006 -0.128158,0.77101 0,0.38034 0.121957,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14883 0.560172,0.14883 0.272851,0 0.481624,-0.11576 0.208772,-0.11782 0.458886,-0.46508 l 0.06408,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.281119,0.17363 -0.667659,0.17363 -0.696597,0 -1.079003,-0.51676 -0.285253,-0.38448 -0.285253,-0.90537 0,-0.41962 0.188102,-0.77102 0.188102,-0.35139 0.516764,-0.54363 0.330729,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14882 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13183" />
+ <path
+ d="m 88.207742,114.26721 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13185" />
+ <path
+ d="m 89.662949,111.60071 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13187" />
+ <path
+ d="m 91.794083,113.82073 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0785 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167431,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13189" />
+ <path
+ d="m 93.722646,112.64664 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566374,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13191" />
+ <path
+ d="m 94.830588,111.60071 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13193" />
+ <path
+ d="m 96.426355,114.26721 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13195" />
+ <path
+ d="m 97.78441,112.59083 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 97.14569 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13197" />
+ <path
+ d="m 100.83538,114.60414 -0.3638,0.33073 q 0.20464,-0.0413 0.33487,-0.0413 0.17983,0 0.50642,0.0868 0.3266,0.0868 0.5147,0.0868 0.20671,0 0.38241,-0.0744 0.10955,-0.0455 0.22531,-0.15503 l 0.062,0.0579 q -0.20878,0.25424 -0.49196,0.3886 -0.28319,0.13643 -0.71314,0.13643 -0.24184,0 -0.5643,-0.0703 -0.32246,-0.0682 -0.51263,-0.0682 -0.1509,0 -0.322463,0.0455 l -0.03927,-0.0517 0.762743,-0.67179 q -0.26872,-0.0455 -0.41135,-0.14469 -0.1943,-0.13229 -0.301784,-0.36174 -0.107487,-0.23151 -0.107487,-0.47542 0,-0.45889 0.262511,-0.92397 0.26458,-0.46716 0.70693,-0.74621 0.44442,-0.27905 0.88057,-0.27905 0.25218,0 0.48162,0.12609 0.22945,0.12609 0.35554,0.3576 0.12609,0.22944 0.12609,0.47749 0,0.37 -0.17984,0.76067 -0.17983,0.38861 -0.48782,0.678 -0.30593,0.28939 -0.61805,0.41961 -0.21084,0.0889 -0.48783,0.11162 z m 0.74208,-2.76365 q -0.1633,0 -0.27906,0.0599 -0.11368,0.0579 -0.23771,0.19637 -0.12402,0.1385 -0.25218,0.39688 -0.12815,0.25631 -0.24184,0.69866 -0.11162,0.44235 -0.11162,0.73794 0,0.25218 0.10955,0.38241 0.10955,0.12815 0.28112,0.12815 0.22738,0 0.38654,-0.15089 0.31626,-0.29972 0.5147,-0.8785 0.2005,-0.58084 0.2005,-1.03353 0,-0.28318 -0.10749,-0.40928 -0.10542,-0.12815 -0.26251,-0.12815 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13199" />
+ <path
+ d="m 103.34272,113.23647 q 0.0961,0 0.16123,0.0667 0.0667,0.0667 0.0667,0.16123 0,0.0946 -0.0667,0.16124 -0.0667,0.0667 -0.16123,0.0667 -0.093,0 -0.15968,-0.0667 -0.0667,-0.0667 -0.0667,-0.16124 0,-0.0946 0.0651,-0.16123 0.0667,-0.0667 0.16123,-0.0667 z m 0.0961,0.71314 -0.31781,1.10225 q -0.0264,0.0946 -0.0264,0.12403 0,0.017 0.014,0.0326 0.0139,0.014 0.0294,0.014 0.0264,0 0.0527,-0.0233 0.0698,-0.0574 0.16744,-0.20774 l 0.0527,0.031 q -0.2341,0.40773 -0.49765,0.40773 -0.10077,0 -0.16123,-0.0558 -0.0589,-0.0574 -0.0589,-0.14418 0,-0.0574 0.0264,-0.14573 l 0.21549,-0.74104 q 0.031,-0.10697 0.031,-0.16123 0,-0.0341 -0.0294,-0.0605 -0.0295,-0.0264 -0.0806,-0.0264 -0.0233,0 -0.0558,0.002 l 0.0201,-0.062 0.52555,-0.0853 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13201" />
+ <path
+ d="m 106.36063,112.64664 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0723 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12816,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.0909 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13435 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.2671 q 0,0.26459 0.091,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13203" />
+ <path
+ d="m 107.36728,112.02446 v 0.62218 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.1323,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.091,-0.0537 -0.13435,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.27331 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13205" />
+ <path
+ d="m 108.47316,111.60071 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13207" />
+ <path
+ d="m 109.81674,111.60071 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13209" />
+ <path
+ d="m 110.82133,111.60071 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13211" />
+ <path
+ d="m 113.15917,113.95922 -0.0227,0.58084 h -1.67018 v -0.0744 l 1.25677,-1.67432 h -0.62011 q -0.20051,0 -0.26252,0.0269 -0.062,0.0248 -0.10129,0.0972 -0.0558,0.10335 -0.0641,0.25631 h -0.0827 l 0.0124,-0.52503 h 1.58749 v 0.0765 l -1.26917,1.67845 h 0.6904 q 0.21704,0 0.29352,-0.0351 0.0786,-0.0372 0.12609,-0.12816 0.0331,-0.0661 0.0558,-0.27905 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13213" />
+ <path
+ d="m 114.46348,114.26721 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.1261,-0.13436 -0.1261,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23152,0.31006 -0.44235,0.31006 -0.10129,0 -0.16124,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13215" />
+ <path
+ d="m 115.81947,112.99184 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25424 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17984 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77514 q 0,-0.25839 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.06 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13217" />
+ <path
+ d="m 118.72162,114.32716 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41342,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16536,-0.17364 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.18811,0 0.36381,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13219" />
+ <path
+ d="m 120.42694,112.59083 q 0.42994,0 0.69039,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28733 -0.21291,-0.64493 0,-0.26044 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21705,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13221" />
+ <path
+ d="m 94.638352,118.51867 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13223" />
+ <path
+ d="m 97.050606,116.27592 v 0.62218 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272851,0.10129 -0.09509,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10956 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13225" />
+ <path
+ d="m 97.993183,117.61123 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.35139 l 0.06408,0.0413 q -0.04341,0.28318 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75655 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13227" />
+ <path
+ d="m 100.10365,117.2433 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11988 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25839 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.06 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.936378 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13229" />
+ <path
+ d="m 102.8921,116.84229 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15917,-0.39067 0.16123,-0.1571 0.41547,-0.1571 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13231" />
+ <path
+ d="m 104.38659,118.51867 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17776 0.18191,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28318 0.11783,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25424,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.1633,0 -0.40514,-0.16536 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13233" />
+ <path
+ d="m 106.11671,116.84229 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64493 0,-0.26044 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56845 0,-0.50436 -0.21704,-0.79374 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13235" />
+ <path
+ d="m 109.70305,118.57862 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41341,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0476,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16537,-0.17364 -0.10128,-0.0599 -0.19843,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13237" />
+ <path
+ d="m 111.55513,118.51867 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13239" />
+ <path
+ d="m 89.640212,120.0855 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13241" />
+ <path
+ d="m 90.882512,120.50925 v 0.62218 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204639,0.30592 -0.132291,0.10129 -0.272851,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10956 0.212907,-0.25838 0.04754,-0.0786 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13243" />
+ <path
+ d="m 91.82509,121.84456 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0414 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75655 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0662 -0.212907,-0.0662 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13245" />
+ <path
+ d="m 93.93762,121.07562 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 93.2989 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33072 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13247" />
+ <path
+ d="m 95.870317,122.752 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13249" />
+ <path
+ d="m 98.282571,122.30552 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0785 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20258 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113689,-0.0951 0.221175,-0.3452 z m -0.768945,0.68626 h 0.124024 l -0.103353,0.1633 q 0.130224,0.0331 0.194303,0.11162 0.06408,0.0785 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124024,0.11368 -0.320394,0.11368 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10748 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13251" />
+ <path
+ d="m 99.62409,122.752 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.1819,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442346,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171566,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.002,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13253" />
+ <path
+ d="m 101.35422,121.07562 q 0.42994,0 0.69039,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64493 0,-0.26044 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79374 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13255" />
+ <path
+ d="m 104.67597,122.752 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.1261,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13257" />
+ <path
+ d="m 106.03196,121.47663 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0537,-0.0413 0.0744,-0.11988 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25839 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.06 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13259" />
+ <path
+ d="m 108.14656,120.50925 v 0.62218 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.091,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.27331 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13261" />
+ <path
+ d="m 109.08914,121.84456 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0414 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75655 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0662 -0.21291,-0.0662 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13263" />
+ <path
+ d="m 111.20167,121.07562 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33072 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13265" />
+ <path
+ d="m 112.54319,120.0855 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13267" />
+ <path
+ d="m 114.16169,121.07562 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64493 0,-0.26044 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79374 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13269" />
+ <path
+ d="m 115.90629,121.07562 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0538,0.13643 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19638,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33072 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13271" />
+ <path
+ d="m 128.19403,193.50319 h 5.00819 c 1.64901,0 2.97656,1.32755 2.97656,2.97656 0,1.64902 -1.32755,2.97656 -2.97656,2.97656 h -5.00819 c -1.64901,0 -2.97656,-1.32754 -2.97656,-2.97656 0,-1.64901 1.32755,-2.97656 2.97656,-2.97656 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-0" />
+ <path
+ d="m 127.80735,195.23125 v 1.10174 h 0.51056 q 0.1757,0 0.25632,-0.0765 0.0827,-0.0785 0.10955,-0.30799 h 0.0765 v 0.94878 h -0.0765 q -0.002,-0.1633 -0.0434,-0.23978 -0.0393,-0.0765 -0.11162,-0.11368 -0.0703,-0.0393 -0.21084,-0.0393 h -0.51056 v 0.88057 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0909,0.0496 0.19017,0.0496 h 0.10128 v 0.0765 h -1.20302 v -0.0765 h 0.0992 q 0.17364,0 0.25219,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0847,-0.0889 -0.0889,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 2.08565 l 0.0269,0.61599 h -0.0724 q -0.0537,-0.19637 -0.12609,-0.28733 -0.0703,-0.093 -0.1757,-0.13435 -0.10335,-0.0413 -0.32246,-0.0413 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13275" />
+ <path
+ d="m 130.60408,197.80473 v 0.0765 h -1.20096 v -0.0765 h 0.0992 q 0.17364,0 0.25219,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0848,-0.0889 -0.0909,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 1.20096 v 0.0765 h -0.10129 q -0.17157,0 -0.25011,0.10129 -0.0517,0.0662 -0.0517,0.31833 v 1.81074 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0889,0.0496 0.1881,0.0496 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13277" />
+ <path
+ d="m 132.44375,197.88121 -1.08313,-2.35851 v 1.87275 q 0,0.25838 0.0558,0.32246 0.0765,0.0868 0.24184,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0992 q 0.17777,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.83141 q 0,-0.18603 -0.0413,-0.26872 -0.0289,-0.0599 -0.10749,-0.0992 -0.0765,-0.0413 -0.24805,-0.0413 v -0.0765 h 0.79375 l 1.01699,2.19315 1.00046,-2.19315 h 0.79375 v 0.0765 h -0.0971 q -0.17984,0 -0.25425,0.10749 -0.0455,0.0661 -0.0455,0.30179 v 1.83141 q 0,0.25838 0.0579,0.32246 0.0765,0.0868 0.24185,0.0868 h 0.0971 v 0.0765 h -1.19063 v -0.0765 h 0.0992 q 0.17984,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.87275 l -1.08107,2.35851 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13279" />
+ <path
+ d="m 92.386948,132.82008 h 20.960112 v 6.32554 H 92.386948 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-1-6-8" />
+ <path
+ d="m 95.755635,134.73035 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61598 -0.237711,-0.18811 -0.570507,-0.18811 -0.279053,0 -0.504362,0.14263 -0.225309,0.14056 -0.355533,0.45062 -0.128158,0.31006 -0.128158,0.77101 0,0.38034 0.121957,0.65939 0.121956,0.27905 0.365868,0.42788 0.24598,0.14883 0.560172,0.14883 0.272852,0 0.481624,-0.11576 0.208773,-0.11782 0.458887,-0.46508 l 0.06408,0.0413 q -0.210839,0.37413 -0.491959,0.54777 -0.281119,0.17363 -0.667659,0.17363 -0.696597,0 -1.079003,-0.51676 -0.285253,-0.38448 -0.285253,-0.90537 0,-0.41962 0.188102,-0.77102 0.188102,-0.3514 0.516764,-0.54363 0.330728,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14882 0.08682,0.0455 0.124023,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15502 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13283" />
+ <path
+ d="m 97.239781,137.3245 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.1819,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13285" />
+ <path
+ d="m 98.694988,134.658 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13287" />
+ <path
+ d="m 100.82612,136.87802 q -0.0765,0.37413 -0.29972,0.5767 -0.22324,0.20051 -0.49403,0.20051 -0.322458,0 -0.562236,-0.27079 -0.239779,-0.27078 -0.239779,-0.73173 0,-0.44649 0.264583,-0.72554 0.266651,-0.27905 0.638722,-0.27905 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12195,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450617,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13289" />
+ <path
+ d="m 102.75469,135.70393 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12816,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.0909 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13435 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.2671 q 0,0.26459 0.0909,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13291" />
+ <path
+ d="m 103.86263,134.658 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0476,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13293" />
+ <path
+ d="m 105.45839,137.3245 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.1261,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13295" />
+ <path
+ d="m 106.81645,135.64812 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0538,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13297" />
+ <path
+ d="m 109.26384,137.66143 0.0909,-2.34404 q 0.006,-0.20464 0.006,-0.21497 0,-0.11369 -0.0558,-0.16744 -0.0537,-0.0537 -0.2005,-0.0641 l 0.0248,-0.0765 h 1.17823 l -0.0227,0.0765 q -0.1509,0 -0.22944,0.091 -0.0765,0.0909 -0.0889,0.3762 l -0.0661,1.46141 1.09347,-1.26917 q 0.21291,-0.24598 0.26251,-0.34107 0.0496,-0.0951 0.0496,-0.16536 0,-0.0517 -0.0455,-0.0909 -0.0455,-0.0413 -0.17363,-0.062 l 0.0289,-0.0765 h 0.77308 v 0.0765 q -0.0992,0.0248 -0.16123,0.0724 -0.091,0.0682 -0.28112,0.28939 l -2.09186,2.42879 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13299" />
+ <path
+ d="m 112.14325,136.29376 q 0.0961,0 0.16123,0.0667 0.0667,0.0667 0.0667,0.16123 0,0.0946 -0.0667,0.16123 -0.0667,0.0667 -0.16123,0.0667 -0.093,0 -0.15968,-0.0667 -0.0667,-0.0667 -0.0667,-0.16123 0,-0.0946 0.0651,-0.16123 0.0667,-0.0667 0.16123,-0.0667 z m 0.0961,0.71314 -0.31781,1.10225 q -0.0263,0.0946 -0.0263,0.12403 0,0.017 0.0139,0.0325 0.0139,0.014 0.0294,0.014 0.0264,0 0.0527,-0.0233 0.0698,-0.0574 0.16743,-0.20774 l 0.0527,0.031 q -0.23409,0.40773 -0.49764,0.40773 -0.10077,0 -0.16123,-0.0558 -0.0589,-0.0574 -0.0589,-0.14417 0,-0.0574 0.0264,-0.14573 l 0.21549,-0.74104 q 0.031,-0.10697 0.031,-0.16123 0,-0.0341 -0.0294,-0.0605 -0.0295,-0.0264 -0.0806,-0.0264 -0.0232,0 -0.0558,0.002 l 0.0202,-0.062 0.52555,-0.0853 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13301" />
+ <path
+ d="m 111.07458,133.82686 a 0.45347595,0.45347595 0 0 1 -0.45347,0.45347 0.45347595,0.45347595 0 0 1 -0.45348,-0.45347 0.45347595,0.45347595 0 0 1 0.45348,-0.45348 0.45347595,0.45347595 0 0 1 0.45347,0.45348"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9-6" />
+ <path
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-3-0"
- transform="translate(-24.325553,23.87694)"
+ id="rect13740-6-0"
+ d="m 102.867,191.71331 11.42954,4.76645 -11.42954,4.76644 -11.429539,-4.76644 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ d="m 97.508153,195.96806 q -0.159163,-0.0372 -0.268717,-0.1509 -0.107487,-0.11368 -0.107487,-0.24598 0,-0.20877 0.19637,-0.34933 0.198437,-0.14056 0.54777,-0.14056 0.320393,0 0.485758,0.11369 0.167431,0.11369 0.167431,0.25218 0,0.0806 -0.05788,0.14676 -0.05788,0.0641 -0.150895,0.0641 -0.1757,0 -0.190169,-0.20464 -0.01654,-0.25631 -0.206706,-0.25631 -0.169498,0 -0.270784,0.17776 -0.09922,0.17777 -0.09922,0.34107 0,0.0909 0.06201,0.15709 0.06408,0.0641 0.159163,0.0641 0.04134,0 0.159163,-0.031 0.06201,-0.0165 0.09302,-0.0165 0.08888,0 0.08888,0.0786 0,0.0827 -0.08888,0.0827 -0.0186,0 -0.05168,-0.004 -0.09302,-0.0165 -0.138493,-0.0165 -0.225309,0 -0.361735,0.18603 -0.136426,0.18604 -0.136426,0.44649 0,0.27905 0.233578,0.27905 0.119889,0 0.177766,-0.0537 0.05994,-0.0558 0.09095,-0.17777 0.07441,-0.30386 0.276985,-0.30386 0.08268,0 0.14056,0.0558 0.05994,0.0558 0.05994,0.1447 0,0.17777 -0.219108,0.31419 -0.217041,0.13436 -0.572575,0.13436 -0.355533,0 -0.535367,-0.14263 -0.177767,-0.14469 -0.177767,-0.35346 0,-0.48369 0.694531,-0.59118 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13305" />
+ <path
+ d="m 101.84277,196.48896 -2.217952,-0.94258 v -0.17157 l 2.217952,-0.93844 v 0.21084 l -1.963704,0.81235 1.963704,0.81856 z m -2.220019,0.65319 h 2.224149 v 0.19223 h -2.224149 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13307" />
+ <path
+ d="m 103.68452,195.96806 q -0.15917,-0.0372 -0.26872,-0.1509 -0.10749,-0.11368 -0.10749,-0.24598 0,-0.20877 0.19637,-0.34933 0.19844,-0.14056 0.54777,-0.14056 0.32039,0 0.48576,0.11369 0.16743,0.11369 0.16743,0.25218 0,0.0806 -0.0579,0.14676 -0.0579,0.0641 -0.15089,0.0641 -0.1757,0 -0.19017,-0.20464 -0.0165,-0.25631 -0.20671,-0.25631 -0.1695,0 -0.27078,0.17776 -0.0992,0.17777 -0.0992,0.34107 0,0.0909 0.062,0.15709 0.0641,0.0641 0.15917,0.0641 0.0413,0 0.15916,-0.031 0.062,-0.0165 0.093,-0.0165 0.0889,0 0.0889,0.0786 0,0.0827 -0.0889,0.0827 -0.0186,0 -0.0517,-0.004 -0.093,-0.0165 -0.13849,-0.0165 -0.22531,0 -0.36174,0.18603 -0.13642,0.18604 -0.13642,0.44649 0,0.27905 0.23357,0.27905 0.11989,0 0.17777,-0.0537 0.06,-0.0558 0.0909,-0.17777 0.0744,-0.30386 0.27699,-0.30386 0.0827,0 0.14056,0.0558 0.0599,0.0558 0.0599,0.1447 0,0.17777 -0.21911,0.31419 -0.21704,0.13436 -0.57257,0.13436 -0.35554,0 -0.53537,-0.14263 -0.17777,-0.14469 -0.17777,-0.35346 0,-0.48369 0.69454,-0.59118 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13309" />
+ <path
+ d="m 105.18726,197.26276 q -0.0139,0.10077 -0.0139,0.16588 0,0.11627 0.0667,0.18603 0.0682,0.0698 0.18139,0.0698 0.10852,0 0.21704,-0.0527 0.11007,-0.0527 0.25425,-0.18449 l 0.0465,0.0419 q -0.17829,0.21549 -0.34727,0.30696 -0.16898,0.0915 -0.37362,0.0915 -0.2589,0 -0.35812,-0.12403 -0.0992,-0.12402 -0.0992,-0.2868 0,-0.25425 0.14728,-0.5085 0.14883,-0.25425 0.40308,-0.40772 0.2558,-0.15348 0.51315,-0.15348 0.13022,0 0.19688,0.062 0.0667,0.062 0.0667,0.15658 0,0.11317 -0.0651,0.22014 -0.0899,0.14573 -0.22634,0.23564 -0.13643,0.0884 -0.30541,0.13488 -0.11317,0.031 -0.30386,0.0465 z m 0.014,-0.0806 q 0.13642,-0.0202 0.21084,-0.0543 0.076,-0.0357 0.14728,-0.11162 0.0729,-0.0775 0.12557,-0.19379 0.0527,-0.11782 0.0527,-0.22014 0,-0.0434 -0.0248,-0.0682 -0.0233,-0.0248 -0.0605,-0.0248 -0.0744,0 -0.16743,0.10387 -0.17053,0.18913 -0.2837,0.56895 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13311" />
+ <path
+ d="m 107.28016,196.407 -0.0682,0.47904 h -0.0574 q -0.0124,-0.18604 -0.11473,-0.29301 -0.10076,-0.10697 -0.21704,-0.10697 -0.0713,0 -0.11782,0.0419 -0.0465,0.0419 -0.0465,0.10077 0,0.0496 0.0202,0.093 0.0202,0.0434 0.0899,0.11782 0.24495,0.26355 0.29766,0.36277 0.0527,0.0992 0.0527,0.21239 0,0.12247 -0.062,0.23254 -0.062,0.10852 -0.18604,0.17518 -0.12247,0.0651 -0.2558,0.0651 -0.0899,0 -0.22169,-0.0357 -0.0868,-0.0248 -0.13022,-0.0248 -0.0388,0 -0.0605,0.0124 -0.0217,0.0109 -0.0481,0.0481 h -0.0574 l 0.076,-0.51625 h 0.0496 q 0.0543,0.18758 0.10077,0.2682 0.0481,0.0791 0.12712,0.12712 0.0791,0.0465 0.15193,0.0465 0.0853,0 0.14108,-0.0527 0.0558,-0.0543 0.0558,-0.12867 0,-0.0729 -0.0372,-0.14108 -0.0357,-0.0682 -0.16743,-0.21239 -0.18138,-0.19689 -0.23874,-0.30386 -0.0403,-0.0775 -0.0403,-0.17673 0,-0.16743 0.12092,-0.27905 0.12247,-0.11162 0.34262,-0.11162 0.0961,0 0.23564,0.0341 0.0698,0.0171 0.11162,0.0171 0.0605,0 0.0977,-0.0512 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13313" />
+ <path
+ d="m 107.52511,196.49381 0.51314,-0.0868 h 0.093 l -0.0698,0.25269 q 0.16278,-0.14882 0.26665,-0.19998 0.10387,-0.0527 0.20619,-0.0527 0.14572,0 0.22479,0.11317 0.0791,0.11162 0.0791,0.2744 0,0.44493 -0.3085,0.7891 -0.27285,0.30386 -0.59532,0.30386 -0.0574,0 -0.0977,-0.0109 -0.0403,-0.0108 -0.11318,-0.0481 l -0.0806,0.27906 q -0.0434,0.15193 -0.0434,0.23099 0,0.0496 0.0341,0.0775 0.0341,0.0294 0.15968,0.0496 l -0.014,0.0574 h -0.83405 l 0.0155,-0.0574 q 0.0992,-0.003 0.16588,-0.0636 0.0651,-0.0605 0.12247,-0.26045 l 0.37828,-1.30379 q 0.0418,-0.14573 0.0418,-0.20619 0,-0.0264 -0.0124,-0.0434 -0.0124,-0.0186 -0.0372,-0.0264 -0.0248,-0.008 -0.11162,-0.008 z m 0.24184,1.19063 q 0.0465,0.076 0.0837,0.10232 0.0372,0.0248 0.0868,0.0248 0.0496,0 0.0961,-0.0263 0.0481,-0.0279 0.11783,-0.11007 0.0698,-0.0822 0.13332,-0.21084 0.0651,-0.12868 0.10387,-0.29146 0.0388,-0.16433 0.0388,-0.31316 0,-0.11937 -0.0434,-0.17363 -0.0419,-0.0543 -0.10232,-0.0543 -0.0543,0 -0.10232,0.0279 -0.0698,0.0403 -0.16433,0.15038 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13315" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-6"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-7"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-9"
- sodipodi:role="line">Sim</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-8-6)"
- d="m 102.867,123.92412 v 7.82346"
- id="path9106-0-5-1-9"
+ sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g25744"
- transform="matrix(0.26458333,0,0,0.26458333,12.372906,-16.028023)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="620.33069"
- x="280.77725"
- height="58.11795"
- width="122.49536"
- id="rect7253-2-7-5-0"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-3-0"
- y="639.37677"
- x="341.16711"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan23545-7"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="639.37677"
- x="341.16711"
- sodipodi:role="line">Definir <tspan
- id="tspan23676"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan23670"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">i</tspan><tspan
- id="tspan23678"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;">'</tspan></tspan><tspan
- id="tspan23682"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="655.44531"
- x="341.16711"
- sodipodi:role="line">utilizando o valor</tspan><tspan
- id="tspan23686"
- style="font-size:16px;line-height:1.253;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="673.4693"
- x="341.16711"
- sodipodi:role="line">do ângulo de <tspan
- id="tspan23680"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan23674"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">i</tspan></tspan></text>
- <circle
- r="1.7139249"
- cy="625.09399"
- cx="364.92386"
- id="path6834-9-6-0"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <circle
- r="1.7139249"
- cy="658.56812"
- cx="384.81558"
- id="path6834-9-6-08"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </g>
- <g
- id="g25684"
- transform="matrix(0.26458333,0,0,0.26458333,-53.577545,-8.2161339)"
+ id="path9106-0-5"
+ d="M 81.763863,65.23656 H 54.397605 v 3.415122"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- id="g23908">
- <g
- id="g23873">
- <rect
- ry="0"
- rx="0"
- y="737.33173"
- x="327.5473"
- height="72.644081"
- width="161.09549"
- id="rect7253-2-7-5-0-9"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-3-0-7"
- y="751.34991"
- x="408.50699"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan23686-3"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="751.34991"
- x="408.50699"
- sodipodi:role="line">Encontrar o maior</tspan><tspan
- id="tspan23745"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="767.34991"
- x="408.50699"
- sodipodi:role="line">erro (<tspan
- id="tspan23771"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">ε</tspan>) entre as</tspan><tspan
- id="tspan23751"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="783.41846"
- x="408.50699"
- sodipodi:role="line">iterações, calculado por:</tspan><tspan
- id="tspan23753"
- style="font-size:16px;line-height:1.5;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="803.41846"
- x="410.50699"
- sodipodi:role="line"><tspan
- id="tspan23773"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">ε</tspan> = |<tspan
- id="tspan23763"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan23755"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;">(v+1)</tspan> - <tspan
- id="tspan23767"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan23759"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;">(v)</tspan>| </tspan></text>
- </g>
- </g>
- <circle
- r="1.7139249"
- cy="789.27234"
- cx="390.74136"
- id="path6834-9-6-08-0"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <circle
- r="1.7139249"
- cy="789.27234"
- cx="440.72745"
- id="path6834-9-6-08-7"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4)"
- d="m 54.397605,139.12915 v 12.30082"
- id="path9106-7-3-2-9"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-0)"
- d="M 37.675175,169.91899 H 34.444958 V 85.239891 h 3.195359"
- id="path9106-7-3-2-9-5"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-7-3-2"
+ d="m 54.397605,123.8579 v 7.80856"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-02)"
- d="m 102.867,139.12599 v 7.90605"
- id="path9106-7-3-2-9-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ d="m 54.990822,125.01244 h 7.098923 v 3.56784 h -7.098923 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-02-6)"
- d="M 86.574006,155.78967 H 62.693249"
- id="path9106-7-3-2-9-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-0"
- transform="translate(-62.22226,72.38662)"
+ d="m 55.078635,125.39986 h 0.760676 l 1.713589,2.1022 v -1.61644 q 0,-0.25838 -0.05788,-0.32246 -0.07648,-0.0868 -0.241846,-0.0868 h -0.09715 v -0.0765 h 0.97565 v 0.0765 h -0.09922 q -0.177767,0 -0.252181,0.10749 -0.04548,0.0661 -0.04548,0.30179 v 2.36264 h -0.07441 l -1.847948,-2.25722 v 1.72599 q 0,0.25838 0.05581,0.32246 0.07855,0.0868 0.241845,0.0868 h 0.09922 v 0.0765 h -0.97565 v -0.0765 h 0.09715 q 0.179834,0 0.254248,-0.10749 0.04548,-0.0661 0.04548,-0.30179 v -1.94923 q -0.121957,-0.14263 -0.186035,-0.1881 -0.06201,-0.0455 -0.183968,-0.0847 -0.05994,-0.0186 -0.181901,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13319" />
+ <path
+ d="m 59.398781,127.92994 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.2067 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08062,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30593 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16537 -0.130224,-0.0889 -0.1757,-0.10748 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13321" />
+ <path
+ d="m 61.128906,126.25356 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39275 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13435 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13323" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-3"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-5"
- sodipodi:role="line">Não</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-7)"
- d="m 54.397605,176.90903 v 8.76126"
- id="path9106-7-3-2-0"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-3-0-5"
- transform="translate(-42.289669,89.498621)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-6-0"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-7-3"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-9-4"
- sodipodi:role="line">Sim</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-6)"
- d="m 75.815161,196.47977 h 14.49686"
- id="path9106-0-5-2"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-7-3-3-0-0-6"
+ d="M 69.76237,117.37935 H 82.255876"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-6-0-0-2)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-6-0-0-2-4)"
- d="m 114.2948,196.47977 h 9.83721"
- id="path9106-7-3-3-0-0-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-3-0-7"
- transform="translate(18.155297,102.60332)"
+ d="m 72.954185,113.25681 h 7.098923 v 3.70148 h -7.098923 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-6" />
+ <path
+ d="m 75.038774,113.7138 v 0.96945 h -0.07648 q -0.03721,-0.27906 -0.134359,-0.44442 -0.09508,-0.16537 -0.272851,-0.26252 -0.177767,-0.0971 -0.367936,-0.0971 -0.214974,0 -0.355533,0.13229 -0.14056,0.13023 -0.14056,0.29766 0,0.12816 0.08888,0.23358 0.128158,0.15503 0.609782,0.41341 0.39274,0.21084 0.535367,0.32452 0.144694,0.11163 0.221175,0.26459 0.07855,0.15296 0.07855,0.32039 0,0.31833 -0.248047,0.54984 -0.245979,0.22944 -0.634586,0.22944 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.0103 -0.26665,-0.0744 -0.200504,-0.0661 -0.254248,-0.0661 -0.05168,0 -0.08268,0.031 -0.02894,0.031 -0.04341,0.12816 h -0.07648 v -0.96118 h 0.07648 q 0.05374,0.30179 0.144694,0.45269 0.09095,0.14882 0.276985,0.24804 0.188102,0.0992 0.411344,0.0992 0.258382,0 0.40721,-0.13642 0.150895,-0.13643 0.150895,-0.32247 0,-0.10335 -0.05788,-0.20877 -0.05581,-0.10542 -0.1757,-0.19637 -0.08061,-0.062 -0.440283,-0.26251 -0.359668,-0.20258 -0.51263,-0.32246 -0.150895,-0.11989 -0.229443,-0.26459 -0.07855,-0.14469 -0.07855,-0.31832 0,-0.30179 0.23151,-0.51884 0.23151,-0.2191 0.589111,-0.2191 0.223242,0 0.473356,0.10955 0.115755,0.0517 0.163297,0.0517 0.05374,0 0.08682,-0.031 0.03514,-0.0331 0.05581,-0.13022 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13327" />
+ <path
+ d="m 76.068168,113.64145 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.091 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13329" />
+ <path
+ d="m 77.32287,115.03465 q 0.206706,-0.20671 0.243913,-0.23772 0.09302,-0.0785 0.200504,-0.12195 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10335 0.128158,0.10336 0.171566,0.29973 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109553,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.19431 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.33279 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221174,0.0599 -0.171566,0.091 -0.264584,0.20464 v 1.01492 q 0,0.18604 0.02481,0.24185 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.1819,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13331" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-6-7"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-7-9"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-9-8"
- sodipodi:role="line">Sim</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-0-1)"
- d="m 102.867,201.24621 v 9.11882 H 29.10818 L 29.084425,72.077507 h 18.309291"
- id="path9106-7-3-2-9-5-5"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-0-7"
- transform="translate(6.4572611,114.49386)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-3-8"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-8"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-5-7"
- sodipodi:role="line">Não</tspan></text>
- </g>
- <g
- id="g23961-6"
- transform="matrix(0.26458333,0,0,0.26458333,18.173769,-36.041138)"
+ id="path9106-0-5-1-9"
+ d="m 102.867,123.92412 v 7.82346"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-8-6)" />
+ <path
+ d="m 86.661888,148.10114 h 32.410232 v 15.37704 H 86.661888 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-5-0" />
+ <path
+ d="m 93.774436,153.14041 v -0.0765 h 0.105419 q 0.177767,0 0.252181,-0.11369 0.04547,-0.0682 0.04547,-0.30592 v -1.81074 q 0,-0.26252 -0.05788,-0.32866 -0.08062,-0.0909 -0.239779,-0.0909 h -0.105419 v -0.0765 h 1.141014 q 0.628385,0 0.95498,0.14263 0.328662,0.14263 0.527099,0.47542 0.200504,0.3328 0.200504,0.76895 0,0.58498 -0.355533,0.97772 -0.398942,0.43821 -1.215429,0.43821 z m 0.79995,-0.20257 q 0.262516,0.0579 0.440283,0.0579 0.479557,0 0.795816,-0.33693 0.31626,-0.33693 0.31626,-0.91364 0,-0.58084 -0.31626,-0.91571 -0.316259,-0.33486 -0.812353,-0.33486 -0.186035,0 -0.423746,0.0599 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13335" />
+ <path
+ d="m 97.211949,151.96012 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485759,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13337" />
+ <path
+ d="m 99.510515,151.39582 v 1.24436 q 0,0.26459 0.05788,0.33487 0.07648,0.0909 0.204639,0.0909 h 0.171565 v 0.0744 H 98.81392 v -0.0744 h 0.08475 q 0.08268,0 0.150895,-0.0413 0.06821,-0.0413 0.09302,-0.11162 0.02687,-0.0703 0.02687,-0.27286 v -1.24436 H 98.80152 v -0.14883 h 0.367935 v -0.12402 q 0,-0.28319 0.09095,-0.47956 0.09095,-0.19637 0.276985,-0.31626 0.188102,-0.12196 0.42168,-0.12196 0.21704,0 0.39894,0.14056 0.11989,0.093 0.11989,0.20877 0,0.062 -0.0538,0.11783 -0.0537,0.0537 -0.11575,0.0537 -0.0475,0 -0.10129,-0.0331 -0.0517,-0.0351 -0.12816,-0.14676 -0.0765,-0.11369 -0.140551,-0.15297 -0.06408,-0.0393 -0.142627,-0.0393 -0.09508,0 -0.16123,0.0517 -0.06615,0.0496 -0.09509,0.15709 -0.02894,0.10542 -0.02894,0.54777 v 0.13643 h 0.487825 v 0.14883 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13339" />
+ <path
+ d="m 100.666,150.20106 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13341" />
+ <path
+ d="m 101.91037,151.59219 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25424 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77514 q 0,-0.25839 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0476,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13343" />
+ <path
+ d="m 103.95675,150.20106 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13345" />
+ <path
+ d="m 105.20319,151.19118 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96944 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13347" />
+ <path
+ d="m 107.65058,153.20449 0.0909,-2.34404 q 0.006,-0.20464 0.006,-0.21497 0,-0.11369 -0.0558,-0.16744 -0.0537,-0.0537 -0.2005,-0.0641 l 0.0248,-0.0765 h 1.17822 l -0.0227,0.0765 q -0.15089,0 -0.22944,0.0909 -0.0765,0.0909 -0.0889,0.3762 l -0.0662,1.46141 1.09347,-1.26917 q 0.21291,-0.24598 0.26252,-0.34107 0.0496,-0.0951 0.0496,-0.16536 0,-0.0517 -0.0455,-0.091 -0.0455,-0.0413 -0.17364,-0.062 l 0.0289,-0.0765 h 0.77308 v 0.0765 q -0.0992,0.0248 -0.16123,0.0723 -0.0909,0.0682 -0.28112,0.28939 l -2.09186,2.42879 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13349" />
+ <path
+ d="m 110.52999,151.83682 q 0.0961,0 0.16123,0.0667 0.0667,0.0667 0.0667,0.16123 0,0.0946 -0.0667,0.16123 -0.0667,0.0667 -0.16123,0.0667 -0.093,0 -0.15968,-0.0667 -0.0667,-0.0667 -0.0667,-0.16123 0,-0.0946 0.0651,-0.16123 0.0667,-0.0667 0.16123,-0.0667 z m 0.0961,0.71314 -0.31781,1.10225 q -0.0264,0.0946 -0.0264,0.12403 0,0.0171 0.0139,0.0325 0.014,0.014 0.0295,0.014 0.0263,0 0.0527,-0.0233 0.0698,-0.0574 0.16743,-0.20774 l 0.0527,0.031 q -0.23409,0.40773 -0.49764,0.40773 -0.10077,0 -0.16123,-0.0558 -0.0589,-0.0574 -0.0589,-0.14418 0,-0.0574 0.0263,-0.14573 l 0.21549,-0.74104 q 0.031,-0.10697 0.031,-0.16123 0,-0.0341 -0.0295,-0.0605 -0.0295,-0.0264 -0.0806,-0.0264 -0.0233,0 -0.0558,0.002 l 0.0202,-0.062 0.52555,-0.0853 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13351" />
+ <path
+ d="m 111.26638,150.32777 h -0.0744 l 0.008,-0.59221 q 0.002,-0.2217 0.0977,-0.33022 0.0961,-0.10852 0.22945,-0.10852 0.0744,0 0.12092,0.0465 0.0481,0.045 0.0481,0.11162 0,0.0868 -0.10542,0.27906 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13353" />
+ <path
+ d="m 89.508034,155.49845 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26458 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.0909 -0.115755,-0.093 -0.161231,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663524 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13355" />
+ <path
+ d="m 90.51469,154.87627 v 0.62218 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272852,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.231511,-0.15296 0.119889,-0.10956 0.212906,-0.25838 0.04754,-0.0786 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13357" />
+ <path
+ d="m 91.620564,154.45252 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13359" />
+ <path
+ d="m 92.96415,154.45252 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13361" />
+ <path
+ d="m 93.968739,154.45252 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13363" />
+ <path
+ d="m 96.306579,156.81103 -0.02274,0.58084 h -1.670181 v -0.0744 l 1.256769,-1.67432 h -0.620116 q -0.200505,0 -0.262516,0.0269 -0.06201,0.0248 -0.101286,0.0971 -0.05581,0.10335 -0.06408,0.25631 h -0.08268 l 0.0124,-0.52503 h 1.587499 v 0.0765 l -1.269172,1.67845 h 0.690397 q 0.21704,0 0.293521,-0.0351 0.07855,-0.0372 0.126091,-0.12816 0.03307,-0.0661 0.05581,-0.27905 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13365" />
+ <path
+ d="m 97.610891,157.11902 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13367" />
+ <path
+ d="m 98.96688,155.84365 q 0.332795,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177764,0.25424 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17984 0.0289,0.24391 0.0227,0.0517 0.0723,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.936381 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11988 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.06 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13369" />
+ <path
+ d="m 101.86903,157.17897 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41342,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16536,-0.17364 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.18811,0 0.36381,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13371" />
+ <path
+ d="m 103.57435,155.44264 q 0.42994,0 0.69039,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28733 -0.21291,-0.64493 0,-0.26044 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21705,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13373" />
+ <path
+ d="m 106.74934,155.44264 q 0.42995,0 0.6904,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68007,-0.34106 -0.2129,-0.28733 -0.2129,-0.64493 0,-0.26044 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13375" />
+ <path
+ d="m 108.90115,155.49845 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11576 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0476 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.2067 l -0.6718,1.62471 h -0.0847 l -0.67592,-1.59783 q -0.0455,-0.11163 -0.0868,-0.15917 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13377" />
+ <path
+ d="m 112.18777,157.11902 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13379" />
+ <path
+ d="m 113.64297,154.45252 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13381" />
+ <path
+ d="m 115.09198,155.44264 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33694,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28733 -0.21291,-0.64493 0,-0.26044 0.12816,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.16329,0.71314 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33072,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13383" />
+ <path
+ d="m 116.83657,155.44264 v 0.42581 q 0.23772,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0538,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0723,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0848 -0.19224,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33072 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13385" />
+ <path
+ d="m 90.795809,161.94781 q -0.138493,0.1447 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.4072 0.256315,-0.74414 0.256315,-0.33899 0.659391,-0.33899 0.250113,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564307,-0.23151 h 0.09302 v 2.18901 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.56224,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13387" />
+ <path
+ d="m 92.50113,160.21148 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25839 0.341064,-0.38034 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13389" />
+ <path
+ d="m 95.822888,161.88787 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.1819,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z m -0.448551,-2.45566 h 0.380338 l 0.392741,0.68419 h -0.06408 l -0.564306,-0.44028 -0.473356,0.44028 h -0.06201 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13391" />
+ <path
+ d="m 97.178876,160.61249 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.22531,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 H 96.55053 v -0.0744 h 0.04134 q 0.144693,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.031,-0.0744 0.570507,-0.23152 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13393" />
+ <path
+ d="m 99.250066,161.47032 q -0.173633,-0.0847 -0.26665,-0.23564 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.21084,-0.48369 0.212907,-0.20258 0.543636,-0.20258 0.270784,0 0.469228,0.1323 h 0.401 q 0.0889,0 0.10336,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10336,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26458 -0.20257,0.45268 -0.202575,0.18811 -0.54364,0.18811 -0.140559,0 -0.28732,-0.0413 -0.09095,0.0785 -0.124024,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134359,0.0475 0.05788,0.008 0.289388,0.0145 0.425817,0.0103 0.551907,0.0289 0.19223,0.0269 0.30592,0.14263 0.11575,0.11575 0.11575,0.28525 0,0.23358 -0.2191,0.43822 -0.32246,0.30179 -0.841294,0.30179 -0.398941,0 -0.67386,-0.17984 -0.155029,-0.10335 -0.155029,-0.21497 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.21291 0.01447,-0.0186 0.210839,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11575 0,-0.0724 0.05788,-0.1695 0.05994,-0.0971 0.272851,-0.27492 z m 0.359668,-1.15962 q -0.152962,0 -0.256315,0.12196 -0.103353,0.12196 -0.103353,0.37414 0,0.32659 0.14056,0.50643 0.107487,0.13642 0.272851,0.13642 0.157096,0 0.258382,-0.11782 0.101281,-0.11782 0.101281,-0.37 0,-0.32867 -0.142622,-0.5147 -0.10542,-0.13643 -0.270784,-0.13643 z m -0.380339,1.85002 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16743 0,0.0992 0.119889,0.17363 0.206706,0.12816 0.597379,0.12816 0.372068,0 0.547768,-0.13229 0.17777,-0.13023 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15297 -0.10749,-0.0455 -0.425814,-0.0537 -0.465088,-0.0124 -0.715202,-0.0475 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13395" />
+ <path
+ d="m 102.52015,160.2673 v 1.14721 q 0,0.32866 0.0145,0.40308 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.33279 -0.12815,0.0682 -0.27078,0.0682 -0.15916,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23772 -0.0455,-0.14469 -0.0455,-0.40927 v -0.84543 q 0,-0.13436 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.2671 q 0,0.26458 0.091,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11368,-0.0558 0.26871,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13397" />
+ <path
+ d="m 103.62809,159.22137 v 2.51147 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.9281 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0723 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13399" />
+ <path
+ d="m 105.0771,160.21148 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25839 0.34106,-0.38034 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13401" />
+ <path
+ d="m 108.66344,161.94781 q -0.1385,0.1447 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.4072 0.25632,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0723 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14882,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16536,-0.17363 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.16329 -0.1881,0.21498 -0.1881,0.62839 0,0.41754 0.1819,0.64078 0.1819,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13403" />
+ <path
+ d="m 109.76104,160.98043 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.18191 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13405" />
+ <path
+ d="m 112.9071,162.2248 0.091,-2.34404 q 0.006,-0.20464 0.006,-0.21498 0,-0.11369 -0.0558,-0.16743 -0.0537,-0.0537 -0.2005,-0.0641 l 0.0248,-0.0765 h 1.17822 l -0.0227,0.0765 q -0.1509,0 -0.22945,0.0909 -0.0765,0.091 -0.0889,0.37621 l -0.0661,1.4614 1.09347,-1.26917 q 0.2129,-0.24598 0.26251,-0.34106 0.0496,-0.0951 0.0496,-0.16537 0,-0.0517 -0.0455,-0.0909 -0.0455,-0.0413 -0.17364,-0.062 l 0.0289,-0.0765 h 0.77308 v 0.0765 q -0.0992,0.0248 -0.16123,0.0724 -0.091,0.0682 -0.28112,0.28939 l -2.09186,2.42879 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13407" />
+ <path
+ d="m 115.78651,160.85713 q 0.0961,0 0.16123,0.0667 0.0667,0.0667 0.0667,0.16123 0,0.0946 -0.0667,0.16123 -0.0667,0.0667 -0.16123,0.0667 -0.093,0 -0.15968,-0.0667 -0.0667,-0.0667 -0.0667,-0.16123 0,-0.0946 0.0651,-0.16123 0.0667,-0.0667 0.16123,-0.0667 z m 0.0961,0.71313 -0.31781,1.10226 q -0.0264,0.0946 -0.0264,0.12402 0,0.0171 0.014,0.0326 0.014,0.0139 0.0294,0.0139 0.0264,0 0.0527,-0.0233 0.0698,-0.0574 0.16743,-0.20774 l 0.0527,0.031 q -0.23409,0.40772 -0.49764,0.40772 -0.10077,0 -0.16123,-0.0558 -0.0589,-0.0574 -0.0589,-0.14418 0,-0.0574 0.0264,-0.14572 l 0.21549,-0.74104 q 0.031,-0.10697 0.031,-0.16123 0,-0.0341 -0.0295,-0.0605 -0.0294,-0.0264 -0.0806,-0.0264 -0.0233,0 -0.0558,0.002 l 0.0202,-0.062 0.52555,-0.0853 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.253;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13409" />
+ <path
+ d="m 109.37914,149.36143 a 0.45347595,0.45347595 0 0 1 -0.45347,0.45348 0.45347595,0.45347595 0 0 1 -0.45348,-0.45348 0.45347595,0.45347595 0 0 1 0.45348,-0.45347 0.45347595,0.45347595 0 0 1 0.45347,0.45347"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9-6-0" />
+ <path
+ d="m 114.64217,158.21812 a 0.45347595,0.45347595 0 0 1 -0.45347,0.45348 0.45347595,0.45347595 0 0 1 -0.45348,-0.45348 0.45347595,0.45347595 0 0 1 0.45348,-0.45347 0.45347595,0.45347595 0 0 1 0.45347,0.45347"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9-6-08" />
+ <path
+ d="m 33.08601,186.86955 h 42.62318 v 19.22042 H 33.08601 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-5-0-9" />
+ <path
+ d="m 39.991732,187.92856 v 1.10794 h 0.615982 q 0.239779,0 0.320394,-0.0724 0.107487,-0.0951 0.119889,-0.33486 h 0.07648 v 0.97565 h -0.07648 q -0.02894,-0.20464 -0.05788,-0.26252 -0.03721,-0.0723 -0.121956,-0.11369 -0.08475,-0.0413 -0.260449,-0.0413 H 39.99173 v 0.92398 q 0,0.18603 0.01654,0.22737 0.01654,0.0393 0.05788,0.0641 0.04134,0.0227 0.157096,0.0227 h 0.475423 q 0.237711,0 0.345198,-0.0331 0.107487,-0.0331 0.206705,-0.13023 0.128158,-0.12816 0.262516,-0.38654 h 0.08268 l -0.241846,0.7028 h -2.160073 v -0.0765 h 0.09922 q 0.09922,0 0.188102,-0.0475 0.06615,-0.0331 0.08888,-0.0992 0.02481,-0.0661 0.02481,-0.27078 v -1.82108 q 0,-0.26665 -0.05374,-0.32866 -0.07441,-0.0827 -0.248046,-0.0827 h -0.09922 v -0.0765 h 2.160073 l 0.03101,0.61392 h -0.08061 q -0.04341,-0.22118 -0.09715,-0.30386 -0.05168,-0.0827 -0.155029,-0.12609 -0.08268,-0.031 -0.291455,-0.031 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13415" />
+ <path
+ d="m 42.379181,189.0303 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25424 0.04547,0.12403 0.04547,0.38034 v 0.80822 q 0,0.17984 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 H 42.85667 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13417" />
+ <path
+ d="m 45.552111,189.85919 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13419" />
+ <path
+ d="m 46.746869,188.62929 q 0.429948,0 0.690397,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28733 -0.212907,-0.64493 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177766,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13421" />
+ <path
+ d="m 48.489397,189.0303 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25424 0.04548,0.12403 0.04548,0.38034 v 0.80822 q 0,0.17984 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13423" />
+ <path
+ d="m 50.603995,188.06292 v 0.62218 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272852,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.27331 h -0.299724 v -0.0682 q 0.113689,-0.0455 0.231511,-0.15296 0.119889,-0.10956 0.212906,-0.25838 0.04754,-0.0786 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13425" />
+ <path
+ d="m 51.782216,188.62929 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13427" />
+ <path
+ d="m 53.714913,190.30567 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0848 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13429" />
+ <path
+ d="m 55.072969,188.62929 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13431" />
+ <path
+ d="m 57.917237,188.62929 q 0.429948,0 0.690397,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28733 -0.212906,-0.64493 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109553,0 -0.221174,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19843 -0.374138,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13433" />
+ <path
+ d="m 60.728433,189.03236 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0785 0.200505,-0.12195 0.107487,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 H 61.22866 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.33279 -0.09095,-0.1323 -0.254248,-0.1323 -0.111621,0 -0.221175,0.06 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13435" />
+ <path
+ d="m 64.529748,190.30567 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13437" />
+ <path
+ d="m 65.815456,187.63917 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13439" />
+ <path
+ d="m 67.433961,188.62929 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28733 -0.212907,-0.64493 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13441" />
+ <path
+ d="m 69.178556,188.62929 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13443" />
+ <path
+ d="m 41.686717,193.63156 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101285,-0.0662 -0.212906,-0.0662 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13445" />
+ <path
+ d="m 43.799248,192.86262 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13447" />
+ <path
+ d="m 45.213114,192.86262 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 H 44.57438 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13449" />
+ <path
+ d="m 46.99905,192.86262 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13451" />
+ <path
+ d="m 50.430362,195.64074 v 0.0765 q -0.312125,-0.15709 -0.520898,-0.36793 -0.297656,-0.29973 -0.458886,-0.70694 -0.161231,-0.40721 -0.161231,-0.84542 0,-0.64079 0.31626,-1.16789 0.316259,-0.52917 0.824755,-0.75654 v 0.0868 q -0.254248,0.14056 -0.417545,0.38448 -0.163298,0.24391 -0.243913,0.61805 -0.08062,0.37413 -0.08062,0.78134 0,0.44235 0.06821,0.80409 0.05374,0.28525 0.130224,0.45682 0.07648,0.17363 0.204639,0.33279 0.130224,0.15917 0.338997,0.30386 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13453" />
+ <path
+ d="m 51.259251,193.78246 q -0.159163,-0.0372 -0.268717,-0.1509 -0.107487,-0.11369 -0.107487,-0.24598 0,-0.20877 0.196371,-0.34933 0.198437,-0.14056 0.547769,-0.14056 0.320394,0 0.485758,0.11369 0.167432,0.11369 0.167432,0.25218 0,0.0806 -0.05788,0.14676 -0.05788,0.0641 -0.150895,0.0641 -0.175699,0 -0.190169,-0.20464 -0.01654,-0.25631 -0.206705,-0.25631 -0.169499,0 -0.270785,0.17776 -0.09922,0.17777 -0.09922,0.34107 0,0.0909 0.06201,0.15709 0.06408,0.0641 0.159164,0.0641 0.04134,0 0.159163,-0.031 0.06201,-0.0165 0.09302,-0.0165 0.08888,0 0.08888,0.0785 0,0.0827 -0.08888,0.0827 -0.0186,0 -0.05168,-0.004 -0.09302,-0.0165 -0.138493,-0.0165 -0.225309,0 -0.361734,0.18603 -0.136426,0.18604 -0.136426,0.44649 0,0.27905 0.233577,0.27905 0.119889,0 0.177767,-0.0537 0.05994,-0.0558 0.09095,-0.17777 0.07441,-0.30386 0.276986,-0.30386 0.08268,0 0.14056,0.0558 0.05994,0.0558 0.05994,0.1447 0,0.17776 -0.219108,0.31419 -0.217041,0.13436 -0.572574,0.13436 -0.355534,0 -0.535367,-0.14263 -0.177767,-0.14469 -0.177767,-0.35346 0,-0.4837 0.69453,-0.59118 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13455" />
+ <path
+ d="m 52.360993,191.95931 v -0.0868 q 0.314192,0.15503 0.522965,0.36587 0.295589,0.30179 0.456819,0.709 0.16123,0.40514 0.16123,0.84542 0,0.64079 -0.316259,1.16789 -0.314193,0.52917 -0.824755,0.75654 v -0.0765 q 0.254247,-0.14263 0.417545,-0.38654 0.165364,-0.24184 0.243912,-0.61598 0.08062,-0.37621 0.08062,-0.78342 0,-0.44028 -0.06821,-0.80408 -0.05168,-0.28525 -0.130225,-0.45682 -0.07648,-0.17156 -0.204638,-0.33073 Q 52.571839,192.104 52.361,191.9593 Z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13457" />
+ <path
+ d="m 55.188725,193.63156 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.71521 0,-0.48575 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0662 -0.212907,-0.0662 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13459" />
+ <path
+ d="m 57.299188,193.26363 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25424 0.04547,0.12403 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06614,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.06 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13461" />
+ <path
+ d="m 59.413785,192.29624 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204639,0.30592 -0.132292,0.10129 -0.272851,0.10129 -0.09509,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10956 0.212907,-0.25838 0.04754,-0.0786 0.132291,-0.28733 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13463" />
+ <path
+ d="m 60.592007,192.86262 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13465" />
+ <path
+ d="m 61.770228,193.63156 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.71521 0,-0.48575 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0662 -0.212907,-0.0662 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13467" />
+ <path
+ d="m 65.459923,194.539 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13469" />
+ <path
+ d="m 67.487706,192.86262 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0848 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20463 0.419613,0.5395 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415478,-0.15709 0.111621,0 0.270785,0.0475 0.10542,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13471" />
+ <path
+ d="m 34.503699,196.12396 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13473" />
+ <path
+ d="m 35.745999,196.54771 v 0.62218 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204639,0.30592 -0.132291,0.10129 -0.272851,0.10129 -0.09509,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.212907,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13475" />
+ <path
+ d="m 36.688577,197.88302 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75655 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13477" />
+ <path
+ d="m 38.801107,197.11408 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192237,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33072 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13479" />
+ <path
+ d="m 40.733804,198.79046 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13481" />
+ <path
+ d="m 43.146058,198.34398 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44649 0.264583,-0.72554 0.266651,-0.27905 0.638721,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.140559,0.0475 -0.121957,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20258 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z m -0.768945,0.68626 h 0.124024 l -0.103353,0.1633 q 0.130225,0.0331 0.194303,0.11162 0.06408,0.0786 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124024,0.11368 -0.320394,0.11368 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10748 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13483" />
+ <path
+ d="m 44.340816,197.11408 q 0.429948,0 0.690397,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64493 0,-0.26044 0.128157,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109553,0.0641 -0.177766,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.14676,-0.19843 -0.374137,-0.19843 z m -0.531233,-0.45269 h -0.06615 q 0.0083,-0.28318 0.117823,-0.40927 0.109553,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14882 0.171566,0.11163 0.254248,0.11163 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13485" />
+ <path
+ d="m 45.849767,197.88302 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75655 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13487" />
+ <path
+ d="m 48.632023,197.11408 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194303,0.1571 -0.436149,0.1571 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365868,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13489" />
+ <path
+ d="m 49.148787,199.76818 v -0.0909 q 0.212907,-0.0703 0.328662,-0.21911 0.117822,-0.14676 0.117822,-0.31213 0,-0.0393 -0.0186,-0.0661 -0.01447,-0.0186 -0.02894,-0.0186 -0.02274,0 -0.09922,0.0413 -0.03721,0.0186 -0.07855,0.0186 -0.101285,0 -0.16123,-0.0599 -0.05994,-0.06 -0.05994,-0.16537 0,-0.10128 0.07648,-0.17363 0.07855,-0.0724 0.190169,-0.0724 0.136426,0 0.241846,0.11989 0.107487,0.11782 0.107487,0.31419 0,0.21291 -0.148828,0.39481 -0.146761,0.18397 -0.467155,0.28939 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13491" />
+ <path
+ d="m 52.778537,198.34398 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.56224,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179833,0.14676 0.179833,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20258 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450619,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13493" />
+ <path
+ d="m 54.120056,198.79046 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13495" />
+ <path
+ d="m 55.575263,196.12396 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13497" />
+ <path
+ d="m 57.706397,198.34398 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183967,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20258 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221174,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13499" />
+ <path
+ d="m 59.63496,197.16989 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128158,0.0682 -0.270785,0.0682 -0.159163,0 -0.276985,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.1447 -0.04548,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113689,-0.0558 0.268718,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13501" />
+ <path
+ d="m 60.742902,196.12396 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13503" />
+ <path
+ d="m 62.338668,198.79046 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13505" />
+ <path
+ d="m 64.480138,198.85041 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564307,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17364 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13507" />
+ <path
+ d="m 66.185459,197.11408 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13509" />
+ <path
+ d="m 68.297991,197.35799 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25012 0.293522,-0.34934 0.148828,-0.10128 0.312126,-0.10128 0.285253,0 0.475422,0.22324 0.233578,0.27285 0.233578,0.71107 0,0.48989 -0.28112,0.81028 -0.23151,0.26252 -0.58291,0.26252 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.02481,0.0537 0.08268,0.0847 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194303,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25632 v -1.79007 q 0,-0.18396 -0.01654,-0.23357 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.126091,0.0289 z m 0.661458,0.32866 v 0.70694 q 0,0.22944 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.091 0.285253,0.091 0.206706,0 0.334863,-0.16123 0.167432,-0.21084 0.167432,-0.59325 0,-0.43408 -0.190169,-0.66766 -0.132292,-0.16123 -0.314193,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.24598,0.22324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13511" />
+ <path
+ d="m 71.477123,197.11408 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13513" />
+ <path
+ d="m 73.221718,197.11408 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33072 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13515" />
+ <path
+ d="m 74.546699,197.11201 q 0.09508,0 0.16123,0.0682 0.06821,0.0662 0.06821,0.16124 0,0.0951 -0.06821,0.16329 -0.06615,0.0661 -0.16123,0.0661 -0.09508,0 -0.163298,-0.0661 -0.06615,-0.0682 -0.06615,-0.16329 0,-0.0951 0.06615,-0.16124 0.06821,-0.0682 0.163298,-0.0682 z m -0.0041,1.54823 q 0.09715,0 0.163298,0.0682 0.06821,0.0682 0.06821,0.1633 0,0.0951 -0.06821,0.16329 -0.06821,0.0662 -0.163298,0.0662 -0.09508,0 -0.163297,-0.0662 -0.06615,-0.0682 -0.06615,-0.16329 0,-0.0951 0.06615,-0.1633 0.06821,-0.0682 0.163297,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13517" />
+ <path
+ d="m 41.4428,203.32558 q -0.159163,-0.0372 -0.268717,-0.15089 -0.107487,-0.11369 -0.107487,-0.24598 0,-0.20878 0.19637,-0.34934 0.198438,-0.14056 0.54777,-0.14056 0.320394,0 0.485758,0.11369 0.167432,0.11369 0.167432,0.25218 0,0.0806 -0.05788,0.14676 -0.05788,0.0641 -0.150895,0.0641 -0.1757,0 -0.190169,-0.20464 -0.01654,-0.25631 -0.206706,-0.25631 -0.169498,0 -0.270784,0.17777 -0.09922,0.17776 -0.09922,0.34106 0,0.091 0.06201,0.1571 0.06408,0.0641 0.159163,0.0641 0.04134,0 0.159164,-0.031 0.06201,-0.0165 0.09302,-0.0165 0.08888,0 0.08888,0.0786 0,0.0827 -0.08888,0.0827 -0.0186,0 -0.05168,-0.004 -0.09302,-0.0165 -0.138493,-0.0165 -0.225309,0 -0.361735,0.18604 -0.136425,0.18603 -0.136425,0.44648 0,0.27905 0.233577,0.27905 0.119889,0 0.177767,-0.0537 0.05994,-0.0558 0.09095,-0.17777 0.07441,-0.30385 0.276986,-0.30385 0.08268,0 0.140559,0.0558 0.05995,0.0558 0.05995,0.14469 0,0.17777 -0.219108,0.31419 -0.217041,0.13436 -0.572574,0.13436 -0.355534,0 -0.535368,-0.14262 -0.177766,-0.1447 -0.177766,-0.35347 0,-0.48369 0.69453,-0.59118 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13519" />
+ <path
+ d="m 43.58427,202.52976 h 2.230353 v 0.1695 H 43.58427 Z m 0,0.67386 h 2.230353 v 0.1695 H 43.58427 Z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13521" />
+ <path
+ d="m 47.459999,201.41562 v 3.85299 h -0.171566 v -3.85299 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13523" />
+ <path
+ d="m 48.468722,204.41905 0.09095,-2.34404 q 0.0062,-0.20464 0.0062,-0.21497 0,-0.11369 -0.05581,-0.16743 -0.05374,-0.0538 -0.200505,-0.0641 l 0.02481,-0.0765 h 1.178222 l -0.02274,0.0765 q -0.150895,0 -0.229443,0.0909 -0.07648,0.0909 -0.08888,0.3762 l -0.06615,1.46141 1.093472,-1.26917 q 0.212907,-0.24598 0.262516,-0.34107 0.04961,-0.0951 0.04961,-0.16536 0,-0.0517 -0.04548,-0.0909 -0.04547,-0.0413 -0.173632,-0.062 l 0.02894,-0.0765 h 0.773079 v 0.0765 q -0.09922,0.0248 -0.16123,0.0724 -0.09095,0.0682 -0.28112,0.28938 l -2.09186,2.42879 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13525" />
+ <path
+ d="m 52.014757,200.51139 -0.02791,0.0853 q -0.221691,0.15813 -0.367419,0.36742 -0.223242,0.32246 -0.364319,0.786 -0.139526,0.46199 -0.139526,0.86816 0,0.2589 0.122473,0.55811 l -0.02635,0.0899 q -0.417029,-0.55811 -0.417029,-1.11311 0,-0.31936 0.139527,-0.63252 0.164331,-0.36587 0.486792,-0.64958 0.246496,-0.21704 0.593762,-0.35966 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13527" />
+ <path
+ d="m 52.13258,202.70505 h -0.05581 q 0.0047,-0.12712 0.0047,-0.19224 0,-0.17673 -0.02791,-0.51004 -0.02635,-0.33487 -0.06046,-0.44649 -0.02636,-0.0822 -0.06976,-0.11937 -0.02946,-0.0248 -0.07596,-0.0248 -0.02636,0 -0.06356,0.006 v -0.0558 l 0.516247,-0.13798 q 0.15503,0.42323 0.150379,1.08366 0.227893,-0.21705 0.313159,-0.35192 0.08682,-0.13488 0.08682,-0.22479 0,-0.0713 -0.05426,-0.14418 -0.05271,-0.0744 -0.06666,-0.10542 -0.0124,-0.031 -0.0124,-0.0682 0,-0.0806 0.05271,-0.13488 0.05271,-0.0543 0.133325,-0.0543 0.08527,0 0.131775,0.0543 0.06511,0.076 0.06511,0.17984 0,0.10697 -0.03876,0.21084 -0.03721,0.10231 -0.130225,0.24339 -0.09147,0.13953 -0.204638,0.25425 -0.207739,0.21084 -0.593762,0.53795 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13529" />
+ <path
+ d="m 53.227086,201.50822 h 0.745691 v -0.74414 h 0.203088 v 0.74414 h 0.745691 v 0.20464 h -0.745691 v 0.73794 h -0.203088 v -0.73794 h -0.745691 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13531" />
+ <path
+ d="m 56.326121,200.51604 -0.513146,1.76423 q -0.04031,0.13798 -0.04031,0.17518 0,0.0372 0.02791,0.0775 0.02946,0.0388 0.06201,0.0512 0.03411,0.0109 0.201538,0.0202 l -0.01705,0.0574 h -1.05885 l 0.01705,-0.0574 q 0.15813,-0.003 0.220141,-0.0263 0.06201,-0.0233 0.10077,-0.076 0.04031,-0.0527 0.08992,-0.22169 l 0.303857,-1.048 q 0.06976,-0.23874 0.07286,-0.2527 0.0093,-0.0403 0.0093,-0.076 0,-0.0698 -0.04341,-0.11007 -0.04186,-0.0419 -0.120923,-0.0419 -0.03876,0 -0.153479,0.0124 l -0.0124,-0.0574 0.789099,-0.19068 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13533" />
+ <path
+ d="m 56.143187,203.26626 0.02791,-0.0853 q 0.178283,-0.12712 0.302307,-0.27905 0.122473,-0.15193 0.252698,-0.42013 0.130224,-0.26975 0.21239,-0.57671 0.10542,-0.39843 0.10542,-0.74569 0,-0.2589 -0.122473,-0.55966 l 0.0248,-0.0884 q 0.417029,0.5581 0.417029,1.11156 0,0.32091 -0.139526,0.63407 -0.162781,0.36432 -0.486792,0.64802 -0.246497,0.21704 -0.593763,0.36122 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13535" />
+ <path
+ d="m 58.791603,203.2491 h 1.068668 v 0.31213 h -1.068668 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13537" />
+ <path
+ d="m 61.753694,204.41905 0.09095,-2.34404 q 0.0062,-0.20464 0.0062,-0.21497 0,-0.11369 -0.05581,-0.16743 -0.05374,-0.0538 -0.200504,-0.0641 l 0.0248,-0.0765 h 1.178222 l -0.02274,0.0765 q -0.150895,0 -0.229443,0.0909 -0.07648,0.0909 -0.08888,0.3762 l -0.06615,1.46141 1.093472,-1.26917 q 0.212907,-0.24598 0.262516,-0.34107 0.04961,-0.0951 0.04961,-0.16536 0,-0.0517 -0.04548,-0.0909 -0.04548,-0.0413 -0.173633,-0.062 l 0.02894,-0.0765 h 0.773078 v 0.0765 q -0.09922,0.0248 -0.16123,0.0724 -0.09095,0.0682 -0.281119,0.28938 l -2.091861,2.42879 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13539" />
+ <path
+ d="m 65.299729,200.51139 -0.02791,0.0853 q -0.221692,0.15813 -0.36742,0.36742 -0.223242,0.32246 -0.364319,0.786 -0.139526,0.46199 -0.139526,0.86816 0,0.2589 0.122473,0.55811 l -0.02635,0.0899 q -0.417029,-0.55811 -0.417029,-1.11311 0,-0.31936 0.139527,-0.63252 0.164331,-0.36587 0.486792,-0.64958 0.246496,-0.21704 0.593762,-0.35966 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13541" />
+ <path
+ d="m 65.417551,202.70505 h -0.05581 q 0.0047,-0.12712 0.0047,-0.19224 0,-0.17673 -0.0279,-0.51004 -0.02636,-0.33487 -0.06046,-0.44649 -0.02635,-0.0822 -0.06976,-0.11937 -0.02945,-0.0248 -0.07596,-0.0248 -0.02635,0 -0.06356,0.006 v -0.0558 l 0.516247,-0.13798 q 0.15503,0.42323 0.150379,1.08366 0.227893,-0.21705 0.313159,-0.35192 0.08682,-0.13488 0.08682,-0.22479 0,-0.0713 -0.05426,-0.14418 -0.05271,-0.0744 -0.06666,-0.10542 -0.0124,-0.031 -0.0124,-0.0682 0,-0.0806 0.05271,-0.13488 0.05271,-0.0543 0.133325,-0.0543 0.08527,0 0.131775,0.0543 0.06511,0.076 0.06511,0.17984 0,0.10697 -0.03876,0.21084 -0.03721,0.10231 -0.130224,0.24339 -0.09147,0.13953 -0.204639,0.25425 -0.207739,0.21084 -0.593762,0.53795 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13543" />
+ <path
+ d="m 66.029916,203.26626 0.02791,-0.0853 q 0.178284,-0.12712 0.302307,-0.27905 0.122473,-0.15193 0.252698,-0.42013 0.130225,-0.26975 0.21239,-0.57671 0.10542,-0.39843 0.10542,-0.74569 0,-0.2589 -0.122473,-0.55966 l 0.02481,-0.0884 q 0.417028,0.5581 0.417028,1.11156 0,0.32091 -0.139526,0.63407 -0.162781,0.36432 -0.486792,0.64802 -0.246497,0.21704 -0.593762,0.36122 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:super;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13545" />
+ <path
+ d="m 67.952797,201.41562 v 3.85299 h -0.171566 v -3.85299 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.5;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13547" />
+ <path
+ d="m 50.259583,200.61217 a 0.45347595,0.45347595 0 0 1 -0.453476,0.45347 0.45347595,0.45347595 0 0 1 -0.453476,-0.45347 0.45347595,0.45347595 0 0 1 0.453476,-0.45348 0.45347595,0.45347595 0 0 1 0.453476,0.45348"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9-6-08-0" />
+ <path
+ d="m 63.485065,200.61217 a 0.45347595,0.45347595 0 0 1 -0.453475,0.45347 0.45347595,0.45347595 0 0 1 -0.453476,-0.45347 0.45347595,0.45347595 0 0 1 0.453476,-0.45348 0.45347595,0.45347595 0 0 1 0.453475,0.45348"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9-6-08-7" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="399.85239"
- x="114.98283"
- height="18.818882"
- width="43.852318"
- id="rect7253-2-7-1-3"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-1-8"
- y="413.87057"
- x="138.18796"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="413.87057"
- x="138.18796"
- sodipodi:role="line"
- id="tspan23369-8"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan30433">i</tspan> = 1</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88)"
- d="m 54.397605,74.737099 v 2.83482"
- id="path9106-0-5-3"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g33225"
- transform="matrix(0.26458333,0,0,0.26458333,16.905296,-3.4518559)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="589.90393"
- x="114.79097"
- height="23.907532"
- width="53.824482"
- id="rect7253-2-7-1-6-6"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-1-5-8"
- y="607.16626"
- x="142.51962"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="607.16626"
- x="142.51962"
- sodipodi:role="line"
- id="tspan23369-5-21"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan33212">i</tspan> += 1</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1)"
- d="m 54.397605,159.02493 v 2.83482"
- id="path9106-0-5-3-4"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g23968-9"
- transform="matrix(0.26458333,0,0,0.26458333,68.431863,-40.651254)"
+ id="path9106-7-3-2-9"
+ d="m 54.397605,139.12915 v 12.30082"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="310.46255"
- x="65.848206"
- height="49.49868"
- width="128.60071"
- id="rect7253-2-7-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-2"
- y="324.48074"
- x="130.18858"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="324.48074"
- x="130.18858"
- sodipodi:role="line"
- id="tspan23185-2-0">Atribuir os valores</tspan><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="340.48074"
- x="130.18858"
- sodipodi:role="line"
- id="tspan23330-6">iniciais das tensões</tspan><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="356.48074"
- x="130.18858"
- sodipodi:role="line"
- id="tspan23332-8">das barras</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-9)"
- d="M 70.397593,48.040226 H 84.721992"
- id="path9106-0-6"
+ sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-7-3-2-9-5"
+ d="M 37.675175,169.91899 H 34.444958 V 85.239891 h 3.195359"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-0)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-64)"
- d="m 102.867,54.699024 v 2.83482"
- id="path9106-0-5-34"
- inkscape:connector-curvature="0"
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-7-3-2-9-4"
+ d="m 102.867,139.12599 v 7.90605"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-02)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g3700"
- transform="matrix(0.26458333,0,0,0.26458333,-6.9864391,-35.318659)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-7-3-2-9-4-5"
+ d="M 86.574006,155.78967 H 62.693249"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-02-6)" />
+ <path
+ d="m 35.05748,161.90013 h 7.098923 v 3.56784 H 35.05748 Z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-3" />
+ <path
+ d="m 35.145293,162.28756 h 0.760676 l 1.713589,2.10219 v -1.61643 q 0,-0.25839 -0.05788,-0.32247 -0.07648,-0.0868 -0.241846,-0.0868 h -0.09715 v -0.0765 h 0.97565 v 0.0765 h -0.09922 q -0.177767,0 -0.252181,0.10749 -0.04547,0.0661 -0.04547,0.30179 v 2.36264 h -0.07441 l -1.847948,-2.25722 v 1.72599 q 0,0.25838 0.05581,0.32246 0.07855,0.0868 0.241845,0.0868 h 0.09922 v 0.0765 h -0.97565 v -0.0765 h 0.09715 q 0.179834,0 0.254248,-0.10748 0.04548,-0.0661 0.04548,-0.30179 v -1.94924 q -0.121957,-0.14262 -0.186035,-0.1881 -0.06201,-0.0455 -0.183968,-0.0847 -0.05994,-0.0186 -0.181901,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13553" />
+ <path
+ d="m 39.465439,164.81763 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23977 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254248,0.11162 0.06614,0 0.115755,-0.0558 0.05168,-0.0558 0.08062,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13555" />
+ <path
+ d="m 41.195564,163.14125 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41342 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13557" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-2"
- d="m 232.00268,430.99017 58.71503,24.48587 -58.71503,24.48586 -58.71504,-24.48586 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- id="text6088-8-7-5-8-1"
- y="451.63074"
- x="232.21753"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan6749-7-6"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="451.63074"
- x="232.21753"
- sodipodi:role="line">MIT em</tspan><tspan
- id="tspan3692"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="467.63074"
- x="232.21753"
- sodipodi:role="line">Barra(<tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan31085-9">i</tspan>)?</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-6-0-0-2-4-6)"
- d="M 69.932622,85.19271 H 82.145376"
- id="path9106-7-3-3-0-0-6-3-5"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-7-3-2-0"
+ d="m 54.397605,176.90903 v 8.76126"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-7)" />
+ <path
+ d="m 54.99007,178.87849 h 7.098923 v 3.70148 H 54.99007 Z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-6-0" />
+ <path
+ d="m 57.074659,179.33548 v 0.96945 h -0.07648 q -0.03721,-0.27906 -0.134359,-0.44442 -0.09508,-0.16536 -0.272851,-0.26252 -0.177767,-0.0971 -0.367936,-0.0971 -0.214974,0 -0.355534,0.13229 -0.140559,0.13023 -0.140559,0.29766 0,0.12816 0.08888,0.23358 0.128157,0.15503 0.609781,0.41341 0.392741,0.21084 0.535368,0.32453 0.144694,0.11162 0.221175,0.26458 0.07855,0.15296 0.07855,0.32039 0,0.31833 -0.248047,0.54984 -0.245979,0.22944 -0.634586,0.22944 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.0103 -0.26665,-0.0744 -0.200505,-0.0661 -0.254248,-0.0661 -0.05168,0 -0.08268,0.031 -0.02894,0.031 -0.04341,0.12815 h -0.07648 v -0.96118 h 0.07648 q 0.05374,0.30179 0.144693,0.45269 0.09095,0.14883 0.276986,0.24804 0.188102,0.0992 0.411344,0.0992 0.258382,0 0.40721,-0.13642 0.150895,-0.13643 0.150895,-0.32246 0,-0.10336 -0.05788,-0.20878 -0.05581,-0.10542 -0.175699,-0.19637 -0.08061,-0.062 -0.440283,-0.26251 -0.359668,-0.20257 -0.51263,-0.32246 -0.150895,-0.11989 -0.229443,-0.26459 -0.07855,-0.14469 -0.07855,-0.31832 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.589111,-0.21911 0.223242,0 0.473356,0.10955 0.115755,0.0517 0.163297,0.0517 0.05374,0 0.08682,-0.031 0.03514,-0.0331 0.05581,-0.13022 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13561" />
+ <path
+ d="m 58.104053,179.26313 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13563" />
+ <path
+ d="m 59.358755,180.65633 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10335 0.128158,0.10336 0.171566,0.29973 0.212907,-0.24805 0.359667,-0.32453 0.146761,-0.0785 0.301791,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24392 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.19431 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957046 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.33279 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.091 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.02481,0.24185 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 H 58.73037 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13565" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-2"
+ d="m 75.815161,196.47977 h 14.49686"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-6)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-3-0-7-0"
- transform="translate(-24.781554,-8.5769694)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-7-3-3-0-0-6-3"
+ d="m 114.2948,196.47977 h 9.83721"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-6-0-0-2-4)" />
+ <path
+ d="m 115.43504,191.9832 h 7.09893 v 3.70147 h -7.09893 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-6-7" />
+ <path
+ d="m 117.51962,192.44018 v 0.96945 h -0.0765 q -0.0372,-0.27905 -0.13436,-0.44441 -0.0951,-0.16537 -0.27285,-0.26252 -0.17776,-0.0971 -0.36793,-0.0971 -0.21498,0 -0.35554,0.13229 -0.14056,0.13022 -0.14056,0.29766 0,0.12815 0.0889,0.23357 0.12815,0.15503 0.60978,0.41341 0.39274,0.21084 0.53537,0.32453 0.14469,0.11162 0.22117,0.26459 0.0785,0.15296 0.0785,0.32039 0,0.31833 -0.24805,0.54984 -0.24598,0.22944 -0.63458,0.22944 -0.12196,0 -0.22945,-0.0186 -0.0641,-0.0103 -0.26665,-0.0744 -0.2005,-0.0661 -0.25424,-0.0661 -0.0517,0 -0.0827,0.031 -0.0289,0.031 -0.0434,0.12816 h -0.0765 v -0.96118 h 0.0765 q 0.0537,0.30179 0.1447,0.45268 0.0909,0.14883 0.27698,0.24805 0.18811,0.0992 0.41135,0.0992 0.25838,0 0.40721,-0.13643 0.15089,-0.13642 0.15089,-0.32246 0,-0.10335 -0.0579,-0.20877 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.062 -0.44029,-0.26252 -0.35966,-0.20257 -0.51263,-0.32246 -0.15089,-0.11989 -0.22944,-0.26458 -0.0786,-0.14469 -0.0786,-0.31833 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.58911,-0.21911 0.22325,0 0.47336,0.10956 0.11575,0.0517 0.1633,0.0517 0.0537,0 0.0868,-0.031 0.0351,-0.0331 0.0558,-0.13023 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13569" />
+ <path
+ d="m 118.54902,192.36784 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13571" />
+ <path
+ d="m 119.80372,193.76103 q 0.20671,-0.2067 0.24391,-0.23771 0.093,-0.0786 0.20051,-0.12196 0.10748,-0.0434 0.2129,-0.0434 0.17777,0 0.30593,0.10335 0.12816,0.10335 0.17156,0.29972 0.21291,-0.24804 0.35967,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.1509,0 0.26665,0.0785 0.11782,0.0765 0.18604,0.25219 0.0455,0.11988 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0476 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0538 -0.26665,0.20258 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24184 0.0227,0.0476 0.0827,0.0806 0.0599,0.031 0.20463,0.031 v 0.0744 h -0.95704 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.06,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.0909,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22118,0.06 -0.17156,0.0909 -0.26458,0.20464 v 1.01492 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0848 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0785,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13573" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-6-7-6"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-7-9-7"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-9-8-4"
- sodipodi:role="line">Sim</tspan></text>
- </g>
- <g
- id="g3957"
- transform="matrix(0.26458333,0,0,0.26458333,16.770915,-33.132986)"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path9106-7-3-2-9-5-5"
+ d="m 102.867,201.24621 v 9.11882 H 29.10818 L 29.084425,72.077507 h 18.309291"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-4-0-1)" />
+ <path
+ d="m 103.737,204.00737 h 7.09892 v 3.56784 H 103.737 Z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-3-8" />
+ <path
+ d="m 103.82481,204.3948 h 0.76068 l 1.71359,2.10219 v -1.61644 q 0,-0.25838 -0.0579,-0.32246 -0.0765,-0.0868 -0.24185,-0.0868 h -0.0972 v -0.0765 h 0.97565 v 0.0765 h -0.0992 q -0.17776,0 -0.25218,0.10748 -0.0455,0.0662 -0.0455,0.30179 v 2.36265 h -0.0744 l -1.84794,-2.25723 v 1.726 q 0,0.25838 0.0558,0.32246 0.0786,0.0868 0.24184,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0971 q 0.17984,0 0.25425,-0.10748 0.0455,-0.0661 0.0455,-0.30179 v -1.94924 q -0.12196,-0.14262 -0.18604,-0.1881 -0.062,-0.0455 -0.18397,-0.0848 -0.0599,-0.0186 -0.1819,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13577" />
+ <path
+ d="m 108.14496,206.92487 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28318 0.11782,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16536 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13579" />
+ <path
+ d="m 109.87508,205.24849 q 0.42995,0 0.6904,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13581" />
+ <path
+ d="m 48.59631,69.753136 h 11.602592 v 4.979162 H 48.59631 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-1-3" />
+ <path
+ d="m 51.788379,70.595114 q 0.128157,0 0.214974,0.08888 0.08888,0.08888 0.08888,0.214974 0,0.126091 -0.08888,0.214974 -0.08888,0.08888 -0.214974,0.08888 -0.124023,0 -0.212907,-0.08888 -0.08888,-0.08888 -0.08888,-0.214974 0,-0.12609 0.08682,-0.214974 0.08888,-0.08888 0.214974,-0.08888 z m 0.128157,0.950846 -0.423746,1.469676 q -0.03514,0.12609 -0.03514,0.165365 0,0.02274 0.0186,0.04341 0.0186,0.0186 0.03928,0.0186 0.03514,0 0.07028,-0.03101 0.09302,-0.07648 0.223242,-0.276985 l 0.07028,0.04134 q -0.312125,0.543636 -0.663525,0.543636 -0.134358,0 -0.214973,-0.07441 -0.07855,-0.07648 -0.07855,-0.192237 0,-0.07648 0.03514,-0.194303 l 0.28732,-0.988052 q 0.04134,-0.142627 0.04134,-0.214974 0,-0.04548 -0.03927,-0.08062 -0.03927,-0.03514 -0.107487,-0.03514 -0.03101,0 -0.07441,0.0021 l 0.02687,-0.08268 0.700732,-0.113688 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13585" />
+ <path
+ d="m 53.146434,71.63691 h 2.230353 v 0.169499 h -2.230353 z m 0,0.67386 h 2.230353 v 0.169499 h -2.230353 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13587" />
+ <path
+ d="m 57.013895,70.934111 0.682128,-0.332796 h 0.06821 v 2.366779 q 0,0.235644 0.0186,0.293522 0.02067,0.05788 0.08268,0.08888 0.06201,0.03101 0.252181,0.03514 v 0.07648 h -1.054199 v -0.07648 q 0.198438,-0.0041 0.256315,-0.03307 0.05788,-0.03101 0.08061,-0.08061 0.02274,-0.05168 0.02274,-0.303857 v -1.513085 q 0,-0.305924 -0.02067,-0.39274 -0.01447,-0.06615 -0.05374,-0.09715 -0.03721,-0.03101 -0.09095,-0.03101 -0.07648,0 -0.212906,0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13589" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- transform="translate(-30.637745,-41.190863)"
- id="g23935-1">
- <rect
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-5-8"
- width="146.91672"
- height="52.730923"
- x="282.59756"
- y="462.57999"
- rx="0"
- ry="0" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- x="355.91638"
- y="476.59818"
- id="text6088-8-4-3-09"><tspan
- sodipodi:role="line"
- x="355.91638"
- y="476.59818"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan23545-0">Calcular os</tspan><tspan
- id="tspan3783"
- sodipodi:role="line"
- x="355.91638"
- y="492.59818"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;">escorrregamentos</tspan><tspan
- id="tspan3780"
- sodipodi:role="line"
- x="355.91638"
- y="508.59818"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;">com |<tspan
- id="tspan3820"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan3818"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:65%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">i</tspan>|</tspan></text>
- </g>
- <circle
- r="1.7139249"
- cy="453.95667"
- cx="343.74634"
- id="path6834-9-6-8"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </g>
- <g
- id="g3922"
- transform="matrix(0.26458333,0,0,0.26458333,-29.091032,-28.13347)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-3"
+ d="m 54.397605,74.737099 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88)" />
+ <path
+ d="m 47.277073,152.62689 h 14.24106 v 6.32554 h -14.24106 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-1-6-6" />
+ <path
+ d="m 50.471234,154.32721 q 0.128157,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21497 0,0.1261 -0.08888,0.21498 -0.08888,0.0889 -0.214974,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21498 0,-0.12609 0.08682,-0.21497 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95084 -0.423746,1.46968 q -0.03514,0.12609 -0.03514,0.16536 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27699 l 0.07028,0.0413 q -0.312125,0.54363 -0.663525,0.54363 -0.134358,0 -0.214973,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11369 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13593" />
+ <path
+ d="m 52.858683,156.90276 v -1.03146 h -1.029394 v -0.1695 h 1.029394 v -1.02733 h 0.165364 v 1.02733 h 1.033528 v 0.1695 h -1.033528 v 1.03146 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13595" />
+ <path
+ d="m 54.218805,155.369 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13597" />
+ <path
+ d="m 58.086266,154.6662 0.682128,-0.33279 h 0.06821 v 2.36678 q 0,0.23564 0.0186,0.29352 0.02067,0.0579 0.08268,0.0889 0.06201,0.031 0.25218,0.0351 v 0.0765 h -1.054198 v -0.0765 q 0.198437,-0.004 0.256315,-0.0331 0.05788,-0.031 0.08062,-0.0806 0.02274,-0.0517 0.02274,-0.30385 v -1.51309 q 0,-0.30592 -0.02067,-0.39274 -0.01447,-0.0661 -0.05374,-0.0971 -0.03721,-0.031 -0.09095,-0.031 -0.07648,0 -0.212906,0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13599" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="480.1001"
- x="449.67535"
- height="21.056467"
- width="98.158623"
- id="rect7253-2-7-5-4"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-3-7"
- y="494.11829"
- x="498.26053"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan23545-6"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="494.11829"
- x="498.26053"
- sodipodi:role="line">Calcular <tspan
- id="tspan23553-9"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">Q</tspan><tspan
- id="tspan23547-2"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">mot</tspan></tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-8)"
- d="M 54.397605,91.671261 V 109.72293"
- id="path9106-7-3-2-6"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-0-5-3-4"
+ d="m 54.397605,159.02493 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1)" />
+ <path
+ d="M 85.854202,41.491962 H 119.87981 V 54.588488 H 85.854202 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-2" />
+ <path
+ d="m 88.943565,44.2625 h -1.085204 l -0.190169,0.44235 q -0.07028,0.163297 -0.07028,0.243912 0,0.06408 0.05994,0.113688 0.06201,0.04754 0.264583,0.06201 v 0.07648 h -0.882632 v -0.07648 q 0.175699,-0.03101 0.227376,-0.08062 0.10542,-0.09922 0.233577,-0.403076 l 0.985986,-2.306834 h 0.07235 l 0.97565,2.331639 q 0.117822,0.281119 0.212906,0.365868 0.09715,0.08268 0.268718,0.09302 v 0.07648 h -1.105875 v -0.07648 q 0.167431,-0.0083 0.225309,-0.05581 0.05994,-0.04754 0.05994,-0.115755 0,-0.09095 -0.08268,-0.28732 z m -0.05788,-0.152962 -0.475422,-1.132747 -0.487826,1.132747 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13603" />
+ <path
+ d="m 90.748104,42.685336 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136425,0.06408 0.06821,0 0.132292,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08062 q -0.07235,0.202571 -0.204639,0.305924 -0.132291,0.101286 -0.272851,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13605" />
+ <path
+ d="m 91.926326,43.25171 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09509,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13607" />
+ <path
+ d="m 93.267845,42.26159 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05995,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521352 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13609" />
+ <path
+ d="m 94.47914,43.634115 q 0.274918,-0.382405 0.593245,-0.382405 0.291454,0 0.508495,0.250113 0.217041,0.248047 0.217041,0.680062 0,0.504361 -0.334863,0.812352 -0.287321,0.264584 -0.640787,0.264584 -0.165365,0 -0.33693,-0.05994 -0.169499,-0.05994 -0.347265,-0.179834 v -1.961636 q 0,-0.32246 -0.01654,-0.396874 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05788,0 -0.144694,0.03307 l -0.02894,-0.07235 0.56844,-0.23151 h 0.09302 z m 0,0.132291 v 1.132747 q 0.10542,0.103353 0.217041,0.157096 0.113688,0.05168 0.23151,0.05168 0.188102,0 0.349332,-0.206705 0.163297,-0.206706 0.163297,-0.601513 0,-0.363802 -0.163297,-0.558105 -0.16123,-0.196371 -0.367936,-0.196371 -0.109554,0 -0.219108,0.05581 -0.08268,0.04134 -0.210839,0.165364 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13611" />
+ <path
+ d="m 97.736819,43.30752 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08061,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566373,0.233578 h -0.09302 v -0.401009 q -0.243913,0.264583 -0.37207,0.332796 -0.128157,0.06821 -0.270784,0.06821 -0.159164,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04547,-0.144694 -0.04547,-0.409277 v -0.845426 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204639,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 v -1.072801 q 0,-0.161231 -0.05994,-0.217041 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13613" />
+ <path
+ d="m 98.675262,42.26159 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521352 q 0,0.177767 0.02481,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13615" />
+ <path
+ d="m 99.921697,43.25171 v 0.425813 q 0.237713,-0.425813 0.487823,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159164 0,0.08062 -0.0537,0.136425 -0.0537,0.05581 -0.12815,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.192233,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09509,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.969459 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13617" />
+ <path
+ d="m 102.76597,43.25171 q 0.42994,0 0.69039,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341065 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713135 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37413,-0.198438 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13619" />
+ <path
+ d="m 105.18029,43.25171 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12195,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115756 0.0661,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22118,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15917,-0.390673 0.16123,-0.157096 0.41547,-0.157096 0.11163,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13621" />
+ <path
+ d="m 106.56315,43.30752 h 0.8909 V 43.384 h -0.0579 q -0.0806,0 -0.12402,0.03927 -0.0413,0.03927 -0.0413,0.10542 0,0.07235 0.0434,0.171566 l 0.44029,1.04593 0.44235,-1.085204 q 0.0475,-0.115756 0.0475,-0.1757 0,-0.02894 -0.0165,-0.04754 -0.0227,-0.03101 -0.0579,-0.04134 -0.0351,-0.0124 -0.14262,-0.0124 v -0.07648 h 0.61805 v 0.07648 q -0.10749,0.0083 -0.14883,0.04341 -0.0724,0.06201 -0.13023,0.206706 l -0.67179,1.624706 h -0.0847 l -0.67592,-1.597834 q -0.0455,-0.111621 -0.0868,-0.159164 -0.0413,-0.04961 -0.10542,-0.08268 -0.0351,-0.0186 -0.13849,-0.03514 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13623" />
+ <path
+ d="m 109.84976,44.928092 q -0.29145,0.225309 -0.36586,0.260449 -0.11163,0.05168 -0.23772,0.05168 -0.19637,0 -0.32452,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0847,-0.140559 0.29352,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0476,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0476,-0.05374 -0.0476,-0.146761 0,-0.177766 0.1819,-0.326594 0.18191,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.175699 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20463,0.09715 0.1571,0 0.41341,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13625" />
+ <path
+ d="m 111.30497,42.26159 v 2.511472 q 0,0.177767 0.0248,0.235645 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.20051,0.02894 v 0.07441 h -0.92811 v -0.07441 q 0.13022,0 0.17776,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237712 v -1.71979 q 0,-0.320393 -0.0145,-0.39274 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13642,0.03307 l -0.0351,-0.07235 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13627" />
+ <path
+ d="m 112.75398,43.25171 q 0.42995,0 0.69039,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12195,0.260449 -0.33693,0.392741 -0.2129,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341065 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10955,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713135 0.16537,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37414,-0.198438 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13629" />
+ <path
+ d="m 114.49857,43.25171 v 0.425813 q 0.23771,-0.425813 0.48783,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159164 0,0.08062 -0.0537,0.136425 -0.0537,0.05581 -0.12816,0.05581 -0.0723,0 -0.16329,-0.07028 -0.0889,-0.07235 -0.1323,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237711 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.1447,0 0.21498,-0.04547 0.0517,-0.03307 0.0723,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.1447,0.03101 l -0.0207,-0.07441 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13631" />
+ <path
+ d="m 115.67679,44.020654 q -0.002,0.42168 0.20464,0.661458 0.20671,0.239778 0.48576,0.239778 0.18604,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20877,0.231511 -0.52297,0.231511 -0.34106,0 -0.58497,-0.264584 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756542 0.25011,-0.272851 0.62632,-0.272851 0.31832,0 0.52296,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87644 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134359 -0.13436,0.132292 -0.1571,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13633" />
+ <path
+ d="m 118.45905,43.25171 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115756 0.0661,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.19431,0.157097 -0.43615,0.157097 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22117,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29973,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13635" />
+ <path
+ d="m 87.281652,46.49492 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13637" />
+ <path
+ d="m 88.52602,47.886048 q 0.332796,-0.401009 0.634586,-0.401009 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254248 0.04547,0.124024 0.04547,0.380339 v 0.808218 q 0,0.179834 0.02894,0.243913 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936377 v -0.07441 h 0.03928 q 0.132291,0 0.183967,-0.03927 0.05374,-0.04134 0.07441,-0.11989 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.24598,0 -0.489892,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237712 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936376 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.28112 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138492,0.03101 l -0.03101,-0.07441 0.570507,-0.231511 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13639" />
+ <path
+ d="m 90.572405,46.49492 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.990119 v 1.521353 q 0,0.177767 0.02481,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13641" />
+ <path
+ d="m 92.873037,48.714937 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239778,-0.270784 -0.239778,-0.731738 0,-0.446484 0.264583,-0.725536 0.26665,-0.279053 0.63872,-0.279053 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305925 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01034,-0.121957 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167431,0.202572 -0.167431,0.535368 0,0.338997 0.165364,0.599446 0.167431,0.258382 0.450618,0.258382 0.202572,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13643" />
+ <path
+ d="m 93.623379,46.49492 q 0.08682,0 0.14676,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.14676,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150896,-0.06201 z m 0.171565,0.990119 v 1.521353 q 0,0.177767 0.02481,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13645" />
+ <path
+ d="m 95.388644,49.161421 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01034,0.05995 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 V 48.30566 q -0.312125,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13647" />
+ <path
+ d="m 96.674352,46.49492 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.02481,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13649" />
+ <path
+ d="m 98.590513,47.485039 v 0.644922 H 98.5223 q -0.07855,-0.303857 -0.202571,-0.413411 -0.121957,-0.109554 -0.312126,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198438 0.06408,0.08475 0.260449,0.179833 l 0.30179,0.146761 q 0.419613,0.204639 0.419613,0.539502 0,0.258382 -0.196371,0.417545 -0.194303,0.157096 -0.436148,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675928 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163297,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142626 -0.101285,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.161231,-0.157097 0.415478,-0.157097 0.111621,0 0.270785,0.04754 0.10542,0.03101 0.140559,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13651" />
+ <path
+ d="m 101.40791,49.221366 q -0.13849,0.144694 -0.27078,0.208773 -0.1323,0.06201 -0.28526,0.06201 -0.31006,0 -0.54157,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.25632,-0.74414 0.25631,-0.338997 0.65939,-0.338997 0.25011,0 0.41341,0.159164 v -0.349333 q 0,-0.324528 -0.0165,-0.398942 -0.0145,-0.07441 -0.0475,-0.101285 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14263,0.03307 l -0.0269,-0.07235 0.56431,-0.23151 h 0.093 v 2.189012 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101285 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16537,-0.173633 -0.10128,-0.05994 -0.19844,-0.05994 -0.1819,0 -0.32452,0.163297 -0.18811,0.214974 -0.18811,0.628385 0,0.417545 0.1819,0.640787 0.18191,0.221175 0.40515,0.221175 0.1881,0 0.3638,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13653" />
+ <path
+ d="m 103.25999,49.161421 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0847,-0.14056 0.29353,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05995 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239779 z m 0,-0.134358 V 48.30566 q -0.31212,0.124024 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206704 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13655" />
+ <path
+ d="m 105.28777,47.485039 v 0.644922 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0661,0.198438 0.0641,0.08475 0.26045,0.179833 l 0.30179,0.146761 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11163,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36586,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13657" />
+ <path
+ d="m 107.31762,46.918666 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248046 0.0537,0.06408 0.13642,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0724,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18604,-0.05168 -0.0909,-0.05374 -0.13435,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29973 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13659" />
+ <path
+ d="m 108.2602,48.253984 q -0.002,0.421679 0.20464,0.661458 0.2067,0.239778 0.48576,0.239778 0.18603,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24804,-0.756542 0.25012,-0.272852 0.62632,-0.272852 0.31833,0 0.52297,0.21084 0.20463,0.208773 0.20463,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06615 -0.2129,-0.06615 -0.17157,0 -0.308,0.134359 -0.13435,0.132291 -0.15709,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13661" />
+ <path
+ d="m 110.37066,47.886048 q 0.3328,-0.401009 0.63459,-0.401009 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124024 0.0455,0.380339 v 0.808218 q 0,0.179834 0.0289,0.243913 0.0227,0.05168 0.0724,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93638 v -0.07441 h 0.0393 q 0.13229,0 0.18396,-0.03927 0.0538,-0.04134 0.0744,-0.11989 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237712 0.0289,0.05994 0.0786,0.08888 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 h 0.0413 q 0.14469,0 0.1943,-0.07235 0.0517,-0.07441 0.0517,-0.28112 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.231511 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13663" />
+ <path
+ d="m 113.15912,47.485039 v 0.644922 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0662,0.198438 0.0641,0.08475 0.26044,0.179833 l 0.30179,0.146761 q 0.41962,0.204639 0.41962,0.539502 0,0.258382 -0.19637,0.417545 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202572 0,-0.142626 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39275,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13665" />
+ <path
+ d="m 114.50684,47.485039 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.16329,0.713134 0.16537,0.299723 0.43409,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165365 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z m -0.53123,-0.452685 h -0.0661 q 0.008,-0.283187 0.11782,-0.409277 0.10956,-0.126091 0.27079,-0.126091 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26251,0.148828 0.17157,0.111621 0.25425,0.111621 0.0662,0 0.11576,-0.05581 0.0517,-0.05581 0.0806,-0.231511 h 0.0641 q 0.002,0.192237 -0.0517,0.305925 -0.0517,0.111621 -0.14882,0.175699 -0.0951,0.06201 -0.19224,0.06201 -0.1633,0 -0.40514,-0.165364 -0.13023,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13435,0.07441 -0.0227,0.03514 -0.0579,0.208773 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13667" />
+ <path
+ d="m 116.01579,48.253984 q -0.002,0.421679 0.20464,0.661458 0.20671,0.239778 0.48576,0.239778 0.18603,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.264583 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24805,-0.756542 0.25011,-0.272852 0.62631,-0.272852 0.31833,0 0.52297,0.21084 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15502,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17157,0 -0.30799,0.134359 -0.13436,0.132291 -0.1571,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13669" />
+ <path
+ d="m 118.79805,47.485039 v 0.644922 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12195,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0661,0.198438 0.0641,0.08475 0.26045,0.179833 l 0.30179,0.146761 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43614,0.157096 -0.17364,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15917,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13671" />
+ <path
+ d="m 95.82686,53.454696 q -0.138493,0.144694 -0.270784,0.208772 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250113,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564307,-0.23151 h 0.09302 v 2.189011 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.56224,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165365,-0.173633 -0.101285,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13673" />
+ <path
+ d="m 97.678942,53.394751 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134359 -0.126091,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.231511,0.310059 -0.44235,0.310059 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 V 52.53899 q -0.312126,0.124024 -0.403076,0.1757 -0.163298,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13675" />
+ <path
+ d="m 99.706723,51.718369 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202571,-0.413411 -0.121956,-0.109554 -0.312126,-0.109554 -0.144693,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169499 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419612,0.204639 0.419612,0.539502 0,0.258382 -0.19637,0.417545 -0.194304,0.157096 -0.436149,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142627 -0.101286,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.39274,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390674 0.161231,-0.157096 0.415479,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13677" />
+ <path
+ d="m 101.70557,52.100774 q 0.27491,-0.382405 0.59324,-0.382405 0.29146,0 0.5085,0.250114 0.21704,0.248047 0.21704,0.680061 0,0.504362 -0.33487,0.812353 -0.28732,0.264583 -0.64078,0.264583 -0.16537,0 -0.33693,-0.05994 -0.1695,-0.05994 -0.34727,-0.179833 v -1.961636 q 0,-0.322461 -0.0165,-0.396875 -0.0145,-0.07441 -0.0476,-0.101285 -0.0331,-0.02687 -0.0827,-0.02687 -0.0579,0 -0.14469,0.03307 l -0.0289,-0.07235 0.56844,-0.23151 h 0.093 z m 0,0.132292 v 1.132746 q 0.10542,0.103353 0.21704,0.157097 0.11368,0.05168 0.23151,0.05168 0.1881,0 0.34933,-0.206706 0.1633,-0.206705 0.1633,-0.601513 0,-0.363801 -0.1633,-0.558105 -0.16123,-0.19637 -0.36794,-0.19637 -0.10955,0 -0.2191,0.05581 -0.0827,0.04134 -0.21084,0.165364 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13679" />
+ <path
+ d="m 104.3762,53.394751 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.0909,-0.388607 -0.0889,-0.105419 -0.26045,-0.105419 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.161231 l 0.004,0.119889 q 0,0.09509 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239779 z m 0,-0.134358 V 52.53899 q -0.31212,0.124024 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13681" />
+ <path
+ d="m 105.73426,51.718369 v 0.425814 q 0.23771,-0.425814 0.48782,-0.425814 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0537,0.136426 -0.0537,0.05581 -0.12815,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19223,0.279052 v 0.907438 q 0,0.157096 0.0393,0.237711 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.14469,0 0.21497,-0.04548 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 V 52.50798 q 0,-0.330729 -0.0145,-0.39274 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.14469,0.03101 l -0.0207,-0.07441 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13683" />
+ <path
+ d="m 107.14812,51.718369 v 0.425814 q 0.23771,-0.425814 0.48783,-0.425814 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0537,0.136426 -0.0537,0.05581 -0.12816,0.05581 -0.0723,0 -0.16329,-0.07028 -0.0889,-0.07235 -0.1323,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279052 v 0.907438 q 0,0.157096 0.0393,0.237711 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.1447,0 0.21498,-0.04548 0.0517,-0.03307 0.0723,-0.10542 0.0103,-0.03514 0.0103,-0.200504 V 52.50798 q 0,-0.330729 -0.0145,-0.39274 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.1447,0.03101 l -0.0207,-0.07441 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13685" />
+ <path
+ d="m 109.08082,53.394751 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264583 0.21083,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388607 -0.0889,-0.105419 -0.26045,-0.105419 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.161231 l 0.004,0.119889 q 0,0.09509 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239779 z m 0,-0.134358 V 52.53899 q -0.31213,0.124024 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13687" />
+ <path
+ d="m 111.1086,51.718369 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202572 0,-0.142627 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13689" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-6"
+ d="M 70.397593,48.040226 H 84.721992"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-9)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-6"
- transform="translate(-41.553927,3.3122861)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-34"
+ d="m 102.867,54.699024 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-64)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-5"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-6"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7"
- sodipodi:role="line">Não</tspan></text>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.40005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 89.751662,101.67861 H 54.415813"
- id="path9106-7-3-2-9-4-5-5"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ id="rect13740-2"
+ d="M 54.397603,78.714155 69.932621,85.192708 54.397603,91.671259 38.862582,85.192708 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ d="m 49.228932,84.175308 -1.083137,-2.35851 v 1.872752 q 0,0.258382 0.05581,0.322461 0.07648,0.08682 0.241845,0.08682 h 0.09922 v 0.07648 h -0.97565 v -0.07648 h 0.09922 q 0.177767,0 0.252181,-0.107487 0.04548,-0.06614 0.04548,-0.30179 v -1.831411 q 0,-0.186035 -0.04134,-0.268717 -0.02894,-0.05994 -0.107487,-0.09922 -0.07648,-0.04134 -0.248046,-0.04134 v -0.07648 h 0.793749 l 1.016991,2.193146 1.000455,-2.193146 h 0.793749 v 0.07648 h -0.09715 q -0.179834,0 -0.254248,0.107487 -0.04548,0.06615 -0.04548,0.30179 v 1.831411 q 0,0.258382 0.05788,0.322461 0.07648,0.08682 0.241846,0.08682 h 0.09715 v 0.07648 h -1.19063 v -0.07648 h 0.09922 q 0.179834,0 0.252181,-0.107487 0.04547,-0.06614 0.04547,-0.30179 v -1.872752 l -1.08107,2.35851 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13692" />
+ <path
+ d="m 52.56516,84.098827 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06614 0.04961,-0.318326 v -1.810741 q 0,-0.212906 -0.02687,-0.281119 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101286 q -0.171565,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318326 v 1.810741 q 0,0.212907 0.02687,0.281119 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13694" />
+ <path
+ d="m 55.122108,81.372381 0.03101,0.657324 h -0.07855 q -0.02274,-0.173633 -0.06201,-0.248047 -0.06408,-0.119889 -0.171566,-0.1757 -0.10542,-0.05788 -0.279052,-0.05788 h -0.394808 v 2.141469 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241845,0.08682 h 0.09715 v 0.07648 H 53.37338 v -0.07648 h 0.09922 q 0.177767,0 0.252181,-0.107487 0.04547,-0.06614 0.04547,-0.30179 v -2.141469 h -0.33693 q -0.19637,0 -0.279052,0.02894 -0.107487,0.03927 -0.183968,0.150895 -0.07648,0.111621 -0.09095,0.301791 h -0.07855 l 0.03307,-0.657324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13696" />
+ <path
+ d="m 56.695137,82.99502 q -0.0021,0.421679 0.204638,0.661457 0.206706,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138493,-0.103353 0.23151,-0.351399 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516764 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.26665 -0.241845,-0.715202 0,-0.485758 0.248046,-0.756542 0.250114,-0.272851 0.626318,-0.272851 0.318327,0 0.522965,0.210839 0.204639,0.208773 0.204639,0.560173 z m 0,-0.11989 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.1819 -0.101286,-0.06615 -0.212907,-0.06615 -0.171565,0 -0.307991,0.134358 -0.134359,0.132292 -0.157096,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13698" />
+ <path
+ d="m 58.815936,82.629151 q 0.206705,-0.206706 0.243912,-0.237712 0.09302,-0.07855 0.200505,-0.121956 0.107486,-0.04341 0.212906,-0.04341 0.177767,0 0.305925,0.103353 0.128157,0.103352 0.171565,0.299723 0.212907,-0.248047 0.359668,-0.324528 0.146761,-0.07855 0.30179,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.252181 0.04547,0.119889 0.04547,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243912 0.02067,0.04548 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200504 v -0.81442 q 0,-0.23151 -0.05581,-0.326595 -0.08062,-0.132291 -0.258382,-0.132291 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202571 l -0.0041,0.02274 0.0041,0.08888 v 0.903304 q 0,0.194303 0.02067,0.241845 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204639,0.03101 v 0.07441 h -0.957047 v -0.07441 q 0.157096,0 0.214974,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204638 v -0.81442 q 0,-0.23151 -0.06821,-0.332796 -0.09095,-0.132292 -0.254248,-0.132292 -0.111621,0 -0.221175,0.05994 -0.171566,0.09095 -0.264583,0.204638 v 1.014925 q 0,0.186035 0.0248,0.241845 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936376 v -0.07441 q 0.130224,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -0.72347 q 0,-0.312125 -0.0186,-0.403076 -0.01447,-0.06821 -0.04548,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138492,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13700" />
+ <path
+ d="m 48.765912,86.978236 q 0.291455,0.06201 0.436149,0.198437 0.200504,0.190169 0.200504,0.465087 0,0.208773 -0.132292,0.401009 -0.132291,0.190169 -0.363801,0.279053 -0.229444,0.08682 -0.702799,0.08682 h -1.322916 v -0.07648 h 0.10542 q 0.1757,0 0.252181,-0.111621 0.04754,-0.07235 0.04754,-0.307991 v -1.810741 q 0,-0.260449 -0.05994,-0.328662 -0.08062,-0.09095 -0.239778,-0.09095 h -0.10542 v -0.07648 h 1.211295 q 0.338997,0 0.543635,0.04961 0.310059,0.07441 0.473356,0.264583 0.163297,0.188102 0.163297,0.434082 0,0.210839 -0.128157,0.378271 -0.128157,0.165364 -0.378271,0.24598 z m -1.083137,-0.111621 q 0.07648,0.01447 0.173632,0.02274 0.09922,0.0062 0.217041,0.0062 0.30179,0 0.452685,-0.06408 0.152962,-0.06615 0.233578,-0.200505 0.08061,-0.134358 0.08061,-0.293522 0,-0.245979 -0.200505,-0.419612 -0.200504,-0.173633 -0.584976,-0.173633 -0.206706,0 -0.37207,0.04548 z m 0,1.339452 q 0.239778,0.05581 0.473355,0.05581 0.374137,0 0.570508,-0.167431 0.19637,-0.169499 0.19637,-0.417546 0,-0.163297 -0.08888,-0.314192 -0.08888,-0.150895 -0.289388,-0.237711 -0.200505,-0.08682 -0.496093,-0.08682 -0.128158,0 -0.219108,0.0041 -0.09095,0.0041 -0.146761,0.01447 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13702" />
+ <path
+ d="m 50.843303,88.135787 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.126091,-0.134358 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264584 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.231511,0.310058 -0.44235,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312126,0.124023 -0.403076,0.175699 -0.163297,0.09095 -0.233577,0.19017 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13704" />
+ <path
+ d="m 52.201358,86.459405 v 0.425813 q 0.237712,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237712 0.02687,0.05581 0.09509,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200504 V 87.24902 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13706" />
+ <path
+ d="m 53.615224,86.459405 v 0.425813 q 0.237712,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237712 0.02687,0.05581 0.09509,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 H 52.9765 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200504 V 87.24902 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13708" />
+ <path
+ d="m 55.547921,88.135787 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293521,-0.264584 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413412,0.08475 0.121956,0.06408 0.179833,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01034,0.332796 0.01033,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.175699 -0.163297,0.09095 -0.233577,0.19017 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13710" />
+ <path
+ d="m 57.534362,89.237527 v 0.07648 q -0.312126,-0.157096 -0.520898,-0.367936 -0.297656,-0.299723 -0.458887,-0.706933 -0.16123,-0.407209 -0.16123,-0.845425 0,-0.640787 0.316259,-1.167887 0.31626,-0.529166 0.824756,-0.756542 v 0.08682 q -0.254248,0.14056 -0.417546,0.384473 -0.163297,0.243912 -0.243912,0.618049 -0.08062,0.374137 -0.08062,0.781347 0,0.44235 0.06821,0.804085 0.05374,0.285254 0.130225,0.456819 0.07648,0.173633 0.204638,0.332796 0.130225,0.159163 0.338998,0.303857 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13712" />
+ <path
+ d="m 58.584426,85.541632 q 0.128157,0 0.214974,0.08888 0.08888,0.08888 0.08888,0.214974 0,0.126091 -0.08888,0.214974 -0.08888,0.08888 -0.214974,0.08888 -0.124024,0 -0.212907,-0.08888 -0.08888,-0.08888 -0.08888,-0.214974 0,-0.12609 0.08682,-0.214974 0.08888,-0.08888 0.214974,-0.08888 z m 0.128157,0.950846 -0.423746,1.469676 q -0.03514,0.12609 -0.03514,0.165364 0,0.02274 0.0186,0.04341 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.03101 0.09302,-0.07648 0.223242,-0.276985 l 0.07028,0.04134 q -0.312125,0.543636 -0.663525,0.543636 -0.134358,0 -0.214973,-0.07441 -0.07855,-0.07648 -0.07855,-0.192237 0,-0.07648 0.03514,-0.194303 L 58.04079,87.01751 q 0.04134,-0.142627 0.04134,-0.214974 0,-0.04548 -0.03927,-0.08062 -0.03927,-0.03514 -0.107487,-0.03514 -0.03101,0 -0.07441,0.0021 l 0.02687,-0.08268 0.700732,-0.113688 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13714" />
+ <path
+ d="m 58.902752,85.556101 v -0.08682 q 0.314193,0.155029 0.522965,0.365869 0.295589,0.30179 0.45682,0.709 0.16123,0.405143 0.16123,0.845426 0,0.640787 -0.31626,1.167886 -0.314192,0.529166 -0.824755,0.756542 v -0.07648 Q 59.157,89.0949 59.320298,88.850988 q 0.165364,-0.241846 0.243912,-0.615983 0.08061,-0.376204 0.08061,-0.783414 0,-0.440283 -0.06821,-0.804084 -0.05168,-0.285254 -0.130224,-0.45682 -0.07648,-0.171565 -0.204639,-0.330728 -0.128157,-0.159164 -0.338997,-0.303858 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13716" />
+ <path
+ d="m 61.159977,87.74718 h -0.08475 q 0.01447,-0.260449 0.06408,-0.429947 0.05168,-0.171566 0.21084,-0.475423 0.124023,-0.233577 0.16123,-0.357601 0.03721,-0.12609 0.03721,-0.254248 0,-0.262516 -0.140559,-0.417545 -0.138493,-0.155029 -0.341064,-0.155029 -0.179834,0 -0.283187,0.08475 -0.103353,0.08475 -0.103353,0.183968 0,0.07648 0.06201,0.188102 0.06201,0.111621 0.06201,0.169499 0,0.07441 -0.04754,0.12609 -0.04754,0.04961 -0.115755,0.04961 -0.08682,0 -0.159163,-0.08475 -0.07028,-0.08682 -0.07028,-0.239778 0,-0.233577 0.200504,-0.413411 0.200505,-0.179834 0.543636,-0.179834 0.425813,0 0.626318,0.248047 0.148828,0.181901 0.148828,0.403075 0,0.150896 -0.06821,0.310059 -0.06615,0.159163 -0.254248,0.374137 -0.299723,0.338997 -0.367936,0.481624 -0.06615,0.14056 -0.08062,0.388606 z m -0.02894,0.256315 q 0.09715,0 0.163298,0.06821 0.06821,0.06615 0.06821,0.163297 0,0.09508 -0.06821,0.163298 -0.06821,0.06615 -0.163298,0.06615 -0.09508,0 -0.163297,-0.06615 -0.06615,-0.06821 -0.06615,-0.163298 0,-0.09715 0.06615,-0.163297 0.06821,-0.06821 0.163297,-0.06821 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13718" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-7-3-3-0-0-6-3-5"
+ d="M 69.932622,85.19271 H 82.145376"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-6-0-0-2-4-6)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1-7)"
- d="m 102.87114,92.291597 v 5.360517"
- id="path9106-0-5-3-4-4"
+ d="m 72.498184,80.802902 h 7.098923 v 3.701473 h -7.098923 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-6-7-6" />
+ <path
+ d="m 74.582773,81.259886 v 0.969449 h -0.07648 q -0.03721,-0.279052 -0.134359,-0.444417 -0.09508,-0.165364 -0.272851,-0.262516 -0.177767,-0.09715 -0.367936,-0.09715 -0.214974,0 -0.355534,0.132292 -0.14056,0.130225 -0.14056,0.297656 0,0.128157 0.08888,0.233577 0.128157,0.155029 0.609781,0.413411 0.392741,0.21084 0.535368,0.324528 0.144694,0.111621 0.221175,0.264583 0.07855,0.152962 0.07855,0.320394 0,0.318326 -0.248047,0.549837 -0.24598,0.229443 -0.634586,0.229443 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.01033 -0.26665,-0.07441 -0.200505,-0.06615 -0.254248,-0.06615 -0.05168,0 -0.08268,0.03101 -0.02894,0.03101 -0.04341,0.128158 h -0.07648 V 83.22979 h 0.07648 q 0.05374,0.30179 0.144694,0.452685 0.09095,0.148828 0.276986,0.248047 0.188102,0.09922 0.411344,0.09922 0.258382,0 0.40721,-0.136425 0.150895,-0.136426 0.150895,-0.322461 0,-0.103353 -0.05788,-0.208772 -0.05581,-0.10542 -0.175699,-0.196371 -0.08062,-0.06201 -0.440283,-0.262516 -0.359668,-0.202571 -0.51263,-0.32246 -0.150895,-0.11989 -0.229443,-0.264584 -0.07855,-0.144693 -0.07855,-0.318326 0,-0.30179 0.23151,-0.518831 0.23151,-0.219108 0.589111,-0.219108 0.223242,0 0.473355,0.109554 0.115756,0.05168 0.163298,0.05168 0.05374,0 0.08682,-0.031 0.03514,-0.03307 0.05581,-0.130225 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13722" />
+ <path
+ d="m 75.612166,81.187539 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177766 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13724" />
+ <path
+ d="m 76.866869,82.580735 q 0.206706,-0.206706 0.243913,-0.237712 0.09302,-0.07855 0.200504,-0.121956 0.107487,-0.04341 0.212907,-0.04341 0.177767,0 0.305924,0.103352 0.128157,0.103353 0.171566,0.299724 0.212906,-0.248047 0.359667,-0.324528 0.146761,-0.07855 0.30179,-0.07855 0.150895,0 0.266651,0.07855 0.117822,0.07648 0.186035,0.252181 0.04547,0.119889 0.04547,0.376204 v 0.81442 q 0,0.177766 0.02687,0.243912 0.02067,0.04547 0.07648,0.07855 0.05581,0.03101 0.1819,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121957,0 0.19017,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200504 v -0.81442 q 0,-0.231511 -0.05581,-0.326595 -0.08062,-0.132292 -0.258382,-0.132292 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202571 l -0.0041,0.02274 0.0041,0.08888 v 0.903304 q 0,0.194303 0.02067,0.241845 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204638,0.03101 v 0.07441 h -0.957046 v -0.07441 q 0.157096,0 0.214973,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204638 v -0.81442 q 0,-0.231511 -0.06821,-0.332796 -0.09095,-0.132292 -0.254248,-0.132292 -0.111621,0 -0.221175,0.05994 -0.171565,0.09095 -0.264583,0.204638 v 1.014925 q 0,0.186035 0.02481,0.241845 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206705,0.02687 v 0.07441 h -0.936376 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -0.72347 q 0,-0.312125 -0.0186,-0.403076 -0.01447,-0.06821 -0.04547,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13726" />
+ <path
+ d="M 83.43528,78.35955 H 122.307 V 92.311274 H 83.43528 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-5-8" />
+ <path
+ d="m 95.804165,79.201521 0.06408,0.952913 h -0.06408 q -0.128157,-0.427881 -0.365869,-0.615983 -0.237711,-0.188102 -0.570507,-0.188102 -0.279053,0 -0.504362,0.142627 -0.225309,0.14056 -0.355533,0.450618 -0.128158,0.310058 -0.128158,0.771012 0,0.380338 0.121957,0.659391 0.121956,0.279052 0.365868,0.42788 0.24598,0.148828 0.560172,0.148828 0.272852,0 0.481624,-0.115755 0.208773,-0.117822 0.458887,-0.465088 l 0.06408,0.04134 q -0.210839,0.374137 -0.491959,0.547769 -0.281119,0.173633 -0.667659,0.173633 -0.696597,0 -1.079003,-0.516764 -0.285253,-0.384472 -0.285253,-0.90537 0,-0.419613 0.188102,-0.771012 0.188102,-0.351399 0.516764,-0.543636 0.330728,-0.194303 0.721402,-0.194303 0.303857,0 0.599446,0.148828 0.08682,0.04548 0.124023,0.04548 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13730" />
+ <path
+ d="m 97.288311,81.795676 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332795 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13732" />
+ <path
+ d="m 98.743518,79.129174 v 2.511473 q 0,0.177766 0.02481,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130225,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13734" />
+ <path
+ d="m 100.87465,81.349192 q -0.0765,0.374137 -0.29972,0.576708 -0.22324,0.200505 -0.49403,0.200505 -0.322458,0 -0.562236,-0.270785 -0.239779,-0.270784 -0.239779,-0.731737 0,-0.446484 0.264583,-0.725537 0.266651,-0.279052 0.638722,-0.279052 0.27905,0 0.45888,0.148828 0.17984,0.146761 0.17984,0.305924 0,0.07855 -0.0517,0.128158 -0.0496,0.04754 -0.14056,0.04754 -0.12195,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0724,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152962 -0.167432,0.202571 -0.167432,0.535367 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450617,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22118,-0.345198 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13736" />
+ <path
+ d="m 102.80321,80.175104 v 1.147216 q 0,0.328662 0.0145,0.403076 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0641,0 0.14469,-0.03514 l 0.0289,0.07235 -0.56637,0.233578 h -0.093 v -0.401009 q -0.24391,0.264583 -0.37207,0.332796 -0.12816,0.06821 -0.27078,0.06821 -0.15917,0 -0.27699,-0.09095 -0.11575,-0.09302 -0.16123,-0.237711 -0.0455,-0.144694 -0.0455,-0.409277 V 80.54304 q 0,-0.134358 -0.0289,-0.186035 -0.0289,-0.05168 -0.0868,-0.07855 -0.0558,-0.02894 -0.20464,-0.02687 v -0.07648 h 0.66353 v 1.267105 q 0,0.264583 0.0909,0.347266 0.093,0.08268 0.22324,0.08268 0.0889,0 0.2005,-0.05581 0.11369,-0.05581 0.26872,-0.212906 v -1.072802 q 0,-0.16123 -0.0599,-0.217041 -0.0579,-0.05788 -0.24392,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13738" />
+ <path
+ d="m 103.91116,79.129174 v 2.511473 q 0,0.177766 0.0248,0.235644 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.2005,0.02894 v 0.07441 h -0.92811 v -0.07441 q 0.13023,0 0.17777,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237711 v -1.71979 q 0,-0.320394 -0.0145,-0.392741 -0.0145,-0.07441 -0.0476,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13643,0.03307 l -0.0351,-0.07235 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13740" />
+ <path
+ d="m 105.50692,81.795676 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32452,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.0909,-0.388607 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0476,0.05168 -0.1261,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200505 0.0372,0.08888 0.0372,0.363801 v 0.642855 q 0,0.270784 0.0103,0.332795 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248046 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13742" />
+ <path
+ d="m 106.86498,80.119294 v 0.425813 q 0.23771,-0.425813 0.48782,-0.425813 0.11369,0 0.18811,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08061 -0.0537,0.136426 -0.0538,0.05581 -0.12816,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279053 v 0.907437 q 0,0.157097 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.14469,0 0.21497,-0.04547 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.39274 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.14469,0.03101 l -0.0207,-0.07441 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13744" />
+ <path
+ d="m 109.70925,80.119294 q 0.42995,0 0.69039,0.326595 0.22118,0.279052 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12195,0.260449 -0.33693,0.39274 -0.2129,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.1633,0.713134 0.16537,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504361 -0.21704,-0.793749 -0.14677,-0.198438 -0.37414,-0.198438 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13746" />
+ <path
+ d="m 112.12357,80.119294 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20258,-0.413411 -0.12195,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41962,0.204638 0.41962,0.539501 0,0.258382 -0.19638,0.417546 -0.1943,0.157096 -0.43614,0.157096 -0.17364,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39895,-0.245979 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117823 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13748" />
+ <path
+ d="m 88.360698,85.121568 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239778 0.485758,0.239778 0.186035,0 0.322461,-0.101285 0.138493,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208772,0.231511 -0.522965,0.231511 -0.341064,0 -0.584976,-0.264584 -0.241846,-0.26665 -0.241846,-0.715201 0,-0.485758 0.248047,-0.756542 0.250113,-0.272851 0.626318,-0.272851 0.318326,0 0.522965,0.210839 0.204638,0.208773 0.204638,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171565,0 -0.307991,0.134359 -0.134358,0.132292 -0.157096,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13750" />
+ <path
+ d="m 91.142955,84.352624 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115756 0.06615,0.198438 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419613,0.204638 0.419613,0.539501 0,0.258382 -0.196371,0.417545 -0.194303,0.157097 -0.436148,0.157097 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289387 0.221175,0.436148 0.163297,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101285,-0.239779 -0.09922,-0.09715 -0.398942,-0.245979 -0.299723,-0.148828 -0.392741,-0.268718 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157096 0.415478,-0.157096 0.111621,0 0.270785,0.04754 0.105419,0.03101 0.140559,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13752" />
+ <path
+ d="m 93.172803,85.582522 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200505 -0.494026,0.200505 -0.322461,0 -0.562239,-0.270785 -0.239779,-0.270784 -0.239779,-0.731737 0,-0.446484 0.264583,-0.725537 0.266651,-0.279052 0.638721,-0.279052 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.140559,0.04754 -0.121957,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202572 -0.167432,0.535368 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13754" />
+ <path
+ d="m 94.367561,84.352624 q 0.429948,0 0.690397,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121957,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212906,0.132292 -0.475422,0.132292 -0.427881,0 -0.680062,-0.341065 -0.212906,-0.28732 -0.212906,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341064,-0.380338 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109553,0 -0.221174,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713135 0.165365,0.299723 0.434082,0.299723 0.200504,0 0.330729,-0.165365 0.130224,-0.165364 0.130224,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.146761,-0.198438 -0.374138,-0.198438 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13756" />
+ <path
+ d="m 96.112156,84.352624 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13758" />
+ <path
+ d="m 97.526022,84.352624 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13760" />
+ <path
+ d="m 98.939888,84.352624 v 0.425813 q 0.237712,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13762" />
+ <path
+ d="m 100.11811,85.121568 q -0.002,0.42168 0.20464,0.661458 0.2067,0.239778 0.48576,0.239778 0.18603,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20878,0.231511 -0.52297,0.231511 -0.34106,0 -0.58498,-0.264584 -0.241842,-0.26665 -0.241842,-0.715201 0,-0.485758 0.248042,-0.756542 0.25012,-0.272851 0.62632,-0.272851 0.31833,0 0.52297,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06615 -0.2129,-0.06615 -0.17157,0 -0.30799,0.134359 -0.13436,0.132292 -0.1571,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13764" />
+ <path
+ d="m 102.1831,85.61146 q -0.17363,-0.08475 -0.26665,-0.235644 -0.093,-0.152962 -0.093,-0.33693 0,-0.28112 0.21084,-0.483691 0.21291,-0.202571 0.54364,-0.202571 0.27078,0 0.46922,0.132291 h 0.40101 q 0.0889,0 0.10335,0.0062 0.0145,0.0041 0.0207,0.01654 0.0124,0.0186 0.0124,0.06615 0,0.05374 -0.0103,0.07441 -0.006,0.01033 -0.0227,0.01654 -0.0145,0.0062 -0.10335,0.0062 h -0.24598 q 0.11575,0.148828 0.11575,0.380338 0,0.264583 -0.20257,0.452686 -0.20257,0.188102 -0.54364,0.188102 -0.14056,0 -0.28732,-0.04134 -0.0909,0.07855 -0.12402,0.138493 -0.031,0.05788 -0.031,0.09922 0,0.03514 0.0331,0.06821 0.0351,0.03307 0.13436,0.04754 0.0579,0.0083 0.28938,0.01447 0.42582,0.01034 0.55191,0.02894 0.19223,0.02687 0.30592,0.142627 0.11576,0.115755 0.11576,0.285254 0,0.233577 -0.21911,0.438215 -0.32246,0.301791 -0.84129,0.301791 -0.39894,0 -0.67386,-0.179834 -0.15503,-0.103353 -0.15503,-0.214974 0,-0.04961 0.0227,-0.09922 0.0351,-0.07648 0.14469,-0.212906 0.0145,-0.0186 0.21084,-0.223242 -0.10749,-0.06408 -0.15296,-0.113689 -0.0434,-0.05168 -0.0434,-0.115755 0,-0.07235 0.0579,-0.169498 0.0599,-0.09715 0.27285,-0.274919 z m 0.35967,-1.159618 q -0.15297,0 -0.25632,0.121957 -0.10335,0.121956 -0.10335,0.374137 0,0.326594 0.14056,0.506428 0.10748,0.136426 0.27285,0.136426 0.1571,0 0.25838,-0.117822 0.10129,-0.117822 0.10129,-0.370003 0,-0.328662 -0.14263,-0.514697 -0.10542,-0.136426 -0.27078,-0.136426 z m -0.38034,1.850015 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.09095 -0.0496,0.167432 0,0.09922 0.11989,0.173632 0.2067,0.128158 0.59738,0.128158 0.37207,0 0.54777,-0.132292 0.17776,-0.130224 0.17776,-0.279052 0,-0.107487 -0.10542,-0.152962 -0.10748,-0.04548 -0.42581,-0.05374 -0.46509,-0.0124 -0.7152,-0.04754 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13766" />
+ <path
+ d="m 104.86614,86.029006 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0847,-0.140559 0.29352,-0.264583 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13768" />
+ <path
+ d="m 106.23246,84.755699 q 0.20671,-0.206705 0.24391,-0.237711 0.093,-0.07855 0.20051,-0.121956 0.10748,-0.04341 0.2129,-0.04341 0.17777,0 0.30593,0.103352 0.12816,0.103353 0.17156,0.299723 0.21291,-0.248046 0.35967,-0.324527 0.14676,-0.07855 0.30179,-0.07855 0.1509,0 0.26665,0.07855 0.11782,0.07648 0.18604,0.25218 0.0455,0.11989 0.0455,0.376205 v 0.814419 q 0,0.177767 0.0269,0.243913 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.18191,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12196,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200505 v -0.814419 q 0,-0.231511 -0.0558,-0.326595 -0.0806,-0.132292 -0.25838,-0.132292 -0.10956,0 -0.22118,0.05581 -0.10955,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194304 0.0207,0.241846 0.0227,0.04754 0.0827,0.08062 0.0599,0.03101 0.20463,0.03101 v 0.07441 h -0.95704 v -0.07441 q 0.15709,0 0.21497,-0.03721 0.06,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204639 v -0.814419 q 0,-0.231511 -0.0682,-0.332796 -0.091,-0.132292 -0.25425,-0.132292 -0.11162,0 -0.22118,0.05994 -0.17156,0.09095 -0.26458,0.204638 v 1.014924 q 0,0.186035 0.0248,0.241846 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 q 0.13022,0 0.1819,-0.02687 0.0517,-0.02894 0.0785,-0.08888 0.0269,-0.06201 0.0269,-0.237712 v -0.723469 q 0,-0.312125 -0.0186,-0.403076 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13770" />
+ <path
+ d="m 109.2793,85.121568 q -0.002,0.42168 0.20464,0.661458 0.2067,0.239778 0.48576,0.239778 0.18603,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20878,0.231511 -0.52297,0.231511 -0.34106,0 -0.58498,-0.264584 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24804,-0.756542 0.25012,-0.272851 0.62632,-0.272851 0.31833,0 0.52297,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06615 -0.2129,-0.06615 -0.17157,0 -0.30799,0.134359 -0.13436,0.132292 -0.1571,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13772" />
+ <path
+ d="m 111.38976,84.753632 q 0.3328,-0.401008 0.63459,-0.401008 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808218 q 0,0.179834 0.0289,0.243913 0.0227,0.05168 0.0724,0.08061 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93638 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194304 v -0.775145 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117823 -0.2253,-0.117823 -0.24598,0 -0.4899,0.268718 v 0.998387 q 0,0.192237 0.0227,0.237712 0.0289,0.05994 0.0786,0.08888 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 h 0.0413 q 0.14469,0 0.1943,-0.07235 0.0517,-0.07441 0.0517,-0.28112 v -0.702798 q 0,-0.341065 -0.0165,-0.415479 -0.0145,-0.07441 -0.0475,-0.101285 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13774" />
+ <path
+ d="m 113.50436,83.78625 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13642,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0724,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18604,-0.05168 -0.0909,-0.05374 -0.13435,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29973 v -0.06821 q 0.11369,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13776" />
+ <path
+ d="m 115.05465,84.352624 q 0.42995,0 0.6904,0.326594 0.22117,0.279053 0.22117,0.640788 0,0.254247 -0.12195,0.514696 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132292 -0.47542,0.132292 -0.42789,0 -0.68007,-0.341065 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10955,0 -0.22117,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713135 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37414,-0.198438 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13778" />
+ <path
+ d="m 117.46897,84.352624 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115756 0.0662,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22118,0.436148 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13780" />
+ <path
+ d="m 97.227125,89.815851 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270784 -0.239779,-0.731738 0,-0.446484 0.264583,-0.725536 0.266651,-0.279053 0.638721,-0.279053 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305925 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.140559,0.04754 -0.121957,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121957 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202572 -0.167432,0.535368 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13782" />
+ <path
+ d="m 98.421883,88.585953 q 0.429948,0 0.690397,0.326595 0.221175,0.279053 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121957,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.427881,0 -0.680062,-0.341064 -0.212906,-0.287321 -0.212906,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341064,-0.380338 0.21084,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165365,0.299723 0.434082,0.299723 0.200505,0 0.330729,-0.165364 0.130225,-0.165365 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13784" />
+ <path
+ d="m 100.17475,88.989029 q 0.2067,-0.206705 0.24391,-0.237711 0.093,-0.07855 0.2005,-0.121956 0.10749,-0.04341 0.21291,-0.04341 0.17777,0 0.30592,0.103353 0.12816,0.103353 0.17157,0.299723 0.21291,-0.248046 0.35967,-0.324528 0.14676,-0.07855 0.30179,-0.07855 0.15089,0 0.26665,0.07855 0.11782,0.07648 0.18603,0.252181 0.0455,0.119889 0.0455,0.376204 v 0.81442 q 0,0.177767 0.0269,0.243913 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12195,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.105419 0.008,-0.03514 0.008,-0.200505 v -0.81442 q 0,-0.23151 -0.0558,-0.326594 -0.0806,-0.132292 -0.25839,-0.132292 -0.10955,0 -0.22117,0.05581 -0.10955,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194303 0.0207,0.241846 0.0227,0.04754 0.0827,0.08061 0.06,0.03101 0.20464,0.03101 v 0.07441 h -0.95705 v -0.07441 q 0.1571,0 0.21498,-0.03721 0.0599,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204639 v -0.81442 q 0,-0.23151 -0.0682,-0.332796 -0.0909,-0.132291 -0.25425,-0.132291 -0.11162,0 -0.22117,0.05994 -0.17157,0.09095 -0.26458,0.204639 v 1.014924 q 0,0.186035 0.0248,0.241846 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.936379 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237712 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.01447,-0.06821 -0.04548,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570501,-0.231511 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13786" />
+ <path
+ d="m 105.39199,87.595834 v 3.852991 h -0.17156 v -3.852991 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13788" />
+ <path
+ d="m 106.40072,90.599265 0.0909,-2.344041 q 0.006,-0.204638 0.006,-0.214973 0,-0.113688 -0.0558,-0.167432 -0.0537,-0.05374 -0.20051,-0.06408 l 0.0248,-0.07648 h 1.17822 l -0.0227,0.07648 q -0.15089,0 -0.22944,0.09095 -0.0765,0.09095 -0.0889,0.376204 l -0.0662,1.461408 1.09347,-1.269172 q 0.21291,-0.245979 0.26252,-0.341064 0.0496,-0.09508 0.0496,-0.165364 0,-0.05168 -0.0455,-0.09095 -0.0455,-0.04134 -0.17363,-0.06201 l 0.0289,-0.07648 h 0.77308 v 0.07648 q -0.0992,0.02481 -0.16123,0.07235 -0.0909,0.06821 -0.28112,0.289388 l -2.09186,2.42879 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13790" />
+ <path
+ d="m 109.18504,89.518295 q 0.0833,0 0.13974,0.05777 0.0578,0.05777 0.0578,0.139734 0,0.08196 -0.0578,0.139733 -0.0578,0.05777 -0.13974,0.05777 -0.0806,0 -0.13839,-0.05777 -0.0578,-0.05777 -0.0578,-0.139733 0,-0.08196 0.0564,-0.139734 0.0578,-0.05777 0.13973,-0.05777 z m 0.0833,0.618051 -0.27544,0.955292 q -0.0228,0.08196 -0.0228,0.107487 0,0.01478 0.0121,0.02822 0.0121,0.01209 0.0255,0.01209 0.0228,0 0.0457,-0.02015 0.0605,-0.04971 0.14511,-0.18004 l 0.0457,0.02687 q -0.20288,0.353364 -0.43129,0.353364 -0.0873,0 -0.13973,-0.04837 -0.0511,-0.04971 -0.0511,-0.124954 0,-0.04971 0.0228,-0.126297 l 0.18676,-0.642236 q 0.0269,-0.09271 0.0269,-0.139733 0,-0.02956 -0.0255,-0.0524 -0.0255,-0.02284 -0.0699,-0.02284 -0.0202,0 -0.0484,0.0013 l 0.0175,-0.05374 0.45548,-0.0739 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.75167px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13792" />
+ <path
+ d="m 109.83451,87.595834 v 3.852991 h -0.17156 v -3.852991 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13794" />
+ <path
+ d="m 108.17394,86.976379 a 0.45347595,0.45347595 0 0 1 -0.45347,0.453476 0.45347595,0.45347595 0 0 1 -0.45348,-0.453476 0.45347595,0.45347595 0 0 1 0.45348,-0.453476 0.45347595,0.45347595 0 0 1 0.45347,0.453476"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9-6-8" />
+ <path
+ d="M 89.885574,98.893013 H 115.85671 V 104.4642 H 89.885574 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-5-4" />
+ <path
+ d="m 93.593664,99.734984 0.06408,0.952916 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61599 -0.237711,-0.188098 -0.570507,-0.188098 -0.279053,0 -0.504362,0.142628 -0.225309,0.14056 -0.355533,0.45062 -0.128158,0.31005 -0.128158,0.77101 0,0.38034 0.121957,0.65939 0.121956,0.27905 0.365868,0.42788 0.24598,0.14883 0.560173,0.14883 0.272851,0 0.481623,-0.11576 0.208773,-0.11782 0.458887,-0.46509 l 0.06408,0.0414 q -0.21084,0.37413 -0.49196,0.54777 -0.281119,0.17363 -0.667659,0.17363 -0.696597,0 -1.079003,-0.51677 -0.285253,-0.38447 -0.285253,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.543633 0.330729,-0.194303 0.721402,-0.194303 0.303857,0 0.599446,0.148828 0.08682,0.04547 0.124023,0.04547 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13799" />
+ <path
+ d="m 95.07781,102.32914 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14882 0.510562,-0.14882 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13801" />
+ <path
+ d="m 96.533017,99.662637 v 2.511473 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.07442 -0.04754,-0.101287 -0.03101,-0.02687 -0.08062,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564307,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13803" />
+ <path
+ d="m 98.664151,101.88265 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239779,-0.27078 -0.239779,-0.73173 0,-0.44649 0.264584,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14882 0.179834,0.14677 0.179834,0.30593 0,0.0785 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121957,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.339 0.165365,0.59944 0.167431,0.25839 0.450618,0.25839 0.202571,0 0.363802,-0.1385 0.113688,-0.0951 0.221175,-0.34519 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13805" />
+ <path
+ d="m 100.59271,100.70857 v 1.14721 q 0,0.32866 0.0145,0.40308 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13436 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113687,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.243917,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13807" />
+ <path
+ d="m 101.70066,99.662637 v 2.511473 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.07442 -0.0476,-0.101287 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13643,0.03307 l -0.0351,-0.07235 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13809" />
+ <path
+ d="m 103.29642,102.32914 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13811" />
+ <path
+ d="m 104.65448,100.65276 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13813" />
+ <path
+ d="m 107.70545,102.66607 -0.3638,0.33073 q 0.20464,-0.0413 0.33486,-0.0413 0.17984,0 0.50643,0.0868 0.3266,0.0868 0.5147,0.0868 0.2067,0 0.3824,-0.0744 0.10956,-0.0455 0.22531,-0.15502 l 0.062,0.0579 q -0.20877,0.25425 -0.49195,0.38861 -0.28319,0.13643 -0.71314,0.13643 -0.24184,0 -0.5643,-0.0703 -0.32247,-0.0682 -0.51263,-0.0682 -0.1509,0 -0.32247,0.0455 l -0.0393,-0.0517 0.76274,-0.67179 q -0.26871,-0.0455 -0.41134,-0.1447 -0.1943,-0.13229 -0.30179,-0.36173 -0.10749,-0.23151 -0.10749,-0.47542 0,-0.45889 0.26252,-0.92398 0.26458,-0.46715 0.70693,-0.7462 0.44442,-0.279056 0.88057,-0.279056 0.25218,0 0.48162,0.12609 0.22945,0.12609 0.35554,0.357596 0.12609,0.22945 0.12609,0.47749 0,0.37001 -0.17984,0.76068 -0.17983,0.38861 -0.48782,0.678 -0.30593,0.28938 -0.61805,0.41961 -0.21084,0.0889 -0.48783,0.11162 z m 0.74208,-2.763655 q -0.1633,0 -0.27906,0.05994 -0.11369,0.05788 -0.23771,0.196375 -0.12402,0.13849 -0.25218,0.39687 -0.12816,0.25632 -0.24185,0.69867 -0.11162,0.44235 -0.11162,0.73794 0,0.25218 0.10956,0.3824 0.10955,0.12816 0.28112,0.12816 0.22737,0 0.38654,-0.15089 0.31626,-0.29973 0.51469,-0.8785 0.20051,-0.58085 0.20051,-1.03353 0,-0.28319 -0.10749,-0.40928 -0.10542,-0.12816 -0.26251,-0.12816 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13815" />
+ <path
+ d="m 110.34302,102.01153 -0.19844,0.66663 q 0.19999,-0.30696 0.29145,-0.41393 0.13488,-0.15658 0.2217,-0.20464 0.0884,-0.0481 0.17673,-0.0481 0.10077,0 0.14573,0.0605 0.045,0.0605 0.045,0.13332 0,0.076 -0.0418,0.22324 l -0.0698,0.2496 q 0.20154,-0.31006 0.28991,-0.41238 0.13642,-0.15813 0.23719,-0.21394 0.0698,-0.0403 0.14883,-0.0403 0.0822,0 0.13643,0.0558 0.0558,0.0543 0.0558,0.14263 0,0.0992 -0.0465,0.25735 l -0.17208,0.57826 q -0.0388,0.12867 -0.0388,0.16588 0,0.0124 0.009,0.0233 0.0108,0.0109 0.0233,0.0109 0.017,0 0.0294,-0.0109 0.0558,-0.045 0.11782,-0.13178 0.014,-0.0186 0.0419,-0.0574 l 0.0527,0.0341 q -0.10697,0.19998 -0.23564,0.293 -0.12713,0.093 -0.23565,0.093 -0.0946,0 -0.15193,-0.0512 -0.0574,-0.0527 -0.0574,-0.12247 0,-0.0667 0.0388,-0.20154 l 0.17518,-0.60462 q 0.0357,-0.12557 0.0357,-0.15658 0,-0.0109 -0.0109,-0.0202 -0.0109,-0.0109 -0.0217,-0.0109 -0.0202,0 -0.0403,0.009 -0.0295,0.0155 -0.0915,0.0806 -0.0605,0.0651 -0.17518,0.23409 -0.11473,0.16743 -0.15968,0.262 -0.0434,0.0946 -0.0868,0.24495 l -0.0946,0.31936 h -0.39222 l 0.2899,-1.01235 q 0.0233,-0.0822 0.0233,-0.11317 0,-0.0108 -0.0109,-0.0202 -0.009,-0.009 -0.0202,-0.009 -0.0574,0 -0.18138,0.15038 -0.18914,0.23254 -0.34417,0.55965 l -0.12557,0.44494 h -0.39533 l 0.29146,-0.99684 q 0.0434,-0.14728 0.0434,-0.20929 0,-0.0248 -0.0124,-0.0419 -0.0124,-0.0186 -0.0403,-0.0279 -0.0279,-0.0108 -0.10697,-0.0108 l 0.0155,-0.0589 0.52865,-0.0915 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13817" />
+ <path
+ d="m 113.01107,102.01153 q 0.12247,0 0.22944,0.0574 0.10852,0.0558 0.16278,0.15657 0.0558,0.10077 0.0558,0.22325 0,0.25114 -0.14108,0.50229 -0.13953,0.25115 -0.36897,0.39688 -0.22944,0.14417 -0.46199,0.14417 -0.21084,0 -0.32711,-0.12557 -0.11472,-0.12557 -0.11472,-0.30696 0,-0.21549 0.0853,-0.40307 0.0868,-0.18914 0.2186,-0.32867 0.13332,-0.14107 0.3054,-0.22789 0.17209,-0.0884 0.35657,-0.0884 z m -0.0636,0.0822 q -0.0822,0 -0.13643,0.0481 -0.10852,0.0977 -0.24494,0.45734 -0.13643,0.35811 -0.13643,0.64647 0,0.0713 0.0434,0.11782 0.0434,0.0465 0.10232,0.0465 0.0605,0 0.10697,-0.0372 0.0682,-0.0558 0.16743,-0.2496 0.0992,-0.19533 0.16278,-0.42943 0.0636,-0.23564 0.0636,-0.43098 0,-0.0806 -0.0387,-0.12402 -0.0388,-0.045 -0.0899,-0.045 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13819" />
+ <path
+ d="m 114.46525,101.63326 -0.12403,0.42168 h 0.20309 l -0.0543,0.17829 h -0.19999 l -0.2589,0.89917 q -0.0248,0.0837 -0.0248,0.12712 0,0.0202 0.0139,0.0357 0.014,0.0139 0.031,0.0139 0.0263,0 0.0543,-0.0217 0.0713,-0.0543 0.16588,-0.18914 l 0.0543,0.0341 q -0.10697,0.18603 -0.23565,0.27285 -0.12867,0.0868 -0.25269,0.0868 -0.10542,0 -0.16433,-0.0527 -0.0574,-0.0543 -0.0574,-0.13642 0,-0.0899 0.0403,-0.231 l 0.24495,-0.8387 h -0.21084 l 0.031,-0.11473 q 0.19844,-0.0729 0.33487,-0.17053 0.13642,-0.0977 0.32866,-0.31471 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13821" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-7-3-2-6"
+ d="M 54.397605,91.671261 V 109.72293"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-7-2-7-8)" />
+ <path
+ d="m 55.725811,92.825798 h 7.098923 v 3.567837 h -7.098923 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5" />
+ <path
+ d="M 55.813624,93.213224 H 56.5743 l 1.713589,2.102196 v -1.616438 q 0,-0.258382 -0.05788,-0.322461 -0.07648,-0.08682 -0.241846,-0.08682 h -0.09715 v -0.07648 h 0.97565 v 0.07648 h -0.09922 q -0.177767,0 -0.252181,0.107487 -0.04547,0.06615 -0.04547,0.30179 v 2.362645 h -0.07441 l -1.847947,-2.257225 v 1.725991 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.97565 v -0.07648 h 0.09715 q 0.179833,0 0.254247,-0.107487 0.04548,-0.06615 0.04548,-0.30179 V 93.58116 q -0.121957,-0.142627 -0.186035,-0.188102 -0.06201,-0.04547 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13825" />
+ <path
+ d="m 60.13377,95.7433 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 V 95.7433 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.283186 0.117822,-0.409277 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08061,-0.23151 h 0.06408 q 0.0021,0.192236 -0.05168,0.305924 -0.05168,0.111621 -0.148828,0.1757 -0.09508,0.06201 -0.192236,0.06201 -0.163297,0 -0.405143,-0.165365 -0.130224,-0.08888 -0.175699,-0.107487 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.07441 -0.02274,0.03514 -0.05788,0.208772 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13827" />
+ <path
+ d="m 61.863895,94.066918 q 0.429948,0 0.690397,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121957,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.427881,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128157,-0.516763 0.130225,-0.258382 0.341064,-0.380339 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06614 -0.109554,0.06408 -0.177767,0.227377 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165364 0.130225,-0.165365 0.130225,-0.568441 0,-0.504361 -0.217041,-0.793749 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path13829" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-7-3-2-9-4-5-5"
+ d="M 89.751662,101.67861 H 54.415813"
+ style="fill:none;stroke:#808080;stroke-width:0.40005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-3-4-4"
+ d="m 102.87114,92.291597 v 5.360517"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1-7)" />
</g>
</svg>
diff --git a/docusaurus/static/images/graphViewer.png b/docusaurus/static/images/graphViewer.png
new file mode 100644
index 0000000..db9bddb
--- /dev/null
+++ b/docusaurus/static/images/graphViewer.png
Binary files differ
diff --git a/docusaurus/static/images/heatmapForm.png b/docusaurus/static/images/heatmapForm.png
new file mode 100644
index 0000000..07e72ea
--- /dev/null
+++ b/docusaurus/static/images/heatmapForm.png
Binary files differ
diff --git a/docusaurus/static/images/newtonRaphson.svg b/docusaurus/static/images/newtonRaphson.svg
index 07556c3..924acd3 100644
--- a/docusaurus/static/images/newtonRaphson.svg
+++ b/docusaurus/static/images/newtonRaphson.svg
@@ -7,336 +7,336 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="newtonRaphson.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- id="svg6952"
- version="1.1"
- viewBox="0 0 141.17694 166.88785"
+ width="141.17694mm"
height="166.88785mm"
- width="141.17694mm">
+ viewBox="0 0 141.17694 166.88785"
+ version="1.1"
+ id="svg6952"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="newtonRaphson.svg">
<defs
id="defs6946">
<marker
- inkscape:isstock="true"
- style="overflow:visible"
- id="marker8849"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="TriangleOutM">
- <path
- transform="scale(0.4)"
- style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- d="M 5.77,0 -2.88,5 V -5 Z"
- id="path8847"
- inkscape:connector-curvature="0" />
- </marker>
- <marker
- inkscape:collect="always"
inkscape:stockid="TriangleOutM"
orient="auto"
refY="0"
refX="0"
- id="TriangleOutM"
+ id="marker8849"
style="overflow:visible"
inkscape:isstock="true">
<path
inkscape:connector-curvature="0"
- id="path9253"
+ id="path8847"
d="M 5.77,0 -2.88,5 V -5 Z"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
transform="scale(0.4)" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM"
+ inkscape:collect="always">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-2-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-5-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-2-0-3"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-2-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-5-3-1"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-5-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-2-0-34"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-2-0-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-5-3-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-5-3-1"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-3"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-2-0-34"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-5-3-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-3-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-0-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-3-3"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-3-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-0-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-0-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-3-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-3-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-0-38"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-0-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-2-0-3-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-3-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-5-3-1-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-0-38"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-9-3-7-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-2-0-3-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-6-0-38-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-5-3-1-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-9"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-9-3-7-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-6-0-38-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-64"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-88-1-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-64"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-9-7-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-3-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-88-1-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-7-60"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-9-7-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-5-8-88-1-7-4"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-5-8-3-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-7-5-9-7-5-0"
+ transform="scale(0.4)"
+ style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-7-60"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="TriangleOutM-5-8-88-1-7-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
+ <path
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-7-5-9-7-5-0"
+ inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
- inkscape:window-maximized="1"
- inkscape:window-y="-8"
- inkscape:window-x="1912"
- inkscape:window-height="837"
- inkscape:window-width="1600"
- showgrid="false"
- inkscape:document-rotation="0"
- inkscape:current-layer="layer1"
- inkscape:document-units="mm"
- inkscape:cy="288.74589"
- inkscape:cx="19.638928"
- inkscape:zoom="0.7"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="1.0"
- bordercolor="#666666"
+ id="base"
pagecolor="#ffffff"
- id="base" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.7"
+ inkscape:cx="19.638928"
+ inkscape:cy="288.74589"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ inkscape:document-rotation="0"
+ showgrid="false"
+ inkscape:window-width="1600"
+ inkscape:window-height="837"
+ inkscape:window-x="1912"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
<metadata
id="metadata6949">
<rdf:RDF>
@@ -345,1020 +345,2306 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
- transform="translate(-19.922196,-39.020362)"
- id="layer1"
+ inkscape:label="Layer 1"
inkscape:groupmode="layer"
- inkscape:label="Layer 1">
- <g
- id="g10707"
- transform="translate(-56.902417,17.053548)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- id="g7560">
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253"
- width="16.300224"
- height="5.953125"
- x="91.328499"
- y="22.116814"
- rx="2.9765625"
- ry="2.9765625" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="92.914673"
- y="26.918587"
- id="text6088"><tspan
- sodipodi:role="line"
- id="tspan6086"
- x="92.914673"
- y="26.918587"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">INÍCIO</tspan></text>
- </g>
- </g>
+ id="layer1"
+ transform="translate(-19.922196,-39.020362)">
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
- d="m 42.576195,45.06054 v 2.83482"
- id="path9106"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ d="m 37.402645,39.170361 h 10.347099 c 1.649016,0 2.976563,1.327546 2.976563,2.976562 0,1.649016 -1.327547,2.976563 -2.976563,2.976563 H 37.402645 c -1.649016,0 -2.976562,-1.327547 -2.976562,-2.976563 0,-1.649016 1.327546,-2.976562 2.976562,-2.976562 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253" />
<g
- id="g23975"
- transform="matrix(0.26458333,0,0,0.26458333,5.3801388,-13.019536)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="234.04105"
- x="80.727272"
- height="51.53027"
- width="119.71248"
- id="rect7253-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8"
- y="256.14044"
- x="140.75052"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-miterlimit:4;stroke-dasharray:none;"
- xml:space="preserve"><tspan
- id="tspan6108"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1.13386;stroke-miterlimit:4;stroke-dasharray:none;fill:#808080;"
- y="256.14044"
- x="140.75052"
- sodipodi:role="line">Construir a</tspan><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1.13386;stroke-miterlimit:4;stroke-dasharray:none;fill:#808080;"
- y="272.14044"
- x="140.75052"
- sodipodi:role="line"
- id="tspan23185">matriz admitância</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088"
+ aria-label="INÍCIO">
+ <path
+ id="path26795"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 37.318636,43.895653 v 0.07648 h -1.20096 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318327 V 41.6653 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.20096 v 0.07648 H 37.21735 q -0.171566,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318327 v 1.81074 q 0,0.212907 0.02687,0.28112 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z" />
+ <path
+ id="path26797"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 37.370312,41.169206 h 0.760677 l 1.713589,2.102196 v -1.616438 q 0,-0.258382 -0.05788,-0.32246 -0.07648,-0.08682 -0.241845,-0.08682 h -0.09715 v -0.07648 h 0.97565 v 0.07648 h -0.09922 q -0.177767,0 -0.252181,0.107487 -0.04547,0.06615 -0.04547,0.30179 v 2.362645 h -0.07441 l -1.847948,-2.257225 v 1.725992 q 0,0.258382 0.05581,0.32246 0.07855,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.975651 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.949234 q -0.121956,-0.142627 -0.186035,-0.188102 -0.06201,-0.04548 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z" />
+ <path
+ id="path26799"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 41.791744,43.895653 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318327 V 41.6653 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.19017,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101286 q -0.171565,0 -0.250113,0.101286 -0.05168,0.06615 -0.05168,0.318327 v 1.81074 q 0,0.212907 0.02687,0.28112 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z m -0.138493,-3.638018 -0.609781,0.713134 h -0.07028 l 0.217041,-0.713134 z" />
+ <path
+ id="path26801"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 44.44791,41.105128 0.06408,0.952912 h -0.06408 q -0.128157,-0.42788 -0.365868,-0.615982 -0.237712,-0.188102 -0.570508,-0.188102 -0.279052,0 -0.504361,0.142626 -0.225309,0.14056 -0.355534,0.450619 -0.128157,0.310058 -0.128157,0.771011 0,0.380338 0.121956,0.659391 0.121956,0.279052 0.365869,0.42788 0.245979,0.148828 0.560172,0.148828 0.272851,0 0.481624,-0.115755 0.208772,-0.117822 0.458886,-0.465087 l 0.06408,0.04134 q -0.21084,0.374137 -0.491959,0.54777 -0.28112,0.173632 -0.667659,0.173632 -0.696598,0 -1.079003,-0.516764 -0.285254,-0.384472 -0.285254,-0.90537 0,-0.419612 0.188102,-0.771012 0.188102,-0.351399 0.516764,-0.543635 0.330729,-0.194303 0.721402,-0.194303 0.303858,0 0.599447,0.148828 0.08682,0.04547 0.124023,0.04547 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z" />
+ <path
+ id="path26803"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 46.033342,43.895653 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173632,0 0.25218,-0.101286 0.04961,-0.06615 0.04961,-0.318327 V 41.6653 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101286 q -0.171565,0 -0.250113,0.101286 -0.05168,0.06615 -0.05168,0.318327 v 1.81074 q 0,0.212907 0.02687,0.28112 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z" />
+ <path
+ id="path26805"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 47.689054,41.105128 q 0.545702,0 0.944644,0.415478 0.401009,0.413411 0.401009,1.033528 0,0.63872 -0.403076,1.060399 -0.403076,0.421679 -0.97565,0.421679 -0.578776,0 -0.973583,-0.411344 -0.392741,-0.411344 -0.392741,-1.064533 0,-0.667659 0.454752,-1.089339 0.394808,-0.365868 0.944645,-0.365868 z m -0.03927,0.150895 q -0.376204,0 -0.603581,0.279052 -0.283186,0.347265 -0.283186,1.016991 0,0.686263 0.293522,1.056266 0.225309,0.281119 0.595312,0.281119 0.394807,0 0.651122,-0.307991 0.258382,-0.307991 0.258382,-0.971516 0,-0.719335 -0.283186,-1.072802 -0.227377,-0.281119 -0.628385,-0.281119 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8)"
- d="M 103.10505,73.058397 H 42.576198 v 8.810617"
- id="path9106-0-5"
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc"
+ id="path9106"
+ d="m 42.576195,45.06054 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)" />
+ <path
+ d="m 26.739229,48.903824 h 31.673926 v 13.63405 H 26.739229 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2" />
+ <path
+ d="m 35.701945,51.883948 0.06408,0.952912 h -0.06408 q -0.128157,-0.42788 -0.365868,-0.615982 -0.237712,-0.188102 -0.570508,-0.188102 -0.279052,0 -0.504361,0.142626 -0.225309,0.14056 -0.355534,0.450619 -0.128157,0.310058 -0.128157,0.771011 0,0.380339 0.121956,0.659391 0.121956,0.279053 0.365869,0.427881 0.245979,0.148828 0.560172,0.148828 0.272851,0 0.481624,-0.115756 0.208772,-0.117822 0.458886,-0.465087 l 0.06408,0.04134 q -0.21084,0.374137 -0.491959,0.54777 -0.28112,0.173632 -0.667659,0.173632 -0.696598,0 -1.079003,-0.516763 -0.285254,-0.384473 -0.285254,-0.905371 0,-0.419612 0.188102,-0.771012 0.188102,-0.351399 0.516764,-0.543635 0.330729,-0.194303 0.721402,-0.194303 0.303858,0 0.599447,0.148828 0.08682,0.04548 0.124023,0.04548 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26809" />
+ <path
+ d="m 37.03933,52.80172 q 0.429948,0 0.690397,0.326595 0.221175,0.279053 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121957,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.427881,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341064,-0.380338 0.21084,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165364 0.130225,-0.165365 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26811" />
+ <path
+ d="m 38.781858,53.202729 q 0.332796,-0.401009 0.634586,-0.401009 0.15503,0 0.266651,0.07855 0.111621,0.07648 0.177766,0.254248 0.04548,0.124024 0.04548,0.380338 v 0.808219 q 0,0.179834 0.02894,0.243913 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.11989 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.22531,-0.117822 -0.245979,0 -0.489892,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237712 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 h 0.04134 q 0.144693,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.28112 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.231511 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26813" />
+ <path
+ d="m 41.570316,52.80172 v 0.644922 h -0.06821 q -0.07855,-0.303858 -0.202571,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233578,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198438 0.06408,0.08475 0.260449,0.179833 l 0.30179,0.146761 q 0.419612,0.204639 0.419612,0.539502 0,0.258382 -0.19637,0.417545 -0.194303,0.157096 -0.436149,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142627 -0.101286,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.39274,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159164,-0.390673 0.16123,-0.157097 0.415478,-0.157097 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26815" />
+ <path
+ d="m 42.541832,52.235347 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248046 0.05374,0.06408 0.136425,0.06408 0.06821,0 0.132292,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08062 q -0.07235,0.202571 -0.204639,0.305924 -0.132291,0.101286 -0.272851,0.101286 -0.09509,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04548 0.23151,-0.152962 0.11989,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26817" />
+ <path
+ d="m 43.720054,52.80172 v 0.425814 q 0.237711,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907438 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09509,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.105419 0.01034,-0.03514 0.01034,-0.200505 v -0.733804 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26819" />
+ <path
+ d="m 46.239795,52.857531 v 1.147216 q 0,0.328661 0.01447,0.403075 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566373,0.233577 h -0.09302 v -0.401009 q -0.243913,0.264584 -0.37207,0.332796 -0.128158,0.06821 -0.270785,0.06821 -0.159163,0 -0.276985,-0.09095 -0.115755,-0.09302 -0.16123,-0.237712 -0.04548,-0.144693 -0.04548,-0.409277 v -0.845425 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200504,-0.05581 0.113688,-0.05581 0.268718,-0.212907 v -1.072802 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.05788 -0.243913,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26821" />
+ <path
+ d="m 47.178238,51.811601 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 H 46.71728 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.140559,0.03101 l -0.02894,-0.07441 0.570507,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26823" />
+ <path
+ d="m 48.424672,52.80172 v 0.425814 q 0.237712,-0.425814 0.487826,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163298,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192237,0.279052 v 0.907438 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.105419 0.01033,-0.03514 0.01033,-0.200505 v -0.733804 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26825" />
+ <path
+ d="m 51.415702,54.478102 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312126,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26827" />
+ <path
+ d="m 28.105516,57.438126 q 0.206706,-0.206706 0.243913,-0.237711 0.09302,-0.07855 0.200504,-0.121957 0.107487,-0.04341 0.212907,-0.04341 0.177767,0 0.305924,0.103353 0.128158,0.103353 0.171566,0.299723 0.212907,-0.248047 0.359667,-0.324528 0.146761,-0.07855 0.301791,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.252181 0.04547,0.119889 0.04547,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243913 0.02067,0.04547 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200504 v -0.81442 q 0,-0.23151 -0.05581,-0.326595 -0.08062,-0.132291 -0.258382,-0.132291 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202572 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194303 0.02067,0.241845 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204638,0.03101 v 0.07441 h -0.957046 v -0.07441 q 0.157096,0 0.214974,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204638 v -0.81442 q 0,-0.23151 -0.06821,-0.332796 -0.09095,-0.132291 -0.254248,-0.132291 -0.111621,0 -0.221175,0.05994 -0.171565,0.09095 -0.264583,0.204639 v 1.014924 q 0,0.186035 0.0248,0.241845 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.01447,-0.06821 -0.04548,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26829" />
+ <path
+ d="m 31.906831,58.711432 q -0.291454,0.225309 -0.365868,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124023 0.698664,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124023 -0.403075,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26831" />
+ <path
+ d="m 33.260753,56.468677 v 0.622184 h 0.44235 v 0.144693 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.126091 h 0.08062 q -0.07235,0.202572 -0.204638,0.305925 -0.132292,0.101285 -0.272852,0.101285 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273307 h -0.299723 v -0.06821 q 0.113688,-0.04548 0.23151,-0.152962 0.119889,-0.109554 0.212906,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26833" />
+ <path
+ d="m 34.438974,57.03505 v 0.425814 q 0.237712,-0.425814 0.487825,-0.425814 0.113689,0 0.188103,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163298,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192237,0.279052 v 0.907438 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 H 33.80024 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26835" />
+ <path
+ d="m 35.780493,56.04493 q 0.08682,0 0.146761,0.06201 0.06201,0.05995 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177767 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26837" />
+ <path
+ d="m 38.118333,58.403441 -0.02274,0.580842 h -1.670181 v -0.07441 l 1.25677,-1.674315 h -0.620117 q -0.200504,0 -0.262516,0.02687 -0.06201,0.02481 -0.101286,0.09715 -0.05581,0.103353 -0.06408,0.256315 h -0.08268 l 0.0124,-0.525032 h 1.587498 v 0.07648 l -1.269172,1.678449 h 0.690397 q 0.21704,0 0.293522,-0.03514 0.07855,-0.03721 0.12609,-0.128158 0.03307,-0.06614 0.05581,-0.279052 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26839" />
+ <path
+ d="m 40.480978,58.711432 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134359 -0.126091,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.231511,0.310058 -0.44235,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312126,0.124023 -0.403076,0.1757 -0.163298,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26841" />
+ <path
+ d="m 42.622447,58.771377 q -0.138493,0.144694 -0.270784,0.208772 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.231511 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198438,-0.05994 -0.1819,0 -0.324527,0.163298 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.1819,0.221175 0.405142,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26843" />
+ <path
+ d="m 43.963966,57.438126 q 0.206706,-0.206706 0.243913,-0.237711 0.09302,-0.07855 0.200504,-0.121957 0.107487,-0.04341 0.212907,-0.04341 0.177767,0 0.305924,0.103353 0.128158,0.103353 0.171566,0.299723 0.212906,-0.248047 0.359667,-0.324528 0.146761,-0.07855 0.301791,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.252181 0.04547,0.119889 0.04547,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243913 0.02067,0.04547 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.03928 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200504 v -0.81442 q 0,-0.23151 -0.05581,-0.326595 -0.08062,-0.132291 -0.258382,-0.132291 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202572 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194303 0.02067,0.241845 0.02274,0.04754 0.08268,0.08062 0.05994,0.03101 0.204638,0.03101 v 0.07441 h -0.957046 v -0.07441 q 0.157096,0 0.214973,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204638 v -0.81442 q 0,-0.23151 -0.06821,-0.332796 -0.09095,-0.132291 -0.254248,-0.132291 -0.111621,0 -0.221175,0.05994 -0.171565,0.09095 -0.264583,0.204639 v 1.014924 q 0,0.186035 0.02481,0.241845 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.01447,-0.06821 -0.04548,-0.09302 -0.031,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26845" />
+ <path
+ d="m 47.174103,56.04493 q 0.08682,0 0.146761,0.06201 0.06201,0.05995 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177767 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26847" />
+ <path
+ d="m 48.416404,56.468677 v 0.622184 h 0.44235 v 0.144693 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.126091 h 0.08062 q -0.07235,0.202572 -0.204638,0.305925 -0.132292,0.101285 -0.272852,0.101285 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273307 h -0.299723 v -0.06821 q 0.113688,-0.04548 0.23151,-0.152962 0.119889,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132291,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26849" />
+ <path
+ d="m 50.113456,58.711432 q -0.291454,0.225309 -0.365868,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124023 0.698664,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124023 -0.403075,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413411,-0.206705 z m -0.448551,-2.455662 h 0.380339 l 0.39274,0.684195 h -0.06408 l -0.564306,-0.440283 -0.473355,0.440283 h -0.06201 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26851" />
+ <path
+ d="m 51.469445,57.436059 q 0.332796,-0.401009 0.634586,-0.401009 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254248 0.04547,0.124023 0.04547,0.380338 v 0.808219 q 0,0.179834 0.02894,0.243913 0.02274,0.05168 0.07235,0.08061 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132291,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 V 57.78126 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.24598,0 -0.489892,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206705,0.02687 v 0.07441 H 50.84106 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.28112 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26853" />
+ <path
+ d="m 54.642375,58.264948 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270785 -0.239779,-0.731738 0,-0.446484 0.264583,-0.725536 0.26665,-0.279053 0.63872,-0.279053 0.279053,0 0.458887,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128158 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183967,-0.07855 -0.03514,-0.04341 -0.04754,-0.165365 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202571 -0.167432,0.535367 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138492 0.113688,-0.09508 0.221174,-0.345199 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26855" />
+ <path
+ d="m 55.392716,56.04493 q 0.08682,0 0.146761,0.06201 0.06201,0.05995 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177767 0.0248,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26857" />
+ <path
+ d="m 57.157982,58.711432 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134359 -0.126091,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.442349,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312126,0.124023 -0.403076,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413412,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path26859" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5"
+ d="M 103.10505,73.058397 H 42.576198 v 8.810617"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8)" />
+ <path
+ d="m 36.774899,83.093803 h 11.602592 v 4.979163 H 36.774899 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-1-3" />
<g
- id="g23961-6"
- transform="matrix(0.26458333,0,0,0.26458333,6.3523578,-22.700469)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="399.85239"
- x="114.98283"
- height="18.818882"
- width="43.852318"
- id="rect7253-2-7-1-3"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-1-8"
- y="413.87057"
- x="138.18796"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="413.87057"
- x="138.18796"
- sodipodi:role="line"
- id="tspan23369-8"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan30433">i</tspan> = 1</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-4-1-8"
+ aria-label="i = 1">
+ <path
+ id="path26863"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m 39.966968,83.935782 q 0.128157,0 0.214973,0.08888 0.08888,0.08888 0.08888,0.214974 0,0.12609 -0.08888,0.214974 -0.08888,0.08888 -0.214973,0.08888 -0.124024,0 -0.212907,-0.08888 -0.08888,-0.08888 -0.08888,-0.214974 0,-0.12609 0.08682,-0.214974 0.08888,-0.08888 0.214974,-0.08888 z m 0.128157,0.950845 -0.423746,1.469677 q -0.03514,0.12609 -0.03514,0.165364 0,0.02274 0.0186,0.04341 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.03101 0.09302,-0.07648 0.223242,-0.276985 l 0.07028,0.04134 q -0.312125,0.543635 -0.663525,0.543635 -0.134358,0 -0.214973,-0.07441 -0.07855,-0.07648 -0.07855,-0.192236 0,-0.07648 0.03514,-0.194303 l 0.287321,-0.988053 q 0.04134,-0.142626 0.04134,-0.214973 0,-0.04548 -0.03927,-0.08062 -0.03927,-0.03514 -0.107487,-0.03514 -0.03101,0 -0.07441,0.0021 l 0.02687,-0.08268 0.700732,-0.113688 z" />
+ <path
+ id="path26865"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 41.325023,84.977578 h 2.230353 v 0.169498 h -2.230353 z m 0,0.67386 h 2.230353 v 0.169498 h -2.230353 z" />
+ <path
+ id="path26867"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 45.192484,84.274779 0.682128,-0.332796 h 0.06821 v 2.366779 q 0,0.235644 0.0186,0.293521 0.02067,0.05788 0.08268,0.08888 0.06201,0.03101 0.25218,0.03514 v 0.07648 h -1.054198 v -0.07648 q 0.198437,-0.0041 0.256315,-0.03307 0.05788,-0.03101 0.08062,-0.08062 0.02274,-0.05168 0.02274,-0.303857 v -1.513085 q 0,-0.305924 -0.02067,-0.392741 -0.01447,-0.06614 -0.05374,-0.09715 -0.03721,-0.03101 -0.09095,-0.03101 -0.07648,0 -0.212906,0.06408 z" />
</g>
+ <path
+ d="m 24.42313,144.4679 h 36.306126 v 20.50147 H 24.42313 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-6" />
<g
- id="g7000"
- transform="matrix(0.28222223,0,0,0.28222223,-16.079149,39.730752)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="371.11588"
- x="143.51201"
- height="72.643005"
- width="128.64375"
- id="rect7253-2-7-6"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="199"
- inkscape:export-xdpi="199"
- inkscape:export-filename="C:\Users\User\Dropbox\UFU\Dissertação\Imagens\fluxoNewton.png"
- id="text3786-0-4-9"
- y="389.08231"
- x="207.39481"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan3871-4-1"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="389.08231"
- x="207.39481"
- sodipodi:role="line">Calcular <tspan
- id="tspan3348-3"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:1;fill:#808080;">P</tspan><tspan
- id="tspan3330-3"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:1;fill:#808080;">i</tspan><tspan
- id="tspan3332-1"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;stroke-width:1;fill:#808080;">calc</tspan> para</tspan><tspan
- id="tspan3338-4"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="404.14655"
- x="207.39481"
- sodipodi:role="line">as barras PV e PQ</tspan><tspan
- id="tspan3342-9"
- style="font-size:15px;line-height:1.25;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="421.02155"
- x="207.39481"
- sodipodi:role="line">e <tspan
- id="tspan3352-6"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:1;fill:#808080;">Q</tspan><tspan
- id="tspan3334-6"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:1;fill:#808080;">i</tspan><tspan
- id="tspan3336-5"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;stroke-width:1;fill:#808080;">calc</tspan> para as</tspan><tspan
- id="tspan3346-94"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="437.96078"
- x="207.39481"
- sodipodi:role="line">barras PQ</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.282222"
+ id="text3786-0-4-9"
+ aria-label="Calcular Picalc para
+as barras PV e PQ
+e Qicalc para as
+barras PQ">
+ <path
+ id="path26871"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 27.728638,146.67142 0.06408,0.95291 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.61598 -0.237712,-0.18811 -0.570508,-0.18811 -0.279052,0 -0.504361,0.14263 -0.225309,0.14056 -0.355534,0.45062 -0.128157,0.31006 -0.128157,0.77101 0,0.38034 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.24598,0.14883 0.560172,0.14883 0.272851,0 0.481624,-0.11576 0.208773,-0.11782 0.458886,-0.46508 l 0.06408,0.0413 q -0.21084,0.37414 -0.491959,0.54777 -0.28112,0.17363 -0.667659,0.17363 -0.696598,0 -1.079003,-0.51676 -0.285254,-0.38448 -0.285254,-0.90537 0,-0.41962 0.188102,-0.77102 0.188102,-0.3514 0.516764,-0.54363 0.330729,-0.1943 0.721403,-0.1943 0.303857,0 0.599446,0.14882 0.08682,0.0455 0.124023,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15502 z" />
+ <path
+ id="path26873"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 29.212784,149.26557 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.20671 z" />
+ <path
+ id="path26875"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 30.667991,146.59907 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
+ <path
+ id="path26877"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 32.799125,148.81909 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.56224,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179833,0.14676 0.179833,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450619,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path26879"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 34.727688,147.645 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144693,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26458 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.091 -0.115755,-0.093 -0.161231,-0.23771 -0.04548,-0.1447 -0.04548,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663524 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
+ <path
+ id="path26881"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 35.835629,146.59907 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
+ <path
+ id="path26883"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 37.431396,149.26557 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26885"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 38.789452,147.58919 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path26887"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 41.776347,148.25065 -0.227376,0.78134 q -0.04754,0.16537 -0.04754,0.23358 0,0.0951 0.06201,0.14469 0.06201,0.0476 0.28112,0.0517 l -0.02687,0.0765 h -1.368391 l 0.02274,-0.0765 q 0.173633,-0.002 0.24598,-0.0331 0.07235,-0.0331 0.119889,-0.10542 0.03514,-0.0475 0.10542,-0.29146 l 0.518831,-1.77973 q 0.05374,-0.17777 0.05374,-0.25425 0,-0.0765 -0.06821,-0.12816 -0.06821,-0.0537 -0.248046,-0.0579 l 0.02274,-0.0765 h 1.110009 q 0.456819,0 0.657324,0.11576 0.310058,0.1819 0.310058,0.5457 0,0.3514 -0.310058,0.62012 -0.307992,0.26665 -0.830957,0.26665 -0.157096,0 -0.382405,-0.0331 z m 0.04134,-0.15917 q 0.134359,0.0165 0.223242,0.0165 0.285254,0 0.448551,-0.26045 0.163298,-0.26045 0.163298,-0.54364 0,-0.19223 -0.10542,-0.29765 -0.10542,-0.10749 -0.291455,-0.10749 -0.03927,0 -0.09715,0.004 z" />
+ <path
+ id="path26889"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.282222"
+ d="m 44.114187,147.51808 q 0.128157,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214974,0.0889 -0.124023,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312125,0.54364 -0.663525,0.54364 -0.134358,0 -0.214973,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.28732,-0.98805 q 0.04134,-0.14263 0.04134,-0.21497 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11369 z" />
+ <path
+ id="path26891"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 45.926995,147.34693 0.06201,0.0558 q -0.200504,0.23978 -0.394807,0.3514 -0.258382,0.14883 -0.535368,0.14883 -0.186035,0 -0.330729,-0.0786 -0.142627,-0.0806 -0.210839,-0.22324 -0.06821,-0.1447 -0.06821,-0.29559 0,-0.339 0.183968,-0.66559 0.183968,-0.32867 0.485758,-0.51883 0.30179,-0.19224 0.593245,-0.19224 0.233577,0 0.351399,0.10335 0.117822,0.10335 0.117822,0.25632 0,0.13849 -0.08888,0.23564 -0.08888,0.0971 -0.198437,0.0971 -0.09509,0 -0.159164,-0.062 -0.06201,-0.062 -0.06201,-0.14676 0,-0.11162 0.111621,-0.1943 0.07648,-0.0579 0.07648,-0.10129 0,-0.0372 -0.03101,-0.0599 -0.04134,-0.0331 -0.107487,-0.0331 -0.173633,0 -0.326595,0.14056 -0.202571,0.18604 -0.310058,0.47129 -0.107487,0.28526 -0.107487,0.54157 0,0.20257 0.109554,0.32453 0.109554,0.11989 0.260449,0.11989 0.132292,0 0.285254,-0.0682 0.155029,-0.0682 0.293522,-0.2067 z" />
+ <path
+ id="path26893"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 48.242097,145.95787 -0.401009,1.37459 -0.04134,0.16743 q -0.0062,0.031 -0.0062,0.0455 0,0.0248 0.01654,0.0434 0.0186,0.0186 0.03721,0.0186 0.04341,0 0.119889,-0.0661 0.03101,-0.0269 0.148828,-0.19017 l 0.07235,0.0372 q -0.146761,0.26872 -0.314192,0.39274 -0.165365,0.12196 -0.357601,0.12196 -0.117822,0 -0.179834,-0.06 -0.06201,-0.062 -0.06201,-0.15503 0,-0.0806 0.06614,-0.29972 l 0.04961,-0.16743 q -0.239779,0.41134 -0.460954,0.58291 -0.128157,0.0992 -0.272851,0.0992 -0.190169,0 -0.274918,-0.15503 -0.08475,-0.1571 -0.08475,-0.35347 0,-0.29145 0.177767,-0.66766 0.177767,-0.37827 0.467155,-0.60771 0.237711,-0.19017 0.446484,-0.19017 0.115755,0 0.186035,0.0682 0.07028,0.0661 0.103353,0.24391 l 0.07441,-0.25424 z m -0.661458,0.39274 q 0,-0.16743 -0.05168,-0.24185 -0.03721,-0.0517 -0.101286,-0.0517 -0.06408,0 -0.132292,0.062 -0.138492,0.12816 -0.299723,0.5209 -0.159163,0.39067 -0.159163,0.67592 0,0.10956 0.03514,0.15917 0.03721,0.0475 0.08062,0.0475 0.09302,0 0.188102,-0.10749 0.136426,-0.15296 0.24598,-0.37413 0.194303,-0.38861 0.194303,-0.6904 z" />
+ <path
+ id="path26895"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 49.670432,144.97808 -0.684195,2.32751 q -0.05995,0.2067 -0.05995,0.25838 0,0.0269 0.01654,0.0455 0.0186,0.0186 0.03927,0.0186 0.03721,0 0.07028,-0.0289 0.09922,-0.0806 0.221175,-0.27285 l 0.08062,0.0372 q -0.196371,0.31419 -0.38654,0.44855 -0.130224,0.091 -0.276985,0.091 -0.136426,0 -0.217041,-0.0724 -0.08062,-0.0744 -0.08062,-0.17777 0,-0.0765 0.04961,-0.24598 l 0.558105,-1.90582 q 0.04547,-0.1571 0.04547,-0.20877 0,-0.0496 -0.04341,-0.0786 -0.05788,-0.0413 -0.1757,-0.0351 l 0.02274,-0.0786 0.696598,-0.12196 z" />
+ <path
+ id="path26897"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 51.094633,147.34693 0.06201,0.0558 q -0.200504,0.23978 -0.394808,0.3514 -0.258382,0.14883 -0.535367,0.14883 -0.186035,0 -0.330729,-0.0786 -0.142627,-0.0806 -0.21084,-0.22324 -0.06821,-0.1447 -0.06821,-0.29559 0,-0.339 0.183968,-0.66559 0.183967,-0.32867 0.485758,-0.51883 0.30179,-0.19224 0.593245,-0.19224 0.233577,0 0.351399,0.10335 0.117822,0.10335 0.117822,0.25632 0,0.13849 -0.08888,0.23564 -0.08888,0.0971 -0.198438,0.0971 -0.09508,0 -0.159163,-0.062 -0.06201,-0.062 -0.06201,-0.14676 0,-0.11162 0.111621,-0.1943 0.07648,-0.0579 0.07648,-0.10129 0,-0.0372 -0.03101,-0.0599 -0.04134,-0.0331 -0.107487,-0.0331 -0.173633,0 -0.326595,0.14056 -0.202571,0.18604 -0.310058,0.47129 -0.107487,0.28526 -0.107487,0.54157 0,0.20257 0.109554,0.32453 0.109554,0.11989 0.260449,0.11989 0.132291,0 0.285253,-0.0682 0.15503,-0.0682 0.293522,-0.2067 z" />
+ <path
+ id="path26899"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 52.436152,147.8331 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25012 0.293522,-0.34934 0.148828,-0.10128 0.312125,-0.10128 0.285254,0 0.475423,0.22324 0.233577,0.27285 0.233577,0.71107 0,0.48989 -0.281119,0.81028 -0.23151,0.26252 -0.58291,0.26252 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.0248,0.0537 0.08268,0.0847 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194304,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25632 v -1.79007 q 0,-0.18396 -0.01654,-0.23357 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.12609,0.0289 z m 0.661458,0.32866 v 0.70694 q 0,0.22944 0.0186,0.30179 0.02894,0.11988 0.140559,0.21084 0.113688,0.091 0.285254,0.091 0.206706,0 0.334863,-0.16123 0.167432,-0.21084 0.167432,-0.59325 0,-0.43408 -0.19017,-0.66766 -0.132291,-0.16123 -0.314192,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.24598,0.22324 z" />
+ <path
+ id="path26901"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 55.762045,149.26557 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26903"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 57.1201,147.58919 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 56.48138 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path26905"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 59.052799,149.26557 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26907"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 28.290877,153.51703 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26909"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 30.318658,151.84065 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0848 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194303,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path26911"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 32.317501,152.22305 q 0.274918,-0.3824 0.593245,-0.3824 0.291455,0 0.508495,0.25011 0.217041,0.24805 0.217041,0.68006 0,0.50437 -0.334863,0.81236 -0.28732,0.26458 -0.640787,0.26458 -0.165364,0 -0.33693,-0.0599 -0.169499,-0.06 -0.347265,-0.17984 v -1.96163 q 0,-0.32246 -0.01654,-0.39688 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05788,0 -0.144694,0.0331 l -0.02894,-0.0724 0.56844,-0.23151 h 0.09302 z m 0,0.1323 v 1.13274 q 0.10542,0.10336 0.217041,0.1571 0.113688,0.0517 0.23151,0.0517 0.188102,0 0.349332,-0.20671 0.163298,-0.20671 0.163298,-0.60151 0,-0.36381 -0.163298,-0.55811 -0.16123,-0.19637 -0.367936,-0.19637 -0.109554,0 -0.219107,0.0558 -0.08268,0.0413 -0.21084,0.16537 z" />
+ <path
+ id="path26913"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 34.988137,153.51703 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26915"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 36.346192,151.84065 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33072 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path26917"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 37.760058,151.84065 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33072 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path26919"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 39.692755,153.51703 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26921"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 41.720537,151.84065 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0848 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194303,0.1571 -0.436149,0.1571 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365868,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path26923"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 43.93642,152.4773 v 0.81649 q 0,0.26458 0.05788,0.32866 0.07855,0.091 0.237711,0.091 h 0.107487 v 0.0765 h -1.200959 v -0.0765 h 0.105419 q 0.177767,0 0.254248,-0.11575 0.04134,-0.0641 0.04134,-0.30386 v -1.81074 q 0,-0.26458 -0.05581,-0.32866 -0.08062,-0.0909 -0.239779,-0.0909 h -0.105419 v -0.0765 h 1.027326 q 0.376204,0 0.593245,0.0785 0.217041,0.0765 0.365869,0.26045 0.148828,0.18397 0.148828,0.43615 0,0.34313 -0.227376,0.55811 -0.225309,0.21497 -0.63872,0.21497 -0.101286,0 -0.219108,-0.0145 -0.117822,-0.0145 -0.252181,-0.0434 z m 0,-0.11782 q 0.109554,0.0207 0.194303,0.031 0.08475,0.0103 0.144694,0.0103 0.214974,0 0.370003,-0.16536 0.157096,-0.16743 0.157096,-0.43202 0,-0.1819 -0.07441,-0.33693 -0.07441,-0.15709 -0.210839,-0.23358 -0.136426,-0.0785 -0.310059,-0.0785 -0.10542,0 -0.270784,0.0393 z" />
+ <path
+ id="path26925"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 48.430199,150.98696 v 0.0765 q -0.148828,0.0269 -0.225309,0.0951 -0.109554,0.10129 -0.194303,0.31006 l -0.977718,2.38538 h -0.07648 l -1.050064,-2.41639 q -0.08061,-0.18603 -0.113688,-0.22737 -0.05168,-0.0641 -0.128157,-0.0992 -0.07441,-0.0372 -0.202572,-0.0475 v -0.0765 h 1.145149 v 0.0765 q -0.194303,0.0186 -0.252181,0.0661 -0.05788,0.0475 -0.05788,0.12196 0,0.10335 0.09508,0.32246 l 0.713134,1.64331 0.661458,-1.62264 q 0.09715,-0.23978 0.09715,-0.3328 0,-0.0599 -0.05995,-0.11368 -0.05994,-0.0558 -0.202571,-0.0786 -0.01034,-0.002 -0.03514,-0.006 v -0.0765 z" />
+ <path
+ id="path26927"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 49.91848,152.60959 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75655 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path26929"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 53.271244,152.4773 v 0.81649 q 0,0.26458 0.05788,0.32866 0.07855,0.091 0.237712,0.091 h 0.107486 v 0.0765 H 52.47336 v -0.0765 h 0.10542 q 0.177767,0 0.254248,-0.11575 0.04134,-0.0641 0.04134,-0.30386 v -1.81074 q 0,-0.26458 -0.05581,-0.32866 -0.08062,-0.0909 -0.239778,-0.0909 h -0.10542 v -0.0765 h 1.027327 q 0.376204,0 0.593245,0.0785 0.217041,0.0765 0.365869,0.26045 0.148828,0.18397 0.148828,0.43615 0,0.34313 -0.227377,0.55811 -0.225309,0.21497 -0.63872,0.21497 -0.101285,0 -0.219108,-0.0145 -0.117822,-0.0145 -0.25218,-0.0434 z m 0,-0.11782 q 0.109554,0.0207 0.194303,0.031 0.08475,0.0103 0.144694,0.0103 0.214974,0 0.370003,-0.16536 0.157096,-0.16743 0.157096,-0.43202 0,-0.1819 -0.07441,-0.33693 -0.07441,-0.15709 -0.21084,-0.23358 -0.136425,-0.0785 -0.310058,-0.0785 -0.10542,0 -0.270784,0.0393 z" />
+ <path
+ id="path26931"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 56.624008,153.82089 q 0.21084,0.3638 0.454752,0.53537 0.24598,0.17156 0.558105,0.19637 v 0.0661 q -0.285254,-0.0103 -0.609781,-0.11575 -0.324528,-0.10336 -0.615983,-0.28939 -0.289388,-0.18397 -0.500227,-0.39274 -0.297656,-0.11989 -0.471289,-0.25425 -0.252181,-0.2005 -0.392741,-0.49196 -0.138492,-0.29352 -0.138492,-0.69246 0,-0.62839 0.40721,-1.04387 0.40721,-0.41547 0.985985,-0.41547 0.549837,0 0.950846,0.41754 0.403076,0.41548 0.403076,1.05007 0,0.51469 -0.287321,0.9033 -0.285254,0.38861 -0.74414,0.5271 z m -0.347265,-2.73885 q -0.376205,0 -0.605648,0.26872 -0.289388,0.33693 -0.289388,1.03146 0,0.68006 0.293522,1.04799 0.227376,0.28319 0.601514,0.28319 0.388606,0 0.626317,-0.28319 0.279053,-0.33486 0.279053,-0.98805 0,-0.50229 -0.152962,-0.84542 -0.117822,-0.26459 -0.314193,-0.38861 -0.194303,-0.12609 -0.438215,-0.12609 z" />
+ <path
+ id="path26933"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 29.33474,157.37209 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path26935"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 33.084378,158.61646 -0.363801,0.33073 q 0.204638,-0.0413 0.334863,-0.0413 0.179834,0 0.506428,0.0868 0.326595,0.0868 0.514697,0.0868 0.206706,0 0.382405,-0.0744 0.109554,-0.0455 0.225309,-0.15503 l 0.06201,0.0579 q -0.208772,0.25425 -0.491959,0.38861 -0.283187,0.13642 -0.713134,0.13642 -0.241846,0 -0.564306,-0.0703 -0.322461,-0.0682 -0.51263,-0.0682 -0.150895,0 -0.322461,0.0455 l -0.03927,-0.0517 0.762744,-0.67179 q -0.268718,-0.0455 -0.411344,-0.1447 -0.194304,-0.13229 -0.301791,-0.36173 -0.107486,-0.23151 -0.107486,-0.47542 0,-0.45889 0.262516,-0.92398 0.264583,-0.46715 0.706933,-0.74621 0.444417,-0.27905 0.880565,-0.27905 0.252181,0 0.481624,0.12609 0.229443,0.12609 0.355534,0.3576 0.12609,0.22945 0.12609,0.47749 0,0.37001 -0.179834,0.76068 -0.179834,0.38861 -0.487825,0.67799 -0.305924,0.28939 -0.618049,0.41962 -0.21084,0.0889 -0.487826,0.11162 z m 0.742073,-2.76366 q -0.163297,0 -0.279052,0.0599 -0.113688,0.0579 -0.237711,0.19637 -0.124024,0.13849 -0.252181,0.39687 -0.128158,0.25632 -0.241846,0.69867 -0.111621,0.44235 -0.111621,0.73794 0,0.25218 0.109554,0.3824 0.109554,0.12816 0.28112,0.12816 0.227376,0 0.386539,-0.1509 0.31626,-0.29972 0.514697,-0.87849 0.200504,-0.58085 0.200504,-1.03353 0,-0.28319 -0.107487,-0.40928 -0.105419,-0.12816 -0.262516,-0.12816 z" />
+ <path
+ id="path26937"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.282222"
+ d="m 35.829428,156.53204 q 0.128158,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214974,0.0889 -0.124023,0 -0.212906,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214973,-0.0889 z m 0.128158,0.95084 -0.423747,1.46968 q -0.03514,0.12609 -0.03514,0.16536 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312126,0.54363 -0.663525,0.54363 -0.134359,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700731,-0.11369 z" />
+ <path
+ id="path26939"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 37.642236,156.36089 0.06201,0.0558 q -0.200505,0.23978 -0.394808,0.3514 -0.258382,0.14882 -0.535367,0.14882 -0.186035,0 -0.330729,-0.0785 -0.142627,-0.0806 -0.21084,-0.22325 -0.06821,-0.14469 -0.06821,-0.29558 0,-0.339 0.183968,-0.6656 0.183968,-0.32866 0.485758,-0.51883 0.30179,-0.19223 0.593245,-0.19223 0.233577,0 0.3514,0.10335 0.117822,0.10335 0.117822,0.25631 0,0.1385 -0.08888,0.23565 -0.08888,0.0971 -0.198437,0.0971 -0.09508,0 -0.159163,-0.062 -0.06201,-0.062 -0.06201,-0.14676 0,-0.11162 0.111621,-0.19431 0.07648,-0.0579 0.07648,-0.10128 0,-0.0372 -0.03101,-0.0599 -0.04134,-0.0331 -0.107487,-0.0331 -0.173632,0 -0.326594,0.14056 -0.202572,0.18604 -0.310059,0.47129 -0.107487,0.28525 -0.107487,0.54157 0,0.20257 0.109554,0.32453 0.109554,0.11988 0.260449,0.11988 0.132292,0 0.285254,-0.0682 0.155029,-0.0682 0.293522,-0.2067 z" />
+ <path
+ id="path26941"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 39.957338,154.97182 -0.401009,1.3746 -0.04134,0.16743 q -0.0062,0.031 -0.0062,0.0455 0,0.0248 0.01654,0.0434 0.0186,0.0186 0.03721,0.0186 0.04341,0 0.119889,-0.0661 0.03101,-0.0269 0.148828,-0.19017 l 0.07235,0.0372 q -0.146761,0.26871 -0.314193,0.39274 -0.165364,0.12195 -0.3576,0.12195 -0.117823,0 -0.179834,-0.0599 -0.06201,-0.062 -0.06201,-0.15503 0,-0.0806 0.06615,-0.29972 l 0.04961,-0.16743 q -0.239778,0.41134 -0.460953,0.58291 -0.128158,0.0992 -0.272851,0.0992 -0.19017,0 -0.274919,-0.15503 -0.08475,-0.15709 -0.08475,-0.35346 0,-0.29146 0.177767,-0.66766 0.177766,-0.37827 0.467154,-0.60771 0.237712,-0.19017 0.446484,-0.19017 0.115755,0 0.186035,0.0682 0.07028,0.0661 0.103353,0.24391 l 0.07441,-0.25425 z m -0.661458,0.39275 q 0,-0.16744 -0.05168,-0.24185 -0.03721,-0.0517 -0.101286,-0.0517 -0.06408,0 -0.132291,0.062 -0.138493,0.12815 -0.299723,0.52089 -0.159164,0.39068 -0.159164,0.67593 0,0.10955 0.03514,0.15916 0.03721,0.0476 0.08062,0.0476 0.09302,0 0.188103,-0.10749 0.136425,-0.15296 0.245979,-0.37414 0.194303,-0.3886 0.194303,-0.69039 z" />
+ <path
+ id="path26943"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 41.385674,153.99204 -0.684196,2.32751 q -0.05994,0.2067 -0.05994,0.25838 0,0.0269 0.01654,0.0455 0.0186,0.0186 0.03927,0.0186 0.03721,0 0.07028,-0.0289 0.09922,-0.0806 0.221175,-0.27285 l 0.08062,0.0372 q -0.19637,0.3142 -0.386539,0.44855 -0.130225,0.0909 -0.276986,0.0909 -0.136425,0 -0.217041,-0.0723 -0.08062,-0.0744 -0.08062,-0.17777 0,-0.0765 0.04961,-0.24598 l 0.558105,-1.90582 q 0.04548,-0.1571 0.04548,-0.20878 0,-0.0496 -0.04341,-0.0786 -0.05788,-0.0413 -0.1757,-0.0351 l 0.02274,-0.0785 0.696598,-0.12196 z" />
+ <path
+ id="path26945"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 42.809875,156.36089 0.06201,0.0558 q -0.200504,0.23978 -0.394807,0.3514 -0.258382,0.14882 -0.535368,0.14882 -0.186035,0 -0.330728,-0.0785 -0.142627,-0.0806 -0.21084,-0.22325 -0.06821,-0.14469 -0.06821,-0.29558 0,-0.339 0.183968,-0.6656 0.183968,-0.32866 0.485758,-0.51883 0.30179,-0.19223 0.593245,-0.19223 0.233577,0 0.351399,0.10335 0.117823,0.10335 0.117823,0.25631 0,0.1385 -0.08888,0.23565 -0.08888,0.0971 -0.198437,0.0971 -0.09509,0 -0.159163,-0.062 -0.06201,-0.062 -0.06201,-0.14676 0,-0.11162 0.111621,-0.19431 0.07648,-0.0579 0.07648,-0.10128 0,-0.0372 -0.03101,-0.0599 -0.04134,-0.0331 -0.107487,-0.0331 -0.173632,0 -0.326595,0.14056 -0.202571,0.18604 -0.310058,0.47129 -0.107487,0.28525 -0.107487,0.54157 0,0.20257 0.109554,0.32453 0.109554,0.11988 0.260449,0.11988 0.132292,0 0.285254,-0.0682 0.155029,-0.0682 0.293522,-0.2067 z" />
+ <path
+ id="path26947"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 44.151394,156.84706 0.582909,-0.23565 h 0.07855 v 0.44235 q 0.14676,-0.25011 0.293521,-0.34933 0.148828,-0.10128 0.312126,-0.10128 0.285253,0 0.475423,0.22324 0.233577,0.27285 0.233577,0.71106 0,0.4899 -0.28112,0.81029 -0.23151,0.26252 -0.582909,0.26252 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12403 v 0.57671 q 0,0.19431 0.02274,0.24598 0.02481,0.0538 0.08268,0.0847 0.05995,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194303,-0.0434 0.03927,-0.0227 0.05995,-0.0744 0.02274,-0.0496 0.02274,-0.25632 v -1.79007 q 0,-0.18397 -0.01654,-0.23358 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.126091,0.0289 z m 0.661458,0.32866 v 0.70693 q 0,0.22945 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.0909 0.285253,0.0909 0.206706,0 0.334863,-0.16123 0.167432,-0.21084 0.167432,-0.59324 0,-0.43408 -0.190169,-0.66766 -0.132292,-0.16123 -0.314193,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.245979,0.22324 z" />
+ <path
+ id="path26949"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 47.477286,158.27953 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510562,-0.14882 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path26951"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 48.835342,156.60315 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path26953"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 50.768039,158.27953 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z" />
+ <path
+ id="path26955"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 53.703257,158.27953 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698664,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path26957"
+ style="font-size:4.23333px;line-height:1.25;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 55.731039,156.60315 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10956 -0.312125,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25839 -0.196371,0.41755 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.15709 0.415478,-0.15709 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path26959"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 34.694615,161.76618 q 0.274918,-0.38241 0.593245,-0.38241 0.291455,0 0.508495,0.25012 0.217041,0.24804 0.217041,0.68006 0,0.50436 -0.334863,0.81235 -0.28732,0.26458 -0.640787,0.26458 -0.165364,0 -0.33693,-0.0599 -0.169499,-0.0599 -0.347265,-0.17984 v -1.96163 q 0,-0.32246 -0.01654,-0.39688 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05788,0 -0.144694,0.0331 l -0.02894,-0.0724 0.56844,-0.23151 h 0.09302 z m 0,0.13229 v 1.13275 q 0.10542,0.10335 0.217041,0.15709 0.113688,0.0517 0.23151,0.0517 0.188102,0 0.349332,-0.20671 0.163298,-0.2067 0.163298,-0.60151 0,-0.3638 -0.163298,-0.55811 -0.16123,-0.19637 -0.367936,-0.19637 -0.109554,0 -0.219108,0.0558 -0.08268,0.0413 -0.210839,0.16537 z" />
+ <path
+ id="path26961"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 37.365251,163.06015 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23977 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13435 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z" />
+ <path
+ id="path26963"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 38.723306,161.38377 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path26965"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 40.137172,161.38377 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path26967"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 42.069869,163.06015 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23977 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0848 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13435 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path26969"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 44.09765,161.38377 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365868,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14262 -0.101286,-0.23978 -0.09922,-0.0971 -0.398941,-0.24597 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path26971"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 46.313534,162.02043 v 0.81648 q 0,0.26459 0.05788,0.32866 0.07855,0.0909 0.237711,0.0909 h 0.107487 v 0.0765 h -1.200959 v -0.0765 h 0.105419 q 0.177767,0 0.254248,-0.11575 0.04134,-0.0641 0.04134,-0.30386 v -1.81074 q 0,-0.26458 -0.05581,-0.32866 -0.08062,-0.0909 -0.239779,-0.0909 h -0.105419 v -0.0765 h 1.027326 q 0.376204,0 0.593245,0.0786 0.217041,0.0765 0.365869,0.26045 0.148828,0.18396 0.148828,0.43614 0,0.34314 -0.227376,0.55811 -0.225309,0.21497 -0.63872,0.21497 -0.101286,0 -0.219108,-0.0145 -0.117822,-0.0145 -0.252181,-0.0434 z m 0,-0.11783 q 0.109554,0.0207 0.194303,0.031 0.08475,0.0103 0.144694,0.0103 0.214974,0 0.370003,-0.16536 0.157096,-0.16743 0.157096,-0.43201 0,-0.18191 -0.07441,-0.33693 -0.07441,-0.1571 -0.210839,-0.23358 -0.136426,-0.0786 -0.310059,-0.0786 -0.10542,0 -0.270784,0.0393 z" />
+ <path
+ id="path26973"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 49.666298,163.36401 q 0.21084,0.3638 0.454752,0.53537 0.24598,0.17156 0.558105,0.19637 v 0.0661 q -0.285253,-0.0103 -0.609781,-0.11575 -0.324528,-0.10335 -0.615983,-0.28939 -0.289387,-0.18397 -0.500227,-0.39274 -0.297656,-0.11989 -0.471289,-0.25425 -0.25218,-0.2005 -0.39274,-0.49196 -0.138493,-0.29352 -0.138493,-0.69246 0,-0.62838 0.40721,-1.04386 0.40721,-0.41548 0.985986,-0.41548 0.549836,0 0.950845,0.41754 0.403076,0.41548 0.403076,1.05007 0,0.5147 -0.287321,0.9033 -0.285253,0.38861 -0.74414,0.5271 z m -0.347265,-2.73885 q -0.376204,0 -0.605647,0.26872 -0.289388,0.33693 -0.289388,1.03146 0,0.68006 0.293522,1.048 0.227376,0.28318 0.601513,0.28318 0.388606,0 0.626318,-0.28318 0.279052,-0.33487 0.279052,-0.98805 0,-0.5023 -0.152962,-0.84543 -0.117822,-0.26458 -0.314192,-0.38861 -0.194304,-0.12609 -0.438216,-0.12609 z" />
</g>
+ <path
+ d="m 33.033913,168.98544 h 19.084558 v 9.4907 H 33.033913 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-6-6" />
<g
- id="g7572"
- transform="matrix(0.28222223,0,0,0.28222223,-16.052449,35.766512)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="472.03558"
- x="173.92805"
- height="33.628437"
- width="67.622452"
- id="rect7253-2-7-6-6"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="199"
- inkscape:export-xdpi="199"
- inkscape:export-filename="C:\Users\User\Dropbox\UFU\Dissertação\Imagens\fluxoNewton.png"
- id="text3786-0-4-8-4"
- y="484.67801"
- x="207.41084"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan3346-2-1"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="484.67801"
- x="207.41084"
- sodipodi:role="line">Calcular</tspan><tspan
- id="tspan4196-8"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="499.67801"
- x="207.41084"
- sodipodi:role="line"><tspan
- id="tspan4208-6"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:1;fill:#808080;">ΔP</tspan><tspan
- id="tspan4198-6"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:1;fill:#808080;">i</tspan><tspan
- id="tspan6029"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"> </tspan>e <tspan
- id="tspan4212-2"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:1;fill:#808080;">ΔQ</tspan><tspan
- id="tspan4200-4"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;stroke-width:1;fill:#808080;">i</tspan></tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.282222"
+ id="text3786-0-4-8-4"
+ aria-label="Calcular
+ΔPi e ΔQi">
+ <path
+ id="path26977"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 37.863632,169.68641 0.06408,0.95292 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61598 -0.237711,-0.18811 -0.570507,-0.18811 -0.279052,0 -0.504361,0.14263 -0.22531,0.14056 -0.355534,0.45062 -0.128157,0.31006 -0.128157,0.77101 0,0.38034 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14883 0.560172,0.14883 0.272851,0 0.481624,-0.11576 0.208772,-0.11782 0.458886,-0.46508 l 0.06408,0.0413 q -0.21084,0.37413 -0.49196,0.54777 -0.281119,0.17363 -0.667658,0.17363 -0.696598,0 -1.079003,-0.51676 -0.285254,-0.38448 -0.285254,-0.90537 0,-0.41962 0.188102,-0.77102 0.188102,-0.3514 0.516764,-0.54363 0.330729,-0.19431 0.721402,-0.19431 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
+ <path
+ id="path26979"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 39.347778,172.28057 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0848 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26981"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 40.802985,169.61407 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
+ <path
+ id="path26983"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 42.93412,171.83409 q -0.07648,0.37413 -0.299724,0.5767 -0.223242,0.20051 -0.494026,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path26985"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 44.862682,170.66 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26458 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.1447 -0.04548,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 V 170.66 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 V 170.66 Z" />
+ <path
+ id="path26987"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 45.970624,169.61407 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 H 45.34844 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z" />
+ <path
+ id="path26989"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 47.566391,172.28057 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.1819,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path26991"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="M 48.924446,170.60419 V 171.03 q 0.237712,-0.42581 0.487825,-0.42581 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192237,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path26993"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 36.001215,173.91974 h 0.101286 l -0.214974,2.86701 H 33.63237 Z m -0.704866,2.68924 0.126091,-1.70945 -1.403531,1.70945 z" />
+ <path
+ id="path26995"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 37.69,175.49898 -0.227377,0.78134 q -0.04754,0.16537 -0.04754,0.23358 0,0.0951 0.06201,0.14469 0.06201,0.0476 0.281119,0.0517 l -0.02687,0.0765 H 36.36295 l 0.02274,-0.0765 q 0.173633,-0.002 0.24598,-0.0331 0.07235,-0.0331 0.119889,-0.10542 0.03514,-0.0476 0.10542,-0.29146 l 0.518831,-1.77973 q 0.05374,-0.17777 0.05374,-0.25425 0,-0.0765 -0.06821,-0.12816 -0.06821,-0.0537 -0.248047,-0.0579 l 0.02274,-0.0765 h 1.110008 q 0.45682,0 0.657324,0.11576 0.310058,0.1819 0.310058,0.5457 0,0.3514 -0.310058,0.62012 -0.307991,0.26665 -0.830956,0.26665 -0.157096,0 -0.382405,-0.0331 z m 0.04134,-0.15917 q 0.134358,0.0165 0.223242,0.0165 0.285253,0 0.448551,-0.26045 0.163297,-0.26045 0.163297,-0.54364 0,-0.19223 -0.10542,-0.29765 -0.10542,-0.10749 -0.291455,-0.10749 -0.03927,0 -0.09715,0.004 z" />
+ <path
+ id="path26997"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.282222"
+ d="m 40.02784,174.76641 q 0.128157,0 0.214973,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214973,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312125,0.54363 -0.663525,0.54363 -0.134358,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11368 z" />
+ <path
+ id="path26999"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 41.760032,175.60646 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path27001"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 46.410907,173.91974 h 0.101286 l -0.214974,2.86701 h -2.255158 z m -0.704866,2.68924 0.12609,-1.70945 -1.40353,1.70945 z" />
+ <path
+ id="path27003"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 48.16377,176.85083 -0.363802,0.33073 q 0.204639,-0.0413 0.334863,-0.0413 0.179834,0 0.506429,0.0868 0.326595,0.0868 0.514697,0.0868 0.206705,0 0.382405,-0.0744 0.109554,-0.0455 0.225309,-0.15503 l 0.06201,0.0579 q -0.208773,0.25425 -0.491959,0.38861 -0.283187,0.13643 -0.713134,0.13643 -0.241846,0 -0.564307,-0.0703 -0.32246,-0.0682 -0.512629,-0.0682 -0.150895,0 -0.322461,0.0455 l -0.03927,-0.0517 0.762743,-0.67179 q -0.268717,-0.0455 -0.411344,-0.14469 -0.194303,-0.1323 -0.30179,-0.36174 -0.107487,-0.23151 -0.107487,-0.47542 0,-0.45889 0.262516,-0.92398 0.264583,-0.46715 0.706933,-0.7462 0.444417,-0.27906 0.880566,-0.27906 0.252181,0 0.481624,0.1261 0.229443,0.12609 0.355534,0.3576 0.12609,0.22944 0.12609,0.47749 0,0.37 -0.179834,0.76067 -0.179834,0.38861 -0.487825,0.678 -0.305924,0.28938 -0.61805,0.41961 -0.210839,0.0889 -0.487825,0.11162 z m 0.742073,-2.76365 q -0.163297,0 -0.279052,0.0599 -0.113688,0.0579 -0.237712,0.19637 -0.124023,0.13849 -0.25218,0.39688 -0.128158,0.25631 -0.241846,0.69866 -0.111621,0.44235 -0.111621,0.73794 0,0.25218 0.109554,0.3824 0.109554,0.12816 0.28112,0.12816 0.227376,0 0.386539,-0.15089 0.316259,-0.29973 0.514697,-0.8785 0.200504,-0.58084 0.200504,-1.03353 0,-0.28319 -0.107487,-0.40928 -0.10542,-0.12815 -0.262516,-0.12815 z" />
+ <path
+ id="path27005"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.282222"
+ d="m 50.90882,174.76641 q 0.128158,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214974,0.0889 -0.124023,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128158,0.95085 -0.423747,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312126,0.54363 -0.663525,0.54363 -0.134359,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.28732,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03928,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11368 z" />
</g>
+ <path
+ d="m 36.774895,182.54187 h 11.602593 v 4.97916 H 36.774895 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-1-3-3" />
<g
- id="g7578"
- transform="matrix(0.28222223,0,0,0.28222223,-16.013937,30.744107)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="537.86609"
- x="187.04704"
- height="17.642702"
- width="41.111549"
- id="rect7253-2-7-1-3-3"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-1-8-5"
- y="551.00812"
- x="208.80185"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.65px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.9375;"
- xml:space="preserve"><tspan
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.9375;fill:#808080;"
- y="551.00812"
- x="208.80185"
- sodipodi:role="line"
- id="tspan23369-8-7"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:0.9375;fill:#808080;"
- id="tspan30433-5">i</tspan> += 1</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-4-1-8-5"
+ aria-label="i += 1">
+ <path
+ id="path27009"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m 38.772206,183.38383 q 0.128157,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21497 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214974,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21497 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46968 q -0.03514,0.12609 -0.03514,0.16536 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27699 l 0.07028,0.0413 q -0.312125,0.54364 -0.663525,0.54364 -0.134358,0 -0.214973,-0.0744 -0.07855,-0.0765 -0.07855,-0.19223 0,-0.0765 0.03514,-0.19431 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21497 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11369 z" />
+ <path
+ id="path27011"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 41.159655,185.95938 v -1.03146 h -1.029394 v -0.16949 h 1.029394 v -1.02733 h 0.165364 v 1.02733 h 1.033528 v 0.16949 h -1.033528 v 1.03146 z" />
+ <path
+ id="path27013"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 42.519777,184.42563 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
+ <path
+ id="path27015"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 46.387238,183.72283 0.682128,-0.3328 h 0.06821 v 2.36678 q 0,0.23565 0.0186,0.29352 0.02067,0.0579 0.08268,0.0889 0.06201,0.031 0.25218,0.0351 v 0.0765 h -1.054198 v -0.0765 q 0.198437,-0.004 0.256315,-0.0331 0.05788,-0.031 0.08062,-0.0806 0.02274,-0.0517 0.02274,-0.30386 v -1.51308 q 0,-0.30593 -0.02067,-0.39274 -0.01447,-0.0661 -0.05374,-0.0971 -0.03721,-0.031 -0.09095,-0.031 -0.07648,0 -0.212906,0.0641 z" />
</g>
+ <path
+ d="M 73.157494,191.37106 H 108.11981 V 205.7582 H 73.157494 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-6-1" />
<g
- id="g7597"
- transform="matrix(0.28222223,0,0,0.28222223,-17.021793,29.737548)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- transform="translate(180.06118,8.30789)"
- id="g6160">
- <rect
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-6-1"
- width="123.88223"
- height="50.97805"
- x="139.47171"
- y="564.4093"
- rx="0"
- ry="0" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- x="201.47025"
- y="578.41309"
- id="text3786-0-4-2-8"
- inkscape:export-filename="C:\Users\User\Dropbox\UFU\Dissertação\Imagens\fluxoNewton.png"
- inkscape:export-xdpi="199"
- inkscape:export-ydpi="199"><tspan
- sodipodi:role="line"
- x="201.47025"
- y="578.41309"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan3346-9-2">Encontrar o erro (<tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan6101">ε</tspan>)</tspan><tspan
- sodipodi:role="line"
- x="201.47025"
- y="593.47736"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan4532-2">pelo maior valor</tspan><tspan
- sodipodi:role="line"
- x="201.47025"
- y="608.47736"
- style="font-size:12px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan4534-4"><tspan
- style="font-size:15px;line-height:1;fill:#808080;"
- id="tspan6097">de [<tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan6103">ΔP</tspan>] e [<tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan6105">ΔQ</tspan></tspan><tspan
- style="font-size:15px;fill:#808080;"
- id="tspan20345">]</tspan></tspan></text>
- </g>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.282222"
+ id="text3786-0-4-2-8"
+ aria-label="Encontrar o erro (ε)
+pelo maior valor
+de [ΔP] e [ΔQ]">
+ <path
+ id="path27019"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 74.854281,192.67329 v 1.10794 h 0.615983 q 0.239778,0 0.320393,-0.0723 0.107487,-0.0951 0.11989,-0.33487 h 0.07648 v 0.97565 h -0.07648 q -0.02894,-0.20463 -0.05788,-0.26251 -0.03721,-0.0724 -0.121956,-0.11369 -0.08475,-0.0413 -0.260449,-0.0413 h -0.615983 v 0.92397 q 0,0.18604 0.01654,0.22738 0.01654,0.0393 0.05788,0.0641 0.04134,0.0227 0.157096,0.0227 h 0.475423 q 0.237712,0 0.345198,-0.0331 0.107487,-0.0331 0.206706,-0.13022 0.128157,-0.12816 0.262516,-0.38654 h 0.08268 l -0.241845,0.7028 h -2.160073 v -0.0765 h 0.09922 q 0.09922,0 0.188102,-0.0476 0.06615,-0.0331 0.08888,-0.0992 0.02481,-0.0661 0.02481,-0.27079 v -1.82107 q 0,-0.26665 -0.05374,-0.32867 -0.07441,-0.0827 -0.248047,-0.0827 h -0.09922 v -0.0765 h 2.160073 l 0.03101,0.61392 h -0.08062 q -0.04341,-0.22118 -0.09715,-0.30386 -0.05168,-0.0827 -0.155029,-0.12609 -0.08268,-0.031 -0.291455,-0.031 z" />
+ <path
+ id="path27021"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 77.24173,193.77503 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 H 77.71922 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 h 0.04134 q 0.144693,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.031,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path27023"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 80.414661,194.60392 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path27025"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 81.609419,193.37402 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25839 0.341065,-0.38034 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path27027"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 83.351946,193.77503 q 0.332796,-0.40101 0.634587,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path27029"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 85.466544,192.80765 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204639,0.30593 -0.132291,0.10128 -0.272851,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134359,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15297 0.11989,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
+ <path
+ id="path27031"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 86.644766,193.37402 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path27033"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 88.577463,195.05041 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.1819,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.17569 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path27035"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 89.935518,193.37402 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27037"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 92.779787,193.37402 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25839 0.341064,-0.38034 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path27039"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 95.34707,194.14297 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23152 -0.522965,0.23152 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522966,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path27041"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 97.459601,193.37402 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 96.82088 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27043"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 98.873467,193.37402 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27045"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 100.6594,193.37402 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.42789,0 -0.680066,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51676 0.130226,-0.25839 0.341066,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path27047"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 104.09071,196.15215 v 0.0765 q -0.31212,-0.1571 -0.52089,-0.36794 -0.29766,-0.29972 -0.45889,-0.70693 -0.16123,-0.40721 -0.16123,-0.84543 0,-0.64078 0.31626,-1.16788 0.31626,-0.52917 0.82475,-0.75655 v 0.0868 q -0.25424,0.14056 -0.41754,0.38447 -0.1633,0.24392 -0.24391,0.61805 -0.0806,0.37414 -0.0806,0.78135 0,0.44235 0.0682,0.80408 0.0538,0.28526 0.13023,0.45682 0.0765,0.17364 0.20464,0.3328 0.13022,0.15916 0.33899,0.30386 z" />
+ <path
+ id="path27049"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 104.9196,194.29386 q -0.15916,-0.0372 -0.26871,-0.15089 -0.10749,-0.11369 -0.10749,-0.24598 0,-0.20877 0.19637,-0.34933 0.19844,-0.14056 0.54777,-0.14056 0.32039,0 0.48576,0.11369 0.16743,0.11368 0.16743,0.25218 0,0.0806 -0.0579,0.14676 -0.0579,0.0641 -0.15089,0.0641 -0.1757,0 -0.19017,-0.20464 -0.0165,-0.25632 -0.20671,-0.25632 -0.1695,0 -0.27078,0.17777 -0.0992,0.17777 -0.0992,0.34106 0,0.0909 0.062,0.1571 0.0641,0.0641 0.15916,0.0641 0.0413,0 0.15917,-0.031 0.062,-0.0165 0.093,-0.0165 0.0889,0 0.0889,0.0785 0,0.0827 -0.0889,0.0827 -0.0186,0 -0.0517,-0.004 -0.093,-0.0165 -0.13849,-0.0165 -0.22531,0 -0.36174,0.18603 -0.13642,0.18604 -0.13642,0.44648 0,0.27906 0.23357,0.27906 0.11989,0 0.17777,-0.0538 0.0599,-0.0558 0.0909,-0.17776 0.0744,-0.30386 0.27699,-0.30386 0.0827,0 0.14056,0.0558 0.0599,0.0558 0.0599,0.14469 0,0.17777 -0.21911,0.3142 -0.21704,0.13436 -0.57257,0.13436 -0.35554,0 -0.53537,-0.14263 -0.17777,-0.1447 -0.17777,-0.35347 0,-0.48369 0.69453,-0.59118 z" />
+ <path
+ id="path27051"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 106.02134,192.47072 v -0.0868 q 0.3142,0.15503 0.52297,0.36587 0.29559,0.30179 0.45682,0.709 0.16123,0.40515 0.16123,0.84543 0,0.64079 -0.31626,1.16789 -0.31419,0.52916 -0.82476,0.75654 v -0.0765 q 0.25425,-0.14263 0.41755,-0.38654 0.16536,-0.24185 0.24391,-0.61599 0.0806,-0.3762 0.0806,-0.78341 0,-0.44028 -0.0682,-0.80408 -0.0517,-0.28526 -0.13022,-0.45682 -0.0765,-0.17157 -0.20464,-0.33073 -0.12816,-0.15917 -0.339,-0.30386 z" />
+ <path
+ id="path27053"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 76.665022,197.8694 0.58291,-0.23565 h 0.07855 v 0.44235 q 0.146761,-0.25011 0.293522,-0.34933 0.148828,-0.10129 0.312125,-0.10129 0.285254,0 0.475423,0.22325 0.233577,0.27285 0.233577,0.71106 0,0.4899 -0.28112,0.81029 -0.23151,0.26252 -0.582909,0.26252 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12403 v 0.57671 q 0,0.19431 0.02274,0.24598 0.02481,0.0538 0.08268,0.0848 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992186 v -0.0765 h 0.05168 q 0.113688,0.002 0.194303,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25632 v -1.79007 q 0,-0.18397 -0.01654,-0.23358 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.12609,0.0289 z m 0.661458,0.32866 v 0.70693 q 0,0.22945 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.0909 0.285254,0.0909 0.206705,0 0.334863,-0.16123 0.167431,-0.21084 0.167431,-0.59324 0,-0.43408 -0.190169,-0.66766 -0.132292,-0.16123 -0.314192,-0.16123 -0.09922,0 -0.196371,0.0496 -0.07441,0.0372 -0.245979,0.22324 z" />
+ <path
+ id="path27055"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 79.236439,198.39443 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path27057"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 81.446121,196.63537 v 2.51147 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928107 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.031,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0723 0.564306,-0.23151 z" />
+ <path
+ id="path27059"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 82.895127,197.62548 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.1323 -0.475422,0.1323 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25839 0.341064,-0.38034 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109553,0 -0.221174,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19844 -0.374138,-0.19844 z" />
+ <path
+ id="path27061"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 85.706323,198.02856 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0786 0.200505,-0.12196 0.107487,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10336 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0538 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 H 86.20655 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171566,0.0909 -0.264583,0.20463 v 1.01493 q 0,0.18603 0.0248,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23152 h 0.08888 z" />
+ <path
+ id="path27063"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 89.507638,199.30187 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path27065"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 90.793346,196.63537 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99011 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23152 z" />
+ <path
+ id="path27067"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 92.411851,197.62548 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25839 0.341064,-0.38034 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16536 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path27069"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 94.156446,197.62548 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23152 z" />
+ <path
+ id="path27071"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 95.977522,197.6813 h 0.890901 v 0.0765 h -0.05788 q -0.08062,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17157 l 0.440283,1.04593 0.44235,-1.08521 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.20671 l -0.671793,1.62471 h -0.08475 l -0.675927,-1.59784 q -0.04548,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z" />
+ <path
+ id="path27073"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 99.26414,199.30187 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path27075"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 100.71935,196.63537 v 2.51147 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0476,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0723 0.56431,-0.23151 z" />
+ <path
+ id="path27077"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 102.16835,197.62548 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.42789,0 -0.68007,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25839 0.34107,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path27079"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 103.91295,197.62548 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0848 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23152 z" />
+ <path
+ id="path27081"
+ style="font-size:4.23333px;line-height:1;fill:#808080;stroke-width:0.282222"
+ d="m 79.296384,203.59514 q -0.138493,0.1447 -0.270785,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.65939,-0.33899 0.250114,0 0.413412,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.1881 z" />
+ <path
+ id="path27083"
+ style="font-size:4.23333px;line-height:1;fill:#808080;stroke-width:0.282222"
+ d="m 80.39399,202.62776 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path27085"
+ style="font-size:4.23333px;line-height:1;fill:#808080;stroke-width:0.282222"
+ d="m 84.135361,204.64727 h -0.909505 v -3.70623 h 0.909505 v 0.1633 h -0.599447 v 3.3817 h 0.599447 z" />
+ <path
+ id="path27087"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 86.458731,200.94104 h 0.101286 l -0.214974,2.86701 h -2.255158 z m -0.704866,2.68924 0.12609,-1.70945 -1.40353,1.70945 z" />
+ <path
+ id="path27089"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 88.147516,202.52027 -0.227377,0.78135 q -0.04754,0.16536 -0.04754,0.23358 0,0.0951 0.06201,0.14469 0.06201,0.0475 0.281119,0.0517 l -0.02687,0.0765 h -1.368391 l 0.02274,-0.0765 q 0.173633,-0.002 0.24598,-0.0331 0.07235,-0.0331 0.119889,-0.10542 0.03514,-0.0475 0.10542,-0.29145 l 0.518831,-1.77974 q 0.05374,-0.17776 0.05374,-0.25424 0,-0.0765 -0.06821,-0.12816 -0.06821,-0.0537 -0.248047,-0.0579 l 0.02274,-0.0765 h 1.110008 q 0.45682,0 0.657324,0.11576 0.310058,0.1819 0.310058,0.5457 0,0.3514 -0.310058,0.62012 -0.307991,0.26665 -0.830956,0.26665 -0.157096,0 -0.382405,-0.0331 z m 0.04134,-0.15916 q 0.134358,0.0165 0.223242,0.0165 0.285253,0 0.448551,-0.26045 0.163297,-0.26045 0.163297,-0.54364 0,-0.19224 -0.10542,-0.29765 -0.10542,-0.10749 -0.291455,-0.10749 -0.03927,0 -0.09715,0.004 z" />
+ <path
+ id="path27091"
+ style="font-size:4.23333px;line-height:1;fill:#808080;stroke-width:0.282222"
+ d="m 89.689539,200.94104 h 0.909504 v 3.7083 h -0.909504 v -0.1633 h 0.599446 v -3.3817 h -0.599446 z" />
+ <path
+ id="path27093"
+ style="font-size:4.23333px;line-height:1;fill:#808080;stroke-width:0.282222"
+ d="m 92.457326,202.62776 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
+ <path
+ id="path27095"
+ style="font-size:4.23333px;line-height:1;fill:#808080;stroke-width:0.282222"
+ d="m 96.198696,204.64727 h -0.909504 v -3.70623 h 0.909504 v 0.1633 H 95.59925 v 3.3817 h 0.599446 z" />
+ <path
+ id="path27097"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 98.522068,200.94104 h 0.101286 l -0.214974,2.86701 h -2.255157 z m -0.704866,2.68924 0.126091,-1.70945 -1.403531,1.70945 z" />
+ <path
+ id="path27099"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 100.27493,203.87213 -0.363801,0.33073 q 0.204641,-0.0413 0.334861,-0.0413 0.17984,0 0.50643,0.0868 0.3266,0.0868 0.5147,0.0868 0.2067,0 0.3824,-0.0744 0.10956,-0.0455 0.22531,-0.15503 l 0.062,0.0579 q -0.20877,0.25425 -0.49196,0.38861 -0.28318,0.13642 -0.71313,0.13642 -0.24185,0 -0.56431,-0.0703 -0.322457,-0.0682 -0.512626,-0.0682 -0.150895,0 -0.322461,0.0455 l -0.03927,-0.0517 0.762741,-0.67179 q -0.268714,-0.0455 -0.411341,-0.1447 -0.194304,-0.13229 -0.30179,-0.36173 -0.107487,-0.23151 -0.107487,-0.47542 0,-0.45889 0.262516,-0.92398 0.264583,-0.46715 0.706932,-0.74621 0.44442,-0.27905 0.88057,-0.27905 0.25218,0 0.48162,0.12609 0.22944,0.12609 0.35553,0.3576 0.12609,0.22945 0.12609,0.47749 0,0.37001 -0.17983,0.76068 -0.17983,0.38861 -0.48782,0.67799 -0.30593,0.28939 -0.61805,0.41962 -0.21084,0.0889 -0.48783,0.11162 z m 0.74207,-2.76366 q -0.16329,0 -0.27905,0.0599 -0.11369,0.0579 -0.23771,0.19637 -0.12402,0.13849 -0.25218,0.39687 -0.12816,0.25632 -0.24185,0.69867 -0.111618,0.44235 -0.111618,0.73794 0,0.25218 0.109558,0.3824 0.10955,0.12816 0.28112,0.12816 0.22737,0 0.38654,-0.1509 0.31625,-0.29972 0.51469,-0.87849 0.20051,-0.58085 0.20051,-1.03353 0,-0.28319 -0.10749,-0.40928 -0.10542,-0.12816 -0.26252,-0.12816 z" />
+ <path
+ id="path27101"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.282222"
+ d="m 102.22416,200.94104 h 0.90951 v 3.7083 h -0.90951 v -0.1633 h 0.59945 v -3.3817 h -0.59945 z" />
</g>
+ <path
+ inkscape:connector-curvature="0"
+ id="rect13740-6"
+ d="m 42.576193,191.59091 16.72243,6.97373 -16.72243,6.97374 -16.722428,-6.97374 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
- id="g7585"
- transform="matrix(0.28222223,0,0,0.28222223,-16.113931,43.963755)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- transform="matrix(0.9375,0,0,0.9375,69.872688,-34.060872)"
- id="g23949">
- <path
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="M 147.29007,594.29247 210.49295,620.6499 147.29007,647.00732 84.087192,620.6499 Z"
- id="rect13740-6"
- inkscape:connector-curvature="0" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- x="147.43851"
- y="618.09521"
- id="text6088-8-7-5-8-3"><tspan
- sodipodi:role="line"
- x="147.43851"
- y="618.09521"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan6749-7-1">Fim das</tspan><tspan
- sodipodi:role="line"
- x="147.43851"
- y="634.09521"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan23509">barras?</tspan></text>
- </g>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-7-5-8-3"
+ aria-label="Fim das
+barras?">
+ <path
+ id="path27104"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 36.722292,195.23875 v 1.10174 h 0.510562 q 0.1757,0 0.256315,-0.0765 0.08268,-0.0786 0.109554,-0.30799 h 0.07648 v 0.94878 h -0.07648 q -0.0021,-0.1633 -0.04341,-0.23978 -0.03927,-0.0765 -0.111621,-0.11369 -0.07028,-0.0393 -0.21084,-0.0393 h -0.510562 v 0.88056 q 0,0.21291 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.09095,0.0496 0.190169,0.0496 h 0.101286 v 0.0765 h -1.203027 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10129 0.04961,-0.0661 0.04961,-0.31833 v -1.81074 q 0,-0.2129 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.08888,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 2.085659 l 0.02687,0.61598 h -0.07235 q -0.05374,-0.19637 -0.12609,-0.28732 -0.07028,-0.093 -0.1757,-0.13436 -0.103353,-0.0413 -0.322461,-0.0413 z" />
+ <path
+ id="path27106"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 38.826554,194.94936 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path27108"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 40.081257,196.34256 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177766,0 0.305924,0.10336 0.128157,0.10335 0.171566,0.29972 0.212906,-0.24805 0.359667,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117823,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121957,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157097,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.091 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
+ <path
+ id="path27110"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 45.205488,197.67581 q -0.138493,0.14469 -0.270785,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.659391,-0.33899 0.250113,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18902 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.1881 z" />
+ <path
+ id="path27112"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 47.057569,197.61587 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698664,-0.3018 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19016 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.2067 z" />
+ <path
+ id="path27114"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 49.085351,195.93948 v 0.64493 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41342 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06614,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25839 -0.196371,0.41755 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.161231,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path27116"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 37.156373,200.55522 q 0.274919,-0.38241 0.593245,-0.38241 0.291455,0 0.508496,0.25012 0.217041,0.24804 0.217041,0.68006 0,0.50436 -0.334863,0.81235 -0.287321,0.26458 -0.640787,0.26458 -0.165365,0 -0.33693,-0.0599 -0.169499,-0.0599 -0.347266,-0.17983 v -1.96164 q 0,-0.32246 -0.01654,-0.39687 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05788,0 -0.144694,0.0331 l -0.02894,-0.0724 0.56844,-0.23151 h 0.09302 z m 0,0.13229 v 1.13275 q 0.10542,0.10335 0.217041,0.15709 0.113688,0.0517 0.23151,0.0517 0.188102,0 0.349333,-0.20671 0.163297,-0.2067 0.163297,-0.60151 0,-0.3638 -0.163297,-0.5581 -0.161231,-0.19637 -0.367936,-0.19637 -0.109554,0 -0.219108,0.0558 -0.08268,0.0413 -0.21084,0.16536 z" />
+ <path
+ id="path27118"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 39.827009,201.8492 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0848 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.17569 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path27120"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 41.185065,200.17281 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27122"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 42.598931,200.17281 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 41.96021 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27124"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 44.531628,201.8492 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.442349,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.17569 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z" />
+ <path
+ id="path27126"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 46.559409,200.17281 v 0.64493 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41342 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.161231,-0.1571 0.415479,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path27128"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 47.78724,201.46059 h -0.08475 q 0.01447,-0.26045 0.06408,-0.42995 0.05168,-0.17156 0.21084,-0.47542 0.124023,-0.23358 0.16123,-0.3576 0.03721,-0.12609 0.03721,-0.25425 0,-0.26252 -0.140559,-0.41754 -0.138493,-0.15503 -0.341065,-0.15503 -0.179833,0 -0.283186,0.0847 -0.103353,0.0848 -0.103353,0.18396 0,0.0765 0.06201,0.18811 0.06201,0.11162 0.06201,0.16949 0,0.0744 -0.04754,0.12609 -0.04754,0.0496 -0.115755,0.0496 -0.08682,0 -0.159163,-0.0847 -0.07028,-0.0868 -0.07028,-0.23977 0,-0.23358 0.200504,-0.41341 0.200505,-0.17984 0.543636,-0.17984 0.425813,0 0.626318,0.24805 0.148828,0.1819 0.148828,0.40307 0,0.1509 -0.06821,0.31006 -0.06615,0.15917 -0.254248,0.37414 -0.299723,0.339 -0.367936,0.48162 -0.06615,0.14056 -0.08062,0.38861 z m -0.02894,0.25631 q 0.09715,0 0.163298,0.0682 0.06821,0.0661 0.06821,0.16329 0,0.0951 -0.06821,0.1633 -0.06821,0.0662 -0.163298,0.0662 -0.09508,0 -0.163297,-0.0662 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.0971 0.06615,-0.16329 0.06821,-0.0682 0.163297,-0.0682 z" />
</g>
+ <path
+ inkscape:connector-curvature="0"
+ id="rect13740-6-5"
+ d="m 124.20583,193.62321 11.84912,4.94143 -11.84912,4.94142 -11.84912,-4.94142 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.394304;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
- id="g20380"
- transform="matrix(0.28222223,0,0,0.28222223,-13.460697,43.963755)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;baseline-shift:baseline;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.282222"
+ id="text5157-0-1"
+ aria-label="ε ≤ εesp ?">
<path
- inkscape:connector-curvature="0"
- id="rect13740-6-5"
- d="m 487.79476,530.2894 41.98507,17.50898 -41.98507,17.50897 -41.98507,-17.50897 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.39714;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="199"
- inkscape:export-xdpi="199"
- inkscape:export-filename="C:\Users\User\Dropbox\UFU\Dissertação\Imagens\fluxoNewton.png"
- id="text5157-0-1"
- y="552.28082"
- x="461.69272"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;baseline-shift:baseline;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- y="552.28082"
- x="461.69272"
- id="tspan5159-6-7"
- sodipodi:role="line"><tspan
- id="tspan6183"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:baseline;fill:#808080;">ε</tspan><tspan
- style="font-size:15px;fill:#808080;"
- id="tspan20359"> ≤ </tspan><tspan
- id="tspan6185"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:baseline;fill:#808080;">ε</tspan><tspan
- id="tspan5161-1-8"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:baseline;stroke-width:1;fill:#808080;"><tspan
- style="font-size:11.25px;baseline-shift:super;fill:#808080;"
- id="tspan20355">esp</tspan> <tspan
- id="tspan6446"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';baseline-shift:baseline;fill:#808080;">?</tspan></tspan></tspan></text>
+ id="path27131"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:baseline;fill:#808080;stroke-width:0.282222"
+ d="m 117.56892,198.80029 q -0.15916,-0.0372 -0.26872,-0.1509 -0.10748,-0.11369 -0.10748,-0.24598 0,-0.20877 0.19637,-0.34933 0.19843,-0.14056 0.54777,-0.14056 0.32039,0 0.48575,0.11369 0.16743,0.11369 0.16743,0.25218 0,0.0806 -0.0579,0.14676 -0.0579,0.0641 -0.1509,0.0641 -0.1757,0 -0.19017,-0.20464 -0.0165,-0.25631 -0.2067,-0.25631 -0.1695,0 -0.27079,0.17776 -0.0992,0.17777 -0.0992,0.34107 0,0.0909 0.062,0.15709 0.0641,0.0641 0.15916,0.0641 0.0413,0 0.15916,-0.031 0.062,-0.0165 0.093,-0.0165 0.0889,0 0.0889,0.0785 0,0.0827 -0.0889,0.0827 -0.0186,0 -0.0517,-0.004 -0.093,-0.0165 -0.13849,-0.0165 -0.22531,0 -0.36173,0.18603 -0.13643,0.18604 -0.13643,0.44649 0,0.27905 0.23358,0.27905 0.11989,0 0.17776,-0.0537 0.06,-0.0558 0.091,-0.17777 0.0744,-0.30386 0.27698,-0.30386 0.0827,0 0.14056,0.0558 0.06,0.0558 0.06,0.1447 0,0.17776 -0.21911,0.31419 -0.21704,0.13436 -0.57258,0.13436 -0.35553,0 -0.53536,-0.14263 -0.17777,-0.14469 -0.17777,-0.35346 0,-0.4837 0.69453,-0.59118 z" />
+ <path
+ id="path27133"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.282222"
+ d="m 121.90353,199.32119 -2.21795,-0.94258 v -0.17157 l 2.21795,-0.93844 v 0.21084 l -1.9637,0.81235 1.9637,0.81856 z m -2.22001,0.65319 h 2.22415 v 0.19223 h -2.22415 z" />
+ <path
+ id="path27135"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:baseline;fill:#808080;stroke-width:0.282222"
+ d="m 123.74528,198.80029 q -0.15916,-0.0372 -0.26872,-0.1509 -0.10748,-0.11369 -0.10748,-0.24598 0,-0.20877 0.19637,-0.34933 0.19843,-0.14056 0.54777,-0.14056 0.32039,0 0.48576,0.11369 0.16743,0.11369 0.16743,0.25218 0,0.0806 -0.0579,0.14676 -0.0579,0.0641 -0.1509,0.0641 -0.1757,0 -0.19016,-0.20464 -0.0165,-0.25631 -0.20671,-0.25631 -0.1695,0 -0.27078,0.17776 -0.0992,0.17777 -0.0992,0.34107 0,0.0909 0.062,0.15709 0.0641,0.0641 0.15916,0.0641 0.0413,0 0.15916,-0.031 0.062,-0.0165 0.093,-0.0165 0.0889,0 0.0889,0.0785 0,0.0827 -0.0889,0.0827 -0.0186,0 -0.0517,-0.004 -0.093,-0.0165 -0.1385,-0.0165 -0.22531,0 -0.36173,0.18603 -0.13643,0.18604 -0.13643,0.44649 0,0.27905 0.23358,0.27905 0.11989,0 0.17777,-0.0537 0.0599,-0.0558 0.091,-0.17777 0.0744,-0.30386 0.27698,-0.30386 0.0827,0 0.14056,0.0558 0.06,0.0558 0.06,0.1447 0,0.17776 -0.21911,0.31419 -0.21704,0.13436 -0.57258,0.13436 -0.35553,0 -0.53536,-0.14263 -0.17777,-0.14469 -0.17777,-0.35346 0,-0.4837 0.69453,-0.59118 z" />
+ <path
+ id="path27137"
+ style="font-size:3.175px;baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 125.24803,197.89365 q -0.0139,0.10077 -0.0139,0.16588 0,0.11628 0.0667,0.18604 0.0682,0.0698 0.18139,0.0698 0.10852,0 0.21704,-0.0527 0.11007,-0.0527 0.25424,-0.18448 l 0.0465,0.0419 q -0.17828,0.21549 -0.34726,0.30695 -0.16898,0.0915 -0.37362,0.0915 -0.2589,0 -0.35812,-0.12402 -0.0992,-0.12403 -0.0992,-0.28681 0,-0.25424 0.14728,-0.50849 0.14883,-0.25425 0.40307,-0.40773 0.2558,-0.15348 0.51315,-0.15348 0.13023,0 0.19689,0.062 0.0667,0.062 0.0667,0.15658 0,0.11317 -0.0651,0.22014 -0.0899,0.14573 -0.22634,0.23565 -0.13643,0.0884 -0.30541,0.13487 -0.11317,0.031 -0.30386,0.0465 z m 0.0139,-0.0806 q 0.13643,-0.0202 0.21084,-0.0543 0.076,-0.0357 0.14728,-0.11162 0.0729,-0.0775 0.12558,-0.19379 0.0527,-0.11782 0.0527,-0.22014 0,-0.0434 -0.0248,-0.0682 -0.0232,-0.0248 -0.0605,-0.0248 -0.0744,0 -0.16743,0.10387 -0.17053,0.18914 -0.28371,0.56896 z" />
+ <path
+ id="path27139"
+ style="font-size:3.175px;baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 127.34093,197.03789 -0.0682,0.47904 h -0.0574 q -0.0124,-0.18603 -0.11472,-0.293 -0.10077,-0.10697 -0.21704,-0.10697 -0.0713,0 -0.11782,0.0418 -0.0465,0.0419 -0.0465,0.10077 0,0.0496 0.0202,0.093 0.0202,0.0434 0.0899,0.11782 0.24495,0.26355 0.29766,0.36277 0.0527,0.0992 0.0527,0.21239 0,0.12248 -0.062,0.23255 -0.062,0.10852 -0.18603,0.17518 -0.12247,0.0651 -0.2558,0.0651 -0.0899,0 -0.22169,-0.0357 -0.0868,-0.0248 -0.13023,-0.0248 -0.0388,0 -0.0605,0.0124 -0.0217,0.0109 -0.0481,0.0481 h -0.0574 l 0.076,-0.51625 h 0.0496 q 0.0543,0.18759 0.10077,0.2682 0.0481,0.0791 0.12712,0.12713 0.0791,0.0465 0.15193,0.0465 0.0853,0 0.14107,-0.0527 0.0558,-0.0543 0.0558,-0.12868 0,-0.0729 -0.0372,-0.14107 -0.0357,-0.0682 -0.16743,-0.21239 -0.18139,-0.19689 -0.23875,-0.30386 -0.0403,-0.0775 -0.0403,-0.17673 0,-0.16744 0.12093,-0.27906 0.12247,-0.11162 0.34261,-0.11162 0.0961,0 0.23565,0.0341 0.0698,0.017 0.11162,0.017 0.0605,0 0.0977,-0.0512 z" />
+ <path
+ id="path27141"
+ style="font-size:3.175px;baseline-shift:super;fill:#808080;stroke-width:0.282222"
+ d="m 127.58587,197.12471 0.51315,-0.0868 h 0.093 l -0.0698,0.2527 q 0.16279,-0.14883 0.26665,-0.19999 0.10387,-0.0527 0.20619,-0.0527 0.14573,0 0.2248,0.11317 0.0791,0.11162 0.0791,0.27441 0,0.44493 -0.30851,0.78909 -0.27285,0.30386 -0.59531,0.30386 -0.0574,0 -0.0977,-0.0109 -0.0403,-0.0108 -0.11317,-0.0481 l -0.0806,0.27905 q -0.0434,0.15193 -0.0434,0.231 0,0.0496 0.0341,0.0775 0.0341,0.0295 0.15968,0.0496 l -0.0139,0.0574 h -0.83406 l 0.0155,-0.0574 q 0.0992,-0.003 0.16588,-0.0636 0.0651,-0.0605 0.12247,-0.26045 l 0.37827,-1.3038 q 0.0419,-0.14572 0.0419,-0.20619 0,-0.0263 -0.0124,-0.0434 -0.0124,-0.0186 -0.0372,-0.0264 -0.0248,-0.008 -0.11162,-0.008 z m 0.24185,1.19062 q 0.0465,0.076 0.0837,0.10232 0.0372,0.0248 0.0868,0.0248 0.0496,0 0.0961,-0.0264 0.0481,-0.0279 0.11782,-0.11007 0.0698,-0.0822 0.13333,-0.21084 0.0651,-0.12867 0.10387,-0.29145 0.0387,-0.16433 0.0387,-0.31316 0,-0.11938 -0.0434,-0.17364 -0.0419,-0.0543 -0.10232,-0.0543 -0.0543,0 -0.10232,0.0279 -0.0698,0.0403 -0.16433,0.15038 z" />
+ <path
+ id="path27143"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';baseline-shift:baseline;fill:#808080;stroke-width:0.282222"
+ d="m 130.76625,199.16822 h -0.0848 q 0.0145,-0.26045 0.0641,-0.42994 0.0517,-0.17157 0.21084,-0.47543 0.12402,-0.23357 0.16123,-0.3576 0.0372,-0.12609 0.0372,-0.25425 0,-0.26251 -0.14056,-0.41754 -0.13849,-0.15503 -0.34106,-0.15503 -0.17983,0 -0.28319,0.0848 -0.10335,0.0847 -0.10335,0.18397 0,0.0765 0.062,0.1881 0.062,0.11162 0.062,0.1695 0,0.0744 -0.0475,0.12609 -0.0475,0.0496 -0.11575,0.0496 -0.0868,0 -0.15917,-0.0847 -0.0703,-0.0868 -0.0703,-0.23978 0,-0.23358 0.20051,-0.41341 0.2005,-0.17983 0.54363,-0.17983 0.42582,0 0.62632,0.24804 0.14883,0.1819 0.14883,0.40308 0,0.15089 -0.0682,0.31006 -0.0662,0.15916 -0.25425,0.37413 -0.29972,0.339 -0.36794,0.48163 -0.0661,0.14056 -0.0806,0.3886 z m -0.0289,0.25632 q 0.0971,0 0.1633,0.0682 0.0682,0.0661 0.0682,0.1633 0,0.0951 -0.0682,0.1633 -0.0682,0.0661 -0.1633,0.0661 -0.0951,0 -0.1633,-0.0661 -0.0661,-0.0682 -0.0661,-0.1633 0,-0.0971 0.0661,-0.1633 0.0682,-0.0682 0.1633,-0.0682 z" />
</g>
+ <path
+ d="m 109.61607,168.9438 h 29.17951 v 9.57397 h -29.17951 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-6-4" />
<g
- id="g7613"
- transform="matrix(0.28222223,0,0,0.28222223,6.7179961,46.068849)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="435.3837"
- x="364.59949"
- height="33.923523"
- width="103.39194"
- id="rect7253-2-7-6-4"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="199"
- inkscape:export-xdpi="199"
- inkscape:export-filename="C:\Users\User\Dropbox\UFU\Dissertação\Imagens\fluxoNewton.png"
- id="text3786-0-4-2-9-4"
- y="448.73245"
- x="416.10815"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan4534-7-1"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="448.73245"
- x="416.10815"
- sodipodi:role="line">Calcular a</tspan><tspan
- id="tspan4649-4"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="463.73245"
- x="417.98315"
- sodipodi:role="line">matriz jacobiana </tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.282222"
+ id="text3786-0-4-2-9-4"
+ aria-label="Calcular a
+matriz jacobiana ">
+ <path
+ id="path27147"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 118.06549,169.84411 0.0641,0.95292 h -0.0641 q -0.12816,-0.42788 -0.36587,-0.61599 -0.23771,-0.1881 -0.57051,-0.1881 -0.27905,0 -0.50436,0.14263 -0.22531,0.14056 -0.35553,0.45062 -0.12816,0.31006 -0.12816,0.77101 0,0.38034 0.12196,0.65939 0.12195,0.27905 0.36587,0.42788 0.24598,0.14883 0.56017,0.14883 0.27285,0 0.48162,-0.11576 0.20878,-0.11782 0.45889,-0.46508 l 0.0641,0.0413 q -0.21084,0.37413 -0.49196,0.54777 -0.28112,0.17363 -0.66766,0.17363 -0.6966,0 -1.079,-0.51676 -0.28526,-0.38448 -0.28526,-0.90537 0,-0.41962 0.18811,-0.77102 0.1881,-0.3514 0.51676,-0.54363 0.33073,-0.19431 0.7214,-0.19431 0.30386,0 0.59945,0.14883 0.0868,0.0455 0.12402,0.0455 0.0558,0 0.0971,-0.0393 0.0538,-0.0558 0.0765,-0.15503 z" />
+ <path
+ id="path27149"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 119.54964,172.43827 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.15709,0 0.41341,-0.20671 z" />
+ <path
+ id="path27151"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 121.00484,169.77177 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0538,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0538,0 -0.13643,0.0331 l -0.0351,-0.0723 0.56431,-0.23151 z" />
+ <path
+ id="path27153"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 123.13598,171.99179 q -0.0765,0.37413 -0.29973,0.5767 -0.22324,0.20051 -0.49402,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0785 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16744,0.20257 -0.16744,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.1385 0.11369,-0.0951 0.22117,-0.34519 z" />
+ <path
+ id="path27155"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 125.06454,170.8177 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56638,0.23358 h -0.093 v -0.40101 q -0.24392,0.26458 -0.37207,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.0909 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13436 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.2671 q 0,0.26459 0.0909,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.06,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z" />
+ <path
+ id="path27157"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 126.17248,169.77177 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0723 0.56431,-0.23151 z" />
+ <path
+ id="path27159"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 127.76825,172.43827 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.091 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.15709,0 0.41341,-0.20671 z" />
+ <path
+ id="path27161"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 129.1263,170.76189 v 0.42581 q 0.23772,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0538,0.13643 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0848 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z" />
+ <path
+ id="path27163"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 132.11733,172.43827 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path27165"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 110.81219,175.39829 q 0.20671,-0.2067 0.24392,-0.23771 0.093,-0.0786 0.2005,-0.12195 0.10749,-0.0434 0.21291,-0.0434 0.17776,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.2129,-0.24804 0.35966,-0.32452 0.14676,-0.0786 0.30179,-0.0786 0.1509,0 0.26665,0.0786 0.11783,0.0765 0.18604,0.25218 0.0455,0.11989 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0476 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.32659 -0.0806,-0.1323 -0.25838,-0.1323 -0.10955,0 -0.22117,0.0558 -0.10956,0.0538 -0.26665,0.20258 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24185 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21497,-0.0372 0.06,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.0909,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.0599 -0.17157,0.0909 -0.26459,0.20464 v 1.01492 q 0,0.18603 0.0248,0.24185 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0785,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path27167"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 114.61351,176.6716 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.15709,0 0.41341,-0.20671 z" />
+ <path
+ id="path27169"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 115.96743,174.42884 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.091,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30385 v -1.27331 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25839 0.0475,-0.0785 0.13229,-0.28732 z" />
+ <path
+ id="path27171"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 117.14565,174.99522 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0848 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z" />
+ <path
+ id="path27173"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 118.48717,174.0051 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27175"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.82501,176.36361 -0.0227,0.58084 h -1.67018 v -0.0744 l 1.25677,-1.67432 h -0.62012 q -0.2005,0 -0.26251,0.0269 -0.062,0.0248 -0.10129,0.0971 -0.0558,0.10336 -0.0641,0.25632 h -0.0827 l 0.0124,-0.52503 h 1.5875 v 0.0765 l -1.26917,1.67845 h 0.6904 q 0.21704,0 0.29352,-0.0351 0.0786,-0.0372 0.12609,-0.12816 0.0331,-0.0661 0.0558,-0.27905 z" />
+ <path
+ id="path27177"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 122.59441,174.00303 q 0.0889,0 0.15089,0.062 0.062,0.062 0.062,0.1509 0,0.0868 -0.062,0.14883 -0.062,0.062 -0.15089,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0889 0.062,-0.1509 0.062,-0.062 0.14883,-0.062 z m 0.17777,0.99219 v 1.90582 q 0,0.48576 -0.20671,0.7214 -0.20671,0.23565 -0.53743,0.23565 -0.18811,0 -0.27906,-0.0682 -0.091,-0.0682 -0.091,-0.14056 0,-0.0724 0.0517,-0.12403 0.0496,-0.0517 0.11782,-0.0517 0.0538,0 0.10956,0.0269 0.0351,0.0145 0.13435,0.10335 0.10129,0.091 0.1695,0.091 0.0496,0 0.0971,-0.0393 0.0476,-0.0372 0.0703,-0.12816 0.0227,-0.0889 0.0227,-0.38861 v -1.34772 q 0,-0.31212 -0.0186,-0.40101 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path27179"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 124.36174,176.6716 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41342,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path27181"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 126.774,176.22512 q -0.0765,0.37413 -0.29973,0.5767 -0.22324,0.20051 -0.49402,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0785 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.36381,-0.1385 0.11368,-0.0951 0.22117,-0.34519 z" />
+ <path
+ id="path27183"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 127.96875,174.99522 q 0.42995,0 0.6904,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26044 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68007,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z" />
+ <path
+ id="path27185"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 129.67821,175.37762 q 0.27492,-0.3824 0.59324,-0.3824 0.29146,0 0.5085,0.25011 0.21704,0.24805 0.21704,0.68006 0,0.50436 -0.33486,0.81235 -0.28732,0.26459 -0.64079,0.26459 -0.16536,0 -0.33693,-0.0599 -0.1695,-0.0599 -0.34727,-0.17983 v -1.96164 q 0,-0.32246 -0.0165,-0.39687 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0579,0 -0.14469,0.0331 l -0.0289,-0.0723 0.56844,-0.23151 h 0.093 z m 0,0.13229 v 1.13275 q 0.10542,0.10335 0.21704,0.1571 0.11369,0.0517 0.23151,0.0517 0.1881,0 0.34933,-0.2067 0.1633,-0.20671 0.1633,-0.60152 0,-0.3638 -0.1633,-0.5581 -0.16123,-0.19637 -0.36793,-0.19637 -0.10956,0 -0.21911,0.0558 -0.0827,0.0413 -0.21084,0.16536 z" />
+ <path
+ id="path27187"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 131.75767,174.0051 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27189"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 133.52293,176.6716 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41342,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path27191"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 134.87892,175.39623 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25424 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0723,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.1323,0 0.18397,-0.0393 0.0538,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0661,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.06 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path27193"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 137.51648,176.6716 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13435 -0.1261,-0.13436 -0.1261,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51057,-0.14882 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44234,0.31006 -0.10129,0 -0.16124,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
</g>
+ <path
+ d="m 103.34464,126.96906 h 41.72237 v 18.31597 h -41.72237 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-6-9" />
<g
- id="g7623"
- transform="matrix(0.28222223,0,0,0.28222223,-0.53936918,28.301545)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="349.60931"
- x="368.09296"
- height="64.899109"
- width="147.83514"
- id="rect7253-2-7-6-9"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="199"
- inkscape:export-xdpi="199"
- inkscape:export-filename="C:\Users\User\Dropbox\UFU\Dissertação\Imagens\fluxoNewton.png"
- id="text3786-0-4-29-8"
- y="364.36646"
- x="441.65634"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan3346-3-3"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="364.36646"
- x="441.65634"
- sodipodi:role="line">Calcular [<tspan
- id="tspan4755-7"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:1;fill:#808080;">Δθ</tspan>] e [<tspan
- id="tspan4753-9"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';stroke-width:1;fill:#808080;">ΔV</tspan>]</tspan><tspan
- id="tspan4723-6"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="379.43069"
- x="441.65634"
- sodipodi:role="line">pelo método de</tspan><tspan
- id="tspan4725-9"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="394.43069"
- x="441.65634"
- sodipodi:role="line">eliminação Gaussiana</tspan><tspan
- id="tspan4727-2"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="409.43069"
- x="441.65634"
- sodipodi:role="line">e substituição retroativa</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.282222"
+ id="text3786-0-4-29-8"
+ aria-label="Calcular [Δθ] e [ΔV]
+pelo método de
+eliminação Gaussiana
+e substituição retroativa">
+ <path
+ id="path27197"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 108.96469,128.26686 0.0641,0.95291 h -0.0641 q -0.12816,-0.42788 -0.36587,-0.61598 -0.23771,-0.1881 -0.5705,-0.1881 -0.27906,0 -0.50437,0.14262 -0.22531,0.14056 -0.35553,0.45062 -0.12816,0.31006 -0.12816,0.77101 0,0.38034 0.12196,0.65939 0.12196,0.27906 0.36587,0.42789 0.24598,0.14882 0.56017,0.14882 0.27285,0 0.48162,-0.11575 0.20878,-0.11782 0.45889,-0.46509 l 0.0641,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.28112,0.17363 -0.66766,0.17363 -0.6966,0 -1.079,-0.51676 -0.28526,-0.38447 -0.28526,-0.90537 0,-0.41961 0.18811,-0.77101 0.1881,-0.3514 0.51676,-0.54364 0.33073,-0.1943 0.7214,-0.1943 0.30386,0 0.59945,0.14883 0.0868,0.0455 0.12402,0.0455 0.0558,0 0.0971,-0.0393 0.0537,-0.0558 0.0765,-0.15503 z" />
+ <path
+ id="path27199"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 110.44884,130.86101 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14677 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z" />
+ <path
+ id="path27201"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 111.90404,128.19451 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23772 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path27203"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 114.03518,130.41453 q -0.0765,0.37414 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15297 -0.16744,0.20257 -0.16744,0.53536 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z" />
+ <path
+ id="path27205"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 115.96374,129.24044 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56638,0.23357 h -0.093 v -0.40101 q -0.24392,0.26459 -0.37207,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.091,0.34726 0.093,0.0827 0.22325,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.2129 v -1.0728 q 0,-0.16123 -0.06,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z" />
+ <path
+ id="path27207"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 117.07168,128.19451 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0538,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23772 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path27209"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 118.66745,130.86101 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0847,-0.14056 0.29353,-0.26459 0.21083,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14677 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z" />
+ <path
+ id="path27211"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.02551,129.18463 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0538,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96944 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z" />
+ <path
+ id="path27213"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 123.06821,131.97309 h -0.9095 v -3.70623 h 0.9095 v 0.1633 h -0.59945 v 3.3817 h 0.59945 z" />
+ <path
+ id="path27215"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 125.39158,128.26686 h 0.10129 l -0.21498,2.86701 h -2.25515 z m -0.70486,2.68924 0.12609,-1.70946 -1.40353,1.70946 z" />
+ <path
+ id="path27217"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 127.51238,128.26686 q 0.27699,0 0.44442,0.1943 0.16743,0.19431 0.16743,0.51883 0,0.39688 -0.20877,0.95705 -0.20878,0.56017 -0.55604,0.90744 -0.3452,0.34726 -0.70073,0.34726 -0.28526,0 -0.44855,-0.19843 -0.1633,-0.20051 -0.1633,-0.51263 0,-0.34314 0.16123,-0.82269 0.16123,-0.47956 0.37827,-0.78962 0.21911,-0.31212 0.46095,-0.45682 0.24392,-0.14469 0.46509,-0.14469 z m -0.0351,1.36012 0.13643,-0.50849 q 0.0723,-0.26665 0.0723,-0.43202 0,-0.30179 -0.2253,-0.30179 -0.17984,0 -0.33693,0.26045 -0.15503,0.25838 -0.37207,0.98185 z m -0.76067,0.11576 q -0.24185,0.79168 -0.24185,1.05213 0,0.12402 0.0682,0.2005 0.0682,0.0765 0.16743,0.0765 0.19844,0 0.36794,-0.32659 0.1695,-0.3266 0.36794,-1.00252 z" />
+ <path
+ id="path27219"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 128.23378,128.26686 h 0.90951 v 3.7083 h -0.90951 v -0.1633 h 0.59945 v -3.3817 h -0.59945 z" />
+ <path
+ id="path27221"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 131.00157,129.95358 q -0.002,0.42168 0.20464,0.66145 0.2067,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62631,-0.27286 0.31833,0 0.52297,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15502,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13435 -0.13436,0.1323 -0.1571,0.37001 z" />
+ <path
+ id="path27223"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 134.74294,131.97309 h -0.9095 v -3.70623 h 0.9095 v 0.1633 h -0.59944 v 3.3817 h 0.59944 z" />
+ <path
+ id="path27225"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 137.06631,128.26686 h 0.10129 l -0.21498,2.86701 h -2.25515 z m -0.70486,2.68924 0.12609,-1.70946 -1.40353,1.70946 z" />
+ <path
+ id="path27227"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.282222"
+ d="m 138.21559,131.19794 0.091,-2.34404 q 0.006,-0.20464 0.006,-0.21497 0,-0.11369 -0.0558,-0.16743 -0.0537,-0.0537 -0.20051,-0.0641 l 0.0248,-0.0765 h 1.17822 l -0.0227,0.0765 q -0.1509,0 -0.22944,0.0909 -0.0765,0.0909 -0.0889,0.3762 l -0.0661,1.46141 1.09347,-1.26917 q 0.21291,-0.24598 0.26252,-0.34106 0.0496,-0.0951 0.0496,-0.16537 0,-0.0517 -0.0455,-0.091 -0.0455,-0.0413 -0.17363,-0.062 l 0.0289,-0.0765 h 0.77307 v 0.0765 q -0.0992,0.0248 -0.16123,0.0724 -0.0909,0.0682 -0.28112,0.28938 l -2.09186,2.42879 z" />
+ <path
+ id="path27229"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 140.5369,128.26686 h 0.9095 v 3.7083 h -0.9095 v -0.1633 h 0.59945 v -3.3817 h -0.59945 z" />
+ <path
+ id="path27231"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 111.05862,133.68001 0.58291,-0.23565 h 0.0785 v 0.44235 q 0.14676,-0.25011 0.29352,-0.34933 0.14883,-0.10129 0.31212,-0.10129 0.28526,0 0.47543,0.22324 0.23357,0.27286 0.23357,0.71107 0,0.48989 -0.28112,0.81029 -0.23151,0.26251 -0.58291,0.26251 -0.15296,0 -0.26458,-0.0434 -0.0827,-0.031 -0.18603,-0.12403 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0848 0.0599,0.031 0.21497,0.031 v 0.0765 h -0.99219 v -0.0765 h 0.0517 q 0.11369,0.002 0.1943,-0.0434 0.0393,-0.0227 0.06,-0.0744 0.0227,-0.0496 0.0227,-0.25631 v -1.79007 q 0,-0.18397 -0.0165,-0.23358 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0972,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32866 v 0.70693 q 0,0.22944 0.0186,0.30179 0.0289,0.11989 0.14056,0.21084 0.11369,0.0909 0.28525,0.0909 0.20671,0 0.33487,-0.16123 0.16743,-0.21084 0.16743,-0.59324 0,-0.43409 -0.19017,-0.66766 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22324 z" />
+ <path
+ id="path27233"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 113.63004,134.20504 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path27235"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 115.83972,132.44597 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39275 -0.0145,-0.0744 -0.0476,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path27237"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 117.28872,133.43609 q 0.42995,0 0.6904,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68007,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z" />
+ <path
+ id="path27239"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.09992,133.83917 q 0.2067,-0.20671 0.24391,-0.23771 0.093,-0.0786 0.20051,-0.12196 0.10748,-0.0434 0.2129,-0.0434 0.17777,0 0.30593,0.10336 0.12815,0.10335 0.17156,0.29972 0.21291,-0.24805 0.35967,-0.32453 0.14676,-0.0786 0.30179,-0.0786 0.1509,0 0.26665,0.0786 0.11782,0.0765 0.18604,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.9343 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.90331 q 0,0.1943 0.0207,0.24184 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20463,0.031 v 0.0744 h -0.95704 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.06,-0.0372 0.0827,-0.11163 0.0103,-0.0351 0.0103,-0.20463 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22118,0.0599 -0.17156,0.091 -0.26458,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0848 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.18191,-0.0269 0.0517,-0.0289 0.0785,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path27241"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 123.14676,134.20504 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25219,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z m 0.98598,-1.57303 -0.60978,0.71313 h -0.0703 l 0.21704,-0.71313 z" />
+ <path
+ id="path27243"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 125.25516,132.86972 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24804 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0723,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z" />
+ <path
+ id="path27245"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 126.80545,133.43609 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14677,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path27247"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 129.33346,135.17242 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.33899 0.6594,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39895 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0538,0 -0.14263,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16536,-0.17363 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62839 0,0.41754 0.1819,0.64078 0.1819,0.22118 0.40514,0.22118 0.18811,0 0.36381,-0.1881 z" />
+ <path
+ id="path27249"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 131.03878,133.43609 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14677,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path27251"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 134.62512,135.17242 q -0.13849,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39895 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0538,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14882,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16536,-0.17363 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32452,0.1633 -0.18811,0.21497 -0.18811,0.62839 0,0.41754 0.1819,0.64078 0.1819,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path27253"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 135.72273,134.20504 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path27255"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 106.05634,138.43837 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z" />
+ <path
+ id="path27257"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 108.26603,136.6793 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39275 -0.0145,-0.0744 -0.0476,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0538,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path27259"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 109.27062,136.6793 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14677 0,0.0868 -0.062,0.14882 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14677 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72968 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27261"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 110.52532,138.0725 q 0.2067,-0.20671 0.24391,-0.23771 0.093,-0.0786 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17777,0 0.30593,0.10336 0.12815,0.10335 0.17156,0.29972 0.21291,-0.24805 0.35967,-0.32453 0.14676,-0.0786 0.30179,-0.0786 0.15089,0 0.26665,0.0786 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12195,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.90331 q 0,0.1943 0.0207,0.24184 0.0227,0.0475 0.0827,0.0806 0.06,0.031 0.20464,0.031 v 0.0744 h -0.95704 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.0599,-0.0372 0.0827,-0.11163 0.0103,-0.0351 0.0103,-0.20463 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25424,-0.13229 -0.11162,0 -0.22118,0.0599 -0.17156,0.0909 -0.26458,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0848 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path27263"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 113.73546,136.6793 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14677 0,0.0868 -0.062,0.14882 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14677 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72968 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27265"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 114.97982,138.07043 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0538,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24597,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path27267"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 117.61739,139.3458 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.18191,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.2067 z" />
+ <path
+ id="path27269"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.02964,138.89932 q -0.0765,0.37414 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26459,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20257 -0.16743,0.53536 0,0.339 0.16536,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z m -0.76895,0.68626 h 0.12403 l -0.10335,0.1633 q 0.13022,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12403,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17776,-0.0703 0.0724,-0.0682 0.0724,-0.15709 0,-0.062 -0.0475,-0.10749 -0.0476,-0.0455 -0.11783,-0.0455 -0.0207,0 -0.0537,0.004 z" />
+ <path
+ id="path27271"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 121.37116,139.3458 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16536 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20878 z" />
+ <path
+ id="path27273"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 123.10128,137.66942 q 0.42995,0 0.6904,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68007,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path27275"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 127.81624,136.75165 0.0723,0.8847 h -0.0723 q -0.10956,-0.33073 -0.28319,-0.49816 -0.25011,-0.24185 -0.64285,-0.24185 -0.53537,0 -0.81442,0.42375 -0.23358,0.3576 -0.23358,0.85163 0,0.40101 0.15503,0.73173 0.15503,0.33073 0.40514,0.48576 0.25218,0.15296 0.51677,0.15296 0.15502,0 0.29972,-0.0393 0.14469,-0.0393 0.27905,-0.11575 v -0.81029 q 0,-0.21084 -0.0331,-0.27492 -0.031,-0.0661 -0.0992,-0.0992 -0.0662,-0.0351 -0.23565,-0.0351 v -0.0785 h 1.08521 v 0.0785 h -0.0517 q -0.16123,0 -0.22117,0.10749 -0.0413,0.0765 -0.0413,0.30179 v 0.85783 q -0.23771,0.12816 -0.46922,0.1881 -0.23152,0.0599 -0.5147,0.0599 -0.81235,0 -1.23403,-0.52089 -0.31626,-0.39068 -0.31626,-0.90124 0,-0.37 0.17776,-0.709 0.21084,-0.40308 0.57878,-0.62012 0.30799,-0.17983 0.7276,-0.17983 0.15296,0 0.27699,0.0248 0.12609,0.0248 0.35553,0.10956 0.11576,0.0434 0.15503,0.0434 0.0393,0 0.0662,-0.0351 0.0289,-0.0372 0.0351,-0.14263 z" />
+ <path
+ id="path27277"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 129.48228,139.3458 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path27279"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 131.94621,137.72523 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23357 h -0.093 v -0.40101 q -0.24391,0.26459 -0.37207,0.3328 -0.12816,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z" />
+ <path
+ id="path27281"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 133.62673,137.66942 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26044,0.17983 l 0.3018,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path27283"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 135.27211,137.66942 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12195,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15917,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path27285"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 136.17541,136.6793 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14677 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14677 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72968 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27287"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 137.94068,139.3458 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19638,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.18191,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.2067 z" />
+ <path
+ id="path27289"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 139.29667,138.07043 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path27291"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 141.93423,139.3458 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z" />
+ <path
+ id="path27293"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 104.34896,142.6717 q -0.002,0.42168 0.20463,0.66145 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10128 0.1385,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13435 -0.13436,0.1323 -0.15709,0.37001 z" />
+ <path
+ id="path27295"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 108.18955,141.90275 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 V 143.205 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14262 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24597 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23358 0.15917,-0.39067 0.16123,-0.1571 0.41547,-0.1571 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path27297"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 110.27107,141.95856 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56638,0.23357 h -0.093 v -0.40101 q -0.24392,0.26459 -0.37207,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.06,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z" />
+ <path
+ id="path27299"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 111.24672,142.28516 q 0.27492,-0.38241 0.59325,-0.38241 0.29145,0 0.50849,0.25012 0.21704,0.24804 0.21704,0.68006 0,0.50436 -0.33486,0.81235 -0.28732,0.26458 -0.64079,0.26458 -0.16536,0 -0.33693,-0.0599 -0.1695,-0.0599 -0.34726,-0.17984 v -1.96163 q 0,-0.32246 -0.0165,-0.39688 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0579,0 -0.1447,0.0331 l -0.0289,-0.0724 0.56844,-0.23151 h 0.093 z m 0,0.13229 v 1.13275 q 0.10542,0.10335 0.21704,0.15709 0.11369,0.0517 0.23151,0.0517 0.1881,0 0.34933,-0.20671 0.1633,-0.2067 0.1633,-0.60151 0,-0.3638 -0.1633,-0.55811 -0.16123,-0.19637 -0.36793,-0.19637 -0.10956,0 -0.21911,0.0558 -0.0827,0.0413 -0.21084,0.16537 z" />
+ <path
+ id="path27301"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 114.06825,141.90275 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 V 143.205 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14262 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24597 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path27303"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 115.03977,141.33638 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24804 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0723,0.20257 -0.20463,0.30593 -0.1323,0.10128 -0.27286,0.10128 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z" />
+ <path
+ id="path27305"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 116.14564,140.91263 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14677 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.06,-0.14677 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72968 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27307"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 117.38794,141.33638 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24804 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.1323,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18603,-0.0517 -0.091,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11368,-0.0455 0.23151,-0.15296 0.11988,-0.10955 0.2129,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z" />
+ <path
+ id="path27309"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 119.67204,141.95856 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56638,0.23357 h -0.093 v -0.40101 q -0.24391,0.26459 -0.37207,0.3328 -0.12815,0.0682 -0.27078,0.0682 -0.15916,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20463,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11369,-0.0558 0.26871,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z" />
+ <path
+ id="path27311"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.61048,140.91263 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14677 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.06,-0.14677 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72968 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27313"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 122.91111,143.13265 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32247,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14055,0.0475 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0476,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53536 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20257,0 0.36381,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z m -0.76894,0.68626 h 0.12402 l -0.10335,0.1633 q 0.13023,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0723,-0.0682 0.0723,-0.15709 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z" />
+ <path
+ id="path27315"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 124.25263,143.57913 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.1261,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z m -0.85162,-1.86035 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10956,-0.12609 0.27079,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0662,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14882,0.1757 -0.0951,0.062 -0.19224,0.062 -0.1633,0 -0.40514,-0.16536 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20878 z" />
+ <path
+ id="path27317"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 125.98276,141.90275 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38033 0.21083,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path27319"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 128.78569,141.90275 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0538,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z" />
+ <path
+ id="path27321"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 129.96391,142.6717 q -0.002,0.42168 0.20464,0.66145 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32247,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13435 -0.13435,0.1323 -0.15709,0.37001 z" />
+ <path
+ id="path27323"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 132.0723,141.33638 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24804 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0723,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.2129,-0.25838 0.0476,-0.0786 0.1323,-0.28732 z" />
+ <path
+ id="path27325"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 133.25053,141.90275 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z" />
+ <path
+ id="path27327"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 135.03646,141.90275 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64078 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51677 0.13023,-0.25838 0.34107,-0.38033 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path27329"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 137.29989,143.57913 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z" />
+ <path
+ id="path27331"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 138.65381,141.33638 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24804 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.1323,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0538 -0.13435,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z" />
+ <path
+ id="path27333"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 139.75969,140.91263 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14677 0,0.0868 -0.062,0.14882 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14677 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72968 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27335"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 140.355,141.95856 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0723 0.0434,0.17156 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11576 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.20671 l -0.6718,1.6247 h -0.0848 l -0.67592,-1.59783 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z" />
+ <path
+ id="path27337"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 143.64162,143.57913 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23977 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z" />
</g>
+ <path
+ d="m 106.6848,91.772324 h 35.04205 V 105.27433 H 106.6848 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-6-9-9" />
<g
- id="g7630"
- transform="matrix(0.28222223,0,0,0.28222223,0.28713182,12.624035)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="280.44669"
- x="376.9996"
- height="47.841759"
- width="124.16476"
- id="rect7253-2-7-6-9-9"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="199"
- inkscape:export-xdpi="199"
- inkscape:export-filename="C:\Users\User\Dropbox\UFU\Dissertação\Imagens\fluxoNewton.png"
- id="text3786-0-1-2"
- y="293.88556"
- x="439.17444"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan3871-75-7"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="293.88556"
- x="439.17444"
- sodipodi:role="line">Atualizar as tensões</tspan><tspan
- id="tspan4849-0"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="308.88556"
- x="439.17444"
- sodipodi:role="line">complexas de todos</tspan><tspan
- id="tspan4851-8"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="323.88556"
- x="439.17444"
- sodipodi:role="line">os barramentos</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.282222"
+ id="text3786-0-1-2"
+ aria-label="Atualizar as tensões
+complexas de todos
+os barramentos">
+ <path
+ id="path27341"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 109.25197,94.626628 h -1.08521 l -0.19017,0.44235 q -0.0703,0.163297 -0.0703,0.243912 0,0.06408 0.06,0.113688 0.062,0.04754 0.26458,0.06201 v 0.07648 h -0.88263 v -0.07648 q 0.1757,-0.03101 0.22737,-0.08062 0.10542,-0.09922 0.23358,-0.403076 l 0.98599,-2.306834 h 0.0723 l 0.97565,2.331639 q 0.11783,0.281119 0.21291,0.365869 0.0971,0.08268 0.26872,0.09302 v 0.07648 h -1.10588 v -0.07648 q 0.16744,-0.0083 0.22531,-0.05581 0.06,-0.04754 0.06,-0.115756 0,-0.09095 -0.0827,-0.28732 z m -0.0579,-0.152962 -0.47542,-1.132747 -0.48783,1.132747 z" />
+ <path
+ id="path27343"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 111.05651,93.049464 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0723,0.202571 -0.20463,0.305924 -0.1323,0.101286 -0.27286,0.101286 -0.0951,0 -0.18603,-0.05168 -0.0909,-0.05374 -0.13436,-0.150896 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29972 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z" />
+ <path
+ id="path27345"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 113.3406,93.671648 v 1.147216 q 0,0.328662 0.0145,0.403076 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0641,0 0.14469,-0.03514 l 0.0289,0.07235 -0.56637,0.233578 h -0.093 V 95.22194 q -0.24391,0.264583 -0.37207,0.332796 -0.12816,0.06821 -0.27079,0.06821 -0.15916,0 -0.27698,-0.09095 -0.11576,-0.09302 -0.16123,-0.237711 -0.0455,-0.144694 -0.0455,-0.409277 v -0.845426 q 0,-0.134359 -0.0289,-0.186035 -0.0289,-0.05168 -0.0868,-0.07855 -0.0558,-0.02894 -0.20464,-0.02687 v -0.07648 h 0.66352 v 1.267105 q 0,0.264583 0.0909,0.347266 0.093,0.08268 0.22325,0.08268 0.0889,0 0.2005,-0.05581 0.11369,-0.05581 0.26872,-0.212906 v -1.072802 q 0,-0.161231 -0.06,-0.217041 -0.0579,-0.05788 -0.24391,-0.06201 v -0.07648 z" />
+ <path
+ id="path27347"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 114.87022,95.29222 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32452,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.14676 -0.0476,0.05168 -0.12609,0.05168 -0.0765,0 -0.1261,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.175699 -0.1633,0.09095 -0.23358,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z" />
+ <path
+ id="path27349"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 116.32543,92.625718 v 2.511473 q 0,0.177766 0.0248,0.235644 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.2005,0.02894 v 0.07441 h -0.9281 v -0.07441 q 0.13022,0 0.17776,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237711 V 93.4174 q 0,-0.320393 -0.0145,-0.39274 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13642,0.03307 l -0.0351,-0.07235 0.5643,-0.23151 z" />
+ <path
+ id="path27351"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 117.33002,92.625718 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.0599,-0.146761 0.062,-0.06201 0.1509,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 V 94.40752 q 0,-0.307991 -0.0186,-0.398942 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.5705,-0.23151 z" />
+ <path
+ id="path27353"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 119.66786,94.984228 -0.0227,0.580843 h -1.67018 v -0.07441 l 1.25677,-1.674315 h -0.62012 q -0.2005,0 -0.26251,0.02687 -0.062,0.0248 -0.10129,0.09715 -0.0558,0.103353 -0.0641,0.256315 h -0.0827 l 0.0124,-0.525032 h 1.5875 v 0.07648 l -1.26917,1.678449 h 0.6904 q 0.21704,0 0.29352,-0.03514 0.0786,-0.03721 0.12609,-0.128157 0.0331,-0.06615 0.0558,-0.279053 z" />
+ <path
+ id="path27355"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.97217,95.29222 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264584 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.14676 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.175699 -0.1633,0.09095 -0.23358,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z" />
+ <path
+ id="path27357"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 122.33023,93.615838 v 0.425813 q 0.23771,-0.425813 0.48782,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08061 -0.0537,0.136426 -0.0537,0.05581 -0.12815,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19223,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.14469,0 0.21497,-0.04547 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.14469,0.03101 l -0.0207,-0.07441 0.57257,-0.23151 z" />
+ <path
+ id="path27359"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 125.32126,95.29222 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.0909,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.14676 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0476,-0.05374 -0.0476,-0.146761 0,-0.177766 0.18191,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.1633,0.09095 -0.23358,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z" />
+ <path
+ id="path27361"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 127.34904,93.615838 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12195,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43614,0.157097 -0.17364,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22117,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15917,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27363"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 129.37889,93.049464 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0723,0.202571 -0.20463,0.305924 -0.1323,0.101286 -0.27286,0.101286 -0.0951,0 -0.18603,-0.05168 -0.0909,-0.05374 -0.13436,-0.150896 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29972 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z" />
+ <path
+ id="path27365"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 130.32146,94.384782 q -0.002,0.42168 0.20464,0.661458 0.20671,0.239779 0.48576,0.239779 0.18604,0 0.32246,-0.101286 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516763 -0.20877,0.231511 -0.52297,0.231511 -0.34106,0 -0.58497,-0.264583 -0.24185,-0.266651 -0.24185,-0.715202 0,-0.485758 0.24805,-0.756542 0.25011,-0.272851 0.62632,-0.272851 0.31832,0 0.52296,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87644 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.1571,0.370003 z" />
+ <path
+ id="path27367"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 132.43193,94.016846 q 0.33279,-0.401008 0.63458,-0.401008 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179833 0.0289,0.243912 0.0227,0.05168 0.0724,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93637 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0786,0.08888 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 h 0.0413 q 0.1447,0 0.19431,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0476,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.1385,0.03101 l -0.031,-0.07441 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path27369"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 135.22039,93.615838 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22118,0.436148 0.1633,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15917,-0.390673 0.16123,-0.157096 0.41547,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27371"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 136.56811,93.615838 q 0.42994,0 0.69039,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254248 -0.12196,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341065 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419612 0,0.413412 0.1633,0.713135 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37413,-0.198438 z m -0.53124,-0.452685 h -0.0661 q 0.008,-0.283186 0.11782,-0.409277 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17156,0.111621 0.25425,0.111621 0.0661,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19223,0.06201 -0.1633,0 -0.40515,-0.165364 -0.13022,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208772 z" />
+ <path
+ id="path27373"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 138.07706,94.384782 q -0.002,0.42168 0.20463,0.661458 0.20671,0.239779 0.48576,0.239779 0.18604,0 0.32246,-0.101286 0.1385,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516763 -0.20877,0.231511 -0.52296,0.231511 -0.34107,0 -0.58498,-0.264583 -0.24185,-0.266651 -0.24185,-0.715202 0,-0.485758 0.24805,-0.756542 0.25011,-0.272851 0.62632,-0.272851 0.31833,0 0.52296,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.15709,0.370003 z" />
+ <path
+ id="path27375"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 140.85931,93.615838 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22118,0.436148 0.1633,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16124,-0.157096 0.41548,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27377"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 109.28711,99.079066 q -0.0765,0.374137 -0.29973,0.576708 -0.22324,0.200504 -0.49402,0.200504 -0.32246,0 -0.56224,-0.270784 -0.23978,-0.270784 -0.23978,-0.731738 0,-0.446484 0.26458,-0.725536 0.26665,-0.279053 0.63872,-0.279053 0.27906,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305925 0,0.07855 -0.0517,0.128157 -0.0496,0.04754 -0.14056,0.04754 -0.12196,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165364 -0.0103,-0.121956 -0.0827,-0.186035 -0.0723,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152962 -0.16743,0.202572 -0.16743,0.535368 0,0.338997 0.16537,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22117,-0.345198 z" />
+ <path
+ id="path27379"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 110.48186,97.849167 q 0.42995,0 0.6904,0.326595 0.22118,0.279053 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165364 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37413,-0.198437 z" />
+ <path
+ id="path27381"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 112.23473,98.252243 q 0.2067,-0.206705 0.24391,-0.237711 0.093,-0.07855 0.2005,-0.121956 0.10749,-0.04341 0.21291,-0.04341 0.17777,0 0.30593,0.103353 0.12815,0.103353 0.17156,0.299723 0.21291,-0.248046 0.35967,-0.324527 0.14676,-0.07855 0.30179,-0.07855 0.15089,0 0.26665,0.07855 0.11782,0.07648 0.18603,0.25218 0.0455,0.11989 0.0455,0.376204 v 0.81442 q 0,0.177767 0.0269,0.243913 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12195,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200505 V 98.5561 q 0,-0.23151 -0.0558,-0.326594 -0.0806,-0.132292 -0.25838,-0.132292 -0.10956,0 -0.22118,0.05581 -0.10955,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194304 0.0207,0.241846 0.0227,0.04754 0.0827,0.08062 0.06,0.03101 0.20464,0.03101 v 0.07441 h -0.95704 v -0.07441 q 0.15709,0 0.21497,-0.03721 0.0599,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204639 V 98.5561 q 0,-0.23151 -0.0682,-0.332795 -0.0909,-0.132292 -0.25424,-0.132292 -0.11163,0 -0.22118,0.05994 -0.17156,0.09095 -0.26458,0.204638 v 1.014924 q 0,0.186035 0.0248,0.241846 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 q 0.13023,0 0.1819,-0.02687 0.0517,-0.02894 0.0785,-0.08888 0.0269,-0.06201 0.0269,-0.237712 v -0.723469 q 0,-0.312125 -0.0186,-0.403076 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.1385,0.03101 l -0.031,-0.07441 0.5705,-0.231511 h 0.0889 z" />
+ <path
+ id="path27383"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 114.82682,98.09308 0.58291,-0.235644 h 0.0785 v 0.44235 q 0.14676,-0.250114 0.29353,-0.349333 0.14882,-0.101286 0.31212,-0.101286 0.28525,0 0.47542,0.223242 0.23358,0.272852 0.23358,0.711068 0,0.489892 -0.28112,0.810285 -0.23151,0.262516 -0.58291,0.262516 -0.15296,0 -0.26458,-0.04341 -0.0827,-0.03101 -0.18604,-0.124023 v 0.576713 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.06,0.031 0.21498,0.031 v 0.0765 h -0.99219 v -0.0765 h 0.0517 q 0.11368,0.002 0.1943,-0.0434 0.0393,-0.0227 0.0599,-0.0744 0.0227,-0.0496 0.0227,-0.25632 v -1.790067 q 0,-0.183968 -0.0165,-0.233577 -0.0165,-0.04961 -0.0537,-0.07441 -0.0351,-0.02481 -0.0971,-0.02481 -0.0496,0 -0.12609,0.02894 z m 0.66145,0.328662 v 0.706933 q 0,0.229443 0.0186,0.30179 0.0289,0.119889 0.14056,0.21084 0.11368,0.09095 0.28525,0.09095 0.20671,0 0.33486,-0.16123 0.16743,-0.21084 0.16743,-0.593245 0,-0.434082 -0.19016,-0.667659 -0.1323,-0.16123 -0.3142,-0.16123 -0.0992,0 -0.19637,0.04961 -0.0744,0.03721 -0.24598,0.223242 z" />
+ <path
+ id="path27385"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 117.73103,96.859048 v 2.511472 q 0,0.177767 0.0248,0.235645 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.2005,0.02894 v 0.07441 h -0.92811 v -0.07441 q 0.13023,0 0.17777,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237712 v -1.71979 q 0,-0.320393 -0.0145,-0.39274 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13643,0.03307 l -0.0351,-0.07235 0.56431,-0.23151 z" />
+ <path
+ id="path27387"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 118.57232,98.618112 q -0.002,0.421679 0.20464,0.661458 0.2067,0.239778 0.48576,0.239778 0.18603,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.264583 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24804,-0.756542 0.25012,-0.272852 0.62632,-0.272852 0.31833,0 0.52297,0.21084 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06615 -0.2129,-0.06615 -0.17157,0 -0.30799,0.134359 -0.13436,0.132292 -0.1571,0.370003 z" />
+ <path
+ id="path27389"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.0544,97.904978 h 0.8909 v 0.07648 q -0.0847,0 -0.11989,0.02894 -0.0331,0.02894 -0.0331,0.07648 0,0.04961 0.0723,0.152962 0.0227,0.03307 0.0682,0.103353 l 0.13436,0.214974 0.15503,-0.214974 q 0.14882,-0.204639 0.14882,-0.258382 0,-0.04341 -0.0351,-0.07235 -0.0351,-0.03101 -0.11368,-0.03101 v -0.07648 h 0.64078 v 0.07648 q -0.10128,0.0062 -0.1757,0.05581 -0.10128,0.07028 -0.27698,0.305924 l -0.25838,0.345198 0.47128,0.677994 q 0.17364,0.250114 0.24805,0.30179 0.0744,0.04961 0.19224,0.05581 v 0.07441 h -0.89297 v -0.07441 q 0.093,0 0.14469,-0.04134 0.0393,-0.02894 0.0393,-0.07648 0,-0.04754 -0.13229,-0.239779 l -0.27699,-0.405143 -0.30386,0.405143 q -0.14056,0.188102 -0.14056,0.223242 0,0.04961 0.0455,0.09095 0.0475,0.03927 0.14056,0.04341 v 0.07441 h -0.61805 v -0.07441 q 0.0744,-0.01033 0.13022,-0.05168 0.0786,-0.05994 0.26459,-0.305924 l 0.39687,-0.527099 -0.35967,-0.520898 q -0.15296,-0.223242 -0.23771,-0.279052 -0.0827,-0.05788 -0.20877,-0.05788 z" />
+ <path
+ id="path27391"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 123.32035,99.52555 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0847,-0.140559 0.29352,-0.264583 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115756 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206705 z" />
+ <path
+ id="path27393"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 125.34813,97.849167 v 0.644922 h -0.0682 q -0.0786,-0.303857 -0.20258,-0.413411 -0.12195,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0661,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.14676 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43614,0.157096 -0.17364,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27395"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 128.16552,99.585494 q -0.13849,0.144694 -0.27078,0.208773 -0.13229,0.06201 -0.28525,0.06201 -0.31006,0 -0.54157,-0.258382 -0.23151,-0.260449 -0.23151,-0.667658 0,-0.40721 0.25631,-0.74414 0.25632,-0.338998 0.65939,-0.338998 0.25012,0 0.41341,0.159164 v -0.349333 q 0,-0.324527 -0.0165,-0.398941 -0.0145,-0.07441 -0.0475,-0.101286 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14262,0.03307 l -0.0269,-0.07235 0.5643,-0.23151 h 0.093 v 2.189012 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101285 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16536,-0.173633 -0.10129,-0.05994 -0.19844,-0.05994 -0.1819,0 -0.32453,0.163297 -0.1881,0.214974 -0.1881,0.628385 0,0.417545 0.1819,0.640787 0.1819,0.221175 0.40514,0.221175 0.18811,0 0.3638,-0.188102 z" />
+ <path
+ id="path27397"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 129.26313,98.618112 q -0.002,0.421679 0.20464,0.661458 0.20671,0.239778 0.48576,0.239778 0.18603,0 0.32246,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.264583 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24805,-0.756542 0.25011,-0.272852 0.62631,-0.272852 0.31833,0 0.52297,0.21084 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15502,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17157,0 -0.30799,0.134359 -0.13436,0.132292 -0.1571,0.370003 z" />
+ <path
+ id="path27399"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 132.42986,97.282794 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13642,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0724,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18604,-0.05168 -0.0909,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29973 v -0.06821 q 0.11369,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z" />
+ <path
+ id="path27401"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 133.98015,97.849167 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
+ <path
+ id="path27403"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 136.50816,99.585494 q -0.13849,0.144694 -0.27078,0.208773 -0.13229,0.06201 -0.28526,0.06201 -0.31006,0 -0.54157,-0.258382 -0.23151,-0.260449 -0.23151,-0.667658 0,-0.40721 0.25632,-0.74414 0.25631,-0.338998 0.65939,-0.338998 0.25011,0 0.41341,0.159164 v -0.349333 q 0,-0.324527 -0.0165,-0.398941 -0.0145,-0.07441 -0.0475,-0.101286 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14263,0.03307 l -0.0269,-0.07235 0.56431,-0.23151 h 0.093 v 2.189012 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101285 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56223,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16537,-0.173633 -0.10128,-0.05994 -0.19843,-0.05994 -0.18191,0 -0.32453,0.163297 -0.1881,0.214974 -0.1881,0.628385 0,0.417545 0.1819,0.640787 0.1819,0.221175 0.40514,0.221175 0.1881,0 0.3638,-0.188102 z" />
+ <path
+ id="path27405"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 138.21348,97.849167 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
+ <path
+ id="path27407"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 140.6278,97.849167 v 0.644922 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0661,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.14676 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11163,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36586,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27409"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 112.42076,102.0825 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42789,0 -0.68007,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z" />
+ <path
+ id="path27411"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 114.83508,102.0825 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14677 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path27413"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 116.83393,102.4649 q 0.27491,-0.3824 0.59324,-0.3824 0.29146,0 0.5085,0.25011 0.21704,0.24805 0.21704,0.68006 0,0.50436 -0.33487,0.81236 -0.28732,0.26458 -0.64078,0.26458 -0.16537,0 -0.33693,-0.0599 -0.1695,-0.0599 -0.34727,-0.17983 v -1.96164 q 0,-0.32246 -0.0165,-0.39687 -0.0145,-0.0744 -0.0476,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0579,0 -0.14469,0.0331 l -0.0289,-0.0723 0.56844,-0.23151 h 0.093 z m 0,0.13229 v 1.13275 q 0.10542,0.10335 0.21704,0.1571 0.11369,0.0517 0.23151,0.0517 0.1881,0 0.34933,-0.2067 0.1633,-0.20671 0.1633,-0.60152 0,-0.3638 -0.1633,-0.5581 -0.16123,-0.19637 -0.36794,-0.19637 -0.10955,0 -0.2191,0.0558 -0.0827,0.0413 -0.21084,0.16536 z" />
+ <path
+ id="path27415"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 119.50456,103.75888 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path27417"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 120.86262,102.0825 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z" />
+ <path
+ id="path27419"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 122.27648,102.0825 v 0.42581 q 0.23772,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0723,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0723,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z" />
+ <path
+ id="path27421"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 124.20918,103.75888 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29353,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40308,0.1757 -0.16329,0.091 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path27423"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 125.5755,102.48557 q 0.20671,-0.2067 0.24392,-0.23771 0.093,-0.0786 0.2005,-0.12195 0.10749,-0.0434 0.21291,-0.0434 0.17776,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.2129,-0.24804 0.35967,-0.32452 0.14676,-0.0786 0.30179,-0.0786 0.15089,0 0.26665,0.0786 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0476 0.0476,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.32659 -0.0806,-0.1323 -0.25838,-0.1323 -0.10955,0 -0.22117,0.0558 -0.10956,0.0538 -0.26665,0.20258 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24185 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.0599 -0.17157,0.091 -0.26459,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path27425"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 128.62234,102.85144 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26666 -0.24185,-0.71521 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0662 -0.21291,-0.0662 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z" />
+ <path
+ id="path27427"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 130.73281,102.48351 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11163,0.0765 0.17777,0.25424 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0662,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.06 0.0785,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0476,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path27429"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 132.84741,101.51612 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0538,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0723,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 V 102.283 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25839 0.0475,-0.0785 0.13229,-0.28732 z" />
+ <path
+ id="path27431"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 134.3977,102.0825 q 0.42994,0 0.69039,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16537,0.29973 0.43408,0.29973 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14677,-0.19843 -0.37414,-0.19843 z" />
+ <path
+ id="path27433"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.282222"
+ d="m 136.81202,102.0825 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20258,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14677 q 0.41962,0.20463 0.41962,0.5395 0,0.25838 -0.19638,0.41754 -0.1943,0.1571 -0.43614,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
</g>
+ <path
+ d="m 152.96439,195.58806 h 5.00818 c 1.64902,0 2.97657,1.32755 2.97657,2.97656 0,1.64902 -1.32755,2.97656 -2.97657,2.97656 h -5.00818 c -1.64902,0 -2.97657,-1.32754 -2.97657,-2.97656 0,-1.64901 1.32755,-2.97656 2.97657,-2.97656 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-0" />
<g
- id="g10798"
- transform="translate(53.794645,30.60728)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- transform="translate(1.805413,14.363095)"
- id="g7605">
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-0"
- width="10.961312"
- height="5.953125"
- x="94.387772"
- y="150.61769"
- rx="2.9765625"
- ry="2.9765625" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="99.877731"
- y="154.99571"
- id="text6088-8-7-06-3-6-9"><tspan
- sodipodi:role="line"
- x="99.877731"
- y="154.99571"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.264583;fill:#808080;"
- id="tspan6920-3">FIM</tspan></text>
- </g>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-7-06-3-6-9"
+ aria-label="FIM">
+ <path
+ id="path27437"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 152.5777,197.31611 v 1.10175 h 0.51057 q 0.1757,0 0.25631,-0.0765 0.0827,-0.0785 0.10956,-0.30799 h 0.0765 v 0.94878 h -0.0765 q -0.002,-0.1633 -0.0434,-0.23978 -0.0393,-0.0765 -0.11162,-0.11369 -0.0703,-0.0393 -0.21084,-0.0393 h -0.51057 v 0.88057 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0909,0.0496 0.19017,0.0496 h 0.10129 v 0.0765 h -1.20303 v -0.0765 h 0.0992 q 0.17363,0 0.25218,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0848,-0.0889 -0.0889,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 2.08566 l 0.0269,0.61598 H 153.82 q -0.0537,-0.19637 -0.12609,-0.28732 -0.0703,-0.093 -0.1757,-0.13435 -0.10335,-0.0413 -0.32246,-0.0413 z" />
+ <path
+ id="path27439"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 155.37443,199.8896 v 0.0765 h -1.20096 v -0.0765 h 0.0992 q 0.17363,0 0.25218,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0847,-0.0889 -0.0909,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 1.20096 v 0.0765 h -0.10129 q -0.17156,0 -0.25011,0.10129 -0.0517,0.0661 -0.0517,0.31833 v 1.81074 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0889,0.0496 0.1881,0.0496 z" />
+ <path
+ id="path27441"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 157.21411,199.96608 -1.08314,-2.35851 v 1.87275 q 0,0.25838 0.0558,0.32246 0.0765,0.0868 0.24185,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0992 q 0.17776,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.83141 q 0,-0.18603 -0.0413,-0.26872 -0.0289,-0.0599 -0.10749,-0.0992 -0.0765,-0.0413 -0.24804,-0.0413 v -0.0765 h 0.79375 l 1.01699,2.19315 1.00045,-2.19315 h 0.79375 v 0.0765 h -0.0971 q -0.17983,0 -0.25425,0.10749 -0.0455,0.0662 -0.0455,0.30179 v 1.83141 q 0,0.25838 0.0579,0.32246 0.0765,0.0868 0.24184,0.0868 h 0.0971 v 0.0765 h -1.19062 v -0.0765 h 0.0992 q 0.17983,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.87275 l -1.08107,2.35851 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3)"
- d="m 42.576195,88.06772 v 2.834817"
- id="path9106-0-5-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9)"
- d="m 42.576195,165.02193 v 2.83482"
- id="path9106-0-5-6-9"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2)"
- d="m 42.576195,178.46481 v 2.83482"
- id="path9106-0-5-6-9-8"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-0-5-6"
+ d="m 42.576195,88.06772 v 2.834817"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0)"
- d="m 42.576195,187.56435 v 2.83482"
- id="path9106-0-5-6-9-8-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9"
+ d="m 42.576195,165.02193 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0-3)"
- d="M 59.115832,198.56464 H 71.894844"
- id="path9106-0-5-6-9-8-1-4"
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9-8"
+ d="m 42.576195,178.46481 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2)" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9-8-1"
+ d="m 42.576195,187.56435 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9-8-1-4"
+ d="M 59.115832,198.56464 H 71.894844"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0-3)" />
+ <path
+ d="m 61.540337,193.9744 h 7.098922 v 3.70147 h -7.098922 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-6-7-3" />
<g
- transform="matrix(0.28222223,0,0,0.28222223,-108.80602,47.772719)"
- id="g6426-0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- transform="matrix(3.5433071,0,0,3.5433071,258.89745,201.33707)"
- id="g14843-3-0-7-6">
- <rect
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-6-7-3"
- width="7.0989227"
- height="3.7014732"
- x="97.279739"
- y="89.379875" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="97.423363"
- y="92.608849"
- id="text14836-2-7-9-0"><tspan
- sodipodi:role="line"
- id="tspan14834-7-9-8-7"
- x="97.423363"
- y="92.608849"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Sim</tspan></text>
- </g>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-2-7-9-0"
+ aria-label="Sim">
+ <path
+ id="path27445"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 63.624925,194.33636 v 0.96945 h -0.07648 q -0.03721,-0.27905 -0.134359,-0.44441 -0.09508,-0.16537 -0.272851,-0.26252 -0.177767,-0.0971 -0.367936,-0.0971 -0.214974,0 -0.355533,0.13229 -0.14056,0.13022 -0.14056,0.29766 0,0.12815 0.08888,0.23357 0.128158,0.15503 0.609782,0.41341 0.39274,0.21084 0.535367,0.32453 0.144694,0.11162 0.221175,0.26458 0.07855,0.15297 0.07855,0.3204 0,0.31832 -0.248047,0.54983 -0.245979,0.22945 -0.634586,0.22945 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.0103 -0.26665,-0.0744 -0.200504,-0.0661 -0.254248,-0.0661 -0.05168,0 -0.08268,0.031 -0.02894,0.031 -0.04341,0.12816 h -0.07648 v -0.96118 h 0.07648 q 0.05374,0.30179 0.144694,0.45268 0.09095,0.14883 0.276985,0.24805 0.188102,0.0992 0.411344,0.0992 0.258382,0 0.40721,-0.13643 0.150895,-0.13642 0.150895,-0.32246 0,-0.10335 -0.05788,-0.20877 -0.05581,-0.10542 -0.1757,-0.19637 -0.08061,-0.062 -0.440283,-0.26252 -0.359668,-0.20257 -0.51263,-0.32246 -0.150895,-0.11989 -0.229443,-0.26458 -0.07855,-0.1447 -0.07855,-0.31833 0,-0.30179 0.23151,-0.51883 0.231511,-0.21911 0.589111,-0.21911 0.223242,0 0.473356,0.10956 0.115755,0.0517 0.163297,0.0517 0.05374,0 0.08682,-0.031 0.03514,-0.0331 0.05581,-0.13023 z" />
+ <path
+ id="path27447"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 64.654319,194.26402 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04548,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path27449"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 65.909022,195.65721 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0786 0.200505,-0.12196 0.107486,-0.0434 0.212906,-0.0434 0.177767,0 0.305924,0.10335 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258381,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0538 -0.266651,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254247,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171566,0.091 -0.264583,0.20463 v 1.01493 q 0,0.18603 0.0248,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0-34)"
- d="m 108.23616,198.56464 h 2.83482"
- id="path9106-0-5-6-9-8-1-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3)"
- d="M 124.20583,193.62321 V 179.76916"
- id="path9106-0-5-6-9-86"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-0)"
- d="M 124.20583,168.79287 V 146.5005"
- id="path9106-0-5-6-9-86-8"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-0-5-6-9-8-1-6"
+ d="m 108.23616,198.56464 h 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0-34)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-3)"
- d="M 124.20583,127.00974 V 106.35102"
- id="path9106-0-5-6-9-86-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9-86"
+ d="M 124.20583,193.62321 V 179.76916"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-7)"
- d="M 124.31827,91.66477 V 85.583377 H 49.522593"
- id="path9106-0-5-6-9-86-2"
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc"
+ id="path9106-0-5-6-9-86-8"
+ d="M 124.20583,168.79287 V 146.5005"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-0)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9-86-4"
+ d="M 124.20583,127.00974 V 106.35102"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-3)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.399999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0-3-6)"
- d="m 136.02595,198.56464 h 12.77901"
- id="path9106-0-5-6-9-8-1-4-3"
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
+ sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ id="path9106-0-5-6-9-86-2"
+ d="M 124.31827,91.66477 V 85.583377 H 49.522593"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-7)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9-8-1-4-3"
+ d="m 136.02595,198.56464 h 12.77901"
+ style="fill:none;stroke:#808080;stroke-width:0.399999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-2-0-3-6)" />
+ <path
+ d="m 138.28247,194.17484 h 7.09892 v 3.70147 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-6-7-3-1" />
<g
- transform="matrix(0.28222223,0,0,0.28222223,-32.06389,47.973165)"
- id="g6426-0-7">
- <g
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- transform="matrix(3.5433071,0,0,3.5433071,258.89745,201.33707)"
- id="g14843-3-0-7-6-7">
- <rect
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-6-7-3-1"
- width="7.0989227"
- height="3.7014732"
- x="97.279739"
- y="89.379875" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="97.423363"
- y="92.608849"
- id="text14836-2-7-9-0-5"><tspan
- sodipodi:role="line"
- id="tspan14834-7-9-8-7-6"
- x="97.423363"
- y="92.608849"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Sim</tspan></text>
- </g>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-2-7-9-0-5"
+ aria-label="Sim">
+ <path
+ id="path27453"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 140.36705,194.5368 v 0.96945 h -0.0765 q -0.0372,-0.27905 -0.13436,-0.44442 -0.0951,-0.16536 -0.27285,-0.26251 -0.17777,-0.0971 -0.36794,-0.0971 -0.21497,0 -0.35553,0.13229 -0.14056,0.13022 -0.14056,0.29765 0,0.12816 0.0889,0.23358 0.12816,0.15503 0.60979,0.41341 0.39274,0.21084 0.53536,0.32453 0.1447,0.11162 0.22118,0.26458 0.0786,0.15297 0.0786,0.3204 0,0.31832 -0.24805,0.54983 -0.24598,0.22945 -0.63459,0.22945 -0.12195,0 -0.22944,-0.0186 -0.0641,-0.0103 -0.26665,-0.0744 -0.2005,-0.0661 -0.25425,-0.0661 -0.0517,0 -0.0827,0.031 -0.0289,0.031 -0.0434,0.12816 h -0.0765 v -0.96118 h 0.0765 q 0.0538,0.30179 0.1447,0.45268 0.091,0.14883 0.27698,0.24805 0.1881,0.0992 0.41135,0.0992 0.25838,0 0.40721,-0.13643 0.15089,-0.13642 0.15089,-0.32246 0,-0.10335 -0.0579,-0.20877 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.062 -0.44028,-0.26252 -0.35967,-0.20257 -0.51263,-0.32246 -0.15089,-0.11989 -0.22944,-0.26458 -0.0785,-0.1447 -0.0785,-0.31833 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.58911,-0.21911 0.22324,0 0.47336,0.10956 0.11575,0.0517 0.16329,0.0517 0.0538,0 0.0868,-0.031 0.0351,-0.0331 0.0558,-0.13023 z" />
+ <path
+ id="path27455"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 141.39645,194.46446 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path27457"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 142.65115,195.85765 q 0.2067,-0.2067 0.24391,-0.23771 0.093,-0.0786 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17777,0 0.30593,0.10335 0.12815,0.10335 0.17156,0.29972 0.21291,-0.24805 0.35967,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.15089,0 0.26665,0.0785 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12195,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0538 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.90331 q 0,0.1943 0.0207,0.24184 0.0227,0.0476 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95704 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25424,-0.13229 -0.11162,0 -0.22118,0.06 -0.17156,0.0909 -0.26458,0.20463 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z" />
</g>
+ <path
+ d="m 124.92284,187.13826 h 7.09892 v 3.56784 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-3-8-5" />
<g
- id="g6420-0"
- transform="matrix(0.28222223,0,0,0.28222223,-29.284257,31.558228)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- transform="matrix(3.5433071,0,0,3.5433071,201.71111,234.09395)"
- id="g14843-0-7-0">
- <rect
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-3-8-5"
- width="7.0989227"
- height="3.5678368"
- x="97.279739"
- y="89.513512" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="97.423363"
- y="92.703865"
- id="text14836-2-8-4"><tspan
- sodipodi:role="line"
- id="tspan14834-5-7-5"
- x="97.423363"
- y="92.703865"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Não</tspan></text>
- </g>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-2-8-4"
+ aria-label="Não">
+ <path
+ id="path27461"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 125.01066,187.52569 h 0.76067 l 1.71359,2.10219 v -1.61644 q 0,-0.25838 -0.0579,-0.32246 -0.0765,-0.0868 -0.24184,-0.0868 h -0.0971 v -0.0765 h 0.97565 v 0.0765 h -0.0992 q -0.17777,0 -0.25218,0.10748 -0.0455,0.0661 -0.0455,0.30179 v 2.36265 h -0.0744 l -1.84795,-2.25723 v 1.726 q 0,0.25838 0.0558,0.32246 0.0786,0.0868 0.24185,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0971 q 0.17983,0 0.25425,-0.10748 0.0455,-0.0662 0.0455,-0.30179 v -1.94924 q -0.12196,-0.14262 -0.18603,-0.1881 -0.062,-0.0455 -0.18397,-0.0848 -0.06,-0.0186 -0.1819,-0.0186 z" />
+ <path
+ id="path27463"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 129.3308,190.05576 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 V 189.2 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.28318 0.11782,-0.40927 0.10956,-0.12609 0.27079,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40514,-0.16536 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z" />
+ <path
+ id="path27465"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 131.06093,188.37938 q 0.42995,0 0.69039,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.16329,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-7-6)"
- d="M 26.021744,198.56465 H 20.122196 V 98.542121 h 5.471366"
- id="path9106-0-5-6-9-86-2-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-9-86-2-1"
+ d="M 26.021744,198.56465 H 20.122196 V 98.542121 h 5.471366"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-9-3-7-6)" />
+ <path
+ d="m 20.921688,192.49817 h 7.098923 v 3.56784 h -7.098923 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-3-8-5-5" />
<g
- id="g6420-0-6"
- transform="matrix(0.28222223,0,0,0.28222223,-133.28541,36.918133)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- transform="matrix(3.5433071,0,0,3.5433071,201.71111,234.09395)"
- id="g14843-0-7-0-6">
- <rect
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-3-8-5-5"
- width="7.0989227"
- height="3.5678368"
- x="97.279739"
- y="89.513512" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- x="97.423363"
- y="92.703865"
- id="text14836-2-8-4-7"><tspan
- sodipodi:role="line"
- id="tspan14834-5-7-5-3"
- x="97.423363"
- y="92.703865"
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;">Não</tspan></text>
- </g>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-2-8-4-7"
+ aria-label="Não">
+ <path
+ id="path27469"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 21.009501,192.8856 h 0.760676 l 1.713589,2.10219 v -1.61644 q 0,-0.25838 -0.05788,-0.32246 -0.07648,-0.0868 -0.241846,-0.0868 h -0.09715 v -0.0765 h 0.97565 v 0.0765 h -0.09922 q -0.177766,0 -0.25218,0.10748 -0.04548,0.0661 -0.04548,0.30179 v 2.36265 h -0.07441 l -1.847947,-2.25723 v 1.72599 q 0,0.25839 0.05581,0.32246 0.07855,0.0868 0.241846,0.0868 h 0.09922 v 0.0765 h -0.97565 v -0.0765 h 0.09715 q 0.179834,0 0.254248,-0.10749 0.04547,-0.0661 0.04547,-0.30179 v -1.94923 q -0.121957,-0.14263 -0.186035,-0.1881 -0.06201,-0.0455 -0.183968,-0.0847 -0.05994,-0.0186 -0.181901,-0.0186 z" />
+ <path
+ id="path27471"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 25.329647,195.41567 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117823,-0.40927 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14882 0.171566,0.11163 0.254248,0.11163 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08062,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09509,0.062 -0.192237,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
+ <path
+ id="path27473"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 27.059772,193.73929 q 0.429948,0 0.690397,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
</g>
+ <path
+ d="M 73.625847,49.172585 H 107.65145 V 62.26911 H 73.625847 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-2" />
<g
- id="g23968-9"
- transform="matrix(0.26458333,0,0,0.26458333,56.20351,-32.970633)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="310.46255"
- x="65.848206"
- height="49.49868"
- width="128.60071"
- id="rect7253-2-7-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-2"
- y="324.48074"
- x="130.18858"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="324.48074"
- x="130.18858"
- sodipodi:role="line"
- id="tspan23185-2-0">Atribuir os valores</tspan><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="340.48074"
- x="130.18858"
- sodipodi:role="line"
- id="tspan23330-6">iniciais das tensões</tspan><tspan
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="356.48074"
- x="130.18858"
- sodipodi:role="line"
- id="tspan23332-8">das barras</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-4-2"
+ aria-label="Atribuir os valores
+iniciais das tensões
+das barras">
+ <path
+ id="path27477"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 76.715217,51.943118 h -1.085204 l -0.190169,0.44235 q -0.07028,0.163297 -0.07028,0.243913 0,0.06408 0.05994,0.113688 0.06201,0.04754 0.264583,0.06201 v 0.07648 h -0.882633 v -0.07648 q 0.1757,-0.03101 0.227376,-0.08061 0.10542,-0.09922 0.233577,-0.403076 l 0.985986,-2.306834 h 0.07235 l 0.97565,2.331639 q 0.117822,0.281119 0.212907,0.365869 0.09715,0.08268 0.268717,0.09302 v 0.07648 h -1.105875 v -0.07648 q 0.167432,-0.0083 0.225309,-0.05581 0.05994,-0.04754 0.05994,-0.115755 0,-0.09095 -0.08268,-0.287321 z m -0.05788,-0.152962 -0.475423,-1.132746 -0.487825,1.132746 z" />
+ <path
+ id="path27479"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 78.519757,50.365955 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.126091 h 0.08061 q -0.07235,0.202572 -0.204638,0.305924 -0.132292,0.101286 -0.272852,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273307 h -0.299723 v -0.06821 q 0.113688,-0.04548 0.231511,-0.152962 0.119889,-0.109554 0.212906,-0.258382 0.04754,-0.07855 0.132292,-0.28732 z" />
+ <path
+ id="path27481"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 79.697978,50.932328 v 0.425813 q 0.237712,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163298,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907437 q 0,0.157097 0.03927,0.237712 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.23151 z" />
+ <path
+ id="path27483"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 81.039497,49.942208 q 0.08682,0 0.146761,0.06201 0.06201,0.05995 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177767 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 V 51.72401 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06614 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z" />
+ <path
+ id="path27485"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 82.250792,51.314733 q 0.274918,-0.382405 0.593245,-0.382405 0.291455,0 0.508495,0.250114 0.217041,0.248046 0.217041,0.680061 0,0.504361 -0.334863,0.812353 -0.28732,0.264583 -0.640787,0.264583 -0.165364,0 -0.33693,-0.05994 -0.169499,-0.05994 -0.347265,-0.179834 v -1.961635 q 0,-0.322461 -0.01654,-0.396875 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05788,0 -0.144694,0.03307 l -0.02894,-0.07235 0.56844,-0.231511 h 0.09302 z m 0,0.132292 v 1.132746 q 0.10542,0.103353 0.217041,0.157096 0.113688,0.05168 0.23151,0.05168 0.188102,0 0.349332,-0.206706 0.163298,-0.206705 0.163298,-0.601513 0,-0.363802 -0.163298,-0.558105 -0.16123,-0.19637 -0.367936,-0.19637 -0.109554,0 -0.219107,0.05581 -0.08268,0.04134 -0.21084,0.165365 z" />
+ <path
+ id="path27487"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 85.508471,50.988138 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566373,0.233577 h -0.09302 V 52.53843 q -0.243912,0.264583 -0.37207,0.332796 -0.128157,0.06821 -0.270784,0.06821 -0.159163,0 -0.276985,-0.09095 -0.115756,-0.09302 -0.161231,-0.237711 -0.04547,-0.144694 -0.04547,-0.409277 v -0.845426 q 0,-0.134358 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204639,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264584 0.09095,0.347266 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200504,-0.05581 0.113688,-0.05581 0.268717,-0.212907 v -1.072802 q 0,-0.16123 -0.05994,-0.217041 -0.05788,-0.05788 -0.243913,-0.06201 v -0.07648 z" />
+ <path
+ id="path27489"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 86.446915,49.942208 q 0.08682,0 0.146761,0.06201 0.06201,0.05995 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.99012 v 1.521353 q 0,0.177767 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 V 51.72401 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06614 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z" />
+ <path
+ id="path27491"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 87.693349,50.932328 v 0.425813 q 0.237712,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907437 q 0,0.157097 0.03927,0.237712 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z" />
+ <path
+ id="path27493"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 90.537618,50.932328 q 0.429947,0 0.690396,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128157,-0.516764 0.130225,-0.258381 0.341065,-0.380338 0.210839,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06614 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163298 -0.06821,0.419613 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165365 0.130225,-0.165364 0.130225,-0.56844 0,-0.504361 -0.217041,-0.793749 -0.146761,-0.198437 -0.374137,-0.198437 z" />
+ <path
+ id="path27495"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 92.951939,50.932328 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169499 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417546 -0.194303,0.157096 -0.436149,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163297,0.146761 0.365868,0.146761 0.142627,0 0.231511,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101286,-0.239779 -0.09922,-0.09715 -0.398941,-0.245979 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117823 -0.09302,-0.297656 0,-0.233578 0.159163,-0.390674 0.16123,-0.157096 0.415478,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z" />
+ <path
+ id="path27497"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="M 94.334799,50.988138 H 95.2257 v 0.07648 h -0.05788 q -0.08061,0 -0.124023,0.03927 -0.04134,0.03927 -0.04134,0.105419 0,0.07235 0.04341,0.171566 l 0.440283,1.04593 0.442349,-1.085204 q 0.04754,-0.115755 0.04754,-0.1757 0,-0.02894 -0.01654,-0.04754 -0.02274,-0.03101 -0.05788,-0.04134 -0.03514,-0.0124 -0.142627,-0.0124 v -0.07648 h 0.61805 v 0.07648 q -0.107487,0.0083 -0.148828,0.04341 -0.07235,0.06201 -0.130225,0.206705 l -0.671793,1.624706 h -0.08475 l -0.675927,-1.597834 q -0.04548,-0.111621 -0.08682,-0.159163 -0.04134,-0.04961 -0.10542,-0.08268 -0.03514,-0.0186 -0.138492,-0.03514 z" />
+ <path
+ id="path27499"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 97.621417,52.60871 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z" />
+ <path
+ id="path27501"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 99.076624,49.942208 v 2.511473 q 0,0.177767 0.02481,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 H 98.45444 v -0.07441 q 0.130225,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564307,-0.231511 z" />
+ <path
+ id="path27503"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 100.52563,50.932328 q 0.42995,0 0.6904,0.326595 0.22117,0.279052 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47543,0.132292 -0.42788,0 -0.680059,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128158,-0.516764 0.130224,-0.258381 0.341068,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06614 -0.10956,0.06408 -0.17777,0.227376 -0.06821,0.163298 -0.06821,0.419613 0,0.413411 0.163293,0.713134 0.16537,0.299723 0.43409,0.299723 0.2005,0 0.33072,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504361 -0.21704,-0.793749 -0.14676,-0.198437 -0.37414,-0.198437 z" />
+ <path
+ id="path27505"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 102.27022,50.932328 v 0.425813 q 0.23772,-0.425813 0.48783,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0538,0.136426 -0.0537,0.05581 -0.12815,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279052 v 0.907437 q 0,0.157097 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.1447,0 0.21498,-0.04548 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.39274 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.1447,0.03101 l -0.0207,-0.07441 0.57258,-0.23151 z" />
+ <path
+ id="path27507"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 103.44845,51.701273 q -0.002,0.421679 0.20464,0.661457 0.2067,0.239779 0.48575,0.239779 0.18604,0 0.32246,-0.101286 0.1385,-0.103353 0.23151,-0.351399 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485759 0.24805,-0.756543 0.25012,-0.272851 0.62632,-0.272851 0.31833,0 0.52296,0.21084 0.20464,0.208772 0.20464,0.560172 z m 0,-0.11989 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.1819 -0.10128,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.15709,0.370003 z" />
+ <path
+ id="path27509"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 106.2307,50.932328 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417546 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117823 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27511"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 75.053304,54.175538 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177766 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 V 55.95734 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z" />
+ <path
+ id="path27513"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 76.297672,55.566666 q 0.332796,-0.401008 0.634586,-0.401008 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254248 0.04547,0.124023 0.04547,0.380338 v 0.808219 q 0,0.179833 0.02894,0.243912 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132291,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117823 -0.225309,-0.117823 -0.24598,0 -0.489892,0.268718 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206705,0.02687 v 0.07441 h -0.936376 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.281119 v -0.702799 q 0,-0.341065 -0.01654,-0.415479 -0.01447,-0.07441 -0.04754,-0.101285 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path27515"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 78.344057,54.175538 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.99012 v 1.521353 q 0,0.177766 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 V 55.95734 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z" />
+ <path
+ id="path27517"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 80.64469,56.395556 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200505 -0.494027,0.200505 -0.32246,0 -0.562239,-0.270785 -0.239778,-0.270784 -0.239778,-0.731737 0,-0.446484 0.264583,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279053,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200505,-0.06201 -0.206705,0 -0.332796,0.152962 -0.167431,0.202572 -0.167431,0.535368 0,0.338997 0.165364,0.599446 0.167432,0.258382 0.450618,0.258382 0.202572,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z" />
+ <path
+ id="path27519"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 81.395031,54.175538 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.99012 v 1.521353 q 0,0.177766 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 V 55.95734 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.031,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z" />
+ <path
+ id="path27521"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 83.160296,56.84204 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264584 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01034,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.175699 -0.163297,0.09095 -0.233577,0.19017 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206706 z" />
+ <path
+ id="path27523"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 84.446005,54.175538 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.99012 v 1.521353 q 0,0.177766 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 V 55.95734 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z" />
+ <path
+ id="path27525"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 86.362165,55.165658 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202571,-0.413411 -0.121956,-0.109554 -0.312126,-0.109554 -0.144693,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169499 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417545 -0.194304,0.157097 -0.436149,0.157097 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289387 0.221175,0.436148 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101286,-0.239779 -0.09922,-0.09715 -0.398942,-0.245979 -0.299723,-0.148828 -0.39274,-0.268718 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.161231,-0.157096 0.415479,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z" />
+ <path
+ id="path27527"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 89.179562,56.901984 q -0.138493,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250113,0 0.413411,0.159163 v -0.349333 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233578 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165365,-0.173632 -0.101285,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417546 0.181901,0.640788 0.181901,0.221174 0.405143,0.221174 0.188102,0 0.363802,-0.188102 z" />
+ <path
+ id="path27529"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 91.031644,56.84204 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134358 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264584 0.210839,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.442349,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312126,0.124023 -0.403076,0.175699 -0.163298,0.09095 -0.233578,0.19017 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413412,-0.206706 z" />
+ <path
+ id="path27531"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 93.059425,55.165658 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202571,-0.413411 -0.121957,-0.109554 -0.312126,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169499 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.301791,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417545 -0.194304,0.157097 -0.436149,0.157097 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289387 0.221175,0.436148 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101286,-0.239779 -0.09922,-0.09715 -0.398942,-0.245979 -0.299723,-0.148828 -0.39274,-0.268718 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.161231,-0.157096 0.415479,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z" />
+ <path
+ id="path27533"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 95.089274,54.599284 v 0.622184 h 0.442349 v 0.144694 h -0.442349 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08061 q -0.07235,0.202571 -0.204639,0.305924 -0.132291,0.101286 -0.272851,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04548 0.231511,-0.152962 0.119889,-0.109554 0.212906,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z" />
+ <path
+ id="path27535"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 96.031851,55.934602 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138493,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208772,0.231511 -0.522965,0.231511 -0.341064,0 -0.584977,-0.264584 -0.241845,-0.26665 -0.241845,-0.715201 0,-0.485758 0.248047,-0.756542 0.250113,-0.272851 0.626317,-0.272851 0.318327,0 0.522966,0.210839 0.204638,0.208773 0.204638,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06614 -0.212907,-0.06614 -0.171565,0 -0.307991,0.134358 -0.134359,0.132292 -0.157096,0.370003 z" />
+ <path
+ id="path27537"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 98.142314,55.566666 q 0.332796,-0.401008 0.634587,-0.401008 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177766,0.254248 0.04548,0.124023 0.04548,0.380338 v 0.808219 q 0,0.179833 0.02894,0.243912 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117823 -0.225309,-0.117823 -0.24598,0 -0.489893,0.268718 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 H 97.51393 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.281119 v -0.702799 q 0,-0.341065 -0.01654,-0.415479 -0.01447,-0.07441 -0.04754,-0.101285 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138492,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path27539"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 100.93077,55.165658 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.06822,-0.02067 -0.111625,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289387 0.221179,0.436148 0.16329,0.146761 0.36586,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.299725,-0.148828 -0.392743,-0.268718 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.161227,-0.157096 0.415477,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27541"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 102.27849,55.165658 q 0.42995,0 0.6904,0.326594 0.22117,0.279053 0.22117,0.640788 0,0.254247 -0.12195,0.514696 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132292 -0.47542,0.132292 -0.42789,0 -0.68007,-0.341065 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10955,0 -0.22117,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419612 0,0.413412 0.1633,0.713135 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37414,-0.198438 z m -0.53123,-0.452685 h -0.0661 q 0.008,-0.283187 0.11783,-0.409277 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17156,0.111621 0.25424,0.111621 0.0661,0 0.11576,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19224,0.06201 -0.16329,0 -0.40514,-0.165364 -0.13022,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208773 z" />
+ <path
+ id="path27543"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 103.78744,55.934602 q -0.002,0.42168 0.20464,0.661458 0.20671,0.239779 0.48576,0.239779 0.18603,0 0.32246,-0.101286 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20877,0.231511 -0.52297,0.231511 -0.34106,0 -0.58497,-0.264584 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756542 0.25011,-0.272851 0.62632,-0.272851 0.31832,0 0.52296,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10129,-0.06614 -0.21291,-0.06614 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.1571,0.370003 z" />
+ <path
+ id="path27545"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 106.5697,55.165658 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26044,0.179834 l 0.30179,0.146761 q 0.41962,0.204638 0.41962,0.539501 0,0.258382 -0.19637,0.417545 -0.19431,0.157097 -0.43615,0.157097 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22117,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29973,-0.148828 -0.39275,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27547"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 83.598512,61.135314 q -0.138493,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.407209 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.1819,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z" />
+ <path
+ id="path27549"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 85.450594,61.075369 q -0.291455,0.22531 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312126,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z" />
+ <path
+ id="path27551"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 87.478375,59.398987 v 0.644922 h -0.06821 q -0.07855,-0.303857 -0.202571,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233578,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198438 0.06408,0.08475 0.260449,0.179833 l 0.30179,0.146761 q 0.419612,0.204639 0.419612,0.539502 0,0.258382 -0.19637,0.417545 -0.194303,0.157096 -0.436149,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675928 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142626 -0.101286,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.39274,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159164,-0.390673 0.16123,-0.157097 0.415478,-0.157097 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z" />
+ <path
+ id="path27553"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 89.477218,59.781393 q 0.274918,-0.382406 0.593245,-0.382406 0.291455,0 0.508496,0.250114 0.21704,0.248047 0.21704,0.680061 0,0.504362 -0.334863,0.812353 -0.28732,0.264583 -0.640787,0.264583 -0.165364,0 -0.33693,-0.05994 -0.169498,-0.05994 -0.347265,-0.179834 v -1.961636 q 0,-0.32246 -0.01654,-0.396874 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05788,0 -0.144694,0.03307 l -0.02894,-0.07235 0.56844,-0.23151 h 0.09302 z m 0,0.132291 v 1.132747 q 0.10542,0.103352 0.217041,0.157096 0.113688,0.05168 0.23151,0.05168 0.188102,0 0.349332,-0.206705 0.163298,-0.206706 0.163298,-0.601513 0,-0.363802 -0.163298,-0.558105 -0.16123,-0.196371 -0.367935,-0.196371 -0.109554,0 -0.219108,0.05581 -0.08268,0.04134 -0.21084,0.165364 z" />
+ <path
+ id="path27555"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 92.147854,61.075369 q -0.291455,0.22531 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.126091,-0.134358 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.231511,0.310059 -0.44235,0.310059 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312126,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z" />
+ <path
+ id="path27557"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 93.505909,59.398987 v 0.425814 q 0.237712,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09509,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200505 v -0.733804 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.231511 z" />
+ <path
+ id="path27559"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 94.919775,59.398987 v 0.425814 q 0.237712,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163298,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09509,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200505 v -0.733804 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.231511 z" />
+ <path
+ id="path27561"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 96.852472,61.075369 q -0.291455,0.22531 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293521,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413412,0.08475 0.121956,0.06408 0.179833,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206705 z" />
+ <path
+ id="path27563"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 98.880254,59.398987 v 0.644922 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198438 0.06408,0.08475 0.260449,0.179833 l 0.30179,0.146761 q 0.419612,0.204639 0.419612,0.539502 0,0.258382 -0.19637,0.417545 -0.194303,0.157096 -0.436149,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675928 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163297,0.146761 0.365869,0.146761 0.142626,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142626 -0.101285,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157097 0.415478,-0.157097 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-9)"
- d="M 58.409339,55.720852 H 72.351462"
- id="path9106-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-64)"
- d="m 107.67696,55.605635 h 16.52887 v 9.580815"
- id="path9106-0-5-34"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-0-6"
+ d="M 58.409339,55.720852 H 72.351462"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-9)" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-34"
+ d="m 107.67696,55.605635 h 16.52887 v 9.580815"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-64)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ inkscape:connector-curvature="0"
+ id="rect13740-2"
+ d="M 42.576195,92.044773 58.111213,98.523326 42.576195,105.00188 27.041174,98.523326 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
- id="g3700"
- transform="matrix(0.26458333,0,0,0.26458333,-18.807847,-21.988041)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-7-5-8-1"
+ aria-label="MIT em
+Barra(i)?">
<path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-2"
- d="m 232.00268,430.99017 58.71503,24.48587 -58.71503,24.48586 -58.71504,-24.48586 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- id="text6088-8-7-5-8-1"
- y="451.63074"
- x="232.21753"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan6749-7-6"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="451.63074"
- x="232.21753"
- sodipodi:role="line">MIT em</tspan><tspan
- id="tspan3692"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="467.63074"
- x="232.21753"
- sodipodi:role="line">Barra(<tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;"
- id="tspan31085-9">i</tspan>)?</tspan></text>
+ id="path27566"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 37.407525,97.50592 -1.083137,-2.35851 v 1.872752 q 0,0.258382 0.05581,0.322461 0.07648,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.97565 v -0.07648 h 0.09922 q 0.177767,0 0.252181,-0.107487 0.04548,-0.06614 0.04548,-0.30179 v -1.831411 q 0,-0.186035 -0.04134,-0.268717 -0.02894,-0.05994 -0.107487,-0.09922 -0.07648,-0.04134 -0.248047,-0.04134 v -0.07648 h 0.79375 l 1.016991,2.193146 1.000455,-2.193146 h 0.793749 v 0.07648 h -0.09715 q -0.179834,0 -0.254248,0.107487 -0.04548,0.06615 -0.04548,0.30179 v 1.831411 q 0,0.258382 0.05788,0.322461 0.07648,0.08682 0.241846,0.08682 h 0.09715 v 0.07648 h -1.190624 v -0.07648 h 0.09922 q 0.179834,0 0.252181,-0.107487 0.04547,-0.06614 0.04547,-0.30179 V 95.14741 l -1.08107,2.35851 z" />
+ <path
+ id="path27568"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 40.743753,97.429439 v 0.07648 h -1.20096 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101285 0.04961,-0.06615 0.04961,-0.318327 v -1.810741 q 0,-0.212906 -0.02687,-0.281119 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.20096 v 0.07648 h -0.101286 q -0.171566,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318326 v 1.810741 q 0,0.212907 0.02687,0.28112 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z" />
+ <path
+ id="path27570"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 43.3007,94.702993 0.03101,0.657324 h -0.07855 q -0.02274,-0.173633 -0.06201,-0.248047 -0.06408,-0.119889 -0.171565,-0.1757 -0.10542,-0.05788 -0.279053,-0.05788 h -0.394807 v 2.141469 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241846,0.08682 h 0.09715 v 0.07648 h -1.188557 v -0.07648 h 0.09922 q 0.177767,0 0.252181,-0.107487 0.04548,-0.06614 0.04548,-0.30179 v -2.141469 h -0.33693 q -0.19637,0 -0.279053,0.02894 -0.107486,0.03927 -0.183967,0.150895 -0.07648,0.111621 -0.09095,0.30179 h -0.07855 l 0.03307,-0.657324 z" />
+ <path
+ id="path27572"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 44.873729,96.325632 q -0.0021,0.421679 0.204639,0.661457 0.206705,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138492,-0.103353 0.23151,-0.351399 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516764 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.26665 -0.241845,-0.715201 0,-0.485758 0.248046,-0.756543 0.250114,-0.272851 0.626318,-0.272851 0.318327,0 0.522965,0.21084 0.204639,0.208772 0.204639,0.560172 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.256314 -0.05168,-0.115756 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171566,0 -0.307991,0.134359 -0.134359,0.132291 -0.157097,0.370002 z" />
+ <path
+ id="path27574"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 46.994528,95.959763 q 0.206706,-0.206706 0.243913,-0.237712 0.09302,-0.07855 0.200504,-0.121956 0.107487,-0.04341 0.212907,-0.04341 0.177767,0 0.305924,0.103353 0.128158,0.103353 0.171566,0.299723 0.212907,-0.248047 0.359667,-0.324528 0.146761,-0.07855 0.301791,-0.07855 0.150895,0 0.26665,0.07855 0.117822,0.07648 0.186035,0.252181 0.04548,0.119889 0.04548,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243912 0.02067,0.04548 0.07648,0.07855 0.05581,0.031 0.181901,0.031 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.10542 0.0083,-0.03514 0.0083,-0.200504 v -0.81442 q 0,-0.23151 -0.05581,-0.326595 -0.08061,-0.132291 -0.258382,-0.132291 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202572 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194303 0.02067,0.241845 0.02274,0.04754 0.08268,0.08062 0.05994,0.031 0.204638,0.031 v 0.07441 h -0.957046 v -0.07441 q 0.157096,0 0.214974,-0.03721 0.05994,-0.03721 0.08268,-0.111621 0.01033,-0.03514 0.01033,-0.204638 v -0.81442 q 0,-0.23151 -0.06821,-0.332796 -0.09095,-0.132291 -0.254248,-0.132291 -0.111621,0 -0.221175,0.05994 -0.171565,0.09095 -0.264583,0.204639 v 1.014924 q 0,0.186035 0.02481,0.241845 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -0.72347 q 0,-0.312125 -0.0186,-0.403075 -0.01447,-0.06821 -0.04548,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path27576"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 36.944504,100.30885 q 0.291455,0.062 0.436149,0.19844 0.200505,0.19016 0.200505,0.46508 0,0.20878 -0.132292,0.40101 -0.132292,0.19017 -0.363802,0.27905 -0.229443,0.0868 -0.702799,0.0868 H 35.05935 v -0.0765 h 0.10542 q 0.175699,0 0.25218,-0.11162 0.04754,-0.0724 0.04754,-0.30799 v -1.810744 q 0,-0.260449 -0.05994,-0.328662 -0.08062,-0.09095 -0.239778,-0.09095 h -0.10542 v -0.07648 h 1.211294 q 0.338997,0 0.543636,0.04961 0.310058,0.07441 0.473356,0.264583 0.163297,0.188102 0.163297,0.434082 0,0.21084 -0.128157,0.378273 -0.128158,0.16536 -0.378272,0.24598 z m -1.083137,-0.11162 q 0.07648,0.0145 0.173633,0.0227 0.09922,0.006 0.217041,0.006 0.30179,0 0.452685,-0.0641 0.152962,-0.0662 0.233577,-0.200508 0.08062,-0.134358 0.08062,-0.293521 0,-0.24598 -0.200504,-0.419613 -0.200504,-0.173632 -0.584977,-0.173632 -0.206705,0 -0.37207,0.04547 z m 0,1.33945 q 0.239779,0.0558 0.473356,0.0558 0.374137,0 0.570507,-0.16743 0.196371,-0.1695 0.196371,-0.41755 0,-0.16329 -0.08888,-0.31419 -0.08888,-0.15089 -0.289387,-0.23771 -0.200505,-0.0868 -0.496094,-0.0868 -0.128157,0 -0.219108,0.004 -0.09095,0.004 -0.146761,0.0145 z" />
+ <path
+ id="path27578"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 39.021895,101.4664 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698664,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.105423 -0.260449,-0.105423 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161233 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204638,0.0972 0.157097,0 0.413411,-0.20671 z" />
+ <path
+ id="path27580"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 40.379951,99.790017 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.231513 z" />
+ <path
+ id="path27582"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 41.793817,99.790017 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.231513 z" />
+ <path
+ id="path27584"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 43.726514,101.4664 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.105423 -0.260449,-0.105423 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161233 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path27586"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 45.712954,102.56814 v 0.0765 q -0.312125,-0.1571 -0.520898,-0.36794 -0.297656,-0.29972 -0.458886,-0.70693 -0.16123,-0.40721 -0.16123,-0.84542 0,-0.64079 0.316259,-1.16789 0.31626,-0.529167 0.824755,-0.756543 v 0.08682 q -0.254248,0.140559 -0.417545,0.384472 -0.163297,0.243912 -0.243913,0.618049 -0.08062,0.374135 -0.08062,0.781345 0,0.44235 0.06821,0.80409 0.05374,0.28525 0.130225,0.45682 0.07648,0.17363 0.204638,0.33279 0.130225,0.15917 0.338997,0.30386 z" />
+ <path
+ id="path27588"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m 46.763018,98.872244 q 0.128158,0 0.214974,0.08888 0.08888,0.08888 0.08888,0.214973 0,0.126091 -0.08888,0.214974 -0.08888,0.08888 -0.214974,0.08888 -0.124023,0 -0.212906,-0.08888 -0.08888,-0.08888 -0.08888,-0.214974 0,-0.12609 0.08682,-0.214973 0.08888,-0.08888 0.214973,-0.08888 z m 0.128158,0.950846 -0.423746,1.46968 q -0.03514,0.12609 -0.03514,0.16536 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27699 l 0.07028,0.0413 q -0.312125,0.54364 -0.663525,0.54364 -0.134359,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19223 0,-0.0765 0.03514,-0.19431 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21497 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.08268 0.700732,-0.113688 z" />
+ <path
+ id="path27590"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 47.081345,98.886714 v -0.08682 q 0.314192,0.155029 0.522965,0.365869 0.295589,0.30179 0.456819,0.709 0.161231,0.405144 0.161231,0.845424 0,0.64079 -0.31626,1.16789 -0.314192,0.52916 -0.824755,0.75654 v -0.0765 q 0.254248,-0.14263 0.417545,-0.38654 0.165365,-0.24185 0.243913,-0.61598 0.08061,-0.37621 0.08061,-0.78342 0,-0.44028 -0.06821,-0.804081 -0.05168,-0.285254 -0.130224,-0.456819 -0.07648,-0.171566 -0.204639,-0.330729 -0.128157,-0.159164 -0.338997,-0.303857 z" />
+ <path
+ id="path27592"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 49.33857,101.07779 h -0.08475 q 0.01447,-0.26045 0.06408,-0.42995 0.05168,-0.17156 0.21084,-0.47542 0.124023,-0.233575 0.16123,-0.357599 0.03721,-0.12609 0.03721,-0.254247 0,-0.262516 -0.14056,-0.417546 -0.138492,-0.155029 -0.341064,-0.155029 -0.179834,0 -0.283186,0.08475 -0.103353,0.08475 -0.103353,0.183967 0,0.07648 0.06201,0.188103 0.06201,0.111621 0.06201,0.169498 0,0.07441 -0.04754,0.12609 -0.04754,0.04961 -0.115755,0.04961 -0.08682,0 -0.159164,-0.08475 -0.07028,-0.08682 -0.07028,-0.239779 0,-0.233577 0.200504,-0.413411 0.200504,-0.179834 0.543636,-0.179834 0.425813,0 0.626317,0.248047 0.148828,0.181901 0.148828,0.403076 0,0.150895 -0.06821,0.310058 -0.06615,0.159163 -0.254248,0.374135 -0.299723,0.339 -0.367936,0.48163 -0.06615,0.14056 -0.08062,0.3886 z m -0.02894,0.25632 q 0.09715,0 0.163297,0.0682 0.06821,0.0661 0.06821,0.1633 0,0.0951 -0.06821,0.16329 -0.06821,0.0662 -0.163297,0.0662 -0.09509,0 -0.163297,-0.0662 -0.06615,-0.0682 -0.06615,-0.16329 0,-0.0971 0.06615,-0.1633 0.06821,-0.0682 0.163297,-0.0682 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker8849)"
- d="m 58.111217,98.523328 17.866899,0 v 57.489042 l -14.024365,0"
- id="path9106-7-3-3-0-0-6-3-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path9106-7-3-3-0-0-6-3-5"
+ d="m 58.111217,98.523328 17.866899,0 v 57.489042 l -14.024365,0"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker8849)" />
+ <path
+ d="m 60.676773,93.743271 h 7.098923 v 3.701473 h -7.098923 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-6-7-6" />
<g
- id="g14843-3-0-7-0"
- transform="translate(-36.602965,4.3633937)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-6-7-6"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-7-9-7"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-9-8-4"
- sodipodi:role="line">Não</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-2-7-9-7"
+ aria-label="Não">
+ <path
+ id="path27596"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 60.764586,94.264333 h 0.760676 l 1.713589,2.102196 v -1.616438 q 0,-0.258381 -0.05788,-0.32246 -0.07648,-0.08682 -0.241846,-0.08682 h -0.09715 v -0.07648 h 0.97565 v 0.07648 h -0.09922 q -0.177766,0 -0.25218,0.107487 -0.04548,0.06615 -0.04548,0.30179 v 2.362645 h -0.07441 l -1.847947,-2.257225 v 1.725992 q 0,0.258382 0.05581,0.32246 0.07855,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.97565 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04548,-0.06615 0.04548,-0.30179 v -1.949234 q -0.121957,-0.142627 -0.186035,-0.188102 -0.06201,-0.04547 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z" />
+ <path
+ id="path27598"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 65.084732,96.794409 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.1819,-0.148828 0.510562,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.283187 0.117823,-0.409277 0.109554,-0.126091 0.270784,-0.126091 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08061,-0.231511 h 0.06408 q 0.0021,0.192237 -0.05168,0.305925 -0.05168,0.111621 -0.148828,0.175699 -0.09509,0.06201 -0.192237,0.06201 -0.163297,0 -0.405143,-0.165364 -0.130224,-0.08888 -0.175699,-0.107487 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.07441 -0.02274,0.03514 -0.05788,0.208773 z" />
+ <path
+ id="path27600"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 66.814857,95.118027 q 0.429948,0 0.690397,0.326595 0.221175,0.279053 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121957,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.427881,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341064,-0.380338 0.21084,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165364 0.130225,-0.165365 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z" />
</g>
+ <path
+ d="M 23.140337,111.83478 H 62.012053 V 125.7865 H 23.140337 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-5-8" />
<g
- id="g3957"
- transform="matrix(0.26458333,0,0,0.26458333,-43.524031,0.34223922)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <g
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- transform="translate(-30.637745,-41.190863)"
- id="g23935-1">
- <rect
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-5-8"
- width="146.91672"
- height="52.730923"
- x="282.59756"
- y="462.57999"
- rx="0"
- ry="0" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- x="355.91638"
- y="476.59818"
- id="text6088-8-4-3-09"><tspan
- sodipodi:role="line"
- x="355.91638"
- y="476.59818"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- id="tspan23545-0">Calcular os</tspan><tspan
- id="tspan3783"
- sodipodi:role="line"
- x="355.91638"
- y="492.59818"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;">escorrregamentos</tspan><tspan
- id="tspan3780"
- sodipodi:role="line"
- x="355.91638"
- y="508.59818"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;">com |<tspan
- id="tspan3820"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">V</tspan><tspan
- id="tspan3818"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:65%;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">i</tspan>|</tspan></text>
- </g>
- <circle
- r="1.7139249"
- cy="453.95667"
- cx="343.74634"
- id="path6834-9-6-8"
- style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-4-3-09"
+ aria-label="Calcular os
+escorrregamentos
+com |Vi|">
+ <path
+ id="path27604"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 35.509216,112.67674 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365868,-0.61598 -0.237712,-0.1881 -0.570508,-0.1881 -0.279052,0 -0.504361,0.14263 -0.225309,0.14056 -0.355534,0.45061 -0.128157,0.31006 -0.128157,0.77102 0,0.38033 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14882 0.560172,0.14882 0.272851,0 0.481624,-0.11575 0.208772,-0.11782 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.491959,0.54777 -0.28112,0.17364 -0.667659,0.17364 -0.696598,0 -1.079003,-0.51677 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
+ <path
+ id="path27606"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 36.993362,115.2709 q -0.291454,0.2253 -0.365868,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path27608"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 38.448569,112.60439 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.031,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
+ <path
+ id="path27610"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 40.579704,114.82441 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path27612"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 42.508266,113.65032 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.14469 -0.04547,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
+ <path
+ id="path27614"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 43.616208,112.60439 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z" />
+ <path
+ id="path27616"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 45.211975,115.2709 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path27618"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 46.57003,113.59451 v 0.42582 q 0.237712,-0.42582 0.487826,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 45.93131 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27620"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 49.414299,113.59451 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25839 0.341064,-0.38034 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path27622"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 51.82862,113.59451 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25839 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.161231,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path27624"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 28.065749,118.59679 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
+ <path
+ id="path27626"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 30.848006,117.82784 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312126,-0.10955 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path27628"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 32.877855,119.05774 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path27630"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 34.072613,117.82784 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341065,-0.38033 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path27632"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 35.817207,117.82784 v 0.42582 q 0.237712,-0.42582 0.487826,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27634"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 37.231074,117.82784 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27636"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 38.64494,117.82784 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27638"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 39.823161,118.59679 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
+ <path
+ id="path27640"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 41.88815,119.08668 q -0.173633,-0.0847 -0.26665,-0.23564 -0.09302,-0.15297 -0.09302,-0.33693 0,-0.28112 0.21084,-0.4837 0.212906,-0.20257 0.543635,-0.20257 0.270785,0 0.469222,0.13229 h 0.401009 q 0.08888,0 0.103352,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.01034,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103352,0.006 h -0.24598 q 0.115755,0.14883 0.115755,0.38034 0,0.26458 -0.202571,0.45268 -0.202572,0.18811 -0.543636,0.18811 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.1385 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134359,0.0475 0.05788,0.008 0.289388,0.0145 0.425813,0.0103 0.551903,0.0289 0.192237,0.0269 0.305925,0.14263 0.115755,0.11575 0.115755,0.28525 0,0.23358 -0.219108,0.43822 -0.322461,0.30179 -0.841292,0.30179 -0.398942,0 -0.67386,-0.17984 -0.155029,-0.10335 -0.155029,-0.21497 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144693,-0.21291 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11575 0,-0.0724 0.05788,-0.1695 0.05994,-0.0971 0.272852,-0.27492 z m 0.359667,-1.15962 q -0.152962,0 -0.256315,0.12196 -0.103352,0.12195 -0.103352,0.37414 0,0.32659 0.140559,0.50642 0.107487,0.13643 0.272852,0.13643 0.157096,0 0.258382,-0.11782 0.101285,-0.11782 0.101285,-0.37001 0,-0.32866 -0.142626,-0.51469 -0.10542,-0.13643 -0.270785,-0.13643 z m -0.380338,1.85002 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.091 -0.04961,0.16743 0,0.0992 0.119889,0.17363 0.206706,0.12816 0.597379,0.12816 0.37207,0 0.54777,-0.13229 0.177767,-0.13023 0.177767,-0.27906 0,-0.10748 -0.10542,-0.15296 -0.107487,-0.0455 -0.425814,-0.0537 -0.465087,-0.0124 -0.715201,-0.0475 z" />
+ <path
+ id="path27642"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 44.571188,119.50423 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path27644"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 45.937511,118.23092 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109553,0 -0.221174,0.0558 -0.109554,0.0537 -0.266651,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11163 0.01034,-0.0351 0.01034,-0.20463 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254247,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171566,0.0909 -0.264584,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.1819,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path27646"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 48.984351,118.59679 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
+ <path
+ id="path27648"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 51.094815,118.22885 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 H 50.46643 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
+ <path
+ id="path27650"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 53.209413,117.26147 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z" />
+ <path
+ id="path27652"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 54.759704,117.82784 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path27654"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 57.174025,117.82784 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path27656"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 36.932177,123.29107 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path27658"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 38.126935,122.06117 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path27660"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 39.879798,122.46425 q 0.206705,-0.20671 0.243912,-0.23771 0.09302,-0.0786 0.200505,-0.12196 0.107487,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10336 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11163 0.01034,-0.0351 0.01034,-0.20463 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171566,0.0909 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path27662"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 45.097046,121.07105 v 3.853 H 44.92548 v -3.853 z" />
+ <path
+ id="path27664"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m 46.10577,124.07449 0.09095,-2.34405 q 0.0062,-0.20463 0.0062,-0.21497 0,-0.11369 -0.05581,-0.16743 -0.05374,-0.0537 -0.200505,-0.0641 l 0.02481,-0.0765 h 1.178222 l -0.02274,0.0765 q -0.150895,0 -0.229443,0.091 -0.07648,0.091 -0.08888,0.3762 l -0.06614,1.46141 1.093472,-1.26917 q 0.212907,-0.24598 0.262516,-0.34106 0.04961,-0.0951 0.04961,-0.16537 0,-0.0517 -0.04548,-0.091 -0.04547,-0.0413 -0.173632,-0.062 l 0.02894,-0.0765 h 0.773079 v 0.0765 q -0.09922,0.0248 -0.16123,0.0724 -0.09095,0.0682 -0.28112,0.28938 l -2.09186,2.4288 z" />
+ <path
+ id="path27666"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.75167px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m 48.890095,122.99351 q 0.0833,0 0.139733,0.0578 0.05777,0.0578 0.05777,0.13973 0,0.082 -0.05777,0.13974 -0.05777,0.0578 -0.139733,0.0578 -0.08062,0 -0.13839,-0.0578 -0.05777,-0.0578 -0.05777,-0.13974 0,-0.082 0.05643,-0.13973 0.05777,-0.0578 0.139734,-0.0578 z m 0.0833,0.61806 -0.275435,0.95529 q -0.02284,0.082 -0.02284,0.10748 0,0.0148 0.01209,0.0282 0.01209,0.0121 0.02553,0.0121 0.02284,0 0.04568,-0.0202 0.06046,-0.0497 0.145108,-0.18004 l 0.04568,0.0269 q -0.202882,0.35336 -0.431292,0.35336 -0.08733,0 -0.139734,-0.0484 -0.05106,-0.0497 -0.05106,-0.12495 0,-0.0497 0.02284,-0.1263 l 0.186759,-0.64223 q 0.02687,-0.0927 0.02687,-0.13974 0,-0.0296 -0.02553,-0.0524 -0.02553,-0.0228 -0.06987,-0.0228 -0.02015,0 -0.04837,0.001 l 0.01747,-0.0537 0.455477,-0.0739 z" />
+ <path
+ id="path27668"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 49.539563,121.07105 v 3.853 h -0.171565 v -3.853 z" />
</g>
+ <path
+ d="m 47.878994,120.45161 a 0.45347595,0.45347595 0 0 1 -0.453476,0.45347 0.45347595,0.45347595 0 0 1 -0.453476,-0.45347 0.45347595,0.45347595 0 0 1 0.453476,-0.45348 0.45347595,0.45347595 0 0 1 0.453476,0.45348"
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6834-9-6-8" />
+ <path
+ d="m 29.59062,132.36824 h 25.971136 v 5.57119 H 29.59062 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-5-4" />
<g
- id="g3922"
- transform="matrix(0.26458333,0,0,0.26458333,-89.385983,5.3417512)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="480.1001"
- x="449.67535"
- height="21.056467"
- width="98.158623"
- id="rect7253-2-7-5-4"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-4-3-7"
- y="494.11829"
- x="498.26053"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82667px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;"
- xml:space="preserve"><tspan
- id="tspan23545-6"
- style="font-size:16px;line-height:1;text-align:center;text-anchor:middle;stroke-width:1;fill:#808080;"
- y="494.11829"
- x="498.26053"
- sodipodi:role="line">Calcular <tspan
- id="tspan23553-9"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;">Q</tspan><tspan
- id="tspan23547-2"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;">mot</tspan></tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-4-3-7"
+ aria-label="Calcular Qmot">
+ <path
+ id="path27673"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 33.298723,133.2102 0.06408,0.95292 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61599 -0.237711,-0.1881 -0.570507,-0.1881 -0.279053,0 -0.504362,0.14263 -0.225309,0.14056 -0.355533,0.45062 -0.128158,0.31005 -0.128158,0.77101 0,0.38034 0.121957,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14883 0.560172,0.14883 0.272851,0 0.481624,-0.11576 0.208772,-0.11782 0.458886,-0.46509 l 0.06408,0.0414 q -0.21084,0.37413 -0.49196,0.54777 -0.281119,0.17363 -0.667659,0.17363 -0.696597,0 -1.079003,-0.51677 -0.285253,-0.38447 -0.285253,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54363 0.330729,-0.19431 0.721402,-0.19431 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
+ <path
+ id="path27675"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 34.782869,135.80436 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510562,-0.14882 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0972 0.204638,0.0972 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path27677"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 36.238076,133.13786 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0723 0.564307,-0.23151 z" />
+ <path
+ id="path27679"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 38.36921,135.35787 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14882 0.179834,0.14677 0.179834,0.30593 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59944 0.167431,0.25839 0.450618,0.25839 0.202572,0 0.363802,-0.1385 0.113688,-0.0951 0.221175,-0.34519 z" />
+ <path
+ id="path27681"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 40.297773,134.18379 v 1.14721 q 0,0.32866 0.01447,0.40308 0.01654,0.0724 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13436 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26458 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
+ <path
+ id="path27683"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 41.405715,133.13786 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0723 0.564306,-0.23151 z" />
+ <path
+ id="path27685"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 43.001482,135.80436 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path27687"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 44.359537,134.12798 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path27689"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080;stroke-width:0.264583"
+ d="m 47.410511,136.14129 -0.363802,0.33073 q 0.204639,-0.0413 0.334863,-0.0413 0.179834,0 0.506429,0.0868 0.326595,0.0868 0.514697,0.0868 0.206705,0 0.382405,-0.0744 0.109554,-0.0455 0.225309,-0.15502 l 0.06201,0.0579 q -0.208773,0.25425 -0.491959,0.38861 -0.283187,0.13643 -0.713134,0.13643 -0.241846,0 -0.564307,-0.0703 -0.32246,-0.0682 -0.512629,-0.0682 -0.150895,0 -0.322461,0.0455 l -0.03927,-0.0517 0.762743,-0.67179 q -0.268717,-0.0455 -0.411344,-0.1447 -0.194303,-0.13229 -0.30179,-0.36173 -0.107487,-0.23151 -0.107487,-0.47542 0,-0.45889 0.262516,-0.92398 0.264583,-0.46715 0.706933,-0.7462 0.444417,-0.27906 0.880566,-0.27906 0.252181,0 0.481624,0.12609 0.229443,0.12609 0.355534,0.3576 0.12609,0.22945 0.12609,0.47749 0,0.37001 -0.179834,0.76068 -0.179834,0.38861 -0.487825,0.67799 -0.305924,0.28939 -0.61805,0.41962 -0.210839,0.0889 -0.487825,0.11162 z m 0.742073,-2.76366 q -0.163297,0 -0.279052,0.0599 -0.113688,0.0579 -0.237712,0.19637 -0.124023,0.13849 -0.25218,0.39687 -0.128158,0.25632 -0.241846,0.69867 -0.111621,0.44235 -0.111621,0.73794 0,0.25218 0.109554,0.3824 0.109554,0.12816 0.28112,0.12816 0.227376,0 0.386539,-0.15089 0.316259,-0.29973 0.514697,-0.8785 0.200504,-0.58085 0.200504,-1.03353 0,-0.28319 -0.107487,-0.40928 -0.10542,-0.12816 -0.262516,-0.12816 z" />
+ <path
+ id="path27691"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m 50.048075,135.48675 -0.198438,0.66663 q 0.199988,-0.30696 0.291455,-0.41393 0.134876,-0.15658 0.221692,-0.20464 0.08837,-0.0481 0.176734,-0.0481 0.100769,0 0.145727,0.0605 0.04496,0.0605 0.04496,0.13332 0,0.076 -0.04186,0.22324 l -0.06976,0.2496 q 0.201538,-0.31006 0.289904,-0.41238 0.136426,-0.15813 0.237195,-0.21394 0.06976,-0.0403 0.148828,-0.0403 0.08217,0 0.136426,0.0558 0.05581,0.0543 0.05581,0.14263 0,0.0992 -0.04651,0.25735 l -0.172083,0.57826 q -0.03876,0.12867 -0.03876,0.16588 0,0.0124 0.0093,0.0233 0.01085,0.0109 0.02325,0.0109 0.01705,0 0.02946,-0.0109 0.05581,-0.045 0.117822,-0.13178 0.01395,-0.0186 0.04186,-0.0574 l 0.05271,0.0341 q -0.10697,0.19998 -0.235645,0.293 -0.127124,0.093 -0.235644,0.093 -0.09457,0 -0.151929,-0.0512 -0.05736,-0.0527 -0.05736,-0.12247 0,-0.0667 0.03876,-0.20154 l 0.175183,-0.60462 q 0.03566,-0.12557 0.03566,-0.15658 0,-0.0109 -0.01085,-0.0202 -0.01085,-0.0109 -0.0217,-0.0109 -0.02015,0 -0.04031,0.009 -0.02946,0.0155 -0.09147,0.0806 -0.06046,0.0651 -0.175183,0.23409 -0.114721,0.16743 -0.15968,0.262 -0.04341,0.0946 -0.08682,0.24495 l -0.09457,0.31936 h -0.392224 l 0.289905,-1.01235 q 0.02325,-0.0822 0.02325,-0.11317 0,-0.0109 -0.01085,-0.0202 -0.0093,-0.009 -0.02015,-0.009 -0.05736,0 -0.181384,0.15038 -0.189136,0.23254 -0.344165,0.55965 l -0.125574,0.44494 h -0.395325 l 0.291455,-0.99684 q 0.04341,-0.14728 0.04341,-0.20929 0,-0.0248 -0.0124,-0.0419 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.0108 -0.106971,-0.0108 l 0.0155,-0.0589 0.52865,-0.0915 z" />
+ <path
+ id="path27693"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m 52.71613,135.48675 q 0.122473,0 0.229443,0.0574 0.108521,0.0558 0.162781,0.15658 0.05581,0.10077 0.05581,0.22325 0,0.25114 -0.141076,0.50229 -0.139527,0.25115 -0.36897,0.39688 -0.229443,0.14417 -0.461987,0.14417 -0.21084,0 -0.327112,-0.12557 -0.114722,-0.12557 -0.114722,-0.30696 0,-0.21549 0.08527,-0.40307 0.08682,-0.18914 0.218592,-0.32867 0.133325,-0.14107 0.305407,-0.22789 0.172083,-0.0884 0.356568,-0.0884 z m -0.06356,0.0822 q -0.08217,0 -0.136426,0.0481 -0.10852,0.0977 -0.244946,0.45733 -0.136426,0.35812 -0.136426,0.64648 0,0.0713 0.04341,0.11782 0.04341,0.0465 0.10232,0.0465 0.06046,0 0.10697,-0.0372 0.06821,-0.0558 0.167431,-0.2496 0.09922,-0.19533 0.162781,-0.42943 0.06356,-0.23564 0.06356,-0.43098 0,-0.0806 -0.03876,-0.12402 -0.03876,-0.045 -0.08992,-0.045 z" />
+ <path
+ id="path27695"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080;stroke-width:0.264583"
+ d="m 54.170304,135.10848 -0.124023,0.42168 h 0.203088 l -0.05426,0.17829 h -0.199988 l -0.258899,0.89917 q -0.0248,0.0837 -0.0248,0.12712 0,0.0202 0.01395,0.0357 0.01395,0.0139 0.03101,0.0139 0.02635,0 0.05426,-0.0217 0.07131,-0.0543 0.165882,-0.18913 l 0.05426,0.0341 q -0.10697,0.18603 -0.235645,0.27285 -0.128674,0.0868 -0.252697,0.0868 -0.10542,0 -0.164331,-0.0527 -0.05736,-0.0543 -0.05736,-0.13642 0,-0.0899 0.04031,-0.231 l 0.244947,-0.8387 h -0.21084 l 0.03101,-0.11473 q 0.198437,-0.0729 0.334863,-0.17053 0.136426,-0.0977 0.328662,-0.31471 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1-7)"
- d="m 42.576195,125.76682 v 5.36052"
- id="path9106-0-5-3-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-3-4-4"
+ d="m 42.576195,125.76682 v 5.36052"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1-7)" />
+ <path
+ d="m 103.17708,66.390137 h 42.0575 v 13.096528 h -42.0575 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.299999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-6" />
<g
- id="g8669"
- transform="matrix(0.28222223,0,0,0.28222223,-46.334504,-15.214245)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- ry="0"
- rx="0"
- y="289.14938"
- x="529.76544"
- height="46.405018"
- width="149.02263"
- id="rect7253-2-7-4-6"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.06299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- id="text6088-8-4-26-3"
- y="302.29144"
- x="604.2804"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.65px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.9375;"
- xml:space="preserve"><tspan
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.9375;fill:#808080;"
- y="302.29144"
- x="604.2804"
- sodipodi:role="line"
- id="tspan3558-4">Calcular as constantes</tspan><tspan
- id="tspan3623-0"
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.9375;fill:#808080;"
- y="317.29144"
- x="604.2804"
- sodipodi:role="line">dos motores</tspan><tspan
- style="font-size:15px;line-height:1;text-align:center;text-anchor:middle;stroke-width:0.9375;fill:#808080;"
- y="332.29144"
- x="604.2804"
- sodipodi:role="line"
- id="tspan3560-7">de indução</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-4-26-3"
+ aria-label="Calcular as constantes
+dos motores
+de indução">
+ <path
+ id="path27699"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 107.95774,67.232115 0.0641,0.952913 h -0.0641 q -0.12816,-0.427881 -0.36587,-0.615983 -0.23771,-0.188102 -0.57051,-0.188102 -0.27905,0 -0.50436,0.142627 -0.22531,0.14056 -0.35553,0.450618 -0.12816,0.310058 -0.12816,0.771012 0,0.380338 0.12196,0.65939 0.12195,0.279053 0.36587,0.427881 0.24598,0.148828 0.56017,0.148828 0.27285,0 0.48162,-0.115755 0.20877,-0.117822 0.45889,-0.465088 l 0.0641,0.04134 q -0.21084,0.374137 -0.49196,0.54777 -0.28112,0.173633 -0.66766,0.173633 -0.6966,0 -1.079,-0.516764 -0.28526,-0.384472 -0.28526,-0.90537 0,-0.419613 0.1881,-0.771012 0.18811,-0.3514 0.51677,-0.543636 0.33073,-0.194303 0.7214,-0.194303 0.30386,0 0.59945,0.148828 0.0868,0.04547 0.12402,0.04547 0.0558,0 0.0971,-0.03927 0.0538,-0.05581 0.0765,-0.155029 z" />
+ <path
+ id="path27701"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 109.44189,69.82627 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.14676 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0476,-0.05374 -0.0476,-0.146761 0,-0.177766 0.18191,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.1633,0.09095 -0.23358,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20463,0.09715 0.1571,0 0.41342,-0.206706 z" />
+ <path
+ id="path27703"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 110.89709,67.159768 v 2.511473 q 0,0.177766 0.0248,0.235644 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.20051,0.02894 v 0.07441 h -0.92811 v -0.07441 q 0.13022,0 0.17777,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237711 V 67.95145 q 0,-0.320393 -0.0145,-0.39274 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13642,0.03307 l -0.0351,-0.07235 0.56431,-0.23151 z" />
+ <path
+ id="path27705"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 113.02823,69.379786 q -0.0765,0.374137 -0.29973,0.576708 -0.22324,0.200505 -0.49402,0.200505 -0.32246,0 -0.56224,-0.270785 -0.23978,-0.270784 -0.23978,-0.731737 0,-0.446484 0.26458,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27906,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305924 0,0.07855 -0.0517,0.128157 -0.0496,0.04754 -0.14056,0.04754 -0.12196,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0723,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152963 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16537,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22117,-0.345198 z" />
+ <path
+ id="path27707"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 114.95679,68.205698 v 1.147216 q 0,0.328662 0.0145,0.403076 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0641,0 0.1447,-0.03514 l 0.0289,0.07235 -0.56638,0.233578 h -0.093 V 69.75599 q -0.24392,0.264583 -0.37207,0.332796 -0.12816,0.06821 -0.27079,0.06821 -0.15916,0 -0.27698,-0.09095 -0.11576,-0.09302 -0.16123,-0.237711 -0.0455,-0.144694 -0.0455,-0.409277 v -0.845426 q 0,-0.134359 -0.0289,-0.186035 -0.0289,-0.05168 -0.0868,-0.07855 -0.0558,-0.02894 -0.20464,-0.02687 v -0.07648 h 0.66352 v 1.267105 q 0,0.264583 0.0909,0.347266 0.093,0.08268 0.22324,0.08268 0.0889,0 0.20051,-0.05581 0.11369,-0.05581 0.26872,-0.212906 v -1.072802 q 0,-0.161231 -0.06,-0.217041 -0.0579,-0.05788 -0.24391,-0.06201 v -0.07648 z" />
+ <path
+ id="path27709"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 116.06473,67.159768 v 2.511473 q 0,0.177766 0.0248,0.235644 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.20051,0.02894 v 0.07441 h -0.92811 v -0.07441 q 0.13022,0 0.17776,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237711 V 67.95145 q 0,-0.320393 -0.0145,-0.39274 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13642,0.03307 l -0.0351,-0.07235 0.5643,-0.23151 z" />
+ <path
+ id="path27711"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 117.6605,69.82627 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.0909,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.14676 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.16329,0.09095 -0.23357,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z" />
+ <path
+ id="path27713"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 119.01855,68.149888 v 0.425813 q 0.23772,-0.425813 0.48783,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0537,0.136426 -0.0537,0.05581 -0.12816,0.05581 -0.0723,0 -0.16329,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.1447,0 0.21498,-0.04548 0.0517,-0.03307 0.0723,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.1447,0.03101 l -0.0207,-0.07441 0.57258,-0.23151 z" />
+ <path
+ id="path27715"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 122.00958,69.82627 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32452,-0.134358 -0.1261,-0.134359 -0.1261,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.14676 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23152,0.310058 -0.44235,0.310058 -0.10129,0 -0.16124,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.175699 -0.1633,0.09095 -0.23358,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z" />
+ <path
+ id="path27717"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 124.03736,68.149888 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22118,0.436148 0.1633,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15917,-0.390673 0.16123,-0.157096 0.41547,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27719"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 127.12555,69.379786 q -0.0765,0.374137 -0.29973,0.576708 -0.22324,0.200505 -0.49402,0.200505 -0.32246,0 -0.56224,-0.270785 -0.23978,-0.270784 -0.23978,-0.731737 0,-0.446484 0.26458,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27905,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305924 0,0.07855 -0.0517,0.128157 -0.0496,0.04754 -0.14056,0.04754 -0.12196,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0723,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152963 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16537,0.599446 0.16743,0.258382 0.45061,0.258382 0.20258,0 0.36381,-0.138493 0.11368,-0.09508 0.22117,-0.345198 z" />
+ <path
+ id="path27721"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 128.3203,68.149888 q 0.42995,0 0.6904,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254248 -0.12196,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68007,-0.341065 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10955,0 -0.22117,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419612 0,0.413412 0.1633,0.713135 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37414,-0.198438 z" />
+ <path
+ id="path27723"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 130.06283,68.550896 q 0.3328,-0.401008 0.63459,-0.401008 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17776,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179833 0.0289,0.243912 0.0227,0.05168 0.0724,0.08061 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93638 v -0.07441 h 0.0393 q 0.13229,0 0.18396,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0786,0.08888 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 h 0.0413 q 0.14469,0 0.1943,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0848,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path27725"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 132.85129,68.149888 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41962,0.204638 0.41962,0.539501 0,0.258382 -0.19637,0.417545 -0.19431,0.157097 -0.43615,0.157097 -0.17364,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22117,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39895,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27727"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 133.82281,67.583514 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0538,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0723,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18603,-0.05168 -0.091,-0.05374 -0.13436,-0.150896 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29972 v -0.06821 q 0.11369,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z" />
+ <path
+ id="path27729"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 135.51986,69.82627 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.0909,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.14676 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.1633,0.09095 -0.23358,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z" />
+ <path
+ id="path27731"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 136.87585,68.550896 q 0.33279,-0.401008 0.63458,-0.401008 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179833 0.0289,0.243912 0.0227,0.05168 0.0724,0.08061 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93637 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0785,0.08888 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 h 0.0413 q 0.1447,0 0.19431,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0476,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path27733"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 138.99045,67.583514 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0723,0.202571 -0.20463,0.305924 -0.1323,0.101286 -0.27286,0.101286 -0.0951,0 -0.18603,-0.05168 -0.0909,-0.05374 -0.13436,-0.150896 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29972 v -0.06821 q 0.11369,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z" />
+ <path
+ id="path27735"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 139.93302,68.918832 q -0.002,0.42168 0.20464,0.661458 0.20671,0.239779 0.48576,0.239779 0.18604,0 0.32246,-0.101286 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516763 -0.20877,0.231511 -0.52297,0.231511 -0.34106,0 -0.58497,-0.264583 -0.24185,-0.266651 -0.24185,-0.715202 0,-0.485758 0.24805,-0.756542 0.25011,-0.272851 0.62632,-0.272851 0.31832,0 0.52296,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87644 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10129,-0.06614 -0.21291,-0.06614 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.1571,0.370003 z" />
+ <path
+ id="path27737"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 142.71528,68.149888 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20258,-0.413411 -0.12195,-0.109554 -0.31212,-0.109554 -0.1447,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41962,0.204638 0.41962,0.539501 0,0.258382 -0.19638,0.417545 -0.1943,0.157097 -0.43614,0.157097 -0.17364,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289387 0.22117,0.436148 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39895,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27739"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 115.39087,74.119544 q -0.13849,0.144694 -0.27078,0.208773 -0.13229,0.06201 -0.28526,0.06201 -0.31005,0 -0.54157,-0.258382 -0.23151,-0.260449 -0.23151,-0.667658 0,-0.40721 0.25632,-0.74414 0.25631,-0.338998 0.65939,-0.338998 0.25011,0 0.41341,0.159164 v -0.349333 q 0,-0.324527 -0.0165,-0.398941 -0.0145,-0.07441 -0.0476,-0.101286 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14263,0.03307 l -0.0269,-0.07235 0.56431,-0.23151 h 0.093 v 2.189012 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101285 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 V 72.9992 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16537,-0.173633 -0.10128,-0.05994 -0.19843,-0.05994 -0.18191,0 -0.32453,0.163297 -0.1881,0.214974 -0.1881,0.628385 0,0.417545 0.1819,0.640787 0.1819,0.221175 0.40514,0.221175 0.1881,0 0.3638,-0.188102 z" />
+ <path
+ id="path27741"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 117.09619,72.383217 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
+ <path
+ id="path27743"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 119.51051,72.383217 v 0.644922 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0661,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.14676 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27745"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 121.55276,72.786293 q 0.20671,-0.206705 0.24392,-0.237711 0.093,-0.07855 0.2005,-0.121956 0.10749,-0.04341 0.21291,-0.04341 0.17776,0 0.30592,0.103353 0.12816,0.103353 0.17157,0.299723 0.2129,-0.248046 0.35967,-0.324527 0.14676,-0.07855 0.30179,-0.07855 0.15089,0 0.26665,0.07855 0.11782,0.07648 0.18603,0.25218 0.0455,0.11989 0.0455,0.376204 v 0.81442 q 0,0.177767 0.0269,0.243913 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12196,0 0.19017,-0.04754 0.0475,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200505 v -0.81442 q 0,-0.23151 -0.0558,-0.326594 -0.0806,-0.132292 -0.25838,-0.132292 -0.10955,0 -0.22117,0.05581 -0.10956,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903303 q 0,0.194304 0.0207,0.241846 0.0227,0.04754 0.0827,0.08061 0.0599,0.03101 0.20464,0.03101 v 0.07441 h -0.95705 v -0.07441 q 0.1571,0 0.21498,-0.03721 0.0599,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204639 v -0.81442 q 0,-0.23151 -0.0682,-0.332795 -0.091,-0.132292 -0.25425,-0.132292 -0.11162,0 -0.22117,0.05994 -0.17157,0.09095 -0.26459,0.204638 v 1.014924 q 0,0.186035 0.0248,0.241846 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 q 0.13022,0 0.1819,-0.02687 0.0517,-0.02894 0.0786,-0.08888 0.0269,-0.06201 0.0269,-0.237712 v -0.723469 q 0,-0.312125 -0.0186,-0.403076 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.231511 h 0.0889 z" />
+ <path
+ id="path27747"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 125.20732,72.383217 q 0.42995,0 0.69039,0.326595 0.22118,0.279053 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12195,0.260449 -0.33693,0.392741 -0.2129,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124024 0.44649,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16537,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165364 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
+ <path
+ id="path27749"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 126.94778,71.816844 v 0.622184 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13642,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.12609 h 0.0806 q -0.0724,0.202571 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18604,-0.05168 -0.091,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273306 h -0.29972 v -0.06821 q 0.11369,-0.04547 0.23151,-0.152962 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.287321 z" />
+ <path
+ id="path27751"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 128.49807,72.383217 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.16329,0.713134 0.16537,0.299723 0.43409,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
+ <path
+ id="path27753"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 130.24267,72.383217 v 0.425814 q 0.23771,-0.425814 0.48782,-0.425814 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159164 0,0.08061 -0.0538,0.136425 -0.0537,0.05581 -0.12815,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19223,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237711 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96944 v -0.07441 q 0.14469,0 0.21497,-0.04547 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200505 v -0.733804 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.14469,0.03101 l -0.0207,-0.07441 0.57258,-0.231511 z" />
+ <path
+ id="path27755"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 131.42089,73.152162 q -0.002,0.421679 0.20464,0.661458 0.2067,0.239778 0.48575,0.239778 0.18604,0 0.32246,-0.101285 0.1385,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24804,-0.756542 0.25012,-0.272852 0.62632,-0.272852 0.31833,0 0.52296,0.21084 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134359 -0.13436,0.132292 -0.15709,0.370003 z" />
+ <path
+ id="path27757"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 134.20314,72.383217 v 0.644922 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0661,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.14676 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
+ <path
+ id="path27759"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 116.45334,78.352874 q -0.13849,0.144694 -0.27079,0.208773 -0.13229,0.06201 -0.28525,0.06201 -0.31006,0 -0.54157,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.25632,-0.74414 0.25631,-0.338997 0.65939,-0.338997 0.25011,0 0.41341,0.159163 v -0.349332 q 0,-0.324528 -0.0165,-0.398942 -0.0145,-0.07441 -0.0475,-0.101285 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14263,0.03307 l -0.0269,-0.07235 0.5643,-0.23151 h 0.093 v 2.189011 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14882,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16536,-0.173633 -0.10129,-0.05994 -0.19844,-0.05994 -0.1819,0 -0.32453,0.163297 -0.1881,0.214974 -0.1881,0.628385 0,0.417545 0.1819,0.640787 0.1819,0.221175 0.40515,0.221175 0.1881,0 0.3638,-0.188102 z" />
+ <path
+ id="path27761"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 117.55094,77.385492 q -0.002,0.421679 0.20464,0.661458 0.20671,0.239778 0.48576,0.239778 0.18604,0 0.32246,-0.101286 0.13849,-0.103352 0.23151,-0.351399 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.264583 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756542 0.25011,-0.272852 0.62632,-0.272852 0.31832,0 0.52296,0.21084 0.20464,0.208772 0.20464,0.560172 z m 0,-0.119889 h 0.87644 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134359 -0.13436,0.132291 -0.1571,0.370003 z" />
+ <path
+ id="path27763"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 120.64946,75.626428 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.990119 V 78.1379 q 0,0.177767 0.0248,0.237712 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.23151 z" />
+ <path
+ id="path27765"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 121.89383,77.017556 q 0.33279,-0.401009 0.63458,-0.401009 0.15503,0 0.26665,0.07855 0.11163,0.07648 0.17777,0.254248 0.0455,0.124024 0.0455,0.380338 V 78.1379 q 0,0.179834 0.0289,0.243913 0.0227,0.05168 0.0723,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93637 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.11989 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0662,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 V 78.1379 q 0,0.192236 0.0227,0.237712 0.0289,0.05994 0.0785,0.08888 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 h 0.0413 q 0.1447,0 0.19431,-0.07235 0.0517,-0.07441 0.0517,-0.28112 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.1385,0.03101 l -0.031,-0.07441 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path27767"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 124.79597,78.352874 q -0.13849,0.144694 -0.27078,0.208773 -0.13229,0.06201 -0.28525,0.06201 -0.31006,0 -0.54157,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.25631,-0.74414 0.25632,-0.338997 0.65939,-0.338997 0.25012,0 0.41341,0.159163 v -0.349332 q 0,-0.324528 -0.0165,-0.398942 -0.0145,-0.07441 -0.0475,-0.101285 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14262,0.03307 l -0.0269,-0.07235 0.56431,-0.23151 h 0.093 v 2.189011 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16536,-0.173633 -0.10129,-0.05994 -0.19844,-0.05994 -0.1819,0 -0.32453,0.163297 -0.1881,0.214974 -0.1881,0.628385 0,0.417545 0.1819,0.640787 0.1819,0.221175 0.40514,0.221175 0.1881,0 0.3638,-0.188102 z" />
+ <path
+ id="path27769"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 127.2351,76.672358 v 1.147216 q 0,0.328661 0.0145,0.403075 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0641,0 0.1447,-0.03514 l 0.0289,0.07235 -0.56638,0.233577 h -0.093 v -0.401009 q -0.24392,0.264584 -0.37207,0.332796 -0.12816,0.06821 -0.27079,0.06821 -0.15916,0 -0.27698,-0.09095 -0.11576,-0.09302 -0.16123,-0.237712 -0.0455,-0.144694 -0.0455,-0.409277 v -0.845425 q 0,-0.134359 -0.0289,-0.186035 -0.0289,-0.05168 -0.0868,-0.07855 -0.0558,-0.02894 -0.20464,-0.02687 v -0.07648 h 0.66352 v 1.267105 q 0,0.264583 0.091,0.347265 0.093,0.08268 0.22324,0.08268 0.0889,0 0.20051,-0.05581 0.11369,-0.05581 0.26872,-0.212907 v -1.072802 q 0,-0.16123 -0.06,-0.217041 -0.0579,-0.05788 -0.24391,-0.06201 v -0.07648 z" />
+ <path
+ id="path27771"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 129.30009,77.846445 q -0.0765,0.374137 -0.29972,0.576709 -0.22325,0.200504 -0.49403,0.200504 -0.32246,0 -0.56224,-0.270784 -0.23978,-0.270784 -0.23978,-0.731738 0,-0.446484 0.26458,-0.725536 0.26665,-0.279053 0.63872,-0.279053 0.27906,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305924 0,0.07855 -0.0517,0.128158 -0.0496,0.04754 -0.14056,0.04754 -0.12196,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165364 -0.0103,-0.121957 -0.0827,-0.186035 -0.0724,-0.06201 -0.20051,-0.06201 -0.2067,0 -0.33279,0.152962 -0.16744,0.202572 -0.16744,0.535367 0,0.338998 0.16537,0.599447 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22117,-0.345198 z m -0.76895,0.686263 h 0.12403 l -0.10336,0.163297 q 0.13023,0.03307 0.19431,0.111621 0.0641,0.07855 0.0641,0.190169 0,0.148828 -0.12403,0.260449 -0.12402,0.113688 -0.32039,0.113688 -0.0765,0 -0.1943,-0.01447 v -0.08888 q 0.0579,0.0083 0.0992,0.0083 0.10542,0 0.17777,-0.07028 0.0724,-0.06821 0.0724,-0.157096 0,-0.06201 -0.0475,-0.107487 -0.0476,-0.04547 -0.11783,-0.04547 -0.0207,0 -0.0537,0.0041 z" />
+ <path
+ id="path27773"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 130.64161,78.292929 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134359 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0848,-0.14056 0.29352,-0.264583 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283187 -0.0909,-0.388607 -0.0889,-0.105419 -0.26045,-0.105419 -0.13023,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239779 z m 0,-0.134358 v -0.721403 q -0.31213,0.124024 -0.40308,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206705 z m -0.85163,-1.86035 h -0.0662 q 0.008,-0.283187 0.11783,-0.409277 0.10955,-0.126091 0.27078,-0.126091 0.0848,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17156,0.111621 0.25424,0.111621 0.0661,0 0.11576,-0.05581 0.0517,-0.05581 0.0806,-0.231511 h 0.0641 q 0.002,0.192236 -0.0517,0.305925 -0.0517,0.111621 -0.14883,0.175699 -0.0951,0.06201 -0.19224,0.06201 -0.16329,0 -0.40514,-0.165365 -0.13022,-0.08888 -0.1757,-0.107486 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208773 z" />
+ <path
+ id="path27775"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 132.37173,76.616547 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.2129,-0.287321 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165365 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-8)"
- d="m 42.576195,105.00188 v 5.55603"
- id="path9106-0-5-6-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-6-8"
+ d="m 42.576195,105.00188 v 5.55603"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-3-8)" />
+ <path
+ d="m 44.12941,105.78687 h 7.098923 v 3.56784 H 44.12941 Z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5" />
<g
- id="g14843-6"
- transform="translate(-53.150328,16.273355)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-5"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-6"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;stroke-width:0.264583;fill:#808080;"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7"
- sodipodi:role="line">Sim</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text14836-6"
+ aria-label="Sim">
+ <path
+ id="path27779"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 46.213998,106.11021 v 0.96945 h -0.07648 q -0.03721,-0.27905 -0.134358,-0.44442 -0.09508,-0.16536 -0.272852,-0.26251 -0.177766,-0.0971 -0.367936,-0.0971 -0.214973,0 -0.355533,0.13229 -0.14056,0.13022 -0.14056,0.29765 0,0.12816 0.08888,0.23358 0.128158,0.15503 0.609782,0.41341 0.39274,0.21084 0.535367,0.32453 0.144694,0.11162 0.221175,0.26458 0.07855,0.15297 0.07855,0.3204 0,0.31832 -0.248046,0.54983 -0.24598,0.22945 -0.634586,0.22945 -0.121957,0 -0.229444,-0.0186 -0.06408,-0.0103 -0.26665,-0.0744 -0.200504,-0.0661 -0.254248,-0.0661 -0.05168,0 -0.08268,0.031 -0.02894,0.031 -0.04341,0.12816 h -0.07648 v -0.96118 h 0.07648 q 0.05374,0.30179 0.144694,0.45268 0.09095,0.14883 0.276985,0.24805 0.188102,0.0992 0.411344,0.0992 0.258382,0 0.40721,-0.13643 0.150895,-0.13642 0.150895,-0.32246 0,-0.10335 -0.05788,-0.20877 -0.05581,-0.10542 -0.1757,-0.19637 -0.08062,-0.062 -0.440283,-0.26252 -0.359667,-0.20257 -0.512629,-0.32246 -0.150896,-0.11989 -0.229444,-0.26458 -0.07855,-0.1447 -0.07855,-0.31833 0,-0.30179 0.23151,-0.51883 0.231511,-0.21911 0.589111,-0.21911 0.223242,0 0.473356,0.10956 0.115755,0.0517 0.163297,0.0517 0.05374,0 0.08682,-0.031 0.03514,-0.0331 0.05581,-0.13023 z" />
+ <path
+ id="path27781"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 47.243392,106.03787 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04548,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path27783"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 48.498095,107.43106 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0785 0.200505,-0.12196 0.107487,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05995,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171566,0.091 -0.264583,0.20463 v 1.01493 q 0,0.18603 0.0248,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 H 47.86971 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1-7-4)"
- d="m 42.576195,137.97398 v 5.36052"
- id="path9106-0-5-3-4-4-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-0-5-3-4-4-9"
+ d="m 42.576195,137.97398 v 5.36052"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-5-8-88-1-7-4)" />
</g>
</svg>
diff --git a/docusaurus/static/images/stabGeneral.svg b/docusaurus/static/images/stabGeneral.svg
index bd6019c..0fe0b9b 100644
--- a/docusaurus/static/images/stabGeneral.svg
+++ b/docusaurus/static/images/stabGeneral.svg
@@ -7,260 +7,260 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="stabGeneral.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- id="svg8354"
- version="1.1"
- viewBox="0 0 96.462784 141.67583"
+ width="96.462784mm"
height="141.67583mm"
- width="96.462784mm">
+ viewBox="0 0 96.462784 141.67583"
+ version="1.1"
+ id="svg8354"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="stabGeneral.svg">
<defs
id="defs8348">
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-1"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-1"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-4"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-72"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-72"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-12"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-12"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8-9"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8-4"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8-9-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8-9-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8-4-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8-4-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8-6-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8-6-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8-0-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8-0-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8-6-7-4"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8-6-7-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8-0-0-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8-0-0-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-72-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-72-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-12-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-12-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8-6-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8-6-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8-0-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8-0-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-17-8-6-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-17-8-6-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-7-8-0-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-7-8-0-5"
+ inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
- inkscape:window-maximized="1"
- inkscape:window-y="-8"
- inkscape:window-x="1912"
- inkscape:window-height="837"
- inkscape:window-width="1600"
- showgrid="false"
- inkscape:document-rotation="0"
- inkscape:current-layer="layer1"
- inkscape:document-units="mm"
- inkscape:cy="258.09112"
- inkscape:cx="170.04055"
- inkscape:zoom="0.98994949"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="1.0"
- bordercolor="#666666"
+ id="base"
pagecolor="#ffffff"
- id="base" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.98994949"
+ inkscape:cx="170.04055"
+ inkscape:cy="279.87167"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ inkscape:document-rotation="0"
+ showgrid="false"
+ inkscape:window-width="1600"
+ inkscape:window-height="837"
+ inkscape:window-x="1912"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
<metadata
id="metadata8351">
<rdf:RDF>
@@ -269,682 +269,1627 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
- transform="translate(-64.647723,-62.965658)"
- id="layer1"
+ inkscape:label="Layer 1"
inkscape:groupmode="layer"
- inkscape:label="Layer 1">
- <g
- id="g7555-7"
- transform="translate(-10.323428,41.066648)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.90855"
- x="83.39032"
- height="9.055213"
- width="32.688946"
- id="rect7253-2-7"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- id="tspan6108-7"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line">Leitura dos dados</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan9268">de fluxo de carga</tspan></text>
- </g>
+ id="layer1"
+ transform="translate(-64.647723,-62.965658)">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="M 73.066895,72.975197 H 105.75584 V 82.03041 H 73.066895 Z"
+ id="path35272" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 72.916016,72.826172 v 0.148437 9.205079 H 105.90625 V 72.826172 Z M 73.216797,73.125 h 32.388673 v 8.755859 H 73.216797 Z"
+ id="path35274" />
+ <path
+ d="m 76.942164,75.775399 0.06821,0.01447 -0.239779,0.760677 H 74.60019 v -0.07648 h 0.10542 q 0.177767,0 0.254248,-0.115755 0.04341,-0.06615 0.04341,-0.305925 v -1.808673 q 0,-0.262516 -0.05788,-0.328662 -0.08061,-0.09095 -0.239778,-0.09095 h -0.10542 v -0.07648 h 1.269172 v 0.07648 q -0.223242,-0.0021 -0.314192,0.04134 -0.08888,0.04341 -0.121957,0.109554 -0.03307,0.06615 -0.03307,0.316259 v 1.761131 q 0,0.171566 0.03307,0.235645 0.02481,0.04341 0.07648,0.06408 0.05168,0.02067 0.32246,0.02067 h 0.204639 q 0.32246,0 0.452685,-0.04754 0.130224,-0.04754 0.237711,-0.167432 0.107487,-0.121956 0.214974,-0.382405 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34547" />
+ <path
+ d="m 77.554012,75.370256 q -0.0021,0.421679 0.204639,0.661458 0.206706,0.239778 0.485758,0.239778 0.186035,0 0.322461,-0.101285 0.138492,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.26665 -0.241845,-0.715201 0,-0.485758 0.248046,-0.756542 0.250114,-0.272852 0.626318,-0.272852 0.318327,0 0.522965,0.21084 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876432 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171566,0 -0.307991,0.134359 -0.134359,0.132291 -0.157097,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34549" />
+ <path
+ d="m 79.594196,73.611192 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.02481,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34551" />
+ <path
+ d="m 80.836497,74.034938 v 0.622184 h 0.442349 v 0.144694 h -0.442349 v 1.227831 q 0,0.183968 0.05168,0.248046 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08062 q -0.07235,0.202571 -0.204638,0.305924 -0.132292,0.101286 -0.272852,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.231511,-0.152962 0.119889,-0.109554 0.212906,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34553" />
+ <path
+ d="m 83.120593,74.657122 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08061,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566374,0.233577 h -0.09302 v -0.401008 q -0.243913,0.264583 -0.37207,0.332795 -0.128158,0.06821 -0.270784,0.06821 -0.159164,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237712 -0.04547,-0.144693 -0.04547,-0.409277 v -0.845425 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 v -1.072802 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34555" />
+ <path
+ d="m 84.131383,74.601311 v 0.425814 q 0.237712,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907438 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200505 v -0.733804 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34557" />
+ <path
+ d="m 86.06408,76.277693 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08061 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34559" />
+ <path
+ d="m 89.263882,76.337638 q -0.138493,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08061,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09509 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163297 -0.188103,0.214974 -0.188103,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34561" />
+ <path
+ d="m 90.969203,74.601311 q 0.429947,0 0.690396,0.326595 0.221175,0.279053 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644921 0,-0.260449 0.128158,-0.516764 0.130224,-0.258382 0.341064,-0.380338 0.21084,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165364,0.299723 0.434082,0.299723 0.200504,0 0.330729,-0.165364 0.130224,-0.165365 0.130224,-0.56844 0,-0.504362 -0.217041,-0.79375 Q 91.1325,74.73567 90.905124,74.73567 Z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34563" />
+ <path
+ d="m 93.383524,74.601311 v 0.644922 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198438 0.06408,0.08475 0.260449,0.179833 l 0.30179,0.146761 q 0.419613,0.204639 0.419613,0.539502 0,0.258382 -0.196371,0.417545 -0.194303,0.157096 -0.436148,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675928 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163297,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142626 -0.101285,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157097 0.415478,-0.157097 0.111621,0 0.270785,0.04754 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34565" />
+ <path
+ d="m 96.20092,76.337638 q -0.138492,0.144694 -0.270784,0.208773 -0.132291,0.06201 -0.285253,0.06201 -0.310059,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.65939,-0.338997 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363801,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34567" />
+ <path
+ d="m 98.053002,76.277693 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293521,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413412,0.08475 0.121956,0.06408 0.179833,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08061 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34569" />
+ <path
+ d="m 100.19447,76.337638 q -0.13849,0.144694 -0.270783,0.208773 -0.132291,0.06201 -0.285253,0.06201 -0.310059,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250109,0 0.413409,0.159164 v -0.349333 q 0,-0.324528 -0.0165,-0.398942 -0.0145,-0.07441 -0.0476,-0.101285 -0.0331,-0.02687 -0.0827,-0.02687 -0.05374,0 -0.142626,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.093 v 2.189012 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101285 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.165367,-0.173633 -0.101285,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.1881,0 0.3638,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34571" />
+ <path
+ d="m 101.89979,74.601311 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.2129,-0.287321 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165365 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34573" />
+ <path
+ d="m 104.31411,74.601311 v 0.644922 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0662,0.198438 0.0641,0.08475 0.26045,0.179833 l 0.30179,0.146761 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 v -0.675928 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27079,0.04754 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34575" />
+ <path
+ d="m 76.435735,80.570968 q -0.138492,0.144694 -0.270784,0.208772 -0.132291,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256314,-0.338997 0.65939,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142626,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189011 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09509 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363801,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34577" />
+ <path
+ d="m 77.533342,79.603586 q -0.0021,0.421679 0.204638,0.661458 0.206706,0.239778 0.485758,0.239778 0.186035,0 0.322461,-0.101286 0.138493,-0.103352 0.23151,-0.351399 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.264583 -0.241846,-0.26665 -0.241846,-0.715201 0,-0.485758 0.248047,-0.756543 0.250113,-0.272851 0.626318,-0.272851 0.318326,0 0.522965,0.21084 0.204638,0.208772 0.204638,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171565,0 -0.307991,0.134359 -0.134358,0.132291 -0.157096,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34579" />
+ <path
+ d="m 80.89024,79.03928 v 1.244367 q 0,0.264583 0.05788,0.334863 0.07648,0.09095 0.204638,0.09095 h 0.171566 v 0.07441 h -1.13068 v -0.07441 h 0.08475 q 0.08268,0 0.150895,-0.04134 0.06821,-0.04134 0.09302,-0.111621 0.02687,-0.07028 0.02687,-0.272851 V 79.03928 H 80.18124 v -0.148828 h 0.367936 v -0.124024 q 0,-0.283186 0.09095,-0.479557 0.09095,-0.19637 0.276986,-0.316259 0.188102,-0.121956 0.421679,-0.121956 0.217041,0 0.398942,0.140559 0.119889,0.09302 0.119889,0.208773 0,0.06201 -0.05374,0.117822 -0.05374,0.05374 -0.115755,0.05374 -0.04754,0 -0.101286,-0.03307 -0.05168,-0.03514 -0.128158,-0.146761 -0.07648,-0.113688 -0.140559,-0.152962 -0.06408,-0.03927 -0.142627,-0.03927 -0.09508,0 -0.161231,0.05168 -0.06615,0.04961 -0.09508,0.157096 -0.02894,0.10542 -0.02894,0.54777 v 0.136426 h 0.487825 v 0.148828 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34581" />
+ <path
+ d="m 82.215223,77.844522 v 2.511472 q 0,0.177767 0.0248,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130224,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101285 -0.03101,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34583" />
+ <path
+ d="m 84.398033,78.890452 v 1.147215 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566373,0.233577 h -0.09302 v -0.401009 q -0.243912,0.264583 -0.37207,0.332796 -0.128157,0.06821 -0.270784,0.06821 -0.159163,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237712 -0.04547,-0.144694 -0.04547,-0.409277 v -0.845425 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204639,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200504,-0.05581 0.113688,-0.05581 0.268717,-0.212907 v -1.072802 q 0,-0.16123 -0.05994,-0.217041 -0.05788,-0.05788 -0.243913,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34585" />
+ <path
+ d="m 84.778372,78.890452 h 0.890901 v 0.07648 q -0.08475,0 -0.11989,0.02894 -0.03307,0.02894 -0.03307,0.07648 0,0.04961 0.07235,0.152962 0.02274,0.03307 0.06821,0.103352 l 0.134359,0.214974 0.155029,-0.214974 q 0.148828,-0.204638 0.148828,-0.258382 0,-0.04341 -0.03514,-0.07235 -0.03514,-0.03101 -0.113688,-0.03101 v -0.07648 h 0.640787 v 0.07648 q -0.101286,0.0062 -0.1757,0.05581 -0.101285,0.07028 -0.276985,0.305924 l -0.258382,0.345199 0.471289,0.677994 q 0.173632,0.250114 0.248046,0.30179 0.07441,0.04961 0.192237,0.05581 v 0.07441 h -0.892968 v -0.07441 q 0.09302,0 0.144693,-0.04134 0.03928,-0.02894 0.03928,-0.07648 0,-0.04754 -0.132292,-0.239778 l -0.276985,-0.405143 -0.303858,0.405143 q -0.140559,0.188102 -0.140559,0.223242 0,0.04961 0.04547,0.09095 0.04754,0.03927 0.14056,0.04341 v 0.07441 h -0.61805 v -0.07441 q 0.07441,-0.01034 0.130224,-0.05168 0.07855,-0.05994 0.264584,-0.305924 l 0.396874,-0.527099 -0.359667,-0.520898 q -0.152963,-0.223242 -0.237712,-0.279053 -0.08268,-0.05788 -0.208772,-0.05788 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34587" />
+ <path
+ d="m 87.897558,78.834641 q 0.429948,0 0.690397,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121957,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.427881,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341064,-0.380339 0.21084,-0.124023 0.446484,-0.124023 z M 87.83348,78.969 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165364 0.130225,-0.165365 0.130225,-0.568441 0,-0.504361 -0.217041,-0.793749 Q 88.060856,78.969 87.83348,78.969 Z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34589" />
+ <path
+ d="m 91.4839,80.570968 q -0.138493,0.144694 -0.270784,0.208772 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250113,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189011 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 H 91.4839 Z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165365,-0.173633 -0.101285,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34591" />
+ <path
+ d="m 92.581506,79.603586 q -0.0021,0.421679 0.204639,0.661458 0.206705,0.239778 0.485758,0.239778 0.186035,0 0.322461,-0.101286 0.138492,-0.103352 0.23151,-0.351399 l 0.06408,0.04134 q -0.04341,0.283187 -0.25218,0.516764 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.264583 -0.241846,-0.26665 -0.241846,-0.715201 0,-0.485758 0.248047,-0.756543 0.250114,-0.272851 0.626318,-0.272851 0.318326,0 0.522965,0.21084 0.204638,0.208772 0.204638,0.560172 z m 0,-0.119889 h 0.876432 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171566,0 -0.307991,0.134359 -0.134359,0.132291 -0.157097,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34593" />
+ <path
+ d="m 96.806568,80.064539 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494027,0.200504 -0.32246,0 -0.562239,-0.270784 -0.239778,-0.270784 -0.239778,-0.731738 0,-0.446484 0.264583,-0.725536 0.26665,-0.279053 0.63872,-0.279053 0.279053,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128158 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121957 -0.08268,-0.186035 -0.07235,-0.06201 -0.200505,-0.06201 -0.206705,0 -0.332796,0.152962 -0.167431,0.202571 -0.167431,0.535367 0,0.338997 0.165364,0.599446 0.167432,0.258382 0.450618,0.258382 0.202572,0 0.363802,-0.138492 0.113688,-0.09508 0.221175,-0.345199 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34595" />
+ <path
+ d="m 98.148087,80.511023 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.126091,-0.134359 -0.126091,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.231511,0.310059 -0.44235,0.310059 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312126,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34597" />
+ <path
+ d="m 99.506142,78.834641 v 0.425814 q 0.237712,-0.425814 0.487825,-0.425814 0.113693,0 0.188103,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0537,0.136426 -0.0537,0.05581 -0.12816,0.05581 -0.0723,0 -0.163295,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907438 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.031 l -0.02067,-0.07441 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34599" />
+ <path
+ d="m 100.79805,80.093478 q -0.17363,-0.08475 -0.26665,-0.235644 -0.093,-0.152962 -0.093,-0.33693 0,-0.28112 0.21084,-0.483691 0.21291,-0.202572 0.54364,-0.202572 0.27078,0 0.46922,0.132292 h 0.40101 q 0.0889,0 0.10335,0.0062 0.0145,0.0041 0.0207,0.01654 0.0124,0.0186 0.0124,0.06615 0,0.05374 -0.0103,0.07441 -0.006,0.01033 -0.0227,0.01654 -0.0145,0.0062 -0.10335,0.0062 h -0.24598 q 0.11576,0.148828 0.11576,0.380338 0,0.264583 -0.20258,0.452685 -0.20257,0.188102 -0.54363,0.188102 -0.14056,0 -0.28732,-0.04134 -0.0909,0.07855 -0.12402,0.138493 -0.031,0.05788 -0.031,0.09922 0,0.03514 0.0331,0.06821 0.0351,0.03307 0.13436,0.04754 0.0579,0.0083 0.28939,0.01447 0.42581,0.01033 0.5519,0.02894 0.19224,0.02687 0.30593,0.142627 0.11575,0.115755 0.11575,0.285253 0,0.233577 -0.21911,0.438216 -0.32246,0.30179 -0.84129,0.30179 -0.39894,0 -0.67386,-0.179834 -0.15503,-0.103353 -0.15503,-0.214974 0,-0.04961 0.0227,-0.09922 0.0351,-0.07648 0.14469,-0.212907 0.0145,-0.0186 0.21084,-0.223242 -0.10748,-0.06408 -0.15296,-0.113688 -0.0434,-0.05168 -0.0434,-0.115755 0,-0.07235 0.0579,-0.169499 0.06,-0.09715 0.27285,-0.274918 z m 0.35967,-1.159618 q -0.15296,0 -0.25631,0.121956 -0.10336,0.121956 -0.10336,0.374137 0,0.326595 0.14056,0.506429 0.10749,0.136425 0.27285,0.136425 0.1571,0 0.25839,-0.117822 0.10128,-0.117822 0.10128,-0.370003 0,-0.328662 -0.14263,-0.514697 -0.10542,-0.136425 -0.27078,-0.136425 z m -0.38034,1.850015 q -0.0971,0.105419 -0.14676,0.19637 -0.0496,0.09095 -0.0496,0.167431 0,0.09922 0.11989,0.173633 0.20671,0.128157 0.59738,0.128157 0.37207,0 0.54777,-0.132291 0.17777,-0.130225 0.17777,-0.279053 0,-0.107487 -0.10542,-0.152962 -0.10749,-0.04547 -0.42582,-0.05374 -0.46508,-0.0124 -0.7152,-0.04754 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34601" />
+ <path
+ d="m 103.48109,80.511023 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.0909,-0.388607 -0.0889,-0.105419 -0.26045,-0.105419 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.161231 l 0.004,0.119889 q 0,0.09509 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239779 z m 0,-0.134358 v -0.721403 q -0.31212,0.124024 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206704 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34603" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 84.237816,63.115658 h 10.347099 c 1.649016,0 2.976563,1.327547 2.976563,2.976562 0,1.649016 -1.327547,2.976563 -2.976563,2.976563 H 84.237816 c -1.649016,0 -2.976563,-1.327547 -2.976563,-2.976563 0,-1.649015 1.327547,-2.976562 2.976563,-2.976562 z"
+ id="path35458" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 84.238281,62.964844 c -1.729521,0 -3.126953,1.397432 -3.126953,3.126953 0,1.729521 1.397432,3.126953 3.126953,3.126953 h 10.345703 c 1.729522,0 3.126953,-1.397432 3.126954,-3.126953 0,-1.729521 -1.397432,-3.126953 -3.126954,-3.126953 z m 0,0.300781 h 10.345703 c 1.568511,0 2.828125,1.257662 2.828125,2.826172 0,1.56851 -1.259614,2.826172 -2.828125,2.826172 H 84.238281 c -1.56851,0 -2.826172,-1.257662 -2.826172,-2.826172 0,-1.56851 1.257662,-2.826172 2.826172,-2.826172 z"
+ id="path35460" />
+ <path
+ d="m 84.153806,67.840946 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318326 v -1.810741 q 0,-0.212907 -0.02687,-0.281119 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 V 65.1145 h 1.200959 v 0.07648 h -0.101285 q -0.171566,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318326 v 1.810741 q 0,0.212906 0.02687,0.281119 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34607" />
+ <path
+ d="m 84.205483,65.1145 h 0.760676 l 1.713589,2.102195 v -1.616437 q 0,-0.258382 -0.05788,-0.322461 -0.07648,-0.08682 -0.241846,-0.08682 h -0.09715 V 65.1145 h 0.97565 v 0.07648 h -0.09922 q -0.177766,0 -0.25218,0.107487 -0.04548,0.06615 -0.04548,0.30179 v 2.362644 h -0.07441 l -1.847947,-2.257224 v 1.725991 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.97565 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.949233 q -0.121957,-0.142627 -0.186035,-0.188102 -0.06201,-0.04548 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34609" />
+ <path
+ d="m 88.626915,67.840946 v 0.07648 h -1.20096 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318326 v -1.810741 q 0,-0.212907 -0.02687,-0.281119 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 V 65.1145 h 1.20096 v 0.07648 h -0.101286 q -0.171566,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318326 v 1.810741 q 0,0.212906 0.02687,0.281119 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z m -0.138493,-3.638018 -0.609781,0.713134 h -0.07028 l 0.217041,-0.713134 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34611" />
+ <path
+ d="m 91.283081,65.050421 0.06408,0.952913 h -0.06408 q -0.128157,-0.427881 -0.365869,-0.615983 -0.237711,-0.188102 -0.570507,-0.188102 -0.279052,0 -0.504362,0.142627 -0.225309,0.14056 -0.355533,0.450618 -0.128158,0.310058 -0.128158,0.771012 0,0.380338 0.121957,0.65939 0.121956,0.279053 0.365869,0.427881 0.245979,0.148828 0.560172,0.148828 0.272851,0 0.481624,-0.115755 0.208772,-0.117822 0.458886,-0.465088 l 0.06408,0.04134 q -0.21084,0.374137 -0.49196,0.54777 -0.281119,0.173633 -0.667659,0.173633 -0.696597,0 -1.079003,-0.516764 -0.285253,-0.384472 -0.285253,-0.90537 0,-0.419613 0.188102,-0.771012 0.188102,-0.3514 0.516764,-0.543636 0.330729,-0.194303 0.721402,-0.194303 0.303857,0 0.599446,0.148828 0.08682,0.04548 0.124024,0.04548 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34613" />
+ <path
+ d="m 92.868513,67.840946 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318326 v -1.810741 q 0,-0.212907 -0.02687,-0.281119 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 V 65.1145 h 1.200959 v 0.07648 h -0.101286 q -0.171565,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318326 v 1.810741 q 0,0.212906 0.02687,0.281119 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34615" />
+ <path
+ d="m 94.524224,65.050421 q 0.545703,0 0.944645,0.415478 0.401009,0.413411 0.401009,1.033528 0,0.63872 -0.403076,1.060399 -0.403076,0.42168 -0.97565,0.42168 -0.578776,0 -0.973584,-0.411344 -0.39274,-0.411344 -0.39274,-1.064534 0,-0.667659 0.454752,-1.089338 0.394808,-0.365869 0.944644,-0.365869 z m -0.03927,0.150895 q -0.376204,0 -0.60358,0.279053 -0.283186,0.347265 -0.283186,1.016991 0,0.686262 0.293521,1.056265 0.225309,0.28112 0.595312,0.28112 0.394808,0 0.651123,-0.307991 0.258382,-0.307992 0.258382,-0.971517 0,-0.719335 -0.283187,-1.072801 -0.227376,-0.28112 -0.628385,-0.28112 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34617" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.210938,69.005859 v 2.833985 h 0.40039 v -2.833985 z"
+ id="path37514" />
<g
- id="g10707-3"
- transform="translate(-10.067245,40.998844)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
+ id="g37504">
<g
- id="g7560-2">
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-3"
- width="16.300224"
- height="5.953125"
- x="91.328499"
- y="22.116814"
- rx="2.9765625"
- ry="2.9765625" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- x="92.914673"
- y="26.918587"
- id="text6088-6"><tspan
- sodipodi:role="line"
- id="tspan6086-3"
- x="92.914673"
- y="26.918587"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583">INÍCIO</tspan></text>
+ id="g37508"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 89.411367,72.763809 -0.8,-1.384 h 1.6 z"
+ id="path37510" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 88.425781,71.273438 0.986328,1.703124 0.0918,-0.160156 0.892578,-1.542968 z m 0.369141,0.21289 h 1.232422 l -0.617188,1.064453 z"
+ id="path37512" />
</g>
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72)"
- d="m 89.411367,69.005789 v 2.83482"
- id="path9106-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g7555-7-6"
- transform="translate(-10.323428,54.028276)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.90855"
- x="83.39032"
- height="9.055213"
- width="32.688946"
- id="rect7253-2-7-5"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- id="tspan6108-7-3"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line">Leitura dos dados</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan9268-4">de simulação</tspan></text>
- </g>
- <g
- id="g15496"
- transform="translate(-6.8551241,16.701661)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="82.1968"
- x="77.850677"
- height="13.197895"
- width="36.831623"
- id="rect7253-2-7-7"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-1"
- y="85.772148"
- x="96.481407"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="85.772148"
- x="96.481407"
- sodipodi:role="line"
- id="tspan9268-5">Inicialização da</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="90.005478"
- x="96.481407"
- sodipodi:role="line"
- id="tspan9677">rede elétrica e dos</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="94.238808"
- x="96.481407"
- sodipodi:role="line"
- id="tspan9679">elementos dinâmicos</tspan></text>
- </g>
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 73.066895,85.936829 h 32.688945 v 9.055213 H 73.066895 Z"
+ id="path35644" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 72.916016,85.787109 v 0.150391 9.205078 h 32.990234 v -9.355469 z m 0.300781,0.298829 h 32.388673 v 8.755859 H 73.216797 Z"
+ id="path35646" />
+ <path
+ d="m 76.942164,88.737023 0.06821,0.01447 -0.239779,0.760677 H 74.60019 v -0.07648 h 0.10542 q 0.177767,0 0.254248,-0.115755 0.04341,-0.06615 0.04341,-0.305925 v -1.808673 q 0,-0.262516 -0.05788,-0.328662 -0.08061,-0.09095 -0.239778,-0.09095 h -0.10542 v -0.07648 h 1.269172 v 0.07648 q -0.223242,-0.0021 -0.314192,0.04134 -0.08888,0.04341 -0.121957,0.109554 -0.03307,0.06615 -0.03307,0.316259 v 1.761131 q 0,0.171566 0.03307,0.235645 0.02481,0.04341 0.07648,0.06408 0.05168,0.02067 0.32246,0.02067 h 0.204639 q 0.32246,0 0.452685,-0.04754 0.130224,-0.04754 0.237711,-0.167432 0.107487,-0.121956 0.214974,-0.382405 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34621" />
+ <path
+ d="m 77.554012,88.33188 q -0.0021,0.421679 0.204639,0.661458 0.206706,0.239778 0.485758,0.239778 0.186035,0 0.322461,-0.101285 0.138492,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.26665 -0.241845,-0.715201 0,-0.485758 0.248046,-0.756542 0.250114,-0.272852 0.626318,-0.272852 0.318327,0 0.522965,0.21084 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876432 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171566,0 -0.307991,0.134359 -0.134359,0.132292 -0.157097,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34623" />
+ <path
+ d="m 79.594196,86.572816 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.14676 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.14676 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.02481,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34625" />
+ <path
+ d="m 80.836497,86.996562 v 0.622184 h 0.442349 v 0.144694 h -0.442349 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08062 q -0.07235,0.202571 -0.204638,0.305924 -0.132292,0.101286 -0.272852,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 V 87.76344 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.231511,-0.152962 0.119889,-0.109554 0.212906,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34627" />
+ <path
+ d="m 83.120593,87.618746 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08061,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566374,0.233577 h -0.09302 v -0.401008 q -0.243913,0.264583 -0.37207,0.332796 -0.128158,0.06821 -0.270784,0.06821 -0.159164,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04547,-0.144694 -0.04547,-0.409277 v -0.845426 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 V 87.97428 q 0,-0.161231 -0.05994,-0.217041 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34629" />
+ <path
+ d="m 84.131383,87.562935 v 0.425814 q 0.237712,-0.425814 0.487825,-0.425814 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159164 0,0.08062 -0.05374,0.136425 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08062,0.04134 -0.09302,0.08475 -0.192236,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237711 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200505 v -0.733804 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34631" />
+ <path
+ d="m 86.06408,89.239318 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08061 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115756 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.175699 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34633" />
+ <path
+ d="m 89.263882,89.299262 q -0.138493,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.231511,-0.260449 -0.231511,-0.667658 0,-0.40721 0.256315,-0.74414 0.256315,-0.338998 0.659391,-0.338998 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08061,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09509 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163297 -0.188103,0.214974 -0.188103,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34635" />
+ <path
+ d="m 90.969203,87.562935 q 0.429947,0 0.690396,0.326595 0.221175,0.279053 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128158,-0.516764 0.130224,-0.258382 0.341064,-0.380338 0.21084,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165364,0.299723 0.434082,0.299723 0.200504,0 0.330729,-0.165364 0.130224,-0.165364 0.130224,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34637" />
+ <path
+ d="m 93.383524,87.562935 v 0.644922 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198438 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.14676 q 0.419613,0.204639 0.419613,0.539502 0,0.258382 -0.196371,0.417545 -0.194303,0.157096 -0.436148,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 V 88.86518 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163297,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142626 -0.101285,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157097 0.415478,-0.157097 0.111621,0 0.270785,0.04754 0.105419,0.03101 0.140559,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34639" />
+ <path
+ d="m 96.20092,89.299262 q -0.138492,0.144694 -0.270784,0.208773 -0.132291,0.06201 -0.285253,0.06201 -0.310059,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667658 0,-0.40721 0.256315,-0.74414 0.256315,-0.338998 0.65939,-0.338998 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363801,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34641" />
+ <path
+ d="m 98.053002,89.239318 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293521,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413412,0.08475 0.121956,0.06408 0.179833,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01033,0.05994 0.03307,0.08061 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115756 q -0.23151,0.310058 -0.44235,0.310058 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.175699 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34643" />
+ <path
+ d="m 100.19447,89.299262 q -0.13849,0.144694 -0.270783,0.208773 -0.132291,0.06201 -0.285253,0.06201 -0.310059,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667658 0,-0.40721 0.256315,-0.74414 0.256315,-0.338998 0.659391,-0.338998 0.250109,0 0.413409,0.159164 v -0.349333 q 0,-0.324527 -0.0165,-0.398941 -0.0145,-0.07441 -0.0476,-0.101286 -0.0331,-0.02687 -0.0827,-0.02687 -0.05374,0 -0.142626,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.093 v 2.189012 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101285 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.165367,-0.173633 -0.101285,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.1881,0 0.3638,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34645" />
+ <path
+ d="m 101.89979,87.562935 q 0.42995,0 0.6904,0.326595 0.22117,0.279053 0.22117,0.640787 0,0.254248 -0.12195,0.514697 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47543,0.132291 -0.42788,0 -0.68006,-0.341064 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12815,-0.516764 0.13023,-0.258382 0.34107,-0.380338 0.21084,-0.124024 0.44648,-0.124024 z m -0.0641,0.134359 q -0.10955,0 -0.22117,0.06615 -0.10956,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165364 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34647" />
+ <path
+ d="m 104.31411,87.562935 v 0.644922 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169498 0,0.115755 0.0662,0.198438 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.14676 q 0.41961,0.204639 0.41961,0.539502 0,0.258382 -0.19637,0.417545 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.0682 V 88.86518 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202572 0,-0.142626 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29972,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157097 0.41548,-0.157097 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34649" />
+ <path
+ d="m 79.929059,93.532592 q -0.138492,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256314,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101285 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142626,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189011 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09509 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363801,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34651" />
+ <path
+ d="m 81.026666,92.56521 q -0.0021,0.421679 0.204638,0.661458 0.206706,0.239778 0.485758,0.239778 0.186035,0 0.322461,-0.101286 0.138493,-0.103352 0.23151,-0.351399 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.26665 -0.241845,-0.715201 0,-0.485758 0.248047,-0.756542 0.250113,-0.272852 0.626317,-0.272852 0.318327,0 0.522965,0.21084 0.204639,0.208772 0.204639,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171565,0 -0.307991,0.134359 -0.134359,0.132291 -0.157096,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34653" />
+ <path
+ d="m 84.867255,91.796265 v 0.644922 h -0.06821 q -0.07855,-0.303858 -0.202571,-0.413412 -0.121957,-0.109553 -0.312126,-0.109553 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.301791,0.146761 q 0.419612,0.204639 0.419612,0.539502 0,0.258382 -0.19637,0.417545 -0.194304,0.157096 -0.436149,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 H 83.72624 V 93.09851 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163297,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202572 0,-0.142627 -0.101286,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.39274,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390674 0.161231,-0.157096 0.415479,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34655" />
+ <path
+ d="m 85.770558,90.806146 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990119 v 1.521353 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307992 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.031 l -0.02894,-0.07441 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34657" />
+ <path
+ d="m 87.025261,92.199341 q 0.206705,-0.206705 0.243912,-0.237711 0.09302,-0.07855 0.200505,-0.121957 0.107487,-0.04341 0.212907,-0.04341 0.177766,0 0.305924,0.103353 0.128157,0.103353 0.171565,0.299723 0.212907,-0.248047 0.359668,-0.324528 0.146761,-0.07855 0.30179,-0.07855 0.150895,0 0.26665,0.07855 0.117823,0.07648 0.186035,0.252181 0.04548,0.119889 0.04548,0.376204 v 0.81442 q 0,0.177767 0.02687,0.243913 0.02067,0.04547 0.07648,0.07855 0.05581,0.03101 0.181901,0.03101 v 0.07441 h -0.934309 v -0.07441 h 0.03927 q 0.121956,0 0.190169,-0.04754 0.04754,-0.03307 0.06821,-0.105419 0.0083,-0.03514 0.0083,-0.200505 v -0.81442 q 0,-0.23151 -0.05581,-0.326595 -0.08061,-0.132291 -0.258382,-0.132291 -0.109554,0 -0.221175,0.05581 -0.109554,0.05374 -0.26665,0.202572 l -0.0041,0.02274 0.0041,0.08888 v 0.903303 q 0,0.194303 0.02067,0.241846 0.02274,0.04754 0.08268,0.08061 0.05994,0.03101 0.204638,0.03101 v 0.07441 h -0.957047 v -0.07441 q 0.157097,0 0.214974,-0.03721 0.05995,-0.03721 0.08268,-0.111621 0.01034,-0.03514 0.01034,-0.204639 V 92.5032 q 0,-0.23151 -0.06821,-0.332796 -0.09095,-0.132291 -0.254248,-0.132291 -0.111621,0 -0.221175,0.05994 -0.171566,0.09095 -0.264583,0.204639 v 1.014924 q 0,0.186035 0.02481,0.241846 0.02687,0.05581 0.07648,0.08475 0.05168,0.02687 0.206705,0.02687 v 0.07441 h -0.936376 v -0.07441 q 0.130225,0 0.181901,-0.02687 0.05168,-0.02894 0.07855,-0.08888 0.02687,-0.06201 0.02687,-0.237712 v -0.723469 q 0,-0.312126 -0.0186,-0.403076 -0.01447,-0.06821 -0.04547,-0.09302 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.031 l -0.03101,-0.07441 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34659" />
+ <path
+ d="m 91.41362,91.852076 v 1.147216 q 0,0.328661 0.01447,0.403075 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08061,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566373,0.233577 h -0.09302 v -0.401009 q -0.243913,0.264584 -0.37207,0.332796 -0.128158,0.06821 -0.270785,0.06821 -0.159163,0 -0.276985,-0.09095 -0.115755,-0.09302 -0.16123,-0.237712 -0.04548,-0.144694 -0.04548,-0.409277 v -0.845425 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200504,-0.05581 0.113688,-0.05581 0.268718,-0.212907 v -1.072802 q 0,-0.16123 -0.05994,-0.217041 -0.05788,-0.05788 -0.243913,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34661" />
+ <path
+ d="m 92.521562,90.806146 v 2.511472 q 0,0.177767 0.0248,0.235644 0.02687,0.05788 0.08061,0.08888 0.05374,0.02894 0.200505,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130224,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237712 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101285 -0.03101,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34663" />
+ <path
+ d="m 94.117328,93.472647 q -0.291454,0.225309 -0.365868,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134359 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124023 0.698664,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130224,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124024 -0.403075,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413411,-0.206705 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34665" />
+ <path
+ d="m 96.529582,93.026163 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270784 -0.239779,-0.731738 0,-0.446484 0.264583,-0.725536 0.266651,-0.279053 0.638721,-0.279053 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128158 -0.04961,0.04754 -0.140559,0.04754 -0.121957,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121957 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202572 -0.167432,0.535367 0,0.338998 0.165365,0.599447 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z m -0.768944,0.686263 h 0.124023 l -0.103353,0.163297 q 0.130225,0.03307 0.194303,0.111621 0.06408,0.07855 0.06408,0.190169 0,0.148828 -0.124023,0.260449 -0.124024,0.113688 -0.320394,0.113688 -0.07648,0 -0.194303,-0.01447 V 94.4483 q 0.05788,0.0083 0.09922,0.0083 0.105419,0 0.177766,-0.07028 0.07235,-0.06821 0.07235,-0.157096 0,-0.06201 -0.04754,-0.107487 -0.04754,-0.04547 -0.117822,-0.04547 -0.02067,0 -0.05374,0.0041 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34667" />
+ <path
+ d="m 97.871101,93.472647 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134359 -0.12609,-0.134359 -0.12609,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.14056 0.293521,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.105419 -0.260449,-0.105419 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09509 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510562,-0.148828 0.252181,0 0.413412,0.08475 0.121956,0.06408 0.179833,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270784 0.01034,0.332796 0.01034,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310059 -0.44235,0.310059 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239779 z m 0,-0.134358 v -0.721403 q -0.312125,0.124024 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206705 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.283187 0.117822,-0.409277 0.109554,-0.126091 0.270784,-0.126091 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08062,-0.231511 h 0.06408 q 0.0021,0.192236 -0.05168,0.305925 -0.05168,0.111621 -0.148828,0.175699 -0.09508,0.06201 -0.192237,0.06201 -0.163297,0 -0.405142,-0.165365 -0.130225,-0.08888 -0.1757,-0.107486 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.07441 -0.02274,0.03514 -0.05788,0.208773 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34669" />
+ <path
+ d="m 99.601227,91.796265 q 0.429943,0 0.690393,0.326595 0.22118,0.279053 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12195,0.260449 -0.33693,0.392741 -0.212905,0.132291 -0.475421,0.132291 -0.427881,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341065,-0.380338 0.210839,-0.124024 0.446484,-0.124024 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434081,0.299723 0.200505,0 0.330729,-0.165364 0.130227,-0.165365 0.130227,-0.56844 0,-0.504362 -0.217043,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34671" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 70.995552,98.89846 h 36.831628 v 13.1979 H 70.995552 Z"
+ id="path35830" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 70.996094,98.748047 a 0.15000001,0.15000001 0 0 0 -0.150391,0.150391 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.148438,-0.15039 0.15000001,0.15000001 0 0 0 -0.148438,-0.150391 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.148438,0.150391 0.15000001,0.15000001 0 0 0 0.148438,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.150391 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.150391 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.150391 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.150391 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.398438 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.150391 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.150391 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.150391 z m 4.800782,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.150391 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.148438,-0.15039 0.15000001,0.15000001 0 0 0 -0.148438,-0.150391 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.148438,0.150391 0.15000001,0.15000001 0 0 0 0.148438,0.15039 h 2.400388 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.150391 z m 4.800778,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.150391 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.150391 z m 3.23242,1.568363 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 v 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.14844,-0.15039 v -2.40039 a 0.15000001,0.15000001 0 0 0 -0.14844,-0.15039 z m -36.832026,0.0918 a 0.15000001,0.15000001 0 0 0 -0.150391,0.14844 v 2.40039 a 0.15000001,0.15000001 0 0 0 0.150391,0.15039 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 v -2.40039 a 0.15000001,0.15000001 0 0 0 -0.15039,-0.14844 z m 36.832026,4.70899 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 v 2.39844 a 0.15000001,0.15000001 0 0 0 0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.14844,-0.15039 v -2.39844 a 0.15000001,0.15000001 0 0 0 -0.14844,-0.15039 z m -36.832026,0.0898 a 0.15000001,0.15000001 0 0 0 -0.150391,0.15039 v 2.40039 a 0.15000001,0.15000001 0 0 0 0.150391,0.15039 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 v -2.40039 a 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 36.832026,4.70899 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 v 1.88086 h -0.2207 a 0.15000001,0.15000001 0 0 0 -0.15039,0.14843 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 0.51953 v -2.17968 a 0.15000001,0.15000001 0 0 0 -0.14844,-0.15039 z m -36.832026,0.0918 a 0.15000001,0.15000001 0 0 0 -0.150391,0.15039 v 2.08789 h 0.611328 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.14843 h -0.310547 v -1.78907 a 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 2.861328,1.93946 a 0.15000001,0.15000001 0 0 0 -0.150391,0.14843 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.398437 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.14843 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.14843 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.14843 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.14843 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.148437,-0.15039 0.15000001,0.15000001 0 0 0 -0.148437,-0.14843 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.148437,0.14843 0.15000001,0.15000001 0 0 0 0.148437,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.14843 z m 4.800782,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.14843 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.14843 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.14843 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.398438 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.14843 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.14843 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.14843 z"
+ id="path35832" />
+ <path
+ d="m 77.604287,102.39733 v 0.0765 h -1.20096 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10129 0.04961,-0.0661 0.04961,-0.31833 v -1.81074 q 0,-0.212902 -0.02687,-0.281115 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.20096 v 0.07648 h -0.101286 q -0.171566,0 -0.250114,0.101286 -0.05168,0.06615 -0.05168,0.318319 v 1.81074 q 0,0.21291 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.08888,0.0496 0.188102,0.0496 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34675" />
+ <path
+ d="m 78.395969,100.92558 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23152 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34677" />
+ <path
+ d="m 80.442354,99.534455 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05995,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990115 v 1.52136 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34679" />
+ <path
+ d="m 82.742987,101.75447 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25839 0.450618,0.25839 0.202572,0 0.363802,-0.1385 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34681" />
+ <path
+ d="m 83.493328,99.534455 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.990115 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34683" />
+ <path
+ d="m 85.258593,102.20096 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34685" />
+ <path
+ d="m 86.7138,99.534455 v 2.511475 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.392743 -0.01447,-0.07441 -0.04754,-0.101286 -0.031,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136425,0.03307 l -0.03514,-0.07235 0.564306,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34687" />
+ <path
+ d="m 87.718389,99.534455 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.990115 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04548,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34689" />
+ <path
+ d="m 90.056229,101.89297 -0.02274,0.58084 h -1.67018 v -0.0744 l 1.256769,-1.67431 h -0.620116 q -0.200505,0 -0.262516,0.0269 -0.06201,0.0248 -0.101286,0.0972 -0.05581,0.10336 -0.06408,0.25632 H 88.4894 l 0.0124,-0.52503 h 1.587499 v 0.0765 l -1.269172,1.67845 h 0.690396 q 0.217041,0 0.293522,-0.0351 0.07855,-0.0372 0.126091,-0.12816 0.03307,-0.0662 0.05581,-0.27905 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34691" />
+ <path
+ d="m 91.360541,102.20096 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34693" />
+ <path
+ d="m 93.772795,101.75447 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279053,0 0.458887,0.14883 0.179833,0.14676 0.179833,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25839 0.450618,0.25839 0.202572,0 0.363802,-0.1385 0.113688,-0.0951 0.221175,-0.3452 z m -0.768945,0.68627 h 0.124023 l -0.103352,0.16329 q 0.130224,0.0331 0.194303,0.11162 0.06408,0.0786 0.06408,0.19017 0,0.14883 -0.124024,0.26045 -0.124023,0.11369 -0.320393,0.11369 -0.07648,0 -0.194304,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10749 -0.04754,-0.0455 -0.117823,-0.0455 -0.02067,0 -0.05374,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34695" />
+ <path
+ d="m 95.114314,102.20096 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.283188 0.117822,-0.409279 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171565,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08061,-0.23151 h 0.06408 q 0.0021,0.192236 -0.05168,0.305924 -0.05168,0.111626 -0.148828,0.175696 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16537 -0.130224,-0.08888 -0.1757,-0.107486 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.07441 -0.02274,0.03514 -0.05788,0.208776 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34697" />
+ <path
+ d="m 96.844439,100.52457 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.1323 -0.475422,0.1323 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25839 0.341064,-0.38034 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109553,0 -0.221174,0.0662 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19844 -0.374138,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34699" />
+ <path
+ d="m 100.43078,102.2609 q -0.13849,0.1447 -0.27078,0.20877 -0.1323,0.062 -0.285257,0.062 -0.310059,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.4072 0.256315,-0.74414 0.256315,-0.33899 0.659391,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.398943 -0.0145,-0.07441 -0.0475,-0.101286 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14263,0.03307 l -0.0269,-0.07235 0.56431,-0.231511 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40722 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56223,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.198435,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405144,0.22118 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34701" />
+ <path
+ d="m 102.28286,102.20096 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11988 q 0,0.0951 -0.0496,0.14677 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19016 -0.0703,0.0992 -0.0703,0.21705 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34703" />
+ <path
+ d="m 74.98326,104.7579 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 H 74.34454 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34705" />
+ <path
+ d="m 76.161482,105.52685 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34707" />
+ <path
+ d="m 79.057427,106.49423 q -0.138493,0.1447 -0.270785,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.659391,-0.33899 0.250113,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34709" />
+ <path
+ d="m 80.155033,105.52685 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522966,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.15503,-0.18191 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34711" />
+ <path
+ d="m 83.090252,105.52685 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485759,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34713" />
+ <path
+ d="m 85.299934,103.76779 v 2.51147 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.031,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0723 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34715" />
+ <path
+ d="m 86.141226,105.52685 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522966,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z m 0.985985,-1.57303 -0.609781,0.71314 h -0.07028 l 0.217041,-0.71314 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34717" />
+ <path
+ d="m 88.249622,104.19153 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20258 -0.204639,0.30593 -0.132291,0.10128 -0.272851,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.1509 -0.04341,-0.0992 -0.04341,-0.30385 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15297 0.11989,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34719" />
+ <path
+ d="m 89.427844,104.7579 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34721" />
+ <path
+ d="m 90.769363,103.76779 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99011 v 1.52136 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34723" />
+ <path
+ d="m 93.069996,105.9878 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239779,-0.27078 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0786 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.33899 0.165365,0.59944 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34725" />
+ <path
+ d="m 94.411515,106.43429 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10541 -0.260449,-0.10541 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16124 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.1819,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34727" />
+ <path
+ d="m 96.592259,105.52685 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34729" />
+ <path
+ d="m 100.54654,106.49423 q -0.1385,0.1447 -0.27079,0.20877 -0.13229,0.062 -0.285252,0.062 -0.310059,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.659386,-0.33899 0.25012,0 0.41342,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0723 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16536,-0.17363 -0.10129,-0.0599 -0.19844,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405139,0.22118 0.18811,0 0.36381,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34731" />
+ <path
+ d="m 102.25186,104.7579 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25839 0.34106,-0.38034 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21705,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34733" />
+ <path
+ d="m 104.66618,104.7579 v 0.64493 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41342 -0.12195,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25839 -0.19637,0.41755 -0.1943,0.1571 -0.43614,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15917,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34735" />
+ <path
+ d="m 72.279552,109.76018 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34737" />
+ <path
+ d="m 74.489234,108.00111 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 H 73.86705 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0723 0.564306,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34739" />
+ <path
+ d="m 75.330525,109.76018 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34741" />
+ <path
+ d="m 77.451324,109.39431 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0785 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.091 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34743" />
+ <path
+ d="m 80.498164,109.76018 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.15503,-0.18191 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34745" />
+ <path
+ d="m 82.608628,109.39224 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34747" />
+ <path
+ d="m 84.723226,108.42486 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0414 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20258 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30385 v -1.27331 h -0.299724 v -0.0682 q 0.113689,-0.0455 0.231511,-0.15297 0.119889,-0.10955 0.212906,-0.25838 0.04754,-0.0786 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34749" />
+ <path
+ d="m 86.273517,108.99123 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.1323 -0.475422,0.1323 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25839 0.341064,-0.38034 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34751" />
+ <path
+ d="m 88.687838,108.99123 v 0.64493 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41342 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194303,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34753" />
+ <path
+ d="m 91.505235,110.72756 q -0.138493,0.1447 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.659391,-0.33899 0.250114,0 0.413411,0.15916 V 108.799 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564307,-0.23152 h 0.09302 v 2.18902 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.56224,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34755" />
+ <path
+ d="m 92.766139,108.00111 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34757" />
+ <path
+ d="m 94.010506,109.39224 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34759" />
+ <path
+ d="m 96.648069,110.66762 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16124 l 0.0041,0.11988 q 0,0.0951 -0.04961,0.14677 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19016 -0.07028,0.0992 -0.07028,0.21705 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z m -0.448551,-2.45566 h 0.380338 l 0.392741,0.68419 h -0.06408 l -0.564306,-0.44028 -0.473356,0.44028 h -0.06201 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34761" />
+ <path
+ d="m 98.014393,109.39431 q 0.206705,-0.20671 0.243912,-0.23771 0.09302,-0.0785 0.200505,-0.12196 0.107487,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10336 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.266646,0.0785 0.11783,0.0765 0.18604,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.934311 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.95714 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171566,0.091 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34763" />
+ <path
+ d="m 101.22453,108.00111 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34765" />
+ <path
+ d="m 103.52516,110.22113 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.20051 -0.49403,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23977,-0.27078 -0.23977,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12195,0 -0.18396,-0.0786 -0.0351,-0.0434 -0.0476,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34767" />
+ <path
+ d="m 104.71992,108.99123 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47543,0.1323 -0.42788,0 -0.68006,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25839 0.34107,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34769" />
+ <path
+ d="m 107.13424,108.99123 v 0.64493 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41342 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25839 -0.19637,0.41755 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34771" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="M 82.220871,116.00277 H 96.60185 v 5.31344 H 82.220871 Z"
+ id="path36016" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 82.070312,115.85352 v 0.14843 5.46485 h 14.681641 v -5.61328 z m 0.300782,0.29882 h 14.080078 v 5.01368 H 82.371094 Z"
+ id="path36018" />
+ <path
+ d="m 84.397361,117.29122 -0.165364,0.56224 h 0.270784 l -0.07235,0.23771 h -0.26665 l -0.345199,1.1989 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24804 -0.314192,0.3638 -0.171566,0.11575 -0.336931,0.11575 -0.140559,0 -0.219107,-0.0703 -0.07648,-0.0723 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11828 h -0.28112 l 0.04134,-0.15296 q 0.264583,-0.0971 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41962 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34775" />
+ <path
+ d="m 85.4929,117.88654 h 2.230353 v 0.16949 H 85.4929 Z m 0,0.67386 h 2.230353 v 0.16949 H 85.4929 Z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34777" />
+ <path
+ d="m 89.01723,118.32682 q 0,-0.47956 0.144694,-0.82476 0.144694,-0.34726 0.384472,-0.51676 0.186035,-0.13436 0.384472,-0.13436 0.322461,0 0.578776,0.32866 0.320393,0.40721 0.320393,1.10381 0,0.48783 -0.140559,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.217041,0.15297 -0.419612,0.15297 -0.401009,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142626,0.94464 0.117823,0.30799 0.3514,0.30799 0.111621,0 0.23151,-0.0992 0.119889,-0.10128 0.181901,-0.33693 0.09509,-0.35553 0.09509,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192236,-0.33693 -0.08475,-0.0682 -0.204639,-0.0682 -0.14056,0 -0.250113,0.12609 -0.148828,0.17156 -0.202572,0.5395 -0.05374,0.36793 -0.05374,0.72554 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34779" />
+ <path
+ d="m 91.208309,120.41661 v -0.091 q 0.212906,-0.0703 0.328661,-0.21911 0.117823,-0.14676 0.117823,-0.31212 0,-0.0393 -0.0186,-0.0662 -0.01447,-0.0186 -0.02894,-0.0186 -0.02274,0 -0.09922,0.0413 -0.03721,0.0186 -0.07855,0.0186 -0.101286,0 -0.161231,-0.0599 -0.05994,-0.06 -0.05994,-0.16537 0,-0.10128 0.07648,-0.17363 0.07855,-0.0723 0.190169,-0.0723 0.136425,0 0.241845,0.11988 0.107487,0.11783 0.107487,0.3142 0,0.2129 -0.148828,0.3948 -0.146761,0.18397 -0.467154,0.28939 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34781" />
+ <path
+ d="m 92.192227,118.32682 q 0,-0.47956 0.144694,-0.82476 0.144694,-0.34726 0.384472,-0.51676 0.186035,-0.13436 0.384473,-0.13436 0.32246,0 0.578775,0.32866 0.320394,0.40721 0.320394,1.10381 0,0.48783 -0.14056,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.21704,0.15297 -0.419612,0.15297 -0.401009,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142627,0.94464 0.117822,0.30799 0.351399,0.30799 0.111621,0 0.23151,-0.0992 0.11989,-0.10128 0.181901,-0.33693 0.09508,-0.35553 0.09508,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192236,-0.33693 -0.08475,-0.0682 -0.204638,-0.0682 -0.14056,0 -0.250114,0.12609 -0.148828,0.17156 -0.202572,0.5395 -0.05374,0.36793 -0.05374,0.72554 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34783" />
+ <path
+ d="m 95.511918,117.76251 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34785" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.411366,125.20348 11.949424,5.59534 -11.949424,5.59533 -11.949418,-5.59533 z"
+ id="path37686" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.412109,125.03711 -0.06445,0.0312 -12.240234,5.73047 12.304687,5.76172 12.302728,-5.76172 z m -0.002,0.33203 11.595701,5.42969 -11.593748,5.42969 -11.595703,-5.42969 z"
+ id="path37688" />
+ <path
+ d="m 83.160579,129.36676 -0.165365,0.56223 h 0.270784 l -0.07235,0.23772 h -0.26665 L 82.5818,131.3656 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24804 -0.314193,0.3638 -0.171566,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0723 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326594,-1.11827 h -0.281119 l 0.04134,-0.15297 q 0.264583,-0.0971 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41961 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34788" />
+ <path
+ d="m 86.449264,131.27878 -2.217951,-0.94258 v -0.17156 l 2.217951,-0.93844 v 0.21084 l -1.963703,0.81235 1.963703,0.81855 z m -2.220018,0.65319 h 2.224152 v 0.19224 h -2.224152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34790" />
+ <path
+ d="m 88.774701,129.36676 -0.165364,0.56223 h 0.270784 l -0.07235,0.23772 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221174,-0.25218 l 0.07235,0.0455 q -0.142626,0.24804 -0.314192,0.3638 -0.171566,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0723 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11827 h -0.281119 l 0.04134,-0.15297 q 0.264583,-0.0971 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41961 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34792" />
+ <path
+ d="m 89.916751,131.19682 -0.06821,0.47904 h -0.05736 q -0.0124,-0.18603 -0.114722,-0.293 -0.100769,-0.10697 -0.217041,-0.10697 -0.07131,0 -0.117822,0.0418 -0.04651,0.0419 -0.04651,0.10077 0,0.0496 0.02015,0.093 0.02015,0.0434 0.08992,0.11782 0.244946,0.26355 0.297656,0.36277 0.05271,0.0992 0.05271,0.21239 0,0.12248 -0.06201,0.23255 -0.06201,0.10852 -0.186035,0.17518 -0.122473,0.0651 -0.255798,0.0651 -0.08992,0 -0.221692,-0.0357 -0.08682,-0.0248 -0.130225,-0.0248 -0.03876,0 -0.06046,0.0124 -0.0217,0.0109 -0.04806,0.0481 h -0.05736 l 0.07596,-0.51625 h 0.04961 q 0.05426,0.18759 0.100769,0.2682 0.04806,0.0791 0.127124,0.12713 0.07906,0.0465 0.151929,0.0465 0.08527,0 0.141076,-0.0527 0.05581,-0.0543 0.05581,-0.12868 0,-0.0729 -0.03721,-0.14107 -0.03566,-0.0682 -0.167432,-0.21239 -0.181384,-0.19689 -0.238745,-0.30386 -0.04031,-0.0775 -0.04031,-0.17673 0,-0.16744 0.120923,-0.27906 0.122473,-0.11162 0.342615,-0.11162 0.09612,0 0.235644,0.0341 0.06976,0.0171 0.111622,0.0171 0.06046,0 0.09767,-0.0512 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34794" />
+ <path
+ d="m 90.682595,130.48369 q 0.09612,0 0.161231,0.0667 0.06666,0.0667 0.06666,0.16123 0,0.0946 -0.06666,0.16123 -0.06666,0.0667 -0.161231,0.0667 -0.09302,0 -0.15968,-0.0667 -0.06666,-0.0667 -0.06666,-0.16123 0,-0.0946 0.06511,-0.16123 0.06666,-0.0667 0.16123,-0.0667 z m 0.09612,0.71313 -0.31781,1.10226 q -0.02635,0.0946 -0.02635,0.12402 0,0.0171 0.01395,0.0326 0.01395,0.0139 0.02946,0.0139 0.02635,0 0.05271,-0.0232 0.06976,-0.0574 0.167432,-0.20774 l 0.05271,0.031 q -0.234094,0.40773 -0.497644,0.40773 -0.100769,0 -0.16123,-0.0558 -0.05891,-0.0574 -0.05891,-0.14418 0,-0.0574 0.02635,-0.14572 l 0.215491,-0.74104 q 0.03101,-0.10697 0.03101,-0.16123 0,-0.0341 -0.02946,-0.0605 -0.02946,-0.0264 -0.08062,-0.0264 -0.02325,0 -0.05581,0.002 l 0.02015,-0.062 0.52555,-0.0853 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34796" />
+ <path
+ d="m 91.693386,131.19682 -0.198437,0.66663 q 0.199988,-0.30696 0.291455,-0.41393 0.134875,-0.15658 0.221692,-0.20464 0.08837,-0.0481 0.176733,-0.0481 0.100769,0 0.145728,0.0605 0.04496,0.0605 0.04496,0.13333 0,0.076 -0.04186,0.22324 l -0.06976,0.2496 q 0.201538,-0.31006 0.289905,-0.41238 0.136426,-0.15813 0.237195,-0.21394 0.06976,-0.0403 0.148828,-0.0403 0.08216,0 0.136426,0.0558 0.05581,0.0543 0.05581,0.14263 0,0.0992 -0.04651,0.25735 l -0.172082,0.57826 q -0.03876,0.12867 -0.03876,0.16588 0,0.0124 0.0093,0.0232 0.01085,0.0109 0.02326,0.0109 0.01705,0 0.02945,-0.0109 0.05581,-0.045 0.117823,-0.13177 0.01395,-0.0186 0.04186,-0.0574 l 0.05271,0.0341 q -0.10697,0.19999 -0.235644,0.29301 -0.127124,0.093 -0.235645,0.093 -0.09457,0 -0.151928,-0.0512 -0.05736,-0.0527 -0.05736,-0.12248 0,-0.0667 0.03876,-0.20153 l 0.175183,-0.60462 q 0.03566,-0.12557 0.03566,-0.15658 0,-0.0109 -0.01085,-0.0202 -0.01085,-0.0109 -0.0217,-0.0109 -0.02015,0 -0.04031,0.009 -0.02946,0.0155 -0.09147,0.0806 -0.06046,0.0651 -0.175183,0.2341 -0.114722,0.16743 -0.15968,0.262 -0.04341,0.0946 -0.08682,0.24494 l -0.09457,0.31936 h -0.392224 l 0.289905,-1.01234 q 0.02325,-0.0822 0.02325,-0.11317 0,-0.0109 -0.01085,-0.0202 -0.0093,-0.009 -0.02015,-0.009 -0.05736,0 -0.181385,0.15038 -0.189135,0.23255 -0.344165,0.55966 l -0.125573,0.44493 h -0.395325 l 0.291455,-0.99684 q 0.04341,-0.14727 0.04341,-0.20928 0,-0.0248 -0.0124,-0.0419 -0.0124,-0.0186 -0.04031,-0.0279 -0.0279,-0.0109 -0.10697,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34798" />
+ <path
+ d="m 94.161453,131.19682 -0.300757,1.0542 q -0.0217,0.0729 -0.0217,0.10077 0,0.0139 0.01085,0.0217 0.0124,0.0124 0.02945,0.0124 0.07131,0 0.190686,-0.12713 0.170533,-0.18448 0.358118,-0.5302 l 0.141077,-0.47439 0.392224,-0.0139 -0.297656,1.02319 q -0.03721,0.13023 -0.03721,0.14883 0,0.0124 0.01085,0.0264 0.0124,0.0124 0.0248,0.0124 0.0217,0 0.04186,-0.0186 0.05581,-0.045 0.147278,-0.18139 l 0.05271,0.0372 q -0.215491,0.38912 -0.47439,0.38912 -0.09612,0 -0.151928,-0.0481 -0.05426,-0.0496 -0.05426,-0.12867 0,-0.0837 0.03876,-0.21239 l 0.07596,-0.262 q -0.201538,0.293 -0.293005,0.39532 -0.139527,0.15348 -0.235645,0.20464 -0.09457,0.0512 -0.181384,0.0512 -0.08217,0 -0.142627,-0.0605 -0.05891,-0.0605 -0.05891,-0.15348 0,-0.0791 0.03876,-0.21239 l 0.175183,-0.62012 q 0.04341,-0.15193 0.04341,-0.20464 0,-0.0233 -0.0124,-0.0403 -0.0124,-0.0186 -0.04186,-0.0279 -0.0279,-0.0109 -0.10542,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34800" />
+ <path
+ d="m 96.02387,131.12582 h -0.08475 q 0.01447,-0.26045 0.06408,-0.42995 0.05168,-0.17156 0.21084,-0.47542 0.124023,-0.23358 0.16123,-0.3576 0.03721,-0.12609 0.03721,-0.25425 0,-0.26252 -0.14056,-0.41754 -0.138493,-0.15503 -0.341064,-0.15503 -0.179834,0 -0.283187,0.0847 -0.103352,0.0847 -0.103352,0.18396 0,0.0765 0.06201,0.18811 0.06201,0.11162 0.06201,0.16949 0,0.0744 -0.04754,0.12609 -0.04754,0.0496 -0.115755,0.0496 -0.08682,0 -0.159164,-0.0848 -0.07028,-0.0868 -0.07028,-0.23977 0,-0.23358 0.200505,-0.41341 0.200504,-0.17984 0.543635,-0.17984 0.425814,0 0.626318,0.24805 0.148828,0.1819 0.148828,0.40307 0,0.1509 -0.06821,0.31006 -0.06615,0.15917 -0.254247,0.37414 -0.299724,0.339 -0.367936,0.48162 -0.06615,0.14056 -0.08062,0.38861 z m -0.02894,0.25631 q 0.09715,0 0.163297,0.0682 0.06821,0.0661 0.06821,0.16329 0,0.0951 -0.06821,0.1633 -0.06821,0.0661 -0.163297,0.0661 -0.09509,0 -0.163298,-0.0661 -0.06614,-0.0682 -0.06614,-0.1633 0,-0.0971 0.06614,-0.16329 0.06821,-0.0682 0.163298,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34802" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.411366,145.9097 18.107634,8.47894 -18.107634,8.47893 -18.107631,-8.47893 z"
+ id="path37860" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.412109,145.74414 -0.06445,0.0293 -18.398437,8.61523 18.46289,8.64453 18.460938,-8.64453 z m -0.002,0.33008 17.753901,8.31445 -17.751948,8.3125 -17.753906,-8.3125 z"
+ id="path37862" />
+ <path
+ d="m 78.622371,153.33557 v 0.81648 q 0,0.26459 0.05788,0.32867 0.07855,0.091 0.237712,0.091 h 0.107487 v 0.0765 h -1.20096 v -0.0765 h 0.10542 q 0.177767,0 0.254248,-0.11576 0.04134,-0.0641 0.04134,-0.30386 v -1.81074 q 0,-0.26458 -0.05581,-0.32866 -0.08061,-0.091 -0.239779,-0.091 h -0.10542 v -0.0765 h 1.027327 q 0.376204,0 0.593245,0.0785 0.217041,0.0765 0.365869,0.26045 0.148828,0.18397 0.148828,0.43615 0,0.34313 -0.227376,0.5581 -0.225309,0.21497 -0.63872,0.21497 -0.101286,0 -0.219108,-0.0145 -0.117823,-0.0145 -0.252181,-0.0434 z m 0,-0.11782 q 0.109554,0.0207 0.194303,0.031 0.08475,0.0103 0.144694,0.0103 0.214974,0 0.370003,-0.16537 0.157096,-0.16743 0.157096,-0.43201 0,-0.1819 -0.07441,-0.33693 -0.07441,-0.1571 -0.21084,-0.23358 -0.136425,-0.0785 -0.310058,-0.0785 -0.10542,0 -0.270784,0.0393 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34805" />
+ <path
+ d="m 81.168983,152.69891 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25839 0.341064,-0.38034 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34807" />
+ <path
+ d="m 83.583304,152.69891 v 0.64493 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41342 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0848 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194303,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34809" />
+ <path
+ d="m 85.22868,152.69891 v 0.64493 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41342 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0848 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194303,0.1571 -0.436149,0.1571 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365868,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34811" />
+ <path
+ d="m 87.310205,152.75472 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.091 -0.115756,-0.093 -0.161231,-0.23771 -0.04547,-0.14469 -0.04547,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34813" />
+ <path
+ d="m 88.248649,151.70879 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39895 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34815" />
+ <path
+ d="m 90.317771,153.46786 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51676 -0.208773,0.23152 -0.522965,0.23152 -0.341065,0 -0.584977,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34817" />
+ <path
+ d="m 91.779179,152.75472 h 0.890901 v 0.0765 H 92.6122 q -0.08061,0 -0.124024,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17157 l 0.440282,1.04593 0.44235,-1.08521 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.20671 l -0.671793,1.62471 h -0.08475 l -0.675927,-1.59784 q -0.04548,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34819" />
+ <path
+ d="m 94.311322,153.46786 q -0.0021,0.42168 0.204639,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23152 -0.522965,0.23152 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34821" />
+ <path
+ d="m 96.421786,153.09992 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34823" />
+ <path
+ d="m 98.536384,152.13254 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30593 -0.132292,0.10128 -0.272851,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15297 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0786 0.132291,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34825" />
+ <path
+ d="m 100.08668,152.69891 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.427883,0 -0.680063,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25839 0.341065,-0.38034 0.210839,-0.12403 0.446488,-0.12403 z m -0.0641,0.13436 q -0.109557,0 -0.221178,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434077,0.29972 0.20051,0 0.33073,-0.16536 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34827" />
+ <path
+ d="m 84.732587,157.70119 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.32246,-0.10128 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34829" />
+ <path
+ d="m 86.853386,157.33532 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128157,0.10335 0.171566,0.29972 0.212906,-0.24805 0.359667,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.266651,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.1819,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121957,0 0.19017,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957046 v -0.0744 q 0.157096,0 0.214973,-0.0372 0.05995,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.091 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34831" />
+ <path
+ d="m 91.721302,156.46096 -0.165365,0.56223 h 0.270785 l -0.07235,0.23772 h -0.26665 l -0.345199,1.19889 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24804 -0.314193,0.3638 -0.171565,0.11575 -0.33693,0.11575 -0.140559,0 -0.219108,-0.0703 -0.07648,-0.0724 -0.07648,-0.18191 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11827 h -0.28112 l 0.04134,-0.15297 q 0.264583,-0.0972 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41961 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34833" />
+ <path
+ d="m 93.678803,158.22002 h -0.08475 q 0.01447,-0.26045 0.06408,-0.42995 0.05168,-0.17156 0.210839,-0.47542 0.124024,-0.23358 0.161231,-0.3576 0.03721,-0.12609 0.03721,-0.25425 0,-0.26252 -0.14056,-0.41754 -0.138493,-0.15503 -0.341064,-0.15503 -0.179834,0 -0.283187,0.0847 -0.103353,0.0847 -0.103353,0.18396 0,0.0765 0.06201,0.18811 0.06201,0.11162 0.06201,0.16949 0,0.0744 -0.04754,0.12609 -0.04754,0.0496 -0.115756,0.0496 -0.08682,0 -0.159163,-0.0848 -0.07028,-0.0868 -0.07028,-0.23977 0,-0.23358 0.200505,-0.41341 0.200504,-0.17984 0.543635,-0.17984 0.425814,0 0.626318,0.24805 0.148828,0.1819 0.148828,0.40307 0,0.1509 -0.06821,0.31006 -0.06615,0.15917 -0.254248,0.37414 -0.299723,0.339 -0.367935,0.48162 -0.06615,0.14056 -0.08062,0.38861 z m -0.02894,0.25631 q 0.09715,0 0.163297,0.0682 0.06821,0.0661 0.06821,0.16329 0,0.0951 -0.06821,0.1633 -0.06821,0.0661 -0.163297,0.0661 -0.09509,0 -0.163298,-0.0661 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.0971 0.06615,-0.16329 0.06821,-0.0682 0.163298,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34835" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 127.44821,149.6248 h 18.42036 v 9.52768 h -18.42036 z"
+ id="path36202" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 127.29883,149.47461 v 0.15039 9.67773 h 18.7207 v -9.82812 z m 0.29883,0.30078 h 18.12109 v 9.22656 h -18.12109 z"
+ id="path36204" />
+ <path
+ d="m 129.93442,153.29463 -1.08314,-2.35851 v 1.87275 q 0,0.25839 0.0558,0.32246 0.0765,0.0868 0.24185,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0992 q 0.17777,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.83141 q 0,-0.18603 -0.0413,-0.26871 -0.0289,-0.06 -0.10749,-0.0992 -0.0765,-0.0413 -0.24805,-0.0413 v -0.0765 h 0.79375 l 1.01699,2.19315 1.00046,-2.19315 h 0.79375 v 0.0765 h -0.0971 q -0.17984,0 -0.25425,0.10748 -0.0455,0.0661 -0.0455,0.30179 v 1.83141 q 0,0.25839 0.0579,0.32246 0.0765,0.0868 0.24185,0.0868 h 0.0971 v 0.0765 h -1.19063 v -0.0765 h 0.0992 q 0.17984,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.87275 l -1.08107,2.35851 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34839" />
+ <path
+ d="m 133.0226,151.3454 q 0.42994,0 0.69039,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28733 -0.21291,-0.64493 0,-0.26044 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14677,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34841" />
+ <path
+ d="m 135.55061,153.08173 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.6594,-0.339 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0538,0 -0.14263,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16536,-0.17364 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.18811,0 0.36381,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34843" />
+ <path
+ d="m 136.81151,150.35528 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34845" />
+ <path
+ d="m 138.24398,151.55004 v 1.24436 q 0,0.26459 0.0579,0.33487 0.0765,0.091 0.20464,0.091 h 0.17156 v 0.0744 h -1.13068 v -0.0744 h 0.0847 q 0.0827,0 0.1509,-0.0413 0.0682,-0.0413 0.093,-0.11162 0.0269,-0.0703 0.0269,-0.27286 v -1.24436 h -0.36794 v -0.14883 h 0.36794 v -0.12402 q 0,-0.28319 0.0909,-0.47956 0.091,-0.19637 0.27698,-0.31626 0.1881,-0.12196 0.42168,-0.12196 0.21704,0 0.39894,0.14056 0.11989,0.093 0.11989,0.20878 0,0.062 -0.0537,0.11782 -0.0538,0.0537 -0.11576,0.0537 -0.0475,0 -0.10128,-0.0331 -0.0517,-0.0351 -0.12816,-0.14676 -0.0765,-0.11369 -0.14056,-0.15296 -0.0641,-0.0393 -0.14263,-0.0393 -0.0951,0 -0.16123,0.0517 -0.0661,0.0496 -0.0951,0.15709 -0.0289,0.10542 -0.0289,0.54777 v 0.13643 h 0.48782 v 0.14883 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34847" />
+ <path
+ d="m 139.39946,150.35528 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34849" />
+ <path
+ d="m 141.7001,152.5753 q -0.0765,0.37413 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34851" />
+ <path
+ d="m 143.04162,153.02178 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19638,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.32659 0.18191,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34853" />
+ <path
+ d="m 144.39967,151.3454 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0848 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34855" />
+ <path
+ d="m 134.19668,156.27166 -0.23564,-1.02112 q -0.0599,-0.26458 -0.1447,-0.36174 -0.0641,-0.0744 -0.23357,-0.10542 l 0.0227,-0.0765 h 1.34565 l -0.0248,0.0765 q -0.19637,0 -0.28732,0.0806 -0.0889,0.0786 -0.0889,0.1881 0,0.0682 0.0372,0.23771 l 0.1819,0.82889 0.45268,-0.62425 q 0.17364,-0.23978 0.21704,-0.33693 0.0434,-0.0992 0.0434,-0.17363 0,-0.0744 -0.0558,-0.13023 -0.0558,-0.0558 -0.17983,-0.0703 l 0.0227,-0.0765 h 0.8413 v 0.0765 q -0.11369,0.0124 -0.19637,0.0744 -0.0827,0.062 -0.32246,0.39274 l -0.79582,1.09554 -0.18604,0.64905 q -0.0599,0.20051 -0.0599,0.23358 0,0.0889 0.0682,0.14676 0.0682,0.0579 0.22945,0.0579 h 0.0785 l -0.0227,0.0765 h -1.43454 l 0.0207,-0.0765 q 0.1571,0.002 0.25218,-0.0413 0.0951,-0.0455 0.14263,-0.11576 0.0331,-0.0496 0.0971,-0.26458 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34857" />
+ <path
+ d="m 136.66733,156.20624 -0.2682,0.93483 q 0.12247,-0.13333 0.20464,-0.17674 0.0822,-0.045 0.17828,-0.045 0.18604,0 0.27751,0.13487 0.093,0.13333 0.093,0.30851 0,0.41858 -0.30385,0.74724 -0.26975,0.2899 -0.61392,0.2899 -0.2558,0 -0.54105,-0.15037 l 0.47439,-1.64486 q 0.0341,-0.11628 0.0341,-0.15968 0,-0.0372 -0.031,-0.0589 -0.0434,-0.031 -0.13178,-0.0263 l 0.0171,-0.062 0.51779,-0.0915 z m -0.59531,2.05879 q 0.0729,0.0465 0.13177,0.0465 0.0822,0 0.13798,-0.0326 0.0884,-0.0527 0.18449,-0.19068 0.0977,-0.13798 0.16278,-0.33332 0.0651,-0.19533 0.0651,-0.38912 0,-0.11007 -0.0496,-0.16743 -0.0496,-0.0574 -0.11472,-0.0574 -0.10852,0 -0.18914,0.10542 -0.0543,0.0682 -0.11782,0.2899 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34859" />
+ <path
+ d="m 138.09515,156.91938 -0.30075,1.05419 q -0.0217,0.0729 -0.0217,0.10077 0,0.014 0.0108,0.0217 0.0124,0.0124 0.0295,0.0124 0.0713,0 0.19068,-0.12712 0.17054,-0.18449 0.35812,-0.5302 l 0.14108,-0.47439 0.39222,-0.014 -0.29765,1.0232 q -0.0372,0.13022 -0.0372,0.14882 0,0.0124 0.0109,0.0264 0.0124,0.0124 0.0248,0.0124 0.0217,0 0.0419,-0.0186 0.0558,-0.045 0.14728,-0.18139 l 0.0527,0.0372 q -0.21549,0.38912 -0.47439,0.38912 -0.0961,0 -0.15193,-0.048 -0.0543,-0.0496 -0.0543,-0.12868 0,-0.0837 0.0388,-0.21239 l 0.076,-0.262 q -0.20154,0.29301 -0.29301,0.39533 -0.13953,0.15348 -0.23564,0.20464 -0.0946,0.0512 -0.18139,0.0512 -0.0822,0 -0.14263,-0.0605 -0.0589,-0.0605 -0.0589,-0.15348 0,-0.0791 0.0388,-0.21239 l 0.17518,-0.62011 q 0.0434,-0.15193 0.0434,-0.20464 0,-0.0233 -0.0124,-0.0403 -0.0124,-0.0186 -0.0419,-0.0279 -0.0279,-0.0109 -0.10542,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34861" />
+ <path
+ d="m 140.20045,156.91938 -0.0682,0.47904 h -0.0574 q -0.0124,-0.18604 -0.11473,-0.29301 -0.10076,-0.10697 -0.21704,-0.10697 -0.0713,0 -0.11782,0.0419 -0.0465,0.0419 -0.0465,0.10077 0,0.0496 0.0202,0.093 0.0202,0.0434 0.0899,0.11783 0.24495,0.26355 0.29766,0.36277 0.0527,0.0992 0.0527,0.21239 0,0.12247 -0.062,0.23254 -0.062,0.10852 -0.18604,0.17518 -0.12247,0.0651 -0.2558,0.0651 -0.0899,0 -0.22169,-0.0357 -0.0868,-0.0248 -0.13022,-0.0248 -0.0388,0 -0.0605,0.0124 -0.0217,0.0108 -0.0481,0.048 h -0.0574 l 0.076,-0.51624 h 0.0496 q 0.0543,0.18758 0.10077,0.2682 0.0481,0.0791 0.12712,0.12712 0.0791,0.0465 0.15193,0.0465 0.0853,0 0.14108,-0.0527 0.0558,-0.0543 0.0558,-0.12867 0,-0.0729 -0.0372,-0.14108 -0.0357,-0.0682 -0.16743,-0.21239 -0.18138,-0.19689 -0.23874,-0.30386 -0.0403,-0.0775 -0.0403,-0.17673 0,-0.16743 0.12092,-0.27905 0.12247,-0.11162 0.34262,-0.11162 0.0961,0 0.23564,0.0341 0.0698,0.017 0.11162,0.017 0.0605,0 0.0977,-0.0512 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34863" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 123.70644,163.29048 h 25.90391 v 9.52768 h -25.90391 z"
+ id="path36388" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 123.55664,163.14062 v 0.1504 9.67773 h 26.20313 v -9.82813 z m 0.29883,0.30079 h 25.60547 v 9.22656 h -25.60547 z"
+ id="path36390" />
+ <path
+ d="m 124.09845,166.96033 v -0.0765 h 0.10542 q 0.17776,0 0.25218,-0.11369 0.0455,-0.0682 0.0455,-0.30593 v -1.81074 q 0,-0.26251 -0.0579,-0.32866 -0.0806,-0.0909 -0.23977,-0.0909 h -0.10542 v -0.0765 h 1.14101 q 0.62839,0 0.95498,0.14263 0.32866,0.14262 0.5271,0.47542 0.2005,0.3328 0.2005,0.76894 0,0.58498 -0.35553,0.97772 -0.39894,0.43822 -1.21543,0.43822 z m 0.79995,-0.20257 q 0.26251,0.0579 0.44028,0.0579 0.47956,0 0.79582,-0.33693 0.31626,-0.33693 0.31626,-0.91364 0,-0.58084 -0.31626,-0.9157 -0.31626,-0.33486 -0.81236,-0.33486 -0.18603,0 -0.42374,0.0599 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34867" />
+ <path
+ d="m 127.53596,165.78004 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25219,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34869" />
+ <path
+ d="m 130.70269,166.24099 q -0.0765,0.37414 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16744,0.20257 -0.16744,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34871" />
+ <path
+ d="m 131.89745,165.01109 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25839 0.34106,-0.38034 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21705,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34873" />
+ <path
+ d="m 133.65031,165.41417 q 0.20671,-0.20671 0.24391,-0.23771 0.093,-0.0785 0.20051,-0.12196 0.10748,-0.0434 0.2129,-0.0434 0.17777,0 0.30593,0.10336 0.12815,0.10335 0.17156,0.29972 0.21291,-0.24805 0.35967,-0.32453 0.14676,-0.0786 0.30179,-0.0786 0.1509,0 0.26665,0.0786 0.11782,0.0765 0.18604,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.9343 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.90331 q 0,0.1943 0.0207,0.24184 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20463,0.031 v 0.0744 h -0.95704 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.0909,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22118,0.0599 -0.17156,0.0909 -0.26458,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.18191,-0.0269 0.0517,-0.0289 0.0785,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34875" />
+ <path
+ d="m 136.2424,165.25501 0.58291,-0.23565 h 0.0785 v 0.44235 q 0.14677,-0.25011 0.29353,-0.34933 0.14882,-0.10129 0.31212,-0.10129 0.28526,0 0.47543,0.22325 0.23357,0.27285 0.23357,0.71106 0,0.4899 -0.28112,0.81029 -0.23151,0.26251 -0.58291,0.26251 -0.15296,0 -0.26458,-0.0434 -0.0827,-0.031 -0.18604,-0.12403 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.06,0.031 0.21498,0.031 v 0.0765 H 136.232 v -0.0765 h 0.0517 q 0.11369,0.002 0.1943,-0.0434 0.0393,-0.0227 0.06,-0.0744 0.0227,-0.0496 0.0227,-0.25631 v -1.79007 q 0,-0.18397 -0.0165,-0.23358 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0971,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66145,0.32866 v 0.70693 q 0,0.22944 0.0186,0.30179 0.0289,0.11989 0.14056,0.21084 0.11369,0.0909 0.28525,0.0909 0.20671,0 0.33486,-0.16123 0.16744,-0.21084 0.16744,-0.59324 0,-0.43409 -0.19017,-0.66766 -0.13229,-0.16123 -0.3142,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34877" />
+ <path
+ d="m 139.42153,165.01109 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25839 0.34106,-0.38034 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34879" />
+ <path
+ d="m 141.83585,165.01109 v 0.64493 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41342 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25839 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34881" />
+ <path
+ d="m 142.73915,164.02097 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34883" />
+ <path
+ d="m 145.03979,166.24099 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.36381,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z m -0.76895,0.68626 h 0.12402 l -0.10335,0.1633 q 0.13023,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.15709 0,-0.062 -0.0476,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34885" />
+ <path
+ d="m 146.3813,166.68748 q -0.29145,0.2253 -0.36586,0.26044 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0538 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.28319 0.11782,-0.40928 0.10956,-0.12609 0.27079,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30592 -0.0517,0.11163 -0.14882,0.1757 -0.0951,0.062 -0.19224,0.062 -0.1633,0 -0.40514,-0.16537 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13435,0.0744 -0.0227,0.0351 -0.0579,0.20878 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34887" />
+ <path
+ d="m 148.11143,165.01109 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13023,-0.25839 0.34107,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33072,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34889" />
+ <path
+ d="m 129.55754,170.41851 0.0682,0.0145 -0.23978,0.76068 h -2.17041 v -0.0765 h 0.10542 q 0.17777,0 0.25425,-0.11576 0.0434,-0.0661 0.0434,-0.30592 v -1.80868 q 0,-0.26251 -0.0579,-0.32866 -0.0806,-0.0909 -0.23978,-0.0909 h -0.10542 v -0.0765 h 1.26918 v 0.0765 q -0.22325,-0.002 -0.3142,0.0413 -0.0889,0.0434 -0.12195,0.10956 -0.0331,0.0661 -0.0331,0.31626 v 1.76113 q 0,0.17156 0.0331,0.23564 0.0248,0.0434 0.0765,0.0641 0.0517,0.0207 0.32246,0.0207 h 0.20464 q 0.32246,0 0.45268,-0.0475 0.13023,-0.0475 0.23771,-0.16743 0.10749,-0.12196 0.21498,-0.38241 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34891" />
+ <path
+ d="m 131.73828,168.46721 v -0.0765 h 0.99219 v 0.0765 h -0.10542 q -0.16537,0 -0.25425,0.13849 -0.0434,0.0641 -0.0434,0.29766 v 1.13688 q 0,0.42168 -0.0848,0.65526 -0.0827,0.23151 -0.32866,0.39894 -0.24391,0.16536 -0.66559,0.16536 -0.45889,0 -0.6966,-0.15916 -0.23771,-0.15916 -0.33693,-0.42788 -0.0661,-0.18397 -0.0661,-0.6904 v -1.09554 q 0,-0.25838 -0.0724,-0.33899 -0.0703,-0.0806 -0.22944,-0.0806 h -0.10542 v -0.0765 h 1.21129 v 0.0765 h -0.10749 q -0.17363,0 -0.24804,0.10955 -0.0517,0.0744 -0.0517,0.31006 v 1.22163 q 0,0.1633 0.0289,0.37414 0.031,0.21084 0.10955,0.32866 0.0786,0.11782 0.22531,0.1943 0.14883,0.0765 0.3638,0.0765 0.27492,0 0.49196,-0.11989 0.21704,-0.11989 0.29559,-0.30593 0.0806,-0.1881 0.0806,-0.63458 v -1.13482 q 0,-0.26251 -0.0579,-0.32866 -0.0806,-0.0909 -0.23978,-0.0909 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34893" />
+ <path
+ d="m 135.30602,170.98075 q -0.13849,0.14469 -0.27078,0.20877 -0.1323,0.062 -0.28526,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.06 -0.19844,-0.06 -0.1819,0 -0.32452,0.1633 -0.18811,0.21498 -0.18811,0.62839 0,0.41754 0.1819,0.64078 0.18191,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34895" />
+ <path
+ d="m 137.1581,170.92081 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0538 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34897" />
+ <path
+ d="m 140.00857,169.95549 -0.23564,-1.02112 q -0.06,-0.26459 -0.1447,-0.36174 -0.0641,-0.0744 -0.23357,-0.10542 l 0.0227,-0.0765 h 1.34566 l -0.0248,0.0765 q -0.19637,0 -0.28732,0.0806 -0.0889,0.0785 -0.0889,0.1881 0,0.0682 0.0372,0.23771 l 0.18191,0.82889 0.45268,-0.62425 q 0.17363,-0.23978 0.21704,-0.33693 0.0434,-0.0992 0.0434,-0.17363 0,-0.0744 -0.0558,-0.13023 -0.0558,-0.0558 -0.17984,-0.0703 l 0.0227,-0.0765 h 0.84129 v 0.0765 q -0.11368,0.0124 -0.19637,0.0744 -0.0827,0.062 -0.32246,0.39275 l -0.79581,1.09553 -0.18604,0.64906 q -0.0599,0.2005 -0.0599,0.23358 0,0.0889 0.0682,0.14676 0.0682,0.0579 0.22944,0.0579 h 0.0785 l -0.0227,0.0765 h -1.43453 l 0.0207,-0.0765 q 0.15709,0.002 0.25218,-0.0413 0.0951,-0.0455 0.14263,-0.11575 0.0331,-0.0496 0.0971,-0.26458 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34899" />
+ <path
+ d="m 142.47922,169.89007 -0.2682,0.93482 q 0.12247,-0.13332 0.20464,-0.17673 0.0822,-0.045 0.17828,-0.045 0.18604,0 0.2775,0.13488 0.093,0.13332 0.093,0.30851 0,0.41857 -0.30386,0.74724 -0.26975,0.2899 -0.61391,0.2899 -0.2558,0 -0.54105,-0.15038 l 0.47439,-1.64486 q 0.0341,-0.11627 0.0341,-0.15968 0,-0.0372 -0.031,-0.0589 -0.0434,-0.031 -0.13178,-0.0263 l 0.0171,-0.062 0.5178,-0.0915 z m -0.59531,2.05879 q 0.0729,0.0465 0.13177,0.0465 0.0822,0 0.13798,-0.0326 0.0884,-0.0527 0.18448,-0.19069 0.0977,-0.13797 0.16278,-0.33331 0.0651,-0.19534 0.0651,-0.38912 0,-0.11008 -0.0496,-0.16744 -0.0496,-0.0574 -0.11473,-0.0574 -0.10852,0 -0.18913,0.10542 -0.0543,0.0682 -0.11782,0.28991 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34901" />
+ <path
+ d="m 143.90704,170.6032 -0.30076,1.0542 q -0.0217,0.0729 -0.0217,0.10077 0,0.0139 0.0109,0.0217 0.0124,0.0124 0.0295,0.0124 0.0713,0 0.19068,-0.12713 0.17053,-0.18448 0.35812,-0.5302 l 0.14108,-0.47439 0.39222,-0.0139 -0.29766,1.02319 q -0.0372,0.13023 -0.0372,0.14883 0,0.0124 0.0109,0.0264 0.0124,0.0124 0.0248,0.0124 0.0217,0 0.0419,-0.0186 0.0558,-0.045 0.14728,-0.18138 l 0.0527,0.0372 q -0.21549,0.38912 -0.47439,0.38912 -0.0961,0 -0.15193,-0.0481 -0.0543,-0.0496 -0.0543,-0.12867 0,-0.0837 0.0388,-0.21239 l 0.076,-0.262 q -0.20154,0.293 -0.293,0.39532 -0.13953,0.15348 -0.23565,0.20464 -0.0946,0.0512 -0.18138,0.0512 -0.0822,0 -0.14263,-0.0605 -0.0589,-0.0605 -0.0589,-0.15348 0,-0.0791 0.0388,-0.21239 l 0.17518,-0.62012 q 0.0434,-0.15193 0.0434,-0.20464 0,-0.0232 -0.0124,-0.0403 -0.0124,-0.0186 -0.0419,-0.0279 -0.0279,-0.0109 -0.10542,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34903" />
+ <path
+ d="m 146.01234,170.6032 -0.0682,0.47904 h -0.0574 q -0.0124,-0.18603 -0.11472,-0.293 -0.10077,-0.10697 -0.21704,-0.10697 -0.0713,0 -0.11782,0.0419 -0.0465,0.0419 -0.0465,0.10077 0,0.0496 0.0202,0.093 0.0202,0.0434 0.0899,0.11782 0.24495,0.26355 0.29766,0.36277 0.0527,0.0992 0.0527,0.21239 0,0.12247 -0.062,0.23255 -0.062,0.10852 -0.18603,0.17518 -0.12247,0.0651 -0.2558,0.0651 -0.0899,0 -0.22169,-0.0357 -0.0868,-0.0248 -0.13023,-0.0248 -0.0387,0 -0.0605,0.0124 -0.0217,0.0108 -0.0481,0.0481 h -0.0574 l 0.076,-0.51625 h 0.0496 q 0.0543,0.18759 0.10077,0.2682 0.0481,0.0791 0.12712,0.12713 0.0791,0.0465 0.15193,0.0465 0.0853,0 0.14108,-0.0527 0.0558,-0.0543 0.0558,-0.12868 0,-0.0729 -0.0372,-0.14107 -0.0357,-0.0682 -0.16743,-0.21239 -0.18139,-0.19689 -0.23875,-0.30386 -0.0403,-0.0775 -0.0403,-0.17673 0,-0.16744 0.12093,-0.27906 0.12247,-0.11162 0.34261,-0.11162 0.0961,0 0.23565,0.0341 0.0698,0.017 0.11162,0.017 0.0605,0 0.0977,-0.0512 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34905" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="M 68.188408,176.90382 H 160.96051 V 195.1099 H 68.188408 Z"
+ id="path36574" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 68.1875,176.75391 a 0.15000001,0.15000001 0 0 0 -0.0625,0.0137 0.15000001,0.15000001 0 0 0 -0.06836,0.0664 0.15000001,0.15000001 0 0 0 -0.01758,0.0703 v 1.15625 a 0.15000001,0.15000001 0 0 0 0.148438,0.15039 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 v -1.00586 h 2.25 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 H 68.19531 a 0.15000001,0.15000001 0 0 0 -0.0078,0 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 H 80.1875 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.15039 z m 4.798829,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.15039 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.15039 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.15039 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.148438,-0.15039 0.15000001,0.15000001 0 0 0 -0.148438,-0.15039 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.148438,0.15039 0.15000001,0.15000001 0 0 0 0.148438,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.800779,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.39844 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.14844,-0.15039 0.15000001,0.15000001 0 0 0 -0.14844,-0.15039 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.14844,0.15039 0.15000001,0.15000001 0 0 0 0.14844,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.39844 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.14844,-0.15039 0.15000001,0.15000001 0 0 0 -0.14844,-0.15039 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.14844,0.15039 0.15000001,0.15000001 0 0 0 0.14844,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.39844 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 1.42188 v 0.67773 a 0.15000001,0.15000001 0 0 0 0.15039,0.14844 0.15000001,0.15000001 0 0 0 0.15039,-0.14844 v -0.97851 z m 1.57227,3.22851 a 0.15000001,0.15000001 0 0 0 -0.15039,0.14844 v 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 v -2.40039 a 0.15000001,0.15000001 0 0 0 -0.15039,-0.14844 z m -92.77344,0.32813 a 0.15000001,0.15000001 0 0 0 -0.148438,0.15039 v 2.39844 a 0.15000001,0.15000001 0 0 0 0.148438,0.15039 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 v -2.39844 A 0.15000001,0.15000001 0 0 0 68.1875,180.31055 Z m 92.77344,4.4707 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 v 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 v -2.40039 a 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m -92.77344,0.32813 a 0.15000001,0.15000001 0 0 0 -0.148438,0.15039 v 2.40039 a 0.15000001,0.15000001 0 0 0 0.148438,0.15039 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 v -2.40039 A 0.15000001,0.15000001 0 0 0 68.1875,185.10938 Z m 92.77344,4.47265 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 v 2.39844 a 0.15000001,0.15000001 0 0 0 0.15039,0.15039 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 v -2.39844 a 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m -92.77344,0.32813 a 0.15000001,0.15000001 0 0 0 -0.148438,0.15039 v 2.40039 a 0.15000001,0.15000001 0 0 0 0.148438,0.14844 0.15000001,0.15000001 0 0 0 0.150391,-0.14844 v -2.40039 A 0.15000001,0.15000001 0 0 0 68.1875,189.91016 Z m 92.77344,4.4707 a 0.15000001,0.15000001 0 0 0 -0.15039,0.15039 v 0.42773 h -1.67188 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 1.97266 v -0.72852 a 0.15000001,0.15000001 0 0 0 -0.15039,-0.15039 z m -92.77344,0.33008 a 0.15000001,0.15000001 0 0 0 -0.148438,0.14844 v 0.40039 h 2.298829 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 h -2 v -0.0996 A 0.15000001,0.15000001 0 0 0 68.1875,194.71094 Z m 4.550781,0.24804 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.148438,-0.15039 0.15000001,0.15000001 0 0 0 -0.148438,-0.1504 z m 4.798829,0 a 0.15000001,0.15000001 0 0 0 -0.148438,0.1504 0.15000001,0.15000001 0 0 0 0.148438,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.1504 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.1504 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.150391,-0.15039 0.15000001,0.15000001 0 0 0 -0.150391,-0.1504 z m 4.800781,0 a 0.15000001,0.15000001 0 0 0 -0.150391,0.1504 0.15000001,0.15000001 0 0 0 0.150391,0.15039 h 2.398438 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.798828,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.400391 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.800779,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.14844,-0.15039 0.15000001,0.15000001 0 0 0 -0.14844,-0.1504 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.14844,0.1504 0.15000001,0.15000001 0 0 0 0.14844,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.39844 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.14844,-0.15039 0.15000001,0.15000001 0 0 0 -0.14844,-0.1504 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.14844,0.1504 0.15000001,0.15000001 0 0 0 0.14844,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.39844 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z m 4.80078,0 a 0.15000001,0.15000001 0 0 0 -0.15039,0.1504 0.15000001,0.15000001 0 0 0 0.15039,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.14844,-0.15039 0.15000001,0.15000001 0 0 0 -0.14844,-0.1504 z m 4.79883,0 a 0.15000001,0.15000001 0 0 0 -0.14844,0.1504 0.15000001,0.15000001 0 0 0 0.14844,0.15039 h 2.40039 a 0.15000001,0.15000001 0 0 0 0.15039,-0.15039 0.15000001,0.15000001 0 0 0 -0.15039,-0.1504 z"
+ id="path36576" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 70.401489,179.28227 h 37.886121 v 13.44919 H 70.401489 Z"
+ id="path36760" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 70.251953,179.13281 v 0.15039 13.59766 H 108.4375 v -13.74805 z m 0.298828,0.29883 h 37.585939 v 13.15039 H 70.550781 Z"
+ id="path36762" />
+ <path
+ d="m 72.845468,180.17959 v 0.96945 h -0.07648 q -0.03721,-0.27905 -0.134359,-0.44441 -0.09508,-0.16537 -0.272851,-0.26252 -0.177767,-0.0972 -0.367936,-0.0972 -0.214974,0 -0.355534,0.13229 -0.140559,0.13022 -0.140559,0.29766 0,0.12815 0.08888,0.23357 0.128157,0.15503 0.609781,0.41341 0.392741,0.21084 0.535368,0.32453 0.144694,0.11162 0.221175,0.26459 0.07855,0.15296 0.07855,0.32039 0,0.31833 -0.248047,0.54984 -0.245979,0.22944 -0.634586,0.22944 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.0103 -0.26665,-0.0744 -0.200505,-0.0661 -0.254248,-0.0661 -0.05168,0 -0.08268,0.031 -0.02894,0.031 -0.04341,0.12816 h -0.07648 v -0.96118 h 0.07648 q 0.05374,0.30179 0.144693,0.45268 0.09095,0.14883 0.276986,0.24805 0.188102,0.0992 0.411344,0.0992 0.258382,0 0.40721,-0.13643 0.150895,-0.13642 0.150895,-0.32246 0,-0.10335 -0.05788,-0.20877 -0.05581,-0.10542 -0.175699,-0.19637 -0.08062,-0.062 -0.440283,-0.26252 -0.359668,-0.20257 -0.51263,-0.32246 -0.150895,-0.11989 -0.229443,-0.26458 -0.07855,-0.14469 -0.07855,-0.31833 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.589111,-0.21911 0.223242,0 0.473356,0.10956 0.115755,0.0517 0.163297,0.0517 0.05374,0 0.08682,-0.031 0.03514,-0.0331 0.05581,-0.13023 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34910" />
+ <path
+ d="m 74.319278,181.09737 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121957,0.26044 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163298,0.71313 0.165364,0.29973 0.434081,0.29973 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34912" />
+ <path
+ d="m 76.161025,180.10725 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0723 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34914" />
+ <path
+ d="m 78.343836,181.15318 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26458 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.0909 -0.115755,-0.093 -0.161231,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13436 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663524 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34916" />
+ <path
+ d="m 80.408824,182.32727 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239779,-0.27078 -0.239779,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14882 0.179834,0.14677 0.179834,0.30593 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183967,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.1385 0.113688,-0.0951 0.221174,-0.34519 z m -0.768945,0.68626 h 0.124024 l -0.103353,0.16329 q 0.130224,0.0331 0.194303,0.11163 0.06408,0.0785 0.06408,0.19016 0,0.14883 -0.124023,0.26045 -0.124024,0.11369 -0.320394,0.11369 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10749 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34918" />
+ <path
+ d="m 81.750343,182.77375 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14882 0.510562,-0.14882 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28319 0.117823,-0.40928 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171566,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08062,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30593 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192237,0.062 -0.163297,0 -0.405143,-0.16537 -0.130224,-0.0889 -0.175699,-0.10748 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34920" />
+ <path
+ d="m 83.480468,181.09737 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121957,0.26044 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163298,0.71313 0.165364,0.29973 0.434081,0.29973 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34922" />
+ <path
+ d="m 87.06681,182.83369 q -0.138493,0.1447 -0.270784,0.20878 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250113,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564307,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.56224,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34924" />
+ <path
+ d="m 88.918892,182.77375 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13435 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34926" />
+ <path
+ d="m 90.946673,181.09737 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121956,-0.10956 -0.312126,-0.10956 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0848 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.53951 0,0.25838 -0.19637,0.41754 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415479,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34928" />
+ <path
+ d="m 92.745011,181.86631 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48575 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34930" />
+ <path
+ d="m 95.979953,181.09737 v 2.43499 q 0,0.1819 0.02481,0.23358 0.02481,0.0517 0.07648,0.0806 0.05374,0.0289 0.206706,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.03927 q 0.115755,0 0.1757,-0.0331 0.04134,-0.0227 0.06615,-0.0827 0.02481,-0.0579 0.02481,-0.22737 v -0.81442 q -0.188102,0.22324 -0.328662,0.30592 -0.14056,0.0806 -0.291455,0.0806 -0.274918,0 -0.491959,-0.25012 -0.214974,-0.25011 -0.214974,-0.66972 0,-0.48163 0.285254,-0.78342 0.285254,-0.30385 0.68833,-0.30385 0.117822,0 0.21704,0.0331 0.09922,0.0331 0.177767,0.0992 0.119889,-0.0579 0.229443,-0.13229 z m -0.341064,1.49034 v -0.88883 q 0,-0.15503 -0.04134,-0.24391 -0.03927,-0.0889 -0.142627,-0.1509 -0.103353,-0.062 -0.233577,-0.062 -0.23151,0 -0.396875,0.19637 -0.165364,0.19637 -0.165364,0.59531 0,0.38241 0.167431,0.58085 0.169499,0.19843 0.40721,0.19843 0.121956,0 0.217041,-0.0517 0.09508,-0.0537 0.188102,-0.17364 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34932" />
+ <path
+ d="m 98.080082,181.15318 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144693,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128158,0.0682 -0.270785,0.0682 -0.159163,0 -0.276985,-0.0909 -0.115755,-0.093 -0.161231,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13436 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663524 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268718,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34934" />
+ <path
+ d="m 99.609703,182.77375 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13435 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.442353,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34936" />
+ <path
+ d="m 102.02196,182.32727 q -0.0765,0.37413 -0.29973,0.5767 -0.22324,0.20051 -0.49402,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.1385 0.11369,-0.0951 0.22117,-0.34519 z m -0.76895,0.68626 h 0.12403 l -0.10336,0.16329 q 0.13023,0.0331 0.19431,0.11163 0.0641,0.0785 0.0641,0.19016 0,0.14883 -0.12402,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0723,-0.0682 0.0723,-0.1571 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34938" />
+ <path
+ d="m 103.21671,181.09737 q 0.42995,0 0.6904,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26044 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z m -0.53124,-0.45269 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16537 -0.13022,-0.0889 -0.1757,-0.10748 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34940" />
+ <path
+ d="m 104.72567,181.86631 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34942" />
+ <path
+ d="m 107.50792,181.09737 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0662,0.19844 0.0641,0.0848 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34944" />
+ <path
+ d="m 77.48394,187.06702 q -0.138492,0.1447 -0.270784,0.20878 -0.132291,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256314,-0.339 0.65939,-0.339 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142626,0.0331 l -0.02687,-0.0723 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.33279 0.01447,0.40721 0.01654,0.0724 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165364,-0.17363 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363801,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34946" />
+ <path
+ d="m 78.744844,184.34058 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34948" />
+ <path
+ d="m 80.177314,185.53534 v 1.24436 q 0,0.26459 0.05788,0.33487 0.07648,0.091 0.204639,0.091 h 0.171565 v 0.0744 h -1.130679 v -0.0744 h 0.08475 q 0.08268,0 0.150895,-0.0413 0.06821,-0.0413 0.09302,-0.11163 0.02687,-0.0703 0.02687,-0.27285 v -1.24436 h -0.367936 v -0.14883 h 0.367936 v -0.12403 q 0,-0.28318 0.09095,-0.47955 0.09095,-0.19637 0.276986,-0.31626 0.188102,-0.12196 0.421679,-0.12196 0.217041,0 0.398942,0.14056 0.119889,0.093 0.119889,0.20877 0,0.062 -0.05374,0.11783 -0.05374,0.0537 -0.115755,0.0537 -0.04754,0 -0.101285,-0.0331 -0.05168,-0.0351 -0.128158,-0.14676 -0.07648,-0.11369 -0.14056,-0.15297 -0.06408,-0.0393 -0.142627,-0.0393 -0.09508,0 -0.16123,0.0517 -0.06615,0.0496 -0.09508,0.15709 -0.02894,0.10542 -0.02894,0.54777 v 0.13643 h 0.487825 v 0.14883 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34950" />
+ <path
+ d="m 81.169501,186.09964 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48575 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34952" />
+ <path
+ d="m 83.282031,185.3307 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34954" />
+ <path
+ d="m 84.460253,186.09964 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48575 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34956" />
+ <path
+ d="m 86.570717,185.73171 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12403 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936377 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37413 -0.06615,-0.11783 -0.225309,-0.11783 -0.24598,0 -0.489892,0.26872 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34958" />
+ <path
+ d="m 89.743647,186.56059 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.56224,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14882 0.179833,0.14677 0.179833,0.30593 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450619,0.25838 0.202571,0 0.363801,-0.1385 0.113688,-0.0951 0.221175,-0.34519 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34960" />
+ <path
+ d="m 90.493988,184.34058 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 H 90.03303 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04548,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34962" />
+ <path
+ d="m 92.259253,187.00708 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698664,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204638,0.0972 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34964" />
+ <path
+ d="m 93.544962,184.34058 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05995,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04548,-0.091 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34966" />
+ <path
+ d="m 95.461122,185.3307 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121956,-0.10956 -0.312125,-0.10956 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.53951 0,0.25838 -0.19637,0.41754 -0.194303,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159164,-0.39068 0.16123,-0.15709 0.415478,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34968" />
+ <path
+ d="m 98.278519,187.06702 q -0.138493,0.1447 -0.270784,0.20878 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564307,-0.23151 h 0.09302 v 2.18901 q 0,0.33279 0.01447,0.40721 0.01654,0.0724 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165364,-0.17363 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34970" />
+ <path
+ d="m 99.98384,185.3307 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26044 -0.33694,0.39274 -0.2129,0.13229 -0.475418,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165364,0.29973 0.434085,0.29973 0.2005,0 0.33072,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.374138,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34972" />
+ <path
+ d="m 102.39816,185.3307 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34974" />
+ <path
+ d="m 72.004176,190.33297 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34976" />
+ <path
+ d="m 74.213859,188.57391 v 2.51147 q 0,0.17777 0.0248,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0723 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34978" />
+ <path
+ d="m 75.05515,190.33297 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34980" />
+ <path
+ d="m 77.175949,189.9671 q 0.206706,-0.2067 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177766,0 0.305924,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24804 0.359668,-0.32453 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117823,0.0765 0.186035,0.25219 0.04548,0.11988 0.04548,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121957,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20258 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 H 77.6762 v -0.0744 q 0.157097,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34982" />
+ <path
+ d="m 80.222789,190.33297 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48575 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522966,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34984" />
+ <path
+ d="m 82.333252,189.96504 q 0.332796,-0.40101 0.634587,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177766,0.25425 0.04548,0.12403 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37413 -0.06615,-0.11783 -0.225309,-0.11783 -0.24598,0 -0.489893,0.26872 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34986" />
+ <path
+ d="m 84.44785,188.99765 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204639,0.30592 -0.132291,0.10129 -0.272851,0.10129 -0.09509,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.1509 -0.04341,-0.0992 -0.04341,-0.30385 v -1.27331 H 83.80706 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.212907,-0.25839 0.04754,-0.0785 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34988" />
+ <path
+ d="m 85.998142,189.56403 q 0.429948,0 0.690397,0.32659 0.221174,0.27905 0.221174,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26044 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177766,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34990" />
+ <path
+ d="m 88.412463,189.56403 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.53951 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415478,-0.15709 0.111621,0 0.270785,0.0475 0.10542,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34992" />
+ <path
+ d="m 91.22986,191.30035 q -0.138493,0.1447 -0.270785,0.20878 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.65939,-0.339 0.250114,0 0.413412,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0723 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.33279 0.01447,0.40721 0.01654,0.0724 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.16329 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34994" />
+ <path
+ d="m 92.490763,188.57391 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34996" />
+ <path
+ d="m 93.735131,189.96504 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04548,0.12403 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 H 94.21263 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37413 -0.06615,-0.11783 -0.225309,-0.11783 -0.24598,0 -0.489892,0.26872 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path34998" />
+ <path
+ d="m 96.372694,191.24041 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13435 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24804 0.08888,0.0972 0.204639,0.0972 0.157096,0 0.413411,-0.20671 z m -0.448551,-2.45566 h 0.380338 l 0.39274,0.68419 h -0.06408 l -0.564306,-0.44028 -0.473356,0.44028 h -0.06201 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35000" />
+ <path
+ d="m 97.739017,189.9671 q 0.206706,-0.2067 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10335 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24804 0.359668,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25219 0.04548,0.11988 0.04548,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.934298 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20258 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24184 0.02274,0.0476 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171565,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.031,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35002" />
+ <path
+ d="m 100.94915,188.57391 q 0.0868,0 0.14677,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35004" />
+ <path
+ d="m 103.24979,190.79392 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.20051 -0.49402,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16744,0.20257 -0.16744,0.53537 0,0.339 0.16537,0.59944 0.16743,0.25839 0.45062,0.25839 0.20257,0 0.3638,-0.1385 0.11369,-0.0951 0.22117,-0.34519 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35006" />
+ <path
+ d="m 104.44455,189.56403 q 0.42994,0 0.69039,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26044 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.20051,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35008" />
+ <path
+ d="m 106.85887,189.56403 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20258,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.53951 0,0.25838 -0.19638,0.41754 -0.1943,0.1571 -0.43614,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35010" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 114.43571,178.9043 h 44.31171 v 14.20514 h -44.31171 z"
+ id="path36946" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 114.28516,178.75391 v 0.15039 14.35547 h 44.61132 v -14.50586 z m 0.30078,0.30078 h 44.01172 v 13.90429 h -44.01172 z"
+ id="path36948" />
+ <path
+ d="m 119.58088,181.86149 v 0.96945 h -0.0765 q -0.0372,-0.27905 -0.13436,-0.44441 -0.0951,-0.16537 -0.27285,-0.26252 -0.17777,-0.0971 -0.36794,-0.0971 -0.21497,0 -0.35553,0.13229 -0.14056,0.13022 -0.14056,0.29766 0,0.12815 0.0889,0.23357 0.12816,0.15503 0.60978,0.41341 0.39275,0.21084 0.53537,0.32453 0.1447,0.11162 0.22118,0.26459 0.0785,0.15296 0.0785,0.32039 0,0.31833 -0.24805,0.54984 -0.24598,0.22944 -0.63459,0.22944 -0.12195,0 -0.22944,-0.0186 -0.0641,-0.0103 -0.26665,-0.0744 -0.20051,-0.0661 -0.25425,-0.0661 -0.0517,0 -0.0827,0.031 -0.0289,0.031 -0.0434,0.12816 h -0.0765 v -0.96118 h 0.0765 q 0.0537,0.30179 0.14469,0.45268 0.091,0.14883 0.27699,0.24805 0.1881,0.0992 0.41134,0.0992 0.25839,0 0.40721,-0.13643 0.1509,-0.13642 0.1509,-0.32246 0,-0.10335 -0.0579,-0.20877 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.062 -0.44028,-0.26252 -0.35967,-0.20257 -0.51263,-0.32246 -0.1509,-0.11989 -0.22944,-0.26458 -0.0786,-0.14469 -0.0786,-0.31833 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.58911,-0.21911 0.22324,0 0.47336,0.10956 0.11575,0.0517 0.16329,0.0517 0.0537,0 0.0868,-0.031 0.0351,-0.0331 0.0558,-0.13023 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35014" />
+ <path
+ d="m 121.05469,182.77927 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26044 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35016" />
+ <path
+ d="m 122.89644,181.78915 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0723 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35018" />
+ <path
+ d="m 125.07925,182.83508 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12815,0.0682 -0.27078,0.0682 -0.15916,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 V 183.203 q 0,-0.13436 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20463,-0.0269 v -0.0765 h 0.66352 v 1.2671 q 0,0.26459 0.091,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11368,-0.0558 0.26871,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35020" />
+ <path
+ d="m 127.14424,184.00917 q -0.0765,0.37413 -0.29973,0.5767 -0.22324,0.20051 -0.49402,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.1385 0.11369,-0.0951 0.22117,-0.34519 z m -0.76895,0.68626 h 0.12403 l -0.10336,0.16329 q 0.13023,0.0331 0.19431,0.11163 0.0641,0.0785 0.0641,0.19016 0,0.14883 -0.12402,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.1571 0,-0.062 -0.0476,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35022" />
+ <path
+ d="m 128.48576,184.45565 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.18191,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20463,0.0972 0.1571,0 0.41342,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28319 0.11783,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.1633,0 -0.40514,-0.16537 -0.13023,-0.0889 -0.1757,-0.10748 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13435,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35024" />
+ <path
+ d="m 130.21588,182.77927 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26044 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35026" />
+ <path
+ d="m 133.80222,184.51559 q -0.13849,0.1447 -0.27078,0.20878 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0476,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0723 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19843,-0.0599 -0.1819,0 -0.32453,0.16329 -0.1881,0.21498 -0.1881,0.62839 0,0.41754 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35028" />
+ <path
+ d="m 135.6543,184.45565 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51057,-0.14882 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35030" />
+ <path
+ d="m 137.68209,182.77927 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41547,-0.15709 0.11163,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35032" />
+ <path
+ d="m 139.48042,183.54821 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35034" />
+ <path
+ d="m 142.71537,182.77927 v 2.43499 q 0,0.1819 0.0248,0.23358 0.0248,0.0517 0.0765,0.0806 0.0537,0.0289 0.20671,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.0393 q 0.11576,0 0.1757,-0.0331 0.0413,-0.0227 0.0661,-0.0827 0.0248,-0.0579 0.0248,-0.22737 v -0.81442 q -0.1881,0.22324 -0.32866,0.30592 -0.14056,0.0806 -0.29145,0.0806 -0.27492,0 -0.49196,-0.25012 -0.21498,-0.25011 -0.21498,-0.66972 0,-0.48163 0.28526,-0.78342 0.28525,-0.30385 0.68833,-0.30385 0.11782,0 0.21704,0.0331 0.0992,0.0331 0.17776,0.0992 0.11989,-0.0579 0.22945,-0.13229 z m -0.34107,1.49034 v -0.88883 q 0,-0.15503 -0.0413,-0.24391 -0.0393,-0.0889 -0.14263,-0.1509 -0.10335,-0.062 -0.23357,-0.062 -0.23151,0 -0.39688,0.19637 -0.16536,0.19637 -0.16536,0.59531 0,0.38241 0.16743,0.58085 0.1695,0.19843 0.40721,0.19843 0.12196,0 0.21704,-0.0517 0.0951,-0.0538 0.1881,-0.17364 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35036" />
+ <path
+ d="m 144.81549,182.83508 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12816,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 V 183.203 q 0,-0.13436 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.2671 q 0,0.26459 0.0909,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35038" />
+ <path
+ d="m 146.34512,184.45565 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19638,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.18191,-0.14882 0.51057,-0.14882 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20463,0.0972 0.1571,0 0.41342,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35040" />
+ <path
+ d="m 148.75737,184.00917 q -0.0765,0.37413 -0.29972,0.5767 -0.22325,0.20051 -0.49403,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26459,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45888,0.14882 0.17984,0.14677 0.17984,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16536,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.1385 0.11369,-0.0951 0.22117,-0.34519 z m -0.76895,0.68626 h 0.12403 l -0.10335,0.16329 q 0.13022,0.0331 0.1943,0.11163 0.0641,0.0785 0.0641,0.19016 0,0.14883 -0.12403,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17776,-0.0703 0.0724,-0.0682 0.0724,-0.1571 0,-0.062 -0.0475,-0.10749 -0.0476,-0.0455 -0.11783,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35042" />
+ <path
+ d="m 149.95213,182.77927 q 0.42994,0 0.69039,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26044 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16537,0.29973 0.43408,0.29973 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14677,-0.19843 -0.37414,-0.19843 z m -0.53123,-0.45269 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10956,-0.12609 0.27079,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40515,-0.16537 -0.13022,-0.0889 -0.1757,-0.10748 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35044" />
+ <path
+ d="m 151.46108,183.54821 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23152,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48575 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35046" />
+ <path
+ d="m 154.24334,182.77927 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41547,-0.15709 0.11163,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35048" />
+ <path
+ d="m 116.14543,188.68898 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.1261,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51057,-0.14882 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35050" />
+ <path
+ d="m 117.60064,186.02248 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0723 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35052" />
+ <path
+ d="m 118.63003,188.27143 q -0.17363,-0.0848 -0.26665,-0.23564 -0.093,-0.15296 -0.093,-0.33693 0,-0.28112 0.21084,-0.48369 0.2129,-0.20257 0.54363,-0.20257 0.27079,0 0.46922,0.13229 h 0.40101 q 0.0889,0 0.10336,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10336,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26458 -0.20257,0.45269 -0.20257,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.0909,0.0786 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0475 0.0579,0.008 0.28939,0.0145 0.42581,0.0103 0.5519,0.0289 0.19224,0.0269 0.30593,0.14263 0.11575,0.11575 0.11575,0.28525 0,0.23358 -0.2191,0.43822 -0.32246,0.30179 -0.8413,0.30179 -0.39894,0 -0.67386,-0.17984 -0.15503,-0.10335 -0.15503,-0.21497 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.1447,-0.2129 0.0145,-0.0186 0.21084,-0.22325 -0.10749,-0.0641 -0.15297,-0.11368 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0724 0.0579,-0.1695 0.06,-0.0971 0.27285,-0.27492 z m 0.35967,-1.15961 q -0.15296,0 -0.25631,0.12195 -0.10336,0.12196 -0.10336,0.37414 0,0.32659 0.14056,0.50643 0.10749,0.13642 0.27286,0.13642 0.15709,0 0.25838,-0.11782 0.10128,-0.11782 0.10128,-0.37 0,-0.32866 -0.14262,-0.5147 -0.10542,-0.13642 -0.27079,-0.13642 z m -0.38034,1.85001 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.0909 -0.0496,0.16743 0,0.0992 0.11989,0.17363 0.20671,0.12816 0.59738,0.12816 0.37207,0 0.54777,-0.13229 0.17777,-0.13022 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.10749,-0.0455 -0.42581,-0.0538 -0.46509,-0.0124 -0.71521,-0.0475 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35054" />
+ <path
+ d="m 120.5586,187.78154 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48575 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0662 -0.2129,-0.0662 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z m 0.98598,-1.57303 -0.60978,0.71314 h -0.0703 l 0.21704,-0.71314 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35056" />
+ <path
+ d="m 122.63599,187.395 q 0.27492,-0.3824 0.59324,-0.3824 0.29146,0 0.5085,0.25011 0.21704,0.24805 0.21704,0.68006 0,0.50436 -0.33486,0.81235 -0.28732,0.26459 -0.64079,0.26459 -0.16536,0 -0.33693,-0.06 -0.1695,-0.0599 -0.34727,-0.17983 v -1.96164 q 0,-0.32246 -0.0165,-0.39687 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0579,0 -0.14469,0.0331 l -0.0289,-0.0723 0.56844,-0.23151 h 0.093 z m 0,0.13229 v 1.13275 q 0.10542,0.10335 0.21704,0.1571 0.11369,0.0517 0.23151,0.0517 0.1881,0 0.34933,-0.2067 0.1633,-0.20671 0.1633,-0.60152 0,-0.3638 -0.1633,-0.5581 -0.16123,-0.19637 -0.36793,-0.19637 -0.10956,0 -0.21911,0.0558 -0.0827,0.0413 -0.21084,0.16536 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35058" />
+ <path
+ d="m 124.78779,187.0126 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0723,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.1323,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0848 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0723,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35060" />
+ <path
+ d="m 126.12931,186.02248 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35062" />
+ <path
+ d="m 128.42995,188.24249 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.20051 -0.49402,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0785 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.36381,-0.1385 0.11368,-0.0951 0.22117,-0.34519 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35064" />
+ <path
+ d="m 129.77146,188.68898 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.1261,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51057,-0.14882 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35066" />
+ <path
+ d="m 131.79925,187.0126 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0848 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41547,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35068" />
+ <path
+ d="m 134.61664,188.74892 q -0.13849,0.1447 -0.27078,0.20878 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0476,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0723 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.33279 0.0145,0.40721 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19843,-0.0599 -0.1819,0 -0.32453,0.16329 -0.1881,0.21498 -0.1881,0.62839 0,0.41754 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35070" />
+ <path
+ d="m 136.32196,187.0126 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26044 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42789,0 -0.68007,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35072" />
+ <path
+ d="m 138.73628,187.0126 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0662,0.19844 0.0641,0.0848 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35074" />
+ <path
+ d="m 140.53462,187.78154 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0662 -0.21291,-0.0662 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35076" />
+ <path
+ d="m 142.7443,186.02248 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0538,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0538,0 -0.13643,0.0331 l -0.0351,-0.0723 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35078" />
+ <path
+ d="m 143.5856,187.78154 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0662 -0.21291,-0.0662 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35080" />
+ <path
+ d="m 145.70639,187.41567 q 0.20671,-0.2067 0.24392,-0.23771 0.093,-0.0786 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17777,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.21291,-0.24804 0.35967,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.15089,0 0.26665,0.0785 0.11782,0.0765 0.18603,0.25219 0.0455,0.11988 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12195,0 0.19016,-0.0476 0.0476,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10955,0 -0.22117,0.0558 -0.10956,0.0538 -0.26665,0.20258 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24185 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.06 -0.17157,0.0909 -0.26459,0.20464 v 1.01492 q 0,0.18603 0.0248,0.24185 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35082" />
+ <path
+ d="m 148.75324,187.78154 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48575 0.24805,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0662 -0.21291,-0.0662 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35084" />
+ <path
+ d="m 150.8637,187.41361 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0785 0.11163,0.0765 0.17777,0.25425 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0723,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0661,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.06 0.0785,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35086" />
+ <path
+ d="m 152.9783,186.44622 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0538,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0723,0.20257 -0.20463,0.30592 -0.1323,0.10129 -0.27286,0.10129 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30385 v -1.27331 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25839 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35088" />
+ <path
+ d="m 154.52859,187.0126 q 0.42995,0 0.69039,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26044 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16537,0.29973 0.43408,0.29973 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35090" />
+ <path
+ d="m 156.94291,187.0126 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20258,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0848 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.53951 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35092" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 107.38396,199.17805 h 14.38098 v 5.31344 h -14.38098 z"
+ id="path37132" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 107.23438,199.02734 v 0.15039 5.46289 h 14.67968 v -5.61328 z m 0.29882,0.30078 h 14.08203 v 5.01368 H 107.5332 Z"
+ id="path37134" />
+ <path
+ d="m 110.65599,200.4665 -0.16536,0.56224 h 0.27078 l -0.0723,0.23771 h -0.26665 l -0.3452,1.19889 q -0.0331,0.11163 -0.0331,0.1695 0,0.0269 0.0186,0.0476 0.0186,0.0186 0.0413,0.0186 0.0351,0 0.0724,-0.0289 0.0951,-0.0724 0.22117,-0.25218 l 0.0724,0.0455 q -0.14263,0.24805 -0.31419,0.36381 -0.17157,0.11575 -0.33693,0.11575 -0.14056,0 -0.21911,-0.0703 -0.0765,-0.0724 -0.0765,-0.1819 0,-0.11989 0.0537,-0.30799 l 0.3266,-1.11828 h -0.28112 l 0.0413,-0.15296 q 0.26458,-0.0971 0.44648,-0.22738 0.1819,-0.13022 0.43822,-0.41961 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35096" />
+ <path
+ d="m 112.78093,202.59557 v -1.03146 h -1.0294 v -0.1695 h 1.0294 v -1.02733 h 0.16536 v 1.02733 h 1.03353 v 0.1695 h -1.03353 v 1.03146 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35098" />
+ <path
+ d="m 114.14105,201.06181 h 2.23035 v 0.1695 h -2.23035 z m 0,0.67386 h 2.23035 v 0.1695 h -2.23035 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35100" />
+ <path
+ d="m 118.90354,200.02002 -0.53743,1.86241 q 0.27905,-0.41134 0.40514,-0.55603 0.18811,-0.20878 0.32246,-0.28112 0.13643,-0.0744 0.26045,-0.0744 0.10542,0 0.17984,0.0806 0.0765,0.0786 0.0765,0.21084 0,0.11162 -0.0496,0.27905 l -0.26252,0.88057 q -0.0351,0.11575 -0.0351,0.15503 0,0.0186 0.0145,0.0351 0.0145,0.0145 0.0331,0.0145 0.0248,0 0.0496,-0.0207 0.0661,-0.0517 0.14056,-0.16536 0.0186,-0.0289 0.06,-0.0868 l 0.0806,0.0455 q -0.17776,0.29352 -0.33693,0.40307 -0.15916,0.10956 -0.30179,0.10956 -0.12815,0 -0.2005,-0.0662 -0.0724,-0.0661 -0.0724,-0.16536 0,-0.0909 0.0496,-0.25838 l 0.25632,-0.88057 q 0.0248,-0.0909 0.0248,-0.13229 0,-0.0227 -0.0186,-0.0393 -0.0165,-0.0186 -0.0393,-0.0186 -0.0744,0 -0.20463,0.12402 -0.26872,0.25425 -0.53744,0.79789 l -0.18397,0.61391 h -0.51263 l 0.678,-2.33577 q 0.0413,-0.14883 0.0413,-0.21291 0,-0.0517 -0.0413,-0.0806 -0.0538,-0.0393 -0.16537,-0.0331 l 0.0145,-0.0827 0.68833,-0.12195 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35102" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.210938,82.111328 v 2.835938 h 0.40039 v -2.835938 z"
+ id="path38044" />
<g
- id="g7555-7-6-7"
- transform="translate(-10.39024,84.227852)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.774918"
- x="92.611115"
- height="5.3134389"
- width="14.380979"
- id="rect7253-2-7-5-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4-3"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan9268-4-9"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan12200">t</tspan> = 0,0s</tspan></text>
+ id="g38034">
+ <g
+ id="g38038"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 89.411367,85.86987 -0.8,-1.384 h 1.6 z"
+ id="path38040" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 88.425781,84.378906 0.986328,1.705078 0.0918,-0.160156 0.892578,-1.544922 z m 0.369141,0.212891 h 1.232422 l -0.617188,1.064453 z"
+ id="path38042" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.210938,95.128906 v 2.835938 h 0.40039 v -2.835938 z"
+ id="path38214" />
<g
- transform="translate(-14.910064,27.239103)"
- id="g17568"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-3-3-6"
- d="m 104.32143,97.964375 11.94942,5.595345 -11.94942,5.59533 -11.949418,-5.59533 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4-3-3"
- y="104.54817"
- x="104.36483"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- id="tspan12262"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="104.54817"
- x="104.36483"
- sodipodi:role="line"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- id="tspan12645">t </tspan>≤ <tspan
- id="tspan12636"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080">t</tspan><tspan
- id="tspan12233"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080">simu</tspan>?</tspan></text>
+ id="g38204">
+ <g
+ id="g38208"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 89.411367,98.887796 -0.8,-1.384 h 1.6 z"
+ id="path38210" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 88.425781,97.396484 0.986328,1.705078 0.0918,-0.160156 0.892578,-1.544922 z m 0.369141,0.214844 h 1.232422 l -0.617188,1.0625 z"
+ id="path38212" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.210938,112.10547 v 2.83398 h 0.40039 v -2.83398 z"
+ id="path38372" />
<g
- id="g15503"
- transform="translate(-14.910064,11.068608)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-3-3-3"
- d="m 104.32143,134.84109 18.10763,8.47894 -18.10763,8.47893 -18.107631,-8.47893 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- id="text6088-8-7-5-8-1-1-6"
- y="143.57954"
- x="104.35967"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="143.57954"
- x="104.35967"
- sodipodi:role="line"
- id="tspan13815-2-6">Possui evento</tspan><tspan
- id="tspan13065"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="147.81287"
- x="104.35967"
- sodipodi:role="line">em <tspan
- id="tspan13063"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080">t </tspan>?</tspan></text>
+ id="g38362">
+ <g
+ id="g38366"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 89.411367,115.86347 -0.8,-1.384 h 1.6 z"
+ id="path38368" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 88.425781,114.37305 0.986328,1.70312 0.0918,-0.16015 0.892578,-1.54297 z m 0.369141,0.21289 h 1.232422 l -0.617188,1.06445 z"
+ id="path38370" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.210938,121.29883 v 2.83594 h 0.40039 v -2.83594 z"
+ id="path38518" />
<g
- id="g7555-7-0"
- transform="translate(36.781849,117.81074)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.814056"
- x="90.666359"
- height="9.5276833"
- width="18.420355"
- id="rect7253-2-7-1"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-7"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan9268-7">Modificar<tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan13465" /></tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.699093"
- x="99.882896"
- sodipodi:role="line"
- id="tspan13467"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan13469">Y</tspan><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- id="tspan13463">bus</tspan></tspan></text>
+ id="g38508">
+ <g
+ id="g38512"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 89.411367,125.0576 -0.8,-1.384 h 1.6 z"
+ id="path38514" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 88.425781,123.56641 0.986328,1.70507 0.0918,-0.16015 0.892578,-1.54492 z m 0.369141,0.21289 h 1.232422 l -0.617188,1.06445 z"
+ id="path38516" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.210938,136.39453 v 8.41602 h 0.40039 v -8.41602 z"
+ id="path38652" />
<g
- id="g7555-7-0-3"
- transform="translate(36.715031,131.47643)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.814056"
- x="86.991402"
- height="9.5276833"
- width="25.903906"
- id="rect7253-2-7-1-6"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-7-1"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan13467-6">Decomposição</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan13510">LU da <tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan13469-0">Y</tspan><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- id="tspan13463-8">bus</tspan></tspan></text>
+ id="g38642">
+ <g
+ id="g38646"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 89.411367,145.7344 -0.8,-1.384 h 1.6 z"
+ id="path38648" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 88.425781,144.24414 0.986328,1.70313 0.0918,-0.16016 0.892578,-1.54297 z m 0.369141,0.21289 h 1.232422 l -0.617188,1.06445 z"
+ id="path38650" />
+ </g>
</g>
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-7-4"
- width="92.772102"
- height="18.206076"
- x="68.188408"
- y="176.90382"
- rx="0"
- ry="0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 89.210938,162.86719 v 12.80469 h 0.40039 v -12.80469 z"
+ id="path38774" />
<g
- id="g7555-7-6-4"
- transform="translate(-10.531991,147.56271)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.719563"
- x="80.933479"
- height="13.449184"
- width="37.88612"
- id="rect7253-2-7-5-9"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4-7"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan9268-4-0">Solução das equações</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan14279">diferenciais dos</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="43.950554"
- x="99.882896"
- sodipodi:role="line"
- id="tspan14281">elementos dinâmicos</tspan></text>
+ id="g38764">
+ <g
+ id="g38768"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 89.411367,176.59472 -0.8,-1.384 h 1.6 z"
+ id="path38770" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 88.425781,175.10352 0.986328,1.70507 0.0918,-0.16015 0.892578,-1.54492 z m 0.369141,0.21484 h 1.232422 l -0.617188,1.0625 z"
+ id="path38772" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 136.45898,159.28906 v 2.83399 h 0.39844 v -2.83399 z"
+ id="path38884" />
<g
- id="g7555-7-6-4-4"
- transform="translate(36.337055,147.37372)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.530573"
- x="78.098656"
- height="14.205138"
- width="44.311714"
- id="rect7253-2-7-5-9-2"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4-7-6"
- y="37.354782"
- x="99.74926"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="37.354782"
- x="99.74926"
- sodipodi:role="line"
- id="tspan14281-0">Solução das equações</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="41.588112"
- x="99.74926"
- sodipodi:role="line"
- id="tspan14685">algébricas dos elementos</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="43.163372"
- x="99.74926"
- sodipodi:role="line"
- id="tspan14687" /></text>
+ id="g38874">
+ <g
+ id="g38878"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 136.65839,163.04682 -0.8,-1.384 h 1.6 z"
+ id="path38880" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 135.67383,161.55664 0.98437,1.70313 0.0918,-0.16016 0.89258,-1.54297 z m 0.36914,0.21289 h 1.23047 l -0.61524,1.06641 z"
+ id="path38882" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 107.51953,154.18945 v 0.39844 h 18.80469 v -0.39844 z"
+ id="path38982" />
<g
- id="g7555-7-6-7-9"
- transform="translate(14.772852,167.40313)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.774918"
- x="92.611115"
- height="5.3134389"
- width="14.380979"
- id="rect7253-2-7-5-2-3"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-4-3-8"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan9268-4-9-5"><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan12200-6">t</tspan> += <tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan15454">h</tspan></tspan></text>
+ id="g38972">
+ <g
+ id="g38976"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 127.24651,154.38864 -1.384,0.8 v -1.6 z"
+ id="path38978" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 125.75586,153.4043 v 1.96875 l 1.70312,-0.98438 -0.1582,-0.0918 z m 0.21289,0.36914 1.06641,0.61523 -1.06641,0.61524 z"
+ id="path38980" />
+ </g>
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-7)"
- d="M 89.411367,82.111851 V 84.94667"
- id="path9106-8-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-6)"
- d="m 89.411367,95.129776 v 2.83482"
- id="path9106-8-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-1)"
- d="m 89.411367,112.10545 v 2.83482"
- id="path9106-8-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-72)"
- d="m 89.411367,121.29958 v 2.83482"
- id="path9106-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17)"
- d="m 89.411367,136.39415 v 8.41705"
- id="path9106-8-99"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8)"
- d="m 89.411367,162.86757 v 12.80395"
- id="path9106-8-99-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8-9)"
- d="m 136.65839,159.2888 v 2.83482"
- id="path9106-8-99-7-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8-6)"
- d="m 107.519,154.38864 h 18.80431"
- id="path9106-8-99-7-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8-9-1)"
- d="m 136.65839,172.8487 v 2.83482"
- id="path9106-8-99-7-8-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 136.45898,172.84961 v 2.83398 h 0.39844 v -2.83398 z"
+ id="path39068" />
<g
- id="g22110"
- transform="translate(-14.910064,34.385956)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path9106-8-99-7-6-6"
- d="m 123.17179,149.87277 h 5.10267"
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8-6-7)" />
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path9106-8-99-7-6-6-7"
- d="m 129.4108,153.36905 h -5.10267"
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8-6-7-4)" />
+ id="g39058">
+ <g
+ id="g39062"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 136.65839,176.60672 -0.8,-1.384 h 1.6 z"
+ id="path39064" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 135.67383,175.11523 0.98437,1.70508 0.0918,-0.16015 0.89258,-1.54493 z m 0.36914,0.21485 h 1.23047 l -0.61524,1.06445 z"
+ id="path39066" />
+ </g>
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-72-0)"
- d="m 114.57446,195.10873 v 2.83482"
- id="path9106-8-9-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8-6-2)"
- d="M 107.38397,201.91838 H 64.847723 v -71.12855 h 11.557014"
- id="path9106-8-99-7-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 108.26172,184.05859 v 0.40039 h 5.10351 v -0.40039 z"
+ id="path39142" />
<g
- id="g14843-3-8"
- transform="translate(-6.9766138,48.662067)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-3"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-5"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-2"
- sodipodi:role="line">Sim</tspan></text>
+ id="g39132">
+ <g
+ id="g39136"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 114.2876,184.25873 -1.384,0.8 v -1.6 z"
+ id="path39138" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 112.79688,183.27344 v 1.9707 l 1.70312,-0.98633 -0.1582,-0.0918 z m 0.21289,0.36914 1.06445,0.61523 -1.06445,0.61719 z"
+ id="path39140" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 109.39844,187.55469 v 0.40039 H 114.5 v -0.40039 z"
+ id="path39204" />
<g
- id="g10798-8"
- transform="translate(36.789958,-37.158532)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
+ id="g39194">
<g
- transform="translate(0,14.363095)"
- id="g7605-1">
- <rect
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-0-1"
- width="10.961312"
- height="5.953125"
- x="94.387772"
- y="150.61769"
- rx="2.9765625"
- ry="2.9765625" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- x="99.877731"
- y="154.99571"
- id="text6088-8-7-06-3-6-9-4"><tspan
- sodipodi:role="line"
- x="99.877731"
- y="154.99571"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- id="tspan6920-3-0">FIM</tspan></text>
+ id="g39198"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 108.47487,187.75501 1.384,-0.8 v 1.6 z"
+ id="path39200" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 109.96484,186.76953 -1.70312,0.98633 0.16016,0.0918 1.54296,0.89257 z m -0.21289,0.36914 v 1.23242 l -1.06445,-0.61718 z"
+ id="path39202" />
</g>
</g>
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-17-8-6-0)"
- d="m 101.36079,130.79882 h 28.69328"
- id="path9106-8-99-7-6-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 114.375,195.10938 v 2.83398 h 0.40039 v -2.83398 z"
+ id="path39254" />
<g
- id="g14843-8-0"
- transform="translate(-7.1656049,74.947623)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-4-5"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-1-0"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-8-9"
- sodipodi:role="line">Não</tspan></text>
+ id="g39244">
+ <g
+ id="g39248"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 114.57446,198.86675 -0.8,-1.384 h 1.6 z"
+ id="path39250" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 113.58984,197.37695 0.98438,1.70313 0.0918,-0.16016 0.89257,-1.54297 z m 0.36914,0.21289 h 1.23047 l -0.61523,1.06446 z"
+ id="path39252" />
+ </g>
</g>
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 64.648438,130.58984 v 71.5293 h 42.736332 v -0.40039 H 65.046875 v -70.72852 h 11.357422 v -0.40039 z"
+ id="path39292" />
<g
- id="g14843-8-2"
- transform="translate(6.6777739,36.488547)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.513512"
- x="97.279739"
- height="3.5678368"
- width="7.0989227"
- id="rect14838-4-50"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-1-9"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-8-3"
- sodipodi:role="line">Não</tspan></text>
+ id="g39282">
+ <g
+ id="g39286"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 77.327937,130.78983 -1.384,0.8 v -1.6 z"
+ id="path39288" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 75.837891,129.80469 v 1.9707 l 1.703125,-0.98633 -0.160157,-0.0918 z m 0.21289,0.36914 1.064453,0.61523 -1.064453,0.61719 z"
+ id="path39290" />
+ </g>
</g>
+ <path
+ d="m 90.303123,138.04195 h 7.098923 v 3.70147 h -7.098923 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-3" />
+ <path
+ d="m 92.387712,138.49893 v 0.96945 h -0.07648 q -0.03721,-0.27905 -0.134359,-0.44442 -0.09508,-0.16536 -0.272851,-0.26251 -0.177767,-0.0972 -0.367936,-0.0972 -0.214974,0 -0.355533,0.1323 -0.14056,0.13022 -0.14056,0.29765 0,0.12816 0.08888,0.23358 0.128158,0.15503 0.609782,0.41341 0.39274,0.21084 0.535367,0.32453 0.144694,0.11162 0.221175,0.26458 0.07855,0.15296 0.07855,0.3204 0,0.31832 -0.248047,0.54983 -0.245979,0.22945 -0.634586,0.22945 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.0103 -0.26665,-0.0744 -0.200504,-0.0661 -0.254248,-0.0661 -0.05168,0 -0.08268,0.031 -0.02894,0.031 -0.04341,0.12816 h -0.07648 v -0.96119 h 0.07648 q 0.05374,0.30179 0.144694,0.45269 0.09095,0.14883 0.276985,0.24805 0.188102,0.0992 0.411344,0.0992 0.258382,0 0.40721,-0.13642 0.150895,-0.13643 0.150895,-0.32246 0,-0.10335 -0.05788,-0.20877 -0.05581,-0.10542 -0.1757,-0.19637 -0.08061,-0.062 -0.440283,-0.26252 -0.359668,-0.20257 -0.51263,-0.32246 -0.150895,-0.11989 -0.229443,-0.26458 -0.07855,-0.1447 -0.07855,-0.31833 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.589111,-0.21911 0.223242,0 0.473356,0.10955 0.115755,0.0517 0.163297,0.0517 0.05374,0 0.08682,-0.031 0.03514,-0.0331 0.05581,-0.13022 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35106" />
+ <path
+ d="m 93.417106,138.42658 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14677 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14677 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04548,-0.0909 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35108" />
+ <path
+ d="m 94.671808,139.81978 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0785 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109553,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11163 0.01034,-0.0351 0.01034,-0.20463 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221174,0.0599 -0.171566,0.0909 -0.264584,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.1819,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35110" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 134.1543,127.82225 h 5.00818 c 1.64902,0 2.97657,1.32755 2.97657,2.97656 0,1.64902 -1.32755,2.97657 -2.97657,2.97657 h -5.00818 c -1.64902,0 -2.97657,-1.32755 -2.97657,-2.97657 0,-1.64901 1.32755,-2.97656 2.97657,-2.97656 z"
+ id="path37318" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 134.1543,127.67188 c -1.72953,0 -3.12696,1.39743 -3.12696,3.12695 0,1.72952 1.39743,3.12695 3.12696,3.12695 h 5.00781 c 1.72952,0 3.12695,-1.39743 3.12695,-3.12695 0,-1.72952 -1.39743,-3.12695 -3.12695,-3.12695 z m 0,0.30078 h 5.00781 c 1.56851,0 2.82617,1.25766 2.82617,2.82617 0,1.56851 -1.25766,2.82617 -2.82617,2.82617 h -5.00781 c -1.56852,0 -2.82618,-1.25766 -2.82618,-2.82617 0,-1.56851 1.25766,-2.82617 2.82618,-2.82617 z"
+ id="path37320" />
+ <path
+ d="m 133.76762,129.55031 v 1.10174 h 0.51056 q 0.1757,0 0.25631,-0.0765 0.0827,-0.0786 0.10956,-0.308 h 0.0765 v 0.94878 h -0.0765 q -0.002,-0.16329 -0.0434,-0.23978 -0.0393,-0.0765 -0.11162,-0.11368 -0.0703,-0.0393 -0.21084,-0.0393 h -0.51056 v 0.88057 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0909,0.0496 0.19017,0.0496 h 0.10129 v 0.0765 h -1.20303 v -0.0765 h 0.0992 q 0.17363,0 0.25218,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0848,-0.0889 -0.0889,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 2.08566 l 0.0269,0.61599 h -0.0723 q -0.0538,-0.19637 -0.12609,-0.28732 -0.0703,-0.093 -0.1757,-0.13436 -0.10336,-0.0413 -0.32247,-0.0413 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35114" />
+ <path
+ d="m 136.56434,132.12379 v 0.0765 h -1.20096 v -0.0765 h 0.0992 q 0.17363,0 0.25218,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0847,-0.0889 -0.0909,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 1.20096 v 0.0765 h -0.10128 q -0.17157,0 -0.25012,0.10128 -0.0517,0.0661 -0.0517,0.31833 v 1.81074 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0889,0.0496 0.18811,0.0496 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35116" />
+ <path
+ d="m 138.40402,132.20027 -1.08314,-2.35851 v 1.87275 q 0,0.25839 0.0558,0.32246 0.0765,0.0868 0.24185,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0992 q 0.17776,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.83141 q 0,-0.18603 -0.0413,-0.26871 -0.0289,-0.0599 -0.10749,-0.0992 -0.0765,-0.0413 -0.24804,-0.0413 v -0.0765 h 0.79375 l 1.01699,2.19315 1.00045,-2.19315 h 0.79375 v 0.0765 h -0.0971 q -0.17983,0 -0.25425,0.10748 -0.0455,0.0661 -0.0455,0.30179 v 1.83141 q 0,0.25839 0.0579,0.32246 0.0765,0.0868 0.24184,0.0868 h 0.0971 v 0.0765 h -1.19062 v -0.0765 h 0.0992 q 0.17983,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -1.87275 l -1.08107,2.35851 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35118" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
+ d="m 101.36133,130.59961 v 0.39844 h 28.69336 v -0.39844 z"
+ id="path39318" />
<g
- id="g14843-3-8-9"
- transform="translate(13.018326,60.651346)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- y="89.379875"
- x="97.279739"
- height="3.7014732"
- width="7.0989227"
- id="rect14838-5-3-8"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text14836-2-5-2"
- y="92.703865"
- x="97.423363"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="92.703865"
- x="97.423363"
- id="tspan14834-7-2-8"
- sodipodi:role="line">Sim</tspan></text>
+ id="g39308">
+ <g
+ id="g39312"
+ style="opacity:1">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 130.97727,130.79882 -1.384,0.8 v -1.6 z"
+ id="path39314" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
+ d="m 129.48633,129.81445 v 1.96875 l 1.70312,-0.98437 -0.1582,-0.0918 z m 0.21289,0.36914 1.0664,0.61524 -1.0664,0.61523 z"
+ id="path39316" />
+ </g>
</g>
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- x="145.25824"
- y="198.97885"
- id="text6088-8-8-1-9"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200"><tspan
- id="tspan9679-2"
- sodipodi:role="line"
- x="145.25824"
- y="198.97885"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583">Processo iterativo</tspan></text>
+ <path
+ d="m 90.114136,164.46114 h 7.098922 v 3.56783 h -7.098922 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-4-5" />
+ <path
+ d="m 90.201949,164.84856 h 0.760676 l 1.713589,2.1022 v -1.61644 q 0,-0.25838 -0.05788,-0.32246 -0.07648,-0.0868 -0.241846,-0.0868 h -0.09715 v -0.0765 h 0.975651 v 0.0765 h -0.09922 q -0.177767,0 -0.252181,0.10749 -0.04547,0.0661 -0.04547,0.30179 v 2.36264 h -0.07441 l -1.847948,-2.25722 v 1.72599 q 0,0.25838 0.05581,0.32246 0.07855,0.0868 0.241845,0.0868 h 0.09922 v 0.0765 h -0.97565 v -0.0765 h 0.09715 q 0.179834,0 0.254248,-0.10749 0.04547,-0.0661 0.04547,-0.30179 v -1.94923 q -0.121956,-0.14263 -0.186035,-0.1881 -0.06201,-0.0455 -0.183968,-0.0848 -0.05994,-0.0186 -0.1819,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35122" />
+ <path
+ d="m 94.522095,167.37864 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30593 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16537 -0.130224,-0.0889 -0.1757,-0.10748 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35124" />
+ <path
+ d="m 96.25222,165.70226 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39275 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13435 q -0.109554,0 -0.221175,0.0661 -0.109553,0.0641 -0.177766,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.14676,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35126" />
+ <path
+ d="m 103.95751,126.00206 h 7.09892 v 3.56784 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-4-50" />
+ <path
+ d="m 104.04533,126.38949 h 0.76068 l 1.71359,2.10219 v -1.61644 q 0,-0.25838 -0.0579,-0.32246 -0.0765,-0.0868 -0.24185,-0.0868 h -0.0971 v -0.0765 h 0.97565 v 0.0765 h -0.0992 q -0.17776,0 -0.25218,0.10748 -0.0455,0.0662 -0.0455,0.30179 v 2.36265 h -0.0744 l -1.84794,-2.25723 v 1.726 q 0,0.25838 0.0558,0.32246 0.0785,0.0868 0.24184,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0971 q 0.17984,0 0.25425,-0.10748 0.0455,-0.0662 0.0455,-0.30179 v -1.94924 q -0.12196,-0.14262 -0.18604,-0.1881 -0.062,-0.0455 -0.18397,-0.0847 -0.0599,-0.0186 -0.1819,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35130" />
+ <path
+ d="m 108.36548,128.91956 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.091 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28318 0.11782,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16536 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35132" />
+ <path
+ d="m 110.0956,127.24318 q 0.42995,0 0.6904,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35134" />
+ <path
+ d="m 110.29807,150.03122 h 7.09893 v 3.70147 h -7.09893 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-3-8" />
+ <path
+ d="m 112.38265,150.4882 v 0.96945 h -0.0765 q -0.0372,-0.27905 -0.13436,-0.44441 -0.0951,-0.16537 -0.27285,-0.26252 -0.17776,-0.0971 -0.36793,-0.0971 -0.21498,0 -0.35554,0.13229 -0.14056,0.13022 -0.14056,0.29766 0,0.12815 0.0889,0.23357 0.12815,0.15503 0.60978,0.41341 0.39274,0.21084 0.53537,0.32453 0.14469,0.11162 0.22117,0.26458 0.0786,0.15297 0.0786,0.3204 0,0.31832 -0.24805,0.54983 -0.24598,0.22945 -0.63458,0.22945 -0.12196,0 -0.22945,-0.0186 -0.0641,-0.0103 -0.26665,-0.0744 -0.2005,-0.0661 -0.25425,-0.0661 -0.0517,0 -0.0827,0.031 -0.0289,0.031 -0.0434,0.12816 h -0.0765 v -0.96118 h 0.0765 q 0.0538,0.30179 0.1447,0.45268 0.091,0.14883 0.27698,0.24805 0.18811,0.0992 0.41135,0.0992 0.25838,0 0.40721,-0.13643 0.15089,-0.13642 0.15089,-0.32246 0,-0.10335 -0.0579,-0.20877 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.062 -0.44029,-0.26252 -0.35966,-0.20257 -0.51263,-0.32246 -0.15089,-0.11989 -0.22944,-0.26458 -0.0785,-0.1447 -0.0785,-0.31833 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.58911,-0.21911 0.22324,0 0.47336,0.10956 0.11575,0.0517 0.1633,0.0517 0.0537,0 0.0868,-0.031 0.0351,-0.0331 0.0558,-0.13023 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35138" />
+ <path
+ d="m 113.41205,150.41586 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35140" />
+ <path
+ d="m 114.66675,151.80905 q 0.20671,-0.2067 0.24391,-0.23771 0.093,-0.0785 0.20051,-0.12196 0.10748,-0.0434 0.2129,-0.0434 0.17777,0 0.30593,0.10335 0.12816,0.10335 0.17156,0.29972 0.21291,-0.24804 0.35967,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.1509,0 0.26665,0.0785 0.11782,0.0765 0.18604,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.18191,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0476 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24184 0.0227,0.0476 0.0827,0.0806 0.0599,0.031 0.20463,0.031 v 0.0744 h -0.95704 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.06,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22118,0.06 -0.17156,0.0909 -0.26458,0.20463 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0785,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35142" />
+ <path
+ d="m 130.39818,197.70968 v 0.77721 q 0,0.22738 0.0269,0.28732 0.0289,0.0579 0.0992,0.093 0.0723,0.0351 0.26251,0.0351 v 0.0765 h -1.4242 v -0.0765 q 0.19431,0 0.26252,-0.0351 0.0703,-0.0372 0.0971,-0.0951 0.0289,-0.0579 0.0289,-0.28526 v -1.81901 q 0,-0.22737 -0.0289,-0.28525 -0.0269,-0.06 -0.0971,-0.0951 -0.0703,-0.0351 -0.26252,-0.0351 v -0.0765 h 1.22163 q 0.60358,0 0.8661,0.21498 0.26251,0.21497 0.26251,0.53743 0,0.27285 -0.16949,0.46716 -0.1695,0.1943 -0.46716,0.26458 -0.2005,0.0496 -0.67799,0.0496 z m 0,-1.37253 v 1.2113 q 0.0682,0.004 0.10335,0.004 0.25218,0 0.38861,-0.14883 0.13642,-0.15089 0.13642,-0.46508 0,-0.31213 -0.13642,-0.45682 -0.13643,-0.1447 -0.40721,-0.1447 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35145" />
+ <path
+ d="m 132.78769,197.04615 v 0.43822 q 0.19224,-0.29972 0.33693,-0.39687 0.1447,-0.0992 0.27906,-0.0992 0.11575,0 0.18396,0.0723 0.0703,0.0703 0.0703,0.20051 0,0.13849 -0.0682,0.21497 -0.0661,0.0765 -0.16123,0.0765 -0.10955,0 -0.19017,-0.0703 -0.0806,-0.0703 -0.0951,-0.0786 -0.0207,-0.0124 -0.0476,-0.0124 -0.0599,0 -0.11368,0.0455 -0.0847,0.0703 -0.12816,0.2005 -0.0661,0.20051 -0.0661,0.44235 v 0.44442 l 0.002,0.11575 q 0,0.11783 0.0145,0.1509 0.0248,0.0558 0.0724,0.0827 0.0496,0.0248 0.16536,0.031 v 0.0744 h -1.04386 v -0.0744 q 0.12609,-0.0103 0.1695,-0.0682 0.0455,-0.0599 0.0455,-0.31212 v -1.06867 q 0,-0.16536 -0.0165,-0.21084 -0.0207,-0.0579 -0.0599,-0.0847 -0.0393,-0.0269 -0.13849,-0.0372 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35147" />
+ <path
+ d="m 134.69972,196.98828 q 0.25218,0 0.46922,0.13022 0.21704,0.13023 0.32866,0.37 0.11369,0.23978 0.11369,0.52504 0,0.41134 -0.20877,0.68833 -0.25218,0.33486 -0.6966,0.33486 -0.43615,0 -0.67179,-0.30593 -0.23565,-0.30592 -0.23565,-0.709 0,-0.41547 0.23978,-0.72346 0.24185,-0.31006 0.66146,-0.31006 z m 0.008,0.14676 q -0.10542,0 -0.1819,0.0806 -0.0744,0.0785 -0.0992,0.3142 -0.0227,0.23357 -0.0227,0.65112 0,0.22117 0.0289,0.41341 0.0227,0.14676 0.0972,0.22324 0.0744,0.0765 0.1695,0.0765 0.093,0 0.15503,-0.0517 0.0806,-0.0703 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.79375 0,-0.3514 -0.0393,-0.48163 -0.0393,-0.13229 -0.11575,-0.19223 -0.0537,-0.0434 -0.14056,-0.0434 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35149" />
+ <path
+ d="m 137.48198,198.48069 0.0641,0.0496 q -0.13643,0.25632 -0.34107,0.38241 -0.20257,0.12402 -0.43201,0.12402 -0.38654,0 -0.61805,-0.29146 -0.23151,-0.29145 -0.23151,-0.70073 0,-0.39481 0.21084,-0.69453 0.25424,-0.36173 0.70073,-0.36173 0.29972,0 0.47542,0.15089 0.17777,0.1509 0.17777,0.33693 0,0.11782 -0.0724,0.1881 -0.0703,0.0703 -0.18603,0.0703 -0.12196,0 -0.20258,-0.0806 -0.0785,-0.0806 -0.0971,-0.28732 -0.0124,-0.13023 -0.0599,-0.1819 -0.0475,-0.0517 -0.11162,-0.0517 -0.0992,0 -0.1695,0.10542 -0.10749,0.15916 -0.10749,0.48783 0,0.27285 0.0868,0.52296 0.0868,0.24805 0.23771,0.37 0.11369,0.0889 0.26872,0.0889 0.10128,0 0.19223,-0.0476 0.0909,-0.0475 0.21498,-0.17983 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35151" />
+ <path
+ d="m 139.41881,197.94326 h -1.0604 q 0.0186,0.38447 0.20464,0.60771 0.14262,0.17157 0.34313,0.17157 0.12402,0 0.22531,-0.0682 0.10128,-0.0703 0.21704,-0.25011 l 0.0703,0.0455 q -0.1571,0.32039 -0.34727,0.45475 -0.19017,0.13229 -0.44028,0.13229 -0.42995,0 -0.65112,-0.33073 -0.17777,-0.26665 -0.17777,-0.66146 0,-0.48369 0.26045,-0.76894 0.26252,-0.28732 0.61392,-0.28732 0.29352,0 0.50849,0.24184 0.21704,0.23978 0.23358,0.71314 z m -0.5085,-0.1385 q 0,-0.33279 -0.0372,-0.45682 -0.0351,-0.12402 -0.11163,-0.1881 -0.0434,-0.0372 -0.11575,-0.0372 -0.10749,0 -0.1757,0.10542 -0.12196,0.18396 -0.12196,0.50436 v 0.0723 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35153" />
+ <path
+ d="m 140.88022,196.99241 0.031,0.65939 h -0.0703 q -0.12609,-0.29352 -0.26251,-0.40101 -0.13436,-0.10748 -0.26872,-0.10748 -0.0847,0 -0.14469,0.0579 -0.0599,0.0558 -0.0599,0.13023 0,0.0558 0.0413,0.10748 0.0661,0.0848 0.37,0.29146 0.30386,0.20464 0.39895,0.34933 0.0971,0.14263 0.0971,0.3204 0,0.16123 -0.0806,0.31626 -0.0806,0.15502 -0.22737,0.23771 -0.14676,0.0827 -0.32453,0.0827 -0.13849,0 -0.37,-0.0868 -0.062,-0.0227 -0.0847,-0.0227 -0.0682,0 -0.11369,0.10336 h -0.0682 l -0.0331,-0.69453 h 0.0703 q 0.093,0.27285 0.25425,0.40927 0.1633,0.13643 0.30799,0.13643 0.0992,0 0.16123,-0.0599 0.0641,-0.062 0.0641,-0.14883 0,-0.0992 -0.062,-0.17157 -0.062,-0.0724 -0.27699,-0.21911 -0.31626,-0.2191 -0.40927,-0.33486 -0.13643,-0.1695 -0.13643,-0.37414 0,-0.22324 0.15296,-0.40307 0.15503,-0.1819 0.44649,-0.1819 0.15709,0 0.30385,0.0765 0.0558,0.031 0.091,0.031 0.0372,0 0.0599,-0.0145 0.0227,-0.0165 0.0724,-0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35155" />
+ <path
+ d="m 142.52559,196.99241 0.031,0.65939 h -0.0703 q -0.12609,-0.29352 -0.26252,-0.40101 -0.13436,-0.10748 -0.26871,-0.10748 -0.0848,0 -0.1447,0.0579 -0.0599,0.0558 -0.0599,0.13023 0,0.0558 0.0413,0.10748 0.0661,0.0848 0.37,0.29146 0.30386,0.20464 0.39894,0.34933 0.0971,0.14263 0.0971,0.3204 0,0.16123 -0.0806,0.31626 -0.0806,0.15502 -0.22738,0.23771 -0.14676,0.0827 -0.32452,0.0827 -0.1385,0 -0.37001,-0.0868 -0.062,-0.0227 -0.0848,-0.0227 -0.0682,0 -0.11368,0.10336 h -0.0682 l -0.0331,-0.69453 h 0.0703 q 0.093,0.27285 0.25425,0.40927 0.16329,0.13643 0.30799,0.13643 0.0992,0 0.16123,-0.0599 0.0641,-0.062 0.0641,-0.14883 0,-0.0992 -0.062,-0.17157 -0.062,-0.0724 -0.27699,-0.21911 -0.31626,-0.2191 -0.40928,-0.33486 -0.13642,-0.1695 -0.13642,-0.37414 0,-0.22324 0.15296,-0.40307 0.15503,-0.1819 0.44648,-0.1819 0.1571,0 0.30386,0.0765 0.0558,0.031 0.091,0.031 0.0372,0 0.0599,-0.0145 0.0227,-0.0165 0.0723,-0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35157" />
+ <path
+ d="m 143.86091,196.98828 q 0.25218,0 0.46922,0.13022 0.21704,0.13023 0.32866,0.37 0.11369,0.23978 0.11369,0.52504 0,0.41134 -0.20877,0.68833 -0.25218,0.33486 -0.6966,0.33486 -0.43615,0 -0.67179,-0.30593 -0.23565,-0.30592 -0.23565,-0.709 0,-0.41547 0.23978,-0.72346 0.24185,-0.31006 0.66146,-0.31006 z m 0.008,0.14676 q -0.10542,0 -0.1819,0.0806 -0.0744,0.0785 -0.0992,0.3142 -0.0227,0.23357 -0.0227,0.65112 0,0.22117 0.0289,0.41341 0.0227,0.14676 0.0971,0.22324 0.0744,0.0765 0.1695,0.0765 0.093,0 0.15503,-0.0517 0.0806,-0.0703 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.79375 0,-0.3514 -0.0393,-0.48163 -0.0393,-0.13229 -0.11575,-0.19223 -0.0537,-0.0434 -0.14056,-0.0434 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35159" />
+ <path
+ d="m 146.58942,196.10978 q 0.13436,0 0.22738,0.0951 0.093,0.093 0.093,0.22531 0,0.13229 -0.0951,0.22531 -0.093,0.093 -0.22531,0.093 -0.13229,0 -0.22531,-0.093 -0.093,-0.093 -0.093,-0.22531 0,-0.13229 0.093,-0.22531 0.093,-0.0951 0.22531,-0.0951 z m 0.28939,0.93637 v 1.53169 q 0,0.20464 0.0475,0.26252 0.0475,0.0558 0.18604,0.0641 v 0.0744 h -1.04386 v -0.0744 q 0.12815,-0.004 0.19017,-0.0744 0.0413,-0.0475 0.0413,-0.25218 v -1.12861 q 0,-0.20464 -0.0476,-0.26045 -0.0475,-0.0579 -0.18396,-0.0661 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35161" />
+ <path
+ d="m 148.0653,196.33922 v 0.70693 h 0.45889 v 0.20464 h -0.45889 v 1.19269 q 0,0.16744 0.0145,0.21704 0.0165,0.0476 0.0558,0.0786 0.0393,0.0289 0.0724,0.0289 0.13436,0 0.25425,-0.20464 l 0.062,0.0455 q -0.16743,0.39687 -0.54364,0.39687 -0.18397,0 -0.31212,-0.10128 -0.12609,-0.10336 -0.16123,-0.22945 -0.0207,-0.0703 -0.0207,-0.38033 v -1.04387 h -0.25218 v -0.0723 q 0.26044,-0.18397 0.44235,-0.38654 0.18396,-0.20257 0.32039,-0.45269 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35163" />
+ <path
+ d="m 150.3494,197.94326 h -1.0604 q 0.0186,0.38447 0.20464,0.60771 0.14262,0.17157 0.34313,0.17157 0.12402,0 0.22531,-0.0682 0.10128,-0.0703 0.21704,-0.25011 l 0.0703,0.0455 q -0.1571,0.32039 -0.34727,0.45475 -0.19017,0.13229 -0.44028,0.13229 -0.42995,0 -0.65112,-0.33073 -0.17777,-0.26665 -0.17777,-0.66146 0,-0.48369 0.26045,-0.76894 0.26252,-0.28732 0.61392,-0.28732 0.29352,0 0.50849,0.24184 0.21704,0.23978 0.23358,0.71314 z m -0.5085,-0.1385 q 0,-0.33279 -0.0372,-0.45682 -0.0351,-0.12402 -0.11163,-0.1881 -0.0434,-0.0372 -0.11575,-0.0372 -0.10749,0 -0.1757,0.10542 -0.12196,0.18396 -0.12196,0.50436 v 0.0723 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35165" />
+ <path
+ d="m 151.39119,197.04615 v 0.43822 q 0.19224,-0.29972 0.33693,-0.39687 0.1447,-0.0992 0.27906,-0.0992 0.11575,0 0.18396,0.0723 0.0703,0.0703 0.0703,0.20051 0,0.13849 -0.0682,0.21497 -0.0661,0.0765 -0.16123,0.0765 -0.10955,0 -0.19017,-0.0703 -0.0806,-0.0703 -0.0951,-0.0786 -0.0207,-0.0124 -0.0475,-0.0124 -0.0599,0 -0.11369,0.0455 -0.0847,0.0703 -0.12816,0.2005 -0.0661,0.20051 -0.0661,0.44235 v 0.44442 l 0.002,0.11575 q 0,0.11783 0.0145,0.1509 0.0248,0.0558 0.0724,0.0827 0.0496,0.0248 0.16536,0.031 v 0.0744 h -1.04386 v -0.0744 q 0.12609,-0.0103 0.1695,-0.0682 0.0455,-0.0599 0.0455,-0.31212 v -1.06867 q 0,-0.16536 -0.0165,-0.21084 -0.0207,-0.0579 -0.0599,-0.0847 -0.0393,-0.0269 -0.13849,-0.0372 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35167" />
+ <path
+ d="m 153.53266,198.6936 q -0.35346,0.31212 -0.63458,0.31212 -0.16537,0 -0.27492,-0.10748 -0.10955,-0.10956 -0.10955,-0.27286 0,-0.22117 0.19016,-0.39687 0.19017,-0.17777 0.82889,-0.47129 v -0.1943 q 0,-0.21911 -0.0248,-0.27492 -0.0227,-0.0579 -0.0889,-0.0992 -0.0661,-0.0434 -0.14883,-0.0434 -0.13436,0 -0.22118,0.0599 -0.0537,0.0372 -0.0537,0.0868 0,0.0434 0.0579,0.10749 0.0785,0.0889 0.0785,0.17157 0,0.10128 -0.0765,0.17363 -0.0744,0.0703 -0.19637,0.0703 -0.13022,0 -0.2191,-0.0786 -0.0868,-0.0786 -0.0868,-0.18397 0,-0.14883 0.11782,-0.28318 0.11782,-0.13643 0.32866,-0.20878 0.21084,-0.0723 0.43822,-0.0723 0.27492,0 0.43408,0.11782 0.16123,0.11575 0.20877,0.25218 0.0289,0.0868 0.0289,0.39894 v 0.75034 q 0,0.13229 0.0103,0.16743 0.0103,0.0331 0.031,0.0496 0.0207,0.0165 0.0476,0.0165 0.0537,0 0.10955,-0.0765 l 0.062,0.0496 q -0.10335,0.15296 -0.21497,0.22324 -0.10956,0.0682 -0.25012,0.0682 -0.16536,0 -0.25838,-0.0765 -0.093,-0.0786 -0.11369,-0.23564 z m 0,-0.1509 v -0.64699 q -0.25011,0.14677 -0.37207,0.3142 -0.0806,0.11162 -0.0806,0.22531 0,0.0951 0.0682,0.16743 0.0517,0.0558 0.1447,0.0558 0.10335,0 0.23977,-0.11576 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35169" />
+ <path
+ d="m 155.34961,196.33922 v 0.70693 h 0.45888 v 0.20464 h -0.45888 v 1.19269 q 0,0.16744 0.0145,0.21704 0.0165,0.0476 0.0558,0.0786 0.0393,0.0289 0.0723,0.0289 0.13436,0 0.25425,-0.20464 l 0.062,0.0455 q -0.16743,0.39687 -0.54363,0.39687 -0.18397,0 -0.31213,-0.10128 -0.12609,-0.10336 -0.16123,-0.22945 -0.0207,-0.0703 -0.0207,-0.38033 v -1.04387 h -0.25218 v -0.0723 q 0.26045,-0.18397 0.44235,-0.38654 0.18397,-0.20257 0.32039,-0.45269 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35171" />
+ <path
+ d="m 156.46168,196.10978 q 0.13436,0 0.22738,0.0951 0.093,0.093 0.093,0.22531 0,0.13229 -0.0951,0.22531 -0.093,0.093 -0.22531,0.093 -0.13229,0 -0.22531,-0.093 -0.093,-0.093 -0.093,-0.22531 0,-0.13229 0.093,-0.22531 0.093,-0.0951 0.22531,-0.0951 z m 0.28939,0.93637 v 1.53169 q 0,0.20464 0.0475,0.26252 0.0475,0.0558 0.18604,0.0641 v 0.0744 h -1.04387 v -0.0744 q 0.12816,-0.004 0.19017,-0.0744 0.0413,-0.0475 0.0413,-0.25218 v -1.12861 q 0,-0.20464 -0.0475,-0.26045 -0.0475,-0.0579 -0.18397,-0.0661 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35173" />
+ <path
+ d="m 158.04298,199.03673 -0.65112,-1.49862 q -0.11783,-0.27078 -0.18397,-0.34313 -0.0475,-0.0537 -0.14056,-0.0723 v -0.0765 h 1.02733 v 0.0765 q -0.0972,0 -0.1323,0.0351 -0.0496,0.0455 -0.0496,0.10748 0,0.0765 0.091,0.28732 l 0.31833,0.72554 0.25425,-0.62632 q 0.10955,-0.26872 0.10955,-0.38034 0,-0.0641 -0.0475,-0.10335 -0.0455,-0.0413 -0.1633,-0.0455 v -0.0765 h 0.63252 v 0.0765 q -0.0909,0.0124 -0.14883,0.0682 -0.0579,0.0558 -0.17363,0.32866 l -0.64492,1.51722 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35175" />
+ <path
+ d="m 160.19892,196.98828 q 0.25218,0 0.46922,0.13022 0.21704,0.13023 0.32866,0.37 0.11369,0.23978 0.11369,0.52504 0,0.41134 -0.20877,0.68833 -0.25218,0.33486 -0.6966,0.33486 -0.43615,0 -0.67179,-0.30593 -0.23565,-0.30592 -0.23565,-0.709 0,-0.41547 0.23978,-0.72346 0.24185,-0.31006 0.66146,-0.31006 z m 0.008,0.14676 q -0.10542,0 -0.18191,0.0806 -0.0744,0.0785 -0.0992,0.3142 -0.0227,0.23357 -0.0227,0.65112 0,0.22117 0.0289,0.41341 0.0227,0.14676 0.0971,0.22324 0.0744,0.0765 0.1695,0.0765 0.093,0 0.15503,-0.0517 0.0806,-0.0703 0.10748,-0.19637 0.0413,-0.19637 0.0413,-0.79375 0,-0.3514 -0.0393,-0.48163 -0.0393,-0.13229 -0.11575,-0.19223 -0.0537,-0.0434 -0.14056,-0.0434 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path35177" />
</g>
</svg>
diff --git a/docusaurus/static/images/stabInit.svg b/docusaurus/static/images/stabInit.svg
index 032c235..8b8035e 100644
--- a/docusaurus/static/images/stabInit.svg
+++ b/docusaurus/static/images/stabInit.svg
@@ -7,155 +7,155 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="stabInit.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- id="svg10137"
- version="1.1"
- viewBox="0 0 100.14042 69.180779"
+ width="100.14042mm"
height="69.180779mm"
- width="100.14042mm">
+ viewBox="0 0 100.14042 69.180779"
+ version="1.1"
+ id="svg10137"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="stabInit.svg">
<defs
id="defs10131">
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-4"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9-04"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9-04"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9-4"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-25"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-25"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9-1"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9-1"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-63"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-63"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9-53"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9-53"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-63-9"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-63-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-9-53-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-9-53-7"
+ inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
- inkscape:window-maximized="1"
- inkscape:window-y="-8"
- inkscape:window-x="1912"
- inkscape:window-height="837"
- inkscape:window-width="1600"
- showgrid="false"
- inkscape:document-rotation="0"
- inkscape:current-layer="layer1"
- inkscape:document-units="mm"
- inkscape:cy="135.68421"
- inkscape:cx="176.28481"
- inkscape:zoom="1.4"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="1.0"
- bordercolor="#666666"
+ id="base"
pagecolor="#ffffff"
- id="base" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.4"
+ inkscape:cx="176.28481"
+ inkscape:cy="135.68421"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ inkscape:document-rotation="0"
+ showgrid="false"
+ inkscape:window-width="1600"
+ inkscape:window-height="837"
+ inkscape:window-x="1912"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
<metadata
id="metadata10134">
<rdf:RDF>
@@ -164,369 +164,1442 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
- transform="translate(-69.370268,-109.79652)"
- id="layer1"
+ inkscape:label="Layer 1"
inkscape:groupmode="layer"
- inkscape:label="Layer 1">
+ id="layer1"
+ transform="translate(-69.370268,-109.79652)">
<g
- id="g27313"
- transform="translate(18.770372,69.912282)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="2.9765625"
- rx="2.9765625"
- y="40.034233"
- x="63.287388"
- height="5.953125"
- width="16.300224"
- id="rect7253-3-5"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-6-1"
- y="44.451534"
- x="66.522041"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="44.451534"
- x="66.522041"
- id="tspan6086-3-6"
- sodipodi:role="line">Início</tspan></text>
+ style="opacity:1"
+ id="g42444">
+ <path
+ id="path42446"
+ d="m 85.034325,109.94652 h 10.347099 c 1.649016,0 2.976562,1.32754 2.976562,2.97656 0,1.64902 -1.327546,2.97656 -2.976562,2.97656 H 85.034325 c -1.649016,0 -2.976563,-1.32754 -2.976563,-2.97656 0,-1.64902 1.327547,-2.97656 2.976563,-2.97656 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path42448"
+ d="M 85.035156 109.79688 C 83.305635 109.79688 81.908203 111.1943 81.908203 112.92383 C 81.908203 114.65335 83.305635 116.04883 85.035156 116.04883 L 95.380859 116.04883 C 97.11038 116.04883 98.507813 114.65335 98.507812 112.92383 C 98.507812 111.1943 97.11038 109.79687 95.380859 109.79688 L 85.035156 109.79688 z M 85.035156 110.0957 L 95.380859 110.0957 C 96.94937 110.0957 98.207031 111.35531 98.207031 112.92383 C 98.207031 114.49234 96.94937 115.75 95.380859 115.75 L 85.035156 115.75 C 83.466645 115.75 82.207031 114.49234 82.207031 112.92383 C 82.207031 111.35531 83.466645 110.0957 85.035156 110.0957 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
</g>
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-6-1"
+ aria-label="Início">
+ <path
+ id="path41835"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 86.598791,114.28734 v 0.0765 h -1.200959 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10128 0.04961,-0.0661 0.04961,-0.31833 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.09095,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 1.200959 v 0.0765 h -0.101286 q -0.171565,0 -0.250114,0.10128 -0.05168,0.0662 -0.05168,0.31833 v 1.81074 q 0,0.21291 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.08888,0.0496 0.188102,0.0496 z" />
+ <path
+ id="path41837"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 87.390473,112.8156 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11988 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06614,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.06 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path41839"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 89.606357,112.41459 v 1.52135 q 0,0.17777 0.02687,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z m 0.245979,-0.92397 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z" />
+ <path
+ id="path41841"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 91.737491,113.64449 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20258 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113689,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path41843"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 92.487832,111.42447 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path41845"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 94.106337,112.41459 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128157,-0.51676 0.130225,-0.25838 0.341065,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56845 0,-0.50436 -0.217041,-0.79374 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ </g>
+ <g
+ style="opacity:1"
+ id="g43362">
+ <path
+ id="path43374"
+ d="M 90.007812 115.83594 L 90.007812 118.67188 L 90.408203 118.67188 L 90.408203 115.83594 L 90.007812 115.83594 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43364">
+ <g
+ style="opacity:1"
+ id="g43368">
+ <path
+ id="path43370"
+ d="m 90.207873,119.59465 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43372"
+ d="M 89.222656 118.10352 L 90.207031 119.80859 L 90.300781 119.64844 L 91.193359 118.10352 L 89.222656 118.10352 z M 89.591797 118.31641 L 90.824219 118.31641 L 90.207031 119.38086 L 89.591797 118.31641 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
+ </g>
+ <g
+ style="opacity:1"
+ id="g42546">
+ <path
+ id="path42548"
+ d="m 69.520271,119.86874 h 41.375209 v 10.12429 H 69.520271 Z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path42550"
+ d="M 69.371094 119.71875 L 69.371094 119.86914 L 69.371094 130.14258 L 111.04492 130.14258 L 111.04492 119.71875 L 69.371094 119.71875 z M 69.669922 120.01953 L 110.74609 120.01953 L 110.74609 129.84375 L 69.669922 129.84375 L 69.669922 120.01953 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ <path
+ d="m 70.986275,123.97862 v -0.0765 h 0.10542 q 0.177766,0 0.25218,-0.11369 0.04548,-0.0682 0.04548,-0.30592 v -1.81074 q 0,-0.26252 -0.05788,-0.32866 -0.08062,-0.091 -0.239778,-0.091 h -0.10542 v -0.0765 h 1.141014 q 0.628385,0 0.95498,0.14262 0.328662,0.14263 0.527099,0.47542 0.200505,0.3328 0.200505,0.76895 0,0.58498 -0.355534,0.97772 -0.398942,0.43821 -1.215429,0.43821 z m 0.79995,-0.20257 q 0.262516,0.0579 0.440283,0.0579 0.479557,0 0.795817,-0.33693 0.316259,-0.33693 0.316259,-0.91364 0,-0.58084 -0.316259,-0.91571 -0.31626,-0.33486 -0.812353,-0.33486 -0.186035,0 -0.423747,0.06 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41849" />
+ <path
+ d="m 74.423788,122.79833 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75655 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41851" />
+ <path
+ d="m 76.722354,122.23403 v 1.24436 q 0,0.26459 0.05788,0.33487 0.07648,0.091 0.204639,0.091 h 0.171566 v 0.0744 h -1.13068 v -0.0744 h 0.08475 q 0.08268,0 0.150896,-0.0413 0.06821,-0.0413 0.09302,-0.11162 0.02687,-0.0703 0.02687,-0.27286 v -1.24436 h -0.367936 v -0.14883 h 0.367936 v -0.12402 q 0,-0.28319 0.09095,-0.47956 0.09095,-0.19637 0.276986,-0.31626 0.188102,-0.12196 0.421679,-0.12196 0.217041,0 0.398942,0.14056 0.119889,0.093 0.119889,0.20878 0,0.062 -0.05374,0.11782 -0.05374,0.0537 -0.115755,0.0537 -0.04754,0 -0.101285,-0.0331 -0.05168,-0.0351 -0.128158,-0.14676 -0.07648,-0.11369 -0.14056,-0.15296 -0.06408,-0.0393 -0.142626,-0.0393 -0.09509,0 -0.161231,0.0517 -0.06615,0.0496 -0.09508,0.15709 -0.02894,0.10542 -0.02894,0.54777 v 0.13643 h 0.487825 v 0.14883 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41853" />
+ <path
+ d="m 77.877838,121.03927 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 H 77.41688 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41855" />
+ <path
+ d="m 79.122205,122.4304 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0785 0.111621,0.0765 0.177766,0.25424 0.04548,0.12403 0.04548,0.38034 v 0.80822 q 0,0.17984 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11988 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.06 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 H 78.49386 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41857" />
+ <path
+ d="m 81.16859,121.03927 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41859" />
+ <path
+ d="m 83.469223,123.25929 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44649 0.264583,-0.72554 0.266651,-0.27905 0.638721,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.140559,0.0475 -0.121957,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20258 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z m -0.768944,0.68626 h 0.124023 l -0.103353,0.1633 q 0.130225,0.0331 0.194303,0.11162 0.06408,0.0785 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124024,0.11368 -0.320394,0.11368 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.105419,0 0.177766,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10748 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41861" />
+ <path
+ d="m 84.810742,123.70577 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06614 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14882 0.171566,0.11163 0.254248,0.11163 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192237,0.062 -0.163297,0 -0.405142,-0.16536 -0.130225,-0.0889 -0.1757,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41863" />
+ <path
+ d="m 86.540868,122.02939 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128157,-0.51676 0.130225,-0.25838 0.341065,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41865" />
+ <path
+ d="m 90.127209,123.76572 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.231511,-0.26045 -0.231511,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09509 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17364 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324527,0.1633 -0.188103,0.21497 -0.188103,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41867" />
+ <path
+ d="m 91.83253,122.02939 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41869" />
+ <path
+ d="m 94.246851,122.02939 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41871" />
+ <path
+ d="m 96.289102,122.43246 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0785 0.200505,-0.12195 0.107486,-0.0434 0.212906,-0.0434 0.177767,0 0.305924,0.10335 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 H 97.93447 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.266651,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.19431 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.33279 -0.09095,-0.1323 -0.254247,-0.1323 -0.111621,0 -0.221175,0.06 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41873" />
+ <path
+ d="m 99.943656,122.02939 q 0.429944,0 0.690394,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.475422,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434079,0.29972 0.20051,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.374132,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41875" />
+ <path
+ d="m 102.47166,123.76572 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41341,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16536,-0.17364 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.18811,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41877" />
+ <path
+ d="m 103.56927,122.79833 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75655 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41879" />
+ <path
+ d="m 105.77895,121.03927 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41881" />
+ <path
+ d="m 107.22796,122.02939 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64493 0,-0.26044 0.12816,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.16329,0.71314 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33072,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41883" />
+ <path
+ d="m 109.64228,122.02939 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0662,0.19844 0.0641,0.0847 0.26044,0.17984 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39275,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41885" />
+ <path
+ d="m 71.91645,127.99905 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250113,0 0.413411,0.15917 v -0.34934 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165365,-0.17364 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41887" />
+ <path
+ d="m 73.768532,127.9391 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41889" />
+ <path
+ d="m 75.796313,126.26272 v 0.64492 H 75.7281 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39067 0.161231,-0.1571 0.415479,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41891" />
+ <path
+ d="m 77.838564,126.66579 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0785 0.200505,-0.12195 0.107487,-0.0434 0.212907,-0.0434 0.177766,0 0.305924,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0785 0.30179,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 H 79.48394 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157097,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.33279 -0.09095,-0.1323 -0.254248,-0.1323 -0.111621,0 -0.221175,0.06 -0.171566,0.091 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.02481,0.24185 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206705,0.0269 v 0.0744 H 77.21021 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41893" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8)"
- d="m 90.207873,115.83663 v 2.83482"
- id="path9106-8-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ d="m 81.639879,127.9391 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.1819,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m 0.204638,-2.466 -0.609781,0.71314 h -0.07028 l 0.217041,-0.71314 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41895" />
+ <path
+ d="m 84.120346,126.26272 v 2.43499 q 0,0.1819 0.0248,0.23358 0.02481,0.0517 0.07648,0.0806 0.05374,0.0289 0.206706,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.03927 q 0.115755,0 0.1757,-0.0331 0.04134,-0.0227 0.06615,-0.0827 0.0248,-0.0579 0.0248,-0.22738 v -0.81442 q -0.188102,0.22324 -0.328661,0.30592 -0.14056,0.0806 -0.291455,0.0806 -0.274919,0 -0.491959,-0.25011 -0.214974,-0.25012 -0.214974,-0.66973 0,-0.48162 0.285253,-0.78341 0.285254,-0.30386 0.68833,-0.30386 0.117822,0 0.217041,0.0331 0.09922,0.0331 0.177767,0.0992 0.119889,-0.0579 0.229443,-0.13229 z m -0.341065,1.49035 v -0.88884 q 0,-0.15503 -0.04134,-0.24391 -0.03927,-0.0889 -0.142627,-0.1509 -0.103352,-0.062 -0.233577,-0.062 -0.23151,0 -0.396874,0.19637 -0.165365,0.19637 -0.165365,0.59531 0,0.38241 0.167432,0.58085 0.169498,0.19843 0.40721,0.19843 0.121956,0 0.21704,-0.0517 0.09508,-0.0537 0.188102,-0.17363 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41897" />
+ <path
+ d="m 86.220474,126.31853 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566374,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128158,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41899" />
+ <path
+ d="m 87.158917,125.2726 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04548,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41901" />
+ <path
+ d="m 88.403285,126.66373 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25424 0.04547,0.12403 0.04547,0.38034 v 0.80822 q 0,0.17984 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936377 v -0.0744 h 0.03928 q 0.132291,0 0.183967,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 H 87.7749 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41903" />
+ <path
+ d="m 91.040848,127.9391 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.091 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41905" />
+ <path
+ d="m 93.068629,126.26272 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39067 0.161231,-0.1571 0.415479,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41907" />
+ <path
+ d="m 95.772338,126.26272 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194303,0.1571 -0.436149,0.1571 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41909" />
+ <path
+ d="m 96.845139,126.26272 v 1.52135 q 0,0.17777 0.02687,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0662 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z m 0.24598,-0.92398 -0.609781,0.71314 h -0.07028 l 0.217041,-0.71314 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41911" />
+ <path
+ d="m 97.920008,126.66373 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0785 0.111621,0.0765 0.177766,0.25424 0.04548,0.12403 0.04548,0.38034 v 0.80822 q 0,0.17984 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.22531,-0.11782 -0.245979,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 h 0.04134 q 0.144693,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41913" />
+ <path
+ d="m 101.09294,127.49262 q -0.0765,0.37413 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.322461,0 -0.56224,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44649 0.264583,-0.72554 0.266645,-0.27905 0.638715,-0.27905 0.27906,0 0.45889,0.14883 0.17984,0.14676 0.17984,0.30592 0,0.0785 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.332794,0.15296 -0.167431,0.20258 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167431,0.25838 0.450621,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41915" />
+ <path
+ d="m 101.91563,126.26272 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0538,0.13643 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33072 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41917" />
+ <path
+ d="m 103.70156,126.26272 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42789,0 -0.68007,-0.34106 -0.2129,-0.28733 -0.2129,-0.64493 0,-0.26044 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41919" />
+ <path
+ d="m 105.44409,126.66373 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17776,0.25424 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17984 0.0289,0.24391 0.0227,0.0517 0.0723,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.1323,0 0.18397,-0.0393 0.0538,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77514 q 0,-0.25839 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41921" />
+ <path
+ d="m 108.08165,127.9391 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.1261,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41923" />
+ <path
+ d="m 110.10944,126.26272 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12195,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path41925" />
+ <g
+ style="opacity:1"
+ id="g42648">
+ <path
+ id="path42650"
+ d="m 79.342422,133.96213 h 21.730898 v 9.45612 H 79.342422 Z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path42652"
+ d="M 79.193359 133.8125 L 79.193359 133.96289 L 79.193359 143.56836 L 101.22266 143.56836 L 101.22266 133.8125 L 79.193359 133.8125 z M 79.492188 134.11133 L 100.92383 134.11133 L 100.92383 143.26758 L 79.492188 143.26758 L 79.492188 134.11133 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-8-0"
+ aria-label="Construção
+da Ybus">
+ <path
+ id="path41929"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 83.130276,134.67047 0.06408,0.95291 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.61598 -0.237711,-0.1881 -0.570507,-0.1881 -0.279053,0 -0.504362,0.14262 -0.225309,0.14056 -0.355533,0.45062 -0.128158,0.31006 -0.128158,0.77101 0,0.38034 0.121956,0.65939 0.121957,0.27906 0.365869,0.42789 0.24598,0.14882 0.560172,0.14882 0.272852,0 0.481624,-0.11575 0.208773,-0.11782 0.458887,-0.46509 l 0.06408,0.0413 q -0.210839,0.37414 -0.491959,0.54777 -0.281119,0.17363 -0.667659,0.17363 -0.696598,0 -1.079003,-0.51676 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188103,-0.77101 0.188102,-0.3514 0.516763,-0.54364 0.330729,-0.1943 0.721403,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124023,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
+ <path
+ id="path41931"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 84.467661,135.58824 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41342 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path41933"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 86.210189,135.98925 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28111 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path41935"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 88.998647,135.58824 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14262 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24597 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path41937"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 89.970163,135.02187 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24804 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212906,-0.25838 0.04754,-0.0786 0.132292,-0.28732 z" />
+ <path
+ id="path41939"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 91.148384,135.58824 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0848 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path41941"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 93.668125,135.64405 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566374,0.23357 h -0.09302 v -0.40101 q -0.243913,0.26459 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.2129 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
+ <path
+ id="path41943"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 95.733114,136.81814 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15297 -0.167431,0.20257 -0.167431,0.53536 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z m -0.768945,0.68626 h 0.124023 l -0.103352,0.1633 q 0.130224,0.0331 0.194303,0.11162 0.06408,0.0785 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124023,0.11369 -0.320393,0.11369 -0.07648,0 -0.194304,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.15709 0,-0.062 -0.04754,-0.10749 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z" />
+ <path
+ id="path41945"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 97.074633,137.26462 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23977 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0538 -0.04754,-0.14677 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13435 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.15503,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254247,0.11162 0.06615,0 0.115756,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.1757,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20878 z" />
+ <path
+ id="path41947"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 98.804758,135.58824 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177766,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41342 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path41949"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 85.577668,141.5579 q -0.138493,0.14469 -0.270785,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250113,0 0.413411,0.15917 v -0.34933 q 0,-0.32453 -0.01654,-0.39895 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23357 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.18811 z" />
+ <path
+ id="path41951"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 87.429749,141.49795 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23977 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0538 -0.04754,-0.14677 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13435 v -0.72141 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.2067 z" />
+ <path
+ id="path41953"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 90.280219,140.53264 -0.235644,-1.02113 q -0.05994,-0.26458 -0.144694,-0.36173 -0.06408,-0.0744 -0.233577,-0.10542 l 0.02274,-0.0765 h 1.345653 l -0.0248,0.0765 q -0.196371,0 -0.287321,0.0806 -0.08888,0.0786 -0.08888,0.18811 0,0.0682 0.03721,0.23771 l 0.1819,0.82889 0.452686,-0.62425 q 0.173632,-0.23978 0.21704,-0.33693 0.04341,-0.0992 0.04341,-0.17364 0,-0.0744 -0.05581,-0.13022 -0.05581,-0.0558 -0.179834,-0.0703 l 0.02274,-0.0765 h 0.841291 v 0.0765 q -0.113688,0.0124 -0.19637,0.0744 -0.08268,0.062 -0.32246,0.39274 l -0.795817,1.09554 -0.186035,0.64906 q -0.05994,0.2005 -0.05994,0.23358 0,0.0889 0.06821,0.14676 0.06821,0.0579 0.229444,0.0579 h 0.07855 l -0.02274,0.0765 h -1.434537 l 0.02067,-0.0765 q 0.157096,0.002 0.252181,-0.0413 0.09508,-0.0455 0.142627,-0.11575 0.03307,-0.0496 0.09715,-0.26459 z" />
+ <path
+ id="path41955"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 92.750868,140.46722 -0.268201,0.93482 q 0.122473,-0.13332 0.204639,-0.17673 0.08217,-0.045 0.178284,-0.045 0.186035,0 0.277502,0.13488 0.09302,0.13332 0.09302,0.3085 0,0.41858 -0.303858,0.74724 -0.269751,0.28991 -0.613916,0.28991 -0.255798,0 -0.541052,-0.15038 l 0.47439,-1.64486 q 0.03411,-0.11627 0.03411,-0.15968 0,-0.0372 -0.03101,-0.0589 -0.04341,-0.031 -0.131775,-0.0264 l 0.01705,-0.062 0.517797,-0.0915 z m -0.595312,2.05878 q 0.07286,0.0465 0.131774,0.0465 0.08217,0 0.137977,-0.0325 0.08837,-0.0527 0.184484,-0.19069 0.09767,-0.13798 0.162781,-0.33331 0.06511,-0.19534 0.06511,-0.38913 0,-0.11007 -0.04961,-0.16743 -0.04961,-0.0574 -0.114722,-0.0574 -0.10852,0 -0.189135,0.10542 -0.05426,0.0682 -0.117823,0.28991 z" />
+ <path
+ id="path41957"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 94.178687,141.18035 -0.300756,1.0542 q -0.0217,0.0729 -0.0217,0.10077 0,0.0139 0.01085,0.0217 0.0124,0.0124 0.02945,0.0124 0.07131,0 0.190686,-0.12712 0.170532,-0.18448 0.358118,-0.5302 l 0.141077,-0.47439 0.392224,-0.0139 -0.297657,1.02319 q -0.03721,0.13023 -0.03721,0.14883 0,0.0124 0.01085,0.0264 0.0124,0.0124 0.02481,0.0124 0.0217,0 0.04186,-0.0186 0.05581,-0.045 0.147278,-0.18138 l 0.05271,0.0372 q -0.215491,0.38912 -0.47439,0.38912 -0.09612,0 -0.151929,-0.0481 -0.05426,-0.0496 -0.05426,-0.12867 0,-0.0837 0.03876,-0.21239 l 0.07596,-0.262 q -0.201538,0.293 -0.293006,0.39532 -0.139526,0.15348 -0.235644,0.20464 -0.09457,0.0512 -0.181384,0.0512 -0.08217,0 -0.142627,-0.0605 -0.05891,-0.0605 -0.05891,-0.15348 0,-0.0791 0.03876,-0.21239 l 0.175183,-0.62012 q 0.04341,-0.15193 0.04341,-0.20464 0,-0.0232 -0.0124,-0.0403 -0.0124,-0.0186 -0.04186,-0.0279 -0.0279,-0.0109 -0.10542,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z" />
+ <path
+ id="path41959"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 96.283985,141.18035 -0.06821,0.47904 h -0.05736 q -0.0124,-0.18603 -0.114722,-0.29301 -0.100769,-0.10697 -0.217041,-0.10697 -0.07131,0 -0.117822,0.0419 -0.04651,0.0419 -0.04651,0.10077 0,0.0496 0.02015,0.093 0.02015,0.0434 0.08992,0.11782 0.244946,0.26355 0.297656,0.36277 0.05271,0.0992 0.05271,0.21239 0,0.12247 -0.06201,0.23254 -0.06201,0.10852 -0.186035,0.17519 -0.122473,0.0651 -0.255798,0.0651 -0.08992,0 -0.221692,-0.0357 -0.08682,-0.0248 -0.130225,-0.0248 -0.03876,0 -0.06046,0.0124 -0.0217,0.0109 -0.04806,0.0481 h -0.05736 l 0.07596,-0.51625 h 0.04961 q 0.05426,0.18759 0.100769,0.2682 0.04806,0.0791 0.127124,0.12713 0.07906,0.0465 0.151928,0.0465 0.08527,0 0.141077,-0.0527 0.05581,-0.0543 0.05581,-0.12868 0,-0.0729 -0.03721,-0.14108 -0.03566,-0.0682 -0.167431,-0.21239 -0.181384,-0.19688 -0.238745,-0.30385 -0.04031,-0.0775 -0.04031,-0.17674 0,-0.16743 0.120923,-0.27905 0.122473,-0.11162 0.342615,-0.11162 0.09612,0 0.235644,0.0341 0.06976,0.017 0.111621,0.017 0.06046,0 0.09767,-0.0512 z" />
+ </g>
+ <g
+ style="opacity:1"
+ id="g42750">
+ <path
+ id="path42752"
+ d="m 70.789795,147.38733 h 38.836145 v 14.1507 H 70.789795 Z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path42754"
+ d="M 70.640625 147.23828 L 70.640625 147.38672 L 70.640625 161.6875 L 109.77539 161.6875 L 109.77539 147.23828 L 70.640625 147.23828 z M 70.939453 147.53711 L 109.47656 147.53711 L 109.47656 161.38867 L 70.939453 161.38867 L 70.939453 147.53711 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-8-1"
+ aria-label="Inserir as admitâncias
+fixas das máquinas
+e cargas na Ybus">
+ <path
+ id="path41963"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 73.082311,150.8862 v 0.0765 h -1.200959 v -0.0765 h 0.09922 q 0.173632,0 0.25218,-0.10129 0.04961,-0.0661 0.04961,-0.31833 v -1.81074 q 0,-0.2129 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.09095,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 1.200959 v 0.0765 h -0.101286 q -0.171565,0 -0.250113,0.10129 -0.05168,0.0661 -0.05168,0.31832 v 1.81074 q 0,0.21291 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.08888,0.0496 0.188102,0.0496 z" />
+ <path
+ id="path41965"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 73.873993,149.41445 q 0.332796,-0.40101 0.634587,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path41967"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 76.662451,149.01344 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365868,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path41969"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 77.402457,149.78239 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
+ <path
+ id="path41971"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 79.514988,149.01344 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path41973"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 80.856507,148.02332 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path41975"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 82.102942,149.01344 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
+ <path
+ id="path41977"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 85.093971,150.68983 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path41979"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 87.121752,149.01344 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365868,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path41981"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 89.674566,150.68983 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path41983"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 91.816035,150.74977 q -0.138492,0.14469 -0.270784,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.65939,-0.33899 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18902 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23357 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165364,-0.17363 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21498 -0.188102,0.62839 0,0.41754 0.181901,0.64078 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363801,-0.1881 z" />
+ <path
+ id="path41985"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 93.157555,149.41652 q 0.206705,-0.20671 0.243912,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258381,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.266651,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254247,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171566,0.0909 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 H 92.52917 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path41987"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 96.367692,148.02332 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04548,-0.0909 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path41989"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 97.609992,148.44707 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204639,0.30593 -0.132291,0.10128 -0.272851,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134359,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15297 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z" />
+ <path
+ id="path41991"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 99.307045,150.68983 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z m -0.448551,-2.45566 h 0.380338 l 0.39274,0.68419 h -0.06408 l -0.564306,-0.44028 -0.473356,0.44028 h -0.06201 z" />
+ <path
+ id="path41993"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 100.66303,149.41445 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.2253,-0.11782 -0.24598,0 -0.4899,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path41995"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 103.83596,150.24334 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23977,-0.27078 -0.23977,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12195,0 -0.18396,-0.0786 -0.0351,-0.0434 -0.0476,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16744,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z" />
+ <path
+ id="path41997"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 104.5863,148.02332 q 0.0868,0 0.14677,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.06,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path41999"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 106.35157,150.68983 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29353,-0.26459 0.21083,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z" />
+ <path
+ id="path42001"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 108.37935,149.01344 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25839 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42003"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 74.996405,153.45141 v 1.24437 q 0,0.26458 0.05788,0.33486 0.07648,0.0909 0.204639,0.0909 h 0.171565 v 0.0744 h -1.130679 v -0.0744 h 0.08475 q 0.08268,0 0.150895,-0.0413 0.06821,-0.0413 0.09302,-0.11162 0.02687,-0.0703 0.02687,-0.27285 v -1.24437 h -0.367935 v -0.14883 h 0.367935 v -0.12402 q 0,-0.28319 0.09095,-0.47956 0.09095,-0.19637 0.276985,-0.31626 0.188102,-0.12195 0.42168,-0.12195 0.21704,0 0.398941,0.14056 0.11989,0.093 0.11989,0.20877 0,0.062 -0.05374,0.11782 -0.05374,0.0538 -0.115755,0.0538 -0.04754,0 -0.101286,-0.0331 -0.05168,-0.0351 -0.128157,-0.14676 -0.07648,-0.11369 -0.14056,-0.15296 -0.06408,-0.0393 -0.142627,-0.0393 -0.09508,0 -0.16123,0.0517 -0.06615,0.0496 -0.09508,0.1571 -0.02894,0.10542 -0.02894,0.54777 v 0.13642 h 0.487825 v 0.14883 z" />
+ <path
+ id="path42005"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 76.151889,152.25665 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path42007"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 76.767871,153.30258 h 0.890901 v 0.0765 q -0.08475,0 -0.119889,0.0289 -0.03307,0.0289 -0.03307,0.0765 0,0.0496 0.07235,0.15297 0.02274,0.0331 0.06821,0.10335 l 0.134358,0.21497 0.15503,-0.21497 q 0.148828,-0.20464 0.148828,-0.25838 0,-0.0434 -0.03514,-0.0724 -0.03514,-0.031 -0.113688,-0.031 v -0.0765 h 0.640787 v 0.0765 q -0.101286,0.006 -0.1757,0.0558 -0.101286,0.0703 -0.276985,0.30592 l -0.258382,0.3452 0.471288,0.67799 q 0.173633,0.25012 0.248047,0.30179 0.07441,0.0496 0.192236,0.0558 v 0.0744 h -0.892968 v -0.0744 q 0.09302,0 0.144694,-0.0413 0.03927,-0.0289 0.03927,-0.0765 0,-0.0475 -0.132291,-0.23978 l -0.276986,-0.40514 -0.303857,0.40514 q -0.14056,0.1881 -0.14056,0.22324 0,0.0496 0.04547,0.0909 0.04754,0.0393 0.14056,0.0434 v 0.0744 h -0.618049 v -0.0744 q 0.07441,-0.0103 0.130224,-0.0517 0.07855,-0.0599 0.264583,-0.30593 l 0.396875,-0.5271 -0.359668,-0.5209 q -0.152962,-0.22324 -0.237711,-0.27905 -0.08268,-0.0579 -0.208773,-0.0579 z" />
+ <path
+ id="path42009"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 80.033819,154.92316 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0848 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path42011"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 82.0616,153.24677 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365868,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path42013"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 84.878997,154.9831 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.231511,-0.26045 -0.231511,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.659391,-0.33899 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18902 q 0,0.33279 0.01447,0.40721 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23357 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165364,-0.17363 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324527,0.1633 -0.188102,0.21497 -0.188102,0.62839 0,0.41754 0.1819,0.64078 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.1881 z" />
+ <path
+ id="path42015"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 86.731079,154.92316 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.1819,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path42017"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 88.75886,153.24677 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221174,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398941,-0.24598 -0.299724,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path42019"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 90.801111,153.64985 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128158,0.10335 0.171566,0.29972 0.212906,-0.24805 0.359667,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150896,0 0.266651,0.0786 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.03927 q 0.121957,0 0.19017,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957046 v -0.0744 q 0.157096,0 0.214973,-0.0372 0.05994,-0.0372 0.08268,-0.11163 0.01033,-0.0351 0.01033,-0.20463 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.0909 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
+ <path
+ id="path42021"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 94.602426,154.92316 q -0.291454,0.2253 -0.365868,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z m 0.204639,-2.466 -0.609782,0.71313 h -0.07028 l 0.21704,-0.71313 z" />
+ <path
+ id="path42023"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 97.082893,153.24677 v 2.43499 q 0,0.18191 0.02481,0.23358 0.0248,0.0517 0.07648,0.0806 0.05374,0.0289 0.206705,0.0289 v 0.0765 h -0.954979 v -0.0765 h 0.03927 q 0.115755,0 0.175699,-0.0331 0.04134,-0.0227 0.06615,-0.0827 0.02481,-0.0579 0.02481,-0.22738 v -0.81442 q -0.188102,0.22325 -0.328662,0.30593 -0.14056,0.0806 -0.291455,0.0806 -0.274918,0 -0.491959,-0.25011 -0.214974,-0.25011 -0.214974,-0.66973 0,-0.48162 0.285254,-0.78341 0.285253,-0.30386 0.688329,-0.30386 0.117822,0 0.217041,0.0331 0.09922,0.0331 0.177767,0.0992 0.119889,-0.0579 0.229443,-0.13229 z m -0.341064,1.49035 v -0.88883 q 0,-0.15503 -0.04134,-0.24392 -0.03927,-0.0889 -0.142627,-0.15089 -0.103353,-0.062 -0.233577,-0.062 -0.231511,0 -0.396875,0.19637 -0.165365,0.19637 -0.165365,0.59531 0,0.3824 0.167432,0.58084 0.169498,0.19844 0.40721,0.19844 0.121956,0 0.217041,-0.0517 0.09508,-0.0537 0.188102,-0.17363 z" />
+ <path
+ id="path42025"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 99.183021,153.30258 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.14469 -0.04547,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
+ <path
+ id="path42027"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 100.12146,152.25665 q 0.0868,0 0.14677,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.06,0.062 -0.14677,0.062 -0.0868,0 -0.148823,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z" />
+ <path
+ id="path42029"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 101.36583,153.64778 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0538,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42031"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 104.00339,154.92316 q -0.29145,0.2253 -0.36586,0.26044 -0.11162,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.18191,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42033"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 106.03118,153.24677 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12195,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15917,-0.39067 0.16123,-0.1571 0.41547,-0.1571 0.11163,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42035"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 77.19575,158.24905 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path42037"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 81.420811,158.71 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27078 -0.239779,-0.73174 0,-0.44648 0.264584,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.140559,0.0476 -0.121957,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.33899 0.165365,0.59944 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path42039"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 82.76233,159.15649 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0848 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path42041"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 84.120386,157.4801 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
+ <path
+ id="path42043"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 85.412296,158.73894 q -0.173632,-0.0848 -0.26665,-0.23564 -0.09302,-0.15297 -0.09302,-0.33693 0,-0.28112 0.210839,-0.4837 0.212907,-0.20257 0.543636,-0.20257 0.270784,0 0.469221,0.13229 h 0.401009 q 0.08888,0 0.103353,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103353,0.006 h -0.245979 q 0.115755,0.14883 0.115755,0.38034 0,0.26458 -0.202572,0.45268 -0.202571,0.18811 -0.543635,0.18811 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0786 -0.124023,0.1385 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134358,0.0475 0.05788,0.008 0.289388,0.0145 0.425813,0.0103 0.551904,0.0289 0.192236,0.0269 0.305924,0.14263 0.115755,0.11575 0.115755,0.28525 0,0.23358 -0.219108,0.43821 -0.32246,0.3018 -0.841291,0.3018 -0.398942,0 -0.67386,-0.17984 -0.15503,-0.10335 -0.15503,-0.21497 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.21291 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152963,-0.11369 -0.04341,-0.0517 -0.04341,-0.11575 0,-0.0724 0.05788,-0.1695 0.05994,-0.0971 0.272851,-0.27492 z m 0.359668,-1.15962 q -0.152962,0 -0.256315,0.12196 -0.103353,0.12195 -0.103353,0.37414 0,0.32659 0.14056,0.50642 0.107487,0.13643 0.272851,0.13643 0.157097,0 0.258382,-0.11782 0.101286,-0.11782 0.101286,-0.37001 0,-0.32866 -0.142627,-0.51469 -0.10542,-0.13643 -0.270784,-0.13643 z m -0.380338,1.85002 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16743 0,0.0992 0.11989,0.17363 0.206705,0.12816 0.597379,0.12816 0.37207,0 0.547769,-0.13229 0.177767,-0.13023 0.177767,-0.27906 0,-0.10748 -0.10542,-0.15296 -0.107487,-0.0455 -0.425813,-0.0537 -0.465088,-0.0124 -0.715201,-0.0475 z" />
+ <path
+ id="path42045"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 88.095334,159.15649 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0848 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path42047"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 90.123116,157.4801 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path42049"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 92.155031,157.88111 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.22531,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 h 0.04134 q 0.144693,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.031,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path42051"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 94.792594,159.15649 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0538 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0848 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
+ <path
+ id="path42053"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 97.643064,158.19117 -0.235645,-1.02113 q -0.05994,-0.26458 -0.144694,-0.36173 -0.06408,-0.0744 -0.233577,-0.10542 l 0.02274,-0.0765 h 1.345653 l -0.02481,0.0765 q -0.19637,0 -0.28732,0.0806 -0.08888,0.0785 -0.08888,0.1881 0,0.0682 0.03721,0.23771 l 0.181901,0.82889 0.452685,-0.62425 q 0.173633,-0.23978 0.217041,-0.33693 0.04341,-0.0992 0.04341,-0.17364 0,-0.0744 -0.05581,-0.13022 -0.05581,-0.0558 -0.179834,-0.0703 l 0.02274,-0.0765 h 0.841291 v 0.0765 q -0.113688,0.0124 -0.19637,0.0744 -0.08268,0.062 -0.322461,0.39274 l -0.795816,1.09554 -0.186035,0.64906 q -0.05994,0.2005 -0.05994,0.23358 0,0.0889 0.06821,0.14676 0.06821,0.0579 0.229443,0.0579 h 0.07855 l -0.02274,0.0765 H 96.91546 l 0.02067,-0.0765 q 0.157096,0.002 0.25218,-0.0413 0.09508,-0.0455 0.142627,-0.11575 0.03307,-0.0496 0.09715,-0.26458 z" />
+ <path
+ id="path42055"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 100.11371,158.12575 -0.268198,0.93482 q 0.122473,-0.13332 0.204638,-0.17673 0.0822,-0.045 0.17828,-0.045 0.18604,0 0.27751,0.13488 0.093,0.13332 0.093,0.3085 0,0.41858 -0.30385,0.74725 -0.26975,0.2899 -0.613919,0.2899 -0.255798,0 -0.541052,-0.15038 l 0.474389,-1.64486 q 0.03411,-0.11627 0.03411,-0.15968 0,-0.0372 -0.03101,-0.0589 -0.04341,-0.031 -0.131775,-0.0263 l 0.01705,-0.062 0.517803,-0.0915 z m -0.59531,2.05879 q 0.07286,0.0465 0.131775,0.0465 0.08217,0 0.137976,-0.0326 0.08837,-0.0527 0.184485,-0.19069 0.09766,-0.13797 0.162784,-0.33331 0.0651,-0.19534 0.0651,-0.38912 0,-0.11008 -0.0496,-0.16744 -0.0496,-0.0574 -0.11472,-0.0574 -0.108522,0 -0.189138,0.10542 -0.05426,0.0682 -0.117822,0.28991 z" />
+ <path
+ id="path42057"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 101.54153,158.83888 -0.30075,1.0542 q -0.0217,0.0729 -0.0217,0.10077 0,0.0139 0.0109,0.0217 0.0124,0.0124 0.0295,0.0124 0.0713,0 0.19068,-0.12713 0.17054,-0.18448 0.35812,-0.5302 l 0.14108,-0.47439 0.39222,-0.0139 -0.29765,1.02319 q -0.0372,0.13023 -0.0372,0.14883 0,0.0124 0.0109,0.0264 0.0124,0.0124 0.0248,0.0124 0.0217,0 0.0418,-0.0186 0.0558,-0.045 0.14728,-0.18138 l 0.0527,0.0372 q -0.21549,0.38912 -0.47439,0.38912 -0.0961,0 -0.15193,-0.0481 -0.0543,-0.0496 -0.0543,-0.12867 0,-0.0837 0.0388,-0.21239 l 0.076,-0.262 q -0.20154,0.293 -0.29301,0.39532 -0.13953,0.15348 -0.23564,0.20464 -0.0946,0.0512 -0.18139,0.0512 -0.0822,0 -0.14263,-0.0605 -0.0589,-0.0605 -0.0589,-0.15348 0,-0.0791 0.0388,-0.21239 l 0.17518,-0.62012 q 0.0434,-0.15193 0.0434,-0.20464 0,-0.0232 -0.0124,-0.0403 -0.0124,-0.0186 -0.0419,-0.0279 -0.0279,-0.0109 -0.10542,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z" />
+ <path
+ id="path42059"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 103.64683,158.83888 -0.0682,0.47904 h -0.0574 q -0.0124,-0.18603 -0.11473,-0.293 -0.10076,-0.10697 -0.21704,-0.10697 -0.0713,0 -0.11782,0.0419 -0.0465,0.0419 -0.0465,0.10077 0,0.0496 0.0202,0.093 0.0202,0.0434 0.0899,0.11782 0.24495,0.26355 0.29766,0.36277 0.0527,0.0992 0.0527,0.21239 0,0.12247 -0.062,0.23255 -0.062,0.10852 -0.18604,0.17518 -0.12247,0.0651 -0.2558,0.0651 -0.0899,0 -0.22169,-0.0357 -0.0868,-0.0248 -0.13022,-0.0248 -0.0388,0 -0.0605,0.0124 -0.0217,0.0108 -0.0481,0.0481 h -0.0574 l 0.076,-0.51625 h 0.0496 q 0.0543,0.18759 0.10077,0.2682 0.0481,0.0791 0.12712,0.12713 0.0791,0.0465 0.15193,0.0465 0.0853,0 0.14108,-0.0527 0.0558,-0.0543 0.0558,-0.12868 0,-0.0729 -0.0372,-0.14107 -0.0357,-0.0682 -0.16743,-0.21239 -0.18138,-0.19689 -0.23874,-0.30386 -0.0403,-0.0775 -0.0403,-0.17674 0,-0.16743 0.12092,-0.27905 0.12247,-0.11162 0.34262,-0.11162 0.0961,0 0.23564,0.0341 0.0698,0.0171 0.11162,0.0171 0.0605,0 0.0977,-0.0512 z" />
+ </g>
<g
- id="g7555-7-1"
- transform="translate(-9.4601011,88.494727)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.374012"
- x="78.98037"
- height="10.124291"
- width="41.375206"
- id="rect7253-2-7-9"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-8"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan9268-8">Definição dos modelos</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27083">das máquinas síncronas</tspan></text>
+ style="opacity:1"
+ id="g42852">
+ <path
+ id="path42854"
+ d="m 77.25592,165.50044 h 25.90391 v 9.52769 H 77.25592 Z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path42856"
+ d="M 77.105469 165.34961 L 77.105469 165.5 L 77.105469 175.17773 L 103.31055 175.17773 L 103.31055 165.34961 L 77.105469 165.34961 z M 77.40625 165.65039 L 103.00977 165.65039 L 103.00977 174.87891 L 77.40625 174.87891 L 77.40625 165.65039 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
</g>
<g
- id="g7555-7-1-8"
- transform="translate(-9.6605521,102.05358)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.90855"
- x="89.002975"
- height="9.4561186"
- width="21.730896"
- id="rect7253-2-7-9-7"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-8-0"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27083-4">Construção</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27114">da <tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan27118">Y</tspan><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- id="tspan27116">bus</tspan></tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-7-1-8"
+ aria-label="Decomposição
+LU da Ybus">
+ <path
+ id="path42063"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 77.64793,169.17027 v -0.0765 h 0.10542 q 0.177767,0 0.252181,-0.11369 0.04547,-0.0682 0.04547,-0.30592 v -1.81074 q 0,-0.26252 -0.05788,-0.32866 -0.08062,-0.091 -0.239779,-0.091 h -0.10542 v -0.0765 h 1.141015 q 0.628385,0 0.95498,0.14262 0.328661,0.14263 0.527099,0.47543 0.200504,0.33279 0.200504,0.76894 0,0.58498 -0.355533,0.97772 -0.398942,0.43821 -1.215429,0.43821 z m 0.799951,-0.20257 q 0.262516,0.0579 0.440283,0.0579 0.479556,0 0.795816,-0.33693 0.316259,-0.33693 0.316259,-0.91364 0,-0.58084 -0.316259,-0.91571 -0.31626,-0.33486 -0.812353,-0.33486 -0.186035,0 -0.423746,0.06 z" />
+ <path
+ id="path42065"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 81.085444,167.98998 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.35139 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75655 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
+ <path
+ id="path42067"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 84.252173,168.45094 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20258 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
+ <path
+ id="path42069"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 85.446931,167.22104 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79374 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path42071"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 87.199794,167.62412 q 0.206705,-0.20671 0.243912,-0.23772 0.09302,-0.0785 0.200505,-0.12195 0.107487,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10335 0.128157,0.10335 0.171565,0.29973 0.212907,-0.24805 0.359668,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 H 88.84517 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.19431 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.33279 -0.09095,-0.1323 -0.254248,-0.1323 -0.111621,0 -0.221175,0.0599 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
+ <path
+ id="path42073"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 89.791881,167.46495 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25012 0.293522,-0.34933 0.148828,-0.10129 0.312126,-0.10129 0.285253,0 0.475422,0.22324 0.233578,0.27285 0.233578,0.71107 0,0.48989 -0.28112,0.81028 -0.23151,0.26252 -0.58291,0.26252 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.02481,0.0537 0.08268,0.0848 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194303,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25631 v -1.79008 q 0,-0.18396 -0.01654,-0.23357 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.126091,0.0289 z m 0.661458,0.32866 v 0.70694 q 0,0.22944 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.0909 0.285253,0.0909 0.206706,0 0.334863,-0.16123 0.167432,-0.21084 0.167432,-0.59325 0,-0.43408 -0.190169,-0.66766 -0.132292,-0.16123 -0.314193,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.24598,0.22324 z" />
+ <path
+ id="path42075"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 92.971013,167.22104 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64493 0,-0.26044 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79374 -0.146761,-0.19844 -0.374137,-0.19844 z" />
+ <path
+ id="path42077"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 95.385334,167.22104 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0848 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.161231,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
+ <path
+ id="path42079"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 96.288637,166.23092 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05995,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
+ <path
+ id="path42081"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 98.58927,168.45094 q -0.07648,0.37413 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.56224,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179833,0.14676 0.179833,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20258 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450619,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z m -0.768945,0.68626 h 0.124024 l -0.103353,0.1633 q 0.130224,0.0331 0.194303,0.11162 0.06408,0.0786 0.06408,0.19017 0,0.14883 -0.124024,0.26045 -0.124023,0.11368 -0.320393,0.11368 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10748 -0.04754,-0.0455 -0.117823,-0.0455 -0.02067,0 -0.05374,0.004 z" />
+ <path
+ id="path42083"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 99.930789,168.89742 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413409,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254252,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.1757,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
+ <path
+ id="path42085"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 101.66091,167.22104 q 0.42995,0 0.6904,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64493 0,-0.26044 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79374 -0.14676,-0.19844 -0.37413,-0.19844 z" />
+ <path
+ id="path42087"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 83.107022,172.62846 0.06821,0.0145 -0.239779,0.76067 h -2.170408 v -0.0765 h 0.10542 q 0.177767,0 0.254248,-0.11575 0.04341,-0.0661 0.04341,-0.30593 v -1.80867 q 0,-0.26252 -0.05788,-0.32866 -0.08062,-0.091 -0.239778,-0.091 h -0.10542 v -0.0765 h 1.269172 v 0.0765 q -0.223242,-0.002 -0.314192,0.0413 -0.08888,0.0434 -0.121957,0.10955 -0.03307,0.0662 -0.03307,0.31626 v 1.76113 q 0,0.17157 0.03307,0.23565 0.02481,0.0434 0.07648,0.0641 0.05168,0.0207 0.32246,0.0207 h 0.204639 q 0.32246,0 0.452685,-0.0476 0.130224,-0.0475 0.237711,-0.16743 0.107487,-0.12195 0.214974,-0.3824 z" />
+ <path
+ id="path42089"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 85.287766,170.67716 v -0.0765 h 0.992186 v 0.0765 h -0.105419 q -0.165365,0 -0.254248,0.13849 -0.04341,0.0641 -0.04341,0.29766 v 1.13688 q 0,0.42167 -0.08475,0.65525 -0.08268,0.23151 -0.328662,0.39894 -0.243912,0.16537 -0.665591,0.16537 -0.458887,0 -0.696598,-0.15916 -0.237712,-0.15917 -0.33693,-0.42789 -0.06615,-0.18396 -0.06615,-0.69039 v -1.09554 q 0,-0.25838 -0.07235,-0.339 -0.07028,-0.0806 -0.229443,-0.0806 h -0.10542 v -0.0765 h 1.211295 v 0.0765 h -0.107487 q -0.173633,0 -0.248047,0.10955 -0.05168,0.0744 -0.05168,0.31006 v 1.22163 q 0,0.1633 0.02894,0.37414 0.03101,0.21084 0.109554,0.32866 0.07855,0.11782 0.225309,0.1943 0.148828,0.0765 0.363802,0.0765 0.274919,0 0.491959,-0.11989 0.217041,-0.11989 0.295589,-0.30592 0.08062,-0.1881 0.08062,-0.63459 v -1.13481 q 0,-0.26252 -0.05788,-0.32866 -0.08061,-0.091 -0.239778,-0.091 z" />
+ <path
+ id="path42091"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 88.855504,173.1907 q -0.138493,0.14469 -0.270785,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.65939,-0.339 0.250114,0 0.413412,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165365,-0.17364 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z" />
+ <path
+ id="path42093"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 90.707585,173.13075 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
+ <path
+ id="path42095"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
+ d="m 93.558055,172.16544 -0.235644,-1.02113 q -0.05994,-0.26458 -0.144694,-0.36173 -0.06408,-0.0744 -0.233578,-0.10542 l 0.02274,-0.0765 h 1.345653 l -0.0248,0.0765 q -0.196371,0 -0.287321,0.0806 -0.08888,0.0786 -0.08888,0.1881 0,0.0682 0.03721,0.23771 l 0.181901,0.82889 0.452685,-0.62425 q 0.173633,-0.23978 0.217041,-0.33693 0.04341,-0.0992 0.04341,-0.17363 0,-0.0744 -0.05581,-0.13022 -0.05581,-0.0558 -0.179834,-0.0703 l 0.02274,-0.0765 h 0.841291 v 0.0765 q -0.113688,0.0124 -0.19637,0.0744 -0.08268,0.062 -0.322461,0.39274 l -0.795816,1.09554 -0.186035,0.64906 q -0.05995,0.2005 -0.05995,0.23357 0,0.0889 0.06821,0.14676 0.06821,0.0579 0.229443,0.0579 h 0.07855 l -0.02274,0.0765 h -1.434537 l 0.02067,-0.0765 q 0.157096,0.002 0.252181,-0.0413 0.09508,-0.0455 0.142627,-0.11575 0.03307,-0.0496 0.09715,-0.26459 z" />
+ <path
+ id="path42097"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 96.028704,172.10001 -0.268201,0.93483 q 0.122473,-0.13333 0.204639,-0.17673 0.08217,-0.045 0.178284,-0.045 0.186035,0 0.277502,0.13487 0.09302,0.13333 0.09302,0.30851 0,0.41858 -0.303858,0.74724 -0.269751,0.28991 -0.613916,0.28991 -0.255798,0 -0.541052,-0.15038 l 0.47439,-1.64486 q 0.03411,-0.11627 0.03411,-0.15968 0,-0.0372 -0.03101,-0.0589 -0.04341,-0.031 -0.131775,-0.0264 l 0.01705,-0.062 0.517798,-0.0915 z m -0.595313,2.05879 q 0.07286,0.0465 0.131775,0.0465 0.08217,0 0.137976,-0.0326 0.08837,-0.0527 0.184485,-0.19068 0.09767,-0.13798 0.162781,-0.33332 0.06511,-0.19533 0.06511,-0.38912 0,-0.11007 -0.04961,-0.16743 -0.04961,-0.0574 -0.114722,-0.0574 -0.10852,0 -0.189135,0.10542 -0.05426,0.0682 -0.117823,0.2899 z" />
+ <path
+ id="path42099"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 97.456523,172.81315 -0.300756,1.0542 q -0.0217,0.0729 -0.0217,0.10077 0,0.0139 0.01085,0.0217 0.0124,0.0124 0.02946,0.0124 0.07131,0 0.190686,-0.12712 0.170532,-0.18449 0.358118,-0.5302 l 0.141076,-0.47439 0.392224,-0.0139 -0.297656,1.02319 q -0.03721,0.13022 -0.03721,0.14883 0,0.0124 0.01085,0.0264 0.0124,0.0124 0.02481,0.0124 0.0217,0 0.04186,-0.0186 0.05581,-0.045 0.147278,-0.18138 l 0.05271,0.0372 q -0.215491,0.38913 -0.47439,0.38913 -0.09612,0 -0.151929,-0.0481 -0.05426,-0.0496 -0.05426,-0.12868 0,-0.0837 0.03876,-0.21239 l 0.07596,-0.262 q -0.201538,0.29301 -0.293006,0.39533 -0.139526,0.15348 -0.235644,0.20464 -0.09457,0.0512 -0.181384,0.0512 -0.08217,0 -0.142627,-0.0605 -0.05891,-0.0605 -0.05891,-0.15348 0,-0.0791 0.03876,-0.21239 l 0.175183,-0.62012 q 0.04341,-0.15193 0.04341,-0.20464 0,-0.0232 -0.0124,-0.0403 -0.0124,-0.0186 -0.04186,-0.0279 -0.02791,-0.0109 -0.10542,-0.0109 l 0.0155,-0.0589 0.52865,-0.0915 z" />
+ <path
+ id="path42101"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
+ d="m 99.561821,172.81315 -0.06821,0.47904 h -0.05736 q -0.0124,-0.18604 -0.114721,-0.29301 -0.100769,-0.10697 -0.217041,-0.10697 -0.07131,0 -0.117822,0.0419 -0.04651,0.0419 -0.04651,0.10077 0,0.0496 0.02015,0.093 0.02015,0.0434 0.08992,0.11782 0.244946,0.26355 0.297656,0.36277 0.05271,0.0992 0.05271,0.21239 0,0.12247 -0.06201,0.23254 -0.06201,0.10852 -0.186035,0.17518 -0.122473,0.0651 -0.255798,0.0651 -0.08992,0 -0.221692,-0.0357 -0.08682,-0.0248 -0.130225,-0.0248 -0.03876,0 -0.06046,0.0124 -0.0217,0.0109 -0.04806,0.0481 h -0.05736 l 0.07596,-0.51625 h 0.04961 q 0.05426,0.18758 0.100769,0.2682 0.04806,0.0791 0.127124,0.12712 0.07906,0.0465 0.151929,0.0465 0.08527,0 0.141077,-0.0527 0.05581,-0.0543 0.05581,-0.12867 0,-0.0729 -0.03721,-0.14108 -0.03566,-0.0682 -0.167431,-0.21239 -0.181385,-0.19689 -0.238745,-0.30386 -0.04031,-0.0775 -0.04031,-0.17673 0,-0.16743 0.120923,-0.27905 0.122473,-0.11162 0.342615,-0.11162 0.09612,0 0.235644,0.0341 0.06976,0.0171 0.111621,0.0171 0.06046,0 0.09767,-0.0512 z" />
</g>
<g
- id="g7555-7-1-9"
- transform="translate(-9.6605571,115.47878)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.90855"
- x="80.450356"
- height="14.150701"
- width="38.836143"
- id="rect7253-2-7-9-3"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-8-1"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27083-7">Inserir as admitâncias</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27144">fixas das máquinas</tspan><tspan
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="43.950554"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27152">e cargas na <tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan27140">Y</tspan><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- id="tspan27136">bus</tspan></tspan></text>
+ style="opacity:1"
+ id="g43460">
+ <path
+ id="path43472"
+ d="M 90.007812 161.5293 L 90.007812 164.36523 L 90.408203 164.36523 L 90.408203 161.5293 L 90.007812 161.5293 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43462">
+ <g
+ style="opacity:1"
+ id="g43466">
+ <path
+ id="path43468"
+ d="m 90.207873,165.28802 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43470"
+ d="M 89.222656 163.79688 L 90.207031 165.50195 L 90.300781 165.3418 L 91.193359 163.79688 L 89.222656 163.79688 z M 89.591797 164.00977 L 90.824219 164.00977 L 90.207031 165.07422 L 89.591797 164.00977 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
</g>
<g
- id="g7555-7-0-3-9"
- transform="translate(-9.7354821,133.68638)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.814056"
- x="86.991402"
- height="9.5276833"
- width="25.903906"
- id="rect7253-2-7-1-6-7"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-7-1-8"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan13467-6-8">Decomposição</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan13510-1">LU da <tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- id="tspan13469-0-1">Y</tspan><tspan
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- id="tspan13463-8-3">bus</tspan></tspan></text>
+ style="opacity:1"
+ id="g43546">
+ <path
+ id="path43558"
+ d="M 90.007812 130.01367 L 90.007812 132.84961 L 90.408203 132.84961 L 90.408203 130.01367 L 90.007812 130.01367 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43548">
+ <g
+ style="opacity:1"
+ id="g43552">
+ <path
+ id="path43554"
+ d="m 90.207873,133.7725 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43556"
+ d="M 89.222656 132.28125 L 90.207031 133.98633 L 90.300781 133.82617 L 91.193359 132.28125 L 89.222656 132.28125 z M 89.591797 132.49609 L 90.824219 132.49609 L 90.207031 133.55859 L 89.591797 132.49609 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
</g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-4)"
- d="m 90.207873,161.53 v 2.83482"
- id="path9106-8-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6)"
- d="m 90.207873,130.01448 v 2.83482"
- id="path9106-8-3-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-2)"
- d="m 90.207873,143.43264 v 2.83482"
- id="path9106-8-3-60"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1)"
- d="m 90.207873,174.90489 v 3.8724 H 116.1097 v -66.80307 h 28.40529 v 3.09079"
- id="path9106-8-3-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
<g
- id="g7555-7-1-96"
- transform="translate(44.494937,84.815192)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.374012"
- x="82.497612"
- height="14.133335"
- width="34.280636"
- id="rect7253-2-7-9-9"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-8-5"
- y="37.184788"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="37.184788"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27083-5">Cálculo das</tspan><tspan
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="41.418118"
- x="99.882896"
- sodipodi:role="line"
- id="tspan32156">correntes injetadas</tspan></text>
+ style="opacity:1"
+ id="g43620">
+ <path
+ id="path43632"
+ d="M 90.007812 143.43359 L 90.007812 146.26758 L 90.408203 146.26758 L 90.408203 143.43359 L 90.007812 143.43359 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43622">
+ <g
+ style="opacity:1"
+ id="g43626">
+ <path
+ id="path43628"
+ d="m 90.207873,147.19066 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43630"
+ d="M 89.222656 145.69922 L 90.207031 147.4043 L 90.300781 147.24414 L 91.193359 145.69922 L 89.222656 145.69922 z M 89.591797 145.91406 L 90.824219 145.91406 L 90.207031 146.97656 L 89.591797 145.91406 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
</g>
<g
- id="g7555-7-1-6"
- transform="translate(44.595162,102.91762)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.374012"
- x="74.971329"
- height="14.266968"
- width="49.794193"
- id="rect7253-2-7-9-0"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-8-9"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27083-3">Inicialização das variáveis</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27274">integráveis e não integráveis</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="43.950554"
- x="100.41206"
- sodipodi:role="line"
- id="tspan27276">das máquinas </tspan></text>
+ style="opacity:1"
+ id="g43682">
+ <path
+ id="path43694"
+ d="M 115.91016 111.77344 L 115.91016 178.57812 L 90.408203 178.57812 L 90.408203 174.9043 L 90.007812 174.9043 L 90.007812 178.97656 L 116.31055 178.97656 L 116.31055 112.17383 L 144.31445 112.17383 L 144.31445 115.06445 L 144.71484 115.06445 L 144.71484 111.77344 L 115.91016 111.77344 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43684">
+ <g
+ style="opacity:1"
+ id="g43688">
+ <path
+ id="path43690"
+ d="m 144.51499,115.98821 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43692"
+ d="M 143.5293 114.49805 L 144.51562 116.20117 L 144.60742 116.04102 L 145.5 114.49805 L 143.5293 114.49805 z M 143.89844 114.71094 L 145.13086 114.71094 L 144.51562 115.77539 L 143.89844 114.71094 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
</g>
<g
- id="g27308"
- transform="translate(61.923038,-13.194104)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="2.9765625"
- rx="2.9765625"
- y="179.11868"
- x="62.153458"
- height="5.953125"
- width="40.774181"
- id="rect7253-3-5-6"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-6-1-0"
- y="183.53598"
- x="65.388115"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- y="183.53598"
- x="65.388115"
- id="tspan6086-3-6-8"
- sodipodi:role="line">Fim da inicialização</tspan></text>
+ style="opacity:1"
+ id="g42954">
+ <path
+ id="path42956"
+ d="m 126.99255,116.1892 h 34.28064 v 14.13334 h -34.28064 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path42958"
+ d="M 126.8418 116.03906 L 126.8418 116.18945 L 126.8418 130.47266 L 161.42383 130.47266 L 161.42383 116.03906 L 126.8418 116.03906 z M 127.14258 116.33984 L 161.12305 116.33984 L 161.12305 130.17188 L 127.14258 130.17188 L 127.14258 116.33984 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-8-5"
+ aria-label="Cálculo das
+correntes injetadas">
+ <path
+ id="path42105"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 136.99638,119.13297 0.0641,0.95291 h -0.0641 q -0.12815,-0.42788 -0.36587,-0.61598 -0.23771,-0.1881 -0.5705,-0.1881 -0.27906,0 -0.50436,0.14263 -0.22531,0.14056 -0.35554,0.45061 -0.12816,0.31006 -0.12816,0.77102 0,0.38033 0.12196,0.65939 0.12196,0.27905 0.36587,0.42788 0.24598,0.14882 0.56017,0.14882 0.27285,0 0.48163,-0.11575 0.20877,-0.11782 0.45888,-0.46509 l 0.0641,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.28112,0.17364 -0.66766,0.17364 -0.6966,0 -1.079,-0.51677 -0.28525,-0.38447 -0.28525,-0.90537 0,-0.41961 0.1881,-0.77101 0.1881,-0.3514 0.51676,-0.54364 0.33073,-0.1943 0.7214,-0.1943 0.30386,0 0.59945,0.14883 0.0868,0.0455 0.12402,0.0455 0.0558,0 0.0971,-0.0393 0.0537,-0.0558 0.0765,-0.15503 z" />
+ <path
+ id="path42107"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 138.48053,121.72713 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z m 0.20464,-2.466 -0.60978,0.71313 h -0.0703 l 0.21704,-0.71313 z" />
+ <path
+ id="path42109"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 139.93574,119.06062 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0476,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0538,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path42111"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 142.06687,121.28064 q -0.0765,0.37414 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26459,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z" />
+ <path
+ id="path42113"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 143.99543,120.10655 v 1.14722 q 0,0.32866 0.0145,0.40308 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23357 h -0.093 v -0.401 q -0.24391,0.26458 -0.37207,0.33279 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40927 v -0.84543 q 0,-0.13436 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.091,0.34726 0.093,0.0827 0.22325,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z" />
+ <path
+ id="path42115"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 145.10337,119.06062 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0538,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path42117"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 146.55238,120.05074 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13023,-0.25839 0.34107,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path42119"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 150.13872,121.78707 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0476,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.06 -0.19843,-0.06 -0.1819,0 -0.32453,0.1633 -0.1881,0.21498 -0.1881,0.62839 0,0.41754 0.1819,0.64078 0.1819,0.22118 0.40514,0.22118 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path42121"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 151.9908,121.72713 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.1261,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42123"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 154.01859,120.05074 v 0.64493 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41342 -0.12196,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25839 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15917,-0.39067 0.16123,-0.1571 0.41547,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42125"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 130.31773,125.51397 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.36381,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z" />
+ <path
+ id="path42127"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 131.51248,124.28407 q 0.42995,0 0.6904,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25839 0.34106,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z" />
+ <path
+ id="path42129"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 133.25708,124.28407 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z" />
+ <path
+ id="path42131"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 134.67095,124.28407 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0538,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96944 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z" />
+ <path
+ id="path42133"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 135.84917,125.05302 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48575,0.23977 0.18604,0 0.32246,-0.10128 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42135"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 137.95963,124.68508 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0723,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.1323,0 0.18397,-0.0393 0.0538,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42137"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 140.07423,123.7177 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0538,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.091,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15297 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z" />
+ <path
+ id="path42139"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 141.01681,125.05302 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42141"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 143.79906,124.28407 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42143"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 145.7607,123.29395 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42145"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 147.00507,124.68508 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42147"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 149.04938,123.29189 q 0.0889,0 0.1509,0.062 0.062,0.062 0.062,0.15089 0,0.0868 -0.062,0.14883 -0.062,0.062 -0.1509,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0889 0.062,-0.15089 0.062,-0.062 0.14882,-0.062 z m 0.17777,0.99218 v 1.90583 q 0,0.48576 -0.20671,0.7214 -0.2067,0.23565 -0.53743,0.23565 -0.1881,0 -0.27905,-0.0682 -0.0909,-0.0682 -0.0909,-0.14056 0,-0.0723 0.0517,-0.12402 0.0496,-0.0517 0.11783,-0.0517 0.0537,0 0.10955,0.0269 0.0351,0.0145 0.13436,0.10336 0.10128,0.0909 0.1695,0.0909 0.0496,0 0.0971,-0.0393 0.0475,-0.0372 0.0703,-0.12815 0.0227,-0.0889 0.0227,-0.38861 v -1.34772 q 0,-0.31213 -0.0186,-0.40101 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42149"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 150.06224,125.05302 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z" />
+ <path
+ id="path42151"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 152.17064,123.7177 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0538,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0723,0.20257 -0.20463,0.30593 -0.1323,0.10128 -0.27286,0.10128 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15297 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0786 0.13229,-0.28732 z" />
+ <path
+ id="path42153"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 153.86769,125.96046 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26459 0.21083,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0538 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.091 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z" />
+ <path
+ id="path42155"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 156.00916,126.0204 q -0.13849,0.14469 -0.27078,0.20877 -0.1323,0.062 -0.28526,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0538,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.06 -0.19844,-0.06 -0.1819,0 -0.32452,0.1633 -0.18811,0.21498 -0.18811,0.62839 0,0.41754 0.1819,0.64078 0.18191,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path42157"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 157.86124,125.96046 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0538 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42159"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 159.88902,124.28407 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
</g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-25)"
- d="m 144.46358,130.38147 v 2.83482"
- id="path9106-8-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-63)"
- d="m 144.46358,148.5277 v 2.83482"
- id="path9106-8-3-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
<g
- id="g7555-7-1-6-8"
- transform="translate(44.528347,121.23085)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <rect
- ry="0"
- rx="0"
- y="31.374012"
- x="81.786705"
- height="9.3224831"
- width="36.29707"
- id="rect7253-2-7-9-0-3"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <text
- id="text6088-8-8-8-9-9"
- y="35.483894"
- x="99.882896"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="35.483894"
- x="99.882896"
- sodipodi:role="line"
- id="tspan27276-2">Inicialização dos</tspan><tspan
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- y="39.717224"
- x="99.882896"
- sodipodi:role="line"
- id="tspan30642">sistemas de controle</tspan></text>
+ style="opacity:1"
+ id="g43056">
+ <path
+ id="path43058"
+ d="m 119.56649,134.29163 h 49.79419 v 14.26696 h -49.79419 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43060"
+ d="M 119.41602 134.14258 L 119.41602 134.29102 L 119.41602 148.70898 L 169.50977 148.70898 L 169.50977 134.14258 L 119.41602 134.14258 z M 119.7168 134.44141 L 169.21094 134.44141 L 169.21094 148.4082 L 119.7168 148.4082 L 119.7168 134.44141 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-8-9"
+ aria-label="Inicialização das variáveis
+integráveis e não integráveis
+das máquinas ">
+ <path
+ id="path42163"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 123.46851,138.32504 v 0.0765 h -1.20096 v -0.0765 h 0.0992 q 0.17364,0 0.25219,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0847,-0.0889 -0.0909,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 1.20096 v 0.0765 h -0.10129 q -0.17157,0 -0.25011,0.10129 -0.0517,0.0661 -0.0517,0.31833 v 1.81074 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0889,0.0496 0.1881,0.0496 z" />
+ <path
+ id="path42165"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 124.26019,136.8533 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17777,0.25425 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0662,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0476,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path42167"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 126.30657,135.46217 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42169"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 128.60721,137.68218 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.20051 -0.49402,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59944 0.16743,0.25839 0.45061,0.25839 0.20258,0 0.36381,-0.1385 0.11368,-0.0951 0.22117,-0.34519 z" />
+ <path
+ id="path42171"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 129.35755,135.46217 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42173"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 131.12281,138.12867 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path42175"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 132.57802,135.46217 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.9281 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0723 0.5643,-0.23151 z" />
+ <path
+ id="path42177"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 133.58261,135.46217 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42179"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 135.92045,137.82068 -0.0227,0.58084 h -1.67018 v -0.0744 l 1.25677,-1.67432 h -0.62012 q -0.2005,0 -0.26251,0.0269 -0.062,0.0248 -0.10129,0.0971 -0.0558,0.10336 -0.0641,0.25632 h -0.0827 l 0.0124,-0.52503 h 1.5875 v 0.0765 l -1.26917,1.67845 h 0.69039 q 0.21705,0 0.29353,-0.0351 0.0785,-0.0372 0.12609,-0.12816 0.0331,-0.0661 0.0558,-0.27905 z" />
+ <path
+ id="path42181"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 137.22476,138.12867 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.15709,0 0.41341,-0.20671 z" />
+ <path
+ id="path42183"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 139.63701,137.68218 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.20051 -0.49403,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23977,-0.27078 -0.23977,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12195,0 -0.18396,-0.0786 -0.0351,-0.0434 -0.0476,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16536,0.59944 0.16744,0.25839 0.45062,0.25839 0.20257,0 0.3638,-0.1385 0.11369,-0.0951 0.22118,-0.34519 z m -0.76894,0.68627 h 0.12402 l -0.10335,0.16329 q 0.13022,0.0331 0.1943,0.11163 0.0641,0.0785 0.0641,0.19016 0,0.14883 -0.12402,0.26045 -0.12403,0.11369 -0.3204,0.11369 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0723,-0.0682 0.0723,-0.1571 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z" />
+ <path
+ id="path42185"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 140.97853,138.12867 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.28319 0.11782,-0.40928 0.10956,-0.12609 0.27079,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40515,-0.16537 -0.13022,-0.0889 -0.17569,-0.10748 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z" />
+ <path
+ id="path42187"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 142.70866,136.45229 q 0.42995,0 0.69039,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26044 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13435 q -0.10955,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16537,0.29973 0.43408,0.29973 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path42189"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 146.295,138.18861 q -0.13849,0.1447 -0.27079,0.20878 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.339 0.65939,-0.339 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0723 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.33279 0.0145,0.40721 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32452,0.16329 -0.18811,0.21498 -0.18811,0.62839 0,0.41754 0.1819,0.64079 0.18191,0.22117 0.40515,0.22117 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path42191"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 148.14708,138.12867 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path42193"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 150.17486,136.45229 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14055,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42195"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 151.55772,136.5081 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12403,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.08521 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14882,0.0434 -0.0724,0.062 -0.13023,0.2067 l -0.67179,1.62471 h -0.0848 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z" />
+ <path
+ id="path42197"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 154.84434,138.12867 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path42199"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 156.2024,136.45229 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0538,0.13643 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19638,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z" />
+ <path
+ id="path42201"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 157.54392,135.46217 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42203"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 159.30918,138.12867 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.1571,0 0.41341,-0.20671 z m 0.20464,-2.466 -0.60978,0.71314 h -0.0703 l 0.21704,-0.71314 z" />
+ <path
+ id="path42205"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 160.01611,136.5081 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12403,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.08521 q 0.0476,-0.11575 0.0476,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14882,0.0434 -0.0724,0.062 -0.13023,0.2067 l -0.67179,1.62471 h -0.0847 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z" />
+ <path
+ id="path42207"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 162.54826,137.22123 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42209"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 164.58844,135.46217 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42211"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 166.5046,136.45229 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23152,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42213"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 120.94876,139.6955 q 0.0868,0 0.14677,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42215"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 122.19313,141.08662 q 0.3328,-0.401 0.63459,-0.401 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17776,0.25425 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0661,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42217"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 124.30773,140.11924 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.091,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30385 v -1.27331 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25839 0.0475,-0.0785 0.13229,-0.28732 z" />
+ <path
+ id="path42219"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 125.25031,141.45456 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42221"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 127.3153,141.94445 q -0.17364,-0.0847 -0.26665,-0.23564 -0.093,-0.15296 -0.093,-0.33693 0,-0.28112 0.21084,-0.48369 0.2129,-0.20257 0.54363,-0.20257 0.27079,0 0.46922,0.13229 h 0.40101 q 0.0889,0 0.10336,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10336,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26458 -0.20257,0.45269 -0.20257,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.0909,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0475 0.0579,0.008 0.28939,0.0145 0.42581,0.0103 0.55191,0.0289 0.19223,0.0269 0.30592,0.14263 0.11575,0.11575 0.11575,0.28525 0,0.23358 -0.2191,0.43822 -0.32246,0.30179 -0.8413,0.30179 -0.39894,0 -0.67386,-0.17984 -0.15502,-0.10335 -0.15502,-0.21497 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.1447,-0.2129 0.0145,-0.0186 0.21084,-0.22325 -0.10749,-0.0641 -0.15297,-0.11368 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0724 0.0579,-0.1695 0.06,-0.0971 0.27286,-0.27492 z m 0.35966,-1.15962 q -0.15296,0 -0.25631,0.12196 -0.10335,0.12196 -0.10335,0.37414 0,0.32659 0.14056,0.50643 0.10748,0.13642 0.27285,0.13642 0.15709,0 0.25838,-0.11782 0.10128,-0.11782 0.10128,-0.37 0,-0.32866 -0.14262,-0.5147 -0.10542,-0.13643 -0.27079,-0.13643 z m -0.38034,1.85002 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.0909 -0.0496,0.16743 0,0.0992 0.11989,0.17363 0.20671,0.12816 0.59738,0.12816 0.37207,0 0.54777,-0.13229 0.17777,-0.13022 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.10749,-0.0455 -0.42581,-0.0538 -0.46509,-0.0124 -0.71521,-0.0475 z" />
+ <path
+ id="path42223"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 129.4795,140.68562 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0723,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.1323,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0723,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z" />
+ <path
+ id="path42225"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 131.4122,142.362 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.15709,0 0.41341,-0.20671 z m 0.20464,-2.466 -0.60978,0.71314 h -0.0703 l 0.21704,-0.71314 z" />
+ <path
+ id="path42227"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 132.11913,140.74143 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12403,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.08521 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14882,0.0434 -0.0724,0.062 -0.13023,0.2067 l -0.67179,1.62471 h -0.0848 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z" />
+ <path
+ id="path42229"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 134.65128,141.45456 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42231"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 136.69146,139.6955 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42233"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 138.60762,140.68562 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0662,0.19844 0.0641,0.0847 0.26044,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.53951 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42235"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 140.40596,141.45456 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32247,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42237"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 143.57475,141.08662 q 0.3328,-0.401 0.63459,-0.401 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17777,0.25425 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0662,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.4899,0.26872 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42239"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 146.21232,142.362 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.15709,0 0.41341,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28319 0.11783,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25424,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16537 -0.13022,-0.0889 -0.1757,-0.10748 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z" />
+ <path
+ id="path42241"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 147.94244,140.68562 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39275 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13435 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path42243"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 150.67302,139.6955 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42245"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 151.91739,141.08662 q 0.3328,-0.401 0.63459,-0.401 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17776,0.25425 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0723,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.1323,0 0.18397,-0.0393 0.0538,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0661,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42247"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 154.03199,140.11924 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0537 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30385 v -1.27331 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25839 0.0475,-0.0785 0.13229,-0.28732 z" />
+ <path
+ id="path42249"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 154.97457,141.45456 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42251"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 157.03956,141.94445 q -0.17364,-0.0847 -0.26665,-0.23564 -0.093,-0.15296 -0.093,-0.33693 0,-0.28112 0.21084,-0.48369 0.2129,-0.20257 0.54363,-0.20257 0.27079,0 0.46923,0.13229 h 0.401 q 0.0889,0 0.10336,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10336,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26458 -0.20257,0.45269 -0.20257,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.0909,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13435,0.0475 0.0579,0.008 0.28939,0.0145 0.42582,0.0103 0.55191,0.0289 0.19223,0.0269 0.30592,0.14263 0.11575,0.11575 0.11575,0.28525 0,0.23358 -0.2191,0.43822 -0.32246,0.30179 -0.84129,0.30179 -0.39895,0 -0.67386,-0.17984 -0.15503,-0.10335 -0.15503,-0.21497 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.1447,-0.2129 0.0145,-0.0186 0.21084,-0.22325 -0.10749,-0.0641 -0.15296,-0.11368 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0724 0.0579,-0.1695 0.06,-0.0971 0.27286,-0.27492 z m 0.35966,-1.15962 q -0.15296,0 -0.25631,0.12196 -0.10335,0.12196 -0.10335,0.37414 0,0.32659 0.14056,0.50643 0.10748,0.13642 0.27285,0.13642 0.15709,0 0.25838,-0.11782 0.10128,-0.11782 0.10128,-0.37 0,-0.32866 -0.14262,-0.5147 -0.10542,-0.13643 -0.27079,-0.13643 z m -0.38033,1.85002 q -0.0972,0.10542 -0.14677,0.19637 -0.0496,0.0909 -0.0496,0.16743 0,0.0992 0.11989,0.17363 0.20671,0.12816 0.59738,0.12816 0.37207,0 0.54777,-0.13229 0.17777,-0.13022 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.10749,-0.0455 -0.42581,-0.0538 -0.46509,-0.0124 -0.7152,-0.0475 z" />
+ <path
+ id="path42253"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 159.20376,140.68562 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0723,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.1323,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0723,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z" />
+ <path
+ id="path42255"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 161.13646,142.362 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0972 0.20464,0.0972 0.15709,0 0.41341,-0.20671 z m 0.20464,-2.466 -0.60978,0.71314 h -0.0703 l 0.21704,-0.71314 z" />
+ <path
+ id="path42257"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 161.84339,140.74143 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12403,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.08521 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14882,0.0434 -0.0724,0.062 -0.13023,0.2067 l -0.67179,1.62471 h -0.0847 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z" />
+ <path
+ id="path42259"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 164.37554,141.45456 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42261"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 166.41572,139.6955 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42263"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 168.33188,140.68562 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20258,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.53951 0,0.25838 -0.19638,0.41754 -0.1943,0.1571 -0.43614,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42265"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 134.49211,146.65527 q -0.13849,0.1447 -0.27078,0.20878 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25839 -0.23151,-0.26044 -0.23151,-0.66765 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0476,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0723 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.33279 0.0145,0.40721 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19843,-0.0599 -0.1819,0 -0.32453,0.16329 -0.1881,0.21498 -0.1881,0.62839 0,0.41754 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path42267"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 136.34419,146.59533 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51057,-0.14882 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42269"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 138.37198,144.91895 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41547,-0.15709 0.11163,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42271"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 140.41423,145.32202 q 0.2067,-0.2067 0.24391,-0.23771 0.093,-0.0785 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17777,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.21291,-0.24804 0.35967,-0.32453 0.14676,-0.0785 0.30179,-0.0785 0.15089,0 0.26665,0.0785 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12195,0 0.19017,-0.0476 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25839,-0.13229 -0.10955,0 -0.22117,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24184 0.0227,0.0476 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.06 -0.17157,0.0909 -0.26458,0.20463 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path42273"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 144.21554,146.59533 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41342,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z m 0.20464,-2.466 -0.60978,0.71314 h -0.0703 l 0.21704,-0.71314 z" />
+ <path
+ id="path42275"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 146.69601,144.91895 v 2.43499 q 0,0.1819 0.0248,0.23357 0.0248,0.0517 0.0765,0.0806 0.0538,0.0289 0.20671,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.0393 q 0.11576,0 0.1757,-0.0331 0.0413,-0.0227 0.0661,-0.0827 0.0248,-0.0579 0.0248,-0.22737 v -0.81442 q -0.1881,0.22324 -0.32866,0.30592 -0.14056,0.0806 -0.29145,0.0806 -0.27492,0 -0.49196,-0.25012 -0.21498,-0.25011 -0.21498,-0.66972 0,-0.48163 0.28526,-0.78342 0.28525,-0.30385 0.68833,-0.30385 0.11782,0 0.21704,0.0331 0.0992,0.0331 0.17777,0.0992 0.11988,-0.0579 0.22944,-0.13229 z m -0.34107,1.49034 v -0.88883 q 0,-0.15503 -0.0413,-0.24391 -0.0393,-0.0889 -0.14262,-0.1509 -0.10336,-0.062 -0.23358,-0.062 -0.23151,0 -0.39688,0.19637 -0.16536,0.19637 -0.16536,0.59531 0,0.38241 0.16743,0.58084 0.1695,0.19844 0.40721,0.19844 0.12196,0 0.21704,-0.0517 0.0951,-0.0538 0.1881,-0.17364 z" />
+ <path
+ id="path42277"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 148.79614,144.97476 v 1.14721 q 0,0.32866 0.0145,0.40308 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.33279 -0.12815,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13436 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.2671 q 0,0.26458 0.0909,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11368,-0.0558 0.26871,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z" />
+ <path
+ id="path42279"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 149.73458,143.92883 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42281"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 150.97895,145.31995 q 0.33279,-0.401 0.63458,-0.401 0.15503,0 0.26665,0.0785 0.11162,0.0765 0.17777,0.25425 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0662,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0476,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path42283"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 153.61651,146.59533 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29353,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.091 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42285"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 155.64429,144.91895 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ </g>
+ <g
+ style="opacity:1"
+ id="g43158">
+ <path
+ id="path43160"
+ d="m 127.05305,165.92458 h 34.82106 c 1.64902,0 2.97656,1.32754 2.97656,2.97656 0,1.64901 -1.32754,2.97656 -2.97656,2.97656 h -34.82106 c -1.64901,0 -2.97656,-1.32755 -2.97656,-2.97656 0,-1.64902 1.32755,-2.97656 2.97656,-2.97656 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43162"
+ d="M 127.05273 165.77539 C 125.32322 165.77539 123.92578 167.17087 123.92578 168.90039 C 123.92578 170.62991 125.32322 172.02734 127.05273 172.02734 L 161.875 172.02734 C 163.60453 172.02734 165 170.62991 165 168.90039 C 165 167.17087 163.60452 165.77539 161.875 165.77539 L 127.05273 165.77539 z M 127.05273 166.07422 L 161.875 166.07422 C 163.44352 166.07422 164.70117 167.33188 164.70117 168.90039 C 164.70117 170.4689 163.44351 171.72852 161.875 171.72852 L 127.05273 171.72852 C 125.48423 171.72852 124.22656 170.46889 124.22656 168.90039 C 124.22656 167.33188 125.48423 166.07422 127.05273 166.07422 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-6-1-0"
+ aria-label="Fim da inicialização">
+ <path
+ id="path42289"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 128.17725,167.69191 v 1.10174 h 0.51056 q 0.1757,0 0.25631,-0.0765 0.0827,-0.0786 0.10956,-0.30799 h 0.0765 v 0.94877 h -0.0765 q -0.002,-0.16329 -0.0434,-0.23977 -0.0393,-0.0765 -0.11162,-0.11369 -0.0703,-0.0393 -0.21084,-0.0393 h -0.51056 v 0.88057 q 0,0.21291 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0909,0.0496 0.19017,0.0496 h 0.10129 v 0.0765 h -1.20303 v -0.0765 h 0.0992 q 0.17363,0 0.25218,-0.10128 0.0496,-0.0661 0.0496,-0.31833 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0847,-0.0889 -0.0889,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 2.08566 l 0.0269,0.61598 h -0.0723 q -0.0537,-0.19637 -0.12609,-0.28732 -0.0703,-0.093 -0.1757,-0.13436 -0.10336,-0.0413 -0.32246,-0.0413 z" />
+ <path
+ id="path42291"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 130.28151,167.40252 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91983 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14055,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42293"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 131.53621,168.79572 q 0.20671,-0.20671 0.24391,-0.23772 0.093,-0.0785 0.20051,-0.12195 0.10749,-0.0434 0.2129,-0.0434 0.17777,0 0.30593,0.10335 0.12816,0.10336 0.17156,0.29973 0.21291,-0.24805 0.35967,-0.32453 0.14676,-0.0786 0.30179,-0.0786 0.1509,0 0.26665,0.0786 0.11782,0.0765 0.18604,0.25218 0.0455,0.11989 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24392 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.20051 v -0.81442 q 0,-0.23151 -0.0558,-0.32659 -0.0806,-0.13229 -0.25838,-0.13229 -0.10955,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.19431 0.0207,0.24185 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.06,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.33279 -0.0909,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22118,0.0599 -0.17156,0.0909 -0.26458,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42295"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 136.66044,170.12897 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25631,-0.339 0.65939,-0.339 0.25011,0 0.41341,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0476,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16537,-0.17364 -0.10128,-0.0599 -0.19843,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path42297"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 138.51252,170.06902 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.1261,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path42299"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 140.85656,167.40252 q 0.0868,0 0.14677,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42301"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 142.10093,168.79365 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24392 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0538,-0.0414 0.0744,-0.11989 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25839 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42303"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 144.14732,167.40252 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42305"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 146.44795,169.62254 q -0.0765,0.37413 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44649 0.26459,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20258 -0.16743,0.53537 0,0.339 0.16536,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z" />
+ <path
+ id="path42307"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 147.19829,167.40252 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42309"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 148.96356,170.06902 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17776 0.18191,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z" />
+ <path
+ id="path42311"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 150.41876,167.40252 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0538,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0538,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path42313"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 151.42335,167.40252 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42315"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 153.76119,169.76103 -0.0227,0.58084 h -1.67018 v -0.0744 l 1.25677,-1.67432 h -0.62011 q -0.20051,0 -0.26252,0.0269 -0.062,0.0248 -0.10129,0.0971 -0.0558,0.10335 -0.0641,0.25631 h -0.0827 l 0.0124,-0.52503 h 1.58749 v 0.0765 l -1.26917,1.67845 h 0.6904 q 0.21704,0 0.29352,-0.0351 0.0786,-0.0372 0.12609,-0.12816 0.0331,-0.0661 0.0558,-0.27905 z" />
+ <path
+ id="path42317"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 155.0655,170.06902 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.1261,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z" />
+ <path
+ id="path42319"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 157.47776,169.62254 q -0.0765,0.37413 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16744,0.20258 -0.16744,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z m -0.76895,0.68626 h 0.12403 l -0.10336,0.1633 q 0.13023,0.0331 0.19431,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12403,0.26045 -0.12402,0.11368 -0.32039,0.11368 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.1571 0,-0.062 -0.0475,-0.10748 -0.0476,-0.0455 -0.11783,-0.0455 -0.0207,0 -0.0537,0.004 z" />
+ <path
+ id="path42321"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 158.81928,170.06902 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28318 0.11783,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25424,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.1633,0 -0.40514,-0.16536 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z" />
+ <path
+ id="path42323"
+ style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
+ d="m 160.5494,168.39264 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51677 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ </g>
+ <g
+ style="opacity:1"
+ id="g43732">
+ <path
+ id="path43744"
+ d="M 144.26367 130.38086 L 144.26367 133.2168 L 144.66406 133.2168 L 144.66406 130.38086 L 144.26367 130.38086 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43734">
+ <g
+ style="opacity:1"
+ id="g43738">
+ <path
+ id="path43740"
+ d="m 144.46358,134.13949 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43742"
+ d="M 143.47852 132.64844 L 144.46289 134.35352 L 144.55664 134.19336 L 145.44922 132.64844 L 143.47852 132.64844 z M 143.84766 132.86133 L 145.08008 132.86133 L 144.46484 133.92578 L 143.84766 132.86133 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
+ </g>
+ <g
+ style="opacity:1"
+ id="g43770">
+ <path
+ id="path43782"
+ d="M 144.26367 148.52734 L 144.26367 151.36328 L 144.66406 151.36328 L 144.66406 148.52734 L 144.26367 148.52734 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43772">
+ <g
+ style="opacity:1"
+ id="g43776">
+ <path
+ id="path43778"
+ d="m 144.46358,152.28572 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43780"
+ d="M 143.47852 150.79492 L 144.46289 152.49805 L 144.55664 152.33984 L 145.44922 150.79492 L 143.47852 150.79492 z M 143.84766 151.00781 L 145.08008 151.00781 L 144.46484 152.07227 L 143.84766 151.00781 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
+ </g>
+ <g
+ style="opacity:1"
+ id="g43260">
+ <path
+ id="path43262"
+ d="m 126.31505,152.60486 h 36.29707 v 9.32248 h -36.29707 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43264"
+ d="M 126.16602 152.45508 L 126.16602 152.60547 L 126.16602 162.07812 L 162.76172 162.07812 L 162.76172 152.45508 L 126.16602 152.45508 z M 126.46484 152.75391 L 162.46289 152.75391 L 162.46289 161.77734 L 126.46484 161.77734 L 126.46484 152.75391 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ <g
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="text6088-8-8-8-9-9"
+ aria-label="Inicialização dos
+sistemas de controle">
+ <path
+ id="path42327"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 131.44667,156.63826 v 0.0765 h -1.20096 v -0.0765 h 0.0992 q 0.17363,0 0.25218,-0.10129 0.0496,-0.0661 0.0496,-0.31833 v -1.81074 q 0,-0.2129 -0.0269,-0.28112 -0.0207,-0.0517 -0.0847,-0.0889 -0.0909,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 1.20096 v 0.0765 h -0.10129 q -0.17156,0 -0.25011,0.10129 -0.0517,0.0661 -0.0517,0.31832 v 1.81074 q 0,0.21291 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.0889,0.0496 0.1881,0.0496 z" />
+ <path
+ id="path42329"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 132.23835,155.16651 q 0.3328,-0.40101 0.63459,-0.40101 0.15502,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0723,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42331"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 134.28473,153.77538 q 0.0868,0 0.14677,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42333"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 136.58537,155.9954 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z" />
+ <path
+ id="path42335"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 137.33571,153.77538 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91983 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14055,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42337"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 139.10097,156.44189 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.1261,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42339"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 140.55618,153.77538 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 H 139.934 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z" />
+ <path
+ id="path42341"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 141.56077,153.77538 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z" />
+ <path
+ id="path42343"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 143.89861,156.13389 -0.0227,0.58085 h -1.67018 v -0.0744 l 1.25677,-1.67431 h -0.62012 q -0.2005,0 -0.26251,0.0269 -0.062,0.0248 -0.10129,0.0971 -0.0558,0.10335 -0.0641,0.25632 h -0.0827 l 0.0124,-0.52504 h 1.5875 v 0.0765 l -1.26917,1.67844 h 0.6904 q 0.21704,0 0.29352,-0.0351 0.0785,-0.0372 0.12609,-0.12815 0.0331,-0.0661 0.0558,-0.27906 z" />
+ <path
+ id="path42345"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 145.20292,156.44189 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29353,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42347"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 147.61518,155.9954 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0723,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.36381,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z m -0.76895,0.68626 h 0.12402 l -0.10335,0.1633 q 0.13023,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12402,0.11369 -0.32039,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.15709 0,-0.062 -0.0476,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z" />
+ <path
+ id="path42349"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 148.95669,156.44189 q -0.29145,0.2253 -0.36586,0.26044 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z m -0.85162,-1.86035 h -0.0662 q 0.008,-0.28319 0.11782,-0.40928 0.10956,-0.12609 0.27079,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30592 -0.0517,0.11162 -0.14882,0.1757 -0.0951,0.062 -0.19224,0.062 -0.1633,0 -0.40514,-0.16537 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13435,0.0744 -0.0227,0.0351 -0.0579,0.20878 z" />
+ <path
+ id="path42351"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 150.68682,154.7655 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13023,-0.25839 0.34107,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33072,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path42353"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 154.27316,156.50183 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28526,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56223,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19843,-0.0599 -0.18191,0 -0.32453,0.1633 -0.1881,0.21498 -0.1881,0.62839 0,0.41754 0.1819,0.64078 0.1819,0.22118 0.40514,0.22118 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path42355"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 155.97848,154.7655 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25839 0.34107,-0.38034 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path42357"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 158.3928,154.7655 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23152,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42359"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 128.6148,158.99883 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42361"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 129.5181,158.00871 q 0.0868,0 0.14677,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.06,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z" />
+ <path
+ id="path42363"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 131.43426,158.99883 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15917,-0.39067 0.16123,-0.1571 0.41547,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42365"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 132.40578,158.43246 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z" />
+ <path
+ id="path42367"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 133.34836,159.76778 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48575,0.23977 0.18604,0 0.32247,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42369"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 135.46916,159.40191 q 0.2067,-0.20671 0.24391,-0.23771 0.093,-0.0786 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17777,0 0.30593,0.10336 0.12815,0.10335 0.17156,0.29972 0.21291,-0.24805 0.35967,-0.32453 0.14676,-0.0786 0.30179,-0.0786 0.15089,0 0.26665,0.0786 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12195,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10956,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.90331 q 0,0.1943 0.0207,0.24184 0.0227,0.0475 0.0827,0.0806 0.06,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11163 0.0103,-0.0351 0.0103,-0.20463 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.0909,-0.13229 -0.25424,-0.13229 -0.11163,0 -0.22118,0.0599 -0.17157,0.0909 -0.26458,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z" />
+ <path
+ id="path42371"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 139.27047,160.67522 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0848 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z" />
+ <path
+ id="path42373"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 141.29825,158.99883 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z" />
+ <path
+ id="path42375"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 144.11565,160.73516 q -0.13849,0.14469 -0.27078,0.20877 -0.1323,0.062 -0.28526,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18902 q 0,0.33279 0.0145,0.40721 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32452,0.1633 -0.18811,0.21497 -0.18811,0.62839 0,0.41754 0.18191,0.64078 0.1819,0.22118 0.40514,0.22118 0.1881,0 0.3638,-0.1881 z" />
+ <path
+ id="path42377"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 145.21326,159.76778 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48575,0.23977 0.18604,0 0.32246,-0.10128 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z" />
+ <path
+ id="path42379"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 149.43832,160.22873 q -0.0765,0.37414 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16744,0.20257 -0.16744,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z" />
+ <path
+ id="path42381"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 150.63308,158.99883 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21705,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z" />
+ <path
+ id="path42383"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 152.3756,159.39984 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.4899,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z" />
+ <path
+ id="path42385"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 154.4902,158.43246 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.1323,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0538 -0.13435,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23152,-0.15296 0.11988,-0.10955 0.2129,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z" />
+ <path
+ id="path42387"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 155.66842,158.99883 v 0.42582 q 0.23772,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0723,0 -0.16329,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0723,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z" />
+ <path
+ id="path42389"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 157.45436,158.99883 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38033 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33072,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z" />
+ <path
+ id="path42391"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 159.29611,158.00871 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0476,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0538,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z" />
+ <path
+ id="path42393"
+ style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
+ d="m 160.1374,159.76778 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48575,0.23977 0.18604,0 0.32247,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z" />
+ </g>
+ <g
+ style="opacity:1"
+ id="g43796">
+ <path
+ id="path43808"
+ d="M 144.26367 161.99805 L 144.26367 164.83203 L 144.66406 164.83203 L 144.66406 161.99805 L 144.26367 161.99805 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <g
+ id="g43798">
+ <g
+ style="opacity:1"
+ id="g43802">
+ <path
+ id="path43804"
+ d="m 144.46358,165.75607 -0.8,-1.384 h 1.6 z"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ <path
+ id="path43806"
+ d="M 143.47852 164.26562 L 144.46289 165.96875 L 144.55664 165.80859 L 145.44922 164.26562 L 143.47852 164.26562 z M 143.84766 164.47852 L 145.08008 164.47852 L 144.46484 165.54297 L 143.84766 164.47852 z "
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1;" />
+ </g>
+ </g>
</g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-63-9)"
- d="m 144.46358,161.99805 v 2.83482"
- id="path9106-8-3-1-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
</g>
</svg>
diff --git a/docusaurus/static/images/stabIterative.svg b/docusaurus/static/images/stabIterative.svg
index 03bb767..10c1d31 100644
--- a/docusaurus/static/images/stabIterative.svg
+++ b/docusaurus/static/images/stabIterative.svg
@@ -7,335 +7,335 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="stabIterative.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- id="svg11577"
- version="1.1"
- viewBox="0 0 93.909767 146.36983"
+ width="93.909767mm"
height="146.36983mm"
- width="93.909767mm">
+ viewBox="0 0 93.909767 146.36983"
+ version="1.1"
+ id="svg11577"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="stabIterative.svg">
<defs
id="defs11571">
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-5"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-5"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-71"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-71"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-1-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-1-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-7-3"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-7-3"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-1-1-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-1-1-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-7-4-6"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-7-4-6"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-1-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-1-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-7-4"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-7-4"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-3"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-9"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-9"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-7"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-7"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-5"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-5"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-0"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-0"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-0"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-00"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-00"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-1"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-1"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-8"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-80"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-80"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-10"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-10"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-82"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-82"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-06"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-06"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-6"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-03"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-03"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-19"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-19"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-29"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-29"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-58"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-58"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-6"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-6"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-05"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-05"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-99"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-99"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-1-3"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-1-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-7-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-7-2"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-1-3-1"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-1-3-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-7-2-7"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-7-2-7"
+ inkscape:connector-curvature="0" />
</marker>
<marker
- inkscape:stockid="TriangleOutM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutM-72-8-58-2"
+ inkscape:isstock="true"
style="overflow:visible"
- inkscape:isstock="true">
+ id="TriangleOutM-72-8-58-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutM">
<path
- inkscape:connector-curvature="0"
- id="path9253-4-8-6-2"
- d="M 5.77,0 -2.88,5 V -5 Z"
+ transform="scale(0.4)"
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1pt;stroke-opacity:1"
- transform="scale(0.4)" />
+ d="M 5.77,0 -2.88,5 V -5 Z"
+ id="path9253-4-8-6-2"
+ inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
- inkscape:window-maximized="1"
- inkscape:window-y="-8"
- inkscape:window-x="1912"
- inkscape:window-height="837"
- inkscape:window-width="1600"
- showgrid="false"
- inkscape:document-rotation="0"
- inkscape:current-layer="g34182-6"
- inkscape:document-units="mm"
- inkscape:cy="309.16121"
- inkscape:cx="222.8736"
- inkscape:zoom="2.8284271"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="1.0"
- bordercolor="#666666"
+ id="base"
pagecolor="#ffffff"
- id="base" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.99999999"
+ inkscape:cx="297.94793"
+ inkscape:cy="273.13017"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ inkscape:document-rotation="0"
+ showgrid="false"
+ inkscape:window-width="1600"
+ inkscape:window-height="837"
+ inkscape:window-x="1912"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
<metadata
id="metadata11574">
<rdf:RDF>
@@ -344,2821 +344,2551 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
- transform="translate(-65.520547,-60.618659)"
- id="layer1"
+ inkscape:label="Layer 1"
inkscape:groupmode="layer"
- inkscape:label="Layer 1">
- <g
- id="g35200"
- transform="translate(19.018776,34.919556)"
+ id="layer1"
+ transform="translate(-65.520547,-60.618659)">
+ <path
+ d="m 75.07737,68.895375 h 26.78418 c 1.64901,0 2.97656,1.327547 2.97656,2.976562 0,1.649016 -1.32755,2.976563 -2.97656,2.976563 H 75.07737 c -1.649016,0 -2.976563,-1.327547 -2.976563,-2.976563 0,-1.649015 1.327547,-2.976562 2.976563,-2.976562 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-3-8" />
+ <path
+ d="m 75.343645,72.862057 v 0.07648 h -1.200959 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318326 v -1.810741 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101286 q -0.171565,0 -0.250113,0.101285 -0.05168,0.06615 -0.05168,0.318327 v 1.810741 q 0,0.212906 0.02687,0.281119 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14025" />
+ <path
+ d="m 76.135327,71.390313 q 0.332796,-0.401008 0.634586,-0.401008 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254247 0.04547,0.124024 0.04547,0.380339 v 0.808218 q 0,0.179834 0.02894,0.243913 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194304 v -0.775145 q 0,-0.258382 -0.06821,-0.374137 -0.06614,-0.117823 -0.225309,-0.117823 -0.245979,0 -0.489892,0.268718 v 0.998387 q 0,0.192237 0.02274,0.237712 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 h 0.04134 q 0.144694,0 0.194304,-0.07235 0.05168,-0.07441 0.05168,-0.28112 v -0.702798 q 0,-0.341065 -0.01654,-0.415479 -0.01447,-0.07441 -0.04754,-0.101285 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14027" />
+ <path
+ d="m 78.351211,70.989305 v 1.521352 q 0,0.177767 0.02687,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z m 0.245979,-0.923974 -0.609781,0.713134 h -0.07028 l 0.217041,-0.713134 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14029" />
+ <path
+ d="m 80.482345,72.219203 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270784 -0.239779,-0.731737 0,-0.446484 0.264583,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279053,0 0.458887,0.148828 0.179834,0.14676 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183967,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202572 -0.167432,0.535368 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138493 0.113688,-0.09508 0.221174,-0.345198 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14031" />
+ <path
+ d="m 81.232686,69.999185 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05995,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521352 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14033" />
+ <path
+ d="m 82.851191,70.989305 q 0.429947,0 0.690396,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121956,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341065,-0.380338 0.210839,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299724 0.434081,0.299724 0.200505,0 0.330729,-0.165365 0.130225,-0.165364 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14035" />
+ <path
+ d="m 86.437532,72.725631 q -0.138493,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258381 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338998 0.659391,-0.338998 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173632 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163297 -0.188103,0.214974 -0.188103,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14037" />
+ <path
+ d="m 88.289614,72.665687 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.126091,-0.134358 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150896 v 0.115756 q -0.231511,0.310058 -0.44235,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312126,0.124023 -0.403076,0.175699 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14039" />
+ <path
+ d="m 91.375728,70.989305 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115756 0.06615,0.198438 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417545 -0.194303,0.157096 -0.436149,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289387 0.221175,0.436148 0.163297,0.146761 0.365869,0.146761 0.142626,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101285,-0.239779 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157096 0.415478,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14041" />
+ <path
+ d="m 92.723448,70.989305 q 0.429947,0 0.690396,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121956,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128158,-0.516764 0.130224,-0.258382 0.341064,-0.380338 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165364,0.299724 0.434082,0.299724 0.200504,0 0.330729,-0.165365 0.130224,-0.165364 0.130224,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14043" />
+ <path
+ d="m 94.565194,69.999185 v 2.511472 q 0,0.177767 0.02481,0.235645 0.02687,0.05788 0.08061,0.08888 0.05374,0.02894 0.200505,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130224,0 0.177766,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237712 v -1.71979 q 0,-0.320393 -0.01447,-0.39274 -0.01447,-0.07441 -0.04754,-0.101286 -0.031,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136425,0.03307 l -0.03514,-0.07235 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14045" />
+ <path
+ d="m 96.748005,71.045115 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566374,0.233577 h -0.09302 v -0.401008 q -0.243913,0.264583 -0.37207,0.332796 -0.128158,0.06821 -0.270784,0.06821 -0.159164,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04548,-0.144694 -0.04548,-0.409277 v -0.845426 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 V 71.40065 q 0,-0.161231 -0.05994,-0.217041 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14047" />
+ <path
+ d="m 98.812993,72.219203 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239778,-0.270784 -0.239778,-0.731737 0,-0.446484 0.264583,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279052,0 0.458886,0.148828 0.179834,0.14676 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01034,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167431,0.202572 -0.167431,0.535368 0,0.338997 0.165364,0.599446 0.167432,0.258382 0.450618,0.258382 0.202572,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z m -0.768944,0.686262 h 0.124023 l -0.103353,0.163297 q 0.130225,0.03307 0.194304,0.111621 0.06408,0.07855 0.06408,0.19017 0,0.148828 -0.124023,0.260449 -0.124023,0.113688 -0.320394,0.113688 -0.07648,0 -0.194303,-0.01447 v -0.08888 q 0.05788,0.0083 0.09922,0.0083 0.10542,0 0.177767,-0.07028 0.07235,-0.06821 0.07235,-0.157096 0,-0.06201 -0.04754,-0.107487 -0.04754,-0.04548 -0.117822,-0.04548 -0.02067,0 -0.05374,0.0041 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14049" />
+ <path
+ d="m 100.15451,72.665687 q -0.291452,0.225309 -0.365866,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134358 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.210839,-0.124023 0.698664,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510563,-0.148828 0.252182,0 0.413412,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150896 v 0.115756 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312123,0.124023 -0.403073,0.175699 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413413,-0.206706 z m -0.851624,-1.86035 h -0.06615 q 0.0083,-0.283187 0.117822,-0.409277 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262519,0.148828 0.17156,0.111621 0.25425,0.111621 0.0662,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19223,0.06201 -0.1633,0 -0.405147,-0.165364 -0.130225,-0.08888 -0.1757,-0.107487 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.07441 -0.02274,0.03514 -0.05788,0.208773 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14051" />
+ <path
+ d="m 101.88464,70.989305 q 0.42995,0 0.69039,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12195,0.260449 -0.33693,0.392741 -0.2129,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.16329,0.713134 0.16537,0.299724 0.43409,0.299724 0.2005,0 0.33072,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37414,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14053" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="M 56.058594,33.975819 H 82.84277 c 1.649015,0 2.976562,1.327547 2.976562,2.976562 0,1.649016 -1.327547,2.976563 -2.976562,2.976563 H 56.058594 c -1.649016,0 -2.976563,-1.327547 -2.976563,-2.976563 0,-1.649015 1.327547,-2.976562 2.976563,-2.976562 z"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-3-8" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- id="text6088-6-4"
- aria-label="Início da solução">
- <path
- id="path14025"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 56.324869,37.942501 v 0.07648 H 55.12391 v -0.07648 h 0.09922 q 0.173633,0 0.252181,-0.101286 0.04961,-0.06615 0.04961,-0.318326 v -1.810741 q 0,-0.212907 -0.02687,-0.28112 -0.02067,-0.05168 -0.08475,-0.08888 -0.09095,-0.04961 -0.190169,-0.04961 h -0.09922 v -0.07648 h 1.200959 v 0.07648 h -0.101286 q -0.171565,0 -0.250113,0.101285 -0.05168,0.06615 -0.05168,0.318327 v 1.810741 q 0,0.212906 0.02687,0.281119 0.02067,0.05168 0.08682,0.08888 0.08888,0.04961 0.188102,0.04961 z" />
- <path
- id="path14027"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 57.116551,36.470757 q 0.332796,-0.401008 0.634586,-0.401008 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254247 0.04547,0.124024 0.04547,0.380339 v 0.808218 q 0,0.179834 0.02894,0.243913 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194304 v -0.775145 q 0,-0.258382 -0.06821,-0.374137 -0.06614,-0.117823 -0.225309,-0.117823 -0.245979,0 -0.489892,0.268718 v 0.998387 q 0,0.192237 0.02274,0.237712 0.02894,0.05994 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 h 0.04134 q 0.144694,0 0.194304,-0.07235 0.05168,-0.07441 0.05168,-0.28112 v -0.702798 q 0,-0.341065 -0.01654,-0.415479 -0.01447,-0.07441 -0.04754,-0.101285 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14029"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 59.332435,36.069749 v 1.521352 q 0,0.177767 0.02687,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z m 0.245979,-0.923974 -0.609781,0.713134 h -0.07028 l 0.217041,-0.713134 z" />
- <path
- id="path14031"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 61.463569,37.299647 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270784 -0.239779,-0.731737 0,-0.446484 0.264583,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279053,0 0.458887,0.148828 0.179834,0.14676 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183967,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202572 -0.167432,0.535368 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138493 0.113688,-0.09508 0.221174,-0.345198 z" />
- <path
- id="path14033"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 62.21391,35.079629 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05995,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521352 q 0,0.177767 0.0248,0.237712 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919839 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06615 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z" />
- <path
- id="path14035"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 63.832415,36.069749 q 0.429947,0 0.690396,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121956,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341065,-0.380338 0.210839,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163298,0.713134 0.165364,0.299724 0.434081,0.299724 0.200505,0 0.330729,-0.165365 0.130225,-0.165364 0.130225,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z" />
- <path
- id="path14037"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 67.418756,37.806075 q -0.138493,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258381 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338998 0.659391,-0.338998 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173632 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163297 -0.188103,0.214974 -0.188103,0.628385 0,0.417545 0.181901,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z" />
- <path
- id="path14039"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 69.270838,37.746131 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134359 -0.126091,-0.134358 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.21084,-0.124023 0.698665,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01033,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150896 v 0.115756 q -0.231511,0.310058 -0.44235,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 V 36.89037 q -0.312126,0.124023 -0.403076,0.175699 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z" />
- <path
- id="path14041"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 72.356952,36.069749 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202572,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169498 0,0.115756 0.06615,0.198438 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417545 -0.194303,0.157096 -0.436149,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289387 0.221175,0.436148 0.163297,0.146761 0.365869,0.146761 0.142626,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101285,-0.239779 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233577 0.159163,-0.390673 0.16123,-0.157096 0.415478,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z" />
- <path
- id="path14043"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 73.704672,36.069749 q 0.429947,0 0.690396,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121956,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128158,-0.516764 0.130224,-0.258382 0.341064,-0.380338 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165364,0.299724 0.434082,0.299724 0.200504,0 0.330729,-0.165365 0.130224,-0.165364 0.130224,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z" />
- <path
- id="path14045"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 75.546418,35.079629 v 2.511472 q 0,0.177767 0.02481,0.235645 0.02687,0.05788 0.08061,0.08888 0.05374,0.02894 0.200505,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130224,0 0.177766,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237712 v -1.71979 q 0,-0.320393 -0.01447,-0.39274 -0.01447,-0.07441 -0.04754,-0.101286 -0.031,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136425,0.03307 l -0.03514,-0.07235 0.564306,-0.23151 z" />
- <path
- id="path14047"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 77.729229,36.125559 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566374,0.233577 h -0.09302 v -0.401008 q -0.243913,0.264583 -0.37207,0.332796 -0.128158,0.06821 -0.270784,0.06821 -0.159164,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04548,-0.144694 -0.04548,-0.409277 v -0.845426 q 0,-0.134359 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204638,-0.02687 v -0.07648 h 0.663525 v 1.267105 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 v -1.072801 q 0,-0.161231 -0.05994,-0.217041 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z" />
- <path
- id="path14049"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 79.794217,37.299647 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239778,-0.270784 -0.239778,-0.731737 0,-0.446484 0.264583,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279052,0 0.458886,0.148828 0.179834,0.14676 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165364 -0.01034,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167431,0.202572 -0.167431,0.535368 0,0.338997 0.165364,0.599446 0.167432,0.258382 0.450618,0.258382 0.202572,0 0.363802,-0.138493 0.113688,-0.09508 0.221175,-0.345198 z m -0.768944,0.686262 h 0.124023 l -0.103353,0.163297 q 0.130225,0.03307 0.194304,0.111621 0.06408,0.07855 0.06408,0.19017 0,0.148828 -0.124023,0.260449 -0.124023,0.113688 -0.320394,0.113688 -0.07648,0 -0.194303,-0.01447 v -0.08888 q 0.05788,0.0083 0.09922,0.0083 0.10542,0 0.177767,-0.07028 0.07235,-0.06821 0.07235,-0.157096 0,-0.06201 -0.04754,-0.107487 -0.04754,-0.04548 -0.117822,-0.04548 -0.02067,0 -0.05374,0.0041 z" />
- <path
- id="path14051"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 81.135736,37.746131 q -0.291454,0.225309 -0.365868,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324527,-0.134359 -0.126091,-0.134358 -0.126091,-0.353466 0,-0.138493 0.06201,-0.239779 0.08475,-0.140559 0.293522,-0.264583 0.210839,-0.124023 0.698664,-0.30179 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177766 0.181901,-0.326594 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 v 0.642854 q 0,0.270785 0.01034,0.332796 0.01033,0.05994 0.03307,0.08062 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150896 v 0.115756 q -0.23151,0.310058 -0.44235,0.310058 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 V 36.89037 q -0.312125,0.124023 -0.403075,0.175699 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413411,-0.206706 z m -0.851626,-1.86035 h -0.06615 q 0.0083,-0.283187 0.117822,-0.409277 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08062,-0.23151 h 0.06408 q 0.0021,0.192236 -0.05168,0.305924 -0.05168,0.111621 -0.148828,0.1757 -0.09508,0.06201 -0.192236,0.06201 -0.163298,0 -0.405143,-0.165364 -0.130225,-0.08888 -0.1757,-0.107487 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.07441 -0.02274,0.03514 -0.05788,0.208773 z" />
- <path
- id="path14053"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 82.865862,36.069749 q 0.429947,0 0.690396,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121956,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128158,-0.516764 0.130224,-0.258382 0.341064,-0.380338 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165364,0.299724 0.434082,0.299724 0.200504,0 0.330729,-0.165365 0.130224,-0.165364 0.130224,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z" />
- </g>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8)"
- d="m 88.469459,74.831458 v 2.83482"
- id="path9106-8-1"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g7555-7-1"
- transform="translate(-11.454329,47.010824)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 79.988533,31.90855 h 39.870507 v 9.389302 H 79.988533 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text6088-8-8-10"
- aria-label="Cálculo das constantes
-de integração">
- <path
- id="path14057"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 83.162484,32.616888 0.06408,0.952913 h -0.06408 q -0.128157,-0.427881 -0.365869,-0.615983 -0.237711,-0.188102 -0.570507,-0.188102 -0.279053,0 -0.504362,0.142627 -0.225309,0.14056 -0.355533,0.450618 -0.128158,0.310059 -0.128158,0.771012 0,0.380338 0.121957,0.659391 0.121956,0.279052 0.365868,0.42788 0.24598,0.148828 0.560172,0.148828 0.272852,0 0.481624,-0.115755 0.208773,-0.117822 0.458887,-0.465087 l 0.06408,0.04134 q -0.210839,0.374137 -0.491959,0.547769 -0.281119,0.173633 -0.667659,0.173633 -0.696597,0 -1.079003,-0.516764 -0.285253,-0.384472 -0.285253,-0.90537 0,-0.419612 0.188102,-0.771012 0.188102,-0.351399 0.516764,-0.543635 0.330728,-0.194304 0.721402,-0.194304 0.303857,0 0.599446,0.148828 0.08682,0.04548 0.124023,0.04548 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z" />
- <path
- id="path14059"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 84.64663,35.211043 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.1819,-0.148828 0.510562,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z m 0.204639,-2.465997 -0.609782,0.713134 h -0.07028 l 0.217041,-0.713134 z" />
- <path
- id="path14061"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 86.101837,32.544541 v 2.511473 q 0,0.177767 0.02481,0.235644 0.02687,0.05788 0.08061,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130225,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564307,-0.231511 z" />
- <path
- id="path14063"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 88.232971,34.764559 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270785 -0.239779,-0.731738 0,-0.446484 0.264584,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128158 -0.04961,0.04754 -0.140559,0.04754 -0.121957,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165365 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202571 -0.167432,0.535367 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138492 0.113688,-0.09508 0.221175,-0.345199 z" />
- <path
- id="path14065"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 90.161534,33.590471 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566374,0.233577 h -0.09302 v -0.401009 q -0.243913,0.264583 -0.37207,0.332796 -0.128158,0.06821 -0.270784,0.06821 -0.159164,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04548,-0.144694 -0.04548,-0.409277 v -0.845426 q 0,-0.134358 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204639,-0.02687 v -0.07648 h 0.663525 v 1.267106 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 v -1.072802 q 0,-0.16123 -0.05994,-0.217041 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z" />
- <path
- id="path14067"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 91.269476,32.544541 v 2.511473 q 0,0.177767 0.02481,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130225,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08062,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.231511 z" />
- <path
- id="path14069"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 92.718482,33.534661 q 0.429947,0 0.690396,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128158,-0.516763 0.130224,-0.258382 0.341064,-0.380339 0.210839,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06614 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163298 -0.06821,0.419613 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434082,0.299723 0.200504,0 0.330728,-0.165364 0.130225,-0.165365 0.130225,-0.568441 0,-0.504361 -0.217041,-0.793749 -0.146761,-0.198437 -0.374137,-0.198437 z" />
- <path
- id="path14071"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 96.304823,35.270988 q -0.138493,0.144694 -0.270784,0.208772 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.231511 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163298 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.1819,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z" />
- <path
- id="path14073"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 98.156905,35.211043 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z" />
- <path
- id="path14075"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 100.18469,33.534661 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.202568,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233578,0.07648 -0.08888,0.07648 -0.08888,0.169499 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419609,0.204638 0.419609,0.539501 0,0.258382 -0.19637,0.417546 -0.1943,0.157096 -0.436146,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289388 0.221174,0.436149 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.231511,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101287,-0.239778 -0.09922,-0.09715 -0.398941,-0.24598 -0.299724,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233578 0.159164,-0.390674 0.16123,-0.157096 0.415478,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.140561,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14077"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 103.27287,34.764559 q -0.0765,0.374137 -0.29973,0.576709 -0.22324,0.200504 -0.49402,0.200504 -0.32246,0 -0.56224,-0.270784 -0.23978,-0.270785 -0.23978,-0.731738 0,-0.446484 0.26458,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27906,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305924 0,0.07855 -0.0517,0.128158 -0.0496,0.04754 -0.14056,0.04754 -0.12196,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0724,-0.06201 -0.20051,-0.06201 -0.2067,0 -0.3328,0.152962 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16537,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138492 0.11369,-0.09508 0.22117,-0.345199 z" />
- <path
- id="path14079"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 104.46763,33.534661 q 0.42994,0 0.69039,0.326595 0.22118,0.279052 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516763 0.13022,-0.258382 0.34106,-0.380339 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134359 q -0.10956,0 -0.22118,0.06614 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165364 0.13022,-0.165365 0.13022,-0.568441 0,-0.504361 -0.21704,-0.793749 -0.14676,-0.198437 -0.37413,-0.198437 z" />
- <path
- id="path14081"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 106.21015,33.93567 q 0.3328,-0.401009 0.63459,-0.401009 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179834 0.0289,0.243912 0.0227,0.05168 0.0724,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93638 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.2253,-0.117822 -0.24598,0 -0.4899,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0786,0.08888 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 h 0.0413 q 0.14469,0 0.1943,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z" />
- <path
- id="path14083"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 108.99861,33.534661 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417546 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14085"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 109.97013,32.968288 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0538,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.126091 h 0.0806 q -0.0723,0.202572 -0.20463,0.305924 -0.1323,0.101286 -0.27286,0.101286 -0.0951,0 -0.18603,-0.05168 -0.091,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273307 h -0.29972 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152963 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.28732 z" />
- <path
- id="path14087"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 111.66718,35.211043 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264583 0.21083,-0.124024 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388607 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.161231 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363801 v 0.642855 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248046 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z" />
- <path
- id="path14089"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 113.02317,33.93567 q 0.33279,-0.401009 0.63458,-0.401009 0.15503,0 0.26665,0.07855 0.11163,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179834 0.0289,0.243912 0.0227,0.05168 0.0723,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93637 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0662,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0785,0.08888 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 h 0.0413 q 0.1447,0 0.19431,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.1385,0.03101 l -0.031,-0.07441 0.5705,-0.23151 h 0.0889 z" />
- <path
- id="path14091"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 115.13777,32.968288 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.126091 h 0.0806 q -0.0724,0.202572 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18604,-0.05168 -0.0909,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273307 h -0.29972 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152963 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.28732 z" />
- <path
- id="path14093"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 116.08035,34.303606 q -0.002,0.421679 0.20463,0.661457 0.20671,0.239779 0.48576,0.239779 0.18604,0 0.32246,-0.101286 0.1385,-0.103353 0.23151,-0.351399 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756543 0.25011,-0.272851 0.62632,-0.272851 0.31832,0 0.52296,0.21084 0.20464,0.208772 0.20464,0.560172 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.256314 -0.0517,-0.115756 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.15709,0.370003 z" />
- <path
- id="path14095"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 118.8626,33.534661 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26044,0.179834 l 0.30179,0.146761 q 0.41962,0.204638 0.41962,0.539501 0,0.258382 -0.19637,0.417546 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39275,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14097"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 90.01684,39.504317 q -0.138492,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256314,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233578 h -0.09508 z m 0,-0.144693 v -0.975651 q -0.0124,-0.140559 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173632 -0.101286,-0.05994 -0.198438,-0.05994 -0.1819,0 -0.324527,0.163298 -0.188102,0.214973 -0.188102,0.628384 0,0.417546 0.181901,0.640788 0.1819,0.221175 0.405142,0.221175 0.188103,0 0.363802,-0.188102 z" />
- <path
- id="path14099"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 91.114447,38.536935 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138493,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516763 -0.208772,0.231511 -0.522965,0.231511 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.266651 -0.241845,-0.715202 0,-0.485758 0.248047,-0.756542 0.250113,-0.272851 0.626317,-0.272851 0.318327,0 0.522965,0.210839 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06614 -0.212907,-0.06614 -0.171565,0 -0.307991,0.134358 -0.134359,0.132292 -0.157096,0.370003 z" />
- <path
- id="path14101"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 94.212963,36.777871 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 H 93.75201 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06614 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.140559,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z" />
- <path
- id="path14103"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 95.45733,38.169 q 0.332796,-0.401009 0.634586,-0.401009 0.15503,0 0.266651,0.07855 0.111621,0.07648 0.177766,0.254248 0.04548,0.124023 0.04548,0.380338 v 0.808219 q 0,0.179833 0.02894,0.243912 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 H 95.93482 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.24598,0 -0.489893,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05995 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 h 0.04134 q 0.144693,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.281119 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14105"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 97.571928,37.201618 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136425,0.06408 0.06821,0 0.132292,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08062 q -0.07235,0.202571 -0.204639,0.305924 -0.132291,0.101286 -0.272851,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303858 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.23151,-0.152962 0.119889,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132291,-0.28732 z" />
- <path
- id="path14107"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 98.514506,38.536935 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138492,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516763 -0.208773,0.231511 -0.522965,0.231511 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.266651 -0.241845,-0.715202 0,-0.485758 0.248046,-0.756542 0.250114,-0.272851 0.626318,-0.272851 0.318327,0 0.522965,0.210839 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06614 -0.212907,-0.06614 -0.171566,0 -0.307991,0.134358 -0.134359,0.132292 -0.157096,0.370003 z" />
- <path
- id="path14109"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 100.57949,39.026828 q -0.17363,-0.08475 -0.26665,-0.235645 -0.093,-0.152962 -0.093,-0.33693 0,-0.281119 0.21084,-0.483691 0.2129,-0.202571 0.54363,-0.202571 0.27079,0 0.46922,0.132291 h 0.40101 q 0.0889,0 0.10335,0.0062 0.0145,0.0041 0.0207,0.01654 0.0124,0.0186 0.0124,0.06615 0,0.05374 -0.0103,0.07441 -0.006,0.01033 -0.0227,0.01654 -0.0145,0.0062 -0.10335,0.0062 h -0.24598 q 0.11576,0.148828 0.11576,0.380339 0,0.264583 -0.20257,0.452685 -0.20258,0.188102 -0.54364,0.188102 -0.14056,0 -0.28732,-0.04134 -0.0909,0.07855 -0.12402,0.138492 -0.031,0.05788 -0.031,0.09922 0,0.03514 0.0331,0.06821 0.0351,0.03307 0.13436,0.04754 0.0579,0.0083 0.28939,0.01447 0.42581,0.01033 0.5519,0.02894 0.19224,0.02687 0.30593,0.142627 0.11575,0.115755 0.11575,0.285254 0,0.233577 -0.2191,0.438216 -0.32247,0.30179 -0.8413,0.30179 -0.39894,0 -0.67386,-0.179834 -0.15503,-0.103353 -0.15503,-0.214974 0,-0.04961 0.0227,-0.09922 0.0351,-0.07648 0.1447,-0.212906 0.0145,-0.0186 0.21084,-0.223242 -0.10749,-0.06408 -0.15297,-0.113688 -0.0434,-0.05168 -0.0434,-0.115755 0,-0.07235 0.0579,-0.169499 0.06,-0.09715 0.27285,-0.274918 z m 0.35967,-1.159619 q -0.15296,0 -0.25631,0.121957 -0.10336,0.121956 -0.10336,0.374137 0,0.326595 0.14056,0.506428 0.10749,0.136426 0.27286,0.136426 0.15709,0 0.25838,-0.117822 0.10128,-0.117822 0.10128,-0.370003 0,-0.328662 -0.14262,-0.514697 -0.10542,-0.136426 -0.27079,-0.136426 z m -0.38034,1.850015 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.09095 -0.0496,0.167432 0,0.09922 0.11989,0.173633 0.20671,0.128157 0.59738,0.128157 0.37207,0 0.54777,-0.132292 0.17777,-0.130224 0.17777,-0.279052 0,-0.107487 -0.10542,-0.152962 -0.10749,-0.04548 -0.42582,-0.05374 -0.46508,-0.0124 -0.7152,-0.04754 z" />
- <path
- id="path14111"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 102.7437,37.767991 v 0.425813 q 0.23771,-0.425813 0.48783,-0.425813 0.11368,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0537,0.136426 -0.0537,0.05581 -0.12816,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.14469,0 0.21497,-0.04547 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.14469,0.03101 l -0.0207,-0.07441 0.57257,-0.23151 z" />
- <path
- id="path14113"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 104.6764,39.444373 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0848,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69867,-0.301791 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.14676 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 V 39.0599 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z" />
- <path
- id="path14115"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 107.08865,38.997889 q -0.0765,0.374137 -0.29972,0.576708 -0.22324,0.200505 -0.49403,0.200505 -0.32246,0 -0.56224,-0.270785 -0.23978,-0.270784 -0.23978,-0.731737 0,-0.446484 0.26459,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27905,0 0.45888,0.148828 0.17984,0.146761 0.17984,0.305924 0,0.07855 -0.0517,0.128157 -0.0496,0.04754 -0.14056,0.04754 -0.12195,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0724,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152963 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16536,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22118,-0.345198 z m -0.76894,0.686262 h 0.12402 l -0.10335,0.163298 q 0.13022,0.03307 0.1943,0.111621 0.0641,0.07855 0.0641,0.190169 0,0.148828 -0.12402,0.260449 -0.12403,0.113688 -0.3204,0.113688 -0.0765,0 -0.1943,-0.01447 v -0.08888 q 0.0579,0.0083 0.0992,0.0083 0.10542,0 0.17776,-0.07028 0.0724,-0.06821 0.0724,-0.157096 0,-0.06201 -0.0475,-0.107487 -0.0475,-0.04548 -0.11782,-0.04548 -0.0207,0 -0.0537,0.0041 z" />
- <path
- id="path14117"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 108.43017,39.444373 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264583 0.21084,-0.124024 0.69866,-0.301791 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.14676 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 V 39.0599 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.283186 0.11782,-0.409277 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17157,0.111621 0.25425,0.111621 0.0661,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19223,0.06201 -0.1633,0 -0.40515,-0.165364 -0.13022,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208772 z" />
- <path
- id="path14119"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 110.1603,37.767991 q 0.42994,0 0.69039,0.326595 0.22118,0.279052 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12195,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21705,-0.793749 -0.14676,-0.198438 -0.37413,-0.198438 z" />
- </g>
- </g>
- <g
- id="g7555-7-1-7"
- transform="translate(-11.454329,73.748323)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 79.988533,31.90855 h 39.870507 v 9.389302 H 79.988533 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text6088-8-8-10-7"
- aria-label="Extrapolar as variáveis
-não integráveis">
- <path
- id="path14123"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 81.378615,32.833929 v 1.107942 h 0.615983 q 0.239778,0 0.320393,-0.07235 0.107487,-0.09508 0.119889,-0.334863 h 0.07648 v 0.97565 h -0.07648 q -0.02894,-0.204638 -0.05788,-0.262516 -0.03721,-0.07235 -0.121956,-0.113688 -0.08475,-0.04134 -0.260449,-0.04134 h -0.615983 v 0.923974 q 0,0.186035 0.01654,0.227376 0.01654,0.03927 0.05788,0.06408 0.04134,0.02274 0.157096,0.02274 h 0.475423 q 0.237711,0 0.345198,-0.03307 0.107487,-0.03307 0.206706,-0.130224 0.128157,-0.128158 0.262516,-0.38654 h 0.08268 l -0.241845,0.702799 h -2.160073 v -0.07648 h 0.09922 q 0.09922,0 0.188102,-0.04754 0.06615,-0.03307 0.08888,-0.09922 0.0248,-0.06614 0.0248,-0.270784 v -1.821076 q 0,-0.26665 -0.05374,-0.328662 -0.07441,-0.08268 -0.248047,-0.08268 h -0.09922 v -0.07648 h 2.160073 l 0.03101,0.613916 h -0.08062 q -0.04341,-0.221175 -0.09715,-0.303858 -0.05168,-0.08268 -0.155029,-0.12609 -0.08268,-0.03101 -0.291455,-0.03101 z" />
- <path
- id="path14125"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 83.137679,33.590471 h 0.890901 v 0.07648 q -0.08475,0 -0.119889,0.02894 -0.03307,0.02894 -0.03307,0.07648 0,0.04961 0.07235,0.152962 0.02274,0.03307 0.06821,0.103353 l 0.134359,0.214974 0.155029,-0.214974 q 0.148828,-0.204638 0.148828,-0.258382 0,-0.04341 -0.03514,-0.07235 -0.03514,-0.03101 -0.113688,-0.03101 v -0.07648 h 0.640787 v 0.07648 q -0.101286,0.0062 -0.1757,0.05581 -0.101285,0.07028 -0.276985,0.305924 l -0.258382,0.345199 0.471289,0.677994 q 0.173632,0.250113 0.248046,0.30179 0.07441,0.04961 0.192236,0.05581 v 0.07441 h -0.892968 v -0.07441 q 0.09302,0 0.144694,-0.04134 0.03927,-0.02894 0.03927,-0.07648 0,-0.04754 -0.132291,-0.239778 L 84.02858,34.646737 83.724723,35.05188 q -0.14056,0.188102 -0.14056,0.223242 0,0.04961 0.04548,0.09095 0.04754,0.03927 0.140559,0.04341 v 0.07441 h -0.618049 v -0.07441 q 0.07441,-0.01034 0.130224,-0.05168 0.07855,-0.05994 0.264583,-0.305924 l 0.396875,-0.527099 -0.359668,-0.520898 q -0.152962,-0.223242 -0.237711,-0.279053 -0.08268,-0.05788 -0.208773,-0.05788 z" />
- <path
- id="path14127"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 85.880662,32.968288 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136425,0.06408 0.06821,0 0.132292,-0.04134 0.06408,-0.04341 0.09922,-0.126091 h 0.08062 q -0.07235,0.202572 -0.204639,0.305924 Q 86.04396,35.5149 85.9034,35.5149 q -0.09509,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273307 h -0.299723 v -0.06821 q 0.113688,-0.04548 0.23151,-0.152963 0.119889,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132291,-0.28732 z" />
- <path
- id="path14129"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 87.058884,33.534661 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08061 -0.05374,0.136426 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907437 q 0,0.157097 0.03927,0.237712 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.196371,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144693,0 0.214973,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144693,0.03101 l -0.02067,-0.07441 0.572574,-0.23151 z" />
- <path
- id="path14131"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 88.991581,35.211043 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.126091,-0.134359 -0.126091,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.231511,0.310058 -0.44235,0.310058 -0.101286,0 -0.161231,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312126,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z" />
- <path
- id="path14133"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 89.65924,33.778574 0.582909,-0.235645 h 0.07855 v 0.44235 q 0.146761,-0.250114 0.293522,-0.349332 0.148828,-0.101286 0.312126,-0.101286 0.285253,0 0.475422,0.223242 0.233578,0.272851 0.233578,0.711067 0,0.489892 -0.28112,0.810286 -0.23151,0.262516 -0.582909,0.262516 -0.152963,0 -0.264584,-0.04341 -0.08268,-0.03101 -0.186035,-0.124024 v 0.576709 q 0,0.194303 0.02274,0.24598 0.02481,0.05374 0.08268,0.08475 0.05994,0.03101 0.214974,0.03101 v 0.07648 h -0.992187 v -0.07648 h 0.05168 q 0.113688,0.0021 0.194303,-0.04341 0.03927,-0.02274 0.05994,-0.07441 0.02274,-0.04961 0.02274,-0.256314 v -1.790071 q 0,-0.183967 -0.01654,-0.233577 -0.01654,-0.04961 -0.05374,-0.07441 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.126091,0.02894 z m 0.661457,0.328661 v 0.706933 q 0,0.229444 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.09095 0.285253,0.09095 0.206706,0 0.334863,-0.161231 0.167432,-0.210839 0.167432,-0.593245 0,-0.434081 -0.190169,-0.667659 -0.132292,-0.16123 -0.314193,-0.16123 -0.09922,0 -0.19637,0.04961 -0.07441,0.03721 -0.24598,0.223242 z" />
- <path
- id="path14135"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 92.838371,33.534661 q 0.429948,0 0.690397,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121957,0.514697 -0.121956,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128158,-0.516763 0.130224,-0.258382 0.341064,-0.380339 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06614 -0.109554,0.06408 -0.177766,0.227376 -0.06821,0.163298 -0.06821,0.419613 0,0.413411 0.163297,0.713134 0.165365,0.299723 0.434082,0.299723 0.200504,0 0.330729,-0.165364 0.130224,-0.165365 0.130224,-0.568441 0,-0.504361 -0.217041,-0.793749 -0.146761,-0.198437 -0.374137,-0.198437 z" />
- <path
- id="path14137"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 94.680118,32.544541 v 2.511473 q 0,0.177767 0.0248,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200505,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130224,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08062,-0.02687 -0.05374,0 -0.136425,0.03307 l -0.03514,-0.07235 0.564306,-0.231511 z" />
- <path
- id="path14139"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 96.275884,35.211043 q -0.291454,0.225309 -0.365868,0.260449 -0.111621,0.05168 -0.237712,0.05168 -0.19637,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124024 0.698664,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01033,0.05994 0.03307,0.08061 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403075,0.1757 -0.163298,0.09095 -0.233578,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204638,0.09715 0.157097,0 0.413411,-0.206706 z" />
- <path
- id="path14141"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 97.63394,33.534661 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08061 -0.05374,0.136426 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907437 q 0,0.157097 0.03927,0.237712 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.196371,0.03721 v 0.07441 H 96.99522 v -0.07441 q 0.144694,0 0.214973,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.23151 z" />
- <path
- id="path14143"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 100.62497,35.211043 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.196371,0 -0.324529,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293521,-0.264583 0.210836,-0.124024 0.698666,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388607 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.07028 -0.07854,0.07028 -0.07854,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510561,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363801 v 0.642855 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.1757 -0.16329,0.09095 -0.233574,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z" />
- <path
- id="path14145"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 102.65275,33.534661 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417546 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14147"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 104.03561,33.590471 h 0.8909 v 0.07648 h -0.0579 q -0.0806,0 -0.12402,0.03927 -0.0413,0.03927 -0.0413,0.105419 0,0.07235 0.0434,0.171566 l 0.44028,1.04593 0.44235,-1.085204 q 0.0475,-0.115755 0.0475,-0.1757 0,-0.02894 -0.0165,-0.04754 -0.0227,-0.03101 -0.0579,-0.04134 -0.0351,-0.0124 -0.14263,-0.0124 v -0.07648 h 0.61805 v 0.07648 q -0.10749,0.0083 -0.14883,0.04341 -0.0723,0.06201 -0.13022,0.206705 l -0.67179,1.624706 h -0.0847 l -0.67593,-1.597834 q -0.0455,-0.111621 -0.0868,-0.159163 -0.0413,-0.04961 -0.10542,-0.08268 -0.0351,-0.0186 -0.13849,-0.03514 z" />
- <path
- id="path14149"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 107.32223,35.211043 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69867,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388607 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.161231 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363801 v 0.642855 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248046 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z" />
- <path
- id="path14151"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 108.68028,33.534661 v 0.425813 q 0.23772,-0.425813 0.48783,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08061 -0.0537,0.136426 -0.0537,0.05581 -0.12816,0.05581 -0.0723,0 -0.16329,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279052 v 0.907437 q 0,0.157097 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.1447,0 0.21498,-0.04548 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.39274 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.1447,0.03101 l -0.0207,-0.07441 0.57258,-0.23151 z" />
- <path
- id="path14153"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 110.0218,32.544541 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14882,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177767 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18603,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18604,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.23151 z" />
- <path
- id="path14155"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 111.78707,35.211043 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69867,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388607 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.161231 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363801 v 0.642855 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248046 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z m 0.20464,-2.465997 -0.60978,0.713134 h -0.0703 l 0.21704,-0.713134 z" />
- <path
- id="path14157"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 112.494,33.590471 h 0.8909 v 0.07648 h -0.0579 q -0.0806,0 -0.12403,0.03927 -0.0413,0.03927 -0.0413,0.105419 0,0.07235 0.0434,0.171566 l 0.44028,1.04593 0.44235,-1.085204 q 0.0475,-0.115755 0.0475,-0.1757 0,-0.02894 -0.0165,-0.04754 -0.0227,-0.03101 -0.0579,-0.04134 -0.0351,-0.0124 -0.14263,-0.0124 v -0.07648 h 0.61805 v 0.07648 q -0.10748,0.0083 -0.14883,0.04341 -0.0723,0.06201 -0.13022,0.206705 l -0.67179,1.624706 h -0.0847 l -0.67593,-1.597834 q -0.0455,-0.111621 -0.0868,-0.159163 -0.0413,-0.04961 -0.10542,-0.08268 -0.0351,-0.0186 -0.13849,-0.03514 z" />
- <path
- id="path14159"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 115.02615,34.303606 q -0.002,0.421679 0.20463,0.661457 0.20671,0.239779 0.48576,0.239779 0.18604,0 0.32246,-0.101286 0.1385,-0.103353 0.23151,-0.351399 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756543 0.25011,-0.272851 0.62632,-0.272851 0.31832,0 0.52296,0.21084 0.20464,0.208772 0.20464,0.560172 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.256314 -0.0517,-0.115756 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.15709,0.370003 z" />
- <path
- id="path14161"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 117.06633,32.544541 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177767 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398941 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.23151 z" />
- <path
- id="path14163"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 118.98249,33.534661 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417546 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14165"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 87.701738,38.169 q 0.332796,-0.401009 0.634586,-0.401009 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254248 0.04547,0.124023 0.04547,0.380338 v 0.808219 q 0,0.179833 0.02894,0.243912 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132291,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.245979,0 -0.489892,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05995 0.07855,0.08888 0.05168,0.02687 0.206705,0.02687 v 0.07441 h -0.936376 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.281119 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14167"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 90.339301,39.444373 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.301791 v -0.07441 q 0,-0.283186 -0.09095,-0.388606 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.14676 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200504 0.03721,0.08888 0.03721,0.363802 V 39.0599 q 0,0.270785 0.01034,0.332796 0.01034,0.05994 0.03307,0.08062 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.21704 0,0.148828 0.08888,0.248047 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.283186 0.117822,-0.409277 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.02687 0.09302,0.03514 0.262516,0.148828 0.171566,0.111621 0.254248,0.111621 0.06615,0 0.115755,-0.05581 0.05168,-0.05581 0.08061,-0.23151 h 0.06408 q 0.0021,0.192236 -0.05168,0.305924 -0.05168,0.111621 -0.148828,0.1757 -0.09508,0.06201 -0.192236,0.06201 -0.163297,0 -0.405143,-0.165364 -0.130224,-0.08888 -0.175699,-0.107487 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.07441 -0.02274,0.03514 -0.05788,0.208772 z" />
- <path
- id="path14169"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 92.069426,37.767991 q 0.429948,0 0.690397,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121957,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.427881,0 -0.680062,-0.341064 -0.212906,-0.287321 -0.212906,-0.644922 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341064,-0.380338 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163298 -0.06821,0.419613 0,0.413411 0.163297,0.713134 0.165365,0.299723 0.434082,0.299723 0.200505,0 0.330729,-0.165365 0.130225,-0.165364 0.130225,-0.56844 0,-0.504362 -0.217041,-0.793749 -0.146761,-0.198438 -0.374137,-0.198438 z" />
- <path
- id="path14171"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 94.800007,36.777871 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171565,0.99012 v 1.521353 q 0,0.177766 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06614 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z" />
- <path
- id="path14173"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 96.044374,38.169 q 0.332796,-0.401009 0.634586,-0.401009 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254248 0.04547,0.124023 0.04547,0.380338 v 0.808219 q 0,0.179833 0.02894,0.243912 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06614,-0.117822 -0.225309,-0.117822 -0.245979,0 -0.489892,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05995 0.07855,0.08888 0.05168,0.02687 0.206705,0.02687 v 0.07441 h -0.936376 v -0.07441 h 0.04134 q 0.144694,0 0.194304,-0.07235 0.05168,-0.07441 0.05168,-0.281119 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14175"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 98.158972,37.201618 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132292,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08061 q -0.07235,0.202571 -0.204638,0.305924 -0.132292,0.101286 -0.272851,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303858 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.23151,-0.152962 0.119889,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132291,-0.28732 z" />
- <path
- id="path14177"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 99.101549,38.536935 q -0.0021,0.42168 0.204639,0.661458 0.206705,0.239779 0.485758,0.239779 0.186035,0 0.322464,-0.101286 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283186 -0.25219,0.516763 -0.208768,0.231511 -0.52296,0.231511 -0.341065,0 -0.584977,-0.264583 -0.241846,-0.266651 -0.241846,-0.715202 0,-0.485758 0.248047,-0.756542 0.250114,-0.272851 0.626318,-0.272851 0.318328,0 0.522968,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.876432 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06614 -0.212907,-0.06614 -0.171566,0 -0.307991,0.134358 -0.134359,0.132292 -0.157097,0.370003 z" />
- <path
- id="path14179"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 101.16654,39.026828 q -0.17363,-0.08475 -0.26665,-0.235645 -0.093,-0.152962 -0.093,-0.33693 0,-0.281119 0.21084,-0.483691 0.21291,-0.202571 0.54364,-0.202571 0.27078,0 0.46922,0.132291 h 0.40101 q 0.0889,0 0.10335,0.0062 0.0145,0.0041 0.0207,0.01654 0.0124,0.0186 0.0124,0.06615 0,0.05374 -0.0103,0.07441 -0.006,0.01033 -0.0227,0.01654 -0.0145,0.0062 -0.10335,0.0062 h -0.24598 q 0.11575,0.148828 0.11575,0.380339 0,0.264583 -0.20257,0.452685 -0.20257,0.188102 -0.54364,0.188102 -0.14056,0 -0.28732,-0.04134 -0.091,0.07855 -0.12402,0.138492 -0.031,0.05788 -0.031,0.09922 0,0.03514 0.0331,0.06821 0.0351,0.03307 0.13436,0.04754 0.0579,0.0083 0.28938,0.01447 0.42582,0.01033 0.55191,0.02894 0.19223,0.02687 0.30592,0.142627 0.11576,0.115755 0.11576,0.285254 0,0.233577 -0.21911,0.438216 -0.32246,0.30179 -0.84129,0.30179 -0.39894,0 -0.67386,-0.179834 -0.15503,-0.103353 -0.15503,-0.214974 0,-0.04961 0.0227,-0.09922 0.0351,-0.07648 0.14469,-0.212906 0.0145,-0.0186 0.21084,-0.223242 -0.10749,-0.06408 -0.15296,-0.113688 -0.0434,-0.05168 -0.0434,-0.115755 0,-0.07235 0.0579,-0.169499 0.0599,-0.09715 0.27285,-0.274918 z m 0.35967,-1.159619 q -0.15297,0 -0.25632,0.121957 -0.10335,0.121956 -0.10335,0.374137 0,0.326595 0.14056,0.506428 0.10748,0.136426 0.27285,0.136426 0.1571,0 0.25838,-0.117822 0.10129,-0.117822 0.10129,-0.370003 0,-0.328662 -0.14263,-0.514697 -0.10542,-0.136426 -0.27078,-0.136426 z m -0.38034,1.850015 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.09095 -0.0496,0.167432 0,0.09922 0.11989,0.173633 0.2067,0.128157 0.59738,0.128157 0.37207,0 0.54776,-0.132292 0.17777,-0.130224 0.17777,-0.279052 0,-0.107487 -0.10542,-0.152962 -0.10749,-0.04548 -0.42581,-0.05374 -0.46509,-0.0124 -0.7152,-0.04754 z" />
- <path
- id="path14181"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 103.33074,37.767991 v 0.425813 q 0.23772,-0.425813 0.48783,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0538,0.136426 -0.0537,0.05581 -0.12815,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.1447,0 0.21498,-0.04547 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.1447,0.03101 l -0.0207,-0.07441 0.57258,-0.23151 z" />
- <path
- id="path14183"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 105.26344,39.444373 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69866,-0.301791 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.14676 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41342,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 V 39.0599 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z m 0.20464,-2.465997 -0.60978,0.713134 h -0.0703 l 0.21704,-0.713134 z" />
- <path
- id="path14185"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 105.97037,37.823801 h 0.89091 v 0.07648 h -0.0579 q -0.0806,0 -0.12403,0.03927 -0.0413,0.03927 -0.0413,0.10542 0,0.07235 0.0434,0.171566 l 0.44028,1.04593 0.44235,-1.085204 q 0.0476,-0.115755 0.0476,-0.1757 0,-0.02894 -0.0165,-0.04754 -0.0227,-0.03101 -0.0579,-0.04134 -0.0351,-0.0124 -0.14262,-0.0124 v -0.07648 h 0.61805 v 0.07648 q -0.10749,0.0083 -0.14883,0.04341 -0.0724,0.06201 -0.13023,0.206706 l -0.67179,1.624706 h -0.0847 l -0.67593,-1.597834 q -0.0455,-0.111621 -0.0868,-0.159164 -0.0413,-0.04961 -0.10542,-0.08268 -0.0351,-0.0186 -0.1385,-0.03514 z" />
- <path
- id="path14187"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 108.50252,38.536935 q -0.002,0.42168 0.20464,0.661458 0.2067,0.239779 0.48575,0.239779 0.18604,0 0.32247,-0.101286 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516763 -0.20877,0.231511 -0.52296,0.231511 -0.34107,0 -0.58498,-0.264583 -0.24184,-0.266651 -0.24184,-0.715202 0,-0.485758 0.24804,-0.756542 0.25012,-0.272851 0.62632,-0.272851 0.31833,0 0.52297,0.210839 0.20463,0.208773 0.20463,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06614 -0.2129,-0.06614 -0.17157,0 -0.308,0.134358 -0.13435,0.132292 -0.15709,0.370003 z" />
- <path
- id="path14189"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 110.5427,36.777871 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.0145,-0.06614 -0.0455,-0.09095 -0.031,-0.02687 -0.0848,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.23151 z" />
- <path
- id="path14191"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 112.45886,37.767991 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11163,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22118,0.436148 0.16329,0.146761 0.36586,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10128,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29973,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- </g>
- </g>
- <g
- id="g7555-7-1-4"
- transform="translate(-11.454329,87.208495)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="M 79.988533,31.90855 H 119.85904 V 45.877454 H 79.988533 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-79" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text6088-8-8-10-6"
- aria-label="Resolver as equações
-diferenciais pelo
-Método Trapezoidal">
- <path
- id="path14195"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 84.648697,35.483894 h -0.748274 l -0.948779,-1.310513 q -0.105419,0.0041 -0.171565,0.0041 -0.02687,0 -0.05788,0 -0.03101,-0.0021 -0.06408,-0.0041 v 0.81442 q 0,0.264583 0.05788,0.328662 0.07855,0.09095 0.235644,0.09095 h 0.109554 v 0.07648 h -1.200959 v -0.07648 h 0.10542 q 0.177767,0 0.254248,-0.115755 0.04341,-0.06408 0.04341,-0.303857 V 33.17706 q 0,-0.264583 -0.05788,-0.328661 -0.08062,-0.09095 -0.239778,-0.09095 h -0.10542 v -0.07648 h 1.021125 q 0.446484,0 0.657324,0.06615 0.212907,0.06408 0.359668,0.239778 0.148828,0.173633 0.148828,0.415478 0,0.258382 -0.169499,0.448551 -0.167431,0.19017 -0.520898,0.268718 l 0.578776,0.804084 q 0.198437,0.276986 0.341064,0.367936 0.142627,0.09095 0.37207,0.115755 z m -1.990575,-1.440737 q 0.03927,0 0.06821,0.0021 0.02894,0 0.04754,0 0.401008,0 0.60358,-0.173633 0.204638,-0.173633 0.204638,-0.44235 0,-0.262516 -0.165364,-0.425813 -0.163298,-0.165365 -0.434082,-0.165365 -0.119889,0 -0.324528,0.03927 z" />
- <path
- id="path14197"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 85.066242,34.303606 q -0.0021,0.421679 0.204639,0.661457 0.206705,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138492,-0.103353 0.23151,-0.351399 l 0.06408,0.04134 q -0.04341,0.283186 -0.25218,0.516764 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.264583 -0.241846,-0.26665 -0.241846,-0.715201 0,-0.485758 0.248047,-0.756543 0.250114,-0.272851 0.626318,-0.272851 0.318326,0 0.522965,0.21084 0.204638,0.208772 0.204638,0.560172 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.256314 -0.05168,-0.115756 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171566,0 -0.307991,0.134358 -0.134359,0.132292 -0.157097,0.370003 z" />
- <path
- id="path14199"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 87.848499,33.534661 v 0.644921 h -0.06821 q -0.07855,-0.303857 -0.202571,-0.413411 -0.121957,-0.109554 -0.312126,-0.109554 -0.144694,0 -0.233577,0.07648 -0.08888,0.07648 -0.08888,0.169499 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.301791,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417546 -0.194304,0.157096 -0.436149,0.157096 -0.173633,0 -0.396875,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289388 0.221175,0.436149 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.23151,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101286,-0.239778 -0.09922,-0.09715 -0.398942,-0.24598 -0.299723,-0.148828 -0.39274,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233578 0.159163,-0.390674 0.161231,-0.157096 0.415479,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.14056,0.03101 0.03307,0 0.05168,-0.01447 0.0186,-0.01447 0.04341,-0.06408 z" />
- <path
- id="path14201"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 89.196219,33.534661 q 0.429948,0 0.690397,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121957,0.514697 -0.121956,0.260449 -0.33693,0.39274 -0.212906,0.132292 -0.475422,0.132292 -0.427881,0 -0.680062,-0.341064 -0.212906,-0.287321 -0.212906,-0.644922 0,-0.260449 0.128157,-0.516763 0.130225,-0.258382 0.341064,-0.380339 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109553,0 -0.221174,0.06614 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163298 -0.06821,0.419613 0,0.413411 0.163297,0.713134 0.165365,0.299723 0.434082,0.299723 0.200504,0 0.330729,-0.165364 0.130224,-0.165365 0.130224,-0.568441 0,-0.504361 -0.21704,-0.793749 Q 89.359517,33.66902 89.13214,33.66902 Z" />
- <path
- id="path14203"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 91.037966,32.544541 v 2.511473 q 0,0.177767 0.0248,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130224,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08062,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.231511 z" />
- <path
- id="path14205"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 91.463779,33.590471 h 0.890901 v 0.07648 h -0.05788 q -0.08062,0 -0.124024,0.03927 -0.04134,0.03927 -0.04134,0.105419 0,0.07235 0.04341,0.171566 l 0.440283,1.04593 0.44235,-1.085204 q 0.04754,-0.115755 0.04754,-0.1757 0,-0.02894 -0.01654,-0.04754 -0.02274,-0.03101 -0.05788,-0.04134 -0.03514,-0.0124 -0.142627,-0.0124 v -0.07648 h 0.61805 v 0.07648 q -0.107487,0.0083 -0.148828,0.04341 -0.07235,0.06201 -0.130224,0.206705 l -0.671794,1.624706 h -0.08475 l -0.675927,-1.597834 q -0.04547,-0.111621 -0.08682,-0.159163 -0.04134,-0.04961 -0.10542,-0.08268 -0.03514,-0.0186 -0.138493,-0.03514 z" />
- <path
- id="path14207"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 93.995922,34.303606 q -0.0021,0.421679 0.204639,0.661457 0.206705,0.239779 0.485758,0.239779 0.186035,0 0.32246,-0.101286 0.138493,-0.103353 0.231511,-0.351399 l 0.06408,0.04134 q -0.04341,0.283186 -0.25218,0.516764 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.264583 -0.241846,-0.26665 -0.241846,-0.715201 0,-0.485758 0.248047,-0.756543 0.250114,-0.272851 0.626318,-0.272851 0.318326,0 0.522965,0.21084 0.204638,0.208772 0.204638,0.560172 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.256314 -0.05168,-0.115756 -0.15503,-0.181901 -0.101285,-0.06615 -0.212906,-0.06615 -0.171566,0 -0.307992,0.134358 -0.134358,0.132292 -0.157096,0.370003 z" />
- <path
- id="path14209"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 96.108453,33.534661 v 0.425813 q 0.237711,-0.425813 0.487825,-0.425813 0.113688,0 0.188102,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08061 -0.05374,0.136426 -0.05374,0.05581 -0.128158,0.05581 -0.07235,0 -0.163297,-0.07028 -0.08888,-0.07235 -0.132292,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192236,0.279052 v 0.907437 q 0,0.157097 0.03927,0.237712 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.196371,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214973,-0.04548 0.05168,-0.03307 0.07235,-0.10542 0.01034,-0.03514 0.01034,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.39274 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z" />
- <path
- id="path14211"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 99.099482,35.211043 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.210839,-0.124024 0.698664,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.12609,0.05168 -0.07648,0 -0.126091,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.25218,0 0.413411,0.08475 0.121956,0.06408 0.179833,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01034,0.332796 0.01034,0.05994 0.03307,0.08061 0.0248,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167431,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101285,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204638,0.09715 0.157096,0 0.413411,-0.206706 z" />
- <path
- id="path14213"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 101.12726,33.534661 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417546 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0476,0 -0.0744,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29972,-0.148828 -0.39274,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233578 0.159159,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14215"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 102.9256,34.303606 q -0.002,0.421679 0.20464,0.661457 0.20671,0.239779 0.48576,0.239779 0.18603,0 0.32246,-0.101286 0.13849,-0.103353 0.23151,-0.351399 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516764 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.264583 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756543 0.25011,-0.272851 0.62631,-0.272851 0.31833,0 0.52297,0.21084 0.20464,0.208772 0.20464,0.560172 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.256314 -0.0517,-0.115756 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17157,0 -0.30799,0.134358 -0.13436,0.132292 -0.1571,0.370003 z" />
- <path
- id="path14217"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 106.16054,33.534661 v 2.434991 q 0,0.181901 0.0248,0.233578 0.0248,0.05168 0.0765,0.08062 0.0537,0.02894 0.20671,0.02894 v 0.07648 h -0.95498 v -0.07648 h 0.0393 q 0.11575,0 0.1757,-0.03307 0.0413,-0.02274 0.0661,-0.08268 0.0248,-0.05788 0.0248,-0.227377 v -0.814419 q -0.1881,0.223242 -0.32866,0.305924 -0.14056,0.08062 -0.29146,0.08062 -0.27492,0 -0.49196,-0.250114 -0.21497,-0.250114 -0.21497,-0.669726 0,-0.481624 0.28525,-0.783414 0.28526,-0.303857 0.68833,-0.303857 0.11783,0 0.21704,0.03307 0.0992,0.03307 0.17777,0.09922 0.11989,-0.05788 0.22944,-0.132292 z m -0.34106,1.490347 v -0.888834 q 0,-0.155029 -0.0413,-0.243912 -0.0393,-0.08888 -0.14263,-0.150895 -0.10335,-0.06201 -0.23358,-0.06201 -0.23151,0 -0.39687,0.19637 -0.16536,0.19637 -0.16536,0.595312 0,0.382405 0.16743,0.580843 0.1695,0.198437 0.40721,0.198437 0.12195,0 0.21704,-0.05168 0.0951,-0.05374 0.1881,-0.173633 z" />
- <path
- id="path14219"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 108.26067,33.590471 v 1.147216 q 0,0.328662 0.0145,0.403076 0.0165,0.07235 0.0496,0.101286 0.0351,0.02894 0.0806,0.02894 0.0641,0 0.14469,-0.03514 l 0.0289,0.07235 -0.56637,0.233577 h -0.093 v -0.401009 q -0.24391,0.264583 -0.37207,0.332796 -0.12816,0.06821 -0.27079,0.06821 -0.15916,0 -0.27698,-0.09095 -0.11576,-0.09302 -0.16123,-0.237711 -0.0455,-0.144694 -0.0455,-0.409277 v -0.845426 q 0,-0.134358 -0.0289,-0.186035 -0.0289,-0.05168 -0.0868,-0.07855 -0.0558,-0.02894 -0.20464,-0.02687 v -0.07648 h 0.66352 v 1.267106 q 0,0.264583 0.091,0.347265 0.093,0.08268 0.22325,0.08268 0.0889,0 0.2005,-0.05581 0.11369,-0.05581 0.26872,-0.212907 v -1.072802 q 0,-0.16123 -0.06,-0.217041 -0.0579,-0.05788 -0.24391,-0.06201 v -0.07648 z" />
- <path
- id="path14221"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 109.79029,35.211043 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32452,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69866,-0.30179 v -0.07441 q 0,-0.283187 -0.0909,-0.388607 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.161231 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0476,0.05168 -0.1261,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200505 0.0372,0.08888 0.0372,0.363801 v 0.642855 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248046 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z" />
- <path
- id="path14223"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 112.20255,34.764559 q -0.0765,0.374137 -0.29973,0.576709 -0.22324,0.200504 -0.49402,0.200504 -0.32246,0 -0.56224,-0.270784 -0.23978,-0.270785 -0.23978,-0.731738 0,-0.446484 0.26458,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27906,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305924 0,0.07855 -0.0517,0.128158 -0.0496,0.04754 -0.14056,0.04754 -0.12196,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0724,-0.06201 -0.20051,-0.06201 -0.2067,0 -0.3328,0.152962 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16537,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138492 0.11369,-0.09508 0.22117,-0.345199 z m -0.76895,0.686262 h 0.12403 l -0.10336,0.163298 q 0.13023,0.03307 0.19431,0.111621 0.0641,0.07855 0.0641,0.190169 0,0.148828 -0.12403,0.260449 -0.12402,0.113688 -0.32039,0.113688 -0.0765,0 -0.19431,-0.01447 v -0.08888 q 0.0579,0.0083 0.0992,0.0083 0.10542,0 0.17777,-0.07028 0.0724,-0.06821 0.0724,-0.157097 0,-0.06201 -0.0475,-0.107487 -0.0476,-0.04548 -0.11783,-0.04548 -0.0207,0 -0.0537,0.0041 z" />
- <path
- id="path14225"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 113.39731,33.534661 q 0.42994,0 0.69039,0.326595 0.22118,0.279052 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516763 0.13022,-0.258382 0.34106,-0.380339 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134359 q -0.10956,0 -0.22118,0.06614 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165364 0.13022,-0.165365 0.13022,-0.568441 0,-0.504361 -0.21704,-0.793749 -0.14676,-0.198437 -0.37413,-0.198437 z m -0.53124,-0.452686 h -0.0661 q 0.008,-0.283186 0.11782,-0.409277 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17156,0.111621 0.25425,0.111621 0.0661,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19223,0.06201 -0.1633,0 -0.40515,-0.165365 -0.13022,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208772 z" />
- <path
- id="path14227"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 114.90626,34.303606 q -0.002,0.421679 0.20464,0.661457 0.2067,0.239779 0.48575,0.239779 0.18604,0 0.32246,-0.101286 0.1385,-0.103353 0.23152,-0.351399 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24804,-0.756543 0.25012,-0.272851 0.62632,-0.272851 0.31833,0 0.52297,0.21084 0.20463,0.208772 0.20463,0.560172 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.256314 -0.0517,-0.115756 -0.15503,-0.181901 -0.10128,-0.06615 -0.2129,-0.06615 -0.17157,0 -0.308,0.134358 -0.13435,0.132292 -0.15709,0.370003 z" />
- <path
- id="path14229"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 117.68851,33.534661 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417546 -0.1943,0.157096 -0.43615,0.157096 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11163,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22118,0.436149 0.16329,0.146761 0.36586,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14231"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 87.313132,39.504317 q -0.138493,0.144694 -0.270785,0.208773 -0.132291,0.06201 -0.285253,0.06201 -0.310059,0 -0.541569,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.65939,-0.338997 0.250114,0 0.413412,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233578 h -0.09508 z m 0,-0.144693 v -0.975651 q -0.0124,-0.140559 -0.07441,-0.256315 -0.06201,-0.115755 -0.165365,-0.173632 -0.101286,-0.05994 -0.198437,-0.05994 -0.181901,0 -0.324528,0.163298 -0.188102,0.214973 -0.188102,0.628384 0,0.417546 0.181901,0.640788 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z" />
- <path
- id="path14233"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 88.574035,36.777871 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177766 0.02481,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.138493,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06614 -0.04547,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.14056,0.03101 l -0.02894,-0.07441 0.570508,-0.23151 z" />
- <path
- id="path14235"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 90.006505,37.972629 v 1.244368 q 0,0.264583 0.05788,0.334863 0.07648,0.09095 0.204638,0.09095 h 0.171566 v 0.07441 h -1.13068 v -0.07441 h 0.08475 q 0.08268,0 0.150895,-0.04134 0.06821,-0.04134 0.09302,-0.111621 0.02687,-0.07028 0.02687,-0.272851 v -1.244368 h -0.367936 v -0.148828 h 0.367936 v -0.124023 q 0,-0.283187 0.09095,-0.479557 0.09095,-0.19637 0.276986,-0.316259 0.188102,-0.121957 0.421679,-0.121957 0.217041,0 0.398942,0.14056 0.119889,0.09302 0.119889,0.208773 0,0.06201 -0.05374,0.117822 -0.05374,0.05374 -0.115756,0.05374 -0.04754,0 -0.101285,-0.03307 -0.05168,-0.03514 -0.128158,-0.146761 -0.07648,-0.113688 -0.14056,-0.152962 -0.06408,-0.03927 -0.142626,-0.03927 -0.09508,0 -0.161231,0.05168 -0.06614,0.04961 -0.09508,0.157096 -0.02894,0.10542 -0.02894,0.54777 v 0.136425 h 0.487825 v 0.148828 z" />
- <path
- id="path14237"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 90.998692,38.536935 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138493,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516763 -0.208773,0.231511 -0.522965,0.231511 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.266651 -0.241845,-0.715202 0,-0.485758 0.248046,-0.756542 0.250114,-0.272851 0.626318,-0.272851 0.318327,0 0.522965,0.210839 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06614 -0.212907,-0.06614 -0.171565,0 -0.307991,0.134358 -0.134359,0.132292 -0.157096,0.370003 z" />
- <path
- id="path14239"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 93.111222,37.767991 v 0.425813 q 0.237712,-0.425813 0.487825,-0.425813 0.113689,0 0.188103,0.07028 0.07441,0.06821 0.07441,0.159163 0,0.08062 -0.05374,0.136426 -0.05374,0.05581 -0.128157,0.05581 -0.07235,0 -0.163298,-0.07028 -0.08888,-0.07235 -0.132291,-0.07235 -0.03721,0 -0.08061,0.04134 -0.09302,0.08475 -0.192237,0.279053 v 0.907437 q 0,0.157096 0.03927,0.237712 0.02687,0.05581 0.09508,0.09302 0.06821,0.03721 0.19637,0.03721 v 0.07441 h -0.969449 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200504 v -0.733805 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572574,-0.23151 z" />
- <path
- id="path14241"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 94.289444,38.536935 q -0.0021,0.42168 0.204639,0.661458 0.206705,0.239779 0.485758,0.239779 0.186035,0 0.32246,-0.101286 0.138493,-0.103353 0.231511,-0.3514 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516763 -0.208772,0.231511 -0.522965,0.231511 -0.341064,0 -0.584976,-0.264583 -0.241846,-0.266651 -0.241846,-0.715202 0,-0.485758 0.248047,-0.756542 0.250114,-0.272851 0.626318,-0.272851 0.318326,0 0.522965,0.210839 0.204638,0.208773 0.204638,0.560172 z m 0,-0.119889 h 0.876432 q -0.01034,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101285,-0.06614 -0.212906,-0.06614 -0.171566,0 -0.307992,0.134358 -0.134358,0.132292 -0.157096,0.370003 z" />
- <path
- id="path14243"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 96.399908,38.169 q 0.332796,-0.401009 0.634586,-0.401009 0.155029,0 0.26665,0.07855 0.111621,0.07648 0.177767,0.254248 0.04548,0.124023 0.04548,0.380338 v 0.808219 q 0,0.179833 0.02894,0.243912 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936376 v -0.07441 h 0.03927 q 0.132291,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.24598,0 -0.489892,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05995 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936376 v -0.07441 h 0.04134 q 0.144694,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.281119 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14245"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 99.572838,38.997889 q -0.07648,0.374137 -0.299723,0.576708 -0.223242,0.200505 -0.494026,0.200505 -0.322461,0 -0.562239,-0.270785 -0.239779,-0.270784 -0.239779,-0.731737 0,-0.446484 0.264583,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279053,0 0.458887,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128157 -0.04961,0.04754 -0.14056,0.04754 -0.121956,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165365 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152963 -0.167432,0.202571 -0.167432,0.535367 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363801,-0.138493 0.113689,-0.09508 0.221175,-0.345198 z" />
- <path
- id="path14247"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 100.32318,36.777871 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.0599,-0.146761 0.062,-0.06201 0.1509,-0.06201 z m 0.17156,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.919844 v -0.07441 q 0.138494,0 0.186034,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.0145,-0.06614 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.05788,0 -0.140564,0.03101 l -0.02894,-0.07441 0.570503,-0.23151 z" />
- <path
- id="path14249"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 102.08844,39.444373 q -0.29145,0.225309 -0.36586,0.260449 -0.11163,0.05168 -0.23772,0.05168 -0.19637,0 -0.32452,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69866,-0.301791 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0476,-0.05374 -0.0476,-0.14676 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 V 39.0599 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.06,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z" />
- <path
- id="path14251"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 103.37415,36.777871 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.0145,-0.06614 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.23151 z" />
- <path
- id="path14253"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 105.29031,37.767991 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23357,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0661,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417545 -0.1943,0.157097 -0.43615,0.157097 -0.17363,0 -0.39687,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22118,0.436148 0.16329,0.146761 0.36587,0.146761 0.14262,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10129,-0.239779 -0.0992,-0.09715 -0.39894,-0.245979 -0.29972,-0.148828 -0.39274,-0.268718 -0.093,-0.117822 -0.093,-0.297656 0,-0.233577 0.15916,-0.390673 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27079,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z" />
- <path
- id="path14255"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 106.6339,38.011903 0.58291,-0.235644 h 0.0786 v 0.44235 q 0.14676,-0.250114 0.29352,-0.349333 0.14883,-0.101285 0.31212,-0.101285 0.28526,0 0.47543,0.223242 0.23357,0.272851 0.23357,0.711067 0,0.489892 -0.28111,0.810286 -0.23152,0.262516 -0.58291,0.262516 -0.15297,0 -0.26459,-0.04341 -0.0827,-0.03101 -0.18603,-0.124024 v 0.576709 q 0,0.194303 0.0227,0.245979 0.0248,0.05374 0.0827,0.08475 0.0599,0.03101 0.21497,0.03101 v 0.07648 h -0.99219 v -0.07648 h 0.0517 q 0.11369,0.0021 0.1943,-0.04341 0.0393,-0.02274 0.06,-0.07441 0.0227,-0.04961 0.0227,-0.256315 v -1.79007 q 0,-0.183968 -0.0165,-0.233577 -0.0165,-0.04961 -0.0537,-0.07441 -0.0351,-0.02481 -0.0972,-0.02481 -0.0496,0 -0.12609,0.02894 z m 0.66146,0.328662 v 0.706933 q 0,0.229443 0.0186,0.30179 0.0289,0.119889 0.14056,0.21084 0.11369,0.09095 0.28525,0.09095 0.20671,0 0.33487,-0.16123 0.16743,-0.21084 0.16743,-0.593245 0,-0.434082 -0.19017,-0.667659 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.04961 -0.0744,0.03721 -0.24598,0.223242 z" />
- <path
- id="path14257"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 109.20532,38.536935 q -0.002,0.42168 0.20464,0.661458 0.2067,0.239779 0.48575,0.239779 0.18604,0 0.32246,-0.101286 0.1385,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516763 -0.20877,0.231511 -0.52296,0.231511 -0.34107,0 -0.58498,-0.264583 -0.24185,-0.266651 -0.24185,-0.715202 0,-0.485758 0.24805,-0.756542 0.25012,-0.272851 0.62632,-0.272851 0.31833,0 0.52296,0.210839 0.20464,0.208773 0.20464,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06614 -0.21291,-0.06614 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.15709,0.370003 z" />
- <path
- id="path14259"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 111.415,36.777871 v 2.511473 q 0,0.177766 0.0248,0.235644 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.2005,0.02894 v 0.07441 h -0.9281 v -0.07441 q 0.13022,0 0.17776,-0.02687 0.0475,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237711 v -1.719791 q 0,-0.320393 -0.0145,-0.39274 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13642,0.03307 l -0.0351,-0.07235 0.5643,-0.23151 z" />
- <path
- id="path14261"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 112.864,37.767991 q 0.42995,0 0.6904,0.326595 0.22118,0.279052 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37413,-0.198438 z" />
- <path
- id="path14263"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 84.512271,43.950554 -1.083137,-2.35851 v 1.872752 q 0,0.258382 0.05581,0.322461 0.07648,0.08682 0.241845,0.08682 h 0.09922 v 0.07648 h -0.97565 v -0.07648 h 0.09922 q 0.177767,0 0.252181,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.831411 q 0,-0.186035 -0.04134,-0.268718 -0.02894,-0.05994 -0.107487,-0.09922 -0.07648,-0.04134 -0.248046,-0.04134 v -0.07648 h 0.793749 l 1.016991,2.193146 1.000455,-2.193146 h 0.79375 v 0.07648 h -0.09715 q -0.179834,0 -0.254248,0.107487 -0.04547,0.06614 -0.04547,0.30179 v 1.831411 q 0,0.258382 0.05788,0.322461 0.07648,0.08682 0.241846,0.08682 h 0.09715 v 0.07648 H 85.26468 v -0.07648 h 0.09922 q 0.179834,0 0.252181,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.872752 l -1.08107,2.35851 z" />
- <path
- id="path14265"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 86.992738,42.770265 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239778 0.485759,0.239778 0.186035,0 0.32246,-0.101285 0.138493,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283187 -0.252181,0.516764 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.264583 -0.241846,-0.26665 -0.241846,-0.715201 0,-0.485758 0.248047,-0.756542 0.250113,-0.272852 0.626318,-0.272852 0.318326,0 0.522965,0.21084 0.204638,0.208773 0.204638,0.560172 z m 0,-0.119889 h 0.876432 q -0.01034,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06615 -0.212907,-0.06615 -0.171565,0 -0.307991,0.134359 -0.134358,0.132292 -0.157096,0.370003 z m 0.985985,-1.573029 -0.609781,0.713134 h -0.07028 l 0.217041,-0.713134 z" />
- <path
- id="path14267"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 89.101135,41.434947 v 0.622184 h 0.442349 v 0.144694 h -0.442349 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136426,0.06408 0.06821,0 0.132291,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08061 q -0.07235,0.202571 -0.204638,0.305924 -0.132292,0.101286 -0.272852,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134358,-0.150895 -0.04341,-0.09922 -0.04341,-0.303857 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.231511,-0.152962 0.119889,-0.109554 0.212906,-0.258382 0.04754,-0.07855 0.132292,-0.287321 z" />
- <path
- id="path14269"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 90.651426,42.001321 q 0.429948,0 0.690397,0.326594 0.221175,0.279053 0.221175,0.640788 0,0.254247 -0.121957,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212906,0.132291 -0.475422,0.132291 -0.427881,0 -0.680062,-0.341064 -0.212906,-0.28732 -0.212906,-0.644921 0,-0.260449 0.128157,-0.516764 0.130225,-0.258382 0.341064,-0.380338 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109553,0 -0.221174,0.06615 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165365,0.299724 0.434082,0.299724 0.200504,0 0.330729,-0.165365 0.130224,-0.165364 0.130224,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.146761,-0.198437 -0.374138,-0.198437 z" />
- <path
- id="path14271"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 93.179435,43.737647 q -0.138493,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258381 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338998 0.659391,-0.338998 0.250114,0 0.413411,0.159164 v -0.349333 q 0,-0.324527 -0.01654,-0.398941 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101285 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173632 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163297 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.1819,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z" />
- <path
- id="path14273"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 94.884756,42.001321 q 0.429948,0 0.690397,0.326594 0.221174,0.279053 0.221174,0.640788 0,0.254247 -0.121956,0.514696 -0.121956,0.260449 -0.33693,0.392741 -0.212907,0.132291 -0.475423,0.132291 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.28732 -0.212907,-0.644921 0,-0.260449 0.128158,-0.516764 0.130224,-0.258382 0.341064,-0.380338 0.21084,-0.124023 0.446484,-0.124023 z m -0.06408,0.134358 q -0.109554,0 -0.221175,0.06615 -0.109554,0.06408 -0.177766,0.227376 -0.06821,0.163297 -0.06821,0.419612 0,0.413411 0.163297,0.713134 0.165365,0.299724 0.434082,0.299724 0.200504,0 0.330729,-0.165365 0.130224,-0.165364 0.130224,-0.56844 0,-0.504362 -0.217041,-0.79375 -0.146761,-0.198437 -0.374137,-0.198437 z" />
- <path
- id="path14275"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 99.376467,41.147627 0.03101,0.657323 h -0.07855 q -0.02274,-0.173632 -0.06201,-0.248046 -0.06408,-0.11989 -0.171565,-0.1757 -0.10542,-0.05788 -0.279053,-0.05788 h -0.394807 v 2.14147 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241846,0.08682 h 0.09715 v 0.07648 h -1.188557 v -0.07648 h 0.09922 q 0.177767,0 0.252181,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -2.14147 h -0.33693 q -0.19637,0 -0.279052,0.02894 -0.107487,0.03927 -0.183968,0.150895 -0.07648,0.111621 -0.09095,0.30179 h -0.07855 l 0.03307,-0.657323 z" />
- <path
- id="path14277"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 100.0524,42.001321 v 0.425813 q 0.23771,-0.425813 0.48782,-0.425813 0.11369,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159164 0,0.08062 -0.0537,0.136425 -0.0537,0.05581 -0.12815,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19223,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237711 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.969445 v -0.07441 q 0.144694,0 0.214974,-0.04547 0.05168,-0.03307 0.07235,-0.10542 0.01033,-0.03514 0.01033,-0.200505 v -0.733804 q 0,-0.330729 -0.01447,-0.392741 -0.0124,-0.06408 -0.04961,-0.09302 -0.03514,-0.02894 -0.08888,-0.02894 -0.06408,0 -0.144694,0.03101 l -0.02067,-0.07441 0.572575,-0.23151 z" />
- <path
- id="path14279"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 101.98509,43.677703 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0847,-0.140559 0.29352,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25219,0 0.41342,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150896 v 0.115756 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.175699 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z" />
- <path
- id="path14281"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 102.65275,42.245233 0.58291,-0.235644 h 0.0786 v 0.44235 q 0.14676,-0.250114 0.29352,-0.349333 0.14883,-0.101285 0.31213,-0.101285 0.28525,0 0.47542,0.223242 0.23358,0.272851 0.23358,0.711067 0,0.489892 -0.28112,0.810285 -0.23151,0.262516 -0.58291,0.262516 -0.15297,0 -0.26459,-0.04341 -0.0827,-0.03101 -0.18603,-0.124023 v 0.576708 q 0,0.194304 0.0227,0.24598 0.0248,0.05374 0.0827,0.08475 0.0599,0.03101 0.21497,0.03101 v 0.07648 h -0.99218 v -0.07648 h 0.0517 q 0.11369,0.0021 0.19431,-0.04341 0.0393,-0.02274 0.0599,-0.07441 0.0227,-0.04961 0.0227,-0.256315 v -1.79007 q 0,-0.183968 -0.0165,-0.233577 -0.0165,-0.04961 -0.0537,-0.07441 -0.0351,-0.02481 -0.0971,-0.02481 -0.0496,0 -0.12609,0.02894 z m 0.66146,0.328662 v 0.706933 q 0,0.229443 0.0186,0.30179 0.0289,0.119889 0.14056,0.21084 0.11369,0.09095 0.28526,0.09095 0.2067,0 0.33486,-0.16123 0.16743,-0.21084 0.16743,-0.593245 0,-0.434082 -0.19017,-0.667659 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.04961 -0.0744,0.03721 -0.24598,0.223242 z" />
- <path
- id="path14283"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 105.22417,42.770265 q -0.002,0.42168 0.20464,0.661458 0.2067,0.239778 0.48575,0.239778 0.18604,0 0.32247,-0.101285 0.13849,-0.103353 0.23151,-0.3514 l 0.0641,0.04134 q -0.0434,0.283187 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24184,-0.26665 -0.24184,-0.715201 0,-0.485758 0.24804,-0.756542 0.25012,-0.272852 0.62632,-0.272852 0.31833,0 0.52297,0.21084 0.20463,0.208773 0.20463,0.560172 z m 0,-0.119889 h 0.87643 q -0.0103,-0.181901 -0.0434,-0.256315 -0.0517,-0.115755 -0.15503,-0.181901 -0.10128,-0.06615 -0.2129,-0.06615 -0.17157,0 -0.308,0.134359 -0.13435,0.132292 -0.15709,0.370003 z" />
- <path
- id="path14285"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 108.4281,43.369711 -0.0227,0.580843 h -1.67018 v -0.07441 l 1.25677,-1.674315 h -0.62012 q -0.20051,0 -0.26252,0.02687 -0.062,0.0248 -0.10128,0.09715 -0.0558,0.103353 -0.0641,0.256315 h -0.0827 l 0.0124,-0.525032 h 1.5875 v 0.07648 l -1.26918,1.678449 h 0.6904 q 0.21704,0 0.29352,-0.03514 0.0785,-0.03721 0.12609,-0.128157 0.0331,-0.06615 0.0558,-0.279053 z" />
- <path
- id="path14287"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 109.58566,42.001321 q 0.42994,0 0.69039,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132291 -0.47542,0.132291 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.28732 -0.21291,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163297 -0.0682,0.419612 0,0.413411 0.1633,0.713134 0.16536,0.299724 0.43408,0.299724 0.20051,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.79375 -0.14676,-0.198437 -0.37413,-0.198437 z" />
- <path
- id="path14289"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 111.2579,41.011201 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14882,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521352 q 0,0.177767 0.0248,0.237712 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.91984 v -0.07441 q 0.13849,0 0.18603,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237712 v -0.72967 q 0,-0.307991 -0.0186,-0.398942 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.14056,0.03101 l -0.0289,-0.07441 0.57051,-0.23151 z" />
- <path
- id="path14291"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 113.28775,43.737647 q -0.13849,0.144694 -0.27078,0.208773 -0.13229,0.06201 -0.28526,0.06201 -0.31005,0 -0.54156,-0.258381 -0.23152,-0.260449 -0.23152,-0.667659 0,-0.40721 0.25632,-0.74414 0.25631,-0.338998 0.65939,-0.338998 0.25011,0 0.41341,0.159164 v -0.349333 q 0,-0.324527 -0.0165,-0.398941 -0.0145,-0.07441 -0.0476,-0.101286 -0.0331,-0.02687 -0.0827,-0.02687 -0.0537,0 -0.14263,0.03307 l -0.0269,-0.07235 0.56431,-0.23151 h 0.093 v 2.189012 q 0,0.332796 0.0145,0.40721 0.0165,0.07235 0.0496,0.101285 0.0351,0.02894 0.0806,0.02894 0.0558,0 0.14883,-0.03514 l 0.0227,0.07235 -0.56224,0.233577 h -0.0951 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.256315 -0.062,-0.115755 -0.16537,-0.173632 -0.10128,-0.05994 -0.19843,-0.05994 -0.18191,0 -0.32453,0.163297 -0.1881,0.214974 -0.1881,0.628385 0,0.417545 0.1819,0.640787 0.1819,0.221175 0.40514,0.221175 0.1881,0 0.3638,-0.188102 z" />
- <path
- id="path14293"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 115.13983,43.677703 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32452,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239779 0.0847,-0.140559 0.29352,-0.264583 0.21084,-0.124023 0.69866,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0476,0.05168 -0.1261,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51057,-0.148828 0.25218,0 0.41341,0.08475 0.12195,0.06408 0.17983,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16744,-0.150896 v 0.115756 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40307,0.175699 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z" />
- <path
- id="path14295"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 116.59504,41.011201 v 2.511472 q 0,0.177767 0.0248,0.235645 0.0269,0.05788 0.0806,0.08888 0.0537,0.02894 0.2005,0.02894 v 0.07441 h -0.9281 v -0.07441 q 0.13022,0 0.17776,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0269,-0.06201 0.0269,-0.237712 v -1.71979 q 0,-0.320393 -0.0145,-0.39274 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0806,-0.02687 -0.0537,0 -0.13642,0.03307 l -0.0351,-0.07235 0.5643,-0.23151 z" />
- </g>
- </g>
- <g
- id="g34617"
- transform="translate(17.467592,35.272305)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-3-3-6-0"
- d="m 71.001865,111.05721 12.737863,5.96454 -12.737863,5.96452 -12.737861,-5.96452 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text6088-8-8-4-3-3-3"
- aria-label="it ≤ itmáx?">
- <path
- id="path14298"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 63.667942,115.41047 q 0.128157,0 0.214973,0.0889 0.08888,0.0889 0.08888,0.21497 0,0.12609 -0.08888,0.21498 -0.08888,0.0889 -0.214973,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21498 0,-0.12609 0.08682,-0.21497 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95084 -0.423746,1.46968 q -0.03514,0.12609 -0.03514,0.16536 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27699 l 0.07028,0.0413 q -0.312125,0.54363 -0.663525,0.54363 -0.134358,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11369 z" />
- <path
- id="path14300"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 65.104545,115.85695 -0.165364,0.56224 h 0.270784 l -0.07235,0.23771 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11163 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0724 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24805 -0.314192,0.36381 -0.171566,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0724 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11828 h -0.28112 l 0.04134,-0.15296 q 0.264583,-0.0971 0.446484,-0.22738 0.1819,-0.13022 0.438215,-0.41961 z" />
- <path
- id="path14302"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="M 68.393231,117.76898 66.17528,116.8264 v -0.17157 l 2.217951,-0.93844 v 0.21084 l -1.963703,0.81235 1.963703,0.81856 z m -2.220018,0.65319 h 2.224152 v 0.19223 h -2.224152 z" />
- <path
- id="path14304"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 70.456152,115.41047 q 0.128157,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21497 0,0.12609 -0.08888,0.21498 -0.08888,0.0889 -0.214974,0.0889 -0.124023,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21498 0,-0.12609 0.08682,-0.21497 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95084 -0.423746,1.46968 q -0.03514,0.12609 -0.03514,0.16536 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27699 l 0.07028,0.0413 q -0.312125,0.54363 -0.663524,0.54363 -0.134359,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.28732,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107486,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11369 z" />
- <path
- id="path14306"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 71.892756,115.85695 -0.165365,0.56224 h 0.270784 l -0.07235,0.23771 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11163 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0724 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24805 -0.314193,0.36381 -0.171565,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0724 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326594,-1.11828 h -0.281119 l 0.04134,-0.15296 q 0.264583,-0.0971 0.446484,-0.22738 0.181901,-0.13022 0.438216,-0.41961 z" />
- <path
- id="path14308"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- d="m 72.69684,117.68702 -0.198437,0.66662 q 0.199988,-0.30695 0.291455,-0.41392 0.134875,-0.15658 0.221692,-0.20464 0.08837,-0.0481 0.176733,-0.0481 0.100769,0 0.145728,0.0605 0.04496,0.0605 0.04496,0.13332 0,0.076 -0.04186,0.22325 l -0.06976,0.24959 q 0.201538,-0.31005 0.289905,-0.41237 0.136426,-0.15813 0.237195,-0.21394 0.06976,-0.0403 0.148828,-0.0403 0.08217,0 0.136426,0.0558 0.05581,0.0543 0.05581,0.14263 0,0.0992 -0.04651,0.25734 l -0.172082,0.57826 q -0.03876,0.12868 -0.03876,0.16588 0,0.0124 0.0093,0.0233 0.01085,0.0108 0.02325,0.0108 0.01705,0 0.02945,-0.0108 0.05581,-0.045 0.117823,-0.13178 0.01395,-0.0186 0.04186,-0.0574 l 0.05271,0.0341 q -0.10697,0.19999 -0.235644,0.29301 -0.127124,0.093 -0.235645,0.093 -0.09457,0 -0.151928,-0.0512 -0.05736,-0.0527 -0.05736,-0.12247 0,-0.0667 0.03876,-0.20154 l 0.175183,-0.60461 q 0.03566,-0.12558 0.03566,-0.15658 0,-0.0109 -0.01085,-0.0202 -0.01085,-0.0108 -0.0217,-0.0108 -0.02015,0 -0.04031,0.009 -0.02945,0.0155 -0.09147,0.0806 -0.06046,0.0651 -0.175183,0.23409 -0.114722,0.16743 -0.15968,0.262 -0.04341,0.0946 -0.08682,0.24495 l -0.09457,0.31936 h -0.392224 l 0.289905,-1.01234 q 0.02325,-0.0822 0.02325,-0.11317 0,-0.0109 -0.01085,-0.0202 -0.0093,-0.009 -0.02015,-0.009 -0.05736,0 -0.181385,0.15038 -0.189135,0.23254 -0.344165,0.55966 l -0.125573,0.44493 h -0.395325 l 0.291455,-0.99684 q 0.04341,-0.14728 0.04341,-0.20929 0,-0.0248 -0.0124,-0.0419 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.0108 -0.10697,-0.0108 l 0.0155,-0.0589 0.52865,-0.0915 z" />
- <path
- id="path14310"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- d="m 75.842386,117.70872 -0.300757,1.03095 -0.03101,0.12557 q -0.0047,0.0233 -0.0047,0.0341 0,0.0186 0.0124,0.0326 0.01395,0.014 0.02791,0.014 0.03256,0 0.08992,-0.0496 0.02325,-0.0202 0.111621,-0.14263 l 0.05426,0.0279 q -0.110071,0.20154 -0.235645,0.29456 -0.124023,0.0915 -0.2682,0.0915 -0.08837,0 -0.134876,-0.045 -0.04651,-0.0465 -0.04651,-0.11627 0,-0.0605 0.04961,-0.2248 l 0.03721,-0.12557 q -0.179834,0.30851 -0.345715,0.43718 -0.09612,0.0744 -0.204639,0.0744 -0.142627,0 -0.206189,-0.11627 -0.06356,-0.11783 -0.06356,-0.2651 0,-0.2186 0.133325,-0.50075 0.133325,-0.2837 0.350366,-0.45579 0.178284,-0.14262 0.334864,-0.14262 0.08682,0 0.139526,0.0512 0.05271,0.0496 0.07752,0.18293 l 0.05581,-0.19068 z m -0.496094,0.29456 q 0,-0.12558 -0.03876,-0.18139 -0.02791,-0.0387 -0.07596,-0.0387 -0.04806,0 -0.09922,0.0465 -0.103869,0.0961 -0.224792,0.39068 -0.119373,0.293 -0.119373,0.50694 0,0.0822 0.02636,0.11938 0.02791,0.0357 0.06046,0.0357 0.06976,0 0.141076,-0.0806 0.10232,-0.11472 0.184485,-0.2806 0.145728,-0.29146 0.145728,-0.5178 z m 0.03101,-1.0294 h 0.47749 l -0.522449,0.54261 h -0.139526 z" />
- <path
- id="path14312"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';baseline-shift:sub;fill:#808080"
- d="m 76.053225,117.78004 0.541052,-0.093 q 0.147278,0.23099 0.20774,0.50849 0.151928,-0.22479 0.229443,-0.31471 0.10387,-0.12092 0.170532,-0.15658 0.06821,-0.0372 0.144177,-0.0372 0.08527,0 0.130225,0.0465 0.04651,0.0465 0.04651,0.12557 0,0.0744 -0.04651,0.12247 -0.04496,0.0465 -0.113171,0.0465 -0.04961,0 -0.114722,-0.017 -0.06356,-0.0186 -0.08837,-0.0186 -0.06511,0 -0.124023,0.0465 -0.08062,0.0636 -0.198438,0.27131 0.131775,0.46508 0.21084,0.5674 0.04651,0.0605 0.09457,0.0605 0.04031,0 0.06976,-0.0202 0.04496,-0.0326 0.137976,-0.16278 l 0.05581,0.0326 q -0.136426,0.22014 -0.266651,0.31005 -0.09922,0.0698 -0.195337,0.0698 -0.09922,0 -0.165881,-0.0434 -0.06511,-0.045 -0.116272,-0.14418 -0.05116,-0.10077 -0.120923,-0.32091 -0.181384,0.231 -0.285254,0.33797 -0.102319,0.10542 -0.170532,0.13797 -0.06821,0.0326 -0.145727,0.0326 -0.08062,0 -0.127124,-0.0465 -0.04806,-0.0465 -0.04806,-0.12092 0,-0.0791 0.05116,-0.13023 0.05116,-0.0512 0.130225,-0.0512 0.04186,0 0.09457,0.0248 0.07751,0.0372 0.111621,0.0372 0.04496,0 0.08061,-0.0186 0.04651,-0.0232 0.117822,-0.10077 0.04341,-0.0481 0.15968,-0.20464 -0.148828,-0.5519 -0.232543,-0.66042 -0.05271,-0.0698 -0.133326,-0.0698 -0.04186,0 -0.102319,0.0124 z" />
- <path
- id="path14314"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 78.434991,117.61602 h -0.08475 q 0.01447,-0.26045 0.06408,-0.42995 0.05168,-0.17157 0.21084,-0.47542 0.124023,-0.23358 0.16123,-0.35761 0.03721,-0.12609 0.03721,-0.25424 0,-0.26252 -0.14056,-0.41755 -0.138492,-0.15503 -0.341064,-0.15503 -0.179834,0 -0.283186,0.0847 -0.103353,0.0847 -0.103353,0.18397 0,0.0765 0.06201,0.1881 0.06201,0.11162 0.06201,0.1695 0,0.0744 -0.04754,0.12609 -0.04754,0.0496 -0.115755,0.0496 -0.08682,0 -0.159164,-0.0847 -0.07028,-0.0868 -0.07028,-0.23978 0,-0.23357 0.200504,-0.41341 0.200504,-0.17983 0.543636,-0.17983 0.425813,0 0.626317,0.24804 0.148828,0.1819 0.148828,0.40308 0,0.15089 -0.06821,0.31006 -0.06615,0.15916 -0.254248,0.37414 -0.299723,0.33899 -0.367936,0.48162 -0.06615,0.14056 -0.08062,0.38861 z m -0.02894,0.25631 q 0.09715,0 0.163297,0.0682 0.06821,0.0662 0.06821,0.1633 0,0.0951 -0.06821,0.1633 -0.06821,0.0661 -0.163297,0.0661 -0.09508,0 -0.163298,-0.0661 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.0971 0.06615,-0.1633 0.06821,-0.0682 0.163298,-0.0682 z" />
- </g>
- </g>
- <g
- id="g34182"
- transform="translate(20.761433,44.796335)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 8.30274 h 38.462891 v -8.30274 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163" />
- <path
- d="m 47.951206,136.11972 h 39.513638 v 9.35294 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165"
- aria-label="Erro!
-Cálculo não convergiu">
- <path
- id="path14319"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.119599,137.22299 v 1.10794 h 0.615983 q 0.239778,0 0.320394,-0.0723 0.107486,-0.0951 0.119889,-0.33487 h 0.07648 v 0.97565 h -0.07648 q -0.02894,-0.20463 -0.05788,-0.26251 -0.03721,-0.0724 -0.121956,-0.11369 -0.08475,-0.0413 -0.260449,-0.0413 h -0.615983 v 0.92397 q 0,0.18604 0.01654,0.22738 0.01654,0.0393 0.05788,0.0641 0.04134,0.0227 0.157097,0.0227 h 0.475422 q 0.237712,0 0.345199,-0.0331 0.107487,-0.0331 0.206705,-0.13022 0.128158,-0.12816 0.262516,-0.38654 h 0.08268 l -0.241845,0.7028 h -2.160073 v -0.0765 h 0.09922 q 0.09922,0 0.188102,-0.0476 0.06614,-0.0331 0.08888,-0.0992 0.0248,-0.0661 0.0248,-0.27078 v -1.82108 q 0,-0.26665 -0.05374,-0.32866 -0.07441,-0.0827 -0.248046,-0.0827 h -0.09922 v -0.0765 h 2.160073 l 0.03101,0.61391 h -0.08061 q -0.04341,-0.22117 -0.09715,-0.30385 -0.05168,-0.0827 -0.155029,-0.12609 -0.08268,-0.031 -0.291455,-0.031 z" />
- <path
- id="path14321"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.509116,137.92372 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14323"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.922982,137.92372 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14325"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.708918,137.92372 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14327"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.51139,139.13088 h -0.07855 l -0.181901,-1.67431 q -0.0124,-0.10956 -0.0124,-0.1633 0,-0.13022 0.06821,-0.20877 0.07028,-0.0785 0.167431,-0.0785 0.09715,0 0.163298,0.0785 0.06821,0.0786 0.06821,0.23358 0,0.0496 -0.0083,0.13849 z m -0.04134,0.34314 q 0.09508,0 0.16123,0.0682 0.06821,0.0661 0.06821,0.15916 0,0.0951 -0.06821,0.1633 -0.06615,0.0661 -0.16123,0.0661 -0.09508,0 -0.163297,-0.0661 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.093 0.06615,-0.15916 0.06821,-0.0682 0.163297,-0.0682 z" />
- <path
- id="path14329"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.136423,141.23929 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365868,-0.61598 -0.237712,-0.1881 -0.570508,-0.1881 -0.279052,0 -0.504361,0.14262 -0.225309,0.14056 -0.355534,0.45062 -0.128157,0.31006 -0.128157,0.77101 0,0.38034 0.121956,0.65939 0.121956,0.27906 0.365869,0.42788 0.245979,0.14883 0.560172,0.14883 0.272851,0 0.481624,-0.11575 0.208772,-0.11783 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.491959,0.54777 -0.28112,0.17363 -0.667659,0.17363 -0.696598,0 -1.079003,-0.51676 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303858,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
- <path
- id="path14331"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.620569,143.83344 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.20671 z m 0.204639,-2.46599 -0.609781,0.71313 h -0.07028 l 0.21704,-0.71313 z" />
- <path
- id="path14333"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.075776,141.16694 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14335"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.206911,143.38696 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15297 -0.167431,0.20257 -0.167431,0.53536 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14337"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.135473,142.21287 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26459 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.091 -0.115756,-0.093 -0.161231,-0.23771 -0.04547,-0.14469 -0.04547,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.2129 v -1.07281 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
- <path
- id="path14339"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.243415,141.16694 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928107 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14341"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.692421,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109553,0.0641 -0.177766,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.14676,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14343"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.493281,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14345"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.130844,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171566,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08062,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163298,0 -0.405143,-0.16536 -0.130225,-0.0889 -0.1757,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
- <path
- id="path14347"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.86097,142.15706 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14349"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.718095,143.38696 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15297 -0.167431,0.20257 -0.167431,0.53536 0,0.339 0.165364,0.59945 0.167431,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14351"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.912853,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14353"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.655381,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.031,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14355"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.122991,142.21287 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0723 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.20671 l -0.671793,1.6247 h -0.08475 l -0.675927,-1.59783 q -0.04548,-0.11162 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z" />
- <path
- id="path14357"
- style="font-size:4.23333px;fill:#808080"
- d="m 78.655134,142.92601 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27286 0.626317,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z" />
- <path
- id="path14359"
- style="font-size:4.23333px;fill:#808080"
- d="m 80.767664,142.15706 v 0.42581 q 0.237712,-0.42581 0.487826,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27906 v 0.90743 q 0,0.1571 0.03928,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14361"
- style="font-size:4.23333px;fill:#808080"
- d="m 82.059575,143.4159 q -0.173633,-0.0847 -0.26665,-0.23565 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.21084,-0.48369 0.212907,-0.20257 0.543636,-0.20257 0.270784,0 0.469221,0.13229 h 0.401009 q 0.08888,0 0.103353,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.01034,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103353,0.006 h -0.24598 q 0.115755,0.14883 0.115755,0.38034 0,0.26458 -0.202571,0.45268 -0.202571,0.1881 -0.543636,0.1881 -0.140559,0 -0.28732,-0.0413 -0.09095,0.0785 -0.124024,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134359,0.0475 0.05788,0.008 0.289388,0.0145 0.425813,0.0103 0.551904,0.0289 0.192236,0.0269 0.305924,0.14262 0.115755,0.11576 0.115755,0.28526 0,0.23357 -0.219108,0.43821 -0.322461,0.30179 -0.841292,0.30179 -0.398941,0 -0.67386,-0.17983 -0.155029,-0.10335 -0.155029,-0.21497 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.21291 0.01447,-0.0186 0.210839,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0723 0.05788,-0.16949 0.05994,-0.0972 0.272851,-0.27492 z m 0.359668,-1.15962 q -0.152963,0 -0.256315,0.12196 -0.103353,0.12195 -0.103353,0.37413 0,0.3266 0.14056,0.50643 0.107487,0.13643 0.272851,0.13643 0.157096,0 0.258382,-0.11783 0.101286,-0.11782 0.101286,-0.37 0,-0.32866 -0.142627,-0.51469 -0.10542,-0.13643 -0.270784,-0.13643 z m -0.380339,1.85001 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16744 0,0.0992 0.119889,0.17363 0.206706,0.12816 0.597379,0.12816 0.37207,0 0.54777,-0.1323 0.177767,-0.13022 0.177767,-0.27905 0,-0.10748 -0.10542,-0.15296 -0.107487,-0.0455 -0.425813,-0.0537 -0.465088,-0.0124 -0.715202,-0.0476 z" />
- <path
- id="path14363"
- style="font-size:4.23333px;fill:#808080"
- d="m 84.151435,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14365"
- style="font-size:4.23333px;fill:#808080"
- d="m 86.503744,142.21287 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26459 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.14469 -0.04547,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.2129 v -1.07281 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
- </g>
- </g>
- <g
- transform="translate(72.977583,-57.200302)"
- id="g34182-4"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 12.45508 h 31.203126 v -12.45508 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-1" />
- <path
- d="M 47.951206,136.11972 H 80.205078 V 149.625 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-7" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-4"
- aria-label="Calcular correntes injetadas pelas máquinas e cargas">
- <path
- id="path14370"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.173497,137.00595 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61598 -0.237711,-0.1881 -0.570507,-0.1881 -0.279052,0 -0.504362,0.14263 -0.225309,0.14056 -0.355533,0.45061 -0.128158,0.31006 -0.128158,0.77102 0,0.38033 0.121957,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14882 0.560172,0.14882 0.272851,0 0.481624,-0.11575 0.208772,-0.11782 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.281119,0.17364 -0.667659,0.17364 -0.696597,0 -1.079003,-0.51677 -0.285253,-0.38447 -0.285253,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
- <path
- id="path14372"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.657643,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14374"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.11285,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14376"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.243984,139.15362 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167431,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14378"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.172547,137.97953 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243913,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
- <path
- id="path14380"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.280489,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14382"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.876256,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14384"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.234311,137.92372 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14386"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.760708,139.15362 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27078 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183967,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.33899 0.165365,0.59944 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221174,-0.3452 z" />
- <path
- id="path14388"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.955466,137.92372 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177766,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14390"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.700061,137.92372 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14392"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.113927,137.92372 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14394"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.292149,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14396"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.402612,138.32473 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14398"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.51721,137.35735 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204639,0.30593 -0.132291,0.10128 -0.272851,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134359,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
- <path
- id="path14400"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.459788,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14402"
- style="font-size:4.23333px;fill:#808080"
- d="m 79.242044,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14404"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.30211,141.16694 q 0.08682,0 0.14676,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.14676,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150896,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z" />
- <path
- id="path14406"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.546477,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14408"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.590795,141.16487 q 0.08888,0 0.150895,0.062 0.06201,0.062 0.06201,0.15089 0,0.0868 -0.06201,0.14883 -0.06201,0.062 -0.150895,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0889 0.06201,-0.15089 0.06201,-0.062 0.148828,-0.062 z m 0.177767,0.99219 v 1.90583 q 0,0.48575 -0.206706,0.7214 -0.206705,0.23564 -0.537434,0.23564 -0.188102,0 -0.279053,-0.0682 -0.09095,-0.0682 -0.09095,-0.14056 0,-0.0724 0.05168,-0.12402 0.04961,-0.0517 0.117822,-0.0517 0.05374,0 0.109554,0.0269 0.03514,0.0145 0.134359,0.10335 0.101286,0.091 0.169498,0.091 0.04961,0 0.09715,-0.0393 0.04754,-0.0372 0.07028,-0.12816 0.02274,-0.0889 0.02274,-0.3886 v -1.34772 q 0,-0.31213 -0.0186,-0.40101 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14410"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.603652,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10128 0.138493,-0.10336 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318326,0 0.522965,0.21084 0.204638,0.20878 0.204638,0.56018 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37001 z" />
- <path
- id="path14412"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.712049,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272852,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.231511,-0.15296 0.119889,-0.10955 0.212906,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
- <path
- id="path14414"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.409101,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14416"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.550571,143.89339 q -0.138493,0.14469 -0.270785,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250113,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.18811 z" />
- <path
- id="path14418"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.402652,143.83344 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.20671 z" />
- <path
- id="path14420"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.430434,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163297,0.14677 0.365869,0.14677 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.39274,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.161231,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14422"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.77402,142.40097 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25011 0.293522,-0.34933 0.148828,-0.10129 0.312125,-0.10129 0.285254,0 0.475423,0.22324 0.233577,0.27285 0.233577,0.71107 0,0.48989 -0.281119,0.81029 -0.231511,0.26251 -0.58291,0.26251 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.02481,0.0537 0.08268,0.0847 0.05994,0.031 0.214973,0.031 v 0.0765 h -0.992186 v -0.0765 h 0.05168 q 0.113688,0.002 0.194303,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25631 v -1.79007 q 0,-0.18397 -0.01654,-0.23358 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.12609,0.0289 z m 0.661458,0.32867 v 0.70693 q 0,0.22944 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.091 0.285254,0.091 0.206705,0 0.334863,-0.16123 0.167431,-0.21084 0.167431,-0.59325 0,-0.43408 -0.190169,-0.66766 -0.132291,-0.16123 -0.314192,-0.16123 -0.09922,0 -0.196371,0.0496 -0.07441,0.0372 -0.245979,0.22325 z" />
- <path
- id="path14424"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.345437,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10128 0.138493,-0.10336 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318326,0 0.522965,0.21084 0.204638,0.20878 0.204638,0.56018 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37001 z" />
- <path
- id="path14426"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.555119,141.16694 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14428"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.150886,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14430"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.178668,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163297,0.14677 0.365869,0.14677 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.392741,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14432"
- style="font-size:4.23333px;fill:#808080"
- d="m 49.302812,146.79347 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0785 0.200505,-0.12195 0.107487,-0.0434 0.212907,-0.0434 0.177766,0 0.305924,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117823,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0785 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.1323 -0.258382,-0.1323 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157097,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.33279 -0.09095,-0.1323 -0.254248,-0.1323 -0.111621,0 -0.221175,0.06 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.02687,0.0558 0.07648,0.0847 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14434"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.104127,148.06678 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0848 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m 0.204639,-2.466 -0.609782,0.71314 h -0.07028 l 0.217041,-0.71314 z" />
- <path
- id="path14436"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.584594,146.3904 v 2.43499 q 0,0.1819 0.0248,0.23358 0.02481,0.0517 0.07648,0.0806 0.05374,0.0289 0.206706,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.03927 q 0.115755,0 0.1757,-0.0331 0.04134,-0.0227 0.06615,-0.0827 0.0248,-0.0579 0.0248,-0.22738 v -0.81442 q -0.188102,0.22324 -0.328661,0.30592 -0.14056,0.0806 -0.291455,0.0806 -0.274919,0 -0.491959,-0.25011 -0.214974,-0.25012 -0.214974,-0.66973 0,-0.48162 0.285253,-0.78341 0.285254,-0.30386 0.68833,-0.30386 0.117822,0 0.217041,0.0331 0.09922,0.0331 0.177767,0.0992 0.119889,-0.0579 0.229443,-0.13229 z m -0.341065,1.49035 v -0.88884 q 0,-0.15503 -0.04134,-0.24391 -0.03927,-0.0889 -0.142626,-0.1509 -0.103353,-0.062 -0.233578,-0.062 -0.23151,0 -0.396874,0.19637 -0.165365,0.19637 -0.165365,0.59531 0,0.38241 0.167432,0.58085 0.169498,0.19843 0.40721,0.19843 0.121956,0 0.21704,-0.0517 0.09508,-0.0538 0.188102,-0.17363 z" />
- <path
- id="path14438"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.684722,146.44621 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566374,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128158,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.1447 -0.04548,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
- <path
- id="path14440"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.623165,145.40028 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14442"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.867533,146.79141 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25424 0.04547,0.12403 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77514 q 0,-0.25839 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14444"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.505096,148.06678 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.20671 z" />
- <path
- id="path14446"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.532877,146.3904 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06614,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.301791,0.14676 q 0.419612,0.20463 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415479,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14448"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.331215,147.15934 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
- <path
- id="path14450"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.556277,147.6203 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179833,0.14676 0.179833,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14452"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.897796,148.06678 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14454"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.255851,146.3904 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14456"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.547762,147.64923 q -0.173633,-0.0847 -0.26665,-0.23564 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.21084,-0.48369 0.212906,-0.20257 0.543635,-0.20257 0.270785,0 0.469222,0.13229 H 75.8128 q 0.08888,0 0.103352,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103352,0.006 h -0.24598 q 0.115755,0.14883 0.115755,0.38034 0,0.26459 -0.202571,0.45269 -0.202572,0.1881 -0.543636,0.1881 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134359,0.0476 0.05788,0.008 0.289388,0.0145 0.425813,0.0103 0.551903,0.0289 0.192237,0.0269 0.305925,0.14263 0.115755,0.11576 0.115755,0.28525 0,0.23358 -0.219108,0.43822 -0.322461,0.30179 -0.841292,0.30179 -0.398942,0 -0.67386,-0.17983 -0.155029,-0.10336 -0.155029,-0.21498 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144693,-0.2129 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0724 0.05788,-0.1695 0.05994,-0.0971 0.272852,-0.27492 z m 0.359667,-1.15961 q -0.152962,0 -0.256315,0.12195 -0.103352,0.12196 -0.103352,0.37414 0,0.32659 0.140559,0.50643 0.107487,0.13642 0.272852,0.13642 0.157096,0 0.258382,-0.11782 0.101285,-0.11782 0.101285,-0.37 0,-0.32866 -0.142626,-0.5147 -0.10542,-0.13642 -0.270785,-0.13642 z m -0.380338,1.85001 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16743 0,0.0992 0.119889,0.17364 0.206706,0.12815 0.597379,0.12815 0.37207,0 0.54777,-0.13229 0.177767,-0.13022 0.177767,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.107487,-0.0455 -0.425814,-0.0538 -0.465087,-0.0124 -0.715201,-0.0475 z" />
- <path
- id="path14458"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.2308,148.06678 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14460"
- style="font-size:4.23333px;fill:#808080"
- d="m 79.258581,146.3904 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121956,-0.10956 -0.312125,-0.10956 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20463 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194303,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159164,-0.39068 0.16123,-0.15709 0.415478,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- </g>
- </g>
- <g
- transform="translate(69.031294,-39.469512)"
- id="g34182-0"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 12.67774 h 39.095704 v -12.67774 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-4" />
- <path
- d="m 47.951206,136.11972 h 40.14645 v 13.72794 h -40.14645 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-0" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-1"
- aria-label="Calcular tensões nodais por substituição progressiva-regressiva">
- <path
- id="path14465"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.649407,137.00595 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365868,-0.61598 -0.237712,-0.1881 -0.570508,-0.1881 -0.279052,0 -0.504361,0.14263 -0.225309,0.14056 -0.355534,0.45061 -0.128157,0.31006 -0.128157,0.77102 0,0.38033 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14882 0.560172,0.14882 0.272851,0 0.481624,-0.11575 0.208772,-0.11782 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.491959,0.54777 -0.28112,0.17364 -0.667659,0.17364 -0.696598,0 -1.079003,-0.51677 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
- <path
- id="path14467"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.133553,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14469"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.58876,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14471"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.719895,139.15362 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14473"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.648457,137.97953 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
- <path
- id="path14475"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.756399,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z" />
- <path
- id="path14477"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.352166,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.1819,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14479"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.710221,137.92372 v 0.42582 q 0.237712,-0.42582 0.487826,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14481"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.178286,137.35735 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z" />
- <path
- id="path14483"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.120863,138.69267 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.32246,-0.10128 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path14485"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.231327,138.32473 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04548,0.12402 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34107 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14487"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.019785,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14489"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.367505,137.92372 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z m -0.531233,-0.45268 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16537 -0.130224,-0.0889 -0.1757,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20878 z" />
- <path
- id="path14491"
- style="font-size:4.23333px;fill:#808080"
- d="m 78.876455,138.69267 q -0.0021,0.42168 0.204639,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
- <path
- id="path14493"
- style="font-size:4.23333px;fill:#808080"
- d="m 81.658712,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312126,-0.10955 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14495"
- style="font-size:4.23333px;fill:#808080"
- d="m 49.199739,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06614,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14497"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.690541,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177766,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14499"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.21855,143.89339 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.231511,-0.26045 -0.231511,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17363 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324527,0.1633 -0.188103,0.21497 -0.188103,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.18811 z" />
- <path
- id="path14501"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.070632,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14503"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.35634,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14505"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.272501,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163297,0.14677 0.365869,0.14677 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.392741,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14507"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.616087,142.40097 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25011 0.293522,-0.34933 0.148828,-0.10129 0.312125,-0.10129 0.285254,0 0.475423,0.22324 0.233577,0.27285 0.233577,0.71107 0,0.48989 -0.28112,0.81029 -0.23151,0.26251 -0.582909,0.26251 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.02481,0.0537 0.08268,0.0847 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992186 v -0.0765 h 0.05168 q 0.113688,0.002 0.194303,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25631 v -1.79007 q 0,-0.18397 -0.01654,-0.23358 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.12609,0.0289 z m 0.661458,0.32867 v 0.70693 q 0,0.22944 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.091 0.285254,0.091 0.206705,0 0.334863,-0.16123 0.167431,-0.21084 0.167431,-0.59325 0,-0.43408 -0.190169,-0.66766 -0.132292,-0.16123 -0.314192,-0.16123 -0.09922,0 -0.196371,0.0496 -0.07441,0.0372 -0.245979,0.22325 z" />
- <path
- id="path14509"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.795218,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14511"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.539813,142.15706 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14513"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.681738,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163297,0.14677 0.365869,0.14677 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.392741,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14515"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.763263,142.21287 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26459 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.091 -0.115755,-0.093 -0.161231,-0.23771 -0.04547,-0.14469 -0.04547,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663524 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.2129 v -1.07281 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
- <path
- id="path14517"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.738913,142.53947 q 0.274918,-0.38241 0.593245,-0.38241 0.291455,0 0.508495,0.25011 0.217041,0.24805 0.217041,0.68007 0,0.50436 -0.334863,0.81235 -0.28732,0.26458 -0.640787,0.26458 -0.165364,0 -0.33693,-0.0599 -0.169499,-0.06 -0.347265,-0.17984 v -1.96163 q 0,-0.32246 -0.01654,-0.39688 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05788,0 -0.144694,0.0331 l -0.02894,-0.0724 0.56844,-0.23151 h 0.09302 z m 0,0.13229 v 1.13274 q 0.10542,0.10336 0.217041,0.1571 0.113688,0.0517 0.23151,0.0517 0.188102,0 0.349332,-0.20671 0.163298,-0.2067 0.163298,-0.60151 0,-0.3638 -0.163298,-0.55811 -0.16123,-0.19637 -0.367936,-0.19637 -0.109554,0 -0.219108,0.0558 -0.08268,0.0413 -0.210839,0.16537 z" />
- <path
- id="path14519"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.560444,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163297,0.14677 0.365869,0.14677 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.392741,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14521"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.53196,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272852,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212906,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
- <path
- id="path14523"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.637834,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z" />
- <path
- id="path14525"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.880135,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272852,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212906,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
- <path
- id="path14527"
- style="font-size:4.23333px;fill:#808080"
- d="m 80.164231,142.21287 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566374,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26459 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.14469 -0.04547,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.2129 v -1.07281 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
- <path
- id="path14529"
- style="font-size:4.23333px;fill:#808080"
- d="m 81.102674,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z" />
- <path
- id="path14531"
- style="font-size:4.23333px;fill:#808080"
- d="m 83.403309,143.38696 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183967,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15297 -0.167432,0.20257 -0.167432,0.53536 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221174,-0.3452 z m -0.768945,0.68626 h 0.124024 l -0.103353,0.1633 q 0.130224,0.0331 0.194303,0.11162 0.06408,0.0786 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124024,0.11369 -0.320394,0.11369 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.15709 0,-0.062 -0.04754,-0.10749 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z" />
- <path
- id="path14533"
- style="font-size:4.23333px;fill:#808080"
- d="m 84.744826,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117823,-0.40927 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171566,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09509,0.062 -0.192237,0.062 -0.163297,0 -0.405142,-0.16536 -0.130225,-0.0889 -0.1757,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
- <path
- id="path14535"
- style="font-size:4.23333px;fill:#808080"
- d="m 86.474953,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14537"
- style="font-size:4.23333px;fill:#808080"
- d="m 48.978564,146.63431 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25012 0.293522,-0.34934 0.148828,-0.10128 0.312125,-0.10128 0.285254,0 0.475423,0.22324 0.233577,0.27285 0.233577,0.71107 0,0.48989 -0.281119,0.81028 -0.23151,0.26252 -0.58291,0.26252 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.0248,0.0537 0.08268,0.0847 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194304,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25632 v -1.79007 q 0,-0.18396 -0.01654,-0.23357 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.12609,0.0289 z m 0.661458,0.32866 v 0.70694 q 0,0.22944 0.0186,0.30179 0.02894,0.11988 0.14056,0.21084 0.113688,0.091 0.285254,0.091 0.206705,0 0.334863,-0.16123 0.167431,-0.21084 0.167431,-0.59325 0,-0.43408 -0.190169,-0.66766 -0.132291,-0.16123 -0.314192,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.24598,0.22324 z" />
- <path
- id="path14539"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.785626,146.3904 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14541"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.571562,146.3904 q 0.429947,0 0.690396,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
- <path
- id="path14543"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.268614,147.64923 q -0.173632,-0.0847 -0.26665,-0.23564 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.210839,-0.48369 0.212907,-0.20257 0.543636,-0.20257 0.270784,0 0.469222,0.13229 h 0.401008 q 0.08888,0 0.103353,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103353,0.006 h -0.245979 q 0.115755,0.14883 0.115755,0.38034 0,0.26459 -0.202572,0.45269 -0.202571,0.1881 -0.543635,0.1881 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134358,0.0476 0.05788,0.008 0.289388,0.0145 0.425814,0.0103 0.551904,0.0289 0.192236,0.0269 0.305924,0.14263 0.115755,0.11576 0.115755,0.28525 0,0.23358 -0.219108,0.43822 -0.32246,0.30179 -0.841291,0.30179 -0.398942,0 -0.67386,-0.17983 -0.155029,-0.10336 -0.155029,-0.21498 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.2129 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0724 0.05788,-0.1695 0.05995,-0.0971 0.272851,-0.27492 z m 0.359668,-1.15961 q -0.152962,0 -0.256315,0.12195 -0.103353,0.12196 -0.103353,0.37414 0,0.32659 0.14056,0.50643 0.107487,0.13642 0.272851,0.13642 0.157097,0 0.258382,-0.11782 0.101286,-0.11782 0.101286,-0.37 0,-0.32866 -0.142627,-0.5147 -0.10542,-0.13642 -0.270784,-0.13642 z m -0.380338,1.85001 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16743 0,0.0992 0.11989,0.17364 0.206705,0.12815 0.597379,0.12815 0.37207,0 0.547769,-0.13229 0.177767,-0.13022 0.177767,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.107486,-0.0455 -0.425813,-0.0538 -0.465088,-0.0124 -0.715201,-0.0475 z" />
- <path
- id="path14545"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.432821,146.3904 v 0.42581 q 0.237712,-0.42581 0.487826,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.1571 0.03928,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14547"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.611043,147.15934 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522966,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path14549"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.3933,146.3904 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06614,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20463 0.419613,0.5395 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415478,-0.15709 0.111621,0 0.270785,0.0475 0.10542,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14551"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.038676,146.3904 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121956,-0.10956 -0.312126,-0.10956 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20463 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415479,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14553"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.941979,145.40028 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14555"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.537291,146.44621 h 0.890901 v 0.0765 h -0.05788 q -0.08062,0 -0.124024,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17157 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0476 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142626,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.2067 l -0.671793,1.62471 h -0.08475 l -0.675927,-1.59783 q -0.04547,-0.11163 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z" />
- <path
- id="path14557"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.82391,148.06678 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14559"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.667268,147.23376 h 1.068668 v 0.31212 h -1.068668 z" />
- <path
- id="path14561"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.595831,146.3904 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14563"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.774053,147.15934 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.71521 0,-0.48575 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14565"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.839041,147.64923 q -0.173632,-0.0847 -0.26665,-0.23564 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.210839,-0.48369 0.212907,-0.20257 0.543636,-0.20257 0.270784,0 0.469221,0.13229 h 0.401009 q 0.08888,0 0.103353,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103353,0.006 H 74.8581 q 0.115755,0.14883 0.115755,0.38034 0,0.26459 -0.202572,0.45269 -0.202571,0.1881 -0.543635,0.1881 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134358,0.0476 0.05788,0.008 0.289388,0.0145 0.425814,0.0103 0.551904,0.0289 0.192236,0.0269 0.305924,0.14263 0.115755,0.11576 0.115755,0.28525 0,0.23358 -0.219108,0.43822 -0.32246,0.30179 -0.841291,0.30179 -0.398942,0 -0.67386,-0.17983 -0.15503,-0.10336 -0.15503,-0.21498 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.2129 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0724 0.05788,-0.1695 0.05994,-0.0971 0.272851,-0.27492 z m 0.359668,-1.15961 q -0.152962,0 -0.256315,0.12195 -0.103353,0.12196 -0.103353,0.37414 0,0.32659 0.14056,0.50643 0.107487,0.13642 0.272851,0.13642 0.157097,0 0.258382,-0.11782 0.101286,-0.11782 0.101286,-0.37 0,-0.32866 -0.142627,-0.5147 -0.10542,-0.13642 -0.270784,-0.13642 z m -0.380338,1.85001 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16743 0,0.0992 0.11989,0.17364 0.206705,0.12815 0.597379,0.12815 0.37207,0 0.547769,-0.13229 0.177767,-0.13022 0.177767,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.107487,-0.0455 -0.425813,-0.0538 -0.465088,-0.0124 -0.715201,-0.0475 z" />
- <path
- id="path14567"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.003248,146.3904 v 0.42581 q 0.237712,-0.42581 0.487826,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14569"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.18147,147.15934 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path14571"
- style="font-size:4.23333px;fill:#808080"
- d="m 79.963727,146.3904 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419613,0.20463 0.419613,0.5395 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415478,-0.15709 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14573"
- style="font-size:4.23333px;fill:#808080"
- d="m 81.609103,146.3904 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17984 l 0.301791,0.14676 q 0.419612,0.20463 0.419612,0.5395 0,0.25838 -0.19637,0.41754 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415479,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14575"
- style="font-size:4.23333px;fill:#808080"
- d="m 82.512408,145.40028 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14577"
- style="font-size:4.23333px;fill:#808080"
- d="m 83.10772,146.44621 h 0.890901 v 0.0765 h -0.05788 q -0.08062,0 -0.124024,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17157 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0476 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.2067 l -0.671794,1.62471 h -0.08475 l -0.675927,-1.59783 q -0.04548,-0.11163 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z" />
- <path
- id="path14579"
- style="font-size:4.23333px;fill:#808080"
- d="m 86.394338,148.06678 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.20671 z" />
- </g>
- </g>
- <g
- transform="translate(81.522506,-8.0841216)"
- id="g34182-2"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 3.96485 h 14.113282 v -3.96485 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-9" />
- <path
- d="m 47.951206,136.11972 h 15.164028 v 5.01505 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-06" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-0"
- aria-label="e = 0,0">
- <path
- id="path14584"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 50.357296,139.09781 q -0.0186,0.13436 -0.0186,0.22118 0,0.15503 0.08888,0.24804 0.09095,0.093 0.241845,0.093 0.144694,0 0.289388,-0.0703 0.146761,-0.0703 0.338997,-0.24598 l 0.06201,0.0558 q -0.237711,0.28732 -0.46302,0.40928 -0.22531,0.12195 -0.498161,0.12195 -0.345198,0 -0.47749,-0.16536 -0.132291,-0.16536 -0.132291,-0.38241 0,-0.33899 0.19637,-0.67799 0.198437,-0.339 0.537434,-0.54364 0.341065,-0.20463 0.684196,-0.20463 0.173633,0 0.262516,0.0827 0.08888,0.0827 0.08888,0.20877 0,0.1509 -0.08682,0.29352 -0.119889,0.19431 -0.30179,0.3142 -0.181901,0.11782 -0.40721,0.17983 -0.150895,0.0413 -0.405143,0.062 z m 0.0186,-0.10749 q 0.1819,-0.0269 0.281119,-0.0723 0.101286,-0.0476 0.19637,-0.14883 0.09715,-0.10335 0.167432,-0.25838 0.07028,-0.1571 0.07028,-0.29352 0,-0.0579 -0.03307,-0.091 -0.03101,-0.0331 -0.08062,-0.0331 -0.09922,0 -0.223242,0.13849 -0.227376,0.25219 -0.378271,0.75861 z" />
- <path
- id="path14586"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.707538,138.04775 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
- <path
- id="path14588"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.231868,138.48803 q 0,-0.47956 0.144694,-0.82476 0.144694,-0.34726 0.384472,-0.51676 0.186035,-0.13436 0.384473,-0.13436 0.32246,0 0.578775,0.32866 0.320394,0.40721 0.320394,1.10381 0,0.48783 -0.14056,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.217041,0.15297 -0.419612,0.15297 -0.401009,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142627,0.94464 0.117822,0.30799 0.351399,0.30799 0.111621,0 0.23151,-0.0992 0.11989,-0.10128 0.181901,-0.33693 0.09508,-0.35553 0.09508,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192236,-0.33693 -0.08475,-0.0682 -0.204639,-0.0682 -0.140559,0 -0.250113,0.12609 -0.148828,0.17156 -0.202572,0.5395 -0.05374,0.36794 -0.05374,0.72554 z" />
- <path
- id="path14590"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.422946,140.57782 v -0.0909 q 0.212907,-0.0703 0.328662,-0.21911 0.117822,-0.14676 0.117822,-0.31212 0,-0.0393 -0.0186,-0.0661 -0.01447,-0.0186 -0.02894,-0.0186 -0.02274,0 -0.09922,0.0413 -0.03721,0.0186 -0.07855,0.0186 -0.101285,0 -0.16123,-0.0599 -0.05994,-0.0599 -0.05994,-0.16536 0,-0.10129 0.07648,-0.17364 0.07855,-0.0723 0.19017,-0.0723 0.136425,0 0.241845,0.11988 0.107487,0.11783 0.107487,0.3142 0,0.2129 -0.148828,0.3948 -0.146761,0.18397 -0.467155,0.28939 z" />
- <path
- id="path14592"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.406865,138.48803 q 0,-0.47956 0.144694,-0.82476 0.144694,-0.34726 0.384472,-0.51676 0.186035,-0.13436 0.384472,-0.13436 0.322461,0 0.578776,0.32866 0.320394,0.40721 0.320394,1.10381 0,0.48783 -0.14056,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.217041,0.15297 -0.419612,0.15297 -0.401009,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142627,0.94464 0.117822,0.30799 0.351399,0.30799 0.111621,0 0.23151,-0.0992 0.119889,-0.10128 0.181901,-0.33693 0.09508,-0.35553 0.09508,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192236,-0.33693 -0.08475,-0.0682 -0.204639,-0.0682 -0.140559,0 -0.250113,0.12609 -0.148828,0.17156 -0.202572,0.5395 -0.05374,0.36794 -0.05374,0.72554 z" />
- </g>
- </g>
- <g
- transform="translate(66.879927,1.1564254)"
- id="g34182-6"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="M 48.476562,136.64453 V 153.625 H 91.875 v -16.98047 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-2" />
- <path
- d="m 47.951206,136.11972 h 44.449185 v 18.03067 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-4" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-9"
- aria-label="Resolver equações diferenciais pelo Método Trapezoidal e calcular o erro (e) entre as iterações">
- <path
- id="path14597"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.231879,139.87296 h -0.748274 l -0.948778,-1.31052 q -0.10542,0.004 -0.171566,0.004 -0.02687,0 -0.05788,0 -0.03101,-0.002 -0.06408,-0.004 v 0.81442 q 0,0.26459 0.05788,0.32867 0.07855,0.0909 0.235645,0.0909 h 0.109554 v 0.0765 h -1.20096 v -0.0765 h 0.10542 q 0.177767,0 0.254248,-0.11576 0.04341,-0.0641 0.04341,-0.30386 v -1.81074 q 0,-0.26458 -0.05788,-0.32866 -0.08062,-0.0909 -0.239779,-0.0909 h -0.10542 v -0.0765 h 1.021126 q 0.446484,0 0.657324,0.0661 0.212906,0.0641 0.359667,0.23977 0.148828,0.17364 0.148828,0.41548 0,0.25838 -0.169498,0.44855 -0.167432,0.19017 -0.520898,0.26872 l 0.578775,0.80408 q 0.198438,0.27699 0.341064,0.36794 0.142627,0.0909 0.37207,0.11576 z m -1.990574,-1.44074 q 0.03927,0 0.06821,0.002 0.02894,0 0.04754,0 0.401009,0 0.60358,-0.17364 0.204639,-0.17363 0.204639,-0.44235 0,-0.26251 -0.165365,-0.42581 -0.163297,-0.16536 -0.434081,-0.16536 -0.11989,0 -0.324528,0.0393 z" />
- <path
- id="path14599"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.649425,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14601"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.431681,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221174,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.231511,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398941,-0.24598 -0.299724,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14603"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.779402,137.92372 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341065,-0.38033 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14605"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.621148,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z" />
- <path
- id="path14607"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.046962,137.97953 h 0.8909 v 0.0765 h -0.05788 q -0.08062,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.440282,1.04593 0.44235,-1.0852 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107486,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.20671 l -0.671793,1.6247 h -0.08475 L 64.37769,138.333 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z" />
- <path
- id="path14609"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.579105,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14611"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.691635,137.92372 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14613"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.928189,138.69267 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
- <path
- id="path14615"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.163131,137.92372 v 2.43499 q 0,0.18191 0.0248,0.23358 0.02481,0.0517 0.07648,0.0806 0.05374,0.0289 0.206706,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.03927 q 0.115755,0 0.1757,-0.0331 0.04134,-0.0227 0.06615,-0.0827 0.02481,-0.0579 0.02481,-0.22738 v -0.81442 q -0.188102,0.22325 -0.328662,0.30593 -0.140559,0.0806 -0.291455,0.0806 -0.274918,0 -0.491959,-0.25011 -0.214974,-0.25011 -0.214974,-0.66973 0,-0.48162 0.285254,-0.78341 0.285254,-0.30386 0.68833,-0.30386 0.117822,0 0.21704,0.0331 0.09922,0.0331 0.177767,0.0992 0.119889,-0.0579 0.229443,-0.13229 z m -0.341064,1.49035 v -0.88883 q 0,-0.15503 -0.04134,-0.24392 -0.03927,-0.0889 -0.142627,-0.15089 -0.103353,-0.062 -0.233577,-0.062 -0.23151,0 -0.396875,0.19637 -0.165364,0.19637 -0.165364,0.59531 0,0.3824 0.167431,0.58084 0.169499,0.19844 0.40721,0.19844 0.121957,0 0.217041,-0.0517 0.09508,-0.0537 0.188102,-0.17363 z" />
- <path
- id="path14617"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.26326,137.97953 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144693,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243913,0.26458 -0.37207,0.33279 -0.128158,0.0682 -0.270785,0.0682 -0.159163,0 -0.276985,-0.0909 -0.115755,-0.093 -0.161231,-0.23771 -0.04548,-0.14469 -0.04548,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663524 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268718,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
- <path
- id="path14619"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.792881,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14621"
- style="font-size:4.23333px;fill:#808080"
- d="m 80.205135,139.15362 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z m -0.768945,0.68626 h 0.124023 l -0.103353,0.1633 q 0.130225,0.0331 0.194304,0.11162 0.06408,0.0786 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124023,0.11369 -0.320394,0.11369 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.15709 0,-0.062 -0.04754,-0.10749 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z" />
- <path
- id="path14623"
- style="font-size:4.23333px;fill:#808080"
- d="m 81.399893,137.92372 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341065,-0.38033 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z m -0.531233,-0.45268 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262517,0.14883 0.171565,0.11162 0.254247,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08062,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163298,0 -0.405143,-0.16537 -0.130225,-0.0889 -0.1757,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20878 z" />
- <path
- id="path14625"
- style="font-size:4.23333px;fill:#808080"
- d="m 82.908843,138.69267 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.32246,-0.10128 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path14627"
- style="font-size:4.23333px;fill:#808080"
- d="m 85.6911,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.161231,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.10542,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14629"
- style="font-size:4.23333px;fill:#808080"
- d="m 50.495345,143.89339 q -0.138492,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256314,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142626,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17363 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363801,-0.18811 z" />
- <path
- id="path14631"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.756249,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14633"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.188719,142.3617 v 1.24437 q 0,0.26458 0.05788,0.33486 0.07648,0.0909 0.204639,0.0909 H 53.6228 v 0.0744 h -1.130679 v -0.0744 h 0.08475 q 0.08268,0 0.150895,-0.0413 0.06821,-0.0413 0.09302,-0.11162 0.02687,-0.0703 0.02687,-0.27285 v -1.24437 h -0.367936 v -0.14883 h 0.367936 v -0.12402 q 0,-0.28319 0.09095,-0.47956 0.09095,-0.19637 0.276985,-0.31626 0.188102,-0.12195 0.42168,-0.12195 0.217041,0 0.398941,0.14056 0.11989,0.093 0.11989,0.20877 0,0.062 -0.05374,0.11782 -0.05374,0.0537 -0.115755,0.0537 -0.04754,0 -0.101286,-0.0331 -0.05168,-0.0351 -0.128157,-0.14676 -0.07648,-0.11369 -0.14056,-0.15296 -0.06408,-0.0393 -0.142627,-0.0393 -0.09508,0 -0.16123,0.0517 -0.06615,0.0496 -0.09508,0.1571 -0.02894,0.10542 -0.02894,0.54777 v 0.13642 h 0.487825 v 0.14883 z" />
- <path
- id="path14635"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.180905,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138492,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37001 z" />
- <path
- id="path14637"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.293436,142.15706 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14639"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.471658,142.92601 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27286 0.626317,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z" />
- <path
- id="path14641"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.582121,142.55807 q 0.332796,-0.40101 0.634587,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14643"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.755052,143.38696 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15297 -0.167431,0.20257 -0.167431,0.53536 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14645"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.505393,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05995,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14647"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.270658,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14649"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.556367,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05995,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14651"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.472527,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233578,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163298,0.14677 0.365869,0.14677 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.39274,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14653"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.816113,142.40097 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25011 0.293522,-0.34933 0.148828,-0.10129 0.312125,-0.10129 0.285254,0 0.475423,0.22324 0.233577,0.27285 0.233577,0.71107 0,0.48989 -0.281119,0.81029 -0.23151,0.26251 -0.58291,0.26251 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.0248,0.0537 0.08268,0.0847 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194304,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25631 v -1.79007 q 0,-0.18397 -0.01654,-0.23358 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.12609,0.0289 z m 0.661458,0.32867 v 0.70693 q 0,0.22944 0.0186,0.30179 0.02894,0.11989 0.140559,0.21084 0.113688,0.091 0.285254,0.091 0.206706,0 0.334863,-0.16123 0.167431,-0.21084 0.167431,-0.59325 0,-0.43408 -0.190169,-0.66766 -0.132291,-0.16123 -0.314192,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.24598,0.22325 z" />
- <path
- id="path14655"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.38753,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138492,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37001 z" />
- <path
- id="path14657"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.597213,141.16694 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14659"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.046219,142.15706 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341065,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14661"
- style="font-size:4.23333px;fill:#808080"
- d="m 79.895076,144.10629 -1.083137,-2.35851 v 1.87276 q 0,0.25838 0.05581,0.32246 0.07648,0.0868 0.241846,0.0868 h 0.09922 v 0.0765 h -0.975651 v -0.0765 h 0.09922 q 0.177767,0 0.252181,-0.10748 0.04547,-0.0661 0.04547,-0.30179 v -1.83142 q 0,-0.18603 -0.04134,-0.26871 -0.02894,-0.0599 -0.107487,-0.0992 -0.07648,-0.0413 -0.248047,-0.0413 v -0.0765 h 0.79375 l 1.016991,2.19314 1.000455,-2.19314 h 0.793749 v 0.0765 h -0.09715 q -0.179834,0 -0.254248,0.10748 -0.04548,0.0662 -0.04548,0.30179 v 1.83142 q 0,0.25838 0.05788,0.32246 0.07648,0.0868 0.241846,0.0868 h 0.09715 v 0.0765 h -1.190624 v -0.0765 h 0.09922 q 0.179834,0 0.252181,-0.10748 0.04547,-0.0661 0.04547,-0.30179 v -1.87276 l -1.08107,2.35851 z" />
- <path
- id="path14663"
- style="font-size:4.23333px;fill:#808080"
- d="m 82.375545,142.92601 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z m 0.985985,-1.57303 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z" />
- <path
- id="path14665"
- style="font-size:4.23333px;fill:#808080"
- d="m 84.483939,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204639,0.30592 -0.132291,0.10129 -0.272851,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
- <path
- id="path14667"
- style="font-size:4.23333px;fill:#808080"
- d="m 86.034231,142.15706 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14669"
- style="font-size:4.23333px;fill:#808080"
- d="m 88.56224,143.89339 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250113,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564307,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.56224,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165365,-0.17363 -0.101285,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.18811 z" />
- <path
- id="path14671"
- style="font-size:4.23333px;fill:#808080"
- d="m 90.267561,142.15706 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71314 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14673"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.318488,145.5367 0.03101,0.65733 h -0.07855 q -0.02274,-0.17363 -0.06201,-0.24805 -0.06408,-0.11989 -0.171565,-0.1757 -0.10542,-0.0579 -0.279053,-0.0579 h -0.394807 v 2.14147 q 0,0.25839 0.05581,0.32246 0.07855,0.0868 0.241846,0.0868 h 0.09715 v 0.0765 h -1.188557 v -0.0765 h 0.09922 q 0.177767,0 0.252181,-0.10749 0.04547,-0.0661 0.04547,-0.30179 v -2.14147 h -0.33693 q -0.19637,0 -0.279053,0.0289 -0.107486,0.0393 -0.183968,0.1509 -0.07648,0.11162 -0.09095,0.30179 h -0.07855 l 0.03307,-0.65733 z" />
- <path
- id="path14675"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.994415,146.3904 v 0.42581 q 0.237712,-0.42581 0.487826,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.1571 0.03928,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14677"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.927112,148.06678 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.20671 z" />
- <path
- id="path14679"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.594771,146.63431 0.58291,-0.23564 h 0.07855 v 0.44235 q 0.146761,-0.25012 0.293522,-0.34934 0.148828,-0.10128 0.312125,-0.10128 0.285254,0 0.475423,0.22324 0.233577,0.27285 0.233577,0.71107 0,0.48989 -0.281119,0.81028 -0.23151,0.26252 -0.58291,0.26252 -0.152962,0 -0.264583,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.0248,0.0537 0.08268,0.0847 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194304,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25632 v -1.79007 q 0,-0.18396 -0.01654,-0.23357 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.12609,0.0289 z m 0.661458,0.32866 v 0.70694 q 0,0.22944 0.0186,0.30179 0.02894,0.11988 0.140559,0.21084 0.113688,0.091 0.285254,0.091 0.206706,0 0.334863,-0.16123 0.167432,-0.21084 0.167432,-0.59325 0,-0.43408 -0.19017,-0.66766 -0.132291,-0.16123 -0.314192,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.24598,0.22324 z" />
- <path
- id="path14681"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.166188,147.15934 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.71521 0,-0.48575 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
- <path
- id="path14683"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.370125,147.75879 -0.02274,0.58084 h -1.670181 v -0.0744 l 1.25677,-1.67432 H 60.31386 q -0.200505,0 -0.262516,0.0269 -0.06201,0.0248 -0.101286,0.0972 -0.05581,0.10335 -0.06408,0.25631 h -0.08268 l 0.0124,-0.52503 h 1.587499 v 0.0765 l -1.269172,1.67845 h 0.690396 q 0.217041,0 0.293522,-0.0351 0.07855,-0.0372 0.126091,-0.12816 0.03307,-0.0661 0.05581,-0.27905 z" />
- <path
- id="path14685"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.527676,146.3904 q 0.429948,0 0.690397,0.32659 0.221174,0.27906 0.221174,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177766,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
- <path
- id="path14687"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.199924,145.40028 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05995,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14689"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.229772,148.12672 q -0.138492,0.1447 -0.270784,0.20878 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.65939,-0.339 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17364 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363801,-0.1881 z" />
- <path
- id="path14691"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.081853,148.06678 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0848 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14693"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.537062,145.40028 v 2.51147 q 0,0.17777 0.02481,0.23565 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14695"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.436684,147.15934 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.71521 0,-0.48575 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
- <path
- id="path14697"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.661748,147.6203 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14699"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.003267,148.06678 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14701"
- style="font-size:4.23333px;fill:#808080"
- d="m 78.458474,145.40028 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 H 77.83629 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14703"
- style="font-size:4.23333px;fill:#808080"
- d="m 80.589608,147.6203 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239779,-0.27078 -0.239779,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14705"
- style="font-size:4.23333px;fill:#808080"
- d="m 82.518171,146.44621 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128158,0.0682 -0.270785,0.0682 -0.159163,0 -0.276985,-0.091 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.1447 -0.04548,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268718,-0.21291 v -1.0728 q 0,-0.16123 -0.05995,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
- <path
- id="path14707"
- style="font-size:4.23333px;fill:#808080"
- d="m 83.626113,145.40028 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14709"
- style="font-size:4.23333px;fill:#808080"
- d="m 85.221879,148.06678 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0848 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14711"
- style="font-size:4.23333px;fill:#808080"
- d="m 86.579933,146.3904 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14713"
- style="font-size:4.23333px;fill:#808080"
- d="m 89.424201,146.3904 q 0.429948,0 0.690397,0.32659 0.221175,0.27906 0.221175,0.64079 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
- <path
- id="path14715"
- style="font-size:4.23333px;fill:#808080"
- d="m 49.240643,151.39268 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26459 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14717"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.353173,150.62374 v 0.42581 q 0.237712,-0.42581 0.487826,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09509,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14719"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.767039,150.62374 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14721"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.552975,150.62374 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121956,0.51469 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.427881,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13435 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163298,0.71313 0.165364,0.29973 0.434081,0.29973 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14723"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.984288,153.40186 v 0.0765 q -0.312126,-0.1571 -0.520898,-0.36794 -0.297656,-0.29972 -0.458887,-0.70693 -0.16123,-0.40721 -0.16123,-0.84543 0,-0.64078 0.316259,-1.16788 0.31626,-0.52917 0.824756,-0.75654 v 0.0868 q -0.254248,0.14056 -0.417546,0.38447 -0.163297,0.24392 -0.243912,0.61805 -0.08062,0.37414 -0.08062,0.78135 0,0.44235 0.06821,0.80409 0.05374,0.28525 0.130224,0.45682 0.07648,0.17363 0.204639,0.33279 0.130224,0.15916 0.338997,0.30386 z" />
- <path
- id="path14725"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 58.744964,151.79782 q -0.0186,0.13436 -0.0186,0.22118 0,0.15503 0.08888,0.24804 0.09095,0.093 0.241845,0.093 0.144694,0 0.289388,-0.0703 0.146761,-0.0703 0.338997,-0.24598 l 0.06201,0.0558 q -0.237711,0.28732 -0.46302,0.40928 -0.225309,0.12196 -0.498161,0.12196 -0.345198,0 -0.47749,-0.16537 -0.132291,-0.16536 -0.132291,-0.3824 0,-0.339 0.19637,-0.678 0.198437,-0.33899 0.537435,-0.54363 0.341064,-0.20464 0.684195,-0.20464 0.173633,0 0.262516,0.0827 0.08888,0.0827 0.08888,0.20877 0,0.1509 -0.08682,0.29353 -0.119889,0.1943 -0.30179,0.31419 -0.181901,0.11782 -0.40721,0.17983 -0.150895,0.0413 -0.405143,0.062 z m 0.0186,-0.10748 q 0.1819,-0.0269 0.281119,-0.0724 0.101286,-0.0475 0.19637,-0.14883 0.09715,-0.10335 0.167432,-0.25838 0.07028,-0.1571 0.07028,-0.29352 0,-0.0579 -0.03307,-0.0909 -0.03101,-0.0331 -0.08061,-0.0331 -0.09922,0 -0.223242,0.1385 -0.227376,0.25218 -0.378271,0.75861 z" />
- <path
- id="path14727"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.055477,149.72043 v -0.0868 q 0.314193,0.15503 0.522965,0.36586 0.295589,0.30179 0.45682,0.709 0.16123,0.40515 0.16123,0.84543 0,0.64079 -0.31626,1.16789 -0.314192,0.52916 -0.824755,0.75654 v -0.0765 q 0.254248,-0.14263 0.417545,-0.38654 0.165365,-0.24185 0.243913,-0.61598 0.08062,-0.37621 0.08062,-0.78342 0,-0.44028 -0.06821,-0.80408 -0.05168,-0.28526 -0.130224,-0.45682 -0.07648,-0.17157 -0.204639,-0.33073 -0.128157,-0.15916 -0.338997,-0.30386 z" />
- <path
- id="path14729"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.883209,151.39268 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z" />
- <path
- id="path14731"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.993673,151.02474 q 0.332796,-0.401 0.634586,-0.401 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37413 -0.06615,-0.11783 -0.225309,-0.11783 -0.24598,0 -0.489892,0.26872 v 0.99839 q 0,0.19223 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14733"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.108271,150.05736 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.1261 h 0.08061 q -0.07235,0.20258 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30385 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10956 0.212906,-0.25839 0.04754,-0.0786 0.132292,-0.28732 z" />
- <path
- id="path14735"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.286492,150.62374 v 0.42581 q 0.237712,-0.42581 0.487826,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14737"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.464714,151.39268 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path14739"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.154408,152.30012 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510562,-0.14882 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14741"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.18219,150.62374 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10956 -0.312125,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.53951 0,0.25838 -0.19637,0.41754 -0.194303,0.1571 -0.436149,0.1571 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.16123,-0.15709 0.415478,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14743"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.143825,149.63362 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14745"
- style="font-size:4.23333px;fill:#808080"
- d="m 78.386126,150.05736 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.1261 h 0.08061 q -0.07235,0.20258 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30385 v -1.27331 h -0.299724 v -0.0682 q 0.113689,-0.0455 0.231511,-0.15296 0.119889,-0.10956 0.212906,-0.25839 0.04754,-0.0786 0.132292,-0.28732 z" />
- <path
- id="path14747"
- style="font-size:4.23333px;fill:#808080"
- d="m 79.328703,151.39268 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485759,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path14749"
- style="font-size:4.23333px;fill:#808080"
- d="m 81.441234,150.62374 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.73381 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14751"
- style="font-size:4.23333px;fill:#808080"
- d="m 83.373933,152.30012 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13435 -0.126091,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14882 0.510563,-0.14882 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z" />
- <path
- id="path14753"
- style="font-size:4.23333px;fill:#808080"
- d="m 85.786184,151.85363 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14882 0.179834,0.14676 0.179834,0.30593 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167431,0.25839 0.450618,0.25839 0.202572,0 0.363802,-0.1385 0.113688,-0.0951 0.221175,-0.3452 z m -0.768944,0.68627 h 0.124023 l -0.103353,0.16329 q 0.130225,0.0331 0.194304,0.11162 0.06408,0.0786 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124023,0.11369 -0.320394,0.11369 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10749 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z" />
- <path
- id="path14755"
- style="font-size:4.23333px;fill:#808080"
- d="m 86.980944,150.62374 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121956,0.51469 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13435 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.16329 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z m -0.531234,-0.45268 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171566,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30593 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163298,0 -0.405143,-0.16537 -0.130225,-0.0889 -0.1757,-0.10748 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
- <path
- id="path14757"
- style="font-size:4.23333px;fill:#808080"
- d="m 88.489895,151.39268 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path14759"
- style="font-size:4.23333px;fill:#808080"
- d="m 91.27215,150.62374 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10956 -0.312125,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.53951 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.16123,-0.15709 0.415478,-0.15709 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- </g>
- </g>
- <g
- transform="translate(81.677779,23.4126)"
- id="g34182-9"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 4.03516 h 13.802735 v -4.03516 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-5" />
- <path
- d="m 47.951206,136.11972 h 14.853482 v 5.08536 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-41" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-87"
- aria-label="it += 1">
- <path
- id="path14764"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 50.648507,137.00595 q 0.128157,0 0.214973,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214973,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312125,0.54363 -0.663525,0.54363 -0.134358,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11368 z" />
- <path
- id="path14766"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 52.08511,137.45243 -0.165364,0.56224 h 0.270784 l -0.07235,0.23772 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24804 -0.314192,0.3638 -0.171566,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0723 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11827 h -0.28112 l 0.04134,-0.15297 q 0.264584,-0.0971 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41962 z" />
- <path
- id="path14768"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.210043,139.5815 v -1.03146 H 53.18065 v -0.1695 h 1.029393 v -1.02732 h 0.165365 v 1.02732 h 1.033527 v 0.1695 h -1.033527 v 1.03146 z" />
- <path
- id="path14770"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.570165,138.04775 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
- <path
- id="path14772"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.437626,137.34495 0.682128,-0.3328 h 0.06821 v 2.36678 q 0,0.23564 0.0186,0.29352 0.02067,0.0579 0.08268,0.0889 0.06201,0.031 0.252181,0.0351 v 0.0765 h -1.054199 v -0.0765 q 0.198438,-0.004 0.256315,-0.0331 0.05788,-0.031 0.08062,-0.0806 0.02274,-0.0517 0.02274,-0.30386 v -1.51308 q 0,-0.30593 -0.02067,-0.39274 -0.01447,-0.0661 -0.05374,-0.0972 -0.03721,-0.031 -0.09095,-0.031 -0.07648,0 -0.212907,0.0641 z" />
- </g>
- </g>
- <g
- id="g34603"
- transform="translate(-4.2317729,10.197242)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- inkscape:connector-curvature="0"
- id="rect13740-3-3-6-0-3"
- d="m 141.2875,158.66157 11.50086,5.38531 -11.50086,5.38529 -11.50086,-5.38529 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text6088-8-8-4-3-3-3-2"
- aria-label="e ≤ etol?">
- <path
- id="path14775"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 135.2827,164.52747 q -0.0186,0.13436 -0.0186,0.22117 0,0.15503 0.0889,0.24805 0.0909,0.093 0.24184,0.093 0.1447,0 0.28939,-0.0703 0.14676,-0.0703 0.339,-0.24598 l 0.062,0.0558 q -0.23771,0.28732 -0.46302,0.40927 -0.22531,0.12196 -0.49816,0.12196 -0.3452,0 -0.47749,-0.16536 -0.13229,-0.16537 -0.13229,-0.38241 0,-0.339 0.19637,-0.67799 0.19843,-0.339 0.53743,-0.54364 0.34106,-0.20464 0.6842,-0.20464 0.17363,0 0.26251,0.0827 0.0889,0.0827 0.0889,0.20878 0,0.15089 -0.0868,0.29352 -0.11989,0.1943 -0.30179,0.31419 -0.1819,0.11782 -0.40721,0.17983 -0.1509,0.0413 -0.40514,0.062 z m 0.0186,-0.10749 q 0.1819,-0.0269 0.28112,-0.0724 0.10128,-0.0475 0.19637,-0.14883 0.0972,-0.10335 0.16743,-0.25838 0.0703,-0.15709 0.0703,-0.29352 0,-0.0579 -0.0331,-0.0909 -0.031,-0.0331 -0.0806,-0.0331 -0.0992,0 -0.22324,0.13849 -0.22738,0.25218 -0.37827,0.75861 z" />
- <path
- id="path14777"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 139.82608,164.79412 -2.21795,-0.94258 v -0.17157 l 2.21795,-0.93844 v 0.21084 l -1.9637,0.81235 1.9637,0.81856 z m -2.22001,0.65319 h 2.22415 v 0.19223 h -2.22415 z" />
- <path
- id="path14779"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 141.59962,164.52747 q -0.0186,0.13436 -0.0186,0.22117 0,0.15503 0.0889,0.24805 0.0909,0.093 0.24184,0.093 0.1447,0 0.28939,-0.0703 0.14676,-0.0703 0.339,-0.24598 l 0.062,0.0558 q -0.23771,0.28732 -0.46302,0.40927 -0.22531,0.12196 -0.49816,0.12196 -0.3452,0 -0.47749,-0.16536 -0.13229,-0.16537 -0.13229,-0.38241 0,-0.339 0.19637,-0.67799 0.19844,-0.339 0.53743,-0.54364 0.34107,-0.20464 0.6842,-0.20464 0.17363,0 0.26251,0.0827 0.0889,0.0827 0.0889,0.20878 0,0.15089 -0.0868,0.29352 -0.11989,0.1943 -0.30179,0.31419 -0.1819,0.11782 -0.40721,0.17983 -0.15089,0.0413 -0.40514,0.062 z m 0.0186,-0.10749 q 0.1819,-0.0269 0.28112,-0.0724 0.10129,-0.0475 0.19637,-0.14883 0.0971,-0.10335 0.16743,-0.25838 0.0703,-0.15709 0.0703,-0.29352 0,-0.0579 -0.0331,-0.0909 -0.031,-0.0331 -0.0806,-0.0331 -0.0992,0 -0.22324,0.13849 -0.22737,0.25218 -0.37827,0.75861 z" />
- <path
- id="path14781"
- style="font-size:3.175px;baseline-shift:sub;fill:#808080"
- d="m 143.72507,164.33389 -0.12402,0.42167 h 0.20308 l -0.0543,0.17829 h -0.19998 l -0.2589,0.89917 q -0.0248,0.0837 -0.0248,0.12712 0,0.0202 0.014,0.0357 0.014,0.0139 0.031,0.0139 0.0264,0 0.0543,-0.0217 0.0713,-0.0543 0.16588,-0.18914 l 0.0543,0.0341 q -0.10697,0.18603 -0.23564,0.27285 -0.12868,0.0868 -0.2527,0.0868 -0.10542,0 -0.16433,-0.0527 -0.0574,-0.0543 -0.0574,-0.13643 0,-0.0899 0.0403,-0.23099 l 0.24494,-0.83871 h -0.21084 l 0.031,-0.11472 q 0.19844,-0.0729 0.33486,-0.17054 0.13643,-0.0977 0.32866,-0.3147 z" />
- <path
- id="path14783"
- style="font-size:3.175px;baseline-shift:sub;fill:#808080"
- d="m 144.73896,164.71216 q 0.12247,0 0.22944,0.0574 0.10852,0.0558 0.16278,0.15658 0.0558,0.10077 0.0558,0.22324 0,0.25115 -0.14108,0.50229 -0.13953,0.25115 -0.36897,0.39688 -0.22944,0.14418 -0.46199,0.14418 -0.21084,0 -0.32711,-0.12558 -0.11472,-0.12557 -0.11472,-0.30696 0,-0.21549 0.0853,-0.40307 0.0868,-0.18914 0.2186,-0.32866 0.13332,-0.14108 0.3054,-0.2279 0.17209,-0.0884 0.35657,-0.0884 z m -0.0636,0.0822 q -0.0822,0 -0.13643,0.0481 -0.10852,0.0977 -0.24494,0.45734 -0.13643,0.35812 -0.13643,0.64647 0,0.0713 0.0434,0.11782 0.0434,0.0465 0.10232,0.0465 0.0605,0 0.10697,-0.0372 0.0682,-0.0558 0.16743,-0.24959 0.0992,-0.19534 0.16278,-0.42943 0.0636,-0.23565 0.0636,-0.43099 0,-0.0806 -0.0387,-0.12402 -0.0388,-0.045 -0.0899,-0.045 z" />
- <path
- id="path14785"
- style="font-size:3.175px;baseline-shift:sub;fill:#808080"
- d="m 146.2877,163.99902 -0.51314,1.74563 q -0.045,0.15503 -0.045,0.19379 0,0.0201 0.0124,0.0341 0.014,0.014 0.0295,0.014 0.0279,0 0.0527,-0.0217 0.0744,-0.0605 0.16588,-0.20464 l 0.0605,0.0279 q -0.14728,0.23564 -0.28991,0.33641 -0.0977,0.0682 -0.20774,0.0682 -0.10232,0 -0.16278,-0.0543 -0.0605,-0.0558 -0.0605,-0.13333 0,-0.0574 0.0372,-0.18448 l 0.41858,-1.42937 q 0.0341,-0.11783 0.0341,-0.15658 0,-0.0372 -0.0326,-0.0589 -0.0434,-0.031 -0.13178,-0.0264 l 0.0171,-0.0589 0.52245,-0.0915 z" />
- <path
- id="path14787"
- style="font-size:4.23333px;line-height:1;text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 147.10212,164.64115 h -0.0848 q 0.0145,-0.26044 0.0641,-0.42994 0.0517,-0.17157 0.21084,-0.47543 0.12403,-0.23357 0.16123,-0.3576 0.0372,-0.12609 0.0372,-0.25424 0,-0.26252 -0.14056,-0.41755 -0.13849,-0.15503 -0.34106,-0.15503 -0.17984,0 -0.28319,0.0848 -0.10335,0.0847 -0.10335,0.18397 0,0.0765 0.062,0.1881 0.062,0.11162 0.062,0.1695 0,0.0744 -0.0475,0.12609 -0.0476,0.0496 -0.11576,0.0496 -0.0868,0 -0.15916,-0.0847 -0.0703,-0.0868 -0.0703,-0.23978 0,-0.23358 0.2005,-0.41341 0.20051,-0.17983 0.54364,-0.17983 0.42581,0 0.62632,0.24804 0.14882,0.1819 0.14882,0.40308 0,0.15089 -0.0682,0.31006 -0.0661,0.15916 -0.25425,0.37413 -0.29972,0.339 -0.36793,0.48163 -0.0661,0.14056 -0.0806,0.3886 z m -0.0289,0.25632 q 0.0972,0 0.1633,0.0682 0.0682,0.0662 0.0682,0.1633 0,0.0951 -0.0682,0.1633 -0.0682,0.0661 -0.1633,0.0661 -0.0951,0 -0.16329,-0.0661 -0.0661,-0.0682 -0.0661,-0.1633 0,-0.0971 0.0661,-0.1633 0.0682,-0.0682 0.16329,-0.0682 z" />
- </g>
- </g>
- <g
- id="g34655"
- transform="translate(22.153538,34.121272)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 51.998047,164.13477 c -1.372929,0 -2.462891,1.08995 -2.462891,2.46289 v 3.14257 c 0,1.37294 1.089962,2.46289 2.462891,2.46289 h 28.636719 c 1.372928,0 2.46289,-1.08995 2.46289,-2.46289 v -3.14257 c 0,-1.37294 -1.089962,-2.46289 -2.46289,-2.46289 z"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34621" />
- <path
- d="m 51.997791,163.62166 h 28.636257 c 1.649016,0 2.976563,1.32755 2.976563,2.97656 v 3.14243 c 0,1.64901 -1.327547,2.97656 -2.976563,2.97656 H 51.997791 c -1.649015,0 -2.976562,-1.32755 -2.976562,-2.97656 v -3.14243 c 0,-1.64901 1.327547,-2.97656 2.976562,-2.97656 z"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-3-8-6" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- id="flowRoot34623"
- aria-label="Fim da simulação com erro">
- <path
- id="path14792"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.663051,164.71323 v 1.10174 h 0.510563 q 0.1757,0 0.256315,-0.0765 0.08268,-0.0786 0.109554,-0.308 h 0.07648 v 0.94878 h -0.07648 q -0.0021,-0.16329 -0.04341,-0.23978 -0.03927,-0.0765 -0.111621,-0.11368 -0.07028,-0.0393 -0.21084,-0.0393 h -0.510563 v 0.88057 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.09095,0.0496 0.19017,0.0496 h 0.101285 v 0.0765 h -1.203026 v -0.0765 h 0.09922 q 0.173632,0 0.25218,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.08888,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 2.085659 l 0.02687,0.61599 h -0.07235 q -0.05374,-0.19637 -0.126091,-0.28732 -0.07028,-0.093 -0.175699,-0.13436 -0.103353,-0.0413 -0.322461,-0.0413 z" />
- <path
- id="path14794"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.767314,164.42384 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14796"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.022017,165.81703 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0786 0.200505,-0.12195 0.107486,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10541 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.1323 -0.258382,-0.1323 -0.109554,0 -0.221175,0.0558 -0.109554,0.0538 -0.26665,0.20258 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14798"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.146247,167.15028 q -0.138492,0.1447 -0.270784,0.20878 -0.132291,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256314,-0.339 0.65939,-0.339 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142626,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17364 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363801,-0.1881 z" />
- <path
- id="path14800"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.998329,167.09034 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14802"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 65.092711,165.37675 0.03101,0.65939 h -0.07028 q -0.12609,-0.29352 -0.262516,-0.40101 -0.134359,-0.10748 -0.268717,-0.10748 -0.08475,0 -0.144694,0.0579 -0.05994,0.0558 -0.05994,0.13023 0,0.0558 0.04134,0.10748 0.06615,0.0848 0.370003,0.29146 0.303858,0.20464 0.398942,0.34933 0.09715,0.14263 0.09715,0.3204 0,0.16123 -0.08061,0.31626 -0.08062,0.15502 -0.227377,0.23771 -0.14676,0.0827 -0.324527,0.0827 -0.138493,0 -0.370003,-0.0868 -0.06201,-0.0227 -0.08475,-0.0227 -0.06821,0 -0.113689,0.10336 h -0.06821 l -0.03307,-0.69453 h 0.07028 q 0.09302,0.27285 0.254247,0.40927 0.163298,0.13643 0.307992,0.13643 0.09922,0 0.16123,-0.06 0.06408,-0.062 0.06408,-0.14882 0,-0.0992 -0.06201,-0.17157 -0.06201,-0.0724 -0.276985,-0.21911 -0.31626,-0.2191 -0.409277,-0.33486 -0.136426,-0.1695 -0.136426,-0.37414 0,-0.22324 0.152962,-0.40307 0.155029,-0.1819 0.446484,-0.1819 0.157096,0 0.303857,0.0765 0.05581,0.031 0.09095,0.031 0.03721,0 0.05994,-0.0145 0.02274,-0.0165 0.07235,-0.0889 z" />
- <path
- id="path14804"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 65.981545,164.49412 q 0.134359,0 0.227376,0.0951 0.09302,0.093 0.09302,0.22531 0,0.13229 -0.09508,0.22531 -0.09302,0.093 -0.225309,0.093 -0.132291,0 -0.225309,-0.093 -0.09302,-0.093 -0.09302,-0.22531 0,-0.13229 0.09302,-0.22531 0.09302,-0.0951 0.225309,-0.0951 z m 0.289388,0.93637 v 1.53169 q 0,0.20464 0.04754,0.26252 0.04754,0.0558 0.186035,0.0641 v 0.0744 h -1.043863 v -0.0744 q 0.128158,-0.004 0.190169,-0.0744 0.04134,-0.0475 0.04134,-0.25218 v -1.12861 q 0,-0.20464 -0.04754,-0.26045 -0.04754,-0.0579 -0.183968,-0.0661 v -0.0765 z" />
- <path
- id="path14806"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 67.492563,165.43049 v 0.25425 q 0.159163,-0.17363 0.293522,-0.24184 0.136425,-0.0703 0.297656,-0.0703 0.186035,0 0.312125,0.0868 0.12609,0.0868 0.194303,0.26459 0.165365,-0.18604 0.31626,-0.26872 0.152962,-0.0827 0.318326,-0.0827 0.200505,0 0.318327,0.093 0.119889,0.0909 0.165364,0.23358 0.04754,0.14056 0.04754,0.45062 v 0.79168 q 0,0.22324 0.03928,0.27699 0.04134,0.0537 0.169498,0.0703 v 0.0744 h -0.998388 v -0.0744 q 0.117822,-0.0103 0.173633,-0.0909 0.03721,-0.0558 0.03721,-0.25632 v -0.83095 q 0,-0.25839 -0.02067,-0.32867 -0.02067,-0.0703 -0.06615,-0.10335 -0.04341,-0.0351 -0.103353,-0.0351 -0.08888,0 -0.179834,0.0661 -0.09095,0.0641 -0.183968,0.1943 v 1.03766 q 0,0.20877 0.03514,0.26252 0.04754,0.0765 0.181901,0.0848 v 0.0744 h -1.000455 v -0.0744 q 0.08062,-0.004 0.12609,-0.0393 0.04754,-0.0372 0.06201,-0.0868 0.01654,-0.0517 0.01654,-0.22118 v -0.83095 q 0,-0.26252 -0.02067,-0.32867 -0.02067,-0.0661 -0.07028,-0.10335 -0.04754,-0.0372 -0.103353,-0.0372 -0.08268,0 -0.150895,0.0434 -0.09715,0.0641 -0.206705,0.21911 v 1.03766 q 0,0.20464 0.03927,0.27079 0.04134,0.0641 0.169498,0.0765 v 0.0744 h -0.996321 v -0.0744 q 0.121957,-0.0124 0.173633,-0.0786 0.03514,-0.0455 0.03514,-0.26872 v -1.0914 q 0,-0.21911 -0.04134,-0.27285 -0.03927,-0.0538 -0.167432,-0.0703 v -0.0765 z" />
- <path
- id="path14808"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 72.087627,165.43049 v 1.51309 q 0,0.22117 0.04134,0.27698 0.04134,0.0538 0.167432,0.0682 v 0.0744 h -0.787548 v -0.25838 q -0.138493,0.16536 -0.276986,0.24184 -0.138493,0.0744 -0.310058,0.0744 -0.163298,0 -0.291455,-0.0992 -0.12609,-0.10129 -0.169499,-0.23564 -0.04341,-0.13436 -0.04341,-0.46923 v -0.76687 q 0,-0.21911 -0.04134,-0.27285 -0.03927,-0.0538 -0.167431,-0.0703 v -0.0765 h 0.787548 v 1.32085 q 0,0.20671 0.0186,0.26665 0.02067,0.06 0.06201,0.0909 0.04341,0.031 0.09922,0.031 0.07441,0 0.134358,-0.0393 0.08268,-0.0538 0.198438,-0.21705 v -1.03352 q 0,-0.21911 -0.04134,-0.27285 -0.03928,-0.0538 -0.167432,-0.0703 v -0.0765 z" />
- <path
- id="path14810"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 73.334062,164.56026 v 2.40192 q 0,0.20464 0.04754,0.26252 0.04754,0.0558 0.186035,0.0641 v 0.0744 h -1.043863 v -0.0744 q 0.128157,-0.004 0.190169,-0.0744 0.04134,-0.0475 0.04134,-0.25218 v -2.00091 q 0,-0.20257 -0.04754,-0.25838 -0.04754,-0.0579 -0.183968,-0.0661 v -0.0765 z" />
- <path
- id="path14812"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 74.818208,167.07794 q -0.353467,0.31212 -0.634586,0.31212 -0.165365,0 -0.274919,-0.10748 -0.109554,-0.10956 -0.109554,-0.27286 0,-0.22117 0.190169,-0.39687 0.190169,-0.17777 0.82889,-0.47129 v -0.1943 q 0,-0.21911 -0.02481,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134359,0 -0.221175,0.06 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17157 0,0.10128 -0.07648,0.17363 -0.07441,0.0703 -0.19637,0.0703 -0.130225,0 -0.219108,-0.0786 -0.08682,-0.0786 -0.08682,-0.18397 0,-0.14883 0.117822,-0.28318 0.117823,-0.13643 0.328662,-0.20878 0.21084,-0.0723 0.438216,-0.0723 0.274918,0 0.434082,0.11782 0.16123,0.11575 0.208772,0.25218 0.02894,0.0868 0.02894,0.39894 v 0.75034 q 0,0.13229 0.01034,0.16743 0.01034,0.0331 0.03101,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109553,-0.0765 l 0.06201,0.0496 q -0.103353,0.15296 -0.214974,0.22324 -0.109554,0.0682 -0.250113,0.0682 -0.165365,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23564 z m 0,-0.1509 v -0.64699 q -0.250114,0.14676 -0.37207,0.3142 -0.08062,0.11162 -0.08062,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144694,0.0558 0.103353,0 0.239779,-0.11576 z" />
- <path
- id="path14814"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 77.445435,166.86503 0.06408,0.0496 q -0.136426,0.25631 -0.341064,0.38241 -0.202572,0.12402 -0.432015,0.12402 -0.386539,0 -0.618049,-0.29146 -0.231511,-0.29145 -0.231511,-0.70073 0,-0.39481 0.21084,-0.69453 0.254248,-0.36173 0.700732,-0.36173 0.299723,0 0.475423,0.15089 0.177766,0.1509 0.177766,0.33693 0,0.11782 -0.07235,0.1881 -0.07028,0.0703 -0.186035,0.0703 -0.121956,0 -0.202571,-0.0806 -0.07855,-0.0806 -0.09715,-0.28732 -0.0124,-0.13023 -0.05994,-0.1819 -0.04754,-0.0517 -0.111621,-0.0517 -0.09922,0 -0.169499,0.10542 -0.107487,0.15916 -0.107487,0.48783 0,0.27285 0.08682,0.52296 0.08682,0.24805 0.237711,0.37 0.113688,0.0889 0.268717,0.0889 0.101286,0 0.192236,-0.0476 0.09095,-0.0475 0.214974,-0.17983 z m -0.727603,0.47336 h 0.136425 l -0.09715,0.15089 q 0.124023,0.0207 0.188102,0.0992 0.06615,0.0806 0.06615,0.2005 0,0.10749 -0.06408,0.19637 -0.06408,0.0889 -0.163298,0.12403 -0.157096,0.0517 -0.475422,0.0496 v -0.0971 q 0.206705,-0.008 0.279052,-0.0682 0.07441,-0.0579 0.07441,-0.16123 0,-0.062 -0.04961,-0.10335 -0.04754,-0.0413 -0.138493,-0.0413 z" />
- <path
- id="path14816"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 78.811759,167.07794 q -0.353467,0.31212 -0.634586,0.31212 -0.165365,0 -0.274919,-0.10748 -0.109554,-0.10956 -0.109554,-0.27286 0,-0.22117 0.19017,-0.39687 0.190169,-0.17777 0.828889,-0.47129 v -0.1943 q 0,-0.21911 -0.02481,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134359,0 -0.221175,0.06 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17157 0,0.10128 -0.07648,0.17363 -0.07441,0.0703 -0.19637,0.0703 -0.130225,0 -0.219108,-0.0786 -0.08682,-0.0786 -0.08682,-0.18397 0,-0.14883 0.117822,-0.28318 0.117822,-0.13643 0.328662,-0.20878 0.210839,-0.0723 0.438215,-0.0723 0.274919,0 0.434082,0.11782 0.16123,0.11575 0.208773,0.25218 0.02894,0.0868 0.02894,0.39894 v 0.75034 q 0,0.13229 0.01034,0.16743 0.01033,0.0331 0.031,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109554,-0.0765 l 0.06201,0.0496 q -0.103352,0.15296 -0.214973,0.22324 -0.109554,0.0682 -0.250114,0.0682 -0.165365,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23564 z m 0,-0.1509 v -0.64699 q -0.250114,0.14676 -0.37207,0.3142 -0.08061,0.11162 -0.08061,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144693,0.0558 0.103353,0 0.239779,-0.11576 z m 0.398942,-2.39571 h 0.109554 q 0.0021,0.0413 0.0021,0.0703 0,0.22738 -0.128158,0.36587 -0.128157,0.1385 -0.310058,0.1385 -0.134359,0 -0.338997,-0.0972 -0.202572,-0.0971 -0.270785,-0.0971 -0.06201,0 -0.103352,0.0413 -0.04134,0.0413 -0.05788,0.14883 h -0.119889 q -0.0083,-0.26871 0.121956,-0.42168 0.132292,-0.15296 0.324528,-0.15296 0.06201,0 0.103353,0.0124 0.05788,0.0165 0.198437,0.0827 0.212907,0.0971 0.303857,0.0971 0.04547,0 0.08682,-0.0372 0.04134,-0.0372 0.07855,-0.15089 z" />
- <path
- id="path14818"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';fill:#808080"
- d="m 80.773395,165.37262 q 0.25218,0 0.469221,0.13022 0.217041,0.13023 0.328662,0.37 0.113688,0.23978 0.113688,0.52504 0,0.41134 -0.208773,0.68833 -0.25218,0.33486 -0.696597,0.33486 -0.436149,0 -0.671793,-0.30593 -0.235645,-0.30592 -0.235645,-0.709 0,-0.41547 0.239779,-0.72347 0.241845,-0.31005 0.661458,-0.31005 z m 0.0083,0.14676 q -0.10542,0 -0.181901,0.0806 -0.07441,0.0786 -0.09922,0.3142 -0.02274,0.23357 -0.02274,0.65112 0,0.22117 0.02894,0.41341 0.02274,0.14676 0.09715,0.22324 0.07441,0.0765 0.169499,0.0765 0.09302,0 0.155029,-0.0517 0.08061,-0.0703 0.107487,-0.19637 0.04134,-0.19638 0.04134,-0.79375 0,-0.3514 -0.03927,-0.48163 -0.03927,-0.13229 -0.115755,-0.19223 -0.05374,-0.0434 -0.14056,-0.0434 z" />
- <path
- id="path14820"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.474909,170.89532 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72553 0.266651,-0.27906 0.638721,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.140559,0.0475 -0.121957,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53536 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14822"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.669667,169.66542 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14824"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.42253,170.0685 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24805 0.359667,-0.32453 0.146761,-0.0785 0.301791,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957046 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20463 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.0909 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14826"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.527703,170.43437 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14828"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.640233,169.66542 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14830"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.054099,169.66542 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0848 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14832"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.840035,169.66542 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- </g>
- </g>
- <g
- transform="translate(72.426525,38.222317)"
- id="g34655-4"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 51.998047,164.13477 c -1.423411,0 -2.462891,0.90917 -2.462891,1.91796 v 0.13282 c 0,1.0088 1.039072,1.91601 2.462891,1.91601 h 25.261719 c 1.423817,0 2.46289,-0.90721 2.46289,-1.91601 v -0.13282 c 0,-1.00879 -1.03948,-1.91796 -2.46289,-1.91796 z"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34621-0" />
- <path
- d="m 51.997791,163.62166 h 25.26282 c 1.649015,0 2.976562,1.08427 2.976562,2.43111 v 0.13229 c 0,1.34683 -1.327547,2.43111 -2.976562,2.43111 h -25.26282 c -1.649015,0 -2.976562,-1.08428 -2.976562,-2.43111 v -0.13229 c 0,-1.34684 1.327547,-2.43111 2.976562,-2.43111 z"
- style="opacity:1;fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-3-8-6-1" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
- id="flowRoot34623-8"
- aria-label="Fim da solução">
- <path
- id="path14837"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.567637,164.71323 v 1.10174 H 53.0782 q 0.1757,0 0.256315,-0.0765 0.08268,-0.0786 0.109554,-0.308 h 0.07648 v 0.94878 h -0.07648 q -0.0021,-0.16329 -0.04341,-0.23978 -0.03927,-0.0765 -0.111621,-0.11368 -0.07028,-0.0393 -0.210839,-0.0393 h -0.510563 v 0.88057 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.09095,0.0496 0.190169,0.0496 h 0.101286 v 0.0765 h -1.203026 v -0.0765 h 0.09922 q 0.173633,0 0.252181,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.08888,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 2.085659 l 0.02687,0.61599 h -0.07235 q -0.05374,-0.19637 -0.12609,-0.28732 -0.07028,-0.093 -0.1757,-0.13436 -0.103352,-0.0413 -0.32246,-0.0413 z" />
- <path
- id="path14839"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.6719,164.42384 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14841"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.926602,165.81703 q 0.206706,-0.2067 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12195 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10335 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10541 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08061,-0.1323 -0.258382,-0.1323 -0.109554,0 -0.221175,0.0558 -0.109553,0.0538 -0.26665,0.20258 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 H 56.42683 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221174,0.06 -0.171566,0.0909 -0.264584,0.20464 v 1.01492 q 0,0.18604 0.02481,0.24185 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.1819,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path14843"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.050833,167.15028 q -0.138493,0.1447 -0.270784,0.20878 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.231511,-0.26045 -0.231511,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09509 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17364 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324527,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.1819,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z" />
- <path
- id="path14845"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.902915,167.09034 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01034,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path14847"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.989029,165.41396 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10956 -0.312125,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.16949 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14677 q 0.419613,0.20463 0.419613,0.5395 0,0.25838 -0.196371,0.41754 -0.194303,0.1571 -0.436148,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.16123,-0.15709 0.415478,-0.15709 0.111621,0 0.270785,0.0475 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14849"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.336749,165.41396 q 0.429948,0 0.690397,0.32659 0.221174,0.27906 0.221174,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177766,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
- <path
- id="path14851"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.178495,164.42384 v 2.51147 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14853"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.361306,165.46977 v 1.14721 q 0,0.32867 0.01447,0.40308 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08061,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566374,0.23358 h -0.09302 v -0.40101 q -0.243913,0.26458 -0.37207,0.3328 -0.128158,0.0682 -0.270784,0.0682 -0.159164,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04547,-0.1447 -0.04547,-0.40928 v -0.84543 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.2671 q 0,0.26459 0.09095,0.34727 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
- <path
- id="path14855"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.426295,166.64386 q -0.07648,0.37413 -0.299723,0.5767 -0.223242,0.20051 -0.494027,0.20051 -0.32246,0 -0.562239,-0.27079 -0.239778,-0.27078 -0.239778,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18604 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z m -0.768945,0.68626 h 0.124023 l -0.103353,0.1633 q 0.130225,0.0331 0.194304,0.11162 0.06408,0.0785 0.06408,0.19017 0,0.14882 -0.124023,0.26044 -0.124023,0.11369 -0.320394,0.11369 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177767,-0.0703 0.07235,-0.0682 0.07235,-0.1571 0,-0.062 -0.04754,-0.10748 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z" />
- <path
- id="path14857"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.767814,167.09034 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.442349,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12402 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.15503,0.0269 0.09302,0.0351 0.262516,0.14882 0.171565,0.11162 0.254247,0.11162 0.06615,0 0.115756,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30593 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163298,0 -0.405143,-0.16537 -0.130225,-0.0889 -0.1757,-0.10748 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
- <path
- id="path14859"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.497939,165.41396 q 0.429948,0 0.690397,0.32659 0.221174,0.27906 0.221174,0.64079 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177766,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z" />
- </g>
- </g>
- <g
- transform="translate(33.687344,1.0371114)"
- id="g34182-2-9"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 4.03516 h 12.611329 v -4.03516 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-9-3" />
- <path
- d="m 47.951206,136.11972 h 13.661816 v 5.08618 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-06-6" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-0-2"
- aria-label="it = 0">
- <path
- id="path14864"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 51.247562,137.00595 q 0.128157,0 0.214973,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214973,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312125,0.54363 -0.663525,0.54363 -0.134358,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11368 z" />
- <path
- id="path14866"
- style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';fill:#808080"
- d="m 52.684165,137.45243 -0.165364,0.56224 h 0.270784 l -0.07235,0.23772 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24804 -0.314192,0.3638 -0.171566,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0723 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11827 h -0.28112 l 0.04134,-0.15297 q 0.264584,-0.0971 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41962 z" />
- <path
- id="path14868"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.779705,138.04775 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z" />
- <path
- id="path14870"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.304034,138.48803 q 0,-0.47956 0.144694,-0.82476 0.144694,-0.34726 0.384472,-0.51676 0.186035,-0.13436 0.384472,-0.13436 0.322461,0 0.578776,0.32866 0.320394,0.40721 0.320394,1.10381 0,0.48783 -0.14056,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.217041,0.15297 -0.419612,0.15297 -0.401009,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142627,0.94464 0.117822,0.30799 0.351399,0.30799 0.111621,0 0.23151,-0.0992 0.11989,-0.10128 0.181901,-0.33693 0.09509,-0.35553 0.09509,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192236,-0.33693 -0.08475,-0.0682 -0.204639,-0.0682 -0.140559,0 -0.250113,0.12609 -0.148828,0.17156 -0.202572,0.5395 -0.05374,0.36794 -0.05374,0.72554 z" />
- </g>
- </g>
- <g
- transform="translate(21.447956,-43.740172)"
- id="g34182-7-4"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 8.15625 h 37.089844 v -8.15625 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-6-0" />
- <path
- d="m 47.951206,136.11972 h 38.140591 v 9.20645 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-6-5" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-8-0"
- aria-label="Calcular as variáveis não integráveis">
- <path
- id="path14875"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.946448,137.00595 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61598 -0.237711,-0.1881 -0.570507,-0.1881 -0.279052,0 -0.504361,0.14263 -0.22531,0.14056 -0.355534,0.45061 -0.128157,0.31006 -0.128157,0.77102 0,0.38033 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14882 0.560172,0.14882 0.272851,0 0.481624,-0.11575 0.208772,-0.11782 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.281119,0.17364 -0.667658,0.17364 -0.696598,0 -1.079003,-0.51677 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
- <path
- id="path14877"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.430594,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14879"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.885801,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928107 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14881"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.016935,139.15362 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14883"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.945498,137.97953 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
- <path
- id="path14885"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.05344,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z" />
- <path
- id="path14887"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.649207,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14889"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.007262,137.92372 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14891"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.998292,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14893"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.026073,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312126,-0.10955 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14895"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.408933,137.97953 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124024,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142626,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.20671 l -0.671793,1.6247 h -0.08475 L 69.739662,138.333 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z" />
- <path
- id="path14897"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.695552,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14899"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.053607,137.92372 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14901"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.395126,136.9336 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14903"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.160392,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.442349,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z m 0.204638,-2.466 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z" />
- <path
- id="path14905"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.867324,137.97953 h 0.890901 v 0.0765 h -0.05788 q -0.08062,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.440282,1.04593 0.44235,-1.0852 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.20671 l -0.671793,1.6247 h -0.08475 L 78.198053,138.333 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z" />
- <path
- id="path14907"
- style="font-size:4.23333px;fill:#808080"
- d="m 80.399468,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14909"
- style="font-size:4.23333px;fill:#808080"
- d="m 82.439651,136.9336 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14911"
- style="font-size:4.23333px;fill:#808080"
- d="m 84.355812,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14913"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.840326,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04548,0.12402 0.04548,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14915"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.477889,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254248,0.11162 0.06614,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
- <path
- id="path14917"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.208014,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14919"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.938595,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14921"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.182962,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06614,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14923"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.29756,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272851,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z" />
- <path
- id="path14925"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.240137,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10128 0.138493,-0.10336 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318326,0 0.522965,0.21084 0.204638,0.20878 0.204638,0.56018 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37001 z" />
- <path
- id="path14927"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.305126,143.4159 q -0.173633,-0.0847 -0.266651,-0.23565 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.21084,-0.48369 0.212906,-0.20257 0.543635,-0.20257 0.270785,0 0.469222,0.13229 h 0.401009 q 0.08888,0 0.103352,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103352,0.006 h -0.24598 q 0.115755,0.14883 0.115755,0.38034 0,0.26458 -0.202571,0.45268 -0.202572,0.1881 -0.543636,0.1881 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134359,0.0475 0.05788,0.008 0.289387,0.0145 0.425814,0.0103 0.551904,0.0289 0.192236,0.0269 0.305925,0.14262 0.115755,0.11576 0.115755,0.28526 0,0.23357 -0.219108,0.43821 -0.322461,0.30179 -0.841292,0.30179 -0.398942,0 -0.67386,-0.17983 -0.155029,-0.10335 -0.155029,-0.21497 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.21291 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0723 0.05788,-0.16949 0.05994,-0.0972 0.272852,-0.27492 z m 0.359667,-1.15962 q -0.152962,0 -0.256315,0.12196 -0.103352,0.12195 -0.103352,0.37413 0,0.3266 0.140559,0.50643 0.107487,0.13643 0.272852,0.13643 0.157096,0 0.258382,-0.11783 0.101285,-0.11782 0.101285,-0.37 0,-0.32866 -0.142626,-0.51469 -0.10542,-0.13643 -0.270785,-0.13643 z m -0.380338,1.85001 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16744 0,0.0992 0.119889,0.17363 0.206706,0.12816 0.597379,0.12816 0.37207,0 0.54777,-0.1323 0.177767,-0.13022 0.177767,-0.27905 0,-0.10748 -0.10542,-0.15296 -0.107487,-0.0455 -0.425814,-0.0537 -0.465087,-0.0124 -0.715201,-0.0476 z" />
- <path
- id="path14929"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.469333,142.15706 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14931"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.40203,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m 0.204638,-2.46599 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z" />
- <path
- id="path14933"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.108963,142.21287 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0723 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.20671 l -0.671793,1.6247 h -0.08475 l -0.675927,-1.59783 q -0.04548,-0.11162 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z" />
- <path
- id="path14935"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.641106,142.92601 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27286 0.626317,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z" />
- <path
- id="path14937"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.68129,141.16694 q 0.08682,0 0.14676,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.14676,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150896,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z" />
- <path
- id="path14939"
- style="font-size:4.23333px;fill:#808080"
- d="m 79.59745,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06614,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163298,0.14677 0.365869,0.14677 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.39274,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.161231,-0.1571 0.415479,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- </g>
- </g>
- <g
- transform="translate(70.034226,-21.516076)"
- id="g34182-7-4-3"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 8.15625 h 37.089844 v -8.15625 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-6-0-9" />
- <path
- d="m 47.951206,136.11972 h 38.140591 v 9.20645 H 47.951206 Z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-6-5-2" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-8-0-9"
- aria-label="Calcular as variáveis não integráveis">
- <path
- id="path14944"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.946448,137.00595 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61598 -0.237711,-0.1881 -0.570507,-0.1881 -0.279052,0 -0.504361,0.14263 -0.22531,0.14056 -0.355534,0.45061 -0.128157,0.31006 -0.128157,0.77102 0,0.38033 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14882 0.560172,0.14882 0.272851,0 0.481624,-0.11575 0.208772,-0.11782 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.281119,0.17364 -0.667658,0.17364 -0.696598,0 -1.079003,-0.51677 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
- <path
- id="path14946"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.430594,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14948"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.885801,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928107 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path14950"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.016935,139.15362 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path14952"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.945498,137.97953 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
- <path
- id="path14954"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.05344,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z" />
- <path
- id="path14956"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.649207,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14958"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.007262,137.92372 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path14960"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.998292,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14962"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.026073,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312126,-0.10955 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14964"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.408933,137.97953 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124024,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142626,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.20671 l -0.671793,1.6247 h -0.08475 L 69.739662,138.333 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z" />
- <path
- id="path14966"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.695552,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path14968"
- style="font-size:4.23333px;fill:#808080"
- d="m 74.053607,137.92372 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path14970"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.395126,136.9336 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14972"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.160392,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.442349,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z m 0.204638,-2.466 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z" />
- <path
- id="path14974"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.867324,137.97953 h 0.890901 v 0.0765 h -0.05788 q -0.08062,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.440282,1.04593 0.44235,-1.0852 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.20671 l -0.671793,1.6247 h -0.08475 L 78.198053,138.333 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z" />
- <path
- id="path14976"
- style="font-size:4.23333px;fill:#808080"
- d="m 80.399468,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path14978"
- style="font-size:4.23333px;fill:#808080"
- d="m 82.439651,136.9336 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14980"
- style="font-size:4.23333px;fill:#808080"
- d="m 84.355812,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path14982"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.840326,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04548,0.12402 0.04548,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14984"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.477889,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254248,0.11162 0.06614,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
- <path
- id="path14986"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.208014,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path14988"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.938595,141.16694 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path14990"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.182962,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06614,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path14992"
- style="font-size:4.23333px;fill:#808080"
- d="m 65.29756,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272851,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z" />
- <path
- id="path14994"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.240137,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10128 0.138493,-0.10336 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.25218,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318326,0 0.522965,0.21084 0.204638,0.20878 0.204638,0.56018 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37001 z" />
- <path
- id="path14996"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.305126,143.4159 q -0.173633,-0.0847 -0.266651,-0.23565 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.21084,-0.48369 0.212906,-0.20257 0.543635,-0.20257 0.270785,0 0.469222,0.13229 h 0.401009 q 0.08888,0 0.103352,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103352,0.006 h -0.24598 q 0.115755,0.14883 0.115755,0.38034 0,0.26458 -0.202571,0.45268 -0.202572,0.1881 -0.543636,0.1881 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134359,0.0475 0.05788,0.008 0.289387,0.0145 0.425814,0.0103 0.551904,0.0289 0.192236,0.0269 0.305925,0.14262 0.115755,0.11576 0.115755,0.28526 0,0.23357 -0.219108,0.43821 -0.322461,0.30179 -0.841292,0.30179 -0.398942,0 -0.67386,-0.17983 -0.155029,-0.10335 -0.155029,-0.21497 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.21291 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0723 0.05788,-0.16949 0.05994,-0.0972 0.272852,-0.27492 z m 0.359667,-1.15962 q -0.152962,0 -0.256315,0.12196 -0.103352,0.12195 -0.103352,0.37413 0,0.3266 0.140559,0.50643 0.107487,0.13643 0.272852,0.13643 0.157096,0 0.258382,-0.11783 0.101285,-0.11782 0.101285,-0.37 0,-0.32866 -0.142626,-0.51469 -0.10542,-0.13643 -0.270785,-0.13643 z m -0.380338,1.85001 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16744 0,0.0992 0.119889,0.17363 0.206706,0.12816 0.597379,0.12816 0.37207,0 0.54777,-0.1323 0.177767,-0.13022 0.177767,-0.27905 0,-0.10748 -0.10542,-0.15296 -0.107487,-0.0455 -0.425814,-0.0537 -0.465087,-0.0124 -0.715201,-0.0476 z" />
- <path
- id="path14998"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.469333,142.15706 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path15000"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.40203,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z m 0.204638,-2.46599 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z" />
- <path
- id="path15002"
- style="font-size:4.23333px;fill:#808080"
- d="m 73.108963,142.21287 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0723 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.20671 l -0.671793,1.6247 h -0.08475 l -0.675927,-1.59783 q -0.04548,-0.11162 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z" />
- <path
- id="path15004"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.641106,142.92601 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27286 0.626317,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z" />
- <path
- id="path15006"
- style="font-size:4.23333px;fill:#808080"
- d="m 77.68129,141.16694 q 0.08682,0 0.14676,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.14676,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150896,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.17777 0.02481,0.23772 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z" />
- <path
- id="path15008"
- style="font-size:4.23333px;fill:#808080"
- d="m 79.59745,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06614,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163298,0.14677 0.365869,0.14677 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.39274,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.161231,-0.1571 0.415479,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- </g>
- </g>
- <g
- id="g4479"
- transform="translate(-19.92144,19.498003)"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 143.32031,46.671875 v 8.130859 h 27.31446 v -8.130859 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-6-0-0" />
- <path
- d="m 142.79417,46.147358 h 28.36599 v 9.180767 h -28.36599 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0.18;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-6-5-28" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-8-0-90"
- transform="translate(94.842965,-89.972363)"
- aria-label="Calcular fatores de saturação">
- <path
- id="path15013"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.225937,137.00595 0.06408,0.95291 h -0.06408 q -0.128158,-0.42788 -0.365869,-0.61598 -0.237711,-0.1881 -0.570507,-0.1881 -0.279053,0 -0.504362,0.14263 -0.225309,0.14056 -0.355533,0.45061 -0.128158,0.31006 -0.128158,0.77102 0,0.38033 0.121956,0.65939 0.121957,0.27905 0.365869,0.42788 0.24598,0.14882 0.560172,0.14882 0.272852,0 0.481624,-0.11575 0.208773,-0.11782 0.458887,-0.46509 l 0.06408,0.0413 q -0.210839,0.37414 -0.491959,0.54777 -0.281119,0.17364 -0.667659,0.17364 -0.696598,0 -1.079003,-0.51677 -0.285253,-0.38447 -0.285253,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516763,-0.54364 0.330729,-0.1943 0.721403,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124023,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z" />
- <path
- id="path15015"
- style="font-size:4.23333px;fill:#808080"
- d="m 52.710083,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path15017"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.16529,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path15019"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.296424,139.15362 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27078 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72553 0.266651,-0.27906 0.638721,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.140559,0.0476 -0.121957,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53537 0,0.33899 0.165365,0.59944 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path15021"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.224987,137.97953 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243913,0.26458 -0.37207,0.33279 -0.128158,0.0682 -0.270785,0.0682 -0.159163,0 -0.276985,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204638,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05995,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z" />
- <path
- id="path15023"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.332929,136.9336 v 2.51148 q 0,0.17776 0.0248,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08061,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path15025"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.928696,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.442349,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z" />
- <path
- id="path15027"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.286751,137.92372 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z" />
- <path
- id="path15029"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.944984,138.12836 v 1.24437 q 0,0.26458 0.05788,0.33486 0.07648,0.0909 0.204639,0.0909 h 0.171565 v 0.0744 h -1.130679 v -0.0744 h 0.08475 q 0.08268,0 0.150895,-0.0413 0.06821,-0.0413 0.09302,-0.11162 0.02687,-0.0703 0.02687,-0.27285 v -1.24437 h -0.367936 v -0.14883 h 0.367936 v -0.12402 q 0,-0.28319 0.09095,-0.47956 0.09095,-0.19637 0.276985,-0.31626 0.188102,-0.12195 0.42168,-0.12195 0.21704,0 0.398941,0.14056 0.119889,0.093 0.119889,0.20877 0,0.062 -0.05374,0.11782 -0.05374,0.0538 -0.115755,0.0538 -0.04754,0 -0.101286,-0.0331 -0.05168,-0.0351 -0.128157,-0.14676 -0.07648,-0.11369 -0.14056,-0.15296 -0.06408,-0.0393 -0.142627,-0.0393 -0.09508,0 -0.16123,0.0517 -0.06615,0.0496 -0.09508,0.1571 -0.02894,0.10542 -0.02894,0.54777 v 0.13642 h 0.487826 v 0.14883 z" />
- <path
- id="path15031"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.691646,139.60011 q -0.291454,0.2253 -0.365868,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.2067 z" />
- <path
- id="path15033"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.045568,137.35735 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212906,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
- <path
- id="path15035"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.595859,137.92372 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path15037"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.340454,137.92372 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path15039"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.518676,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485759,0.23977 0.186035,0 0.32246,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path15041"
- style="font-size:4.23333px;fill:#808080"
- d="m 75.300933,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path15043"
- style="font-size:4.23333px;fill:#808080"
- d="m 53.090421,143.89339 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.231511,-0.26045 -0.231511,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09508 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17363 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324527,0.1633 -0.188103,0.21497 -0.188103,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.18811 z" />
- <path
- id="path15045"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.188028,142.92601 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138492,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z" />
- <path
- id="path15047"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.028617,142.15706 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19843 0.06408,0.0847 0.260449,0.17984 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67592 h 0.06821 q 0.05788,0.28938 0.221175,0.43614 0.163297,0.14677 0.365869,0.14677 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20257 0,-0.14263 -0.101285,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14882 -0.392741,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path15049"
- style="font-size:4.23333px;fill:#808080"
- d="m 59.523098,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path15051"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.877019,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204639,0.30592 -0.132291,0.10129 -0.272851,0.10129 -0.09509,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z" />
- <path
- id="path15053"
- style="font-size:4.23333px;fill:#808080"
- d="m 63.161115,142.21287 v 1.14722 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26459 -0.37207,0.3328 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.091 -0.115756,-0.093 -0.161231,-0.23771 -0.04548,-0.14469 -0.04548,-0.40928 v -0.84542 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.2129 v -1.07281 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z" />
- <path
- id="path15055"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.171906,142.15706 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path15057"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.104603,143.83344 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.15089 v 0.11575 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.20671 z" />
- <path
- id="path15059"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.516856,143.38696 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121957,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15297 -0.167432,0.20257 -0.167432,0.53536 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z m -0.768944,0.68626 h 0.124023 l -0.103353,0.1633 q 0.130225,0.0331 0.194303,0.11162 0.06408,0.0786 0.06408,0.19017 0,0.14883 -0.124023,0.26045 -0.124023,0.11369 -0.320394,0.11369 -0.07648,0 -0.194303,-0.0145 v -0.0889 q 0.05788,0.008 0.09922,0.008 0.10542,0 0.177766,-0.0703 0.07235,-0.0682 0.07235,-0.15709 0,-0.062 -0.04754,-0.10749 -0.04754,-0.0455 -0.117822,-0.0455 -0.02067,0 -0.05374,0.004 z" />
- <path
- id="path15061"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.858375,143.83344 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171566,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163298,0 -0.405143,-0.16536 -0.130225,-0.0889 -0.1757,-0.10749 -0.04547,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20877 z" />
- <path
- id="path15063"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.588501,142.15706 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- </g>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1)"
- d="m 137.05574,92.551496 v 2.83482"
- id="path9106-8-1-2"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-8-1"
+ d="m 88.469459,74.831458 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-5)"
- d="m 101.20732,152.29406 h 10.23414 V 85.621161 h 8.21025"
- id="path9106-8-1-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
+ d="m 68.534204,78.919374 h 39.870506 v 9.389302 H 68.534204 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4" />
+ <path
+ d="m 71.708155,79.627712 0.06408,0.952913 h -0.06408 q -0.128157,-0.427881 -0.365869,-0.615983 -0.237711,-0.188102 -0.570507,-0.188102 -0.279053,0 -0.504362,0.142627 -0.225309,0.14056 -0.355533,0.450618 -0.128158,0.310059 -0.128158,0.771012 0,0.380338 0.121957,0.659391 0.121956,0.279052 0.365868,0.42788 0.24598,0.148828 0.560172,0.148828 0.272852,0 0.481624,-0.115755 0.208773,-0.117822 0.458887,-0.465087 l 0.06408,0.04134 q -0.210839,0.374137 -0.491959,0.547769 -0.281119,0.173633 -0.667659,0.173633 -0.696597,0 -1.079003,-0.516764 -0.285253,-0.384472 -0.285253,-0.90537 0,-0.419612 0.188102,-0.771012 0.188102,-0.351399 0.516764,-0.543635 0.330728,-0.194304 0.721402,-0.194304 0.303857,0 0.599446,0.148828 0.08682,0.04548 0.124023,0.04548 0.05581,0 0.09715,-0.03927 0.05374,-0.05581 0.07648,-0.155029 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14057" />
+ <path
+ d="m 73.192301,82.221867 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.19637,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.181901,-0.326595 0.1819,-0.148828 0.510562,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z m 0.204639,-2.465997 -0.609782,0.713134 h -0.07028 l 0.217041,-0.713134 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14059" />
+ <path
+ d="m 74.647508,79.555365 v 2.511473 q 0,0.177767 0.02481,0.235644 0.02687,0.05788 0.08061,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130225,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08061,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564307,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14061" />
+ <path
+ d="m 76.778642,81.775383 q -0.07648,0.374137 -0.299723,0.576709 -0.223242,0.200504 -0.494026,0.200504 -0.322461,0 -0.562239,-0.270784 -0.239779,-0.270785 -0.239779,-0.731738 0,-0.446484 0.264584,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.279052,0 0.458886,0.148828 0.179834,0.146761 0.179834,0.305924 0,0.07855 -0.05168,0.128158 -0.04961,0.04754 -0.140559,0.04754 -0.121957,0 -0.183968,-0.07855 -0.03514,-0.04341 -0.04754,-0.165365 -0.01033,-0.121956 -0.08268,-0.186035 -0.07235,-0.06201 -0.200504,-0.06201 -0.206706,0 -0.332796,0.152962 -0.167432,0.202571 -0.167432,0.535367 0,0.338997 0.165365,0.599446 0.167431,0.258382 0.450618,0.258382 0.202571,0 0.363802,-0.138492 0.113688,-0.09508 0.221175,-0.345199 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14063" />
+ <path
+ d="m 78.707205,80.601295 v 1.147216 q 0,0.328662 0.01447,0.403076 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.06408,0 0.144694,-0.03514 l 0.02894,0.07235 -0.566374,0.233577 h -0.09302 v -0.401009 q -0.243913,0.264583 -0.37207,0.332796 -0.128158,0.06821 -0.270784,0.06821 -0.159164,0 -0.276986,-0.09095 -0.115755,-0.09302 -0.16123,-0.237711 -0.04548,-0.144694 -0.04548,-0.409277 v -0.845426 q 0,-0.134358 -0.02894,-0.186035 -0.02894,-0.05168 -0.08682,-0.07855 -0.05581,-0.02894 -0.204639,-0.02687 v -0.07648 h 0.663525 v 1.267106 q 0,0.264583 0.09095,0.347265 0.09302,0.08268 0.223242,0.08268 0.08888,0 0.200505,-0.05581 0.113688,-0.05581 0.268717,-0.212907 V 80.95683 q 0,-0.16123 -0.05994,-0.217041 -0.05788,-0.05788 -0.243912,-0.06201 v -0.07648 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14065" />
+ <path
+ d="m 79.815147,79.555365 v 2.511473 q 0,0.177767 0.02481,0.235644 0.02687,0.05788 0.08062,0.08888 0.05374,0.02894 0.200504,0.02894 v 0.07441 h -0.928108 v -0.07441 q 0.130225,0 0.177767,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02687,-0.06201 0.02687,-0.237711 v -1.71979 q 0,-0.320394 -0.01447,-0.392741 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08062,-0.02687 -0.05374,0 -0.136426,0.03307 l -0.03514,-0.07235 0.564306,-0.231511 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14067" />
+ <path
+ d="m 81.264153,80.545485 q 0.429947,0 0.690396,0.326595 0.221175,0.279052 0.221175,0.640787 0,0.254248 -0.121956,0.514697 -0.121956,0.260449 -0.33693,0.39274 -0.212907,0.132292 -0.475423,0.132292 -0.42788,0 -0.680061,-0.341064 -0.212907,-0.287321 -0.212907,-0.644922 0,-0.260449 0.128158,-0.516763 0.130224,-0.258382 0.341064,-0.380339 0.210839,-0.124023 0.446484,-0.124023 z m -0.06408,0.134359 q -0.109554,0 -0.221175,0.06614 -0.109554,0.06408 -0.177767,0.227376 -0.06821,0.163298 -0.06821,0.419613 0,0.413411 0.163298,0.713134 0.165364,0.299723 0.434082,0.299723 0.200504,0 0.330728,-0.165364 0.130225,-0.165365 0.130225,-0.568441 0,-0.504361 -0.217041,-0.793749 -0.146761,-0.198437 -0.374137,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14069" />
+ <path
+ d="m 84.850494,82.281812 q -0.138493,0.144694 -0.270784,0.208772 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.231511,-0.260449 -0.231511,-0.667659 0,-0.40721 0.256315,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.231511 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233577 h -0.09508 z m 0,-0.144694 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173633 -0.101286,-0.05994 -0.198438,-0.05994 -0.181901,0 -0.324527,0.163298 -0.188102,0.214974 -0.188102,0.628385 0,0.417545 0.1819,0.640787 0.181901,0.221175 0.405143,0.221175 0.188102,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14071" />
+ <path
+ d="m 86.702576,82.221867 q -0.291455,0.225309 -0.365869,0.260449 -0.111621,0.05168 -0.237711,0.05168 -0.196371,0 -0.324528,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.06201,-0.239778 0.08475,-0.14056 0.293522,-0.264583 0.21084,-0.124024 0.698665,-0.30179 v -0.07441 q 0,-0.283187 -0.09095,-0.388607 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.07028 -0.07855,0.07028 -0.07855,0.161231 l 0.0041,0.119889 q 0,0.09508 -0.04961,0.146761 -0.04754,0.05168 -0.126091,0.05168 -0.07648,0 -0.12609,-0.05374 -0.04754,-0.05374 -0.04754,-0.146761 0,-0.177767 0.1819,-0.326595 0.181901,-0.148828 0.510563,-0.148828 0.252181,0 0.413411,0.08475 0.121957,0.06408 0.179834,0.200505 0.03721,0.08888 0.03721,0.363801 v 0.642855 q 0,0.270784 0.01033,0.332796 0.01034,0.05994 0.03307,0.08061 0.02481,0.02067 0.05581,0.02067 0.03307,0 0.05788,-0.01447 0.04341,-0.02687 0.167432,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.101286,0 -0.16123,-0.07028 -0.05994,-0.07028 -0.06201,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312125,0.124023 -0.403076,0.1757 -0.163297,0.09095 -0.233577,0.190169 -0.07028,0.09922 -0.07028,0.217041 0,0.148828 0.08888,0.248046 0.08888,0.09715 0.204639,0.09715 0.157096,0 0.413411,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14073" />
+ <path
+ d="m 88.730361,80.545485 v 0.644921 h -0.0682 q -0.0785,-0.303857 -0.202568,-0.413411 -0.121956,-0.109554 -0.312125,-0.109554 -0.144694,0 -0.233578,0.07648 -0.08888,0.07648 -0.08888,0.169499 0,0.115755 0.06615,0.198437 0.06408,0.08475 0.260449,0.179834 l 0.30179,0.146761 q 0.419612,0.204638 0.419612,0.539501 0,0.258382 -0.19637,0.417546 -0.194303,0.157096 -0.436149,0.157096 -0.173632,0 -0.396874,-0.06201 -0.06821,-0.02067 -0.111621,-0.02067 -0.04754,0 -0.07441,0.05374 h -0.06821 v -0.675927 h 0.06821 q 0.05788,0.289388 0.221174,0.436149 0.163298,0.146761 0.365869,0.146761 0.142627,0 0.231511,-0.08268 0.09095,-0.08475 0.09095,-0.202571 0,-0.142627 -0.101287,-0.239778 -0.09922,-0.09715 -0.398941,-0.24598 -0.299724,-0.148828 -0.392741,-0.268717 -0.09302,-0.117822 -0.09302,-0.297656 0,-0.233578 0.159164,-0.390674 0.16123,-0.157096 0.415478,-0.157096 0.111621,0 0.270784,0.04754 0.10542,0.03101 0.140563,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14075" />
+ <path
+ d="m 91.818541,81.775383 q -0.0765,0.374137 -0.29973,0.576709 -0.22324,0.200504 -0.49402,0.200504 -0.32246,0 -0.56224,-0.270784 -0.23978,-0.270785 -0.23978,-0.731738 0,-0.446484 0.26458,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27906,0 0.45889,0.148828 0.17983,0.146761 0.17983,0.305924 0,0.07855 -0.0517,0.128158 -0.0496,0.04754 -0.14056,0.04754 -0.12196,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0724,-0.06201 -0.20051,-0.06201 -0.2067,0 -0.3328,0.152962 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16537,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138492 0.11369,-0.09508 0.22117,-0.345199 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14077" />
+ <path
+ d="m 93.013301,80.545485 q 0.42994,0 0.69039,0.326595 0.22118,0.279052 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12196,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516763 0.13022,-0.258382 0.34106,-0.380339 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134359 q -0.10956,0 -0.22118,0.06614 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165364 0.13022,-0.165365 0.13022,-0.568441 0,-0.504361 -0.21704,-0.793749 -0.14676,-0.198437 -0.37413,-0.198437 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14079" />
+ <path
+ d="m 94.755821,80.946494 q 0.3328,-0.401009 0.63459,-0.401009 0.15503,0 0.26665,0.07855 0.11162,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179834 0.0289,0.243912 0.0227,0.05168 0.0724,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93638 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0661,-0.117822 -0.2253,-0.117822 -0.24598,0 -0.4899,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0786,0.08888 0.0517,0.02687 0.2067,0.02687 v 0.07441 h -0.93637 v -0.07441 h 0.0413 q 0.14469,0 0.1943,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14081" />
+ <path
+ d="m 97.544281,80.545485 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26045,0.179834 l 0.30179,0.146761 q 0.41961,0.204638 0.41961,0.539501 0,0.258382 -0.19637,0.417546 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.091,-0.08475 0.091,-0.202571 0,-0.142627 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39274,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14083" />
+ <path
+ d="m 98.515801,79.979112 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0538,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.126091 h 0.0806 q -0.0723,0.202572 -0.20463,0.305924 -0.1323,0.101286 -0.27286,0.101286 -0.0951,0 -0.18603,-0.05168 -0.091,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273307 h -0.29972 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152963 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14085" />
+ <path
+ d="m 100.21285,82.221867 q -0.291459,0.225309 -0.365869,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138492 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264583 0.21083,-0.124024 0.698659,-0.30179 v -0.07441 q 0,-0.283187 -0.091,-0.388607 -0.0889,-0.10542 -0.260449,-0.10542 -0.13022,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.161231 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.252179,0 0.413409,0.08475 0.12196,0.06408 0.17984,0.200505 0.0372,0.08888 0.0372,0.363801 v 0.642855 q 0,0.270784 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.312129,0.124023 -0.403079,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.217041 0,0.148828 0.0889,0.248046 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.413409,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14087" />
+ <path
+ d="m 101.56884,80.946494 q 0.33279,-0.401009 0.63458,-0.401009 0.15503,0 0.26665,0.07855 0.11163,0.07648 0.17777,0.254248 0.0455,0.124023 0.0455,0.380338 v 0.808219 q 0,0.179834 0.0289,0.243912 0.0227,0.05168 0.0723,0.08062 0.0517,0.02894 0.1881,0.02894 v 0.07441 h -0.93637 v -0.07441 h 0.0393 q 0.13229,0 0.18397,-0.03927 0.0537,-0.04134 0.0744,-0.119889 0.008,-0.03101 0.008,-0.194303 v -0.775146 q 0,-0.258382 -0.0682,-0.374137 -0.0662,-0.117822 -0.22531,-0.117822 -0.24598,0 -0.48989,0.268717 v 0.998388 q 0,0.192236 0.0227,0.237711 0.0289,0.05994 0.0785,0.08888 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 h 0.0413 q 0.1447,0 0.19431,-0.07235 0.0517,-0.07441 0.0517,-0.281119 v -0.702799 q 0,-0.341064 -0.0165,-0.415478 -0.0145,-0.07441 -0.0475,-0.101286 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.1385,0.03101 l -0.031,-0.07441 0.5705,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14089" />
+ <path
+ d="m 103.68344,79.979112 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.0517,0.248047 0.0537,0.06408 0.13643,0.06408 0.0682,0 0.13229,-0.04134 0.0641,-0.04341 0.0992,-0.126091 h 0.0806 q -0.0724,0.202572 -0.20464,0.305924 -0.13229,0.101286 -0.27285,0.101286 -0.0951,0 -0.18604,-0.05168 -0.0909,-0.05374 -0.13436,-0.150895 -0.0434,-0.09922 -0.0434,-0.303857 v -1.273307 h -0.29972 v -0.06821 q 0.11369,-0.04548 0.23151,-0.152963 0.11989,-0.109554 0.21291,-0.258382 0.0475,-0.07855 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14091" />
+ <path
+ d="m 104.62602,81.31443 q -0.002,0.421679 0.20463,0.661457 0.20671,0.239779 0.48576,0.239779 0.18604,0 0.32246,-0.101286 0.1385,-0.103353 0.23151,-0.351399 l 0.0641,0.04134 q -0.0434,0.283186 -0.25218,0.516764 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.264583 -0.24185,-0.26665 -0.24185,-0.715201 0,-0.485758 0.24805,-0.756543 0.25011,-0.272851 0.62632,-0.272851 0.31832,0 0.52296,0.21084 0.20464,0.208772 0.20464,0.560172 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.256314 -0.0517,-0.115756 -0.15503,-0.181901 -0.10129,-0.06615 -0.21291,-0.06615 -0.17156,0 -0.30799,0.134358 -0.13436,0.132292 -0.15709,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14093" />
+ <path
+ d="m 107.40827,80.545485 v 0.644921 h -0.0682 q -0.0786,-0.303857 -0.20257,-0.413411 -0.12196,-0.109554 -0.31213,-0.109554 -0.14469,0 -0.23358,0.07648 -0.0889,0.07648 -0.0889,0.169499 0,0.115755 0.0662,0.198437 0.0641,0.08475 0.26044,0.179834 l 0.30179,0.146761 q 0.41962,0.204638 0.41962,0.539501 0,0.258382 -0.19637,0.417546 -0.19431,0.157096 -0.43615,0.157096 -0.17363,0 -0.39688,-0.06201 -0.0682,-0.02067 -0.11162,-0.02067 -0.0475,0 -0.0744,0.05374 h -0.0682 v -0.675927 h 0.0682 q 0.0579,0.289388 0.22117,0.436149 0.1633,0.146761 0.36587,0.146761 0.14263,0 0.23151,-0.08268 0.0909,-0.08475 0.0909,-0.202571 0,-0.142627 -0.10128,-0.239778 -0.0992,-0.09715 -0.39894,-0.24598 -0.29973,-0.148828 -0.39275,-0.268717 -0.093,-0.117822 -0.093,-0.297656 0,-0.233578 0.15916,-0.390674 0.16123,-0.157096 0.41548,-0.157096 0.11162,0 0.27078,0.04754 0.10542,0.03101 0.14056,0.03101 0.0331,0 0.0517,-0.01447 0.0186,-0.01447 0.0434,-0.06408 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14095" />
+ <path
+ d="m 78.562511,86.515141 q -0.138492,0.144694 -0.270784,0.208773 -0.132292,0.06201 -0.285254,0.06201 -0.310058,0 -0.541568,-0.258382 -0.23151,-0.260449 -0.23151,-0.667659 0,-0.40721 0.256314,-0.74414 0.256315,-0.338997 0.659391,-0.338997 0.250114,0 0.413411,0.159163 v -0.349332 q 0,-0.324528 -0.01654,-0.398942 -0.01447,-0.07441 -0.04754,-0.101286 -0.03307,-0.02687 -0.08268,-0.02687 -0.05374,0 -0.142627,0.03307 l -0.02687,-0.07235 0.564306,-0.23151 h 0.09302 v 2.189012 q 0,0.332796 0.01447,0.40721 0.01654,0.07235 0.04961,0.101286 0.03514,0.02894 0.08062,0.02894 0.05581,0 0.148828,-0.03514 l 0.02274,0.07235 -0.562239,0.233578 h -0.09508 z m 0,-0.144693 v -0.975651 q -0.0124,-0.140559 -0.07441,-0.256315 -0.06201,-0.115755 -0.165364,-0.173632 -0.101286,-0.05994 -0.198438,-0.05994 -0.1819,0 -0.324527,0.163298 -0.188102,0.214973 -0.188102,0.628384 0,0.417546 0.181901,0.640788 0.1819,0.221175 0.405142,0.221175 0.188103,0 0.363802,-0.188102 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14097" />
+ <path
+ d="m 79.660118,85.547759 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138493,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516763 -0.208772,0.231511 -0.522965,0.231511 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.266651 -0.241845,-0.715202 0,-0.485758 0.248047,-0.756542 0.250113,-0.272851 0.626317,-0.272851 0.318327,0 0.522965,0.210839 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06614 -0.212907,-0.06614 -0.171565,0 -0.307991,0.134358 -0.134359,0.132292 -0.157096,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14099" />
+ <path
+ d="m 82.758634,83.788695 q 0.08682,0 0.146761,0.06201 0.06201,0.05994 0.06201,0.146761 0,0.08682 -0.06201,0.148828 -0.05994,0.06201 -0.146761,0.06201 -0.08682,0 -0.148828,-0.06201 -0.06201,-0.06201 -0.06201,-0.148828 0,-0.08682 0.05994,-0.146761 0.06201,-0.06201 0.150895,-0.06201 z m 0.171566,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.02687,0.05788 0.07648,0.08682 0.05168,0.02894 0.186035,0.02894 v 0.07441 h -0.919834 v -0.07441 q 0.138492,0 0.186035,-0.02687 0.04754,-0.02687 0.07441,-0.08888 0.02894,-0.06201 0.02894,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.01447,-0.06614 -0.04548,-0.09095 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.140559,0.03101 l -0.02894,-0.07441 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14101" />
+ <path
+ d="m 84.003001,85.179824 q 0.332796,-0.401009 0.634586,-0.401009 0.15503,0 0.266651,0.07855 0.111621,0.07648 0.177766,0.254248 0.04548,0.124023 0.04548,0.380338 v 0.808219 q 0,0.179833 0.02894,0.243912 0.02274,0.05168 0.07235,0.08062 0.05168,0.02894 0.188102,0.02894 v 0.07441 h -0.936385 v -0.07441 h 0.03927 q 0.132292,0 0.183968,-0.03927 0.05374,-0.04134 0.07441,-0.119889 0.0083,-0.03101 0.0083,-0.194303 v -0.775146 q 0,-0.258382 -0.06821,-0.374137 -0.06615,-0.117822 -0.225309,-0.117822 -0.24598,0 -0.489893,0.268717 v 0.998388 q 0,0.192236 0.02274,0.237711 0.02894,0.05995 0.07855,0.08888 0.05168,0.02687 0.206706,0.02687 v 0.07441 h -0.936377 v -0.07441 h 0.04134 q 0.144693,0 0.194303,-0.07235 0.05168,-0.07441 0.05168,-0.281119 v -0.702799 q 0,-0.341064 -0.01654,-0.415478 -0.01447,-0.07441 -0.04754,-0.101286 -0.03101,-0.02687 -0.08475,-0.02687 -0.05788,0 -0.138493,0.03101 l -0.03101,-0.07441 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14103" />
+ <path
+ d="m 86.117599,84.212442 v 0.622183 h 0.44235 v 0.144694 h -0.44235 v 1.227831 q 0,0.183968 0.05168,0.248047 0.05374,0.06408 0.136425,0.06408 0.06821,0 0.132292,-0.04134 0.06408,-0.04341 0.09922,-0.12609 h 0.08062 q -0.07235,0.202571 -0.204639,0.305924 -0.132291,0.101286 -0.272851,0.101286 -0.09508,0 -0.186035,-0.05168 -0.09095,-0.05374 -0.134359,-0.150895 -0.04341,-0.09922 -0.04341,-0.303858 v -1.273306 h -0.299723 v -0.06821 q 0.113688,-0.04547 0.23151,-0.152962 0.119889,-0.109554 0.212907,-0.258382 0.04754,-0.07855 0.132291,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14105" />
+ <path
+ d="m 87.060177,85.547759 q -0.0021,0.42168 0.204638,0.661458 0.206706,0.239779 0.485758,0.239779 0.186035,0 0.322461,-0.101286 0.138492,-0.103353 0.23151,-0.3514 l 0.06408,0.04134 q -0.04341,0.283186 -0.252181,0.516763 -0.208773,0.231511 -0.522965,0.231511 -0.341064,0 -0.584977,-0.264583 -0.241845,-0.266651 -0.241845,-0.715202 0,-0.485758 0.248046,-0.756542 0.250114,-0.272851 0.626318,-0.272851 0.318327,0 0.522965,0.210839 0.204639,0.208773 0.204639,0.560172 z m 0,-0.119889 h 0.876431 q -0.01033,-0.181901 -0.04341,-0.256315 -0.05168,-0.115755 -0.155029,-0.181901 -0.101286,-0.06614 -0.212907,-0.06614 -0.171566,0 -0.307991,0.134358 -0.134359,0.132292 -0.157096,0.370003 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14107" />
+ <path
+ d="m 89.125161,86.037652 q -0.17363,-0.08475 -0.26665,-0.235645 -0.093,-0.152962 -0.093,-0.33693 0,-0.281119 0.21084,-0.483691 0.2129,-0.202571 0.54363,-0.202571 0.27079,0 0.46922,0.132291 h 0.40101 q 0.0889,0 0.10335,0.0062 0.0145,0.0041 0.0207,0.01654 0.0124,0.0186 0.0124,0.06615 0,0.05374 -0.0103,0.07441 -0.006,0.01033 -0.0227,0.01654 -0.0145,0.0062 -0.10335,0.0062 h -0.24598 q 0.11576,0.148828 0.11576,0.380339 0,0.264583 -0.20257,0.452685 -0.20258,0.188102 -0.54364,0.188102 -0.14056,0 -0.28732,-0.04134 -0.0909,0.07855 -0.12402,0.138492 -0.031,0.05788 -0.031,0.09922 0,0.03514 0.0331,0.06821 0.0351,0.03307 0.13436,0.04754 0.0579,0.0083 0.28939,0.01447 0.42581,0.01033 0.5519,0.02894 0.19224,0.02687 0.30593,0.142627 0.11575,0.115755 0.11575,0.285254 0,0.233577 -0.2191,0.438216 -0.32247,0.30179 -0.8413,0.30179 -0.39894,0 -0.67386,-0.179834 -0.15503,-0.103353 -0.15503,-0.214974 0,-0.04961 0.0227,-0.09922 0.0351,-0.07648 0.1447,-0.212906 0.0145,-0.0186 0.21084,-0.223242 -0.10749,-0.06408 -0.15297,-0.113688 -0.0434,-0.05168 -0.0434,-0.115755 0,-0.07235 0.0579,-0.169499 0.06,-0.09715 0.27285,-0.274918 z m 0.35967,-1.159619 q -0.15296,0 -0.25631,0.121957 -0.10336,0.121956 -0.10336,0.374137 0,0.326595 0.14056,0.506428 0.10749,0.136426 0.27286,0.136426 0.15709,0 0.25838,-0.117822 0.10128,-0.117822 0.10128,-0.370003 0,-0.328662 -0.14262,-0.514697 -0.10542,-0.136426 -0.27079,-0.136426 z m -0.38034,1.850015 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.09095 -0.0496,0.167432 0,0.09922 0.11989,0.173633 0.20671,0.128157 0.59738,0.128157 0.37207,0 0.54777,-0.132292 0.17777,-0.130224 0.17777,-0.279052 0,-0.107487 -0.10542,-0.152962 -0.10749,-0.04548 -0.42582,-0.05374 -0.46508,-0.0124 -0.7152,-0.04754 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14109" />
+ <path
+ d="m 91.289371,84.778815 v 0.425813 q 0.23771,-0.425813 0.48783,-0.425813 0.11368,0 0.1881,0.07028 0.0744,0.06821 0.0744,0.159163 0,0.08062 -0.0537,0.136426 -0.0537,0.05581 -0.12816,0.05581 -0.0724,0 -0.1633,-0.07028 -0.0889,-0.07235 -0.13229,-0.07235 -0.0372,0 -0.0806,0.04134 -0.093,0.08475 -0.19224,0.279053 v 0.907437 q 0,0.157096 0.0393,0.237712 0.0269,0.05581 0.0951,0.09302 0.0682,0.03721 0.19637,0.03721 v 0.07441 h -0.96945 v -0.07441 q 0.14469,0 0.21497,-0.04547 0.0517,-0.03307 0.0724,-0.10542 0.0103,-0.03514 0.0103,-0.200504 v -0.733805 q 0,-0.330729 -0.0145,-0.392741 -0.0124,-0.06408 -0.0496,-0.09302 -0.0351,-0.02894 -0.0889,-0.02894 -0.0641,0 -0.14469,0.03101 l -0.0207,-0.07441 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14111" />
+ <path
+ d="m 93.222071,86.455197 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0848,-0.14056 0.29352,-0.264583 0.21084,-0.124024 0.69867,-0.301791 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0786,0.07028 -0.0786,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.14676 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642837 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 V 86.4552 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.1757 -0.1633,0.09095 -0.23358,0.190169 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14113" />
+ <path
+ d="m 95.634321,86.008713 q -0.0765,0.374137 -0.29972,0.576708 -0.22324,0.200505 -0.49403,0.200505 -0.32246,0 -0.56224,-0.270785 -0.23978,-0.270784 -0.23978,-0.731737 0,-0.446484 0.26459,-0.725537 0.26665,-0.279052 0.63872,-0.279052 0.27905,0 0.45888,0.148828 0.17984,0.146761 0.17984,0.305924 0,0.07855 -0.0517,0.128157 -0.0496,0.04754 -0.14056,0.04754 -0.12195,0 -0.18397,-0.07855 -0.0351,-0.04341 -0.0475,-0.165365 -0.0103,-0.121956 -0.0827,-0.186035 -0.0724,-0.06201 -0.2005,-0.06201 -0.20671,0 -0.3328,0.152963 -0.16743,0.202571 -0.16743,0.535367 0,0.338997 0.16536,0.599446 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.138493 0.11369,-0.09508 0.22118,-0.345198 z m -0.76894,0.686262 h 0.12402 l -0.10335,0.163298 q 0.13022,0.03307 0.1943,0.111621 0.0641,0.07855 0.0641,0.190169 0,0.148828 -0.12402,0.260449 -0.12403,0.113688 -0.3204,0.113688 -0.0765,0 -0.1943,-0.01447 v -0.08888 q 0.0579,0.0083 0.0992,0.0083 0.10542,0 0.17776,-0.07028 0.0724,-0.06821 0.0724,-0.157096 0,-0.06201 -0.0475,-0.107487 -0.0475,-0.04548 -0.11782,-0.04548 -0.0207,0 -0.0537,0.0041 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14115" />
+ <path
+ d="m 96.975841,86.455197 q -0.29145,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134358 -0.12609,-0.134359 -0.12609,-0.353467 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29353,-0.264583 0.21084,-0.124024 0.69866,-0.301791 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.11989 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.14676 0,-0.177767 0.1819,-0.326595 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642837 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08062 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 V 86.4552 q -0.23151,0.310058 -0.44235,0.310058 -0.10128,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31212,0.124023 -0.40308,0.1757 -0.16329,0.09095 -0.23357,0.190169 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.1571,0 0.41341,-0.206706 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.283186 0.11782,-0.409277 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17157,0.111621 0.25425,0.111621 0.0661,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19223,0.06201 -0.1633,0 -0.40515,-0.165364 -0.13022,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208772 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14117" />
+ <path
+ d="m 98.705971,84.778815 q 0.42994,0 0.69039,0.326595 0.22118,0.279052 0.22118,0.640787 0,0.254248 -0.12196,0.514697 -0.12195,0.260449 -0.33693,0.39274 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68006,-0.341064 -0.21291,-0.287321 -0.21291,-0.644922 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44649,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17776,0.227376 -0.0682,0.163298 -0.0682,0.419613 0,0.413411 0.1633,0.713134 0.16536,0.299723 0.43408,0.299723 0.20051,0 0.33073,-0.165365 0.13023,-0.165364 0.13023,-0.56844 0,-0.504362 -0.21705,-0.793749 -0.14676,-0.198438 -0.37413,-0.198438 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14119" />
+ <path
+ d="m 68.534204,105.65687 h 39.870506 v 9.38931 H 68.534204 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7" />
+ <path
+ d="m 69.924286,106.58225 v 1.10794 h 0.615983 q 0.239778,0 0.320393,-0.0724 0.107487,-0.0951 0.119889,-0.33486 h 0.07648 v 0.97565 h -0.07648 q -0.02894,-0.20464 -0.05788,-0.26251 -0.03721,-0.0724 -0.121956,-0.11369 -0.08475,-0.0413 -0.260449,-0.0413 h -0.615983 v 0.92397 q 0,0.18604 0.01654,0.22738 0.01654,0.0393 0.05788,0.0641 0.04134,0.0227 0.157096,0.0227 h 0.475423 q 0.237711,0 0.345198,-0.0331 0.107487,-0.0331 0.206706,-0.13023 0.128157,-0.12816 0.262516,-0.38654 h 0.08268 l -0.241845,0.7028 h -2.160073 v -0.0765 h 0.09922 q 0.09922,0 0.188102,-0.0475 0.06615,-0.0331 0.08888,-0.0992 0.0248,-0.0661 0.0248,-0.27078 v -1.82108 q 0,-0.26665 -0.05374,-0.32866 -0.07441,-0.0827 -0.248047,-0.0827 h -0.09922 v -0.0765 h 2.160073 l 0.03101,0.61392 h -0.08062 q -0.04341,-0.22118 -0.09715,-0.30386 -0.05168,-0.0827 -0.155029,-0.12609 -0.08268,-0.031 -0.291455,-0.031 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14123" />
+ <path
+ d="m 71.68335,107.33879 h 0.890901 v 0.0765 q -0.08475,0 -0.119889,0.0289 -0.03307,0.0289 -0.03307,0.0765 0,0.0496 0.07235,0.15297 0.02274,0.0331 0.06821,0.10335 l 0.134359,0.21497 0.155029,-0.21497 q 0.148828,-0.20464 0.148828,-0.25838 0,-0.0434 -0.03514,-0.0724 -0.03514,-0.031 -0.113688,-0.031 v -0.0765 h 0.640787 v 0.0765 q -0.101286,0.006 -0.1757,0.0558 -0.101285,0.0703 -0.276985,0.30592 l -0.258382,0.3452 0.471289,0.67799 q 0.173632,0.25012 0.248046,0.30179 0.07441,0.0496 0.192236,0.0558 v 0.0744 h -0.892968 v -0.0744 q 0.09302,0 0.144694,-0.0413 0.03927,-0.0289 0.03927,-0.0765 0,-0.0475 -0.132291,-0.23977 l -0.276985,-0.40514 -0.303857,0.40514 q -0.14056,0.1881 -0.14056,0.22324 0,0.0496 0.04548,0.091 0.04754,0.0393 0.140559,0.0434 v 0.0744 h -0.618049 v -0.0744 q 0.07441,-0.0103 0.130224,-0.0517 0.07855,-0.0599 0.264583,-0.30592 l 0.396875,-0.5271 -0.359668,-0.5209 q -0.152962,-0.22324 -0.237711,-0.27905 -0.08268,-0.0579 -0.208773,-0.0579 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14125" />
+ <path
+ d="m 74.426333,106.71661 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136425,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204639,0.30592 -0.1323,0.10128 -0.27286,0.10128 -0.09509,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14127" />
+ <path
+ d="m 75.604555,107.28298 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144693,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144693,0.031 l -0.02067,-0.0744 0.572574,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14129" />
+ <path
+ d="m 77.537252,108.95937 q -0.291455,0.22531 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13435 -0.126091,-0.13436 -0.126091,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14131" />
+ <path
+ d="m 78.204911,107.5269 0.582909,-0.23565 h 0.07855 v 0.44235 q 0.146761,-0.25011 0.293522,-0.34933 0.148828,-0.10129 0.312126,-0.10129 0.285253,0 0.475422,0.22325 0.233578,0.27285 0.233578,0.71106 0,0.48989 -0.28112,0.81029 -0.23151,0.26251 -0.582909,0.26251 -0.152963,0 -0.264584,-0.0434 -0.08268,-0.031 -0.186035,-0.12402 v 0.57671 q 0,0.1943 0.02274,0.24598 0.02481,0.0537 0.08268,0.0847 0.05994,0.031 0.214974,0.031 v 0.0765 h -0.992187 v -0.0765 h 0.05168 q 0.113688,0.002 0.194303,-0.0434 0.03927,-0.0227 0.05994,-0.0744 0.02274,-0.0496 0.02274,-0.25631 v -1.79007 q 0,-0.18397 -0.01654,-0.23358 -0.01654,-0.0496 -0.05374,-0.0744 -0.03514,-0.0248 -0.09715,-0.0248 -0.04961,0 -0.126091,0.0289 z m 0.661457,0.32866 v 0.70693 q 0,0.22944 0.0186,0.30179 0.02894,0.11989 0.14056,0.21084 0.113688,0.091 0.285253,0.091 0.206706,0 0.334863,-0.16123 0.167432,-0.21084 0.167432,-0.59325 0,-0.43408 -0.190169,-0.66765 -0.132292,-0.16123 -0.314193,-0.16123 -0.09922,0 -0.19637,0.0496 -0.07441,0.0372 -0.24598,0.22324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14133" />
+ <path
+ d="m 81.384042,107.28298 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25839 0.341064,-0.38034 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177766,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79374 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14135" />
+ <path
+ d="m 83.225789,106.29286 v 2.51148 q 0,0.17776 0.0248,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14137" />
+ <path
+ d="m 84.821555,108.95937 q -0.291454,0.22531 -0.365868,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12403 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14139" />
+ <path
+ d="m 86.179611,107.28298 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.1571 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969445 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.2005 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14141" />
+ <path
+ d="m 89.170641,108.95937 q -0.29146,0.22531 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.196371,0 -0.324529,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26458 0.210838,-0.12403 0.698668,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.07854,0.0703 -0.07854,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.233574,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14143" />
+ <path
+ d="m 91.198421,107.28298 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14145" />
+ <path
+ d="m 92.581281,107.33879 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.08521 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0723,0.062 -0.13022,0.2067 l -0.67179,1.62471 h -0.0847 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14147" />
+ <path
+ d="m 95.867901,108.95937 q -0.29146,0.22531 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14149" />
+ <path
+ d="m 97.225951,107.28298 v 0.42582 q 0.23772,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0723,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14151" />
+ <path
+ d="m 98.567471,106.29286 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14153" />
+ <path
+ d="m 100.33274,108.95937 q -0.29146,0.22531 -0.365869,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.698669,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.260449,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.510559,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.403079,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.157089,0 0.413409,-0.2067 z m 0.20464,-2.466 -0.609779,0.71313 h -0.0703 l 0.217039,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14155" />
+ <path
+ d="m 101.03967,107.33879 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12403,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.08521 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14883,0.0434 -0.0723,0.062 -0.13022,0.2067 l -0.67179,1.62471 h -0.0847 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14157" />
+ <path
+ d="m 103.57182,108.05193 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.18191 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14159" />
+ <path
+ d="m 105.612,106.29286 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14161" />
+ <path
+ d="m 107.52816,107.28298 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14163" />
+ <path
+ d="m 76.247409,111.91732 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37413 -0.06615,-0.11783 -0.225309,-0.11783 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.06 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14165" />
+ <path
+ d="m 78.884972,113.1927 q -0.291455,0.2253 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12403 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.1819,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64283 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28319 0.117822,-0.40928 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171566,0.11162 0.254248,0.11162 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19224 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14167" />
+ <path
+ d="m 80.615097,111.51631 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71313 0.165365,0.29973 0.434082,0.29973 0.200505,0 0.330729,-0.16537 0.130225,-0.16536 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14169" />
+ <path
+ d="m 83.345678,110.52619 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52136 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14171" />
+ <path
+ d="m 84.590045,111.91732 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0785 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37413 -0.06614,-0.11783 -0.225309,-0.11783 -0.245979,0 -0.489892,0.26872 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.06 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 H 83.96169 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0723 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41548 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14173" />
+ <path
+ d="m 86.704643,110.94994 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272851,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10956 0.212907,-0.25839 0.04754,-0.0786 0.132291,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14175" />
+ <path
+ d="m 87.64722,112.28526 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322464,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25219,0.51676 -0.208768,0.23151 -0.52296,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318328,0 0.522968,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14177" />
+ <path
+ d="m 89.712211,112.77515 q -0.17363,-0.0847 -0.26665,-0.23564 -0.093,-0.15297 -0.093,-0.33693 0,-0.28112 0.21084,-0.48369 0.21291,-0.20258 0.54364,-0.20258 0.27078,0 0.46922,0.1323 h 0.40101 q 0.0889,0 0.10335,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0166 -0.0145,0.006 -0.10335,0.006 h -0.24598 q 0.11575,0.14883 0.11575,0.38034 0,0.26459 -0.20257,0.45269 -0.20257,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.091,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0475 0.0579,0.008 0.28938,0.0145 0.42582,0.0103 0.55191,0.0289 0.19223,0.0269 0.30592,0.14263 0.11576,0.11575 0.11576,0.28525 0,0.23358 -0.21911,0.43822 -0.32246,0.30179 -0.84129,0.30179 -0.39894,0 -0.67386,-0.17983 -0.15503,-0.10336 -0.15503,-0.21498 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.14469,-0.2129 0.0145,-0.0186 0.21084,-0.22325 -0.10749,-0.0641 -0.15296,-0.11368 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0724 0.0579,-0.1695 0.0599,-0.0971 0.27285,-0.27492 z m 0.35967,-1.15962 q -0.15297,0 -0.25632,0.12196 -0.10335,0.12195 -0.10335,0.37414 0,0.32659 0.14056,0.50642 0.10748,0.13643 0.27285,0.13643 0.1571,0 0.25838,-0.11782 0.10129,-0.11782 0.10129,-0.37 0,-0.32867 -0.14263,-0.5147 -0.10542,-0.13643 -0.27078,-0.13643 z m -0.38034,1.85002 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.091 -0.0496,0.16743 0,0.0992 0.11989,0.17363 0.2067,0.12816 0.59738,0.12816 0.37207,0 0.54776,-0.13229 0.17777,-0.13023 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15297 -0.10749,-0.0455 -0.42581,-0.0537 -0.46509,-0.0124 -0.7152,-0.0475 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14179" />
+ <path
+ d="m 91.876411,111.51631 v 0.42582 q 0.23772,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0538,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23772 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10541 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14181" />
+ <path
+ d="m 93.809111,113.1927 q -0.29145,0.2253 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13435 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64283 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z m 0.20464,-2.466 -0.60978,0.71313 h -0.0703 l 0.21704,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14183" />
+ <path
+ d="m 94.516041,111.57212 h 0.89091 v 0.0765 h -0.0579 q -0.0806,0 -0.12403,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.0852 q 0.0476,-0.11576 0.0476,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14262,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13023,0.2067 l -0.67179,1.62471 h -0.0847 l -0.67593,-1.59784 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14185" />
+ <path
+ d="m 97.048191,112.28526 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32247,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27286 0.62632,-0.27286 0.31833,0 0.52297,0.21084 0.20463,0.20878 0.20463,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14187" />
+ <path
+ d="m 99.088371,110.52619 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14189" />
+ <path
+ d="m 101.00453,111.51631 v 0.64493 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41342 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.221179,0.43614 0.16329,0.14677 0.36586,0.14677 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.392739,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.159159,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14191" />
+ <path
+ d="m 68.534204,119.11705 h 39.870506 v 13.9689 H 68.534204 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-79" />
+ <path
+ d="m 73.194368,122.69239 h -0.748274 l -0.948779,-1.31051 q -0.105419,0.004 -0.171565,0.004 -0.02687,0 -0.05788,0 -0.03101,-0.002 -0.06408,-0.004 v 0.81442 q 0,0.26458 0.05788,0.32866 0.07855,0.091 0.235644,0.091 h 0.109554 v 0.0765 h -1.200959 v -0.0765 h 0.10542 q 0.177767,0 0.254248,-0.11576 0.04341,-0.0641 0.04341,-0.30385 v -1.81075 q 0,-0.26458 -0.05788,-0.32866 -0.08062,-0.0909 -0.239778,-0.0909 h -0.10542 v -0.0765 h 1.021125 q 0.446484,0 0.657324,0.0661 0.212907,0.0641 0.359668,0.23978 0.148828,0.17364 0.148828,0.41548 0,0.25838 -0.169499,0.44855 -0.167431,0.19017 -0.520898,0.26872 l 0.578776,0.80408 q 0.198437,0.27699 0.341064,0.36794 0.142627,0.091 0.37207,0.11575 z m -1.990575,-1.44074 q 0.03927,0 0.06821,0.002 0.02894,0 0.04754,0 0.401008,0 0.60358,-0.17363 0.204638,-0.17363 0.204638,-0.44235 0,-0.26252 -0.165364,-0.42581 -0.163298,-0.16537 -0.434082,-0.16537 -0.119889,0 -0.324528,0.0393 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14195" />
+ <path
+ d="m 73.611913,121.5121 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138492,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13435 -0.134359,0.1323 -0.157097,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14197" />
+ <path
+ d="m 76.39417,120.74316 v 0.64492 h -0.06821 q -0.07855,-0.30386 -0.202571,-0.41341 -0.121957,-0.10956 -0.312126,-0.10956 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11576 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25839 -0.19637,0.41755 -0.194304,0.1571 -0.436149,0.1571 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0847 0.09095,-0.20257 0,-0.14263 -0.101286,-0.23978 -0.09922,-0.0971 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.159163,-0.39068 0.161231,-0.15709 0.415479,-0.15709 0.111621,0 0.270784,0.0475 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14199" />
+ <path
+ d="m 77.74189,120.74316 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25425 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39275 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109553,0 -0.221174,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.146763,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14201" />
+ <path
+ d="m 79.583637,119.75304 v 2.51147 q 0,0.17777 0.0248,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14203" />
+ <path
+ d="m 80.00945,120.79897 h 0.890901 v 0.0765 h -0.05788 q -0.08062,0 -0.124024,0.0393 -0.04134,0.0393 -0.04134,0.10541 0,0.0724 0.04341,0.17157 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.2067 l -0.671794,1.62471 h -0.08475 l -0.675927,-1.59784 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14205" />
+ <path
+ d="m 82.541593,121.5121 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.25218,0.51677 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26459 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13435 -0.134358,0.1323 -0.157096,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14207" />
+ <path
+ d="m 84.654124,120.74316 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 H 84.0154 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14209" />
+ <path
+ d="m 87.645153,122.41954 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.091 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14882 0.08888,0.24804 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14211" />
+ <path
+ d="m 89.672931,120.74316 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25839 -0.19637,0.41755 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0476,0 -0.0744,0.0537 h -0.06821 v -0.67593 h 0.06821 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14213" />
+ <path
+ d="m 91.471271,121.5121 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13435 -0.13436,0.1323 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14215" />
+ <path
+ d="m 94.706211,120.74316 v 2.43499 q 0,0.1819 0.0248,0.23357 0.0248,0.0517 0.0765,0.0806 0.0537,0.0289 0.20671,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.0393 q 0.11575,0 0.1757,-0.0331 0.0413,-0.0227 0.0661,-0.0827 0.0248,-0.0579 0.0248,-0.22737 v -0.81442 q -0.1881,0.22324 -0.32866,0.30592 -0.14056,0.0806 -0.29146,0.0806 -0.27492,0 -0.49196,-0.25011 -0.21497,-0.25012 -0.21497,-0.66973 0,-0.48162 0.28525,-0.78341 0.28526,-0.30386 0.68833,-0.30386 0.11783,0 0.21704,0.0331 0.0992,0.0331 0.17777,0.0992 0.11989,-0.0579 0.22944,-0.13229 z m -0.34106,1.49034 v -0.88883 q 0,-0.15503 -0.0413,-0.24391 -0.0393,-0.0889 -0.14263,-0.1509 -0.10335,-0.062 -0.23358,-0.062 -0.23151,0 -0.39687,0.19637 -0.16536,0.19637 -0.16536,0.59531 0,0.38241 0.16743,0.58085 0.1695,0.19843 0.40721,0.19843 0.12195,0 0.21704,-0.0517 0.0951,-0.0537 0.1881,-0.17363 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14217" />
+ <path
+ d="m 96.806341,120.79897 v 1.14721 q 0,0.32866 0.0145,0.40308 0.0165,0.0724 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13435 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.2671 q 0,0.26459 0.091,0.34727 0.093,0.0827 0.22325,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.06,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14219" />
+ <path
+ d="m 98.335961,122.41954 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.1261,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14221" />
+ <path
+ d="m 100.74822,121.97305 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.20051 -0.494019,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.638719,-0.27905 0.27906,0 0.45889,0.14882 0.17983,0.14677 0.17983,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0785 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12196 -0.0827,-0.18603 -0.0724,-0.062 -0.200509,-0.062 -0.2067,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.450619,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z m -0.768949,0.68627 h 0.124029 l -0.103359,0.16329 q 0.130229,0.0331 0.194309,0.11163 0.0641,0.0785 0.0641,0.19016 0,0.14883 -0.12403,0.26045 -0.12402,0.11369 -0.320389,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.1571 0,-0.062 -0.0475,-0.10748 -0.0476,-0.0455 -0.11783,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14223" />
+ <path
+ d="m 101.94298,120.74316 q 0.42994,0 0.69039,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.51469 -0.12196,0.26045 -0.33693,0.39275 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z m -0.53124,-0.45269 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.17569 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40515,-0.16537 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20878 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14225" />
+ <path
+ d="m 103.45193,121.5121 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23152,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13435 -0.13435,0.1323 -0.15709,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14227" />
+ <path
+ d="m 106.23418,120.74316 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25839 -0.19637,0.41755 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14229" />
+ <path
+ d="m 75.858803,126.71281 q -0.138493,0.1447 -0.270785,0.20877 -0.132291,0.062 -0.285253,0.062 -0.310059,0 -0.541569,-0.25839 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.65939,-0.33899 0.250114,0 0.413412,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165365,-0.17363 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.18811 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14231" />
+ <path
+ d="m 77.119706,123.98637 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17776 0.02481,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.091 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14233" />
+ <path
+ d="m 78.552176,125.18112 v 1.24437 q 0,0.26459 0.05788,0.33487 0.07648,0.0909 0.204638,0.0909 h 0.171566 v 0.0744 h -1.13068 v -0.0744 h 0.08475 q 0.08268,0 0.150895,-0.0413 0.06821,-0.0413 0.09302,-0.11163 0.02687,-0.0703 0.02687,-0.27285 v -1.24436 h -0.367936 v -0.14883 h 0.367936 v -0.12403 q 0,-0.28318 0.09095,-0.47955 0.09095,-0.19637 0.276986,-0.31626 0.188102,-0.12196 0.421679,-0.12196 0.217041,0 0.398942,0.14056 0.119889,0.093 0.119889,0.20877 0,0.062 -0.05374,0.11783 -0.05374,0.0537 -0.115756,0.0537 -0.04754,0 -0.101285,-0.0331 -0.05168,-0.0351 -0.128158,-0.14677 -0.07648,-0.11368 -0.14056,-0.15296 -0.06408,-0.0393 -0.142626,-0.0393 -0.09508,0 -0.161231,0.0517 -0.06614,0.0496 -0.09508,0.1571 -0.02894,0.10542 -0.02894,0.54777 v 0.13642 h 0.487825 v 0.14883 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14235" />
+ <path
+ d="m 79.544363,125.74543 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14237" />
+ <path
+ d="m 81.656893,124.97649 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14239" />
+ <path
+ d="m 82.835115,125.74543 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14241" />
+ <path
+ d="m 84.945579,125.37749 q 0.332796,-0.401 0.634586,-0.401 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25424 0.04548,0.12403 0.04548,0.38034 v 0.80822 q 0,0.17983 0.02894,0.24391 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0413 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.1943 v -0.77515 q 0,-0.25838 -0.06821,-0.37413 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26871 v 0.99839 q 0,0.19224 0.02274,0.23771 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14243" />
+ <path
+ d="m 88.118509,126.20638 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.20051 -0.494026,0.20051 -0.322461,0 -0.562239,-0.27079 -0.239779,-0.27078 -0.239779,-0.73173 0,-0.44649 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14882 0.179834,0.14677 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01033,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15297 -0.167432,0.20257 -0.167432,0.53536 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113689,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14245" />
+ <path
+ d="m 88.868851,123.98637 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.919844 v -0.0744 q 0.138494,0 0.186034,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.05788,0 -0.140564,0.031 l -0.02894,-0.0744 0.570504,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14247" />
+ <path
+ d="m 90.634111,126.65287 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0476,-0.0537 -0.0476,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64283 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.091 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14249" />
+ <path
+ d="m 91.919821,123.98637 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14251" />
+ <path
+ d="m 93.835981,124.97649 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25839 -0.19637,0.41755 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14253" />
+ <path
+ d="m 95.179571,125.2204 0.58291,-0.23565 h 0.0786 v 0.44235 q 0.14676,-0.25011 0.29352,-0.34933 0.14883,-0.10128 0.31212,-0.10128 0.28526,0 0.47543,0.22324 0.23357,0.27285 0.23357,0.71106 0,0.4899 -0.28111,0.81029 -0.23152,0.26252 -0.58291,0.26252 -0.15297,0 -0.26459,-0.0434 -0.0827,-0.031 -0.18603,-0.12403 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.0599,0.031 0.21497,0.031 v 0.0765 h -0.99219 v -0.0765 h 0.0517 q 0.11369,0.002 0.1943,-0.0434 0.0393,-0.0227 0.06,-0.0744 0.0227,-0.0496 0.0227,-0.25631 v -1.79007 q 0,-0.18397 -0.0165,-0.23358 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0972,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32866 v 0.70693 q 0,0.22945 0.0186,0.30179 0.0289,0.11989 0.14056,0.21084 0.11369,0.091 0.28525,0.091 0.20671,0 0.33487,-0.16123 0.16743,-0.21084 0.16743,-0.59324 0,-0.43408 -0.19017,-0.66766 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14255" />
+ <path
+ d="m 97.750991,125.74543 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.18191 -0.10128,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14257" />
+ <path
+ d="m 99.960671,123.98637 v 2.51147 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.928099 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14259" />
+ <path
+ d="m 101.40967,124.97649 q 0.42995,0 0.6904,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25425 -0.12196,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13435 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79374 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14261" />
+ <path
+ d="m 73.057942,131.15905 -1.083137,-2.35851 v 1.87275 q 0,0.25838 0.05581,0.32246 0.07648,0.0868 0.241845,0.0868 h 0.09922 v 0.0765 h -0.97565 v -0.0765 h 0.09922 q 0.177767,0 0.252181,-0.10749 0.04547,-0.0661 0.04547,-0.30179 v -1.83141 q 0,-0.18603 -0.04134,-0.26871 -0.02894,-0.0599 -0.107487,-0.0992 -0.07648,-0.0413 -0.248046,-0.0413 v -0.0765 h 0.793749 l 1.016991,2.19314 1.000455,-2.19314 h 0.79375 v 0.0765 h -0.09715 q -0.179834,0 -0.254248,0.10748 -0.04547,0.0661 -0.04547,0.30179 v 1.83141 q 0,0.25839 0.05788,0.32246 0.07648,0.0868 0.241846,0.0868 h 0.09715 v 0.0765 h -1.19063 v -0.0765 h 0.09922 q 0.179834,0 0.252181,-0.10748 0.04547,-0.0661 0.04547,-0.30179 v -1.87275 l -1.08107,2.35851 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14263" />
+ <path
+ d="m 75.538409,129.97876 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23978 0.485759,0.23978 0.186035,0 0.32246,-0.10129 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51677 -0.208772,0.2315 -0.522965,0.2315 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25631 -0.05168,-0.11576 -0.155029,-0.18191 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.1323 -0.157096,0.37001 z m 0.985985,-1.57303 -0.609781,0.71314 h -0.07028 l 0.217041,-0.71314 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14265" />
+ <path
+ d="m 77.646806,128.64344 v 0.62219 h 0.442349 v 0.14469 h -0.442349 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272852,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30385 v -1.27331 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.231511,-0.15296 0.119889,-0.10956 0.212906,-0.25838 0.04754,-0.0786 0.132292,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14267" />
+ <path
+ d="m 79.197097,129.20982 q 0.429948,0 0.690397,0.32659 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121957,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.1323 -0.475422,0.1323 -0.427881,0 -0.680062,-0.34107 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51676 0.130225,-0.25839 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13435 q -0.109553,0 -0.221174,0.0662 -0.109554,0.0641 -0.177767,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19843 -0.374138,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14269" />
+ <path
+ d="m 81.725106,130.94614 q -0.138493,0.1447 -0.270784,0.20878 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.231511,-0.26045 -0.231511,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.33899 0.659391,-0.33899 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23357 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25632 -0.06201,-0.11575 -0.165364,-0.17363 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324527,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.1819,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363802,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14271" />
+ <path
+ d="m 83.430427,129.20982 q 0.429948,0 0.690397,0.32659 0.221174,0.27905 0.221174,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.1323 -0.475423,0.1323 -0.42788,0 -0.680061,-0.34107 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51676 0.130224,-0.25839 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13435 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177766,0.22738 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16537 0.130224,-0.16536 0.130224,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19843 -0.374137,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14273" />
+ <path
+ d="m 87.922138,128.35612 0.03101,0.65732 h -0.07855 q -0.02274,-0.17363 -0.06201,-0.24804 -0.06408,-0.11989 -0.171565,-0.1757 -0.10542,-0.0579 -0.279053,-0.0579 h -0.394807 v 2.14147 q 0,0.25838 0.05581,0.32246 0.07855,0.0868 0.241846,0.0868 h 0.09715 v 0.0765 h -1.188557 v -0.0765 h 0.09922 q 0.177767,0 0.252181,-0.10749 0.04547,-0.0661 0.04547,-0.30179 v -2.14147 h -0.33693 q -0.19637,0 -0.279052,0.0289 -0.107487,0.0393 -0.183968,0.1509 -0.07648,0.11162 -0.09095,0.30179 h -0.07855 l 0.03307,-0.65733 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14275" />
+ <path
+ d="m 88.598071,129.20982 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27906 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.969445 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14277" />
+ <path
+ d="m 90.530761,130.8862 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19016 -0.0703,0.0992 -0.0703,0.21705 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14279" />
+ <path
+ d="m 91.198421,129.45373 0.58291,-0.23565 h 0.0786 v 0.44235 q 0.14676,-0.25011 0.29352,-0.34933 0.14883,-0.10128 0.31213,-0.10128 0.28525,0 0.47542,0.22324 0.23358,0.27285 0.23358,0.71106 0,0.4899 -0.28112,0.81029 -0.23151,0.26252 -0.58291,0.26252 -0.15297,0 -0.26459,-0.0434 -0.0827,-0.031 -0.18603,-0.12403 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0848 0.0599,0.031 0.21497,0.031 v 0.0765 h -0.99218 v -0.0765 h 0.0517 q 0.11369,0.002 0.19431,-0.0434 0.0393,-0.0227 0.0599,-0.0744 0.0227,-0.0496 0.0227,-0.25631 v -1.79007 q 0,-0.18397 -0.0165,-0.23358 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0971,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32866 v 0.70693 q 0,0.22945 0.0186,0.30179 0.0289,0.11989 0.14056,0.21084 0.11369,0.0909 0.28526,0.0909 0.2067,0 0.33486,-0.16123 0.16743,-0.21084 0.16743,-0.59324 0,-0.43408 -0.19017,-0.66766 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14281" />
+ <path
+ d="m 93.769841,129.97876 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32247,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.2315 -0.52296,0.2315 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.18191 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.1323 -0.15709,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14283" />
+ <path
+ d="m 96.973771,130.57821 -0.0227,0.58084 h -1.67018 v -0.0744 l 1.25677,-1.67432 h -0.62012 q -0.20051,0 -0.26252,0.0269 -0.062,0.0248 -0.10128,0.0971 -0.0558,0.10336 -0.0641,0.25632 h -0.0827 l 0.0124,-0.52503 h 1.5875 v 0.0765 l -1.26918,1.67845 h 0.6904 q 0.21704,0 0.29352,-0.0351 0.0785,-0.0372 0.12609,-0.12816 0.0331,-0.0661 0.0558,-0.27905 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14285" />
+ <path
+ d="m 98.131331,129.20982 q 0.42994,0 0.69039,0.32659 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25839 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13435 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14287" />
+ <path
+ d="m 99.803571,128.2197 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14289" />
+ <path
+ d="m 101.83342,130.94614 q -0.13849,0.1447 -0.27078,0.20878 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25838 -0.23152,-0.26045 -0.23152,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.33899 0.65939,-0.33899 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0476,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23357 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25632 -0.062,-0.11575 -0.16537,-0.17363 -0.10128,-0.0599 -0.19843,-0.0599 -0.18191,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14291" />
+ <path
+ d="m 103.6855,130.8862 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0476,0.0517 -0.1261,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19016 -0.0703,0.0992 -0.0703,0.21705 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14293" />
+ <path
+ d="m 105.14071,128.2197 v 2.51147 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.9281 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14295" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0"
+ d="m 88.469457,146.32952 12.737863,5.96454 -12.737863,5.96451 -12.737861,-5.96451 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-2)"
- d="m 88.469459,158.25858 v 21.51226"
- id="path9106-8-1-2-6"
+ d="m 81.135534,150.68277 q 0.128157,0 0.214973,0.0889 0.08888,0.0889 0.08888,0.21496 0,0.12609 -0.08888,0.21498 -0.08888,0.0889 -0.214973,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21498 0,-0.12609 0.08682,-0.21496 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27699 l 0.07028,0.0413 q -0.312125,0.54362 -0.663525,0.54362 -0.134358,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19225 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98804 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.1137 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14298" />
+ <path
+ d="m 82.572137,151.12925 -0.165364,0.56224 h 0.270784 l -0.07235,0.23772 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11163 -0.03307,0.16949 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0724 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24805 -0.314192,0.36381 -0.171566,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0724 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11828 h -0.28112 l 0.04134,-0.15296 q 0.264583,-0.0971 0.446484,-0.22738 0.1819,-0.13022 0.438215,-0.41961 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14300" />
+ <path
+ d="m 85.860823,153.04129 -2.217951,-0.94259 v -0.17156 l 2.217951,-0.93845 v 0.21085 l -1.963703,0.81234 1.963703,0.81856 z m -2.220018,0.65318 h 2.224152 v 0.19223 h -2.224152 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14302" />
+ <path
+ d="m 87.923744,150.68277 q 0.128157,0 0.214974,0.0889 0.08888,0.0889 0.08888,0.21496 0,0.12609 -0.08888,0.21498 -0.08888,0.0889 -0.214974,0.0889 -0.124023,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21498 0,-0.12609 0.08682,-0.21496 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27699 l 0.07028,0.0413 q -0.312125,0.54362 -0.663524,0.54362 -0.134359,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19225 0,-0.0765 0.03514,-0.1943 l 0.28732,-0.98804 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107486,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.1137 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14304" />
+ <path
+ d="m 89.360348,151.12925 -0.165365,0.56224 h 0.270784 l -0.07235,0.23772 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11163 -0.03307,0.16949 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0724 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24805 -0.314193,0.36381 -0.171565,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0724 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326594,-1.11828 h -0.281119 l 0.04134,-0.15296 q 0.264583,-0.0971 0.446484,-0.22738 0.181901,-0.13022 0.438216,-0.41961 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14306" />
+ <path
+ d="m 90.164432,152.95932 -0.198437,0.66662 q 0.199988,-0.30695 0.291455,-0.41392 0.134875,-0.15658 0.221692,-0.20464 0.08837,-0.0481 0.176733,-0.0481 0.100769,0 0.145728,0.0605 0.04496,0.0605 0.04496,0.13331 0,0.076 -0.04186,0.22325 l -0.06976,0.24959 q 0.201538,-0.31005 0.289905,-0.41237 0.136426,-0.15813 0.237195,-0.21394 0.06976,-0.0403 0.148828,-0.0403 0.08217,0 0.136426,0.0558 0.05581,0.0543 0.05581,0.14263 0,0.0992 -0.04651,0.25734 l -0.172082,0.57826 q -0.03876,0.12869 -0.03876,0.16588 0,0.0124 0.0093,0.0233 0.01085,0.0108 0.02325,0.0108 0.01705,0 0.02945,-0.0108 0.05581,-0.045 0.117823,-0.13178 0.01395,-0.0186 0.04186,-0.0574 l 0.05271,0.0341 q -0.10697,0.19999 -0.235644,0.29301 -0.127124,0.093 -0.235645,0.093 -0.09457,0 -0.151928,-0.0512 -0.05736,-0.0527 -0.05736,-0.12247 0,-0.0667 0.03876,-0.20154 l 0.175183,-0.60461 q 0.03566,-0.12558 0.03566,-0.15658 0,-0.0109 -0.01085,-0.0202 -0.01085,-0.0108 -0.0217,-0.0108 -0.02015,0 -0.04031,0.009 -0.02945,0.0155 -0.09147,0.0806 -0.06046,0.0651 -0.175183,0.23409 -0.114722,0.16743 -0.15968,0.262 -0.04341,0.0946 -0.08682,0.24495 l -0.09457,0.31936 h -0.392224 l 0.289905,-1.01234 q 0.02325,-0.0822 0.02325,-0.11317 0,-0.0109 -0.01085,-0.0202 -0.0093,-0.009 -0.02015,-0.009 -0.05736,0 -0.181385,0.15039 -0.189135,0.23253 -0.344165,0.55965 l -0.125573,0.44493 h -0.395325 l 0.291455,-0.99684 q 0.04341,-0.14728 0.04341,-0.20929 0,-0.0248 -0.0124,-0.0419 -0.0124,-0.0186 -0.04031,-0.0279 -0.02791,-0.0108 -0.10697,-0.0108 l 0.0155,-0.0589 0.52865,-0.0915 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14308" />
+ <path
+ d="m 93.309978,152.98102 -0.300757,1.03095 -0.03101,0.12557 q -0.0047,0.0233 -0.0047,0.0341 0,0.0186 0.0124,0.0326 0.01395,0.014 0.02791,0.014 0.03256,0 0.08992,-0.0496 0.02325,-0.0202 0.111621,-0.14263 l 0.05426,0.0279 q -0.110071,0.20153 -0.235645,0.29455 -0.124023,0.0915 -0.2682,0.0915 -0.08837,0 -0.134876,-0.045 -0.04651,-0.0465 -0.04651,-0.11627 0,-0.0605 0.04961,-0.2248 l 0.03721,-0.12557 q -0.179834,0.30852 -0.345715,0.43719 -0.09612,0.0744 -0.204639,0.0744 -0.142627,0 -0.206189,-0.11627 -0.06356,-0.11783 -0.06356,-0.2651 0,-0.2186 0.133325,-0.50075 0.133325,-0.2837 0.350366,-0.45578 0.178284,-0.14263 0.334864,-0.14263 0.08682,0 0.139526,0.0512 0.05271,0.0496 0.07752,0.18293 l 0.05581,-0.19068 z m -0.496094,0.29456 q 0,-0.12557 -0.03876,-0.18138 -0.02791,-0.0387 -0.07596,-0.0387 -0.04806,0 -0.09922,0.0465 -0.103869,0.0961 -0.224792,0.39069 -0.119373,0.293 -0.119373,0.50693 0,0.0822 0.02636,0.11938 0.02791,0.0357 0.06046,0.0357 0.06976,0 0.141076,-0.0806 0.10232,-0.11471 0.184485,-0.2806 0.145728,-0.29146 0.145728,-0.51779 z m 0.03101,-1.02939 h 0.47749 l -0.522449,0.5426 h -0.139526 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14310" />
+ <path
+ d="m 93.520817,153.05234 0.541052,-0.093 q 0.147278,0.23099 0.20774,0.50849 0.151928,-0.22479 0.229443,-0.31471 0.10387,-0.12092 0.170532,-0.15658 0.06821,-0.0372 0.144177,-0.0372 0.08527,0 0.130225,0.0465 0.04651,0.0465 0.04651,0.12557 0,0.0744 -0.04651,0.12247 -0.04496,0.0465 -0.113171,0.0465 -0.04961,0 -0.114722,-0.017 -0.06356,-0.0186 -0.08837,-0.0186 -0.06511,0 -0.124023,0.0465 -0.08062,0.0636 -0.198438,0.27131 0.131775,0.46508 0.21084,0.5674 0.04651,0.0605 0.09457,0.0605 0.04031,0 0.06976,-0.0202 0.04496,-0.0326 0.137976,-0.16278 l 0.05581,0.0326 q -0.136426,0.22014 -0.266651,0.31005 -0.09922,0.0698 -0.195337,0.0698 -0.09922,0 -0.165881,-0.0434 -0.06511,-0.045 -0.116272,-0.14418 -0.05116,-0.10077 -0.120923,-0.32091 -0.181384,0.231 -0.285254,0.33797 -0.102319,0.10542 -0.170532,0.13797 -0.06821,0.0326 -0.145727,0.0326 -0.08062,0 -0.127124,-0.0465 -0.04806,-0.0465 -0.04806,-0.12092 0,-0.0791 0.05116,-0.13023 0.05116,-0.0512 0.130225,-0.0512 0.04186,0 0.09457,0.0248 0.07751,0.0372 0.111621,0.0372 0.04496,0 0.08061,-0.0186 0.04651,-0.0232 0.117822,-0.10077 0.04341,-0.0481 0.15968,-0.20464 -0.148828,-0.5519 -0.232543,-0.66042 -0.05271,-0.0698 -0.133326,-0.0698 -0.04186,0 -0.102319,0.0124 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14312" />
+ <path
+ d="m 95.902583,152.88832 h -0.08475 q 0.01447,-0.26044 0.06408,-0.42995 0.05168,-0.17156 0.21084,-0.47542 0.124023,-0.23358 0.16123,-0.35761 0.03721,-0.12609 0.03721,-0.25424 0,-0.26252 -0.14056,-0.41755 -0.138492,-0.15503 -0.341064,-0.15503 -0.179834,0 -0.283186,0.0847 -0.103353,0.0847 -0.103353,0.18398 0,0.0765 0.06201,0.1881 0.06201,0.11161 0.06201,0.1695 0,0.0744 -0.04754,0.12609 -0.04754,0.0496 -0.115755,0.0496 -0.08682,0 -0.159164,-0.0847 -0.07028,-0.0868 -0.07028,-0.23978 0,-0.23358 0.200504,-0.41341 0.200504,-0.17983 0.543636,-0.17983 0.425813,0 0.626317,0.24804 0.148828,0.1819 0.148828,0.40308 0,0.15089 -0.06821,0.31006 -0.06615,0.15916 -0.254248,0.37414 -0.299723,0.33899 -0.367936,0.48162 -0.06615,0.14056 -0.08062,0.38861 z m -0.02894,0.25631 q 0.09715,0 0.163297,0.0682 0.06821,0.0662 0.06821,0.16331 0,0.0951 -0.06821,0.1633 -0.06821,0.0661 -0.163297,0.0661 -0.09508,0 -0.163298,-0.0661 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.0971 0.06615,-0.16331 0.06821,-0.0682 0.163298,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14314" />
+ <path
+ d="m 69.237995,181.44086 v 8.30274 h 38.462895 v -8.30274 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163" />
+ <path
+ d="m 68.712639,180.91605 h 39.513641 v 9.35294 H 68.712639 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6" />
+ <path
+ d="m 84.881032,182.01932 v 1.10795 h 0.615983 q 0.239778,0 0.320394,-0.0723 0.107486,-0.0951 0.119889,-0.33486 h 0.07648 v 0.97565 h -0.07648 q -0.02894,-0.20464 -0.05788,-0.26251 -0.03721,-0.0724 -0.121956,-0.11369 -0.08475,-0.0413 -0.260449,-0.0413 H 84.88103 v 0.92397 q 0,0.18604 0.01654,0.22738 0.01654,0.0393 0.05788,0.0641 0.04134,0.0227 0.157097,0.0227 h 0.475422 q 0.237712,0 0.345199,-0.0331 0.107487,-0.0331 0.206705,-0.13022 0.128158,-0.12817 0.262516,-0.38654 h 0.08268 l -0.241845,0.7028 h -2.160073 v -0.0765 h 0.09922 q 0.09922,0 0.188102,-0.0476 0.06614,-0.0331 0.08888,-0.0992 0.0248,-0.0661 0.0248,-0.27078 v -1.82108 q 0,-0.26665 -0.05374,-0.32866 -0.07441,-0.0827 -0.248046,-0.0827 h -0.09922 v -0.0765 h 2.160073 l 0.03101,0.61391 h -0.08061 q -0.04341,-0.22117 -0.09715,-0.30386 -0.05168,-0.0827 -0.155029,-0.12609 -0.08268,-0.031 -0.291455,-0.031 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14319" />
+ <path
+ d="m 87.270549,182.72005 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14321" />
+ <path
+ d="m 88.684415,182.72005 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14323" />
+ <path
+ d="m 90.470351,182.72005 q 0.429947,0 0.690396,0.32661 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.210839,-0.12403 0.446484,-0.12404 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41963 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14325" />
+ <path
+ d="m 92.272823,183.92721 h -0.07855 l -0.181901,-1.67431 q -0.0124,-0.10956 -0.0124,-0.1633 0,-0.13022 0.06821,-0.20876 0.07028,-0.0785 0.167431,-0.0785 0.09715,0 0.163298,0.0785 0.06821,0.0786 0.06821,0.23357 0,0.0496 -0.0083,0.13849 z m -0.04134,0.34314 q 0.09508,0 0.16123,0.0682 0.06821,0.0661 0.06821,0.15916 0,0.0951 -0.06821,0.1633 -0.06615,0.0661 -0.16123,0.0661 -0.09508,0 -0.163297,-0.0661 -0.06615,-0.0682 -0.06615,-0.1633 0,-0.093 0.06615,-0.15916 0.06821,-0.0682 0.163297,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14327" />
+ <path
+ d="m 71.897856,186.03562 0.06408,0.95292 h -0.06408 q -0.128157,-0.42788 -0.365868,-0.61599 -0.237712,-0.18809 -0.570508,-0.18809 -0.279052,0 -0.504361,0.14261 -0.225309,0.14056 -0.355534,0.45062 -0.128157,0.31006 -0.128157,0.77101 0,0.38034 0.121956,0.65939 0.121956,0.27906 0.365869,0.42788 0.245979,0.14883 0.560172,0.14883 0.272851,0 0.481624,-0.11575 0.208772,-0.11783 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.491959,0.54777 -0.28112,0.17363 -0.667659,0.17363 -0.696598,0 -1.079003,-0.51676 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303858,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14329" />
+ <path
+ d="m 73.382002,188.62977 q -0.291454,0.22531 -0.365868,0.26045 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16122 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11574 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.72139 q -0.312125,0.12403 -0.403075,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413411,-0.20671 z m 0.204639,-2.46599 -0.609781,0.71313 h -0.07028 l 0.21704,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14331" />
+ <path
+ d="m 74.837209,185.96327 v 2.51148 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14333" />
+ <path
+ d="m 76.968344,188.18329 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494027,0.2005 -0.32246,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200505,-0.062 -0.206705,0 -0.332796,0.15297 -0.167431,0.20258 -0.167431,0.53536 0,0.339 0.165364,0.59945 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14335" />
+ <path
+ d="m 78.896906,187.0092 v 1.14723 q 0,0.32866 0.01447,0.40307 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0723 -0.566373,0.23358 h -0.09302 v -0.40101 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276985,-0.091 -0.115756,-0.093 -0.161231,-0.23771 -0.04547,-0.14469 -0.04547,-0.40928 v -0.84542 q 0,-0.13435 -0.02894,-0.18603 -0.02894,-0.0517 -0.08682,-0.0786 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200504,-0.0558 0.113688,-0.0558 0.268717,-0.2129 v -1.07281 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243913,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14337" />
+ <path
+ d="m 80.004848,185.96327 v 2.51148 q 0,0.17777 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928107 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14339" />
+ <path
+ d="m 81.453854,186.95339 q 0.429948,0 0.690397,0.32661 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121957,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109553,0.0641 -0.177766,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71315 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.14676,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14341" />
+ <path
+ d="m 84.254714,187.3544 q 0.332796,-0.40101 0.634586,-0.40101 0.15503,0 0.266651,0.0786 0.111621,0.0765 0.177766,0.25425 0.04548,0.12402 0.04548,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489893,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.2315 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14343" />
+ <path
+ d="m 86.892277,188.62977 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.210839,-0.12402 0.698664,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16122 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.25218,0 0.413411,0.0847 0.121956,0.0641 0.179833,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.15089 v 0.11574 q -0.23151,0.31006 -0.44235,0.31006 -0.101285,0 -0.16123,-0.0703 -0.05995,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.72139 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z M 86.04065,186.63506 H 85.9745 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270784,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14884 0.171566,0.11161 0.254248,0.11161 0.06615,0 0.115755,-0.0558 0.05168,-0.0558 0.08062,-0.2315 h 0.06408 q 0.0021,0.19222 -0.05168,0.30591 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163298,0 -0.405143,-0.16536 -0.130225,-0.0889 -0.1757,-0.1075 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134359,0.0744 -0.02274,0.0351 -0.05788,0.20876 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14345" />
+ <path
+ d="m 88.622403,186.95339 q 0.429947,0 0.690396,0.32661 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.210839,-0.12402 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71315 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14347" />
+ <path
+ d="m 92.479528,188.18329 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27079 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15297 -0.167431,0.20258 -0.167431,0.53536 0,0.339 0.165364,0.59945 0.167431,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14349" />
+ <path
+ d="m 93.674286,186.95339 q 0.429948,0 0.690397,0.32661 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163298,0.71315 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14351" />
+ <path
+ d="m 95.416814,187.3544 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.031,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.031,-0.0744 0.570507,-0.2315 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14353" />
+ <path
+ d="m 96.884424,187.0092 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0723 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.20671 l -0.671793,1.6247 h -0.08475 l -0.675927,-1.59783 q -0.04548,-0.11162 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14355" />
+ <path
+ d="m 99.416567,187.72234 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.23978 0.485755,0.23978 0.18604,0 0.32246,-0.10128 0.1385,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.522962,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27286 0.626317,-0.27286 0.31833,0 0.52297,0.21084 0.20463,0.20878 0.20463,0.56018 z m 0,-0.11989 H 100.293 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.101287,-0.0661 -0.212908,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14357" />
+ <path
+ d="m 101.5291,186.95339 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23772 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14359" />
+ <path
+ d="m 102.82101,188.21223 q -0.17364,-0.0847 -0.26665,-0.23565 -0.093,-0.15296 -0.093,-0.33693 0,-0.28111 0.21084,-0.48369 0.21291,-0.20257 0.54363,-0.20257 0.27079,0 0.46923,0.13229 h 0.401 q 0.0889,0 0.10336,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10336,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26458 -0.20257,0.45267 -0.20257,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.091,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0475 0.0579,0.008 0.28938,0.0145 0.42582,0.0103 0.55191,0.0289 0.19223,0.0269 0.30592,0.14262 0.11576,0.11576 0.11576,0.28526 0,0.23357 -0.21911,0.43821 -0.32246,0.30179 -0.84129,0.30179 -0.39894,0 -0.67386,-0.17983 -0.15503,-0.10335 -0.15503,-0.21497 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.14469,-0.21291 0.0145,-0.0186 0.21084,-0.22324 -0.10749,-0.0641 -0.15296,-0.11369 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0723 0.0579,-0.16949 0.0599,-0.0972 0.27285,-0.27492 z m 0.35967,-1.15962 q -0.15297,0 -0.25632,0.12196 -0.10335,0.12195 -0.10335,0.37413 0,0.32661 0.14056,0.50643 0.10748,0.13643 0.27285,0.13643 0.15709,0 0.25838,-0.11783 0.10129,-0.11782 0.10129,-0.37 0,-0.32866 -0.14263,-0.51469 -0.10542,-0.13643 -0.27078,-0.13643 z m -0.38034,1.85001 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.0909 -0.0496,0.16744 0,0.0992 0.11988,0.17363 0.20671,0.12816 0.59738,0.12816 0.37207,0 0.54777,-0.13229 0.17777,-0.13022 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15297 -0.10749,-0.0455 -0.42581,-0.0537 -0.46509,-0.0124 -0.7152,-0.0476 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14361" />
+ <path
+ d="m 104.91287,185.96327 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30798 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14363" />
+ <path
+ d="m 107.26518,187.0092 v 1.14723 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0723 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.33279 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13435 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22325,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.2129 v -1.07281 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14365" />
+ <path
+ d="m 121.45414,79.444228 v 12.45508 h 31.20313 v -12.45508 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-1" />
+ <path
+ d="m 120.92879,78.919418 h 32.25387 v 13.50528 h -32.25387 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-7" />
+ <path
+ d="m 124.15108,79.805648 0.0641,0.95291 h -0.0641 q -0.12816,-0.42788 -0.36587,-0.61598 -0.23771,-0.1881 -0.57051,-0.1881 -0.27905,0 -0.50436,0.14263 -0.22531,0.14056 -0.35553,0.45061 -0.12816,0.31006 -0.12816,0.77102 0,0.38033 0.12196,0.65939 0.12195,0.27905 0.36587,0.42788 0.24598,0.14882 0.56017,0.14882 0.27285,0 0.48162,-0.11575 0.20877,-0.11782 0.45889,-0.46509 l 0.0641,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.28112,0.17364 -0.66766,0.17364 -0.6966,0 -1.079,-0.51677 -0.28526,-0.38447 -0.28526,-0.90537 0,-0.41961 0.18811,-0.77101 0.1881,-0.3514 0.51676,-0.54364 0.33073,-0.1943 0.7214,-0.1943 0.30386,0 0.59945,0.14883 0.0868,0.0455 0.12402,0.0455 0.0558,0 0.0971,-0.0393 0.0537,-0.0558 0.0765,-0.15503 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14370" />
+ <path
+ d="m 125.63523,82.399808 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.06,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14372" />
+ <path
+ d="m 127.09043,79.733298 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14374" />
+ <path
+ d="m 129.22157,81.953318 q -0.0765,0.37414 -0.29973,0.57671 -0.22324,0.2005 -0.49402,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12195,0 -0.18396,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16744,0.20257 -0.16744,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14376" />
+ <path
+ d="m 131.15013,80.779228 v 1.14722 q 0,0.32866 0.0145,0.40308 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23357 h -0.093 v -0.401 q -0.24391,0.26458 -0.37207,0.33279 -0.12816,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.0909 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40927 v -0.84543 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14378" />
+ <path
+ d="m 132.25807,79.733298 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0538,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14380" />
+ <path
+ d="m 133.85384,82.399808 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14382" />
+ <path
+ d="m 135.21189,80.723418 v 0.42582 q 0.23772,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.16329,-0.0703 -0.0889,-0.0723 -0.1323,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14384" />
+ <path
+ d="m 138.73829,81.953318 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26459,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14386" />
+ <path
+ d="m 139.93305,80.723418 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38033 0.21083,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14388" />
+ <path
+ d="m 141.67764,80.723418 v 0.42582 q 0.23771,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.16329,-0.0703 -0.0889,-0.0723 -0.1323,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14390" />
+ <path
+ d="m 143.09151,80.723418 v 0.42582 q 0.23771,-0.42582 0.48783,-0.42582 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14392" />
+ <path
+ d="m 144.26973,81.492368 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14394" />
+ <path
+ d="m 146.3802,81.124428 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.1323,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14396" />
+ <path
+ d="m 148.49479,80.157048 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18603,-0.0517 -0.091,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 H 147.854 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14398" />
+ <path
+ d="m 149.43737,81.492368 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14400" />
+ <path
+ d="m 152.21963,80.723418 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15917,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14402" />
+ <path
+ d="m 125.27969,83.966638 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14404" />
+ <path
+ d="m 126.52406,85.357768 q 0.3328,-0.40101 0.63459,-0.40101 0.15502,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24392 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0414 0.0744,-0.11989 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99838 q 0,0.19224 0.0227,0.23772 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14406" />
+ <path
+ d="m 128.56838,83.964568 q 0.0889,0 0.15089,0.062 0.062,0.062 0.062,0.15089 0,0.0868 -0.062,0.14883 -0.062,0.062 -0.15089,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0889 0.062,-0.15089 0.062,-0.062 0.14883,-0.062 z m 0.17777,0.99219 v 1.90583 q 0,0.48575 -0.20671,0.7214 -0.20671,0.23564 -0.53744,0.23564 -0.1881,0 -0.27905,-0.0682 -0.0909,-0.0682 -0.0909,-0.14056 0,-0.0724 0.0517,-0.12402 0.0496,-0.0517 0.11782,-0.0517 0.0537,0 0.10956,0.0269 0.0351,0.0145 0.13436,0.10335 0.10128,0.091 0.1695,0.091 0.0496,0 0.0971,-0.0393 0.0475,-0.0372 0.0703,-0.12816 0.0227,-0.0889 0.0227,-0.3886 v -1.34772 q 0,-0.31213 -0.0186,-0.40101 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14055,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14408" />
+ <path
+ d="m 129.58123,85.725708 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25012,-0.27286 0.62632,-0.27286 0.31833,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14410" />
+ <path
+ d="m 131.68963,84.390388 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.0517,0.24804 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0537 -0.13435,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14412" />
+ <path
+ d="m 133.38668,86.633138 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16124,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14414" />
+ <path
+ d="m 135.52815,86.693088 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41341,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16536,-0.17363 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.18811 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14416" />
+ <path
+ d="m 137.38023,86.633138 q -0.29145,0.22531 -0.36586,0.26045 -0.11162,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14418" />
+ <path
+ d="m 139.40802,84.956758 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43614,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22117,0.43614 0.1633,0.14677 0.36587,0.14677 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14420" />
+ <path
+ d="m 140.7516,85.200668 0.58291,-0.23564 h 0.0786 v 0.44235 q 0.14676,-0.25011 0.29352,-0.34933 0.14883,-0.10129 0.31213,-0.10129 0.28525,0 0.47542,0.22324 0.23358,0.27285 0.23358,0.71107 0,0.48989 -0.28112,0.81029 -0.23151,0.26251 -0.58291,0.26251 -0.15296,0 -0.26458,-0.0434 -0.0827,-0.031 -0.18604,-0.12402 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.0599,0.031 0.21498,0.031 v 0.0765 h -0.99219 v -0.0765 h 0.0517 q 0.11369,0.002 0.1943,-0.0434 0.0393,-0.0227 0.0599,-0.0744 0.0227,-0.0496 0.0227,-0.25631 v -1.79007 q 0,-0.18397 -0.0165,-0.23358 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0971,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32867 v 0.70693 q 0,0.22944 0.0186,0.30179 0.0289,0.11989 0.14056,0.21084 0.11369,0.091 0.28525,0.091 0.20671,0 0.33487,-0.16123 0.16743,-0.21084 0.16743,-0.59325 0,-0.43408 -0.19017,-0.66766 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22325 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14422" />
+ <path
+ d="m 143.32302,85.725708 q -0.002,0.42167 0.20464,0.66145 0.2067,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14424" />
+ <path
+ d="m 145.5327,83.966638 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23772 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14426" />
+ <path
+ d="m 147.12847,86.633138 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14428" />
+ <path
+ d="m 149.15625,84.956758 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22118,0.43614 0.1633,0.14677 0.36587,0.14677 0.14262,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14055,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14430" />
+ <path
+ d="m 122.2804,89.593168 q 0.2067,-0.2067 0.24391,-0.23771 0.093,-0.0785 0.2005,-0.12195 0.10749,-0.0434 0.21291,-0.0434 0.17777,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.21291,-0.24804 0.35967,-0.32452 0.14676,-0.0786 0.30179,-0.0786 0.15089,0 0.26665,0.0786 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.20051 v -0.81442 q 0,-0.23151 -0.0558,-0.32659 -0.0806,-0.1323 -0.25838,-0.1323 -0.10955,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24185 0.0227,0.0475 0.0827,0.0806 0.06,0.031 0.20464,0.031 v 0.0744 h -0.95704 v -0.0744 q 0.15709,0 0.21497,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.33279 -0.091,-0.1323 -0.25425,-0.1323 -0.11162,0 -0.22117,0.06 -0.17157,0.0909 -0.26459,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14432" />
+ <path
+ d="m 126.08171,90.866478 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z m 0.20464,-2.466 -0.60978,0.71314 h -0.0703 l 0.21704,-0.71314 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14434" />
+ <path
+ d="m 128.56218,89.190098 v 2.43499 q 0,0.1819 0.0248,0.23358 0.0248,0.0517 0.0765,0.0806 0.0537,0.0289 0.2067,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.0393 q 0.11576,0 0.1757,-0.0331 0.0413,-0.0227 0.0662,-0.0827 0.0248,-0.0579 0.0248,-0.22738 v -0.81442 q -0.1881,0.22324 -0.32866,0.30592 -0.14056,0.0806 -0.29145,0.0806 -0.27492,0 -0.49196,-0.25011 -0.21498,-0.25012 -0.21498,-0.66973 0,-0.48162 0.28526,-0.78341 0.28525,-0.30386 0.68833,-0.30386 0.11782,0 0.21704,0.0331 0.0992,0.0331 0.17777,0.0992 0.11988,-0.0579 0.22944,-0.13229 z m -0.34107,1.49035 v -0.88884 q 0,-0.15503 -0.0413,-0.24391 -0.0393,-0.0889 -0.14262,-0.1509 -0.10336,-0.062 -0.23358,-0.062 -0.23151,0 -0.39688,0.19637 -0.16536,0.19637 -0.16536,0.59531 0,0.38241 0.16743,0.58085 0.1695,0.19843 0.40721,0.19843 0.12196,0 0.21704,-0.0517 0.0951,-0.0538 0.1881,-0.17363 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14436" />
+ <path
+ d="m 130.6623,89.245908 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56638,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12815,0.0682 -0.27078,0.0682 -0.15916,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13435 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20463,-0.0269 v -0.0765 h 0.66352 v 1.2671 q 0,0.26459 0.0909,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11369,-0.0558 0.26871,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14438" />
+ <path
+ d="m 131.60075,88.199978 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14440" />
+ <path
+ d="m 132.84512,89.591108 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25424 0.0455,0.12403 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.1323,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77514 q 0,-0.25839 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26871 v 0.99839 q 0,0.19224 0.0227,0.23771 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14442" />
+ <path
+ d="m 135.48268,90.866478 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14444" />
+ <path
+ d="m 137.51046,89.190098 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26044,0.17984 l 0.3018,0.14676 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14446" />
+ <path
+ d="m 139.3088,89.959038 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32247,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.71521 0,-0.48575 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14448" />
+ <path
+ d="m 143.53386,90.419998 q -0.0765,0.37413 -0.29972,0.5767 -0.22325,0.20051 -0.49403,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26459,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16536,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14450" />
+ <path
+ d="m 144.87538,90.866478 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14452" />
+ <path
+ d="m 146.23343,89.190098 v 0.42581 q 0.23772,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.1323,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14454" />
+ <path
+ d="m 147.52535,90.448928 q -0.17364,-0.0847 -0.26666,-0.23564 -0.093,-0.15296 -0.093,-0.33693 0,-0.28112 0.21083,-0.48369 0.21291,-0.20257 0.54364,-0.20257 0.27079,0 0.46922,0.13229 h 0.40101 q 0.0889,0 0.10335,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10335,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26459 -0.20257,0.45269 -0.20258,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.0909,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0476 0.0579,0.008 0.28938,0.0145 0.42582,0.0103 0.55191,0.0289 0.19223,0.0269 0.30592,0.14263 0.11576,0.11576 0.11576,0.28525 0,0.23358 -0.21911,0.43822 -0.32246,0.30179 -0.84129,0.30179 -0.39895,0 -0.67386,-0.17983 -0.15503,-0.10336 -0.15503,-0.21498 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.14469,-0.2129 0.0145,-0.0186 0.21084,-0.22324 -0.10749,-0.0641 -0.15296,-0.11369 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0724 0.0579,-0.1695 0.0599,-0.0971 0.27285,-0.27492 z m 0.35966,-1.15961 q -0.15296,0 -0.25631,0.12195 -0.10335,0.12196 -0.10335,0.37414 0,0.32659 0.14055,0.50643 0.10749,0.13642 0.27286,0.13642 0.15709,0 0.25838,-0.11782 0.10128,-0.11782 0.10128,-0.37 0,-0.32866 -0.14262,-0.5147 -0.10542,-0.13642 -0.27079,-0.13642 z m -0.38034,1.85001 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.0909 -0.0496,0.16743 0,0.0992 0.11989,0.17364 0.20671,0.12815 0.59738,0.12815 0.37207,0 0.54777,-0.13229 0.17777,-0.13022 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.10749,-0.0455 -0.42582,-0.0538 -0.46508,-0.0124 -0.7152,-0.0475 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14456" />
+ <path
+ d="m 150.20838,90.866478 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29353,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14458" />
+ <path
+ d="m 152.23616,89.190098 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41547,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14460" />
+ <path
+ d="m 117.50786,97.175018 v 12.677742 h 39.0957 V 97.175018 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-4" />
+ <path
+ d="m 116.9825,96.650208 h 40.14645 V 110.37815 H 116.9825 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-0" />
+ <path
+ d="m 125.6807,97.536438 0.0641,0.95291 h -0.0641 q -0.12816,-0.42788 -0.36587,-0.61598 -0.23771,-0.1881 -0.5705,-0.1881 -0.27906,0 -0.50437,0.14263 -0.2253,0.14056 -0.35553,0.45061 -0.12816,0.31006 -0.12816,0.77102 0,0.38033 0.12196,0.65939 0.12195,0.27905 0.36587,0.427882 0.24598,0.14882 0.56017,0.14882 0.27285,0 0.48162,-0.11575 0.20878,-0.11782 0.45889,-0.465092 l 0.0641,0.0413 q -0.21084,0.374142 -0.49196,0.547772 -0.28112,0.17364 -0.66766,0.17364 -0.6966,0 -1.079,-0.516772 -0.28526,-0.38447 -0.28526,-0.90537 0,-0.41961 0.18811,-0.77101 0.1881,-0.3514 0.51676,-0.54364 0.33073,-0.1943 0.7214,-0.1943 0.30386,0 0.59945,0.14883 0.0868,0.0455 0.12402,0.0455 0.0558,0 0.0971,-0.0393 0.0537,-0.0558 0.0765,-0.15503 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14465" />
+ <path
+ d="m 127.16485,100.1306 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.353462 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.270792 0.0103,0.332802 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.134362 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.148832 0.0889,0.248052 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.206702 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14467" />
+ <path
+ d="m 128.62005,97.464088 v 2.51148 q 0,0.177762 0.0248,0.235642 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.237712 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14469" />
+ <path
+ d="m 130.75119,99.684108 q -0.0765,0.374142 -0.29972,0.576712 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.270782 -0.23978,-0.731742 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27906,0 0.45889,0.14883 0.17984,0.14676 0.17984,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12195,0 -0.18396,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16744,0.20257 -0.16744,0.53537 0,0.33899 0.16537,0.59944 0.16743,0.258382 0.45062,0.258382 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.345202 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14471" />
+ <path
+ d="m 132.67975,98.510018 v 1.14722 q 0,0.32866 0.0145,0.403082 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56637,0.23357 h -0.093 v -0.401 q -0.24391,0.26458 -0.37207,0.33279 -0.12815,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.0909 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.144692 -0.0455,-0.409272 v -0.84543 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.26711 q 0,0.264582 0.0909,0.347262 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.212912 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14473" />
+ <path
+ d="m 133.78769,97.464088 v 2.51148 q 0,0.177762 0.0248,0.235642 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.237712 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14475" />
+ <path
+ d="m 135.38346,100.1306 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.353462 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.270792 0.0103,0.332802 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.134362 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.148832 0.0889,0.248052 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.206702 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14477" />
+ <path
+ d="m 136.74151,98.454208 v 0.42582 q 0.23772,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.157092 0.0393,0.237712 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.200512 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14479" />
+ <path
+ d="m 139.20958,97.887838 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.183972 0.0517,0.248052 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.303862 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14481" />
+ <path
+ d="m 140.15216,99.223158 q -0.002,0.42168 0.20464,0.66146 0.2067,0.239772 0.48575,0.239772 0.18604,0 0.32246,-0.10128 0.1385,-0.103352 0.23151,-0.351402 l 0.0641,0.0413 q -0.0434,0.28319 -0.25219,0.516762 -0.20877,0.23151 -0.52296,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.266652 -0.24184,-0.715202 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14483" />
+ <path
+ d="m 142.26262,98.855218 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.179832 0.0289,0.243912 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.194302 v -0.77515 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.192232 0.0227,0.237712 0.0289,0.0599 0.0785,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.281122 v -0.7028 q 0,-0.34107 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14485" />
+ <path
+ d="m 145.05108,98.454208 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.258382 -0.19637,0.417552 -0.19431,0.15709 -0.43615,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.675932 h 0.0682 q 0.0579,0.289392 0.22118,0.436152 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.142622 -0.10129,-0.239772 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14487" />
+ <path
+ d="m 146.3988,98.454208 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.260452 -0.33693,0.392742 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.287322 -0.21291,-0.644922 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21085,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.713132 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.165372 0.13022,-0.568442 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z m -0.53123,-0.45268 h -0.0662 q 0.008,-0.28319 0.11782,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40515,-0.16537 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20878 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14489" />
+ <path
+ d="m 147.90775,99.223158 q -0.002,0.42168 0.20464,0.66146 0.2067,0.239772 0.48576,0.239772 0.18603,0 0.32246,-0.10128 0.13849,-0.103352 0.23151,-0.351402 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.516762 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.266652 -0.24184,-0.715202 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14491" />
+ <path
+ d="m 150.69001,98.454208 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20258,-0.41341 -0.12195,-0.10955 -0.31212,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.258382 -0.19637,0.417552 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.675932 h 0.0682 q 0.0579,0.289392 0.22117,0.436152 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20258 0,-0.142622 -0.10128,-0.239772 -0.0992,-0.0972 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15917,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14493" />
+ <path
+ d="m 118.23103,103.08856 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24392 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0414 0.0744,-0.11989 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99838 q 0,0.19224 0.0227,0.23772 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14495" />
+ <path
+ d="m 120.72184,102.68755 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50437 -0.21705,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14497" />
+ <path
+ d="m 123.24984,104.42388 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41341,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16536,-0.17363 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32452,0.1633 -0.18811,0.21497 -0.18811,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.18811 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14499" />
+ <path
+ d="m 125.10193,104.36393 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14501" />
+ <path
+ d="m 126.38763,101.69743 q 0.0868,0 0.14677,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91985 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14503" />
+ <path
+ d="m 128.30379,102.68755 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20258,-0.41341 -0.12195,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22117,0.43614 0.1633,0.14677 0.36587,0.14677 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14882 -0.39275,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15917,-0.39067 0.16123,-0.1571 0.41547,-0.1571 0.11163,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14505" />
+ <path
+ d="m 129.64738,102.93146 0.58291,-0.23564 h 0.0786 v 0.44235 q 0.14676,-0.25011 0.29352,-0.34933 0.14883,-0.10129 0.31213,-0.10129 0.28525,0 0.47542,0.22324 0.23358,0.27285 0.23358,0.71107 0,0.48989 -0.28112,0.81029 -0.23151,0.26251 -0.58291,0.26251 -0.15296,0 -0.26458,-0.0434 -0.0827,-0.031 -0.18604,-0.12402 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.0599,0.031 0.21497,0.031 v 0.0765 h -0.99218 v -0.0765 h 0.0517 q 0.11369,0.002 0.1943,-0.0434 0.0393,-0.0227 0.0599,-0.0744 0.0227,-0.0496 0.0227,-0.25631 v -1.79007 q 0,-0.18397 -0.0165,-0.23358 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0971,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32867 v 0.70693 q 0,0.22944 0.0186,0.30179 0.0289,0.11989 0.14056,0.21084 0.11369,0.091 0.28525,0.091 0.20671,0 0.33487,-0.16123 0.16743,-0.21084 0.16743,-0.59325 0,-0.43408 -0.19017,-0.66766 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22325 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14507" />
+ <path
+ d="m 132.82651,102.68755 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64078 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51677 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14509" />
+ <path
+ d="m 134.57111,102.68755 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23772 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10541 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14511" />
+ <path
+ d="m 137.71303,102.68755 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22118,0.43614 0.1633,0.14677 0.36587,0.14677 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14513" />
+ <path
+ d="m 139.79456,102.74336 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0723 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26459 -0.37207,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22325,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.2129 v -1.07281 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14515" />
+ <path
+ d="m 140.77021,103.06996 q 0.27491,-0.38241 0.59324,-0.38241 0.29146,0 0.5085,0.25011 0.21704,0.24805 0.21704,0.68007 0,0.50436 -0.33487,0.81235 -0.28732,0.26458 -0.64078,0.26458 -0.16537,0 -0.33693,-0.0599 -0.1695,-0.06 -0.34727,-0.17984 v -1.96163 q 0,-0.32246 -0.0165,-0.39688 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0579,0 -0.14469,0.0331 l -0.0289,-0.0724 0.56844,-0.23151 h 0.093 z m 0,0.13229 v 1.13274 q 0.10542,0.10336 0.21704,0.1571 0.11369,0.0517 0.23151,0.0517 0.1881,0 0.34933,-0.20671 0.1633,-0.2067 0.1633,-0.60151 0,-0.3638 -0.1633,-0.55811 -0.16123,-0.19637 -0.36794,-0.19637 -0.10955,0 -0.2191,0.0558 -0.0827,0.0413 -0.21084,0.16537 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14517" />
+ <path
+ d="m 143.59174,102.68755 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43614,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22118,0.43614 0.16329,0.14677 0.36586,0.14677 0.14263,0 0.23152,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14519" />
+ <path
+ d="m 144.56325,102.12118 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.0517,0.24804 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14521" />
+ <path
+ d="m 145.66913,101.69743 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14523" />
+ <path
+ d="m 146.91143,102.12118 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.0517,0.24804 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.1323,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14525" />
+ <path
+ d="m 149.19552,102.74336 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0723 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26459 -0.37206,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20463,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11369,-0.0558 0.26872,-0.2129 v -1.07281 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14527" />
+ <path
+ d="m 150.13397,101.69743 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14529" />
+ <path
+ d="m 152.4346,103.91745 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23977,-0.27079 -0.23977,-0.73174 0,-0.44648 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15297 -0.16743,0.20257 -0.16743,0.53536 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20257,0 0.36381,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z m -0.76894,0.68626 h 0.12402 l -0.10335,0.1633 q 0.13022,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12403,0.11369 -0.32039,0.11369 -0.0765,0 -0.19431,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.15709 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14531" />
+ <path
+ d="m 153.77612,104.36393 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28318 0.11783,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25424,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16536 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14533" />
+ <path
+ d="m 155.50625,102.68755 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14535" />
+ <path
+ d="m 118.00986,107.1648 0.58291,-0.23564 h 0.0785 v 0.44235 q 0.14676,-0.25012 0.29352,-0.34934 0.14883,-0.10128 0.31213,-0.10128 0.28525,0 0.47542,0.22324 0.23357,0.27285 0.23357,0.71107 0,0.48989 -0.28111,0.81028 -0.23151,0.26252 -0.58291,0.26252 -0.15297,0 -0.26459,-0.0434 -0.0827,-0.031 -0.18603,-0.12402 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.0599,0.031 0.21497,0.031 v 0.0765 h -0.99218 v -0.0765 h 0.0517 q 0.11368,0.002 0.1943,-0.0434 0.0393,-0.0227 0.0599,-0.0744 0.0227,-0.0496 0.0227,-0.25632 v -1.79007 q 0,-0.18396 -0.0165,-0.23357 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0971,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32866 v 0.70694 q 0,0.22944 0.0186,0.30179 0.0289,0.11988 0.14056,0.21084 0.11368,0.091 0.28525,0.091 0.20671,0 0.33486,-0.16123 0.16743,-0.21084 0.16743,-0.59325 0,-0.43408 -0.19016,-0.66766 -0.1323,-0.16123 -0.3142,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14537" />
+ <path
+ d="m 120.81692,106.92089 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14539" />
+ <path
+ d="m 122.60286,106.92089 q 0.42994,0 0.69039,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14677,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14541" />
+ <path
+ d="m 124.29991,108.17972 q -0.17363,-0.0847 -0.26665,-0.23564 -0.093,-0.15296 -0.093,-0.33693 0,-0.28112 0.21084,-0.48369 0.2129,-0.20257 0.54363,-0.20257 0.27079,0 0.46923,0.13229 h 0.401 q 0.0889,0 0.10336,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10336,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26459 -0.20257,0.45269 -0.20257,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.091,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0476 0.0579,0.008 0.28938,0.0145 0.42582,0.0103 0.55191,0.0289 0.19223,0.0269 0.30592,0.14263 0.11576,0.11576 0.11576,0.28525 0,0.23358 -0.21911,0.43822 -0.32246,0.30179 -0.84129,0.30179 -0.39894,0 -0.67386,-0.17983 -0.15503,-0.10336 -0.15503,-0.21498 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.14469,-0.2129 0.0145,-0.0186 0.21084,-0.22324 -0.10748,-0.0641 -0.15296,-0.11369 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0724 0.0579,-0.1695 0.06,-0.0971 0.27285,-0.27492 z m 0.35967,-1.15961 q -0.15297,0 -0.25632,0.12195 -0.10335,0.12196 -0.10335,0.37414 0,0.32659 0.14056,0.50643 0.10749,0.13642 0.27285,0.13642 0.1571,0 0.25838,-0.11782 0.10129,-0.11782 0.10129,-0.37 0,-0.32866 -0.14263,-0.5147 -0.10542,-0.13642 -0.27078,-0.13642 z m -0.38034,1.85001 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.0909 -0.0496,0.16743 0,0.0992 0.11989,0.17364 0.2067,0.12815 0.59738,0.12815 0.37207,0 0.54776,-0.13229 0.17777,-0.13022 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.10748,-0.0455 -0.42581,-0.0538 -0.46509,-0.0124 -0.7152,-0.0475 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14543" />
+ <path
+ d="m 126.46411,106.92089 v 0.42581 q 0.23772,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14545" />
+ <path
+ d="m 127.64234,107.68983 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34106,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.71521 0,-0.48575 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14547" />
+ <path
+ d="m 130.42459,106.92089 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41547,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14549" />
+ <path
+ d="m 132.06997,106.92089 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26044,0.17984 l 0.3018,0.14676 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14551" />
+ <path
+ d="m 132.97327,105.93077 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14553" />
+ <path
+ d="m 133.56858,106.9767 h 0.89091 v 0.0765 h -0.0579 q -0.0806,0 -0.12403,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11576 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0476 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14262,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.2067 l -0.6718,1.62471 h -0.0847 l -0.67592,-1.59783 q -0.0455,-0.11163 -0.0868,-0.15917 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14555" />
+ <path
+ d="m 136.8552,108.59727 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.1261,-0.13436 -0.1261,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29353,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14557" />
+ <path
+ d="m 137.69856,107.76425 h 1.06867 v 0.31212 h -1.06867 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14559" />
+ <path
+ d="m 139.62712,106.92089 v 0.42581 q 0.23772,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.1323,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14561" />
+ <path
+ d="m 140.80535,107.68983 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.71521 0,-0.48575 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14563" />
+ <path
+ d="m 142.87033,108.17972 q -0.17363,-0.0847 -0.26665,-0.23564 -0.093,-0.15296 -0.093,-0.33693 0,-0.28112 0.21083,-0.48369 0.21291,-0.20257 0.54364,-0.20257 0.27078,0 0.46922,0.13229 h 0.40101 q 0.0889,0 0.10335,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0538 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10335,0.006 h -0.24598 q 0.11576,0.14883 0.11576,0.38034 0,0.26459 -0.20257,0.45269 -0.20257,0.1881 -0.54364,0.1881 -0.14056,0 -0.28732,-0.0413 -0.0909,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0476 0.0579,0.008 0.28938,0.0145 0.42582,0.0103 0.55191,0.0289 0.19223,0.0269 0.30592,0.14263 0.11576,0.11576 0.11576,0.28525 0,0.23358 -0.21911,0.43822 -0.32246,0.30179 -0.84129,0.30179 -0.39894,0 -0.67386,-0.17983 -0.15503,-0.10336 -0.15503,-0.21498 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.14469,-0.2129 0.0145,-0.0186 0.21084,-0.22324 -0.10749,-0.0641 -0.15296,-0.11369 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0724 0.0579,-0.1695 0.0599,-0.0971 0.27285,-0.27492 z m 0.35967,-1.15961 q -0.15296,0 -0.25631,0.12195 -0.10336,0.12196 -0.10336,0.37414 0,0.32659 0.14056,0.50643 0.10749,0.13642 0.27286,0.13642 0.15709,0 0.25838,-0.11782 0.10128,-0.11782 0.10128,-0.37 0,-0.32866 -0.14262,-0.5147 -0.10542,-0.13642 -0.27079,-0.13642 z m -0.38033,1.85001 q -0.0971,0.10542 -0.14677,0.19637 -0.0496,0.0909 -0.0496,0.16743 0,0.0992 0.11989,0.17364 0.20671,0.12815 0.59738,0.12815 0.37207,0 0.54777,-0.13229 0.17777,-0.13022 0.17777,-0.27905 0,-0.10749 -0.10542,-0.15296 -0.10749,-0.0455 -0.42581,-0.0538 -0.46509,-0.0124 -0.7152,-0.0475 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14565" />
+ <path
+ d="m 145.03454,106.92089 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14567" />
+ <path
+ d="m 146.21276,107.68983 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.71521 0,-0.48575 0.24805,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14569" />
+ <path
+ d="m 148.99502,106.92089 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.19431,0.1571 -0.43615,0.1571 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27079,0.0475 0.10541,0.031 0.14055,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14571" />
+ <path
+ d="m 150.6404,106.92089 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10956 -0.31213,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43614,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0847 0.091,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14573" />
+ <path
+ d="m 151.5437,105.93077 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14575" />
+ <path
+ d="m 152.13901,106.9767 h 0.89091 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17157 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11576 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0476 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14262,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13023,0.2067 l -0.67179,1.62471 h -0.0848 l -0.67593,-1.59783 q -0.0455,-0.11163 -0.0868,-0.15917 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14577" />
+ <path
+ d="m 155.42563,108.59727 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26458 0.21083,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.18191,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14579" />
+ <path
+ d="m 129.99907,128.56041 v 3.96485 h 14.11328 v -3.96485 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-9" />
+ <path
+ d="m 129.47371,128.0356 h 15.16403 v 5.01505 h -15.16403 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-06" />
+ <path
+ d="m 131.8798,131.01369 q -0.0186,0.13436 -0.0186,0.22118 0,0.15503 0.0889,0.24804 0.0909,0.093 0.24185,0.093 0.14469,0 0.28938,-0.0703 0.14677,-0.0703 0.339,-0.24598 l 0.062,0.0558 q -0.23771,0.28732 -0.46302,0.40928 -0.22531,0.12195 -0.49816,0.12195 -0.3452,0 -0.47749,-0.16536 -0.13229,-0.16536 -0.13229,-0.38241 0,-0.33899 0.19637,-0.67799 0.19844,-0.339 0.53743,-0.54364 0.34107,-0.20463 0.6842,-0.20463 0.17363,0 0.26252,0.0827 0.0889,0.0827 0.0889,0.20877 0,0.1509 -0.0868,0.29352 -0.11989,0.19431 -0.30179,0.3142 -0.18191,0.11782 -0.40721,0.17983 -0.1509,0.0413 -0.40515,0.062 z m 0.0186,-0.10749 q 0.1819,-0.0269 0.28112,-0.0723 0.10129,-0.0476 0.19637,-0.14883 0.0971,-0.10335 0.16743,-0.25838 0.0703,-0.1571 0.0703,-0.29352 0,-0.0579 -0.0331,-0.091 -0.031,-0.0331 -0.0806,-0.0331 -0.0992,0 -0.22324,0.13849 -0.22738,0.25219 -0.37827,0.75861 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14584" />
+ <path
+ d="m 134.23004,129.96363 h 2.23036 v 0.1695 h -2.23036 z m 0,0.67386 h 2.23036 v 0.1695 h -2.23036 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14586" />
+ <path
+ d="m 137.75437,130.40391 q 0,-0.47956 0.1447,-0.82476 0.14469,-0.34726 0.38447,-0.51676 0.18604,-0.13436 0.38447,-0.13436 0.32246,0 0.57878,0.32866 0.32039,0.40721 0.32039,1.10381 0,0.48783 -0.14056,0.82889 -0.14056,0.34106 -0.35967,0.49609 -0.21704,0.15297 -0.41961,0.15297 -0.40101,0 -0.66766,-0.47336 -0.22531,-0.39894 -0.22531,-0.96118 z m 0.40515,0.0517 q 0,0.57877 0.14262,0.94464 0.11783,0.30799 0.3514,0.30799 0.11162,0 0.23151,-0.0992 0.11989,-0.10128 0.1819,-0.33693 0.0951,-0.35553 0.0951,-1.00252 0,-0.47956 -0.0992,-0.79995 -0.0744,-0.23771 -0.19223,-0.33693 -0.0847,-0.0682 -0.20464,-0.0682 -0.14056,0 -0.25011,0.12609 -0.14883,0.17156 -0.20258,0.5395 -0.0537,0.36794 -0.0537,0.72554 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14588" />
+ <path
+ d="m 139.94545,132.4937 v -0.0909 q 0.21291,-0.0703 0.32866,-0.21911 0.11783,-0.14676 0.11783,-0.31212 0,-0.0393 -0.0186,-0.0661 -0.0145,-0.0186 -0.0289,-0.0186 -0.0227,0 -0.0992,0.0413 -0.0372,0.0186 -0.0786,0.0186 -0.10129,0 -0.16123,-0.0599 -0.0599,-0.0599 -0.0599,-0.16536 0,-0.10129 0.0765,-0.17364 0.0786,-0.0723 0.19017,-0.0723 0.13642,0 0.24184,0.11988 0.10749,0.11783 0.10749,0.3142 0,0.2129 -0.14883,0.3948 -0.14676,0.18397 -0.46716,0.28939 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14590" />
+ <path
+ d="m 140.92937,130.40391 q 0,-0.47956 0.1447,-0.82476 0.14469,-0.34726 0.38447,-0.51676 0.18603,-0.13436 0.38447,-0.13436 0.32246,0 0.57877,0.32866 0.3204,0.40721 0.3204,1.10381 0,0.48783 -0.14056,0.82889 -0.14056,0.34106 -0.35967,0.49609 -0.21704,0.15297 -0.41961,0.15297 -0.40101,0 -0.66766,-0.47336 -0.22531,-0.39894 -0.22531,-0.96118 z m 0.40514,0.0517 q 0,0.57877 0.14263,0.94464 0.11782,0.30799 0.3514,0.30799 0.11162,0 0.23151,-0.0992 0.11989,-0.10128 0.1819,-0.33693 0.0951,-0.35553 0.0951,-1.00252 0,-0.47956 -0.0992,-0.79995 -0.0744,-0.23771 -0.19223,-0.33693 -0.0848,-0.0682 -0.20464,-0.0682 -0.14056,0 -0.25012,0.12609 -0.14882,0.17156 -0.20257,0.5395 -0.0537,0.36794 -0.0537,0.72554 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14592" />
+ <path
+ d="m 115.35649,137.80096 v 16.98047 h 43.39844 v -16.98047 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-2" />
+ <path
+ d="m 114.83113,137.27615 h 44.44919 v 18.03067 h -44.44919 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-4" />
+ <path
+ d="m 124.11181,141.02939 h -0.74828 l -0.94878,-1.31052 q -0.10542,0.004 -0.17156,0.004 -0.0269,0 -0.0579,0 -0.031,-0.002 -0.0641,-0.004 v 0.81442 q 0,0.26459 0.0579,0.32867 0.0786,0.0909 0.23564,0.0909 h 0.10956 v 0.0765 h -1.20096 v -0.0765 h 0.10542 q 0.17776,0 0.25424,-0.11576 0.0434,-0.0641 0.0434,-0.30386 v -1.81074 q 0,-0.26458 -0.0579,-0.32866 -0.0806,-0.0909 -0.23977,-0.0909 h -0.10542 v -0.0765 h 1.02112 q 0.44649,0 0.65733,0.0661 0.2129,0.0641 0.35966,0.23977 0.14883,0.17364 0.14883,0.41548 0,0.25838 -0.1695,0.44855 -0.16743,0.19017 -0.52089,0.26872 l 0.57877,0.80408 q 0.19844,0.27699 0.34106,0.36794 0.14263,0.0909 0.37207,0.11576 z m -1.99058,-1.44074 q 0.0393,0 0.0682,0.002 0.0289,0 0.0475,0 0.40101,0 0.60358,-0.17364 0.20464,-0.17363 0.20464,-0.44235 0,-0.26251 -0.16536,-0.42581 -0.1633,-0.16536 -0.43409,-0.16536 -0.11989,0 -0.32452,0.0393 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14597" />
+ <path
+ d="m 124.52935,139.8491 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14599" />
+ <path
+ d="m 127.31161,139.08015 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14601" />
+ <path
+ d="m 128.65933,139.08015 q 0.42995,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44649,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33072,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14603" />
+ <path
+ d="m 130.50107,138.09003 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14605" />
+ <path
+ d="m 130.92689,139.13596 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17156 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.20671 l -0.6718,1.6247 h -0.0848 l -0.67591,-1.59795 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14607" />
+ <path
+ d="m 133.45903,139.8491 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14609" />
+ <path
+ d="m 135.57156,139.08015 v 0.42582 q 0.23771,-0.42582 0.48783,-0.42582 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14611" />
+ <path
+ d="m 137.80812,139.8491 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14613" />
+ <path
+ d="m 141.04306,139.08015 v 2.43499 q 0,0.18191 0.0248,0.23358 0.0248,0.0517 0.0765,0.0806 0.0537,0.0289 0.2067,0.0289 v 0.0765 h -0.95498 v -0.0765 h 0.0393 q 0.11576,0 0.1757,-0.0331 0.0413,-0.0227 0.0661,-0.0827 0.0248,-0.0579 0.0248,-0.22738 v -0.81442 q -0.1881,0.22325 -0.32866,0.30593 -0.14056,0.0806 -0.29145,0.0806 -0.27492,0 -0.49196,-0.25011 -0.21498,-0.25011 -0.21498,-0.66973 0,-0.48162 0.28526,-0.78341 0.28525,-0.30386 0.68833,-0.30386 0.11782,0 0.21704,0.0331 0.0992,0.0331 0.17776,0.0992 0.11989,-0.0579 0.22945,-0.13229 z m -0.34107,1.49035 v -0.88883 q 0,-0.15503 -0.0413,-0.24392 -0.0393,-0.0889 -0.14262,-0.15089 -0.10336,-0.062 -0.23358,-0.062 -0.23151,0 -0.39688,0.19637 -0.16536,0.19637 -0.16536,0.59531 0,0.3824 0.16743,0.58084 0.1695,0.19844 0.40721,0.19844 0.12196,0 0.21704,-0.0517 0.0951,-0.0537 0.1881,-0.17363 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14615" />
+ <path
+ d="m 143.14319,139.13596 v 1.14722 q 0,0.32866 0.0145,0.40308 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23357 h -0.093 v -0.401 q -0.24392,0.26458 -0.37207,0.33279 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.0909 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40927 v -0.84543 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14617" />
+ <path
+ d="m 144.67281,140.75654 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14619" />
+ <path
+ d="m 147.08506,140.31005 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26459,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z m -0.76894,0.68626 h 0.12402 l -0.10335,0.1633 q 0.13022,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12403,0.11369 -0.3204,0.11369 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.15709 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14621" />
+ <path
+ d="m 148.27982,139.08015 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38033 0.21083,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z m -0.53123,-0.45268 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40515,-0.16537 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13435,0.0744 -0.0227,0.0351 -0.0579,0.20878 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14623" />
+ <path
+ d="m 149.78877,139.8491 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14625" />
+ <path
+ d="m 152.57103,139.08015 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43614,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14627" />
+ <path
+ d="m 117.37527,145.04982 q -0.13849,0.14469 -0.27078,0.20877 -0.13229,0.062 -0.28526,0.062 -0.31005,0 -0.54156,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25011,0 0.41341,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14262,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16536,-0.17363 -0.10129,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.18811 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14629" />
+ <path
+ d="m 118.63618,142.32337 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14631" />
+ <path
+ d="m 120.06865,143.51813 v 1.24437 q 0,0.26458 0.0579,0.33486 0.0765,0.0909 0.20464,0.0909 h 0.17156 v 0.0744 h -1.13068 v -0.0744 h 0.0847 q 0.0827,0 0.15089,-0.0413 0.0682,-0.0413 0.093,-0.11162 0.0269,-0.0703 0.0269,-0.27285 v -1.24437 h -0.36793 v -0.14883 h 0.36793 v -0.12402 q 0,-0.28319 0.0909,-0.47956 0.091,-0.19637 0.27699,-0.31626 0.1881,-0.12195 0.42168,-0.12195 0.21704,0 0.39894,0.14056 0.11989,0.093 0.11989,0.20877 0,0.062 -0.0537,0.11782 -0.0537,0.0537 -0.11576,0.0537 -0.0475,0 -0.10128,-0.0331 -0.0517,-0.0351 -0.12816,-0.14676 -0.0765,-0.11369 -0.14056,-0.15296 -0.0641,-0.0393 -0.14263,-0.0393 -0.0951,0 -0.16123,0.0517 -0.0662,0.0496 -0.0951,0.1571 -0.0289,0.10542 -0.0289,0.54777 v 0.13642 h 0.48783 v 0.14883 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14633" />
+ <path
+ d="m 121.06083,144.08244 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14635" />
+ <path
+ d="m 123.17336,143.31349 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.16329,-0.0703 -0.0889,-0.0724 -0.1323,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23772 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10541 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14637" />
+ <path
+ d="m 124.35159,144.08244 q -0.002,0.42167 0.20463,0.66145 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14639" />
+ <path
+ d="m 126.46205,143.7145 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11163,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24392 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0414 0.0744,-0.11989 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.2253,-0.11782 -0.24598,0 -0.4899,0.26872 v 0.99838 q 0,0.19224 0.0227,0.23772 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14641" />
+ <path
+ d="m 129.63498,144.54339 q -0.0765,0.37414 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27906,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12195,0 -0.18396,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15297 -0.16744,0.20257 -0.16744,0.53536 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22117,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14643" />
+ <path
+ d="m 130.38532,142.32337 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.06,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14645" />
+ <path
+ d="m 132.15058,144.98987 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14647" />
+ <path
+ d="m 133.43629,142.32337 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14649" />
+ <path
+ d="m 135.35245,143.31349 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12195,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22117,0.43614 0.1633,0.14677 0.36587,0.14677 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15917,-0.39067 0.16123,-0.1571 0.41547,-0.1571 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14651" />
+ <path
+ d="m 136.69604,143.5574 0.58291,-0.23564 h 0.0785 v 0.44235 q 0.14676,-0.25011 0.29352,-0.34933 0.14883,-0.10129 0.31213,-0.10129 0.28525,0 0.47542,0.22324 0.23358,0.27285 0.23358,0.71107 0,0.48989 -0.28112,0.81029 -0.23151,0.26251 -0.58291,0.26251 -0.15296,0 -0.26459,-0.0434 -0.0827,-0.031 -0.18603,-0.12402 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.0599,0.031 0.21497,0.031 v 0.0765 h -0.99218 v -0.0765 h 0.0517 q 0.11368,0.002 0.1943,-0.0434 0.0393,-0.0227 0.0599,-0.0744 0.0227,-0.0496 0.0227,-0.25631 v -1.79007 q 0,-0.18397 -0.0165,-0.23358 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0971,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32867 v 0.70693 q 0,0.22944 0.0186,0.30179 0.0289,0.11989 0.14056,0.21084 0.11368,0.091 0.28525,0.091 0.20671,0 0.33486,-0.16123 0.16743,-0.21084 0.16743,-0.59325 0,-0.43408 -0.19016,-0.66766 -0.1323,-0.16123 -0.3142,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22325 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14653" />
+ <path
+ d="m 139.26746,144.08244 q -0.002,0.42167 0.20464,0.66145 0.2067,0.23978 0.48575,0.23978 0.18604,0 0.32246,-0.10128 0.1385,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27286 0.62632,-0.27286 0.31833,0 0.52297,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14655" />
+ <path
+ d="m 141.47714,142.32337 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.9281 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23772 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14657" />
+ <path
+ d="m 142.92615,143.31349 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14677,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14659" />
+ <path
+ d="m 146.775,145.26272 -1.08313,-2.35851 v 1.87276 q 0,0.25838 0.0558,0.32246 0.0765,0.0868 0.24184,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0992 q 0.17777,0 0.25218,-0.10748 0.0455,-0.0661 0.0455,-0.30179 v -1.83142 q 0,-0.18603 -0.0413,-0.26871 -0.0289,-0.0599 -0.10749,-0.0992 -0.0765,-0.0413 -0.24804,-0.0413 v -0.0765 h 0.79375 l 1.01699,2.19314 1.00045,-2.19314 h 0.79375 v 0.0765 h -0.0971 q -0.17983,0 -0.25425,0.10748 -0.0455,0.0662 -0.0455,0.30179 v 1.83142 q 0,0.25838 0.0579,0.32246 0.0765,0.0868 0.24185,0.0868 h 0.0971 v 0.0765 h -1.19062 v -0.0765 h 0.0992 q 0.17983,0 0.25218,-0.10748 0.0455,-0.0661 0.0455,-0.30179 v -1.87276 l -1.08107,2.35851 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14661" />
+ <path
+ d="m 149.25547,144.08244 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z m 0.98599,-1.57303 -0.60978,0.71313 h -0.0703 l 0.21704,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14663" />
+ <path
+ d="m 151.36387,142.74712 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.0517,0.24804 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11368,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.2129,-0.25838 0.0475,-0.0785 0.1323,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14665" />
+ <path
+ d="m 152.91416,143.31349 q 0.42995,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.16329,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14667" />
+ <path
+ d="m 155.44217,145.04982 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.339 0.65939,-0.339 0.25011,0 0.41341,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14882,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16537,-0.17363 -0.10128,-0.0599 -0.19843,-0.0599 -0.18191,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22118 0.40514,0.22118 0.1881,0 0.3638,-0.18811 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14669" />
+ <path
+ d="m 157.14749,143.31349 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.16329,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14671" />
+ <path
+ d="m 119.19841,146.69313 0.031,0.65733 h -0.0785 q -0.0227,-0.17363 -0.062,-0.24805 -0.0641,-0.11989 -0.17157,-0.1757 -0.10542,-0.0579 -0.27905,-0.0579 h -0.39481 v 2.14147 q 0,0.25839 0.0558,0.32246 0.0785,0.0868 0.24185,0.0868 h 0.0971 v 0.0765 h -1.18856 v -0.0765 h 0.0992 q 0.17777,0 0.25218,-0.10749 0.0455,-0.0661 0.0455,-0.30179 v -2.14147 h -0.33693 q -0.19637,0 -0.27905,0.0289 -0.10749,0.0393 -0.18397,0.1509 -0.0765,0.11162 -0.091,0.30179 h -0.0785 l 0.0331,-0.65733 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14673" />
+ <path
+ d="m 119.87434,147.54683 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14675" />
+ <path
+ d="m 121.80704,149.22321 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14677" />
+ <path
+ d="m 122.4747,147.79074 0.58291,-0.23564 h 0.0786 v 0.44235 q 0.14676,-0.25012 0.29352,-0.34934 0.14883,-0.10128 0.31213,-0.10128 0.28525,0 0.47542,0.22324 0.23358,0.27285 0.23358,0.71107 0,0.48989 -0.28112,0.81028 -0.23151,0.26252 -0.58291,0.26252 -0.15297,0 -0.26459,-0.0434 -0.0827,-0.031 -0.18603,-0.12402 v 0.57671 q 0,0.1943 0.0227,0.24598 0.0248,0.0537 0.0827,0.0847 0.0599,0.031 0.21497,0.031 v 0.0765 h -0.99218 v -0.0765 h 0.0517 q 0.11369,0.002 0.19431,-0.0434 0.0393,-0.0227 0.0599,-0.0744 0.0227,-0.0496 0.0227,-0.25632 v -1.79007 q 0,-0.18396 -0.0165,-0.23357 -0.0165,-0.0496 -0.0537,-0.0744 -0.0351,-0.0248 -0.0971,-0.0248 -0.0496,0 -0.12609,0.0289 z m 0.66146,0.32866 v 0.70694 q 0,0.22944 0.0186,0.30179 0.0289,0.11988 0.14056,0.21084 0.11368,0.091 0.28525,0.091 0.2067,0 0.33486,-0.16123 0.16743,-0.21084 0.16743,-0.59325 0,-0.43408 -0.19017,-0.66766 -0.13229,-0.16123 -0.31419,-0.16123 -0.0992,0 -0.19637,0.0496 -0.0744,0.0372 -0.24598,0.22324 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14679" />
+ <path
+ d="m 125.04611,148.31577 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.71521 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31833,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14681" />
+ <path
+ d="m 128.25005,148.91522 -0.0227,0.58084 h -1.67018 v -0.0744 l 1.25677,-1.67432 h -0.62011 q -0.20051,0 -0.26252,0.0269 -0.062,0.0248 -0.10129,0.0972 -0.0558,0.10335 -0.0641,0.25631 h -0.0827 l 0.0124,-0.52503 h 1.5875 v 0.0765 l -1.26917,1.67845 h 0.6904 q 0.21704,0 0.29352,-0.0351 0.0786,-0.0372 0.12609,-0.12816 0.0331,-0.0661 0.0558,-0.27905 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14683" />
+ <path
+ d="m 129.4076,147.54683 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14685" />
+ <path
+ d="m 131.07985,146.55671 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14687" />
+ <path
+ d="m 133.1097,149.28315 q -0.13849,0.1447 -0.27079,0.20878 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.339 0.65939,-0.339 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16537,-0.17364 -0.10128,-0.0599 -0.19843,-0.0599 -0.1819,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14689" />
+ <path
+ d="m 134.96178,149.22321 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0848 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14691" />
+ <path
+ d="m 136.41699,146.55671 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14693" />
+ <path
+ d="m 138.31661,148.31577 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.71521 0,-0.48575 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14695" />
+ <path
+ d="m 142.54167,148.77673 q -0.0765,0.37413 -0.29972,0.5767 -0.22324,0.20051 -0.49403,0.20051 -0.32246,0 -0.56223,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12195,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14697" />
+ <path
+ d="m 143.88319,149.22321 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32452,-0.13436 -0.1261,-0.13436 -0.1261,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14699" />
+ <path
+ d="m 145.3384,146.55671 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.9281 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14701" />
+ <path
+ d="m 147.46953,148.77673 q -0.0765,0.37413 -0.29972,0.5767 -0.22324,0.20051 -0.49402,0.20051 -0.32247,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12195,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20258,0 0.36381,-0.13849 0.11368,-0.0951 0.22117,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14703" />
+ <path
+ d="m 149.3981,147.60264 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12816,0.0682 -0.27079,0.0682 -0.15916,0 -0.27698,-0.091 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13435 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.2671 q 0,0.26459 0.0909,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14705" />
+ <path
+ d="m 150.50604,146.55671 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.9281 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14707" />
+ <path
+ d="m 152.10181,149.22321 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14709" />
+ <path
+ d="m 153.45986,147.54683 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96944 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14711" />
+ <path
+ d="m 156.30413,147.54683 q 0.42995,0 0.69039,0.32659 0.22118,0.27906 0.22118,0.64079 0,0.25425 -0.12196,0.5147 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17776,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.16329,0.71314 0.16537,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37414,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14713" />
+ <path
+ d="m 116.12057,152.54911 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58498,-0.26459 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14715" />
+ <path
+ d="m 118.2331,151.78017 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96944 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14717" />
+ <path
+ d="m 119.64697,151.78017 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14719" />
+ <path
+ d="m 121.4329,151.78017 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47542,0.1323 -0.42789,0 -0.68007,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13435 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14721" />
+ <path
+ d="m 124.86422,154.55829 v 0.0765 q -0.31213,-0.1571 -0.5209,-0.36794 -0.29766,-0.29972 -0.45889,-0.70693 -0.16123,-0.40721 -0.16123,-0.84543 0,-0.64078 0.31626,-1.16788 0.31626,-0.52917 0.82476,-0.75654 v 0.0868 q -0.25425,0.14056 -0.41755,0.38447 -0.1633,0.24392 -0.24391,0.61805 -0.0806,0.37414 -0.0806,0.78135 0,0.44235 0.0682,0.80409 0.0537,0.28525 0.13022,0.45682 0.0765,0.17363 0.20464,0.33279 0.13022,0.15916 0.339,0.30386 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14723" />
+ <path
+ d="m 125.62489,152.95425 q -0.0186,0.13436 -0.0186,0.22118 0,0.15503 0.0889,0.24804 0.0909,0.093 0.24185,0.093 0.14469,0 0.28938,-0.0703 0.14677,-0.0703 0.339,-0.24598 l 0.062,0.0558 q -0.23771,0.28732 -0.46302,0.40928 -0.22531,0.12196 -0.49816,0.12196 -0.3452,0 -0.47749,-0.16537 -0.13229,-0.16536 -0.13229,-0.3824 0,-0.339 0.19637,-0.678 0.19844,-0.33899 0.53743,-0.54363 0.34107,-0.20464 0.6842,-0.20464 0.17363,0 0.26251,0.0827 0.0889,0.0827 0.0889,0.20877 0,0.1509 -0.0868,0.29353 -0.11988,0.1943 -0.30178,0.31419 -0.18191,0.11782 -0.40722,0.17983 -0.15089,0.0413 -0.40514,0.062 z m 0.0186,-0.10748 q 0.1819,-0.0269 0.28112,-0.0724 0.10129,-0.0475 0.19637,-0.14883 0.0971,-0.10335 0.16743,-0.25838 0.0703,-0.1571 0.0703,-0.29352 0,-0.0579 -0.0331,-0.0909 -0.031,-0.0331 -0.0806,-0.0331 -0.0992,0 -0.22324,0.1385 -0.22738,0.25218 -0.37827,0.75861 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14725" />
+ <path
+ d="m 126.9354,150.87686 v -0.0868 q 0.3142,0.15503 0.52297,0.36586 0.29559,0.30179 0.45682,0.709 0.16123,0.40515 0.16123,0.84543 0,0.64079 -0.31626,1.16789 -0.31419,0.52916 -0.82476,0.75654 v -0.0765 q 0.25425,-0.14263 0.41755,-0.38654 0.16536,-0.24185 0.24391,-0.61598 0.0806,-0.37621 0.0806,-0.78342 0,-0.44028 -0.0682,-0.80408 -0.0517,-0.28526 -0.13022,-0.45682 -0.0765,-0.17157 -0.20464,-0.33073 -0.12816,-0.15916 -0.339,-0.30386 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14727" />
+ <path
+ d="m 129.76314,152.54911 q -0.002,0.42168 0.20463,0.66146 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10129 0.1385,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26459 -0.24184,-0.26665 -0.24184,-0.7152 0,-0.48576 0.24804,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14729" />
+ <path
+ d="m 131.8736,152.18117 q 0.3328,-0.401 0.63459,-0.401 0.15502,0 0.26665,0.0785 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38034 v 0.80822 q 0,0.17983 0.0289,0.24391 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0413 0.0744,-0.11989 0.008,-0.031 0.008,-0.1943 v -0.77515 q 0,-0.25838 -0.0682,-0.37413 -0.0661,-0.11783 -0.22531,-0.11783 -0.24598,0 -0.48989,0.26872 v 0.99839 q 0,0.19223 0.0227,0.23771 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0723 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41548 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14731" />
+ <path
+ d="m 133.9882,151.21379 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.1261 h 0.0806 q -0.0724,0.20258 -0.20463,0.30593 -0.1323,0.10128 -0.27286,0.10128 -0.0951,0 -0.18603,-0.0517 -0.091,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30385 v -1.27331 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.2129,-0.25839 0.0475,-0.0786 0.1323,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14733" />
+ <path
+ d="m 135.16642,151.78017 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14735" />
+ <path
+ d="m 136.34464,152.54911 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14737" />
+ <path
+ d="m 140.03433,153.45655 q -0.29145,0.22531 -0.36586,0.26045 -0.11163,0.0517 -0.23772,0.0517 -0.19637,0 -0.32452,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69866,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51056,-0.14882 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12402 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14739" />
+ <path
+ d="m 142.06212,151.78017 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20258,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14741" />
+ <path
+ d="m 144.02375,150.79005 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14743" />
+ <path
+ d="m 145.26605,151.21379 v 0.62219 h 0.44235 v 0.14469 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.1261 h 0.0806 q -0.0724,0.20258 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0538 -0.13435,-0.1509 -0.0434,-0.0992 -0.0434,-0.30385 v -1.27331 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10956 0.21291,-0.25839 0.0475,-0.0786 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14745" />
+ <path
+ d="m 146.20863,152.54911 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20878,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62631,-0.27285 0.31833,0 0.52297,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.308,0.13436 -0.13435,0.13229 -0.15709,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14747" />
+ <path
+ d="m 148.32116,151.78017 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.1571 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.2005 v -0.73381 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14749" />
+ <path
+ d="m 150.25386,153.45655 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14882 0.51057,-0.14882 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14882 0.0889,0.24804 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14751" />
+ <path
+ d="m 152.66611,153.01006 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.20051 -0.49403,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26459,-0.72553 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45888,0.14882 0.17984,0.14676 0.17984,0.30593 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16743,0.25839 0.45062,0.25839 0.20257,0 0.3638,-0.1385 0.11369,-0.0951 0.22118,-0.3452 z m -0.76894,0.68627 h 0.12402 l -0.10335,0.16329 q 0.13022,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12403,0.11369 -0.3204,0.11369 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.1571 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11782,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14753" />
+ <path
+ d="m 153.86087,151.78017 q 0.42995,0 0.6904,0.32659 0.22117,0.27905 0.22117,0.64079 0,0.25425 -0.12195,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.1323 -0.47543,0.1323 -0.42788,0 -0.68006,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51676 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13435 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z m -0.53123,-0.45268 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0662,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40515,-0.16537 -0.13022,-0.0889 -0.1757,-0.10748 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14755" />
+ <path
+ d="m 155.36982,152.54911 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10129 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51677 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26459 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25631 -0.0517,-0.11576 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14757" />
+ <path
+ d="m 158.15208,151.78017 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20258,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.53951 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43614,0.1571 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0847 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15916,-0.39068 0.16123,-0.15709 0.41548,-0.15709 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14759" />
+ <path
+ d="m 130.15434,160.05713 v 4.03516 h 13.80274 v -4.03516 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-5" />
+ <path
+ d="m 129.62898,159.53232 h 14.85349 v 5.08536 h -14.85349 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-41" />
+ <path
+ d="m 132.32629,160.41855 q 0.12815,0 0.21497,0.0889 0.0889,0.0889 0.0889,0.21498 0,0.12609 -0.0889,0.21497 -0.0889,0.0889 -0.21497,0.0889 -0.12403,0 -0.21291,-0.0889 -0.0889,-0.0889 -0.0889,-0.21497 0,-0.12609 0.0868,-0.21498 0.0889,-0.0889 0.21497,-0.0889 z m 0.12815,0.95085 -0.42374,1.46967 q -0.0351,0.12609 -0.0351,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.0393,0.0186 0.0351,0 0.0703,-0.031 0.093,-0.0765 0.22324,-0.27698 l 0.0703,0.0413 q -0.31213,0.54363 -0.66353,0.54363 -0.13435,0 -0.21497,-0.0744 -0.0785,-0.0765 -0.0785,-0.19224 0,-0.0765 0.0351,-0.1943 l 0.28732,-0.98805 q 0.0413,-0.14263 0.0413,-0.21498 0,-0.0455 -0.0393,-0.0806 -0.0393,-0.0351 -0.10749,-0.0351 -0.031,0 -0.0744,0.002 l 0.0269,-0.0827 0.70074,-0.11368 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14764" />
+ <path
+ d="m 133.76289,160.86503 -0.16536,0.56224 h 0.27078 l -0.0724,0.23772 h -0.26665 l -0.3452,1.19889 q -0.0331,0.11162 -0.0331,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.0413,0.0186 0.0351,0 0.0724,-0.0289 0.0951,-0.0723 0.22118,-0.25218 l 0.0724,0.0455 q -0.14263,0.24804 -0.3142,0.3638 -0.17156,0.11575 -0.33693,0.11575 -0.14056,0 -0.2191,-0.0703 -0.0765,-0.0723 -0.0765,-0.1819 0,-0.11989 0.0537,-0.30799 l 0.32659,-1.11827 h -0.28112 l 0.0413,-0.15297 q 0.26458,-0.0971 0.44648,-0.22737 0.18191,-0.13023 0.43822,-0.41962 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14766" />
+ <path
+ d="m 135.88782,162.9941 v -1.03146 h -1.02939 v -0.1695 h 1.02939 v -1.02732 h 0.16537 v 1.02732 h 1.03352 v 0.1695 h -1.03352 v 1.03146 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14768" />
+ <path
+ d="m 137.24794,161.46035 h 2.23036 v 0.1695 h -2.23036 z m 0,0.67386 h 2.23036 v 0.1695 h -2.23036 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14770" />
+ <path
+ d="m 141.1154,160.75755 0.68213,-0.3328 h 0.0682 v 2.36678 q 0,0.23564 0.0186,0.29352 0.0207,0.0579 0.0827,0.0889 0.062,0.031 0.25218,0.0351 v 0.0765 h -1.0542 v -0.0765 q 0.19844,-0.004 0.25632,-0.0331 0.0579,-0.031 0.0806,-0.0806 0.0227,-0.0517 0.0227,-0.30386 v -1.51308 q 0,-0.30593 -0.0207,-0.39274 -0.0145,-0.0661 -0.0537,-0.0972 -0.0372,-0.031 -0.0909,-0.031 -0.0765,0 -0.21291,0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14772" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
inkscape:connector-curvature="0"
+ id="rect13740-3-3-6-0-3"
+ d="m 137.05573,168.85881 11.50086,5.38531 -11.50086,5.38529 -11.50086,-5.38529 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ d="m 131.05093,174.72471 q -0.0186,0.13436 -0.0186,0.22117 0,0.15503 0.0889,0.24805 0.0909,0.093 0.24184,0.093 0.1447,0 0.28939,-0.0703 0.14676,-0.0703 0.339,-0.24598 l 0.062,0.0558 q -0.23771,0.28732 -0.46302,0.40927 -0.22531,0.12196 -0.49816,0.12196 -0.3452,0 -0.47749,-0.16536 -0.13229,-0.16537 -0.13229,-0.38241 0,-0.339 0.19637,-0.67799 0.19843,-0.339 0.53743,-0.54364 0.34106,-0.20464 0.6842,-0.20464 0.17363,0 0.26251,0.0827 0.0889,0.0827 0.0889,0.20878 0,0.15089 -0.0868,0.29352 -0.11989,0.1943 -0.30179,0.31419 -0.1819,0.11782 -0.40721,0.17983 -0.1509,0.0413 -0.40514,0.062 z m 0.0186,-0.10749 q 0.1819,-0.0269 0.28112,-0.0724 0.10128,-0.0475 0.19637,-0.14883 0.0972,-0.10335 0.16743,-0.25838 0.0703,-0.15709 0.0703,-0.29352 0,-0.0579 -0.0331,-0.0909 -0.031,-0.0331 -0.0806,-0.0331 -0.0992,0 -0.22324,0.13849 -0.22738,0.25218 -0.37827,0.75861 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14775" />
+ <path
+ d="m 135.59431,174.99136 -2.21795,-0.94258 v -0.17157 l 2.21795,-0.93844 v 0.21084 l -1.9637,0.81235 1.9637,0.81856 z m -2.22001,0.65319 h 2.22415 v 0.19223 h -2.22415 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14777" />
+ <path
+ d="m 137.36785,174.72471 q -0.0186,0.13436 -0.0186,0.22117 0,0.15503 0.0889,0.24805 0.0909,0.093 0.24184,0.093 0.1447,0 0.28939,-0.0703 0.14676,-0.0703 0.339,-0.24598 l 0.062,0.0558 q -0.23771,0.28732 -0.46302,0.40927 -0.22531,0.12196 -0.49816,0.12196 -0.3452,0 -0.47749,-0.16536 -0.13229,-0.16537 -0.13229,-0.38241 0,-0.339 0.19637,-0.67799 0.19844,-0.339 0.53743,-0.54364 0.34107,-0.20464 0.6842,-0.20464 0.17363,0 0.26251,0.0827 0.0889,0.0827 0.0889,0.20878 0,0.15089 -0.0868,0.29352 -0.11989,0.1943 -0.30179,0.31419 -0.1819,0.11782 -0.40721,0.17983 -0.15089,0.0413 -0.40514,0.062 z m 0.0186,-0.10749 q 0.1819,-0.0269 0.28112,-0.0724 0.10129,-0.0475 0.19637,-0.14883 0.0971,-0.10335 0.16743,-0.25838 0.0703,-0.15709 0.0703,-0.29352 0,-0.0579 -0.0331,-0.0909 -0.031,-0.0331 -0.0806,-0.0331 -0.0992,0 -0.22324,0.13849 -0.22737,0.25218 -0.37827,0.75861 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14779" />
+ <path
+ d="m 139.4933,174.53113 -0.12402,0.42167 h 0.20308 l -0.0543,0.17829 h -0.19998 l -0.2589,0.89917 q -0.0248,0.0837 -0.0248,0.12712 0,0.0202 0.014,0.0357 0.014,0.0139 0.031,0.0139 0.0264,0 0.0543,-0.0217 0.0713,-0.0543 0.16588,-0.18914 l 0.0543,0.0341 q -0.10697,0.18603 -0.23564,0.27285 -0.12868,0.0868 -0.2527,0.0868 -0.10542,0 -0.16433,-0.0527 -0.0574,-0.0543 -0.0574,-0.13643 0,-0.0899 0.0403,-0.23099 l 0.24494,-0.83871 h -0.21084 l 0.031,-0.11472 q 0.19844,-0.0729 0.33486,-0.17054 0.13643,-0.0977 0.32866,-0.3147 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14781" />
+ <path
+ d="m 140.50719,174.9094 q 0.12247,0 0.22944,0.0574 0.10852,0.0558 0.16278,0.15658 0.0558,0.10077 0.0558,0.22324 0,0.25115 -0.14108,0.50229 -0.13953,0.25115 -0.36897,0.39688 -0.22944,0.14418 -0.46199,0.14418 -0.21084,0 -0.32711,-0.12558 -0.11472,-0.12557 -0.11472,-0.30696 0,-0.21549 0.0853,-0.40307 0.0868,-0.18914 0.2186,-0.32866 0.13332,-0.14108 0.3054,-0.2279 0.17209,-0.0884 0.35657,-0.0884 z m -0.0636,0.0822 q -0.0822,0 -0.13643,0.0481 -0.10852,0.0977 -0.24494,0.45734 -0.13643,0.35812 -0.13643,0.64647 0,0.0713 0.0434,0.11782 0.0434,0.0465 0.10232,0.0465 0.0605,0 0.10697,-0.0372 0.0682,-0.0558 0.16743,-0.24959 0.0992,-0.19534 0.16278,-0.42943 0.0636,-0.23565 0.0636,-0.43099 0,-0.0806 -0.0387,-0.12402 -0.0388,-0.045 -0.0899,-0.045 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14783" />
+ <path
+ d="m 142.05593,174.19626 -0.51314,1.74563 q -0.045,0.15503 -0.045,0.19379 0,0.0201 0.0124,0.0341 0.014,0.014 0.0295,0.014 0.0279,0 0.0527,-0.0217 0.0744,-0.0605 0.16588,-0.20464 l 0.0605,0.0279 q -0.14728,0.23564 -0.28991,0.33641 -0.0977,0.0682 -0.20774,0.0682 -0.10232,0 -0.16278,-0.0543 -0.0605,-0.0558 -0.0605,-0.13333 0,-0.0574 0.0372,-0.18448 l 0.41858,-1.42937 q 0.0341,-0.11783 0.0341,-0.15658 0,-0.0372 -0.0326,-0.0589 -0.0434,-0.031 -0.13178,-0.0264 l 0.0171,-0.0589 0.52245,-0.0915 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14785" />
+ <path
+ d="m 142.87035,174.83839 h -0.0848 q 0.0145,-0.26044 0.0641,-0.42994 0.0517,-0.17157 0.21084,-0.47543 0.12403,-0.23357 0.16123,-0.3576 0.0372,-0.12609 0.0372,-0.25424 0,-0.26252 -0.14056,-0.41755 -0.13849,-0.15503 -0.34106,-0.15503 -0.17984,0 -0.28319,0.0848 -0.10335,0.0847 -0.10335,0.18397 0,0.0765 0.062,0.1881 0.062,0.11162 0.062,0.1695 0,0.0744 -0.0475,0.12609 -0.0476,0.0496 -0.11576,0.0496 -0.0868,0 -0.15916,-0.0847 -0.0703,-0.0868 -0.0703,-0.23978 0,-0.23358 0.2005,-0.41341 0.20051,-0.17983 0.54364,-0.17983 0.42581,0 0.62632,0.24804 0.14882,0.1819 0.14882,0.40308 0,0.15089 -0.0682,0.31006 -0.0661,0.15916 -0.25425,0.37413 -0.29972,0.339 -0.36793,0.48163 -0.0661,0.14056 -0.0806,0.3886 z m -0.0289,0.25632 q 0.0972,0 0.1633,0.0682 0.0682,0.0662 0.0682,0.1633 0,0.0951 -0.0682,0.1633 -0.0682,0.0661 -0.1633,0.0661 -0.0951,0 -0.16329,-0.0661 -0.0661,-0.0682 -0.0661,-0.1633 0,-0.0971 0.0661,-0.1633 0.0682,-0.0682 0.16329,-0.0682 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14787" />
+ <path
+ d="m 74.151585,198.25604 c -1.372929,0 -2.462891,1.08995 -2.462891,2.46289 v 3.14257 c 0,1.37294 1.089962,2.46289 2.462891,2.46289 H 102.7883 c 1.37293,0 2.46289,-1.08995 2.46289,-2.46289 v -3.14257 c 0,-1.37294 -1.08996,-2.46289 -2.46289,-2.46289 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34621" />
+ <path
+ d="m 74.151329,197.74293 h 28.636261 c 1.64901,0 2.97656,1.32755 2.97656,2.97656 v 3.14243 c 0,1.64901 -1.32755,2.97656 -2.97656,2.97656 H 74.151329 c -1.649015,0 -2.976562,-1.32755 -2.976562,-2.97656 v -3.14243 c 0,-1.64901 1.327547,-2.97656 2.976562,-2.97656 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-3-8-6" />
+ <path
+ d="m 73.816589,198.8345 v 1.10174 h 0.510563 q 0.1757,0 0.256315,-0.0765 0.08268,-0.0786 0.109554,-0.308 h 0.07648 v 0.94878 h -0.07648 q -0.0021,-0.16329 -0.04341,-0.23978 -0.03927,-0.0765 -0.111621,-0.11368 -0.07028,-0.0393 -0.21084,-0.0393 h -0.510563 v 0.88057 q 0,0.2129 0.02687,0.28112 0.02067,0.0517 0.08682,0.0889 0.09095,0.0496 0.19017,0.0496 h 0.101285 v 0.0765 h -1.203026 v -0.0765 h 0.09922 q 0.173632,0 0.25218,-0.10129 0.04961,-0.0661 0.04961,-0.31832 v -1.81074 q 0,-0.21291 -0.02687,-0.28112 -0.02067,-0.0517 -0.08475,-0.0889 -0.08888,-0.0496 -0.190169,-0.0496 h -0.09922 v -0.0765 h 2.085659 l 0.02687,0.61599 h -0.07235 q -0.05374,-0.19637 -0.126091,-0.28732 -0.07028,-0.093 -0.175699,-0.13436 -0.103353,-0.0413 -0.322461,-0.0413 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14792" />
+ <path
+ d="m 75.920852,198.54511 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.140559,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14794" />
+ <path
+ d="m 77.175555,199.9383 q 0.206705,-0.2067 0.243912,-0.23771 0.09302,-0.0786 0.200505,-0.12195 0.107486,-0.0434 0.212906,-0.0434 0.177767,0 0.305925,0.10335 0.128157,0.10335 0.171565,0.29972 0.212907,-0.24804 0.359668,-0.32452 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117822,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.3762 v 0.81442 q 0,0.17777 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0476 0.04754,-0.0331 0.06821,-0.10541 0.0083,-0.0351 0.0083,-0.20051 v -0.81442 q 0,-0.23151 -0.05581,-0.32659 -0.08062,-0.1323 -0.258382,-0.1323 -0.109554,0 -0.221175,0.0558 -0.109554,0.0538 -0.26665,0.20258 l -0.0041,0.0227 0.0041,0.0889 v 0.9033 q 0,0.1943 0.02067,0.24185 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204639,0.031 v 0.0744 H 77.675807 V 201.41 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01034,-0.0351 0.01034,-0.20464 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.06 -0.171566,0.0909 -0.264583,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130224,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138492,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14796" />
+ <path
+ d="m 82.299785,201.27155 q -0.138492,0.1447 -0.270784,0.20878 -0.132291,0.062 -0.285254,0.062 -0.310058,0 -0.541568,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256314,-0.339 0.65939,-0.339 0.250114,0 0.413411,0.15916 v -0.34933 q 0,-0.32453 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10129 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142626,0.0331 l -0.02687,-0.0724 0.564306,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0724 -0.562239,0.23358 h -0.09508 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17364 -0.101286,-0.0599 -0.198437,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22117 0.405143,0.22117 0.188102,0 0.363801,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14798" />
+ <path
+ d="m 84.151867,201.21161 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28318 -0.09095,-0.3886 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.32659 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.3638 v 0.64286 q 0,0.27078 0.01034,0.33279 0.01033,0.06 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.13436 v -0.7214 q -0.312125,0.12402 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14800" />
+ <path
+ d="m 87.246249,199.49802 0.03101,0.65939 h -0.07028 q -0.12609,-0.29352 -0.262516,-0.40101 -0.134359,-0.10748 -0.268717,-0.10748 -0.08475,0 -0.144694,0.0579 -0.05994,0.0558 -0.05994,0.13023 0,0.0558 0.04134,0.10748 0.06615,0.0848 0.370003,0.29146 0.303858,0.20464 0.398942,0.34933 0.09715,0.14263 0.09715,0.3204 0,0.16123 -0.08061,0.31626 -0.08062,0.15502 -0.227377,0.23771 -0.14676,0.0827 -0.324527,0.0827 -0.138493,0 -0.370003,-0.0868 -0.06201,-0.0227 -0.08475,-0.0227 -0.06821,0 -0.113689,0.10336 h -0.06821 l -0.03307,-0.69453 h 0.07028 q 0.09302,0.27285 0.254247,0.40927 0.163298,0.13643 0.307992,0.13643 0.09922,0 0.16123,-0.06 0.06408,-0.062 0.06408,-0.14882 0,-0.0992 -0.06201,-0.17157 -0.06201,-0.0724 -0.276985,-0.21911 -0.31626,-0.2191 -0.409277,-0.33486 -0.136426,-0.1695 -0.136426,-0.37414 0,-0.22324 0.152962,-0.40307 0.155029,-0.1819 0.446484,-0.1819 0.157096,0 0.303857,0.0765 0.05581,0.031 0.09095,0.031 0.03721,0 0.05994,-0.0145 0.02274,-0.0165 0.07235,-0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14802" />
+ <path
+ d="m 88.135083,198.61539 q 0.134359,0 0.227376,0.0951 0.09302,0.093 0.09302,0.22531 0,0.13229 -0.09508,0.22531 -0.09302,0.093 -0.225309,0.093 -0.132291,0 -0.225309,-0.093 -0.09302,-0.093 -0.09302,-0.22531 0,-0.13229 0.09302,-0.22531 0.09302,-0.0951 0.225309,-0.0951 z m 0.289388,0.93637 v 1.53169 q 0,0.20464 0.04754,0.26252 0.04754,0.0558 0.186035,0.0641 v 0.0744 h -1.043863 v -0.0744 q 0.128158,-0.004 0.190169,-0.0744 0.04134,-0.0475 0.04134,-0.25218 v -1.12861 q 0,-0.20464 -0.04754,-0.26045 -0.04754,-0.0579 -0.183968,-0.0661 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14804" />
+ <path
+ d="m 89.646101,199.55176 v 0.25425 q 0.159163,-0.17363 0.293522,-0.24184 0.136425,-0.0703 0.297656,-0.0703 0.186035,0 0.312125,0.0868 0.12609,0.0868 0.194303,0.26459 0.165365,-0.18604 0.31626,-0.26872 0.152962,-0.0827 0.318326,-0.0827 0.200505,0 0.318327,0.093 0.119889,0.0909 0.165364,0.23358 0.04754,0.14056 0.04754,0.45062 v 0.79168 q 0,0.22324 0.03928,0.27699 0.04134,0.0537 0.169498,0.0703 v 0.0744 h -0.998388 v -0.0744 q 0.117822,-0.0103 0.173633,-0.0909 0.03721,-0.0558 0.03721,-0.25632 v -0.83095 q 0,-0.25839 -0.02067,-0.32867 -0.02067,-0.0703 -0.06615,-0.10335 -0.04341,-0.0351 -0.103353,-0.0351 -0.08888,0 -0.179834,0.0661 -0.09095,0.0641 -0.183968,0.1943 v 1.03766 q 0,0.20877 0.03514,0.26252 0.04754,0.0765 0.181901,0.0848 v 0.0744 h -1.000455 v -0.0744 q 0.08062,-0.004 0.12609,-0.0393 0.04754,-0.0372 0.06201,-0.0868 0.01654,-0.0517 0.01654,-0.22118 v -0.83095 q 0,-0.26252 -0.02067,-0.32867 -0.02067,-0.0661 -0.07028,-0.10335 -0.04754,-0.0372 -0.103353,-0.0372 -0.08268,0 -0.150895,0.0434 -0.09715,0.0641 -0.206705,0.21911 v 1.03766 q 0,0.20464 0.03927,0.27079 0.04134,0.0641 0.169498,0.0765 v 0.0744 h -0.996321 v -0.0744 q 0.121957,-0.0124 0.173633,-0.0786 0.03514,-0.0455 0.03514,-0.26872 v -1.0914 q 0,-0.21911 -0.04134,-0.27285 -0.03927,-0.0538 -0.167432,-0.0703 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14806" />
+ <path
+ d="m 94.241165,199.55176 v 1.51309 q 0,0.22117 0.04134,0.27698 0.04134,0.0538 0.167432,0.0682 v 0.0744 h -0.787548 v -0.25838 q -0.138493,0.16536 -0.276986,0.24184 -0.138493,0.0744 -0.310058,0.0744 -0.163298,0 -0.291455,-0.0992 -0.12609,-0.10129 -0.169499,-0.23564 -0.04341,-0.13436 -0.04341,-0.46923 v -0.76687 q 0,-0.21911 -0.04134,-0.27285 -0.03927,-0.0538 -0.167431,-0.0703 v -0.0765 h 0.787548 v 1.32085 q 0,0.20671 0.0186,0.26665 0.02067,0.06 0.06201,0.0909 0.04341,0.031 0.09922,0.031 0.07441,0 0.134358,-0.0393 0.08268,-0.0538 0.198438,-0.21705 v -1.03352 q 0,-0.21911 -0.04134,-0.27285 -0.03928,-0.0538 -0.167432,-0.0703 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14808" />
+ <path
+ d="m 95.4876,198.68153 v 2.40192 q 0,0.20464 0.04754,0.26252 0.04754,0.0558 0.186035,0.0641 v 0.0744 h -1.043863 v -0.0744 q 0.128157,-0.004 0.190169,-0.0744 0.04134,-0.0475 0.04134,-0.25218 v -2.00091 q 0,-0.20257 -0.04754,-0.25838 -0.04754,-0.0579 -0.183968,-0.0661 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14810" />
+ <path
+ d="m 96.971746,201.19921 q -0.353467,0.31212 -0.634586,0.31212 -0.165365,0 -0.274919,-0.10748 -0.109554,-0.10956 -0.109554,-0.27286 0,-0.22117 0.190169,-0.39687 0.190169,-0.17777 0.82889,-0.47129 v -0.1943 q 0,-0.21911 -0.02481,-0.27492 -0.02274,-0.0579 -0.08888,-0.0992 -0.06615,-0.0434 -0.148828,-0.0434 -0.134359,0 -0.221175,0.06 -0.05374,0.0372 -0.05374,0.0868 0,0.0434 0.05788,0.10749 0.07855,0.0889 0.07855,0.17157 0,0.10128 -0.07648,0.17363 -0.07441,0.0703 -0.19637,0.0703 -0.130225,0 -0.219108,-0.0786 -0.08682,-0.0786 -0.08682,-0.18397 0,-0.14883 0.117822,-0.28318 0.117823,-0.13643 0.328662,-0.20878 0.21084,-0.0723 0.438216,-0.0723 0.274918,0 0.434082,0.11782 0.16123,0.11575 0.208772,0.25218 0.02894,0.0868 0.02894,0.39894 v 0.75034 q 0,0.13229 0.01034,0.16743 0.01034,0.0331 0.03101,0.0496 0.02067,0.0165 0.04754,0.0165 0.05374,0 0.109553,-0.0765 l 0.06201,0.0496 q -0.103353,0.15296 -0.214974,0.22324 -0.109554,0.0682 -0.250113,0.0682 -0.165365,0 -0.258382,-0.0765 -0.09302,-0.0786 -0.113688,-0.23564 z m 0,-0.1509 v -0.64699 q -0.250114,0.14676 -0.37207,0.3142 -0.08062,0.11162 -0.08062,0.22531 0,0.0951 0.06821,0.16743 0.05168,0.0558 0.144694,0.0558 0.103353,0 0.239779,-0.11576 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14812" />
+ <path
+ d="m 99.598973,200.9863 0.06408,0.0496 q -0.136426,0.25631 -0.341064,0.38241 -0.202572,0.12402 -0.432015,0.12402 -0.386539,0 -0.618049,-0.29146 -0.231511,-0.29145 -0.231511,-0.70073 0,-0.39481 0.21084,-0.69453 0.254248,-0.36173 0.700732,-0.36173 0.299723,0 0.475423,0.15089 0.177766,0.1509 0.177766,0.33693 0,0.11782 -0.07235,0.1881 -0.07028,0.0703 -0.186035,0.0703 -0.121956,0 -0.202571,-0.0806 -0.07855,-0.0806 -0.09715,-0.28732 -0.0124,-0.13023 -0.05994,-0.1819 -0.04754,-0.0517 -0.111621,-0.0517 -0.09922,0 -0.169499,0.10542 -0.107487,0.15916 -0.107487,0.48783 0,0.27285 0.08682,0.52296 0.08682,0.24805 0.237711,0.37 0.113688,0.0889 0.268717,0.0889 0.101286,0 0.192236,-0.0476 0.09095,-0.0475 0.214974,-0.17983 z m -0.727603,0.47336 h 0.136425 l -0.09715,0.15089 q 0.124023,0.0207 0.188102,0.0992 0.06615,0.0806 0.06615,0.2005 0,0.10749 -0.06408,0.19637 -0.06408,0.0889 -0.163298,0.12403 -0.157096,0.0517 -0.475422,0.0496 v -0.0971 q 0.206705,-0.008 0.279052,-0.0682 0.07441,-0.0579 0.07441,-0.16123 0,-0.062 -0.04961,-0.10335 -0.04754,-0.0413 -0.138493,-0.0413 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14814" />
+ <path
+ d="m 100.9653,201.19921 q -0.35347,0.31212 -0.63459,0.31212 -0.16536,0 -0.27492,-0.10748 -0.109552,-0.10956 -0.109552,-0.27286 0,-0.22117 0.190172,-0.39687 0.19017,-0.17777 0.82889,-0.47129 v -0.1943 q 0,-0.21911 -0.0248,-0.27492 -0.0227,-0.0579 -0.0889,-0.0992 -0.0661,-0.0434 -0.14883,-0.0434 -0.13436,0 -0.22118,0.06 -0.0537,0.0372 -0.0537,0.0868 0,0.0434 0.0579,0.10749 0.0785,0.0889 0.0785,0.17157 0,0.10128 -0.0765,0.17363 -0.0744,0.0703 -0.19637,0.0703 -0.13022,0 -0.2191,-0.0786 -0.08682,-0.0786 -0.08682,-0.18397 0,-0.14883 0.117824,-0.28318 0.11782,-0.13643 0.32866,-0.20878 0.21084,-0.0723 0.43821,-0.0723 0.27492,0 0.43409,0.11782 0.16123,0.11575 0.20877,0.25218 0.0289,0.0868 0.0289,0.39894 v 0.75034 q 0,0.13229 0.0103,0.16743 0.0103,0.0331 0.031,0.0496 0.0207,0.0165 0.0475,0.0165 0.0537,0 0.10955,-0.0765 l 0.062,0.0496 q -0.10335,0.15296 -0.21497,0.22324 -0.10955,0.0682 -0.25011,0.0682 -0.16537,0 -0.25839,-0.0765 -0.093,-0.0786 -0.11368,-0.23564 z m 0,-0.1509 v -0.64699 q -0.25012,0.14676 -0.37207,0.3142 -0.0806,0.11162 -0.0806,0.22531 0,0.0951 0.0682,0.16743 0.0517,0.0558 0.14469,0.0558 0.10335,0 0.23978,-0.11576 z m 0.39894,-2.39571 h 0.10955 q 0.002,0.0413 0.002,0.0703 0,0.22738 -0.12815,0.36587 -0.12816,0.1385 -0.31006,0.1385 -0.13436,0 -0.339,-0.0972 -0.20257,-0.0971 -0.27079,-0.0971 -0.062,0 -0.10335,0.0413 -0.0413,0.0413 -0.0579,0.14883 h -0.11989 q -0.008,-0.26871 0.12196,-0.42168 0.13229,-0.15296 0.32453,-0.15296 0.062,0 0.10335,0.0124 0.0579,0.0165 0.19844,0.0827 0.2129,0.0971 0.30385,0.0971 0.0455,0 0.0868,-0.0372 0.0413,-0.0372 0.0786,-0.15089 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14816" />
+ <path
+ d="m 102.92693,199.49389 q 0.25218,0 0.46922,0.13022 0.21704,0.13023 0.32867,0.37 0.11368,0.23978 0.11368,0.52504 0,0.41134 -0.20877,0.68833 -0.25218,0.33486 -0.6966,0.33486 -0.43615,0 -0.67179,-0.30593 -0.23564,-0.30592 -0.23564,-0.709 0,-0.41547 0.23977,-0.72347 0.24185,-0.31005 0.66146,-0.31005 z m 0.008,0.14676 q -0.10542,0 -0.1819,0.0806 -0.0744,0.0786 -0.0992,0.3142 -0.0227,0.23357 -0.0227,0.65112 0,0.22117 0.0289,0.41341 0.0227,0.14676 0.0971,0.22324 0.0744,0.0765 0.1695,0.0765 0.093,0 0.15503,-0.0517 0.0806,-0.0703 0.10749,-0.19637 0.0413,-0.19638 0.0413,-0.79375 0,-0.3514 -0.0393,-0.48163 -0.0393,-0.13229 -0.11576,-0.19223 -0.0537,-0.0434 -0.14056,-0.0434 z"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14818" />
+ <path
+ d="m 82.628447,205.01659 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72553 0.266651,-0.27906 0.638721,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.140559,0.0475 -0.121957,0 -0.183968,-0.0785 -0.03514,-0.0434 -0.04754,-0.16537 -0.01033,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167432,0.20257 -0.167432,0.53536 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14820" />
+ <path
+ d="m 83.823205,203.78669 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14822" />
+ <path
+ d="m 85.576068,204.18977 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177767,0 0.305924,0.10336 0.128158,0.10335 0.171566,0.29972 0.212907,-0.24805 0.359667,-0.32453 0.146761,-0.0785 0.301791,-0.0785 0.150895,0 0.26665,0.0785 0.117822,0.0765 0.186035,0.25218 0.04547,0.11989 0.04547,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121956,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08062,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957046 v -0.0744 q 0.157096,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11162 0.01033,-0.0351 0.01033,-0.20463 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.0909 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206706,0.0269 v 0.0744 h -0.936377 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04548,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14824" />
+ <path
+ d="m 89.681241,204.55564 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14826" />
+ <path
+ d="m 91.793771,203.78669 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0848 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14828" />
+ <path
+ d="m 93.207637,203.78669 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113689,0 0.188103,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08061,0.0413 -0.09302,0.0848 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14830" />
+ <path
+ d="m 94.993573,203.78669 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.427881,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38033 0.21084,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0661 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163298,0.71313 0.165364,0.29972 0.434081,0.29972 0.200505,0 0.330729,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14832" />
+ <path
+ d="m 124.42457,202.35709 c -1.42341,0 -2.46289,0.90917 -2.46289,1.91796 v 0.13282 c 0,1.0088 1.03907,1.91601 2.46289,1.91601 h 25.26172 c 1.42382,0 2.46289,-0.90721 2.46289,-1.91601 v -0.13282 c 0,-1.00879 -1.03948,-1.91796 -2.46289,-1.91796 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34621-0" />
+ <path
+ d="m 124.42432,201.84398 h 25.26282 c 1.64901,0 2.97656,1.08427 2.97656,2.43111 v 0.13229 c 0,1.34683 -1.32755,2.43111 -2.97656,2.43111 h -25.26282 c -1.64902,0 -2.97657,-1.08428 -2.97657,-2.43111 v -0.13229 c 0,-1.34684 1.32755,-2.43111 2.97657,-2.43111 z"
+ style="fill:#c8c8c8;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-3-8-6-1" />
+ <path
+ d="m 124.99416,202.93555 v 1.10174 h 0.51057 q 0.1757,0 0.25631,-0.0765 0.0827,-0.0786 0.10955,-0.308 h 0.0765 v 0.94878 h -0.0765 q -0.002,-0.16329 -0.0434,-0.23978 -0.0393,-0.0765 -0.11162,-0.11368 -0.0703,-0.0393 -0.21084,-0.0393 h -0.51056 v 0.88057 q 0,0.2129 0.0269,0.28112 0.0207,0.0517 0.0868,0.0889 0.091,0.0496 0.19017,0.0496 h 0.10129 v 0.0765 h -1.20303 v -0.0765 h 0.0992 q 0.17363,0 0.25218,-0.10129 0.0496,-0.0661 0.0496,-0.31832 v -1.81074 q 0,-0.21291 -0.0269,-0.28112 -0.0207,-0.0517 -0.0847,-0.0889 -0.0889,-0.0496 -0.19017,-0.0496 h -0.0992 v -0.0765 h 2.08566 l 0.0269,0.61599 h -0.0724 q -0.0537,-0.19637 -0.12609,-0.28732 -0.0703,-0.093 -0.1757,-0.13436 -0.10335,-0.0413 -0.32246,-0.0413 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14837" />
+ <path
+ d="m 127.09842,202.64616 q 0.0868,0 0.14677,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14677,0.062 -0.0868,0 -0.14882,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14839" />
+ <path
+ d="m 128.35313,204.03935 q 0.2067,-0.2067 0.24391,-0.23771 0.093,-0.0786 0.2005,-0.12195 0.10749,-0.0434 0.21291,-0.0434 0.17777,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.21291,-0.24804 0.35967,-0.32452 0.14676,-0.0786 0.30179,-0.0786 0.15089,0 0.26665,0.0786 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.9343 v -0.0744 h 0.0393 q 0.12195,0 0.19016,-0.0476 0.0475,-0.0331 0.0682,-0.10541 0.008,-0.0351 0.008,-0.20051 v -0.81442 q 0,-0.23151 -0.0558,-0.32659 -0.0806,-0.1323 -0.25838,-0.1323 -0.10955,0 -0.22117,0.0558 -0.10956,0.0538 -0.26665,0.20258 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24185 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95708 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.0909,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.06 -0.17157,0.0909 -0.26459,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.0269,0.0558 0.0765,0.0848 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14841" />
+ <path
+ d="m 133.47736,205.3726 q -0.1385,0.1447 -0.27079,0.20878 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25632,-0.74414 0.25631,-0.339 0.65939,-0.339 0.25011,0 0.41341,0.15916 v -0.34933 q 0,-0.32453 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10129 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14883,-0.0351 l 0.0227,0.0724 -0.56224,0.23358 h -0.0951 z m 0,-0.14469 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16537,-0.17364 -0.10128,-0.0599 -0.19843,-0.0599 -0.18191,0 -0.32453,0.1633 -0.1881,0.21497 -0.1881,0.62838 0,0.41755 0.1819,0.64079 0.1819,0.22117 0.40514,0.22117 0.1881,0 0.3638,-0.1881 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14843" />
+ <path
+ d="m 135.32944,205.31266 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.0909,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.18191,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16744,-0.1509 v 0.11576 q -0.23152,0.31006 -0.44236,0.31006 -0.10128,0 -0.16122,-0.0703 -0.06,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14845" />
+ <path
+ d="m 138.41555,203.63628 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12195,-0.10956 -0.31212,-0.10956 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.16949 0,0.11576 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14677 q 0.41961,0.20463 0.41961,0.5395 0,0.25838 -0.19637,0.41754 -0.1943,0.1571 -0.43615,0.1571 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22117,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29765 0,-0.23358 0.15917,-0.39068 0.16123,-0.15709 0.41547,-0.15709 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14847" />
+ <path
+ d="m 139.76327,203.63628 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68007,-0.34107 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.20051,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14849" />
+ <path
+ d="m 141.60502,202.64616 v 2.51147 q 0,0.17777 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.9281 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14851" />
+ <path
+ d="m 143.78783,203.69209 v 1.14721 q 0,0.32867 0.0145,0.40308 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0724 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26458 -0.37207,0.3328 -0.12816,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.0909 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.1447 -0.0455,-0.40928 v -0.84543 q 0,-0.13435 -0.0289,-0.18603 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.2671 q 0,0.26459 0.0909,0.34727 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14853" />
+ <path
+ d="m 145.85282,204.86618 q -0.0765,0.37413 -0.29972,0.5767 -0.22325,0.20051 -0.49403,0.20051 -0.32246,0 -0.56224,-0.27079 -0.23978,-0.27078 -0.23978,-0.73173 0,-0.44649 0.26459,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18604 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.339 0.16536,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z m -0.76895,0.68626 h 0.12403 l -0.10336,0.1633 q 0.13023,0.0331 0.19431,0.11162 0.0641,0.0785 0.0641,0.19017 0,0.14882 -0.12402,0.26044 -0.12403,0.11369 -0.3204,0.11369 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.1571 0,-0.062 -0.0475,-0.10748 -0.0475,-0.0455 -0.11783,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14855" />
+ <path
+ d="m 147.19434,205.31266 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28318 -0.091,-0.3886 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.06 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12402 -0.40308,0.1757 -0.16329,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.20671 z m -0.85163,-1.86035 h -0.0662 q 0.008,-0.28319 0.11782,-0.40928 0.10956,-0.12609 0.27079,-0.12609 0.0848,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14882 0.17157,0.11162 0.25425,0.11162 0.0661,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19224 -0.0517,0.30593 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16537 -0.13022,-0.0889 -0.1757,-0.10748 -0.0455,-0.0186 -0.0889,-0.0186 -0.0848,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14857" />
+ <path
+ d="m 148.92446,203.63628 q 0.42995,0 0.6904,0.32659 0.22117,0.27906 0.22117,0.64079 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34107 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51676 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0661 -0.10956,0.0641 -0.17777,0.22738 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.20051,0 0.33073,-0.16537 0.13023,-0.16536 0.13023,-0.56844 0,-0.50436 -0.21705,-0.79375 -0.14676,-0.19843 -0.37413,-0.19843 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14859" />
+ <path
+ d="m 82.163906,137.68164 v 4.03516 h 12.611329 v -4.03516 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-9-3" />
+ <path
+ d="m 81.63855,137.15683 h 13.661816 v 5.08618 H 81.63855 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-06-6" />
+ <path
+ d="m 84.934906,138.04306 q 0.128157,0 0.214973,0.0889 0.08888,0.0889 0.08888,0.21498 0,0.12609 -0.08888,0.21497 -0.08888,0.0889 -0.214973,0.0889 -0.124024,0 -0.212907,-0.0889 -0.08888,-0.0889 -0.08888,-0.21497 0,-0.12609 0.08682,-0.21498 0.08888,-0.0889 0.214974,-0.0889 z m 0.128157,0.95085 -0.423746,1.46967 q -0.03514,0.12609 -0.03514,0.16537 0,0.0227 0.0186,0.0434 0.0186,0.0186 0.03927,0.0186 0.03514,0 0.07028,-0.031 0.09302,-0.0765 0.223242,-0.27698 l 0.07028,0.0413 q -0.312125,0.54363 -0.663525,0.54363 -0.134358,0 -0.214974,-0.0744 -0.07855,-0.0765 -0.07855,-0.19224 0,-0.0765 0.03514,-0.1943 l 0.287321,-0.98805 q 0.04134,-0.14263 0.04134,-0.21498 0,-0.0455 -0.03927,-0.0806 -0.03927,-0.0351 -0.107487,-0.0351 -0.03101,0 -0.07441,0.002 l 0.02687,-0.0827 0.700732,-0.11368 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14864" />
+ <path
+ d="m 86.371509,138.48954 -0.165364,0.56224 h 0.270784 l -0.07235,0.23772 h -0.26665 l -0.345198,1.19889 q -0.03307,0.11162 -0.03307,0.1695 0,0.0269 0.0186,0.0475 0.0186,0.0186 0.04134,0.0186 0.03514,0 0.07235,-0.0289 0.09508,-0.0723 0.221175,-0.25218 l 0.07235,0.0455 q -0.142627,0.24804 -0.314192,0.3638 -0.171566,0.11575 -0.33693,0.11575 -0.14056,0 -0.219108,-0.0703 -0.07648,-0.0723 -0.07648,-0.1819 0,-0.11989 0.05374,-0.30799 l 0.326595,-1.11827 h -0.28112 l 0.04134,-0.15297 q 0.264584,-0.0971 0.446484,-0.22737 0.181901,-0.13023 0.438216,-0.41962 z"
+ style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold Italic';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14866" />
+ <path
+ d="m 87.467049,139.08486 h 2.230353 v 0.1695 h -2.230353 z m 0,0.67386 h 2.230353 v 0.1695 h -2.230353 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14868" />
+ <path
+ d="m 90.991378,139.52514 q 0,-0.47956 0.144694,-0.82476 0.144694,-0.34726 0.384472,-0.51676 0.186035,-0.13436 0.384472,-0.13436 0.322461,0 0.578776,0.32866 0.320394,0.40721 0.320394,1.10381 0,0.48783 -0.14056,0.82889 -0.14056,0.34106 -0.359668,0.49609 -0.217041,0.15297 -0.419612,0.15297 -0.401009,0 -0.667659,-0.47336 -0.225309,-0.39894 -0.225309,-0.96118 z m 0.405143,0.0517 q 0,0.57877 0.142627,0.94464 0.117822,0.30799 0.351399,0.30799 0.111621,0 0.23151,-0.0992 0.11989,-0.10128 0.181901,-0.33693 0.09509,-0.35553 0.09509,-1.00252 0,-0.47956 -0.09922,-0.79995 -0.07441,-0.23771 -0.192236,-0.33693 -0.08475,-0.0682 -0.204639,-0.0682 -0.140559,0 -0.250113,0.12609 -0.148828,0.17156 -0.202572,0.5395 -0.05374,0.36794 -0.05374,0.72554 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14870" />
+ <path
+ d="m 69.924518,92.904358 v 8.156252 h 37.089842 v -8.156252 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0" />
+ <path
+ d="M 69.399162,92.379548 H 107.53975 V 101.586 H 69.399162 Z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5" />
+ <path
+ d="m 73.394404,93.265778 0.06408,0.95291 h -0.06408 q -0.128157,-0.42788 -0.365869,-0.61598 -0.237711,-0.1881 -0.570507,-0.1881 -0.279052,0 -0.504361,0.14263 -0.22531,0.14056 -0.355534,0.45061 -0.128157,0.31006 -0.128157,0.77102 0,0.38033 0.121956,0.65939 0.121956,0.27905 0.365869,0.42788 0.245979,0.14882 0.560172,0.14882 0.272851,0 0.481624,-0.11575 0.208772,-0.11782 0.458886,-0.46509 l 0.06408,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.281119,0.17364 -0.667658,0.17364 -0.696598,0 -1.079003,-0.51677 -0.285254,-0.38447 -0.285254,-0.90537 0,-0.41961 0.188102,-0.77101 0.188102,-0.3514 0.516764,-0.54364 0.330729,-0.1943 0.721402,-0.1943 0.303857,0 0.599446,0.14883 0.08682,0.0455 0.124024,0.0455 0.05581,0 0.09715,-0.0393 0.05374,-0.0558 0.07648,-0.15503 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14875" />
+ <path
+ d="m 74.87855,95.859938 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293521,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413412,0.0847 0.121956,0.0641 0.179833,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01034,0.0599 0.03307,0.0806 0.0248,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14877" />
+ <path
+ d="m 76.333757,93.193428 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928107 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14879" />
+ <path
+ d="m 78.464891,95.413448 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239778,-0.27078 -0.239778,-0.73174 0,-0.44648 0.264583,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.279052,0 0.458886,0.14883 0.179834,0.14676 0.179834,0.30593 0,0.0785 -0.05168,0.12815 -0.04961,0.0476 -0.14056,0.0476 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16537 -0.01034,-0.12195 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15296 -0.167431,0.20257 -0.167431,0.53537 0,0.33899 0.165364,0.59944 0.167432,0.25838 0.450618,0.25838 0.202572,0 0.363802,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14881" />
+ <path
+ d="m 80.393454,94.239358 v 1.14722 q 0,0.32866 0.01447,0.40308 0.01654,0.0723 0.04961,0.10128 0.03514,0.0289 0.08062,0.0289 0.06408,0 0.144694,-0.0351 l 0.02894,0.0724 -0.566373,0.23357 h -0.09302 v -0.401 q -0.243912,0.26458 -0.37207,0.33279 -0.128157,0.0682 -0.270784,0.0682 -0.159163,0 -0.276986,-0.0909 -0.115755,-0.093 -0.16123,-0.23771 -0.04548,-0.14469 -0.04548,-0.40927 v -0.84543 q 0,-0.13436 -0.02894,-0.18604 -0.02894,-0.0517 -0.08682,-0.0785 -0.05581,-0.0289 -0.204639,-0.0269 v -0.0765 h 0.663525 v 1.26711 q 0,0.26458 0.09095,0.34726 0.09302,0.0827 0.223242,0.0827 0.08888,0 0.200505,-0.0558 0.113688,-0.0558 0.268717,-0.21291 v -1.0728 q 0,-0.16123 -0.05994,-0.21704 -0.05788,-0.0579 -0.243912,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14883" />
+ <path
+ d="m 81.501396,93.193428 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08061,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564307,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14885" />
+ <path
+ d="m 83.097163,95.859938 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14887" />
+ <path
+ d="m 84.455218,94.183548 v 0.42582 q 0.237712,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14889" />
+ <path
+ d="m 87.446248,95.859938 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14891" />
+ <path
+ d="m 89.474029,94.183548 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121956,-0.10955 -0.312126,-0.10955 -0.144693,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163298,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159164,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14893" />
+ <path
+ d="m 90.856889,94.239358 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124024,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142626,-0.0124 v -0.0765 h 0.618049 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130224,0.20671 l -0.671793,1.6247 h -0.08475 l -0.675919,-1.59795 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14895" />
+ <path
+ d="m 94.143508,95.859938 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.1509 v 0.11576 q -0.231511,0.31005 -0.44235,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14897" />
+ <path
+ d="m 95.501563,94.183548 v 0.42582 q 0.237711,-0.42582 0.487825,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0723 -0.132292,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27905 v 0.90744 q 0,0.15709 0.03927,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572575,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14899" />
+ <path
+ d="m 96.843082,93.193428 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.919839 v -0.0744 q 0.138492,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14901" />
+ <path
+ d="m 98.608348,95.859938 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237712,0.0517 -0.19637,0 -0.324527,-0.13436 -0.126091,-0.13436 -0.126091,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.210839,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.126091,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01033,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.442349,0.31005 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312126,0.12403 -0.403076,0.1757 -0.163298,0.0909 -0.233578,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157097,0 0.413412,-0.2067 z m 0.204638,-2.466 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14903" />
+ <path
+ d="m 99.31528,94.239358 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.20671 l -0.67179,1.6247 h -0.0847 l -0.675921,-1.59795 q -0.04547,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138493,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14905" />
+ <path
+ d="m 101.84742,94.952498 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14907" />
+ <path
+ d="m 103.88761,93.193428 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14909" />
+ <path
+ d="m 105.80377,94.183548 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19638,0.41755 -0.1943,0.15709 -0.43614,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14911" />
+ <path
+ d="m 76.288282,98.817898 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04548,0.12402 0.04548,0.38033 v 0.80822 q 0,0.179842 0.02894,0.243922 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.194312 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.192242 0.02274,0.237722 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.281122 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14913" />
+ <path
+ d="m 78.925845,100.09327 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.353472 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.332802 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.150892 v 0.115752 q -0.23151,0.31006 -0.44235,0.31006 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.134362 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.248052 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.206712 z m -0.851627,-1.86035 h -0.06615 q 0.0083,-0.28318 0.117822,-0.40927 0.109554,-0.12609 0.270785,-0.12609 0.08475,0 0.155029,0.0269 0.09302,0.0351 0.262516,0.14883 0.171565,0.11162 0.254248,0.11162 0.06614,0 0.115755,-0.0558 0.05168,-0.0558 0.08061,-0.23151 h 0.06408 q 0.0021,0.19223 -0.05168,0.30592 -0.05168,0.11162 -0.148828,0.1757 -0.09508,0.062 -0.192236,0.062 -0.163297,0 -0.405143,-0.16536 -0.130224,-0.0889 -0.175699,-0.10749 -0.04548,-0.0186 -0.08888,-0.0186 -0.08475,0 -0.134358,0.0744 -0.02274,0.0351 -0.05788,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14915" />
+ <path
+ d="m 80.65597,98.416888 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.260452 -0.336931,0.392742 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.287322 -0.212906,-0.644922 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.299722 0.434082,0.299722 0.200504,0 0.330729,-0.16536 0.130224,-0.165372 0.130224,-0.568442 0,-0.50437 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14917" />
+ <path
+ d="m 83.386551,97.426768 q 0.08682,0 0.146761,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.177772 0.02481,0.237722 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.237722 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04548,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14919" />
+ <path
+ d="m 84.630918,98.817898 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.179842 0.02894,0.243922 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132292,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.194312 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06614,-0.11782 -0.225309,-0.11782 -0.245979,0 -0.489892,0.26872 v 0.99838 q 0,0.192242 0.02274,0.237722 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194304,-0.0724 0.05168,-0.0744 0.05168,-0.281122 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14921" />
+ <path
+ d="m 86.745516,97.850518 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.183962 0.05168,0.248042 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132292,-0.0413 0.06408,-0.0434 0.09922,-0.126092 h 0.08061 q -0.07235,0.202572 -0.204638,0.305922 -0.132292,0.10129 -0.272851,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134359,-0.15089 -0.04341,-0.0992 -0.04341,-0.303862 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14923" />
+ <path
+ d="m 87.688093,99.185838 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.239782 0.485758,0.239782 0.186035,0 0.32246,-0.101282 0.138493,-0.10336 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.25218,0.516762 -0.208773,0.23151 -0.522965,0.23151 -0.341065,0 -0.584977,-0.26458 -0.241846,-0.266652 -0.241846,-0.715202 0,-0.48576 0.248047,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318326,0 0.522965,0.21084 0.204638,0.20878 0.204638,0.56018 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.15503,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14925" />
+ <path
+ d="m 89.753082,99.675728 q -0.173633,-0.0847 -0.266651,-0.23565 -0.09302,-0.15296 -0.09302,-0.33693 0,-0.28112 0.21084,-0.48369 0.212906,-0.20257 0.543635,-0.20257 0.270785,0 0.469222,0.13229 h 0.401009 q 0.08888,0 0.103352,0.006 0.01447,0.004 0.02067,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.01033,0.0744 -0.0062,0.0103 -0.02274,0.0165 -0.01447,0.006 -0.103352,0.006 h -0.24598 q 0.115755,0.14883 0.115755,0.38034 0,0.26458 -0.202571,0.45268 -0.202572,0.1881 -0.543636,0.1881 -0.14056,0 -0.287321,-0.0413 -0.09095,0.0785 -0.124023,0.13849 -0.03101,0.0579 -0.03101,0.0992 0,0.0351 0.03307,0.0682 0.03514,0.0331 0.134359,0.0475 0.05788,0.008 0.289387,0.0145 0.425814,0.0103 0.551904,0.0289 0.192236,0.0269 0.305925,0.14262 0.115755,0.11576 0.115755,0.28526 0,0.23357 -0.219108,0.43821 -0.322461,0.30179 -0.841292,0.30179 -0.398942,0 -0.67386,-0.17983 -0.155029,-0.10335 -0.155029,-0.21497 0,-0.0496 0.02274,-0.0992 0.03514,-0.0765 0.144694,-0.21291 0.01447,-0.0186 0.21084,-0.22324 -0.107487,-0.0641 -0.152962,-0.11369 -0.04341,-0.0517 -0.04341,-0.11576 0,-0.0723 0.05788,-0.169492 0.05994,-0.0972 0.272852,-0.27492 z m 0.359667,-1.15962 q -0.152962,0 -0.256315,0.12196 -0.103352,0.12195 -0.103352,0.37413 0,0.3266 0.140559,0.50643 0.107487,0.13643 0.272852,0.13643 0.157096,0 0.258382,-0.11783 0.101285,-0.11782 0.101285,-0.37 0,-0.32866 -0.142626,-0.51469 -0.10542,-0.13643 -0.270785,-0.13643 z m -0.380338,1.850012 q -0.09715,0.10542 -0.146761,0.19637 -0.04961,0.0909 -0.04961,0.16744 0,0.0992 0.119889,0.17363 0.206706,0.12816 0.597379,0.12816 0.37207,0 0.54777,-0.1323 0.177767,-0.13022 0.177767,-0.27905 0,-0.10748 -0.10542,-0.15296 -0.107487,-0.0455 -0.425814,-0.0537 -0.465087,-0.0124 -0.715201,-0.0476 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14927" />
+ <path
+ d="m 91.917289,98.416888 v 0.42581 q 0.237711,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128158,0.0558 -0.07235,0 -0.163297,-0.0703 -0.08888,-0.0724 -0.132292,-0.0724 -0.03721,0 -0.08061,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.157102 0.03927,0.237722 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.196371,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214973,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01034,-0.0351 0.01034,-0.200512 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14929" />
+ <path
+ d="m 93.849986,100.09327 q -0.291455,0.22531 -0.365869,0.26045 -0.111621,0.0517 -0.237711,0.0517 -0.196371,0 -0.324528,-0.13436 -0.126091,-0.13436 -0.126091,-0.353472 0,-0.13849 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26458 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130224,0 -0.206705,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.12609,0.0517 -0.07648,0 -0.12609,-0.0538 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17776 0.181901,-0.32659 0.181901,-0.14883 0.510563,-0.14883 0.252181,0 0.413411,0.0847 0.121956,0.0641 0.179834,0.2005 0.03721,0.0889 0.03721,0.36381 v 0.64285 q 0,0.27078 0.01033,0.332802 0.01034,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167432,-0.150892 v 0.115752 q -0.231511,0.31006 -0.44235,0.31006 -0.101286,0 -0.161231,-0.0703 -0.05994,-0.0703 -0.06201,-0.23978 z m 0,-0.134362 v -0.7214 q -0.312126,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.248052 0.08888,0.0971 0.204639,0.0971 0.157096,0 0.413411,-0.206712 z m 0.204638,-2.46599 -0.609781,0.71313 h -0.07028 l 0.217041,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14931" />
+ <path
+ d="m 94.556919,98.472698 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0723 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11576 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.20671 l -0.671793,1.624702 h -0.08475 L 94.88764,98.826288 q -0.04548,-0.11162 -0.08682,-0.15917 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14933" />
+ <path
+ d="m 97.089062,99.185838 q -0.0021,0.42167 0.204638,0.66145 0.206706,0.239782 0.485758,0.239782 0.186035,0 0.322461,-0.101282 0.138493,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.516762 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.266652 -0.241845,-0.715202 0,-0.48576 0.248047,-0.75654 0.250113,-0.27286 0.626317,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14935" />
+ <path
+ d="m 99.129246,97.426768 q 0.08682,0 0.14676,0.062 0.06201,0.06 0.06201,0.14676 0,0.0868 -0.06201,0.14883 -0.05994,0.062 -0.14676,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14883 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150896,-0.062 z m 0.171565,0.99012 v 1.52135 q 0,0.177772 0.02481,0.237722 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.237722 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570508,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14937" />
+ <path
+ d="m 101.04541,98.416888 v 0.64492 h -0.0682 q -0.0785,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.258382 -0.19637,0.417552 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.04754,0 -0.07441,0.0537 h -0.06821 v -0.675922 h 0.06821 q 0.05788,0.289382 0.221171,0.436142 0.1633,0.14677 0.36587,0.14677 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.142632 -0.10128,-0.239782 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14882 -0.392735,-0.26871 -0.09302,-0.11783 -0.09302,-0.29766 0,-0.23358 0.159165,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14939" />
+ <path
+ d="m 118.51079,115.12845 v 8.15625 h 37.08984 v -8.15625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0-9" />
+ <path
+ d="m 117.98543,114.60364 h 38.14059 v 9.20645 h -38.14059 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5-2" />
+ <path
+ d="m 121.98067,115.48987 0.0641,0.95291 h -0.0641 q -0.12815,-0.42788 -0.36586,-0.61598 -0.23772,-0.1881 -0.57051,-0.1881 -0.27905,0 -0.50436,0.14263 -0.22531,0.14056 -0.35554,0.45061 -0.12815,0.31006 -0.12815,0.77102 0,0.38033 0.12195,0.65939 0.12196,0.27905 0.36587,0.42788 0.24598,0.14882 0.56017,0.14882 0.27285,0 0.48163,-0.11575 0.20877,-0.11782 0.45888,-0.46509 l 0.0641,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.28112,0.17364 -0.66766,0.17364 -0.69659,0 -1.079,-0.51677 -0.28525,-0.38447 -0.28525,-0.90537 0,-0.41961 0.1881,-0.77101 0.1881,-0.3514 0.51676,-0.54364 0.33073,-0.1943 0.72141,-0.1943 0.30385,0 0.59944,0.14883 0.0868,0.0455 0.12403,0.0455 0.0558,0 0.0971,-0.0393 0.0537,-0.0558 0.0765,-0.15503 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14944" />
+ <path
+ d="m 123.46482,118.08403 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14946" />
+ <path
+ d="m 124.92003,115.41752 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14948" />
+ <path
+ d="m 127.05116,117.63754 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23977,-0.27078 -0.23977,-0.73174 0,-0.44648 0.26458,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14950" />
+ <path
+ d="m 128.97972,116.46345 v 1.14722 q 0,0.32866 0.0145,0.40308 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56637,0.23357 h -0.093 v -0.401 q -0.24391,0.26458 -0.37207,0.33279 -0.12815,0.0682 -0.27078,0.0682 -0.15916,0 -0.27698,-0.0909 -0.11576,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40927 v -0.84543 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66352 v 1.26711 q 0,0.26458 0.091,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11369,-0.0558 0.26871,-0.21291 v -1.0728 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24392,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14952" />
+ <path
+ d="m 130.08767,115.41752 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14954" />
+ <path
+ d="m 131.68343,118.08403 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26459 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14956" />
+ <path
+ d="m 133.04149,116.40764 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0538,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14958" />
+ <path
+ d="m 136.03252,118.08403 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41342,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14960" />
+ <path
+ d="m 138.0603,116.40764 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14962" />
+ <path
+ d="m 139.44316,116.46345 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17156 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.20671 l -0.67179,1.6247 h -0.0847 l -0.67592,-1.59795 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.1385,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14964" />
+ <path
+ d="m 142.72978,118.08403 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14966" />
+ <path
+ d="m 144.08783,116.40764 v 0.42582 q 0.23771,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14968" />
+ <path
+ d="m 145.42935,115.41752 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14970" />
+ <path
+ d="m 147.19462,118.08403 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0848,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.2067 z m 0.20464,-2.466 -0.60979,0.71313 h -0.0703 l 0.21704,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14972" />
+ <path
+ d="m 147.90155,116.46345 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17156 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10749,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.20671 l -0.67179,1.6247 h -0.0848 l -0.67592,-1.59795 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14974" />
+ <path
+ d="m 150.43369,117.17659 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15502,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14976" />
+ <path
+ d="m 152.47388,115.41752 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17156,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14978" />
+ <path
+ d="m 154.39004,116.40764 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19638,0.41755 -0.1943,0.15709 -0.43614,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14980" />
+ <path
+ d="m 124.87455,121.04199 q 0.3328,-0.40101 0.63459,-0.40101 0.15503,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24392 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.18811,0.0289 v 0.0744 h -0.93638 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0414 0.0744,-0.11989 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99838 q 0,0.19224 0.0227,0.23772 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.5705,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14982" />
+ <path
+ d="m 127.51211,122.31736 q -0.29145,0.22531 -0.36586,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19638,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26044,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z m -0.85162,-1.86035 h -0.0661 q 0.008,-0.28318 0.11782,-0.40927 0.10955,-0.12609 0.27079,-0.12609 0.0847,0 0.15502,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19223,0.062 -0.1633,0 -0.40514,-0.16536 -0.13023,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14984" />
+ <path
+ d="m 129.24224,120.64098 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64078 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33694,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22118,0.0662 -0.10955,0.0641 -0.17776,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.16329,0.71314 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14986" />
+ <path
+ d="m 131.97282,119.65086 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14988" />
+ <path
+ d="m 133.21719,121.04199 q 0.33279,-0.40101 0.63458,-0.40101 0.15503,0 0.26665,0.0786 0.11163,0.0765 0.17777,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24392 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18396,-0.0393 0.0537,-0.0414 0.0744,-0.11989 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.2253,-0.11782 -0.24598,0 -0.4899,0.26872 v 0.99838 q 0,0.19224 0.0227,0.23772 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 h 0.0413 q 0.1447,0 0.19431,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.1385,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14990" />
+ <path
+ d="m 135.33179,120.07461 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.0517,0.24804 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20463,0.30592 -0.1323,0.10129 -0.27285,0.10129 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 H 134.691 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14992" />
+ <path
+ d="m 136.27436,121.40993 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15504,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14994" />
+ <path
+ d="m 138.33935,121.89982 q -0.17363,-0.0847 -0.26665,-0.23565 -0.093,-0.15296 -0.093,-0.33693 0,-0.28112 0.21084,-0.48369 0.21291,-0.20257 0.54364,-0.20257 0.27078,0 0.46922,0.13229 h 0.40101 q 0.0889,0 0.10335,0.006 0.0145,0.004 0.0207,0.0165 0.0124,0.0186 0.0124,0.0661 0,0.0537 -0.0103,0.0744 -0.006,0.0103 -0.0227,0.0165 -0.0145,0.006 -0.10335,0.006 h -0.24598 q 0.11575,0.14883 0.11575,0.38034 0,0.26458 -0.20257,0.45268 -0.20257,0.1881 -0.54364,0.1881 -0.14055,0 -0.28732,-0.0413 -0.0909,0.0785 -0.12402,0.13849 -0.031,0.0579 -0.031,0.0992 0,0.0351 0.0331,0.0682 0.0351,0.0331 0.13436,0.0475 0.0579,0.008 0.28939,0.0145 0.42581,0.0103 0.5519,0.0289 0.19224,0.0269 0.30593,0.14262 0.11575,0.11576 0.11575,0.28526 0,0.23357 -0.21911,0.43821 -0.32246,0.30179 -0.84129,0.30179 -0.39894,0 -0.67386,-0.17983 -0.15503,-0.10335 -0.15503,-0.21497 0,-0.0496 0.0227,-0.0992 0.0351,-0.0765 0.1447,-0.21291 0.0145,-0.0186 0.21084,-0.22324 -0.10749,-0.0641 -0.15297,-0.11369 -0.0434,-0.0517 -0.0434,-0.11576 0,-0.0723 0.0579,-0.16949 0.0599,-0.0972 0.27286,-0.27492 z m 0.35967,-1.15962 q -0.15296,0 -0.25632,0.12196 -0.10335,0.12195 -0.10335,0.37413 0,0.3266 0.14056,0.50643 0.10749,0.13643 0.27285,0.13643 0.1571,0 0.25838,-0.11783 0.10129,-0.11782 0.10129,-0.37 0,-0.32866 -0.14263,-0.51469 -0.10542,-0.13643 -0.27078,-0.13643 z m -0.38034,1.85001 q -0.0971,0.10542 -0.14676,0.19637 -0.0496,0.0909 -0.0496,0.16744 0,0.0992 0.11989,0.17363 0.20671,0.12816 0.59738,0.12816 0.37207,0 0.54777,-0.1323 0.17777,-0.13022 0.17777,-0.27905 0,-0.10748 -0.10543,-0.15296 -0.10748,-0.0455 -0.42581,-0.0537 -0.46509,-0.0124 -0.7152,-0.0476 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14996" />
+ <path
+ d="m 140.50356,120.64098 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23772 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96944 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10541 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path14998" />
+ <path
+ d="m 142.43626,122.31736 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19638,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z m 0.20463,-2.46599 -0.60978,0.71313 h -0.0703 l 0.21704,-0.71313 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15000" />
+ <path
+ d="m 143.14319,120.69679 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0723 0.0434,0.17156 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11576 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14883,0.0434 -0.0724,0.062 -0.13022,0.20671 l -0.67179,1.6247 h -0.0847 l -0.67593,-1.59783 q -0.0455,-0.11162 -0.0868,-0.15917 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15002" />
+ <path
+ d="m 145.67533,121.40993 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15004" />
+ <path
+ d="m 147.71552,119.65086 q 0.0868,0 0.14676,0.062 0.062,0.06 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17156,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23772 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23772 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15006" />
+ <path
+ d="m 149.63168,120.64098 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20258,-0.41341 -0.12195,-0.10955 -0.31212,-0.10955 -0.1447,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22117,0.43614 0.1633,0.14677 0.36587,0.14677 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10128,-0.23978 -0.0992,-0.0971 -0.39895,-0.24598 -0.29972,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15917,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15008" />
+ <path
+ d="m 123.39887,66.169878 v 8.130859 h 27.31446 v -8.130859 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0-0" />
+ <path
+ d="m 122.87273,65.645361 h 28.36599 v 9.180767 h -28.36599 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0.18;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5-28" />
+ <path
+ d="m 126.14746,66.53159 0.0641,0.95291 h -0.0641 q -0.12816,-0.42788 -0.36587,-0.61598 -0.23771,-0.1881 -0.5705,-0.1881 -0.27906,0 -0.50437,0.14263 -0.22531,0.14056 -0.35553,0.45061 -0.12816,0.31006 -0.12816,0.77102 0,0.38033 0.12196,0.65939 0.12196,0.27905 0.36587,0.42788 0.24598,0.14882 0.56017,0.14882 0.27285,0 0.48162,-0.11575 0.20878,-0.11782 0.45889,-0.46509 l 0.0641,0.0413 q -0.21084,0.37414 -0.49196,0.54777 -0.28112,0.17364 -0.66766,0.17364 -0.6966,0 -1.079,-0.51677 -0.28525,-0.38447 -0.28525,-0.90537 0,-0.41961 0.1881,-0.77101 0.1881,-0.3514 0.51676,-0.54364 0.33073,-0.1943 0.7214,-0.1943 0.30386,0 0.59945,0.14883 0.0868,0.0455 0.12402,0.0455 0.0558,0 0.0971,-0.0393 0.0537,-0.0558 0.0765,-0.15503 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15013" />
+ <path
+ d="m 127.63161,69.12575 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15015" />
+ <path
+ d="m 129.08681,66.45924 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15017" />
+ <path
+ d="m 131.21795,68.67926 q -0.0765,0.37414 -0.29972,0.57671 -0.22325,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27078 -0.23978,-0.73174 0,-0.44648 0.26459,-0.72553 0.26665,-0.27906 0.63872,-0.27906 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30593 0,0.0785 -0.0517,0.12815 -0.0496,0.0476 -0.14056,0.0476 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16537 -0.0103,-0.12195 -0.0827,-0.18603 -0.0724,-0.062 -0.20051,-0.062 -0.2067,0 -0.33279,0.15296 -0.16743,0.20257 -0.16743,0.53537 0,0.33899 0.16536,0.59944 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15019" />
+ <path
+ d="m 133.14651,67.50517 v 1.14722 q 0,0.32866 0.0145,0.40308 0.0165,0.0723 0.0496,0.10128 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.1447,-0.0351 l 0.0289,0.0724 -0.56638,0.23357 h -0.093 v -0.401 q -0.24391,0.26458 -0.37207,0.33279 -0.12816,0.0682 -0.27078,0.0682 -0.15916,0 -0.27699,-0.0909 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40927 V 67.8732 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0785 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.26711 q 0,0.26458 0.0909,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.20051,-0.0558 0.11368,-0.0558 0.26871,-0.21291 v -1.0728 q 0,-0.16123 -0.06,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15021" />
+ <path
+ d="m 134.25445,66.45924 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15023" />
+ <path
+ d="m 135.85022,69.12575 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.18191,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44234,0.31005 -0.10129,0 -0.16124,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15025" />
+ <path
+ d="m 137.20828,67.44936 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12815,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0352,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15027" />
+ <path
+ d="m 139.86651,67.654 v 1.24437 q 0,0.26458 0.0579,0.33486 0.0765,0.0909 0.20464,0.0909 h 0.17156 v 0.0744 h -1.13068 v -0.0744 h 0.0848 q 0.0827,0 0.1509,-0.0413 0.0682,-0.0413 0.093,-0.11162 0.0269,-0.0703 0.0269,-0.27285 v -1.24437 h -0.36794 v -0.14883 h 0.36794 v -0.12402 q 0,-0.28319 0.0909,-0.47956 0.0909,-0.19637 0.27698,-0.31626 0.18811,-0.12195 0.42168,-0.12195 0.21704,0 0.39894,0.14056 0.11989,0.093 0.11989,0.20877 0,0.062 -0.0537,0.11782 -0.0537,0.0538 -0.11575,0.0538 -0.0475,0 -0.10129,-0.0331 -0.0517,-0.0351 -0.12815,-0.14676 -0.0765,-0.11369 -0.14056,-0.15296 -0.0641,-0.0393 -0.14263,-0.0393 -0.0951,0 -0.16123,0.0517 -0.0662,0.0496 -0.0951,0.1571 -0.0289,0.10542 -0.0289,0.54777 v 0.13642 h 0.48782 v 0.14883 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15029" />
+ <path
+ d="m 141.61317,69.12575 q -0.29145,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15031" />
+ <path
+ d="m 142.96709,66.88299 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30593 -0.13229,0.10128 -0.27285,0.10128 -0.0951,0 -0.18604,-0.0517 -0.0909,-0.0538 -0.13435,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15033" />
+ <path
+ d="m 144.51738,67.44936 q 0.42995,0 0.6904,0.3266 0.22118,0.27905 0.22118,0.64079 0,0.25424 -0.12196,0.51469 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.1633,0.71313 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15035" />
+ <path
+ d="m 146.26198,67.44936 v 0.42582 q 0.23771,-0.42582 0.48782,-0.42582 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0723 -0.13229,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.1447,0 0.21498,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15037" />
+ <path
+ d="m 147.4402,68.21831 q -0.002,0.42168 0.20464,0.66146 0.2067,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15039" />
+ <path
+ d="m 150.22246,67.44936 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19638,0.41755 -0.1943,0.15709 -0.43614,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23152,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10128,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15041" />
+ <path
+ d="m 128.01195,73.41903 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41342,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.5643,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14882,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16537,-0.17363 -0.10128,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32452,0.1633 -0.18811,0.21497 -0.18811,0.62838 0,0.41755 0.18191,0.64079 0.1819,0.22118 0.40514,0.22118 0.1881,0 0.3638,-0.18811 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15043" />
+ <path
+ d="m 129.10955,72.45165 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15045" />
+ <path
+ d="m 132.95014,71.6827 v 0.64492 h -0.0682 q -0.0786,-0.30386 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19843 0.0641,0.0847 0.26045,0.17984 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0537 h -0.0682 v -0.67592 h 0.0682 q 0.0579,0.28938 0.22118,0.43614 0.1633,0.14677 0.36587,0.14677 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20257 0,-0.14263 -0.10129,-0.23978 -0.0992,-0.0971 -0.39894,-0.24598 -0.29972,-0.14882 -0.39274,-0.26871 -0.093,-0.11783 -0.093,-0.29766 0,-0.23358 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0475 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15047" />
+ <path
+ d="m 134.44462,73.35908 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0848,-0.14056 0.29353,-0.26458 0.21084,-0.12402 0.69866,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13022,0 -0.2067,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12403 -0.40307,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15049" />
+ <path
+ d="m 135.79854,71.11633 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.0517,0.24804 0.0537,0.0641 0.13643,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20464,0.30592 -0.13229,0.10129 -0.27285,0.10129 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29973 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15051" />
+ <path
+ d="m 138.08264,71.73851 v 1.14722 q 0,0.32866 0.0145,0.40307 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0641,0 0.14469,-0.0351 l 0.0289,0.0723 -0.56637,0.23358 h -0.093 v -0.40101 q -0.24391,0.26459 -0.37207,0.3328 -0.12816,0.0682 -0.27078,0.0682 -0.15917,0 -0.27699,-0.091 -0.11575,-0.093 -0.16123,-0.23771 -0.0455,-0.14469 -0.0455,-0.40928 v -0.84542 q 0,-0.13436 -0.0289,-0.18604 -0.0289,-0.0517 -0.0868,-0.0786 -0.0558,-0.0289 -0.20464,-0.0269 v -0.0765 h 0.66353 v 1.26711 q 0,0.26458 0.091,0.34726 0.093,0.0827 0.22324,0.0827 0.0889,0 0.2005,-0.0558 0.11369,-0.0558 0.26872,-0.2129 v -1.07281 q 0,-0.16123 -0.0599,-0.21704 -0.0579,-0.0579 -0.24391,-0.062 v -0.0765 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15053" />
+ <path
+ d="m 139.09343,71.6827 v 0.42581 q 0.23771,-0.42581 0.48783,-0.42581 0.11368,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23772 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10541 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15055" />
+ <path
+ d="m 141.02613,73.35908 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12403 -0.40308,0.1757 -0.1633,0.0909 -0.23358,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.1571,0 0.41341,-0.20671 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15057" />
+ <path
+ d="m 143.43838,72.9126 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49403,0.2005 -0.32246,0 -0.56224,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44648 0.26459,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45888,0.14883 0.17984,0.14676 0.17984,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15297 -0.16743,0.20257 -0.16743,0.53536 0,0.339 0.16536,0.59945 0.16743,0.25838 0.45062,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z m -0.76894,0.68626 h 0.12402 l -0.10335,0.1633 q 0.13022,0.0331 0.1943,0.11162 0.0641,0.0786 0.0641,0.19017 0,0.14883 -0.12402,0.26045 -0.12403,0.11369 -0.3204,0.11369 -0.0765,0 -0.1943,-0.0145 v -0.0889 q 0.0579,0.008 0.0992,0.008 0.10542,0 0.17777,-0.0703 0.0724,-0.0682 0.0724,-0.15709 0,-0.062 -0.0475,-0.10749 -0.0475,-0.0455 -0.11783,-0.0455 -0.0207,0 -0.0537,0.004 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15059" />
+ <path
+ d="m 144.7799,73.35908 q -0.29145,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35347 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0538 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17776 0.1819,-0.32659 0.1819,-0.14883 0.51057,-0.14883 0.25218,0 0.41341,0.0847 0.12195,0.0641 0.17983,0.2005 0.0372,0.0889 0.0372,0.36381 v 0.64285 q 0,0.27078 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10128,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31212,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28318 0.11783,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26251,0.14883 0.17157,0.11162 0.25425,0.11162 0.0662,0 0.11576,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16536 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15061" />
+ <path
+ d="m 146.51003,71.6827 q 0.42994,0 0.69039,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44649,-0.12402 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0662 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50437 -0.21705,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15063" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-2"
+ d="m 137.05574,92.551496 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-8-0-8"
- transform="translate(-8.2964999,70.362721)"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-1"
+ d="m 101.20732,152.29406 h 10.23414 V 85.621161 h 8.21025"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-5)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 97.279739,89.513512 h 7.098921 v 3.567836 h -7.098921 z"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-4-5-5" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text14836-1-0-5"
- aria-label="Não">
- <path
- id="path15067"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 97.367552,89.900938 h 0.760677 l 1.713589,2.102195 v -1.616437 q 0,-0.258382 -0.05788,-0.322461 -0.07648,-0.08682 -0.241845,-0.08682 h -0.09715 v -0.07648 h 0.975647 v 0.07648 h -0.0992 q -0.17776,0 -0.25218,0.107487 -0.0455,0.06614 -0.0455,0.30179 v 2.362644 h -0.07442 l -1.847948,-2.257224 v 1.725991 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.975651 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.949233 q -0.121956,-0.142627 -0.186035,-0.188102 -0.06201,-0.04548 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z" />
- <path
- id="path15069"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 101.6877,92.431014 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.16329,0.09095 -0.23357,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.283187 0.11782,-0.409277 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17156,0.111621 0.25425,0.111621 0.0661,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19224,0.06201 -0.16329,0 -0.40514,-0.165364 -0.13022,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208773 z" />
- <path
- id="path15071"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 103.41782,90.754632 q 0.42995,0 0.6904,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68007,-0.341065 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419612 0,0.413412 0.1633,0.713135 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37413,-0.198438 z" />
- </g>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-1-0)"
- d="M 125.55487,174.24413 H 111.44146 65.720547 v -22.02727 l 8.841745,0.0772"
- id="path9106-8-1-2-2-3"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc"
+ id="path9106-8-1-2-6"
+ d="m 88.469459,158.25858 v 21.51226"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-2)" />
+ <path
+ d="m 88.983239,159.87623 h 7.098921 v 3.56784 h -7.098921 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-4-5-5" />
+ <path
+ d="m 89.071052,160.26366 h 0.760677 l 1.713589,2.10219 v -1.61643 q 0,-0.25839 -0.05788,-0.32246 -0.07648,-0.0868 -0.241845,-0.0868 h -0.09715 v -0.0765 h 0.975647 v 0.0765 h -0.0992 q -0.17776,0 -0.25218,0.10748 -0.0455,0.0661 -0.0455,0.30179 v 2.36265 h -0.07442 l -1.847948,-2.25723 v 1.72599 q 0,0.25839 0.05581,0.32246 0.07855,0.0868 0.241846,0.0868 h 0.09922 v 0.0765 h -0.975651 v -0.0765 h 0.09715 q 0.179834,0 0.254248,-0.10748 0.04547,-0.0661 0.04547,-0.30179 v -1.94924 q -0.121956,-0.14262 -0.186035,-0.1881 -0.06201,-0.0455 -0.183968,-0.0847 -0.05994,-0.0186 -0.181901,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15067" />
+ <path
+ d="m 93.3912,162.79373 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.13849 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0848 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13435 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28319 0.11782,-0.40928 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16536 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15069" />
+ <path
+ d="m 95.12132,161.11735 q 0.42995,0 0.6904,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68007,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15071" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-2-2-3"
+ d="M 125.55487,174.24413 H 111.44146 65.720547 v -22.02727 l 8.841745,0.0772"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-1-0)" />
<path
- d="m 87.277458,174.44632 a 1.1920018,1.1920018 0 0 1 1.192002,-1.192 1.1920018,1.1920018 0 0 1 1.192001,1.192"
+ id="path39045"
style="opacity:1;fill:#fcffff;fill-opacity:1;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path39045" />
+ d="m 87.277458,174.44632 a 1.1920018,1.1920018 0 0 1 1.192002,-1.192 1.1920018,1.1920018 0 0 1 1.192001,1.192" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-1)"
- d="m 88.469459,190.22549 v 6.32379"
- id="path9106-8-1-2-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-3)"
- d="m 88.469459,88.272493 v 2.83482"
- id="path9106-8-1-7"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-7)"
- d="m 88.469459,101.6727 v 2.83482"
- id="path9106-8-1-25"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-8-1-2-2"
+ d="m 88.469459,190.22549 v 6.32379"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-1)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-0)"
- d="m 88.469459,115.06156 v 2.83482"
- id="path9106-8-1-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-00)"
- d="m 88.469459,133.13874 v 2.83483"
- id="path9106-8-1-5"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-8)"
- d="m 88.469459,142.28625 v 2.83482"
- id="path9106-8-1-23"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-8-1-7"
+ d="m 88.469459,88.272493 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-3)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-80)"
- d="m 137.05574,110.49514 v 2.83482"
- id="path9106-8-1-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-82)"
- d="m 137.05574,123.88967 v 2.83482"
- id="path9106-8-1-74"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6)"
- d="m 137.05574,133.18316 v 2.83483"
- id="path9106-8-1-22"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
- inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ id="path9106-8-1-25"
+ d="m 88.469459,101.6727 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-7)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-19)"
- d="m 137.05574,155.44124 v 2.83482"
- id="path9106-8-1-57"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-58)"
- d="m 137.05574,164.69432 v 2.83482"
- id="path9106-8-1-12"
- inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-6"
+ d="m 88.469459,115.06156 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-0)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-5"
+ d="m 88.469459,133.13874 v 2.83483"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-00)" />
<path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-05)"
- d="m 137.05574,179.65061 v 7.79576"
- id="path9106-8-1-55"
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-8-1-23"
+ d="m 88.469459,142.28625 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-8)" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-27"
+ d="m 137.05574,110.49514 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-80)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
- <g
- id="g14843-3-8-9-1"
- transform="translate(5.4359301,58.579986)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-74"
+ d="m 137.05574,123.88967 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-82)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 97.279739,89.379875 h 7.098921 v 3.701473 h -7.098921 z"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-3-8-5" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text14836-2-5-2-2"
- aria-label="Sim">
- <path
- id="path15076"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 99.364328,89.836859 v 0.969449 h -0.07648 q -0.03721,-0.279052 -0.134359,-0.444417 -0.09508,-0.165364 -0.272851,-0.262516 -0.177767,-0.09715 -0.367936,-0.09715 -0.214974,0 -0.355534,0.132292 -0.140559,0.130224 -0.140559,0.297656 0,0.128157 0.08888,0.233577 0.128158,0.155029 0.609781,0.413411 0.392741,0.21084 0.535368,0.324528 0.144694,0.111621 0.221175,0.264583 0.07855,0.152962 0.07855,0.320394 0,0.318326 -0.248047,0.549837 -0.245979,0.229443 -0.634586,0.229443 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.01033 -0.26665,-0.07441 -0.200505,-0.06615 -0.254248,-0.06615 -0.05168,0 -0.08268,0.03101 -0.02894,0.03101 -0.04341,0.128158 h -0.07648 v -0.961181 h 0.07648 q 0.05374,0.30179 0.144694,0.452685 0.09095,0.148828 0.276985,0.248047 0.188102,0.09922 0.411344,0.09922 0.258382,0 0.40721,-0.136425 0.150895,-0.136426 0.150895,-0.322461 0,-0.103353 -0.05788,-0.208773 -0.05581,-0.105419 -0.175699,-0.19637 -0.08061,-0.06201 -0.440283,-0.262516 -0.359668,-0.202571 -0.51263,-0.322461 -0.150895,-0.119889 -0.229443,-0.264583 -0.07855,-0.144694 -0.07855,-0.318326 0,-0.30179 0.23151,-0.518831 0.23151,-0.219108 0.589111,-0.219108 0.223242,0 0.473356,0.109554 0.115755,0.05168 0.163297,0.05168 0.05374,0 0.08682,-0.03101 0.03514,-0.03307 0.05581,-0.130224 z" />
- <path
- id="path15078"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 100.39372,89.764512 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.919842 v -0.07441 q 0.138492,0 0.186032,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.140562,0.03101 l -0.02894,-0.07441 0.570511,-0.23151 z" />
- <path
- id="path15080"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 101.64842,91.157707 q 0.20671,-0.206705 0.24392,-0.237711 0.093,-0.07855 0.2005,-0.121956 0.10749,-0.04341 0.21291,-0.04341 0.17776,0 0.30592,0.103352 0.12816,0.103353 0.17157,0.299723 0.2129,-0.248046 0.35967,-0.324527 0.14676,-0.07855 0.30179,-0.07855 0.15089,0 0.26665,0.07855 0.11782,0.07648 0.18603,0.252181 0.0455,0.119889 0.0455,0.376204 v 0.81442 q 0,0.177766 0.0269,0.243912 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12196,0 0.19017,-0.04754 0.0476,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200504 v -0.81442 q 0,-0.231511 -0.0558,-0.326595 -0.0806,-0.132292 -0.25838,-0.132292 -0.10955,0 -0.22117,0.05581 -0.10956,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903304 q 0,0.194303 0.0207,0.241845 0.0227,0.04754 0.0827,0.08061 0.0599,0.03101 0.20464,0.03101 v 0.07441 h -0.95705 v -0.07441 q 0.1571,0 0.21498,-0.03721 0.0599,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204638 v -0.81442 q 0,-0.231511 -0.0682,-0.332796 -0.091,-0.132292 -0.25425,-0.132292 -0.11162,0 -0.22117,0.05994 -0.17157,0.09095 -0.26459,0.204638 v 1.014925 q 0,0.186035 0.0248,0.241845 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 q 0.13022,0 0.1819,-0.02687 0.0517,-0.02894 0.0786,-0.08888 0.0269,-0.06201 0.0269,-0.237711 v -0.72347 q 0,-0.312125 -0.0186,-0.403076 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z" />
- </g>
- </g>
- <g
- id="g14843-3-8-9-4"
- transform="translate(40.286287,91.719561)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-22"
+ d="m 137.05574,133.18316 v 2.83483"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-6)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 97.279739,89.379875 h 7.098921 v 3.701473 h -7.098921 z"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-5-3-8-3" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text14836-2-5-2-4"
- aria-label="Sim">
- <path
- id="path15084"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 99.364328,89.836859 v 0.969449 h -0.07648 q -0.03721,-0.279052 -0.134359,-0.444417 -0.09508,-0.165364 -0.272851,-0.262516 -0.177767,-0.09715 -0.367936,-0.09715 -0.214974,0 -0.355534,0.132292 -0.140559,0.130224 -0.140559,0.297656 0,0.128157 0.08888,0.233577 0.128158,0.155029 0.609781,0.413411 0.392741,0.21084 0.535368,0.324528 0.144694,0.111621 0.221175,0.264583 0.07855,0.152962 0.07855,0.320394 0,0.318326 -0.248047,0.549837 -0.245979,0.229443 -0.634586,0.229443 -0.121956,0 -0.229443,-0.0186 -0.06408,-0.01033 -0.26665,-0.07441 -0.200505,-0.06615 -0.254248,-0.06615 -0.05168,0 -0.08268,0.03101 -0.02894,0.03101 -0.04341,0.128158 h -0.07648 v -0.961181 h 0.07648 q 0.05374,0.30179 0.144694,0.452685 0.09095,0.148828 0.276985,0.248047 0.188102,0.09922 0.411344,0.09922 0.258382,0 0.40721,-0.136425 0.150895,-0.136426 0.150895,-0.322461 0,-0.103353 -0.05788,-0.208773 -0.05581,-0.105419 -0.175699,-0.19637 -0.08061,-0.06201 -0.440283,-0.262516 -0.359668,-0.202571 -0.51263,-0.322461 -0.150895,-0.119889 -0.229443,-0.264583 -0.07855,-0.144694 -0.07855,-0.318326 0,-0.30179 0.23151,-0.518831 0.23151,-0.219108 0.589111,-0.219108 0.223242,0 0.473356,0.109554 0.115755,0.05168 0.163297,0.05168 0.05374,0 0.08682,-0.03101 0.03514,-0.03307 0.05581,-0.130224 z" />
- <path
- id="path15086"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 100.39372,89.764512 q 0.0868,0 0.14676,0.06201 0.062,0.05994 0.062,0.146761 0,0.08682 -0.062,0.148828 -0.0599,0.06201 -0.14676,0.06201 -0.0868,0 -0.14883,-0.06201 -0.062,-0.06201 -0.062,-0.148828 0,-0.08682 0.06,-0.146761 0.062,-0.06201 0.15089,-0.06201 z m 0.17157,0.99012 v 1.521353 q 0,0.177766 0.0248,0.237711 0.0269,0.05788 0.0765,0.08682 0.0517,0.02894 0.18604,0.02894 v 0.07441 h -0.919842 v -0.07441 q 0.138492,0 0.186032,-0.02687 0.0476,-0.02687 0.0744,-0.08888 0.0289,-0.06201 0.0289,-0.237711 v -0.729671 q 0,-0.307991 -0.0186,-0.398942 -0.0145,-0.06615 -0.0455,-0.09095 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.140562,0.03101 l -0.02894,-0.07441 0.570511,-0.23151 z" />
- <path
- id="path15088"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 101.64842,91.157707 q 0.20671,-0.206705 0.24392,-0.237711 0.093,-0.07855 0.2005,-0.121956 0.10749,-0.04341 0.21291,-0.04341 0.17776,0 0.30592,0.103352 0.12816,0.103353 0.17157,0.299723 0.2129,-0.248046 0.35967,-0.324527 0.14676,-0.07855 0.30179,-0.07855 0.15089,0 0.26665,0.07855 0.11782,0.07648 0.18603,0.252181 0.0455,0.119889 0.0455,0.376204 v 0.81442 q 0,0.177766 0.0269,0.243912 0.0207,0.04547 0.0765,0.07855 0.0558,0.03101 0.1819,0.03101 v 0.07441 h -0.93431 v -0.07441 h 0.0393 q 0.12196,0 0.19017,-0.04754 0.0476,-0.03307 0.0682,-0.10542 0.008,-0.03514 0.008,-0.200504 v -0.81442 q 0,-0.231511 -0.0558,-0.326595 -0.0806,-0.132292 -0.25838,-0.132292 -0.10955,0 -0.22117,0.05581 -0.10956,0.05374 -0.26665,0.202571 l -0.004,0.02274 0.004,0.08888 v 0.903304 q 0,0.194303 0.0207,0.241845 0.0227,0.04754 0.0827,0.08061 0.0599,0.03101 0.20464,0.03101 v 0.07441 h -0.95705 v -0.07441 q 0.1571,0 0.21498,-0.03721 0.0599,-0.03721 0.0827,-0.111621 0.0103,-0.03514 0.0103,-0.204638 v -0.81442 q 0,-0.231511 -0.0682,-0.332796 -0.091,-0.132292 -0.25425,-0.132292 -0.11162,0 -0.22117,0.05994 -0.17157,0.09095 -0.26459,0.204638 v 1.014925 q 0,0.186035 0.0248,0.241845 0.0269,0.05581 0.0765,0.08475 0.0517,0.02687 0.20671,0.02687 v 0.07441 h -0.93638 v -0.07441 q 0.13022,0 0.1819,-0.02687 0.0517,-0.02894 0.0786,-0.08888 0.0269,-0.06201 0.0269,-0.237711 v -0.72347 q 0,-0.312125 -0.0186,-0.403076 -0.0145,-0.06821 -0.0455,-0.09302 -0.031,-0.02687 -0.0847,-0.02687 -0.0579,0 -0.13849,0.03101 l -0.031,-0.07441 0.57051,-0.23151 h 0.0889 z" />
- </g>
- </g>
- <g
- id="g14843-8-0-8-2"
- transform="translate(18.863534,80.69092)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-57"
+ d="m 137.05574,155.44124 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-19)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 97.279739,89.513512 h 7.098921 v 3.567836 h -7.098921 z"
- style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect14838-4-5-5-7" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.705556px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text14836-1-0-5-9"
- aria-label="Não">
- <path
- id="path15092"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 97.367552,89.900938 h 0.760677 l 1.713589,2.102195 v -1.616437 q 0,-0.258382 -0.05788,-0.322461 -0.07648,-0.08682 -0.241845,-0.08682 h -0.09715 v -0.07648 h 0.975647 v 0.07648 h -0.0992 q -0.17776,0 -0.25218,0.107487 -0.0455,0.06614 -0.0455,0.30179 v 2.362644 h -0.07442 l -1.847948,-2.257224 v 1.725991 q 0,0.258382 0.05581,0.322461 0.07855,0.08682 0.241846,0.08682 h 0.09922 v 0.07648 h -0.975651 v -0.07648 h 0.09715 q 0.179834,0 0.254248,-0.107487 0.04547,-0.06615 0.04547,-0.30179 v -1.949233 q -0.121956,-0.142627 -0.186035,-0.188102 -0.06201,-0.04548 -0.183968,-0.08475 -0.05994,-0.0186 -0.181901,-0.0186 z" />
- <path
- id="path15094"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 101.6877,92.431014 q -0.29146,0.225309 -0.36587,0.260449 -0.11162,0.05168 -0.23771,0.05168 -0.19637,0 -0.32453,-0.134359 -0.12609,-0.134358 -0.12609,-0.353466 0,-0.138493 0.062,-0.239778 0.0847,-0.14056 0.29352,-0.264584 0.21084,-0.124023 0.69867,-0.30179 v -0.07441 q 0,-0.283186 -0.091,-0.388606 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.07028 -0.0785,0.07028 -0.0785,0.16123 l 0.004,0.119889 q 0,0.09508 -0.0496,0.146761 -0.0475,0.05168 -0.12609,0.05168 -0.0765,0 -0.12609,-0.05374 -0.0475,-0.05374 -0.0475,-0.146761 0,-0.177766 0.1819,-0.326594 0.1819,-0.148828 0.51056,-0.148828 0.25218,0 0.41341,0.08475 0.12196,0.06408 0.17984,0.200504 0.0372,0.08888 0.0372,0.363802 v 0.642854 q 0,0.270785 0.0103,0.332796 0.0103,0.05994 0.0331,0.08061 0.0248,0.02067 0.0558,0.02067 0.0331,0 0.0579,-0.01447 0.0434,-0.02687 0.16743,-0.150895 v 0.115755 q -0.23151,0.310058 -0.44235,0.310058 -0.10129,0 -0.16123,-0.07028 -0.0599,-0.07028 -0.062,-0.239778 z m 0,-0.134359 v -0.721402 q -0.31213,0.124023 -0.40308,0.175699 -0.16329,0.09095 -0.23357,0.19017 -0.0703,0.09922 -0.0703,0.21704 0,0.148828 0.0889,0.248047 0.0889,0.09715 0.20464,0.09715 0.15709,0 0.41341,-0.206706 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.283187 0.11782,-0.409277 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.02687 0.093,0.03514 0.26252,0.148828 0.17156,0.111621 0.25425,0.111621 0.0661,0 0.11575,-0.05581 0.0517,-0.05581 0.0806,-0.23151 h 0.0641 q 0.002,0.192236 -0.0517,0.305924 -0.0517,0.111621 -0.14883,0.1757 -0.0951,0.06201 -0.19224,0.06201 -0.16329,0 -0.40514,-0.165364 -0.13022,-0.08888 -0.1757,-0.107487 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.07441 -0.0227,0.03514 -0.0579,0.208773 z" />
- <path
- id="path15096"
- style="font-size:4.23333px;fill:#808080;stroke-width:0.264583"
- d="m 103.41782,90.754632 q 0.42995,0 0.6904,0.326594 0.22118,0.279053 0.22118,0.640788 0,0.254247 -0.12196,0.514696 -0.12196,0.260449 -0.33693,0.392741 -0.21291,0.132292 -0.47542,0.132292 -0.42788,0 -0.68007,-0.341065 -0.2129,-0.28732 -0.2129,-0.644921 0,-0.260449 0.12816,-0.516764 0.13022,-0.258382 0.34106,-0.380338 0.21084,-0.124023 0.44648,-0.124023 z m -0.0641,0.134358 q -0.10956,0 -0.22118,0.06615 -0.10955,0.06408 -0.17777,0.227376 -0.0682,0.163298 -0.0682,0.419612 0,0.413412 0.1633,0.713135 0.16536,0.299723 0.43408,0.299723 0.2005,0 0.33073,-0.165365 0.13022,-0.165364 0.13022,-0.56844 0,-0.504362 -0.21704,-0.793749 -0.14676,-0.198438 -0.37413,-0.198438 z" />
- </g>
- </g>
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.74789px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="text6088-8-8-1-9-5"
- aria-label="Processo iterativo">
- <path
- id="path15099"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 122.21736,62.21856 v 0.777213 q 0,0.227376 0.0269,0.28732 0.0289,0.05788 0.0992,0.09302 0.0724,0.03514 0.26252,0.03514 v 0.07648 h -1.4242 v -0.07648 q 0.1943,0 0.26251,-0.03514 0.0703,-0.03721 0.0971,-0.09509 0.0289,-0.05788 0.0289,-0.285253 v -1.819009 q 0,-0.227376 -0.0289,-0.285254 -0.0269,-0.05994 -0.0971,-0.09508 -0.0703,-0.03514 -0.26251,-0.03514 v -0.07648 h 1.22163 q 0.60358,0 0.86609,0.214973 0.26252,0.214974 0.26252,0.537435 0,0.272851 -0.1695,0.467154 -0.1695,0.194304 -0.46716,0.264583 -0.2005,0.04961 -0.67799,0.04961 z m 0,-1.372525 v 1.211294 q 0.0682,0.0041 0.10335,0.0041 0.25218,0 0.38861,-0.148828 0.13643,-0.150895 0.13643,-0.465088 0,-0.312125 -0.13643,-0.456819 -0.13643,-0.144694 -0.40721,-0.144694 z" />
- <path
- id="path15101"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 124.60688,61.555035 v 0.438216 q 0.19223,-0.299723 0.33693,-0.396875 0.14469,-0.09922 0.27905,-0.09922 0.11575,0 0.18397,0.07235 0.0703,0.07028 0.0703,0.200505 0,0.138492 -0.0682,0.214974 -0.0661,0.07648 -0.16123,0.07648 -0.10955,0 -0.19016,-0.07028 -0.0806,-0.07028 -0.0951,-0.07855 -0.0207,-0.0124 -0.0475,-0.0124 -0.0599,0 -0.11369,0.04548 -0.0847,0.07028 -0.12816,0.200505 -0.0661,0.200504 -0.0661,0.44235 v 0.444417 l 0.002,0.115755 q 0,0.117822 0.0145,0.150895 0.0248,0.05581 0.0724,0.08268 0.0496,0.02481 0.16536,0.03101 v 0.07441 h -1.04386 v -0.07441 q 0.12609,-0.01033 0.1695,-0.06821 0.0455,-0.05994 0.0455,-0.312125 v -1.068668 q 0,-0.165364 -0.0165,-0.21084 -0.0207,-0.05788 -0.06,-0.08475 -0.0393,-0.02687 -0.13849,-0.03721 v -0.07648 z" />
- <path
- id="path15103"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 126.5189,61.497157 q 0.25218,0 0.46923,0.130225 0.21704,0.130224 0.32866,0.370003 0.11368,0.239778 0.11368,0.525032 0,0.411344 -0.20877,0.688329 -0.25218,0.334863 -0.6966,0.334863 -0.43614,0 -0.67179,-0.305924 -0.23564,-0.305924 -0.23564,-0.709 0,-0.415478 0.23978,-0.723469 0.24184,-0.310059 0.66145,-0.310059 z m 0.008,0.146761 q -0.10542,0 -0.1819,0.08062 -0.0744,0.07855 -0.0992,0.314192 -0.0227,0.233577 -0.0227,0.651122 0,0.221175 0.0289,0.413412 0.0227,0.146761 0.0971,0.223242 0.0744,0.07648 0.1695,0.07648 0.093,0 0.15503,-0.05168 0.0806,-0.07028 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.793749 0,-0.3514 -0.0393,-0.481624 -0.0393,-0.132292 -0.11576,-0.192236 -0.0537,-0.04341 -0.14056,-0.04341 z" />
- <path
- id="path15105"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 129.30116,62.989572 0.0641,0.04961 q -0.13643,0.256315 -0.34107,0.382405 -0.20257,0.124023 -0.43201,0.124023 -0.38654,0 -0.61805,-0.291454 -0.23151,-0.291455 -0.23151,-0.700732 0,-0.394808 0.21084,-0.694531 0.25425,-0.361735 0.70073,-0.361735 0.29972,0 0.47542,0.150895 0.17777,0.150896 0.17777,0.336931 0,0.117822 -0.0724,0.188102 -0.0703,0.07028 -0.18603,0.07028 -0.12196,0 -0.20257,-0.08062 -0.0785,-0.08061 -0.0971,-0.28732 -0.0124,-0.130225 -0.0599,-0.181901 -0.0475,-0.05168 -0.11162,-0.05168 -0.0992,0 -0.1695,0.10542 -0.10748,0.159163 -0.10748,0.487825 0,0.272852 0.0868,0.522965 0.0868,0.248047 0.23771,0.370003 0.11369,0.08888 0.26872,0.08888 0.10129,0 0.19224,-0.04754 0.091,-0.04754 0.21497,-0.179833 z" />
- <path
- id="path15107"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 131.23799,62.452137 h -1.0604 q 0.0186,0.384472 0.20464,0.607714 0.14263,0.171566 0.34313,0.171566 0.12403,0 0.22531,-0.06821 0.10129,-0.07028 0.21704,-0.250114 l 0.0703,0.04548 q -0.15709,0.320393 -0.34726,0.454752 -0.19017,0.132291 -0.44029,0.132291 -0.42994,0 -0.65112,-0.330728 -0.17777,-0.266651 -0.17777,-0.661458 0,-0.483691 0.26045,-0.768945 0.26252,-0.287321 0.61392,-0.287321 0.29352,0 0.50849,0.241846 0.21705,0.239778 0.23358,0.713134 z m -0.50849,-0.138493 q 0,-0.332796 -0.0372,-0.456819 -0.0351,-0.124023 -0.11162,-0.188102 -0.0434,-0.03721 -0.11576,-0.03721 -0.10748,0 -0.1757,0.10542 -0.12195,0.183968 -0.12195,0.504361 v 0.07235 z" />
- <path
- id="path15109"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 132.6994,61.501292 0.031,0.65939 h -0.0703 q -0.12609,-0.293522 -0.26252,-0.401009 -0.13436,-0.107486 -0.26872,-0.107486 -0.0848,0 -0.14469,0.05788 -0.0599,0.05581 -0.0599,0.130225 0,0.05581 0.0413,0.107487 0.0661,0.08475 0.37,0.291454 0.30386,0.204639 0.39894,0.349333 0.0971,0.142627 0.0971,0.320393 0,0.161231 -0.0806,0.31626 -0.0806,0.155029 -0.22738,0.237711 -0.14676,0.08268 -0.32453,0.08268 -0.13849,0 -0.37,-0.08682 -0.062,-0.02274 -0.0848,-0.02274 -0.0682,0 -0.11369,0.103352 h -0.0682 l -0.0331,-0.69453 h 0.0703 q 0.093,0.272851 0.25424,0.409277 0.1633,0.136425 0.308,0.136425 0.0992,0 0.16123,-0.05994 0.0641,-0.06201 0.0641,-0.148828 0,-0.09922 -0.062,-0.171566 -0.062,-0.07235 -0.27698,-0.219108 -0.31626,-0.219108 -0.40928,-0.334863 -0.13643,-0.169498 -0.13643,-0.374137 0,-0.223242 0.15297,-0.403076 0.15503,-0.181901 0.44648,-0.181901 0.1571,0 0.30386,0.07648 0.0558,0.03101 0.0909,0.03101 0.0372,0 0.0599,-0.01447 0.0227,-0.01654 0.0724,-0.08888 z" />
- <path
- id="path15111"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 134.34478,61.501292 0.031,0.65939 h -0.0703 q -0.12609,-0.293522 -0.26251,-0.401009 -0.13436,-0.107486 -0.26872,-0.107486 -0.0848,0 -0.1447,0.05788 -0.0599,0.05581 -0.0599,0.130225 0,0.05581 0.0413,0.107487 0.0661,0.08475 0.37,0.291454 0.30386,0.204639 0.39895,0.349333 0.0971,0.142627 0.0971,0.320393 0,0.161231 -0.0806,0.31626 -0.0806,0.155029 -0.22737,0.237711 -0.14676,0.08268 -0.32453,0.08268 -0.13849,0 -0.37,-0.08682 -0.062,-0.02274 -0.0847,-0.02274 -0.0682,0 -0.11369,0.103352 h -0.0682 l -0.0331,-0.69453 h 0.0703 q 0.093,0.272851 0.25425,0.409277 0.1633,0.136425 0.30799,0.136425 0.0992,0 0.16123,-0.05994 0.0641,-0.06201 0.0641,-0.148828 0,-0.09922 -0.062,-0.171566 -0.062,-0.07235 -0.27699,-0.219108 -0.31626,-0.219108 -0.40927,-0.334863 -0.13643,-0.169498 -0.13643,-0.374137 0,-0.223242 0.15296,-0.403076 0.15503,-0.181901 0.44649,-0.181901 0.15709,0 0.30385,0.07648 0.0558,0.03101 0.0909,0.03101 0.0372,0 0.0599,-0.01447 0.0227,-0.01654 0.0724,-0.08888 z" />
- <path
- id="path15113"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 135.68009,61.497157 q 0.25218,0 0.46923,0.130225 0.21704,0.130224 0.32866,0.370003 0.11369,0.239778 0.11369,0.525032 0,0.411344 -0.20878,0.688329 -0.25218,0.334863 -0.69659,0.334863 -0.43615,0 -0.6718,-0.305924 -0.23564,-0.305924 -0.23564,-0.709 0,-0.415478 0.23978,-0.723469 0.24184,-0.310059 0.66145,-0.310059 z m 0.008,0.146761 q -0.10542,0 -0.1819,0.08062 -0.0744,0.07855 -0.0992,0.314192 -0.0227,0.233577 -0.0227,0.651122 0,0.221175 0.0289,0.413412 0.0227,0.146761 0.0972,0.223242 0.0744,0.07648 0.16949,0.07648 0.093,0 0.15503,-0.05168 0.0806,-0.07028 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.793749 0,-0.3514 -0.0393,-0.481624 -0.0393,-0.132292 -0.11576,-0.192236 -0.0537,-0.04341 -0.14056,-0.04341 z" />
- <path
- id="path15115"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 138.40861,60.618659 q 0.13436,0 0.22737,0.09508 0.093,0.09302 0.093,0.225309 0,0.132292 -0.0951,0.225309 -0.093,0.09302 -0.22531,0.09302 -0.13229,0 -0.22531,-0.09302 -0.093,-0.09302 -0.093,-0.225309 0,-0.132291 0.093,-0.225309 0.093,-0.09508 0.22531,-0.09508 z m 0.28939,0.936376 v 1.531688 q 0,0.204639 0.0475,0.262516 0.0475,0.05581 0.18603,0.06408 v 0.07441 h -1.04386 v -0.07441 q 0.12816,-0.0041 0.19017,-0.07441 0.0413,-0.04754 0.0413,-0.252181 v -1.128612 q 0,-0.204639 -0.0475,-0.260449 -0.0475,-0.05788 -0.18397,-0.06615 v -0.07648 z" />
- <path
- id="path15117"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 139.88448,60.848102 v 0.706933 h 0.45889 v 0.204638 h -0.45889 v 1.192692 q 0,0.167431 0.0145,0.21704 0.0165,0.04754 0.0558,0.07855 0.0393,0.02894 0.0724,0.02894 0.13436,0 0.25425,-0.204638 l 0.062,0.04547 q -0.16743,0.396875 -0.54363,0.396875 -0.18397,0 -0.31213,-0.101286 -0.12609,-0.103353 -0.16123,-0.229443 -0.0207,-0.07028 -0.0207,-0.380338 v -1.043864 h -0.25218 v -0.07235 q 0.26045,-0.183968 0.44235,-0.38654 0.18397,-0.202571 0.32039,-0.452685 z" />
- <path
- id="path15119"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 142.16858,62.452137 h -1.0604 q 0.0186,0.384472 0.20464,0.607714 0.14263,0.171566 0.34313,0.171566 0.12402,0 0.22531,-0.06821 0.10129,-0.07028 0.21704,-0.250114 l 0.0703,0.04548 q -0.15709,0.320393 -0.34726,0.454752 -0.19017,0.132291 -0.44029,0.132291 -0.42994,0 -0.65112,-0.330728 -0.17777,-0.266651 -0.17777,-0.661458 0,-0.483691 0.26045,-0.768945 0.26252,-0.287321 0.61392,-0.287321 0.29352,0 0.50849,0.241846 0.21704,0.239778 0.23358,0.713134 z m -0.50849,-0.138493 q 0,-0.332796 -0.0372,-0.456819 -0.0351,-0.124023 -0.11162,-0.188102 -0.0434,-0.03721 -0.11576,-0.03721 -0.10748,0 -0.1757,0.10542 -0.12195,0.183968 -0.12195,0.504361 v 0.07235 z" />
- <path
- id="path15121"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 143.21038,61.555035 v 0.438216 q 0.19223,-0.299723 0.33693,-0.396875 0.14469,-0.09922 0.27905,-0.09922 0.11575,0 0.18397,0.07235 0.0703,0.07028 0.0703,0.200505 0,0.138492 -0.0682,0.214974 -0.0661,0.07648 -0.16123,0.07648 -0.10955,0 -0.19016,-0.07028 -0.0806,-0.07028 -0.0951,-0.07855 -0.0207,-0.0124 -0.0475,-0.0124 -0.06,0 -0.11369,0.04548 -0.0848,0.07028 -0.12816,0.200505 -0.0661,0.200504 -0.0661,0.44235 v 0.444417 l 0.002,0.115755 q 0,0.117822 0.0145,0.150895 0.0248,0.05581 0.0724,0.08268 0.0496,0.02481 0.16537,0.03101 v 0.07441 h -1.04387 v -0.07441 q 0.12609,-0.01033 0.1695,-0.06821 0.0455,-0.05994 0.0455,-0.312125 v -1.068668 q 0,-0.165364 -0.0165,-0.21084 -0.0207,-0.05788 -0.06,-0.08475 -0.0393,-0.02687 -0.13849,-0.03721 v -0.07648 z" />
- <path
- id="path15123"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 145.35185,63.202478 q -0.35347,0.312126 -0.63459,0.312126 -0.16536,0 -0.27492,-0.107487 -0.10955,-0.109554 -0.10955,-0.272852 0,-0.221175 0.19017,-0.396874 0.19017,-0.177767 0.82889,-0.471289 v -0.194303 q 0,-0.219108 -0.0248,-0.274919 -0.0227,-0.05788 -0.0889,-0.09922 -0.0661,-0.04341 -0.14883,-0.04341 -0.13436,0 -0.22117,0.05994 -0.0537,0.03721 -0.0537,0.08682 0,0.04341 0.0579,0.107486 0.0786,0.08888 0.0786,0.171566 0,0.101286 -0.0765,0.173633 -0.0744,0.07028 -0.19637,0.07028 -0.13023,0 -0.21911,-0.07855 -0.0868,-0.07855 -0.0868,-0.183968 0,-0.148828 0.11782,-0.283187 0.11783,-0.136426 0.32867,-0.208773 0.21084,-0.07235 0.43821,-0.07235 0.27492,0 0.43408,0.117823 0.16123,0.115755 0.20878,0.25218 0.0289,0.08682 0.0289,0.398942 v 0.750341 q 0,0.132292 0.0103,0.167432 0.0103,0.03307 0.031,0.04961 0.0207,0.01654 0.0475,0.01654 0.0537,0 0.10955,-0.07648 l 0.062,0.04961 q -0.10335,0.152962 -0.21497,0.223242 -0.10955,0.06821 -0.25011,0.06821 -0.16537,0 -0.25839,-0.07648 -0.093,-0.07855 -0.11368,-0.235645 z m 0,-0.150895 v -0.646988 q -0.25012,0.146761 -0.37207,0.314192 -0.0806,0.111621 -0.0806,0.225309 0,0.09508 0.0682,0.167432 0.0517,0.05581 0.1447,0.05581 0.10335,0 0.23978,-0.115755 z" />
- <path
- id="path15125"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 147.16879,60.848102 v 0.706933 h 0.45888 v 0.204638 h -0.45888 v 1.192692 q 0,0.167431 0.0145,0.21704 0.0165,0.04754 0.0558,0.07855 0.0393,0.02894 0.0724,0.02894 0.13435,0 0.25424,-0.204638 l 0.062,0.04547 q -0.16743,0.396875 -0.54363,0.396875 -0.18397,0 -0.31213,-0.101286 -0.12609,-0.103353 -0.16123,-0.229443 -0.0207,-0.07028 -0.0207,-0.380338 v -1.043864 h -0.25218 v -0.07235 q 0.26045,-0.183968 0.44235,-0.38654 0.18397,-0.202571 0.3204,-0.452685 z" />
- <path
- id="path15127"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 148.28086,60.618659 q 0.13436,0 0.22738,0.09508 0.093,0.09302 0.093,0.225309 0,0.132292 -0.0951,0.225309 -0.093,0.09302 -0.22531,0.09302 -0.13229,0 -0.2253,-0.09302 -0.093,-0.09302 -0.093,-0.225309 0,-0.132291 0.093,-0.225309 0.093,-0.09508 0.2253,-0.09508 z m 0.28939,0.936376 v 1.531688 q 0,0.204639 0.0475,0.262516 0.0475,0.05581 0.18604,0.06408 v 0.07441 h -1.04386 v -0.07441 q 0.12815,-0.0041 0.19017,-0.07441 0.0413,-0.04754 0.0413,-0.252181 v -1.128612 q 0,-0.204639 -0.0476,-0.260449 -0.0475,-0.05788 -0.18396,-0.06615 v -0.07648 z" />
- <path
- id="path15129"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 149.86216,63.545609 -0.65112,-1.498615 q -0.11782,-0.270784 -0.18397,-0.343131 -0.0475,-0.05374 -0.14056,-0.07235 v -0.07648 h 1.02733 v 0.07648 q -0.0971,0 -0.13229,0.03514 -0.0496,0.04547 -0.0496,0.107487 0,0.07648 0.0909,0.287321 l 0.31832,0.725536 0.25425,-0.626318 q 0.10956,-0.268717 0.10956,-0.380338 0,-0.06408 -0.0476,-0.103353 -0.0455,-0.04134 -0.16329,-0.04548 v -0.07648 h 0.63252 v 0.07648 q -0.091,0.0124 -0.14883,0.06821 -0.0579,0.05581 -0.17364,0.328662 l -0.64492,1.517218 z" />
- <path
- id="path15131"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;text-anchor:middle;fill:#808080;stroke-width:0.264583"
- d="m 152.0181,61.497157 q 0.25218,0 0.46922,0.130225 0.21704,0.130224 0.32866,0.370003 0.11369,0.239778 0.11369,0.525032 0,0.411344 -0.20877,0.688329 -0.25218,0.334863 -0.6966,0.334863 -0.43615,0 -0.67179,-0.305924 -0.23565,-0.305924 -0.23565,-0.709 0,-0.415478 0.23978,-0.723469 0.24185,-0.310059 0.66146,-0.310059 z m 0.008,0.146761 q -0.10542,0 -0.1819,0.08062 -0.0744,0.07855 -0.0992,0.314192 -0.0227,0.233577 -0.0227,0.651122 0,0.221175 0.0289,0.413412 0.0227,0.146761 0.0971,0.223242 0.0744,0.07648 0.1695,0.07648 0.093,0 0.15503,-0.05168 0.0806,-0.07028 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.793749 0,-0.3514 -0.0393,-0.481624 -0.0393,-0.132292 -0.11575,-0.192236 -0.0537,-0.04341 -0.14056,-0.04341 z" />
- </g>
- <g
- id="g4725"
- transform="translate(19.482566,34.919526)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-12"
+ d="m 137.05574,164.69432 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-58)" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path9106-8-1-2-4"
- d="m 115.6208,40.012561 v 2.83482"
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-3)" />
- <path
- inkscape:export-ydpi="200"
- inkscape:export-xdpi="200"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path9106-8-1-2-4-3"
- d="m 119.52552,43.927248 v -2.83482"
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-3-1)" />
- </g>
- <g
- transform="translate(73.209226,52.481934)"
- id="g34182-7-4-3-9"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-55"
+ d="m 137.05574,179.65061 v 7.79576"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-05)" />
+ <path
+ d="m 102.71567,147.95986 h 7.09892 v 3.70147 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-3-8-5" />
+ <path
+ d="m 104.80026,148.41684 v 0.96945 h -0.0765 q -0.0372,-0.27905 -0.13436,-0.44441 -0.0951,-0.16537 -0.27285,-0.26252 -0.17777,-0.0971 -0.36794,-0.0971 -0.21497,0 -0.35553,0.13229 -0.14056,0.13023 -0.14056,0.29766 0,0.12816 0.0889,0.23358 0.12816,0.15502 0.60978,0.41341 0.39274,0.21084 0.53537,0.32452 0.14469,0.11163 0.22117,0.26459 0.0785,0.15296 0.0785,0.32039 0,0.31833 -0.24804,0.54984 -0.24598,0.22944 -0.63459,0.22944 -0.12196,0 -0.22944,-0.0186 -0.0641,-0.0103 -0.26665,-0.0744 -0.20051,-0.0661 -0.25425,-0.0661 -0.0517,0 -0.0827,0.031 -0.0289,0.031 -0.0434,0.12816 h -0.0765 v -0.96118 h 0.0765 q 0.0537,0.30179 0.14469,0.45268 0.0909,0.14883 0.27699,0.24805 0.1881,0.0992 0.41134,0.0992 0.25838,0 0.40721,-0.13642 0.1509,-0.13643 0.1509,-0.32247 0,-0.10335 -0.0579,-0.20877 -0.0558,-0.10542 -0.1757,-0.19637 -0.0806,-0.062 -0.44028,-0.26251 -0.35967,-0.20258 -0.51263,-0.32247 -0.1509,-0.11988 -0.22945,-0.26458 -0.0786,-0.14469 -0.0786,-0.31832 0,-0.30179 0.23151,-0.51884 0.23151,-0.2191 0.58911,-0.2191 0.22325,0 0.47336,0.10955 0.11575,0.0517 0.1633,0.0517 0.0537,0 0.0868,-0.031 0.0351,-0.0331 0.0558,-0.13022 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15076" />
+ <path
+ d="m 105.82965,148.3445 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52135 q 0,0.17777 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.13849,0 0.18603,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.30799 -0.0186,-0.39894 -0.0145,-0.0662 -0.0455,-0.091 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.57051,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15078" />
+ <path
+ d="m 107.08435,149.73769 q 0.20671,-0.2067 0.24392,-0.23771 0.093,-0.0786 0.2005,-0.12195 0.10749,-0.0434 0.21291,-0.0434 0.17776,0 0.30592,0.10335 0.12816,0.10335 0.17157,0.29972 0.2129,-0.24805 0.35967,-0.32453 0.14676,-0.0786 0.30179,-0.0786 0.15089,0 0.26665,0.0786 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0475 0.0476,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10955,0 -0.22117,0.0558 -0.10956,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.19431 0.0207,0.24185 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20464 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.091,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.0599 -0.17157,0.0909 -0.26459,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15080" />
+ <path
+ d="m 137.56603,181.09944 h 7.09892 v 3.70147 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-5-3-8-3" />
+ <path
+ d="m 139.65062,181.55642 v 0.96945 h -0.0765 q -0.0372,-0.27905 -0.13435,-0.44442 -0.0951,-0.16536 -0.27286,-0.26251 -0.17776,-0.0971 -0.36793,-0.0971 -0.21498,0 -0.35554,0.13229 -0.14055,0.13022 -0.14055,0.29765 0,0.12816 0.0889,0.23358 0.12815,0.15503 0.60978,0.41341 0.39274,0.21084 0.53536,0.32453 0.1447,0.11162 0.22118,0.26458 0.0785,0.15296 0.0785,0.3204 0,0.31832 -0.24805,0.54983 -0.24598,0.22945 -0.63458,0.22945 -0.12196,0 -0.22945,-0.0186 -0.0641,-0.0103 -0.26665,-0.0744 -0.2005,-0.0661 -0.25424,-0.0661 -0.0517,0 -0.0827,0.031 -0.0289,0.031 -0.0434,0.12815 h -0.0765 v -0.96118 h 0.0765 q 0.0537,0.30179 0.14469,0.45269 0.0909,0.14883 0.27698,0.24805 0.18811,0.0992 0.41135,0.0992 0.25838,0 0.40721,-0.13643 0.15089,-0.13643 0.15089,-0.32246 0,-0.10335 -0.0579,-0.20877 -0.0558,-0.10542 -0.17569,-0.19637 -0.0806,-0.062 -0.44029,-0.26252 -0.35967,-0.20257 -0.51263,-0.32246 -0.15089,-0.11989 -0.22944,-0.26458 -0.0786,-0.1447 -0.0786,-0.31833 0,-0.30179 0.23151,-0.51883 0.23151,-0.21911 0.58911,-0.21911 0.22324,0 0.47336,0.10956 0.11575,0.0517 0.16329,0.0517 0.0537,0 0.0868,-0.031 0.0351,-0.0331 0.0558,-0.13023 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15084" />
+ <path
+ d="m 140.68001,181.48407 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14883 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14883 0,-0.0868 0.06,-0.14676 0.062,-0.062 0.15089,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18604,0.0289 v 0.0744 h -0.91985 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0476,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14057,0.031 l -0.0289,-0.0744 0.57052,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15086" />
+ <path
+ d="m 141.93471,182.87727 q 0.20671,-0.20671 0.24392,-0.23771 0.093,-0.0785 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17776,0 0.30592,0.10335 0.12816,0.10336 0.17157,0.29973 0.2129,-0.24805 0.35967,-0.32453 0.14676,-0.0786 0.30179,-0.0786 0.15089,0 0.26665,0.0786 0.11782,0.0765 0.18603,0.25218 0.0455,0.11989 0.0455,0.3762 v 0.81442 q 0,0.17777 0.0269,0.24392 0.0207,0.0455 0.0765,0.0785 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0475 0.0476,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.20051 v -0.81442 q 0,-0.23151 -0.0558,-0.32659 -0.0806,-0.1323 -0.25838,-0.1323 -0.10955,0 -0.22117,0.0558 -0.10956,0.0537 -0.26665,0.20258 l -0.004,0.0227 0.004,0.0889 v 0.9033 q 0,0.1943 0.0207,0.24184 0.0227,0.0476 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11162 0.0103,-0.0351 0.0103,-0.20463 v -0.81442 q 0,-0.23152 -0.0682,-0.3328 -0.091,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.0599 -0.17157,0.0909 -0.26459,0.20464 v 1.01492 q 0,0.18604 0.0248,0.24185 0.0269,0.0558 0.0765,0.0847 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13022,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23772 v -0.72347 q 0,-0.31212 -0.0186,-0.40307 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15088" />
+ <path
+ d="m 116.14327,170.20443 h 7.09892 v 3.56784 h -7.09892 z"
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect14838-4-5-5-7" />
+ <path
+ d="m 116.23109,170.59186 h 0.76067 l 1.71359,2.10219 v -1.61643 q 0,-0.25839 -0.0579,-0.32247 -0.0765,-0.0868 -0.24184,-0.0868 h -0.0971 v -0.0765 h 0.97564 v 0.0765 h -0.0992 q -0.17776,0 -0.25218,0.10749 -0.0455,0.0661 -0.0455,0.30179 v 2.36265 h -0.0744 l -1.84794,-2.25723 v 1.72599 q 0,0.25838 0.0558,0.32246 0.0785,0.0868 0.24184,0.0868 h 0.0992 v 0.0765 h -0.97565 v -0.0765 h 0.0971 q 0.17983,0 0.25425,-0.10748 0.0455,-0.0662 0.0455,-0.30179 v -1.94924 q -0.12196,-0.14262 -0.18604,-0.1881 -0.062,-0.0455 -0.18396,-0.0848 -0.0599,-0.0186 -0.1819,-0.0186 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15092" />
+ <path
+ d="m 120.55123,173.12193 q -0.29146,0.22531 -0.36587,0.26045 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13435 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26458 0.21084,-0.12403 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.091,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0785,0.0703 -0.0785,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.32659 0.1819,-0.14883 0.51056,-0.14883 0.25218,0 0.41341,0.0847 0.12196,0.0641 0.17984,0.2005 0.0372,0.0889 0.0372,0.3638 v 0.64286 q 0,0.27078 0.0103,0.33279 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.15089 v 0.11575 q -0.23151,0.31006 -0.44235,0.31006 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23978 z m 0,-0.13436 v -0.7214 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20464,0.0971 0.15709,0 0.41341,-0.20671 z m -0.85163,-1.86035 h -0.0661 q 0.008,-0.28318 0.11782,-0.40927 0.10955,-0.12609 0.27078,-0.12609 0.0847,0 0.15503,0.0269 0.093,0.0351 0.26252,0.14883 0.17156,0.11162 0.25425,0.11162 0.0661,0 0.11575,-0.0558 0.0517,-0.0558 0.0806,-0.23151 h 0.0641 q 0.002,0.19223 -0.0517,0.30592 -0.0517,0.11162 -0.14883,0.1757 -0.0951,0.062 -0.19224,0.062 -0.16329,0 -0.40514,-0.16536 -0.13022,-0.0889 -0.1757,-0.10749 -0.0455,-0.0186 -0.0889,-0.0186 -0.0847,0 -0.13436,0.0744 -0.0227,0.0351 -0.0579,0.20877 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15094" />
+ <path
+ d="m 122.28135,171.44555 q 0.42995,0 0.6904,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68007,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38033 0.21084,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10956,0 -0.22118,0.0661 -0.10955,0.0641 -0.17777,0.22738 -0.0682,0.16329 -0.0682,0.41961 0,0.41341 0.1633,0.71313 0.16536,0.29973 0.43408,0.29973 0.2005,0 0.33073,-0.16537 0.13022,-0.16536 0.13022,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1.25;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15096" />
+ <path
+ id="path15099"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 122.21736,62.21856 v 0.777213 q 0,0.227376 0.0269,0.28732 0.0289,0.05788 0.0992,0.09302 0.0724,0.03514 0.26252,0.03514 v 0.07648 h -1.4242 v -0.07648 q 0.1943,0 0.26251,-0.03514 0.0703,-0.03721 0.0971,-0.09509 0.0289,-0.05788 0.0289,-0.285253 v -1.819009 q 0,-0.227376 -0.0289,-0.285254 -0.0269,-0.05994 -0.0971,-0.09508 -0.0703,-0.03514 -0.26251,-0.03514 v -0.07648 h 1.22163 q 0.60358,0 0.86609,0.214973 0.26252,0.214974 0.26252,0.537435 0,0.272851 -0.1695,0.467154 -0.1695,0.194304 -0.46716,0.264583 -0.2005,0.04961 -0.67799,0.04961 z m 0,-1.372525 v 1.211294 q 0.0682,0.0041 0.10335,0.0041 0.25218,0 0.38861,-0.148828 0.13643,-0.150895 0.13643,-0.465088 0,-0.312125 -0.13643,-0.456819 Q 122.57289,60.846 122.30211,60.846 Z" />
+ <path
+ id="path15101"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 124.60688,61.555035 v 0.438216 q 0.19223,-0.299723 0.33693,-0.396875 0.14469,-0.09922 0.27905,-0.09922 0.11575,0 0.18397,0.07235 0.0703,0.07028 0.0703,0.200505 0,0.138492 -0.0682,0.214974 -0.0661,0.07648 -0.16123,0.07648 -0.10955,0 -0.19016,-0.07028 -0.0806,-0.07028 -0.0951,-0.07855 -0.0207,-0.0124 -0.0475,-0.0124 -0.0599,0 -0.11369,0.04548 -0.0847,0.07028 -0.12816,0.200505 -0.0661,0.200504 -0.0661,0.44235 v 0.444417 l 0.002,0.115755 q 0,0.117822 0.0145,0.150895 0.0248,0.05581 0.0724,0.08268 0.0496,0.02481 0.16536,0.03101 v 0.07441 h -1.04386 v -0.07441 q 0.12609,-0.01033 0.1695,-0.06821 0.0455,-0.05994 0.0455,-0.312125 v -1.068668 q 0,-0.165364 -0.0165,-0.21084 -0.0207,-0.05788 -0.06,-0.08475 -0.0393,-0.02687 -0.13849,-0.03721 v -0.07648 z" />
+ <path
+ id="path15103"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 126.5189,61.497157 q 0.25218,0 0.46923,0.130225 0.21704,0.130224 0.32866,0.370003 0.11368,0.239778 0.11368,0.525032 0,0.411344 -0.20877,0.688329 -0.25218,0.334863 -0.6966,0.334863 -0.43614,0 -0.67179,-0.305924 -0.23564,-0.305924 -0.23564,-0.709 0,-0.415478 0.23978,-0.723469 0.24184,-0.310059 0.66145,-0.310059 z m 0.008,0.146761 q -0.10542,0 -0.1819,0.08062 -0.0744,0.07855 -0.0992,0.314192 -0.0227,0.233577 -0.0227,0.651122 0,0.221175 0.0289,0.413412 0.0227,0.146761 0.0971,0.223242 0.0744,0.07648 0.1695,0.07648 0.093,0 0.15503,-0.05168 0.0806,-0.07028 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.793749 0,-0.3514 -0.0393,-0.481624 -0.0393,-0.132292 -0.11576,-0.192236 -0.0537,-0.04341 -0.14056,-0.04341 z" />
+ <path
+ id="path15105"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 129.30116,62.989572 0.0641,0.04961 q -0.13643,0.256315 -0.34107,0.382405 -0.20257,0.124023 -0.43201,0.124023 -0.38654,0 -0.61805,-0.291454 -0.23151,-0.291455 -0.23151,-0.700732 0,-0.394808 0.21084,-0.694531 0.25425,-0.361735 0.70073,-0.361735 0.29972,0 0.47542,0.150895 0.17777,0.150896 0.17777,0.336931 0,0.117822 -0.0724,0.188102 -0.0703,0.07028 -0.18603,0.07028 -0.12196,0 -0.20257,-0.08062 -0.0785,-0.08061 -0.0971,-0.28732 -0.0124,-0.130225 -0.0599,-0.181901 -0.0475,-0.05168 -0.11162,-0.05168 -0.0992,0 -0.1695,0.10542 -0.10748,0.159163 -0.10748,0.487825 0,0.272852 0.0868,0.522965 0.0868,0.248047 0.23771,0.370003 0.11369,0.08888 0.26872,0.08888 0.10129,0 0.19224,-0.04754 0.091,-0.04754 0.21497,-0.179833 z" />
+ <path
+ id="path15107"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 131.23799,62.452137 h -1.0604 q 0.0186,0.384472 0.20464,0.607714 0.14263,0.171566 0.34313,0.171566 0.12403,0 0.22531,-0.06821 0.10129,-0.07028 0.21704,-0.250114 l 0.0703,0.04548 q -0.15709,0.320393 -0.34726,0.454752 -0.19017,0.132291 -0.44029,0.132291 -0.42994,0 -0.65112,-0.330728 -0.17777,-0.266651 -0.17777,-0.661458 0,-0.483691 0.26045,-0.768945 0.26252,-0.287321 0.61392,-0.287321 0.29352,0 0.50849,0.241846 0.21705,0.239778 0.23358,0.713134 z m -0.50849,-0.138493 q 0,-0.332796 -0.0372,-0.456819 -0.0351,-0.124023 -0.11162,-0.188102 -0.0434,-0.03721 -0.11576,-0.03721 -0.10748,0 -0.1757,0.10542 -0.12195,0.183968 -0.12195,0.504361 v 0.07235 z" />
+ <path
+ id="path15109"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 132.6994,61.501292 0.031,0.65939 h -0.0703 q -0.12609,-0.293522 -0.26252,-0.401009 -0.13436,-0.107486 -0.26872,-0.107486 -0.0848,0 -0.14469,0.05788 -0.0599,0.05581 -0.0599,0.130225 0,0.05581 0.0413,0.107487 0.0661,0.08475 0.37,0.291454 0.30386,0.204639 0.39894,0.349333 0.0971,0.142627 0.0971,0.320393 0,0.161231 -0.0806,0.31626 -0.0806,0.155029 -0.22738,0.237711 -0.14676,0.08268 -0.32453,0.08268 -0.13849,0 -0.37,-0.08682 -0.062,-0.02274 -0.0848,-0.02274 -0.0682,0 -0.11369,0.103352 h -0.0682 l -0.0331,-0.69453 h 0.0703 q 0.093,0.272851 0.25424,0.409277 0.1633,0.136425 0.308,0.136425 0.0992,0 0.16123,-0.05994 0.0641,-0.06201 0.0641,-0.148828 0,-0.09922 -0.062,-0.171566 -0.062,-0.07235 -0.27698,-0.219108 -0.31626,-0.219108 -0.40928,-0.334863 -0.13643,-0.169498 -0.13643,-0.374137 0,-0.223242 0.15297,-0.403076 0.15503,-0.181901 0.44648,-0.181901 0.1571,0 0.30386,0.07648 0.0558,0.03101 0.0909,0.03101 0.0372,0 0.0599,-0.01447 0.0227,-0.01654 0.0724,-0.08888 z" />
+ <path
+ id="path15111"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 134.34478,61.501292 0.031,0.65939 h -0.0703 q -0.12609,-0.293522 -0.26251,-0.401009 -0.13436,-0.107486 -0.26872,-0.107486 -0.0848,0 -0.1447,0.05788 -0.0599,0.05581 -0.0599,0.130225 0,0.05581 0.0413,0.107487 0.0661,0.08475 0.37,0.291454 0.30386,0.204639 0.39895,0.349333 0.0971,0.142627 0.0971,0.320393 0,0.161231 -0.0806,0.31626 -0.0806,0.155029 -0.22737,0.237711 -0.14676,0.08268 -0.32453,0.08268 -0.13849,0 -0.37,-0.08682 -0.062,-0.02274 -0.0847,-0.02274 -0.0682,0 -0.11369,0.103352 h -0.0682 l -0.0331,-0.69453 h 0.0703 q 0.093,0.272851 0.25425,0.409277 0.1633,0.136425 0.30799,0.136425 0.0992,0 0.16123,-0.05994 0.0641,-0.06201 0.0641,-0.148828 0,-0.09922 -0.062,-0.171566 -0.062,-0.07235 -0.27699,-0.219108 -0.31626,-0.219108 -0.40927,-0.334863 -0.13643,-0.169498 -0.13643,-0.374137 0,-0.223242 0.15296,-0.403076 0.15503,-0.181901 0.44649,-0.181901 0.15709,0 0.30385,0.07648 0.0558,0.03101 0.0909,0.03101 0.0372,0 0.0599,-0.01447 0.0227,-0.01654 0.0724,-0.08888 z" />
+ <path
+ id="path15113"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 135.68009,61.497157 q 0.25218,0 0.46923,0.130225 0.21704,0.130224 0.32866,0.370003 0.11369,0.239778 0.11369,0.525032 0,0.411344 -0.20878,0.688329 -0.25218,0.334863 -0.69659,0.334863 -0.43615,0 -0.6718,-0.305924 -0.23564,-0.305924 -0.23564,-0.709 0,-0.415478 0.23978,-0.723469 0.24184,-0.310059 0.66145,-0.310059 z m 0.008,0.146761 q -0.10542,0 -0.1819,0.08062 -0.0744,0.07855 -0.0992,0.314192 -0.0227,0.233577 -0.0227,0.651122 0,0.221175 0.0289,0.413412 0.0227,0.146761 0.0972,0.223242 0.0744,0.07648 0.16949,0.07648 0.093,0 0.15503,-0.05168 0.0806,-0.07028 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.793749 0,-0.3514 -0.0393,-0.481624 -0.0393,-0.132292 -0.11576,-0.192236 -0.0537,-0.04341 -0.14056,-0.04341 z" />
+ <path
+ id="path15115"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 138.40861,60.618659 q 0.13436,0 0.22737,0.09508 0.093,0.09302 0.093,0.225309 0,0.132292 -0.0951,0.225309 -0.093,0.09302 -0.22531,0.09302 -0.13229,0 -0.22531,-0.09302 -0.093,-0.09302 -0.093,-0.225309 0,-0.132291 0.093,-0.225309 0.093,-0.09508 0.22531,-0.09508 z m 0.28939,0.936376 v 1.531688 q 0,0.204639 0.0475,0.262516 0.0475,0.05581 0.18603,0.06408 v 0.07441 h -1.04386 v -0.07441 q 0.12816,-0.0041 0.19017,-0.07441 0.0413,-0.04754 0.0413,-0.252181 v -1.128612 q 0,-0.204639 -0.0475,-0.260449 -0.0475,-0.05788 -0.18397,-0.06615 v -0.07648 z" />
+ <path
+ id="path15117"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 139.88448,60.848102 v 0.706933 h 0.45889 v 0.204638 h -0.45889 v 1.192692 q 0,0.167431 0.0145,0.21704 0.0165,0.04754 0.0558,0.07855 0.0393,0.02894 0.0724,0.02894 0.13436,0 0.25425,-0.204638 l 0.062,0.04547 q -0.16743,0.396875 -0.54363,0.396875 -0.18397,0 -0.31213,-0.101286 -0.12609,-0.103353 -0.16123,-0.229443 -0.0207,-0.07028 -0.0207,-0.380338 v -1.043864 h -0.25218 v -0.07235 q 0.26045,-0.183968 0.44235,-0.38654 0.18397,-0.202571 0.32039,-0.452685 z" />
+ <path
+ id="path15119"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 142.16858,62.452137 h -1.0604 q 0.0186,0.384472 0.20464,0.607714 0.14263,0.171566 0.34313,0.171566 0.12402,0 0.22531,-0.06821 0.10129,-0.07028 0.21704,-0.250114 l 0.0703,0.04548 q -0.15709,0.320393 -0.34726,0.454752 -0.19017,0.132291 -0.44029,0.132291 -0.42994,0 -0.65112,-0.330728 -0.17777,-0.266651 -0.17777,-0.661458 0,-0.483691 0.26045,-0.768945 0.26252,-0.287321 0.61392,-0.287321 0.29352,0 0.50849,0.241846 0.21704,0.239778 0.23358,0.713134 z m -0.50849,-0.138493 q 0,-0.332796 -0.0372,-0.456819 -0.0351,-0.124023 -0.11162,-0.188102 -0.0434,-0.03721 -0.11576,-0.03721 -0.10748,0 -0.1757,0.10542 -0.12195,0.183968 -0.12195,0.504361 v 0.07235 z" />
+ <path
+ id="path15121"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 143.21038,61.555035 v 0.438216 q 0.19223,-0.299723 0.33693,-0.396875 0.14469,-0.09922 0.27905,-0.09922 0.11575,0 0.18397,0.07235 0.0703,0.07028 0.0703,0.200505 0,0.138492 -0.0682,0.214974 -0.0661,0.07648 -0.16123,0.07648 -0.10955,0 -0.19016,-0.07028 -0.0806,-0.07028 -0.0951,-0.07855 -0.0207,-0.0124 -0.0475,-0.0124 -0.06,0 -0.11369,0.04548 -0.0848,0.07028 -0.12816,0.200505 -0.0661,0.200504 -0.0661,0.44235 v 0.444417 l 0.002,0.115755 q 0,0.117822 0.0145,0.150895 0.0248,0.05581 0.0724,0.08268 0.0496,0.02481 0.16537,0.03101 v 0.07441 h -1.04387 v -0.07441 q 0.12609,-0.01033 0.1695,-0.06821 0.0455,-0.05994 0.0455,-0.312125 v -1.068668 q 0,-0.165364 -0.0165,-0.21084 -0.0207,-0.05788 -0.06,-0.08475 -0.0393,-0.02687 -0.13849,-0.03721 v -0.07648 z" />
+ <path
+ id="path15123"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 145.35185,63.202478 q -0.35347,0.312126 -0.63459,0.312126 -0.16536,0 -0.27492,-0.107487 -0.10955,-0.109554 -0.10955,-0.272852 0,-0.221175 0.19017,-0.396874 0.19017,-0.177767 0.82889,-0.471289 v -0.194303 q 0,-0.219108 -0.0248,-0.274919 -0.0227,-0.05788 -0.0889,-0.09922 -0.0661,-0.04341 -0.14883,-0.04341 -0.13436,0 -0.22117,0.05994 -0.0537,0.03721 -0.0537,0.08682 0,0.04341 0.0579,0.107486 0.0786,0.08888 0.0786,0.171566 0,0.101286 -0.0765,0.173633 -0.0744,0.07028 -0.19637,0.07028 -0.13023,0 -0.21911,-0.07855 -0.0868,-0.07855 -0.0868,-0.183968 0,-0.148828 0.11782,-0.283187 0.11783,-0.136426 0.32867,-0.208773 0.21084,-0.07235 0.43821,-0.07235 0.27492,0 0.43408,0.117823 0.16123,0.115755 0.20878,0.25218 0.0289,0.08682 0.0289,0.398942 v 0.750341 q 0,0.132292 0.0103,0.167432 0.0103,0.03307 0.031,0.04961 0.0207,0.01654 0.0475,0.01654 0.0537,0 0.10955,-0.07648 l 0.062,0.04961 q -0.10335,0.152962 -0.21497,0.223242 -0.10955,0.06821 -0.25011,0.06821 -0.16537,0 -0.25839,-0.07648 -0.093,-0.07855 -0.11368,-0.235645 z m 0,-0.150895 v -0.646988 q -0.25012,0.146761 -0.37207,0.314192 -0.0806,0.111621 -0.0806,0.225309 0,0.09508 0.0682,0.167432 0.0517,0.05581 0.1447,0.05581 0.10335,0 0.23978,-0.115755 z" />
+ <path
+ id="path15125"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 147.16879,60.848102 v 0.706933 h 0.45888 v 0.204638 h -0.45888 v 1.192692 q 0,0.167431 0.0145,0.21704 0.0165,0.04754 0.0558,0.07855 0.0393,0.02894 0.0724,0.02894 0.13435,0 0.25424,-0.204638 l 0.062,0.04547 q -0.16743,0.396875 -0.54363,0.396875 -0.18397,0 -0.31213,-0.101286 -0.12609,-0.103353 -0.16123,-0.229443 -0.0207,-0.07028 -0.0207,-0.380338 v -1.043864 h -0.25218 v -0.07235 q 0.26045,-0.183968 0.44235,-0.38654 0.18397,-0.202571 0.3204,-0.452685 z" />
+ <path
+ id="path15127"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 148.28086,60.618659 q 0.13436,0 0.22738,0.09508 0.093,0.09302 0.093,0.225309 0,0.132292 -0.0951,0.225309 -0.093,0.09302 -0.22531,0.09302 -0.13229,0 -0.2253,-0.09302 -0.093,-0.09302 -0.093,-0.225309 0,-0.132291 0.093,-0.225309 0.093,-0.09508 0.2253,-0.09508 z m 0.28939,0.936376 v 1.531688 q 0,0.204639 0.0475,0.262516 0.0475,0.05581 0.18604,0.06408 v 0.07441 h -1.04386 v -0.07441 q 0.12815,-0.0041 0.19017,-0.07441 0.0413,-0.04754 0.0413,-0.252181 v -1.128612 q 0,-0.204639 -0.0476,-0.260449 -0.0475,-0.05788 -0.18396,-0.06615 v -0.07648 z" />
+ <path
+ id="path15129"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 149.86216,63.545609 -0.65112,-1.498615 q -0.11782,-0.270784 -0.18397,-0.343131 -0.0475,-0.05374 -0.14056,-0.07235 v -0.07648 h 1.02733 v 0.07648 q -0.0971,0 -0.13229,0.03514 -0.0496,0.04547 -0.0496,0.107487 0,0.07648 0.0909,0.287321 l 0.31832,0.725536 0.25425,-0.626318 q 0.10956,-0.268717 0.10956,-0.380338 0,-0.06408 -0.0476,-0.103353 -0.0455,-0.04134 -0.16329,-0.04548 v -0.07648 h 0.63252 v 0.07648 q -0.091,0.0124 -0.14883,0.06821 -0.0579,0.05581 -0.17364,0.328662 l -0.64492,1.517218 z" />
+ <path
+ id="path15131"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ d="m 152.0181,61.497157 q 0.25218,0 0.46922,0.130225 0.21704,0.130224 0.32866,0.370003 0.11369,0.239778 0.11369,0.525032 0,0.411344 -0.20877,0.688329 -0.25218,0.334863 -0.6966,0.334863 -0.43615,0 -0.67179,-0.305924 -0.23565,-0.305924 -0.23565,-0.709 0,-0.415478 0.23978,-0.723469 0.24185,-0.310059 0.66146,-0.310059 z m 0.008,0.146761 q -0.10542,0 -0.1819,0.08062 -0.0744,0.07855 -0.0992,0.314192 -0.0227,0.233577 -0.0227,0.651122 0,0.221175 0.0289,0.413412 0.0227,0.146761 0.0971,0.223242 0.0744,0.07648 0.1695,0.07648 0.093,0 0.15503,-0.05168 0.0806,-0.07028 0.10749,-0.19637 0.0413,-0.19637 0.0413,-0.793749 0,-0.3514 -0.0393,-0.481624 -0.0393,-0.132292 -0.11575,-0.192236 -0.0537,-0.04341 -0.14056,-0.04341 z" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200">
- <path
- d="m 48.476562,136.64453 v 8.15625 h 30.740235 v -8.15625 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path34163-6-0-9-5" />
- <path
- d="m 47.951206,136.11972 h 31.79059 v 9.20645 h -31.79059 z"
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect7253-2-7-4-7-6-6-5-2-5" />
- <g
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.747889px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
- id="flowRoot34165-8-0-9-7"
- aria-label="Resolver sistemas de controle">
- <path
- id="path15136"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.489822,139.87296 h -0.748275 l -0.948778,-1.31052 q -0.10542,0.004 -0.171566,0.004 -0.02687,0 -0.05788,0 -0.03101,-0.002 -0.06408,-0.004 v 0.81442 q 0,0.26459 0.05788,0.32867 0.07855,0.0909 0.235644,0.0909 h 0.109554 v 0.0765 h -1.200959 v -0.0765 h 0.105419 q 0.177767,0 0.254248,-0.11576 0.04341,-0.0641 0.04341,-0.30386 v -1.81074 q 0,-0.26458 -0.05788,-0.32866 -0.08062,-0.0909 -0.239779,-0.0909 h -0.105419 v -0.0765 h 1.021125 q 0.446484,0 0.657324,0.0661 0.212906,0.0641 0.359667,0.23977 0.148828,0.17364 0.148828,0.41548 0,0.25838 -0.169498,0.44855 -0.167432,0.19017 -0.520898,0.26872 l 0.578775,0.80408 q 0.198438,0.27699 0.341065,0.36794 0.142626,0.0909 0.37207,0.11576 z m -1.990575,-1.44074 q 0.03927,0 0.06821,0.002 0.02894,0 0.04754,0 0.401009,0 0.60358,-0.17364 0.204639,-0.17363 0.204639,-0.44235 0,-0.26251 -0.165365,-0.42581 -0.163297,-0.16536 -0.434081,-0.16536 -0.119889,0 -0.324528,0.0393 z" />
- <path
- id="path15138"
- style="font-size:4.23333px;fill:#808080"
- d="m 51.907367,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876431 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path15140"
- style="font-size:4.23333px;fill:#808080"
- d="m 54.689624,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path15142"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.037344,137.92372 q 0.429947,0 0.690396,0.3266 0.221175,0.27905 0.221175,0.64079 0,0.25424 -0.121956,0.51469 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38033 0.210839,-0.12403 0.446484,-0.12403 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41962 0,0.41341 0.163297,0.71313 0.165364,0.29972 0.434082,0.29972 0.200504,0 0.330728,-0.16536 0.130225,-0.16537 0.130225,-0.56844 0,-0.50436 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path15144"
- style="font-size:4.23333px;fill:#808080"
- d="m 57.87909,136.9336 v 2.51148 q 0,0.17776 0.02481,0.23564 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200505,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130224,0 0.177766,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -1.71979 q 0,-0.3204 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136425,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path15146"
- style="font-size:4.23333px;fill:#808080"
- d="m 58.304904,137.97953 h 0.890901 v 0.0765 h -0.05788 q -0.08061,0 -0.124023,0.0393 -0.04134,0.0393 -0.04134,0.10542 0,0.0724 0.04341,0.17156 l 0.440283,1.04593 0.44235,-1.0852 q 0.04754,-0.11575 0.04754,-0.1757 0,-0.0289 -0.01654,-0.0475 -0.02274,-0.031 -0.05788,-0.0413 -0.03514,-0.0124 -0.142627,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.107487,0.008 -0.148828,0.0434 -0.07235,0.062 -0.130225,0.20671 l -0.671793,1.6247 H 59.31156 L 58.635633,138.333 q -0.04548,-0.11162 -0.08682,-0.15916 -0.04134,-0.0496 -0.10542,-0.0827 -0.03514,-0.0186 -0.138492,-0.0351 z" />
- <path
- id="path15148"
- style="font-size:4.23333px;fill:#808080"
- d="m 60.837047,138.69267 q -0.0021,0.42168 0.204638,0.66146 0.206706,0.23977 0.485758,0.23977 0.186035,0 0.322461,-0.10128 0.138493,-0.10335 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248047,-0.75654 0.250113,-0.27285 0.626317,-0.27285 0.318327,0 0.522965,0.21084 0.204639,0.20877 0.204639,0.56017 z m 0,-0.11989 h 0.876431 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171565,0 -0.307991,0.13436 -0.134359,0.13229 -0.157096,0.37 z" />
- <path
- id="path15150"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.949577,137.92372 v 0.42582 q 0.237712,-0.42582 0.487826,-0.42582 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15917 0,0.0806 -0.05374,0.13642 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0723 -0.132291,-0.0723 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192237,0.27905 v 0.90744 q 0,0.15709 0.03928,0.23771 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10542 0.01034,-0.0351 0.01034,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path15152"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.091502,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202571,-0.41341 -0.121957,-0.10955 -0.312126,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.301791,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194304,0.15709 -0.436149,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142627,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.39274,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.161231,-0.1571 0.415479,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path15154"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.994805,136.9336 q 0.08682,0 0.146761,0.062 0.06201,0.0599 0.06201,0.14676 0,0.0868 -0.06201,0.14882 -0.05994,0.062 -0.146761,0.062 -0.08682,0 -0.148828,-0.062 -0.06201,-0.062 -0.06201,-0.14882 0,-0.0868 0.05994,-0.14676 0.06201,-0.062 0.150895,-0.062 z m 0.171566,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.02687,0.0579 0.07648,0.0868 0.05168,0.0289 0.186035,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.138493,0 0.186035,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02894,-0.062 0.02894,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.01447,-0.0661 -0.04547,-0.0909 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.14056,0.031 l -0.02894,-0.0744 0.570507,-0.23151 z" />
- <path
- id="path15156"
- style="font-size:4.23333px;fill:#808080"
- d="m 68.910966,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419613,0.20464 0.419613,0.5395 0,0.25838 -0.196371,0.41755 -0.194303,0.15709 -0.436148,0.15709 -0.173633,0 -0.396875,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101285,-0.23977 -0.09922,-0.0972 -0.398942,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270785,0.0476 0.105419,0.031 0.140559,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path15158"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.882482,137.35735 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.05168,0.24805 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08062 q -0.07235,0.20257 -0.204638,0.30593 -0.132292,0.10128 -0.272852,0.10128 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0538 -0.134358,-0.1509 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.23151,-0.15296 0.119889,-0.10955 0.212907,-0.25838 0.04754,-0.0785 0.132291,-0.28732 z" />
- <path
- id="path15160"
- style="font-size:4.23333px;fill:#808080"
- d="m 70.825059,138.69267 q -0.0021,0.42168 0.204639,0.66146 0.206705,0.23977 0.485758,0.23977 0.186035,0 0.32246,-0.10128 0.138493,-0.10335 0.231511,-0.3514 l 0.06408,0.0413 q -0.04341,0.28319 -0.252181,0.51676 -0.208772,0.23151 -0.522965,0.23151 -0.341064,0 -0.584976,-0.26458 -0.241846,-0.26665 -0.241846,-0.7152 0,-0.48576 0.248047,-0.75654 0.250114,-0.27285 0.626318,-0.27285 0.318326,0 0.522965,0.21084 0.204638,0.20877 0.204638,0.56017 z m 0,-0.11989 h 0.876432 q -0.01034,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101285,-0.0661 -0.212906,-0.0661 -0.171566,0 -0.307992,0.13436 -0.134358,0.13229 -0.157096,0.37 z" />
- <path
- id="path15162"
- style="font-size:4.23333px;fill:#808080"
- d="m 72.945858,138.3268 q 0.206706,-0.20671 0.243913,-0.23771 0.09302,-0.0786 0.200504,-0.12196 0.107487,-0.0434 0.212907,-0.0434 0.177766,0 0.305924,0.10336 0.128157,0.10335 0.171566,0.29972 0.212906,-0.24805 0.359667,-0.32453 0.146761,-0.0786 0.30179,-0.0786 0.150895,0 0.26665,0.0786 0.117823,0.0765 0.186035,0.25218 0.04548,0.11989 0.04548,0.37621 v 0.81442 q 0,0.17776 0.02687,0.24391 0.02067,0.0455 0.07648,0.0786 0.05581,0.031 0.181901,0.031 v 0.0744 h -0.934309 v -0.0744 h 0.03927 q 0.121957,0 0.190169,-0.0475 0.04754,-0.0331 0.06821,-0.10542 0.0083,-0.0351 0.0083,-0.2005 v -0.81442 q 0,-0.23151 -0.05581,-0.3266 -0.08061,-0.13229 -0.258382,-0.13229 -0.109554,0 -0.221175,0.0558 -0.109554,0.0537 -0.26665,0.20257 l -0.0041,0.0227 0.0041,0.0889 v 0.90331 q 0,0.1943 0.02067,0.24184 0.02274,0.0475 0.08268,0.0806 0.05994,0.031 0.204638,0.031 v 0.0744 h -0.957047 v -0.0744 q 0.157097,0 0.214974,-0.0372 0.05994,-0.0372 0.08268,-0.11163 0.01034,-0.0351 0.01034,-0.20463 v -0.81442 q 0,-0.23151 -0.06821,-0.3328 -0.09095,-0.13229 -0.254248,-0.13229 -0.111621,0 -0.221175,0.0599 -0.171565,0.0909 -0.264583,0.20464 v 1.01493 q 0,0.18603 0.02481,0.24184 0.02687,0.0558 0.07648,0.0848 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 q 0.130225,0 0.181901,-0.0269 0.05168,-0.0289 0.07855,-0.0889 0.02687,-0.062 0.02687,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.01447,-0.0682 -0.04547,-0.093 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570508,-0.23151 h 0.08888 z" />
- <path
- id="path15164"
- style="font-size:4.23333px;fill:#808080"
- d="m 76.747173,139.60011 q -0.291455,0.2253 -0.365869,0.26044 -0.111621,0.0517 -0.237711,0.0517 -0.19637,0 -0.324528,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.06201,-0.23978 0.08475,-0.14056 0.293522,-0.26459 0.21084,-0.12402 0.698665,-0.30179 v -0.0744 q 0,-0.28319 -0.09095,-0.38861 -0.08888,-0.10542 -0.260449,-0.10542 -0.130225,0 -0.206706,0.0703 -0.07855,0.0703 -0.07855,0.16123 l 0.0041,0.11989 q 0,0.0951 -0.04961,0.14676 -0.04754,0.0517 -0.126091,0.0517 -0.07648,0 -0.12609,-0.0537 -0.04754,-0.0537 -0.04754,-0.14676 0,-0.17777 0.181901,-0.3266 0.181901,-0.14883 0.510562,-0.14883 0.252181,0 0.413411,0.0847 0.121957,0.0641 0.179834,0.20051 0.03721,0.0889 0.03721,0.3638 v 0.64285 q 0,0.27079 0.01034,0.3328 0.01033,0.0599 0.03307,0.0806 0.02481,0.0207 0.05581,0.0207 0.03307,0 0.05788,-0.0145 0.04341,-0.0269 0.167431,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.101286,0 -0.16123,-0.0703 -0.05994,-0.0703 -0.06201,-0.23977 z m 0,-0.13436 v -0.72141 q -0.312125,0.12403 -0.403076,0.1757 -0.163297,0.0909 -0.233577,0.19017 -0.07028,0.0992 -0.07028,0.21704 0,0.14883 0.08888,0.24805 0.08888,0.0971 0.204638,0.0971 0.157096,0 0.413411,-0.2067 z" />
- <path
- id="path15166"
- style="font-size:4.23333px;fill:#808080"
- d="m 78.774955,137.92372 v 0.64492 h -0.06821 q -0.07855,-0.30385 -0.202572,-0.41341 -0.121956,-0.10955 -0.312125,-0.10955 -0.144694,0 -0.233577,0.0765 -0.08888,0.0765 -0.08888,0.1695 0,0.11575 0.06615,0.19844 0.06408,0.0847 0.260449,0.17983 l 0.30179,0.14676 q 0.419612,0.20464 0.419612,0.5395 0,0.25838 -0.19637,0.41755 -0.194303,0.15709 -0.436149,0.15709 -0.173632,0 -0.396874,-0.062 -0.06821,-0.0207 -0.111621,-0.0207 -0.04754,0 -0.07441,0.0538 h -0.06821 v -0.67593 h 0.06821 q 0.05788,0.28939 0.221175,0.43615 0.163297,0.14676 0.365869,0.14676 0.142626,0 0.23151,-0.0827 0.09095,-0.0848 0.09095,-0.20258 0,-0.14262 -0.101286,-0.23977 -0.09922,-0.0972 -0.398941,-0.24598 -0.299723,-0.14883 -0.392741,-0.26872 -0.09302,-0.11782 -0.09302,-0.29766 0,-0.23357 0.159163,-0.39067 0.16123,-0.1571 0.415478,-0.1571 0.111621,0 0.270784,0.0476 0.10542,0.031 0.14056,0.031 0.03307,0 0.05168,-0.0145 0.0186,-0.0145 0.04341,-0.0641 z" />
- <path
- id="path15168"
- style="font-size:4.23333px;fill:#808080"
- d="m 55.85751,143.89339 q -0.138493,0.14469 -0.270784,0.20877 -0.132292,0.062 -0.285254,0.062 -0.310058,0 -0.541569,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.256315,-0.74414 0.256315,-0.339 0.659391,-0.339 0.250114,0 0.413411,0.15917 v -0.34934 q 0,-0.32452 -0.01654,-0.39894 -0.01447,-0.0744 -0.04754,-0.10128 -0.03307,-0.0269 -0.08268,-0.0269 -0.05374,0 -0.142627,0.0331 l -0.02687,-0.0724 0.564307,-0.23151 h 0.09302 v 2.18901 q 0,0.3328 0.01447,0.40721 0.01654,0.0724 0.04961,0.10129 0.03514,0.0289 0.08062,0.0289 0.05581,0 0.148828,-0.0351 l 0.02274,0.0723 -0.562239,0.23358 h -0.09509 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.07441,-0.25631 -0.06201,-0.11576 -0.165364,-0.17363 -0.101286,-0.0599 -0.198438,-0.0599 -0.181901,0 -0.324528,0.1633 -0.188102,0.21497 -0.188102,0.62838 0,0.41755 0.181901,0.64079 0.181901,0.22118 0.405143,0.22118 0.188102,0 0.363802,-0.18811 z" />
- <path
- id="path15170"
- style="font-size:4.23333px;fill:#808080"
- d="m 56.955116,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206706,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138492,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37001 z" />
- <path
- id="path15172"
- style="font-size:4.23333px;fill:#808080"
- d="m 61.180178,143.38696 q -0.07648,0.37414 -0.299723,0.57671 -0.223242,0.2005 -0.494026,0.2005 -0.322461,0 -0.562239,-0.27078 -0.239779,-0.27079 -0.239779,-0.73174 0,-0.44648 0.264583,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.279053,0 0.458887,0.14883 0.179834,0.14676 0.179834,0.30592 0,0.0786 -0.05168,0.12816 -0.04961,0.0475 -0.14056,0.0475 -0.121956,0 -0.183968,-0.0786 -0.03514,-0.0434 -0.04754,-0.16536 -0.01034,-0.12196 -0.08268,-0.18603 -0.07235,-0.062 -0.200504,-0.062 -0.206706,0 -0.332796,0.15297 -0.167432,0.20257 -0.167432,0.53536 0,0.339 0.165365,0.59945 0.167431,0.25838 0.450618,0.25838 0.202571,0 0.363801,-0.13849 0.113688,-0.0951 0.221175,-0.3452 z" />
- <path
- id="path15174"
- style="font-size:4.23333px;fill:#808080"
- d="m 62.374936,142.15706 q 0.429948,0 0.690397,0.3266 0.221174,0.27905 0.221174,0.64078 0,0.25425 -0.121956,0.5147 -0.121956,0.26045 -0.33693,0.39274 -0.212907,0.13229 -0.475423,0.13229 -0.42788,0 -0.680061,-0.34106 -0.212907,-0.28732 -0.212907,-0.64492 0,-0.26045 0.128158,-0.51677 0.130224,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177766,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.217041,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path15176"
- style="font-size:4.23333px;fill:#808080"
- d="m 64.117464,142.55807 q 0.332796,-0.40101 0.634586,-0.40101 0.155029,0 0.26665,0.0786 0.111621,0.0765 0.177767,0.25425 0.04547,0.12402 0.04547,0.38033 v 0.80822 q 0,0.17984 0.02894,0.24392 0.02274,0.0517 0.07235,0.0806 0.05168,0.0289 0.188102,0.0289 v 0.0744 h -0.936376 v -0.0744 h 0.03927 q 0.132291,0 0.183968,-0.0393 0.05374,-0.0414 0.07441,-0.11989 0.0083,-0.031 0.0083,-0.19431 v -0.77514 q 0,-0.25838 -0.06821,-0.37414 -0.06615,-0.11782 -0.225309,-0.11782 -0.24598,0 -0.489892,0.26872 v 0.99838 q 0,0.19224 0.02274,0.23772 0.02894,0.0599 0.07855,0.0889 0.05168,0.0269 0.206705,0.0269 v 0.0744 h -0.936376 v -0.0744 h 0.04134 q 0.144694,0 0.194303,-0.0724 0.05168,-0.0744 0.05168,-0.28112 v -0.7028 q 0,-0.34106 -0.01654,-0.41547 -0.01447,-0.0744 -0.04754,-0.10129 -0.03101,-0.0269 -0.08475,-0.0269 -0.05788,0 -0.138493,0.031 l -0.03101,-0.0744 0.570507,-0.23151 h 0.08888 z" />
- <path
- id="path15178"
- style="font-size:4.23333px;fill:#808080"
- d="m 66.232062,141.59069 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.05168,0.24804 0.05374,0.0641 0.136426,0.0641 0.06821,0 0.132291,-0.0413 0.06408,-0.0434 0.09922,-0.12609 h 0.08061 q -0.07235,0.20257 -0.204638,0.30592 -0.132292,0.10129 -0.272852,0.10129 -0.09508,0 -0.186035,-0.0517 -0.09095,-0.0537 -0.134358,-0.15089 -0.04341,-0.0992 -0.04341,-0.30386 v -1.2733 h -0.299723 v -0.0682 q 0.113688,-0.0455 0.231511,-0.15296 0.119889,-0.10955 0.212906,-0.25838 0.04754,-0.0785 0.132292,-0.28732 z" />
- <path
- id="path15180"
- style="font-size:4.23333px;fill:#808080"
- d="m 67.410283,142.15706 v 0.42581 q 0.237712,-0.42581 0.487825,-0.42581 0.113688,0 0.188102,0.0703 0.07441,0.0682 0.07441,0.15916 0,0.0806 -0.05374,0.13643 -0.05374,0.0558 -0.128157,0.0558 -0.07235,0 -0.163298,-0.0703 -0.08888,-0.0724 -0.132291,-0.0724 -0.03721,0 -0.08062,0.0413 -0.09302,0.0847 -0.192236,0.27906 v 0.90743 q 0,0.1571 0.03927,0.23772 0.02687,0.0558 0.09508,0.093 0.06821,0.0372 0.19637,0.0372 v 0.0744 h -0.969449 v -0.0744 q 0.144694,0 0.214974,-0.0455 0.05168,-0.0331 0.07235,-0.10541 0.01033,-0.0351 0.01033,-0.20051 v -0.7338 q 0,-0.33073 -0.01447,-0.39274 -0.0124,-0.0641 -0.04961,-0.093 -0.03514,-0.0289 -0.08888,-0.0289 -0.06408,0 -0.144694,0.031 l -0.02067,-0.0744 0.572574,-0.23151 z" />
- <path
- id="path15182"
- style="font-size:4.23333px;fill:#808080"
- d="m 69.196219,142.15706 q 0.429948,0 0.690397,0.3266 0.221175,0.27905 0.221175,0.64078 0,0.25425 -0.121956,0.5147 -0.121957,0.26045 -0.336931,0.39274 -0.212906,0.13229 -0.475422,0.13229 -0.427881,0 -0.680062,-0.34106 -0.212906,-0.28732 -0.212906,-0.64492 0,-0.26045 0.128157,-0.51677 0.130225,-0.25838 0.341064,-0.38034 0.21084,-0.12402 0.446484,-0.12402 z m -0.06408,0.13436 q -0.109554,0 -0.221175,0.0662 -0.109554,0.0641 -0.177767,0.22737 -0.06821,0.1633 -0.06821,0.41961 0,0.41341 0.163297,0.71314 0.165365,0.29972 0.434082,0.29972 0.200504,0 0.330729,-0.16536 0.130224,-0.16537 0.130224,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.146761,-0.19844 -0.374137,-0.19844 z" />
- <path
- id="path15184"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.037966,141.16694 v 2.51147 q 0,0.17777 0.0248,0.23565 0.02687,0.0579 0.08062,0.0889 0.05374,0.0289 0.200504,0.0289 v 0.0744 h -0.928108 v -0.0744 q 0.130225,0 0.177767,-0.0269 0.04754,-0.0269 0.07441,-0.0889 0.02687,-0.062 0.02687,-0.23772 v -1.71979 q 0,-0.32039 -0.01447,-0.39274 -0.01447,-0.0744 -0.04754,-0.10128 -0.03101,-0.0269 -0.08062,-0.0269 -0.05374,0 -0.136426,0.0331 l -0.03514,-0.0724 0.564306,-0.23151 z" />
- <path
- id="path15186"
- style="font-size:4.23333px;fill:#808080"
- d="m 71.879257,142.92601 q -0.0021,0.42167 0.204639,0.66145 0.206705,0.23978 0.485758,0.23978 0.186035,0 0.322461,-0.10128 0.138492,-0.10336 0.23151,-0.3514 l 0.06408,0.0413 q -0.04341,0.28318 -0.252181,0.51676 -0.208773,0.23151 -0.522965,0.23151 -0.341064,0 -0.584977,-0.26458 -0.241845,-0.26665 -0.241845,-0.7152 0,-0.48576 0.248046,-0.75654 0.250114,-0.27286 0.626318,-0.27286 0.318327,0 0.522965,0.21084 0.204639,0.20878 0.204639,0.56018 z m 0,-0.11989 h 0.876432 q -0.01033,-0.1819 -0.04341,-0.25632 -0.05168,-0.11575 -0.155029,-0.1819 -0.101286,-0.0661 -0.212907,-0.0661 -0.171566,0 -0.307991,0.13436 -0.134359,0.13229 -0.157097,0.37001 z" />
- </g>
- </g>
- <path
- style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-58-2)"
- d="m 137.05573,197.80257 v 2.83482"
- id="path9106-8-1-12-4"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
+ id="path9106-8-1-2-4"
+ d="m 135.10337,74.932087 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-3)" />
+ <path
+ inkscape:export-ydpi="200"
+ inkscape:export-xdpi="200"
sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-2-4-3"
+ d="m 139.00809,78.846774 v -2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-1-3-1)" />
+ <path
+ d="m 121.68579,189.12646 v 8.15625 h 30.74023 v -8.15625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path34163-6-0-9-5" />
+ <path
+ d="m 121.16043,188.60165 h 31.79059 v 9.20645 h -31.79059 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect7253-2-7-4-7-6-6-5-2-5" />
+ <path
+ d="m 124.69905,192.35489 h -0.74828 l -0.94878,-1.31052 q -0.10541,0.004 -0.17156,0.004 -0.0269,0 -0.0579,0 -0.031,-0.002 -0.0641,-0.004 v 0.81442 q 0,0.26459 0.0579,0.32867 0.0785,0.0909 0.23564,0.0909 h 0.10956 v 0.0765 h -1.20096 v -0.0765 h 0.10542 q 0.17776,0 0.25425,-0.11576 0.0434,-0.0641 0.0434,-0.30386 V 190.048 q 0,-0.26458 -0.0579,-0.32866 -0.0806,-0.0909 -0.23978,-0.0909 h -0.10542 v -0.0765 h 1.02112 q 0.44649,0 0.65733,0.0661 0.2129,0.0641 0.35966,0.23977 0.14883,0.17364 0.14883,0.41548 0,0.25838 -0.1695,0.44855 -0.16743,0.19017 -0.52089,0.26872 l 0.57877,0.80408 q 0.19844,0.27699 0.34107,0.36794 0.14262,0.0909 0.37207,0.11576 z m -1.99058,-1.44074 q 0.0393,0 0.0682,0.002 0.0289,0 0.0475,0 0.40101,0 0.60358,-0.17364 0.20464,-0.17363 0.20464,-0.44235 0,-0.26251 -0.16536,-0.42581 -0.1633,-0.16536 -0.43408,-0.16536 -0.11989,0 -0.32453,0.0393 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15136" />
+ <path
+ d="m 125.11659,191.1746 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15138" />
+ <path
+ d="m 127.89885,190.40565 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0662,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30178,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15140" />
+ <path
+ d="m 129.24657,190.40565 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64079 0,0.25424 -0.12196,0.51469 -0.12195,0.26045 -0.33693,0.39274 -0.2129,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13023,-0.25838 0.34107,-0.38033 0.21083,-0.12403 0.44648,-0.12403 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41962 0,0.41341 0.16329,0.71313 0.16537,0.29972 0.43409,0.29972 0.2005,0 0.33072,-0.16536 0.13023,-0.16537 0.13023,-0.56844 0,-0.50436 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15142" />
+ <path
+ d="m 131.08832,189.41553 v 2.51148 q 0,0.17776 0.0248,0.23564 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.2005,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13023,0 0.17777,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -1.71979 q 0,-0.3204 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13643,0.0331 l -0.0351,-0.0724 0.56431,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15144" />
+ <path
+ d="m 131.51413,190.46146 h 0.8909 v 0.0765 h -0.0579 q -0.0806,0 -0.12402,0.0393 -0.0413,0.0393 -0.0413,0.10542 0,0.0724 0.0434,0.17156 l 0.44028,1.04593 0.44235,-1.0852 q 0.0475,-0.11575 0.0475,-0.1757 0,-0.0289 -0.0165,-0.0475 -0.0227,-0.031 -0.0579,-0.0413 -0.0351,-0.0124 -0.14263,-0.0124 v -0.0765 h 0.61805 v 0.0765 q -0.10748,0.008 -0.14882,0.0434 -0.0724,0.062 -0.13023,0.20671 l -0.67179,1.6247 h -0.0847 l -0.67593,-1.59795 q -0.0455,-0.11162 -0.0868,-0.15916 -0.0413,-0.0496 -0.10542,-0.0827 -0.0351,-0.0186 -0.13849,-0.0351 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15146" />
+ <path
+ d="m 134.04627,191.1746 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18603,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27285 0.62632,-0.27285 0.31832,0 0.52296,0.21084 0.20464,0.20877 0.20464,0.56017 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15148" />
+ <path
+ d="m 136.1588,190.40565 v 0.42582 q 0.23771,-0.42582 0.48783,-0.42582 0.11369,0 0.1881,0.0703 0.0744,0.0682 0.0744,0.15917 0,0.0806 -0.0537,0.13642 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.16329,-0.0703 -0.0889,-0.0723 -0.1323,-0.0723 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19223,0.27905 v 0.90744 q 0,0.15709 0.0393,0.23771 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96945 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10542 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.14469,0.031 l -0.0207,-0.0744 0.57257,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15150" />
+ <path
+ d="m 139.30073,190.40565 v 0.64492 h -0.0682 q -0.0786,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23358,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41962,0.20464 0.41962,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17364,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.16329,0.14676 0.36586,0.14676 0.14263,0 0.23151,-0.0827 0.091,-0.0848 0.091,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29973,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27078,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15152" />
+ <path
+ d="m 140.20403,189.41553 q 0.0868,0 0.14676,0.062 0.062,0.0599 0.062,0.14676 0,0.0868 -0.062,0.14882 -0.0599,0.062 -0.14676,0.062 -0.0868,0 -0.14883,-0.062 -0.062,-0.062 -0.062,-0.14882 0,-0.0868 0.0599,-0.14676 0.062,-0.062 0.1509,-0.062 z m 0.17157,0.99012 v 1.52136 q 0,0.17776 0.0248,0.23771 0.0269,0.0579 0.0765,0.0868 0.0517,0.0289 0.18603,0.0289 v 0.0744 h -0.91984 v -0.0744 q 0.1385,0 0.18604,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0289,-0.062 0.0289,-0.23771 v -0.72967 q 0,-0.308 -0.0186,-0.39895 -0.0145,-0.0661 -0.0455,-0.0909 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.14056,0.031 l -0.0289,-0.0744 0.5705,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15154" />
+ <path
+ d="m 142.12019,190.40565 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.1943,0.15709 -0.43615,0.15709 -0.17363,0 -0.39687,-0.062 -0.0682,-0.0207 -0.11163,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14263,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14056,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15156" />
+ <path
+ d="m 143.09171,189.83928 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18397 0.0517,0.24805 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20463,0.30593 -0.1323,0.10128 -0.27286,0.10128 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0538 -0.13436,-0.1509 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15158" />
+ <path
+ d="m 144.03428,191.1746 q -0.002,0.42168 0.20464,0.66146 0.20671,0.23977 0.48576,0.23977 0.18604,0 0.32246,-0.10128 0.13849,-0.10335 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28319 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25012,-0.27285 0.62632,-0.27285 0.31833,0 0.52297,0.21084 0.20463,0.20877 0.20463,0.56017 z m 0,-0.11989 h 0.87644 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17156,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15160" />
+ <path
+ d="m 146.15508,190.80873 q 0.20671,-0.20671 0.24392,-0.23771 0.093,-0.0786 0.2005,-0.12196 0.10749,-0.0434 0.21291,-0.0434 0.17776,0 0.30592,0.10336 0.12816,0.10335 0.17157,0.29972 0.2129,-0.24805 0.35966,-0.32453 0.14677,-0.0786 0.30179,-0.0786 0.1509,0 0.26665,0.0786 0.11783,0.0765 0.18604,0.25218 0.0455,0.11989 0.0455,0.37621 v 0.81442 q 0,0.17776 0.0269,0.24391 0.0207,0.0455 0.0765,0.0786 0.0558,0.031 0.1819,0.031 v 0.0744 h -0.93431 v -0.0744 h 0.0393 q 0.12196,0 0.19017,-0.0475 0.0475,-0.0331 0.0682,-0.10542 0.008,-0.0351 0.008,-0.2005 v -0.81442 q 0,-0.23151 -0.0558,-0.3266 -0.0806,-0.13229 -0.25838,-0.13229 -0.10955,0 -0.22118,0.0558 -0.10955,0.0537 -0.26665,0.20257 l -0.004,0.0227 0.004,0.0889 v 0.90331 q 0,0.1943 0.0207,0.24184 0.0227,0.0475 0.0827,0.0806 0.0599,0.031 0.20464,0.031 v 0.0744 h -0.95705 v -0.0744 q 0.1571,0 0.21498,-0.0372 0.0599,-0.0372 0.0827,-0.11163 0.0103,-0.0351 0.0103,-0.20463 v -0.81442 q 0,-0.23151 -0.0682,-0.3328 -0.0909,-0.13229 -0.25425,-0.13229 -0.11162,0 -0.22117,0.0599 -0.17157,0.0909 -0.26459,0.20464 v 1.01493 q 0,0.18603 0.0248,0.24184 0.0269,0.0558 0.0765,0.0848 0.0517,0.0269 0.20671,0.0269 v 0.0744 h -0.93638 v -0.0744 q 0.13023,0 0.1819,-0.0269 0.0517,-0.0289 0.0786,-0.0889 0.0269,-0.062 0.0269,-0.23771 v -0.72347 q 0,-0.31213 -0.0186,-0.40308 -0.0145,-0.0682 -0.0455,-0.093 -0.031,-0.0269 -0.0847,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15162" />
+ <path
+ d="m 149.9564,192.08204 q -0.29146,0.2253 -0.36587,0.26044 -0.11162,0.0517 -0.23771,0.0517 -0.19637,0 -0.32453,-0.13436 -0.12609,-0.13436 -0.12609,-0.35346 0,-0.1385 0.062,-0.23978 0.0847,-0.14056 0.29352,-0.26459 0.21084,-0.12402 0.69867,-0.30179 v -0.0744 q 0,-0.28319 -0.0909,-0.38861 -0.0889,-0.10542 -0.26045,-0.10542 -0.13023,0 -0.20671,0.0703 -0.0786,0.0703 -0.0786,0.16123 l 0.004,0.11989 q 0,0.0951 -0.0496,0.14676 -0.0475,0.0517 -0.12609,0.0517 -0.0765,0 -0.12609,-0.0537 -0.0475,-0.0537 -0.0475,-0.14676 0,-0.17777 0.1819,-0.3266 0.1819,-0.14883 0.51056,-0.14883 0.25219,0 0.41342,0.0847 0.12195,0.0641 0.17983,0.20051 0.0372,0.0889 0.0372,0.3638 v 0.64285 q 0,0.27079 0.0103,0.3328 0.0103,0.0599 0.0331,0.0806 0.0248,0.0207 0.0558,0.0207 0.0331,0 0.0579,-0.0145 0.0434,-0.0269 0.16743,-0.1509 v 0.11576 q -0.23151,0.31005 -0.44235,0.31005 -0.10129,0 -0.16123,-0.0703 -0.0599,-0.0703 -0.062,-0.23977 z m 0,-0.13436 v -0.72141 q -0.31213,0.12403 -0.40308,0.1757 -0.16329,0.0909 -0.23357,0.19017 -0.0703,0.0992 -0.0703,0.21704 0,0.14883 0.0889,0.24805 0.0889,0.0971 0.20463,0.0971 0.1571,0 0.41342,-0.2067 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15164" />
+ <path
+ d="m 151.98418,190.40565 v 0.64492 h -0.0682 q -0.0785,-0.30385 -0.20257,-0.41341 -0.12196,-0.10955 -0.31213,-0.10955 -0.14469,0 -0.23357,0.0765 -0.0889,0.0765 -0.0889,0.1695 0,0.11575 0.0661,0.19844 0.0641,0.0847 0.26045,0.17983 l 0.30179,0.14676 q 0.41961,0.20464 0.41961,0.5395 0,0.25838 -0.19637,0.41755 -0.19431,0.15709 -0.43615,0.15709 -0.17363,0 -0.39688,-0.062 -0.0682,-0.0207 -0.11162,-0.0207 -0.0475,0 -0.0744,0.0538 h -0.0682 v -0.67593 h 0.0682 q 0.0579,0.28939 0.22118,0.43615 0.1633,0.14676 0.36587,0.14676 0.14262,0 0.23151,-0.0827 0.0909,-0.0848 0.0909,-0.20258 0,-0.14262 -0.10129,-0.23977 -0.0992,-0.0972 -0.39894,-0.24598 -0.29972,-0.14883 -0.39274,-0.26872 -0.093,-0.11782 -0.093,-0.29766 0,-0.23357 0.15916,-0.39067 0.16123,-0.1571 0.41548,-0.1571 0.11162,0 0.27079,0.0476 0.10542,0.031 0.14055,0.031 0.0331,0 0.0517,-0.0145 0.0186,-0.0145 0.0434,-0.0641 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15166" />
+ <path
+ d="m 129.06674,196.37532 q -0.1385,0.14469 -0.27079,0.20877 -0.13229,0.062 -0.28525,0.062 -0.31006,0 -0.54157,-0.25838 -0.23151,-0.26045 -0.23151,-0.66766 0,-0.40721 0.25631,-0.74414 0.25632,-0.339 0.65939,-0.339 0.25012,0 0.41342,0.15917 v -0.34934 q 0,-0.32452 -0.0165,-0.39894 -0.0145,-0.0744 -0.0475,-0.10128 -0.0331,-0.0269 -0.0827,-0.0269 -0.0537,0 -0.14263,0.0331 l -0.0269,-0.0724 0.56431,-0.23151 h 0.093 v 2.18901 q 0,0.3328 0.0145,0.40721 0.0165,0.0724 0.0496,0.10129 0.0351,0.0289 0.0806,0.0289 0.0558,0 0.14882,-0.0351 l 0.0227,0.0723 -0.56224,0.23358 h -0.0951 z m 0,-0.1447 v -0.97565 q -0.0124,-0.14056 -0.0744,-0.25631 -0.062,-0.11576 -0.16537,-0.17363 -0.10128,-0.0599 -0.19844,-0.0599 -0.1819,0 -0.32452,0.1633 -0.18811,0.21497 -0.18811,0.62838 0,0.41755 0.1819,0.64079 0.18191,0.22118 0.40515,0.22118 0.1881,0 0.3638,-0.18811 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15168" />
+ <path
+ d="m 130.16434,195.40794 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18603,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52297,0.23151 -0.34106,0 -0.58497,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15503,-0.1819 -0.10128,-0.0661 -0.2129,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15170" />
+ <path
+ d="m 134.3894,195.86889 q -0.0765,0.37414 -0.29972,0.57671 -0.22324,0.2005 -0.49403,0.2005 -0.32246,0 -0.56223,-0.27078 -0.23978,-0.27079 -0.23978,-0.73174 0,-0.44648 0.26458,-0.72554 0.26665,-0.27905 0.63872,-0.27905 0.27905,0 0.45889,0.14883 0.17983,0.14676 0.17983,0.30592 0,0.0786 -0.0517,0.12816 -0.0496,0.0475 -0.14056,0.0475 -0.12196,0 -0.18397,-0.0786 -0.0351,-0.0434 -0.0475,-0.16536 -0.0103,-0.12196 -0.0827,-0.18603 -0.0724,-0.062 -0.2005,-0.062 -0.20671,0 -0.3328,0.15297 -0.16743,0.20257 -0.16743,0.53536 0,0.339 0.16537,0.59945 0.16743,0.25838 0.45061,0.25838 0.20257,0 0.3638,-0.13849 0.11369,-0.0951 0.22118,-0.3452 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15172" />
+ <path
+ d="m 135.58416,194.63899 q 0.42995,0 0.6904,0.3266 0.22117,0.27905 0.22117,0.64078 0,0.25425 -0.12195,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47543,0.13229 -0.42788,0 -0.68006,-0.34106 -0.2129,-0.28732 -0.2129,-0.64492 0,-0.26045 0.12815,-0.51677 0.13023,-0.25838 0.34107,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10956,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.2005,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37414,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15174" />
+ <path
+ d="m 137.32669,195.04 q 0.3328,-0.40101 0.63459,-0.40101 0.15502,0 0.26665,0.0786 0.11162,0.0765 0.17776,0.25425 0.0455,0.12402 0.0455,0.38033 v 0.80822 q 0,0.17984 0.0289,0.24392 0.0227,0.0517 0.0724,0.0806 0.0517,0.0289 0.1881,0.0289 v 0.0744 h -0.93637 v -0.0744 h 0.0393 q 0.13229,0 0.18397,-0.0393 0.0537,-0.0414 0.0744,-0.11989 0.008,-0.031 0.008,-0.19431 v -0.77514 q 0,-0.25838 -0.0682,-0.37414 -0.0661,-0.11782 -0.22531,-0.11782 -0.24598,0 -0.48989,0.26872 v 0.99838 q 0,0.19224 0.0227,0.23772 0.0289,0.0599 0.0786,0.0889 0.0517,0.0269 0.2067,0.0269 v 0.0744 h -0.93637 v -0.0744 h 0.0413 q 0.14469,0 0.1943,-0.0724 0.0517,-0.0744 0.0517,-0.28112 v -0.7028 q 0,-0.34106 -0.0165,-0.41547 -0.0145,-0.0744 -0.0475,-0.10129 -0.031,-0.0269 -0.0848,-0.0269 -0.0579,0 -0.13849,0.031 l -0.031,-0.0744 0.57051,-0.23151 h 0.0889 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15176" />
+ <path
+ d="m 139.44129,194.07262 v 0.62218 h 0.44235 v 0.1447 h -0.44235 v 1.22783 q 0,0.18396 0.0517,0.24804 0.0537,0.0641 0.13642,0.0641 0.0682,0 0.13229,-0.0413 0.0641,-0.0434 0.0992,-0.12609 h 0.0806 q -0.0724,0.20257 -0.20463,0.30592 -0.1323,0.10129 -0.27286,0.10129 -0.0951,0 -0.18603,-0.0517 -0.0909,-0.0537 -0.13436,-0.15089 -0.0434,-0.0992 -0.0434,-0.30386 v -1.2733 h -0.29972 v -0.0682 q 0.11369,-0.0455 0.23151,-0.15296 0.11989,-0.10955 0.21291,-0.25838 0.0475,-0.0785 0.13229,-0.28732 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15178" />
+ <path
+ d="m 140.61951,194.63899 v 0.42581 q 0.23771,-0.42581 0.48782,-0.42581 0.11369,0 0.18811,0.0703 0.0744,0.0682 0.0744,0.15916 0,0.0806 -0.0537,0.13643 -0.0537,0.0558 -0.12816,0.0558 -0.0724,0 -0.1633,-0.0703 -0.0889,-0.0724 -0.13229,-0.0724 -0.0372,0 -0.0806,0.0413 -0.093,0.0847 -0.19224,0.27906 v 0.90743 q 0,0.1571 0.0393,0.23772 0.0269,0.0558 0.0951,0.093 0.0682,0.0372 0.19637,0.0372 v 0.0744 h -0.96944 v -0.0744 q 0.14469,0 0.21497,-0.0455 0.0517,-0.0331 0.0724,-0.10541 0.0103,-0.0351 0.0103,-0.20051 v -0.7338 q 0,-0.33073 -0.0145,-0.39274 -0.0124,-0.0641 -0.0496,-0.093 -0.0351,-0.0289 -0.0889,-0.0289 -0.0641,0 -0.1447,0.031 l -0.0207,-0.0744 0.57258,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15180" />
+ <path
+ d="m 142.40544,194.63899 q 0.42995,0 0.6904,0.3266 0.22118,0.27905 0.22118,0.64078 0,0.25425 -0.12196,0.5147 -0.12196,0.26045 -0.33693,0.39274 -0.21291,0.13229 -0.47542,0.13229 -0.42788,0 -0.68006,-0.34106 -0.21291,-0.28732 -0.21291,-0.64492 0,-0.26045 0.12816,-0.51677 0.13022,-0.25838 0.34106,-0.38034 0.21084,-0.12402 0.44648,-0.12402 z m -0.0641,0.13436 q -0.10955,0 -0.22117,0.0662 -0.10955,0.0641 -0.17777,0.22737 -0.0682,0.1633 -0.0682,0.41961 0,0.41341 0.1633,0.71314 0.16536,0.29972 0.43408,0.29972 0.20051,0 0.33073,-0.16536 0.13022,-0.16537 0.13022,-0.56844 0,-0.50437 -0.21704,-0.79375 -0.14676,-0.19844 -0.37413,-0.19844 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15182" />
+ <path
+ d="m 144.24719,193.64887 v 2.51147 q 0,0.17777 0.0248,0.23565 0.0269,0.0579 0.0806,0.0889 0.0537,0.0289 0.20051,0.0289 v 0.0744 h -0.92811 v -0.0744 q 0.13022,0 0.17776,-0.0269 0.0475,-0.0269 0.0744,-0.0889 0.0269,-0.062 0.0269,-0.23772 v -1.71979 q 0,-0.32039 -0.0145,-0.39274 -0.0145,-0.0744 -0.0475,-0.10128 -0.031,-0.0269 -0.0806,-0.0269 -0.0537,0 -0.13642,0.0331 l -0.0351,-0.0724 0.5643,-0.23151 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15184" />
+ <path
+ d="m 145.08848,195.40794 q -0.002,0.42167 0.20464,0.66145 0.20671,0.23978 0.48576,0.23978 0.18604,0 0.32246,-0.10128 0.13849,-0.10336 0.23151,-0.3514 l 0.0641,0.0413 q -0.0434,0.28318 -0.25218,0.51676 -0.20877,0.23151 -0.52296,0.23151 -0.34107,0 -0.58498,-0.26458 -0.24185,-0.26665 -0.24185,-0.7152 0,-0.48576 0.24805,-0.75654 0.25011,-0.27286 0.62632,-0.27286 0.31832,0 0.52296,0.21084 0.20464,0.20878 0.20464,0.56018 z m 0,-0.11989 h 0.87643 q -0.0103,-0.1819 -0.0434,-0.25632 -0.0517,-0.11575 -0.15502,-0.1819 -0.10129,-0.0661 -0.21291,-0.0661 -0.17157,0 -0.30799,0.13436 -0.13436,0.13229 -0.1571,0.37001 z"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333px;line-height:1;font-family:'Times New Roman';-inkscape-font-specification:'Times New Roman, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ id="path15186" />
+ <path
+ inkscape:export-ydpi="200"
inkscape:export-xdpi="200"
- inkscape:export-ydpi="200" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path9106-8-1-12-4"
+ d="m 137.05573,197.80257 v 2.83482"
+ style="fill:none;stroke:#808080;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-72-8-58-2)" />
<text
- id="text13728"
- y="142.93767"
- x="176.43741"
+ xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
- xml:space="preserve"><tspan
- style="stroke-width:0.264583"
- y="142.93767"
- x="176.43741"
+ x="176.43741"
+ y="142.93767"
+ id="text13728"><tspan
+ sodipodi:role="line"
id="tspan13726"
- sodipodi:role="line"></tspan></text>
+ x="176.43741"
+ y="142.93767"
+ style="stroke-width:0.264583" /></text>
</g>
</svg>
diff --git a/docusaurus/static/images/tabReport.png b/docusaurus/static/images/tabReport.png
new file mode 100644
index 0000000..fd868a3
--- /dev/null
+++ b/docusaurus/static/images/tabReport.png
Binary files differ
diff --git a/docusaurus/static/videos/heatmap.kdenlive b/docusaurus/static/videos/heatmap.kdenlive
new file mode 100644
index 0000000..79fe2ca
--- /dev/null
+++ b/docusaurus/static/videos/heatmap.kdenlive
@@ -0,0 +1,406 @@
+<?xml version='1.0' encoding='utf-8'?>
+<mlt LC_NUMERIC="pt_BR" producer="main_bin" version="6.21.0" root="C:/Users/thale/Documents/GitHub/PSP/docusaurus/static/videos">
+ <profile frame_rate_num="30" sample_aspect_num="1" display_aspect_den="1080" colorspace="601" progressive="1" description="1920x1080 30.00fps" display_aspect_num="1920" frame_rate_den="1" width="1920" height="1080" sample_aspect_den="1"/>
+ <producer id="producer0" in="00:00:00,000" out="00:00:22,000">
+ <property name="length">661</property>
+ <property name="eof">pause</property>
+ <property name="resource">C:/Users/thale/Videos/2020-08-01 17-10-55.mkv</property>
+ <property name="audio_index">1</property>
+ <property name="video_index">0</property>
+ <property name="mute_on_pause">0</property>
+ <property name="mlt_service">avformat-novalidate</property>
+ <property name="seekable">1</property>
+ <property name="aspect_ratio">1</property>
+ <property name="kdenlive:clipname"/>
+ <property name="kdenlive:folderid">-1</property>
+ <property name="kdenlive:id">2</property>
+ <property name="kdenlive:file_size">6998585</property>
+ <property name="kdenlive:file_hash">ae822e60d4e2248265daaa3d21841b38</property>
+ <property name="global_feed">1</property>
+ <property name="meta.media.nb_streams">2</property>
+ <property name="meta.media.0.stream.type">video</property>
+ <property name="meta.media.0.stream.frame_rate">30</property>
+ <property name="meta.media.0.stream.sample_aspect_ratio">0</property>
+ <property name="meta.media.0.codec.width">1920</property>
+ <property name="meta.media.0.codec.height">1080</property>
+ <property name="meta.media.0.codec.rotate">0</property>
+ <property name="meta.media.0.codec.frame_rate">30</property>
+ <property name="meta.media.0.codec.pix_fmt">yuv420p</property>
+ <property name="meta.media.0.codec.sample_aspect_ratio">1</property>
+ <property name="meta.media.0.codec.colorspace">601</property>
+ <property name="meta.media.0.codec.name">h264</property>
+ <property name="meta.media.0.codec.long_name">H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10</property>
+ <property name="meta.media.0.codec.bit_rate">0</property>
+ <property name="meta.attr.0.stream.DURATION.markup">00:00:22.033000000</property>
+ <property name="meta.media.1.stream.type">audio</property>
+ <property name="meta.media.1.codec.sample_fmt">fltp</property>
+ <property name="meta.media.1.codec.sample_rate">44100</property>
+ <property name="meta.media.1.codec.channels">2</property>
+ <property name="meta.media.1.codec.name">aac</property>
+ <property name="meta.media.1.codec.long_name">AAC (Advanced Audio Coding)</property>
+ <property name="meta.media.1.codec.bit_rate">0</property>
+ <property name="meta.attr.1.stream.title.markup">simple_aac</property>
+ <property name="meta.attr.1.stream.DURATION.markup">00:00:21.989000000</property>
+ <property name="meta.attr.ENCODER.markup">Lavf58.29.100</property>
+ <property name="meta.media.sample_aspect_num">1</property>
+ <property name="meta.media.sample_aspect_den">1</property>
+ <property name="meta.media.frame_rate_num">30</property>
+ <property name="meta.media.frame_rate_den">1</property>
+ <property name="meta.media.colorspace">601</property>
+ <property name="meta.media.color_trc">2</property>
+ <property name="meta.media.width">1920</property>
+ <property name="meta.media.height">1080</property>
+ <property name="meta.media.color_range">mpeg</property>
+ <property name="meta.media.top_field_first">0</property>
+ <property name="meta.media.progressive">1</property>
+ </producer>
+ <playlist id="main_bin">
+ <property name="kdenlive:docproperties.activeTrack">2</property>
+ <property name="kdenlive:docproperties.audioTarget">1</property>
+ <property name="kdenlive:docproperties.decimalPoint">,</property>
+ <property name="kdenlive:docproperties.disablepreview">0</property>
+ <property name="kdenlive:docproperties.documentid">1596312714884</property>
+ <property name="kdenlive:docproperties.enableTimelineZone">0</property>
+ <property name="kdenlive:docproperties.enableexternalproxy">0</property>
+ <property name="kdenlive:docproperties.enableproxy">0</property>
+ <property name="kdenlive:docproperties.externalproxyparams">../Sub;;S03.MP4;../Clip;;.MXF</property>
+ <property name="kdenlive:docproperties.generateimageproxy">0</property>
+ <property name="kdenlive:docproperties.generateproxy">0</property>
+ <property name="kdenlive:docproperties.kdenliveversion">20.04.1</property>
+ <property name="kdenlive:docproperties.position">321</property>
+ <property name="kdenlive:docproperties.previewextension"/>
+ <property name="kdenlive:docproperties.previewparameters"/>
+ <property name="kdenlive:docproperties.profile">C:/Users/thale/AppData/Roaming/kdenlive/profiles/customprofile0</property>
+ <property name="kdenlive:docproperties.proxyextension"/>
+ <property name="kdenlive:docproperties.proxyimageminsize">2000</property>
+ <property name="kdenlive:docproperties.proxyimagesize">800</property>
+ <property name="kdenlive:docproperties.proxyminsize">1000</property>
+ <property name="kdenlive:docproperties.proxyparams"/>
+ <property name="kdenlive:docproperties.scrollPos">0</property>
+ <property name="kdenlive:docproperties.seekOffset">30000</property>
+ <property name="kdenlive:docproperties.version">0.99</property>
+ <property name="kdenlive:docproperties.verticalzoom">1</property>
+ <property name="kdenlive:docproperties.videoTarget">2</property>
+ <property name="kdenlive:docproperties.zonein">0</property>
+ <property name="kdenlive:docproperties.zoneout">75</property>
+ <property name="kdenlive:docproperties.zoom">8</property>
+ <property name="kdenlive:documentnotes"/>
+ <property name="kdenlive:docproperties.groups">[
+ {
+ "children": [
+ {
+ "data": "2:0",
+ "leaf": "clip",
+ "type": "Leaf"
+ },
+ {
+ "data": "1:0",
+ "leaf": "clip",
+ "type": "Leaf"
+ }
+ ],
+ "type": "AVSplit"
+ }
+]
+</property>
+ <property name="kdenlive:docproperties.renderaudioquality">192</property>
+ <property name="kdenlive:docproperties.rendercategory">Generic (HD for web, mobile devices...)</property>
+ <property name="kdenlive:docproperties.renderendguide">-1</property>
+ <property name="kdenlive:docproperties.renderexportaudio">0</property>
+ <property name="kdenlive:docproperties.renderfield">0</property>
+ <property name="kdenlive:docproperties.renderguide">0</property>
+ <property name="kdenlive:docproperties.renderplay">0</property>
+ <property name="kdenlive:docproperties.renderprofile">MP4 - the dominating format (H264/AAC)</property>
+ <property name="kdenlive:docproperties.renderquality">23</property>
+ <property name="kdenlive:docproperties.renderratio">1</property>
+ <property name="kdenlive:docproperties.renderrescale">0</property>
+ <property name="kdenlive:docproperties.renderrescaleheight">540</property>
+ <property name="kdenlive:docproperties.renderrescalewidth">960</property>
+ <property name="kdenlive:docproperties.renderscanning">0</property>
+ <property name="kdenlive:docproperties.renderspeed">2</property>
+ <property name="kdenlive:docproperties.renderstartguide">-1</property>
+ <property name="kdenlive:docproperties.rendertcoverlay">0</property>
+ <property name="kdenlive:docproperties.rendertctype">0</property>
+ <property name="kdenlive:docproperties.rendertwopass">0</property>
+ <property name="kdenlive:docproperties.renderurl">heatmap.mp4</property>
+ <property name="kdenlive:docproperties.renderzone">0</property>
+ <property name="xml_retain">1</property>
+ <entry producer="producer0" in="00:00:00,000" out="00:00:22,000"/>
+ </playlist>
+ <producer id="black_track" in="00:00:00,000" out="00:16:50,700">
+ <property name="length">2147483647</property>
+ <property name="eof">continue</property>
+ <property name="resource">black</property>
+ <property name="aspect_ratio">1</property>
+ <property name="mlt_service">color</property>
+ <property name="mlt_image_format">rgb24a</property>
+ <property name="set.test_audio">0</property>
+ </producer>
+ <playlist id="playlist0">
+ <property name="kdenlive:audio_track">1</property>
+ </playlist>
+ <playlist id="playlist1">
+ <property name="kdenlive:audio_track">1</property>
+ </playlist>
+ <tractor id="tractor0" in="00:00:00,000">
+ <property name="kdenlive:audio_track">1</property>
+ <property name="kdenlive:trackheight">67</property>
+ <property name="kdenlive:collapsed">0</property>
+ <property name="kdenlive:thumbs_format"/>
+ <property name="kdenlive:audio_rec"/>
+ <property name="kdenlive:timeline_active">1</property>
+ <track hide="video" producer="playlist0"/>
+ <track hide="video" producer="playlist1"/>
+ <filter id="filter0">
+ <property name="window">75</property>
+ <property name="max_gain">20dB</property>
+ <property name="mlt_service">volume</property>
+ <property name="internal_added">237</property>
+ <property name="disable">1</property>
+ </filter>
+ <filter id="filter1">
+ <property name="channel">-1</property>
+ <property name="mlt_service">panner</property>
+ <property name="internal_added">237</property>
+ <property name="start">0,5</property>
+ <property name="disable">1</property>
+ </filter>
+ <filter id="filter2">
+ <property name="iec_scale">0</property>
+ <property name="mlt_service">audiolevel</property>
+ <property name="disable">1</property>
+ </filter>
+ </tractor>
+ <producer id="producer1" in="00:00:00,000" out="00:00:10,967">
+ <property name="length">331</property>
+ <property name="eof">pause</property>
+ <property name="resource">2,000000:C:/Users/thale/Videos/2020-08-01 17-10-55.mkv</property>
+ <property name="aspect_ratio">1</property>
+ <property name="meta.media.nb_streams">2</property>
+ <property name="meta.media.0.stream.type">video</property>
+ <property name="meta.media.0.stream.frame_rate">30</property>
+ <property name="meta.media.0.stream.sample_aspect_ratio">0</property>
+ <property name="meta.media.0.codec.width">1920</property>
+ <property name="meta.media.0.codec.height">1080</property>
+ <property name="meta.media.0.codec.rotate">0</property>
+ <property name="meta.media.0.codec.frame_rate">30</property>
+ <property name="meta.media.0.codec.pix_fmt">yuv420p</property>
+ <property name="meta.media.0.codec.sample_aspect_ratio">1</property>
+ <property name="meta.media.0.codec.colorspace">601</property>
+ <property name="meta.media.0.codec.name">h264</property>
+ <property name="meta.media.0.codec.long_name">H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10</property>
+ <property name="meta.media.0.codec.bit_rate">0</property>
+ <property name="meta.attr.0.stream.DURATION.markup">00:00:22.033000000</property>
+ <property name="meta.media.1.stream.type">audio</property>
+ <property name="meta.media.1.codec.sample_fmt">fltp</property>
+ <property name="meta.media.1.codec.sample_rate">44100</property>
+ <property name="meta.media.1.codec.channels">2</property>
+ <property name="meta.media.1.codec.name">aac</property>
+ <property name="meta.media.1.codec.long_name">AAC (Advanced Audio Coding)</property>
+ <property name="meta.media.1.codec.bit_rate">0</property>
+ <property name="meta.attr.1.stream.title.markup">simple_aac</property>
+ <property name="meta.attr.1.stream.DURATION.markup">00:00:21.989000000</property>
+ <property name="meta.attr.ENCODER.markup">Lavf58.29.100</property>
+ <property name="seekable">1</property>
+ <property name="meta.media.sample_aspect_num">1</property>
+ <property name="meta.media.sample_aspect_den">1</property>
+ <property name="audio_index">1</property>
+ <property name="video_index">0</property>
+ <property name="mute_on_pause">1</property>
+ <property name="warp_speed">2</property>
+ <property name="warp_resource">C:/Users/thale/Videos/2020-08-01 17-10-55.mkv</property>
+ <property name="mlt_service">timewarp</property>
+ <property name="set.test_audio">0</property>
+ <property name="set.test_image">1</property>
+ <property name="warp_pitch">0</property>
+ <property name="meta.media.frame_rate_num">30</property>
+ <property name="meta.media.frame_rate_den">1</property>
+ <property name="meta.media.colorspace">601</property>
+ <property name="meta.media.color_trc">2</property>
+ <property name="meta.media.width">1920</property>
+ <property name="meta.media.height">1080</property>
+ <property name="meta.media.color_range">mpeg</property>
+ </producer>
+ <playlist id="playlist2">
+ <property name="kdenlive:audio_track">1</property>
+ <entry producer="producer1" in="00:00:00,000" out="00:00:10,667">
+ <property name="kdenlive:id">2</property>
+ </entry>
+ </playlist>
+ <playlist id="playlist3">
+ <property name="kdenlive:audio_track">1</property>
+ </playlist>
+ <tractor id="tractor1" in="00:00:00,000" out="00:00:10,667">
+ <property name="kdenlive:audio_track">1</property>
+ <property name="kdenlive:trackheight">67</property>
+ <property name="kdenlive:collapsed">0</property>
+ <property name="kdenlive:thumbs_format"/>
+ <property name="kdenlive:audio_rec"/>
+ <property name="kdenlive:timeline_active">1</property>
+ <track hide="video" producer="playlist2"/>
+ <track hide="video" producer="playlist3"/>
+ <filter id="filter3">
+ <property name="window">75</property>
+ <property name="max_gain">20dB</property>
+ <property name="mlt_service">volume</property>
+ <property name="internal_added">237</property>
+ <property name="disable">1</property>
+ </filter>
+ <filter id="filter4">
+ <property name="channel">-1</property>
+ <property name="mlt_service">panner</property>
+ <property name="internal_added">237</property>
+ <property name="start">0,5</property>
+ <property name="disable">1</property>
+ </filter>
+ <filter id="filter5">
+ <property name="iec_scale">0</property>
+ <property name="mlt_service">audiolevel</property>
+ <property name="disable">1</property>
+ </filter>
+ </tractor>
+ <producer id="producer2" in="00:00:00,000" out="00:00:10,967">
+ <property name="length">331</property>
+ <property name="eof">pause</property>
+ <property name="resource">2,000000:C:/Users/thale/Videos/2020-08-01 17-10-55.mkv</property>
+ <property name="aspect_ratio">1</property>
+ <property name="meta.media.nb_streams">2</property>
+ <property name="meta.media.0.stream.type">video</property>
+ <property name="meta.media.0.stream.frame_rate">30</property>
+ <property name="meta.media.0.stream.sample_aspect_ratio">0</property>
+ <property name="meta.media.0.codec.width">1920</property>
+ <property name="meta.media.0.codec.height">1080</property>
+ <property name="meta.media.0.codec.rotate">0</property>
+ <property name="meta.media.0.codec.frame_rate">30</property>
+ <property name="meta.media.0.codec.pix_fmt">yuv420p</property>
+ <property name="meta.media.0.codec.sample_aspect_ratio">1</property>
+ <property name="meta.media.0.codec.colorspace">601</property>
+ <property name="meta.media.0.codec.name">h264</property>
+ <property name="meta.media.0.codec.long_name">H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10</property>
+ <property name="meta.media.0.codec.bit_rate">0</property>
+ <property name="meta.attr.0.stream.DURATION.markup">00:00:22.033000000</property>
+ <property name="meta.media.1.stream.type">audio</property>
+ <property name="meta.media.1.codec.sample_fmt">fltp</property>
+ <property name="meta.media.1.codec.sample_rate">44100</property>
+ <property name="meta.media.1.codec.channels">2</property>
+ <property name="meta.media.1.codec.name">aac</property>
+ <property name="meta.media.1.codec.long_name">AAC (Advanced Audio Coding)</property>
+ <property name="meta.media.1.codec.bit_rate">0</property>
+ <property name="meta.attr.1.stream.title.markup">simple_aac</property>
+ <property name="meta.attr.1.stream.DURATION.markup">00:00:21.989000000</property>
+ <property name="meta.attr.ENCODER.markup">Lavf58.29.100</property>
+ <property name="seekable">1</property>
+ <property name="meta.media.sample_aspect_num">1</property>
+ <property name="meta.media.sample_aspect_den">1</property>
+ <property name="audio_index">1</property>
+ <property name="video_index">0</property>
+ <property name="mute_on_pause">1</property>
+ <property name="warp_speed">2</property>
+ <property name="warp_resource">C:/Users/thale/Videos/2020-08-01 17-10-55.mkv</property>
+ <property name="mlt_service">timewarp</property>
+ <property name="set.test_audio">1</property>
+ <property name="set.test_image">0</property>
+ <property name="warp_pitch">0</property>
+ <property name="meta.media.frame_rate_num">30</property>
+ <property name="meta.media.frame_rate_den">1</property>
+ <property name="meta.media.colorspace">601</property>
+ <property name="meta.media.color_trc">2</property>
+ <property name="meta.media.width">1920</property>
+ <property name="meta.media.height">1080</property>
+ <property name="meta.media.color_range">mpeg</property>
+ <property name="meta.media.top_field_first">0</property>
+ <property name="meta.media.progressive">1</property>
+ </producer>
+ <playlist id="playlist4">
+ <entry producer="producer2" in="00:00:00,000" out="00:00:10,667">
+ <property name="kdenlive:id">2</property>
+ </entry>
+ </playlist>
+ <playlist id="playlist5"/>
+ <tractor id="tractor2" in="00:00:00,000" out="00:00:10,667">
+ <property name="kdenlive:trackheight">67</property>
+ <property name="kdenlive:collapsed">0</property>
+ <property name="kdenlive:thumbs_format"/>
+ <property name="kdenlive:audio_rec"/>
+ <property name="kdenlive:timeline_active">1</property>
+ <track hide="audio" producer="playlist4"/>
+ <track hide="audio" producer="playlist5"/>
+ </tractor>
+ <playlist id="playlist6"/>
+ <playlist id="playlist7"/>
+ <tractor id="tractor3" in="00:00:00,000">
+ <property name="kdenlive:trackheight">67</property>
+ <property name="kdenlive:collapsed">0</property>
+ <property name="kdenlive:thumbs_format"/>
+ <property name="kdenlive:audio_rec"/>
+ <property name="kdenlive:timeline_active">1</property>
+ <track hide="audio" producer="playlist6"/>
+ <track hide="audio" producer="playlist7"/>
+ </tractor>
+ <tractor id="tractor4" global_feed="1" in="00:00:00,000" out="00:16:50,700">
+ <track producer="black_track"/>
+ <track producer="tractor0"/>
+ <track producer="tractor1"/>
+ <track producer="tractor2"/>
+ <track producer="tractor3"/>
+ <transition id="transition0">
+ <property name="a_track">0</property>
+ <property name="b_track">1</property>
+ <property name="mlt_service">mix</property>
+ <property name="kdenlive_id">mix</property>
+ <property name="internal_added">237</property>
+ <property name="always_active">1</property>
+ <property name="sum">1</property>
+ </transition>
+ <transition id="transition1">
+ <property name="a_track">0</property>
+ <property name="b_track">2</property>
+ <property name="mlt_service">mix</property>
+ <property name="kdenlive_id">mix</property>
+ <property name="internal_added">237</property>
+ <property name="always_active">1</property>
+ <property name="sum">1</property>
+ </transition>
+ <transition id="transition2">
+ <property name="a_track">0</property>
+ <property name="b_track">3</property>
+ <property name="compositing">0</property>
+ <property name="distort">0</property>
+ <property name="rotate_center">0</property>
+ <property name="mlt_service">qtblend</property>
+ <property name="kdenlive_id">qtblend</property>
+ <property name="internal_added">237</property>
+ <property name="always_active">1</property>
+ </transition>
+ <transition id="transition3">
+ <property name="a_track">0</property>
+ <property name="b_track">4</property>
+ <property name="compositing">0</property>
+ <property name="distort">0</property>
+ <property name="rotate_center">0</property>
+ <property name="mlt_service">qtblend</property>
+ <property name="kdenlive_id">qtblend</property>
+ <property name="internal_added">237</property>
+ <property name="always_active">1</property>
+ </transition>
+ <filter id="filter6">
+ <property name="window">75</property>
+ <property name="max_gain">20dB</property>
+ <property name="mlt_service">volume</property>
+ <property name="internal_added">237</property>
+ <property name="disable">1</property>
+ </filter>
+ <filter id="filter7">
+ <property name="channel">-1</property>
+ <property name="mlt_service">panner</property>
+ <property name="internal_added">237</property>
+ <property name="start">0,5</property>
+ <property name="disable">1</property>
+ </filter>
+ <filter id="filter8">
+ <property name="iec_scale">0</property>
+ <property name="mlt_service">audiolevel</property>
+ <property name="disable">1</property>
+ </filter>
+ </tractor>
+</mlt>
diff --git a/docusaurus/static/videos/heatmap.mp4 b/docusaurus/static/videos/heatmap.mp4
new file mode 100644
index 0000000..b5dd309
--- /dev/null
+++ b/docusaurus/static/videos/heatmap.mp4
Binary files differ
diff --git a/docusaurus/static/videos/heatmap.webm b/docusaurus/static/videos/heatmap.webm
new file mode 100644
index 0000000..e3186c5
--- /dev/null
+++ b/docusaurus/static/videos/heatmap.webm
Binary files differ