Skip to content
Snippets Groups Projects
oneModel.ipynb 1.84 MiB
Newer Older
  • Learn to ignore specific revisions
  • rhaag's avatar
    rhaag committed
    {
     "cells": [
      {
       "cell_type": "code",
    
       "execution_count": 6,
       "id": "1b5cee42",
    
    rhaag's avatar
    rhaag committed
       "metadata": {},
    
       "outputs": [
        {
         "name": "stderr",
         "output_type": "stream",
         "text": [
          "\u001b[32m\u001b[1m  Activating\u001b[22m\u001b[39m project at `~/Documents/thesis/ridepooling_simulations`\n",
          "\u001b[32m\u001b[1m   Resolving\u001b[22m\u001b[39m package versions...\n",
          "\u001b[32m\u001b[1m    Updating\u001b[22m\u001b[39m `~/Documents/thesis/ridepooling_simulations/Project.toml`\n",
          " \u001b[90m [b964fa9f] \u001b[39m\u001b[92m+ LaTeXStrings v1.3.0\u001b[39m\n",
          "\u001b[32m\u001b[1m  No Changes\u001b[22m\u001b[39m to `~/Documents/thesis/ridepooling_simulations/Manifest.toml`\n",
          "\u001b[32m\u001b[1m   Resolving\u001b[22m\u001b[39m package versions...\n",
          "\u001b[32m\u001b[1m  No Changes\u001b[22m\u001b[39m to `~/Documents/thesis/ridepooling_simulations/Project.toml`\n",
          "\u001b[32m\u001b[1m  No Changes\u001b[22m\u001b[39m to `~/Documents/thesis/ridepooling_simulations/Manifest.toml`\n"
         ]
        }
       ],
    
    rhaag's avatar
    rhaag committed
       "source": [
    
        "import Pkg;\n",
        "Pkg.activate(\".\")\n",
        "import Pkg; Pkg.add(\"LaTeXStrings\")\n",
        "Pkg.add(\"Measurements\")\n",
    
    rhaag's avatar
    rhaag committed
        "using Plots, Measurements, LaTeXStrings, DataFrames\n",
        "using Serialization\n"
       ]
      },
      {
       "cell_type": "code",
    
       "execution_count": 7,
       "id": "99c03323",
    
    rhaag's avatar
    rhaag committed
       "metadata": {},
       "outputs": [
        {
         "data": {
          "text/plain": [
           "\"./data/results.df\""
          ]
         },
    
    rhaag's avatar
    rhaag committed
         "metadata": {},
         "output_type": "execute_result"
        }
       ],
       "source": [
        "#path = \"/scratch01.local/rhaag/comparison/drive_and_wait/combined_delays/anywt1_anydt01/\"\n",
        "#name = \"/results_.df\"\n",
        "name = \"./data/results.df\""
       ]
      },
      {
       "cell_type": "code",
    
       "execution_count": 8,
       "id": "a0a16374",
    
    rhaag's avatar
    rhaag committed
       "metadata": {},
       "outputs": [
        {
         "data": {
          "text/html": [
           "<div class=\"data-frame\"><p>1,600 rows × 25 columns (omitted printing of 19 columns)</p><table class=\"data-frame\"><thead><tr><th></th><th>index</th><th>dt_earliest_pickup</th><th>idle_weight</th><th>resubmission_time_factor</th><th>ν</th><th>t0</th></tr><tr><th></th><th title=\"Int64\">Int64</th><th title=\"Float64\">Float64</th><th title=\"Float64\">Float64</th><th title=\"Float64\">Float64</th><th title=\"Float64\">Float64</th><th title=\"Float64\">Float64</th></tr></thead><tbody><tr><th>1</th><td>1</td><td>0.0</td><td>-0.1</td><td>0.885</td><td>23.0586</td><td>1.0</td></tr><tr><th>2</th><td>2</td><td>0.0</td><td>0.0</td><td>0.9</td><td>23.0586</td><td>1.0</td></tr><tr><th>3</th><td>3</td><td>0.0</td><td>0.1</td><td>0.915</td><td>23.0586</td><td>1.0</td></tr><tr><th>4</th><td>4</td><td>0.0</td><td>0.2</td><td>0.93</td><td>23.0586</td><td>1.0</td></tr><tr><th>5</th><td>5</td><td>0.0</td><td>0.3</td><td>0.945</td><td>23.0586</td><td>1.0</td></tr><tr><th>6</th><td>6</td><td>0.0</td><td>0.4</td><td>0.96</td><td>23.0586</td><td>1.0</td></tr><tr><th>7</th><td>7</td><td>0.0</td><td>0.5</td><td>0.975</td><td>23.0586</td><td>1.0</td></tr><tr><th>8</th><td>8</td><td>0.0</td><td>0.6</td><td>0.99</td><td>23.0586</td><td>1.0</td></tr><tr><th>9</th><td>9</td><td>0.0</td><td>0.7</td><td>1.005</td><td>23.0586</td><td>1.0</td></tr><tr><th>10</th><td>10</td><td>0.0</td><td>0.8</td><td>1.02</td><td>23.0586</td><td>1.0</td></tr><tr><th>11</th><td>11</td><td>0.0</td><td>0.9</td><td>1.035</td><td>23.0586</td><td>1.0</td></tr><tr><th>12</th><td>12</td><td>0.0</td><td>1.0</td><td>1.05</td><td>23.0586</td><td>1.0</td></tr><tr><th>13</th><td>13</td><td>0.0</td><td>1.1</td><td>1.065</td><td>23.0586</td><td>1.0</td></tr><tr><th>14</th><td>14</td><td>0.0</td><td>1.2</td><td>1.08</td><td>23.0586</td><td>1.0</td></tr><tr><th>15</th><td>15</td><td>0.0</td><td>1.3</td><td>1.095</td><td>23.0586</td><td>1.0</td></tr><tr><th>16</th><td>16</td><td>0.0</td><td>1.4</td><td>1.11</td><td>23.0586</td><td>1.0</td></tr><tr><th>17</th><td>17</td><td>0.0</td><td>1.5</td><td>1.125</td><td>23.0586</td><td>1.0</td></tr><tr><th>18</th><td>18</td><td>0.0</td><td>1.6</td><td>1.14</td><td>23.0586</td><td>1.0</td></tr><tr><th>19</th><td>19</td><td>0.0</td><td>1.7</td><td>1.155</td><td>23.0586</td><td>1.0</td></tr><tr><th>20</th><td>20</td><td>0.0</td><td>1.8</td><td>1.17</td><td>23.0586</td><td>1.0</td></tr><tr><th>21</th><td>21</td><td>0.0</td><td>1.9</td><td>1.185</td><td>23.0586</td><td>1.0</td></tr><tr><th>22</th><td>22</td><td>0.0</td><td>2.0</td><td>1.2</td><td>23.0586</td><td>1.0</td></tr><tr><th>23</th><td>23</td><td>0.0</td><td>2.1</td><td>1.215</td><td>23.0586</td><td>1.0</td></tr><tr><th>24</th><td>24</td><td>0.0</td><td>2.2</td><td>1.23</td><td>23.0586</td><td>1.0</td></tr><tr><th>25</th><td>25</td><td>0.0</td><td>2.3</td><td>1.245</td><td>23.0586</td><td>1.0</td></tr><tr><th>26</th><td>26</td><td>0.0</td><td>2.4</td><td>1.26</td><td>23.0586</td><td>1.0</td></tr><tr><th>27</th><td>27</td><td>0.0</td><td>2.5</td><td>1.275</td><td>23.0586</td><td>1.0</td></tr><tr><th>28</th><td>28</td><td>0.0</td><td>2.6</td><td>1.29</td><td>23.0586</td><td>1.0</td></tr><tr><th>29</th><td>29</td><td>0.0</td><td>2.7</td><td>1.305</td><td>23.0586</td><td>1.0</td></tr><tr><th>30</th><td>30</td><td>0.0</td><td>2.8</td><td>1.32</td><td>23.0586</td><td>1.0</td></tr><tr><th>&vellip;</th><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td></tr></tbody></table></div>"
          ],
          "text/latex": [
           "\\begin{tabular}{r|ccccccc}\n",
           "\t& index & dt\\_earliest\\_pickup & idle\\_weight & resubmission\\_time\\_factor & ν & t0 & \\\\\n",
           "\t\\hline\n",
           "\t& Int64 & Float64 & Float64 & Float64 & Float64 & Float64 & \\\\\n",
           "\t\\hline\n",
           "\t1 & 1 & 0.0 & -0.1 & 0.885 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t2 & 2 & 0.0 & 0.0 & 0.9 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t3 & 3 & 0.0 & 0.1 & 0.915 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t4 & 4 & 0.0 & 0.2 & 0.93 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t5 & 5 & 0.0 & 0.3 & 0.945 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t6 & 6 & 0.0 & 0.4 & 0.96 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t7 & 7 & 0.0 & 0.5 & 0.975 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t8 & 8 & 0.0 & 0.6 & 0.99 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t9 & 9 & 0.0 & 0.7 & 1.005 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t10 & 10 & 0.0 & 0.8 & 1.02 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t11 & 11 & 0.0 & 0.9 & 1.035 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t12 & 12 & 0.0 & 1.0 & 1.05 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t13 & 13 & 0.0 & 1.1 & 1.065 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t14 & 14 & 0.0 & 1.2 & 1.08 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t15 & 15 & 0.0 & 1.3 & 1.095 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t16 & 16 & 0.0 & 1.4 & 1.11 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t17 & 17 & 0.0 & 1.5 & 1.125 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t18 & 18 & 0.0 & 1.6 & 1.14 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t19 & 19 & 0.0 & 1.7 & 1.155 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t20 & 20 & 0.0 & 1.8 & 1.17 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t21 & 21 & 0.0 & 1.9 & 1.185 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t22 & 22 & 0.0 & 2.0 & 1.2 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t23 & 23 & 0.0 & 2.1 & 1.215 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t24 & 24 & 0.0 & 2.2 & 1.23 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t25 & 25 & 0.0 & 2.3 & 1.245 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t26 & 26 & 0.0 & 2.4 & 1.26 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t27 & 27 & 0.0 & 2.5 & 1.275 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t28 & 28 & 0.0 & 2.6 & 1.29 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t29 & 29 & 0.0 & 2.7 & 1.305 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t30 & 30 & 0.0 & 2.8 & 1.32 & 23.0586 & 1.0 & $\\dots$ \\\\\n",
           "\t$\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ &  \\\\\n",
           "\\end{tabular}\n"
          ],
          "text/plain": [
           "\u001b[1m1600×25 DataFrame\u001b[0m\n",
           "\u001b[1m  Row \u001b[0m│\u001b[1m index \u001b[0m\u001b[1m dt_earliest_pickup \u001b[0m\u001b[1m idle_weight \u001b[0m\u001b[1m resubmission_time_factor \u001b[0m\u001b[1m ν   \u001b[0m ⋯\n",
           "\u001b[1m      \u001b[0m│\u001b[90m Int64 \u001b[0m\u001b[90m Float64            \u001b[0m\u001b[90m Float64     \u001b[0m\u001b[90m Float64                  \u001b[0m\u001b[90m Floa\u001b[0m ⋯\n",
           "──────┼─────────────────────────────────────────────────────────────────────────\n",
           "    1 │     1                 0.0         -0.1                     0.885  23.0 ⋯\n",
           "    2 │     2                 0.0          0.0                     0.9    23.0\n",
           "    3 │     3                 0.0          0.1                     0.915  23.0\n",
           "    4 │     4                 0.0          0.2                     0.93   23.0\n",
           "    5 │     5                 0.0          0.3                     0.945  23.0 ⋯\n",
           "    6 │     6                 0.0          0.4                     0.96   23.0\n",
           "    7 │     7                 0.0          0.5                     0.975  23.0\n",
           "    8 │     8                 0.0          0.6                     0.99   23.0\n",
           "    9 │     9                 0.0          0.7                     1.005  23.0 ⋯\n",
           "   10 │    10                 0.0          0.8                     1.02   23.0\n",
           "   11 │    11                 0.0          0.9                     1.035  23.0\n",
           "  ⋮   │   ⋮            ⋮                ⋮                  ⋮                 ⋮ ⋱\n",
           " 1591 │  1591                 0.0          2.9                     1.335  23.0\n",
           " 1592 │  1592                 0.0          3.0                     1.35   23.0 ⋯\n",
           " 1593 │  1593                 0.0          3.1                     1.365  23.0\n",
           " 1594 │  1594                 0.0          3.2                     1.38   23.0\n",
           " 1595 │  1595                 0.0          3.3                     1.395  23.0\n",
           " 1596 │  1596                 0.0          3.4                     1.41   23.0 ⋯\n",
           " 1597 │  1597                 0.0          3.5                     1.425  23.0\n",
           " 1598 │  1598                 0.0          3.6                     1.44   23.0\n",
           " 1599 │  1599                 0.0          3.7                     1.455  23.0\n",
           " 1600 │  1600                 0.0          3.8                     1.47   23.0 ⋯\n",
           "\u001b[36m                                                21 columns and 1579 rows omitted\u001b[0m"
          ]
         },
    
    rhaag's avatar
    rhaag committed
         "metadata": {},
         "output_type": "execute_result"
        }
       ],
       "source": [
        "results = deserialize(name)"
       ]
      },
      {
       "cell_type": "code",
    
       "execution_count": 9,
       "id": "b2abc953",
    
    rhaag's avatar
    rhaag committed
       "metadata": {},
       "outputs": [
        {
         "data": {
          "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=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
           "<defs>\n",
    
           "  <clipPath id=\"clip180\">\n",
    
    rhaag's avatar
    rhaag committed
           "    <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
           "  </clipPath>\n",
           "</defs>\n",
    
           "<path clip-path=\"url(#clip180)\" d=\"\n",
    
    rhaag's avatar
    rhaag committed
           "M0 1600 L2400 1600 L2400 0 L0 0  Z\n",
           "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
           "<defs>\n",
    
           "  <clipPath id=\"clip181\">\n",
    
    rhaag's avatar
    rhaag committed
           "    <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
           "  </clipPath>\n",
           "</defs>\n",
    
           "<path clip-path=\"url(#clip180)\" d=\"\n",
    
    rhaag's avatar
    rhaag committed
           "M246.598 1486.45 L2352.76 1486.45 L2352.76 47.2441 L246.598 47.2441  Z\n",
           "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
           "<defs>\n",
    
           "  <clipPath id=\"clip182\">\n",
    
    rhaag's avatar
    rhaag committed
           "    <rect x=\"246\" y=\"47\" width=\"2107\" height=\"1440\"/>\n",
           "  </clipPath>\n",
           "</defs>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  377.044,1486.45 377.044,47.2441 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  743.168,1486.45 743.168,47.2441 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  1109.29,1486.45 1109.29,47.2441 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  1475.42,1486.45 1475.42,47.2441 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  1841.54,1486.45 1841.54,47.2441 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  2207.67,1486.45 2207.67,47.2441 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,1486.45 2352.76,1486.45 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  377.044,1486.45 377.044,1467.55 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  743.168,1486.45 743.168,1467.55 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  1109.29,1486.45 1109.29,1467.55 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  1475.42,1486.45 1475.42,1467.55 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  1841.54,1486.45 1841.54,1467.55 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  2207.67,1486.45 2207.67,1467.55 \n",
           "  \"/>\n",
    
           "<path clip-path=\"url(#clip180)\" d=\"M309.683 1517.37 Q306.072 1517.37 304.243 1520.93 Q302.438 1524.47 302.438 1531.6 Q302.438 1538.71 304.243 1542.27 Q306.072 1545.82 309.683 1545.82 Q313.317 1545.82 315.123 1542.27 Q316.951 1538.71 316.951 1531.6 Q316.951 1524.47 315.123 1520.93 Q313.317 1517.37 309.683 1517.37 M309.683 1513.66 Q315.493 1513.66 318.549 1518.27 Q321.627 1522.85 321.627 1531.6 Q321.627 1540.33 318.549 1544.94 Q315.493 1549.52 309.683 1549.52 Q303.873 1549.52 300.794 1544.94 Q297.738 1540.33 297.738 1531.6 Q297.738 1522.85 300.794 1518.27 Q303.873 1513.66 309.683 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M329.845 1542.97 L334.729 1542.97 L334.729 1548.85 L329.845 1548.85 L329.845 1542.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M343.734 1514.29 L365.956 1514.29 L365.956 1516.28 L353.409 1548.85 L348.525 1548.85 L360.331 1518.22 L343.734 1518.22 L343.734 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M375.122 1514.29 L393.479 1514.29 L393.479 1518.22 L379.405 1518.22 L379.405 1526.7 Q380.423 1526.35 381.442 1526.19 Q382.46 1526 383.479 1526 Q389.266 1526 392.645 1529.17 Q396.025 1532.34 396.025 1537.76 Q396.025 1543.34 392.553 1546.44 Q389.081 1549.52 382.761 1549.52 Q380.585 1549.52 378.317 1549.15 Q376.071 1548.78 373.664 1548.04 L373.664 1543.34 Q375.747 1544.47 377.97 1545.03 Q380.192 1545.58 382.669 1545.58 Q386.673 1545.58 389.011 1543.48 Q391.349 1541.37 391.349 1537.76 Q391.349 1534.15 389.011 1532.04 Q386.673 1529.94 382.669 1529.94 Q380.794 1529.94 378.919 1530.35 Q377.067 1530.77 375.122 1531.65 L375.122 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M405.284 1514.29 L423.641 1514.29 L423.641 1518.22 L409.567 1518.22 L409.567 1526.7 Q410.585 1526.35 411.604 1526.19 Q412.622 1526 413.641 1526 Q419.428 1526 422.807 1529.17 Q426.187 1532.34 426.187 1537.76 Q426.187 1543.34 422.715 1546.44 Q419.242 1549.52 412.923 1549.52 Q410.747 1549.52 408.479 1549.15 Q406.233 1548.78 403.826 1548.04 L403.826 1543.34 Q405.909 1544.47 408.131 1545.03 Q410.354 1545.58 412.83 1545.58 Q416.835 1545.58 419.173 1543.48 Q421.511 1541.37 421.511 1537.76 Q421.511 1534.15 419.173 1532.04 Q416.835 1529.94 412.83 1529.94 Q410.955 1529.94 409.08 1530.35 Q407.229 1530.77 405.284 1531.65 L405.284 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M435.446 1514.29 L453.802 1514.29 L453.802 1518.22 L439.728 1518.22 L439.728 1526.7 Q440.747 1526.35 441.765 1526.19 Q442.784 1526 443.803 1526 Q449.59 1526 452.969 1529.17 Q456.349 1532.34 456.349 1537.76 Q456.349 1543.34 452.877 1546.44 Q449.404 1549.52 443.085 1549.52 Q440.909 1549.52 438.641 1549.15 Q436.395 1548.78 433.988 1548.04 L433.988 1543.34 Q436.071 1544.47 438.293 1545.03 Q440.516 1545.58 442.992 1545.58 Q446.997 1545.58 449.335 1543.48 Q451.673 1541.37 451.673 1537.76 Q451.673 1534.15 449.335 1532.04 Q446.997 1529.94 442.992 1529.94 Q441.117 1529.94 439.242 1530.35 Q437.391 1530.77 435.446 1531.65 L435.446 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M675.309 1517.37 Q671.698 1517.37 669.87 1520.93 Q668.064 1524.47 668.064 1531.6 Q668.064 1538.71 669.87 1542.27 Q671.698 1545.82 675.309 1545.82 Q678.944 1545.82 680.749 1542.27 Q682.578 1538.71 682.578 1531.6 Q682.578 1524.47 680.749 1520.93 Q678.944 1517.37 675.309 1517.37 M675.309 1513.66 Q681.12 1513.66 684.175 1518.27 Q687.254 1522.85 687.254 1531.6 Q687.254 1540.33 684.175 1544.94 Q681.12 1549.52 675.309 1549.52 Q669.499 1549.52 666.421 1544.94 Q663.365 1540.33 663.365 1531.6 Q663.365 1522.85 666.421 1518.27 Q669.499 1513.66 675.309 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M695.471 1542.97 L700.356 1542.97 L700.356 1548.85 L695.471 1548.85 L695.471 1542.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M709.36 1514.29 L731.582 1514.29 L731.582 1516.28 L719.036 1548.85 L714.152 1548.85 L725.957 1518.22 L709.36 1518.22 L709.36 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M740.749 1514.29 L759.105 1514.29 L759.105 1518.22 L745.031 1518.22 L745.031 1526.7 Q746.05 1526.35 747.068 1526.19 Q748.087 1526 749.105 1526 Q754.892 1526 758.272 1529.17 Q761.652 1532.34 761.652 1537.76 Q761.652 1543.34 758.179 1546.44 Q754.707 1549.52 748.388 1549.52 Q746.212 1549.52 743.943 1549.15 Q741.698 1548.78 739.291 1548.04 L739.291 1543.34 Q741.374 1544.47 743.596 1545.03 Q745.818 1545.58 748.295 1545.58 Q752.3 1545.58 754.638 1543.48 Q756.976 1541.37 756.976 1537.76 Q756.976 1534.15 754.638 1532.04 Q752.3 1529.94 748.295 1529.94 Q746.42 1529.94 744.545 1530.35 Q742.693 1530.77 740.749 1531.65 L740.749 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M781.443 1529.7 Q778.295 1529.7 776.443 1531.86 Q774.615 1534.01 774.615 1537.76 Q774.615 1541.49 776.443 1543.66 Q778.295 1545.82 781.443 1545.82 Q784.591 1545.82 786.42 1543.66 Q788.272 1541.49 788.272 1537.76 Q788.272 1534.01 786.42 1531.86 Q784.591 1529.7 781.443 1529.7 M790.726 1515.05 L790.726 1519.31 Q788.966 1518.48 787.161 1518.04 Q785.378 1517.6 783.619 1517.6 Q778.989 1517.6 776.536 1520.72 Q774.105 1523.85 773.758 1530.17 Q775.124 1528.15 777.184 1527.09 Q779.244 1526 781.721 1526 Q786.929 1526 789.938 1529.17 Q792.971 1532.32 792.971 1537.76 Q792.971 1543.08 789.823 1546.3 Q786.675 1549.52 781.443 1549.52 Q775.448 1549.52 772.277 1544.94 Q769.105 1540.33 769.105 1531.6 Q769.105 1523.41 772.994 1518.55 Q776.883 1513.66 783.434 1513.66 Q785.193 1513.66 786.976 1514.01 Q788.781 1514.36 790.726 1515.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M811.026 1517.37 Q807.415 1517.37 805.587 1520.93 Q803.781 1524.47 803.781 1531.6 Q803.781 1538.71 805.587 1542.27 Q807.415 1545.82 811.026 1545.82 Q814.661 1545.82 816.466 1542.27 Q818.295 1538.71 818.295 1531.6 Q818.295 1524.47 816.466 1520.93 Q814.661 1517.37 811.026 1517.37 M811.026 1513.66 Q816.836 1513.66 819.892 1518.27 Q822.971 1522.85 822.971 1531.6 Q822.971 1540.33 819.892 1544.94 Q816.836 1549.52 811.026 1549.52 Q805.216 1549.52 802.138 1544.94 Q799.082 1540.33 799.082 1531.6 Q799.082 1522.85 802.138 1518.27 Q805.216 1513.66 811.026 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1041.93 1517.37 Q1038.32 1517.37 1036.49 1520.93 Q1034.69 1524.47 1034.69 1531.6 Q1034.69 1538.71 1036.49 1542.27 Q1038.32 1545.82 1041.93 1545.82 Q1045.57 1545.82 1047.37 1542.27 Q1049.2 1538.71 1049.2 1531.6 Q1049.2 1524.47 1047.37 1520.93 Q1045.57 1517.37 1041.93 1517.37 M1041.93 1513.66 Q1047.74 1513.66 1050.8 1518.27 Q1053.88 1522.85 1053.88 1531.6 Q1053.88 1540.33 1050.8 1544.94 Q1047.74 1549.52 1041.93 1549.52 Q1036.12 1549.52 1033.04 1544.94 Q1029.99 1540.33 1029.99 1531.6 Q1029.99 1522.85 1033.04 1518.27 Q1036.12 1513.66 1041.93 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1062.09 1542.97 L1066.98 1542.97 L1066.98 1548.85 L1062.09 1548.85 L1062.09 1542.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1075.98 1514.29 L1098.2 1514.29 L1098.2 1516.28 L1085.66 1548.85 L1080.77 1548.85 L1092.58 1518.22 L1075.98 1518.22 L1075.98 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1107.37 1514.29 L1125.73 1514.29 L1125.73 1518.22 L1111.65 1518.22 L1111.65 1526.7 Q1112.67 1526.35 1113.69 1526.19 Q1114.71 1526 1115.73 1526 Q1121.51 1526 1124.89 1529.17 Q1128.27 1532.34 1128.27 1537.76 Q1128.27 1543.34 1124.8 1546.44 Q1121.33 1549.52 1115.01 1549.52 Q1112.83 1549.52 1110.57 1549.15 Q1108.32 1548.78 1105.91 1548.04 L1105.91 1543.34 Q1108 1544.47 1110.22 1545.03 Q1112.44 1545.58 1114.92 1545.58 Q1118.92 1545.58 1121.26 1543.48 Q1123.6 1541.37 1123.6 1537.76 Q1123.6 1534.15 1121.26 1532.04 Q1118.92 1529.94 1114.92 1529.94 Q1113.04 1529.94 1111.17 1530.35 Q1109.32 1530.77 1107.37 1531.65 L1107.37 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1148.07 1529.7 Q1144.92 1529.7 1143.07 1531.86 Q1141.24 1534.01 1141.24 1537.76 Q1141.24 1541.49 1143.07 1543.66 Q1144.92 1545.82 1148.07 1545.82 Q1151.21 1545.82 1153.04 1543.66 Q1154.89 1541.49 1154.89 1537.76 Q1154.89 1534.01 1153.04 1531.86 Q1151.21 1529.7 1148.07 1529.7 M1157.35 1515.05 L1157.35 1519.31 Q1155.59 1518.48 1153.78 1518.04 Q1152 1517.6 1150.24 1517.6 Q1145.61 1517.6 1143.16 1520.72 Q1140.73 1523.85 1140.38 1530.17 Q1141.75 1528.15 1143.81 1527.09 Q1145.87 1526 1148.34 1526 Q1153.55 1526 1156.56 1529.17 Q1159.59 1532.32 1159.59 1537.76 Q1159.59 1543.08 1156.44 1546.3 Q1153.3 1549.52 1148.07 1549.52 Q1142.07 1549.52 1138.9 1544.94 Q1135.73 1540.33 1135.73 1531.6 Q1135.73 1523.41 1139.62 1518.55 Q1143.5 1513.66 1150.06 1513.66 Q1151.82 1513.66 1153.6 1514.01 Q1155.4 1514.36 1157.35 1515.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1167.69 1514.29 L1186.05 1514.29 L1186.05 1518.22 L1171.98 1518.22 L1171.98 1526.7 Q1173 1526.35 1174.01 1526.19 Q1175.03 1526 1176.05 1526 Q1181.84 1526 1185.22 1529.17 Q1188.6 1532.34 1188.6 1537.76 Q1188.6 1543.34 1185.13 1546.44 Q1181.65 1549.52 1175.33 1549.52 Q1173.16 1549.52 1170.89 1549.15 Q1168.64 1548.78 1166.24 1548.04 L1166.24 1543.34 Q1168.32 1544.47 1170.54 1545.03 Q1172.76 1545.58 1175.24 1545.58 Q1179.25 1545.58 1181.58 1543.48 Q1183.92 1541.37 1183.92 1537.76 Q1183.92 1534.15 1181.58 1532.04 Q1179.25 1529.94 1175.24 1529.94 Q1173.37 1529.94 1171.49 1530.35 Q1169.64 1530.77 1167.69 1531.65 L1167.69 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1407.56 1517.37 Q1403.95 1517.37 1402.12 1520.93 Q1400.31 1524.47 1400.31 1531.6 Q1400.31 1538.71 1402.12 1542.27 Q1403.95 1545.82 1407.56 1545.82 Q1411.19 1545.82 1413 1542.27 Q1414.83 1538.71 1414.83 1531.6 Q1414.83 1524.47 1413 1520.93 Q1411.19 1517.37 1407.56 1517.37 M1407.56 1513.66 Q1413.37 1513.66 1416.42 1518.27 Q1419.5 1522.85 1419.5 1531.6 Q1419.5 1540.33 1416.42 1544.94 Q1413.37 1549.52 1407.56 1549.52 Q1401.75 1549.52 1398.67 1544.94 Q1395.61 1540.33 1395.61 1531.6 Q1395.61 1522.85 1398.67 1518.27 Q1401.75 1513.66 1407.56 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1427.72 1542.97 L1432.6 1542.97 L1432.6 1548.85 L1427.72 1548.85 L1427.72 1542.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1441.61 1514.29 L1463.83 1514.29 L1463.83 1516.28 L1451.28 1548.85 L1446.4 1548.85 L1458.21 1518.22 L1441.61 1518.22 L1441.61 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1473 1514.29 L1491.35 1514.29 L1491.35 1518.22 L1477.28 1518.22 L1477.28 1526.7 Q1478.3 1526.35 1479.32 1526.19 Q1480.34 1526 1481.35 1526 Q1487.14 1526 1490.52 1529.17 Q1493.9 1532.34 1493.9 1537.76 Q1493.9 1543.34 1490.43 1546.44 Q1486.96 1549.52 1480.64 1549.52 Q1478.46 1549.52 1476.19 1549.15 Q1473.95 1548.78 1471.54 1548.04 L1471.54 1543.34 Q1473.62 1544.47 1475.84 1545.03 Q1478.07 1545.58 1480.54 1545.58 Q1484.55 1545.58 1486.89 1543.48 Q1489.22 1541.37 1489.22 1537.76 Q1489.22 1534.15 1486.89 1532.04 Q1484.55 1529.94 1480.54 1529.94 Q1478.67 1529.94 1476.79 1530.35 Q1474.94 1530.77 1473 1531.65 L1473 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1501.93 1514.29 L1524.15 1514.29 L1524.15 1516.28 L1511.61 1548.85 L1506.72 1548.85 L1518.53 1518.22 L1501.93 1518.22 L1501.93 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1543.27 1517.37 Q1539.66 1517.37 1537.84 1520.93 Q1536.03 1524.47 1536.03 1531.6 Q1536.03 1538.71 1537.84 1542.27 Q1539.66 1545.82 1543.27 1545.82 Q1546.91 1545.82 1548.71 1542.27 Q1550.54 1538.71 1550.54 1531.6 Q1550.54 1524.47 1548.71 1520.93 Q1546.91 1517.37 1543.27 1517.37 M1543.27 1513.66 Q1549.09 1513.66 1552.14 1518.27 Q1555.22 1522.85 1555.22 1531.6 Q1555.22 1540.33 1552.14 1544.94 Q1549.09 1549.52 1543.27 1549.52 Q1537.46 1549.52 1534.39 1544.94 Q1531.33 1540.33 1531.33 1531.6 Q1531.33 1522.85 1534.39 1518.27 Q1537.46 1513.66 1543.27 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1774.18 1517.37 Q1770.57 1517.37 1768.74 1520.93 Q1766.93 1524.47 1766.93 1531.6 Q1766.93 1538.71 1768.74 1542.27 Q1770.57 1545.82 1774.18 1545.82 Q1777.81 1545.82 1779.62 1542.27 Q1781.45 1538.71 1781.45 1531.6 Q1781.45 1524.47 1779.62 1520.93 Q1777.81 1517.37 1774.18 1517.37 M1774.18 1513.66 Q1779.99 1513.66 1783.05 1518.27 Q1786.12 1522.85 1786.12 1531.6 Q1786.12 1540.33 1783.05 1544.94 Q1779.99 1549.52 1774.18 1549.52 Q1768.37 1549.52 1765.29 1544.94 Q1762.24 1540.33 1762.24 1531.6 Q1762.24 1522.85 1765.29 1518.27 Q1768.37 1513.66 1774.18 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1794.34 1542.97 L1799.23 1542.97 L1799.23 1548.85 L1794.34 1548.85 L1794.34 1542.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1808.23 1514.29 L1830.45 1514.29 L1830.45 1516.28 L1817.91 1548.85 L1813.02 1548.85 L1824.83 1518.22 L1808.23 1518.22 L1808.23 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1839.62 1514.29 L1857.98 1514.29 L1857.98 1518.22 L1843.9 1518.22 L1843.9 1526.7 Q1844.92 1526.35 1845.94 1526.19 Q1846.96 1526 1847.98 1526 Q1853.76 1526 1857.14 1529.17 Q1860.52 1532.34 1860.52 1537.76 Q1860.52 1543.34 1857.05 1546.44 Q1853.58 1549.52 1847.26 1549.52 Q1845.08 1549.52 1842.81 1549.15 Q1840.57 1548.78 1838.16 1548.04 L1838.16 1543.34 Q1840.24 1544.47 1842.47 1545.03 Q1844.69 1545.58 1847.17 1545.58 Q1851.17 1545.58 1853.51 1543.48 Q1855.85 1541.37 1855.85 1537.76 Q1855.85 1534.15 1853.51 1532.04 Q1851.17 1529.94 1847.17 1529.94 Q1845.29 1529.94 1843.42 1530.35 Q1841.56 1530.77 1839.62 1531.65 L1839.62 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1868.55 1514.29 L1890.78 1514.29 L1890.78 1516.28 L1878.23 1548.85 L1873.35 1548.85 L1885.15 1518.22 L1868.55 1518.22 L1868.55 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M1899.94 1514.29 L1918.3 1514.29 L1918.3 1518.22 L1904.23 1518.22 L1904.23 1526.7 Q1905.24 1526.35 1906.26 1526.19 Q1907.28 1526 1908.3 1526 Q1914.09 1526 1917.47 1529.17 Q1920.85 1532.34 1920.85 1537.76 Q1920.85 1543.34 1917.37 1546.44 Q1913.9 1549.52 1907.58 1549.52 Q1905.41 1549.52 1903.14 1549.15 Q1900.89 1548.78 1898.48 1548.04 L1898.48 1543.34 Q1900.57 1544.47 1902.79 1545.03 Q1905.01 1545.58 1907.49 1545.58 Q1911.49 1545.58 1913.83 1543.48 Q1916.17 1541.37 1916.17 1537.76 Q1916.17 1534.15 1913.83 1532.04 Q1911.49 1529.94 1907.49 1529.94 Q1905.61 1529.94 1903.74 1530.35 Q1901.89 1530.77 1899.94 1531.65 L1899.94 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M2139.81 1517.37 Q2136.2 1517.37 2134.37 1520.93 Q2132.56 1524.47 2132.56 1531.6 Q2132.56 1538.71 2134.37 1542.27 Q2136.2 1545.82 2139.81 1545.82 Q2143.44 1545.82 2145.25 1542.27 Q2147.08 1538.71 2147.08 1531.6 Q2147.08 1524.47 2145.25 1520.93 Q2143.44 1517.37 2139.81 1517.37 M2139.81 1513.66 Q2145.62 1513.66 2148.67 1518.27 Q2151.75 1522.85 2151.75 1531.6 Q2151.75 1540.33 2148.67 1544.94 Q2145.62 1549.52 2139.81 1549.52 Q2134 1549.52 2130.92 1544.94 Q2127.86 1540.33 2127.86 1531.6 Q2127.86 1522.85 2130.92 1518.27 Q2134 1513.66 2139.81 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M2159.97 1542.97 L2164.85 1542.97 L2164.85 1548.85 L2159.97 1548.85 L2159.97 1542.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M2173.86 1514.29 L2196.08 1514.29 L2196.08 1516.28 L2183.53 1548.85 L2178.65 1548.85 L2190.45 1518.22 L2173.86 1518.22 L2173.86 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M2205.25 1514.29 L2223.6 1514.29 L2223.6 1518.22 L2209.53 1518.22 L2209.53 1526.7 Q2210.55 1526.35 2211.57 1526.19 Q2212.58 1526 2213.6 1526 Q2219.39 1526 2222.77 1529.17 Q2226.15 1532.34 2226.15 1537.76 Q2226.15 1543.34 2222.68 1546.44 Q2219.2 1549.52 2212.88 1549.52 Q2210.71 1549.52 2208.44 1549.15 Q2206.2 1548.78 2203.79 1548.04 L2203.79 1543.34 Q2205.87 1544.47 2208.09 1545.03 Q2210.32 1545.58 2212.79 1545.58 Q2216.8 1545.58 2219.13 1543.48 Q2221.47 1541.37 2221.47 1537.76 Q2221.47 1534.15 2219.13 1532.04 Q2216.8 1529.94 2212.79 1529.94 Q2210.92 1529.94 2209.04 1530.35 Q2207.19 1530.77 2205.25 1531.65 L2205.25 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M2245.36 1532.44 Q2242.03 1532.44 2240.11 1534.22 Q2238.21 1536 2238.21 1539.13 Q2238.21 1542.25 2240.11 1544.03 Q2242.03 1545.82 2245.36 1545.82 Q2248.69 1545.82 2250.62 1544.03 Q2252.54 1542.23 2252.54 1539.13 Q2252.54 1536 2250.62 1534.22 Q2248.72 1532.44 2245.36 1532.44 M2240.69 1530.45 Q2237.68 1529.7 2235.99 1527.64 Q2234.32 1525.58 2234.32 1522.62 Q2234.32 1518.48 2237.26 1516.07 Q2240.22 1513.66 2245.36 1513.66 Q2250.52 1513.66 2253.46 1516.07 Q2256.4 1518.48 2256.4 1522.62 Q2256.4 1525.58 2254.71 1527.64 Q2253.05 1529.7 2250.06 1530.45 Q2253.44 1531.23 2255.32 1533.52 Q2257.21 1535.82 2257.21 1539.13 Q2257.21 1544.15 2254.13 1546.83 Q2251.08 1549.52 2245.36 1549.52 Q2239.64 1549.52 2236.57 1546.83 Q2233.51 1544.15 2233.51 1539.13 Q2233.51 1535.82 2235.41 1533.52 Q2237.31 1531.23 2240.69 1530.45 M2238.97 1523.06 Q2238.97 1525.75 2240.64 1527.25 Q2242.33 1528.76 2245.36 1528.76 Q2248.37 1528.76 2250.06 1527.25 Q2251.77 1525.75 2251.77 1523.06 Q2251.77 1520.38 2250.06 1518.87 Q2248.37 1517.37 2245.36 1517.37 Q2242.33 1517.37 2240.64 1518.87 Q2238.97 1520.38 2238.97 1523.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M2275.52 1517.37 Q2271.91 1517.37 2270.08 1520.93 Q2268.28 1524.47 2268.28 1531.6 Q2268.28 1538.71 2270.08 1542.27 Q2271.91 1545.82 2275.52 1545.82 Q2279.16 1545.82 2280.96 1542.27 Q2282.79 1538.71 2282.79 1531.6 Q2282.79 1524.47 2280.96 1520.93 Q2279.16 1517.37 2275.52 1517.37 M2275.52 1513.66 Q2281.33 1513.66 2284.39 1518.27 Q2287.47 1522.85 2287.47 1531.6 Q2287.47 1540.33 2284.39 1544.94 Q2281.33 1549.52 2275.52 1549.52 Q2269.71 1549.52 2266.63 1544.94 Q2263.58 1540.33 2263.58 1531.6 Q2263.58 1522.85 2266.63 1518.27 Q2269.71 1513.66 2275.52 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,1432.26 2352.76,1432.26 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,1186.4 2352.76,1186.4 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,940.535 2352.76,940.535 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,694.67 2352.76,694.67 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,448.806 2352.76,448.806 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,202.942 2352.76,202.942 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,1486.45 246.598,47.2441 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,1432.26 265.495,1432.26 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,1186.4 265.495,1186.4 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,940.535 265.495,940.535 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,694.67 265.495,694.67 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,448.806 265.495,448.806 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  246.598,202.942 265.495,202.942 \n",
           "  \"/>\n",
    
           "<path clip-path=\"url(#clip180)\" d=\"M62.9365 1418.06 Q59.3254 1418.06 57.4967 1421.63 Q55.6912 1425.17 55.6912 1432.3 Q55.6912 1439.4 57.4967 1442.97 Q59.3254 1446.51 62.9365 1446.51 Q66.5707 1446.51 68.3763 1442.97 Q70.205 1439.4 70.205 1432.3 Q70.205 1425.17 68.3763 1421.63 Q66.5707 1418.06 62.9365 1418.06 M62.9365 1414.36 Q68.7467 1414.36 71.8022 1418.96 Q74.8809 1423.55 74.8809 1432.3 Q74.8809 1441.02 71.8022 1445.63 Q68.7467 1450.21 62.9365 1450.21 Q57.1264 1450.21 54.0477 1445.63 Q50.9921 1441.02 50.9921 1432.3 Q50.9921 1423.55 54.0477 1418.96 Q57.1264 1414.36 62.9365 1414.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M83.0984 1443.66 L87.9827 1443.66 L87.9827 1449.54 L83.0984 1449.54 L83.0984 1443.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M108.168 1433.13 Q104.834 1433.13 102.913 1434.91 Q101.015 1436.7 101.015 1439.82 Q101.015 1442.95 102.913 1444.73 Q104.834 1446.51 108.168 1446.51 Q111.501 1446.51 113.422 1444.73 Q115.344 1442.92 115.344 1439.82 Q115.344 1436.7 113.422 1434.91 Q111.524 1433.13 108.168 1433.13 M103.492 1431.14 Q100.483 1430.4 98.7928 1428.34 Q97.1261 1426.28 97.1261 1423.32 Q97.1261 1419.17 100.066 1416.77 Q103.029 1414.36 108.168 1414.36 Q113.33 1414.36 116.27 1416.77 Q119.209 1419.17 119.209 1423.32 Q119.209 1426.28 117.52 1428.34 Q115.853 1430.4 112.867 1431.14 Q116.246 1431.93 118.121 1434.22 Q120.02 1436.51 120.02 1439.82 Q120.02 1444.84 116.941 1447.53 Q113.885 1450.21 108.168 1450.21 Q102.45 1450.21 99.3715 1447.53 Q96.316 1444.84 96.316 1439.82 Q96.316 1436.51 98.2141 1434.22 Q100.112 1431.93 103.492 1431.14 M101.779 1423.76 Q101.779 1426.44 103.446 1427.95 Q105.135 1429.45 108.168 1429.45 Q111.177 1429.45 112.867 1427.95 Q114.58 1426.44 114.58 1423.76 Q114.58 1421.07 112.867 1419.57 Q111.177 1418.06 108.168 1418.06 Q105.135 1418.06 103.446 1419.57 Q101.779 1421.07 101.779 1423.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M141.177 1419.06 L129.371 1437.51 L141.177 1437.51 L141.177 1419.06 M139.95 1414.98 L145.83 1414.98 L145.83 1437.51 L150.76 1437.51 L150.76 1441.39 L145.83 1441.39 L145.83 1449.54 L141.177 1449.54 L141.177 1441.39 L125.575 1441.39 L125.575 1436.88 L139.95 1414.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M169.07 1430.4 Q165.922 1430.4 164.07 1432.55 Q162.242 1434.71 162.242 1438.46 Q162.242 1442.18 164.07 1444.36 Q165.922 1446.51 169.07 1446.51 Q172.218 1446.51 174.047 1444.36 Q175.899 1442.18 175.899 1438.46 Q175.899 1434.71 174.047 1432.55 Q172.218 1430.4 169.07 1430.4 M178.353 1415.75 L178.353 1420.01 Q176.593 1419.17 174.788 1418.73 Q173.005 1418.29 171.246 1418.29 Q166.617 1418.29 164.163 1421.42 Q161.732 1424.54 161.385 1430.86 Q162.751 1428.85 164.811 1427.78 Q166.871 1426.7 169.348 1426.7 Q174.556 1426.7 177.566 1429.87 Q180.598 1433.02 180.598 1438.46 Q180.598 1443.78 177.45 1447 Q174.302 1450.21 169.07 1450.21 Q163.075 1450.21 159.904 1445.63 Q156.732 1441.02 156.732 1432.3 Q156.732 1424.1 160.621 1419.24 Q164.51 1414.36 171.061 1414.36 Q172.82 1414.36 174.603 1414.71 Q176.408 1415.05 178.353 1415.75 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M198.653 1418.06 Q195.042 1418.06 193.214 1421.63 Q191.408 1425.17 191.408 1432.3 Q191.408 1439.4 193.214 1442.97 Q195.042 1446.51 198.653 1446.51 Q202.288 1446.51 204.093 1442.97 Q205.922 1439.4 205.922 1432.3 Q205.922 1425.17 204.093 1421.63 Q202.288 1418.06 198.653 1418.06 M198.653 1414.36 Q204.464 1414.36 207.519 1418.96 Q210.598 1423.55 210.598 1432.3 Q210.598 1441.02 207.519 1445.63 Q204.464 1450.21 198.653 1450.21 Q192.843 1450.21 189.765 1445.63 Q186.709 1441.02 186.709 1432.3 Q186.709 1423.55 189.765 1418.96 Q192.843 1414.36 198.653 1414.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M63.9319 1172.2 Q60.3208 1172.2 58.4921 1175.76 Q56.6865 1179.3 56.6865 1186.43 Q56.6865 1193.54 58.4921 1197.1 Q60.3208 1200.65 63.9319 1200.65 Q67.5661 1200.65 69.3717 1197.1 Q71.2004 1193.54 71.2004 1186.43 Q71.2004 1179.3 69.3717 1175.76 Q67.5661 1172.2 63.9319 1172.2 M63.9319 1168.49 Q69.742 1168.49 72.7976 1173.1 Q75.8763 1177.68 75.8763 1186.43 Q75.8763 1195.16 72.7976 1199.77 Q69.742 1204.35 63.9319 1204.35 Q58.1217 1204.35 55.043 1199.77 Q51.9875 1195.16 51.9875 1186.43 Q51.9875 1177.68 55.043 1173.1 Q58.1217 1168.49 63.9319 1168.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M84.0938 1197.8 L88.978 1197.8 L88.978 1203.68 L84.0938 1203.68 L84.0938 1197.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M109.163 1187.27 Q105.83 1187.27 103.909 1189.05 Q102.01 1190.83 102.01 1193.96 Q102.01 1197.08 103.909 1198.86 Q105.83 1200.65 109.163 1200.65 Q112.496 1200.65 114.418 1198.86 Q116.339 1197.06 116.339 1193.96 Q116.339 1190.83 114.418 1189.05 Q112.52 1187.27 109.163 1187.27 M104.487 1185.28 Q101.478 1184.54 99.7882 1182.48 Q98.1215 1180.42 98.1215 1177.45 Q98.1215 1173.31 101.061 1170.9 Q104.024 1168.49 109.163 1168.49 Q114.325 1168.49 117.265 1170.9 Q120.205 1173.31 120.205 1177.45 Q120.205 1180.42 118.515 1182.48 Q116.848 1184.54 113.862 1185.28 Q117.242 1186.06 119.117 1188.35 Q121.015 1190.65 121.015 1193.96 Q121.015 1198.98 117.936 1201.66 Q114.881 1204.35 109.163 1204.35 Q103.446 1204.35 100.367 1201.66 Q97.3113 1198.98 97.3113 1193.96 Q97.3113 1190.65 99.2095 1188.35 Q101.108 1186.06 104.487 1185.28 M102.774 1177.89 Q102.774 1180.58 104.441 1182.08 Q106.131 1183.59 109.163 1183.59 Q112.172 1183.59 113.862 1182.08 Q115.575 1180.58 115.575 1177.89 Q115.575 1175.21 113.862 1173.7 Q112.172 1172.2 109.163 1172.2 Q106.131 1172.2 104.441 1173.7 Q102.774 1175.21 102.774 1177.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M142.172 1173.19 L130.367 1191.64 L142.172 1191.64 L142.172 1173.19 M140.945 1169.12 L146.825 1169.12 L146.825 1191.64 L151.755 1191.64 L151.755 1195.53 L146.825 1195.53 L146.825 1203.68 L142.172 1203.68 L142.172 1195.53 L126.57 1195.53 L126.57 1191.02 L140.945 1169.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M170.066 1184.54 Q166.917 1184.54 165.066 1186.69 Q163.237 1188.84 163.237 1192.59 Q163.237 1196.32 165.066 1198.49 Q166.917 1200.65 170.066 1200.65 Q173.214 1200.65 175.042 1198.49 Q176.894 1196.32 176.894 1192.59 Q176.894 1188.84 175.042 1186.69 Q173.214 1184.54 170.066 1184.54 M179.348 1169.88 L179.348 1174.14 Q177.589 1173.31 175.783 1172.87 Q174.001 1172.43 172.241 1172.43 Q167.612 1172.43 165.158 1175.55 Q162.728 1178.68 162.38 1185 Q163.746 1182.98 165.806 1181.92 Q167.866 1180.83 170.343 1180.83 Q175.552 1180.83 178.561 1184 Q181.593 1187.15 181.593 1192.59 Q181.593 1197.91 178.445 1201.13 Q175.297 1204.35 170.066 1204.35 Q164.07 1204.35 160.899 1199.77 Q157.728 1195.16 157.728 1186.43 Q157.728 1178.24 161.617 1173.38 Q165.505 1168.49 172.056 1168.49 Q173.816 1168.49 175.598 1168.84 Q177.403 1169.19 179.348 1169.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M189.695 1169.12 L208.051 1169.12 L208.051 1173.05 L193.977 1173.05 L193.977 1181.53 Q194.996 1181.18 196.014 1181.02 Q197.033 1180.83 198.052 1180.83 Q203.839 1180.83 207.218 1184 Q210.598 1187.17 210.598 1192.59 Q210.598 1198.17 207.126 1201.27 Q203.653 1204.35 197.334 1204.35 Q195.158 1204.35 192.89 1203.98 Q190.644 1203.61 188.237 1202.87 L188.237 1198.17 Q190.32 1199.3 192.542 1199.86 Q194.765 1200.41 197.241 1200.41 Q201.246 1200.41 203.584 1198.31 Q205.922 1196.2 205.922 1192.59 Q205.922 1188.98 203.584 1186.87 Q201.246 1184.77 197.241 1184.77 Q195.366 1184.77 193.491 1185.18 Q191.64 1185.6 189.695 1186.48 L189.695 1169.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M62.9365 926.333 Q59.3254 926.333 57.4967 929.898 Q55.6912 933.44 55.6912 940.569 Q55.6912 947.676 57.4967 951.241 Q59.3254 954.782 62.9365 954.782 Q66.5707 954.782 68.3763 951.241 Q70.205 947.676 70.205 940.569 Q70.205 933.44 68.3763 929.898 Q66.5707 926.333 62.9365 926.333 M62.9365 922.63 Q68.7467 922.63 71.8022 927.236 Q74.8809 931.819 74.8809 940.569 Q74.8809 949.296 71.8022 953.903 Q68.7467 958.486 62.9365 958.486 Q57.1264 958.486 54.0477 953.903 Q50.9921 949.296 50.9921 940.569 Q50.9921 931.819 54.0477 927.236 Q57.1264 922.63 62.9365 922.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M83.0984 951.935 L87.9827 951.935 L87.9827 957.815 L83.0984 957.815 L83.0984 951.935 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M108.168 941.403 Q104.834 941.403 102.913 943.185 Q101.015 944.967 101.015 948.092 Q101.015 951.217 102.913 953 Q104.834 954.782 108.168 954.782 Q111.501 954.782 113.422 953 Q115.344 951.194 115.344 948.092 Q115.344 944.967 113.422 943.185 Q111.524 941.403 108.168 941.403 M103.492 939.412 Q100.483 938.671 98.7928 936.611 Q97.1261 934.551 97.1261 931.588 Q97.1261 927.444 100.066 925.037 Q103.029 922.63 108.168 922.63 Q113.33 922.63 116.27 925.037 Q119.209 927.444 119.209 931.588 Q119.209 934.551 117.52 936.611 Q115.853 938.671 112.867 939.412 Q116.246 940.199 118.121 942.491 Q120.02 944.782 120.02 948.092 Q120.02 953.115 116.941 955.801 Q113.885 958.486 108.168 958.486 Q102.45 958.486 99.3715 955.801 Q96.316 953.115 96.316 948.092 Q96.316 944.782 98.2141 942.491 Q100.112 940.199 103.492 939.412 M101.779 932.028 Q101.779 934.713 103.446 936.217 Q105.135 937.722 108.168 937.722 Q111.177 937.722 112.867 936.217 Q114.58 934.713 114.58 932.028 Q114.58 929.342 112.867 927.838 Q111.177 926.333 108.168 926.333 Q105.135 926.333 103.446 927.838 Q101.779 929.342 101.779 932.028 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M141.177 927.329 L129.371 945.778 L141.177 945.778 L141.177 927.329 M139.95 923.255 L145.83 923.255 L145.83 945.778 L150.76 945.778 L150.76 949.666 L145.83 949.666 L145.83 957.815 L141.177 957.815 L141.177 949.666 L125.575 949.666 L125.575 945.153 L139.95 923.255 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M157.311 923.255 L179.533 923.255 L179.533 925.245 L166.987 957.815 L162.103 957.815 L173.908 927.19 L157.311 927.19 L157.311 923.255 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M198.653 926.333 Q195.042 926.333 193.214 929.898 Q191.408 933.44 191.408 940.569 Q191.408 947.676 193.214 951.241 Q195.042 954.782 198.653 954.782 Q202.288 954.782 204.093 951.241 Q205.922 947.676 205.922 940.569 Q205.922 933.44 204.093 929.898 Q202.288 926.333 198.653 926.333 M198.653 922.63 Q204.464 922.63 207.519 927.236 Q210.598 931.819 210.598 940.569 Q210.598 949.296 207.519 953.903 Q204.464 958.486 198.653 958.486 Q192.843 958.486 189.765 953.903 Q186.709 949.296 186.709 940.569 Q186.709 931.819 189.765 927.236 Q192.843 922.63 198.653 922.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M63.9319 680.469 Q60.3208 680.469 58.4921 684.034 Q56.6865 687.575 56.6865 694.705 Q56.6865 701.811 58.4921 705.376 Q60.3208 708.918 63.9319 708.918 Q67.5661 708.918 69.3717 705.376 Q71.2004 701.811 71.2004 694.705 Q71.2004 687.575 69.3717 684.034 Q67.5661 680.469 63.9319 680.469 M63.9319 676.765 Q69.742 676.765 72.7976 681.372 Q75.8763 685.955 75.8763 694.705 Q75.8763 703.432 72.7976 708.038 Q69.742 712.622 63.9319 712.622 Q58.1217 712.622 55.043 708.038 Q51.9875 703.432 51.9875 694.705 Q51.9875 685.955 55.043 681.372 Q58.1217 676.765 63.9319 676.765 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M84.0938 706.071 L88.978 706.071 L88.978 711.95 L84.0938 711.95 L84.0938 706.071 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M109.163 695.538 Q105.83 695.538 103.909 697.321 Q102.01 699.103 102.01 702.228 Q102.01 705.353 103.909 707.136 Q105.83 708.918 109.163 708.918 Q112.496 708.918 114.418 707.136 Q116.339 705.33 116.339 702.228 Q116.339 699.103 114.418 697.321 Q112.52 695.538 109.163 695.538 M104.487 693.548 Q101.478 692.807 99.7882 690.747 Q98.1215 688.687 98.1215 685.724 Q98.1215 681.58 101.061 679.173 Q104.024 676.765 109.163 676.765 Q114.325 676.765 117.265 679.173 Q120.205 681.58 120.205 685.724 Q120.205 688.687 118.515 690.747 Q116.848 692.807 113.862 693.548 Q117.242 694.335 119.117 696.626 Q121.015 698.918 121.015 702.228 Q121.015 707.251 117.936 709.936 Q114.881 712.622 109.163 712.622 Q103.446 712.622 100.367 709.936 Q97.3113 707.251 97.3113 702.228 Q97.3113 698.918 99.2095 696.626 Q101.108 694.335 104.487 693.548 M102.774 686.163 Q102.774 688.849 104.441 690.353 Q106.131 691.858 109.163 691.858 Q112.172 691.858 113.862 690.353 Q115.575 688.849 115.575 686.163 Q115.575 683.478 113.862 681.974 Q112.172 680.469 109.163 680.469 Q106.131 680.469 104.441 681.974 Q102.774 683.478 102.774 686.163 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M142.172 681.464 L130.367 699.913 L142.172 699.913 L142.172 681.464 M140.945 677.39 L146.825 677.39 L146.825 699.913 L151.755 699.913 L151.755 703.802 L146.825 703.802 L146.825 711.95 L142.172 711.95 L142.172 703.802 L126.57 703.802 L126.57 699.288 L140.945 677.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M158.306 677.39 L180.528 677.39 L180.528 679.381 L167.982 711.95 L163.098 711.95 L174.903 681.325 L158.306 681.325 L158.306 677.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M189.695 677.39 L208.051 677.39 L208.051 681.325 L193.977 681.325 L193.977 689.798 Q194.996 689.45 196.014 689.288 Q197.033 689.103 198.052 689.103 Q203.839 689.103 207.218 692.275 Q210.598 695.446 210.598 700.862 Q210.598 706.441 207.126 709.543 Q203.653 712.622 197.334 712.622 Q195.158 712.622 192.89 712.251 Q190.644 711.881 188.237 711.14 L188.237 706.441 Q190.32 707.575 192.542 708.131 Q194.765 708.686 197.241 708.686 Q201.246 708.686 203.584 706.58 Q205.922 704.474 205.922 700.862 Q205.922 697.251 203.584 695.145 Q201.246 693.038 197.241 693.038 Q195.366 693.038 193.491 693.455 Q191.64 693.872 189.695 694.751 L189.695 677.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M62.9365 434.605 Q59.3254 434.605 57.4967 438.17 Q55.6912 441.711 55.6912 448.841 Q55.6912 455.947 57.4967 459.512 Q59.3254 463.054 62.9365 463.054 Q66.5707 463.054 68.3763 459.512 Q70.205 455.947 70.205 448.841 Q70.205 441.711 68.3763 438.17 Q66.5707 434.605 62.9365 434.605 M62.9365 430.901 Q68.7467 430.901 71.8022 435.508 Q74.8809 440.091 74.8809 448.841 Q74.8809 457.568 71.8022 462.174 Q68.7467 466.757 62.9365 466.757 Q57.1264 466.757 54.0477 462.174 Q50.9921 457.568 50.9921 448.841 Q50.9921 440.091 54.0477 435.508 Q57.1264 430.901 62.9365 430.901 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M83.0984 460.207 L87.9827 460.207 L87.9827 466.086 L83.0984 466.086 L83.0984 460.207 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M108.168 449.674 Q104.834 449.674 102.913 451.457 Q101.015 453.239 101.015 456.364 Q101.015 459.489 102.913 461.271 Q104.834 463.054 108.168 463.054 Q111.501 463.054 113.422 461.271 Q115.344 459.466 115.344 456.364 Q115.344 453.239 113.422 451.457 Q111.524 449.674 108.168 449.674 M103.492 447.683 Q100.483 446.943 98.7928 444.883 Q97.1261 442.822 97.1261 439.859 Q97.1261 435.716 100.066 433.308 Q103.029 430.901 108.168 430.901 Q113.33 430.901 116.27 433.308 Q119.209 435.716 119.209 439.859 Q119.209 442.822 117.52 444.883 Q115.853 446.943 112.867 447.683 Q116.246 448.47 118.121 450.762 Q120.02 453.054 120.02 456.364 Q120.02 461.387 116.941 464.072 Q113.885 466.757 108.168 466.757 Q102.45 466.757 99.3715 464.072 Q96.316 461.387 96.316 456.364 Q96.316 453.054 98.2141 450.762 Q100.112 448.47 103.492 447.683 M101.779 440.299 Q101.779 442.984 103.446 444.489 Q105.135 445.994 108.168 445.994 Q111.177 445.994 112.867 444.489 Q114.58 442.984 114.58 440.299 Q114.58 437.614 112.867 436.109 Q111.177 434.605 108.168 434.605 Q105.135 434.605 103.446 436.109 Q101.779 437.614 101.779 440.299 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M141.177 435.6 L129.371 454.049 L141.177 454.049 L141.177 435.6 M139.95 431.526 L145.83 431.526 L145.83 454.049 L150.76 454.049 L150.76 457.938 L145.83 457.938 L145.83 466.086 L141.177 466.086 L141.177 457.938 L125.575 457.938 L125.575 453.424 L139.95 431.526 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M168.491 449.674 Q165.158 449.674 163.237 451.457 Q161.339 453.239 161.339 456.364 Q161.339 459.489 163.237 461.271 Q165.158 463.054 168.491 463.054 Q171.825 463.054 173.746 461.271 Q175.667 459.466 175.667 456.364 Q175.667 453.239 173.746 451.457 Q171.848 449.674 168.491 449.674 M163.816 447.683 Q160.806 446.943 159.117 444.883 Q157.45 442.822 157.45 439.859 Q157.45 435.716 160.39 433.308 Q163.353 430.901 168.491 430.901 Q173.654 430.901 176.593 433.308 Q179.533 435.716 179.533 439.859 Q179.533 442.822 177.843 444.883 Q176.177 446.943 173.191 447.683 Q176.57 448.47 178.445 450.762 Q180.343 453.054 180.343 456.364 Q180.343 461.387 177.265 464.072 Q174.209 466.757 168.491 466.757 Q162.774 466.757 159.695 464.072 Q156.64 461.387 156.64 456.364 Q156.64 453.054 158.538 450.762 Q160.436 448.47 163.816 447.683 M162.103 440.299 Q162.103 442.984 163.769 444.489 Q165.459 445.994 168.491 445.994 Q171.501 445.994 173.191 444.489 Q174.903 442.984 174.903 440.299 Q174.903 437.614 173.191 436.109 Q171.501 434.605 168.491 434.605 Q165.459 434.605 163.769 436.109 Q162.103 437.614 162.103 440.299 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M198.653 434.605 Q195.042 434.605 193.214 438.17 Q191.408 441.711 191.408 448.841 Q191.408 455.947 193.214 459.512 Q195.042 463.054 198.653 463.054 Q202.288 463.054 204.093 459.512 Q205.922 455.947 205.922 448.841 Q205.922 441.711 204.093 438.17 Q202.288 434.605 198.653 434.605 M198.653 430.901 Q204.464 430.901 207.519 435.508 Q210.598 440.091 210.598 448.841 Q210.598 457.568 207.519 462.174 Q204.464 466.757 198.653 466.757 Q192.843 466.757 189.765 462.174 Q186.709 457.568 186.709 448.841 Q186.709 440.091 189.765 435.508 Q192.843 430.901 198.653 430.901 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M63.9319 188.741 Q60.3208 188.741 58.4921 192.305 Q56.6865 195.847 56.6865 202.977 Q56.6865 210.083 58.4921 213.648 Q60.3208 217.189 63.9319 217.189 Q67.5661 217.189 69.3717 213.648 Q71.2004 210.083 71.2004 202.977 Q71.2004 195.847 69.3717 192.305 Q67.5661 188.741 63.9319 188.741 M63.9319 185.037 Q69.742 185.037 72.7976 189.643 Q75.8763 194.227 75.8763 202.977 Q75.8763 211.703 72.7976 216.31 Q69.742 220.893 63.9319 220.893 Q58.1217 220.893 55.043 216.31 Q51.9875 211.703 51.9875 202.977 Q51.9875 194.227 55.043 189.643 Q58.1217 185.037 63.9319 185.037 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M84.0938 214.342 L88.978 214.342 L88.978 220.222 L84.0938 220.222 L84.0938 214.342 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M109.163 203.81 Q105.83 203.81 103.909 205.592 Q102.01 207.375 102.01 210.5 Q102.01 213.625 103.909 215.407 Q105.83 217.189 109.163 217.189 Q112.496 217.189 114.418 215.407 Q116.339 213.602 116.339 210.5 Q116.339 207.375 114.418 205.592 Q112.52 203.81 109.163 203.81 M104.487 201.819 Q101.478 201.078 99.7882 199.018 Q98.1215 196.958 98.1215 193.995 Q98.1215 189.852 101.061 187.444 Q104.024 185.037 109.163 185.037 Q114.325 185.037 117.265 187.444 Q120.205 189.852 120.205 193.995 Q120.205 196.958 118.515 199.018 Q116.848 201.078 113.862 201.819 Q117.242 202.606 119.117 204.898 Q121.015 207.19 121.015 210.5 Q121.015 215.523 117.936 218.208 Q114.881 220.893 109.163 220.893 Q103.446 220.893 100.367 218.208 Q97.3113 215.523 97.3113 210.5 Q97.3113 207.19 99.2095 204.898 Q101.108 202.606 104.487 201.819 M102.774 194.435 Q102.774 197.12 104.441 198.625 Q106.131 200.129 109.163 200.129 Q112.172 200.129 113.862 198.625 Q115.575 197.12 115.575 194.435 Q115.575 191.75 113.862 190.245 Q112.172 188.741 109.163 188.741 Q106.131 188.741 104.441 190.245 Q102.774 191.75 102.774 194.435 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M142.172 189.736 L130.367 208.185 L142.172 208.185 L142.172 189.736 M140.945 185.662 L146.825 185.662 L146.825 208.185 L151.755 208.185 L151.755 212.074 L146.825 212.074 L146.825 220.222 L142.172 220.222 L142.172 212.074 L126.57 212.074 L126.57 207.56 L140.945 185.662 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M169.487 203.81 Q166.154 203.81 164.232 205.592 Q162.334 207.375 162.334 210.5 Q162.334 213.625 164.232 215.407 Q166.154 217.189 169.487 217.189 Q172.82 217.189 174.741 215.407 Q176.663 213.602 176.663 210.5 Q176.663 207.375 174.741 205.592 Q172.843 203.81 169.487 203.81 M164.811 201.819 Q161.802 201.078 160.112 199.018 Q158.445 196.958 158.445 193.995 Q158.445 189.852 161.385 187.444 Q164.348 185.037 169.487 185.037 Q174.649 185.037 177.589 187.444 Q180.528 189.852 180.528 193.995 Q180.528 196.958 178.839 199.018 Q177.172 201.078 174.186 201.819 Q177.566 202.606 179.441 204.898 Q181.339 207.19 181.339 210.5 Q181.339 215.523 178.26 218.208 Q175.204 220.893 169.487 220.893 Q163.769 220.893 160.691 218.208 Q157.635 215.523 157.635 210.5 Q157.635 207.19 159.533 204.898 Q161.431 202.606 164.811 201.819 M163.098 194.435 Q163.098 197.12 164.765 198.625 Q166.454 200.129 169.487 200.129 Q172.496 200.129 174.186 198.625 Q175.899 197.12 175.899 194.435 Q175.899 191.75 174.186 190.245 Q172.496 188.741 169.487 188.741 Q166.454 188.741 164.765 190.245 Q163.098 191.75 163.098 194.435 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M189.695 185.662 L208.051 185.662 L208.051 189.597 L193.977 189.597 L193.977 198.069 Q194.996 197.722 196.014 197.56 Q197.033 197.375 198.052 197.375 Q203.839 197.375 207.218 200.546 Q210.598 203.717 210.598 209.134 Q210.598 214.713 207.126 217.814 Q203.653 220.893 197.334 220.893 Q195.158 220.893 192.89 220.523 Q190.644 220.152 188.237 219.412 L188.237 214.713 Q190.32 215.847 192.542 216.402 Q194.765 216.958 197.241 216.958 Q201.246 216.958 203.584 214.852 Q205.922 212.745 205.922 209.134 Q205.922 205.523 203.584 203.416 Q201.246 201.31 197.241 201.31 Q195.366 201.31 193.491 201.727 Q191.64 202.143 189.695 203.023 L189.695 185.662 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip182)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  1299.68,766.846 1299.68,766.846 \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
    
    rhaag's avatar
    rhaag committed
           "  306.206,766.846 2293.15,766.846 \n",
           "  \"/>\n",
    
           "<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",