{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "visualize_large_graph.ipynb", "provenance": [], "collapsed_sections": [], "authorship_tag": "ABX9TyMee8wRDXlXprVxlm3/MOBN", "include_colab_link": true }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "language_info": { "name": "python" } }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "<a href=\"https://colab.research.google.com/github/morteza/notebooks/blob/master/visualize_large_graph.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" ] }, { "cell_type": "code", "metadata": { "id": "zdQtIntgAroe" }, "source": [ "!pip install igraph cairocffi -Uq" ], "execution_count": 1, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "ztouKcX0BB1p" }, "source": [ "import numpy as np\n", "import pandas as pd\n", "import matplotlib.pyplot as plt\n", "import igraph as ig" ], "execution_count": 2, "outputs": [] }, { "cell_type": "code", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 688 }, "id": "vWV5OIxLA5UL", "outputId": "afff8789-cdde-4329-8cac-22411a5ff3a6" }, "source": [ "g = ig.Graph.Tree(99, 10)\n", "# ig.summary(g)\n", "# g.get_adjacency()\n", "# ig.plot(g)\n", "\n", "g.es['weight'] = [np.random.randint(1,4) for e in g.es]\n", "\n", "color_dict = {0: \"gray\", 1: \"orange\"}\n", "\n", "visual_style = {}\n", "visual_style[\"vertex_size\"] = 10\n", "visual_style[\"vertex_color\"] = [color_dict[v.index % 2] for v in g.vs]\n", "visual_style[\"vertex_label\"] = [f'{i}' for i in g.vs.indices]\n", "visual_style['vertex_label_size'] = 6\n", "visual_style[\"edge_width\"] = [w for w in g.es['weight']]\n", "visual_style[\"edge_color\"] = ['red' if w<=1 else 'black' for w in g.es['weight']]\n", "visual_style[\"layout\"] = g.layout_fruchterman_reingold(niter=10000)\n", "visual_style[\"bbox\"] = (500, 500)\n", "visual_style[\"margin\"] = 20\n", "\n", "ig.plot(g, **visual_style)\n" ], "execution_count": 74, "outputs": [ { "output_type": "execute_result", "data": { "text/plain": [ "<igraph.drawing.Plot at 0x7f1eed767e50>" ], "image/svg+xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"500pt\" height=\"500pt\" viewBox=\"0 0 500 500\" version=\"1.1\">\n<defs>\n<g>\n<symbol overflow=\"visible\" id=\"glyph0-0\">\n<path style=\"stroke:none;\" d=\"M 0.203125 0 L 0.203125 -4 L 1.796875 -4 L 1.796875 0 Z M 0.40625 -0.203125 L 1.59375 -0.203125 L 1.59375 -3.796875 L 0.40625 -3.796875 Z M 0.40625 -0.203125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-1\">\n<path style=\"stroke:none;\" d=\"M 3.234375 -1.984375 C 3.234375 -1.597656 3.191406 -1.273438 3.109375 -1.015625 C 3.035156 -0.753906 2.929688 -0.546875 2.796875 -0.390625 C 2.671875 -0.234375 2.519531 -0.117188 2.34375 -0.046875 C 2.175781 0.0234375 1.992188 0.0625 1.796875 0.0625 C 1.585938 0.0625 1.394531 0.0234375 1.21875 -0.046875 C 1.050781 -0.117188 0.898438 -0.234375 0.765625 -0.390625 C 0.640625 -0.546875 0.539062 -0.753906 0.46875 -1.015625 C 0.394531 -1.273438 0.359375 -1.597656 0.359375 -1.984375 C 0.359375 -2.378906 0.394531 -2.707031 0.46875 -2.96875 C 0.539062 -3.226562 0.640625 -3.4375 0.765625 -3.59375 C 0.898438 -3.75 1.054688 -3.859375 1.234375 -3.921875 C 1.410156 -3.984375 1.601562 -4.015625 1.8125 -4.015625 C 2.007812 -4.015625 2.191406 -3.984375 2.359375 -3.921875 C 2.535156 -3.859375 2.6875 -3.75 2.8125 -3.59375 C 2.945312 -3.4375 3.050781 -3.226562 3.125 -2.96875 C 3.195312 -2.707031 3.234375 -2.378906 3.234375 -1.984375 Z M 2.703125 -1.984375 C 2.703125 -2.285156 2.679688 -2.539062 2.640625 -2.75 C 2.597656 -2.957031 2.535156 -3.125 2.453125 -3.25 C 2.378906 -3.375 2.285156 -3.460938 2.171875 -3.515625 C 2.066406 -3.566406 1.945312 -3.59375 1.8125 -3.59375 C 1.65625 -3.59375 1.519531 -3.566406 1.40625 -3.515625 C 1.300781 -3.460938 1.207031 -3.375 1.125 -3.25 C 1.050781 -3.125 0.992188 -2.957031 0.953125 -2.75 C 0.910156 -2.539062 0.890625 -2.285156 0.890625 -1.984375 C 0.890625 -1.679688 0.910156 -1.425781 0.953125 -1.21875 C 0.992188 -1.007812 1.050781 -0.84375 1.125 -0.71875 C 1.207031 -0.59375 1.300781 -0.503906 1.40625 -0.453125 C 1.519531 -0.398438 1.648438 -0.375 1.796875 -0.375 C 1.929688 -0.375 2.054688 -0.398438 2.171875 -0.453125 C 2.285156 -0.503906 2.378906 -0.59375 2.453125 -0.71875 C 2.523438 -0.84375 2.582031 -1.007812 2.625 -1.21875 C 2.675781 -1.425781 2.703125 -1.679688 2.703125 -1.984375 Z M 1.453125 -1.625 L 1.453125 -2.359375 L 2.140625 -2.359375 L 2.140625 -1.625 Z M 1.453125 -1.625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-2\">\n<path style=\"stroke:none;\" d=\"M 0.453125 0 L 0.453125 -0.421875 L 1.75 -0.421875 L 1.75 -3.421875 C 1.707031 -3.335938 1.640625 -3.257812 1.546875 -3.1875 C 1.453125 -3.125 1.34375 -3.066406 1.21875 -3.015625 C 1.101562 -2.960938 0.972656 -2.921875 0.828125 -2.890625 C 0.691406 -2.859375 0.5625 -2.84375 0.4375 -2.84375 L 0.4375 -3.28125 C 0.582031 -3.28125 0.722656 -3.296875 0.859375 -3.328125 C 0.992188 -3.359375 1.125 -3.40625 1.25 -3.46875 C 1.375 -3.53125 1.484375 -3.601562 1.578125 -3.6875 C 1.671875 -3.769531 1.742188 -3.859375 1.796875 -3.953125 L 2.28125 -3.953125 L 2.28125 -0.421875 L 3.3125 -0.421875 L 3.3125 0 Z M 0.453125 0 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-3\">\n<path style=\"stroke:none;\" d=\"M 0.421875 0 L 0.421875 -0.34375 C 0.503906 -0.53125 0.613281 -0.703125 0.75 -0.859375 C 0.894531 -1.023438 1.046875 -1.175781 1.203125 -1.3125 C 1.367188 -1.457031 1.53125 -1.59375 1.6875 -1.71875 C 1.851562 -1.851562 2 -1.984375 2.125 -2.109375 C 2.257812 -2.234375 2.363281 -2.359375 2.4375 -2.484375 C 2.519531 -2.617188 2.5625 -2.757812 2.5625 -2.90625 C 2.5625 -3.019531 2.539062 -3.117188 2.5 -3.203125 C 2.46875 -3.285156 2.414062 -3.351562 2.34375 -3.40625 C 2.28125 -3.46875 2.203125 -3.507812 2.109375 -3.53125 C 2.015625 -3.5625 1.910156 -3.578125 1.796875 -3.578125 C 1.679688 -3.578125 1.578125 -3.5625 1.484375 -3.53125 C 1.398438 -3.507812 1.320312 -3.46875 1.25 -3.40625 C 1.1875 -3.34375 1.132812 -3.269531 1.09375 -3.1875 C 1.050781 -3.101562 1.019531 -3.003906 1 -2.890625 L 0.46875 -2.9375 C 0.488281 -3.082031 0.53125 -3.21875 0.59375 -3.34375 C 0.65625 -3.476562 0.738281 -3.59375 0.84375 -3.6875 C 0.945312 -3.789062 1.078125 -3.867188 1.234375 -3.921875 C 1.398438 -3.984375 1.585938 -4.015625 1.796875 -4.015625 C 1.992188 -4.015625 2.175781 -3.988281 2.34375 -3.9375 C 2.507812 -3.894531 2.648438 -3.828125 2.765625 -3.734375 C 2.878906 -3.640625 2.960938 -3.523438 3.015625 -3.390625 C 3.078125 -3.265625 3.109375 -3.113281 3.109375 -2.9375 C 3.109375 -2.75 3.066406 -2.578125 2.984375 -2.421875 C 2.898438 -2.265625 2.789062 -2.113281 2.65625 -1.96875 C 2.53125 -1.832031 2.382812 -1.703125 2.21875 -1.578125 C 2.0625 -1.453125 1.90625 -1.328125 1.75 -1.203125 C 1.601562 -1.078125 1.46875 -0.953125 1.34375 -0.828125 C 1.21875 -0.703125 1.125 -0.566406 1.0625 -0.421875 L 3.171875 -0.421875 L 3.171875 0 Z M 0.421875 0 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-4\">\n<path style=\"stroke:none;\" d=\"M 3.21875 -1.078125 C 3.21875 -0.898438 3.1875 -0.738281 3.125 -0.59375 C 3.0625 -0.457031 2.972656 -0.335938 2.859375 -0.234375 C 2.742188 -0.140625 2.597656 -0.0664062 2.421875 -0.015625 C 2.242188 0.0351562 2.039062 0.0625 1.8125 0.0625 C 1.5625 0.0625 1.347656 0.03125 1.171875 -0.03125 C 0.992188 -0.09375 0.847656 -0.175781 0.734375 -0.28125 C 0.628906 -0.394531 0.546875 -0.515625 0.484375 -0.640625 C 0.429688 -0.773438 0.394531 -0.914062 0.375 -1.0625 L 0.921875 -1.109375 C 0.929688 -1.003906 0.957031 -0.90625 1 -0.8125 C 1.039062 -0.71875 1.097656 -0.640625 1.171875 -0.578125 C 1.242188 -0.515625 1.332031 -0.460938 1.4375 -0.421875 C 1.550781 -0.390625 1.675781 -0.375 1.8125 -0.375 C 2.082031 -0.375 2.289062 -0.4375 2.4375 -0.5625 C 2.59375 -0.6875 2.671875 -0.867188 2.671875 -1.109375 C 2.671875 -1.234375 2.632812 -1.335938 2.5625 -1.421875 C 2.5 -1.515625 2.414062 -1.585938 2.3125 -1.640625 C 2.21875 -1.691406 2.109375 -1.726562 1.984375 -1.75 C 1.867188 -1.769531 1.765625 -1.78125 1.671875 -1.78125 L 1.359375 -1.78125 L 1.359375 -2.234375 L 1.65625 -2.234375 C 1.75 -2.234375 1.847656 -2.242188 1.953125 -2.265625 C 2.066406 -2.296875 2.164062 -2.335938 2.25 -2.390625 C 2.34375 -2.441406 2.414062 -2.507812 2.46875 -2.59375 C 2.53125 -2.6875 2.5625 -2.796875 2.5625 -2.921875 C 2.5625 -3.128906 2.492188 -3.289062 2.359375 -3.40625 C 2.234375 -3.519531 2.046875 -3.578125 1.796875 -3.578125 C 1.554688 -3.578125 1.363281 -3.515625 1.21875 -3.390625 C 1.082031 -3.273438 1 -3.109375 0.96875 -2.890625 L 0.453125 -2.9375 C 0.472656 -3.125 0.519531 -3.28125 0.59375 -3.40625 C 0.675781 -3.539062 0.773438 -3.648438 0.890625 -3.734375 C 1.015625 -3.828125 1.148438 -3.894531 1.296875 -3.9375 C 1.453125 -3.988281 1.617188 -4.015625 1.796875 -4.015625 C 2.023438 -4.015625 2.222656 -3.984375 2.390625 -3.921875 C 2.554688 -3.867188 2.691406 -3.796875 2.796875 -3.703125 C 2.898438 -3.609375 2.976562 -3.5 3.03125 -3.375 C 3.082031 -3.25 3.109375 -3.117188 3.109375 -2.984375 C 3.109375 -2.867188 3.085938 -2.757812 3.046875 -2.65625 C 3.015625 -2.5625 2.960938 -2.472656 2.890625 -2.390625 C 2.816406 -2.304688 2.722656 -2.234375 2.609375 -2.171875 C 2.503906 -2.109375 2.378906 -2.0625 2.234375 -2.03125 L 2.234375 -2.015625 C 2.398438 -2.003906 2.539062 -1.96875 2.65625 -1.90625 C 2.78125 -1.84375 2.882812 -1.769531 2.96875 -1.6875 C 3.050781 -1.601562 3.113281 -1.507812 3.15625 -1.40625 C 3.195312 -1.300781 3.21875 -1.191406 3.21875 -1.078125 Z M 3.21875 -1.078125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-5\">\n<path style=\"stroke:none;\" d=\"M 2.75 -0.9375 L 2.75 0 L 2.21875 0 L 2.21875 -0.9375 L 0.296875 -0.9375 L 0.296875 -1.34375 L 2.15625 -3.953125 L 2.75 -3.953125 L 2.75 -1.34375 L 3.296875 -1.34375 L 3.296875 -0.9375 Z M 2.21875 -3.375 L 0.75 -1.34375 L 2.21875 -1.34375 Z M 2.21875 -3.375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-6\">\n<path style=\"stroke:none;\" d=\"M 3.21875 -1.296875 C 3.21875 -1.109375 3.1875 -0.925781 3.125 -0.75 C 3.0625 -0.582031 2.96875 -0.4375 2.84375 -0.3125 C 2.71875 -0.195312 2.5625 -0.101562 2.375 -0.03125 C 2.195312 0.03125 1.988281 0.0625 1.75 0.0625 C 1.539062 0.0625 1.351562 0.0351562 1.1875 -0.015625 C 1.03125 -0.0664062 0.894531 -0.132812 0.78125 -0.21875 C 0.664062 -0.3125 0.578125 -0.414062 0.515625 -0.53125 C 0.453125 -0.65625 0.40625 -0.785156 0.375 -0.921875 L 0.90625 -0.984375 C 0.925781 -0.910156 0.957031 -0.832031 1 -0.75 C 1.039062 -0.675781 1.09375 -0.609375 1.15625 -0.546875 C 1.226562 -0.492188 1.3125 -0.453125 1.40625 -0.421875 C 1.507812 -0.390625 1.628906 -0.375 1.765625 -0.375 C 1.898438 -0.375 2.023438 -0.394531 2.140625 -0.4375 C 2.253906 -0.476562 2.347656 -0.535156 2.421875 -0.609375 C 2.503906 -0.691406 2.566406 -0.789062 2.609375 -0.90625 C 2.648438 -1.019531 2.671875 -1.148438 2.671875 -1.296875 C 2.671875 -1.410156 2.648438 -1.515625 2.609375 -1.609375 C 2.566406 -1.710938 2.507812 -1.800781 2.4375 -1.875 C 2.363281 -1.945312 2.269531 -2.003906 2.15625 -2.046875 C 2.039062 -2.085938 1.914062 -2.109375 1.78125 -2.109375 C 1.6875 -2.109375 1.601562 -2.097656 1.53125 -2.078125 C 1.457031 -2.066406 1.390625 -2.046875 1.328125 -2.015625 C 1.265625 -1.992188 1.207031 -1.960938 1.15625 -1.921875 C 1.101562 -1.890625 1.054688 -1.851562 1.015625 -1.8125 L 0.5 -1.8125 L 0.640625 -3.953125 L 2.984375 -3.953125 L 2.984375 -3.53125 L 1.125 -3.53125 L 1.03125 -2.28125 C 1.125 -2.351562 1.238281 -2.414062 1.375 -2.46875 C 1.519531 -2.519531 1.691406 -2.546875 1.890625 -2.546875 C 2.085938 -2.546875 2.269531 -2.515625 2.4375 -2.453125 C 2.601562 -2.390625 2.742188 -2.300781 2.859375 -2.1875 C 2.972656 -2.082031 3.0625 -1.953125 3.125 -1.796875 C 3.1875 -1.648438 3.21875 -1.484375 3.21875 -1.296875 Z M 3.21875 -1.296875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-7\">\n<path style=\"stroke:none;\" d=\"M 3.21875 -1.3125 C 3.21875 -1.113281 3.1875 -0.929688 3.125 -0.765625 C 3.0625 -0.597656 2.972656 -0.453125 2.859375 -0.328125 C 2.753906 -0.203125 2.617188 -0.101562 2.453125 -0.03125 C 2.285156 0.03125 2.09375 0.0625 1.875 0.0625 C 1.632812 0.0625 1.425781 0.015625 1.25 -0.078125 C 1.070312 -0.171875 0.921875 -0.300781 0.796875 -0.46875 C 0.679688 -0.632812 0.59375 -0.835938 0.53125 -1.078125 C 0.46875 -1.316406 0.4375 -1.582031 0.4375 -1.875 C 0.4375 -2.226562 0.46875 -2.535156 0.53125 -2.796875 C 0.601562 -3.066406 0.703125 -3.289062 0.828125 -3.46875 C 0.960938 -3.644531 1.117188 -3.78125 1.296875 -3.875 C 1.484375 -3.96875 1.691406 -4.015625 1.921875 -4.015625 C 2.054688 -4.015625 2.1875 -4 2.3125 -3.96875 C 2.4375 -3.9375 2.546875 -3.890625 2.640625 -3.828125 C 2.742188 -3.765625 2.832031 -3.675781 2.90625 -3.5625 C 2.988281 -3.457031 3.050781 -3.328125 3.09375 -3.171875 L 2.59375 -3.078125 C 2.539062 -3.253906 2.453125 -3.382812 2.328125 -3.46875 C 2.210938 -3.550781 2.070312 -3.59375 1.90625 -3.59375 C 1.769531 -3.59375 1.640625 -3.554688 1.515625 -3.484375 C 1.398438 -3.421875 1.300781 -3.320312 1.21875 -3.1875 C 1.132812 -3.050781 1.070312 -2.890625 1.03125 -2.703125 C 0.988281 -2.515625 0.96875 -2.289062 0.96875 -2.03125 C 1.0625 -2.207031 1.191406 -2.34375 1.359375 -2.4375 C 1.535156 -2.53125 1.738281 -2.578125 1.96875 -2.578125 C 2.15625 -2.578125 2.320312 -2.546875 2.46875 -2.484375 C 2.625 -2.429688 2.753906 -2.347656 2.859375 -2.234375 C 2.972656 -2.117188 3.0625 -1.984375 3.125 -1.828125 C 3.1875 -1.671875 3.21875 -1.5 3.21875 -1.3125 Z M 2.671875 -1.28125 C 2.671875 -1.414062 2.648438 -1.535156 2.609375 -1.640625 C 2.578125 -1.753906 2.523438 -1.847656 2.453125 -1.921875 C 2.390625 -2.003906 2.304688 -2.066406 2.203125 -2.109375 C 2.097656 -2.148438 1.976562 -2.171875 1.84375 -2.171875 C 1.75 -2.171875 1.648438 -2.15625 1.546875 -2.125 C 1.453125 -2.09375 1.363281 -2.046875 1.28125 -1.984375 C 1.207031 -1.921875 1.144531 -1.835938 1.09375 -1.734375 C 1.039062 -1.640625 1.015625 -1.53125 1.015625 -1.40625 C 1.015625 -1.269531 1.035156 -1.140625 1.078125 -1.015625 C 1.117188 -0.890625 1.175781 -0.773438 1.25 -0.671875 C 1.320312 -0.578125 1.410156 -0.5 1.515625 -0.4375 C 1.617188 -0.382812 1.734375 -0.359375 1.859375 -0.359375 C 1.984375 -0.359375 2.097656 -0.378906 2.203125 -0.421875 C 2.304688 -0.472656 2.390625 -0.535156 2.453125 -0.609375 C 2.523438 -0.691406 2.578125 -0.789062 2.609375 -0.90625 C 2.648438 -1.019531 2.671875 -1.144531 2.671875 -1.28125 Z M 2.671875 -1.28125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-8\">\n<path style=\"stroke:none;\" d=\"M 3.125 -3.546875 C 2.9375 -3.273438 2.757812 -2.992188 2.59375 -2.703125 C 2.425781 -2.421875 2.28125 -2.128906 2.15625 -1.828125 C 2.03125 -1.535156 1.929688 -1.234375 1.859375 -0.921875 C 1.785156 -0.617188 1.75 -0.3125 1.75 0 L 1.203125 0 C 1.203125 -0.3125 1.238281 -0.617188 1.3125 -0.921875 C 1.394531 -1.234375 1.5 -1.535156 1.625 -1.828125 C 1.757812 -2.128906 1.910156 -2.421875 2.078125 -2.703125 C 2.253906 -2.992188 2.4375 -3.269531 2.625 -3.53125 L 0.46875 -3.53125 L 0.46875 -3.953125 L 3.125 -3.953125 Z M 3.125 -3.546875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-9\">\n<path style=\"stroke:none;\" d=\"M 3.203125 -1.109375 C 3.203125 -0.941406 3.171875 -0.785156 3.109375 -0.640625 C 3.054688 -0.503906 2.972656 -0.382812 2.859375 -0.28125 C 2.753906 -0.175781 2.613281 -0.09375 2.4375 -0.03125 C 2.257812 0.03125 2.046875 0.0625 1.796875 0.0625 C 1.554688 0.0625 1.347656 0.03125 1.171875 -0.03125 C 0.992188 -0.09375 0.847656 -0.175781 0.734375 -0.28125 C 0.617188 -0.382812 0.53125 -0.503906 0.46875 -0.640625 C 0.414062 -0.785156 0.390625 -0.941406 0.390625 -1.109375 C 0.390625 -1.242188 0.410156 -1.363281 0.453125 -1.46875 C 0.503906 -1.582031 0.566406 -1.679688 0.640625 -1.765625 C 0.722656 -1.847656 0.8125 -1.914062 0.90625 -1.96875 C 1.007812 -2.019531 1.113281 -2.054688 1.21875 -2.078125 C 1.101562 -2.109375 1 -2.15625 0.90625 -2.21875 C 0.8125 -2.28125 0.734375 -2.347656 0.671875 -2.421875 C 0.609375 -2.503906 0.5625 -2.59375 0.53125 -2.6875 C 0.5 -2.789062 0.484375 -2.894531 0.484375 -3 C 0.484375 -3.132812 0.507812 -3.257812 0.5625 -3.375 C 0.625 -3.5 0.707031 -3.609375 0.8125 -3.703125 C 0.925781 -3.796875 1.0625 -3.867188 1.21875 -3.921875 C 1.382812 -3.984375 1.570312 -4.015625 1.78125 -4.015625 C 2.007812 -4.015625 2.207031 -3.984375 2.375 -3.921875 C 2.539062 -3.867188 2.675781 -3.796875 2.78125 -3.703125 C 2.882812 -3.609375 2.960938 -3.5 3.015625 -3.375 C 3.078125 -3.25 3.109375 -3.125 3.109375 -3 C 3.109375 -2.894531 3.085938 -2.789062 3.046875 -2.6875 C 3.015625 -2.59375 2.96875 -2.503906 2.90625 -2.421875 C 2.851562 -2.335938 2.78125 -2.265625 2.6875 -2.203125 C 2.59375 -2.148438 2.488281 -2.113281 2.375 -2.09375 L 2.375 -2.078125 C 2.488281 -2.054688 2.597656 -2.019531 2.703125 -1.96875 C 2.804688 -1.914062 2.894531 -1.847656 2.96875 -1.765625 C 3.039062 -1.679688 3.097656 -1.582031 3.140625 -1.46875 C 3.179688 -1.363281 3.203125 -1.242188 3.203125 -1.109375 Z M 2.5625 -2.96875 C 2.5625 -3.0625 2.546875 -3.144531 2.515625 -3.21875 C 2.484375 -3.300781 2.4375 -3.367188 2.375 -3.421875 C 2.320312 -3.484375 2.242188 -3.53125 2.140625 -3.5625 C 2.046875 -3.601562 1.925781 -3.625 1.78125 -3.625 C 1.644531 -3.625 1.53125 -3.601562 1.4375 -3.5625 C 1.34375 -3.53125 1.265625 -3.484375 1.203125 -3.421875 C 1.140625 -3.367188 1.09375 -3.300781 1.0625 -3.21875 C 1.039062 -3.144531 1.03125 -3.0625 1.03125 -2.96875 C 1.03125 -2.894531 1.039062 -2.816406 1.0625 -2.734375 C 1.082031 -2.648438 1.117188 -2.578125 1.171875 -2.515625 C 1.234375 -2.453125 1.3125 -2.394531 1.40625 -2.34375 C 1.507812 -2.300781 1.640625 -2.28125 1.796875 -2.28125 C 1.960938 -2.28125 2.09375 -2.300781 2.1875 -2.34375 C 2.289062 -2.394531 2.367188 -2.453125 2.421875 -2.515625 C 2.472656 -2.585938 2.507812 -2.660156 2.53125 -2.734375 C 2.550781 -2.816406 2.5625 -2.894531 2.5625 -2.96875 Z M 2.65625 -1.15625 C 2.65625 -1.25 2.640625 -1.335938 2.609375 -1.421875 C 2.585938 -1.503906 2.539062 -1.582031 2.46875 -1.65625 C 2.40625 -1.726562 2.316406 -1.785156 2.203125 -1.828125 C 2.097656 -1.867188 1.957031 -1.890625 1.78125 -1.890625 C 1.632812 -1.890625 1.503906 -1.867188 1.390625 -1.828125 C 1.285156 -1.785156 1.195312 -1.726562 1.125 -1.65625 C 1.0625 -1.582031 1.015625 -1.5 0.984375 -1.40625 C 0.953125 -1.320312 0.9375 -1.234375 0.9375 -1.140625 C 0.9375 -1.023438 0.953125 -0.914062 0.984375 -0.8125 C 1.015625 -0.71875 1.0625 -0.632812 1.125 -0.5625 C 1.195312 -0.488281 1.285156 -0.429688 1.390625 -0.390625 C 1.503906 -0.359375 1.644531 -0.34375 1.8125 -0.34375 C 1.96875 -0.34375 2.097656 -0.359375 2.203125 -0.390625 C 2.316406 -0.429688 2.40625 -0.488281 2.46875 -0.5625 C 2.539062 -0.632812 2.585938 -0.722656 2.609375 -0.828125 C 2.640625 -0.929688 2.65625 -1.039062 2.65625 -1.15625 Z M 2.65625 -1.15625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-10\">\n<path style=\"stroke:none;\" d=\"M 3.1875 -2.0625 C 3.1875 -1.71875 3.148438 -1.410156 3.078125 -1.140625 C 3.015625 -0.878906 2.914062 -0.660156 2.78125 -0.484375 C 2.65625 -0.304688 2.5 -0.171875 2.3125 -0.078125 C 2.132812 0.015625 1.925781 0.0625 1.6875 0.0625 C 1.53125 0.0625 1.390625 0.046875 1.265625 0.015625 C 1.140625 -0.015625 1.023438 -0.0664062 0.921875 -0.140625 C 0.828125 -0.210938 0.742188 -0.300781 0.671875 -0.40625 C 0.597656 -0.519531 0.539062 -0.648438 0.5 -0.796875 L 1 -0.875 C 1.050781 -0.695312 1.132812 -0.566406 1.25 -0.484375 C 1.375 -0.398438 1.523438 -0.359375 1.703125 -0.359375 C 1.847656 -0.359375 1.976562 -0.390625 2.09375 -0.453125 C 2.207031 -0.523438 2.304688 -0.625 2.390625 -0.75 C 2.472656 -0.882812 2.535156 -1.046875 2.578125 -1.234375 C 2.628906 -1.429688 2.65625 -1.65625 2.65625 -1.90625 C 2.625 -1.8125 2.570312 -1.726562 2.5 -1.65625 C 2.425781 -1.582031 2.34375 -1.519531 2.25 -1.46875 C 2.15625 -1.425781 2.054688 -1.390625 1.953125 -1.359375 C 1.847656 -1.335938 1.742188 -1.328125 1.640625 -1.328125 C 1.453125 -1.328125 1.28125 -1.359375 1.125 -1.421875 C 0.976562 -1.484375 0.851562 -1.570312 0.75 -1.6875 C 0.644531 -1.8125 0.5625 -1.957031 0.5 -2.125 C 0.4375 -2.289062 0.40625 -2.472656 0.40625 -2.671875 C 0.40625 -2.867188 0.4375 -3.050781 0.5 -3.21875 C 0.5625 -3.382812 0.648438 -3.523438 0.765625 -3.640625 C 0.890625 -3.765625 1.035156 -3.859375 1.203125 -3.921875 C 1.378906 -3.984375 1.570312 -4.015625 1.78125 -4.015625 C 2.25 -4.015625 2.597656 -3.851562 2.828125 -3.53125 C 3.066406 -3.207031 3.1875 -2.71875 3.1875 -2.0625 Z M 2.609375 -2.53125 C 2.609375 -2.664062 2.585938 -2.796875 2.546875 -2.921875 C 2.515625 -3.054688 2.460938 -3.171875 2.390625 -3.265625 C 2.316406 -3.359375 2.226562 -3.4375 2.125 -3.5 C 2.019531 -3.5625 1.898438 -3.59375 1.765625 -3.59375 C 1.640625 -3.59375 1.523438 -3.566406 1.421875 -3.515625 C 1.328125 -3.472656 1.242188 -3.410156 1.171875 -3.328125 C 1.097656 -3.253906 1.039062 -3.160156 1 -3.046875 C 0.96875 -2.929688 0.953125 -2.804688 0.953125 -2.671875 C 0.953125 -2.535156 0.96875 -2.410156 1 -2.296875 C 1.03125 -2.191406 1.078125 -2.097656 1.140625 -2.015625 C 1.210938 -1.929688 1.300781 -1.863281 1.40625 -1.8125 C 1.507812 -1.757812 1.628906 -1.734375 1.765625 -1.734375 C 1.859375 -1.734375 1.957031 -1.75 2.0625 -1.78125 C 2.164062 -1.820312 2.253906 -1.875 2.328125 -1.9375 C 2.410156 -2 2.476562 -2.078125 2.53125 -2.171875 C 2.582031 -2.273438 2.609375 -2.394531 2.609375 -2.53125 Z M 2.609375 -2.53125 \"/>\n</symbol>\n</g>\n</defs>\n<g id=\"surface363\">\n<rect x=\"0\" y=\"0\" width=\"500\" height=\"500\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 412.058594 185.410156 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 211.121094 412.773438 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 112.527344 340.707031 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 87.757812 219.132812 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 413.828125 309.230469 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 316.929688 87.460938 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 160.589844 103.253906 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 332.574219 399.703125 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 246.746094 180.113281 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 255.304688 252.074219 L 258.925781 283.03125 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 447.832031 204.019531 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 456.105469 178.519531 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 458.210938 138.550781 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 477.390625 166.929688 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 439.53125 133.796875 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 447.148438 158.652344 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 423.308594 146.277344 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 470.519531 151.480469 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 478.378906 184.722656 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 412.058594 185.410156 L 468.523438 201.101562 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 198.847656 464.4375 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 216.035156 451.628906 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 186.625 446.109375 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 174.261719 467.871094 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 238.246094 447.613281 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 231.140625 469.949219 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 213.632812 479.613281 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 171.253906 428.628906 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 190.996094 480 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 211.121094 412.773438 L 164.03125 450.871094 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 51.046875 368.921875 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 60.195312 383.273438 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 94.089844 394.675781 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 81.980469 372.398438 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 74.617188 394.140625 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 55.109375 333.746094 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 108.511719 378.96875 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 75.566406 327.71875 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 47.351562 351.394531 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 112.527344 340.707031 L 70.367188 354.140625 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 20 214.523438 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 32.683594 182.8125 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 23.355469 197.992188 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 47.710938 200.15625 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 43.277344 221.488281 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 49.910156 174.25 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 22.734375 232.097656 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 68.363281 183.109375 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 35.773438 246.113281 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 87.757812 219.132812 L 56.601562 244.773438 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 474.074219 339.976562 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 479.804688 306.132812 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 447.175781 288.945312 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 468.449219 290.507812 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 480 324.046875 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 450.492188 333.933594 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 426.042969 345.816406 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 462.328125 353.628906 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 457.933594 313.6875 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 413.828125 309.230469 L 443.40625 358.230469 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 334.085938 38.796875 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 291.191406 41.855469 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 363.859375 71.46875 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 322.34375 20 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 313.296875 44.746094 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 368.894531 50.707031 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 342.765625 22.15625 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 358.332031 34.339844 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 303.390625 24.621094 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 316.929688 87.460938 L 346.769531 56.070312 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 108.953125 59.746094 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 176.292969 53.121094 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 133.84375 59.046875 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 111.265625 97.085938 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 121.539062 44.710938 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 155.429688 60.613281 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 124.820312 78.4375 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 102.027344 77.886719 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 141.027344 38.289062 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.589844 103.253906 L 160.550781 38.890625 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 337.71875 464.707031 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 355.789062 462.640625 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 370.679688 406.890625 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 320.703125 455.253906 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 385.417969 422.417969 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 342.664062 442.363281 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 383.269531 441.5625 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 316.492188 434.378906 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 371.042969 454.792969 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 332.574219 399.703125 L 361.960938 432.390625 \"/>\n<path style=\"fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 283.875 170.121094 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 271.527344 148.335938 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 208.234375 179.1875 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 274.039062 197.605469 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 252.339844 136.09375 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 231.03125 138.960938 \"/>\n<path style=\"fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 224.53125 203.503906 \"/>\n<path style=\"fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.746094 180.113281 L 214.984375 155.136719 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 260.304688 252.074219 C 260.304688 258.738281 250.304688 258.738281 250.304688 252.074219 C 250.304688 245.40625 260.304688 245.40625 260.304688 252.074219 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 417.058594 185.410156 C 417.058594 192.078125 407.058594 192.078125 407.058594 185.410156 C 407.058594 178.746094 417.058594 178.746094 417.058594 185.410156 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 216.121094 412.773438 C 216.121094 419.4375 206.121094 419.4375 206.121094 412.773438 C 206.121094 406.105469 216.121094 406.105469 216.121094 412.773438 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 117.527344 340.707031 C 117.527344 347.375 107.527344 347.375 107.527344 340.707031 C 107.527344 334.039062 117.527344 334.039062 117.527344 340.707031 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 92.757812 219.132812 C 92.757812 225.800781 82.757812 225.800781 82.757812 219.132812 C 82.757812 212.464844 92.757812 212.464844 92.757812 219.132812 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 418.828125 309.230469 C 418.828125 315.894531 408.828125 315.894531 408.828125 309.230469 C 408.828125 302.5625 418.828125 302.5625 418.828125 309.230469 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 321.929688 87.460938 C 321.929688 94.128906 311.929688 94.128906 311.929688 87.460938 C 311.929688 80.796875 321.929688 80.796875 321.929688 87.460938 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 165.589844 103.253906 C 165.589844 109.921875 155.589844 109.921875 155.589844 103.253906 C 155.589844 96.589844 165.589844 96.589844 165.589844 103.253906 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 337.574219 399.703125 C 337.574219 406.371094 327.574219 406.371094 327.574219 399.703125 C 327.574219 393.039062 337.574219 393.039062 337.574219 399.703125 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 251.746094 180.113281 C 251.746094 186.78125 241.746094 186.78125 241.746094 180.113281 C 241.746094 173.445312 251.746094 173.445312 251.746094 180.113281 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 263.925781 283.03125 C 263.925781 289.699219 253.925781 289.699219 253.925781 283.03125 C 253.925781 276.363281 263.925781 276.363281 263.925781 283.03125 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 452.832031 204.019531 C 452.832031 210.6875 442.832031 210.6875 442.832031 204.019531 C 442.832031 197.351562 452.832031 197.351562 452.832031 204.019531 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 461.105469 178.519531 C 461.105469 185.183594 451.105469 185.183594 451.105469 178.519531 C 451.105469 171.851562 461.105469 171.851562 461.105469 178.519531 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 463.210938 138.550781 C 463.210938 145.21875 453.210938 145.21875 453.210938 138.550781 C 453.210938 131.886719 463.210938 131.886719 463.210938 138.550781 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 482.390625 166.929688 C 482.390625 173.597656 472.390625 173.597656 472.390625 166.929688 C 472.390625 160.265625 482.390625 160.265625 482.390625 166.929688 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 444.53125 133.796875 C 444.53125 140.460938 434.53125 140.460938 434.53125 133.796875 C 434.53125 127.128906 444.53125 127.128906 444.53125 133.796875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 452.148438 158.652344 C 452.148438 165.320312 442.148438 165.320312 442.148438 158.652344 C 442.148438 151.984375 452.148438 151.984375 452.148438 158.652344 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 428.308594 146.277344 C 428.308594 152.945312 418.308594 152.945312 418.308594 146.277344 C 418.308594 139.609375 428.308594 139.609375 428.308594 146.277344 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 475.519531 151.480469 C 475.519531 158.148438 465.519531 158.148438 465.519531 151.480469 C 465.519531 144.816406 475.519531 144.816406 475.519531 151.480469 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 483.378906 184.722656 C 483.378906 191.390625 473.378906 191.390625 473.378906 184.722656 C 473.378906 178.054688 483.378906 178.054688 483.378906 184.722656 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 473.523438 201.101562 C 473.523438 207.769531 463.523438 207.769531 463.523438 201.101562 C 463.523438 194.433594 473.523438 194.433594 473.523438 201.101562 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 203.847656 464.4375 C 203.847656 471.101562 193.847656 471.101562 193.847656 464.4375 C 193.847656 457.769531 203.847656 457.769531 203.847656 464.4375 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 221.035156 451.628906 C 221.035156 458.296875 211.035156 458.296875 211.035156 451.628906 C 211.035156 444.960938 221.035156 444.960938 221.035156 451.628906 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 191.625 446.109375 C 191.625 452.777344 181.625 452.777344 181.625 446.109375 C 181.625 439.441406 191.625 439.441406 191.625 446.109375 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 179.261719 467.871094 C 179.261719 474.535156 169.261719 474.535156 169.261719 467.871094 C 169.261719 461.203125 179.261719 461.203125 179.261719 467.871094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 243.246094 447.613281 C 243.246094 454.28125 233.246094 454.28125 233.246094 447.613281 C 233.246094 440.945312 243.246094 440.945312 243.246094 447.613281 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 236.140625 469.949219 C 236.140625 476.617188 226.140625 476.617188 226.140625 469.949219 C 226.140625 463.28125 236.140625 463.28125 236.140625 469.949219 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 218.632812 479.613281 C 218.632812 486.277344 208.632812 486.277344 208.632812 479.613281 C 208.632812 472.945312 218.632812 472.945312 218.632812 479.613281 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 176.253906 428.628906 C 176.253906 435.292969 166.253906 435.292969 166.253906 428.628906 C 166.253906 421.960938 176.253906 421.960938 176.253906 428.628906 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 195.996094 480 C 195.996094 486.667969 185.996094 486.667969 185.996094 480 C 185.996094 473.332031 195.996094 473.332031 195.996094 480 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 169.03125 450.871094 C 169.03125 457.539062 159.03125 457.539062 159.03125 450.871094 C 159.03125 444.203125 169.03125 444.203125 169.03125 450.871094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 56.046875 368.921875 C 56.046875 375.589844 46.046875 375.589844 46.046875 368.921875 C 46.046875 362.253906 56.046875 362.253906 56.046875 368.921875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 65.195312 383.273438 C 65.195312 389.941406 55.195312 389.941406 55.195312 383.273438 C 55.195312 376.609375 65.195312 376.609375 65.195312 383.273438 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 99.089844 394.675781 C 99.089844 401.339844 89.089844 401.339844 89.089844 394.675781 C 89.089844 388.007812 99.089844 388.007812 99.089844 394.675781 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 86.980469 372.398438 C 86.980469 379.0625 76.980469 379.0625 76.980469 372.398438 C 76.980469 365.730469 86.980469 365.730469 86.980469 372.398438 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 79.617188 394.140625 C 79.617188 400.808594 69.617188 400.808594 69.617188 394.140625 C 69.617188 387.472656 79.617188 387.472656 79.617188 394.140625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 60.109375 333.746094 C 60.109375 340.414062 50.109375 340.414062 50.109375 333.746094 C 50.109375 327.078125 60.109375 327.078125 60.109375 333.746094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 113.511719 378.96875 C 113.511719 385.636719 103.511719 385.636719 103.511719 378.96875 C 103.511719 372.304688 113.511719 372.304688 113.511719 378.96875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 80.566406 327.71875 C 80.566406 334.386719 70.566406 334.386719 70.566406 327.71875 C 70.566406 321.054688 80.566406 321.054688 80.566406 327.71875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 52.351562 351.394531 C 52.351562 358.0625 42.351562 358.0625 42.351562 351.394531 C 42.351562 344.730469 52.351562 344.730469 52.351562 351.394531 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 75.367188 354.140625 C 75.367188 360.808594 65.367188 360.808594 65.367188 354.140625 C 65.367188 347.472656 75.367188 347.472656 75.367188 354.140625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 25 214.523438 C 25 221.191406 15 221.191406 15 214.523438 C 15 207.855469 25 207.855469 25 214.523438 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 37.683594 182.8125 C 37.683594 189.480469 27.683594 189.480469 27.683594 182.8125 C 27.683594 176.148438 37.683594 176.148438 37.683594 182.8125 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 28.355469 197.992188 C 28.355469 204.65625 18.355469 204.65625 18.355469 197.992188 C 18.355469 191.324219 28.355469 191.324219 28.355469 197.992188 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 52.710938 200.15625 C 52.710938 206.824219 42.710938 206.824219 42.710938 200.15625 C 42.710938 193.488281 52.710938 193.488281 52.710938 200.15625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 48.277344 221.488281 C 48.277344 228.152344 38.277344 228.152344 38.277344 221.488281 C 38.277344 214.820312 48.277344 214.820312 48.277344 221.488281 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 54.910156 174.25 C 54.910156 180.917969 44.910156 180.917969 44.910156 174.25 C 44.910156 167.585938 54.910156 167.585938 54.910156 174.25 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 27.734375 232.097656 C 27.734375 238.765625 17.734375 238.765625 17.734375 232.097656 C 17.734375 225.433594 27.734375 225.433594 27.734375 232.097656 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 73.363281 183.109375 C 73.363281 189.773438 63.363281 189.773438 63.363281 183.109375 C 63.363281 176.441406 73.363281 176.441406 73.363281 183.109375 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 40.773438 246.113281 C 40.773438 252.78125 30.773438 252.78125 30.773438 246.113281 C 30.773438 239.445312 40.773438 239.445312 40.773438 246.113281 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 61.601562 244.773438 C 61.601562 251.441406 51.601562 251.441406 51.601562 244.773438 C 51.601562 238.105469 61.601562 238.105469 61.601562 244.773438 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 479.074219 339.976562 C 479.074219 346.644531 469.074219 346.644531 469.074219 339.976562 C 469.074219 333.308594 479.074219 333.308594 479.074219 339.976562 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 484.804688 306.132812 C 484.804688 312.800781 474.804688 312.800781 474.804688 306.132812 C 474.804688 299.46875 484.804688 299.46875 484.804688 306.132812 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 452.175781 288.945312 C 452.175781 295.613281 442.175781 295.613281 442.175781 288.945312 C 442.175781 282.277344 452.175781 282.277344 452.175781 288.945312 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 473.449219 290.507812 C 473.449219 297.175781 463.449219 297.175781 463.449219 290.507812 C 463.449219 283.839844 473.449219 283.839844 473.449219 290.507812 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 485 324.046875 C 485 330.714844 475 330.714844 475 324.046875 C 475 317.382812 485 317.382812 485 324.046875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 455.492188 333.933594 C 455.492188 340.597656 445.492188 340.597656 445.492188 333.933594 C 445.492188 327.265625 455.492188 327.265625 455.492188 333.933594 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 431.042969 345.816406 C 431.042969 352.484375 421.042969 352.484375 421.042969 345.816406 C 421.042969 339.148438 431.042969 339.148438 431.042969 345.816406 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 467.328125 353.628906 C 467.328125 360.296875 457.328125 360.296875 457.328125 353.628906 C 457.328125 346.960938 467.328125 346.960938 467.328125 353.628906 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 462.933594 313.6875 C 462.933594 320.355469 452.933594 320.355469 452.933594 313.6875 C 452.933594 307.019531 462.933594 307.019531 462.933594 313.6875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 448.40625 358.230469 C 448.40625 364.894531 438.40625 364.894531 438.40625 358.230469 C 438.40625 351.5625 448.40625 351.5625 448.40625 358.230469 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 339.085938 38.796875 C 339.085938 45.464844 329.085938 45.464844 329.085938 38.796875 C 329.085938 32.132812 339.085938 32.132812 339.085938 38.796875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 296.191406 41.855469 C 296.191406 48.519531 286.191406 48.519531 286.191406 41.855469 C 286.191406 35.1875 296.191406 35.1875 296.191406 41.855469 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 368.859375 71.46875 C 368.859375 78.136719 358.859375 78.136719 358.859375 71.46875 C 358.859375 64.804688 368.859375 64.804688 368.859375 71.46875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 327.34375 20 C 327.34375 26.667969 317.34375 26.667969 317.34375 20 C 317.34375 13.332031 327.34375 13.332031 327.34375 20 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 318.296875 44.746094 C 318.296875 51.410156 308.296875 51.410156 308.296875 44.746094 C 308.296875 38.078125 318.296875 38.078125 318.296875 44.746094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 373.894531 50.707031 C 373.894531 57.375 363.894531 57.375 363.894531 50.707031 C 363.894531 44.039062 373.894531 44.039062 373.894531 50.707031 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 347.765625 22.15625 C 347.765625 28.824219 337.765625 28.824219 337.765625 22.15625 C 337.765625 15.488281 347.765625 15.488281 347.765625 22.15625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 363.332031 34.339844 C 363.332031 41.007812 353.332031 41.007812 353.332031 34.339844 C 353.332031 27.675781 363.332031 27.675781 363.332031 34.339844 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 308.390625 24.621094 C 308.390625 31.289062 298.390625 31.289062 298.390625 24.621094 C 298.390625 17.953125 308.390625 17.953125 308.390625 24.621094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 351.769531 56.070312 C 351.769531 62.738281 341.769531 62.738281 341.769531 56.070312 C 341.769531 49.402344 351.769531 49.402344 351.769531 56.070312 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 113.953125 59.746094 C 113.953125 66.414062 103.953125 66.414062 103.953125 59.746094 C 103.953125 53.082031 113.953125 53.082031 113.953125 59.746094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 181.292969 53.121094 C 181.292969 59.789062 171.292969 59.789062 171.292969 53.121094 C 171.292969 46.453125 181.292969 46.453125 181.292969 53.121094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 138.84375 59.046875 C 138.84375 65.710938 128.84375 65.710938 128.84375 59.046875 C 128.84375 52.378906 138.84375 52.378906 138.84375 59.046875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 116.265625 97.085938 C 116.265625 103.75 106.265625 103.75 106.265625 97.085938 C 106.265625 90.417969 116.265625 90.417969 116.265625 97.085938 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 126.539062 44.710938 C 126.539062 51.378906 116.539062 51.378906 116.539062 44.710938 C 116.539062 38.046875 126.539062 38.046875 126.539062 44.710938 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 160.429688 60.613281 C 160.429688 67.28125 150.429688 67.28125 150.429688 60.613281 C 150.429688 53.949219 160.429688 53.949219 160.429688 60.613281 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 129.820312 78.4375 C 129.820312 85.105469 119.820312 85.105469 119.820312 78.4375 C 119.820312 71.769531 129.820312 71.769531 129.820312 78.4375 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 107.027344 77.886719 C 107.027344 84.554688 97.027344 84.554688 97.027344 77.886719 C 97.027344 71.222656 107.027344 71.222656 107.027344 77.886719 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 146.027344 38.289062 C 146.027344 44.953125 136.027344 44.953125 136.027344 38.289062 C 136.027344 31.621094 146.027344 31.621094 146.027344 38.289062 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 165.550781 38.890625 C 165.550781 45.558594 155.550781 45.558594 155.550781 38.890625 C 155.550781 32.226562 165.550781 32.226562 165.550781 38.890625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 342.71875 464.707031 C 342.71875 471.375 332.71875 471.375 332.71875 464.707031 C 332.71875 458.042969 342.71875 458.042969 342.71875 464.707031 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 360.789062 462.640625 C 360.789062 469.308594 350.789062 469.308594 350.789062 462.640625 C 350.789062 455.972656 360.789062 455.972656 360.789062 462.640625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 375.679688 406.890625 C 375.679688 413.558594 365.679688 413.558594 365.679688 406.890625 C 365.679688 400.226562 375.679688 400.226562 375.679688 406.890625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 325.703125 455.253906 C 325.703125 461.921875 315.703125 461.921875 315.703125 455.253906 C 315.703125 448.589844 325.703125 448.589844 325.703125 455.253906 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 390.417969 422.417969 C 390.417969 429.085938 380.417969 429.085938 380.417969 422.417969 C 380.417969 415.753906 390.417969 415.753906 390.417969 422.417969 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 347.664062 442.363281 C 347.664062 449.03125 337.664062 449.03125 337.664062 442.363281 C 337.664062 435.695312 347.664062 435.695312 347.664062 442.363281 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 388.269531 441.5625 C 388.269531 448.226562 378.269531 448.226562 378.269531 441.5625 C 378.269531 434.894531 388.269531 434.894531 388.269531 441.5625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 321.492188 434.378906 C 321.492188 441.046875 311.492188 441.046875 311.492188 434.378906 C 311.492188 427.710938 321.492188 427.710938 321.492188 434.378906 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 376.042969 454.792969 C 376.042969 461.460938 366.042969 461.460938 366.042969 454.792969 C 366.042969 448.128906 376.042969 448.128906 376.042969 454.792969 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 366.960938 432.390625 C 366.960938 439.054688 356.960938 439.054688 356.960938 432.390625 C 356.960938 425.722656 366.960938 425.722656 366.960938 432.390625 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 288.875 170.121094 C 288.875 176.785156 278.875 176.785156 278.875 170.121094 C 278.875 163.453125 288.875 163.453125 288.875 170.121094 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 276.527344 148.335938 C 276.527344 155.003906 266.527344 155.003906 266.527344 148.335938 C 266.527344 141.671875 276.527344 141.671875 276.527344 148.335938 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 213.234375 179.1875 C 213.234375 185.855469 203.234375 185.855469 203.234375 179.1875 C 203.234375 172.519531 213.234375 172.519531 213.234375 179.1875 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 279.039062 197.605469 C 279.039062 204.273438 269.039062 204.273438 269.039062 197.605469 C 269.039062 190.9375 279.039062 190.9375 279.039062 197.605469 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 257.339844 136.09375 C 257.339844 142.761719 247.339844 142.761719 247.339844 136.09375 C 247.339844 129.425781 257.339844 129.425781 257.339844 136.09375 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 236.03125 138.960938 C 236.03125 145.628906 226.03125 145.628906 226.03125 138.960938 C 226.03125 132.292969 236.03125 132.292969 236.03125 138.960938 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,64.705882%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 229.53125 203.503906 C 229.53125 210.167969 219.53125 210.167969 219.53125 203.503906 C 219.53125 196.835938 229.53125 196.835938 229.53125 203.503906 \"/>\n<path style=\"fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 219.984375 155.136719 C 219.984375 161.804688 209.984375 161.804688 209.984375 155.136719 C 209.984375 148.472656 219.984375 148.472656 219.984375 155.136719 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"253.507812\" y=\"254.980469\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"410.1875\" y=\"188.289062\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"209.324219\" y=\"415.679688\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"110.730469\" y=\"343.617188\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"85.960938\" y=\"222.011719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"412.03125\" y=\"312.105469\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"315.105469\" y=\"90.371094\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"158.792969\" y=\"106.132812\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"330.777344\" y=\"402.613281\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"244.949219\" y=\"183.019531\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"255.292969\" y=\"285.9375\"/>\n <use xlink:href=\"#glyph0-1\" x=\"258.893555\" y=\"285.9375\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"444.15625\" y=\"206.894531\"/>\n <use xlink:href=\"#glyph0-2\" x=\"447.756836\" y=\"206.894531\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"452.5\" y=\"181.425781\"/>\n <use xlink:href=\"#glyph0-3\" x=\"456.100586\" y=\"181.425781\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"454.582031\" y=\"141.460938\"/>\n <use xlink:href=\"#glyph0-4\" x=\"458.182617\" y=\"141.460938\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"473.722656\" y=\"169.808594\"/>\n <use xlink:href=\"#glyph0-5\" x=\"477.323242\" y=\"169.808594\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"435.90625\" y=\"136.671875\"/>\n <use xlink:href=\"#glyph0-6\" x=\"439.506836\" y=\"136.671875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"443.527344\" y=\"161.558594\"/>\n <use xlink:href=\"#glyph0-7\" x=\"447.12793\" y=\"161.558594\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"419.726562\" y=\"149.152344\"/>\n <use xlink:href=\"#glyph0-8\" x=\"423.327148\" y=\"149.152344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"466.898438\" y=\"154.390625\"/>\n <use xlink:href=\"#glyph0-9\" x=\"470.499023\" y=\"154.390625\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"474.769531\" y=\"187.628906\"/>\n <use xlink:href=\"#glyph0-10\" x=\"478.370117\" y=\"187.628906\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"464.894531\" y=\"204.007812\"/>\n <use xlink:href=\"#glyph0-1\" x=\"468.495117\" y=\"204.007812\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"195.183594\" y=\"467.34375\"/>\n <use xlink:href=\"#glyph0-2\" x=\"198.78418\" y=\"467.34375\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"212.4375\" y=\"454.535156\"/>\n <use xlink:href=\"#glyph0-3\" x=\"216.038086\" y=\"454.535156\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"183.003906\" y=\"449.015625\"/>\n <use xlink:href=\"#glyph0-4\" x=\"186.604492\" y=\"449.015625\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"170.601562\" y=\"470.777344\"/>\n <use xlink:href=\"#glyph0-5\" x=\"174.202148\" y=\"470.777344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"234.625\" y=\"450.519531\"/>\n <use xlink:href=\"#glyph0-6\" x=\"238.225586\" y=\"450.519531\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"227.523438\" y=\"472.855469\"/>\n <use xlink:href=\"#glyph0-7\" x=\"231.124023\" y=\"472.855469\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"210.054688\" y=\"482.519531\"/>\n <use xlink:href=\"#glyph0-8\" x=\"213.655273\" y=\"482.519531\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"167.640625\" y=\"431.535156\"/>\n <use xlink:href=\"#glyph0-9\" x=\"171.241211\" y=\"431.535156\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-3\" x=\"187.394531\" y=\"482.90625\"/>\n <use xlink:href=\"#glyph0-10\" x=\"190.995117\" y=\"482.90625\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"160.429688\" y=\"453.777344\"/>\n <use xlink:href=\"#glyph0-1\" x=\"164.030273\" y=\"453.777344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"47.402344\" y=\"371.832031\"/>\n <use xlink:href=\"#glyph0-2\" x=\"51.00293\" y=\"371.832031\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"56.621094\" y=\"386.183594\"/>\n <use xlink:href=\"#glyph0-3\" x=\"60.22168\" y=\"386.183594\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"90.492188\" y=\"397.582031\"/>\n <use xlink:href=\"#glyph0-4\" x=\"94.092773\" y=\"397.582031\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"78.34375\" y=\"375.304688\"/>\n <use xlink:href=\"#glyph0-5\" x=\"81.944336\" y=\"375.304688\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"71.019531\" y=\"397.046875\"/>\n <use xlink:href=\"#glyph0-6\" x=\"74.620117\" y=\"397.046875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"51.515625\" y=\"336.652344\"/>\n <use xlink:href=\"#glyph0-7\" x=\"55.116211\" y=\"336.652344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"104.960938\" y=\"381.878906\"/>\n <use xlink:href=\"#glyph0-8\" x=\"108.561523\" y=\"381.878906\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"71.972656\" y=\"330.628906\"/>\n <use xlink:href=\"#glyph0-9\" x=\"75.573242\" y=\"330.628906\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-4\" x=\"43.769531\" y=\"354.304688\"/>\n <use xlink:href=\"#glyph0-10\" x=\"47.370117\" y=\"354.304688\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"66.800781\" y=\"357.046875\"/>\n <use xlink:href=\"#glyph0-1\" x=\"70.401367\" y=\"357.046875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"16.394531\" y=\"217.398438\"/>\n <use xlink:href=\"#glyph0-2\" x=\"19.995117\" y=\"217.398438\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"29.144531\" y=\"185.722656\"/>\n <use xlink:href=\"#glyph0-3\" x=\"32.745117\" y=\"185.722656\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"19.796875\" y=\"200.898438\"/>\n <use xlink:href=\"#glyph0-4\" x=\"23.397461\" y=\"200.898438\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"44.113281\" y=\"203.03125\"/>\n <use xlink:href=\"#glyph0-5\" x=\"47.713867\" y=\"203.03125\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"39.71875\" y=\"224.363281\"/>\n <use xlink:href=\"#glyph0-6\" x=\"43.319336\" y=\"224.363281\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"46.351562\" y=\"177.160156\"/>\n <use xlink:href=\"#glyph0-7\" x=\"49.952148\" y=\"177.160156\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"19.214844\" y=\"234.976562\"/>\n <use xlink:href=\"#glyph0-8\" x=\"22.81543\" y=\"234.976562\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"64.808594\" y=\"186.015625\"/>\n <use xlink:href=\"#glyph0-9\" x=\"68.40918\" y=\"186.015625\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-5\" x=\"32.230469\" y=\"249.019531\"/>\n <use xlink:href=\"#glyph0-10\" x=\"35.831055\" y=\"249.019531\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"53\" y=\"247.679688\"/>\n <use xlink:href=\"#glyph0-1\" x=\"56.600586\" y=\"247.679688\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"470.429688\" y=\"342.851562\"/>\n <use xlink:href=\"#glyph0-2\" x=\"474.030273\" y=\"342.851562\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"476.226562\" y=\"309.042969\"/>\n <use xlink:href=\"#glyph0-3\" x=\"479.827148\" y=\"309.042969\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"443.578125\" y=\"291.851562\"/>\n <use xlink:href=\"#glyph0-4\" x=\"447.178711\" y=\"291.851562\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"464.8125\" y=\"293.386719\"/>\n <use xlink:href=\"#glyph0-5\" x=\"468.413086\" y=\"293.386719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"476.402344\" y=\"326.925781\"/>\n <use xlink:href=\"#glyph0-6\" x=\"480.00293\" y=\"326.925781\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"446.898438\" y=\"336.839844\"/>\n <use xlink:href=\"#glyph0-7\" x=\"450.499023\" y=\"336.839844\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"422.488281\" y=\"348.695312\"/>\n <use xlink:href=\"#glyph0-8\" x=\"426.088867\" y=\"348.695312\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"458.734375\" y=\"356.535156\"/>\n <use xlink:href=\"#glyph0-9\" x=\"462.334961\" y=\"356.535156\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-6\" x=\"454.355469\" y=\"316.59375\"/>\n <use xlink:href=\"#glyph0-10\" x=\"457.956055\" y=\"316.59375\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"439.769531\" y=\"361.136719\"/>\n <use xlink:href=\"#glyph0-1\" x=\"443.370117\" y=\"361.136719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"330.410156\" y=\"41.707031\"/>\n <use xlink:href=\"#glyph0-2\" x=\"334.010742\" y=\"41.707031\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"287.582031\" y=\"44.761719\"/>\n <use xlink:href=\"#glyph0-3\" x=\"291.182617\" y=\"44.761719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"360.230469\" y=\"74.378906\"/>\n <use xlink:href=\"#glyph0-4\" x=\"363.831055\" y=\"74.378906\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"318.675781\" y=\"22.90625\"/>\n <use xlink:href=\"#glyph0-5\" x=\"322.276367\" y=\"22.90625\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"309.667969\" y=\"47.652344\"/>\n <use xlink:href=\"#glyph0-6\" x=\"313.268555\" y=\"47.652344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"365.269531\" y=\"53.613281\"/>\n <use xlink:href=\"#glyph0-7\" x=\"368.870117\" y=\"53.613281\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"339.179688\" y=\"25.0625\"/>\n <use xlink:href=\"#glyph0-8\" x=\"342.780273\" y=\"25.0625\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"354.710938\" y=\"37.25\"/>\n <use xlink:href=\"#glyph0-9\" x=\"358.311523\" y=\"37.25\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-7\" x=\"299.777344\" y=\"27.527344\"/>\n <use xlink:href=\"#glyph0-10\" x=\"303.37793\" y=\"27.527344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"343.121094\" y=\"58.976562\"/>\n <use xlink:href=\"#glyph0-1\" x=\"346.72168\" y=\"58.976562\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"105.265625\" y=\"62.625\"/>\n <use xlink:href=\"#glyph0-2\" x=\"108.866211\" y=\"62.625\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"172.671875\" y=\"56.027344\"/>\n <use xlink:href=\"#glyph0-3\" x=\"176.272461\" y=\"56.027344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"130.203125\" y=\"61.953125\"/>\n <use xlink:href=\"#glyph0-4\" x=\"133.803711\" y=\"61.953125\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"107.585938\" y=\"99.960938\"/>\n <use xlink:href=\"#glyph0-5\" x=\"111.186523\" y=\"99.960938\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"117.898438\" y=\"47.589844\"/>\n <use xlink:href=\"#glyph0-6\" x=\"121.499023\" y=\"47.589844\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"151.789062\" y=\"63.523438\"/>\n <use xlink:href=\"#glyph0-7\" x=\"155.389648\" y=\"63.523438\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"121.222656\" y=\"81.3125\"/>\n <use xlink:href=\"#glyph0-8\" x=\"124.823242\" y=\"81.3125\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"98.390625\" y=\"80.796875\"/>\n <use xlink:href=\"#glyph0-9\" x=\"101.991211\" y=\"80.796875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-8\" x=\"137.40625\" y=\"41.195312\"/>\n <use xlink:href=\"#glyph0-10\" x=\"141.006836\" y=\"41.195312\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"156.941406\" y=\"41.800781\"/>\n <use xlink:href=\"#glyph0-1\" x=\"160.541992\" y=\"41.800781\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"334.066406\" y=\"467.617188\"/>\n <use xlink:href=\"#glyph0-2\" x=\"337.666992\" y=\"467.617188\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"352.207031\" y=\"465.546875\"/>\n <use xlink:href=\"#glyph0-3\" x=\"355.807617\" y=\"465.546875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"367.074219\" y=\"409.800781\"/>\n <use xlink:href=\"#glyph0-4\" x=\"370.674805\" y=\"409.800781\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"317.058594\" y=\"458.164062\"/>\n <use xlink:href=\"#glyph0-5\" x=\"320.65918\" y=\"458.164062\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"381.8125\" y=\"425.328125\"/>\n <use xlink:href=\"#glyph0-6\" x=\"385.413086\" y=\"425.328125\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"339.066406\" y=\"445.269531\"/>\n <use xlink:href=\"#glyph0-7\" x=\"342.666992\" y=\"445.269531\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"379.707031\" y=\"444.46875\"/>\n <use xlink:href=\"#glyph0-8\" x=\"383.307617\" y=\"444.46875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"312.894531\" y=\"437.285156\"/>\n <use xlink:href=\"#glyph0-9\" x=\"316.495117\" y=\"437.285156\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-9\" x=\"367.457031\" y=\"457.703125\"/>\n <use xlink:href=\"#glyph0-10\" x=\"371.057617\" y=\"457.703125\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"358.339844\" y=\"435.296875\"/>\n <use xlink:href=\"#glyph0-1\" x=\"361.94043\" y=\"435.296875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"280.214844\" y=\"173.027344\"/>\n <use xlink:href=\"#glyph0-2\" x=\"283.81543\" y=\"173.027344\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"267.933594\" y=\"151.246094\"/>\n <use xlink:href=\"#glyph0-3\" x=\"271.53418\" y=\"151.246094\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"204.617188\" y=\"182.09375\"/>\n <use xlink:href=\"#glyph0-4\" x=\"208.217773\" y=\"182.09375\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"270.382812\" y=\"200.511719\"/>\n <use xlink:href=\"#glyph0-5\" x=\"273.983398\" y=\"200.511719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"248.722656\" y=\"139\"/>\n <use xlink:href=\"#glyph0-6\" x=\"252.323242\" y=\"139\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"227.417969\" y=\"141.871094\"/>\n <use xlink:href=\"#glyph0-7\" x=\"231.018555\" y=\"141.871094\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"220.960938\" y=\"206.410156\"/>\n <use xlink:href=\"#glyph0-8\" x=\"224.561523\" y=\"206.410156\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-10\" x=\"211.375\" y=\"158.046875\"/>\n <use xlink:href=\"#glyph0-9\" x=\"214.975586\" y=\"158.046875\"/>\n</g>\n</g>\n</svg>\n" }, "metadata": { "image/svg+xml": { "isolated": true } }, "execution_count": 74 } ] } ] }