elaniin-eds-mcp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,138 @@
1
+ # EDS-MCP — Elaniin Design System MCP
2
+
3
+ Servidor MCP que expone el **Elaniin Design System** a Claude Desktop: catálogo de componentes, código de cada componente, design tokens y assets.
4
+
5
+ ## Herramientas
6
+
7
+ | Tool | Descripción |
8
+ |------|-------------|
9
+ | `catalogo` | Lista todos los componentes disponibles. |
10
+ | `componente` | Devuelve el código HTML/CSS de un componente. |
11
+ | `tokens` | Devuelve los design tokens (colores, tipografía, etc.). |
12
+ | `assets` | Lista/entrega los assets del sistema. |
13
+
14
+ > ⚠️ **Este es un MCP local (stdio), no un conector remoto.**
15
+ > NO se instala pegando el nombre + link en Claude ("Agregar conector").
16
+ > Si lo intentas verás un error de OAuth (`No se pudo registrar con el servicio de inicio de sesión... ofid_...`).
17
+ > Corre en la máquina del usuario vía `npx` o clonando el repo (ver abajo).
18
+
19
+ ## Requisitos
20
+
21
+ - [Node.js](https://nodejs.org) 18+
22
+ - [Claude Desktop](https://claude.ai/download)
23
+
24
+ ## Instalación rápida (npx) ⭐
25
+
26
+ Sin clonar nada. Agrega esto a tu `claude_desktop_config.json`:
27
+
28
+ ```json
29
+ {
30
+ "mcpServers": {
31
+ "EDS-MCP": {
32
+ "command": "npx",
33
+ "args": ["-y", "elaniin-eds-mcp"]
34
+ }
35
+ }
36
+ }
37
+ ```
38
+
39
+ Ubicación de la config:
40
+ - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
41
+ - **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
42
+
43
+ Reinicia Claude Desktop. `npx` descarga y cachea el paquete automáticamente.
44
+
45
+ > En Claude Code / CLI:
46
+ > ```bash
47
+ > claude mcp add EDS-MCP -- npx -y elaniin-eds-mcp
48
+ > ```
49
+
50
+ ## Instalación desde GitHub (alternativa)
51
+
52
+ ### 1. Clonar el repo
53
+
54
+ ```bash
55
+ git clone https://github.com/danielpineda-elaniin/Elaniin-Desin-System-MCP.git
56
+ cd Elaniin-Desin-System-MCP
57
+ ```
58
+
59
+ ### 2. Ejecutar el instalador
60
+
61
+ **macOS**
62
+ ```bash
63
+ ./instalar.command
64
+ ```
65
+ > Si no abre: clic derecho → Abrir, o `chmod +x instalar.command` y reintenta.
66
+
67
+ **Windows**
68
+
69
+ Doble clic en `instalar.bat` (o ejecútalo en cmd).
70
+
71
+ El instalador hace `npm install` y registra el servidor en la config de Claude Desktop automáticamente.
72
+
73
+ ### 3. Reiniciar Claude Desktop
74
+
75
+ Cierra y abre Claude Desktop. El MCP `EDS-MCP` aparece disponible.
76
+
77
+ ## Instalación manual (alternativa)
78
+
79
+ ```bash
80
+ git clone https://github.com/danielpineda-elaniin/Elaniin-Desin-System-MCP.git
81
+ cd Elaniin-Desin-System-MCP
82
+ npm install --omit=dev
83
+ node install.mjs
84
+ ```
85
+
86
+ `install.mjs` agrega esto a tu `claude_desktop_config.json`:
87
+
88
+ ```json
89
+ {
90
+ "mcpServers": {
91
+ "EDS-MCP": {
92
+ "command": "node",
93
+ "args": ["/ruta/absoluta/a/extractor-mcp.js"]
94
+ }
95
+ }
96
+ }
97
+ ```
98
+
99
+ Ubicación de la config:
100
+ - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
101
+ - **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
102
+
103
+ > No muevas la carpeta del repo después de instalar: la config apunta a la ruta absoluta.
104
+
105
+ ## Desinstalar
106
+
107
+ **macOS**
108
+ ```bash
109
+ ./desinstalar.command
110
+ ```
111
+
112
+ **Windows** — doble clic en `desinstalar.bat`
113
+
114
+ Manual:
115
+ ```bash
116
+ node uninstall.mjs
117
+ ```
118
+
119
+ Reinicia Claude Desktop después.
120
+
121
+ ## Problemas comunes
122
+
123
+ **"No se pudo registrar con el servicio de inicio de sesión de EDS-MCP… ofid_…"**
124
+ Estás intentando agregarlo como conector remoto por URL. Este MCP es local: no uses "Agregar conector". Clona el repo y corre el instalador (ver arriba).
125
+
126
+ **El MCP no aparece tras instalar**
127
+ Reinicia Claude Desktop por completo (cerrar desde la barra, no solo la ventana).
128
+
129
+ **Moviste la carpeta y dejó de funcionar**
130
+ La config apunta a la ruta absoluta de `extractor-mcp.js`. Vuelve a correr el instalador desde la nueva ubicación.
131
+
132
+ ## Uso
133
+
134
+ Ya en Claude Desktop, pregunta cosas como:
135
+
136
+ - "Muestra el catálogo del design system" → `catalogo`
137
+ - "Dame el código del componente button" → `componente`
138
+ - "Lista los design tokens" → `tokens`
@@ -0,0 +1,11 @@
1
+ <svg width="186" height="43" viewBox="0 0 186 43" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7822_23302)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.7287 28.6565C41.8139 28.2605 40.9786 27.6963 40.2626 26.9836C39.5367 26.2709 38.9699 25.4394 38.592 24.5089C38.1744 23.5487 37.9656 22.549 37.9656 21.4898C37.9656 17.2235 41.4758 13.749 45.7516 13.749C46.9648 13.749 48.1779 14.046 49.2419 14.5805C50.3059 15.0952 51.2705 15.9168 51.9765 16.877L52.3146 17.2928L50.0772 18.9359L49.759 18.5202C48.8243 17.2532 47.3526 16.5207 45.7516 16.5207C42.9972 16.5207 40.7399 18.7479 40.7399 21.4898C40.7399 24.2318 42.9972 26.5085 45.7516 26.5085C47.3327 26.5085 48.8044 25.776 49.759 24.5089L50.0772 24.113L52.2847 25.7364L51.9467 26.1521C51.2207 27.1321 50.296 27.9042 49.2121 28.4486C48.1481 28.993 46.9548 29.2603 45.7516 29.2603C44.7075 29.2603 43.6833 29.0524 42.7187 28.6565H42.7287ZM54.5022 14.2143H57.2964V29.0326H54.5022V14.2143ZM69.7661 29.0227L63.1733 19.3022V29.0227H60.3691V14.2044H63.0838L69.6567 23.9051V14.2044H72.4608V29.0227H69.7661ZM75.5136 29.0227V14.2044H85.2984V16.9067H78.3078V19.0844H84.4034V21.8561H78.3078V26.261H85.1094V29.0128H75.5136V29.0227ZM98.3944 29.0227V19.1141L94.5064 24.4L90.6482 19.1141V29.0227H87.8738V14.2044H90.4791L94.5064 19.7179L98.5436 14.2044H101.169V29.0227H98.3944ZM113.519 29.0227L111.998 25.0237H107.065L105.524 29.0227H102.541L108.259 14.2044H110.785L116.522 29.0227H113.519ZM110.904 22.2916L109.532 18.6885L108.149 22.2916H110.904ZM127.073 29.0227L121.792 21.7769H120.599V29.0227H117.884V14.2044H124.825C125.83 14.2044 126.764 14.6003 127.49 15.3229C128.226 16.0554 128.624 16.9958 128.624 17.9857C128.624 19.4606 127.53 21.4304 125.114 21.8066L130.364 29.0128H127.073V29.0227ZM124.835 19.0745C125.422 19.0745 125.929 18.5994 125.929 17.9956C125.929 17.3917 125.422 16.9166 124.835 16.9166H120.609V19.0745H124.835ZM142.436 29.0227L136.897 21.2819L134.521 23.529V29.0227H131.746V14.2044H134.521V19.7575L140.447 14.2044H144.454L139.015 19.3418L145.926 29.0128H142.436V29.0227ZM147.239 15.2437C147.239 15.2437 147.249 15.2239 147.249 15.214C147.408 14.8874 147.557 14.5607 147.706 14.2242C147.706 14.2143 147.716 14.2044 147.746 14.2044C147.835 14.2044 147.925 14.2044 148.014 14.2044C148.024 14.2044 148.034 14.2044 148.034 14.2242V15.6298C148.034 15.6298 148.034 15.6496 148.014 15.6496C147.935 15.6496 147.855 15.6496 147.776 15.6496C147.756 15.6496 147.746 15.6496 147.746 15.6298V14.7983C147.746 14.7983 147.746 14.7785 147.746 14.7686C147.716 14.8379 147.676 14.9072 147.646 14.9765C147.547 15.1942 147.448 15.4021 147.358 15.6199C147.358 15.6397 147.338 15.6397 147.318 15.6397C147.269 15.6397 147.219 15.6397 147.159 15.6397C147.129 15.6397 147.119 15.6397 147.109 15.61C146.99 15.3328 146.861 15.0557 146.732 14.7785C146.732 14.7785 146.732 14.7785 146.722 14.7686V15.61C146.722 15.61 146.722 15.6496 146.682 15.6496C146.602 15.6496 146.533 15.6496 146.453 15.6496C146.433 15.6496 146.423 15.6496 146.423 15.6298C146.423 15.1645 146.423 14.6993 146.423 14.2242C146.423 14.2143 146.423 14.2044 146.453 14.2044C146.543 14.2044 146.632 14.2044 146.722 14.2044C146.732 14.2044 146.742 14.2044 146.751 14.2242C146.911 14.5508 147.06 14.8775 147.209 15.214C147.209 15.214 147.209 15.2338 147.219 15.2437H147.239ZM145.588 14.2143C145.797 14.2143 146.016 14.2143 146.224 14.2143C146.244 14.2143 146.254 14.2143 146.254 14.244C146.254 14.3133 146.254 14.3825 146.254 14.4518C146.254 14.4716 146.254 14.4815 146.214 14.4815H145.747C145.747 14.4815 145.707 14.4815 145.707 14.5112C145.707 14.8874 145.707 15.2635 145.707 15.6298C145.707 15.6595 145.707 15.6595 145.668 15.6595H145.449C145.449 15.6595 145.409 15.6595 145.409 15.6298V14.5112C145.409 14.5112 145.409 14.4716 145.369 14.4716H144.902C144.902 14.4716 144.872 14.4716 144.872 14.4419V14.2341C144.872 14.2341 144.872 14.2044 144.902 14.2044C145.121 14.2044 145.329 14.2044 145.548 14.2044L145.588 14.2143Z" fill="#1E1E1E"/>
4
+ <path d="M42.7287 28.6565C41.8139 28.2605 40.9786 27.6963 40.2626 26.9836C39.5367 26.2709 38.9699 25.4394 38.592 24.5089C38.1744 23.5487 37.9656 22.549 37.9656 21.4898C37.9656 17.2235 41.4758 13.749 45.7516 13.749C46.9648 13.749 48.1779 14.046 49.2419 14.5805C50.3059 15.0952 51.2705 15.9168 51.9765 16.877L52.3146 17.2928L50.0772 18.9359L49.759 18.5202C48.8243 17.2532 47.3526 16.5207 45.7516 16.5207C42.9972 16.5207 40.7399 18.7479 40.7399 21.4898C40.7399 24.2318 42.9972 26.5085 45.7516 26.5085C47.3327 26.5085 48.8044 25.776 49.759 24.5089L50.0772 24.113L52.2847 25.7364L51.9467 26.1521C51.2207 27.1321 50.296 27.9042 49.2121 28.4486C48.1481 28.993 46.9548 29.2603 45.7516 29.2603C44.7075 29.2603 43.6833 29.0524 42.7187 28.6565H42.7287ZM54.5022 14.2143H57.2964V29.0326H54.5022V14.2143ZM69.7661 29.0227L63.1733 19.3022V29.0227H60.3691V14.2044H63.0838L69.6567 23.9051V14.2044H72.4608V29.0227H69.7661ZM75.5136 29.0227V14.2044H85.2984V16.9067H78.3078V19.0844H84.4034V21.8561H78.3078V26.261H85.1094V29.0128H75.5136V29.0227ZM98.3944 29.0227V19.1141L94.5064 24.4L90.6482 19.1141V29.0227H87.8738V14.2044H90.4791L94.5064 19.7179L98.5436 14.2044H101.169V29.0227H98.3944ZM113.519 29.0227L111.998 25.0237H107.065L105.524 29.0227H102.541L108.259 14.2044H110.785L116.522 29.0227H113.519ZM110.904 22.2916L109.532 18.6885L108.149 22.2916H110.904ZM127.073 29.0227L121.792 21.7769H120.599V29.0227H117.884V14.2044H124.825C125.83 14.2044 126.764 14.6003 127.49 15.3229C128.226 16.0554 128.624 16.9958 128.624 17.9857C128.624 19.4606 127.53 21.4304 125.114 21.8066L130.364 29.0128H127.073V29.0227ZM124.835 19.0745C125.422 19.0745 125.929 18.5994 125.929 17.9956C125.929 17.3917 125.422 16.9166 124.835 16.9166H120.609V19.0745H124.835ZM142.436 29.0227L136.897 21.2819L134.521 23.529V29.0227H131.746V14.2044H134.521V19.7575L140.447 14.2044H144.454L139.015 19.3418L145.926 29.0128H142.436V29.0227ZM147.239 15.2437C147.239 15.2437 147.249 15.2239 147.249 15.214C147.408 14.8874 147.557 14.5607 147.706 14.2242C147.706 14.2143 147.716 14.2044 147.746 14.2044C147.835 14.2044 147.925 14.2044 148.014 14.2044C148.024 14.2044 148.034 14.2044 148.034 14.2242V15.6298C148.034 15.6298 148.034 15.6496 148.014 15.6496C147.935 15.6496 147.855 15.6496 147.776 15.6496C147.756 15.6496 147.746 15.6496 147.746 15.6298V14.7983C147.746 14.7983 147.746 14.7785 147.746 14.7686C147.716 14.8379 147.676 14.9072 147.646 14.9765C147.547 15.1942 147.448 15.4021 147.358 15.6199C147.358 15.6397 147.338 15.6397 147.318 15.6397C147.269 15.6397 147.219 15.6397 147.159 15.6397C147.129 15.6397 147.119 15.6397 147.109 15.61C146.99 15.3328 146.861 15.0557 146.732 14.7785C146.732 14.7785 146.732 14.7785 146.722 14.7686V15.61C146.722 15.61 146.722 15.6496 146.682 15.6496C146.602 15.6496 146.533 15.6496 146.453 15.6496C146.433 15.6496 146.423 15.6496 146.423 15.6298C146.423 15.1645 146.423 14.6993 146.423 14.2242C146.423 14.2143 146.423 14.2044 146.453 14.2044C146.543 14.2044 146.632 14.2044 146.722 14.2044C146.732 14.2044 146.742 14.2044 146.751 14.2242C146.911 14.5508 147.06 14.8775 147.209 15.214C147.209 15.214 147.209 15.2338 147.219 15.2437H147.239ZM145.588 14.2143C145.797 14.2143 146.016 14.2143 146.224 14.2143C146.244 14.2143 146.254 14.2143 146.254 14.244C146.254 14.3133 146.254 14.3825 146.254 14.4518C146.254 14.4716 146.254 14.4815 146.214 14.4815H145.747C145.747 14.4815 145.707 14.4815 145.707 14.5112C145.707 14.8874 145.707 15.2635 145.707 15.6298C145.707 15.6595 145.707 15.6595 145.668 15.6595H145.449C145.449 15.6595 145.409 15.6595 145.409 15.6298V14.5112C145.409 14.5112 145.409 14.4716 145.369 14.4716H144.902C144.902 14.4716 144.872 14.4716 144.872 14.4419V14.2341C144.872 14.2341 144.872 14.2044 144.902 14.2044C145.121 14.2044 145.329 14.2044 145.548 14.2044L145.588 14.2143Z" fill="#1E1E1E"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_7822_23302">
8
+ <rect width="186" height="43" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,115 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#003AFC;}
7
+ .st1{fill:none;}
8
+ </style>
9
+ <g id="Capa_2_1_">
10
+ <g id="Capa_1-2">
11
+ <path class="st0" d="M20.6,41.8h-0.4c-0.3,0-0.6,0-0.6,0l-0.3,0l-0.2-0.3l-0.7-0.6L18,40.9c0,0-0.3,0-0.5,0c-0.1,0,0.1,0-0.4,0
12
+ s-0.7,0-0.7,0L15.9,41h-0.3l-0.7,0.6l-0.2,0.3v0.4l-0.6,0.1l-0.2,0.4l-0.3,0.7l-1,0.4l-0.2,0.4l-0.7,0.1l-0.4,0.2L10.8,45
13
+ l-0.2,0.5l-0.1,0.4l-0.1,0.4l-0.6,0.6c0,0-0.3,0-0.4,0s-0.3,0-0.3,0l-0.2,0.3c0,0-0.2,0.3-0.3,0.3c-0.1,0.1-0.7,0.8-0.7,0.8
14
+ L7.5,49v0.5l0,0.4l0.1,0.7c0,0.3,0,0.7,0,0.7l0,0.6l0.1,0.4c0,0,6,2.7,7.1,3.5s1.3,0.9,1.3,0.9s0.3,0,0.4,0.1
15
+ c0.1,0.1,0.2,0.4,0.3,0.6s0,0.3,0,0.6c0,0.2,0,0.2,0,0.2s-0.2-0.7,0,0s0.7,1.6,0.7,1.6s0.1,0.1,0.3,0.1s0.4,0,0.4,0l2.1,0.4h0.4
16
+ c0,0,0.4,0,0.5,0c0.1,0,0.6,0,0.6,0s1.2,0,1.3,0c0.1,0,0.4,0,0.9,0c0.5,0,1.1,0,1.1,0l0.5,0l0.6,0.1c0,0-0.2,0.1,0.3,0.1
17
+ c0.5,0,0.8,0,1,0c0.2,0,1.4,0.4,1.4,0.4c0.4,0,1.2,0,1.7,0c0.5,0,1.1,0,1.8,0c0.7,0,1.1,0.1,1.1,0.1c0.7,0,1.3,0.1,1.5,0.1
18
+ c0.2,0,0.2,0,0.6,0s1.2,0.5,1.4,0.6c0.3,0.1,1.6,1.1,1.9,1.1c0.3,0,0.9,0.4,1.3,0.4s0.8,0.1,0.9,0.2c0.1,0.1,0.4,0.3,0.6,0.5
19
+ c0,0,0.6,0.7,1,0.9s0.7,0.3,0.9,0.3c0.1,0,0.6,0.1,0.7,0.1c0.2,0,0.3,0.1,0.5,0.1c0.1,0,1,0.9,1,0.9s0.6,0.4,0.8,0.4
20
+ c0,0,0.7,0.4,1.2,0.5c0.6,0.1,0.6,0.1,0.8,0.1c0.2,0,0.7,0.1,1,0.2c0.2,0,0.8,0.3,0.8,0.3s0,0,0.3,0.3c0.3,0.3,0.3,0.3,0.3,0.3
21
+ s0.7,0.5,1,0.7c0.3,0.2,1.4,0.8,1.4,0.8l1.1,0.4c0,0,0.9,0.2,1.1,0.2c0.2,0,0,0,0.4,0s1.1,0.1,1.1,0.1c0.8,0.3,0.9,0.4,1.3,0.4
22
+ s1.2,0.2,1.3,0.2c0.1,0,1.3,0.2,1.4,0.2c0.1,0,0.2,0,0.4,0c0.2,0,0.3,0,0.3,0s0.5,0.2,0.9,0.3c0.3,0.1,0.3,0.1,0.3,0.1l1.8,0.7
23
+ l0.2,0c-0.1-0.3,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.3-0.2-0.3S64,72.2,64,72.2c0,0-0.1,0-0.2,0c-0.1,0-0.3-0.1-0.3-0.1s0-0.2-0.2-0.2
24
+ s-0.2,0-0.2,0c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0-0.1,0-0.3,0c-0.1,0-0.3-0.2-0.4-0.2c-0.3,0-0.6-0.1-0.7-0.1c-0.1,0-0.2,0.1-0.3,0
25
+ c-0.1-0.1,0-0.1-0.1-0.1c-0.1,0-0.3,0.3-0.4-0.1c-0.1-0.3,0-0.3-0.1-0.3c-0.1,0-0.4-0.1-0.4-0.1s-0.1,0-0.2-0.1
26
+ c-0.1-0.1-0.2-0.2-0.3-0.2c0,0-0.3-0.1-0.3-0.1s-0.3,0-0.4,0s-0.6,0-0.7,0c0,0-0.3-0.2-0.3-0.2l-0.1,0c0,0,0,0-0.1,0s-0.4,0-0.5,0
27
+ c-0.1,0-0.2-0.2-0.3-0.1c-0.1,0-0.4,0-0.4,0c0-0.2-0.1-0.4-0.1-0.4c0.2,0-0.2,0,0.2,0c0.4,0,0.5,0,0.6,0s0.1-0.1,0.1-0.1
28
+ s0,0,0.5,0s0.6,0.1,0.6,0s0.4-0.1,0.4-0.1h0.4c0,0,0.1-0.2,0-0.2c-0.1,0-0.5-0.2-0.5-0.2s-0.3-0.1-0.1-0.1c0.2,0,0.6-0.1,0.6-0.1
29
+ c0-0.1-0.4-0.7-0.2-0.7c0.2,0,0.3,0,0.4,0.2c0.2,0.2,0.2,0.2,0.3,0.3c0.1,0,0.1-0.1,0.1,0c0,0.1,0.1,0.3,0.3,0.3
30
+ c0.2,0,0.4-0.2,0.8,0.1s0.6,0.3,0.9,0.3c0.2,0,0.2,0,0.2,0s0.2,0,0.3,0c0.1,0,0.2,0.4,0.1,0.4c-0.1-0.1,0.3,0.2,0.4,0.4
31
+ c0.1,0.2,0.1,0.2,0.1,0.2s0,0,0.3,0s0.5,0,0.6,0s0.3,0,0.3,0s0-0.3,0-0.4s0-0.2,0-0.2s0.3-0.3,0.5-0.4c0.2-0.1-0.1-0.1,0.2-0.1
32
+ s0.4,0,0.4,0s0.1-0.1,0.1,0c0,0.1,0,0.2-0.1,0.2c-0.1,0-0.1,0.2-0.1,0.3c0.1,0,0.2,0.3,0.2,0.3s0.4,0.4,0.6,0.5
33
+ c0.2,0.1,0.3,0.1,0.3,0.1s0.1,0.2,0.1,0.3s0.1,0.2,0.2,0.2s0.4,0,0.4,0c0.5,0.1,0.6,0.2,0.6,0.1s0.2,0,0.7,0c0.5,0,0.5,0,0.5,0
34
+ s0.2,0.1,0.2,0s-0.1-0.4-0.1-0.4c0-0.1,0.4-0.2,0.4-0.1c0.1,0.1,0.2,0.3,0.4,0.4c0.2,0.1,0.2-0.1,0.2,0.1c0,0.2,0,0.3,0,0.4
35
+ s0,0.2-0.1,0.2c0,0-0.1,0.1-0.2,0.2c0,0.1,0,0.2,0,0.2s0.1,0.2,0.4,0.2c0.3,0,0.5-0.1,0.9,0.1c0.4,0.1,0.9,0.1,1,0.1
36
+ c0,0,0.5,0,0.6,0s0.5,0.3,0.6,0.3s0.4,0.4,0.8,0.2c0.1,0-0.1,0,0.2,0c0.4-0.1,0.6-0.1,0.6-0.1s0.1,0,0.3,0c0.3,0,0.6,0,0.8,0
37
+ c0.2,0,0.1,0,0.6,0s0.6,0,0.6,0s0.3-0.2,0.7-0.2c0.5,0,0.3,0,0.7,0c0.4,0,1.1,0,1.3,0c0.2,0-0.3,0,0.2,0c0.4,0,1.2,0,1.3,0
38
+ s0.3,0.1,0.3,0.1s0.1,0,0.2,0s0.4,0.1,0.5,0.1c0.1,0,0.3,0,0.4,0s0.8,0.2,0.8,0.2s0.2,0,0.5,0c0.3,0,0.5,0,0.5,0
39
+ c0.2,0,0.3,0,0.3,0h0.2h0.2l0.2-0.1c0,0-0.2-0.3-0.2-0.3c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.1-0.1c-0.1,0-0.2-0.1-0.2-0.2s0-0.4,0-0.4
40
+ c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1,0.1-0.1,0c0-0.1,0-0.1,0.1-0.2c0.1-0.1,0.6-0.5,0.6-0.5
41
+ c0.2,0,0.8,0.1,0.9,0c0.1-0.1,0.2-0.2,0.2-0.2s0.1-0.1,0.2-0.1c0.1-0.1,0.1-0.1,0.1-0.1l0.2-0.3c0,0,0-0.1,0.1-0.1
42
+ c0.1,0,0.3,0,0.5,0s0.3,0,0.4-0.1s0.2-0.2,0.2-0.2c0.3-0.2,0.3-0.2,0.4-0.4c0.1-0.2,0.1-0.2,0.1-0.2s-0.1,0,0.2-0.2
43
+ s0.3-0.3,0.3-0.4c0-0.1,0.2-0.4,0.3-0.4c0.1,0,0.3-0.1,0.3-0.1c0-0.1,0-0.2,0-0.2l0.3-0.4l-0.3,0L89,68c-0.2-0.1-0.5-0.3-0.5-0.3
44
+ c0,0,0-0.5,0-0.5c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.1,0.1-0.2,0c-0.1-0.1-0.7-0.4-0.8-0.4c-0.1,0-0.2-0.2-0.3-0.2s-0.1-0.1-0.2-0.2
45
+ c-0.1-0.1-0.1-0.3-0.1-0.3l-0.1-0.2c0.1,0,0.3,0,0.3,0s0.1-0.1,0.2-0.1c0.1,0,0.3-0.2,0.3-0.2S87,65.2,87,65.2c0,0,0,0-0.2,0
46
+ c-0.1,0-0.3,0-0.3,0h-0.1L86.2,65l0.1-0.1l0-0.2c0,0,0,0,0.1-0.2c0.2-0.2,0.4-0.6,0.4-0.6l0.3-0.3c0,0,0.2,0,0.2-0.1
47
+ s-0.1,0.1,0-0.1c0.1-0.2,0.2-0.3,0.2-0.3l0.4-0.2c0,0,0,0.1,0,0.2s-0.1,0.3-0.1,0.3s0,0.2,0,0.3c0,0,0,0.3,0.1,0.3
48
+ c0.1,0,0.2,0,0.3,0c0.1,0,0.4,0.2,0.4,0.3c0,0.1,0,0.1,0,0.1s0.4,0.5,0.4,0.6c0.1,0.1-0.1,0.2,0.1,0.2c0.2,0,0.4,0,0.4,0
49
+ c0.5,0.1,0.7,0.2,0.7,0.2s0.1,0.1,0.2,0.2c0,0,0.2,0.4,0.2,0.4c0.2,0.1,0.2,0.1,0.3,0.1s0.5,0,0.5,0c0.4,0,0.4,0,0.5,0
50
+ s0.1-0.1,0.3-0.1c0.2,0,0.3-0.1,0.4-0.1s0.2,0,0.2-0.1c0-0.1-0.1-0.2-0.1-0.2s-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.1
51
+ c0,0,0-0.4,0-0.4s-0.1-0.1-0.1-0.1l0.2-0.3c0,0,0-0.1,0-0.2s0.1-0.1,0-0.1c-0.1,0-0.2,0-0.2,0.1s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0
52
+ s0-0.3,0-0.3S91.9,64,91.8,64c0,0,0.1,0-0.1,0.1c-0.1,0.1-0.2,0.1-0.2,0.1s-0.1,0-0.1-0.2s0-0.2,0-0.2l-0.1-0.3c0,0-0.1-0.3,0-0.3
53
+ c0.1,0,0.1,0,0.3,0.1s0.1,0.1,0.2,0c0.1,0,0.3-0.1,0.3-0.1S92,63,91.9,63c-0.2,0-0.4-0.1-0.4-0.1s0-0.1,0-0.2c0-0.2,0-0.4,0-0.5
54
+ s0-0.3,0-0.3s0-0.2,0-0.3c0-0.1,0-0.3,0-0.5c0-0.2,0-0.2,0-0.2s0.2-0.1,0-0.1s-0.2-0.1-0.3-0.1s-0.4-0.1-0.4-0.1
55
+ c-0.1-0.1-0.4-0.1-0.4-0.2s0,0,0,0s-0.1,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1l-0.4,0c0,0-0.1,0-0.3,0s-0.2,0-0.1-0.1s0.3,0,0-0.2
56
+ c-0.3-0.2-0.4-0.3-0.4-0.3c0.1-0.1,0.3-0.1,0.3-0.2s0.1-0.2,0.1-0.2v-0.2c0,0,0,0.2,0-0.2c0-0.4,0-0.7,0-0.7
57
+ c0.1-0.2,0.2-0.3,0.2-0.3c0,0,0-0.4,0-0.4c0.2-0.1,0.2-0.2,0.3-0.3c0-0.1,0.2-0.3,0.3-0.3c0.1,0,0.3,0.1,0.3,0
58
+ c0-0.1,0-0.1,0.1-0.2c0-0.2-0.2-0.7-0.2-0.8c0.1-0.2,0.1-0.2,0.1-0.3s0-0.2,0-0.2c0-0.6,0-0.4,0-0.9c0-0.5,0-0.4,0-0.5
59
+ s0-0.2,0-0.3c0-0.1,0.1-0.3,0.2-0.4c0-0.1,0.4-0.4,0.4-0.4c0-0.1,0.3-0.4,0.3-0.4s0-0.1-0.1-0.2c0-0.2,0-0.2,0-0.3
60
+ c0-0.1,0-0.4,0-0.4s0-0.2,0.1-0.2c0.1,0,0.2-0.2,0.2-0.2s-0.1,0,0.2-0.4c0.3-0.5,0.4-0.6,0.4-0.7s0-0.1,0-0.3s0-0.2,0-0.2
61
+ s0-0.4-0.1-0.5s0-0.2-0.3-0.2s-0.5-0.1-0.5-0.1c0,0-0.2,0.1-0.2-0.2s0-0.5,0-0.5l-0.1-0.3c0,0-0.1-0.3-0.3-0.5
62
+ c-0.1-0.2-0.3-0.3-0.4-0.3c-0.1,0,0,0.2-0.3,0c-0.3-0.2-0.7-0.6-0.7-0.6s-0.1,0.1-0.2,0c-0.1-0.2-0.1-0.4-0.1-0.4l0-0.3
63
+ c0,0,0-0.3-0.2-0.5s-0.3-0.3-0.5-0.3c-0.1,0-0.2-0.3-0.4-0.3c-0.1,0-0.4,0-0.4,0c-0.6,0-0.9,0-1.1,0s-0.4,0-0.6,0
64
+ c-0.2,0-0.3,0-0.3,0.1c0,0.1-0.2,0.3-0.2,0.4c0,0.1-0.1,0.6-0.1,0.6c0,0.4-0.1,0.6-0.2,0.6s-0.2,0-0.2,0s-0.1,0.2-0.3,0.3
65
+ c-0.2,0-0.2,0.1-0.3,0s-0.5-0.2-0.5-0.2c-0.1-0.1,0-0.2-0.2-0.1c-0.2,0-0.4,0-0.4,0c-0.2,0-0.5,0.3-0.7,0.3c-0.2,0-0.5,0-0.5,0
66
+ l0,0.2c0,0,0,0.1-0.1,0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.3,0.1-0.3,0s0-0.5,0-0.5L81,46.7c-0.2-0.1-0.3-0.2-0.3-0.2
67
+ s-0.1-0.2-0.1-0.3c0,0-0.1-0.5-0.1-0.5c-0.1,0-0.1,0-0.1-0.1s-0.1-0.1-0.2-0.2c0-0.1-0.2-0.3-0.2-0.3l-0.2-0.1
68
+ c0,0-0.3-0.1-0.3-0.1s0-0.1,0-0.2c0-0.1-0.2-0.5-0.2-0.5c0-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0-0.1,0-0.3
69
+ c0-0.2,0-0.4,0-0.5c0-0.1,0-0.2,0-0.2l0-0.5c0-0.3,0-0.6,0-0.7c0-0.1-0.1-0.4-0.1-0.6c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.1,0-0.3,0
70
+ c-0.2,0-0.5,0-0.7,0c-0.2,0-0.3,0-0.3,0s-0.1-0.1-0.2-0.1c-0.1,0-0.4,0-0.4,0s0,0-0.4,0c-0.4,0-0.4,0-0.7,0c-0.3,0-0.6,0-0.6,0
71
+ c-0.2,0-0.8,0.2-0.8,0.2s-0.1,0.2-0.2,0.2c-0.1,0-0.2,0.4-0.2,0.4s0.1-0.2,0,0.1c-0.1,0.3-0.2,0.7-0.3,0.7s-0.3,0.1-0.4,0.1
72
+ s-0.2,0-0.2,0.1c0,0.1,0,0.3,0,0.4c0,0.1,0,0.3,0,0.5c0,0.2,0.2,0.5,0.2,0.5s0,0,0,0.2c0,0.1,0,0,0,0.2c0,0.2,0,0.1,0,0.2
73
+ c0,0.1-0.3,0.2-0.3,0.3c-0.1,0-0.1,0-0.2,0c-0.1,0-0.3,0.4-0.3,0.4s-0.2,0.1-0.2,0.2s0,0.2,0,0.3c0,0.1-0.1,0.2-0.1,0.2
74
+ S72.3,46,72.1,46s-0.1,0-0.2,0s-0.3-0.1-0.4,0c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0,0.1,0-0.1,0s-0.7,0.3-0.7,0.3s-0.4,0.1-0.4,0.1
75
+ s-0.2-0.1-0.3,0c-0.1,0.2-0.2,0.3-0.2,0.3c-0.1,0.3-0.2,0.5-0.3,0.5c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.3-0.1
76
+ c-0.2-0.1-0.4-0.2-0.4-0.2s-0.6,0-0.7,0s-0.2,0-0.3,0c0,0-0.3-0.1-0.4-0.1c-0.1,0-0.4,0.1-0.5,0.1c-0.1,0-0.2-0.1-0.1,0
77
+ c0.1,0.1,0,0.7,0,0.7s-0.3,0-0.4,0s-0.2,0-0.3,0c-0.1,0-0.3-0.1-0.3-0.1l-0.1,0.3c-0.9,0-1,0-1.1,0s-0.1,0-0.2,0
78
+ c0,0,0.1-0.3,0.1-0.3v-0.4c0-0.3-0.2-0.2-0.3-0.7c-0.1-0.5-0.2-0.7-0.2-0.7c0-0.2,0-0.4,0-0.5s0-0.2,0-0.3s0.1-0.3,0.2-0.3
79
+ c0,0,0.1-0.2,0.1-0.3c0,0,0-0.4,0-0.4s-0.2-0.3-0.4-0.3c-0.2-0.1-0.6-0.3-0.6-0.3c-0.2,0-0.2,0-0.3,0c-0.1,0-0.3,0-0.4,0
80
+ c-0.1,0,0.2,0-0.1,0c-0.3,0-0.4,0.1-0.4,0.1c-0.1,0-0.3,0-0.3,0s0,0,0-0.2c0-0.1-0.1-0.2-0.1-0.2C61.4,43,61.2,43,61.2,43
81
+ s-0.1,0-0.3,0c-0.2,0-0.4-0.1-0.5-0.1c-0.1,0-0.4-0.4-0.4-0.5c0-0.1,0-0.1,0-0.1s-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.3,0
82
+ c-0.1,0-0.1,0-0.2,0s-0.4,0-0.4,0c-0.1,0.2-0.2,0.4-0.4,0.4s-0.4,0-0.5-0.1c-0.1-0.1-0.1-0.1-0.1-0.2c0-0.1-0.1-0.3-0.1-0.3
83
+ s0.3,0-0.1-0.4s-0.4-0.5-0.4-0.5l-0.2,0.1c-0.1-0.2-0.5-0.8-0.5-0.9s0,0.2,0-0.1s0-0.4,0-0.8c0-0.4-0.2-0.5-0.2-0.6
84
+ c0-0.1,0-0.1-0.1-0.3c-0.1-0.2-0.3-0.4-0.3-0.4c-0.1-0.1-0.4-0.3-0.6-0.4c-0.2,0-0.2-0.1-0.4-0.2c-0.3-0.1-0.5-0.2-0.5-0.2
85
+ c-0.1-0.1-0.2-0.3-0.2-0.3s-0.1-0.1-0.2,0c-0.1,0.1-0.3,0.2-0.4,0.2c0,0,0,0.2,0,0.3c0,0.1,0,0.3,0,0.3s-0.1,0.2-0.1,0.3
86
+ c0,0.1,0,0.2-0.1,0.3c-0.1,0-0.1,0-0.1,0s-0.1,0.2-0.3,0.2c-0.2-0.1-0.1,0-0.2-0.1c-0.1-0.1-0.3-0.2-0.3-0.3
87
+ c0-0.1-0.1-0.2-0.2-0.3c0,0,0-0.1-0.1-0.2c-0.1-0.1-0.5-0.3-0.5-0.6c0-0.3,0-0.4,0-0.4c-0.2-0.1-0.2-0.4-0.2-0.4l-0.3-0.1
88
+ c0,0,0.1,0-0.2,0c-0.3-0.1-0.5-0.1-0.5-0.1s0,0,0-0.1c0-0.1,0-0.3,0-0.4c0-0.1,0.3-0.2-0.1-0.2c-0.4,0-0.5-0.1-0.6-0.1
89
+ c-0.1,0-0.3,0.1-0.3,0.1s-0.1,0-0.4,0s-0.4,0-0.5,0S48,35.4,48,35.4s-0.1,0-0.2,0c-0.1,0-0.3-0.1-0.3-0.1s-0.1,0.1-0.1,0
90
+ s0-0.2,0-0.2s0.1-0.1,0.1-0.2c0-0.1,0.1-0.1,0-0.3c-0.1-0.2,0,0.1-0.1-0.2c-0.1-0.3,0-0.4-0.4-0.7c-0.4-0.3-0.4-0.3-0.4-0.3
91
+ s-0.1-0.1-0.3-0.2c-0.2,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3-0.1s0-0.2,0-0.2s0-0.4,0-0.6c0-0.3,0-0.3,0-0.3s0-0.2,0-0.2
92
+ c0-0.1-0.3-0.2-0.3-0.3c0,0,0-0.5,0-0.5s-0.1-0.2-0.3-0.2s-1,0-0.8,0c0.2,0,0-0.2-0.1-0.2c0,0-0.2,0-0.2-0.1
93
+ c-0.1-0.1-0.3,0.1-0.3-0.2s0-0.1,0-0.3s-0.1-1-0.1-1c-0.2,0-0.4-0.5-0.4-0.5s-0.2,0-0.2,0c0,0,0,0,0,0s-0.1-0.1-0.2-0.1
94
+ c0,0-0.3-0.1-0.3-0.1l-1.7,1.4c0,0-0.1,0.1-0.3,0.1c-0.2,0-0.4,0.1-0.4,0s-0.2-0.1-0.4-0.2c-0.2-0.1-0.2-0.2-0.3-0.2
95
+ c-0.1,0-0.3,0-0.3-0.1c0,0,0,0,0-0.2c0-0.1,0.3-0.1-0.3-0.3c-0.6-0.3-0.8-0.4-0.8-0.4s-0.2,0.1-0.3,0.1s-0.3,0-0.4,0
96
+ s-0.3-0.1-0.5-0.3c-0.2-0.2-0.2-0.2-0.3-0.2c-0.1-0.1-0.4-0.1-0.4-0.1s0,0-0.2,0c-0.2,0-0.4,0-0.5,0c-0.1,0-0.3-0.1-0.3-0.3
97
+ c0-0.2,0-0.2-0.1-0.3c-0.2-0.1-0.2-0.1-0.2-0.1c-0.1,0-0.3,0.1-0.4,0.2s-0.3,0.1-0.3,0.1c-0.5,0-0.5,0-0.6-0.1
98
+ c-0.1-0.1-0.1-0.2-0.1-0.2l-0.3,0.1c0,0-0.1,0.3-0.1,0s0-0.6,0-0.6c0-0.1,0-0.1-0.2-0.1s-0.1,0-0.1,0s-0.3,0.4-0.4,0.4
99
+ c0,0.1,0,0,0,0.1c0,0.1-0.1,0.1-0.2,0.1c0,0-0.1,0.2-0.1,0.2L32,27.5c-0.3,0.3-0.7,0.5-0.7,0.5l-0.1,0c0,0-0.2-0.1-0.3-0.1
100
+ s-0.1,0-0.1,0s0,0-0.2,0c-0.2-0.1-0.3-0.2-0.4-0.2c-0.1,0-0.2-0.1-0.4,0c-0.2,0.1-0.2,0.2-0.3,0.2c-0.1,0-0.1,0-0.1,0
101
+ c0,0,0,0.4-0.2,0.4c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.3-0.3,0.3c-0.1,0,0,0-0.1,0.1c0,0.2,0,0.3,0,0.3c-0.1,0-0.1,0-0.3,0
102
+ s-0.3,0-0.3-0.1s0,0.2,0-0.2s-0.1-0.6-0.1-0.6c-0.7-0.2-0.7-0.2-0.7-0.2s-0.3,0-0.4,0s-0.2,0-0.2,0.1s0,0.4,0,0.5
103
+ c0,0-0.1,0.2-0.1,0.3s0.1,0.5,0.1,0.5c0.1,0.1,0.2,0.2,0.2,0.3s0.1,0.1,0,0.1c0,0.1-0.4,0.1-0.4,0.2c-0.4,0.9-0.4,1.2-0.4,1.2
104
+ c0.5,0.1,0.9,0.1,0.9,0.1s0.4,0.5,0.5,0.7c0.1,0.1,0.2,0.1,0.2,0.1s0.1,0,0.6,0c0.1,0,0.3-0.1,0.3-0.1l0.1-0.2l0.4,0.1
105
+ c0,0.1,0,0.5,0,0.5s0,0.1-0.1,0.2c0,0.2-0.1,0.3,0,0.4c0.1,0.1,0.4,0.2,0.5,0.3c0.1,0.1,0.2,0,0.2,0.2s0.5,0.1,0.5,0.2
106
+ c0,0.1,0.1,0.2-0.1,0.4c-0.2,0.1-0.2,0.3-0.5,0.3c-0.3,0-0.2,0-0.3,0s-0.2-0.1-0.3,0c-0.1,0.1-0.2,0.2-0.2,0.2
107
+ c0,0-0.2,0.2-0.2,0.2L28,34.9c0,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.1-0.1-0.2,0c-0.1,0.1-0.3,0.3-0.5,0.3
108
+ c-0.1,0-0.1,0.1-0.5,0.1c-0.4,0-0.7,0-0.8,0s-0.2,0-0.4,0c-0.2,0-0.7,0-0.8,0c-0.1,0-0.6,0.4-0.7,0.4c-0.3,0.2-0.8,0.5-0.8,0.7
109
+ s-0.1,0.4-0.2,0.5c-0.1,0.1-0.2,0.2-0.3,0.2c-0.1,0-0.2,0.1-0.2,0.1s-0.2,0.2-0.3,0.2s-0.2,0.1-0.3,0.2c-0.1,0.1-0.4,0.6-0.4,0.8
110
+ c0,0.2,0.2-0.2,0,0.2c-0.3,0.4-0.5,0.7-0.6,0.9c-0.1,0.3-0.2,0.4-0.2,0.5s0,0.1,0,0.3c0,0.1,0,0.2,0,0.4c0,0.2,0.1,0.4,0.1,0.5
111
+ S20.6,41.8,20.6,41.8z"/>
112
+ <rect class="st1" width="100" height="100"/>
113
+ </g>
114
+ </g>
115
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-22d614bf-15b9-4bec-9e3b-953f68d15c85" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.07 84.36"><defs><style>.uuid-b79be60c-f386-4f83-ae96-b6cdfa2c4249{fill:#023bfd;}</style></defs><g id="uuid-03da1955-9f61-4921-9887-1441c70da0dc"><path class="uuid-b79be60c-f386-4f83-ae96-b6cdfa2c4249" d="M36.36,68.19c.74-.74,1.59-1.59,2.33-2.43,11.52-11.52,27.38-27.38,27.38-40.7,0-7.83-3.7-14.38-10.78-19.03-5.92-3.81-13.96-6.03-22.41-6.03S16.49,2.11,10.57,6.03C3.7,10.57,0,17.13,0,25.05c0,13.53,12.05,25.79,21.78,35.62.85.85,1.69,1.69,2.54,2.54.95.95,2.43,1.06,3.38,0,.95-.95,1.06-2.43.11-3.49-.85-.74-1.69-1.69-2.54-2.54C16.17,47.99,4.86,36.57,4.86,25.05c0-13.85,14.48-20.09,28.01-20.09,7.51,0,14.7,1.9,19.77,5.29,3.91,2.54,8.46,7.08,8.46,14.8,0,11.21-15.54,26.85-25.79,37.21-1.48,1.59-2.96,2.96-4.23,4.33-.1.11-.32.21-.42.42-5.18,5.39-8.88,9.94-7.4,13.64,1.37,3.28,5.92,3.7,9.72,3.7,4.44,0,9.2-.42,10.57-3.81,1.48-3.8-2.54-7.71-7.19-12.36M32.98,79.39c-3.7,0-4.86-.53-5.18-.63.1-.85,1.16-2.64,5.18-6.98,2.11,2.12,5.49,5.39,5.92,6.87-.43.21-1.9.74-5.92.74"/><path class="uuid-b79be60c-f386-4f83-ae96-b6cdfa2c4249" d="M32.77,57.72c8.14-8.24,23.26-23.78,23.26-32.56,0-4.33-2.01-7.82-6.13-10.57-4.33-2.85-10.57-4.44-17.02-4.44-10.99,0-22.94,4.65-22.94,15.01,0,9.41,10.47,19.98,18.82,28.44.85.95,1.8,1.8,2.54,2.64l1.48,1.48Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-260ed4f8-6b37-4445-9cc1-ed200d2e3565" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.07 84.36"><defs><style>.uuid-abe988e8-3603-43d9-92e2-3362340e81c9{fill:#fff;}</style></defs><g id="uuid-cb5f73f3-ed0e-4685-9ba1-a2c97eafa5d9"><path class="uuid-abe988e8-3603-43d9-92e2-3362340e81c9" d="M36.36,68.19c.74-.74,1.59-1.59,2.33-2.43,11.52-11.52,27.38-27.38,27.38-40.7,0-7.83-3.7-14.38-10.78-19.03-5.92-3.81-13.96-6.03-22.41-6.03S16.49,2.11,10.57,6.03C3.7,10.57,0,17.13,0,25.05c0,13.53,12.05,25.79,21.78,35.62.85.85,1.69,1.69,2.54,2.54.95.95,2.43,1.06,3.38,0,.95-.95,1.06-2.43.11-3.49-.85-.74-1.69-1.69-2.54-2.54C16.17,47.99,4.86,36.57,4.86,25.05c0-13.85,14.48-20.09,28.01-20.09,7.51,0,14.7,1.9,19.77,5.29,3.91,2.54,8.46,7.08,8.46,14.8,0,11.21-15.54,26.85-25.79,37.21-1.48,1.59-2.96,2.96-4.23,4.33-.1.11-.32.21-.42.42-5.18,5.39-8.88,9.94-7.4,13.64,1.37,3.28,5.92,3.7,9.72,3.7,4.44,0,9.2-.42,10.57-3.81,1.48-3.8-2.54-7.71-7.19-12.36M32.98,79.39c-3.7,0-4.86-.53-5.18-.63.1-.85,1.16-2.64,5.18-6.98,2.11,2.12,5.49,5.39,5.92,6.87-.43.21-1.9.74-5.92.74"/><path class="uuid-abe988e8-3603-43d9-92e2-3362340e81c9" d="M32.77,57.72c8.14-8.24,23.26-23.78,23.26-32.56,0-4.33-2.01-7.82-6.13-10.57-4.33-2.85-10.57-4.44-17.02-4.44-10.99,0-22.94,4.65-22.94,15.01,0,9.41,10.47,19.98,18.82,28.44.85.95,1.8,1.8,2.54,2.64l1.48,1.48Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-017d5ff2-e8c6-4891-ac01-1dd0c38feada" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 428.33 64.49"><defs><style>.uuid-b9d500a0-3271-434c-b8a6-99860b76b552{fill:#233df7;}.uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76{fill:#2b3d54;}</style></defs><g id="uuid-384c2712-71de-4cc1-b900-a20d04c7cab1"><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M109.81,17.43h-4.06c-1.35,0-1.95.6-1.95,1.95v3.61c-9.54-8.21-23.77-7.75-32.77,1.05-9.22,9.27-9.22,24.25,0,33.52,4.47,4.55,10.61,7.05,16.99,6.92,5.82-.01,11.43-2.15,15.78-6.01v4.06c0,1.35.6,1.95,1.95,1.95h4.06c1.35,0,1.95-.6,1.95-1.95V19.39c0-1.35-.61-1.96-1.96-1.96M99.28,52.01c-3.01,2.95-7.06,4.57-11.27,4.51-4.24.07-8.32-1.61-11.27-4.66-3.1-2.92-4.79-7.02-4.66-11.27-.09-4.17,1.54-8.19,4.51-11.12h0c2.95-3.05,7.03-4.73,11.27-4.66,4.26-.09,8.38,1.54,11.43,4.51,6.21,6.29,6.21,16.41,0,22.7"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M37.43,22.99c-3.91-3.87-9.23-5.99-14.73-5.86-5.98-.15-11.75,2.19-15.93,6.46-9.08,9.53-9.01,24.53.15,33.97,4.47,4.55,10.61,7.05,16.99,6.92,5.4.05,10.71-1.41,15.33-4.21,1.05-.6,1.5-1.05,1.5-1.66.02-.38-.08-.74-.3-1.05l-1.5-3.16c-.16-.62-.71-1.05-1.35-1.05-.38-.02-.75.08-1.05.3-3.79,2.03-8.03,3.06-12.33,3.01-7.72.36-14.52-5.03-15.93-12.63h33.67c1.35,0,1.95-.6,1.95-1.95v-2.56c.23-6.17-2.11-12.16-6.47-16.54M8.57,37.28c.72-3.7,2.68-7.04,5.56-9.47,5.45-4.23,13.2-3.71,18.04,1.2,2.22,2.21,3.55,5.15,3.76,8.27H8.57Z"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M51.98,64.49c-1.35,0-1.95-.6-1.95-1.81V1.95c0-1.35.6-1.95,1.95-1.95h4.06c1.35,0,1.95.6,1.95,1.95v60.58c0,1.35-.6,1.95-1.95,1.95h-4.06Z"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M165.34,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M164.35,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M179.39,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M178.39,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M158.32,35.52c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.11c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.14c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-26.09c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.96c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-26c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-b9d500a0-3271-434c-b8a6-99860b76b552" d="M232.92,35.65c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.23c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.12c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-25.93c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.82c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-25.88c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M262.5,26.2h-4.52v-2.67h12.33v2.67h-4.52v11.48h-3.27v-11.48h0Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M293.11,35.05v2.63h-10.95v-14.14h10.69v2.63h-7.44v3.07h6.57v2.54h-6.57v3.27h7.7Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M304.89,30.6c0-4.27,3.27-7.31,7.68-7.31,2.44,0,4.48.89,5.82,2.5l-2.1,1.94c-.95-1.09-2.14-1.66-3.56-1.66-2.65,0-4.52,1.86-4.52,4.52s1.88,4.52,4.52,4.52c1.42,0,2.61-.56,3.56-1.68l2.1,1.94c-1.33,1.64-3.37,2.52-5.84,2.52-4.39,0-7.66-3.05-7.66-7.31Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M343.67,23.53v14.14h-3.27v-5.8h-6.43v5.8h-3.27v-14.14h3.27v5.58h6.43v-5.58h3.27Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M257.97,57.18c0-4.27,3.27-7.31,7.68-7.31,2.44,0,4.48.89,5.82,2.5l-2.1,1.94c-.95-1.09-2.14-1.66-3.56-1.66-2.65,0-4.52,1.86-4.52,4.52s1.88,4.52,4.52,4.52c1.42,0,2.61-.56,3.56-1.68l2.1,1.94c-1.33,1.64-3.37,2.52-5.84,2.52-4.39,0-7.66-3.05-7.66-7.31Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M282.59,57.18c0-4.21,3.27-7.31,7.74-7.31s7.74,3.09,7.74,7.31-3.29,7.31-7.74,7.31-7.74-3.11-7.74-7.31ZM294.75,57.18c0-2.69-1.9-4.52-4.43-4.52s-4.43,1.84-4.43,4.52,1.9,4.52,4.43,4.52,4.43-1.84,4.43-4.52Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M323.51,64.25l-.02-8.49-4.16,6.99h-1.48l-4.14-6.81v8.31h-3.07v-14.14h2.71l5.29,8.79,5.21-8.79h2.69l.04,14.14h-3.07Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M352.3,55.24c0,3.15-2.36,5.11-6.14,5.11h-2.85v3.9h-3.27v-14.14h6.12c3.78,0,6.14,1.96,6.14,5.13ZM348.99,55.24c0-1.56-1.01-2.46-3.01-2.46h-2.67v4.91h2.67c2.01,0,3.01-.91,3.01-2.44Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M373.34,61.22h-6.57l-1.25,3.03h-3.35l6.31-14.14h3.23l6.33,14.14h-3.44l-1.26-3.03ZM372.31,58.73l-2.24-5.42-2.24,5.42h4.49Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M402.59,50.1v14.14h-2.69l-7.05-8.59v8.59h-3.23v-14.14h2.71l7.03,8.59v-8.59h3.23Z"/><path class="uuid-e7e8359d-5d04-4e8c-947e-a9df3d9baf76" d="M422.84,59.24v5.01h-3.27v-5.05l-5.48-9.09h3.48l3.78,6.29,3.78-6.29h3.21l-5.49,9.13Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-64f10b2f-8059-41a6-b930-a2d8ebf3b7be" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 428.33 64.49"><defs><style>.uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49{fill:#fff;}</style></defs><g id="uuid-548982d6-96bc-4a28-8293-a8a00281ca07"><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M109.81,17.43h-4.06c-1.35,0-1.95.6-1.95,1.95v3.61c-9.54-8.21-23.77-7.75-32.77,1.05-9.22,9.27-9.22,24.25,0,33.52,4.47,4.55,10.61,7.05,16.99,6.92,5.82-.01,11.43-2.15,15.78-6.01v4.06c0,1.35.6,1.95,1.95,1.95h4.06c1.35,0,1.95-.6,1.95-1.95V19.39c0-1.35-.61-1.96-1.96-1.96M99.28,52.01c-3.01,2.95-7.06,4.57-11.27,4.51-4.24.07-8.32-1.61-11.27-4.66-3.1-2.92-4.79-7.02-4.66-11.27-.09-4.17,1.54-8.19,4.51-11.12h0c2.95-3.05,7.03-4.73,11.27-4.66,4.26-.09,8.38,1.54,11.43,4.51,6.21,6.29,6.21,16.41,0,22.7"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M37.43,22.99c-3.91-3.87-9.23-5.99-14.73-5.86-5.98-.15-11.75,2.19-15.93,6.46-9.08,9.53-9.01,24.53.15,33.97,4.47,4.55,10.61,7.05,16.99,6.92,5.4.05,10.71-1.41,15.33-4.21,1.05-.6,1.5-1.05,1.5-1.66.02-.38-.08-.74-.3-1.05l-1.5-3.16c-.16-.62-.71-1.05-1.35-1.05-.38-.02-.75.08-1.05.3-3.79,2.03-8.03,3.06-12.33,3.01-7.72.36-14.52-5.03-15.93-12.63h33.67c1.35,0,1.95-.6,1.95-1.95v-2.56c.23-6.17-2.11-12.16-6.47-16.54M8.57,37.28c.72-3.7,2.68-7.04,5.56-9.47,5.45-4.23,13.2-3.71,18.04,1.2,2.22,2.21,3.55,5.15,3.76,8.27H8.57Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M51.98,64.49c-1.35,0-1.95-.6-1.95-1.81V1.95c0-1.35.6-1.95,1.95-1.95h4.06c1.35,0,1.95.6,1.95,1.95v60.58c0,1.35-.6,1.95-1.95,1.95h-4.06Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M165.34,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M164.35,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M179.39,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M178.39,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M158.32,35.52c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.11c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.14c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-26.09c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.96c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-26c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M232.92,35.65c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.23c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.12c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-25.93c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.82c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-25.88c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M262.5,26.2h-4.52v-2.67h12.33v2.67h-4.52v11.48h-3.27v-11.48h0Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M293.11,35.05v2.63h-10.95v-14.14h10.69v2.63h-7.44v3.07h6.57v2.54h-6.57v3.27h7.7Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M304.89,30.6c0-4.27,3.27-7.31,7.68-7.31,2.44,0,4.48.89,5.82,2.5l-2.1,1.94c-.95-1.09-2.14-1.66-3.56-1.66-2.65,0-4.52,1.86-4.52,4.52s1.88,4.52,4.52,4.52c1.42,0,2.61-.56,3.56-1.68l2.1,1.94c-1.33,1.64-3.37,2.52-5.84,2.52-4.39,0-7.66-3.05-7.66-7.31Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M343.67,23.53v14.14h-3.27v-5.8h-6.43v5.8h-3.27v-14.14h3.27v5.58h6.43v-5.58h3.27Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M257.97,57.18c0-4.27,3.27-7.31,7.68-7.31,2.44,0,4.48.89,5.82,2.5l-2.1,1.94c-.95-1.09-2.14-1.66-3.56-1.66-2.65,0-4.52,1.86-4.52,4.52s1.88,4.52,4.52,4.52c1.42,0,2.61-.56,3.56-1.68l2.1,1.94c-1.33,1.64-3.37,2.52-5.84,2.52-4.39,0-7.66-3.05-7.66-7.31Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M282.59,57.18c0-4.21,3.27-7.31,7.74-7.31s7.74,3.09,7.74,7.31-3.29,7.31-7.74,7.31-7.74-3.11-7.74-7.31ZM294.75,57.18c0-2.69-1.9-4.52-4.43-4.52s-4.43,1.84-4.43,4.52,1.9,4.52,4.43,4.52,4.43-1.84,4.43-4.52Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M323.51,64.25l-.02-8.49-4.16,6.99h-1.48l-4.14-6.81v8.31h-3.07v-14.14h2.71l5.29,8.79,5.21-8.79h2.69l.04,14.14h-3.07Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M352.3,55.24c0,3.15-2.36,5.11-6.14,5.11h-2.85v3.9h-3.27v-14.14h6.12c3.78,0,6.14,1.96,6.14,5.13ZM348.99,55.24c0-1.56-1.01-2.46-3.01-2.46h-2.67v4.91h2.67c2.01,0,3.01-.91,3.01-2.44Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M373.34,61.22h-6.57l-1.25,3.03h-3.35l6.31-14.14h3.23l6.33,14.14h-3.44l-1.26-3.03ZM372.31,58.73l-2.24-5.42-2.24,5.42h4.49Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M402.59,50.1v14.14h-2.69l-7.05-8.59v8.59h-3.23v-14.14h2.71l7.03,8.59v-8.59h3.23Z"/><path class="uuid-2353e6e1-8c8c-4186-96ff-1cb8b587de49" d="M422.84,59.24v5.01h-3.27v-5.05l-5.48-9.09h3.48l3.78,6.29,3.78-6.29h3.21l-5.49,9.13Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-9b505b3b-6787-430a-be39-3de555697b5b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 232.92 94.81"><defs><style>.uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72{fill:#233df7;}.uuid-d84d9dfb-577f-4577-a284-060de3da57a8{fill:#464646;}</style></defs><g id="uuid-bad46e9b-5235-44a1-8527-f9ed55a51fe2"><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M109.81,17.43h-4.06c-1.35,0-1.95.6-1.95,1.95v3.61c-9.54-8.21-23.77-7.75-32.77,1.05-9.22,9.27-9.22,24.25,0,33.52,4.47,4.55,10.61,7.05,16.99,6.92,5.82-.01,11.43-2.15,15.78-6.01v4.06c0,1.35.6,1.95,1.95,1.95h4.06c1.35,0,1.95-.6,1.95-1.95V19.39c0-1.35-.61-1.96-1.96-1.96M99.28,52.01c-3.01,2.95-7.06,4.57-11.27,4.51-4.24.07-8.32-1.61-11.27-4.66-3.1-2.92-4.79-7.02-4.66-11.27-.09-4.17,1.54-8.19,4.51-11.12h0c2.95-3.05,7.03-4.73,11.27-4.66,4.26-.09,8.38,1.54,11.43,4.51,6.21,6.29,6.21,16.41,0,22.7"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M37.43,22.99c-3.91-3.87-9.23-5.99-14.73-5.86-5.98-.15-11.75,2.19-15.93,6.46-9.08,9.53-9.01,24.53.15,33.97,4.47,4.55,10.61,7.05,16.99,6.92,5.4.05,10.71-1.41,15.33-4.21,1.05-.6,1.5-1.05,1.5-1.66.02-.38-.08-.74-.3-1.05l-1.5-3.16c-.16-.62-.71-1.05-1.35-1.05-.38-.02-.75.08-1.05.3-3.79,2.03-8.03,3.06-12.33,3.01-7.72.36-14.52-5.03-15.93-12.63h33.67c1.35,0,1.95-.6,1.95-1.95v-2.56c.23-6.17-2.11-12.16-6.47-16.54M8.57,37.28c.72-3.7,2.68-7.04,5.56-9.47,5.45-4.23,13.2-3.71,18.04,1.2,2.22,2.21,3.55,5.15,3.76,8.27H8.57Z"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M51.98,64.49c-1.35,0-1.95-.6-1.95-1.81V1.95c0-1.35.6-1.95,1.95-1.95h4.06c1.35,0,1.95.6,1.95,1.95v60.58c0,1.35-.6,1.95-1.95,1.95h-4.06Z"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M165.34,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M164.35,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M179.39,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M178.39,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M158.32,35.52c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.11c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.14c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-26.09c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.96c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-26c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-3dbecb9c-44df-4f5f-a5fe-e8d93be53e72" d="M232.92,35.65c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.23c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.12c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-25.93c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.82c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-25.88c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M18.57,86.48h-3.22v-1.9h8.76v1.9h-3.22v8.16h-2.33v-8.16h0Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M40.34,92.77v1.87h-7.78v-10.05h7.6v1.87h-5.29v2.18h4.67v1.81h-4.67v2.33h5.47Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M48.71,89.61c0-3.03,2.33-5.2,5.46-5.2,1.74,0,3.19.63,4.14,1.78l-1.49,1.38c-.67-.78-1.52-1.18-2.53-1.18-1.88,0-3.22,1.32-3.22,3.22s1.34,3.22,3.22,3.22c1.01,0,1.85-.4,2.53-1.19l1.49,1.38c-.95,1.16-2.4,1.79-4.15,1.79-3.12,0-5.44-2.17-5.44-5.2Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M76.28,84.59v10.05h-2.33v-4.12h-4.57v4.12h-2.33v-10.05h2.33v3.96h4.57v-3.96h2.33Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M96.46,89.61c0-3.03,2.33-5.2,5.46-5.2,1.74,0,3.19.63,4.14,1.78l-1.49,1.38c-.67-.78-1.52-1.18-2.53-1.18-1.88,0-3.22,1.32-3.22,3.22s1.34,3.22,3.22,3.22c1.01,0,1.85-.4,2.53-1.19l1.49,1.38c-.95,1.16-2.4,1.79-4.15,1.79-3.12,0-5.44-2.17-5.44-5.2Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M113.96,89.61c0-2.99,2.33-5.2,5.5-5.2s5.5,2.2,5.5,5.2-2.34,5.2-5.5,5.2-5.5-2.21-5.5-5.2ZM122.61,89.61c0-1.91-1.35-3.22-3.15-3.22s-3.15,1.31-3.15,3.22,1.35,3.22,3.15,3.22,3.15-1.31,3.15-3.22Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M143.05,94.64v-6.03s-2.97,4.97-2.97,4.97h-1.05l-2.94-4.84v5.9h-2.18v-10.05h1.93l3.76,6.25,3.71-6.25h1.91l.03,10.05h-2.18Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M163.52,88.24c0,2.24-1.68,3.63-4.37,3.63h-2.02v2.77h-2.33v-10.05h4.35c2.69,0,4.37,1.39,4.37,3.65ZM161.16,88.24c0-1.11-.72-1.75-2.14-1.75h-1.9v3.49h1.9c1.43,0,2.14-.65,2.14-1.74Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M178.47,92.49h-4.67l-.89,2.16h-2.38l4.48-10.05h2.3l4.5,10.05h-2.44l-.89-2.16ZM177.74,90.72l-1.6-3.85-1.6,3.85h3.19Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M199.26,84.59v10.05h-1.91l-5.01-6.11v6.11h-2.3v-10.05h1.93l5,6.11v-6.11h2.3Z"/><path class="uuid-d84d9dfb-577f-4577-a284-060de3da57a8" d="M213.66,91.08v3.56h-2.33v-3.59l-3.89-6.46h2.47l2.68,4.47,2.68-4.47h2.28l-3.9,6.49Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-21a7d570-7521-45cd-928f-97116c9564a8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 232.92 94.81"><defs><style>.uuid-62abc86f-0fda-43e9-a394-6ff67106858a{fill:#fff;}</style></defs><g id="uuid-f2a7af21-89c9-46d8-9a39-706c14440426"><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M109.81,17.43h-4.06c-1.35,0-1.95.6-1.95,1.95v3.61c-9.54-8.21-23.77-7.75-32.77,1.05-9.22,9.27-9.22,24.25,0,33.52,4.47,4.55,10.61,7.05,16.99,6.92,5.82-.01,11.43-2.15,15.78-6.01v4.06c0,1.35.6,1.95,1.95,1.95h4.06c1.35,0,1.95-.6,1.95-1.95V19.39c0-1.35-.61-1.96-1.96-1.96M99.28,52.01c-3.01,2.95-7.06,4.57-11.27,4.51-4.24.07-8.32-1.61-11.27-4.66-3.1-2.92-4.79-7.02-4.66-11.27-.09-4.17,1.54-8.19,4.51-11.12h0c2.95-3.05,7.03-4.73,11.27-4.66,4.26-.09,8.38,1.54,11.43,4.51,6.21,6.29,6.21,16.41,0,22.7"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M37.43,22.99c-3.91-3.87-9.23-5.99-14.73-5.86-5.98-.15-11.75,2.19-15.93,6.46-9.08,9.53-9.01,24.53.15,33.97,4.47,4.55,10.61,7.05,16.99,6.92,5.4.05,10.71-1.41,15.33-4.21,1.05-.6,1.5-1.05,1.5-1.66.02-.38-.08-.74-.3-1.05l-1.5-3.16c-.16-.62-.71-1.05-1.35-1.05-.38-.02-.75.08-1.05.3-3.79,2.03-8.03,3.06-12.33,3.01-7.72.36-14.52-5.03-15.93-12.63h33.67c1.35,0,1.95-.6,1.95-1.95v-2.56c.23-6.17-2.11-12.16-6.47-16.54M8.57,37.28c.72-3.7,2.68-7.04,5.56-9.47,5.45-4.23,13.2-3.71,18.04,1.2,2.22,2.21,3.55,5.15,3.76,8.27H8.57Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M51.98,64.49c-1.35,0-1.95-.6-1.95-1.81V1.95c0-1.35.6-1.95,1.95-1.95h4.06c1.35,0,1.95.6,1.95,1.95v60.58c0,1.35-.6,1.95-1.95,1.95h-4.06Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M165.34,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M164.35,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M179.39,11.27c-.81-.74-1.26-1.78-1.27-2.87,0-1.12.46-2.2,1.27-2.99,1.7-1.53,4.28-1.53,5.98,0,.79.8,1.24,1.87,1.26,2.99.02,1.1-.44,2.15-1.26,2.87-1.7,1.53-4.28,1.53-5.98,0"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M178.39,20.23c0-2.2,1.78-3.98,3.98-3.98s3.98,1.78,3.98,3.98v42.3c0,1.35-.6,1.95-1.96,1.95h-4.05c-1.35,0-1.96-.6-1.96-1.95V19.98"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M158.32,35.52c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.11c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.14c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-26.09c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.96c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-26c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M232.92,35.65c0-10.63-8.62-19.25-19.25-19.25-5.1,0-9.74,1.99-13.19,5.23h-.03v-2.23c0-1.35-.6-1.96-1.95-1.96h-4.06c-1.35,0-1.96.6-1.96,1.96v43.12c0,1.35.6,1.95,1.96,1.95h4.06c1.35,0,1.95-.6,1.95-1.95v-25.93c0-6.8,5.49-12.3,12.29-12.3s12.32,5.51,12.32,12.32h.01s.02,1.11.02,1.11v24.82c0,1.35.6,1.95,1.96,1.95h3.9c1.35,0,1.95-.6,1.95-1.95v-25.88c0-.34,0-.68-.02-1.02l.02.02Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M18.57,86.48h-3.22v-1.9h8.76v1.9h-3.22v8.16h-2.33v-8.16h0Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M40.34,92.77v1.87h-7.78v-10.05h7.6v1.87h-5.29v2.18h4.67v1.81h-4.67v2.33h5.47Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M48.71,89.61c0-3.03,2.33-5.2,5.46-5.2,1.74,0,3.19.63,4.14,1.78l-1.49,1.38c-.67-.78-1.52-1.18-2.53-1.18-1.88,0-3.22,1.32-3.22,3.22s1.34,3.22,3.22,3.22c1.01,0,1.85-.4,2.53-1.19l1.49,1.38c-.95,1.16-2.4,1.79-4.15,1.79-3.12,0-5.44-2.17-5.44-5.2Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M76.28,84.59v10.05h-2.33v-4.12h-4.57v4.12h-2.33v-10.05h2.33v3.96h4.57v-3.96h2.33Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M96.46,89.61c0-3.03,2.33-5.2,5.46-5.2,1.74,0,3.19.63,4.14,1.78l-1.49,1.38c-.67-.78-1.52-1.18-2.53-1.18-1.88,0-3.22,1.32-3.22,3.22s1.34,3.22,3.22,3.22c1.01,0,1.85-.4,2.53-1.19l1.49,1.38c-.95,1.16-2.4,1.79-4.15,1.79-3.12,0-5.44-2.17-5.44-5.2Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M113.96,89.61c0-2.99,2.33-5.2,5.5-5.2s5.5,2.2,5.5,5.2-2.34,5.2-5.5,5.2-5.5-2.21-5.5-5.2ZM122.61,89.61c0-1.91-1.35-3.22-3.15-3.22s-3.15,1.31-3.15,3.22,1.35,3.22,3.15,3.22,3.15-1.31,3.15-3.22Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M143.05,94.64v-6.03s-2.97,4.97-2.97,4.97h-1.05l-2.94-4.84v5.9h-2.18v-10.05h1.93l3.76,6.25,3.71-6.25h1.91l.03,10.05h-2.18Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M163.52,88.24c0,2.24-1.68,3.63-4.37,3.63h-2.02v2.77h-2.33v-10.05h4.35c2.69,0,4.37,1.39,4.37,3.65ZM161.16,88.24c0-1.11-.72-1.75-2.14-1.75h-1.9v3.49h1.9c1.43,0,2.14-.65,2.14-1.74Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M178.47,92.49h-4.67l-.89,2.16h-2.38l4.48-10.05h2.3l4.5,10.05h-2.44l-.89-2.16ZM177.74,90.72l-1.6-3.85-1.6,3.85h3.19Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M199.26,84.59v10.05h-1.91l-5.01-6.11v6.11h-2.3v-10.05h1.93l5,6.11v-6.11h2.3Z"/><path class="uuid-62abc86f-0fda-43e9-a394-6ff67106858a" d="M213.66,91.08v3.56h-2.33v-3.59l-3.89-6.46h2.47l2.68,4.47,2.68-4.47h2.28l-3.9,6.49Z"/></g></svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,63 @@
1
+ <svg width="185" height="43" viewBox="0 0 185 43" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7822_23307)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M32.1537 28.2803L39.0374 33.9819H36.8714L32.124 29.3097H32.9153L32.1537 28.2803Z" fill="#1E1E1E"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.7637 28.9934L32.8362 25.8555L42.3409 33.9724H39.7199L34.9923 29.2111H35.7637C35.7637 29.2111 36.0506 29.2111 35.7637 28.9835V28.9934Z" fill="#1E1E1E"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.2956 29.1908C38.9781 29.2205 38.8891 28.7949 38.8891 28.7949L33.479 23.3506L44.5464 33.18C44.5464 33.18 43.8343 33.9224 42.8057 33.9818L38.2561 29.2007H38.2857L38.2956 29.1908Z" fill="#1E1E1E"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.0066 27.8252L40.2341 26.9739L34.2009 20.708L46.2375 31.5075C46.2375 31.5075 45.8914 32.3588 44.9023 33.022L40.0066 27.8351V27.8252Z" fill="#1E1E1E"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.7188 25.2912L40.9463 24.4894L35.0022 18.085L47.0982 29.3695C47.0982 29.3695 46.9004 30.3099 46.4454 31.3393L40.7485 25.3308L40.7188 25.3011V25.2912Z" fill="#1E1E1E"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.6252 15.6299L47.6915 27.0233L47.1772 28.8843L41.4012 22.7273L41.599 22.0146L35.6252 15.6299Z" fill="#1E1E1E"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.2175 13.8086L48.4036 24.519L47.8596 26.4591L42.1133 20.223L42.2517 19.6191L37.2175 13.8086Z" fill="#1E1E1E"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.5408 13.8086L49.0564 22.0443L48.5421 23.9251L42.8255 17.5107L43.0529 16.7782L40.5408 13.8086Z" fill="#1E1E1E"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.8145 13.9277L43.6167 14.7196L49.2246 21.4706L49.7389 19.6195L43.8145 13.9277Z" fill="#1E1E1E"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.7946 13.7787L40.5406 13.8084L35.6548 9.02734H38.9186L43.7946 13.7787Z" fill="#1E1E1E"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.2198 9.02734L39.2649 13.8381H37.1879L32.4307 9.19562C32.4307 9.19562 32.9153 9.07684 33.5087 9.02734H35.2198Z" fill="#1E1E1E"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.0767 10.6514L35.4571 16.3728L34.9724 18.0853L29.0481 12.7598C29.0481 12.7598 29.1866 11.5917 30.0767 10.6514Z" fill="#1E1E1E"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.9097 12.9873L34.7154 19.0552L34.2604 20.738L28.2471 15.264L28.9097 12.9873Z" fill="#1E1E1E"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.1382 15.6299L34.0033 21.6681L33.5483 23.3509L27.4558 17.9462L28.1382 15.6299Z" fill="#1E1E1E"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.337 18.3428L26.6545 20.6195L32.836 25.8658L33.2613 24.2919L27.337 18.3428Z" fill="#1E1E1E"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.5756 20.9062L32.5494 26.9148L31.9461 29.1123L25.8833 23.183L26.5756 20.9062Z" fill="#1E1E1E"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.6548 15.6599L30.2744 10.3938C30.9865 9.54252 32.0646 9.28516 32.0646 9.28516L36.5054 14.0464C35.7636 14.3335 35.6548 15.6698 35.6548 15.6698V15.6599Z" fill="#1E1E1E"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M78.2528 19.6197L75.6318 29.2511H79.3308L81.3485 21.9558H83.2573C83.376 21.9558 83.8508 21.9558 83.8508 22.9258C83.8508 23.8959 82.5749 24.2028 82.5749 24.2028H81.1804L82.5749 28.5285C82.5749 28.5285 82.8914 29.3303 84.1969 29.2412H88.8949L93.1378 21.639L93.306 29.2412H96.9457L96.2039 19.5801H91.3971C91.3971 19.5801 90.774 19.6395 90.4279 20.2334C90.2894 20.5205 86.3827 27.1031 86.3827 27.1031H85.7299C85.7299 27.1031 85.4431 27.1031 85.3046 26.6181L84.909 25.4203C85.275 25.4203 87.3025 24.5393 87.3025 22.0845C87.3025 19.6296 86.1651 19.6098 85.453 19.5801H78.2825L78.2528 19.6098V19.6197Z" fill="#1E1E1E"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61.7162 29.2803H64.9306L67.4922 19.6488H63.8228L62.458 24.2913L61.5777 20.3615C61.6074 20.3615 61.3206 19.6191 60.3019 19.6191H56.9193L54.1599 29.2506H57.9183L59.57 23.7568L60.4205 28.429C60.4205 28.429 60.5887 29.2308 61.6964 29.2506L61.7261 29.2803H61.7162Z" fill="#1E1E1E"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M51.4203 19.6191H55.0599L52.4983 29.2803H48.8586L51.4203 19.6191Z" fill="#1E1E1E"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M77.1748 19.6191L76.522 21.9849H72.4768L71.9922 23.7271H76.0077L75.3253 26.0929H71.3395L70.4592 29.2803H66.5327L69.035 20.3615C69.035 20.3615 69.2328 19.6191 70.0636 19.6488H77.2045L77.1748 19.6191Z" fill="#1E1E1E"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M122.938 19.6494H124.194L121.83 28.3405H127.299C127.299 28.3405 127.299 28.9938 127.131 29.1621H120.248L122.948 19.6494H122.938Z" fill="#1E1E1E"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.541 19.6494H120.97C120.97 19.6494 121.197 20.2235 120.623 20.4215H114.956L113.987 23.8663H119.338C119.338 23.8663 119.476 24.3513 119.199 24.6681H113.76L112.711 28.3405H118.378C118.378 28.3405 118.546 28.9641 118.181 29.1621H111.089L113.621 20.3324C113.621 20.3324 113.967 19.5603 114.531 19.6791V19.6494H114.541Z" fill="#1E1E1E"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103.899 20.3324H107.598C107.598 20.3324 109.338 20.1641 109.309 22.7279C109.309 22.7279 109.22 23.9257 108.537 25.8064C108.537 25.8064 107.855 28.1722 105.353 28.4791H101.743L103.909 20.3621V20.3324H103.899ZM102.791 19.6494H108.567C108.567 19.6494 110.733 19.788 110.703 22.7576C110.703 22.7576 110.763 23.9257 109.932 26.2618C109.932 26.2618 109.081 28.9938 106.174 29.172H100.14L102.791 19.6593V19.6494Z" fill="#1E1E1E"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M151.541 19.6494H157.772C157.772 19.6494 159.077 19.7385 159.107 21.8172C159.107 21.8172 159.107 24.2424 156.941 24.579H154.468L156.259 28.2217C156.259 28.2217 156.397 28.4197 157.06 28.39H157.653L157.515 29.1918H155.467C155.467 29.1918 154.894 29.2512 154.557 28.2514L152.362 23.7178H155.833C155.833 23.7178 157.089 23.8861 157.623 22.4112C157.623 22.4112 157.821 21.8667 157.534 21.1045C157.534 21.1045 157.218 20.4215 156.506 20.4512H152.639L150.018 29.172H148.594L151.472 19.6593H151.531L151.541 19.6494Z" fill="#1E1E1E"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M141.126 19.6488H142.521L140.899 25.5188C140.899 25.5188 140.246 28.3399 143.094 28.3696C145.943 28.3993 146.625 25.7167 146.625 25.7167L148.336 19.6488H149.672L147.881 25.9444C147.881 25.9444 147.229 29.1318 143.104 29.1615C139.01 29.1912 139.633 25.3703 139.633 25.3703L141.116 19.6191L141.146 19.6488H141.126Z" fill="#1E1E1E"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M133.075 19.6494H138.565L138.08 21.6688H137.17C137.17 21.6688 136.883 20.3918 135.944 20.3918H133.837C133.837 20.3918 132.274 20.6789 132.185 22.134C132.185 22.134 131.839 23.698 133.293 23.6188H136.309C136.309 23.6188 138.644 23.985 138.416 25.8163C138.416 25.8163 138.555 29.1819 134.856 29.1819H132.067C132.067 29.1819 128.536 29.4986 129.396 26.4795H130.85L130.791 27.2219C130.791 27.2219 130.959 28.5583 132.245 28.4791H134.638C134.638 28.4791 136.774 28.1326 136.883 26.5983C136.883 26.5983 137.308 24.8363 135.459 24.579H132.442C132.442 24.579 129.821 24.579 130.988 21.3619C130.988 21.3619 131.582 19.7682 133.095 19.6494L133.065 19.6791L133.075 19.6494Z" fill="#1E1E1E"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M32.1537 28.2803L39.0374 33.9819H36.8714L32.124 29.3097H32.9153L32.1537 28.2803Z" fill="#1E1E1E"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.7637 28.9934L32.8362 25.8555L42.3409 33.9724H39.7199L34.9923 29.2111H35.7637C35.7637 29.2111 36.0506 29.2111 35.7637 28.9835V28.9934Z" fill="#1E1E1E"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.2956 29.1908C38.9781 29.2205 38.8891 28.7949 38.8891 28.7949L33.479 23.3506L44.5464 33.18C44.5464 33.18 43.8343 33.9224 42.8057 33.9818L38.2561 29.2007H38.2857L38.2956 29.1908Z" fill="#1E1E1E"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.0066 27.8252L40.2341 26.9739L34.2009 20.708L46.2375 31.5075C46.2375 31.5075 45.8914 32.3588 44.9023 33.022L40.0066 27.8351V27.8252Z" fill="#1E1E1E"/>
34
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.7188 25.2912L40.9463 24.4894L35.0022 18.085L47.0982 29.3695C47.0982 29.3695 46.9004 30.3099 46.4454 31.3393L40.7485 25.3308L40.7188 25.3011V25.2912Z" fill="#1E1E1E"/>
35
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.6252 15.6299L47.6915 27.0233L47.1772 28.8843L41.4012 22.7273L41.599 22.0146L35.6252 15.6299Z" fill="#1E1E1E"/>
36
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.2175 13.8086L48.4036 24.519L47.8596 26.4591L42.1133 20.223L42.2517 19.6191L37.2175 13.8086Z" fill="#1E1E1E"/>
37
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.5408 13.8086L49.0564 22.0443L48.5421 23.9251L42.8255 17.5107L43.0529 16.7782L40.5408 13.8086Z" fill="#1E1E1E"/>
38
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.8145 13.9277L43.6167 14.7196L49.2246 21.4706L49.7389 19.6195L43.8145 13.9277Z" fill="#1E1E1E"/>
39
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.7946 13.7787L40.5406 13.8084L35.6548 9.02734H38.9186L43.7946 13.7787Z" fill="#1E1E1E"/>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.2198 9.02734L39.2649 13.8381H37.1879L32.4307 9.19562C32.4307 9.19562 32.9153 9.07684 33.5087 9.02734H35.2198Z" fill="#1E1E1E"/>
41
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.0767 10.6514L35.4571 16.3728L34.9724 18.0853L29.0481 12.7598C29.0481 12.7598 29.1866 11.5917 30.0767 10.6514Z" fill="#1E1E1E"/>
42
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.9097 12.9873L34.7154 19.0552L34.2604 20.738L28.2471 15.264L28.9097 12.9873Z" fill="#1E1E1E"/>
43
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.1382 15.6299L34.0033 21.6681L33.5483 23.3509L27.4558 17.9462L28.1382 15.6299Z" fill="#1E1E1E"/>
44
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.337 18.3428L26.6545 20.6195L32.836 25.8658L33.2613 24.2919L27.337 18.3428Z" fill="#1E1E1E"/>
45
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.5756 20.9062L32.5494 26.9148L31.9461 29.1123L25.8833 23.183L26.5756 20.9062Z" fill="#1E1E1E"/>
46
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.6548 15.6599L30.2744 10.3938C30.9865 9.54252 32.0646 9.28516 32.0646 9.28516L36.5054 14.0464C35.7636 14.3335 35.6548 15.6698 35.6548 15.6698V15.6599Z" fill="#1E1E1E"/>
47
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M78.2528 19.6197L75.6318 29.2511H79.3308L81.3485 21.9558H83.2573C83.376 21.9558 83.8508 21.9558 83.8508 22.9258C83.8508 23.8959 82.5749 24.2028 82.5749 24.2028H81.1804L82.5749 28.5285C82.5749 28.5285 82.8914 29.3303 84.1969 29.2412H88.8949L93.1378 21.639L93.306 29.2412H96.9457L96.2039 19.5801H91.3971C91.3971 19.5801 90.774 19.6395 90.4279 20.2334C90.2894 20.5205 86.3827 27.1031 86.3827 27.1031H85.7299C85.7299 27.1031 85.4431 27.1031 85.3046 26.6181L84.909 25.4203C85.275 25.4203 87.3025 24.5393 87.3025 22.0845C87.3025 19.6296 86.1651 19.6098 85.453 19.5801H78.2825L78.2528 19.6098V19.6197Z" fill="#1E1E1E"/>
48
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61.7162 29.2803H64.9306L67.4922 19.6488H63.8228L62.458 24.2913L61.5777 20.3615C61.6074 20.3615 61.3206 19.6191 60.3019 19.6191H56.9193L54.1599 29.2506H57.9183L59.57 23.7568L60.4205 28.429C60.4205 28.429 60.5887 29.2308 61.6964 29.2506L61.7261 29.2803H61.7162Z" fill="#1E1E1E"/>
49
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M51.4203 19.6191H55.0599L52.4983 29.2803H48.8586L51.4203 19.6191Z" fill="#1E1E1E"/>
50
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M77.1748 19.6191L76.522 21.9849H72.4768L71.9922 23.7271H76.0077L75.3253 26.0929H71.3395L70.4592 29.2803H66.5327L69.035 20.3615C69.035 20.3615 69.2328 19.6191 70.0636 19.6488H77.2045L77.1748 19.6191Z" fill="#1E1E1E"/>
51
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M122.938 19.6494H124.194L121.83 28.3405H127.299C127.299 28.3405 127.299 28.9938 127.131 29.1621H120.248L122.948 19.6494H122.938Z" fill="#1E1E1E"/>
52
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.541 19.6494H120.97C120.97 19.6494 121.197 20.2235 120.623 20.4215H114.956L113.987 23.8663H119.338C119.338 23.8663 119.476 24.3513 119.199 24.6681H113.76L112.711 28.3405H118.378C118.378 28.3405 118.546 28.9641 118.181 29.1621H111.089L113.621 20.3324C113.621 20.3324 113.967 19.5603 114.531 19.6791V19.6494H114.541Z" fill="#1E1E1E"/>
53
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103.899 20.3324H107.598C107.598 20.3324 109.338 20.1641 109.309 22.7279C109.309 22.7279 109.22 23.9257 108.537 25.8064C108.537 25.8064 107.855 28.1722 105.353 28.4791H101.743L103.909 20.3621V20.3324H103.899ZM102.791 19.6494H108.567C108.567 19.6494 110.733 19.788 110.703 22.7576C110.703 22.7576 110.763 23.9257 109.932 26.2618C109.932 26.2618 109.081 28.9938 106.174 29.172H100.14L102.791 19.6593V19.6494Z" fill="#1E1E1E"/>
54
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M151.541 19.6494H157.772C157.772 19.6494 159.077 19.7385 159.107 21.8172C159.107 21.8172 159.107 24.2424 156.941 24.579H154.468L156.259 28.2217C156.259 28.2217 156.397 28.4197 157.06 28.39H157.653L157.515 29.1918H155.467C155.467 29.1918 154.894 29.2512 154.557 28.2514L152.362 23.7178H155.833C155.833 23.7178 157.089 23.8861 157.623 22.4112C157.623 22.4112 157.821 21.8667 157.534 21.1045C157.534 21.1045 157.218 20.4215 156.506 20.4512H152.639L150.018 29.172H148.594L151.472 19.6593H151.531L151.541 19.6494Z" fill="#1E1E1E"/>
55
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M141.126 19.6488H142.521L140.899 25.5188C140.899 25.5188 140.246 28.3399 143.094 28.3696C145.943 28.3993 146.625 25.7167 146.625 25.7167L148.336 19.6488H149.672L147.881 25.9444C147.881 25.9444 147.229 29.1318 143.104 29.1615C139.01 29.1912 139.633 25.3703 139.633 25.3703L141.116 19.6191L141.146 19.6488H141.126Z" fill="#1E1E1E"/>
56
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M133.075 19.6494H138.565L138.08 21.6688H137.17C137.17 21.6688 136.883 20.3918 135.944 20.3918H133.837C133.837 20.3918 132.274 20.6789 132.185 22.134C132.185 22.134 131.839 23.698 133.293 23.6188H136.309C136.309 23.6188 138.644 23.985 138.416 25.8163C138.416 25.8163 138.555 29.1819 134.856 29.1819H132.067C132.067 29.1819 128.536 29.4986 129.396 26.4795H130.85L130.791 27.2219C130.791 27.2219 130.959 28.5583 132.245 28.4791H134.638C134.638 28.4791 136.774 28.1326 136.883 26.5983C136.883 26.5983 137.308 24.8363 135.459 24.579H132.442C132.442 24.579 129.821 24.579 130.988 21.3619C130.988 21.3619 131.582 19.7682 133.095 19.6494L133.065 19.6791L133.075 19.6494Z" fill="#1E1E1E"/>
57
+ </g>
58
+ <defs>
59
+ <clipPath id="clip0_7822_23307">
60
+ <rect width="185" height="43" fill="white"/>
61
+ </clipPath>
62
+ </defs>
63
+ </svg>
package/assets/iom.svg ADDED
@@ -0,0 +1,28 @@
1
+ <svg width="185" height="43" viewBox="0 0 185 43" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7822_23281)">
3
+ <path d="M56.6127 13.71H54.3774V29.3103H56.6127V13.71Z" fill="#1E1E1E"/>
4
+ <path d="M68.0261 13.5117C62.705 13.5117 59.6885 17.4217 59.6885 21.5594C59.6885 25.9049 63.0215 29.5179 67.9173 29.5179C72.813 29.5179 76.4428 25.9742 76.4428 21.4901C76.4428 17.3029 73.2186 13.5117 68.036 13.5117M72.5955 25.5881C71.5174 26.7562 69.7174 27.4392 68.0459 27.4392C64.782 27.4392 61.9929 25.1031 61.9929 21.5594C61.9929 18.956 63.7534 15.6102 68.1151 15.6102C72.1801 15.6102 74.1482 18.8768 74.1482 21.4703C74.1482 22.8165 73.5746 24.5092 72.5955 25.5881Z" fill="#1E1E1E"/>
5
+ <path d="M86.719 20.1144L81.5266 13.71H79.4199V29.3103H81.665V17.1646L86.5113 23.2028H86.9168L91.7236 17.1646V29.3103H93.9588V13.71H91.8818L86.719 20.1144Z" fill="#1E1E1E"/>
6
+ <path d="M101.891 20.6292C102.712 20.6292 103.503 20.4312 104.146 19.8868C104.957 19.1938 104.957 18.2436 104.957 17.5903V13.7199H103.938V17.5903C103.938 18.2634 103.879 18.6197 103.74 18.8573C103.553 19.1839 103.048 19.7581 101.891 19.7581C101.06 19.7581 100.585 19.4908 100.289 19.1839C99.9228 18.8375 99.8338 18.4811 99.8338 17.5804V13.71H98.8052V17.5804C98.8052 18.0357 98.8052 18.8276 99.2008 19.4314C99.7645 20.2926 100.882 20.6193 101.891 20.6193" fill="#1E1E1E"/>
7
+ <path d="M114.521 20.5399V13.7197H113.571V19.0056L108.883 13.7197H108.082V20.5399H109.012V15.2837L113.67 20.5399H114.521Z" fill="#1E1E1E"/>
8
+ <path d="M102.049 25.2613L99.7348 22.46H98.7952V29.2802H99.804V23.9745L101.96 26.6075H102.148L104.284 23.9745V29.2802H105.283V22.46H104.354L102.049 25.2613Z" fill="#1E1E1E"/>
9
+ <path d="M109.002 22.46H108.003V29.2802H109.002V22.46Z" fill="#1E1E1E"/>
10
+ <path d="M114.976 26.7958H116.311V28.2212C115.648 28.4291 115.302 28.5182 114.788 28.5182C113.107 28.5182 111.989 27.3897 111.989 25.8752C111.989 24.2617 113.304 23.2422 114.689 23.2422C115.075 23.2422 116.014 23.3016 117.162 23.9549V22.9551C116.42 22.6483 115.688 22.3711 114.719 22.3711C112.335 22.3711 110.96 24.1331 110.96 25.9346C110.96 27.4887 112.068 29.3794 114.768 29.3794C115.935 29.3794 116.786 29.0527 117.32 28.8152V25.9346H114.986V26.7958H114.976Z" fill="#1E1E1E"/>
11
+ <path d="M122.414 26.0433C123.165 25.7562 123.581 25.1524 123.581 24.3605C123.581 23.6676 123.234 22.9945 122.493 22.6777C122.057 22.4897 121.622 22.46 121.296 22.46H119.555V29.2802H120.544V26.3106H120.811C121.286 26.3106 121.622 26.3106 122.315 27.1717C122.542 27.4588 123.511 28.9535 123.739 29.2802H124.926C124.451 28.617 124.273 28.3893 123.976 27.924C123.442 27.0827 123.056 26.4491 122.423 26.0433M121.899 25.3405C121.622 25.4395 121.088 25.4395 120.93 25.4395H120.544V23.2915H120.851C121.454 23.2915 121.781 23.331 122.038 23.4498C122.364 23.5983 122.572 23.9745 122.572 24.3605C122.572 24.7466 122.374 25.1623 121.909 25.3405" fill="#1E1E1E"/>
12
+ <path d="M128.971 22.4209L125.984 29.2807H127.003L127.883 27.2713H130.84L131.77 29.2807H132.788L129.673 22.4209H128.971ZM128.269 26.3903L129.307 23.9156L130.425 26.3903H128.259H128.269Z" fill="#1E1E1E"/>
13
+ <path d="M133.194 23.3211H135.578V29.2802H136.577V23.3211H139.01V22.46H133.194V23.3211Z" fill="#1E1E1E"/>
14
+ <path d="M141.779 22.46H140.78V29.2802H141.779V22.46Z" fill="#1E1E1E"/>
15
+ <path d="M147.565 22.3711C145.191 22.3711 143.846 24.0836 143.846 25.895C143.846 27.7956 145.339 29.3794 147.515 29.3794C149.691 29.3794 151.323 27.8253 151.323 25.8653C151.323 24.0341 149.889 22.3711 147.575 22.3711M149.602 27.6471C149.127 28.1618 148.316 28.4588 147.575 28.4588C146.121 28.4588 144.875 27.4392 144.875 25.8851C144.875 24.7468 145.656 23.2818 147.604 23.2818C149.424 23.2818 150.294 24.7171 150.294 25.8455C150.294 26.4395 150.037 27.172 149.602 27.6471Z" fill="#1E1E1E"/>
16
+ <path d="M158.513 22.46V27.7459L153.825 22.46H153.014V29.2802H153.954V24.0339L158.602 29.2802H159.463V22.46H158.513Z" fill="#1E1E1E"/>
17
+ <path d="M43.7353 11.7988C44.2694 12.2938 45.0211 13.155 45.0211 13.155C46.9992 15.3723 48.1563 18.3419 48.1563 20.9947C48.1563 21.0244 48.1563 21.064 48.1563 21.0937H44.8727C44.3782 15.9068 40.244 11.7988 35.2296 11.7988C29.8789 11.7988 25.5469 16.4116 25.5469 22.0935C25.5469 25.1819 26.9612 28.6365 29.2558 31.2102H31.313C30.7789 30.7153 30.0272 29.8541 30.0272 29.8541C28.0491 27.6368 26.892 24.6672 26.892 22.0143C26.892 21.9846 26.892 21.945 26.892 21.9153H30.1756C30.6701 27.1022 34.8043 31.2102 39.8187 31.2102C45.1694 31.2102 49.5113 26.5974 49.5113 20.9155C49.5113 17.8271 48.097 14.3725 45.7925 11.7988H43.7452H43.7353ZM43.5177 21.0937H41.8364V21.0541C41.8364 20.0544 41.5594 19.0843 41.0946 18.2132H42.7562C43.1518 19.1041 43.4188 20.0742 43.5177 21.0937ZM42.4595 17.6094H40.7385C40.0957 16.6393 39.2253 15.8375 38.2857 15.3228C38.7308 15.0654 39.1462 14.7585 39.5121 14.4121C40.7385 15.1941 41.7572 16.2928 42.4694 17.6094M35.6252 13.1649C36.8516 13.2242 38.0088 13.5707 39.0374 14.1349C38.1473 14.9664 36.9505 15.5009 35.6252 15.5801V13.1649ZM35.6252 16.0949C36.3373 16.0553 37.0197 15.8969 37.6428 15.6395C38.5626 16.0454 39.433 16.7383 40.0858 17.6094H35.6252V16.0949ZM35.0219 13.155V15.5801C33.6471 15.5207 32.4009 14.9565 31.4811 14.0854C32.5493 13.5113 33.746 13.1747 35.0219 13.1451M35.0219 16.0949V17.6094H30.4723C31.1251 16.7383 31.9954 16.0454 32.9152 15.6395C33.568 15.9068 34.2702 16.0751 35.012 16.1048M31.0163 14.3626C31.3921 14.7288 31.8174 15.0555 32.2822 15.3228C31.3427 15.8375 30.4723 16.6393 29.8294 17.6094H27.9997C28.7217 16.273 29.7701 15.1545 31.0163 14.3725M26.9216 21.3115C27.0008 20.2127 27.2777 19.1635 27.703 18.2132H29.4734C29.0085 19.0843 28.7316 20.0544 28.7316 21.0541C28.7316 21.1036 28.7316 21.2323 28.7316 21.3115H26.9216ZM31.5306 21.9153H33.2119C33.2119 21.9153 33.2119 21.945 33.2119 21.9549C33.2119 22.9547 33.4889 23.9247 33.9537 24.7958H32.2921C31.8965 23.905 31.6295 22.9349 31.5306 21.9153ZM32.5888 25.3997H34.3098C34.9526 26.3697 35.8329 27.1715 36.7626 27.6863C36.3175 27.9436 35.9021 28.2505 35.5362 28.5969C34.3098 27.8149 33.2911 26.7162 32.579 25.3997M39.4132 29.8343C38.1868 29.7749 37.0296 29.4284 36.001 28.8642C36.8912 28.0327 38.0879 27.4982 39.4132 27.419V29.8343ZM39.4132 26.9142C38.7011 26.9538 38.0187 27.1121 37.3956 27.3695C36.4758 26.9637 35.6153 26.2707 34.9527 25.3997H39.4132V26.9142ZM34.557 24.7958C34.0526 23.9445 33.746 22.9646 33.746 21.9549V21.3115H29.2558C29.2558 21.2323 29.2558 21.1234 29.2558 21.0541C29.2558 20.0445 29.5624 19.0645 30.0668 18.2132H40.4913C40.9957 19.0645 41.3023 20.0445 41.3023 21.0541C41.3023 21.064 41.3023 21.0838 41.3023 21.0937V21.6975H45.7925C45.7925 21.7767 45.7925 21.8856 45.7925 21.9549C45.7925 22.9646 45.4859 23.9445 44.9815 24.7958H34.5669H34.557ZM44.5661 25.3997C43.9134 26.2707 43.043 26.9637 42.1232 27.3695C41.4803 27.1022 40.7682 26.934 40.0264 26.9043V25.3898H44.5661V25.3997ZM40.0264 29.8442V27.419C41.4012 27.4784 42.6474 28.0426 43.5672 28.9137C42.499 29.4878 41.3023 29.8244 40.0264 29.8541M44.032 28.6365C43.6562 28.2703 43.2309 27.9436 42.7661 27.6764C43.7057 27.1616 44.576 26.3598 45.2189 25.3898H47.0486C46.3266 26.7261 45.2782 27.8446 44.032 28.6266M47.3453 24.7958H45.5749C46.0398 23.9247 46.3167 22.9547 46.3167 21.9549C46.3167 21.9054 46.3167 21.7767 46.3167 21.6975H48.1267C48.0475 22.7963 47.7706 23.8456 47.3453 24.7958Z" fill="#1E1E1E"/>
18
+ <path d="M35.6055 19.56C35.8428 19.56 36.0308 19.3719 36.0308 19.1443C36.0308 18.9166 35.8428 18.7285 35.6055 18.7285C35.3681 18.7285 35.1802 18.9166 35.1802 19.1443C35.1802 19.3719 35.3681 19.56 35.6055 19.56Z" fill="#1E1E1E"/>
19
+ <path d="M40.2143 19.8071C40.1847 19.7378 40.1253 19.6982 40.0462 19.6982H38.9088C38.8396 19.6982 38.7703 19.7378 38.7407 19.8071L37.9494 21.678H37.1681L36.3769 19.8071C36.3472 19.7378 36.2879 19.6982 36.2087 19.6982H34.9329C34.8636 19.6982 34.7944 19.7378 34.7647 19.8071L34.1021 21.4305C34.0625 21.5196 34.1021 21.6285 34.201 21.6582C34.2208 21.6582 34.2405 21.6681 34.2702 21.6681C34.3394 21.6681 34.4087 21.6285 34.4383 21.5592L35.0516 20.1734V21.8265L34.7054 24.024C34.6856 24.123 34.7548 24.2121 34.8537 24.2319C34.8537 24.2319 34.8735 24.2319 34.8834 24.2319C34.9724 24.2319 35.0417 24.1725 35.0614 24.0834L35.3878 22.0145H35.7637L36.09 24.0834C36.0999 24.1725 36.1791 24.2319 36.2681 24.2319C36.2681 24.2319 36.2879 24.2319 36.2977 24.2319C36.3966 24.2121 36.4659 24.123 36.4461 24.024L36.0999 21.8265L36.1593 20.1635L36.8912 21.9057C36.8912 21.9057 36.8912 21.9255 36.9011 21.9354C36.9011 21.9354 36.9011 21.9453 36.9109 21.9551C36.9109 21.9551 36.9208 21.965 36.9307 21.9749C36.9307 21.9749 36.9505 21.9848 36.9604 21.9848C36.9604 21.9848 36.9703 21.9848 36.9802 21.9848C36.9901 21.9848 37 21.9848 37.0099 21.9848L36.8615 23.3311C36.8516 23.3806 36.8615 23.44 36.9011 23.4795C36.9307 23.5191 36.9802 23.5488 37.0395 23.5488H37.1582L37.1384 24.0735C37.1384 24.1527 37.1978 24.222 37.2769 24.2319C37.356 24.2319 37.4253 24.1725 37.4253 24.0933L37.445 23.5587H37.5143H37.5835L37.6033 24.0933C37.6033 24.1725 37.6725 24.2319 37.7516 24.2319C37.8308 24.2319 37.9 24.1626 37.8901 24.0735L37.8703 23.5488H37.989C38.0385 23.5488 38.0879 23.529 38.1275 23.4795C38.1571 23.44 38.1769 23.3806 38.167 23.3311L38.0187 21.9848C38.0187 21.9848 38.0385 21.9848 38.0483 21.9848H38.0681C38.0681 21.9848 38.0879 21.9848 38.0978 21.9749C38.0978 21.9749 38.1077 21.965 38.1176 21.9551L38.1275 21.9354C38.1275 21.9354 38.1275 21.9156 38.1374 21.9156L38.8989 20.0942L39.0868 21.0247L38.2462 24.2418H40.4913L39.6506 21.0247L39.8385 20.0942L40.4814 21.5592C40.5111 21.6285 40.5803 21.6681 40.6495 21.6681C40.6693 21.6681 40.699 21.6681 40.7188 21.6582C40.8078 21.6186 40.8473 21.5097 40.8078 21.4206L40.0957 19.7972L40.2143 19.8071Z" fill="#1E1E1E"/>
20
+ <path d="M39.5022 19.56C39.7396 19.56 39.9275 19.3719 39.9275 19.1443C39.9275 18.9166 39.7396 18.7285 39.5022 18.7285C39.2648 18.7285 39.0769 18.9166 39.0769 19.1443C39.0769 19.3719 39.2648 19.56 39.5022 19.56Z" fill="#1E1E1E"/>
21
+ <path d="M37.5836 21.5495C37.7616 21.5495 37.9001 21.411 37.9001 21.2328C37.9001 21.0546 37.7616 20.916 37.5836 20.916C37.4056 20.916 37.2671 21.0546 37.2671 21.2328C37.2671 21.411 37.4056 21.5495 37.5836 21.5495Z" fill="#1E1E1E"/>
22
+ </g>
23
+ <defs>
24
+ <clipPath id="clip0_7822_23281">
25
+ <rect width="185" height="43" fill="white"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
package/assets/js.svg ADDED
@@ -0,0 +1,3 @@
1
+ <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 0V50H50V0H0ZM26.3568 42.8237C25.6212 44.3221 24.2153 45.303 22.5806 45.7825C20.0741 46.3601 17.682 46.0277 15.9002 44.9597C14.7068 44.2295 13.7751 43.1016 13.143 41.8047C14.4126 41.031 15.6768 40.2517 16.9464 39.478C16.9791 39.4943 17.0772 39.6741 17.2134 39.9085C17.6983 40.7204 18.1179 41.298 18.9407 41.7012C19.7472 41.9791 21.5235 42.1534 22.2047 40.7313C22.6242 40.0065 22.488 37.6526 22.488 35.0806C22.488 31.0429 22.5044 27.027 22.5044 22.9893H27.1796C27.1796 27.2886 27.2014 31.5769 27.1796 35.8653C27.1905 38.4917 27.4194 40.8675 26.3514 42.8346L26.3568 42.8237ZM45.7552 41.505C44.1314 47.0684 35.0643 47.2483 31.4462 43.5702C30.6833 42.7038 30.1983 42.2515 29.7461 41.2544C31.0284 40.5169 32.2944 39.7868 33.544 39.0639C34.563 40.6277 35.5002 41.4887 37.1949 41.8374C39.4889 42.1153 41.7993 41.3306 41.2816 38.8895C40.7476 36.9006 36.5791 36.4156 33.7456 34.2851C30.8631 32.3507 30.1929 27.6482 32.5578 24.9673C33.3479 23.9756 34.6938 23.2345 36.1051 22.8749C36.5955 22.815 37.0913 22.7441 37.5763 22.6842C40.4043 22.6297 42.1698 23.3708 43.4721 24.8256C43.8317 25.1907 44.126 25.5885 44.6818 26.444C43.1724 27.403 43.1779 27.3921 41.0201 28.7925C40.5569 27.8008 39.794 27.1742 38.9876 26.9072C37.7343 26.5257 36.1486 26.9398 35.8217 28.2639C35.7073 28.6726 35.7291 29.0541 35.9143 29.7297C36.4211 30.8904 38.1266 31.3917 39.6578 32.0946C44.066 33.8819 45.5536 35.7945 45.9187 38.0776C46.2729 40.0392 45.8315 41.3143 45.7661 41.505H45.7552Z" fill="#4D94FE"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="239" height="43" viewBox="0 0 239 43" fill="none" id="Logo"> <g id="logomark"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 15V31H5C5.52527 31 6.04541 31.1035 6.53076 31.3045C7.01599 31.5055 7.45703 31.8001 7.82837 32.1716C8.19983 32.543 8.49451 32.984 8.69556 33.4693C8.89648 33.9546 9 34.4747 9 35V40H21L36 25V9H31C30.4747 9 29.9546 8.89655 29.4692 8.69553C28.984 8.49451 28.543 8.19986 28.1716 7.82843C27.8002 7.457 27.5055 7.01602 27.3044 6.53073C27.1035 6.04544 27 5.5253 27 5V0H15L0 15ZM17 30H10V19L19 10H26V21L17 30Z" fill="#0004E8"></path> </g> <g id="logotype"> <path d="M230.568 12.2458C233.094 12.2458 235.125 13.0258 236.66 14.5858C238.22 16.1211 239 18.2754 239 21.0487V33.1203H233.8V21.7545C233.8 20.1449 233.391 18.9192 232.574 18.0773C231.757 17.2106 230.643 16.7773 229.231 16.7773C227.82 16.7773 226.693 17.2106 225.851 18.0773C225.034 18.9192 224.626 20.1449 224.626 21.7545V33.1203H219.426V21.7545C219.426 20.1449 219.017 18.9192 218.2 18.0773C217.383 17.2106 216.268 16.7773 214.857 16.7773C213.421 16.7773 212.282 17.2106 211.44 18.0773C210.623 18.9192 210.214 20.1449 210.214 21.7545V33.1203H205.014V12.5429H210.214V15.0315C210.883 14.1649 211.737 13.4839 212.777 12.9887C213.842 12.4934 215.005 12.2458 216.268 12.2458C217.878 12.2458 219.314 12.5925 220.577 13.2858C221.84 13.9544 222.818 14.9201 223.511 16.183C224.18 14.9944 225.146 14.041 226.408 13.3229C227.696 12.6048 229.083 12.2458 230.568 12.2458Z" fill="#000150"></path> <path d="M201.183 12.5429V33.1203H195.946V30.5202C195.278 31.4117 194.398 32.1174 193.309 32.6374C192.244 33.1326 191.08 33.3803 189.817 33.3803C188.208 33.3803 186.784 33.046 185.546 32.3774C184.308 31.6841 183.33 30.6812 182.612 29.3688C181.918 28.0316 181.572 26.4469 181.572 24.6145V12.5429H186.772V23.8716C186.772 25.5059 187.18 26.7688 187.997 27.6602C188.815 28.5269 189.929 28.9602 191.34 28.9602C192.777 28.9602 193.903 28.5269 194.72 27.6602C195.538 26.7688 195.946 25.5059 195.946 23.8716V12.5429H201.183Z" fill="#000150"></path> <path d="M170.692 33.4546C169.008 33.4546 167.497 33.1574 166.16 32.5631C164.823 31.9441 163.758 31.1145 162.966 30.0745C162.198 29.0345 161.777 27.8831 161.703 26.6202H166.94C167.039 27.4126 167.423 28.0688 168.092 28.5888C168.785 29.1088 169.639 29.3688 170.654 29.3688C171.645 29.3688 172.413 29.1707 172.957 28.7745C173.527 28.3783 173.812 27.8707 173.812 27.2517C173.812 26.5831 173.465 26.0878 172.772 25.7659C172.103 25.4193 171.026 25.0478 169.54 24.6516C168.005 24.2802 166.742 23.8964 165.752 23.5002C164.786 23.104 163.944 22.4973 163.226 21.6802C162.532 20.863 162.186 19.7611 162.186 18.3744C162.186 17.2354 162.508 16.1954 163.152 15.2544C163.82 14.3134 164.761 13.5706 165.974 13.0258C167.213 12.481 168.661 12.2086 170.32 12.2086C172.772 12.2086 174.728 12.8277 176.189 14.0658C177.65 15.2792 178.455 16.9258 178.603 19.0059H173.626C173.552 18.1887 173.205 17.5449 172.586 17.0744C171.992 16.5792 171.187 16.3315 170.172 16.3315C169.231 16.3315 168.5 16.5049 167.98 16.8516C167.485 17.1982 167.237 17.6811 167.237 18.3001C167.237 18.9935 167.584 19.5259 168.277 19.8973C168.971 20.244 170.048 20.603 171.509 20.9744C172.994 21.3459 174.22 21.7297 175.186 22.1259C176.152 22.5221 176.981 23.1411 177.675 23.983C178.393 24.8002 178.764 25.8897 178.789 27.2517C178.789 28.4402 178.455 29.505 177.786 30.446C177.142 31.3869 176.201 32.1298 174.963 32.6746C173.75 33.1946 172.326 33.4546 170.692 33.4546Z" fill="#000150"></path> <path d="M144.144 15.5144C144.813 14.5734 145.729 13.7934 146.893 13.1744C148.081 12.5306 149.431 12.2086 150.941 12.2086C152.699 12.2086 154.284 12.642 155.696 13.5087C157.132 14.3753 158.258 15.6134 159.076 17.223C159.918 18.8078 160.338 20.6525 160.338 22.7573C160.338 24.8621 159.918 26.7316 159.076 28.3659C158.258 29.9755 157.132 31.226 155.696 32.1174C154.284 33.0088 152.699 33.4546 150.941 33.4546C149.431 33.4546 148.094 33.145 146.93 32.526C145.791 31.9069 144.862 31.1269 144.144 30.186V42.9261H138.944V12.5429H144.144V15.5144ZM155.027 22.7573C155.027 21.5192 154.767 20.4544 154.247 19.563C153.752 18.6468 153.083 17.9535 152.241 17.483C151.424 17.0125 150.533 16.7773 149.567 16.7773C148.626 16.7773 147.735 17.0249 146.893 17.5201C146.075 17.9906 145.407 18.6839 144.887 19.6001C144.392 20.5163 144.144 21.5935 144.144 22.8316C144.144 24.0697 144.392 25.1469 144.887 26.0631C145.407 26.9793 146.075 27.685 146.893 28.1802C147.735 28.6507 148.626 28.886 149.567 28.886C150.533 28.886 151.424 28.6383 152.241 28.1431C153.083 27.6478 153.752 26.9421 154.247 26.0259C154.767 25.1097 155.027 24.0202 155.027 22.7573Z" fill="#000150"></path> <path d="M132.543 10.0915C131.627 10.0915 130.86 9.80672 130.241 9.23719C129.646 8.6429 129.349 7.91242 129.349 7.04574C129.349 6.17907 129.646 5.46097 130.241 4.89144C130.86 4.29715 131.627 4 132.543 4C133.46 4 134.215 4.29715 134.809 4.89144C135.428 5.46097 135.738 6.17907 135.738 7.04574C135.738 7.91242 135.428 8.6429 134.809 9.23719C134.215 9.80672 133.46 10.0915 132.543 10.0915ZM135.106 12.5429V33.1203H129.906V12.5429H135.106Z" fill="#000150"></path> <path d="M116.657 33.4546C114.676 33.4546 112.894 33.0212 111.309 32.1546C109.724 31.2631 108.474 30.0126 107.557 28.4031C106.666 26.7936 106.22 24.9364 106.22 22.8316C106.22 20.7268 106.678 18.8697 107.594 17.2601C108.535 15.6506 109.811 14.4125 111.42 13.5458C113.03 12.6544 114.825 12.2086 116.806 12.2086C118.787 12.2086 120.582 12.6544 122.192 13.5458C123.801 14.4125 125.064 15.6506 125.98 17.2601C126.921 18.8697 127.392 20.7268 127.392 22.8316C127.392 24.9364 126.909 26.7936 125.943 28.4031C125.002 30.0126 123.715 31.2631 122.08 32.1546C120.471 33.0212 118.663 33.4546 116.657 33.4546ZM116.657 28.9231C117.598 28.9231 118.477 28.7002 119.295 28.2545C120.137 27.784 120.805 27.0907 121.3 26.1745C121.796 25.2583 122.043 24.144 122.043 22.8316C122.043 20.8754 121.523 19.3773 120.483 18.3373C119.468 17.2725 118.217 16.7401 116.732 16.7401C115.246 16.7401 113.996 17.2725 112.98 18.3373C111.99 19.3773 111.495 20.8754 111.495 22.8316C111.495 24.7878 111.977 26.2983 112.943 27.3631C113.934 28.4031 115.172 28.9231 116.657 28.9231Z" fill="#000150"></path> <path d="M94.2714 33.4546C92.2904 33.4546 90.5076 33.0212 88.9228 32.1546C87.338 31.2631 86.0875 30.0126 85.1713 28.4031C84.2799 26.7936 83.8342 24.9364 83.8342 22.8316C83.8342 20.7268 84.2923 18.8697 85.2085 17.2601C86.1494 15.6506 87.4247 14.4125 89.0342 13.5458C90.6438 12.6544 92.439 12.2086 94.42 12.2086C96.401 12.2086 98.1962 12.6544 99.8058 13.5458C101.415 14.4125 102.678 15.6506 103.594 17.2601C104.535 18.8697 105.006 20.7268 105.006 22.8316C105.006 24.9364 104.523 26.7936 103.557 28.4031C102.616 30.0126 101.329 31.2631 99.6943 32.1546C98.0848 33.0212 96.2772 33.4546 94.2714 33.4546ZM94.2714 28.9231C95.2124 28.9231 96.0914 28.7002 96.9086 28.2545C97.7505 27.784 98.4191 27.0907 98.9143 26.1745C99.4096 25.2583 99.6572 24.144 99.6572 22.8316C99.6572 20.8754 99.1372 19.3773 98.0972 18.3373C97.0819 17.2725 95.8314 16.7401 94.3457 16.7401C92.86 16.7401 91.6095 17.2725 90.5942 18.3373C89.6038 19.3773 89.1085 20.8754 89.1085 22.8316C89.1085 24.7878 89.5914 26.2983 90.5571 27.3631C91.5476 28.4031 92.7857 28.9231 94.2714 28.9231Z" fill="#000150"></path> <path d="M71.8854 33.4546C69.9044 33.4546 68.1216 33.0212 66.5368 32.1546C64.952 31.2631 63.7015 30.0126 62.7853 28.4031C61.8939 26.7936 61.4482 24.9364 61.4482 22.8316C61.4482 20.7268 61.9063 18.8697 62.8225 17.2601C63.7634 15.6506 65.0387 14.4125 66.6482 13.5458C68.2577 12.6544 70.053 12.2086 72.034 12.2086C74.0149 12.2086 75.8102 12.6544 77.4197 13.5458C79.0293 14.4125 80.2921 15.6506 81.2083 17.2601C82.1493 18.8697 82.6198 20.7268 82.6198 22.8316C82.6198 24.9364 82.1369 26.7936 81.1712 28.4031C80.2302 30.0126 78.9426 31.2631 77.3083 32.1546C75.6988 33.0212 73.8911 33.4546 71.8854 33.4546ZM71.8854 28.9231C72.8264 28.9231 73.7054 28.7002 74.5226 28.2545C75.3645 27.784 76.0331 27.0907 76.5283 26.1745C77.0235 25.2583 77.2712 24.144 77.2712 22.8316C77.2712 20.8754 76.7512 19.3773 75.7111 18.3373C74.6959 17.2725 73.4454 16.7401 71.9597 16.7401C70.474 16.7401 69.2235 17.2725 68.2082 18.3373C67.2177 19.3773 66.7225 20.8754 66.7225 22.8316C66.7225 24.7878 67.2054 26.2983 68.1711 27.3631C69.1616 28.4031 70.3997 28.9231 71.8854 28.9231Z" fill="#000150"></path> <path d="M52.2 28.9974H60.743V33.1202H47V7.19427H52.2V28.9974Z" fill="#000150"></path> <path d="M85.2062 35.8843C86.5234 39.8015 90.2256 42.6231 94.5867 42.6231H95.1294C100.594 42.6231 105.024 38.1932 105.024 32.7287V32.1696H99.6596V32.7287C99.6596 35.2307 97.6314 37.2589 95.1294 37.2589H94.5867C93.3116 37.2589 92.1595 36.7321 91.3363 35.8843H85.2062Z" fill="#000150"></path> </g> </svg>