diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-16 23:25:01 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-16 23:25:01 -0300 |
commit | d219bf257bbb6739c677882cd7c92c4feff17fba (patch) | |
tree | 758e3ad72711940b1306c01af5b23bcd20ca7ff2 /docusaurus | |
parent | 0df6c68c4318c7d1b1a75ec82d96f03ccda8301b (diff) | |
download | PSP.git-d219bf257bbb6739c677882cd7c92c4feff17fba.tar.gz PSP.git-d219bf257bbb6739c677882cd7c92c4feff17fba.tar.xz PSP.git-d219bf257bbb6739c677882cd7c92c4feff17fba.zip |
PSP-UFu website update
Diffstat (limited to 'docusaurus')
76 files changed, 36354 insertions, 0 deletions
diff --git a/docusaurus/.gitignore b/docusaurus/.gitignore new file mode 100644 index 0000000..b2d6de3 --- /dev/null +++ b/docusaurus/.gitignore @@ -0,0 +1,20 @@ +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/docusaurus/README.md b/docusaurus/README.md new file mode 100644 index 0000000..ee0ccc9 --- /dev/null +++ b/docusaurus/README.md @@ -0,0 +1,33 @@ +# Website + +This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. + +### Installation + +``` +$ yarn +``` + +### Local Development + +``` +$ yarn start +``` + +This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. + +### Build + +``` +$ yarn build +``` + +This command generates static content into the `build` directory and can be served using any static contents hosting service. + +### Deployment + +``` +$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy +``` + +If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. diff --git a/docusaurus/babel.config.js b/docusaurus/babel.config.js new file mode 100644 index 0000000..e00595d --- /dev/null +++ b/docusaurus/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: [require.resolve('@docusaurus/core/lib/babel/preset')], +}; diff --git a/docusaurus/blog/2019-10-13-2019w42a-beta.md b/docusaurus/blog/2019-10-13-2019w42a-beta.md new file mode 100644 index 0000000..201d25e --- /dev/null +++ b/docusaurus/blog/2019-10-13-2019w42a-beta.md @@ -0,0 +1,14 @@ +--- +id: 2019w42a-beta +title: 2019w42a-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] +--- + +- 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 new file mode 100644 index 0000000..3e0b3a9 --- /dev/null +++ b/docusaurus/blog/2019-11-01-2019w44a-beta.md @@ -0,0 +1,12 @@ +--- +id: 2019w44a-beta +title: 22019w44a-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] +--- + +- 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 new file mode 100644 index 0000000..e06e0bf --- /dev/null +++ b/docusaurus/blog/2020-06-13-2020w24a-beta.md @@ -0,0 +1,13 @@ +--- +id: 2020w24a-beta +title: 2020w24a-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] +--- + +- 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 new file mode 100644 index 0000000..b74d4c6 --- /dev/null +++ b/docusaurus/blog/2020-07-09-2020w28a-beta.md @@ -0,0 +1,12 @@ +--- +id: 2020w28a-beta +title: 2020w28a-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] +--- + +- Voltage heatmap implemented (OpenGL enabled); +- Several major and minor bugfixes.
\ No newline at end of file diff --git a/docusaurus/docs/aboutPSP.md b/docusaurus/docs/aboutPSP.md new file mode 100644 index 0000000..4535845 --- /dev/null +++ b/docusaurus/docs/aboutPSP.md @@ -0,0 +1,40 @@ +--- +id: aboutPSP +title: PSP-UFU +sidebar_label: PSP-UFU +--- + +:::important +This user guide was written 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). +::: + +## Sobre o PSP-UFU + +O PSP-UFU (Plataforma de Sistemas de Potência da Universidade Federal de Uberlândia) é um software **multi-plataforma**, **multilíngue**, **livre e de código aberto (FOSS)** com **recursos avançados de GUI (Interface Gráfica do Usuário)** e **ferramentas CAD (Design Assistido por Computador)** para estudos de sistemas elétricos de potência. + +O software permite a construção de qualquer rede de transmissão elétrica e sistemas de controle através da inserção de elementos visuais. Para a visualização dos resultados, o programa oferece **elementos de texto vinculados** na tela principal e também **editores de tabelas e gráficos**. + +O PSP-UFU tem como objetivo fornecer ferramentas eficientes de simulação para fins de **pesquisa** e **educação**, além de **aplicações industriais** em sistemas elétricos de potência. + +Resumidamente, o *software* pode executar os seguintes estudos: + +- Fluxo de potência +- Cálculo de curto-circuito +- Harmônicos +- Estabilidade transitória e dinâmica + +### Artigos publicados e Tese de doutorado +Os artigos abaixo possuem maiores detalhes a respeito do PSP-UFU: +>Oliveira, T. L., Guimarães, G. C., & Silva, L. R. C. (2019). PSP-UFU: An open-source, graphical, and multiplatform software for power system studies. *International Transactions on Electrical Energy Systems*, e12185. doi: [10.1002/2050-7038.12185](https://doi.org/10.1002/2050-7038.12185) + +>Oliveira, T. L., Guimarães, G. C., Silva, L. R., & Rezende, J. O. (2019). Power system education and research applications using free and open-source, graphical and multiplatform PSP-UFU software. *The International Journal of Electrical Engineering & Education*, 0020720919879058. doi: [10.1177/0020720919879058](https://doi.org/10.1177/0020720919879058) + +A Tese de Doutorado abaixo detalha em profundidade os cálculos envolvidos, arquitetura de software e ferramentas implementadas no PSP-UFU: +>Oliveira, T. L. (2019). Desenvolvimento de um programa computacional livre, gráfico, e multiplataforma para analisar sistemas elétricos de potência em regime permanente e dinâmico. doi: [10.14393/ufu.te.2019.2444](https://dx.doi.org/10.14393/ufu.te.2019.2444) + +### Contribuindo com o projeto +Se você está interessado em contribuir com o PSP-UFU de alguma forma (desenvolvimento, críticas, sugestões, etc.), entre em contato pelo [GitHub](https://github.com/Thales1330/PSP/issues) ou [Twitter](https://twitter.com/PspUfu). + +### Desenvolvedor~~es~~ +[Thales Lima Oliveira](https://github.com/Thales1330) + diff --git a/docusaurus/docs/cadTools.md b/docusaurus/docs/cadTools.md new file mode 100644 index 0000000..a66d0f2 --- /dev/null +++ b/docusaurus/docs/cadTools.md @@ -0,0 +1,11 @@ +--- +id: cadTools +title: Ferramentas CAD +sidebar_label: Ferramentas CAD +--- + + +### Zoom +<video autoPlay loop muted controls> + <source src= "/PSP/videos/zoom.mp4" type="video/mp4" /> +</video> diff --git a/docusaurus/docs/doc1.md b/docusaurus/docs/doc1.md new file mode 100644 index 0000000..69bc295 --- /dev/null +++ b/docusaurus/docs/doc1.md @@ -0,0 +1,200 @@ +--- +id: doc1 +title: Style Guide +sidebar_label: Style Guide +--- + +You can write content using [GitHub-flavored Markdown syntax](https://github.github.com/gfm/). + +## Markdown Syntax + +To serve as an example page when styling markdown based Docusaurus sites. + +## Headers + +# H1 - Create the best documentation + +## H2 - Create the best documentation + +### H3 - Create the best documentation + +#### H4 - Create the best documentation + +##### H5 - Create the best documentation + +###### H6 - Create the best documentation + +--- + +## Emphasis + +Emphasis, aka italics, with *asterisks* or _underscores_. + +Strong emphasis, aka bold, with **asterisks** or __underscores__. + +Combined emphasis with **asterisks and _underscores_**. + +Strikethrough uses two tildes. ~~Scratch this.~~ + +--- + +## Lists + +1. First ordered list item +1. Another item + - Unordered sub-list. +1. Actual numbers don't matter, just that it's a number + 1. Ordered sub-list +1. And another item. + +* Unordered list can use asterisks + +- Or minuses + ++ Or pluses + +--- + +## Links + +[I'm an inline-style link](https://www.google.com/) + +[I'm an inline-style link with title](https://www.google.com/ "Google's Homepage") + +[I'm a reference-style link][arbitrary case-insensitive reference text] + +[I'm a relative reference to a repository file](../blob/master/LICENSE) + +[You can use numbers for reference-style link definitions][1] + +Or leave it empty and use the [link text itself]. + +URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com/ or <http://www.example.com/> and sometimes example.com (but not on GitHub, for example). + +Some text to show that the reference links can follow later. + +[arbitrary case-insensitive reference text]: https://www.mozilla.org/ +[1]: http://slashdot.org/ +[link text itself]: http://www.reddit.com/ + +--- + +## Images + +Here's our logo (hover to see the title text): + +Inline-style:  + +Reference-style: ![alt text][logo] + +[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png 'Logo Title Text 2' + +--- + +## Code + +```javascript +var s = 'JavaScript syntax highlighting'; +alert(s); +``` + +```python +s = "Python syntax highlighting" +print(s) +``` + +``` +No language indicated, so no syntax highlighting. +But let's throw in a <b>tag</b>. +``` + +```js {2} +function highlightMe() { + console.log('This line can be highlighted!'); +} +``` + +--- + +## Tables + +Colons can be used to align columns. + +| Tables | Are | Cool | +| ------------- | :-----------: | -----: | +| col 3 is | right-aligned | \$1600 | +| col 2 is | centered | \$12 | +| zebra stripes | are neat | \$1 | + +There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. + +| Markdown | Less | Pretty | +| -------- | --------- | ---------- | +| _Still_ | `renders` | **nicely** | +| 1 | 2 | 3 | + +--- + +## Blockquotes + +> Blockquotes are very handy in email to emulate reply text. This line is part of the same quote. + +Quote break. + +> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can _put_ **Markdown** into a blockquote. + +--- + +## Inline HTML + +<dl> + <dt>Definition list</dt> + <dd>Is something people use sometimes.</dd> + + <dt>Markdown in HTML</dt> + <dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd> +</dl> + +--- + +## Line Breaks + +Here's a line for us to start with. + +This line is separated from the one above by two newlines, so it will be a _separate paragraph_. + +This line is also a separate paragraph, but... This line is only separated by a single newline, so it's a separate line in the _same paragraph_. + +--- + +## Admonitions + +:::note + +This is a note + +::: + +:::tip + +This is a tip + +::: + +:::important + +This is important + +::: + +:::caution + +This is a caution + +::: + +:::warning + +This is a warning + +::: diff --git a/docusaurus/docs/doc2.md b/docusaurus/docs/doc2.md new file mode 100644 index 0000000..16cfce4 --- /dev/null +++ b/docusaurus/docs/doc2.md @@ -0,0 +1,6 @@ +--- +id: doc2 +title: Document Number 2 +--- + +This is a link to [another document.](doc3.md) This is a link to an [external page.](http://www.example.com/) diff --git a/docusaurus/docs/doc3.md b/docusaurus/docs/doc3.md new file mode 100644 index 0000000..2c40cc6 --- /dev/null +++ b/docusaurus/docs/doc3.md @@ -0,0 +1,14 @@ +--- +id: doc3 +title: This is Document Number 3 +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectetur risus id imperdiet. Proin sodales ornare turpis, non mollis massa ultricies id. Nam at nibh scelerisque, feugiat ante non, dapibus tortor. Vivamus volutpat diam quis tellus elementum bibendum. Praesent semper gravida velit quis aliquam. Etiam in cursus neque. Nam lectus ligula, malesuada et mauris a, bibendum faucibus mi. Phasellus ut interdum felis. Phasellus in odio pulvinar, porttitor urna eget, fringilla lectus. Aliquam sollicitudin est eros. Mauris consectetur quam vitae mauris interdum hendrerit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. + +Duis et egestas libero, imperdiet faucibus ipsum. Sed posuere eget urna vel feugiat. Vivamus a arcu sagittis, fermentum urna dapibus, congue lectus. Fusce vulputate porttitor nisl, ac cursus elit volutpat vitae. Nullam vitae ipsum egestas, convallis quam non, porta nibh. Morbi gravida erat nec neque bibendum, eu pellentesque velit posuere. Fusce aliquam erat eu massa eleifend tristique. + +Sed consequat sollicitudin ipsum eget tempus. Integer a aliquet velit. In justo nibh, pellentesque non suscipit eget, gravida vel lacus. Donec odio ante, malesuada in massa quis, pharetra tristique ligula. Donec eros est, tristique eget finibus quis, semper non nisl. Vivamus et elit nec enim ornare placerat. Sed posuere odio a elit cursus sagittis. + +Phasellus feugiat purus eu tortor ultrices finibus. Ut libero nibh, lobortis et libero nec, dapibus posuere eros. Sed sagittis euismod justo at consectetur. Nulla finibus libero placerat, cursus sapien at, eleifend ligula. Vivamus elit nisl, hendrerit ac nibh eu, ultrices tempus dui. Nam tellus neque, commodo non rhoncus eu, gravida in risus. Nullam id iaculis tortor. + +Nullam at odio in sem varius tempor sit amet vel lorem. Etiam eu hendrerit nisl. Fusce nibh mauris, vulputate sit amet ex vitae, congue rhoncus nisl. Sed eget tellus purus. Nullam tempus commodo erat ut tristique. Cras accumsan massa sit amet justo consequat eleifend. Integer scelerisque vitae tellus id consectetur. diff --git a/docusaurus/docs/installation.md b/docusaurus/docs/installation.md new file mode 100644 index 0000000..0ae22e8 --- /dev/null +++ b/docusaurus/docs/installation.md @@ -0,0 +1,76 @@ +--- +id: installation +title: Instalação +sidebar_label: Instalação +--- +## Download + +O download do PSP-UFU pode ser realizado pelo ["*last release*" do repositório do PSP-UFU no GitHub](https://github.com/Thales1330/PSP/releases/latest). + +Ao acessar ao link, role a página até encontrar os *Assets*: + +![Download][download] +[download]: /PSP/images/download.png 'Assets donwload' + +Como o PSP-UFU é um *software* multiplataforma, você deve baixar o arquivo correto: +- Para o sistema operacional [Windows](installation#windows) baixe os arquivos *.exe* (recomendado) ou *.zip*. +- Para os sistemas [Linux](installation#linux) baseados no Debian (por exemplo, Ubuntu, Mint) *64 bits* baixe o pacote de instalação *.deb*. + +:::tip Dica +Se você está interessado em contribuir com o PSP-UFU construindo-o para outros sistemas operacionais (principalmente macOS!) entre em contato pelo [GitHub](https://github.com/Thales1330/PSP/issues) ou [Twitter](https://twitter.com/PspUfu). +::: + +Na sequência são apresentados o passo-a-passo para instalação dos SOs [Windows](installation#windows) e [Linux](installation#linux). Também são apresentadas as soluções para os erros mais recorrentes. + +## Windows +Após baixar o arquivo *.exe* avance em cada passo do instalador. O executável irá solicitar automaticamente a instalação do **Microsoft Visual C++ Redistribuível** e, caso não esteja instalado no seu computador, realize os procedimentos do programa. + +Caso o executável falhe em abrir, baixe o arquivo *.zip* e descompacte em alguma pasta do seu sistema. Nesse caso é necessário baixar e instalar manualmente o [**Microsoft Visual C++ Redistribuível 32 bits**](https://aka.ms/vs/16/release/vc_redist.x86.exe). + +Após a conclusão da instalação abra o PSP-UFU para verificar a correta instalação. O executável está presente na pasta "*<local de instalação>/PSP-UFU/bin/PSP-UFU.exe*". + +### Problemas recorrentes no Windows +- Ao baixar o navegador pode **falsamente** sinalizar que é um arquivo perigoso, basta clicar em "Manter arquivo"; +- Ao abrir o instalador, novamente o Windows sinaliza que o arquivo é perigoso, basta clicar em "Executar assim mesmo"; +- Ao abrir o programa e alterar o seu idioma, uma mensagem de erro é exibida. Para resolver esse problema basta executar o PSP-UFU como administrador (clicar com botão direito no atalho do programa e posteriormente em executar como administrador). Altere novamente o idioma e reinicie o programa; +- Ao criar um novo projeto a tela de trabalho não é exibida ou é exibida uma tela preta. Vá nas opções gerais e altere o renderizador para "Device Context". Caso apareça uma mensagem de erro, execute o programa como administrador e repita o processo. Reinicie o programa. + + +## Linux +A instalação no sistema Linux é facilmente realizado pelo pacote de instalação automático *.deb*. +:::caution Atenção! +Note que essa versão para Linux está defasada e algumas funcionalidades do programa podem não estar presentes. + +Caso queira contribuir com o projeto e construir a versão atual no sistema Linux baseado em Debian ou em outras distribuições entre em contato pelo [GitHub](https://github.com/Thales1330/PSP/issues) ou [Twitter](https://twitter.com/PspUfu). +::: + +### Problemas recorrentes no Linux +Pode ser necessário adicionar o [diretório das bibliotecas do wxWidgets](https://wiki.wxwidgets.org/Compiling_and_getting_started#Running_wxWidgets_projects) nas variáveis de ambiente. +Para isso, siga **UM** dos métodos apresentados abaixo: + +#### *Método I (recomendado)* +Insira o seguinte comando no arquivo **~/.bashrc**: +```shell +echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib" >> ~/.bashrc +``` + +#### *Método II (não recomendado)* +:::warning Cuidado! +Utilizando esse método, os passos abaixo devem ser executados todas as vezes que você quiser abir o PSP-UFU. +::: +1. Abra o terminal e acesse o diretório onde está instalado o PSP-UFU: +```shell +cd /usr/local/bin +``` +2. Insira as bibliotecas compartilhadas do wxWidgets nas variáveis de ambiente: +```shell +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib +``` +3. Então, execute o PSP-UFU na **mesma seção** do terminal: +```shell +./PSP-UFU +``` + +:::caution Atenção! +Verifique se o computador possui as unidades de vídeo instaladas corretamente, caso contrário, o programa não exibirá a área de trabalho para criar e editar diagramas de linha única ou diagramas de blocos de controle. +::: diff --git a/docusaurus/docs/mainScreen.md b/docusaurus/docs/mainScreen.md new file mode 100644 index 0000000..dd5c9f0 --- /dev/null +++ b/docusaurus/docs/mainScreen.md @@ -0,0 +1,45 @@ +--- +id: mainScreen +title: Tela Principal +sidebar_label: Tela Principal +--- +## Organização da tela principal +A tela principal do PSP-UFU é dividida em três seções: *[Menu "Ribbon"](mainScreen#menu-ribbon)*, *[Área de Trabalho](mainScreen#área-de-trabalho)* e *[Barra de Status](mainScreen#barra-de-status)*. + +![Tela Principal][mainScreen] +[mainScreen]: /PSP/images/mainScreen.svg 'Tela principal do PSP-UFU no Windows' + +Resumidamente, no **Menu Ribbon** são acessadas as ferramentas do PSP-UFU; na **Área de Trabalho** são criados os diagramas unifilares de potência; e na **Barra de Status** são exibidas importantes informações acerca do estado da Área de Trabalho. + + +### Menu Ribbon +>Em informática o ribbon (faixa, em inglês) é um formato de apresentação de interface baseada na GUI onde a barra de ferramentas é mostrada através de uma barra mais larga com icones maiores possibilitando o uso dos aplicativos por dispositivos *touch screen*. +[Wikipedia](https://pt.wikipedia.org/wiki/Ribbon_(inform%C3%A1tica)) + +O menu Ribbon é composto de três submenus: “Arquivo”, “Ferramentas” e “Simulação”. + +Em **Arquivo** estão as ferramentas gerais do programa, as quais permitem ao usuário criar e salvar novos projetos, além daquelas que possibilitam carregar os projetos já existentes e importar arquivos de outros programas. Esse submenu também possui opções gerais do programa e acesso a informações sobre o programa. + +![Menu Arquivo][menuFile] +[menuFile]: /PSP/images/menuFile.png 'Menu Arquivo' + +Em **Ferramentas** estão presentes os itens específicos, os quais estão relacionados à criação e manipulação da rede elétrica de potência, relatórios tabulares de saída de dados e acesso ao formulário de criação de gráficos no tempo. Algumas configurações específicas do projeto ativo são acessadas por esse menu. + +![Menu Ferramentas][menuTools] +[menuTools]: /PSP/images/menuTools.png 'Menu Ferramentas' + +Finalmente, o submenu **Simulação** proporciona o acesso do usuário aos cálculos realizados pelo *software* e suas configurações, além da ferramenta de “solução contínua”, a qual resolve os cálculos estáticos (fluxo de potência, curto-circuito e harmônicos) após quaisquer mudanças na rede de potência, como remoção de componente ou alteração de seus dados. Todas as configurações de simulação do projeto ativo são acessadas por esse menu. + +![Menu Simulation][menuSimulation] +[menuSimulation]: /PSP/images/menuSimulation.png 'Menu Simulação' + +### Área de Trabalho +Na área de trabalho estão presentes os projetos em execução, os quais são divididos por abas identificadas pelo nome do projeto (caso já esteja gravado no disco). É nessa área que são inseridos e excluídos os elementos elétricos, cujas ferramentas são acessadas por meio do [Menu Ribbon](mainScreen#menu-ribbon). + +As edições gráficas dos elementos, como posição, conexão e tamanho dos barramentos, são realizadas por meio da ação *drag-and-drop* (arrastar e soltar) com a utilização do mouse. A edição dos dados elétricos é feita por meio de formulários de dados acessados clicando duas vezes sobre os elementos. + +![Área de Trabalho][workspace] +[workspace]: /PSP/images/workspace.png 'Área de Trabalho' + +### Barra de Status +A barra de status é responsável por informações interessantes sobre as circunstâncias atuais do programa: modo de operação do mouse (editar, mover, arrastar), zoom aplicado e posição do mouse na área de trabalho, além de dados sobre as ações dos usuários, como: inserção de elementos, informação sobre copiar e colar, etc.
\ No newline at end of file diff --git a/docusaurus/docs/mdx.md b/docusaurus/docs/mdx.md new file mode 100644 index 0000000..f0210fb --- /dev/null +++ b/docusaurus/docs/mdx.md @@ -0,0 +1,17 @@ +--- +id: mdx +title: Powered by MDX +--- + +You can write JSX and use React components within your Markdown thanks to [MDX](https://mdxjs.com/). + +export const Highlight = ({children, color}) => ( <span style={{ + backgroundColor: color, + borderRadius: '2px', + color: '#fff', + padding: '0.2rem', + }}>{children}</span> ); + +<Highlight color="#25c2a0">Docusaurus green</Highlight> and <Highlight color="#1877F2">Facebook blue</Highlight> are my favorite colors. + +I can write **Markdown** alongside my _JSX_! diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js new file mode 100644 index 0000000..fcec357 --- /dev/null +++ b/docusaurus/docusaurus.config.js @@ -0,0 +1,97 @@ +module.exports = { + title: 'PSP-UFU', + tagline: 'Power System Platform of Federal University of Uberlândia', + url: 'https://thales1330.github.io', + baseUrl: '/PSP/', + favicon: 'img/favicon.ico', + organizationName: 'thales1330', // Usually your GitHub org/user name. + projectName: 'PSP', // Usually your repo name. + themeConfig: { + navbar: { + title: 'PSP-UFU', + logo: { + alt: 'PSP-UFU logo', + src: 'img/logo.svg', + }, + links: [ + { + to: 'docs/', + activeBasePath: 'docs', + label: 'User Guide', + position: 'left', + }, + {to: 'blog', label: 'Changelog', position: 'left'}, + { + href: 'https://github.com/Thales1330/PSP', + label: 'PSP-UFU Source Code', + position: 'right', + }, + ], + }, + footer: { + style: 'dark', + links: [ + { + title: 'Guide', + items: [ + { + label: 'PSP-UFU Guide', + to: 'docs/', + }, + { + label: 'Code Documentation', + to: 'https://thales1330.github.io/PSP/doxygen/html/index.html', + }, + ], + }, + { + title: 'Community', + items: [ + { + label: 'Ask a question', + href: 'https://github.com/Thales1330/PSP/issues', + }, + { + label: 'Twitter', + href: 'https://twitter.com/PspUfu', + }, + ], + }, + { + title: 'Site Image Credit', + items: [ + { + label: 'Images designed by upklyak / slidesgo / macrovector / Freepik', + href: 'http://www.freepik.com/', + }, + ], + }, + ], + copyright: `Copyright © ${new Date().getFullYear()} Thales Lima Oliveira. Built with Docusaurus.`, + }, + }, + presets: [ + [ + '@docusaurus/preset-classic', + { + docs: { + // It is recommended to set document id as docs home page (`docs/` path). + homePageId: 'aboutPSP', + sidebarPath: require.resolve('./sidebars.js'), + // Please change this to your repo. + editUrl: + 'https://github.com/Thales1330/PSP/tree/master/docs', + }, + blog: { + showReadingTime: true, + // Please change this to your repo. + editUrl: + 'https://github.com/Thales1330/PSP/tree/master/docs', + }, + theme: { + customCss: require.resolve('./src/css/custom.css'), + }, + }, + ], + ], +}; diff --git a/docusaurus/package-lock.json b/docusaurus/package-lock.json new file mode 100644 index 0000000..43f9740 --- /dev/null +++ b/docusaurus/package-lock.json @@ -0,0 +1,13248 @@ +{ + "name": "psp-ufu", + "version": "0.1.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/compat-data": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.4.tgz", + "integrity": "sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw==", + "requires": { + "browserslist": "^4.12.0", + "invariant": "^2.2.4", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/core": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.4.tgz", + "integrity": "sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helpers": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", + "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", + "requires": { + "@babel/types": "^7.10.4", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz", + "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz", + "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==", + "requires": { + "@babel/helper-explode-assignable-expression": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-builder-react-jsx": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz", + "integrity": "sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-builder-react-jsx-experimental": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.4.tgz", + "integrity": "sha512-LyacH/kgQPgLAuaWrvvq1+E7f5bLyT8jXCh7nM67sRsy2cpIGfgWJ+FCnAKQXfY+F0tXUaN6FqLkp4JiCzdK8Q==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-module-imports": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz", + "integrity": "sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ==", + "requires": { + "@babel/compat-data": "^7.10.4", + "browserslist": "^4.12.0", + "invariant": "^2.2.4", + "levenary": "^1.1.1", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz", + "integrity": "sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ==", + "requires": { + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4" + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz", + "integrity": "sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-regex": "^7.10.4", + "regexpu-core": "^4.7.0" + } + }, + "@babel/helper-define-map": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.4.tgz", + "integrity": "sha512-nIij0oKErfCnLUCWaCaHW0Bmtl2RO9cN7+u2QT8yqTywgALKlyUVOvHDElh+b5DwVC6YB1FOYFOTWcN/+41EDA==", + "requires": { + "@babel/helper-function-name": "^7.10.4", + "@babel/types": "^7.10.4", + "lodash": "^4.17.13" + } + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz", + "integrity": "sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A==", + "requires": { + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", + "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz", + "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz", + "integrity": "sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-module-imports": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-module-transforms": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz", + "integrity": "sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==", + "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/template": "^7.10.4", + "@babel/types": "^7.10.4", + "lodash": "^4.17.13" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", + "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + }, + "@babel/helper-regex": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.4.tgz", + "integrity": "sha512-inWpnHGgtg5NOF0eyHlC0/74/VkdRITY9dtTpB2PrxKKn+AkVMRiZz/Adrx+Ssg+MLDesi2zohBW6MVq6b4pOQ==", + "requires": { + "lodash": "^4.17.13" + } + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.4.tgz", + "integrity": "sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-wrap-function": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-replace-supers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", + "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-simple-access": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", + "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@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==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/helper-wrap-function": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz", + "integrity": "sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug==", + "requires": { + "@babel/helper-function-name": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helpers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", + "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", + "requires": { + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "dependencies": { + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + } + } + }, + "@babel/parser": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz", + "integrity": "sha512-MJbxGSmejEFVOANAezdO39SObkURO5o/8b6fSH6D1pi9RZQt+ldppKPXfqgUWpSQ9asM6xaSaSJIaeWMDRP0Zg==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-remap-async-to-generator": "^7.10.4", + "@babel/plugin-syntax-async-generators": "^7.8.0" + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz", + "integrity": "sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz", + "integrity": "sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-dynamic-import": "^7.8.0" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz", + "integrity": "sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.0" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz", + "integrity": "sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz", + "integrity": "sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz", + "integrity": "sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-transform-parameters": "^7.10.4" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz", + "integrity": "sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz", + "integrity": "sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-optional-chaining": "^7.8.0" + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz", + "integrity": "sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz", + "integrity": "sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-class-properties": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz", + "integrity": "sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-jsx": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz", + "integrity": "sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz", + "integrity": "sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz", + "integrity": "sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz", + "integrity": "sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz", + "integrity": "sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-remap-async-to-generator": "^7.10.4" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz", + "integrity": "sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.4.tgz", + "integrity": "sha512-J3b5CluMg3hPUii2onJDRiaVbPtKFPLEaV5dOPY5OeAbDi1iU/UbbFFTgwb7WnanaDy7bjU35kc26W3eM5Qa0A==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "lodash": "^4.17.13" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz", + "integrity": "sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-define-map": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz", + "integrity": "sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz", + "integrity": "sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz", + "integrity": "sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz", + "integrity": "sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz", + "integrity": "sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw==", + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz", + "integrity": "sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz", + "integrity": "sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg==", + "requires": { + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz", + "integrity": "sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz", + "integrity": "sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.4.tgz", + "integrity": "sha512-3Fw+H3WLUrTlzi3zMiZWp3AR4xadAEMv6XRCYnd5jAlLM61Rn+CRJaZMaNvIpcJpQ3vs1kyifYvEVPFfoSkKOA==", + "requires": { + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz", + "integrity": "sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w==", + "requires": { + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.4.tgz", + "integrity": "sha512-Tb28LlfxrTiOTGtZFsvkjpyjCl9IoaRI52AEU/VIwOwvDQWtbNJsAqTXzh+5R7i74e/OZHH2c2w2fsOqAfnQYQ==", + "requires": { + "@babel/helper-hoist-variables": "^7.10.4", + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz", + "integrity": "sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA==", + "requires": { + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz", + "integrity": "sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.10.4" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz", + "integrity": "sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz", + "integrity": "sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.4.tgz", + "integrity": "sha512-RurVtZ/D5nYfEg0iVERXYKEgDFeesHrHfx8RT05Sq57ucj2eOYAP6eu5fynL4Adju4I/mP/I6SO0DqNWAXjfLQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz", + "integrity": "sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-react-constant-elements": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.10.4.tgz", + "integrity": "sha512-cYmQBW1pXrqBte1raMkAulXmi7rjg3VI6ZLg9QIic8Hq7BtYXaWuZSxsr2siOMI6SWwpxjWfnwhTUrd7JlAV7g==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-react-display-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.4.tgz", + "integrity": "sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-react-jsx": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.4.tgz", + "integrity": "sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A==", + "requires": { + "@babel/helper-builder-react-jsx": "^7.10.4", + "@babel/helper-builder-react-jsx-experimental": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-jsx": "^7.10.4" + } + }, + "@babel/plugin-transform-react-jsx-development": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.4.tgz", + "integrity": "sha512-RM3ZAd1sU1iQ7rI2dhrZRZGv0aqzNQMbkIUCS1txYpi9wHQ2ZHNjo5TwX+UD6pvFW4AbWqLVYvKy5qJSAyRGjQ==", + "requires": { + "@babel/helper-builder-react-jsx-experimental": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-jsx": "^7.10.4" + } + }, + "@babel/plugin-transform-react-jsx-self": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz", + "integrity": "sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-jsx": "^7.10.4" + } + }, + "@babel/plugin-transform-react-jsx-source": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.4.tgz", + "integrity": "sha512-FTK3eQFrPv2aveerUSazFmGygqIdTtvskG50SnGnbEUnRPcGx2ylBhdFIzoVS1ty44hEgcPoCAyw5r3VDEq+Ug==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-jsx": "^7.10.4" + } + }, + "@babel/plugin-transform-react-pure-annotations": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.4.tgz", + "integrity": "sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz", + "integrity": "sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw==", + "requires": { + "regenerator-transform": "^0.14.2" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz", + "integrity": "sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-runtime": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.4.tgz", + "integrity": "sha512-8ULlGv8p+Vuxu+kz2Y1dk6MYS2b/Dki+NO6/0ZlfSj5tMalfDL7jI/o/2a+rrWLqSXvnadEqc2WguB4gdQIxZw==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "resolve": "^1.8.1", + "semver": "^5.5.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz", + "integrity": "sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz", + "integrity": "sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz", + "integrity": "sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-regex": "^7.10.4" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.4.tgz", + "integrity": "sha512-4NErciJkAYe+xI5cqfS8pV/0ntlY5N5Ske/4ImxAVX7mk9Rxt2bwDTGv1Msc2BRJvWQcmYEC+yoMLdX22aE4VQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz", + "integrity": "sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-typescript": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.4.tgz", + "integrity": "sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-typescript": "^7.10.4" + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz", + "integrity": "sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz", + "integrity": "sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/preset-env": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.4.tgz", + "integrity": "sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==", + "requires": { + "@babel/compat-data": "^7.10.4", + "@babel/helper-compilation-targets": "^7.10.4", + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-proposal-async-generator-functions": "^7.10.4", + "@babel/plugin-proposal-class-properties": "^7.10.4", + "@babel/plugin-proposal-dynamic-import": "^7.10.4", + "@babel/plugin-proposal-json-strings": "^7.10.4", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", + "@babel/plugin-proposal-numeric-separator": "^7.10.4", + "@babel/plugin-proposal-object-rest-spread": "^7.10.4", + "@babel/plugin-proposal-optional-catch-binding": "^7.10.4", + "@babel/plugin-proposal-optional-chaining": "^7.10.4", + "@babel/plugin-proposal-private-methods": "^7.10.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.10.4", + "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-class-properties": "^7.10.4", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-json-strings": "^7.8.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.0", + "@babel/plugin-syntax-top-level-await": "^7.10.4", + "@babel/plugin-transform-arrow-functions": "^7.10.4", + "@babel/plugin-transform-async-to-generator": "^7.10.4", + "@babel/plugin-transform-block-scoped-functions": "^7.10.4", + "@babel/plugin-transform-block-scoping": "^7.10.4", + "@babel/plugin-transform-classes": "^7.10.4", + "@babel/plugin-transform-computed-properties": "^7.10.4", + "@babel/plugin-transform-destructuring": "^7.10.4", + "@babel/plugin-transform-dotall-regex": "^7.10.4", + "@babel/plugin-transform-duplicate-keys": "^7.10.4", + "@babel/plugin-transform-exponentiation-operator": "^7.10.4", + "@babel/plugin-transform-for-of": "^7.10.4", + "@babel/plugin-transform-function-name": "^7.10.4", + "@babel/plugin-transform-literals": "^7.10.4", + "@babel/plugin-transform-member-expression-literals": "^7.10.4", + "@babel/plugin-transform-modules-amd": "^7.10.4", + "@babel/plugin-transform-modules-commonjs": "^7.10.4", + "@babel/plugin-transform-modules-systemjs": "^7.10.4", + "@babel/plugin-transform-modules-umd": "^7.10.4", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4", + "@babel/plugin-transform-new-target": "^7.10.4", + "@babel/plugin-transform-object-super": "^7.10.4", + "@babel/plugin-transform-parameters": "^7.10.4", + "@babel/plugin-transform-property-literals": "^7.10.4", + "@babel/plugin-transform-regenerator": "^7.10.4", + "@babel/plugin-transform-reserved-words": "^7.10.4", + "@babel/plugin-transform-shorthand-properties": "^7.10.4", + "@babel/plugin-transform-spread": "^7.10.4", + "@babel/plugin-transform-sticky-regex": "^7.10.4", + "@babel/plugin-transform-template-literals": "^7.10.4", + "@babel/plugin-transform-typeof-symbol": "^7.10.4", + "@babel/plugin-transform-unicode-escapes": "^7.10.4", + "@babel/plugin-transform-unicode-regex": "^7.10.4", + "@babel/preset-modules": "^0.1.3", + "@babel/types": "^7.10.4", + "browserslist": "^4.12.0", + "core-js-compat": "^3.6.2", + "invariant": "^2.2.2", + "levenary": "^1.1.1", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/preset-modules": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.3.tgz", + "integrity": "sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg==", + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/preset-react": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.10.4.tgz", + "integrity": "sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-transform-react-display-name": "^7.10.4", + "@babel/plugin-transform-react-jsx": "^7.10.4", + "@babel/plugin-transform-react-jsx-development": "^7.10.4", + "@babel/plugin-transform-react-jsx-self": "^7.10.4", + "@babel/plugin-transform-react-jsx-source": "^7.10.4", + "@babel/plugin-transform-react-pure-annotations": "^7.10.4" + } + }, + "@babel/preset-typescript": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.10.4.tgz", + "integrity": "sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-transform-typescript": "^7.10.4" + } + }, + "@babel/runtime": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", + "integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/traverse": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", + "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "@csstools/convert-colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", + "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==" + }, + "@docusaurus/core": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-alpha.58.tgz", + "integrity": "sha512-7VW7IQKTxTIeCXxzraLdTqRtYSmEG2ZJDt07z26NjK+17XyNQc0IoJs7M3xhjzaeP0s/CpYe5Yl+pgp6TIXqoA==", + "requires": { + "@babel/core": "^7.9.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", + "@babel/preset-env": "^7.9.0", + "@babel/preset-react": "^7.9.4", + "@babel/preset-typescript": "^7.9.0", + "@babel/runtime": "^7.9.2", + "@docusaurus/utils": "^2.0.0-alpha.58", + "@endiliey/static-site-generator-webpack-plugin": "^4.0.0", + "@svgr/webpack": "^5.4.0", + "babel-loader": "^8.1.0", + "babel-plugin-dynamic-import-node": "^2.3.0", + "cache-loader": "^4.1.0", + "chalk": "^3.0.0", + "chokidar": "^3.3.0", + "commander": "^4.0.1", + "copy-webpack-plugin": "^5.0.5", + "core-js": "^2.6.5", + "css-loader": "^3.4.2", + "del": "^5.1.0", + "eta": "^1.1.1", + "express": "^4.17.1", + "fs-extra": "^8.1.0", + "globby": "^10.0.1", + "html-minifier-terser": "^5.0.5", + "html-tags": "^3.1.0", + "html-webpack-plugin": "^4.0.4", + "import-fresh": "^3.2.1", + "lodash.has": "^4.5.2", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "mini-css-extract-plugin": "^0.8.0", + "nprogress": "^0.2.0", + "null-loader": "^3.0.0", + "optimize-css-assets-webpack-plugin": "^5.0.3", + "pnp-webpack-plugin": "^1.6.4", + "portfinder": "^1.0.25", + "postcss-loader": "^3.0.0", + "postcss-preset-env": "^6.7.0", + "react-dev-utils": "^10.2.1", + "react-helmet": "^6.0.0-beta", + "react-loadable": "^5.5.0", + "react-loadable-ssr-addon": "^0.2.3", + "react-router": "^5.1.2", + "react-router-config": "^5.1.1", + "react-router-dom": "^5.1.2", + "semver": "^6.3.0", + "shelljs": "^0.8.4", + "std-env": "^2.2.1", + "terser-webpack-plugin": "^2.3.5", + "wait-file": "^1.0.5", + "webpack": "^4.41.2", + "webpack-bundle-analyzer": "^3.6.1", + "webpack-dev-server": "^3.11.0", + "webpack-merge": "^4.2.2", + "webpackbar": "^4.0.0" + } + }, + "@docusaurus/mdx-loader": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-2.0.0-alpha.58.tgz", + "integrity": "sha512-g/uqzaoaRkwuPmjOB7/p58vNFLev9yE3FdkVfD19mSHyaMaKAzWGUiJxkaxPFtxCs4mwFWk7tJKSLY+B8MjS2Q==", + "requires": { + "@babel/parser": "^7.9.4", + "@babel/traverse": "^7.9.0", + "@mdx-js/mdx": "^1.5.8", + "@mdx-js/react": "^1.5.8", + "escape-html": "^1.0.3", + "fs-extra": "^8.1.0", + "github-slugger": "^1.3.0", + "gray-matter": "^4.0.2", + "loader-utils": "^1.2.3", + "mdast-util-to-string": "^1.1.0", + "remark-emoji": "^2.1.0", + "stringify-object": "^3.3.0", + "unist-util-visit": "^2.0.2" + }, + "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-content-blog": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.0.0-alpha.58.tgz", + "integrity": "sha512-2Pn15pwPdnmKLAvNd4bk2XclnGtGYCpfAECypm9tBql6W6MShy0qOHH3JGLY8dQIMySsCkuC3jCl26EwXNgARw==", + "requires": { + "@docusaurus/mdx-loader": "^2.0.0-alpha.58", + "@docusaurus/utils": "^2.0.0-alpha.58", + "feed": "^4.1.0", + "fs-extra": "^8.1.0", + "globby": "^10.0.1", + "loader-utils": "^1.2.3", + "lodash.kebabcase": "^4.1.1", + "reading-time": "^1.2.0", + "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-content-docs": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.0.0-alpha.58.tgz", + "integrity": "sha512-+PHqften1daJXBxUZTN5pMIRP7NwGU7reO4QX0iy7Qp1Wqs63KPY/nSeM7dtxKCYtU+yWkLogvFlicARVqRU9A==", + "requires": { + "@docusaurus/mdx-loader": "^2.0.0-alpha.58", + "@docusaurus/utils": "^2.0.0-alpha.58", + "execa": "^3.4.0", + "fs-extra": "^8.1.0", + "globby": "^10.0.1", + "import-fresh": "^3.2.1", + "loader-utils": "^1.2.3", + "lodash.flatmap": "^4.5.0", + "lodash.groupby": "^4.6.0", + "lodash.pick": "^4.4.0", + "lodash.pickby": "^4.6.0", + "remark-admonitions": "^1.2.1", + "shelljs": "^0.8.4" + }, + "dependencies": { + "execa": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz", + "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", + "requires": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "p-finally": "^2.0.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", + "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", + "requires": { + "pump": "^3.0.0" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "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" + } + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "requires": { + "path-key": "^3.0.0" + } + }, + "p-finally": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", + "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==" + } + } + }, + "@docusaurus/plugin-content-pages": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-alpha.58.tgz", + "integrity": "sha512-4LJn2CB83ZCkM4+0qNQWdm4gA2Og3QzmUfSqYOifTmsVsHuLSAqa5zRkkSSsZ244r+ya4e7nmS7nMd7kfK+v4w==", + "requires": { + "@docusaurus/types": "^2.0.0-alpha.58", + "@docusaurus/utils": "^2.0.0-alpha.58", + "globby": "^10.0.1" + } + }, + "@docusaurus/plugin-debug": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-alpha.58.tgz", + "integrity": "sha512-w7sEUzuavp5N4TxgJus1TLFwRkypvg9+mRYZN+mgV05WF3ft+aDTToWeYNZq/8FoC1IEwkezOpPpaWtG4UWM7Q==", + "requires": { + "@docusaurus/types": "^2.0.0-alpha.58", + "@docusaurus/utils": "^2.0.0-alpha.58" + } + }, + "@docusaurus/plugin-google-analytics": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-alpha.58.tgz", + "integrity": "sha512-R4I8j+XJkOl7fz8+lRnQKr8YP4zrG6dWBNZ66JquUwL6jmaavq1VRVavm7/s5Wr/vYLcpEWjynHViwDdVLegoQ==" + }, + "@docusaurus/plugin-google-gtag": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-alpha.58.tgz", + "integrity": "sha512-t+B6K2/EvRofygDK5edeQAg2l069aU7H3sViG/3USpJSaY9bWNWRKjZk6BEOypC+mCW6g5HQgewQZ/bTkV+aDA==" + }, + "@docusaurus/plugin-sitemap": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-alpha.58.tgz", + "integrity": "sha512-OS3XZG1S/USyZxSZ4e2pputW3sOl/hxvK+EAs51eOi/fYyVgO4BmFpcsoP17a5d1Cnxf8gumOkS6bLRDaG8KyQ==", + "requires": { + "@docusaurus/types": "^2.0.0-alpha.58", + "sitemap": "^3.2.2" + } + }, + "@docusaurus/preset-classic": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.0.0-alpha.58.tgz", + "integrity": "sha512-XGXC5NcAkRUKpm4aho6moThPtLarGSouWW1xfYMQlT4dY6RG/FFt8n5viMXzGwOfA/H9B/s0sZpqHDw8U4FUCg==", + "requires": { + "@docusaurus/plugin-content-blog": "^2.0.0-alpha.58", + "@docusaurus/plugin-content-docs": "^2.0.0-alpha.58", + "@docusaurus/plugin-content-pages": "^2.0.0-alpha.58", + "@docusaurus/plugin-debug": "^2.0.0-alpha.58", + "@docusaurus/plugin-google-analytics": "^2.0.0-alpha.58", + "@docusaurus/plugin-google-gtag": "^2.0.0-alpha.58", + "@docusaurus/plugin-sitemap": "^2.0.0-alpha.58", + "@docusaurus/theme-classic": "^2.0.0-alpha.58", + "@docusaurus/theme-search-algolia": "^2.0.0-alpha.58" + } + }, + "@docusaurus/theme-classic": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.0.0-alpha.58.tgz", + "integrity": "sha512-GvpzpsL3jTxm/3sPna7wOJaAauCha+uLZ33x/XOMKrfN02E2BLkaRphRyCliw1vvLXB3rJPlHyvBdKCTOVXaNw==", + "requires": { + "@mdx-js/mdx": "^1.5.8", + "@mdx-js/react": "^1.5.8", + "clsx": "^1.1.1", + "copy-text-to-clipboard": "^2.2.0", + "infima": "0.2.0-alpha.12", + "parse-numeric-range": "^0.0.2", + "prism-react-renderer": "^1.1.0", + "prismjs": "^1.20.0", + "prop-types": "^15.7.2", + "react-router-dom": "^5.1.2", + "react-toggle": "^4.1.1" + } + }, + "@docusaurus/theme-search-algolia": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-alpha.58.tgz", + "integrity": "sha512-Iug5mET733Yx46E04BfJjz4+AvxzalRo8G4ZmOjePTMiKQpE1ee39Ypbwj77c8XxEadOcZC4mJtfxB3L1RqlBA==", + "requires": { + "algoliasearch": "^3.24.5", + "algoliasearch-helper": "^3.1.1", + "clsx": "^1.1.1", + "docsearch.js": "^2.6.3", + "eta": "^1.1.1" + } + }, + "@docusaurus/types": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-2.0.0-alpha.58.tgz", + "integrity": "sha512-OSkxoLwWJMhEHa4s6SXVCjfGwYm21yF6ZggoUo6kz+qqslTgF/JcPCVF9Y1Hf6bJJxUisi+ZHrHKEC6k4pphPA==", + "requires": { + "@types/webpack": "^4.41.0", + "commander": "^4.0.1", + "querystring": "0.2.0" + } + }, + "@docusaurus/utils": { + "version": "2.0.0-alpha.58", + "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-2.0.0-alpha.58.tgz", + "integrity": "sha512-hBhdQCyVT15mH7RE5yuDBuhwbUnM4beKq2JLvRuZS4FoNu7T2S4OGusUAtTnNZEruoUv2QTkt+GrsRDKYi2fCA==", + "requires": { + "escape-string-regexp": "^2.0.0", + "fs-extra": "^8.1.0", + "gray-matter": "^4.0.2", + "lodash.camelcase": "^4.3.0", + "lodash.kebabcase": "^4.1.1" + }, + "dependencies": { + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + } + } + }, + "@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", + "integrity": "sha512-3MBqYCs30qk1OBRC697NqhGouYbs71D1B8hrk/AFJC6GwF2QaJOQZtA1JYAaGSe650sZ8r5ppRTtCRXepDWlng==", + "requires": { + "bluebird": "^3.7.1", + "cheerio": "^0.22.0", + "eval": "^0.1.4", + "url": "^0.11.0", + "webpack-sources": "^1.4.3" + } + }, + "@hapi/address": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", + "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==" + }, + "@hapi/bourne": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", + "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==" + }, + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" + }, + "@hapi/joi": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", + "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", + "requires": { + "@hapi/address": "2.x.x", + "@hapi/bourne": "1.x.x", + "@hapi/hoek": "8.x.x", + "@hapi/topo": "3.x.x" + } + }, + "@hapi/topo": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", + "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==", + "requires": { + "@hapi/hoek": "^8.3.0" + } + }, + "@mdx-js/mdx": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.6.tgz", + "integrity": "sha512-Q1j/RtjNbRZRC/ciaOqQLplsJ9lb0jJhDSvkusmzCsCX+NZH7YTUvccWf7l6zKW1CAiofJfqZdZtXkeJUDZiMw==", + "requires": { + "@babel/core": "7.9.6", + "@babel/plugin-syntax-jsx": "7.8.3", + "@babel/plugin-syntax-object-rest-spread": "7.8.3", + "@mdx-js/util": "^1.6.6", + "babel-plugin-apply-mdx-type-prop": "^1.6.6", + "babel-plugin-extract-import-names": "^1.6.6", + "camelcase-css": "2.0.1", + "detab": "2.0.3", + "hast-util-raw": "5.0.2", + "lodash.uniq": "4.5.0", + "mdast-util-to-hast": "9.1.0", + "remark-footnotes": "1.0.0", + "remark-mdx": "^1.6.6", + "remark-parse": "8.0.2", + "remark-squeeze-paragraphs": "4.0.0", + "style-to-object": "0.3.0", + "unified": "9.0.0", + "unist-builder": "2.0.3", + "unist-util-visit": "2.0.2" + }, + "dependencies": { + "@babel/core": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.6.tgz", + "integrity": "sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==", + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.9.6", + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helpers": "^7.9.6", + "@babel/parser": "^7.9.6", + "@babel/template": "^7.8.6", + "@babel/traverse": "^7.9.6", + "@babel/types": "^7.9.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + } + }, + "@babel/plugin-syntax-jsx": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz", + "integrity": "sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "unist-util-is": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz", + "integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==" + }, + "unist-util-visit": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.2.tgz", + "integrity": "sha512-HoHNhGnKj6y+Sq+7ASo2zpVdfdRifhTgX2KTU3B/sO/TTlZchp7E3S4vjRzDJ7L60KmrCPsQkVK3lEF3cz36XQ==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0", + "unist-util-visit-parents": "^3.0.0" + } + } + } + }, + "@mdx-js/react": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.6.tgz", + "integrity": "sha512-zOOdNreHUNSFQ0dg3wYYg9sOGg2csf7Sk8JGBigeBq+4Xk4LO0QdycGAmgKNfeme+SyBV5LBIPjt1NNsScyWEQ==" + }, + "@mdx-js/util": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.6.tgz", + "integrity": "sha512-PKTHVgMHnK5p+kcMWWNnZuoR7O19VmHiOujmVcyN50hya7qIdDb5vvsYC+dwLxApEXiABhLozq0dlIwFeS3yjg==" + }, + "@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "requires": { + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", + "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", + "requires": { + "@nodelib/fs.stat": "2.0.3", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", + "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==" + }, + "@nodelib/fs.walk": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", + "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", + "requires": { + "@nodelib/fs.scandir": "2.1.3", + "fastq": "^1.6.0" + } + }, + "@svgr/babel-plugin-add-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==" + }, + "@svgr/babel-plugin-remove-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==" + }, + "@svgr/babel-plugin-remove-jsx-empty-expression": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", + "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==" + }, + "@svgr/babel-plugin-replace-jsx-attribute-value": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", + "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==" + }, + "@svgr/babel-plugin-svg-dynamic-title": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", + "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==" + }, + "@svgr/babel-plugin-svg-em-dimensions": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", + "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==" + }, + "@svgr/babel-plugin-transform-react-native-svg": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", + "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==" + }, + "@svgr/babel-plugin-transform-svg-component": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.4.0.tgz", + "integrity": "sha512-zLl4Fl3NvKxxjWNkqEcpdSOpQ3LGVH2BNFQ6vjaK6sFo2IrSznrhURIPI0HAphKiiIwNYjAfE0TNoQDSZv0U9A==" + }, + "@svgr/babel-preset": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.4.0.tgz", + "integrity": "sha512-Gyx7cCxua04DBtyILTYdQxeO/pwfTBev6+eXTbVbxe4HTGhOUW6yo7PSbG2p6eJMl44j6XSequ0ZDP7bl0nu9A==", + "requires": { + "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", + "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", + "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", + "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", + "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", + "@svgr/babel-plugin-transform-svg-component": "^5.4.0" + } + }, + "@svgr/core": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.4.0.tgz", + "integrity": "sha512-hWGm1DCCvd4IEn7VgDUHYiC597lUYhFau2lwJBYpQWDirYLkX4OsXu9IslPgJ9UpP7wsw3n2Ffv9sW7SXJVfqQ==", + "requires": { + "@svgr/plugin-jsx": "^5.4.0", + "camelcase": "^6.0.0", + "cosmiconfig": "^6.0.0" + } + }, + "@svgr/hast-util-to-babel-ast": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.4.0.tgz", + "integrity": "sha512-+U0TZZpPsP2V1WvVhqAOSTk+N+CjYHdZx+x9UBa1eeeZDXwH8pt0CrQf2+SvRl/h2CAPRFkm+Ey96+jKP8Bsgg==", + "requires": { + "@babel/types": "^7.9.5" + } + }, + "@svgr/plugin-jsx": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.4.0.tgz", + "integrity": "sha512-SGzO4JZQ2HvGRKDzRga9YFSqOqaNrgLlQVaGvpZ2Iht2gwRp/tq+18Pvv9kS9ZqOMYgyix2LLxZMY1LOe9NPqw==", + "requires": { + "@babel/core": "^7.7.5", + "@svgr/babel-preset": "^5.4.0", + "@svgr/hast-util-to-babel-ast": "^5.4.0", + "svg-parser": "^2.0.2" + } + }, + "@svgr/plugin-svgo": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.4.0.tgz", + "integrity": "sha512-3Cgv3aYi1l6SHyzArV9C36yo4kgwVdF3zPQUC6/aCDUeXAofDYwE5kk3e3oT5ZO2a0N3lB+lLGvipBG6lnG8EA==", + "requires": { + "cosmiconfig": "^6.0.0", + "merge-deep": "^3.0.2", + "svgo": "^1.2.2" + } + }, + "@svgr/webpack": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.4.0.tgz", + "integrity": "sha512-LjepnS/BSAvelnOnnzr6Gg0GcpLmnZ9ThGFK5WJtm1xOqdBE/1IACZU7MMdVzjyUkfFqGz87eRE4hFaSLiUwYg==", + "requires": { + "@babel/core": "^7.9.0", + "@babel/plugin-transform-react-constant-elements": "^7.9.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@svgr/core": "^5.4.0", + "@svgr/plugin-jsx": "^5.4.0", + "@svgr/plugin-svgo": "^5.4.0", + "loader-utils": "^2.0.0" + } + }, + "@types/anymatch": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz", + "integrity": "sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==" + }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "@types/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", + "requires": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/html-minifier-terser": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz", + "integrity": "sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA==" + }, + "@types/json-schema": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz", + "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" + }, + "@types/mdast": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.3.tgz", + "integrity": "sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==", + "requires": { + "@types/unist": "*" + } + }, + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" + }, + "@types/node": { + "version": "14.0.22", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.22.tgz", + "integrity": "sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g==" + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, + "@types/q": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", + "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" + }, + "@types/source-list-map": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", + "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==" + }, + "@types/tapable": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.6.tgz", + "integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==" + }, + "@types/uglify-js": { + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.9.3.tgz", + "integrity": "sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w==", + "requires": { + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@types/unist": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz", + "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==" + }, + "@types/webpack": { + "version": "4.41.21", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.21.tgz", + "integrity": "sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA==", + "requires": { + "@types/anymatch": "*", + "@types/node": "*", + "@types/tapable": "*", + "@types/uglify-js": "*", + "@types/webpack-sources": "*", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@types/webpack-sources": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-1.4.0.tgz", + "integrity": "sha512-c88dKrpSle9BtTqR6ifdaxu1Lvjsl3C5OsfvuUbUwdXymshv1TkufUAXBajCCUM/f/TmnkZC/Esb03MinzSiXQ==", + "requires": { + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.7.3" + }, + "dependencies": { + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" + } + } + }, + "@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "requires": { + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==" + }, + "@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==" + }, + "@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==" + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "requires": { + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==" + }, + "@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", + "requires": { + "@webassemblyjs/ast": "1.9.0" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==" + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==" + }, + "@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + }, + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" + }, + "address": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz", + "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==" + }, + "agentkeepalive": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-2.2.0.tgz", + "integrity": "sha1-xdG9SxKQCPEWPyNvhuX66iAm4u8=" + }, + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" + }, + "ajv-keywords": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.1.tgz", + "integrity": "sha512-KWcq3xN8fDjSB+IMoh2VaXVhRI0BBGxoYp3rx7Pkb6z0cFjYR9Q9l4yZqqals0/zsioCmocC5H6UvsGD4MoIBA==" + }, + "algoliasearch": { + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-3.35.1.tgz", + "integrity": "sha512-K4yKVhaHkXfJ/xcUnil04xiSrB8B8yHZoFEhWNpXg23eiCnqvTZw1tn/SqvdsANlYHLJlKl0qi3I/Q2Sqo7LwQ==", + "requires": { + "agentkeepalive": "^2.2.0", + "debug": "^2.6.9", + "envify": "^4.0.0", + "es6-promise": "^4.1.0", + "events": "^1.1.0", + "foreach": "^2.0.5", + "global": "^4.3.2", + "inherits": "^2.0.1", + "isarray": "^2.0.1", + "load-script": "^1.0.0", + "object-keys": "^1.0.11", + "querystring-es3": "^0.2.1", + "reduce": "^1.0.1", + "semver": "^5.1.0", + "tunnel-agent": "^0.6.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "events": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", + "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=" + }, + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "algoliasearch-helper": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.1.2.tgz", + "integrity": "sha512-HfCVvmKH6+5OU9/SaHLdhvr39DBObA02z62RsfPhFDftzgQM6pJB2JoPyGpIteHW4RAYh8bPLiB8l4hajuy6fA==", + "requires": { + "events": "^1.1.1" + }, + "dependencies": { + "events": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", + "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=" + } + } + }, + "alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" + }, + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==" + }, + "ansi-escapes": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz", + "integrity": "sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==", + "requires": { + "type-fest": "^0.11.0" + } + }, + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "requires": { + "object-assign": "^4.1.1", + "util": "0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + } + } + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "requires": { + "lodash": "^4.17.14" + } + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "autocomplete.js": { + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.36.0.tgz", + "integrity": "sha512-jEwUXnVMeCHHutUt10i/8ZiRaCb0Wo+ZyKxeGsYwBDtw6EJHqEeDrq4UwZRD8YBSvp3g6klP678il2eeiVXN2Q==", + "requires": { + "immediate": "^3.2.3" + } + }, + "autoprefixer": { + "version": "9.8.5", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.5.tgz", + "integrity": "sha512-C2p5KkumJlsTHoNv9w31NrBRgXhf6eCMteJuHZi2xhkgC+5Vm40MEtCKPhc0qdgAOhox0YPy1SQHTAky05UoKg==", + "requires": { + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001097", + "colorette": "^1.2.0", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz", + "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=" + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "babel-loader": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz", + "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==", + "requires": { + "find-cache-dir": "^2.1.0", + "loader-utils": "^1.4.0", + "mkdirp": "^0.5.3", + "pify": "^4.0.1", + "schema-utils": "^2.6.5" + }, + "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" + } + } + } + }, + "babel-plugin-apply-mdx-type-prop": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.6.tgz", + "integrity": "sha512-rUzVvkQa8/9M63OZT6qQQ1bS8P0ozhXp9e5uJ3RwRJF5Me7s4nZK5SYhyNHYc0BkAflWnCOGMP3oPQUfuyB8tg==", + "requires": { + "@babel/helper-plugin-utils": "7.8.3", + "@mdx-js/util": "^1.6.6" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==" + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-extract-import-names": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.6.tgz", + "integrity": "sha512-UtMuiQJnhVPAGE2+pDe7Nc9NVEmDdqGTN74BtRALgH+7oag88RpxFLOSiA+u5mFkFg741wW9Ut5KiyJpksEj/g==", + "requires": { + "@babel/helper-plugin-utils": "7.8.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==" + } + } + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "base64-js": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", + "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "bfj": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-6.1.2.tgz", + "integrity": "sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==", + "requires": { + "bluebird": "^3.5.5", + "check-types": "^8.0.3", + "hoopy": "^0.1.4", + "tryer": "^1.0.1" + } + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, + "binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "bn.js": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz", + "integrity": "sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA==" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + }, + "dependencies": { + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + } + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "requires": { + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "browserify-sign": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.0.tgz", + "integrity": "sha512-hEZC1KEeYuoHRqhGhTy6gWrpJA3ZDjFWv0DE61643ZnOXAKJb3u7yWcrU0mMc9SwAqK1n7myPGndkp0dFG7NFA==", + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.2", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.13.0.tgz", + "integrity": "sha512-MINatJ5ZNrLnQ6blGvePd/QOz9Xtu+Ne+x29iQSCHfkU5BugKVJwZKn/iiL8UbpIpa3JhviKjz+XxMo0m2caFQ==", + "requires": { + "caniuse-lite": "^1.0.30001093", + "electron-to-chromium": "^1.3.488", + "escalade": "^3.0.1", + "node-releases": "^1.1.58" + } + }, + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" + }, + "buffer-json": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/buffer-json/-/buffer-json-2.0.0.tgz", + "integrity": "sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "cache-loader": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cache-loader/-/cache-loader-4.1.0.tgz", + "integrity": "sha512-ftOayxve0PwKzBF/GLsZNC9fJBXl8lkZE3TOsjkboHfVHVkL39iUEs1FO07A33mizmci5Dudt38UZrrYXDtbhw==", + "requires": { + "buffer-json": "^2.0.0", + "find-cache-dir": "^3.0.0", + "loader-utils": "^1.2.3", + "mkdirp": "^0.5.1", + "neo-async": "^2.6.1", + "schema-utils": "^2.0.0" + }, + "dependencies": { + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "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" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + } + } + } + }, + "call-me-maybe": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz", + "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=" + }, + "caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "requires": { + "callsites": "^2.0.0" + }, + "dependencies": { + "callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" + } + } + }, + "caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "requires": { + "caller-callsite": "^2.0.0" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + }, + "camel-case": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.1.tgz", + "integrity": "sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==", + "requires": { + "pascal-case": "^3.1.1", + "tslib": "^1.10.0" + } + }, + "camelcase": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.0.0.tgz", + "integrity": "sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==" + }, + "camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001099", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001099.tgz", + "integrity": "sha512-sdS9A+sQTk7wKoeuZBN/YMAHVztUfVnjDi4/UV3sDE8xoh7YR12hKW+pIdB3oqKGwr9XaFL2ovfzt9w8eUI5CA==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "ccount": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.5.tgz", + "integrity": "sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw==" + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "character-entities": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", + "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" + }, + "character-entities-legacy": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", + "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" + }, + "character-reference-invalid": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", + "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" + }, + "check-types": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/check-types/-/check-types-8.0.3.tgz", + "integrity": "sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==" + }, + "cheerio": { + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", + "integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=", + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash.assignin": "^4.0.9", + "lodash.bind": "^4.1.4", + "lodash.defaults": "^4.0.1", + "lodash.filter": "^4.4.0", + "lodash.flatten": "^4.2.0", + "lodash.foreach": "^4.3.0", + "lodash.map": "^4.4.0", + "lodash.merge": "^4.4.0", + "lodash.pick": "^4.2.1", + "lodash.reduce": "^4.4.0", + "lodash.reject": "^4.4.0", + "lodash.some": "^4.4.0" + } + }, + "chokidar": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.4.0" + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" + }, + "chrome-trace-event": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "requires": { + "tslib": "^1.9.0" + } + }, + "ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "classnames": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", + "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + }, + "clean-css": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", + "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", + "requires": { + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-width": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", + "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==" + }, + "clipboard": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz", + "integrity": "sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==", + "optional": true, + "requires": { + "good-listener": "^1.2.2", + "select": "^1.1.2", + "tiny-emitter": "^2.0.0" + } + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "clone-deep": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-0.2.4.tgz", + "integrity": "sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY=", + "requires": { + "for-own": "^0.1.3", + "is-plain-object": "^2.0.1", + "kind-of": "^3.0.2", + "lazy-cache": "^1.0.3", + "shallow-clone": "^0.1.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "clsx": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", + "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==" + }, + "coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "requires": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + }, + "dependencies": { + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + } + } + }, + "collapse-white-space": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", + "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==" + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/color/-/color-3.1.2.tgz", + "integrity": "sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==", + "requires": { + "color-convert": "^1.9.1", + "color-string": "^1.5.2" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "color-string": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz", + "integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==", + "requires": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "colorette": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz", + "integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==" + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "comma-separated-tokens": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", + "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==" + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" + }, + "consola": { + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.14.0.tgz", + "integrity": "sha512-A2j1x4u8d6SIVikhZROfpFJxQZie+cZOfQMyI/tu2+hWXe8iAv7R6FW6s6x04/7zBCst94lPddztot/d6GJiuQ==" + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "requires": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "copy-text-to-clipboard": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-2.2.0.tgz", + "integrity": "sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==" + }, + "copy-webpack-plugin": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz", + "integrity": "sha512-P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg==", + "requires": { + "cacache": "^12.0.3", + "find-cache-dir": "^2.1.0", + "glob-parent": "^3.1.0", + "globby": "^7.1.1", + "is-glob": "^4.0.1", + "loader-utils": "^1.2.3", + "minimatch": "^3.0.4", + "normalize-path": "^3.0.0", + "p-limit": "^2.2.1", + "schema-utils": "^1.0.0", + "serialize-javascript": "^2.1.2", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "globby": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", + "requires": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + } + }, + "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" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "core-js": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", + "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==" + }, + "core-js-compat": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz", + "integrity": "sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==", + "requires": { + "browserslist": "^4.8.5", + "semver": "7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==" + } + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + } + }, + "create-ecdh": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", + "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "cross-spawn": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz", + "integrity": "sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "css-blank-pseudo": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz", + "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==", + "requires": { + "postcss": "^7.0.5" + } + }, + "css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=" + }, + "css-declaration-sorter": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", + "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", + "requires": { + "postcss": "^7.0.1", + "timsort": "^0.3.0" + } + }, + "css-has-pseudo": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz", + "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==", + "requires": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^5.0.0-rc.4" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "css-loader": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", + "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", + "requires": { + "camelcase": "^5.3.1", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^1.2.3", + "normalize-path": "^3.0.0", + "postcss": "^7.0.32", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.2", + "postcss-modules-scope": "^2.2.0", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^2.7.0", + "semver": "^6.3.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "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" + } + } + } + }, + "css-prefers-color-scheme": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz", + "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==", + "requires": { + "postcss": "^7.0.5" + } + }, + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "requires": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + }, + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "requires": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "css-what": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", + "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==" + }, + "cssdb": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz", + "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==" + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" + }, + "cssnano": { + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", + "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==", + "requires": { + "cosmiconfig": "^5.0.0", + "cssnano-preset-default": "^4.0.7", + "is-resolvable": "^1.0.0", + "postcss": "^7.0.0" + }, + "dependencies": { + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "requires": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + } + }, + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "requires": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + } + } + }, + "cssnano-preset-default": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz", + "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==", + "requires": { + "css-declaration-sorter": "^4.0.1", + "cssnano-util-raw-cache": "^4.0.1", + "postcss": "^7.0.0", + "postcss-calc": "^7.0.1", + "postcss-colormin": "^4.0.3", + "postcss-convert-values": "^4.0.1", + "postcss-discard-comments": "^4.0.2", + "postcss-discard-duplicates": "^4.0.2", + "postcss-discard-empty": "^4.0.1", + "postcss-discard-overridden": "^4.0.1", + "postcss-merge-longhand": "^4.0.11", + "postcss-merge-rules": "^4.0.3", + "postcss-minify-font-values": "^4.0.2", + "postcss-minify-gradients": "^4.0.2", + "postcss-minify-params": "^4.0.2", + "postcss-minify-selectors": "^4.0.2", + "postcss-normalize-charset": "^4.0.1", + "postcss-normalize-display-values": "^4.0.2", + "postcss-normalize-positions": "^4.0.2", + "postcss-normalize-repeat-style": "^4.0.2", + "postcss-normalize-string": "^4.0.2", + "postcss-normalize-timing-functions": "^4.0.2", + "postcss-normalize-unicode": "^4.0.1", + "postcss-normalize-url": "^4.0.1", + "postcss-normalize-whitespace": "^4.0.2", + "postcss-ordered-values": "^4.1.2", + "postcss-reduce-initial": "^4.0.3", + "postcss-reduce-transforms": "^4.0.2", + "postcss-svgo": "^4.0.2", + "postcss-unique-selectors": "^4.0.1" + } + }, + "cssnano-util-get-arguments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", + "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=" + }, + "cssnano-util-get-match": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", + "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=" + }, + "cssnano-util-raw-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", + "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", + "requires": { + "postcss": "^7.0.0" + } + }, + "cssnano-util-same-parent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", + "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==" + }, + "csso": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.0.3.tgz", + "integrity": "sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==", + "requires": { + "css-tree": "1.0.0-alpha.39" + }, + "dependencies": { + "css-tree": { + "version": "1.0.0-alpha.39", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.39.tgz", + "integrity": "sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==", + "requires": { + "mdn-data": "2.0.6", + "source-map": "^0.6.1" + } + }, + "mdn-data": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.6.tgz", + "integrity": "sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "requires": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + } + }, + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "requires": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "del": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/del/-/del-5.1.0.tgz", + "integrity": "sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==", + "requires": { + "globby": "^10.0.1", + "graceful-fs": "^4.2.2", + "is-glob": "^4.0.1", + "is-path-cwd": "^2.2.0", + "is-path-inside": "^3.0.1", + "p-map": "^3.0.0", + "rimraf": "^3.0.0", + "slash": "^3.0.0" + }, + "dependencies": { + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "delegate": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz", + "integrity": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==", + "optional": true + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "detab": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.3.tgz", + "integrity": "sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A==", + "requires": { + "repeat-string": "^1.5.4" + } + }, + "detect-node": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", + "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" + }, + "detect-port-alt": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "requires": { + "address": "^1.0.1", + "debug": "^2.6.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "requires": { + "path-type": "^3.0.0" + }, + "dependencies": { + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "requires": { + "pify": "^3.0.0" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + } + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" + }, + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "requires": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "requires": { + "buffer-indexof": "^1.0.0" + } + }, + "docsearch.js": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/docsearch.js/-/docsearch.js-2.6.3.tgz", + "integrity": "sha512-GN+MBozuyz664ycpZY0ecdQE0ND/LSgJKhTLA0/v3arIS3S1Rpf2OJz6A35ReMsm91V5apcmzr5/kM84cvUg+A==", + "requires": { + "algoliasearch": "^3.24.5", + "autocomplete.js": "0.36.0", + "hogan.js": "^3.0.2", + "request": "^2.87.0", + "stack-utils": "^1.0.1", + "to-factory": "^1.0.0", + "zepto": "^1.2.0" + } + }, + "dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "requires": { + "utila": "~0.4" + } + }, + "dom-serializer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", + "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", + "requires": { + "domelementtype": "^1.3.0", + "entities": "^1.1.1" + } + }, + "dom-walk": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", + "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.3.tgz", + "integrity": "sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA==", + "requires": { + "no-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, + "dot-prop": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz", + "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==", + "requires": { + "is-obj": "^2.0.0" + } + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=" + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "ejs": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" + }, + "electron-to-chromium": { + "version": "1.3.496", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.496.tgz", + "integrity": "sha512-TXY4mwoyowwi4Lsrq9vcTUYBThyc1b2hXaTZI13p8/FRhY2CTaq5lK+DVjhYkKiTLsKt569Xes+0J5JsVXFurQ==" + }, + "elliptic": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "emoticon": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/emoticon/-/emoticon-3.2.0.tgz", + "integrity": "sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.2.0.tgz", + "integrity": "sha512-S7eiFb/erugyd1rLb6mQ3Vuq+EXHv5cpCkNqqIkYkBgN2QdFnyCZzFBleqwGEx4lgNGYij81BWnCrFNK7vxvjQ==", + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" + }, + "envify": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/envify/-/envify-4.1.0.tgz", + "integrity": "sha512-IKRVVoAYr4pIx4yIWNsz9mOsboxlNXiu7TNBnem/K/uTHdkyzXWDzHCK7UTolqBbgaBz0tQHsD3YNls0uIIjiw==", + "requires": { + "esprima": "^4.0.0", + "through": "~2.3.4" + } + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es6-promise": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==" + }, + "escalade": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.0.1.tgz", + "integrity": "sha512-DR6NO3h9niOT+MZs7bjxlj2a1k+POu5RN8CLTPX2+i78bRi9eLe7+0zXgUHMnGXWybYcL61E9hGhPKqedy8tQA==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "esrecurse": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", + "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "requires": { + "estraverse": "^4.1.0" + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + }, + "eta": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/eta/-/eta-1.2.2.tgz", + "integrity": "sha512-8H+zm3HfY2ELz5P4zzR3uJ1LQLnhTAe5gb0vR9ziKZGCLhQrRtqwIyzsOkf7pdBnH7gFPLRAaKZdv2nj9vu9cw==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eval": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/eval/-/eval-0.1.4.tgz", + "integrity": "sha512-npGsebJejyjMRnLdFu+T/97dnigqIU0Ov3IGrZ8ygd1v7RL1vGkEKtvyWZobqUH1AQgKlg0Yqqe2BtMA9/QZLw==", + "requires": { + "require-like": ">= 0.1.1" + } + }, + "eventemitter3": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz", + "integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==" + }, + "events": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", + "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==" + }, + "eventsource": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", + "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "requires": { + "original": "^1.0.0" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "fast-glob": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz", + "integrity": "sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==", + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fastq": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", + "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==", + "requires": { + "reusify": "^1.0.4" + } + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "feed": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/feed/-/feed-4.2.1.tgz", + "integrity": "sha512-l28KKcK1J/u3iq5dRDmmoB2p7dtBfACC2NqJh4dI2kFptxH0asfjmOfcxqh5Sv8suAlVa73gZJ4REY5RrafVvg==", + "requires": { + "xml-js": "^1.6.11" + } + }, + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" + }, + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "filesize": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz", + "integrity": "sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg==" + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "flatten": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz", + "integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==" + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "follow-redirects": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.12.1.tgz", + "integrity": "sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==" + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "for-own": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", + "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", + "requires": { + "for-in": "^1.0.1" + } + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "fork-ts-checker-webpack-plugin": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz", + "integrity": "sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==", + "requires": { + "babel-code-frame": "^6.22.0", + "chalk": "^2.4.1", + "chokidar": "^3.3.0", + "micromatch": "^3.1.10", + "minimatch": "^3.0.4", + "semver": "^5.6.0", + "tapable": "^1.0.0", + "worker-rpc": "^0.1.0" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "requires": { + "minipass": "^3.0.0" + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "galleria": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/galleria/-/galleria-1.6.1.tgz", + "integrity": "sha512-ti1mC6sbnxMeC3HYA81ZdlhFR6q0wIX4pngj8M5HVPkpwWejmCNPNSZnEB+xzpDk09j+to+BsG0ZQXkH48QLQw==", + "requires": { + "grunt-postcss": "^0.9.0", + "jquery": ">=1.9.0" + } + }, + "gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "github-slugger": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.3.0.tgz", + "integrity": "sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q==", + "requires": { + "emoji-regex": ">=6.0.0 <=6.1.1" + }, + "dependencies": { + "emoji-regex": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.1.tgz", + "integrity": "sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=" + } + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=" + }, + "global": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", + "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", + "requires": { + "min-document": "^2.19.0", + "process": "^0.11.10" + } + }, + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "dependencies": { + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "globby": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz", + "integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==", + "requires": { + "@types/glob": "^7.1.1", + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.0.3", + "glob": "^7.1.3", + "ignore": "^5.1.1", + "merge2": "^1.2.3", + "slash": "^3.0.0" + }, + "dependencies": { + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "requires": { + "path-type": "^4.0.0" + } + }, + "ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==" + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + } + }, + "good-listener": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz", + "integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=", + "optional": true, + "requires": { + "delegate": "^3.1.2" + } + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "gray-matter": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.2.tgz", + "integrity": "sha512-7hB/+LxrOjq/dd8APlK0r24uL/67w7SkYnfwhNFwg/VDIGWGmduTDYf3WNstLW2fbbmRwrDGCVSJ2isuf2+4Hw==", + "requires": { + "js-yaml": "^3.11.0", + "kind-of": "^6.0.2", + "section-matter": "^1.0.0", + "strip-bom-string": "^1.0.0" + } + }, + "grunt-postcss": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.9.0.tgz", + "integrity": "sha512-lglLcVaoOIqH0sFv7RqwUKkEFGQwnlqyAKbatxZderwZGV1nDyKHN7gZS9LUiTx1t5GOvRBx0BEalHMyVwFAIA==", + "requires": { + "chalk": "^2.1.0", + "diff": "^3.0.0", + "postcss": "^6.0.11" + }, + "dependencies": { + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "postcss": { + "version": "6.0.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz", + "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", + "requires": { + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "gzip-size": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz", + "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", + "requires": { + "duplexer": "^0.1.1", + "pify": "^4.0.1" + } + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "requires": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "hast-to-hyperscript": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.4.tgz", + "integrity": "sha512-vmwriQ2H0RPS9ho4Kkbf3n3lY436QKLq6VaGA1pzBh36hBi3tm1DO9bR+kaJIbpT10UqaANDkMjxvjVfr+cnOA==", + "requires": { + "comma-separated-tokens": "^1.0.0", + "property-information": "^5.3.0", + "space-separated-tokens": "^1.0.0", + "style-to-object": "^0.2.1", + "unist-util-is": "^3.0.0", + "web-namespaces": "^1.1.2" + }, + "dependencies": { + "style-to-object": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.2.3.tgz", + "integrity": "sha512-1d/k4EY2N7jVLOqf2j04dTc37TPOv/hHxZmvpg8Pdh8UYydxeu/C1W1U4vD8alzf5V2Gt7rLsmkr4dxAlDm9ng==", + "requires": { + "inline-style-parser": "0.1.1" + } + } + } + }, + "hast-util-from-parse5": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.3.tgz", + "integrity": "sha512-gOc8UB99F6eWVWFtM9jUikjN7QkWxB3nY0df5Z0Zq1/Nkwl5V4hAAsl0tmwlgWl/1shlTF8DnNYLO8X6wRV9pA==", + "requires": { + "ccount": "^1.0.3", + "hastscript": "^5.0.0", + "property-information": "^5.0.0", + "web-namespaces": "^1.1.2", + "xtend": "^4.0.1" + } + }, + "hast-util-parse-selector": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.4.tgz", + "integrity": "sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA==" + }, + "hast-util-raw": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.2.tgz", + "integrity": "sha512-3ReYQcIHmzSgMq8UrDZHFL0oGlbuVGdLKs8s/Fe8BfHFAyZDrdv1fy/AGn+Fim8ZuvAHcJ61NQhVMtyfHviT/g==", + "requires": { + "hast-util-from-parse5": "^5.0.0", + "hast-util-to-parse5": "^5.0.0", + "html-void-elements": "^1.0.0", + "parse5": "^5.0.0", + "unist-util-position": "^3.0.0", + "web-namespaces": "^1.0.0", + "xtend": "^4.0.0", + "zwitch": "^1.0.0" + } + }, + "hast-util-to-parse5": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.2.tgz", + "integrity": "sha512-ZgYLJu9lYknMfsBY0rBV4TJn2xiwF1fXFFjbP6EE7S0s5mS8LIKBVWzhA1MeIs1SWW6GnnE4In6c3kPb+CWhog==", + "requires": { + "hast-to-hyperscript": "^7.0.0", + "property-information": "^5.0.0", + "web-namespaces": "^1.0.0", + "xtend": "^4.0.0", + "zwitch": "^1.0.0" + } + }, + "hastscript": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-5.1.2.tgz", + "integrity": "sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==", + "requires": { + "comma-separated-tokens": "^1.0.0", + "hast-util-parse-selector": "^2.0.0", + "property-information": "^5.0.0", + "space-separated-tokens": "^1.0.0" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "hex-color-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" + }, + "history": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "requires": { + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hogan.js": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz", + "integrity": "sha1-TNnhq9QpQUbnZ55B14mHMrAse/0=", + "requires": { + "mkdirp": "0.3.0", + "nopt": "1.0.10" + }, + "dependencies": { + "mkdirp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz", + "integrity": "sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=" + } + } + }, + "hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "requires": { + "react-is": "^16.7.0" + } + }, + "hoopy": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", + "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==" + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "hsl-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", + "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=" + }, + "hsla-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", + "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=" + }, + "html-comment-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz", + "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==" + }, + "html-entities": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", + "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" + }, + "html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "requires": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + } + }, + "html-tags": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", + "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==" + }, + "html-void-elements": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", + "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==" + }, + "html-webpack-plugin": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz", + "integrity": "sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==", + "requires": { + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.15", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" + }, + "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" + } + }, + "util.promisify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "requires": { + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" + } + } + } + }, + "htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "requires": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + } + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "requires": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + }, + "human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "requires": { + "postcss": "^7.0.14" + } + }, + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" + }, + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" + }, + "immediate": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz", + "integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==" + }, + "immer": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz", + "integrity": "sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==" + }, + "import-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", + "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", + "requires": { + "import-from": "^2.1.0" + } + }, + "import-fresh": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", + "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "import-from": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", + "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", + "requires": { + "resolve-from": "^3.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + } + } + }, + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "requires": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, + "indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=" + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + }, + "infima": { + "version": "0.2.0-alpha.12", + "resolved": "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.12.tgz", + "integrity": "sha512-in5n36oE2sdiB/1rzuzdmKyuNRMVUO9P+qUidUG8leHeDU+WMQ7oTP7MXSqtAAxduiPb7HHi0/ptQLLUr/ge4w==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "inline-style-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", + "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" + }, + "inquirer": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.4.tgz", + "integrity": "sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==", + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^2.4.2", + "cli-cursor": "^3.1.0", + "cli-width": "^2.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.15", + "mute-stream": "0.0.8", + "run-async": "^2.2.0", + "rxjs": "^6.5.3", + "string-width": "^4.1.0", + "strip-ansi": "^5.1.0", + "through": "^2.3.6" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "requires": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + } + }, + "interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + }, + "invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "requires": { + "loose-envify": "^1.0.0" + } + }, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + }, + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-absolute-url": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-alphabetical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", + "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" + }, + "is-alphanumerical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", + "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "requires": { + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0" + } + }, + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-callable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" + }, + "is-color-stop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", + "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", + "requires": { + "css-color-names": "^0.0.4", + "hex-color-regex": "^1.1.0", + "hsl-regex": "^1.0.0", + "hsla-regex": "^1.0.0", + "rgb-regex": "^1.0.1", + "rgba-regex": "^1.0.0" + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-decimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", + "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=" + }, + "is-docker": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.0.0.tgz", + "integrity": "sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ==" + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-hexadecimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", + "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" + }, + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "requires": { + "is-path-inside": "^2.1.0" + }, + "dependencies": { + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "requires": { + "path-is-inside": "^1.0.2" + } + } + } + }, + "is-path-inside": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", + "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==" + }, + "is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=" + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "is-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz", + "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=" + }, + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==" + }, + "is-root": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", + "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==" + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-svg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz", + "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==", + "requires": { + "html-comment-regex": "^1.1.0" + } + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-whitespace-character": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", + "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-word-character": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", + "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==" + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "requires": { + "is-docker": "^2.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "jest-worker": { + "version": "25.5.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-25.5.0.tgz", + "integrity": "sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==", + "requires": { + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jquery": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "last-call-webpack-plugin": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz", + "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==", + "requires": { + "lodash": "^4.17.5", + "webpack-sources": "^1.1.0" + } + }, + "lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=" + }, + "leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" + }, + "levenary": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/levenary/-/levenary-1.1.1.tgz", + "integrity": "sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==", + "requires": { + "leven": "^3.1.0" + } + }, + "lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" + }, + "load-script": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/load-script/-/load-script-1.0.0.tgz", + "integrity": "sha1-BJGTngvuVkPuSUp+PaPSuscMbKQ=" + }, + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" + }, + "lodash.assignin": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz", + "integrity": "sha1-uo31+4QesKPoBEIysOJjqNxqKKI=" + }, + "lodash.bind": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz", + "integrity": "sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=" + }, + "lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" + }, + "lodash.chunk": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.chunk/-/lodash.chunk-4.2.0.tgz", + "integrity": "sha1-ZuXOH3btJ7QwPYxlEujRIW6BBrw=" + }, + "lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" + }, + "lodash.filter": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz", + "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4=" + }, + "lodash.flatmap": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.flatmap/-/lodash.flatmap-4.5.0.tgz", + "integrity": "sha1-74y/QI9uSCaGYzRTBcaswLd4cC4=" + }, + "lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=" + }, + "lodash.foreach": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz", + "integrity": "sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=" + }, + "lodash.groupby": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz", + "integrity": "sha1-Cwih3PaDl8OXhVwyOXg4Mt90A9E=" + }, + "lodash.has": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/lodash.has/-/lodash.has-4.5.2.tgz", + "integrity": "sha1-0Z9NwQlQWMzL4rDN9O4P5Ko3yGI=" + }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" + }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" + }, + "lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY=" + }, + "lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=" + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + }, + "lodash.padstart": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", + "integrity": "sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs=" + }, + "lodash.pick": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", + "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=" + }, + "lodash.pickby": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.6.0.tgz", + "integrity": "sha1-feoh2MGNdwOifHBMFdO4SmfjOv8=" + }, + "lodash.reduce": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz", + "integrity": "sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs=" + }, + "lodash.reject": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz", + "integrity": "sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU=" + }, + "lodash.some": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz", + "integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=" + }, + "lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" + }, + "lodash.template": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", + "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", + "requires": { + "lodash._reinterpolate": "^3.0.0", + "lodash.templatesettings": "^4.0.0" + } + }, + "lodash.templatesettings": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", + "requires": { + "lodash._reinterpolate": "^3.0.0" + } + }, + "lodash.toarray": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz", + "integrity": "sha1-JMS/zWsvuji/0FlNsRedjptlZWE=" + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" + }, + "loglevel": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.8.tgz", + "integrity": "sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==" + }, + "loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "requires": { + "js-tokens": "^3.0.0 || ^4.0.0" + } + }, + "lower-case": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.1.tgz", + "integrity": "sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ==", + "requires": { + "tslib": "^1.10.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "^1.0.0" + } + }, + "markdown-escapes": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", + "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mdast-squeeze-paragraphs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", + "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", + "requires": { + "unist-util-remove": "^2.0.0" + } + }, + "mdast-util-definitions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-3.0.1.tgz", + "integrity": "sha512-BAv2iUm/e6IK/b2/t+Fx69EL/AGcq/IG2S+HxHjDJGfLJtd6i9SZUS76aC9cig+IEucsqxKTR0ot3m933R3iuA==", + "requires": { + "unist-util-visit": "^2.0.0" + } + }, + "mdast-util-to-hast": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.0.tgz", + "integrity": "sha512-Akl2Vi9y9cSdr19/Dfu58PVwifPXuFt1IrHe7l+Crme1KvgUT+5z+cHLVcQVGCiNTZZcdqjnuv9vPkGsqWytWA==", + "requires": { + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.3", + "collapse-white-space": "^1.0.0", + "detab": "^2.0.0", + "mdast-util-definitions": "^3.0.0", + "mdurl": "^1.0.0", + "trim-lines": "^1.0.0", + "unist-builder": "^2.0.0", + "unist-util-generated": "^1.0.0", + "unist-util-position": "^3.0.0", + "unist-util-visit": "^2.0.0" + } + }, + "mdast-util-to-string": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz", + "integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==" + }, + "mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + }, + "mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "merge-deep": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/merge-deep/-/merge-deep-3.0.2.tgz", + "integrity": "sha512-T7qC8kg4Zoti1cFd8Cr0M+qaZfOwjlPDEdZIIPPB2JZctjaPM4fX+i7HOId69tAti2fvO6X5ldfYUONDODsrkA==", + "requires": { + "arr-union": "^3.1.0", + "clone-deep": "^0.2.4", + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "microevent.ts": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz", + "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==" + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + }, + "min-document": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", + "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", + "requires": { + "dom-walk": "^0.1.0" + } + }, + "mini-create-react-context": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.0.tgz", + "integrity": "sha512-b0TytUgFSbgFJGzJqXPKCFCBWigAjpjo+Fl7Vf7ZbKRDptszpppKxXH6DRXEABZ/gcEQczeb0iZ7JvL8e8jjCA==", + "requires": { + "@babel/runtime": "^7.5.5", + "tiny-warning": "^1.0.3" + } + }, + "mini-css-extract-plugin": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz", + "integrity": "sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw==", + "requires": { + "loader-utils": "^1.1.0", + "normalize-url": "1.9.1", + "schema-utils": "^1.0.0", + "webpack-sources": "^1.1.0" + }, + "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" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "minipass": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", + "requires": { + "yallist": "^4.0.0" + }, + "dependencies": { + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-pipeline": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.3.tgz", + "integrity": "sha512-cFOknTvng5vqnwOpDsZTWhNll6Jf8o2x+/diplafmxpuIymAjzoOolZG0VvQf3V2HgqzJNhnuKHYp2BqDgz8IQ==", + "requires": { + "minipass": "^3.0.0" + } + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "mixin-object": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz", + "integrity": "sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=", + "requires": { + "for-in": "^0.1.3", + "is-extendable": "^0.1.1" + }, + "dependencies": { + "for-in": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz", + "integrity": "sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=" + } + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "requires": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "requires": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + } + }, + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "no-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz", + "integrity": "sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw==", + "requires": { + "lower-case": "^2.0.1", + "tslib": "^1.10.0" + } + }, + "node-emoji": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.10.0.tgz", + "integrity": "sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw==", + "requires": { + "lodash.toarray": "^4.4.0" + } + }, + "node-forge": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", + "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==" + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + } + } + }, + "node-releases": { + "version": "1.1.59", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.59.tgz", + "integrity": "sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw==" + }, + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", + "requires": { + "abbrev": "1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=" + }, + "normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", + "requires": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "^2.0.0" + }, + "dependencies": { + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + } + } + }, + "nprogress": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", + "integrity": "sha1-y480xTIT2JVyP8urkH6UIq28r7E=" + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "requires": { + "boolbase": "~1.0.0" + } + }, + "null-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/null-loader/-/null-loader-3.0.0.tgz", + "integrity": "sha512-hf5sNLl8xdRho4UPBOOeoIwT3WhjYcMUQm0zj44EhD6UscMAz72o2udpoDFBgykucdEDGIcd6SXbc/G6zssbzw==", + "requires": { + "loader-utils": "^1.2.3", + "schema-utils": "^1.0.0" + }, + "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" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=" + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object-is": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz", + "integrity": "sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "^3.0.1" + } + }, + "object.values": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", + "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/open/-/open-7.0.4.tgz", + "integrity": "sha512-brSA+/yq+b08Hsr4c8fsEW2CRzk1BmfN3SAK/5VCHQ9bdoZJ4qa/+AfR0xHjlbbZUyPkUHs1b8x1RqdyZdkVqQ==", + "requires": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + } + }, + "opener": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.1.tgz", + "integrity": "sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==" + }, + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "requires": { + "is-wsl": "^1.1.0" + }, + "dependencies": { + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + } + } + }, + "optimize-css-assets-webpack-plugin": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.3.tgz", + "integrity": "sha512-q9fbvCRS6EYtUKKSwI87qm2IxlyJK5b4dygW1rKUBT6mMDhdG5e5bZT63v6tnJR9F9FB/H5a0HTmtw+laUBxKA==", + "requires": { + "cssnano": "^4.1.10", + "last-call-webpack-plugin": "^3.0.0" + } + }, + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "requires": { + "url-parse": "^1.4.3" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "requires": { + "retry": "^0.12.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "requires": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "param-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.3.tgz", + "integrity": "sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA==", + "requires": { + "dot-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-asn1": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", + "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "requires": { + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-entities": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", + "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "requires": { + "character-entities": "^1.0.0", + "character-entities-legacy": "^1.0.0", + "character-reference-invalid": "^1.0.0", + "is-alphanumerical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-hexadecimal": "^1.0.0" + } + }, + "parse-json": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", + "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1", + "lines-and-columns": "^1.1.6" + } + }, + "parse-numeric-range": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-0.0.2.tgz", + "integrity": "sha1-tPCdQTx6282Yf26SM8e0shDJOOQ=" + }, + "parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "pascal-case": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.1.tgz", + "integrity": "sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA==", + "requires": { + "no-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + }, + "pbkdf2": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz", + "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "requires": { + "find-up": "^3.0.0" + } + }, + "pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "requires": { + "find-up": "^3.0.0" + } + }, + "pnp-webpack-plugin": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz", + "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", + "requires": { + "ts-pnp": "^1.1.6" + } + }, + "portfinder": { + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.26.tgz", + "integrity": "sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ==", + "requires": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.1" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "postcss": { + "version": "7.0.32", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz", + "integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-attribute-case-insensitive": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz", + "integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^6.0.2" + } + }, + "postcss-calc": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.2.tgz", + "integrity": "sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ==", + "requires": { + "postcss": "^7.0.27", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.2" + } + }, + "postcss-color-functional-notation": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz", + "integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-gray": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz", + "integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.5", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-hex-alpha": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz", + "integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==", + "requires": { + "postcss": "^7.0.14", + "postcss-values-parser": "^2.0.1" + } + }, + "postcss-color-mod-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz", + "integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-rebeccapurple": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz", + "integrity": "sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-colormin": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz", + "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==", + "requires": { + "browserslist": "^4.0.0", + "color": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-convert-values": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", + "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-custom-media": { + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz", + "integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==", + "requires": { + "postcss": "^7.0.14" + } + }, + "postcss-custom-properties": { + "version": "8.0.11", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz", + "integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==", + "requires": { + "postcss": "^7.0.17", + "postcss-values-parser": "^2.0.1" + } + }, + "postcss-custom-selectors": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz", + "integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-dir-pseudo-class": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz", + "integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-discard-comments": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz", + "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-duplicates": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", + "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-empty": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", + "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-overridden": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", + "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-double-position-gradients": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz", + "integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==", + "requires": { + "postcss": "^7.0.5", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-env-function": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz", + "integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-focus-visible": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz", + "integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-focus-within": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz", + "integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-font-variant": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.0.tgz", + "integrity": "sha512-M8BFYKOvCrI2aITzDad7kWuXXTm0YhGdP9Q8HanmN4EF1Hmcgs1KK5rSHylt/lUJe8yLxiSwWAHdScoEiIxztg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-gap-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz", + "integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-image-set-function": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz", + "integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-initial": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz", + "integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==", + "requires": { + "lodash.template": "^4.5.0", + "postcss": "^7.0.2" + } + }, + "postcss-lab-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz", + "integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-load-config": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz", + "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==", + "requires": { + "cosmiconfig": "^5.0.0", + "import-cwd": "^2.0.0" + }, + "dependencies": { + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "requires": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + } + }, + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "requires": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + } + } + }, + "postcss-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", + "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", + "requires": { + "loader-utils": "^1.1.0", + "postcss": "^7.0.0", + "postcss-load-config": "^2.0.0", + "schema-utils": "^1.0.0" + }, + "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" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "postcss-logical": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz", + "integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-media-minmax": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz", + "integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-merge-longhand": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz", + "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==", + "requires": { + "css-color-names": "0.0.4", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "stylehacks": "^4.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-merge-rules": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz", + "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "cssnano-util-same-parent": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0", + "vendors": "^1.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-minify-font-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", + "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-gradients": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz", + "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "is-color-stop": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-params": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz", + "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==", + "requires": { + "alphanum-sort": "^1.0.0", + "browserslist": "^4.0.0", + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "uniqs": "^2.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-selectors": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz", + "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==", + "requires": { + "alphanum-sort": "^1.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-modules-extract-imports": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", + "requires": { + "postcss": "^7.0.5" + } + }, + "postcss-modules-local-by-default": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz", + "integrity": "sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ==", + "requires": { + "icss-utils": "^4.1.1", + "postcss": "^7.0.16", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.0" + } + }, + "postcss-modules-scope": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", + "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", + "requires": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" + } + }, + "postcss-modules-values": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", + "requires": { + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" + } + }, + "postcss-nesting": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz", + "integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-normalize-charset": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", + "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-normalize-display-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz", + "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-positions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz", + "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-repeat-style": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz", + "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-string": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz", + "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==", + "requires": { + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-timing-functions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz", + "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-unicode": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", + "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-url": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", + "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", + "requires": { + "is-absolute-url": "^2.0.0", + "normalize-url": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-whitespace": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz", + "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-ordered-values": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz", + "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-overflow-shorthand": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz", + "integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-page-break": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz", + "integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-place": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz", + "integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-preset-env": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz", + "integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==", + "requires": { + "autoprefixer": "^9.6.1", + "browserslist": "^4.6.4", + "caniuse-lite": "^1.0.30000981", + "css-blank-pseudo": "^0.1.4", + "css-has-pseudo": "^0.10.0", + "css-prefers-color-scheme": "^3.1.1", + "cssdb": "^4.4.0", + "postcss": "^7.0.17", + "postcss-attribute-case-insensitive": "^4.0.1", + "postcss-color-functional-notation": "^2.0.1", + "postcss-color-gray": "^5.0.0", + "postcss-color-hex-alpha": "^5.0.3", + "postcss-color-mod-function": "^3.0.3", + "postcss-color-rebeccapurple": "^4.0.1", + "postcss-custom-media": "^7.0.8", + "postcss-custom-properties": "^8.0.11", + "postcss-custom-selectors": "^5.1.2", + "postcss-dir-pseudo-class": "^5.0.0", + "postcss-double-position-gradients": "^1.0.0", + "postcss-env-function": "^2.0.2", + "postcss-focus-visible": "^4.0.0", + "postcss-focus-within": "^3.0.0", + "postcss-font-variant": "^4.0.0", + "postcss-gap-properties": "^2.0.0", + "postcss-image-set-function": "^3.0.1", + "postcss-initial": "^3.0.0", + "postcss-lab-function": "^2.0.1", + "postcss-logical": "^3.0.0", + "postcss-media-minmax": "^4.0.0", + "postcss-nesting": "^7.0.0", + "postcss-overflow-shorthand": "^2.0.0", + "postcss-page-break": "^2.0.0", + "postcss-place": "^4.0.1", + "postcss-pseudo-class-any-link": "^6.0.0", + "postcss-replace-overflow-wrap": "^3.0.0", + "postcss-selector-matches": "^4.0.0", + "postcss-selector-not": "^4.0.0" + } + }, + "postcss-pseudo-class-any-link": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz", + "integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-reduce-initial": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", + "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0" + } + }, + "postcss-reduce-transforms": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz", + "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-replace-overflow-wrap": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz", + "integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-selector-matches": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz", + "integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==", + "requires": { + "balanced-match": "^1.0.0", + "postcss": "^7.0.2" + } + }, + "postcss-selector-not": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz", + "integrity": "sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ==", + "requires": { + "balanced-match": "^1.0.0", + "postcss": "^7.0.2" + } + }, + "postcss-selector-parser": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz", + "integrity": "sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==", + "requires": { + "cssesc": "^3.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "postcss-svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz", + "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==", + "requires": { + "is-svg": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "svgo": "^1.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-unique-selectors": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", + "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", + "requires": { + "alphanum-sort": "^1.0.0", + "postcss": "^7.0.0", + "uniqs": "^2.0.0" + } + }, + "postcss-value-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" + }, + "postcss-values-parser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz", + "integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==", + "requires": { + "flatten": "^1.0.2", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" + }, + "pretty-error": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz", + "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=", + "requires": { + "renderkid": "^2.0.1", + "utila": "~0.4" + } + }, + "pretty-time": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", + "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==" + }, + "prism-react-renderer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.1.1.tgz", + "integrity": "sha512-MgMhSdHuHymNRqD6KM3eGS0PNqgK9q4QF5P0yoQQvpB6jNjeSAi3jcSAz0Sua/t9fa4xDOMar9HJbLa08gl9ug==" + }, + "prismjs": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.20.0.tgz", + "integrity": "sha512-AEDjSrVNkynnw6A+B1DsFkd6AVdTnp+/WoUixFRULlCLZVRZlVQMVWio/16jv7G1FscUxQxOQhWwApgbnxr6kQ==", + "requires": { + "clipboard": "^2.0.0" + } + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + }, + "prop-types": { + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", + "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", + "requires": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.8.1" + } + }, + "property-information": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.5.0.tgz", + "integrity": "sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA==", + "requires": { + "xtend": "^4.0.0" + } + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + } + } + }, + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + }, + "query-string": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", + "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", + "requires": { + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + } + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" + }, + "querystringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.1.1.tgz", + "integrity": "sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==" + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "react": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz", + "integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + } + }, + "react-dev-utils": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz", + "integrity": "sha512-XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ==", + "requires": { + "@babel/code-frame": "7.8.3", + "address": "1.1.2", + "browserslist": "4.10.0", + "chalk": "2.4.2", + "cross-spawn": "7.0.1", + "detect-port-alt": "1.1.6", + "escape-string-regexp": "2.0.0", + "filesize": "6.0.1", + "find-up": "4.1.0", + "fork-ts-checker-webpack-plugin": "3.1.1", + "global-modules": "2.0.0", + "globby": "8.0.2", + "gzip-size": "5.1.1", + "immer": "1.10.0", + "inquirer": "7.0.4", + "is-root": "2.1.0", + "loader-utils": "1.2.3", + "open": "^7.0.2", + "pkg-up": "3.1.0", + "react-error-overlay": "^6.0.7", + "recursive-readdir": "2.2.2", + "shell-quote": "1.7.2", + "strip-ansi": "6.0.0", + "text-table": "0.2.0" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "requires": { + "@babel/highlight": "^7.8.3" + } + }, + "@nodelib/fs.stat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", + "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "browserslist": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.10.0.tgz", + "integrity": "sha512-TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA==", + "requires": { + "caniuse-lite": "^1.0.30001035", + "electron-to-chromium": "^1.3.378", + "node-releases": "^1.1.52", + "pkg-up": "^3.1.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + } + } + }, + "dir-glob": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz", + "integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==", + "requires": { + "arrify": "^1.0.1", + "path-type": "^3.0.0" + } + }, + "emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=" + }, + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "fast-glob": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", + "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", + "requires": { + "@mrmlnc/readdir-enhanced": "^2.2.1", + "@nodelib/fs.stat": "^1.1.2", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.3", + "micromatch": "^3.1.10" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "globby": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz", + "integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==", + "requires": { + "array-union": "^1.0.1", + "dir-glob": "2.0.0", + "fast-glob": "^2.0.2", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "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.2.3", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", + "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "requires": { + "pify": "^3.0.0" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "react-dom": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.13.1.tgz", + "integrity": "sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "scheduler": "^0.19.1" + } + }, + "react-error-overlay": { + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.7.tgz", + "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" + }, + "react-fast-compare": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz", + "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" + }, + "react-helmet": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz", + "integrity": "sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==", + "requires": { + "object-assign": "^4.1.1", + "prop-types": "^15.7.2", + "react-fast-compare": "^3.1.1", + "react-side-effect": "^2.1.0" + } + }, + "react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "react-loadable": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-loadable/-/react-loadable-5.5.0.tgz", + "integrity": "sha512-C8Aui0ZpMd4KokxRdVAm2bQtI03k2RMRNzOB+IipV3yxFTSVICv7WoUr5L9ALB5BmKO1iHgZtWM8EvYG83otdg==", + "requires": { + "prop-types": "^15.5.0" + } + }, + "react-loadable-ssr-addon": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.3.tgz", + "integrity": "sha512-vPCqsmiafAMDcS9MLgXw3m4yMI40v1UeI8FTYJJkjf85LugKNnHf6D9yoDTzYwp8wEGF5viekwOD03ZPxSwnQQ==" + }, + "react-router": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz", + "integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==", + "requires": { + "@babel/runtime": "^7.1.2", + "history": "^4.9.0", + "hoist-non-react-statics": "^3.1.0", + "loose-envify": "^1.3.1", + "mini-create-react-context": "^0.4.0", + "path-to-regexp": "^1.7.0", + "prop-types": "^15.6.2", + "react-is": "^16.6.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + }, + "path-to-regexp": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", + "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", + "requires": { + "isarray": "0.0.1" + } + } + } + }, + "react-router-config": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz", + "integrity": "sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==", + "requires": { + "@babel/runtime": "^7.1.2" + } + }, + "react-router-dom": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz", + "integrity": "sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==", + "requires": { + "@babel/runtime": "^7.1.2", + "history": "^4.9.0", + "loose-envify": "^1.3.1", + "prop-types": "^15.6.2", + "react-router": "5.2.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + } + }, + "react-side-effect": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.0.tgz", + "integrity": "sha512-IgmcegOSi5SNX+2Snh1vqmF0Vg/CbkycU9XZbOHJlZ6kMzTmi3yc254oB1WCkgA7OQtIAoLmcSFuHTc/tlcqXg==" + }, + "react-toggle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/react-toggle/-/react-toggle-4.1.1.tgz", + "integrity": "sha512-+wXlMcSpg8SmnIXauMaZiKpR+r2wp2gMUteroejp2UTSqGTVvZLN+m9EhMzFARBKEw7KpQOwzCyfzeHeAndQGw==", + "requires": { + "classnames": "^2.2.5" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "reading-time": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.2.0.tgz", + "integrity": "sha512-5b4XmKK4MEss63y0Lw0vn0Zn6G5kiHP88mUnD8UeEsyORj3sh1ghTH0/u6m1Ax9G2F4wUZrknlp6WlIsCvoXVA==" + }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "requires": { + "resolve": "^1.1.6" + } + }, + "recursive-readdir": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz", + "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", + "requires": { + "minimatch": "3.0.4" + } + }, + "reduce": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/reduce/-/reduce-1.0.2.tgz", + "integrity": "sha512-xX7Fxke/oHO5IfZSk77lvPa/7bjMh9BuCk4OOoX5XTXrM7s0Z+MkPfSDfz0q7r91BhhGSs8gii/VEN/7zhCPpQ==", + "requires": { + "object-keys": "^1.1.0" + } + }, + "regenerate": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz", + "integrity": "sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==" + }, + "regenerate-unicode-properties": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz", + "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==", + "requires": { + "regenerate": "^1.4.0" + } + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + }, + "regenerator-transform": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", + "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", + "requires": { + "@babel/runtime": "^7.8.4" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "regexp.prototype.flags": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "regexpu-core": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.0.tgz", + "integrity": "sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==", + "requires": { + "regenerate": "^1.4.0", + "regenerate-unicode-properties": "^8.2.0", + "regjsgen": "^0.5.1", + "regjsparser": "^0.6.4", + "unicode-match-property-ecmascript": "^1.0.4", + "unicode-match-property-value-ecmascript": "^1.2.0" + } + }, + "regjsgen": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", + "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==" + }, + "regjsparser": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz", + "integrity": "sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==", + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" + } + } + }, + "rehype-parse": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-6.0.2.tgz", + "integrity": "sha512-0S3CpvpTAgGmnz8kiCyFLGuW5yA4OQhyNTm/nwPopZ7+PI11WnGl1TTWTGv/2hPEe/g2jRLlhVVSsoDH8waRug==", + "requires": { + "hast-util-from-parse5": "^5.0.0", + "parse5": "^5.0.0", + "xtend": "^4.0.0" + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=" + }, + "remark-admonitions": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.2.1.tgz", + "integrity": "sha512-Ji6p68VDvD+H1oS95Fdx9Ar5WA2wcDA4kwrrhVU7fGctC6+d3uiMICu7w7/2Xld+lnU7/gi+432+rRbup5S8ow==", + "requires": { + "rehype-parse": "^6.0.2", + "unified": "^8.4.2", + "unist-util-visit": "^2.0.1" + }, + "dependencies": { + "is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==" + }, + "unified": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz", + "integrity": "sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==", + "requires": { + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-plain-obj": "^2.0.0", + "trough": "^1.0.0", + "vfile": "^4.0.0" + } + } + } + }, + "remark-emoji": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-2.1.0.tgz", + "integrity": "sha512-lDddGsxXURV01WS9WAiS9rO/cedO1pvr9tahtLhr6qCGFhHG4yZSJW3Ha4Nw9Uk1hLNmUBtPC0+m45Ms+xEitg==", + "requires": { + "emoticon": "^3.2.0", + "node-emoji": "^1.10.0", + "unist-util-visit": "^2.0.2" + } + }, + "remark-footnotes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-1.0.0.tgz", + "integrity": "sha512-X9Ncj4cj3/CIvLI2Z9IobHtVi8FVdUrdJkCNaL9kdX8ohfsi18DXHsCVd/A7ssARBdccdDb5ODnt62WuEWaM/g==" + }, + "remark-mdx": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.6.tgz", + "integrity": "sha512-BkR7SjP+3OvrCsWGlYy1tWEsZ8aQ86x+i7XWbW79g73Ws/cCaeVsEn0ZxAzzoTRH+PJWVU7Mbe64GdejEyKr2g==", + "requires": { + "@babel/core": "7.9.6", + "@babel/helper-plugin-utils": "7.8.3", + "@babel/plugin-proposal-object-rest-spread": "7.9.6", + "@babel/plugin-syntax-jsx": "7.8.3", + "@mdx-js/util": "^1.6.6", + "is-alphabetical": "1.0.4", + "remark-parse": "8.0.2", + "unified": "9.0.0" + }, + "dependencies": { + "@babel/core": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.6.tgz", + "integrity": "sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==", + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.9.6", + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helpers": "^7.9.6", + "@babel/parser": "^7.9.6", + "@babel/template": "^7.8.6", + "@babel/traverse": "^7.9.6", + "@babel/types": "^7.9.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==" + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz", + "integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-transform-parameters": "^7.9.5" + } + }, + "@babel/plugin-syntax-jsx": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz", + "integrity": "sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "remark-parse": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.2.tgz", + "integrity": "sha512-eMI6kMRjsAGpMXXBAywJwiwAse+KNpmt+BK55Oofy4KvBZEqUDj6mWbGLJZrujoPIPPxDXzn3T9baRlpsm2jnQ==", + "requires": { + "ccount": "^1.0.0", + "collapse-white-space": "^1.0.2", + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-whitespace-character": "^1.0.0", + "is-word-character": "^1.0.0", + "markdown-escapes": "^1.0.0", + "parse-entities": "^2.0.0", + "repeat-string": "^1.5.4", + "state-toggle": "^1.0.0", + "trim": "0.0.1", + "trim-trailing-lines": "^1.0.0", + "unherit": "^1.0.4", + "unist-util-remove-position": "^2.0.0", + "vfile-location": "^3.0.0", + "xtend": "^4.0.1" + } + }, + "remark-squeeze-paragraphs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", + "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", + "requires": { + "mdast-squeeze-paragraphs": "^4.0.0" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "renderkid": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.3.tgz", + "integrity": "sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==", + "requires": { + "css-select": "^1.1.0", + "dom-converter": "^0.2", + "htmlparser2": "^3.3.0", + "strip-ansi": "^3.0.0", + "utila": "^0.4.0" + } + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "dependencies": { + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-like": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", + "integrity": "sha1-rW8wwTvs15cBDEaK+ndcDAprR/o=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "requires": { + "resolve-from": "^3.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + } + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + }, + "resolve-pathname": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", + "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + }, + "rgb-regex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", + "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=" + }, + "rgba-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", + "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=" + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" + }, + "run-parallel": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz", + "integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==" + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "requires": { + "aproba": "^1.1.1" + } + }, + "rx": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", + "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=" + }, + "rxjs": { + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.0.tgz", + "integrity": "sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg==", + "requires": { + "tslib": "^1.9.0" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "scheduler": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", + "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "schema-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "requires": { + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", + "ajv-keywords": "^3.4.1" + } + }, + "section-matter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "requires": { + "extend-shallow": "^2.0.1", + "kind-of": "^6.0.0" + } + }, + "select": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz", + "integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=", + "optional": true + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "selfsigned": { + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz", + "integrity": "sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA==", + "requires": { + "node-forge": "0.9.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serialize-javascript": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz", + "integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==" + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shallow-clone": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-0.1.2.tgz", + "integrity": "sha1-WQnodLp3EG1zrEFM/sH/yofZcGA=", + "requires": { + "is-extendable": "^0.1.1", + "kind-of": "^2.0.1", + "lazy-cache": "^0.2.3", + "mixin-object": "^2.0.1" + }, + "dependencies": { + "kind-of": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz", + "integrity": "sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU=", + "requires": { + "is-buffer": "^1.0.2" + } + }, + "lazy-cache": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz", + "integrity": "sha1-f+3fLctu23fRHvHRF6tf/fCrG2U=" + } + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" + }, + "shelljs": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", + "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", + "requires": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + } + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "requires": { + "is-arrayish": "^0.3.1" + }, + "dependencies": { + "is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + } + } + }, + "sitemap": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-3.2.2.tgz", + "integrity": "sha512-TModL/WU4m2q/mQcrDgNANn0P4LwprM9MMvG4hu5zP4c6IIKs2YLTu6nXXnNr8ODW/WFtxKggiJ1EGn2W0GNmg==", + "requires": { + "lodash.chunk": "^4.2.0", + "lodash.padstart": "^4.6.1", + "whatwg-url": "^7.0.0", + "xmlbuilder": "^13.0.0" + } + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "sockjs": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", + "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", + "requires": { + "faye-websocket": "^0.10.0", + "uuid": "^3.4.0", + "websocket-driver": "0.6.5" + } + }, + "sockjs-client": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", + "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "requires": { + "debug": "^3.2.5", + "eventsource": "^1.0.7", + "faye-websocket": "~0.11.1", + "inherits": "^2.0.3", + "json3": "^3.3.2", + "url-parse": "^1.4.3" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "requires": { + "websocket-driver": ">=0.5.1" + } + } + } + }, + "sort-keys": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", + "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", + "requires": { + "is-plain-obj": "^1.0.0" + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "space-separated-tokens": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", + "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==" + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + }, + "stack-utils": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-1.0.2.tgz", + "integrity": "sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==" + }, + "state-toggle": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", + "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==" + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "std-env": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-2.2.1.tgz", + "integrity": "sha512-IjYQUinA3lg5re/YMlwlfhqNRTzMZMqE+pezevdcTaHceqx8ngEi1alX9nNCk9Sc81fy1fLDeQoaCzeiW1yBOQ==", + "requires": { + "ci-info": "^1.6.0" + } + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "requires": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + }, + "strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "requires": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "dependencies": { + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" + } + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=" + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + }, + "style-to-object": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", + "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", + "requires": { + "inline-style-parser": "0.1.1" + } + }, + "stylehacks": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz", + "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==", + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "svg-parser": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + }, + "svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "requires": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + }, + "dependencies": { + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "requires": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "css-what": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz", + "integrity": "sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg==" + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + } + } + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" + }, + "terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "terser-webpack-plugin": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-2.3.7.tgz", + "integrity": "sha512-xzYyaHUNhzgaAdBsXxk2Yvo/x1NJdslUaussK3fdpBbvttm1iIwU+c26dj9UxJcwk2c5UWt5F55MUTIA8BE7Dg==", + "requires": { + "cacache": "^13.0.1", + "find-cache-dir": "^3.3.1", + "jest-worker": "^25.4.0", + "p-limit": "^2.3.0", + "schema-utils": "^2.6.6", + "serialize-javascript": "^3.1.0", + "source-map": "^0.6.1", + "terser": "^4.6.12", + "webpack-sources": "^1.4.3" + }, + "dependencies": { + "cacache": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-13.0.1.tgz", + "integrity": "sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w==", + "requires": { + "chownr": "^1.1.2", + "figgy-pudding": "^3.5.1", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.2", + "infer-owner": "^1.0.4", + "lru-cache": "^5.1.1", + "minipass": "^3.0.0", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "p-map": "^3.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^2.7.1", + "ssri": "^7.0.0", + "unique-filename": "^1.1.1" + } + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + } + }, + "serialize-javascript": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-3.1.0.tgz", + "integrity": "sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "ssri": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz", + "integrity": "sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g==", + "requires": { + "figgy-pudding": "^3.5.1", + "minipass": "^3.1.1" + } + } + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "timers-browserify": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", + "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", + "requires": { + "setimmediate": "^1.0.4" + } + }, + "timsort": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", + "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" + }, + "tiny-emitter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", + "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==", + "optional": true + }, + "tiny-invariant": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz", + "integrity": "sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==" + }, + "tiny-warning": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "to-factory": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-factory/-/to-factory-1.0.0.tgz", + "integrity": "sha1-hzivi9lxIK0dQEeXKtpVY7+UebE=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + } + } + }, + "tr46": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", + "requires": { + "punycode": "^2.1.0" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + } + } + }, + "trim": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", + "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=" + }, + "trim-lines": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-1.1.3.tgz", + "integrity": "sha512-E0ZosSWYK2mkSu+KEtQ9/KqarVjA9HztOSX+9FDdNacRAq29RRV6ZQNgob3iuW8Htar9vAfEa6yyt5qBAHZDBA==" + }, + "trim-trailing-lines": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz", + "integrity": "sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA==" + }, + "trough": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", + "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==" + }, + "tryer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", + "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" + }, + "ts-pnp": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", + "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==" + }, + "tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type-fest": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz", + "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "unherit": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", + "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", + "requires": { + "inherits": "^2.0.0", + "xtend": "^4.0.0" + } + }, + "unicode-canonical-property-names-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", + "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==" + }, + "unicode-match-property-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", + "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", + "requires": { + "unicode-canonical-property-names-ecmascript": "^1.0.4", + "unicode-property-aliases-ecmascript": "^1.0.4" + } + }, + "unicode-match-property-value-ecmascript": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz", + "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==" + }, + "unicode-property-aliases-ecmascript": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz", + "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==" + }, + "unified": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/unified/-/unified-9.0.0.tgz", + "integrity": "sha512-ssFo33gljU3PdlWLjNp15Inqb77d6JnJSfyplGJPT/a+fNRNyCBeveBAYJdO5khKdF6WVHa/yYCC7Xl6BDwZUQ==", + "requires": { + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^2.0.0", + "trough": "^1.0.0", + "vfile": "^4.0.0" + }, + "dependencies": { + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + }, + "is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==" + } + } + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=" + }, + "uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=" + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "requires": { + "unique-slug": "^2.0.0" + } + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "requires": { + "imurmurhash": "^0.1.4" + } + }, + "unist-builder": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", + "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==" + }, + "unist-util-generated": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.5.tgz", + "integrity": "sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw==" + }, + "unist-util-is": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz", + "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==" + }, + "unist-util-position": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", + "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==" + }, + "unist-util-remove": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.0.0.tgz", + "integrity": "sha512-HwwWyNHKkeg/eXRnE11IpzY8JT55JNM1YCwwU9YNCnfzk6s8GhPXrVBBZWiwLeATJbI7euvoGSzcy9M29UeW3g==", + "requires": { + "unist-util-is": "^4.0.0" + }, + "dependencies": { + "unist-util-is": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz", + "integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==" + } + } + }, + "unist-util-remove-position": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", + "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", + "requires": { + "unist-util-visit": "^2.0.0" + } + }, + "unist-util-stringify-position": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", + "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "requires": { + "@types/unist": "^2.0.2" + } + }, + "unist-util-visit": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0", + "unist-util-visit-parents": "^3.0.0" + }, + "dependencies": { + "unist-util-is": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz", + "integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==" + } + } + }, + "unist-util-visit-parents": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.0.tgz", + "integrity": "sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0" + }, + "dependencies": { + "unist-util-is": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz", + "integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==" + } + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + } + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + } + }, + "url-parse": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", + "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + }, + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "util.promisify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.2", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.0" + } + }, + "utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, + "value-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", + "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "vendors": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", + "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vfile": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.1.1.tgz", + "integrity": "sha512-lRjkpyDGjVlBA7cDQhQ+gNcvB1BGaTHYuSOcY3S7OhDmBtnzX95FhtZZDecSTDm6aajFymyve6S5DN4ZHGezdQ==", + "requires": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "replace-ext": "1.0.0", + "unist-util-stringify-position": "^2.0.0", + "vfile-message": "^2.0.0" + }, + "dependencies": { + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + } + } + }, + "vfile-location": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.0.1.tgz", + "integrity": "sha512-yYBO06eeN/Ki6Kh1QAkgzYpWT1d3Qln+ZCtSbJqFExPl1S3y2qqotJQXoh6qEvl/jDlgpUJolBn3PItVnnZRqQ==" + }, + "vfile-message": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" + } + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "wait-file": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.5.tgz", + "integrity": "sha512-udLpJY/eOxlrMm3+XD1RLuF2oT9B7J7wiyR5/9xrvQymS6YR6trWvVhzOldHrVbLwyiRmLj9fcvsjzpSXeZHkw==", + "requires": { + "@hapi/joi": "^15.1.0", + "fs-extra": "^8.1.0", + "rx": "^4.1.0" + } + }, + "watchpack": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.2.tgz", + "integrity": "sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g==", + "requires": { + "chokidar": "^3.4.0", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0", + "watchpack-chokidar2": "^2.0.0" + } + }, + "watchpack-chokidar2": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz", + "integrity": "sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==", + "optional": true, + "requires": { + "chokidar": "^2.1.8" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "optional": true, + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "optional": true + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "optional": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "optional": true, + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "optional": true, + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "optional": true, + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "optional": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "optional": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "optional": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "optional": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "optional": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "optional": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "optional": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "optional": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "optional": true, + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "optional": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "web-namespaces": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", + "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" + }, + "webidl-conversions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + }, + "webpack": { + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.1.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.6.1", + "webpack-sources": "^1.4.1" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "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" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "serialize-javascript": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-3.1.0.tgz", + "integrity": "sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "terser-webpack-plugin": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.4.tgz", + "integrity": "sha512-U4mACBHIegmfoEe5fdongHESNJWqsGU+W0S/9+BmYGVQDw1+c2Ow05TpMhxjPK1sRb7cuYq1BPl1e5YHJMTCqA==", + "requires": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^3.1.0", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "webpack-bundle-analyzer": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.8.0.tgz", + "integrity": "sha512-PODQhAYVEourCcOuU+NiYI7WdR8QyELZGgPvB1y2tjbUpbmcQOt5Q7jEK+ttd5se0KSBKD9SXHCEozS++Wllmw==", + "requires": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1", + "bfj": "^6.1.1", + "chalk": "^2.4.1", + "commander": "^2.18.0", + "ejs": "^2.6.1", + "express": "^4.16.3", + "filesize": "^3.6.1", + "gzip-size": "^5.0.0", + "lodash": "^4.17.15", + "mkdirp": "^0.5.1", + "opener": "^1.5.1", + "ws": "^6.0.0" + }, + "dependencies": { + "acorn": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.3.1.tgz", + "integrity": "sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "filesize": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", + "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==" + } + } + }, + "webpack-dev-middleware": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", + "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "requires": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "dependencies": { + "mime": { + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", + "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" + } + } + }, + "webpack-dev-server": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", + "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==", + "requires": { + "ansi-html": "0.0.7", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.3.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.8", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.26", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.7", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "0.3.20", + "sockjs-client": "1.4.0", + "spdy": "^4.0.2", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "^13.3.2" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "requires": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==" + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "requires": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + } + }, + "webpack-merge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.2.tgz", + "integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==", + "requires": { + "lodash": "^4.17.15" + } + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "webpackbar": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-4.0.0.tgz", + "integrity": "sha512-k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ==", + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^2.4.2", + "consola": "^2.10.0", + "figures": "^3.0.0", + "pretty-time": "^1.1.0", + "std-env": "^2.2.1", + "text-table": "^0.2.0", + "wrap-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + } + } + } + } + }, + "websocket-driver": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", + "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", + "requires": { + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + }, + "whatwg-url": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "requires": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "requires": { + "errno": "~0.1.7" + } + }, + "worker-rpc": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz", + "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==", + "requires": { + "microevent.ts": "~0.1.1" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "requires": { + "async-limiter": "~1.0.0" + } + }, + "xml-js": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", + "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", + "requires": { + "sax": "^1.2.4" + } + }, + "xmlbuilder": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-13.0.2.tgz", + "integrity": "sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + }, + "yaml": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz", + "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==" + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + } + } + }, + "zepto": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/zepto/-/zepto-1.2.0.tgz", + "integrity": "sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g=" + }, + "zwitch": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", + "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==" + } + } +} diff --git a/docusaurus/package.json b/docusaurus/package.json new file mode 100644 index 0000000..b92adbc --- /dev/null +++ b/docusaurus/package.json @@ -0,0 +1,31 @@ +{ + "name": "psp-ufu", + "version": "0.1.0", + "private": true, + "scripts": { + "start": "docusaurus start", + "build": "docusaurus build", + "swizzle": "docusaurus swizzle", + "deploy": "docusaurus deploy" + }, + "dependencies": { + "@docusaurus/core": "^2.0.0-alpha.58", + "@docusaurus/preset-classic": "^2.0.0-alpha.58", + "clsx": "^1.1.1", + "galleria": "^1.6.1", + "react": "^16.8.4", + "react-dom": "^16.8.4" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } +} diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js new file mode 100644 index 0000000..54d10b0 --- /dev/null +++ b/docusaurus/sidebars.js @@ -0,0 +1,25 @@ +module.exports = { + docs: { + 'Introdução': [ + 'aboutPSP', + 'installation', + 'mainScreen', + 'cadTools' + ], + + 'Editor de Elementos de Potência': [ + 'doc2', + { + type: 'category', + label: 'Elementos de Potência', + items: ['doc2', 'doc3'], + }, + ], + 'Editor de Elementos de Controle': [ + 'doc2' + ], + 'Simulações': [ + 'doc2' + ], + }, +}; diff --git a/docusaurus/src/css/custom.css b/docusaurus/src/css/custom.css new file mode 100644 index 0000000..08cde97 --- /dev/null +++ b/docusaurus/src/css/custom.css @@ -0,0 +1,31 @@ +/* stylelint-disable docusaurus/copyright-header */ +/** + * Any CSS included here will be global. The classic template + * bundles Infima by default. Infima is a CSS framework designed to + * work well for content-centric websites. + */ + +/* You can override the default Infima variables here. */ +:root { + --ifm-color-primary: #33a3ff; + --ifm-color-primary-dark: rgb(33, 175, 144); + --ifm-color-primary-darker: rgb(31, 165, 136); + --ifm-color-primary-darkest: rgb(26, 136, 112); + --ifm-color-primary-light: rgb(70, 203, 174); + --ifm-color-primary-lighter: rgb(102, 212, 189); + --ifm-color-primary-lightest: rgb(146, 224, 208); + --ifm-code-font-size: 95%; +} + +.docusaurus-highlight-code-line { + background-color: rgb(72, 77, 91); + display: block; + margin: 0 calc(-1 * var(--ifm-pre-padding)); + padding: 0 var(--ifm-pre-padding); +} + +video { + display: block; + width: 100%; + height: 100%; +} diff --git a/docusaurus/src/pages/index.js b/docusaurus/src/pages/index.js new file mode 100644 index 0000000..3c60c4d --- /dev/null +++ b/docusaurus/src/pages/index.js @@ -0,0 +1,233 @@ +import React from 'react'; +import clsx from 'clsx'; +import Layout from '@theme/Layout'; +import Link from '@docusaurus/Link'; +import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; +import useBaseUrl from '@docusaurus/useBaseUrl'; +import styles from './styles.module.css'; + +const features = [ + { + title: <>Complete Platform</>, + imageUrl: 'img/complete-platform.svg', + description: ( + <> + PSP-UFU is a <b>cross-platform</b>, <b>multilingual</b>, <b>Free and Open-Source Software (FOSS)</b> with <b>advanced GUI (Graphical User Interface)</b> features and <b>CAD (Computer-Aided Design) tools</b> for electrical power system studies. + </> + ), + }, + { + title: <>Advanced CAD Features</>, + imageUrl: 'img/advanced-cad.svg', + description: ( + <> + The software allows the construction of any electric <b>transmission network</b> and <b>control systems</b> through the deployment of visual elements. + </> + ), + }, + { + title: <>Easy Visualization</>, + imageUrl: 'img/visualization.svg', + description: ( + <> + For the visualization of results, the program offers linked text elements in the main screen, voltage heatmap display, and also table and graph editors. + </> + ), + }, + { + title: <>Application</>, + imageUrl: 'img/application.svg', + description: ( + <> + The PSP-UFU aims to provide efficient computer simulation tools for <b>research</b> and <b>education</b> purposes, in addition to <b>industrial applications</b> in electrical power systems. + </> + ), + }, +]; + +const studies = [ + { + title: <>Power Flow</>, + //imageUrl: 'img/undraw_docusaurus_react.svg', + description: ( + <ul> + <li>Newton-Raphson</li> + <li>Gauss-Seidel</li> + <li>Hybrid Newton-Gauss</li> + <li>Three-phase induction motors included</li> + </ul> + ), + }, + { + title: <>Short-Circuit calculation</>, + //imageUrl: 'img/undraw_docusaurus_react.svg', + description: ( + <ul> + <li>Balanced</li> + <li>Unbalanced</li> + <li>Short-Circuit power in all system buses</li> + </ul> + ), + }, + { + title: <>Harmonics</>, + //imageUrl: 'img/undraw_docusaurus_react.svg', + description: ( + <ul> + <li>Harmonic voltages and THD (Total Harmonic Distortion) calculation</li> + <li>Frequency scan</li> + </ul> + ), + }, + { + title: <>Transient and Dynamic Stability</>, + //imageUrl: 'img/undraw_docusaurus_react.svg', + description: ( + <ul> + <li>Several synchronous machine models automatically selected</li> + <li>Three-phase induction motors</li> + <li>User-defined machine controls, exciters and prime moves created using block diagrams (Exciters, AVR, PSS, Hydro and Thermal turbines, Speed Governor, etc.)</li> + </ul> + ), + }, +]; + +function Feature({imageUrl, title, description}) { + const imgUrl = useBaseUrl(imageUrl); + return ( + <div className={clsx('col col--4', styles.feature)}> + {imgUrl && ( + <div className="text--center"> + <img className={styles.featureImage} src={imgUrl} alt={title} /> + </div> + )} + <h3>{title}</h3> + <p>{description}</p> + </div> + ); +} + +function Studies({imageUrl, title, description}) { + const imgUrl = useBaseUrl(imageUrl); + return ( + <div className={clsx('col col--4', styles.feature)}> + {imgUrl && ( + <div className="text--center"> + <img className={styles.featureImage} src={imgUrl} alt={title} /> + </div> + )} + <h3>{title}</h3> + {description} + </div> + ); +} + +function Home() { + const context = useDocusaurusContext(); + const {siteConfig = {}} = context; + return ( + <Layout + title={`${siteConfig.title}`} + description="Power System Platform"> + <header className={clsx('hero hero--primary', styles.heroBanner)}> + <div className="container"> + <h1 className="hero__title">{siteConfig.title}</h1> + <p className="hero__subtitle">{siteConfig.tagline}</p> + + <p><center> + <iframe src="https://ghbtns.com/github-btn.html?user=thales1330&repo=psp&type=star&count=true&size=large" frameborder="0" scrolling="0" width="130" height="30" title="GitHub"></iframe> + </center></p> + <div className={styles.buttons}> + <Link + className={clsx( + 'button button--outline button--secondary button--lg', + styles.getStarted, + )} + to={useBaseUrl('https://github.com/Thales1330/PSP/releases/latest')}> + Download + </Link> + </div> + <div className={styles.buttons}> + <Link + className={clsx( + 'button button--outline button--secondary button--lg', + styles.getStarted, + )} + to={useBaseUrl('docs/')}> + User Guide + </Link> + </div> + <div className={styles.buttons}> + <Link + className={clsx( + 'button button--outline button--secondary button--lg', + styles.getStarted, + )} + to={useBaseUrl('https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Thales1330/PSP/tree/master/Project/data/samples')}> + Samples + </Link> + </div> + </div> + </header> + <main> + {features && features.length > 0 && ( + <section className={styles.features}> + <div className="container"> + <div className="row"> + {features.map((props, idx) => ( + <Feature key={idx} {...props} /> + ))} + </div> + </div> + </section> + )} + + <div className="container"> + <h2>Studies Performed</h2> + </div> + + {studies && studies.length > 0 && ( + <section className={styles.features}> + <div className="container"> + <div className="row"> + {studies.map((props, idx) => ( + <Studies key={idx} {...props} /> + ))} + </div> + </div> + </section> + )} + + <div className="container"> + <h2>Published Papers</h2> + Further details can be found in the published papers: + <blockquote cite="https://doi.org/10.1002/2050-7038.12185"> + Oliveira, T. L., Guimarães, G. C., & Silva, L. R. C. (2019). PSP-UFU: An open-source, graphical, and multiplatform software for power system studies. <i>International Transactions on Electrical Energy Systems</i>, e12185. doi: <a href="https://doi.org/10.1002/2050-7038.12185">10.1002/2050-7038.12185</a> + </blockquote> + <blockquote cite="https://doi.org/10.1177/0020720919879058"> + Oliveira, T. L., Guimarães, G. C., Silva, L. R., & Rezende, J. O. (2019). Power system education and research applications using free and open-source, graphical and multiplatform PSP-UFU software. <i>The International Journal of Electrical Engineering & Education</i>, 0020720919879058. doi: <a href="https://doi.org/10.1177/0020720919879058">10.1177/0020720919879058</a> + </blockquote> + </div> + + <div className="container"> + <h2>Code Documentation</h2> + <p> + All detailed descriptions of the source-code can be found at <b><a href="https://thales1330.github.io/PSP/doxygen/html/index.html">Online Documentation</a></b>, generated by <a href="http://www.doxygen.org/">Doxygen</a>. + </p> + </div> + + <div className="container"> + <h2>Screenshots</h2> + <center> + <iframe src="gallery.html" style={{position: 'relative', width: '100%', height: '56.25vw', display: 'block', overflow: 'hidden', border: 'none'}}> + Your browser doesn’t support the this feature. + </iframe> + </center> + + </div> + </main> + </Layout> + ); +} + +export default Home; diff --git a/docusaurus/src/pages/styles.module.css b/docusaurus/src/pages/styles.module.css new file mode 100644 index 0000000..5a328c8 --- /dev/null +++ b/docusaurus/src/pages/styles.module.css @@ -0,0 +1,38 @@ +/* stylelint-disable docusaurus/copyright-header */ + +/** + * CSS files with the .module.css suffix will be treated as CSS modules + * and scoped locally. + */ + +.heroBanner { + padding: 4rem 0; + text-align: center; + position: relative; + overflow: hidden; +} + +@media screen and (max-width: 966px) { + .heroBanner { + padding: 2rem; + } +} + +.buttons { + display: inline-block; + align-items: center; + justify-content: center; + margin: 0 10px; +} + +.features { + display: flex; + align-items: center; + padding: 2rem 0; + width: 100%; +} + +.featureImage { + height: 200px; + width: 200px; +} diff --git a/docusaurus/static/.nojekyll b/docusaurus/static/.nojekyll new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docusaurus/static/.nojekyll diff --git a/docusaurus/static/css/blueimp-gallery.min.css b/docusaurus/static/css/blueimp-gallery.min.css new file mode 100644 index 0000000..5fd194b --- /dev/null +++ b/docusaurus/static/css/blueimp-gallery.min.css @@ -0,0 +1,2 @@ +@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear;backface-visibility:hidden;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;opacity:0;display:none;direction:ltr;-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 4px rgba(0,0,0,.1);-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom;display:block}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{visibility:hidden;position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery>.slides>.slide-active,.blueimp-gallery>.slides>.slide-next,.blueimp-gallery>.slides>.slide-prev{visibility:visible}.blueimp-gallery>.slides>.slide-loading{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery-smil>.slides>.slide-loading{background-image:url(../img/loading.svg)}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(../img/error.png) center no-repeat}.blueimp-gallery-svgasimg>.slides>.slide-error{background-image:url(../img/error.svg)}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery-display>.next,.blueimp-gallery-display>.prev{position:absolute;top:50%;left:15px;width:8px;height:20px;padding:10px 14px 10px 18px;margin-top:-23px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background:#222 url(../img/prev.png) center no-repeat;background-color:rgba(0,0,0,.5);border:3px solid #fff;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery-display>.next{right:15px;left:auto;background-image:url(../img/next.png)}.blueimp-gallery-svgasimg>.prev{background-image:url(../img/prev.svg)}.blueimp-gallery-svgasimg>.next{background-image:url(../img/next.svg)}.blueimp-gallery-display>.close{position:absolute;top:15px;right:15px;width:30px;height:30px;background:url(../img/close.png) center no-repeat;opacity:.8;cursor:pointer;display:none}.blueimp-gallery-svgasimg>.close{background-image:url(../img/close.svg)}.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 60px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery-display>.play-pause{position:absolute;right:15px;bottom:15px;width:30px;height:30px;background:url(../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-svgasimg>.play-pause{background-image:url(../img/play-pause.svg)}.blueimp-gallery-playing>.play-pause{background-position:-30px 0}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}*+html .blueimp-gallery>.slides>.slide>.slide-content>img{position:relative}@supports (object-fit:contain){.blueimp-gallery-contain>.slides>.slide>.slide-content,.blueimp-gallery-contain>.slides>.slide>.slide-content>img{width:100%;height:100%;object-fit:contain}}@media (prefers-color-scheme:light){.blueimp-gallery-carousel{background:#fff}}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blueimp-gallery>.indicator>li{display:inline-block;position:relative;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;left:4px;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.slides>.slide>.video-content>.video-cover,.blueimp-gallery>.slides>.slide>.video-content>iframe,.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-content>.video-cover{background:center no-repeat;background-size:contain}.blueimp-gallery>.slides>.slide>.video-iframe>.video-cover{background-color:#000;background-color:rgba(0,0,0,.7)}.blueimp-gallery>.slides>.slide>.video-content>.video-play{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(../img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery-svgasimg>.slides>.slide>.video-content>.video-play{background-image:url(../img/video-play.svg)}.blueimp-gallery>.slides>.slide>.video-playing>.video-cover,.blueimp-gallery>.slides>.slide>.video-playing>.video-play{display:none}.blueimp-gallery>.slides>.slide>.video-loading>.video-play{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery-smil>.slides>.slide>.video-loading>.video-play{background-image:url(../img/loading.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>.video-play{left:50%;margin-left:-64px}.blueimp-gallery>.slides>.slide>.video-content>.video-play:hover{opacity:1} +/*# sourceMappingURL=blueimp-gallery.min.css.map */
\ No newline at end of file diff --git a/docusaurus/static/css/blueimp-gallery.min.css.map b/docusaurus/static/css/blueimp-gallery.min.css.map new file mode 100644 index 0000000..9a6a105 --- /dev/null +++ b/docusaurus/static/css/blueimp-gallery.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["blueimp-gallery.css","blueimp-gallery-indicator.css","blueimp-gallery-video.css"],"names":[],"mappings":"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"}
\ No newline at end of file diff --git a/docusaurus/static/gallery.html b/docusaurus/static/gallery.html new file mode 100644 index 0000000..e9b9313 --- /dev/null +++ b/docusaurus/static/gallery.html @@ -0,0 +1,35 @@ +<head> +<link rel="stylesheet" href="css/blueimp-gallery.min.css" /> +</head> +<body> + +<div id="links"> + <a href="images/ss_1.png" title="Power editor"> + </a> _ + <a href="images/ss_2.png" title="Voltage Heatmap"> + </a> _ + <a href="images/ss_3.png" title="Chart Viewer"> + </a> _ + <a href="images/ss_4.png" title="Control Editor"> + </a> _ + <a href="images/ss_5.png" title="Data Report"> + </a> _ + <a href="images/ss_6.png" title="Element Editor Form"> + </a> _ + <a href="images/ss_7.png" title="Hamonics"> + </a> +</div> + +<div id="blueimp-gallery-carousel" class="blueimp-gallery blueimp-gallery-carousel"> + <div class="slides"></div> + <h3 class="title"></h3> + <a class="prev">‹</a> + <a class="next">›</a> + <a class="play-pause"></a> + <ol class="indicator"></ol> +</div> + +<script src="js/blueimp-gallery.min.js"></script> +<script src="js/vendor/jquery.js"></script> +<script src="js/initGallery.js"></script> +</body>
\ No newline at end of file diff --git a/docusaurus/static/images/download.png b/docusaurus/static/images/download.png Binary files differnew file mode 100644 index 0000000..2655f39 --- /dev/null +++ b/docusaurus/static/images/download.png diff --git a/docusaurus/static/images/mainScreen.svg b/docusaurus/static/images/mainScreen.svg new file mode 100644 index 0000000..747d1b8 --- /dev/null +++ b/docusaurus/static/images/mainScreen.svg @@ -0,0 +1,1056 @@ +<?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" + sodipodi:docname="mainScreen.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + id="svg8" + version="1.1" + viewBox="0 0 266.41553 157.34116" + height="157.34116mm" + width="266.41553mm"> + <defs + id="defs2" /> + <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="168.34167" + inkscape:cx="337.04004" + inkscape:zoom="0.49497475" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" /> + <metadata + id="metadata5"> + <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> + <g + transform="translate(49.6936,-60.532887)" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <image + id="image843" + xlink:href="data:image/png;base64,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 +e3vs7e0xNDRk586dRXouQhQmmYVJlCgqlUpZ9dbAwACVSqXsq127NkuXLuXatWtcvnyZhIQEpb+2 +ubk5V65cIT4+nrNnzzJy5EiMjIwYNmwYoaGh/PTTTyQlJdGiRQu6d++upPno0SOaNGnCihUr6Nat +G35+fsq++/fvKzeRBw8e5PkcYq+9+Hl/0KWL8r+6b/n0mZtxdirYVbE/6Oyu8TorV64slNdxsCvQ +5EQRiY+P58MPP2TNmjVYWVnx/fffY2X1/+3deXxU1f3/8TdhCwgYCBCwBkoSghoxrKKiSJRRLG1l +zJe6TW2+PkpRqnRsH4FKXanmJ0y1gVYUKzV+nbqFGAFB2oBpKVghAYxsJsQgGdYKGEAgrPn9kcxk +JjOT3KwzybyejwcPMnfunHvOXWbu537OuTdCnTt31u9//3sNHTpUx44d07Jly/TUU09pw4YNHve1 +HzJkiIYOHaqrrrpKzzzzjM6cOaPOnTsHsEVoTg6HQwUFBZKk3NxcJSUltcgyi4uLJanJl7dmzRr9 +8Y9/9AqMJWnRokWuW7GuW7dOt9xyi6ZNm6Zdu3Zpzpw5kqTp06dr/fr1OnTokF599VW99NJLuuee +e7R582Y9/fTTGjduXJPWFwgkAggELffgQaq8Fd5bb70lSSoqKlJkZKRMJpMkaffu3Xrvvfd03XXX +6brrrpMkPfzwwyouLtYll1yixx9/XKdOndILL7zgEUBI0jXXXKMuXbro0ksv1d69e3X55Y07+91V +Ik3w/SBfn2JP5irCx/T7/p90qGOjqmJoOb/6XZa29fT9gL2GmPsDaebDTVYcmsltt92mvLw8V3ek +EydOyGq1KjMz0/Uk3VWrVunOO+9U586d1alTJ7Vv317Hjx/XxYsXdeDAAa/g4ODBgzpx4oS2b9+u +K664wuP98+fPS5JrwDZat/T0dI+B9KmpqbLZbM0aRNRcZlMvb8iQIfrwww/12GOPeb23fft2RUVF +qaKiQitXrtT48eOVlpamv//976551q1bJ6ny98h937fb7Xr11VfVtWtX17TS0lK9/PLLWrVqlb75 +5ht9/vnn6tu3r+u9pUuX6tFHH9XPfvYz/eY3v9E111zTZO0EmgIBBILKFVdcoV/96lcaMWKEPv30 +U9ls1WfiDodDu3bt0rBhw7R8+XLZbDZlZmbq5ptv1pYtW5SQkKDPP/9cZ86c0ZgxY3TgwAH17t1b +Dz/8sHbt2qWuXbv6fEhPUVGRxo0bp7CwMI/goW/fvtq3b5/69u3r8w42TaXL2QKf07udLdahjk2b +GfClc7ldUtMFEAhe3377raZPn6533nlH06dP19ixYzV16lTt2LFD2dnZeu+991xd3F555RXdeOON +6tevn8LCwrR9+3ZFRkaqQ4cOuuSSS/TQQw95XVHt27evevfurdjYWG3dulUbNmzQxx9/rGeeeUaX +XnqpunTpokmTJmncuHH64osv9Morr3g8nAst5PftGvXx3NJY2bd4X45ITU1VdtJeRfc41KjyjS6z +wcv7xR4pynvsV30uHl1yySUeD4RzOnz4sObMmaPXXnvNNa1z586uh8u527t3r/7zn//o888/12uv +vaYnnnjC8PKBQCOAQFAZNmyYxo4dq+uvv15vv/22unbtKrvdruHDhyshIUH33HOPDhw4oE8//VQ9 +evTQTTfdpOuuu05XXnmlPvjgA124cEG33nqrDh06pNdff10DBw5Uamqq7rnnHu3fv19LlizxWmZ2 +drb+9Kc/afHixTpx4oSeeOIJzZ8/X48//rhuuukmDR8+XD/60Y907tw5Pfvss3ruuedqbcPgmMqr +8EaFXUjWuxnet8ScPlk634QZiLALcXo3w3v6fQ/Y9JMmXM7IhKYrC03jo48+kiSdO3dOY8eOlSSF +hYXpP//5j2ueQYMG6YEHHvD6rPPuZk7PP/+8nn/+eZ/LCQsL85h/zJgxGjNmjCTpueee8zp2CB7a +nuKybs0SQBQc7tKiy6upS5cuunDhgs6fP68uXXzXZe/evXrsscdc4/gkaevWrYqI8JX7lSIjI9W1 +a1clJib6/G0CghkBBIJOWlqa0tLSXK+HDh3qyhysX7/eY95+/fqppKTEY5r7SZEkde3aVcuWLfO7 +vFmzZun22293vZ4/f76kyi5TNcuuK3iQKvv/168LT7RGJthcd8CRmj417285FotFyeY4RTd/ogNB +oGPHjnrkkUearfxRo0bVPRNavbiI7ySfHSLbruuuu047d+5UXl6ex7gfd7/+9a/17LPP6qqrrnJN +27Bhg4YMGeJz/pUrV+qpp57SggULdMMNN7imd+rUSYWFhSovL3eNMQGCTbvCwsKK+Pj4QNcDCIj1 +69erd+/efr/gW1Jubm6L9CN2OBwym83NvhwAQepQaaM+7igplvnRmV7TLRaLrPfe1aiy67PMBi/P +R/cld1lZWTKbzTpy5Ih+9atf6e2339axY8f0xz/+UT169NAvf/lL1xiHzz77TD179lSPHj00b948 +VxmJiYlKSUlRdna2hg8f7hpX5FRaWqo//OEPat++vQYMGKDHHntM27ZtU0VFha666iq9+uqr2rt3 +r66++molJSXpu+++0+HDhz0CDaClFRUVKSoqShIBBBA0nCf22dnZim7mlMCoUaMIIAA0ivOih8Vi +UWJiYot8n7gv02pt3rFbR48e1fvvv6+HHnqoyct2BhALFixo8rKB5kIAAQSReW/O06xPZ3lNn3vD +XM38mfdVvoZa8581mpAxwed7FYsqfE4HAH9a8qJHIJfZHM6cOaNDhw5pwAAe5InWwz2AYAwEAAAw +rHR/qXbt2aUt27aobECZivYWqWhvkSQ124PkArHM5tS5c2eCB7RqPIkaAOBy77336tprr9XSpUu9 +3nvggQd07bXXup7HkpeXp7Fjx+q+++6TJH399de69tprtWbNmhatM1rWuznvakLGBKXmp+qrPl9p +QsYETciYoE1Fm9rUMgH4RwCBVi8lJUXdu3fXrFne3YBee+01de/eXS+//LJr2siRI9W9e3fXA61+ ++tOfKjY2tsXqCwSrZ555RmazWRs3bnTd1tjp5Zdf1s0336yNGzfq//7v/7Rv3z4tWLBAf//73/WD +H/xAv//977V27VqtXbtWe/bsCWArAADNjQACrdqpU6d0//3368SJEzpy5IjWrl3r8f6mTZt07Ngx +ff3119q6datmz56txx57THv37tULL7ygiooK3XXXXZo/f76OHj0aoFYAweFXv/qVkpOTJVU+VOvC +hQuu9376058qJSVFkjR48GCdPXtW8+fPV7du3dS/f3/t27dP11xzjYYMGdKq+6YDAOpGAIFWrWvX +rjKZTDp8+LC2bt3qdTvWvn37KiwsTDExMdq6dauOHz+uIUOGqHv37pKkiooKLVu2THa7Xb169QpE +E4Cg0bNnT1VUVGj+/PkaOHCgevTo4XqvR48eateund544w11795d0dHR6tWrl44dO6YlS5bo+eef +17Bhw7Rnzx6ZTKYAtgJoGVu2bNHo0aN12223KScnx+O9srIy3Xvvvbr11lv10ksv6eLFi3r88cd1 +yy23uB7EuHz5ct10000qLW3cbXWBQGAQNdqEdevWqV+/fiovL/eY3qlTJ02dOlUVFRWKjY3VtGnT +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 +mD9/vjZu3KiNGzcqISFBa9asqftDBqxdu1b333+/Ll682CTlAUCwowsTACAkfPrpp64MwZo1azRr +1iwVFRXp7rvv1qBBg9SzZ08tXrxYycnJ6tatm7p3767Tp0/rzjvv1L59+7RixQo5HA4tWbJEgwcP +dpU7ePBgffzxx3r44YcD1TQAaFFkIAAAISEmJkbDhg3TsGHDlJCQoBUrVqhv375au3atPvjgA0VE +REiS+vTpozfffFM9e/bULbfcoh//+MeaMmWKli1bprlz52rlypUe5fbv31+dOnUKRJMAICDIQAAA +QkK/fv00aNAgSdIVV1yh0tJSde3aVW+//ba6dOmib775xjWfU0xMjKTKMRSFhYXat2+fbr755pav +PAAEETIQAIBale4vVen+Ul3sdFEXO110vW6tzp8/r6VLl+qHP/yhfve732n69Om66667dOjQIb+f +ef/992Wz2TyCCwAIVe0KCwsr4uPjA10PAEAQKt1fqoHPDvT53p6n92jAZQNauEYNs2PHDi1fvtz1 ++vrrr9e4ceP05ZdfaunSperXr59iY2N14403at26dbrxxhv173//WzExMfre976nlStXauvWrRo6 +dKjat2+v22+/3WsZH3/8sUwmkzp0ILkPoO0pKipSVFSUJAIIAEAt2koAAQBoHPcAgi5MAAAAAAwj +gAAAAABgGAEEAAAAAMMIIAAAAAAYRgABAPBrwGUDtOfpPdrz9B69mPiiXkx80fU6GAdQX7x4UTNm +zNBnn33mMf38+fN68sknFR0drffff981vby8XCkpKSovL9f58+f11FNPecxTXFysMWPGyGQy6eTJ +ky3aFgAIVgQQAIBaDbhsgAZcNkBhZ8MUdjbM9TrYHD9+XHfddZfWr1/v9d7GjRt18OBB7dixQwsW +LFBZWZkkacaMGTpz5owkKS8vT/v379eOHTs0f/58ffvtt1q8eLHefvttTZ06VZ9++mmLtgcAghUB +BACgTunp6bLb7bLb7crNzQ10dXy6ePGiXn31VZ/PaNizZ4+Sk5PVvXt3DRs2TIcPH9auXbt01113 +qVu3bl7zDB8+XIcPH9ZXX32lyMhIxcXFqaCgwKPMl156SRMmTNCYMWP09ttve7w3btw4lZSU6OjR +o7LZbM3XaAAIAJ52AwCtyJq1Lb9M6+x0dS63u16npqbKYrFo6Ahri9fl1nH+34uIiKhXWUuXLtXU +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 +o89VXQAAAABJRU5ErkJggg== +" + preserveAspectRatio="none" + height="156.36874" + width="207.43333" + x="-49.288097" + y="60.532887" /> + <rect + rx="0" + y="67.351921" + x="-49.177593" + height="31.270531" + width="207.66841" + id="rect847" + style="fill:none;stroke:#245db2;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:none;stroke:#2a5e30;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect847-9" + width="207.66841" + height="110.64957" + x="-49.177593" + y="99.680786" + rx="0" /> + <rect + rx="0" + y="211.22687" + x="-49.1936" + height="6.1471739" + width="207.66841" + id="rect847-9-9" + style="fill:none;stroke:#ff4500;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <text + id="text881" + y="85.351379" + x="162.58675" + style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;fill:#245db2;fill-opacity:1;stroke:none;stroke-width:0.264583" + xml:space="preserve"><tspan + style="font-size:6.35px;fill:#245db2;fill-opacity:1;stroke-width:0.264583" + y="85.351379" + x="162.58675" + id="tspan879" + sodipodi:role="line">Menu "Ribbon"</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;fill:#2a5e30;fill-opacity:1;stroke:none;stroke-width:0.264583" + x="163.0663" + y="158.13406" + id="text881-8"><tspan + sodipodi:role="line" + id="tspan879-9" + x="163.0663" + y="158.13406" + style="font-size:6.35px;fill:#2a5e30;fill-opacity:1;stroke-width:0.264583">Área de Trabalho</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;fill:#ff4500;fill-opacity:1;stroke:none;stroke-width:0.264583" + x="162.58675" + y="216.66466" + id="text881-7"><tspan + sodipodi:role="line" + id="tspan879-1" + x="162.58675" + y="216.66466" + style="font-size:6.35px;fill:#ff4500;fill-opacity:1;stroke-width:0.264583">Barra de Status</tspan></text> + </g> +</svg> diff --git a/docusaurus/static/images/menuFile.png b/docusaurus/static/images/menuFile.png Binary files differnew file mode 100644 index 0000000..dfd4128 --- /dev/null +++ b/docusaurus/static/images/menuFile.png diff --git a/docusaurus/static/images/menuSimulation.png b/docusaurus/static/images/menuSimulation.png Binary files differnew file mode 100644 index 0000000..743268f --- /dev/null +++ b/docusaurus/static/images/menuSimulation.png diff --git a/docusaurus/static/images/menuTools.png b/docusaurus/static/images/menuTools.png Binary files differnew file mode 100644 index 0000000..438d69a --- /dev/null +++ b/docusaurus/static/images/menuTools.png diff --git a/docusaurus/static/images/ss_1.png b/docusaurus/static/images/ss_1.png Binary files differnew file mode 100644 index 0000000..873f8cc --- /dev/null +++ b/docusaurus/static/images/ss_1.png diff --git a/docusaurus/static/images/ss_2.png b/docusaurus/static/images/ss_2.png Binary files differnew file mode 100644 index 0000000..b207778 --- /dev/null +++ b/docusaurus/static/images/ss_2.png diff --git a/docusaurus/static/images/ss_3.png b/docusaurus/static/images/ss_3.png Binary files differnew file mode 100644 index 0000000..a4135bb --- /dev/null +++ b/docusaurus/static/images/ss_3.png diff --git a/docusaurus/static/images/ss_4.png b/docusaurus/static/images/ss_4.png Binary files differnew file mode 100644 index 0000000..ee5bc59 --- /dev/null +++ b/docusaurus/static/images/ss_4.png diff --git a/docusaurus/static/images/ss_5.png b/docusaurus/static/images/ss_5.png Binary files differnew file mode 100644 index 0000000..5c533ce --- /dev/null +++ b/docusaurus/static/images/ss_5.png diff --git a/docusaurus/static/images/ss_6.png b/docusaurus/static/images/ss_6.png Binary files differnew file mode 100644 index 0000000..3a898ff --- /dev/null +++ b/docusaurus/static/images/ss_6.png diff --git a/docusaurus/static/images/ss_7.png b/docusaurus/static/images/ss_7.png Binary files differnew file mode 100644 index 0000000..cb9b418 --- /dev/null +++ b/docusaurus/static/images/ss_7.png diff --git a/docusaurus/static/images/workspace.png b/docusaurus/static/images/workspace.png Binary files differnew file mode 100644 index 0000000..c0b46b5 --- /dev/null +++ b/docusaurus/static/images/workspace.png diff --git a/docusaurus/static/img/advanced-cad.svg b/docusaurus/static/img/advanced-cad.svg new file mode 100644 index 0000000..ee743b7 --- /dev/null +++ b/docusaurus/static/img/advanced-cad.svg @@ -0,0 +1,1049 @@ +<?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: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="advanced-cad.svg" + viewBox="0 0 630.88 586.73334" + height="586.73334" + width="630.88" + xml:space="preserve" + id="svg11947" + version="1.1"><metadata + id="metadata11953"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs11951" /><sodipodi:namedview + inkscape:current-layer="g11955" + inkscape:window-maximized="1" + inkscape:window-y="-9" + inkscape:window-x="-9" + inkscape:cy="288.64223" + inkscape:cx="275.9816" + inkscape:zoom="1.1147718" + showgrid="false" + id="namedview11949" + inkscape:window-height="1001" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#ffffff" /><g + transform="matrix(1.3333333,0,0,-1.3333333,0,586.73333)" + inkscape:label="ink_ext_XXXXXX" + inkscape:groupmode="layer" + id="g11955"><path + d="m 189.727,130.588 31.619,18.283 c 3.259,1.881 4.889,4.347 4.89,6.814 0,2.466 0.013,4.398 0.013,4.398 l -38.051,21.558 c -1.738,1.004 -3.147,3.444 -3.147,5.452 v 38.983 l -55.227,-31.913 -0.002,-38.983 c 0,-2.007 1.409,-4.448 3.147,-5.452 l 33.152,-19.14 c 6.519,-3.763 17.088,-3.763 23.606,0" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11965" /><path + d="m 177.923,127.766 c -4.271,0 -8.543,0.941 -11.802,2.822 l -30.777,17.769 7.739,-4.459 v 4.379 l -3.143,1.82 26.176,-15.112 c 3.26,-1.882 7.534,-2.823 11.807,-2.823 0.18,-0.001 0.361,0.001 0.54,0.005 v -4.37 0 c 4.089,0.073 8.142,0.981 11.267,2.798 l 12.275,7.092 -12.278,-7.099 c -3.259,-1.881 -7.531,-2.822 -11.804,-2.822 m 3.018,4.553 c 3.218,0.34 6.295,1.228 8.783,2.663 l 21.565,12.462 -21.559,-12.469 c -2.491,-1.434 -5.571,-2.325 -8.789,-2.656 m -45.329,20.535 c -0.661,0.683 -1.209,1.554 -1.56,2.461 0.352,-0.905 0.901,-1.776 1.56,-2.461 m 90.631,6.027 c 0,0.404 0,0.721 0,0.928 0.003,0.06 0.005,0.121 0.006,0.181 -0.001,-0.168 -0.004,-0.559 -0.006,-1.109" + style="fill:#0b7465;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11967" /><path + d="m 143.083,148.277 v -4.379 l -10.123,5.833 c -1.726,0.999 -3.143,3.434 -3.143,5.451 v 38.98 l 10.521,6.07 c 0.218,-2.672 0.455,-5.435 0.673,-8.124 l -7.378,-4.27 v -30.457 c 0,-2.017 1.399,-4.452 3.144,-5.451 l 6.306,-3.653" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11969" /><path + d="m 143.083,143.898 -10.123,5.833 c -1.726,0.999 -3.143,3.434 -3.143,5.451 v 4.869 c 1.266,0.731 2.538,1.465 3.814,2.202 v -4.879 0 0 0 c 0,-0.661 0.154,-1.37 0.421,-2.059 0.351,-0.907 0.899,-1.778 1.56,-2.461 0.361,-0.374 0.755,-0.693 1.167,-0.932 v 0 l 3.161,-1.825 3.143,-1.82 v -4.379" + style="fill:#093b33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11971" /><path + d="m 133.631,157.374 c 0,-2.007 1.41,-4.448 3.148,-5.452 l 29.337,-16.937 c 6.519,-3.764 17.089,-3.765 23.608,-0.003 l 31.635,18.281 c 6.519,3.761 6.52,9.863 0.002,13.626 l -29.353,16.948 c -1.738,1.003 -3.148,3.444 -3.148,5.451 v 30.461 l -55.229,-31.913 v -30.462" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11973" /><path + d="m 177.923,132.162 c -4.273,0 -8.547,0.941 -11.807,2.823 l -29.337,16.937 6.3,-3.637 55.34,31.846 v 0.004 l -6.411,3.702 c -1.739,1.003 -3.148,3.444 -3.148,5.451 v 4.85 0 -4.85 c 0,-2.007 1.41,-4.448 3.148,-5.451 l 29.353,-16.948 c 3.259,-1.882 4.889,-4.348 4.888,-6.814 0,-0.089 -0.002,-0.178 -0.006,-0.266 0,0.175 0,0.271 0,0.271 v 0 0 c 0,-2.472 -1.636,-4.943 -4.888,-6.815 l -10.066,-5.821 -21.565,-12.462 c -2.488,-1.435 -5.565,-2.323 -8.783,-2.663 -0.819,-0.084 -1.647,-0.132 -2.478,-0.143 v -0.009 c -0.179,-0.004 -0.36,-0.006 -0.54,-0.005" + style="fill:#06ab91;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11975" /><path + d="m 143.079,148.285 -6.3,3.637 c -1.165,0.673 -2.183,1.992 -2.727,3.393 -0.267,0.689 -0.421,1.398 -0.421,2.059 v 4.879 c 18.134,10.469 37.24,21.5 55.229,31.885 v -4.85 c 0,-2.007 1.409,-4.448 3.148,-5.451 l 6.411,-3.702 v -0.004 l -55.34,-31.846" + style="fill:#0b4d42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11977" /><path + d="m 226.243,160.08 c 0,0 0,-1.927 0,-4.398 0,-2.472 -1.636,-4.925 -4.888,-6.815 L 189.73,130.595 c -3.125,-1.817 -7.178,-2.725 -11.267,-2.798 v 4.379 c 4.089,0.055 8.142,1 11.267,2.799 l 31.625,18.29 c 3.252,1.872 4.888,4.343 4.888,6.815" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11979" /><path + d="m 178.463,127.797 v 4.379 c 4.089,0.055 8.142,1 11.267,2.799 l 31.625,18.29 c 3.252,1.872 4.888,4.343 4.888,6.815 0,0 0,-1.927 0,-4.398 0,-2.472 -1.636,-4.925 -4.888,-6.815 L 189.73,130.595 c -3.125,-1.817 -7.178,-2.725 -11.267,-2.798" + style="fill:#14b099;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11981" /><path + d="m 44.9563,115.318 c 2.0382,-1.176 5.4527,-1.113 7.6253,0.142 27.1512,15.675 186.4344,107.635 213.5824,123.309 2.173,1.254 3.933,4.304 3.933,6.814 v 186.946 c 0,2.509 -1.652,5.496 -3.69,6.673 -2.039,1.177 -5.452,1.114 -7.625,-0.141 L 45.2027,315.752 c -2.173,-1.255 -3.9343,-4.306 -3.9343,-6.814 L 41.2656,121.992 c 0,-2.509 1.6524,-5.497 3.6907,-6.674" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11983" /><path + d="m 48.6949,114.477 c 1.1504,0.021 2.316,0.252 3.3086,0.691 v 0 0 c -0.4187,-0.168 -0.8152,-0.249 -1.1797,-0.249 -1.2957,0 -2.1816,1.024 -2.1816,2.811 v 21.025 165.93 c 0.0043,0.308 0.0344,0.626 0.0871,0.948 -0.0512,-0.323 -0.0781,-0.642 -0.0781,-0.952 l -0.0024,-165.92 -4e-4,-0.001 v -21.024 0 0 0 0 0 c 0,-1.78 0.8864,-2.809 2.177,-2.809 0.2152,0 0.441,0.029 0.6762,0.087 0.0043,0.001 0.0082,0.002 0.0121,0.003 4e-4,0 8e-4,0 0.0011,0 0.3399,0.086 0.6977,0.234 1.0676,0.447 l 201.6826,116.44 v -0.005 c -14.949,-8.63 -38.964,-22.495 -65.405,-37.761 -17.989,-10.385 -37.095,-21.416 -55.229,-31.885 v 0 c -1.276,-0.737 -2.548,-1.471 -3.814,-2.202 -35.4596,-20.472 -66.5615,-38.429 -77.2354,-44.591 -1.0925,-0.631 -2.4992,-0.961 -3.8867,-0.983 m 0.5137,192.858 c 0.1668,0.423 0.3672,0.839 0.5961,1.238 v 0 0 l -7.3777,4.253 c 0.7113,1.228 1.6925,2.3 2.7757,2.926 L 258.782,439.061 c 1.132,0.654 2.6,0.984 4.036,0.984 1.32,0 2.612,-0.279 3.589,-0.843 1.954,-1.128 3.553,-3.92 3.682,-6.36 -0.097,1.589 -0.954,2.5 -2.168,2.5 -0.529,0 -1.125,-0.172 -1.757,-0.537 L 52.5855,311.496 c -1.4347,-0.828 -2.6894,-2.439 -3.3769,-4.161 m -7.7184,3.239 c 0.1981,0.764 0.5207,1.533 0.9344,2.248 -0.4094,-0.715 -0.7336,-1.484 -0.9344,-2.248" + style="fill:#06ab91;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11985" /><path + d="M 52.5824,115.464 266.164,238.773 c 2.174,1.254 3.934,4.305 3.934,6.815 v 186.945 c 0,2.51 -1.76,3.526 -3.934,2.272 L 52.5855,311.496 c -2.1734,-1.255 -3.9343,-4.306 -3.9343,-6.815 L 48.6484,117.736 c 0,-2.509 1.7614,-3.526 3.934,-2.272" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11987" /><path + d="M 52.5824,115.464 266.164,238.773 c 2.174,1.254 3.934,4.305 3.934,6.815 v 186.945 c 0,2.51 -1.76,3.526 -3.934,2.272 L 52.5855,311.496 c -2.1734,-1.255 -3.9343,-4.306 -3.9343,-6.815 L 48.6484,117.736 c 0,-2.509 1.7614,-3.526 3.934,-2.272" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11989" /><path + d="m 50.8254,114.927 c -1.2906,0 -2.177,1.029 -2.177,2.809 0,-1.78 0.8868,-2.809 2.1774,-2.809 0.2148,0 0.441,0.029 0.6758,0.087 -0.2352,-0.058 -0.461,-0.087 -0.6762,-0.087 m 0.6883,0.09 c 4e-4,0 8e-4,0 0.0011,0 -3e-4,0 -7e-4,0 -0.0011,0 m -2.8649,23.744 0.0024,165.92 c 0,0.31 0.0269,0.629 0.0781,0.952 0.093,0.563 0.2562,1.139 0.4793,1.702 0.6875,1.722 1.9422,3.333 3.3769,4.161 L 266.164,434.805 c 0.632,0.365 1.228,0.537 1.757,0.537 1.291,0 2.177,-1.029 2.177,-2.809 v -15.228 l -7.385,-4.27 v 8.525 c 0,1.068 -0.533,1.685 -1.307,1.685 -0.318,0 -0.676,-0.104 -1.055,-0.323 L 58.3902,306.32 c -1.3035,-0.753 -2.3601,-2.583 -2.3601,-4.089 l -0.002,-147.96 c 0,-1.069 0.5317,-1.686 1.3063,-1.686 0.3176,0 0.6758,0.104 1.0543,0.322 l 16.4679,9.507 v -8.523 L 48.6484,138.76" + style="fill:#0b7465;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11991" /><path + d="m 52.0035,115.168 c -2.1805,-0.964 -5.1969,-0.927 -7.0508,0.145 -2.0351,1.181 -3.689,4.161 -3.689,6.687 v 21.025 l 7.3785,-4.27 V 117.73 c 0,-2.29 1.4539,-3.326 3.3613,-2.562" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11993" /><path + d="m 48.5242,114.475 c -1.3176,0 -2.6031,0.278 -3.5715,0.838 -2.0351,1.181 -3.689,4.161 -3.689,6.687 v 21.025 l 7.3785,-4.27 v -21.025 0 c 0,-1.787 0.8859,-2.811 2.1816,-2.811 0.3645,0 0.761,0.081 1.1797,0.249 -1.0414,-0.461 -2.2738,-0.693 -3.4793,-0.693" + style="fill:#093b33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11995" /><path + d="m 48.6484,138.76 v -21.024 c 0,-2.509 1.7618,-3.526 3.934,-2.272 L 266.164,238.773 c 2.174,1.254 3.934,4.305 3.934,6.815 v 21.025 L 48.6484,138.76" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11997" /><path + d="m 50.8258,114.927 c -1.2906,0 -2.1774,1.029 -2.1774,2.809 v 21.024 l 26.2082,15.131 v -0.731 c 0,-0.597 0.1313,-1.164 0.3539,-1.629 0.1114,-0.243 0.2528,-0.455 0.4153,-0.628 0.1512,-0.182 0.3332,-0.323 0.5258,-0.424 0.0605,-0.031 0.2027,-0.101 0.3847,-0.213 0.1817,-0.101 0.4145,-0.233 0.6778,-0.385 0.2527,-0.141 0.5261,-0.303 0.8093,-0.465 l 0.0407,-0.02 c 0.1718,-0.091 0.3441,-0.192 0.516,-0.293 l 0.0101,-0.011 c 0.3438,-0.182 0.6676,-0.364 0.9508,-0.536 0.1422,-0.081 0.2735,-0.152 0.3848,-0.223 v 0 0 l -0.0707,0.071 -0.1719,0.152 c -0.2434,0.222 -0.4254,0.496 -0.5668,0.809 v 0 0 c 0.1414,-0.313 0.3234,-0.587 0.5668,-0.809 l 0.1719,-0.152 0.182,-0.121 0.1617,-0.092 c 0.0809,-0.04 0.1723,-0.07 0.2637,-0.09 0.1313,-0.031 0.2629,-0.051 0.3945,-0.051 0.0141,-0.001 0.0278,-0.001 0.0418,-0.001 0.0578,0 0.1164,0.004 0.1766,0.011 0.2133,0.026 0.4398,0.097 0.6684,0.211 0.0449,0.023 0.0902,0.047 0.1351,0.072 l 75.1181,43.452 c -0.806,-1.248 -1.318,-2.716 -1.318,-4.027 v 0 0 c 0,-1.67 0.832,-2.635 2.043,-2.635 0.496,0 1.056,0.162 1.649,0.504 2.039,1.177 3.692,4.04 3.691,6.394 v 0 0 c 0,1.314 -0.515,2.191 -1.324,2.506 l 92.527,53.521 V 231.904 L 52.5824,115.464 c -0.6312,-0.364 -1.2277,-0.537 -1.7566,-0.537" + style="fill:#0b7465;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path11999" /><path + d="m 56.0281,154.271 0.002,147.96 c 0,1.506 1.0566,3.336 2.3601,4.089 L 260.351,422.922 c 1.304,0.753 2.362,0.143 2.362,-1.362 l 0.006,-147.965 c 0,-1.505 -1.056,-3.336 -2.361,-4.088 L 58.3887,152.907 c -1.3035,-0.753 -2.3606,-0.142 -2.3606,1.364" + style="fill:#fafaf9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12001" /><path + d="m 159.371,194.162 c -2.039,-1.177 -3.692,-4.04 -3.692,-6.394 0,-2.354 1.653,-3.308 3.692,-2.131 2.039,1.177 3.692,4.04 3.691,6.394 0,2.354 -1.653,3.308 -3.691,2.131" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12003" /><path + d="m 157.722,185.133 c -1.211,0 -2.043,0.965 -2.043,2.635 0,1.311 0.512,2.779 1.318,4.027 l 4.741,2.742 c 0.809,-0.315 1.324,-1.192 1.324,-2.506 10e-4,-2.354 -1.652,-5.217 -3.691,-6.394 -0.593,-0.342 -1.153,-0.504 -1.649,-0.504" + style="fill:#70cec3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12005" /><path + d="m 49.8047,308.573 c -0.7082,-1.235 -1.1445,-2.634 -1.1625,-3.888 v -165.93 l -7.3785,4.27 v 165.912 c 0,1.254 0.4547,2.653 1.1633,3.889 l 7.3777,-4.253" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12007" /><path + d="m 48.6422,138.755 v 0 l -7.3785,4.27 v 165.912 c 0,1.254 0.4547,2.653 1.1633,3.889 l 7.3777,-4.253 c -0.2289,-0.399 -0.4293,-0.815 -0.5961,-1.238 -0.2231,-0.563 -0.3863,-1.139 -0.4793,-1.702 -0.0527,-0.322 -0.0828,-0.64 -0.0871,-0.948 v -165.93" + style="fill:#093b33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12009" /><path + d="m 126.428,72.6941 53.367,-30.8992 c 1.65,-0.9547 4.328,-0.9578 5.98,-0.0051 l 157.661,90.9012 c 1.652,0.953 1.654,2.5 0.004,3.456 l -53.367,30.899 c -1.651,0.956 -4.328,0.958 -5.98,0.005 L 126.431,76.1492 c -1.652,-0.9523 -1.654,-2.4992 -0.003,-3.4551" + style="fill:#dadbd8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12011" /><path + d="m 340.204,141.626 c 10e-4,0.625 -0.412,1.25 -1.239,1.727 l -50.136,28.941 c -1.652,0.954 -4.329,0.953 -5.98,-0.002 L 129.867,83.823 c -0.825,-0.4781 -1.237,-1.1019 -1.237,-1.7261 0.001,-0.625 0.001,-4.634 0,-5.2567 -0.001,-0.6261 0.414,-1.2511 1.242,-1.7273 l 50.11,-28.9387 c 1.653,-0.9504 4.333,-0.948 5.984,0.0059 l 152.999,88.3279 c 0.823,0.475 1.236,1.097 1.239,1.72 0.004,0.627 0,4.773 0,5.398" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12013" /><path + d="m 182.968,45.4629 c -0.846,0 -1.691,0.1453 -2.414,0.4351 0.673,-0.2609 1.45,-0.4011 2.227,-0.4179 v 5.375 0 c -1.012,0.023 -2.025,0.264 -2.808,0.7019 l -29.477,16.959 29.486,-16.95 c 0.825,-0.4738 1.906,-0.7109 2.987,-0.7109 1.084,0 2.17,0.239 2.997,0.716 L 338.965,139.9 c 0.815,0.471 1.228,1.085 1.239,1.702 0,-0.001 0,-0.002 0,-0.004 0,-0.001 0,-0.002 0,-0.004 0,-0.001 0,-0.003 0,-0.004 0,-0.465 10e-4,-2.249 10e-4,-3.65 0,-0.004 0,-0.008 0,-0.013 0,-0.013 0,-0.026 0,-0.039 0,-0.004 0,-0.009 0,-0.013 0,-0.005 0,-0.009 0,-0.013 0,-0.005 0,-0.009 0,-0.013 0,-0.005 0,-0.009 0,-0.013 0,-0.013 0,-0.026 0,-0.039 0,-0.004 0,-0.009 0,-0.013 0,-0.013 0,-0.026 0,-0.038 0,-0.005 0,-0.009 0,-0.013 0,-0.715 0,-1.3 -10e-4,-1.505 -0.003,-0.623 -0.416,-1.245 -1.239,-1.72 L 185.966,46.1801 c -0.827,-0.4781 -1.913,-0.7172 -2.998,-0.7172 m -53.199,29.7113 c -0.76,0.468 -1.139,1.0668 -1.139,1.666 0.001,0.311 0.001,1.4688 0.001,2.6278 0,0.0039 0,0.009 0,0.0129 0,0.032 0,0.064 0,0.0953 0,0.0047 0,0.009 0,0.014 0,0.0317 0,0.0629 0,0.095 0,0.0039 0,0.0089 0,0.0128 0,0.0141 0,0.027 0,0.0411 0,0.0039 0,0.0089 0,0.0129 0,0.014 0,0.0269 0,0.041 0,0.0039 0,0.009 0,0.0129 0,0.014 0,0.0273 0,0.041 0,0.0043 0,0.009 0,0.0133 0,0.014 0,0.0269 0,0.041 0,0.0039 0,0.009 0,0.0129 0,0.0039 0,0.0089 0,0.0129 0,0.005 0,0.0089 0,0.014 0,0.0039 0,0.009 0,0.0129 0,0.0051 0,0.009 0,0.0141 0,0.0129 0,0.0261 0,0.0402 0,0.0039 0,0.0078 0,0.0129 0,0.0039 0,0.009 0,0.0129 0,0.0051 0,0.009 0,0.014 0,0.004 0,0.0079 0,0.0129 0,0.0039 0,0.009 0,0.0133 0,0.0129 0,0.027 0,0.0399 0,0.0039 0,0.0089 0,0.0129 0,0.0039 0,0.0089 0,0.0128 0,0.0051 0,0.0094 0,0.0133 0,0.0051 0,0.009 0,0.0141 0,0.0039 0,0.0078 0,0.0129 0,0.0039 0,0.009 0,0.0129 0,0.0039 0,0.009 0,0.0129 0,0.0043 0,0.0093 0,0.0132 0,0.0047 0,0.009 0,0.0129 0,0.0051 0,0.009 0,0.0129 0,0.0051 0,0.009 0,0.0133 0,0.0047 0,0.009 0,0.0129 0,0.0051 0,0.009 0,0.0129 0,0.0051 0,0.009 0,0.0129 0,0.0051 0,0.009 0,0.0133 0,0.0046 0,0.0089 0,0.0128 0,0.0129 0,0.0258 0,0.0391 0,0.0039 0,0.009 0,0.0129 0,0.0039 0,0.009 0,0.0129 0,0.0043 0,0.0082 0,0.0133 0,0.0039 0,0.0078 0,0.0129 0,0.0039 0,0.0078 0,0.0121 0,0.0129 0,0.0258 0,0.039 0,0.0039 0,0.0078 0,0.0118 0,0.005 0,0.0089 0,0.0132 0,0.0039 0,0.009 0,0.0129 0,0.0039 0,0.0078 0,0.0117 0,0.0051 0,0.0094 0,0.0133 0,0.0129 0,0.025 0,0.0379 0,0.0039 0,0.0082 0,0.0121 0,0.0129 0,0.025 0,0.0379 0,0.0039 0,0.0082 0,0.0121 0,0.0117 0,0.025 0,0.0367 0,0.0043 0,0.0082 0,0.0122 0,0.0128 0,0.025 0,0.0371 0,0.0039 0,0.0078 0,0.0121 0,0.0289 0,0.057 0,0.0847 0,0.0039 0,0.0082 0,0.0121 0,0.0282 0,0.0551 0,0.0829 0,0.0043 0,0.007 0,0.0113 0,0.55 0,0.9867 -0.001,1.1687 0.001,-0.0367 0.003,-0.0738 0.006,-0.1109 v -5.141 0 c 0,-0.593 0.378,-1.1871 1.133,-1.6598 m 0.098,8.6488 v 0 l 152.982,88.469 c 0.032,0.019 0.065,0.037 0.098,0.055 -0.033,-0.018 -0.066,-0.036 -0.098,-0.055 L 129.867,83.823 v 0 m 210.324,57.997 c -0.077,0.559 -0.485,1.105 -1.226,1.533 l -50.136,28.941 v 0 0 l 50.136,-28.941 c 0.741,-0.428 1.15,-0.974 1.226,-1.533 m -51.394,30.492 c -0.003,0.002 -0.007,0.004 -0.011,0.006 0.004,-0.002 0.008,-0.004 0.011,-0.006 m -5.85,0.035 c 0.812,0.44 1.851,0.661 2.89,0.662 -1.039,-10e-4 -2.078,-0.222 -2.89,-0.662 m 2.898,0.662 c -0.001,0 -0.002,0 -0.004,0 v 0 c 0.002,0 0.003,0 0.004,0" + style="fill:#0b7465;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12015" /><path + d="m 179.982,51.566 -50.11,28.807 c -1.654,0.9512 -1.656,2.495 -0.005,3.45 l 152.982,88.469 c 1.651,0.955 4.328,0.956 5.98,0.002 l 50.136,-28.941 c 1.652,-0.954 1.652,-2.499 0,-3.453 L 185.966,51.5711 c -1.651,-0.9531 -4.331,-0.9551 -5.984,-0.0051" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12017" /><path + d="m 182.969,50.8551 c -1.081,0 -2.162,0.2371 -2.987,0.7109 l -29.486,16.95 -20.617,11.8629 c -0.828,0.484 -1.243,1.1051 -1.243,1.7262 V 81.975 c -0.004,0.0398 -0.006,0.0809 -0.006,0.1219 0,0.6242 0.412,1.2492 1.237,1.7261 l 152.982,88.469 c 0.826,0.478 1.909,0.717 2.992,0.717 1.081,0 2.163,-0.238 2.988,-0.715 l 50.136,-28.941 c 0.826,-0.477 1.239,-1.102 1.239,-1.726 0,-0.625 -0.413,-1.25 -1.239,-1.727 L 185.966,51.5711 c -0.827,-0.477 -1.913,-0.716 -2.997,-0.716" + style="fill:#06ab91;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12019" /><path + d="m 182.781,50.8551 v -5.375 c -1.012,0.0219 -2.025,0.2519 -2.808,0.6898 L 129.879,75.107 c -0.828,0.484 -1.243,1.1051 -1.243,1.727 v 5.2711 c 0,-0.6211 0.415,-1.2422 1.243,-1.7262 L 179.973,51.557 c 0.783,-0.4379 1.796,-0.6789 2.808,-0.7019" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12021" /><path + d="m 182.781,45.4801 c -1.012,0.0219 -2.025,0.2519 -2.808,0.6898 L 129.879,75.107 c -0.828,0.484 -1.243,1.1051 -1.243,1.727 v 5.2711 c 0,-0.6211 0.415,-1.2422 1.243,-1.7262 L 179.973,51.557 c 0.783,-0.4379 1.796,-0.6789 2.808,-0.7019 v -5.375" + style="fill:#093b33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12023" /><path + d="m 246.772,135.032 5.712,-3.296 c 0.137,-0.08 0.301,-0.088 0.364,-0.088 l 5.266,2.932 -6.143,3.454 -5.199,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12025" /><path + d="m 253.647,139 5.735,-3.311 c 0.094,-0.047 0.214,-0.073 0.339,-0.073 l 0.213,0.013 5.053,2.918 -6.144,3.455 -5.196,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12027" /><path + d="m 235.201,128.349 5.733,-3.312 c 0.093,-0.046 0.216,-0.073 0.336,-0.073 l 8.526,4.81 -6.143,3.456 -8.452,-4.881" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12029" /><path + d="m 228.329,124.38 5.727,-3.308 c 0.093,-0.048 0.218,-0.076 0.342,-0.076 l 5.271,2.931 -6.144,3.455 -5.196,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12031" /><path + d="m 196.935,72.459 5.266,2.9308 -6.142,3.4524 -5.199,-2.9992 5.737,-3.311 c 0.095,-0.048 0.215,-0.073 0.338,-0.073" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12033" /><path + d="m 221.456,120.413 5.702,-3.292 c 0.133,-0.08 0.289,-0.093 0.37,-0.093 l 5.268,2.931 -6.144,3.455 -5.196,-3.001" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12035" /><path + d="m 259.741,133.548 -5.199,-3.001 5.722,-3.304 c 0.097,-0.052 0.221,-0.08 0.352,-0.08 l 5.267,2.934 -6.142,3.451" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12037" /><path + d="m 240.531,106.597 5.268,2.931 -6.143,3.454 -5.2,-2.998 5.726,-3.307 c 0.095,-0.051 0.222,-0.08 0.349,-0.08" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12039" /><path + d="m 267.489,131.13 5.268,2.932 -6.147,3.455 -5.192,-3.002 5.732,-3.311 c 0.095,-0.048 0.215,-0.074 0.339,-0.074" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12041" /><path + d="m 233.658,102.629 5.269,2.931 -6.145,3.454 -5.197,-2.999 5.704,-3.293 c 0.133,-0.081 0.288,-0.093 0.369,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12043" /><path + d="m 226.788,98.6609 5.266,2.9311 -6.143,3.454 -5.2,-2.998 5.736,-3.3121 c 0.096,-0.048 0.22,-0.075 0.341,-0.075" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12045" /><path + d="m 254.276,114.533 11.051,6.273 -13.905,7.939 -5.925,-3.418 7.268,-4.194 c 0.094,-0.054 0.206,-0.151 0.206,-0.3 0,-0.102 -0.067,-0.201 -0.179,-0.266 l -4.587,-2.648 5.697,-3.288 c 0.135,-0.086 0.292,-0.098 0.374,-0.098" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12047" /><path + d="m 207.709,112.479 5.729,-3.31 c 0.093,-0.049 0.218,-0.077 0.342,-0.077 l 5.271,2.931 -6.144,3.455 -5.198,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12049" /><path + d="m 247.401,110.565 5.271,2.931 -6.144,3.454 -5.198,-2.999 5.695,-3.288 c 0.14,-0.089 0.31,-0.098 0.376,-0.098" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12051" /><path + d="m 169.101,74.327 5.268,2.9312 -6.144,3.4547 -5.199,-3.002 5.705,-3.291 c 0.138,-0.084 0.304,-0.0929 0.37,-0.0929" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12053" /><path + d="m 152.728,80.7352 5.749,-3.318 c 0.09,-0.0422 0.209,-0.066 0.325,-0.066 l 0.213,0.0129 5.053,2.9179 -6.144,3.452 -5.196,-2.9988" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12055" /><path + d="m 178.678,70.8871 0.213,0.0141 5.053,2.9179 -6.144,3.452 -5.196,-2.9992 5.735,-3.3117 c 0.094,-0.0473 0.214,-0.0731 0.339,-0.0731" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12057" /><path + d="m 183.19,64.523 5.268,2.9321 -6.146,3.4539 -5.196,-3.002 5.704,-3.291 c 0.138,-0.084 0.305,-0.093 0.37,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12059" /><path + d="m 159.601,84.7031 5.735,-3.3109 c 0.093,-0.0473 0.216,-0.0742 0.338,-0.0742 l 5.267,2.932 -6.145,3.452 -5.195,-2.9989" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12061" /><path + d="m 190.065,68.4879 5.263,2.934 -6.141,3.4523 -5.199,-2.998 5.73,-3.309 c 0.096,-0.05 0.223,-0.0793 0.347,-0.0793" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12063" /><path + d="m 180.218,96.607 5.73,-3.3078 c 0.095,-0.0492 0.218,-0.0773 0.345,-0.0773 l 5.268,2.9293 -6.144,3.4547 -5.199,-2.9989" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12065" /><path + d="m 187.09,100.575 5.718,-3.3008 c 0.098,-0.0551 0.229,-0.0863 0.359,-0.0863 l 5.266,2.9311 -6.143,3.454 -5.2,-2.998" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12067" /><path + d="m 193.964,104.543 5.704,-3.294 c 0.132,-0.08 0.288,-0.093 0.37,-0.093 l 5.268,2.931 -6.147,3.455 -5.195,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12069" /><path + d="m 173.345,92.6391 5.705,-3.2942 c 0.133,-0.0808 0.288,-0.0929 0.368,-0.0929 l 5.271,2.9312 -6.144,3.4547 -5.2,-2.9988" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12071" /><path + d="m 200.839,108.508 5.73,-3.309 c 0.046,-0.022 0.169,-0.075 0.341,-0.075 l 5.269,2.931 -6.147,3.455 -5.193,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12073" /><path + d="m 166.473,88.6711 5.73,-3.3082 c 0.096,-0.05 0.222,-0.0789 0.346,-0.0789 l 5.267,2.9312 -6.147,3.4539 -5.196,-2.998" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12075" /><path + d="m 214.581,116.447 5.743,-3.318 c 0.092,-0.044 0.211,-0.069 0.329,-0.069 l 5.27,2.931 -6.143,3.454 -5.199,-2.998" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12077" /><path + d="m 231.752,117.391 5.712,-3.296 c 0.131,-0.077 0.285,-0.088 0.365,-0.088 l 0.211,0.014 5.051,2.917 -6.14,3.452 -5.199,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12079" /><path + d="m 268.84,147.77 5.709,-3.296 c 0.137,-0.079 0.299,-0.088 0.363,-0.088 l 5.268,2.931 -6.143,3.455 -5.197,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12081" /><path + d="m 275.713,151.737 5.713,-3.295 c 0.097,-0.056 0.227,-0.088 0.358,-0.088 l 5.269,2.931 -6.144,3.454 -5.196,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12083" /><path + d="m 224.882,113.423 5.716,-3.299 c 0.13,-0.074 0.281,-0.085 0.358,-0.085 l 5.266,2.931 -6.144,3.454 -5.196,-3.001" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12085" /><path + d="m 282.586,155.706 5.709,-3.296 c 0.136,-0.079 0.298,-0.088 0.362,-0.088 l 5.268,2.93 -6.143,3.456 -5.196,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12087" /><path + d="m 244.701,117.975 0.213,0.013 5.052,2.916 -6.142,3.453 -5.2,-2.998 5.713,-3.296 c 0.131,-0.077 0.284,-0.088 0.364,-0.088" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12089" /><path + d="m 276.604,143.287 5.701,-3.288 c 0.135,-0.086 0.294,-0.099 0.376,-0.099 l 5.266,2.932 -6.143,3.454 -5.2,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12091" /><path + d="m 290.349,151.223 5.701,-3.288 c 0.14,-0.089 0.309,-0.099 0.374,-0.099 l 5.269,2.932 -6.144,3.454 -5.2,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12093" /><path + d="m 289.554,143.869 5.267,2.931 -6.145,3.454 -5.2,-2.999 5.732,-3.306 c 0.095,-0.052 0.218,-0.08 0.346,-0.08" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12095" /><path + d="m 310.741,147.388 c 0.092,-0.042 0.21,-0.066 0.325,-0.066 l 0.213,0.013 5.052,2.917 -13.908,7.939 -5.2,-3 13.518,-7.803" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12097" /><path + d="m 218.007,109.455 5.712,-3.296 c 0.131,-0.077 0.283,-0.088 0.362,-0.088 l 0.213,0.014 5.056,2.917 -6.144,3.455 -5.199,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12099" /><path + d="m 297.321,139.386 0.214,0.013 5.052,2.918 -6.143,3.452 -5.2,-2.999 5.713,-3.295 c 0.132,-0.077 0.285,-0.089 0.364,-0.089" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12101" /><path + d="m 304.194,143.354 5.268,2.931 -6.146,3.452 -5.199,-2.999 5.696,-3.286 c 0.135,-0.086 0.297,-0.098 0.381,-0.098" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12103" /><path + d="m 183.644,89.6152 5.705,-3.291 c 0.133,-0.0812 0.29,-0.0933 0.372,-0.0933 l 5.265,2.9312 -6.143,3.4551 -5.199,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12105" /><path + d="m 169.901,81.6789 5.703,-3.291 c 0.132,-0.0809 0.288,-0.093 0.369,-0.093 l 0.213,0.0141 5.055,2.918 -6.143,3.4539 -5.197,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12107" /><path + d="m 192.425,78.8211 5.267,2.9309 -6.147,3.4539 -5.197,-2.9977 5.741,-3.3121 c 0.056,-0.0281 0.175,-0.075 0.336,-0.075" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12109" /><path + d="m 185.55,74.8551 5.269,2.9289 -6.147,3.4539 -5.196,-2.9977 5.736,-3.3121 c 0.095,-0.0472 0.215,-0.073 0.338,-0.073" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12111" /><path + d="m 199.296,82.791 0.212,0.0141 5.056,2.9148 -6.143,3.4543 -5.2,-2.9992 5.704,-3.291 c 0.139,-0.084 0.305,-0.093 0.371,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12113" /><path + d="m 211.134,105.487 5.719,-3.299 c 0.095,-0.055 0.225,-0.085 0.356,-0.085 l 0.213,0.013 5.052,2.918 -6.141,3.452 -5.199,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12115" /><path + d="m 213.041,90.725 5.268,2.9309 -6.143,3.4543 -5.2,-2.9981 5.705,-3.2941 c 0.138,-0.084 0.304,-0.093 0.37,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12117" /><path + d="m 206.171,86.757 5.266,2.9309 -6.145,3.4543 -5.199,-2.9992 5.737,-3.311 c 0.095,-0.048 0.219,-0.075 0.341,-0.075" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12119" /><path + d="m 197.389,97.5512 5.705,-3.291 c 0.133,-0.0813 0.29,-0.093 0.372,-0.093 l 5.266,2.9308 -6.144,3.454 -5.199,-3.0008" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12121" /><path + d="m 176.772,85.6469 5.704,-3.291 c 0.133,-0.0809 0.29,-0.093 0.372,-0.093 l 5.266,2.9312 -6.144,3.4539 -5.198,-3.0011" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12123" /><path + d="m 204.262,101.519 5.712,-3.296 c 0.131,-0.0769 0.285,-0.0878 0.365,-0.0878 l 5.266,2.9308 -6.144,3.455 -5.199,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12125" /><path + d="m 190.519,93.5832 5.702,-3.291 c 0.133,-0.0813 0.29,-0.093 0.372,-0.093 l 0.213,0.0129 5.053,2.918 -6.144,3.4551 -5.196,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12127" /><path + d="m 219.911,94.693 5.271,2.9312 -6.145,3.4538 -5.198,-2.9991 5.726,-3.3059 c 0.095,-0.0519 0.218,-0.08 0.346,-0.08" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12129" /><path + d="m 260.519,142.968 5.736,-3.311 c 0.095,-0.048 0.215,-0.073 0.338,-0.073 l 5.266,2.931 -6.143,3.454 -5.197,-3.001" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12131" /><path + d="m 151.051,79.766 -5.198,-2.9988 5.738,-3.3113 c 0.094,-0.0469 0.214,-0.0727 0.338,-0.0727 l 0.213,0.0137 5.056,2.9179 -6.147,3.4512" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12133" /><path + d="m 161.353,76.7449 -7.73,-4.4629 5.736,-3.3109 c 0.094,-0.0481 0.214,-0.0731 0.338,-0.0731 l 0.213,0.0129 7.586,4.3801 -6.143,3.4539" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12135" /><path + d="m 142.711,85.8359 -6.285,-3.6257 5.712,-3.2961 c 0.133,-0.077 0.285,-0.0891 0.365,-0.0891 l 6.352,3.5559 -6.144,3.455" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12137" /><path + d="m 175.442,66.9398 -6.283,-3.6277 5.702,-3.291 c 0.139,-0.084 0.305,-0.0941 0.371,-0.0941 l 6.354,3.5589 -6.144,3.4539" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12139" /><path + d="m 170.927,73.302 -9.537,-5.5051 5.736,-3.3117 c 0.093,-0.0461 0.213,-0.0723 0.338,-0.0723 l 0.213,0.0133 9.396,5.425 -6.146,3.4508" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12141" /><path + d="m 153.449,85.1449 5.268,2.9321 -6.143,3.4531 -5.199,-2.9981 5.704,-3.2941 c 0.134,-0.0809 0.289,-0.093 0.37,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12143" /><path + d="m 176.927,58.827 5.709,-3.2961 c 0.097,-0.0559 0.228,-0.0887 0.361,-0.0887 l 7.799,4.3957 -6.142,3.4519 -7.727,-4.4628" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12145" /><path + d="m 160.324,89.1129 5.266,2.9312 -6.144,3.4551 -5.195,-3.0023 5.733,-3.311 c 0.094,-0.0468 0.215,-0.073 0.34,-0.073" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12147" /><path + d="m 190.802,106.711 0.213,0.014 5.055,2.918 -6.144,3.454 -5.196,-3.001 5.716,-3.3 c 0.095,-0.054 0.225,-0.085 0.356,-0.085" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12149" /><path + d="m 197.677,110.679 5.266,2.932 -6.144,3.454 -5.198,-3.001 5.717,-3.3 c 0.131,-0.074 0.281,-0.085 0.359,-0.085" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12151" /><path + d="m 183.929,102.743 0.213,0.014 5.056,2.918 -6.144,3.454 -5.199,-3.002 5.705,-3.291 c 0.138,-0.084 0.304,-0.093 0.369,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12153" /><path + d="m 174.067,97.0492 0.213,0.0137 5.055,2.918 -6.144,3.4541 -5.196,-3.002 5.716,-3.299 c 0.095,-0.0539 0.225,-0.0848 0.356,-0.0848" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12155" /><path + d="m 167.194,93.0809 5.269,2.9312 -6.144,3.4551 -5.196,-3.002 5.727,-3.3082 c 0.095,-0.0488 0.217,-0.0761 0.344,-0.0761" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12157" /><path + d="m 313.658,137.768 5.745,-3.318 c 0.092,-0.042 0.21,-0.066 0.325,-0.066 l 0.213,0.014 5.056,2.917 -6.144,3.455 -5.195,-3.002" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12159" /><path + d="m 277.842,117.094 5.705,-3.29 c 0.134,-0.084 0.29,-0.096 0.371,-0.096 l 5.268,2.931 -6.143,3.454 -5.201,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12161" /><path + d="m 299.909,129.832 5.711,-3.295 c 0.136,-0.08 0.3,-0.089 0.363,-0.089 l 0.213,0.013 11.928,6.886 -6.143,3.454 -12.072,-6.969" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12163" /><path + d="m 284.715,121.062 5.701,-3.288 c 0.133,-0.084 0.294,-0.096 0.377,-0.096 l 5.266,2.928 -6.144,3.455 -5.2,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12165" /><path + d="m 291.589,125.03 5.679,-3.278 c 0.139,-0.094 0.309,-0.108 0.398,-0.108 l 5.265,2.931 -6.143,3.454 -5.199,-2.999" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12167" /><path + d="m 204.547,114.648 0.213,0.013 5.056,2.918 -6.144,3.454 -5.199,-3.001 5.704,-3.292 c 0.133,-0.08 0.289,-0.092 0.37,-0.092" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12169" /><path + d="m 317.959,149.223 -5.2,-3.002 13.516,-7.803 c 0.093,-0.043 0.208,-0.066 0.326,-0.066 l 0.213,0.013 5.051,2.917 -13.906,7.941" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12171" /><path + d="m 194.29,68.8512 5.701,-3.291 c 0.139,-0.084 0.305,-0.093 0.37,-0.093 l 6.352,3.5578 -6.142,3.4551 -6.281,-3.6289" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12173" /><path + d="m 202.248,73.4461 5.693,-3.2852 c 0.135,-0.0859 0.295,-0.0988 0.378,-0.0988 l 0.213,0.0141 39.057,22.5457 -6.144,3.457 -39.197,-22.6328" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12175" /><path + d="m 203.808,76.4262 5.268,2.9297 -6.144,3.4543 -5.199,-2.9981 5.73,-3.309 c 0.095,-0.0492 0.218,-0.0769 0.345,-0.0769" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12177" /><path + d="m 186.331,64.2582 5.704,-3.293 c 0.134,-0.0812 0.288,-0.0933 0.368,-0.0933 l 6.354,3.559 -6.144,3.4531 -6.282,-3.6258" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12179" /><path + d="m 243.119,97.0449 5.712,-3.2957 c 0.132,-0.0773 0.284,-0.0883 0.364,-0.0883 l 0.213,0.0141 6.139,3.5422 -6.146,3.4538 -6.282,-3.6261" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12181" /><path + d="m 259.036,106.233 5.722,-3.304 c 0.129,-0.07 0.276,-0.08 0.352,-0.08 l 0.213,0.014 6.139,3.545 -6.144,3.454 -6.282,-3.629" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12183" /><path + d="m 251.078,101.641 5.735,-3.3121 c 0.096,-0.048 0.22,-0.075 0.341,-0.075 l 6.352,3.5611 -6.146,3.452 -6.282,-3.626" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12185" /><path + d="m 266.992,110.829 5.712,-3.297 c 0.132,-0.076 0.284,-0.088 0.364,-0.088 l 0.213,0.014 7.584,4.379 -6.143,3.455 -7.73,-4.463" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12187" /><path + d="m 274.361,135.099 0.213,0.013 5.055,2.918 -6.143,3.454 -5.199,-3.001 5.723,-3.305 c 0.097,-0.051 0.221,-0.079 0.351,-0.079" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12189" /><path + d="m 283.023,122.161 0.213,0.013 5.055,2.918 -6.143,3.454 -5.199,-2.998 5.723,-3.308 c 0.128,-0.069 0.275,-0.079 0.351,-0.079" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12191" /><path + d="m 258.791,108.168 14.307,8.154 -6.143,3.454 -14.241,-8.221 5.741,-3.312 c 0.045,-0.022 0.169,-0.075 0.336,-0.075" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12193" /><path + d="m 298.216,130.933 0.213,0.013 5.055,2.921 -6.145,3.451 -5.197,-3.001 5.736,-3.311 c 0.094,-0.047 0.214,-0.073 0.338,-0.073" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12195" /><path + d="m 305.088,134.901 0.213,0.014 5.053,2.917 -6.142,3.455 -5.198,-3.002 5.723,-3.304 c 0.129,-0.07 0.275,-0.08 0.351,-0.08" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12197" /><path + d="m 251.913,104.2 5.271,2.931 -6.143,3.454 -5.2,-2.998 5.71,-3.297 c 0.096,-0.057 0.228,-0.09 0.362,-0.09" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12199" /><path + d="m 290.449,135.418 0.213,0.014 5.053,2.917 -6.144,3.452 -5.199,-2.999 5.696,-3.286 c 0.135,-0.085 0.296,-0.098 0.381,-0.098" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12201" /><path + d="m 217.553,84.3621 5.265,2.932 -6.141,3.452 -5.199,-2.9992 5.73,-3.3078 c 0.095,-0.0493 0.218,-0.077 0.345,-0.077" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12203" /><path + d="m 245.046,100.232 5.262,2.934 -6.14,3.452 -5.199,-2.999 5.748,-3.318 c 0.045,-0.021 0.165,-0.069 0.329,-0.069" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12205" /><path + d="m 210.68,80.3949 0.213,0.0133 5.052,2.918 -6.141,3.4508 -5.198,-2.9981 5.736,-3.3109 c 0.095,-0.0481 0.215,-0.0731 0.338,-0.0731" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12207" /><path + d="m 224.427,88.3281 5.266,2.9309 -6.143,3.4539 -5.199,-2.9977 5.754,-3.3183 c 0.055,-0.0258 0.171,-0.0688 0.322,-0.0688" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12209" /><path + d="m 231.298,92.298 0.213,0.0141 5.052,2.918 -6.141,3.4519 -5.199,-2.9988 5.705,-3.291 c 0.133,-0.0813 0.289,-0.0942 0.37,-0.0942" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12211" /><path + d="m 238.171,96.2672 0.212,0.0129 5.056,2.9148 -6.144,3.4541 -5.199,-2.9978 5.736,-3.3121 c 0.094,-0.0461 0.214,-0.0719 0.339,-0.0719" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12213" /><path + d="m 221.285,124.31 5.265,2.932 -6.143,3.451 -5.199,-2.999 5.704,-3.291 c 0.134,-0.081 0.291,-0.093 0.373,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12215" /><path + d="m 311.962,138.869 0.212,0.013 5.056,2.918 -6.146,3.454 -5.197,-3.001 5.736,-3.311 c 0.094,-0.047 0.214,-0.073 0.339,-0.073" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12217" /><path + d="m 235.03,132.246 5.266,2.931 -6.144,3.452 -5.199,-2.999 5.704,-3.291 c 0.134,-0.081 0.291,-0.093 0.373,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12219" /><path + d="m 250.295,141.058 5.265,2.932 -6.143,3.454 -5.199,-3.001 5.712,-3.296 c 0.132,-0.077 0.285,-0.089 0.365,-0.089" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12221" /><path + d="m 243.422,137.09 5.265,2.932 -6.142,3.454 -5.2,-3.001 5.712,-3.296 c 0.132,-0.077 0.285,-0.089 0.365,-0.089" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12223" /><path + d="m 214.412,120.342 5.266,2.931 -6.144,3.455 -5.196,-3.002 5.716,-3.299 c 0.13,-0.074 0.281,-0.085 0.358,-0.085" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12225" /><path + d="m 228.157,128.278 0.213,0.014 5.053,2.918 -6.144,3.451 -5.199,-2.999 5.705,-3.291 c 0.133,-0.081 0.29,-0.093 0.372,-0.093" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12227" /><path + d="m 257.168,145.026 5.264,2.932 -6.142,3.454 -5.2,-3.001 5.712,-3.296 c 0.132,-0.077 0.286,-0.089 0.366,-0.089" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12229" /><path + d="m 284.111,162.883 5.264,2.934 -3.34,1.804 -5.203,-3.004 2.925,-1.652 c 0.098,-0.052 0.226,-0.082 0.354,-0.082" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12231" /><path + d="m 295.53,156.29 5.268,2.931 -6.144,3.454 -5.196,-3.001 5.708,-3.295 c 0.136,-0.081 0.299,-0.089 0.364,-0.089" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12233" /><path + d="m 263.491,150.982 0.214,0.014 5.049,2.917 -3.337,1.804 -5.2,-3.004 2.91,-1.643 c 0.131,-0.077 0.284,-0.088 0.364,-0.088" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12235" /><path + d="m 270.364,154.95 0.213,0.013 5.049,2.918 -3.336,1.804 -5.201,-3.004 2.937,-1.658 c 0.093,-0.047 0.216,-0.073 0.338,-0.073" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12237" /><path + d="m 277.236,158.918 5.263,2.931 -3.337,1.804 -5.199,-3.004 2.935,-1.658 c 0.093,-0.047 0.217,-0.073 0.338,-0.073" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12239" /><path + d="m 81.0754,148.06 c 0.2133,0.026 0.4398,0.097 0.6684,0.211 -0.2286,-0.114 -0.4551,-0.185 -0.6684,-0.211" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12241" /><path + d="m 284.975,418.62 v 0 c -0.01,0.098 -0.04,0.186 -0.069,0.264 -0.033,0.118 -0.082,0.229 -0.143,0.332 0,10e-4 0,10e-4 -10e-4,10e-4 0.062,-0.104 0.111,-0.215 0.144,-0.333 0.029,-0.078 0.059,-0.166 0.069,-0.264" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12243" /><path + d="m 80.8988,148.049 c -0.014,0 -0.0277,0 -0.0418,0.001 l 0.043,-0.001 c 0.0574,0 0.1156,0.004 0.1754,0.011 -0.0602,-0.007 -0.1188,-0.011 -0.1766,-0.011 m 0.845,0.222 c 0.0449,0.023 0.0898,0.047 0.1347,0.072 l 75.1195,43.452 c -10e-4,0 -10e-4,0 -10e-4,0 L 81.8789,148.343 c -0.0449,-0.025 -0.0902,-0.049 -0.1351,-0.072 m 79.9942,46.266 v 0 l 92.527,53.521 v 0 l -92.527,-53.521" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12245" /><path + d="m 156.997,191.795 c 0,0 0,0 10e-4,0 l 4.74,2.742 v 0 l -4.741,-2.742" + style="fill:#3f757a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12247" /><path + d="m 79.8551,148.404 -0.1719,0.152 c -0.2242,0.205 -0.3965,0.453 -0.5328,0.737 0.1363,-0.284 0.3086,-0.532 0.5328,-0.737 l 0.1719,-0.152" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12249" /><path + d="m 270.098,354.482 v 44.659 l 13.959,8.07 v -44.683 l -13.959,-8.046" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12251" /><path + d="m 79.7926,156.741 v 8.523 L 254.265,265.989 v -8.517 L 79.7926,156.741 m 182.9234,193.487 -0.002,44.644 7.384,4.269 v -44.659 l -7.382,-4.254" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12253" /><path + d="M 80.8629,149.05 H 80.857 c -0.041,0 -0.098,0.008 -0.2093,0.036 l -0.0747,0.042 -0.1277,0.085 -0.0223,0.018 -0.014,0.016 -0.0512,0.047 c -0.1281,0.118 -0.2359,0.275 -0.3277,0.478 -0.1555,0.35 -0.2375,0.748 -0.2375,1.152 v 5.817 L 254.265,257.472 v -8.259 L 81.3824,149.212 c -0.2508,-0.144 -0.416,-0.162 -0.5195,-0.162" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12255" /><path + d="m 79.7926,165.264 v 123.859 l 182.9214,105.749 0.002,-44.644 -5.371,-3.096 c -0.523,-0.298 -1.016,-0.733 -1.447,-1.251 -0.701,-0.837 -1.241,-1.885 -1.487,-2.915 -0.096,-0.396 -0.149,-0.789 -0.149,-1.168 l -0.002,-10.022 0.005,-0.003 V 265.989 L 79.7926,165.264" + style="fill:#56727b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12257" /><path + d="m 282.77,420 c 0.004,0.002 0.009,0.003 0.014,0.004 0.077,0.02 0.154,0.036 0.229,0.048 -0.017,-0.003 -0.035,-0.006 -0.052,-0.009 -0.063,-0.011 -0.127,-0.026 -0.191,-0.043" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12259" /><path + d="m 78.7926,156.164 v 8.523 l 1,0.577 v -8.523 l -1,-0.577" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12261" /><path + d="m 80.9,148.049 -0.043,0.001 c -0.1316,0 -0.2632,0.02 -0.3945,0.051 -0.0914,0.02 -0.1828,0.05 -0.2637,0.09 l -0.1617,0.092 -0.182,0.121 -0.1719,0.152 c -0.2242,0.205 -0.3965,0.453 -0.5328,0.737 -0.0117,0.024 -0.0231,0.048 -0.034,0.072 v 0 c -0.1824,0.435 -0.2937,0.951 -0.3238,1.559 v 0 5.24 l 1,0.577 v -5.817 c 0,-0.404 0.082,-0.802 0.2375,-1.152 0.0918,-0.203 0.1996,-0.36 0.3277,-0.478 l 0.0512,-0.047 0.014,-0.016 0.0223,-0.018 0.1277,-0.085 0.0747,-0.042 c 0.1113,-0.028 0.1683,-0.036 0.2093,-0.036 h 0.0059 c 0.1035,0 0.2687,0.018 0.5195,0.162 L 254.265,249.213 v -1.155 l -92.527,-53.521 c -0.219,0.085 -0.46,0.129 -0.718,0.129 -0.497,0 -1.057,-0.162 -1.649,-0.504 -0.904,-0.522 -1.732,-1.374 -2.373,-2.367 L 81.8785,148.343 c -0.0449,-0.025 -0.0898,-0.049 -0.1347,-0.072 v 0 c -0.2286,-0.114 -0.4551,-0.185 -0.6684,-0.211 v 0 c -0.0598,-0.007 -0.118,-0.011 -0.1754,-0.011" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12263" /><path + d="m 78.7926,164.687 v 123.865 l 0.0051,-0.005 0.9949,0.576 V 165.264 l -1,-0.577" + style="fill:#56727b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12265" /><path + d="m 156.998,191.795 c 0.641,0.993 1.469,1.845 2.373,2.367 0.592,0.342 1.152,0.504 1.649,0.504 0.258,0 0.499,-0.044 0.718,-0.129 l -4.74,-2.742" + style="fill:#3f757a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12267" /><path + d="m 270.098,412.795 v 10e-4 l 11.871,6.864 c 0.277,0.159 0.545,0.272 0.801,0.34 0.064,0.017 0.128,0.032 0.191,0.043 -0.311,-0.057 -0.644,-0.184 -0.991,-0.384 l -11.872,-6.864" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12269" /><path + d="m 262.713,408.525 v 0.002 l 7.385,4.269 v -10e-4 l -7.385,-4.27" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12271" /><path + d="m 157.133,347.481 105.58,61.046 v -0.002 l -105.58,-61.044" + style="fill:#56727b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12273" /><path + d="m 284.057,362.528 v 44.683 l 0.993,0.574 v 10.118 c -0.001,0.224 -0.02,0.432 -0.056,0.625 0.025,-0.084 0.034,-0.169 0.044,-0.261 0.009,-0.121 0.019,-0.253 0.019,-0.385 v -54.778 l -1,-0.576 m 0.918,56.092 c -0.049,0.223 -0.12,0.422 -0.212,0.596 0.061,-0.103 0.11,-0.214 0.143,-0.332 0.029,-0.078 0.059,-0.166 0.069,-0.264 m -0.629,1.117 c -0.074,0.061 -0.153,0.114 -0.237,0.159 0.069,-0.034 0.138,-0.075 0.2,-0.121 l 0.02,-0.02 0.017,-0.018" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12275" /><path + d="m 284.046,419.926 c -0.557,0.263 -1.275,0.193 -2.075,-0.263 L 81.8789,303.973 c -1.7,-0.981 -3.0863,-3.38 -3.0863,-5.343 v -10.078 l -3.936,2.307 v 10.008 c 0,1.963 1.3758,4.351 3.0762,5.332 l 200.1022,115.69 c 0.881,0.516 1.67,0.527 2.236,0.182 0.557,-0.333 3.117,-1.8 3.775,-2.145" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12277" /><path + d="m 285.05,417.903 c -0.011,1.947 -1.384,2.735 -3.08,1.756 L 81.877,303.97 c -1.702,-0.983 -3.0825,-3.373 -3.0825,-5.339 L 78.7977,288.547 285.05,407.785 v 10.118" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12279" /><path + d="m 282.625,419.957 c 0.054,0.018 0.107,0.034 0.16,0.047 h -0.001 c -0.045,-0.012 -0.091,-0.025 -0.136,-0.04 -0.008,-10e-4 -0.015,-0.004 -0.023,-0.007" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12281" /><path + d="m 282.003,419.681 c 0.002,0.001 0.004,0.002 0.005,0.003 -10e-4,-0.001 -0.003,-0.002 -0.005,-0.003 m 0.032,0.018 c 0.009,0.005 0.018,0.01 0.028,0.015 -0.01,-0.005 -0.019,-0.01 -0.028,-0.015 m 0.029,0.015 c 0.011,0.006 0.022,0.013 0.034,0.018 -0.012,-0.005 -0.023,-0.012 -0.034,-0.018 m 0.034,0.018 c 0.18,0.095 0.357,0.17 0.527,0.225 0.008,0.003 0.015,0.006 0.023,0.007 v 0 c -0.178,-0.055 -0.362,-0.133 -0.55,-0.232" + style="fill:#97aaae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12283" /><path + d="m 282.648,419.964 c 0.045,0.015 0.091,0.028 0.136,0.04 -0.005,-0.001 -0.01,-0.002 -0.014,-0.004 -0.041,-0.011 -0.081,-0.022 -0.122,-0.036" + style="fill:#97aaae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12285" /><path + d="m 270.098,412.796 v 0.002 l 11.873,6.865 c 0.011,0.006 0.021,0.012 0.032,0.018 0.002,0.001 0.004,0.002 0.005,0.003 0.009,0.005 0.018,0.01 0.027,0.015 0.009,0.005 0.018,0.01 0.028,0.015 0,0 0,0 0.001,0 0.011,0.006 0.022,0.013 0.034,0.018 v 0 c 0.188,0.099 0.372,0.177 0.55,0.232 0.041,0.014 0.081,0.025 0.122,0.036 -0.256,-0.068 -0.524,-0.181 -0.801,-0.34 l -11.871,-6.864" + style="fill:#97aaae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12287" /><path + d="m 262.713,408.527 v 0.002 l 7.385,4.269 v -0.002 l -7.385,-4.269" + style="fill:#759b9b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12289" /><path + d="m 80.2637,302.512 c 0.4703,0.607 1.0238,1.12 1.6152,1.461 L 262.713,408.529 v -0.002 L 157.133,347.481 81.877,303.97 c -0.5915,-0.342 -1.1442,-0.853 -1.6133,-1.458" + style="fill:#96a9ad;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12291" /><path + d="m 270.098,417.301 v 0.004 l 7.934,4.587 c 0.476,0.277 0.925,0.407 1.326,0.415 -0.401,-0.009 -0.849,-0.14 -1.323,-0.418 l -7.937,-4.588" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12293" /><path + d="m 262.713,413.031 v 0.004 l 7.385,4.27 v -0.004 l -7.385,-4.27" + style="fill:#52b39e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12295" /><path + d="m 76.5352,305.005 c 0.4203,0.494 0.8972,0.91 1.4015,1.198 L 262.713,413.035 v -0.004 L 77.9328,306.199 c -0.5035,-0.29 -0.9781,-0.704 -1.3976,-1.194" + style="fill:#fcfdfc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12297" /><path + d="m 283.968,419.967 c -0.76,0.407 -3.16,1.782 -3.697,2.104 -0.168,0.102 -0.355,0.173 -0.559,0.209 0.204,-0.035 0.391,-0.105 0.56,-0.206 0.536,-0.329 2.956,-1.704 3.696,-2.107 m -4.26,2.314 c -0.001,0 -0.001,0 -0.001,0 0,0 0,0 0.001,0" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12299" /><path + d="m 79.7129,301.696 -3.9207,2.256 c 0.2183,0.375 0.4687,0.731 0.743,1.053 0.4195,0.49 0.8941,0.904 1.3976,1.194 l 184.7802,106.832 7.385,4.27 7.937,4.588 c 0.474,0.278 0.922,0.409 1.323,0.418 0.013,0 0.025,0 0.038,0 0.107,0 0.211,-0.009 0.311,-0.026 0,0 0,0 0.001,0 10e-4,-0.001 0.003,-0.001 0.004,-0.001 0.204,-0.036 0.391,-0.107 0.559,-0.209 0.537,-0.322 2.937,-1.697 3.697,-2.104 0.014,-0.007 0.027,-0.014 0.04,-0.021 -0.057,0.025 -0.115,0.047 -0.175,0.065 -0.151,0.046 -0.314,0.07 -0.486,0.07 -0.178,0 -0.366,-0.026 -0.562,-0.077 -0.053,-0.013 -0.106,-0.029 -0.16,-0.047 -0.17,-0.055 -0.347,-0.13 -0.527,-0.225 v 0 c -0.012,-0.005 -0.023,-0.012 -0.034,-0.018 -0.001,0 -0.001,0 -0.001,0 -0.01,-0.005 -0.019,-0.01 -0.028,-0.015 -0.009,-0.005 -0.018,-0.01 -0.027,-0.015 -10e-4,-0.001 -0.003,-0.002 -0.005,-0.003 -0.011,-0.006 -0.021,-0.012 -0.032,-0.018 l -11.873,-6.865 -7.385,-4.269 L 81.8789,303.973 c -0.5914,-0.341 -1.1449,-0.854 -1.6152,-1.461 -0.2,-0.257 -0.3844,-0.531 -0.5508,-0.816" + style="fill:#5cc8bc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12301" /><path + d="m 79.7156,301.694 -0.0027,0.002 c 0.1664,0.285 0.3508,0.559 0.5508,0.816 0.4691,0.605 1.0218,1.116 1.6133,1.458 l 75.256,43.511 -75.2525,-43.51 c -0.8399,-0.492 -1.6129,-1.322 -2.1649,-2.277 M 284.034,419.932 c -0.065,0.031 -0.132,0.057 -0.201,0.079 0.06,-0.018 0.118,-0.04 0.175,-0.065 0.009,-0.005 0.017,-0.01 0.026,-0.014" + style="fill:#5cc8bc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12303" /><path + d="m 78.7926,288.552 -3.936,2.307 v -0.016 l -0.005,0.003 0.0027,10.023 c 0,0.353 0.0457,0.72 0.1301,1.089 -0.0832,-0.37 -0.1278,-0.738 -0.1278,-1.091 v -10.008 l 3.936,-2.307" + style="fill:#ced0cd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12305" /><path + d="m 78.7977,288.547 -0.0051,0.003 v 10.08 c 0,0.758 0.2066,1.581 0.5582,2.362 -0.3504,-0.78 -0.5563,-1.602 -0.5563,-2.361 l 0.0032,-10.084" + style="fill:#475f68;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12307" /><path + d="m 78.7926,288.552 v 0 l -3.936,2.307 v 10.008 c 0,0.353 0.0446,0.721 0.1278,1.091 0.1543,0.675 0.4379,1.361 0.8078,1.994 v 0 l 3.9141,-2.268 c -0.1305,-0.225 -0.2497,-0.457 -0.3555,-0.692 -0.3516,-0.781 -0.5582,-1.604 -0.5582,-2.362 v -10.078" + style="fill:#19b19d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12309" /><path + d="m 78.7977,288.547 -0.0032,10.084 c 0,0.759 0.2059,1.581 0.5563,2.361 0.1058,0.235 0.225,0.467 0.3555,0.692 l 0.0027,-0.001 c 0.0023,0.004 0.0047,0.007 0.0066,0.011 l 0.0032,-0.002 c -0.5723,-0.969 -0.9211,-2.064 -0.9211,-3.063 v -10.082" + style="fill:#19b19d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12311" /><path + d="m 79.7063,301.684 -3.9141,2.268 3.9207,-2.256 c -0.0024,-0.004 -0.0043,-0.008 -0.0066,-0.012" + style="fill:#4ac2ad;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12313" /><path + d="m 79.709,301.683 -0.0027,0.001 c 0.0023,0.004 0.0042,0.008 0.0066,0.012 l 0.0027,-0.002 c -0.0019,-0.004 -0.0043,-0.007 -0.0066,-0.011" + style="fill:#4ac2ad;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12315" /><path + d="m 266.482,406.425 c -0.962,-0.555 -1.741,-2.206 -1.741,-3.687 0,-1.482 0.779,-2.232 1.741,-1.676 0.962,0.555 1.742,2.206 1.742,3.687 0,1.481 -0.78,2.231 -1.742,1.676" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12317" /><path + d="m 272.753,410.052 c -0.962,-0.556 -1.742,-2.206 -1.742,-3.687 0,-1.482 0.78,-2.232 1.742,-1.676 0.962,0.555 1.742,2.206 1.742,3.687 0,1.481 -0.78,2.231 -1.742,1.676" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12319" /><path + d="m 279.024,413.679 c -0.962,-0.555 -1.742,-2.206 -1.742,-3.687 0,-1.481 0.78,-2.232 1.742,-1.676 0.962,0.555 1.741,2.206 1.741,3.687 0,1.481 -0.779,2.231 -1.741,1.676" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12321" /><path + d="m 74.8566,153.891 v 8.523 l 3.936,2.273 v -8.523 l -3.936,-2.273" + style="fill:#21434a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12323" /><path + d="m 79.9258,148.333 c -0.1113,0.071 -0.2426,0.142 -0.3848,0.223 -0.2832,0.172 -0.607,0.354 -0.9508,0.536 l -0.0101,0.011 c -0.1719,0.101 -0.3442,0.202 -0.516,0.293 l -0.0407,0.02 c -0.2832,0.162 -0.5566,0.324 -0.8093,0.465 -0.2633,0.152 -0.4961,0.284 -0.6778,0.385 -0.182,0.112 -0.3242,0.182 -0.3847,0.213 -0.1926,0.101 -0.3746,0.242 -0.5258,0.424 -0.1625,0.173 -0.3039,0.385 -0.4153,0.628 -0.2226,0.465 -0.3539,1.032 -0.3539,1.629 v 0.731 l 3.936,2.273 v -5.24 0 0 0 0 c 0,-0.567 0.1215,-1.103 0.3238,-1.559 v 0 c 0.1414,-0.313 0.3234,-0.587 0.5668,-0.809 l 0.1719,-0.152 0.0707,-0.071" + style="fill:#21434a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12325" /><path + d="m 74.8566,162.414 v 128.429 l 3.936,-2.293 V 164.687 l -3.936,-2.273" + style="fill:#3a4f58;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12327" /><path + d="m 79.1164,149.365 c -0.2023,0.456 -0.3238,0.992 -0.3238,1.559 0.0301,-0.608 0.1414,-1.124 0.3238,-1.559" + style="fill:#26404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12329" /><path + d="m 78.7926,288.55 -3.936,2.293 v 0.016 l 3.936,-2.307 v -0.002" + style="fill:#364b55;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12331" /><path + d="m 260.461,188.987 c 0,0 0,0 10e-4,0 -10e-4,0 -10e-4,0 -10e-4,0 m 0.006,0.001 c 0.26,0.028 0.54,0.125 0.821,0.285 -0.281,-0.16 -0.561,-0.257 -0.821,-0.285 m -1.021,0.224 -0.18,0.12 -0.002,0.002 -0.172,0.152 c -0.228,0.208 -0.402,0.462 -0.54,0.751 v 0 c 0.138,-0.289 0.312,-0.543 0.54,-0.751 l 0.172,-0.152 0.182,-0.122" + style="fill:#547179;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12357" /><path + d="m 349.579,393.013 c 0,0 0,0 0,0.001 -0.011,0.098 -0.041,0.188 -0.071,0.267 -0.034,0.121 -0.083,0.234 -0.147,0.34 v 0 c 0.064,-0.106 0.113,-0.219 0.147,-0.34 0.03,-0.08 0.061,-0.169 0.071,-0.268 m -2.378,1.332 c 10e-4,0 0.002,10e-4 0.002,10e-4 0.131,0.044 0.259,0.076 0.383,0.098 0,0 0,0 -0.001,-0.001 -0.124,-0.021 -0.252,-0.054 -0.384,-0.098" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12359" /><path + d="m 260.307,188.979 c -0.014,0 -0.028,0 -0.042,10e-4 l 0.044,-10e-4 c 0.05,0 0.1,0.003 0.152,0.008 -0.052,-0.005 -0.103,-0.008 -0.154,-0.008 m 0.155,0.008 c 0.001,0 0.003,0.001 0.005,0.001 -0.002,0 -0.004,-0.001 -0.005,-0.001 m 0.826,0.286 85.286,49.208 c 1.551,0.895 2.841,2.96 3.055,4.814 -0.214,-1.854 -1.504,-3.919 -3.055,-4.815 l -85.286,-49.207" + style="fill:#547179;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12361" /><path + d="m 260.272,189.98 h -0.007 c -0.041,0 -0.097,0.008 -0.209,0.035 l -0.074,0.042 -0.128,0.085 -0.022,0.019 -0.014,0.016 -0.051,0.046 c -0.129,0.118 -0.237,0.277 -0.328,0.478 -0.155,0.35 -0.238,0.749 -0.238,1.153 v 19.08 l 15.767,9.104 c 1.387,0.8 1.387,2.098 0,2.899 l -15.767,9.103 v 2.709 c 2.837,1.638 5.185,2.993 6.963,4.02 1.868,1.078 3.432,3.485 3.833,5.734 0.066,0.368 0.101,0.732 0.101,1.085 v 11.628 l 11.873,6.868 c 1.7,0.981 3.086,3.37 3.086,5.343 v 0.87 c 21.969,-2.642 43.407,-7.1 63.604,-13.377 v -13.096 c 0,-1.618 -1.185,-3.668 -2.586,-4.477 l -85.283,-49.206 c -0.252,-0.143 -0.417,-0.161 -0.52,-0.161" + style="fill:#547179;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12365" /><path + d="m 259.201,210.934 v 21.106 l 15.767,-9.103 c 1.387,-0.801 1.387,-2.099 0,-2.899 l -15.767,-9.104" + style="fill:#526d76;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12367" /><path + d="m 259.201,234.749 v 0.004 l 6.963,4.02 c 1.868,1.078 3.431,3.482 3.833,5.73 -0.401,-2.249 -1.965,-4.656 -3.833,-5.734 -1.778,-1.027 -4.126,-2.382 -6.963,-4.02" + style="fill:#276469;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12369" /><path + d="m 259.201,234.753 v 16.16 l 10.897,6.303 v -11.628 c 0,-2.51 -1.76,-5.561 -3.934,-6.815 l -6.963,-4.02" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12371" /><path + d="m 270.098,257.216 v 0 l 11.873,6.868 -11.873,-6.868" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12373" /><path + d="m 259.201,250.913 v 0 l 10.897,6.303 v 0 l -10.897,-6.303" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12375" /><path + d="m 270.098,258.372 v 2.482 l 6.752,3.902 c 0.605,0.35 1.096,1.164 1.096,1.819 v 0 0 c 0,0.454 -0.236,0.713 -0.582,0.713 -0.153,0 -0.328,-0.051 -0.514,-0.159 l -6.752,-3.902 v 3.386 3.732 l 2.209,1.277 c 3.933,-0.345 7.846,-0.746 11.75,-1.206 v -0.989 c 0,-1.617 -1.184,-3.667 -2.587,-4.477 l -11.372,-6.578" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12379" /><g + transform="translate(152.35896,92.069405)" + id="g13744-8"><path + sodipodi:nodetypes="cc" + id="path13740-3" + d="M 137.48589,253.08822 82.230881,219.84527" + style="fill:none;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + sodipodi:nodetypes="cccc" + id="path13683-9" + d="m 109.66818,245.3841 v -17.79731 l 16.22932,18.00814 z" + style="fill:#fc6600;fill-opacity:1;stroke:none;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></g><path + d="m 259.201,260.321 v 8.518 l 1.157,0.668 c 1.305,0.752 2.361,2.583 2.361,4.088 l -0.002,58.481 7.381,4.255 v -35.155 l -3.388,-1.958 c -0.605,-0.349 -1.095,-1.163 -1.095,-1.818 v 0 0 c 0,-0.454 0.235,-0.713 0.58,-0.713 0.154,0 0.329,0.051 0.515,0.158 l 3.388,1.958 v -7.101 l -3.388,-1.958 c -0.605,-0.349 -1.095,-1.164 -1.095,-1.819 v 0 0 c 0,-0.454 0.235,-0.713 0.581,-0.713 0.153,0 0.328,0.051 0.514,0.159 l 3.388,1.958 v -7.118 l -3.388,-1.959 c -0.605,-0.35 -1.095,-1.164 -1.095,-1.819 v 0 0 c 0,-0.454 0.235,-0.713 0.581,-0.713 0.153,0 0.328,0.051 0.514,0.158 l 3.388,1.959 v -7.119 l -3.388,-1.958 c -0.605,-0.349 -1.095,-1.164 -1.095,-1.819 v 0 0 c 0,-0.454 0.235,-0.712 0.581,-0.712 0.153,0 0.328,0.05 0.514,0.158 l 3.388,1.958 v -3.732 l -10.897,-6.292" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12381" /><path + d="m 259.201,252.068 v 8.253 l 10.897,6.292 v -3.386 l -3.388,-1.959 c -0.605,-0.349 -1.095,-1.164 -1.095,-1.819 v 0 0 c 0,-0.454 0.235,-0.712 0.58,-0.712 0.154,0 0.329,0.051 0.515,0.158 l 3.388,1.959 v -2.482 l -10.897,-6.304" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12383" /><path + d="m 285.057,270.297 c -0.334,0.041 -0.665,0.08 -1,0.119 v 26.97 l 1,0.578 v -27.667" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12387" /><path + d="m 270.098,257.216 v 1.156 l 11.372,6.578 c 1.403,0.81 2.587,2.86 2.587,4.477 v 0.989 c 0.335,-0.039 0.666,-0.078 1,-0.119 v -0.87 c 0,-1.973 -1.386,-4.362 -3.086,-5.343 v 0 l -11.873,-6.868" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12389" /><path + d="m 259.201,250.913 v 1.155 l 10.897,6.304 v -1.156 l -10.897,-6.303" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12391" /><path + d="m 284.057,299.759 v 7.109 l 1,0.578 v -7.109 l -1,-0.578 m 0,9.482 v 35.135 l 1,0.576 v -35.133 l -1,-0.578" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12393" /><path + d="m 348.661,256.92 c -20.197,6.277 -41.635,10.735 -63.604,13.377 v 27.667 l 27.984,16.168 c 0.604,0.349 1.095,1.164 1.095,1.819 v 0 0 c 0,0.454 -0.235,0.712 -0.581,0.712 -0.153,0 -0.329,-0.051 -0.514,-0.158 l -27.984,-16.168 v 7.109 l 11.542,6.668 c 0.606,0.35 1.096,1.164 1.096,1.82 v 0 0 c 0,0.453 -0.235,0.712 -0.581,0.712 -0.153,0 -0.329,-0.051 -0.515,-0.159 l -11.542,-6.668 v 35.133 l 63.604,36.657 V 256.92 m -48.911,60.201 v 0 c 0,-0.454 0.235,-0.713 0.581,-0.713 0.153,0 0.329,0.051 0.514,0.158 l 12.997,7.48 c 0.606,0.35 1.096,1.164 1.096,1.819 v 0 0 c 0,0.454 -0.235,0.713 -0.581,0.713 -0.153,0 -0.329,-0.051 -0.515,-0.159 l -12.997,-7.48 c -0.605,-0.349 -1.095,-1.163 -1.095,-1.818 v 0 m 16.441,0.017 v 0 c 0,-0.454 0.235,-0.712 0.581,-0.712 0.153,0 0.329,0.051 0.515,0.158 l 12.997,7.48 c 0.605,0.349 1.096,1.164 1.096,1.819 v 0 0 c 0,0.454 -0.236,0.712 -0.581,0.712 -0.154,0 -0.329,-0.05 -0.515,-0.158 l -12.997,-7.48 c -0.606,-0.349 -1.096,-1.163 -1.096,-1.819 v 0" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12363" /><path + d="m 349.661,256.607 c -0.327,0.103 -0.673,0.211 -1,0.313 v 124.689 l 0.993,0.573 V 392.3 c -0.002,0.221 -0.021,0.428 -0.056,0.619 0.024,-0.082 0.034,-0.165 0.042,-0.255 0.01,-0.122 0.021,-0.253 0.021,-0.385 V 256.607" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12395" /><path + d="m 260.309,188.979 -0.044,10e-4 c -0.131,0 -0.262,0.02 -0.394,0.05 -0.091,0.02 -0.182,0.051 -0.263,0.091 l -0.162,0.091 -0.182,0.122 -0.172,0.152 c -0.228,0.208 -0.402,0.462 -0.54,0.751 -0.009,0.019 -0.018,0.038 -0.027,0.058 v 0 c -0.183,0.435 -0.293,0.951 -0.323,1.559 v 0 18.503 l 0.999,0.577 v -19.08 c 0,-0.404 0.083,-0.803 0.238,-1.153 0.091,-0.201 0.199,-0.36 0.328,-0.478 l 0.051,-0.046 0.014,-0.016 0.022,-0.019 0.128,-0.085 0.074,-0.042 c 0.112,-0.027 0.168,-0.035 0.209,-0.035 h 0.007 c 0.103,0 0.268,0.018 0.52,0.161 l 85.283,49.206 c 1.401,0.809 2.586,2.859 2.586,4.477 v 13.096 c 0.327,-0.102 0.673,-0.21 1,-0.313 v -12.783 c 0,-0.174 -0.011,-0.35 -0.032,-0.529 -0.214,-1.854 -1.504,-3.919 -3.055,-4.814 l -85.286,-49.208 v 0 c -0.281,-0.16 -0.561,-0.257 -0.821,-0.285 v 0 c -0.002,0 -0.004,-0.001 -0.005,-0.001 v 0 c -10e-4,0 -10e-4,0 -10e-4,0 v 0 c -0.052,-0.005 -0.102,-0.008 -0.152,-0.008 m -1.108,43.061 -0.999,0.576 v 1.556 c 0.341,0.197 0.671,0.387 0.999,0.577 v -2.709" + style="fill:#547179;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12397" /><path + d="m 258.202,210.357 v 22.259 l 0.999,-0.576 v -21.106 l -0.999,-0.577" + style="fill:#526d76;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12399" /><path + d="m 258.202,234.172 v 0.004 l 0.999,0.577 v -0.004 c -0.328,-0.19 -0.658,-0.38 -0.999,-0.577" + style="fill:#276469;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12401" /><path + d="m 258.202,234.176 v 16.159 l 0.999,0.578 v -16.16 l -0.999,-0.577" + style="fill:#27595f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12403" /><path + d="m 296.077,364.952 50.495,29.105 c 0.216,0.124 0.426,0.22 0.629,0.288 0.132,0.044 0.26,0.077 0.384,0.098 -0.317,-0.055 -0.657,-0.182 -1.012,-0.387 l -50.496,-29.104 m 53.502,28.062 c -0.05,0.227 -0.123,0.43 -0.218,0.607 0.064,-0.106 0.113,-0.219 0.147,-0.34 0.03,-0.079 0.06,-0.169 0.071,-0.267 m -0.626,1.116 c -0.079,0.066 -0.164,0.122 -0.253,0.169 0.073,-0.036 0.146,-0.078 0.212,-0.128 l 0.02,-0.02 0.021,-0.021" + style="fill:#58737c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12405" /><path + d="m 258.202,250.335 v 0 l 0.999,0.578 v 0 l -0.999,-0.578" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12407" /><path + d="m 258.202,259.745 v 8.517 l 0.999,0.577 v -8.518 l -0.999,-0.576" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12409" /><path + d="m 284.057,270.416 c -3.904,0.46 -7.817,0.861 -11.75,1.206 l 4.543,2.626 c 0.605,0.349 1.096,1.164 1.096,1.819 v 0 0 c 0,0.454 -0.236,0.713 -0.581,0.713 -0.154,0 -0.329,-0.051 -0.515,-0.159 l -6.752,-3.903 v 7.119 l 6.752,3.903 c 0.605,0.349 1.096,1.164 1.096,1.819 v 0 0 c 0,0.454 -0.236,0.713 -0.581,0.713 -0.154,0 -0.329,-0.051 -0.515,-0.159 l -6.752,-3.902 v 7.118 l 6.752,3.903 c 0.605,0.349 1.096,1.164 1.096,1.819 v 0 0 c 0,0.454 -0.236,0.712 -0.581,0.712 -0.154,0 -0.329,-0.051 -0.515,-0.158 l -6.752,-3.903 v 7.101 l 13.959,8.065 v -7.109 l -0.906,-0.523 c -0.604,-0.349 -1.096,-1.164 -1.096,-1.819 v 0 0 c 0,-0.454 0.236,-0.713 0.582,-0.713 0.153,0 0.328,0.051 0.514,0.159 l 0.906,0.523 v -26.97 m -13.959,30.76 v 35.155 l 13.959,8.045 v -35.135 l -13.959,-8.065" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12377" /><path + d="m 258.202,251.49 v 8.255 l 0.999,0.576 v -8.253 l -0.999,-0.578" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12411" /><path + d="m 258.202,250.335 v 1.155 l 0.999,0.578 v -1.155 l -0.999,-0.578" + style="fill:#31545f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12415" /><path + d="m 348.649,394.323 c -0.557,0.263 -1.275,0.192 -2.075,-0.263 l -85.286,-49.157 c -1.7,-0.982 -3.086,-3.38 -3.086,-5.343 v -10.078 l -3.937,2.307 v 10.007 c 0,1.963 1.376,4.352 3.076,5.333 l 85.297,49.157 c 0.88,0.516 1.669,0.526 2.237,0.182 0.555,-0.334 3.116,-1.801 3.774,-2.145" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12417" /><path + d="m 346.6,394.075 c 0.004,0.002 0.009,0.004 0.013,0.007 -0.004,-0.003 -0.009,-0.005 -0.013,-0.007 m 0.07,0.038 c 0.006,0.003 0.012,0.006 0.018,0.009 -0.006,-0.003 -0.012,-0.006 -0.018,-0.009 m 0.03,0.016 c 0.172,0.09 0.34,0.162 0.503,0.217 0,0 -10e-4,-10e-4 -0.002,-10e-4 -0.162,-0.054 -0.329,-0.126 -0.501,-0.216" + style="fill:#97aaae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12421" /><path + d="m 259.201,268.839 v 61.211 l 3.516,2.026 0.002,-58.481 c 0,-1.505 -1.056,-3.336 -2.361,-4.088 l -1.157,-0.668" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12385" /><path + d="m 285.057,358.6 v 0.003 l 61.517,35.457 c 0.009,0.004 0.017,0.01 0.026,0.015 0.004,0.002 0.009,0.004 0.013,0.007 0.019,0.011 0.038,0.021 0.057,0.031 0.006,0.003 0.012,0.006 0.018,0.009 0.004,0.003 0.008,0.005 0.012,0.007 0.172,0.09 0.339,0.162 0.501,0.216 -0.203,-0.068 -0.413,-0.164 -0.629,-0.288 l -50.495,-29.105 -11.02,-6.352" + style="fill:#97aaae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12423" /><path + d="m 270.098,349.979 v 0.002 l 13.959,8.046 v -0.003 l -13.959,-8.045" + style="fill:#82999e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12425" /><path + d="m 262.716,345.724 v 0.002 l 7.382,4.255 v -0.002 l -7.382,-4.255" + style="fill:#7b979b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12427" /><path + d="m 259.697,343.473 c 0.465,0.593 1.009,1.094 1.591,1.43 l 1.428,0.823 v -0.002 l -1.43,-0.824 c -0.582,-0.336 -1.125,-0.836 -1.589,-1.427" + style="fill:#82999f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12429" /><path + d="m 284.057,358.024 v 0.003 l 1,0.576 V 358.6 l -1,-0.576" + style="fill:#82999e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12431" /><path + d="m 285.057,363.102 v 0.002 l 57.578,33.185 c 0.491,0.286 0.952,0.415 1.363,0.415 0.328,0 0.624,-0.082 0.878,-0.233 0.532,-0.327 2.93,-1.69 3.684,-2.101 -0.774,0.414 -3.152,1.778 -3.685,2.098 -0.252,0.153 -0.547,0.236 -0.875,0.236 -0.411,0 -0.872,-0.131 -1.362,-0.418 l -57.581,-33.184" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12433" /><path + d="m 270.098,354.481 v 0.001 l 13.959,8.046 v -0.003 l -13.959,-8.044" + style="fill:#97aaae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12435" /><path + d="m 262.716,350.226 v 0.002 l 7.382,4.254 v -0.001 l -7.382,-4.255" + style="fill:#759b9b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12437" /><path + d="m 255.898,345.881 c 0.431,0.518 0.924,0.953 1.447,1.251 l 5.371,3.096 v -0.002 l -5.375,-3.097 c -0.521,-0.301 -1.013,-0.735 -1.443,-1.248" + style="fill:#96a9ad;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12439" /><path + d="m 258.202,268.262 v 61.22 l 0.005,-0.005 0.994,0.573 v -61.211 l -0.999,-0.577" + style="fill:#3a5964;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12413" /><path + d="m 284.057,362.525 v 0.003 l 1,0.576 v -0.002 l -1,-0.577" + style="fill:#97aaae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12441" /><path + d="m 349.654,392.3 c -0.013,1.946 -1.386,2.734 -3.081,1.756 L 261.286,344.9 c -1.702,-0.983 -3.082,-3.373 -3.082,-5.339 l 0.003,-10.084 91.447,52.705 V 392.3" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12419" /><path + d="m 259.122,342.625 -3.921,2.256 c 0.206,0.355 0.441,0.692 0.697,1 0.43,0.513 0.922,0.947 1.443,1.248 l 5.375,3.097 7.382,4.255 13.959,8.044 1,0.577 57.581,33.184 c 0.49,0.287 0.951,0.418 1.362,0.418 0.328,0 0.623,-0.083 0.875,-0.236 0.533,-0.32 2.911,-1.684 3.685,-2.098 0.019,-0.01 0.037,-0.02 0.053,-0.029 -0.045,0.02 -0.091,0.038 -0.139,0.054 -0.162,0.055 -0.338,0.083 -0.525,0.083 -0.233,0 -0.483,-0.044 -0.746,-0.132 -0.163,-0.055 -0.331,-0.127 -0.503,-0.217 -0.004,-0.002 -0.008,-0.004 -0.012,-0.007 -0.006,-0.003 -0.012,-0.006 -0.018,-0.009 -0.019,-0.01 -0.038,-0.02 -0.057,-0.031 -0.004,-0.003 -0.009,-0.005 -0.013,-0.007 -0.009,-0.005 -0.017,-0.011 -0.026,-0.015 l -61.517,-35.457 -1,-0.576 -13.959,-8.046 -7.382,-4.255 -1.428,-0.823 c -0.582,-0.336 -1.126,-0.837 -1.591,-1.43 -0.209,-0.266 -0.402,-0.551 -0.575,-0.848" + style="fill:#5cc8bc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12443" /><path + d="m 259.124,342.624 -0.002,10e-4 c 0.173,0.297 0.366,0.582 0.575,0.848 0.464,0.591 1.007,1.091 1.589,1.427 l 1.43,0.824 7.382,4.255 13.959,8.045 1,0.576 11.02,6.352 L 261.29,344.9 c -0.841,-0.492 -1.613,-1.321 -2.166,-2.276 m 89.513,51.704 c -0.052,0.026 -0.107,0.048 -0.163,0.067 0.048,-0.016 0.094,-0.034 0.139,-0.054 0.009,-0.004 0.017,-0.009 0.024,-0.013" + style="fill:#5cc8bc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12445" /><path + d="m 258.201,329.482 -3.936,2.307 v -0.016 l -0.005,0.003 0.002,10.022 c 0,0.379 0.053,0.772 0.149,1.168 -0.095,-0.397 -0.146,-0.791 -0.146,-1.17 v -10.007 l 3.936,-2.307" + style="fill:#475f68;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12447" /><path + d="m 258.207,329.477 -0.005,0.003 v 10.08 c 0,0.793 0.226,1.658 0.608,2.47 -0.381,-0.811 -0.606,-1.675 -0.606,-2.469 l 0.003,-10.084" + style="fill:#2f4953;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12449" /><path + d="m 258.207,329.477 -0.003,10.084 c 0,0.794 0.225,1.658 0.606,2.469 0.093,0.199 0.195,0.394 0.305,0.584 l 0.003,-10e-4 c 0.002,0.004 0.004,0.007 0.006,0.011 l 0.004,-0.002 c -0.573,-0.969 -0.921,-2.065 -0.921,-3.063 v -10.082" + style="fill:#19b19d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12453" /><path + d="m 259.115,342.614 -3.914,2.267 3.921,-2.256 c -0.002,-0.003 -0.004,-0.007 -0.007,-0.011" + style="fill:#4ac2ad;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12455" /><path + d="m 259.118,342.613 -0.003,10e-4 c 0.003,0.004 0.005,0.008 0.007,0.011 l 0.002,-10e-4 c -0.002,-0.004 -0.004,-0.007 -0.006,-0.011" + style="fill:#4ac2ad;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12457" /><path + d="m 331.086,380.821 c -0.962,-0.555 -1.743,-2.206 -1.743,-3.687 0,-1.48 0.781,-2.231 1.743,-1.676 0.961,0.556 1.741,2.206 1.741,3.688 0,1.481 -0.78,2.231 -1.741,1.675" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12459" /><path + d="m 337.356,384.449 c -0.962,-0.556 -1.742,-2.207 -1.742,-3.688 0,-1.481 0.78,-2.231 1.742,-1.675 0.962,0.555 1.741,2.206 1.741,3.687 0,1.481 -0.779,2.231 -1.741,1.676" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12461" /><path + d="m 343.627,388.076 c -0.962,-0.556 -1.742,-2.207 -1.742,-3.688 0,-1.481 0.78,-2.231 1.742,-1.675 0.962,0.555 1.742,2.205 1.742,3.687 0,1.48 -0.78,2.231 -1.742,1.676" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12463" /><path + d="m 259.335,189.263 c -0.112,0.071 -0.243,0.142 -0.385,0.223 -0.283,0.172 -0.608,0.354 -0.951,0.536 l -0.01,0.01 c -0.172,0.101 -0.344,0.202 -0.516,0.293 l -0.041,0.021 c -0.283,0.161 -0.556,0.324 -0.809,0.465 -0.263,0.152 -0.496,0.284 -0.678,0.385 -0.183,0.111 -0.324,0.182 -0.385,0.212 -0.192,0.101 -0.374,0.243 -0.526,0.425 -0.162,0.172 -0.303,0.385 -0.415,0.627 -0.222,0.466 -0.354,1.033 -0.354,1.63 v 13.995 l 3.936,2.272 v -18.503 c 0,-0.563 0.12,-1.095 0.319,-1.548 0.002,-0.004 0.003,-0.007 0.005,-0.011 v 0 c 0.009,-0.02 0.018,-0.039 0.027,-0.058 0.138,-0.289 0.312,-0.543 0.539,-0.751 l 0.172,-0.152 0.003,-0.002 0.069,-0.069 m -1.134,43.354 -1.346,0.777 c 0.458,0.265 0.909,0.525 1.346,0.777 v -1.554" + style="fill:#394e57;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12465" /><path + d="m 254.265,208.085 v 23.814 c 0.897,0.518 1.76,1.016 2.59,1.495 l 1.346,-0.777 v -22.26 l -3.936,-2.272" + style="fill:#374d56;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12467" /><path + d="m 254.265,231.899 v 0.005 l 3.936,2.272 v -0.005 c -1.229,-0.709 -2.544,-1.468 -3.936,-2.272" + style="fill:#21484e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12469" /><path + d="m 254.265,231.904 v 16.154 l 3.936,2.276 v -16.158 l -3.936,-2.272" + style="fill:#21434a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12471" /><path + d="m 254.265,248.058 v 0 l 3.936,2.276 v 0 l -3.936,-2.276" + style="fill:#26404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12473" /><path + d="m 254.265,257.472 v 8.517 l 3.936,2.272 v -8.517 l -3.936,-2.272" + style="fill:#26404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12475" /><path + d="m 254.265,249.213 v 8.259 l 3.936,2.272 v -8.254 l -3.936,-2.277" + style="fill:#26404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12477" /><path + d="m 254.265,248.058 v 1.155 l 3.936,2.277 v -1.156 l -3.936,-2.276" + style="fill:#26404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12481" /><path + d="m 259.266,189.332 -0.003,0.002 -0.172,0.152 c -0.227,0.208 -0.401,0.462 -0.539,0.751 0.138,-0.289 0.312,-0.543 0.54,-0.751 l 0.172,-0.152 0.002,-0.002 m -0.746,0.974 c -0.199,0.453 -0.319,0.985 -0.319,1.548 v 18.503 h 10e-4 v -18.503 0 0 c 0,-0.563 0.119,-1.095 0.318,-1.548 m -0.318,42.31 -10e-4,10e-4 v 1.554 l 10e-4,0.001 v -1.556" + style="fill:#2b434c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12483" /><path + d="m 258.201,210.357 v 22.26 l 10e-4,-10e-4 v -22.259 h -10e-4" + style="fill:#2b434c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12485" /><path + d="m 258.201,234.171 v 0.005 h 10e-4 v -0.004 l -10e-4,-0.001" + style="fill:#27414b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12487" /><path + d="m 258.201,234.176 v 16.158 l 10e-4,0.001 v -16.159 h -10e-4" + style="fill:#26404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12489" /><path + d="m 258.201,250.334 v 0 l 10e-4,0.001 v 0 l -10e-4,-0.001" + style="fill:#27404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12491" /><path + d="m 258.201,259.744 v 8.517 l 10e-4,10e-4 v -8.517 l -10e-4,-10e-4" + style="fill:#27404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12493" /><path + d="m 258.201,251.49 v 8.254 l 10e-4,10e-4 v -8.255 h -10e-4" + style="fill:#27404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12495" /><path + d="m 258.201,268.261 v 61.22 l 10e-4,-10e-4 v -61.218 l -10e-4,-10e-4" + style="fill:#28414b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12497" /><path + d="m 258.202,329.482 v 0 h -10e-4 l -3.936,2.307 v 10.007 c 0,0.379 0.051,0.773 0.146,1.17 0.158,0.65 0.434,1.307 0.79,1.915 v 0 l 3.914,-2.267 c -0.11,-0.19 -0.212,-0.385 -0.305,-0.584 -0.382,-0.812 -0.608,-1.677 -0.608,-2.47 v -10.078" + style="fill:#19b19d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12451" /><path + d="m 258.201,250.334 v 1.156 h 10e-4 v -1.155 l -10e-4,-0.001" + style="fill:#27404a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12499" /><path + d="m 258.525,190.295 c -0.002,0.004 -0.003,0.007 -0.005,0.011 -0.199,0.453 -0.318,0.985 -0.318,1.548 0.03,-0.608 0.14,-1.124 0.323,-1.559 m -0.323,1.559 v 0 18.503 -18.503 m 0,40.762 v 0 1.556 0 -1.556" + style="fill:#2b434c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12501" /><path + d="m 258.201,329.481 -3.936,2.292 v 0.016 l 3.936,-2.307 v -0.001" + style="fill:#29414a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12503" /><path + d="m 258.202,329.48 -10e-4,10e-4 v 0.001 h 10e-4 v -0.002" + style="fill:#273f48;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12505" /><path + d="m 285.927,329.103 0.215,-0.015 c 0.06,-0.058 0.09,-0.15 0.09,-0.277 v -1.697 c 0,-0.127 -0.03,-0.253 -0.09,-0.381 -0.061,-0.126 -0.133,-0.214 -0.215,-0.262 l -1.045,-0.603 -0.213,0.014 c -0.061,0.058 -0.09,0.15 -0.09,0.278 v 1.697 c 0,0.126 0.029,0.253 0.09,0.38 0.059,0.127 0.13,0.214 0.213,0.262 l 1.045,0.604" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12513" /><path + d="m 289.425,331.122 0.214,-0.015 c 0.061,-0.058 0.09,-0.15 0.09,-0.277 v -1.697 c 0,-0.127 -0.029,-0.253 -0.09,-0.381 -0.06,-0.126 -0.132,-0.214 -0.214,-0.261 l -1.045,-0.604 -0.214,0.015 c -0.06,0.058 -0.09,0.149 -0.09,0.277 v 1.697 c 0,0.126 0.03,0.253 0.09,0.38 0.06,0.127 0.131,0.214 0.214,0.263 l 1.045,0.603" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12515" /><path + d="m 292.922,333.141 0.214,-0.015 c 0.06,-0.058 0.09,-0.15 0.09,-0.277 v -1.697 c 0,-0.127 -0.03,-0.253 -0.09,-0.38 -0.061,-0.127 -0.131,-0.215 -0.214,-0.263 l -1.045,-0.603 -0.214,0.014 c -0.06,0.059 -0.09,0.15 -0.09,0.278 v 1.697 c 0,0.126 0.03,0.253 0.09,0.38 0.059,0.127 0.131,0.214 0.214,0.262 l 1.045,0.604" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12517" /><path + d="m 254.265,265.989 v 65.784 l 3.936,-2.292 v -61.22 l -3.936,-2.272" + style="fill:#2b434c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12479" /><path + d="m 266.71,308.732 51.244,29.586 c 0.605,0.349 1.095,0.101 1.095,-0.554 0,-0.656 -0.49,-1.47 -1.095,-1.819 L 266.71,306.359 c -0.605,-0.349 -1.095,-0.101 -1.095,0.554 0,0.656 0.49,1.47 1.095,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12519" /><path + d="m 283.151,289.748 51.244,29.586 c 0.606,0.349 1.096,0.101 1.096,-0.555 0,-0.655 -0.49,-1.469 -1.096,-1.818 l -51.244,-29.586 c -0.604,-0.35 -1.095,-0.102 -1.095,0.554 0,0.655 0.491,1.469 1.095,1.819" + style="fill:#dadbd8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12521" /><path + d="m 283.151,280.255 24.526,14.15 c 0.606,0.349 1.096,0.101 1.096,-0.554 0,-0.655 -0.49,-1.47 -1.096,-1.819 l -24.526,-14.15 c -0.604,-0.349 -1.095,-0.101 -1.095,0.555 0,0.655 0.491,1.469 1.095,1.818" + style="fill:#dadbd8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12523" /><path + d="m 283.151,270.763 24.526,14.15 c 0.606,0.349 1.096,0.101 1.096,-0.554 0,-0.655 -0.49,-1.47 -1.096,-1.819 l -24.526,-14.15 c -0.604,-0.349 -1.095,-0.101 -1.095,0.554 0,0.655 0.491,1.47 1.095,1.819" + style="fill:#dadbd8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12525" /><path + d="m 322.2,340.77 20.416,11.831 c 0.604,0.349 1.095,0.101 1.095,-0.555 0,-0.655 -0.491,-1.469 -1.095,-1.818 L 322.2,338.397 c -0.606,-0.35 -1.096,-0.102 -1.096,0.554 0,0.656 0.49,1.47 1.096,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12527" /><path + d="m 266.71,204.325 51.244,29.586 c 0.605,0.349 1.095,0.101 1.095,-0.554 0,-0.655 -0.49,-1.47 -1.095,-1.819 L 266.71,201.952 c -0.605,-0.349 -1.095,-0.101 -1.095,0.554 0,0.656 0.49,1.47 1.095,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12529" /><path + d="m 322.2,236.363 20.416,11.83 c 0.604,0.35 1.095,0.102 1.095,-0.553 0,-0.656 -0.491,-1.47 -1.095,-1.82 L 322.2,233.99 c -0.606,-0.349 -1.096,-0.101 -1.096,0.554 0,0.655 0.49,1.47 1.096,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12531" /><path + d="m 322.2,264.789 20.416,11.831 c 0.604,0.349 1.095,0.101 1.095,-0.555 0,-0.655 -0.491,-1.469 -1.095,-1.819 L 322.2,262.416 c -0.606,-0.35 -1.096,-0.101 -1.096,0.554 0,0.655 0.49,1.47 1.096,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12533" /><path + d="m 322.2,255.299 20.416,11.83 c 0.604,0.35 1.095,0.102 1.095,-0.554 0,-0.655 -0.491,-1.469 -1.095,-1.819 L 322.2,252.925 c -0.606,-0.349 -1.096,-0.101 -1.096,0.555 0,0.655 0.49,1.469 1.096,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12535" /><path + d="m 266.71,213.807 51.244,29.586 c 0.605,0.349 1.095,0.101 1.095,-0.554 0,-0.655 -0.49,-1.47 -1.095,-1.819 L 266.71,211.434 c -0.605,-0.349 -1.095,-0.101 -1.095,0.554 0,0.656 0.49,1.47 1.095,1.819" + style="fill:#f3f2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12537" /><path + d="m 304.791,254.767 11.47,6.622 c 0.606,0.349 1.096,0.101 1.096,-0.554 0,-0.656 -0.49,-1.47 -1.096,-1.819 l -11.469,-6.623 c -0.606,-0.349 -1.096,-0.101 -1.096,0.554 0,0.656 0.49,1.47 1.095,1.82" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12539" /><path + d="m 266.71,299.218 29.889,17.269 c 0.606,0.35 1.096,0.102 1.096,-0.553 0,-0.656 -0.49,-1.47 -1.096,-1.82 L 266.71,296.845 c -0.605,-0.349 -1.095,-0.101 -1.095,0.555 0,0.655 0.49,1.469 1.095,1.818" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12541" /><path + d="m 266.195,296.687 c -0.345,0 -0.58,0.259 -0.58,0.713 0,0.655 0.49,1.469 1.095,1.818 l 29.889,17.269 c 0.186,0.108 0.362,0.159 0.515,0.159 0.346,0 0.581,-0.259 0.581,-0.712 0,-0.656 -0.49,-1.47 -1.096,-1.82 l -11.542,-6.668 -1,-0.578 -17.347,-10.023 c -0.186,-0.107 -0.361,-0.158 -0.515,-0.158" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12543" /><path + d="m 266.71,289.744 10.14,5.861 c 0.605,0.349 1.096,0.101 1.096,-0.554 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -10.14,-5.861 c -0.605,-0.349 -1.095,-0.101 -1.095,0.554 0,0.655 0.49,1.47 1.095,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12545" /><path + d="m 266.196,287.212 c -0.346,0 -0.581,0.259 -0.581,0.713 0,0.655 0.49,1.47 1.095,1.819 l 10.14,5.861 c 0.186,0.107 0.361,0.158 0.515,0.158 0.345,0 0.581,-0.258 0.581,-0.712 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -10.14,-5.861 c -0.186,-0.108 -0.361,-0.159 -0.514,-0.159" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12547" /><path + d="m 266.71,280.252 10.14,5.861 c 0.605,0.35 1.096,0.101 1.096,-0.554 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -10.14,-5.862 c -0.605,-0.349 -1.095,-0.101 -1.095,0.555 0,0.655 0.49,1.469 1.095,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12549" /><path + d="m 266.196,277.72 c -0.346,0 -0.581,0.259 -0.581,0.713 0,0.655 0.49,1.469 1.095,1.819 l 10.14,5.861 c 0.186,0.108 0.361,0.159 0.515,0.159 0.345,0 0.581,-0.259 0.581,-0.713 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -10.14,-5.862 c -0.186,-0.107 -0.361,-0.158 -0.514,-0.158" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12551" /><path + d="m 266.71,270.76 10.14,5.861 c 0.605,0.35 1.096,0.101 1.096,-0.554 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -10.14,-5.861 c -0.605,-0.349 -1.095,-0.101 -1.095,0.554 0,0.655 0.49,1.47 1.095,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12553" /><path + d="m 266.196,268.229 c -0.346,0 -0.581,0.258 -0.581,0.712 0,0.655 0.49,1.47 1.095,1.819 l 10.14,5.861 c 0.186,0.108 0.361,0.159 0.515,0.159 0.345,0 0.581,-0.259 0.581,-0.713 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -10.14,-5.861 c -0.186,-0.108 -0.361,-0.158 -0.514,-0.158" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12555" /><path + d="m 266.71,261.268 10.14,5.861 c 0.605,0.35 1.096,0.102 1.096,-0.554 0,-0.655 -0.491,-1.469 -1.096,-1.819 l -10.14,-5.861 c -0.605,-0.35 -1.095,-0.101 -1.095,0.554 0,0.655 0.49,1.47 1.095,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12557" /><path + d="m 266.195,258.737 c -0.345,0 -0.58,0.258 -0.58,0.712 0,0.655 0.49,1.47 1.095,1.819 l 10.14,5.861 c 0.186,0.108 0.361,0.159 0.514,0.159 0.346,0 0.582,-0.259 0.582,-0.713 0,-0.655 -0.491,-1.469 -1.096,-1.819 l -10.14,-5.861 c -0.186,-0.107 -0.361,-0.158 -0.515,-0.158" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12559" /><path + d="m 300.845,318.939 12.997,7.48 c 0.606,0.35 1.096,0.102 1.096,-0.554 0,-0.655 -0.49,-1.469 -1.096,-1.819 l -12.997,-7.48 c -0.604,-0.349 -1.095,-0.101 -1.095,0.555 0,0.655 0.49,1.469 1.095,1.818" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12561" /><path + d="m 300.331,316.408 c -0.346,0 -0.581,0.259 -0.581,0.713 0,0.655 0.49,1.469 1.095,1.818 l 12.997,7.48 c 0.186,0.108 0.362,0.159 0.515,0.159 0.346,0 0.581,-0.259 0.581,-0.713 0,-0.655 -0.49,-1.469 -1.096,-1.819 l -12.997,-7.48 c -0.185,-0.107 -0.361,-0.158 -0.514,-0.158" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12563" /><path + d="m 295.483,268.404 29.89,17.269 c 0.604,0.35 1.094,0.101 1.094,-0.554 0,-0.656 -0.49,-1.47 -1.094,-1.819 l -29.89,-17.269 c -0.605,-0.35 -1.096,-0.101 -1.096,0.554 0,0.655 0.491,1.47 1.096,1.819" + style="fill:#f3f2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12565" /><path + d="m 312.726,268.829 29.89,17.27 c 0.605,0.349 1.096,0.101 1.096,-0.555 0,-0.655 -0.491,-1.469 -1.096,-1.818 l -29.889,-17.27 c -0.605,-0.349 -1.096,-0.101 -1.096,0.554 0,0.656 0.491,1.47 1.095,1.819" + style="fill:#f3f2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12567" /><path + d="m 329.618,288.125 12.998,7.48 c 0.604,0.349 1.095,0.101 1.095,-0.554 0,-0.655 -0.491,-1.47 -1.095,-1.819 l -12.998,-7.48 c -0.605,-0.349 -1.095,-0.101 -1.095,0.554 0,0.655 0.49,1.47 1.095,1.819" + style="fill:#f3f2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12569" /><path + d="m 283.151,299.236 29.89,17.269 c 0.604,0.35 1.095,0.101 1.095,-0.554 0,-0.655 -0.491,-1.47 -1.095,-1.819 l -29.89,-17.269 c -0.604,-0.35 -1.096,-0.101 -1.096,0.554 0,0.655 0.492,1.47 1.096,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12571" /><path + d="m 282.637,296.704 c -0.346,0 -0.582,0.259 -0.582,0.713 0,0.655 0.492,1.47 1.096,1.819 l 29.89,17.269 c 0.185,0.107 0.361,0.158 0.514,0.158 0.346,0 0.581,-0.258 0.581,-0.712 0,-0.655 -0.491,-1.47 -1.095,-1.819 l -27.984,-16.168 -1,-0.578 -0.906,-0.523 c -0.186,-0.108 -0.361,-0.159 -0.514,-0.159" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12573" /><path + d="m 317.287,318.957 12.997,7.48 c 0.605,0.35 1.096,0.101 1.096,-0.554 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -12.997,-7.48 c -0.606,-0.35 -1.096,-0.101 -1.096,0.554 0,0.656 0.49,1.47 1.096,1.819" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12575" /><path + d="m 316.772,316.426 c -0.346,0 -0.581,0.258 -0.581,0.712 0,0.656 0.49,1.47 1.096,1.819 l 12.997,7.48 c 0.186,0.108 0.361,0.158 0.515,0.158 0.345,0 0.581,-0.258 0.581,-0.712 0,-0.655 -0.491,-1.47 -1.096,-1.819 l -12.997,-7.48 c -0.186,-0.107 -0.362,-0.158 -0.515,-0.158" + style="fill:#87d6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12577" /><path + d="m 412.741,385.207 v 11.386 l -9.611,0.839 c -0.151,0.013 -0.287,-0.019 -0.4,-0.082 -0.372,-0.204 -9.473,-5.41 -9.591,-5.481 -0.355,-0.213 -0.483,-0.73 -0.156,-1.084 l 10.19,-11.046 9.568,5.468" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12579" /><path + d="m 403.172,379.739 -10.189,11.046 c -0.437,0.472 -0.062,1.234 0.578,1.178 l 9.611,-0.838 v -11.386" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12581" /><path + d="m 412.737,396.597 -9.564,-5.476 -9.614,0.842 c -0.121,0.008 -0.234,-0.008 -0.331,-0.049 0.769,0.453 9.152,5.25 9.499,5.436 0.113,0.064 0.251,0.097 0.405,0.081 l 9.605,-0.834" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12583" /><path + d="m 403.173,391.121 h -10e-4 l -9.613,0.842 c -0.02,10e-4 -0.039,0.002 -0.058,0.002 -0.069,0 -0.135,-0.008 -0.195,-0.024 -0.027,-0.008 -0.053,-0.016 -0.078,-0.027 0.769,0.453 9.152,5.25 9.499,5.436 0.094,0.054 0.205,0.085 0.328,0.085 0.025,0 0.051,-10e-4 0.077,-0.004 l 0.059,-0.005 v -6.295 l -0.018,-0.01" + style="fill:#70cec3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12585" /><path + d="m 403.191,403.972 c 0,2.209 1.552,4.896 3.465,6.001 l 2.821,1.629 c 1.913,1.105 5.016,1.105 6.93,0 l 30.069,-17.363 c 1.914,-1.105 3.466,-3.791 3.466,-6.001 v -34.737 c 0,-2.21 -1.552,-4.897 -3.466,-6.002 l -2.821,-1.629 c -1.913,-1.105 -5.016,-1.105 -6.93,0 l -8.877,5.125 -11.538,6.667 -9.654,5.571 c -1.914,1.104 -3.465,3.791 -3.465,6.001 v 34.738" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12587" /><path + d="m 440.212,345.047 c -1.016,0 -2.033,0.182 -2.894,0.544 0.338,-0.128 0.66,-0.19 0.957,-0.19 1.135,0 1.915,0.903 1.915,2.47 l 10e-4,34.737 c 0,1.105 -0.389,2.329 -1.015,3.415 l 5.584,3.223 4.156,2.399 c -10e-4,0 -10e-4,0.001 -10e-4,0.001 l 0.011,0.006 c 0.628,-1.085 1.015,-2.309 1.015,-3.414 V 353.5 c 0,-2.188 -1.521,-4.843 -3.409,-5.968 -0.019,-0.011 -0.037,-0.022 -0.056,-0.033 l -2.821,-1.629 v 0 c -0.953,-0.55 -2.197,-0.823 -3.443,-0.823" + style="fill:#14b099;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12589" /><path + d="m 404.295,407.537 c 0.487,0.809 1.108,1.532 1.797,2.058 -0.688,-0.528 -1.309,-1.251 -1.797,-2.058 m 18.916,0.136 -6.804,3.929 c -0.117,0.067 -0.238,0.13 -0.363,0.189 0.128,-0.059 0.251,-0.123 0.37,-0.191 l 6.797,-3.927" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12591" /><path + d="m 439.169,386.02 c -0.615,1.099 -1.488,2.037 -2.441,2.587 l -30.078,17.368 c -0.557,0.321 -1.083,0.473 -1.549,0.473 -0.872,0 -1.533,-0.533 -1.797,-1.491 0.151,0.872 0.503,1.769 0.991,2.58 0.488,0.807 1.109,1.53 1.797,2.058 0.181,0.138 0.368,0.263 0.558,0.373 l 2.829,1.632 c 0.954,0.55 2.207,0.825 3.462,0.825 1.1,0 2.201,-0.212 3.103,-0.634 0.125,-0.059 0.246,-0.122 0.363,-0.189 l 6.804,-3.929 23.264,-13.441 c 0.953,-0.55 1.809,-1.487 2.44,-2.586 l -4.155,-2.4 -5.591,-3.226" + style="fill:#70cec3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12593" /><path + d="m 444.76,389.246 4.155,2.4 c 0,0 0,-0.001 10e-4,-0.001 l -4.156,-2.399" + style="fill:#6ecdbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12595" /><path + d="m 412.741,320.364 v 11.387 l -9.611,0.837 c -0.151,0.013 -0.287,-0.018 -0.4,-0.081 -0.372,-0.204 -9.473,-5.41 -9.591,-5.481 -0.355,-0.213 -0.483,-0.73 -0.156,-1.084 l 10.19,-11.046 9.568,5.468" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12603" /><path + d="m 403.172,314.896 -10.189,11.045 c -0.437,0.473 -0.062,1.235 0.578,1.179 l 9.611,-0.838 v -11.386" + style="fill:#e7e8e5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12605" /><path + d="m 412.737,331.754 -9.564,-5.476 -9.614,0.842 c -0.121,0.008 -0.234,-0.009 -0.331,-0.049 0.769,0.453 9.152,5.249 9.499,5.435 0.113,0.065 0.251,0.098 0.405,0.082 l 9.605,-0.834" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12607" /><path + d="m 412.737,331.754 -9.564,-5.476 -9.614,0.842 c -0.121,0.008 -0.234,-0.009 -0.331,-0.049 0.769,0.453 9.152,5.249 9.499,5.435 0.113,0.065 0.251,0.098 0.405,0.082 l 9.605,-0.834" + style="fill:#f3f2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12609" /><path + d="m 403.191,339.129 c 0,2.209 1.552,4.896 3.465,6.001 l 2.821,1.629 c 1.913,1.105 5.016,1.105 6.93,0 l 30.069,-17.363 c 1.914,-1.105 3.466,-3.791 3.466,-6.001 v -34.738 c 0,-2.21 -1.552,-4.896 -3.466,-6.001 l -2.821,-1.629 c -1.913,-1.105 -5.016,-1.105 -6.93,0 l -8.877,5.125 -11.538,6.666 -9.654,5.572 c -1.914,1.104 -3.465,3.791 -3.465,6.001 v 34.738" + style="fill:#e7e8e5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12611" /><path + d="m 449.941,288.657 c 0,-2.21 -1.551,-4.896 -3.465,-6.001 l -2.821,-1.629 c -1.73,-0.999 -4.421,-1.086 -6.337,-0.279 1.631,-0.617 2.872,0.303 2.872,2.279 l 10e-4,34.738 c 0,1.105 -0.389,2.329 -1.015,3.415 l 9.75,5.629 c 0.628,-1.085 1.015,-2.309 1.015,-3.414 v -34.738" + style="fill:#dadbd8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12613" /><path + d="m 403.304,340.113 c 0.405,1.471 1.746,1.94 3.346,1.018 l 30.078,-17.368 c 0.953,-0.55 1.826,-1.487 2.441,-2.586 l 9.747,5.625 c -0.631,1.099 -1.488,2.037 -2.441,2.586 l -30.061,17.369 c -1.923,1.099 -5.027,1.099 -6.935,0 l -2.829,-1.633 c -1.632,-0.937 -3.006,-3.038 -3.346,-5.011" + style="fill:#f3f2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12615" /><path + d="m 412.741,255.521 v 11.386 l -9.611,0.838 c -0.151,0.013 -0.287,-0.018 -0.4,-0.081 -0.372,-0.204 -9.473,-5.41 -9.591,-5.481 -0.355,-0.213 -0.483,-0.73 -0.156,-1.085 l 10.19,-11.045 9.568,5.468" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12623" /><path + d="m 403.172,250.053 -10.189,11.045 c -0.437,0.473 -0.062,1.235 0.578,1.179 l 9.611,-0.838 v -11.386" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12625" /><path + d="m 412.737,266.911 -9.564,-5.476 -9.614,0.841 c -0.121,0.009 -0.234,-0.007 -0.331,-0.048 0.769,0.453 9.151,5.25 9.499,5.436 0.113,0.064 0.251,0.097 0.405,0.081 l 9.605,-0.834" + style="fill:#26b6a6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12627" /><path + d="m 412.737,266.911 -9.564,-5.476 -9.614,0.841 c -0.121,0.009 -0.234,-0.007 -0.331,-0.048 0.769,0.453 9.151,5.25 9.499,5.436 0.113,0.064 0.251,0.097 0.405,0.081 l 9.605,-0.834" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12629" /><path + d="m 403.191,274.285 c 0,2.21 1.552,4.897 3.465,6.002 l 2.821,1.629 c 1.913,1.105 5.016,1.105 6.93,0 l 30.069,-17.363 c 1.914,-1.105 3.466,-3.791 3.466,-6.002 v -34.737 c 0,-2.21 -1.552,-4.896 -3.466,-6.001 l -2.821,-1.629 c -1.913,-1.105 -5.016,-1.105 -6.93,0 l -8.877,5.125 -11.538,6.667 -9.654,5.57 c -1.914,1.105 -3.465,3.792 -3.465,6.001 v 34.738" + style="fill:#273e47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12631" /><path + d="m 449.941,223.814 c 0,-2.21 -1.551,-4.896 -3.465,-6.001 l -2.821,-1.629 c -1.73,-0.999 -4.421,-1.086 -6.337,-0.279 1.631,-0.617 2.872,0.303 2.872,2.279 l 10e-4,34.738 c 0,1.105 -0.389,2.329 -1.015,3.415 l 9.75,5.629 c 0.628,-1.086 1.015,-2.309 1.015,-3.415 v -34.737" + style="fill:#17282f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12633" /><path + d="m 403.304,275.27 c 0.405,1.471 1.746,1.94 3.346,1.018 l 30.078,-17.368 c 0.953,-0.549 1.826,-1.487 2.441,-2.586 l 9.747,5.625 c -0.631,1.099 -1.488,2.037 -2.441,2.586 l -30.061,17.369 c -1.923,1.099 -5.027,1.099 -6.935,0 l -2.829,-1.633 c -1.632,-0.938 -3.006,-3.039 -3.346,-5.011" + style="fill:#33535f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path12635" /><g + id="g13738-7" + transform="matrix(3.103674,0,0,3.103674,-1533.9048,-299.16804)" + style="stroke-width:1.20825;stroke-miterlimit:4;stroke-dasharray:none;stroke:none;fill:#ffffff;fill-opacity:1"><ellipse + ry="8.4626665" + rx="11.57429" + transform="matrix(0.5,0.8660254,0.8660254,-0.5,0,0)" + cy="382.58652" + cx="433.10788" + id="path13700-5" + style="fill:#ffffff;stroke:none;stroke-width:1.20825;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1" /><ellipse + style="fill:#ffffff;stroke:none;stroke-width:1.20825;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1" + id="path13700-7-4" + cx="446.0643" + cy="390.11929" + transform="matrix(0.5,0.8660254,0.8660254,-0.5,0,0)" + rx="11.57429" + ry="8.4626665" /></g><g + style="stroke-width:1.20824548;stroke-miterlimit:4;stroke-dasharray:none" + transform="matrix(3.103674,0,0,3.103674,-1533.896,-299.44221)" + id="g13738"><ellipse + style="fill:none;stroke:#000000;stroke-width:1.20824549;stroke-miterlimit:4;stroke-dasharray:none" + id="path13700" + cx="433.10788" + cy="382.58652" + transform="matrix(0.5,0.8660254,0.8660254,-0.5,0,0)" + rx="11.57429" + ry="8.4626665" /><ellipse + ry="8.4626665" + rx="11.57429" + transform="matrix(0.5,0.8660254,0.8660254,-0.5,0,0)" + cy="390.11929" + cx="446.0643" + id="path13700-7" + style="fill:none;stroke:#000000;stroke-width:1.20824549;stroke-miterlimit:4;stroke-dasharray:none" /></g><g + id="g13744"><path + style="fill:none;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 137.48589,253.08822 82.230881,219.84527" + id="path13740" + sodipodi:nodetypes="cc" /><path + style="fill:#fc6600;fill-opacity:1;stroke:none;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 109.66818,245.3841 v -17.79731 l 16.22932,18.00814 z" + id="path13683" + sodipodi:nodetypes="cccc" /></g><ellipse + ry="4.6014695" + rx="6.2933764" + transform="matrix(0.5,0.8660254,0.8660254,-0.5,0,0)" + cy="-34.918579" + cx="319.12369" + id="path13700-5-1" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.656971;stroke-miterlimit:4;stroke-dasharray:none" /></g></svg> diff --git a/docusaurus/static/img/application.svg b/docusaurus/static/img/application.svg new file mode 100644 index 0000000..01a5c10 --- /dev/null +++ b/docusaurus/static/img/application.svg @@ -0,0 +1,659 @@ +<?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: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="application.svg" + viewBox="0 0 475.85894 620.76475" + height="620.76477" + width="475.85895" + xml:space="preserve" + id="svg19371" + version="1.1"><metadata + id="metadata19377"><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="defs19375" /><sodipodi:namedview + inkscape:current-layer="g19379" + inkscape:window-maximized="1" + inkscape:window-y="-9" + inkscape:window-x="-9" + inkscape:cy="273.31254" + inkscape:cx="272.55064" + inkscape:zoom="0.82891243" + showgrid="false" + id="namedview19373" + inkscape:window-height="1001" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#ffffff" /><g + transform="matrix(1.3333333,0,0,-1.3333333,-692.91598,657.28198)" + inkscape:label="ink_ext_XXXXXX" + inkscape:groupmode="layer" + id="g19379"><path + d="m 771.881,400.784 h -4.846 V 378.89 h 4.846 c 0.717,0 1.298,0.582 1.298,1.298 v 19.298 c 0,0.717 -0.581,1.298 -1.298,1.298" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20217" /><path + d="m 768.87,298.28 c 0,-18.886 14.603,-18.886 14.603,0 0,31.492 -6.788,87.696 -6.788,87.696 h -1.027 c 0,0 -6.788,-56.053 -6.788,-87.696" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20219" /><path + d="m 778.9,359.187 c 0.227,0 0.452,-0.023 0.676,-0.047 -1.513,15.416 -2.891,26.837 -2.891,26.837 h -1.027 c 0,0 -1.588,-13.125 -3.227,-30.246 1.995,2.222 4.178,3.456 6.469,3.456" + style="fill:#e0caaa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20221" /><path + d="m 768.943,304.321 h 14.456 c -0.218,9.572 -0.903,20.688 -1.756,31.581 h -10.949 c -0.851,-10.881 -1.534,-21.991 -1.751,-31.581" + style="fill:#e83a57;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20223" /><path + d="m 751.721,391.425 h -8.15 L 711.65,27.3879 h 40.071 V 391.425" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20225" /><path + d="M 754.608,41.141 H 708.084 L 703.05,27.3879 h 56.592 l -5.034,13.7531" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20227" /><path + d="m 751.721,304.83 h -15.743 l -2.68,-30.563 h 18.423 v 30.563" + style="fill:#e83a57;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20229" /><path + d="m 751.721,263.57 h -19.362 l -1.25,-14.263 h 20.612 v 14.263" + style="fill:#e83a57;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20231" /><path + d="m 751.721,318.816 v 72.609 h -8.15 l -5.022,-57.274 c 1.849,0.754 10.765,-4.656 13.172,-15.335" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20233" /><path + d="m 783.473,478.797 c 0,18.886 -14.603,18.886 -14.603,0 0,-31.492 6.788,-87.697 6.788,-87.697 h 1.027 c 0,0 6.788,56.054 6.788,87.697" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20235" /><path + d="m 777.487,417.099 c -1.631,0 -3.218,0.38 -4.745,1.079 1.524,-15.538 2.916,-27.078 2.916,-27.078 h 1.027 c 0,0 1.342,11.099 2.834,26.197 -0.669,-0.127 -1.346,-0.198 -2.032,-0.198" + style="fill:#e0caaa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20237" /><path + d="m 777.807,392.613 h -11.314 v -7.979 h 11.314 c 0.879,0 1.591,0.712 1.591,1.59 v 4.799 c 0,0.878 -0.712,1.59 -1.591,1.59" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20239" /><path + d="m 771.587,401.358 c 0,3.235 -2.623,5.858 -5.858,5.858 h -55.777 c -20.63,0 -39.392,-11.036 -39.392,-11.036 0,0 17.234,-24.621 39.392,-24.621 h 55.777 c 3.235,0 5.858,2.623 5.858,5.858 v 23.941" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20241" /><path + d="m 710.443,405.351 c -8.672,0 -16.979,-2.124 -23.445,-4.426 7.941,-1.576 20.146,-2.584 33.842,-2.585 22.977,0 41.766,2.839 43.231,6.425 -0.724,0.363 -1.53,0.586 -2.394,0.586 h -51.234" + style="fill:#f7ead7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20243" /><path + d="m 749.803,385.6 c -29.858,0 -66.6,-2.191 -78.907,10.118 2.462,-3.331 18.669,-24.159 39.056,-24.159 h 55.777 c 3.235,0 5.858,2.623 5.858,5.858 v 14.01 c -2.082,-2.082 -14.352,-5.827 -21.784,-5.827" + style="fill:#e0caaa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20245" /><path + d="m 770.687,441.345 h 10.974 c 0.851,10.891 1.53,22.001 1.741,31.581 h -14.461 c 0.212,-9.561 0.893,-20.677 1.746,-31.581" + style="fill:#e83a57;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20247" /><path + d="m 694.096,375.588 c 0.546,-0.273 1.099,-0.532 1.659,-0.783 v 6.593 h 31.96 v -9.839 h 1.659 v 11.498 h -35.278 v -7.469" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20249" /><path + d="m 771.869,390.138 h -44.334 v 17.069 h 1.659 v -15.409 h 42.675 v -1.66" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20251" /><path + d="m 573.246,214.069 c 12.272,-10.461 23.537,-43.251 24.744,-47.073 1.207,-3.821 -3.218,-17.099 -6.839,-16.495 -3.622,0.603 -17.905,63.568 -17.905,63.568" + style="fill:#f4d592;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20253" /><path + d="m 610.663,174.993 -18.305,-1.157 -1.207,-23.335 c 6.839,-1.207 20.317,13.68 20.317,13.68 l -0.805,10.812" + style="fill:#f4d592;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20255" /><path + d="M 588.736,92.766 H 563.792 V 58.7691 h 24.944 V 92.766" + style="fill:#f4d592;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20257" /><path + d="M 584.512,158.95 537.44,153.356 C 549.911,110.607 551.596,28.3063 551.596,28.3063 h 0.528 l 20.519,78.7057 h 2.011 c 0,0 25.951,-56.7331 30.376,-78.7057 h 0.805 c 0,0 -9.052,100.8787 -21.323,130.6437" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20259" /><path + d="m 573.559,88.5582 8.541,-34.048 c 12.561,1.5687 21.723,4.2589 21.723,4.2589 0,0 -13.69,132.7149 -28.766,153.5899 -2.615,3.621 -19.111,14.785 -23.335,14.182 -4.225,-0.604 -17.218,-9.927 -21.323,-19.312 -3.791,-8.663 7.041,-102.594 8.449,-149.8681 11.302,-3.989 24.349,-4.4379 35.778,-3.5957 l -1.067,34.793" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20261" /><path + d="m 574.074,53.7621 c -0.311,43.8508 -7.595,141.5549 -12.096,151.1219 l 0.998,0.469 c 4.543,-9.655 11.889,-107.6491 12.202,-151.5831 l -1.104,-0.0078" + style="fill:#f4d592;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20263" /><path + d="m 546.596,68.2469 c -3.076,37.3531 7.754,79.8931 24.638,81.8521 9.084,1.053 18.709,-8.249 25.069,-30.703 -3.697,26.008 -5.116,47.176 -10.383,66.309 -2.981,-10.638 -11.722,-10.338 -19.081,-12.155 -12.209,-3.016 -26.557,9.791 -37.006,30.878 -1.835,-18.069 7.699,-102.913 9.015,-147.0671 3.048,-1.0757 6.225,-1.8867 9.462,-2.4918 -0.755,4.3008 -1.335,8.7731 -1.714,13.3778" + style="fill:#f4d592;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20265" /><path + d="m 611.434,164.402 c -1.093,-0.183 -8.712,3.54 -5.377,9.064 3.017,4.996 7.189,8.528 8.125,6.433 1.761,-3.944 2.113,-9.298 -2.748,-15.497" + style="fill:#ff9d66;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20267" /><path + d="m 571.152,177.37 c -1.222,-0.411 -5.729,-1.424 -7.568,-5.201 l -4.63,1.109 c 2.184,3.029 6.692,6.621 10.848,7.114 2.878,0.342 2.599,-2.602 1.35,-3.022" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20269" /><path + d="m 612.347,183.294 -35.568,5.245 c -0.91,0.134 -1.817,-0.258 -2.343,-1.012 L 560.12,167.01 c -1.031,-1.479 -0.147,-3.526 1.636,-3.788 l 35.568,-5.246 c 0.91,-0.133 1.818,0.258 2.343,1.012 l 14.316,20.518 c 1.031,1.478 0.147,3.525 -1.636,3.788" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20271" /><path + d="m 612.347,183.294 -35.568,5.245 c -0.91,0.134 -1.817,-0.258 -2.343,-1.012 l -0.864,-1.237 c 7.371,-0.113 14.876,-2.096 20.713,-5.924 6.974,-4.575 9.955,-10.721 8.844,-16.416 l 10.854,15.556 c 1.031,1.478 0.147,3.525 -1.636,3.788" + style="fill:#6b595e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20273" /><path + d="m 519.687,162.471 c 0,17.668 4.224,38.019 12.824,48.279 8.599,10.26 11.466,-60.199 6.789,-62.009 -4.677,-1.81 -19.613,2.866 -19.613,13.73" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20275" /><path + d="m 562.836,160.81 -4.073,12.674 c 0,0 -34.104,-0.798 -37.266,-5.583 -5.885,-8.901 4.526,-20.669 14.635,-20.518 8.31,0.124 26.704,13.427 26.704,13.427" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20277" /><path + d="m 551.722,226.541 c -2.426,-0.346 -7.741,-3.575 -12.607,-8.033 12.824,-17.091 25.683,-23.902 25.683,-23.902 0,0 3.917,11.32 4.225,22.997 -5.992,4.381 -14.447,9.346 -17.301,8.938" + style="fill:#906f93;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20279" /><path + d="m 565.606,219.982 c -5.43,3.61 -11.541,6.894 -13.884,6.559 -2.426,-0.346 -7.74,-3.575 -12.607,-8.033 l 0.182,-0.239 c 2.609,-2.068 9.782,-4.322 13.411,-4.322 6.54,0 10.989,3.1 12.898,6.035" + style="fill:#725177;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20281" /><path + d="m 562.609,236.021 -13.201,1.786 -2.414,-13.58 c 4.894,-4.104 10.126,-2.134 15.442,-0.507 l 0.173,12.301" + style="fill:#ed7656;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20283" /><path + d="m 546.392,224.044 c -0.435,1.007 0.399,5.236 1.596,5.636 0.681,-1.762 3.405,-3.241 8.618,-3.006 3.712,0.167 3.005,-4.931 -0.329,-5.964 -3.334,-1.033 -8.922,1.103 -9.885,3.334" + style="fill:#725177;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20285" /><path + d="m 548.951,234.493 c 0.103,9.509 0.869,19.765 11.924,18.803 9.253,-0.805 7.406,-12.629 6.814,-20 -0.33,-4.112 -3.55,-12.331 -9.183,-12.13 -5.633,0.201 -9.645,5.025 -9.555,13.327" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20287" /><path + d="m 551.029,233.894 c 0.634,8.7 0.462,16.523 11.505,15.53 3.719,-0.334 4.507,-2.314 5.624,-5.374 2.583,4.602 -2.081,9.883 -7.232,10.332 -4.366,0.38 -8.48,-0.867 -10.237,-3.147 -2.693,-3.492 -1.852,-9.44 -1.914,-15.192 -0.022,-2.01 2.218,-2.647 2.254,-2.149" + style="fill:#99334e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20289" /><path + d="m 567.741,248.308 c 0.101,1.149 -2.565,2.32 -5.955,2.617 -3.389,0.296 -6.218,-0.395 -6.319,-1.543 -0.101,-1.148 2.566,-2.32 5.955,-2.616 3.39,-0.296 6.219,0.394 6.319,1.542" + style="fill:#99334e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20291" /><path + d="m 609.814,27.3879 h -4.784 c 0,0 0.114,3.2601 0.311,2.8551 1.162,-2.395 4.473,-2.8551 4.473,-2.8551" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20293" /><path + d="m 547.705,27.3879 h 4.783 c 0,0 0.277,3.2601 0.032,2.8551 -1.45,-2.395 -4.815,-2.8551 -4.815,-2.8551" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20295" /><path + d="m 610.8,168.723 c -0.188,2.583 -2.817,5.87 -3.944,6.809 -1.127,0.94 0.187,3.428 1.267,3.147 1.08,-0.283 3.429,-2.349 3.899,-3.523 0.468,-1.174 -1.222,-6.433 -1.222,-6.433" + style="fill:#ff9d66;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20297" /><path + d="m 613.195,173.09 c -0.188,2.583 -2.818,5.87 -3.945,6.809 -1.127,0.94 0.189,3.429 1.269,3.147 1.08,-0.281 3.427,-2.348 3.897,-3.523 0.47,-1.174 -1.221,-6.433 -1.221,-6.433" + style="fill:#ff9d66;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20299" /><path + d="m 562.836,160.81 -4.073,12.674 c 0,0 3.079,3.528 8.715,4.161 0,0 3.592,-2.043 6.973,-2.536 3.382,-0.493 1.214,-13.945 -11.615,-14.299" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20301" /><path + d="m 580.386,177.706 c -0.983,-0.525 -4.368,-2.829 -8.869,-1.885 l 1.152,-3.537 c 1.779,-0.56 5.705,0.583 7.748,1.695 2.043,1.112 0.951,4.251 -0.031,3.727" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20303" /><path + d="m 578.257,172.224 c -0.993,-0.503 -4.43,-2.733 -8.909,-1.692 l 1.075,-3.559 c 1.767,-0.598 5.142,0.544 7.209,1.612 2.066,1.066 1.619,4.142 0.625,3.639" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20305" /><path + d="m 576.031,167.077 c -1.153,-0.54 -5.167,-2.889 -10.183,-2.078 l 1.022,-3.442 c 1.968,-0.503 5.854,0.777 8.253,1.921 2.4,1.144 2.062,4.14 0.908,3.599" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20307" /><path + d="m 550.066,236.501 c -0.121,1.732 -0.796,3.138 -1.509,3.138 -0.713,0 -1.194,-1.406 -1.073,-3.138 0.121,-1.734 0.796,-3.138 1.509,-3.138 0.713,0 1.194,1.404 1.073,3.138" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20309" /><path + d="m 549.458,236.454 c -0.077,1.105 -0.509,2.002 -0.964,2.002 -0.455,0 -0.76,-0.897 -0.683,-2.002 0.076,-1.106 0.507,-2.003 0.963,-2.003 0.455,0 0.761,0.897 0.684,2.003" + style="fill:#ff9d66;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20311" /><path + d="m 549.63,235.561 c -0.056,0.802 -0.368,1.452 -0.698,1.452 -0.329,0 -0.551,-0.65 -0.495,-1.452 0.055,-0.801 0.368,-1.451 0.698,-1.451 0.329,0 0.551,0.65 0.495,1.451" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20313" /><path + d="m 629.785,63.3973 c -4.799,0 -8.349,1.3488 -10.853,4.1218 -6.154,6.8141 -4.589,21.3782 -2.935,36.7969 2.489,23.188 5.311,49.47 -16.332,57.55 l 0.386,1.034 c 22.446,-8.381 19.576,-35.114 17.044,-58.701 -1.628,-15.167 -3.166,-29.4939 2.656,-35.94 2.281,-2.5277 5.567,-3.7578 10.036,-3.7578 h 0.123 l 0.007,-1.1039 h -0.132" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20315" /><path + d="m 558.346,235.623 c 0.149,0.68 -0.066,1.298 -0.48,1.381 -0.414,0.083 -0.871,-0.402 -1.02,-1.08 -0.15,-0.68 0.065,-1.298 0.479,-1.381 0.415,-0.083 0.871,0.4 1.021,1.08" + style="fill:#604748;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20317" /><path + d="m 558.703,239.255 -2.776,0.183 c -0.234,0.016 -0.436,-0.153 -0.452,-0.378 l -0.063,-0.843 c -0.016,-0.224 0.159,-0.418 0.393,-0.434 l 2.776,-0.183 c 0.234,-0.015 0.436,0.154 0.452,0.377 l 0.063,0.844 c 0.016,0.225 -0.159,0.418 -0.393,0.434" + style="fill:#99334e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20319" /><path + d="m 564.891,234.942 c 0.149,0.68 -0.066,1.298 -0.48,1.381 -0.415,0.083 -0.871,-0.4 -1.02,-1.08 -0.15,-0.68 0.065,-1.298 0.479,-1.381 0.414,-0.083 0.871,0.401 1.021,1.08" + style="fill:#604748;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20321" /><path + d="m 566.653,238.14 -2.696,0.579 c -0.226,0.048 -0.452,-0.09 -0.505,-0.309 l -0.195,-0.827 c -0.052,-0.22 0.09,-0.437 0.316,-0.485 l 2.697,-0.581 c 0.227,-0.048 0.453,0.09 0.505,0.31 l 0.196,0.827 c 0.052,0.219 -0.091,0.437 -0.318,0.486" + style="fill:#99334e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20323" /><path + d="m 561.091,235.647 c 0.417,-2.408 0.462,-3.921 -0.254,-4.403 -0.446,-0.302 -1.016,-0.145 -1.455,0.066 l -0.017,-0.045 c 0,0 1.306,-1.016 2.075,-0.579 0.76,0.433 0.448,2.158 -0.349,4.961" + style="fill:#ff9d66;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20325" /><path + d="m 562.337,227.347 0.054,0.388 -5.77,0.802 -0.056,-0.407 5.772,-0.783" + style="fill:#ed7656;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20327" /><path + d="m 560.879,226.609 c 0.026,0.202 -0.561,0.207 -1.361,0.312 -0.801,0.103 -1.512,0.266 -1.538,0.064 -0.027,-0.202 0.491,-0.595 1.291,-0.699 0.8,-0.104 1.582,0.12 1.608,0.323" + style="fill:#ed7656;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20329" /><path + d="m 724.214,115.374 h -54.241 v -9.158 h 54.241 v 9.158" + style="fill:#3d2f33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20331" /><path + d="M 763.527,112.078 H 722.49 V 30.807 h 41.037 v 81.271" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20333" /><path + d="M 745.487,112.078 H 719.095 V 30.807 h 26.392 v 81.271" + style="fill:#3d2f33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20335" /><path + d="m 720.175,149.233 h -39.448 v -2.16 h 39.448 v 2.16" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20337" /><path + d="m 737.175,81.9602 h -68.396 v 11.0359 h 68.396 c 4.978,0 4.978,-11.0359 0,-11.0359" + style="fill:#ff4a4a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20339" /><path + d="m 740.829,88.652 c -0.304,2.3171 -1.52,4.3441 -3.654,4.3441 H 668.779 V 88.652 h 72.05" + style="fill:#d12a2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20341" /><path + d="m 737.175,70.466 h -68.396 v 7.725 h 68.396 c 3.006,0 3.006,-7.725 0,-7.725" + style="fill:#ff4a4a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20343" /><path + d="m 739.429,74.3219 c 0.002,1.934 -0.749,3.8691 -2.254,3.8691 h -68.396 v -3.8691 h 70.65" + style="fill:#d12a2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20345" /><path + d="m 688.584,38.509 h -23.023 v 5.518 h 23.023 c 2.422,0 4.393,1.971 4.393,4.3929 v 6.216 c 0,5.4641 4.445,9.9102 9.91,9.9102 h 29.863 c 2.988,0 2.988,-5.518 0,-5.518 h -29.863 c -2.422,0 -4.393,-1.9711 -4.393,-4.3922 v -6.216 c 0,-5.4648 -4.445,-9.9109 -9.91,-9.9109" + style="fill:#ffc043;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20347" /><path + d="m 690.181,40.575 h -23.024 v 3.452 h -1.596 v -5.518 h 23.023 c 3.648,0 6.833,1.9871 8.554,4.9289 -1.791,-1.768 -4.248,-2.8629 -6.957,-2.8629" + style="fill:#ffa039;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20349" /><path + d="m 694.573,50.4859 v 6.2161 c 0,1.816 0.499,3.516 1.357,4.9812 -1.821,-1.798 -2.953,-4.293 -2.953,-7.0473 v -6.216 c 0,-0.5418 -0.113,-1.0551 -0.292,-1.5328 1.138,0.7942 1.888,2.109 1.888,3.5988" + style="fill:#ffa039;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20351" /><path + d="m 734.347,61.0941 h -29.863 c -1.881,0 -3.476,-1.1941 -4.101,-2.8589 0.711,0.4961 1.572,0.7929 2.504,0.7929 h 29.863 c 1.274,0 1.999,1.0028 2.188,2.1539 -0.184,-0.0531 -0.377,-0.0879 -0.591,-0.0879" + style="fill:#ffa039;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20353" /><path + d="M 771.373,32.216 H 627.339 v -4.8281 h 144.034 v 4.8281" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20355" /><path + d="M 675.015,112.078 H 633.978 V 30.807 h 41.037 v 81.271" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20357" /><path + d="M 675.015,113.119 H 633.978 V 98.0449 h 41.037 v 15.0741" + style="fill:#3d2f33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20359" /><path + d="M 763.527,113.119 H 722.49 V 98.0449 h 41.037 v 15.0741" + style="fill:#3d2f33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20361" /><path + d="M 658.561,112.078 H 629.328 V 30.807 h 29.233 v 81.271" + style="fill:#3d2f33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20363" /><path + d="m 671.939,91.234 h -9.434 V 68.2281 h 9.434 V 91.234" + style="fill:#3d2f33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20365" /><path + d="m 735.852,134.319 h -32.335 l -1.484,-13.694 h 35.301 l -1.482,13.694" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20367" /><path + d="m 708.728,134.319 c 0,-6.219 5.042,-11.26 11.26,-11.26 6.219,0 11.26,5.041 11.26,11.26 0,6.219 -5.041,11.261 -11.26,11.261 -6.218,0 -11.26,-5.042 -11.26,-11.261" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20369" /><path + d="m 737.956,134.319 h -9.589 l 2.259,-13.694 h 10.469 l -3.139,13.694" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20371" /><path + d="m 734.459,189.125 h -7.543 l -11.869,-51.7 h 7.544 l 11.868,51.7" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20373" /><path + d="m 693.607,134.319 h -32.335 l -1.484,-13.694 h 35.302 l -1.483,13.694" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20375" /><path + d="m 666.484,134.319 c 0,-6.219 5.041,-11.26 11.259,-11.26 6.219,0 11.26,5.041 11.26,11.26 0,6.219 -5.041,11.261 -11.26,11.261 -6.218,0 -11.259,-5.042 -11.259,-11.261" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20377" /><path + d="m 692.215,189.125 h -7.544 l -11.868,-51.7 h 7.543 l 11.869,51.7" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20379" /><path + d="m 668.278,134.319 c 0,-3.463 2.283,-6.271 5.097,-6.271 2.816,0 5.098,2.808 5.098,6.271 0,3.464 -2.282,6.273 -5.098,6.273 -2.814,0 -5.097,-2.809 -5.097,-6.273" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20381" /><path + d="m 672.128,134.319 c 0,-1.868 1.231,-3.383 2.75,-3.383 1.519,0 2.75,1.515 2.75,3.383 0,1.869 -1.231,3.384 -2.75,3.384 -1.519,0 -2.75,-1.515 -2.75,-3.384" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20383" /><path + d="m 693.906,134.319 h -9.589 l 2.258,-13.694 h 10.469 l -3.138,13.694" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20385" /><path + d="M 753.561,126.102 H 638.743 l -5.266,-13.694 h 125.351 l -5.267,13.694" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20387" /><path + d="m 667.652,126.102 h -32.138 l -1.474,-13.694 h 35.087 l -1.475,13.694" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20389" /><path + d="M 754.291,124.037 H 648.295 l -4.862,-10.871 h 115.72 l -4.862,10.871" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20391" /><path + d="M 769.361,122.856 H 631.98 V 109.06 h 137.381 v 13.796" + style="fill:#eddcc0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20393" /><path + d="m 663.351,122.856 h -39.14 V 109.06 h 39.14 v 13.796" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20395" /><path + d="M 721.433,223.724 H 608.277 l 54.617,-65.377 h 113.155 l -54.616,65.377" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20397" /><path + d="m 719.043,221.165 h -100.81 l 48.658,-58.247 100.81,0.001 -48.658,58.246" + style="fill:#95cbdb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20399" /><path + d="m 711.813,134.319 c 0,-3.463 2.281,-6.271 5.096,-6.271 2.816,0 5.098,2.808 5.098,6.271 0,3.464 -2.282,6.273 -5.098,6.273 -2.815,0 -5.096,-2.809 -5.096,-6.273" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20401" /><path + d="m 715.662,134.319 c 0,-1.868 1.232,-3.383 2.75,-3.383 1.519,0 2.75,1.515 2.75,3.383 0,1.869 -1.231,3.384 -2.75,3.384 -1.518,0 -2.75,-1.515 -2.75,-3.384" + style="fill:#d3bea1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20403" /><path + d="m 675.276,172.307 h -14.787 l 7.005,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20405" /><path + d="m 691.951,172.307 h -14.786 l 7.005,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20407" /><path + d="M 708.627,172.307 H 693.84 l 7.006,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20409" /><path + d="m 725.303,172.307 h -14.787 l 7.005,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20411" /><path + d="m 741.978,172.307 h -14.786 l 7.004,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20413" /><path + d="m 758.653,172.307 h -14.787 l 7.006,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20415" /><path + d="M 667.536,182.027 H 652.75 l 7.005,-8.543 h 14.787 l -7.006,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20417" /><path + d="m 684.212,182.027 h -14.786 l 7.005,-8.543 h 14.786 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20419" /><path + d="m 700.888,182.027 h -14.787 l 7.005,-8.543 h 14.787 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20421" /><path + d="m 717.563,182.027 h -14.787 l 7.005,-8.543 h 14.787 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20423" /><path + d="m 734.238,182.027 h -14.786 l 7.005,-8.543 h 14.786 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20425" /><path + d="m 750.914,182.027 h -14.787 l 7.005,-8.543 h 14.787 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20427" /><path + d="m 659.372,191.607 h -14.786 l 7.005,-8.543 h 14.786 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20429" /><path + d="m 676.048,191.607 h -14.787 l 7.005,-8.543 h 14.787 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20431" /><path + d="m 692.723,191.607 h -14.786 l 7.005,-8.543 h 14.787 l -7.006,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20433" /><path + d="m 709.399,191.607 h -14.787 l 7.005,-8.543 h 14.786 l -7.004,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20435" /><path + d="m 726.074,191.607 h -14.787 l 7.005,-8.543 h 14.787 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20437" /><path + d="m 742.749,191.607 h -14.786 l 7.005,-8.543 h 14.787 l -7.006,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20439" /><path + d="m 651.208,201.188 h -14.787 l 7.006,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20441" /><path + d="m 667.884,201.188 h -14.787 l 7.005,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20443" /><path + d="m 684.559,201.188 h -14.786 l 7.004,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20445" /><path + d="m 701.234,201.188 h -14.787 l 7.005,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20447" /><path + d="m 717.91,201.188 h -14.787 l 7.005,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20449" /><path + d="m 734.585,201.188 h -14.786 l 7.005,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20451" /><path + d="m 643.044,210.768 h -14.787 l 7.005,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20453" /><path + d="m 659.719,210.768 h -14.786 l 7.005,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20455" /><path + d="m 676.395,210.768 h -14.787 l 7.005,-8.544 H 683.4 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20457" /><path + d="m 693.07,210.768 h -14.787 l 7.005,-8.544 h 14.787 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20459" /><path + d="m 709.745,210.768 h -14.786 l 7.005,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20461" /><path + d="m 726.421,210.768 h -14.787 l 7.006,-8.544 h 14.786 l -7.005,8.544" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20463" /><path + d="m 634.879,220.349 h -14.786 l 7.005,-8.543 h 14.787 l -7.006,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20465" /><path + d="m 651.555,220.349 h -14.786 l 7.005,-8.543 h 14.786 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20467" /><path + d="m 668.231,220.349 h -14.788 l 7.005,-8.543 h 14.787 l -7.004,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20469" /><path + d="m 684.905,220.349 h -14.786 l 7.005,-8.543 h 14.786 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20471" /><path + d="m 701.581,220.349 h -14.787 l 7.006,-8.543 h 14.786 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20473" /><path + d="M 718.257,220.349 H 703.47 l 7.005,-8.543 h 14.787 l -7.005,8.543" + style="fill:#b0f0ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20475" /><path + d="m 661.848,32.216 h -35.316 v -4.8281 h 35.316 v 4.8281" + style="fill:#3d2f33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20477" /><path + d="m 686.926,44.6012 c 0,-3.8903 3.153,-7.0442 7.044,-7.0442 3.89,0 7.045,3.1539 7.045,7.0442 0,3.891 -3.155,7.0437 -7.045,7.0437 -3.891,0 -7.044,-3.1527 -7.044,-7.0437" + style="fill:#d12a2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20479" /><path + d="m 686.926,44.6012 c 0,-3.8903 3.153,-7.0442 7.044,-7.0442 3.89,0 7.045,3.1539 7.045,7.0442 0,3.891 -3.155,7.0437 -7.045,7.0437 -3.891,0 -7.044,-3.1527 -7.044,-7.0437" + style="fill:#d12a2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20481" /><path + d="m 690.354,45.7281 c 0,-2.8269 2.292,-5.1191 5.119,-5.1191 2.827,0 5.119,2.2922 5.119,5.1191 0,2.8282 -2.292,5.1199 -5.119,5.1199 -2.827,0 -5.119,-2.2917 -5.119,-5.1199" + style="fill:#ff4a4a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20483" /><path + d="m 693.324,46.2219 c 0,-1.4719 1.194,-2.6649 2.665,-2.6649 1.472,0 2.665,1.193 2.665,2.6649 0,1.4711 -1.193,2.6652 -2.665,2.6652 -1.471,0 -2.665,-1.1941 -2.665,-2.6652" + style="fill:#d12a2a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20485" /><path + d="m 693.677,45.6582 c 0,-0.9402 0.762,-1.7023 1.702,-1.7023 0.94,0 1.702,0.7621 1.702,1.7023 0,0.941 -0.762,1.702 -1.702,1.702 -0.94,0 -1.702,-0.761 -1.702,-1.702" + style="fill:#ffc043;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20487" /><path + d="m 685.656,41.293 c 0.614,-1.5188 2.255,-2.7489 3.667,-2.7489 1.412,0 2.06,1.2301 1.448,2.7489 -0.614,1.5191 -2.255,2.75 -3.667,2.75 -1.412,0 -2.06,-1.2309 -1.448,-2.75" + style="fill:#ffa039;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20489" /><path + d="m 660.489,172.307 7.005,-8.544 h 14.787 l -7.005,8.544 h -14.787" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20491" /><path + d="m 677.165,172.307 7.005,-8.544 h 14.786 l -7.005,8.544 h -14.786" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20493" /><path + d="m 700.846,163.763 h 0.04 l 3.516,8.544 H 693.84 l 7.006,-8.544" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20495" /><path + d="m 674.542,173.484 -7.006,8.543 h -14.642 l -0.048,-0.116 6.909,-8.427 h 14.787" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20497" /><path + d="m 691.217,173.484 -7.005,8.543 h -14.786 l 7.005,-8.543 h 14.786" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20499" /><path + d="m 686.101,182.027 7.005,-8.543 h 11.781 l 1.005,2.441 -5.004,6.102 h -14.787" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20501" /><path + d="m 706.523,177.459 1.879,4.568 h -5.626 z" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20503" /><path + d="m 659.372,191.607 h -2.536 l -3.516,-8.543 h 13.057 l -7.005,8.543" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20505" /><path + d="m 676.048,191.607 h -14.787 l 7.005,-8.543 h 14.787 l -7.005,8.543" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20507" /><path + d="m 677.937,191.607 7.005,-8.543 h 14.787 l -7.006,8.543 h -14.786" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20509" /><path + d="m 694.612,191.607 7.005,-8.543 h 7.212 l 2.531,6.151 -1.961,2.392 h -14.787" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20511" /><path + d="m 711.992,190.749 0.354,0.858 h -1.059 z" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20513" /><path + d="m 657.58,193.416 -0.317,-0.772 h 0.95 z" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20515" /><path + d="m 674.889,192.644 -7.005,8.544 h -7.105 l -2.567,-6.238 1.89,-2.306 h 14.787" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20517" /><path + d="m 691.564,192.644 -7.005,8.544 h -14.786 l 7.004,-8.544 h 14.787" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20519" /><path + d="m 693.452,192.644 h 14.787 l -7.005,8.544 h -14.787 l 7.005,-8.544" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20521" /><path + d="m 710.128,192.644 h 2.645 l 3.515,8.544 h -13.165 l 7.005,-8.544" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20523" /><path + d="m 663.05,206.706 -1.844,-4.482 h 5.518 z" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20525" /><path + d="m 683.4,202.224 -7.005,8.544 h -11.673 l -1.04,-2.528 4.931,-6.016 H 683.4" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20527" /><path + d="m 700.075,202.224 -7.005,8.544 h -14.787 l 7.005,-8.544 h 14.787" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20529" /><path + d="m 694.959,210.768 7.005,-8.544 h 14.751 l 0.012,0.03 -6.982,8.514 h -14.786" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20531" /><path + d="m 717.359,203.787 2.873,6.981 h -8.598 z" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20533" /><path + d="m 668.52,219.996 -3.371,-8.19 h 10.086 z" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20535" /><path + d="m 684.905,220.349 h -14.786 l 7.005,-8.543 h 14.786 l -7.005,8.543" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20537" /><path + d="m 708.586,211.806 -7.005,8.543 h -14.787 l 7.006,-8.543 h 14.786" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20539" /><path + d="m 703.47,220.349 7.005,-8.543 h 10.183 l 1.538,3.738 -3.939,4.805 H 703.47" + style="fill:#ccf8ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20541" /><path + d="m 669.644,89.309 h -6.299 V 70.1539 h 6.299 V 89.309" + style="fill:#95cbdb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20543" /><path + d="m 690.771,41.293 c -0.614,1.5191 -2.255,2.75 -3.666,2.75 -1.412,0 -2.061,-1.2309 -1.449,-2.75 0.098,-0.241 0.23,-0.4719 0.374,-0.695 h 4.928 c -0.035,0.2231 -0.09,0.454 -0.187,0.695" + style="fill:#ffc043;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20545" /><path + d="m 784.002,178.889 3.156,11.623 23.609,-4.109 5.764,-25.632 c 0,0 -22.131,9.161 -32.529,18.118" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20547" /><path + d="m 807.987,185.682 6.331,-26.094 c 0,0 33.753,63.547 26.713,62.226 -14.823,-2.779 -33.044,-36.132 -33.044,-36.132" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20549" /><path + d="M 864.913,132.565 852.561,27.8762 h -0.85 l -13.047,86.4698 -2.471,0.308 -33.429,-86.7778 h -0.85 l 13.279,121.3658 49.72,-16.677" + style="fill:#ff4a4a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20551" /><path + d="m 849.947,39.5652 -11.283,74.7808 -2.471,0.308 -26.893,-69.8091 -5.452,0.7082 11.345,103.6889 49.72,-16.677 -11.033,-93.5099 -3.933,0.5101" + style="fill:#c62828;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20553" /><path + d="m 851.441,27.3879 h 6.338 c 0,0 -4.437,2.0434 -5.775,3.4512 -1.339,1.4089 -0.563,-3.4512 -0.563,-3.4512" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20555" /><path + d="m 802.97,27.3879 h -6.339 c 0,0 4.437,2.0434 5.775,3.4512 1.339,1.4089 0.564,-3.4512 0.564,-3.4512" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20557" /><path + d="m 860.178,47.6402 c -23.779,-1.2351 -57.749,7.4118 -57.749,7.4118 0,0 4.458,150.241 34.588,165.527 14,7.103 31.586,-2.139 36.029,-18.838 5.971,-22.44 -12.868,-154.1008 -12.868,-154.1008" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20559" /><path + d="m 817.775,51.7102 1.172,-0.234 c 0,0 0.534,122.1968 21.885,158.1998 l -0.949,0.554 C 818.378,173.97 817.775,51.7102 817.775,51.7102" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20561" /><path + d="m 864.822,215.587 c -13.223,-8.943 -25.641,-9.39 -26.879,-9.213 -0.959,0.137 -0.093,8.76 0.835,14.995 7.932,3.203 20.786,0.368 26.044,-5.782" + style="fill:#59494d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20563" /><path + d="m 862.393,217.769 c -2.818,-1.866 -8.891,-4.26 -13.383,-4.26 -5.913,0 -9.613,4.155 -8.966,8.32 7.129,2.388 15.869,1.083 22.349,-4.06" + style="fill:#3f3034;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20565" /><path + d="m 845.098,233.802 12.821,-1.956 -0.512,-11.091 c -5.74,-2.297 -10.45,-2.522 -12.822,1.956 l 0.513,11.091" + style="fill:#ed7656;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20567" /><path + d="m 858.39,220.188 -0.893,2.301 -10.753,-2.441 0.846,-4.414 10.8,4.554" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20569" /><path + d="m 843.176,217.841 3.897,2.207 -2.394,3.849 -1.409,-1.173 -0.094,-4.883" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20571" /><path + d="m 843.888,248.076 c -3.293,-5.87 -2.12,-20.094 -0.489,-23.547 0.935,-1.979 10.541,-2.52 12.831,0.542 2.879,3.85 4.899,13.246 4.718,19.111 -0.308,10.038 -11.733,13.391 -17.06,3.894" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20573" /><path + d="m 856.136,240.379 c 1.719,7.95 -6.36,11.942 -12.049,8.026 -0.864,4.887 3.597,6.484 8.856,6.484 5.919,0 9.357,-5.02 9.532,-10.707 0.149,-4.843 -2.731,-12.085 -4.827,-16.633 -1.512,3.063 -2.639,7.618 -1.512,12.83" + style="fill:#bc4428;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20575" /><path + d="m 856.064,233.499 c 0.46,1.955 1.611,3.414 2.571,3.26 0.96,-0.156 1.366,-1.867 0.906,-3.822 -0.46,-1.955 -1.611,-3.415 -2.571,-3.259 -0.96,0.155 -1.366,1.866 -0.906,3.821" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20577" /><path + d="m 856.635,232.954 c 0.26,1.103 0.908,1.925 1.449,1.837 0.541,-0.088 0.77,-1.052 0.511,-2.153 -0.26,-1.103 -0.908,-1.925 -1.449,-1.837 -0.541,0.088 -0.77,1.051 -0.511,2.153" + style="fill:#ff9d66;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20579" /><path + d="m 856.357,232.583 c 0.19,0.807 0.665,1.41 1.061,1.347 0.397,-0.065 0.565,-0.772 0.374,-1.579 -0.189,-0.807 -0.665,-1.41 -1.061,-1.346 -0.397,0.064 -0.564,0.771 -0.374,1.578" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20581" /><path + d="m 836.332,48.8 c 2.306,49.1039 3.781,118.812 12.009,130.865 6.646,9.735 12.842,17.75 17.186,17.75 0.243,0 5.416,9.428 5.657,9.407 0.755,-1.603 1.387,-3.297 1.862,-5.081 5.97,-22.44 -12.868,-154.1008 -12.868,-154.1008 -5.616,-0.291 -16.521,0.0328 -23.846,1.1598" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20583" /><path + d="m 847.053,175.182 c 12.045,12.199 20.691,37.213 20.691,37.213 0,0 14.526,-11.262 6.331,-40.763 -6.176,-22.236 -26.558,-24.552 -29.183,-22.699 -2.625,1.853 2.161,26.249 2.161,26.249" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20585" /><path + d="m 844.892,148.933 c -10.346,6.794 -25.632,26.868 -25.632,26.868 l 4.015,9.573 c 0,0 21.632,-8.917 26.249,-7.721 7.593,1.969 4.393,-29.637 -4.632,-28.72" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20587" /><path + d="m 843.765,152.502 c 2.625,-1.854 23.007,0.463 29.183,22.698 3.307,11.905 2.912,20.837 1.267,27.26 2.463,-6.524 3.833,-16.528 -0.14,-30.828 -6.176,-22.236 -26.558,-24.552 -29.183,-22.699 -10.346,6.794 -25.632,26.868 -25.632,26.868 0,0 16.245,-17.875 24.505,-23.299" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20589" /><path + d="m 842.096,177.553 c -7.282,1.468 -12.912,4.929 -17.197,7.166 5.104,-2.033 20.719,-7.789 24.569,-6.791 -0.479,-0.899 -2.019,-1.455 -7.372,-0.375" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20591" /><path + d="m 784.002,178.889 6.255,11.107 c 0,0 -8.875,7.56 -11.692,7.489 -2.818,-0.07 -5.142,-8.311 -3.592,-11.269 1.55,-2.958 9.029,-7.327 9.029,-7.327" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20593" /><path + d="m 765.014,221.557 9.79,-0.792 c 0.722,-0.06 1.325,-0.58 1.489,-1.287 l 6.873,-29.685 c 0.255,-1.1 -0.634,-2.129 -1.759,-2.038 l -9.79,0.794 c -0.722,0.058 -1.325,0.578 -1.489,1.285 l -6.873,29.685 c -0.255,1.1 0.634,2.129 1.759,2.038" + style="fill:#e83a57;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20595" /><path + d="m 766.354,220.158 8.089,-0.655 c 0.597,-0.049 1.095,-0.479 1.23,-1.063 l 6.326,-27.379 c 0.211,-0.909 -0.523,-1.759 -1.453,-1.683 l -8.088,0.655 c -0.598,0.048 -1.096,0.478 -1.23,1.062 l -6.327,27.379 c -0.21,0.909 0.524,1.759 1.453,1.684" + style="fill:#ffe8a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20597" /><path + d="m 790.257,189.996 c -1.408,3.896 -3.052,9.391 -4.273,9.813 -1.221,0.423 -7.043,3.288 -7.56,3.616 -0.517,0.329 -1.127,-1.972 0,-3.334 1.127,-1.362 4.414,-3.428 4.414,-3.428 0,0 -1.346,-2.359 0.47,-5.165 1.549,-2.395 6.949,-1.502 6.949,-1.502" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20599" /><path + d="m 823.783,185.863 c -1.267,3.663 -2.958,7.044 -4.367,7.114 -1.408,0.071 -6.339,-0.916 -7.395,-0.775 -1.057,0.142 0.845,-2.605 3.663,-3.028 2.817,-0.423 8.099,-3.311 8.099,-3.311" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20601" /><path + d="m 819.26,175.801 6.401,8.654 c 0,0 -7.519,6.843 -10.407,7.125 -2.888,0.281 -3.205,-8.783 -2.616,-10.657 1.066,-3.392 6.622,-5.122 6.622,-5.122" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20603" /><path + d="m 815.144,190.653 c -2.818,0.47 -3.804,-0.516 -3.992,-1.737 -0.188,-1.221 1.972,-2.207 2.582,-2.348 0.611,-0.141 1.41,4.085 1.41,4.085" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20605" /><path + d="m 814.768,187.46 c -2.818,0.47 -3.804,-0.517 -3.992,-1.737 -0.187,-1.221 1.973,-2.208 2.583,-2.348 0.611,-0.141 1.409,4.085 1.409,4.085" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20607" /><path + d="m 814.883,183.571 c -2.494,0.371 -3.19,-0.76 -3.164,-2.108 0.025,-1.348 2.034,-2.32 2.58,-2.443 0.547,-0.123 0.584,4.551 0.584,4.551" + style="fill:#ffbb83;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20609" /><path + d="m 832.329,130.871 2.386,-13.106 18.509,-2.282 -0.266,-1.988 -19.819,2.763 -2.595,14.795 1.785,-0.182" + style="fill:#f4d790;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20611" /><path + d="m 849.652,238.181 c -0.046,0.746 0.284,1.368 0.738,1.387 0.454,0.021 0.859,-0.568 0.906,-1.315 0.047,-0.747 -0.283,-1.368 -0.736,-1.389 -0.454,-0.019 -0.861,0.569 -0.908,1.317" + style="fill:#604748;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20613" /><path + d="m 849.871,242.099 2.981,-0.262 c 0.25,-0.022 0.437,-0.235 0.419,-0.476 l -0.074,-0.907 c -0.018,-0.24 -0.238,-0.418 -0.488,-0.396 l -2.98,0.262 c -0.251,0.023 -0.439,0.236 -0.419,0.476 l 0.072,0.907 c 0.019,0.241 0.238,0.418 0.489,0.396" + style="fill:#bc4428;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20615" /><path + d="m 843.759,238.111 c -0.046,0.747 0.283,1.368 0.737,1.389 0.454,0.019 0.861,-0.569 0.907,-1.317 0.047,-0.746 -0.283,-1.368 -0.737,-1.388 -0.454,-0.02 -0.86,0.569 -0.907,1.316" + style="fill:#604748;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20617" /><path + d="m 842.412,241.939 2.961,0.173 c 0.249,0.015 0.466,-0.17 0.486,-0.411 l 0.071,-0.911 c 0.019,-0.242 -0.167,-0.45 -0.416,-0.464 l -2.961,-0.173 c -0.249,-0.014 -0.467,0.17 -0.485,0.411 l -0.073,0.911 c -0.018,0.243 0.167,0.451 0.417,0.464" + style="fill:#bc4428;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20619" /><path + d="m 847.679,238.095 c -0.84,-2.491 -1.137,-4.091 -0.455,-4.722 0.425,-0.395 1.055,-0.321 1.557,-0.169 l 0.011,-0.05 c 0,0 -1.556,-0.866 -2.3,-0.274 -0.737,0.585 -0.122,2.366 1.187,5.215" + style="fill:#ff9d66;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20621" /><path + d="m 844.989,229.477 0.006,0.422 6.264,-0.096 -0.007,-0.442 -6.263,0.116" + style="fill:#ed7656;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20623" /><path + d="m 846.417,228.454 c 0.005,0.22 0.63,0.128 1.498,0.107 0.868,-0.021 1.651,0.036 1.645,-0.184 -0.005,-0.22 -0.619,-0.552 -1.488,-0.53 -0.867,0.021 -1.661,0.387 -1.655,0.607" + style="fill:#ed7656;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path20625" /></g></svg> diff --git a/docusaurus/static/img/close.png b/docusaurus/static/img/close.png Binary files differnew file mode 100644 index 0000000..bd2ea22 --- /dev/null +++ b/docusaurus/static/img/close.png diff --git a/docusaurus/static/img/close.svg b/docusaurus/static/img/close.svg new file mode 100644 index 0000000..507cb8a --- /dev/null +++ b/docusaurus/static/img/close.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20" height="20"> + <path d="M1 5 L5 1 L10 6 L15 1 L19 5 L14 10 L19 15 L15 19 L10 14 L5 19 L1 15 L6 10 Z" stroke="#fff" fill="#000" fill-opacity="0.5"/> +</svg> diff --git a/docusaurus/static/img/complete-platform.svg b/docusaurus/static/img/complete-platform.svg new file mode 100644 index 0000000..ce99de6 --- /dev/null +++ b/docusaurus/static/img/complete-platform.svg @@ -0,0 +1,4199 @@ +<?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: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="complete-platform.svg" + viewBox="0 0 454.78278 348.22235" + height="348.22235" + width="454.78278" + xml:space="preserve" + id="svg1998" + version="1.1"><metadata + id="metadata2004"><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="defs2002"><clipPath + id="clipPath2018" + clipPathUnits="userSpaceOnUse"><path + id="path2016" + d="m 3271.2,638.09 -79.18,-45.711 c -8.71,-5.027 -23.93,-4.399 -33.99,1.41 l -86.74,49.922 c -10.06,5.809 -11.51,10.148 -2.79,15.18 l 84.06,48.949 c 8.71,5.031 19.4,5.609 29.46,-0.199 l 86.74,-49.922 c 10.06,-5.809 11.15,-14.598 2.44,-19.629 z" /></clipPath><clipPath + id="clipPath2084" + clipPathUnits="userSpaceOnUse"><path + id="path2082" + d="m 5757.39,1177.88 -79.18,-45.71 c -8.71,-5.03 -23.93,-4.4 -33.99,1.41 l -86.74,49.92 c -10.06,5.81 -11.51,10.15 -2.8,15.18 l 84.07,48.95 c 8.71,5.03 19.4,5.61 29.45,-0.2 l 86.75,-49.92 c 10.06,-5.81 11.15,-14.6 2.44,-19.63 z" /></clipPath><clipPath + id="clipPath2150" + clipPathUnits="userSpaceOnUse"><path + id="path2148" + d="m 3090.85,884.262 -17.45,37.59 c -2.92,6.289 -14.12,10.019 -25.02,8.339 l -19.85,-3.082 c -3.79,2.871 -7.93,5.641 -12.47,8.262 -4.54,2.617 -9.34,5.008 -14.3,7.199 l 5.32,11.461 c 2.92,6.301 -3.55,12.758 -14.45,14.449 l -62.72,9.7 -0.47,0.269 c 5.42,7.5 9,15.332 10.76,23.271 l 21.86,3.38 c 12,1.86 19.12,8.98 15.9,15.91 l -19.2,41.39 c -3.22,6.93 -15.55,11.04 -27.55,9.18 l -21.86,-3.38 c -4.18,3.16 -8.73,6.2 -13.73,9.09 -5.01,2.89 -10.28,5.52 -15.75,7.93 l 5.85,12.62 c 3.22,6.93 -3.9,14.05 -15.9,15.91 l -71.69,11.09 c -12,1.85 -24.33,-2.26 -27.55,-9.19 l -5.86,-12.62 c -13.75,-1.02 -27.32,-3.08 -40.3,-6.21 l -15.97,9.22 c -8.79,5.07 -23.03,5.07 -31.81,0 l -52.48,-30.3 c -8.79,-5.07 -8.79,-13.29 0,-18.36 l 15.97,-9.22 c -5.42,-7.5 -9,-15.33 -10.76,-23.27 l -21.86,-3.39 c -12,-1.85 -19.12,-8.97 -15.91,-15.9 l 19.21,-41.389 c 3.22,-6.93 15.55,-11.039 27.55,-9.18 l 21.86,3.379 c 4.18,-3.16 8.73,-6.211 13.73,-9.09 5,-2.89 10.28,-5.519 15.75,-7.941 l -5.86,-12.617 c -3.21,-6.922 3.91,-14.043 15.91,-15.903 l 71.69,-11.089 c 2.69,-0.418 5.39,-0.489 8.01,-0.34 -2.38,-4.481 -4.16,-9.039 -5.18,-13.649 l -19.85,-3.07 c -10.9,-1.691 -17.37,-8.152 -14.45,-14.441 l 17.45,-37.59 c 2.92,-6.301 14.12,-10.032 25.01,-8.34 l 19.85,3.07 c 3.8,-2.871 7.94,-5.64 12.48,-8.262 4.54,-2.617 9.33,-5.007 14.3,-7.199 l -5.32,-11.461 c -2.92,-6.289 3.55,-12.758 14.45,-14.437 l 65.1,-10.082 c 10.9,-1.68 22.1,2.051 25.02,8.34 l 5.32,11.461 c 12.49,0.929 24.81,2.812 36.6,5.64 l 14.51,-8.371 c 7.97,-4.598 20.9,-4.598 28.88,0 l 47.66,27.52 c 7.98,4.601 7.98,12.07 0,16.679 l -14.5,8.371 c 4.92,6.813 8.17,13.922 9.77,21.129 l 19.85,3.071 c 10.9,1.691 17.36,8.16 14.45,14.453 z" /></clipPath><clipPath + id="clipPath2362" + clipPathUnits="userSpaceOnUse"><path + id="path2360" + d="m 4807.82,589.859 -19.85,-3.07 c -3.8,2.871 -7.94,5.641 -12.48,8.262 -4.54,2.621 -9.33,5.008 -14.3,7.199 l 5.32,11.461 c 2.92,6.289 -3.55,12.758 -14.44,14.437 l -65.11,10.082 c -10.9,1.68 -22.1,-2.05 -25.02,-8.339 l -5.32,-11.461 c -12.49,-0.93 -24.81,-2.809 -36.6,-5.649 l -14.5,8.379 c -7.98,4.602 -20.91,4.602 -28.89,0 l -47.66,-27.519 c -7.98,-4.61 -7.98,-12.071 0,-16.68 l 14.5,-8.371 c -4.92,-6.809 -8.17,-13.918 -9.77,-21.129 l -19.85,-3.082 c -10.9,-1.68 -17.36,-8.149 -14.44,-14.438 l 17.44,-37.589 c 2.92,-6.293 14.12,-10.02 25.02,-8.34 l 19.85,3.07 c 3.8,-2.863 7.93,-5.633 12.47,-8.25 4.54,-2.633 9.34,-5.012 14.3,-7.211 l -5.32,-11.461 c -2.92,-6.289 3.55,-12.75 14.45,-14.441 l 65.1,-10.071 c 10.9,-1.687 22.1,2.051 25.02,8.34 l 5.32,11.461 c 12.49,0.93 24.81,2.801 36.6,5.641 l 14.51,-8.371 c 7.97,-4.61 20.91,-4.61 28.88,0 l 47.66,27.519 c 7.98,4.602 7.98,12.071 0,16.672 l -14.5,8.379 c 4.92,6.813 8.17,13.922 9.77,21.133 l 19.85,3.066 c 10.9,1.692 17.37,8.153 14.45,14.442 l -17.45,37.59 c -2.92,6.289 -14.12,10.031 -25.01,8.339 z" /></clipPath><clipPath + id="clipPath2472" + clipPathUnits="userSpaceOnUse"><path + id="path2470" + d="m 4383.06,675.148 -19.63,42.293 c -3.29,7.079 -15.89,11.278 -28.14,9.379 l -22.34,-3.449 c -4.27,3.219 -8.92,6.34 -14.03,9.289 -5.11,2.949 -10.5,5.629 -16.09,8.102 l 5.98,12.886 c 3.29,7.082 -3.99,14.352 -16.24,16.25 l -73.25,11.332 c -12.26,1.899 -24.86,-2.3 -28.14,-9.378 l -5.99,-12.891 c -14.06,-1.039 -27.91,-3.16 -41.18,-6.352 l -16.32,9.422 c -8.97,5.18 -23.52,5.18 -32.49,0 l -53.62,-30.961 c -8.98,-5.179 -8.98,-13.582 0,-18.761 l 16.31,-9.418 c -5.53,-7.661 -9.19,-15.661 -10.99,-23.782 l -22.34,-3.449 c -1.66,-0.262 -3.22,-0.629 -4.69,-1.078 l -1.39,2.988 c -1.77,3.809 -8.55,6.071 -15.15,5.051 l -53.56,-8.281 c -6.6,-1.02 -10.51,-4.942 -8.74,-8.75 l 7.66,-16.52 c -13.13,-3.48 -25.81,-7.73 -37.88,-12.672 l -21,12.122 c -4.83,2.789 -12.67,2.789 -17.5,0 l -39.2,-22.641 c -4.83,-2.789 -4.83,-7.309 0,-10.098 l 20.99,-12.121 c -8.56,-6.969 -15.91,-14.289 -21.95,-21.871 l -28.61,4.422 c -6.6,1.019 -13.38,-1.242 -15.15,-5.051 l -14.35,-30.922 c -1.77,-3.808 2.14,-7.726 8.75,-8.75 l 28.66,-4.429 c -1.34,-8.411 -1.34,-16.868 0,-25.278 l -28.67,-4.429 c -6.6,-1.02 -10.51,-4.942 -8.74,-8.75 l 14.35,-30.922 c 1.76,-3.809 8.55,-6.071 15.15,-5.051 l 28.6,4.43 c 6.05,-7.59 13.39,-14.911 21.95,-21.879 l -20.98,-12.121 c -4.83,-2.789 -4.83,-7.309 0,-10.098 l 39.2,-22.633 c 4.83,-2.789 12.67,-2.789 17.5,0 l 20.98,12.113 c 12.08,-4.941 24.76,-9.179 37.9,-12.671 l -7.67,-16.52 c -1.76,-3.809 2.15,-7.719 8.75,-8.75 l 53.56,-8.281 c 6.6,-1.02 13.38,1.242 15.15,5.051 l 7.68,16.55 c 14.56,-0.769 29.22,-0.769 43.78,0 l 7.68,-16.55 c 1.77,-3.809 8.55,-6.071 15.15,-5.051 l 53.56,8.281 c 6.6,1.031 10.51,4.941 8.74,8.75 l -7.66,16.52 c 13.13,3.492 25.81,7.73 37.88,12.679 l 21,-12.121 c 4.83,-2.789 12.66,-2.789 17.5,0 l 39.2,22.633 c 4.83,2.789 4.83,7.309 0,10.098 L 4222,445.18 c 8.56,6.98 15.91,14.289 21.95,21.879 l 28.61,-4.43 c 6.6,-1.02 13.38,1.242 15.15,5.051 l 14.35,30.922 c 1.77,3.808 -2.15,7.73 -8.75,8.75 l -28.66,4.429 c 1.34,8.41 1.34,16.867 0,25.278 l 28.66,4.429 c 6.6,1.024 10.52,4.942 8.75,8.75 l -9.54,20.571 c 1.29,0.492 2.52,1.062 3.66,1.722 l 53.62,30.957 c 8.97,5.184 8.97,13.582 0,18.762 l -16.32,9.422 c 5.53,7.66 9.19,15.66 10.99,23.777 l 22.34,3.449 c 12.25,1.903 19.53,9.172 16.25,16.25 z" /></clipPath><clipPath + id="clipPath2686" + clipPathUnits="userSpaceOnUse"><path + id="path2684" + d="m 3021.1,1556.35 -39.92,-6.18 c -7.5,7.19 -16.59,13.97 -27.32,20.17 -10.74,6.2 -22.49,11.44 -34.93,15.77 l 10.69,23.05 c 1.99,4.29 -2.42,8.7 -9.85,9.85 l -70.48,10.91 c -7.43,1.14 -15.07,-1.4 -17.06,-5.69 l -10.71,-23.08 c -29.37,-0.31 -58.61,-4.69 -85.01,-13.13 l -29.24,16.88 c -5.44,3.14 -14.26,3.14 -19.7,0 l -51.59,-29.79 c -5.44,-3.14 -5.44,-8.24 0,-11.38 l 29.23,-16.88 c -14.62,-15.24 -22.21,-32.12 -22.74,-49.08 l -39.98,-6.18 c -7.43,-1.15 -11.84,-5.56 -9.85,-9.85 l 18.89,-40.69 c 1.99,-4.29 9.63,-6.84 17.06,-5.69 l 39.92,6.18 c 7.5,-7.19 16.59,-13.97 27.32,-20.17 10.74,-6.2 22.49,-11.45 34.93,-15.78 l -10.7,-23.04 c -1.99,-4.29 2.42,-8.7 9.85,-9.85 l 70.49,-10.91 c 7.43,-1.15 15.07,1.4 17.06,5.69 l 10.71,23.08 c 29.36,0.31 58.6,4.69 85.01,13.13 l 29.23,-16.88 c 5.44,-3.14 14.26,-3.14 19.7,0 l 51.6,29.79 c 5.44,3.14 5.44,8.23 0,11.37 l -29.24,16.88 c 14.63,15.25 22.21,32.13 22.74,49.08 l 39.98,6.19 c 7.44,1.15 11.85,5.56 9.85,9.85 l -18.88,40.69 c -1.99,4.29 -9.63,6.84 -17.06,5.69 z" /></clipPath><clipPath + id="clipPath2836" + clipPathUnits="userSpaceOnUse"><path + id="path2834" + d="m 5586.93,844.941 c -0.06,0.047 -0.09,0.129 -0.18,0.168 l -28.98,12.911 3.02,5.468 c 3.47,6.301 2.16,11.703 -2.74,12.883 l -11.06,4.77 -0.56,16.757 c -0.16,4.762 -2.74,7.813 -6.62,8.883 -0.09,0.078 -0.14,0.188 -0.28,0.239 l -42.82,16.769 3.77,7.973 c 4.34,9.187 1.92,16.82 -5.23,18.226 l -38.28,14.473 c -0.11,0.391 -0.16,0.789 -0.34,1.187 l -17.45,37.592 c -2.92,6.29 -14.11,10.02 -25.01,8.34 l -19.85,-3.07 c -3.8,2.87 -7.93,5.63 -12.48,8.26 -4.54,2.62 -9.33,5 -14.3,7.2 l 5.32,11.46 c 2.92,6.29 -3.55,12.75 -14.44,14.44 l -65.11,10.07 c -10.89,1.69 -22.09,-2.05 -25.01,-8.34 l -5.32,-11.46 c -12.5,-0.92 -24.81,-2.8 -36.61,-5.64 l -14.5,8.37 c -7.98,4.61 -20.91,4.61 -28.89,0 l -47.66,-27.51 c -7.98,-4.61 -7.98,-12.08 0,-16.68 l 14.5,-8.371 c -4.91,-6.809 -8.16,-13.918 -9.77,-21.137 l -19.85,-3.07 c -10.89,-1.68 -17.36,-8.153 -14.44,-14.442 l 17.44,-37.59 c 2.92,-6.289 14.12,-10.031 25.02,-8.34 l 19.85,3.071 c 3.8,-2.871 7.93,-5.629 12.47,-8.262 4.55,-2.617 9.34,-5 14.31,-7.199 l -5.32,-11.461 c -2.92,-6.289 3.54,-12.758 14.44,-14.438 l 26.95,-4.171 c -4.39,-7.2 -5.05,-14.739 -1,-18.719 l 9.59,-9.422 c -6.58,-11.117 -11.99,-22.488 -16,-33.82 l -18.22,-8.899 c -10.02,-4.89 -17.9,-15.988 -17.61,-24.789 l 1.77,-52.59 c 0.16,-4.972 2.96,-8.07 7.12,-9 0.12,-0.121 0.21,-0.25 0.39,-0.312 l 42.44,-16.059 -4.01,-8.5 c -4.35,-9.211 -1.9,-16.859 5.31,-18.23 l 47.24,-17.508 c 0.21,-0.082 0.44,-0.07 0.67,-0.063 1.58,-1.32 3.64,-2.16 6.27,-2.199 l 52.73,-0.969 c 8.83,-0.16 19.84,7.868 24.59,17.938 l 8.05,17.051 18.5,-7.891 c 0.15,-0.059 0.31,-0.059 0.47,-0.059 1.03,-0.96 2.43,-1.609 4.25,-1.71 l 36.65,-2.141 c 6.14,-0.359 14.19,4.941 18,11.851 l 6.93,12.571 c 3.95,1.281 7.98,2.781 12.09,4.57 2.42,1.059 4.81,2.207 7.19,3.41 l 12.32,-5.332 c 0.06,-0.019 0.11,0.012 0.16,0 3.86,-2.269 10.72,-0.41 16.36,4.742 l 11.72,10.668 c 0.74,0.43 1.45,0.911 2.18,1.36 4.05,0.371 8.5,1.621 13.17,3.89 17.76,8.602 31.8,28.2 31.36,43.77 -0.04,1.43 -0.24,2.742 -0.52,4 2.92,7.723 4.47,15.422 4.27,22.641 -0.01,0.332 -0.07,0.628 -0.09,0.96 l 0.99,0.43 c 7.21,3.141 13.25,10.68 13.47,16.84 l 1.37,36.789 c 0.13,3.34 -1.52,5.543 -4.16,6.402 z" /></clipPath><clipPath + id="clipPath3126" + clipPathUnits="userSpaceOnUse"><path + id="path3124" + d="m 3207.97,858.172 74.76,-43.703 c 3.51,-2.028 9.65,-1.77 13.7,0.57 L 3331.02,835 c 4.05,2.34 4.49,5.891 0.98,7.91 l -74.77,43.711 c -3.51,2.027 -9.64,1.77 -13.7,-0.57 l -34.58,-19.969 c -4.06,-2.344 -4.5,-5.883 -0.98,-7.91 z" /></clipPath><clipPath + id="clipPath3194" + clipPathUnits="userSpaceOnUse"><path + id="path3192" + d="m 3351.97,777.59 220.81,-126.391 c 3.51,-2.027 9.65,-1.769 13.7,0.571 l 34.59,19.972 c 4.05,2.336 4.49,5.879 0.98,7.906 l -220.81,126.391 c -3.51,2.031 -9.65,1.77 -13.7,-0.57 L 3352.96,785.5 c -4.06,-2.34 -4.5,-5.879 -0.99,-7.91 z" /></clipPath><clipPath + id="clipPath3262" + clipPathUnits="userSpaceOnUse"><path + id="path3260" + d="m 3810.82,1001.86 74.77,-43.712 c 3.51,-2.019 9.65,-1.769 13.7,0.571 l 34.58,19.972 c 4.06,2.34 4.5,5.879 0.99,7.911 l -74.77,43.698 c -3.51,2.03 -9.65,1.78 -13.7,-0.56 l -34.58,-19.97 c -4.06,-2.34 -4.5,-5.88 -0.99,-7.91 z" /></clipPath><clipPath + id="clipPath3330" + clipPathUnits="userSpaceOnUse"><path + id="path3328" + d="M 4962.19,648.949 5183,522.559 c 3.51,-2.028 9.65,-1.778 13.7,0.57 l 34.59,19.961 c 4.05,2.34 4.49,5.879 0.98,7.91 l -220.81,126.398 c -3.51,2.024 -9.64,1.774 -13.7,-0.566 l -34.58,-19.973 c -4.06,-2.339 -4.5,-5.879 -0.99,-7.91 z" /></clipPath><clipPath + id="clipPath3382" + clipPathUnits="userSpaceOnUse"><path + id="path3380" + d="m 5227.08,497.012 74.77,-43.711 c 3.51,-2.02 9.64,-1.77 13.7,0.57 l 34.58,19.969 c 4.05,2.34 4.49,5.879 0.98,7.91 l -74.76,43.699 c -3.52,2.031 -9.65,1.77 -13.71,-0.57 l -34.58,-19.957 c -4.05,-2.34 -4.49,-5.891 -0.98,-7.91 z" /></clipPath><clipPath + id="clipPath3466" + clipPathUnits="userSpaceOnUse"><path + id="path3464" + d="m 2357.62,2011.62 143.15,-81.31 c 3.51,-2.03 9.64,-1.78 13.7,0.57 l 34.58,19.96 c 4.06,2.34 4.5,5.88 0.99,7.91 l -143.15,81.31 c -3.51,2.03 -9.64,1.77 -13.7,-0.57 l -34.58,-19.96 c -4.06,-2.35 -4.5,-5.89 -0.99,-7.91 z" /></clipPath><clipPath + id="clipPath3518" + clipPathUnits="userSpaceOnUse"><path + id="path3516" + d="m 2544.84,1904.76 74.77,-43.71 c 3.51,-2.02 9.65,-1.77 13.7,0.57 l 34.58,19.97 c 4.06,2.34 4.5,5.88 0.99,7.91 l -74.77,43.7 c -3.51,2.03 -9.64,1.78 -13.7,-0.57 l -34.58,-19.96 c -4.06,-2.34 -4.5,-5.89 -0.99,-7.91 z" /></clipPath><clipPath + id="clipPath3722" + clipPathUnits="userSpaceOnUse"><path + id="path3720" + d="M 4964.09,786.699 3644.29,1554 c -6,3.47 -16.47,3.03 -23.39,-0.96 l -82.52,-48.25 c -6.93,-4 -7.68,-10.04 -1.68,-13.5 l 385.61,-224.12 -88.08,-51.49 c -6.93,-4 -7.68,-10.04 -1.68,-13.5 l 693.69,-403.821 c 6,-3.468 16.47,-3.027 23.39,0.961 l 91.68,48.77 215.19,-124.11 c 5.99,-3.46 16.46,-3.019 23.38,0.969 l 82.53,48.25 c 6.92,4 7.67,10.039 1.68,13.5 z" /></clipPath><clipPath + id="clipPath4376" + clipPathUnits="userSpaceOnUse"><path + id="path4374" + d="m 2996.21,1200.57 681.44,-393.429 c 8.49,-4.911 23.32,-4.289 33.12,1.371 l 83.61,48.269 c 9.8,5.66 10.87,14.219 2.38,19.117 l -681.44,393.432 c -8.49,4.9 -23.32,4.29 -33.13,-1.37 l -83.6,-48.27 c -9.81,-5.66 -10.87,-14.22 -2.38,-19.12 z" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath2018-0"><path + d="m 3271.2,638.09 -79.18,-45.711 c -8.71,-5.027 -23.93,-4.399 -33.99,1.41 l -86.74,49.922 c -10.06,5.809 -11.51,10.148 -2.79,15.18 l 84.06,48.949 c 8.71,5.031 19.4,5.609 29.46,-0.199 l 86.74,-49.922 c 10.06,-5.809 11.15,-14.598 2.44,-19.629 z" + id="path2016-0" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath2084-6"><path + d="m 5757.39,1177.88 -79.18,-45.71 c -8.71,-5.03 -23.93,-4.4 -33.99,1.41 l -86.74,49.92 c -10.06,5.81 -11.51,10.15 -2.8,15.18 l 84.07,48.95 c 8.71,5.03 19.4,5.61 29.45,-0.2 l 86.75,-49.92 c 10.06,-5.81 11.15,-14.6 2.44,-19.63 z" + id="path2082-9" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath2150-7"><path + d="m 3090.85,884.262 -17.45,37.59 c -2.92,6.289 -14.12,10.019 -25.02,8.339 l -19.85,-3.082 c -3.79,2.871 -7.93,5.641 -12.47,8.262 -4.54,2.617 -9.34,5.008 -14.3,7.199 l 5.32,11.461 c 2.92,6.301 -3.55,12.758 -14.45,14.449 l -62.72,9.7 -0.47,0.269 c 5.42,7.5 9,15.332 10.76,23.271 l 21.86,3.38 c 12,1.86 19.12,8.98 15.9,15.91 l -19.2,41.39 c -3.22,6.93 -15.55,11.04 -27.55,9.18 l -21.86,-3.38 c -4.18,3.16 -8.73,6.2 -13.73,9.09 -5.01,2.89 -10.28,5.52 -15.75,7.93 l 5.85,12.62 c 3.22,6.93 -3.9,14.05 -15.9,15.91 l -71.69,11.09 c -12,1.85 -24.33,-2.26 -27.55,-9.19 l -5.86,-12.62 c -13.75,-1.02 -27.32,-3.08 -40.3,-6.21 l -15.97,9.22 c -8.79,5.07 -23.03,5.07 -31.81,0 l -52.48,-30.3 c -8.79,-5.07 -8.79,-13.29 0,-18.36 l 15.97,-9.22 c -5.42,-7.5 -9,-15.33 -10.76,-23.27 l -21.86,-3.39 c -12,-1.85 -19.12,-8.97 -15.91,-15.9 l 19.21,-41.389 c 3.22,-6.93 15.55,-11.039 27.55,-9.18 l 21.86,3.379 c 4.18,-3.16 8.73,-6.211 13.73,-9.09 5,-2.89 10.28,-5.519 15.75,-7.941 l -5.86,-12.617 c -3.21,-6.922 3.91,-14.043 15.91,-15.903 l 71.69,-11.089 c 2.69,-0.418 5.39,-0.489 8.01,-0.34 -2.38,-4.481 -4.16,-9.039 -5.18,-13.649 l -19.85,-3.07 c -10.9,-1.691 -17.37,-8.152 -14.45,-14.441 l 17.45,-37.59 c 2.92,-6.301 14.12,-10.032 25.01,-8.34 l 19.85,3.07 c 3.8,-2.871 7.94,-5.64 12.48,-8.262 4.54,-2.617 9.33,-5.007 14.3,-7.199 l -5.32,-11.461 c -2.92,-6.289 3.55,-12.758 14.45,-14.437 l 65.1,-10.082 c 10.9,-1.68 22.1,2.051 25.02,8.34 l 5.32,11.461 c 12.49,0.929 24.81,2.812 36.6,5.64 l 14.51,-8.371 c 7.97,-4.598 20.9,-4.598 28.88,0 l 47.66,27.52 c 7.98,4.601 7.98,12.07 0,16.679 l -14.5,8.371 c 4.92,6.813 8.17,13.922 9.77,21.129 l 19.85,3.071 c 10.9,1.691 17.36,8.16 14.45,14.453 z" + id="path2148-4" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath2362-7"><path + d="m 4807.82,589.859 -19.85,-3.07 c -3.8,2.871 -7.94,5.641 -12.48,8.262 -4.54,2.621 -9.33,5.008 -14.3,7.199 l 5.32,11.461 c 2.92,6.289 -3.55,12.758 -14.44,14.437 l -65.11,10.082 c -10.9,1.68 -22.1,-2.05 -25.02,-8.339 l -5.32,-11.461 c -12.49,-0.93 -24.81,-2.809 -36.6,-5.649 l -14.5,8.379 c -7.98,4.602 -20.91,4.602 -28.89,0 l -47.66,-27.519 c -7.98,-4.61 -7.98,-12.071 0,-16.68 l 14.5,-8.371 c -4.92,-6.809 -8.17,-13.918 -9.77,-21.129 l -19.85,-3.082 c -10.9,-1.68 -17.36,-8.149 -14.44,-14.438 l 17.44,-37.589 c 2.92,-6.293 14.12,-10.02 25.02,-8.34 l 19.85,3.07 c 3.8,-2.863 7.93,-5.633 12.47,-8.25 4.54,-2.633 9.34,-5.012 14.3,-7.211 l -5.32,-11.461 c -2.92,-6.289 3.55,-12.75 14.45,-14.441 l 65.1,-10.071 c 10.9,-1.687 22.1,2.051 25.02,8.34 l 5.32,11.461 c 12.49,0.93 24.81,2.801 36.6,5.641 l 14.51,-8.371 c 7.97,-4.61 20.91,-4.61 28.88,0 l 47.66,27.519 c 7.98,4.602 7.98,12.071 0,16.672 l -14.5,8.379 c 4.92,6.813 8.17,13.922 9.77,21.133 l 19.85,3.066 c 10.9,1.692 17.37,8.153 14.45,14.442 l -17.45,37.59 c -2.92,6.289 -14.12,10.031 -25.01,8.339 z" + id="path2360-2" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath2472-4"><path + d="m 4383.06,675.148 -19.63,42.293 c -3.29,7.079 -15.89,11.278 -28.14,9.379 l -22.34,-3.449 c -4.27,3.219 -8.92,6.34 -14.03,9.289 -5.11,2.949 -10.5,5.629 -16.09,8.102 l 5.98,12.886 c 3.29,7.082 -3.99,14.352 -16.24,16.25 l -73.25,11.332 c -12.26,1.899 -24.86,-2.3 -28.14,-9.378 l -5.99,-12.891 c -14.06,-1.039 -27.91,-3.16 -41.18,-6.352 l -16.32,9.422 c -8.97,5.18 -23.52,5.18 -32.49,0 l -53.62,-30.961 c -8.98,-5.179 -8.98,-13.582 0,-18.761 l 16.31,-9.418 c -5.53,-7.661 -9.19,-15.661 -10.99,-23.782 l -22.34,-3.449 c -1.66,-0.262 -3.22,-0.629 -4.69,-1.078 l -1.39,2.988 c -1.77,3.809 -8.55,6.071 -15.15,5.051 l -53.56,-8.281 c -6.6,-1.02 -10.51,-4.942 -8.74,-8.75 l 7.66,-16.52 c -13.13,-3.48 -25.81,-7.73 -37.88,-12.672 l -21,12.122 c -4.83,2.789 -12.67,2.789 -17.5,0 l -39.2,-22.641 c -4.83,-2.789 -4.83,-7.309 0,-10.098 l 20.99,-12.121 c -8.56,-6.969 -15.91,-14.289 -21.95,-21.871 l -28.61,4.422 c -6.6,1.019 -13.38,-1.242 -15.15,-5.051 l -14.35,-30.922 c -1.77,-3.808 2.14,-7.726 8.75,-8.75 l 28.66,-4.429 c -1.34,-8.411 -1.34,-16.868 0,-25.278 l -28.67,-4.429 c -6.6,-1.02 -10.51,-4.942 -8.74,-8.75 l 14.35,-30.922 c 1.76,-3.809 8.55,-6.071 15.15,-5.051 l 28.6,4.43 c 6.05,-7.59 13.39,-14.911 21.95,-21.879 l -20.98,-12.121 c -4.83,-2.789 -4.83,-7.309 0,-10.098 l 39.2,-22.633 c 4.83,-2.789 12.67,-2.789 17.5,0 l 20.98,12.113 c 12.08,-4.941 24.76,-9.179 37.9,-12.671 l -7.67,-16.52 c -1.76,-3.809 2.15,-7.719 8.75,-8.75 l 53.56,-8.281 c 6.6,-1.02 13.38,1.242 15.15,5.051 l 7.68,16.55 c 14.56,-0.769 29.22,-0.769 43.78,0 l 7.68,-16.55 c 1.77,-3.809 8.55,-6.071 15.15,-5.051 l 53.56,8.281 c 6.6,1.031 10.51,4.941 8.74,8.75 l -7.66,16.52 c 13.13,3.492 25.81,7.73 37.88,12.679 l 21,-12.121 c 4.83,-2.789 12.66,-2.789 17.5,0 l 39.2,22.633 c 4.83,2.789 4.83,7.309 0,10.098 L 4222,445.18 c 8.56,6.98 15.91,14.289 21.95,21.879 l 28.61,-4.43 c 6.6,-1.02 13.38,1.242 15.15,5.051 l 14.35,30.922 c 1.77,3.808 -2.15,7.73 -8.75,8.75 l -28.66,4.429 c 1.34,8.41 1.34,16.867 0,25.278 l 28.66,4.429 c 6.6,1.024 10.52,4.942 8.75,8.75 l -9.54,20.571 c 1.29,0.492 2.52,1.062 3.66,1.722 l 53.62,30.957 c 8.97,5.184 8.97,13.582 0,18.762 l -16.32,9.422 c 5.53,7.66 9.19,15.66 10.99,23.777 l 22.34,3.449 c 12.25,1.903 19.53,9.172 16.25,16.25 z" + id="path2470-5" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath2686-4"><path + d="m 3021.1,1556.35 -39.92,-6.18 c -7.5,7.19 -16.59,13.97 -27.32,20.17 -10.74,6.2 -22.49,11.44 -34.93,15.77 l 10.69,23.05 c 1.99,4.29 -2.42,8.7 -9.85,9.85 l -70.48,10.91 c -7.43,1.14 -15.07,-1.4 -17.06,-5.69 l -10.71,-23.08 c -29.37,-0.31 -58.61,-4.69 -85.01,-13.13 l -29.24,16.88 c -5.44,3.14 -14.26,3.14 -19.7,0 l -51.59,-29.79 c -5.44,-3.14 -5.44,-8.24 0,-11.38 l 29.23,-16.88 c -14.62,-15.24 -22.21,-32.12 -22.74,-49.08 l -39.98,-6.18 c -7.43,-1.15 -11.84,-5.56 -9.85,-9.85 l 18.89,-40.69 c 1.99,-4.29 9.63,-6.84 17.06,-5.69 l 39.92,6.18 c 7.5,-7.19 16.59,-13.97 27.32,-20.17 10.74,-6.2 22.49,-11.45 34.93,-15.78 l -10.7,-23.04 c -1.99,-4.29 2.42,-8.7 9.85,-9.85 l 70.49,-10.91 c 7.43,-1.15 15.07,1.4 17.06,5.69 l 10.71,23.08 c 29.36,0.31 58.6,4.69 85.01,13.13 l 29.23,-16.88 c 5.44,-3.14 14.26,-3.14 19.7,0 l 51.6,29.79 c 5.44,3.14 5.44,8.23 0,11.37 l -29.24,16.88 c 14.63,15.25 22.21,32.13 22.74,49.08 l 39.98,6.19 c 7.44,1.15 11.85,5.56 9.85,9.85 l -18.88,40.69 c -1.99,4.29 -9.63,6.84 -17.06,5.69 z" + id="path2684-1" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath2836-0"><path + d="m 5586.93,844.941 c -0.06,0.047 -0.09,0.129 -0.18,0.168 l -28.98,12.911 3.02,5.468 c 3.47,6.301 2.16,11.703 -2.74,12.883 l -11.06,4.77 -0.56,16.757 c -0.16,4.762 -2.74,7.813 -6.62,8.883 -0.09,0.078 -0.14,0.188 -0.28,0.239 l -42.82,16.769 3.77,7.973 c 4.34,9.187 1.92,16.82 -5.23,18.226 l -38.28,14.473 c -0.11,0.391 -0.16,0.789 -0.34,1.187 l -17.45,37.592 c -2.92,6.29 -14.11,10.02 -25.01,8.34 l -19.85,-3.07 c -3.8,2.87 -7.93,5.63 -12.48,8.26 -4.54,2.62 -9.33,5 -14.3,7.2 l 5.32,11.46 c 2.92,6.29 -3.55,12.75 -14.44,14.44 l -65.11,10.07 c -10.89,1.69 -22.09,-2.05 -25.01,-8.34 l -5.32,-11.46 c -12.5,-0.92 -24.81,-2.8 -36.61,-5.64 l -14.5,8.37 c -7.98,4.61 -20.91,4.61 -28.89,0 l -47.66,-27.51 c -7.98,-4.61 -7.98,-12.08 0,-16.68 l 14.5,-8.371 c -4.91,-6.809 -8.16,-13.918 -9.77,-21.137 l -19.85,-3.07 c -10.89,-1.68 -17.36,-8.153 -14.44,-14.442 l 17.44,-37.59 c 2.92,-6.289 14.12,-10.031 25.02,-8.34 l 19.85,3.071 c 3.8,-2.871 7.93,-5.629 12.47,-8.262 4.55,-2.617 9.34,-5 14.31,-7.199 l -5.32,-11.461 c -2.92,-6.289 3.54,-12.758 14.44,-14.438 l 26.95,-4.171 c -4.39,-7.2 -5.05,-14.739 -1,-18.719 l 9.59,-9.422 c -6.58,-11.117 -11.99,-22.488 -16,-33.82 l -18.22,-8.899 c -10.02,-4.89 -17.9,-15.988 -17.61,-24.789 l 1.77,-52.59 c 0.16,-4.972 2.96,-8.07 7.12,-9 0.12,-0.121 0.21,-0.25 0.39,-0.312 l 42.44,-16.059 -4.01,-8.5 c -4.35,-9.211 -1.9,-16.859 5.31,-18.23 l 47.24,-17.508 c 0.21,-0.082 0.44,-0.07 0.67,-0.063 1.58,-1.32 3.64,-2.16 6.27,-2.199 l 52.73,-0.969 c 8.83,-0.16 19.84,7.868 24.59,17.938 l 8.05,17.051 18.5,-7.891 c 0.15,-0.059 0.31,-0.059 0.47,-0.059 1.03,-0.96 2.43,-1.609 4.25,-1.71 l 36.65,-2.141 c 6.14,-0.359 14.19,4.941 18,11.851 l 6.93,12.571 c 3.95,1.281 7.98,2.781 12.09,4.57 2.42,1.059 4.81,2.207 7.19,3.41 l 12.32,-5.332 c 0.06,-0.019 0.11,0.012 0.16,0 3.86,-2.269 10.72,-0.41 16.36,4.742 l 11.72,10.668 c 0.74,0.43 1.45,0.911 2.18,1.36 4.05,0.371 8.5,1.621 13.17,3.89 17.76,8.602 31.8,28.2 31.36,43.77 -0.04,1.43 -0.24,2.742 -0.52,4 2.92,7.723 4.47,15.422 4.27,22.641 -0.01,0.332 -0.07,0.628 -0.09,0.96 l 0.99,0.43 c 7.21,3.141 13.25,10.68 13.47,16.84 l 1.37,36.789 c 0.13,3.34 -1.52,5.543 -4.16,6.402 z" + id="path2834-0" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3126-9"><path + d="m 3207.97,858.172 74.76,-43.703 c 3.51,-2.028 9.65,-1.77 13.7,0.57 L 3331.02,835 c 4.05,2.34 4.49,5.891 0.98,7.91 l -74.77,43.711 c -3.51,2.027 -9.64,1.77 -13.7,-0.57 l -34.58,-19.969 c -4.06,-2.344 -4.5,-5.883 -0.98,-7.91 z" + id="path3124-1" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3194-7"><path + d="m 3351.97,777.59 220.81,-126.391 c 3.51,-2.027 9.65,-1.769 13.7,0.571 l 34.59,19.972 c 4.05,2.336 4.49,5.879 0.98,7.906 l -220.81,126.391 c -3.51,2.031 -9.65,1.77 -13.7,-0.57 L 3352.96,785.5 c -4.06,-2.34 -4.5,-5.879 -0.99,-7.91 z" + id="path3192-3" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3262-8"><path + d="m 3810.82,1001.86 74.77,-43.712 c 3.51,-2.019 9.65,-1.769 13.7,0.571 l 34.58,19.972 c 4.06,2.34 4.5,5.879 0.99,7.911 l -74.77,43.698 c -3.51,2.03 -9.65,1.78 -13.7,-0.56 l -34.58,-19.97 c -4.06,-2.34 -4.5,-5.88 -0.99,-7.91 z" + id="path3260-2" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3330-5"><path + d="M 4962.19,648.949 5183,522.559 c 3.51,-2.028 9.65,-1.778 13.7,0.57 l 34.59,19.961 c 4.05,2.34 4.49,5.879 0.98,7.91 l -220.81,126.398 c -3.51,2.024 -9.64,1.774 -13.7,-0.566 l -34.58,-19.973 c -4.06,-2.339 -4.5,-5.879 -0.99,-7.91 z" + id="path3328-5" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3382-4"><path + d="m 5227.08,497.012 74.77,-43.711 c 3.51,-2.02 9.64,-1.77 13.7,0.57 l 34.58,19.969 c 4.05,2.34 4.49,5.879 0.98,7.91 l -74.76,43.699 c -3.52,2.031 -9.65,1.77 -13.71,-0.57 l -34.58,-19.957 c -4.05,-2.34 -4.49,-5.891 -0.98,-7.91 z" + id="path3380-1" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3466-5"><path + d="m 2357.62,2011.62 143.15,-81.31 c 3.51,-2.03 9.64,-1.78 13.7,0.57 l 34.58,19.96 c 4.06,2.34 4.5,5.88 0.99,7.91 l -143.15,81.31 c -3.51,2.03 -9.64,1.77 -13.7,-0.57 l -34.58,-19.96 c -4.06,-2.35 -4.5,-5.89 -0.99,-7.91 z" + id="path3464-2" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3518-2"><path + d="m 2544.84,1904.76 74.77,-43.71 c 3.51,-2.02 9.65,-1.77 13.7,0.57 l 34.58,19.97 c 4.06,2.34 4.5,5.88 0.99,7.91 l -74.77,43.7 c -3.51,2.03 -9.64,1.78 -13.7,-0.57 l -34.58,-19.96 c -4.06,-2.34 -4.5,-5.89 -0.99,-7.91 z" + id="path3516-3" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3722-5"><path + d="M 4964.09,786.699 3644.29,1554 c -6,3.47 -16.47,3.03 -23.39,-0.96 l -82.52,-48.25 c -6.93,-4 -7.68,-10.04 -1.68,-13.5 l 385.61,-224.12 -88.08,-51.49 c -6.93,-4 -7.68,-10.04 -1.68,-13.5 l 693.69,-403.821 c 6,-3.468 16.47,-3.027 23.39,0.961 l 91.68,48.77 215.19,-124.11 c 5.99,-3.46 16.46,-3.019 23.38,0.969 l 82.53,48.25 c 6.92,4 7.67,10.039 1.68,13.5 z" + id="path3720-3" /></clipPath><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4376-0"><path + d="m 2996.21,1200.57 681.44,-393.429 c 8.49,-4.911 23.32,-4.289 33.12,1.371 l 83.61,48.269 c 9.8,5.66 10.87,14.219 2.38,19.117 l -681.44,393.432 c -8.49,4.9 -23.32,4.29 -33.13,-1.37 l -83.6,-48.27 c -9.81,-5.66 -10.87,-14.22 -2.38,-19.12 z" + id="path4374-5" /></clipPath></defs><sodipodi:namedview + inkscape:current-layer="g2006" + inkscape:window-maximized="1" + inkscape:window-y="-9" + inkscape:window-x="-9" + inkscape:cy="195.46277" + inkscape:cx="172.31853" + inkscape:zoom="1.3856173" + showgrid="false" + id="namedview2000" + inkscape:window-height="1001" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#ffffff" /><g + transform="matrix(1.3333333,0,0,-1.3333333,-169.22628,399.29541)" + inkscape:label="ink_ext_XXXXXX" + inkscape:groupmode="layer" + id="g2006"><g + id="g2012" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath2018-0)" + id="g2014"><path + id="path2020" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2983.44,568.031 -2.47,4.278 294.01,169.453 2.47,-4.282 -294.01,-169.449" /><path + id="path2022" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2996.89,560.859 -2.47,4.282 294.01,169.461 2.47,-4.293 -294.01,-169.45" /><path + id="path2024" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3009.09,553.219 -2.47,4.281 294.01,169.449 2.46,-4.277 -294,-169.453" /><path + id="path2026" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3022.8,546.199 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /><path + id="path2028" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3034.11,538.332 -2.47,4.277 294.01,169.45 2.47,-4.278 -294.01,-169.449" /><path + id="path2030" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3047.55,531.16 -2.46,4.281 294.01,169.45 2.46,-4.282 -294.01,-169.449" /><path + id="path2032" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3059.75,523.52 -2.46,4.281 294,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path2034" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3073.46,516.5 -2.46,4.281 294.01,169.449 2.47,-4.281 L 3073.46,516.5" /><path + id="path2036" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3085.67,508.859 -2.47,4.282 294.01,169.449 2.46,-4.281 -294,-169.45" /><path + id="path2038" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3099.33,501.719 -2.46,4.281 294.01,169.441 2.46,-4.281 -294.01,-169.441" /><path + id="path2040" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3111.54,494.07 -2.47,4.282 294.01,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path2042" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3125.25,487.051 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path2044" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3136.56,479.18 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path2046" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3150.01,472.012 -2.47,4.277 294,169.461 2.47,-4.281 -294,-169.457" /><path + id="path2048" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3162.2,464.371 -2.46,4.277 294.01,169.454 2.47,-4.282 -294.02,-169.449" /><path + id="path2050" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3175.91,457.352 -2.46,4.277 294.01,169.453 2.47,-4.281 -294.02,-169.449" /><path + id="path2052" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3188.12,449.711 -2.47,4.277 294.01,169.453 2.46,-4.281 -294,-169.449" /><path + id="path2054" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2931.17,597.09 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path2056" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2944.61,589.922 -2.46,4.277 294.01,169.449 2.47,-4.277 -294.02,-169.449" /><path + id="path2058" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2956.81,582.281 -2.46,4.278 294.01,169.453 2.47,-4.282 -294.02,-169.449" /><path + id="path2060" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2970.52,575.262 -2.46,4.277 294.01,169.449 2.46,-4.277 -294.01,-169.449" /><path + id="path2062" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2982.73,567.621 -2.47,4.277 294.01,169.454 2.47,-4.282 -294.01,-169.449" /></g></g><path + id="path2064" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.15671,75.365159 -14.976,-0.02258 c -0.17,0 -0.308,-0.1383 -0.308,-0.3082 l 0.006,-4.6211 h 0.004 c 0.033,-0.4571 0.374,-0.9297 1.023,-1.3047 l 4.507,-2.602005 c 1.248,-0.7203 3.135,-0.798 4.21601,-0.174195 l 5.113,2.951197 c 0.519,0.300003 0.75,0.707803 0.719,1.129703 h 0.005 v 4.6441 c 0,0.1699 -0.139,0.3078 -0.309,0.3078" /><path + id="path2066" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 201.34071,70.487459 0.003,-0.041 c 0.023,-0.318 0.312,-0.66019 0.79201,-0.9379 l 4.50799,-2.6024 c 1.09901,-0.633998 2.819,-0.715598 3.75401,-0.174998 l 5.112,2.952398 c 0.237,0.1367 0.51399,0.3687 0.48999,0.6957 l -0.036,0.4961 h 0.04 v 4.0281 l -14.66799,-0.0219 z m 7.45201,-5.040305 c -0.906,0 -1.85501,0.223102 -2.61101,0.659002 l -4.508,2.603198 c -0.587,0.3378 -0.986,0.769105 -1.159,1.242095 h -0.093 l -0.005,0.46101 -0.005,4.6211 c -9.7e-4,0.2058 0.079,0.3988 0.225,0.5449 0.145,0.1449 0.338,0.2258 0.543,0.2258 l 14.976,0.023 v 0 c 0.192,0.0231 0.399,-0.0801 0.546,-0.225 0.145,-0.1461 0.225,-0.339 0.225,-0.54489 v -5.10591 h -0.055 c -0.118,-0.42109 -0.429,-0.796093 -0.899,-1.067098 l -5.113,-2.952 c -0.562,-0.324997 -1.299,-0.485197 -2.067,-0.485197" /><path + id="path2068" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.15671,75.351449 -6.89299,-0.0101 v -9.416778 c 0.51199,0.05003 0.98899,0.1758 1.365,0.393705 l 5.11299,2.951178 c 0.519,0.300005 0.75,0.707795 0.71901,1.130105 h 0.005 v 4.6437 c 0,0.17109 -0.139,0.309 -0.309,0.30819" /><path + id="path2070" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 215.74171,74.212459 -5.11299,-2.952 c -1.08101,-0.6242 -2.96801,-0.54491 -4.21601,0.175 l -4.507,2.60199 c -1.248,0.72111 -1.384,1.81091 -0.303,2.43471 l 5.113,2.95119 c 1.08,0.62381 2.96801,0.54611 4.21601,-0.17379 l 4.50699,-2.6031 c 1.248,-0.72 1.383,-1.8102 0.303,-2.434" /><path + id="path2072" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 208.54171,79.382359 c -0.605,0 -1.178,-0.11801 -1.596,-0.359 l -5.112,-2.95191 c -0.228,-0.13089 -0.499,-0.35119 -0.499,-0.65709 0,-0.32181 0.3,-0.6871 0.802,-0.9769 l 4.507,-2.60201 c 1.09901,-0.63319 2.819,-0.7152 3.75401,-0.17499 l 5.11299,2.952 c 0.22701,0.132 0.498,0.3519 0.498,0.6578 0,0.3223 -0.299,0.6871 -0.801,0.9762 l -4.50699,2.6031 c -0.609,0.3508 -1.40901,0.5328 -2.15901,0.5328 z m 0.25101,-9.0059 c -0.906,0 -1.85501,0.2231 -2.61101,0.65979 l -4.508,2.60121 c -0.802,0.464 -1.263,1.1109 -1.263,1.7769 0,0.58209 0.341,1.1 0.961,1.45779 l 5.112,2.95121 c 1.227,0.709 3.282,0.63199 4.67901,-0.17381 l 4.50699,-2.6031 c 0.80301,-0.4629 1.263,-1.11099 1.263,-1.77619 0,-0.5828 -0.341,-1.1 -0.96099,-1.45781 h 7.5e-4 l -5.113,-2.95119 c -0.56201,-0.325 -1.299,-0.4848 -2.067,-0.4848" /><path + id="path2074" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 207.35771,66.290551 h -0.924 v 4.905898 h 0.924 v -4.905898" /><path + id="path2076" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 215.06771,70.031159 h -0.711 v 2.40939 h 0.711 v -2.40939" /><g + id="g2078" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath2084-6)" + id="g2080"><path + id="path2086" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5469.63,1107.82 -2.47,4.28 294.01,169.45 2.46,-4.28 -294,-169.45" /><path + id="path2088" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5483.07,1100.65 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path2090" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5495.27,1093.01 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2092" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5508.99,1085.99 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2094" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5520.3,1078.12 -2.47,4.28 294,169.44 2.47,-4.28 -294,-169.44" /><path + id="path2096" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5533.74,1070.95 -2.47,4.28 294.02,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path2098" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5545.94,1063.31 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2100" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5559.66,1056.29 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2102" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5571.85,1048.65 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path2104" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5585.52,1041.5 -2.47,4.28 294.02,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path2106" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5597.73,1033.86 -2.47,4.28 294,169.45 2.47,-4.28 -294,-169.45" /><path + id="path2108" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5611.44,1026.84 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2110" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5622.75,1018.97 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2112" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5636.19,1011.8 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2114" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5648.4,1004.16 -2.47,4.28 294,169.45 2.47,-4.28 -294,-169.45" /><path + id="path2116" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5662.1,997.141 -2.46,4.279 294.01,169.45 2.46,-4.28 -294.01,-169.449" /><path + id="path2118" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5674.3,989.5 -2.47,4.281 294.01,169.449 2.47,-4.28 L 5674.3,989.5" /><path + id="path2120" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5417.35,1136.88 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path2122" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5430.81,1129.71 -2.47,4.28 294,169.45 2.47,-4.28 -294,-169.45" /><path + id="path2124" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5443,1122.07 -2.46,4.28 294.01,169.45 2.46,-4.28 L 5443,1122.07" /><path + id="path2126" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5456.71,1115.05 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path2128" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5468.92,1107.41 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /></g></g><path + id="path2130" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 464.77571,129.34436 -14.976,-0.023 c -0.17,0 -0.308,-0.138 -0.308,-0.308 l 0.006,-4.621 h 0.004 c 0.033,-0.45699 0.374,-0.93 1.022,-1.305 l 4.507,-2.60199 c 1.248,-0.72 3.13601,-0.79901 4.217,-0.17501 l 5.112,2.952 c 0.519,0.3 0.751,0.708 0.72,1.13 h 0.004 v 4.644 c 0,0.17001 -0.138,0.30801 -0.30799,0.30801" /><path + id="path2132" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 449.95871,124.46636 0.004,-0.041 c 0.023,-0.318 0.31101,-0.66 0.792,-0.938 l 4.50801,-2.602 c 1.09899,-0.63399 2.81799,-0.716 3.75399,-0.17499 l 5.112,2.952 c 0.237,0.13699 0.514,0.369 0.49,0.696 l -0.036,0.49599 h 0.04 v 4.02801 l -14.66901,-0.023 z m 7.453,-5.04 c -0.906,0 -1.855,0.223 -2.612,0.65899 l -4.507,2.60301 c -0.587,0.338 -0.986,0.76899 -1.159,1.242 h -0.094 l -0.004,0.461 -0.006,4.621 c 0,0.206 0.08,0.399 0.225,0.545 0.145,0.145 0.339,0.226 0.544,0.226 l 14.976,0.023 h -7.5e-4 c 0.19299,0.023 0.39999,-0.08 0.546,-0.225 0.146,-0.146 0.22599,-0.339 0.22599,-0.545 v -5.106 h -0.055 c -0.118,-0.421 -0.429,-0.796 -0.9,-1.067 l -5.112,-2.953 c -0.563,-0.324 -1.299,-0.484 -2.067,-0.484" /><path + id="path2134" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 464.77571,129.33036 -6.893,-0.01 v -9.417 c 0.511,0.05 0.988,0.176 1.365,0.394 l 5.112,2.951 c 0.519,0.3 0.751,0.708 0.72,1.13 h 0.004 v 4.644 c 0,0.17 -0.138,0.308 -0.30799,0.308" /><path + id="path2136" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 464.35971,128.19135 -5.112,-2.952 c -1.081,-0.624 -2.969,-0.54499 -4.217,0.17501 l -4.507,2.602 c -1.248,0.72099 -1.383,1.811 -0.302,2.435 l 5.112,2.95099 c 1.081,0.624 2.969,0.546 4.216,-0.174 l 4.508,-2.60299 c 1.247,-0.72 1.383,-1.81001 0.302,-2.43401" /><path + id="path2138" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 457.15971,133.36136 c -0.605,0 -1.178,-0.11801 -1.595,-0.359 l -5.112,-2.952 c -0.228,-0.13101 -0.499,-0.351 -0.499,-0.657 0,-0.322 0.3,-0.687 0.801,-0.97701 l 4.508,-2.60199 c 1.099,-0.634 2.818,-0.715 3.754,-0.175 l 5.112,2.952 c 0.228,0.13099 0.499,0.352 0.499,0.657 0,0.322 -0.3,0.687 -0.801,0.97699 l -4.507,2.60301 c -0.609,0.351 -1.409,0.533 -2.16,0.533 z m 0.252,-9.006 c -0.906,0 -1.855,0.223 -2.612,0.66 l -4.507,2.601 c -0.803,0.46399 -1.263,1.111 -1.263,1.777 0,0.582 0.341,1.1 0.961,1.457 l 5.112,2.952 c 1.227,0.709 3.281,0.63199 4.678,-0.174 l 4.508,-2.603 c 0.802,-0.463 1.263,-1.111 1.263,-1.777 0,-0.582 -0.341,-1.09901 -0.961,-1.457 v 0 l -5.112,-2.95101 c -0.563,-0.32499 -1.299,-0.48499 -2.067,-0.48499" /><path + id="path2140" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 455.97571,120.26835 h -0.923 v 4.90701 h 0.923 v -4.90701" /><path + id="path2142" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 463.68671,124.01036 h -0.711 v 2.40799 h 0.711 v -2.40799" /><g + id="g2144" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath2150-7)" + id="g2146"><path + id="path2152" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2041.39,721.699 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path2154" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2054.84,714.539 -2.47,4.281 1050.4,605.69 2.46,-4.28 -1050.39,-605.691" /><path + id="path2156" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2067.04,706.898 -2.47,4.282 1050.4,605.69 2.46,-4.28 -1050.39,-605.692" /><path + id="path2158" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2080.75,699.879 -2.47,4.281 1050.4,605.69 2.46,-4.28 -1050.39,-605.691" /><path + id="path2160" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2092.06,692 -2.47,4.281 1050.4,605.689 2.46,-4.28 L 2092.06,692" /><path + id="path2162" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2105.51,684.832 -2.47,4.277 1050.39,605.701 2.47,-4.28 -1050.39,-605.698" /><path + id="path2164" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2117.7,677.191 -2.46,4.278 1050.4,605.701 2.46,-4.28 -1050.4,-605.699" /><path + id="path2166" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2131.42,670.172 -2.47,4.277 1050.4,605.701 2.46,-4.28 -1050.39,-605.698" /><path + id="path2168" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2143.62,662.531 -2.47,4.278 1050.39,605.701 2.47,-4.28 -1050.39,-605.699" /><path + id="path2170" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2157.29,655.391 -2.47,4.281 1050.39,605.688 2.47,-4.28 -1050.39,-605.689" /><path + id="path2172" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2169.49,647.738 -2.47,4.282 1050.4,605.7 2.47,-4.28 -1050.4,-605.702" /><path + id="path2174" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2183.2,640.73 -2.47,4.282 1050.4,605.688 2.46,-4.28 L 2183.2,640.73" /><path + id="path2176" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2194.51,632.852 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path2178" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2207.96,625.691 -2.47,4.278 1050.39,605.691 2.47,-4.28 -1050.39,-605.689" /><path + id="path2180" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2220.16,618.051 -2.47,4.281 1050.4,605.678 2.47,-4.28 -1050.4,-605.679" /><path + id="path2182" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2233.87,611.02 -2.47,4.281 1050.4,605.699 2.46,-4.28 -1050.39,-605.7" /><path + id="path2184" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2246.07,603.379 -2.47,4.281 1050.39,605.69 2.47,-4.28 -1050.39,-605.691" /><path + id="path2186" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1861.65,824.809 -2.47,4.281 1050.4,605.68 2.46,-4.27 -1050.39,-605.691" /><path + id="path2188" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1875.36,817.781 -2.47,4.278 1050.4,605.691 2.46,-4.27 -1050.39,-605.699" /><path + id="path2190" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1886.67,809.91 -2.47,4.281 1050.4,605.689 2.47,-4.27 -1050.4,-605.7" /><path + id="path2192" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1900.12,802.738 -2.47,4.282 1050.4,605.69 2.46,-4.27 -1050.39,-605.702" /><path + id="path2194" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1912.32,795.102 -2.47,4.277 1050.39,605.691 2.47,-4.27 -1050.39,-605.698" /><path + id="path2196" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1926.03,788.082 -2.47,4.277 1050.39,605.701 2.47,-4.28 -1050.39,-605.698" /><path + id="path2198" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1938.23,780.441 -2.47,4.278 1050.4,605.701 2.46,-4.28 -1050.39,-605.699" /><path + id="path2200" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1951.9,773.301 -2.47,4.281 1050.4,605.688 2.46,-4.28 L 1951.9,773.301" /><path + id="path2202" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1964.1,765.66 -2.47,4.281 1050.4,605.689 2.46,-4.28 L 1964.1,765.66" /><path + id="path2204" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1977.81,758.641 -2.47,4.281 1050.4,605.688 2.47,-4.28 -1050.4,-605.689" /><path + id="path2206" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 1989.12,750.762 -2.47,4.277 1050.4,605.691 2.46,-4.28 -1050.39,-605.688" /><path + id="path2208" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2002.57,743.59 -2.47,4.281 1050.39,605.699 2.47,-4.28 -1050.39,-605.7" /><path + id="path2210" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2014.77,735.949 -2.47,4.281 1050.4,605.7 2.46,-4.28 -1050.39,-605.701" /><path + id="path2212" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2028.48,728.93 -2.47,4.281 1050.4,605.699 2.46,-4.28 -1050.39,-605.7" /><path + id="path2214" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2040.68,721.289 -2.47,4.281 1050.39,605.7 2.47,-4.28 -1050.39,-605.701" /><path + id="path2216" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2425.46,500.02 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path2218" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2438.91,492.852 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path2220" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2451.11,485.211 -2.47,4.277 1050.4,605.702 2.47,-4.28 -1050.4,-605.699" /><path + id="path2222" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2464.82,478.191 -2.47,4.278 1050.4,605.701 2.46,-4.28 -1050.39,-605.699" /><path + id="path2224" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2476.13,470.32 -2.47,4.282 1050.4,605.698 2.47,-4.28 -1050.4,-605.7" /><path + id="path2226" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2489.58,463.16 -2.47,4.281 1050.4,605.679 2.47,-4.28 -1050.4,-605.68" /><path + id="path2228" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2501.78,455.512 -2.47,4.277 1050.4,605.691 2.46,-4.28 -1050.39,-605.688" /><path + id="path2230" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2515.49,448.5 -2.47,4.281 1050.4,605.679 2.47,-4.28 -1050.4,-605.68" /><path + id="path2232" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2527.69,440.852 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path2234" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2541.36,433.711 -2.47,4.281 1050.4,605.688 2.47,-4.28 -1050.4,-605.689" /><path + id="path2236" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2553.56,426.07 -2.47,4.282 1050.4,605.678 2.46,-4.28 -1050.39,-605.68" /><path + id="path2238" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2567.27,419.039 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path2240" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2578.58,411.172 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path2242" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2592.03,404 -2.47,4.281 1050.4,605.699 2.47,-4.28 L 2592.03,404" /><path + id="path2244" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2604.23,396.359 -2.47,4.282 1050.4,605.699 2.46,-4.28 -1050.39,-605.701" /><path + id="path2246" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2617.94,389.34 -2.47,4.281 1050.4,605.699 2.47,-4.281 -1050.4,-605.699" /><path + id="path2248" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2630.14,381.699 -2.47,4.281 1050.4,605.7 2.47,-4.282 -1050.4,-605.699" /><path + id="path2250" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2259.43,596.109 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path2252" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2270.74,588.23 -2.47,4.282 1050.4,605.688 2.47,-4.28 -1050.4,-605.69" /><path + id="path2254" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2284.19,581.059 -2.47,4.281 1050.4,605.69 2.46,-4.28 -1050.39,-605.691" /><path + id="path2256" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2296.39,573.422 -2.47,4.277 1050.39,605.691 2.47,-4.28 -1050.39,-605.688" /><path + id="path2258" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2310.1,566.398 -2.47,4.282 1050.4,605.7 2.47,-4.29 -1050.4,-605.692" /><path + id="path2260" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2322.3,558.762 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path2262" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2335.97,551.609 -2.47,4.282 1050.4,605.699 2.46,-4.28 -1050.39,-605.701" /><path + id="path2264" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2348.17,543.969 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path2266" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2361.88,536.949 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path2268" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2373.19,529.078 -2.47,4.281 1050.4,605.701 2.47,-4.29 -1050.4,-605.692" /><path + id="path2270" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2386.64,521.91 -2.47,4.289 1050.4,605.681 2.46,-4.28 -1050.39,-605.69" /><path + id="path2272" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2398.84,514.27 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path2274" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2412.55,507.262 -2.47,4.277 1050.4,605.681 2.47,-4.28 -1050.4,-605.678" /><path + id="path2276" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2424.75,499.609 -2.47,4.282 1050.4,605.689 2.46,-4.28 -1050.39,-605.691" /></g></g><path + id="path2278" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 186.49571,109.52736 -0.035,6.465 c 0,0.047 -0.032,0.087 -0.077,0.099 l -2.019,0.504 c -0.009,0.002 -0.018,0.006 -0.026,0.01 l -6.167,3.474 c -0.032,0.018 -0.052,0.052 -0.052,0.089 v 3.6 c 0,0.072 -0.074,0.12201 -0.141,0.095 l -2.105,-0.84801 c -0.009,-0.004 -0.02,-0.007 -0.03,-0.008 l -11.87,-0.936 c -9.7e-4,0 -0.003,0 -0.005,-7.5e-4 l -10.18,-1.347 c -0.051,-0.006 -0.089,-0.049 -0.09,-0.1 l -0.067,-5.082 c 0,-0.06 -0.053,-0.107 -0.113,-0.101 l -2.111,0.224 c -0.061,0.006 -0.114,-0.041 -0.114,-0.102 l 0.004,-6.843 c 0,-0.013 0.006,-0.024 0.011,-0.036 -0.018,-0.13 -0.006,-0.263 0.055,-0.395 l 1.745,-3.759 c 0.292,-0.629 1.412,-1.003 2.501,-0.834 l 1.985,0.307 c 0.38,-0.287 0.793,-0.564 1.248,-0.826 0.27,-0.156 0.551,-0.301 0.837,-0.441 l 0.008,-1.8639 c 0.093,-0.4672 0.664,-0.876201 1.497,-1.005101 l 6.511,-1.0078 c 1.09,-0.168 2.21,0.2047 2.502,0.834 l 0.532,1.145701 c 1.249,0.0929 2.481,0.2812 3.66,0.564 l 1.45,-0.8367 c 0.798,-0.4602 2.091,-0.4602 2.889,0 l 4.766,2.7518 c 0.451,0.26 0.638,0.612 0.579,0.951 0.006,0.014 0.015,0.027 0.015,0.043 l -9.7e-4,3.789 0.919,0.14201 c 0.997,0.15499 1.614,0.709 1.489,1.285" /><path + id="path2280" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 160.11571,100.92336 c 0.076,-0.2449 0.478,-0.534 1.135,-0.634 l 6.51,-1.007001 c 0.975,-0.1512 1.862,0.1898 2.049,0.5898 l 0.637,1.374301 0.251,0.0191 c 1.24,0.0918 2.448,0.2777 3.592,0.5528 l 0.166,0.04 1.598,-0.9229 c 0.667,-0.384 1.794,-0.3851 2.461,7.5e-4 l 4.766,2.75109 c 0.126,0.073 0.413,0.267 0.371,0.50901 l -0.023,0.138 0.032,0.066 -9.7e-4,4.067 1.282,0.198 c 0.591,0.091 0.942,0.32899 1.073,0.52 0.09,0.12999 0.07,0.221 0.063,0.251 l -0.009,0.088 -0.034,6.213 -1.911,0.49899 -6.162,3.47001 c -0.166,0.094 -0.27,0.27099 -0.27,0.462 v 3.11799 l -1.821,-0.705 -11.902,-0.93799 -9.845,-1.307 -0.064,-4.801 c -0.002,-0.149 -0.068,-0.291 -0.179,-0.39 -0.111,-0.098 -0.257,-0.146 -0.408,-0.13001 l -1.751,0.186 0.022,-6.44899 -0.011,-0.126 c -0.008,-0.062 -0.003,-0.111 0.02,-0.159 l 1.744,-3.759 c 0.186,-0.399 1.099,-0.738 2.048,-0.59 l 2.163,0.33399 0.144,-0.10899 c 0.384,-0.288 0.788,-0.556 1.205,-0.79701 0.261,-0.15099 0.534,-0.291 0.811,-0.426 l 0.238,-0.117 z m 8.128,-2.535101 c -0.202,0 -0.407,0.016 -0.614,0.048 l -6.51,1.00699 c -0.992,0.15321 -1.719,0.680101 -1.851,1.344211 l -0.008,0.082 -0.008,1.60091 c -0.213,0.10699 -0.421,0.21799 -0.624,0.336 -0.394,0.22699 -0.778,0.477 -1.145,0.74599 l -1.808,-0.27999 c -1.308,-0.199 -2.577,0.261 -2.955,1.076 l -1.744,3.759 c -0.08,0.16999 -0.113,0.35299 -0.101,0.54499 l -0.006,0.067 -0.003,6.843 c 0,0.15 0.064,0.294 0.175,0.394 0.112,0.101 0.261,0.149 0.411,0.13299 l 1.756,-0.186 0.063,4.72601 c 0.003,0.262 0.202,0.48499 0.463,0.51799 l 10.206,1.35101 11.82,0.93199 2.058,0.82901 c 0.161,0.066 0.347,0.048 0.494,-0.051 0.147,-0.099 0.235,-0.263 0.235,-0.441 v -3.408 l 5.964,-3.36 1.975,-0.49301 c 0.236,-0.06 0.401,-0.27 0.402,-0.51099 l 0.035,-6.427 c 0.052,-0.299 -0.018,-0.59801 -0.203,-0.867 -0.306,-0.446 -0.907,-0.767 -1.649,-0.882 l -0.556,-0.086 9.8e-4,-3.52701 -0.006,-0.012 c 0.02,-0.483 -0.271,-0.94099 -0.802,-1.24699 l -4.766,-2.7521 c -0.93,-0.537901 -2.386,-0.536701 -3.316,-7.5e-4 l -1.304,0.7527 c -1.061,-0.2457 -2.172,-0.4187 -3.311,-0.516 l -0.427,-0.918701 c -0.318,-0.6871 -1.269,-1.1231 -2.341,-1.1242" /><path + id="path2282" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 153.94571,103.86036 c 0.472,-0.184 1.071,-0.25701 1.664,-0.165 l 1.985,0.30699 c 0.004,-0.003 0.008,-0.005 0.011,-0.008 v 10.19002 h -3.66 v -10.32399" /><path + id="path2284" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 154.37271,104.17236 c 0.368,-0.095 0.781,-0.115 1.172,-0.054 l 1.634,0.252 v 9.386 h -2.806 z m 3.661,-1.018 -0.547,0.39799 -1.811,-0.27999 c -0.646,-0.1 -1.315,-0.032 -1.885,0.189 l -0.273,0.107 v 11.044 h 4.516 v -11.458" /><path + id="path2286" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 170.19771,99.692549 0.532,1.145701 c 1.249,0.0929 2.481,0.28121 3.66,0.564 l 1.45,-0.8367 c 0.798,-0.4602 2.091,-0.4602 2.889,0 l 4.766,2.75181 c 0.451,0.26 0.638,0.612 0.579,0.951 0.006,0.014 0.015,0.027 0.015,0.043 l -9.7e-4,3.789 0.919,0.14201 c 0.997,0.15499 1.614,0.70899 1.489,1.28499 l -0.035,6.465 c 0,0.047 -0.032,0.087 -0.077,0.099 l -2.019,0.504 c -0.009,0.002 -0.018,0.006 -0.026,0.01 l -0.513,0.29 c -1.664,-0.807 -3.497,-1.706 -3.538,-1.768 -0.075,-0.113 -5.254,-4.566 -5.254,-4.566 l -7.361,-1.887 v -2.909 l 0.023,-6.906801 c 1.09,-0.168 2.21,0.2047 2.502,0.834" /><path + id="path2288" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.12171,99.247159 c 0.825,-0.0277 1.525,0.27499 1.688,0.625 h -9.7e-4 l 0.638,1.374301 0.251,0.0191 c 1.24,0.0918 2.448,0.2777 3.592,0.5528 l 0.166,0.04 1.598,-0.9229 c 0.667,-0.384 1.794,-0.3851 2.461,7.5e-4 l 4.766,2.75109 c 0.126,0.073 0.413,0.267 0.371,0.50901 l -0.023,0.138 0.032,0.066 -9.8e-4,4.067 1.282,0.198 c 0.591,0.091 0.942,0.32899 1.073,0.52 0.09,0.12999 0.07,0.221 0.063,0.251 l -0.009,0.088 -0.034,6.213 -1.911,0.49899 -0.313,0.17601 c -2.643,-1.28301 -3.163,-1.56201 -3.259,-1.621 -0.245,-0.234 -1.202,-1.083 -5.239,-4.554 l -0.076,-0.065 -7.136,-1.83 z m 0.122,-0.8589 c -0.202,0 -0.407,0.016 -0.614,0.048 l -0.36,0.0563 -0.025,10.513801 7.586,1.94501 c 1.989,1.711 4.947,4.26499 5.14,4.46299 0.05,0.083 0.076,0.123 3.668,1.866 l 0.201,0.097 0.672,-0.378 1.975,-0.49301 c 0.236,-0.06 0.401,-0.27 0.402,-0.51099 l 0.035,-6.427 c 0.052,-0.299 -0.018,-0.59801 -0.203,-0.867 -0.306,-0.446 -0.907,-0.767 -1.649,-0.882 l -0.556,-0.086 9.8e-4,-3.52701 -0.006,-0.012 c 0.02,-0.483 -0.271,-0.94099 -0.802,-1.24699 l -4.766,-2.7521 c -0.93,-0.537901 -2.386,-0.536701 -3.316,-7.5e-4 l -1.304,0.7527 c -1.061,-0.2457 -2.172,-0.4187 -3.311,-0.516 l -0.427,-0.918701 c -0.318,-0.6871 -1.269,-1.1242 -2.341,-1.1242" /><path + id="path2290" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 182.18171,121.18635 -1.985,-0.30699 c -0.38,0.287 -0.793,0.563 -1.247,0.82599 -0.455,0.26201 -0.934,0.50001 -1.431,0.72 l 0.532,1.146 c 0.292,0.62901 -0.354,1.27601 -1.444,1.44401 l -6.511,1.00699 c -1.089,0.16901 -2.209,-0.204 -2.501,-0.834 l -0.532,-1.146 c -1.25,-0.092 -2.481,-0.27999 -3.661,-0.564 l -1.45,0.83801 c -0.798,0.46 -2.091,0.46 -2.888,0 l -4.767,-2.75201 c -0.797,-0.46099 -0.797,-1.20699 0,-1.668 l 1.451,-0.837 c -0.492,-0.681 -0.817,-1.392 -0.977,-2.11399 l -1.986,-0.30701 c -1.089,-0.168 -1.736,-0.81499 -1.444,-1.44399 l 1.745,-3.759 c 0.292,-0.62901 1.411,-1.002 2.501,-0.834 l 1.985,0.30699 c 0.38,-0.28599 0.793,-0.56299 1.248,-0.82599 0.454,-0.262 0.933,-0.50001 1.43,-0.72 l -0.532,-1.146 c -0.292,-0.62901 0.355,-1.275 1.444,-1.444 l 6.511,-1.007 c 1.089,-0.169 2.209,0.20499 2.501,0.834 l 0.532,1.146 c 1.25,0.092 2.481,0.27999 3.661,0.564 l 1.45,-0.837 c 0.798,-0.46101 2.091,-0.46101 2.889,0 l 4.766,2.751 c 0.798,0.461 0.798,1.208 0,1.668 l -1.45,0.837 c 0.491,0.681 0.816,1.392 0.977,2.114 l 1.985,0.307 c 1.089,0.168 1.736,0.815 1.444,1.44399 l -1.744,3.759 c -0.292,0.62901 -1.412,1.00301 -2.502,0.834" /><path + id="path2292" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 157.68471,111.35936 0.144,-0.11 c 0.383,-0.288 0.788,-0.556 1.204,-0.79701 0.419,-0.24099 0.887,-0.47599 1.39,-0.69799 l 0.398,-0.176 -0.715,-1.542 c -0.043,-0.093 -0.04,-0.177 0.01,-0.271 0.107,-0.2 0.463,-0.47 1.111,-0.57 l 6.511,-1.007 c 0.948,-0.14601 1.863,0.191 2.049,0.591 l 0.637,1.374 0.251,0.019 c 1.239,0.092 2.448,0.27701 3.592,0.55301 l 0.166,0.04 1.598,-0.923 c 0.667,-0.385 1.794,-0.385 2.461,0 l 4.766,2.751 c 0.241,0.14 0.384,0.313 0.384,0.464 0,0.151 -0.143,0.325 -0.384,0.463 l -1.861,1.075 0.278,0.384 c 0.452,0.626 0.757,1.284 0.906,1.955 l 0.064,0.286 2.273,0.352 c 0.649,0.1 1.005,0.37 1.112,0.571 0.051,0.094 0.054,0.177 0.01,0.27 l -1.744,3.759 c -0.186,0.401 -1.072,0.742 -2.048,0.591 l -2.164,-0.335 -0.145,0.109 c -0.379,0.287 -0.784,0.555 -1.203,0.797 -0.422,0.244 -0.889,0.479 -1.389,0.699 l -0.399,0.177 0.716,1.541 c 0.043,0.093 0.04,0.176 -0.01,0.27 -0.108,0.201 -0.463,0.471 -1.112,0.571 l -6.511,1.008 c -0.976,0.152 -1.862,-0.191 -2.048,-0.592 l -0.638,-1.374 -0.251,-0.018 c -1.239,-0.092 -2.447,-0.278 -3.591,-0.554 l -0.167,-0.039 -1.598,0.922 c -0.667,0.385 -1.794,0.385 -2.461,0 l -4.766,-2.752 c -0.24,-0.138 -0.384,-0.312 -0.384,-0.463 0,-0.151 0.144,-0.324 0.384,-0.464 l 1.861,-1.074 -0.278,-0.384 c -0.451,-0.625 -0.756,-1.283 -0.906,-1.955 l -0.063,-0.285 -2.274,-0.353 c -0.649,-0.1 -1.005,-0.37 -1.112,-0.57 -0.05,-0.094 -0.053,-0.178 -0.01,-0.271 l 1.744,-3.759 c 0.187,-0.4 1.074,-0.744 2.049,-0.591 z m 10.534,-6.06401 c -0.201,0 -0.405,0.015 -0.611,0.047 l -6.511,1.007 c -0.815,0.126 -1.463,0.505 -1.736,1.013 -0.176,0.33 -0.188,0.697 -0.031,1.034 l 0.351,0.756 c -0.383,0.18 -0.743,0.368 -1.075,0.56 -0.394,0.227 -0.778,0.478 -1.146,0.746 l -1.807,-0.28 c -1.306,-0.2 -2.577,0.262 -2.955,1.077 l -1.745,3.759 c -0.156,0.337 -0.145,0.705 0.032,1.034 0.272,0.509 0.92,0.887 1.735,1.013 l 1.705,0.264 c 0.152,0.545 0.391,1.079 0.712,1.592 l -1.054,0.609 c -0.516,0.298 -0.812,0.737 -0.812,1.204 9.8e-4,0.468 0.296,0.906 0.813,1.204 l 4.766,2.752 c 0.929,0.537 2.386,0.536 3.316,0 l 1.303,-0.752 c 1.061,0.246 2.173,0.419 3.311,0.515 l 0.427,0.919 c 0.378,0.816 1.649,1.279 2.955,1.077 l 6.511,-1.007 c 0.814,-0.126 1.463,-0.505 1.735,-1.013 0.176,-0.33 0.188,-0.697 0.032,-1.034 l -0.351,-0.756 c 0.38,-0.179 0.74,-0.367 1.075,-0.56 0.396,-0.229 0.781,-0.48 1.145,-0.747 l 1.808,0.281 c 1.308,0.202 2.576,-0.261 2.955,-1.077 l 1.744,-3.759 c 0.157,-0.337 0.145,-0.704 -0.031,-1.034 -0.272,-0.508 -0.921,-0.887 -1.736,-1.013 l -1.705,-0.263 c -0.152,-0.546 -0.39,-1.079 -0.712,-1.593 l 1.054,-0.609 c 0.516,-0.298 0.812,-0.736 0.812,-1.204 0,-0.467 -0.296,-0.906 -0.812,-1.204 l -4.767,-2.751 c -0.929,-0.538 -2.386,-0.538 -3.316,0 l -1.303,0.751 c -1.061,-0.246 -2.173,-0.419 -3.311,-0.515 l -0.426,-0.92 c -0.32,-0.687 -1.271,-1.123 -2.344,-1.123" /><path + id="path2294" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 174.98571,119.41635 c 3.37,-1.94499 3.37,-5.1 0,-7.04499 -3.37,-1.94601 -8.833,-1.94601 -12.203,0 -3.37,1.94499 -3.37,5.1 0,7.04499 3.37,1.94601 8.833,1.94601 12.203,0" /><path + id="path2296" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.88471,120.45236 c -2.133,0 -4.265,-0.46901 -5.888,-1.406 -1.492,-0.862 -2.314,-1.981 -2.314,-3.153 0,-1.171 0.822,-2.29101 2.314,-3.15201 3.246,-1.87299 8.528,-1.875 11.775,0 1.492,0.861 2.314,1.98101 2.314,3.15201 0,1.172 -0.822,2.291 -2.314,3.153 v 0 c -1.622,0.93699 -3.755,1.406 -5.887,1.406 z m 0,-9.96 c -2.288,0 -4.575,0.50299 -6.316,1.509 -1.768,1.02 -2.741,2.403 -2.741,3.892 -9.7e-4,1.49 0.973,2.873 2.741,3.894 3.482,2.01 9.149,2.01 12.631,0 v 0 c 1.768,-1.021 2.742,-2.404 2.742,-3.894 0,-1.489 -0.974,-2.872 -2.742,-3.892 -1.741,-1.00601 -4.028,-1.509 -6.315,-1.509" /><path + id="path2298" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.88471,120.86835 c -2.209,0 -4.417,-0.486 -6.102,-1.45899 -3.37,-1.945 -3.37,-5.1 0,-7.045 1.553,-0.897 3.552,-1.37501 5.584,-1.445 h 0.518 v 9.94899" /><path + id="path2300" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.45671,120.43436 c -2.069,-0.059 -3.995,-0.549 -5.461,-1.395 -1.491,-0.86201 -2.313,-1.98101 -2.313,-3.153 0,-1.17101 0.822,-2.291 2.314,-3.152 1.428,-0.825 3.34,-1.318 5.385,-1.38801 h 0.075 z m 0.855,-9.944 h -0.945 c -2.197,0.076 -4.251,0.60999 -5.798,1.50399 -1.768,1.02 -2.741,2.403 -2.741,3.89201 -9.7e-4,1.48999 0.973,2.87299 2.741,3.894 1.694,0.978 3.937,1.516 6.316,1.516 h 0.427 v -10.806" /><path + id="path2302" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.18371,112.63136 c 0.002,-0.278 9.8e-4,-0.207 0.003,-0.486 3.279,-1.647 8.198,-1.62701 11.436,0.061 -0.002,0.27801 -0.002,0.208 -0.004,0.486 -3.278,1.647 -8.197,1.627 -11.435,-0.061" /><path + id="path2304" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.66171,112.39136 c 3.072,-1.41 7.455,-1.388 10.483,0.055 -3.072,1.411 -7.456,1.38801 -10.483,-0.055 z m 5.182,-1.89 c -2.086,0 -4.172,0.42 -5.849,1.26199 l -0.234,0.117 -0.007,1.00901 0.232,0.121 c 3.344,1.74399 8.428,1.77099 11.825,0.065 l 0.234,-0.118 0.008,-1.009 -0.232,-0.121 c -1.695,-0.883 -3.836,-1.326 -5.977,-1.326" /><path + id="path2306" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 160.11571,100.87146 h -0.855 v 6.8129 h 0.855 v -6.8129" /><path + id="path2308" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 166.03471,114.18435 h -0.855 v 5.81201 h 0.855 v -5.81201" /><path + id="path2310" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.27071,101.28936 h -0.855 v 5.976 h 0.855 v -5.976" /><path + id="path2312" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 177.94171,100.66755 h -0.856 v 5.97581 h 0.856 v -5.97581" /><path + id="path2314" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 184.60271,108.35636 h -0.855 v 1.903 h 0.855 v -1.903" /><path + id="path2316" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 196.06371,92.304259 c 0.017,0.0543 0.015,0.109 0,0.16519 l -0.011,5.06091 c 0,0.0122 -0.008,0.0239 -0.019,0.027 l -8.012,2.612101 c -0.012,0.004 -0.02,0.0149 -0.02,0.0277 l 0.036,3.9822 c 0,0.019 -0.018,0.033 -0.036,0.028 l -6.658,-1.61601 h -9.7e-4 l -6.972,-1.29879 c -0.003,0 -0.006,0 -0.009,0 l -2.957,0.40969 c -0.002,0 -0.004,0 -0.006,0 l -2.043,-0.12379 c -0.015,-0.002 -0.027,-0.0141 -0.027,-0.0289 v -5.719201 c 0,-0.0171 -0.016,-0.0308 -0.034,-0.0281 l -2.428,0.39489 c -0.018,0.003 -0.034,-0.0109 -0.034,-0.0289 l 0.029,-5.17181 c -0.034,-0.0801 -0.038,-0.1641 9.7e-4,-0.2493 l 1.187,-2.5578 c 0.125,-0.2691 0.605,-0.42889 1.072,-0.357 l 2.496,0.38591 c 0.008,0.002 0.017,-7.1e-4 0.023,-0.007 0.469,-0.448 1.037,-0.8719 1.707,-1.2578 0.457,-0.2641 0.945,-0.4981 1.454,-0.7082 0.011,-0.004 0.018,-0.0149 0.018,-0.0258 l 0.025,-1.8 c -0.002,-0.016 0,-0.0332 9.8e-4,-0.0492 v 0 0 c 0.009,-0.2188 0.26,-0.4168 0.644,-0.4758 l 4.43,-0.6859 c 0.467,-0.0723 0.947,0.0879 1.072,0.3578 l 0.666,1.434 c 0.004,0.0101 0.014,0.0172 0.025,0.0172 1.835,0.0207 3.662,0.2937 5.313,0.8207 0.008,0.002 0.016,7.5e-4 0.023,-0.003 l 1.812,-1.0461 c 0.348,-0.2011 0.918,-0.2011 1.267,0 l 3.228,1.8641 c 0.171,0.0988 0.257,0.2277 0.257,0.357 l -0.017,4.5789 c 0,0.0141 0.01,0.0262 0.024,0.0282 l 1.84,0.2847 c 0.341,0.0531 0.578,0.2141 0.634,0.402 v 0 0" /><path + id="path2318" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.75271,88.672159 0.174,-0.14291 c 0.465,-0.44299 1.012,-0.8457 1.635,-1.20589 0.423,-0.2441 0.895,-0.473 1.403,-0.68201 l 0.265,-0.10899 0.018,-0.3129 0.024,-1.7941 c 0,-0.006 0.087,-0.0782 0.284,-0.10781 l 4.43,-0.6864 c 0.333,-0.0508 0.583,0.0684 0.621,0.12111 l 0.778,1.67619 0.298,0.0168 c 1.811,0.0203 3.605,0.2973 5.183,0.80121 l 0.179,0.057 0.186,-0.0961 1.814,-1.04801 c 0.215,-0.12309 0.623,-0.1239 0.839,7.5e-4 l 3.228,1.86291 c 0.043,0.025 0.056,0.043 0.056,0.043 l -0.032,4.8961 0.396,0.0789 1.833,0.284 c 0.145,0.0218 0.231,0.0672 0.271,0.0968 l -0.01,4.8184 -8.032,2.6188 -0.02,0.337801 0.031,3.4732 -6.16,-1.495 -7.077,-1.318 -0.09,0.016 -2.891,0.4 -1.631,-0.0988 v -5.543401 l -0.317,-0.2789 -0.221,0.0289 -1.955,0.31839 0.027,-4.7883 -0.015,-0.0359 1.163,-2.50511 c 0.036,-0.0488 0.285,-0.168 0.619,-0.1149 z m 8.394,-5.9078 c -0.099,0 -0.197,0.007 -0.292,0.0211 l -4.43,0.686 c -0.583,0.0898 -0.988,0.4437 -1.007,0.8808 l -0.002,0.034 0.004,0.084 -0.024,1.482 c -0.449,0.1949 -0.874,0.4063 -1.261,0.6301 -0.618,0.357 -1.17,0.7539 -1.643,1.1832 l -2.304,-0.3562 c -0.58,-0.0879 -1.289,0.089 -1.526,0.6011 l -1.187,2.5571 c -0.073,0.157 -0.087,0.3308 -0.041,0.4968 l -0.03,5.3039 0.32,0.2801 0.22,-0.0308 1.957,-0.3172 v 5.659001 l 0.436,0.046 2.078,0.126 0.049,-0.006 2.894,-0.4 6.906,1.287 6.838,1.66 0.352,-0.262 0.012,-0.231 -0.034,-3.6939 8.029,-2.617201 0.02,-0.3379 0.011,-5.0128 c 0.021,-0.1141 0.015,-0.2262 -0.017,-0.3352 l -9.7e-4,-0.002 c -0.109,-0.3617 -0.475,-0.6238 -0.978,-0.7019 l -1.501,-0.2321 0.015,-4.2347 c 0,-0.291 -0.171,-0.5563 -0.47,-0.7289 l -3.228,-1.8641 c -0.483,-0.2789 -1.212,-0.2789 -1.695,0 l -1.661,0.959 c -1.528,-0.4711 -3.259,-0.743 -5.015,-0.7852 l -0.561,-1.207 c -0.199,-0.4277 -0.727,-0.6219 -1.233,-0.6219" /><path + id="path2320" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 169.25971,95.847149 c 0,-0.0179 -0.016,-0.0316 -0.033,-0.0289 l -0.561,0.0911 v -8.068 c 0.125,-0.0129 0.256,-0.0129 0.388,0.007 l 2.394,0.3711 v 7.75269 h -2.188 v -0.125" /><path + id="path2322" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 169.09271,95.406149 v -7.1187 l 1.927,0.2988 v 6.9582 h -1.444 l -0.195,-0.17109 z m -0.256,-8.0019 c -0.071,0 -0.144,0.005 -0.217,0.0121 l -0.382,0.041 v 8.9559 l 0.595,-0.0969 v 0.084 h 3.042 v -8.54809 l -2.756,-0.4269 c -0.091,-0.0141 -0.186,-0.0211 -0.282,-0.0211" /><path + id="path2324" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 170.04671,100.99446 c 0,-0.0172 -0.016,-0.0312 -0.034,-0.0281 l -0.56,0.091 v -8.068011 c 0.125,-0.014 0.256,-0.0129 0.387,0.007 l 2.394,0.3699 v 7.754271 h -2.187 v -0.12579" /><path + id="path2326" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 169.87971,100.55535 v -7.119901 l 1.927,0.29811 v 6.959001 h -1.443 l -0.208,-0.177 z m -0.256,-8.003101 c -0.072,0 -0.144,0.004 -0.218,0.0121 l -0.381,0.041 v 8.955111 l 0.594,-0.0972 v 0.0851 h 3.043 v -8.548801 l -2.756,-0.42619 c -0.091,-0.014 -0.186,-0.0211 -0.282,-0.0211" /><path + id="path2328" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 196.05271,92.299559 c 0.016,0.0527 0.015,0.10899 -9.7e-4,0.16479 l -0.01,5.061 c 0,0.0121 -0.008,0.023 -0.02,0.0269 l -8.01203,2.611001 c -0.012,0.005 -0.02,0.016 -0.02,0.0281 l 0.036,3.982 c 0,0.019 -0.017,0.033 -0.036,0.029 l -3.586,-0.87 -0.587,-0.526 -3.519,-13.254901 v -1.116 -5.239 c 0.319,0.0359 0.593,0.1711 0.682,0.3648 l 0.666,1.434 c 0.005,0.0101 0.015,0.016 0.026,0.016 1.835,0.0211 3.662,0.2949 5.312,0.8223 0.008,0.002 0.016,7.5e-4 0.023,-0.003 l 1.812,-1.046 c 0.349,-0.2008 0.919,-0.2008 1.267,0 l 3.228,1.86401 c 0.171,0.0981 0.257,0.22809 0.257,0.357 l -0.017,4.57819 c 0,0.0136 0.01,0.0269 0.024,0.0289 l 1.841,0.2847 c 0.34,0.0524 0.577,0.21409 0.634,0.40239 v 0" /><path + id="path2330" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 180.72571,89.495249 v -5.46879 l 0.64,1.3809 0.28,0.0309 c 1.836,0.0222 3.63,0.29919 5.208,0.80229 l 0.175,0.0559 0.183,-0.0903 1.821,-1.05191 c 0.215,-0.12309 0.624,-0.12309 0.839,0 l 3.229,1.86401 c 0.043,0.025 0.056,0.0422 0.056,0.0422 l -0.032,4.8957 0.396,0.0793 1.832,0.28399 c 0.146,0.0231 0.231,0.068 0.272,0.0969 l -0.01,4.81911 -8.033,2.618 -0.02,0.337901 0.031,3.474 -2.984,-0.723 -0.411,-0.369 z m -0.856,-6.7758 0.014,6.94181 3.553,13.379101 0.762,0.682 3.894,0.945 0.354,-0.268 0.007,-0.233 -0.034,-3.6871 8.03,-2.616001 0.019,-0.3387 0.011,-5.0141 c 0.021,-0.11331 0.015,-0.2269 -0.018,-0.3351 v 0 c -0.109,-0.361 -0.474,-0.6231 -0.978,-0.7008 l -1.501,-0.232 0.016,-4.23641 c 0,-0.29059 -0.172,-0.55659 -0.471,-0.72889 l -3.228,-1.8629 c -0.483,-0.27891 -1.211,-0.2781 -1.695,-7.5e-4 l -1.66,0.9589 c -1.546,-0.4726 -3.269,-0.7418 -5.016,-0.7839 l -0.561,-1.2071 c -0.151,-0.3277 -0.534,-0.5547 -1.023,-0.6097 l -0.475,-0.052" /><path + id="path2332" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 193.77471,100.67216 -2.509,-0.3878 c -0.471,0.45189 -1.042,0.8781 -1.717,1.26789 -0.674,0.3891 -1.413,0.7191 -2.195,0.99111 l 0.672,1.449 c 0.125,0.269 -0.152,0.546 -0.619,0.61899 l -4.429,0.68501 c -0.467,0.072 -0.947,-0.088 -1.073,-0.357 l -0.673,-1.451 c -1.845,-0.019 -3.683,-0.295 -5.342,-0.825 l -1.838,1.061 c -0.342,0.19699 -0.896,0.19699 -1.238,0 l -3.243,-1.87301 c -0.342,-0.1971 -0.342,-0.51699 0,-0.71389 l 1.838,-1.061 c -0.919,-0.958201 -1.396,-2.019101 -1.429,-3.085111 l -2.513,-0.3879 c -0.467,-0.0731 -0.744,-0.34999 -0.619,-0.61989 l 1.187,-2.55711 c 0.125,-0.2703 0.605,-0.42999 1.072,-0.357 l 2.509,0.3879 c 0.471,-0.45199 1.043,-0.8781 1.717,-1.26799 0.675,-0.389 1.413,-0.7191 2.195,-0.99101 l -0.672,-1.44879 c -0.125,-0.2692 0.152,-0.5461 0.619,-0.6192 l 4.43,-0.68511 c 0.467,-0.0719 0.947,0.0883 1.072,0.3582 l 0.673,1.45001 c 1.846,0.0199 3.683,0.2949 5.343,0.825 l 1.837,-1.0602 c 0.342,-0.198 0.896,-0.198 1.238,0 l 3.243,1.8723 c 0.342,0.1969 0.342,0.51679 0,0.71479 l -1.837,1.05981 c 0.919,0.9582 1.395,2.0192 1.429,3.0852 l 2.512,0.389 c 0.467,0.0719 0.745,0.3489 0.619,0.6192 l -1.187,2.557001 c -0.125,0.2699 -0.605,0.42969 -1.072,0.3566" /><path + id="path2334" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 175.27771,89.643259 c 0.045,-0.0289 0.128,-0.0687 0.262,-0.0898 l 4.43,-0.6852 c 0.335,-0.0519 0.584,0.0672 0.622,0.12 l 0.784,1.6902 0.27,0.003 c 1.826,0.0192 3.63,0.2973 5.216,0.80511 l 0.181,0.0582 2.001,-1.1562 c 0.209,-0.12 0.602,-0.1188 0.811,0 l 3.22,1.85889 -2.288,1.32111 0.378,0.393 c 0.827,0.8621 1.28,1.83129 1.31,2.8031 l 0.011,0.35389 2.864,0.44421 c 0.134,0.0199 0.218,0.0597 0.262,0.089 l -1.153,2.484001 c -0.035,0.0481 -0.286,0.166 -0.618,0.1141 v 0 l -2.718,-0.420301 -0.153,0.1461 c -0.456,0.437901 -1.006,0.842901 -1.635,1.205791 -0.634,0.3672 -1.348,0.68921 -2.121,0.9582 l -0.447,0.15501 0.837,1.80399 c -0.044,0.029 -0.128,0.069 -0.262,0.09 l -4.429,0.68501 c -0.338,0.052 -0.585,-0.066 -0.623,-0.12 l -0.783,-1.69001 -0.27,-0.003 c -1.827,-0.019 -3.631,-0.297 -5.217,-0.80499 l -0.18,-0.058 -2.002,1.157 c -0.209,0.119 -0.602,0.119 -0.81,0 l -3.22,-1.8599 2.287,-1.3199 -0.377,-0.394201 c -0.827,-0.8621 -1.28,-1.8308 -1.311,-2.8019 l -0.011,-0.3551 -2.864,-0.443 c -0.134,-0.021 -0.217,-0.0601 -0.262,-0.0898 l 1.153,-2.4844 c 0.035,-0.0476 0.286,-0.1656 0.618,-0.1136 l 2.718,0.4199 0.153,-0.1461 c 0.456,-0.4379 1.006,-0.843 1.635,-1.2059 0.634,-0.366 1.348,-0.6883 2.122,-0.9582 l 0.446,-0.1551 z m 4.855,-1.64291 c -0.1,0 -0.199,0.008 -0.294,0.023 l -4.429,0.6852 c -0.431,0.066 -0.767,0.2699 -0.922,0.5597 -0.113,0.211 -0.12,0.4461 -0.02,0.661 l 0.476,1.0269 c -0.656,0.2524 -1.268,0.541 -1.825,0.8633 -0.618,0.357 -1.17,0.7551 -1.643,1.184 l -2.303,-0.357 c -0.581,-0.0891 -1.289,0.0879 -1.526,0.6 l -1.187,2.557 c -0.1,0.216 -0.093,0.4519 0.02,0.6621 0.155,0.2898 0.49,0.493 0.922,0.5609 l 2.176,0.336 c 0.106,0.9078 0.502,1.7949 1.163,2.6051 l -1.384,0.800001 c -0.299,0.1718 -0.47,0.4367 -0.47,0.7269 0,0.2899 0.171,0.5559 0.471,0.7279 l 3.242,1.872 c 0.475,0.275 1.192,0.275 1.666,0 l 1.675,-0.967 c 1.542,0.473 3.267,0.742 5.016,0.784 l 0.561,1.207 c 0.236,0.513 0.949,0.691 1.525,0.601 l 4.429,-0.686 c 0.431,-0.066 0.767,-0.27 0.922,-0.559 0.113,-0.211 0.12,-0.446 0.02,-0.662 l -0.476,-1.027 c 0.656,-0.252 1.269,-0.541 1.825,-0.863 0.619,-0.3568 1.171,-0.7548 1.643,-1.1841 l 2.303,0.357 c 0.579,0.0891 1.289,-0.0867 1.527,-0.6 l 1.186,-2.557001 c 0.1,-0.2161 0.093,-0.4508 -0.02,-0.6618 -0.155,-0.289 -0.491,-0.4941 -0.921,-0.5601 l -2.177,-0.3371 c -0.105,-0.9071 -0.502,-1.7949 -1.163,-2.6047 l 1.384,-0.7992 c 0.299,-0.1731 0.47,-0.4379 0.47,-0.7289 0,-0.2903 -0.171,-0.5539 -0.47,-0.727 l -3.243,-1.8723 c -0.474,-0.275 -1.19,-0.275 -1.665,0 l -1.675,0.9672 c -1.543,-0.473 -3.267,-0.7422 -5.017,-0.784 l -0.56,-1.207 c -0.198,-0.4281 -0.726,-0.623 -1.232,-0.623" /><path + id="path2336" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 186.35671,99.708559 c 2.714,-1.5672 2.714,-4.1082 0,-5.675 -2.715,-1.56801 -7.116,-1.56801 -9.831,0 -2.715,1.5668 -2.715,4.1078 0,5.675 2.715,1.567901 7.116,1.567901 9.831,0" /><path + id="path2338" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 181.44171,100.39646 c -1.691,0 -3.382,-0.3719 -4.669,-1.115301 -1.154,-0.66561 -1.789,-1.52181 -1.789,-2.4097 -9.7e-4,-0.8879 0.635,-1.7442 1.789,-2.411 2.574,-1.4859 6.762,-1.4859 9.337,0 1.154,0.6668 1.789,1.5231 1.789,2.411 0,0.88789 -0.636,1.74409 -1.789,2.4097 v 0 c -1.287,0.743401 -2.978,1.115301 -4.668,1.115301 z m 0,-8.023101 c -1.87,0 -3.74,0.41019 -5.163,1.232 -1.472,0.85 -2.283,2.01019 -2.283,3.2661 0,1.2558 0.811,2.4148 2.283,3.264791 2.847,1.64411 7.479,1.64411 10.324,0 v 0 c 1.472,-0.849991 2.283,-2.008991 2.283,-3.264791 0,-1.25591 -0.811,-2.4153 -2.283,-3.2661 -1.423,-0.82181 -3.292,-1.232 -5.161,-1.232" /><path + id="path2340" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 181.44071,100.87845 c -1.779,0 -3.558,-0.39219 -4.915,-1.174991 -2.715,-1.568 -2.715,-4.109 0,-5.6762 1.251,-0.7219 2.861,-1.10781 4.498,-1.164 h 0.417 v 8.015191" /><path + id="path2342" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 180.94771,100.37456 c -1.585,-0.066 -3.052,-0.450001 -4.175,-1.099201 -1.154,-0.666 -1.789,-1.5219 -1.789,-2.4098 -9.7e-4,-0.8883 0.635,-1.74411 1.789,-2.41131 1.107,-0.6387 2.587,-1.02699 4.175,-1.0938 z m 0.987,-8.004301 h -0.911 c -1.799,0.0609 -3.478,0.498 -4.745,1.2301 -1.472,0.8492 -2.283,2.009 -2.283,3.2652 0,1.25589 0.811,2.41479 2.283,3.264801 1.386,0.8008 3.219,1.2418 5.162,1.2418 h 0.494 v -9.001901" /><path + id="path2344" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 176.51771,94.059359 c 0,-0.0161 0,-0.0129 0,-0.029 2.74,-1.56709 7.176,-1.5492 9.877,0.054 0,0.016 0,0.0128 0,0.0289 -2.74,1.56709 -7.176,1.5492 -9.877,-0.0539" /><path + id="path2346" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 177.59971,94.052249 c 2.312,-0.94489 5.43,-0.93199 7.712,0.0391 -2.311,0.94489 -5.429,0.9301 -7.712,-0.0391 z m 3.808,-1.67109 c -1.855,0 -3.71,0.40629 -5.135,1.22109 l -0.249,0.1422 v 0.56681 l 0.242,0.1723 c 2.834,1.68279 7.488,1.709 10.374,0.0578 l 0.248,-0.143 v -0.566 l -0.241,-0.1719 c -1.435,-0.8519 -3.337,-1.2793 -5.239,-1.2793" /><path + id="path2348" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 179.29471,95.494459 h -0.987 v 4.680901 h 0.987 v -4.680901" /><path + id="path2350" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 175.25671,84.202259 h -0.855 v 5.2313 h 0.855 v -5.2313" /><path + id="path2352" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 189.91071,84.783559 h -0.855 v 4.8648 h 0.855 v -4.8648" /><path + id="path2354" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 182.27271,85.152259 h -0.856 v 4.86409 h 0.856 v -4.86409" /><g + id="g2356" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath2362-7)" + id="g2358"><path + id="path2364" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4131.55,149.891 -2.47,4.281 1050.4,605.687 2.47,-4.277 -1050.4,-605.691" /><path + id="path2366" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4145,142.719 -2.47,4.293 1050.4,605.687 2.47,-4.277 L 4145,142.719" /><path + id="path2368" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4157.2,135.082 -2.47,4.277 1050.4,605.7 2.47,-4.278 -1050.4,-605.699" /><path + id="path2370" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4170.91,128.07 -2.46,4.282 1050.39,605.687 2.47,-4.277 -1050.4,-605.692" /><path + id="path2372" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4182.22,120.191 -2.47,4.278 1050.4,605.691 2.47,-4.281 -1050.4,-605.688" /><path + id="path2374" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4195.67,113.02 -2.47,4.281 1050.4,605.691 2.47,-4.281 -1050.4,-605.691" /><path + id="path2376" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4207.87,105.379 -2.47,4.281 1050.4,605.692 2.47,-4.282 -1050.4,-605.691" /><path + id="path2378" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4221.58,98.3594 -2.46,4.2816 1050.39,605.699 2.47,-4.281 -1050.4,-605.6996" /><path + id="path2380" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="M 4233.78,90.7188 4231.31,95 5281.71,700.691 5284.18,696.41 4233.78,90.7188" /><path + id="path2382" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4247.45,83.5703 -2.47,4.2813 1050.4,605.6994 2.47,-4.281 -1050.4,-605.6997" /><path + id="path2384" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4259.65,75.9297 -2.47,4.2812 1050.4,605.6991 2.47,-4.281 -1050.4,-605.6993" /><path + id="path2386" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4273.36,68.9102 -2.46,4.2812 1050.39,605.6996 2.47,-4.282 -1050.4,-605.6988" /><path + id="path2388" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4284.67,61.0391 -2.46,4.2812 1050.39,605.6997 2.47,-4.29 -1050.4,-605.6909" /><path + id="path2390" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4298.12,53.8789 -2.47,4.2813 1050.4,605.6918 2.47,-4.282 -1050.4,-605.6911" /><path + id="path2392" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4310.32,46.2305 -2.47,4.2812 1050.4,605.6993 2.47,-4.281 -1050.4,-605.6995" /><path + id="path2394" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4324.03,39.2188 -2.47,4.2812 1050.4,605.68 2.47,-4.282 -1050.4,-605.6792" /><path + id="path2396" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4336.23,31.5703 -2.47,4.2813 1050.4,605.6874 2.47,-4.277 -1050.4,-605.6917" /><path + id="path2398" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3965.52,245.98 -2.46,4.282 1050.39,605.679 2.47,-4.281 -1050.4,-605.68" /><path + id="path2400" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3976.83,238.102 -2.46,4.277 1050.39,605.691 2.47,-4.281 -1050.4,-605.687" /><path + id="path2402" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3990.28,230.93 -2.47,4.281 1050.4,605.699 2.47,-4.281 -1050.4,-605.699" /><path + id="path2404" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4002.48,223.289 -2.46,4.281 1050.39,605.692 2.47,-4.282 -1050.4,-605.691" /><path + id="path2406" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4016.19,216.27 -2.47,4.281 1050.4,605.699 2.47,-4.281 -1050.4,-605.699" /><path + id="path2408" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4028.39,208.629 -2.47,4.281 1050.4,605.699 2.47,-4.289 -1050.4,-605.691" /><path + id="path2410" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4042.06,201.48 -2.47,4.282 1050.4,605.699 2.47,-4.281 -1050.4,-605.7" /><path + id="path2412" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4054.26,193.84 -2.46,4.281 1050.39,605.699 2.47,-4.281 -1050.4,-605.699" /><path + id="path2414" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4067.97,186.82 -2.47,4.289 1050.4,605.692 2.47,-4.281 -1050.4,-605.7" /><path + id="path2416" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4079.28,178.949 -2.47,4.281 1050.4,605.692 2.47,-4.281 -1050.4,-605.692" /><path + id="path2418" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4092.73,171.789 -2.47,4.281 1050.4,605.68 2.47,-4.281 -1050.4,-605.68" /><path + id="path2420" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4104.93,164.141 -2.47,4.281 1050.4,605.687 2.47,-4.277 -1050.4,-605.691" /><path + id="path2422" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4118.64,157.121 -2.47,4.277 1050.4,605.692 2.47,-4.281 -1050.4,-605.688" /><path + id="path2424" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4130.84,149.48 -2.46,4.282 1050.39,605.687 2.47,-4.277 -1050.4,-605.692" /></g></g><path + id="path2426" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 370.91571,59.873356 c 0.016,0.05392 0.015,0.108998 0,0.164895 l -0.011,5.0613 c 0,0.0117 -0.008,0.02258 -0.02,0.02693 l -8.012,2.6118 c -0.012,0.003 -0.02,0.01523 -0.02,0.0273 l 0.036,3.982808 c 0,0.018 -0.017,0.032 -0.035,0.0281 l -6.658,-1.616 c -7.5e-4,0 -7.5e-4,0 -0.002,0 l -6.972,-1.299208 c -0.003,0 -0.006,0 -0.009,0 l -2.957,0.409005 c -0.002,0.0015 -0.003,0.0015 -0.005,0.0015 l -2.04401,-0.124305 c -0.015,-6.97e-4 -0.027,-0.01357 -0.027,-0.02887 v -5.718697 c 0,-0.018 -0.016,-0.03128 -0.033,-0.02813 l -2.42899,0.394897 c -0.017,0.0023 -0.033,-0.01103 -0.033,-0.02887 l 0.028,-5.171902 c -0.033,-0.0801 -0.038,-0.165195 0.002,-0.249195 l 1.186,-2.5578 c 0.126,-0.269198 0.606,-0.4293 1.073,-0.357098 l 2.495,0.385995 c 0.009,7.5e-4 0.017,-0.0015 0.023,-0.0067 0.47,-0.448005 1.038,-0.8718 1.708,-1.258905 0.457,-0.262897 0.945,-0.498097 1.454,-0.7071 0.01,-0.0053 0.017,-0.01478 0.018,-0.0261 l 0.024,-1.8 c -0.002,-0.0168 0,-0.03292 7.5e-4,-0.0489 v 0 0 c 0.009,-0.219097 0.261,-0.417195 0.645,-0.4761 l 4.42901,-0.685995 c 0.46699,-0.07192 0.94699,0.0879 1.07299,0.3582 l 0.665,1.434 c 0.005,0.0098 0.015,0.01597 0.026,0.0168 1.83499,0.01987 3.66199,0.294098 5.313,0.8211 0.007,0.0023 0.015,0.0015 0.022,-0.003 l 1.812,-1.045695 c 0.349,-0.201202 0.919,-0.201202 1.267,0 l 3.22901,1.8636 c 0.171,0.0981 0.25599,0.228195 0.25599,0.357098 l -0.017,4.578097 c 0,0.01478 0.01,0.027 0.025,0.02887 l 1.84,0.285203 c 0.34,0.0519 0.577,0.213997 0.634,0.401902 v 0 0" /><path + id="path2428" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 346.60371,56.240154 0.175,-0.141795 c 0.464,-0.443003 1.01,-0.846105 1.635,-1.207005 0.421,-0.243 0.893,-0.4719 1.402,-0.680895 l 0.25,-0.103103 0.033,-0.2949 0.025,-1.818 c 0,-0.006 0.086,-0.0781 0.282,-0.108202 l 4.431,-0.685898 c 0.332,-0.05318 0.584,0.0672 0.622,0.121103 l 0.777,1.675695 0.299,0.01717 c 1.811,0.02003 3.605,0.296895 5.183,0.799995 l 0.183,0.05902 0.189,-0.101903 1.806,-1.042995 c 0.216,-0.1242 0.624,-0.1242 0.84,0 l 3.228,1.864095 c 0.043,0.02497 0.056,0.0429 0.056,0.0429 l -0.032,4.8957 0.396,0.0782 1.832,0.283897 c 0.146,0.0231 0.232,0.06803 0.272,0.0969 l -7.5e-4,0.04733 -0.009,4.771898 -8.03299,2.617897 -0.02,0.338303 0.032,3.473798 -6.16001,-1.4949 -7.077,-1.319101 -0.091,0.01717 -2.89101,0.398798 -1.62999,-0.0988 v -5.542987 l -0.319,-0.2793 -0.22001,0.0312 -1.95399,0.316102 0.026,-4.787205 -0.015,-0.0351 1.163,-2.506995 c 0.035,-0.04687 0.281,-0.166102 0.619,-0.1137 z m 8.394,-5.907795 c -0.099,0 -0.197,0.0067 -0.291,0.0219 l -4.431,0.686295 c -0.582,0.0898 -0.987,0.443002 -1.006,0.879705 l -0.002,0.03397 0.003,0.0851 -0.023,1.482098 c -0.45201,0.196102 -0.876,0.407002 -1.26201,0.628897 -0.61899,0.3582 -1.17,0.755805 -1.643,1.184003 l -2.304,-0.355898 c -0.579,-0.0902 -1.287,0.0879 -1.52599,0.6 l -1.18601,2.557793 c -0.074,0.1551 -0.088,0.329302 -0.042,0.496102 l -0.029,5.305103 0.31999,0.280095 0.22001,-0.03128 1.956,-0.318 v 5.660197 l 0.43699,0.0461 2.079,0.1258 0.047,-0.006 2.894,-0.400012 6.907,1.285912 6.843,1.66099 0.354,-0.2719 0.003,-0.23589 -0.032,-3.679312 8.02901,-2.617995 0.02,-0.336705 0.01,-5.014095 c 0.02,-0.113303 0.015,-0.228105 -0.018,-0.334005 v 0 c -0.108,-0.363195 -0.474,-0.624998 -0.978,-0.703095 l -1.5,-0.232005 0.015,-4.235993 c 0,-0.2898 -0.17201,-0.555802 -0.47001,-0.7281 l -3.228,-1.864005 c -0.48399,-0.278895 -1.21299,-0.279697 -1.69599,0 l -1.66101,0.9582 c -1.545,-0.4719 -3.26799,-0.7422 -5.015,-0.783997 l -0.55999,-1.207103 c -0.20001,-0.428895 -0.72801,-0.622995 -1.23401,-0.622995" /><path + id="path2430" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 344.11171,63.416356 c 0,-0.018 -0.016,-0.03202 -0.034,-0.02887 l -0.561,0.091 v -8.067997 c 0.126,-0.01328 0.257,-0.01328 0.388,0.0067 l 2.394,0.3699 v 7.754212 h -2.187 v -0.124995" /><path + id="path2432" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 343.94571,62.975356 v -7.119202 l 1.925,0.298102 v 6.958995 h -1.444 l -0.193,-0.169995 z m -0.257,-8.001997 c -0.072,0 -0.144,0.0037 -0.218,0.01207 l -0.381,0.04103 v 8.954692 l 0.593,-0.0968 v 0.08509 h 3.044 v -8.549197 l -2.756,-0.425798 c -0.092,-0.0141 -0.186,-0.02108 -0.282,-0.02108" /><path + id="path2434" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 344.89771,68.563254 c 0,-0.018 -0.016,-0.0309 -0.033,-0.02783 l -0.561,0.091 v -8.0679 c 0.125,-0.0141 0.257,-0.0141 0.388,0.0067 l 2.394,0.3699 v 7.754167 h -2.188 v -0.126097" /><path + id="path2436" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 344.73171,68.123356 v -7.119105 l 1.926,0.298005 v 6.958995 h -1.442 l -0.206,-0.1758 z m -0.257,-8.0019 c -0.071,0 -0.144,0.0037 -0.217,0.01087 l -0.382,0.04223 v 8.9547 l 0.595,-0.0969 v 0.0852 h 3.043 v -8.549302 l -2.757,-0.4257 c -0.091,-0.0141 -0.185,-0.02107 -0.282,-0.02107" /><path + id="path2438" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 370.90371,59.868256 c 0.016,0.05317 0.015,0.108998 0,0.1641 l -0.011,5.060895 c 0,0.0129 -0.008,0.0243 -0.02,0.0282 l -8.011,2.6109 c -0.012,0.0037 -0.021,0.01478 -0.02,0.02813 l 0.036,3.982108 c 0,0.0187 -0.018,0.0328 -0.036,0.0289 l -3.586,-0.87111 -0.587,-0.52501 -3.52,-13.255088 v -1.116 -5.238697 c 0.31999,0.03593 0.59299,0.1707 0.68299,0.363697 l 0.666,1.435103 c 0.004,0.0102 0.014,0.01597 0.025,0.01597 1.83499,0.02107 3.66199,0.294997 5.313,0.8211 0.007,0.003 0.016,0.0023 0.022,-0.0023 l 1.813,-1.0461 c 0.348,-0.202005 0.918,-0.202005 1.26701,0 l 3.228,1.862895 c 0.171,0.0992 0.25599,0.228105 0.25599,0.3582 l -0.017,4.5777 c 0,0.0141 0.011,0.02618 0.025,0.02887 l 1.84,0.2844 c 0.341,0.05272 0.578,0.2148 0.634,0.402705 v 0" /><path + id="path2440" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 355.57671,57.064359 v -5.469105 l 0.648,1.397302 0.298,0.01597 c 1.81,0.01987 3.604,0.296805 5.183,0.800805 l 0.184,0.05888 0.188,-0.101902 1.807,-1.042995 c 0.216,-0.125003 0.623,-0.125003 0.839,0 l 3.228,1.864095 c 0.043,0.02497 0.056,0.04178 0.056,0.04178 l -0.031,4.896097 0.39499,0.0789 1.833,0.283995 c 0.14601,0.02302 0.231,0.06788 0.27201,0.0972 l -7.5e-4,0.04687 -0.01,4.771095 -8.03299,2.6187 -0.019,0.338303 0.031,3.4739 -2.985,-0.7239 -0.411,-0.3679 z m -0.856,-6.7761 0.015,6.940995 3.552,13.380095 0.762,0.68201 3.892,0.9441 0.352,-0.2609 0.012,-0.232 -0.034,-3.694203 8.03,-2.6172 0.02,-0.337905 0.009,-5.013997 c 0.021,-0.1137 0.015,-0.227798 -0.017,-0.3348 v 0 c -0.109,-0.3609 -0.474,-0.623003 -0.978,-0.701903 l -1.502,-0.232095 0.017,-4.2351 c 0,-0.291802 -0.17199,-0.5571 -0.47199,-0.728902 l -3.22701,-1.862895 c -0.483,-0.2793 -1.212,-0.281303 -1.695,0 l -1.65999,0.957795 c -1.54601,-0.4731 -3.27,-0.741795 -5.01701,-0.783998 l -0.55999,-1.2078 c -0.15201,-0.327397 -0.53501,-0.554302 -1.02401,-0.609 l -0.475,-0.05227" /><path + id="path2442" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 368.62671,68.241354 -2.509,-0.3879 c -0.471,0.451897 -1.043,0.877702 -1.717,1.268002 -0.675,0.388993 -1.414,0.719103 -2.195,0.991003 l 0.672,1.448 c 0.125,0.26989 -0.152,0.5469 -0.619,0.6199 l -4.43,0.6848 c -0.467,0.0723 -0.947,-0.0879 -1.072,-0.3578 l -0.673,-1.45 c -1.846,-0.0199 -3.683,-0.2949 -5.343,-0.825 l -1.837,1.0602 c -0.342,0.19759 -0.897,0.19759 -1.238,0 l -3.243,-1.872303 c -0.342,-0.196905 -0.342,-0.516802 0,-0.7149 l 1.837,-1.060102 c -0.919,-0.957803 -1.395,-2.018798 -1.429,-3.084803 l -2.512,-0.388995 c -0.467,-0.07192 -0.745,-0.349305 -0.619,-0.6192 l 1.186,-2.557005 c 0.126,-0.269895 0.606,-0.429697 1.073,-0.357 l 2.509,0.3882 c 0.471,-0.451897 1.042,-0.8781 1.717,-1.267897 0.674,-0.3891 1.413,-0.719198 2.195,-0.990998 l -0.672,-1.4493 c -0.125,-0.268702 0.152,-0.546097 0.619,-0.618697 l 4.429,-0.6852 c 0.467,-0.07178 0.947,0.0879 1.072,0.357097 l 0.674,1.450695 c 1.845,0.0192 3.683,0.295403 5.342,0.825 l 1.838,-1.060897 c 0.342,-0.196898 0.896,-0.196898 1.238,0 l 3.243,1.873102 c 0.341,0.1968 0.341,0.517095 0,0.714 l -1.838,1.060995 c 0.919,0.9582 1.396,2.019105 1.429,3.085103 l 2.513,0.3879 c 0.467,0.07297 0.744,0.350002 0.619,0.619102 l -1.187,2.557898 c -0.125,0.269902 -0.605,0.429997 -1.072,0.357" /><path + id="path2444" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.12971,57.211254 c 0.044,-0.02768 0.128,-0.06803 0.262,-0.0891 l 4.43,-0.684698 c 0.336,-0.0531 0.584,0.066 0.622,0.121103 l 0.783,1.688595 0.27,0.003 c 1.827,0.01913 3.631,0.296797 5.217,0.804997 l 0.18,0.0579 2.002,-1.1571 c 0.208,-0.119902 0.602,-0.118702 0.81,0 l 3.22,1.860203 -2.288,1.319895 0.378,0.394102 c 0.827,0.861 1.28,1.8309 1.311,2.802 l 0.011,0.355103 2.86299,0.442897 c 0.135,0.02107 0.21801,0.06097 0.26301,0.0899 l -1.15301,2.484 c -0.035,0.04717 -0.285,0.165997 -0.619,0.114 l -2.717,-0.419903 -0.153,0.1461 c -0.45499,0.4359 -1.005,0.8418 -1.635,1.206998 -0.636,0.366105 -1.35,0.6891 -2.122,0.957113 l -0.446,0.15469 0.836,1.80431 c -0.044,0.0289 -0.128,0.0687 -0.261,0.089 l -4.43,0.686 c -0.33199,0.0519 -0.58399,-0.0672 -0.622,-0.1211 l -0.78399,-1.6891 -0.27,-0.003 c -1.82601,-0.0188 -3.63,-0.2969 -5.21601,-0.8047 l -0.18099,-0.0582 -2.001,1.1558 c -0.20901,0.1204 -0.603,0.1204 -0.81101,0 l -3.219,-1.858901 2.28701,-1.320705 -0.378,-0.3942 c -0.82601,-0.860895 -1.28001,-1.830097 -1.31001,-2.801895 l -0.011,-0.353902 -2.864,-0.443003 c -0.134,-0.02107 -0.218,-0.06127 -0.262,-0.09019 l 1.153,-2.484 c 0.035,-0.04808 0.281,-0.1668 0.618,-0.1149 l 2.718,0.420698 0.152,-0.145703 c 0.457,-0.4383 1.007,-0.842895 1.636,-1.206195 0.634,-0.366 1.348,-0.688702 2.122,-0.957802 l 0.446,-0.155903 z m 4.854,-1.641795 c -0.099,0 -0.198,0.0078 -0.294,0.0219 l -4.429,0.685095 c -0.43,0.06682 -0.767,0.270705 -0.921,0.561 -0.113,0.2109 -0.121,0.4461 -0.02,0.6621 l 0.477,1.025797 c -0.657,0.251903 -1.269,0.541005 -1.826,0.862905 -0.619,0.357 -1.17,0.754298 -1.643,1.1832 l -2.304,-0.355905 c -0.577,-0.09019 -1.287,0.08591 -1.526,0.6 l -1.187,2.5566 c -0.1,0.215303 -0.093,0.4512 0.02,0.661403 0.15499,0.2898 0.49099,0.493702 0.92199,0.561697 l 2.17701,0.335903 c 0.105,0.908197 0.50199,1.795297 1.16299,2.605102 l -1.384,0.799995 c -0.299,0.172305 -0.47,0.4371 -0.47,0.727005 0,0.290198 0.171,0.555003 0.47,0.728103 l 3.24201,1.87189 c 0.47499,0.27501 1.191,0.27501 1.66699,0 l 1.67501,-0.96799 c 1.542,0.47299 3.26599,0.74299 5.016,0.784 l 0.55999,1.20819 c 0.23801,0.51291 0.953,0.68981 1.52501,0.60081 l 4.42999,-0.68601 c 0.431,-0.066 0.767,-0.26989 0.92201,-0.55969 0.11299,-0.2102 0.12,-0.4461 0.02,-0.66221 l -0.477,-1.02609 c 0.65501,-0.2508 1.26701,-0.53991 1.826,-0.8629 0.62001,-0.357805 1.171,-0.755905 1.64301,-1.184005 l 2.30299,0.357 c 0.579,0.0891 1.28801,-0.0879 1.526,-0.6 l 1.18701,-2.5578 c 0.1,-0.215198 0.093,-0.450398 -0.02,-0.661298 -0.155,-0.289905 -0.491,-0.493005 -0.922,-0.5598 l -2.177,-0.337102 c -0.105,-0.9078 -0.501,-1.7961 -1.162,-2.605103 l 1.383,-0.798795 c 0.299,-0.173002 0.471,-0.439102 0.471,-0.7281 0,-0.289905 -0.172,-0.555105 -0.471,-0.7281 l -3.242,-1.871902 c -0.475,-0.273795 -1.19,-0.275798 -1.666,0 l -1.675,0.9672 c -1.543,-0.4731 -3.267,-0.7422 -5.016,-0.783998 l -0.56,-1.206997 c -0.199,-0.428205 -0.727,-0.6231 -1.233,-0.6231" /><path + id="path2446" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 361.20771,67.277251 c 2.715,-1.566795 2.715,-4.107795 0,-5.674995 -2.715,-1.567905 -7.116,-1.567905 -9.831,0 -2.714,1.5672 -2.714,4.1082 0,5.674995 2.715,1.568003 7.116,1.568003 9.831,0" /><path + id="path2448" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 356.29271,67.964356 c -1.691,0 -3.381,-0.3711 -4.669,-1.114005 -1.153,-0.666 -1.789,-1.5219 -1.789,-2.409795 0,-0.889102 0.636,-1.745302 1.789,-2.411302 2.575,-1.485998 6.763,-1.485998 9.337,0 1.154,0.666 1.789,1.5222 1.789,2.411302 0,0.887895 -0.635,1.743795 -1.789,2.409795 v 0 c -1.287,0.742905 -2.977,1.114005 -4.668,1.114005 z m 0,-8.021805 c -1.87,0 -3.739,0.409703 -5.162,1.232003 -1.473,0.849997 -2.283,2.009797 -2.283,3.266002 0,1.254698 0.811,2.414798 2.283,3.2637 2.846,1.645298 7.477,1.644098 10.324,0 v 0 c 1.471,-0.848902 2.282,-2.009002 2.282,-3.2637 0,-1.256205 -0.81,-2.416005 -2.282,-3.266002 -1.423,-0.8223 -3.293,-1.232003 -5.162,-1.232003" /><path + id="path2450" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 356.29271,68.447154 c -1.779,0 -3.558,-0.3918 -4.916,-1.175003 -2.714,-1.567897 -2.714,-4.108897 0,-5.6757 1.252,-0.723097 2.861,-1.1082 4.499,-1.164097 h 0.417 v 8.0148" /><path + id="path2452" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 355.79871,67.943251 c -1.585,-0.066 -3.052,-0.450697 -4.175,-1.098795 -1.153,-0.666 -1.789,-1.522305 -1.789,-2.410102 0,-0.887903 0.636,-1.743803 1.789,-2.411003 1.108,-0.639 2.587,-1.0269 4.175,-1.0941 z m 0.987,-8.004997 h -0.91 c -1.799,0.0621 -3.479,0.4992 -4.745,1.23 -1.473,0.851197 -2.283,2.010202 -2.283,3.2661 0,1.256197 0.811,2.415202 2.283,3.2652 1.386,0.800002 3.219,1.241002 5.162,1.241002 h 0.493 v -9.002302" /><path + id="path2454" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 351.36871,61.627254 c 0,-0.01478 0,-0.01207 7.5e-4,-0.02768 2.739,-1.5672 7.17501,-1.5492 9.876,0.05393 0,0.01597 0,0.0129 0,0.02768 -2.73999,1.5684 -7.176,1.549995 -9.87699,-0.05393" /><path + id="path2456" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 352.45171,61.621456 c 2.313,-0.946102 5.43,-0.9309 7.712,0.03787 -2.313,0.944903 -5.429,0.93 -7.712,-0.03787 z m 3.807,-1.6719 c -1.854,0 -3.71,0.405795 -5.134,1.2207 l -0.237,0.1359 -0.023,0.567195 0.252,0.178103 c 2.834,1.683997 7.489,1.709797 10.374,0.05903 l 0.237,-0.1359 0.023,-0.566003 -0.253,-0.179302 c -1.435,-0.852 -3.336,-1.279695 -5.239,-1.279695" /><path + id="path2458" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 354.14571,63.062454 h -0.987 v 4.682002 h 0.987 v -4.682002" /><path + id="path2460" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.10971,51.771459 h -0.857 v 5.2308 h 0.857 v -5.2308" /><path + id="path2462" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 364.76271,52.352259 h -0.856 v 4.865295 h 0.856 v -4.865295" /><path + id="path2464" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 357.12371,52.721454 h -0.856 v 4.863997 h 0.856 v -4.863997" /><g + id="g2466" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath2472-4)" + id="g2468"><path + id="path2474" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3345.49,350.012 -2.47,4.277 1050.4,605.691 2.47,-4.281 -1050.4,-605.687" /><path + id="path2476" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3358.94,342.84 -2.47,4.281 1050.4,605.688 2.46,-4.278 L 3358.94,342.84" /><path + id="path2478" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3371.14,335.199 -2.47,4.281 1050.4,605.692 2.47,-4.281 -1050.4,-605.692" /><path + id="path2480" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3384.85,328.18 -2.47,4.281 1050.4,605.699 2.47,-4.281 -1050.4,-605.699" /><path + id="path2482" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3396.16,320.309 -2.47,4.281 1050.4,605.691 2.47,-4.281 -1050.4,-605.691" /><path + id="path2484" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3409.61,313.141 -2.47,4.281 1050.4,605.699 2.47,-4.281 -1050.4,-605.699" /><path + id="path2486" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3421.81,305.5 -2.47,4.281 1050.4,605.699 2.47,-4.281 L 3421.81,305.5" /><path + id="path2488" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3435.52,298.48 -2.46,4.282 1050.39,605.687 2.46,-4.277 L 3435.52,298.48" /><path + id="path2490" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3447.72,290.84 -2.47,4.281 1050.4,605.688 2.47,-4.278 -1050.4,-605.691" /><path + id="path2492" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3461.39,283.699 -2.47,4.281 1050.4,605.68 2.47,-4.281 -1050.4,-605.68" /><path + id="path2494" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3473.59,276.051 -2.47,4.277 1050.4,605.692 2.47,-4.282 -1050.4,-605.687" /><path + id="path2496" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3487.3,269.039 -2.46,4.281 1050.39,605.68 2.47,-4.281 -1050.4,-605.68" /><path + id="path2498" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3498.61,261.16 -2.46,4.281 1050.39,605.688 2.47,-4.277 -1050.4,-605.692" /><path + id="path2500" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3512.06,253.988 -2.47,4.282 1050.4,605.699 2.47,-4.289 -1050.4,-605.692" /><path + id="path2502" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3524.26,246.352 -2.47,4.277 1050.4,605.691 2.47,-4.281 -1050.4,-605.687" /><path + id="path2504" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3537.97,239.332 -2.47,4.277 1050.4,605.7 2.47,-4.278 -1050.4,-605.699" /><path + id="path2506" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3550.17,231.691 -2.47,4.278 1050.4,605.691 2.47,-4.281 -1050.4,-605.688" /><path + id="path2508" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3165.75,453.109 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path2510" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3179.46,446.09 -2.47,4.281 1050.4,605.699 2.47,-4.28 -1050.4,-605.7" /><path + id="path2512" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3190.77,438.219 -2.46,4.281 1050.39,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path2514" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3204.22,431.051 -2.47,4.277 1050.4,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path2516" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3216.42,423.41 -2.47,4.281 1050.4,605.689 2.46,-4.28 -1050.39,-605.69" /><path + id="path2518" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3230.13,416.391 -2.47,4.281 1050.4,605.688 2.47,-4.28 -1050.4,-605.689" /><path + id="path2520" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3242.33,408.75 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path2522" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3256,401.602 -2.47,4.277 1050.4,605.691 2.47,-4.28 L 3256,401.602" /><path + id="path2524" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3268.2,393.961 -2.46,4.277 1050.39,605.692 2.46,-4.282 L 3268.2,393.961" /><path + id="path2526" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3281.91,386.941 -2.47,4.278 1050.4,605.691 2.47,-4.281 -1050.4,-605.688" /><path + id="path2528" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3293.22,379.07 -2.47,4.282 1050.4,605.687 2.47,-4.277 -1050.4,-605.692" /><path + id="path2530" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3306.67,371.898 -2.47,4.282 1050.4,605.699 2.47,-4.277 -1050.4,-605.704" /><path + id="path2532" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3318.87,364.262 -2.47,4.277 1050.4,605.699 2.46,-4.289 -1050.39,-605.687" /><path + id="path2534" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3332.58,357.238 -2.47,4.282 1050.4,605.691 2.47,-4.281 -1050.4,-605.692" /><path + id="path2536" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3344.78,349.602 -2.47,4.277 1050.4,605.691 2.47,-4.281 -1050.4,-605.687" /><path + id="path2538" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3729.57,128.332 -2.47,4.277 1050.4,605.692 2.46,-4.281 -1050.39,-605.688" /><path + id="path2540" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3743.02,121.16 -2.47,4.281 1050.39,605.7 2.47,-4.282 L 3743.02,121.16" /><path + id="path2542" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3755.21,113.52 -2.46,4.281 1050.39,605.687 2.47,-4.277 -1050.4,-605.691" /><path + id="path2544" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3768.92,106.5 -2.47,4.281 1050.4,605.688 2.47,-4.278 L 3768.92,106.5" /><path + id="path2546" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3780.23,98.6211 -2.46,4.2769 1050.39,605.704 2.47,-4.282 -1050.4,-605.6989" /><path + id="path2548" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3793.68,91.4609 -2.46,4.2774 1050.39,605.6917 2.47,-4.282 -1050.4,-605.6871" /><path + id="path2550" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3805.88,83.8203 -2.47,4.2813 1050.4,605.6874 2.47,-4.277 -1050.4,-605.6917" /><path + id="path2552" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3819.59,76.8008 -2.47,4.2812 1050.4,605.688 2.47,-4.282 -1050.4,-605.6872" /><path + id="path2554" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3831.8,69.1602 -2.47,4.2812 1050.39,605.6876 2.47,-4.277 L 3831.8,69.1602" /><path + id="path2556" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3845.47,62.0117 -2.47,4.2774 1050.39,605.6989 2.47,-4.277 L 3845.47,62.0117" /><path + id="path2558" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3857.66,54.3711 -2.46,4.2773 1050.39,605.6916 2.47,-4.281 -1050.4,-605.6879" /><path + id="path2560" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3871.37,47.3516 -2.47,4.2773 1050.4,605.7031 2.47,-4.281 -1050.4,-605.6994" /><path + id="path2562" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3882.68,39.4805 -2.47,4.2812 1050.4,605.6873 2.47,-4.277 -1050.4,-605.6915" /><path + id="path2564" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3896.13,32.3086 -2.46,4.2812 L 4944.06,642.281 4946.53,638 3896.13,32.3086" /><path + id="path2566" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3908.33,24.6719 -2.47,4.2773 1050.4,605.6918 2.47,-4.282 -1050.4,-605.6871" /><path + id="path2568" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3922.05,17.6484 -2.47,4.2813 1050.39,605.6913 2.47,-4.281 L 3922.05,17.6484" /><path + id="path2570" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3934.24,10.0117 -2.46,4.2774 1050.39,605.6909 2.47,-4.281 -1050.4,-605.6873" /><path + id="path2572" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3563.54,224.41 -2.47,4.281 1050.39,605.688 2.47,-4.277 L 3563.54,224.41" /><path + id="path2574" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3574.84,216.539 -2.47,4.281 1050.4,605.692 2.47,-4.282 -1050.4,-605.691" /><path + id="path2576" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3588.29,209.371 -2.47,4.277 1050.4,605.692 2.47,-4.281 -1050.4,-605.688" /><path + id="path2578" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3600.49,201.73 -2.47,4.282 1050.4,605.687 2.47,-4.277 -1050.4,-605.692" /><path + id="path2580" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3614.21,194.711 -2.47,4.277 1050.39,605.692 2.47,-4.282 -1050.39,-605.687" /><path + id="path2582" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3626.4,187.07 -2.46,4.282 1050.39,605.687 2.47,-4.277 L 3626.4,187.07" /><path + id="path2584" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3640.07,179.922 -2.46,4.277 1050.39,605.699 2.47,-4.277 -1050.4,-605.699" /><path + id="path2586" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3652.27,172.281 -2.47,4.278 1050.4,605.691 2.47,-4.281 -1050.4,-605.688" /><path + id="path2588" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3665.99,165.262 -2.47,4.277 1050.4,605.691 2.46,-4.281 -1050.39,-605.687" /><path + id="path2590" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3677.3,157.379 -2.47,4.281 1050.39,605.699 2.47,-4.277 L 3677.3,157.379" /><path + id="path2592" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3690.74,150.219 -2.47,4.281 1050.4,605.691 2.47,-4.281 -1050.4,-605.691" /><path + id="path2594" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3702.94,142.582 -2.47,4.277 1050.4,605.692 2.47,-4.281 -1050.4,-605.688" /><path + id="path2596" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3716.65,135.559 -2.46,4.281 1050.39,605.691 2.47,-4.281 -1050.4,-605.691" /><path + id="path2598" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3728.85,127.922 -2.47,4.277 1050.4,605.692 2.47,-4.282 -1050.4,-605.687" /></g></g><path + id="path2600" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 312.75971,68.133556 c 0,0.0023 -7.5e-4,0.0037 -0.003,0.0037 l -4.773,1.1109 c -7.5e-4,0 -0.003,0.0023 -0.003,0.003 l 0.005,5.289103 c 0,0.002 -0.002,0.004 -0.004,0.004 l -9.586,0.2879 c -0.002,0 -0.004,10e-4 -0.004,0.003 l 0.034,3.718 c 0,0.003 -0.003,0.004 -0.005,0.004 l -7.017,-2.1168 c 0,0 0,0 -7.5e-4,0 l -8.53101,0.6098 h -7.5e-4 l -2.837,1.6781 c -0.002,7.5e-4 -0.005,0 -0.005,-0.003 l -0.002,-3.5008 c 0,-0.002 -7.5e-4,-0.003 -0.003,-0.004 l -4.669,-1.3387 c 0,0 -7.5e-4,-0.002 -7.5e-4,0 l -2.925,0.4867 v 0 l -2.013,0.20709 c -0.002,0 -0.004,-7.5e-4 -0.004,-0.004 l 0.026,-4.02 c 0,-7.5e-4 -7.5e-4,-0.003 -0.002,-0.003 l -2.436,-0.9738 v -0.002 l -2.37,-1.4351 c -7.5e-4,-7.5e-4 -0.002,-0.0022 -0.002,-0.0037 l 0.03,-10.1418 c -0.036,-0.093 -0.039,-0.192195 0.006,-0.291098 l 1.234,-2.6589 c 0.152,-0.327 0.73599,-0.5223 1.30299,-0.433995 l 2.31801,0.358995 c 0,0 -0.28,-3.479295 0.011,-3.647295 l 3.656,-2.110905 c 0.375,-0.216098 0.988,-0.216098 1.362,0 l 1.87599,1.083203 c 0.83001,-0.339098 1.70001,-0.629303 2.589,-0.889103 0,0 0.012,-1.6152 0.013,-1.615995 l -0.003,-0.0037 c -0.152,-0.3282 0.18499,-0.665303 0.753,-0.753203 l 4.605,-0.712102 c 0.567,-0.0879 1.15099,0.106305 1.303,0.434002 l 0.66,1.423103 c 1.25199,-0.066 2.51199,-0.066 3.764,0 l 0.661,-1.423103 c 0.152,-0.327697 0.735,-0.521902 1.30299,-0.434002 l 4.605,0.712102 c 0.513,0.0801 0.834,0.362903 0.77901,0.659003 v 1.719195 c 0.88299,0.259005 1.74699,0.546803 2.57199,0.8847 l 1.87601,-1.0839 c 0.375,-0.216098 0.988,-0.216098 1.362,0 l 3.65599,2.110905 c 0.258,0.149198 0.088,3.6351 0.088,3.6351 l 2.241,-0.3468 c 0.568,-0.0883 1.15099,0.106995 1.303,0.433995 l 1.23399,2.6589 c 0.048,0.102 -0.028,10.432103 -0.028,10.432103" /><path + id="path2602" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.45071,47.966356 0.081,-0.0809 -0.113,-0.265995 c 0.004,-0.0015 0.12,-0.1191 0.423,-0.166005 l 4.604,-0.713295 c 0.462,-0.07072 0.809,0.105098 0.849,0.192195 l 0.783,1.685903 0.289,-0.01478 c 1.233,-0.0672 2.484,-0.0672 3.719,0 l 0.288,0.01478 0.783,-1.685903 c 0.041,-0.0871 0.386,-0.264097 0.85,-0.192195 l 4.604,0.713295 c 0.301,0.04613 0.414,0.1641 0.427,0.189803 l -0.01,2.085203 0.308,0.091 c 0.962,0.282 1.79,0.566798 2.53,0.869903 l 0.194,0.0801 2.059,-1.189103 c 0.24,-0.138998 0.693,-0.138998 0.933,0 l 3.534,2.039903 c 0.076,0.442995 0.06,2.0019 -0.004,3.3141 l -0.026,0.524197 2.76101,-0.427402 c 0.45799,-0.07073 0.80899,0.104302 0.849,0.191002 l 1.20099,2.588295 c 0.024,0.686003 -0.005,6.152805 -0.033,9.986003 l -4.39899,1.023802 h -0.37901 l -0.002,0.431198 0.003,4.877799 -9.589,0.2883 -0.004,0.41871 0.029,3.1449 -6.54,-1.9726 -8.77,0.6258 -0.075,0.075 -2.152,1.273 -7.5e-4,-3.066 -0.296,-0.1008 -4.779,-1.3723 -3.021,0.5032 -1.516,0.15579 0.025,-3.85779 -0.29799,-0.10191 -2.37801,-0.951999 -2.13499,-1.294103 0.029,-9.983197 -0.029,-0.0758 1.22899,-2.615295 c 0.041,-0.0867 0.38501,-0.260902 0.85001,-0.191002 l 2.853,0.441 -0.043,-0.539798 c -0.10599,-1.307002 -0.16299,-2.869897 -0.085,-3.309 l 3.539,-2.043 c 0.24,-0.138998 0.694,-0.138998 0.934,0 l 2.058,1.187198 0.19399,-0.0793 c 0.744,-0.304702 1.578,-0.591097 2.547,-0.8739 l 0.306,-0.0898 0.002,-0.318406 c 0,0 0.007,-1.024597 0.01,-1.439797 z m 5.207,-2.098103 c -0.113,0 -0.227,0.009 -0.342,0.027 l -4.606,0.712103 c -0.495,0.077 -0.879,0.308197 -1.054,0.633997 -0.111,0.2082 -0.127,0.437903 -0.048,0.653903 -0.012,0.2199 -0.016,0.5793 -0.02,1.1883 -0.79,0.2379 -1.491,0.4797 -2.131,0.734003 l -1.695,-0.978203 c -0.51,-0.2949 -1.28,-0.2949 -1.79,0 l -3.656,2.111003 c -0.222,0.1281 -0.496,0.2859 -0.264,3.5109 l -1.785,-0.275805 c -0.769,-0.119895 -1.522,0.1719 -1.757,0.677002 l -1.234,2.658998 c -0.079,0.171097 -0.095,0.354997 -0.046,0.535897 l -0.03,10.253903 0.208,0.192202 2.43401,1.466803 2.16699,0.8672 -0.027,4.16209 0.43401,0.004 2.05699,-0.20899 2.856,-0.47621 4.271,1.22621 7.5e-4,3.4188 0.408,0.25429 0.217,-0.10629 2.77901,-1.64301 8.34999,-0.5949 7.14501,2.15391 0.35199,-0.25191 0.002,-0.22189 -0.03,-3.3063 9.586,-0.2867 0.004,-0.4191 -0.004,-4.9531 4.396,-1.022703 h 0.379 l 0.003,-0.4281 c 0.076,-10.427002 0.041,-10.502002 -0.012,-10.616002 l -1.234,-2.658195 c -0.234,-0.505905 -0.992,-0.7977 -1.756,-0.677805 l -1.726,0.266805 c 0.135,-3.2379 -0.108,-3.3777 -0.323,-3.5019 l -3.657,-2.111003 c -0.51,-0.2949 -1.28,-0.2949 -1.79,0 l -1.695,0.9789 c -0.635,-0.251902 -1.33,-0.491798 -2.111,-0.728903 v -1.369095 c 0.024,-0.200002 -0.029,-0.403905 -0.153,-0.578902 -0.196,-0.275003 -0.547,-0.464903 -0.988,-0.534 l -4.606,-0.712103 c -0.768,-0.116797 -1.522,0.173003 -1.756,0.6762 l -0.539,1.162905 c -1.073,-0.0489 -2.157,-0.0489 -3.231,0 l -0.539,-1.1622 c -0.199,-0.428902 -0.774,-0.703905 -1.414,-0.703905" /><path + id="path2604" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 277.00671,58.942554 -2.492,-2.113298 0.271,-1.464097 v -6.309001 c 0.273,-0.0129 0.554,0.03323 0.762,0.153195 l 1.876,1.083203 -0.033,6.291803 -0.384,2.358195" /><path + id="path2606" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 274.97971,56.663259 0.234,-1.2981 v -5.836703 c 0.045,0.0141 0.085,0.03203 0.12,0.0519 l 1.661,0.9579 -0.031,6.010103 -0.25699,1.578097 z m -0.102,-8.036806 c -0.038,0 -0.076,7.5e-4 -0.114,0.003 l -0.406,0.01913 v 6.678106 l -0.31,1.668795 3.259,2.7621 0.513,-3.171098 0.033,-6.539797 -2.091,-1.207103 c -0.239,-0.137903 -0.55,-0.212903 -0.884,-0.212903" /><path + id="path2608" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 268.16871,60.879256 0.032,-6.134002 c 0,-0.07193 0.064,-0.126998 0.135,-0.115995 l 2.083,0.3222 c 0.057,0.009 0.1,0.05902 0.099,0.116797 l -0.099,2.6571 c -7.5e-4,0.05393 0.035,0.1011 0.087,0.1152 l 4.133,1.115595 c 0.074,0.02032 0.109,0.105105 0.071,0.172305 l -2.331,4.073798 c -0.02,0.03397 -0.055,0.05633 -0.094,0.0582 l -3.099,0.225802 c -0.052,0.0037 -0.10101,-0.02768 -0.11901,-0.0777 l -0.891,-2.4891 c -0.005,-0.01328 -0.007,-0.02617 -0.007,-0.0402" /><path + id="path2610" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 268.59671,60.828451 0.03,-5.721097 1.454,0.225 -0.09,2.376997 c -0.003,0.2589 0.162,0.476903 0.401,0.544103 l 3.747,1.010902 -2.049,3.582098 -2.7,0.196102 z m -0.279,-6.628897 c -0.128,0 -0.253,0.04568 -0.352,0.129705 -0.121,0.103095 -0.191,0.253095 -0.193,0.412095 l -0.035,6.201202 0.034,0.1179 0.89201,2.4918 c 0.083,0.2313 0.312,0.375 0.55399,0.360998 l 3.09801,-0.225803 c 0.18099,-0.01207 0.345,-0.115297 0.435,-0.2742 l 2.33,-4.0719 c 0.084,-0.148095 0.096,-0.3219 0.03,-0.480097 -0.064,-0.1578 -0.197,-0.273803 -0.362,-0.318 l -3.894,-1.050698 0.091,-2.408197 c 0.003,-0.280103 -0.19599,-0.514103 -0.462,-0.5559 l -2.082,-0.322305 c -0.028,-0.0037 -0.056,-0.0067 -0.084,-0.0067" /><path + id="path2612" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 286.68371,46.838258 0.66,1.422998 c 1.252,-0.066 2.512,-0.066 3.764,0 l 0.661,-1.422998 c 0.152,-0.327802 0.735,-0.521902 1.303,-0.434002 l 4.605,0.712102 c 0.513,0.0789 0.834,0.362895 0.779,0.658995 v 1.719106 c 0.883,0.258997 1.747,0.5469 2.572,0.884797 l 1.876,-1.083998 c 0.375,-0.216 0.988,-0.216 1.362,0 l 3.656,2.110898 c 0.258,0.149198 0.088,3.635198 0.088,3.635198 l 2.241,-0.346898 c 0.568,-0.0883 1.151,0.107003 1.303,0.434003 l 1.234,2.658997 c 0.048,0.101895 -0.028,10.431998 -0.028,10.431998 0,0.0023 -7.5e-4,0.0037 -0.003,0.0037 l -4.773,1.110997 c -7.5e-4,0 -0.003,0.0023 -0.003,0.003 l 0.005,5.288998 c 0,0.002 -0.002,0.004 -0.004,0.004 l -9.586,0.2872 c -0.002,0 -0.004,0.002 -0.004,0.004 l 0.034,3.7179 c 0,0.002 -0.003,0.004 -0.005,0.003 l -4.607,-1.3891 -8.466,-20.501203 v -4.056247 l 0.033,-6.292201 c 0.567,-0.0879 1.151,0.1062 1.303,0.434003" /><path + id="path2614" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 291.37371,48.703456 0.783,-1.685198 c 0.041,-0.08711 0.39,-0.262905 0.849,-0.191002 l 4.605,0.712102 c 0.301,0.04613 0.414,0.1629 0.427,0.1899 l -0.01,2.085098 0.307,0.0899 c 0.965,0.283995 1.793,0.5679 2.531,0.8703 l 0.194,0.0797 2.059,-1.188698 c 0.239,-0.1371 0.694,-0.1383 0.934,7.5e-4 l 3.533,2.039798 c 0.076,0.4434 0.06,2.002402 -0.003,3.3141 l -0.026,0.522997 2.76,-0.4257 c 0.462,-0.07043 0.809,0.102705 0.849,0.191003 l 1.201,2.587897 c 0.024,0.685898 -0.005,6.153098 -0.033,9.985898 l -4.778,1.1121 -0.002,0.343005 0.003,4.878093 -9.58901,0.28671 -0.004,0.41919 0.029,3.1461 -3.861,-1.16529 -8.355,-20.234703 0.029,-9.849301 c 0.273,0.02887 0.46001,0.1371 0.489,0.200003 l 0.783,1.685197 0.28901,-0.01523 c 1.23399,-0.06488 2.48499,-0.06488 3.71899,0 z m -5.715,-2.7492 c -0.113,0 -0.228,0.009 -0.344,0.02692 l -0.36,0.05633 -0.034,10.8 0.032,0.07811 8.543,20.688703 5.004,1.509 0.352,-0.252 0.002,-0.2219 -0.03,-3.307 9.586,-0.2871 0.004,-0.4188 -0.004,-4.9543 4.539,-1.06681 0.236,-0.1179 0.003,-0.267998 c 0.076,-10.422997 0.041,-10.499197 -0.012,-10.613302 l -1.234,-2.657798 c -0.233,-0.505095 -0.987,-0.794895 -1.756,-0.676897 l -1.725,0.266797 c 0.134,-3.236797 -0.109,-3.377797 -0.324,-3.501997 l -3.657,-2.110898 c -0.51,-0.295005 -1.279,-0.295005 -1.789,0 l -1.696,0.9789 c -0.634,-0.252 -1.329,-0.491805 -2.111,-0.728903 v -1.3692 c 0.024,-0.200002 -0.029,-0.403897 -0.153,-0.577702 -0.196,-0.276998 -0.547,-0.465998 -0.988,-0.5352 l -4.606,-0.712095 c -0.768,-0.119903 -1.521,0.172297 -1.756,0.6774 l -0.539,1.160895 c -1.073,-0.04733 -2.157,-0.04733 -3.231,0 l -0.539,-1.160895 c -0.2,-0.4293 -0.774,-0.704303 -1.413,-0.704303" /><path + id="path2616" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 302.80071,76.884359 -1.806,-1.04181 c -1.038,0.42501 -2.128,0.78981 -3.257,1.08981 l 0.659,1.4199 c 0.152,0.3281 -0.185,0.6653 -0.752,0.752 l -4.605,0.71329 c -0.568,0.0878 -1.151,-0.1071 -1.303,-0.43519 l -0.661,-1.42301 c -1.252,0.0671 -2.512,0.0671 -3.764,0 l -0.661,1.42301 c -0.152,0.32809 -0.735,0.523 -1.303,0.43519 l -4.605,-0.71329 c -0.567,-0.0867 -0.904,-0.4239 -0.752,-0.752 l 0.659,-1.4199 c -1.129,-0.3 -2.219,-0.6648 -3.257,-1.08981 l -1.806,1.04181 c -0.415,0.2402 -1.089,0.2402 -1.504,0 l -3.371,-1.9461 c -0.416,-0.23991 -0.416,-0.6289 0,-0.8688 l 1.805,-1.0422 c -0.737,-0.6 -1.369,-1.2289 -1.888,-1.8808 l -2.46,0.3808 c -0.568,0.0871 -1.151,-0.10701 -1.303,-0.4347 l -1.234,-2.659003 c -0.152,-0.327405 0.185,-0.664102 0.752,-0.7524 l 2.465,-0.380805 c -0.115,-0.723097 -0.115,-1.4508 0,-2.173095 l -2.465,-0.382005 c -0.567,-0.0879 -0.904,-0.423795 -0.752,-0.751995 l 1.234,-2.6589 c 0.152,-0.327 0.735,-0.521902 1.303,-0.434002 l 2.46,0.380002 c 0.519,-0.6519 1.15,-1.280805 1.887,-1.880805 l -1.805,-1.0422 c -0.415,-0.239797 -0.415,-0.628095 0,-0.867997 l 3.372,-1.946798 c 0.415,-0.2391 1.089,-0.2391 1.504,0 l 1.804,1.041803 c 1.039,-0.425003 2.13,-0.789105 3.259,-1.089105 l -0.659,-1.420695 c -0.152,-0.327405 0.185,-0.664103 0.752,-0.7524 l 4.605,-0.711705 c 0.568,-0.0883 1.151,0.1059 1.303,0.434002 l 0.661,1.423103 c 1.252,-0.06607 2.512,-0.06607 3.764,0 l 0.66,-1.423103 c 0.153,-0.328102 0.736,-0.5223 1.303,-0.434002 l 4.606,0.711705 c 0.567,0.0883 0.904,0.424995 0.752,0.753195 l -0.659,1.4199 c 1.129,0.3 2.219,0.664102 3.257,1.0902 l 1.806,-1.042898 c 0.415,-0.2391 1.089,-0.2391 1.504,0 l 3.371,1.946798 c 0.416,0.239902 0.416,0.628897 0,0.867997 l -1.805,1.043003 c 0.737,0.599197 1.369,1.228102 1.888,1.880797 l 2.46,-0.380797 c 0.568,-0.0879 1.151,0.107002 1.303,0.434002 l 1.234,2.6589 c 0.152,0.3282 -0.185,0.665295 -0.752,0.751995 l -2.465,0.382005 c 0.115,0.722295 0.115,1.449998 0,2.173095 l 2.465,0.380805 c 0.567,0.0883 0.904,0.424995 0.752,0.753195 l -1.234,2.658208 c -0.152,0.32769 -0.735,0.52179 -1.303,0.4347 l -2.46,-0.3808 c -0.519,0.6519 -1.151,1.2808 -1.888,1.8808 l 1.805,1.0422 c 0.416,0.2399 0.416,0.62889 0,0.8688 l -3.371,1.9461 c -0.415,0.2402 -1.089,0.2402 -1.504,0" /><path + id="path2618" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 291.34171,54.909354 0.783,-1.6848 c 0.04,-0.0871 0.387,-0.263295 0.849,-0.190995 l 4.605,0.711697 c 0.302,0.04733 0.418,0.165203 0.43,0.192203 l -0.874,1.840995 0.493,0.130102 c 1.106,0.2937 2.185,0.653903 3.205,1.072598 l 0.194,0.07931 1.987,-1.1472 c 0.281,-0.161805 0.795,-0.1629 1.078,0 l 3.37,1.946092 c 0.052,0.03 0.081,0.057 0.094,0.07297 -0.015,0.0023 -0.04,0.02378 -0.093,0.05513 l -2.343,1.351905 0.481,0.3918 c 0.711,0.5793 1.325,1.190295 1.824,1.815998 l 0.154,0.194197 2.705,-0.417997 c 0.459,-0.0711 0.809,0.103897 0.85,0.192202 l 1.234,2.657798 c -0.011,-0.01402 -0.131,0.103102 -0.43,0.15 l -2.889,0.4461 0.068,0.425002 c 0.107,0.675795 0.107,1.3629 0,2.0391 l -0.068,0.424995 2.889,0.445703 c 0.302,0.04717 0.418,0.165997 0.431,0.192202 l -1.235,2.616798 c -0.041,0.0863 -0.392,0.26211 -0.85,0.19101 l -2.705,-0.4188 -0.154,0.1938 c -0.499,0.6261 -1.113,1.2371 -1.824,1.81599 l -0.481,0.39221 2.342,1.3531 c 0.052,0.0297 0.08,0.0559 0.094,0.0719 -7.5e-4,0 -7.5e-4,0 -7.5e-4,0 -0.014,0 -0.042,0.0258 -0.092,0.0551 l -3.37099,1.9468 c -0.282,0.1621 -0.795,0.1621 -1.077,0 l -1.98701,-1.148 -0.19399,0.0801 c -1.017,0.4168 -2.09501,0.7781 -3.206,1.073 l -0.493,0.1301 0.874,1.8828 c -0.016,-0.009 -0.13101,0.1031 -0.429,0.1488 l -4.606,0.7133 c -0.46301,0.0731 -0.809,-0.1043 -0.849,-0.1922 l -0.783,-1.68471 -0.288,0.0148 c -1.23401,0.066 -2.48501,0.066 -3.72,0 l -0.288,-0.0148 -0.783,1.68471 c -0.04,0.0879 -0.387,0.2633 -0.849,0.1922 l -4.605,-0.7133 c -0.302,-0.0457 -0.41801,-0.16361 -0.43001,-0.19061 l 0.87401,-1.84099 -0.49301,-0.1301 c -1.11099,-0.2961 -2.18899,-0.6562 -3.20499,-1.073 l -0.19401,-0.0801 -1.98799,1.148 c -0.281,0.16289 -0.794,0.1621 -1.077,0 l -3.37,-1.9461 c -0.052,-0.0308 -0.081,-0.057 -0.093,-0.073 v 0 c 0.014,0 0.042,-0.0258 0.093,-0.0559 l 2.342,-1.3519 -0.481,-0.3922 c -0.713,-0.5801 -1.327,-1.191 -1.823,-1.816 l -0.155,-0.1938 -2.705,0.4188 c -0.46,0.0711 -0.809,-0.1047 -0.85,-0.193 l -1.234,-2.657808 c 0.024,0.0068 0.15,-0.106297 0.43,-0.149197 l 2.889,-0.445703 -0.068,-0.424995 c -0.10701,-0.6762 -0.10701,-1.363305 0,-2.0391 l 0.068,-0.425002 -2.889,-0.4461 c -0.302,-0.04687 -0.418,-0.164798 -0.43,-0.192998 l 1.234,-2.616 c 0.041,-0.08711 0.388,-0.262905 0.85,-0.191002 l 2.705,0.417997 0.155,-0.194197 c 0.5,-0.627698 1.113,-1.238603 1.822,-1.815998 l 0.481,-0.3918 -2.341,-1.351905 c -0.052,-0.03007 -0.081,-0.05633 -0.093,-0.07193 v 0 c 0.014,0 0.042,-0.0273 0.093,-0.05617 l 3.371,-1.946092 c 0.281,-0.161805 0.795,-0.161805 1.076,0 l 1.987,1.1472 0.194,-0.0801 c 1.017,-0.417105 2.09599,-0.778103 3.20599,-1.071803 l 0.49301,-0.130102 -0.87401,-1.883198 c 0.012,0.01718 0.13001,-0.103897 0.43001,-0.15 l 4.605,-0.711697 c 0.45799,-0.0723 0.808,0.103897 0.849,0.190995 l 0.783,1.6848 0.288,-0.0141 c 1.234,-0.066 2.48599,-0.066 3.72,0 z m 1.419,-2.748098 c -0.639,0 -1.214,0.2742 -1.412,0.703103 l -0.54,1.162095 c -1.072,-0.048 -2.156,-0.048 -3.23,0 l -0.54,-1.162095 c -0.234,-0.505005 -0.992,-0.796103 -1.756,-0.676905 l -4.605,0.712102 c -0.495,0.0769 -0.879,0.3078 -1.054,0.633998 -0.122,0.230805 -0.13,0.485902 -0.021,0.7218 l 0.446,0.962205 c -0.902,0.256995 -1.783,0.555795 -2.625,0.891795 l -1.623,-0.9372 c -0.55,-0.317895 -1.382,-0.317895 -1.932,0 l -3.371,1.9461 c -0.334,0.192997 -0.526,0.487102 -0.526,0.806302 0,0.318 0.192,0.610898 0.526,0.803895 l 1.278,0.737903 c -0.493,0.4359 -0.936,0.8898 -1.324,1.3539 l -2.218,-0.342998 c -0.767,-0.116002 -1.522,0.1731 -1.756,0.676995 l -1.234,2.659005 c -0.109,0.235095 -0.102,0.490995 0.021,0.722198 0.175,0.3258 0.559,0.5559 1.054,0.632797 l 2.053,0.318 c -0.048,0.484005 -0.048,0.9711 0,1.455105 l -2.053,0.317198 c -0.495,0.0769 -0.879,0.3078 -1.053,0.633997 -0.124,0.229605 -0.131,0.486705 -0.021,0.7218 l 1.233,2.657808 c 0.234,0.50509 0.988,0.79729 1.757,0.6774 l 2.217,-0.3434 c 0.386,0.46329 0.83,0.91599 1.325,1.35429 l -1.279,0.73791 c -0.334,0.19299 -0.526,0.4871 -0.526,0.80589 0,0.31911 0.192,0.61211 0.526,0.80511 l 3.371,1.946 c 0.551,0.318 1.382,0.318 1.932,0 l 1.625,-0.9378 c 0.84,0.33589 1.72,0.63469 2.623,0.8929 l -0.446,0.9617 c -0.109,0.2364 -0.101,0.49219 0.022,0.72229 0.174,0.3258 0.558,0.55701 1.053,0.63281 l 4.605,0.71329 c 0.771,0.1137 1.523,-0.17419 1.75599,-0.67809 l 0.54,-1.161 c 1.074,0.0481 2.15801,0.0481 3.23001,0 l 0.54,1.161 c 0.233,0.5039 0.987,0.7929 1.755,0.67809 l 4.60599,-0.71329 c 0.495,-0.0758 0.879,-0.30701 1.053,-0.63281 0.12401,-0.2301 0.13101,-0.48589 0.022,-0.72229 l -0.446,-0.9617 c 0.903,-0.25821 1.78299,-0.55701 2.624,-0.8929 l 1.624,0.9378 c 0.54999,0.318 1.382,0.318 1.932,0 l 3.371,-1.94681 c 0.33499,-0.19219 0.526,-0.48639 0.526,-0.80509 0,-0.318 -0.19101,-0.61211 -0.526,-0.8039 l -1.27901,-0.73911 c 0.49401,-0.4371 0.93701,-0.891 1.32501,-1.35429 l 2.217,0.3434 c 0.77,0.11869 1.52199,-0.17231 1.757,-0.6762 l 1.234,-2.659008 c 0.10899,-0.235897 0.101,-0.492195 -0.022,-0.7218 -0.174,-0.326197 -0.558,-0.556297 -1.053,-0.633997 l -2.053,-0.317198 c 0.049,-0.484005 0.049,-0.9711 0,-1.455105 l 2.053,-0.318 c 0.495,-0.0769 0.879,-0.306997 1.053,-0.632797 0.123,-0.2301 0.131,-0.485903 0.022,-0.722198 l -1.234,-2.659005 c -0.234,-0.503895 -0.99101,-0.792997 -1.75601,-0.676995 l -2.21899,0.342998 c -0.387,-0.4629 -0.831,-0.915998 -1.32401,-1.3527 l 1.27901,-0.739103 c 0.334,-0.192997 0.525,-0.485895 0.525,-0.803895 7.5e-4,-0.3192 -0.19001,-0.612105 -0.525,-0.806302 l -3.37001,-1.9461 c -0.552,-0.318698 -1.383,-0.317895 -1.93299,0 l -1.62501,0.938302 c -0.843,-0.337102 -1.72299,-0.637102 -2.62399,-0.892897 l 0.447,-0.962205 c 0.109,-0.235898 0.102,-0.490995 -0.021,-0.7218 -0.17501,-0.326198 -0.55901,-0.5571 -1.05401,-0.633998 l -4.605,-0.712102 c -0.11599,-0.018 -0.231,-0.02618 -0.34399,-0.02618" /><path + id="path2620" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 293.75371,68.846454 c 2.519,-1.453898 2.519,-3.810998 0,-5.2653 -2.518,-1.4547 -6.602,-1.4547 -9.12,-7.5e-4 -2.519,1.455105 -2.519,3.812205 0,5.266102 2.518,1.453903 6.602,1.453903 9.12,0" /><path + id="path2622" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 289.19371,69.514349 c -1.574,0 -3.148,-0.346798 -4.346,-1.037893 -1.08,-0.624202 -1.675,-1.426905 -1.675,-2.2632 0,-0.834802 0.595,-1.637902 1.675,-2.261805 2.397,-1.3839 6.298,-1.383195 8.692,0 1.08,0.623903 1.676,1.427003 1.676,2.261805 0,0.836295 -0.596,1.638998 -1.676,2.2632 v 0 c -1.198,0.691095 -2.772,1.037893 -4.346,1.037893 z m 0,-7.444093 c -1.729,0 -3.458,0.3801 -4.774,1.140195 -1.356,0.782805 -2.103,1.850003 -2.103,3.002805 0,1.154295 0.747,2.221095 2.103,3.003098 2.634,1.521095 6.917,1.519105 9.548,0 v 0 c 1.356,-0.782003 2.103,-1.848803 2.103,-3.003098 0,-1.152802 -0.747,-2.22 -2.103,-3.002805 -1.316,-0.759 -3.045,-1.140195 -4.774,-1.140195" /><path + id="path2624" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 289.19371,69.931159 c -1.65,0 -3.301,-0.3629 -4.56,-1.089805 -2.519,-1.453898 -2.519,-3.8121 0,-5.265998 1.161,-0.670005 2.654,-1.027005 4.173,-1.080105 h 0.387 v 7.435908" /><path + id="path2626" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 288.76571,69.495259 c -1.486,-0.05783 -2.865,-0.416808 -3.918,-1.025005 -1.08,-0.623798 -1.675,-1.427003 -1.675,-2.2617 0,-0.8352 0.595,-1.639103 1.675,-2.263298 1.039,-0.5988 2.429,-0.9609 3.918,-1.019902 z m 0.856,-7.427005 h -0.815 c -1.663,0.05707 -3.215,0.4602 -4.387,1.137097 -1.356,0.7821 -2.103,1.8489 -2.103,3.003203 0,1.153897 0.747,2.220697 2.103,3.0027 1.282,0.740195 2.977,1.148105 4.774,1.148105 h 0.428 v -8.291105" /><path + id="path2628" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 284.62571,63.604254 c 0,-0.01373 0,-0.01103 7.5e-4,-0.0258 2.541,-1.453898 6.657,-1.437098 9.163,0.05003 -7.5e-4,0.01478 -7.5e-4,0.01207 -7.5e-4,0.02692 -2.54199,1.454002 -6.657,1.437202 -9.16299,-0.05107" /><path + id="path2630" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 285.55371,63.598351 c 2.181,-0.918 5.156,-0.901897 7.309,0.03713 -2.18,0.915998 -5.158,0.902003 -7.309,-0.03713 z m 3.61,-1.519897 c -1.716,0 -3.432,0.375 -4.75,1.1289 l -0.204,0.117202 -0.022,0.491798 0.22,0.155797 c 2.621,1.557105 6.925,1.5801 9.594,0.0543 l 0.216,-0.123 v -0.492195 l -0.21,-0.15 c -1.327,-0.787905 -3.085,-1.182802 -4.844,-1.182802" /><path + id="path2632" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 287.17271,64.936254 h -0.857 v 4.343002 h 0.857 v -4.343002" /><path + id="path2634" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.45271,47.786258 -0.856,0.003 0.018,5.889901 0.856,-0.003 -0.018,-5.890201" /><path + id="path2636" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 292.71171,46.792553 h -0.856 v 5.214803 h 0.856 v -5.214803" /><path + id="path2638" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 303.70971,49.501456 h -0.856 v 5.2149 h 0.856 v -5.2149" /><path + id="path2640" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 311.13071,55.036254 h -0.856 v 5.2152 h 0.856 v -5.2152" /><path + id="path2642" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 323.49071,77.392559 -0.045,5.3687 c 0,0.0602 -0.041,0.11209 -0.099,0.127 l -2.582,0.6453 c -0.012,0.003 -0.023,0.007 -0.033,0.0129 l -7.886,4.4418 c -0.041,0.023 -0.067,0.0671 -0.067,0.114 v 4.602 c 0,0.0929 -0.094,0.15699 -0.18,0.12219 l -2.691,-1.0851 c -0.012,-0.005 -0.025,-0.008 -0.039,-0.009 l -15.177,-1.19689 c -0.003,0 -0.005,-7.5e-4 -0.007,-7.5e-4 l -13.018,-1.7219 c -0.065,-0.009 -0.113,-0.0641 -0.114,-0.1289 l -0.086,-6.4981 c -7.5e-4,-0.0769 -0.068,-0.1371 -0.145,-0.1293 l -2.7,0.2864 c -0.077,0.008 -0.14501,-0.0532 -0.14501,-0.1313 l 0.005,-5.8508 c 0,-0.0179 0.008,-0.032 0.014,-0.048 -0.022,-0.1653 -0.008,-0.3352 0.071,-0.5051 l 2.23101,-4.8059 c 0.37299,-0.805 1.805,-1.282 3.198,-1.0671 l 2.53899,0.3929 c 0.486,-0.3668 1.014,-0.7199 1.59501,-1.0558 0.345,-0.199305 0.704,-0.3852 1.07,-0.564105 l 0.011,-2.383995 c 0.11901,-0.596903 0.84801,-1.1199 1.914,-1.285103 l 8.32601,-1.2879 c 1.393,-0.214897 2.82499,0.262103 3.198,1.065998 l 0.681,1.466002 c 1.597,0.117998 3.172,0.3582 4.68,0.721103 l 1.855,-1.069905 c 1.02,-0.589095 2.673,-0.589095 3.693,0 l 6.095,3.517905 c 0.576,0.3329 0.81499,0.7821 0.73999,1.2168 0.008,0.0172 0.019,0.034 0.019,0.0551 l -7.5e-4,4.8449 1.175,0.1821 c 1.275,0.1968 2.064,0.9058 1.905,1.6422" /><path + id="path2644" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 289.63771,66.373351 c 0.096,-0.3441 0.611,-0.765997 1.553,-0.912097 l 8.325,-1.2879 c 1.297,-0.2019 2.49,0.271897 2.745,0.823102 l 0.786,1.6941 0.251,0.01882 c 1.592,0.1179 3.144,0.357 4.612,0.7101 l 0.167,0.0399 2.002,-1.1559 c 0.885,-0.5109 2.381,-0.510195 3.265,0 l 6.095,3.518013 c 0.385,0.22299 0.579,0.50499 0.532,0.77379 l -0.022,0.132 0.035,0.077 -7.5e-4,5.13009 1.538,0.23781 c 0.673,0.1043 1.216,0.3723 1.453,0.7161 0.096,0.14019 0.128,0.275 0.099,0.41319 l -0.01,0.0868 -0.043,5.1402 -2.497,0.64489 -7.887,4.44221 c -0.176,0.0988 -0.285,0.2848 -0.285,0.4867 v 4.1633 l -2.441,-0.9594 -15.179,-1.19681 -12.754,-1.68721 -0.081,-6.24289 c -0.004,-0.15779 -0.072,-0.3071 -0.19,-0.411 -0.118,-0.10391 -0.275,-0.15 -0.43,-0.1371 l -2.371,0.2512 0.024,-5.4969 -0.009,-0.1293 c -0.014,-0.10191 -0.003,-0.1879 0.035,-0.2679 l 2.23099,-4.80711 c 0.25601,-0.55079 1.44701,-1.02689 2.745,-0.8238 l 2.71601,0.42111 0.14499,-0.1102 c 0.49,-0.3687 1.01301,-0.7148 1.552,-1.0269 0.33701,-0.194203 0.68801,-0.374998 1.044,-0.550003 l 0.239,-0.116797 z m 10.49,-3.101895 c -0.245,0 -0.494,0.01792 -0.743,0.0558 l -8.325,1.2879 c -1.219,0.189098 -2.11,0.8274 -2.269,1.624995 l -0.008,0.0813 -0.01,2.119905 c -0.291,0.146895 -0.579,0.2988 -0.857,0.460095 -0.516,0.298103 -1.018,0.625798 -1.493,0.975808 l -2.361,-0.3648 c -1.597,-0.248105 -3.197,0.3269 -3.652,1.30899 l -2.231,4.80581 c -0.094,0.2031 -0.133,0.4231 -0.116,0.65509 l -0.009,0.077 -0.005,5.85189 c 0,0.159 0.068,0.3102 0.186,0.41601 0.117,0.10629 0.27,0.1563 0.43299,0.1403 l 2.376,-0.25121 0.081,6.17301 c 0.003,0.27699 0.20601,0.5078 0.483,0.54609 l 13.084,1.72781 15.09701,1.19209 2.64999,1.0668 c 0.172,0.0723 0.36801,0.05 0.522,-0.0546 0.154,-0.1032 0.246,-0.27699 0.246,-0.46329 v -4.4278 l 7.70001,-4.3382 2.54299,-0.6348 c 0.249,-0.0609 0.42401,-0.28401 0.42401,-0.5422 l 0.044,-5.3258 c 0.064,-0.35511 -0.018,-0.71091 -0.23899,-1.032 -0.37301,-0.5422 -1.11101,-0.934 -2.02701,-1.0762 l -0.813,-0.12581 7.5e-4,-4.58119 -0.009,-0.0188 c 0.043,-0.59019 -0.30199,-1.138198 -0.96399,-1.521095 l -6.09501,-3.517905 c -1.155,-0.6672 -2.96499,-0.6672 -4.12099,0 l -1.707,0.985905 c -1.386,-0.323805 -2.84201,-0.551205 -4.332,-0.673005 l -0.57401,-1.239098 c -0.38499,-0.826897 -1.587,-1.364797 -2.91,-1.364797" /><path + id="path2646" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 281.86771,70.145249 c 0.605,-0.234 1.369,-0.32769 2.129,-0.2109 l 2.538,0.39291 c 0.004,-0.003 0.009,-0.007 0.014,-0.01 v 10.1328 h -4.681 v -10.3051" /><path + id="path2648" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 282.29571,70.452259 c 0.507,-0.14291 1.089,-0.1808 1.635,-0.0949 l 2.19,0.33911 v 9.32569 h -3.825 z m 1.032,-0.996108 c -0.564,0 -1.119,0.0981 -1.615,0.290308 l -0.273,0.1058 v 11.0262 h 5.537 v -11.3922 l -0.549,0.3922 -2.366,-0.366 c -0.244,-0.0379 -0.49,-0.05633 -0.734,-0.05633" /><path + id="path2650" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 302.64871,64.816351 0.681,1.466003 c 1.597,0.117997 3.172,0.3582 4.68,0.721102 l 1.855,-1.069905 c 1.02,-0.589095 2.673,-0.589095 3.693,0 l 6.095,3.517905 c 0.576,0.332893 0.815,0.782103 0.74,1.216803 0.008,0.0172 0.019,0.034 0.019,0.0551 l -7.5e-4,4.84491 1.175,0.1821 c 1.275,0.1968 2.064,0.90579 1.905,1.6422 l -0.045,5.3687 c 0,0.0602 -0.041,0.11209 -0.099,0.127 l -2.582,0.6453 c -0.012,0.003 -0.023,0.007 -0.033,0.0129 l -0.657,0.3699 c -2.127,-1.032 -4.47,-2.18091 -4.52299,-2.2602 -0.096,-0.1449 -6.71901,-5.8386 -6.71901,-5.8386 l -9.41199,-2.4133 v -3.7199 l 0.03,-5.934005 c 1.39299,-0.214898 2.82499,0.262102 3.198,1.065997" /><path + id="path2652" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 299.87671,64.134354 c 1.153,-0.06878 2.152,0.362797 2.384,0.862102 l 0.786,1.6941 0.251,0.01882 c 1.592,0.1179 3.144,0.357 4.612,0.7101 l 0.167,0.0399 2.002,-1.1559 c 0.885,-0.5109 2.381,-0.510195 3.265,0 l 6.095,3.518013 c 0.385,0.22298 0.579,0.50499 0.532,0.77379 l -0.022,0.132 0.035,0.077 -7.5e-4,5.13009 1.538,0.23781 c 0.673,0.10429 1.216,0.37229 1.453,0.7161 0.096,0.14019 0.128,0.275 0.099,0.41319 l -0.01,0.0868 -0.043,5.14021 -2.497,0.64489 -0.462,0.26021 c -3.5,-1.6992 -4.136,-2.04221 -4.241,-2.1102 -0.269,-0.25782 -1.413,-1.27691 -6.708,-5.8308 l -0.076,-0.0653 -9.187,-2.35509 z m 0.251,-0.862898 c -0.245,0 -0.494,0.01792 -0.743,0.0558 l -0.36,0.05633 -0.032,10.353903 9.63699,2.4687 c 2.559,2.20121 6.37401,5.49731 6.60201,5.73441 0.055,0.0898 0.092,0.1457 4.656,2.3609 l 0.20199,0.0969 0.81701,-0.4601 2.54299,-0.6348 c 0.249,-0.0609 0.42401,-0.28401 0.42401,-0.5422 l 0.044,-5.3258 c 0.064,-0.35511 -0.018,-0.71091 -0.23899,-1.032 -0.37301,-0.5422 -1.11101,-0.934 -2.027,-1.0762 l -0.813,-0.12581 7.5e-4,-4.58119 -0.009,-0.0188 c 0.043,-0.59019 -0.302,-1.138203 -0.964,-1.5211 l -6.095,-3.517905 c -1.155,-0.6672 -2.965,-0.6672 -4.121,0 l -1.707,0.985905 c -1.386,-0.323805 -2.842,-0.551205 -4.332,-0.673005 l -0.574,-1.239098 c -0.385,-0.826897 -1.587,-1.364797 -2.91,-1.364797" /><path + id="path2654" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 317.97371,89.403449 -2.538,-0.393 c -0.486,0.36681 -1.015,0.72071 -1.595,1.05591 -0.581,0.3359 -1.194,0.641 -1.829,0.92109 l 0.68,1.46601 c 0.373,0.8039 -0.454,1.63089 -1.847,1.8461 l -8.325,1.2879 c -1.393,0.216 -2.826,-0.261 -3.199,-1.06601 l -0.68,-1.46529 c -1.598,-0.11871 -3.173,-0.35901 -4.681,-0.7218 l -1.854,1.071 c -1.02,0.5891 -2.674,0.5891 -3.694,0 l -6.094,-3.5191 c -1.02,-0.5891 -1.02,-1.54301 0,-2.132 l 1.854,-1.0707 c -0.629,-0.87111 -1.044,-1.78011 -1.249,-2.7024 l -2.539,-0.39291 c -1.393,-0.21609 -2.22,-1.04179 -1.847,-1.84689 l 2.231,-4.80591 c 0.373,-0.80509 1.806,-1.28199 3.199,-1.06719 l 2.538,0.393 c 0.486,-0.36681 1.014,-0.7207 1.595,-1.05591 0.581,-0.3351 1.194,-0.63979 1.829,-0.921 l -0.68,-1.4649 c -0.373,-0.80509 0.453,-1.632 1.847,-1.84729 l 8.325,-1.2878 c 1.393,-0.216103 2.825,0.2621 3.199,1.06599 l 0.68,1.46601 c 1.597,0.11799 3.172,0.3582 4.681,0.7211 l 1.854,-1.06991 c 1.02,-0.58909 2.674,-0.58909 3.694,-0.002 l 6.094,3.51911 c 1.02,0.58909 1.02,1.5438 0,2.1328 l -1.854,1.07 c 0.628,0.87109 1.044,1.78 1.249,2.7031 l 2.539,0.393 c 1.393,0.21519 2.22,1.0421 1.846,1.84599 l -2.23,4.80711 c -0.374,0.8039 -1.806,1.28199 -3.199,1.06599" /><path + id="path2656" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 286.61771,76.711259 0.144,-0.109 c 0.491,-0.3699 1.013,-0.7148 1.552,-1.0269 0.544,-0.3129 1.129,-0.6078 1.788,-0.9 l 0.398,-0.1758 -0.863,-1.8602 c -0.071,-0.1531 -0.066,-0.30111 0.016,-0.4531 0.197,-0.3687 0.789,-0.6797 1.508,-0.791 l 8.325,-1.2879 c 1.3,-0.20121 2.49,0.27189 2.746,0.82299 l 0.786,1.69421 0.25,0.0187 c 1.593,0.11721 3.144,0.35631 4.612,0.7102 l 0.167,0.0398 2.002,-1.15581 c 0.885,-0.51099 2.382,-0.51019 3.266,0 l 6.094,3.51791 c 0.35,0.2032 0.551,0.45589 0.551,0.6969 0,0.2403 -0.201,0.493 -0.551,0.6949 l -2.264,1.3071 0.277,0.3851 c 0.588,0.81409 0.984,1.66999 1.179,2.54419 l 0.063,0.2847 2.827,0.43791 c 0.719,0.11139 1.311,0.4223 1.509,0.7922 0.081,0.15199 0.086,0.2988 0.015,0.45199 l -2.231,4.80701 c -0.255,0.5512 -1.447,1.027 -2.745,0.823 l -2.716,-0.41991 -0.145,0.10901 c -0.487,0.36799 -1.009,0.7141 -1.552,1.027 -0.54,0.31209 -1.141,0.61479 -1.787,0.9 l -0.398,0.1757 0.863,1.86019 c 0.07,0.15311 0.066,0.3012 -0.016,0.45311 -0.198,0.3699 -0.79,0.6801 -1.508,0.7918 l -8.326,1.2879 c -1.299,0.2012 -2.489,-0.27381 -2.745,-0.8238 l -0.786,-1.6942 -0.25,-0.0179 c -1.593,-0.11799 -3.144,-0.35709 -4.612,-0.711 l -0.167,-0.039 -2.002,1.1562 c -0.885,0.5098 -2.382,0.5098 -3.266,0 l -6.094,-3.51909 c -0.35,-0.20201 -0.552,-0.45591 -0.552,-0.69611 0,-0.23989 0.202,-0.493 0.552,-0.6957 l 2.264,-1.30699 -0.277,-0.384 c -0.588,-0.81531 -0.985,-1.67111 -1.179,-2.54531 l -0.063,-0.2848 -2.827,-0.4383 c -0.719,-0.1109 -1.312,-0.42189 -1.509,-0.79179 -0.081,-0.1512 -0.086,-0.2988 -0.015,-0.45191 l 2.23,-4.80709 c 0.256,-0.55001 1.446,-1.02501 2.745,-0.82301 z m 13.479,-7.507003 c -0.245,0 -0.493,0.01792 -0.742,0.057 l -8.325,1.288303 c -1.005,0.15579 -1.802,0.6168 -2.132,1.23399 -0.207,0.3879 -0.221,0.8199 -0.037,1.21601 l 0.499,1.0738 c -0.53,0.24609 -1.015,0.4961 -1.474,0.76209 -0.516,0.29811 -1.017,0.6258 -1.493,0.97581 l -2.361,-0.366 c -1.593,-0.2457 -3.198,0.3293 -3.652,1.3101 l -2.231,4.8059 c -0.183,0.3961 -0.17,0.8281 0.038,1.216 0.32899,0.61719 1.12599,1.0781 2.13099,1.23399 l 2.257,0.3492 c 0.2,0.74891 0.53,1.48011 0.984,2.1828 l -1.455,0.84111 c -0.631,0.36279 -0.979,0.8742 -0.979,1.43589 0,0.56211 0.348,1.07301 0.979,1.43591 l 6.09401,3.51919 c 1.155,0.6672 2.96599,0.66791 4.122,0 l 1.707,-0.9852 c 1.38499,0.32421 2.83999,0.55041 4.33099,0.6723 l 0.575,1.239 c 0.454,0.97971 2.06001,1.55711 3.652,1.30901 l 8.32601,-1.28831 c 1.00399,-0.15459 1.80099,-0.61599 2.13199,-1.23279 0.207,-0.38901 0.221,-0.8211 0.037,-1.216 l -0.49901,-1.07381 c 0.525,-0.24529 1.02,-0.49999 1.473,-0.76329 0.519,-0.2988 1.02101,-0.62691 1.494,-0.97581 l 2.36,0.366 c 1.597,0.2469 3.198,-0.32929 3.65301,-1.3089 l 2.22999,-4.80709 c 0.184,-0.39611 0.171,-0.82811 -0.037,-1.21601 -0.33,-0.61719 -1.12601,-1.07809 -2.132,-1.23399 l -2.256,-0.3492 c -0.201,-0.748 -0.53001,-1.48011 -0.984,-2.1828 l 1.455,-0.84021 c 0.63099,-0.36369 0.97899,-0.8739 0.97899,-1.43599 0,-0.56291 -0.348,-1.073 -0.97899,-1.4367 l -6.094,-3.51911 c -1.155,-0.6672 -2.966,-0.6672 -4.122,0 l -1.707,0.98471 c -1.385,-0.32261 -2.84,-0.55001 -4.331,-0.67181 l -0.57501,-1.23909 c -0.384,-0.82701 -1.587,-1.366003 -2.91099,-1.366003" /><path + id="path2658" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 306.36871,85.753459 c 2.981,-1.7223 2.981,-4.5129 0,-6.234 -2.982,-1.7211 -7.816,-1.7223 -10.797,0 -2.982,1.7211 -2.982,4.5117 0,6.234 2.981,1.7211 7.815,1.7211 10.797,0" /><path + id="path2660" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.97071,86.620259 c -1.878,0 -3.756,-0.4129 -5.185,-1.2379 -1.304,-0.75311 -2.023,-1.72811 -2.023,-2.7461 0,-1.018 0.719,-1.99371 2.023,-2.7469 2.858,-1.6488 7.51,-1.65 10.369,0 1.304,0.75319 2.022,1.7289 2.023,2.7469 0,1.01799 -0.719,1.99299 -2.023,2.7461 v 0 c -1.429,0.825 -3.307,1.2379 -5.184,1.2379 z m -7.5e-4,-8.81091 c -2.032,0 -4.065,0.44601 -5.61201,1.33901 -1.57999,0.9121 -2.44999,2.15119 -2.44999,3.4879 0,1.3359 0.87,2.57499 2.44999,3.4871 3.09501,1.786 8.13,1.786 11.22501,0 v 0 c 1.58,-0.91211 2.45,-2.1512 2.45,-3.4871 0,-1.33671 -0.87,-2.5758 -2.45,-3.4879 -1.548,-0.893 -3.58,-1.33901 -5.613,-1.33901" /><path + id="path2662" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.96971,87.037459 c -1.954,0 -3.907,-0.4301 -5.398,-1.29101 -2.982,-1.7211 -2.982,-4.51209 0,-6.23319 1.374,-0.7938 3.142,-1.2168 4.941,-1.2789 h 0.457 v 8.8031" /><path + id="path2664" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.54171,86.603459 c -1.803,-0.059 -3.479,-0.4902 -4.756,-1.227 -1.304,-0.7531 -2.023,-1.7281 -2.023,-2.74611 0,-1.0191 0.719,-1.9941 2.023,-2.748 1.256,-0.72379 2.941,-1.15779 4.741,-1.22109 h 0.015 z m 0.856,-8.7973 h -0.886 c -1.953,0.0672 -3.778,0.5422 -5.154,1.33519 -1.58,0.9129 -2.45,2.1519 -2.45,3.489 0,1.33721 0.87,2.57391 2.45,3.486 1.507,0.86991 3.5,1.34921 5.612,1.34921 h 0.428 v -9.6594" /><path + id="path2666" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 295.56271,79.547159 c 0,-0.0168 0,-0.0136 0,-0.0308 3.009,-1.7211 7.882,-1.7008 10.848,0.059 0,0.0179 0,0.0152 0,0.032 -3.01,1.7211 -7.882,1.7012 -10.848,-0.0602" /><path + id="path2668" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 296.46571,79.539359 c 2.667,-1.189 6.413,-1.16991 9.042,0.045 -2.667,1.18899 -6.412,1.1691 -9.042,-0.045 z m 4.469,-1.7218 c -2.018,0 -4.035,0.441 -5.584,1.32769 l -0.216,0.123 v 0.49221 l 0.21,0.1547 c 3.08,1.8301 8.14,1.8594 11.277,0.0633 l 0.207,-0.11801 0.018,-0.49219 -0.218,-0.15971 c -1.559,-0.92619 -3.627,-1.39099 -5.694,-1.39099" /><path + id="path2670" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 289.63871,66.323356 h -0.856 v 5.814903 h 0.856 v -5.814903" /><path + id="path2672" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 298.49871,81.123359 h -0.856 v 5.1422 h 0.856 v -5.1422" /><path + id="path2674" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 303.90271,66.859351 h -0.856 v 4.742908 h 0.856 v -4.742908" /><path + id="path2676" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 312.43271,66.063256 h -0.856 v 4.744093 h 0.856 v -4.744093" /><path + id="path2678" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 320.95071,77.125349 h -0.856 v 3.99801 h 0.856 v -3.99801" /><g + id="g2680" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath2686-4)" + id="g2682"><path + id="path2688" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2363.81,1222.58 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2690" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2377.26,1215.42 -2.47,4.28 1050.4,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path2692" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2389.46,1207.78 -2.47,4.28 1050.4,605.68 2.46,-4.27 -1050.39,-605.69" /><path + id="path2694" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2403.17,1200.75 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2696" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2414.48,1192.88 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path2698" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2427.93,1185.71 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path2700" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2440.13,1178.07 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path2702" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2453.84,1171.05 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2704" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2466.04,1163.41 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2706" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2479.71,1156.27 -2.47,4.28 1050.4,605.68 2.47,-4.27 -1050.4,-605.69" /><path + id="path2708" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2491.91,1148.62 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2710" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2505.62,1141.61 -2.47,4.28 1050.4,605.68 2.47,-4.27 -1050.4,-605.69" /><path + id="path2712" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2516.93,1133.73 -2.47,4.28 1050.4,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path2714" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2530.38,1126.56 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path2716" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2542.58,1118.92 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2718" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2556.29,1111.9 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2720" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2568.49,1104.26 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path2722" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2197.78,1318.66 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2724" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2209.09,1310.79 -2.47,4.28 1050.4,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path2726" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2222.54,1303.62 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path2728" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2234.74,1295.98 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2730" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2248.45,1288.96 -2.47,4.29 1050.4,605.68 2.47,-4.27 -1050.4,-605.7" /><path + id="path2732" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2260.65,1281.32 -2.47,4.28 1050.4,605.69 2.46,-4.28 -1050.39,-605.69" /><path + id="path2734" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2274.32,1274.18 -2.47,4.28 1050.4,605.68 2.47,-4.27 -1050.4,-605.69" /><path + id="path2736" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2286.52,1266.54 -2.47,4.28 1050.4,605.68 2.47,-4.27 -1050.4,-605.69" /><path + id="path2738" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2300.23,1259.51 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2740" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2311.54,1251.64 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2742" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2324.99,1244.47 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2744" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2337.19,1236.83 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path2746" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2350.9,1229.81 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path2748" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2363.1,1222.17 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /></g></g><path + id="path2750" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 191.40671,158.28936 -0.015,3.43299 c -0.01,0.014 -0.017,0.024 -0.027,0.038 l -10.978,3.57799 c -0.01,0.014 -0.018,0.024 -0.028,0.038 l 0.05,5.457 c 0,0.026 -0.024,0.045 -0.049,0.039 l -9.123,-2.214 c -9.7e-4,0 -0.002,0 -0.002,-7.5e-4 l -9.554,-1.779 c -0.004,0 -0.008,0 -0.012,0 l -4.052,0.561 c -0.002,0 -0.005,0 -0.008,0 l -2.8,-0.17 c -0.014,-0.015 -0.022,-0.024 -0.037,-0.039 v -4.393 c 0,-0.278 0.153,-0.534 0.399,-0.666 l 3.453,-1.85201 -3.5,-1.338 -0.447,0.381 -3.278,0.534 c -0.024,0.003 -0.046,-0.015 -0.046,-0.04 l 0.039,-3.585 c -0.046,-0.109 -0.052,-0.226 0.002,-0.342 l 1.626,-3.504 c 0.172,-0.37 0.829,-0.589 1.469,-0.49 l 3.438,0.532 v 0 c 0.646,-0.619 1.429,-1.203 2.353,-1.737 0.633,-0.365 1.31,-0.69 2.017,-0.979 l 0.034,-2.492 c -0.003,-0.023 0,-0.045 9.8e-4,-0.068 v 0 c 0.013,-0.299 0.357,-0.571 0.883,-0.652 l 6.07,-0.939 c 0.64,-0.099 1.298,0.12 1.469,0.489 l 0.923,1.988 c 2.529,0.027 5.047,0.404 7.32,1.131 h 9.7e-4 l 2.517,-1.454 c 0.467,-0.269 1.23,-0.269 1.697,0 l 4.443,2.565 c 0.234,0.136 0.352,0.313 0.352,0.49 l -0.053,6.298 2.585,0.405 c 0.466,0.072 0.791,0.294 0.869,0.551 v 0 c 0.022,0.074 0.02,0.149 -9.7e-4,0.226" /><path + id="path2752" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 158.07071,152.92236 0.152,-0.14601 c 0.636,-0.609 1.4,-1.173 2.271,-1.67499 0.59,-0.34101 1.251,-0.66201 1.965,-0.954 l 0.262,-0.108 0.038,-2.775 c 0.011,-0.097 0.161,-0.247 0.521,-0.303 l 6.071,-0.93801 c 0.521,-0.081 0.954,0.11301 1.015,0.246 l 1.036,2.23301 0.27,0.003 c 2.519,0.026 5.007,0.40999 7.195,1.11 l 0.18,0.058 2.682,-1.548 c 0.332,-0.192 0.937,-0.192 1.269,0 l 4.443,2.565 c 0.102,0.059 0.135,0.11001 0.138,0.124 l -0.056,6.658 2.95,0.462 c 0.36,0.056 0.51,0.205 0.525,0.252 l -0.019,0.101 -0.013,3.153 -10.847,3.535 -0.161,0.229 -0.026,0.176 0.045,4.959 -8.64,-2.097 -9.685,-1.792 -0.042,0.004 -4.01299,0.55601 -2.39701,-0.14601 v -4.02699 c 0,-0.12101 0.066,-0.23201 0.173,-0.28901 l 4.278,-2.295 -4.611,-1.762 -0.549,0.469 -2.705,0.43901 0.035,-3.213 -0.035,-0.082 1.622,-3.49901 c 0.062,-0.13299 0.494,-0.32899 1.016,-0.24699 z m 11.529,-7.774 c -0.125,0 -0.253,0.009 -0.38,0.029 l -6.07,0.939 c -0.723,0.11201 -1.224,0.53601 -1.245,1.05701 -0.004,0.052 -0.004,0.095 9.8e-4,0.139 l -0.033,2.15199 c -0.65,0.27801 -1.257,0.57801 -1.807,0.89601 -0.861,0.497 -1.627,1.052 -2.279,1.652 l -3.232,-0.5 c -0.841,-0.129 -1.668,0.185 -1.923,0.73299 l -1.626,3.504 c -0.087,0.186 -0.101,0.393 -0.043,0.59201 l -0.04,3.71099 0.316,0.288 0.227,-0.022 3.397,-0.553 0.346,-0.294 2.388,0.913 -2.628,1.41 c -0.385,0.207 -0.625,0.60699 -0.625,1.043 v 4.561 l 0.232,0.248 0.207,0.05 2.83,0.17001 0.063,-0.003 3.999,-0.55401 9.481,1.76901 9.306,2.259 0.362,-0.268 0.012,-0.241 -0.047,-5.171 10.838,-3.533 0.165,-0.222 0.028,-0.178 0.015,-3.386 c 0.027,-0.136 0.021,-0.27 -0.018,-0.399 -0.129,-0.42801 -0.594,-0.754 -1.213,-0.85 l -2.219,-0.347 0.049,-5.929 c 0,-0.343 -0.206,-0.656 -0.565,-0.864 l -4.443,-2.565 c -0.596,-0.344 -1.529,-0.344 -2.125,0 l -2.355,1.359 c -2.145,-0.665 -4.553,-1.04 -6.994,-1.089 l -0.81,-1.745 c -0.215,-0.464 -0.843,-0.761 -1.542,-0.761" /><path + id="path2754" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 154.67871,159.41635 c 0,-0.025 -0.022,-0.043 -0.046,-0.039 l -0.769,0.125 v -7.554 c 0.172,-0.019 0.352,-0.018 0.532,0.009 l 3.28,0.50801 v 7.123 h -2.997 v -0.17201" /><path + id="path2756" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 154.29171,158.99935 v -6.62399 c 0.013,7.5e-4 0.026,0.003 0.039,0.005 l 2.917,0.451 v 6.329 h -2.202 l -0.254,-0.228 z m -0.194,-7.492 c -0.092,0 -0.186,0.006 -0.28,0.016 l -0.382,0.041 v 8.44101 l 0.815,-0.13301 v 0.144 h 3.852 v -7.918 l -3.642,-0.564 c -0.118,-0.018 -0.239,-0.027 -0.363,-0.027" /><path + id="path2758" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 191.39171,158.05635 c 0.022,0.073 0.02,0.14901 -9.7e-4,0.226 l -0.014,3.43301 c -0.011,0.014 -0.018,0.024 -0.028,0.038 l -10.97803,3.57799 c -0.01,0.014 -0.017,0.024 -0.028,0.038 l 0.05,5.457 c 0,0.025 -0.024,0.045 -0.049,0.039 l -4.914,-1.193 -0.805,-0.72 -4.822,-18.163 v -1.529 -3.677 c 0.438,0.048 0.812,0.234 0.935,0.499 l 0.923,1.988 v 0 c 2.529,0.026 5.047,0.403 7.32,1.13 h 9.8e-4 l 2.517,-1.453 c 0.467,-0.27 1.23,-0.27 1.697,0 l 4.443,2.565 c 0.235,0.135 0.352,0.313 0.352,0.49 l -0.024,6.307 2.556,0.39599 c 0.466,0.072 0.791,0.29301 0.869,0.55101 v 0" /><path + id="path2760" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 170.23071,150.73335 v -4.57999 c 0.064,0.039 0.105,0.078 0.12,0.109 l 1.036,2.23299 0.269,0.002 c 2.518,0.027 5.006,0.411 7.195,1.111 l 0.18,0.058 2.682,-1.54901 c 0.332,-0.19099 0.937,-0.19099 1.269,0 l 4.443,2.56601 c 0.102,0.058 0.135,0.10999 0.138,0.123 l -0.024,6.66999 2.919,0.451 c 0.336,0.052 0.49,0.187 0.52,0.243 l -0.015,0.11 -0.013,3.153 -10.841,3.534 -0.167,0.224 -0.026,0.182 0.045,4.95801 -4.326,-1.04901 -0.629,-0.563 z m -0.856,-5.62699 0.014,5.793 4.856,18.28699 0.979,0.87601 5.221,1.26699 0.361,-0.264 0.015,-0.23899 -0.047,-5.17701 10.841,-3.533 0.161,-0.225 0.028,-0.174 0.015,-3.385 c 0.027,-0.135 0.021,-0.269 -0.017,-0.398 l -9.7e-4,-0.002 c -0.129,-0.428 -0.594,-0.754 -1.213,-0.85 l -2.192,-0.339 0.022,-5.94 c 0,-0.34 -0.205,-0.654 -0.565,-0.861 l -4.443,-2.566 c -0.596,-0.344 -1.529,-0.344 -2.124,0 l -2.355,1.36 c -2.146,-0.665 -4.555,-1.04 -6.995,-1.09 l -0.81,-1.744 c -0.184,-0.398 -0.662,-0.676 -1.276,-0.744 l -0.475,-0.052" /><path + id="path2762" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 188.27071,166.02835 -3.438,-0.531 c -0.646,0.618 -1.429,1.203 -2.353,1.736 -0.925,0.534 -1.937,0.98601 -3.008,1.359 l 0.921,1.98501 c 0.172,0.369 -0.208,0.74899 -0.848,0.84799 l -6.07,0.939 c -0.64,0.099 -1.298,-0.12 -1.469,-0.48999 l -0.923,-1.98801 c -2.529,-0.026 -5.047,-0.40299 -7.32,-1.12999 l -2.518,1.453 c -0.469,0.27099 -1.228,0.27099 -1.697,0 l -4.443,-2.56501 c -0.469,-0.27099 -0.469,-0.70899 0,-0.98 l 2.518,-1.453 c -1.26,-1.313 -1.913,-2.76699 -1.959,-4.227 l -3.443,-0.533 c -0.64,-0.099 -1.019,-0.478 -0.848,-0.84799 l 1.627,-3.504 c 0.171,-0.37 0.829,-0.589 1.469,-0.49 l 3.438,0.532 c 0.646,-0.619 1.428,-1.203 2.353,-1.737 0.924,-0.53301 1.936,-0.985 3.008,-1.35801 l -0.922,-1.98499 c -0.171,-0.369 0.209,-0.749 0.849,-0.848 l 6.069,-0.939 c 0.64,-0.099 1.298,0.12 1.47,0.48999 l 0.922,1.98701 c 2.529,0.027 5.047,0.40399 7.321,1.131 l 2.518,-1.454 c 0.468,-0.27 1.228,-0.27 1.696,0 l 4.444,2.56599 c 0.468,0.27 0.468,0.70901 0,0.97901 l -2.518,1.45399 c 1.259,1.31301 1.912,2.766 1.958,4.22601 l 3.443,0.53299 c 0.64,0.099 1.02,0.479 0.848,0.848 l -1.626,3.505 c -0.172,0.369 -0.829,0.588 -1.469,0.489" /><path + id="path2764" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 158.04971,156.59636 0.153,-0.146 c 0.635,-0.60801 1.399,-1.17201 2.271,-1.675 0.878,-0.507 1.865,-0.953 2.934,-1.325 l 0.447,-0.15501 -1.121,-2.41399 c 0.011,-0.039 0.165,-0.19001 0.526,-0.245 l 6.07,-0.939 c 0.522,-0.081 0.954,0.114 1.016,0.24699 l 1.036,2.232 0.27,0.003 c 2.518,0.026 5.006,0.41001 7.194,1.11101 l 0.181,0.057 2.682,-1.548 c 0.337,-0.19601 0.931,-0.19601 1.268,0 l 4.444,2.565 c 0.101,0.059 0.134,0.10999 0.138,0.124 -0.004,0.005 -0.037,0.056 -0.138,0.11499 l -2.991,1.72601 0.378,0.394 c 1.16,1.209 1.796,2.57299 1.839,3.94399 l 0.012,0.35501 3.793,0.58699 c 0.361,0.056 0.516,0.206 0.528,0.251 l -1.628,3.499 c -0.062,0.132 -0.494,0.327 -1.016,0.246 l -3.646,-0.564 -0.153,0.147 c -0.635,0.608 -1.399,1.172 -2.271,1.67501 -0.878,0.507 -1.866,0.95299 -2.934,1.32499 l -0.447,0.155 1.12,2.413 c -0.01,0.04 -0.165,0.19001 -0.526,0.246 l -6.069,0.939 c -0.518,0.081 -0.954,-0.114 -1.016,-0.24699 l -1.036,-2.233 -0.27,-0.002 c -2.518,-0.027 -5.006,-0.411 -7.195,-1.111 l -0.181,-0.057 -2.681,1.548 c -0.338,0.195 -0.931,0.195 -1.269,0 l -4.443,-2.56601 c -0.102,-0.058 -0.135,-0.10999 -0.138,-0.123 0.003,-0.005 0.036,-0.056 0.137,-0.11499 l 2.991,-1.726 -0.378,-0.39401 c -1.16,-1.20999 -1.796,-2.57299 -1.839,-3.94399 l -0.011,-0.35501 -3.794,-0.58699 c -0.361,-0.056 -0.515,-0.206 -0.528,-0.252 l 1.629,-3.498 c 0.061,-0.133 0.493,-0.328 1.016,-0.247 z m 11.529,-7.77401 c -0.125,0 -0.252,0.009 -0.38,0.029 l -6.07,0.939 c -0.54,0.084 -0.959,0.333 -1.147,0.686 -0.131,0.244 -0.139,0.515 -0.024,0.765 l 0.725,1.561 c -0.951,0.356 -1.836,0.769 -2.637,1.232 -0.862,0.497 -1.628,1.052 -2.28,1.652 l -3.232,-0.5 c -0.842,-0.128 -1.668,0.186 -1.923,0.733 l -1.626,3.504 c -0.116,0.25 -0.107,0.52099 0.023,0.765 0.189,0.35299 0.607,0.603 1.148,0.68599 l 3.103,0.48 c 0.124,1.30901 0.702,2.59101 1.691,3.75101 l -2.059,1.189 c -0.359,0.207 -0.565,0.521 -0.565,0.86 0,0.339 0.206,0.65299 0.565,0.85999 l 4.443,2.56601 c 0.606,0.349 1.519,0.349 2.125,0 l 2.355,-1.36001 c 2.145,0.66501 4.554,1.04001 6.994,1.09001 l 0.81,1.744 c 0.254,0.548 1.081,0.862 1.922,0.733 l 6.071,-0.939 c 0.54,-0.084 0.959,-0.334 1.147,-0.686 0.131,-0.245 0.139,-0.516 0.023,-0.766 l -0.724,-1.56001 c 0.95,-0.35599 1.836,-0.76899 2.637,-1.23199 0.861,-0.498 1.627,-1.053 2.28,-1.653 l 3.232,0.49999 c 0.842,0.13001 1.668,-0.18499 1.922,-0.732 l 1.626,-3.50499 c 0.116,-0.249 0.108,-0.52101 -0.023,-0.765 -0.188,-0.352 -0.607,-0.60201 -1.148,-0.68601 l -3.103,-0.48 c -0.124,-1.30899 -0.702,-2.59099 -1.691,-3.75099 l 2.06,-1.188 c 0.359,-0.208 0.565,-0.521 0.565,-0.86 0,-0.34 -0.206,-0.653 -0.565,-0.861 l -4.444,-2.565 c -0.606,-0.35 -1.518,-0.349 -2.124,0 l -2.355,1.359 c -2.145,-0.664 -4.554,-1.04 -6.995,-1.089 l -0.81,-1.744 c -0.215,-0.465 -0.842,-0.762 -1.542,-0.762" /><path + id="path2766" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 162.73771,146.96136 h -0.855 v 3.66699 h 0.855 v -3.66699" /><path + id="path2768" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 182.81771,147.75735 h -0.856 v 3.16401 h 0.856 v -3.16401" /><path + id="path2770" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 172.35071,148.26336 h -0.856 v 3.164 h 0.856 v -3.164" /><path + id="path2772" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 197.16071,177.02035 c 0,7.5e-4 -9.7e-4,0.002 -0.003,0.003 l -3.67,0.85401 c -9.7e-4,0 -0.002,7.5e-4 -0.002,0.002 l 0.003,4.06699 c 0,0.002 -9.7e-4,0.003 -0.002,0.003 l -7.372,0.221 c -9.7e-4,0 -0.003,0.002 -0.003,0.003 l 0.026,2.859 c 0,0.002 -0.002,0.003 -0.004,0.003 l -5.395,-1.62699 c 0,-7.5e-4 -9.7e-4,-7.5e-4 -9.7e-4,-7.5e-4 l -6.56,0.469 h -9.8e-4 l -2.181,1.291 c -0.002,7.5e-4 -0.005,-7.5e-4 -0.005,-0.003 l -9.7e-4,-2.692 c 0,-7.5e-4 -9.8e-4,-0.002 -0.002,-0.003 l -3.59,-1.03 c -9.8e-4,0 -9.8e-4,0 -0.002,0 l -2.249,0.375 v 0 l -1.547,0.159 c -0.002,0 -0.004,-7.5e-4 -0.004,-0.003 l 0.02,-3.091 c 0,-7.5e-4 0,-0.002 -9.8e-4,-0.003 l -1.873,-0.749 v 0 l -1.823,-1.104 c -9.7e-4,-7.5e-4 -9.7e-4,-0.002 -9.7e-4,-0.003 0,0 0.022,-12.30001 0.023,-12.301 -0.028,-0.072 -0.031,-0.148 0.005,-0.223 l 0.949,-2.045 c 0.116,-0.252 0.565,-0.40101 1.001,-0.334 l 1.783,0.276 c 0,0 -0.216,-2.675 0.008,-2.804 l 2.812,-1.623 c 0.288,-0.16701 0.759,-0.16701 1.047,0 l 1.442,0.83199 c 0.638,-0.261 1.308,-0.483 1.991,-0.68299 0,0 0.009,-1.242 0.01,-1.243 l -0.002,-0.003 c -0.117,-0.252 0.142,-0.511 0.579,-0.579 l 3.541,-0.548 c 0.436,-0.067 0.885,0.082 1.002,0.334 l 0.508,1.095 c 0.962,-0.052 1.932,-0.052 2.894,0 l 0.508,-1.095 c 0.117,-0.252 0.566,-0.401 1.002,-0.334 l 3.541,0.548 c 0.395,0.061 0.642,0.279 0.599,0.506 v 1.322 c 0.679,0.19999 1.344,0.421 1.978,0.681 l 1.443,-0.833 c 0.288,-0.16701 0.759,-0.16701 1.047,0 l 2.812,1.623 c 0.198,0.114 0.067,2.795 0.067,2.795 l 1.724,-0.267 c 0.436,-0.067 0.885,0.082 1.002,0.334 l 0.948,2.045 c 0.037,0.078 -0.021,12.524 -0.021,12.524" /><path + id="path2774" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 180.77671,157.61335 0.63,-1.357 c 0.031,-0.035 0.257,-0.13699 0.549,-0.091 l 3.541,0.548 c 0.125,0.019 0.201,0.057 0.236,0.082 v 1.644 l 0.307,0.09 c 0.738,0.21699 1.371,0.43399 1.937,0.666 l 0.194,0.079 1.625,-0.938 c 0.156,-0.089 0.463,-0.089 0.62,0 l 2.675,1.544 c 0.05,0.38301 0.036,1.52601 -0.011,2.48301 l -0.025,0.52399 2.242,-0.34699 c 0.29,-0.046 0.518,0.056 0.555,0.102 l 0.908,1.959 c 0.018,0.77599 -0.004,7.43299 -0.025,12.081 l -3.674,0.855 -0.003,0.343 0.003,3.654 -7.373,0.221 -0.003,0.418 0.02,2.28699 -4.918,-1.485 -6.74,0.48201 -1.628,0.962 -9.7e-4,-2.28 -0.326,-0.084 -3.669,-1.05401 -2.346,0.39101 -1.05,0.10699 0.019,-2.928 -0.296,-0.10099 -1.817,-0.72701 -1.587,-0.96199 c 0.003,-1.712 0.022,-12.06101 0.022,-12.06201 l -0.008,-0.1 0.922,-1.98801 c 0.031,-0.035 0.257,-0.138 0.549,-0.091 l 2.318,0.35799 -0.044,-0.54 c -0.076,-0.95199 -0.121,-2.09499 -0.072,-2.475 l 2.68,-1.547 c 0.156,-0.089 0.463,-0.089 0.62,0 l 1.623,0.93701 0.194,-0.079 c 0.572,-0.23299 1.209,-0.45199 1.949,-0.669 l 0.306,-0.089 0.002,-0.318 c 0,0 0.006,-0.72701 0.008,-1.06701 l 0.086,-0.086 -0.084,-0.18401 c 0.042,-0.024 0.112,-0.053 0.214,-0.069 l 3.541,-0.54699 c 0.292,-0.046 0.518,0.056 0.555,0.102 l 0.623,1.34599 0.289,-0.015 c 0.946,-0.05 1.904,-0.05 2.849,0 z m 1.033,-2.314 c -0.483,0 -0.988,0.186 -1.179,0.597 l -0.386,0.83301 c -0.785,-0.033 -1.577,-0.033 -2.361,0 l -0.387,-0.83301 c -0.228,-0.49099 -0.903,-0.66199 -1.455,-0.57699 l -3.541,0.548 c -0.412,0.064 -0.734,0.25999 -0.882,0.53899 -0.095,0.177 -0.112,0.37901 -0.05,0.56501 -0.009,0.169 -0.012,0.42499 -0.015,0.82399 -0.562,0.172 -1.067,0.346 -1.532,0.529 l -1.262,-0.729 c -0.421,-0.24199 -1.055,-0.24199 -1.475,0 l -2.812,1.623 c -0.21,0.122 -0.427,0.248 -0.261,2.67 l -1.25,-0.19399 c -0.551,-0.085 -1.227,0.086 -1.456,0.57699 l -0.948,2.04501 c -0.069,0.14599 -0.084,0.30799 -0.045,0.46599 l -0.024,12.54601 0.248,0.085 1.846,1.11101 1.604,0.642 -0.02,3.006 0.316,0.25999 0.2,-0.04 1.508,-0.153 2.18,-0.362 3.191,0.915 0.002,2.628 0.453,0.245 0.216,-0.142 2.075,-1.227 6.382,-0.456 5.516,1.663 0.359,-0.242 9.8e-4,-0.229 -0.022,-2.447 7.37,-0.221 0.003,-0.418 -0.003,-3.729 3.672,-0.855 0.002,-0.34 c 0.059,-12.541 0.037,-12.589 -0.017,-12.706 l -0.95,-2.045 c -0.228,-0.49101 -0.905,-0.66 -1.455,-0.577 l -1.208,0.187 c 0.096,-2.43201 -0.09,-2.539 -0.303,-2.66301 l -2.812,-1.623 c -0.42,-0.24199 -1.054,-0.24199 -1.475,0 l -1.263,0.729 c -0.459,-0.18099 -0.959,-0.354 -1.516,-0.52399 v -0.973 c 0.02,-0.176 -0.027,-0.355 -0.135,-0.507 -0.166,-0.235 -0.459,-0.396 -0.826,-0.453 l -3.542,-0.548 c -0.089,-0.013 -0.182,-0.02 -0.276,-0.02" /><path + id="path2776" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 169.66771,169.95235 -1.917,-1.62499 0.209,-1.12601 v -9.35299 c 0.21,-0.01 0.426,0.025 0.586,0.11799 l 1.442,0.832 -0.025,9.341 -0.295,1.813" /><path + id="path2778" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.21671,168.16135 0.17,-0.95899 v -8.83401 l 1.173,0.67701 -0.024,9.05799 -0.169,1.033 z m -0.186,-10.743 c -0.031,0 -0.062,7.5e-4 -0.093,0.003 l -0.406,0.02 v 9.72099 l -0.246,1.33101 2.682,2.274 0.423,-2.62701 0.026,-9.588 -1.657,-0.957 c -0.199,-0.11499 -0.455,-0.177 -0.729,-0.177" /><path + id="path2780" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 162.87171,171.44236 0.024,-9.22 c 0,-0.055 0.05,-0.097 0.104,-0.089 l 1.602,0.24801 c 0.044,0.007 0.077,0.045 0.076,0.09 l -0.076,6.54499 c -9.7e-4,0.041 0.027,0.078 0.066,0.088 l 3.179,0.859 c 0.057,0.015 0.084,0.08 0.054,0.132 l -1.792,3.132 c -0.015,0.026 -0.042,0.043 -0.072,0.046 l -2.383,0.173 c -0.041,0.003 -0.078,-0.022 -0.092,-0.06 l -0.685,-1.914 c -0.004,-0.01 -0.005,-0.02 -0.005,-0.03" /><path + id="path2782" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.29971,171.38436 0.023,-8.76801 0.924,0.14301 -0.073,6.252 c -0.002,0.23599 0.155,0.444 0.381,0.50599 l 2.758,0.74501 -1.486,2.59699 -1.948,0.14201 z m -0.314,-9.68001 c -0.122,0 -0.241,0.044 -0.336,0.124 -0.114,0.098 -0.181,0.24101 -0.182,0.392 l -0.024,9.295 0.03,0.10001 0.686,1.91599 c 0.076,0.21701 0.284,0.36401 0.524,0.342 l 2.384,-0.174 c 0.173,-0.013 0.327,-0.10999 0.412,-0.25899 l 1.792,-3.133 c 0.081,-0.14 0.092,-0.306 0.03,-0.455 -0.062,-0.15 -0.188,-0.26001 -0.344,-0.30201 l -2.926,-0.79 0.074,-6.284 c 0.004,-0.256 -0.186,-0.48 -0.44,-0.51799 l -1.6,-0.24801 c -0.027,-0.004 -0.053,-0.006 -0.08,-0.006" /><path + id="path2784" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 177.10871,156.14235 0.508,1.09401 c 0.962,-0.051 1.932,-0.051 2.894,0 l 0.508,-1.09401 c 0.117,-0.252 0.566,-0.40099 1.002,-0.33399 l 3.541,0.548 c 0.395,0.061 0.642,0.279 0.599,0.50599 v 1.32201 c 0.679,0.19999 1.344,0.42099 1.978,0.681 l 1.443,-0.83301 c 0.288,-0.167 0.759,-0.167 1.047,0 l 2.812,1.623 c 0.198,0.114 0.067,2.79501 0.067,2.79501 l 1.724,-0.267 c 0.436,-0.067 0.885,0.082 1.002,0.33399 l 0.948,2.04501 c 0.037,0.078 -0.021,12.52399 -0.021,12.52399 0,7.5e-4 -9.7e-4,0.002 -0.003,0.003 l -3.67,0.85401 c -9.7e-4,0 -0.002,7.5e-4 -0.002,0.002 l 0.003,4.06699 c 0,0.002 -9.7e-4,0.003 -0.002,0.003 l -7.372,0.221 c -9.7e-4,0 -0.003,0.002 -0.003,0.003 l 0.026,2.859 c 0,0.002 -0.002,0.003 -0.004,0.003 l -3.543,-1.06899 -6.509,-15.76401 v -3.119 l 0.025,-9.341 c 0.436,-0.067 0.885,0.082 1.002,0.334" /><path + id="path2786" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 180.77671,157.67935 0.63,-1.357 c 0.031,-0.035 0.257,-0.138 0.549,-0.091 l 3.541,0.548 c 0.125,0.019 0.201,0.057 0.236,0.082 v 1.644 l 0.307,0.09 c 0.738,0.216 1.371,0.43399 1.937,0.666 l 0.194,0.079 1.625,-0.938 c 0.156,-0.09 0.463,-0.09 0.619,0 l 2.676,1.545 c 0.05,0.38201 0.036,1.52501 -0.011,2.48201 l -0.025,0.52399 2.242,-0.34699 c 0.29,-0.046 0.518,0.056 0.555,0.102 l 0.908,1.959 c 0.018,0.77599 -0.004,7.43299 -0.025,12.081 l -3.674,0.855 -0.003,0.342 0.003,3.655 -7.373,0.221 -0.003,0.418 0.02,2.28699 -2.796,-0.84499 -6.399,-15.498 0.024,-11.938 c 0.099,0.024 0.168,0.061 0.191,0.085 l 0.626,1.34899 0.289,-0.015 c 0.944,-0.051 1.903,-0.051 2.848,0 z m 1.033,-2.31499 c -0.483,0 -0.988,0.18699 -1.179,0.59799 l -0.387,0.834 c -0.784,-0.034 -1.576,-0.034 -2.36,0 l -0.387,-0.834 c -0.227,-0.49099 -0.903,-0.663 -1.455,-0.57699 l -0.362,0.056 -0.026,12.91199 6.62,16.03001 3.955,1.193 0.336,-0.273 9.8e-4,-0.205 -0.022,-2.447 7.37,-0.22 0.003,-0.418 -0.003,-3.731 3.294,-0.766 h 0.378 l 0.002,-0.43 c 0.059,-12.539 0.037,-12.58801 -0.017,-12.704 l -0.95,-2.045 c -0.227,-0.49101 -0.903,-0.663 -1.455,-0.577 l -1.208,0.187 c 0.096,-2.433 -0.09,-2.54001 -0.303,-2.66301 l -2.812,-1.623 c -0.42,-0.243 -1.054,-0.243 -1.475,0 l -1.263,0.729 c -0.459,-0.18099 -0.959,-0.354 -1.516,-0.52399 v -0.973 c 0.02,-0.176 -0.027,-0.355 -0.135,-0.508 -0.166,-0.234 -0.459,-0.395 -0.826,-0.452 l -3.541,-0.548 c -0.09,-0.013 -0.183,-0.021 -0.277,-0.021" /><path + id="path2788" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 189.50171,183.74935 -1.388,-0.80199 c -0.798,0.327 -1.636,0.608 -2.505,0.83799 l 0.507,1.09301 c 0.117,0.252 -0.142,0.511 -0.579,0.57799 l -3.541,0.54801 c -0.436,0.067 -0.885,-0.082 -1.002,-0.334 l -0.507,-1.094 c -0.963,0.051 -1.932,0.051 -2.895,0 l -0.508,1.094 c -0.117,0.252 -0.565,0.40099 -1.002,0.334 l -3.541,-0.54801 c -0.436,-0.068 -0.695,-0.327 -0.578,-0.57799 l 0.506,-1.09301 c -0.868,-0.22999 -1.706,-0.51099 -2.505,-0.83799 l -1.388,0.80199 c -0.319,0.18401 -0.837,0.18401 -1.157,0 l -2.592,-1.497 c -0.32,-0.18399 -0.32,-0.483 0,-0.66799 l 1.388,-0.801 c -0.566,-0.461 -1.052,-0.945 -1.452,-1.44701 l -1.891,0.29301 c -0.437,0.067 -0.885,-0.082 -1.002,-0.334 l -0.949,-2.045 c -0.117,-0.252 0.142,-0.511 0.578,-0.57801 l 1.896,-0.29299 c -0.089,-0.55601 -0.089,-1.116 0,-1.671 l -1.896,-0.294 c -0.436,-0.067 -0.695,-0.326 -0.578,-0.578 l 0.949,-2.04501 c 0.117,-0.252 0.565,-0.40099 1.002,-0.33399 l 1.891,0.293 c 0.4,-0.501 0.885,-0.986 1.451,-1.44701 l -1.387,-0.801 c -0.32,-0.184 -0.32,-0.483 0,-0.66799 l 2.592,-1.49601 c 0.32,-0.185 0.838,-0.185 1.157,0 l 1.387,0.801 c 0.799,-0.327 1.638,-0.60699 2.506,-0.83799 l -0.507,-1.092 c -0.117,-0.252 0.142,-0.51101 0.579,-0.579 l 3.541,-0.54701 c 0.436,-0.068 0.885,0.082 1.002,0.33401 l 0.508,1.09399 c 0.963,-0.051 1.932,-0.051 2.894,0 l 0.508,-1.09399 c 0.117,-0.252 0.566,-0.402 1.002,-0.33401 l 3.541,0.54701 c 0.437,0.068 0.696,0.327 0.579,0.579 l -0.507,1.092 c 0.869,0.231 1.707,0.51099 2.505,0.83799 l 1.388,-0.801 c 0.32,-0.185 0.838,-0.185 1.157,0 l 2.593,1.49601 c 0.319,0.18499 0.319,0.48399 0,0.66799 l -1.389,0.80201 c 0.567,0.46099 1.053,0.945 1.452,1.446 l 1.892,-0.293 c 0.436,-0.067 0.885,0.082 1.002,0.33399 l 0.949,2.04501 c 0.116,0.252 -0.143,0.51099 -0.579,0.578 l -1.895,0.294 c 0.088,0.555 0.088,1.11499 0,1.671 l 1.895,0.29299 c 0.436,0.068 0.696,0.327 0.579,0.579 l -0.949,2.04401 c -0.117,0.252 -0.566,0.40099 -1.002,0.334 l -1.892,-0.29301 c -0.399,0.50201 -0.885,0.98601 -1.452,1.44701 l 1.389,0.801 c 0.319,0.18499 0.319,0.484 0,0.66799 l -2.593,1.497 c -0.319,0.18401 -0.837,0.18401 -1.157,0" /><path + id="path2790" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 180.75271,166.95336 0.629,-1.35701 c 0.031,-0.035 0.256,-0.13699 0.549,-0.091 l 3.541,0.54801 c 0.102,0.016 0.171,0.044 0.213,0.068 l -0.679,1.46201 0.493,0.13099 c 0.848,0.225 1.673,0.50201 2.453,0.821 l 0.194,0.079 1.57,-0.906 c 0.188,-0.108 0.542,-0.10699 0.73,0 l 2.523,1.457 -1.857,1.07901 0.481,0.391 c 0.542,0.44199 1.009,0.906 1.388,1.382 l 0.154,0.19399 2.137,-0.33099 c 0.291,-0.044 0.518,0.057 0.555,0.102 l 0.9,1.94199 c -0.042,0.024 -0.111,0.052 -0.214,0.068 l -2.319,0.359 0.067,0.424 c 0.082,0.51 0.082,1.027 0,1.537 l -0.067,0.424 2.32,0.359 c 0.102,0.016 0.171,0.044 0.213,0.067 l -0.906,1.953 c -0.031,0.035 -0.255,0.137 -0.549,0.091 l -2.137,-0.33 -0.154,0.194 c -0.379,0.476 -0.846,0.94 -1.388,1.381 l -0.481,0.391 1.856,1.073 -2.523,1.463 c -0.187,0.109 -0.541,0.108 -0.729,0 l -1.57,-0.906 -0.194,0.079 c -0.781,0.32 -1.606,0.596 -2.453,0.821 l -0.492,0.131 0.678,1.463 c -0.041,0.023 -0.111,0.051 -0.213,0.067 l -3.541,0.54801 c -0.291,0.046 -0.518,-0.056 -0.554,-0.102 l -0.624,-1.34601 -0.289,0.015 c -0.945,0.051 -1.905,0.051 -2.849,0 l -0.29,-0.015 -0.629,1.35701 c -0.03,0.035 -0.255,0.136 -0.549,0.091 l -3.54,-0.54801 c -0.103,-0.016 -0.172,-0.044 -0.214,-0.067 l 0.679,-1.463 -0.493,-0.131 c -0.847,-0.225 -1.672,-0.501 -2.453,-0.821 l -0.194,-0.079 -1.57,0.906 c -0.187,0.109 -0.542,0.108 -0.729,0 l -2.523,-1.457 1.857,-1.078 -0.482,-0.392 c -0.542,-0.441 -1.009,-0.906 -1.387,-1.381 l -0.155,-0.195 -2.137,0.331 c -0.29,0.045 -0.517,-0.056 -0.555,-0.102 l -0.899,-1.942 c 0.041,-0.023 0.111,-0.051 0.213,-0.067 l 2.32,-0.359 -0.068,-0.424 c -0.081,-0.51 -0.081,-1.027 0,-1.537 l 0.068,-0.424 -2.32,-0.36 c -0.102,-0.015 -0.172,-0.043 -0.213,-0.067 l 0.906,-1.953 c 0.03,-0.034 0.258,-0.136 0.549,-0.091 l 2.136,0.331 0.155,-0.195 c 0.379,-0.476 0.846,-0.941 1.386,-1.381 l 0.482,-0.392 -1.856,-1.07101 2.523,-1.464 c 0.187,-0.108 0.542,-0.10699 0.729,0 l 1.569,0.906 0.194,-0.08 c 0.78,-0.318 1.605,-0.594 2.454,-0.82001 l 0.493,-0.13099 -0.679,-1.46201 c 0.042,-0.024 0.111,-0.052 0.213,-0.068 l 3.541,-0.548 c 0.292,-0.045 0.518,0.056 0.555,0.102 l 0.624,1.346 0.289,-0.015 c 0.944,-0.05 1.904,-0.05 2.849,0 z m 1.032,-2.31401 c -0.483,0 -0.988,0.18701 -1.179,0.597 l -0.387,0.834 c -0.784,-0.033 -1.576,-0.033 -2.36,0 l -0.387,-0.83299 c -0.227,-0.492 -0.904,-0.663 -1.455,-0.57701 l -3.542,0.548 c -0.411,0.063 -0.733,0.26001 -0.882,0.538 -0.108,0.20201 -0.115,0.43601 -0.018,0.64301 l 0.294,0.63499 c -0.642,0.18701 -1.27,0.401 -1.872,0.64001 l -1.207,-0.69701 c -0.452,-0.261 -1.133,-0.261 -1.585,0 l -2.592,1.497 c -0.288,0.16601 -0.454,0.423 -0.454,0.704 0,0.282 0.166,0.538 0.454,0.70501 l 0.865,0.49899 c -0.328,0.29801 -0.626,0.60501 -0.891,0.918 l -1.65,-0.25599 c -0.552,-0.085 -1.228,0.086 -1.455,0.57699 l -0.949,2.04501 c -0.096,0.207 -0.089,0.441 0.019,0.64299 0.149,0.27801 0.47,0.474 0.882,0.53801 l 1.487,0.22999 c -0.027,0.31701 -0.027,0.63501 0,0.95201 l -1.487,0.22999 c -0.412,0.064 -0.733,0.26001 -0.882,0.53801 -0.108,0.202 -0.115,0.43699 -0.019,0.64399 l 0.948,2.04401 c 0.228,0.49099 0.907,0.66 1.456,0.577 l 1.65,-0.256 c 0.265,0.313 0.563,0.61999 0.891,0.918 l -0.865,0.499 c -0.288,0.167 -0.454,0.42399 -0.454,0.705 9.8e-4,0.282 0.166,0.53799 0.454,0.704 l 2.592,1.497 c 0.453,0.261 1.134,0.261 1.585,0 l 1.208,-0.69701 c 0.603,0.23901 1.23,0.45401 1.871,0.64001 l -0.294,0.63499 c -0.097,0.207 -0.089,0.44201 0.018,0.64401 0.15,0.278 0.471,0.474 0.883,0.53799 l 3.541,0.54801 c 0.553,0.083 1.228,-0.086 1.455,-0.577 l 0.387,-0.834 c 0.785,0.034 1.576,0.034 2.361,0 l 0.387,0.834 c 0.227,0.49099 0.905,0.66 1.455,0.577 l 3.541,-0.54801 c 0.411,-0.064 0.733,-0.25999 0.882,-0.53799 0.108,-0.202 0.115,-0.43701 0.019,-0.64401 l -0.295,-0.63499 c 0.641,-0.186 1.268,-0.401 1.872,-0.64001 l 1.208,0.69701 c 0.452,0.261 1.133,0.261 1.584,0 l 2.593,-1.497 c 0.288,-0.16601 0.453,-0.423 0.453,-0.704 0,-0.28101 -0.165,-0.538 -0.453,-0.70401 l -0.866,-0.49999 c 0.328,-0.29801 0.626,-0.60401 0.891,-0.917 l 1.65,0.255 c 0.551,0.083 1.228,-0.086 1.456,-0.577 l 0.949,-2.045 c 0.095,-0.20601 0.089,-0.441 -0.02,-0.643 -0.148,-0.278 -0.47,-0.474 -0.882,-0.53801 l -1.486,-0.22999 c 0.026,-0.317 0.026,-0.635 0,-0.95201 l 1.486,-0.22999 c 0.412,-0.064 0.734,-0.26 0.882,-0.53801 0.109,-0.20199 0.115,-0.43599 0.019,-0.64299 l -0.948,-2.044 c -0.228,-0.492 -0.907,-0.66401 -1.456,-0.57701 l -1.65,0.255 c -0.265,-0.31299 -0.563,-0.61999 -0.891,-0.918 l 0.866,-0.49899 c 0.288,-0.16701 0.453,-0.42301 0.453,-0.70501 0,-0.281 -0.165,-0.53799 -0.453,-0.704 l -2.59299,-1.497 c -0.45201,-0.261 -1.13301,-0.25999 -1.58501,0 l -1.207,0.698 c -0.603,-0.24 -1.23,-0.45399 -1.872,-0.641 l 0.295,-0.63499 c 0.096,-0.207 0.089,-0.441 -0.019,-0.64301 -0.149,-0.27799 -0.471,-0.474 -0.88299,-0.538 l -3.54,-0.548 c -0.09,-0.014 -0.183,-0.021 -0.277,-0.021" /><path + id="path2792" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 172.41671,156.87236 -0.856,7.5e-4 0.014,9.031 0.855,-7.5e-4 -0.013,-9.031" /><path + id="path2794" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 181.84271,156.10736 h -0.855 v 8.512 h 0.855 v -8.512" /><path + id="path2796" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 190.29971,158.19036 h -0.856 v 8.51199 h 0.856 v -8.51199" /><path + id="path2798" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 196.00671,162.44635 h -0.855 v 8.51201 h 0.855 v -8.51201" /><path + id="path2800" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 198.55571,171.77536 h -0.855 v 4.712 h 0.855 v -4.712" /><path + id="path2802" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 186.30071,156.26235 -0.735,0.43901 0.167,0.279 v 1.522 l 2.247,0.67899 1.689,-0.72099 h 0.96 v -0.85601 h -1.134 l -1.565,0.668 -1.341,-0.405 v -1.122 l -0.288,-0.483" /><path + id="path2804" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.04671,181.66036 0.072,-5.32401 c -0.145,-1.68499 0.876,-3.40599 3.094,-4.71699 4.194,-2.47801 11.034,-2.548 15.277,-0.15501 2.241,1.26401 3.297,2.961 3.19,4.64601 l -0.041,5.04399 c -9.7e-4,0.052 -0.039,0.097 -0.091,0.105 l -14.344,2.382 c -0.016,0.002 -0.031,7.5e-4 -0.046,-0.003 l -7.031,-1.872 c -0.048,-0.013 -0.081,-0.057 -0.08,-0.10599" /><path + id="path2806" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.54471,181.36636 0.067,-5.023 c -0.137,-1.622 0.876,-3.131 2.852,-4.299 4.052,-2.394 10.683,-2.46101 14.784,-0.15 1.996,1.126 3.04,2.61199 2.939,4.185 l -0.039,4.746 -13.943,2.31499 z m 10.481,-12.136 c -2.922,0 -5.853,0.658 -8.065,1.965 -2.286,1.351 -3.502,3.24 -3.334,5.184 l -0.073,5.274 c -0.005,0.277 0.18,0.52 0.448,0.58999 l 7.128,1.899 0.146,-0.013 14.353,-2.383 c 0.287,-0.046 0.5,-0.293 0.503,-0.586 l 0.041,-5.046 c 0.124,-1.916 -1.13,-3.777 -3.44,-5.08 -2.136,-1.204 -4.917,-1.803 -7.707,-1.804" /><path + id="path2808" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 170.04871,182.49436 -1.985,-0.529 c -0.048,-0.012 -0.081,-0.056 -0.08,-0.105 l 0.071,-5.324 c -0.118,-1.371 0.551,-2.763 1.994,-3.94101 v 9.89901" /><path + id="path2810" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 189.54771,181.19736 -9.095,1.51 v -12.993 c 2.205,0.17 4.331,0.72699 6.037,1.688 2.241,1.264 3.297,2.961 3.19,4.647 l -0.041,5.043 c -9.7e-4,0.052 -0.039,0.097 -0.091,0.105" /><path + id="path2812" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.24971,186.04636 c 4.244,2.393 11.084,2.324 15.278,-0.15501 4.194,-2.47899 4.154,-6.42799 -0.09,-8.82099 -4.243,-2.392 -11.083,-2.323 -15.277,0.156 -4.194,2.478 -4.154,6.42699 0.089,8.82" /><path + id="path2814" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 178.71671,187.30735 c -2.615,0 -5.222,-0.561 -7.224,-1.69099 -1.892,-1.06601 -2.943,-2.47001 -2.958,-3.953 -0.015,-1.482 1.006,-2.907 2.877,-4.012 4.052,-2.39501 10.683,-2.462 14.784,-0.15101 1.892,1.06701 2.942,2.47101 2.958,3.95301 0.014,1.48299 -1.007,2.90799 -2.877,4.013 -2.073,1.225 -4.821,1.84099 -7.56,1.84099 z m 0.257,-12.46999 c -2.922,0 -5.853,0.657 -8.065,1.96399 -2.186,1.29201 -3.38,3.02301 -3.361,4.872 0.019,1.85001 1.247,3.55601 3.46,4.803 4.373,2.466 11.449,2.394 15.771,-0.15999 2.187,-1.293 3.38,-3.02301 3.361,-4.873 -0.018,-1.84901 -1.247,-3.555 -3.459,-4.803 -2.136,-1.20401 -4.917,-1.803 -7.707,-1.803" /><path + id="path2816" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 173.05071,185.83135 0.04,-2.955 c -0.081,-0.936 0.487,-1.89099 1.717,-2.61799 2.328,-1.376 6.125,-1.415 8.48,-0.086 1.244,0.701 1.83,1.643 1.77,2.57799 l -0.023,2.80001 c 0,0.029 -0.021,0.053 -0.05,0.058 l -7.962,1.32201 c -0.008,7.5e-4 -0.017,7.5e-4 -0.025,-7.5e-4 l -3.902,-1.04 c -0.027,-0.007 -0.045,-0.031 -0.045,-0.058" /><path + id="path2818" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 173.54871,185.49936 0.036,-2.616 c -0.07,-0.834 0.455,-1.598 1.474,-2.20001 2.19,-1.29399 5.772,-1.32999 7.987,-0.081 1.015,0.57201 1.569,1.344 1.52,2.11701 l -0.021,2.462 -7.51,1.24699 z m 5.597,-6.783 c -1.663,-7.5e-4 -3.33,0.373 -4.588,1.117 -1.345,0.795 -2.059,1.919 -1.958,3.08499 l -0.042,2.90501 c -0.004,0.25399 0.164,0.478 0.411,0.543 l 4.002,1.066 0.128,-0.014 7.968,-1.323 c 0.266,-0.042 0.462,-0.27199 0.462,-0.54499 l 0.023,-2.79501 c 0.073,-1.139 -0.663,-2.247 -2.022,-3.01299 -1.215,-0.68601 -2.797,-1.026 -4.384,-1.026" /><path + id="path2820" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 174.16171,186.29436 -1.102,-0.294 c -0.026,-0.007 -0.044,-0.031 -0.044,-0.059 l 0.04,-2.954 c -0.066,-0.762 0.305,-1.534 1.106,-2.188 v 5.49501" /><path + id="path2822" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 184.98471,185.57436 -5.048,0.838 v -7.212 c 1.224,0.094 2.404,0.40299 3.351,0.93699 1.244,0.702 1.83,1.644 1.77,2.57901 l -0.023,2.799 c 0,0.029 -0.021,0.054 -0.05,0.059" /><path + id="path2824" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 174.82871,188.26536 c 2.355,1.32799 6.152,1.29 8.48,-0.086 2.328,-1.37601 2.305,-3.568 -0.05,-4.896 -2.355,-1.32801 -6.152,-1.28901 -8.48,0.086 -2.327,1.37599 -2.305,3.568 0.05,4.896" /><path + id="path2826" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 178.97371,188.74836 c -1.413,0 -2.821,-0.303 -3.903,-0.91301 -0.978,-0.552 -1.522,-1.26399 -1.53,-2.00499 -0.007,-0.741 0.522,-1.464 1.489,-2.03601 2.189,-1.293 5.772,-1.32999 7.987,-0.081 0.978,0.552 1.522,1.26401 1.53,2.00501 0.007,0.741 -0.522,1.464 -1.489,2.03599 -1.12,0.66201 -2.605,0.99401 -4.084,0.99401 z m 0.143,-6.921 c -1.663,0 -3.331,0.37399 -4.589,1.11799 -1.284,0.75801 -1.985,1.78701 -1.974,2.895 0.012,1.10901 0.733,2.12201 2.033,2.85501 2.487,1.403 6.513,1.36299 8.973,-0.091 1.284,-0.759 1.985,-1.787 1.974,-2.89601 -0.012,-1.10799 -0.733,-2.12199 -2.033,-2.85499 -1.215,-0.68501 -2.797,-1.026 -4.384,-1.026" /><path + id="path2828" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 161.35871,181.95835 -0.633,0.57501 0.758,0.83499 c 1.103,1.21401 2.427,2.15601 3.936,2.80001 l 1.269,0.541 0.335,-0.787 -1.269,-0.542 c -1.394,-0.594 -2.618,-1.464 -3.637,-2.587 l -0.759,-0.83501" /><g + id="g2830" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath2836-0)" + id="g2832"><path + id="path2838" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4814.82,694.949 -2.47,4.281 1050.4,605.7 2.46,-4.28 -1050.39,-605.701" /><path + id="path2840" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4828.27,687.789 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path2842" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4840.47,680.148 -2.47,4.282 1050.4,605.69 2.46,-4.28 -1050.39,-605.692" /><path + id="path2844" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4854.18,673.129 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path2846" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4865.49,665.262 -2.47,4.277 1050.39,605.681 2.47,-4.28 -1050.39,-605.678" /><path + id="path2848" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4878.94,658.09 -2.47,4.281 1050.4,605.689 2.46,-4.28 -1050.39,-605.69" /><path + id="path2850" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4891.14,650.441 -2.47,4.278 1050.39,605.701 2.47,-4.28 -1050.39,-605.699" /><path + id="path2852" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4904.85,643.43 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path2854" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4917.05,635.781 -2.47,4.278 1050.4,605.701 2.46,-4.28 -1050.39,-605.699" /><path + id="path2856" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4930.72,628.641 -2.47,4.281 1050.4,605.688 2.46,-4.28 -1050.39,-605.689" /><path + id="path2858" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4942.92,621 -2.47,4.281 1050.4,605.689 2.47,-4.28 L 4942.92,621" /><path + id="path2860" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4956.63,613.98 -2.47,4.282 1050.4,605.688 2.47,-4.28 -1050.4,-605.69" /><path + id="path2862" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4967.94,606.109 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path2864" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4981.39,598.941 -2.47,4.278 1050.39,605.691 2.47,-4.28 -1050.39,-605.689" /><path + id="path2866" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4993.59,591.301 -2.47,4.281 1050.4,605.688 2.47,-4.28 -1050.4,-605.689" /><path + id="path2868" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5007.3,584.281 -2.47,4.278 1050.4,605.691 2.46,-4.28 L 5007.3,584.281" /><path + id="path2870" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5019.5,576.641 -2.47,4.281 1050.39,605.688 2.47,-4.28 L 5019.5,576.641" /><path + id="path2872" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4635.08,798.059 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path2874" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4648.79,791.039 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path2876" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4660.1,783.16 -2.47,4.281 1050.4,605.699 2.47,-4.28 -1050.4,-605.7" /><path + id="path2878" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4673.55,776 -2.47,4.281 1050.39,605.689 2.47,-4.28 L 4673.55,776" /><path + id="path2880" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4685.75,768.352 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path2882" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4699.46,761.34 -2.47,4.281 1050.4,605.689 2.46,-4.28 -1050.39,-605.69" /><path + id="path2884" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4711.66,753.699 -2.47,4.281 1050.39,605.69 2.47,-4.28 -1050.39,-605.691" /><path + id="path2886" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4725.33,746.551 -2.47,4.277 1050.4,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path2888" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4737.53,738.91 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path2890" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4751.24,731.891 -2.47,4.281 1050.4,605.688 2.46,-4.28 -1050.39,-605.689" /><path + id="path2892" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4762.55,724.02 -2.47,4.281 1050.4,605.679 2.47,-4.28 -1050.4,-605.68" /><path + id="path2894" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4776,716.852 -2.47,4.277 1050.4,605.691 2.47,-4.28 L 4776,716.852" /><path + id="path2896" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4788.2,709.211 -2.47,4.277 1050.4,605.692 2.46,-4.28 L 4788.2,709.211" /><path + id="path2898" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4801.91,702.18 -2.47,4.289 1050.4,605.691 2.46,-4.28 -1050.39,-605.7" /><path + id="path2900" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4814.11,694.539 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path2902" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5198.89,473.281 -2.47,4.278 1050.4,605.691 2.47,-4.29 -1050.4,-605.679" /><path + id="path2904" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5212.34,466.109 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path2906" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5224.54,458.461 -2.47,4.277 1050.4,605.702 2.47,-4.28 -1050.4,-605.699" /><path + id="path2908" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5238.25,451.449 -2.46,4.281 1050.39,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path2910" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5249.57,443.57 -2.47,4.282 1050.39,605.698 2.47,-4.28 -1050.39,-605.7" /><path + id="path2912" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5263.01,436.41 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path2914" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5275.21,428.77 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path2916" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5288.92,421.75 -2.47,4.281 1050.4,605.689 2.46,-4.28 -1050.39,-605.69" /><path + id="path2918" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5301.12,414.109 -2.47,4.282 1050.4,605.679 2.47,-4.28 -1050.4,-605.681" /><path + id="path2920" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5314.79,406.961 -2.47,4.277 1050.4,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path2922" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5326.99,399.32 -2.46,4.282 1050.39,605.688 2.47,-4.28 -1050.4,-605.69" /><path + id="path2924" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5340.7,392.301 -2.47,4.277 1050.4,605.692 2.47,-4.282 -1050.4,-605.687" /><path + id="path2926" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5352.01,384.422 -2.46,4.277 1050.39,605.699 2.47,-4.277 -1050.4,-605.699" /><path + id="path2928" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5365.46,377.262 -2.47,4.277 1050.4,605.691 2.47,-4.281 -1050.4,-605.687" /><path + id="path2930" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5377.66,369.609 -2.46,4.282 1050.39,605.699 2.46,-4.281 -1050.39,-605.7" /><path + id="path2932" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5391.37,362.602 -2.47,4.277 1050.4,605.691 2.47,-4.281 -1050.4,-605.687" /><path + id="path2934" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5403.57,354.949 -2.47,4.281 1050.4,605.7 2.47,-4.282 -1050.4,-605.699" /><path + id="path2936" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5032.86,569.359 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path2938" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5044.17,561.48 -2.46,4.282 1050.39,605.688 2.47,-4.28 -1050.4,-605.69" /><path + id="path2940" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5057.62,554.32 -2.47,4.282 1050.4,605.688 2.47,-4.28 -1050.4,-605.69" /><path + id="path2942" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5069.82,546.68 -2.47,4.281 1050.4,605.689 2.46,-4.29 -1050.39,-605.68" /><path + id="path2944" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5083.53,539.648 -2.47,4.282 1050.4,605.7 2.47,-4.28 -1050.4,-605.702" /><path + id="path2946" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5095.73,532.012 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path2948" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5109.4,524.871 -2.46,4.277 1050.39,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path2950" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5121.6,517.219 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path2952" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5135.31,510.211 -2.47,4.277 1050.4,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path2954" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5146.62,502.332 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path2956" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5160.07,495.172 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path2958" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5172.27,487.531 -2.47,4.278 1050.4,605.691 2.47,-4.28 -1050.4,-605.689" /><path + id="path2960" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5185.98,480.512 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path2962" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5198.18,472.871 -2.46,4.277 1050.39,605.682 2.47,-4.28 -1050.4,-605.679" /></g></g><path + id="path2964" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.72771,129.46536 0.01,-44.911111 c -0.048,-0.55899 0.29,-1.12969 1.026,-1.56489 1.391,-0.8218 3.659,-0.8449 5.067,-0.0511 0.743,0.4191 1.093,0.982 1.058,1.541 v 44.818101 c 0,0.018 -0.013,0.032 -0.03,0.035 l -4.758,0.79 c -0.005,7.5e-4 -0.01,7.5e-4 -0.015,-7.5e-4 l -2.332,-0.621 c -0.016,-0.004 -0.027,-0.018 -0.026,-0.035" /><path + id="path2966" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 419.22071,129.11436 0.01,-44.560901 c -0.035,-0.4242 0.251,-0.82421 0.78399,-1.1391 1.23201,-0.7281 3.327,-0.74921 4.57301,-0.0461 0.538,0.30321 0.83299,0.6961 0.808,1.0789 l -7.5e-4,44.462211 -4.278,0.70999 z m 3.133,-47.253101 c -1.023,0 -2.049,0.2352 -2.842,0.70309 -0.872,0.516 -1.333,1.25591 -1.266,2.03211 l -0.012,44.859901 -0.016,0.395 0.421,0.129 2.413,0.643 0.11,-0.011 5.19,-0.861 0.03,-0.454 V 84.479259 c 0.049,-0.7438 -0.428,-1.4739 -1.309,-1.9707 -0.766,-0.4332 -1.742,-0.64729 -2.719,-0.64729" /><path + id="path2968" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 441.06071,129.36135 c 0.02,0.07 0.019,0.141 -7.5e-4,0.21401 l -0.014,6.561 c 0,0.016 -0.01,0.03 -0.025,0.035 l -10.38699,3.38501 c -0.015,0.005 -0.026,0.02 -0.026,0.036 l 0.047,5.163 c 0,0.024 -0.022,0.042 -0.046,0.037 l -8.631,-2.09499 c -7.5e-4,0 -7.5e-4,0 -0.002,0 l -9.038,-1.68401 c -0.004,-7.5e-4 -0.008,-7.5e-4 -0.012,0 l -3.833,0.53 c -0.002,7.5e-4 -0.005,7.5e-4 -0.007,7.5e-4 l -2.649,-0.16099 c -0.02,-7.5e-4 -0.036,-0.017 -0.036,-0.037 v -7.41399 c 0,-0.023 -0.02,-0.04 -0.043,-0.037 l -3.148,0.512 c -0.023,0.004 -0.044,-0.014 -0.043,-0.037 l 0.036,-6.705 c -0.043,-0.103 -0.049,-0.213 0.002,-0.323 l 1.539,-3.315 c 0.162,-0.35 0.784,-0.557 1.39,-0.464 l 3.23501,0.501 c 0.011,0.002 0.022,-0.002 0.03,-0.01 0.609,-0.58 1.34499,-1.129 2.21299,-1.63 0.593,-0.342 1.22501,-0.646 1.88501,-0.918 0.014,-0.005 0.023,-0.019 0.023,-0.033 l 0.032,-2.334 c -0.002,-0.021 0,-0.042 7.5e-4,-0.063 v -7.5e-4 0 c 0.012,-0.283 0.338,-0.54 0.836,-0.617 l 5.742,-0.888 c 0.606,-0.094 1.228,0.114 1.39,0.463 l 0.863,1.86 c 0.006,0.013 0.019,0.021 0.033,0.021 2.379,0.027 4.748,0.382 6.888,1.064 0.01,0.004 0.02,0.002 0.029,-0.003 l 2.349,-1.356 c 0.45199,-0.261 1.191,-0.261 1.64299,0 l 4.185,2.416 c 0.221,0.128 0.332,0.296 0.332,0.463 l -0.022,5.935 c 0,0.019 0.014,0.035 0.032,0.037 l 2.38601,0.37001 c 0.441,0.068 0.748,0.277 0.822,0.52099 v 0 0" /><path + id="path2970" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 409.51771,124.51935 0.183,-0.162 c 0.59,-0.56299 1.307,-1.09099 2.125,-1.563 0.553,-0.31999 1.17,-0.61899 1.834,-0.89199 l 0.266,-0.109 0.022,-0.321 0.032,-2.327 c 0.015,-0.085 0.155,-0.214 0.475,-0.264 l 5.742,-0.888 c 0.483,-0.078 0.881,0.1 0.937,0.21999 l 0.977,2.10801 0.306,0.021 c 2.362,0.026 4.7,0.387 6.758,1.044 l 0.179,0.057 0.192,-0.097 2.351,-1.35701 c 0.318,-0.18199 0.897,-0.18399 1.214,0 l 4.186,2.41601 c 0.1,0.059 0.119,0.103 0.12,0.10399 l -0.025,6.297 0.40299,0.088 2.37801,0.36799 c 0.29799,0.046 0.441,0.162 0.47299,0.21201 l -0.014,0.1 -0.013,6.27801 -10.413,3.39399 -0.026,0.34701 0.043,4.665 -8.144,-1.977 -9.132,-1.701 -0.082,0.009 -3.791,0.525 -2.245,-0.136 v -7.244 l -0.318,-0.286 -0.225,0.026 -2.689,0.43701 0.034,-6.331 -0.034,-0.081 1.535,-3.29201 c 0.055,-0.11799 0.46,-0.29599 0.936,-0.21999 z m 10.911,-7.39899 c -0.12,0 -0.241,0.009 -0.363,0.027 l -5.742,0.888 c -0.696,0.108 -1.177,0.519 -1.198,1.023 l -7.5e-4,0.033 0.003,0.099 -0.031,2.021 c -0.606,0.258 -1.17799,0.54199 -1.69899,0.84199 -0.813,0.47001 -1.537,0.993 -2.152,1.55901 l -3.04601,-0.471 c -0.81,-0.124 -1.599,0.17799 -1.84399,0.70599 l -1.539,3.315 c -0.083,0.18201 -0.098,0.38201 -0.042,0.57401 l -0.037,6.828 0.309,0.286 0.22301,-0.019 2.703,-0.44 v 7.356 l 0.436,0.063 2.693,0.163 0.049,-0.006 3.772,-0.522 8.97401,1.672 8.81299,2.139 0.35801,-0.263 0.015,-0.238 -0.044,-4.88 10.40901,-3.394 0.027,-0.345 0.012,-6.513 c 0.026,-0.13 0.021,-0.259 -0.016,-0.383 l -7.5e-4,-0.002 c -0.125,-0.415 -0.571,-0.73 -1.166,-0.822 l -2.054,-0.317 0.021,-5.6 c 0,-0.329 -0.199,-0.633 -0.546,-0.834 l -4.186,-2.416 c -0.579,-0.336 -1.489,-0.336 -2.07,0 l -2.2,1.27 c -2.028,-0.628 -4.299,-0.981 -6.6,-1.029 l -0.759,-1.637 c -0.209,-0.447 -0.811,-0.733 -1.481,-0.733" /><path + id="path2972" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 406.31271,133.95336 c 0,-0.023 -0.021,-0.04 -0.044,-0.036 l -0.72699,0.11799 v -10.45899 c 0.16299,-0.018 0.333,-0.018 0.503,0.009 l 3.103,0.48 v 10.05099 h -2.835 v -0.16299" /><path + id="path2974" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 405.96971,133.53236 v -9.52601 c 0.003,0 0.007,7.5e-4 0.01,0.002 l 2.73999,0.424 v 9.25601 h -2.049 l -0.249,-0.219 z m -0.207,-10.39601 c -0.089,0 -0.178,0.005 -0.268,0.014 l -0.381,0.043 v 11.34501 l 0.771,-0.12501 v 0.13101 h 3.691 v -10.846 l -3.465,-0.536 c -0.114,-0.017 -0.23,-0.026 -0.348,-0.026" /><path + id="path2976" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 441.04471,129.35436 c 0.021,0.07 0.02,0.141 0,0.21399 l -0.014,6.561 c 0,0.016 -0.01,0.03 -0.026,0.035 l -10.386,3.385 c -0.015,0.005 -0.026,0.02 -0.026,0.036 l 0.047,5.163 c 0,0.024 -0.023,0.042 -0.046,0.037 l -4.649,-1.129 -0.761,-0.68 -4.563,-17.184 v -1.446 -6.792 c 0.414,0.046 0.769,0.221 0.885,0.472 l 0.863,1.86 c 0.006,0.013 0.019,0.021 0.033,0.021 2.379,0.027 4.747,0.382 6.888,1.065 0.009,0.003 0.02,7.5e-4 0.029,-0.004 l 2.349,-1.356 c 0.45199,-0.261 1.191,-0.261 1.64299,0 l 4.185,2.416 c 0.221,0.128 0.332,0.296 0.332,0.46299 l -0.022,5.93501 c 0,0.019 0.014,0.035 0.032,0.038 l 2.38601,0.369 c 0.441,0.068 0.748,0.27801 0.82099,0.52101 v 0" /><path + id="path2978" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 440.63571,129.47835 0.409,-0.12399 -0.409,0.125 z m -19.587,-3.74199 v -7.6 c 0.038,0.027 0.061,0.053 0.069,0.07 l 0.978,2.10801 0.307,0.021 c 2.359,0.026 4.698,0.387 6.757,1.044 l 0.178,0.057 0.193,-0.096 2.351,-1.35801 c 0.318,-0.182 0.897,-0.182 1.215,0 l 4.185,2.416 c 0.085,0.05 0.115,0.093 0.12,0.105 l -0.025,6.294 0.39999,0.09 2.38101,0.368 c 0.29899,0.046 0.441,0.162 0.47299,0.21201 l -0.014,0.1 -0.013,6.27801 -10.413,3.39399 -0.026,0.34701 0.042,4.665 -4.05801,-0.98501 -0.584,-0.52399 z m -0.856,-8.659 0.015,8.82499 4.596,17.307 0.935,0.83801 4.959,1.203 0.361,-0.272 0.008,-0.241 -0.043,-4.869 10.40901,-3.39401 0.026,-0.345 0.014,-6.513 c 0.025,-0.13099 0.019,-0.26299 -0.018,-0.387 -0.12801,-0.41899 -0.56301,-0.726 -1.16601,-0.81999 l -2.05399,-0.31701 0.021,-5.59899 c 0,-0.331 -0.19901,-0.63501 -0.546,-0.83601 l -4.185,-2.415 c -0.581,-0.336 -1.49,-0.336 -2.07101,0 l -2.20099,1.27001 c -2.028,-0.627 -4.30001,-0.981 -6.59901,-1.029 l -0.75999,-1.637 c -0.17801,-0.384 -0.636,-0.65301 -1.22601,-0.717 l -0.47499,-0.052" /><path + id="path2980" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 438.09271,140.20935 -3.252,-0.50299 c -0.612,0.585 -1.352,1.138 -2.226,1.64299 -0.875,0.50501 -1.833,0.933 -2.846,1.28501 l 0.871,1.878 c 0.162,0.34999 -0.197,0.709 -0.802,0.80299 l -5.743,0.888 c -0.605,0.094 -1.227,-0.114 -1.389,-0.46299 l -0.873,-1.881 c -2.393,-0.025 -4.775,-0.382 -6.926,-1.07001 l -2.382,1.37601 c -0.443,0.25599 -1.162,0.25599 -1.605,0 l -4.204,-2.427 c -0.443,-0.256 -0.443,-0.67101 0,-0.927 l 2.382,-1.375 c -1.191,-1.242 -1.809,-2.618 -1.853,-3.999 l -3.257,-0.504 c -0.605,-0.093 -0.964,-0.453 -0.802,-0.80201 l 1.538,-3.31599 c 0.163,-0.349 0.785,-0.55701 1.39,-0.463 l 3.253,0.50299 c 0.611,-0.585 1.351,-1.13799 2.226,-1.64299 0.874,-0.50501 1.832,-0.932 2.846,-1.28501 l -0.872,-1.878 c -0.162,-0.34899 0.197,-0.70899 0.803,-0.80199 l 5.742,-0.889 c 0.605,-0.093 1.228,0.114 1.39,0.46399 l 0.873,1.88001 c 2.392,0.025 4.774,0.38199 6.925,1.07 l 2.383,-1.37501 c 0.443,-0.25599 1.161,-0.25599 1.604,0 l 4.204,2.427 c 0.443,0.25601 0.443,0.67101 0,0.92601 l -2.382,1.376 c 1.192,1.242 1.809,2.617 1.853,3.99799 l 3.257,0.504 c 0.606,0.094 0.965,0.453 0.803,0.80301 l -1.539,3.315 c -0.162,0.35 -0.785,0.557 -1.39,0.46299" /><path + id="path2982" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 409.50971,131.31036 0.152,-0.145 c 0.6,-0.57401 1.321,-1.106 2.145,-1.583 0.832,-0.48 1.765,-0.901 2.772,-1.25001 l 0.446,-0.156 -1.07,-2.30599 c 0.015,-0.02 0.158,-0.15 0.48,-0.2 l 5.743,-0.888 c 0.483,-0.079 0.88,0.1 0.935,0.21999 l 0.987,2.12501 0.27,0.003 c 2.38,0.025 4.731,0.388 6.8,1.04899 l 0.181,0.058 2.546,-1.47 c 0.312,-0.18 0.863,-0.18101 1.177,0 l 4.203,2.427 c 0.085,0.05 0.116,0.093 0.12,0.10399 0,-0.011 -0.032,0.032 -0.12,0.082 l -2.855,1.648 0.378,0.39399 c 1.094,1.14 1.694,2.424 1.734,3.71601 l 0.011,0.354 3.608,0.55899 c 0.323,0.049 0.466,0.18 0.482,0.222 l -1.54,3.29301 c -0.056,0.12 -0.454,0.294 -0.937,0.221 l -3.461,-0.536 -0.152,0.146 c -0.601,0.57499 -1.322,1.108 -2.144,1.581 -0.829,0.48 -1.762,0.901 -2.773,1.252 l -0.446,0.156 1.07,2.306 c -0.015,0.019 -0.157,0.15 -0.48,0.19999 l -5.742,0.888 c -0.483,0.077 -0.881,-0.1 -0.937,-0.22099 l -0.986,-2.12501 -0.27,-0.003 c -2.379,-0.024 -4.731,-0.387 -6.799,-1.04899 l -0.181,-0.057 -2.546,1.46899 c -0.309,0.17801 -0.869,0.17801 -1.177,0 l -4.204,-2.42599 c -0.085,-0.05 -0.116,-0.093 -0.12,-0.104 0.008,0.019 0.039,-0.035 0.12,-0.082 l 2.854,-1.649 -0.378,-0.394 c -1.093,-1.139 -1.692,-2.424 -1.733,-3.71501 l -0.011,-0.35499 -3.608,-0.559 c -0.322,-0.049 -0.466,-0.18 -0.481,-0.221 l 1.54,-3.29301 c 0.055,-0.12099 0.453,-0.29799 0.935,-0.22099 z m 10.9,-7.402 c -0.12,0 -0.241,0.009 -0.363,0.028 l -5.743,0.888 c -0.518,0.08 -0.921,0.321 -1.103,0.661 -0.126,0.237 -0.135,0.50201 -0.022,0.744 l 0.675,1.455 c -0.889,0.333 -1.72,0.722 -2.475,1.157 -0.814,0.471 -1.537,0.99501 -2.153,1.56 l -3.046,-0.47199 c -0.807,-0.123 -1.599,0.17799 -1.844,0.70699 l -1.538,3.315 c -0.113,0.242 -0.105,0.506 0.022,0.744 0.182,0.34001 0.583,0.581 1.102,0.66101 l 2.92,0.45099 c 0.12,1.23 0.661,2.433 1.584,3.523 l -1.924,1.11101 c -0.347,0.19999 -0.546,0.504 -0.546,0.83299 0,0.33 0.199,0.63401 0.546,0.834 l 4.204,2.427 c 0.58,0.335 1.454,0.335 2.033,0 l 2.219,-1.281 c 2.026,0.627 4.297,0.981 6.6,1.028 l 0.759,1.638 c 0.246,0.52701 1.037,0.83001 1.844,0.706 l 5.742,-0.888 c 0.519,-0.081 0.921,-0.322 1.10201,-0.661 0.12799,-0.237 0.13599,-0.50199 0.024,-0.74499 l -0.675,-1.45401 c 0.89199,-0.336 1.722,-0.72399 2.475,-1.15899 0.81099,-0.468 1.53499,-0.99101 2.15199,-1.55801 l 3.04701,0.471 c 0.80599,0.125 1.599,-0.18 1.84299,-0.706 l 1.539,-3.315 c 0.112,-0.243 0.10401,-0.507 -0.022,-0.74499 -0.182,-0.34001 -0.584,-0.58101 -1.104,-0.66101 l -2.918,-0.451 c -0.12,-1.229 -0.66201,-2.433 -1.58601,-3.52299 l 1.92501,-1.10901 c 0.347,-0.20199 0.54699,-0.506 0.546,-0.83499 0,-0.32901 -0.199,-0.633 -0.546,-0.83301 l -4.203,-2.42799 c -0.58,-0.33501 -1.45401,-0.33501 -2.03301,0 l -2.21899,1.281 c -2.02601,-0.62601 -4.29801,-0.98001 -6.60101,-1.02801 l -0.759,-1.637 c -0.208,-0.448 -0.81,-0.73399 -1.48,-0.73399" /><path + id="path2984" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 413.96071,118.85736 h -0.856 v 6.782 h 0.856 v -6.782" /><path + id="path2986" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 432.95671,119.61135 h -0.856 v 6.306 h 0.856 v -6.306" /><path + id="path2988" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 423.05571,120.08936 h -0.856 v 6.306 h 0.856 v -6.306" /><path + id="path2990" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 422.65171,119.46036 c -0.195,0 -0.383,0.005 -0.56,0.017 l 0.059,0.853 c 1.268,-0.088 3.275,0.221 3.296,0.225 l 0.131,-0.845 c -0.075,-0.012 -1.628,-0.25 -2.926,-0.25" /><path + id="path2992" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 420.56071,109.49336 h -0.856 v 6.306 h 0.856 v -6.306" /><path + id="path2994" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 413.76971,140.39835 0.055,-4.11199 c -0.112,-1.302 0.677,-2.63201 2.39,-3.644 3.24,-1.915 8.524,-1.969 11.802,-0.12 1.731,0.97599 2.547,2.28699 2.464,3.58899 l -0.032,3.89601 c 0,0.04 -0.03,0.075 -0.07,0.081 l -11.08101,1.83999 c -0.012,0.002 -0.024,7.5e-4 -0.035,-0.002 l -5.43101,-1.446 c -0.037,-0.01 -0.063,-0.044 -0.062,-0.082" /><path + id="path2996" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 414.26771,140.08536 0.051,-3.793 c -0.102,-1.20101 0.682,-2.35901 2.148,-3.225 3.098,-1.83101 8.17,-1.884 11.308,-0.11501 1.502,0.84701 2.288,1.95801 2.214,3.12801 l -0.03,3.57699 -10.654,1.77 z m 7.984,-9.399 c -2.279,0 -4.564,0.512 -6.288,1.53099 -1.805,1.06601 -2.764,2.565 -2.63,4.11101 l -0.057,4.06099 c -0.005,0.26801 0.173,0.501 0.432,0.56901 l 5.53,1.473 0.14,-0.016 11.081,-1.84 c 0.279,-0.045 0.482,-0.284 0.482,-0.568 l 0.033,-3.892 c 0.097,-1.518 -0.892,-2.995 -2.716,-4.023 -1.665,-0.939 -3.833,-1.406 -6.007,-1.406" /><path + id="path2998" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 415.31571,141.04236 -1.533,-0.408 c -0.037,-0.01 -0.063,-0.044 -0.062,-0.082 l 0.055,-4.112 c -0.091,-1.06 0.42499,-2.134 1.54,-3.045 v 7.647" /><path + id="path3000" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 430.37871,140.04135 -7.026,1.16601 v -10.03701 c 1.703,0.13101 3.346,0.561 4.664,1.30401 1.731,0.97599 2.547,2.28699 2.464,3.58899 l -0.032,3.89601 c 0,0.041 -0.03,0.075 -0.07,0.082" /><path + id="path3002" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 416.24371,143.78636 c 3.278,1.849 8.562,1.795 11.802,-0.12 3.24,-1.914 3.209,-4.965 -0.069,-6.813 -3.278,-1.84901 -8.562,-1.79501 -11.802,0.12 -3.24,1.914 -3.209,4.965 0.069,6.813" /><path + id="path3004" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 416.48671,143.35635 c -1.426,-0.80299 -2.217,-1.85299 -2.228,-2.95699 -0.011,-1.103 0.759,-2.169 2.167,-3.002 3.099,-1.83 8.173,-1.882 11.308,-0.114 1.426,0.803 2.217,1.853 2.228,2.957 0.011,1.10299 -0.759,2.16799 -2.167,3.001 -3.1,1.832 -8.172,1.884 -11.308,0.11499 z m 5.723,-8.33899 c -2.277,0 -4.562,0.51199 -6.286,1.531 -1.725,1.02 -2.667,2.391 -2.652,3.861 0.015,1.47099 0.985,2.823 2.73,3.807 v 0 c 3.41,1.923 8.925,1.866 12.295,-0.12501 1.725,-1.02 2.667,-2.391 2.652,-3.86199 -0.015,-1.47 -0.985,-2.82201 -2.73,-3.80601 -1.665,-0.939 -3.834,-1.40599 -6.009,-1.40599" /><path + id="path3006" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 417.61271,144.06336 0.031,-2.28201 c -0.062,-0.723 0.37599,-1.461 1.32699,-2.02299 1.79801,-1.062 4.73001,-1.092 6.55001,-0.066 0.961,0.54099 1.414,1.269 1.36699,1.992 l -0.017,2.162 c 0,0.023 -0.017,0.042 -0.039,0.045 l -6.15,1.02199 c -0.007,7.5e-4 -0.013,0 -0.02,-7.5e-4 l -3.014,-0.803 c -0.021,-0.006 -0.035,-0.025 -0.035,-0.046" /><path + id="path3008" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.11071,143.72136 0.027,-1.93401 c -0.05,-0.60099 0.346,-1.16799 1.084,-1.60399 1.66,-0.981 4.377,-1.00901 6.057,-0.061 0.745,0.42 1.153,0.978 1.117,1.53 l -0.015,1.81401 -5.685,0.944 z m 4.207,-5.27901 c -1.295,0 -2.595,0.29801 -3.599,0.89201 -1.077,0.636 -1.648,1.543 -1.566,2.48899 l -0.045,2.61701 0.413,0.14599 3.113,0.82901 0.121,-0.014 6.559,-1.089 0.051,-0.452 0.017,-2.172 c 0.06,-0.918 -0.53,-1.813 -1.619,-2.42599 -0.97,-0.54801 -2.206,-0.82001 -3.445,-0.82001" /><path + id="path3010" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.47171,144.42135 -0.852,-0.22699 c -0.02,-0.005 -0.034,-0.024 -0.034,-0.045 l 0.031,-2.282 c -0.051,-0.589 0.236,-1.185 0.855,-1.69 v 4.24399" /><path + id="path3012" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 426.83171,143.86536 -3.9,0.647 v -5.571 c 0.946,0.073 1.857,0.312 2.589,0.724 0.961,0.542 1.414,1.26999 1.367,1.992 l -0.017,2.163 c 0,0.022 -0.017,0.041 -0.039,0.045" /><path + id="path3014" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.98671,145.94436 c 1.819,1.026 4.752,0.996 6.55,-0.067 1.798,-1.062 1.781,-2.756 -0.038,-3.781 -1.81999,-1.026 -4.75299,-0.997 -6.55099,0.066 -1.79801,1.063 -1.781,2.756 0.039,3.782" /><path + id="path3016" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 419.22871,145.51436 c -0.72,-0.40601 -1.119,-0.921 -1.125,-1.452 -0.005,-0.531 0.384,-1.055 1.096,-1.475 1.66,-0.982 4.376,-1.009 6.056,-0.061 0.72,0.406 1.119,0.921 1.125,1.452 0.005,0.53 -0.384,1.054 -1.095,1.474 -1.66,0.981 -4.376,1.009 -6.057,0.062 z m 3.067,-4.668 c -1.296,0 -2.595,0.298 -3.599,0.891 -1.028,0.60799 -1.589,1.437 -1.58,2.335 0.009,0.89799 0.587,1.716 1.628,2.30199 v 0 c 1.985,1.12001 5.08,1.089 7.043,-0.072 1.028,-0.60699 1.589,-1.43599 1.58,-2.334 -0.009,-0.89799 -0.588,-1.716 -1.627,-2.30199 -0.971,-0.54801 -2.206,-0.82 -3.445,-0.82" /><path + id="path3018" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 413.37871,76.646459 4.595,-2.76021 c 0.052,-0.0309 0.117,-0.0238 0.16,0.018 l 1.895,1.8621 c 0.008,0.008 0.017,0.016 0.028,0.0211 l 7.89101,4.39999 c 0.041,0.023 0.092,0.0219 0.132,-0.003 l 3.918,-2.3981 c 0.08,-0.0488 0.182,-0.002 0.198,0.0902 l 0.479,2.85591 c 0.002,0.0129 0.006,0.0262 0.012,0.0379 l 6.89,13.5461 c 7.5e-4,0.002 0.002,0.005 0.003,0.007 l 5.317,11.981011 c 0.026,0.059 0.005,0.129 -0.05,0.16399 l -5.488,3.459 c -0.065,0.041 -0.081,0.129 -0.034,0.19001 l 1.65,2.14999 c 0.047,0.062 0.031,0.15101 -0.036,0.192 l -4.984,3.045 c -0.015,0.009 -0.032,0.01 -0.048,0.013 -0.129,0.105 -0.281,0.18099 -0.467,0.20199 l -5.255,0.606 c -0.879,0.10101 -2.032,-0.869 -2.574,-2.168 l -0.989,-2.365 c -0.565,-0.22299 -1.142,-0.489 -1.73,-0.80799 -0.349,-0.19001 -0.695,-0.40001 -1.038,-0.618 l -2.035,1.233 c -0.57,0.21 -1.396,-0.138 -2.092,-0.96 l -5.435,-6.417 c -0.909,-1.074 -1.249,-2.54201 -0.759,-3.27911 l 0.894,-1.342901 c -0.732,-1.4219 -1.349,-2.88789 -1.825,-4.361 l -1.878,-1.02109 c -1.033,-0.56211 -1.895,-1.96871 -1.925,-3.1449 l -0.18,-7.02191 c -0.017,-0.6652 0.241,-1.1019 0.65,-1.264 0.011,-0.0172 0.019,-0.0352 0.037,-0.0449 l 4.125,-2.5243 -0.457,-1.0949 c -0.497,-1.189 -0.304,-2.2301 0.405,-2.4769" /><path + id="path3020" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 409.59671,83.065559 4.37,-2.6742 -0.598,-1.4328 c -0.263,-0.6282 -0.318,-1.22931 -0.149,-1.609 0.069,-0.1563 0.168,-0.2531 0.301,-0.3 l 0.079,-0.0371 4.398,-2.64219 1.849,1.79019 7.892,4.40001 c 0.183,0.0989 0.397,0.091 0.566,-0.0121 l 3.542,-2.1672 0.453,2.57231 6.896,13.557 5.206,11.731891 -5.271,3.32301 c -0.133,0.084 -0.225,0.22099 -0.252,0.375 -0.028,0.15399 0.011,0.31399 0.106,0.438 l 1.449,1.887 -4.797,2.91999 c -0.079,0.064 -0.157,0.099 -0.246,0.109 l -5.254,0.606 c -0.591,0.062 -1.626,-0.697 -2.132,-1.908 l -1.057,-2.532 -0.169,-0.066 c -0.572,-0.226 -1.139,-0.49 -1.682,-0.787 -0.342,-0.185 -0.678,-0.389 -1.013,-0.602 l -0.224,-0.142 -2.222,1.345 c -0.338,0.098 -0.969,-0.11899 -1.584,-0.84499 l -5.435,-6.41801 c -0.848,-1.00099 -1.065,-2.26099 -0.73,-2.76499 l 1.033,-1.551901 -0.115,-0.22311 c -0.729,-1.4171 -1.334,-2.8628 -1.798,-4.298 l -0.053,-0.1621 -2.028,-1.1027 c -0.89599,-0.4872 -1.67499,-1.7602 -1.701,-2.7801 l -0.18,-7.02229 c -0.012,-0.4437 0.12701,-0.75471 0.38001,-0.85581 l 0.122,-0.0481 z m 8.445,-9.6262 c -0.098,0 -0.198,0.0262 -0.287,0.0801 l -4.562,2.7391 c -0.335,0.1308 -0.596,0.3867 -0.754,0.74289 -0.268,0.6 -0.216,1.43291 0.14,2.28681 l 0.317,0.7562 -3.912,2.4027 c -0.525,0.27229 -0.812,0.8524 -0.792,1.6153 l 0.18,7.02189 c 0.034,1.332 0.977,2.87421 2.148,3.51011 l 1.728,0.9391 c 0.446,1.3488 1.012,2.70579 1.684,4.0379 l -0.755,1.134701 c -0.598,0.8981 -0.251,2.56419 0.789,3.7922 l 5.435,6.417 c 0.795,0.94 1.803,1.366 2.565,1.086 l 0.074,-0.036 1.811,-1.09601 c 0.277,0.17201 0.555,0.33701 0.838,0.49001 0.52,0.28399 1.06,0.53899 1.608,0.763 l 0.919,2.19999 c 0.621,1.485 1.955,2.544 3.018,2.427 l 5.255,-0.60499 c 0.223,-0.025 0.43,-0.107 0.618,-0.242 l 0.058,-0.025 4.997,-3.054 c 0.136,-0.083 0.23,-0.219 0.258,-0.375 0.029,-0.156 -0.01,-0.316 -0.107,-0.442 l -1.45,-1.891 5.212,-3.286 c 0.236,-0.148 0.326,-0.442 0.213,-0.698 l -5.355,-12.052101 -6.843,-13.4617 -0.473,-2.8122 c -0.031,-0.1832 -0.15,-0.3398 -0.32,-0.4171 -0.169,-0.0758 -0.365,-0.0629 -0.524,0.0339 l -3.769,2.3071 -7.704,-4.2957 -1.866,-1.834 c -0.107,-0.1051 -0.249,-0.1602 -0.392,-0.1602" /><path + id="path3022" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 428.89971,115.85936 c -0.516,-0.392 -0.994,-0.99401 -1.289,-1.70201 l -0.989,-2.36599 c -0.005,-0.002 -0.01,-0.004 -0.016,-0.006 l 8.627,-5.28101 2.44,3.98601 -8.773,5.369" /><path + id="path3024" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 427.15271,111.95235 7.939,-4.85899 1.992,3.255 -8.146,4.986 c -0.387,-0.356 -0.719,-0.83201 -0.933,-1.34201 z m 8.222,-6.036 -9.74,5.961 0.664,0.249 0.917,2.196 c 0.313,0.75 0.819,1.416 1.424,1.878 l 0.233,0.177 9.388,-5.74599 -2.886,-4.71501" /><path + id="path3026" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 413.53271,100.94325 0.894,-1.342891 c -0.732,-1.42191 -1.349,-2.8879 -1.825,-4.36101 l -1.878,-1.02109 c -1.033,-0.5621 -1.895,-1.96871 -1.925,-3.1449 l -0.18,-7.02191 c -0.017,-0.66519 0.241,-1.1019 0.65,-1.26399 0.011,-0.0172 0.019,-0.0352 0.037,-0.0449 l 4.125,-2.5243 -0.457,-1.0949 c -0.497,-1.189 -0.304,-2.23009 0.405,-2.4769 l 4.595,-2.7602 c 0.052,-0.0309 0.117,-0.0238 0.16,0.018 l 1.895,1.8621 c 0.008,0.008 0.017,0.016 0.028,0.0211 l 0.657,0.36679 c 0.23001,2.3492 0.47301,4.94291 0.43301,5.02811 -0.073,0.15819 -1.47,8.76289 -1.47,8.76289 l 2.85,9.2723 -3.167,1.937801 -5.068,3.06701 c -0.909,-1.074 -1.24901,-2.54201 -0.759,-3.27911" /><path + id="path3028" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 409.59671,83.065559 4.37,-2.6742 -0.598,-1.4328 c -0.263,-0.6282 -0.318,-1.22931 -0.149,-1.609 0.069,-0.1563 0.168,-0.2531 0.301,-0.3 l 0.079,-0.0371 4.398,-2.64219 1.849,1.79019 0.462,0.2578 c 0.378,3.85901 0.417,4.58321 0.414,4.7102 -0.079,0.3609 -0.351,1.86411 -1.469,8.74881 l -0.016,0.0992 2.783,9.0489 -7.624,4.633011 c -0.662,-0.94301 -0.812,-2.02091 -0.508,-2.478 l 1.033,-1.551901 -0.115,-0.22311 c -0.729,-1.4171 -1.334,-2.8628 -1.798,-4.298 l -0.053,-0.1621 -2.028,-1.1027 c -0.89599,-0.4872 -1.67499,-1.7602 -1.701,-2.7801 l -0.18,-7.02229 c -0.012,-0.4437 0.12701,-0.75471 0.38001,-0.85581 l 0.122,-0.0481 z m 8.445,-9.6262 c -0.098,0 -0.198,0.0262 -0.287,0.0801 l -4.562,2.7391 c -0.335,0.1308 -0.596,0.3867 -0.754,0.74289 -0.268,0.6 -0.216,1.43291 0.14,2.28681 l 0.317,0.7562 -3.912,2.4027 c -0.525,0.27229 -0.812,0.8524 -0.792,1.6153 l 0.18,7.02189 c 0.034,1.332 0.977,2.87421 2.148,3.51011 l 1.728,0.9391 c 0.446,1.3488 1.012,2.70579 1.684,4.0379 l -0.755,1.134701 c -0.598,0.8981 -0.251,2.56419 0.789,3.7922 l 0.235,0.27799 8.833,-5.367791 -2.919,-9.4934 c 0.54,-3.3238 1.358,-8.28981 1.441,-8.60781 0.048,-0.0941 0.077,-0.15699 -0.417,-5.19489 l -0.022,-0.22311 -0.817,-0.45579 -1.866,-1.834 c -0.107,-0.10511 -0.249,-0.1602 -0.392,-0.1602" /><path + id="path3030" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 426.48071,75.083549 0.988,2.36601 c 0.566,0.2226 1.142,0.48789 1.73,0.8078 0.589,0.3199 1.168,0.6832 1.738,1.077 l 0.893,-1.343 c 0.49,-0.7371 1.625,-0.4629 2.535,0.6101 l 5.434,6.418 c 0.91,1.0731 1.25,2.5418 0.759,3.2789 l -0.893,1.3422 c 0.732,1.42189 1.348,2.8879 1.825,4.3609 l 1.878,1.02069 c 1.033,0.5622 1.894,1.9704 1.925,3.14541 l 0.18,7.022791 c 0.03,1.17501 -0.783,1.67201 -1.816,1.11101 l -1.878,-1.02101 c -0.414,0.98901 -0.971,1.81701 -1.65,2.472 l 0.989,2.36601 c 0.542,1.298 0.269,2.433 -0.61,2.535 l -5.255,0.605 c -0.88,0.10099 -2.032,-0.869 -2.575,-2.168 l -0.988,-2.365 c -0.565,-0.22301 -1.142,-0.489 -1.73,-0.80801 -0.588,-0.31999 -1.168,-0.68299 -1.737,-1.077 l -0.894,1.34201 c -0.49,0.73699 -1.625,0.46399 -2.534,-0.61001 l -5.435,-6.417 c -0.91,-1.07419 -1.25,-2.542091 -0.759,-3.278891 l 0.893,-1.34291 c -0.732,-1.4223 -1.348,-2.88829 -1.825,-4.3614 l -1.878,-1.02069 c -1.033,-0.56091 -1.894,-1.96911 -1.924,-3.1453 l -0.18,-7.0218 c -0.031,-1.175 0.782,-1.6731 1.815,-1.11101 l 1.878,1.02111 c 0.414,-0.9891 0.971,-1.8172 1.65,-2.4723 l -0.989,-2.36601 c -0.542,-1.29879 -0.269,-2.43399 0.61,-2.5347 l 5.255,-0.6051 c 0.88,-0.102 2.032,0.8691 2.575,2.1672" /><path + id="path3032" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 417.59171,81.496459 0.183,-0.4371 c 0.387,-0.92501 0.909,-1.709 1.552,-2.3301 l 0.21,-0.2028 -1.101,-2.6351 c -0.28,-0.6699 -0.323,-1.336 -0.112,-1.6969 0.087,-0.14801 0.21,-0.2289 0.376,-0.248 l 5.255,-0.6051 c 0.604,-0.0551 1.625,0.69609 2.131,1.907 v 0.002 l 1.058,2.53159 0.169,0.066 c 0.573,0.2262 1.138,0.49031 1.682,0.78641 0.545,0.29569 1.116,0.64999 1.698,1.0527 l 0.359,0.2481 1.134,-1.7051 c 0.093,-0.1399 0.221,-0.21291 0.393,-0.22311 0.421,-0.0226 0.991,0.31841 1.459,0.87231 l 5.435,6.41679 c 0.848,1.00121 1.065,2.26091 0.729,2.76521 l -1.033,1.5528 0.115,0.223 c 0.729,1.416 1.335,2.86089 1.799,4.29729 l 0.053,0.1629 2.028,1.1019 c 0.89499,0.48791 1.67499,1.761 1.701,2.7801 l 0.18,7.022911 c 0.011,0.40299 -0.10101,0.70599 -0.30501,0.831 -0.203,0.12399 -0.524,0.086 -0.879,-0.10701 l -2.294,-1.24699 -0.18199,0.43699 c -0.387,0.92301 -0.909,1.707 -1.55301,2.32901 l -0.21,0.20299 1.101,2.63601 c 0.28,0.669 0.324,1.335 0.112,1.69599 -0.087,0.14801 -0.21,0.22901 -0.376,0.249 l -5.255,0.60501 c -0.61099,0.065 -1.62499,-0.697 -2.131,-1.908 l -1.058,-2.532 -0.168,-0.066 c -0.57199,-0.225 -1.138,-0.49 -1.683,-0.786 -0.54799,-0.298 -1.119,-0.652 -1.698,-1.053 l -0.358,-0.24801 -1.13499,1.70501 c -0.093,0.13999 -0.22101,0.21199 -0.39201,0.222 -0.419,0.014 -0.991,-0.318 -1.46,-0.87101 l -5.435,-6.41709 c -0.848,-1.002001 -1.065,-2.261011 -0.729,-2.766001 l 1.032,-1.552 -0.115,-0.22301 c -0.728,-1.41679 -1.333,-2.8629 -1.798,-4.2969 l -0.053,-0.1629 -2.027,-1.1031 c -0.896,-0.48709 -1.676,-1.7598 -1.702,-2.7789 l -0.18,-7.02309 c -0.01,-0.4039 0.101,-0.70581 0.305,-0.8308 0.203,-0.125 0.524,-0.0852 0.879,0.10699 z m 6.438,-9.0153 c -0.059,0 -0.116,0.005 -0.172,0.0102 l -5.256,0.6051 c -0.433,0.05 -0.793,0.2859 -1.016,0.666 -0.353,0.6019 -0.331,1.5211 0.061,2.45779 l 0.878,2.10311 c -0.53201,0.561 -0.984,1.2219 -1.346,1.975 l -1.47201,-0.80121 c -0.63999,-0.3468 -1.25599,-0.37689 -1.734,-0.0847 -0.47899,0.29289 -0.732,0.85509 -0.714,1.5828 l 0.18,7.0223 c 0.034,1.332 0.978,2.87299 2.148,3.5097 l 1.72901,0.9403 c 0.44599,1.3488 1.011,2.70459 1.683,4.03779 l -0.75401,1.134 c -0.59799,0.89811 -0.252,2.564101 0.78801,3.791811 l 5.435,6.41719 c 0.657,0.77501 1.468,1.21601 2.16199,1.173 0.43901,-0.025 0.81401,-0.23899 1.05501,-0.60199 l 0.655,-0.983 c 0.481,0.31899 0.955,0.606 1.415,0.85599 0.522,0.285 1.063,0.54 1.61,0.76301 l 0.919,2.2 c 0.62,1.485 1.96,2.54499 3.018,2.42799 l 5.254,-0.606 c 0.433,-0.049 0.795,-0.28599 1.017,-0.66499 0.353,-0.603 0.331,-1.52201 -0.061,-2.459 l -0.878,-2.103 c 0.533,-0.561 0.985,-1.22301 1.346,-1.974 l 1.473,0.801 c 0.639,0.348 1.255,0.378 1.734,0.085 0.478,-0.29299 0.732,-0.85599 0.713,-1.58299 l -0.18,-7.023201 c -0.034,-1.3308 -0.977,-2.8726 -2.148,-3.50901 l -1.729,-0.93979 c -0.446,-1.35 -1.012,-2.7059 -1.683,-4.0379 l 0.754,-1.134 c 0.598,-0.8992 0.252,-2.56521 -0.788,-3.7929 l -5.435,-6.41721 c -0.657,-0.77499 -1.468,-1.21599 -2.162,-1.17309 -0.439,0.0262 -0.813,0.2391 -1.055,0.60309 l -0.654,0.98291 c -0.484,-0.3207 -0.959,-0.60791 -1.416,-0.8571 -0.521,-0.2828 -1.061,-0.53861 -1.609,-0.7617 l -0.919,-2.20121 c -0.588,-1.4058 -1.808,-2.43709 -2.846,-2.43709" /><path + id="path3034" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 429.41971,86.866349 c -3.019,-1.641 -5.395,-0.18709 -5.307,3.24921 0.088,3.43479 2.607,7.55079 5.626,9.19179 3.019,1.642201 5.395,0.18711 5.307,-3.24799 -0.088,-3.43601 -2.607,-7.55081 -5.626,-9.19301" /><path + id="path3036" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 432.07571,99.557359 c -0.643,0 -1.369,-0.2102 -2.133,-0.62621 -2.895,-1.5738 -5.318,-5.53399 -5.403,-8.8269 -0.038,-1.50199 0.418,-2.62189 1.284,-3.15199 0.867,-0.53081 2.072,-0.4277 3.392,0.29029 2.895,1.5738 5.318,5.53391 5.403,8.82771 0.039,1.50189 -0.418,2.6223 -1.285,3.15189 -0.365,0.22311 -0.789,0.33521 -1.258,0.33521 z m -4.997,-13.7961 c -0.623,0 -1.198,0.1531 -1.701,0.4609 -1.139,0.69609 -1.74,2.0832 -1.693,3.9032 0.092,3.56719 2.716,7.85389 5.849,9.55819 1.6,0.869911 3.108,0.964801 4.247,0.26871 1.139,-0.6969 1.74,-2.08281 1.693,-3.9039 -0.091,-3.56601 -2.715,-7.85391 -5.85,-9.5578 -0.893,-0.48521 -1.757,-0.7293 -2.545,-0.7293" /><path + id="path3038" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 433.32671,90.793259 c 1.018,1.6641 1.67,3.552 1.714,5.2692 0.088,3.4359 -2.288,4.889791 -5.307,3.24879 -1.392,-0.75699 -2.673,-2.0418 -3.663,-3.54099 l -0.239,-0.38991 7.495,-4.58709" /><path + id="path3040" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 426.41971,95.522159 6.76,-4.1367 c 0.889,1.566 1.395,3.2168 1.433,4.68789 0.039,1.50201 -0.417,2.62191 -1.284,3.15201 -0.867,0.53079 -2.072,0.4269 -3.391,-0.291 -1.273,-0.69111 -2.519,-1.89891 -3.511,-3.4 z m 7.048,-5.31681 -8.224,5.034 0.461,0.7551 c 1.075,1.62771 2.431,2.93481 3.824,3.6918 1.6,0.869101 3.109,0.966001 4.247,0.2691 1.138,-0.69679 1.739,-2.0832 1.692,-3.9039 -0.044,-1.73509 -0.675,-3.68199 -1.776,-5.48199 l -0.224,-0.36411" /><path + id="path3042" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 429.76771,99.300359 c -0.015,0.009 -0.012,0.007 -0.027,0.016 -3.033,-1.66489 -5.556,-5.8231 -5.602,-9.2668 0.015,-0.008 0.012,-0.007 0.027,-0.016 3.033,1.666 5.555,5.82379 5.602,9.2668" /><path + id="path3044" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 429.28871,98.534359 c -2.401,-1.652 -4.334,-4.84811 -4.671,-7.718 2.4,1.6512 4.334,4.84689 4.671,7.718 z m -5.14,-8.9969 -0.415,0.264 -0.023,0.25389 c 0.048,3.57701 2.661,7.90001 5.82501,9.6372 l 0.216,0.1179 0.42,-0.25509 0.024,-0.26091 c -0.049,-3.5769 -2.662,-7.89919 -5.82501,-9.63589 l -0.222,-0.1211" /><path + id="path3046" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 426.54671,108.20436 -4.952,3.03 0.446,0.72999 4.952,-3.03 -0.446,-0.72999" /><path + id="path3048" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 433.95671,93.299549 -4.378,2.67971 0.448,0.73009 4.377,-2.68009 -0.447,-0.72971" /><path + id="path3050" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.65771,96.339359 -4.039,2.4711 0.446,0.73089 4.039,-2.47189 -0.446,-0.7301" /><path + id="path3052" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 413.53571,89.491349 -4.039,2.47191 0.446,0.72999 4.039,-2.47179 -0.446,-0.73011" /><path + id="path3054" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 424.42471,79.304249 4.767,-3.23869 c 0.035,-0.0242 0.081,-0.0211 0.112,0.007 l 1.39,1.2282 c 0.006,0.006 0.013,0.0101 0.021,0.014 l 5.666,2.7762 c 0.029,0.0137 0.064,0.0117 0.092,-0.007 l 2.643,-1.81719 c 0.054,-0.0371 0.127,-0.008 0.141,0.0551 l 0.44,1.97381 c 0.002,0.009 0.006,0.018 0.01,0.0262 l 5.306,9.1918 c 7.5e-4,7.5e-4 0.002,0.003 0.003,0.004 l 4.151,8.1589 c 0.02,0.0399 0.008,0.0899 -0.029,0.1161 l -3.699,2.614801 c -0.044,0.0309 -0.052,0.0941 -0.017,0.134 l 1.23101,1.43899 c 0.035,0.041 0.027,0.10401 -0.018,0.135 l -5.028,3.45201 c -0.01,0.007 -0.021,0.008 -0.033,0.011 -0.086,0.078 -0.189,0.137 -0.318,0.158 l -3.642,0.617 c -0.61001,0.103 -1.449,-0.531 -1.87601,-1.416 l -0.777,-1.614 c -0.402,-0.134 -0.814,-0.298 -1.236,-0.499 -0.25099,-0.12 -0.499,-0.253 -0.747,-0.392 l -1.374,0.935 c -0.38899,0.167 -0.978,-0.045 -1.494,-0.592 l -4.027,-4.273901 c -0.674,-0.7152 -0.966,-1.7261 -0.651,-2.2589 l 0.573,-0.9692 c -0.563,-0.9648 -1.047,-1.964 -1.434,-2.9738 l -1.347,-0.6422 c -0.741,-0.3539 -1.394,-1.3039 -1.459,-2.1219 l -0.385,-4.891 c -0.037,-0.4633 0.127,-0.7769 0.406,-0.9051 0.007,-0.0121 0.012,-0.025 0.024,-0.0332 l 2.784,-1.91289 -0.36,-0.7468 c -0.39,-0.8102 -0.294,-1.54301 0.191,-1.74221" /><path + id="path3056" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 422.12071,84.011249 3.017,-2.073 -0.518,-1.077 c -0.225,-0.4668 -0.23,-0.83089 -0.159,-1.01479 0.039,-0.10121 0.091,-0.13211 0.127,-0.1469 l 0.078,-0.041 4.551,-3.0922 1.333,1.1422 5.642,2.766 c 0.169,0.0808 0.367,0.0668 0.52,-0.0363 l 2.236,-1.5379 0.383,1.6242 5.312,9.20271 4.011,7.884 -3.462,2.448091 c -0.117,0.0812 -0.197,0.2121 -0.215,0.357 -0.019,0.1461 0.025,0.2941 0.121,0.4051 l 0.986,1.1519 -4.796,3.28701 c -0.045,0.04 -0.078,0.05 -0.104,0.055 l -3.641,0.616 c -0.365,0.057 -1.057,-0.427 -1.419,-1.18 l -0.855,-1.776 -0.172,-0.057 c -0.401,-0.135 -0.801,-0.296 -1.187,-0.48 -0.243,-0.116 -0.483,-0.244 -0.721,-0.379 l -0.232,-0.13 -1.551,1.055 c -0.201,0.058 -0.6,-0.095 -0.985,-0.503 l -4.027,-4.272801 c -0.572,-0.6071 -0.786,-1.4242 -0.594,-1.7481 l 0.702,-1.1859 -0.127,-0.2172 c -0.556,-0.952 -1.028,-1.9309 -1.405,-2.9121 l -0.061,-0.159 -1.501,-0.7148 c -0.607,-0.2903 -1.164,-1.1 -1.216,-1.77 l -0.386,-4.8902 c -0.009,-0.1187 -0.013,-0.4051 0.16,-0.484 l 0.117,-0.0539 z m 7.122,-8.3898 c -0.103,0 -0.206,0.0308 -0.295,0.0929 l -4.731,3.2129 c -0.255,0.1192 -0.446,0.3301 -0.555,0.6121 -0.177,0.46209 -0.109,1.07889 0.187,1.69299 l 0.201,0.41601 -2.571,1.77189 c -0.375,0.2391 -0.569,0.69801 -0.526,1.257 l 0.385,4.89101 c 0.077,0.96919 0.824,2.0563 1.701,2.475 l 1.195,0.5692 c 0.352,0.8937 0.781,1.7871 1.276,2.65779 l -0.446,0.75431 c -0.418,0.7078 -0.114,1.8988 0.707,2.77069 l 4.028,4.273111 c 0.637,0.67599 1.395,0.942 1.974,0.692 l 0.072,-0.04 1.157,-0.786 c 0.178,0.097 0.358,0.19001 0.539,0.276 0.363,0.17301 0.736,0.327 1.113,0.46001 l 0.698,1.452 c 0.522,1.07899 1.529,1.792 2.333,1.65199 l 3.642,-0.61599 c 0.169,-0.028 0.324,-0.097 0.463,-0.204 l 0.07,-0.042 5.017,-3.445 c 0.121,-0.083 0.201,-0.21401 0.221,-0.359 0.019,-0.145 -0.024,-0.29301 -0.119,-0.40491 l -0.992,-1.15899 3.398,-2.403101 c 0.213,-0.15311 0.28,-0.4289 0.163,-0.659 l -4.151,-8.15901 -5.295,-9.1719 -0.427,-1.923 c -0.038,-0.168 -0.156,-0.30699 -0.317,-0.3699 -0.161,-0.0641 -0.341,-0.043 -0.484,0.0547 l -2.482,1.7062 -5.449,-2.66991 -1.355,-1.19809 c -0.099,-0.0859 -0.222,-0.13001 -0.345,-0.13001" /><path + id="path3058" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 436.69971,106.07636 c -0.374,-0.255 -0.729,-0.657 -0.962,-1.139 l -0.777,-1.614 c -0.003,-7.5e-4 -0.007,-0.003 -0.011,-0.004 l 7.485,-5.146011 1.849,2.689911 -7.584,5.2131" /><path + id="path3060" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 435.50171,103.46036 6.823,-4.690911 1.364,1.984011 -6.973,4.7929 c -0.238,-0.21501 -0.447,-0.49401 -0.592,-0.795 z m 7.043,-5.881911 -8.545,5.875911 0.654,0.21799 0.698,1.45001 c 0.257,0.532 0.65,0.996 1.108,1.30699 l 0.241,0.165 8.178,-5.62219 -2.334,-3.393711" /><path + id="path3062" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 425.43171,96.242549 0.573,-0.96919 c -0.563,-0.9648 -1.047,-1.964 -1.434,-2.9738 l -1.347,-0.64221 c -0.741,-0.35389 -1.394,-1.30389 -1.459,-2.1219 l -0.385,-4.89099 c -0.037,-0.4633 0.127,-0.77691 0.406,-0.9051 0.007,-0.0121 0.012,-0.025 0.024,-0.0332 l 2.784,-1.9129 -0.36,-0.74679 c -0.39,-0.81021 -0.294,-1.54301 0.191,-1.74221 l 4.767,-3.23869 c 0.035,-0.0242 0.081,-0.0211 0.112,0.007 l 1.39,1.2282 c 0.006,0.006 0.013,0.0101 0.021,0.014 l 0.471,0.2309 c 0.248,1.63011 0.513,3.43011 0.489,3.49101 -0.045,0.11209 -0.701,6.16519 -0.701,6.16519 l 2.331,6.35981 -2.137,1.46989 -5.085,3.4703 c -0.674,-0.7152 -0.966,-1.7261 -0.651,-2.2589" /><path + id="path3064" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 422.12071,84.011249 3.017,-2.073 -0.518,-1.077 c -0.225,-0.4668 -0.23,-0.83089 -0.159,-1.01479 0.039,-0.10121 0.091,-0.13211 0.127,-0.1469 l 0.078,-0.041 4.551,-3.0922 1.333,1.1422 0.247,0.1218 c 0.384,2.53601 0.445,3.0711 0.451,3.18011 -0.052,0.31879 -0.194,1.4778 -0.7,6.1449 l -0.01,0.1 2.25,6.14181 -6.624,4.53009 c -0.396,-0.557 -0.527,-1.1898 -0.364,-1.46679 l 0.702,-1.1859 -0.127,-0.2172 c -0.556,-0.95201 -1.028,-1.93091 -1.405,-2.9121 l -0.061,-0.159 -1.50101,-0.71481 c -0.607,-0.2903 -1.164,-1.1 -1.216,-1.77 l -0.386,-4.8902 c -0.009,-0.11869 -0.013,-0.4051 0.16001,-0.484 l 0.117,-0.0539 z m 7.122,-8.3898 c -0.103,0 -0.206,0.0308 -0.295,0.0929 l -4.731,3.2129 c -0.255,0.1192 -0.446,0.3301 -0.555,0.6121 -0.177,0.46209 -0.109,1.07889 0.187,1.69299 l 0.201,0.41601 -2.571,1.77189 c -0.375,0.2391 -0.569,0.69801 -0.526,1.257 l 0.385,4.89101 c 0.077,0.96919 0.824,2.0563 1.701,2.475 l 1.195,0.5692 c 0.352,0.8937 0.781,1.7871 1.276,2.65779 l -0.446,0.75431 c -0.418,0.7078 -0.114,1.8988 0.707,2.77069 l 0.251,0.2652 7.798,-5.334 -2.411,-6.5781 c 0.247,-2.27689 0.62,-5.63979 0.679,-5.99799 0.04,-0.14691 0.002,-0.50511 -0.478,-3.66921 l -0.034,-0.22069 -0.633,-0.31091 -1.355,-1.19809 c -0.099,-0.0859 -0.222,-0.13001 -0.345,-0.13001" /><path + id="path3066" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 435.16871,76.585459 0.776,1.6129 c 0.403,0.1352 0.815,0.2988 1.237,0.5 0.422,0.20119 0.839,0.43279 1.251,0.6871 l 0.573,-0.9703 c 0.315,-0.5316 1.117,-0.3828 1.791,0.33199 l 4.027,4.27431 c 0.674,0.7148 0.966,1.72569 0.651,2.2578 l -0.573,0.97029 c 0.563,0.96371 1.047,1.96371 1.434,2.97381 l 1.347,0.6422 c 0.741,0.35389 1.394,1.3039 1.459,2.1219 l 0.385,4.891 c 0.065,0.818 -0.484,1.1949 -1.225,0.8418 l -1.347,-0.643 c -0.252,0.7051 -0.61,1.30309 -1.059,1.78519 l 0.777,1.614001 c 0.426,0.88481 0.278,1.6869 -0.332,1.78991 l -3.642,0.61699 c -0.61,0.10301 -1.449,-0.531 -1.876,-1.41699 l -0.777,-1.612901 c -0.402,-0.134 -0.814,-0.2981 -1.236,-0.5 -0.422,-0.20121 -0.839,-0.432 -1.251,-0.6859 l -0.574,0.9687 c -0.314,0.532001 -1.116,0.384001 -1.79,-0.332 l -4.027,-4.27311 c -0.674,-0.71559 -0.966,-1.72689 -0.651,-2.259 l 0.573,-0.9699 c -0.563,-0.96399 -1.047,-1.96399 -1.434,-2.973 l -1.347,-0.64299 c -0.741,-0.35271 -1.394,-1.3027 -1.459,-2.1219 l -0.385,-4.8898 c -0.065,-0.8192 0.484,-1.1961 1.225,-0.84341 l 1.347,0.64341 c 0.252,-0.7051 0.61,-1.30311 1.059,-1.78521 l -0.777,-1.61289 c -0.426,-0.8859 -0.278,-1.68711 0.332,-1.791 l 3.642,-0.616 c 0.609,-0.10391 1.449,0.53089 1.876,1.416" /><path + id="path3068" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 429.27971,81.564359 0.16,-0.4461 c 0.229,-0.6418 0.555,-1.1929 0.969,-1.63791 l 0.199,-0.21279 -0.903,-1.87701 c -0.247,-0.51129 -0.231,-0.8934 -0.143,-1.06329 0.037,-0.0711 0.085,-0.10701 0.16,-0.11991 l 3.642,-0.6168 c 0.371,-0.0582 1.058,0.42891 1.419,1.18091 l 0.855,1.7757 0.172,0.0571 c 0.401,0.13401 0.801,0.2961 1.188,0.4801 0.39,0.1871 0.798,0.4101 1.211,0.66521 l 0.371,0.2277 0.795,-1.3437 c 0.039,-0.066 0.089,-0.0981 0.168,-0.1071 0.187,-0.0261 0.552,0.1008 0.942,0.51489 l 4.028,4.273 c 0.572,0.6071 0.785,1.42391 0.594,1.7481 l -0.701,1.1847 0.126,0.2172 c 0.559,0.9578 1.031,1.9379 1.404,2.91101 l 0.062,0.16009 1.502,0.716 c 0.606,0.2899 1.163,1.10001 1.215,1.77 l 0.386,4.8898 c 0.018,0.2301 -0.029,0.4082 -0.126,0.47501 -0.1,0.068 -0.282,0.0473 -0.488,-0.0519 l -1.776,-0.8469 -0.159,0.4461 c -0.23,0.64179 -0.556,1.1937 -0.969,1.63789 l -0.2,0.21401 0.904,1.875791 c 0.247,0.5121 0.231,0.893 0.143,1.0641 -0.036,0.071 -0.085,0.107 -0.16,0.12 l -3.642,0.61601 c -0.364,0.053 -1.057,-0.42801 -1.419,-1.18101 l -0.855,-1.775001 -0.172,-0.0582 c -0.402,-0.1339 -0.801,-0.2949 -1.187,-0.47959 -0.391,-0.18521 -0.788,-0.4032 -1.212,-0.66531 l -0.371,-0.2277 -0.795,1.3437 c -0.039,0.0672 -0.089,0.0993 -0.169,0.1071 -0.197,0.03 -0.553,-0.1008 -0.942,-0.5141 l -4.028,-4.2738 c -0.572,-0.60709 -0.785,-1.42309 -0.593,-1.7469 l 0.701,-1.1871 -0.126,-0.2172 c -0.556,-0.9508 -1.028,-1.93009 -1.405,-2.9109 l -0.061,-0.159 -1.50101,-0.71599 c -0.606,-0.28911 -1.164,-1.0989 -1.216,-1.77 l -0.386,-4.88981 c -0.019,-0.2301 0.029,-0.40699 0.12701,-0.47419 0.096,-0.0668 0.27999,-0.0469 0.48699,0.0519 z m 4.146,-6.834 c -0.069,0 -0.138,0.005 -0.205,0.0168 l -3.642,0.61719 c -0.341,0.0578 -0.617,0.26021 -0.777,0.57 -0.246,0.4761 -0.198,1.1421 0.131,1.82811 l 0.655,1.3578 c -0.309,0.37419 -0.569,0.7992 -0.779,1.2711 l -0.935,-0.4461 c -0.495,-0.23481 -0.984,-0.22971 -1.341,0.016 -0.358,0.24491 -0.538,0.70001 -0.495,1.2461 l 0.385,4.891 c 0.077,0.9699 0.825,2.0559 1.702,2.4738 l 1.193,0.56921 c 0.353,0.8949 0.782,1.78789 1.277,2.65899 l -0.446,0.7539 c -0.419,0.70701 -0.115,1.89801 0.707,2.7703 l 4.028,4.2738 c 0.521,0.553911 1.128,0.836001 1.659,0.778101 0.347,-0.039 0.635,-0.22419 0.811,-0.522201 l 0.355,-0.5989 c 0.313,0.1809 0.616,0.3411 0.917,0.4852 0.363,0.1727 0.736,0.327001 1.113,0.459001 l 0.698,1.45271 c 0.522,1.0791 1.527,1.78809 2.333,1.6521 l 3.642,-0.61601 c 0.342,-0.058 0.618,-0.261 0.778,-0.57 0.246,-0.477 0.198,-1.143 -0.132,-1.8282 l -0.654,-1.359001 c 0.308,-0.3726 0.569,-0.79879 0.778,-1.2718 l 0.937,0.4468 c 0.494,0.2352 0.983,0.2301 1.34,-0.0148 0.357,-0.2461 0.537,-0.7 0.495,-1.24611 l -0.386,-4.89099 c -0.076,-0.9688 -0.823,-2.0559 -1.7,-2.475 l -1.195,-0.56991 c -0.35,-0.88989 -0.779,-1.78209 -1.276,-2.6571 l 0.446,-0.7551 c 0.418,-0.70699 0.114,-1.89759 -0.708,-2.7699 l -4.027,-4.27299 c -0.522,-0.5539 -1.123,-0.8449 -1.66,-0.77781 -0.346,0.0391 -0.633,0.22391 -0.81,0.52191 l -0.354,0.5988 c -0.311,-0.17961 -0.619,-0.3429 -0.917,-0.48471 -0.364,-0.1731 -0.738,-0.327 -1.114,-0.4602 l -0.699,-1.45269 c -0.477,-0.99021 -1.36,-1.6692 -2.128,-1.6692" /><path + id="path3070" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 437.50171,82.765559 c -3.13,-1.4934 -5.448,0.1 -5.175,3.55659 0.272,3.45821 3.032,7.47231 6.162,8.96531 3.131,1.4929 5.448,-0.10001 5.176,-3.5582 -0.273,-3.4578 -3.032,-7.4719 -6.163,-8.9637" /><path + id="path3072" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 440.69371,95.421449 c -0.609,0 -1.293,-0.1743 -2.021,-0.5211 -3.002,-1.43089 -5.659,-5.295 -5.92,-8.61099 -0.119,-1.51401 0.281,-2.66721 1.128,-3.24921 0.846,-0.58159 2.067,-0.54369 3.437,0.1113 v 0 c 3.003,1.43211 5.659,5.295 5.92,8.61101 0.12,1.51399 -0.281,2.6679 -1.127,3.25 -0.397,0.273 -0.877,0.40899 -1.417,0.40899 z m -5.401,-13.64689 c -0.71,0 -1.353,0.1867 -1.897,0.56089 -1.109,0.76101 -1.64,2.18991 -1.496,4.02071 0.283,3.5883 3.156,7.76719 6.406,9.3172 1.657,0.7899 3.181,0.80589 4.289,0.0442 1.11,-0.7633 1.64,-2.19109 1.497,-4.02229 -0.283,-3.58791 -3.157,-7.76681 -6.406,-9.31601 h 7.5e-4 c -0.845,-0.40279 -1.656,-0.60469 -2.394,-0.60469" /><path + id="path3074" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 441.64971,86.513249 c 1.116,1.623 1.873,3.4902 2.01,5.2191 0.272,3.45821 -2.045,5.05121 -5.176,3.55781 -1.443,-0.6879 -2.803,-1.9137 -3.881,-3.3719 l -0.262,-0.38001 7.309,-5.025" /><path + id="path3076" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 434.93571,91.648349 6.598,-4.5351 c 0.982,1.5312 1.583,3.17031 1.699,4.65311 0.119,1.51399 -0.281,2.668 -1.127,3.24919 -0.846,0.58161 -2.067,0.543 -3.438,-0.1113 -1.319,-0.62889 -2.641,-1.77969 -3.722,-3.24099 z m 6.824,-5.72889 -8.013,5.50779 0.503,0.7332 c 1.171,1.584 2.606,2.8278 4.05,3.51681 1.658,0.791 3.182,0.8063 4.29,0.043 1.11,-0.7617 1.64,-2.18989 1.496,-4.0207 -0.138,-1.74729 -0.877,-3.675 -2.084,-5.4281 l -0.242,-0.352" /><path + id="path3078" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 438.51771,95.278459 c -0.014,0.009 -0.012,0.008 -0.026,0.0168 -3.147,-1.51601 -5.911,-5.5719 -6.142,-9.0399 0.014,-0.009 0.012,-0.008 0.026,-0.0171 3.147,1.516 5.911,5.5722 6.142,9.0402" /><path + id="path3080" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 437.99971,94.540159 c -2.514,-1.53671 -4.64,-4.6637 -5.131,-7.54571 2.514,1.53591 4.64,4.6641 5.131,7.54571 z m -5.655,-8.793 -0.412,0.2692 -0.01,0.2672 c 0.24099,3.6019 3.10399,7.81789 6.38299,9.3976 l 0.22301,0.1071 0.40599,-0.277 0.01,-0.26171 c -0.24,-3.6012 -3.103,-7.81599 -6.383,-9.39729 l -0.217,-0.1051" /><path + id="path3082" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 436.36671,99.574559 -5.005,3.440791 0.485,0.70401 5.005,-3.44091 -0.485,-0.703891" /><path + id="path3084" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 442.42171,89.009359 -4.269,2.93509 0.484,0.70391 4.269,-2.9351 -0.484,-0.7039" /><path + id="path3086" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 430.42571,91.591349 -4.389,3.018 0.484,0.705 4.39,-3.01719 -0.485,-0.70581" /><path + id="path3088" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 426.60071,87.006149 -4.389,3.01841 0.484,0.7039 4.39,-3.018 -0.485,-0.70431" /><path + id="path3090" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 426.37171,80.134349 -2.619,1.71911 0.469,0.71479 2.619,-1.7187 -0.469,-0.7152" /><path + id="path3092" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 445.96771,93.540149 -3.534,2.06841 c -1.052,0.76479 -2.591,0.7758 -4.335,-0.1641 -3.298,-1.7769 -6.061,-6.25311 -6.171,-9.99801 -0.058,-1.9782 0.64,-3.34689 1.792,-3.94609 l 3.338,-1.9758 c 0.034,-0.0211 0.079,-0.0141 0.105,0.0168 l 7.266,8.5 c 0.008,0.009 0.014,0.0191 0.017,0.0308 l 1.56,5.3731 c 0.01,0.0371 -0.005,0.0762 -0.038,0.0949" /><path + id="path3094" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 440.60971,95.672159 c -0.691,0 -1.461,-0.2226 -2.277,-0.66171 -3.155,-1.69999 -5.807,-5.99719 -5.912,-9.5793 -0.05,-1.7148 0.492,-2.95579 1.527,-3.4929 l 3.064,-1.81369 6.984,8.1699 1.446,4.98199 -3.257,1.9047 c -0.454,0.32931 -0.985,0.49101 -1.575,0.49101 z m -3.51,-16.6539 c -0.1,0 -0.202,0.0262 -0.294,0.0813 l -3.337,1.9758 c -1.345,0.698 -2.096,2.30109 -2.035,4.3851 0.114,3.8957 2.999,8.56989 6.431,10.41879 1.839,0.99101 3.61,1.0371 4.86,0.1269 l 3.493,-2.03979 c 0.23,-0.13521 0.336,-0.40701 0.26,-0.661 l -1.588,-5.47301 -0.086,-0.11209 -7.266,-8.50001 c -0.113,-0.132 -0.274,-0.20199 -0.438,-0.20199" /><path + id="path3096" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 445.72171,91.891349 0.44,1.51721 c 0.011,0.0359 -0.004,0.0758 -0.037,0.0949 l -3.534,2.06679 c -0.85601,0.62301 -2.03801,0.73511 -3.38801,0.25311 l 6.519,-3.93201" /><path + id="path3098" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 437.12171,79.566359 4.608,5.38899 -8.556,5.16101 c -0.764,-1.5192 -1.243,-3.13991 -1.287,-4.6461 -0.058,-1.977 0.64,-3.34691 1.793,-3.94571 l 3.337,-1.97619 c 0.035,-0.0199 0.079,-0.0129 0.105,0.018" /><path + id="path3100" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 447.58371,89.689349 c -0.11,-3.7449 -2.873,-8.2218 -6.171,-9.99879 -3.298,-1.7773 -5.883,-0.18201 -5.773,3.56289 0.11,3.7449 2.873,8.22111 6.171,9.99801 3.298,1.7778 5.883,0.1821 5.773,-3.56211" /><path + id="path3102" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 444.34771,93.486259 c -0.694,0 -1.477,-0.2238 -2.303,-0.6687 -3.154,-1.7 -5.806,-5.9961 -5.911,-9.5793 -0.048,-1.62701 0.44,-2.83991 1.373,-3.41681 0.933,-0.57699 2.238,-0.468 3.672,0.3039 3.154,1.70001 5.806,5.9961 5.911,9.5781 0.048,1.6269 -0.44,2.841 -1.374,3.41801 -0.396,0.24409 -0.858,0.3648 -1.368,0.3648 z m -5.476,-15.01871 c -0.69,0 -1.327,0.1707 -1.883,0.5136 -1.246,0.77031 -1.901,2.29221 -1.842,4.28711 0.114,3.895 2.999,8.5692 6.43,10.41799 1.757,0.94611 3.411,1.04301 4.658,0.27501 1.247,-0.7699 1.901,-2.2918 1.842,-4.2867 -0.114,-3.8961 -2.999,-8.57031 -6.43,-10.4184 -0.974,-0.525 -1.916,-0.78861 -2.775,-0.78861" /><path + id="path3104" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 446.13271,88.311259 -1.962,1.1473 c -0.584,0.425 -1.438,0.4308 -2.406,-0.0903 -1.831,-0.9871 -3.364,-3.4711 -3.425,-5.55 -0.032,-1.0968 0.355,-1.85781 0.995,-2.1898 l 1.852,-1.0973 c 0.019,-0.0109 0.044,-0.007 0.058,0.0102 l 4.034,4.7172 c 0.004,0.005 0.007,0.0109 0.009,0.0179 l 0.866,2.9821 c 0.005,0.0199 -0.003,0.0418 -0.021,0.0527" /><path + id="path3106" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 443.15271,89.269459 c -0.351,0 -0.743,-0.1152 -1.154,-0.3359 -1.69,-0.9102 -3.11,-3.21141 -3.166,-5.1301 -0.025,-0.85001 0.241,-1.484 0.729,-1.73711 l 1.553,-0.9192 3.726,4.359 0.742,2.5551 -1.661,0.9711 c -0.22,0.159 -0.481,0.23711 -0.769,0.23711 z m -1.803,-9.3672 -0.417,0.20509 -1.85,1.09611 c -0.813,0.42189 -1.273,1.3848 -1.237,2.6289 0.067,2.26989 1.685,4.89219 3.685,5.9699 1.097,0.591 2.165,0.6129 2.931,0.0551 l 2.25,-1.31989 -0.084,-0.416 -0.896,-3.0879 -0.082,-0.1 -4.3,-5.0313" /><path + id="path3108" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 445.99571,87.395249 0.245,0.84221 c 0.006,0.0211 -0.003,0.0418 -0.021,0.0527 l -1.962,1.14731 c -0.475,0.34609 -1.131,0.409 -1.88,0.141 l 3.618,-2.18321" /><path + id="path3110" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 441.22271,80.554259 2.557,2.9922 -4.749,2.864 c -0.424,-0.8429 -0.689,-1.7429 -0.714,-2.5781 -0.032,-1.098 0.355,-1.85781 0.995,-2.1898 l 1.852,-1.0973 c 0.02,-0.0117 0.044,-0.008 0.059,0.009" /><path + id="path3112" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 447.02971,86.173349 c -0.062,-2.07889 -1.595,-4.56289 -3.426,-5.55 -1.83,-0.98589 -3.265,-0.10119 -3.204,1.97811 0.061,2.0789 1.595,4.5629 3.426,5.54889 1.83,0.98711 3.265,0.1011 3.204,-1.977" /><path + id="path3114" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 445.23271,88.062449 c -0.348,0 -0.748,-0.11719 -1.174,-0.34609 -1.689,-0.9102 -3.109,-3.21101 -3.165,-5.13011 -0.025,-0.82069 0.209,-1.42579 0.658,-1.70269 0.451,-0.2793 1.096,-0.2141 1.818,0.175 1.69,0.91089 3.11,3.2109 3.166,5.1297 0.025,0.8211 -0.209,1.4261 -0.658,1.7031 -0.185,0.114 -0.403,0.17109 -0.645,0.17109 z m -3.039,-8.3379 c -0.424,0 -0.816,0.10581 -1.16,0.31871 -0.762,0.46999 -1.162,1.384 -1.128,2.5731 0.068,2.2699 1.687,4.8922 3.686,5.9691 1.046,0.5641 2.044,0.616 2.804,0.14569 0.762,-0.46989 1.162,-1.38399 1.127,-2.57259 -0.066,-2.2692 -1.685,-4.891 -3.685,-5.9692 -0.573,-0.309 -1.131,-0.46481 -1.644,-0.46481" /><path + id="path3116" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 452.49771,92.829259 -0.849,0.114 0.232,1.725 c 0.254,1.8852 0.094,3.8422 -0.462,5.660201 l -0.416,1.36209 0.819,0.2508 0.416,-1.36209 c 0.591,-1.936001 0.762,-4.018801 0.492,-6.025001 l -0.232,-1.725" /><path + id="path3118" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 448.33371,104.78436 -0.771,0.372 c 0.302,0.626 -0.336,1.952 -0.81,2.64099 l 0.705,0.48501 c 0.154,-0.22401 1.49,-2.224 0.876,-3.498" /><g + id="g3120" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3126-9)" + id="g3122"><path + id="path3128" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3018.24,775.75 -2.46,4.281 294,169.438 2.47,-4.278 -294.01,-169.441" /><path + id="path3130" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3031.69,768.582 -2.46,4.277 294.01,169.45 2.46,-4.278 -294.01,-169.449" /><path + id="path3132" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3043.89,760.941 -2.46,4.278 294,169.453 2.47,-4.281 -294.01,-169.45" /><path + id="path3134" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3057.61,753.91 -2.47,4.281 294.01,169.457 2.47,-4.277 -294.01,-169.461" /><path + id="path3136" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3068.91,746.039 -2.46,4.281 294,169.45 2.47,-4.282 -294.01,-169.449" /><path + id="path3138" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3082.36,738.879 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3140" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3094.56,731.23 -2.47,4.282 294.01,169.457 2.47,-4.278 -294.01,-169.461" /><path + id="path3142" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3108.27,724.219 -2.46,4.281 294.01,169.441 2.46,-4.281 -294.01,-169.441" /><path + id="path3144" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3120.47,716.57 -2.46,4.282 294,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path3146" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3134.14,709.43 -2.46,4.281 294,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3148" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3146.34,701.789 -2.46,4.281 294.01,169.442 2.47,-4.282 -294.02,-169.441" /><path + id="path3150" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3160.05,694.77 -2.46,4.281 294.01,169.449 2.46,-4.281 -294.01,-169.449" /><path + id="path3152" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3171.37,686.891 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3154" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3184.81,679.719 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /><path + id="path3156" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3197.01,672.082 -2.46,4.277 294.01,169.461 2.46,-4.281 -294.01,-169.457" /><path + id="path3158" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3210.72,665.059 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /><path + id="path3160" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3222.92,657.422 -2.47,4.277 294.01,169.461 2.47,-4.281 -294.01,-169.457" /><path + id="path3162" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2965.97,804.801 -2.47,4.281 294.02,169.449 2.46,-4.281 -294.01,-169.449" /><path + id="path3164" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2979.42,797.629 -2.46,4.281 294.01,169.461 2.46,-4.281 -294.01,-169.461" /><path + id="path3166" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2991.62,789.988 -2.47,4.282 294.01,169.46 2.47,-4.281 -294.01,-169.461" /><path + id="path3168" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3005.33,782.98 -2.46,4.282 294,169.437 2.47,-4.277 -294.01,-169.442" /><path + id="path3170" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3017.53,775.332 -2.46,4.277 294.01,169.45 2.46,-4.278 -294.01,-169.449" /></g></g><path + id="path3172" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 222.62371,93.055349 -4.25499,2.45001 c -0.11801,0.068 -0.22301,0.0649 -0.303,0.0122 l -3.37101,-2.1 c -0.062,-0.0391 -0.082,-0.1204 -0.045,-0.1832 l 3.253,-3.4872 c 0.013,-0.0207 0.019,-0.0437 0.019,-0.0687 v -1.125 c 0,-0.3289 0.2,-0.7109 0.447,-0.8531 l 1.118,1.33 c 0.02,-0.0121 0.036,-0.0281 0.048,-0.048 l -0.179,-1.859 c 0.039,-0.0648 0.123,-0.0851 0.186,-0.0461 l 3.381,2.10821 c 0,0 0.147,0.1789 0.147,0.35389 v 2.66291 c 0,0.3289 -0.2,0.711 -0.446,0.85309" /><path + id="path3174" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 219.39071,89.580359 0.31001,-0.18 c 0.085,-0.05 0.15499,-0.12 0.204,-0.2032 l 0.069,-0.1187 -0.12501,-1.3051 2.772,1.7281 c 0.011,0.02 0.02,0.0399 0.023,0.0508 l -0.002,2.65001 c 0,0.20199 -0.138,0.4281 -0.23199,0.4821 l -4.2,2.41789 -2.98301,-1.85779 3.044,-3.27891 c 0.051,-0.0863 0.079,-0.18519 0.079,-0.28629 v -1.12581 c 0,-0.0582 0.011,-0.11799 0.029,-0.17619 z m 0.081,-2.9511 c -0.045,0 -0.09,0.005 -0.135,0.0172 -0.147,0.0359 -0.271,0.1281 -0.348,0.25781 l -0.072,0.1203 0.072,0.7488 -0.523,-0.62301 -0.311,0.1789 c -0.376,0.21717 -0.661,0.74288 -0.661,1.22417 v 1.0059 l -3.212,3.457 c -0.154,0.2621 -0.07,0.6051 0.188,0.764 l 3.37,2.1 c 0.207,0.13911 0.49001,0.1411 0.743,-0.005 l 4.254,-2.44999 c 0.37701,-0.2168 0.661,-0.7418 0.661,-1.2231 v -2.66291 c 0,-0.31209 -0.20299,-0.57609 -0.244,-0.62499 l -0.105,-0.0922 -3.381,-2.1078 c -0.091,-0.0558 -0.19299,-0.0851 -0.296,-0.0851" /><path + id="path3176" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.99472,89.414359 c 0,0 -0.009,-0.0832 -0.024,-0.22181 l 2.361,-1.98909 c 0.065,-0.109 0.20599,-0.14301 0.31299,-0.0762 l 3.30201,2.0582 c 0,0 0.147,0.1789 0.147,0.35389 v 2.4981 c 0,0.0719 -0.079,0.11601 -0.14001,0.0781 l -3.33699,-2.0801 c -0.013,-0.008 -0.023,-0.0191 -0.031,-0.0332 l -2.59103,-0.58787" /><path + id="path3178" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 217.70071,89.136259 1.854,-1.5609 3.09,1.9261 c 0.011,0.02 0.02,0.0399 0.022,0.0508 v 1.8789 l -2.74899,-1.71169 -0.049,-0.091 z m 1.827,-2.4711 c -0.051,0 -0.104,0.005 -0.15399,0.0184 -0.144,0.034 -0.26801,0.11361 -0.35901,0.2277 l -2.493,2.1 0.081,0.7531 2.794,0.63791 3.33101,2.07619 c 0.15999,0.0988 0.36099,0.10391 0.52699,0.0121 0.165,-0.091 0.267,-0.26411 0.267,-0.45311 v -2.4981 c 0,-0.3121 -0.204,-0.5761 -0.24499,-0.625 l -0.10401,-0.0922 -3.302,-2.05781 c -0.10399,-0.066 -0.222,-0.0992 -0.343,-0.0992" /><path + id="path3180" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 219.12772,87.022159 -4.25501,2.44999 c -0.247,0.1422 -0.447,0.52431 -0.447,0.8532 v 2.66291 c 0,0.32929 0.2,0.48 0.447,0.33709 l 4.25501,-2.4489 c 0.246,-0.14289 0.44599,-0.525 0.44599,-0.85309 v -2.664 c 0,-0.3282 -0.19999,-0.479 -0.44599,-0.3372" /><path + id="path3182" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 214.85872,92.839349 -0.005,-2.514 c 0,-0.20199 0.138,-0.42819 0.23199,-0.4821 l 4.05501,-2.33469 0.005,2.5148 c 0,0.20119 -0.138,0.4281 -0.23201,0.48199 z m 4.48299,-5.448 -0.21399,-0.36919 0.21799,0.3672 c -7.5e-4,0.001 -0.003,0.002 -0.004,0.002 z m -0.036,-0.85119 c -0.12999,0 -0.26499,0.0371 -0.392,0.1121 l -4.255,2.4492 c -0.377,0.21679 -0.66099,0.74299 -0.66099,1.22389 v 2.66291 c 0,0.33 0.13399,0.5961 0.36799,0.732 0.21701,0.1242 0.479,0.11599 0.72,-0.025 l 4.25501,-2.44879 c 0.37699,-0.2172 0.66099,-0.743 0.66099,-1.2231 v -2.664 c 0,-0.329 -0.134,-0.5961 -0.369,-0.73091 -0.101,-0.059 -0.212,-0.0883 -0.327,-0.0883" /><path + id="path3184" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 217.09171,91.966349 -0.453,0.72621 3.372,2.1 0.45201,-0.72621 -3.37101,-2.1" /><path + id="path3186" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 220.04071,88.165159 -0.33999,0.5641 2.96899,1.7883 0.339,-0.5641 -2.968,-1.7883" /><g + id="g3188" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3194-7)" + id="g3190"><path + id="path3196" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3297.82,728.602 -2.46,4.277 294,169.453 2.47,-4.281 -294.01,-169.449" /><path + id="path3198" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3311.27,721.43 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3200" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3323.47,713.789 -2.47,4.281 294.01,169.45 2.47,-4.282 -294.01,-169.449" /><path + id="path3202" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3337.18,706.77 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3204" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3348.49,698.891 -2.47,4.281 294.01,169.457 2.47,-4.277 -294.01,-169.461" /><path + id="path3206" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3361.94,691.73 -2.47,4.282 294.01,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path3208" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3374.14,684.09 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3210" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3387.85,677.07 -2.47,4.282 294.01,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path3212" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3400.05,669.43 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3214" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3413.72,662.281 -2.47,4.278 294.01,169.461 2.47,-4.282 -294.01,-169.457" /><path + id="path3216" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3425.92,654.641 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3218" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3439.63,647.621 -2.47,4.277 294.01,169.461 2.47,-4.281 -294.01,-169.457" /><path + id="path3220" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3450.94,639.75 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3222" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3464.39,632.582 -2.47,4.277 294.01,169.45 2.47,-4.278 -294.01,-169.449" /><path + id="path3224" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3476.59,624.941 -2.47,4.278 294.01,169.453 2.47,-4.281 -294.01,-169.45" /><path + id="path3226" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3490.3,617.922 -2.47,4.277 294.01,169.449 2.47,-4.277 -294.01,-169.449" /><path + id="path3228" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3502.5,610.281 -2.47,4.278 294.01,169.453 2.47,-4.282 -294.01,-169.449" /><path + id="path3230" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3245.55,757.648 -2.47,4.282 294.01,169.461 2.47,-4.282 -294.01,-169.461" /><path + id="path3232" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3259,750.488 -2.47,4.282 294.01,169.449 2.47,-4.278 L 3259,750.488" /><path + id="path3234" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3271.2,742.852 -2.47,4.277 294.01,169.453 2.47,-4.281 -294.01,-169.449" /><path + id="path3236" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3284.91,735.832 -2.47,4.277 294.01,169.45 2.47,-4.278 -294.01,-169.449" /><path + id="path3238" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3297.11,728.191 -2.47,4.278 294.01,169.453 2.47,-4.281 -294.01,-169.45" /></g></g><path + id="path3240" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 251.59671,76.419449 -20.402,11.81681 c -0.118,0.068 -0.223,0.0652 -0.303,0.0121 l -3.371,-2.1 c -0.062,-0.039 -0.082,-0.1199 -0.044,-0.182 l 3.252,-3.48709 c 0.013,-0.0207 0.019,-0.0449 0.019,-0.0688 v -1.12609 c 0,-0.3282 0.2,-0.7098 0.447,-0.8532 l 1.118,1.33009 c 0.02,-0.0109 0.036,-0.0277 0.048,-0.0469 l 15.968,-11.2269 c 0.039,-0.0653 0.123,-0.0852 0.186,-0.0449 l 3.381,2.10701 c 0,0 0.147,0.1797 0.147,0.35389 v 2.66291 c 0,0.32889 -0.2,0.71089 -0.446,0.85309" /><path + id="path3242" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 232.65471,82.030349 15.81,-11.11479 3.129,1.9488 c 0.011,0.02 0.02,0.041 0.023,0.0532 l -0.002,2.64881 c 0,0.2019 -0.138,0.4281 -0.23201,0.48199 l -7.5e-4,0.002 -20.346,11.7848 -2.984,-1.859 3.04301,-3.2739 c 0.053,-0.0882 0.081,-0.189 0.081,-0.291 v -1.12609 c 0,-0.0579 0.011,-0.11801 0.03,-0.17501 l 1.01499,1.20701 0.312,-0.18791 c 0.045,-0.027 0.086,-0.0602 0.12201,-0.0981 z m 15.789,-12.03589 c -0.044,0 -0.088,0.005 -0.131,0.0149 -0.107,0.0261 -0.203,0.0832 -0.278,0.16211 l -15.654,11.0058 -1.089,-1.29491 -0.31,0.17811 c -0.377,0.218 -0.662,0.743 -0.662,1.2239 v 1.00579 l -3.212,3.45701 c -0.157,0.2653 -0.075,0.6012 0.186,0.7633 l 3.372,2.1008 c 0.208,0.1402 0.49,0.141 0.744,-0.005 l 20.401,-11.81681 c 0.376,-0.2172 0.66,-0.74289 0.66,-1.22299 v -2.66291 c 0,-0.31089 -0.203,-0.57499 -0.244,-0.62499 l -0.105,-0.0922 -3.381,-2.1078 c -0.088,-0.0551 -0.193,-0.084 -0.297,-0.084" /><path + id="path3244" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 233.57971,79.968259 c 0,0 12.379,-7.27181 12.364,-7.4121 l 2.361,-1.9886 c 0.065,-0.109 0.206,-0.14301 0.313,-0.0762 l 3.302,2.0582 c 0,0 0.147,0.1797 0.147,0.35389 v 2.49801 c 0,0.0719 -0.079,0.1161 -0.14,0.0778 l -3.337,-2.07969 c -0.013,-0.008 4.102,-2.4453 -12.419,7.15779 l -2.591,-0.58909" /><path + id="path3246" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 246.21971,72.883559 2.308,-1.9453 3.09,1.9261 c 0.011,0.02 0.02,0.041 0.022,0.0532 v 1.8789 l -2.275,-1.41799 c 0.115,-0.12701 0.16,-0.2781 0.038,-0.48011 -0.119,-0.19999 -0.175,-0.2941 -0.607,-0.10189 l -0.016,-0.0211 c -0.028,0.0199 -0.106,0.0679 -0.185,0.116 -0.399,0.20001 -1.034,0.56721 -2.077,1.1691 -1.823,1.0528 -4.997,2.8918 -10.416,6.0418 l -1.375,-0.3121 c 8.676,-5.0976 10.908,-6.4367 11.467,-6.93789 z m 2.28,-2.8543 c -0.051,0 -0.103,0.006 -0.155,0.0191 -0.143,0.034 -0.267,0.11291 -0.356,0.2262 l -2.392,2.0148 c -0.777,0.5469 -7.66,4.62311 -12.234,7.31021 l -0.93,0.5469 3.808,0.86479 0.145,-0.0848 c 6.574,-3.8211 10.649,-6.182 12.164,-7.04801 l 3.151,1.9641 c 0.16,0.10001 0.362,0.10461 0.527,0.0128 0.164,-0.091 0.267,-0.266 0.267,-0.4539 v -2.498 c 0,-0.3109 -0.203,-0.575 -0.244,-0.625 l -0.105,-0.0922 -3.301,-2.0578 c -0.106,-0.066 -0.224,-0.0992 -0.345,-0.0992" /><path + id="path3248" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 248.10071,70.386259 -20.402,11.81719 c -0.247,0.14181 -0.447,0.5238 -0.447,0.85271 v 2.66329 c 0,0.32891 0.2,0.48011 0.447,0.33791 l 20.402,-11.8172 c 0.246,-0.14301 0.446,-0.5238 0.446,-0.8527 v -2.66291 c 0,-0.32929 -0.2,-0.48009 -0.446,-0.33829" /><path + id="path3250" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 227.68471,85.570259 -0.005,-2.5141 c 0,-0.2019 0.138,-0.4277 0.23201,-0.48161 l 20.202,-11.7012 0.005,2.51411 c 0,0.2019 -0.138,0.4281 -0.232,0.48199 z m 20.63,-14.8137 -0.214,-0.3703 0.219,0.36799 c -0.002,7.5e-4 -0.004,7.5e-4 -0.005,0.002 z m -0.036,-0.8523 c -0.13,0 -0.264,0.0383 -0.392,0.1121 h -7.5e-4 l -20.40225,11.81719 c -0.375,0.21681 -0.66,0.74181 -0.66,1.22261 v 2.66329 c 0,0.33011 0.135,0.59691 0.368,0.732 0.218,0.1239 0.479,0.1161 0.721,-0.0242 l 20.402,-11.81678 c 0.376,-0.2172 0.66,-0.7422 0.66,-1.22299 v -2.66293 c 0,-0.33009 -0.134,-0.5973 -0.368,-0.732 -0.102,-0.0582 -0.213,-0.0883 -0.328,-0.0883" /><path + id="path3252" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 229.91771,84.697159 -0.452,0.72739 3.37,2.1 0.453,-0.72619 -3.371,-2.1012" /><path + id="path3254" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 249.01371,71.530349 -0.34,0.56411 2.969,1.78789 0.339,-0.56409 -2.968,-1.78791" /><g + id="g3256" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3262-8)" + id="g3258"><path + id="path3264" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3621.1,919.43 -2.47,4.281 294.01,169.449 2.47,-4.28 -294.01,-169.45" /><path + id="path3266" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3634.55,912.262 -2.47,4.277 294.01,169.461 2.47,-4.28 -294.01,-169.458" /><path + id="path3268" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3646.75,904.621 -2.47,4.277 294.01,169.452 2.47,-4.28 -294.01,-169.449" /><path + id="path3270" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3660.47,897.602 -2.47,4.277 294,169.451 2.47,-4.28 -294,-169.448" /><path + id="path3272" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3671.77,889.73 -2.47,4.282 294.01,169.448 2.47,-4.28 -294.01,-169.45" /><path + id="path3274" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3685.22,882.559 -2.47,4.281 294.01,169.45 2.47,-4.28 -294.01,-169.451" /><path + id="path3276" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3697.42,874.922 -2.47,4.277 294.01,169.451 2.47,-4.28 -294.01,-169.448" /><path + id="path3278" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3711.13,867.898 -2.46,4.282 294,169.45 2.47,-4.28 -294.01,-169.452" /><path + id="path3280" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3723.33,860.262 -2.47,4.277 294.01,169.451 2.47,-4.28 -294.01,-169.448" /><path + id="path3282" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3737,853.109 -2.47,4.282 294.01,169.449 2.47,-4.28 L 3737,853.109" /><path + id="path3284" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3749.2,845.469 -2.47,4.281 294.01,169.45 2.47,-4.28 -294.01,-169.451" /><path + id="path3286" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3762.91,838.449 -2.46,4.281 294.01,169.45 2.46,-4.28 -294.01,-169.451" /><path + id="path3288" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3774.22,830.582 -2.46,4.277 294,169.451 2.47,-4.28 -294.01,-169.448" /><path + id="path3290" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3787.67,823.41 -2.47,4.281 294.01,169.45 2.47,-4.282 -294.01,-169.449" /><path + id="path3292" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3799.87,815.77 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3294" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3813.58,808.75 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3296" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3825.78,801.109 -2.47,4.282 294.01,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path3298" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3568.83,948.488 -2.47,4.282 294.02,169.45 2.46,-4.28 -294.01,-169.452" /><path + id="path3300" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3582.28,941.32 -2.47,4.282 294.01,169.448 2.47,-4.28 -294.01,-169.45" /><path + id="path3302" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3594.48,933.68 -2.47,4.281 294.01,169.449 2.47,-4.28 -294.01,-169.45" /><path + id="path3304" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3608.19,926.66 -2.47,4.281 294.01,169.449 2.47,-4.28 -294.01,-169.45" /><path + id="path3306" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3620.39,919.02 -2.46,4.281 294,169.449 2.47,-4.28 -294.01,-169.45" /></g></g><path + id="path3308" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 282.90871,107.42436 -4.255,2.44899 c -0.117,0.068 -0.222,0.065 -0.302,0.012 l -3.371,-2.1 c -0.062,-0.038 -0.082,-0.12 -0.045,-0.18199 l 3.253,-3.48701 c 0.012,-0.021 0.019,-0.045 0.019,-0.069 v -1.125 c 0,-0.32899 0.2,-0.711 0.446,-0.85399 l 1.119,1.33 c 0.02,-0.011 0.036,-0.028 0.048,-0.047 l -0.179,-1.86 c 0.038,-0.0641 0.122,-0.0852 0.186,-0.0449 l 3.381,2.1069 c 0,0 0.147,0.18 0.147,0.354 v 2.66299 c 0,0.329 -0.2,0.711 -0.447,0.854" /><path + id="path3310" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 279.67571,103.94936 0.311,-0.18 c 0.083,-0.049 0.152,-0.117 0.201,-0.198 l 0.073,-0.12101 -0.127,-1.30899 2.772,1.728 c 0.011,0.02 0.02,0.04 0.023,0.051 l -7.5e-4,2.64999 c 0,0.20301 -0.13899,0.429 -0.233,0.483 l -4.19899,2.418 -2.98401,-1.85799 3.045,-3.279 c 0.051,-0.087 0.079,-0.186 0.079,-0.28701 v -1.125 c 0,-0.058 0.011,-0.11899 0.029,-0.17599 z m 0.083,-2.9522 c -0.045,0 -0.089,0.006 -0.133,0.0172 -0.146,0.034 -0.274,0.12821 -0.351,0.2571 l -0.073,0.1211 0.073,0.7488 -0.524,-0.6231 -0.31,0.1801 c -0.377,0.21701 -0.661,0.744 -0.661,1.224 v 1.005 l -3.211,3.456 c -0.156,0.261 -0.073,0.60401 0.185,0.765 l 3.372,2.10101 c 0.21,0.13899 0.491,0.13999 0.741,-0.005 l 4.257,-2.45001 c 0.376,-0.21799 0.66,-0.744 0.66,-1.224 v -2.66299 c 0,-0.311 -0.203,-0.575 -0.244,-0.624 l -0.105,-0.093 -3.381,-2.1068 c -0.09,-0.0563 -0.191,-0.0864 -0.295,-0.0864" /><path + id="path3312" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 277.28071,103.78335 c 0,0 -0.009,-0.083 -0.024,-0.22299 l 2.361,-1.98891 c 0.065,-0.10819 0.206,-0.1422 0.313,-0.0762 l 3.302,2.05811 c 0,0 0.147,0.18 0.147,0.354 v 2.499 c 0,0.071 -0.079,0.115 -0.14,0.077 l -3.337,-2.07999 c -0.013,-0.008 -0.023,-0.019 -0.031,-0.032 l -2.591,-0.588" /><path + id="path3314" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 277.98671,103.50536 1.853,-1.562 3.09,1.926 c 0.011,0.02 0.02,0.04 0.023,0.051 l -7.5e-4,1.88 -2.751,-1.71401 -0.051,-0.09 z m 1.826,-2.47181 c -0.052,0 -0.104,0.006 -0.155,0.0187 -0.143,0.034 -0.267,0.1141 -0.357,0.22699 l -2.493,2.10111 0.081,0.752 2.785,0.633 3.34,2.08099 c 0.16,0.099 0.362,0.105 0.526,0.013 0.165,-0.091 0.267,-0.26501 0.267,-0.453 v -2.499 c 0,-0.311 -0.202,-0.575 -0.243,-0.624 l -0.105,-0.093 -3.302,-2.058 c -0.105,-0.0648 -0.224,-0.0988 -0.344,-0.0988" /><path + id="path3316" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 279.41271,101.39055 -4.255,2.4498 c -0.246,0.14301 -0.446,0.52401 -0.446,0.85301 v 2.66299 c 0,0.32901 0.2,0.48 0.446,0.33801 l 4.255,-2.45001 c 0.247,-0.14199 0.447,-0.52399 0.447,-0.85299 v -2.66301 c 0,-0.3288 -0.2,-0.48 -0.447,-0.3378" /><path + id="path3318" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.14471,107.20836 -0.005,-2.515 c 0,-0.20201 0.13901,-0.428 0.23201,-0.483 l 4.05399,-2.333 0.006,2.514 c 0,0.20199 -0.139,0.429 -0.233,0.483 z m 4.483,-5.448 -0.214,-0.369 0.219,0.36699 c -0.002,7.5e-4 -0.004,0.002 -0.005,0.002 z m -0.036,-0.85101 c -0.13,0 -0.265,0.0371 -0.392,0.11211 l -4.255,2.4479 c -0.377,0.21799 -0.661,0.744 -0.661,1.224 v 2.66299 c 0,0.33 0.134,0.59601 0.368,0.73101 0.216,0.126 0.478,0.117 0.72,-0.022 l 4.255,-2.45 c 0.377,-0.218 0.661,-0.745 0.661,-1.224 v -2.663 c 0,-0.33 -0.135,-0.5972 -0.369,-0.7319 -0.101,-0.0582 -0.213,-0.0871 -0.327,-0.0871" /><path + id="path3320" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 277.37771,106.33436 -0.453,0.726 3.372,2.101 0.452,-0.727 -3.371,-2.1" /><path + id="path3322" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.32571,102.53436 -0.339,0.564 2.968,1.788 0.34,-0.565 -2.969,-1.787" /><g + id="g3324" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3330-5)" + id="g3326"><path + id="path3332" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4908.04,599.949 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /><path + id="path3334" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4921.49,592.789 -2.46,4.281 294,169.45 2.47,-4.282 -294.01,-169.449" /><path + id="path3336" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4933.69,585.148 -2.47,4.282 294.01,169.449 2.47,-4.289 -294.01,-169.442" /><path + id="path3338" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4947.4,578.129 -2.47,4.281 294.01,169.449 2.47,-4.277 -294.01,-169.453" /><path + id="path3340" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4958.71,570.25 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3342" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4972.16,563.082 -2.47,4.277 294.01,169.461 2.47,-4.281 -294.01,-169.457" /><path + id="path3344" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4984.36,555.441 -2.47,4.278 294.01,169.461 2.47,-4.282 -294.01,-169.457" /><path + id="path3346" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4998.07,548.43 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3348" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5010.27,540.781 -2.47,4.278 294.01,169.461 2.47,-4.282 -294.01,-169.457" /><path + id="path3350" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5023.94,533.641 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3352" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5036.14,526 -2.47,4.281 294.01,169.449 2.47,-4.281 L 5036.14,526" /><path + id="path3354" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5049.85,518.98 -2.46,4.282 294,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path3356" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5061.16,511.109 -2.47,4.282 294.01,169.441 2.47,-4.281 -294.01,-169.442" /><path + id="path3358" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5074.61,503.941 -2.47,4.278 294.01,169.453 2.47,-4.281 -294.01,-169.45" /><path + id="path3360" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5086.81,496.301 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3362" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5100.52,489.27 -2.47,4.281 294.02,169.461 2.46,-4.282 -294.01,-169.46" /><path + id="path3364" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5112.72,481.629 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /><path + id="path3366" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4855.77,629.012 -2.46,4.277 294.01,169.449 2.46,-4.277 -294.01,-169.449" /><path + id="path3368" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4869.22,621.84 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /><path + id="path3370" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4881.42,614.199 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /><path + id="path3372" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4895.13,607.191 -2.47,4.278 294.01,169.453 2.47,-4.281 -294.01,-169.45" /><path + id="path3374" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4907.33,599.539 -2.47,4.281 294.01,169.461 2.47,-4.281 -294.01,-169.461" /></g></g><g + id="g3376" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3382-4)" + id="g3378"><path + id="path3384" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5037.36,414.582 -2.47,4.277 294.01,169.45 2.46,-4.278 -294,-169.449" /><path + id="path3386" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5050.81,407.41 -2.47,4.281 294.01,169.45 2.47,-4.282 -294.01,-169.449" /><path + id="path3388" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5063,399.77 -2.46,4.281 294.01,169.449 2.46,-4.281 L 5063,399.77" /><path + id="path3390" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5076.72,392.75 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3392" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5088.03,384.879 -2.47,4.281 294.01,169.449 2.46,-4.289 -294,-169.441" /><path + id="path3394" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5101.47,377.711 -2.46,4.277 294.01,169.453 2.46,-4.281 -294.01,-169.449" /><path + id="path3396" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5113.67,370.07 -2.47,4.282 294.01,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path3398" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5127.39,363.051 -2.47,4.281 294.01,169.449 2.47,-4.281 -294.01,-169.449" /><path + id="path3400" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5139.58,355.398 -2.46,4.293 294.01,169.45 2.46,-4.282 -294.01,-169.461" /><path + id="path3402" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5153.25,348.262 -2.46,4.277 294.01,169.449 2.46,-4.277 -294.01,-169.449" /><path + id="path3404" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5165.46,340.621 -2.47,4.277 294,169.454 2.47,-4.282 -294,-169.449" /><path + id="path3406" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5179.17,333.602 -2.47,4.277 294.01,169.453 2.47,-4.281 -294.01,-169.449" /><path + id="path3408" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5190.48,325.73 -2.47,4.282 294.01,169.449 2.47,-4.281 -294.01,-169.45" /><path + id="path3410" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5203.92,318.559 -2.47,4.281 294.02,169.449 2.46,-4.277 -294.01,-169.453" /><path + id="path3412" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5216.13,310.922 -2.47,4.277 294.01,169.449 2.47,-4.277 -294.01,-169.449" /><path + id="path3414" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5229.84,303.898 -2.47,4.282 294.01,169.449 2.47,-4.277 -294.01,-169.454" /><path + id="path3416" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5242.03,296.262 -2.46,4.277 294.01,169.449 2.46,-4.277 -294.01,-169.449" /><path + id="path3418" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4985.09,443.641 -2.47,4.281 294.01,169.437 2.47,-4.277 -294.01,-169.441" /><path + id="path3420" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4998.54,436.469 -2.47,4.281 294,169.449 2.47,-4.277 -294,-169.453" /><path + id="path3422" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5010.73,428.832 -2.46,4.277 294.01,169.45 2.46,-4.278 -294.01,-169.449" /><path + id="path3424" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5024.44,421.809 -2.46,4.281 294.01,169.449 2.46,-4.277 -294.01,-169.453" /><path + id="path3426" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 5036.65,414.16 -2.47,4.281 294.01,169.457 2.47,-4.277 -294.01,-169.461" /></g></g><path + id="path3428" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 423.70671,57.149559 -4.255,2.449995 c -0.117,0.06802 -0.223,0.0648 -0.302,0.0117 l -3.372,-2.1 c -0.062,-0.03907 -0.081,-0.119903 -0.044,-0.182798 l 3.25301,-3.487102 c 0.012,-0.02107 0.019,-0.04417 0.019,-0.06923 v -1.125 c 0,-0.328905 0.20001,-0.710903 0.44601,-0.852705 l 1.119,1.330102 c 0.019,-0.01208 0.036,-0.02813 0.048,-0.04808 l -0.17901,-1.858905 c 0.038,-0.06533 0.12201,-0.0852 0.186,-0.04613 l 3.381,2.1078 c 0,0 0.147,0.179295 0.147,0.3543 v 2.662898 c 0,0.328897 -0.2,0.710902 -0.447,0.853102" /><path + id="path3430" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 420.46871,53.667556 0.307,-0.168 c 0.086,-0.04807 0.158,-0.117202 0.209,-0.2031 l 0.073,-0.12 -0.126,-1.3101 2.77299,1.7289 c 0.011,0.01913 0.02,0.03908 0.022,0.05123 l -7.5e-4,2.649998 c 0,0.2007 -0.138,0.4281 -0.232,0.482002 l -4.201,2.417993 -2.983,-1.858995 3.048,-3.282098 c 0.05,-0.0871 0.076,-0.1851 0.076,-0.282 v -1.1262 c 0,-0.05782 0.011,-0.116805 0.03,-0.175005 z m 0.087,-2.9442 c -0.044,0 -0.089,0.006 -0.134,0.01597 -0.147,0.036 -0.271,0.127005 -0.349,0.257805 l -0.073,0.120398 0.073,0.75 -0.525,-0.6231 -0.311,0.180097 c -0.376,0.216803 -0.659,0.7437 -0.659,1.222605 v 1.005098 l -3.212,3.458197 c -0.155,0.261698 -0.071,0.6051 0.188,0.7641 l 3.37,2.1 c 0.209,0.138698 0.49,0.1398 0.743,-0.0053 l 4.254,-2.450002 c 0.377,-0.217193 0.661,-0.742995 0.661,-1.222995 v -2.662898 c 0,-0.312105 -0.204,-0.576202 -0.245,-0.625005 l -0.104,-0.0922 -3.381,-2.106998 c -0.09,-0.05707 -0.192,-0.086 -0.296,-0.086" /><path + id="path3432" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.07871,53.508556 c 0,0 -0.009,-0.0832 -0.024,-0.2223 l 2.361,-1.989097 c 0.064,-0.1089 0.206,-0.142905 0.313,-0.0757 l 3.302,2.057805 c 0,0 0.146,0.179295 0.146,0.3543 v 2.497995 c 0,0.07193 -0.078,0.115605 -0.139,0.0778 l -3.337,-2.080103 c -0.013,-0.0078 -0.024,-0.01883 -0.031,-0.03278 l -2.591,-0.587902" /><path + id="path3434" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.78571,53.229256 1.852,-1.560997 3.09,1.926997 c 0.011,0.01913 0.02,0.03908 0.023,0.05123 l -7.5e-4,1.879995 -2.751,-1.716 -0.051,-0.08899 z m 1.825,-2.4699 c -0.052,0 -0.104,0.006 -0.156,0.01913 -0.142,0.03397 -0.266,0.112898 -0.356,0.226898 l -2.493,2.1 0.081,0.752002 2.794,0.639098 3.33,2.0757 c 0.161,0.1 0.363,0.105097 0.527,0.01328 0.165,-0.091 0.268,-0.265995 0.268,-0.4539 v -2.498005 c 0,-0.312105 -0.204,-0.576203 -0.245,-0.625005 l -0.104,-0.0922 -3.302,-2.057797 c -0.105,-0.066 -0.223,-0.0992 -0.344,-0.0992" /><path + id="path3436" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 420.21071,51.116356 -4.255,2.450003 c -0.246,0.1422 -0.446,0.524197 -0.446,0.853095 v 2.662905 c 0,0.328897 0.2,0.480097 0.446,0.337095 l 4.255,-2.4492 c 0.247,-0.142995 0.447,-0.525 0.447,-0.852698 v -2.664097 c 0,-0.328103 -0.2,-0.478905 -0.447,-0.337103" /><path + id="path3438" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 415.94271,56.933559 -0.005,-2.515305 c 0,-0.2007 0.139,-0.4281 0.233,-0.481995 l 4.054,-2.334 0.005,2.514097 c 0,0.2031 -0.139,0.428903 -0.233,0.483998 z m 4.481,-5.447303 -0.213,-0.3699 0.218,0.368003 c -7.5e-4,7.5e-4 -0.003,7.5e-4 -0.005,0.0023 z m -0.035,-0.851902 c -0.13,0 -0.26301,0.03712 -0.391,0.110902 l -4.25501,2.450003 c -0.378,0.217995 -0.66099,0.744097 -0.66099,1.222995 v 2.664105 c 0,0.330097 0.134,0.596895 0.369,0.731992 0.215,0.1239 0.47799,0.116003 0.72,-0.02498 l 4.253,-2.448 c 0.378,-0.217995 0.66199,-0.7449 0.66199,-1.224997 v -2.662103 c 0,-0.3297 -0.135,-0.596895 -0.369,-0.732097 -0.10099,-0.05888 -0.213,-0.0878 -0.32799,-0.0878" /><path + id="path3440" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 418.17471,56.060454 -0.452,0.725805 3.371,2.099992 0.453,-0.725797 -3.372,-2.1" /><path + id="path3442" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 421.12371,52.260459 -0.339,0.564097 2.968,1.786703 0.34,-0.564105 -2.969,-1.786695" /><path + id="path3444" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 411.79071,63.765556 -16.952,9.784003 c -0.117,0.068 -0.222,0.0656 -0.302,0.0129 l -3.371,-2.1012 c -0.062,-0.0379 -0.082,-0.11871 -0.045,-0.18201 l 3.253,-3.486695 c 0.012,-0.02107 0.019,-0.04537 0.019,-0.06923 v -1.125 c 0,-0.328898 0.2,-0.710895 0.446,-0.853095 l 1.119,1.3293 c 0.019,-0.01132 0.036,-0.02738 0.048,-0.04733 l 12.518,-9.193703 c 0.038,-0.06413 0.122,-0.0852 0.186,-0.0453 l 3.381,2.107005 c 0,0 0.147,0.180098 0.147,0.3543 v 2.662898 c 0,0.328897 -0.2,0.710902 -0.447,0.853102" /><path + id="path3446" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 396.30371,67.339351 12.358,-9.076897 3.126,1.9488 c 0.011,0.01987 0.02,0.0402 0.023,0.05123 l -0.002,2.649997 c 0,0.2019 -0.138,0.428903 -0.23199,0.482798 l -16.896,9.75191 -2.98401,-1.8578 3.039,-3.26991 c 0.055,-0.0891 0.085,-0.190995 0.085,-0.2961 v -1.125 c 0,-0.05782 0.011,-0.1191 0.03,-0.176198 l 1.014,1.207103 0.31301,-0.186705 c 0.047,-0.02933 0.089,-0.0633 0.126,-0.1032 z m 12.336,-9.999997 c -0.044,0 -0.088,0.006 -0.132,0.01597 -0.109,0.02617 -0.207,0.0852 -0.282,0.166102 l -12.205,8.964 -1.085,-1.290997 -0.31,0.180097 c -0.377,0.216803 -0.661,0.7437 -0.661,1.223798 v 1.005105 l -3.211,3.45589 c -0.156,0.26091 -0.073,0.6039 0.185,0.7652 l 3.372,2.10081 c 0.21,0.13899 0.491,0.13899 0.741,-0.005 l 16.954,-9.784005 c 0.376,-0.217995 0.659,-0.7449 0.659,-1.223798 v -2.662897 c 0,-0.311303 -0.202,-0.575003 -0.243,-0.624203 l -0.105,-0.093 -3.381,-2.106997 c -0.09,-0.05588 -0.191,-0.086 -0.296,-0.086" /><path + id="path3448" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 397.22471,65.281156 c 0,0 8.929,-5.2386 8.914,-5.378902 l 2.361,-1.989 c 0.064,-0.107903 0.206,-0.143003 0.313,-0.0758 l 3.302,2.057805 c 0,0 0.146,0.180098 0.146,0.3543 v 2.498798 c 0,0.0711 -0.078,0.1149 -0.139,0.077 l -3.337,-2.080102 c -0.013,-0.0078 7.551,-4.476998 -8.969,5.124997 l -2.591,-0.589095" /><path + id="path3450" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 410.67071,60.087451 c 0.261,-0.185197 0.326,-0.283995 0.299,-0.401197 l 0.842,0.525 c 0.011,0.01987 0.02,0.0402 0.022,0.05123 v 1.8789 l -2.232,-1.3899 c 0.49901,-0.299205 0.83001,-0.498 1.04201,-0.646103 0.012,-0.006 0.022,-0.01087 0.029,-0.01402 z m -4.256,0.141803 2.307,-1.943798 1.664,1.036695 c -0.039,0.0141 -0.082,0.0321 -0.129,0.05318 l -0.012,-0.01598 c -0.02,0.01403 -0.068,0.0441 -0.137,0.08591 -0.372,0.183998 -0.963,0.525 -1.938,1.087095 -1.577,0.909 -4.204,2.4309 -8.424,4.884 l -1.374,-0.312097 c 5.877,-3.450803 7.558,-4.467998 8.024,-4.8957 z m 2.279,-2.8539 c -0.051,0 -0.103,0.006 -0.155,0.01912 -0.142,0.03398 -0.266,0.114097 -0.356,0.226995 l -2.42,2.0379 c -0.74,0.517905 -5.673,3.4449 -8.755,5.2539 l -0.932,0.5472 3.809,0.8649 0.145,-0.0852 c 4.472,-2.598795 7.137,-4.143 8.685,-5.034795 l 3.181,1.982895 c 0.16,0.0992 0.363,0.105 0.526,0.0132 0.165,-0.091 0.267,-0.2652 0.267,-0.454298 v -2.497592 c 0,-0.311303 -0.202,-0.575003 -0.243,-0.624203 l -0.105,-0.093 -3.302,-2.057797 c -0.106,-0.06517 -0.224,-0.0992 -0.345,-0.0992" /><path + id="path3452" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 408.29471,57.732354 -16.952,9.783997 c -0.246,0.143003 -0.446,0.525 -0.446,0.853103 v 2.664095 c 0,0.32771 0.2,0.47891 0.446,0.33671 l 16.952,-9.784008 c 0.247,-0.141795 0.447,-0.5238 0.447,-0.852697 v -2.663303 c 0,-0.328897 -0.2,-0.4797 -0.447,-0.337897" /><path + id="path3454" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 391.32971,70.884359 -0.005,-2.514103 c 0,-0.202702 0.139,-0.428902 0.232,-0.484005 l 16.752,-9.666795 0.005,2.514098 c 0,0.200797 -0.14,0.427702 -0.233,0.482797 z m 17.179,-12.782105 -0.214,-0.3699 0.219,0.368002 c -0.002,7.5e-4 -0.003,0.0023 -0.005,0.0023 z m -0.036,-0.8508 c -0.13,0 -0.263,0.03683 -0.392,0.1098 v 0.0015 l -16.952,9.783697 c -0.376,0.216803 -0.66,0.742905 -0.66,1.223805 v 2.662093 c 0,0.33011 0.134,0.59691 0.368,0.732 0.217,0.12501 0.479,0.11601 0.72,-0.023 l 16.952,-9.785208 c 0.377,-0.217897 0.661,-0.7437 0.661,-1.222597 v -2.663303 c 0,-0.330097 -0.134,-0.595695 -0.369,-0.732 -0.101,-0.0579 -0.213,-0.0868 -0.328,-0.0868" /><path + id="path3456" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 393.56271,70.010459 -0.453,0.72699 3.371,2.1 0.452,-0.72619 -3.37,-2.1008" /><path + id="path3458" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 409.20771,58.876456 -0.339,0.564098 2.968,1.787902 0.339,-0.5652 -2.968,-1.7868" /><g + id="g3460" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3466-5)" + id="g3462"><path + id="path3468" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2225.81,2007.71 -2.47,4.27 294.01,169.45 2.47,-4.27 -294.01,-169.45" /><path + id="path3470" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2239.25,2000.54 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3472" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2251.45,1992.9 -2.46,4.28 294.01,169.45 2.47,-4.28 -294.02,-169.45" /><path + id="path3474" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2265.17,1985.88 -2.47,4.27 294.01,169.45 2.47,-4.27 -294.01,-169.45" /><path + id="path3476" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2276.47,1978.01 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3478" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2289.92,1970.84 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3480" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2302.13,1963.2 -2.47,4.27 294.01,169.45 2.46,-4.27 -294,-169.45" /><path + id="path3482" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2315.84,1956.18 -2.47,4.27 294.01,169.45 2.46,-4.27 -294,-169.45" /><path + id="path3484" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2328.03,1948.54 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3486" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2341.71,1941.39 -2.47,4.27 294.01,169.46 2.47,-4.28 -294.01,-169.45" /><path + id="path3488" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2353.9,1933.75 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3490" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2367.62,1926.73 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path3492" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2378.93,1918.86 -2.47,4.27 294.01,169.45 2.47,-4.27 -294.01,-169.45" /><path + id="path3494" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2392.37,1911.69 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3496" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2404.57,1904.05 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3498" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2418.28,1897.03 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3500" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2430.48,1889.39 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3502" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2173.53,2036.77 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3504" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2186.98,2029.6 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3506" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2199.19,2021.96 -2.47,4.27 294.01,169.45 2.47,-4.27 -294.01,-169.45" /><path + id="path3508" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2212.89,2014.94 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3510" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2225.1,2007.3 -2.47,4.27 294.01,169.45 2.47,-4.27 -294.01,-169.45" /></g></g><g + id="g3512" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3518-2)" + id="g3514"><path + id="path3520" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2355.12,1822.33 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3522" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2368.57,1815.16 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path3524" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2380.77,1807.52 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3526" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2394.48,1800.5 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3528" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2405.79,1792.63 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3530" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2419.24,1785.46 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path3532" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2431.44,1777.82 -2.47,4.27 294.01,169.46 2.47,-4.28 -294.01,-169.45" /><path + id="path3534" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2445.15,1770.8 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3536" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2457.35,1763.16 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3538" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2471.02,1756.02 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3540" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2483.22,1748.37 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3542" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2496.93,1741.36 -2.46,4.27 294,169.45 2.47,-4.27 -294.01,-169.45" /><path + id="path3544" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2508.24,1733.48 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3546" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2521.69,1726.31 -2.47,4.28 294.02,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3548" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2533.89,1718.67 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3550" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2547.6,1711.65 -2.47,4.28 294.01,169.45 2.47,-4.28 -294.01,-169.45" /><path + id="path3552" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2559.8,1704.01 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3554" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2302.85,1851.39 -2.46,4.27 294.01,169.45 2.46,-4.27 -294.01,-169.45" /><path + id="path3556" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2316.3,1844.22 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3558" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2328.5,1836.58 -2.47,4.27 294.01,169.46 2.47,-4.28 -294.01,-169.45" /><path + id="path3560" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2342.21,1829.56 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /><path + id="path3562" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2354.41,1821.92 -2.46,4.28 294.01,169.45 2.46,-4.28 -294.01,-169.45" /></g></g><path + id="path3564" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 156.01371,198.01036 -4.255,2.45 c -0.118,0.068 -0.223,0.065 -0.303,0.012 l -3.371,-2.1 c -0.062,-0.039 -0.082,-0.12 -0.044,-0.183 l 3.252,-3.48701 c 0.013,-0.02 0.019,-0.044 0.019,-0.068 v -1.12601 c 0,-0.32899 0.2,-0.711 0.447,-0.85299 l 1.118,1.32999 c 0.02,-0.012 0.037,-0.028 0.048,-0.048 l -0.179,-1.85899 c 0.039,-0.065 0.123,-0.085 0.187,-0.045 l 3.381,2.107 c 0,0 0.146,0.179 0.146,0.354 v 2.663 c 0,0.32899 -0.2,0.711 -0.446,0.853" /><path + id="path3566" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 152.78271,194.53735 0.312,-0.18399 c 0.082,-0.048 0.15,-0.117 0.198,-0.198 l 0.071,-0.12 -0.125,-1.30701 2.772,1.728 c 0.011,0.02 0.02,0.04 0.023,0.051 l -9.7e-4,2.65001 c 0,0.202 -0.139,0.42799 -0.233,0.48199 l -4.2,2.41901 -2.983,-1.859 3.042,-3.274 c 0.053,-0.088 0.081,-0.188 0.081,-0.291 v -1.12601 c 0,-0.058 0.012,-0.11799 0.03,-0.17499 z m 0.078,-2.952 c -0.044,0 -0.089,0.005 -0.132,0.016 -0.146,0.035 -0.274,0.129 -0.351,0.259 l -0.071,0.12 0.072,0.74799 -0.523,-0.62299 -0.311,0.17899 c -0.376,0.21801 -0.66,0.744 -0.66,1.224 v 1.005 l -3.211,3.456 c -0.157,0.261 -0.074,0.60501 0.185,0.76601 l 3.371,2.1 c 0.21,0.139 0.491,0.13999 0.743,-0.005 l 4.254,-2.45 c 0.377,-0.217 0.661,-0.743 0.661,-1.223 v -2.663 c 0,-0.311 -0.203,-0.575 -0.243,-0.625 l -0.105,-0.092 -3.381,-2.107 c -0.089,-0.056 -0.193,-0.085 -0.298,-0.085" /><path + id="path3568" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 150.38471,194.36935 c 0,0 -0.009,-0.083 -0.023,-0.222 l 2.36,-1.989 c 0.065,-0.10899 0.206,-0.14299 0.313,-0.076 l 3.302,2.058 c 0,0 0.147,0.179 0.147,0.354 v 2.498 c 0,0.072 -0.079,0.11599 -0.14,0.078 l -3.337,-2.08001 c -0.012,-0.008 -0.023,-0.019 -0.031,-0.032 l -2.591,-0.58901" /><path + id="path3570" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 151.09171,194.09136 1.853,-1.56101 3.09,1.926 c 0.011,0.02 0.02,0.04 0.022,0.051 l -9.7e-4,1.87901 -2.749,-1.713 -0.05,-0.09 z m 1.825,-2.471 c -0.051,0 -0.104,0.006 -0.155,0.019 -0.143,0.034 -0.267,0.114 -0.357,0.227 l -2.493,2.1 0.081,0.753 2.787,0.634 3.338,2.08001 c 0.161,0.099 0.363,0.10399 0.527,0.013 0.164,-0.092 0.267,-0.265 0.267,-0.454 v -2.498 c 0,-0.311 -0.203,-0.575 -0.244,-0.625 l -0.105,-0.092 -3.301,-2.058 c -0.106,-0.066 -0.224,-0.099 -0.345,-0.099" /><path + id="path3572" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 152.51771,191.97736 -4.255,2.45 c -0.247,0.142 -0.447,0.52399 -0.447,0.853 v 2.663 c 0,0.32899 0.2,0.48 0.447,0.337 l 4.255,-2.449 c 0.246,-0.143 0.446,-0.525 0.446,-0.85301 v -2.66299 c 0,-0.329 -0.2,-0.48 -0.446,-0.338" /><path + id="path3574" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 148.24971,197.79535 -0.006,-2.51499 c 0,-0.202 0.139,-0.429 0.233,-0.483 l 4.054,-2.334 0.006,2.51499 c 0,0.20201 -0.14,0.42801 -0.233,0.48201 z m 4.481,-5.448 -0.213,-0.36999 0.218,0.368 c -9.7e-4,0 -0.002,7.5e-4 -0.005,0.002 z m -0.035,-0.85099 c -0.13,0 -0.263,0.036 -0.392,0.10999 l -4.255,2.45001 c -0.376,0.21699 -0.661,0.744 -0.661,1.224 v 2.663 c 0,0.33 0.134,0.59599 0.368,0.732 0.217,0.124 0.479,0.115 0.721,-0.024 l 4.254,-2.44901 c 0.377,-0.21799 0.661,-0.744 0.661,-1.224 v -2.66299 c 0,-0.33 -0.134,-0.597 -0.368,-0.732 -0.101,-0.059 -0.213,-0.087 -0.328,-0.087" /><path + id="path3576" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 150.48171,196.92136 -0.453,0.726 3.372,2.1 0.452,-0.726 -3.371,-2.1" /><path + id="path3578" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 153.43071,193.12135 -0.34,0.56301 2.969,1.788 0.339,-0.564 -2.968,-1.78701" /><path + id="path3580" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 144.09771,204.62736 -12.808,7.41199 c -0.117,0.067 -0.222,0.065 -0.302,0.012 l -3.371,-2.1 c -0.062,-0.039 -0.082,-0.12 -0.045,-0.183 l 3.253,-3.48699 c 0.012,-0.021 0.019,-0.044 0.019,-0.069 v -1.125 c 0,-0.32901 0.2,-0.711 0.446,-0.853 l 1.119,1.33 c 0.02,-0.012 0.036,-0.028 0.048,-0.048 l 8.373,-6.822 c 0.039,-0.064 0.123,-0.085 0.186,-0.045 l 3.381,2.10699 c 0,0 0.147,0.18 0.147,0.354 v 2.66301 c 0,0.329 -0.2,0.711 -0.446,0.854" /><path + id="path3582" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 132.76471,205.81735 8.211,-6.68899 3.119,1.944 c 0.011,0.02 0.02,0.04 0.023,0.051 l -9.7e-4,2.65 c 0,0.203 -0.14,0.429 -0.233,0.483 h -9.8e-4 l -12.752,7.38099 -2.983,-1.85899 3.046,-3.281 c 0.051,-0.086 0.078,-0.18501 0.078,-0.285 v -1.125 c 0,-0.058 0.011,-0.118 0.03,-0.175 l 1.011,1.20199 0.31,-0.18 c 0.054,-0.031 0.102,-0.071 0.142,-0.117 z m 8.182,-7.61599 c -0.044,0 -0.088,0.005 -0.132,0.016 -0.114,0.027 -0.216,0.089 -0.292,0.17601 l -8.062,6.56802 -1.074,-1.27701 -0.311,0.17901 c -0.376,0.218 -0.66,0.744 -0.66,1.224 v 1.00599 l -3.211,3.456 c -0.156,0.261 -0.072,0.60401 0.186,0.765 l 3.371,2.1 c 0.21,0.13901 0.491,0.14001 0.742,-0.005 l 12.807,-7.412 c 0.377,-0.217 0.661,-0.743 0.661,-1.224 v -2.663 c 0,-0.311 -0.203,-0.575 -0.244,-0.624 l -0.104,-0.093 -3.381,-2.107 c -0.09,-0.056 -0.192,-0.085 -0.296,-0.085" /><path + id="path3584" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 133.67571,203.77135 c 0,0 4.784,-2.868 4.77,-3.00799 l 2.36,-1.989 c 0.065,-0.108 0.206,-0.14201 0.313,-0.076 l 3.302,2.05901 c 0,0 0.147,0.17899 0.147,0.35299 v 2.499 c 0,0.071 -0.079,0.11501 -0.14,0.077 l -3.337,-2.08 c -0.012,-0.008 0,0 -4.824,2.75299 l -2.591,-0.588" /><path + id="path3586" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 138.72071,201.09136 2.308,-1.945 3.09,1.926 c 0.011,0.02 0.02,0.04 0.022,0.051 l -9.7e-4,1.87999 -2.822,-1.75999 c -0.22303,-0.13901 -0.22303,-0.13901 -1.04703,0.334 -0.589,0.338 -1.756,1.007 -4.071,2.328 l -1.391,-0.316 c 2.65,-1.59401 3.586,-2.19401 3.907,-2.505 z m 2.281,-2.85501 c -0.052,0 -0.104,0.006 -0.156,0.019 -0.143,0.035 -0.267,0.114 -0.357,0.22699 l -2.494,2.10101 9.8e-4,0.003 c -0.57,0.40399 -2.66,1.69099 -4.54,2.818 l -0.914,0.548 3.792,0.861 0.145,-0.082 c 2.413,-1.377 3.616,-2.067 4.218,-2.41299 0.172,-0.099 0.293,-0.168 0.379,-0.217 l 3.126,1.94899 c 0.159,0.099 0.362,0.105 0.526,0.013 0.165,-0.092 0.268,-0.266 0.268,-0.45401 v -2.499 c 0,-0.31099 -0.203,-0.57499 -0.244,-0.624 l -0.105,-0.093 -3.302,-2.058 c -0.104,-0.065 -0.223,-0.099 -0.343,-0.099" /><path + id="path3588" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 140.60171,198.59335 -12.808,7.413 c -0.246,0.14201 -0.446,0.52401 -0.446,0.85301 v 2.66299 c 0,0.32901 0.2,0.48 0.446,0.33701 l 12.808,-7.412 c 0.246,-0.142 0.446,-0.52401 0.446,-0.853 v -2.663 c 0,-0.32901 -0.2,-0.48 -0.446,-0.33801" /><path + id="path3590" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 127.78071,209.37336 -0.006,-2.514 c 0,-0.20201 0.14,-0.429 0.233,-0.483 l 12.607,-7.296 0.005,2.514 c 0,0.202 -0.139,0.429 -0.232,0.483 z m 13.035,-10.41 -0.214,-0.369 0.218,0.367 c -9.7e-4,7.5e-4 -0.003,0.002 -0.004,0.002 z m -0.036,-0.851 c -0.13,0 -0.264,0.037 -0.392,0.111 h -0.001 l -12.807,7.412 c -0.376,0.21799 -0.66,0.744 -0.66,1.224 v 2.66299 c 0,0.33 0.134,0.59601 0.368,0.73101 0.216,0.12399 0.478,0.116 0.72,-0.023 l 12.808,-7.41197 c 0.376,-0.21701 0.66,-0.743 0.66,-1.224 v -2.663 c 0,-0.33 -0.134,-0.59601 -0.368,-0.73101 -0.102,-0.059 -0.213,-0.088 -0.328,-0.088" /><path + id="path3592" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 130.01271,208.50036 -0.452,0.726 3.371,2.1 0.453,-0.726 -3.372,-2.1" /><path + id="path3594" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 141.51471,199.73836 -0.34,0.563 2.969,1.78699 0.339,-0.56299 -2.968,-1.787" /><path + id="path3596" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 423.53871,177.98836 -16.769,9.681 c -0.23,0.13299 -0.437,0.138 -0.6,0.048 v 0 0 c -0.024,-0.013 -0.048,-0.024 -0.07,-0.041 l -4.311,-2.556 c -0.018,-0.011 -0.024,-0.034 -0.013,-0.052 l 4.05499,-6.793 c 0.003,-0.006 0.005,-0.013 0.005,-0.019 v -9.26599 c 0,-0.68801 0.418,-1.48701 0.934,-1.785 l 8.639,-4.98801 c 0.006,-0.003 0.01,-0.008 0.014,-0.013 l 4.34599,-7.283 c 0.011,-0.018 0.034,-0.024 0.052,-0.013 l 4.36599,2.592 c 0.17601,0.125 0.286,0.378 0.286,0.73 v 17.973 c 0,0.687 -0.418,1.487 -0.934,1.785" /><path + id="path3598" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 402.34271,184.95235 3.916,-6.55899 0.005,-0.138 v -9.265 c 0,-0.53201 0.337,-1.19301 0.72,-1.41501 l 8.74099,-5.04699 0.072,-0.117 4.14,-6.937 4.03101,2.39399 c 0.008,0.007 0.077,0.12 0.077,0.362 v 17.97201 c 0,0.532 -0.336,1.194 -0.72,1.41499 l -16.769,9.681 c -0.061,0.036 -0.142,0.066 -0.18,0.044 l -0.058,-0.034 z m 17.332,-30.628 -0.272,0.375 -4.296,7.19901 -8.551,4.93599 c -0.644,0.372 -1.148,1.31901 -1.148,2.15601 v 9.16 l -4.22,7.068 0.384,0.27099 4.381,2.59701 c 0.318,0.174 0.68,0.155 1.031,-0.047 l 16.769,-9.681 c 0.643,-0.372 1.148,-1.31899 1.148,-2.15599 v -17.97201 c 0,-0.482 -0.166,-0.865 -0.467,-1.07899 l -4.759,-2.82701" /><path + id="path3600" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 414.62071,164.60835 c -0.005,-0.008 -0.007,-0.018 -0.006,-0.027 l 0.118,-1.974 0.676,-0.39 c 0.006,-0.003 0.01,-0.008 0.014,-0.013 l 4.322,-7.243 c 0.045,-0.012 0.071,-0.018 0.116,-0.029 l 4.326,2.568 c 0.176,0.12499 0.286,0.378 0.286,0.72999 v 17.89101 c 0,0.036 -0.039,0.058 -0.07,0.04 l -4.27299,-2.537 c -0.007,-0.004 -0.012,-0.009 -0.016,-0.016 l -5.493,-9.00001" /><path + id="path3602" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 415.14571,162.86335 0.579,-0.33499 0.072,-0.117 4.14,-6.936 4.031,2.39299 c 0.008,0.007 0.077,0.12 0.077,0.362 v 17.221 l -3.615,-2.14599 -5.382,-8.81701 z m 4.78,-8.38999 -0.457,0.116 -4.362,7.309 -0.787,0.45399 -0.14,2.34201 0.076,0.13699 5.548,9.09 0.106,0.069 4.489,2.66601 0.262,-0.123 c 0.148,-0.084 0.24,-0.24201 0.24,-0.412 v -17.89101 c 0,-0.482 -0.166,-0.86499 -0.467,-1.07899 l -4.508,-2.678" /><path + id="path3604" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 419.18571,154.93935 -16.769,9.681 c -0.516,0.298 -0.934,1.09701 -0.934,1.785 v 17.97301 c 0,0.68799 0.418,1.004 0.934,0.70599 l 16.769,-9.681 c 0.516,-0.29799 0.934,-1.09699 0.934,-1.785 v -17.97299 c 0,-0.68801 -0.418,-1.004 -0.934,-0.70601" /><path + id="path3606" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 419.39871,155.30936 c 0.093,-0.053 0.159,-0.062 0.184,-0.049 0.042,0.024 0.109,0.15101 0.109,0.38501 v 17.97299 c 0,0.53201 -0.336,1.19301 -0.721,1.41401 l -16.768,9.68197 c -0.092,0.053 -0.16,0.064 -0.183,0.049 -0.042,-0.024 -0.109,-0.15 -0.109,-0.385 v -17.973 c 0,-0.532 0.336,-1.193 0.72,-1.414 z m 0.159,-0.909 c -0.191,0 -0.392,0.056 -0.587,0.168 l -16.768,9.682 c -0.644,0.37099 -1.148,1.31799 -1.148,2.15499 v 17.97301 c 0,0.519 0.196,0.929 0.537,1.12599 0.303,0.17501 0.681,0.15701 1.039,-0.049 l 16.768,-9.682 c 0.644,-0.371 1.149,-1.318 1.149,-2.155 v -17.973 c 0,-0.518 -0.196,-0.929 -0.537,-1.126 -0.139,-0.079 -0.292,-0.119 -0.453,-0.119" /><path + id="path3608" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 405.13471,183.08436 -0.452,0.726 4.181,2.605 0.452,-0.726 -4.181,-2.605" /><path + id="path3610" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 420.67371,158.10036 -0.339,0.564 3.682,2.217 0.339,-0.564 -3.682,-2.217" /><path + id="path3612" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 406.12271,173.06035 c 0,0 -1.12,-0.066 -0.937,-2.67999 0.183,-2.61501 1.143,-3.829 1.143,-3.829 l 2.172,-0.753 c 0,0 0.044,-0.067 0.124,-0.183 1.37,-1.96601 3.255,-3.01901 4.625,-2.63601 l 0.831,0.232 -0.16,5.637 c 0,0 -1.212,0.99 -1.784,2.06001 -0.571,1.06899 0.183,1.188 0.138,2.45499 -0.046,1.26801 -0.984,3.49901 -1.967,3.51201 -0.983,0.013 -0.549,-1.08201 -0.343,-2.09901 0.206,-1.017 -0.32,-1.95399 -1.075,-2.337 -0.754,-0.38299 -0.96,-0.816 -0.96,-0.816 0,0 -0.435,0.80301 -1.807,1.437" /><path + id="path3614" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 406.60071,166.90935 2.181,-0.755 0.08,-0.12499 c 0.003,-0.005 0.042,-0.066 0.115,-0.16901 1.246,-1.78999 2.953,-2.805 4.158,-2.47 l 0.509,0.142 -0.145,5.114 c -0.357,0.313 -1.251,1.14801 -1.739,2.06001 -0.421,0.78799 -0.256,1.23 -0.096,1.657 0.098,0.263 0.199,0.53499 0.183,0.98499 -0.045,1.266 -0.955,3.09201 -1.545,3.10001 -0.138,-0.005 -0.161,-0.023 -0.161,-0.023 -0.089,-0.12399 0.057,-0.747 0.136,-1.082 0.037,-0.159 0.075,-0.322 0.107,-0.48199 0.228,-1.12701 -0.319,-2.30501 -1.3,-2.80301 -0.593,-0.301 -0.771,-0.624 -0.773,-0.627 l -0.374,-0.70099 -0.383,0.69 c -0.002,0.003 -0.372,0.639 -1.464,1.18099 -0.222,-0.135 -0.583,-0.682 -0.478,-2.19199 0.143,-2.03601 0.782,-3.17801 0.989,-3.50001 z m 6.059,-4.436 c -1.443,-7.5e-4 -3.124,1.086 -4.385,2.897 -0.018,0.026 -0.035,0.05 -0.049,0.071 l -2.156,0.74599 -0.077,0.098 c -0.042,0.054 -1.044,1.35 -1.234,4.065 -0.089,1.268 0.101,2.178 0.565,2.706 0.34,0.387 0.704,0.427 0.774,0.431 l 0.107,0.006 0.097,-0.045 c 0.815,-0.377 1.333,-0.817 1.638,-1.144 0.176,0.164 0.421,0.346 0.757,0.517 0.553,0.28 1.022,1.013 0.849,1.87 -0.031,0.152 -0.067,0.306 -0.102,0.457 -0.166,0.706 -0.322,1.374 0.033,1.815 0.185,0.231 0.46,0.344 0.837,0.34 1.373,-0.019 2.34,-2.587 2.388,-3.924 0.023,-0.621 -0.127,-1.022 -0.237,-1.315 -0.134,-0.359 -0.19,-0.508 0.049,-0.955 0.526,-0.982 1.666,-1.92 1.678,-1.93 l 0.151,-0.123 0.175,-6.167 -1.153,-0.322 c -0.226,-0.064 -0.462,-0.094 -0.705,-0.094" /><path + id="path3616" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 408.12371,165.59635 c -0.426,0.79601 -0.525,1.979 -0.529,2.02901 l 0.852,0.069 c 7.5e-4,-0.01 0.091,-1.05701 0.432,-1.69401 l -0.755,-0.404" /><path + id="path3618" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 408.19671,170.46136 -0.855,0.022 c 0.018,0.72101 0.098,1.188 0.237,1.386 l 0.701,-0.49099 c -0.025,-0.074 -0.073,-0.516 -0.083,-0.91701" /><path + id="path3620" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 415.13071,166.11735 -2.741,1.58301 c -0.43,0.24799 -0.779,0.91399 -0.779,1.488 v 0 c 0,0.574 0.349,0.837 0.779,0.589 l 2.741,-1.58301 c 0.431,-0.24799 0.779,-0.91399 0.779,-1.488 v 0 c 0,-0.574 -0.348,-0.837 -0.779,-0.589" /><path + id="path3622" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 415.34471,166.48836 c 0.061,-0.036 0.092,-0.037 0.096,-0.037 v 0 c -0.002,0.006 0.041,0.084 0.041,0.255 0,0.453 -0.298,0.96401 -0.565,1.118 l -2.741,1.58301 c -0.072,0.042 -0.095,0.036 -0.095,0.036 0.005,-0.004 -0.042,-0.08 -0.042,-0.255 0,-0.453 0.299,-0.96401 0.565,-1.11801 z m 0.097,-0.89201 c -0.172,0 -0.351,0.051 -0.525,0.15 l -2.741,1.583 c -0.566,0.327 -0.993,1.126 -0.993,1.85901 0,0.459 0.177,0.823 0.484,1.00099 0.274,0.159 0.616,0.144 0.937,-0.041 l 2.741,-1.58301 c 0.566,-0.327 0.993,-1.12599 0.993,-1.859 0,-0.459 -0.176,-0.823 -0.483,-1.00099 -0.127,-0.073 -0.267,-0.10901 -0.413,-0.10901" /><path + id="path3624" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 414.94771,164.51136 -2.374,1.36999 c -0.355,0.20501 -0.642,0.755 -0.642,1.227 v 0 c 0,0.473 0.287,0.69101 0.642,0.486 l 2.374,-1.371 c 0.355,-0.205 0.642,-0.754 0.642,-1.227 v 0 c 0,-0.47299 -0.287,-0.69 -0.642,-0.48499" /><path + id="path3626" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 412.36871,167.21835 c -0.006,-0.027 -0.009,-0.063 -0.009,-0.11 0,-0.348 0.225,-0.739 0.428,-0.856 l 2.365,-1.365 c 0.005,0.026 0.009,0.063 0.009,0.109 0,0.348 -0.225,0.74 -0.428,0.85601 z m 2.836,-3.212 c -0.155,0 -0.316,0.045 -0.471,0.134 v 0 0 l -2.374,1.371 c -0.488,0.28101 -0.857,0.96801 -0.857,1.597 0,0.40601 0.159,0.73001 0.436,0.89 0.251,0.14601 0.561,0.133 0.849,-0.034 l 2.374,-1.371 c 0.488,-0.281 0.856,-0.968 0.856,-1.59701 0,-0.40599 -0.159,-0.72999 -0.436,-0.88999 -0.116,-0.067 -0.244,-0.10001 -0.377,-0.10001" /><path + id="path3628" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 414.67371,162.95736 -2.1,1.212 c -0.355,0.20499 -0.642,0.75399 -0.642,1.227 v 0 c 0,0.47299 0.287,0.69 0.642,0.48499 l 2.1,-1.212 c 0.354,-0.205 0.642,-0.754 0.642,-1.227 v 0 c 0,-0.47299 -0.288,-0.69 -0.642,-0.48499" /><path + id="path3630" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 412.36871,165.50535 c -0.006,-0.026 -0.009,-0.062 -0.009,-0.10899 0,-0.348 0.225,-0.73901 0.428,-0.85601 l 2.09,-1.207 c 0.006,0.026 0.01,0.063 0.01,0.109 0,0.34901 -0.22599,0.74 -0.42799,0.857 z m 2.561,-3.053 c -0.155,0 -0.315,0.045 -0.47,0.134 l -2.1,1.213 c -0.488,0.281 -0.857,0.968 -0.857,1.59701 0,0.40599 0.159,0.72999 0.436,0.88999 0.251,0.146 0.561,0.13301 0.849,-0.034 l 2.1,-1.212 c 0.488,-0.282 0.856,-0.969 0.856,-1.59801 0,-0.405 -0.159,-0.72999 -0.436,-0.88999 -0.116,-0.067 -0.245,-0.10001 -0.378,-0.10001" /><path + id="path3632" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 414.30771,161.45635 -1.483,0.85601 c -0.354,0.204 -0.642,0.75399 -0.642,1.227 v 0 c 0,0.47199 0.288,0.69 0.642,0.48499 l 1.483,-0.856 c 0.355,-0.20499 0.642,-0.75399 0.642,-1.227 v 0 c 0,-0.473 -0.287,-0.69 -0.642,-0.485" /><path + id="path3634" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 412.61971,163.64835 c -0.005,-0.026 -0.009,-0.062 -0.009,-0.10899 0,-0.34901 0.226,-0.74001 0.428,-0.85701 l 1.473,-0.84999 c 0.006,0.026 0.01,0.062 0.01,0.10899 0,0.349 -0.225,0.74001 -0.42799,0.856 z m 1.945,-2.697 c -0.155,0 -0.316,0.045 -0.471,0.13401 l -1.483,0.85599 c -0.488,0.282 -0.856,0.969 -0.856,1.59801 0,0.405 0.159,0.729 0.436,0.88899 0.251,0.145 0.56,0.133 0.848,-0.033 l 1.483,-0.857 c 0.488,-0.28099 0.856,-0.96799 0.856,-1.597 0,-0.40599 -0.159,-0.72999 -0.436,-0.89 -0.116,-0.067 -0.244,-0.1 -0.377,-0.1" /><path + id="path3636" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 434.83771,182.51035 -3.268,1.998 c -0.198,0.114 -0.376,0.11301 -0.511,0.025 v 0 -7.5e-4 c -0.008,-0.005 -0.017,-0.008 -0.025,-0.014 l -3.305,-1.966 c -0.079,-0.046 -0.106,-0.148 -0.06,-0.227 l 3.126,-5.475 c 0.014,-0.026 0.022,-0.054 0.022,-0.084 v -5.867 c 0,-0.555 0.337,-1.199 0.753,-1.439 l -2.946,1.589 c 0.026,-0.015 0.048,-0.036 0.062,-0.062 l 3.113,-5.45101 c 0.046,-0.081 0.15,-0.10899 0.231,-0.061 l 3.326,1.966 c 0.144,0.099 0.235,0.304 0.235,0.59 v 13.04 c 0,0.555 -0.337,1.199 -0.753,1.439" /><path + id="path3638" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 429.77471,169.94236 2.264,-3.96501 3.099,1.832 h -7.5e-4 c -0.01,0 0.026,0.071 0.026,0.223 v 13.03901 c 0,0.43399 -0.285,0.922 -0.539,1.069 l -0.009,0.005 -3.268,1.998 c -0.036,0.02 -0.063,0.026 -0.071,0.026 v 0 l -3.109,-1.85299 2.999,-5.25401 c 0.051,-0.088 0.079,-0.19099 0.079,-0.29599 v -5.86701 c 0,-0.434 0.285,-0.92199 0.539,-1.06899 l -0.417,-0.74701 z m 2.171,-4.91901 c -0.051,0 -0.102,0.007 -0.153,0.02 -0.155,0.041 -0.284,0.14 -0.365,0.279 l -3.113,5.453 c 0.023,-0.041 0.056,-0.073 0.096,-0.097 l 0.416,0.748 1.591,-0.858 c -0.019,0.11 -0.029,0.221 -0.029,0.331 v 5.798 l -3.092,5.416 c -0.16,0.278 -0.065,0.641 0.212,0.806 l 3.307,1.966 c 0.287,0.19 0.637,0.185 0.968,-0.007 l 3.273,-2 c 0.549,-0.32001 0.962,-1.096 0.962,-1.807 v -13.03901 c 0,-0.42199 -0.15,-0.757 -0.42,-0.94399 l -3.351,-1.98201 c -0.094,-0.055 -0.197,-0.083 -0.302,-0.083" /><path + id="path3640" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 428.49571,172.19136 c 0,0 1.206,7.095 2.397,1.062 l -2.281,-2.19701 c 0.028,-0.027 0.054,-0.053 0.081,-0.081 l 3.08,-5.394 c 0.061,-0.106 0.196,-0.142 0.301,-0.08 l 3.282,1.93999 c 0.144,0.099 0.235,0.30401 0.235,0.59 v 12.95101 c 0,0.039 -0.043,0.063 -0.076,0.043 l -3.431,-2.037 c -0.002,-7.5e-4 -0.003,-0.002 -0.005,-0.003 l -3.58301,-6.79399" /><path + id="path3642" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 430.16571,174.44236 -1.389,-2.63301 1.65,1.58901 c -0.093,0.444 -0.181,0.78399 -0.261,1.044 z m -0.995,-3.442 2.868,-5.02301 3.099,1.832 h -7.5e-4 c -0.01,0 0.026,0.071 0.026,0.222 v 12.28801 l -2.762,-1.64001 -1.709,-3.23899 c 0.23,-0.449 0.43,-1.136 0.621,-2.10401 l 0.045,-0.22899 z m 2.793,-5.958 c -0.054,0 -0.11,0.008 -0.164,0.022 -0.169,0.044 -0.311,0.152 -0.398,0.303 l -3.15,5.445 -0.626,-1.188 0.448,2.63901 c 0.433,2.544 1.029,3.83899 1.773,3.849 0.061,0.003 0.146,-0.009 0.217,-0.03 l 1.7,3.22399 0.123,0.062 3.624,2.153 0.268,-0.12401 c 0.147,-0.085 0.24,-0.24399 0.24,-0.41499 v -12.95101 c 0,-0.42099 -0.15,-0.756 -0.42,-0.94299 l -3.307,-1.95501 c -0.101,-0.06 -0.213,-0.091 -0.328,-0.091" /><path + id="path3644" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 431.32771,165.37836 -3.268,1.998 c -0.416,0.24 -0.753,0.88399 -0.753,1.43899 v 13.03901 c 0,0.555 0.337,0.81 0.753,0.57 l 3.268,-1.998 c 0.416,-0.24 0.753,-0.884 0.753,-1.439 v -13.04001 c 0,-0.55399 -0.337,-0.80899 -0.753,-0.56899" /><path + id="path3646" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 431.54571,165.74635 c 0.045,-0.025 0.073,-0.031 0.081,-0.031 v 0 c -0.012,0.003 0.026,0.076 0.026,0.23199 v 13.03999 c 0,0.43299 -0.28401,0.92199 -0.53901,1.06899 l -3.27699,2.00301 c -0.038,0.022 -0.067,0.027 -0.076,0.027 v 0 c 0.012,-0.002 -0.026,-0.075 -0.026,-0.232 v -13.03898 c 0,-0.43399 0.285,-0.922 0.53899,-1.069 z m 0.083,-0.886 c -0.169,0 -0.345,0.049 -0.515,0.147 l -0.009,0.006 -3.268,1.998 c -0.542,0.313 -0.958,1.09101 -0.958,1.804 v 13.03901 c 0,0.44899 0.173,0.80599 0.474,0.97999 0.271,0.156 0.607,0.14201 0.921,-0.04 l 3.277,-2.003 c 0.542,-0.313 0.958,-1.091 0.958,-1.804 v -13.04001 c 0,-0.44799 -0.173,-0.80599 -0.475,-0.97899 -0.124,-0.072 -0.262,-0.108 -0.405,-0.108" /><path + id="path3648" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 430.72971,180.71536 -0.452,0.726 3.371,2.1 0.453,-0.726 -3.372,-2.1" /><path + id="path3650" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 432.56071,169.45335 -0.34,0.56401 2.969,1.788 0.339,-0.564 -2.968,-1.78801" /><path + id="path3652" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 230.57471,252.41836 -3.268,1.997 c -0.198,0.115 -0.376,0.114 -0.51099,0.025 v 0 0 c -0.008,-0.006 -0.017,-0.009 -0.025,-0.015 l -3.305,-1.965 c -0.079,-0.047 -0.106,-0.148 -0.06,-0.228 l 3.126,-5.475 c 0.014,-0.025 0.022,-0.054 0.022,-0.083 v -5.868 c 0,-0.554 0.337,-1.199 0.753,-1.439 l -2.945,1.59 c 0.025,-0.015 0.047,-0.037 0.061,-0.062 l 3.113,-5.452 c 0.046,-0.081 0.15,-0.109 0.231,-0.061 l 3.32599,1.966 c 0.14401,0.1 0.235,0.304 0.235,0.591 v 13.03901 c 0,0.555 -0.337,1.199 -0.753,1.44" /><path + id="path3654" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 225.51271,239.85036 2.264,-3.965 3.098,1.831 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.223 v 13.039 c 0,0.434 -0.285,0.922 -0.539,1.069 l -0.009,0.006 -3.268,1.997 c -0.036,0.021 -0.063,0.026 -0.071,0.026 v 0 l -3.109,-1.853 2.999,-5.254 c 0.051,-0.087 0.079,-0.191 0.079,-0.295 v -5.868 c 0,-0.433 0.285,-0.922 0.539,-1.069 l -0.417,-0.746 z m 2.17,-4.919 c -0.051,0 -0.102,0.006 -0.153,0.019 -0.154,0.041 -0.284,0.14 -0.365,0.28 l -3.113,5.452 c 0.023,-0.04 0.056,-0.073 0.096,-0.096 l 0.417,0.747 1.59,-0.858 c -0.018,0.111 -0.029,0.222 -0.029,0.331 v 5.79801 l -3.09197,5.416 c -0.16,0.279 -0.065,0.641 0.212,0.807 l 3.306,1.966 c 0.288,0.189 0.638,0.184 0.969,-0.007 l 3.273,-2 c 0.549,-0.321 0.962,-1.097 0.962,-1.808 v -13.039 c 0,-0.421 -0.15,-0.757 -0.42,-0.943 l -3.351,-1.982 c -0.093,-0.055 -0.197,-0.083 -0.302,-0.083" /><path + id="path3656" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 224.23271,242.09936 c 0,0 1.206,7.095 2.397,1.062 l -2.28,-2.197 c 0.027,-0.028 0.053,-0.054 0.08,-0.081 l 3.08,-5.395 c 0.061,-0.106 0.196,-0.142 0.301,-0.079 l 3.282,1.939 c 0.144,0.1 0.235,0.304 0.235,0.591 v 12.95 c 0,0.039 -0.043,0.064 -0.076,0.044 l -3.431,-2.037 c -0.002,-9.8e-4 -0.003,-0.002 -0.005,-0.003 l -3.58301,-6.794" /><path + id="path3658" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 225.90271,244.35036 -1.389,-2.634 1.65,1.589 c -0.093,0.445 -0.18099,0.785 -0.261,1.045 z m -0.995,-3.443 2.868,-5.022 3.099,1.831 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.223 v 12.288 l -2.762,-1.641 -1.70799,-3.239 c 0.22999,-0.448 0.429,-1.135 0.61999,-2.104 l 0.045,-0.229 z m 2.793,-5.957 c -0.055,0 -0.11,0.007 -0.165,0.021 -0.169,0.045 -0.309,0.152 -0.397,0.304 l -3.15,5.445 -0.626,-1.188 0.44801,2.639 c 0.43299,2.544 1.029,3.839 1.773,3.849 0.063,-9.8e-4 0.147,-0.009 0.21699,-0.031 l 1.701,3.225 0.122,0.061 3.624,2.153 0.268,-0.124 c 0.148,-0.085 0.24,-0.244 0.24,-0.415 v -12.95 c 0,-0.421 -0.15,-0.757 -0.42,-0.943 l -3.307,-1.956 c -0.101,-0.06 -0.213,-0.09 -0.328,-0.09" /><path + id="path3660" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 227.06471,235.28636 -3.268,1.997 c -0.416,0.24 -0.753,0.885 -0.753,1.439 v 13.04 c 0,0.554 0.337,0.809 0.753,0.569 l 3.268,-1.997 c 0.416,-0.241 0.753,-0.885 0.753,-1.439 v -13.04 c 0,-0.555 -0.337,-0.81 -0.753,-0.569" /><path + id="path3662" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 227.28271,235.65336 c 0.045,-0.025 0.073,-0.03 0.081,-0.03 v 0 c -0.012,0.002 0.026,0.075 0.026,0.232 v 13.04 c 0,0.433 -0.28401,0.921 -0.539,1.068 l -3.27702,2.003 c -0.038,0.022 -0.067,0.028 -0.076,0.028 v 0 c 0.013,-0.003 -0.026,-0.076 -0.026,-0.232 v -13.04 c 0,-0.433 0.285,-0.922 0.53899,-1.069 z m 0.083,-0.885 c -0.169,0 -0.345,0.049 -0.515,0.147 l -0.009,0.005 -3.26799,1.998 c -0.54201,0.313 -0.95801,1.091 -0.95801,1.804 v 13.03998 c 0,0.449 0.173,0.806 0.474,0.979 0.27101,0.156 0.60701,0.142 0.921,-0.039 l 3.277,-2.003 c 0.543,-0.313 0.958,-1.091 0.958,-1.804 v -13.04 c 0,-0.449 -0.173,-0.806 -0.475,-0.98 -0.124,-0.072 -0.262,-0.107 -0.405,-0.107" /><path + id="path3664" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 226.46771,250.62236 -0.453,0.726 3.372,2.101 0.452,-0.727 -3.371,-2.1" /><path + id="path3666" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 228.29771,239.36136 -0.339,0.564 2.968,1.787 0.339,-0.564 -2.968,-1.787" /><path + id="path3668" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 230.74471,266.25236 -3.268,1.998 c -0.198,0.114 -0.376,0.113 -0.511,0.025 v 0 0 c -0.008,-0.006 -0.017,-0.009 -0.025,-0.016 l -3.305,-1.964 c -0.079,-0.047 -0.10599,-0.149 -0.06,-0.228 l 3.126,-5.475 c 0.014,-0.026 0.022,-0.055 0.022,-0.083 v -0.6 c 0,-0.555 0.33699,-1.199 0.753,-1.439 l -2.946,1.589 c 0.026,-0.014 0.047,-0.036 0.062,-0.062 l 3.113,-5.451 c 0.046,-0.081 0.15,-0.109 0.231,-0.061 l 3.325,1.966 c 0.14501,0.099 0.236,0.304 0.236,0.59 v 7.772 c 0,0.555 -0.33699,1.199 -0.753,1.439" /><path + id="path3670" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 225.68171,258.95236 2.264,-3.965 3.099,1.832 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.222 v 7.772 c 0,0.433 -0.285,0.922 -0.54,1.069 l -0.009,0.005 -3.267,1.998 c -0.036,0.02 -0.063,0.026 -0.071,0.026 v 0 l -3.109,-1.854 2.999,-5.253 c 0.051,-0.088 0.079,-0.191 0.079,-0.295 v -0.6 c 0,-0.433 0.285,-0.922 0.539,-1.069 l -0.417,-0.747 z m 2.17,-4.918 c -0.05,0 -0.101,0.006 -0.151,0.019 -0.156,0.041 -0.286,0.14 -0.367,0.28 l -3.108,5.444 c 0.02,-0.032 0.051,-0.065 0.089,-0.086 l 0.419,0.745 1.591,-0.858 c -0.019,0.11 -0.029,0.222 -0.029,0.331 v 0.53 l -3.092,5.416 c -0.16099,0.279 -0.066,0.642 0.213,0.807 l 3.306,1.965 c 0.287,0.189 0.637,0.184 0.968,-0.007 l 3.273,-2 c 0.548,-0.32 0.962,-1.096 0.962,-1.807 v -7.772 c 0,-0.421 -0.15,-0.755 -0.421,-0.942 l -3.34998,-1.98202 c -0.093,-0.055 -0.196,-0.083 -0.303,-0.083" /><path + id="path3672" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 224.40172,261.20236 c 0,0 1.20699,7.094 2.39799,1.061 l -2.28099,-2.197 c 0.028,-0.027 0.054,-0.053 0.081,-0.081 l 3.07999,-5.394 c 0.06,-0.106 0.196,-0.142 0.301,-0.08 l 3.281,1.94 c 0.145,0.099 0.236,0.304 0.236,0.59 v 7.683 c 0,0.039 -0.043,0.063 -0.077,0.043 l -3.43,-2.037 c -0.002,-9.7e-4 -0.004,-0.002 -0.005,-0.003 l -3.58399,-1.525" /><path + id="path3674" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 225.75472,264.21136 c -0.228,-0.283 -0.543,-1.222 -0.77801,-2.3 l 1.341,0.571 c -0.24799,1.164 -0.46,1.582 -0.56299,1.729 z m -0.67701,-4.201 2.868,-5.023 3.099,1.832 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.222 v 7.02 l -2.861,-1.699 -1.239,-0.529 z m 2.793,-5.958 c -0.055,0 -0.111,0.008 -0.166,0.023 -0.169,0.044 -0.31,0.153 -0.396,0.304 l -3.095,5.389 -0.30099,0.307 0.84199,0.812 -0.90499,-0.386 0.13099,0.772 c 0.43301,2.545 1.029,3.839 1.773,3.849 0.003,0 0.006,9.7e-4 0.01,9.7e-4 0.59,0 0.993,-0.676 1.35499,-2.3 l 0.69,0.294 3.608,2.145 0.26801,-0.123 c 0.14799,-0.085 0.241,-0.244 0.241,-0.415 v -7.683 c 0,-0.421 -0.15001,-0.755 -0.42101,-0.942 l -3.306,-1.956 c -0.101,-0.06 -0.21299,-0.091 -0.328,-0.091" /><path + id="path3676" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 227.23471,254.38836 -3.26799,1.998 c -0.41601,0.24 -0.753,0.884 -0.753,1.439 v 7.771 c 0,0.555 0.33699,0.81 0.753,0.57 l 3.26799,-1.998 c 0.416,-0.24 0.753,-0.884 0.753,-1.439 v -7.772 c 0,-0.554 -0.337,-0.809 -0.753,-0.569" /><path + id="path3678" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 227.45271,254.75636 c 0.045,-0.025 0.073,-0.031 0.081,-0.031 v 0 c -0.013,0.003 0.026,0.076 0.026,0.233 v 7.771 c 0,0.433 -0.285,0.922 -0.539,1.069 l -3.27602,2.003 c -0.042,0.024 -0.078,0.028 -0.077,0.027 0.012,-0.002 -0.026,-0.075 -0.026,-0.232 v -7.771 c 0,-0.434 0.284,-0.922 0.54,-1.069 z m 0.082,-0.886 c -0.168,0 -0.344,0.05 -0.514,0.148 l -0.009,0.005 -3.26699,1.998 c -0.543,0.313 -0.95901,1.091 -0.95901,1.804 v 7.77098 c 0,0.449 0.17301,0.806 0.474,0.98 0.271,0.156 0.606,0.142 0.922,-0.04 l 3.276,-2.003 c 0.542,-0.313 0.958,-1.091 0.958,-1.804 v -7.771 c 0,-0.449 -0.173,-0.806 -0.474,-0.98 -0.125,-0.072 -0.263,-0.108 -0.407,-0.108" /><path + id="path3680" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 226.63672,264.45736 -0.45201,0.726 3.371,2.1 0.453,-0.726 -3.37199,-2.1" /><path + id="path3682" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 228.46771,258.46436 -0.34,0.563 2.969,1.787 0.339,-0.563 -2.968,-1.787" /><path + id="path3684" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 354.00571,253.03636 -3.268,1.997 c -0.198,0.115 -0.376,0.114 -0.511,0.025 v 0 0 c -0.008,-0.005 -0.017,-0.009 -0.025,-0.015 l -3.30501,-1.965 c -0.079,-0.047 -0.10599,-0.148 -0.06,-0.228 l 3.126,-5.475 c 0.014,-0.025 0.022,-0.054 0.022,-0.083 v -5.868 c 0,-0.554 0.337,-1.199 0.753,-1.439 l -2.946,1.59 c 0.026,-0.015 0.048,-0.037 0.062,-0.063 l 3.11301,-5.45 c 0.046,-0.082 0.15,-0.109 0.231,-0.062 l 3.32599,1.966 c 0.144,0.1 0.23501,0.304 0.23501,0.591 v 13.03901 c 0,0.555 -0.33701,1.199 -0.753,1.44" /><path + id="path3686" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 348.94271,240.46836 2.265,-3.965 3.098,1.831 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.223 v 13.039 c 0,0.434 -0.285,0.922 -0.539,1.069 l -0.009,0.006 -3.268,1.997 c -0.036,0.021 -0.063,0.026 -0.071,0.026 v 0 l -3.10899,-1.853 2.999,-5.254 c 0.051,-0.087 0.079,-0.191 0.079,-0.295 v -5.868 c 0,-0.433 0.285,-0.922 0.539,-1.069 l -0.417,-0.746 z m 2.171,-4.919 c -0.051,0 -0.102,0.006 -0.153,0.019 -0.154,0.041 -0.284,0.14 -0.365,0.28 l -3.113,5.453 c 0.023,-0.041 0.056,-0.074 0.096,-0.097 l 0.417,0.747 1.59,-0.858 c -0.018,0.11 -0.029,0.222 -0.029,0.331 v 5.798 l -3.092,5.416 c -0.16,0.279 -0.065,0.641 0.212,0.807 l 3.306,1.966 c 0.288,0.189 0.638,0.184 0.969,-0.007 l 3.273,-2.001 c 0.549,-0.32 0.962,-1.095 0.962,-1.807 v -13.039 c 0,-0.421 -0.15,-0.756 -0.42,-0.943 l -3.351,-1.982 c -0.093,-0.055 -0.197,-0.083 -0.302,-0.083" /><path + id="path3688" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 347.66371,242.71736 c 0,0 1.206,7.095 2.397,1.061 l -2.28,-2.196 c 0.027,-0.028 0.053,-0.054 0.08,-0.081 l 3.08,-5.395 c 0.061,-0.106 0.196,-0.142 0.301,-0.079 l 3.282,1.939 c 0.144,0.1 0.235,0.304 0.235,0.591 v 12.95 c 0,0.039 -0.043,0.064 -0.076,0.044 l -3.431,-2.037 c -0.002,-9.8e-4 -0.003,-0.002 -0.005,-0.003 l -3.58299,-6.794" /><path + id="path3690" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 349.33371,244.96836 -1.389,-2.634 1.65,1.589 c -0.093,0.445 -0.181,0.785 -0.261,1.045 z m -0.995,-3.443 2.868,-5.022 3.099,1.831 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.223 v 12.288 l -2.762,-1.641 -1.708,-3.238 c 0.23,-0.449 0.429,-1.136 0.62,-2.105 l 0.045,-0.229 z m 2.793,-5.957 c -0.055,0 -0.11,0.007 -0.165,0.021 -0.169,0.045 -0.31,0.152 -0.397,0.304 l -3.15,5.445 -0.626,-1.188 0.448,2.639 c 0.433,2.544 1.029,3.839 1.773,3.848 0.063,0 0.147,-0.008 0.217,-0.03 l 1.701,3.225 0.122,0.061 3.624,2.153 0.268,-0.124 c 0.147,-0.085 0.24,-0.244 0.24,-0.415 v -12.95 c 0,-0.421 -0.15,-0.756 -0.42,-0.943 l -3.307,-1.956 c -0.101,-0.06 -0.213,-0.09 -0.328,-0.09" /><path + id="path3692" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.49571,235.90336 -3.268,1.998 c -0.416,0.24 -0.753,0.885 -0.753,1.439 v 13.04 c 0,0.554 0.337,0.809 0.753,0.569 l 3.268,-1.997 c 0.416,-0.241 0.753,-0.885 0.753,-1.44 v -13.039 c 0,-0.555 -0.337,-0.81 -0.753,-0.57" /><path + id="path3694" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.71371,236.27136 c 0.045,-0.025 0.073,-0.03 0.081,-0.03 v 0 c -0.012,0.002 0.026,0.075 0.026,0.232 v 13.039 c 0,0.434 -0.284,0.922 -0.539,1.069 l -3.277,2.003 c -0.038,0.022 -0.067,0.028 -0.076,0.028 v 0 c 0.013,-0.003 -0.026,-0.076 -0.026,-0.232 v -13.039 c 0,-0.434 0.285,-0.923 0.539,-1.07 z m 0.083,-0.885 c -0.169,0 -0.345,0.049 -0.515,0.147 l -0.009,0.005 -3.268,1.998 c -0.542,0.313 -0.958,1.091 -0.958,1.805 v 13.03898 c 0,0.448 0.173,0.806 0.474,0.979 0.271,0.156 0.607,0.142 0.921,-0.039 l 3.277,-2.003 c 0.543,-0.314 0.958,-1.091 0.958,-1.805 v -13.039 c 0,-0.449 -0.173,-0.806 -0.475,-0.98 -0.124,-0.072 -0.262,-0.107 -0.405,-0.107" /><path + id="path3696" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 349.89771,251.24036 -0.452,0.726 3.372,2.101 0.452,-0.726 -3.372,-2.101" /><path + id="path3698" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 351.72871,239.97936 -0.34,0.564 2.969,1.787 0.339,-0.564 -2.968,-1.787" /><path + id="path3700" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 354.17571,266.87036 -3.268,1.998 c -0.198,0.114 -0.376,0.113 -0.511,0.025 v 0 0 c -0.008,-0.006 -0.017,-0.009 -0.025,-0.015 l -3.305,-1.966 c -0.079,-0.046 -0.106,-0.148 -0.06,-0.227 l 3.126,-5.475 c 0.014,-0.026 0.022,-0.055 0.022,-0.083 v -0.6 c 0,-0.555 0.337,-1.199 0.753,-1.439 l -2.946,1.589 c 0.026,-0.015 0.047,-0.036 0.062,-0.062 l 3.112,-5.451 c 0.047,-0.081 0.151,-0.109 0.232,-0.061 l 3.325,1.966 c 0.145,0.099 0.236,0.304 0.236,0.59 v 7.77201 c 0,0.555 -0.337,1.199 -0.753,1.439" /><path + id="path3702" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 349.11271,259.57036 2.264,-3.965 3.099,1.832 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.222 v 7.772 c 0,0.433 -0.285,0.922 -0.54,1.069 l -0.009,0.005 -3.267,1.998 c -0.036,0.02 -0.064,0.026 -0.071,0.026 v 0 l -3.109,-1.854 2.999,-5.253 c 0.051,-0.088 0.079,-0.191 0.079,-0.295 v -0.6 c 0,-0.433 0.285,-0.922 0.539,-1.069 l -0.417,-0.747 z m 2.17,-4.918 c -0.05,0 -0.101,0.006 -0.151,0.019 -0.156,0.041 -0.286,0.14 -0.367,0.28 l -3.108,5.444 c 0.02,-0.033 0.051,-0.065 0.089,-0.086 l 0.419,0.745 1.591,-0.858 c -0.019,0.11 -0.029,0.222 -0.029,0.331 v 0.53 l -3.092,5.416 c -0.161,0.279 -0.066,0.642 0.213,0.807 l 3.306,1.965 c 0.287,0.189 0.637,0.184 0.968,-0.007 l 3.273,-2 c 0.548,-0.32 0.962,-1.096 0.962,-1.807 v -7.772 c 0,-0.421 -0.15,-0.756 -0.421,-0.942 l -3.351,-1.982 c -0.092,-0.055 -0.196,-0.083 -0.302,-0.083" /><path + id="path3704" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 347.83271,261.82036 c 0,0 1.207,7.094 2.398,1.061 l -2.281,-2.197 c 0.028,-0.027 0.054,-0.053 0.081,-0.081 l 3.08,-5.394 c 0.06,-0.106 0.196,-0.142 0.301,-0.08 l 3.281,1.94 c 0.145,0.099 0.236,0.304 0.236,0.59 v 7.683 c 0,0.039 -0.043,0.063 -0.077,0.043 l -3.43,-2.037 c -0.002,-9.7e-4 -0.004,-0.002 -0.005,-0.003 l -3.584,-1.525" /><path + id="path3706" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 349.18571,264.82936 c -0.228,-0.283 -0.543,-1.222 -0.779,-2.3 l 1.342,0.571 c -0.248,1.164 -0.46,1.583 -0.563,1.729 z m -0.677,-4.201 2.868,-5.023 3.099,1.832 c 0,0 -7.5e-4,0 -7.5e-4,0 -0.01,0 0.026,0.072 0.026,0.222 v 7.02 l -2.861,-1.699 -1.239,-0.529 z m 2.793,-5.958 c -0.055,0 -0.111,0.008 -0.166,0.023 -0.169,0.044 -0.31,0.153 -0.396,0.304 l -3.095,5.389 -0.301,0.307 0.842,0.812 -0.905,-0.385 0.131,0.771 c 0.432,2.545 1.029,3.839 1.772,3.849 0.004,0 0.007,9.7e-4 0.011,9.7e-4 0.59001,0 0.993,-0.676 1.35501,-2.3 l 0.69,0.294 3.60799,2.145 0.26801,-0.123 c 0.14799,-0.085 0.24099,-0.245 0.24099,-0.415 v -7.683 c 0,-0.421 -0.15,-0.756 -0.42099,-0.942 l -3.306,-1.956 c -0.10101,-0.06 -0.21401,-0.091 -0.32801,-0.091" /><path + id="path3708" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.66571,255.00636 -3.268,1.998 c -0.416,0.24 -0.753,0.884 -0.753,1.439 v 7.771 c 0,0.555 0.337,0.81 0.753,0.57 l 3.268,-1.998 c 0.416,-0.24 0.753,-0.884 0.753,-1.439 v -7.772 c 0,-0.554 -0.337,-0.809 -0.753,-0.569" /><path + id="path3710" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.88371,255.37436 c 0.045,-0.025 0.073,-0.031 0.081,-0.031 v 0 c -0.013,0.003 0.026,0.076 0.026,0.233 v 7.771 c 0,0.433 -0.285,0.922 -0.53901,1.069 l -3.27699,2.003 c -0.041,0.024 -0.077,0.028 -0.076,0.027 0.012,-0.002 -0.026,-0.075 -0.026,-0.232 v -7.771 c 0,-0.434 0.28399,-0.922 0.53899,-1.069 z m 0.082,-0.886 c -0.168,0 -0.345,0.049 -0.514,0.148 l -0.009,0.005 -3.268,1.998 c -0.542,0.313 -0.958,1.091 -0.958,1.804 v 7.77098 c 0,0.449 0.172,0.806 0.474,0.98 0.271,0.156 0.606,0.142 0.921,-0.04 l 3.277,-2.003 c 0.542,-0.313 0.958,-1.091 0.958,-1.804 v -7.771 c 0,-0.449 -0.173,-0.806 -0.474,-0.98 -0.125,-0.072 -0.263,-0.108 -0.407,-0.108" /><path + id="path3712" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.06771,265.07536 -0.452,0.726 3.371,2.1 0.453,-0.726 -3.372,-2.1" /><path + id="path3714" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 351.89771,259.08236 -0.339,0.563 2.969,1.788 0.339,-0.564 -2.969,-1.787" /><g + id="g3716" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath3722-5)" + id="g3718"><path + id="path3724" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3530.23,1073.03 -2.47,4.28 1050.4,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3726" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3543.68,1065.86 -2.47,4.28 1050.39,605.69 2.47,-4.27 -1050.39,-605.7" /><path + id="path3728" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3555.88,1058.22 -2.47,4.28 1050.4,605.69 2.46,-4.28 -1050.39,-605.69" /><path + id="path3730" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3569.58,1051.2 -2.46,4.28 1050.4,605.69 2.46,-4.27 -1050.4,-605.7" /><path + id="path3732" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3580.9,1043.33 -2.47,4.28 1050.4,605.69 2.46,-4.28 -1050.39,-605.69" /><path + id="path3734" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3594.35,1036.16 -2.47,4.28 1050.39,605.69 2.47,-4.28 -1050.39,-605.69" /><path + id="path3736" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3606.54,1028.52 -2.46,4.28 1050.4,605.69 2.46,-4.28 -1050.4,-605.69" /><path + id="path3738" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3620.25,1021.5 -2.46,4.28 1050.39,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3740" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3632.46,1013.86 -2.47,4.28 1050.39,605.69 2.47,-4.28 -1050.39,-605.69" /><path + id="path3742" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3646.13,1006.71 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path3744" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3658.32,999.07 -2.46,4.28 1050.4,605.69 2.46,-4.27 -1050.4,-605.7" /><path + id="path3746" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3672.04,992.051 -2.47,4.281 1050.39,605.688 2.47,-4.27 -1050.39,-605.699" /><path + id="path3748" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3683.34,984.18 -2.46,4.281 1050.39,605.679 2.47,-4.27 -1050.4,-605.69" /><path + id="path3750" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3696.8,977.012 -2.47,4.277 1050.4,605.691 2.46,-4.27 L 3696.8,977.012" /><path + id="path3752" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3708.99,969.371 -2.46,4.277 1050.39,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path3754" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3722.71,962.352 -2.47,4.277 1050.39,605.691 2.47,-4.27 -1050.39,-605.698" /><path + id="path3756" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3734.91,954.699 -2.47,4.281 1050.4,605.7 2.46,-4.28 -1050.39,-605.701" /><path + id="path3758" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3350.48,1176.13 -2.46,4.28 1050.39,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3760" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3364.2,1169.11 -2.47,4.28 1050.39,605.69 2.47,-4.27 -1050.39,-605.7" /><path + id="path3762" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3375.5,1161.23 -2.46,4.28 1050.39,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path3764" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3388.95,1154.07 -2.46,4.28 1050.4,605.69 2.46,-4.27 -1050.4,-605.7" /><path + id="path3766" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3401.15,1146.43 -2.47,4.28 1050.4,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3768" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3414.87,1139.41 -2.47,4.28 1050.39,605.69 2.47,-4.28 -1050.39,-605.69" /><path + id="path3770" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3427.07,1131.77 -2.47,4.28 1050.4,605.68 2.46,-4.27 -1050.39,-605.69" /><path + id="path3772" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3440.74,1124.62 -2.47,4.28 1050.4,605.69 2.46,-4.27 -1050.39,-605.7" /><path + id="path3774" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3452.93,1116.98 -2.46,4.28 1050.39,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3776" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3466.65,1109.96 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path3778" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3477.96,1102.09 -2.47,4.28 1050.39,605.69 2.47,-4.28 -1050.39,-605.69" /><path + id="path3780" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3491.4,1094.92 -2.46,4.28 1050.39,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3782" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3503.61,1087.27 -2.47,4.29 1050.39,605.69 2.47,-4.28 -1050.39,-605.7" /><path + id="path3784" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3184.52,1257.81 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path3786" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3198.24,1250.8 -2.47,4.28 1050.4,605.68 2.46,-4.27 -1050.39,-605.69" /><path + id="path3788" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3209.55,1242.92 -2.47,4.28 1050.39,605.69 2.47,-4.28 -1050.39,-605.69" /><path + id="path3790" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3222.99,1235.75 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path3792" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3235.19,1228.11 -2.47,4.28 1050.4,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path3794" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3248.9,1221.09 -2.46,4.28 1050.39,605.69 2.47,-4.27 -1050.4,-605.7" /><path + id="path3796" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3261.1,1213.45 -2.47,4.28 1050.4,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3798" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3274.77,1206.3 -2.47,4.28 1050.4,605.7 2.47,-4.28 -1050.4,-605.7" /><path + id="path3800" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3286.98,1198.66 -2.47,4.28 1050.39,605.69 2.47,-4.27 -1050.39,-605.7" /><path + id="path3802" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3300.68,1191.65 -2.46,4.28 1050.39,605.68 2.47,-4.27 -1050.4,-605.69" /><path + id="path3804" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3311.99,1183.77 -2.46,4.28 1050.4,605.69 2.46,-4.27 -1050.4,-605.7" /><path + id="path3806" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3325.44,1176.61 -2.47,4.28 1050.4,605.68 2.47,-4.27 -1050.4,-605.69" /><path + id="path3808" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3517.32,1080.26 -2.47,4.28 1050.4,605.69 2.46,-4.28 -1050.39,-605.69" /><path + id="path3810" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3529.51,1072.62 -2.46,4.28 1050.39,605.69 2.47,-4.28 -1050.4,-605.69" /><path + id="path3812" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3914.3,851.34 -2.47,4.281 1050.4,605.689 2.46,-4.27 -1050.39,-605.7" /><path + id="path3814" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3927.75,844.18 -2.47,4.281 1050.4,605.689 2.46,-4.28 -1050.39,-605.69" /><path + id="path3816" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3939.95,836.539 -2.47,4.281 1050.4,605.69 2.46,-4.28 -1050.39,-605.691" /><path + id="path3818" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3953.66,829.52 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path3820" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3964.97,821.648 -2.47,4.282 1050.4,605.68 2.47,-4.27 -1050.4,-605.692" /><path + id="path3822" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3978.41,814.48 -2.46,4.282 1050.4,605.688 2.46,-4.28 -1050.4,-605.69" /><path + id="path3824" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3990.62,806.84 -2.47,4.281 1050.39,605.689 2.47,-4.28 -1050.39,-605.69" /><path + id="path3826" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4004.33,799.82 -2.47,4.282 1050.4,605.688 2.47,-4.28 -1050.4,-605.69" /><path + id="path3828" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4016.53,792.18 -2.47,4.281 1050.4,605.689 2.46,-4.28 -1050.39,-605.69" /><path + id="path3830" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4030.2,785.031 -2.47,4.278 1050.4,605.691 2.46,-4.28 L 4030.2,785.031" /><path + id="path3832" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4042.4,777.391 -2.47,4.281 1050.4,605.688 2.47,-4.28 -1050.4,-605.689" /><path + id="path3834" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4056.11,770.371 -2.47,4.277 1050.4,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path3836" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4067.42,762.488 -2.47,4.282 1050.4,605.7 2.47,-4.28 -1050.4,-605.702" /><path + id="path3838" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4080.87,755.332 -2.47,4.277 1050.39,605.691 2.47,-4.28 -1050.39,-605.688" /><path + id="path3840" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4093.07,747.691 -2.47,4.278 1050.4,605.691 2.47,-4.28 -1050.4,-605.689" /><path + id="path3842" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4106.78,740.672 -2.47,4.277 1050.4,605.691 2.46,-4.28 -1050.39,-605.688" /><path + id="path3844" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4118.98,733.031 -2.47,4.278 1050.39,605.691 2.47,-4.28 -1050.39,-605.689" /><path + id="path3846" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3748.27,947.43 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path3848" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3759.58,939.559 -2.47,4.281 1050.4,605.68 2.47,-4.27 -1050.4,-605.691" /><path + id="path3850" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3773.03,932.379 -2.47,4.281 1050.39,605.7 2.47,-4.28 -1050.39,-605.701" /><path + id="path3852" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3785.23,924.738 -2.47,4.282 1050.4,605.69 2.47,-4.27 -1050.4,-605.702" /><path + id="path3854" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3798.94,917.719 -2.47,4.293 1050.4,605.688 2.46,-4.28 -1050.39,-605.701" /><path + id="path3856" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3811.14,910.082 -2.47,4.277 1050.39,605.691 2.47,-4.27 -1050.39,-605.698" /><path + id="path3858" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3824.81,902.941 -2.47,4.278 1050.4,605.691 2.47,-4.28 -1050.4,-605.689" /><path + id="path3860" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3837.01,895.301 -2.47,4.277 1050.4,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path3862" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3850.72,888.281 -2.47,4.278 1050.4,605.691 2.46,-4.28 -1050.39,-605.689" /><path + id="path3864" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3862.03,880.398 -2.47,4.282 1050.4,605.69 2.47,-4.27 -1050.4,-605.702" /><path + id="path3866" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3875.48,873.238 -2.47,4.282 1050.4,605.69 2.47,-4.28 -1050.4,-605.692" /><path + id="path3868" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3887.68,865.602 -2.47,4.277 1050.4,605.691 2.46,-4.28 -1050.39,-605.688" /><path + id="path3870" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3901.39,858.582 -2.47,4.277 1050.39,605.691 2.47,-4.28 -1050.39,-605.688" /><path + id="path3872" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3913.59,850.941 -2.47,4.278 1050.4,605.691 2.47,-4.28 -1050.4,-605.689" /><path + id="path3874" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4298.72,630.082 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path3876" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4312.17,622.922 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path3878" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4324.37,615.281 -2.47,4.278 1050.4,605.681 2.46,-4.28 -1050.39,-605.679" /><path + id="path3880" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4338.08,608.25 -2.47,4.281 1050.39,605.699 2.47,-4.28 -1050.39,-605.7" /><path + id="path3882" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4349.39,600.379 -2.47,4.281 1050.4,605.69 2.46,-4.28 -1050.39,-605.691" /><path + id="path3884" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4362.84,593.211 -2.47,4.277 1050.4,605.702 2.46,-4.28 -1050.39,-605.699" /><path + id="path3886" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4375.03,585.57 -2.46,4.282 1050.4,605.698 2.46,-4.28 -1050.4,-605.7" /><path + id="path3888" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4388.75,578.551 -2.47,4.277 1050.39,605.702 2.47,-4.28 -1050.39,-605.699" /><path + id="path3890" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4400.95,570.91 -2.47,4.281 1050.4,605.699 2.47,-4.28 -1050.4,-605.7" /><path + id="path3892" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4414.62,563.77 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path3894" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4426.82,556.121 -2.47,4.277 1050.39,605.702 2.47,-4.28 -1050.39,-605.699" /><path + id="path3896" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4440.53,549.109 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path3898" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4451.84,541.23 -2.47,4.282 1050.39,605.688 2.47,-4.28 -1050.39,-605.69" /><path + id="path3900" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4465.29,534.059 -2.47,4.281 1050.4,605.7 2.46,-4.28 -1050.39,-605.701" /><path + id="path3902" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4477.49,526.422 -2.47,4.277 1050.39,605.691 2.47,-4.28 -1050.39,-605.688" /><path + id="path3904" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4491.2,519.398 -2.47,4.282 1050.4,605.7 2.47,-4.28 -1050.4,-605.702" /><path + id="path3906" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4503.4,511.762 -2.47,4.277 1050.4,605.691 2.46,-4.28 L 4503.4,511.762" /><path + id="path3908" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4132.69,726.16 -2.47,4.281 1050.4,605.699 2.47,-4.28 -1050.4,-605.7" /><path + id="path3910" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4144,718.289 -2.47,4.281 1050.4,605.69 2.47,-4.28 L 4144,718.289" /><path + id="path3912" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4157.44,711.121 -2.46,4.277 1050.39,605.702 2.47,-4.28 -1050.4,-605.699" /><path + id="path3914" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4169.65,703.48 -2.47,4.282 1050.39,605.688 2.47,-4.28 -1050.39,-605.69" /><path + id="path3916" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4183.36,696.469 -2.47,4.281 1050.4,605.68 2.47,-4.28 -1050.4,-605.681" /><path + id="path3918" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4195.56,688.82 -2.47,4.282 1050.4,605.688 2.46,-4.28 -1050.39,-605.69" /><path + id="path3920" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4209.23,681.68 -2.47,4.281 1050.4,605.689 2.46,-4.29 -1050.39,-605.68" /><path + id="path3922" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4221.43,674.039 -2.47,4.281 1050.4,605.68 2.47,-4.28 -1050.4,-605.681" /><path + id="path3924" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4235.14,667.012 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path3926" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4246.45,659.141 -2.47,4.281 1050.4,605.688 2.47,-4.28 -1050.4,-605.689" /><path + id="path3928" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4259.9,651.969 -2.47,4.281 1050.39,605.7 2.47,-4.28 L 4259.9,651.969" /><path + id="path3930" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4272.1,644.332 -2.47,4.277 1050.4,605.701 2.47,-4.28 -1050.4,-605.698" /><path + id="path3932" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4285.81,637.309 -2.47,4.281 1050.4,605.7 2.46,-4.28 -1050.39,-605.701" /><path + id="path3934" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 4298.01,629.672 -2.47,4.277 1050.39,605.701 2.47,-4.28 -1050.39,-605.698" /></g></g><path + id="path3936" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 388.48971,218.92936 -137.582,79.433 c -1.22,0.704 -2.338,0.783 -3.221,0.351 l -7.5e-4,9.9e-4 c -0.008,-0.004 -0.016,-0.007 -0.024,-0.011 -0.016,-0.008 -0.033,-0.014 -0.049,-0.023 -5.006,-2.243 -8.475,-4.991 -8.475,-4.991 l 6.605,-6.441 v -98.76999 c 0,-3.803 2.312,-8.22 5.165,-9.867 l 133.641,-77.1579 -4.656,-2.299201 3.373,-5.2789 c 0,0 4.132,1.1308 8.81,5.1691 0.972,0.69099 1.578,2.093791 1.578,4.037901 v 105.979 c 0,3.80299 -2.312,8.221 -5.164,9.868" /><path + id="path3938" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 380.60571,98.956159 2.872,-4.4949 c 1.07,0.36409 4.508,1.70509 8.275,4.957 0.908,0.648091 1.408,1.973101 1.408,3.664101 v 105.979 c 0,3.64 -2.206,7.875 -4.918,9.441 l -137.582,79.433 c -1.033,0.596 -1.985,0.712 -2.758,0.335 l -0.065,-0.027 c -3.885,-1.743 -6.856,-3.804 -7.944,-4.602 l 6.343,-6.185 v -98.978 c 0,-3.639 2.206,-7.874 4.918,-9.44 l 134.44,-77.6189 z m 2.439,-5.65271 -3.865,6.05001 4.323,2.133991 -132.842,76.6969 c -2.984,1.722 -5.411,6.34101 -5.411,10.29401 v 98.561 l -6.858,6.688 0.439,0.349 c 0.144,0.113 3.575,2.812 8.581,5.055 l 0.266,-0.421 -0.199,0.452 c 1.055,0.515 2.364,0.384 3.676,-0.373 l 137.582,-79.43301 c 2.984,-1.722 5.411,-6.34099 5.411,-10.29499 v -105.979 c 0,-2.04491 -0.634,-3.621111 -1.787,-4.439811 -4.671,-4.03519 -8.792,-5.1954 -8.965,-5.24299 l -0.351,-0.0961" /><path + id="path3940" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 245.79871,277.68036 v -36.486 l 84.788,-49.734 52.731,30.487 -117.026,67.565 -20.493,-11.832" /><path + id="path3942" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 246.29171,241.47736 84.297,-49.446 51.742,29.916 -116.04,66.995 -19.999,-11.547 z m 84.293,-50.58801 -0.248,0.14501 -85.032,49.877 v 37.054 l 20.986,12.117 0.247,-0.143 117.766,-67.992 -53.719,-31.05801" /><path + id="path3944" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 244.02171,288.86636 1.66,-1.618 v -3.198 l 14.632,8.846 -7.111,4.106 -8.501,-4.823 -0.68,-3.313" /><path + id="path3946" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 244.55971,289.03136 1.615,-1.576 v -2.53 l 13.169,7.961 -6.143,3.546 -8.061,-4.571 z m 0.628,-5.856 v 3.864 l -1.704,1.662 0.779,3.797 8.942,5.072 8.08,-4.665 -16.097,-9.73" /><path + id="path3948" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 352.79671,99.744449 c -0.27,1.312911 -1.168,2.409901 -2.329,3.079911 l -5.344,3.085 c -5.446,3.144 -9.901,10.86099 -9.901,17.14899 v 35.47401 c 0,0.045 -0.024,0.086 -0.062,0.108 l -5.382,3.10699 c -0.097,0.056 -0.209,-0.035 -0.176,-0.142 0.421,-1.4 0.658,-2.805 0.658,-4.13799 v -25.70001 c 0,-1.58499 -0.335,-2.883 -0.916,-3.87 l -0.548,4.20101 c -0.009,0.067 -0.07,0.115 -0.138,0.10699 l -11.17301,-1.302 c -0.044,-0.005 -0.088,0.013 -0.11499,0.049 -2.386,3.09799 -3.979,7.06699 -3.979,10.555 v 25.69902 c 0,1.37901 0.25399,2.54001 0.702,3.47001 0.027,0.057 0.007,0.123 -0.049,0.15499 l -5.42799,3.13401 c -0.083,0.048 -0.187,-0.012 -0.187,-0.108 v -35.18703 c 0,-6.36699 -4.511,-8.97099 -10.025,-5.78799 l -5.568,3.215 c -0.583,0.337 -0.994,0.415 -1.368,0.181 l -0.114,-0.057 c 0,0 -5.085,-2.02401 -10.417,-6.066 -0.063,-0.047 -0.068,-0.142 -0.009,-0.19401 l 4.198,-3.74799 c 0.007,-0.006 0.014,-0.012 0.022,-0.016 l 51.47001,-28.591201 c 0.013,-0.007 0.024,-0.0156 0.034,-0.0277 l 5.04101,-5.9141 c 0.034,-0.0398 0.081,-0.057 0.12999,-0.039 0.745,0.2761 6.966,2.6531 10.623,6.2531 0.364,0.341 0.534,0.9719 0.35001,1.866" /><path + id="path3950" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 285.42571,126.60836 51.506,-28.611901 0.091,-0.0911 4.878,-5.72301 c 1.363,0.525 6.881,2.78091 10.2,6.04691 0.271,0.2562 0.346,0.76789 0.213,1.416 v 0 c -0.23,1.113301 -0.992,2.116091 -2.093,2.751101 l -5.344,3.086 c -5.596,3.231 -10.148,11.115 -10.148,17.57599 v 35.26101 l -4.413,2.54799 c 0.292,-1.18299 0.439,-2.324 0.439,-3.39999 v -25.70001 c 0,-1.626 -0.332,-3.012 -0.985,-4.11999 l -0.729,-1.237 -0.686,5.263 -10.812,-1.26 c -0.212,-0.023 -0.428,0.065 -0.561,0.23499 -2.558,3.321 -4.083,7.37901 -4.083,10.85801 v 25.69999 c 0,1.269 0.204,2.39901 0.608,3.36601 l -4.583,2.646 v -34.54801 c 0,-3.26299 -1.134,-5.71399 -3.192,-6.903 -2.058,-1.18899 -4.748,-0.94399 -7.574,0.68801 l -5.568,3.21499 c -0.601,0.34701 -0.762,0.249 -0.859,0.189 l -0.156,-0.08 c -0.085,-0.035 -4.899,-1.974 -9.982,-5.74901 z m 56.36,-35.483811 c -0.175,0 -0.345,0.0769 -0.467,0.2187 l -4.998,5.8641 -51.45,28.580011 -0.056,0.044 -4.21401,3.762 c -0.13899,0.122 -0.21399,0.3 -0.20599,0.486 0.007,0.186 0.097,0.358 0.24499,0.471 5.32401,4.034 10.482,6.109 10.533,6.13 l 0.077,0.04 c 0.63,0.396 1.313,0.105 1.83399,-0.19599 l 5.568,-3.214 c 2.508,-1.44701 4.84601,-1.69301 6.58701,-0.68801 1.739,1.005 2.69799,3.15201 2.69799,6.048 v 35.18701 c 0,0.21999 0.11801,0.425 0.309,0.53499 0.19001,0.111 0.42701,0.11001 0.61701,0 l 5.429,-3.13399 c 0.282,-0.162 0.388,-0.50501 0.247,-0.797 -0.433,-0.89901 -0.65301,-1.99401 -0.65301,-3.25501 v -25.69999 c 0,-3.212 1.39901,-6.969 3.75101,-10.089 l 10.965,1.278 c 0.34,0.039 0.64,-0.201 0.684,-0.53201 l 0.296,-2.268 c 0.123,0.57201 0.186,1.197 0.186,1.872 v 25.70001 c 0,1.24399 -0.215,2.58799 -0.638,3.996 -0.074,0.24499 0.008,0.50499 0.207,0.66199 0.198,0.15701 0.467,0.177 0.688,0.05 l 5.383,-3.108 c 0.19,-0.109 0.308,-0.31401 0.308,-0.535 v -35.474 c 0,-6.147 4.331,-13.647 9.654,-16.721 l 5.345,-3.086 c 1.344,-0.776 2.28,-2.0178 2.565,-3.406901 v 0 c 0.207,-1.0051 0.031,-1.832 -0.495,-2.3269 -3.729,-3.6692 -10.078,-6.0911 -10.789,-6.3551 -0.069,-0.0262 -0.14,-0.0379 -0.21,-0.0379" /><path + id="path3952" + style="fill:#1b172d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 352.79671,99.604259 c -0.136,0.660091 -0.024,0.741001 -0.431,1.265191 -5.18,-4.332001 -10.65,-5.919091 -10.65,-5.919091 l -2.646,-0.3481 2.624,-3.0777 c 0.034,-0.0402 0.081,-0.0582 0.13,-0.0391 0.745,0.27581 6.966,2.65281 10.623,6.252 0.364,0.34181 0.534,0.97301 0.35,1.86681" /><path + id="path3954" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 340.03371,94.231159 1.867,-2.18861 c 1.363,0.525 6.881,2.78081 10.2,6.0468 0.271,0.25511 0.346,0.768 0.213,1.416 v 0 c -0.039,0.1899 -0.06,0.336 -0.077,0.45791 -0.007,0.0562 -0.014,0.103091 -0.021,0.144101 -5.052,-4.060201 -10.142,-5.567201 -10.362,-5.630911 l -0.074,-0.0152 z m 1.752,-3.2468 c -0.175,0 -0.345,0.0769 -0.467,0.21909 l -3.214,3.76991 3.507,0.46099 c 0.466,0.14291 5.613,1.7781 10.438,5.812801 l 0.392,0.32931 0.315,-0.40431 c 0.361,-0.46599 0.407,-0.69999 0.459,-1.07499 0.014,-0.104611 0.031,-0.229601 0.064,-0.392911 v 0 c 0.207,-1.0071 0.031,-1.8321 -0.496,-2.32699 -3.728,-3.6687 -10.077,-6.09101 -10.788,-6.3551 -0.069,-0.0257 -0.14,-0.0378 -0.21,-0.0378" /><path + id="path3956" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 336.37271,97.671449 c 0.013,-0.007 0.025,-0.0172 0.034,-0.0282 l 1.361,-1.59609 12.214,6.981201 -5.104,2.946 c -0.777,0.44899 -1.531,1 -2.258,1.618 -5.078,-2.896 -10.018,-5.61 -12.029,-6.70881 l 5.782,-3.212101" /><path + id="path3958" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 336.61171,98.103449 0.074,-0.041 0.091,-0.0922 1.101,-1.29099 11.113,6.351091 -4.36,2.517 c -0.674,0.38901 -1.368,0.87501 -2.065,1.44701 -4.433,-2.525 -8.718,-4.889 -10.953,-6.114 z m 1.045,-2.6871 -1.582,1.8558 -6.507,3.615301 0.786,0.42891 c 1.906,1.04199 6.893,3.78 12.022,6.705 l 0.3,0.171 0.264,-0.22401 c 0.74,-0.63 1.475,-1.15699 2.185,-1.566 l 5.848,-3.37599 -13.316,-7.610011" /><path + id="path3960" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 298.40471,132.86835 -5.568,3.21501 c -0.583,0.336 -0.994,0.414 -1.368,0.18 l -0.114,-0.056 c 0,0 -5.085,-2.02399 -10.417,-6.066 -0.063,-0.048 -0.068,-0.14299 -0.009,-0.195 l 4.198,-3.748 c 0.007,-0.006 0.014,-0.011 0.023,-0.016 l 0.542,-0.816 12.713,7.50199" /><path + id="path3962" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 285.42771,126.59136 0.069,-0.04 0.347,-0.522 11.582,6.834 -4.836,2.792 c -0.604,0.35 -0.763,0.249 -0.86,0.19 l -0.153,-0.08 c -0.087,-0.036 -4.901,-1.975 -9.984,-5.75 z m 0.111,-1.887 -0.759,1.143 -4.179,3.731 c -0.14,0.12499 -0.214,0.30199 -0.206,0.48799 0.008,0.186 0.098,0.357 0.245,0.46901 5.324,4.03399 10.482,6.10999 10.533,6.13 l 0.075,0.039 c 0.631,0.39699 1.315,0.10599 1.836,-0.19401 l 6.301,-3.63799 -13.846,-8.168" /><path + id="path3964" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 335.22271,123.05835 v 13.73201 c -2.292,0.784 -4.012,1.35199 -4.201,1.35199 -0.071,0 -0.345,-0.07 -0.761,-0.189 v -6.186 c 0,-1.58499 -0.335,-2.883 -0.916,-3.87 l -0.548,4.20101 c -0.009,0.067 -0.07,0.115 -0.138,0.10699 l -11.173,-1.302 c -0.044,-0.005 -0.088,0.013 -0.115,0.049 -0.573,0.74299 -1.096,1.53799 -1.566,2.36299 -0.309,-0.102 -0.49,-0.162 -0.49,-0.162 l 1.221,-23.98399 5.893,-3.56 0.159,-0.20901 4.799,-2.66599 0.698,0.88999 c 0,0 5.933,3.24801 11.906,6.93201 -2.85,3.65799 -4.768,8.38299 -4.768,12.50199" /><path + id="path3966" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 322.91771,105.78135 4.341,-2.41099 0.5,0.639 0.088,0.049 c 0.058,0.031 5.685,3.115 11.421,6.633 -2.85,3.832 -4.539,8.41701 -4.539,12.367 v 13.379 c -2.737,0.933 -3.508,1.162 -3.71,1.206 -0.04,-0.007 -0.118,-0.025 -0.264,-0.065 v -5.811 c 0,-1.626 -0.332,-3.012 -0.985,-4.12 l -0.729,-1.237 -0.686,5.263 -10.812,-1.26 c -0.209,-0.027 -0.426,0.063 -0.561,0.235 -0.393,0.51 -0.77,1.053 -1.128,1.623 l 1.161,-22.815 5.749,-3.473 z m 4.598,-3.68299 -5.257,2.92099 -0.166,0.216 -6.037,3.64701 -1.253,24.623 1.231,0.405 0.2,-0.35 c 0.434,-0.762 0.905,-1.482 1.402,-2.142 l 10.966,1.277 c 0.34,0.039 0.64,-0.201 0.684,-0.53201 l 0.296,-2.268 c 0.123,0.57201 0.186,1.197 0.186,1.872 v 6.558 l 0.357,0.102 c 0.67,0.19301 0.803,0.20901 0.897,0.20901 0.147,0 0.329,0 4.361,-1.37901 l 0.333,-0.114 v -14.085 c 0,-3.83199 1.787,-8.50599 4.664,-12.19899 l 0.338,-0.43401 -0.468,-0.28899 c -5.52,-3.405 -11.072,-6.47301 -11.839,-6.895 l -0.895,-1.143" /><path + id="path3968" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 340.34071,96.504259 -5.755,3.32299 c -5.434,3.137101 -9.839,10.767111 -9.839,17.041111 v 35.618 l -5.712,3.298 c 0.478,-1.498 0.75,-3.007 0.75,-4.435 v -25.7 c 0,-5.379 -3.776,-7.55901 -8.434,-4.869 -4.659,2.68899 -8.435,9.23 -8.435,14.609 v 25.69999 c 0,1.42701 0.272,2.622 0.751,3.568 l -5.713,3.29801 v -35.61801 c 0,-6.27399 -4.405,-8.81799 -9.839,-5.67999 l -5.754,3.32199 c -1.136,0.65601 -2.056,0.12401 -2.056,-1.18599 0,-1.311 0.92,-2.905 2.056,-3.56001 l 57.98,-33.474791 c 1.135,-0.6551 2.055,-0.1242 2.055,1.18669 0,1.3101 -0.92,2.9043 -2.055,3.55901" /><path + id="path3970" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 281.44271,129.76635 c -0.11,0 -0.207,-0.023 -0.289,-0.071 -0.226,-0.129 -0.355,-0.459 -0.355,-0.903 0,-1.131 0.829,-2.56601 1.809,-3.132 l 57.979,-33.474111 c 0.384,-0.22299 0.735,-0.27499 0.96,-0.1437 0.226,0.1296 0.355,0.45891 0.355,0.9027 0,1.13201 -0.828,2.56601 -1.809,3.132 l -5.754,3.3231 c -5.561,3.210001 -10.086,11.047011 -10.086,17.468011 v 35.333 l -4.413,2.548 c 0.291,-1.183 0.439,-2.322 0.439,-3.4 v -25.7 c 0,-2.785 -0.966,-4.876 -2.718,-5.88801 -1.75,-1.011 -4.045,-0.80199 -6.457,0.591 -4.787,2.76401 -8.681,9.50901 -8.681,15.03701 v 25.699 c 0,1.26999 0.204,2.4 0.607,3.366 l -4.582,2.646 v -34.76301 c 0,-3.219 -1.112,-5.63299 -3.129,-6.79699 -2.015,-1.16501 -4.663,-0.92 -7.45,0.68899 l -5.755,3.32301 c -0.245,0.141 -0.477,0.21399 -0.671,0.21399 z m 59.817,-38.784001 c -0.368,0 -0.765,0.11721 -1.167,0.34881 l -57.979,33.474201 c -1.291,0.745 -2.302,2.497 -2.302,3.987 0,0.81799 0.301,1.443 0.848,1.759 0.548,0.315 1.239,0.26499 1.948,-0.144 l 5.754,-3.32301 c 2.469,-1.425 4.764,-1.671 6.463,-0.68899 1.7,0.981 2.635,3.091 2.635,5.94199 v 36.472 l 6.858,-3.958 -0.211,-0.417 c -0.463,-0.91599 -0.697,-2.04099 -0.697,-3.34599 v -25.699 c 0,-5.214 3.673,-11.57501 8.187,-14.18201 2.094,-1.20799 4.036,-1.419 5.471,-0.591 1.434,0.828 2.223,2.61501 2.223,5.03301 v 25.7 c 0,1.332 -0.244,2.773 -0.727,4.285 l -0.388,1.215 7.065,-4.078 v -35.903 c 0,-6.10701 4.302,-13.56 9.592,-16.61301 l 5.754,-3.322991 c 1.291,-0.7449 2.302,-2.4969 2.302,-3.98711 0,-0.81799 -0.301,-1.4418 -0.848,-1.75779 -0.237,-0.1371 -0.501,-0.20511 -0.781,-0.20511" /><path + id="path3972" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 302.89371,161.00736 v -25.70001 c 0,-5.379 3.777,-11.91999 8.435,-14.60899 4.658,-2.69 8.435,-0.51 8.435,4.869 v 25.69999 c 0,1.428 -0.273,2.937 -0.751,4.43501 l 2.994,-1.72901 v 9.838 h -18.683 c -0.277,-0.79999 -0.43,-1.737 -0.43,-2.80399" /><path + id="path3974" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 303.68471,163.31835 c -0.197,-0.692 -0.297,-1.46799 -0.297,-2.31099 v -25.70001 c 0,-5.214 3.673,-11.57599 8.187,-14.18199 2.096,-1.209 4.038,-1.41801 5.472,-0.59001 1.433,0.828 2.223,2.61501 2.223,5.03301 v 25.69899 c 0,1.33001 -0.245,2.772 -0.728,4.28501 l -0.387,1.215 3.359,-1.93901 v 8.49 z m 11.412,-44.26999 c -1.242,0 -2.608,0.40999 -4.015,1.22299 -4.787,2.763 -8.681,9.50801 -8.681,15.036 v 25.70001 c 0,1.09099 0.153,2.08899 0.456,2.96499 l 0.115,0.333 h 19.529 v -11.18599 l -2.683,1.548 c 0.292,-1.184 0.439,-2.32301 0.439,-3.40001 v -25.69899 c 0,-2.78601 -0.964,-4.876 -2.717,-5.889 -0.73,-0.421 -1.554,-0.631 -2.443,-0.631" /><path + id="path3976" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 315.31471,163.81135 h -11.991 c -0.277,-0.79999 -0.43,-1.737 -0.43,-2.80399 v -25.70001 c 0,-3.99699 2.087,-8.63199 5.069,-11.85499 3.004,-0.24401 5.109,1.986 5.109,6.001 v 25.69899 c 0,1.428 -0.273,2.938 -0.751,4.43601 l 2.994,-1.72901 v 5.952" /><path + id="path3978" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 308.19271,123.93236 c 1.113,-0.043 2.064,0.283 2.797,0.95899 1.039,0.95801 1.588,2.535 1.588,4.56101 v 25.69999 c 0,1.332 -0.245,2.77401 -0.727,4.285 l -0.388,1.21601 3.359,-1.94001 v 4.605 h -11.137 c -0.197,-0.692 -0.297,-1.46799 -0.297,-2.31099 v -25.70001 c 0,-3.70099 1.881,-8.14399 4.805,-11.37499 z m 0.212,-0.992 c -0.159,0 -0.319,0.007 -0.481,0.02 l -0.192,0.016 -0.131,0.14 c -3.159,3.414 -5.2,8.2 -5.2,12.19099 v 25.70001 c 0,1.09099 0.153,2.08899 0.456,2.96499 l 0.115,0.333 h 12.837 v -7.30099 l -2.682,1.54799 c 0.291,-1.182 0.438,-2.32199 0.438,-3.4 v -25.69999 c 0,-2.309 -0.659,-4.137 -1.905,-5.28701 -0.875,-0.80599 -1.993,-1.22499 -3.255,-1.22499" /><path + id="path3980" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 305.75871,162.39835 v -25.69999 c 0,-5.379 3.776,-11.919 8.434,-14.60901 1.503,-0.867 2.911,-1.221 4.133,-1.13199 0.907,1.02999 1.438,2.595 1.438,4.61 v 25.69999 c 0,1.428 -0.273,2.937 -0.751,4.43501 l 2.994,-1.72901 v 2.66301 c -0.044,0.153 -0.081,0.305 -0.13,0.458 l 0.13,-0.075 v 6.79199 h -16.147 c -0.065,-0.442 -0.101,-0.912 -0.101,-1.413" /><path + id="path3982" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 306.29671,163.31835 c -0.03,-0.30399 -0.045,-0.611 -0.045,-0.92 v -25.69999 c 0,-5.21301 3.673,-11.575 8.188,-14.181 1.278,-0.738 2.539,-1.11201 3.646,-1.078 0.775,0.97399 1.184,2.39599 1.184,4.129 v 25.69899 c 0,1.33001 -0.245,2.772 -0.728,4.28501 l -0.387,1.215 3.359,-1.93901 -0.032,1.85601 c -0.023,0.087 -0.047,0.173 -0.074,0.25899 l -0.39,1.216 0.496,-0.286 v 5.445 z m 11.663,-42.867 c -1.255,0 -2.633,0.414 -4.014,1.21101 -4.786,2.763 -8.681,9.50799 -8.681,15.036 v 25.69999 c 0,0.5 0.035,1.00001 0.106,1.484 l 0.061,0.423 h 17.06901 v -11.18599 l -2.683,1.548 c 0.292,-1.184 0.439,-2.32301 0.439,-3.40001 v -25.69899 c 0,-2.07201 -0.53901,-3.77901 -1.561,-4.938 l -0.13301,-0.151 -0.20199,-0.014 c -0.132,-0.01 -0.26601,-0.014 -0.40101,-0.014" /><path + id="path3984" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 355.17571,195.24036 -1.576,-76.246 30.244,-17.4608 9.81,5.6268 v 101.574 c 0,2.43499 -0.95,5.11699 -2.379,7.167 l -16.984,-9.764 -19.115,-10.897" /><path + id="path3986" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 354.09871,119.27636 29.745,-17.17301 9.317,5.34401 v 101.288 c 0,2.118 -0.757,4.52 -2.039,6.509 l -16.584,-9.534 -18.874,-10.76 z m 29.744,-18.312 -30.742,17.749 0.005,0.29199 1.583,76.525 19.358,11.03601 17.374,9.989 0.25899,-0.371 c 1.545,-2.21601 2.46801,-5.001 2.46801,-7.449 v -101.86 l -10.305,-5.911" /><path + id="path3988" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 380.14171,94.267559 -137.583,79.432801 c -2.852,1.647 -5.164,6.06499 -5.164,9.868 v 105.979 c 0,3.803 2.312,5.551 5.164,3.905 l 137.583,-79.434 c 2.852,-1.64601 5.164,-6.064 5.164,-9.867 V 98.171459 c 0,-3.8032 -2.312,-5.5512 -5.164,-3.9039" /><path + id="path3990" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 380.38771,94.694459 c 1.084,-0.625 2.108,-0.72231 2.886,-0.27231 0.978,0.56531 1.539,1.93131 1.539,3.74931 V 204.15136 c 0,3.63999 -2.207,7.874 -4.918,9.44 l -137.582,79.433 c -1.083,0.625 -2.108,0.723 -2.886,0.272 -0.978,-0.564 -1.539,-1.93 -1.539,-3.749 v -105.979 c 0,-3.64 2.207,-7.875 4.918,-9.44001 z m 1.807,-1.5402 c -0.728,0 -1.51,0.22929 -2.3,0.6851 l -137.582,79.433991 c -2.984,1.722 -5.412,6.34001 -5.412,10.29501 v 105.979 c 0,2.181 0.741,3.858 2.032,4.604 1.096,0.633 2.472,0.537 3.873,-0.272 l 137.582,-79.433 c 2.984,-1.72301 5.412,-6.342 5.412,-10.295 V 98.171459 c 0,-2.1801 -0.741,-3.859 -2.032,-4.6039 -0.479,-0.2762 -1.01,-0.4133 -1.573,-0.4133" /><path + id="path3992" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 379.67771,105.52436 -136.655,78.89699 c -0.815,0.471 -1.475,1.73301 -1.475,2.82 v 100.11901 c 0,1.087 0.66,1.586 1.475,1.116 l 136.655,-78.898 c 0.815,-0.47001 1.475,-1.73301 1.475,-2.81901 v -100.12 c 0,-1.086 -0.66,-1.58599 -1.475,-1.11499" /><path + id="path3994" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 379.92371,105.95136 c 0.113,-0.065 0.325,-0.16401 0.472,-0.078 0.127,0.074 0.264,0.314 0.264,0.76599 v 100.12 c 0,0.912 -0.563,2.007 -1.229,2.39201 l -136.654,78.897 c -0.113,0.066 -0.326,0.163 -0.472,0.078 -0.127,-0.074 -0.264,-0.313 -0.264,-0.766 V 187.24135 c 0,-0.912 0.563,-2.007 1.229,-2.39199 z m 0.34,-1.099 c -0.268,0 -0.551,0.082 -0.833,0.244 l -136.654,78.898 c -0.966,0.558 -1.723,1.98399 -1.723,3.24699 v 100.11901 c 0,0.752 0.276,1.343 0.757,1.621 0.426,0.246 0.944,0.22 1.459,-0.078 l 136.654,-78.89801 c 0.966,-0.55699 1.723,-1.983 1.723,-3.246 v -100.12 c 0,-0.75199 -0.276,-1.34299 -0.757,-1.62 -0.193,-0.11199 -0.404,-0.16699 -0.626,-0.16699" /><path + id="path3996" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 380.95971,106.31835 -136.655,78.89701 c -0.815,0.471 -1.475,1.733 -1.475,2.82 v 100.119 c 0,0.146 0.014,0.28 0.036,0.404 -0.731,0.305 -1.3,-0.187 -1.3,-1.193 v -100.12 c 0,-1.086 0.661,-2.348 1.476,-2.819 l 136.654,-78.898 c 0.705,-0.40701 1.293,-0.085 1.439,0.71199 -0.058,0.025 -0.115,0.043 -0.175,0.078" /><path + id="path3998" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 242.33571,288.13036 c -0.011,-0.005 -0.021,-0.011 -0.031,-0.018 -0.118,-0.079 -0.246,-0.317 -0.246,-0.747 v -100.12 c 0,-0.912 0.563,-2.007 1.229,-2.39201 l 136.655,-78.89699 c 0.106,-0.062 0.305,-0.153 0.45,-0.088 0.051,0.024 0.097,0.068 0.137,0.129 l -136.471,78.791 c -0.966,0.558 -1.723,1.984 -1.723,3.247 z m 137.946,-183.271 c -0.27,0 -0.554,0.081 -0.832,0.242 l -136.655,78.898 c -0.966,0.55699 -1.723,1.983 -1.723,3.246 v 100.12 c 0,0.717 0.244,1.274 0.686,1.569 0.371,0.247 0.833,0.274 1.299,0.079 l 0.368,-0.153 -0.073,-0.393 c -0.018,-0.096 -0.028,-0.199 -0.028,-0.313 v -100.119 c 0,-0.912 0.56301,-2.007 1.228,-2.392 l 136.655,-78.897 h -7.5e-4 c 0.022,-0.013 0.044,-0.02 0.066,-0.029 l 0.377,-0.14899 -0.029,-0.41601 c -0.102,-0.566 -0.39201,-0.98499 -0.813,-1.17999 -0.16401,-0.075 -0.34101,-0.11301 -0.525,-0.11301" /><path + id="path4000" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 316.29571,135.72936 -9.891,5.711 c -0.441,0.255 -0.799,0.93799 -0.799,1.527 v 0 c 0,0.589 0.358,0.85999 0.799,0.60499 l 9.891,-5.71099 c 0.441,-0.254 0.799,-0.938 0.799,-1.527 v 0 c 0,-0.58901 -0.358,-0.86 -0.799,-0.605" /><path + id="path4002" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 306.10671,143.16936 c 0.012,-0.021 -0.008,-0.089 -0.008,-0.202 0,-0.447 0.292,-0.94901 0.553,-1.1 l 9.891,-5.71 c 0.022,-0.013 0.04,-0.021 0.051,-0.025 -0.012,0.02 0.008,0.089 0.008,0.20201 0,0.447 -0.292,0.949 -0.553,1.09999 l -9.891,5.71001 c -0.022,0.013 -0.039,0.021 -0.051,0.025 z m 10.508,-8.029 c -0.186,0 -0.379,0.054 -0.566,0.162 l -9.891,5.71 c -0.596,0.345 -1.046,1.185 -1.046,1.955 0,0.49099 0.191,0.883 0.523,1.074 0.301,0.17299 0.671,0.15799 1.017,-0.042 l 9.891,-5.71001 c 0.596,-0.34399 1.046,-1.185 1.046,-1.95499 0,-0.491 -0.191,-0.88301 -0.523,-1.074 -0.138,-0.08 -0.292,-0.12 -0.451,-0.12" /><path + id="path4004" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 386.72171,206.72236 -0.494,0.855 5.963,3.44199 0.494,-0.85399 -5.963,-3.443" /><path + id="path4006" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 386.72171,107.22336 -0.494,0.855 5.963,3.443 0.494,-0.855 -5.963,-3.443" /><path + id="path4008" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 327.89871,109.10736 -0.492,0.85599 8.755,5.03601 0.493,-0.856 -8.756,-5.036" /><path + id="path4010" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 306.00471,126.42135 -0.493,0.85601 1.937,1.113 0.492,-0.85601 -1.936,-1.113" /><path + id="path4012" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 272.11671,254.35936 -15.606,9.062 c -0.631,0.366 -1.141,1.346 -1.139,2.188 v 0 c 0.002,0.843 0.515,1.228 1.146,0.862 l 15.606,-9.062 c 0.631,-0.366 1.141,-1.346 1.139,-2.188 v 0 c -0.002,-0.843 -0.515,-1.228 -1.146,-0.862" /><path + id="path4014" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 272.28171,254.64436 c 0.097,-0.057 0.281,-0.142 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.723 -0.445,1.595 -0.975,1.903 l -15.606,9.062 c -0.098,0.056 -0.283,0.141 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.904 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -15.606,9.062 c -0.732,0.425 -1.304,1.512 -1.302,2.474 7.5e-4,0.563 0.206,1.004 0.563,1.209 0.313,0.179 0.696,0.158 1.077,-0.063 l 15.606,-9.062 c 0.733,-0.425 1.305,-1.512 1.303,-2.474 -0.002,-0.564 -0.207,-1.004 -0.563,-1.209 -0.141,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4016" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.52071,249.47936 -4.768,2.769 c -0.631,0.366 -1.141,1.346 -1.139,2.188 v 0 c 0.002,0.842 0.516,1.228 1.146,0.862 l 4.768,-2.768 c 0.631,-0.367 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4018" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.68571,249.76436 c 0.097,-0.058 0.282,-0.14 0.42,-0.062 0.142,0.082 0.231,0.327 0.232,0.64 0.002,0.723 -0.444,1.595 -0.975,1.903 l -4.768,2.769 c -0.097,0.056 -0.279,0.139 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.723 0.445,-1.595 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.621,0.183 l -4.768,2.769 c -0.733,0.425 -1.305,1.512 -1.303,2.474 0.002,0.564 0.207,1.004 0.564,1.209 0.313,0.18 0.696,0.157 1.077,-0.063 l 4.768,-2.769 c 0.733,-0.426 1.305,-1.512 1.302,-2.474 -7.5e-4,-0.563 -0.207,-1.004 -0.563,-1.208 -0.14,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4020" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 293.40671,241.99636 -9.142,5.309 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.003,0.842 0.516,1.228 1.147,0.861 l 9.142,-5.308 c 0.631,-0.366 1.14,-1.346 1.138,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.863" /><path + id="path4022" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 293.57171,242.28136 c 0.098,-0.057 0.281,-0.14 0.42,-0.061 0.143,0.082 0.232,0.326 0.233,0.64 0.002,0.723 -0.445,1.595 -0.975,1.902 l -9.142,5.309 c -0.097,0.056 -0.28,0.14 -0.42,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.72401 0.445,-1.596 0.975,-1.90301 z m 0.291,-0.753 c -0.199,0 -0.41,0.062 -0.621,0.184 l -9.142,5.308 c -0.733,0.426 -1.305,1.512 -1.303,2.474 0.002,0.564 0.207,1.005 0.564,1.209 0.313,0.18 0.696,0.158 1.077,-0.063 l 9.142,-5.308 c 0.733,-0.425 1.305,-1.512 1.303,-2.474 -0.002,-0.564 -0.207,-1.005 -0.564,-1.209 -0.14,-0.081 -0.294,-0.121 -0.456,-0.121" /><path + id="path4024" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 319.26671,226.98136 -15.606,9.062 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.861 l 15.607,-9.061 c 0.63,-0.367 1.14,-1.347 1.138,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4026" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 319.43171,227.26636 c 0.098,-0.057 0.281,-0.142 0.42,-0.062 0.142,0.082 0.231,0.327 0.232,0.64 0.002,0.724 -0.445,1.595 -0.974,1.903 l -15.607,9.06201 c -0.098,0.057 -0.283,0.141 -0.419,0.061 -0.143,-0.081 -0.232,-0.327 -0.233,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.41,0.061 -0.621,0.183 l -15.606,9.062 c -0.733,0.426 -1.305,1.512 -1.303,2.474 7.5e-4,0.564 0.206,1.005 0.563,1.209 0.314,0.18 0.697,0.158 1.077,-0.063 l 15.607,-9.062 c 0.733,-0.426 1.304,-1.512 1.302,-2.474 -7.5e-4,-0.563 -0.206,-1.004 -0.562,-1.208 -0.141,-0.081 -0.295,-0.121 -0.457,-0.121" /><path + id="path4028" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.26771,244.43336 -0.502,0.291 c -0.631,0.367 -1.14,1.346 -1.138,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 0.501,-0.291 c 0.631,-0.367 1.141,-1.347 1.139,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4030" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.43271,244.71736 c 0.097,-0.056 0.281,-0.14 0.419,-0.061 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.724 -0.445,1.595 -0.975,1.903 l -0.501,0.292 c -0.098,0.055 -0.28,0.139 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.724 0.444,-1.596 0.975,-1.903 z m 0.291,-0.752 c -0.2,0 -0.411,0.061 -0.622,0.183 v 0 l -0.501,0.292 c -0.732,0.425 -1.304,1.512 -1.303,2.474 0.002,0.564 0.207,1.004 0.564,1.209 0.314,0.179 0.697,0.157 1.077,-0.064 l 0.502,-0.291 c 0.732,-0.425 1.304,-1.512 1.302,-2.473 -0.002,-0.565 -0.207,-1.005 -0.563,-1.21 -0.141,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4032" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 288.67171,239.55336 -4.768,2.769 c -0.631,0.366 -1.141,1.346 -1.139,2.188 v 0 c 0.002,0.843 0.516,1.229 1.146,0.862 l 4.768,-2.768 c 0.631,-0.367 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4034" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 288.83671,239.83836 c 0.098,-0.057 0.28,-0.143 0.42,-0.061 0.142,0.081 0.231,0.326 0.232,0.639 0.002,0.723 -0.444,1.595 -0.975,1.904 l -4.768,2.768 c -0.098,0.057 -0.282,0.14 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.723 0.445,-1.595 0.975,-1.902 z m 0.291,-0.753 c -0.2,0 -0.41,0.061 -0.621,0.183 l -4.768,2.769 c -0.733,0.425 -1.305,1.512 -1.303,2.474 0.002,0.564 0.207,1.005 0.563,1.209 0.315,0.18 0.697,0.158 1.078,-0.063 l 4.768,-2.768 c 0.733,-0.427 1.305,-1.513 1.302,-2.475 -7.5e-4,-0.563 -0.206,-1.004 -0.563,-1.208 -0.14,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4036" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 301.55771,232.07136 -9.142,5.308 c -0.631,0.366 -1.141,1.346 -1.138,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 9.142,-5.309 c 0.631,-0.366 1.14,-1.346 1.138,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.862" /><path + id="path4038" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 301.72271,232.35536 c 0.098,-0.056 0.281,-0.141 0.42,-0.061 0.142,0.082 0.231,0.327 0.232,0.639 0.002,0.724 -0.444,1.595 -0.974,1.904 l -9.142,5.308 c -0.097,0.056 -0.28,0.14 -0.42,0.062 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.724 0.445,-1.596 0.975,-1.903 z m 0.291,-0.752 c -0.199,0 -0.41,0.061 -0.621,0.183 l -9.142,5.309 c -0.733,0.425 -1.305,1.512 -1.303,2.473 0.002,0.564 0.207,1.005 0.564,1.209 0.313,0.18 0.696,0.158 1.077,-0.063 l 9.142,-5.308 c 0.733,-0.426 1.305,-1.513 1.302,-2.474 -7.5e-4,-0.564 -0.206,-1.004 -0.562,-1.209 -0.141,-0.08 -0.295,-0.12 -0.457,-0.12" /><path + id="path4040" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.62971,247.12636 -4.768,2.769 c -0.631,0.366 -1.14,1.346 -1.138,2.188 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 4.768,-2.768 c 0.631,-0.367 1.141,-1.347 1.138,-2.189 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.862" /><path + id="path4042" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.79471,247.41136 c 0.098,-0.057 0.281,-0.142 0.42,-0.062 0.143,0.081 0.232,0.327 0.233,0.64 0.002,0.723 -0.445,1.595 -0.975,1.903 l -4.768,2.769 c -0.099,0.056 -0.284,0.139 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.723 0.444,-1.595 0.974,-1.903 z m 0.291,-0.754 c -0.199,0 -0.41,0.062 -0.621,0.184 l -4.768,2.769 c -0.733,0.426 -1.305,1.513 -1.302,2.474 7.5e-4,0.563 0.206,1.004 0.563,1.209 0.314,0.18 0.697,0.157 1.077,-0.063 l 4.768,-2.769 c 0.733,-0.425 1.305,-1.512 1.303,-2.474 -0.002,-0.564 -0.207,-1.005 -0.564,-1.209 -0.14,-0.08 -0.294,-0.121 -0.456,-0.121" /><path + id="path4044" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 321.03671,220.76035 -15.606,9.06201 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.842 0.516,1.228 1.146,0.862 l 15.607,-9.06201 c 0.631,-0.36699 1.14,-1.34599 1.138,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4046" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 304.98371,232.68236 c -0.045,0 -0.09,-0.009 -0.13,-0.032 -0.143,-0.082 -0.232,-0.328 -0.233,-0.64 -0.002,-0.724 0.445,-1.596 0.975,-1.903 l 15.606,-9.062 c 0.098,-0.057 0.282,-0.141 0.42,-0.062 0.142,0.082 0.232,0.327 0.232,0.64 0.002,0.72399 -0.444,1.596 -0.975,1.90299 l -15.606,9.062 c -0.069,0.04 -0.181,0.094 -0.289,0.094 z m 16.509,-12.39001 c -0.2,0 -0.41,0.061 -0.621,0.18401 l -15.606,9.061 c -0.733,0.426 -1.305,1.513 -1.303,2.474 0.002,0.564 0.207,1.005 0.563,1.209 0.315,0.181 0.697,0.158 1.078,-0.063 l 15.606,-9.062 c 0.732,-0.42501 1.304,-1.512 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.00399 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12 -0.456,-0.12" /><path + id="path4048" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 331.95771,219.61236 -4.768,2.76799 c -0.63,0.36701 -1.14,1.34601 -1.138,2.18901 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 4.768,-2.76901 c 0.631,-0.366 1.141,-1.34599 1.138,-2.18799 v 0 c -0.002,-0.843 -0.515,-1.22901 -1.146,-0.862" /><path + id="path4050" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 326.74271,225.24036 c -0.045,0 -0.09,-0.009 -0.13,-0.032 -0.142,-0.082 -0.232,-0.328 -0.232,-0.64 -0.002,-0.724 0.444,-1.59599 0.975,-1.903 l 4.768,-2.769 c 0.098,-0.057 0.282,-0.13999 0.419,-0.061 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.974,1.904 l -4.768,2.768 c -0.069,0.04 -0.182,0.094 -0.29,0.094 z m 5.672,-6.09701 c -0.2,0 -0.412,0.062 -0.622,0.18401 l -4.768,2.76799 c -0.732,0.426 -1.304,1.51301 -1.302,2.47401 7.5e-4,0.564 0.206,1.005 0.563,1.209 0.313,0.181 0.696,0.158 1.077,-0.062 l 4.768,-2.769 c 0.733,-0.426 1.304,-1.512 1.302,-2.47399 -7.5e-4,-0.564 -0.206,-1.004 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12101 -0.455,-0.12101" /><path + id="path4052" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 329.68171,215.74135 -4.768,2.76801 c -0.631,0.36699 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 4.768,-2.769 c 0.631,-0.366 1.141,-1.34601 1.139,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.86201" /><path + id="path4054" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 329.84671,216.02536 c 0.097,-0.057 0.284,-0.14001 0.419,-0.061 0.143,0.082 0.232,0.327 0.233,0.639 0.002,0.724 -0.445,1.596 -0.975,1.903 l -4.768,2.769 c -0.098,0.056 -0.279,0.141 -0.42,0.061 -0.142,-0.081 -0.231,-0.32599 -0.232,-0.639 -0.002,-0.72399 0.445,-1.59499 0.975,-1.90299 z m 0.291,-0.75201 c -0.2,0 -0.411,0.061 -0.622,0.183 l -4.768,2.769 c -0.732,0.42501 -1.304,1.512 -1.302,2.47301 0.002,0.564 0.207,1.005 0.563,1.209 0.315,0.181 0.696,0.15799 1.077,-0.063 l 4.768,-2.768 c 0.733,-0.426 1.305,-1.512 1.303,-2.47401 -7.5e-4,-0.564 -0.206,-1.00399 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12 -0.456,-0.12" /><path + id="path4056" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 342.56771,208.25836 -9.142,5.309 c -0.631,0.366 -1.141,1.34599 -1.139,2.188 v 0 c 0.002,0.843 0.516,1.229 1.146,0.86199 l 9.143,-5.30799 c 0.63,-0.367 1.14,-1.34601 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4058" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 342.73271,208.54336 c 0.098,-0.057 0.283,-0.141 0.42,-0.062 0.142,0.082 0.232,0.32801 0.232,0.64001 0.002,0.72399 -0.444,1.596 -0.975,1.90299 l -9.142,5.30901 c -0.097,0.056 -0.279,0.13999 -0.419,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.974,-1.904 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.621,0.183 l -9.142,5.309 c -0.734,0.426 -1.306,1.513 -1.302,2.47399 7.5e-4,0.564 0.206,1.00401 0.562,1.209 0.315,0.18101 0.697,0.15801 1.078,-0.063 l 9.142,-5.30799 c 0.732,-0.426 1.304,-1.513 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.294,-0.12099 -0.456,-0.12099" /><path + id="path4060" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.43571,239.02736 -2.612,1.516 c -0.631,0.366 -1.14,1.346 -1.138,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 2.612,-1.517 c 0.631,-0.366 1.14,-1.346 1.138,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.862" /><path + id="path4062" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.60071,239.31136 c 0.098,-0.057 0.281,-0.141 0.42,-0.061 0.143,0.082 0.232,0.327 0.233,0.639 7.5e-4,0.724 -0.445,1.596 -0.975,1.904 l -2.612,1.516 c -0.098,0.056 -0.28,0.14 -0.42,0.062 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.724 0.445,-1.596 0.975,-1.903 z m 0.291,-0.752 c -0.2,0 -0.41,0.061 -0.621,0.183 l -2.612,1.517 c -0.733,0.425 -1.305,1.512 -1.303,2.473 0.002,0.564 0.207,1.005 0.564,1.209 0.314,0.18 0.696,0.158 1.077,-0.063 l 2.612,-1.516 c 0.733,-0.426 1.305,-1.512 1.303,-2.474 -0.002,-0.564 -0.207,-1.004 -0.564,-1.209 -0.14,-0.08 -0.294,-0.12 -0.456,-0.12" /><path + id="path4064" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 299.93971,227.70236 -15.606,9.062 c -0.631,0.366 -1.141,1.346 -1.139,2.188 v 0 c 0.002,0.843 0.515,1.228 1.146,0.862 l 15.606,-9.062 c 0.631,-0.366 1.141,-1.346 1.139,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.862" /><path + id="path4066" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.10471,227.98736 c 0.098,-0.057 0.281,-0.142 0.42,-0.062 0.142,0.082 0.231,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.975,1.904 l -15.606,9.062 c -0.099,0.056 -0.283,0.14 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.904 z m 0.291,-0.753 c -0.2,0 -0.41,0.061 -0.621,0.183 l -15.606,9.062 c -0.733,0.425 -1.305,1.512 -1.303,2.474 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.314,0.18 0.697,0.158 1.077,-0.063 l 15.607,-9.062 c 0.733,-0.426 1.305,-1.513 1.302,-2.474 -7.5e-4,-0.564 -0.206,-1.004 -0.563,-1.209 -0.14,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4068" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 312.63071,220.33236 -4.768,2.769 c -0.631,0.366 -1.14,1.34599 -1.138,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 4.768,-2.769 c 0.631,-0.366 1.14,-1.346 1.138,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4070" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 307.41471,225.96136 c -0.045,0 -0.089,-0.009 -0.129,-0.033 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.975,-1.903 l 4.768,-2.769 c 0.098,-0.057 0.283,-0.141 0.419,-0.061 0.142,0.081 0.232,0.32601 0.232,0.639 0.002,0.72401 -0.445,1.596 -0.974,1.90401 l -4.768,2.768 c -0.069,0.04 -0.182,0.094 -0.291,0.094 z m 5.673,-6.097 c -0.2,0 -0.412,0.061 -0.622,0.184 l -4.768,2.768 c -0.732,0.426 -1.304,1.512 -1.302,2.474 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.313,0.18 0.696,0.158 1.077,-0.063 l 4.768,-2.768 c 0.733,-0.426 1.304,-1.512 1.302,-2.474 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.294,-0.121 -0.455,-0.121" /><path + id="path4072" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 325.51771,212.85036 -9.143,5.308 c -0.63,0.36699 -1.14,1.347 -1.138,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 9.142,-5.308 c 0.631,-0.36701 1.141,-1.347 1.139,-2.189 v 0 c -0.002,-0.843 -0.515,-1.228 -1.146,-0.862" /><path + id="path4074" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 325.68271,213.13536 c 0.098,-0.057 0.28,-0.143 0.419,-0.062 0.143,0.082 0.232,0.327 0.232,0.64 0.002,0.723 -0.444,1.595 -0.974,1.90301 l -9.142,5.30799 c -0.099,0.057 -0.283,0.14001 -0.42,0.062 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64001 -0.002,-0.72399 0.445,-1.59499 0.975,-1.90299 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -9.142,5.308 c -0.732,0.426 -1.304,1.51299 -1.302,2.475 7.5e-4,0.563 0.206,1.004 0.563,1.209 0.313,0.18 0.697,0.15699 1.077,-0.064 l 9.143,-5.308 c 0.733,-0.426 1.305,-1.513 1.302,-2.474 -0.002,-0.563 -0.207,-1.004 -0.563,-1.208 -0.141,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4076" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 265.84471,242.34336 -9.142,5.309 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.842 0.516,1.228 1.147,0.862 l 9.142,-5.309 c 0.631,-0.366 1.14,-1.346 1.138,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4078" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 256.25471,250.51236 c -0.045,0 -0.089,-0.01 -0.129,-0.033 -0.142,-0.081 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.595 0.974,-1.904 l 9.143,-5.308 c 0.098,-0.056 0.283,-0.14 0.419,-0.061 0.142,0.081 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.975,1.904 l -9.142,5.308 c -0.069,0.04 -0.182,0.094 -0.29,0.094 z m 10.047,-8.637 c -0.2,0 -0.412,0.062 -0.622,0.184 l -9.142,5.308 c -0.734,0.426 -1.306,1.513 -1.302,2.475 7.5e-4,0.563 0.206,1.004 0.562,1.208 0.315,0.18 0.697,0.158 1.078,-0.063 l 9.142,-5.308 c 0.732,-0.426 1.304,-1.513 1.302,-2.474 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.08 -0.294,-0.121 -0.455,-0.121" /><path + id="path4080" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 272.20071,238.65336 -2.612,1.517 c -0.631,0.366 -1.14,1.346 -1.138,2.188 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 2.612,-1.517 c 0.631,-0.366 1.14,-1.346 1.138,-2.188 v 0 c -0.002,-0.843 -0.515,-1.228 -1.146,-0.862" /><path + id="path4082" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 269.14171,243.02936 c -0.045,0 -0.09,-0.009 -0.13,-0.032 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.723 0.445,-1.595 0.975,-1.903 l 2.612,-1.517 c 0.098,-0.056 0.282,-0.14 0.419,-0.061 0.142,0.082 0.232,0.327 0.232,0.64 0.002,0.723 -0.444,1.595 -0.975,1.903 l -2.611,1.517 c -0.07,0.04 -0.182,0.093 -0.29,0.093 z m 3.516,-4.844 c -0.2,0 -0.412,0.061 -0.622,0.184 l -2.612,1.516 c -0.732,0.425 -1.304,1.512 -1.302,2.474 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.313,0.18 0.697,0.158 1.077,-0.063 l 2.612,-1.517 c 0.732,-0.425 1.304,-1.512 1.302,-2.474 -7.5e-4,-0.564 -0.206,-1.004 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12 -0.455,-0.12" /><path + id="path4084" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 291.70471,227.32836 -15.606,9.062 c -0.631,0.366 -1.141,1.346 -1.139,2.188 v 0 c 0.002,0.843 0.515,1.229 1.146,0.863 l 15.606,-9.062 c 0.631,-0.367 1.141,-1.347 1.139,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4086" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 291.86971,227.61336 c 0.098,-0.057 0.281,-0.141 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.724 -0.445,1.595 -0.975,1.903 l -15.606,9.062 c -0.097,0.056 -0.279,0.139 -0.42,0.062 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.724 0.445,-1.596 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -15.606,9.062 c -0.732,0.425 -1.304,1.512 -1.302,2.474 0.002,0.564 0.207,1.005 0.563,1.209 0.315,0.18 0.697,0.158 1.077,-0.063 l 15.607,-9.062 c 0.732,-0.425 1.304,-1.512 1.302,-2.474 -0.002,-0.564 -0.207,-1.004 -0.563,-1.209 -0.14,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4088" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 295.83771,224.92836 -0.502,0.291 c -0.631,0.367 -1.14,1.347 -1.138,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 0.501,-0.291 c 0.631,-0.367 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4090" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 296.00271,225.21236 c 0.098,-0.056 0.282,-0.139 0.42,-0.061 0.142,0.082 0.231,0.327 0.232,0.64 7.5e-4,0.724 -0.445,1.595 -0.975,1.903 l -0.501,0.292 c -0.098,0.056 -0.284,0.139 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.723 0.444,-1.595 0.975,-1.903 z m 0.291,-0.752 c -0.2,0 -0.411,0.061 -0.621,0.183 v 9.7e-4 l -0.502,0.291 c -0.732,0.425 -1.304,1.512 -1.302,2.474 7.5e-4,0.563 0.206,1.004 0.563,1.208 0.313,0.18 0.696,0.158 1.077,-0.062 l 0.502,-0.292 c 0.733,-0.425 1.305,-1.512 1.302,-2.474 -0.002,-0.563 -0.207,-1.004 -0.563,-1.208 -0.14,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4092" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 304.39571,219.95935 -4.768,2.76801 c -0.63,0.36699 -1.14,1.346 -1.138,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 4.768,-2.769 c 0.631,-0.366 1.141,-1.34601 1.138,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.86201" /><path + id="path4094" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 304.56071,220.24336 c 0.099,-0.057 0.281,-0.14001 0.42,-0.061 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.723 -0.445,1.595 -0.975,1.903 l -4.768,2.768 c -0.099,0.057 -0.284,0.141 -0.419,0.062 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.723 0.444,-1.595 0.974,-1.903 z m 0.291,-0.753 c -0.199,0 -0.41,0.062 -0.621,0.18399 l -4.768,2.769 c -0.733,0.426 -1.305,1.512 -1.302,2.47401 7.5e-4,0.563 0.206,1.004 0.563,1.208 0.314,0.181 0.696,0.158 1.077,-0.062 l 4.768,-2.76899 c 0.733,-0.42501 1.305,-1.512 1.303,-2.47401 -0.002,-0.564 -0.207,-1.005 -0.564,-1.209 -0.14,-0.08 -0.294,-0.12099 -0.456,-0.12099" /><path + id="path4096" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 317.28271,212.47636 -9.143,5.309 c -0.63,0.366 -1.14,1.34599 -1.138,2.188 v 0 c 0.002,0.843 0.515,1.229 1.146,0.86199 l 9.142,-5.30799 c 0.631,-0.366 1.141,-1.34601 1.139,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4098" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 317.44771,212.76136 c 0.098,-0.057 0.28,-0.141 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64001 0.002,0.72399 -0.445,1.59499 -0.975,1.90299 l -9.142,5.308 c -0.098,0.057 -0.28,0.141 -0.42,0.062 -0.142,-0.082 -0.231,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.975,-1.90401 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.18399 l -9.142,5.30801 c -0.733,0.426 -1.305,1.513 -1.302,2.47399 7.5e-4,0.564 0.206,1.00401 0.563,1.209 0.314,0.18 0.696,0.15801 1.077,-0.063 l 9.142,-5.30899 c 0.733,-0.425 1.305,-1.511 1.303,-2.47301 -0.002,-0.564 -0.207,-1.005 -0.564,-1.209 -0.14,-0.081 -0.294,-0.12099 -0.455,-0.12099" /><path + id="path4100" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 323.90371,208.63236 -2.612,1.516 c -0.631,0.36699 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 2.612,-1.51701 c 0.631,-0.366 1.141,-1.34599 1.139,-2.18799 v 0 c -0.002,-0.843 -0.515,-1.22901 -1.146,-0.862" /><path + id="path4102" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 320.84371,213.00835 c -0.045,0 -0.089,-0.009 -0.129,-0.032 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64001 -0.002,-0.72399 0.445,-1.596 0.975,-1.90299 l 2.612,-1.51701 c 0.098,-0.056 0.283,-0.13999 0.419,-0.061 0.143,0.082 0.232,0.327 0.233,0.639 0.002,0.724 -0.445,1.596 -0.975,1.904 l -2.612,1.516 c -0.069,0.04 -0.181,0.094 -0.29,0.094 z m 3.516,-4.84399 c -0.2,0 -0.411,0.061 -0.621,0.183 l -2.612,1.516 c -0.733,0.426 -1.305,1.51299 -1.303,2.474 7.5e-4,0.564 0.206,1.005 0.563,1.21 0.314,0.18 0.697,0.158 1.077,-0.064 l 2.612,-1.516 c 0.733,-0.426 1.305,-1.512 1.303,-2.474 -7.5e-4,-0.564 -0.206,-1.004 -0.563,-1.209 -0.14,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4104" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 337.06671,200.98836 -9.142,5.30899 c -0.631,0.366 -1.141,1.34601 -1.139,2.18801 v 0 c 0.003,0.843 0.516,1.22899 1.147,0.862 l 9.142,-5.308 c 0.631,-0.366 1.14,-1.346 1.138,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4106" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 337.23171,201.27336 c 0.099,-0.057 0.282,-0.14 0.42,-0.062 0.142,0.082 0.231,0.327 0.232,0.64 0.002,0.72401 -0.444,1.595 -0.974,1.904 l -9.142,5.308 c -0.098,0.056 -0.28,0.14 -0.42,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64001 -0.002,-0.723 0.445,-1.59499 0.975,-1.903 z m 0.291,-0.753 c -0.199,0 -0.41,0.061 -0.621,0.183 l -9.142,5.30899 c -0.733,0.42501 -1.305,1.512 -1.303,2.47401 0.002,0.564 0.207,1.005 0.564,1.209 0.313,0.18 0.696,0.158 1.077,-0.063 l 9.142,-5.308 c 0.733,-0.426 1.305,-1.51301 1.302,-2.475 -7.5e-4,-0.563 -0.206,-1.004 -0.562,-1.208 -0.141,-0.081 -0.295,-0.121 -0.457,-0.121" /><path + id="path4108" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 343.42271,197.29836 -2.612,1.516 c -0.631,0.36699 -1.14,1.346 -1.138,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 2.612,-1.51701 c 0.631,-0.366 1.14,-1.34599 1.138,-2.18799 v 0 c -0.002,-0.843 -0.515,-1.22901 -1.146,-0.862" /><path + id="path4110" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 343.58771,197.58235 c 0.098,-0.057 0.281,-0.141 0.42,-0.061 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.723 -0.445,1.595 -0.975,1.903 l -2.612,1.516 c -0.098,0.056 -0.28,0.14 -0.42,0.062 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.724 0.444,-1.595 0.975,-1.903 z m 0.291,-0.753 c -0.199,0 -0.41,0.062 -0.621,0.18401 l -2.612,1.51699 c -0.732,0.42501 -1.304,1.512 -1.303,2.47401 0.002,0.564 0.207,1.004 0.564,1.208 0.314,0.18 0.696,0.15799 1.077,-0.063 l 2.612,-1.51601 c 0.733,-0.42499 1.305,-1.512 1.303,-2.47399 -0.002,-0.564 -0.207,-1.005 -0.564,-1.209 -0.14,-0.08 -0.294,-0.12101 -0.456,-0.12101" /><path + id="path4112" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.33071,229.00636 -0.501,0.292 c -0.631,0.366 -1.141,1.346 -1.139,2.188 v 0 c 0.002,0.843 0.515,1.228 1.146,0.862 l 0.502,-0.291 c 0.631,-0.366 1.141,-1.346 1.138,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4114" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.49571,229.29136 c 0.099,-0.057 0.281,-0.142 0.42,-0.061 0.142,0.081 0.231,0.327 0.232,0.639 0.002,0.724 -0.444,1.595 -0.974,1.903 l -0.502,0.292 c -0.098,0.057 -0.283,0.14 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.904 z m 0.292,-0.753 c -0.2,0 -0.411,0.062 -0.622,0.184 v 0 l -0.501,0.291 c -0.733,0.425 -1.305,1.512 -1.303,2.474 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.314,0.18 0.697,0.158 1.077,-0.063 l 0.502,-0.291 c 0.733,-0.426 1.305,-1.513 1.302,-2.475 -7.5e-4,-0.563 -0.206,-1.004 -0.562,-1.208 -0.141,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4116" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 288.73471,224.12736 -4.768,2.768 c -0.631,0.366 -1.14,1.346 -1.138,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 4.768,-2.769 c 0.631,-0.366 1.141,-1.346 1.138,-2.188 v 0 c -0.002,-0.843 -0.515,-1.22901 -1.146,-0.862" /><path + id="path4118" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 283.51971,229.75536 c -0.045,0 -0.09,-0.009 -0.13,-0.033 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.975,-1.903 l 4.768,-2.76901 c 0.098,-0.057 0.282,-0.13999 0.419,-0.061 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.974,1.904 l -4.768,2.768 c -0.069,0.04 -0.182,0.094 -0.29,0.094 z m 5.672,-6.09701 c -0.2,0 -0.412,0.062 -0.622,0.18401 l -4.768,2.768 c -0.732,0.426 -1.304,1.512 -1.302,2.474 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.313,0.18 0.696,0.159 1.077,-0.063 l 4.768,-2.768 c 0.733,-0.426 1.304,-1.512 1.302,-2.474 -7.5e-4,-0.564 -0.206,-1.004 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12101 -0.455,-0.12101" /><path + id="path4120" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 301.62171,216.64435 -9.142,5.30801 c -0.631,0.367 -1.141,1.347 -1.139,2.18899 v 0 c 0.002,0.84301 0.515,1.22801 1.146,0.86201 l 9.142,-5.30801 c 0.631,-0.36699 1.141,-1.347 1.139,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4122" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 301.78671,216.92935 c 0.098,-0.057 0.28,-0.14299 0.42,-0.062 0.142,0.082 0.231,0.327 0.232,0.64 0.002,0.72399 -0.445,1.596 -0.975,1.90299 l -9.142,5.30801 c -0.098,0.057 -0.283,0.141 -0.419,0.062 -0.143,-0.082 -0.232,-0.32701 -0.233,-0.64 -0.002,-0.724 0.445,-1.59501 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.621,0.183 l -9.142,5.30901 c -0.733,0.425 -1.305,1.512 -1.303,2.474 7.5e-4,0.563 0.206,1.004 0.563,1.209 0.314,0.181 0.697,0.157 1.078,-0.064 l 9.142,-5.308 c 0.732,-0.42501 1.304,-1.512 1.302,-2.47401 -0.002,-0.56299 -0.207,-1.00399 -0.563,-1.20799 -0.14,-0.081 -0.295,-0.12101 -0.456,-0.12101" /><path + id="path4124" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.69371,231.69936 -4.768,2.769 c -0.631,0.366 -1.141,1.346 -1.139,2.188 v 0 c 0.002,0.843 0.515,1.229 1.146,0.862 l 4.768,-2.768 c 0.631,-0.366 1.141,-1.347 1.139,-2.189 v 0 c -0.002,-0.842 -0.515,-1.228 -1.146,-0.862" /><path + id="path4126" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.85871,231.98436 c 0.098,-0.057 0.28,-0.141 0.42,-0.061 0.142,0.081 0.231,0.327 0.232,0.639 7.5e-4,0.724 -0.445,1.595 -0.975,1.903 l -4.768,2.769 c -0.097,0.056 -0.279,0.139 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.723 0.445,-1.595 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.621,0.184 l -4.768,2.768 c -0.733,0.426 -1.305,1.512 -1.303,2.474 0.002,0.564 0.207,1.005 0.563,1.209 0.314,0.18 0.697,0.158 1.078,-0.063 l 4.768,-2.769 c 0.733,-0.426 1.305,-1.513 1.302,-2.474 -0.002,-0.563 -0.207,-1.004 -0.563,-1.208 -0.14,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4128" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 321.10071,205.33435 -15.607,9.06101 c -0.631,0.367 -1.14,1.347 -1.138,2.18899 v 0 c 0.002,0.84201 0.515,1.22801 1.146,0.86201 l 15.606,-9.062 c 0.631,-0.366 1.141,-1.34601 1.139,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.86201" /><path + id="path4130" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 321.26571,205.61836 c 0.098,-0.057 0.28,-0.141 0.419,-0.061 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.974,1.904 l -15.607,9.061 c -0.098,0.057 -0.283,0.141 -0.419,0.062 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.724 0.444,-1.596 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.062 -0.622,0.18399 l -15.606,9.06201 c -0.732,0.425 -1.304,1.512 -1.302,2.474 7.5e-4,0.56299 0.206,1.00399 0.563,1.209 0.313,0.18 0.698,0.15799 1.077,-0.064 l 15.606,-9.06099 c 0.734,-0.426 1.306,-1.512 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.00399 -0.562,-1.209 -0.141,-0.08 -0.295,-0.12099 -0.456,-0.12099" /><path + id="path4132" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 329.74471,200.31436 -4.768,2.769 c -0.631,0.366 -1.14,1.346 -1.138,2.18799 v 0 c 0.002,0.843 0.515,1.22901 1.146,0.86201 l 4.768,-2.768 c 0.631,-0.367 1.14,-1.347 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4134" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 329.90971,200.59936 c 0.099,-0.057 0.281,-0.141 0.42,-0.062 0.143,0.082 0.232,0.327 0.233,0.64001 0.002,0.72399 -0.445,1.596 -0.975,1.90299 l -4.768,2.769 c -0.099,0.057 -0.284,0.14001 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.724 0.444,-1.596 0.974,-1.904 z m 0.291,-0.753 c -0.199,0 -0.41,0.061 -0.621,0.183 l -4.768,2.769 c -0.733,0.426 -1.305,1.51299 -1.302,2.474 7.5e-4,0.564 0.206,1.00399 0.563,1.209 0.314,0.18 0.696,0.157 1.077,-0.063 l 4.768,-2.769 c 0.733,-0.425 1.305,-1.512 1.303,-2.474 -0.002,-0.56301 -0.207,-1.00401 -0.564,-1.209 -0.14,-0.08 -0.294,-0.12 -0.456,-0.12" /><path + id="path4136" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.57671,223.55536 -2.612,1.516 c -0.631,0.367 -1.14,1.347 -1.138,2.189 v 0 c 0.002,0.843 0.515,1.228 1.146,0.862 l 2.612,-1.516 c 0.631,-0.367 1.14,-1.347 1.138,-2.18901 v 0 c -0.002,-0.843 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4138" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 277.51771,227.93136 c -0.045,0 -0.09,-0.009 -0.13,-0.032 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.904 l 2.612,-1.51699 c 0.098,-0.056 0.283,-0.13901 0.419,-0.061 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.975,1.904 l -2.612,1.516 c -0.069,0.041 -0.181,0.094 -0.289,0.094 z m 3.516,-4.844 c -0.2,0 -0.412,0.061 -0.622,0.18399 l -2.612,1.51601 c -0.732,0.425 -1.304,1.512 -1.302,2.474 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.314,0.18 0.698,0.158 1.077,-0.063 l 2.612,-1.517 c 0.732,-0.425 1.304,-1.512 1.302,-2.474 -7.5e-4,-0.56301 -0.206,-1.00401 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12 -0.455,-0.12" /><path + id="path4140" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.08071,212.23036 -15.606,9.062 c -0.631,0.366 -1.141,1.34599 -1.139,2.188 v 0 c 0.002,0.843 0.515,1.229 1.146,0.86199 l 15.606,-9.06099 c 0.631,-0.367 1.141,-1.347 1.139,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4142" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.24571,212.51536 c 0.098,-0.057 0.284,-0.14001 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64001 0.002,0.72399 -0.445,1.59499 -0.975,1.90299 l -15.606,9.06201 c -0.098,0.056 -0.279,0.13999 -0.42,0.062 -0.142,-0.082 -0.232,-0.328 -0.232,-0.64099 -0.002,-0.723 0.445,-1.59501 0.975,-1.902 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -15.606,9.062 c -0.732,0.426 -1.304,1.512 -1.302,2.47399 0.002,0.564 0.207,1.00501 0.563,1.20901 0.314,0.18 0.697,0.158 1.077,-0.063 l 15.606,-9.062 c 0.733,-0.425 1.305,-1.512 1.303,-2.474 -7.5e-4,-0.56301 -0.206,-1.00401 -0.563,-1.20801 -0.14,-0.081 -0.294,-0.12099 -0.456,-0.12099" /><path + id="path4144" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 304.21371,209.83036 -0.502,0.291 c -0.631,0.36699 -1.14,1.347 -1.138,2.189 v 0 c 0.002,0.843 0.515,1.228 1.146,0.862 l 0.501,-0.291 c 0.631,-0.366 1.141,-1.34601 1.139,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4146" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 304.37871,210.11536 c 0.098,-0.056 0.281,-0.141 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64001 0.002,0.72399 -0.445,1.596 -0.975,1.90299 l -0.501,0.292 c -0.098,0.056 -0.284,0.14 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64001 -0.002,-0.723 0.444,-1.59499 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.062 -0.622,0.18399 v 0 l -0.501,0.291 c -0.732,0.42501 -1.304,1.512 -1.302,2.47401 7.5e-4,0.563 0.206,1.004 0.562,1.209 0.314,0.18 0.697,0.158 1.078,-0.063 l 0.502,-0.292 c 0.732,-0.425 1.304,-1.512 1.302,-2.47301 -0.002,-0.564 -0.207,-1.005 -0.563,-1.209 -0.14,-0.081 -0.295,-0.12099 -0.456,-0.12099" /><path + id="path4148" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 312.77171,204.86136 -4.768,2.76799 c -0.63,0.36701 -1.14,1.347 -1.138,2.18901 v 0 c 0.002,0.842 0.515,1.22799 1.146,0.86199 l 4.768,-2.769 c 0.631,-0.366 1.141,-1.34599 1.138,-2.18799 v 0 c -0.002,-0.843 -0.515,-1.22901 -1.146,-0.862" /><path + id="path4150" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 312.93671,205.14535 c 0.098,-0.057 0.281,-0.13999 0.42,-0.061 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.723 -0.445,1.595 -0.975,1.903 l -4.768,2.768 c -0.098,0.057 -0.28,0.141 -0.42,0.062 -0.142,-0.082 -0.231,-0.327 -0.232,-0.64 -0.002,-0.724 0.445,-1.596 0.974,-1.903 z m 0.291,-0.753 c -0.199,0 -0.41,0.062 -0.621,0.18401 l -4.768,2.76799 c -0.733,0.426 -1.304,1.51301 -1.302,2.47401 7.5e-4,0.564 0.206,1.005 0.562,1.209 0.316,0.18099 0.697,0.158 1.078,-0.062 l 4.768,-2.769 c 0.733,-0.42499 1.305,-1.512 1.303,-2.47399 -0.002,-0.564 -0.207,-1.005 -0.564,-1.209 -0.14,-0.08 -0.294,-0.12101 -0.456,-0.12101" /><path + id="path4152" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 345.22771,186.01536 -15.606,9.06199 c -0.631,0.366 -1.14,1.34601 -1.138,2.18801 v 0 c 0.002,0.843 0.515,1.22899 1.146,0.862 l 15.606,-9.061 c 0.631,-0.36701 1.141,-1.347 1.139,-2.189 v 0 c -0.002,-0.84201 -0.516,-1.228 -1.147,-0.862" /><path + id="path4154" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 345.39371,186.30036 c 0.097,-0.057 0.282,-0.14 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.72401 -0.445,1.595 -0.975,1.90301 l -15.606,9.06199 c -0.098,0.057 -0.283,0.141 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.72401 0.444,-1.596 0.975,-1.90301 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -15.606,9.06199 c -0.732,0.426 -1.304,1.512 -1.302,2.47401 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.314,0.18099 0.697,0.158 1.077,-0.063 l 15.606,-9.06201 c 0.733,-0.42499 1.305,-1.512 1.303,-2.47399 -0.002,-0.564 -0.207,-1.004 -0.563,-1.209 -0.141,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4156" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 272.05771,223.29235 -15.606,9.06201 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.842 0.515,1.228 1.146,0.862 l 15.606,-9.062 c 0.631,-0.366 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4158" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 256.00371,235.21436 c -0.045,0 -0.089,-0.01 -0.13,-0.033 -0.142,-0.081 -0.231,-0.326 -0.232,-0.639 -0.002,-0.724 0.444,-1.595 0.975,-1.903 l 15.606,-9.06201 c 0.098,-0.057 0.284,-0.141 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.724 -0.445,1.596 -0.975,1.903 l -15.606,9.062 c -0.069,0.04 -0.182,0.094 -0.29,0.094 z m 16.51,-12.39001 c -0.199,0 -0.411,0.061 -0.621,0.18401 l -15.607,9.062 c -0.733,0.426 -1.305,1.512 -1.302,2.474 0.002,0.563 0.207,1.004 0.563,1.208 0.315,0.18 0.696,0.159 1.077,-0.063 l 15.606,-9.061 c 0.733,-0.426 1.305,-1.513 1.303,-2.474 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.21001 -0.14,-0.08 -0.294,-0.12 -0.456,-0.12" /><path + id="path4160" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.46171,218.41236 -4.768,2.769 c -0.631,0.366 -1.141,1.34599 -1.139,2.18899 v 0 c 0.002,0.84201 0.516,1.22801 1.147,0.86201 l 4.767,-2.769 c 0.631,-0.366 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4162" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.62671,218.69736 c 0.098,-0.057 0.28,-0.14 0.42,-0.062 0.142,0.082 0.232,0.327 0.232,0.64 0.002,0.72401 -0.445,1.596 -0.975,1.90301 l -4.768,2.769 c -0.098,0.057 -0.283,0.13999 -0.419,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.974,-1.904 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.621,0.184 l -4.768,2.768 c -0.733,0.426 -1.304,1.512 -1.302,2.47399 7.5e-4,0.564 0.206,1.00401 0.562,1.20901 0.314,0.18 0.698,0.158 1.078,-0.063 l 4.768,-2.768 c 0.732,-0.426 1.304,-1.512 1.302,-2.474 -0.002,-0.564 -0.207,-1.005 -0.563,-1.209 -0.14,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4164" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 293.34771,210.93036 -9.142,5.308 c -0.631,0.36699 -1.14,1.347 -1.138,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 9.142,-5.308 c 0.631,-0.36701 1.14,-1.347 1.138,-2.189 v 0 c -0.002,-0.843 -0.515,-1.228 -1.146,-0.862" /><path + id="path4166" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 293.51271,211.21536 c 0.098,-0.057 0.284,-0.14 0.42,-0.062 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.974,1.90401 l -9.143,5.30799 c -0.097,0.056 -0.279,0.141 -0.419,0.062 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64001 -0.002,-0.72399 0.445,-1.59499 0.974,-1.90299 z m 0.291,-0.753 c -0.2,0 -0.41,0.061 -0.621,0.183 l -9.142,5.308 c -0.733,0.42699 -1.304,1.51299 -1.302,2.475 7.5e-4,0.563 0.206,1.004 0.562,1.208 0.315,0.181 0.697,0.15799 1.078,-0.062 l 9.142,-5.309 c 0.732,-0.42499 1.304,-1.512 1.303,-2.47399 -0.002,-0.56301 -0.207,-1.00401 -0.563,-1.20801 -0.141,-0.081 -0.295,-0.12099 -0.457,-0.12099" /><path + id="path4168" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 299.70371,207.23935 -2.612,1.51701 c -0.63,0.366 -1.14,1.346 -1.138,2.18799 v 0 c 0.002,0.843 0.515,1.22901 1.146,0.86201 l 2.612,-1.51601 c 0.631,-0.366 1.141,-1.34599 1.138,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4170" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 296.64471,211.61635 c -0.045,0 -0.089,-0.01 -0.129,-0.033 -0.143,-0.081 -0.232,-0.327 -0.233,-0.639 -0.002,-0.72399 0.445,-1.596 0.974,-1.90399 l 2.613,-1.517 c 0.098,-0.056 0.283,-0.139 0.419,-0.061 0.143,0.082 0.232,0.327 0.232,0.64 0.002,0.724 -0.444,1.596 -0.974,1.903 l -2.612,1.517 c -0.07,0.04 -0.182,0.094 -0.29,0.094 z m 3.516,-4.845 c -0.2,0 -0.411,0.061 -0.622,0.18401 l -2.612,1.516 c -0.733,0.426 -1.304,1.512 -1.302,2.474 7.5e-4,0.564 0.206,1.005 0.563,1.209 0.314,0.18 0.697,0.15799 1.077,-0.063 l 2.612,-1.51601 c 0.733,-0.426 1.305,-1.51299 1.303,-2.47399 -0.002,-0.564 -0.207,-1.005 -0.563,-1.21001 -0.14,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4172" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 319.20771,195.91435 -15.606,9.06201 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 15.607,-9.06201 c 0.631,-0.366 1.14,-1.34599 1.138,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4174" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 319.37271,196.19935 c 0.098,-0.057 0.281,-0.141 0.42,-0.062 0.142,0.082 0.232,0.327 0.232,0.64 0.002,0.72399 -0.444,1.596 -0.975,1.90299 l -15.606,9.06201 c -0.097,0.056 -0.279,0.14 -0.419,0.062 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.724 0.445,-1.596 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.621,0.18401 l -15.606,9.06199 c -0.733,0.42501 -1.305,1.512 -1.303,2.47401 0.002,0.563 0.207,1.004 0.564,1.208 0.313,0.18 0.696,0.15799 1.077,-0.063 l 15.606,-9.06101 c 0.732,-0.426 1.304,-1.512 1.302,-2.47399 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.295,-0.12101 -0.456,-0.12101" /><path + id="path4176" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 323.34071,193.51536 -0.502,0.291 c -0.631,0.366 -1.14,1.34599 -1.138,2.188 v 0 c 0.002,0.843 0.515,1.229 1.146,0.86199 l 0.501,-0.291 c 0.631,-0.366 1.141,-1.34599 1.139,-2.18799 v 0 c -0.002,-0.843 -0.515,-1.22901 -1.146,-0.862" /><path + id="path4178" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 323.50571,193.79935 c 0.098,-0.056 0.281,-0.141 0.42,-0.061 0.142,0.081 0.231,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.975,1.904 l -0.501,0.291 c -0.098,0.057 -0.283,0.14 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.90401 z m 0.291,-0.753 c -0.2,0 -0.41,0.062 -0.621,0.18401 v 0 l -0.502,0.291 c -0.732,0.426 -1.304,1.512 -1.302,2.47399 7.5e-4,0.564 0.206,1.00401 0.563,1.209 0.313,0.18 0.697,0.15801 1.077,-0.063 l 0.502,-0.291 c 0.733,-0.426 1.305,-1.51299 1.302,-2.47399 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.294,-0.12101 -0.456,-0.12101" /><path + id="path4180" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.20871,213.36636 -0.502,0.292 c -0.63,0.366 -1.14,1.346 -1.138,2.18799 v 0 c 0.002,0.843 0.515,1.22901 1.146,0.86201 l 0.501,-0.291 c 0.631,-0.366 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4182" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 279.25871,216.51736 c -0.044,0 -0.088,-0.009 -0.129,-0.032 -0.142,-0.082 -0.231,-0.327 -0.232,-0.64 -0.002,-0.723 0.444,-1.595 0.974,-1.90299 l 0.502,-0.291 c 0.099,-0.057 0.283,-0.141 0.419,-0.061 0.143,0.081 0.232,0.326 0.233,0.639 0.002,0.72401 -0.445,1.596 -0.975,1.904 l -0.501,0.291 c -0.07,0.04 -0.182,0.093 -0.291,0.093 z m 1.406,-3.619 c -0.199,0 -0.411,0.062 -0.621,0.184 l -0.502,0.291 c -0.733,0.426 -1.305,1.51299 -1.302,2.474 7.5e-4,0.564 0.206,1.00399 0.562,1.209 0.315,0.18 0.697,0.15799 1.078,-0.063 l 0.501,-0.291 c 0.733,-0.426 1.305,-1.51301 1.303,-2.474 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.294,-0.121 -0.456,-0.121" /><path + id="path4184" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 288.61271,208.48636 -4.768,2.769 c -0.631,0.366 -1.141,1.346 -1.138,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 4.768,-2.769 c 0.631,-0.366 1.14,-1.34601 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4186" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 288.77771,208.77136 c 0.098,-0.056 0.283,-0.14001 0.42,-0.061 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.975,1.904 l -4.768,2.768 c -0.097,0.056 -0.279,0.141 -0.419,0.061 -0.142,-0.081 -0.232,-0.327 -0.232,-0.639 -0.002,-0.72399 0.444,-1.596 0.974,-1.90299 z m 0.291,-0.753 c -0.2,0 -0.411,0.062 -0.621,0.18399 l -4.768,2.76801 c -0.733,0.426 -1.304,1.51299 -1.302,2.474 7.5e-4,0.564 0.206,1.005 0.562,1.209 0.315,0.181 0.697,0.15799 1.078,-0.063 l 4.768,-2.768 c 0.732,-0.426 1.304,-1.513 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.00399 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12099 -0.456,-0.12099" /><path + id="path4188" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 301.49871,201.00436 -9.142,5.30799 c -0.631,0.36701 -1.14,1.347 -1.138,2.18901 v 0 c 0.002,0.842 0.515,1.22799 1.146,0.86199 l 9.142,-5.30799 c 0.631,-0.367 1.141,-1.347 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4190" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 291.90871,209.17236 c -0.044,0 -0.089,-0.009 -0.129,-0.032 -0.142,-0.082 -0.232,-0.327 -0.232,-0.63999 -0.002,-0.723 0.444,-1.59501 0.974,-1.90301 l 9.143,-5.30899 c 0.098,-0.056 0.283,-0.14001 0.419,-0.061 0.143,0.082 0.232,0.327 0.232,0.64001 0.002,0.72399 -0.444,1.59499 -0.974,1.90299 l -9.142,5.308 c -0.07,0.041 -0.182,0.094 -0.291,0.094 z m 10.047,-8.636 c -0.2,0 -0.411,0.061 -0.622,0.183 l -9.142,5.309 c -0.733,0.426 -1.305,1.513 -1.302,2.47399 7.5e-4,0.564 0.206,1.00401 0.562,1.209 0.315,0.18 0.697,0.15701 1.078,-0.063 l 9.142,-5.30899 c 0.733,-0.425 1.305,-1.512 1.303,-2.474 -0.002,-0.564 -0.207,-1.00401 -0.563,-1.209 -0.141,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4192" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.57071,216.05935 -4.768,2.769 c -0.63,0.366 -1.14,1.34601 -1.138,2.18801 v 0 c 0.002,0.843 0.515,1.22899 1.146,0.862 l 4.768,-2.76801 c 0.631,-0.36699 1.141,-1.34599 1.139,-2.18899 v 0 c -0.003,-0.842 -0.516,-1.22801 -1.147,-0.86201" /><path + id="path4194" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 270.35571,221.68735 c -0.045,0 -0.09,-0.009 -0.129,-0.032 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.72401 0.445,-1.596 0.975,-1.904 l 4.768,-2.76801 c 0.098,-0.057 0.283,-0.13999 0.419,-0.062 0.142,0.082 0.232,0.327 0.232,0.64 0.002,0.72399 -0.444,1.596 -0.974,1.90299 l -4.768,2.769 c -0.07,0.04 -0.182,0.093 -0.29,0.093 z m 5.672,-6.096 c -0.2,0 -0.411,0.061 -0.622,0.183 l -4.768,2.769 c -0.732,0.426 -1.304,1.512 -1.302,2.47401 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.313,0.18 0.697,0.158 1.077,-0.063 l 4.768,-2.769 c 0.733,-0.42501 1.304,-1.51101 1.303,-2.473 -0.002,-0.564 -0.207,-1.005 -0.563,-1.21001 -0.141,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4196" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 320.97771,189.69436 -15.606,9.06099 c -0.631,0.36701 -1.141,1.347 -1.139,2.18901 v 0 c 0.002,0.842 0.516,1.22799 1.147,0.86199 l 15.606,-9.06199 c 0.631,-0.366 1.14,-1.346 1.138,-2.18801 v 0 c -0.002,-0.843 -0.515,-1.22899 -1.146,-0.86199" /><path + id="path4198" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 304.92371,201.61536 c -0.045,0 -0.089,-0.009 -0.129,-0.032 -0.142,-0.082 -0.232,-0.327 -0.232,-0.63999 -0.002,-0.72401 0.444,-1.59501 0.974,-1.90301 l 15.607,-9.06199 c 0.098,-0.056 0.283,-0.141 0.419,-0.061 0.142,0.081 0.232,0.327 0.232,0.639 0.002,0.72401 -0.444,1.596 -0.975,1.904 l -15.606,9.061 c -0.069,0.04 -0.182,0.094 -0.29,0.094 z m 16.511,-12.39 c -0.2,0 -0.412,0.062 -0.622,0.184 l -15.606,9.062 c -0.733,0.426 -1.304,1.512 -1.302,2.47399 7.5e-4,0.56301 0.206,1.00401 0.562,1.20801 0.315,0.18099 0.697,0.158 1.078,-0.062 l 15.606,-9.06199 c 0.732,-0.426 1.304,-1.512 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.294,-0.12099 -0.455,-0.12099" /><path + id="path4200" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 331.89871,188.54536 -4.767,2.769 c -0.631,0.366 -1.141,1.346 -1.139,2.18799 v 0 c 0.002,0.843 0.515,1.22901 1.146,0.86201 l 4.768,-2.768 c 0.631,-0.367 1.141,-1.347 1.139,-2.18901 v 0 c -0.003,-0.84199 -0.516,-1.22799 -1.147,-0.86199" /><path + id="path4202" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 332.06471,188.83036 c 0.097,-0.057 0.28,-0.141 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64001 0.002,0.72399 -0.445,1.596 -0.975,1.90299 l -4.768,2.76801 c -0.098,0.057 -0.28,0.141 -0.42,0.062 -0.142,-0.082 -0.231,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.975,-1.90399 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -4.768,2.769 c -0.733,0.426 -1.305,1.51299 -1.302,2.474 7.5e-4,0.564 0.206,1.00399 0.563,1.20799 0.314,0.18101 0.696,0.15801 1.077,-0.062 l 4.768,-2.769 c 0.733,-0.425 1.305,-1.511 1.303,-2.47301 -0.002,-0.564 -0.207,-1.005 -0.564,-1.20999 -0.14,-0.08 -0.294,-0.12 -0.455,-0.12" /><path + id="path4204" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.35871,207.97036 -2.612,1.517 c -0.63,0.366 -1.14,1.34599 -1.138,2.18899 v 0 c 0.002,0.84201 0.515,1.22801 1.146,0.86201 l 2.612,-1.517 c 0.631,-0.366 1.141,-1.34601 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4206" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 277.29971,212.34736 c -0.045,0 -0.09,-0.01 -0.129,-0.033 -0.143,-0.081 -0.232,-0.327 -0.233,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.903 l 2.612,-1.517 c 0.098,-0.057 0.282,-0.14001 0.419,-0.061 0.142,0.081 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.975,1.903 l -2.611,1.517 c -0.07,0.04 -0.182,0.094 -0.29,0.094 z m 3.516,-4.845 c -0.2,0 -0.411,0.062 -0.622,0.18399 l -2.611,1.51601 c -0.733,0.426 -1.305,1.512 -1.303,2.47399 7.5e-4,0.564 0.206,1.005 0.563,1.209 0.313,0.18 0.697,0.15801 1.077,-0.063 l 2.612,-1.51599 c 0.732,-0.426 1.304,-1.513 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.294,-0.12099 -0.455,-0.12099" /><path + id="path4208" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 299.86271,196.64536 -15.606,9.062 c -0.631,0.367 -1.141,1.347 -1.139,2.18899 v 0 c 0.002,0.84201 0.515,1.22801 1.146,0.86201 l 15.607,-9.062 c 0.631,-0.366 1.14,-1.34601 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4210" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.02771,196.93036 c 0.098,-0.057 0.283,-0.14001 0.42,-0.061 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.975,1.903 l -15.606,9.062 c -0.097,0.057 -0.279,0.14 -0.419,0.062 -0.143,-0.082 -0.232,-0.327 -0.233,-0.64 -0.002,-0.724 0.445,-1.595 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.062 -0.621,0.18399 l -15.606,9.06201 c -0.733,0.425 -1.305,1.512 -1.303,2.474 0.002,0.564 0.207,1.00399 0.563,1.209 0.314,0.18 0.696,0.157 1.078,-0.063 l 15.606,-9.062 c 0.732,-0.426 1.304,-1.512 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.00399 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12099 -0.456,-0.12099" /><path + id="path4212" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 312.55371,189.27636 -4.768,2.769 c -0.63,0.366 -1.14,1.34599 -1.138,2.188 v 0 c 0.002,0.843 0.515,1.229 1.146,0.86199 l 4.768,-2.76799 c 0.631,-0.366 1.141,-1.346 1.139,-2.189 v 0 c -0.003,-0.84201 -0.516,-1.228 -1.147,-0.862" /><path + id="path4214" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 307.33771,194.90536 c -0.044,0 -0.088,-0.01 -0.129,-0.033 -0.142,-0.081 -0.231,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.974,-1.90401 l 4.768,-2.76799 c 0.099,-0.057 0.282,-0.14 0.42,-0.062 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.72401 -0.445,1.596 -0.975,1.90301 l -4.768,2.769 c -0.07,0.04 -0.182,0.094 -0.291,0.094 z m 5.673,-6.097 c -0.2,0 -0.411,0.062 -0.622,0.184 l -4.768,2.768 c -0.733,0.426 -1.305,1.513 -1.302,2.47399 7.5e-4,0.564 0.206,1.00401 0.562,1.209 0.316,0.18 0.698,0.15801 1.078,-0.063 l 4.768,-2.76799 c 0.733,-0.426 1.305,-1.51301 1.303,-2.474 -0.002,-0.565 -0.207,-1.005 -0.564,-1.21 -0.14,-0.08 -0.294,-0.12 -0.455,-0.12" /><path + id="path4216" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 271.94671,207.25435 -15.606,9.06201 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 15.606,-9.06201 c 0.631,-0.366 1.141,-1.34599 1.139,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4218" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 272.11171,207.53935 c 0.098,-0.057 0.281,-0.141 0.42,-0.061 0.142,0.081 0.231,0.326 0.232,0.639 0.002,0.724 -0.445,1.596 -0.975,1.904 l -15.606,9.061 c -0.099,0.057 -0.284,0.14 -0.419,0.061 -0.143,-0.081 -0.232,-0.32599 -0.233,-0.639 -0.002,-0.72399 0.445,-1.596 0.975,-1.90299 z m 0.291,-0.753 c -0.2,0 -0.41,0.061 -0.621,0.183 l -15.606,9.063 c -0.733,0.42501 -1.305,1.51101 -1.303,2.47301 7.5e-4,0.564 0.206,1.005 0.563,1.209 0.314,0.18 0.697,0.15799 1.077,-0.063 l 15.607,-9.06101 c 0.732,-0.426 1.304,-1.51299 1.302,-2.47399 -7.5e-4,-0.564 -0.206,-1.005 -0.562,-1.209 -0.141,-0.081 -0.295,-0.12101 -0.457,-0.12101" /><path + id="path4220" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.35071,202.37436 -4.768,2.769 c -0.631,0.366 -1.141,1.34599 -1.139,2.18899 v 0 c 0.003,0.84201 0.516,1.22801 1.147,0.86201 l 4.767,-2.769 c 0.631,-0.366 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4222" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.13471,208.00336 c -0.045,0 -0.089,-0.01 -0.129,-0.033 -0.143,-0.081 -0.232,-0.327 -0.233,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.903 l 4.768,-2.769 c 0.099,-0.056 0.283,-0.141 0.419,-0.061 0.143,0.081 0.232,0.327 0.233,0.639 0.002,0.72401 -0.445,1.596 -0.975,1.90401 l -4.768,2.768 c -0.069,0.04 -0.181,0.094 -0.29,0.094 z m 5.672,-6.097 c -0.199,0 -0.411,0.062 -0.621,0.184 l -4.768,2.768 c -0.733,0.426 -1.305,1.513 -1.303,2.47399 0.002,0.564 0.207,1.00401 0.563,1.209 0.314,0.18 0.698,0.15801 1.077,-0.063 l 4.768,-2.76799 c 0.733,-0.426 1.305,-1.51301 1.303,-2.474 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.209 -0.14,-0.081 -0.294,-0.121 -0.456,-0.121" /><path + id="path4224" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 293.23671,194.89236 -9.142,5.308 c -0.631,0.36699 -1.14,1.346 -1.138,2.189 v 0 c 0.002,0.84199 0.515,1.228 1.146,0.862 l 9.142,-5.308 c 0.631,-0.36701 1.14,-1.347 1.138,-2.189 v 0 c -0.002,-0.843 -0.515,-1.228 -1.146,-0.862" /><path + id="path4226" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 293.40271,195.17635 c 0.098,-0.056 0.283,-0.13999 0.419,-0.061 0.142,0.082 0.232,0.327 0.232,0.64 0.002,0.723 -0.444,1.595 -0.975,1.903 l -9.142,5.308 c -0.097,0.057 -0.282,0.14 -0.419,0.062 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.724 0.444,-1.596 0.975,-1.903 z m 0.291,-0.75199 c -0.2,0 -0.412,0.061 -0.622,0.183 l -9.142,5.30899 c -0.732,0.42501 -1.304,1.512 -1.302,2.47301 7.5e-4,0.564 0.206,1.005 0.563,1.21 0.313,0.18 0.697,0.158 1.077,-0.064 l 9.142,-5.308 c 0.732,-0.425 1.304,-1.512 1.302,-2.474 -7.5e-4,-0.563 -0.206,-1.004 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12 -0.455,-0.12" /><path + id="path4228" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 299.59271,191.20135 -2.611,1.51701 c -0.631,0.366 -1.141,1.346 -1.139,2.18799 v 0 c 0.002,0.843 0.515,1.22901 1.146,0.86201 l 2.612,-1.51601 c 0.631,-0.366 1.141,-1.34599 1.138,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4230" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 299.75871,191.48635 c 0.097,-0.057 0.28,-0.14199 0.419,-0.061 0.142,0.081 0.232,0.326 0.232,0.639 0.002,0.724 -0.444,1.596 -0.974,1.904 l -2.612,1.516 c -0.097,0.057 -0.283,0.141 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.72399 0.445,-1.596 0.975,-1.90299 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -2.612,1.51701 c -0.732,0.426 -1.304,1.512 -1.302,2.474 7.5e-4,0.564 0.206,1.00399 0.563,1.209 0.314,0.18 0.696,0.15799 1.078,-0.063 l 2.611,-1.51601 c 0.733,-0.426 1.304,-1.51299 1.302,-2.47399 -7.5e-4,-0.564 -0.206,-1.005 -0.562,-1.209 -0.141,-0.081 -0.295,-0.12101 -0.456,-0.12101" /><path + id="path4232" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.09771,197.32836 -0.502,0.292 c -0.631,0.366 -1.14,1.346 -1.138,2.18799 v 0 c 0.002,0.843 0.515,1.22901 1.146,0.86201 l 0.501,-0.291 c 0.631,-0.366 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4234" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.26271,197.61336 c 0.098,-0.056 0.281,-0.141 0.42,-0.061 0.142,0.081 0.231,0.327 0.232,0.639 0.002,0.72401 -0.444,1.59501 -0.974,1.90301 l -0.502,0.292 c -0.099,0.056 -0.284,0.14 -0.419,0.061 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.724 0.445,-1.596 0.975,-1.90399 z m 0.291,-0.753 c -0.2,0 -0.41,0.062 -0.621,0.184 v 0 l -0.501,0.291 c -0.733,0.425 -1.305,1.512 -1.303,2.474 7.5e-4,0.564 0.206,1.00399 0.563,1.209 0.314,0.18 0.697,0.15799 1.077,-0.063 l 0.502,-0.291 c 0.733,-0.426 1.305,-1.51301 1.302,-2.475 -7.5e-4,-0.563 -0.206,-1.004 -0.562,-1.208 -0.141,-0.081 -0.295,-0.121 -0.457,-0.121" /><path + id="path4236" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 288.50171,192.44935 -4.768,2.76801 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.003,0.84199 0.516,1.228 1.147,0.862 l 4.768,-2.769 c 0.63,-0.366 1.14,-1.34601 1.138,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.86201" /><path + id="path4238" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 283.28571,198.07735 c -0.045,0 -0.089,-0.009 -0.129,-0.033 -0.143,-0.081 -0.232,-0.32599 -0.233,-0.639 -7.5e-4,-0.72399 0.445,-1.596 0.975,-1.90399 l 4.768,-2.768 c 0.099,-0.056 0.284,-0.139 0.419,-0.061 0.143,0.082 0.232,0.327 0.233,0.639 0.002,0.724 -0.445,1.596 -0.975,1.903 l -4.768,2.769 c -0.069,0.04 -0.181,0.094 -0.29,0.094 z m 5.673,-6.09699 c -0.2,0 -0.412,0.062 -0.622,0.18399 l -4.768,2.76801 c -0.733,0.426 -1.305,1.51299 -1.303,2.475 0.002,0.563 0.207,1.004 0.563,1.208 0.314,0.18 0.698,0.15799 1.077,-0.063 l 4.768,-2.768 c 0.733,-0.426 1.305,-1.512 1.303,-2.47401 -7.5e-4,-0.564 -0.206,-1.00399 -0.563,-1.209 -0.14,-0.08 -0.294,-0.12099 -0.455,-0.12099" /><path + id="path4240" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.45971,200.02135 -4.768,2.769 c -0.63,0.366 -1.14,1.34601 -1.138,2.18801 v 0 c 0.002,0.843 0.515,1.22899 1.146,0.862 l 4.768,-2.76801 c 0.631,-0.36699 1.141,-1.34599 1.138,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4242" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.62571,200.30635 c 0.097,-0.057 0.28,-0.14199 0.419,-0.061 0.142,0.081 0.232,0.326 0.232,0.639 0.002,0.723 -0.444,1.595 -0.974,1.903 l -4.768,2.769 c -0.098,0.056 -0.279,0.14 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.723 0.444,-1.595 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.18401 l -4.768,2.76799 c -0.732,0.42501 -1.304,1.512 -1.302,2.47401 0.002,0.564 0.207,1.005 0.563,1.209 0.314,0.18 0.696,0.158 1.077,-0.063 l 4.768,-2.769 c 0.734,-0.426 1.306,-1.512 1.302,-2.47401 -7.5e-4,-0.56299 -0.206,-1.00399 -0.562,-1.20799 -0.141,-0.081 -0.295,-0.12101 -0.456,-0.12101" /><path + id="path4244" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.26571,191.92236 -2.612,1.51699 c -0.631,0.366 -1.14,1.34601 -1.138,2.18801 v 0 c 0.002,0.843 0.515,1.22899 1.146,0.862 l 2.612,-1.516 c 0.631,-0.36701 1.14,-1.347 1.138,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4246" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.43171,192.20736 c 0.097,-0.057 0.28,-0.14201 0.419,-0.062 0.142,0.082 0.232,0.327 0.232,0.64 0.002,0.72401 -0.445,1.595 -0.974,1.90301 l -2.613,1.51599 c -0.098,0.057 -0.282,0.14001 -0.419,0.062 -0.142,-0.082 -0.232,-0.327 -0.232,-0.639 -0.002,-0.72401 0.444,-1.596 0.975,-1.904 z m 0.291,-0.753 c -0.2,0 -0.411,0.061 -0.622,0.183 l -2.612,1.51699 c -0.732,0.42501 -1.304,1.512 -1.302,2.47401 7.5e-4,0.564 0.206,1.004 0.563,1.209 0.313,0.179 0.697,0.158 1.077,-0.064 l 2.612,-1.516 c 0.733,-0.425 1.304,-1.512 1.302,-2.474 -7.5e-4,-0.564 -0.206,-1.004 -0.562,-1.208 -0.141,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4248" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 299.76971,180.59736 -15.606,9.06199 c -0.631,0.366 -1.141,1.34601 -1.139,2.18901 v 0 c 0.002,0.842 0.515,1.22799 1.146,0.86199 l 15.606,-9.06199 c 0.631,-0.36701 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4250" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 283.71571,192.51936 c -0.045,0 -0.089,-0.01 -0.13,-0.033 -0.142,-0.081 -0.231,-0.327 -0.232,-0.639 -0.002,-0.725 0.444,-1.596 0.975,-1.90301 l 15.606,-9.063 c 0.099,-0.056 0.283,-0.13999 0.419,-0.061 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.724 -0.445,1.595 -0.975,1.903 l -15.606,9.062 c -0.069,0.04 -0.182,0.094 -0.29,0.094 z m 16.511,-12.39 c -0.2,0 -0.412,0.061 -0.622,0.184 l -15.607,9.06099 c -0.733,0.426 -1.305,1.512 -1.302,2.47401 0.002,0.564 0.207,1.005 0.563,1.209 0.315,0.18099 0.696,0.158 1.077,-0.063 l 15.606,-9.061 c 0.733,-0.426 1.305,-1.51301 1.303,-2.474 -7.5e-4,-0.564 -0.206,-1.005 -0.563,-1.21 -0.14,-0.08 -0.294,-0.12 -0.455,-0.12" /><path + id="path4252" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 303.90271,178.19736 -0.502,0.292 c -0.631,0.366 -1.14,1.346 -1.138,2.18799 v 0 c 0.002,0.843 0.515,1.22901 1.146,0.86201 l 0.501,-0.291 c 0.631,-0.366 1.141,-1.346 1.139,-2.189 v 0 c -0.002,-0.84201 -0.515,-1.228 -1.146,-0.862" /><path + id="path4254" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 304.06771,178.48236 c 0.097,-0.057 0.281,-0.141 0.419,-0.062 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.72401 -0.445,1.596 -0.975,1.904 l -0.501,0.291 c -0.098,0.056 -0.284,0.14001 -0.42,0.061 -0.142,-0.082 -0.232,-0.327 -0.232,-0.64 -0.002,-0.724 0.444,-1.595 0.974,-1.903 z m 0.291,-0.753 c -0.2,0 -0.411,0.062 -0.622,0.184 v 0 l -0.501,0.291 c -0.733,0.425 -1.304,1.512 -1.303,2.474 0.002,0.56299 0.207,1.00399 0.563,1.209 0.314,0.17899 0.696,0.15799 1.078,-0.063 l 0.501,-0.29201 c 0.733,-0.42499 1.305,-1.512 1.303,-2.47299 -0.002,-0.564 -0.207,-1.005 -0.563,-1.209 -0.141,-0.081 -0.295,-0.121 -0.456,-0.121" /><path + id="path4256" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 265.67471,195.23935 -9.142,5.30801 c -0.631,0.367 -1.141,1.347 -1.138,2.18899 v 0 c 0.002,0.84201 0.515,1.22801 1.146,0.86201 l 9.142,-5.30801 c 0.631,-0.36699 1.14,-1.347 1.138,-2.18899 v 0 c -0.002,-0.842 -0.515,-1.22801 -1.146,-0.86201" /><path + id="path4258" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 265.83971,195.52336 c 0.098,-0.056 0.282,-0.139 0.42,-0.061 0.143,0.082 0.232,0.327 0.233,0.64 0.002,0.724 -0.445,1.595 -0.975,1.903 l -9.142,5.30798 c -0.098,0.056 -0.28,0.13999 -0.42,0.062 -0.143,-0.082 -0.232,-0.327 -0.233,-0.63999 -0.002,-0.724 0.445,-1.596 0.975,-1.903 z m 0.291,-0.75201 c -0.199,0 -0.41,0.061 -0.621,0.183 l -9.142,5.30901 c -0.733,0.425 -1.305,1.512 -1.303,2.474 0.002,0.56299 0.207,1.00399 0.564,1.209 0.313,0.18 0.696,0.157 1.077,-0.063 l 9.142,-5.309 c 0.733,-0.42501 1.305,-1.512 1.303,-2.47401 -0.002,-0.564 -0.207,-1.00399 -0.563,-1.209 -0.141,-0.08 -0.295,-0.12 -0.457,-0.12" /><path + id="path4260" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 272.03071,191.54836 -2.612,1.517 c -0.631,0.366 -1.14,1.34599 -1.138,2.18899 v 0 c 0.002,0.84201 0.515,1.22801 1.146,0.86201 l 2.612,-1.517 c 0.631,-0.366 1.14,-1.34601 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4262" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 272.19571,191.83336 c 0.098,-0.057 0.281,-0.141 0.42,-0.062 0.143,0.082 0.232,0.327 0.233,0.64001 0.002,0.72399 -0.445,1.596 -0.975,1.90299 l -2.612,1.51701 c -0.098,0.056 -0.28,0.13999 -0.42,0.061 -0.142,-0.082 -0.231,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.974,-1.903 z m 0.291,-0.753 c -0.199,0 -0.41,0.061 -0.621,0.18399 l -2.612,1.51601 c -0.733,0.426 -1.305,1.513 -1.302,2.475 7.5e-4,0.56299 0.206,1.003 0.562,1.20799 0.315,0.18101 0.697,0.15801 1.078,-0.063 l 2.612,-1.51599 c 0.733,-0.426 1.305,-1.513 1.303,-2.47401 -0.002,-0.564 -0.207,-1.005 -0.564,-1.209 -0.14,-0.081 -0.294,-0.12099 -0.456,-0.12099" /><path + id="path4264" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 291.53471,180.22336 -15.606,9.062 c -0.631,0.367 -1.141,1.34599 -1.139,2.18899 v 0 c 0.002,0.84201 0.515,1.22801 1.146,0.86201 l 15.607,-9.062 c 0.63,-0.366 1.14,-1.34601 1.138,-2.18901 v 0 c -0.002,-0.84199 -0.515,-1.22799 -1.146,-0.86199" /><path + id="path4266" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 291.69971,180.50836 c 0.098,-0.057 0.281,-0.142 0.42,-0.061 0.142,0.081 0.231,0.326 0.232,0.639 0.002,0.724 -0.444,1.595 -0.974,1.904 l -15.607,9.06098 c -0.098,0.057 -0.284,0.141 -0.419,0.062 -0.143,-0.082 -0.232,-0.327 -0.233,-0.63999 -0.002,-0.724 0.445,-1.596 0.975,-1.903 z m 0.291,-0.753 c -0.2,0 -0.41,0.062 -0.621,0.18399 l -15.606,9.06201 c -0.733,0.425 -1.305,1.511 -1.303,2.47299 7.5e-4,0.564 0.206,1.005 0.563,1.21001 0.314,0.17899 0.697,0.157 1.077,-0.064 l 15.607,-9.06099 c 0.733,-0.427 1.305,-1.513 1.302,-2.47401 -7.5e-4,-0.564 -0.206,-1.005 -0.562,-1.209 -0.141,-0.081 -0.295,-0.12099 -0.457,-0.12099" /><path + id="path4268" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 280.16071,181.90236 -0.501,0.291 c -0.631,0.366 -1.141,1.34599 -1.139,2.18899 v 0 c 0.002,0.84201 0.516,1.22801 1.146,0.86201 l 0.502,-0.29201 c 0.631,-0.366 1.141,-1.34599 1.139,-2.18799 v 0 c -0.003,-0.843 -0.516,-1.22901 -1.147,-0.862" /><path + id="path4270" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 279.21171,185.05336 c -0.045,0 -0.089,-0.01 -0.129,-0.033 -0.142,-0.081 -0.232,-0.327 -0.232,-0.639 -0.002,-0.724 0.444,-1.596 0.974,-1.903 l 0.502,-0.29201 c 0.097,-0.056 0.283,-0.13999 0.419,-0.061 0.142,0.082 0.232,0.327 0.232,0.639 0.002,0.724 -0.444,1.596 -0.974,1.904 l -0.502,0.291 c -0.069,0.04 -0.182,0.094 -0.29,0.094 z m 1.406,-3.619 c -0.2,0 -0.411,0.061 -0.622,0.183 l -0.501,0.291 c -0.733,0.426 -1.304,1.512 -1.303,2.47399 0.002,0.564 0.207,1.005 0.563,1.209 0.315,0.18101 0.696,0.15801 1.078,-0.063 l 0.501,-0.291 c 0.732,-0.42499 1.304,-1.512 1.303,-2.47399 -0.002,-0.564 -0.207,-1.004 -0.563,-1.209 -0.141,-0.08 -0.295,-0.12 -0.456,-0.12" /><path + id="path4272" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 275.52371,184.59535 -4.768,2.76801 c -0.631,0.366 -1.141,1.346 -1.139,2.189 v 0 c 0.002,0.84199 0.516,1.228 1.146,0.862 l 4.768,-2.769 c 0.631,-0.366 1.141,-1.34601 1.139,-2.188 v 0 c -0.002,-0.843 -0.515,-1.229 -1.146,-0.86201" /><path + id="path4274" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 270.30771,190.22335 c -0.045,0 -0.089,-0.01 -0.129,-0.033 -0.143,-0.082 -0.232,-0.327 -0.233,-0.639 -0.002,-0.72399 0.445,-1.596 0.975,-1.90299 l 4.768,-2.769 c 0.099,-0.057 0.284,-0.14001 0.419,-0.061 0.143,0.081 0.232,0.327 0.233,0.639 0.002,0.724 -0.445,1.596 -0.975,1.904 l -4.767,2.768 c -0.07,0.04 -0.182,0.094 -0.291,0.094 z m 5.672,-6.09699 c -0.2,0 -0.411,0.062 -0.621,0.18399 l -4.768,2.76801 c -0.733,0.426 -1.305,1.51299 -1.303,2.474 7.5e-4,0.564 0.207,1.00399 0.563,1.209 0.314,0.18 0.697,0.15799 1.078,-0.063 l 4.767,-2.768 c 0.733,-0.42501 1.305,-1.512 1.303,-2.47401 -7.5e-4,-0.564 -0.206,-1.00399 -0.563,-1.209 -0.14,-0.081 -0.294,-0.12099 -0.456,-0.12099" /><path + id="path4276" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 358.69371,209.14036 -4.255,2.44899 c -0.118,0.068 -0.223,0.066 -0.303,0.013 l -3.371,-2.10101 c -0.062,-0.038 -0.082,-0.11899 -0.044,-0.18199 l 3.252,-3.48701 c 0.013,-0.021 0.019,-0.045 0.019,-0.069 v -1.125 c 0,-0.32899 0.2,-0.711 0.447,-0.85299 l 1.118,1.329 c 0.02,-0.011 0.037,-0.027 0.048,-0.047 l -0.179,-1.86 c 0.039,-0.064 0.123,-0.085 0.187,-0.045 l 3.381,2.108 c 0,0 0.146,0.17901 0.146,0.35301 v 2.664 c 0,0.32799 -0.2,0.70999 -0.446,0.85299" /><path + id="path4278" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 355.46071,205.66536 0.31,-0.18101 c 0.084,-0.048 0.153,-0.117 0.202,-0.19999 l 0.071,-0.119 -0.125,-1.308 2.772,1.728 c 0.011,0.02 0.02,0.04 0.023,0.051 l -0.002,2.651 c 0,0.201 -0.138,0.427 -0.232,0.48199 l -4.2,2.418 -2.983,-1.85899 3.039,-3.269 c 0.055,-0.089 0.085,-0.19101 0.085,-0.29601 v -1.125 c 0,-0.058 0.011,-0.11799 0.029,-0.17499 z m 0.081,-2.951 c -0.044,0 -0.089,0.005 -0.134,0.016 -0.147,0.036 -0.271,0.128 -0.349,0.258 l -0.072,0.12101 0.072,0.74899 -0.524,-0.62299 -0.31,0.17899 c -0.376,0.21701 -0.66,0.743 -0.66,1.224 v 1.004 l -3.212,3.45801 c -0.155,0.261 -0.072,0.603 0.185,0.76399 l 3.372,2.10101 c 0.21,0.13899 0.493,0.13999 0.743,-0.005 l 4.255,-2.45001 c 0.376,-0.21699 0.66,-0.74299 0.66,-1.22299 v -2.664 c 0,-0.311 -0.202,-0.57401 -0.243,-0.624 l -0.105,-0.092 -3.381,-2.10801 c -0.091,-0.056 -0.193,-0.085 -0.297,-0.085" /><path + id="path4280" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 353.06471,205.49935 c 0,0 -0.009,-0.083 -0.023,-0.22299 l 2.36,-1.98801 c 0.065,-0.10899 0.206,-0.14299 0.313,-0.076 l 3.302,2.058 c 0,0 0.147,0.179 0.147,0.353 v 2.499 c 0,0.072 -0.079,0.115 -0.14,0.077 l -3.336,-2.07999 c -0.013,-0.008 -0.024,-0.019 -0.031,-0.032 l -2.592,-0.588" /><path + id="path4282" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 353.77071,205.22035 1.855,-1.56099 3.089,1.92699 c 0.011,0.019 0.02,0.039 0.022,0.051 v 1.87901 l -2.753,-1.715 -0.052,-0.09 z m 1.827,-2.47099 c -0.053,0 -0.105,0.006 -0.157,0.019 -0.143,0.035 -0.266,0.114 -0.355,0.22701 l -2.494,2.1 0.081,0.753 2.787,0.63399 3.338,2.08 c 0.159,0.10001 0.361,0.10601 0.526,0.014 0.165,-0.091 0.268,-0.26601 0.268,-0.454 v -2.499 c 0,-0.311 -0.204,-0.575 -0.245,-0.62501 l -0.104,-0.091 -3.301,-2.059 c -0.106,-0.065 -0.224,-0.099 -0.344,-0.099" /><path + id="path4284" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 355.19771,203.10736 -4.255,2.44899 c -0.247,0.14301 -0.447,0.525 -0.447,0.85301 v 2.66299 c 0,0.32901 0.2,0.48 0.447,0.33801 l 4.255,-2.45001 c 0.246,-0.14199 0.446,-0.52399 0.446,-0.85299 v -2.66301 c 0,-0.32899 -0.2,-0.48 -0.446,-0.33699" /><path + id="path4286" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 350.92971,208.92436 -0.006,-2.515 c 0,-0.20201 0.139,-0.428 0.232,-0.483 l 4.055,-2.333 0.005,2.514 c 0,0.20199 -0.139,0.429 -0.232,0.483 z m 4.481,-5.44701 -0.213,-0.36999 0.218,0.368 c -7.5e-4,0 -0.003,7.5e-4 -0.005,0.002 z m -0.035,-0.852 c -0.13,0 -0.264,0.037 -0.392,0.111 l -4.255,2.44901 c -0.377,0.21799 -0.661,0.744 -0.661,1.224 v 2.66299 c 0,0.33 0.135,0.597 0.369,0.732 0.216,0.12501 0.478,0.11601 0.719,-0.024 l 4.255,-2.44899 c 0.377,-0.21801 0.661,-0.744 0.661,-1.224 v -2.66301 c 0,-0.33 -0.134,-0.59599 -0.368,-0.73099 -0.102,-0.059 -0.213,-0.088 -0.328,-0.088" /><path + id="path4288" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 353.16171,208.05036 -0.453,0.727 3.372,2.1 0.452,-0.726 -3.371,-2.101" /><path + id="path4290" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 356.11071,204.25036 -0.34,0.564 2.969,1.788 0.339,-0.564 -2.968,-1.788" /><path + id="path4292" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 369.64071,135.85536 -9.363,5.406 c -0.138,0.079 -0.261,0.076 -0.354,0.014 l -3.939,-2.454 c -0.072,-0.045 -0.095,-0.14 -0.052,-0.213 l 3.801,-4.074 c 0.014,-0.025 0.022,-0.052 0.022,-0.081 v -1.315 c 0,-0.384 0.234,-0.83 0.522,-0.996 l 1.306,1.553 c 0.023,-0.013 0.043,-0.032 0.056,-0.055 l 4.183,-4.717 c 0.045,-0.075 0.143,-0.099 0.218,-0.052 l 3.95,2.46201 c 0,0 0.172,0.21 0.172,0.41299 v 3.11201 c 0,0.384 -0.234,0.82999 -0.522,0.99699" /><path + id="path4294" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 361.97871,133.90335 4.032,-4.54599 3.681,2.29299 c 0.022,0.038 0.041,0.079 0.044,0.10001 l -7.5e-4,3.108 c 0,0.24799 -0.169,0.546 -0.308,0.627 l -9.337,5.38999 -3.596,-2.241 3.603,-3.87499 c 0.057,-0.091 0.087,-0.197 0.087,-0.305 v -1.31601 c 0,-0.11199 0.034,-0.23499 0.085,-0.342 l 1.22,1.45001 0.311,-0.18101 c 0.07,-0.041 0.132,-0.096 0.179,-0.162 z m 3.978,-5.484 c -0.045,0 -0.091,0.005 -0.136,0.016 -0.135,0.033 -0.255,0.114 -0.335,0.225 l -3.889,4.38499 -1.222,-1.45299 -0.311,0.179 c -0.419,0.24199 -0.736,0.82999 -0.736,1.36699 v 1.203 l -3.762,4.04801 c -0.162,0.27199 -0.075,0.628 0.194,0.795 l 3.938,2.454 c 0.225,0.14899 0.525,0.148 0.795,-0.008 l 9.362,-5.405 c 0.42,-0.24199 0.736,-0.82999 0.736,-1.36699 v -3.11201 c 0,-0.339 -0.224,-0.63 -0.269,-0.684 l -0.104,-0.092 -3.951,-2.46201 c -0.093,-0.058 -0.201,-0.089 -0.31,-0.089" /><path + id="path4296" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 363.06471,131.60136 c 0,0 -0.011,-0.097 -0.028,-0.26001 l 2.758,-2.32399 c 0.076,-0.12701 0.24101,-0.167 0.366,-0.089 l 3.858,2.405 c 0,0 0.171,0.21 0.171,0.41299 v 2.919 c 0,0.084 -0.092,0.135 -0.163,0.091 l -3.89799,-2.43 c -0.016,-0.01 -0.028,-0.022 -0.037,-0.038 l -3.027,-0.687" /><path + id="path4298" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 363.73271,131.31435 2.316,-1.95099 3.67,2.28699 c 0.023,0.038 0.042,0.079 0.044,0.10001 l -7.5e-4,2.337 -3.34,-2.082 -0.054,-0.093 z m 2.29,-2.85399 c -0.055,0 -0.11,0.007 -0.165,0.02 -0.153,0.037 -0.285,0.123 -0.381,0.246 l -2.889,2.434 0.084,0.79 3.23,0.738 3.899,2.431 c 0.165,0.103 0.373,0.107 0.541,0.014 0.17,-0.094 0.277,-0.273 0.277,-0.468 v -2.919 c 0,-0.339 -0.224,-0.63 -0.269,-0.684 l -0.105,-0.092 -3.858,-2.405 c -0.112,-0.069 -0.236,-0.105 -0.364,-0.105" /><path + id="path4300" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 365.55571,128.80635 -9.363,5.406 c -0.288,0.16601 -0.522,0.612 -0.522,0.996 v 3.11201 c 0,0.384 0.234,0.561 0.522,0.394 l 9.363,-5.406 c 0.288,-0.166 0.522,-0.612 0.522,-0.996 v -3.112 c 0,-0.384 -0.234,-0.561 -0.522,-0.39401" /><path + id="path4302" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 356.09871,138.27435 v -3.066 c 0,-0.24799 0.169,-0.54499 0.308,-0.62599 l 9.243,-5.336 v 3.066 c 0,0.248 -0.168,0.545 -0.308,0.626 z m 9.665,-9.95799 c -0.139,0 -0.284,0.039 -0.422,0.12 l -9.363,5.405 c -0.419,0.24199 -0.736,0.82999 -0.736,1.36699 v 3.11201 c 0,0.35899 0.144,0.64699 0.394,0.792 0.23,0.13399 0.51,0.12199 0.77,-0.027 l 9.363,-5.406 c 0.42,-0.243 0.736,-0.83 0.736,-1.367 v -3.112 c 0,-0.359 -0.144,-0.647 -0.395,-0.792 -0.107,-0.062 -0.225,-0.092 -0.347,-0.092" /><path + id="path4304" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 358.74771,137.18736 -0.453,0.726 3.939,2.454 0.453,-0.726 -3.939,-2.454" /><path + id="path4306" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 366.59371,130.19036 -0.339,0.564 3.468,2.088 0.34,-0.564 -3.469,-2.088" /><path + id="path4308" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 366.89871,191.92336 -29.921,17.27499 c -1.704,0.984 -3.249,1.10801 -4.402,0.53001 l -0.008,0.006 -4.852,-3.102 c -0.046,-0.029 -0.068,-0.08 -0.044,-0.13 0.436,-0.909 4.488,-9.39 4.856,-10.953 0.155,-0.66 1.426,-7.148 2.897,-14.70101 v 0 -3.79599 c 0,-2.127 0.776,-4.489 2.013,-6.56301 1.55,-7.987 2.866,-14.79299 2.866,-14.79299 l 4.476,-10.569 3.875,2.334 c 0.256,0.154 0.368,0.46699 0.269,0.74899 l -0.613,1.74 5.985,3.402 c -0.197,1.02101 -0.353,2.16401 -0.415,3.306 l 12.95,-14.409 4.585,2.95001 c 0.05,0.027 0.097,0.059 0.146,0.09 v 0 0 c 1.109,0.69799 1.795,2.11399 1.795,4.114 v 31.33399 c 0,4.10201 -2.906,9.135 -6.458,11.18601" /><path + id="path4310" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 353.31071,158.03035 13.606,-15.13799 4.34,2.788 c 1.05,0.662 1.606,1.97499 1.606,3.723 v 31.33399 c 0,3.95501 -2.786,8.781 -6.211,10.75901 l -29.921,17.275 c -1.488,0.858 -2.884,1.04199 -3.934,0.516 l -0.055,-0.028 -4.47401,-2.86 c 1.008,-2.109 4.391,-9.25 4.74101,-10.737 0.135,-0.575 1.11099,-5.528 2.901,-14.719 l 0.009,-0.095 v -3.796 c 0,-1.969 0.69,-4.21 1.94299,-6.31 l 0.061,-0.158 c 1.47199,-7.58601 2.733,-14.106 2.856,-14.743 l 4.233,-9.998 3.38799,2.041 c 0.055,0.033 0.08,0.101 0.059,0.161 l -0.75,2.13 6.037,3.433 c -0.18201,1.02 -0.30501,2.058 -0.358,3.023 z m 13.434,-16.423 -12.243,13.62201 c 0.07,-0.591 0.164,-1.192 0.278,-1.783 l 0.067,-0.348 -5.933,-3.37301 0.475,-1.35099 c 0.177,-0.50001 -0.025,-1.062 -0.48,-1.336 l -4.362,-2.628 -4.727,11.193 c 0,0 -1.308,6.75799 -2.851,14.708 -1.314,2.22999 -2.037,4.62 -2.037,6.741 v 3.74799 c -2.218,11.39501 -2.793,14.24901 -2.885,14.63601 -0.287,1.223 -3.165,7.398 -4.82,10.853 -0.131,0.273 -0.033,0.601 0.23,0.763 l 5.133,3.282 0.049,-0.037 c 1.31001,0.521 2.92401,0.288 4.58601,-0.672 l 29.921,-17.274 c 3.697,-2.135 6.705,-7.345 6.705,-11.614 v -31.334 c 0,-2.1 -0.72,-3.709 -2.02601,-4.532 -0.081,-0.052 -0.12399,-0.079 -0.16899,-0.104 l -4.911,-3.16" /><path + id="path4312" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 366.81471,191.95435 -28.906,16.70601 -9.172,-5.91801 30.88,-16.377 6.297,-0.99699 4.784,2.84 c -1.087,1.567 -2.429,2.907 -3.883,3.74599" /><path + id="path4314" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 359.77571,186.84036 6.039,-0.956 4.168,2.474 c -1.026,1.377 -2.199,2.467 -3.415,3.169 l -28.644,16.554 -8.212,-5.29701 z m 6.237,-1.98701 -6.627,1.07601 -31.624,16.77099 10.134,6.53801 29.166,-16.856 c 1.465,-0.846 2.862,-2.19201 4.042,-3.89301 l 0.302,-0.435 -5.393,-3.201" /><path + id="path4316" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 368.34071,180.22735 c 0,0 -12.096,-2.85499 -12.873,-3.14599 -0.648,-0.243 -12.497,-9.798 -16.541,-14.271 0.815,-4.206 1.374,-7.096 1.377,-7.114 l 4.476,-10.569 4.039,2.337 c 0.262,0.15199 0.38,0.469 0.279,0.75499 l -0.61,1.731 5.808,3.402 c -0.197,1.02101 -6.16,-1.23799 -6.222,-0.096 l 18.757,-11.007 4.585,2.95001 c 0.05,0.027 0.097,0.059 0.146,0.09 v 0 c 1.109,0.69799 1.795,2.11399 1.795,4.114 v 31.272 c 0,0.765 -0.101,1.56199 -0.287,2.36599 l -4.729,-2.814" /><path + id="path4318" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 370.40771,176.19336 -0.527,0.835 2.252,1.421 0.527,-0.83501 -2.252,-1.42099" /><path + id="path4320" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 370.40771,147.30936 -0.527,0.834 2.252,1.422 0.527,-0.835 -2.252,-1.421" /><path + id="path4322" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 345.73571,147.74636 -0.527,0.834 2.251,1.422 0.527,-0.83501 -2.251,-1.42099" /><path + id="path4324" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 362.20271,188.91136 -29.921,17.27499 c -3.567,2.05901 -6.458,0.39 -6.458,-3.729 v -31.33399 c 0,-4.119 2.892,-9.12701 6.458,-11.18601 l 3.407,-1.967 c 0.616,-0.355 1.141,-1.15499 1.263,-1.92199 0.369,-2.305 1.71,-7.267 6.563,-10.875 0.942,-0.7 1.698,-0.099 1.419,1.113 -0.338,1.47099 -0.682,3.413 -0.692,5.261 -0.005,0.823 0.585,1.147 1.296,0.73699 l 16.665,-9.62199 c 3.567,-2.059 6.458,-0.39 6.458,3.729 v 31.33399 c 0,4.11801 -2.891,9.12701 -6.458,11.18601" /><path + id="path4326" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 344.95371,152.95436 c 0.267,0 0.551,-0.081 0.831,-0.243 l 16.665,-9.62201 c 1.567,-0.90499 3.014,-1.065 4.073,-0.45199 1.061,0.613 1.645,1.94599 1.645,3.754 v 31.33399 c 0,3.95501 -2.787,8.781 -6.211,10.758 l -29.921,17.27501 c -1.567,0.90499 -3.013,1.065 -4.074,0.453 -1.06,-0.61301 -1.644,-1.946 -1.644,-3.75401 v -31.33399 c 0,-3.95501 2.786,-8.781 6.211,-10.75901 l 3.407,-1.96699 c 0.74,-0.42701 1.358,-1.36101 1.503,-2.271 0.395,-2.46801 1.748,-7.12 6.37,-10.557 0.268,-0.198 0.473,-0.231 0.558,-0.17601 0.093,0.06 0.192,0.31901 0.086,0.78201 -0.459,1.998 -0.696,3.804 -0.705,5.369 -0.004,0.568 0.222,1.026 0.618,1.25599 0.177,0.10301 0.377,0.15401 0.588,0.15401 z m 20.134,-11.67101 c -0.971,0 -2.036,0.31901 -3.131,0.95201 l -16.666,9.621 c -0.217,0.126 -0.368,0.127 -0.429,0.091 -0.062,-0.037 -0.128,-0.16 -0.127,-0.39801 0.011,-1.85899 0.376,-3.828 0.68,-5.15299 0.187,-0.815 -0.003,-1.499 -0.509,-1.83 -0.468,-0.30401 -1.099,-0.225 -1.685,0.211 -4.903,3.645 -6.338,8.577 -6.756,11.193 -0.099,0.617 -0.539,1.293 -1.023,1.572 l -3.406,1.96699 c -3.698,2.135 -6.705,7.34501 -6.705,11.61401 v 31.33399 c 0,2.17601 0.759,3.81201 2.138,4.60901 1.38,0.795 3.177,0.63499 5.06,-0.453 l 29.921,-17.27501 c 3.697,-2.13499 6.705,-7.344 6.705,-11.613 v -31.33399 c 0,-2.176 -0.759,-3.813 -2.139,-4.609 -0.577,-0.333 -1.228,-0.49901 -1.928,-0.49901" /><path + id="path4348" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 317.68071,178.81135 -13.521,7.806 c -0.185,0.10701 -0.353,0.111 -0.484,0.039 v 0 0 c -0.019,-0.011 -0.039,-0.019 -0.056,-0.033 l -3.47599,-2.061 c -0.014,-0.008 -0.019,-0.027 -0.011,-0.042 l 3.27,-5.47699 c 0.002,-0.005 0.004,-0.01 0.004,-0.016 v -7.47099 c 0,-0.555 0.33701,-1.19901 0.753,-1.43901 l 6.966,-4.02199 c 0.005,-0.003 0.008,-0.006 0.011,-0.011 l 3.505,-5.872 c 0.008,-0.014 0.027,-0.019 0.041,-0.01 l 3.521,2.09 c 0.141,0.101 0.23,0.304 0.23,0.588 v 14.49201 c 0,0.55399 -0.337,1.19899 -0.753,1.43899" /><path + id="path4350" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.70471,184.39836 3.126,-5.237 0.004,-0.13401 v -7.47099 c 0,-0.43401 0.285,-0.922 0.539,-1.069 l 7.067,-4.08 0.068,-0.111 3.297,-5.52401 3.17901,1.88801 c -0.015,-0.011 0.021,0.063 0.021,0.21999 v 14.49201 c 0,0.433 -0.285,0.922 -0.53901,1.069 l -13.521,7.806 c -0.043,0.025 -0.07,0.03 -0.077,0.03 v 0 z m 13.825,-24.78501 -0.259,0.385 -3.448,5.778 -6.877,3.97001 c -0.551,0.319 -0.967,1.09699 -0.967,1.81 v 7.361 l -3.434,5.754 0.383,0.25999 3.54,2.09901 c 0.271,0.149 0.601,0.13299 0.906,-0.042 l 13.521,-7.806 c 0.551,-0.319 0.967,-1.09701 0.967,-1.81 v -14.49201 c 0,-0.416 -0.146,-0.749 -0.411,-0.93699 l -3.921,-2.33001" /><path + id="path4352" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 310.49071,168.02335 c -0.004,-0.007 -0.006,-0.014 -0.006,-0.022 l 0.096,-1.591 0.545,-0.315 c 0.005,-0.003 0.008,-0.006 0.011,-0.011 l 3.486,-5.84 c 0.036,-0.009 0.056,-0.014 0.092,-0.023 l 3.489,2.07099 c 0.141,0.10101 0.23,0.304 0.23,0.588 v 14.42601 c 0,0.029 -0.031,0.047 -0.056,0.032 l -3.446,-2.04499 c -0.005,-0.004 -0.009,-0.008 -0.012,-0.013 l -4.429,-7.257" /><path + id="path4354" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 310.99471,166.66536 0.446,-0.258 0.068,-0.111 3.297,-5.52401 3.179,1.88801 c -0.015,-0.011 0.021,0.063 0.021,0.21999 v 13.74001 l -2.772,-1.64601 -4.314,-7.069 z m 3.789,-6.90101 -0.421,0.105 -0.108,0.156 -3.432,5.751 -0.655,0.37901 -0.118,1.95199 0.076,0.13901 4.486,7.35199 0.111,0.067 3.649,2.16799 0.471,-0.24399 0.019,-0.283 v -14.42601 c 0,-0.416 -0.14601,-0.749 -0.411,-0.93699 l -3.667,-2.17901" /><path + id="path4356" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 314.17071,160.22635 -13.521,7.80701 c -0.416,0.24 -0.753,0.88399 -0.753,1.43899 v 14.49201 c 0,0.555 0.337,0.809 0.753,0.569 l 13.521,-7.806 c 0.416,-0.24 0.753,-0.884 0.753,-1.439 v -14.49201 c 0,-0.555 -0.337,-0.81 -0.753,-0.57" /><path + id="path4358" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 300.35171,184.19635 h -7.5e-4 c 0.012,-0.003 -0.026,-0.075 -0.026,-0.23199 v -14.49201 c 0,-0.433 0.285,-0.922 0.54,-1.069 l 13.52001,-7.806 c 0.047,-0.027 0.077,-0.033 0.085,-0.033 v 0 c -0.012,0.002 0.026,0.075 0.026,0.232 v 14.49201 c 0,0.43299 -0.284,0.92199 -0.539,1.06899 l -13.52001,7.806 c -0.047,0.027 -0.077,0.033 -0.085,0.033 z m 14.12,-24.487 c -0.169,0 -0.345,0.049 -0.515,0.147 l -13.52,7.806 c -0.552,0.318 -0.968,1.09701 -0.968,1.81 v 14.49201 c 0,0.44799 0.173,0.80499 0.474,0.97899 0.271,0.156 0.606,0.14201 0.921,-0.039 l 13.521,-7.806 c 0.552,-0.31899 0.967,-1.09699 0.967,-1.80999 v -14.49201 c 0,-0.44899 -0.173,-0.80599 -0.474,-0.97999 -0.125,-0.072 -0.263,-0.10701 -0.406,-0.10701" /><path + id="path4360" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 302.88571,182.85036 -0.453,0.726 3.372,2.1 0.452,-0.726 -3.371,-2.1" /><path + id="path4362" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 315.40471,162.72135 -0.34,0.564 2.969,1.78701 0.339,-0.56301 -2.968,-1.788" /><path + id="path4364" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 307.92571,176.50336 0.861,-2.511 c 0.092,-0.268 0.269,-0.519 0.474,-0.672 l 1.925,-1.435 c 0.517,-0.38501 0.723,-1.23701 0.349,-1.442 l -1.392,-0.76401 c -0.149,-0.081 -0.217,-0.283 -0.182,-0.53899 l 0.329,-2.40401 c 0.088,-0.645 -0.452,-0.786 -0.914,-0.23899 l -1.722,2.03899 c -0.183,0.218 -0.402,0.344 -0.586,0.339 l -1.722,-0.051 c -0.462,-0.014 -1.002,0.75101 -0.914,1.29401 l 0.329,2.02399 c 0.035,0.216 -0.033,0.49601 -0.181,0.74901 l -1.393,2.372 c -0.374,0.637 -0.168,1.251 0.349,1.039 l 1.925,-0.78801 c 0.205,-0.084 0.383,-0.038 0.474,0.12401 l 0.861,1.51699 c 0.231,0.40701 0.899,0.022 1.13,-0.65199" /><path + id="path4366" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 307.07871,169.30335 c 0.311,0 0.638,-0.17799 0.902,-0.491 l 1.722,-2.03899 c 0.066,-0.078 0.124,-0.12501 0.169,-0.153 -7.5e-4,0.017 -0.003,0.037 -0.005,0.058 l -0.32901,2.404 c -0.06,0.43901 0.089,0.80201 0.39801,0.972 l 1.39399,0.764 c 0.008,0.07 -0.102,0.50301 -0.399,0.724 l -1.926,1.43501 c -0.27499,0.20599 -0.502,0.525 -0.62299,0.876 l -0.861,2.511 c -0.098,0.288 -0.28701,0.45699 -0.39201,0.51099 l -0.822,-1.448 c -0.19899,-0.351 -0.605,-0.475 -1.00899,-0.309 l -1.875,0.768 c 7.5e-4,-0.088 0.03,-0.232 0.13299,-0.40699 l 1.392,-2.37101 c 0.201,-0.34099 0.28701,-0.718 0.235,-1.035 l -0.32899,-2.023 c -0.026,-0.15999 0.069,-0.414 0.22699,-0.605 0.117,-0.143 0.22301,-0.193 0.25301,-0.194 l 1.72099,0.052 c 0.008,0 0.016,0 0.024,0 z m 2.869,-3.57399 c -0.305,0 -0.629,0.17299 -0.899,0.492 l -1.722,2.03899 c -0.125,0.149 -0.228,0.186 -0.249,0.18701 l -1.719,-0.051 c -0.307,-0.006 -0.633,0.15499 -0.902,0.46299 -0.34,0.387 -0.515,0.90901 -0.447,1.32801 l 0.328,2.02399 c 0.016,0.096 -0.017,0.27701 -0.127,0.46301 l -1.393,2.37199 c -0.318,0.54101 -0.332,1.13301 -0.038,1.473 0.222,0.25601 0.567,0.32301 0.918,0.17901 l 1.90401,-0.78 0.822,1.448 c 0.152,0.267 0.42999,0.40699 0.72999,0.37999 0.477,-0.045 0.97301,-0.50899 1.17701,-1.10499 l 0.861,-2.511 c 0.063,-0.186 0.18799,-0.36501 0.325,-0.46701 l 1.925,-1.43499 c 0.44599,-0.33201 0.745,-0.94701 0.709,-1.46301 -0.022,-0.31599 -0.16701,-0.564 -0.41001,-0.69699 l -1.38,-0.757 c 0.035,0.011 0.014,-0.041 0.024,-0.114 l 0.32901,-2.403 c 0.075,-0.55401 -0.184,-0.879 -0.45201,-0.999 -0.1,-0.044 -0.20599,-0.066 -0.31399,-0.066" /><path + id="path4368" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 307.45771,172.48236 -0.535,1.57699 0.809,0.27501 0.536,-1.57701 -0.81,-0.27499" /><g + id="g4370" + transform="matrix(0.1,0,0,0.1,-108.32029,1.7073519)"><g + clip-path="url(#clipPath4376-0)" + id="g4372"><path + id="path4378" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2615.68,859.5 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4380" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2629.13,852.332 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path4382" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2641.33,844.68 -2.47,4.289 1050.4,605.691 2.46,-4.28 -1050.39,-605.7" /><path + id="path4384" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2655.04,837.672 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path4386" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2666.35,829.789 -2.47,4.281 1050.4,605.69 2.46,-4.27 -1050.39,-605.701" /><path + id="path4388" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2679.8,822.629 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path4390" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2692,814.988 -2.47,4.282 1050.4,605.68 2.46,-4.27 L 2692,814.988" /><path + id="path4392" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2705.71,807.969 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path4394" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2717.91,800.332 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path4396" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2731.58,793.18 -2.47,4.281 1050.4,605.699 2.47,-4.28 -1050.4,-605.7" /><path + id="path4398" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2743.78,785.539 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path4400" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2757.49,778.52 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4402" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2768.8,770.641 -2.47,4.281 1050.4,605.698 2.47,-4.28 -1050.4,-605.699" /><path + id="path4404" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2782.25,763.48 -2.47,4.282 1050.4,605.688 2.46,-4.28 -1050.39,-605.69" /><path + id="path4406" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2794.45,755.84 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4408" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2808.16,748.82 -2.47,4.282 1050.4,605.688 2.47,-4.28 -1050.4,-605.69" /><path + id="path4410" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2820.36,741.18 -2.47,4.281 1050.4,605.689 2.46,-4.28 -1050.39,-605.69" /><path + id="path4412" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2435.94,962.602 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path4414" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2449.65,955.582 -2.47,4.277 1050.4,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path4416" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2460.96,947.711 -2.47,4.277 1050.4,605.682 2.47,-4.27 -1050.4,-605.689" /><path + id="path4418" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2474.41,940.539 -2.47,4.281 1050.4,605.69 2.46,-4.28 -1050.39,-605.691" /><path + id="path4420" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2486.61,932.898 -2.47,4.282 1050.4,605.69 2.47,-4.28 -1050.4,-605.692" /><path + id="path4422" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2500.32,925.871 -2.47,4.277 1050.4,605.692 2.47,-4.27 -1050.4,-605.699" /><path + id="path4424" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2512.52,918.23 -2.47,4.282 1050.4,605.688 2.46,-4.27 -1050.39,-605.7" /><path + id="path4426" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2526.19,911.09 -2.47,4.281 1050.4,605.689 2.46,-4.27 -1050.39,-605.7" /><path + id="path4428" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2538.39,903.441 -2.47,4.278 1050.4,605.701 2.47,-4.28 -1050.4,-605.699" /><path + id="path4430" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2552.1,896.43 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4432" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2563.41,888.551 -2.47,4.281 1050.4,605.688 2.47,-4.27 -1050.4,-605.699" /><path + id="path4434" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2576.86,881.391 -2.47,4.281 1050.39,605.688 2.47,-4.28 -1050.39,-605.689" /><path + id="path4436" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2589.06,873.75 -2.47,4.281 1050.4,605.679 2.47,-4.27 -1050.4,-605.69" /><path + id="path4438" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2602.77,866.73 -2.47,4.282 1050.4,605.688 2.46,-4.28 -1050.39,-605.69" /><path + id="path4440" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2614.97,859.09 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4442" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2999.75,637.809 -2.46,4.293 1050.39,605.688 2.47,-4.28 -1050.4,-605.701" /><path + id="path4444" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3013.2,630.648 -2.46,4.282 1050.39,605.69 2.47,-4.28 -1050.4,-605.692" /><path + id="path4446" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3025.4,623.012 -2.46,4.277 1050.39,605.691 2.47,-4.28 -1050.4,-605.688" /><path + id="path4448" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3039.11,615.988 -2.47,4.282 1050.4,605.69 2.47,-4.28 -1050.4,-605.692" /><path + id="path4450" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3050.42,608.109 -2.46,4.282 1050.39,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path4452" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3063.87,600.941 -2.47,4.278 1050.4,605.701 2.47,-4.28 -1050.4,-605.699" /><path + id="path4454" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3076.07,593.301 -2.47,4.281 1050.4,605.698 2.47,-4.28 -1050.4,-605.699" /><path + id="path4456" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3089.78,586.289 -2.47,4.281 1050.4,605.69 2.47,-4.28 -1050.4,-605.691" /><path + id="path4458" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3101.98,578.641 -2.47,4.281 1050.4,605.698 2.47,-4.28 -1050.4,-605.699" /><path + id="path4460" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3115.65,571.5 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4462" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3127.85,563.859 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path4464" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3141.56,556.84 -2.46,4.281 1050.39,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4466" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3152.87,548.969 -2.47,4.281 1050.4,605.68 2.47,-4.28 -1050.4,-605.681" /><path + id="path4468" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3166.32,541.801 -2.47,4.281 1050.4,605.688 2.47,-4.28 -1050.4,-605.689" /><path + id="path4470" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3178.52,534.148 -2.46,4.282 1050.39,605.7 2.47,-4.28 -1050.4,-605.702" /><path + id="path4472" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3192.23,527.129 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path4474" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 3204.43,519.488 -2.47,4.282 1050.4,605.7 2.47,-4.28 -1050.4,-605.702" /><path + id="path4476" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2833.72,733.891 -2.46,4.281 1050.39,605.698 2.47,-4.28 -1050.4,-605.699" /><path + id="path4478" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2845.03,726.02 -2.47,4.281 1050.4,605.699 2.47,-4.28 -1050.4,-605.7" /><path + id="path4480" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2858.48,718.859 -2.47,4.282 1050.4,605.689 2.47,-4.28 -1050.4,-605.691" /><path + id="path4482" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2870.68,711.211 -2.47,4.281 1050.4,605.698 2.47,-4.28 -1050.4,-605.699" /><path + id="path4484" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2884.39,704.199 -2.47,4.281 1050.4,605.68 2.47,-4.28 -1050.4,-605.681" /><path + id="path4486" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2896.59,696.559 -2.46,4.281 1050.39,605.68 2.47,-4.28 -1050.4,-605.681" /><path + id="path4488" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2910.26,689.41 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4490" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2922.46,681.77 -2.46,4.281 1050.39,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4492" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2936.17,674.75 -2.47,4.281 1050.4,605.689 2.47,-4.28 -1050.4,-605.69" /><path + id="path4494" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2947.48,666.871 -2.46,4.277 1050.39,605.692 2.47,-4.28 -1050.4,-605.689" /><path + id="path4496" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2960.93,659.699 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path4498" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2973.13,652.059 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path4500" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2986.84,645.039 -2.47,4.281 1050.4,605.7 2.47,-4.28 -1050.4,-605.701" /><path + id="path4502" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 2999.04,637.398 -2.47,4.282 1050.4,605.7 2.47,-4.28 -1050.4,-605.702" /></g></g><path + id="path4504" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 178.32571,206.33935 -13.521,7.806 c -0.185,0.10701 -0.353,0.111 -0.484,0.039 v 0 0 c -0.019,-0.011 -0.039,-0.02 -0.056,-0.034 l -3.476,-2.06 c -0.015,-0.009 -0.019,-0.028 -0.011,-0.042 l 3.269,-5.478 c 0.003,-0.004 0.005,-0.01 0.005,-0.015 v 1.748 c 0,-0.555 0.337,-1.199 0.753,-1.44 l 6.966,-4.021 c 0.004,-0.003 0.008,-0.007 0.011,-0.011 l 3.504,-5.872 c 0.009,-0.015 0.028,-0.019 0.042,-0.011 l 3.52,2.091 c 0.142,0.1 0.231,0.304 0.231,0.588 v 5.272 c 0,0.555 -0.337,1.199 -0.753,1.44" /><path + id="path4506" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.62371,208.30336 h 0.855 c 0,-0.43401 0.285,-0.922 0.54,-1.069 l 7.066,-4.08 0.068,-0.111 3.297,-5.525 3.18,1.889 c -0.016,-0.009 0.021,0.063 0.021,0.22 v 5.27199 c 0,0.43401 -0.284,0.92201 -0.539,1.06901 l -13.521,7.806 c -0.043,0.025 -0.07,0.031 -0.077,0.031 v 0 l -3.164,-1.88 2.274,-3.81 z m 11.556,-11.94 -0.26,0.37599 -3.453,5.784 -6.876,3.97001 c -0.038,0.022 -0.075,0.046 -0.112,0.072 v -0.01 h -0.855 0.428 l -0.382,-0.186 -3.351,5.613 0.087,0.37001 0.169,0.108 3.534,2.095 c 0.276,0.153 0.606,0.137 0.91,-0.04 l 13.521,-7.806 c 0.551,-0.318 0.967,-1.096 0.967,-1.81 v -5.272 c 0,-0.416 -0.146,-0.748 -0.411,-0.937 l -3.916,-2.327" /><path + id="path4508" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.13471,204.76936 c -0.003,-0.006 -0.005,-0.014 -0.005,-0.021 l 0.096,-1.59201 0.545,-0.31399 c 0.004,-0.003 0.008,-0.007 0.011,-0.011 l 3.485,-5.84 c 0.037,-0.009 0.057,-0.014 0.093,-0.024 l 3.488,2.072 c 0.142,0.1 0.231,0.304 0.231,0.588 v 5.20701 c 0,0.029 -0.031,0.047 -0.056,0.032 l -3.446,-2.046 c -0.005,-0.003 -0.009,-0.007 -0.013,-0.013 l -4.429,1.962" /><path + id="path4510" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.63871,203.41236 0.446,-0.258 0.068,-0.111 3.298,-5.525 3.179,1.889 c -0.016,-0.009 0.021,0.063 0.021,0.22 v 4.521 l -2.774,-1.647 -0.147,-0.235 -4.132,1.831 z m 3.787,-6.903 -0.343,0.088 -0.183,0.17499 -3.433,5.751 -0.654,0.378 -0.118,1.95701 0.273,0.454 4.563,-2.022 3.488,2.07099 0.469,-0.24699 0.019,-0.28 v -5.207 c 0,-0.41601 -0.146,-0.748 -0.411,-0.937 l -3.67,-2.181" /><path + id="path4512" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 174.81571,196.97335 -13.521,7.806 c -0.416,0.24101 -0.753,0.885 -0.753,1.44 v 5.27201 c 0,0.555 0.337,0.81 0.753,0.57 l 13.521,-7.806 c 0.416,-0.24101 0.753,-0.885 0.753,-1.44 v -5.27201 c 0,-0.555 -0.337,-0.81 -0.753,-0.57" /><path + id="path4514" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 175.02971,197.34436 c 0.047,-0.028 0.077,-0.034 0.085,-0.034 v 0 c -0.013,0.003 0.026,0.076 0.026,0.233 v 5.272 c 0,0.434 -0.284,0.922 -0.539,1.069 l -13.521,7.806 c -0.049,0.029 -0.079,0.028 -0.085,0.033 0.012,-0.002 -0.027,-0.075 -0.027,-0.232 v -5.272 c 0,-0.434 0.285,-0.922 0.54,-1.069 z m 0.086,-0.889 c -0.168,0 -0.344,0.05 -0.514,0.148 v 0 l -13.521,7.806 c -0.551,0.31899 -0.967,1.09599 -0.967,1.80999 v 5.27201 c 0,0.44899 0.173,0.80599 0.474,0.97999 0.272,0.156 0.607,0.141 0.921,-0.04 l 13.521,-7.806 c 0.551,-0.318 0.967,-1.096 0.967,-1.81 v -5.272 c 0,-0.449 -0.173,-0.806 -0.474,-0.98 -0.125,-0.072 -0.263,-0.108 -0.407,-0.108" /><path + id="path4516" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.53071,210.37836 -0.453,0.726 3.372,2.1 0.452,-0.726 -3.371,-2.1" /><path + id="path4518" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 176.04871,199.46836 -0.339,0.563 2.969,1.788 0.339,-0.564 -2.969,-1.787" /><path + id="path4520" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 178.20971,225.35236 -13.521,7.806 c -0.185,0.107 -0.353,0.111 -0.484,0.039 v 0 0 c -0.019,-0.011 -0.039,-0.02 -0.056,-0.033 l -3.476,-2.061 c -0.015,-0.009 -0.019,-0.027 -0.011,-0.042 l 3.26901,-5.477 c 0.003,-0.005 0.005,-0.011 0.005,-0.016 v -7.471 c 0,-0.555 0.337,-1.199 0.753,-1.44 l 6.966,-4.02101 c 0.004,-0.003 0.008,-0.007 0.011,-0.011 l 3.504,-5.87201 c 0.009,-0.014 0.028,-0.019 0.042,-0.011 l 3.52,2.091 c 0.142,0.1 0.231,0.304 0.231,0.588 v 14.49199 c 0,0.55401 -0.337,1.19901 -0.753,1.43901" /><path + id="path4522" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 161.23371,230.93836 3.125,-5.236 0.004,-0.134 v -7.471 c 0,-0.434 0.285,-0.92201 0.54,-1.06901 l 7.066,-4.08 0.068,-0.111 3.297,-5.52499 3.18,1.88899 c -0.016,-0.01 0.021,0.063 0.021,0.22001 v 14.49199 c 0,0.43301 -0.284,0.92101 -0.539,1.06801 l -13.521,7.806 c -0.043,0.025 -0.07,0.031 -0.077,0.031 v 0 z m 13.83,-24.781 -0.26,0.376 -3.453,5.784 -6.876,3.96999 c -0.551,0.318 -0.967,1.09601 -0.967,1.81001 v 7.363 l -3.305,5.535 0.087,0.37 0.169,0.108 3.533,2.095 c 0.277,0.152 0.606,0.137 0.911,-0.04 l 13.521,-7.806 c 0.551,-0.318 0.967,-1.096 0.967,-1.80901 v -14.49199 c 0,-0.416 -0.146,-0.74801 -0.411,-0.93701 l -3.916,-2.32699" /><path + id="path4524" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.01871,214.56436 c -0.004,-0.007 -0.005,-0.015 -0.005,-0.022 l 0.096,-1.592 0.545,-0.314 c 0.004,-0.003 0.008,-0.007 0.011,-0.011 l 3.485,-5.84 c 0.037,-0.009 0.057,-0.014 0.093,-0.024 l 3.488,2.072 c 0.142,0.1 0.231,0.304 0.231,0.588 v 14.426 c 0,0.029 -0.031,0.047 -0.056,0.032 l -3.446,-2.046 c -0.005,-0.003 -0.01,-0.007 -0.013,-0.012 l -4.429,-7.257" /><path + id="path4526" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.52271,213.20635 0.446,-0.258 0.068,-0.111 3.298,-5.52499 3.179,1.88899 c -0.016,-0.01 0.021,0.063 0.021,0.22001 v 13.74 l -2.772,-1.646 -4.315,-7.07001 z m 3.787,-6.903 -0.343,0.088 -0.183,0.175 -3.433,5.751 -0.654,0.378 -0.118,1.95699 0.076,0.13401 4.481,7.344 0.098,0.066 3.668,2.178 0.47,-0.24501 0.019,-0.282 v -14.42599 c 0,-0.416 -0.146,-0.74801 -0.411,-0.93701 l -3.67,-2.181" /><path + id="path4528" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 174.69971,206.76736 -13.521,7.806 c -0.416,0.24099 -0.753,0.885 -0.753,1.44 v 14.492 c 0,0.554 0.337,0.809 0.753,0.569 l 13.521,-7.80601 c 0.416,-0.24 0.753,-0.885 0.753,-1.43899 v -14.492 c 0,-0.555 -0.337,-0.81 -0.753,-0.57" /><path + id="path4530" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 174.91371,207.13836 c 0.047,-0.028 0.077,-0.034 0.085,-0.034 v 0 c -0.013,0.003 0.026,0.076 0.026,0.23301 v 14.49099 c 0,0.43401 -0.284,0.92201 -0.539,1.06901 l -13.521,7.806 c -0.049,0.029 -0.085,0.032 -0.085,0.034 0.012,-0.003 -0.027,-0.076 -0.027,-0.232 v -14.49202 c 0,-0.43401 0.285,-0.922 0.54,-1.069 z m 0.086,-0.88901 c -0.168,0 -0.344,0.05 -0.514,0.14801 v 0 l -13.521,7.806 c -0.551,0.319 -0.967,1.09699 -0.967,1.81 v 14.492 c 0,0.448 0.173,0.805 0.474,0.979 0.272,0.156 0.607,0.142 0.921,-0.04 l 13.521,-7.806 c 0.551,-0.318 0.967,-1.09601 0.967,-1.81001 v -14.49099 c 0,-0.44901 -0.173,-0.80601 -0.474,-0.98001 -0.125,-0.072 -0.263,-0.108 -0.407,-0.108" /><path + id="path4532" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.41471,229.39136 -0.453,0.726 3.372,2.1 0.452,-0.726 -3.371,-2.1" /><path + id="path4534" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 175.93271,209.26236 -0.339,0.56299 2.969,1.788 0.339,-0.564 -2.969,-1.78699" /><path + id="path4536" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.58771,212.41735 -7.297,4.21401 c -0.497,0.287 -0.9,1.056 -0.9,1.719 v 6.138 c 0,0.663 0.403,0.967 0.9,0.681 l 7.297,-4.21401 c 0.497,-0.28699 0.9,-1.056 0.9,-1.719 v -6.138 c 0,-0.663 -0.403,-0.96699 -0.9,-0.681" /><path + id="path4538" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.93371,224.84936 c -0.009,0 -0.015,-0.002 -0.018,-0.004 -0.032,-0.018 -0.097,-0.129 -0.097,-0.357 v -6.138 c 0,-0.508 0.32,-1.138 0.686,-1.349 l 7.297,-4.213 c 0.092,-0.053 0.148,-0.055 0.161,-0.048 0.032,0.019 0.097,0.13 0.097,0.358 v 6.138 c 0,0.508 -0.32,1.138 -0.685,1.349 l -7.298,4.213 c -0.069,0.039 -0.118,0.051 -0.143,0.051 z m 8.013,-12.967 c -0.187,0 -0.383,0.055 -0.573,0.165 l -7.297,4.21299 c -0.625,0.36101 -1.114,1.27901 -1.114,2.09001 v 6.138 c 0,0.506 0.192,0.906 0.525,1.098 0.296,0.171 0.667,0.155 1.017,-0.047 l 7.297,-4.21299 c 0.625,-0.361 1.114,-1.278 1.114,-2.09001 v -6.138 c 0,-0.50599 -0.191,-0.906 -0.525,-1.09899 -0.136,-0.078 -0.287,-0.117 -0.444,-0.117" /><path + id="path4540" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 168.13771,217.60735 c -0.315,0 -0.648,0.21401 -0.871,0.58601 l -4.028,6.734 0.734,0.439 4.029,-6.735 c 0.046,-0.077 0.095,-0.12401 0.127,-0.149 l 3.945,2.04099 0.394,-0.75999 -4.027,-2.083 c -0.096,-0.05 -0.198,-0.073 -0.303,-0.073" /><path + id="path4542" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 178.20971,244.49136 -13.521,7.806 c -0.185,0.107 -0.353,0.111 -0.484,0.039 v 0 0 c -0.019,-0.011 -0.039,-0.02 -0.056,-0.033 l -3.476,-2.061 c -0.015,-0.008 -0.019,-0.027 -0.011,-0.042 l 3.26901,-5.477 c 0.003,-0.005 0.005,-0.01 0.005,-0.016 v -7.471 c 0,-0.555 0.337,-1.199 0.753,-1.44 l 6.966,-4.021 c 0.004,-0.003 0.008,-0.007 0.011,-0.011 l 3.504,-5.872 c 0.009,-0.014 0.028,-0.019 0.042,-0.01 l 3.52,2.09 c 0.142,0.101 0.231,0.304 0.231,0.588 v 14.492 c 0,0.555 -0.337,1.199 -0.753,1.439" /><path + id="path4544" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 161.23371,250.07836 3.125,-5.237 0.004,-0.134 v -7.471 c 0,-0.434 0.285,-0.922 0.54,-1.069 l 7.066,-4.08 0.068,-0.111 3.297,-5.524 3.18,1.888 c -0.016,-0.009 0.021,0.063 0.021,0.22 v 14.492 c 0,0.433 -0.284,0.922 -0.539,1.069 l -13.521,7.806 c -0.043,0.025 -0.07,0.03 -0.077,0.03 v 0 z m 13.83,-24.782 -0.26,0.376 -3.452,5.784 -6.877,3.97 c -0.551,0.319 -0.967,1.097 -0.967,1.81 v 7.362 l -3.432,5.749 0.377,0.262 3.544,2.1 c 0.271,0.15 0.601,0.134 0.906,-0.041 l 13.521,-7.806 c 0.551,-0.319 0.967,-1.097 0.967,-1.81 v -14.492 c 0,-0.416 -0.146,-0.748 -0.411,-0.937 l -3.916,-2.327" /><path + id="path4546" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.01871,233.70336 c -0.004,-0.007 -0.005,-0.014 -0.005,-0.022 l 0.096,-1.592 0.545,-0.314 c 0.004,-0.003 0.008,-0.007 0.011,-0.011 l 3.485,-5.84 c 0.037,-0.009 0.057,-0.014 0.093,-0.023 l 3.488,2.071 c 0.142,0.101 0.231,0.304 0.231,0.588 v 14.42601 c 0,0.029 -0.031,0.047 -0.056,0.032 l -3.446,-2.045 c -0.005,-0.003 -0.01,-0.008 -0.013,-0.013 l -4.429,-7.257" /><path + id="path4548" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.52271,232.34536 0.446,-0.258 0.068,-0.111 3.297,-5.524 3.18,1.888 c -0.016,-0.009 0.021,0.063 0.021,0.22 v 13.74 l -2.772,-1.646 -4.315,-7.07 z m 3.789,-6.902 -0.438,0.111 -3.522,5.902 -0.655,0.378 -0.118,1.962 0.076,0.129 v 0 l 4.486,7.353 0.11,0.067 3.651,2.168 0.47,-0.245 0.019,-0.282 v -14.426 c 0,-0.416 -0.146,-0.748 -0.411,-0.937 l -3.668,-2.18" /><path + id="path4550" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 174.69971,225.90636 -13.521,7.806 c -0.416,0.241 -0.753,0.885 -0.753,1.44 v 14.492 c 0,0.554 0.337,0.809 0.753,0.569 l 13.521,-7.806 c 0.416,-0.24 0.753,-0.884 0.753,-1.439 v -14.492 c 0,-0.555 -0.337,-0.81 -0.753,-0.57" /><path + id="path4552" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 160.87971,249.87636 v 0 c 0.012,-0.003 -0.027,-0.076 -0.027,-0.232 v -14.492 c 0,-0.434 0.285,-0.922 0.54,-1.069 l 13.521,-7.806 c 0.047,-0.027 0.077,-0.033 0.085,-0.033 v 0 c -0.013,0.002 0.026,0.075 0.026,0.232 v 14.492 c 0,0.434 -0.284,0.922 -0.539,1.069 l -13.521,7.806 c -0.047,0.027 -0.077,0.033 -0.085,0.033 z m 14.12,-24.487 c -0.168,0 -0.344,0.049 -0.514,0.147 l -13.521,7.806 c -0.551,0.319 -0.967,1.097 -0.967,1.81 v 14.492 c 0,0.448 0.173,0.806 0.474,0.979 0.271,0.157 0.606,0.143 0.921,-0.039 l 13.521,-7.806 c 0.551,-0.319 0.967,-1.097 0.967,-1.81 v -14.492 c 0,-0.449 -0.173,-0.806 -0.475,-0.98 -0.124,-0.071 -0.262,-0.107 -0.406,-0.107" /><path + id="path4554" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 163.41471,248.53036 -0.453,0.726 3.372,2.101 0.452,-0.727 -3.371,-2.1" /><path + id="path4556" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 175.93271,228.40136 -0.339,0.564 2.969,1.787 0.339,-0.563 -2.969,-1.788" /><path + id="path4558" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 171.34371,239.77536 c -1.452,2.39 -3.057,1.159 -3.366,0.887 -0.021,-0.019 -0.056,0.002 -0.077,0.045 -0.309,0.629 -1.914,3.713 -3.366,3 -1.84,-0.904 0.385,-4.87 0.385,-4.87 l 2.962,-5.828 c 0.021,-0.041 0.06,-0.063 0.081,-0.047 l 2.996,2.389 c 0,0 2.225,1.396 0.385,4.424" /><path + id="path4560" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 164.98271,243.38336 c -0.089,0 -0.176,-0.019 -0.26,-0.06 -0.212,-0.104 -0.346,-0.266 -0.422,-0.508 -0.327,-1.053 0.605,-3.077 0.992,-3.769 l 2.773,-5.454 2.626,2.094 c 0.113,0.075 1.874,1.255 0.287,3.867 -0.447,0.736 -0.934,1.148 -1.448,1.227 -0.612,0.093 -1.126,-0.312 -1.27,-0.439 l -0.159,-0.14 -0.232,0.035 c -0.152,0.03 -0.281,0.134 -0.354,0.284 -0.129,0.263 -0.601,1.185 -1.201,1.919 -0.371,0.454 -0.876,0.944 -1.332,0.944 z m 3.087,-10.882 -0.223,0.039 c -0.147,0.032 -0.272,0.131 -0.345,0.274 l -2.963,5.83 c -0.153,0.271 -1.55,2.832 -1.054,4.424 0.145,0.469 0.435,0.814 0.861,1.023 0.562,0.277 1.474,0.307 2.631,-1.11 0.478,-0.585 0.871,-1.255 1.115,-1.71 0.365,0.223 0.922,0.452 1.568,0.354 0.776,-0.118 1.466,-0.666 2.05,-1.627 v 0 c 2.035,-3.35 -0.498,-4.993 -0.524,-5.009 l -3.116,-2.488" /><path + id="path4562" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 167.85071,235.93536 -1.671,3.239 0.76,0.392 1.671,-3.239 -0.76,-0.392" /><path + id="path4564" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 264.52071,92.993249 c 0.401,0.8121 0.631,1.8582 0.631,3.11211 V 199.29535 c 0,4.22601 -2.569,9.135 -5.738,10.96401 l -62.797,35.898 c -1.34,0.773 -2.569,0.866 -3.545,0.404 l -0.005,0.003 c -1.703,-0.599 -3.214,-2.06 -3.214,-2.06 l 1.081,-1.652 0.007,9.7e-4 c -0.037,-0.329 -0.062,-0.67 -0.062,-1.034 V 138.62835 c 0,-4.22599 2.569,-9.13399 5.738,-10.96399 l 62.797,-35.896801 1.024,-2.0102 c 0,0 2.541,0.47379 3.97,3.009 0.008,0.0148 0.012,0.0262 0.02,0.0398 0.03,0.0551 0.057,0.1121 0.085,0.1692 0.003,0.006 0.006,0.0121 0.008,0.0179" /><path + id="path4566" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 191.42571,243.40236 -0.06,-0.596 c -0.041,-0.365 -0.06,-0.679 -0.06,-0.987 V 138.62835 c 0,-4.083 2.478,-8.835 5.525,-10.59399 l 62.906,-35.959001 0.925,-1.81601 c 0.681,0.2121 2.347,0.89601 3.373,2.7171 l 0.096,0.1911 0.39,-0.17499 -0.383,0.1886 c 0.389,0.79099 0.586,1.7742 0.586,2.9242 V 199.29535 c 0,4.083 -2.478,8.835 -5.524,10.59401 l -62.796,35.897 c -1.17,0.676 -2.259,0.809 -3.149,0.389 l -0.212,-0.1 -0.024,0.015 c -1.12,-0.442 -2.143,-1.258 -2.607,-1.659 l 0.717,-1.096 z m 68.776,-154.123901 -1.111,2.18089 -62.687,35.833011 c -3.283,1.896 -5.953,6.981 -5.953,11.33599 v 103.19101 c 0,0.293 0.015,0.588 0.048,0.917 l -1.197,1.829 0.254,0.246 c 0.064,0.062 1.598,1.534 3.369,2.157 l 0.034,0.012 c 1.125,0.5 2.497,0.34 3.872,-0.453 l 62.795,-35.897 c 3.284,-1.895 5.954,-6.98 5.954,-11.33501 V 96.105359 c 0,-1.2789 -0.226,-2.3878 -0.672,-3.2949 l -0.104,-0.20901 c -1.533,-2.72299 -4.176,-3.24409 -4.288,-3.264 l -0.314,-0.059" /><path + id="path4568" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 256.90371,90.174559 -62.797,35.896801 c -3.169,1.83 -5.738,6.739 -5.738,10.96399 v 103.19101 c 0,4.226 2.569,6.168 5.738,4.338 l 62.797,-35.898 c 3.169,-1.82901 5.738,-6.738 5.738,-10.963 V 94.512449 c 0,-4.22619 -2.569,-6.168 -5.738,-4.33789" /><path + id="path4570" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 191.82571,244.82236 c -0.458,0 -0.883,-0.108 -1.26,-0.326 -1.125,-0.649 -1.77,-2.205 -1.77,-4.27 V 137.03535 c 0,-4.083 2.478,-8.83399 5.525,-10.593 l 62.797,-35.897891 c 1.242,-0.7172 2.423,-0.82421 3.327,-0.30191 1.125,0.64881 1.769,2.20461 1.769,4.2699 V 197.70235 c 0,4.083 -2.478,8.835 -5.524,10.59401 l -62.796,35.897 c -0.724,0.418 -1.428,0.629 -2.068,0.629 z m 67.359,-155.763801 c -0.788,0 -1.635,0.2488 -2.493,0.7437 l -62.798,35.898101 c -3.283,1.896 -5.953,6.98 -5.953,11.33499 v 103.19101 c 0,2.379 0.801,4.205 2.197,5.011 1.179,0.682 2.664,0.574 4.183,-0.303 l 62.795,-35.896 c 3.284,-1.896 5.954,-6.98001 5.954,-11.33601 V 94.512449 c 0,-2.37889 -0.801,-4.2051 -2.198,-5.01099 -0.512,-0.2961 -1.081,-0.4429 -1.687,-0.4429" /><path + id="path4572" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 255.11071,207.23136 -61.638,35.228 c -1.595,0.921 -2.9,0.167 -2.9,-1.674 V 136.73535 c 0,-3.384 2.397,-7.536 5.327,-9.228 l 61.638,-35.228101 c 1.595,-0.9207 2.9,-0.168 2.9,1.67421 V 198.00336 c 0,3.384 -2.397,7.536 -5.327,9.228" /><path + id="path4574" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 192.18571,242.42536 c -0.203,0 -0.388,-0.045 -0.548,-0.138 -0.411,-0.237 -0.638,-0.771 -0.638,-1.502 V 136.73535 c 0,-3.25599 2.294,-7.23 5.114,-8.85799 l 61.636,-35.227011 c 0.637,-0.36679 1.21,-0.43789 1.622,-0.1989 0.412,0.23681 0.638,0.7707 0.638,1.50201 V 198.00336 c 0,3.256 -2.293,7.228 -5.113,8.857 l -61.637,35.227 c -0.388,0.225 -0.754,0.338 -1.074,0.338 z m 66.641,-150.969201 c -0.47,0 -0.982,0.1512 -1.503,0.45319 l -61.636,35.227011 c -3.057,1.764 -5.543,6.07 -5.543,9.59899 v 104.05001 c 0,1.049 0.378,1.846 1.065,2.243 0.688,0.396 1.568,0.326 2.476,-0.199 l 61.639,-35.228 c 3.055,-1.764 5.541,-6.07 5.541,-9.598 V 93.953459 c 0,-1.05 -0.379,-1.84731 -1.066,-2.24301 -0.293,-0.17029 -0.622,-0.25429 -0.973,-0.25429" /><path + id="path4576" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 258.23671,92.748359 -61.638,35.229001 c -2.93,1.691 -5.328,5.844 -5.328,9.227 v 104.05 c 0,0.686 0.034,0.938 0.344,1.292 -0.719,-0.196 -1.042,-0.622 -1.042,-1.726 v -104.05 c 0,-3.38301 2.397,-7.536 5.327,-9.22701 l 61.638,-35.229001 c 1.001,-0.5769 1.591,-0.37609 2.112,0.22001 -0.48,-0.13091 -0.774,-0.15401 -1.413,0.214" /><path + id="path4578" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 258.59371,91.542559 c -0.386,0 -0.806,0.1339 -1.27,0.40189 l -61.636,35.226901 c -3.057,1.76501 -5.543,6.07101 -5.543,9.59901 v 104.05 c 0,1.24 0.406,1.879 1.358,2.139 l 1.369,0.373 -0.935,-1.068 c -0.199,-0.227 -0.238,-0.331 -0.238,-1.01 v -104.05 c 0,-3.255 2.294,-7.229 5.114,-8.858 l 61.638,-35.228101 c 0.53,-0.3058 0.705,-0.27501 1.087,-0.17181 l 1.367,0.37181 -0.933,-1.06601 c -0.415,-0.47379 -0.867,-0.70969 -1.378,-0.70969" /><path + id="path4580" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 261.46371,203.68135 -0.243,0.43001 2.238,1.26 0.243,-0.429 -2.238,-1.26101" /><path + id="path4582" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 193.99971,244.63136 -0.364,0.334 c 0.041,0.044 1.011,1.088 2.505,1.432 l 0.11,-0.481 c -1.339,-0.308 -2.242,-1.275 -2.251,-1.285" /><path + id="path4584" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 195.18871,243.95236 -0.364,0.334 c 0.041,0.044 1.012,1.088 2.505,1.432 l 0.11,-0.481 c -1.339,-0.308 -2.242,-1.275 -2.251,-1.285" /><path + id="path4586" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 262.53971,200.69935 -0.22,0.44201 2.301,1.14199 0.22,-0.44199 -2.301,-1.14201" /><path + id="path4588" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 262.95771,98.220259 -0.229,0.4371 c 0.015,0.008 1.461,0.7672 2.255,1.507001 l 0.336,-0.360901 c -0.843,-0.78591 -2.3,-1.55001 -2.362,-1.5832" /><path + id="path4590" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 262.95771,94.543259 -0.229,0.4371 c 0.015,0.008 1.461,0.7668 2.255,1.5071 l 0.336,-0.36101 c -0.843,-0.78589 -2.3,-1.55109 -2.362,-1.58319" /><path + id="path4592" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 262.95771,93.041359 -0.229,0.4371 c 0.015,0.008 1.461,0.7668 2.255,1.507 l 0.336,-0.3609 c -0.843,-0.7863 -2.3,-1.55121 -2.362,-1.5832" /><path + id="path4594" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 263.95171,164.99035 -0.095,-0.054 c -0.353,-0.204 -0.638,0.012 -0.638,0.482 v 5.29501 c 0,0.47 0.285,1.016 0.638,1.22 l 0.095,0.055 c 0.353,0.20301 0.639,-0.013 0.639,-0.483 v -5.295 c 0,-0.47 -0.286,-1.016 -0.639,-1.22" /><path + id="path4596" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 264.20471,171.81835 c -0.048,0 -0.103,-0.029 -0.13,-0.044 l -0.095,-0.055 c -0.274,-0.15799 -0.514,-0.62799 -0.514,-1.00599 v -5.29501 c 0,-0.17 0.048,-0.275 0.097,-0.303 0.049,-0.027 0.135,0.014 0.171,0.034 l 0.095,0.055 c 0.274,0.159 0.515,0.629 0.515,1.006 v 5.295 c 0,0.17001 -0.049,0.27501 -0.097,0.303 -0.013,0.007 -0.027,0.01 -0.042,0.01 z m -0.603,-7.20499 c -0.102,0 -0.199,0.025 -0.286,0.075 -0.219,0.126 -0.344,0.39199 -0.344,0.72999 v 5.29501 c 0,0.557 0.335,1.187 0.762,1.434 l 0.095,0.055 c 0.23,0.131 0.471,0.144 0.665,0.033 0.218,-0.126 0.344,-0.39199 0.344,-0.73 v -5.295 c 0,-0.557 -0.335,-1.187 -0.763,-1.433 l -0.095,-0.055 c -0.126,-0.073 -0.255,-0.10899 -0.378,-0.10899" /><path + id="path4598" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 263.95171,173.48635 -0.095,-0.055 c -0.353,-0.204 -0.638,0.012 -0.638,0.482 v 5.295 c 0,0.47 0.285,1.017 0.638,1.22 l 0.095,0.055 c 0.353,0.204 0.639,-0.012 0.639,-0.483 v -5.294 c 0,-0.47 -0.286,-1.017 -0.639,-1.22" /><path + id="path4600" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 264.20471,180.31336 c -0.047,0 -0.103,-0.029 -0.13,-0.044 l -0.095,-0.055 c -0.274,-0.15801 -0.514,-0.628 -0.514,-1.006 v -5.294 c 0,-0.171 0.048,-0.27501 0.097,-0.303 0.05,-0.029 0.136,0.014 0.171,0.034 l 0.095,0.055 c 0.274,0.15799 0.515,0.62799 0.515,1.00599 v 5.29401 c 0,0.171 -0.049,0.27499 -0.098,0.303 -0.012,0.007 -0.026,0.01 -0.041,0.01 z m -0.603,-7.20501 c -0.102,0 -0.199,0.025 -0.286,0.076 -0.219,0.12499 -0.344,0.39199 -0.344,0.73 v 5.294 c 0,0.558 0.335,1.188 0.762,1.434 l 0.095,0.055 c 0.23,0.132 0.472,0.145 0.664,0.033 0.219,-0.126 0.345,-0.392 0.345,-0.72999 v -5.29401 c 0,-0.558 -0.335,-1.187 -0.763,-1.434 l -0.095,-0.055 c -0.126,-0.072 -0.255,-0.10901 -0.378,-0.10901" /><path + id="path4602" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 263.95171,183.17736 -0.095,-0.055 c -0.353,-0.204 -0.638,0.012 -0.638,0.483 v 2.97701 c 0,0.46999 0.285,1.017 0.638,1.21999 l 0.095,0.055 c 0.353,0.204 0.639,-0.012 0.639,-0.483 v -2.97701 c 0,-0.46999 -0.286,-1.017 -0.639,-1.21999" /><path + id="path4604" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 264.20471,187.68736 c -0.047,0 -0.103,-0.029 -0.13,-0.044 l -0.095,-0.055 c -0.274,-0.15801 -0.514,-0.628 -0.514,-1.006 v -2.978 c 0,-0.17001 0.048,-0.274 0.097,-0.30201 0.049,-0.028 0.135,0.014 0.171,0.034 l 0.095,0.054 c 0.274,0.159 0.515,0.62899 0.515,1.00699 v 2.97701 c 0,0.171 -0.049,0.27499 -0.098,0.303 -0.012,0.007 -0.026,0.01 -0.041,0.01 z m -0.603,-4.888 c -0.102,0 -0.199,0.025 -0.286,0.075 -0.219,0.127 -0.344,0.393 -0.344,0.73 v 2.978 c 0,0.558 0.335,1.188 0.762,1.434 l 0.095,0.055 c 0.23,0.132 0.472,0.145 0.664,0.033 0.219,-0.126 0.345,-0.392 0.345,-0.72999 v -2.97701 c 0,-0.55699 -0.335,-1.18699 -0.763,-1.434 l -0.095,-0.055 c -0.126,-0.072 -0.255,-0.109 -0.378,-0.109" /><path + id="path4606" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 263.95171,185.49436 -0.095,-0.055 c -0.353,-0.204 -0.638,0.013 -0.638,0.483 v 0.66 c 0,0.47 0.285,1.017 0.638,1.22 l 0.095,0.055 c 0.353,0.204 0.639,-0.012 0.639,-0.483 v -0.66 c 0,-0.47 -0.286,-1.016 -0.639,-1.22" /><path + id="path4608" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 264.20471,187.68736 c -0.047,0 -0.103,-0.029 -0.13,-0.044 l -0.095,-0.055 c -0.274,-0.15801 -0.514,-0.628 -0.514,-1.006 v -0.66 c 0,-0.171 0.048,-0.275 0.097,-0.303 0.049,-0.028 0.135,0.013 0.171,0.034 l 0.095,0.055 c 0.274,0.158 0.515,0.628 0.515,1.006 v 0.66 c 0,0.171 -0.049,0.275 -0.098,0.303 -0.012,0.007 -0.026,0.01 -0.041,0.01 z m -0.603,-2.571 c -0.102,0 -0.199,0.025 -0.286,0.076 -0.219,0.126 -0.344,0.39201 -0.344,0.73001 v 0.66 c 0,0.558 0.335,1.188 0.762,1.434 l 0.095,0.055 c 0.23,0.132 0.472,0.145 0.664,0.033 0.219,-0.126 0.345,-0.392 0.345,-0.72999 v -0.66 c 0,-0.55701 -0.335,-1.18701 -0.763,-1.434 l -0.095,-0.055 c -0.126,-0.072 -0.255,-0.109 -0.378,-0.109" /><path + id="path4610" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 260.77471,204.88735 -0.252,0.42401 2.28,1.356 0.252,-0.42401 -2.28,-1.356" /><path + id="path4612" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 199.31371,246.70236 -1.887,0.962 c -1.126,0.574 -2.363,0.835 -3.58,0.752 l -0.058,0.853 c 1.366,0.093 2.762,-0.198 4.027,-0.843 l 1.886,-0.962 -0.388,-0.762" /><path + id="path4614" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 186.80371,239.48936 h -0.856 v 2.219 c 0,1.386 0.385,2.699 1.112,3.795 1.085,1.638 2.736,2.814 4.775,3.402 l 0.237,-0.822 c -1.867,-0.538 -3.314,-1.565 -4.299,-3.052 -0.634,-0.956 -0.969,-2.106 -0.969,-3.323 v -2.219" /><path + id="path4616" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 267.46871,95.797159 h -0.856 v 4.722301 h 0.856 v -4.722301" /><path + id="path4618" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 263.95171,115.99035 -0.095,-0.055 c -0.353,-0.204 -0.638,0.013 -0.638,0.483 v 10.386 c 0,0.47 0.285,1.016 0.638,1.22 l 0.095,0.055 c 0.353,0.203 0.639,-0.013 0.639,-0.483 v -10.386 c 0,-0.47001 -0.286,-1.01601 -0.639,-1.22001" /><path + id="path4620" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 264.20471,127.90836 c -0.047,0 -0.103,-0.028 -0.13,-0.044 l -0.095,-0.054 c -0.274,-0.15799 -0.514,-0.628 -0.514,-1.006 v -10.386 c 0,-0.171 0.048,-0.275 0.097,-0.303 0.052,-0.03 0.137,0.014 0.171,0.034 l 0.095,0.055 c 0.274,0.158 0.515,0.628 0.515,1.006 v 10.386 c 0,0.17 -0.049,0.274 -0.097,0.302 -0.012,0.008 -0.027,0.01 -0.042,0.01 z m -0.603,-12.295 c -0.102,0 -0.199,0.024 -0.286,0.075 -0.219,0.126 -0.344,0.39199 -0.344,0.73 v 10.386 c 0,0.557 0.335,1.187 0.762,1.434 l 0.095,0.054 c 0.229,0.132 0.471,0.146 0.665,0.034 0.218,-0.126 0.344,-0.39199 0.344,-0.73 v -10.386 c 0,-0.558 -0.335,-1.187 -0.763,-1.434 v 0 l -0.095,-0.055 c -0.126,-0.073 -0.255,-0.108 -0.378,-0.108" /><path + id="path4622" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 263.63771,117.65636 c 0,-0.17 0.12,-0.239 0.267,-0.15401 0.147,0.085 0.266,0.291 0.266,0.46101 0,0.17 -0.119,0.239 -0.266,0.15399 -0.147,-0.085 -0.267,-0.291 -0.267,-0.46099" /><path + id="path4624" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 244.27271,217.43436 -0.095,-0.055 c -0.351,-0.207 -0.303,-0.56199 0.106,-0.79399 l 4.609,-2.606 c 0.409,-0.231 1.025,-0.25101 1.376,-0.044 l 0.095,0.056 c 0.351,0.206 0.303,0.56199 -0.106,0.79299 l -4.609,2.60601 c -0.409,0.231 -1.026,0.251 -1.376,0.044" /><path + id="path4626" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 244.39871,217.22236 -0.095,-0.056 c -0.035,-0.02 -0.115,-0.073 -0.114,-0.132 7.5e-4,-0.056 0.067,-0.15 0.215,-0.234 l 4.609,-2.60599 c 0.328,-0.18501 0.856,-0.207 1.13,-0.047 l 0.095,0.056 c 0.034,0.02 0.113,0.074 0.113,0.13299 -7.5e-4,0.055 -0.068,0.14901 -0.215,0.23301 l -4.61,2.60599 c -0.329,0.186 -0.856,0.207 -1.128,0.047 z m 5.257,-3.676 c -0.307,0 -0.627,0.074 -0.885,0.21799 l -4.609,2.60601 c -0.293,0.167 -0.463,0.407 -0.466,0.66 -0.002,0.222 0.129,0.42699 0.357,0.561 l 0.094,0.056 c 0.425,0.251 1.139,0.232 1.623,-0.042 l 4.609,-2.606 c 0.294,-0.166 0.464,-0.406 0.466,-0.659 0.002,-0.222 -0.127,-0.427 -0.356,-0.562 l -0.095,-0.056 c -0.2,-0.11799 -0.464,-0.17599 -0.738,-0.17599" /><path + id="path4628" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 203.78471,240.58736 -0.121,-0.072 c -0.449,-0.264 -0.38799,-0.718 0.135,-1.014 l 0.20001,-0.086 c 0.52299,-0.295 1.30999,-0.321 1.758,-0.057 l 0.12099,0.071 c 0.44901,0.265 0.388,0.719 -0.135,1.014 l -0.19899,0.087 c -0.52401,0.295 -1.311,0.321 -1.75901,0.057" /><path + id="path4630" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 204.55771,240.52236 c -0.248,0 -0.48,-0.049 -0.648,-0.148 v 0 l -0.12099,-0.072 c -0.067,-0.039 -0.18,-0.122 -0.17901,-0.228 7.5e-4,-0.113 0.12,-0.25 0.31101,-0.358 l 0.17599,-0.075 c 0.46901,-0.263 1.161,-0.29 1.535,-0.07 l 0.121,0.071 c 0.067,0.04 0.18,0.122 0.179,0.229 -7.5e-4,0.113 -0.12,0.25 -0.311,0.358 l -0.175,0.074 c -0.25899,0.145 -0.585,0.219 -0.888,0.219 z m 0.41601,-1.593 c -0.381,0 -0.77901,0.091 -1.09701,0.271 l -0.176,0.075 c -0.37699,0.212 -0.582,0.497 -0.58399,0.795 -0.003,0.262 0.147,0.496 0.42099,0.658 l 0.121,0.071 c 0.524,0.309 1.40501,0.285 2.006,-0.054 l 0.17601,-0.075 c 0.37699,-0.212 0.582,-0.497 0.58399,-0.795 0.003,-0.263 -0.147,-0.497 -0.421,-0.658 l -0.12099,-0.072 c -0.246,-0.145 -0.57101,-0.216 -0.909,-0.216" /><path + id="path4632" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.95871,239.48936 c -0.061,0.055 -0.12999,0.109 -0.215,0.157 l -0.19999,0.087 c -0.52301,0.295 -1.31001,0.321 -1.75901,0.057 l -0.121,-0.072 c -0.031,-0.018 -0.053,-0.039 -0.08,-0.059 -0.309,0.283 -0.295,0.636 0.08,0.856 l 0.121,0.072 c 0.449,0.264 1.236,0.238 1.75901,-0.057 l 0.19999,-0.087 c 0.48701,-0.275 0.567,-0.686 0.215,-0.954" /><path + id="path4634" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 204.56771,240.21936 c 0.38201,0 0.779,-0.091 1.097,-0.271 l 0.17601,-0.075 c 0.029,-0.016 0.055,-0.031 0.08,-0.047 0.006,0.02 0.009,0.04 0.007,0.059 -0.007,0.111 -0.12201,0.24 -0.306,0.344 l -0.17601,0.074 c -0.47,0.264 -1.16199,0.29 -1.535,0.071 l -0.12199,-0.072 c -0.061,-0.036 -0.165,-0.111 -0.17501,-0.207 -0.003,-0.033 0.005,-0.069 0.022,-0.107 l 0.024,0.014 c 0.246,0.145 0.571,0.217 0.908,0.217 z m 1.377,-1.051 -0.15199,0.138 c -0.057,0.052 -0.11201,0.092 -0.171,0.126 l -0.17601,0.074 c -0.47,0.264 -1.16199,0.29 -1.535,0.071 l -0.34099,-0.24 -0.15201,0.14 c -0.215,0.196 -0.31899,0.434 -0.29499,0.669 0.024,0.232 0.17199,0.438 0.41599,0.582 l 0.12101,0.071 c 0.52299,0.309 1.404,0.285 2.00499,-0.054 l 0.17601,-0.075 c 0.363,-0.203 0.55999,-0.466 0.57999,-0.751 0.016,-0.238 -0.095,-0.46 -0.312,-0.626 l -0.164,-0.125" /><path + id="path4636" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.16872,221.66635 28.71199,-16.554 c 0.578,-0.33399 1.046,0.02 1.046,0.79101 v 0 c 0,0.77 -0.468,1.665 -1.046,1.99899 l -28.71199,16.554 c -0.57701,0.33401 -1.04601,-0.02 -1.04601,-0.79099 v 0 c 0,-0.77 0.469,-1.665 1.04601,-1.99901" /><path + id="path4638" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.33372,221.95236 28.71199,-16.55501 c 0.084,-0.049 0.242,-0.12099 0.355,-0.055 0.095,0.055 0.197,0.231 0.197,0.561 0,0.653 -0.404,1.438 -0.881,1.714 l -28.712,16.554 c -0.085,0.049 -0.24399,0.121 -0.356,0.056 -0.095,-0.056 -0.19699,-0.232 -0.19699,-0.562 0,-0.653 0.40399,-1.437 0.882,-1.713 z m 28.96299,-17.295 c -0.186,0 -0.383,0.056 -0.58,0.16999 l -28.712,16.554 c -0.67899,0.39201 -1.211,1.39601 -1.211,2.28401 0,0.526 0.192,0.938 0.52601,1.131 0.297,0.172 0.65599,0.152 1.014,-0.055 l 28.71199,-16.55401 c 0.679,-0.39199 1.21,-1.395 1.21,-2.28399 0,-0.526 -0.191,-0.93801 -0.526,-1.131 -0.133,-0.077 -0.279,-0.115 -0.433,-0.115" /><path + id="path4640" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 199.53071,226.23136 c 0,-0.785 0.551,-1.74 1.231,-2.133 0.68,-0.39201 1.231,-0.074 1.231,0.711 0,0.785 -0.551,1.74 -1.231,2.132 -0.68,0.393 -1.231,0.075 -1.231,-0.71" /><path + id="path4642" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 200.21271,226.78136 c -0.06,0 -0.113,-0.013 -0.157,-0.038 -0.125,-0.072 -0.196,-0.259 -0.196,-0.512 0,-0.668 0.488,-1.514 1.066,-1.84799 0.22,-0.126 0.417,-0.15801 0.542,-0.086 0.125,0.072 0.196,0.259 0.196,0.512 0,0.668 -0.489,1.514 -1.067,1.848 -0.142,0.081 -0.274,0.124 -0.384,0.124 z m 1.099,-3.181 c -0.226,0 -0.469,0.072 -0.715,0.213 -0.782,0.452 -1.395,1.514 -1.395,2.418 0,0.502 0.186,0.886 0.525,1.082 0.339,0.194 0.764,0.164 1.199,-0.086 0.783,-0.453 1.39601,-1.514 1.39601,-2.418 0,-0.502 -0.186,-0.886 -0.52501,-1.08201 -0.147,-0.085 -0.311,-0.12699 -0.485,-0.12699" /><path + id="path4644" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.33372,215.83036 28.71199,-16.554 c 0.084,-0.049 0.242,-0.12 0.355,-0.055 0.095,0.055 0.197,0.231 0.197,0.561 0,0.653 -0.404,1.438 -0.881,1.714 l -28.712,16.554 c -0.085,0.049 -0.243,0.121 -0.356,0.055 -0.095,-0.055 -0.19699,-0.231 -0.19699,-0.561 0,-0.65299 0.40399,-1.43799 0.882,-1.71399 z m 28.96299,-17.29401 c -0.186,0 -0.383,0.057 -0.58,0.17001 l -28.712,16.554 c -0.67899,0.393 -1.211,1.39599 -1.211,2.28399 0,0.52601 0.192,0.93801 0.52601,1.131 0.29599,0.171 0.65599,0.15201 1.014,-0.055 l 28.71199,-16.554 c 0.679,-0.392 1.21,-1.395 1.21,-2.284 0,-0.526 -0.191,-0.938 -0.526,-1.131 -0.133,-0.077 -0.279,-0.115 -0.433,-0.115" /><path + id="path4646" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 199.53071,220.11036 c 0,-0.785 0.551,-1.74 1.231,-2.132 0.68,-0.393 1.231,-0.075 1.231,0.71 0,0.78499 -0.551,1.74 -1.231,2.133 -0.68,0.39199 -1.231,0.074 -1.231,-0.711" /><path + id="path4648" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 200.21271,220.66036 c -0.06,0 -0.113,-0.013 -0.157,-0.038 -0.125,-0.072 -0.196,-0.259 -0.196,-0.51199 0,-0.66701 0.488,-1.51401 1.066,-1.84701 0.22,-0.12699 0.417,-0.159 0.542,-0.087 0.125,0.072 0.196,0.259 0.196,0.51201 0,0.66799 -0.489,1.51399 -1.067,1.848 -0.142,0.082 -0.274,0.12399 -0.384,0.12399 z m 1.099,-3.181 c -0.226,0 -0.469,0.072 -0.715,0.214 -0.782,0.452 -1.395,1.51299 -1.395,2.417 0,0.502 0.186,0.886 0.525,1.08199 0.339,0.195 0.764,0.16401 1.199,-0.086 0.783,-0.452 1.39601,-1.514 1.39601,-2.418 0,-0.50201 -0.186,-0.88601 -0.52501,-1.082 -0.147,-0.084 -0.311,-0.127 -0.485,-0.127" /><path + id="path4650" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.16872,209.42536 28.71199,-16.555 c 0.578,-0.333 1.046,0.021 1.046,0.79099 v 0 c 0,0.77001 -0.468,1.665 -1.046,1.99901 l -28.71199,16.554 c -0.57701,0.334 -1.04601,-0.02 -1.04601,-0.79001 v 0 c 0,-0.771 0.469,-1.66599 1.04601,-1.99899" /><path + id="path4652" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.33372,209.71036 28.71199,-16.555 c 0.084,-0.049 0.242,-0.12101 0.355,-0.055 0.095,0.055 0.197,0.231 0.197,0.561 0,0.65301 -0.404,1.43801 -0.881,1.71401 l -28.712,16.554 c -0.085,0.049 -0.243,0.121 -0.356,0.056 -0.095,-0.055 -0.19699,-0.23199 -0.19699,-0.561 0,-0.65299 0.40399,-1.43799 0.882,-1.71399 z m 28.96299,-17.295 c -0.186,0 -0.383,0.057 -0.58,0.17 l -28.712,16.554 c -0.67899,0.393 -1.211,1.396 -1.211,2.28499 0,0.525 0.192,0.93801 0.52601,1.13001 0.29499,0.17199 0.65599,0.152 1.014,-0.055 l 28.71199,-16.554 c 0.679,-0.392 1.21,-1.395 1.21,-2.284 0,-0.526 -0.191,-0.938 -0.526,-1.131 -0.133,-0.077 -0.279,-0.115 -0.433,-0.115" /><path + id="path4654" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 199.53071,213.98935 c 0,-0.78499 0.551,-1.74 1.231,-2.13199 0.68,-0.393 1.231,-0.075 1.231,0.70999 0,0.786 -0.551,1.74 -1.231,2.133 -0.68,0.39201 -1.231,0.074 -1.231,-0.711" /><path + id="path4656" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 200.21271,214.53936 c -0.06,0 -0.113,-0.013 -0.157,-0.038 -0.125,-0.072 -0.196,-0.258 -0.196,-0.512 0,-0.667 0.488,-1.513 1.066,-1.84699 0.22,-0.12701 0.417,-0.159 0.542,-0.086 0.125,0.072 0.196,0.258 0.196,0.51201 0,0.66699 -0.489,1.51299 -1.067,1.84699 -0.142,0.082 -0.275,0.12401 -0.384,0.12401 z m 1.099,-3.18101 c -0.226,0 -0.469,0.072 -0.715,0.21401 -0.782,0.45199 -1.395,1.51399 -1.395,2.41699 0,0.50201 0.186,0.88601 0.525,1.08201 0.339,0.195 0.764,0.165 1.199,-0.086 0.783,-0.45199 1.39601,-1.51399 1.39601,-2.41699 0,-0.503 -0.186,-0.887 -0.52501,-1.082 -0.147,-0.085 -0.311,-0.12801 -0.485,-0.12801" /><path + id="path4658" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.16872,203.37535 28.71199,-16.554 c 0.578,-0.33399 1.046,0.02 1.046,0.79101 v 0 c 0,0.77 -0.468,1.665 -1.046,1.99899 l -28.71199,16.554 c -0.57701,0.33401 -1.04601,-0.02 -1.04601,-0.79099 v 0 c 0,-0.77 0.469,-1.665 1.04601,-1.99901" /><path + id="path4660" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.33372,203.66035 28.71199,-16.554 c 0.085,-0.048 0.243,-0.12199 0.355,-0.056 0.095,0.055 0.197,0.232 0.197,0.562 0,0.653 -0.404,1.43799 -0.881,1.71399 l -28.712,16.554 c -0.085,0.049 -0.243,0.12101 -0.356,0.055 -0.095,-0.055 -0.19699,-0.231 -0.19699,-0.561 0,-0.653 0.40399,-1.43801 0.882,-1.71401 z m 28.96399,-17.295 c -0.187,0 -0.384,0.058 -0.581,0.171 l -28.712,16.554 c -0.67899,0.39201 -1.211,1.39601 -1.211,2.28401 0,0.526 0.192,0.93799 0.52601,1.131 0.29499,0.172 0.65599,0.15199 1.014,-0.055 l 28.71199,-16.554 c 0.679,-0.39199 1.21,-1.39599 1.21,-2.28399 0,-0.526 -0.191,-0.93801 -0.526,-1.132 -0.133,-0.076 -0.279,-0.11501 -0.432,-0.11501" /><path + id="path4662" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 200.21271,208.49035 c -0.06,0 -0.113,-0.013 -0.157,-0.038 -0.125,-0.072 -0.196,-0.25901 -0.196,-0.512 0,-0.66801 0.488,-1.51401 1.066,-1.84701 0.22,-0.12699 0.417,-0.159 0.542,-0.087 0.125,0.072 0.196,0.25901 0.196,0.51201 0,0.668 -0.489,1.514 -1.067,1.847 -0.142,0.082 -0.274,0.12499 -0.384,0.12499 z m 1.099,-3.18099 c -0.226,0 -0.469,0.071 -0.715,0.21399 -0.782,0.45101 -1.395,1.51301 -1.395,2.41701 0,0.50199 0.186,0.88599 0.525,1.082 0.339,0.196 0.765,0.16399 1.199,-0.087 0.783,-0.45101 1.39601,-1.51301 1.39601,-2.417 0,-0.502 -0.186,-0.886 -0.52501,-1.08201 -0.147,-0.085 -0.311,-0.12699 -0.485,-0.12699" /><path + id="path4664" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.16872,197.25535 28.71199,-16.55499 c 0.578,-0.334 1.046,0.021 1.046,0.791 v 0 c 0,0.76999 -0.468,1.665 -1.046,1.999 l -28.71199,16.554 c -0.57701,0.33399 -1.04601,-0.02 -1.04601,-0.79101 v 0 c 0,-0.76999 0.469,-1.665 1.04601,-1.998" /><path + id="path4666" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.33372,197.54035 28.71199,-16.55499 c 0.085,-0.048 0.243,-0.121 0.355,-0.055 0.095,0.055 0.197,0.231 0.197,0.561 0,0.653 -0.404,1.438 -0.881,1.714 l -28.712,16.554 c -0.085,0.049 -0.243,0.121 -0.356,0.056 -0.095,-0.055 -0.19699,-0.232 -0.19699,-0.561 0,-0.653 0.40399,-1.438 0.882,-1.714 z m 28.96399,-17.295 c -0.187,0 -0.384,0.057 -0.581,0.17001 l -28.712,16.554 c -0.67899,0.393 -1.211,1.39599 -1.211,2.285 0,0.525 0.192,0.93799 0.52601,1.12999 0.29499,0.17201 0.65599,0.15201 1.014,-0.055 l 28.71199,-16.554 c 0.679,-0.392 1.21,-1.395 1.21,-2.284 0,-0.526 -0.191,-0.938 -0.526,-1.131 -0.133,-0.077 -0.279,-0.115 -0.432,-0.115" /><path + id="path4668" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 199.53071,201.81936 c 0,-0.785 0.551,-1.74 1.231,-2.132 0.68,-0.393 1.231,-0.075 1.231,0.71 0,0.78499 -0.551,1.74 -1.231,2.133 -0.68,0.39199 -1.231,0.074 -1.231,-0.711" /><path + id="path4670" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 200.21271,202.36936 c -0.06,0 -0.113,-0.013 -0.157,-0.038 -0.125,-0.072 -0.196,-0.259 -0.196,-0.51199 0,-0.66801 0.488,-1.51401 1.066,-1.84701 0.22,-0.12699 0.417,-0.159 0.542,-0.087 0.125,0.072 0.196,0.259 0.196,0.513 0,0.667 -0.489,1.513 -1.067,1.84701 -0.142,0.082 -0.274,0.12399 -0.384,0.12399 z m 1.099,-3.181 c -0.226,0 -0.469,0.072 -0.715,0.214 -0.782,0.45099 -1.395,1.51299 -1.395,2.417 0,0.502 0.186,0.886 0.525,1.08199 0.339,0.19601 0.765,0.16401 1.199,-0.086 0.783,-0.452 1.39601,-1.514 1.39601,-2.417 0,-0.50301 -0.186,-0.88701 -0.52501,-1.083 -0.147,-0.085 -0.311,-0.127 -0.485,-0.127" /><path + id="path4672" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.56672,177.21636 28.71199,-16.55501 c 0.577,-0.333 1.046,0.021 1.046,0.791 v 0 c 0,0.771 -0.469,1.666 -1.046,1.999 l -28.71199,16.55501 c -0.57801,0.333 -1.04601,-0.021 -1.04601,-0.791 v 0 c 0,-0.771 0.468,-1.666 1.04601,-1.999" /><path + id="path4674" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.73172,177.50136 28.71099,-16.55501 c 0.086,-0.048 0.245,-0.12 0.355,-0.055 0.096,0.055 0.198,0.231 0.198,0.561 0,0.653 -0.404,1.43799 -0.882,1.71399 l -28.711,16.55501 c -0.085,0.048 -0.245,0.119 -0.356,0.055 -0.096,-0.055 -0.19699,-0.231 -0.19699,-0.561 0,-0.65301 0.40399,-1.438 0.882,-1.714 z m 28.96299,-17.295 c -0.187,0 -0.384,0.057 -0.581,0.16999 l -28.711,16.55501 c -0.67899,0.39199 -1.211,1.395 -1.211,2.284 0,0.525 0.191,0.938 0.52601,1.131 0.29499,0.17 0.65499,0.152 1.014,-0.055 l 28.71099,-16.55499 c 0.679,-0.39199 1.211,-1.395 1.211,-2.28399 0,-0.526 -0.192,-0.93801 -0.526,-1.131 -0.133,-0.077 -0.28,-0.115 -0.433,-0.115" /><path + id="path4676" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 215.92771,181.78036 c 0,-0.78501 0.55101,-1.73901 1.231,-2.13201 0.68,-0.393 1.23101,-0.074 1.23101,0.711 0,0.78501 -0.55101,1.73901 -1.23101,2.13201 -0.67999,0.392 -1.231,0.074 -1.231,-0.711" /><path + id="path4678" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.60971,182.33035 c -0.06,0 -0.112,-0.012 -0.157,-0.038 -0.12399,-0.072 -0.19599,-0.258 -0.19599,-0.512 0,-0.667 0.489,-1.513 1.06699,-1.84701 0.221,-0.12799 0.417,-0.15799 0.54101,-0.086 0.12499,0.072 0.19599,0.258 0.19599,0.51199 0,0.66701 -0.488,1.51301 -1.06599,1.84701 -0.14301,0.082 -0.27501,0.12399 -0.38501,0.12399 z m 1.09901,-3.18099 c -0.225,0 -0.468,0.072 -0.714,0.21399 -0.783,0.45201 -1.39601,1.51401 -1.39601,2.41701 0,0.50199 0.18701,0.887 0.525,1.082 0.34001,0.195 0.76601,0.16399 1.2,-0.086 0.782,-0.45201 1.395,-1.51401 1.395,-2.41701 0,-0.50199 -0.186,-0.88699 -0.525,-1.08199 -0.147,-0.085 -0.31099,-0.128 -0.48499,-0.128" /><path + id="path4680" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.73172,171.38035 28.71099,-16.55399 c 0.086,-0.05 0.245,-0.12101 0.355,-0.056 0.096,0.055 0.198,0.232 0.198,0.561 0,0.654 -0.404,1.438 -0.882,1.714 l -28.711,16.555 c -0.084,0.048 -0.243,0.12101 -0.356,0.055 -0.096,-0.055 -0.19699,-0.231 -0.19699,-0.561 0,-0.65301 0.40399,-1.43801 0.882,-1.71401 z m 28.96299,-17.29499 c -0.187,0 -0.384,0.057 -0.581,0.16999 l -28.711,16.555 c -0.67899,0.39201 -1.211,1.395 -1.211,2.28401 0,0.526 0.191,0.93799 0.52601,1.131 0.29499,0.172 0.65599,0.151 1.014,-0.055 l 28.71099,-16.555 c 0.679,-0.39199 1.211,-1.395 1.211,-2.28399 0,-0.525 -0.192,-0.93801 -0.526,-1.13001 -0.133,-0.078 -0.28,-0.11599 -0.433,-0.11599" /><path + id="path4682" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 215.92771,175.65936 c 0,-0.785 0.55101,-1.739 1.231,-2.132 0.68,-0.39201 1.23101,-0.074 1.23101,0.711 0,0.785 -0.55101,1.74 -1.23101,2.132 -0.67999,0.393 -1.231,0.074 -1.231,-0.711" /><path + id="path4684" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.60971,176.20936 c -0.06,0 -0.112,-0.012 -0.157,-0.038 -0.12399,-0.072 -0.19599,-0.258 -0.19599,-0.51199 0,-0.66701 0.489,-1.51301 1.06699,-1.84701 0.221,-0.128 0.417,-0.158 0.54101,-0.086 0.12499,0.072 0.19599,0.25901 0.19599,0.512 0,0.667 -0.488,1.513 -1.06599,1.84701 -0.14301,0.082 -0.27501,0.12399 -0.38501,0.12399 z m 1.09901,-3.18 c -0.225,0 -0.468,0.071 -0.714,0.213 -0.783,0.452 -1.39601,1.514 -1.39601,2.417 0,0.50299 0.18701,0.88699 0.525,1.08199 0.34001,0.19601 0.76601,0.165 1.2,-0.086 0.782,-0.452 1.395,-1.514 1.395,-2.417 0,-0.502 -0.186,-0.886 -0.525,-1.08201 -0.147,-0.085 -0.31099,-0.12699 -0.48499,-0.12699" /><path + id="path4686" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.56672,164.97435 28.71199,-16.554 c 0.577,-0.33399 1.046,0.02 1.046,0.79101 v 0 c 0,0.77 -0.469,1.665 -1.046,1.99899 l -28.71199,16.554 c -0.57801,0.334 -1.04601,-0.021 -1.04601,-0.791 v 0 c 0,-0.76999 0.468,-1.665 1.04601,-1.999" /><path + id="path4688" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.73172,165.25935 28.71099,-16.554 c 0.086,-0.049 0.245,-0.12099 0.355,-0.056 0.096,0.055 0.198,0.232 0.198,0.562 0,0.653 -0.404,1.437 -0.882,1.71399 l -28.711,16.554 c -0.084,0.048 -0.243,0.12 -0.356,0.055 -0.096,-0.055 -0.19699,-0.231 -0.19699,-0.561 0,-0.653 0.40399,-1.438 0.882,-1.714 z m 28.96299,-17.295 c -0.187,0 -0.384,0.057 -0.581,0.171 l -28.711,16.554 c -0.68,0.39201 -1.211,1.396 -1.211,2.284 0,0.52601 0.191,0.938 0.52601,1.131 0.29499,0.171 0.65599,0.15101 1.014,-0.055 l 28.71099,-16.554 c 0.679,-0.392 1.211,-1.396 1.211,-2.284 0,-0.526 -0.192,-0.938 -0.526,-1.131 -0.133,-0.077 -0.28,-0.116 -0.433,-0.116" /><path + id="path4690" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 215.92771,169.53835 c 0,-0.78499 0.55101,-1.73899 1.231,-2.13199 0.68,-0.39201 1.23101,-0.074 1.23101,0.711 0,0.78499 -0.55101,1.74 -1.23101,2.13199 -0.67999,0.393 -1.231,0.075 -1.231,-0.711" /><path + id="path4692" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.60971,170.08836 c -0.06,0 -0.112,-0.012 -0.157,-0.038 -0.12399,-0.072 -0.19599,-0.258 -0.19599,-0.51099 0,-0.66801 0.489,-1.51401 1.06699,-1.84801 0.221,-0.127 0.417,-0.158 0.54101,-0.086 0.12499,0.072 0.19599,0.259 0.19599,0.512 0,0.667 -0.488,1.513 -1.06599,1.847 -0.14301,0.082 -0.27501,0.12401 -0.38501,0.12401 z m 1.09901,-3.18 c -0.225,0 -0.468,0.071 -0.714,0.213 -0.783,0.453 -1.39601,1.51399 -1.39601,2.418 0,0.502 0.18701,0.886 0.525,1.08199 0.34001,0.195 0.76601,0.16401 1.2,-0.087 0.782,-0.45199 1.395,-1.513 1.395,-2.41699 0,-0.50201 -0.186,-0.88601 -0.525,-1.08201 -0.147,-0.085 -0.31099,-0.12699 -0.48499,-0.12699" /><path + id="path4694" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.56672,158.92536 28.71199,-16.555 c 0.577,-0.333 1.046,0.021 1.046,0.79099 v 0 c 0,0.771 -0.469,1.66601 -1.046,1.99901 l -28.71199,16.555 c -0.57801,0.333 -1.04601,-0.021 -1.04601,-0.79101 v 0 c 0,-0.771 0.468,-1.66599 1.04601,-1.99899" /><path + id="path4696" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.73172,159.21036 28.71099,-16.554 c 0.085,-0.049 0.242,-0.12201 0.355,-0.056 0.096,0.055 0.198,0.23201 0.198,0.561 0,0.654 -0.404,1.43801 -0.882,1.71401 l -28.711,16.55499 c -0.085,0.048 -0.245,0.119 -0.356,0.055 -0.096,-0.055 -0.19699,-0.231 -0.19699,-0.561 0,-0.653 0.40399,-1.438 0.882,-1.714 z m 28.96299,-17.295 c -0.187,0 -0.384,0.057 -0.581,0.171 l -28.711,16.554 c -0.67899,0.39199 -1.211,1.395 -1.211,2.28399 0,0.526 0.191,0.93801 0.52601,1.131 0.29499,0.172 0.65599,0.151 1.014,-0.055 l 28.71099,-16.555 c 0.679,-0.392 1.211,-1.395 1.211,-2.284 0,-0.525 -0.192,-0.938 -0.526,-1.131 -0.133,-0.077 -0.28,-0.115 -0.433,-0.115" /><path + id="path4698" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 215.92771,163.48935 c 0,-0.785 0.55101,-1.739 1.231,-2.132 0.68,-0.393 1.23101,-0.074 1.23101,0.711 0,0.785 -0.55101,1.739 -1.23101,2.132 -0.67999,0.393 -1.231,0.074 -1.231,-0.711" /><path + id="path4700" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.60971,164.03935 c -0.06,0 -0.112,-0.012 -0.157,-0.038 -0.12399,-0.072 -0.19599,-0.258 -0.19599,-0.51201 0,-0.66699 0.489,-1.51299 1.06699,-1.847 0.219,-0.12799 0.416,-0.159 0.54101,-0.086 0.12499,0.072 0.19599,0.258 0.19599,0.51199 0,0.66701 -0.488,1.51301 -1.06599,1.847 -0.14301,0.082 -0.27501,0.124 -0.38501,0.124 z m 1.1,-3.18 c -0.22599,0 -0.46899,0.071 -0.71499,0.213 -0.783,0.452 -1.39601,1.514 -1.39601,2.417 0,0.50301 0.18701,0.88701 0.525,1.08201 0.34001,0.19599 0.76601,0.165 1.2,-0.086 0.782,-0.452 1.395,-1.514 1.395,-2.417 0,-0.502 -0.186,-0.88699 -0.525,-1.08199 -0.147,-0.085 -0.31099,-0.12701 -0.484,-0.12701" /><path + id="path4702" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.56672,152.80436 28.71199,-16.554 c 0.577,-0.33401 1.046,0.02 1.046,0.79 v 0 c 0,0.771 -0.469,1.66599 -1.046,1.99899 l -28.71199,16.55501 c -0.57801,0.333 -1.04601,-0.021 -1.04601,-0.791 v 0 c 0,-0.77001 0.468,-1.665 1.04601,-1.999" /><path + id="path4704" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 221.73172,153.08936 28.71099,-16.554 c 0.086,-0.05 0.245,-0.12 0.355,-0.056 0.096,0.055 0.198,0.232 0.198,0.562 0,0.65201 -0.404,1.437 -0.882,1.71401 l -28.711,16.554 c -0.085,0.048 -0.245,0.11899 -0.356,0.055 -0.096,-0.055 -0.19699,-0.231 -0.19699,-0.561 0,-0.653 0.40399,-1.438 0.882,-1.714 z m 28.96199,-17.295 c -0.186,0 -0.383,0.057 -0.58,0.171 l -28.711,16.554 c -0.67899,0.39199 -1.211,1.395 -1.211,2.284 0,0.52599 0.191,0.938 0.52601,1.131 0.29499,0.17199 0.65599,0.15099 1.014,-0.055 l 28.71099,-16.554 c 0.679,-0.392 1.211,-1.396 1.211,-2.284 0,-0.526 -0.192,-0.939 -0.526,-1.132 -0.133,-0.077 -0.28,-0.115 -0.434,-0.115" /><path + id="path4706" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 215.92771,157.36836 c 0,-0.78501 0.55101,-1.73901 1.231,-2.13201 0.68,-0.39199 1.23101,-0.074 1.23101,0.711 0,0.78501 -0.55101,1.74 -1.23101,2.13201 -0.67999,0.393 -1.231,0.074 -1.231,-0.711" /><path + id="path4708" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 216.60971,157.91835 c -0.06,0 -0.112,-0.012 -0.157,-0.038 -0.12399,-0.071 -0.19599,-0.258 -0.19599,-0.512 0,-0.66699 0.489,-1.51299 1.06699,-1.847 0.219,-0.127 0.416,-0.159 0.54101,-0.086 0.12499,0.072 0.19599,0.258 0.19599,0.51199 0,0.66701 -0.488,1.514 -1.06599,1.847 -0.14301,0.082 -0.27501,0.124 -0.38501,0.124 z m 1.1,-3.18 c -0.22599,0 -0.46899,0.071 -0.71499,0.213 -0.783,0.45201 -1.39601,1.51401 -1.39601,2.41701 0,0.50299 0.18701,0.88699 0.52601,1.083 0.33699,0.195 0.765,0.16399 1.19899,-0.087 0.782,-0.45201 1.395,-1.513 1.395,-2.41701 0,-0.50199 -0.186,-0.88699 -0.525,-1.08199 -0.147,-0.085 -0.31099,-0.12701 -0.484,-0.12701" /><path + id="path4710" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 250.52171,186.09636 -9.182,5.301 c -0.443,0.256 -0.803,0.943 -0.803,1.53499 v 10.314 c 0,0.59201 0.36,0.864 0.803,0.60701 l 9.182,-5.3 c 0.443,-0.25701 0.803,-0.94401 0.803,-1.53501 v -10.31499 c 0,-0.591 -0.36,-0.86301 -0.803,-0.607" /><path + id="path4712" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 250.68571,186.38136 c 0.085,-0.05 0.159,-0.065 0.197,-0.042 0.041,0.024 0.113,0.12799 0.113,0.364 v 10.31499 c 0,0.47001 -0.298,1.053 -0.639,1.24901 l -9.181,5.301 c -0.084,0.049 -0.158,0.066 -0.197,0.043 -0.042,-0.025 -0.113,-0.129 -0.113,-0.365 v -10.314 c 0,-0.46999 0.299,-1.054 0.639,-1.24999 z m 0.156,-0.71 c -0.158,0 -0.324,0.047 -0.485,0.14 l -9.181,5.301 c -0.543,0.313 -0.968,1.113 -0.968,1.81999 v 10.314 c 0,0.432 0.161,0.77301 0.442,0.93501 0.249,0.14199 0.559,0.128 0.855,-0.042 l 9.181,-5.302 c 0.542,-0.31301 0.968,-1.112 0.968,-1.81901 v -10.31499 c 0,-0.43101 -0.161,-0.772 -0.442,-0.934 -0.113,-0.065 -0.239,-0.098 -0.37,-0.098" /><path + id="path4714" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 246.62471,197.86735 c -0.229,0.198 -0.468,0.372 -0.714,0.51401 -7.5e-4,7.5e-4 -7.5e-4,0 -7.5e-4,0 v -3.534 c 0,-0.002 0.002,-0.003 0.002,-0.002 l 0.714,3.02 -7.5e-4,0.002" /><path + id="path4716" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 246.15571,197.92636 v -0.972 l 0.195,0.821 c -0.065,0.053 -0.13,0.103 -0.195,0.151 z m -0.245,-3.328 h -0.247 l -7.5e-4,4.03 0.358,-0.026 c 0.267,-0.154 0.52,-0.336 0.765,-0.54799 l 0.052,-0.044 0.044,-0.133 -0.775,-3.278 -0.196,-7.5e-4" /><path + id="path4718" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 245.91171,194.84335 2.167,1.185 c 0,0 0,7.5e-4 0,0.002 -0.383,0.70401 -0.885,1.348 -1.452,1.839 h -7.5e-4 l -0.715,-3.024 c -7.5e-4,-7.5e-4 7.5e-4,-0.003 7.5e-4,-0.002" /><path + id="path4720" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 246.76771,197.39935 -0.49,-2.07499 1.463,0.801 c -0.28,0.47599 -0.61,0.90799 -0.973,1.27399 z m -0.91,-2.86699 -0.257,0.28999 0.08,0.12201 0.739,3.128 0.271,0.068 0.098,-0.084 c 0.572,-0.49699 1.087,-1.14499 1.49,-1.87699 l 0.117,-0.11801 -0.199,-0.249 -2.339,-1.27999" /><path + id="path4722" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 245.91171,194.84035 2.936,-1.632 h 7.5e-4 c 0.02,0.90501 -0.275,1.911 -0.76901,2.81901 0,7.5e-4 -7.5e-4,0.002 -7.5e-4,0.002 l -2.16699,-1.18701 v -0.002" /><path + id="path4724" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 246.42071,194.83936 2.167,-1.20501 c -0.055,0.654 -0.266,1.365 -0.611,2.058 z m 2.422,-1.91001 -0.115,0.063 -3.063,1.746 v 0.25001 l 2.458,1.34599 0.174,-0.189 c 0.535,-0.984 0.818,-2.02899 0.799,-2.94199 l -0.003,-0.149 -0.25,-0.12501" /><path + id="path4726" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 245.91371,194.83435 -1.514,-1.884 v -7.5e-4 c 0.443,-0.564 0.961,-1.04 1.515,-1.35999 1.598,-0.92201 2.897,-0.20001 2.938,1.611 l -7.5e-4,7.5e-4 -2.937,1.63299 c 0,0 0,0 -7.5e-4,0" /><path + id="path4728" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 244.71571,192.95035 c 0.408,-0.48699 0.862,-0.88099 1.322,-1.14699 0.7,-0.40401 1.347,-0.48 1.82,-0.21201 0.435,0.24501 0.696,0.76301 0.741,1.46901 l -2.622,1.458 z m 2.512,-2.01 c -0.446,0 -0.935,0.14601 -1.437,0.43601 -0.561,0.32299 -1.109,0.81499 -1.585,1.42 l -0.122,0.15399 1.768,2.20101 3.247,-1.804 v -0.147 c -0.022,-0.96701 -0.376,-1.689 -0.999,-2.039 -0.262,-0.148 -0.557,-0.22101 -0.872,-0.22101" /><path + id="path4730" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 244.39471,192.95335 1.515,1.884 v 3.54401 l -7.5e-4,7.5e-4 c -1.623,0.937 -2.939,0.177 -2.939,-1.698 0,-1.234 0.571,-2.644 1.424,-3.73 0,-7.5e-4 7.5e-4,-7.5e-4 7.5e-4,-7.5e-4" /><path + id="path4732" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 244.59571,198.53736 c -0.237,0 -0.453,-0.054 -0.641,-0.16301 -0.476,-0.27499 -0.738,-0.87499 -0.738,-1.68999 0,-1.044 0.448,-2.295 1.184,-3.32901 l 1.262,1.569 v 3.312 c -0.383,0.20001 -0.744,0.30101 -1.067,0.30101 z m -0.259,-5.87501 -0.118,0.117 c -0.944,1.2 -1.496,2.652 -1.496,3.90501 0,0.999 0.35,1.751 0.985,2.117 0.634,0.366 1.459,0.294 2.324,-0.20501 l 0.124,-0.071 v -3.774 l -1.667,-2.02601 -0.152,-0.063" /><path + id="path4734" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 250.52171,170.60935 -9.182,5.301 c -0.443,0.25601 -0.803,0.94301 -0.803,1.53401 v 10.315 c 0,0.59199 0.36,0.863 0.803,0.60699 l 9.182,-5.301 c 0.443,-0.25599 0.803,-0.94299 0.803,-1.53399 v -10.315 c 0,-0.591 -0.36,-0.863 -0.803,-0.60701" /><path + id="path4736" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 250.68571,170.89435 c 0.085,-0.049 0.159,-0.066 0.197,-0.042 0.042,0.024 0.113,0.12801 0.113,0.36401 v 10.315 c 0,0.46899 -0.298,1.053 -0.639,1.24899 l -9.181,5.301 c -0.084,0.049 -0.158,0.066 -0.197,0.043 -0.042,-0.025 -0.113,-0.129 -0.113,-0.365 v -10.315 c 0,-0.46901 0.299,-1.053 0.639,-1.24901 z m 0.156,-0.70999 c -0.158,0 -0.324,0.047 -0.485,0.13999 l -9.181,5.301 c -0.543,0.31301 -0.968,1.113 -0.968,1.81901 v 10.315 c 0,0.432 0.161,0.773 0.442,0.935 0.249,0.142 0.559,0.12799 0.855,-0.043 l 9.181,-5.301 c 0.542,-0.31299 0.968,-1.11199 0.968,-1.81899 v -10.315 c 0,-0.432 -0.161,-0.77201 -0.442,-0.93401 -0.113,-0.065 -0.239,-0.098 -0.37,-0.098" /><path + id="path4738" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 246.77971,181.53235 -1.698,0.98001 c -1.167,0.674 -2.114,0.128 -2.114,-1.221 0,-1.348 0.947,-2.988 2.114,-3.66201 v -1.05 c 0,0 1.112,-0.63199 1.14,0.39201 l 0.558,-0.322 c 1.167,-0.674 2.114,-0.12701 2.114,1.221 0,1.348 -0.947,2.988 -2.114,3.66199" /><path + id="path4740" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 245.98671,177.39235 0.916,-0.52899 c 0.486,-0.28101 0.93,-0.333 1.248,-0.148 0.32,0.184 0.496,0.594 0.496,1.155 0,1.26799 -0.893,2.814 -1.991,3.448 l -1.697,0.981 c -0.485,0.27999 -0.928,0.332 -1.248,0.14799 -0.32,-0.18499 -0.496,-0.59499 -0.496,-1.15599 0,-1.267 0.893,-2.814 1.991,-3.448 l 0.123,-0.071 v -1.03899 c 0.182,-0.078 0.419,-0.13701 0.534,-0.073 0.087,0.05 0.11,0.201 0.113,0.318 z m 1.738,-1.27899 c -0.333,0 -0.696,0.108 -1.069,0.323 l -0.256,0.148 c -0.073,-0.19 -0.191,-0.295 -0.296,-0.354 -0.444,-0.25 -1.073,0.095 -1.144,0.135 l -0.124,0.071 v 1.055 c -1.177,0.753 -2.115,2.424 -2.115,3.8 0,0.744 0.264,1.306 0.743,1.583 0.48,0.277 1.098,0.223 1.742,-0.148 l 1.697,-0.98 c 1.234,-0.713 2.238,-2.451 2.238,-3.876 0,-0.744 -0.263,-1.306 -0.743,-1.583 -0.202,-0.116 -0.429,-0.174 -0.673,-0.174" /><path + id="path4742" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 209.36171,174.97536 -9.182,5.301 c -0.443,0.256 -0.803,0.943 -0.803,1.534 v 10.31499 c 0,0.59201 0.36,0.86301 0.803,0.60701 l 9.182,-5.3 c 0.443,-0.25701 0.803,-0.94401 0.803,-1.53501 v -10.31499 c 0,-0.591 -0.36,-0.86301 -0.803,-0.607" /><path + id="path4744" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 209.52571,175.26036 c 0.085,-0.049 0.159,-0.065 0.19701,-0.042 0.041,0.024 0.11299,0.12799 0.11299,0.364 v 10.31499 c 0,0.46901 -0.298,1.053 -0.639,1.25001 l -9.181,5.3 c -0.085,0.049 -0.158,0.065 -0.197,0.043 -0.042,-0.024 -0.113,-0.128 -0.113,-0.365 v -10.315 c 0,-0.46899 0.299,-1.053 0.639,-1.24899 z m 0.156,-0.71 c -0.158,0 -0.324,0.047 -0.485,0.14 l -9.181,5.301 c -0.543,0.313 -0.968,1.11199 -0.968,1.819 v 10.31499 c 0,0.432 0.161,0.77301 0.442,0.93501 0.249,0.143 0.56,0.12699 0.855,-0.043 l 9.181,-5.3 c 0.54201,-0.313 0.96801,-1.113 0.96801,-1.82 v -10.315 c 0,-0.431 -0.16101,-0.772 -0.44201,-0.934 -0.11299,-0.065 -0.23899,-0.098 -0.37,-0.098" /><path + id="path4746" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 206.31472,182.90935 v 3.03401 c 0,0.088 -0.062,0.195 -0.138,0.23899 l -2.81201,1.62401 c -0.076,0.044 -0.138,0.008 -0.138,-0.08 v -3.034 c 0,-0.088 -0.062,-0.12401 -0.139,-0.08 l -0.561,0.32499 c -0.117,0.067 -0.18099,-0.052 -0.108,-0.19899 l 2.245,-4.477 c 0.055,-0.11 0.159,-0.17 0.21401,-0.123 l 2.24499,1.885 c 0.073,0.061 0.009,0.255 -0.108,0.32199 l -0.561,0.324 c -0.077,0.045 -0.13899,0.15201 -0.13899,0.24" /><path + id="path4748" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 202.82671,184.47835 2.025,-4.041 2.011,1.69001 -0.53299,0.32899 c -0.15101,0.087 -0.26201,0.27801 -0.26201,0.453 v 3.03401 l -2.59399,1.51399 v -2.76499 c 0,-0.13001 -0.062,-0.24401 -0.16401,-0.303 -0.10299,-0.059 -0.23199,-0.055 -0.345,0.009 z m 2.00601,-4.60299 c -0.023,0 -0.046,0.002 -0.069,0.007 -0.13001,0.027 -0.25001,0.127 -0.321,0.269 l -2.244,4.477 c -0.092,0.182 -0.073,0.375 0.048,0.489 0.10599,0.101 0.26599,0.113 0.40299,0.034 l 0.33,-0.191 v 2.766 c 0,0.131 0.061,0.244 0.16401,0.303 0.10299,0.059 0.23199,0.055 0.345,-0.01 l 2.811,-1.623 c 0.15199,-0.087 0.26199,-0.278 0.26199,-0.453 v -3.029 l 0.577,-0.355 c 0.141,-0.082 0.245,-0.249 0.26,-0.415 0.011,-0.125 -0.032,-0.238 -0.117,-0.31 l -2.24499,-1.885 c -0.057,-0.049 -0.129,-0.074 -0.204,-0.074" /><path + id="path4750" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 209.36171,159.48835 -9.182,5.301 c -0.443,0.25601 -0.803,0.94301 -0.803,1.53401 v 10.315 c 0,0.591 0.36,0.863 0.803,0.60699 l 9.182,-5.301 c 0.443,-0.25599 0.803,-0.94299 0.803,-1.53399 v -10.315 c 0,-0.591 -0.36,-0.86301 -0.803,-0.60701" /><path + id="path4752" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 209.52571,159.77335 c 0.085,-0.05 0.159,-0.065 0.19701,-0.043 0.041,0.025 0.11299,0.129 0.11299,0.365 v 10.31498 c 0,0.46899 -0.298,1.053 -0.639,1.24899 l -9.181,5.301 c -0.085,0.049 -0.158,0.065 -0.197,0.043 -0.042,-0.025 -0.113,-0.129 -0.113,-0.365 v -10.315 c 0,-0.46901 0.299,-1.053 0.639,-1.24901 z m 0.156,-0.70999 c -0.158,0 -0.324,0.047 -0.485,0.13999 l -9.181,5.301 c -0.543,0.31301 -0.968,1.112 -0.968,1.81901 v 10.315 c 0,0.432 0.161,0.77199 0.442,0.935 0.249,0.14299 0.56,0.127 0.855,-0.043 l 9.181,-5.301 c 0.54201,-0.31299 0.96801,-1.11199 0.96801,-1.81899 v -10.315 c 0,-0.43101 -0.16101,-0.77201 -0.44201,-0.93401 -0.11299,-0.066 -0.23899,-0.098 -0.37,-0.098" /><path + id="path4754" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 207.70072,166.67535 c 0,-1.868 -1.31201,-2.62599 -2.93001,-1.691 -1.61799,0.93401 -2.93,3.206 -2.93,5.07401 0,1.86799 1.31201,2.626 2.93,1.692 1.618,-0.935 2.93001,-3.207 2.93001,-5.07501" /><path + id="path4756" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 203.46371,171.90436 c -0.237,0 -0.453,-0.054 -0.64099,-0.163 -0.474,-0.273 -0.735,-0.87101 -0.735,-1.683 0,-1.78701 1.25899,-3.96701 2.80599,-4.86101 0.70401,-0.406 1.35201,-0.478 1.825,-0.205 0.474,0.274 0.735,0.871 0.735,1.683 0,1.78701 -1.25899,3.967 -2.80699,4.861 -0.423,0.24401 -0.82601,0.36801 -1.18301,0.36801 z m 2.616,-7.56901 c -0.445,0 -0.93199,0.14601 -1.43299,0.435 -1.683,0.972 -3.05301,3.34401 -3.05301,5.28801 0,0.996 0.349,1.74499 0.982,2.11099 0.633,0.36501 1.45601,0.29201 2.318,-0.20599 1.684,-0.972 3.054,-3.34401 3.054,-5.28801 0,-0.995 -0.34899,-1.745 -0.98199,-2.10999 -0.26501,-0.15401 -0.564,-0.23001 -0.88601,-0.23001" /><path + id="path4758" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 206.96572,167.09935 c 0,-1.399 -0.98301,-1.96699 -2.19501,-1.267 -1.212,0.7 -2.195,2.40201 -2.195,3.802 0,1.40001 0.983,1.96701 2.195,1.26701 1.212,-0.70001 2.19501,-2.40201 2.19501,-3.80201" /><path + id="path4760" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 203.79172,170.95536 c -0.16601,0 -0.318,-0.038 -0.45,-0.114 -0.33501,-0.19301 -0.519,-0.62201 -0.519,-1.20701 0,-1.31899 0.92899,-2.929 2.07199,-3.588 0.506,-0.29299 0.969,-0.348 1.305,-0.154 0.335,0.19401 0.519,0.622 0.519,1.207 0,1.319 -0.92899,2.92901 -2.071,3.588 -0.308,0.17801 -0.6,0.26801 -0.85599,0.26801 z m 1.95999,-5.67101 c -0.344,0 -0.72,0.11201 -1.104,0.33401 -1.278,0.738 -2.319,2.53899 -2.319,4.01599 0,0.76901 0.273,1.34901 0.766,1.635 0.49601,0.285 1.134,0.23001 1.8,-0.15399 1.278,-0.738 2.318,-2.539 2.318,-4.01601 0,-0.769 -0.272,-1.34899 -0.767,-1.635 -0.208,-0.12 -0.44299,-0.18 -0.694,-0.18" /><path + id="path4762" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 205.75871,166.54735 -1.23499,1.74101 v 1.555 h 0.49399 v -1.39801 l 1.143,-1.61199 -0.402,-0.28601" /><path + id="path4764" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 199.50471,138.02636 51.788,-30.005 c 0.014,-0.008 0.032,0.002 0.032,0.018 v 23.37999 c 0,0.015 -0.014,0.025 -0.027,0.021 l -12.15099,-3.48199 c -0.006,-0.002 -0.012,-7.5e-4 -0.017,0.002 l -5.497,3.484 c -0.004,0.003 -0.008,0.004 -0.012,0.004 l -15.72299,-0.19299 c -0.003,0 -0.006,7.5e-4 -0.009,0.002 l -10.18601,4.834 c -0.002,7.5e-4 -0.003,0.002 -0.004,0.002 l -8.179,1.97201 c -0.024,0.006 -0.037,-0.027 -0.015,-0.039" /><path + id="path4766" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 201.49671,137.25135 49.499,-28.67799 v 22.43799 l -11.899,-3.40999 -0.142,0.08 -5.427,3.44001 -15.692,-0.196 -0.07,0.027 -10.204,4.842 z m 49.824,-29.60799 -0.186,0.089 -52.042,30.151 0.203,0.55599 0.302,-0.055 8.252,-1.998 10.127,-4.806 15.758,0.198 0.103,-0.077 5.352,-3.389 12.171,3.488 0.284,-0.195 0.009,-0.186 v -23.567 l -0.333,-0.209" /><path + id="path4768" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 208.02671,141.79136 0.152,-0.071 9.463,-5.298 2.883,0.03 3.251,1.78101 -1.242,4.17499 -5.478,-0.805 -0.138,0.12501 -4.359,4.82799 -4.70199,-0.939 -7.02701,-6.603 z m 39.316,-19.90001 -1.687,9.228 h -5.676 l -0.108,0.21501 -2.259,6.522 -7.288,3.212 -5.76699,-3.15701 2.47499,-8.32599 -0.631,-0.18801 -2.434,8.19 -3.269,-1.78899 -0.095,-0.003 -3.115,-0.032 -0.083,0.038 -9.41501,5.271 -8.633,-3.33201 -0.32,0.46401 0.201,0.21699 8.308,7.80701 0.114,0.021 5.13,1.024 0.14801,-0.156 4.347,-4.816 5.7,0.83899 0.105,-0.294 1.27599,-4.29 5.919,3.24101 0.171,-0.068 7.677,-3.383 0.059,-0.15199 2.22199,-6.417 h 5.77601 l 0.068,-0.29501 1.73201,-9.47299 -0.648,-0.11801" /><path + id="path4770" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 260.36171,260.49136 -8.014,4.627 c -0.118,0.068 -0.223,0.065 -0.303,0.012 l -3.371,-2.1 c -0.062,-0.039 -0.082,-0.12 -0.044,-0.182 l 3.252,-3.487 c 0.013,-0.021 0.019,-0.045 0.019,-0.069 v -1.126 c 0,-0.329 0.2,-0.711 0.447,-0.853 l 1.118,1.33 c 0.02,-0.011 0.037,-0.028 0.048,-0.047 l 3.58,-4.037 c 0.039,-0.064 0.123,-0.085 0.187,-0.045 l 3.381,2.107 c 0,0 0.146,0.179 0.146,0.354 v 2.663 c 0,0.329 -0.2,0.711 -0.446,0.853" /><path + id="path4772" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 253.85171,258.86036 3.414,-3.851 3.093,1.928 c 0.011,0.02 0.02,0.039 0.022,0.051 l -7.5e-4,2.65 c 0,0.202 -0.13899,0.428 -0.23199,0.483 l -7.959,4.595 -2.98401,-1.859 3.04701,-3.28 c 0.05,-0.087 0.077,-0.185 0.077,-0.285 v -1.126 c 0,-0.058 0.011,-0.118 0.03,-0.175 l 1.008,1.199 0.309,-0.174 c 0.07,-0.039 0.13,-0.093 0.17599,-0.156 z m 3.357,-4.794 c -0.045,0 -0.089,0.005 -0.132,0.015 -0.131,0.032 -0.243,0.107 -0.321,0.214 l -3.278,3.697 -1.034,-1.228 -0.31,0.179 c -0.377,0.217 -0.661,0.743 -0.661,1.223 v 1.006 l -3.211,3.457 c -0.155,0.26 -0.072,0.603 0.185,0.764 l 3.372,2.1 c 0.21,0.141 0.491,0.141 0.744,-0.005 l 8.013,-4.627 c 0.376,-0.217 0.66,-0.743 0.66,-1.223 v -2.663 c 0,-0.311 -0.202,-0.575 -0.243,-0.624 l -0.105,-0.093 -3.381,-2.108 c -0.09,-0.055 -0.194,-0.084 -0.298,-0.084" /><path + id="path4774" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 254.73271,256.85036 c 0,0 -0.009,-0.082 -0.023,-0.222 l 2.36,-1.989 c 0.065,-0.109 0.206,-0.143 0.313,-0.076 l 3.302,2.058 c 0,0 0.147,0.179 0.147,0.354 v 2.498 c 0,0.072 -0.079,0.116 -0.14,0.078 l -3.336,-2.08 c -0.013,-0.008 -0.024,-0.019 -0.031,-0.032 l -2.592,-0.589" /><path + id="path4776" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 255.43971,256.57236 1.853,-1.561 3.09,1.926 c 0.011,0.02 0.02,0.039 0.022,0.051 v 1.879 l -2.753,-1.715 -0.052,-0.089 z m 1.826,-2.471 c -0.052,0 -0.104,0.006 -0.155,0.019 -0.143,0.034 -0.268,0.114 -0.357,0.226 l -2.493,2.101 0.081,0.753 2.787,0.634 3.337,2.08 c 0.161,0.099 0.363,0.104 0.527,0.013 0.165,-0.091 0.267,-0.265 0.267,-0.454 v -2.498 c 0,-0.311 -0.202,-0.575 -0.244,-0.624 l -0.104,-0.093 -3.302,-2.058 c -0.106,-0.066 -0.224,-0.099 -0.344,-0.099" /><path + id="path4778" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 256.86571,254.45836 -8.014,4.627 c -0.247,0.142 -0.447,0.524 -0.447,0.853 v 2.663 c 0,0.329 0.2,0.48 0.447,0.338 l 8.014,-4.627 c 0.246,-0.142 0.446,-0.525 0.446,-0.853 v -2.663 c 0,-0.329 -0.2,-0.48 -0.446,-0.338" /><path + id="path4780" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 248.83771,262.45336 -0.005,-2.515 c 0,-0.202 0.13901,-0.429 0.233,-0.483 l 7.813,-4.51 0.005,2.514 c 0,0.202 -0.139,0.428 -0.232,0.482 z m 8.242,-7.625 -0.214,-0.37 0.219,0.368 c -7.5e-4,9.7e-4 -0.003,9.7e-4 -0.005,0.002 z m -0.036,-0.851 c -0.13,0 -0.264,0.037 -0.392,0.111 l -8.014,4.626 c -0.377,0.218 -0.661,0.744 -0.661,1.224 v 2.663 c 0,0.33 0.134,0.596 0.368,0.732 0.216,0.124 0.478,0.116 0.721,-0.024 l 8.014,-4.627 c 0.376,-0.217 0.66,-0.743 0.66,-1.223 v -2.663 c 0,-0.33 -0.134,-0.597 -0.369,-0.732 -0.101,-0.059 -0.213,-0.087 -0.327,-0.087" /><path + id="path4782" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 251.07071,261.57936 -0.452,0.726 3.371,2.1 0.452,-0.726 -3.371,-2.1" /><path + id="path4784" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 257.77871,255.60236 -0.34,0.564 2.969,1.787 0.339,-0.564 -2.968,-1.787" /><path + id="path4786" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 260.76471,272.48336 -8.014,4.627 c -0.118,0.068 -0.223,0.065 -0.303,0.012 l -3.371,-2.1 c -0.062,-0.039 -0.082,-0.12 -0.045,-0.183 l 3.253,-5.462 c 0.013,-0.021 0.019,-0.045 0.019,-0.069 v -1.125 c 0,-0.329 0.2,-0.711 0.447,-0.853 l 1.118,-0.646 c 0.02,-0.011 0.036,-0.028 0.048,-0.047 l 3.58,-6.013 c 0.039,-0.064 0.123,-0.085 0.186,-0.045 l 3.381,2.107 c 0,0 0.147,0.18 0.147,0.354 v 8.59001 c 0,0.329 -0.2,0.711 -0.446,0.853" /><path + id="path4788" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 249.54671,274.81136 3.106,-5.215 c 0.05,-0.083 0.079,-0.184 0.079,-0.288 v -1.125 c 0,-0.202 0.139,-0.429 0.233,-0.483 l 1.118,-0.646 c 0.081,-0.046 0.153,-0.116 0.202,-0.2 l 3.426,-5.753 3.051,1.901 c 0.011,0.02 0.02,0.039 0.022,0.051 l -7.5e-4,8.577 c 0,0.202 -0.13901,0.429 -0.233,0.482 l -7.95801,4.596 z m 8.064,-14.68 c -0.043,0 -0.088,0.005 -0.131,0.015 -0.146,0.036 -0.273,0.13 -0.35,0.259 l -3.542,5.947 -1.051,0.607 c -0.377,0.218 -0.661,0.744 -0.661,1.224 v 1.044 l -3.211,5.394 c -0.155,0.26 -0.072,0.603 0.185,0.764 l 3.372,2.1 c 0.209,0.139 0.49,0.141 0.742,-0.005 l 8.014,-4.627 c 0.377,-0.217 0.661,-0.743 0.661,-1.223 v -8.59 c 0,-0.311 -0.202,-0.575 -0.243,-0.624 l -0.105,-0.093 -3.381,-2.107 c -0.09,-0.055 -0.194,-0.085 -0.299,-0.085" /><path + id="path4790" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 255.13571,264.89136 c 0,0 -0.009,-0.083 -0.024,-0.222 l 2.361,-3.965 c 0.065,-0.108 0.206,-0.142 0.313,-0.076 l 3.302,2.058 c 0,0 0.147,0.18 0.147,0.354 v 8.425 c 0,0.072 -0.079,0.116 -0.14,0.078 l -3.337,-2.08 c -0.013,-0.008 -0.023,-0.019 -0.031,-0.033 l -2.591,-4.539" /><path + id="path4792" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 255.55471,264.76236 2.181,-3.661 3.05,1.901 c 0.011,0.02 0.02,0.04 0.022,0.051 v 7.806 l -2.752,-1.714 z m 2.114,-4.596 c -0.053,0 -0.105,0.006 -0.157,0.019 -0.172,0.042 -0.317,0.149 -0.407,0.302 l -2.433,4.085 0.048,0.454 2.689,4.71 0.122,0.089 3.338,2.081 c 0.16,0.099 0.361,0.105 0.527,0.013 0.165,-0.091 0.267,-0.266 0.267,-0.454 v -8.425 c 0,-0.312 -0.204,-0.575 -0.245,-0.625 l -0.104,-0.092 -3.302,-2.058 c -0.105,-0.065 -0.223,-0.099 -0.343,-0.099" /><path + id="path4794" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 257.26871,260.52336 -8.015,4.627 c -0.246,0.143 -0.446,0.525 -0.446,0.853 v 8.59 c 0,0.329 0.2,0.48 0.446,0.337 l 8.015,-4.626 c 0.246,-0.143 0.446,-0.525 0.446,-0.853 v -8.59 c 0,-0.329 -0.2,-0.48 -0.446,-0.338" /><path + id="path4796" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 249.24171,274.44436 -0.006,-8.441 c 0,-0.201 0.139,-0.428 0.233,-0.482 l 7.812,-4.511 0.006,8.44 c 0,0.203 -0.139,0.429 -0.233,0.483 z m 8.24,-13.551 -0.214,-0.37 0.219,0.368 c -7.5e-4,9.7e-4 -0.003,0.002 -0.005,0.002 z m -0.036,-0.851 c -0.129,0 -0.263,0.037 -0.392,0.111 l -8.013,4.627 c -0.377,0.217 -0.661,0.743 -0.661,1.223 v 8.59 c 0,0.33 0.134,0.596 0.368,0.732 0.216,0.124 0.478,0.116 0.721,-0.024 l 8.013,-4.627 c 0.377,-0.217 0.661,-0.743 0.661,-1.224 v -8.589 c 0,-0.33 -0.134,-0.596 -0.368,-0.731 -0.102,-0.059 -0.214,-0.088 -0.329,-0.088" /><path + id="path4798" + style="fill:#1a162c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 251.47271,273.57136 -0.452,0.726 3.371,2.101 0.453,-0.727 -3.372,-2.1" /><path + id="path4800" + style="fill:#6398d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0999997" + d="m 258.18171,262.98436 -0.34,0.564 2.969,1.788 0.339,-0.564 -2.968,-1.788" /></g></svg> diff --git a/docusaurus/static/img/cover.png b/docusaurus/static/img/cover.png Binary files differnew file mode 100644 index 0000000..80bb316 --- /dev/null +++ b/docusaurus/static/img/cover.png diff --git a/docusaurus/static/img/error.png b/docusaurus/static/img/error.png Binary files differnew file mode 100644 index 0000000..9326411 --- /dev/null +++ b/docusaurus/static/img/error.png diff --git a/docusaurus/static/img/error.svg b/docusaurus/static/img/error.svg new file mode 100644 index 0000000..5359976 --- /dev/null +++ b/docusaurus/static/img/error.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64"> + <circle cx="32" cy="32" r="25" stroke="red" stroke-width="7" fill="#fff" fill-opacity="0.2"/> + <rect x="28" y="17" width="8" height="30" fill="red" transform="rotate(45, 32, 32)"/> + <rect x="28" y="17" width="8" height="30" fill="red" transform="rotate(135, 32, 32)"/> +</svg> diff --git a/docusaurus/static/img/favicon.ico b/docusaurus/static/img/favicon.ico Binary files differnew file mode 100644 index 0000000..f1817fa --- /dev/null +++ b/docusaurus/static/img/favicon.ico diff --git a/docusaurus/static/img/loading.gif b/docusaurus/static/img/loading.gif Binary files differnew file mode 100644 index 0000000..4ae663f --- /dev/null +++ b/docusaurus/static/img/loading.gif diff --git a/docusaurus/static/img/loading.svg b/docusaurus/static/img/loading.svg new file mode 100644 index 0000000..7a20349 --- /dev/null +++ b/docusaurus/static/img/loading.svg @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="64px" height="64px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> +<g transform="rotate(0 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.5729166666666666s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(30 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.5208333333333333s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(60 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.46874999999999994s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(90 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.41666666666666663s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(120 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.36458333333333326s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(150 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.31249999999999994s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(180 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.26041666666666663s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(210 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.20833333333333331s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(240 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.15624999999999997s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(270 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.10416666666666666s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(300 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="-0.05208333333333333s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(330 50 50)"> + <rect x="47" y="2" rx="3" ry="3.6" width="6" height="24" fill="#bdbdbd"> + <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.625s" begin="0s" repeatCount="indefinite"></animate> + </rect> +</g> +</svg>
\ No newline at end of file diff --git a/docusaurus/static/img/logo.svg b/docusaurus/static/img/logo.svg new file mode 100644 index 0000000..c09acef --- /dev/null +++ b/docusaurus/static/img/logo.svg @@ -0,0 +1,73 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="logo.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + id="svg1427" + version="1.1" + viewBox="0 0 33.28368 27.61746" + height="27.61746mm" + width="33.28368mm"> + <defs + id="defs1421" /> + <sodipodi:namedview + inkscape:window-maximized="0" + inkscape:window-y="0" + inkscape:window-x="153" + inkscape:window-height="1030" + inkscape:window-width="1749" + showgrid="false" + inkscape:document-rotation="0" + inkscape:current-layer="layer1" + inkscape:document-units="mm" + inkscape:cy="140.76191" + inkscape:cx="-54.244561" + inkscape:zoom="0.35" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" /> + <metadata + id="metadata1424"> + <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> + <g + transform="translate(-120.18554,-110.92341)" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <circle + r="13.687778" + cy="124.73214" + cx="136.95937" + inkscape:export-ydpi="24.190001" + inkscape:export-xdpi="24.190001" + inkscape:export-filename="C:\Users\Thales\Dropbox\Imagens\PSSP\logo32.png" + id="path3766-8" + style="fill:#0081cb;fill-opacity:1;stroke:none;stroke-width:0.306647" /> + <path + inkscape:export-ydpi="24.190001" + inkscape:export-xdpi="24.190001" + inkscape:export-filename="C:\Users\Thales\Dropbox\Imagens\PSSP\logo32.png" + inkscape:connector-curvature="0" + id="path2996-1" + d="m 142.1554,110.92341 h 11.31382 l -13.02405,9.37381 h 7.4987 l -14.0765,9.07143 h 6.84091 l -20.52274,9.17222 8.15647,-7.15634 h -4.86757 l 12.23471,-9.37382 h -6.44625 z" + style="fill:#ff8200;fill-opacity:1;stroke:none;stroke-width:0.282223" /> + </g> +</svg> diff --git a/docusaurus/static/img/next.png b/docusaurus/static/img/next.png Binary files differnew file mode 100644 index 0000000..683571f --- /dev/null +++ b/docusaurus/static/img/next.png diff --git a/docusaurus/static/img/next.svg b/docusaurus/static/img/next.svg new file mode 100644 index 0000000..2bf632b --- /dev/null +++ b/docusaurus/static/img/next.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="8" height="20"> + <path d="M0 0 V2 L6 10 L0 18 V20 L8 10 Z" stroke="#fff" fill="#fff"/> +</svg> diff --git a/docusaurus/static/img/play-pause.png b/docusaurus/static/img/play-pause.png Binary files differnew file mode 100644 index 0000000..8a9c04a --- /dev/null +++ b/docusaurus/static/img/play-pause.png diff --git a/docusaurus/static/img/play-pause.svg b/docusaurus/static/img/play-pause.svg new file mode 100644 index 0000000..e6d9fd1 --- /dev/null +++ b/docusaurus/static/img/play-pause.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="60" height="30"> + <polygon points="5,2 5,28 27,15" stroke="#fff" stroke-width="2" fill="#000" fill-opacity="0.5"/> + <rect x="35" y="3" width="8" height="24" stroke="#fff" stroke-width="2" fill="#000" fill-opacity="0.5"/> + <rect x="47" y="3" width="8" height="24" stroke="#fff" stroke-width="2" fill="#000" fill-opacity="0.5"/> +</svg> diff --git a/docusaurus/static/img/prev.png b/docusaurus/static/img/prev.png Binary files differnew file mode 100644 index 0000000..49e9158 --- /dev/null +++ b/docusaurus/static/img/prev.png diff --git a/docusaurus/static/img/prev.svg b/docusaurus/static/img/prev.svg new file mode 100644 index 0000000..69e3bd6 --- /dev/null +++ b/docusaurus/static/img/prev.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="8" height="20"> + <path d="M8 0 V2 L2 10 L8 18 V20 L0 10 Z" stroke="#fff" fill="#fff"/> +</svg> diff --git a/docusaurus/static/img/video-play.png b/docusaurus/static/img/video-play.png Binary files differnew file mode 100644 index 0000000..4c5eedb --- /dev/null +++ b/docusaurus/static/img/video-play.png diff --git a/docusaurus/static/img/video-play.svg b/docusaurus/static/img/video-play.svg new file mode 100644 index 0000000..43e3fac --- /dev/null +++ b/docusaurus/static/img/video-play.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64"> + <circle cx="32" cy="32" r="25" stroke="#fff" stroke-width="7" fill="#000" fill-opacity="0.2"/> + <polygon points="26,22 26,42 43,32" fill="#fff"/> +</svg> diff --git a/docusaurus/static/img/visualization.svg b/docusaurus/static/img/visualization.svg new file mode 100644 index 0000000..c349406 --- /dev/null +++ b/docusaurus/static/img/visualization.svg @@ -0,0 +1,1244 @@ +<?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: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="visualization.svg" + viewBox="0 0 524.45654 398.89066" + height="398.89066" + width="524.45654" + xml:space="preserve" + id="svg14388" + version="1.1"><metadata + id="metadata14394"><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="defs14392" /><sodipodi:namedview + inkscape:current-layer="g14396" + inkscape:window-maximized="1" + inkscape:window-y="-9" + inkscape:window-x="-9" + inkscape:cy="180.216" + inkscape:cx="301.71006" + inkscape:zoom="1.159419" + showgrid="false" + id="namedview14390" + inkscape:window-height="1001" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#ffffff" /><g + transform="matrix(1.3333333,0,0,-1.3333333,-27.123466,398.89066)" + inkscape:label="ink_ext_XXXXXX" + inkscape:groupmode="layer" + id="g14396"><path + d="m 207.612,174.036 -83.616,48.277 0.25,0.433 83.616,-48.277 -0.25,-0.433" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14400" /><path + d="m 261.656,159.093 -0.25,0.432 43.628,25.171 0.25,-0.433 -43.628,-25.17" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14402" /><path + d="m 120.213,88.2988 -0.25,0.4344 72.239,41.6768 0.25,-0.434 -72.239,-41.6772" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14404" /><path + d="m 99.827,99.823 -79.4844,45.891 0.375,0.217 65.6719,37.888 0.1246,-0.072 65.1279,-37.27 53.401,30.808 0.25,-0.432 -53.65,-30.952 -65.2524,37.342 -65.048,-37.529 78.7344,-45.458 -0.25,-0.433" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14406" /><path + d="m 329.423,79.0641 -0.25,0.4328 78.734,45.4581 -65.173,37.601 0.25,0.432 65.923,-38.033 -0.375,-0.216 -79.109,-45.6749" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14408" /><path + d="m 347.829,81.2852 -93.48,53.9728 0.25,0.434 93.48,-53.9729 -0.25,-0.4339" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14410" /><path + d="m 342.859,162.483 -0.125,0.073 -76.532,44.187 47.735,27.561 0.25,-0.433 -46.985,-27.128 75.657,-43.683 48.749,28.146 0.25,-0.432 -48.999,-28.291" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14412" /><path + d="M 238.501,0 238.376,0.0730469 162.218,44.043 l 0.25,0.434 76.033,-43.898875 72.354,41.774975 0.25,-0.434 L 238.501,0" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14414" /><path + d="m 292.771,235.096 -76.033,43.9 -76.033,-43.9 -0.25,0.433 76.283,44.044 0.125,-0.073 76.158,-43.971 -0.25,-0.433" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14416" /><path + d="m 188.164,60.7262 c 1.293,-0.7461 1.295,-1.9551 0.005,-2.7 -1.289,-0.7453 -3.383,-0.7434 -4.675,0.0027 -1.293,0.7461 -1.295,1.9551 -0.005,2.7 1.29,0.7441 3.383,0.743 4.675,-0.0027" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14502" /><path + d="m 198.491,54.7629 c 1.293,-0.7457 1.295,-1.9539 0.005,-2.6988 -1.29,-0.745 -3.383,-0.7442 -4.676,0.0031 -1.292,0.7457 -1.294,1.9547 -0.005,2.6988 1.29,0.7449 3.383,0.7442 4.676,-0.0031" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14504" /><path + d="m 208.818,48.8012 c 1.292,-0.7461 1.294,-1.9551 0.004,-2.6992 -1.289,-0.745 -3.383,-0.7438 -4.675,0.0031 -1.293,0.7461 -1.295,1.9539 -0.005,2.6988 1.29,0.7449 3.383,0.743 4.676,-0.0027" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14506" /><path + d="m 219.144,42.8391 c 1.293,-0.7461 1.295,-1.9551 0.005,-2.7 -1.29,-0.7442 -3.383,-0.743 -4.676,0.0031 -1.292,0.7469 -1.294,1.9547 -0.004,2.7 1.289,0.7449 3.383,0.743 4.675,-0.0031" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14508" /><path + d="m 300.785,262.198 c 0.182,-0.105 0.347,-0.16 0.495,-0.164 0.15,-0.004 0.272,0.022 0.37,0.079 0.113,0.065 0.173,0.13 0.18,0.196 l -0.056,0.2 -0.173,0.205 -0.17,0.206 -0.047,0.206 c 0.012,0.07 0.079,0.138 0.197,0.206 0.064,0.037 0.141,0.068 0.234,0.093 0.092,0.025 0.192,0.038 0.296,0.039 0.106,10e-4 0.217,-0.012 0.331,-0.039 0.117,-0.026 0.231,-0.072 0.344,-0.137 l 0.173,-0.121 0.124,-0.122 0.064,-0.104 -0.016,-0.063 -0.074,-0.019 -0.085,0.012 -0.041,0.043 -0.051,0.077 -0.088,0.098 -0.154,0.109 c -0.092,0.053 -0.183,0.09 -0.27,0.111 l -0.252,0.03 -0.217,-0.028 -0.162,-0.064 c -0.095,-0.054 -0.142,-0.112 -0.137,-0.172 l 0.077,-0.187 0.181,-0.2 0.164,-0.21 0.022,-0.22 c -0.022,-0.076 -0.1,-0.151 -0.233,-0.228 -0.162,-0.093 -0.346,-0.134 -0.552,-0.121 -0.206,0.012 -0.414,0.079 -0.621,0.199 -0.098,0.056 -0.176,0.113 -0.235,0.17 l -0.128,0.156 -0.034,0.125 0.046,0.076 0.071,0.019 0.063,-0.011 0.032,-0.057 0.026,-0.095 0.089,-0.131 c 0.043,-0.049 0.116,-0.104 0.217,-0.162" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14928" /><path + d="m 302.503,261.03 c -0.106,0.062 -0.185,0.133 -0.235,0.211 l -0.074,0.24 0.082,0.238 c 0.054,0.077 0.132,0.145 0.237,0.206 l 1.212,0.7 0.076,0.019 0.08,-0.019 0.028,-0.044 -0.033,-0.043 -1.212,-0.7 -0.186,-0.163 -0.07,-0.192 0.057,-0.195 0.19,-0.17 c 0.087,-0.05 0.184,-0.086 0.292,-0.109 0.109,-0.022 0.22,-0.033 0.336,-0.032 0.116,0.002 0.227,0.016 0.333,0.041 0.108,0.024 0.201,0.061 0.282,0.107 l 1.216,0.702 0.074,0.018 0.079,-0.02 0.032,-0.043 -0.032,-0.042 -1.217,-0.702 c -0.105,-0.06 -0.224,-0.106 -0.357,-0.137 -0.134,-0.03 -0.273,-0.046 -0.417,-0.047 -0.142,-10e-4 -0.281,0.014 -0.415,0.042 -0.134,0.029 -0.253,0.074 -0.358,0.134" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14930" /><path + d="m 304.492,260.057 c 0.182,-0.105 0.347,-0.159 0.495,-0.163 0.149,-0.005 0.272,0.022 0.37,0.079 0.113,0.065 0.173,0.13 0.18,0.196 l -0.056,0.2 -0.173,0.204 -0.171,0.207 -0.047,0.207 c 0.013,0.068 0.08,0.137 0.198,0.205 0.064,0.037 0.141,0.068 0.233,0.093 0.093,0.025 0.193,0.038 0.297,0.038 0.106,0.002 0.216,-0.011 0.331,-0.037 0.117,-0.028 0.229,-0.073 0.344,-0.139 l 0.172,-0.119 0.125,-0.123 0.063,-0.104 -0.015,-0.063 -0.075,-0.019 -0.084,0.011 -0.041,0.044 -0.051,0.076 -0.088,0.098 -0.154,0.109 c -0.092,0.054 -0.183,0.091 -0.27,0.111 l -0.252,0.03 -0.217,-0.027 -0.162,-0.063 c -0.095,-0.055 -0.142,-0.112 -0.138,-0.173 l 0.078,-0.188 0.181,-0.2 0.164,-0.209 0.022,-0.22 c -0.023,-0.076 -0.101,-0.151 -0.233,-0.228 -0.163,-0.093 -0.346,-0.134 -0.553,-0.121 -0.206,0.012 -0.413,0.079 -0.62,0.199 -0.1,0.056 -0.177,0.113 -0.235,0.169 l -0.128,0.157 -0.034,0.124 0.046,0.077 0.071,0.019 0.062,-0.012 0.033,-0.056 0.026,-0.095 0.089,-0.131 c 0.043,-0.05 0.116,-0.104 0.217,-0.163" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14932" /><path + d="m 306.181,258.907 c -0.137,0.079 -0.234,0.158 -0.29,0.238 l -0.082,0.237 0.101,0.229 c 0.065,0.075 0.153,0.144 0.267,0.209 l 0.519,0.3 c 0.11,0.064 0.229,0.114 0.358,0.151 0.128,0.038 0.259,0.058 0.395,0.061 0.136,0.004 0.274,-0.012 0.413,-0.046 0.141,-0.034 0.278,-0.09 0.414,-0.168 l 0.206,-0.152 0.112,-0.143 0.033,-0.113 -0.039,-0.067 -0.075,-0.017 -0.077,0.019 -0.029,0.05 -0.025,0.084 -0.073,0.112 -0.185,0.139 c -0.207,0.12 -0.422,0.179 -0.645,0.177 -0.222,-10e-4 -0.433,-0.059 -0.632,-0.175 l -0.52,-0.299 c -0.199,-0.115 -0.301,-0.237 -0.305,-0.364 -0.004,-0.128 0.101,-0.253 0.314,-0.376 l 0.249,-0.112 0.204,-0.047 0.149,-0.016 0.092,-0.021 0.029,-0.042 -0.03,-0.042 -0.12,-0.022 -0.198,0.02 c -0.077,0.014 -0.161,0.037 -0.254,0.069 -0.092,0.031 -0.185,0.074 -0.276,0.127" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14934" /><path + d="m 310.289,260.02 0.057,-0.078 -0.056,-0.078 -0.137,-0.034 -0.136,0.032 -0.059,0.082 0.059,0.078 0.133,0.033 z m -0.948,-0.548 0.037,-0.044 -0.033,-0.043 -1.892,-1.093 -0.075,-0.019 -0.081,0.019 -0.028,0.044 0.033,0.044 1.892,1.092 0.076,0.019 0.071,-0.019" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14936" /><path + d="m 310.618,257.864 0.185,0.162 0.068,0.193 -0.056,0.194 -0.183,0.169 c -0.076,0.044 -0.164,0.077 -0.263,0.102 -0.099,0.023 -0.204,0.037 -0.311,0.037 -0.109,0 -0.219,-0.011 -0.331,-0.036 -0.114,-0.026 -0.219,-0.066 -0.318,-0.122 l -0.687,-0.398 -0.091,-0.105 -0.03,-0.163 0.057,-0.183 0.185,-0.169 c 0.081,-0.047 0.177,-0.082 0.288,-0.104 0.11,-0.023 0.223,-0.032 0.337,-0.03 0.115,0.002 0.226,0.016 0.336,0.041 0.109,0.025 0.205,0.061 0.285,0.108 z m -0.533,1.178 0.037,-0.044 -0.033,-0.043 -0.229,-0.132 c 0.133,0.02 0.282,0.021 0.444,0.006 0.163,-0.016 0.318,-0.066 0.466,-0.152 0.106,-0.061 0.186,-0.131 0.239,-0.208 l 0.081,-0.239 -0.08,-0.241 c -0.054,-0.08 -0.134,-0.15 -0.241,-0.212 l -0.528,-0.305 c -0.104,-0.059 -0.223,-0.104 -0.359,-0.134 -0.136,-0.031 -0.276,-0.047 -0.42,-0.048 -0.145,-0.002 -0.285,0.012 -0.42,0.039 -0.136,0.029 -0.256,0.073 -0.359,0.134 -0.133,0.076 -0.22,0.163 -0.261,0.262 -0.039,0.098 -0.04,0.188 10e-4,0.268 l -1.252,-0.723 -0.075,-0.019 -0.081,0.019 -0.03,0.045 0.035,0.042 2.918,1.685 h 0.147" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14938" /><path + d="m 313.056,258.422 0.056,-0.077 -0.055,-0.077 -0.137,-0.034 -0.137,0.031 -0.058,0.081 0.058,0.079 0.134,0.032 z m -0.949,-0.547 0.038,-0.044 -0.033,-0.043 -1.892,-1.093 -0.076,-0.019 -0.081,0.019 -0.027,0.044 0.032,0.043 1.892,1.093 0.076,0.018 0.071,-0.018" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14940" /><path + d="m 313.692,258.03 0.078,0.018 0.069,-0.018 0.034,-0.042 -0.029,-0.045 -0.927,-0.536 0.584,-0.337 0.031,-0.042 -0.036,-0.045 -0.072,-0.018 -0.074,0.018 -0.584,0.337 -1.29,-0.745 c -0.165,-0.095 -0.247,-0.182 -0.243,-0.262 0.002,-0.08 0.094,-0.172 0.272,-0.275 l 0.099,-0.058 0.034,-0.041 -0.034,-0.044 -0.078,-0.02 -0.073,0.018 -0.1,0.057 c -0.208,0.12 -0.317,0.238 -0.329,0.355 -0.011,0.117 0.089,0.236 0.299,0.358 l 2.369,1.367" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path14942" /><path + d="m 300.712,256.239 c 0.182,-0.104 0.348,-0.159 0.496,-0.164 0.148,-0.004 0.271,0.023 0.37,0.08 0.112,0.065 0.172,0.131 0.18,0.196 l -0.058,0.2 -0.172,0.205 -0.171,0.206 -0.046,0.206 c 0.014,0.07 0.08,0.138 0.198,0.206 0.063,0.037 0.141,0.068 0.233,0.093 0.093,0.026 0.193,0.038 0.297,0.039 0.106,0.001 0.216,-0.013 0.331,-0.039 0.115,-0.026 0.23,-0.072 0.343,-0.138 l 0.173,-0.12 0.125,-0.121 0.063,-0.105 -0.014,-0.063 -0.077,-0.019 -0.085,0.012 -0.041,0.043 -0.049,0.076 -0.089,0.099 -0.154,0.108 c -0.092,0.054 -0.183,0.091 -0.27,0.112 l -0.251,0.03 -0.217,-0.027 -0.162,-0.065 c -0.096,-0.054 -0.143,-0.112 -0.139,-0.172 l 0.078,-0.187 0.181,-0.2 0.164,-0.21 0.023,-0.22 c -0.023,-0.075 -0.101,-0.151 -0.234,-0.228 -0.162,-0.093 -0.345,-0.134 -0.552,-0.122 -0.207,0.013 -0.414,0.08 -0.622,0.2 -0.097,0.056 -0.175,0.113 -0.233,0.17 l -0.128,0.156 -0.034,0.125 0.046,0.076 0.07,0.019 0.063,-0.011 0.033,-0.057 0.026,-0.095 0.088,-0.131 c 0.043,-0.05 0.115,-0.104 0.217,-0.163" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path15006" /><path + d="m 300.21,250.474 -0.075,-0.02 -0.081,0.019 -0.03,0.046 0.036,0.042 1.891,1.093 h 0.148 l 0.036,-0.044 -0.032,-0.044 -0.23,-0.132 c 0.133,0.02 0.281,0.021 0.444,0.006 0.162,-0.016 0.318,-0.067 0.465,-0.152 0.108,-0.061 0.187,-0.131 0.24,-0.208 l 0.081,-0.239 -0.081,-0.241 c -0.052,-0.079 -0.133,-0.15 -0.24,-0.211 l -1.213,-0.7 -0.082,-0.021 -0.072,0.02 -0.031,0.041 0.035,0.047 1.212,0.7 0.184,0.161 0.069,0.193 -0.057,0.195 -0.182,0.169 c -0.076,0.043 -0.164,0.076 -0.263,0.101 -0.099,0.024 -0.203,0.036 -0.312,0.037 -0.108,0.001 -0.218,-0.011 -0.331,-0.036 -0.113,-0.025 -0.219,-0.066 -0.316,-0.122 l -1.213,-0.7" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path15082" /><path + d="m 194.939,113.321 -2.788,-1.611 -22.249,-7.412 -3.195,1.846 22.104,7.361 -6.362,3.673 2.904,1.677 9.586,-5.534" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16384" /><path + d="m 186.166,102.488 -1.888,-1.09 c -1.452,-0.838 -1.337,-1.5089 -0.319,-2.096 1.016,-0.5872 2.179,-0.654 3.631,0.1851 l 4.472,2.5819 c 1.454,0.839 1.366,1.526 0.348,2.113 -1.015,0.587 -2.207,0.637 -3.659,-0.201 l -0.609,-0.353 -3.021,1.744 12.373,6.473 8.423,-4.863 -2.904,-1.677 -5.548,3.203 -5.112,-2.649 c 1.54,0.218 2.992,-0.017 4.27,-0.755 2.353,-1.359 1.889,-3.002 -1.103,-4.729 l -4.532,-2.616 c -3.253,-1.8781 -6.738,-2.0129 -9.877,-0.2008 -3.136,1.8109 -2.903,3.8228 0.35,5.7008 l 1.684,0.973 3.021,-1.744" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16386" /><path + d="m 203.128,88.5359 c -0.9,-0.5187 -0.9,-0.9558 -0.233,-1.341 0.64,-0.3687 1.423,-0.3859 2.324,0.1332 l 6.97,4.0258 c 0.901,0.5191 0.872,0.9731 0.233,1.3422 -0.667,0.384 -1.422,0.3848 -2.323,-0.1352 z m -2.644,10.1121 c -0.9,-0.5199 -0.899,-0.955 -0.231,-1.341 0.639,-0.3691 1.422,-0.3859 2.322,0.134 l 6.972,4.025 c 0.9,0.52 0.871,0.972 0.232,1.341 -0.668,0.386 -1.424,0.386 -2.324,-0.134 z m 7.437,-4.9968 c 2.091,1.2078 4.327,1.2578 6.331,0.1008 2.005,-1.1571 1.917,-2.4489 -0.174,-3.6559 l -6.681,-3.857 c -2.09,-1.2071 -4.327,-1.2582 -6.332,-0.1012 -2.004,1.157 -1.917,2.448 0.175,3.6562 z m -2.644,10.1118 c 2.091,1.207 4.327,1.258 6.332,0.101 2.004,-1.158 1.917,-2.449 -0.173,-3.657 l -6.681,-3.8558 c -2.091,-1.2082 -4.328,-1.2582 -6.332,-0.1012 -2.005,1.1578 -1.917,2.4488 0.174,3.6559 z m 14.203,-4.611 1.888,-1.0899 -28.348,-7.1101 -1.887,1.089 28.347,7.111" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16388" /><path + d="m 237.604,249.237 -1.425,-0.823 c -1.098,-0.634 -1.01,-1.14 -0.242,-1.584 0.768,-0.443 1.646,-0.493 2.743,0.14 l 3.378,1.951 c 1.096,0.633 1.031,1.152 0.263,1.595 -0.768,0.443 -1.668,0.482 -2.764,-0.152 l -0.461,-0.266 -2.282,1.318 9.346,4.889 6.36,-3.673 -2.193,-1.267 -4.189,2.419 -3.862,-2.002 c 1.163,0.165 2.26,-0.012 3.225,-0.569 1.777,-1.026 1.426,-2.267 -0.834,-3.572 l -3.422,-1.975 c -2.457,-1.419 -5.088,-1.521 -7.457,-0.152 -2.369,1.368 -2.194,2.887 0.263,4.306 l 1.272,0.735 2.281,-1.318" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16390" /><path + d="m 256.028,248.276 c -0.767,0.443 -1.666,0.481 -2.763,-0.152 l -1.645,-0.95 -2.281,1.317 1.491,0.861 c 2.457,1.418 5.089,1.52 7.458,0.152 2.369,-1.367 2.193,-2.888 -0.264,-4.306 -4.826,-2.786 -11.427,-1.051 -13.951,-2.508 -0.109,-0.063 -0.219,-0.127 -0.306,-0.202 l 4.562,-2.634 -2.193,-1.267 -6.976,4.027 1.887,1.089 c 4.518,2.61 10.046,0.279 14.476,2.837 1.382,0.798 1.273,1.293 0.505,1.736" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16392" /><path + d="m 259.098,233.686 c -0.68,-0.392 -0.68,-0.721 -0.175,-1.012 0.481,-0.279 1.074,-0.291 1.754,0.101 l 5.264,3.04 c 0.681,0.392 0.659,0.734 0.177,1.012 -0.505,0.292 -1.075,0.292 -1.756,-0.1 z m -1.997,7.638 c -0.68,-0.392 -0.678,-0.722 -0.174,-1.013 0.482,-0.279 1.074,-0.291 1.754,0.101 l 5.265,3.04 c 0.68,0.392 0.657,0.734 0.175,1.013 -0.504,0.291 -1.075,0.291 -1.755,-0.101 z m 5.616,-3.774 c 1.579,0.912 3.269,0.95 4.783,0.075 1.513,-0.873 1.446,-1.848 -0.133,-2.761 l -5.046,-2.912 c -1.579,-0.912 -3.267,-0.95 -4.78,-0.077 -1.514,0.875 -1.449,1.85 0.13,2.762 z m -1.995,7.636 c 1.579,0.912 3.267,0.951 4.781,0.077 1.514,-0.874 1.448,-1.85 -0.131,-2.762 l -5.046,-2.912 c -1.579,-0.912 -3.268,-0.95 -4.782,-0.076 -1.514,0.874 -1.447,1.849 0.132,2.76 z m 10.726,-3.482 1.426,-0.823 -21.41,-5.37 -1.426,0.823 21.41,5.37" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16394" /><path + d="m 377.989,90.8391 2.988,-1.7243 c 1.185,-0.6847 2.133,-0.6296 2.963,-0.1507 0.83,0.4789 0.925,1.0269 -0.26,1.7109 l -2.989,1.725 c -1.185,0.684 -2.156,0.6422 -2.985,0.1641 -0.83,-0.4801 -0.902,-1.0403 0.283,-1.725 z m -8.272,1.7648 c -2.798,1.6152 -3.034,3.2301 -0.332,4.791 2.56,1.4781 5.404,1.3692 8.059,-0.164 l 0.427,-0.2457 -2.465,-1.4243 -0.593,0.343 c -1.184,0.6832 -2.157,0.6422 -2.987,0.1641 -0.925,-0.534 -0.995,-1.0961 0.593,-2.0129 l 3.034,-1.752 c -0.498,0.809 -0.213,1.5739 0.948,2.2449 1.921,1.109 4.244,0.8899 6.686,-0.5199 l 3.034,-1.7519 c 2.655,-1.5321 2.774,-3.2172 0.214,-4.6953 -2.561,-1.4778 -5.477,-1.409 -8.132,0.123 l -8.486,4.9" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16396" /><path + d="m 390.719,96.5449 -6.14,3.5451 3.556,-5.0369 z m -4.979,-2.8738 -6.471,9.2119 2.844,1.643 11.213,-6.4748 1.233,0.7117 2.371,-1.3688 -1.233,-0.7109 3.011,-1.7383 -2.607,-1.5058 -3.011,1.7379 -4.979,-2.8739 -2.371,1.368" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16398" /><path + d="m 408.449,103.361 c 0.735,-0.424 1.351,-0.424 1.897,-0.11 0.521,0.302 0.545,0.671 -0.19,1.095 l -5.69,3.285 c -0.736,0.425 -1.374,0.411 -1.896,0.11 -0.546,-0.315 -0.547,-0.67 0.19,-1.095 z m -7.231,2.258 c -1.706,0.986 -1.777,2.04 -0.142,2.984 1.637,0.944 3.462,0.903 5.168,-0.082 l 5.453,-3.149 c 1.707,-0.985 1.778,-2.039 0.143,-2.983 -1.637,-0.944 -3.462,-0.903 -5.169,0.082 z m -7.775,5.448 1.541,0.889 10.052,-13.358 -1.541,-0.8902 z m 0.711,-8.951 c 0.736,-0.425 1.352,-0.425 1.897,-0.11 0.521,0.301 0.546,0.67 -0.19,1.095 l -5.69,3.285 c -0.735,0.424 -1.374,0.41 -1.896,0.109 -0.545,-0.315 -0.546,-0.67 0.189,-1.094 z m -7.23,2.257 c -1.707,0.987 -1.779,2.04 -0.143,2.985 1.636,0.944 3.461,0.903 5.168,-0.082 l 5.453,-3.149 c 1.706,-0.985 1.778,-2.039 0.142,-2.983 -1.636,-0.944 -3.462,-0.903 -5.167,0.081 l -5.453,3.148" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16400" /><path + d="m 126.523,186.856 c 1.733,1 1.286,1.707 0.673,2.46 l 1.509,0.872 14.273,-8.241 -2.243,-1.296 -10.888,6.287 -1.733,-1.001 -1.591,0.919" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16402" /><path + d="m 143.1,187.338 1.325,-0.765 c 1.021,-0.589 1.836,-0.541 2.55,-0.129 0.714,0.411 0.795,0.883 -0.226,1.471 l -3.138,1.813 c -1.021,0.589 -1.856,0.554 -2.57,0.141 -0.713,-0.412 -0.775,-0.894 0.246,-1.483 l 0.427,-0.247 -2.12,-1.225 -7.872,5.016 5.913,3.414 2.039,-1.177 -3.894,-2.249 3.222,-2.072 c -0.264,0.624 0.021,1.213 0.918,1.731 1.652,0.953 3.65,0.765 5.75,-0.448 l 3.181,-1.837 c 2.283,-1.318 2.446,-2.731 0.244,-4.002 -2.202,-1.272 -4.649,-1.177 -6.932,0.141 l -1.184,0.683 2.121,1.224" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16404" /><path + d="m 160.065,194.213 c 0.632,-0.365 1.163,-0.365 1.632,-0.094 0.449,0.259 0.468,0.577 -0.163,0.942 l -4.894,2.826 c -0.633,0.365 -1.183,0.353 -1.632,0.094 -0.468,-0.271 -0.469,-0.577 0.164,-0.942 z m -6.219,1.944 c -1.469,0.847 -1.528,1.753 -0.122,2.566 1.407,0.811 2.976,0.776 4.444,-0.071 l 4.69,-2.708 c 1.468,-0.848 1.53,-1.754 0.123,-2.567 -1.406,-0.812 -2.978,-0.776 -4.445,0.072 z m -6.688,4.685 1.325,0.765 8.646,-11.49 -1.326,-0.766 z m 0.613,-7.7 c 0.632,-0.364 1.161,-0.365 1.63,-0.094 0.449,0.259 0.47,0.577 -0.162,0.942 l -4.894,2.825 c -0.633,0.366 -1.183,0.353 -1.632,0.095 -0.468,-0.271 -0.468,-0.577 0.164,-0.942 z m -6.22,1.943 c -1.469,0.847 -1.529,1.754 -0.122,2.566 1.407,0.812 2.976,0.777 4.445,-0.071 l 4.689,-2.707 c 1.468,-0.847 1.53,-1.755 0.123,-2.567 -1.407,-0.813 -2.978,-0.776 -4.445,0.071 l -4.69,2.708" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16406" /><path + d="m 54.666,150.479 c -3.1555,1.822 -8.2707,1.822 -11.4262,0 -3.1546,-1.821 -3.1546,-4.775 4e-4,-6.596 3.1551,-1.822 8.2707,-1.822 11.4254,0 3.1555,1.821 3.1555,4.775 4e-4,6.596" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16408" /><path + d="m 70.4469,160.507 c -2.5504,1.472 -6.6848,1.472 -9.2352,0 -2.55,-1.473 -2.55,-3.86 4e-4,-5.332 2.55,-1.472 6.6844,-1.472 9.2344,0 2.5504,1.472 2.5504,3.859 4e-4,5.332" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16410" /><path + d="m 73.173,170.411 c -2.0925,-1.208 -2.0925,-3.167 0,-4.375 2.0926,-1.208 5.4848,-1.208 7.5774,0 2.0922,1.208 2.0922,3.167 -4e-4,4.375 -2.0926,1.208 -5.4848,1.208 -7.577,0" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16412" /><path + d="m 71.6488,144.279 c -1.6578,-0.957 -4.3558,-0.957 -6.014,0 -1.6582,0.957 -1.6578,2.515 0,3.472 1.6578,0.957 4.3554,0.958 6.0136,0 1.6582,-0.957 1.6582,-2.515 4e-4,-3.472 z m -6.484,3.744 c -1.9171,-1.107 -1.9175,-2.908 -3e-4,-4.015 1.9171,-1.107 5.0371,-1.107 6.9543,0 1.9171,1.106 1.9167,2.908 -4e-4,4.015 -1.9172,1.107 -5.0368,1.106 -6.9536,0" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16414" /><path + d="m 91.2855,153.345 c -2.7425,-1.584 -7.2054,-1.584 -9.9488,0 -2.7429,1.584 -2.7422,4.16 8e-4,5.744 2.743,1.584 7.2051,1.584 9.948,0 2.743,-1.584 2.7434,-4.16 0,-5.744 z m -10.4183,6.015 c -3.002,-1.733 -3.0024,-4.553 -4e-4,-6.286 3.002,-1.734 7.8867,-1.734 10.8891,0 3.0019,1.733 3.0015,4.553 -4e-4,6.286 -3.002,1.733 -7.8864,1.733 -10.8883,0" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16416" /><path + d="m 63.5219,146.655 -6.1746,0.366 c -0.0129,-0.223 -0.0496,-0.446 -0.1153,-0.667 l 6.1672,-0.365 c -0.0031,0.224 0.041,0.447 0.1227,0.666" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16418" /><path + d="m 67.3598,148.942 c 0.3781,0.054 0.7613,0.09 1.1496,0.095 l -1.1774,4.949 c -0.38,-0.049 -0.7644,-0.074 -1.1519,-0.086 l 1.1797,-4.958" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16420" /><path + d="m 78.743,165.118 3.755,-4.822 c 0.3442,0.107 0.6997,0.196 1.0622,0.272 l -3.7571,4.824 c -0.3402,-0.114 -0.6937,-0.204 -1.0601,-0.274" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16422" /><path + d="m 78.4617,157.178 -5.8074,0.46 c -0.0195,-0.224 -0.0637,-0.445 -0.1484,-0.665 l 5.8019,-0.46 c 0.0246,0.223 0.0738,0.445 0.1539,0.665" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16424" /><path + d="m 60.2305,107.048 c -1.7285,-0.998 -1.7285,-2.616 0,-3.614 1.7289,-0.999 4.532,-0.999 6.2605,0 1.7289,0.998 1.7289,2.616 0,3.614 -1.7285,0.998 -4.5316,0.998 -6.2605,0" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16426" /><path + d="m 67.6715,102.752 c -2.3809,-1.374 -6.2406,-1.374 -8.6211,0 -0.2863,0.165 -0.5363,0.344 -0.7539,0.531 -0.1832,0.158 -0.3371,0.323 -0.4719,0.492 -1.0308,1.299 -0.6269,2.885 1.2258,3.955 1.8527,1.069 4.5988,1.303 6.8488,0.707 0.2934,-0.077 0.5797,-0.166 0.8531,-0.272 0.3239,-0.126 0.6329,-0.27 0.9192,-0.435 2.3805,-1.375 2.3805,-3.603 0,-4.978 z m 2.6332,6.742 c -1.2102,0.659 -2.6274,1.117 -4.1301,1.367 -1.1937,0.198 -2.4371,0.267 -3.6664,0.207 -2.3023,-0.111 -4.5512,-0.673 -6.3129,-1.69 -1.7617,-1.017 -2.7344,-2.316 -2.9273,-3.645 -0.1035,-0.709 0.0152,-1.427 0.359,-2.117 0.4328,-0.867 1.2261,-1.686 2.3675,-2.384 l 0.2008,-0.128 c 0.9047,-0.523 2.561,-1.044 4.5723,-1.538 6.7883,-1.6691 17.659,-3.0238 17.659,-3.0238 0,0 -2.3469,6.2768 -5.236,10.1958 -0.8562,1.161 -1.7593,2.118 -2.664,2.64 l -0.2219,0.116" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16428" /><path + d="m 373.162,132.655 c -1.729,-0.998 -1.729,-2.616 0,-3.614 1.728,-0.998 4.531,-0.998 6.26,0 1.729,0.998 1.729,2.616 0,3.614 -1.729,0.999 -4.532,0.999 -6.26,0" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16430" /><path + d="m 380.602,128.359 c -2.38,-1.374 -6.24,-1.374 -8.621,0 -0.286,0.166 -0.536,0.344 -0.753,0.531 -0.184,0.158 -0.338,0.323 -0.472,0.493 -1.031,1.299 -0.627,2.884 1.225,3.954 1.853,1.07 4.599,1.303 6.849,0.708 0.294,-0.078 0.58,-0.167 0.853,-0.273 0.324,-0.125 0.633,-0.27 0.919,-0.435 2.381,-1.375 2.381,-3.603 0,-4.978 z m 2.634,6.742 c -1.21,0.659 -2.628,1.117 -4.13,1.367 -1.194,0.199 -2.438,0.267 -3.667,0.207 -2.302,-0.111 -4.551,-0.673 -6.313,-1.69 -1.761,-1.017 -2.734,-2.315 -2.927,-3.645 -0.103,-0.709 0.015,-1.427 0.359,-2.116 0.433,-0.868 1.226,-1.686 2.368,-2.385 l 0.2,-0.128 c 0.905,-0.522 2.562,-1.044 4.573,-1.538 6.788,-1.668 17.659,-3.023 17.659,-3.023 0,0 -2.347,6.276 -5.236,10.195 -0.857,1.162 -1.76,2.118 -2.664,2.64 l -0.222,0.116" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16432" /><path + d="m 265.268,112.499 c 2.145,-1.238 2.145,-3.246 0,-4.485 -2.145,-1.238 -5.623,-1.238 -7.768,0 -2.146,1.239 -2.146,3.247 -10e-4,4.485 2.146,1.239 5.624,1.239 7.769,0" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16434" /><path + d="m 256.035,113.345 c 0.355,0.205 0.738,0.384 1.141,0.54 0.339,0.131 0.694,0.242 1.058,0.338 2.792,0.738 6.199,0.449 8.498,-0.878 2.299,-1.327 2.8,-3.295 1.521,-4.907 -0.167,-0.21 -0.358,-0.415 -0.586,-0.611 -0.269,-0.232 -0.58,-0.453 -0.935,-0.658 -2.954,-1.706 -7.743,-1.706 -10.697,0 -2.954,1.705 -2.954,4.47 0,6.176 z m -3.543,2.045 c -1.122,-0.648 -2.243,-1.835 -3.305,-3.275 -3.585,-4.863 -6.497,-12.6509 -6.497,-12.6509 0,0 13.488,1.6809 21.911,3.7509 2.496,0.613 4.551,1.26 5.674,1.908 l 0.248,0.159 c 1.417,0.867 2.401,1.882 2.938,2.959 0.427,0.855 0.574,1.746 0.446,2.627 -0.24,1.649 -1.446,3.26 -3.632,4.522 -2.186,1.262 -4.977,1.959 -7.833,2.097 -1.526,0.074 -3.069,-0.01 -4.55,-0.257 -1.864,-0.31 -3.623,-0.878 -5.124,-1.696 -0.091,-0.049 -0.187,-0.093 -0.276,-0.144" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16436" /><path + d="m 304.779,155.873 -1.157,-2.789 -3.991,-1.706 -4.957,0.173 -3.604,1.973 -0.565,2.849 2.74,2.392 4.761,0.816 4.555,-1.143 z m 5.592,4.322 1.661,2.002 -3.269,1.789 -3.374,-1.064 -3.427,0.859 -0.957,2.15 -4.496,0.158 -1.4,-2.068 -3.582,-0.613 -3.126,1.292 -3.62,-1.548 1.23,-2.104 -2.061,-1.799 -3.833,-0.17 -1.05,-2.53 3.284,-1.155 0.424,-2.143 -2.747,-1.553 2.012,-2.327 3.801,0.334 2.712,-1.484 -0.375,-2.21 4.132,-1.036 2.54,1.667 3.729,-0.131 2.173,-1.831 4.319,0.739 0.09,2.22 3.002,1.284 3.704,-0.597 2.484,2.169 -2.401,1.734 0.87,2.098 3.502,0.917 -0.513,2.584 -3.769,0.437 -1.669,1.93" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16438" /><path + d="m 301.334,136.857 -1.888,-2.234 -4.07,-0.809 -3.87,1.09 -1.401,2.351 1.887,2.234 4.072,0.809 3.869,-1.09 z m -1.803,6.902 -0.919,1.946 -4.056,0.134 -1.298,-1.873 -3.052,-0.614 -3.033,1.001 -3.033,-1.562 1.376,-1.854 -1.406,-1.681 -3.37,-0.53 -0.232,-2.342 3.243,-0.749 1.065,-1.763 -1.734,-1.751 2.704,-1.751 3.211,0.795 2.911,-0.812 0.919,-1.946 4.056,-0.134 1.298,1.873 3.053,0.614 3.032,-1.001 3.033,1.562 -1.376,1.854 1.406,1.68 3.37,0.531 0.233,2.342 -3.244,0.749 -1.064,1.763 1.733,1.751 -2.704,1.751 -3.211,-0.795 -2.911,0.812" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16440" /><path + d="m 376.808,161.364 3.113,0.486 2.925,-0.784 1.368,-1.685 -0.828,-1.799 -2.638,-1.071 -3.212,0.158 -2.285,1.314 -0.287,1.854 z m -6.005,0.498 -2.492,-0.075 -0.752,-1.632 2.099,-0.78 0.217,-1.395 -1.826,-0.983 1.241,-1.529 2.476,0.182 1.719,-0.988 -0.305,-1.431 2.654,-0.71 1.694,1.058 2.417,-0.119 1.359,-1.209 2.824,0.44 0.12,1.44 1.984,0.805 2.387,-0.421 1.673,1.385 -1.511,1.147 0.624,1.354 2.297,0.563 -0.26,1.682 -2.435,0.318 -1.029,1.268 1.133,1.284 -2.072,1.192 -2.219,-0.66 -2.201,0.589 -0.561,1.405 -2.914,0.143 -0.966,-1.329 -2.342,-0.365 -1.993,0.868 -2.392,-0.972 0.739,-1.376 -1.387,-1.149" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16442" /><path + d="m 396.654,166.138 2.792,0.072 2.063,-1.088 0.126,-1.613 -1.885,-1.191 -2.792,-0.073 -2.064,1.089 -0.126,1.612 z m -6.254,-2.738 -1.636,-0.907 1.127,-1.377 2.252,0.155 1.556,-0.814 -0.047,-1.309 2.484,-0.513 1.403,1.029 2.097,0.059 1.57,-0.944 2.385,0.651 -0.268,1.3 1.41,0.898 2.267,-0.027 0.889,1.434 -1.782,0.81 -0.103,1.211 1.636,0.907 -1.128,1.377 -2.252,-0.155 -1.555,0.814 0.046,1.309 -2.484,0.513 -1.403,-1.029 -2.096,-0.059 -1.571,0.944 -2.384,-0.651 0.268,-1.3 -1.41,-0.898 -2.268,0.027 -0.888,-1.434 1.782,-0.81 0.103,-1.211" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16444" /><path + d="m 148.634,158.799 -1.598,1.421 -2.842,0.141 -1.993,-1.245 -3.119,0.836 0.358,1.682 -2.021,1.162 -2.911,-0.214 -1.46,1.798 2.147,1.155 -0.254,1.64 -2.468,0.917 0.883,1.919 2.931,0.089 1.631,1.35 -0.87,1.619 2.813,1.142 2.344,-1.02 2.753,0.429 1.136,1.563 3.426,-0.169 0.66,-1.652 2.587,-0.692 2.609,0.775 2.437,-1.401 -1.333,-1.51 1.21,-1.49 2.863,-0.375 0.306,-1.977 -2.701,-0.662 -0.733,-1.592 1.776,-1.349 -1.967,-1.628 -2.806,0.496 -2.333,-0.948 -0.141,-1.692 -3.32,-0.518 m -1.627,11.286 -3.66,-0.571 -2.168,-1.795 0.338,-2.18 2.686,-1.545 3.777,-0.186 3.101,1.259 0.974,2.115 -1.609,1.982 -3.439,0.921" + style="fill:#cececd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16446" /><path + d="m 211.565,285.297 -2.72,-0.906 0.476,-0.275 -3.537,-2.043 -0.56,0.324 -0.165,-0.095 0.561,-0.323 -15.584,-8.998 -0.561,0.323 -0.165,-0.095 0.561,-0.323 -15.584,-8.998 -0.561,0.324 -0.165,-0.096 0.561,-0.323 -15.568,-8.988 -5.262,3.038 0.123,0.071 -0.165,0.095 -0.123,-0.071 -5.278,3.048 0.122,0.07 -0.164,0.096 -0.123,-0.071 -5.278,3.048 0.122,0.07 -0.165,0.095 -0.122,-0.071 -3.01,1.738 0.476,0.275 -2.719,0.906 1.57,-1.57 0.475,0.275 19.522,-11.27 50.964,29.425 0.476,-0.275 1.57,1.57" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16448" /><path + d="m 166.803,268.209 -0.165,-0.095 0.659,-0.381 0.165,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16450" /><path + d="m 165.814,268.78 -0.165,-0.095 0.659,-0.381 0.165,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16452" /><path + d="m 167.792,267.638 -0.165,-0.095 0.659,-0.381 0.165,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16454" /><path + d="m 173.232,264.307 0.165,0.095 -0.66,0.381 -0.165,-0.095 0.66,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16456" /><path + d="m 169.77,266.496 -0.165,-0.095 0.66,-0.381 0.164,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16458" /><path + d="m 153.977,275.614 -0.165,-0.095 0.627,-0.362 0.165,0.095 -0.627,0.362" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16460" /><path + d="m 170.759,265.925 -0.165,-0.095 0.66,-0.381 0.165,0.095 -0.66,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16462" /><path + d="m 171.748,265.354 -0.165,-0.095 0.66,-0.381 0.165,0.095 -0.66,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16464" /><path + d="m 162.352,270.588 0.165,0.096 -0.659,0.38 -0.165,-0.095 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16466" /><path + d="m 158.396,272.873 0.165,0.095 -0.423,0.244 0.215,0.124 -0.165,0.095 -0.215,-0.124 -0.072,0.041 -0.165,-0.095 0.072,-0.041 -0.279,-0.162 0.165,-0.095 0.279,0.162 0.423,-0.244" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16468" /><path + d="m 164.495,269.541 -0.659,0.381 -0.165,-0.095 0.659,-0.381 0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16470" /><path + d="m 160.868,271.635 -0.164,-0.095 0.659,-0.381 0.165,0.096 -0.66,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16472" /><path + d="m 156.912,273.92 -0.165,-0.096 0.66,-0.38 0.165,0.095 -0.66,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16474" /><path + d="m 155.923,274.491 -0.165,-0.096 0.66,-0.38 0.164,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16476" /><path + d="m 159.879,272.206 -0.164,-0.095 0.659,-0.381 0.165,0.096 -0.66,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16478" /><path + d="m 158.89,272.777 -0.165,-0.095 0.66,-0.38 0.165,0.095 -0.66,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16480" /><path + d="m 154.934,275.062 -0.165,-0.096 0.66,-0.38 0.164,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16482" /><path + d="m 181.068,277.968 0.165,0.095 -0.659,0.381 -0.165,-0.095 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16484" /><path + d="m 185.519,275.589 -0.165,-0.096 0.659,-0.38 0.165,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16486" /><path + d="m 184.773,276.019 0.292,0.168 -0.165,0.095 -0.291,-0.168 -0.079,0.046 -0.165,-0.096 0.079,-0.045 -0.203,-0.117 0.165,-0.095 0.203,0.117 0.415,-0.24 0.165,0.095 -0.416,0.24" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16488" /><path + d="m 187.497,274.446 -0.165,-0.094 0.66,-0.381 0.164,0.095 -0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16490" /><path + d="m 186.508,275.018 -0.165,-0.096 0.659,-0.38 0.165,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16492" /><path + d="m 184.035,276.255 0.165,0.095 -0.659,0.381 -0.165,-0.095 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16494" /><path + d="m 188.981,273.4 0.164,0.095 -0.659,0.38 -0.165,-0.095 0.66,-0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16496" /><path + d="m 172.661,283.013 -0.165,-0.096 0.659,-0.381 0.165,0.096 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16498" /><path + d="m 183.046,276.826 0.165,0.095 -0.659,0.381 -0.165,-0.095 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16500" /><path + d="m 179.584,279.015 -0.164,-0.095 0.659,-0.381 0.165,0.095 -0.66,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16502" /><path + d="m 171.672,283.584 -0.165,-0.096 0.659,-0.381 0.165,0.096 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16504" /><path + d="m 169.725,284.707 -0.164,-0.095 0.627,-0.362 0.165,0.095 -0.628,0.362" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16506" /><path + d="m 170.683,284.154 -0.165,-0.095 0.659,-0.38 0.165,0.095 -0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16508" /><path + d="m 174.145,281.965 0.164,0.096 -0.422,0.244 0.291,0.168 -0.165,0.095 -0.291,-0.168 -0.072,0.041 -0.165,-0.095 0.072,-0.041 -0.203,-0.117 0.165,-0.096 0.203,0.117 0.423,-0.244" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16510" /><path + d="m 176.617,280.728 -0.165,-0.095 0.66,-0.381 0.165,0.095 -0.66,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16512" /><path + d="m 178.101,279.681 0.165,0.096 -0.66,0.38 -0.165,-0.095 0.66,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16514" /><path + d="m 182.057,277.397 0.165,0.095 -0.659,0.381 -0.165,-0.095 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16516" /><path + d="m 175.134,281.395 0.164,0.094 -0.659,0.381 -0.165,-0.095 0.66,-0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16518" /><path + d="m 190.388,290.963 -0.165,-0.095 0.659,-0.381 0.165,0.095 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16520" /><path + d="m 193.85,288.774 0.164,0.095 -0.659,0.381 -0.165,-0.095 0.66,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16522" /><path + d="m 199.784,285.348 0.165,0.095 -0.66,0.38 -0.164,-0.094 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16524" /><path + d="m 203.246,283.539 -0.165,-0.095 0.659,-0.38 0.165,0.095 -0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16526" /><path + d="m 204.729,282.493 0.165,0.095 -0.659,0.38 -0.165,-0.095 0.659,-0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16528" /><path + d="m 191.871,289.916 0.165,0.095 -0.659,0.381 -0.165,-0.095 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16530" /><path + d="m 188.904,291.629 0.165,0.096 -0.659,0.38 -0.165,-0.095 0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16532" /><path + d="m 201.268,284.681 -0.165,-0.095 0.659,-0.381 0.165,0.096 -0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16534" /><path + d="m 187.421,292.676 -0.165,-0.095 0.659,-0.381 0.165,0.096 -0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16536" /><path + d="m 202.257,284.111 -0.165,-0.096 0.659,-0.381 0.165,0.096 -0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16538" /><path + d="m 197.806,286.49 0.165,0.095 -0.66,0.381 -0.165,-0.095 0.66,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16540" /><path + d="m 200.522,285.112 0.368,0.212 -0.165,0.095 -0.368,-0.212 -0.078,0.045 -0.165,-0.095 0.079,-0.045 -0.127,-0.073 0.165,-0.096 0.126,0.074 0.416,-0.24 0.165,0.095 -0.416,0.24" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16542" /><path + d="m 198.795,285.919 0.165,0.095 -0.66,0.381 -0.164,-0.096 0.659,-0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16544" /><path + d="m 195.333,288.108 -0.165,-0.095 0.66,-0.381 0.165,0.095 -0.66,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16546" /><path + d="m 196.817,287.061 0.165,0.095 -0.66,0.381 -0.165,-0.096 0.66,-0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16548" /><path + d="m 192.861,289.345 0.164,0.095 -0.659,0.381 -0.165,-0.095 0.66,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16550" /><path + d="m 185.474,293.8 -0.165,-0.095 0.628,-0.362 0.165,0.095 -0.628,0.362" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16552" /><path + d="m 174.185,269.905 -0.165,0.096 -0.659,-0.381 0.165,-0.095 0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16554" /><path + d="m 175.174,270.477 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16556" /><path + d="m 176.163,271.048 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16558" /><path + d="m 172.207,268.764 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16560" /><path + d="m 171.218,268.193 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16562" /><path + d="m 177.152,271.619 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16564" /><path + d="m 173.196,269.335 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16566" /><path + d="m 170.229,267.621 -0.165,0.096 -0.659,-0.381 0.164,-0.095 0.66,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16568" /><path + d="m 177.482,271.809 0.659,0.381 -0.164,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16570" /><path + d="m 198.252,283.801 0.66,0.381 -0.165,0.095 -0.659,-0.381 0.164,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16572" /><path + d="m 199.242,284.372 0.659,0.381 -0.165,0.095 -0.659,-0.38 0.165,-0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16574" /><path + d="m 197.263,283.23 0.66,0.381 -0.165,0.095 -0.659,-0.381 0.164,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16576" /><path + d="m 178.471,272.38 0.659,0.381 -0.164,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16578" /><path + d="m 179.46,272.951 0.66,0.381 -0.165,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16580" /><path + d="m 165.119,264.861 -0.66,-0.381 0.165,-0.094 0.66,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16582" /><path + d="m 166.108,265.432 -0.66,-0.38 0.165,-0.095 0.66,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16584" /><path + d="m 196.274,282.659 0.66,0.381 -0.165,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16586" /><path + d="m 167.097,266.004 -0.66,-0.381 0.165,-0.096 0.66,0.381 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16588" /><path + d="m 164.13,264.29 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16590" /><path + d="m 202.703,286.561 -0.659,-0.38 0.165,-0.095 0.659,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16592" /><path + d="m 155.228,259.151 -0.659,-0.381 0.164,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16594" /><path + d="m 201.714,285.99 -0.659,-0.38 0.165,-0.096 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16596" /><path + d="m 157.206,260.293 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16598" /><path + d="m 156.217,259.722 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16600" /><path + d="m 153.744,258.104 0.66,0.38 -0.165,0.096 -0.659,-0.381 0.164,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16602" /><path + d="m 160.173,262.006 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16604" /><path + d="m 161.162,262.577 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16606" /><path + d="m 163.141,263.719 -0.66,-0.38 0.165,-0.096 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16608" /><path + d="m 162.151,263.148 -0.659,-0.38 0.165,-0.096 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16610" /><path + d="m 183.416,275.236 0.66,0.38 -0.165,0.095 -0.659,-0.381 0.164,-0.094" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16612" /><path + d="m 181.438,274.093 0.66,0.381 -0.165,0.095 -0.66,-0.38 0.165,-0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16614" /><path + d="m 192.318,280.375 0.659,0.381 -0.164,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16616" /><path + d="m 193.307,280.946 0.66,0.381 -0.165,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16618" /><path + d="m 187.373,277.52 0.659,0.38 -0.165,0.096 -0.659,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16620" /><path + d="m 188.362,278.091 0.659,0.38 -0.165,0.096 -0.659,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16622" /><path + d="m 191.329,279.804 0.659,0.381 -0.164,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16624" /><path + d="m 190.34,279.233 0.659,0.381 -0.165,0.095 -0.659,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16626" /><path + d="m 189.351,278.662 0.659,0.381 -0.165,0.095 -0.659,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16628" /><path + d="m 195.285,282.088 0.66,0.381 -0.165,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16630" /><path + d="m 180.449,273.522 0.66,0.381 -0.165,0.095 -0.66,-0.38 0.165,-0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16632" /><path + d="m 186.384,276.948 0.659,0.381 -0.165,0.096 -0.659,-0.381 0.165,-0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16634" /><path + d="m 182.427,274.664 0.66,0.381 -0.165,0.095 -0.659,-0.38 0.164,-0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16636" /><path + d="m 185.395,276.378 0.659,0.38 -0.165,0.096 -0.659,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16638" /><path + d="m 194.296,281.517 0.66,0.381 -0.165,0.095 -0.66,-0.381 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16640" /><path + d="m 156.708,266.291 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16642" /><path + d="m 155.719,265.72 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16644" /><path + d="m 167.588,272.573 -0.659,-0.381 0.164,-0.096 0.66,0.381 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16646" /><path + d="m 154.73,265.149 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16648" /><path + d="m 153.741,264.578 -0.659,-0.381 0.164,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16650" /><path + d="m 176.49,277.712 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16652" /><path + d="m 175.501,277.141 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16654" /><path + d="m 169.072,273.239 0.659,0.381 -0.165,0.094 -0.659,-0.38 0.165,-0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16656" /><path + d="m 152.752,264.007 -0.659,-0.381 0.164,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16658" /><path + d="m 169.896,273.905 0.165,-0.095 0.659,0.381 -0.165,0.095 -0.659,-0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16660" /><path + d="m 196.271,289.133 -0.659,-0.381 0.164,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16662" /><path + d="m 157.697,266.862 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16664" /><path + d="m 164.621,270.859 -0.66,-0.38 0.165,-0.095 0.66,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16666" /><path + d="m 177.479,278.283 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16668" /><path + d="m 197.26,289.704 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16670" /><path + d="m 162.643,269.717 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16672" /><path + d="m 178.468,278.854 -0.66,-0.381 0.165,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16674" /><path + d="m 174.511,276.57 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16676" /><path + d="m 163.632,270.288 -0.215,-0.124 -0.57,0.329 -0.165,-0.095 0.57,-0.329 -0.28,-0.162 0.165,-0.094 0.66,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16678" /><path + d="m 166.599,272.002 -0.659,-0.381 0.164,-0.096 0.66,0.381 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16680" /><path + d="m 158.686,267.433 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16682" /><path + d="m 159.675,268.004 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16684" /><path + d="m 160.664,268.575 -0.659,-0.38 0.165,-0.096 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16686" /><path + d="m 165.61,271.43 -0.66,-0.38 0.165,-0.095 0.66,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16688" /><path + d="m 161.654,269.146 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16690" /><path + d="m 194.293,287.991 -0.66,-0.381 0.165,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16692" /><path + d="m 184.402,282.28 -0.659,-0.38 0.165,-0.095 0.659,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16694" /><path + d="m 185.391,282.852 -0.659,-0.381 0.165,-0.095 0.659,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16696" /><path + d="m 186.38,283.423 -0.659,-0.381 0.165,-0.096 0.659,0.381 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16698" /><path + d="m 148.796,261.722 -0.66,-0.38 0.165,-0.096 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16700" /><path + d="m 151.763,263.436 -0.659,-0.381 0.164,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16702" /><path + d="m 195.282,288.562 -0.368,-0.212 -0.57,0.329 -0.165,-0.095 0.57,-0.329 -0.126,-0.074 0.164,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16704" /><path + d="m 183.413,281.709 -0.659,-0.38 0.165,-0.095 0.659,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16706" /><path + d="m 187.369,283.994 -0.659,-0.381 0.165,-0.095 0.659,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16708" /><path + d="m 189.347,285.136 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16710" /><path + d="m 192.315,286.849 -0.66,-0.381 0.165,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16712" /><path + d="m 191.326,286.278 -0.66,-0.381 0.165,-0.095 0.659,0.38 -0.164,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16714" /><path + d="m 188.358,284.564 -0.659,-0.38 0.165,-0.095 0.659,0.381 -0.165,0.094" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16716" /><path + d="m 180.446,279.996 -0.66,-0.38 0.165,-0.096 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16718" /><path + d="m 193.304,287.42 -0.66,-0.381 0.165,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16720" /><path + d="m 190.337,285.707 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16722" /><path + d="m 182.424,281.138 -0.659,-0.381 0.164,-0.094 0.66,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16724" /><path + d="m 149.785,262.293 -0.66,-0.38 0.165,-0.095 0.66,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16726" /><path + d="m 181.435,280.567 -0.659,-0.381 0.164,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16728" /><path + d="m 150.774,262.864 -0.66,-0.38 0.165,-0.095 0.66,0.381 -0.165,0.094" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16730" /><path + d="m 179.948,285.994 -0.66,-0.38 0.165,-0.096 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16732" /><path + d="m 175.002,283.139 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16734" /><path + d="m 175.991,283.71 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16736" /><path + d="m 178.959,285.423 -0.66,-0.38 0.165,-0.096 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16738" /><path + d="m 176.981,284.281 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16740" /><path + d="m 171.046,280.855 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16742" /><path + d="m 172.035,281.426 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16744" /><path + d="m 191.817,292.847 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16746" /><path + d="m 166.101,278 -0.66,-0.381 0.165,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16748" /><path + d="m 162.145,275.715 -0.66,-0.38 0.165,-0.096 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16750" /><path + d="m 190.828,292.276 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16752" /><path + d="m 169.068,279.713 -0.659,-0.381 0.164,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16754" /><path + d="m 164.123,276.857 -0.66,-0.38 0.165,-0.095 0.659,0.381 -0.164,0.094" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16756" /><path + d="m 160.166,274.573 -0.659,-0.38 0.165,-0.096 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16758" /><path + d="m 170.057,280.284 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16760" /><path + d="m 173.024,281.997 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16762" /><path + d="m 161.155,275.144 -0.659,-0.38 0.165,-0.096 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16764" /><path + d="m 167.09,278.571 -0.66,-0.381 0.165,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16766" /><path + d="m 159.177,274.002 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16768" /><path + d="m 168.079,279.142 -0.659,-0.381 0.164,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16770" /><path + d="m 165.112,277.429 -0.66,-0.381 0.165,-0.095 0.66,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16772" /><path + d="m 163.134,276.286 -0.66,-0.38 0.165,-0.095 0.659,0.38 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16774" /><path + d="m 177.97,284.852 -0.66,-0.381 0.165,-0.095 0.659,0.381 -0.164,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16776" /><path + d="m 185.058,288.754 -0.165,0.096 -0.659,-0.381 0.165,-0.095 0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16778" /><path + d="m 184.069,288.184 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16780" /><path + d="m 183.08,287.613 -0.165,0.094 -0.659,-0.38 0.164,-0.095 0.66,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16782" /><path + d="m 186.047,289.325 -0.165,0.096 -0.659,-0.381 0.165,-0.095 0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16784" /><path + d="m 157.199,272.86 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16786" /><path + d="m 142.858,264.389 0.659,0.381 -0.165,0.095 -0.659,-0.38 0.165,-0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16788" /><path + d="m 188.025,290.468 -0.165,0.095 -0.659,-0.381 0.165,-0.095 0.659,0.381" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16790" /><path + d="m 144.341,265.436 -0.659,-0.38 0.165,-0.095 0.659,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16792" /><path + d="m 145.33,266.007 -0.659,-0.38 0.165,-0.095 0.659,0.38 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16794" /><path + d="m 146.319,266.579 -0.659,-0.381 0.165,-0.095 0.659,0.38 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16796" /><path + d="m 187.036,289.896 -0.165,0.096 -0.659,-0.381 0.165,-0.095 0.659,0.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16798" /><path + d="m 154.232,271.147 -0.659,-0.381 0.164,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16800" /><path + d="m 151.265,269.434 -0.66,-0.381 0.165,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16802" /><path + d="m 152.254,270.005 -0.66,-0.381 0.165,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16804" /><path + d="m 155.221,271.718 -0.659,-0.38 0.165,-0.096 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16806" /><path + d="m 156.21,272.289 -0.659,-0.381 0.165,-0.095 0.659,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16808" /><path + d="m 153.243,270.576 -0.659,-0.381 0.164,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16810" /><path + d="m 147.308,267.15 -0.659,-0.381 0.165,-0.096 0.659,0.381 -0.165,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16812" /><path + d="m 148.298,267.721 -0.66,-0.381 0.165,-0.095 0.659,0.38 -0.164,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16814" /><path + d="m 150.276,268.863 -0.66,-0.381 0.165,-0.095 0.66,0.381 -0.165,0.095" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16816" /><path + d="m 149.287,268.292 -0.66,-0.381 0.165,-0.095 0.659,0.38 -0.164,0.096" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16818" /><path + d="m 207.239,279.191 -0.96,-0.554 -0.187,0.108 -0.111,0.151 0.015,0.207 0.069,0.241 0.049,0.254 -0.047,0.242 c -0.035,0.078 -0.107,0.149 -0.215,0.212 -0.08,0.046 -0.171,0.081 -0.273,0.104 -0.101,0.024 -0.204,0.035 -0.308,0.034 -0.104,-10e-4 -0.208,-0.014 -0.311,-0.039 -0.104,-0.024 -0.199,-0.062 -0.285,-0.112 l -0.185,-0.15 -0.075,-0.163 0.037,-0.161 0.157,-0.141 0.119,-0.042 0.095,0.023 0.052,0.06 -0.028,0.048 c -0.121,0.069 -0.175,0.141 -0.164,0.214 0.011,0.074 0.068,0.141 0.173,0.201 l 0.215,0.083 0.219,0.02 0.202,-0.029 0.167,-0.069 0.166,-0.182 0.016,-0.227 -0.058,-0.249 -0.061,-0.249 0.012,-0.224 0.154,-0.175 0.292,-0.169 0.088,-0.015 0.083,0.024 1.072,0.618 0.022,0.046 -0.043,0.05 -0.085,0.024 -0.078,-0.014" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16820" /><path + d="m 208.187,280.25 c 0.158,-0.092 0.237,-0.181 0.236,-0.267 -0.001,-0.087 -0.069,-0.169 -0.203,-0.246 -0.134,-0.078 -0.276,-0.117 -0.426,-0.117 -0.149,-10e-4 -0.303,0.044 -0.462,0.136 l -0.933,0.539 c -0.156,0.09 -0.234,0.178 -0.233,0.264 0.001,0.087 0.069,0.169 0.203,0.246 0.135,0.078 0.277,0.117 0.426,0.118 0.15,0 0.303,-0.045 0.459,-0.135 z m -1.41,0.834 c -0.107,-0.003 -0.211,-0.02 -0.31,-0.05 -0.099,-0.031 -0.193,-0.071 -0.281,-0.123 l -0.213,-0.162 -0.087,-0.179 0.067,-0.191 c 0.049,-0.066 0.131,-0.132 0.248,-0.199 l 0.933,-0.539 c 0.118,-0.068 0.234,-0.116 0.347,-0.145 0.114,-0.028 0.224,-0.041 0.331,-0.038 0.108,0.003 0.211,0.02 0.31,0.05 0.1,0.031 0.193,0.072 0.282,0.123 l 0.212,0.162 0.087,0.179 -0.066,0.191 c -0.049,0.066 -0.133,0.133 -0.251,0.201 l -0.933,0.539 c -0.117,0.067 -0.232,0.115 -0.345,0.143 -0.113,0.028 -0.223,0.041 -0.331,0.038" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16822" /><path + d="m 207.389,281.61 -0.031,-0.034 0.001,-0.035 0.103,-0.345 0.012,-0.041 0.033,-0.037 0.083,-0.022 0.082,0.017 0.022,0.054 -0.076,0.182 1.785,-1.03 0.089,-0.017 0.088,0.029 0.048,0.05 -0.027,0.053 -2.049,1.183 -0.083,0.016 -0.08,-0.023" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16824" /><path + d="m 209.887,281.841 c -0.104,-0.003 -0.206,-0.021 -0.304,-0.052 -0.098,-0.032 -0.191,-0.073 -0.28,-0.124 l -0.328,-0.189 -0.674,0.445 0.729,0.42 0.02,0.045 -0.048,0.048 -0.078,0.025 -0.078,-0.012 -0.843,-0.486 0.012,-0.08 0.807,-0.535 0.028,-0.019 0.029,-0.018 0.074,-0.02 0.104,0.036 0.418,0.241 c 0.132,0.077 0.273,0.116 0.421,0.117 0.149,0.001 0.298,-0.042 0.449,-0.129 l 0.057,-0.033 c 0.156,-0.09 0.233,-0.178 0.231,-0.264 -0.001,-0.086 -0.07,-0.167 -0.204,-0.245 l -0.19,-0.083 -0.2,-0.04 -0.199,0.011 -0.178,0.065 -0.187,-0.01 -0.047,-0.053 0.05,-0.06 c 0.068,-0.04 0.147,-0.069 0.238,-0.089 0.09,-0.019 0.185,-0.027 0.284,-0.023 0.099,0.004 0.202,0.02 0.307,0.049 0.105,0.028 0.208,0.071 0.309,0.129 l 0.209,0.16 0.087,0.18 -0.065,0.19 c -0.048,0.065 -0.13,0.131 -0.247,0.198 l -0.057,0.033 c -0.112,0.065 -0.224,0.111 -0.334,0.137 -0.11,0.027 -0.217,0.038 -0.322,0.035" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16826" /><path + d="m 192.104,270.453 -0.96,-0.555 -0.186,0.108 -0.112,0.151 0.015,0.207 0.07,0.242 0.048,0.253 -0.047,0.243 c -0.035,0.078 -0.107,0.148 -0.215,0.211 -0.08,0.046 -0.171,0.081 -0.272,0.105 -0.102,0.024 -0.205,0.035 -0.309,0.034 -0.104,-10e-4 -0.208,-0.014 -0.311,-0.039 -0.104,-0.025 -0.199,-0.062 -0.285,-0.112 l -0.185,-0.151 -0.075,-0.163 0.037,-0.16 0.157,-0.141 0.119,-0.043 0.095,0.024 0.052,0.06 -0.028,0.047 c -0.121,0.07 -0.175,0.141 -0.164,0.215 0.011,0.074 0.068,0.14 0.173,0.2 l 0.215,0.083 0.22,0.021 0.201,-0.029 0.167,-0.069 0.166,-0.182 0.016,-0.227 -0.058,-0.25 -0.061,-0.248 0.012,-0.224 0.154,-0.176 0.292,-0.168 0.089,-0.015 0.082,0.024 1.072,0.618 0.022,0.046 -0.043,0.05 -0.085,0.024 -0.078,-0.014" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16828" /><path + d="m 193.052,271.511 c 0.159,-0.091 0.237,-0.181 0.236,-0.267 -0.001,-0.086 -0.068,-0.168 -0.203,-0.246 -0.134,-0.077 -0.276,-0.116 -0.426,-0.117 -0.149,-10e-4 -0.303,0.045 -0.462,0.137 l -0.932,0.538 c -0.157,0.09 -0.235,0.179 -0.234,0.265 0.001,0.086 0.069,0.168 0.204,0.246 0.134,0.078 0.276,0.117 0.425,0.117 0.15,10e-4 0.303,-0.044 0.459,-0.134 z m -1.41,0.835 c -0.107,-0.003 -0.21,-0.02 -0.31,-0.05 -0.099,-0.031 -0.193,-0.072 -0.281,-0.123 l -0.212,-0.162 -0.088,-0.179 0.067,-0.192 c 0.049,-0.065 0.132,-0.131 0.248,-0.198 l 0.933,-0.539 c 0.118,-0.068 0.234,-0.117 0.347,-0.145 0.114,-0.029 0.224,-0.041 0.331,-0.038 0.108,0.003 0.211,0.019 0.31,0.05 0.1,0.031 0.193,0.071 0.282,0.123 l 0.212,0.162 0.087,0.179 -0.066,0.191 c -0.049,0.066 -0.133,0.132 -0.251,0.201 l -0.933,0.538 c -0.116,0.068 -0.232,0.115 -0.345,0.144 -0.113,0.028 -0.223,0.041 -0.331,0.038" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16830" /><path + d="m 192.255,272.871 -0.032,-0.033 0.002,-0.036 0.102,-0.344 0.012,-0.042 0.033,-0.036 0.083,-0.022 0.083,0.017 0.021,0.054 -0.076,0.182 1.785,-1.031 0.089,-0.016 0.088,0.029 0.049,0.05 -0.027,0.052 -2.05,1.184 -0.083,0.016 -0.079,-0.024" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16832" /><path + d="m 195.276,272.889 -0.166,-0.096 -0.58,0.336 -0.089,0.014 -0.086,-0.028 -0.051,-0.051 0.027,-0.05 0.581,-0.335 -0.59,-0.341 -0.677,1.194 -0.03,0.027 -0.092,0.015 -0.086,-0.023 -0.039,-0.038 0.006,-0.051 0.734,-1.296 0.039,-0.036 0.077,-0.022 0.083,0.02 0.764,0.441 0.44,-0.254 0.089,-0.016 0.088,0.029 0.048,0.05 -0.027,0.052 -0.439,0.254 0.166,0.095 0.023,0.049 -0.045,0.05 -0.081,0.026 -0.087,-0.015" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16834" /><path + d="m 176.466,261.424 -0.96,-0.554 -0.186,0.108 -0.112,0.151 0.015,0.207 0.07,0.241 0.048,0.254 -0.047,0.242 c -0.035,0.078 -0.107,0.148 -0.215,0.211 -0.08,0.046 -0.171,0.082 -0.272,0.105 -0.102,0.024 -0.204,0.035 -0.309,0.034 -0.104,-10e-4 -0.208,-0.014 -0.311,-0.039 -0.104,-0.025 -0.198,-0.062 -0.285,-0.112 l -0.185,-0.15 -0.075,-0.163 0.038,-0.161 0.156,-0.141 0.119,-0.043 0.095,0.024 0.052,0.06 -0.028,0.048 c -0.12,0.069 -0.175,0.141 -0.164,0.214 0.011,0.074 0.069,0.141 0.173,0.201 l 0.215,0.082 0.22,0.021 0.201,-0.029 0.167,-0.069 0.166,-0.182 0.017,-0.227 -0.059,-0.25 -0.06,-0.248 0.012,-0.224 0.153,-0.176 0.292,-0.168 0.089,-0.015 0.083,0.024 1.071,0.618 0.022,0.046 -0.043,0.05 -0.084,0.024 -0.079,-0.014" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16836" /><path + d="m 177.414,262.482 c 0.159,-0.091 0.238,-0.18 0.236,-0.266 -0.001,-0.087 -0.068,-0.169 -0.203,-0.246 -0.134,-0.078 -0.276,-0.117 -0.425,-0.118 -0.15,0 -0.304,0.045 -0.462,0.137 l -0.933,0.538 c -0.157,0.091 -0.235,0.179 -0.233,0.266 0.001,0.086 0.068,0.168 0.203,0.245 0.134,0.078 0.276,0.117 0.426,0.117 0.149,0.001 0.302,-0.044 0.458,-0.134 z m -1.41,0.835 c -0.107,-0.003 -0.21,-0.02 -0.31,-0.05 -0.099,-0.031 -0.193,-0.072 -0.281,-0.123 l -0.212,-0.162 -0.087,-0.179 0.066,-0.191 c 0.049,-0.066 0.132,-0.132 0.248,-0.199 l 0.933,-0.539 c 0.118,-0.068 0.234,-0.117 0.348,-0.145 0.113,-0.028 0.223,-0.041 0.331,-0.038 0.107,0.003 0.21,0.02 0.31,0.05 0.099,0.031 0.193,0.072 0.281,0.123 l 0.212,0.162 0.087,0.179 -0.066,0.191 c -0.049,0.066 -0.133,0.133 -0.251,0.201 l -0.933,0.539 c -0.116,0.067 -0.231,0.114 -0.345,0.143 -0.113,0.028 -0.223,0.041 -0.331,0.038" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16838" /><path + d="m 176.617,263.843 -0.032,-0.034 0.002,-0.036 0.102,-0.344 0.012,-0.041 0.033,-0.037 0.083,-0.022 0.083,0.017 0.021,0.054 -0.075,0.182 1.784,-1.03 0.089,-0.017 0.089,0.029 0.048,0.05 -0.027,0.052 -2.05,1.184 -0.082,0.016 -0.08,-0.023" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16840" /><path + d="m 178.982,264.006 v 0.203 c -0.036,0.076 -0.123,0.153 -0.262,0.233 -0.096,0.056 -0.191,0.095 -0.286,0.118 -0.094,0.024 -0.186,0.033 -0.277,0.03 -0.09,-0.004 -0.179,-0.02 -0.266,-0.048 l -0.251,-0.112 c -0.121,-0.069 -0.201,-0.136 -0.242,-0.201 l -0.052,-0.177 0.068,-0.143 0.121,-0.099 0.111,-0.04 0.105,0.033 v 0.111 l -0.09,0.07 -0.047,0.094 0.04,0.115 0.16,0.129 c 0.127,0.073 0.251,0.108 0.372,0.105 0.121,-0.002 0.248,-0.042 0.381,-0.118 0.148,-0.086 0.217,-0.164 0.206,-0.232 -0.011,-0.07 -0.077,-0.139 -0.197,-0.208 l -0.032,-0.05 0.044,-0.044 0.077,-0.023 0.085,0.019 c 0.131,0.076 0.267,0.117 0.408,0.125 0.142,0.007 0.281,-0.029 0.42,-0.109 l 0.057,-0.033 c 0.157,-0.09 0.234,-0.177 0.232,-0.262 -0.002,-0.085 -0.073,-0.167 -0.214,-0.249 l -0.241,-0.099 -0.215,-0.027 -0.176,0.024 -0.126,0.05 -0.083,0.024 -0.104,-0.034 -0.051,-0.054 0.063,-0.061 0.209,-0.077 c 0.084,-0.019 0.175,-0.028 0.274,-0.026 0.1,10e-4 0.204,0.016 0.313,0.043 0.109,0.028 0.217,0.072 0.324,0.133 l 0.211,0.162 0.09,0.179 -0.063,0.191 c -0.049,0.066 -0.13,0.132 -0.244,0.198 l -0.057,0.033 c -0.135,0.077 -0.269,0.122 -0.404,0.134 -0.134,0.011 -0.265,0.002 -0.391,-0.03" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16842" /><path + d="m 161.082,252.542 -0.96,-0.554 -0.186,0.108 -0.112,0.151 0.016,0.207 0.069,0.241 0.048,0.254 -0.047,0.242 c -0.035,0.078 -0.107,0.148 -0.215,0.211 -0.08,0.046 -0.171,0.082 -0.272,0.105 -0.102,0.024 -0.204,0.035 -0.309,0.034 -0.104,-0.001 -0.208,-0.014 -0.311,-0.039 -0.104,-0.025 -0.198,-0.062 -0.285,-0.112 l -0.185,-0.151 -0.075,-0.163 0.038,-0.16 0.156,-0.141 0.119,-0.043 0.095,0.024 0.053,0.06 -0.029,0.047 c -0.12,0.07 -0.175,0.142 -0.164,0.215 0.011,0.074 0.069,0.14 0.173,0.201 l 0.215,0.082 0.22,0.021 0.201,-0.029 0.168,-0.069 0.165,-0.182 0.017,-0.227 -0.059,-0.25 -0.06,-0.248 0.012,-0.224 0.153,-0.176 0.292,-0.168 0.089,-0.015 0.083,0.024 1.071,0.618 0.022,0.046 -0.043,0.05 -0.084,0.024 -0.079,-0.014" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16844" /><path + d="m 162.03,253.6 c 0.159,-0.091 0.238,-0.18 0.237,-0.266 -0.001,-0.087 -0.069,-0.169 -0.204,-0.246 -0.134,-0.078 -0.276,-0.117 -0.425,-0.118 -0.15,0 -0.304,0.045 -0.462,0.137 l -0.933,0.538 c -0.157,0.091 -0.234,0.179 -0.233,0.265 0.001,0.086 0.068,0.169 0.203,0.246 0.134,0.078 0.276,0.117 0.426,0.117 0.149,0.001 0.302,-0.044 0.458,-0.134 z m -1.41,0.835 c -0.107,-0.003 -0.21,-0.02 -0.31,-0.05 -0.099,-0.031 -0.193,-0.072 -0.281,-0.123 l -0.212,-0.162 -0.087,-0.179 0.066,-0.191 c 0.049,-0.066 0.132,-0.132 0.248,-0.2 l 0.933,-0.538 c 0.118,-0.068 0.234,-0.117 0.348,-0.145 0.113,-0.029 0.223,-0.041 0.331,-0.038 0.107,0.003 0.21,0.019 0.31,0.05 0.099,0.031 0.193,0.071 0.281,0.123 l 0.212,0.162 0.087,0.179 -0.066,0.191 c -0.049,0.066 -0.133,0.132 -0.251,0.201 l -0.933,0.539 c -0.116,0.067 -0.231,0.114 -0.344,0.143 -0.114,0.028 -0.224,0.041 -0.332,0.038" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16846" /><path + d="m 161.233,254.961 -0.032,-0.034 0.002,-0.036 0.102,-0.344 0.012,-0.042 0.033,-0.036 0.083,-0.022 0.083,0.017 0.021,0.054 -0.075,0.182 1.784,-1.03 0.089,-0.017 0.089,0.029 0.048,0.05 -0.027,0.052 -2.05,1.184 -0.082,0.016 -0.08,-0.023" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16848" /><path + d="m 158.75,264.528 6.05,4.647 0.519,-0.3 0.165,0.095 -0.542,0.314 3.113,2.391 0.567,-4.7 -0.006,-0.003 0.007,-0.004 0.002,-0.013 -0.122,-0.139 -0.087,-0.051 0.029,-0.017 -0.221,-0.253 -0.138,0.08 -0.66,-0.381 0.165,-0.096 0.579,0.334 -9.412,-10.806 -0.005,5.37 0.596,0.344 -0.165,0.095 -0.431,-0.249 z m 9.632,8.313 0.36,0.207 -0.165,0.095 -0.217,-0.125 -0.455,3.776 6.204,1.248 -1.809,-2.66 -0.715,-0.549 -0.041,0.024 -0.659,-0.381 0.134,-0.077 -2.586,-1.986 z m -10.09,-17.782 0.007,-0.019 0.01,-0.028 0.021,-0.023 0.025,-0.021 0.04,-0.017 0.026,-0.012 0.005,-0.001 0.099,-0.013 0.026,0.002 0.028,0.004 0.111,0.033 0.043,0.035 10.246,11.764 0.297,-0.172 0.164,0.095 -0.351,0.203 0.009,0.011 -0.007,0.064 0.149,0.086 -0.165,0.096 -0.006,-0.004 -0.586,4.861 4.209,3.233 0.235,0.345 0.101,-0.058 0.659,0.381 -0.165,0.095 -0.511,-0.295 1.673,2.453 4.191,0.843 0.087,-0.051 0.66,0.381 -0.165,0.095 -0.029,-0.016 10.146,11.834 0.319,-0.185 0.165,0.096 -0.382,0.22 0.006,0.05 0.321,0.186 -0.165,0.095 -0.301,-0.175 c -0.111,0.025 -0.238,-10e-4 -0.291,-0.064 l -0.322,-0.375 -0.075,0.043 -0.659,-0.381 0.165,-0.095 0.392,0.226 -9.841,-11.477 -0.311,0.179 -0.164,-0.095 0.366,-0.212 -0.011,-0.012 -3.877,-0.779 1.563,2.292 4.871,5.931 0.088,-0.05 0.66,0.38 -0.165,0.095 -0.445,-0.256 5.033,6.129 0.412,-0.238 0.165,0.095 -0.47,0.272 0.057,0.07 c 0.055,0.067 0.006,0.147 -0.111,0.179 -0.116,0.032 -0.255,0.004 -0.31,-0.064 l -5.756,-7.009 -0.224,-0.129 0.08,-0.046 -4.217,-5.135 -0.512,0.295 -0.165,-0.095 0.573,-0.331 -1.703,-2.501 -6.918,-1.391 0.509,-4.215 -0.006,-0.003 0.006,-0.004 0.082,-0.674 -9.722,-7.467 0.003,-3.807 -0.092,0.053 -0.659,-0.381 0.165,-0.095 0.586,0.339 0.005,-5.668" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16852" /><path + d="m 158.555,254.555 -0.13,0.036 c -0.118,0.072 -0.155,0.225 -0.084,0.343 l 8.172,13.396 15.666,9.045 5.004,15.378 c 0.043,0.132 0.185,0.203 0.315,0.161 0.131,-0.043 0.203,-0.184 0.161,-0.315 l -5.064,-15.561 -15.776,-9.109 -8.05,-13.254 -0.214,-0.12" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16894" /><path + d="m 310.359,265.176 -0.25,0.432 43.453,25.088 0.25,-0.432 -43.453,-25.088" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16896" /><path + d="m 310.359,250.277 -0.25,0.432 43.453,25.089 0.25,-0.433 -43.453,-25.088" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16898" /><path + d="m 310.359,235.377 -0.25,0.433 43.453,25.089 0.25,-0.433 -43.453,-25.089" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16900" /><path + d="m 310.359,220.479 -0.25,0.432 43.453,25.089 0.25,-0.433 -43.453,-25.088" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16902" /><path + d="m 307.273,259.95 -8.704,5.025 -10.453,-15.374 19.157,-11.06 v 21.409" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16904" /><path + d="m 307.273,238.541 -19.157,11.06 -5.532,-8.136 24.689,-14.254 v 11.33" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16906" /><path + d="m 307.273,277.776 -8.704,-12.801 8.704,-5.025 z" + style="fill:#3c3c3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16908" /><path + d="m 282.584,241.465 -8.849,-13.015 33.538,-19.363 v 18.124 l -24.689,14.254" + style="fill:#ba3240;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16910" /><path + d="m 307.273,238.541 19.156,11.06 -10.453,15.374 -8.703,-5.025 v -21.409" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16912" /><path + d="m 315.976,264.975 -8.703,12.801 V 259.95 Z" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16914" /><path + d="m 307.273,209.087 33.537,19.363 -8.849,13.015 -24.688,-14.254 v -18.124" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16916" /><path + d="m 307.273,238.541 v -11.33 l 24.688,14.254 -5.532,8.136 -19.156,-11.06" + style="fill:#ededed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16918" /><path + d="m 344.868,291.691 c 0.243,0.139 0.471,0.234 0.686,0.284 0.213,0.05 0.397,0.04 0.553,-0.03 0.156,-0.07 0.279,-0.207 0.369,-0.413 0.089,-0.205 0.134,-0.491 0.134,-0.857 v -0.19 c 0,-0.38 -0.045,-0.729 -0.134,-1.047 -0.09,-0.318 -0.214,-0.606 -0.373,-0.861 -0.159,-0.254 -0.344,-0.482 -0.559,-0.682 -0.213,-0.199 -0.441,-0.37 -0.684,-0.51 -0.277,-0.16 -0.522,-0.257 -0.736,-0.289 -0.213,-0.034 -0.395,-0.019 -0.545,0.045 -0.15,0.063 -0.265,0.174 -0.342,0.332 -0.078,0.158 -0.117,0.35 -0.117,0.577 0,0.093 0.02,0.172 0.061,0.236 l 0.146,0.144 c 0.151,0.087 0.225,0.057 0.225,-0.09 0,-0.193 0.035,-0.347 0.104,-0.46 0.07,-0.113 0.163,-0.189 0.282,-0.227 0.118,-0.039 0.256,-0.039 0.416,0 0.159,0.038 0.328,0.109 0.506,0.213 0.416,0.239 0.739,0.555 0.971,0.949 0.23,0.393 0.346,0.867 0.346,1.42 v 0.19 c 0,0.533 -0.116,0.86 -0.346,0.98 -0.232,0.12 -0.553,0.062 -0.963,-0.175 l -1.185,-0.685 c -0.11,-0.063 -0.18,-0.083 -0.208,-0.06 l -0.043,0.115 0.004,0.093 0.004,0.093 0.164,3.024 c 0.012,0.153 0.067,0.259 0.165,0.315 l 2.365,1.365 0.125,-0.002 0.039,-0.143 -0.039,-0.188 -0.125,-0.147 -2.122,-1.224 -0.157,-2.68 1.013,0.585" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16920" /><path + d="m 352.654,294.555 c 0,0.253 -0.059,0.402 -0.176,0.447 -0.12,0.045 -0.286,0.006 -0.5,-0.117 -0.208,-0.12 -0.37,-0.271 -0.489,-0.452 -0.118,-0.183 -0.178,-0.399 -0.178,-0.653 v -1.541 c 0,-0.252 0.06,-0.402 0.178,-0.447 0.119,-0.045 0.281,-0.006 0.489,0.113 0.214,0.124 0.38,0.276 0.5,0.458 0.117,0.181 0.176,0.398 0.176,0.652 z m -0.676,-3.03 c -0.143,-0.083 -0.28,-0.141 -0.407,-0.175 -0.127,-0.033 -0.236,-0.033 -0.328,0 -0.093,0.033 -0.165,0.105 -0.217,0.215 -0.051,0.11 -0.078,0.265 -0.078,0.465 v 1.54 c 0,0.2 0.027,0.384 0.078,0.55 0.052,0.166 0.124,0.322 0.217,0.465 0.092,0.144 0.201,0.272 0.328,0.385 0.127,0.113 0.264,0.212 0.407,0.295 0.145,0.083 0.281,0.142 0.408,0.175 0.127,0.033 0.236,0.031 0.329,-0.005 0.093,-0.037 0.165,-0.108 0.217,-0.215 0.051,-0.106 0.077,-0.26 0.077,-0.46 v -1.54 c 0,-0.2 -0.026,-0.385 -0.077,-0.555 -0.052,-0.17 -0.124,-0.325 -0.217,-0.465 -0.093,-0.14 -0.202,-0.267 -0.329,-0.38 -0.127,-0.114 -0.263,-0.211 -0.408,-0.295 z m -0.147,7.625 0.135,0.018 0.064,-0.132 -0.025,-0.126 -3.326,-9.36 c -0.034,-0.106 -0.092,-0.184 -0.172,-0.23 l -0.126,-0.017 -0.057,0.102 0.018,0.12 3.35,9.445 0.057,0.113 z m -2.849,-3.115 c 0,0.253 -0.059,0.403 -0.177,0.447 -0.119,0.045 -0.285,0.007 -0.497,-0.116 -0.209,-0.121 -0.372,-0.272 -0.491,-0.453 -0.118,-0.182 -0.177,-0.399 -0.177,-0.653 v -1.54 c 0,-0.253 0.059,-0.402 0.177,-0.447 0.119,-0.046 0.282,-0.008 0.491,0.112 0.212,0.124 0.378,0.276 0.497,0.458 0.118,0.181 0.177,0.398 0.177,0.652 z m -0.674,-3.03 c -0.145,-0.084 -0.282,-0.142 -0.409,-0.175 -0.127,-0.033 -0.236,-0.033 -0.328,0 -0.093,0.034 -0.165,0.105 -0.217,0.215 -0.052,0.11 -0.078,0.266 -0.078,0.465 v 1.54 c 0,0.2 0.026,0.383 0.078,0.55 0.052,0.167 0.124,0.321 0.217,0.465 0.092,0.143 0.201,0.272 0.328,0.385 0.127,0.113 0.264,0.211 0.409,0.295 0.143,0.084 0.279,0.142 0.406,0.175 0.127,0.034 0.236,0.032 0.33,-0.005 0.092,-0.037 0.164,-0.108 0.216,-0.215 0.051,-0.107 0.077,-0.26 0.077,-0.46 v -1.54 c 0,-0.2 -0.026,-0.385 -0.077,-0.555 -0.052,-0.17 -0.124,-0.325 -0.216,-0.465 -0.094,-0.14 -0.203,-0.267 -0.33,-0.38 -0.127,-0.113 -0.263,-0.212 -0.406,-0.295" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16922" /><path + d="m 339.274,274.795 c 0,0.227 0.039,0.461 0.118,0.702 0.078,0.242 0.187,0.476 0.329,0.701 0.141,0.224 0.307,0.434 0.498,0.627 0.19,0.193 0.397,0.355 0.624,0.485 0.248,0.144 0.474,0.224 0.679,0.242 0.206,0.019 0.381,-0.016 0.528,-0.104 0.148,-0.089 0.261,-0.223 0.343,-0.403 0.081,-0.181 0.12,-0.4 0.12,-0.66 0,-0.36 -0.073,-0.724 -0.221,-1.093 -0.147,-0.368 -0.328,-0.731 -0.545,-1.09 -0.217,-0.358 -0.453,-0.713 -0.71,-1.064 -0.257,-0.352 -0.493,-0.688 -0.71,-1.005 -0.217,-0.319 -0.398,-0.62 -0.546,-0.906 -0.147,-0.284 -0.22,-0.543 -0.22,-0.777 v -0.71 l 2.858,1.65 h 0.121 l 0.052,-0.14 -0.052,-0.195 -0.121,-0.146 -3.084,-1.779 -0.139,-0.025 -0.068,0.125 v 0.97 c 0,0.28 0.073,0.578 0.221,0.893 0.146,0.314 0.328,0.639 0.545,0.975 0.216,0.335 0.453,0.678 0.71,1.03 0.256,0.352 0.494,0.698 0.709,1.04 0.217,0.341 0.399,0.679 0.547,1.014 0.147,0.335 0.221,0.656 0.221,0.962 0,0.167 -0.025,0.323 -0.074,0.468 -0.049,0.145 -0.125,0.254 -0.229,0.328 -0.104,0.073 -0.236,0.107 -0.394,0.103 -0.159,-0.006 -0.346,-0.069 -0.559,-0.193 -0.324,-0.187 -0.59,-0.445 -0.802,-0.778 -0.21,-0.331 -0.315,-0.707 -0.315,-1.127 l -0.057,-0.177 -0.177,-0.168 -0.151,-0.012 c -0.033,0.031 -0.049,0.11 -0.049,0.237" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16924" /><path + d="m 344.868,276.565 c 0.243,0.14 0.471,0.234 0.685,0.285 0.214,0.05 0.398,0.039 0.554,-0.03 0.156,-0.07 0.279,-0.208 0.369,-0.413 0.089,-0.205 0.134,-0.491 0.134,-0.857 v -0.19 c 0,-0.38 -0.045,-0.73 -0.134,-1.048 -0.09,-0.318 -0.214,-0.605 -0.373,-0.86 -0.159,-0.256 -0.345,-0.483 -0.559,-0.682 -0.213,-0.2 -0.441,-0.37 -0.684,-0.51 -0.277,-0.16 -0.523,-0.257 -0.736,-0.29 -0.213,-0.034 -0.396,-0.018 -0.545,0.045 -0.15,0.063 -0.265,0.174 -0.343,0.332 -0.077,0.159 -0.117,0.351 -0.117,0.577 0,0.094 0.021,0.172 0.062,0.235 l 0.146,0.146 c 0.151,0.086 0.225,0.056 0.225,-0.091 0,-0.193 0.035,-0.346 0.104,-0.46 0.07,-0.113 0.163,-0.188 0.282,-0.226 0.118,-0.039 0.256,-0.039 0.415,-0.001 0.16,0.039 0.329,0.109 0.507,0.212 0.416,0.241 0.739,0.557 0.97,0.951 0.231,0.393 0.347,0.866 0.347,1.42 v 0.19 c 0,0.533 -0.116,0.859 -0.347,0.98 -0.231,0.12 -0.552,0.061 -0.962,-0.176 l -1.185,-0.685 c -0.11,-0.063 -0.18,-0.083 -0.208,-0.059 l -0.043,0.115 0.004,0.092 0.004,0.092 0.164,3.025 c 0.012,0.153 0.067,0.259 0.165,0.316 l 2.365,1.364 0.125,-0.002 0.039,-0.142 -0.039,-0.188 -0.125,-0.147 -2.122,-1.226 -0.157,-2.679 1.013,0.585" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16926" /><path + d="m 352.654,279.429 c 0,0.254 -0.059,0.402 -0.177,0.448 -0.119,0.045 -0.285,0.006 -0.499,-0.118 -0.208,-0.12 -0.37,-0.27 -0.489,-0.452 -0.118,-0.182 -0.178,-0.4 -0.178,-0.653 v -1.54 c 0,-0.253 0.06,-0.402 0.178,-0.447 0.119,-0.045 0.281,-0.008 0.489,0.113 0.214,0.123 0.38,0.275 0.499,0.457 0.118,0.181 0.177,0.399 0.177,0.652 z m -0.676,-3.029 c -0.143,-0.084 -0.28,-0.142 -0.407,-0.176 -0.127,-0.033 -0.236,-0.033 -0.328,0.001 -0.093,0.033 -0.165,0.104 -0.217,0.214 -0.052,0.111 -0.078,0.265 -0.078,0.465 v 1.54 c 0,0.201 0.026,0.384 0.078,0.551 0.052,0.166 0.124,0.321 0.217,0.464 0.092,0.144 0.201,0.272 0.328,0.385 0.127,0.113 0.264,0.212 0.407,0.295 0.145,0.084 0.281,0.141 0.408,0.175 0.127,0.034 0.236,0.032 0.329,-0.005 0.093,-0.036 0.165,-0.109 0.216,-0.214 0.052,-0.107 0.078,-0.261 0.078,-0.461 v -1.54 c 0,-0.199 -0.026,-0.385 -0.078,-0.555 -0.051,-0.169 -0.123,-0.325 -0.216,-0.464 -0.093,-0.141 -0.202,-0.268 -0.329,-0.381 -0.127,-0.113 -0.263,-0.211 -0.408,-0.294 z m -0.147,7.625 0.135,0.017 0.064,-0.133 -0.025,-0.125 -3.326,-9.36 c -0.034,-0.106 -0.092,-0.183 -0.172,-0.229 l -0.127,-0.018 -0.056,0.103 0.018,0.119 3.35,9.445 0.057,0.113 z m -2.849,-3.116 c 0,0.254 -0.059,0.403 -0.177,0.448 -0.119,0.045 -0.285,0.006 -0.497,-0.118 -0.209,-0.119 -0.372,-0.271 -0.491,-0.452 -0.118,-0.182 -0.177,-0.399 -0.177,-0.652 v -1.54 c 0,-0.254 0.059,-0.403 0.177,-0.448 0.119,-0.045 0.282,-0.007 0.491,0.113 0.212,0.123 0.378,0.274 0.497,0.457 0.118,0.182 0.177,0.399 0.177,0.653 z m -0.674,-3.03 c -0.145,-0.083 -0.282,-0.141 -0.409,-0.175 -0.127,-0.033 -0.236,-0.033 -0.328,0 -0.093,0.034 -0.165,0.106 -0.217,0.216 -0.052,0.11 -0.078,0.265 -0.078,0.465 v 1.54 c 0,0.2 0.026,0.383 0.078,0.55 0.052,0.166 0.124,0.321 0.217,0.465 0.092,0.143 0.201,0.271 0.328,0.385 0.127,0.113 0.264,0.211 0.409,0.295 0.143,0.082 0.279,0.141 0.406,0.174 0.127,0.033 0.236,0.032 0.329,-0.005 0.093,-0.037 0.165,-0.108 0.217,-0.214 0.051,-0.108 0.077,-0.26 0.077,-0.461 v -1.539 c 0,-0.2 -0.026,-0.386 -0.077,-0.555 -0.052,-0.17 -0.124,-0.325 -0.217,-0.466 -0.093,-0.14 -0.202,-0.266 -0.329,-0.38 -0.127,-0.113 -0.263,-0.212 -0.406,-0.295" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16928" /><path + d="m 341.569,262.071 -0.363,-0.93 c -0.041,-0.11 -0.092,-0.184 -0.156,-0.22 l -0.139,-0.01 -0.051,0.13 0.039,0.157 0.065,0.163 0.64,1.59 0.079,0.16 0.128,0.12 0.131,0.025 0.061,-0.125 v -6.88 l -0.069,-0.205 -0.148,-0.14 -0.151,-0.032 -0.066,0.127 v 6.07" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16930" /><path + d="m 344.765,264.476 c -0.364,-0.21 -0.645,-0.473 -0.844,-0.788 -0.199,-0.315 -0.299,-0.709 -0.299,-1.182 0,-0.474 0.1,-0.756 0.299,-0.847 0.199,-0.092 0.48,-0.034 0.844,0.177 0.364,0.21 0.647,0.477 0.849,0.8 0.201,0.323 0.303,0.721 0.303,1.194 0,0.474 -0.102,0.752 -0.303,0.835 -0.202,0.084 -0.485,0.021 -0.849,-0.189 z m 1.308,-3.946 c 0,0.554 -0.115,0.89 -0.346,1.01 -0.232,0.121 -0.552,0.063 -0.962,-0.174 -0.411,-0.237 -0.731,-0.549 -0.961,-0.936 -0.231,-0.386 -0.346,-0.857 -0.346,-1.409 v -0.13 c 0,-0.553 0.117,-0.895 0.351,-1.023 0.233,-0.129 0.555,-0.074 0.965,0.162 0.41,0.237 0.729,0.555 0.957,0.953 0.227,0.398 0.342,0.871 0.342,1.418 z m -1.308,4.406 c 0.225,0.13 0.435,0.223 0.629,0.277 0.193,0.055 0.359,0.055 0.501,0 0.142,-0.054 0.252,-0.171 0.334,-0.347 0.081,-0.177 0.121,-0.429 0.121,-0.755 0,-0.441 -0.07,-0.827 -0.208,-1.161 -0.139,-0.333 -0.321,-0.621 -0.545,-0.864 0.277,0.027 0.498,-0.059 0.662,-0.258 0.164,-0.199 0.247,-0.557 0.247,-1.077 v -0.12 c 0,-0.374 -0.045,-0.716 -0.134,-1.028 -0.09,-0.312 -0.213,-0.596 -0.369,-0.852 -0.155,-0.257 -0.338,-0.483 -0.549,-0.678 -0.211,-0.195 -0.441,-0.364 -0.689,-0.507 -0.243,-0.14 -0.47,-0.236 -0.684,-0.286 -0.214,-0.05 -0.398,-0.036 -0.555,0.041 -0.156,0.076 -0.278,0.219 -0.367,0.427 -0.09,0.208 -0.135,0.499 -0.135,0.873 v 0.12 c 0,0.52 0.084,0.974 0.251,1.365 0.167,0.39 0.39,0.732 0.667,1.025 -0.224,-0.017 -0.407,0.061 -0.545,0.235 -0.138,0.173 -0.209,0.48 -0.209,0.92 0,0.326 0.041,0.625 0.122,0.895 0.082,0.269 0.193,0.514 0.334,0.732 0.141,0.219 0.306,0.411 0.498,0.578 0.191,0.166 0.398,0.315 0.623,0.445" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16932" /><path + d="m 352.655,264.79 c 0,0.254 -0.06,0.403 -0.177,0.448 -0.12,0.045 -0.286,0.005 -0.499,-0.117 -0.209,-0.121 -0.371,-0.271 -0.49,-0.453 -0.118,-0.182 -0.178,-0.399 -0.178,-0.653 v -1.54 c 0,-0.253 0.06,-0.402 0.178,-0.447 0.119,-0.045 0.281,-0.007 0.49,0.113 0.213,0.123 0.379,0.275 0.499,0.457 0.117,0.182 0.177,0.399 0.177,0.652 z m -0.676,-3.029 c -0.144,-0.084 -0.281,-0.142 -0.407,-0.176 -0.128,-0.033 -0.237,-0.033 -0.329,0 -0.093,0.033 -0.165,0.105 -0.217,0.215 -0.051,0.111 -0.078,0.266 -0.078,0.465 v 1.54 c 0,0.2 0.027,0.384 0.078,0.551 0.052,0.166 0.124,0.321 0.217,0.465 0.092,0.143 0.201,0.271 0.329,0.384 0.126,0.114 0.263,0.212 0.407,0.295 0.144,0.083 0.28,0.142 0.407,0.175 0.127,0.033 0.237,0.032 0.329,-0.005 0.093,-0.036 0.165,-0.108 0.217,-0.215 0.051,-0.106 0.077,-0.259 0.077,-0.459 v -1.541 c 0,-0.2 -0.026,-0.384 -0.077,-0.554 -0.052,-0.171 -0.124,-0.326 -0.217,-0.465 -0.092,-0.141 -0.202,-0.268 -0.329,-0.381 -0.127,-0.113 -0.263,-0.211 -0.407,-0.294 z m -0.148,7.625 0.135,0.017 0.064,-0.132 -0.025,-0.126 -3.326,-9.359 c -0.034,-0.107 -0.092,-0.184 -0.172,-0.23 l -0.126,-0.018 -0.056,0.103 0.017,0.12 3.35,9.444 0.057,0.113 z m -2.849,-3.115 c 0,0.253 -0.059,0.402 -0.177,0.447 -0.119,0.045 -0.285,0.006 -0.497,-0.117 -0.209,-0.12 -0.372,-0.272 -0.491,-0.453 -0.117,-0.182 -0.177,-0.399 -0.177,-0.652 v -1.541 c 0,-0.253 0.06,-0.402 0.177,-0.447 0.119,-0.045 0.282,-0.007 0.491,0.113 0.212,0.124 0.378,0.275 0.497,0.458 0.118,0.181 0.177,0.398 0.177,0.652 z m -0.674,-3.03 c -0.145,-0.084 -0.282,-0.142 -0.409,-0.175 -0.127,-0.034 -0.236,-0.034 -0.328,0 -0.093,0.033 -0.164,0.105 -0.217,0.214 -0.052,0.111 -0.078,0.266 -0.078,0.466 v 1.54 c 0,0.2 0.026,0.383 0.078,0.549 0.053,0.167 0.124,0.322 0.217,0.466 0.092,0.143 0.201,0.272 0.328,0.385 0.127,0.113 0.264,0.211 0.409,0.295 0.143,0.083 0.279,0.141 0.406,0.174 0.127,0.034 0.236,0.033 0.33,-0.004 0.092,-0.037 0.164,-0.109 0.216,-0.215 0.051,-0.107 0.078,-0.26 0.078,-0.46 v -1.54 c 0,-0.2 -0.027,-0.386 -0.078,-0.555 -0.052,-0.17 -0.124,-0.325 -0.216,-0.466 -0.094,-0.139 -0.203,-0.266 -0.33,-0.379 -0.127,-0.114 -0.263,-0.213 -0.406,-0.295" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16934" /><path + d="m 340.815,244.525 c 0.244,0.14 0.471,0.234 0.686,0.284 0.213,0.05 0.397,0.04 0.554,-0.03 0.155,-0.07 0.278,-0.208 0.368,-0.413 0.09,-0.204 0.135,-0.49 0.135,-0.856 v -0.191 c 0,-0.38 -0.045,-0.729 -0.135,-1.047 -0.09,-0.318 -0.214,-0.606 -0.373,-0.86 -0.158,-0.255 -0.344,-0.483 -0.559,-0.682 -0.213,-0.2 -0.441,-0.37 -0.683,-0.51 -0.278,-0.16 -0.523,-0.257 -0.737,-0.29 -0.213,-0.034 -0.394,-0.019 -0.545,0.045 -0.15,0.063 -0.264,0.174 -0.341,0.332 -0.079,0.159 -0.118,0.351 -0.118,0.577 0,0.094 0.02,0.172 0.061,0.236 l 0.146,0.145 c 0.151,0.087 0.225,0.056 0.225,-0.091 0,-0.193 0.035,-0.347 0.104,-0.46 0.07,-0.113 0.164,-0.188 0.283,-0.226 0.117,-0.04 0.256,-0.04 0.416,-0.001 0.158,0.039 0.327,0.109 0.506,0.213 0.416,0.239 0.738,0.556 0.97,0.95 0.231,0.392 0.346,0.866 0.346,1.419 v 0.191 c 0,0.533 -0.115,0.86 -0.346,0.979 -0.232,0.12 -0.552,0.062 -0.963,-0.175 l -1.185,-0.685 c -0.11,-0.063 -0.18,-0.083 -0.208,-0.059 l -0.043,0.115 0.004,0.092 0.005,0.093 0.164,3.025 c 0.011,0.152 0.066,0.258 0.164,0.314 l 2.365,1.366 0.125,-0.004 0.039,-0.142 -0.039,-0.188 -0.125,-0.147 -2.122,-1.224 -0.156,-2.68 1.012,0.585" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16936" /><path + d="m 343.319,247.43 c 0,0.226 0.039,0.46 0.117,0.702 0.078,0.241 0.188,0.475 0.329,0.7 0.141,0.225 0.307,0.434 0.498,0.627 0.191,0.194 0.398,0.355 0.624,0.486 0.248,0.143 0.474,0.223 0.678,0.242 0.205,0.018 0.382,-0.017 0.53,-0.105 0.146,-0.089 0.26,-0.223 0.341,-0.403 0.082,-0.18 0.122,-0.399 0.122,-0.66 0,-0.36 -0.075,-0.724 -0.221,-1.092 -0.147,-0.369 -0.329,-0.732 -0.545,-1.089 -0.217,-0.359 -0.454,-0.715 -0.711,-1.066 -0.257,-0.352 -0.494,-0.687 -0.71,-1.005 -0.217,-0.319 -0.398,-0.62 -0.546,-0.905 -0.146,-0.285 -0.221,-0.544 -0.221,-0.778 v -0.709 l 2.858,1.649 0.122,0.001 0.052,-0.14 -0.052,-0.195 -0.122,-0.146 -3.082,-1.78 -0.139,-0.025 -0.069,0.125 v 0.97 c 0,0.28 0.073,0.578 0.221,0.893 0.147,0.315 0.329,0.639 0.545,0.975 0.216,0.335 0.454,0.678 0.71,1.03 0.257,0.351 0.494,0.698 0.71,1.04 0.217,0.342 0.399,0.68 0.545,1.014 0.149,0.335 0.221,0.657 0.221,0.963 0,0.166 -0.023,0.322 -0.072,0.468 -0.05,0.145 -0.127,0.254 -0.231,0.327 -0.103,0.074 -0.234,0.108 -0.393,0.103 -0.159,-0.005 -0.345,-0.07 -0.559,-0.193 -0.323,-0.186 -0.591,-0.445 -0.802,-0.777 -0.21,-0.332 -0.315,-0.707 -0.315,-1.128 l -0.056,-0.178 -0.177,-0.167 -0.153,-0.012 c -0.031,0.031 -0.047,0.111 -0.047,0.238" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16938" /><path + d="m 352.654,249.729 c 0,0.253 -0.059,0.402 -0.177,0.448 -0.119,0.044 -0.285,0.005 -0.499,-0.118 -0.208,-0.12 -0.37,-0.271 -0.489,-0.452 -0.118,-0.183 -0.178,-0.4 -0.178,-0.653 v -1.541 c 0,-0.252 0.06,-0.402 0.178,-0.447 0.119,-0.045 0.281,-0.007 0.489,0.113 0.214,0.123 0.38,0.276 0.499,0.457 0.118,0.182 0.177,0.4 0.177,0.653 z m -0.676,-3.03 c -0.143,-0.083 -0.28,-0.142 -0.407,-0.175 -0.127,-0.033 -0.236,-0.033 -0.328,0 -0.093,0.033 -0.165,0.105 -0.217,0.215 -0.052,0.11 -0.078,0.265 -0.078,0.465 v 1.539 c 0,0.201 0.026,0.384 0.078,0.551 0.052,0.166 0.124,0.322 0.217,0.465 0.092,0.143 0.201,0.271 0.328,0.385 0.127,0.113 0.264,0.212 0.407,0.295 0.145,0.083 0.281,0.141 0.408,0.175 0.127,0.033 0.236,0.032 0.329,-0.005 0.093,-0.036 0.165,-0.109 0.216,-0.215 0.052,-0.106 0.078,-0.26 0.078,-0.46 v -1.54 c 0,-0.2 -0.026,-0.385 -0.078,-0.555 -0.051,-0.17 -0.123,-0.325 -0.216,-0.464 -0.093,-0.141 -0.202,-0.268 -0.329,-0.382 -0.127,-0.112 -0.263,-0.21 -0.408,-0.294 z m -0.147,7.625 0.135,0.018 0.064,-0.133 -0.025,-0.125 -3.326,-9.36 c -0.034,-0.106 -0.092,-0.184 -0.172,-0.23 l -0.127,-0.017 -0.056,0.102 0.018,0.119 3.35,9.446 0.057,0.113 z m -2.849,-3.115 c 0,0.254 -0.059,0.402 -0.177,0.447 -0.119,0.045 -0.285,0.007 -0.497,-0.117 -0.209,-0.12 -0.372,-0.271 -0.491,-0.453 -0.118,-0.181 -0.177,-0.398 -0.177,-0.652 v -1.54 c 0,-0.253 0.059,-0.403 0.177,-0.448 0.119,-0.045 0.282,-0.007 0.491,0.113 0.212,0.123 0.378,0.275 0.497,0.457 0.118,0.182 0.177,0.399 0.177,0.653 z m -0.674,-3.03 c -0.145,-0.083 -0.282,-0.141 -0.409,-0.175 -0.127,-0.033 -0.236,-0.033 -0.328,0 -0.093,0.034 -0.165,0.105 -0.217,0.215 -0.052,0.11 -0.078,0.266 -0.078,0.465 v 1.54 c 0,0.2 0.026,0.383 0.078,0.55 0.052,0.167 0.124,0.322 0.217,0.465 0.092,0.143 0.201,0.272 0.328,0.385 0.127,0.114 0.264,0.212 0.409,0.295 0.143,0.083 0.279,0.142 0.406,0.175 0.127,0.033 0.236,0.031 0.329,-0.005 0.093,-0.037 0.165,-0.108 0.217,-0.215 0.051,-0.107 0.077,-0.26 0.077,-0.46 v -1.54 c 0,-0.2 -0.026,-0.385 -0.077,-0.555 -0.052,-0.17 -0.124,-0.325 -0.217,-0.465 -0.093,-0.14 -0.202,-0.266 -0.329,-0.38 -0.127,-0.113 -0.263,-0.212 -0.406,-0.295" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16940" /><path + d="m 78.9484,231.865 h -5.5961 v -9.336 h 5.5961 v 9.336" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16942" /><path + d="m 98.7734,203.805 c -0.5242,0.183 -1.548,0.57 -1.548,0.57 0,0 0.6953,5.123 -0.8621,5.982 -7.2332,3.985 -15.916,5.959 -15.916,12.172 0,12.06 16.9925,21.871 37.8797,21.871 17.106,0 31.601,-6.583 36.284,-15.591 1.043,-1.991 1.596,-4.096 1.596,-6.28 h 7.095 c 0,2.589 -0.66,5.092 -1.894,7.456 -5.555,10.695 -14.168,25.445 -43.556,25.445 -24.7969,0 -44.4997,-18.584 -44.4997,-32.901 0,-9.417 8.727,-17.68 21.7602,-22.231 l 3.6609,3.507" + style="fill:#ba3240;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16944" /><path + d="m 152.11,222.529 c 0,-1.711 -0.38,-3.372 -1.098,-4.953 -0.276,-0.605 -0.596,-1.193 -0.959,-1.772 l -6.674,1.409 c 0.294,0.458 0.553,0.933 0.761,1.4 0.579,1.253 0.882,2.567 0.882,3.916 0,1.539 -0.398,3.026 -1.124,4.426 -3.311,6.345 -13.52,10.987 -25.571,10.987 -14.713,0 -26.6942,-6.915 -26.6942,-15.413 0,-4.869 11.3092,-5.873 11.3092,-5.873 l -0.273,-6.599 c 0,0 1.235,-0.495 1.879,-0.719 l -3.657,-3.51 c -9.7941,3.423 -16.3469,9.63 -16.3469,16.701 0,0.207 0.0086,0.415 0.0176,0.623 0.5703,10.468 15.4993,18.888 33.7653,18.888 15.258,0 28.182,-5.87 32.366,-13.909 0.924,-1.772 1.417,-3.648 1.417,-5.602" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16946" /><path + d="m 152.11,230.759 v -8.23 h -7.088 c 0,1.539 -0.398,3.026 -1.124,4.426 -3.311,6.345 -13.52,10.987 -25.571,10.987 -14.713,0 -26.6942,-6.915 -26.6942,-15.413 h -7.0711 v 8.23 c 10.3649,22.795 58.8173,24.957 67.5483,0" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16948" /><path + d="m 133.179,232.349 v 1.617 c -3.127,12.838 -20.857,10.633 -37.4485,-2.377 v -9.06 c 0,-4.729 4.3825,-8.878 10.9355,-11.169 l 3.656,3.501 c -1.372,0.482 -2.604,1.084 -3.656,1.779 v 5.889 h -3.839 c 0,0.164 0.009,0.328 0.018,0.493 0.449,4.711 7.218,8.454 15.482,8.454 6.994,0 12.924,-2.688 14.852,-6.371 l 6.794,1.176 c -1.245,2.386 -3.622,4.478 -6.794,6.068" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16950" /><path + d="m 129.245,224.414 c -1.4,2.723 -5.766,4.702 -10.918,4.702 -6.293,0 -11.411,-2.956 -11.411,-6.587 0,-2.386 2.213,-4.486 5.533,-5.636 l 3.657,3.509 c -1.254,0.433 -2.092,1.219 -2.092,2.127 0,1.375 1.936,2.49 4.313,2.49 1.945,0 3.588,-0.752 4.124,-1.781 0.121,-0.225 0.181,-0.467 0.181,-0.709 0,-0.216 -0.052,-0.432 -0.138,-0.631 l 6.855,-1.037 c 0.251,0.527 0.38,1.089 0.38,1.668 0,0.657 -0.172,1.288 -0.484,1.885" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16952" /><path + d="m 129.729,231.295 v -8.766 h -7.097 c 0,0.242 -0.06,0.484 -0.181,0.709 -0.536,1.029 -2.179,1.781 -4.124,1.781 -2.377,0 -4.313,-1.115 -4.313,-2.49 h -7.098 v 8.766 c 7.262,5.203 14.852,5.42 22.813,0" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16954" /><path + d="m 101.334,213.639 h -2.2418 v 3.254 h 2.2418 v -3.254" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16956" /><path + d="M 96.5977,206.482 H 91.627 v 6.806 h 4.9707 v -6.806" + style="fill:#ba3240;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16958" /><path + d="m 98.7734,212.665 c -10.9757,3.835 -18.3261,10.794 -18.3261,18.725 0,12.06 16.9925,21.871 37.8797,21.871 17.106,0 31.601,-6.583 36.284,-15.591 1.043,-1.991 1.596,-4.097 1.596,-6.28 h 7.095 c 0,2.589 -0.66,5.092 -1.894,7.455 -5.555,10.696 -22.768,18.512 -43.081,18.512 -24.7965,0 -44.9747,-11.65 -44.9747,-25.967 0,-9.418 8.727,-17.68 21.7602,-22.231 l 3.6609,3.506" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16960" /><path + d="m 104.549,218.195 c -7.7338,2.704 -12.9131,7.607 -12.9131,13.195 0,8.496 11.9761,15.41 26.6911,15.41 12.055,0 22.264,-4.636 25.571,-10.986 0.73,-1.401 1.121,-2.888 1.121,-4.424 0,-1.352 -0.298,-2.663 -0.88,-3.912 -0.206,-0.475 -0.468,-0.942 -0.759,-1.401 l 6.669,-1.413 c 0.369,0.577 0.688,1.167 0.965,1.769 0.716,1.586 1.1,3.245 1.1,4.957 0,1.95 -0.497,3.83 -1.419,5.604 -4.186,8.037 -17.114,13.903 -32.368,13.903 -18.6309,0 -33.786,-8.75 -33.786,-19.507 0,-7.075 6.5559,-13.281 16.347,-16.701 l 3.661,3.506" + style="fill:#ededed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16962" /><path + d="m 110.324,223.726 c -4.491,1.569 -7.499,4.42 -7.499,7.664 0,4.936 6.953,8.951 15.502,8.951 6.996,0 12.927,-2.692 14.85,-6.378 l 6.797,1.175 c -2.795,5.375 -11.444,9.299 -21.647,9.299 -12.458,0 -22.5973,-5.854 -22.5973,-13.047 0,-4.731 4.3843,-8.881 10.9333,-11.171 l 3.661,3.507" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16964" /><path + d="m 116.107,229.264 c -1.256,0.43 -2.093,1.221 -2.093,2.126 0,1.372 1.937,2.49 4.313,2.49 1.944,0 3.59,-0.749 4.122,-1.777 0.121,-0.226 0.185,-0.467 0.185,-0.713 0,-0.217 -0.05,-0.43 -0.142,-0.631 l 6.861,-1.04 c 0.248,0.532 0.376,1.094 0.376,1.671 0,0.655 -0.17,1.29 -0.483,1.889 -1.404,2.715 -5.768,4.698 -10.919,4.698 -6.293,0 -11.408,-2.954 -11.408,-6.587 0,-2.388 2.213,-4.486 5.527,-5.637 l 3.661,3.511" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16966" /><path + d="m 116.107,229.264 -3.661,-3.511 v -8.86 l 3.661,3.51 v 8.861" + style="fill:#3c3c3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16968" /><path + d="m 122.492,230.759 6.861,-1.04 v -8.861 l -6.861,1.04 v 8.861" + style="fill:#3c3c3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16970" /><path + d="m 106.666,211.36 3.656,3.501 0.002,8.865 -3.661,-3.507 0.003,-8.859" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16972" /><path + d="m 133.179,225.105 6.794,1.176 10e-4,8.857 -6.795,-1.172 v -8.861" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16974" /><path + d="m 104.549,218.195 -3.661,-3.506 v -8.861 l 3.661,3.507 v 8.86" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16976" /><path + d="m 143.38,226.077 6.669,-1.413 v -8.861 l -6.669,1.413 v 8.861" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16978" /><path + d="m 98.7734,203.805 -3.6609,-3.507 v 8.861 l 3.6609,3.506 v -8.86" + style="fill:#e03d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16980" /><path + d="m 163.302,222.529 h -7.095 v 8.861 h 7.095 v -8.861" + style="fill:#e03d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path16982" /><path + d="m 193.38,39.1488 -92.36,53.3223 -40.3899,-23.318 -0.284,0.491 40.6739,23.4809 0.142,-0.0809 92.502,-53.4043 -0.284,-0.491" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17056" /><path + d="m 101.303,92.798 h -0.566 v 60.759 h 0.566 V 92.798" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17058" /><path + d="m 178.405,48.0191 -5.72,-3.3031 -71.857,48.0899 -5.7194,39.5781 5.7194,3.302 7.865,0.964 8.58,-9.907 7.627,-0.826 7.865,-8.394 7.865,-5.916 6.673,-0.413 6.673,-11.4889 3.813,3.3709 5.72,3.302 6.674,-13.7589 8.222,-7.5 v -37.1" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17060" /><path + d="m 172.685,44.716 -77.5772,44.7879 8e-4,42.8801 7.8644,0.963 8.58,-9.907 7.627,-0.826 7.865,-8.393 7.865,-5.917 6.673,-0.412 6.673,-11.49 9.533,6.674 6.673,-13.76 8.223,-7.4988 V 44.716" + style="fill:#ba3240;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17062" /><path + d="m 172.685,44.716 -5.721,-3.3019 -71.8562,48.0898 -5.7195,35.4491 5.7199,3.303 7.6268,-6.605 8.818,-3.44 7.627,-11.008 7.865,2.064 7.865,-4.54 6.673,-6.8801 6.672,-11.8328 9.534,0.55 6.673,-5.7789 8.223,-8.875 V 44.716" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17064" /><path + d="m 166.964,41.4141 -77.5761,44.7871 4e-4,38.7518 7.6265,-6.604 8.8182,-3.44 7.627,-11.008 7.865,2.064 7.864,-4.541 6.674,-6.8799 6.672,-11.8332 9.534,0.55 6.673,-5.7789 8.223,-8.875 -0.001,-27.1929" + style="fill:#ededed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17066" /><path + d="m 166.964,41.4141 -5.72,-3.3032 -71.8561,48.0903 -5.7199,23.8918 5.7199,3.302 7.8648,1.514 7.1503,-10.183 9.057,-7.4299 7.865,-0.1383 7.864,-0.6867 6.674,-7.1551 6.672,-15.6609 9.534,-1.1262 6.673,-2.4769 8.223,-18.3438 -0.001,-10.2941" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17068" /><path + d="m 161.244,38.1109 -77.5764,44.7879 4e-4,27.1942 7.8648,1.513 7.15,-10.182 9.0562,-7.4299 7.866,-0.1382 7.864,-0.6879 6.674,-7.1551 6.672,-15.6598 9.534,-1.1269 6.673,-2.4762 8.223,-18.3441 -0.001,-10.295" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17070" /><path + d="m 161.244,38.1109 -5.72,-3.3019 -71.8564,48.0898 -5.7199,7.1043 5.7203,3.302 8.1031,3.8527 8.5799,-8.8058 8.103,-0.8258 7.15,-7.1551 2.384,3.3027 5.72,3.3024 6.434,-18.55 6.641,-3.834 9.566,-9.9512 6.912,1.2379 7.983,-15.3418 v -2.4262" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17072" /><path + d="M 155.524,34.809 77.9477,79.5961 v 10.407 l 8.1035,3.8528 8.5797,-8.8071 8.1031,-0.825 7.15,-7.1547 8.104,6.6047 6.434,-18.5508 6.641,-3.8339 9.566,-9.9512 6.911,1.2391 7.984,-15.343 v -2.425" + style="fill:#3c3c3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17074" /><path + d="m 99.959,152.965 c -0.586,-0.338 -0.586,-0.887 0,-1.225 0.586,-0.339 1.536,-0.339 2.122,0 0.586,0.338 0.586,0.887 0,1.225 -0.586,0.338 -1.536,0.338 -2.122,0" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17076" /><path + d="m 101.02,157.408 -1.4766,-4.903 2.9516,0.006 z" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17078" /><path + d="m 60.5793,68.325 c 0.5859,-0.3379 1.0609,-0.0641 1.0609,0.6129 0,0.6769 -0.475,1.5 -1.0609,1.8383 -0.5859,0.3379 -1.0609,0.0636 -1.0609,-0.6133 0,-0.6758 0.475,-1.4988 1.0609,-1.8379" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17080" /><path + d="m 56.2012,67.023 4.9847,1.1731 -1.4816,2.5527 z" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17082" /><path + d="m 191.266,39.4141 c -0.586,-0.3391 -1.061,-0.0641 -1.061,0.6121 0,0.6769 0.475,1.5 1.061,1.8379 0.586,0.3379 1.061,0.064 1.061,-0.6129 0,-0.6762 -0.475,-1.4992 -1.061,-1.8371" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17084" /><path + d="m 195.644,38.1109 -4.985,1.1731 1.482,2.5531 z" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17086" /><path + d="m 148.23,30.3852 -77.5191,44.7578 0.25,0.434 77.5191,-44.7579 -0.25,-0.4339" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17088" /><path + d="m 146.131,29.0289 -0.25,0.4332 4.699,2.7129 0.25,-0.4328 -4.699,-2.7133" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17090" /><path + d="m 136.441,34.623 -0.25,0.434 4.699,2.7129 0.25,-0.434 -4.699,-2.7129" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17092" /><path + d="m 126.751,40.218 -0.25,0.434 4.699,2.7121 0.25,-0.4332 -4.699,-2.7129" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17094" /><path + d="m 117.061,45.8129 -0.25,0.4332 4.699,2.7129 0.25,-0.434 -4.699,-2.7121" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17096" /><path + d="m 107.372,51.4078 -0.25,0.4332 4.698,2.7129 0.25,-0.434 -4.698,-2.7121" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17098" /><path + d="m 97.6816,57.002 -0.25,0.4339 4.6984,2.7121 0.25,-0.4332 -4.6984,-2.7128" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17100" /><path + d="m 87.9918,62.5969 -0.25,0.434 4.698,2.7121 0.25,-0.434 -4.698,-2.7121" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17102" /><path + d="M 78.3016,68.1922 78.0516,68.625 82.75,71.3371 83,70.9039 78.3016,68.1922" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17104" /><path + d="m 68.6117,73.7859 -0.25,0.434 4.6985,2.7121 0.25,-0.434 -4.6985,-2.7121" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17106" /><path + d="m 139.704,27.5379 0.194,-0.4258 -0.032,-0.1172 -0.15,-0.0328 -0.141,0.0367 -0.059,0.0684 -0.033,0.075 -0.31,0.7316 -0.016,0.0782 0.067,0.073 0.129,0.0371 0.15,-0.0332 4.457,-2.575 0.056,-0.091 -0.074,-0.084 -0.15,-0.0449 -0.156,0.034 -3.932,2.2699" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17108" /><path + d="m 143.72,28.107 0.215,0.0532 0.213,-0.0532 0.095,-0.125 -0.087,-0.1261 -0.224,-0.0539 -0.218,0.055 -0.09,0.1231 z m 0.163,1.036 c -0.363,0.2101 -0.715,0.3129 -1.056,0.3101 -0.341,-0.0011 -0.667,-0.0922 -0.979,-0.2722 -0.31,-0.1797 -0.468,-0.3668 -0.469,-0.5629 -0.003,-0.1969 0.178,-0.3989 0.541,-0.6078 l 2.054,-1.1864 c 0.363,-0.209 0.714,-0.3136 1.052,-0.3129 0.34,0.0012 0.665,0.0922 0.975,0.2719 0.312,0.1793 0.47,0.3672 0.474,0.5652 0.004,0.1961 -0.175,0.3989 -0.538,0.609 z m 2.43,-2.5399 c -0.186,-0.1082 -0.381,-0.1929 -0.59,-0.2543 -0.207,-0.0629 -0.423,-0.0968 -0.648,-0.1019 -0.224,-0.0039 -0.456,0.0242 -0.696,0.084 -0.24,0.0621 -0.483,0.1632 -0.729,0.305 l -2.054,1.1871 c -0.246,0.1411 -0.423,0.2821 -0.529,0.4211 -0.105,0.1379 -0.153,0.2719 -0.145,0.402 0.008,0.1301 0.067,0.2539 0.174,0.3738 0.108,0.1199 0.255,0.2332 0.441,0.341 0.181,0.1039 0.377,0.1879 0.587,0.252 0.209,0.0633 0.427,0.098 0.655,0.1043 0.226,0.0066 0.46,-0.0211 0.699,-0.082 0.24,-0.0602 0.483,-0.1633 0.729,-0.3051 l 2.054,-1.186 c 0.246,-0.1421 0.423,-0.282 0.529,-0.4203 0.105,-0.1398 0.153,-0.2726 0.142,-0.4039 -0.011,-0.1308 -0.072,-0.257 -0.182,-0.3777 -0.109,-0.1211 -0.255,-0.2352 -0.437,-0.3391" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17110" /><path + d="m 119.123,37.1422 c -0.147,0.0848 -0.255,0.1808 -0.324,0.2879 -0.07,0.107 -0.098,0.2187 -0.085,0.3328 0.014,0.1141 0.064,0.2301 0.153,0.343 0.088,0.1132 0.217,0.2191 0.385,0.316 0.186,0.1082 0.388,0.1871 0.606,0.2383 0.219,0.05 0.438,0.0757 0.661,0.0738 0.223,-8e-4 0.438,-0.027 0.646,-0.0762 0.207,-0.0508 0.394,-0.1238 0.563,-0.2207 0.233,-0.1351 0.386,-0.2871 0.459,-0.457 0.074,-0.1699 0.106,-0.3449 0.094,-0.5262 -0.01,-0.1801 -0.046,-0.3641 -0.106,-0.5508 -0.06,-0.1871 -0.109,-0.364 -0.146,-0.5301 -0.037,-0.166 -0.045,-0.3179 -0.027,-0.4558 0.02,-0.1383 0.105,-0.2524 0.256,-0.3391 l 0.461,-0.2652 2.139,1.234 0.136,0.0269 0.149,-0.041 0.068,-0.0848 -0.043,-0.08 -2.306,-1.3328 -0.14,-0.0391 -0.159,0.0328 -0.629,0.3621 c -0.181,0.1039 -0.291,0.232 -0.329,0.382 -0.04,0.1489 -0.046,0.3102 -0.02,0.4821 0.025,0.173 0.069,0.3519 0.129,0.539 0.061,0.1868 0.103,0.3668 0.124,0.5418 0.022,0.175 0.006,0.3411 -0.046,0.4981 -0.051,0.1582 -0.177,0.293 -0.376,0.409 -0.107,0.0609 -0.236,0.114 -0.384,0.1582 -0.15,0.0437 -0.306,0.0679 -0.471,0.0726 -0.164,0.0051 -0.333,-0.0109 -0.509,-0.0468 -0.175,-0.036 -0.342,-0.1 -0.502,-0.1918 -0.242,-0.1403 -0.373,-0.2942 -0.395,-0.4641 -0.022,-0.1699 0.103,-0.3332 0.376,-0.4902 l 0.051,-0.0789 -0.09,-0.1008 -0.161,-0.0371 -0.208,0.0781" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17112" /><path + d="m 124.65,39.0238 0.214,0.0532 0.214,-0.0532 0.093,-0.125 -0.087,-0.1258 -0.224,-0.0539 -0.217,0.0547 -0.091,0.1231 z m 0.162,1.0364 c -0.362,0.2097 -0.715,0.3128 -1.056,0.3097 -0.342,-8e-4 -0.668,-0.0929 -0.979,-0.273 -0.311,-0.1789 -0.468,-0.366 -0.469,-0.5617 -0.002,-0.1961 0.178,-0.3993 0.541,-0.6082 l 2.054,-1.186 c 0.363,-0.209 0.714,-0.314 1.052,-0.3129 0.34,8e-4 0.665,0.0918 0.975,0.2719 0.312,0.1789 0.47,0.368 0.473,0.5648 0.005,0.1961 -0.174,0.3993 -0.536,0.609 z m 2.43,-2.5403 c -0.186,-0.1078 -0.382,-0.1929 -0.589,-0.2551 -0.208,-0.0617 -0.424,-0.0957 -0.649,-0.1007 -0.224,-0.0039 -0.456,0.023 -0.697,0.0839 -0.239,0.0622 -0.482,0.1629 -0.728,0.3059 l -2.055,1.1859 c -0.246,0.1422 -0.422,0.2821 -0.527,0.4204 -0.106,0.1378 -0.155,0.2726 -0.146,0.4027 0.008,0.1301 0.066,0.2551 0.175,0.3742 0.107,0.1199 0.255,0.2328 0.44,0.341 0.182,0.1039 0.377,0.1891 0.587,0.2528 0.209,0.0632 0.427,0.0972 0.654,0.1031 0.227,0.0058 0.46,-0.0211 0.701,-0.082 0.238,-0.0598 0.482,-0.1629 0.728,-0.3051 l 2.054,-1.186 c 0.246,-0.1418 0.422,-0.282 0.528,-0.4211 0.107,-0.1386 0.154,-0.2726 0.142,-0.4027 -0.01,-0.132 -0.07,-0.257 -0.18,-0.3781 -0.11,-0.1211 -0.257,-0.2352 -0.438,-0.3391" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17114" /><path + d="m 104.175,47.2219 c 0.32,0.1851 0.483,0.375 0.49,0.5703 0.006,0.1969 -0.169,0.3976 -0.529,0.6047 l -0.122,0.0711 c -0.311,0.18 -0.631,0.2621 -0.959,0.2468 -0.329,-0.0148 -0.641,-0.1078 -0.939,-0.2808 l -0.158,-0.0328 -0.135,0.0379 -0.071,0.0781 0.058,0.0859 c 0.143,0.0821 0.252,0.1629 0.331,0.243 l 0.123,0.243 -0.106,0.2519 c -0.076,0.086 -0.197,0.177 -0.361,0.2719 -0.298,0.1723 -0.589,0.2633 -0.872,0.275 -0.282,0.0109 -0.573,-0.0688 -0.871,-0.241 C 99.8676,49.5391 99.743,49.4371 99.6781,49.3398 99.6137,49.243 99.5875,49.1531 99.6,49.0711 l 0.1207,-0.2199 0.2039,-0.1551 c 0.1214,-0.0699 0.1264,-0.1359 0.0188,-0.1981 l -0.1704,-0.0468 -0.2109,0.0808 -0.2496,0.2 c -0.0844,0.086 -0.1352,0.186 -0.1523,0.3008 -0.0176,0.1152 0.016,0.2402 0.1003,0.3774 0.0836,0.1339 0.254,0.2769 0.509,0.423 0.1684,0.0977 0.3425,0.175 0.5245,0.2328 0.181,0.057 0.367,0.0899 0.558,0.0961 0.188,0.0078 0.383,-0.0141 0.583,-0.066 0.199,-0.0539 0.401,-0.1402 0.608,-0.259 0.307,-0.1769 0.497,-0.3473 0.568,-0.5101 0.071,-0.1641 0.07,-0.309 -0.005,-0.436 0.278,0.0641 0.561,0.084 0.853,0.0578 0.291,-0.0269 0.584,-0.1238 0.878,-0.2937 l 0.122,-0.0711 c 0.247,-0.1418 0.421,-0.2828 0.523,-0.4211 0.101,-0.1379 0.147,-0.2719 0.137,-0.4 -0.012,-0.1289 -0.071,-0.2527 -0.179,-0.3731 -0.108,-0.1187 -0.253,-0.2308 -0.434,-0.3359 -0.22,-0.1269 -0.445,-0.2199 -0.674,-0.2769 -0.229,-0.0571 -0.447,-0.0879 -0.655,-0.0938 -0.207,-0.0043 -0.4,0.0137 -0.58,0.0547 -0.179,0.041 -0.327,0.0953 -0.444,0.1633 l -0.119,0.1129 0.068,0.089 0.178,0.0508 0.146,-0.0437 c 0.069,-0.0403 0.162,-0.0774 0.278,-0.1133 0.117,-0.034 0.252,-0.0539 0.402,-0.059 0.151,-0.0047 0.318,0.0133 0.502,0.0543 0.184,0.0418 0.373,0.118 0.567,0.2297" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17116" /><path + d="m 105.218,50.466 0.214,0.052 0.214,-0.052 0.094,-0.1262 -0.087,-0.125 -0.224,-0.0539 -0.217,0.0539 -0.09,0.1243 z m 0.162,1.036 c -0.363,0.2089 -0.715,0.3128 -1.055,0.3109 -0.342,-0.0027 -0.668,-0.0938 -0.979,-0.2738 -0.311,-0.1789 -0.468,-0.3672 -0.47,-0.5629 -0.002,-0.1953 0.178,-0.3981 0.541,-0.6071 l 2.054,-1.1859 c 0.363,-0.2102 0.714,-0.3141 1.053,-0.3133 0.339,0.0012 0.664,0.0922 0.975,0.2723 0.311,0.1797 0.469,0.3668 0.473,0.5637 0.005,0.198 -0.175,0.4011 -0.538,0.6101 z m 2.431,-2.5399 c -0.186,-0.107 -0.382,-0.1922 -0.59,-0.2551 -0.207,-0.0621 -0.424,-0.0949 -0.648,-0.1 -0.224,-0.0058 -0.457,0.0219 -0.697,0.084 -0.24,0.0602 -0.482,0.1621 -0.729,0.3039 l -2.054,1.186 c -0.246,0.1429 -0.423,0.2832 -0.528,0.4211 -0.105,0.139 -0.154,0.2718 -0.146,0.4019 0.008,0.1301 0.068,0.2551 0.175,0.3742 0.109,0.1199 0.256,0.234 0.442,0.341 0.181,0.1047 0.376,0.1899 0.586,0.2528 0.209,0.0633 0.426,0.098 0.654,0.1051 0.227,0.005 0.46,-0.0219 0.699,-0.0829 0.24,-0.0609 0.483,-0.1632 0.73,-0.305 l 2.053,-1.186 c 0.247,-0.1422 0.423,-0.282 0.529,-0.4211 0.106,-0.1379 0.153,-0.273 0.142,-0.4039 -0.011,-0.1312 -0.071,-0.257 -0.18,-0.3781 -0.111,-0.1211 -0.257,-0.2328 -0.438,-0.3379" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17118" /><path + d="m 84.4105,59.452 -1.666,-0.961 -0.1492,-0.0379 -0.1359,0.0379 -0.0703,0.0711 -1.6082,2.8277 -0.009,0.0922 0.0605,0.0649 0.1434,0.0383 0.1492,-0.0262 0.0586,-0.057 1.516,-2.6711 1.3938,0.8043 -1.3938,0.8046 -0.0476,0.0883 0.0793,0.0809 0.1437,0.048 0.148,-0.03 1.3934,-0.804 0.3695,0.2122 0.1551,0.0347 0.143,-0.041 0.0777,-0.0859 -0.0582,-0.0899 -0.3695,-0.214 0.991,-0.5719 0.059,-0.0902 -0.0781,-0.086 -0.145,-0.043 -0.1589,0.0321 -0.9915,0.5719" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17120" /><path + d="m 85.609,61.7898 0.2137,0.0532 0.214,-0.0532 0.0938,-0.125 -0.0871,-0.1257 -0.2246,-0.0532 -0.2168,0.0539 -0.0907,0.1231 z m 0.1621,1.0372 c -0.3633,0.2089 -0.716,0.3128 -1.0563,0.3101 -0.3418,-0.0019 -0.6675,-0.093 -0.9789,-0.2723 -0.3105,-0.1796 -0.4679,-0.3679 -0.4691,-0.5636 -0.0027,-0.1961 0.1773,-0.3981 0.5406,-0.6071 l 2.0539,-1.1871 c 0.3633,-0.209 0.7145,-0.3129 1.0528,-0.3121 0.3394,0.0012 0.6644,0.091 0.975,0.2711 0.3117,0.1801 0.4695,0.3672 0.473,0.566 0.0047,0.1961 -0.1742,0.3989 -0.5375,0.609 z m 2.4297,-2.5411 c -0.1856,-0.107 -0.382,-0.1918 -0.5891,-0.2531 -0.2078,-0.0629 -0.4238,-0.0969 -0.6488,-0.1019 -0.2242,-0.0047 -0.4566,0.023 -0.6961,0.0839 -0.2398,0.0622 -0.4836,0.1633 -0.7297,0.3051 l -2.0535,1.186 c -0.2465,0.1421 -0.4227,0.282 -0.5285,0.4211 -0.1051,0.139 -0.1539,0.273 -0.1457,0.4019 0.0086,0.1301 0.0672,0.2543 0.1754,0.3742 0.1074,0.1207 0.2539,0.234 0.4394,0.341 0.1817,0.1047 0.3781,0.1891 0.5875,0.252 0.2094,0.0641 0.4274,0.0988 0.6547,0.1051 0.2266,0.0066 0.4602,-0.0223 0.6992,-0.0821 0.2399,-0.0609 0.4828,-0.1632 0.7289,-0.305 l 2.0539,-1.1871 c 0.2461,-0.1411 0.4231,-0.2821 0.5289,-0.4192 0.1055,-0.1398 0.1532,-0.2738 0.1426,-0.4047 -0.0109,-0.1312 -0.0715,-0.257 -0.1812,-0.3781 -0.1098,-0.1211 -0.2563,-0.234 -0.4379,-0.3391" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17122" /><path + d="m 373.074,170.792 -40.611,23.447 v 7.838 l 40.611,-23.447 v -7.838" + style="fill:#ba3240;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17124" /><path + d="m 413.685,202.077 -40.611,-23.447 -40.611,23.447 40.611,23.448 40.611,-23.448" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17126" /><path + d="m 373.074,170.792 40.611,23.447 v 7.838 L 373.074,178.63 v -7.838" + style="fill:#e03d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17128" /><path + d="m 373.074,185.583 -29.3,16.917 v 8.68 l 29.3,-16.917 v -8.68" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17130" /><path + d="m 402.374,211.18 -29.3,-16.917 -29.3,16.917 29.3,16.917 29.3,-16.917" + style="fill:#ededed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17132" /><path + d="m 373.074,185.583 29.3,16.917 v 8.68 l -29.3,-16.917 v -8.68" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17134" /><path + d="m 373.074,200.48 -19.799,11.432 v 8.579 l 19.799,-11.431 v -8.58" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17136" /><path + d="m 392.873,220.491 -19.799,-11.431 -19.799,11.431 19.799,11.432 19.799,-11.432" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17138" /><path + d="m 373.074,200.48 19.799,11.432 v 8.579 L 373.074,209.06 v -8.58" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17140" /><path + d="m 373.074,214.863 -11.373,6.566 v 8.019 l 11.373,-6.566 v -8.019" + style="fill:#3c3c3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17142" /><path + d="m 384.447,229.448 -11.373,-6.566 -11.373,6.566 11.373,6.566 11.373,-6.566" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17144" /><path + d="m 373.074,214.863 11.373,6.566 v 8.019 l -11.373,-6.566 v -8.019" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17146" /><path + d="m 377.4,221.981 c 0.156,0.09 0.302,0.15 0.439,0.182 0.137,0.033 0.256,0.026 0.355,-0.019 0.1,-0.045 0.179,-0.132 0.236,-0.265 0.056,-0.131 0.086,-0.314 0.086,-0.549 v -0.122 c 0,-0.243 -0.03,-0.467 -0.086,-0.67 -0.057,-0.204 -0.137,-0.389 -0.24,-0.552 -0.101,-0.163 -0.22,-0.31 -0.357,-0.437 -0.137,-0.129 -0.283,-0.237 -0.438,-0.326 -0.177,-0.103 -0.335,-0.166 -0.472,-0.187 -0.137,-0.022 -0.254,-0.012 -0.349,0.029 -0.096,0.041 -0.171,0.111 -0.221,0.213 -0.049,0.101 -0.074,0.225 -0.074,0.37 l 0.039,0.151 0.094,0.092 c 0.097,0.057 0.145,0.037 0.145,-0.057 0,-0.124 0.022,-0.222 0.067,-0.295 l 0.18,-0.145 c 0.076,-0.024 0.165,-0.024 0.266,-0.001 0.102,0.025 0.21,0.07 0.325,0.137 0.266,0.154 0.473,0.357 0.622,0.608 0.148,0.253 0.221,0.556 0.221,0.91 v 0.122 c 0,0.342 -0.073,0.551 -0.221,0.628 -0.149,0.077 -0.354,0.039 -0.617,-0.112 l -0.76,-0.44 -0.133,-0.037 -0.028,0.073 0.002,0.06 0.004,0.059 0.105,1.937 c 0.008,0.099 0.043,0.167 0.105,0.203 l 1.515,0.875 0.081,-0.003 0.025,-0.09 -0.025,-0.121 -0.081,-0.094 -1.358,-0.785 -0.101,-1.717 0.649,0.375" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17148" /><path + d="m 382.389,223.817 c 0,0.162 -0.038,0.258 -0.115,0.287 -0.075,0.028 -0.181,0.003 -0.318,-0.076 -0.133,-0.076 -0.237,-0.174 -0.313,-0.289 -0.076,-0.118 -0.114,-0.256 -0.114,-0.418 v -0.989 c 0,-0.162 0.038,-0.257 0.114,-0.287 0.076,-0.027 0.18,-0.004 0.313,0.073 0.137,0.08 0.243,0.177 0.318,0.293 0.077,0.117 0.115,0.256 0.115,0.418 z m -0.433,-1.942 c -0.092,-0.054 -0.18,-0.091 -0.261,-0.112 l -0.211,-0.001 -0.138,0.138 c -0.034,0.071 -0.05,0.171 -0.05,0.298 v 0.988 c 0,0.127 0.016,0.244 0.05,0.352 0.033,0.107 0.079,0.205 0.138,0.297 0.059,0.092 0.129,0.175 0.211,0.247 0.081,0.073 0.169,0.135 0.261,0.189 0.092,0.054 0.18,0.091 0.262,0.112 l 0.21,-0.003 0.138,-0.137 c 0.034,-0.069 0.05,-0.166 0.05,-0.295 v -0.987 c 0,-0.129 -0.016,-0.248 -0.05,-0.356 -0.033,-0.109 -0.079,-0.208 -0.138,-0.298 l -0.21,-0.242 c -0.082,-0.074 -0.17,-0.137 -0.262,-0.19 z m -0.094,4.885 0.085,0.012 0.043,-0.085 -0.017,-0.08 -2.131,-5.998 -0.112,-0.148 -0.08,-0.011 -0.036,0.066 0.011,0.077 2.148,6.053 0.036,0.071 z m -1.826,-1.995 c 0,0.162 -0.038,0.257 -0.114,0.286 -0.075,0.029 -0.182,0.004 -0.319,-0.075 -0.132,-0.077 -0.238,-0.173 -0.314,-0.29 -0.075,-0.116 -0.113,-0.256 -0.113,-0.418 v -0.986 c 0,-0.162 0.038,-0.258 0.113,-0.287 0.076,-0.03 0.182,-0.004 0.314,0.072 0.137,0.079 0.244,0.176 0.319,0.293 0.076,0.117 0.114,0.256 0.114,0.418 z m -0.433,-1.942 c -0.092,-0.053 -0.179,-0.09 -0.26,-0.112 h -0.212 l -0.139,0.138 c -0.032,0.071 -0.05,0.169 -0.05,0.298 v 0.986 c 0,0.129 0.018,0.246 0.05,0.353 0.034,0.107 0.08,0.206 0.139,0.298 0.059,0.091 0.13,0.173 0.212,0.246 0.081,0.073 0.168,0.136 0.26,0.19 0.092,0.054 0.179,0.09 0.26,0.111 l 0.212,-0.002 0.139,-0.138 c 0.033,-0.07 0.05,-0.167 0.05,-0.294 v -0.988 c 0,-0.127 -0.017,-0.246 -0.05,-0.355 -0.034,-0.109 -0.08,-0.209 -0.139,-0.298 l -0.212,-0.244 c -0.081,-0.072 -0.168,-0.135 -0.26,-0.189" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17150" /><path + d="m 384.894,198.09 c 0,0.146 0.025,0.296 0.075,0.45 0.05,0.156 0.12,0.305 0.21,0.449 0.091,0.145 0.197,0.278 0.32,0.403 0.121,0.123 0.254,0.226 0.398,0.31 0.16,0.092 0.305,0.143 0.436,0.155 0.132,0.011 0.245,-0.01 0.339,-0.068 0.095,-0.056 0.167,-0.142 0.22,-0.257 0.051,-0.115 0.077,-0.257 0.077,-0.423 0,-0.231 -0.047,-0.464 -0.142,-0.7 -0.094,-0.236 -0.21,-0.468 -0.349,-0.699 -0.138,-0.228 -0.291,-0.457 -0.455,-0.681 -0.165,-0.227 -0.316,-0.442 -0.455,-0.645 -0.138,-0.203 -0.256,-0.396 -0.35,-0.58 -0.094,-0.182 -0.141,-0.348 -0.141,-0.498 v -0.455 l 1.831,1.057 h 0.077 l 0.034,-0.09 -0.034,-0.125 -0.077,-0.092 -1.976,-1.141 -0.088,-0.015 -0.044,0.08 v 0.621 c 0,0.18 0.047,0.371 0.14,0.572 0.095,0.202 0.211,0.41 0.35,0.625 0.14,0.215 0.291,0.434 0.456,0.66 0.164,0.225 0.316,0.448 0.455,0.666 0.139,0.219 0.254,0.435 0.349,0.65 0.095,0.215 0.141,0.421 0.141,0.616 0,0.107 -0.015,0.207 -0.046,0.301 -0.033,0.093 -0.082,0.162 -0.147,0.21 -0.067,0.045 -0.152,0.067 -0.253,0.065 -0.101,-0.004 -0.221,-0.044 -0.358,-0.123 -0.207,-0.119 -0.378,-0.285 -0.513,-0.498 -0.136,-0.213 -0.203,-0.454 -0.203,-0.723 l -0.036,-0.113 -0.115,-0.107 -0.096,-0.009 -0.03,0.152" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17152" /><path + d="m 388.478,199.224 c 0.156,0.09 0.302,0.15 0.439,0.183 0.137,0.032 0.256,0.026 0.355,-0.019 0.1,-0.045 0.179,-0.133 0.237,-0.265 0.056,-0.131 0.085,-0.315 0.085,-0.549 v -0.122 c 0,-0.244 -0.029,-0.468 -0.085,-0.67 -0.058,-0.205 -0.138,-0.389 -0.24,-0.552 -0.101,-0.164 -0.221,-0.31 -0.358,-0.438 -0.137,-0.128 -0.283,-0.236 -0.437,-0.326 -0.178,-0.102 -0.335,-0.165 -0.473,-0.186 -0.137,-0.022 -0.253,-0.012 -0.349,0.028 -0.096,0.041 -0.17,0.112 -0.22,0.213 -0.05,0.102 -0.075,0.226 -0.075,0.371 l 0.039,0.15 0.094,0.093 c 0.097,0.056 0.145,0.036 0.145,-0.058 0,-0.123 0.022,-0.222 0.067,-0.294 l 0.18,-0.145 c 0.076,-0.025 0.165,-0.025 0.266,-0.001 0.102,0.024 0.21,0.07 0.326,0.137 0.265,0.153 0.473,0.356 0.621,0.608 0.148,0.252 0.221,0.555 0.221,0.91 v 0.121 c 0,0.342 -0.073,0.552 -0.221,0.629 -0.148,0.076 -0.354,0.039 -0.617,-0.113 l -0.76,-0.439 -0.133,-0.038 -0.027,0.075 0.002,0.058 0.003,0.06 0.105,1.937 c 0.008,0.099 0.043,0.167 0.105,0.202 l 1.515,0.875 0.081,-0.002 0.026,-0.091 -0.026,-0.12 -0.081,-0.094 -1.358,-0.784 -0.1,-1.719 0.648,0.375" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17154" /><path + d="m 393.467,201.06 c 0,0.162 -0.038,0.258 -0.114,0.287 -0.076,0.029 -0.182,0.004 -0.319,-0.076 -0.133,-0.076 -0.237,-0.173 -0.313,-0.289 -0.076,-0.118 -0.114,-0.256 -0.114,-0.418 v -0.987 c 0,-0.163 0.038,-0.257 0.114,-0.288 0.076,-0.028 0.18,-0.003 0.313,0.074 0.137,0.078 0.243,0.175 0.319,0.292 0.076,0.117 0.114,0.256 0.114,0.418 z m -0.433,-1.942 c -0.092,-0.053 -0.18,-0.091 -0.261,-0.111 l -0.211,-0.002 -0.138,0.139 c -0.033,0.07 -0.05,0.17 -0.05,0.298 v 0.987 c 0,0.128 0.017,0.245 0.05,0.351 0.033,0.108 0.079,0.208 0.138,0.299 0.059,0.092 0.129,0.174 0.211,0.246 0.081,0.073 0.169,0.136 0.261,0.19 0.092,0.053 0.18,0.09 0.262,0.112 l 0.21,-0.003 0.139,-0.138 c 0.033,-0.069 0.049,-0.166 0.049,-0.294 v -0.988 c 0,-0.127 -0.016,-0.247 -0.049,-0.355 -0.033,-0.108 -0.08,-0.209 -0.139,-0.299 l -0.21,-0.242 c -0.082,-0.074 -0.17,-0.137 -0.262,-0.19 z m -0.094,4.886 0.085,0.011 0.043,-0.084 -0.017,-0.08 -2.131,-5.998 -0.11,-0.148 -0.082,-0.01 -0.036,0.065 0.011,0.077 2.149,6.053 0.035,0.07 z m -1.826,-1.995 c 0,0.162 -0.038,0.257 -0.114,0.286 -0.075,0.028 -0.182,0.003 -0.318,-0.075 -0.133,-0.077 -0.239,-0.174 -0.315,-0.29 -0.075,-0.116 -0.113,-0.256 -0.113,-0.418 v -0.987 c 0,-0.162 0.038,-0.258 0.113,-0.287 0.076,-0.029 0.182,-0.004 0.315,0.072 0.136,0.08 0.243,0.178 0.318,0.293 0.076,0.117 0.114,0.256 0.114,0.418 z m -0.432,-1.941 c -0.093,-0.054 -0.18,-0.092 -0.261,-0.114 h -0.211 l -0.14,0.139 c -0.032,0.07 -0.05,0.169 -0.05,0.297 v 0.987 c 0,0.128 0.018,0.245 0.05,0.353 0.034,0.107 0.08,0.205 0.14,0.297 0.059,0.091 0.129,0.175 0.211,0.248 0.081,0.072 0.168,0.136 0.261,0.189 0.091,0.053 0.178,0.09 0.259,0.111 l 0.212,-0.004 0.139,-0.136 c 0.033,-0.069 0.05,-0.167 0.05,-0.295 v -0.987 c 0,-0.128 -0.017,-0.246 -0.05,-0.355 -0.034,-0.109 -0.079,-0.209 -0.139,-0.299 l -0.212,-0.244 c -0.081,-0.072 -0.168,-0.134 -0.259,-0.187" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17156" /><path + d="m 380.529,210.608 -0.233,-0.595 -0.101,-0.141 -0.089,-0.006 -0.032,0.082 0.026,0.102 0.041,0.104 0.41,1.019 0.05,0.102 0.084,0.077 0.083,0.016 0.039,-0.08 v -4.408 l -0.044,-0.131 -0.095,-0.09 -0.098,-0.021 -0.041,0.082 v 3.888" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17158" /><path + d="m 382.576,212.15 c -0.233,-0.134 -0.413,-0.304 -0.541,-0.505 -0.128,-0.201 -0.191,-0.454 -0.191,-0.757 0,-0.303 0.063,-0.485 0.191,-0.543 0.128,-0.059 0.308,-0.022 0.541,0.113 0.233,0.135 0.415,0.306 0.544,0.513 0.13,0.207 0.193,0.463 0.193,0.765 0,0.304 -0.063,0.483 -0.193,0.536 -0.129,0.053 -0.311,0.012 -0.544,-0.122 z m 0.838,-2.528 c 0,0.355 -0.074,0.57 -0.222,0.648 -0.148,0.076 -0.353,0.039 -0.616,-0.113 -0.263,-0.152 -0.469,-0.352 -0.616,-0.6 -0.149,-0.248 -0.222,-0.548 -0.222,-0.902 v -0.084 c 0,-0.355 0.075,-0.573 0.225,-0.654 0.15,-0.083 0.356,-0.049 0.618,0.103 0.264,0.151 0.468,0.356 0.613,0.61 0.147,0.256 0.22,0.558 0.22,0.908 z m -0.838,2.823 c 0.144,0.083 0.278,0.142 0.402,0.177 0.125,0.036 0.232,0.035 0.323,10e-4 0.09,-0.036 0.161,-0.11 0.214,-0.224 0.05,-0.112 0.077,-0.273 0.077,-0.482 0,-0.283 -0.045,-0.53 -0.134,-0.744 -0.088,-0.214 -0.205,-0.399 -0.349,-0.554 0.178,0.017 0.319,-0.038 0.425,-0.165 0.105,-0.128 0.157,-0.358 0.157,-0.691 v -0.077 c 0,-0.24 -0.028,-0.459 -0.086,-0.658 -0.057,-0.201 -0.135,-0.383 -0.235,-0.547 -0.1,-0.164 -0.218,-0.308 -0.353,-0.433 -0.134,-0.125 -0.282,-0.234 -0.441,-0.325 -0.155,-0.09 -0.302,-0.152 -0.438,-0.183 -0.138,-0.033 -0.255,-0.024 -0.356,0.025 -0.099,0.049 -0.179,0.14 -0.235,0.274 -0.058,0.134 -0.086,0.32 -0.086,0.558 v 0.078 c 0,0.332 0.053,0.625 0.16,0.875 0.107,0.25 0.25,0.468 0.428,0.657 -0.144,-0.011 -0.261,0.039 -0.35,0.15 -0.089,0.111 -0.133,0.308 -0.133,0.59 0,0.209 0.026,0.4 0.078,0.572 0.052,0.174 0.123,0.33 0.213,0.471 0.091,0.139 0.198,0.264 0.32,0.369 0.122,0.107 0.255,0.203 0.399,0.286" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17160" /><path + d="m 387.631,212.352 c 0,0.162 -0.038,0.257 -0.113,0.287 -0.077,0.028 -0.183,0.002 -0.32,-0.076 -0.133,-0.077 -0.237,-0.174 -0.313,-0.29 -0.075,-0.116 -0.114,-0.255 -0.114,-0.418 v -0.987 c 0,-0.162 0.039,-0.258 0.114,-0.287 0.076,-0.028 0.18,-0.004 0.313,0.072 0.137,0.08 0.243,0.178 0.32,0.293 0.075,0.117 0.113,0.256 0.113,0.418 z m -0.433,-1.943 c -0.092,-0.053 -0.179,-0.09 -0.261,-0.111 h -0.21 l -0.139,0.136 c -0.033,0.072 -0.05,0.171 -0.05,0.299 v 0.988 c 0,0.127 0.017,0.245 0.05,0.352 0.033,0.107 0.079,0.205 0.139,0.297 0.058,0.092 0.128,0.175 0.21,0.248 0.082,0.072 0.169,0.135 0.261,0.187 0.092,0.054 0.18,0.092 0.262,0.114 l 0.21,-0.004 0.139,-0.137 c 0.033,-0.069 0.049,-0.167 0.049,-0.295 v -0.987 c 0,-0.128 -0.016,-0.247 -0.049,-0.357 -0.033,-0.107 -0.08,-0.207 -0.139,-0.296 l -0.21,-0.243 c -0.082,-0.074 -0.17,-0.137 -0.262,-0.191 z m -0.094,4.887 0.085,0.011 0.043,-0.086 -0.017,-0.08 -2.131,-5.998 -0.11,-0.146 -0.081,-0.012 -0.037,0.067 0.011,0.076 2.149,6.052 0.035,0.073 z m -1.826,-1.996 c 0,0.162 -0.038,0.257 -0.114,0.287 -0.075,0.029 -0.182,0.004 -0.318,-0.076 -0.133,-0.077 -0.239,-0.173 -0.315,-0.29 -0.075,-0.117 -0.113,-0.255 -0.113,-0.417 v -0.988 c 0,-0.162 0.038,-0.257 0.113,-0.287 0.076,-0.028 0.182,-0.004 0.315,0.073 0.136,0.078 0.243,0.176 0.318,0.293 0.076,0.117 0.114,0.256 0.114,0.418 z m -0.432,-1.942 c -0.093,-0.053 -0.18,-0.09 -0.261,-0.111 h -0.211 l -0.14,0.137 c -0.032,0.071 -0.049,0.17 -0.049,0.298 v 0.987 c 0,0.128 0.017,0.245 0.049,0.351 0.035,0.108 0.08,0.207 0.14,0.299 0.059,0.092 0.129,0.174 0.211,0.246 0.081,0.073 0.168,0.137 0.261,0.19 0.091,0.054 0.178,0.09 0.259,0.111 l 0.212,-0.002 0.139,-0.139 c 0.033,-0.068 0.05,-0.166 0.05,-0.293 v -0.988 c 0,-0.128 -0.017,-0.246 -0.05,-0.355 -0.034,-0.11 -0.079,-0.209 -0.139,-0.297 l -0.212,-0.244 c -0.081,-0.073 -0.168,-0.136 -0.259,-0.19" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17162" /><path + d="m 391.803,185.978 c 0.155,0.09 0.301,0.15 0.439,0.183 0.136,0.032 0.255,0.026 0.355,-0.019 0.099,-0.045 0.178,-0.133 0.236,-0.265 0.057,-0.132 0.085,-0.315 0.085,-0.55 v -0.121 c 0,-0.244 -0.028,-0.468 -0.085,-0.671 -0.058,-0.204 -0.137,-0.388 -0.239,-0.551 -0.102,-0.164 -0.221,-0.31 -0.359,-0.438 -0.136,-0.128 -0.283,-0.236 -0.437,-0.326 -0.178,-0.102 -0.335,-0.164 -0.472,-0.185 -0.138,-0.022 -0.254,-0.012 -0.349,0.028 -0.097,0.041 -0.17,0.112 -0.22,0.213 -0.05,0.102 -0.074,0.225 -0.074,0.37 l 0.038,0.151 0.094,0.093 c 0.096,0.055 0.145,0.036 0.145,-0.058 0,-0.124 0.021,-0.222 0.066,-0.296 l 0.18,-0.144 c 0.076,-0.024 0.165,-0.025 0.267,0 0.101,0.023 0.21,0.069 0.325,0.136 0.266,0.153 0.473,0.356 0.621,0.608 0.148,0.252 0.222,0.555 0.222,0.91 v 0.121 c 0,0.342 -0.074,0.552 -0.222,0.629 -0.148,0.076 -0.354,0.039 -0.616,-0.113 l -0.761,-0.439 -0.132,-0.038 -0.028,0.075 0.003,0.058 0.003,0.061 0.104,1.937 c 0.008,0.098 0.044,0.166 0.107,0.202 l 1.514,0.874 0.08,-0.002 0.026,-0.091 -0.026,-0.119 -0.08,-0.095 -1.359,-0.784 -0.1,-1.718 0.649,0.374" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17164" /><path + d="m 393.406,187.839 c 0,0.146 0.026,0.296 0.075,0.451 0.05,0.155 0.121,0.303 0.211,0.448 0.09,0.144 0.198,0.279 0.32,0.403 0.122,0.123 0.255,0.227 0.399,0.311 0.159,0.091 0.305,0.143 0.436,0.155 0.131,0.011 0.244,-0.011 0.338,-0.069 0.094,-0.056 0.168,-0.142 0.219,-0.257 0.052,-0.115 0.077,-0.256 0.077,-0.423 0,-0.231 -0.045,-0.464 -0.14,-0.7 -0.094,-0.236 -0.211,-0.468 -0.35,-0.698 -0.138,-0.229 -0.291,-0.458 -0.455,-0.682 -0.165,-0.226 -0.316,-0.441 -0.455,-0.645 -0.139,-0.203 -0.255,-0.396 -0.35,-0.58 -0.094,-0.183 -0.141,-0.349 -0.141,-0.497 v -0.455 l 1.831,1.057 h 0.078 l 0.032,-0.09 -0.032,-0.125 -0.078,-0.093 -1.976,-1.141 -0.089,-0.016 -0.044,0.08 v 0.623 c 0,0.18 0.047,0.369 0.142,0.571 0.095,0.202 0.21,0.409 0.349,0.624 0.139,0.216 0.291,0.436 0.456,0.661 0.164,0.225 0.316,0.448 0.455,0.666 0.139,0.219 0.255,0.435 0.349,0.65 0.095,0.215 0.141,0.421 0.141,0.617 0,0.107 -0.015,0.207 -0.046,0.301 -0.032,0.091 -0.082,0.162 -0.147,0.209 -0.068,0.047 -0.152,0.068 -0.253,0.065 -0.102,-0.003 -0.221,-0.044 -0.358,-0.122 -0.208,-0.12 -0.378,-0.286 -0.513,-0.499 -0.136,-0.213 -0.203,-0.454 -0.203,-0.723 l -0.036,-0.113 -0.114,-0.108 -0.098,-0.008 -0.03,0.152" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17166" /><path + d="m 399.389,189.314 c 0,0.162 -0.038,0.258 -0.115,0.287 -0.075,0.028 -0.181,0.003 -0.318,-0.076 -0.133,-0.076 -0.237,-0.174 -0.313,-0.289 -0.076,-0.118 -0.114,-0.256 -0.114,-0.418 v -0.989 c 0,-0.162 0.038,-0.256 0.114,-0.287 0.076,-0.027 0.18,-0.004 0.313,0.074 0.137,0.079 0.243,0.176 0.318,0.292 0.077,0.117 0.115,0.256 0.115,0.419 z m -0.433,-1.943 c -0.092,-0.053 -0.18,-0.09 -0.261,-0.111 l -0.211,-0.001 -0.138,0.138 c -0.034,0.071 -0.05,0.171 -0.05,0.298 v 0.988 c 0,0.127 0.016,0.244 0.05,0.352 0.033,0.107 0.079,0.206 0.138,0.297 0.059,0.092 0.129,0.175 0.211,0.247 0.081,0.073 0.169,0.135 0.261,0.189 0.092,0.054 0.18,0.091 0.262,0.112 l 0.21,-0.003 0.138,-0.137 c 0.034,-0.069 0.05,-0.166 0.05,-0.295 v -0.987 c 0,-0.129 -0.016,-0.248 -0.05,-0.356 -0.033,-0.109 -0.079,-0.208 -0.138,-0.298 l -0.21,-0.242 c -0.082,-0.074 -0.17,-0.137 -0.262,-0.191 z m -0.094,4.886 0.085,0.012 0.043,-0.085 -0.017,-0.08 -2.131,-5.998 -0.112,-0.148 -0.08,-0.01 -0.036,0.065 0.011,0.077 2.148,6.053 0.036,0.071 z m -1.826,-1.995 c 0,0.162 -0.038,0.257 -0.114,0.286 -0.075,0.029 -0.182,0.004 -0.319,-0.075 -0.132,-0.077 -0.238,-0.173 -0.314,-0.29 -0.075,-0.116 -0.113,-0.256 -0.113,-0.418 v -0.986 c 0,-0.162 0.038,-0.258 0.113,-0.287 0.076,-0.03 0.182,-0.004 0.314,0.072 0.137,0.079 0.244,0.177 0.319,0.293 0.076,0.117 0.114,0.256 0.114,0.418 z m -0.433,-1.941 c -0.092,-0.054 -0.179,-0.091 -0.26,-0.113 h -0.212 l -0.139,0.138 c -0.032,0.071 -0.05,0.169 -0.05,0.298 v 0.986 c 0,0.129 0.018,0.246 0.05,0.353 0.034,0.107 0.08,0.206 0.139,0.298 0.059,0.091 0.13,0.173 0.212,0.247 0.081,0.072 0.168,0.135 0.26,0.189 0.092,0.054 0.179,0.09 0.26,0.111 l 0.212,-0.002 0.139,-0.138 c 0.033,-0.07 0.05,-0.167 0.05,-0.294 v -0.988 c 0,-0.127 -0.017,-0.246 -0.05,-0.355 -0.034,-0.109 -0.08,-0.209 -0.139,-0.298 l -0.212,-0.244 c -0.081,-0.072 -0.168,-0.135 -0.26,-0.188" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17168" /><path + d="m 367.837,221.271 -0.733,3.218 -0.748,-2.364 z m -1.951,-0.315 -0.108,0.098 -0.05,0.138 0.005,0.036 1.213,3.824 0.158,0.025 0.097,-0.084 0.063,-0.125 1.202,-5.217 0.004,-0.022 0.002,-0.022 -0.051,-0.071 -0.113,0.022 -0.114,0.164 -0.278,1.202 -1.634,0.942 -0.271,-0.882 -0.125,-0.028" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17170" /><path + d="m 362.44,208.83 c 0.268,-0.155 0.478,-0.194 0.629,-0.118 0.152,0.076 0.227,0.296 0.227,0.659 v 0.111 c 0,0.179 -0.02,0.341 -0.059,0.489 -0.04,0.147 -0.096,0.281 -0.17,0.404 -0.074,0.12 -0.164,0.228 -0.269,0.325 -0.107,0.096 -0.226,0.182 -0.358,0.258 l -0.861,0.498 v -2.129 z m -0.861,2.927 0.765,-0.442 c 0.143,-0.083 0.268,-0.14 0.378,-0.172 0.107,-0.032 0.195,-0.031 0.265,0.001 0.071,0.03 0.122,0.094 0.157,0.191 0.034,0.095 0.05,0.231 0.05,0.406 0,0.17 -0.021,0.32 -0.064,0.45 -0.045,0.129 -0.105,0.246 -0.182,0.35 -0.078,0.104 -0.17,0.197 -0.275,0.28 -0.106,0.083 -0.223,0.161 -0.352,0.235 l -0.742,0.43 z m -0.283,2.063 0.041,0.083 0.095,-0.019 0.883,-0.509 c 0.163,-0.095 0.316,-0.198 0.457,-0.307 0.142,-0.111 0.264,-0.237 0.369,-0.376 0.104,-0.142 0.186,-0.301 0.247,-0.48 0.06,-0.18 0.09,-0.383 0.09,-0.609 0,-0.283 -0.045,-0.492 -0.133,-0.627 -0.09,-0.134 -0.205,-0.197 -0.349,-0.188 0.087,-0.094 0.167,-0.192 0.238,-0.295 0.072,-0.103 0.133,-0.213 0.185,-0.332 0.051,-0.119 0.09,-0.248 0.118,-0.386 0.028,-0.139 0.044,-0.293 0.044,-0.464 v -0.117 c 0,-0.249 -0.029,-0.443 -0.086,-0.58 -0.057,-0.137 -0.135,-0.23 -0.235,-0.277 -0.101,-0.047 -0.218,-0.055 -0.355,-0.021 -0.135,0.033 -0.283,0.095 -0.441,0.187 l -1.032,0.596 -0.101,0.099 -0.035,0.117 v 4.505" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17172" /><path + d="m 357.882,199.57 c -0.004,0.076 -0.017,0.17 -0.039,0.28 -0.023,0.108 -0.065,0.223 -0.125,0.343 -0.061,0.12 -0.146,0.241 -0.256,0.36 -0.109,0.12 -0.25,0.23 -0.425,0.331 -0.283,0.163 -0.5,0.204 -0.649,0.12 -0.149,-0.085 -0.224,-0.31 -0.224,-0.677 v -2.075 c 0,-0.371 0.075,-0.684 0.224,-0.938 0.149,-0.254 0.372,-0.466 0.667,-0.636 0.177,-0.104 0.318,-0.157 0.423,-0.16 0.103,-0.003 0.183,0.02 0.24,0.07 l 0.115,0.202 0.049,0.241 0.035,0.078 0.102,-0.019 0.11,-0.108 c 0.024,-0.042 0.037,-0.109 0.037,-0.201 0,-0.135 -0.026,-0.252 -0.077,-0.351 -0.051,-0.1 -0.124,-0.17 -0.221,-0.213 -0.096,-0.043 -0.215,-0.052 -0.357,-0.03 -0.141,0.024 -0.305,0.088 -0.491,0.196 -0.155,0.09 -0.3,0.199 -0.439,0.328 -0.138,0.13 -0.259,0.279 -0.363,0.449 -0.104,0.168 -0.186,0.359 -0.246,0.567 -0.061,0.21 -0.091,0.439 -0.091,0.689 v 2.074 c 0,0.25 0.031,0.444 0.093,0.582 0.062,0.139 0.146,0.233 0.25,0.282 0.103,0.048 0.225,0.058 0.366,0.027 0.139,-0.031 0.289,-0.092 0.447,-0.183 0.182,-0.104 0.343,-0.227 0.485,-0.369 0.141,-0.14 0.26,-0.286 0.355,-0.44 0.094,-0.152 0.165,-0.307 0.215,-0.465 0.05,-0.156 0.074,-0.303 0.074,-0.438 l -0.037,-0.152 -0.105,0.018 -0.113,0.107 -0.029,0.111" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17174" /><path + d="m 349.903,189.987 v -4.159 l 0.856,-0.494 c 0.272,-0.156 0.484,-0.193 0.635,-0.111 0.152,0.084 0.227,0.308 0.227,0.675 v 2.036 c 0,0.367 -0.075,0.678 -0.227,0.936 -0.151,0.257 -0.363,0.464 -0.635,0.623 z m 0.856,-0.18 c 0.159,-0.092 0.308,-0.204 0.449,-0.334 0.139,-0.132 0.261,-0.281 0.365,-0.451 0.104,-0.169 0.185,-0.358 0.244,-0.567 0.059,-0.207 0.088,-0.436 0.088,-0.685 v -2.036 c 0,-0.249 -0.029,-0.445 -0.088,-0.584 -0.059,-0.141 -0.14,-0.237 -0.244,-0.284 -0.104,-0.05 -0.226,-0.06 -0.365,-0.03 -0.141,0.032 -0.29,0.092 -0.449,0.184 l -1.002,0.58 -0.101,0.1 -0.036,0.116 v 4.511 l 0.036,0.074 0.101,-0.016 1.002,-0.578" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17176" /><path + d="m 239.927,158.177 c -11.325,6.539 -29.687,6.539 -41.012,0 l -14.723,8.501 v 28.969 l 74.129,-2.371 v -28.969 l -16.257,-7.51 c -0.662,0.476 -1.371,0.938 -2.137,1.38" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17178" /><path + d="m 239.927,158.177 c -11.325,6.539 -29.687,6.539 -41.012,0 l -14.723,8.501 v 28.969 h 46.157 l 11.715,-9.88 v -28.97 c -0.662,0.476 -1.371,0.938 -2.137,1.38" + style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17180" /><path + d="m 239.927,187.147 c -11.325,6.539 -29.687,6.539 -41.012,0 l -14.723,8.5 c 19.456,11.234 51.002,11.234 70.458,0 1.315,-0.759 2.534,-1.552 3.671,-2.371 l -16.257,-7.509 c -0.662,0.476 -1.371,0.938 -2.137,1.38" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17182" /><path + d="m 242.074,156.819 0.035,19.611 27.121,-10.978 v -19.124 c -0.003,-7.367 -4.878,-14.727 -14.624,-20.331 l -14.708,8.527 0.029,19.584 c 0,0 9.105,-5.527 6.522,-1.679 -1.043,1.554 -2.501,3.036 -4.375,4.39" + style="fill:#dadada;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17184" /><path + d="m 242.074,156.819 0.035,19.611 6.401,-0.752 6.14,-30.07 -0.044,-19.611 -14.708,8.527 0.029,19.584 c 0,0 9.105,-5.527 6.522,-1.679 -1.043,1.554 -2.501,3.036 -4.375,4.39" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17186" /><path + d="m 242.064,176.407 16.257,7.51 c 7.281,-5.241 10.92,-11.612 10.918,-17.983 -0.004,-7.357 -4.866,-14.713 -14.589,-20.326 l -14.723,8.5 c 10.56,6.097 11.27,15.725 2.137,22.299" + style="fill:#ededed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17188" /><path + d="m 254.65,137.585 v -11.588 c -9.028,-5.212 -20.659,-8.002 -32.478,-8.377 l -1.151,12.018 v 11.588 l 33.629,-3.641" + style="fill:#3c3c3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17190" /><path + d="m 239.927,146.086 v 0 l 14.723,-8.501 c -9.028,-5.212 -20.659,-8.002 -32.478,-8.377 l -1.151,12.018 c 6.879,0.218 13.651,1.826 18.906,4.86" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17192" /><path + d="m 184.192,196.663 14.723,-1.494 v -36.992 c -5.663,-3.269 8.733,4.56 16.679,4.812 l 6.578,-8.377 V 117.62 c -13.651,-0.433 -27.552,2.356 -37.98,8.377 -9.729,5.617 -14.593,12.979 -14.593,20.341 v 36.991 l 14.593,13.334" + style="fill:#ba3240;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17194" /><path + d="m 169.599,183.329 c 0,7.362 4.864,14.724 14.593,20.341 l 14.723,-8.501 c -11.326,-6.539 -11.326,-17.141 0,-23.679 6.07,-3.505 14.16,-5.113 22.106,-4.86 l 1.151,-12.018 c -13.651,-0.434 -27.552,2.356 -37.98,8.377 -9.729,5.617 -14.593,12.978 -14.593,20.34" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17196" /><path + d="m 184.442,175.14 h -0.5 v 40.024 h 0.5 V 175.14" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17198" /><path + d="m 233.485,135.83 h -0.5 v 78.995 h 0.5 V 135.83" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17200" /><path + d="m 258.57,164.763 h -0.5 v 53.758 h 0.5 v -53.758" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17202" /><path + d="m 219.731,198.203 h -0.5 v 33.299 h 0.5 v -33.299" + style="fill:#575756;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17204" /><path + d="m 190.675,217.543 c 0,-3.58 -2.903,-6.483 -6.483,-6.483 -3.581,0 -6.483,2.903 -6.483,6.483 0,3.58 2.902,6.483 6.483,6.483 3.58,0 6.483,-2.903 6.483,-6.483" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17206" /><path + d="m 225.964,232.977 c 0,-3.581 -2.903,-6.483 -6.483,-6.483 -3.581,0 -6.483,2.902 -6.483,6.483 0,3.58 2.902,6.483 6.483,6.483 3.58,0 6.483,-2.903 6.483,-6.483" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17208" /><path + d="m 239.718,216.637 c 0,-3.581 -2.902,-6.483 -6.483,-6.483 -3.58,0 -6.483,2.902 -6.483,6.483 0,3.58 2.903,6.483 6.483,6.483 3.581,0 6.483,-2.903 6.483,-6.483" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17210" /><path + d="m 264.804,218.521 c 0,-3.581 -2.903,-6.483 -6.483,-6.483 -3.581,0 -6.483,2.902 -6.483,6.483 0,3.58 2.902,6.483 6.483,6.483 3.58,0 6.483,-2.903 6.483,-6.483" + style="fill:#ededed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17212" /><path + d="m 185.493,216.529 -1.187,3.929 -1.215,-3.929 z m -3.166,-2.025 -0.175,0.051 -0.083,0.152 0.01,0.055 1.969,6.359 c 0.037,0.11 0.123,0.165 0.258,0.165 l 0.156,-0.04 0.101,-0.125 1.952,-6.359 0.004,-0.028 0.005,-0.027 -0.083,-0.143 -0.184,-0.06 c -0.098,0 -0.16,0.046 -0.184,0.139 l -0.451,1.462 h -2.65 l -0.442,-1.462 c -0.031,-0.093 -0.098,-0.139 -0.203,-0.139" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17214" /><path + d="m 219.716,230.364 c 0.435,0 0.776,0.115 1.021,0.344 0.245,0.231 0.368,0.6 0.368,1.11 v 0.156 c 0,0.251 -0.032,0.465 -0.096,0.64 -0.065,0.174 -0.156,0.317 -0.277,0.427 -0.119,0.111 -0.264,0.191 -0.436,0.239 -0.172,0.05 -0.365,0.074 -0.58,0.074 h -1.399 v -2.99 z m -1.399,3.414 h 1.243 c 0.233,0 0.436,0.021 0.612,0.064 0.175,0.043 0.318,0.115 0.431,0.217 0.115,0.1 0.199,0.232 0.254,0.395 0.055,0.162 0.082,0.367 0.082,0.612 0,0.239 -0.035,0.432 -0.105,0.58 -0.07,0.147 -0.169,0.262 -0.295,0.345 -0.125,0.082 -0.274,0.139 -0.446,0.17 -0.172,0.031 -0.362,0.046 -0.571,0.046 h -1.205 z m -0.461,2.668 0.07,0.152 0.152,0.051 h 1.436 c 0.263,0 0.51,-0.02 0.74,-0.06 0.23,-0.04 0.43,-0.116 0.599,-0.23 0.168,-0.113 0.301,-0.271 0.4,-0.474 0.098,-0.203 0.147,-0.463 0.147,-0.782 0,-0.399 -0.072,-0.728 -0.216,-0.989 -0.145,-0.261 -0.333,-0.444 -0.566,-0.548 0.141,-0.061 0.27,-0.135 0.386,-0.221 0.117,-0.086 0.217,-0.192 0.3,-0.317 0.082,-0.126 0.146,-0.275 0.193,-0.447 0.046,-0.172 0.068,-0.377 0.068,-0.616 v -0.166 c 0,-0.349 -0.045,-0.644 -0.137,-0.883 -0.092,-0.24 -0.22,-0.433 -0.382,-0.58 -0.163,-0.147 -0.355,-0.253 -0.575,-0.318 -0.221,-0.064 -0.46,-0.096 -0.718,-0.096 h -1.675 l -0.161,0.06 -0.061,0.133 v 6.331" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17216" /><path + d="m 234.822,218.462 c -0.006,0.104 -0.027,0.224 -0.064,0.359 -0.037,0.135 -0.105,0.262 -0.202,0.382 -0.099,0.12 -0.237,0.219 -0.414,0.299 -0.179,0.08 -0.409,0.12 -0.691,0.12 -0.46,0 -0.811,-0.12 -1.054,-0.359 -0.242,-0.239 -0.363,-0.617 -0.363,-1.132 v -2.917 c 0,-0.522 0.121,-0.901 0.363,-1.137 0.243,-0.236 0.603,-0.354 1.081,-0.354 0.289,0 0.517,0.04 0.686,0.12 0.169,0.079 0.3,0.177 0.392,0.294 0.091,0.116 0.154,0.242 0.188,0.377 0.033,0.135 0.06,0.261 0.078,0.377 l 0.056,0.139 0.165,0.055 0.18,-0.06 c 0.04,-0.04 0.059,-0.124 0.059,-0.253 0,-0.19 -0.041,-0.376 -0.124,-0.557 -0.083,-0.181 -0.202,-0.34 -0.359,-0.478 -0.156,-0.139 -0.35,-0.249 -0.579,-0.332 -0.231,-0.082 -0.496,-0.124 -0.796,-0.124 -0.252,0 -0.489,0.035 -0.714,0.106 -0.224,0.07 -0.42,0.182 -0.589,0.336 -0.169,0.153 -0.302,0.352 -0.4,0.598 -0.098,0.245 -0.147,0.543 -0.147,0.893 v 2.917 c 0,0.35 0.05,0.647 0.152,0.893 0.101,0.245 0.236,0.444 0.405,0.598 0.168,0.153 0.366,0.265 0.593,0.336 0.227,0.07 0.469,0.105 0.727,0.105 0.294,0 0.557,-0.041 0.787,-0.124 0.23,-0.083 0.422,-0.193 0.575,-0.331 0.154,-0.138 0.27,-0.297 0.35,-0.479 0.079,-0.181 0.119,-0.366 0.119,-0.556 0,-0.123 -0.019,-0.205 -0.059,-0.244 l -0.17,-0.06 c -0.093,0 -0.154,0.02 -0.185,0.06 l -0.046,0.133" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17218" /><path + d="m 256.985,221.497 v -5.843 h 1.39 c 0.441,0 0.785,0.119 1.03,0.359 0.245,0.239 0.368,0.616 0.368,1.132 v 2.861 c 0,0.516 -0.123,0.893 -0.368,1.133 -0.245,0.239 -0.589,0.358 -1.03,0.358 z m 1.39,0.442 c 0.257,0 0.5,-0.035 0.727,-0.106 0.226,-0.07 0.424,-0.182 0.593,-0.336 0.169,-0.153 0.301,-0.352 0.396,-0.598 0.095,-0.245 0.142,-0.543 0.142,-0.893 v -2.861 c 0,-0.35 -0.047,-0.648 -0.142,-0.893 -0.095,-0.246 -0.227,-0.445 -0.396,-0.598 -0.169,-0.154 -0.367,-0.266 -0.593,-0.336 -0.227,-0.071 -0.47,-0.106 -0.727,-0.106 h -1.629 l -0.161,0.06 -0.061,0.133 v 6.341 l 0.061,0.133 0.161,0.06 h 1.629" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17220" /><path + d="m 410.99,53.7441 -59.429,34.3129 0.25,0.434 59.429,-34.3129 -0.25,-0.434" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17222" /><path + d="m 395.893,45.052 -59.429,34.3121 0.25,0.4328 59.429,-34.311 -0.25,-0.4339" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17224" /><path + d="m 380.795,36.359 -59.429,34.3121 0.25,0.434 59.429,-34.3129 -0.25,-0.4332" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17226" /><path + d="m 365.697,27.6648 -59.428,34.3133 0.25,0.4328 59.428,-34.3121 -0.25,-0.434" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17228" /><path + d="m 350.6,18.973 -59.429,34.3122 0.25,0.4328 59.429,-34.311 -0.25,-0.434" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17230" /><path + d="M 362.362,129.194 V 87.4461 c 0,-1.577 -1.042,-3.1551 -3.127,-4.359 -4.169,-2.407 -10.928,-2.407 -15.097,0 -2.085,1.2039 -3.127,2.7809 -3.127,4.359 v 41.7479 h 21.351" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17320" /><path + d="m 344.138,133.552 c -4.17,-2.407 -4.17,-6.309 0,-8.716 4.169,-2.408 10.928,-2.408 15.097,0 4.17,2.407 4.17,6.309 0,8.716 -4.169,2.408 -10.928,2.408 -15.097,0" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17322" /><path + d="M 347.264,142.774 V 78.7289 c 10e-4,-1.5769 -1.042,-3.1551 -3.126,-4.359 -4.169,-2.407 -10.929,-2.407 -15.098,0 -2.085,1.2039 -3.127,2.7813 -3.127,4.359 v 64.0451 h 21.351" + style="fill:#ba3240;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17324" /><path + d="m 329.04,147.133 c -4.169,-2.407 -4.169,-6.31 0,-8.717 4.169,-2.407 10.928,-2.407 15.098,0 4.169,2.407 4.169,6.31 0,8.717 -4.17,2.407 -10.929,2.407 -15.098,0" + style="fill:#ff4557;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17326" /><path + d="M 332.167,127.961 V 70.0121 c 0,-1.5769 -1.042,-3.1551 -3.127,-4.3582 -4.169,-2.4078 -10.929,-2.4078 -15.098,0 -2.084,1.2031 -3.127,2.7813 -3.127,4.3582 v 57.9489 h 21.352" + style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17328" /><path + d="m 313.942,132.319 c -4.169,-2.407 -4.169,-6.31 0,-8.717 4.169,-2.407 10.929,-2.407 15.098,0 4.169,2.407 4.169,6.31 0,8.717 -4.169,2.407 -10.929,2.407 -15.098,0" + style="fill:#ededed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17330" /><path + d="m 317.069,94.4371 v -33.141 c 0,-1.5781 -1.042,-3.1563 -3.127,-4.359 -4.169,-2.4082 -10.929,-2.4082 -15.098,0 -2.084,1.2027 -3.127,2.7809 -3.127,4.3578 v 33.1422 h 21.352" + style="fill:#3c3c3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17332" /><path + d="m 298.844,98.7961 c -4.169,-2.407 -4.169,-6.3102 0,-8.7172 4.169,-2.407 10.929,-2.407 15.098,0 4.169,2.407 4.169,6.3102 0,8.7172 -4.169,2.4069 -10.929,2.4069 -15.098,0" + style="fill:#706f6f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17334" /><path + d="M 301.971,99.0738 V 52.5789 c 0,-1.5777 -1.042,-3.1559 -3.127,-4.359 -4.169,-2.407 -10.928,-2.407 -15.097,0 -2.085,1.2031 -3.127,2.7813 -3.127,4.3582 v 46.4957 h 21.351" + style="fill:#9d9d9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17336" /><path + d="m 283.747,103.433 c -4.17,-2.407 -4.17,-6.31 0,-8.717 4.169,-2.407 10.928,-2.407 15.097,0 4.169,2.407 4.169,6.31 0,8.717 -4.169,2.407 -10.928,2.407 -15.097,0" + style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1" + id="path17338" /></g></svg> diff --git a/docusaurus/static/img/zoom.mp4 b/docusaurus/static/img/zoom.mp4 Binary files differnew file mode 100644 index 0000000..1ec1ada --- /dev/null +++ b/docusaurus/static/img/zoom.mp4 diff --git a/docusaurus/static/js/blueimp-gallery-fullscreen.js b/docusaurus/static/js/blueimp-gallery-fullscreen.js new file mode 100644 index 0000000..7a1139d --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery-fullscreen.js @@ -0,0 +1,86 @@ +/* + * blueimp Gallery Fullscreen JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define */ + +;(function (factory) { + 'use strict' + if (typeof define === 'function' && define.amd) { + // Register as an anonymous AMD module: + define(['./blueimp-helper', './blueimp-gallery'], factory) + } else { + // Browser globals: + factory(window.blueimp.helper || window.jQuery, window.blueimp.Gallery) + } +})(function ($, Gallery) { + 'use strict' + + var galleryPrototype = Gallery.prototype + + $.extend(galleryPrototype.options, { + // Defines if the gallery should open in fullscreen mode: + fullscreen: false + }) + + var initialize = galleryPrototype.initialize + var close = galleryPrototype.close + + $.extend(galleryPrototype, { + getFullScreenElement: function () { + return ( + document.fullscreenElement || + document.webkitFullscreenElement || + document.mozFullScreenElement || + document.msFullscreenElement + ) + }, + + requestFullScreen: function (element) { + if (element.requestFullscreen) { + element.requestFullscreen() + } else if (element.webkitRequestFullscreen) { + element.webkitRequestFullscreen() + } else if (element.mozRequestFullScreen) { + element.mozRequestFullScreen() + } else if (element.msRequestFullscreen) { + element.msRequestFullscreen() + } + }, + + exitFullScreen: function () { + if (document.exitFullscreen) { + document.exitFullscreen() + } else if (document.webkitCancelFullScreen) { + document.webkitCancelFullScreen() + } else if (document.mozCancelFullScreen) { + document.mozCancelFullScreen() + } else if (document.msExitFullscreen) { + document.msExitFullscreen() + } + }, + + initialize: function () { + initialize.call(this) + if (this.options.fullscreen && !this.getFullScreenElement()) { + this.requestFullScreen(this.container[0]) + } + }, + + close: function () { + if (this.getFullScreenElement() === this.container[0]) { + this.exitFullScreen() + } + close.call(this) + } + }) + + return Gallery +}) diff --git a/docusaurus/static/js/blueimp-gallery-indicator.js b/docusaurus/static/js/blueimp-gallery-indicator.js new file mode 100644 index 0000000..ee1b373 --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery-indicator.js @@ -0,0 +1,148 @@ +/* + * blueimp Gallery Indicator JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define */ + +;(function (factory) { + 'use strict' + if (typeof define === 'function' && define.amd) { + // Register as an anonymous AMD module: + define(['./blueimp-helper', './blueimp-gallery'], factory) + } else { + // Browser globals: + factory(window.blueimp.helper || window.jQuery, window.blueimp.Gallery) + } +})(function ($, Gallery) { + 'use strict' + + var galleryPrototype = Gallery.prototype + + $.extend(galleryPrototype.options, { + // The tag name, Id, element or querySelector of the indicator container: + indicatorContainer: 'ol', + // The class for the active indicator: + activeIndicatorClass: 'active', + // The list object property (or data attribute) with the thumbnail URL, + // used as alternative to a thumbnail child element: + thumbnailProperty: 'thumbnail', + // Defines if the gallery indicators should display a thumbnail: + thumbnailIndicators: true + }) + + var initSlides = galleryPrototype.initSlides + var addSlide = galleryPrototype.addSlide + var resetSlides = galleryPrototype.resetSlides + var handleClick = galleryPrototype.handleClick + var handleSlide = galleryPrototype.handleSlide + var handleClose = galleryPrototype.handleClose + + $.extend(galleryPrototype, { + createIndicator: function (obj) { + var indicator = this.indicatorPrototype.cloneNode(false) + var title = this.getItemProperty(obj, this.options.titleProperty) + var thumbnailProperty = this.options.thumbnailProperty + var thumbnailUrl + var thumbnail + if (this.options.thumbnailIndicators) { + if (thumbnailProperty) { + thumbnailUrl = this.getItemProperty(obj, thumbnailProperty) + } + if (thumbnailUrl === undefined) { + thumbnail = obj.getElementsByTagName && $(obj).find('img')[0] + if (thumbnail) { + thumbnailUrl = thumbnail.src + } + } + if (thumbnailUrl) { + indicator.style.backgroundImage = 'url("' + thumbnailUrl + '")' + } + } + if (title) { + indicator.title = title + } + indicator.setAttribute('role', 'link') + return indicator + }, + + addIndicator: function (index) { + if (this.indicatorContainer.length) { + var indicator = this.createIndicator(this.list[index]) + indicator.setAttribute('data-index', index) + this.indicatorContainer[0].appendChild(indicator) + this.indicators.push(indicator) + } + }, + + setActiveIndicator: function (index) { + if (this.indicators) { + if (this.activeIndicator) { + this.activeIndicator.removeClass(this.options.activeIndicatorClass) + } + this.activeIndicator = $(this.indicators[index]) + this.activeIndicator.addClass(this.options.activeIndicatorClass) + } + }, + + initSlides: function (reload) { + if (!reload) { + this.indicatorContainer = this.container.find( + this.options.indicatorContainer + ) + if (this.indicatorContainer.length) { + this.indicatorPrototype = document.createElement('li') + this.indicators = this.indicatorContainer[0].children + } + } + initSlides.call(this, reload) + }, + + addSlide: function (index) { + addSlide.call(this, index) + this.addIndicator(index) + }, + + resetSlides: function () { + resetSlides.call(this) + this.indicatorContainer.empty() + this.indicators = [] + }, + + handleClick: function (event) { + var target = event.target || event.srcElement + var parent = target.parentNode + if (parent === this.indicatorContainer[0]) { + // Click on indicator element + this.preventDefault(event) + this.slide(this.getNodeIndex(target)) + } else if (parent.parentNode === this.indicatorContainer[0]) { + // Click on indicator child element + this.preventDefault(event) + this.slide(this.getNodeIndex(parent)) + } else { + return handleClick.call(this, event) + } + }, + + handleSlide: function (oldIndex, newIndex) { + handleSlide.call(this, oldIndex, newIndex) + this.setActiveIndicator(newIndex) + }, + + handleClose: function () { + if (this.activeIndicator) { + this.activeIndicator.removeClass(this.options.activeIndicatorClass) + } + handleClose.call(this) + } + }) + + return Gallery +}) diff --git a/docusaurus/static/js/blueimp-gallery-video.js b/docusaurus/static/js/blueimp-gallery-video.js new file mode 100644 index 0000000..d8b287c --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery-video.js @@ -0,0 +1,188 @@ +/* + * blueimp Gallery Video Factory JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define */ + +;(function (factory) { + 'use strict' + if (typeof define === 'function' && define.amd) { + // Register as an anonymous AMD module: + define(['./blueimp-helper', './blueimp-gallery'], factory) + } else { + // Browser globals: + factory(window.blueimp.helper || window.jQuery, window.blueimp.Gallery) + } +})(function ($, Gallery) { + 'use strict' + + var galleryPrototype = Gallery.prototype + + $.extend(galleryPrototype.options, { + // The class for video content elements: + videoContentClass: 'video-content', + // The class for video when it is loading: + videoLoadingClass: 'video-loading', + // The class for video when it is playing: + videoPlayingClass: 'video-playing', + // The class for video content displayed in an iframe: + videoIframeClass: 'video-iframe', + // The class for the video cover element: + videoCoverClass: 'video-cover', + // The class for the video play control: + videoPlayClass: 'video-play', + // Play videos inline by default: + videoPlaysInline: true, + // The list object property (or data attribute) for video preload: + videoPreloadProperty: 'preload', + // The list object property (or data attribute) for the video poster URL: + videoPosterProperty: 'poster' + }) + + var handleSlide = galleryPrototype.handleSlide + + $.extend(galleryPrototype, { + handleSlide: function (oldIndex, newIndex) { + handleSlide.call(this, oldIndex, newIndex) + this.setTimeout(function () { + if (this.activeVideo) { + this.activeVideo.pause() + } + }) + }, + + videoFactory: function (obj, callback, videoInterface) { + var that = this + var options = this.options + var videoContainerNode = this.elementPrototype.cloneNode(false) + var videoContainer = $(videoContainerNode) + var errorArgs = [ + { + type: 'error', + target: videoContainerNode + } + ] + var video = videoInterface || document.createElement('video') + var coverElement = this.elementPrototype.cloneNode(false) + var playElement = document.createElement('a') + var url = this.getItemProperty(obj, options.urlProperty) + var sources = this.getItemProperty(obj, options.sourcesProperty) + var title = this.getItemProperty(obj, options.titleProperty) + var posterUrl = this.getItemProperty(obj, options.videoPosterProperty) + var playControls = [playElement] + var hasGalleryControls + var isLoading + var i + videoContainer.addClass(options.videoContentClass) + $(playElement).addClass(options.videoPlayClass) + if ( + !$(coverElement) + .addClass(options.videoCoverClass) + .hasClass(options.toggleClass) + ) { + playControls.push(coverElement) + } + coverElement.draggable = false + if (title) { + videoContainerNode.title = title + playElement.setAttribute('aria-label', title) + } + if (posterUrl) { + // Set as background image instead of as poster video element property: + // - Is accessible for browsers that do not support the video element + // - Is accessible for both video element and iframe video players + // - Avoids visual artifacts in IE with the poster property set + coverElement.style.backgroundImage = 'url("' + posterUrl + '")' + } + if (video.setAttribute) { + if (options.videoPlaysInline) video.setAttribute('playsinline', '') + } else { + videoContainer.addClass(options.videoIframeClass) + } + video.preload = + this.getItemProperty(obj, options.videoPreloadProperty) || 'none' + if (this.support.source && sources) { + for (i = 0; i < sources.length; i += 1) { + video.appendChild( + $.extend(this.sourcePrototype.cloneNode(false), sources[i]) + ) + } + } + if (url) video.src = url + playElement.href = url || (sources && sources.length && sources[0].src) + if (video.play && video.pause) { + ;(videoInterface || $(video)) + .on('error', function () { + that.setTimeout(callback, errorArgs) + }) + .on('pause', function () { + if (video.seeking) return + isLoading = false + videoContainer + .removeClass(that.options.videoLoadingClass) + .removeClass(that.options.videoPlayingClass) + if (hasGalleryControls) { + that.container.addClass(that.options.controlsClass) + } + video.controls = false + if (video === that.activeVideo) delete that.activeVideo + if (that.interval) { + // Continue slideshow interval + that.play() + } + }) + .on('playing', function () { + isLoading = false + coverElement.removeAttribute('style') + videoContainer + .removeClass(that.options.videoLoadingClass) + .addClass(that.options.videoPlayingClass) + }) + .on('play', function () { + // Clear slideshow timeout: + window.clearTimeout(that.timeout) + isLoading = true + videoContainer.addClass(that.options.videoLoadingClass) + if (that.container.hasClass(that.options.controlsClass)) { + hasGalleryControls = true + that.container.removeClass(that.options.controlsClass) + } else { + hasGalleryControls = false + } + video.controls = true + that.activeVideo = video + }) + $(playControls).on('click', function (event) { + that.preventDefault(event) + that.activeVideo = video + if (isLoading) { + video.pause() + } else { + video.play() + } + }) + videoContainerNode.appendChild( + (videoInterface && videoInterface.element) || video + ) + } + videoContainerNode.appendChild(coverElement) + videoContainerNode.appendChild(playElement) + this.setTimeout(callback, [ + { + type: 'load', + target: videoContainerNode + } + ]) + return videoContainerNode + } + }) + + return Gallery +}) diff --git a/docusaurus/static/js/blueimp-gallery-vimeo.js b/docusaurus/static/js/blueimp-gallery-vimeo.js new file mode 100644 index 0000000..c274f54 --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery-vimeo.js @@ -0,0 +1,211 @@ +/* + * blueimp Gallery Vimeo Video Factory JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define, $f */ + +;(function (factory) { + 'use strict' + if (typeof define === 'function' && define.amd) { + // Register as an anonymous AMD module: + define(['./blueimp-helper', './blueimp-gallery-video'], factory) + } else { + // Browser globals: + factory(window.blueimp.helper || window.jQuery, window.blueimp.Gallery) + } +})(function ($, Gallery) { + 'use strict' + + if (!window.postMessage) { + return Gallery + } + + var galleryPrototype = Gallery.prototype + + $.extend(galleryPrototype.options, { + // The list object property (or data attribute) with the Vimeo video id: + vimeoVideoIdProperty: 'vimeo', + // The URL for the Vimeo video player, can be extended with custom parameters: + // https://developer.vimeo.com/player/embedding + vimeoPlayerUrl: + '//player.vimeo.com/video/VIDEO_ID?api=1&player_id=PLAYER_ID', + // The prefix for the Vimeo video player ID: + vimeoPlayerIdPrefix: 'vimeo-player-', + // Require a click on the native Vimeo player for the initial playback: + vimeoClickToPlay: false + }) + + var textFactory = + galleryPrototype.textFactory || galleryPrototype.imageFactory + var VimeoPlayer = function (url, videoId, playerId, clickToPlay) { + this.url = url + this.videoId = videoId + this.playerId = playerId + this.clickToPlay = clickToPlay + this.element = document.createElement('div') + this.listeners = {} + } + var counter = 0 + + $.extend(VimeoPlayer.prototype, { + on: function (type, func) { + this.listeners[type] = func + return this + }, + + loadAPI: function () { + var that = this + var apiUrl = '//f.vimeocdn.com/js/froogaloop2.min.js' + var scriptTags = document.getElementsByTagName('script') + var i = scriptTags.length + var scriptTag + var called + /** + * Callback function + */ + function callback() { + if (!called && that.playOnReady) { + that.play() + } + called = true + } + while (i) { + i -= 1 + if (scriptTags[i].src === apiUrl) { + scriptTag = scriptTags[i] + break + } + } + if (!scriptTag) { + scriptTag = document.createElement('script') + scriptTag.src = apiUrl + } + $(scriptTag).on('load', callback) + scriptTags[0].parentNode.insertBefore(scriptTag, scriptTags[0]) + // Fix for cached scripts on IE 8: + if (/loaded|complete/.test(scriptTag.readyState)) { + callback() + } + }, + + onReady: function () { + var that = this + this.ready = true + this.player.addEvent('play', function () { + that.hasPlayed = true + that.onPlaying() + }) + this.player.addEvent('pause', function () { + that.onPause() + }) + this.player.addEvent('finish', function () { + that.onPause() + }) + if (this.playOnReady) { + this.play() + } + }, + + onPlaying: function () { + if (this.playStatus < 2) { + this.listeners.playing() + this.playStatus = 2 + } + }, + + onPause: function () { + this.listeners.pause() + delete this.playStatus + }, + + insertIframe: function () { + var iframe = document.createElement('iframe') + iframe.src = this.url + .replace('VIDEO_ID', this.videoId) + .replace('PLAYER_ID', this.playerId) + iframe.id = this.playerId + this.element.parentNode.replaceChild(iframe, this.element) + this.element = iframe + }, + + play: function () { + var that = this + if (!this.playStatus) { + this.listeners.play() + this.playStatus = 1 + } + if (this.ready) { + if ( + !this.hasPlayed && + (this.clickToPlay || + (window.navigator && + /iP(hone|od|ad)/.test(window.navigator.platform))) + ) { + // Manually trigger the playing callback if clickToPlay + // is enabled and to workaround a limitation in iOS, + // which requires synchronous user interaction to start + // the video playback: + this.onPlaying() + } else { + this.player.api('play') + } + } else { + this.playOnReady = true + if (!window.$f) { + this.loadAPI() + } else if (!this.player) { + this.insertIframe() + this.player = $f(this.element) + this.player.addEvent('ready', function () { + that.onReady() + }) + } + } + }, + + pause: function () { + if (this.ready) { + this.player.api('pause') + } else if (this.playStatus) { + delete this.playOnReady + this.listeners.pause() + delete this.playStatus + } + } + }) + + $.extend(galleryPrototype, { + VimeoPlayer: VimeoPlayer, + + textFactory: function (obj, callback) { + var options = this.options + var videoId = this.getItemProperty(obj, options.vimeoVideoIdProperty) + if (videoId) { + if (this.getItemProperty(obj, options.urlProperty) === undefined) { + obj[options.urlProperty] = '//vimeo.com/' + videoId + } + counter += 1 + return this.videoFactory( + obj, + callback, + new VimeoPlayer( + options.vimeoPlayerUrl, + videoId, + options.vimeoPlayerIdPrefix + counter, + options.vimeoClickToPlay + ) + ) + } + return textFactory.call(this, obj, callback) + } + }) + + return Gallery +}) diff --git a/docusaurus/static/js/blueimp-gallery-youtube.js b/docusaurus/static/js/blueimp-gallery-youtube.js new file mode 100644 index 0000000..e81258c --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery-youtube.js @@ -0,0 +1,223 @@ +/* + * blueimp Gallery YouTube Video Factory JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define, YT */ + +;(function (factory) { + 'use strict' + if (typeof define === 'function' && define.amd) { + // Register as an anonymous AMD module: + define(['./blueimp-helper', './blueimp-gallery-video'], factory) + } else { + // Browser globals: + factory(window.blueimp.helper || window.jQuery, window.blueimp.Gallery) + } +})(function ($, Gallery) { + 'use strict' + + if (!window.postMessage) { + return Gallery + } + + var galleryPrototype = Gallery.prototype + + $.extend(galleryPrototype.options, { + // The list object property (or data attribute) with the YouTube video id: + youTubeVideoIdProperty: 'youtube', + // Optional object with parameters passed to the YouTube video player: + // https://developers.google.com/youtube/player_parameters + youTubePlayerVars: { + wmode: 'transparent' + }, + // Require a click on the native YouTube player for the initial playback: + youTubeClickToPlay: false + }) + + var textFactory = + galleryPrototype.textFactory || galleryPrototype.imageFactory + var YouTubePlayer = function (videoId, playerVars, clickToPlay) { + this.videoId = videoId + this.playerVars = playerVars + this.clickToPlay = clickToPlay + this.element = document.createElement('div') + this.listeners = {} + } + + $.extend(YouTubePlayer.prototype, { + on: function (type, func) { + this.listeners[type] = func + return this + }, + + loadAPI: function () { + var that = this + var onYouTubeIframeAPIReady = window.onYouTubeIframeAPIReady + var apiUrl = '//www.youtube.com/iframe_api' + var scriptTags = document.getElementsByTagName('script') + var i = scriptTags.length + var scriptTag + window.onYouTubeIframeAPIReady = function () { + if (onYouTubeIframeAPIReady) { + onYouTubeIframeAPIReady.apply(this) + } + if (that.playOnReady) { + that.play() + } + } + while (i) { + i -= 1 + if (scriptTags[i].src === apiUrl) { + return + } + } + scriptTag = document.createElement('script') + scriptTag.src = apiUrl + scriptTags[0].parentNode.insertBefore(scriptTag, scriptTags[0]) + }, + + onReady: function () { + this.ready = true + if (this.playOnReady) { + this.play() + } + }, + + onPlaying: function () { + if (this.playStatus < 2) { + this.listeners.playing() + this.playStatus = 2 + } + }, + + onPause: function () { + this.listeners.pause() + delete this.playStatus + }, + + onStateChange: function (event) { + window.clearTimeout(this.pauseTimeout) + switch (event.data) { + case YT.PlayerState.PLAYING: + this.hasPlayed = true + this.onPlaying() + break + case YT.PlayerState.UNSTARTED: + case YT.PlayerState.PAUSED: + // YouTube sends an unstarted event if pause is triggered before the + // video has started. + // YouTube sends a pause event when seeking. + // In both cases, we initiate a pause in a timeout that gets cleared + // if followed by another event within the timeout window. + this.pauseTimeout = galleryPrototype.setTimeout.call( + this, + this.onPause, + null, + 500 + ) + break + case YT.PlayerState.ENDED: + this.onPause() + break + } + }, + + onError: function (event) { + this.listeners.error(event) + }, + + play: function () { + var that = this + if (!this.playStatus) { + this.listeners.play() + this.playStatus = 1 + } + if (this.ready) { + if ( + !this.hasPlayed && + (this.clickToPlay || + (window.navigator && + /iP(hone|od|ad)/.test(window.navigator.platform))) + ) { + // Manually trigger the playing callback if clickToPlay + // is enabled and to workaround a limitation in iOS, + // which requires synchronous user interaction to start + // the video playback: + this.onPlaying() + } else { + this.player.playVideo() + } + } else { + this.playOnReady = true + if (!(window.YT && YT.Player)) { + this.loadAPI() + } else if (!this.player) { + this.player = new YT.Player(this.element, { + videoId: this.videoId, + playerVars: this.playerVars, + events: { + onReady: function () { + that.onReady() + }, + onStateChange: function (event) { + that.onStateChange(event) + }, + onError: function (event) { + that.onError(event) + } + } + }) + } + } + }, + + pause: function () { + if (this.ready) { + this.player.pauseVideo() + } else if (this.playStatus) { + delete this.playOnReady + this.listeners.pause() + delete this.playStatus + } + } + }) + + $.extend(galleryPrototype, { + YouTubePlayer: YouTubePlayer, + + textFactory: function (obj, callback) { + var options = this.options + var videoId = this.getItemProperty(obj, options.youTubeVideoIdProperty) + if (videoId) { + if (this.getItemProperty(obj, options.urlProperty) === undefined) { + obj[options.urlProperty] = '//www.youtube.com/watch?v=' + videoId + } + if ( + this.getItemProperty(obj, options.videoPosterProperty) === undefined + ) { + obj[options.videoPosterProperty] = + '//img.youtube.com/vi/' + videoId + '/maxresdefault.jpg' + } + return this.videoFactory( + obj, + callback, + new YouTubePlayer( + videoId, + options.youTubePlayerVars, + options.youTubeClickToPlay + ) + ) + } + return textFactory.call(this, obj, callback) + } + }) + + return Gallery +}) diff --git a/docusaurus/static/js/blueimp-gallery.js b/docusaurus/static/js/blueimp-gallery.js new file mode 100644 index 0000000..5ddea4c --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery.js @@ -0,0 +1,1551 @@ +/* + * blueimp Gallery JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Swipe implementation based on + * https://github.com/bradbirdsall/Swipe + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define, DocumentTouch */ + +/* eslint-disable no-param-reassign */ + +;(function (factory) { + 'use strict' + if (typeof define === 'function' && define.amd) { + // Register as an anonymous AMD module: + define(['./blueimp-helper'], factory) + } else { + // Browser globals: + window.blueimp = window.blueimp || {} + window.blueimp.Gallery = factory(window.blueimp.helper || window.jQuery) + } +})(function ($) { + 'use strict' + + /** + * Gallery constructor + * + * @class + * @param {Array|NodeList} list Gallery content + * @param {object} [options] Gallery options + * @returns {object} Gallery object + */ + function Gallery(list, options) { + if (document.body.style.maxHeight === undefined) { + // document.body.style.maxHeight is undefined on IE6 and lower + return null + } + if (!this || this.options !== Gallery.prototype.options) { + // Called as function instead of as constructor, + // so we simply return a new instance: + return new Gallery(list, options) + } + if (!list || !list.length) { + this.console.log( + 'blueimp Gallery: No or empty list provided as first argument.', + list + ) + return + } + this.list = list + this.num = list.length + this.initOptions(options) + this.initialize() + } + + $.extend(Gallery.prototype, { + options: { + // The Id, element or querySelector of the gallery widget: + container: '#blueimp-gallery', + // The tag name, Id, element or querySelector of the slides container: + slidesContainer: 'div', + // The tag name, Id, element or querySelector of the title element: + titleElement: 'h3', + // The class to add when the gallery is visible: + displayClass: 'blueimp-gallery-display', + // The class to add when the gallery controls are visible: + controlsClass: 'blueimp-gallery-controls', + // The class to add when the gallery only displays one element: + singleClass: 'blueimp-gallery-single', + // The class to add when the left edge has been reached: + leftEdgeClass: 'blueimp-gallery-left', + // The class to add when the right edge has been reached: + rightEdgeClass: 'blueimp-gallery-right', + // The class to add when the automatic slideshow is active: + playingClass: 'blueimp-gallery-playing', + // The class to add when the browser supports SVG as img (or background): + svgasimgClass: 'blueimp-gallery-svgasimg', + // The class to add when the browser supports SMIL (animated SVGs): + smilClass: 'blueimp-gallery-smil', + // The class for all slides: + slideClass: 'slide', + // The slide class for the active (current index) slide: + slideActiveClass: 'slide-active', + // The slide class for the previous (before current index) slide: + slidePrevClass: 'slide-prev', + // The slide class for the next (after current index) slide: + slideNextClass: 'slide-next', + // The slide class for loading elements: + slideLoadingClass: 'slide-loading', + // The slide class for elements that failed to load: + slideErrorClass: 'slide-error', + // The class for the content element loaded into each slide: + slideContentClass: 'slide-content', + // The class for the "toggle" control: + toggleClass: 'toggle', + // The class for the "prev" control: + prevClass: 'prev', + // The class for the "next" control: + nextClass: 'next', + // The class for the "close" control: + closeClass: 'close', + // The class for the "play-pause" toggle control: + playPauseClass: 'play-pause', + // The list object property (or data attribute) with the object type: + typeProperty: 'type', + // The list object property (or data attribute) with the object title: + titleProperty: 'title', + // The list object property (or data attribute) with the object alt text: + altTextProperty: 'alt', + // The list object property (or data attribute) with the object URL: + urlProperty: 'href', + // The list object property (or data attribute) with the object srcset: + srcsetProperty: 'srcset', + // The list object property (or data attribute) with the object sizes: + sizesProperty: 'sizes', + // The list object property (or data attribute) with the object sources: + sourcesProperty: 'sources', + // The gallery listens for transitionend events before triggering the + // opened and closed events, unless the following option is set to false: + displayTransition: true, + // Defines if the gallery slides are cleared from the gallery modal, + // or reused for the next gallery initialization: + clearSlides: true, + // Toggle the controls on pressing the Enter key: + toggleControlsOnEnter: true, + // Toggle the controls on slide click: + toggleControlsOnSlideClick: true, + // Toggle the automatic slideshow interval on pressing the Space key: + toggleSlideshowOnSpace: true, + // Navigate the gallery by pressing the ArrowLeft and ArrowRight keys: + enableKeyboardNavigation: true, + // Close the gallery on pressing the Escape key: + closeOnEscape: true, + // Close the gallery when clicking on an empty slide area: + closeOnSlideClick: true, + // Close the gallery by swiping up or down: + closeOnSwipeUpOrDown: true, + // Close the gallery when the URL hash changes: + closeOnHashChange: true, + // Emulate touch events on mouse-pointer devices such as desktop browsers: + emulateTouchEvents: true, + // Stop touch events from bubbling up to ancestor elements of the Gallery: + stopTouchEventsPropagation: false, + // Hide the page scrollbars: + hidePageScrollbars: true, + // Stops any touches on the container from scrolling the page: + disableScroll: true, + // Carousel mode (shortcut for carousel specific options): + carousel: false, + // Allow continuous navigation, moving from last to first + // and from first to last slide: + continuous: true, + // Remove elements outside of the preload range from the DOM: + unloadElements: true, + // Start with the automatic slideshow: + startSlideshow: false, + // Delay in milliseconds between slides for the automatic slideshow: + slideshowInterval: 5000, + // The direction the slides are moving: ltr=LeftToRight or rtl=RightToLeft + slideshowDirection: 'ltr', + // The starting index as integer. + // Can also be an object of the given list, + // or an equal object with the same url property: + index: 0, + // The number of elements to load around the current index: + preloadRange: 2, + // The transition duration between slide changes in milliseconds: + transitionDuration: 300, + // The transition duration for automatic slide changes, set to an integer + // greater 0 to override the default transition duration: + slideshowTransitionDuration: 500, + // The event object for which the default action will be canceled + // on Gallery initialization (e.g. the click event to open the Gallery): + event: undefined, + // Callback function executed when the Gallery is initialized. + // Is called with the gallery instance as "this" object: + onopen: undefined, + // Callback function executed when the Gallery has been initialized + // and the initialization transition has been completed. + // Is called with the gallery instance as "this" object: + onopened: undefined, + // Callback function executed on slide change. + // Is called with the gallery instance as "this" object and the + // current index and slide as arguments: + onslide: undefined, + // Callback function executed after the slide change transition. + // Is called with the gallery instance as "this" object and the + // current index and slide as arguments: + onslideend: undefined, + // Callback function executed on slide content load. + // Is called with the gallery instance as "this" object and the + // slide index and slide element as arguments: + onslidecomplete: undefined, + // Callback function executed when the Gallery is about to be closed. + // Is called with the gallery instance as "this" object: + onclose: undefined, + // Callback function executed when the Gallery has been closed + // and the closing transition has been completed. + // Is called with the gallery instance as "this" object: + onclosed: undefined + }, + + carouselOptions: { + hidePageScrollbars: false, + toggleControlsOnEnter: false, + toggleSlideshowOnSpace: false, + enableKeyboardNavigation: false, + closeOnEscape: false, + closeOnSlideClick: false, + closeOnSwipeUpOrDown: false, + closeOnHashChange: false, + disableScroll: false, + startSlideshow: true + }, + + console: + window.console && typeof window.console.log === 'function' + ? window.console + : { log: function () {} }, + + // Detect touch, transition, transform and background-size support: + support: (function (element) { + var support = { + source: !!window.HTMLSourceElement, + picture: !!window.HTMLPictureElement, + svgasimg: document.implementation.hasFeature( + 'http://www.w3.org/TR/SVG11/feature#Image', + '1.1' + ), + smil: + !!document.createElementNS && + /SVGAnimate/.test( + document + .createElementNS('http://www.w3.org/2000/svg', 'animate') + .toString() + ), + touch: + window.ontouchstart !== undefined || + (window.DocumentTouch && document instanceof DocumentTouch) + } + var transitions = { + webkitTransition: { + end: 'webkitTransitionEnd', + prefix: '-webkit-' + }, + MozTransition: { + end: 'transitionend', + prefix: '-moz-' + }, + OTransition: { + end: 'otransitionend', + prefix: '-o-' + }, + transition: { + end: 'transitionend', + prefix: '' + } + } + var prop + for (prop in transitions) { + if ( + Object.prototype.hasOwnProperty.call(transitions, prop) && + element.style[prop] !== undefined + ) { + support.transition = transitions[prop] + support.transition.name = prop + break + } + } + /** + * Tests browser support + */ + function elementTests() { + var transition = support.transition + var prop + var translateZ + document.body.appendChild(element) + if (transition) { + prop = transition.name.slice(0, -9) + 'ransform' + if (element.style[prop] !== undefined) { + element.style[prop] = 'translateZ(0)' + translateZ = window + .getComputedStyle(element) + .getPropertyValue(transition.prefix + 'transform') + support.transform = { + prefix: transition.prefix, + name: prop, + translate: true, + translateZ: !!translateZ && translateZ !== 'none' + } + } + } + document.body.removeChild(element) + } + if (document.body) { + elementTests() + } else { + $(document).on('DOMContentLoaded', elementTests) + } + return support + // Test element, has to be standard HTML and must not be hidden + // for the CSS3 tests using window.getComputedStyle to be applicable: + })(document.createElement('div')), + + requestAnimationFrame: + window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame, + + cancelAnimationFrame: + window.cancelAnimationFrame || + window.webkitCancelRequestAnimationFrame || + window.webkitCancelAnimationFrame || + window.mozCancelAnimationFrame, + + initialize: function () { + this.initStartIndex() + if (this.initWidget() === false) { + return false + } + this.initEventListeners() + // Load the slide at the given index: + this.onslide(this.index) + // Manually trigger the slideend event for the initial slide: + this.ontransitionend() + // Start the automatic slideshow if applicable: + if (this.options.startSlideshow) { + this.play() + } + }, + + slide: function (to, duration) { + window.clearTimeout(this.timeout) + var index = this.index + var direction + var naturalDirection + var diff + if (index === to || this.num === 1) { + return + } + if (!duration) { + duration = this.options.transitionDuration + } + if (this.support.transform) { + if (!this.options.continuous) { + to = this.circle(to) + } + // 1: backward, -1: forward: + direction = Math.abs(index - to) / (index - to) + // Get the actual position of the slide: + if (this.options.continuous) { + naturalDirection = direction + direction = -this.positions[this.circle(to)] / this.slideWidth + // If going forward but to < index, use to = slides.length + to + // If going backward but to > index, use to = -slides.length + to + if (direction !== naturalDirection) { + to = -direction * this.num + to + } + } + diff = Math.abs(index - to) - 1 + // Move all the slides between index and to in the right direction: + while (diff) { + diff -= 1 + this.move( + this.circle((to > index ? to : index) - diff - 1), + this.slideWidth * direction, + 0 + ) + } + to = this.circle(to) + this.move(index, this.slideWidth * direction, duration) + this.move(to, 0, duration) + if (this.options.continuous) { + this.move( + this.circle(to - direction), + -(this.slideWidth * direction), + 0 + ) + } + } else { + to = this.circle(to) + this.animate(index * -this.slideWidth, to * -this.slideWidth, duration) + } + this.onslide(to) + }, + + getIndex: function () { + return this.index + }, + + getNumber: function () { + return this.num + }, + + prev: function () { + if (this.options.continuous || this.index) { + this.slide(this.index - 1) + } + }, + + next: function () { + if (this.options.continuous || this.index < this.num - 1) { + this.slide(this.index + 1) + } + }, + + play: function (time) { + var that = this + var nextIndex = + this.index + (this.options.slideshowDirection === 'rtl' ? -1 : 1) + window.clearTimeout(this.timeout) + this.interval = time || this.options.slideshowInterval + if (this.elements[this.index] > 1) { + this.timeout = this.setTimeout( + (!this.requestAnimationFrame && this.slide) || + function (to, duration) { + that.animationFrameId = that.requestAnimationFrame.call( + window, + function () { + that.slide(to, duration) + } + ) + }, + [nextIndex, this.options.slideshowTransitionDuration], + this.interval + ) + } + this.container.addClass(this.options.playingClass) + this.slidesContainer[0].setAttribute('aria-live', 'off') + if (this.playPauseElement.length) { + this.playPauseElement[0].setAttribute('aria-pressed', 'true') + } + }, + + pause: function () { + window.clearTimeout(this.timeout) + this.interval = null + if (this.cancelAnimationFrame) { + this.cancelAnimationFrame.call(window, this.animationFrameId) + this.animationFrameId = null + } + this.container.removeClass(this.options.playingClass) + this.slidesContainer[0].setAttribute('aria-live', 'polite') + if (this.playPauseElement.length) { + this.playPauseElement[0].setAttribute('aria-pressed', 'false') + } + }, + + add: function (list) { + var i + if (!list.concat) { + // Make a real array out of the list to add: + list = Array.prototype.slice.call(list) + } + if (!this.list.concat) { + // Make a real array out of the Gallery list: + this.list = Array.prototype.slice.call(this.list) + } + this.list = this.list.concat(list) + this.num = this.list.length + if (this.num > 2 && this.options.continuous === null) { + this.options.continuous = true + this.container.removeClass(this.options.leftEdgeClass) + } + this.container + .removeClass(this.options.rightEdgeClass) + .removeClass(this.options.singleClass) + for (i = this.num - list.length; i < this.num; i += 1) { + this.addSlide(i) + this.positionSlide(i) + } + this.positions.length = this.num + this.initSlides(true) + }, + + resetSlides: function () { + this.slidesContainer.empty() + this.unloadAllSlides() + this.slides = [] + }, + + handleClose: function () { + var options = this.options + this.destroyEventListeners() + // Cancel the slideshow: + this.pause() + this.container[0].style.display = 'none' + this.container + .removeClass(options.displayClass) + .removeClass(options.singleClass) + .removeClass(options.leftEdgeClass) + .removeClass(options.rightEdgeClass) + if (options.hidePageScrollbars) { + document.body.style.overflow = this.bodyOverflowStyle + } + if (this.options.clearSlides) { + this.resetSlides() + } + if (this.options.onclosed) { + this.options.onclosed.call(this) + } + }, + + close: function () { + var that = this + /** + * Close handler + * + * @param {event} event Close event + */ + function closeHandler(event) { + if (event.target === that.container[0]) { + that.container.off(that.support.transition.end, closeHandler) + that.handleClose() + } + } + if (this.options.onclose) { + this.options.onclose.call(this) + } + if (this.support.transition && this.options.displayTransition) { + this.container.on(this.support.transition.end, closeHandler) + this.container.removeClass(this.options.displayClass) + } else { + this.handleClose() + } + }, + + circle: function (index) { + // Always return a number inside of the slides index range: + return (this.num + (index % this.num)) % this.num + }, + + move: function (index, dist, duration) { + this.translateX(index, dist, duration) + this.positions[index] = dist + }, + + translate: function (index, x, y, duration) { + if (!this.slides[index]) return + var style = this.slides[index].style + var transition = this.support.transition + var transform = this.support.transform + style[transition.name + 'Duration'] = duration + 'ms' + style[transform.name] = + 'translate(' + + x + + 'px, ' + + y + + 'px)' + + (transform.translateZ ? ' translateZ(0)' : '') + }, + + translateX: function (index, x, duration) { + this.translate(index, x, 0, duration) + }, + + translateY: function (index, y, duration) { + this.translate(index, 0, y, duration) + }, + + animate: function (from, to, duration) { + if (!duration) { + this.slidesContainer[0].style.left = to + 'px' + return + } + var that = this + var start = new Date().getTime() + var timer = window.setInterval(function () { + var timeElap = new Date().getTime() - start + if (timeElap > duration) { + that.slidesContainer[0].style.left = to + 'px' + that.ontransitionend() + window.clearInterval(timer) + return + } + that.slidesContainer[0].style.left = + (to - from) * (Math.floor((timeElap / duration) * 100) / 100) + + from + + 'px' + }, 4) + }, + + preventDefault: function (event) { + if (event.preventDefault) { + event.preventDefault() + } else { + event.returnValue = false + } + }, + + stopPropagation: function (event) { + if (event.stopPropagation) { + event.stopPropagation() + } else { + event.cancelBubble = true + } + }, + + onresize: function () { + this.initSlides(true) + }, + + onhashchange: function () { + if (this.options.closeOnHashChange) { + this.close() + } + }, + + onmousedown: function (event) { + // Trigger on clicks of the left mouse button only + // and exclude video & audio elements: + if ( + event.which && + event.which === 1 && + event.target.nodeName !== 'VIDEO' && + event.target.nodeName !== 'AUDIO' + ) { + // Preventing the default mousedown action is required + // to make touch emulation work with Firefox: + event.preventDefault() + ;(event.originalEvent || event).touches = [ + { + pageX: event.pageX, + pageY: event.pageY + } + ] + this.ontouchstart(event) + } + }, + + onmousemove: function (event) { + if (this.touchStart) { + ;(event.originalEvent || event).touches = [ + { + pageX: event.pageX, + pageY: event.pageY + } + ] + this.ontouchmove(event) + } + }, + + onmouseup: function (event) { + if (this.touchStart) { + this.ontouchend(event) + delete this.touchStart + } + }, + + onmouseout: function (event) { + if (this.touchStart) { + var target = event.target + var related = event.relatedTarget + if (!related || (related !== target && !$.contains(target, related))) { + this.onmouseup(event) + } + } + }, + + ontouchstart: function (event) { + if (this.options.stopTouchEventsPropagation) { + this.stopPropagation(event) + } + // jQuery doesn't copy touch event properties by default, + // so we have to access the originalEvent object: + var touch = (event.originalEvent || event).touches[0] + this.touchStart = { + // Remember the initial touch coordinates: + x: touch.pageX, + y: touch.pageY, + // Store the time to determine touch duration: + time: Date.now() + } + // Helper variable to detect scroll movement: + this.isScrolling = undefined + // Reset delta values: + this.touchDelta = {} + }, + + ontouchmove: function (event) { + if (this.options.stopTouchEventsPropagation) { + this.stopPropagation(event) + } + // jQuery doesn't copy touch event properties by default, + // so we have to access the originalEvent object: + var touches = (event.originalEvent || event).touches + var touch = touches[0] + var scale = (event.originalEvent || event).scale + var index = this.index + var touchDeltaX + var indices + // Ensure this is a one touch swipe and not, e.g. a pinch: + if (touches.length > 1 || (scale && scale !== 1)) { + return + } + if (this.options.disableScroll) { + event.preventDefault() + } + // Measure change in x and y coordinates: + this.touchDelta = { + x: touch.pageX - this.touchStart.x, + y: touch.pageY - this.touchStart.y + } + touchDeltaX = this.touchDelta.x + // Detect if this is a vertical scroll movement (run only once per touch): + if (this.isScrolling === undefined) { + this.isScrolling = + this.isScrolling || + Math.abs(touchDeltaX) < Math.abs(this.touchDelta.y) + } + if (!this.isScrolling) { + // Always prevent horizontal scroll: + event.preventDefault() + // Stop the slideshow: + window.clearTimeout(this.timeout) + if (this.options.continuous) { + indices = [this.circle(index + 1), index, this.circle(index - 1)] + } else { + // Increase resistance if first slide and sliding left + // or last slide and sliding right: + this.touchDelta.x = touchDeltaX = + touchDeltaX / + ((!index && touchDeltaX > 0) || + (index === this.num - 1 && touchDeltaX < 0) + ? Math.abs(touchDeltaX) / this.slideWidth + 1 + : 1) + indices = [index] + if (index) { + indices.push(index - 1) + } + if (index < this.num - 1) { + indices.unshift(index + 1) + } + } + while (indices.length) { + index = indices.pop() + this.translateX(index, touchDeltaX + this.positions[index], 0) + } + } else if (!this.options.carousel) { + this.translateY(index, this.touchDelta.y + this.positions[index], 0) + } + }, + + ontouchend: function (event) { + if (this.options.stopTouchEventsPropagation) { + this.stopPropagation(event) + } + var index = this.index + var absTouchDeltaX = Math.abs(this.touchDelta.x) + var slideWidth = this.slideWidth + var duration = Math.ceil( + (this.options.transitionDuration * (1 - absTouchDeltaX / slideWidth)) / + 2 + ) + // Determine if slide attempt triggers next/prev slide: + var isValidSlide = absTouchDeltaX > 20 + // Determine if slide attempt is past start or end: + var isPastBounds = + (!index && this.touchDelta.x > 0) || + (index === this.num - 1 && this.touchDelta.x < 0) + var isValidClose = + !isValidSlide && + this.options.closeOnSwipeUpOrDown && + Math.abs(this.touchDelta.y) > 20 + var direction + var indexForward + var indexBackward + var distanceForward + var distanceBackward + if (this.options.continuous) { + isPastBounds = false + } + // Determine direction of swipe (true: right, false: left): + direction = this.touchDelta.x < 0 ? -1 : 1 + if (!this.isScrolling) { + if (isValidSlide && !isPastBounds) { + indexForward = index + direction + indexBackward = index - direction + distanceForward = slideWidth * direction + distanceBackward = -slideWidth * direction + if (this.options.continuous) { + this.move(this.circle(indexForward), distanceForward, 0) + this.move(this.circle(index - 2 * direction), distanceBackward, 0) + } else if (indexForward >= 0 && indexForward < this.num) { + this.move(indexForward, distanceForward, 0) + } + this.move(index, this.positions[index] + distanceForward, duration) + this.move( + this.circle(indexBackward), + this.positions[this.circle(indexBackward)] + distanceForward, + duration + ) + index = this.circle(indexBackward) + this.onslide(index) + } else { + // Move back into position + if (this.options.continuous) { + this.move(this.circle(index - 1), -slideWidth, duration) + this.move(index, 0, duration) + this.move(this.circle(index + 1), slideWidth, duration) + } else { + if (index) { + this.move(index - 1, -slideWidth, duration) + } + this.move(index, 0, duration) + if (index < this.num - 1) { + this.move(index + 1, slideWidth, duration) + } + } + } + } else { + if (isValidClose) { + this.close() + } else { + // Move back into position + this.translateY(index, 0, duration) + } + } + }, + + ontouchcancel: function (event) { + if (this.touchStart) { + this.ontouchend(event) + delete this.touchStart + } + }, + + ontransitionend: function (event) { + var slide = this.slides[this.index] + if (!event || slide === event.target) { + if (this.interval) { + this.play() + } + this.setTimeout(this.options.onslideend, [this.index, slide]) + } + }, + + oncomplete: function (event) { + var target = event.target || event.srcElement + var parent = target && target.parentNode + var index + if (!target || !parent) { + return + } + index = this.getNodeIndex(parent) + $(parent).removeClass(this.options.slideLoadingClass) + if (event.type === 'error') { + $(parent).addClass(this.options.slideErrorClass) + this.elements[index] = 3 // Fail + } else { + this.elements[index] = 2 // Done + } + // Fix for IE7's lack of support for percentage max-height: + if (target.clientHeight > this.container[0].clientHeight) { + target.style.maxHeight = this.container[0].clientHeight + } + if (this.interval && this.slides[this.index] === parent) { + this.play() + } + this.setTimeout(this.options.onslidecomplete, [index, parent]) + }, + + onload: function (event) { + this.oncomplete(event) + }, + + onerror: function (event) { + this.oncomplete(event) + }, + + onkeydown: function (event) { + switch (event.which || event.keyCode) { + case 13: // Enter + if (this.options.toggleControlsOnEnter) { + this.preventDefault(event) + this.toggleControls() + } + break + case 27: // Escape + if (this.options.closeOnEscape) { + this.close() + // prevent Escape from closing other things + event.stopImmediatePropagation() + } + break + case 32: // Space + if (this.options.toggleSlideshowOnSpace) { + this.preventDefault(event) + this.toggleSlideshow() + } + break + case 37: // ArrowLeft + if (this.options.enableKeyboardNavigation) { + this.preventDefault(event) + this.prev() + } + break + case 39: // ArrowRight + if (this.options.enableKeyboardNavigation) { + this.preventDefault(event) + this.next() + } + break + } + }, + + handleClick: function (event) { + var options = this.options + var target = event.target || event.srcElement + var parent = target.parentNode + /** + * Checks if the target from the close has the given class + * + * @param {string} className Class name + * @returns {boolean} Returns true if the target has the class name + */ + function isTarget(className) { + return $(target).hasClass(className) || $(parent).hasClass(className) + } + if (isTarget(options.toggleClass)) { + // Click on "toggle" control + this.preventDefault(event) + this.toggleControls() + } else if (isTarget(options.prevClass)) { + // Click on "prev" control + this.preventDefault(event) + this.prev() + } else if (isTarget(options.nextClass)) { + // Click on "next" control + this.preventDefault(event) + this.next() + } else if (isTarget(options.closeClass)) { + // Click on "close" control + this.preventDefault(event) + this.close() + } else if (isTarget(options.playPauseClass)) { + // Click on "play-pause" control + this.preventDefault(event) + this.toggleSlideshow() + } else if (parent === this.slidesContainer[0]) { + // Click on slide background + if (options.closeOnSlideClick) { + this.preventDefault(event) + this.close() + } else if (options.toggleControlsOnSlideClick) { + this.preventDefault(event) + this.toggleControls() + } + } else if ( + parent.parentNode && + parent.parentNode === this.slidesContainer[0] + ) { + // Click on displayed element + if (options.toggleControlsOnSlideClick) { + this.preventDefault(event) + this.toggleControls() + } + } + }, + + onclick: function (event) { + if ( + this.options.emulateTouchEvents && + this.touchDelta && + (Math.abs(this.touchDelta.x) > 20 || Math.abs(this.touchDelta.y) > 20) + ) { + delete this.touchDelta + return + } + return this.handleClick(event) + }, + + updateEdgeClasses: function (index) { + if (!index) { + this.container.addClass(this.options.leftEdgeClass) + } else { + this.container.removeClass(this.options.leftEdgeClass) + } + if (index === this.num - 1) { + this.container.addClass(this.options.rightEdgeClass) + } else { + this.container.removeClass(this.options.rightEdgeClass) + } + }, + + updateActiveSlide: function (oldIndex, newIndex) { + var slides = this.slides + var options = this.options + var list = [ + { + index: newIndex, + method: 'addClass', + hidden: false + }, + { + index: oldIndex, + method: 'removeClass', + hidden: true + } + ] + var item, index + while (list.length) { + item = list.pop() + $(slides[item.index])[item.method](options.slideActiveClass) + index = this.circle(item.index - 1) + if (options.continuous || index < item.index) { + $(slides[index])[item.method](options.slidePrevClass) + } + index = this.circle(item.index + 1) + if (options.continuous || index > item.index) { + $(slides[index])[item.method](options.slideNextClass) + } + } + this.slides[oldIndex].setAttribute('aria-hidden', 'true') + this.slides[newIndex].removeAttribute('aria-hidden') + }, + + handleSlide: function (oldIndex, newIndex) { + if (!this.options.continuous) { + this.updateEdgeClasses(newIndex) + } + this.updateActiveSlide(oldIndex, newIndex) + this.loadElements(newIndex) + if (this.options.unloadElements) { + this.unloadElements(oldIndex, newIndex) + } + this.setTitle(newIndex) + }, + + onslide: function (index) { + this.handleSlide(this.index, index) + this.index = index + this.setTimeout(this.options.onslide, [index, this.slides[index]]) + }, + + setTitle: function (index) { + var firstChild = this.slides[index].firstChild + var text = firstChild.title || firstChild.alt + var titleElement = this.titleElement + if (titleElement.length) { + this.titleElement.empty() + if (text) { + titleElement[0].appendChild(document.createTextNode(text)) + } + } + }, + + setTimeout: function (func, args, wait) { + var that = this + return ( + func && + window.setTimeout(function () { + func.apply(that, args || []) + }, wait || 0) + ) + }, + + imageFactory: function (obj, callback) { + var options = this.options + var that = this + var url = obj + var img = this.imagePrototype.cloneNode(false) + var picture + var called + var sources + var srcset + var sizes + var title + var altText + var i + /** + * Wraps the callback function for the load/error event + * + * @param {event} event load/error event + * @returns {number} timeout ID + */ + function callbackWrapper(event) { + if (!called) { + event = { + type: event.type, + target: picture || img + } + if (!event.target.parentNode) { + // Fix for browsers (e.g. IE7) firing the load event for + // cached images before the element could + // be added to the DOM: + return that.setTimeout(callbackWrapper, [event]) + } + called = true + $(img).off('load error', callbackWrapper) + callback(event) + } + } + if (typeof url !== 'string') { + url = this.getItemProperty(obj, options.urlProperty) + sources = + this.support.picture && + this.support.source && + this.getItemProperty(obj, options.sourcesProperty) + srcset = this.getItemProperty(obj, options.srcsetProperty) + sizes = this.getItemProperty(obj, options.sizesProperty) + title = this.getItemProperty(obj, options.titleProperty) + altText = this.getItemProperty(obj, options.altTextProperty) || title + } + img.draggable = false + if (title) { + img.title = title + } + if (altText) { + img.alt = altText + } + $(img).on('load error', callbackWrapper) + if (sources && sources.length) { + picture = this.picturePrototype.cloneNode(false) + for (i = 0; i < sources.length; i += 1) { + picture.appendChild( + $.extend(this.sourcePrototype.cloneNode(false), sources[i]) + ) + } + picture.appendChild(img) + $(picture).addClass(options.toggleClass) + } + if (srcset) { + if (sizes) { + img.sizes = sizes + } + img.srcset = srcset + } + img.src = url + if (picture) return picture + return img + }, + + createElement: function (obj, callback) { + var type = obj && this.getItemProperty(obj, this.options.typeProperty) + var factory = + (type && this[type.split('/')[0] + 'Factory']) || this.imageFactory + var element = obj && factory.call(this, obj, callback) + if (!element) { + element = this.elementPrototype.cloneNode(false) + this.setTimeout(callback, [ + { + type: 'error', + target: element + } + ]) + } + $(element).addClass(this.options.slideContentClass) + return element + }, + + iteratePreloadRange: function (index, func) { + var num = this.num + var options = this.options + var limit = Math.min(num, options.preloadRange * 2 + 1) + var j = index + var i + for (i = 0; i < limit; i += 1) { + // First iterate to the current index (0), + // then the next one (+1), + // then the previous one (-1), + // then the next after next (+2), + // then the one before the previous one (-2), etc.: + j += i * (i % 2 === 0 ? -1 : 1) + if (j < 0 || j >= num) { + if (!options.continuous) continue + // Connect the ends of the list to load slide elements for + // continuous iteration: + j = this.circle(j) + } + func.call(this, j) + } + }, + + loadElement: function (index) { + if (!this.elements[index]) { + if (this.slides[index].firstChild) { + this.elements[index] = $(this.slides[index]).hasClass( + this.options.slideErrorClass + ) + ? 3 + : 2 + } else { + this.elements[index] = 1 // Loading + $(this.slides[index]).addClass(this.options.slideLoadingClass) + this.slides[index].appendChild( + this.createElement(this.list[index], this.proxyListener) + ) + } + } + }, + + loadElements: function (index) { + this.iteratePreloadRange(index, this.loadElement) + }, + + unloadElements: function (oldIndex, newIndex) { + var preloadRange = this.options.preloadRange + this.iteratePreloadRange(oldIndex, function (i) { + var diff = Math.abs(i - newIndex) + if (diff > preloadRange && diff + preloadRange < this.num) { + this.unloadSlide(i) + delete this.elements[i] + } + }) + }, + + addSlide: function (index) { + var slide = this.slidePrototype.cloneNode(false) + slide.setAttribute('data-index', index) + slide.setAttribute('aria-hidden', 'true') + this.slidesContainer[0].appendChild(slide) + this.slides.push(slide) + }, + + positionSlide: function (index) { + var slide = this.slides[index] + slide.style.width = this.slideWidth + 'px' + if (this.support.transform) { + slide.style.left = index * -this.slideWidth + 'px' + this.move( + index, + this.index > index + ? -this.slideWidth + : this.index < index + ? this.slideWidth + : 0, + 0 + ) + } + }, + + initSlides: function (reload) { + var clearSlides, i + if (!reload) { + this.positions = [] + this.positions.length = this.num + this.elements = {} + this.picturePrototype = + this.support.picture && document.createElement('picture') + this.sourcePrototype = + this.support.source && document.createElement('source') + this.imagePrototype = document.createElement('img') + this.elementPrototype = document.createElement('div') + this.slidePrototype = this.elementPrototype.cloneNode(false) + $(this.slidePrototype).addClass(this.options.slideClass) + this.slides = this.slidesContainer[0].children + clearSlides = + this.options.clearSlides || this.slides.length !== this.num + } + this.slideWidth = this.container[0].clientWidth + this.slideHeight = this.container[0].clientHeight + this.slidesContainer[0].style.width = this.num * this.slideWidth + 'px' + if (clearSlides) { + this.resetSlides() + } + for (i = 0; i < this.num; i += 1) { + if (clearSlides) { + this.addSlide(i) + } + this.positionSlide(i) + } + // Reposition the slides before and after the given index: + if (this.options.continuous && this.support.transform) { + this.move(this.circle(this.index - 1), -this.slideWidth, 0) + this.move(this.circle(this.index + 1), this.slideWidth, 0) + } + if (!this.support.transform) { + this.slidesContainer[0].style.left = + this.index * -this.slideWidth + 'px' + } + }, + + unloadSlide: function (index) { + var slide, firstChild + slide = this.slides[index] + firstChild = slide.firstChild + if (firstChild !== null) { + slide.removeChild(firstChild) + } + }, + + unloadAllSlides: function () { + var i, len + for (i = 0, len = this.slides.length; i < len; i++) { + this.unloadSlide(i) + } + }, + + toggleControls: function () { + var controlsClass = this.options.controlsClass + if (this.container.hasClass(controlsClass)) { + this.container.removeClass(controlsClass) + } else { + this.container.addClass(controlsClass) + } + }, + + toggleSlideshow: function () { + if (!this.interval) { + this.play() + } else { + this.pause() + } + }, + + getNodeIndex: function (element) { + return parseInt(element.getAttribute('data-index'), 10) + }, + + getNestedProperty: function (obj, property) { + property.replace( + // Matches native JavaScript notation in a String, + // e.g. '["doubleQuoteProp"].dotProp[2]' + // eslint-disable-next-line no-useless-escape + /\[(?:'([^']+)'|"([^"]+)"|(\d+))\]|(?:(?:^|\.)([^\.\[]+))/g, + function (str, singleQuoteProp, doubleQuoteProp, arrayIndex, dotProp) { + var prop = + dotProp || + singleQuoteProp || + doubleQuoteProp || + (arrayIndex && parseInt(arrayIndex, 10)) + if (str && obj) { + obj = obj[prop] + } + } + ) + return obj + }, + + getDataProperty: function (obj, property) { + var key + var prop + if (obj.dataset) { + key = property.replace(/-([a-z])/g, function (_, b) { + return b.toUpperCase() + }) + prop = obj.dataset[key] + } else if (obj.getAttribute) { + prop = obj.getAttribute( + 'data-' + property.replace(/([A-Z])/g, '-$1').toLowerCase() + ) + } + if (typeof prop === 'string') { + // eslint-disable-next-line no-useless-escape + if ( + /^(true|false|null|-?\d+(\.\d+)?|\{[\s\S]*\}|\[[\s\S]*\])$/.test(prop) + ) { + try { + return $.parseJSON(prop) + } catch (ignore) { + // ignore JSON parsing errors + } + } + return prop + } + }, + + getItemProperty: function (obj, property) { + var prop = this.getDataProperty(obj, property) + if (prop === undefined) { + prop = obj[property] + } + if (prop === undefined) { + prop = this.getNestedProperty(obj, property) + } + return prop + }, + + initStartIndex: function () { + var index = this.options.index + var urlProperty = this.options.urlProperty + var i + // Check if the index is given as a list object: + if (index && typeof index !== 'number') { + for (i = 0; i < this.num; i += 1) { + if ( + this.list[i] === index || + this.getItemProperty(this.list[i], urlProperty) === + this.getItemProperty(index, urlProperty) + ) { + index = i + break + } + } + } + // Make sure the index is in the list range: + this.index = this.circle(parseInt(index, 10) || 0) + }, + + initEventListeners: function () { + var that = this + var slidesContainer = this.slidesContainer + /** + * Proxy listener + * + * @param {event} event original event + */ + function proxyListener(event) { + var type = + that.support.transition && that.support.transition.end === event.type + ? 'transitionend' + : event.type + that['on' + type](event) + } + $(window).on('resize', proxyListener) + $(window).on('hashchange', proxyListener) + $(document.body).on('keydown', proxyListener) + this.container.on('click', proxyListener) + if (this.support.touch) { + slidesContainer.on( + 'touchstart touchmove touchend touchcancel', + proxyListener + ) + } else if (this.options.emulateTouchEvents && this.support.transition) { + slidesContainer.on( + 'mousedown mousemove mouseup mouseout', + proxyListener + ) + } + if (this.support.transition) { + slidesContainer.on(this.support.transition.end, proxyListener) + } + this.proxyListener = proxyListener + }, + + destroyEventListeners: function () { + var slidesContainer = this.slidesContainer + var proxyListener = this.proxyListener + $(window).off('resize', proxyListener) + $(document.body).off('keydown', proxyListener) + this.container.off('click', proxyListener) + if (this.support.touch) { + slidesContainer.off( + 'touchstart touchmove touchend touchcancel', + proxyListener + ) + } else if (this.options.emulateTouchEvents && this.support.transition) { + slidesContainer.off( + 'mousedown mousemove mouseup mouseout', + proxyListener + ) + } + if (this.support.transition) { + slidesContainer.off(this.support.transition.end, proxyListener) + } + }, + + handleOpen: function () { + if (this.options.onopened) { + this.options.onopened.call(this) + } + }, + + initWidget: function () { + var that = this + /** + * Open handler + * + * @param {event} event Gallery open event + */ + function openHandler(event) { + if (event.target === that.container[0]) { + that.container.off(that.support.transition.end, openHandler) + that.handleOpen() + } + } + this.container = $(this.options.container) + if (!this.container.length) { + this.console.log( + 'blueimp Gallery: Widget container not found.', + this.options.container + ) + return false + } + this.slidesContainer = this.container + .find(this.options.slidesContainer) + .first() + if (!this.slidesContainer.length) { + this.console.log( + 'blueimp Gallery: Slides container not found.', + this.options.slidesContainer + ) + return false + } + this.titleElement = this.container.find(this.options.titleElement).first() + this.playPauseElement = this.container + .find('.' + this.options.playPauseClass) + .first() + if (this.num === 1) { + this.container.addClass(this.options.singleClass) + } + if (this.support.svgasimg) { + this.container.addClass(this.options.svgasimgClass) + } + if (this.support.smil) { + this.container.addClass(this.options.smilClass) + } + if (this.options.onopen) { + this.options.onopen.call(this) + } + if (this.support.transition && this.options.displayTransition) { + this.container.on(this.support.transition.end, openHandler) + } else { + this.handleOpen() + } + if (this.options.hidePageScrollbars) { + // Hide the page scrollbars: + this.bodyOverflowStyle = document.body.style.overflow + document.body.style.overflow = 'hidden' + } + this.container[0].style.display = 'block' + this.initSlides() + this.container.addClass(this.options.displayClass) + }, + + initOptions: function (options) { + // Create a copy of the prototype options: + this.options = $.extend({}, this.options) + // Check if carousel mode is enabled: + if ( + (options && options.carousel) || + (this.options.carousel && (!options || options.carousel !== false)) + ) { + $.extend(this.options, this.carouselOptions) + } + // Override any given options: + $.extend(this.options, options) + if (this.num < 3) { + // 1 or 2 slides cannot be displayed continuous, + // remember the original option by setting to null instead of false: + this.options.continuous = this.options.continuous ? null : false + } + if (!this.support.transition) { + this.options.emulateTouchEvents = false + } + if (this.options.event) { + this.preventDefault(this.options.event) + } + } + }) + + return Gallery +}) diff --git a/docusaurus/static/js/blueimp-gallery.min.js b/docusaurus/static/js/blueimp-gallery.min.js new file mode 100644 index 0000000..c3b72a9 --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery.min.js @@ -0,0 +1,2 @@ +!function(){"use strict";function t(t,e){var i;for(i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}function i(t){if(!this||this.find!==i.prototype.find)return new i(t);if(this.length=0,t)if("string"==typeof t&&(t=this.find(t)),t.nodeType||t===t.window)this.length=1,this[0]=t;else{var e=t.length;for(this.length=e;e;)this[--e]=t[e]}}i.extend=t,i.contains=function(t,e){do{if((e=e.parentNode)===t)return!0}while(e);return!1},i.parseJSON=function(t){return JSON.parse(t)},t(i.prototype,{find:function(t){var e=this[0]||document;return"string"==typeof t&&(t=e.querySelectorAll?e.querySelectorAll(t):"#"===t.charAt(0)?e.getElementById(t.slice(1)):e.getElementsByTagName(t)),new i(t)},hasClass:function(t){return!!this[0]&&new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(this[0].className)},addClass:function(t){for(var e,i,s,n=this.length;n;)if((i=this[--n]).className)for(e=e||t.split(/\s+/),s=0;s<e.length;s+=1)this.hasClass(e[s])||(i.className+=" "+e[s]);else i.className=t;return this},removeClass:function(t){for(var e,i=new RegExp("^(?:"+t.split(/\s+/).join("|")+")$"),s=/(\S+)(?:\s+|$)/g,n=function(t,e){return i.test(e)?"":t},o=/\s+$/,a=this.length;a;)(e=this[--a]).className=e.className.replace(s,n).replace(o,"");return this},on:function(t,e){for(var i,s,n=t.split(/\s+/);n.length;)for(t=n.shift(),i=this.length;i;)(s=this[--i]).addEventListener?s.addEventListener(t,e,!1):s.attachEvent&&s.attachEvent("on"+t,e);return this},off:function(t,e){for(var i,s,n=t.split(/\s+/);n.length;)for(t=n.shift(),i=this.length;i;)(s=this[--i]).removeEventListener?s.removeEventListener(t,e,!1):s.detachEvent&&s.detachEvent("on"+t,e);return this},empty:function(){for(var t,e=this.length;e;)for(t=this[--e];t.hasChildNodes();)t.removeChild(t.lastChild);return this},first:function(){return new i(this[0])}}),"function"==typeof define&&define.amd?define(function(){return i}):(window.blueimp=window.blueimp||{},window.blueimp.helper=i)}(),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper"],t):(window.blueimp=window.blueimp||{},window.blueimp.Gallery=t(window.blueimp.helper||window.jQuery))}(function(f){"use strict";function i(t,e){return document.body.style.maxHeight===undefined?null:this&&this.options===i.prototype.options?void(t&&t.length?(this.list=t,this.num=t.length,this.initOptions(e),this.initialize()):this.console.log("blueimp Gallery: No or empty list provided as first argument.",t)):new i(t,e)}return f.extend(i.prototype,{options:{container:"#blueimp-gallery",slidesContainer:"div",titleElement:"h3",displayClass:"blueimp-gallery-display",controlsClass:"blueimp-gallery-controls",singleClass:"blueimp-gallery-single",leftEdgeClass:"blueimp-gallery-left",rightEdgeClass:"blueimp-gallery-right",playingClass:"blueimp-gallery-playing",svgasimgClass:"blueimp-gallery-svgasimg",smilClass:"blueimp-gallery-smil",slideClass:"slide",slideActiveClass:"slide-active",slidePrevClass:"slide-prev",slideNextClass:"slide-next",slideLoadingClass:"slide-loading",slideErrorClass:"slide-error",slideContentClass:"slide-content",toggleClass:"toggle",prevClass:"prev",nextClass:"next",closeClass:"close",playPauseClass:"play-pause",typeProperty:"type",titleProperty:"title",altTextProperty:"alt",urlProperty:"href",srcsetProperty:"srcset",sizesProperty:"sizes",sourcesProperty:"sources",displayTransition:!0,clearSlides:!0,toggleControlsOnEnter:!0,toggleControlsOnSlideClick:!0,toggleSlideshowOnSpace:!0,enableKeyboardNavigation:!0,closeOnEscape:!0,closeOnSlideClick:!0,closeOnSwipeUpOrDown:!0,closeOnHashChange:!0,emulateTouchEvents:!0,stopTouchEventsPropagation:!1,hidePageScrollbars:!0,disableScroll:!0,carousel:!1,continuous:!0,unloadElements:!0,startSlideshow:!1,slideshowInterval:5e3,slideshowDirection:"ltr",index:0,preloadRange:2,transitionDuration:300,slideshowTransitionDuration:500,event:undefined,onopen:undefined,onopened:undefined,onslide:undefined,onslideend:undefined,onslidecomplete:undefined,onclose:undefined,onclosed:undefined},carouselOptions:{hidePageScrollbars:!1,toggleControlsOnEnter:!1,toggleSlideshowOnSpace:!1,enableKeyboardNavigation:!1,closeOnEscape:!1,closeOnSlideClick:!1,closeOnSwipeUpOrDown:!1,closeOnHashChange:!1,disableScroll:!1,startSlideshow:!0},console:window.console&&"function"==typeof window.console.log?window.console:{log:function(){}},support:function(s){var t,n={source:!!window.HTMLSourceElement,picture:!!window.HTMLPictureElement,svgasimg:document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1"),smil:!!document.createElementNS&&/SVGAnimate/.test(document.createElementNS("http://www.w3.org/2000/svg","animate").toString()),touch:window.ontouchstart!==undefined||window.DocumentTouch&&document instanceof DocumentTouch},e={webkitTransition:{end:"webkitTransitionEnd",prefix:"-webkit-"},MozTransition:{end:"transitionend",prefix:"-moz-"},OTransition:{end:"otransitionend",prefix:"-o-"},transition:{end:"transitionend",prefix:""}};for(t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&s.style[t]!==undefined){n.transition=e[t],n.transition.name=t;break}function i(){var t,e,i=n.transition;document.body.appendChild(s),i&&(t=i.name.slice(0,-9)+"ransform",s.style[t]!==undefined&&(s.style[t]="translateZ(0)",e=window.getComputedStyle(s).getPropertyValue(i.prefix+"transform"),n.transform={prefix:i.prefix,name:t,translate:!0,translateZ:!!e&&"none"!==e})),document.body.removeChild(s)}return document.body?i():f(document).on("DOMContentLoaded",i),n}(document.createElement("div")),requestAnimationFrame:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame,cancelAnimationFrame:window.cancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame,initialize:function(){if(this.initStartIndex(),!1===this.initWidget())return!1;this.initEventListeners(),this.onslide(this.index),this.ontransitionend(),this.options.startSlideshow&&this.play()},slide:function(t,e){window.clearTimeout(this.timeout);var i,s,n,o=this.index;if(o!==t&&1!==this.num){if(e=e||this.options.transitionDuration,this.support.transform){for(this.options.continuous||(t=this.circle(t)),i=Math.abs(o-t)/(o-t),this.options.continuous&&(s=i,(i=-this.positions[this.circle(t)]/this.slideWidth)!==s&&(t=-i*this.num+t)),n=Math.abs(o-t)-1;n;)--n,this.move(this.circle((o<t?t:o)-n-1),this.slideWidth*i,0);t=this.circle(t),this.move(o,this.slideWidth*i,e),this.move(t,0,e),this.options.continuous&&this.move(this.circle(t-i),-this.slideWidth*i,0)}else t=this.circle(t),this.animate(o*-this.slideWidth,t*-this.slideWidth,e);this.onslide(t)}},getIndex:function(){return this.index},getNumber:function(){return this.num},prev:function(){(this.options.continuous||this.index)&&this.slide(this.index-1)},next:function(){(this.options.continuous||this.index<this.num-1)&&this.slide(this.index+1)},play:function(t){var i=this,e=this.index+("rtl"===this.options.slideshowDirection?-1:1);window.clearTimeout(this.timeout),this.interval=t||this.options.slideshowInterval,1<this.elements[this.index]&&(this.timeout=this.setTimeout(!this.requestAnimationFrame&&this.slide||function(t,e){i.animationFrameId=i.requestAnimationFrame.call(window,function(){i.slide(t,e)})},[e,this.options.slideshowTransitionDuration],this.interval)),this.container.addClass(this.options.playingClass),this.slidesContainer[0].setAttribute("aria-live","off"),this.playPauseElement.length&&this.playPauseElement[0].setAttribute("aria-pressed","true")},pause:function(){window.clearTimeout(this.timeout),this.interval=null,this.cancelAnimationFrame&&(this.cancelAnimationFrame.call(window,this.animationFrameId),this.animationFrameId=null),this.container.removeClass(this.options.playingClass),this.slidesContainer[0].setAttribute("aria-live","polite"),this.playPauseElement.length&&this.playPauseElement[0].setAttribute("aria-pressed","false")},add:function(t){var e;for(t.concat||(t=Array.prototype.slice.call(t)),this.list.concat||(this.list=Array.prototype.slice.call(this.list)),this.list=this.list.concat(t),this.num=this.list.length,2<this.num&&null===this.options.continuous&&(this.options.continuous=!0,this.container.removeClass(this.options.leftEdgeClass)),this.container.removeClass(this.options.rightEdgeClass).removeClass(this.options.singleClass),e=this.num-t.length;e<this.num;e+=1)this.addSlide(e),this.positionSlide(e);this.positions.length=this.num,this.initSlides(!0)},resetSlides:function(){this.slidesContainer.empty(),this.unloadAllSlides(),this.slides=[]},handleClose:function(){var t=this.options;this.destroyEventListeners(),this.pause(),this.container[0].style.display="none",this.container.removeClass(t.displayClass).removeClass(t.singleClass).removeClass(t.leftEdgeClass).removeClass(t.rightEdgeClass),t.hidePageScrollbars&&(document.body.style.overflow=this.bodyOverflowStyle),this.options.clearSlides&&this.resetSlides(),this.options.onclosed&&this.options.onclosed.call(this)},close:function(){var e=this;this.options.onclose&&this.options.onclose.call(this),this.support.transition&&this.options.displayTransition?(this.container.on(this.support.transition.end,function i(t){t.target===e.container[0]&&(e.container.off(e.support.transition.end,i),e.handleClose())}),this.container.removeClass(this.options.displayClass)):this.handleClose()},circle:function(t){return(this.num+t%this.num)%this.num},move:function(t,e,i){this.translateX(t,e,i),this.positions[t]=e},translate:function(t,e,i,s){var n,o,a;this.slides[t]&&(n=this.slides[t].style,o=this.support.transition,a=this.support.transform,n[o.name+"Duration"]=s+"ms",n[a.name]="translate("+e+"px, "+i+"px)"+(a.translateZ?" translateZ(0)":""))},translateX:function(t,e,i){this.translate(t,e,0,i)},translateY:function(t,e,i){this.translate(t,0,e,i)},animate:function(e,i,s){var n,o,a;s?(n=this,o=(new Date).getTime(),a=window.setInterval(function(){var t=(new Date).getTime()-o;if(s<t)return n.slidesContainer[0].style.left=i+"px",n.ontransitionend(),void window.clearInterval(a);n.slidesContainer[0].style.left=(i-e)*(Math.floor(t/s*100)/100)+e+"px"},4)):this.slidesContainer[0].style.left=i+"px"},preventDefault:function(t){t.preventDefault?t.preventDefault():t.returnValue=!1},stopPropagation:function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0},onresize:function(){this.initSlides(!0)},onhashchange:function(){this.options.closeOnHashChange&&this.close()},onmousedown:function(t){t.which&&1===t.which&&"VIDEO"!==t.target.nodeName&&"AUDIO"!==t.target.nodeName&&(t.preventDefault(),(t.originalEvent||t).touches=[{pageX:t.pageX,pageY:t.pageY}],this.ontouchstart(t))},onmousemove:function(t){this.touchStart&&((t.originalEvent||t).touches=[{pageX:t.pageX,pageY:t.pageY}],this.ontouchmove(t))},onmouseup:function(t){this.touchStart&&(this.ontouchend(t),delete this.touchStart)},onmouseout:function(t){var e,i;this.touchStart&&(e=t.target,(i=t.relatedTarget)&&(i===e||f.contains(e,i))||this.onmouseup(t))},ontouchstart:function(t){this.options.stopTouchEventsPropagation&&this.stopPropagation(t);var e=(t.originalEvent||t).touches[0];this.touchStart={x:e.pageX,y:e.pageY,time:Date.now()},this.isScrolling=undefined,this.touchDelta={}},ontouchmove:function(t){this.options.stopTouchEventsPropagation&&this.stopPropagation(t);var e,i,s=(t.originalEvent||t).touches,n=s[0],o=(t.originalEvent||t).scale,a=this.index;if(!(1<s.length||o&&1!==o))if(this.options.disableScroll&&t.preventDefault(),this.touchDelta={x:n.pageX-this.touchStart.x,y:n.pageY-this.touchStart.y},e=this.touchDelta.x,this.isScrolling===undefined&&(this.isScrolling=this.isScrolling||Math.abs(e)<Math.abs(this.touchDelta.y)),this.isScrolling)this.options.carousel||this.translateY(a,this.touchDelta.y+this.positions[a],0);else for(t.preventDefault(),window.clearTimeout(this.timeout),this.options.continuous?i=[this.circle(a+1),a,this.circle(a-1)]:(this.touchDelta.x=e/=!a&&0<e||a===this.num-1&&e<0?Math.abs(e)/this.slideWidth+1:1,i=[a],a&&i.push(a-1),a<this.num-1&&i.unshift(a+1));i.length;)a=i.pop(),this.translateX(a,e+this.positions[a],0)},ontouchend:function(t){this.options.stopTouchEventsPropagation&&this.stopPropagation(t);var e,i,s,n,o,a=this.index,l=Math.abs(this.touchDelta.x),r=this.slideWidth,h=Math.ceil(this.options.transitionDuration*(1-l/r)/2),d=20<l,c=!a&&0<this.touchDelta.x||a===this.num-1&&this.touchDelta.x<0,u=!d&&this.options.closeOnSwipeUpOrDown&&20<Math.abs(this.touchDelta.y);this.options.continuous&&(c=!1),e=this.touchDelta.x<0?-1:1,this.isScrolling?u?this.close():this.translateY(a,0,h):d&&!c?(i=a+e,s=a-e,n=r*e,o=-r*e,this.options.continuous?(this.move(this.circle(i),n,0),this.move(this.circle(a-2*e),o,0)):0<=i&&i<this.num&&this.move(i,n,0),this.move(a,this.positions[a]+n,h),this.move(this.circle(s),this.positions[this.circle(s)]+n,h),a=this.circle(s),this.onslide(a)):this.options.continuous?(this.move(this.circle(a-1),-r,h),this.move(a,0,h),this.move(this.circle(a+1),r,h)):(a&&this.move(a-1,-r,h),this.move(a,0,h),a<this.num-1&&this.move(a+1,r,h))},ontouchcancel:function(t){this.touchStart&&(this.ontouchend(t),delete this.touchStart)},ontransitionend:function(t){var e=this.slides[this.index];t&&e!==t.target||(this.interval&&this.play(),this.setTimeout(this.options.onslideend,[this.index,e]))},oncomplete:function(t){var e,i=t.target||t.srcElement,s=i&&i.parentNode;i&&s&&(e=this.getNodeIndex(s),f(s).removeClass(this.options.slideLoadingClass),"error"===t.type?(f(s).addClass(this.options.slideErrorClass),this.elements[e]=3):this.elements[e]=2,i.clientHeight>this.container[0].clientHeight&&(i.style.maxHeight=this.container[0].clientHeight),this.interval&&this.slides[this.index]===s&&this.play(),this.setTimeout(this.options.onslidecomplete,[e,s]))},onload:function(t){this.oncomplete(t)},onerror:function(t){this.oncomplete(t)},onkeydown:function(t){switch(t.which||t.keyCode){case 13:this.options.toggleControlsOnEnter&&(this.preventDefault(t),this.toggleControls());break;case 27:this.options.closeOnEscape&&(this.close(),t.stopImmediatePropagation());break;case 32:this.options.toggleSlideshowOnSpace&&(this.preventDefault(t),this.toggleSlideshow());break;case 37:this.options.enableKeyboardNavigation&&(this.preventDefault(t),this.prev());break;case 39:this.options.enableKeyboardNavigation&&(this.preventDefault(t),this.next())}},handleClick:function(t){var e=this.options,i=t.target||t.srcElement,s=i.parentNode;function n(t){return f(i).hasClass(t)||f(s).hasClass(t)}n(e.toggleClass)?(this.preventDefault(t),this.toggleControls()):n(e.prevClass)?(this.preventDefault(t),this.prev()):n(e.nextClass)?(this.preventDefault(t),this.next()):n(e.closeClass)?(this.preventDefault(t),this.close()):n(e.playPauseClass)?(this.preventDefault(t),this.toggleSlideshow()):s===this.slidesContainer[0]?e.closeOnSlideClick?(this.preventDefault(t),this.close()):e.toggleControlsOnSlideClick&&(this.preventDefault(t),this.toggleControls()):s.parentNode&&s.parentNode===this.slidesContainer[0]&&e.toggleControlsOnSlideClick&&(this.preventDefault(t),this.toggleControls())},onclick:function(t){if(!(this.options.emulateTouchEvents&&this.touchDelta&&(20<Math.abs(this.touchDelta.x)||20<Math.abs(this.touchDelta.y))))return this.handleClick(t);delete this.touchDelta},updateEdgeClasses:function(t){t?this.container.removeClass(this.options.leftEdgeClass):this.container.addClass(this.options.leftEdgeClass),t===this.num-1?this.container.addClass(this.options.rightEdgeClass):this.container.removeClass(this.options.rightEdgeClass)},updateActiveSlide:function(t,e){for(var i,s,n=this.slides,o=this.options,a=[{index:e,method:"addClass",hidden:!1},{index:t,method:"removeClass",hidden:!0}];a.length;)i=a.pop(),f(n[i.index])[i.method](o.slideActiveClass),s=this.circle(i.index-1),(o.continuous||s<i.index)&&f(n[s])[i.method](o.slidePrevClass),s=this.circle(i.index+1),(o.continuous||s>i.index)&&f(n[s])[i.method](o.slideNextClass);this.slides[t].setAttribute("aria-hidden","true"),this.slides[e].removeAttribute("aria-hidden")},handleSlide:function(t,e){this.options.continuous||this.updateEdgeClasses(e),this.updateActiveSlide(t,e),this.loadElements(e),this.options.unloadElements&&this.unloadElements(t,e),this.setTitle(e)},onslide:function(t){this.handleSlide(this.index,t),this.index=t,this.setTimeout(this.options.onslide,[t,this.slides[t]])},setTitle:function(t){var e=this.slides[t].firstChild,i=e.title||e.alt,s=this.titleElement;s.length&&(this.titleElement.empty(),i&&s[0].appendChild(document.createTextNode(i)))},setTimeout:function(t,e,i){var s=this;return t&&window.setTimeout(function(){t.apply(s,e||[])},i||0)},imageFactory:function(t,e){var i,s,n,o,a,l,r,h,d=this.options,c=this,u=t,p=this.imagePrototype.cloneNode(!1);if("string"!=typeof u&&(u=this.getItemProperty(t,d.urlProperty),n=this.support.picture&&this.support.source&&this.getItemProperty(t,d.sourcesProperty),o=this.getItemProperty(t,d.srcsetProperty),a=this.getItemProperty(t,d.sizesProperty),l=this.getItemProperty(t,d.titleProperty),r=this.getItemProperty(t,d.altTextProperty)||l),p.draggable=!1,l&&(p.title=l),r&&(p.alt=r),f(p).on("load error",function m(t){if(!s){if(!(t={type:t.type,target:i||p}).target.parentNode)return c.setTimeout(m,[t]);s=!0,f(p).off("load error",m),e(t)}}),n&&n.length){for(i=this.picturePrototype.cloneNode(!1),h=0;h<n.length;h+=1)i.appendChild(f.extend(this.sourcePrototype.cloneNode(!1),n[h]));i.appendChild(p),f(i).addClass(d.toggleClass)}return o&&(a&&(p.sizes=a),p.srcset=o),p.src=u,i||p},createElement:function(t,e){var i=t&&this.getItemProperty(t,this.options.typeProperty),s=i&&this[i.split("/")[0]+"Factory"]||this.imageFactory,n=t&&s.call(this,t,e);return n||(n=this.elementPrototype.cloneNode(!1),this.setTimeout(e,[{type:"error",target:n}])),f(n).addClass(this.options.slideContentClass),n},iteratePreloadRange:function(t,e){for(var i=this.num,s=this.options,n=Math.min(i,2*s.preloadRange+1),o=t,a=0;a<n;a+=1){if((o+=a*(a%2==0?-1:1))<0||i<=o){if(!s.continuous)continue;o=this.circle(o)}e.call(this,o)}},loadElement:function(t){this.elements[t]||(this.slides[t].firstChild?this.elements[t]=f(this.slides[t]).hasClass(this.options.slideErrorClass)?3:2:(this.elements[t]=1,f(this.slides[t]).addClass(this.options.slideLoadingClass),this.slides[t].appendChild(this.createElement(this.list[t],this.proxyListener))))},loadElements:function(t){this.iteratePreloadRange(t,this.loadElement)},unloadElements:function(t,i){var s=this.options.preloadRange;this.iteratePreloadRange(t,function(t){var e=Math.abs(t-i);s<e&&e+s<this.num&&(this.unloadSlide(t),delete this.elements[t])})},addSlide:function(t){var e=this.slidePrototype.cloneNode(!1);e.setAttribute("data-index",t),e.setAttribute("aria-hidden","true"),this.slidesContainer[0].appendChild(e),this.slides.push(e)},positionSlide:function(t){var e=this.slides[t];e.style.width=this.slideWidth+"px",this.support.transform&&(e.style.left=t*-this.slideWidth+"px",this.move(t,this.index>t?-this.slideWidth:this.index<t?this.slideWidth:0,0))},initSlides:function(t){var e,i;for(t||(this.positions=[],this.positions.length=this.num,this.elements={},this.picturePrototype=this.support.picture&&document.createElement("picture"),this.sourcePrototype=this.support.source&&document.createElement("source"),this.imagePrototype=document.createElement("img"),this.elementPrototype=document.createElement("div"),this.slidePrototype=this.elementPrototype.cloneNode(!1),f(this.slidePrototype).addClass(this.options.slideClass),this.slides=this.slidesContainer[0].children,e=this.options.clearSlides||this.slides.length!==this.num),this.slideWidth=this.container[0].clientWidth,this.slideHeight=this.container[0].clientHeight,this.slidesContainer[0].style.width=this.num*this.slideWidth+"px",e&&this.resetSlides(),i=0;i<this.num;i+=1)e&&this.addSlide(i),this.positionSlide(i);this.options.continuous&&this.support.transform&&(this.move(this.circle(this.index-1),-this.slideWidth,0),this.move(this.circle(this.index+1),this.slideWidth,0)),this.support.transform||(this.slidesContainer[0].style.left=this.index*-this.slideWidth+"px")},unloadSlide:function(t){var e=this.slides[t],i=e.firstChild;null!==i&&e.removeChild(i)},unloadAllSlides:function(){for(var t=0,e=this.slides.length;t<e;t++)this.unloadSlide(t)},toggleControls:function(){var t=this.options.controlsClass;this.container.hasClass(t)?this.container.removeClass(t):this.container.addClass(t)},toggleSlideshow:function(){this.interval?this.pause():this.play()},getNodeIndex:function(t){return parseInt(t.getAttribute("data-index"),10)},getNestedProperty:function(a,t){return t.replace(/\[(?:'([^']+)'|"([^"]+)"|(\d+))\]|(?:(?:^|\.)([^\.\[]+))/g,function(t,e,i,s,n){var o=n||e||i||s&&parseInt(s,10);t&&a&&(a=a[o])}),a},getDataProperty:function(t,e){var i,s;if(t.dataset?(i=e.replace(/-([a-z])/g,function(t,e){return e.toUpperCase()}),s=t.dataset[i]):t.getAttribute&&(s=t.getAttribute("data-"+e.replace(/([A-Z])/g,"-$1").toLowerCase())),"string"==typeof s){if(/^(true|false|null|-?\d+(\.\d+)?|\{[\s\S]*\}|\[[\s\S]*\])$/.test(s))try{return f.parseJSON(s)}catch(n){}return s}},getItemProperty:function(t,e){var i=this.getDataProperty(t,e);return i===undefined&&(i=t[e]),i===undefined&&(i=this.getNestedProperty(t,e)),i},initStartIndex:function(){var t,e=this.options.index,i=this.options.urlProperty;if(e&&"number"!=typeof e)for(t=0;t<this.num;t+=1)if(this.list[t]===e||this.getItemProperty(this.list[t],i)===this.getItemProperty(e,i)){e=t;break}this.index=this.circle(parseInt(e,10)||0)},initEventListeners:function(){var i=this,t=this.slidesContainer;function e(t){var e=i.support.transition&&i.support.transition.end===t.type?"transitionend":t.type;i["on"+e](t)}f(window).on("resize",e),f(window).on("hashchange",e),f(document.body).on("keydown",e),this.container.on("click",e),this.support.touch?t.on("touchstart touchmove touchend touchcancel",e):this.options.emulateTouchEvents&&this.support.transition&&t.on("mousedown mousemove mouseup mouseout",e),this.support.transition&&t.on(this.support.transition.end,e),this.proxyListener=e},destroyEventListeners:function(){var t=this.slidesContainer,e=this.proxyListener;f(window).off("resize",e),f(document.body).off("keydown",e),this.container.off("click",e),this.support.touch?t.off("touchstart touchmove touchend touchcancel",e):this.options.emulateTouchEvents&&this.support.transition&&t.off("mousedown mousemove mouseup mouseout",e),this.support.transition&&t.off(this.support.transition.end,e)},handleOpen:function(){this.options.onopened&&this.options.onopened.call(this)},initWidget:function(){var e=this;return this.container=f(this.options.container),this.container.length?(this.slidesContainer=this.container.find(this.options.slidesContainer).first(),this.slidesContainer.length?(this.titleElement=this.container.find(this.options.titleElement).first(),this.playPauseElement=this.container.find("."+this.options.playPauseClass).first(),1===this.num&&this.container.addClass(this.options.singleClass),this.support.svgasimg&&this.container.addClass(this.options.svgasimgClass),this.support.smil&&this.container.addClass(this.options.smilClass),this.options.onopen&&this.options.onopen.call(this),this.support.transition&&this.options.displayTransition?this.container.on(this.support.transition.end,function i(t){t.target===e.container[0]&&(e.container.off(e.support.transition.end,i),e.handleOpen())}):this.handleOpen(),this.options.hidePageScrollbars&&(this.bodyOverflowStyle=document.body.style.overflow,document.body.style.overflow="hidden"),this.container[0].style.display="block",this.initSlides(),void this.container.addClass(this.options.displayClass)):(this.console.log("blueimp Gallery: Slides container not found.",this.options.slidesContainer),!1)):(this.console.log("blueimp Gallery: Widget container not found.",this.options.container),!1)},initOptions:function(t){this.options=f.extend({},this.options),(t&&t.carousel||this.options.carousel&&(!t||!1!==t.carousel))&&f.extend(this.options,this.carouselOptions),f.extend(this.options,t),this.num<3&&(this.options.continuous=!!this.options.continuous&&null),this.support.transition||(this.options.emulateTouchEvents=!1),this.options.event&&this.preventDefault(this.options.event)}}),i}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(t,e){"use strict";var i=e.prototype;t.extend(i.options,{fullscreen:!1});var s=i.initialize,n=i.close;return t.extend(i,{getFullScreenElement:function(){return document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement},requestFullScreen:function(t){t.requestFullscreen?t.requestFullscreen():t.webkitRequestFullscreen?t.webkitRequestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.msRequestFullscreen&&t.msRequestFullscreen()},exitFullScreen:function(){document.exitFullscreen?document.exitFullscreen():document.webkitCancelFullScreen?document.webkitCancelFullScreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen()},initialize:function(){s.call(this),this.options.fullscreen&&!this.getFullScreenElement()&&this.requestFullScreen(this.container[0])},close:function(){this.getFullScreenElement()===this.container[0]&&this.exitFullScreen(),n.call(this)}}),e}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(a,t){"use strict";var e=t.prototype;a.extend(e.options,{indicatorContainer:"ol",activeIndicatorClass:"active",thumbnailProperty:"thumbnail",thumbnailIndicators:!0});var i=e.initSlides,s=e.addSlide,n=e.resetSlides,o=e.handleClick,l=e.handleSlide,r=e.handleClose;return a.extend(e,{createIndicator:function(t){var e,i,s=this.indicatorPrototype.cloneNode(!1),n=this.getItemProperty(t,this.options.titleProperty),o=this.options.thumbnailProperty;return this.options.thumbnailIndicators&&(o&&(e=this.getItemProperty(t,o)),e===undefined&&(i=t.getElementsByTagName&&a(t).find("img")[0])&&(e=i.src),e&&(s.style.backgroundImage='url("'+e+'")')),n&&(s.title=n),s.setAttribute("role","link"),s},addIndicator:function(t){var e;this.indicatorContainer.length&&((e=this.createIndicator(this.list[t])).setAttribute("data-index",t),this.indicatorContainer[0].appendChild(e),this.indicators.push(e))},setActiveIndicator:function(t){this.indicators&&(this.activeIndicator&&this.activeIndicator.removeClass(this.options.activeIndicatorClass),this.activeIndicator=a(this.indicators[t]),this.activeIndicator.addClass(this.options.activeIndicatorClass))},initSlides:function(t){t||(this.indicatorContainer=this.container.find(this.options.indicatorContainer),this.indicatorContainer.length&&(this.indicatorPrototype=document.createElement("li"),this.indicators=this.indicatorContainer[0].children)),i.call(this,t)},addSlide:function(t){s.call(this,t),this.addIndicator(t)},resetSlides:function(){n.call(this),this.indicatorContainer.empty(),this.indicators=[]},handleClick:function(t){var e=t.target||t.srcElement,i=e.parentNode;if(i===this.indicatorContainer[0])this.preventDefault(t),this.slide(this.getNodeIndex(e));else{if(i.parentNode!==this.indicatorContainer[0])return o.call(this,t);this.preventDefault(t),this.slide(this.getNodeIndex(i))}},handleSlide:function(t,e){l.call(this,t,e),this.setActiveIndicator(e)},handleClose:function(){this.activeIndicator&&this.activeIndicator.removeClass(this.options.activeIndicatorClass),r.call(this)}}),t}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(C,t){"use strict";var e=t.prototype;C.extend(e.options,{videoContentClass:"video-content",videoLoadingClass:"video-loading",videoPlayingClass:"video-playing",videoIframeClass:"video-iframe",videoCoverClass:"video-cover",videoPlayClass:"video-play",videoPlaysInline:!0,videoPreloadProperty:"preload",videoPosterProperty:"poster"});var i=e.handleSlide;return C.extend(e,{handleSlide:function(t,e){i.call(this,t,e),this.setTimeout(function(){this.activeVideo&&this.activeVideo.pause()})},videoFactory:function(t,e,i){var s,n,o,a=this,l=this.options,r=this.elementPrototype.cloneNode(!1),h=C(r),d=[{type:"error",target:r}],c=i||document.createElement("video"),u=this.elementPrototype.cloneNode(!1),p=document.createElement("a"),m=this.getItemProperty(t,l.urlProperty),f=this.getItemProperty(t,l.sourcesProperty),y=this.getItemProperty(t,l.titleProperty),g=this.getItemProperty(t,l.videoPosterProperty),v=[p];if(h.addClass(l.videoContentClass),C(p).addClass(l.videoPlayClass),C(u).addClass(l.videoCoverClass).hasClass(l.toggleClass)||v.push(u),u.draggable=!1,y&&(r.title=y,p.setAttribute("aria-label",y)),g&&(u.style.backgroundImage='url("'+g+'")'),c.setAttribute?l.videoPlaysInline&&c.setAttribute("playsinline",""):h.addClass(l.videoIframeClass),c.preload=this.getItemProperty(t,l.videoPreloadProperty)||"none",this.support.source&&f)for(o=0;o<f.length;o+=1)c.appendChild(C.extend(this.sourcePrototype.cloneNode(!1),f[o]));return m&&(c.src=m),p.href=m||f&&f.length&&f[0].src,c.play&&c.pause&&((i||C(c)).on("error",function(){a.setTimeout(e,d)}).on("pause",function(){c.seeking||(n=!1,h.removeClass(a.options.videoLoadingClass).removeClass(a.options.videoPlayingClass),s&&a.container.addClass(a.options.controlsClass),c.controls=!1,c===a.activeVideo&&delete a.activeVideo,a.interval&&a.play())}).on("playing",function(){n=!1,u.removeAttribute("style"),h.removeClass(a.options.videoLoadingClass).addClass(a.options.videoPlayingClass)}).on("play",function(){window.clearTimeout(a.timeout),n=!0,h.addClass(a.options.videoLoadingClass),a.container.hasClass(a.options.controlsClass)?(s=!0,a.container.removeClass(a.options.controlsClass)):s=!1,c.controls=!0,a.activeVideo=c}),C(v).on("click",function(t){a.preventDefault(t),a.activeVideo=c,n?c.pause():c.play()}),r.appendChild(i&&i.element||c)),r.appendChild(u),r.appendChild(p),this.setTimeout(e,[{type:"load",target:r}]),r}}),t}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery-video"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(l,t){"use strict";if(!window.postMessage)return t;var e=t.prototype;l.extend(e.options,{vimeoVideoIdProperty:"vimeo",vimeoPlayerUrl:"//player.vimeo.com/video/VIDEO_ID?api=1&player_id=PLAYER_ID",vimeoPlayerIdPrefix:"vimeo-player-",vimeoClickToPlay:!1});var n=e.textFactory||e.imageFactory,o=function(t,e,i,s){this.url=t,this.videoId=e,this.playerId=i,this.clickToPlay=s,this.element=document.createElement("div"),this.listeners={}},a=0;return l.extend(o.prototype,{on:function(t,e){return this.listeners[t]=e,this},loadAPI:function(){var t,e,i=this,s="//f.vimeocdn.com/js/froogaloop2.min.js",n=document.getElementsByTagName("script"),o=n.length;function a(){!e&&i.playOnReady&&i.play(),e=!0}for(;o;)if(n[--o].src===s){t=n[o];break}t||((t=document.createElement("script")).src=s),l(t).on("load",a),n[0].parentNode.insertBefore(t,n[0]),/loaded|complete/.test(t.readyState)&&a()},onReady:function(){var t=this;this.ready=!0,this.player.addEvent("play",function(){t.hasPlayed=!0,t.onPlaying()}),this.player.addEvent("pause",function(){t.onPause()}),this.player.addEvent("finish",function(){t.onPause()}),this.playOnReady&&this.play()},onPlaying:function(){this.playStatus<2&&(this.listeners.playing(),this.playStatus=2)},onPause:function(){this.listeners.pause(),delete this.playStatus},insertIframe:function(){var t=document.createElement("iframe");t.src=this.url.replace("VIDEO_ID",this.videoId).replace("PLAYER_ID",this.playerId),t.id=this.playerId,this.element.parentNode.replaceChild(t,this.element),this.element=t},play:function(){var t=this;this.playStatus||(this.listeners.play(),this.playStatus=1),this.ready?!this.hasPlayed&&(this.clickToPlay||window.navigator&&/iP(hone|od|ad)/.test(window.navigator.platform))?this.onPlaying():this.player.api("play"):(this.playOnReady=!0,window.$f?this.player||(this.insertIframe(),this.player=$f(this.element),this.player.addEvent("ready",function(){t.onReady()})):this.loadAPI())},pause:function(){this.ready?this.player.api("pause"):this.playStatus&&(delete this.playOnReady,this.listeners.pause(),delete this.playStatus)}}),l.extend(e,{VimeoPlayer:o,textFactory:function(t,e){var i=this.options,s=this.getItemProperty(t,i.vimeoVideoIdProperty);return s?(this.getItemProperty(t,i.urlProperty)===undefined&&(t[i.urlProperty]="//vimeo.com/"+s),a+=1,this.videoFactory(t,e,new o(i.vimeoPlayerUrl,s,i.vimeoPlayerIdPrefix+a,i.vimeoClickToPlay))):n.call(this,t,e)}}),t}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery-video"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(t,e){"use strict";if(!window.postMessage)return e;var i=e.prototype;t.extend(i.options,{youTubeVideoIdProperty:"youtube",youTubePlayerVars:{wmode:"transparent"},youTubeClickToPlay:!1});var n=i.textFactory||i.imageFactory,o=function(t,e,i){this.videoId=t,this.playerVars=e,this.clickToPlay=i,this.element=document.createElement("div"),this.listeners={}};return t.extend(o.prototype,{on:function(t,e){return this.listeners[t]=e,this},loadAPI:function(){var t,e=this,i=window.onYouTubeIframeAPIReady,s="//www.youtube.com/iframe_api",n=document.getElementsByTagName("script"),o=n.length;for(window.onYouTubeIframeAPIReady=function(){i&&i.apply(this),e.playOnReady&&e.play()};o;)if(n[--o].src===s)return;(t=document.createElement("script")).src=s,n[0].parentNode.insertBefore(t,n[0])},onReady:function(){this.ready=!0,this.playOnReady&&this.play()},onPlaying:function(){this.playStatus<2&&(this.listeners.playing(),this.playStatus=2)},onPause:function(){this.listeners.pause(),delete this.playStatus},onStateChange:function(t){switch(window.clearTimeout(this.pauseTimeout),t.data){case YT.PlayerState.PLAYING:this.hasPlayed=!0,this.onPlaying();break;case YT.PlayerState.UNSTARTED:case YT.PlayerState.PAUSED:this.pauseTimeout=i.setTimeout.call(this,this.onPause,null,500);break;case YT.PlayerState.ENDED:this.onPause()}},onError:function(t){this.listeners.error(t)},play:function(){var e=this;this.playStatus||(this.listeners.play(),this.playStatus=1),this.ready?!this.hasPlayed&&(this.clickToPlay||window.navigator&&/iP(hone|od|ad)/.test(window.navigator.platform))?this.onPlaying():this.player.playVideo():(this.playOnReady=!0,window.YT&&YT.Player?this.player||(this.player=new YT.Player(this.element,{videoId:this.videoId,playerVars:this.playerVars,events:{onReady:function(){e.onReady()},onStateChange:function(t){e.onStateChange(t)},onError:function(t){e.onError(t)}}})):this.loadAPI())},pause:function(){this.ready?this.player.pauseVideo():this.playStatus&&(delete this.playOnReady,this.listeners.pause(),delete this.playStatus)}}),t.extend(i,{YouTubePlayer:o,textFactory:function(t,e){var i=this.options,s=this.getItemProperty(t,i.youTubeVideoIdProperty);return s?(this.getItemProperty(t,i.urlProperty)===undefined&&(t[i.urlProperty]="//www.youtube.com/watch?v="+s),this.getItemProperty(t,i.videoPosterProperty)===undefined&&(t[i.videoPosterProperty]="//img.youtube.com/vi/"+s+"/maxresdefault.jpg"),this.videoFactory(t,e,new o(s,i.youTubePlayerVars,i.youTubeClickToPlay))):n.call(this,t,e)}}),e}); +//# sourceMappingURL=blueimp-gallery.min.js.map
\ No newline at end of file diff --git a/docusaurus/static/js/blueimp-gallery.min.js.map b/docusaurus/static/js/blueimp-gallery.min.js.map new file mode 100644 index 0000000..fa3a7b0 --- /dev/null +++ b/docusaurus/static/js/blueimp-gallery.min.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["blueimp-helper.js","blueimp-gallery.js","blueimp-gallery-fullscreen.js","blueimp-gallery-indicator.js","blueimp-gallery-video.js","blueimp-gallery-vimeo.js","blueimp-gallery-youtube.js"],"names":["extend","obj1","obj2","prop","Object","prototype","hasOwnProperty","call","Helper","query","this","find","length","nodeType","window","i","contains","container","element","parentNode","parseJSON","string","JSON","parse","document","querySelectorAll","charAt","getElementById","slice","getElementsByTagName","hasClass","className","RegExp","test","addClass","classNames","j","split","removeClass","regexp","join","matcher","replacer","match","trimEnd","replace","on","eventName","handler","eventNames","shift","addEventListener","attachEvent","off","removeEventListener","detachEvent","empty","hasChildNodes","removeChild","lastChild","first","define","amd","blueimp","helper","factory","Gallery","jQuery","$","list","options","body","style","maxHeight","undefined","num","initOptions","initialize","console","log","slidesContainer","titleElement","displayClass","controlsClass","singleClass","leftEdgeClass","rightEdgeClass","playingClass","svgasimgClass","smilClass","slideClass","slideActiveClass","slidePrevClass","slideNextClass","slideLoadingClass","slideErrorClass","slideContentClass","toggleClass","prevClass","nextClass","closeClass","playPauseClass","typeProperty","titleProperty","altTextProperty","urlProperty","srcsetProperty","sizesProperty","sourcesProperty","displayTransition","clearSlides","toggleControlsOnEnter","toggleControlsOnSlideClick","toggleSlideshowOnSpace","enableKeyboardNavigation","closeOnEscape","closeOnSlideClick","closeOnSwipeUpOrDown","closeOnHashChange","emulateTouchEvents","stopTouchEventsPropagation","hidePageScrollbars","disableScroll","carousel","continuous","unloadElements","startSlideshow","slideshowInterval","slideshowDirection","index","preloadRange","transitionDuration","slideshowTransitionDuration","event","onopen","onopened","onslide","onslideend","onslidecomplete","onclose","onclosed","carouselOptions","support","source","HTMLSourceElement","picture","HTMLPictureElement","svgasimg","implementation","hasFeature","smil","createElementNS","toString","touch","ontouchstart","DocumentTouch","transitions","webkitTransition","end","prefix","MozTransition","OTransition","transition","name","elementTests","translateZ","appendChild","getComputedStyle","getPropertyValue","transform","translate","createElement","requestAnimationFrame","webkitRequestAnimationFrame","mozRequestAnimationFrame","cancelAnimationFrame","webkitCancelRequestAnimationFrame","webkitCancelAnimationFrame","mozCancelAnimationFrame","initStartIndex","initWidget","initEventListeners","ontransitionend","play","slide","to","duration","clearTimeout","timeout","direction","naturalDirection","diff","circle","Math","abs","positions","slideWidth","move","animate","getIndex","getNumber","prev","next","time","that","nextIndex","interval","elements","setTimeout","animationFrameId","setAttribute","playPauseElement","pause","add","concat","Array","addSlide","positionSlide","initSlides","resetSlides","unloadAllSlides","slides","handleClose","destroyEventListeners","display","overflow","bodyOverflowStyle","close","closeHandler","target","dist","translateX","x","y","translateY","from","start","timer","Date","getTime","setInterval","timeElap","left","clearInterval","floor","preventDefault","returnValue","stopPropagation","cancelBubble","onresize","onhashchange","onmousedown","which","nodeName","originalEvent","touches","pageX","pageY","onmousemove","touchStart","ontouchmove","onmouseup","ontouchend","onmouseout","related","relatedTarget","now","isScrolling","touchDelta","touchDeltaX","indices","scale","push","unshift","pop","indexForward","indexBackward","distanceForward","distanceBackward","absTouchDeltaX","ceil","isValidSlide","isPastBounds","isValidClose","ontouchcancel","oncomplete","srcElement","parent","getNodeIndex","type","clientHeight","onload","onerror","onkeydown","keyCode","toggleControls","stopImmediatePropagation","toggleSlideshow","handleClick","isTarget","onclick","updateEdgeClasses","updateActiveSlide","oldIndex","newIndex","item","method","hidden","removeAttribute","handleSlide","loadElements","setTitle","firstChild","text","title","alt","createTextNode","func","args","wait","apply","imageFactory","obj","callback","called","sources","srcset","sizes","altText","url","img","imagePrototype","cloneNode","getItemProperty","draggable","callbackWrapper","picturePrototype","sourcePrototype","src","elementPrototype","iteratePreloadRange","limit","min","loadElement","proxyListener","unloadSlide","slidePrototype","width","reload","children","clientWidth","slideHeight","len","parseInt","getAttribute","getNestedProperty","property","str","singleQuoteProp","doubleQuoteProp","arrayIndex","dotProp","getDataProperty","key","dataset","_","b","toUpperCase","toLowerCase","ignore","handleOpen","openHandler","galleryPrototype","fullscreen","getFullScreenElement","fullscreenElement","webkitFullscreenElement","mozFullScreenElement","msFullscreenElement","requestFullScreen","requestFullscreen","webkitRequestFullscreen","mozRequestFullScreen","msRequestFullscreen","exitFullScreen","exitFullscreen","webkitCancelFullScreen","mozCancelFullScreen","msExitFullscreen","indicatorContainer","activeIndicatorClass","thumbnailProperty","thumbnailIndicators","createIndicator","thumbnailUrl","thumbnail","indicator","indicatorPrototype","backgroundImage","addIndicator","indicators","setActiveIndicator","activeIndicator","videoContentClass","videoLoadingClass","videoPlayingClass","videoIframeClass","videoCoverClass","videoPlayClass","videoPlaysInline","videoPreloadProperty","videoPosterProperty","activeVideo","videoFactory","videoInterface","hasGalleryControls","isLoading","videoContainerNode","videoContainer","errorArgs","video","coverElement","playElement","posterUrl","playControls","preload","href","seeking","controls","postMessage","vimeoVideoIdProperty","vimeoPlayerUrl","vimeoPlayerIdPrefix","vimeoClickToPlay","textFactory","VimeoPlayer","videoId","playerId","clickToPlay","listeners","counter","loadAPI","scriptTag","apiUrl","scriptTags","playOnReady","insertBefore","readyState","onReady","ready","player","addEvent","hasPlayed","onPlaying","onPause","playStatus","playing","insertIframe","iframe","id","replaceChild","navigator","platform","api","$f","youTubeVideoIdProperty","youTubePlayerVars","wmode","youTubeClickToPlay","YouTubePlayer","playerVars","onYouTubeIframeAPIReady","onStateChange","pauseTimeout","data","YT","PlayerState","PLAYING","UNSTARTED","PAUSED","ENDED","onError","error","playVideo","Player","events","pauseVideo"],"mappings":"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"}
\ No newline at end of file diff --git a/docusaurus/static/js/blueimp-helper.js b/docusaurus/static/js/blueimp-helper.js new file mode 100644 index 0000000..cdc37e5 --- /dev/null +++ b/docusaurus/static/js/blueimp-helper.js @@ -0,0 +1,217 @@ +/* + * blueimp helper JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define */ + +/* eslint-disable no-param-reassign */ + +;(function () { + 'use strict' + + /** + * Object.assign polyfill + * + * @param {object} obj1 First object + * @param {object} obj2 Second object + * @returns {object} Merged object + */ + function extend(obj1, obj2) { + var prop + for (prop in obj2) { + if (Object.prototype.hasOwnProperty.call(obj2, prop)) { + obj1[prop] = obj2[prop] + } + } + return obj1 + } + /** + * Helper constructor + * + * @class + * @param {*} query jQuery type query argument + */ + function Helper(query) { + if (!this || this.find !== Helper.prototype.find) { + // Called as function instead of as constructor, + // so we simply return a new instance: + return new Helper(query) + } + this.length = 0 + if (query) { + if (typeof query === 'string') { + query = this.find(query) + } + if (query.nodeType || query === query.window) { + // Single HTML element + this.length = 1 + this[0] = query + } else { + // HTML element collection + var i = query.length + this.length = i + while (i) { + i -= 1 + this[i] = query[i] + } + } + } + } + + Helper.extend = extend + + Helper.contains = function (container, element) { + do { + element = element.parentNode + if (element === container) { + return true + } + } while (element) + return false + } + + Helper.parseJSON = function (string) { + return JSON.parse(string) + } + + extend(Helper.prototype, { + find: function (query) { + var container = this[0] || document + if (typeof query === 'string') { + if (container.querySelectorAll) { + query = container.querySelectorAll(query) + } else if (query.charAt(0) === '#') { + query = container.getElementById(query.slice(1)) + } else { + query = container.getElementsByTagName(query) + } + } + return new Helper(query) + }, + + hasClass: function (className) { + if (!this[0]) return false + return new RegExp('(?:^|\\s+)' + className + '(?:\\s+|$)').test( + this[0].className + ) + }, + + addClass: function (className) { + var i = this.length + var classNames + var element + var j + while (i) { + i -= 1 + element = this[i] + if (!element.className) { + element.className = className + continue + } + if (!classNames) classNames = className.split(/\s+/) + for (j = 0; j < classNames.length; j += 1) { + if (this.hasClass(classNames[j])) { + continue + } + element.className += ' ' + classNames[j] + } + } + return this + }, + + removeClass: function (className) { + // Match any of the given class names + var regexp = new RegExp('^(?:' + className.split(/\s+/).join('|') + ')$') + // Match any class names and their trailing whitespace + var matcher = /(\S+)(?:\s+|$)/g + var replacer = function (match, className) { + // Replace class names that match the given ones + return regexp.test(className) ? '' : match + } + var trimEnd = /\s+$/ + var i = this.length + var element + while (i) { + i -= 1 + element = this[i] + element.className = element.className + .replace(matcher, replacer) + .replace(trimEnd, '') + } + return this + }, + + on: function (eventName, handler) { + var eventNames = eventName.split(/\s+/) + var i + var element + while (eventNames.length) { + eventName = eventNames.shift() + i = this.length + while (i) { + i -= 1 + element = this[i] + if (element.addEventListener) { + element.addEventListener(eventName, handler, false) + } else if (element.attachEvent) { + element.attachEvent('on' + eventName, handler) + } + } + } + return this + }, + + off: function (eventName, handler) { + var eventNames = eventName.split(/\s+/) + var i + var element + while (eventNames.length) { + eventName = eventNames.shift() + i = this.length + while (i) { + i -= 1 + element = this[i] + if (element.removeEventListener) { + element.removeEventListener(eventName, handler, false) + } else if (element.detachEvent) { + element.detachEvent('on' + eventName, handler) + } + } + } + return this + }, + + empty: function () { + var i = this.length + var element + while (i) { + i -= 1 + element = this[i] + while (element.hasChildNodes()) { + element.removeChild(element.lastChild) + } + } + return this + }, + + first: function () { + return new Helper(this[0]) + } + }) + + if (typeof define === 'function' && define.amd) { + define(function () { + return Helper + }) + } else { + window.blueimp = window.blueimp || {} + window.blueimp.helper = Helper + } +})() diff --git a/docusaurus/static/js/initGallery.js b/docusaurus/static/js/initGallery.js new file mode 100644 index 0000000..735bfcf --- /dev/null +++ b/docusaurus/static/js/initGallery.js @@ -0,0 +1,23 @@ +/* + * blueimp Gallery Demo JS + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global blueimp, $ */ + +$(function () { + 'use strict' + // Initialize the Gallery as video carousel: + // eslint-disable-next-line new-cap + blueimp.Gallery(document.getElementById('links').getElementsByTagName('a'), { + //container: '#__docusaurus div div #blueimp-gallery-carousel', + container: document.getElementById('blueimp-gallery-carousel'), + carousel: true + }) +}) diff --git a/docusaurus/static/js/jquery.blueimp-gallery.js b/docusaurus/static/js/jquery.blueimp-gallery.js new file mode 100644 index 0000000..92ff4f6 --- /dev/null +++ b/docusaurus/static/js/jquery.blueimp-gallery.js @@ -0,0 +1,75 @@ +/* + * blueimp Gallery jQuery plugin + * https://github.com/blueimp/Gallery + * + * Copyright 2013, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + */ + +/* global define */ + +;(function (factory) { + 'use strict' + if (typeof define === 'function' && define.amd) { + define(['jquery', './blueimp-gallery'], factory) + } else { + factory(window.jQuery, window.blueimp.Gallery) + } +})(function ($, Gallery) { + 'use strict' + + // Global click handler to open links with data-gallery attribute + // in the Gallery lightbox: + $(document).on('click', '[data-gallery]', function (event) { + // Get the container id from the data-gallery attribute: + var id = $(this).data('gallery') + var widget = $(id) + var container = + (widget.length && widget) || $(Gallery.prototype.options.container) + var callbacks = { + onopen: function () { + container.data('gallery', this).trigger('open') + }, + onopened: function () { + container.trigger('opened') + }, + onslide: function () { + container.trigger('slide', arguments) + }, + onslideend: function () { + container.trigger('slideend', arguments) + }, + onslidecomplete: function () { + container.trigger('slidecomplete', arguments) + }, + onclose: function () { + container.trigger('close') + }, + onclosed: function () { + container.trigger('closed').removeData('gallery') + } + } + var options = $.extend( + // Retrieve custom options from data-attributes + // on the Gallery widget: + container.data(), + { + container: container[0], + index: this, + event: event + }, + callbacks + ) + // Select all links with the same data-gallery attribute: + var links = $(this) + .closest('[data-gallery-group], body') + .find('[data-gallery="' + id + '"]') + if (options.filter) { + links = links.filter(options.filter) + } + return new Gallery(links, options) + }) +}) diff --git a/docusaurus/static/js/jquery.blueimp-gallery.min.js b/docusaurus/static/js/jquery.blueimp-gallery.min.js new file mode 100644 index 0000000..6031332 --- /dev/null +++ b/docusaurus/static/js/jquery.blueimp-gallery.min.js @@ -0,0 +1,2 @@ +!function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper"],t):(window.blueimp=window.blueimp||{},window.blueimp.Gallery=t(window.blueimp.helper||window.jQuery))}(function(y){"use strict";function i(t,e){return document.body.style.maxHeight===undefined?null:this&&this.options===i.prototype.options?void(t&&t.length?(this.list=t,this.num=t.length,this.initOptions(e),this.initialize()):this.console.log("blueimp Gallery: No or empty list provided as first argument.",t)):new i(t,e)}return y.extend(i.prototype,{options:{container:"#blueimp-gallery",slidesContainer:"div",titleElement:"h3",displayClass:"blueimp-gallery-display",controlsClass:"blueimp-gallery-controls",singleClass:"blueimp-gallery-single",leftEdgeClass:"blueimp-gallery-left",rightEdgeClass:"blueimp-gallery-right",playingClass:"blueimp-gallery-playing",svgasimgClass:"blueimp-gallery-svgasimg",smilClass:"blueimp-gallery-smil",slideClass:"slide",slideActiveClass:"slide-active",slidePrevClass:"slide-prev",slideNextClass:"slide-next",slideLoadingClass:"slide-loading",slideErrorClass:"slide-error",slideContentClass:"slide-content",toggleClass:"toggle",prevClass:"prev",nextClass:"next",closeClass:"close",playPauseClass:"play-pause",typeProperty:"type",titleProperty:"title",altTextProperty:"alt",urlProperty:"href",srcsetProperty:"srcset",sizesProperty:"sizes",sourcesProperty:"sources",displayTransition:!0,clearSlides:!0,toggleControlsOnEnter:!0,toggleControlsOnSlideClick:!0,toggleSlideshowOnSpace:!0,enableKeyboardNavigation:!0,closeOnEscape:!0,closeOnSlideClick:!0,closeOnSwipeUpOrDown:!0,closeOnHashChange:!0,emulateTouchEvents:!0,stopTouchEventsPropagation:!1,hidePageScrollbars:!0,disableScroll:!0,carousel:!1,continuous:!0,unloadElements:!0,startSlideshow:!1,slideshowInterval:5e3,slideshowDirection:"ltr",index:0,preloadRange:2,transitionDuration:300,slideshowTransitionDuration:500,event:undefined,onopen:undefined,onopened:undefined,onslide:undefined,onslideend:undefined,onslidecomplete:undefined,onclose:undefined,onclosed:undefined},carouselOptions:{hidePageScrollbars:!1,toggleControlsOnEnter:!1,toggleSlideshowOnSpace:!1,enableKeyboardNavigation:!1,closeOnEscape:!1,closeOnSlideClick:!1,closeOnSwipeUpOrDown:!1,closeOnHashChange:!1,disableScroll:!1,startSlideshow:!0},console:window.console&&"function"==typeof window.console.log?window.console:{log:function(){}},support:function(s){var t,n={source:!!window.HTMLSourceElement,picture:!!window.HTMLPictureElement,svgasimg:document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1"),smil:!!document.createElementNS&&/SVGAnimate/.test(document.createElementNS("http://www.w3.org/2000/svg","animate").toString()),touch:window.ontouchstart!==undefined||window.DocumentTouch&&document instanceof DocumentTouch},e={webkitTransition:{end:"webkitTransitionEnd",prefix:"-webkit-"},MozTransition:{end:"transitionend",prefix:"-moz-"},OTransition:{end:"otransitionend",prefix:"-o-"},transition:{end:"transitionend",prefix:""}};for(t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&s.style[t]!==undefined){n.transition=e[t],n.transition.name=t;break}function i(){var t,e,i=n.transition;document.body.appendChild(s),i&&(t=i.name.slice(0,-9)+"ransform",s.style[t]!==undefined&&(s.style[t]="translateZ(0)",e=window.getComputedStyle(s).getPropertyValue(i.prefix+"transform"),n.transform={prefix:i.prefix,name:t,translate:!0,translateZ:!!e&&"none"!==e})),document.body.removeChild(s)}return document.body?i():y(document).on("DOMContentLoaded",i),n}(document.createElement("div")),requestAnimationFrame:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame,cancelAnimationFrame:window.cancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame,initialize:function(){if(this.initStartIndex(),!1===this.initWidget())return!1;this.initEventListeners(),this.onslide(this.index),this.ontransitionend(),this.options.startSlideshow&&this.play()},slide:function(t,e){window.clearTimeout(this.timeout);var i,s,n,o=this.index;if(o!==t&&1!==this.num){if(e=e||this.options.transitionDuration,this.support.transform){for(this.options.continuous||(t=this.circle(t)),i=Math.abs(o-t)/(o-t),this.options.continuous&&(s=i,(i=-this.positions[this.circle(t)]/this.slideWidth)!==s&&(t=-i*this.num+t)),n=Math.abs(o-t)-1;n;)--n,this.move(this.circle((o<t?t:o)-n-1),this.slideWidth*i,0);t=this.circle(t),this.move(o,this.slideWidth*i,e),this.move(t,0,e),this.options.continuous&&this.move(this.circle(t-i),-this.slideWidth*i,0)}else t=this.circle(t),this.animate(o*-this.slideWidth,t*-this.slideWidth,e);this.onslide(t)}},getIndex:function(){return this.index},getNumber:function(){return this.num},prev:function(){(this.options.continuous||this.index)&&this.slide(this.index-1)},next:function(){(this.options.continuous||this.index<this.num-1)&&this.slide(this.index+1)},play:function(t){var i=this,e=this.index+("rtl"===this.options.slideshowDirection?-1:1);window.clearTimeout(this.timeout),this.interval=t||this.options.slideshowInterval,1<this.elements[this.index]&&(this.timeout=this.setTimeout(!this.requestAnimationFrame&&this.slide||function(t,e){i.animationFrameId=i.requestAnimationFrame.call(window,function(){i.slide(t,e)})},[e,this.options.slideshowTransitionDuration],this.interval)),this.container.addClass(this.options.playingClass),this.slidesContainer[0].setAttribute("aria-live","off"),this.playPauseElement.length&&this.playPauseElement[0].setAttribute("aria-pressed","true")},pause:function(){window.clearTimeout(this.timeout),this.interval=null,this.cancelAnimationFrame&&(this.cancelAnimationFrame.call(window,this.animationFrameId),this.animationFrameId=null),this.container.removeClass(this.options.playingClass),this.slidesContainer[0].setAttribute("aria-live","polite"),this.playPauseElement.length&&this.playPauseElement[0].setAttribute("aria-pressed","false")},add:function(t){var e;for(t.concat||(t=Array.prototype.slice.call(t)),this.list.concat||(this.list=Array.prototype.slice.call(this.list)),this.list=this.list.concat(t),this.num=this.list.length,2<this.num&&null===this.options.continuous&&(this.options.continuous=!0,this.container.removeClass(this.options.leftEdgeClass)),this.container.removeClass(this.options.rightEdgeClass).removeClass(this.options.singleClass),e=this.num-t.length;e<this.num;e+=1)this.addSlide(e),this.positionSlide(e);this.positions.length=this.num,this.initSlides(!0)},resetSlides:function(){this.slidesContainer.empty(),this.unloadAllSlides(),this.slides=[]},handleClose:function(){var t=this.options;this.destroyEventListeners(),this.pause(),this.container[0].style.display="none",this.container.removeClass(t.displayClass).removeClass(t.singleClass).removeClass(t.leftEdgeClass).removeClass(t.rightEdgeClass),t.hidePageScrollbars&&(document.body.style.overflow=this.bodyOverflowStyle),this.options.clearSlides&&this.resetSlides(),this.options.onclosed&&this.options.onclosed.call(this)},close:function(){var e=this;this.options.onclose&&this.options.onclose.call(this),this.support.transition&&this.options.displayTransition?(this.container.on(this.support.transition.end,function i(t){t.target===e.container[0]&&(e.container.off(e.support.transition.end,i),e.handleClose())}),this.container.removeClass(this.options.displayClass)):this.handleClose()},circle:function(t){return(this.num+t%this.num)%this.num},move:function(t,e,i){this.translateX(t,e,i),this.positions[t]=e},translate:function(t,e,i,s){var n,o,a;this.slides[t]&&(n=this.slides[t].style,o=this.support.transition,a=this.support.transform,n[o.name+"Duration"]=s+"ms",n[a.name]="translate("+e+"px, "+i+"px)"+(a.translateZ?" translateZ(0)":""))},translateX:function(t,e,i){this.translate(t,e,0,i)},translateY:function(t,e,i){this.translate(t,0,e,i)},animate:function(e,i,s){var n,o,a;s?(n=this,o=(new Date).getTime(),a=window.setInterval(function(){var t=(new Date).getTime()-o;if(s<t)return n.slidesContainer[0].style.left=i+"px",n.ontransitionend(),void window.clearInterval(a);n.slidesContainer[0].style.left=(i-e)*(Math.floor(t/s*100)/100)+e+"px"},4)):this.slidesContainer[0].style.left=i+"px"},preventDefault:function(t){t.preventDefault?t.preventDefault():t.returnValue=!1},stopPropagation:function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0},onresize:function(){this.initSlides(!0)},onhashchange:function(){this.options.closeOnHashChange&&this.close()},onmousedown:function(t){t.which&&1===t.which&&"VIDEO"!==t.target.nodeName&&"AUDIO"!==t.target.nodeName&&(t.preventDefault(),(t.originalEvent||t).touches=[{pageX:t.pageX,pageY:t.pageY}],this.ontouchstart(t))},onmousemove:function(t){this.touchStart&&((t.originalEvent||t).touches=[{pageX:t.pageX,pageY:t.pageY}],this.ontouchmove(t))},onmouseup:function(t){this.touchStart&&(this.ontouchend(t),delete this.touchStart)},onmouseout:function(t){var e,i;this.touchStart&&(e=t.target,(i=t.relatedTarget)&&(i===e||y.contains(e,i))||this.onmouseup(t))},ontouchstart:function(t){this.options.stopTouchEventsPropagation&&this.stopPropagation(t);var e=(t.originalEvent||t).touches[0];this.touchStart={x:e.pageX,y:e.pageY,time:Date.now()},this.isScrolling=undefined,this.touchDelta={}},ontouchmove:function(t){this.options.stopTouchEventsPropagation&&this.stopPropagation(t);var e,i,s=(t.originalEvent||t).touches,n=s[0],o=(t.originalEvent||t).scale,a=this.index;if(!(1<s.length||o&&1!==o))if(this.options.disableScroll&&t.preventDefault(),this.touchDelta={x:n.pageX-this.touchStart.x,y:n.pageY-this.touchStart.y},e=this.touchDelta.x,this.isScrolling===undefined&&(this.isScrolling=this.isScrolling||Math.abs(e)<Math.abs(this.touchDelta.y)),this.isScrolling)this.options.carousel||this.translateY(a,this.touchDelta.y+this.positions[a],0);else for(t.preventDefault(),window.clearTimeout(this.timeout),this.options.continuous?i=[this.circle(a+1),a,this.circle(a-1)]:(this.touchDelta.x=e/=!a&&0<e||a===this.num-1&&e<0?Math.abs(e)/this.slideWidth+1:1,i=[a],a&&i.push(a-1),a<this.num-1&&i.unshift(a+1));i.length;)a=i.pop(),this.translateX(a,e+this.positions[a],0)},ontouchend:function(t){this.options.stopTouchEventsPropagation&&this.stopPropagation(t);var e,i,s,n,o,a=this.index,l=Math.abs(this.touchDelta.x),r=this.slideWidth,h=Math.ceil(this.options.transitionDuration*(1-l/r)/2),d=20<l,c=!a&&0<this.touchDelta.x||a===this.num-1&&this.touchDelta.x<0,u=!d&&this.options.closeOnSwipeUpOrDown&&20<Math.abs(this.touchDelta.y);this.options.continuous&&(c=!1),e=this.touchDelta.x<0?-1:1,this.isScrolling?u?this.close():this.translateY(a,0,h):d&&!c?(i=a+e,s=a-e,n=r*e,o=-r*e,this.options.continuous?(this.move(this.circle(i),n,0),this.move(this.circle(a-2*e),o,0)):0<=i&&i<this.num&&this.move(i,n,0),this.move(a,this.positions[a]+n,h),this.move(this.circle(s),this.positions[this.circle(s)]+n,h),a=this.circle(s),this.onslide(a)):this.options.continuous?(this.move(this.circle(a-1),-r,h),this.move(a,0,h),this.move(this.circle(a+1),r,h)):(a&&this.move(a-1,-r,h),this.move(a,0,h),a<this.num-1&&this.move(a+1,r,h))},ontouchcancel:function(t){this.touchStart&&(this.ontouchend(t),delete this.touchStart)},ontransitionend:function(t){var e=this.slides[this.index];t&&e!==t.target||(this.interval&&this.play(),this.setTimeout(this.options.onslideend,[this.index,e]))},oncomplete:function(t){var e,i=t.target||t.srcElement,s=i&&i.parentNode;i&&s&&(e=this.getNodeIndex(s),y(s).removeClass(this.options.slideLoadingClass),"error"===t.type?(y(s).addClass(this.options.slideErrorClass),this.elements[e]=3):this.elements[e]=2,i.clientHeight>this.container[0].clientHeight&&(i.style.maxHeight=this.container[0].clientHeight),this.interval&&this.slides[this.index]===s&&this.play(),this.setTimeout(this.options.onslidecomplete,[e,s]))},onload:function(t){this.oncomplete(t)},onerror:function(t){this.oncomplete(t)},onkeydown:function(t){switch(t.which||t.keyCode){case 13:this.options.toggleControlsOnEnter&&(this.preventDefault(t),this.toggleControls());break;case 27:this.options.closeOnEscape&&(this.close(),t.stopImmediatePropagation());break;case 32:this.options.toggleSlideshowOnSpace&&(this.preventDefault(t),this.toggleSlideshow());break;case 37:this.options.enableKeyboardNavigation&&(this.preventDefault(t),this.prev());break;case 39:this.options.enableKeyboardNavigation&&(this.preventDefault(t),this.next())}},handleClick:function(t){var e=this.options,i=t.target||t.srcElement,s=i.parentNode;function n(t){return y(i).hasClass(t)||y(s).hasClass(t)}n(e.toggleClass)?(this.preventDefault(t),this.toggleControls()):n(e.prevClass)?(this.preventDefault(t),this.prev()):n(e.nextClass)?(this.preventDefault(t),this.next()):n(e.closeClass)?(this.preventDefault(t),this.close()):n(e.playPauseClass)?(this.preventDefault(t),this.toggleSlideshow()):s===this.slidesContainer[0]?e.closeOnSlideClick?(this.preventDefault(t),this.close()):e.toggleControlsOnSlideClick&&(this.preventDefault(t),this.toggleControls()):s.parentNode&&s.parentNode===this.slidesContainer[0]&&e.toggleControlsOnSlideClick&&(this.preventDefault(t),this.toggleControls())},onclick:function(t){if(!(this.options.emulateTouchEvents&&this.touchDelta&&(20<Math.abs(this.touchDelta.x)||20<Math.abs(this.touchDelta.y))))return this.handleClick(t);delete this.touchDelta},updateEdgeClasses:function(t){t?this.container.removeClass(this.options.leftEdgeClass):this.container.addClass(this.options.leftEdgeClass),t===this.num-1?this.container.addClass(this.options.rightEdgeClass):this.container.removeClass(this.options.rightEdgeClass)},updateActiveSlide:function(t,e){for(var i,s,n=this.slides,o=this.options,a=[{index:e,method:"addClass",hidden:!1},{index:t,method:"removeClass",hidden:!0}];a.length;)i=a.pop(),y(n[i.index])[i.method](o.slideActiveClass),s=this.circle(i.index-1),(o.continuous||s<i.index)&&y(n[s])[i.method](o.slidePrevClass),s=this.circle(i.index+1),(o.continuous||s>i.index)&&y(n[s])[i.method](o.slideNextClass);this.slides[t].setAttribute("aria-hidden","true"),this.slides[e].removeAttribute("aria-hidden")},handleSlide:function(t,e){this.options.continuous||this.updateEdgeClasses(e),this.updateActiveSlide(t,e),this.loadElements(e),this.options.unloadElements&&this.unloadElements(t,e),this.setTitle(e)},onslide:function(t){this.handleSlide(this.index,t),this.index=t,this.setTimeout(this.options.onslide,[t,this.slides[t]])},setTitle:function(t){var e=this.slides[t].firstChild,i=e.title||e.alt,s=this.titleElement;s.length&&(this.titleElement.empty(),i&&s[0].appendChild(document.createTextNode(i)))},setTimeout:function(t,e,i){var s=this;return t&&window.setTimeout(function(){t.apply(s,e||[])},i||0)},imageFactory:function(t,e){var i,s,n,o,a,l,r,h,d=this.options,c=this,u=t,p=this.imagePrototype.cloneNode(!1);if("string"!=typeof u&&(u=this.getItemProperty(t,d.urlProperty),n=this.support.picture&&this.support.source&&this.getItemProperty(t,d.sourcesProperty),o=this.getItemProperty(t,d.srcsetProperty),a=this.getItemProperty(t,d.sizesProperty),l=this.getItemProperty(t,d.titleProperty),r=this.getItemProperty(t,d.altTextProperty)||l),p.draggable=!1,l&&(p.title=l),r&&(p.alt=r),y(p).on("load error",function m(t){if(!s){if(!(t={type:t.type,target:i||p}).target.parentNode)return c.setTimeout(m,[t]);s=!0,y(p).off("load error",m),e(t)}}),n&&n.length){for(i=this.picturePrototype.cloneNode(!1),h=0;h<n.length;h+=1)i.appendChild(y.extend(this.sourcePrototype.cloneNode(!1),n[h]));i.appendChild(p),y(i).addClass(d.toggleClass)}return o&&(a&&(p.sizes=a),p.srcset=o),p.src=u,i||p},createElement:function(t,e){var i=t&&this.getItemProperty(t,this.options.typeProperty),s=i&&this[i.split("/")[0]+"Factory"]||this.imageFactory,n=t&&s.call(this,t,e);return n||(n=this.elementPrototype.cloneNode(!1),this.setTimeout(e,[{type:"error",target:n}])),y(n).addClass(this.options.slideContentClass),n},iteratePreloadRange:function(t,e){for(var i=this.num,s=this.options,n=Math.min(i,2*s.preloadRange+1),o=t,a=0;a<n;a+=1){if((o+=a*(a%2==0?-1:1))<0||i<=o){if(!s.continuous)continue;o=this.circle(o)}e.call(this,o)}},loadElement:function(t){this.elements[t]||(this.slides[t].firstChild?this.elements[t]=y(this.slides[t]).hasClass(this.options.slideErrorClass)?3:2:(this.elements[t]=1,y(this.slides[t]).addClass(this.options.slideLoadingClass),this.slides[t].appendChild(this.createElement(this.list[t],this.proxyListener))))},loadElements:function(t){this.iteratePreloadRange(t,this.loadElement)},unloadElements:function(t,i){var s=this.options.preloadRange;this.iteratePreloadRange(t,function(t){var e=Math.abs(t-i);s<e&&e+s<this.num&&(this.unloadSlide(t),delete this.elements[t])})},addSlide:function(t){var e=this.slidePrototype.cloneNode(!1);e.setAttribute("data-index",t),e.setAttribute("aria-hidden","true"),this.slidesContainer[0].appendChild(e),this.slides.push(e)},positionSlide:function(t){var e=this.slides[t];e.style.width=this.slideWidth+"px",this.support.transform&&(e.style.left=t*-this.slideWidth+"px",this.move(t,this.index>t?-this.slideWidth:this.index<t?this.slideWidth:0,0))},initSlides:function(t){var e,i;for(t||(this.positions=[],this.positions.length=this.num,this.elements={},this.picturePrototype=this.support.picture&&document.createElement("picture"),this.sourcePrototype=this.support.source&&document.createElement("source"),this.imagePrototype=document.createElement("img"),this.elementPrototype=document.createElement("div"),this.slidePrototype=this.elementPrototype.cloneNode(!1),y(this.slidePrototype).addClass(this.options.slideClass),this.slides=this.slidesContainer[0].children,e=this.options.clearSlides||this.slides.length!==this.num),this.slideWidth=this.container[0].clientWidth,this.slideHeight=this.container[0].clientHeight,this.slidesContainer[0].style.width=this.num*this.slideWidth+"px",e&&this.resetSlides(),i=0;i<this.num;i+=1)e&&this.addSlide(i),this.positionSlide(i);this.options.continuous&&this.support.transform&&(this.move(this.circle(this.index-1),-this.slideWidth,0),this.move(this.circle(this.index+1),this.slideWidth,0)),this.support.transform||(this.slidesContainer[0].style.left=this.index*-this.slideWidth+"px")},unloadSlide:function(t){var e=this.slides[t],i=e.firstChild;null!==i&&e.removeChild(i)},unloadAllSlides:function(){for(var t=0,e=this.slides.length;t<e;t++)this.unloadSlide(t)},toggleControls:function(){var t=this.options.controlsClass;this.container.hasClass(t)?this.container.removeClass(t):this.container.addClass(t)},toggleSlideshow:function(){this.interval?this.pause():this.play()},getNodeIndex:function(t){return parseInt(t.getAttribute("data-index"),10)},getNestedProperty:function(a,t){return t.replace(/\[(?:'([^']+)'|"([^"]+)"|(\d+))\]|(?:(?:^|\.)([^\.\[]+))/g,function(t,e,i,s,n){var o=n||e||i||s&&parseInt(s,10);t&&a&&(a=a[o])}),a},getDataProperty:function(t,e){var i,s;if(t.dataset?(i=e.replace(/-([a-z])/g,function(t,e){return e.toUpperCase()}),s=t.dataset[i]):t.getAttribute&&(s=t.getAttribute("data-"+e.replace(/([A-Z])/g,"-$1").toLowerCase())),"string"==typeof s){if(/^(true|false|null|-?\d+(\.\d+)?|\{[\s\S]*\}|\[[\s\S]*\])$/.test(s))try{return y.parseJSON(s)}catch(n){}return s}},getItemProperty:function(t,e){var i=this.getDataProperty(t,e);return i===undefined&&(i=t[e]),i===undefined&&(i=this.getNestedProperty(t,e)),i},initStartIndex:function(){var t,e=this.options.index,i=this.options.urlProperty;if(e&&"number"!=typeof e)for(t=0;t<this.num;t+=1)if(this.list[t]===e||this.getItemProperty(this.list[t],i)===this.getItemProperty(e,i)){e=t;break}this.index=this.circle(parseInt(e,10)||0)},initEventListeners:function(){var i=this,t=this.slidesContainer;function e(t){var e=i.support.transition&&i.support.transition.end===t.type?"transitionend":t.type;i["on"+e](t)}y(window).on("resize",e),y(window).on("hashchange",e),y(document.body).on("keydown",e),this.container.on("click",e),this.support.touch?t.on("touchstart touchmove touchend touchcancel",e):this.options.emulateTouchEvents&&this.support.transition&&t.on("mousedown mousemove mouseup mouseout",e),this.support.transition&&t.on(this.support.transition.end,e),this.proxyListener=e},destroyEventListeners:function(){var t=this.slidesContainer,e=this.proxyListener;y(window).off("resize",e),y(document.body).off("keydown",e),this.container.off("click",e),this.support.touch?t.off("touchstart touchmove touchend touchcancel",e):this.options.emulateTouchEvents&&this.support.transition&&t.off("mousedown mousemove mouseup mouseout",e),this.support.transition&&t.off(this.support.transition.end,e)},handleOpen:function(){this.options.onopened&&this.options.onopened.call(this)},initWidget:function(){var e=this;return this.container=y(this.options.container),this.container.length?(this.slidesContainer=this.container.find(this.options.slidesContainer).first(),this.slidesContainer.length?(this.titleElement=this.container.find(this.options.titleElement).first(),this.playPauseElement=this.container.find("."+this.options.playPauseClass).first(),1===this.num&&this.container.addClass(this.options.singleClass),this.support.svgasimg&&this.container.addClass(this.options.svgasimgClass),this.support.smil&&this.container.addClass(this.options.smilClass),this.options.onopen&&this.options.onopen.call(this),this.support.transition&&this.options.displayTransition?this.container.on(this.support.transition.end,function i(t){t.target===e.container[0]&&(e.container.off(e.support.transition.end,i),e.handleOpen())}):this.handleOpen(),this.options.hidePageScrollbars&&(this.bodyOverflowStyle=document.body.style.overflow,document.body.style.overflow="hidden"),this.container[0].style.display="block",this.initSlides(),void this.container.addClass(this.options.displayClass)):(this.console.log("blueimp Gallery: Slides container not found.",this.options.slidesContainer),!1)):(this.console.log("blueimp Gallery: Widget container not found.",this.options.container),!1)},initOptions:function(t){this.options=y.extend({},this.options),(t&&t.carousel||this.options.carousel&&(!t||!1!==t.carousel))&&y.extend(this.options,this.carouselOptions),y.extend(this.options,t),this.num<3&&(this.options.continuous=!!this.options.continuous&&null),this.support.transition||(this.options.emulateTouchEvents=!1),this.options.event&&this.preventDefault(this.options.event)}}),i}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(t,e){"use strict";var i=e.prototype;t.extend(i.options,{fullscreen:!1});var s=i.initialize,n=i.close;return t.extend(i,{getFullScreenElement:function(){return document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement},requestFullScreen:function(t){t.requestFullscreen?t.requestFullscreen():t.webkitRequestFullscreen?t.webkitRequestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.msRequestFullscreen&&t.msRequestFullscreen()},exitFullScreen:function(){document.exitFullscreen?document.exitFullscreen():document.webkitCancelFullScreen?document.webkitCancelFullScreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen()},initialize:function(){s.call(this),this.options.fullscreen&&!this.getFullScreenElement()&&this.requestFullScreen(this.container[0])},close:function(){this.getFullScreenElement()===this.container[0]&&this.exitFullScreen(),n.call(this)}}),e}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(a,t){"use strict";var e=t.prototype;a.extend(e.options,{indicatorContainer:"ol",activeIndicatorClass:"active",thumbnailProperty:"thumbnail",thumbnailIndicators:!0});var i=e.initSlides,s=e.addSlide,n=e.resetSlides,o=e.handleClick,l=e.handleSlide,r=e.handleClose;return a.extend(e,{createIndicator:function(t){var e,i,s=this.indicatorPrototype.cloneNode(!1),n=this.getItemProperty(t,this.options.titleProperty),o=this.options.thumbnailProperty;return this.options.thumbnailIndicators&&(o&&(e=this.getItemProperty(t,o)),e===undefined&&(i=t.getElementsByTagName&&a(t).find("img")[0])&&(e=i.src),e&&(s.style.backgroundImage='url("'+e+'")')),n&&(s.title=n),s.setAttribute("role","link"),s},addIndicator:function(t){var e;this.indicatorContainer.length&&((e=this.createIndicator(this.list[t])).setAttribute("data-index",t),this.indicatorContainer[0].appendChild(e),this.indicators.push(e))},setActiveIndicator:function(t){this.indicators&&(this.activeIndicator&&this.activeIndicator.removeClass(this.options.activeIndicatorClass),this.activeIndicator=a(this.indicators[t]),this.activeIndicator.addClass(this.options.activeIndicatorClass))},initSlides:function(t){t||(this.indicatorContainer=this.container.find(this.options.indicatorContainer),this.indicatorContainer.length&&(this.indicatorPrototype=document.createElement("li"),this.indicators=this.indicatorContainer[0].children)),i.call(this,t)},addSlide:function(t){s.call(this,t),this.addIndicator(t)},resetSlides:function(){n.call(this),this.indicatorContainer.empty(),this.indicators=[]},handleClick:function(t){var e=t.target||t.srcElement,i=e.parentNode;if(i===this.indicatorContainer[0])this.preventDefault(t),this.slide(this.getNodeIndex(e));else{if(i.parentNode!==this.indicatorContainer[0])return o.call(this,t);this.preventDefault(t),this.slide(this.getNodeIndex(i))}},handleSlide:function(t,e){l.call(this,t,e),this.setActiveIndicator(e)},handleClose:function(){this.activeIndicator&&this.activeIndicator.removeClass(this.options.activeIndicatorClass),r.call(this)}}),t}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(C,t){"use strict";var e=t.prototype;C.extend(e.options,{videoContentClass:"video-content",videoLoadingClass:"video-loading",videoPlayingClass:"video-playing",videoIframeClass:"video-iframe",videoCoverClass:"video-cover",videoPlayClass:"video-play",videoPlaysInline:!0,videoPreloadProperty:"preload",videoPosterProperty:"poster"});var i=e.handleSlide;return C.extend(e,{handleSlide:function(t,e){i.call(this,t,e),this.setTimeout(function(){this.activeVideo&&this.activeVideo.pause()})},videoFactory:function(t,e,i){var s,n,o,a=this,l=this.options,r=this.elementPrototype.cloneNode(!1),h=C(r),d=[{type:"error",target:r}],c=i||document.createElement("video"),u=this.elementPrototype.cloneNode(!1),p=document.createElement("a"),m=this.getItemProperty(t,l.urlProperty),y=this.getItemProperty(t,l.sourcesProperty),f=this.getItemProperty(t,l.titleProperty),g=this.getItemProperty(t,l.videoPosterProperty),v=[p];if(h.addClass(l.videoContentClass),C(p).addClass(l.videoPlayClass),C(u).addClass(l.videoCoverClass).hasClass(l.toggleClass)||v.push(u),u.draggable=!1,f&&(r.title=f,p.setAttribute("aria-label",f)),g&&(u.style.backgroundImage='url("'+g+'")'),c.setAttribute?l.videoPlaysInline&&c.setAttribute("playsinline",""):h.addClass(l.videoIframeClass),c.preload=this.getItemProperty(t,l.videoPreloadProperty)||"none",this.support.source&&y)for(o=0;o<y.length;o+=1)c.appendChild(C.extend(this.sourcePrototype.cloneNode(!1),y[o]));return m&&(c.src=m),p.href=m||y&&y.length&&y[0].src,c.play&&c.pause&&((i||C(c)).on("error",function(){a.setTimeout(e,d)}).on("pause",function(){c.seeking||(n=!1,h.removeClass(a.options.videoLoadingClass).removeClass(a.options.videoPlayingClass),s&&a.container.addClass(a.options.controlsClass),c.controls=!1,c===a.activeVideo&&delete a.activeVideo,a.interval&&a.play())}).on("playing",function(){n=!1,u.removeAttribute("style"),h.removeClass(a.options.videoLoadingClass).addClass(a.options.videoPlayingClass)}).on("play",function(){window.clearTimeout(a.timeout),n=!0,h.addClass(a.options.videoLoadingClass),a.container.hasClass(a.options.controlsClass)?(s=!0,a.container.removeClass(a.options.controlsClass)):s=!1,c.controls=!0,a.activeVideo=c}),C(v).on("click",function(t){a.preventDefault(t),a.activeVideo=c,n?c.pause():c.play()}),r.appendChild(i&&i.element||c)),r.appendChild(u),r.appendChild(p),this.setTimeout(e,[{type:"load",target:r}]),r}}),t}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery-video"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(l,t){"use strict";if(!window.postMessage)return t;var e=t.prototype;l.extend(e.options,{vimeoVideoIdProperty:"vimeo",vimeoPlayerUrl:"//player.vimeo.com/video/VIDEO_ID?api=1&player_id=PLAYER_ID",vimeoPlayerIdPrefix:"vimeo-player-",vimeoClickToPlay:!1});var n=e.textFactory||e.imageFactory,o=function(t,e,i,s){this.url=t,this.videoId=e,this.playerId=i,this.clickToPlay=s,this.element=document.createElement("div"),this.listeners={}},a=0;return l.extend(o.prototype,{on:function(t,e){return this.listeners[t]=e,this},loadAPI:function(){var t,e,i=this,s="//f.vimeocdn.com/js/froogaloop2.min.js",n=document.getElementsByTagName("script"),o=n.length;function a(){!e&&i.playOnReady&&i.play(),e=!0}for(;o;)if(n[--o].src===s){t=n[o];break}t||((t=document.createElement("script")).src=s),l(t).on("load",a),n[0].parentNode.insertBefore(t,n[0]),/loaded|complete/.test(t.readyState)&&a()},onReady:function(){var t=this;this.ready=!0,this.player.addEvent("play",function(){t.hasPlayed=!0,t.onPlaying()}),this.player.addEvent("pause",function(){t.onPause()}),this.player.addEvent("finish",function(){t.onPause()}),this.playOnReady&&this.play()},onPlaying:function(){this.playStatus<2&&(this.listeners.playing(),this.playStatus=2)},onPause:function(){this.listeners.pause(),delete this.playStatus},insertIframe:function(){var t=document.createElement("iframe");t.src=this.url.replace("VIDEO_ID",this.videoId).replace("PLAYER_ID",this.playerId),t.id=this.playerId,this.element.parentNode.replaceChild(t,this.element),this.element=t},play:function(){var t=this;this.playStatus||(this.listeners.play(),this.playStatus=1),this.ready?!this.hasPlayed&&(this.clickToPlay||window.navigator&&/iP(hone|od|ad)/.test(window.navigator.platform))?this.onPlaying():this.player.api("play"):(this.playOnReady=!0,window.$f?this.player||(this.insertIframe(),this.player=$f(this.element),this.player.addEvent("ready",function(){t.onReady()})):this.loadAPI())},pause:function(){this.ready?this.player.api("pause"):this.playStatus&&(delete this.playOnReady,this.listeners.pause(),delete this.playStatus)}}),l.extend(e,{VimeoPlayer:o,textFactory:function(t,e){var i=this.options,s=this.getItemProperty(t,i.vimeoVideoIdProperty);return s?(this.getItemProperty(t,i.urlProperty)===undefined&&(t[i.urlProperty]="//vimeo.com/"+s),a+=1,this.videoFactory(t,e,new o(i.vimeoPlayerUrl,s,i.vimeoPlayerIdPrefix+a,i.vimeoClickToPlay))):n.call(this,t,e)}}),t}),function(t){"use strict";"function"==typeof define&&define.amd?define(["./blueimp-helper","./blueimp-gallery-video"],t):t(window.blueimp.helper||window.jQuery,window.blueimp.Gallery)}(function(t,e){"use strict";if(!window.postMessage)return e;var i=e.prototype;t.extend(i.options,{youTubeVideoIdProperty:"youtube",youTubePlayerVars:{wmode:"transparent"},youTubeClickToPlay:!1});var n=i.textFactory||i.imageFactory,o=function(t,e,i){this.videoId=t,this.playerVars=e,this.clickToPlay=i,this.element=document.createElement("div"),this.listeners={}};return t.extend(o.prototype,{on:function(t,e){return this.listeners[t]=e,this},loadAPI:function(){var t,e=this,i=window.onYouTubeIframeAPIReady,s="//www.youtube.com/iframe_api",n=document.getElementsByTagName("script"),o=n.length;for(window.onYouTubeIframeAPIReady=function(){i&&i.apply(this),e.playOnReady&&e.play()};o;)if(n[--o].src===s)return;(t=document.createElement("script")).src=s,n[0].parentNode.insertBefore(t,n[0])},onReady:function(){this.ready=!0,this.playOnReady&&this.play()},onPlaying:function(){this.playStatus<2&&(this.listeners.playing(),this.playStatus=2)},onPause:function(){this.listeners.pause(),delete this.playStatus},onStateChange:function(t){switch(window.clearTimeout(this.pauseTimeout),t.data){case YT.PlayerState.PLAYING:this.hasPlayed=!0,this.onPlaying();break;case YT.PlayerState.UNSTARTED:case YT.PlayerState.PAUSED:this.pauseTimeout=i.setTimeout.call(this,this.onPause,null,500);break;case YT.PlayerState.ENDED:this.onPause()}},onError:function(t){this.listeners.error(t)},play:function(){var e=this;this.playStatus||(this.listeners.play(),this.playStatus=1),this.ready?!this.hasPlayed&&(this.clickToPlay||window.navigator&&/iP(hone|od|ad)/.test(window.navigator.platform))?this.onPlaying():this.player.playVideo():(this.playOnReady=!0,window.YT&&YT.Player?this.player||(this.player=new YT.Player(this.element,{videoId:this.videoId,playerVars:this.playerVars,events:{onReady:function(){e.onReady()},onStateChange:function(t){e.onStateChange(t)},onError:function(t){e.onError(t)}}})):this.loadAPI())},pause:function(){this.ready?this.player.pauseVideo():this.playStatus&&(delete this.playOnReady,this.listeners.pause(),delete this.playStatus)}}),t.extend(i,{YouTubePlayer:o,textFactory:function(t,e){var i=this.options,s=this.getItemProperty(t,i.youTubeVideoIdProperty);return s?(this.getItemProperty(t,i.urlProperty)===undefined&&(t[i.urlProperty]="//www.youtube.com/watch?v="+s),this.getItemProperty(t,i.videoPosterProperty)===undefined&&(t[i.videoPosterProperty]="//img.youtube.com/vi/"+s+"/maxresdefault.jpg"),this.videoFactory(t,e,new o(s,i.youTubePlayerVars,i.youTubeClickToPlay))):n.call(this,t,e)}}),e}),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery","./blueimp-gallery"],t):t(window.jQuery,window.blueimp.Gallery)}(function(l,r){"use strict";l(document).on("click","[data-gallery]",function(t){var e=l(this).data("gallery"),i=l(e),s=i.length&&i||l(r.prototype.options.container),n={onopen:function(){s.data("gallery",this).trigger("open")},onopened:function(){s.trigger("opened")},onslide:function(){s.trigger("slide",arguments)},onslideend:function(){s.trigger("slideend",arguments)},onslidecomplete:function(){s.trigger("slidecomplete",arguments)},onclose:function(){s.trigger("close")},onclosed:function(){s.trigger("closed").removeData("gallery")}},o=l.extend(s.data(),{container:s[0],index:this,event:t},n),a=l(this).closest("[data-gallery-group], body").find('[data-gallery="'+e+'"]');return o.filter&&(a=a.filter(o.filter)),new r(a,o)})}); +//# sourceMappingURL=jquery.blueimp-gallery.min.js.map
\ No newline at end of file diff --git a/docusaurus/static/js/jquery.blueimp-gallery.min.js.map b/docusaurus/static/js/jquery.blueimp-gallery.min.js.map new file mode 100644 index 0000000..aa42508 --- /dev/null +++ b/docusaurus/static/js/jquery.blueimp-gallery.min.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["blueimp-gallery.js","blueimp-gallery-fullscreen.js","blueimp-gallery-indicator.js","blueimp-gallery-video.js","blueimp-gallery-vimeo.js","blueimp-gallery-youtube.js","jquery.blueimp-gallery.js"],"names":["factory","define","amd","window","blueimp","Gallery","helper","jQuery","$","list","options","document","body","style","maxHeight","undefined","this","prototype","length","num","initOptions","initialize","console","log","extend","container","slidesContainer","titleElement","displayClass","controlsClass","singleClass","leftEdgeClass","rightEdgeClass","playingClass","svgasimgClass","smilClass","slideClass","slideActiveClass","slidePrevClass","slideNextClass","slideLoadingClass","slideErrorClass","slideContentClass","toggleClass","prevClass","nextClass","closeClass","playPauseClass","typeProperty","titleProperty","altTextProperty","urlProperty","srcsetProperty","sizesProperty","sourcesProperty","displayTransition","clearSlides","toggleControlsOnEnter","toggleControlsOnSlideClick","toggleSlideshowOnSpace","enableKeyboardNavigation","closeOnEscape","closeOnSlideClick","closeOnSwipeUpOrDown","closeOnHashChange","emulateTouchEvents","stopTouchEventsPropagation","hidePageScrollbars","disableScroll","carousel","continuous","unloadElements","startSlideshow","slideshowInterval","slideshowDirection","index","preloadRange","transitionDuration","slideshowTransitionDuration","event","onopen","onopened","onslide","onslideend","onslidecomplete","onclose","onclosed","carouselOptions","support","element","prop","source","HTMLSourceElement","picture","HTMLPictureElement","svgasimg","implementation","hasFeature","smil","createElementNS","test","toString","touch","ontouchstart","DocumentTouch","transitions","webkitTransition","end","prefix","MozTransition","OTransition","transition","Object","hasOwnProperty","call","name","elementTests","translateZ","appendChild","slice","getComputedStyle","getPropertyValue","transform","translate","removeChild","on","createElement","requestAnimationFrame","webkitRequestAnimationFrame","mozRequestAnimationFrame","cancelAnimationFrame","webkitCancelRequestAnimationFrame","webkitCancelAnimationFrame","mozCancelAnimationFrame","initStartIndex","initWidget","initEventListeners","ontransitionend","play","slide","to","duration","clearTimeout","timeout","direction","naturalDirection","diff","circle","Math","abs","positions","slideWidth","move","animate","getIndex","getNumber","prev","next","time","that","nextIndex","interval","elements","setTimeout","animationFrameId","addClass","setAttribute","playPauseElement","pause","removeClass","add","i","concat","Array","addSlide","positionSlide","initSlides","resetSlides","empty","unloadAllSlides","slides","handleClose","destroyEventListeners","display","overflow","bodyOverflowStyle","close","closeHandler","target","off","dist","translateX","x","y","translateY","from","start","timer","Date","getTime","setInterval","timeElap","left","clearInterval","floor","preventDefault","returnValue","stopPropagation","cancelBubble","onresize","onhashchange","onmousedown","which","nodeName","originalEvent","touches","pageX","pageY","onmousemove","touchStart","ontouchmove","onmouseup","ontouchend","onmouseout","related","relatedTarget","contains","now","isScrolling","touchDelta","touchDeltaX","indices","scale","push","unshift","pop","indexForward","indexBackward","distanceForward","distanceBackward","absTouchDeltaX","ceil","isValidSlide","isPastBounds","isValidClose","ontouchcancel","oncomplete","srcElement","parent","parentNode","getNodeIndex","type","clientHeight","onload","onerror","onkeydown","keyCode","toggleControls","stopImmediatePropagation","toggleSlideshow","handleClick","isTarget","className","hasClass","onclick","updateEdgeClasses","updateActiveSlide","oldIndex","newIndex","item","method","hidden","removeAttribute","handleSlide","loadElements","setTitle","firstChild","text","title","alt","createTextNode","func","args","wait","apply","imageFactory","obj","callback","called","sources","srcset","sizes","altText","url","img","imagePrototype","cloneNode","getItemProperty","draggable","callbackWrapper","picturePrototype","sourcePrototype","src","split","elementPrototype","iteratePreloadRange","limit","min","j","loadElement","proxyListener","unloadSlide","slidePrototype","width","reload","children","clientWidth","slideHeight","len","parseInt","getAttribute","getNestedProperty","property","replace","str","singleQuoteProp","doubleQuoteProp","arrayIndex","dotProp","getDataProperty","key","dataset","_","b","toUpperCase","toLowerCase","parseJSON","ignore","handleOpen","find","first","openHandler","galleryPrototype","fullscreen","getFullScreenElement","fullscreenElement","webkitFullscreenElement","mozFullScreenElement","msFullscreenElement","requestFullScreen","requestFullscreen","webkitRequestFullscreen","mozRequestFullScreen","msRequestFullscreen","exitFullScreen","exitFullscreen","webkitCancelFullScreen","mozCancelFullScreen","msExitFullscreen","indicatorContainer","activeIndicatorClass","thumbnailProperty","thumbnailIndicators","createIndicator","thumbnailUrl","thumbnail","indicator","indicatorPrototype","getElementsByTagName","backgroundImage","addIndicator","indicators","setActiveIndicator","activeIndicator","videoContentClass","videoLoadingClass","videoPlayingClass","videoIframeClass","videoCoverClass","videoPlayClass","videoPlaysInline","videoPreloadProperty","videoPosterProperty","activeVideo","videoFactory","videoInterface","hasGalleryControls","isLoading","videoContainerNode","videoContainer","errorArgs","video","coverElement","playElement","posterUrl","playControls","preload","href","seeking","controls","postMessage","vimeoVideoIdProperty","vimeoPlayerUrl","vimeoPlayerIdPrefix","vimeoClickToPlay","textFactory","VimeoPlayer","videoId","playerId","clickToPlay","listeners","counter","loadAPI","scriptTag","apiUrl","scriptTags","playOnReady","insertBefore","readyState","onReady","ready","player","addEvent","hasPlayed","onPlaying","onPause","playStatus","playing","insertIframe","iframe","id","replaceChild","navigator","platform","api","$f","youTubeVideoIdProperty","youTubePlayerVars","wmode","youTubeClickToPlay","YouTubePlayer","playerVars","onYouTubeIframeAPIReady","onStateChange","pauseTimeout","data","YT","PlayerState","PLAYING","UNSTARTED","PAUSED","ENDED","onError","error","playVideo","Player","events","pauseVideo","widget","callbacks","trigger","arguments","removeData","links","closest","filter"],"mappings":"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"}
\ No newline at end of file diff --git a/docusaurus/static/js/vendor/jquery.js b/docusaurus/static/js/vendor/jquery.js new file mode 100644 index 0000000..7fc60fc --- /dev/null +++ b/docusaurus/static/js/vendor/jquery.js @@ -0,0 +1,11008 @@ +/*! + * jQuery JavaScript Library v1.12.4 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2016-05-20T17:17Z + */ + +(function( global, factory ) { + + if ( typeof module === "object" && typeof module.exports === "object" ) { + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Support: Firefox 18+ +// Can't be in strict mode, several libs including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +//"use strict"; +var deletedIds = []; + +var document = window.document; + +var slice = deletedIds.slice; + +var concat = deletedIds.concat; + +var push = deletedIds.push; + +var indexOf = deletedIds.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var support = {}; + + + +var + version = "1.12.4", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android<4.1, IE<9 + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num != null ? + + // Return just the one element from the set + ( num < 0 ? this[ num + this.length ] : this[ num ] ) : + + // Return all the elements in a clean array + slice.call( this ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: deletedIds.sort, + splice: deletedIds.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var src, copyIsArray, copy, name, options, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction( target ) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = jQuery.isArray( copy ) ) ) ) { + + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray( src ) ? src : []; + + } else { + clone = src && jQuery.isPlainObject( src ) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type( obj ) === "function"; + }, + + isArray: Array.isArray || function( obj ) { + return jQuery.type( obj ) === "array"; + }, + + isWindow: function( obj ) { + /* jshint eqeqeq: false */ + return obj != null && obj == obj.window; + }, + + isNumeric: function( obj ) { + + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + // adding 1 corrects loss of precision from parseFloat (#15100) + var realStringObj = obj && obj.toString(); + return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0; + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + isPlainObject: function( obj ) { + var key; + + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + try { + + // Not own constructor property must be Object + if ( obj.constructor && + !hasOwn.call( obj, "constructor" ) && + !hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { + return false; + } + } catch ( e ) { + + // IE8,9 Will throw exceptions on certain host objects #9897 + return false; + } + + // Support: IE<9 + // Handle iteration over inherited properties before own properties. + if ( !support.ownFirst ) { + for ( key in obj ) { + return hasOwn.call( obj, key ); + } + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + for ( key in obj ) {} + + return key === undefined || hasOwn.call( obj, key ); + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; + }, + + // Workarounds based on findings by Jim Driscoll + // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context + globalEval: function( data ) { + if ( data && jQuery.trim( data ) ) { + + // We use execScript on Internet Explorer + // We use an anonymous function so that context is window + // rather than jQuery in Firefox + ( window.execScript || function( data ) { + window[ "eval" ].call( window, data ); // jscs:ignore requireDotNotation + } )( data ); + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // Support: Android<4.1, IE<9 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + var len; + + if ( arr ) { + if ( indexOf ) { + return indexOf.call( arr, elem, i ); + } + + len = arr.length; + i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; + + for ( ; i < len; i++ ) { + + // Skip accessing in sparse arrays + if ( i in arr && arr[ i ] === elem ) { + return i; + } + } + } + + return -1; + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + while ( j < len ) { + first[ i++ ] = second[ j++ ]; + } + + // Support: IE<9 + // Workaround casting of .length to NaN on otherwise arraylike objects (e.g., NodeLists) + if ( len !== len ) { + while ( second[ j ] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var args, proxy, tmp; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: function() { + return +( new Date() ); + }, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +// JSHint would error on this code due to the Symbol not being defined in ES5. +// Defining this global in .jshintrc would create a danger of using the global +// unguarded in another place, it seems safer to just disable JSHint for these +// three lines. +/* jshint ignore: start */ +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = deletedIds[ Symbol.iterator ]; +} +/* jshint ignore: end */ + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: iOS 8.2 (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.2.1 + * http://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2015-10-17 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // http://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, nidselect, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + + // ID selector + if ( (m = match[1]) ) { + + // Document context + if ( nodeType === 9 ) { + if ( (elem = context.getElementById( m )) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && (elem = newContext.getElementById( m )) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( (m = match[3]) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !compilerCache[ selector + " " ] && + (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + + if ( nodeType !== 1 ) { + newContext = context; + newSelector = selector; + + // qSA looks outside Element context, which is not what we want + // Thanks to Andrew Dupont for this workaround technique + // Support: IE <=8 + // Exclude object elements + } else if ( context.nodeName.toLowerCase() !== "object" ) { + + // Capture the context ID, setting it first if necessary + if ( (nid = context.getAttribute( "id" )) ) { + nid = nid.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", (nid = expando) ); + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + nidselect = ridentifier.test( nid ) ? "#" + nid : "[id='" + nid + "']"; + while ( i-- ) { + groups[i] = nidselect + " " + toSelector( groups[i] ); + } + newSelector = groups.join( "," ); + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, parent, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9-11, Edge + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + if ( (parent = document.defaultView) && parent.top !== parent ) { + // Support: IE 11 + if ( parent.addEventListener ) { + parent.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", unloadHandler ); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( document.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var m = context.getElementById( id ); + return m ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + docElem.appendChild( div ).innerHTML = "<a id='" + expando + "'></a>" + + "<select id='" + expando + "-\r\\' msallowcapture=''>" + + "<option selected=''></option></select>"; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibing-combinator selector` fails + if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === document ? -1 : + b === document ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + !compilerCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + // Use previously-cached element index if available + if ( useCache ) { + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); + + if ( (oldCache = uniqueCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context === document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + if ( !context && elem.ownerDocument !== document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context || document, xml) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = "<a href='#'></a>"; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = "<input/>"; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ ); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + } ); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( jQuery.inArray( elem, qualifier ) > -1 ) !== not; + } ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, + ret = [], + self = this, + len = self.length; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over <tag> to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // init accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector.charAt( 0 ) === "<" && + selector.charAt( selector.length - 1 ) === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[ 2 ] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[ 0 ] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return typeof root.ready !== "undefined" ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var i, + targets = jQuery( target, this ), + len = targets.length; + + return this.filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( pos ? + pos.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return jQuery.inArray( this[ 0 ], jQuery( elem ) ); + } + + // Locate the position of the desired element + return jQuery.inArray( + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem, this ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + do { + cur = cur[ dir ]; + } while ( cur && cur.nodeType !== 1 ); + + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + ret = jQuery.uniqueSort( ret ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + } + + return this.pushStack( ret ); + }; +} ); +var rnotwhite = ( /\S+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( jQuery.isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = true; + if ( !memory ) { + self.disable(); + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks( "once memory" ), "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), "rejected" ], + [ "notify", "progress", jQuery.Callbacks( "memory" ) ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this === promise ? newDefer.promise() : this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( function() { + + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || + ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. + // If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .progress( updateFunc( i, progressContexts, progressValues ) ) + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +} ); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +} ); + +/** + * Clean-up method for dom ready events + */ +function detach() { + if ( document.addEventListener ) { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + + } else { + document.detachEvent( "onreadystatechange", completed ); + window.detachEvent( "onload", completed ); + } +} + +/** + * The ready event handler and self cleanup method + */ +function completed() { + + // readyState === "complete" is good enough for us to call the dom ready in oldIE + if ( document.addEventListener || + window.event.type === "load" || + document.readyState === "complete" ) { + + detach(); + jQuery.ready(); + } +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called + // after the browser event has already occurred. + // Support: IE6-10 + // Older IE sometimes signals "interactive" too soon + if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + + // Standards-based browsers support DOMContentLoaded + } else if ( document.addEventListener ) { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); + + // If IE event model is used + } else { + + // Ensure firing before onload, maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", completed ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", completed ); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = window.frameElement == null && document.documentElement; + } catch ( e ) {} + + if ( top && top.doScroll ) { + ( function doScrollCheck() { + if ( !jQuery.isReady ) { + + try { + + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll( "left" ); + } catch ( e ) { + return window.setTimeout( doScrollCheck, 50 ); + } + + // detach all dom ready events + detach(); + + // and execute any waiting functions + jQuery.ready(); + } + } )(); + } + } + } + return readyList.promise( obj ); +}; + +// Kick off the DOM ready check even if the user does not +jQuery.ready.promise(); + + + + +// Support: IE<9 +// Iteration over object's inherited properties before its own +var i; +for ( i in jQuery( support ) ) { + break; +} +support.ownFirst = i === "0"; + +// Note: most support tests are defined in their respective modules. +// false until the test is run +support.inlineBlockNeedsLayout = false; + +// Execute ASAP in case we need to set body.style.zoom +jQuery( function() { + + // Minified: var a,b,c,d + var val, div, body, container; + + body = document.getElementsByTagName( "body" )[ 0 ]; + if ( !body || !body.style ) { + + // Return for frameset docs that don't have a body + return; + } + + // Setup + div = document.createElement( "div" ); + container = document.createElement( "div" ); + container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px"; + body.appendChild( container ).appendChild( div ); + + if ( typeof div.style.zoom !== "undefined" ) { + + // Support: IE<8 + // Check if natively block-level elements act like inline-block + // elements when setting their display to 'inline' and giving + // them layout + div.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1"; + + support.inlineBlockNeedsLayout = val = div.offsetWidth === 3; + if ( val ) { + + // Prevent IE 6 from affecting layout for positioned elements #11048 + // Prevent IE from shrinking the body in IE 7 mode #12869 + // Support: IE<8 + body.style.zoom = 1; + } + } + + body.removeChild( container ); +} ); + + +( function() { + var div = document.createElement( "div" ); + + // Support: IE<9 + support.deleteExpando = true; + try { + delete div.test; + } catch ( e ) { + support.deleteExpando = false; + } + + // Null elements to avoid leaks in IE. + div = null; +} )(); +var acceptData = function( elem ) { + var noData = jQuery.noData[ ( elem.nodeName + " " ).toLowerCase() ], + nodeType = +elem.nodeType || 1; + + // Do not set data on non-element DOM nodes because it will not be cleared (#8335). + return nodeType !== 1 && nodeType !== 9 ? + false : + + // Nodes accept data unless otherwise specified; rejection can be conditional + !noData || noData !== true && elem.getAttribute( "classid" ) === noData; +}; + + + + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /([A-Z])/g; + +function dataAttr( elem, key, data ) { + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + + var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + jQuery.data( elem, key, data ); + + } else { + data = undefined; + } + } + + return data; +} + +// checks a cache object for emptiness +function isEmptyDataObject( obj ) { + var name; + for ( name in obj ) { + + // if the public data object is empty, the private is still empty + if ( name === "data" && jQuery.isEmptyObject( obj[ name ] ) ) { + continue; + } + if ( name !== "toJSON" ) { + return false; + } + } + + return true; +} + +function internalData( elem, name, data, pvt /* Internal Use Only */ ) { + if ( !acceptData( elem ) ) { + return; + } + + var ret, thisCache, + internalKey = jQuery.expando, + + // We have to handle DOM nodes and JS objects differently because IE6-7 + // can't GC object references properly across the DOM-JS boundary + isNode = elem.nodeType, + + // Only DOM nodes need the global jQuery cache; JS object data is + // attached directly to the object so GC can occur automatically + cache = isNode ? jQuery.cache : elem, + + // Only defining an ID for JS objects if its cache already exists allows + // the code to shortcut on the same path as a DOM node with no cache + id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey; + + // Avoid doing any more work than we need to when trying to get data on an + // object that has no data at all + if ( ( !id || !cache[ id ] || ( !pvt && !cache[ id ].data ) ) && + data === undefined && typeof name === "string" ) { + return; + } + + if ( !id ) { + + // Only DOM nodes need a new unique ID for each element since their data + // ends up in the global cache + if ( isNode ) { + id = elem[ internalKey ] = deletedIds.pop() || jQuery.guid++; + } else { + id = internalKey; + } + } + + if ( !cache[ id ] ) { + + // Avoid exposing jQuery metadata on plain JS objects when the object + // is serialized using JSON.stringify + cache[ id ] = isNode ? {} : { toJSON: jQuery.noop }; + } + + // An object can be passed to jQuery.data instead of a key/value pair; this gets + // shallow copied over onto the existing cache + if ( typeof name === "object" || typeof name === "function" ) { + if ( pvt ) { + cache[ id ] = jQuery.extend( cache[ id ], name ); + } else { + cache[ id ].data = jQuery.extend( cache[ id ].data, name ); + } + } + + thisCache = cache[ id ]; + + // jQuery data() is stored in a separate object inside the object's internal data + // cache in order to avoid key collisions between internal data and user-defined + // data. + if ( !pvt ) { + if ( !thisCache.data ) { + thisCache.data = {}; + } + + thisCache = thisCache.data; + } + + if ( data !== undefined ) { + thisCache[ jQuery.camelCase( name ) ] = data; + } + + // Check for both converted-to-camel and non-converted data property names + // If a data property was specified + if ( typeof name === "string" ) { + + // First Try to find as-is property data + ret = thisCache[ name ]; + + // Test for null|undefined property data + if ( ret == null ) { + + // Try to find the camelCased property + ret = thisCache[ jQuery.camelCase( name ) ]; + } + } else { + ret = thisCache; + } + + return ret; +} + +function internalRemoveData( elem, name, pvt ) { + if ( !acceptData( elem ) ) { + return; + } + + var thisCache, i, + isNode = elem.nodeType, + + // See jQuery.data for more information + cache = isNode ? jQuery.cache : elem, + id = isNode ? elem[ jQuery.expando ] : jQuery.expando; + + // If there is already no cache entry for this object, there is no + // purpose in continuing + if ( !cache[ id ] ) { + return; + } + + if ( name ) { + + thisCache = pvt ? cache[ id ] : cache[ id ].data; + + if ( thisCache ) { + + // Support array or space separated string names for data keys + if ( !jQuery.isArray( name ) ) { + + // try the string as a key before any manipulation + if ( name in thisCache ) { + name = [ name ]; + } else { + + // split the camel cased version by spaces unless a key with the spaces exists + name = jQuery.camelCase( name ); + if ( name in thisCache ) { + name = [ name ]; + } else { + name = name.split( " " ); + } + } + } else { + + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = name.concat( jQuery.map( name, jQuery.camelCase ) ); + } + + i = name.length; + while ( i-- ) { + delete thisCache[ name[ i ] ]; + } + + // If there is no data left in the cache, we want to continue + // and let the cache object itself get destroyed + if ( pvt ? !isEmptyDataObject( thisCache ) : !jQuery.isEmptyObject( thisCache ) ) { + return; + } + } + } + + // See jQuery.data for more information + if ( !pvt ) { + delete cache[ id ].data; + + // Don't destroy the parent cache unless the internal data object + // had been the only thing left in it + if ( !isEmptyDataObject( cache[ id ] ) ) { + return; + } + } + + // Destroy the cache + if ( isNode ) { + jQuery.cleanData( [ elem ], true ); + + // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080) + /* jshint eqeqeq: false */ + } else if ( support.deleteExpando || cache != cache.window ) { + /* jshint eqeqeq: true */ + delete cache[ id ]; + + // When all else fails, undefined + } else { + cache[ id ] = undefined; + } +} + +jQuery.extend( { + cache: {}, + + // The following elements (space-suffixed to avoid Object.prototype collisions) + // throw uncatchable exceptions if you attempt to set expando properties + noData: { + "applet ": true, + "embed ": true, + + // ...but Flash objects (which have this classid) *can* handle expandos + "object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" + }, + + hasData: function( elem ) { + elem = elem.nodeType ? jQuery.cache[ elem[ jQuery.expando ] ] : elem[ jQuery.expando ]; + return !!elem && !isEmptyDataObject( elem ); + }, + + data: function( elem, name, data ) { + return internalData( elem, name, data ); + }, + + removeData: function( elem, name ) { + return internalRemoveData( elem, name ); + }, + + // For internal use only. + _data: function( elem, name, data ) { + return internalData( elem, name, data, true ); + }, + + _removeData: function( elem, name ) { + return internalRemoveData( elem, name, true ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Special expections of .data basically thwart jQuery.access, + // so implement the relevant behavior ourselves + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = jQuery.data( elem ); + + if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + jQuery._data( elem, "parsedAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + jQuery.data( this, key ); + } ); + } + + return arguments.length > 1 ? + + // Sets one value + this.each( function() { + jQuery.data( this, key, value ); + } ) : + + // Gets one value + // Try to fetch any internally stored data first + elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : undefined; + }, + + removeData: function( key ) { + return this.each( function() { + jQuery.removeData( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = jQuery._data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray( data ) ) { + queue = jQuery._data( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, + // or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return jQuery._data( elem, key ) || jQuery._data( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + jQuery._removeData( elem, type + "queue" ); + jQuery._removeData( elem, key ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = jQuery._data( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); + + +( function() { + var shrinkWrapBlocksVal; + + support.shrinkWrapBlocks = function() { + if ( shrinkWrapBlocksVal != null ) { + return shrinkWrapBlocksVal; + } + + // Will be changed later if needed. + shrinkWrapBlocksVal = false; + + // Minified: var b,c,d + var div, body, container; + + body = document.getElementsByTagName( "body" )[ 0 ]; + if ( !body || !body.style ) { + + // Test fired too early or in an unsupported environment, exit. + return; + } + + // Setup + div = document.createElement( "div" ); + container = document.createElement( "div" ); + container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px"; + body.appendChild( container ).appendChild( div ); + + // Support: IE6 + // Check if elements with layout shrink-wrap their children + if ( typeof div.style.zoom !== "undefined" ) { + + // Reset CSS: box-sizing; display; margin; border + div.style.cssText = + + // Support: Firefox<29, Android 2.3 + // Vendor-prefix box-sizing + "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" + + "box-sizing:content-box;display:block;margin:0;border:0;" + + "padding:1px;width:1px;zoom:1"; + div.appendChild( document.createElement( "div" ) ).style.width = "5px"; + shrinkWrapBlocksVal = div.offsetWidth !== 3; + } + + body.removeChild( container ); + + return shrinkWrapBlocksVal; + }; + +} )(); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || + !jQuery.contains( elem.ownerDocument, elem ); + }; + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, + scale = 1, + maxIterations = 20, + currentValue = tween ? + function() { return tween.cur(); } : + function() { return jQuery.css( elem, prop, "" ); }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + do { + + // If previous iteration zeroed out, double until we get *something*. + // Use string for doubling so we don't accidentally see scale as unchanged below + scale = scale || ".5"; + + // Adjust and apply + initialInUnit = initialInUnit / scale; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Update scale, tolerating zero or NaN from tween.cur() + // Break the loop if scale is unchanged or perfect, or if we've just had enough. + } while ( + scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations + ); + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + length = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < length; i++ ) { + fn( + elems[ i ], + key, + raw ? value : value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + length ? fn( elems[ 0 ], key ) : emptyGet; +}; +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([\w:-]+)/ ); + +var rscriptType = ( /^$|\/(?:java|ecma)script/i ); + +var rleadingWhitespace = ( /^\s+/ ); + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|" + + "details|dialog|figcaption|figure|footer|header|hgroup|main|" + + "mark|meter|nav|output|picture|progress|section|summary|template|time|video"; + + + +function createSafeFragment( document ) { + var list = nodeNames.split( "|" ), + safeFrag = document.createDocumentFragment(); + + if ( safeFrag.createElement ) { + while ( list.length ) { + safeFrag.createElement( + list.pop() + ); + } + } + return safeFrag; +} + + +( function() { + var div = document.createElement( "div" ), + fragment = document.createDocumentFragment(), + input = document.createElement( "input" ); + + // Setup + div.innerHTML = " <link/><table></table><a href='/a'>a</a><input type='checkbox'/>"; + + // IE strips leading whitespace when .innerHTML is used + support.leadingWhitespace = div.firstChild.nodeType === 3; + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + support.tbody = !div.getElementsByTagName( "tbody" ).length; + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + support.htmlSerialize = !!div.getElementsByTagName( "link" ).length; + + // Makes sure cloning an html5 element does not cause problems + // Where outerHTML is undefined, this still works + support.html5Clone = + document.createElement( "nav" ).cloneNode( true ).outerHTML !== "<:nav></:nav>"; + + // Check if a disconnected checkbox will retain its checked + // value of true after appended to the DOM (IE6/7) + input.type = "checkbox"; + input.checked = true; + fragment.appendChild( input ); + support.appendChecked = input.checked; + + // Make sure textarea (and checkbox) defaultValue is properly cloned + // Support: IE6-IE11+ + div.innerHTML = "<textarea>x</textarea>"; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; + + // #11217 - WebKit loses check when the name is after the checked attribute + fragment.appendChild( div ); + + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input = document.createElement( "input" ); + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 + // old WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<9 + // Cloned elements keep attachEvent handlers, we use addEventListener on IE9+ + support.noCloneEvent = !!div.addEventListener; + + // Support: IE<9 + // Since attributes and properties are the same in IE, + // cleanData must set properties to undefined rather than use removeAttribute + div[ jQuery.expando ] = 1; + support.attributes = !div.getAttribute( jQuery.expando ); +} )(); + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + option: [ 1, "<select multiple='multiple'>", "</select>" ], + legend: [ 1, "<fieldset>", "</fieldset>" ], + area: [ 1, "<map>", "</map>" ], + + // Support: IE8 + param: [ 1, "<object>", "</object>" ], + thead: [ 1, "<table>", "</table>" ], + tr: [ 2, "<table><tbody>", "</tbody></table>" ], + col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ], + td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], + + // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags, + // unless wrapped in a div with non-breaking characters in front of it. + _default: support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X<div>", "</div>" ] +}; + +// Support: IE8-IE9 +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function getAll( context, tag ) { + var elems, elem, + i = 0, + found = typeof context.getElementsByTagName !== "undefined" ? + context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== "undefined" ? + context.querySelectorAll( tag || "*" ) : + undefined; + + if ( !found ) { + for ( found = [], elems = context.childNodes || context; + ( elem = elems[ i ] ) != null; + i++ + ) { + if ( !tag || jQuery.nodeName( elem, tag ) ) { + found.push( elem ); + } else { + jQuery.merge( found, getAll( elem, tag ) ); + } + } + } + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], found ) : + found; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var elem, + i = 0; + for ( ; ( elem = elems[ i ] ) != null; i++ ) { + jQuery._data( + elem, + "globalEval", + !refElements || jQuery._data( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/, + rtbody = /<tbody/i; + +function fixDefaultChecked( elem ) { + if ( rcheckableType.test( elem.type ) ) { + elem.defaultChecked = elem.checked; + } +} + +function buildFragment( elems, context, scripts, selection, ignored ) { + var j, elem, contains, + tmp, tag, tbody, wrap, + l = elems.length, + + // Ensure a safe fragment + safe = createSafeFragment( context ), + + nodes = [], + i = 0; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || safe.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Manually add leading whitespace removed by IE + if ( !support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { + nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[ 0 ] ) ); + } + + // Remove IE's autoinserted <tbody> from table fragments + if ( !support.tbody ) { + + // String was a <table>, *may* have spurious <tbody> + elem = tag === "table" && !rtbody.test( elem ) ? + tmp.firstChild : + + // String was a bare <thead> or <tfoot> + wrap[ 1 ] === "<table>" && !rtbody.test( elem ) ? + tmp : + 0; + + j = elem && elem.childNodes.length; + while ( j-- ) { + if ( jQuery.nodeName( ( tbody = elem.childNodes[ j ] ), "tbody" ) && + !tbody.childNodes.length ) { + + elem.removeChild( tbody ); + } + } + } + + jQuery.merge( nodes, tmp.childNodes ); + + // Fix #12392 for WebKit and IE > 9 + tmp.textContent = ""; + + // Fix #12392 for oldIE + while ( tmp.firstChild ) { + tmp.removeChild( tmp.firstChild ); + } + + // Remember the top-level container for proper cleanup + tmp = safe.lastChild; + } + } + } + + // Fix #11356: Clear elements from fragment + if ( tmp ) { + safe.removeChild( tmp ); + } + + // Reset defaultChecked for any radios and checkboxes + // about to be appended to the DOM in IE 6/7 (#8060) + if ( !support.appendChecked ) { + jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked ); + } + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( safe.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + tmp = null; + + return safe; +} + + +( function() { + var i, eventName, + div = document.createElement( "div" ); + + // Support: IE<9 (lack submit/change bubble), Firefox (lack focus(in | out) events) + for ( i in { submit: true, change: true, focusin: true } ) { + eventName = "on" + i; + + if ( !( support[ i ] = eventName in window ) ) { + + // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) + div.setAttribute( eventName, "t" ); + support[ i ] = div.attributes[ eventName ].expando === false; + } + } + + // Null elements to avoid leaks in IE. + div = null; +} )(); + + +var rformElems = /^(?:input|select|textarea)$/i, + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE9 +// See #13393 for more info +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + var tmp, events, t, handleObjIn, + special, eventHandle, handleObj, + handlers, type, namespaces, origType, + elemData = jQuery._data( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = {}; + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && + ( !e || jQuery.event.triggered !== e.type ) ? + jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : + undefined; + }; + + // Add elem as a property of the handle fn to prevent a memory leak + // with IE non-native events + eventHandle.elem = elem; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener/attachEvent if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + var j, handleObj, tmp, + origCount, t, events, + special, handlers, type, + namespaces, origType, + elemData = jQuery.hasData( elem ) && jQuery._data( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + + // removeData also checks for emptiness and clears the expando if empty + // so use it instead of delete + jQuery._removeData( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + var handle, ontype, cur, + bubbleType, special, tmp, i, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && + jQuery._data( cur, "handle" ); + + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( + ( !special._default || + special._default.apply( eventPath.pop(), data ) === false + ) && acceptData( elem ) + ) { + + // Call a native DOM method on the target with the same name name as the event. + // Can't use an .isFunction() check here because IE6/7 fails that test. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + try { + elem[ type ](); + } catch ( e ) { + + // IE<9 dies on focus/blur to hidden element (#1486,#12518) + // only reproducible on winXP IE8 native, not IE9 in IE8 mode + } + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, j, ret, matched, handleObj, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or 2) have namespace(s) + // a subset or equal to those in the bound event (both can have no namespace). + if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, matches, sel, handleObj, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Support (at least): Chrome, IE9 + // Find delegate handlers + // Black-hole SVG <use> instance trees (#13180) + // + // Support: Firefox<=42+ + // Avoid non-left-click in FF but don't block IE radio events (#3861, gh-2343) + if ( delegateCount && cur.nodeType && + ( event.type !== "click" || isNaN( event.button ) || event.button < 1 ) ) { + + /* jshint eqeqeq: false */ + for ( ; cur != this; cur = cur.parentNode || this ) { + /* jshint eqeqeq: true */ + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && ( cur.disabled !== true || event.type !== "click" ) ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push( { elem: cur, handlers: matches } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: this, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: IE<9 + // Fix target property (#1925) + if ( !event.target ) { + event.target = originalEvent.srcElement || document; + } + + // Support: Safari 6-8+ + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Support: IE<9 + // For mouse/key events, metaKey==false if it's undefined (#3368, #11328) + event.metaKey = !!event.metaKey; + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " + + "metaKey relatedTarget shiftKey target timeStamp view which" ).split( " " ), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split( " " ), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: ( "button buttons clientX clientY fromElement offsetX offsetY " + + "pageX pageY screenX screenY toElement" ).split( " " ), + filter: function( event, original ) { + var body, eventDoc, doc, + button = original.button, + fromElement = original.fromElement; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - + ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - + ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && fromElement ) { + event.relatedTarget = fromElement === event.target ? + original.toElement : + fromElement; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + try { + this.focus(); + return false; + } catch ( e ) { + + // Support: IE<9 + // If we error on focus to hidden element (#1486, #12518), + // let .trigger() run the handlers + } + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + // Piggyback on a donor event to simulate a different one + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + + // Previously, `originalEvent: {}` was set here, so stopPropagation call + // would not be triggered on donor event, since in our own + // jQuery.event.stopPropagation function we had a check for existence of + // originalEvent.stopPropagation method, so, consequently it would be a noop. + // + // Guard for simulated events was moved to jQuery.event.stopPropagation function + // since `originalEvent` should point to the original event for the + // constancy with other events and for more focused logic + } + ); + + jQuery.event.trigger( e, null, elem ); + + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = document.removeEventListener ? + function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } + } : + function( elem, type, handle ) { + var name = "on" + type; + + if ( elem.detachEvent ) { + + // #8545, #7054, preventing memory leaks for custom events in IE6-8 + // detachEvent needed property on element, by name of that event, + // to properly expose it to GC + if ( typeof elem[ name ] === "undefined" ) { + elem[ name ] = null; + } + + elem.detachEvent( name, handle ); + } + }; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: IE < 9, Android < 4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + if ( !e ) { + return; + } + + // If preventDefault exists, run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + + // Support: IE + // Otherwise set the returnValue property of the original event to false + } else { + e.returnValue = false; + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( !e || this.isSimulated ) { + return; + } + + // If stopPropagation exists, run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + + // Support: IE + // Set the cancelBubble property of the original event to true + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && e.stopImmediatePropagation ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://code.google.com/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +// IE submit delegation +if ( !support.submit ) { + + jQuery.event.special.submit = { + setup: function() { + + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Lazy-add a submit handler when a descendant form may potentially be submitted + jQuery.event.add( this, "click._submit keypress._submit", function( e ) { + + // Node name check avoids a VML-related crash in IE (#9807) + var elem = e.target, + form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? + + // Support: IE <=8 + // We use jQuery.prop instead of elem.form + // to allow fixing the IE8 delegated submit issue (gh-2332) + // by 3rd party polyfills/workarounds. + jQuery.prop( elem, "form" ) : + undefined; + + if ( form && !jQuery._data( form, "submit" ) ) { + jQuery.event.add( form, "submit._submit", function( event ) { + event._submitBubble = true; + } ); + jQuery._data( form, "submit", true ); + } + } ); + + // return undefined since we don't need an event listener + }, + + postDispatch: function( event ) { + + // If form was submitted by the user, bubble the event up the tree + if ( event._submitBubble ) { + delete event._submitBubble; + if ( this.parentNode && !event.isTrigger ) { + jQuery.event.simulate( "submit", this.parentNode, event ); + } + } + }, + + teardown: function() { + + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Remove delegated handlers; cleanData eventually reaps submit handlers attached above + jQuery.event.remove( this, "._submit" ); + } + }; +} + +// IE change delegation and checkbox/radio fix +if ( !support.change ) { + + jQuery.event.special.change = { + + setup: function() { + + if ( rformElems.test( this.nodeName ) ) { + + // IE doesn't fire change on a check/radio until blur; trigger it on click + // after a propertychange. Eat the blur-change in special.change.handle. + // This still fires onchange a second time for check/radio after blur. + if ( this.type === "checkbox" || this.type === "radio" ) { + jQuery.event.add( this, "propertychange._change", function( event ) { + if ( event.originalEvent.propertyName === "checked" ) { + this._justChanged = true; + } + } ); + jQuery.event.add( this, "click._change", function( event ) { + if ( this._justChanged && !event.isTrigger ) { + this._justChanged = false; + } + + // Allow triggered, simulated change events (#11500) + jQuery.event.simulate( "change", this, event ); + } ); + } + return false; + } + + // Delegated event; lazy-add a change handler on descendant inputs + jQuery.event.add( this, "beforeactivate._change", function( e ) { + var elem = e.target; + + if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "change" ) ) { + jQuery.event.add( elem, "change._change", function( event ) { + if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { + jQuery.event.simulate( "change", this.parentNode, event ); + } + } ); + jQuery._data( elem, "change", true ); + } + } ); + }, + + handle: function( event ) { + var elem = event.target; + + // Swallow native change events from checkbox/radio, we already triggered them above + if ( this !== elem || event.isSimulated || event.isTrigger || + ( elem.type !== "radio" && elem.type !== "checkbox" ) ) { + + return event.handleObj.handler.apply( this, arguments ); + } + }, + + teardown: function() { + jQuery.event.remove( this, "._change" ); + + return !rformElems.test( this.nodeName ); + } + }; +} + +// Support: Firefox +// Firefox doesn't have focus(in | out) events +// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 +// +// Support: Chrome, Safari +// focus(in | out) events fire after focus & blur events, +// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order +// Related ticket - https://code.google.com/p/chromium/issues/detail?id=449857 +if ( !support.focusin ) { + jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = jQuery._data( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + jQuery._data( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = jQuery._data( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + jQuery._removeData( doc, fix ); + } else { + jQuery._data( doc, fix, attaches ); + } + } + }; + } ); +} + +jQuery.fn.extend( { + + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + }, + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +var rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, + rnoshimcache = new RegExp( "<(?:" + nodeNames + ")[\\s/>]", "i" ), + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, + + // Support: IE 10-11, Edge 10240+ + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /<script|<style|<link/i, + + // checked="checked" or checked + rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, + rscriptTypeMasked = /^true\/(.*)/, + rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g, + safeFragment = createSafeFragment( document ), + fragmentDiv = safeFragment.appendChild( document.createElement( "div" ) ); + +// Support: IE<8 +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName( "tbody" )[ 0 ] || + elem.appendChild( elem.ownerDocument.createElement( "tbody" ) ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( jQuery.find.attr( elem, "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute( "type" ); + } + return elem; +} + +function cloneCopyEvent( src, dest ) { + if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { + return; + } + + var type, i, l, + oldData = jQuery._data( src ), + curData = jQuery._data( dest, oldData ), + events = oldData.events; + + if ( events ) { + delete curData.handle; + curData.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + + // make the cloned public data object a copy from the original + if ( curData.data ) { + curData.data = jQuery.extend( {}, curData.data ); + } +} + +function fixCloneNodeIssues( src, dest ) { + var nodeName, e, data; + + // We do not need to do anything for non-Elements + if ( dest.nodeType !== 1 ) { + return; + } + + nodeName = dest.nodeName.toLowerCase(); + + // IE6-8 copies events bound via attachEvent when using cloneNode. + if ( !support.noCloneEvent && dest[ jQuery.expando ] ) { + data = jQuery._data( dest ); + + for ( e in data.events ) { + jQuery.removeEvent( dest, e, data.handle ); + } + + // Event data gets referenced instead of copied if the expando gets copied too + dest.removeAttribute( jQuery.expando ); + } + + // IE blanks contents when cloning scripts, and tries to evaluate newly-set text + if ( nodeName === "script" && dest.text !== src.text ) { + disableScript( dest ).text = src.text; + restoreScript( dest ); + + // IE6-10 improperly clones children of object elements using classid. + // IE10 throws NoModificationAllowedError if parent is null, #12132. + } else if ( nodeName === "object" ) { + if ( dest.parentNode ) { + dest.outerHTML = src.outerHTML; + } + + // This path appears unavoidable for IE9. When cloning an object + // element in IE9, the outerHTML strategy above is not sufficient. + // If the src has innerHTML and the destination does not, + // copy the src.innerHTML into the dest.innerHTML. #10324 + if ( support.html5Clone && ( src.innerHTML && !jQuery.trim( dest.innerHTML ) ) ) { + dest.innerHTML = src.innerHTML; + } + + } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + + // IE6-8 fails to persist the checked state of a cloned checkbox + // or radio button. Worse, IE6-7 fail to give the cloned element + // a checked appearance if the defaultChecked value isn't also set + + dest.defaultChecked = dest.checked = src.checked; + + // IE6-7 get confused and end up setting the value of a cloned + // checkbox/radio button to an empty string instead of "on" + if ( dest.value !== src.value ) { + dest.value = src.value; + } + + // IE6-8 fails to return the selected option to the default selected + // state when cloning options + } else if ( nodeName === "option" ) { + dest.defaultSelected = dest.selected = src.defaultSelected; + + // IE6-8 fails to set the defaultValue to the correct value when + // cloning other types of input fields + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var first, node, hasScripts, + scripts, doc, fragment, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android<4.1, PhantomJS<2 + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !jQuery._data( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( + ( node.text || node.textContent || node.innerHTML || "" ) + .replace( rcleanScript, "" ) + ); + } + } + } + } + + // Fix #11809: Avoid leaking memory + fragment = first = null; + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + elems = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = elems[ i ] ) != null; i++ ) { + + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html.replace( rxhtmlTag, "<$1></$2>" ); + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var destElements, node, clone, i, srcElements, + inPage = jQuery.contains( elem.ownerDocument, elem ); + + if ( support.html5Clone || jQuery.isXMLDoc( elem ) || + !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { + + clone = elem.cloneNode( true ); + + // IE<=8 does not properly clone detached, unknown element nodes + } else { + fragmentDiv.innerHTML = elem.outerHTML; + fragmentDiv.removeChild( clone = fragmentDiv.firstChild ); + } + + if ( ( !support.noCloneEvent || !support.noCloneChecked ) && + ( elem.nodeType === 1 || elem.nodeType === 11 ) && !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + // Fix all IE cloning issues + for ( i = 0; ( node = srcElements[ i ] ) != null; ++i ) { + + // Ensure that the destination node is not null; Fixes #9587 + if ( destElements[ i ] ) { + fixCloneNodeIssues( node, destElements[ i ] ); + } + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0; ( node = srcElements[ i ] ) != null; i++ ) { + cloneCopyEvent( node, destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + destElements = srcElements = node = null; + + // Return the cloned set + return clone; + }, + + cleanData: function( elems, /* internal */ forceAcceptData ) { + var elem, type, id, data, + i = 0, + internalKey = jQuery.expando, + cache = jQuery.cache, + attributes = support.attributes, + special = jQuery.event.special; + + for ( ; ( elem = elems[ i ] ) != null; i++ ) { + if ( forceAcceptData || acceptData( elem ) ) { + + id = elem[ internalKey ]; + data = id && cache[ id ]; + + if ( data ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Remove cache only if it was not already removed by jQuery.event.remove + if ( cache[ id ] ) { + + delete cache[ id ]; + + // Support: IE<9 + // IE does not allow us to delete expando properties from nodes + // IE creates expando attributes along with the property + // IE does not have a removeAttribute function on Document nodes + if ( !attributes && typeof elem.removeAttribute !== "undefined" ) { + elem.removeAttribute( internalKey ); + + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://code.google.com/p/chromium/issues/detail?id=378607 + } else { + elem[ internalKey ] = undefined; + } + + deletedIds.push( id ); + } + } + } + } + } +} ); + +jQuery.fn.extend( { + + // Keep domManip exposed until 3.0 (gh-2225) + domManip: domManip, + + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().append( + ( this[ 0 ] && this[ 0 ].ownerDocument || document ).createTextNode( value ) + ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + } + + // Remove any remaining nodes + while ( elem.firstChild ) { + elem.removeChild( elem.firstChild ); + } + + // If this is a select, ensure that it displays empty (#12336) + // Support: IE<9 + if ( elem.options && jQuery.nodeName( elem, "select" ) ) { + elem.options.length = 0; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined ) { + return elem.nodeType === 1 ? + elem.innerHTML.replace( rinlinejQuery, "" ) : + undefined; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + ( support.htmlSerialize || !rnoshimcache.test( value ) ) && + ( support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + + // Remove element nodes and prevent memory leaks + elem = this[ i ] || {}; + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + i = 0, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get() + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); + + +var iframe, + elemdisplay = { + + // Support: Firefox + // We have to pre-define these values for FF (#10227) + HTML: "block", + BODY: "block" + }; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ + +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + display = jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = ( iframe || jQuery( "<iframe frameborder='0' width='0' height='0'/>" ) ) + .appendTo( doc.documentElement ); + + // Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse + doc = ( iframe[ 0 ].contentWindow || iframe[ 0 ].contentDocument ).document; + + // Support: IE + doc.write(); + doc.close(); + + display = actualDisplay( nodeName, doc ); + iframe.detach(); + } + + // Store the correct default display + elemdisplay[ nodeName ] = display; + } + + return display; +} +var rmargin = ( /^margin/ ); + +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var swap = function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + +var documentElement = document.documentElement; + + + +( function() { + var pixelPositionVal, pixelMarginRightVal, boxSizingReliableVal, + reliableHiddenOffsetsVal, reliableMarginRightVal, reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + div.style.cssText = "float:left;opacity:.5"; + + // Support: IE<9 + // Make sure that element opacity exists (as opposed to filter) + support.opacity = div.style.opacity === "0.5"; + + // Verify style float existence + // (IE uses styleFloat instead of cssFloat) + support.cssFloat = !!div.style.cssFloat; + + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + container = document.createElement( "div" ); + container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" + + "padding:0;margin-top:1px;position:absolute"; + div.innerHTML = ""; + container.appendChild( div ); + + // Support: Firefox<29, Android 2.3 + // Vendor-prefix box-sizing + support.boxSizing = div.style.boxSizing === "" || div.style.MozBoxSizing === "" || + div.style.WebkitBoxSizing === ""; + + jQuery.extend( support, { + reliableHiddenOffsets: function() { + if ( pixelPositionVal == null ) { + computeStyleTests(); + } + return reliableHiddenOffsetsVal; + }, + + boxSizingReliable: function() { + + // We're checking for pixelPositionVal here instead of boxSizingReliableVal + // since that compresses better and they're computed together anyway. + if ( pixelPositionVal == null ) { + computeStyleTests(); + } + return boxSizingReliableVal; + }, + + pixelMarginRight: function() { + + // Support: Android 4.0-4.3 + if ( pixelPositionVal == null ) { + computeStyleTests(); + } + return pixelMarginRightVal; + }, + + pixelPosition: function() { + if ( pixelPositionVal == null ) { + computeStyleTests(); + } + return pixelPositionVal; + }, + + reliableMarginRight: function() { + + // Support: Android 2.3 + if ( pixelPositionVal == null ) { + computeStyleTests(); + } + return reliableMarginRightVal; + }, + + reliableMarginLeft: function() { + + // Support: IE <=8 only, Android 4.0 - 4.3 only, Firefox <=3 - 37 + if ( pixelPositionVal == null ) { + computeStyleTests(); + } + return reliableMarginLeftVal; + } + } ); + + function computeStyleTests() { + var contents, divStyle, + documentElement = document.documentElement; + + // Setup + documentElement.appendChild( container ); + + div.style.cssText = + + // Support: Android 2.3 + // Vendor-prefix box-sizing + "-webkit-box-sizing:border-box;box-sizing:border-box;" + + "position:relative;display:block;" + + "margin:auto;border:1px;padding:1px;" + + "top:1%;width:50%"; + + // Support: IE<9 + // Assume reasonable values in the absence of getComputedStyle + pixelPositionVal = boxSizingReliableVal = reliableMarginLeftVal = false; + pixelMarginRightVal = reliableMarginRightVal = true; + + // Check for getComputedStyle so that this code is not run in IE<9. + if ( window.getComputedStyle ) { + divStyle = window.getComputedStyle( div ); + pixelPositionVal = ( divStyle || {} ).top !== "1%"; + reliableMarginLeftVal = ( divStyle || {} ).marginLeft === "2px"; + boxSizingReliableVal = ( divStyle || { width: "4px" } ).width === "4px"; + + // Support: Android 4.0 - 4.3 only + // Some styles come back with percentage values, even though they shouldn't + div.style.marginRight = "50%"; + pixelMarginRightVal = ( divStyle || { marginRight: "4px" } ).marginRight === "4px"; + + // Support: Android 2.3 only + // Div with explicit width and no margin-right incorrectly + // gets computed margin-right based on width of container (#3333) + // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right + contents = div.appendChild( document.createElement( "div" ) ); + + // Reset CSS: box-sizing; display; margin; border; padding + contents.style.cssText = div.style.cssText = + + // Support: Android 2.3 + // Vendor-prefix box-sizing + "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" + + "box-sizing:content-box;display:block;margin:0;border:0;padding:0"; + contents.style.marginRight = contents.style.width = "0"; + div.style.width = "1px"; + + reliableMarginRightVal = + !parseFloat( ( window.getComputedStyle( contents ) || {} ).marginRight ); + + div.removeChild( contents ); + } + + // Support: IE6-8 + // First check that getClientRects works as expected + // Check if table cells still have offsetWidth/Height when they are set + // to display:none and there are still other visible table cells in a + // table row; if so, offsetWidth/Height are not reliable for use when + // determining if an element has been hidden directly using + // display:none (it is still safe to use offsets if a parent element is + // hidden; don safety goggles and see bug #4512 for more information). + div.style.display = "none"; + reliableHiddenOffsetsVal = div.getClientRects().length === 0; + if ( reliableHiddenOffsetsVal ) { + div.style.display = ""; + div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>"; + div.childNodes[ 0 ].style.borderCollapse = "separate"; + contents = div.getElementsByTagName( "td" ); + contents[ 0 ].style.cssText = "margin:0;border:0;padding:0;display:none"; + reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0; + if ( reliableHiddenOffsetsVal ) { + contents[ 0 ].style.display = ""; + contents[ 1 ].style.display = "none"; + reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0; + } + } + + // Teardown + documentElement.removeChild( container ); + } + +} )(); + + +var getStyles, curCSS, + rposition = /^(top|right|bottom|left)$/; + +if ( window.getComputedStyle ) { + getStyles = function( elem ) { + + // Support: IE<=11+, Firefox<=30+ (#15098, #14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + + curCSS = function( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + style = elem.style; + + computed = computed || getStyles( elem ); + + // getPropertyValue is only needed for .css('filter') in IE9, see #12537 + ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined; + + // Support: Opera 12.1x only + // Fall back to style even without computed + // computed is undefined for elems on document fragments + if ( ( ret === "" || ret === undefined ) && !jQuery.contains( elem.ownerDocument, elem ) ) { + ret = jQuery.style( elem, name ); + } + + if ( computed ) { + + // A tribute to the "awesome hack by Dean Edwards" + // Chrome < 17 and Safari 5.0 uses "computed value" + // instead of "used value" for margin-right + // Safari 5.1.7 (at least) returns percentage for a larger set of values, + // but width seems to be reliably pixels + // this is against the CSSOM draft spec: + // http://dev.w3.org/csswg/cssom/#resolved-values + if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + // Support: IE + // IE returns zIndex value as an integer. + return ret === undefined ? + ret : + ret + ""; + }; +} else if ( documentElement.currentStyle ) { + getStyles = function( elem ) { + return elem.currentStyle; + }; + + curCSS = function( elem, name, computed ) { + var left, rs, rsLeft, ret, + style = elem.style; + + computed = computed || getStyles( elem ); + ret = computed ? computed[ name ] : undefined; + + // Avoid setting ret to empty string here + // so we don't default to auto + if ( ret == null && style && style[ name ] ) { + ret = style[ name ]; + } + + // From the awesome hack by Dean Edwards + // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291 + + // If we're not dealing with a regular pixel number + // but a number that has a weird ending, we need to convert it to pixels + // but not position css attributes, as those are + // proportional to the parent element instead + // and we can't measure the parent instead because it + // might trigger a "stacking dolls" problem + if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) { + + // Remember the original values + left = style.left; + rs = elem.runtimeStyle; + rsLeft = rs && rs.left; + + // Put in the new values to get a computed value out + if ( rsLeft ) { + rs.left = elem.currentStyle.left; + } + style.left = name === "fontSize" ? "1em" : ret; + ret = style.pixelLeft + "px"; + + // Revert the changed values + style.left = left; + if ( rsLeft ) { + rs.left = rsLeft; + } + } + + // Support: IE + // IE returns zIndex value as an integer. + return ret === undefined ? + ret : + ret + "" || "auto"; + }; +} + + + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var + + ralpha = /alpha\([^)]*\)/i, + ropacity = /opacity\s*=\s*([^)]*)/i, + + // swappable if display is none or starts with table except + // "table", "table-cell", or "table-caption" + // see here for display values: + // https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rnumsplit = new RegExp( "^(" + pnum + ")(.*)$", "i" ), + + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }, + + cssPrefixes = [ "Webkit", "O", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style; + + +// return a css property mapped to a potentially vendor prefixed property +function vendorPropName( name ) { + + // shortcut for names that are not vendor prefixed + if ( name in emptyStyle ) { + return name; + } + + // check for vendor prefixed names + var capName = name.charAt( 0 ).toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +function showHide( elements, show ) { + var display, elem, hidden, + values = [], + index = 0, + length = elements.length; + + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + values[ index ] = jQuery._data( elem, "olddisplay" ); + display = elem.style.display; + if ( show ) { + + // Reset the inline display of this element to learn if it is + // being hidden by cascaded rules or not + if ( !values[ index ] && display === "none" ) { + elem.style.display = ""; + } + + // Set elements which have been overridden with display: none + // in a stylesheet to whatever the default browser style is + // for such an element + if ( elem.style.display === "" && isHidden( elem ) ) { + values[ index ] = + jQuery._data( elem, "olddisplay", defaultDisplay( elem.nodeName ) ); + } + } else { + hidden = isHidden( elem ); + + if ( display && display !== "none" || !hidden ) { + jQuery._data( + elem, + "olddisplay", + hidden ? display : jQuery.css( elem, "display" ) + ); + } + } + } + + // Set the display of most of the elements in a second loop + // to avoid the constant reflow + for ( index = 0; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + if ( !show || elem.style.display === "none" || elem.style.display === "" ) { + elem.style.display = show ? values[ index ] || "" : "none"; + } + } + + return elements; +} + +function setPositiveNumber( elem, value, subtract ) { + var matches = rnumsplit.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) : + value; +} + +function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { + var i = extra === ( isBorderBox ? "border" : "content" ) ? + + // If we already have the right measurement, avoid augmentation + 4 : + + // Otherwise initialize for horizontal or vertical properties + name === "width" ? 1 : 0, + + val = 0; + + for ( ; i < 4; i += 2 ) { + + // both box models exclude margin, so add it if we want it + if ( extra === "margin" ) { + val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); + } + + if ( isBorderBox ) { + + // border-box includes padding, so remove it if we want content + if ( extra === "content" ) { + val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // at this point, extra isn't border nor margin, so remove border + if ( extra !== "margin" ) { + val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } else { + + // at this point, extra isn't content, so add padding + val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // at this point, extra isn't content nor padding, so add border + if ( extra !== "padding" ) { + val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + return val; +} + +function getWidthOrHeight( elem, name, extra ) { + + // Start with offset property, which is equivalent to the border-box value + var valueIsBorderBox = true, + val = name === "width" ? elem.offsetWidth : elem.offsetHeight, + styles = getStyles( elem ), + isBorderBox = support.boxSizing && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // some non-html elements return undefined for offsetWidth, so check for null/undefined + // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 + // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 + if ( val <= 0 || val == null ) { + + // Fall back to computed then uncomputed css if necessary + val = curCSS( elem, name, styles ); + if ( val < 0 || val == null ) { + val = elem.style[ name ]; + } + + // Computed unit is not pixels. Stop here and return. + if ( rnumnonpx.test( val ) ) { + return val; + } + + // we need the check for style in case a browser which returns unreliable values + // for getComputedStyle silently falls back to the reliable elem.style + valueIsBorderBox = isBorderBox && + ( support.boxSizingReliable() || val === elem.style[ name ] ); + + // Normalize "", auto, and prepare for extra + val = parseFloat( val ) || 0; + } + + // use the active box-sizing model to add/subtract irrelevant styles + return ( val + + augmentWidthOrHeight( + elem, + name, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles + ) + ) + "px"; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "animationIterationCount": true, + "columnCount": true, + "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, + "fontWeight": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: { + + // normalize float css property + "float": support.cssFloat ? "cssFloat" : "styleFloat" + }, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = jQuery.camelCase( name ), + style = elem.style; + + name = jQuery.cssProps[ origName ] || + ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (#7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug #9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set. See: #7116 + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + if ( type === "number" ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // Fixes #8908, it can be done more correctly by specifing setters in cssHooks, + // but it would mean to define eight + // (for every problematic property) identical functions + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + // Support: IE + // Swallow errors from 'invalid' CSS values (#5509) + try { + style[ name ] = value; + } catch ( e ) {} + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var num, val, hooks, + origName = jQuery.camelCase( name ); + + // Make sure that we're working with the right name + name = jQuery.cssProps[ origName ] || + ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + //convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Return, converting to number if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( i, name ) { + jQuery.cssHooks[ name ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // certain elements can have dimension info if we invisibly show them + // however, it must have a current display style that would benefit from this + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + elem.offsetWidth === 0 ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, name, extra ); + } ) : + getWidthOrHeight( elem, name, extra ); + } + }, + + set: function( elem, value, extra ) { + var styles = extra && getStyles( elem ); + return setPositiveNumber( elem, value, extra ? + augmentWidthOrHeight( + elem, + name, + extra, + support.boxSizing && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + styles + ) : 0 + ); + } + }; +} ); + +if ( !support.opacity ) { + jQuery.cssHooks.opacity = { + get: function( elem, computed ) { + + // IE uses filters for opacity + return ropacity.test( ( computed && elem.currentStyle ? + elem.currentStyle.filter : + elem.style.filter ) || "" ) ? + ( 0.01 * parseFloat( RegExp.$1 ) ) + "" : + computed ? "1" : ""; + }, + + set: function( elem, value ) { + var style = elem.style, + currentStyle = elem.currentStyle, + opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "", + filter = currentStyle && currentStyle.filter || style.filter || ""; + + // IE has trouble with opacity if it does not have layout + // Force it by setting the zoom level + style.zoom = 1; + + // if setting opacity to 1, and no other filters exist - + // attempt to remove filter attribute #6652 + // if value === "", then remove inline opacity #12685 + if ( ( value >= 1 || value === "" ) && + jQuery.trim( filter.replace( ralpha, "" ) ) === "" && + style.removeAttribute ) { + + // Setting style.filter to null, "" & " " still leave "filter:" in the cssText + // if "filter:" is present at all, clearType is disabled, we want to avoid this + // style.removeAttribute is IE Only, but so apparently is this code path... + style.removeAttribute( "filter" ); + + // if there is no filter style applied in a css rule + // or unset inline opacity, we are done + if ( value === "" || currentStyle && !currentStyle.filter ) { + return; + } + } + + // otherwise, set new filter values + style.filter = ralpha.test( filter ) ? + filter.replace( ralpha, opacity ) : + filter + " " + opacity; + } + }; +} + +jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight, + function( elem, computed ) { + if ( computed ) { + return swap( elem, { "display": "inline-block" }, + curCSS, [ elem, "marginRight" ] ); + } + } +); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( + parseFloat( curCSS( elem, "marginLeft" ) ) || + + // Support: IE<=11+ + // Running getBoundingClientRect on a disconnected node in IE throws an error + // Support: IE8 only + // getClientRects() errors on disconnected elems + ( jQuery.contains( elem.ownerDocument, elem ) ? + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) : + 0 + ) + ) + "px"; + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( !rmargin.test( prefix ) ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( jQuery.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + }, + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHidden( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails + // so, simple values such as "10px" are parsed to Float. + // complex values such as "rotate(1rad)" are returned as is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // use step hook for back compat - use cssHook if its there - use .style if its + // available and use plain properties where available + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && + ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || + jQuery.cssHooks[ tween.prop ] ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE <=9 +// Panic based approach to setting things on disconnected nodes + +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back Compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, timerId, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = jQuery.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + attrs = { height: type }, + i = 0; + + // if we include width, step value is 1 to do all cssExpand values, + // if we don't include width, step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4 ; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // we're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + /* jshint validthis: true */ + var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHidden( elem ), + dataShow = jQuery._data( elem, "fxshow" ); + + // handle queue: false promises + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // doing this makes sure that the complete handler will be called + // before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // height/width overflow pass + if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) { + + // Make sure that nothing sneaks out + // Record all 3 overflow attributes because IE does not + // change the overflow attribute when overflowX and + // overflowY are set to the same value + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Set display property to inline-block for height/width + // animations on inline elements that are having width/height animated + display = jQuery.css( elem, "display" ); + + // Test default display if display is currently "none" + checkDisplay = display === "none" ? + jQuery._data( elem, "olddisplay" ) || defaultDisplay( elem.nodeName ) : display; + + if ( checkDisplay === "inline" && jQuery.css( elem, "float" ) === "none" ) { + + // inline-level elements accept inline-block; + // block-level elements need to be inline with layout + if ( !support.inlineBlockNeedsLayout || defaultDisplay( elem.nodeName ) === "inline" ) { + style.display = "inline-block"; + } else { + style.zoom = 1; + } + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + if ( !support.shrinkWrapBlocks() ) { + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + } + + // show/hide pass + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.exec( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // If there is dataShow left over from a stopped hide or show + // and we are going to proceed with show, we should pretend to be hidden + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + + // Any non-fx value stops us from restoring the original display value + } else { + display = undefined; + } + } + + if ( !jQuery.isEmptyObject( orig ) ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = jQuery._data( elem, "fxshow", {} ); + } + + // store state if its toggle - enables .stop().toggle() to "reverse" + if ( toggle ) { + dataShow.hidden = !hidden; + } + if ( hidden ) { + jQuery( elem ).show(); + } else { + anim.done( function() { + jQuery( elem ).hide(); + } ); + } + anim.done( function() { + var prop; + jQuery._removeData( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + for ( prop in orig ) { + tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = tween.start; + if ( hidden ) { + tween.end = tween.start; + tween.start = prop === "width" || prop === "height" ? 1 : 0; + } + } + } + + // If this is a noop like .hide().hide(), restore an overwritten display value + } else if ( ( display === "none" ? defaultDisplay( elem.nodeName ) : display ) === "inline" ) { + style.display = display; + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = jQuery.camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( jQuery.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // not quite $.extend, this wont overwrite keys already present. + // also - reusing 'index' from above because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length ; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + if ( percent < 1 && length ) { + return remaining; + } else { + deferred.resolveWith( elem, [ animation ] ); + return false; + } + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // if we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length ; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // resolve when we played the last frame + // otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length ; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( jQuery.isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + jQuery.proxy( result.stop, result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( jQuery.isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + // attach callbacks from options + return animation.progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); +} + +jQuery.Animation = jQuery.extend( Animation, { + + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( jQuery.isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnotwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length ; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + jQuery.isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing + }; + + opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration : + opt.duration in jQuery.fx.speeds ? + jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; + + // normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( jQuery.isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // show any hidden elements after setting opacity to 0 + return this.filter( isHidden ).css( "opacity", 0 ).show() + + // animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || jQuery._data( this, "finish" ) ) { + anim.stop( true ); + } + }; + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue && type !== false ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = jQuery._data( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // start the next in the queue if the last step wasn't forced + // timers currently will call their complete callbacks, which will dequeue + // but only if they were gotoEnd + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = jQuery._data( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // enable finishing flag on private data + data.finish = true; + + // empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + timers = jQuery.timers, + i = 0; + + fxNow = jQuery.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Checks the timer has not already been removed + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + if ( timer() ) { + jQuery.fx.start(); + } else { + jQuery.timers.pop(); + } +}; + +jQuery.fx.interval = 13; + +jQuery.fx.start = function() { + if ( !timerId ) { + timerId = window.setInterval( jQuery.fx.tick, jQuery.fx.interval ); + } +}; + +jQuery.fx.stop = function() { + window.clearInterval( timerId ); + timerId = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +// http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var a, + input = document.createElement( "input" ), + div = document.createElement( "div" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + // Setup + div = document.createElement( "div" ); + div.setAttribute( "className", "t" ); + div.innerHTML = " <link/><table></table><a href='/a'>a</a><input type='checkbox'/>"; + a = div.getElementsByTagName( "a" )[ 0 ]; + + // Support: Windows Web Apps (WWA) + // `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "checkbox" ); + div.appendChild( input ); + + a = div.getElementsByTagName( "a" )[ 0 ]; + + // First batch of tests. + a.style.cssText = "top:1px"; + + // Test setAttribute on camelCase class. + // If it works, we need attrFixes when doing get/setAttribute (ie6/7) + support.getSetAttribute = div.className !== "t"; + + // Get the style information from getAttribute + // (IE uses .cssText instead) + support.style = /top/.test( a.getAttribute( "style" ) ); + + // Make sure that URLs aren't manipulated + // (IE normalizes it by default) + support.hrefNormalized = a.getAttribute( "href" ) === "/a"; + + // Check the default checkbox/radio value ("" on WebKit; "on" elsewhere) + support.checkOn = !!input.value; + + // Make sure that a selected-by-default option has a working selected property. + // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) + support.optSelected = opt.selected; + + // Tests for enctype support on a form (#6743) + support.enctype = !!document.createElement( "form" ).enctype; + + // Make sure that the options inside disabled selects aren't marked as disabled + // (WebKit marks them as disabled) + select.disabled = true; + support.optDisabled = !opt.disabled; + + // Support: IE8 only + // Check if we can trust getAttribute("value") + input = document.createElement( "input" ); + input.setAttribute( "value", "" ); + support.input = input.getAttribute( "value" ) === ""; + + // Check if an input maintains its value after becoming a radio + input.value = "t"; + input.setAttribute( "type", "radio" ); + support.radioValue = input.value === "t"; +} )(); + + +var rreturn = /\r/g, + rspaces = /[\x20\t\r\n\f]+/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, isFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( + hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + return typeof ret === "string" ? + + // handle most common string cases + ret.replace( rreturn, "" ) : + + // handle cases where value is null/undef or number + ret == null ? "" : ret; + } + + return; + } + + isFunction = jQuery.isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + } else if ( typeof val === "number" ) { + val += ""; + } else if ( jQuery.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE10-11+ + // option.text throws exceptions (#14686, #14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + jQuery.trim( jQuery.text( elem ) ).replace( rspaces, " " ); + } + }, + select: { + get: function( elem ) { + var value, option, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one" || index < 0, + values = one ? null : [], + max = one ? index + 1 : options.length, + i = index < 0 ? + max : + one ? index : 0; + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // oldIE doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + ( support.optDisabled ? + !option.disabled : + option.getAttribute( "disabled" ) === null ) && + ( !option.parentNode.disabled || + !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + + if ( jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 ) { + + // Support: IE6 + // When new option element is added to select box we need to + // force reflow of newly added node in order to workaround delay + // of initialization properties + try { + option.selected = optionSet = true; + + } catch ( _ ) { + + // Will be executed only in IE6 + option.scrollHeight; + } + + } else { + option.selected = false; + } + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + + return options; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( jQuery.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +var nodeHook, boolHook, + attrHandle = jQuery.expr.attrHandle, + ruseDefault = /^(?:checked|selected)$/i, + getSetAttribute = support.getSetAttribute, + getSetInput = support.input; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // All attributes are lowercase + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + name = name.toLowerCase(); + hooks = jQuery.attrHooks[ name ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + jQuery.nodeName( elem, "input" ) ) { + + // Setting the type on a radio button after the value resets the value in IE8-9 + // Reset value to default in case type is set after value during creation + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, propName, + i = 0, + attrNames = value && value.match( rnotwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + propName = jQuery.propFix[ name ] || name; + + // Boolean attributes get special treatment (#10870) + if ( jQuery.expr.match.bool.test( name ) ) { + + // Set corresponding property to false + if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + elem[ propName ] = false; + + // Support: IE<9 + // Also clear defaultChecked/defaultSelected (if appropriate) + } else { + elem[ jQuery.camelCase( "default-" + name ) ] = + elem[ propName ] = false; + } + + // See #9699 for explanation of this approach (setting first, then removal) + } else { + jQuery.attr( elem, name, "" ); + } + + elem.removeAttribute( getSetAttribute ? name : propName ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + + // IE<8 needs the *property* name + elem.setAttribute( !getSetAttribute && jQuery.propFix[ name ] || name, name ); + + } else { + + // Support: IE<9 + // Use defaultChecked and defaultSelected for oldIE + elem[ jQuery.camelCase( "default-" + name ) ] = elem[ name ] = true; + } + return name; + } +}; + +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle; + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ name ]; + attrHandle[ name ] = ret; + ret = getter( elem, name, isXML ) != null ? + name.toLowerCase() : + null; + attrHandle[ name ] = handle; + } + return ret; + }; + } else { + attrHandle[ name ] = function( elem, name, isXML ) { + if ( !isXML ) { + return elem[ jQuery.camelCase( "default-" + name ) ] ? + name.toLowerCase() : + null; + } + }; + } +} ); + +// fix oldIE attroperties +if ( !getSetInput || !getSetAttribute ) { + jQuery.attrHooks.value = { + set: function( elem, value, name ) { + if ( jQuery.nodeName( elem, "input" ) ) { + + // Does not return so that setAttribute is also used + elem.defaultValue = value; + } else { + + // Use nodeHook if defined (#1954); otherwise setAttribute is fine + return nodeHook && nodeHook.set( elem, value, name ); + } + } + }; +} + +// IE6/7 do not support getting/setting some attributes with get/setAttribute +if ( !getSetAttribute ) { + + // Use this for any attribute in IE6/7 + // This fixes almost every IE6/7 issue + nodeHook = { + set: function( elem, value, name ) { + + // Set the existing or create a new attribute node + var ret = elem.getAttributeNode( name ); + if ( !ret ) { + elem.setAttributeNode( + ( ret = elem.ownerDocument.createAttribute( name ) ) + ); + } + + ret.value = value += ""; + + // Break association with cloned elements by also using setAttribute (#9646) + if ( name === "value" || value === elem.getAttribute( name ) ) { + return value; + } + } + }; + + // Some attributes are constructed with empty-string values when not defined + attrHandle.id = attrHandle.name = attrHandle.coords = + function( elem, name, isXML ) { + var ret; + if ( !isXML ) { + return ( ret = elem.getAttributeNode( name ) ) && ret.value !== "" ? + ret.value : + null; + } + }; + + // Fixing value retrieval on a button requires this module + jQuery.valHooks.button = { + get: function( elem, name ) { + var ret = elem.getAttributeNode( name ); + if ( ret && ret.specified ) { + return ret.value; + } + }, + set: nodeHook.set + }; + + // Set contenteditable to false on removals(#10429) + // Setting to empty string throws an error as an invalid value + jQuery.attrHooks.contenteditable = { + set: function( elem, value, name ) { + nodeHook.set( elem, value === "" ? false : value, name ); + } + }; + + // Set width and height to auto instead of 0 on empty string( Bug #8150 ) + // This is for removals + jQuery.each( [ "width", "height" ], function( i, name ) { + jQuery.attrHooks[ name ] = { + set: function( elem, value ) { + if ( value === "" ) { + elem.setAttribute( name, "auto" ); + return value; + } + } + }; + } ); +} + +if ( !support.style ) { + jQuery.attrHooks.style = { + get: function( elem ) { + + // Return undefined in the case of empty string + // Note: IE uppercases css property names, but if we were to .toLowerCase() + // .cssText, that would destroy case sensitivity in URL's, like in "background" + return elem.style.cssText || undefined; + }, + set: function( elem, value ) { + return ( elem.style.cssText = value + "" ); + } + }; +} + + + + +var rfocusable = /^(?:input|select|textarea|button|object)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + name = jQuery.propFix[ name ] || name; + return this.each( function() { + + // try/catch handles cases where IE balks (such as removing a property on window) + try { + this[ name ] = undefined; + delete this[ name ]; + } catch ( e ) {} + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + return tabindex ? + parseInt( tabindex, 10 ) : + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && elem.href ? + 0 : + -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Some attributes require a special call on IE +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !support.hrefNormalized ) { + + // href/src property should get the full normalized URL (#10299/#12915) + jQuery.each( [ "href", "src" ], function( i, name ) { + jQuery.propHooks[ name ] = { + get: function( elem ) { + return elem.getAttribute( name, 4 ); + } + }; + } ); +} + +// Support: Safari, IE9+ +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + var parent = elem.parentNode; + + if ( parent ) { + parent.selectedIndex; + + // Make sure that it also works with optgroups, see #5701 + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + return null; + }, + set: function( elem ) { + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + +// IE6/7 call enctype encoding +if ( !support.enctype ) { + jQuery.propFix.enctype = "encoding"; +} + + + + +var rclass = /[\t\r\n\f]/g; + +function getClass( elem ) { + return jQuery.attr( elem, "class" ) || ""; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnotwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + cur = elem.nodeType === 1 && + ( " " + curValue + " " ).replace( rclass, " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + + // only assign if different to avoid unneeded rendering. + finalValue = jQuery.trim( cur ); + if ( curValue !== finalValue ) { + jQuery.attr( elem, "class", finalValue ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnotwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && + ( " " + curValue + " " ).replace( rclass, " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) > -1 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = jQuery.trim( cur ); + if ( curValue !== finalValue ) { + jQuery.attr( elem, "class", finalValue ); + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value; + + if ( typeof stateVal === "boolean" && type === "string" ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( jQuery.isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + return this.each( function() { + var className, i, self, classNames; + + if ( type === "string" ) { + + // Toggle individual class names + i = 0; + self = jQuery( this ); + classNames = value.match( rnotwhite ) || []; + + while ( ( className = classNames[ i++ ] ) ) { + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // store className if set + jQuery._data( this, "__className__", className ); + } + + // If the element has a class name or if we're passed "false", + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + jQuery.attr( this, "class", + className || value === false ? + "" : + jQuery._data( this, "__className__" ) || "" + ); + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + getClass( elem ) + " " ).replace( rclass, " " ) + .indexOf( className ) > -1 + ) { + return true; + } + } + + return false; + } +} ); + + + + +// Return jQuery for attributes-only inclusion + + +jQuery.each( ( "blur focus focusin focusout load resize scroll unload click dblclick " + + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup error contextmenu" ).split( " " ), + function( i, name ) { + + // Handle event binding + jQuery.fn[ name ] = function( data, fn ) { + return arguments.length > 0 ? + this.on( name, null, data, fn ) : + this.trigger( name ); + }; +} ); + +jQuery.fn.extend( { + hover: function( fnOver, fnOut ) { + return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); + } +} ); + + +var location = window.location; + +var nonce = jQuery.now(); + +var rquery = ( /\?/ ); + + + +var rvalidtokens = /(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g; + +jQuery.parseJSON = function( data ) { + + // Attempt to parse using the native JSON parser first + if ( window.JSON && window.JSON.parse ) { + + // Support: Android 2.3 + // Workaround failure to string-cast null input + return window.JSON.parse( data + "" ); + } + + var requireNonComma, + depth = null, + str = jQuery.trim( data + "" ); + + // Guard against invalid (and possibly dangerous) input by ensuring that nothing remains + // after removing valid tokens + return str && !jQuery.trim( str.replace( rvalidtokens, function( token, comma, open, close ) { + + // Force termination if we see a misplaced comma + if ( requireNonComma && comma ) { + depth = 0; + } + + // Perform no more replacements after returning to outermost depth + if ( depth === 0 ) { + return token; + } + + // Commas must not follow "[", "{", or "," + requireNonComma = open || comma; + + // Determine new depth + // array/object open ("[" or "{"): depth += true - false (increment) + // array/object close ("]" or "}"): depth += false - true (decrement) + // other cases ("," or primitive): depth += true - true (numeric cast) + depth += !close - !open; + + // Remove this token + return ""; + } ) ) ? + ( Function( "return " + str ) )() : + jQuery.error( "Invalid JSON: " + data ); +}; + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml, tmp; + if ( !data || typeof data !== "string" ) { + return null; + } + try { + if ( window.DOMParser ) { // Standard + tmp = new window.DOMParser(); + xml = tmp.parseFromString( data, "text/xml" ); + } else { // IE + xml = new window.ActiveXObject( "Microsoft.XMLDOM" ); + xml.async = "false"; + xml.loadXML( data ); + } + } catch ( e ) { + xml = undefined; + } + if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; +}; + + +var + rhash = /#.*$/, + rts = /([?&])_=[^&]*/, + + // IE leaves an \r character at EOL + rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, + + // #7653, #8125, #8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + rurl = /^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Document location + ajaxLocation = location.href, + + // Segment location into parts + ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || []; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || []; + + if ( jQuery.isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType.charAt( 0 ) === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes #9887 +function ajaxExtend( target, src ) { + var deep, key, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + var firstDataType, ct, finalDataType, type, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s[ "throws" ] ) { // jscs:ignore requireDotNotation + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: ajaxLocation, + type: "GET", + isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": jQuery.parseJSON, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var + + // Cross-domain detection vars + parts, + + // Loop variable + i, + + // URL without anti-cache param + cacheURL, + + // Response headers as string + responseHeadersString, + + // timeout handle + timeoutTimer, + + // To know if global events are to be dispatched + fireGlobals, + + transport, + + // Response headers + responseHeaders, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // The jqXHR state + state = 0, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( state === 2 ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ]; + } + } + match = responseHeaders[ key.toLowerCase() ]; + } + return match == null ? null : match; + }, + + // Raw string + getAllResponseHeaders: function() { + return state === 2 ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + var lname = name.toLowerCase(); + if ( !state ) { + name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( !state ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( state < 2 ) { + for ( code in map ) { + + // Lazy-add the new callback in a way that preserves old ones + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } else { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ).complete = completeDeferred.add; + jqXHR.success = jqXHR.done; + jqXHR.error = jqXHR.fail; + + // Remove hash character (#7531: and string promotion) + // Add protocol if not provided (#5866: IE7 issue with protocol-less urls) + // Handle falsy url in the settings object (#10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || ajaxLocation ) + "" ) + .replace( rhash, "" ) + .replace( rprotocol, ajaxLocParts[ 1 ] + "//" ); + + // Alias method option to type as per ticket #12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().match( rnotwhite ) || [ "" ]; + + // A cross-domain request is in order when we have a protocol:host:port mismatch + if ( s.crossDomain == null ) { + parts = rurl.exec( s.url.toLowerCase() ); + s.crossDomain = !!( parts && + ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] || + ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? "80" : "443" ) ) !== + ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? "80" : "443" ) ) ) + ); + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( state === 2 ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + cacheURL = s.url; + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // If data is available, append data to url + if ( s.data ) { + cacheURL = ( s.url += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data ); + + // #9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add anti-cache in url if needed + if ( s.cache === false ) { + s.url = rts.test( cacheURL ) ? + + // If there is already a '_' parameter, set its value + cacheURL.replace( rts, "$1_=" + nonce++ ) : + + // Otherwise add one to the end + cacheURL + ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + nonce++; + } + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + for ( i in { success: 1, error: 1, complete: 1 } ) { + jqXHR[ i ]( s[ i ] ); + } + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( state === 2 ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + state = 1; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Propagate exception as error if not done + if ( state < 2 ) { + done( -1, e ); + + // Simply rethrow otherwise + } else { + throw e; + } + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Called once + if ( state === 2 ) { + return; + } + + // State is "done" now + state = 2; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // We extract error from statusText + // then normalize statusText and status for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // shift arguments if data argument was omitted + if ( jQuery.isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + + +jQuery._evalUrl = function( url ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (#11264) + type: "GET", + dataType: "script", + cache: true, + async: false, + global: false, + "throws": true + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapAll( html.call( this, i ) ); + } ); + } + + if ( this[ 0 ] ) { + + // The elements to wrap the target around + var wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstChild && elem.firstChild.nodeType === 1 ) { + elem = elem.firstChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var isFunction = jQuery.isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function() { + return this.parent().each( function() { + if ( !jQuery.nodeName( this, "body" ) ) { + jQuery( this ).replaceWith( this.childNodes ); + } + } ).end(); + } +} ); + + +function getDisplay( elem ) { + return elem.style && elem.style.display || jQuery.css( elem, "display" ); +} + +function filterHidden( elem ) { + + // Disconnected elements are considered hidden + if ( !jQuery.contains( elem.ownerDocument || document, elem ) ) { + return true; + } + while ( elem && elem.nodeType === 1 ) { + if ( getDisplay( elem ) === "none" || elem.type === "hidden" ) { + return true; + } + elem = elem.parentNode; + } + return false; +} + +jQuery.expr.filters.hidden = function( elem ) { + + // Support: Opera <= 12.12 + // Opera reports offsetWidths and offsetHeights less than zero on some elements + return support.reliableHiddenOffsets() ? + ( elem.offsetWidth <= 0 && elem.offsetHeight <= 0 && + !elem.getClientRects().length ) : + filterHidden( elem ); +}; + +jQuery.expr.filters.visible = function( elem ) { + return !jQuery.expr.filters.hidden( elem ); +}; + + + + +var r20 = /%20/g, + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( jQuery.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && jQuery.type( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, value ) { + + // If value is a function, invoke it and return its value + value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value ); + s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value ); + }; + + // Set traditional to true for jQuery <= 1.3.2 behavior. + if ( traditional === undefined ) { + traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional; + } + + // If an array was passed in, assume that it is an array of form elements. + if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ).replace( r20, "+" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ) + .filter( function() { + var type = this.type; + + // Use .is(":disabled") so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ) + .map( function( i, elem ) { + var val = jQuery( this ).val(); + + return val == null ? + null : + jQuery.isArray( val ) ? + jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ) : + { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +// Create the request object +// (This is still attached to ajaxSettings for backward compatibility) +jQuery.ajaxSettings.xhr = window.ActiveXObject !== undefined ? + + // Support: IE6-IE8 + function() { + + // XHR cannot access local files, always use ActiveX for that case + if ( this.isLocal ) { + return createActiveXHR(); + } + + // Support: IE 9-11 + // IE seems to error on cross-domain PATCH requests when ActiveX XHR + // is used. In IE 9+ always use the native XHR. + // Note: this condition won't catch Edge as it doesn't define + // document.documentMode but it also doesn't support ActiveX so it won't + // reach this code. + if ( document.documentMode > 8 ) { + return createStandardXHR(); + } + + // Support: IE<9 + // oldIE XHR does not support non-RFC2616 methods (#13240) + // See http://msdn.microsoft.com/en-us/library/ie/ms536648(v=vs.85).aspx + // and http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9 + // Although this check for six methods instead of eight + // since IE also does not support "trace" and "connect" + return /^(get|post|head|put|delete|options)$/i.test( this.type ) && + createStandardXHR() || createActiveXHR(); + } : + + // For all other browsers, use the standard XMLHttpRequest object + createStandardXHR; + +var xhrId = 0, + xhrCallbacks = {}, + xhrSupported = jQuery.ajaxSettings.xhr(); + +// Support: IE<10 +// Open requests must be manually aborted on unload (#5280) +// See https://support.microsoft.com/kb/2856746 for more info +if ( window.attachEvent ) { + window.attachEvent( "onunload", function() { + for ( var key in xhrCallbacks ) { + xhrCallbacks[ key ]( undefined, true ); + } + } ); +} + +// Determine support properties +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +xhrSupported = support.ajax = !!xhrSupported; + +// Create transport if the browser can provide an xhr +if ( xhrSupported ) { + + jQuery.ajaxTransport( function( options ) { + + // Cross domain only allowed if supported through XMLHttpRequest + if ( !options.crossDomain || support.cors ) { + + var callback; + + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(), + id = ++xhrId; + + // Open the socket + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + + // Support: IE<9 + // IE's ActiveXObject throws a 'Type Mismatch' exception when setting + // request header to a null-value. + // + // To keep consistent with other XHR implementations, cast the value + // to string and ignore `undefined`. + if ( headers[ i ] !== undefined ) { + xhr.setRequestHeader( i, headers[ i ] + "" ); + } + } + + // Do send the request + // This may raise an exception which is actually + // handled in jQuery.ajax (so no try/catch here) + xhr.send( ( options.hasContent && options.data ) || null ); + + // Listener + callback = function( _, isAbort ) { + var status, statusText, responses; + + // Was never called and is aborted or complete + if ( callback && ( isAbort || xhr.readyState === 4 ) ) { + + // Clean up + delete xhrCallbacks[ id ]; + callback = undefined; + xhr.onreadystatechange = jQuery.noop; + + // Abort manually if needed + if ( isAbort ) { + if ( xhr.readyState !== 4 ) { + xhr.abort(); + } + } else { + responses = {}; + status = xhr.status; + + // Support: IE<10 + // Accessing binary-data responseText throws an exception + // (#11426) + if ( typeof xhr.responseText === "string" ) { + responses.text = xhr.responseText; + } + + // Firefox throws an exception when accessing + // statusText for faulty cross-domain requests + try { + statusText = xhr.statusText; + } catch ( e ) { + + // We normalize with Webkit giving an empty statusText + statusText = ""; + } + + // Filter status for non standard behaviors + + // If the request is local and we have data: assume a success + // (success with no data won't get notified, that's the best we + // can do given current implementations) + if ( !status && options.isLocal && !options.crossDomain ) { + status = responses.text ? 200 : 404; + + // IE - #1450: sometimes returns 1223 when it should be 204 + } else if ( status === 1223 ) { + status = 204; + } + } + } + + // Call complete if needed + if ( responses ) { + complete( status, statusText, responses, xhr.getAllResponseHeaders() ); + } + }; + + // Do send the request + // `xhr.send` may raise an exception, but it will be + // handled in jQuery.ajax (so no try/catch here) + if ( !options.async ) { + + // If we're in sync mode we fire the callback + callback(); + } else if ( xhr.readyState === 4 ) { + + // (IE6 & IE7) if it's in cache and has been + // retrieved directly we need to fire the callback + window.setTimeout( callback ); + } else { + + // Register the callback, but delay it in case `xhr.send` throws + // Add to the list of active xhr callbacks + xhr.onreadystatechange = xhrCallbacks[ id ] = callback; + } + }, + + abort: function() { + if ( callback ) { + callback( undefined, true ); + } + } + }; + } + } ); +} + +// Functions to create xhrs +function createStandardXHR() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +} + +function createActiveXHR() { + try { + return new window.ActiveXObject( "Microsoft.XMLHTTP" ); + } catch ( e ) {} +} + + + + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and global +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + s.global = false; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain requests + if ( s.crossDomain ) { + + var script, + head = document.head || jQuery( "head" )[ 0 ] || document.documentElement; + + return { + + send: function( _, callback ) { + + script = document.createElement( "script" ); + + script.async = true; + + if ( s.scriptCharset ) { + script.charset = s.scriptCharset; + } + + script.src = s.url; + + // Attach handlers for all browsers + script.onload = script.onreadystatechange = function( _, isAbort ) { + + if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) { + + // Handle memory leak in IE + script.onload = script.onreadystatechange = null; + + // Remove the script + if ( script.parentNode ) { + script.parentNode.removeChild( script ); + } + + // Dereference the script + script = null; + + // Callback if not abort + if ( !isAbort ) { + callback( 200, "success" ); + } + } + }; + + // Circumvent IE6 bugs with base elements (#2709 and #4378) by prepending + // Use native DOM manipulation to avoid our domManip AJAX trickery + head.insertBefore( script, head.firstChild ); + }, + + abort: function() { + if ( script ) { + script.onload( undefined, true ); + } + } + }; + } +} ); + + + + +var oldCallbacks = [], + rjsonp = /(=)\?(?=&|$)|\?\?/; + +// Default jsonp settings +jQuery.ajaxSetup( { + jsonp: "callback", + jsonpCallback: function() { + var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) ); + this[ callback ] = true; + return callback; + } +} ); + +// Detect, normalize options and install callbacks for jsonp requests +jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { + + var callbackName, overwritten, responseContainer, + jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? + "url" : + typeof s.data === "string" && + ( s.contentType || "" ) + .indexOf( "application/x-www-form-urlencoded" ) === 0 && + rjsonp.test( s.data ) && "data" + ); + + // Handle iff the expected data type is "jsonp" or we have a parameter to set + if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { + + // Get callback name, remembering preexisting value associated with it + callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ? + s.jsonpCallback() : + s.jsonpCallback; + + // Insert callback into url or form data + if ( jsonProp ) { + s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); + } else if ( s.jsonp !== false ) { + s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; + } + + // Use data converter to retrieve json after script execution + s.converters[ "script json" ] = function() { + if ( !responseContainer ) { + jQuery.error( callbackName + " was not called" ); + } + return responseContainer[ 0 ]; + }; + + // force json dataType + s.dataTypes[ 0 ] = "json"; + + // Install callback + overwritten = window[ callbackName ]; + window[ callbackName ] = function() { + responseContainer = arguments; + }; + + // Clean-up function (fires after converters) + jqXHR.always( function() { + + // If previous value didn't exist - remove it + if ( overwritten === undefined ) { + jQuery( window ).removeProp( callbackName ); + + // Otherwise restore preexisting value + } else { + window[ callbackName ] = overwritten; + } + + // Save back as free + if ( s[ callbackName ] ) { + + // make sure that re-using the options doesn't screw things around + s.jsonpCallback = originalSettings.jsonpCallback; + + // save the callback name for future use + oldCallbacks.push( callbackName ); + } + + // Call if it was a function and we have a response + if ( responseContainer && jQuery.isFunction( overwritten ) ) { + overwritten( responseContainer[ 0 ] ); + } + + responseContainer = overwritten = undefined; + } ); + + // Delegate to script + return "script"; + } +} ); + + + + +// data: string of html +// context (optional): If specified, the fragment will be created in this context, +// defaults to document +// keepScripts (optional): If true, will include scripts passed in the html string +jQuery.parseHTML = function( data, context, keepScripts ) { + if ( !data || typeof data !== "string" ) { + return null; + } + if ( typeof context === "boolean" ) { + keepScripts = context; + context = false; + } + context = context || document; + + var parsed = rsingleTag.exec( data ), + scripts = !keepScripts && []; + + // Single tag + if ( parsed ) { + return [ context.createElement( parsed[ 1 ] ) ]; + } + + parsed = buildFragment( [ data ], context, scripts ); + + if ( scripts && scripts.length ) { + jQuery( scripts ).remove(); + } + + return jQuery.merge( [], parsed.childNodes ); +}; + + +// Keep a copy of the old load method +var _load = jQuery.fn.load; + +/** + * Load a url into a page + */ +jQuery.fn.load = function( url, params, callback ) { + if ( typeof url !== "string" && _load ) { + return _load.apply( this, arguments ); + } + + var selector, type, response, + self = this, + off = url.indexOf( " " ); + + if ( off > -1 ) { + selector = jQuery.trim( url.slice( off, url.length ) ); + url = url.slice( 0, off ); + } + + // If it's a function + if ( jQuery.isFunction( params ) ) { + + // We assume that it's the callback + callback = params; + params = undefined; + + // Otherwise, build a param string + } else if ( params && typeof params === "object" ) { + type = "POST"; + } + + // If we have elements to modify, make the request + if ( self.length > 0 ) { + jQuery.ajax( { + url: url, + + // If "type" variable is undefined, then "GET" method will be used. + // Make value of this field explicit since + // user can override it through ajaxSetup method + type: type || "GET", + dataType: "html", + data: params + } ).done( function( responseText ) { + + // Save response for use in complete callback + response = arguments; + + self.html( selector ? + + // If a selector was specified, locate the right elements in a dummy div + // Exclude scripts to avoid IE 'Permission Denied' errors + jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) : + + // Otherwise use the full result + responseText ); + + // If the request succeeds, this function gets "data", "status", "jqXHR" + // but they are ignored because response was set above. + // If it fails, this function gets "jqXHR", "status", "error" + } ).always( callback && function( jqXHR, status ) { + self.each( function() { + callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] ); + } ); + } ); + } + + return this; +}; + + + + +// Attach a bunch of functions for handling common AJAX events +jQuery.each( [ + "ajaxStart", + "ajaxStop", + "ajaxComplete", + "ajaxError", + "ajaxSuccess", + "ajaxSend" +], function( i, type ) { + jQuery.fn[ type ] = function( fn ) { + return this.on( type, fn ); + }; +} ); + + + + +jQuery.expr.filters.animated = function( elem ) { + return jQuery.grep( jQuery.timers, function( fn ) { + return elem === fn.elem; + } ).length; +}; + + + + + +/** + * Gets a window from an element + */ +function getWindow( elem ) { + return jQuery.isWindow( elem ) ? + elem : + elem.nodeType === 9 ? + elem.defaultView || elem.parentWindow : + false; +} + +jQuery.offset = { + setOffset: function( elem, options, i ) { + var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, + position = jQuery.css( elem, "position" ), + curElem = jQuery( elem ), + props = {}; + + // set position first, in-case top/left are set even on static elem + if ( position === "static" ) { + elem.style.position = "relative"; + } + + curOffset = curElem.offset(); + curCSSTop = jQuery.css( elem, "top" ); + curCSSLeft = jQuery.css( elem, "left" ); + calculatePosition = ( position === "absolute" || position === "fixed" ) && + jQuery.inArray( "auto", [ curCSSTop, curCSSLeft ] ) > -1; + + // need to be able to calculate position if either top or left + // is auto and position is either absolute or fixed + if ( calculatePosition ) { + curPosition = curElem.position(); + curTop = curPosition.top; + curLeft = curPosition.left; + } else { + curTop = parseFloat( curCSSTop ) || 0; + curLeft = parseFloat( curCSSLeft ) || 0; + } + + if ( jQuery.isFunction( options ) ) { + + // Use jQuery.extend here to allow modification of coordinates argument (gh-1848) + options = options.call( elem, i, jQuery.extend( {}, curOffset ) ); + } + + if ( options.top != null ) { + props.top = ( options.top - curOffset.top ) + curTop; + } + if ( options.left != null ) { + props.left = ( options.left - curOffset.left ) + curLeft; + } + + if ( "using" in options ) { + options.using.call( elem, props ); + } else { + curElem.css( props ); + } + } +}; + +jQuery.fn.extend( { + offset: function( options ) { + if ( arguments.length ) { + return options === undefined ? + this : + this.each( function( i ) { + jQuery.offset.setOffset( this, options, i ); + } ); + } + + var docElem, win, + box = { top: 0, left: 0 }, + elem = this[ 0 ], + doc = elem && elem.ownerDocument; + + if ( !doc ) { + return; + } + + docElem = doc.documentElement; + + // Make sure it's not a disconnected DOM node + if ( !jQuery.contains( docElem, elem ) ) { + return box; + } + + // If we don't have gBCR, just use 0,0 rather than error + // BlackBerry 5, iOS 3 (original iPhone) + if ( typeof elem.getBoundingClientRect !== "undefined" ) { + box = elem.getBoundingClientRect(); + } + win = getWindow( doc ); + return { + top: box.top + ( win.pageYOffset || docElem.scrollTop ) - ( docElem.clientTop || 0 ), + left: box.left + ( win.pageXOffset || docElem.scrollLeft ) - ( docElem.clientLeft || 0 ) + }; + }, + + position: function() { + if ( !this[ 0 ] ) { + return; + } + + var offsetParent, offset, + parentOffset = { top: 0, left: 0 }, + elem = this[ 0 ]; + + // Fixed elements are offset from window (parentOffset = {top:0, left: 0}, + // because it is its only offset parent + if ( jQuery.css( elem, "position" ) === "fixed" ) { + + // we assume that getBoundingClientRect is available when computed position is fixed + offset = elem.getBoundingClientRect(); + } else { + + // Get *real* offsetParent + offsetParent = this.offsetParent(); + + // Get correct offsets + offset = this.offset(); + if ( !jQuery.nodeName( offsetParent[ 0 ], "html" ) ) { + parentOffset = offsetParent.offset(); + } + + // Add offsetParent borders + parentOffset.top += jQuery.css( offsetParent[ 0 ], "borderTopWidth", true ); + parentOffset.left += jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true ); + } + + // Subtract parent offsets and element margins + // note: when an element has margin: auto the offsetLeft and marginLeft + // are the same in Safari causing offset.left to incorrectly be 0 + return { + top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), + left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) + }; + }, + + offsetParent: function() { + return this.map( function() { + var offsetParent = this.offsetParent; + + while ( offsetParent && ( !jQuery.nodeName( offsetParent, "html" ) && + jQuery.css( offsetParent, "position" ) === "static" ) ) { + offsetParent = offsetParent.offsetParent; + } + return offsetParent || documentElement; + } ); + } +} ); + +// Create scrollLeft and scrollTop methods +jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { + var top = /Y/.test( prop ); + + jQuery.fn[ method ] = function( val ) { + return access( this, function( elem, method, val ) { + var win = getWindow( elem ); + + if ( val === undefined ) { + return win ? ( prop in win ) ? win[ prop ] : + win.document.documentElement[ method ] : + elem[ method ]; + } + + if ( win ) { + win.scrollTo( + !top ? val : jQuery( win ).scrollLeft(), + top ? val : jQuery( win ).scrollTop() + ); + + } else { + elem[ method ] = val; + } + }, method, val, arguments.length, null ); + }; +} ); + +// Support: Safari<7-8+, Chrome<37-44+ +// Add the top/left cssHooks using jQuery.fn.position +// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 +// getComputedStyle returns percent when specified for top/left/bottom/right +// rather than make the css module depend on the offset module, we just check for it here +jQuery.each( [ "top", "left" ], function( i, prop ) { + jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, + function( elem, computed ) { + if ( computed ) { + computed = curCSS( elem, prop ); + + // if curCSS returns percentage, fallback to offset + return rnumnonpx.test( computed ) ? + jQuery( elem ).position()[ prop ] + "px" : + computed; + } + } + ); +} ); + + +// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods +jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { + jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, + function( defaultExtra, funcName ) { + + // margin is only for outerHeight, outerWidth + jQuery.fn[ funcName ] = function( margin, value ) { + var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), + extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); + + return access( this, function( elem, type, value ) { + var doc; + + if ( jQuery.isWindow( elem ) ) { + + // As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there + // isn't a whole lot we can do. See pull request at this URL for discussion: + // https://github.com/jquery/jquery/pull/764 + return elem.document.documentElement[ "client" + name ]; + } + + // Get document width or height + if ( elem.nodeType === 9 ) { + doc = elem.documentElement; + + // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], + // whichever is greatest + // unfortunately, this causes bug #3838 in IE6/8 only, + // but there is currently no good, small way to fix it. + return Math.max( + elem.body[ "scroll" + name ], doc[ "scroll" + name ], + elem.body[ "offset" + name ], doc[ "offset" + name ], + doc[ "client" + name ] + ); + } + + return value === undefined ? + + // Get width or height on the element, requesting but not forcing parseFloat + jQuery.css( elem, type, extra ) : + + // Set width or height on the element + jQuery.style( elem, type, value, extra ); + }, type, chainable ? margin : undefined, chainable, null ); + }; + } ); +} ); + + +jQuery.fn.extend( { + + bind: function( types, data, fn ) { + return this.on( types, null, data, fn ); + }, + unbind: function( types, fn ) { + return this.off( types, null, fn ); + }, + + delegate: function( selector, types, data, fn ) { + return this.on( types, selector, data, fn ); + }, + undelegate: function( selector, types, fn ) { + + // ( namespace ) or ( selector, types [, fn] ) + return arguments.length === 1 ? + this.off( selector, "**" ) : + this.off( types, selector || "**", fn ); + } +} ); + +// The number of elements contained in the matched element set +jQuery.fn.size = function() { + return this.length; +}; + +jQuery.fn.andSelf = jQuery.fn.addBack; + + + + +// Register as a named AMD module, since jQuery can be concatenated with other +// files that may use define, but not via a proper concatenation script that +// understands anonymous AMD modules. A named AMD is safest and most robust +// way to register. Lowercase jquery is used because AMD module names are +// derived from file names, and jQuery is normally delivered in a lowercase +// file name. Do this after creating the global so that if an AMD module wants +// to call noConflict to hide this version of jQuery, it will work. + +// Note that for maximum portability, libraries that are not jQuery should +// declare themselves as anonymous modules, and avoid setting a global if an +// AMD loader is present. jQuery is a special case. For more information, see +// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon + +if ( typeof define === "function" && define.amd ) { + define( "jquery", [], function() { + return jQuery; + } ); +} + + + +var + + // Map over jQuery in case of overwrite + _jQuery = window.jQuery, + + // Map over the $ in case of overwrite + _$ = window.$; + +jQuery.noConflict = function( deep ) { + if ( window.$ === jQuery ) { + window.$ = _$; + } + + if ( deep && window.jQuery === jQuery ) { + window.jQuery = _jQuery; + } + + return jQuery; +}; + +// Expose jQuery and $ identifiers, even in +// AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557) +// and CommonJS for browser emulators (#13566) +if ( !noGlobal ) { + window.jQuery = window.$ = jQuery; +} + +return jQuery; +})); diff --git a/docusaurus/static/videos/zoom.mp4 b/docusaurus/static/videos/zoom.mp4 Binary files differnew file mode 100644 index 0000000..1ec1ada --- /dev/null +++ b/docusaurus/static/videos/zoom.mp4 |