HSG-MCS-HS21_Julia/Exam1/Exam1.ipynb
2021-11-15 21:14:51 +01:00

317 lines
495 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Load Data \n",
"\n",
"Returns from FX investments (for a US investor) in percent are in `Data_Returns.csv` (extract the returns into a matrix `R`) and log forward premia in percent are in `Data_Forwardpremia.csv` (extract the forward premia into a matrix `fp`). Convert the first columns to Julia dates.\n",
"\n",
"Test if the dates in the two files are the same.\n",
"\n",
"The currency names/abbreviations are\n",
"`[\"AUD\",\"CAD\",\"EUR\",\"JPY\",\"NZD\",\"NOK\",\"SEK\",\"CHF\",\"GBP\"]` "
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
"using DelimitedFiles, Printf, Dates, Plots, Statistics\n",
"\n",
"include(\"jlFiles/printmat.jl\")\n",
"gr(size=(480,320))\n",
"default(fmt = :svg)"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"All dates are the same"
]
}
],
"source": [
"# Load data\n",
"R = readdlm(\"Data/Data_Returns.csv\",',',skipstart=1) \n",
"fp = readdlm(\"Data/Data_Forwardpremia.csv\",',',skipstart=2) \n",
"\n",
"# Convert to julia dates\n",
"R[:,1] .= Date.(R[:,1])\n",
"fp[:,1] .= Date.(fp[:,1])\n",
"\n",
"# Check if all dates are the same\n",
"if all(fp[:,1] .== R[:,1])\n",
" print(\"All dates are the same\")\n",
"else \n",
" print(\"Some dates are different\")\n",
"end\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plot the forward premia\n",
"\n",
"against time. Create a figure with 3x3 subplots. In the plot show the forward premia multiplied by 12 so they can be interpreted as the (annualised) interest rate differential (foreign minus US). \n",
"\n",
"Make sure to \n",
"1. have tick marks on the x-axis at `[Date(2000),Date(2010),Date(2020)]`\n",
"\n",
"2. limit the y-axis to `(-6,6)`\n",
"\n",
"3. Put the currency name/abbreviation in the title of each subfigure."
]
},
{
"cell_type": "code",
"execution_count": 16,
"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=\"1280\" height=\"720\" viewBox=\"0 0 5120 2880\">\n<defs>\n <clipPath id=\"clip430\">\n <rect x=\"0\" y=\"0\" width=\"5120\" height=\"2880\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip430)\" d=\"\nM0 2880 L5120 2880 L5120 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip431\">\n <rect x=\"1024\" y=\"0\" width=\"3585\" height=\"2880\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip430)\" d=\"\nM176.391 839.048 L1659.42 839.048 L1659.42 114.022 L176.391 114.022 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip432\">\n <rect x=\"176\" y=\"114\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 494.491,839.048 494.491,114.022 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1056.12,839.048 1056.12,114.022 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1617.6,839.048 1617.6,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,839.048 1659.42,839.048 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 494.491,839.048 494.491,820.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1056.12,839.048 1056.12,820.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1617.6,839.048 1617.6,820.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M443.102 917.545 L459.422 917.545 L459.422 921.48 L437.477 921.48 L437.477 917.545 Q440.139 914.79 444.723 910.16 Q449.329 905.508 450.51 904.165 Q452.755 901.642 453.635 899.906 Q454.537 898.147 454.537 896.457 Q454.537 893.702 452.593 891.966 Q450.672 890.23 447.57 890.23 Q445.371 890.23 442.917 890.994 Q440.487 891.758 437.709 893.309 L437.709 888.587 Q440.533 887.452 442.987 886.874 Q445.44 886.295 447.477 886.295 Q452.848 886.295 456.042 888.98 Q459.236 891.665 459.236 896.156 Q459.236 898.286 458.426 900.207 Q457.639 902.105 455.533 904.698 Q454.954 905.369 451.852 908.586 Q448.75 911.781 443.102 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M479.236 889.999 Q475.625 889.999 473.797 893.563 Q471.991 897.105 471.991 904.235 Q471.991 911.341 473.797 914.906 Q475.625 918.447 479.236 918.447 Q482.871 918.447 484.676 914.906 Q486.505 911.341 486.505 904.235 Q486.505 897.105 484.676 893.563 Q482.871 889.999 479.236 889.999 M479.236 886.295 Q485.046 886.295 488.102 890.901 Q491.181 895.485 491.181 904.235 Q491.181 912.961 488.102 917.568 Q485.046 922.151 479.236 922.151 Q473.426 922.151 470.347 917.568 Q467.292 912.961 467.292 904.235 Q467.292 895.485 470.347 890.901 Q473.426 886.295 479.236 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M509.398 889.999 Q505.787 889.999 503.958 893.563 Q502.153 897.105 502.153 904.235 Q502.153 911.341 503.958 914.906 Q505.787 918.447 509.398 918.447 Q513.032 918.447 514.838 914.906 Q516.667 911.341 516.667 904.235 Q516.667 897.105 514.838 893.563 Q513.032 889.999 509.398 889.999 M509.398 886.295 Q515.208 886.295 518.264 890.901 Q521.343 895.485 521.343 904.235 Q521.343 912.961 518.264 917.568 Q515.208 922.151 509.398 922.151 Q503.588 922.151 500.509 917.568 Q497.454 912.961 497.454 904.235 Q497.454 895.485 500.509 890.901 Q503.588 886.295 509.398 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M539.56 889.999 Q535.949 889.999 534.12 893.563 Q532.315 897.105 532.315 904.235 Q532.315 911.341 534.12 914.906 Q535.949 918.447 539.56 918.447 Q543.194 918.447 545 914.906 Q546.829 911.341 546.829 904.235 Q546.829 897.105 545 893.563 Q543.194 889.999 539.56 889.999 M539.56 886.295 Q545.37 886.295 548.426 890.901 Q551.504 895.485 551.504 904.235 Q551.504 912.961 548.426 917.568 Q545.37 922.151 539.56 922.151 Q533.75 922.151 530.671 917.568 Q527.616 912.961 527.616 904.235 Q527.616 895.485 530.671 890.901 Q533.75 886.295 539.56 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1004.74 917.545 L1021.05 917.545 L1021.05 921.48 L999.111 921.48 L999.111 917.545 Q1001.77 914.79 1006.36 910.16 Q1010.96 905.508 1012.14 904.165 Q1014.39 901.642 1015.27 899.906 Q1016.17 898.147 1016.17 896.457 Q1016.17 893.702 1014.23 891.966 Q1012.3 890.23 1009.2 890.23 Q1007 890.23 1004.55 890.994 Q1002.12 891.758 999.342 893.309 L999.342 888.587 Q1002.17 887.452 1004.62 886.874 Q1007.07 886.295 1009.11 886.295 Q1014.48 886.295 1017.68 888.98 Q1020.87 891.665 1020.87 896.156 Q1020.87 898.286 1020.06 900.207 Q1019.27 902.105 1017.17 904.698 Q1016.59 905.369 1013.49 908.586 Q1010.38 911.781 1004.74 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1040.87 889.999 Q1037.26 889.999 1035.43 893.563 Q1033.62 897.105 1033.62 904.235 Q1033.62 911.341 1035.43 914.906 Q1037.26 918.447 1040.87 918.447 Q1044.5 918.447 1046.31 914.906 Q1048.14 911.341 1048.14 904.235 Q1048.14 897.105 1046.31 893.563 Q1044.5 889.999 1040.87 889.999 M1040.87 886.295 Q1046.68 886.295 1049.74 890.901 Q1052.81 895.485 1052.81 904.235 Q1052.81 912.961 1049.74 917.568 Q1046.68 922.151 1040.87 922.151 Q1035.06 922.151 1031.98 917.568 Q1028.93 912.961 1028.93 904.235 Q1028.93 895.485 1031.98 890.901 Q1035.06 886.295 1040.87 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1061.84 917.545 L1069.48 917.545 L1069.48 891.179 L1061.17 892.846 L1061.17 888.587 L1069.43 886.92 L1074.11 886.92 L1074.11 917.545 L1081.75 917.545 L1081.75 921.48 L1061.84 921.48 L1061.84 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1101.19 889.999 Q1097.58 889.999 1095.75 893.563 Q1093.95 897.105 1093.95 904.235 Q1093.95 911.341 1095.75 914.906 Q1097.58 918.447 1101.19 918.447 Q1104.83 918.447 1106.63 914.906 Q1108.46 911.341 1108.46 904.235 Q1108.46 897.105 1106.63 893.563 Q1104.83 889.999 1101.19 889.999 M1101.19 886.295 Q1107 886.295 1110.06 890.901 Q1113.14 895.485 1113.14 904.235 Q1113.14 912.961 1110.06 917.568 Q1107 922.151 1101.19 922.151 Q1095.38 922.151 1092.3 917.568 Q1089.25 912.961 1089.25 904.235 Q1089.25 895.485 1092.3 890.901 Q1095.38 886.295 1101.19 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1566.22 917.545 L1582.53 917.545 L1582.53 921.48 L1560.59 921.48 L1560.59 917.545 Q1563.25 914.79 1567.84 910.16 Q1572.44 905.508 1573.62 904.165 Q1575.87 901.642 1576.75 899.906 Q1577.65 898.147 1577.65 896.457 Q1577.65 893.702 1575.71 891.966 Q1573.78 890.23 1570.68 890.23 Q1568.48 890.23 1566.03 890.994 Q1563.6 891.758 1560.82 893.309 L1560.82 888.587 Q1563.65 887.452 1566.1 886.874 Q1568.55 886.295 1570.59 886.295 Q1575.96 886.295 1579.15 888.98 Q1582.35 891.665 1582.35 896.156 Q1582.35 898.286 1581.54 900.207 Q1580.75 902.105 1578.65 904.698 Q1578.07 905.369 1574.97 908.586 Q1571.86 911.781 1566.22 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1602.35 889.999 Q1598.74 889.999 1596.91 893.563 Q1595.1 897.105 1595.1 904.235 Q1595.1 911.341 1596.91 914.906 Q1598.74 918.447 1602.35 918.447 Q1605.98 918.447 1607.79 914.906 Q1609.62 911.341 1609.62 904.235 Q1609.62 897.105 1607.79 893.563 Q1605.98 889.999 1602.35 889.999 M1602.35 886.295 Q1608.16 886.295 1611.21 890.901 Q1614.29 895.485 1614.29 904.235 Q1614.29 912.961 1611.21 917.568 Q1608.16 922.151 1602.35 922.151 Q1596.54 922.151 1593.46 917.568 Q1590.4 912.961 1590.4 904.235 Q1590.4 895.485 1593.46 890.901 Q1596.54 886.295 1602.35 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1626.54 917.545 L1642.86 917.545 L1642.86 921.48 L1620.91 921.48 L1620.91 917.545 Q1623.58 914.79 1628.16 910.16 Q1632.77 905.508 1633.95 904.165 Q1636.19 901.642 1637.07 899.906 Q1637.97 898.147 1637.97 896.457 Q1637.97 893.702 1636.03 891.966 Q1634.11 890.23 1631.01 890.23 Q1628.81 890.23 1626.35 890.994 Q1623.92 891.758 1621.15 893.309 L1621.15 888.587 Q1623.97 887.452 1626.42 886.874 Q1628.88 886.295 1630.91 886.295 Q1636.28 886.295 1639.48 888.98 Q1642.67 891.665 1642.67 896.156 Q1642.67 898.286 1641.86 900.207 Q1641.08 902.105 1638.97 904.698 Q1638.39 905.369 1635.29 908.586 Q1632.19 911.781 1626.54 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1662.67 889.999 Q1659.06 889.999 1657.23 893.563 Q1655.43 897.105 1655.43 904.235 Q1655.43 911.341 1657.23 914.906 Q1659.06 918.447 1662.67 918.447 Q1666.31 918.447 1668.11 914.906 Q1669.94 911.341 1669.94 904.235 Q1669.94 897.105 1668.11 893.563 Q1666.31 889.999 1662.67 889.999 M1662.67 886.295 Q1668.48 886.295 1671.54 890.901 Q1674.62 895.485 1674.62 904.235 Q1674.62 912.961 1671.54 917.568 Q1668.48 922.151 1662.67 922.151 Q1656.86 922.151 1653.78 917.568 Q1650.73 912.961 1650.73 904.235 Q1650.73 895.485 1653.78 890.901 Q1656.86 886.295 1662.67 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,839.048 1659.42,839.048 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,718.21 1659.42,718.21 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,597.373 1659.42,597.373 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,476.535 1659.42,476.535 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,355.697 1659.42,355.697 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,234.86 1659.42,234.86 \n \"/>\n<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,114.022 1659.42,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,839.048 176.391,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,839.048 195.289,839.048 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,718.21 195.289,718.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,597.373 195.289,597.373 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,476.535 195.289,476.535 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,355.697 195.289,355.697 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,234.86 195.289,234.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,114.022 195.289,114.022 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M37.7162 839.499 L67.392 839.499 L67.392 843.434 L37.7162 843.434 L37.7162 839.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M88.0632 837.184 Q84.915 837.184 83.0632 839.337 Q81.2345 841.49 81.2345 845.24 Q81.2345 848.967 83.0632 851.143 Q84.915 853.295 88.0632 853.295 Q91.2113 853.295 93.04 851.143 Q94.8918 848.967 94.8918 845.24 Q94.8918 841.49 93.04 839.337 Q91.2113 837.184 88.0632 837.184 M97.3455 822.532 L97.3455 826.791 Q95.5863 825.958 93.7807 825.518 Q91.9983 825.078 90.2391 825.078 Q85.6095 825.078 83.1558 828.203 Q80.7252 831.328 80.378 837.647 Q81.7437 835.634 83.8039 834.569 Q85.8641 833.481 88.3409 833.481 Q93.5492 833.481 96.5585 836.652 Q99.5909 839.8 99.5909 845.24 Q99.5909 850.564 96.4427 853.782 Q93.2946 856.999 88.0632 856.999 Q82.0678 856.999 78.8965 852.416 Q75.7253 847.809 75.7253 839.083 Q75.7253 830.888 79.6141 826.027 Q83.503 821.143 90.0539 821.143 Q91.8131 821.143 93.5955 821.49 Q95.4011 821.837 97.3455 822.532 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M37.3921 718.662 L67.0679 718.662 L67.0679 722.597 L37.3921 722.597 L37.3921 718.662 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M90.0076 705.004 L78.2021 723.453 L90.0076 723.453 L90.0076 705.004 M88.7807 700.93 L94.6603 700.93 L94.6603 723.453 L99.5909 723.453 L99.5909 727.342 L94.6603 727.342 L94.6603 735.49 L90.0076 735.49 L90.0076 727.342 L74.4058 727.342 L74.4058 722.828 L88.7807 700.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M39.4754 597.824 L69.1512 597.824 L69.1512 601.759 L39.4754 601.759 L39.4754 597.824 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M83.2715 610.717 L99.5909 610.717 L99.5909 614.653 L77.6465 614.653 L77.6465 610.717 Q80.3086 607.963 84.8919 603.333 Q89.4983 598.68 90.6789 597.338 Q92.9242 594.815 93.8039 593.079 Q94.7066 591.319 94.7066 589.63 Q94.7066 586.875 92.7622 585.139 Q90.8409 583.403 87.7391 583.403 Q85.54 583.403 83.0863 584.167 Q80.6558 584.931 77.878 586.481 L77.878 581.759 Q80.7021 580.625 83.1558 580.046 Q85.6095 579.468 87.6465 579.468 Q93.0168 579.468 96.2113 582.153 Q99.4057 584.838 99.4057 589.329 Q99.4057 591.458 98.5955 593.38 Q97.8085 595.278 95.702 597.87 Q95.1233 598.542 92.0215 601.759 Q88.9196 604.954 83.2715 610.717 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M87.6465 462.334 Q84.0354 462.334 82.2067 465.898 Q80.4012 469.44 80.4012 476.57 Q80.4012 483.676 82.2067 487.241 Q84.0354 490.783 87.6465 490.783 Q91.2807 490.783 93.0863 487.241 Q94.915 483.676 94.915 476.57 Q94.915 469.44 93.0863 465.898 Q91.2807 462.334 87.6465 462.334 M87.6465 458.63 Q93.4566 458.63 96.5122 463.236 Q99.5909 467.82 99.5909 476.57 Q99.5909 485.297 96.5122 489.903 Q93.4566 494.486 87.6465 494.486 Q81.8363 494.486 78.7576 489.903 Q75.7021 485.297 75.7021 476.57 Q75.7021 467.82 78.7576 463.236 Q81.8363 458.63 87.6465 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M83.2715 369.042 L99.5909 369.042 L99.5909 372.977 L77.6465 372.977 L77.6465 369.042 Q80.3086 366.288 84.8919 361.658 Q89.4983 357.005 90.6789 355.663 Q92.9242 353.14 93.8039 351.403 Q94.7066 349.644 94.7066 347.954 Q94.7066 345.2 92.7622 343.464 Q90.8409 341.728 87.7391 341.728 Q85.54 341.728 83.0863 342.491 Q80.6558 343.255 77.878 344.806 L77.878 340.084 Q80.7021 338.95 83.1558 338.371 Q85.6095 337.792 87.6465 337.792 Q93.0168 337.792 96.2113 340.478 Q99.4057 343.163 99.4057 347.653 Q99.4057 349.783 98.5955 351.704 Q97.8085 353.602 95.702 356.195 Q95.1233 356.866 92.0215 360.084 Q88.9196 363.278 83.2715 369.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M90.0076 221.654 L78.2021 240.103 L90.0076 240.103 L90.0076 221.654 M88.7807 217.58 L94.6603 217.58 L94.6603 240.103 L99.5909 240.103 L99.5909 243.992 L94.6603 243.992 L94.6603 252.14 L90.0076 252.14 L90.0076 243.992 L74.4058 243.992 L74.4058 239.478 L88.7807 217.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M88.0632 112.159 Q84.915 112.159 83.0632 114.311 Q81.2345 116.464 81.2345 120.214 Q81.2345 123.941 83.0632 126.117 Q84.915 128.27 88.0632 128.27 Q91.2113 128.27 93.04 126.117 Q94.8918 123.941 94.8918 120.214 Q94.8918 116.464 93.04 114.311 Q91.2113 112.159 88.0632 112.159 M97.3455 97.506 L97.3455 101.765 Q95.5863 100.932 93.7807 100.492 Q91.9983 100.052 90.2391 100.052 Q85.6095 100.052 83.1558 103.177 Q80.7252 106.302 80.378 112.622 Q81.7437 110.608 83.8039 109.543 Q85.8641 108.455 88.3409 108.455 Q93.5492 108.455 96.5585 111.626 Q99.5909 114.774 99.5909 120.214 Q99.5909 125.538 96.4427 128.756 Q93.2946 131.973 88.0632 131.973 Q82.0678 131.973 78.8965 127.39 Q75.7253 122.784 75.7253 114.057 Q75.7253 105.862 79.6141 101.001 Q83.503 96.1171 90.0539 96.1171 Q91.8131 96.1171 93.5955 96.4643 Q95.4011 96.8116 97.3455 97.506 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M857.71 20.1573 L846.611 50.2555 L868.85 50.2555 L857.71 20.1573 M853.092 12.096 L862.369 12.096 L885.418 72.576 L876.912 72.576 L871.402 57.061 L844.14 57.061 L838.631 72.576 L830.002 72.576 L853.092 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M893.318 12.096 L901.541 12.096 L901.541 48.8377 Q901.541 58.5599 905.065 62.8538 Q908.59 67.1073 916.489 67.1073 Q924.348 67.1073 927.872 62.8538 Q931.396 58.5599 931.396 48.8377 L931.396 12.096 L939.62 12.096 L939.62 49.8504 Q939.62 61.6791 933.746 67.7149 Q927.912 73.7508 916.489 73.7508 Q905.025 73.7508 899.151 67.7149 Q893.318 61.6791 893.318 49.8504 L893.318 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M963.155 18.8205 L963.155 65.8515 L973.04 65.8515 Q985.557 65.8515 991.35 60.1802 Q997.183 54.509 997.183 42.2752 Q997.183 30.1225 991.35 24.4918 Q985.557 18.8205 973.04 18.8205 L963.155 18.8205 M954.972 12.096 L971.784 12.096 Q989.365 12.096 997.588 19.4281 Q1005.81 26.7198 1005.81 42.2752 Q1005.81 57.9117 997.547 65.2439 Q989.284 72.576 971.784 72.576 L954.972 72.576 L954.972 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip432)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 218.363,372.255 222.668,369.673 227.434,391.613 231.739,381.658 236.813,388.089 241.425,378.794 246.191,364.033 250.958,383.906 255.416,372.537 260.336,366.201 \n 264.948,384.957 269.407,363.344 274.481,374.118 278.939,360.306 283.398,351.91 288.318,345.588 293.084,349.278 297.389,351.106 302.462,353.259 307.075,384.913 \n 311.841,390.561 316.607,390.344 321.066,417.54 325.986,447.664 330.752,462.825 335.057,450.499 339.823,451.029 344.435,461.056 349.047,493.783 353.813,501.229 \n 358.58,517.078 363.038,528.411 367.958,536.103 372.724,521.697 377.029,546.848 382.103,532.558 386.715,514.381 391.02,524.988 395.94,524.017 400.552,515.563 \n 405.011,520.609 409.931,516.643 414.697,519.877 419.463,512.779 424.075,510.894 428.688,511.974 433.454,519.181 438.22,507.095 442.679,492.022 446.983,497.524 \n 452.057,485.873 456.669,490.136 461.436,487.976 466.048,499.475 470.66,508.175 475.58,520.914 480.193,512.576 484.651,510.35 489.571,562.994 494.337,519.957 \n 499.103,519.348 503.562,507.08 508.328,502.404 512.633,493.704 517.706,513.867 522.319,513.888 527.085,513.975 531.851,494.508 536.31,493.232 541.23,505.195 \n 545.842,520.791 550.301,507.001 555.374,468.451 559.679,465.529 564.291,483.321 569.058,456.002 573.824,422.666 578.282,410.471 583.202,404.598 587.968,405.823 \n 592.273,361.473 597.347,350.366 601.959,343.203 606.725,325.106 611.491,343.841 615.796,336.228 620.255,326.52 625.175,320.169 629.941,302.464 634.246,284.352 \n 639.319,287.622 643.932,301.13 648.698,284.954 653.464,290.051 657.923,271.113 662.842,263.907 667.609,281.068 671.913,271.382 676.68,270.686 681.292,262.913 \n 685.904,270.229 690.67,232.194 695.437,250.204 699.895,256.627 704.815,234.942 709.581,247.217 713.886,220.688 718.96,209.878 723.572,217.556 727.877,206.695 \n 732.951,206.854 737.563,204.455 742.329,216.07 746.941,216.657 751.554,212.452 756.474,234.949 761.086,259.854 765.545,277.501 770.465,275.63 775.231,283.475 \n 779.997,321.524 784.302,290.783 789.068,302.522 793.526,322.793 798.446,313.854 803.059,337.714 807.517,340.73 812.591,358.827 817.203,366.715 821.969,391.497 \n 826.582,397.986 831.194,400.973 836.114,423.043 840.419,420.128 845.185,435.477 849.49,439.718 854.563,437.587 859.176,443.807 863.942,435.905 868.708,433.323 \n 873.167,427.487 878.087,419.562 882.699,420.404 887.158,413.588 892.231,423.688 896.536,418.54 901.148,413.262 905.915,416.249 910.681,420.483 915.139,418.852 \n 920.059,403.851 924.825,417.706 929.13,381.542 934.204,353.832 938.816,390.105 943.582,351.135 948.348,254.38 952.807,205.383 957.573,204.491 962.186,189.28 \n 966.798,191.172 971.564,152.956 976.33,176.548 980.789,208.587 985.709,412.218 990.475,257.621 994.78,372.044 999.853,225.241 1004.47,317.363 1008.77,316.225 \n 1013.69,311.896 1018.3,323.228 1022.76,317.696 1027.68,300.68 1032.45,298.766 1037.21,306.219 1041.83,300.02 1046.44,273.122 1051.2,247.043 1055.97,249.058 \n 1060.43,262.986 1064.73,215.62 1069.81,239.241 1074.42,222.631 1079.19,230.585 1083.8,210.146 1088.41,188.432 1093.33,193.847 1097.94,203.969 1102.4,218.121 \n 1107.32,182.015 1112.09,180.804 1116.85,223.595 1121.16,183.958 1125.92,207.434 1130.38,193.238 1135.3,172.655 1139.92,192.528 1144.37,165.368 1149.45,182.443 \n 1154.06,176.49 1158.83,211.205 1163.44,206.26 1168.05,205.912 1172.97,242.736 1177.43,220.202 1182.04,230.969 1186.81,220.985 1191.57,269.149 1196.03,262.355 \n 1200.95,256.018 1205.72,275.406 1210.02,265.364 1215.1,303.957 1219.71,302.159 1224.48,304.269 1229.24,321.416 1233.55,303.232 1238.01,315.463 1242.93,301.724 \n 1247.69,315.449 1252,311.077 1257.07,317.269 1261.68,333.045 1266.45,320.321 1271.21,334.546 1275.67,331.929 1280.59,329.572 1285.36,340.564 1289.66,326.759 \n 1294.43,328.688 1299.04,322.779 1303.65,326.208 1308.42,299.629 1313.19,323.475 1317.65,326.665 1322.57,310.845 1327.33,327.071 1331.64,319.806 1336.71,315.681 \n 1341.32,345.943 1345.63,332.951 1350.55,342.057 1355.16,352.838 1359.62,361.495 1364.54,347.618 1369.3,342.833 1374.07,364.794 1378.68,354.76 1383.3,364.91 \n 1388.06,353.331 1392.83,366.396 1397.29,377.025 1402.05,367.462 1406.82,377.765 1411.28,384.551 1416.2,390.039 1420.81,395.651 1425.27,400.937 1430.34,420.077 \n 1434.95,426.015 1439.72,420.672 1444.33,418.344 1448.94,416.873 1453.86,427.886 1458.17,422.76 1462.94,437.094 1467.24,436.39 1472.31,441.509 1476.93,447.831 \n 1481.69,446.852 1486.46,452.848 1490.92,448.861 1495.84,454.132 1500.45,464.558 1504.91,479.326 1509.98,468.088 1514.29,477.391 1518.9,476.499 1523.67,481.683 \n 1528.43,489.658 1532.89,484.445 1537.81,487.091 1542.58,475.716 1546.88,492.797 1551.95,502.215 1556.57,514.838 1561.33,525.286 1566.1,511.851 1570.4,514.78 \n 1574.86,518.304 1579.78,533.406 1584.55,546.5 1588.85,555.693 1593.93,556.65 1598.54,543.513 1603.31,560.681 1608.07,535.704 1612.53,542.65 1617.45,531.905 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM1883.06 839.048 L3366.09 839.048 L3366.09 114.022 L1883.06 114.022 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip433\">\n <rect x=\"1883\" y=\"114\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2201.16,839.048 2201.16,114.022 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2762.79,839.048 2762.79,114.022 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3324.27,839.048 3324.27,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,839.048 3366.09,839.048 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2201.16,839.048 2201.16,820.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2762.79,839.048 2762.79,820.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3324.27,839.048 3324.27,820.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M2149.77 917.545 L2166.09 917.545 L2166.09 921.48 L2144.14 921.48 L2144.14 917.545 Q2146.81 914.79 2151.39 910.16 Q2156 905.508 2157.18 904.165 Q2159.42 901.642 2160.3 899.906 Q2161.2 898.147 2161.2 896.457 Q2161.2 893.702 2159.26 891.966 Q2157.34 890.23 2154.24 890.23 Q2152.04 890.23 2149.58 890.994 Q2147.15 891.758 2144.38 893.309 L2144.38 888.587 Q2147.2 887.452 2149.65 886.874 Q2152.11 886.295 2154.14 886.295 Q2159.51 886.295 2162.71 888.98 Q2165.9 891.665 2165.9 896.156 Q2165.9 898.286 2165.09 900.207 Q2164.31 902.105 2162.2 904.698 Q2161.62 905.369 2158.52 908.586 Q2155.42 911.781 2149.77 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2185.9 889.999 Q2182.29 889.999 2180.46 893.563 Q2178.66 897.105 2178.66 904.235 Q2178.66 911.341 2180.46 914.906 Q2182.29 918.447 2185.9 918.447 Q2189.54 918.447 2191.34 914.906 Q2193.17 911.341 2193.17 904.235 Q2193.17 897.105 2191.34 893.563 Q2189.54 889.999 2185.9 889.999 M2185.9 886.295 Q2191.71 886.295 2194.77 890.901 Q2197.85 895.485 2197.85 904.235 Q2197.85 912.961 2194.77 917.568 Q2191.71 922.151 2185.9 922.151 Q2180.09 922.151 2177.01 917.568 Q2173.96 912.961 2173.96 904.235 Q2173.96 895.485 2177.01 890.901 Q2180.09 886.295 2185.9 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2216.06 889.999 Q2212.45 889.999 2210.63 893.563 Q2208.82 897.105 2208.82 904.235 Q2208.82 911.341 2210.63 914.906 Q2212.45 918.447 2216.06 918.447 Q2219.7 918.447 2221.5 914.906 Q2223.33 911.341 2223.33 904.235 Q2223.33 897.105 2221.5 893.563 Q2219.7 889.999 2216.06 889.999 M2216.06 886.295 Q2221.88 886.295 2224.93 890.901 Q2228.01 895.485 2228.01 904.235 Q2228.01 912.961 2224.93 917.568 Q2221.88 922.151 2216.06 922.151 Q2210.25 922.151 2207.18 917.568 Q2204.12 912.961 2204.12 904.235 Q2204.12 895.485 2207.18 890.901 Q2210.25 886.295 2216.06 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2246.23 889.999 Q2242.62 889.999 2240.79 893.563 Q2238.98 897.105 2238.98 904.235 Q2238.98 911.341 2240.79 914.906 Q2242.62 918.447 2246.23 918.447 Q2249.86 918.447 2251.67 914.906 Q2253.5 911.341 2253.5 904.235 Q2253.5 897.105 2251.67 893.563 Q2249.86 889.999 2246.23 889.999 M2246.23 886.295 Q2252.04 886.295 2255.09 890.901 Q2258.17 895.485 2258.17 904.235 Q2258.17 912.961 2255.09 917.568 Q2252.04 922.151 2246.23 922.151 Q2240.42 922.151 2237.34 917.568 Q2234.28 912.961 2234.28 904.235 Q2234.28 895.485 2237.34 890.901 Q2240.42 886.295 2246.23 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2711.4 917.545 L2727.72 917.545 L2727.72 921.48 L2705.78 921.48 L2705.78 917.545 Q2708.44 914.79 2713.02 910.16 Q2717.63 905.508 2718.81 904.165 Q2721.05 901.642 2721.93 899.906 Q2722.84 898.147 2722.84 896.457 Q2722.84 893.702 2720.89 891.966 Q2718.97 890.23 2715.87 890.23 Q2713.67 890.23 2711.22 890.994 Q2708.79 891.758 2706.01 893.309 L2706.01 888.587 Q2708.83 887.452 2711.29 886.874 Q2713.74 886.295 2715.78 886.295 Q2721.15 886.295 2724.34 888.98 Q2727.54 891.665 2727.54 896.156 Q2727.54 898.286 2726.73 900.207 Q2725.94 902.105 2723.83 904.698 Q2723.25 905.369 2720.15 908.586 Q2717.05 911.781 2711.4 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2747.54 889.999 Q2743.93 889.999 2742.1 893.563 Q2740.29 897.105 2740.29 904.235 Q2740.29 911.341 2742.1 914.906 Q2743.93 918.447 2747.54 918.447 Q2751.17 918.447 2752.98 914.906 Q2754.8 911.341 2754.8 904.235 Q2754.8 897.105 2752.98 893.563 Q2751.17 889.999 2747.54 889.999 M2747.54 886.295 Q2753.35 886.295 2756.4 890.901 Q2759.48 895.485 2759.48 904.235 Q2759.48 912.961 2756.4 917.568 Q2753.35 922.151 2747.54 922.151 Q2741.73 922.151 2738.65 917.568 Q2735.59 912.961 2735.59 904.235 Q2735.59 895.485 2738.65 890.901 Q2741.73 886.295 2747.54 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2768.51 917.545 L2776.15 917.545 L2776.15 891.179 L2767.84 892.846 L2767.84 888.587 L2776.1 886.92 L2780.78 886.92 L2780.78 917.545 L2788.42 917.545 L2788.42 921.48 L2768.51 921.48 L2768.51 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2807.86 889.999 Q2804.25 889.999 2802.42 893.563 Q2800.61 897.105 2800.61 904.235 Q2800.61 911.341 2802.42 914.906 Q2804.25 918.447 2807.86 918.447 Q2811.49 918.447 2813.3 914.906 Q2815.13 911.341 2815.13 904.235 Q2815.13 897.105 2813.3 893.563 Q2811.49 889.999 2807.86 889.999 M2807.86 886.295 Q2813.67 886.295 2816.73 890.901 Q2819.8 895.485 2819.8 904.235 Q2819.8 912.961 2816.73 917.568 Q2813.67 922.151 2807.86 922.151 Q2802.05 922.151 2798.97 917.568 Q2795.92 912.961 2795.92 904.235 Q2795.92 895.485 2798.97 890.901 Q2802.05 886.295 2807.86 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3272.88 917.545 L3289.2 917.545 L3289.2 921.48 L3267.26 921.48 L3267.26 917.545 Q3269.92 914.79 3274.5 910.16 Q3279.11 905.508 3280.29 904.165 Q3282.53 901.642 3283.41 899.906 Q3284.32 898.147 3284.32 896.457 Q3284.32 893.702 3282.37 891.966 Q3280.45 890.23 3277.35 890.23 Q3275.15 890.23 3272.7 890.994 Q3270.27 891.758 3267.49 893.309 L3267.49 888.587 Q3270.31 887.452 3272.77 886.874 Q3275.22 886.295 3277.26 886.295 Q3282.63 886.295 3285.82 888.98 Q3289.02 891.665 3289.02 896.156 Q3289.02 898.286 3288.21 900.207 Q3287.42 902.105 3285.31 904.698 Q3284.73 905.369 3281.63 908.586 Q3278.53 911.781 3272.88 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3309.02 889.999 Q3305.4 889.999 3303.58 893.563 Q3301.77 897.105 3301.77 904.235 Q3301.77 911.341 3303.58 914.906 Q3305.4 918.447 3309.02 918.447 Q3312.65 918.447 3314.46 914.906 Q3316.28 911.341 3316.28 904.235 Q3316.28 897.105 3314.46 893.563 Q3312.65 889.999 3309.02 889.999 M3309.02 886.295 Q3314.83 886.295 3317.88 890.901 Q3320.96 895.485 3320.96 904.235 Q3320.96 912.961 3317.88 917.568 Q3314.83 922.151 3309.02 922.151 Q3303.21 922.151 3300.13 917.568 Q3297.07 912.961 3297.07 904.235 Q3297.07 895.485 3300.13 890.901 Q3303.21 886.295 3309.02 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3333.21 917.545 L3349.52 917.545 L3349.52 921.48 L3327.58 921.48 L3327.58 917.545 Q3330.24 914.79 3334.83 910.16 Q3339.43 905.508 3340.61 904.165 Q3342.86 901.642 3343.74 899.906 Q3344.64 898.147 3344.64 896.457 Q3344.64 893.702 3342.7 891.966 Q3340.77 890.23 3337.67 890.23 Q3335.47 890.23 3333.02 890.994 Q3330.59 891.758 3327.81 893.309 L3327.81 888.587 Q3330.64 887.452 3333.09 886.874 Q3335.54 886.295 3337.58 886.295 Q3342.95 886.295 3346.15 888.98 Q3349.34 891.665 3349.34 896.156 Q3349.34 898.286 3348.53 900.207 Q3347.74 902.105 3345.64 904.698 Q3345.06 905.369 3341.96 908.586 Q3338.85 911.781 3333.21 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3369.34 889.999 Q3365.73 889.999 3363.9 893.563 Q3362.09 897.105 3362.09 904.235 Q3362.09 911.341 3363.9 914.906 Q3365.73 918.447 3369.34 918.447 Q3372.97 918.447 3374.78 914.906 Q3376.61 911.341 3376.61 904.235 Q3376.61 897.105 3374.78 893.563 Q3372.97 889.999 3369.34 889.999 M3369.34 886.295 Q3375.15 886.295 3378.21 890.901 Q3381.28 895.485 3381.28 904.235 Q3381.28 912.961 3378.21 917.568 Q3375.15 922.151 3369.34 922.151 Q3363.53 922.151 3360.45 917.568 Q3357.4 912.961 3357.4 904.235 Q3357.4 895.485 3360.45 890.901 Q3363.53 886.295 3369.34 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,839.048 3366.09,839.048 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,718.21 3366.09,718.21 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,597.373 3366.09,597.373 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,476.535 3366.09,476.535 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,355.697 3366.09,355.697 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,234.86 3366.09,234.86 \n \"/>\n<polyline clip-path=\"url(#clip433)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,114.022 3366.09,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,839.048 1883.06,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,839.048 1901.96,839.048 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,718.21 1901.96,718.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,597.373 1901.96,597.373 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,476.535 1901.96,476.535 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,355.697 1901.96,355.697 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,234.86 1901.96,234.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,114.022 1901.96,114.022 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M1744.38 839.499 L1774.06 839.499 L1774.06 843.434 L1744.38 843.434 L1744.38 839.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.73 837.184 Q1791.58 837.184 1789.73 839.337 Q1787.9 841.49 1787.9 845.24 Q1787.9 848.967 1789.73 851.143 Q1791.58 853.295 1794.73 853.295 Q1797.88 853.295 1799.71 851.143 Q1801.56 848.967 1801.56 845.24 Q1801.56 841.49 1799.71 839.337 Q1797.88 837.184 1794.73 837.184 M1804.01 822.532 L1804.01 826.791 Q1802.25 825.958 1800.45 825.518 Q1798.66 825.078 1796.91 825.078 Q1792.28 825.078 1789.82 828.203 Q1787.39 831.328 1787.04 837.647 Q1788.41 835.634 1790.47 834.569 Q1792.53 833.481 1795.01 833.481 Q1800.22 833.481 1803.23 836.652 Q1806.26 839.8 1806.26 845.24 Q1806.26 850.564 1803.11 853.782 Q1799.96 856.999 1794.73 856.999 Q1788.73 856.999 1785.56 852.416 Q1782.39 847.809 1782.39 839.083 Q1782.39 830.888 1786.28 826.027 Q1790.17 821.143 1796.72 821.143 Q1798.48 821.143 1800.26 821.49 Q1802.07 821.837 1804.01 822.532 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1744.06 718.662 L1773.73 718.662 L1773.73 722.597 L1744.06 722.597 L1744.06 718.662 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1796.67 705.004 L1784.87 723.453 L1796.67 723.453 L1796.67 705.004 M1795.45 700.93 L1801.33 700.93 L1801.33 723.453 L1806.26 723.453 L1806.26 727.342 L1801.33 727.342 L1801.33 735.49 L1796.67 735.49 L1796.67 727.342 L1781.07 727.342 L1781.07 722.828 L1795.45 700.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1746.14 597.824 L1775.82 597.824 L1775.82 601.759 L1746.14 601.759 L1746.14 597.824 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1789.94 610.717 L1806.26 610.717 L1806.26 614.653 L1784.31 614.653 L1784.31 610.717 Q1786.98 607.963 1791.56 603.333 Q1796.16 598.68 1797.35 597.338 Q1799.59 594.815 1800.47 593.079 Q1801.37 591.319 1801.37 589.63 Q1801.37 586.875 1799.43 585.139 Q1797.51 583.403 1794.41 583.403 Q1792.21 583.403 1789.75 584.167 Q1787.32 584.931 1784.54 586.481 L1784.54 581.759 Q1787.37 580.625 1789.82 580.046 Q1792.28 579.468 1794.31 579.468 Q1799.68 579.468 1802.88 582.153 Q1806.07 584.838 1806.07 589.329 Q1806.07 591.458 1805.26 593.38 Q1804.48 595.278 1802.37 597.87 Q1801.79 598.542 1798.69 601.759 Q1795.59 604.954 1789.94 610.717 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.31 462.334 Q1790.7 462.334 1788.87 465.898 Q1787.07 469.44 1787.07 476.57 Q1787.07 483.676 1788.87 487.241 Q1790.7 490.783 1794.31 490.783 Q1797.95 490.783 1799.75 487.241 Q1801.58 483.676 1801.58 476.57 Q1801.58 469.44 1799.75 465.898 Q1797.95 462.334 1794.31 462.334 M1794.31 458.63 Q1800.12 458.63 1803.18 463.236 Q1806.26 467.82 1806.26 476.57 Q1806.26 485.297 1803.18 489.903 Q1800.12 494.486 1794.31 494.486 Q1788.5 494.486 1785.42 489.903 Q1782.37 485.297 1782.37 476.57 Q1782.37 467.82 1785.42 463.236 Q1788.5 458.63 1794.31 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1789.94 369.042 L1806.26 369.042 L1806.26 372.977 L1784.31 372.977 L1784.31 369.042 Q1786.98 366.288 1791.56 361.658 Q1796.16 357.005 1797.35 355.663 Q1799.59 353.14 1800.47 351.403 Q1801.37 349.644 1801.37 347.954 Q1801.37 345.2 1799.43 343.464 Q1797.51 341.728 1794.41 341.728 Q1792.21 341.728 1789.75 342.491 Q1787.32 343.255 1784.54 344.806 L1784.54 340.084 Q1787.37 338.95 1789.82 338.371 Q1792.28 337.792 1794.31 337.792 Q1799.68 337.792 1802.88 340.478 Q1806.07 343.163 1806.07 347.653 Q1806.07 349.783 1805.26 351.704 Q1804.48 353.602 1802.37 356.195 Q1801.79 356.866 1798.69 360.084 Q1795.59 363.278 1789.94 369.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1796.67 221.654 L1784.87 240.103 L1796.67 240.103 L1796.67 221.654 M1795.45 217.58 L1801.33 217.58 L1801.33 240.103 L1806.26 240.103 L1806.26 243.992 L1801.33 243.992 L1801.33 252.14 L1796.67 252.14 L1796.67 243.992 L1781.07 243.992 L1781.07 239.478 L1795.45 217.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.73 112.159 Q1791.58 112.159 1789.73 114.311 Q1787.9 116.464 1787.9 120.214 Q1787.9 123.941 1789.73 126.117 Q1791.58 128.27 1794.73 128.27 Q1797.88 128.27 1799.71 126.117 Q1801.56 123.941 1801.56 120.214 Q1801.56 116.464 1799.71 114.311 Q1797.88 112.159 1794.73 112.159 M1804.01 97.506 L1804.01 101.765 Q1802.25 100.932 1800.45 100.492 Q1798.66 100.052 1796.91 100.052 Q1792.28 100.052 1789.82 103.177 Q1787.39 106.302 1787.04 112.622 Q1788.41 110.608 1790.47 109.543 Q1792.53 108.455 1795.01 108.455 Q1800.22 108.455 1803.23 111.626 Q1806.26 114.774 1806.26 120.214 Q1806.26 125.538 1803.11 128.756 Q1799.96 131.973 1794.73 131.973 Q1788.73 131.973 1785.56 127.39 Q1782.39 122.784 1782.39 114.057 Q1782.39 105.862 1786.28 101.001 Q1790.17 96.1171 1796.72 96.1171 Q1798.48 96.1171 1800.26 96.4643 Q1802.07 96.8116 1804.01 97.506 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2588.84 16.7545 L2588.84 25.383 Q2584.71 21.5346 2580.01 19.6307 Q2575.35 17.7268 2570.09 17.7268 Q2559.72 17.7268 2554.21 24.0867 Q2548.7 30.4061 2548.7 42.3968 Q2548.7 54.3469 2554.21 60.7069 Q2559.72 67.0263 2570.09 67.0263 Q2575.35 67.0263 2580.01 65.1223 Q2584.71 63.2184 2588.84 59.3701 L2588.84 67.9175 Q2584.55 70.8341 2579.73 72.2924 Q2574.95 73.7508 2569.6 73.7508 Q2555.87 73.7508 2547.97 65.3654 Q2540.07 56.9395 2540.07 42.3968 Q2540.07 27.8135 2547.97 19.4281 Q2555.87 11.0023 2569.6 11.0023 Q2575.03 11.0023 2579.81 12.4606 Q2584.63 13.8784 2588.84 16.7545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2621.7 20.1573 L2610.6 50.2555 L2632.84 50.2555 L2621.7 20.1573 M2617.08 12.096 L2626.36 12.096 L2649.41 72.576 L2640.9 72.576 L2635.39 57.061 L2608.13 57.061 L2602.62 72.576 L2593.99 72.576 L2617.08 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2666.42 18.8205 L2666.42 65.8515 L2676.3 65.8515 Q2688.82 65.8515 2694.61 60.1802 Q2700.45 54.509 2700.45 42.2752 Q2700.45 30.1225 2694.61 24.4918 Q2688.82 18.8205 2676.3 18.8205 L2666.42 18.8205 M2658.24 12.096 L2675.05 12.096 Q2692.63 12.096 2700.85 19.4281 Q2709.08 26.7198 2709.08 42.2752 Q2709.08 57.9117 2700.81 65.2439 Q2692.55 72.576 2675.05 72.576 L2658.24 72.576 L2658.24 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip433)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1925.03,363.445 1929.34,377.707 1934.1,357.515 1938.41,369.971 1943.48,381.303 1948.09,413.219 1952.86,423.615 1957.62,449.55 1962.08,449.564 1967,444.054 \n 1971.62,481.871 1976.07,476.535 1981.15,481.806 1985.61,476.535 1990.06,503.136 1994.98,519.152 1999.75,518.869 2004.06,519.029 2009.13,534.588 2013.74,556.143 \n 2018.51,567.083 2023.27,601 2027.73,643.501 2032.65,624.854 2037.42,608.417 2041.72,623.077 2046.49,626.26 2051.1,635.961 2055.71,629.124 2060.48,628.573 \n 2065.25,613.572 2069.7,607.192 2074.62,615.609 2079.39,584.673 2083.7,610.099 2088.77,555.106 2093.38,511.264 2097.69,529.534 2102.61,530.085 2107.22,524.198 \n 2111.68,522.393 2116.6,527.823 2121.36,516.948 2126.13,460.316 2130.74,469.408 2135.35,475.128 2140.12,513.99 2144.89,481.255 2149.35,470.3 2153.65,468.85 \n 2158.72,482.763 2163.34,483.009 2168.1,490.281 2172.71,507.399 2177.33,505.529 2182.25,514.447 2186.86,522.436 2191.32,519.928 2196.24,582.432 2201,526.511 \n 2205.77,525.09 2210.23,531.021 2214.99,527.99 2219.3,530.383 2224.37,531.26 2228.99,534.791 2233.75,528.28 2238.52,528.664 2242.98,526.671 2247.9,524.495 \n 2252.51,536.944 2256.97,526.272 2262.04,479.435 2266.35,482.69 2270.96,486.207 2275.72,458.605 2280.49,443.249 2284.95,436.891 2289.87,444.286 2294.63,450.347 \n 2298.94,427.444 2304.01,445.468 2308.63,460.853 2313.39,460.186 2318.16,463.311 2322.46,462.977 2326.92,458.359 2331.84,445.134 2336.61,430.046 2340.91,424.594 \n 2345.99,414.321 2350.6,407.781 2355.36,414.4 2360.13,408.027 2364.59,390.503 2369.51,388.473 2374.28,393.744 2378.58,376.351 2383.35,366.208 2387.96,346.262 \n 2392.57,356.79 2397.34,331.008 2402.1,349.481 2406.56,371.029 2411.48,369.695 2416.25,373.197 2420.55,368.97 2425.63,375.053 2430.24,388.85 2434.54,399.305 \n 2439.62,405.403 2444.23,413.828 2449,416.525 2453.61,432.207 2458.22,441.632 2463.14,447.374 2467.75,443.887 2472.21,439.689 2477.13,452.152 2481.9,462.013 \n 2486.66,476.535 2490.97,480.66 2495.73,492.116 2500.19,508.893 2505.11,514.7 2509.73,525.09 2514.18,536.886 2519.26,539.416 2523.87,537.778 2528.64,538.641 \n 2533.25,544.818 2537.86,542.976 2542.78,533.631 2547.09,529.433 2551.85,538.09 2556.16,536.089 2561.23,533.848 2565.84,546.326 2570.61,546.493 2575.37,541.244 \n 2579.83,540.25 2584.75,539.329 2589.37,545.137 2593.82,542.607 2598.9,534.907 2603.2,544.586 2607.82,540.04 2612.58,543.484 2617.35,545.739 2621.81,529.716 \n 2626.73,533.595 2631.49,521.784 2635.8,498.424 2640.87,481.878 2645.48,505.551 2650.25,505.188 2655.02,419.026 2659.47,437.311 2664.24,432.033 2668.85,456.379 \n 2673.46,442.981 2678.23,445.098 2683,445.439 2687.46,445.076 2692.38,600.754 2697.14,447.918 2701.45,472.446 2706.52,438.957 2711.13,448.469 2715.44,474.251 \n 2720.36,481.719 2724.97,486.301 2729.43,491.094 2734.35,489.643 2739.11,484.583 2743.88,478.514 2748.49,479.914 2753.1,477.209 2757.87,475.846 2762.64,478.609 \n 2767.1,473.135 2771.4,473.106 2776.47,475.817 2781.09,482.98 2785.85,471.01 2790.47,462.89 2795.08,450.492 2800,442.546 2804.61,427.081 2809.07,428.103 \n 2813.99,430.67 2818.75,430.583 2823.52,435.23 2827.83,430.423 2832.59,428.85 2837.05,426.124 2841.97,416.691 2846.58,420.215 2851.04,428.676 2856.11,422.426 \n 2860.73,421.593 2865.49,426.189 2870.11,419.512 2874.72,427.422 2879.64,428.111 2884.1,425.029 2888.71,433.744 2893.47,428.85 2898.24,426.153 2902.7,427.48 \n 2907.62,426.639 2912.39,431.736 2916.69,429.394 2921.76,431.576 2926.38,431.293 2931.14,429.22 2935.91,432.997 2940.21,427.182 2944.67,430.162 2949.59,421.774 \n 2954.36,425.341 2958.66,423.637 2963.74,419.432 2968.35,423.63 2973.12,421.542 2977.88,420.244 2982.34,420.404 2987.26,421.281 2992.03,429.082 2996.33,423.499 \n 3001.1,425.972 3005.71,422.383 3010.32,423.804 3015.09,416.662 3019.85,421.948 3024.31,426.421 3029.23,419.468 3034,423.18 3038.3,423.144 3043.38,428.35 \n 3047.99,446.236 3052.29,442.865 3057.21,450.209 3061.83,446.011 3066.28,441.11 3071.2,445.185 3075.97,461.491 3080.74,470.539 3085.35,465.718 3089.96,462.68 \n 3094.73,473.816 3099.49,481.755 3103.95,476.02 3108.72,476.535 3113.48,479.341 3117.94,476.535 3122.86,474.875 3127.48,484.351 3131.93,491.55 3137.01,488.143 \n 3141.62,494.74 3146.39,490.057 3151,502.418 3155.61,504.115 3160.53,496.002 3164.84,492.957 3169.6,507.53 3173.91,507.298 3178.98,519.493 3183.59,521.211 \n 3188.36,511.329 3193.13,500.251 3197.58,492.188 3202.5,494.537 3207.12,517.064 3211.57,510.684 3216.65,500.178 3220.95,521.247 3225.57,517.035 3230.33,522.357 \n 3235.1,541.954 3239.56,514.026 3244.48,518.311 3249.24,518.804 3253.55,525.351 3258.62,515.193 3263.23,544.753 3268,536.016 3272.77,523.473 3277.07,531.608 \n 3281.53,531.369 3286.45,535.306 3291.22,533.943 3295.52,529.266 3300.59,521.82 3305.21,512.011 3309.97,511.59 3314.74,480.95 3319.2,502.737 3324.12,488.28 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM3589.72 839.048 L5072.76 839.048 L5072.76 114.022 L3589.72 114.022 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip434\">\n <rect x=\"3589\" y=\"114\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3907.82,839.048 3907.82,114.022 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 4469.46,839.048 4469.46,114.022 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 5030.94,839.048 5030.94,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,839.048 5072.76,839.048 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3907.82,839.048 3907.82,820.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4469.46,839.048 4469.46,820.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 5030.94,839.048 5030.94,820.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M3856.44 917.545 L3872.75 917.545 L3872.75 921.48 L3850.81 921.48 L3850.81 917.545 Q3853.47 914.79 3858.06 910.16 Q3862.66 905.508 3863.84 904.165 Q3866.09 901.642 3866.97 899.906 Q3867.87 898.147 3867.87 896.457 Q3867.87 893.702 3865.93 891.966 Q3864 890.23 3860.9 890.23 Q3858.7 890.23 3856.25 890.994 Q3853.82 891.758 3851.04 893.309 L3851.04 888.587 Q3853.87 887.452 3856.32 886.874 Q3858.77 886.295 3860.81 886.295 Q3866.18 886.295 3869.38 888.98 Q3872.57 891.665 3872.57 896.156 Q3872.57 898.286 3871.76 900.207 Q3870.97 902.105 3868.87 904.698 Q3868.29 905.369 3865.19 908.586 Q3862.08 911.781 3856.44 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3892.57 889.999 Q3888.96 889.999 3887.13 893.563 Q3885.32 897.105 3885.32 904.235 Q3885.32 911.341 3887.13 914.906 Q3888.96 918.447 3892.57 918.447 Q3896.2 918.447 3898.01 914.906 Q3899.84 911.341 3899.84 904.235 Q3899.84 897.105 3898.01 893.563 Q3896.2 889.999 3892.57 889.999 M3892.57 886.295 Q3898.38 886.295 3901.44 890.901 Q3904.51 895.485 3904.51 904.235 Q3904.51 912.961 3901.44 917.568 Q3898.38 922.151 3892.57 922.151 Q3886.76 922.151 3883.68 917.568 Q3880.63 912.961 3880.63 904.235 Q3880.63 895.485 3883.68 890.901 Q3886.76 886.295 3892.57 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3922.73 889.999 Q3919.12 889.999 3917.29 893.563 Q3915.49 897.105 3915.49 904.235 Q3915.49 911.341 3917.29 914.906 Q3919.12 918.447 3922.73 918.447 Q3926.37 918.447 3928.17 914.906 Q3930 911.341 3930 904.235 Q3930 897.105 3928.17 893.563 Q3926.37 889.999 3922.73 889.999 M3922.73 886.295 Q3928.54 886.295 3931.6 890.901 Q3934.68 895.485 3934.68 904.235 Q3934.68 912.961 3931.6 917.568 Q3928.54 922.151 3922.73 922.151 Q3916.92 922.151 3913.84 917.568 Q3910.79 912.961 3910.79 904.235 Q3910.79 895.485 3913.84 890.901 Q3916.92 886.295 3922.73 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3952.89 889.999 Q3949.28 889.999 3947.45 893.563 Q3945.65 897.105 3945.65 904.235 Q3945.65 911.341 3947.45 914.906 Q3949.28 918.447 3952.89 918.447 Q3956.53 918.447 3958.33 914.906 Q3960.16 911.341 3960.16 904.235 Q3960.16 897.105 3958.33 893.563 Q3956.53 889.999 3952.89 889.999 M3952.89 886.295 Q3958.7 886.295 3961.76 890.901 Q3964.84 895.485 3964.84 904.235 Q3964.84 912.961 3961.76 917.568 Q3958.7 922.151 3952.89 922.151 Q3947.08 922.151 3944 917.568 Q3940.95 912.961 3940.95 904.235 Q3940.95 895.485 3944 890.901 Q3947.08 886.295 3952.89 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4418.07 917.545 L4434.39 917.545 L4434.39 921.48 L4412.44 921.48 L4412.44 917.545 Q4415.11 914.79 4419.69 910.16 Q4424.3 905.508 4425.48 904.165 Q4427.72 901.642 4428.6 899.906 Q4429.5 898.147 4429.5 896.457 Q4429.5 893.702 4427.56 891.966 Q4425.64 890.23 4422.54 890.23 Q4420.34 890.23 4417.88 890.994 Q4415.45 891.758 4412.68 893.309 L4412.68 888.587 Q4415.5 887.452 4417.95 886.874 Q4420.41 886.295 4422.44 886.295 Q4427.81 886.295 4431.01 888.98 Q4434.2 891.665 4434.2 896.156 Q4434.2 898.286 4433.39 900.207 Q4432.61 902.105 4430.5 904.698 Q4429.92 905.369 4426.82 908.586 Q4423.72 911.781 4418.07 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4454.2 889.999 Q4450.59 889.999 4448.76 893.563 Q4446.96 897.105 4446.96 904.235 Q4446.96 911.341 4448.76 914.906 Q4450.59 918.447 4454.2 918.447 Q4457.84 918.447 4459.64 914.906 Q4461.47 911.341 4461.47 904.235 Q4461.47 897.105 4459.64 893.563 Q4457.84 889.999 4454.2 889.999 M4454.2 886.295 Q4460.01 886.295 4463.07 890.901 Q4466.15 895.485 4466.15 904.235 Q4466.15 912.961 4463.07 917.568 Q4460.01 922.151 4454.2 922.151 Q4448.39 922.151 4445.31 917.568 Q4442.26 912.961 4442.26 904.235 Q4442.26 895.485 4445.31 890.901 Q4448.39 886.295 4454.2 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4475.18 917.545 L4482.81 917.545 L4482.81 891.179 L4474.5 892.846 L4474.5 888.587 L4482.77 886.92 L4487.44 886.92 L4487.44 917.545 L4495.08 917.545 L4495.08 921.48 L4475.18 921.48 L4475.18 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4514.53 889.999 Q4510.92 889.999 4509.09 893.563 Q4507.28 897.105 4507.28 904.235 Q4507.28 911.341 4509.09 914.906 Q4510.92 918.447 4514.53 918.447 Q4518.16 918.447 4519.97 914.906 Q4521.8 911.341 4521.8 904.235 Q4521.8 897.105 4519.97 893.563 Q4518.16 889.999 4514.53 889.999 M4514.53 886.295 Q4520.34 886.295 4523.39 890.901 Q4526.47 895.485 4526.47 904.235 Q4526.47 912.961 4523.39 917.568 Q4520.34 922.151 4514.53 922.151 Q4508.72 922.151 4505.64 917.568 Q4502.58 912.961 4502.58 904.235 Q4502.58 895.485 4505.64 890.901 Q4508.72 886.295 4514.53 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4979.55 917.545 L4995.87 917.545 L4995.87 921.48 L4973.92 921.48 L4973.92 917.545 Q4976.59 914.79 4981.17 910.16 Q4985.78 905.508 4986.96 904.165 Q4989.2 901.642 4990.08 899.906 Q4990.98 898.147 4990.98 896.457 Q4990.98 893.702 4989.04 891.966 Q4987.12 890.23 4984.02 890.23 Q4981.82 890.23 4979.36 890.994 Q4976.93 891.758 4974.15 893.309 L4974.15 888.587 Q4976.98 887.452 4979.43 886.874 Q4981.89 886.295 4983.92 886.295 Q4989.29 886.295 4992.49 888.98 Q4995.68 891.665 4995.68 896.156 Q4995.68 898.286 4994.87 900.207 Q4994.09 902.105 4991.98 904.698 Q4991.4 905.369 4988.3 908.586 Q4985.2 911.781 4979.55 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5015.68 889.999 Q5012.07 889.999 5010.24 893.563 Q5008.44 897.105 5008.44 904.235 Q5008.44 911.341 5010.24 914.906 Q5012.07 918.447 5015.68 918.447 Q5019.32 918.447 5021.12 914.906 Q5022.95 911.341 5022.95 904.235 Q5022.95 897.105 5021.12 893.563 Q5019.32 889.999 5015.68 889.999 M5015.68 886.295 Q5021.49 886.295 5024.55 890.901 Q5027.63 895.485 5027.63 904.235 Q5027.63 912.961 5024.55 917.568 Q5021.49 922.151 5015.68 922.151 Q5009.87 922.151 5006.79 917.568 Q5003.74 912.961 5003.74 904.235 Q5003.74 895.485 5006.79 890.901 Q5009.87 886.295 5015.68 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5039.87 917.545 L5056.19 917.545 L5056.19 921.48 L5034.25 921.48 L5034.25 917.545 Q5036.91 914.79 5041.49 910.16 Q5046.1 905.508 5047.28 904.165 Q5049.52 901.642 5050.4 899.906 Q5051.31 898.147 5051.31 896.457 Q5051.31 893.702 5049.36 891.966 Q5047.44 890.23 5044.34 890.23 Q5042.14 890.23 5039.69 890.994 Q5037.26 891.758 5034.48 893.309 L5034.48 888.587 Q5037.3 887.452 5039.76 886.874 Q5042.21 886.295 5044.25 886.295 Q5049.62 886.295 5052.81 888.98 Q5056.01 891.665 5056.01 896.156 Q5056.01 898.286 5055.2 900.207 Q5054.41 902.105 5052.3 904.698 Q5051.72 905.369 5048.62 908.586 Q5045.52 911.781 5039.87 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5076.01 889.999 Q5072.4 889.999 5070.57 893.563 Q5068.76 897.105 5068.76 904.235 Q5068.76 911.341 5070.57 914.906 Q5072.4 918.447 5076.01 918.447 Q5079.64 918.447 5081.45 914.906 Q5083.27 911.341 5083.27 904.235 Q5083.27 897.105 5081.45 893.563 Q5079.64 889.999 5076.01 889.999 M5076.01 886.295 Q5081.82 886.295 5084.87 890.901 Q5087.95 895.485 5087.95 904.235 Q5087.95 912.961 5084.87 917.568 Q5081.82 922.151 5076.01 922.151 Q5070.2 922.151 5067.12 917.568 Q5064.06 912.961 5064.06 904.235 Q5064.06 895.485 5067.12 890.901 Q5070.2 886.295 5076.01 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,839.048 5072.76,839.048 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,718.21 5072.76,718.21 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,597.373 5072.76,597.373 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,476.535 5072.76,476.535 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,355.697 5072.76,355.697 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,234.86 5072.76,234.86 \n \"/>\n<polyline clip-path=\"url(#clip434)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,114.022 5072.76,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,839.048 3589.72,114.022 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,839.048 3608.62,839.048 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,718.21 3608.62,718.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,597.373 3608.62,597.373 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,476.535 3608.62,476.535 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,355.697 3608.62,355.697 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,234.86 3608.62,234.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,114.022 3608.62,114.022 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M3451.05 839.499 L3480.73 839.499 L3480.73 843.434 L3451.05 843.434 L3451.05 839.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3501.4 837.184 Q3498.25 837.184 3496.4 839.337 Q3494.57 841.49 3494.57 845.24 Q3494.57 848.967 3496.4 851.143 Q3498.25 853.295 3501.4 853.295 Q3504.54 853.295 3506.37 851.143 Q3508.23 848.967 3508.23 845.24 Q3508.23 841.49 3506.37 839.337 Q3504.54 837.184 3501.4 837.184 M3510.68 822.532 L3510.68 826.791 Q3508.92 825.958 3507.11 825.518 Q3505.33 825.078 3503.57 825.078 Q3498.94 825.078 3496.49 828.203 Q3494.06 831.328 3493.71 837.647 Q3495.08 835.634 3497.14 834.569 Q3499.2 833.481 3501.67 833.481 Q3506.88 833.481 3509.89 836.652 Q3512.92 839.8 3512.92 845.24 Q3512.92 850.564 3509.78 853.782 Q3506.63 856.999 3501.4 856.999 Q3495.4 856.999 3492.23 852.416 Q3489.06 847.809 3489.06 839.083 Q3489.06 830.888 3492.95 826.027 Q3496.84 821.143 3503.39 821.143 Q3505.15 821.143 3506.93 821.49 Q3508.73 821.837 3510.68 822.532 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3450.73 718.662 L3480.4 718.662 L3480.4 722.597 L3450.73 722.597 L3450.73 718.662 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3503.34 705.004 L3491.54 723.453 L3503.34 723.453 L3503.34 705.004 M3502.11 700.93 L3507.99 700.93 L3507.99 723.453 L3512.92 723.453 L3512.92 727.342 L3507.99 727.342 L3507.99 735.49 L3503.34 735.49 L3503.34 727.342 L3487.74 727.342 L3487.74 722.828 L3502.11 700.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3452.81 597.824 L3482.48 597.824 L3482.48 601.759 L3452.81 601.759 L3452.81 597.824 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3496.6 610.717 L3512.92 610.717 L3512.92 614.653 L3490.98 614.653 L3490.98 610.717 Q3493.64 607.963 3498.23 603.333 Q3502.83 598.68 3504.01 597.338 Q3506.26 594.815 3507.14 593.079 Q3508.04 591.319 3508.04 589.63 Q3508.04 586.875 3506.1 585.139 Q3504.17 583.403 3501.07 583.403 Q3498.87 583.403 3496.42 584.167 Q3493.99 584.931 3491.21 586.481 L3491.21 581.759 Q3494.04 580.625 3496.49 580.046 Q3498.94 579.468 3500.98 579.468 Q3506.35 579.468 3509.54 582.153 Q3512.74 584.838 3512.74 589.329 Q3512.74 591.458 3511.93 593.38 Q3511.14 595.278 3509.04 597.87 Q3508.46 598.542 3505.35 601.759 Q3502.25 604.954 3496.6 610.717 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3500.98 462.334 Q3497.37 462.334 3495.54 465.898 Q3493.73 469.44 3493.73 476.57 Q3493.73 483.676 3495.54 487.241 Q3497.37 490.783 3500.98 490.783 Q3504.61 490.783 3506.42 487.241 Q3508.25 483.676 3508.25 476.57 Q3508.25 469.44 3506.42 465.898 Q3504.61 462.334 3500.98 462.334 M3500.98 458.63 Q3506.79 458.63 3509.85 463.236 Q3512.92 467.82 3512.92 476.57 Q3512.92 485.297 3509.85 489.903 Q3506.79 494.486 3500.98 494.486 Q3495.17 494.486 3492.09 489.903 Q3489.04 485.297 3489.04 476.57 Q3489.04 467.82 3492.09 463.236 Q3495.17 458.63 3500.98 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3496.6 369.042 L3512.92 369.042 L3512.92 372.977 L3490.98 372.977 L3490.98 369.042 Q3493.64 366.288 3498.23 361.658 Q3502.83 357.005 3504.01 355.663 Q3506.26 353.14 3507.14 351.403 Q3508.04 349.644 3508.04 347.954 Q3508.04 345.2 3506.1 343.464 Q3504.17 341.728 3501.07 341.728 Q3498.87 341.728 3496.42 342.491 Q3493.99 343.255 3491.21 344.806 L3491.21 340.084 Q3494.04 338.95 3496.49 338.371 Q3498.94 337.792 3500.98 337.792 Q3506.35 337.792 3509.54 340.478 Q3512.74 343.163 3512.74 347.653 Q3512.74 349.783 3511.93 351.704 Q3511.14 353.602 3509.04 356.195 Q3508.46 356.866 3505.35 360.084 Q3502.25 363.278 3496.6 369.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3503.34 221.654 L3491.54 240.103 L3503.34 240.103 L3503.34 221.654 M3502.11 217.58 L3507.99 217.58 L3507.99 240.103 L3512.92 240.103 L3512.92 243.992 L3507.99 243.992 L3507.99 252.14 L3503.34 252.14 L3503.34 243.992 L3487.74 243.992 L3487.74 239.478 L3502.11 217.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3501.4 112.159 Q3498.25 112.159 3496.4 114.311 Q3494.57 116.464 3494.57 120.214 Q3494.57 123.941 3496.4 126.117 Q3498.25 128.27 3501.4 128.27 Q3504.54 128.27 3506.37 126.117 Q3508.23 123.941 3508.23 120.214 Q3508.23 116.464 3506.37 114.311 Q3504.54 112.159 3501.4 112.159 M3510.68 97.506 L3510.68 101.765 Q3508.92 100.932 3507.11 100.492 Q3505.33 100.052 3503.57 100.052 Q3498.94 100.052 3496.49 103.177 Q3494.06 106.302 3493.71 112.622 Q3495.08 110.608 3497.14 109.543 Q3499.2 108.455 3501.67 108.455 Q3506.88 108.455 3509.89 111.626 Q3512.92 114.774 3512.92 120.214 Q3512.92 125.538 3509.78 128.756 Q3506.63 131.973 3501.4 131.973 Q3495.4 131.973 3492.23 127.39 Q3489.06 122.784 3489.06 114.057 Q3489.06 105.862 3492.95 101.001 Q3496.84 96.1171 3503.39 96.1171 Q3505.15 96.1171 3506.93 96.4643 Q3508.73 96.8116 3510.68 97.506 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4251.11 12.096 L4289.35 12.096 L4289.35 18.9825 L4259.3 18.9825 L4259.3 36.8875 L4288.1 36.8875 L4288.1 43.7741 L4259.3 43.7741 L4259.3 65.6895 L4290.08 65.6895 L4290.08 72.576 L4251.11 72.576 L4251.11 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4302.6 12.096 L4310.82 12.096 L4310.82 48.8377 Q4310.82 58.5599 4314.35 62.8538 Q4317.87 67.1073 4325.77 67.1073 Q4333.63 67.1073 4337.15 62.8538 Q4340.68 58.5599 4340.68 48.8377 L4340.68 12.096 L4348.9 12.096 L4348.9 49.8504 Q4348.9 61.6791 4343.03 67.7149 Q4337.19 73.7508 4325.77 73.7508 Q4314.31 73.7508 4308.43 67.7149 Q4302.6 61.6791 4302.6 49.8504 L4302.6 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4392.94 44.2197 Q4395.57 45.1109 4398.04 48.0275 Q4400.55 50.9442 4403.06 56.0483 L4411.37 72.576 L4402.58 72.576 L4394.84 57.061 Q4391.84 50.9847 4389.01 48.9997 Q4386.21 47.0148 4381.35 47.0148 L4372.44 47.0148 L4372.44 72.576 L4364.25 72.576 L4364.25 12.096 L4382.73 12.096 Q4393.1 12.096 4398.2 16.4305 Q4403.31 20.7649 4403.31 29.5149 Q4403.31 35.2267 4400.63 38.994 Q4398 42.7613 4392.94 44.2197 M4372.44 18.8205 L4372.44 40.2903 L4382.73 40.2903 Q4388.64 40.2903 4391.64 37.5762 Q4394.68 34.8216 4394.68 29.5149 Q4394.68 24.2082 4391.64 21.5346 Q4388.64 18.8205 4382.73 18.8205 L4372.44 18.8205 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip434)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3631.7,538.3 3636,546.261 3640.77,566.424 3645.07,575.958 3650.15,568.932 3654.76,576.204 3659.52,565.59 3664.29,570.506 3668.75,593.395 3673.67,584.68 \n 3678.28,591.908 3682.74,598.071 3687.81,593.627 3692.27,595.011 3696.73,599.42 3701.65,604.502 3706.42,600.275 3710.72,600.638 3715.8,609.642 3720.41,613.898 \n 3725.17,623.882 3729.94,610.81 3734.4,613.384 3739.32,621.584 3744.08,603.262 3748.39,608.932 3753.16,626.615 3757.77,630.77 3762.38,629.726 3767.15,646.488 \n 3771.91,604.93 3776.37,624.092 3781.29,633.931 3786.06,603.444 3790.36,614.362 3795.44,608.91 3800.05,593.634 3804.35,610.491 3809.27,609.555 3813.89,603.103 \n 3818.34,604.343 3823.26,614.442 3828.03,612.405 3832.8,607.801 3837.41,594.62 3842.02,581.236 3846.79,600.993 3851.55,587.623 3856.01,576.799 3860.32,587.71 \n 3865.39,599.507 3870,621.004 3874.77,618.162 3879.38,639.572 3883.99,635.801 3888.91,653.731 3893.53,652.02 3897.98,630.596 3902.9,666.028 3907.67,642.812 \n 3912.44,628.653 3916.9,634.098 3921.66,625.31 3925.97,635.809 3931.04,626.579 3935.65,624.861 3940.42,624.73 3945.18,590.988 3949.64,588.493 3954.56,581.867 \n 3959.18,584.397 3963.63,587.986 3968.71,518.26 3973.01,507.218 3977.62,496.524 3982.39,447.295 3987.16,444.177 3991.62,435.441 3996.54,425.631 4001.3,432.772 \n 4005.61,408.035 4010.68,391.446 4015.29,392.94 4020.06,386.48 4024.82,391.062 4029.13,384.246 4033.59,386.037 4038.51,383.065 4043.27,380.324 4047.58,379.215 \n 4052.65,375.93 4057.27,384.254 4062.03,377.322 4066.8,380.418 4071.26,369.311 4076.18,380.128 4080.94,391.431 4085.25,393.882 4090.01,398.102 4094.63,395.492 \n 4099.24,412.037 4104,406.751 4108.77,411.058 4113.23,415.104 4118.15,410.514 4122.91,413.646 4127.22,413.023 4132.29,415.307 4136.91,416.235 4141.21,416.227 \n 4146.28,417.337 4150.9,414.792 4155.66,417.714 4160.27,430.996 4164.89,439.501 4169.81,448.607 4174.42,460.425 4178.88,470.409 4183.8,483.923 4188.56,491.652 \n 4193.33,502.636 4197.63,515.911 4202.4,522.32 4206.86,536.857 4211.78,543.854 4216.39,550.625 4220.85,563.038 4225.92,573.71 4230.54,582.534 4235.3,592.96 \n 4239.92,597.694 4244.53,599.072 4249.45,598.173 4253.75,607.475 4258.52,607.641 4262.82,635.004 4267.9,620.474 4272.51,637.875 4277.28,637.085 4282.04,610.948 \n 4286.5,603.9 4291.42,601.08 4296.03,585.702 4300.49,587.58 4305.56,571.013 4309.87,574.537 4314.48,562.451 4319.25,569.686 4324.01,557.39 4328.47,551.669 \n 4333.39,559.797 4338.16,572.115 4342.46,532.442 4347.54,511.401 4352.15,526.613 4356.92,518.819 4361.68,419.475 4366.14,411.283 4370.91,401.973 4375.52,387.712 \n 4380.13,376.938 4384.9,359.233 4389.66,359.799 4394.12,362.561 4399.04,716.461 4403.81,379.766 4408.11,452.551 4413.19,376.641 4417.8,443.764 4422.1,460.526 \n 4427.02,472.598 4431.64,468.676 4436.09,458.17 4441.01,476.535 4445.78,481.262 4450.55,479.196 4455.16,474.911 4459.77,469.422 4464.54,469.299 4469.3,471.75 \n 4473.76,472.932 4478.07,472.489 4483.14,478.543 4487.75,483.437 4492.52,497.916 4497.13,488.338 4501.74,475.085 4506.66,474.65 4511.28,458.823 4515.73,451.297 \n 4520.65,467.363 4525.42,474.048 4530.19,450.623 4534.49,444.793 4539.26,435.513 4543.72,415.517 4548.64,422.731 4553.25,410.993 4557.71,428.074 4562.78,448.252 \n 4567.39,457.634 4572.16,453.269 4576.77,500.49 4581.38,491.935 4586.3,481.385 4590.76,485.96 4595.38,487.889 4600.14,484.387 4604.91,485.243 4609.37,494.885 \n 4614.29,503.02 4619.05,498.967 4623.36,497.524 4628.43,495.748 4633.04,501.614 4637.81,496.575 4642.58,489.622 4646.88,493.501 4651.34,492.718 4656.26,491.195 \n 4661.02,489.027 4665.33,485.206 4670.4,484.902 4675.02,485.337 4679.78,481.552 4684.55,479.058 4689.01,474.012 4693.93,473.983 4698.69,478.536 4703,473.461 \n 4707.76,470.916 4712.38,469.85 4716.99,472.997 4721.75,485.163 4726.52,482.98 4730.98,489.23 4735.9,491.05 4740.67,490.47 4744.97,489.477 4750.04,498.967 \n 4754.66,493.689 4758.96,504.398 4763.88,505.601 4768.49,505.203 4772.95,504.586 4777.87,505.456 4782.64,505.623 4787.4,508.11 4792.02,510.473 4796.63,503.977 \n 4801.39,557.23 4806.16,531.325 4810.62,526.692 4815.39,546.652 4820.15,539.503 4824.61,541.947 4829.53,559.115 4834.14,557.296 4838.6,561.566 4843.67,573.21 \n 4848.29,582.846 4853.05,563.545 4857.67,609.57 4862.28,595.889 4867.2,549.081 4871.5,584.549 4876.27,573.739 4880.57,589.248 4885.65,595.852 4890.26,597.984 \n 4895.03,602.08 4899.79,592.539 4904.25,595.838 4909.17,596.686 4913.78,639.376 4918.24,613.326 4923.32,603.639 4927.62,657.61 4932.23,631.248 4937,641.993 \n 4941.76,654.166 4946.22,638.586 4951.14,649.802 4955.91,635.867 4960.21,649.831 4965.29,648.953 4969.9,706.064 4974.67,668.754 4979.43,647.308 4983.74,662.932 \n 4988.2,659.909 4993.12,669.145 4997.88,668.457 5002.19,661.678 5007.26,659.604 5011.87,649.831 5016.64,654.572 5021.4,615.218 5025.86,658.647 5030.78,615.232 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM176.391 1799.05 L1659.42 1799.05 L1659.42 1074.02 L176.391 1074.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip435\">\n <rect x=\"176\" y=\"1074\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 494.491,1799.05 494.491,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1056.12,1799.05 1056.12,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1617.6,1799.05 1617.6,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1799.05 1659.42,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 494.491,1799.05 494.491,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1056.12,1799.05 1056.12,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1617.6,1799.05 1617.6,1780.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M443.102 1877.54 L459.422 1877.54 L459.422 1881.48 L437.477 1881.48 L437.477 1877.54 Q440.139 1874.79 444.723 1870.16 Q449.329 1865.51 450.51 1864.17 Q452.755 1861.64 453.635 1859.91 Q454.537 1858.15 454.537 1856.46 Q454.537 1853.7 452.593 1851.97 Q450.672 1850.23 447.57 1850.23 Q445.371 1850.23 442.917 1850.99 Q440.487 1851.76 437.709 1853.31 L437.709 1848.59 Q440.533 1847.45 442.987 1846.87 Q445.44 1846.29 447.477 1846.29 Q452.848 1846.29 456.042 1848.98 Q459.236 1851.67 459.236 1856.16 Q459.236 1858.29 458.426 1860.21 Q457.639 1862.1 455.533 1864.7 Q454.954 1865.37 451.852 1868.59 Q448.75 1871.78 443.102 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M479.236 1850 Q475.625 1850 473.797 1853.56 Q471.991 1857.11 471.991 1864.23 Q471.991 1871.34 473.797 1874.91 Q475.625 1878.45 479.236 1878.45 Q482.871 1878.45 484.676 1874.91 Q486.505 1871.34 486.505 1864.23 Q486.505 1857.11 484.676 1853.56 Q482.871 1850 479.236 1850 M479.236 1846.29 Q485.046 1846.29 488.102 1850.9 Q491.181 1855.48 491.181 1864.23 Q491.181 1872.96 488.102 1877.57 Q485.046 1882.15 479.236 1882.15 Q473.426 1882.15 470.347 1877.57 Q467.292 1872.96 467.292 1864.23 Q467.292 1855.48 470.347 1850.9 Q473.426 1846.29 479.236 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M509.398 1850 Q505.787 1850 503.958 1853.56 Q502.153 1857.11 502.153 1864.23 Q502.153 1871.34 503.958 1874.91 Q505.787 1878.45 509.398 1878.45 Q513.032 1878.45 514.838 1874.91 Q516.667 1871.34 516.667 1864.23 Q516.667 1857.11 514.838 1853.56 Q513.032 1850 509.398 1850 M509.398 1846.29 Q515.208 1846.29 518.264 1850.9 Q521.343 1855.48 521.343 1864.23 Q521.343 1872.96 518.264 1877.57 Q515.208 1882.15 509.398 1882.15 Q503.588 1882.15 500.509 1877.57 Q497.454 1872.96 497.454 1864.23 Q497.454 1855.48 500.509 1850.9 Q503.588 1846.29 509.398 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M539.56 1850 Q535.949 1850 534.12 1853.56 Q532.315 1857.11 532.315 1864.23 Q532.315 1871.34 534.12 1874.91 Q535.949 1878.45 539.56 1878.45 Q543.194 1878.45 545 1874.91 Q546.829 1871.34 546.829 1864.23 Q546.829 1857.11 545 1853.56 Q543.194 1850 539.56 1850 M539.56 1846.29 Q545.37 1846.29 548.426 1850.9 Q551.504 1855.48 551.504 1864.23 Q551.504 1872.96 548.426 1877.57 Q545.37 1882.15 539.56 1882.15 Q533.75 1882.15 530.671 1877.57 Q527.616 1872.96 527.616 1864.23 Q527.616 1855.48 530.671 1850.9 Q533.75 1846.29 539.56 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1004.74 1877.54 L1021.05 1877.54 L1021.05 1881.48 L999.111 1881.48 L999.111 1877.54 Q1001.77 1874.79 1006.36 1870.16 Q1010.96 1865.51 1012.14 1864.17 Q1014.39 1861.64 1015.27 1859.91 Q1016.17 1858.15 1016.17 1856.46 Q1016.17 1853.7 1014.23 1851.97 Q1012.3 1850.23 1009.2 1850.23 Q1007 1850.23 1004.55 1850.99 Q1002.12 1851.76 999.342 1853.31 L999.342 1848.59 Q1002.17 1847.45 1004.62 1846.87 Q1007.07 1846.29 1009.11 1846.29 Q1014.48 1846.29 1017.68 1848.98 Q1020.87 1851.67 1020.87 1856.16 Q1020.87 1858.29 1020.06 1860.21 Q1019.27 1862.1 1017.17 1864.7 Q1016.59 1865.37 1013.49 1868.59 Q1010.38 1871.78 1004.74 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1040.87 1850 Q1037.26 1850 1035.43 1853.56 Q1033.62 1857.11 1033.62 1864.23 Q1033.62 1871.34 1035.43 1874.91 Q1037.26 1878.45 1040.87 1878.45 Q1044.5 1878.45 1046.31 1874.91 Q1048.14 1871.34 1048.14 1864.23 Q1048.14 1857.11 1046.31 1853.56 Q1044.5 1850 1040.87 1850 M1040.87 1846.29 Q1046.68 1846.29 1049.74 1850.9 Q1052.81 1855.48 1052.81 1864.23 Q1052.81 1872.96 1049.74 1877.57 Q1046.68 1882.15 1040.87 1882.15 Q1035.06 1882.15 1031.98 1877.57 Q1028.93 1872.96 1028.93 1864.23 Q1028.93 1855.48 1031.98 1850.9 Q1035.06 1846.29 1040.87 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1061.84 1877.54 L1069.48 1877.54 L1069.48 1851.18 L1061.17 1852.85 L1061.17 1848.59 L1069.43 1846.92 L1074.11 1846.92 L1074.11 1877.54 L1081.75 1877.54 L1081.75 1881.48 L1061.84 1881.48 L1061.84 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1101.19 1850 Q1097.58 1850 1095.75 1853.56 Q1093.95 1857.11 1093.95 1864.23 Q1093.95 1871.34 1095.75 1874.91 Q1097.58 1878.45 1101.19 1878.45 Q1104.83 1878.45 1106.63 1874.91 Q1108.46 1871.34 1108.46 1864.23 Q1108.46 1857.11 1106.63 1853.56 Q1104.83 1850 1101.19 1850 M1101.19 1846.29 Q1107 1846.29 1110.06 1850.9 Q1113.14 1855.48 1113.14 1864.23 Q1113.14 1872.96 1110.06 1877.57 Q1107 1882.15 1101.19 1882.15 Q1095.38 1882.15 1092.3 1877.57 Q1089.25 1872.96 1089.25 1864.23 Q1089.25 1855.48 1092.3 1850.9 Q1095.38 1846.29 1101.19 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1566.22 1877.54 L1582.53 1877.54 L1582.53 1881.48 L1560.59 1881.48 L1560.59 1877.54 Q1563.25 1874.79 1567.84 1870.16 Q1572.44 1865.51 1573.62 1864.17 Q1575.87 1861.64 1576.75 1859.91 Q1577.65 1858.15 1577.65 1856.46 Q1577.65 1853.7 1575.71 1851.97 Q1573.78 1850.23 1570.68 1850.23 Q1568.48 1850.23 1566.03 1850.99 Q1563.6 1851.76 1560.82 1853.31 L1560.82 1848.59 Q1563.65 1847.45 1566.1 1846.87 Q1568.55 1846.29 1570.59 1846.29 Q1575.96 1846.29 1579.15 1848.98 Q1582.35 1851.67 1582.35 1856.16 Q1582.35 1858.29 1581.54 1860.21 Q1580.75 1862.1 1578.65 1864.7 Q1578.07 1865.37 1574.97 1868.59 Q1571.86 1871.78 1566.22 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1602.35 1850 Q1598.74 1850 1596.91 1853.56 Q1595.1 1857.11 1595.1 1864.23 Q1595.1 1871.34 1596.91 1874.91 Q1598.74 1878.45 1602.35 1878.45 Q1605.98 1878.45 1607.79 1874.91 Q1609.62 1871.34 1609.62 1864.23 Q1609.62 1857.11 1607.79 1853.56 Q1605.98 1850 1602.35 1850 M1602.35 1846.29 Q1608.16 1846.29 1611.21 1850.9 Q1614.29 1855.48 1614.29 1864.23 Q1614.29 1872.96 1611.21 1877.57 Q1608.16 1882.15 1602.35 1882.15 Q1596.54 1882.15 1593.46 1877.57 Q1590.4 1872.96 1590.4 1864.23 Q1590.4 1855.48 1593.46 1850.9 Q1596.54 1846.29 1602.35 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1626.54 1877.54 L1642.86 1877.54 L1642.86 1881.48 L1620.91 1881.48 L1620.91 1877.54 Q1623.58 1874.79 1628.16 1870.16 Q1632.77 1865.51 1633.95 1864.17 Q1636.19 1861.64 1637.07 1859.91 Q1637.97 1858.15 1637.97 1856.46 Q1637.97 1853.7 1636.03 1851.97 Q1634.11 1850.23 1631.01 1850.23 Q1628.81 1850.23 1626.35 1850.99 Q1623.92 1851.76 1621.15 1853.31 L1621.15 1848.59 Q1623.97 1847.45 1626.42 1846.87 Q1628.88 1846.29 1630.91 1846.29 Q1636.28 1846.29 1639.48 1848.98 Q1642.67 1851.67 1642.67 1856.16 Q1642.67 1858.29 1641.86 1860.21 Q1641.08 1862.1 1638.97 1864.7 Q1638.39 1865.37 1635.29 1868.59 Q1632.19 1871.78 1626.54 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1662.67 1850 Q1659.06 1850 1657.23 1853.56 Q1655.43 1857.11 1655.43 1864.23 Q1655.43 1871.34 1657.23 1874.91 Q1659.06 1878.45 1662.67 1878.45 Q1666.31 1878.45 1668.11 1874.91 Q1669.94 1871.34 1669.94 1864.23 Q1669.94 1857.11 1668.11 1853.56 Q1666.31 1850 1662.67 1850 M1662.67 1846.29 Q1668.48 1846.29 1671.54 1850.9 Q1674.62 1855.48 1674.62 1864.23 Q1674.62 1872.96 1671.54 1877.57 Q1668.48 1882.15 1662.67 1882.15 Q1656.86 1882.15 1653.78 1877.57 Q1650.73 1872.96 1650.73 1864.23 Q1650.73 1855.48 1653.78 1850.9 Q1656.86 1846.29 1662.67 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,1799.05 1659.42,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,1678.21 1659.42,1678.21 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,1557.37 1659.42,1557.37 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,1436.53 1659.42,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,1315.7 1659.42,1315.7 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,1194.86 1659.42,1194.86 \n \"/>\n<polyline clip-path=\"url(#clip435)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,1074.02 1659.42,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1799.05 176.391,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1799.05 195.289,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1678.21 195.289,1678.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1557.37 195.289,1557.37 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1436.53 195.289,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1315.7 195.289,1315.7 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1194.86 195.289,1194.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,1074.02 195.289,1074.02 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M37.7162 1799.5 L67.392 1799.5 L67.392 1803.43 L37.7162 1803.43 L37.7162 1799.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M88.0632 1797.18 Q84.915 1797.18 83.0632 1799.34 Q81.2345 1801.49 81.2345 1805.24 Q81.2345 1808.97 83.0632 1811.14 Q84.915 1813.3 88.0632 1813.3 Q91.2113 1813.3 93.04 1811.14 Q94.8918 1808.97 94.8918 1805.24 Q94.8918 1801.49 93.04 1799.34 Q91.2113 1797.18 88.0632 1797.18 M97.3455 1782.53 L97.3455 1786.79 Q95.5863 1785.96 93.7807 1785.52 Q91.9983 1785.08 90.2391 1785.08 Q85.6095 1785.08 83.1558 1788.2 Q80.7252 1791.33 80.378 1797.65 Q81.7437 1795.63 83.8039 1794.57 Q85.8641 1793.48 88.3409 1793.48 Q93.5492 1793.48 96.5585 1796.65 Q99.5909 1799.8 99.5909 1805.24 Q99.5909 1810.56 96.4427 1813.78 Q93.2946 1817 88.0632 1817 Q82.0678 1817 78.8965 1812.42 Q75.7253 1807.81 75.7253 1799.08 Q75.7253 1790.89 79.6141 1786.03 Q83.503 1781.14 90.0539 1781.14 Q91.8131 1781.14 93.5955 1781.49 Q95.4011 1781.84 97.3455 1782.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M37.3921 1678.66 L67.0679 1678.66 L67.0679 1682.6 L37.3921 1682.6 L37.3921 1678.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M90.0076 1665 L78.2021 1683.45 L90.0076 1683.45 L90.0076 1665 M88.7807 1660.93 L94.6603 1660.93 L94.6603 1683.45 L99.5909 1683.45 L99.5909 1687.34 L94.6603 1687.34 L94.6603 1695.49 L90.0076 1695.49 L90.0076 1687.34 L74.4058 1687.34 L74.4058 1682.83 L88.7807 1660.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M39.4754 1557.82 L69.1512 1557.82 L69.1512 1561.76 L39.4754 1561.76 L39.4754 1557.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M83.2715 1570.72 L99.5909 1570.72 L99.5909 1574.65 L77.6465 1574.65 L77.6465 1570.72 Q80.3086 1567.96 84.8919 1563.33 Q89.4983 1558.68 90.6789 1557.34 Q92.9242 1554.81 93.8039 1553.08 Q94.7066 1551.32 94.7066 1549.63 Q94.7066 1546.87 92.7622 1545.14 Q90.8409 1543.4 87.7391 1543.4 Q85.54 1543.4 83.0863 1544.17 Q80.6558 1544.93 77.878 1546.48 L77.878 1541.76 Q80.7021 1540.63 83.1558 1540.05 Q85.6095 1539.47 87.6465 1539.47 Q93.0168 1539.47 96.2113 1542.15 Q99.4057 1544.84 99.4057 1549.33 Q99.4057 1551.46 98.5955 1553.38 Q97.8085 1555.28 95.702 1557.87 Q95.1233 1558.54 92.0215 1561.76 Q88.9196 1564.95 83.2715 1570.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M87.6465 1422.33 Q84.0354 1422.33 82.2067 1425.9 Q80.4012 1429.44 80.4012 1436.57 Q80.4012 1443.68 82.2067 1447.24 Q84.0354 1450.78 87.6465 1450.78 Q91.2807 1450.78 93.0863 1447.24 Q94.915 1443.68 94.915 1436.57 Q94.915 1429.44 93.0863 1425.9 Q91.2807 1422.33 87.6465 1422.33 M87.6465 1418.63 Q93.4566 1418.63 96.5122 1423.24 Q99.5909 1427.82 99.5909 1436.57 Q99.5909 1445.3 96.5122 1449.9 Q93.4566 1454.49 87.6465 1454.49 Q81.8363 1454.49 78.7576 1449.9 Q75.7021 1445.3 75.7021 1436.57 Q75.7021 1427.82 78.7576 1423.24 Q81.8363 1418.63 87.6465 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M83.2715 1329.04 L99.5909 1329.04 L99.5909 1332.98 L77.6465 1332.98 L77.6465 1329.04 Q80.3086 1326.29 84.8919 1321.66 Q89.4983 1317.01 90.6789 1315.66 Q92.9242 1313.14 93.8039 1311.4 Q94.7066 1309.64 94.7066 1307.95 Q94.7066 1305.2 92.7622 1303.46 Q90.8409 1301.73 87.7391 1301.73 Q85.54 1301.73 83.0863 1302.49 Q80.6558 1303.26 77.878 1304.81 L77.878 1300.08 Q80.7021 1298.95 83.1558 1298.37 Q85.6095 1297.79 87.6465 1297.79 Q93.0168 1297.79 96.2113 1300.48 Q99.4057 1303.16 99.4057 1307.65 Q99.4057 1309.78 98.5955 1311.7 Q97.8085 1313.6 95.702 1316.2 Q95.1233 1316.87 92.0215 1320.08 Q88.9196 1323.28 83.2715 1329.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M90.0076 1181.65 L78.2021 1200.1 L90.0076 1200.1 L90.0076 1181.65 M88.7807 1177.58 L94.6603 1177.58 L94.6603 1200.1 L99.5909 1200.1 L99.5909 1203.99 L94.6603 1203.99 L94.6603 1212.14 L90.0076 1212.14 L90.0076 1203.99 L74.4058 1203.99 L74.4058 1199.48 L88.7807 1177.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M88.0632 1072.16 Q84.915 1072.16 83.0632 1074.31 Q81.2345 1076.46 81.2345 1080.21 Q81.2345 1083.94 83.0632 1086.12 Q84.915 1088.27 88.0632 1088.27 Q91.2113 1088.27 93.04 1086.12 Q94.8918 1083.94 94.8918 1080.21 Q94.8918 1076.46 93.04 1074.31 Q91.2113 1072.16 88.0632 1072.16 M97.3455 1057.51 L97.3455 1061.77 Q95.5863 1060.93 93.7807 1060.49 Q91.9983 1060.05 90.2391 1060.05 Q85.6095 1060.05 83.1558 1063.18 Q80.7252 1066.3 80.378 1072.62 Q81.7437 1070.61 83.8039 1069.54 Q85.8641 1068.46 88.3409 1068.46 Q93.5492 1068.46 96.5585 1071.63 Q99.5909 1074.77 99.5909 1080.21 Q99.5909 1085.54 96.4427 1088.76 Q93.2946 1091.97 88.0632 1091.97 Q82.0678 1091.97 78.8965 1087.39 Q75.7253 1082.78 75.7253 1074.06 Q75.7253 1065.86 79.6141 1061 Q83.503 1056.12 90.0539 1056.12 Q91.8131 1056.12 93.5955 1056.46 Q95.4011 1056.81 97.3455 1057.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M866.44 972.096 L874.623 972.096 L874.623 1028.36 Q874.623 1039.3 870.45 1044.24 Q866.318 1049.18 857.123 1049.18 L854.004 1049.18 L854.004 1042.3 L856.556 1042.3 Q861.984 1042.3 864.212 1039.26 Q866.44 1036.22 866.44 1028.36 L866.44 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M899.09 978.821 L899.09 1001.55 L909.38 1001.55 Q915.091 1001.55 918.211 998.589 Q921.33 995.632 921.33 990.163 Q921.33 984.735 918.211 981.778 Q915.091 978.821 909.38 978.821 L899.09 978.821 M890.907 972.096 L909.38 972.096 Q919.547 972.096 924.732 976.714 Q929.958 981.292 929.958 990.163 Q929.958 999.116 924.732 1003.69 Q919.547 1008.27 909.38 1008.27 L899.09 1008.27 L899.09 1032.58 L890.907 1032.58 L890.907 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M930.809 972.096 L939.599 972.096 L956.37 996.969 L973.019 972.096 L981.81 972.096 L960.421 1003.77 L960.421 1032.58 L952.198 1032.58 L952.198 1003.77 L930.809 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip435)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 218.363,1647.79 222.668,1677.13 227.434,1730.05 231.739,1726.15 236.813,1732.81 241.425,1749.33 246.191,1778.28 250.958,1744.94 255.416,1807.13 260.336,1781.26 \n 264.948,1782.88 269.407,1763.8 274.481,1738.83 278.939,1723.2 283.398,1732.03 288.318,1752.18 293.084,1742.95 297.389,1835.19 302.462,1678.05 307.075,1961.98 \n 311.841,1771.74 316.607,1727.23 321.066,1915.48 325.986,1753.55 330.752,1717.77 335.057,1748.09 339.823,1746.69 344.435,1754.3 349.047,1738.92 353.813,1779.49 \n 358.58,1750.31 363.038,1742.46 367.958,1775.43 372.724,1747.96 377.029,1839.86 382.103,1769.07 386.715,1721.56 391.02,1752.59 395.94,1773.58 400.552,1773.41 \n 405.011,1746.16 409.931,1771.39 414.697,1756.37 419.463,1750.2 424.075,1752.81 428.688,1745.48 433.454,1803.16 438.22,1736.04 442.679,1689.5 446.983,1730.13 \n 452.057,1758.66 456.669,1734.47 461.436,1729.11 466.048,1756.5 470.66,1757.22 475.58,1776.88 480.193,1769.27 484.651,1757.52 489.571,1835.31 494.337,1811.51 \n 499.103,1773.6 503.562,1805.41 508.328,1848.05 512.633,1823.64 517.706,1847.43 522.319,1865.74 527.085,1881.19 531.851,1809.39 536.31,1861.48 541.23,1837.57 \n 545.842,1810.89 550.301,1812.72 555.374,1722.22 559.679,1742.1 564.291,1773.33 569.058,1724.69 573.824,1685.31 578.282,1672.82 583.202,1680.67 587.968,1651 \n 592.273,1599.52 597.347,1575.86 601.959,1564.14 606.725,1549.48 611.491,1538.5 615.796,1550.94 620.255,1545.64 625.175,1553.24 629.941,1550.55 634.246,1550.23 \n 639.319,1552.87 643.932,1546.08 648.698,1559.33 653.464,1537.51 657.923,1541.95 662.842,1519.67 667.609,1512.13 671.913,1518.76 676.68,1513.61 681.292,1519.56 \n 685.904,1519.02 690.67,1521.91 695.437,1507.54 699.895,1506.35 704.815,1510.89 709.581,1502.38 713.886,1519.8 718.96,1506.25 723.572,1500.82 727.877,1505.12 \n 732.951,1511.29 737.563,1505.42 742.329,1504.98 746.941,1525.43 751.554,1530.46 756.474,1543.18 761.086,1549.11 765.545,1556.66 770.465,1589.61 775.231,1594.35 \n 779.997,1580.69 784.302,1614.46 789.068,1619.52 793.526,1627.86 798.446,1643.36 803.059,1641.35 807.517,1654.51 812.591,1664.9 817.203,1675.21 821.969,1682.04 \n 826.582,1721.88 831.194,1716.26 836.114,1691.35 840.419,1730.84 845.185,1762.14 849.49,1747.08 854.563,1747.75 859.176,1775.63 863.942,1780.87 868.708,1736.6 \n 873.167,1774.95 878.087,1755.08 882.699,1743.35 887.158,1738.23 892.231,1712.96 896.536,1724.22 901.148,1755.12 905.915,1746.3 910.681,1728.34 915.139,1728.5 \n 920.059,1747.69 924.825,1743.67 929.13,1706.52 934.204,1694.46 938.816,1717.35 943.582,1685.53 948.348,1586.71 952.807,1579.58 957.573,1576.52 962.186,1580.97 \n 966.798,1555.79 971.564,1565.02 976.33,1563.76 980.789,1554.88 985.709,1812.71 990.475,1516.41 994.78,1556.61 999.853,1482.21 1004.47,1468.76 1008.77,1475.07 \n 1013.69,1467.59 1018.3,1470.07 1022.76,1462.35 1027.68,1464.41 1032.45,1456.49 1037.21,1451.7 1041.83,1450.94 1046.44,1446.86 1051.2,1448.31 1055.97,1448.14 \n 1060.43,1443.18 1064.73,1446.97 1069.81,1448.56 1074.42,1456.58 1079.19,1465.36 1083.8,1471.76 1088.41,1454.6 1093.33,1460.36 1097.94,1455.97 1102.4,1453.18 \n 1107.32,1472.02 1112.09,1461.39 1116.85,1449.09 1121.16,1449.98 1125.92,1448.6 1130.38,1446 1135.3,1444.11 1139.92,1447.3 1144.37,1467.15 1149.45,1454.07 \n 1154.06,1467.38 1158.83,1475.68 1163.44,1502.58 1168.05,1470.93 1172.97,1458.31 1177.43,1453.91 1182.04,1457.24 1186.81,1456.69 1191.57,1458.45 1196.03,1468.7 \n 1200.95,1460.11 1205.72,1453.01 1210.02,1454.98 1215.1,1454.22 1219.71,1464.67 1224.48,1454.9 1229.24,1449.72 1233.55,1450.67 1238.01,1450.72 1242.93,1447.4 \n 1247.69,1445.37 1252,1444.92 1257.07,1448.33 1261.68,1446.28 1266.45,1450.35 1271.21,1447.17 1275.67,1458.29 1280.59,1447.71 1285.36,1446.49 1289.66,1447.98 \n 1294.43,1448.58 1299.04,1450.17 1303.65,1449.72 1308.42,1454.65 1313.19,1449.44 1317.65,1453.29 1322.57,1452.59 1327.33,1452.7 1331.64,1482.06 1336.71,1455.47 \n 1341.32,1456.78 1345.63,1469.6 1350.55,1471.18 1355.16,1456.95 1359.62,1467.45 1364.54,1463.5 1369.3,1457.55 1374.07,1474.24 1378.68,1462.88 1383.3,1455.65 \n 1388.06,1530.22 1392.83,1485.43 1397.29,1473.61 1402.05,1517.83 1406.82,1505.4 1411.28,1487.37 1416.2,1522.1 1420.81,1506.18 1425.27,1511.63 1430.34,1539.72 \n 1434.95,1529.31 1439.72,1507.43 1444.33,1585.58 1448.94,1566.76 1453.86,1491.23 1458.17,1537.44 1462.94,1525.08 1467.24,1518.93 1472.31,1538.63 1476.93,1536.17 \n 1481.69,1540.68 1486.46,1539.71 1490.92,1546.83 1495.84,1531.48 1500.45,1575.45 1504.91,1546.03 1509.98,1544.22 1514.29,1602.17 1518.9,1572.67 1523.67,1586.5 \n 1528.43,1594.39 1532.89,1585.6 1537.81,1590.72 1542.58,1588.85 1546.88,1598.66 1551.95,1594.87 1556.57,1676.88 1561.33,1614.32 1566.1,1593.79 1570.4,1616.25 \n 1574.86,1633.44 1579.78,1626.02 1584.55,1619.4 1588.85,1610.43 1593.93,1602.4 1598.54,1598.19 1603.31,1596.71 1608.07,1560.72 1612.53,1642.59 1617.45,1561.2 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM1883.06 1799.05 L3366.09 1799.05 L3366.09 1074.02 L1883.06 1074.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip436\">\n <rect x=\"1883\" y=\"1074\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2201.16,1799.05 2201.16,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2762.79,1799.05 2762.79,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3324.27,1799.05 3324.27,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1799.05 3366.09,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2201.16,1799.05 2201.16,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2762.79,1799.05 2762.79,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3324.27,1799.05 3324.27,1780.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M2149.77 1877.54 L2166.09 1877.54 L2166.09 1881.48 L2144.14 1881.48 L2144.14 1877.54 Q2146.81 1874.79 2151.39 1870.16 Q2156 1865.51 2157.18 1864.17 Q2159.42 1861.64 2160.3 1859.91 Q2161.2 1858.15 2161.2 1856.46 Q2161.2 1853.7 2159.26 1851.97 Q2157.34 1850.23 2154.24 1850.23 Q2152.04 1850.23 2149.58 1850.99 Q2147.15 1851.76 2144.38 1853.31 L2144.38 1848.59 Q2147.2 1847.45 2149.65 1846.87 Q2152.11 1846.29 2154.14 1846.29 Q2159.51 1846.29 2162.71 1848.98 Q2165.9 1851.67 2165.9 1856.16 Q2165.9 1858.29 2165.09 1860.21 Q2164.31 1862.1 2162.2 1864.7 Q2161.62 1865.37 2158.52 1868.59 Q2155.42 1871.78 2149.77 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2185.9 1850 Q2182.29 1850 2180.46 1853.56 Q2178.66 1857.11 2178.66 1864.23 Q2178.66 1871.34 2180.46 1874.91 Q2182.29 1878.45 2185.9 1878.45 Q2189.54 1878.45 2191.34 1874.91 Q2193.17 1871.34 2193.17 1864.23 Q2193.17 1857.11 2191.34 1853.56 Q2189.54 1850 2185.9 1850 M2185.9 1846.29 Q2191.71 1846.29 2194.77 1850.9 Q2197.85 1855.48 2197.85 1864.23 Q2197.85 1872.96 2194.77 1877.57 Q2191.71 1882.15 2185.9 1882.15 Q2180.09 1882.15 2177.01 1877.57 Q2173.96 1872.96 2173.96 1864.23 Q2173.96 1855.48 2177.01 1850.9 Q2180.09 1846.29 2185.9 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2216.06 1850 Q2212.45 1850 2210.63 1853.56 Q2208.82 1857.11 2208.82 1864.23 Q2208.82 1871.34 2210.63 1874.91 Q2212.45 1878.45 2216.06 1878.45 Q2219.7 1878.45 2221.5 1874.91 Q2223.33 1871.34 2223.33 1864.23 Q2223.33 1857.11 2221.5 1853.56 Q2219.7 1850 2216.06 1850 M2216.06 1846.29 Q2221.88 1846.29 2224.93 1850.9 Q2228.01 1855.48 2228.01 1864.23 Q2228.01 1872.96 2224.93 1877.57 Q2221.88 1882.15 2216.06 1882.15 Q2210.25 1882.15 2207.18 1877.57 Q2204.12 1872.96 2204.12 1864.23 Q2204.12 1855.48 2207.18 1850.9 Q2210.25 1846.29 2216.06 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2246.23 1850 Q2242.62 1850 2240.79 1853.56 Q2238.98 1857.11 2238.98 1864.23 Q2238.98 1871.34 2240.79 1874.91 Q2242.62 1878.45 2246.23 1878.45 Q2249.86 1878.45 2251.67 1874.91 Q2253.5 1871.34 2253.5 1864.23 Q2253.5 1857.11 2251.67 1853.56 Q2249.86 1850 2246.23 1850 M2246.23 1846.29 Q2252.04 1846.29 2255.09 1850.9 Q2258.17 1855.48 2258.17 1864.23 Q2258.17 1872.96 2255.09 1877.57 Q2252.04 1882.15 2246.23 1882.15 Q2240.42 1882.15 2237.34 1877.57 Q2234.28 1872.96 2234.28 1864.23 Q2234.28 1855.48 2237.34 1850.9 Q2240.42 1846.29 2246.23 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2711.4 1877.54 L2727.72 1877.54 L2727.72 1881.48 L2705.78 1881.48 L2705.78 1877.54 Q2708.44 1874.79 2713.02 1870.16 Q2717.63 1865.51 2718.81 1864.17 Q2721.05 1861.64 2721.93 1859.91 Q2722.84 1858.15 2722.84 1856.46 Q2722.84 1853.7 2720.89 1851.97 Q2718.97 1850.23 2715.87 1850.23 Q2713.67 1850.23 2711.22 1850.99 Q2708.79 1851.76 2706.01 1853.31 L2706.01 1848.59 Q2708.83 1847.45 2711.29 1846.87 Q2713.74 1846.29 2715.78 1846.29 Q2721.15 1846.29 2724.34 1848.98 Q2727.54 1851.67 2727.54 1856.16 Q2727.54 1858.29 2726.73 1860.21 Q2725.94 1862.1 2723.83 1864.7 Q2723.25 1865.37 2720.15 1868.59 Q2717.05 1871.78 2711.4 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2747.54 1850 Q2743.93 1850 2742.1 1853.56 Q2740.29 1857.11 2740.29 1864.23 Q2740.29 1871.34 2742.1 1874.91 Q2743.93 1878.45 2747.54 1878.45 Q2751.17 1878.45 2752.98 1874.91 Q2754.8 1871.34 2754.8 1864.23 Q2754.8 1857.11 2752.98 1853.56 Q2751.17 1850 2747.54 1850 M2747.54 1846.29 Q2753.35 1846.29 2756.4 1850.9 Q2759.48 1855.48 2759.48 1864.23 Q2759.48 1872.96 2756.4 1877.57 Q2753.35 1882.15 2747.54 1882.15 Q2741.73 1882.15 2738.65 1877.57 Q2735.59 1872.96 2735.59 1864.23 Q2735.59 1855.48 2738.65 1850.9 Q2741.73 1846.29 2747.54 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2768.51 1877.54 L2776.15 1877.54 L2776.15 1851.18 L2767.84 1852.85 L2767.84 1848.59 L2776.1 1846.92 L2780.78 1846.92 L2780.78 1877.54 L2788.42 1877.54 L2788.42 1881.48 L2768.51 1881.48 L2768.51 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2807.86 1850 Q2804.25 1850 2802.42 1853.56 Q2800.61 1857.11 2800.61 1864.23 Q2800.61 1871.34 2802.42 1874.91 Q2804.25 1878.45 2807.86 1878.45 Q2811.49 1878.45 2813.3 1874.91 Q2815.13 1871.34 2815.13 1864.23 Q2815.13 1857.11 2813.3 1853.56 Q2811.49 1850 2807.86 1850 M2807.86 1846.29 Q2813.67 1846.29 2816.73 1850.9 Q2819.8 1855.48 2819.8 1864.23 Q2819.8 1872.96 2816.73 1877.57 Q2813.67 1882.15 2807.86 1882.15 Q2802.05 1882.15 2798.97 1877.57 Q2795.92 1872.96 2795.92 1864.23 Q2795.92 1855.48 2798.97 1850.9 Q2802.05 1846.29 2807.86 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3272.88 1877.54 L3289.2 1877.54 L3289.2 1881.48 L3267.26 1881.48 L3267.26 1877.54 Q3269.92 1874.79 3274.5 1870.16 Q3279.11 1865.51 3280.29 1864.17 Q3282.53 1861.64 3283.41 1859.91 Q3284.32 1858.15 3284.32 1856.46 Q3284.32 1853.7 3282.37 1851.97 Q3280.45 1850.23 3277.35 1850.23 Q3275.15 1850.23 3272.7 1850.99 Q3270.27 1851.76 3267.49 1853.31 L3267.49 1848.59 Q3270.31 1847.45 3272.77 1846.87 Q3275.22 1846.29 3277.26 1846.29 Q3282.63 1846.29 3285.82 1848.98 Q3289.02 1851.67 3289.02 1856.16 Q3289.02 1858.29 3288.21 1860.21 Q3287.42 1862.1 3285.31 1864.7 Q3284.73 1865.37 3281.63 1868.59 Q3278.53 1871.78 3272.88 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3309.02 1850 Q3305.4 1850 3303.58 1853.56 Q3301.77 1857.11 3301.77 1864.23 Q3301.77 1871.34 3303.58 1874.91 Q3305.4 1878.45 3309.02 1878.45 Q3312.65 1878.45 3314.46 1874.91 Q3316.28 1871.34 3316.28 1864.23 Q3316.28 1857.11 3314.46 1853.56 Q3312.65 1850 3309.02 1850 M3309.02 1846.29 Q3314.83 1846.29 3317.88 1850.9 Q3320.96 1855.48 3320.96 1864.23 Q3320.96 1872.96 3317.88 1877.57 Q3314.83 1882.15 3309.02 1882.15 Q3303.21 1882.15 3300.13 1877.57 Q3297.07 1872.96 3297.07 1864.23 Q3297.07 1855.48 3300.13 1850.9 Q3303.21 1846.29 3309.02 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3333.21 1877.54 L3349.52 1877.54 L3349.52 1881.48 L3327.58 1881.48 L3327.58 1877.54 Q3330.24 1874.79 3334.83 1870.16 Q3339.43 1865.51 3340.61 1864.17 Q3342.86 1861.64 3343.74 1859.91 Q3344.64 1858.15 3344.64 1856.46 Q3344.64 1853.7 3342.7 1851.97 Q3340.77 1850.23 3337.67 1850.23 Q3335.47 1850.23 3333.02 1850.99 Q3330.59 1851.76 3327.81 1853.31 L3327.81 1848.59 Q3330.64 1847.45 3333.09 1846.87 Q3335.54 1846.29 3337.58 1846.29 Q3342.95 1846.29 3346.15 1848.98 Q3349.34 1851.67 3349.34 1856.16 Q3349.34 1858.29 3348.53 1860.21 Q3347.74 1862.1 3345.64 1864.7 Q3345.06 1865.37 3341.96 1868.59 Q3338.85 1871.78 3333.21 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3369.34 1850 Q3365.73 1850 3363.9 1853.56 Q3362.09 1857.11 3362.09 1864.23 Q3362.09 1871.34 3363.9 1874.91 Q3365.73 1878.45 3369.34 1878.45 Q3372.97 1878.45 3374.78 1874.91 Q3376.61 1871.34 3376.61 1864.23 Q3376.61 1857.11 3374.78 1853.56 Q3372.97 1850 3369.34 1850 M3369.34 1846.29 Q3375.15 1846.29 3378.21 1850.9 Q3381.28 1855.48 3381.28 1864.23 Q3381.28 1872.96 3378.21 1877.57 Q3375.15 1882.15 3369.34 1882.15 Q3363.53 1882.15 3360.45 1877.57 Q3357.4 1872.96 3357.4 1864.23 Q3357.4 1855.48 3360.45 1850.9 Q3363.53 1846.29 3369.34 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,1799.05 3366.09,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,1678.21 3366.09,1678.21 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,1557.37 3366.09,1557.37 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,1436.53 3366.09,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,1315.7 3366.09,1315.7 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,1194.86 3366.09,1194.86 \n \"/>\n<polyline clip-path=\"url(#clip436)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,1074.02 3366.09,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1799.05 1883.06,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1799.05 1901.96,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1678.21 1901.96,1678.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1557.37 1901.96,1557.37 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1436.53 1901.96,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1315.7 1901.96,1315.7 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1194.86 1901.96,1194.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,1074.02 1901.96,1074.02 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M1744.38 1799.5 L1774.06 1799.5 L1774.06 1803.43 L1744.38 1803.43 L1744.38 1799.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.73 1797.18 Q1791.58 1797.18 1789.73 1799.34 Q1787.9 1801.49 1787.9 1805.24 Q1787.9 1808.97 1789.73 1811.14 Q1791.58 1813.3 1794.73 1813.3 Q1797.88 1813.3 1799.71 1811.14 Q1801.56 1808.97 1801.56 1805.24 Q1801.56 1801.49 1799.71 1799.34 Q1797.88 1797.18 1794.73 1797.18 M1804.01 1782.53 L1804.01 1786.79 Q1802.25 1785.96 1800.45 1785.52 Q1798.66 1785.08 1796.91 1785.08 Q1792.28 1785.08 1789.82 1788.2 Q1787.39 1791.33 1787.04 1797.65 Q1788.41 1795.63 1790.47 1794.57 Q1792.53 1793.48 1795.01 1793.48 Q1800.22 1793.48 1803.23 1796.65 Q1806.26 1799.8 1806.26 1805.24 Q1806.26 1810.56 1803.11 1813.78 Q1799.96 1817 1794.73 1817 Q1788.73 1817 1785.56 1812.42 Q1782.39 1807.81 1782.39 1799.08 Q1782.39 1790.89 1786.28 1786.03 Q1790.17 1781.14 1796.72 1781.14 Q1798.48 1781.14 1800.26 1781.49 Q1802.07 1781.84 1804.01 1782.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1744.06 1678.66 L1773.73 1678.66 L1773.73 1682.6 L1744.06 1682.6 L1744.06 1678.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1796.67 1665 L1784.87 1683.45 L1796.67 1683.45 L1796.67 1665 M1795.45 1660.93 L1801.33 1660.93 L1801.33 1683.45 L1806.26 1683.45 L1806.26 1687.34 L1801.33 1687.34 L1801.33 1695.49 L1796.67 1695.49 L1796.67 1687.34 L1781.07 1687.34 L1781.07 1682.83 L1795.45 1660.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1746.14 1557.82 L1775.82 1557.82 L1775.82 1561.76 L1746.14 1561.76 L1746.14 1557.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1789.94 1570.72 L1806.26 1570.72 L1806.26 1574.65 L1784.31 1574.65 L1784.31 1570.72 Q1786.98 1567.96 1791.56 1563.33 Q1796.16 1558.68 1797.35 1557.34 Q1799.59 1554.81 1800.47 1553.08 Q1801.37 1551.32 1801.37 1549.63 Q1801.37 1546.87 1799.43 1545.14 Q1797.51 1543.4 1794.41 1543.4 Q1792.21 1543.4 1789.75 1544.17 Q1787.32 1544.93 1784.54 1546.48 L1784.54 1541.76 Q1787.37 1540.63 1789.82 1540.05 Q1792.28 1539.47 1794.31 1539.47 Q1799.68 1539.47 1802.88 1542.15 Q1806.07 1544.84 1806.07 1549.33 Q1806.07 1551.46 1805.26 1553.38 Q1804.48 1555.28 1802.37 1557.87 Q1801.79 1558.54 1798.69 1561.76 Q1795.59 1564.95 1789.94 1570.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.31 1422.33 Q1790.7 1422.33 1788.87 1425.9 Q1787.07 1429.44 1787.07 1436.57 Q1787.07 1443.68 1788.87 1447.24 Q1790.7 1450.78 1794.31 1450.78 Q1797.95 1450.78 1799.75 1447.24 Q1801.58 1443.68 1801.58 1436.57 Q1801.58 1429.44 1799.75 1425.9 Q1797.95 1422.33 1794.31 1422.33 M1794.31 1418.63 Q1800.12 1418.63 1803.18 1423.24 Q1806.26 1427.82 1806.26 1436.57 Q1806.26 1445.3 1803.18 1449.9 Q1800.12 1454.49 1794.31 1454.49 Q1788.5 1454.49 1785.42 1449.9 Q1782.37 1445.3 1782.37 1436.57 Q1782.37 1427.82 1785.42 1423.24 Q1788.5 1418.63 1794.31 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1789.94 1329.04 L1806.26 1329.04 L1806.26 1332.98 L1784.31 1332.98 L1784.31 1329.04 Q1786.98 1326.29 1791.56 1321.66 Q1796.16 1317.01 1797.35 1315.66 Q1799.59 1313.14 1800.47 1311.4 Q1801.37 1309.64 1801.37 1307.95 Q1801.37 1305.2 1799.43 1303.46 Q1797.51 1301.73 1794.41 1301.73 Q1792.21 1301.73 1789.75 1302.49 Q1787.32 1303.26 1784.54 1304.81 L1784.54 1300.08 Q1787.37 1298.95 1789.82 1298.37 Q1792.28 1297.79 1794.31 1297.79 Q1799.68 1297.79 1802.88 1300.48 Q1806.07 1303.16 1806.07 1307.65 Q1806.07 1309.78 1805.26 1311.7 Q1804.48 1313.6 1802.37 1316.2 Q1801.79 1316.87 1798.69 1320.08 Q1795.59 1323.28 1789.94 1329.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1796.67 1181.65 L1784.87 1200.1 L1796.67 1200.1 L1796.67 1181.65 M1795.45 1177.58 L1801.33 1177.58 L1801.33 1200.1 L1806.26 1200.1 L1806.26 1203.99 L1801.33 1203.99 L1801.33 1212.14 L1796.67 1212.14 L1796.67 1203.99 L1781.07 1203.99 L1781.07 1199.48 L1795.45 1177.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.73 1072.16 Q1791.58 1072.16 1789.73 1074.31 Q1787.9 1076.46 1787.9 1080.21 Q1787.9 1083.94 1789.73 1086.12 Q1791.58 1088.27 1794.73 1088.27 Q1797.88 1088.27 1799.71 1086.12 Q1801.56 1083.94 1801.56 1080.21 Q1801.56 1076.46 1799.71 1074.31 Q1797.88 1072.16 1794.73 1072.16 M1804.01 1057.51 L1804.01 1061.77 Q1802.25 1060.93 1800.45 1060.49 Q1798.66 1060.05 1796.91 1060.05 Q1792.28 1060.05 1789.82 1063.18 Q1787.39 1066.3 1787.04 1072.62 Q1788.41 1070.61 1790.47 1069.54 Q1792.53 1068.46 1795.01 1068.46 Q1800.22 1068.46 1803.23 1071.63 Q1806.26 1074.77 1806.26 1080.21 Q1806.26 1085.54 1803.11 1088.76 Q1799.96 1091.97 1794.73 1091.97 Q1788.73 1091.97 1785.56 1087.39 Q1782.39 1082.78 1782.39 1074.06 Q1782.39 1065.86 1786.28 1061 Q1790.17 1056.12 1796.72 1056.12 Q1798.48 1056.12 1800.26 1056.46 Q1802.07 1056.81 1804.01 1057.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2539.71 972.096 L2550.73 972.096 L2577.54 1022.69 L2577.54 972.096 L2585.48 972.096 L2585.48 1032.58 L2574.46 1032.58 L2547.65 981.98 L2547.65 1032.58 L2539.71 1032.58 L2539.71 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2598.28 972.096 L2645.8 972.096 L2645.8 978.334 L2607.56 1025.69 L2646.73 1025.69 L2646.73 1032.58 L2597.35 1032.58 L2597.35 1026.34 L2635.59 978.983 L2598.28 978.983 L2598.28 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2666.78 978.821 L2666.78 1025.85 L2676.67 1025.85 Q2689.19 1025.85 2694.98 1020.18 Q2700.81 1014.51 2700.81 1002.28 Q2700.81 990.123 2694.98 984.492 Q2689.19 978.821 2676.67 978.821 L2666.78 978.821 M2658.6 972.096 L2675.41 972.096 Q2692.99 972.096 2701.22 979.428 Q2709.44 986.72 2709.44 1002.28 Q2709.44 1017.91 2701.18 1025.24 Q2692.91 1032.58 2675.41 1032.58 L2658.6 1032.58 L2658.6 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip436)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1925.03,1292.94 1929.34,1257.62 1934.1,1275.56 1938.41,1271.05 1943.48,1263.35 1948.09,1266.99 1952.86,1246.23 1957.62,1229.25 1962.08,1240.99 1967,1297.87 \n 1971.62,1299.37 1976.07,1251.99 1981.15,1261.33 1985.61,1217.32 1990.06,1229.42 1994.98,1163.21 1999.75,1176.01 2004.06,1163.77 2009.13,1167.08 2013.74,1176.37 \n 2018.51,1153.25 2023.27,1206.19 2027.73,1230.37 2032.65,1308.37 2037.42,1336.44 2041.72,1305.41 2046.49,1330.02 2051.1,1370.64 2055.71,1350.41 2060.48,1371.25 \n 2065.25,1266.45 2069.7,1292.36 2074.62,1307.29 2079.39,1306.24 2083.7,1367.15 2088.77,1240.25 2093.38,1234.24 2097.69,1247.22 2102.61,1181.7 2107.22,1241.87 \n 2111.68,1280.64 2116.6,1288.33 2121.36,1351.57 2126.13,1411.67 2130.74,1464.05 2135.35,1494.03 2140.12,1569.69 2144.89,1473.58 2149.35,1511.91 2153.65,1464.19 \n 2158.72,1463.72 2163.34,1458.55 2168.1,1459.6 2172.71,1478.93 2177.33,1476.17 2182.25,1484.2 2186.86,1481.45 2191.32,1486.65 2196.24,1526.1 2201,1478.23 \n 2205.77,1467.28 2210.23,1457.44 2214.99,1449.67 2219.3,1433.56 2224.37,1444.47 2228.99,1444.23 2233.75,1439.73 2238.52,1443.31 2242.98,1445.45 2247.9,1443.84 \n 2252.51,1450.67 2256.97,1436.53 2262.04,1384.11 2266.35,1363.76 2270.96,1363.01 2275.72,1337.99 2280.49,1324.69 2284.95,1324.6 2289.87,1305.94 2294.63,1305.35 \n 2298.94,1275.96 2304.01,1260.73 2308.63,1265.49 2313.39,1251.73 2318.16,1269.03 2322.46,1251.73 2326.92,1243.58 2331.84,1196.36 2336.61,1213.69 2340.91,1189.82 \n 2345.99,1179.4 2350.6,1197.36 2355.36,1173.26 2360.13,1188.57 2364.59,1164.27 2369.51,1147.67 2374.28,1180.33 2378.58,1161.16 2383.35,1167.83 2387.96,1165.12 \n 2392.57,1174.86 2397.34,1163.57 2402.1,1189.73 2406.56,1201.22 2411.48,1179.74 2416.25,1194.24 2420.55,1154.6 2425.63,1161.04 2430.24,1188.43 2434.54,1166.33 \n 2439.62,1172.51 2444.23,1157.81 2449,1156.76 2453.61,1157.43 2458.22,1147.66 2463.14,1142.02 2467.75,1148.46 2472.21,1159.39 2477.13,1149.58 2481.9,1166.01 \n 2486.66,1209.85 2490.97,1173.57 2495.73,1195.12 2500.19,1202.44 2505.11,1187.69 2509.73,1215.29 2514.18,1221.88 2519.26,1237.31 2523.87,1240.74 2528.64,1248.78 \n 2533.25,1224.79 2537.86,1229.71 2542.78,1265.94 2547.09,1265.48 2551.85,1277.41 2556.16,1288.15 2561.23,1297.25 2565.84,1305.7 2570.61,1300 2575.37,1310.15 \n 2579.83,1300.93 2584.75,1301.05 2589.37,1300.86 2593.82,1298.62 2598.9,1319.35 2603.2,1295.63 2607.82,1290.37 2612.58,1262.62 2617.35,1277.07 2621.81,1260.83 \n 2626.73,1230.69 2631.49,1259.62 2635.8,1231.87 2640.87,1206.17 2645.48,1219.64 2650.25,1171.31 2655.02,1127.69 2659.47,1091.24 2664.24,1073.2 2668.85,1058.94 \n 2673.46,1043.82 2678.23,1036.29 2683,1074.18 2687.46,1103.9 2692.38,1165.73 2697.14,1165.33 2701.45,1180.76 2706.52,1075.86 2711.13,1243.22 2715.44,1278.57 \n 2720.36,1273.75 2724.97,1296.16 2729.43,1307.36 2734.35,1305.47 2739.11,1295.44 2743.88,1304.25 2748.49,1284.03 2753.1,1285.94 2757.87,1266.04 2762.64,1266.95 \n 2767.1,1295.5 2771.4,1266.06 2776.47,1291.29 2781.09,1291.49 2785.85,1293.24 2790.47,1282.44 2795.08,1263.17 2800,1256.23 2804.61,1258.9 2809.07,1260.94 \n 2813.99,1241.36 2818.75,1251.61 2823.52,1276.9 2827.83,1271.35 2832.59,1295.72 2837.05,1286.43 2841.97,1275.95 2846.58,1284.5 2851.04,1284.53 2856.11,1276.75 \n 2860.73,1278.91 2865.49,1281.02 2870.11,1267.55 2874.72,1272.77 2879.64,1297.79 2884.1,1282.46 2888.71,1288.63 2893.47,1273.3 2898.24,1291.65 2902.7,1287.54 \n 2907.62,1279.19 2912.39,1292.91 2916.69,1290.63 2921.76,1291.75 2926.38,1289.73 2931.14,1290.51 2935.91,1302.68 2940.21,1287.72 2944.67,1291.04 2949.59,1274.93 \n 2954.36,1285.45 2958.66,1276.77 2963.74,1276.95 2968.35,1289.23 2973.12,1275.32 2977.88,1289.23 2982.34,1280.95 2987.26,1274.27 2992.03,1296.55 2996.33,1273.27 \n 3001.1,1270.08 3005.71,1245.56 3010.32,1230.46 3015.09,1220.91 3019.85,1218.38 3024.31,1227.5 3029.23,1206.42 3034,1226.52 3038.3,1196 3043.38,1194.02 \n 3047.99,1236.47 3052.29,1192.77 3057.21,1211.89 3061.83,1218.14 3066.28,1234.51 3071.2,1233.64 3075.97,1250.75 3080.74,1272.63 3085.35,1272 3089.96,1274.55 \n 3094.73,1268 3099.49,1283.87 3103.95,1309.8 3108.72,1294.55 3113.48,1320.53 3117.94,1316.16 3122.86,1313.19 3127.48,1321.41 3131.93,1331.91 3137.01,1339.53 \n 3141.62,1344.75 3146.39,1353.38 3151,1354.66 3155.61,1357.47 3160.53,1373.22 3164.84,1364.32 3169.6,1381.54 3173.91,1379.48 3178.98,1389.53 3183.59,1394.93 \n 3188.36,1393 3193.13,1395.02 3197.58,1391.39 3202.5,1391.01 3207.12,1404.83 3211.57,1406.97 3216.65,1411.06 3220.95,1414.44 3225.57,1430.5 3230.33,1427.28 \n 3235.1,1436.53 3239.56,1437.61 3244.48,1433.34 3249.24,1434.35 3253.55,1450.75 3258.62,1459.84 3263.23,1472.42 3268,1478.69 3272.77,1483.56 3277.07,1483.33 \n 3281.53,1477.98 3286.45,1480.01 3291.22,1486.57 3295.52,1488.33 3300.59,1485.95 3305.21,1499.74 3309.97,1490.86 3314.74,1476.09 3319.2,1472.67 3324.12,1468.77 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM3589.72 1799.05 L5072.76 1799.05 L5072.76 1074.02 L3589.72 1074.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip437\">\n <rect x=\"3589\" y=\"1074\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3907.82,1799.05 3907.82,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 4469.46,1799.05 4469.46,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 5030.94,1799.05 5030.94,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1799.05 5072.76,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3907.82,1799.05 3907.82,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4469.46,1799.05 4469.46,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 5030.94,1799.05 5030.94,1780.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M3856.44 1877.54 L3872.75 1877.54 L3872.75 1881.48 L3850.81 1881.48 L3850.81 1877.54 Q3853.47 1874.79 3858.06 1870.16 Q3862.66 1865.51 3863.84 1864.17 Q3866.09 1861.64 3866.97 1859.91 Q3867.87 1858.15 3867.87 1856.46 Q3867.87 1853.7 3865.93 1851.97 Q3864 1850.23 3860.9 1850.23 Q3858.7 1850.23 3856.25 1850.99 Q3853.82 1851.76 3851.04 1853.31 L3851.04 1848.59 Q3853.87 1847.45 3856.32 1846.87 Q3858.77 1846.29 3860.81 1846.29 Q3866.18 1846.29 3869.38 1848.98 Q3872.57 1851.67 3872.57 1856.16 Q3872.57 1858.29 3871.76 1860.21 Q3870.97 1862.1 3868.87 1864.7 Q3868.29 1865.37 3865.19 1868.59 Q3862.08 1871.78 3856.44 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3892.57 1850 Q3888.96 1850 3887.13 1853.56 Q3885.32 1857.11 3885.32 1864.23 Q3885.32 1871.34 3887.13 1874.91 Q3888.96 1878.45 3892.57 1878.45 Q3896.2 1878.45 3898.01 1874.91 Q3899.84 1871.34 3899.84 1864.23 Q3899.84 1857.11 3898.01 1853.56 Q3896.2 1850 3892.57 1850 M3892.57 1846.29 Q3898.38 1846.29 3901.44 1850.9 Q3904.51 1855.48 3904.51 1864.23 Q3904.51 1872.96 3901.44 1877.57 Q3898.38 1882.15 3892.57 1882.15 Q3886.76 1882.15 3883.68 1877.57 Q3880.63 1872.96 3880.63 1864.23 Q3880.63 1855.48 3883.68 1850.9 Q3886.76 1846.29 3892.57 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3922.73 1850 Q3919.12 1850 3917.29 1853.56 Q3915.49 1857.11 3915.49 1864.23 Q3915.49 1871.34 3917.29 1874.91 Q3919.12 1878.45 3922.73 1878.45 Q3926.37 1878.45 3928.17 1874.91 Q3930 1871.34 3930 1864.23 Q3930 1857.11 3928.17 1853.56 Q3926.37 1850 3922.73 1850 M3922.73 1846.29 Q3928.54 1846.29 3931.6 1850.9 Q3934.68 1855.48 3934.68 1864.23 Q3934.68 1872.96 3931.6 1877.57 Q3928.54 1882.15 3922.73 1882.15 Q3916.92 1882.15 3913.84 1877.57 Q3910.79 1872.96 3910.79 1864.23 Q3910.79 1855.48 3913.84 1850.9 Q3916.92 1846.29 3922.73 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3952.89 1850 Q3949.28 1850 3947.45 1853.56 Q3945.65 1857.11 3945.65 1864.23 Q3945.65 1871.34 3947.45 1874.91 Q3949.28 1878.45 3952.89 1878.45 Q3956.53 1878.45 3958.33 1874.91 Q3960.16 1871.34 3960.16 1864.23 Q3960.16 1857.11 3958.33 1853.56 Q3956.53 1850 3952.89 1850 M3952.89 1846.29 Q3958.7 1846.29 3961.76 1850.9 Q3964.84 1855.48 3964.84 1864.23 Q3964.84 1872.96 3961.76 1877.57 Q3958.7 1882.15 3952.89 1882.15 Q3947.08 1882.15 3944 1877.57 Q3940.95 1872.96 3940.95 1864.23 Q3940.95 1855.48 3944 1850.9 Q3947.08 1846.29 3952.89 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4418.07 1877.54 L4434.39 1877.54 L4434.39 1881.48 L4412.44 1881.48 L4412.44 1877.54 Q4415.11 1874.79 4419.69 1870.16 Q4424.3 1865.51 4425.48 1864.17 Q4427.72 1861.64 4428.6 1859.91 Q4429.5 1858.15 4429.5 1856.46 Q4429.5 1853.7 4427.56 1851.97 Q4425.64 1850.23 4422.54 1850.23 Q4420.34 1850.23 4417.88 1850.99 Q4415.45 1851.76 4412.68 1853.31 L4412.68 1848.59 Q4415.5 1847.45 4417.95 1846.87 Q4420.41 1846.29 4422.44 1846.29 Q4427.81 1846.29 4431.01 1848.98 Q4434.2 1851.67 4434.2 1856.16 Q4434.2 1858.29 4433.39 1860.21 Q4432.61 1862.1 4430.5 1864.7 Q4429.92 1865.37 4426.82 1868.59 Q4423.72 1871.78 4418.07 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4454.2 1850 Q4450.59 1850 4448.76 1853.56 Q4446.96 1857.11 4446.96 1864.23 Q4446.96 1871.34 4448.76 1874.91 Q4450.59 1878.45 4454.2 1878.45 Q4457.84 1878.45 4459.64 1874.91 Q4461.47 1871.34 4461.47 1864.23 Q4461.47 1857.11 4459.64 1853.56 Q4457.84 1850 4454.2 1850 M4454.2 1846.29 Q4460.01 1846.29 4463.07 1850.9 Q4466.15 1855.48 4466.15 1864.23 Q4466.15 1872.96 4463.07 1877.57 Q4460.01 1882.15 4454.2 1882.15 Q4448.39 1882.15 4445.31 1877.57 Q4442.26 1872.96 4442.26 1864.23 Q4442.26 1855.48 4445.31 1850.9 Q4448.39 1846.29 4454.2 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4475.18 1877.54 L4482.81 1877.54 L4482.81 1851.18 L4474.5 1852.85 L4474.5 1848.59 L4482.77 1846.92 L4487.44 1846.92 L4487.44 1877.54 L4495.08 1877.54 L4495.08 1881.48 L4475.18 1881.48 L4475.18 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4514.53 1850 Q4510.92 1850 4509.09 1853.56 Q4507.28 1857.11 4507.28 1864.23 Q4507.28 1871.34 4509.09 1874.91 Q4510.92 1878.45 4514.53 1878.45 Q4518.16 1878.45 4519.97 1874.91 Q4521.8 1871.34 4521.8 1864.23 Q4521.8 1857.11 4519.97 1853.56 Q4518.16 1850 4514.53 1850 M4514.53 1846.29 Q4520.34 1846.29 4523.39 1850.9 Q4526.47 1855.48 4526.47 1864.23 Q4526.47 1872.96 4523.39 1877.57 Q4520.34 1882.15 4514.53 1882.15 Q4508.72 1882.15 4505.64 1877.57 Q4502.58 1872.96 4502.58 1864.23 Q4502.58 1855.48 4505.64 1850.9 Q4508.72 1846.29 4514.53 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4979.55 1877.54 L4995.87 1877.54 L4995.87 1881.48 L4973.92 1881.48 L4973.92 1877.54 Q4976.59 1874.79 4981.17 1870.16 Q4985.78 1865.51 4986.96 1864.17 Q4989.2 1861.64 4990.08 1859.91 Q4990.98 1858.15 4990.98 1856.46 Q4990.98 1853.7 4989.04 1851.97 Q4987.12 1850.23 4984.02 1850.23 Q4981.82 1850.23 4979.36 1850.99 Q4976.93 1851.76 4974.15 1853.31 L4974.15 1848.59 Q4976.98 1847.45 4979.43 1846.87 Q4981.89 1846.29 4983.92 1846.29 Q4989.29 1846.29 4992.49 1848.98 Q4995.68 1851.67 4995.68 1856.16 Q4995.68 1858.29 4994.87 1860.21 Q4994.09 1862.1 4991.98 1864.7 Q4991.4 1865.37 4988.3 1868.59 Q4985.2 1871.78 4979.55 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5015.68 1850 Q5012.07 1850 5010.24 1853.56 Q5008.44 1857.11 5008.44 1864.23 Q5008.44 1871.34 5010.24 1874.91 Q5012.07 1878.45 5015.68 1878.45 Q5019.32 1878.45 5021.12 1874.91 Q5022.95 1871.34 5022.95 1864.23 Q5022.95 1857.11 5021.12 1853.56 Q5019.32 1850 5015.68 1850 M5015.68 1846.29 Q5021.49 1846.29 5024.55 1850.9 Q5027.63 1855.48 5027.63 1864.23 Q5027.63 1872.96 5024.55 1877.57 Q5021.49 1882.15 5015.68 1882.15 Q5009.87 1882.15 5006.79 1877.57 Q5003.74 1872.96 5003.74 1864.23 Q5003.74 1855.48 5006.79 1850.9 Q5009.87 1846.29 5015.68 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5039.87 1877.54 L5056.19 1877.54 L5056.19 1881.48 L5034.25 1881.48 L5034.25 1877.54 Q5036.91 1874.79 5041.49 1870.16 Q5046.1 1865.51 5047.28 1864.17 Q5049.52 1861.64 5050.4 1859.91 Q5051.31 1858.15 5051.31 1856.46 Q5051.31 1853.7 5049.36 1851.97 Q5047.44 1850.23 5044.34 1850.23 Q5042.14 1850.23 5039.69 1850.99 Q5037.26 1851.76 5034.48 1853.31 L5034.48 1848.59 Q5037.3 1847.45 5039.76 1846.87 Q5042.21 1846.29 5044.25 1846.29 Q5049.62 1846.29 5052.81 1848.98 Q5056.01 1851.67 5056.01 1856.16 Q5056.01 1858.29 5055.2 1860.21 Q5054.41 1862.1 5052.3 1864.7 Q5051.72 1865.37 5048.62 1868.59 Q5045.52 1871.78 5039.87 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5076.01 1850 Q5072.4 1850 5070.57 1853.56 Q5068.76 1857.11 5068.76 1864.23 Q5068.76 1871.34 5070.57 1874.91 Q5072.4 1878.45 5076.01 1878.45 Q5079.64 1878.45 5081.45 1874.91 Q5083.27 1871.34 5083.27 1864.23 Q5083.27 1857.11 5081.45 1853.56 Q5079.64 1850 5076.01 1850 M5076.01 1846.29 Q5081.82 1846.29 5084.87 1850.9 Q5087.95 1855.48 5087.95 1864.23 Q5087.95 1872.96 5084.87 1877.57 Q5081.82 1882.15 5076.01 1882.15 Q5070.2 1882.15 5067.12 1877.57 Q5064.06 1872.96 5064.06 1864.23 Q5064.06 1855.48 5067.12 1850.9 Q5070.2 1846.29 5076.01 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,1799.05 5072.76,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,1678.21 5072.76,1678.21 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,1557.37 5072.76,1557.37 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,1436.53 5072.76,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,1315.7 5072.76,1315.7 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,1194.86 5072.76,1194.86 \n \"/>\n<polyline clip-path=\"url(#clip437)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,1074.02 5072.76,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1799.05 3589.72,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1799.05 3608.62,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1678.21 3608.62,1678.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1557.37 3608.62,1557.37 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1436.53 3608.62,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1315.7 3608.62,1315.7 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1194.86 3608.62,1194.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,1074.02 3608.62,1074.02 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M3451.05 1799.5 L3480.73 1799.5 L3480.73 1803.43 L3451.05 1803.43 L3451.05 1799.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3501.4 1797.18 Q3498.25 1797.18 3496.4 1799.34 Q3494.57 1801.49 3494.57 1805.24 Q3494.57 1808.97 3496.4 1811.14 Q3498.25 1813.3 3501.4 1813.3 Q3504.54 1813.3 3506.37 1811.14 Q3508.23 1808.97 3508.23 1805.24 Q3508.23 1801.49 3506.37 1799.34 Q3504.54 1797.18 3501.4 1797.18 M3510.68 1782.53 L3510.68 1786.79 Q3508.92 1785.96 3507.11 1785.52 Q3505.33 1785.08 3503.57 1785.08 Q3498.94 1785.08 3496.49 1788.2 Q3494.06 1791.33 3493.71 1797.65 Q3495.08 1795.63 3497.14 1794.57 Q3499.2 1793.48 3501.67 1793.48 Q3506.88 1793.48 3509.89 1796.65 Q3512.92 1799.8 3512.92 1805.24 Q3512.92 1810.56 3509.78 1813.78 Q3506.63 1817 3501.4 1817 Q3495.4 1817 3492.23 1812.42 Q3489.06 1807.81 3489.06 1799.08 Q3489.06 1790.89 3492.95 1786.03 Q3496.84 1781.14 3503.39 1781.14 Q3505.15 1781.14 3506.93 1781.49 Q3508.73 1781.84 3510.68 1782.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3450.73 1678.66 L3480.4 1678.66 L3480.4 1682.6 L3450.73 1682.6 L3450.73 1678.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3503.34 1665 L3491.54 1683.45 L3503.34 1683.45 L3503.34 1665 M3502.11 1660.93 L3507.99 1660.93 L3507.99 1683.45 L3512.92 1683.45 L3512.92 1687.34 L3507.99 1687.34 L3507.99 1695.49 L3503.34 1695.49 L3503.34 1687.34 L3487.74 1687.34 L3487.74 1682.83 L3502.11 1660.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3452.81 1557.82 L3482.48 1557.82 L3482.48 1561.76 L3452.81 1561.76 L3452.81 1557.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3496.6 1570.72 L3512.92 1570.72 L3512.92 1574.65 L3490.98 1574.65 L3490.98 1570.72 Q3493.64 1567.96 3498.23 1563.33 Q3502.83 1558.68 3504.01 1557.34 Q3506.26 1554.81 3507.14 1553.08 Q3508.04 1551.32 3508.04 1549.63 Q3508.04 1546.87 3506.1 1545.14 Q3504.17 1543.4 3501.07 1543.4 Q3498.87 1543.4 3496.42 1544.17 Q3493.99 1544.93 3491.21 1546.48 L3491.21 1541.76 Q3494.04 1540.63 3496.49 1540.05 Q3498.94 1539.47 3500.98 1539.47 Q3506.35 1539.47 3509.54 1542.15 Q3512.74 1544.84 3512.74 1549.33 Q3512.74 1551.46 3511.93 1553.38 Q3511.14 1555.28 3509.04 1557.87 Q3508.46 1558.54 3505.35 1561.76 Q3502.25 1564.95 3496.6 1570.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3500.98 1422.33 Q3497.37 1422.33 3495.54 1425.9 Q3493.73 1429.44 3493.73 1436.57 Q3493.73 1443.68 3495.54 1447.24 Q3497.37 1450.78 3500.98 1450.78 Q3504.61 1450.78 3506.42 1447.24 Q3508.25 1443.68 3508.25 1436.57 Q3508.25 1429.44 3506.42 1425.9 Q3504.61 1422.33 3500.98 1422.33 M3500.98 1418.63 Q3506.79 1418.63 3509.85 1423.24 Q3512.92 1427.82 3512.92 1436.57 Q3512.92 1445.3 3509.85 1449.9 Q3506.79 1454.49 3500.98 1454.49 Q3495.17 1454.49 3492.09 1449.9 Q3489.04 1445.3 3489.04 1436.57 Q3489.04 1427.82 3492.09 1423.24 Q3495.17 1418.63 3500.98 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3496.6 1329.04 L3512.92 1329.04 L3512.92 1332.98 L3490.98 1332.98 L3490.98 1329.04 Q3493.64 1326.29 3498.23 1321.66 Q3502.83 1317.01 3504.01 1315.66 Q3506.26 1313.14 3507.14 1311.4 Q3508.04 1309.64 3508.04 1307.95 Q3508.04 1305.2 3506.1 1303.46 Q3504.17 1301.73 3501.07 1301.73 Q3498.87 1301.73 3496.42 1302.49 Q3493.99 1303.26 3491.21 1304.81 L3491.21 1300.08 Q3494.04 1298.95 3496.49 1298.37 Q3498.94 1297.79 3500.98 1297.79 Q3506.35 1297.79 3509.54 1300.48 Q3512.74 1303.16 3512.74 1307.65 Q3512.74 1309.78 3511.93 1311.7 Q3511.14 1313.6 3509.04 1316.2 Q3508.46 1316.87 3505.35 1320.08 Q3502.25 1323.28 3496.6 1329.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3503.34 1181.65 L3491.54 1200.1 L3503.34 1200.1 L3503.34 1181.65 M3502.11 1177.58 L3507.99 1177.58 L3507.99 1200.1 L3512.92 1200.1 L3512.92 1203.99 L3507.99 1203.99 L3507.99 1212.14 L3503.34 1212.14 L3503.34 1203.99 L3487.74 1203.99 L3487.74 1199.48 L3502.11 1177.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3501.4 1072.16 Q3498.25 1072.16 3496.4 1074.31 Q3494.57 1076.46 3494.57 1080.21 Q3494.57 1083.94 3496.4 1086.12 Q3498.25 1088.27 3501.4 1088.27 Q3504.54 1088.27 3506.37 1086.12 Q3508.23 1083.94 3508.23 1080.21 Q3508.23 1076.46 3506.37 1074.31 Q3504.54 1072.16 3501.4 1072.16 M3510.68 1057.51 L3510.68 1061.77 Q3508.92 1060.93 3507.11 1060.49 Q3505.33 1060.05 3503.57 1060.05 Q3498.94 1060.05 3496.49 1063.18 Q3494.06 1066.3 3493.71 1072.62 Q3495.08 1070.61 3497.14 1069.54 Q3499.2 1068.46 3501.67 1068.46 Q3506.88 1068.46 3509.89 1071.63 Q3512.92 1074.77 3512.92 1080.21 Q3512.92 1085.54 3509.78 1088.76 Q3506.63 1091.97 3501.4 1091.97 Q3495.4 1091.97 3492.23 1087.39 Q3489.06 1082.78 3489.06 1074.06 Q3489.06 1065.86 3492.95 1061 Q3496.84 1056.12 3503.39 1056.12 Q3505.15 1056.12 3506.93 1056.46 Q3508.73 1056.81 3510.68 1057.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4243.56 972.096 L4254.58 972.096 L4281.39 1022.69 L4281.39 972.096 L4289.33 972.096 L4289.33 1032.58 L4278.31 1032.58 L4251.5 981.98 L4251.5 1032.58 L4243.56 1032.58 L4243.56 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4330.17 977.646 Q4321.25 977.646 4315.99 984.289 Q4310.76 990.933 4310.76 1002.4 Q4310.76 1013.82 4315.99 1020.46 Q4321.25 1027.11 4330.17 1027.11 Q4339.08 1027.11 4344.26 1020.46 Q4349.49 1013.82 4349.49 1002.4 Q4349.49 990.933 4344.26 984.289 Q4339.08 977.646 4330.17 977.646 M4330.17 971.002 Q4342.89 971.002 4350.5 979.55 Q4358.12 988.057 4358.12 1002.4 Q4358.12 1016.7 4350.5 1025.24 Q4342.89 1033.75 4330.17 1033.75 Q4317.41 1033.75 4309.75 1025.24 Q4302.13 1016.74 4302.13 1002.4 Q4302.13 988.057 4309.75 979.55 Q4317.41 971.002 4330.17 971.002 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4370.92 972.096 L4379.1 972.096 L4379.1 997.657 L4406.24 972.096 L4416.77 972.096 L4386.76 1000.29 L4418.92 1032.58 L4408.15 1032.58 L4379.1 1003.45 L4379.1 1032.58 L4370.92 1032.58 L4370.92 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip437)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3631.7,1483.12 3636,1516.28 3640.77,1513.31 3645.07,1471.42 3650.15,1445.76 3654.76,1481.25 3659.52,1471.99 3664.29,1490.82 3668.75,1468.89 3673.67,1486.61 \n 3678.28,1462.72 3682.74,1457.17 3687.81,1417.62 3692.27,1456.93 3696.73,1479.51 3701.65,1483.98 3706.42,1480.96 3710.72,1478.99 3715.8,1480.96 3720.41,1463.69 \n 3725.17,1481.13 3729.94,1480.88 3734.4,1517.9 3739.32,1550.73 3744.08,1554.01 3748.39,1563.6 3753.16,1590.54 3757.77,1583.3 3762.38,1574.77 3767.15,1583.75 \n 3771.91,1550.31 3776.37,1558.22 3781.29,1571.11 3786.06,1560.41 3790.36,1588.42 3795.44,1571.39 3800.05,1549.04 3804.35,1551.57 3809.27,1550.26 3813.89,1544.03 \n 3818.34,1505.39 3823.26,1492.78 3828.03,1456.22 3832.8,1284.48 3837.41,1275.09 3842.02,1270.03 3846.79,1249.8 3851.55,1225.11 3856.01,1273.11 3860.32,1248.57 \n 3865.39,1310 3870,1313.27 3874.77,1325.13 3879.38,1362.44 3883.99,1361.63 3888.91,1386.2 3893.53,1417.84 3897.98,1415.28 3902.9,1468.92 3907.67,1445.1 \n 3912.44,1449.25 3916.9,1447.34 3921.66,1456.73 3925.97,1438.16 3931.04,1463.24 3935.65,1445.44 3940.42,1435.31 3945.18,1417.76 3949.64,1399.81 3954.56,1392.5 \n 3959.18,1399.79 3963.63,1376.13 3968.71,1341.03 3973.01,1319.1 3977.62,1303.73 3982.39,1232.76 3987.16,1253.31 3991.62,1223.28 3996.54,1212.75 4001.3,1229.95 \n 4005.61,1158.33 4010.68,1141.62 4015.29,1130.78 4020.06,1136.85 4024.82,1172.61 4029.13,1145.02 4033.59,1151.01 4038.51,1138.72 4043.27,1139.88 4047.58,1119.37 \n 4052.65,1098.54 4057.27,1122.95 4062.03,1085.19 4066.8,1112.6 4071.26,1080.52 4076.18,1115.96 4080.94,1175.6 4085.25,1173.92 4090.01,1175.24 4094.63,1198.63 \n 4099.24,1215.87 4104,1239.94 4108.77,1282.07 4113.23,1321.53 4118.15,1330.26 4122.91,1336.65 4127.22,1333.01 4132.29,1358.11 4136.91,1375.56 4141.21,1388.15 \n 4146.28,1385.86 4150.9,1385.72 4155.66,1386.86 4160.27,1403.8 4164.89,1409.72 4169.81,1422.16 4174.42,1432.45 4178.88,1443.34 4183.8,1460.47 4188.56,1467.67 \n 4193.33,1481.97 4197.63,1494.64 4202.4,1491.78 4206.86,1512.38 4211.78,1514.18 4216.39,1514.09 4220.85,1528.37 4225.92,1535.79 4230.54,1542.4 4235.3,1542.68 \n 4239.92,1559.51 4244.53,1558.92 4249.45,1564.18 4253.75,1582.9 4258.52,1565.13 4262.82,1599.74 4267.9,1573.04 4272.51,1603.57 4277.28,1607.31 4282.04,1574.78 \n 4286.5,1569.01 4291.42,1562.23 4296.03,1548.81 4300.49,1543.51 4305.56,1516.11 4309.87,1516.01 4314.48,1499.28 4319.25,1508.37 4324.01,1491.93 4328.47,1479.02 \n 4333.39,1478.14 4338.16,1500.82 4342.46,1419.82 4347.54,1399.83 4352.15,1419.41 4356.92,1375.41 4361.68,1301.28 4366.14,1276.59 4370.91,1250.44 4375.52,1223.17 \n 4380.13,1229.65 4384.9,1195.94 4389.66,1223.43 4394.12,1226.12 4399.04,1297.85 4403.81,1260.02 4408.11,1282.74 4413.19,1264.44 4417.8,1321.23 4422.1,1339.63 \n 4427.02,1332.24 4431.64,1346.85 4436.09,1371.22 4441.01,1375.96 4445.78,1378.84 4450.55,1373.41 4455.16,1370.34 4459.77,1355.53 4464.54,1343.01 4469.3,1338.58 \n 4473.76,1343.59 4478.07,1319.12 4483.14,1337.54 4487.75,1333.1 4492.52,1336.76 4497.13,1320.9 4501.74,1317.49 4506.66,1314.06 4511.28,1317.91 4515.73,1324.59 \n 4520.65,1329.09 4525.42,1326.85 4530.19,1335.31 4534.49,1310.55 4539.26,1324.17 4543.72,1306.43 4548.64,1291.02 4553.25,1297.21 4557.71,1303.5 4562.78,1311.27 \n 4567.39,1326.95 4572.16,1329.19 4576.77,1330.28 4581.38,1360.52 4586.3,1353.04 4590.76,1339.93 4595.38,1352.82 4600.14,1347.61 4604.91,1351.06 4609.37,1356.08 \n 4614.29,1348.72 4619.05,1355.97 4623.36,1354.26 4628.43,1356.07 4633.04,1355.03 4637.81,1352.82 4642.58,1355.27 4646.88,1353.21 4651.34,1350.94 4656.26,1350.57 \n 4661.02,1354.41 4665.33,1359.16 4670.4,1350.77 4675.02,1356.01 4679.78,1348.1 4684.55,1357.46 4689.01,1352.89 4693.93,1351.98 4698.69,1362.11 4703,1352.84 \n 4707.76,1352.66 4712.38,1346.88 4716.99,1350.77 4721.75,1348.68 4726.52,1357.83 4730.98,1360.87 4735.9,1356.21 4740.67,1361.72 4744.97,1357.41 4750.04,1373.41 \n 4754.66,1376.88 4758.96,1369.77 4763.88,1370.17 4768.49,1371.91 4772.95,1375.75 4777.87,1383.11 4782.64,1386.96 4787.4,1393.06 4792.02,1400.59 4796.63,1399.7 \n 4801.39,1405.14 4806.16,1413.36 4810.62,1413.61 4815.39,1420.48 4820.15,1426.89 4824.61,1426 4829.53,1430.81 4834.14,1434.11 4838.6,1442.56 4843.67,1441.49 \n 4848.29,1443.97 4853.05,1439.26 4857.67,1449.82 4862.28,1457.76 4867.2,1451.87 4871.5,1454.93 4876.27,1459.33 4880.57,1465.14 4885.65,1472.61 4890.26,1485.1 \n 4895.03,1490.97 4899.79,1485.57 4904.25,1486.28 4909.17,1489.54 4913.78,1522.91 4918.24,1504.64 4923.32,1497.01 4927.62,1516.64 4932.23,1502.51 4937,1512.42 \n 4941.76,1526.71 4946.22,1525.72 4951.14,1532.88 4955.91,1523.28 4960.21,1527.14 4965.29,1527.08 4969.9,1551.41 4974.67,1542.28 4979.43,1532.48 4983.74,1537.81 \n 4988.2,1521.87 4993.12,1528.4 4997.88,1522.64 5002.19,1512.6 5007.26,1504.43 5011.87,1492.37 5016.64,1478.52 5021.4,1446.09 5025.86,1468.82 5030.78,1446.69 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM176.391 2759.05 L1659.42 2759.05 L1659.42 2034.02 L176.391 2034.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip438\">\n <rect x=\"176\" y=\"2034\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 494.491,2759.05 494.491,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1056.12,2759.05 1056.12,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1617.6,2759.05 1617.6,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2759.05 1659.42,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 494.491,2759.05 494.491,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1056.12,2759.05 1056.12,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1617.6,2759.05 1617.6,2740.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M443.102 2837.54 L459.422 2837.54 L459.422 2841.48 L437.477 2841.48 L437.477 2837.54 Q440.139 2834.79 444.723 2830.16 Q449.329 2825.51 450.51 2824.17 Q452.755 2821.64 453.635 2819.91 Q454.537 2818.15 454.537 2816.46 Q454.537 2813.7 452.593 2811.97 Q450.672 2810.23 447.57 2810.23 Q445.371 2810.23 442.917 2810.99 Q440.487 2811.76 437.709 2813.31 L437.709 2808.59 Q440.533 2807.45 442.987 2806.87 Q445.44 2806.29 447.477 2806.29 Q452.848 2806.29 456.042 2808.98 Q459.236 2811.67 459.236 2816.16 Q459.236 2818.29 458.426 2820.21 Q457.639 2822.1 455.533 2824.7 Q454.954 2825.37 451.852 2828.59 Q448.75 2831.78 443.102 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M479.236 2810 Q475.625 2810 473.797 2813.56 Q471.991 2817.11 471.991 2824.23 Q471.991 2831.34 473.797 2834.91 Q475.625 2838.45 479.236 2838.45 Q482.871 2838.45 484.676 2834.91 Q486.505 2831.34 486.505 2824.23 Q486.505 2817.11 484.676 2813.56 Q482.871 2810 479.236 2810 M479.236 2806.29 Q485.046 2806.29 488.102 2810.9 Q491.181 2815.48 491.181 2824.23 Q491.181 2832.96 488.102 2837.57 Q485.046 2842.15 479.236 2842.15 Q473.426 2842.15 470.347 2837.57 Q467.292 2832.96 467.292 2824.23 Q467.292 2815.48 470.347 2810.9 Q473.426 2806.29 479.236 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M509.398 2810 Q505.787 2810 503.958 2813.56 Q502.153 2817.11 502.153 2824.23 Q502.153 2831.34 503.958 2834.91 Q505.787 2838.45 509.398 2838.45 Q513.032 2838.45 514.838 2834.91 Q516.667 2831.34 516.667 2824.23 Q516.667 2817.11 514.838 2813.56 Q513.032 2810 509.398 2810 M509.398 2806.29 Q515.208 2806.29 518.264 2810.9 Q521.343 2815.48 521.343 2824.23 Q521.343 2832.96 518.264 2837.57 Q515.208 2842.15 509.398 2842.15 Q503.588 2842.15 500.509 2837.57 Q497.454 2832.96 497.454 2824.23 Q497.454 2815.48 500.509 2810.9 Q503.588 2806.29 509.398 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M539.56 2810 Q535.949 2810 534.12 2813.56 Q532.315 2817.11 532.315 2824.23 Q532.315 2831.34 534.12 2834.91 Q535.949 2838.45 539.56 2838.45 Q543.194 2838.45 545 2834.91 Q546.829 2831.34 546.829 2824.23 Q546.829 2817.11 545 2813.56 Q543.194 2810 539.56 2810 M539.56 2806.29 Q545.37 2806.29 548.426 2810.9 Q551.504 2815.48 551.504 2824.23 Q551.504 2832.96 548.426 2837.57 Q545.37 2842.15 539.56 2842.15 Q533.75 2842.15 530.671 2837.57 Q527.616 2832.96 527.616 2824.23 Q527.616 2815.48 530.671 2810.9 Q533.75 2806.29 539.56 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1004.74 2837.54 L1021.05 2837.54 L1021.05 2841.48 L999.111 2841.48 L999.111 2837.54 Q1001.77 2834.79 1006.36 2830.16 Q1010.96 2825.51 1012.14 2824.17 Q1014.39 2821.64 1015.27 2819.91 Q1016.17 2818.15 1016.17 2816.46 Q1016.17 2813.7 1014.23 2811.97 Q1012.3 2810.23 1009.2 2810.23 Q1007 2810.23 1004.55 2810.99 Q1002.12 2811.76 999.342 2813.31 L999.342 2808.59 Q1002.17 2807.45 1004.62 2806.87 Q1007.07 2806.29 1009.11 2806.29 Q1014.48 2806.29 1017.68 2808.98 Q1020.87 2811.67 1020.87 2816.16 Q1020.87 2818.29 1020.06 2820.21 Q1019.27 2822.1 1017.17 2824.7 Q1016.59 2825.37 1013.49 2828.59 Q1010.38 2831.78 1004.74 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1040.87 2810 Q1037.26 2810 1035.43 2813.56 Q1033.62 2817.11 1033.62 2824.23 Q1033.62 2831.34 1035.43 2834.91 Q1037.26 2838.45 1040.87 2838.45 Q1044.5 2838.45 1046.31 2834.91 Q1048.14 2831.34 1048.14 2824.23 Q1048.14 2817.11 1046.31 2813.56 Q1044.5 2810 1040.87 2810 M1040.87 2806.29 Q1046.68 2806.29 1049.74 2810.9 Q1052.81 2815.48 1052.81 2824.23 Q1052.81 2832.96 1049.74 2837.57 Q1046.68 2842.15 1040.87 2842.15 Q1035.06 2842.15 1031.98 2837.57 Q1028.93 2832.96 1028.93 2824.23 Q1028.93 2815.48 1031.98 2810.9 Q1035.06 2806.29 1040.87 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1061.84 2837.54 L1069.48 2837.54 L1069.48 2811.18 L1061.17 2812.85 L1061.17 2808.59 L1069.43 2806.92 L1074.11 2806.92 L1074.11 2837.54 L1081.75 2837.54 L1081.75 2841.48 L1061.84 2841.48 L1061.84 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1101.19 2810 Q1097.58 2810 1095.75 2813.56 Q1093.95 2817.11 1093.95 2824.23 Q1093.95 2831.34 1095.75 2834.91 Q1097.58 2838.45 1101.19 2838.45 Q1104.83 2838.45 1106.63 2834.91 Q1108.46 2831.34 1108.46 2824.23 Q1108.46 2817.11 1106.63 2813.56 Q1104.83 2810 1101.19 2810 M1101.19 2806.29 Q1107 2806.29 1110.06 2810.9 Q1113.14 2815.48 1113.14 2824.23 Q1113.14 2832.96 1110.06 2837.57 Q1107 2842.15 1101.19 2842.15 Q1095.38 2842.15 1092.3 2837.57 Q1089.25 2832.96 1089.25 2824.23 Q1089.25 2815.48 1092.3 2810.9 Q1095.38 2806.29 1101.19 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1566.22 2837.54 L1582.53 2837.54 L1582.53 2841.48 L1560.59 2841.48 L1560.59 2837.54 Q1563.25 2834.79 1567.84 2830.16 Q1572.44 2825.51 1573.62 2824.17 Q1575.87 2821.64 1576.75 2819.91 Q1577.65 2818.15 1577.65 2816.46 Q1577.65 2813.7 1575.71 2811.97 Q1573.78 2810.23 1570.68 2810.23 Q1568.48 2810.23 1566.03 2810.99 Q1563.6 2811.76 1560.82 2813.31 L1560.82 2808.59 Q1563.65 2807.45 1566.1 2806.87 Q1568.55 2806.29 1570.59 2806.29 Q1575.96 2806.29 1579.15 2808.98 Q1582.35 2811.67 1582.35 2816.16 Q1582.35 2818.29 1581.54 2820.21 Q1580.75 2822.1 1578.65 2824.7 Q1578.07 2825.37 1574.97 2828.59 Q1571.86 2831.78 1566.22 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1602.35 2810 Q1598.74 2810 1596.91 2813.56 Q1595.1 2817.11 1595.1 2824.23 Q1595.1 2831.34 1596.91 2834.91 Q1598.74 2838.45 1602.35 2838.45 Q1605.98 2838.45 1607.79 2834.91 Q1609.62 2831.34 1609.62 2824.23 Q1609.62 2817.11 1607.79 2813.56 Q1605.98 2810 1602.35 2810 M1602.35 2806.29 Q1608.16 2806.29 1611.21 2810.9 Q1614.29 2815.48 1614.29 2824.23 Q1614.29 2832.96 1611.21 2837.57 Q1608.16 2842.15 1602.35 2842.15 Q1596.54 2842.15 1593.46 2837.57 Q1590.4 2832.96 1590.4 2824.23 Q1590.4 2815.48 1593.46 2810.9 Q1596.54 2806.29 1602.35 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1626.54 2837.54 L1642.86 2837.54 L1642.86 2841.48 L1620.91 2841.48 L1620.91 2837.54 Q1623.58 2834.79 1628.16 2830.16 Q1632.77 2825.51 1633.95 2824.17 Q1636.19 2821.64 1637.07 2819.91 Q1637.97 2818.15 1637.97 2816.46 Q1637.97 2813.7 1636.03 2811.97 Q1634.11 2810.23 1631.01 2810.23 Q1628.81 2810.23 1626.35 2810.99 Q1623.92 2811.76 1621.15 2813.31 L1621.15 2808.59 Q1623.97 2807.45 1626.42 2806.87 Q1628.88 2806.29 1630.91 2806.29 Q1636.28 2806.29 1639.48 2808.98 Q1642.67 2811.67 1642.67 2816.16 Q1642.67 2818.29 1641.86 2820.21 Q1641.08 2822.1 1638.97 2824.7 Q1638.39 2825.37 1635.29 2828.59 Q1632.19 2831.78 1626.54 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1662.67 2810 Q1659.06 2810 1657.23 2813.56 Q1655.43 2817.11 1655.43 2824.23 Q1655.43 2831.34 1657.23 2834.91 Q1659.06 2838.45 1662.67 2838.45 Q1666.31 2838.45 1668.11 2834.91 Q1669.94 2831.34 1669.94 2824.23 Q1669.94 2817.11 1668.11 2813.56 Q1666.31 2810 1662.67 2810 M1662.67 2806.29 Q1668.48 2806.29 1671.54 2810.9 Q1674.62 2815.48 1674.62 2824.23 Q1674.62 2832.96 1671.54 2837.57 Q1668.48 2842.15 1662.67 2842.15 Q1656.86 2842.15 1653.78 2837.57 Q1650.73 2832.96 1650.73 2824.23 Q1650.73 2815.48 1653.78 2810.9 Q1656.86 2806.29 1662.67 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,2759.05 1659.42,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,2638.21 1659.42,2638.21 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,2517.37 1659.42,2517.37 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,2396.53 1659.42,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,2275.7 1659.42,2275.7 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,2154.86 1659.42,2154.86 \n \"/>\n<polyline clip-path=\"url(#clip438)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 176.391,2034.02 1659.42,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2759.05 176.391,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2759.05 195.289,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2638.21 195.289,2638.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2517.37 195.289,2517.37 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2396.53 195.289,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2275.7 195.289,2275.7 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2154.86 195.289,2154.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 176.391,2034.02 195.289,2034.02 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M37.7162 2759.5 L67.392 2759.5 L67.392 2763.43 L37.7162 2763.43 L37.7162 2759.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M88.0632 2757.18 Q84.915 2757.18 83.0632 2759.34 Q81.2345 2761.49 81.2345 2765.24 Q81.2345 2768.97 83.0632 2771.14 Q84.915 2773.3 88.0632 2773.3 Q91.2113 2773.3 93.04 2771.14 Q94.8918 2768.97 94.8918 2765.24 Q94.8918 2761.49 93.04 2759.34 Q91.2113 2757.18 88.0632 2757.18 M97.3455 2742.53 L97.3455 2746.79 Q95.5863 2745.96 93.7807 2745.52 Q91.9983 2745.08 90.2391 2745.08 Q85.6095 2745.08 83.1558 2748.2 Q80.7252 2751.33 80.378 2757.65 Q81.7437 2755.63 83.8039 2754.57 Q85.8641 2753.48 88.3409 2753.48 Q93.5492 2753.48 96.5585 2756.65 Q99.5909 2759.8 99.5909 2765.24 Q99.5909 2770.56 96.4427 2773.78 Q93.2946 2777 88.0632 2777 Q82.0678 2777 78.8965 2772.42 Q75.7253 2767.81 75.7253 2759.08 Q75.7253 2750.89 79.6141 2746.03 Q83.503 2741.14 90.0539 2741.14 Q91.8131 2741.14 93.5955 2741.49 Q95.4011 2741.84 97.3455 2742.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M37.3921 2638.66 L67.0679 2638.66 L67.0679 2642.6 L37.3921 2642.6 L37.3921 2638.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M90.0076 2625 L78.2021 2643.45 L90.0076 2643.45 L90.0076 2625 M88.7807 2620.93 L94.6603 2620.93 L94.6603 2643.45 L99.5909 2643.45 L99.5909 2647.34 L94.6603 2647.34 L94.6603 2655.49 L90.0076 2655.49 L90.0076 2647.34 L74.4058 2647.34 L74.4058 2642.83 L88.7807 2620.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M39.4754 2517.82 L69.1512 2517.82 L69.1512 2521.76 L39.4754 2521.76 L39.4754 2517.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M83.2715 2530.72 L99.5909 2530.72 L99.5909 2534.65 L77.6465 2534.65 L77.6465 2530.72 Q80.3086 2527.96 84.8919 2523.33 Q89.4983 2518.68 90.6789 2517.34 Q92.9242 2514.81 93.8039 2513.08 Q94.7066 2511.32 94.7066 2509.63 Q94.7066 2506.87 92.7622 2505.14 Q90.8409 2503.4 87.7391 2503.4 Q85.54 2503.4 83.0863 2504.17 Q80.6558 2504.93 77.878 2506.48 L77.878 2501.76 Q80.7021 2500.63 83.1558 2500.05 Q85.6095 2499.47 87.6465 2499.47 Q93.0168 2499.47 96.2113 2502.15 Q99.4057 2504.84 99.4057 2509.33 Q99.4057 2511.46 98.5955 2513.38 Q97.8085 2515.28 95.702 2517.87 Q95.1233 2518.54 92.0215 2521.76 Q88.9196 2524.95 83.2715 2530.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M87.6465 2382.33 Q84.0354 2382.33 82.2067 2385.9 Q80.4012 2389.44 80.4012 2396.57 Q80.4012 2403.68 82.2067 2407.24 Q84.0354 2410.78 87.6465 2410.78 Q91.2807 2410.78 93.0863 2407.24 Q94.915 2403.68 94.915 2396.57 Q94.915 2389.44 93.0863 2385.9 Q91.2807 2382.33 87.6465 2382.33 M87.6465 2378.63 Q93.4566 2378.63 96.5122 2383.24 Q99.5909 2387.82 99.5909 2396.57 Q99.5909 2405.3 96.5122 2409.9 Q93.4566 2414.49 87.6465 2414.49 Q81.8363 2414.49 78.7576 2409.9 Q75.7021 2405.3 75.7021 2396.57 Q75.7021 2387.82 78.7576 2383.24 Q81.8363 2378.63 87.6465 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M83.2715 2289.04 L99.5909 2289.04 L99.5909 2292.98 L77.6465 2292.98 L77.6465 2289.04 Q80.3086 2286.29 84.8919 2281.66 Q89.4983 2277.01 90.6789 2275.66 Q92.9242 2273.14 93.8039 2271.4 Q94.7066 2269.64 94.7066 2267.95 Q94.7066 2265.2 92.7622 2263.46 Q90.8409 2261.73 87.7391 2261.73 Q85.54 2261.73 83.0863 2262.49 Q80.6558 2263.26 77.878 2264.81 L77.878 2260.08 Q80.7021 2258.95 83.1558 2258.37 Q85.6095 2257.79 87.6465 2257.79 Q93.0168 2257.79 96.2113 2260.48 Q99.4057 2263.16 99.4057 2267.65 Q99.4057 2269.78 98.5955 2271.7 Q97.8085 2273.6 95.702 2276.2 Q95.1233 2276.87 92.0215 2280.08 Q88.9196 2283.28 83.2715 2289.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M90.0076 2141.65 L78.2021 2160.1 L90.0076 2160.1 L90.0076 2141.65 M88.7807 2137.58 L94.6603 2137.58 L94.6603 2160.1 L99.5909 2160.1 L99.5909 2163.99 L94.6603 2163.99 L94.6603 2172.14 L90.0076 2172.14 L90.0076 2163.99 L74.4058 2163.99 L74.4058 2159.48 L88.7807 2137.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M88.0632 2032.16 Q84.915 2032.16 83.0632 2034.31 Q81.2345 2036.46 81.2345 2040.21 Q81.2345 2043.94 83.0632 2046.12 Q84.915 2048.27 88.0632 2048.27 Q91.2113 2048.27 93.04 2046.12 Q94.8918 2043.94 94.8918 2040.21 Q94.8918 2036.46 93.04 2034.31 Q91.2113 2032.16 88.0632 2032.16 M97.3455 2017.51 L97.3455 2021.77 Q95.5863 2020.93 93.7807 2020.49 Q91.9983 2020.05 90.2391 2020.05 Q85.6095 2020.05 83.1558 2023.18 Q80.7252 2026.3 80.378 2032.62 Q81.7437 2030.61 83.8039 2029.54 Q85.8641 2028.46 88.3409 2028.46 Q93.5492 2028.46 96.5585 2031.63 Q99.5909 2034.77 99.5909 2040.21 Q99.5909 2045.54 96.4427 2048.76 Q93.2946 2051.97 88.0632 2051.97 Q82.0678 2051.97 78.8965 2047.39 Q75.7253 2042.78 75.7253 2034.06 Q75.7253 2025.86 79.6141 2021 Q83.503 2016.12 90.0539 2016.12 Q91.8131 2016.12 93.5955 2016.46 Q95.4011 2016.81 97.3455 2017.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M878.957 1934.08 L878.957 1942.06 Q874.299 1939.83 870.167 1938.74 Q866.035 1937.65 862.187 1937.65 Q855.503 1937.65 851.857 1940.24 Q848.251 1942.83 848.251 1947.61 Q848.251 1951.62 850.641 1953.69 Q853.072 1955.71 859.796 1956.97 L864.739 1957.98 Q873.894 1959.72 878.228 1964.14 Q882.603 1968.51 882.603 1975.89 Q882.603 1984.68 876.689 1989.21 Q870.815 1993.75 859.432 1993.75 Q855.138 1993.75 850.277 1992.78 Q845.456 1991.81 840.271 1989.9 L840.271 1981.48 Q845.254 1984.27 850.034 1985.69 Q854.814 1987.11 859.432 1987.11 Q866.44 1987.11 870.248 1984.35 Q874.056 1981.6 874.056 1976.49 Q874.056 1972.04 871.301 1969.53 Q868.587 1967.01 862.349 1965.76 L857.366 1964.79 Q848.211 1962.96 844.119 1959.08 Q840.028 1955.19 840.028 1948.26 Q840.028 1940.24 845.659 1935.62 Q851.33 1931 861.255 1931 Q865.508 1931 869.924 1931.77 Q874.339 1932.54 878.957 1934.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M895.363 1932.1 L933.604 1932.1 L933.604 1938.98 L903.546 1938.98 L903.546 1956.89 L932.348 1956.89 L932.348 1963.77 L903.546 1963.77 L903.546 1985.69 L934.333 1985.69 L934.333 1992.58 L895.363 1992.58 L895.363 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M947.782 1932.1 L955.965 1932.1 L955.965 1957.66 L983.106 1932.1 L993.638 1932.1 L963.621 1960.29 L995.785 1992.58 L985.01 1992.58 L955.965 1963.45 L955.965 1992.58 L947.782 1992.58 L947.782 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip438)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 218.363,2302.95 222.668,2274.11 227.434,2257.12 231.739,2240.13 236.813,2236.75 241.425,2215.38 246.191,2189.53 250.958,2206.09 255.416,2214.93 260.336,2209.03 \n 264.948,2216.53 269.407,2203.41 274.481,2220.09 278.939,2244.19 283.398,2298.86 288.318,2312.16 293.084,2338.4 297.389,2368.08 302.462,2391.05 307.075,2404.2 \n 311.841,2428.26 316.607,2435.17 321.066,2470 325.986,2490.49 330.752,2460.23 335.057,2471.51 339.823,2492.35 344.435,2481.15 349.047,2475.85 353.813,2487.08 \n 358.58,2470.78 363.038,2475.53 367.958,2483.12 372.724,2471.65 377.029,2490.03 382.103,2460.07 386.715,2447.97 391.02,2465.39 395.94,2469.57 400.552,2463.55 \n 405.011,2463.69 409.931,2486.14 414.697,2482.04 419.463,2472.32 424.075,2467.55 428.688,2468.91 433.454,2538.78 438.22,2494.09 442.679,2485.3 446.983,2509.63 \n 452.057,2512.58 456.669,2511.71 461.436,2507.75 466.048,2530.54 470.66,2527.07 475.58,2551.64 480.193,2537.73 484.651,2531.31 489.571,2569.87 494.337,2546.91 \n 499.103,2526.51 503.562,2521.94 508.328,2532.19 512.633,2548.54 517.706,2565.26 522.319,2577.38 527.085,2573.83 531.851,2558.45 536.31,2564.19 541.23,2578.74 \n 545.842,2568.43 550.301,2557.69 555.374,2479.12 559.679,2477.29 564.291,2460.85 569.058,2421.24 573.824,2395.19 578.282,2371.57 583.202,2357.32 587.968,2352.49 \n 592.273,2322.83 597.347,2299.45 601.959,2286.35 606.725,2266.02 611.491,2283.17 615.796,2270.19 620.255,2260.87 625.175,2241.47 629.941,2239.99 634.246,2237.36 \n 639.319,2235.83 643.932,2247.24 648.698,2228.62 653.464,2237.26 657.923,2229.18 662.842,2238.61 667.609,2255.67 671.913,2245.03 676.68,2256.35 681.292,2254.41 \n 685.904,2279.03 690.67,2269.84 695.437,2287.59 699.895,2288.66 704.815,2284.61 709.581,2291.59 713.886,2291.54 718.96,2283.26 723.572,2305.12 727.877,2302.61 \n 732.951,2324.95 737.563,2331.84 742.329,2334.61 746.941,2348.62 751.554,2360.07 756.474,2368.07 761.086,2382.19 765.545,2393.27 770.465,2410.11 775.231,2415.74 \n 779.997,2428.61 784.302,2442.24 789.068,2445.04 793.526,2462.3 798.446,2468.64 803.059,2507.57 807.517,2517.66 812.591,2529.08 817.203,2537.65 821.969,2546.18 \n 826.582,2568.6 831.194,2563.99 836.114,2548.65 840.419,2563.19 845.185,2562.22 849.49,2594.81 854.563,2577.32 859.176,2596.5 863.942,2607.21 868.708,2563.82 \n 873.167,2566.1 878.087,2559.17 882.699,2546.01 887.158,2546.83 892.231,2517.76 896.536,2520.22 901.148,2517.96 905.915,2520.17 910.681,2518.72 915.139,2505.31 \n 920.059,2512.52 924.825,2517.37 929.13,2469.31 934.204,2433.13 938.816,2444.22 943.582,2419.65 948.348,2331.3 952.807,2305.75 957.573,2288.17 962.186,2287.39 \n 966.798,2278.91 971.564,2269.73 976.33,2266.78 980.789,2257.81 985.709,2466.96 990.475,2328.48 994.78,2378.28 999.853,2352.63 1004.47,2351.45 1008.77,2383.48 \n 1013.69,2379.44 1018.3,2396.62 1022.76,2388.6 1027.68,2389.23 1032.45,2407.19 1037.21,2404.39 1041.83,2412.4 1046.44,2406.2 1051.2,2405.25 1055.97,2408.52 \n 1060.43,2399.01 1064.73,2400.51 1069.81,2401.27 1074.42,2405.04 1079.19,2419.32 1083.8,2394.77 1088.41,2384.5 1093.33,2361.92 1097.94,2337.21 1102.4,2331.57 \n 1107.32,2325.54 1112.09,2322.92 1116.85,2315.62 1121.16,2280.83 1125.92,2292.48 1130.38,2276.11 1135.3,2277.72 1139.92,2268.65 1144.37,2279.16 1149.45,2272.25 \n 1154.06,2280.09 1158.83,2278.45 1163.44,2282.99 1168.05,2274.17 1172.97,2295.35 1177.43,2308.05 1182.04,2307.86 1186.81,2303.85 1191.57,2309.04 1196.03,2313.29 \n 1200.95,2299.74 1205.72,2308.66 1210.02,2330.88 1215.1,2330.79 1219.71,2331.56 1224.48,2342.5 1229.24,2352.91 1233.55,2346.72 1238.01,2348.27 1242.93,2347.16 \n 1247.69,2343.76 1252,2344.67 1257.07,2344.53 1261.68,2347.29 1266.45,2340.91 1271.21,2343.9 1275.67,2347.86 1280.59,2358.05 1285.36,2363.21 1289.66,2358.96 \n 1294.43,2362.44 1299.04,2355.72 1303.65,2355.63 1308.42,2367.8 1313.19,2386.77 1317.65,2390.29 1322.57,2386.88 1327.33,2401.24 1331.64,2401.7 1336.71,2404.13 \n 1341.32,2413.62 1345.63,2420.62 1350.55,2429.58 1355.16,2439.62 1359.62,2437.79 1364.54,2442.25 1369.3,2434.42 1374.07,2445.6 1378.68,2445.39 1383.3,2443.77 \n 1388.06,2494.95 1392.83,2462.44 1397.29,2459.05 1402.05,2487.68 1406.82,2473.04 1411.28,2474.75 1416.2,2495.03 1420.81,2493.81 1425.27,2501.97 1430.34,2507.88 \n 1434.95,2509.68 1439.72,2493.2 1444.33,2554.01 1448.94,2545.13 1453.86,2483.01 1458.17,2519 1462.94,2498.6 1467.24,2515.85 1472.31,2528.21 1476.93,2529.37 \n 1481.69,2533.08 1486.46,2519.92 1490.92,2520.46 1495.84,2519.62 1500.45,2600.48 1504.91,2538.44 1509.98,2529.49 1514.29,2580.18 1518.9,2549.58 1523.67,2565.4 \n 1528.43,2576.79 1532.89,2562.06 1537.81,2574.16 1542.58,2565.28 1546.88,2578.89 1551.95,2575.56 1556.57,2641.99 1561.33,2583.39 1566.1,2556.42 1570.4,2574.34 \n 1574.86,2559.15 1579.78,2580.18 1584.55,2569.29 1588.85,2567.63 1593.93,2568.45 1598.54,2543.88 1603.31,2552.66 1608.07,2513.27 1612.53,2557.74 1617.45,2506.21 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM1883.06 2759.05 L3366.09 2759.05 L3366.09 2034.02 L1883.06 2034.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip439\">\n <rect x=\"1883\" y=\"2034\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2201.16,2759.05 2201.16,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2762.79,2759.05 2762.79,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3324.27,2759.05 3324.27,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2759.05 3366.09,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2201.16,2759.05 2201.16,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2762.79,2759.05 2762.79,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3324.27,2759.05 3324.27,2740.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M2149.77 2837.54 L2166.09 2837.54 L2166.09 2841.48 L2144.14 2841.48 L2144.14 2837.54 Q2146.81 2834.79 2151.39 2830.16 Q2156 2825.51 2157.18 2824.17 Q2159.42 2821.64 2160.3 2819.91 Q2161.2 2818.15 2161.2 2816.46 Q2161.2 2813.7 2159.26 2811.97 Q2157.34 2810.23 2154.24 2810.23 Q2152.04 2810.23 2149.58 2810.99 Q2147.15 2811.76 2144.38 2813.31 L2144.38 2808.59 Q2147.2 2807.45 2149.65 2806.87 Q2152.11 2806.29 2154.14 2806.29 Q2159.51 2806.29 2162.71 2808.98 Q2165.9 2811.67 2165.9 2816.16 Q2165.9 2818.29 2165.09 2820.21 Q2164.31 2822.1 2162.2 2824.7 Q2161.62 2825.37 2158.52 2828.59 Q2155.42 2831.78 2149.77 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2185.9 2810 Q2182.29 2810 2180.46 2813.56 Q2178.66 2817.11 2178.66 2824.23 Q2178.66 2831.34 2180.46 2834.91 Q2182.29 2838.45 2185.9 2838.45 Q2189.54 2838.45 2191.34 2834.91 Q2193.17 2831.34 2193.17 2824.23 Q2193.17 2817.11 2191.34 2813.56 Q2189.54 2810 2185.9 2810 M2185.9 2806.29 Q2191.71 2806.29 2194.77 2810.9 Q2197.85 2815.48 2197.85 2824.23 Q2197.85 2832.96 2194.77 2837.57 Q2191.71 2842.15 2185.9 2842.15 Q2180.09 2842.15 2177.01 2837.57 Q2173.96 2832.96 2173.96 2824.23 Q2173.96 2815.48 2177.01 2810.9 Q2180.09 2806.29 2185.9 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2216.06 2810 Q2212.45 2810 2210.63 2813.56 Q2208.82 2817.11 2208.82 2824.23 Q2208.82 2831.34 2210.63 2834.91 Q2212.45 2838.45 2216.06 2838.45 Q2219.7 2838.45 2221.5 2834.91 Q2223.33 2831.34 2223.33 2824.23 Q2223.33 2817.11 2221.5 2813.56 Q2219.7 2810 2216.06 2810 M2216.06 2806.29 Q2221.88 2806.29 2224.93 2810.9 Q2228.01 2815.48 2228.01 2824.23 Q2228.01 2832.96 2224.93 2837.57 Q2221.88 2842.15 2216.06 2842.15 Q2210.25 2842.15 2207.18 2837.57 Q2204.12 2832.96 2204.12 2824.23 Q2204.12 2815.48 2207.18 2810.9 Q2210.25 2806.29 2216.06 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2246.23 2810 Q2242.62 2810 2240.79 2813.56 Q2238.98 2817.11 2238.98 2824.23 Q2238.98 2831.34 2240.79 2834.91 Q2242.62 2838.45 2246.23 2838.45 Q2249.86 2838.45 2251.67 2834.91 Q2253.5 2831.34 2253.5 2824.23 Q2253.5 2817.11 2251.67 2813.56 Q2249.86 2810 2246.23 2810 M2246.23 2806.29 Q2252.04 2806.29 2255.09 2810.9 Q2258.17 2815.48 2258.17 2824.23 Q2258.17 2832.96 2255.09 2837.57 Q2252.04 2842.15 2246.23 2842.15 Q2240.42 2842.15 2237.34 2837.57 Q2234.28 2832.96 2234.28 2824.23 Q2234.28 2815.48 2237.34 2810.9 Q2240.42 2806.29 2246.23 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2711.4 2837.54 L2727.72 2837.54 L2727.72 2841.48 L2705.78 2841.48 L2705.78 2837.54 Q2708.44 2834.79 2713.02 2830.16 Q2717.63 2825.51 2718.81 2824.17 Q2721.05 2821.64 2721.93 2819.91 Q2722.84 2818.15 2722.84 2816.46 Q2722.84 2813.7 2720.89 2811.97 Q2718.97 2810.23 2715.87 2810.23 Q2713.67 2810.23 2711.22 2810.99 Q2708.79 2811.76 2706.01 2813.31 L2706.01 2808.59 Q2708.83 2807.45 2711.29 2806.87 Q2713.74 2806.29 2715.78 2806.29 Q2721.15 2806.29 2724.34 2808.98 Q2727.54 2811.67 2727.54 2816.16 Q2727.54 2818.29 2726.73 2820.21 Q2725.94 2822.1 2723.83 2824.7 Q2723.25 2825.37 2720.15 2828.59 Q2717.05 2831.78 2711.4 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2747.54 2810 Q2743.93 2810 2742.1 2813.56 Q2740.29 2817.11 2740.29 2824.23 Q2740.29 2831.34 2742.1 2834.91 Q2743.93 2838.45 2747.54 2838.45 Q2751.17 2838.45 2752.98 2834.91 Q2754.8 2831.34 2754.8 2824.23 Q2754.8 2817.11 2752.98 2813.56 Q2751.17 2810 2747.54 2810 M2747.54 2806.29 Q2753.35 2806.29 2756.4 2810.9 Q2759.48 2815.48 2759.48 2824.23 Q2759.48 2832.96 2756.4 2837.57 Q2753.35 2842.15 2747.54 2842.15 Q2741.73 2842.15 2738.65 2837.57 Q2735.59 2832.96 2735.59 2824.23 Q2735.59 2815.48 2738.65 2810.9 Q2741.73 2806.29 2747.54 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2768.51 2837.54 L2776.15 2837.54 L2776.15 2811.18 L2767.84 2812.85 L2767.84 2808.59 L2776.1 2806.92 L2780.78 2806.92 L2780.78 2837.54 L2788.42 2837.54 L2788.42 2841.48 L2768.51 2841.48 L2768.51 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2807.86 2810 Q2804.25 2810 2802.42 2813.56 Q2800.61 2817.11 2800.61 2824.23 Q2800.61 2831.34 2802.42 2834.91 Q2804.25 2838.45 2807.86 2838.45 Q2811.49 2838.45 2813.3 2834.91 Q2815.13 2831.34 2815.13 2824.23 Q2815.13 2817.11 2813.3 2813.56 Q2811.49 2810 2807.86 2810 M2807.86 2806.29 Q2813.67 2806.29 2816.73 2810.9 Q2819.8 2815.48 2819.8 2824.23 Q2819.8 2832.96 2816.73 2837.57 Q2813.67 2842.15 2807.86 2842.15 Q2802.05 2842.15 2798.97 2837.57 Q2795.92 2832.96 2795.92 2824.23 Q2795.92 2815.48 2798.97 2810.9 Q2802.05 2806.29 2807.86 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3272.88 2837.54 L3289.2 2837.54 L3289.2 2841.48 L3267.26 2841.48 L3267.26 2837.54 Q3269.92 2834.79 3274.5 2830.16 Q3279.11 2825.51 3280.29 2824.17 Q3282.53 2821.64 3283.41 2819.91 Q3284.32 2818.15 3284.32 2816.46 Q3284.32 2813.7 3282.37 2811.97 Q3280.45 2810.23 3277.35 2810.23 Q3275.15 2810.23 3272.7 2810.99 Q3270.27 2811.76 3267.49 2813.31 L3267.49 2808.59 Q3270.31 2807.45 3272.77 2806.87 Q3275.22 2806.29 3277.26 2806.29 Q3282.63 2806.29 3285.82 2808.98 Q3289.02 2811.67 3289.02 2816.16 Q3289.02 2818.29 3288.21 2820.21 Q3287.42 2822.1 3285.31 2824.7 Q3284.73 2825.37 3281.63 2828.59 Q3278.53 2831.78 3272.88 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3309.02 2810 Q3305.4 2810 3303.58 2813.56 Q3301.77 2817.11 3301.77 2824.23 Q3301.77 2831.34 3303.58 2834.91 Q3305.4 2838.45 3309.02 2838.45 Q3312.65 2838.45 3314.46 2834.91 Q3316.28 2831.34 3316.28 2824.23 Q3316.28 2817.11 3314.46 2813.56 Q3312.65 2810 3309.02 2810 M3309.02 2806.29 Q3314.83 2806.29 3317.88 2810.9 Q3320.96 2815.48 3320.96 2824.23 Q3320.96 2832.96 3317.88 2837.57 Q3314.83 2842.15 3309.02 2842.15 Q3303.21 2842.15 3300.13 2837.57 Q3297.07 2832.96 3297.07 2824.23 Q3297.07 2815.48 3300.13 2810.9 Q3303.21 2806.29 3309.02 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3333.21 2837.54 L3349.52 2837.54 L3349.52 2841.48 L3327.58 2841.48 L3327.58 2837.54 Q3330.24 2834.79 3334.83 2830.16 Q3339.43 2825.51 3340.61 2824.17 Q3342.86 2821.64 3343.74 2819.91 Q3344.64 2818.15 3344.64 2816.46 Q3344.64 2813.7 3342.7 2811.97 Q3340.77 2810.23 3337.67 2810.23 Q3335.47 2810.23 3333.02 2810.99 Q3330.59 2811.76 3327.81 2813.31 L3327.81 2808.59 Q3330.64 2807.45 3333.09 2806.87 Q3335.54 2806.29 3337.58 2806.29 Q3342.95 2806.29 3346.15 2808.98 Q3349.34 2811.67 3349.34 2816.16 Q3349.34 2818.29 3348.53 2820.21 Q3347.74 2822.1 3345.64 2824.7 Q3345.06 2825.37 3341.96 2828.59 Q3338.85 2831.78 3333.21 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3369.34 2810 Q3365.73 2810 3363.9 2813.56 Q3362.09 2817.11 3362.09 2824.23 Q3362.09 2831.34 3363.9 2834.91 Q3365.73 2838.45 3369.34 2838.45 Q3372.97 2838.45 3374.78 2834.91 Q3376.61 2831.34 3376.61 2824.23 Q3376.61 2817.11 3374.78 2813.56 Q3372.97 2810 3369.34 2810 M3369.34 2806.29 Q3375.15 2806.29 3378.21 2810.9 Q3381.28 2815.48 3381.28 2824.23 Q3381.28 2832.96 3378.21 2837.57 Q3375.15 2842.15 3369.34 2842.15 Q3363.53 2842.15 3360.45 2837.57 Q3357.4 2832.96 3357.4 2824.23 Q3357.4 2815.48 3360.45 2810.9 Q3363.53 2806.29 3369.34 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,2759.05 3366.09,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,2638.21 3366.09,2638.21 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,2517.37 3366.09,2517.37 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,2396.53 3366.09,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,2275.7 3366.09,2275.7 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,2154.86 3366.09,2154.86 \n \"/>\n<polyline clip-path=\"url(#clip439)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1883.06,2034.02 3366.09,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2759.05 1883.06,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2759.05 1901.96,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2638.21 1901.96,2638.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2517.37 1901.96,2517.37 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2396.53 1901.96,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2275.7 1901.96,2275.7 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2154.86 1901.96,2154.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1883.06,2034.02 1901.96,2034.02 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M1744.38 2759.5 L1774.06 2759.5 L1774.06 2763.43 L1744.38 2763.43 L1744.38 2759.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.73 2757.18 Q1791.58 2757.18 1789.73 2759.34 Q1787.9 2761.49 1787.9 2765.24 Q1787.9 2768.97 1789.73 2771.14 Q1791.58 2773.3 1794.73 2773.3 Q1797.88 2773.3 1799.71 2771.14 Q1801.56 2768.97 1801.56 2765.24 Q1801.56 2761.49 1799.71 2759.34 Q1797.88 2757.18 1794.73 2757.18 M1804.01 2742.53 L1804.01 2746.79 Q1802.25 2745.96 1800.45 2745.52 Q1798.66 2745.08 1796.91 2745.08 Q1792.28 2745.08 1789.82 2748.2 Q1787.39 2751.33 1787.04 2757.65 Q1788.41 2755.63 1790.47 2754.57 Q1792.53 2753.48 1795.01 2753.48 Q1800.22 2753.48 1803.23 2756.65 Q1806.26 2759.8 1806.26 2765.24 Q1806.26 2770.56 1803.11 2773.78 Q1799.96 2777 1794.73 2777 Q1788.73 2777 1785.56 2772.42 Q1782.39 2767.81 1782.39 2759.08 Q1782.39 2750.89 1786.28 2746.03 Q1790.17 2741.14 1796.72 2741.14 Q1798.48 2741.14 1800.26 2741.49 Q1802.07 2741.84 1804.01 2742.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1744.06 2638.66 L1773.73 2638.66 L1773.73 2642.6 L1744.06 2642.6 L1744.06 2638.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1796.67 2625 L1784.87 2643.45 L1796.67 2643.45 L1796.67 2625 M1795.45 2620.93 L1801.33 2620.93 L1801.33 2643.45 L1806.26 2643.45 L1806.26 2647.34 L1801.33 2647.34 L1801.33 2655.49 L1796.67 2655.49 L1796.67 2647.34 L1781.07 2647.34 L1781.07 2642.83 L1795.45 2620.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1746.14 2517.82 L1775.82 2517.82 L1775.82 2521.76 L1746.14 2521.76 L1746.14 2517.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1789.94 2530.72 L1806.26 2530.72 L1806.26 2534.65 L1784.31 2534.65 L1784.31 2530.72 Q1786.98 2527.96 1791.56 2523.33 Q1796.16 2518.68 1797.35 2517.34 Q1799.59 2514.81 1800.47 2513.08 Q1801.37 2511.32 1801.37 2509.63 Q1801.37 2506.87 1799.43 2505.14 Q1797.51 2503.4 1794.41 2503.4 Q1792.21 2503.4 1789.75 2504.17 Q1787.32 2504.93 1784.54 2506.48 L1784.54 2501.76 Q1787.37 2500.63 1789.82 2500.05 Q1792.28 2499.47 1794.31 2499.47 Q1799.68 2499.47 1802.88 2502.15 Q1806.07 2504.84 1806.07 2509.33 Q1806.07 2511.46 1805.26 2513.38 Q1804.48 2515.28 1802.37 2517.87 Q1801.79 2518.54 1798.69 2521.76 Q1795.59 2524.95 1789.94 2530.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.31 2382.33 Q1790.7 2382.33 1788.87 2385.9 Q1787.07 2389.44 1787.07 2396.57 Q1787.07 2403.68 1788.87 2407.24 Q1790.7 2410.78 1794.31 2410.78 Q1797.95 2410.78 1799.75 2407.24 Q1801.58 2403.68 1801.58 2396.57 Q1801.58 2389.44 1799.75 2385.9 Q1797.95 2382.33 1794.31 2382.33 M1794.31 2378.63 Q1800.12 2378.63 1803.18 2383.24 Q1806.26 2387.82 1806.26 2396.57 Q1806.26 2405.3 1803.18 2409.9 Q1800.12 2414.49 1794.31 2414.49 Q1788.5 2414.49 1785.42 2409.9 Q1782.37 2405.3 1782.37 2396.57 Q1782.37 2387.82 1785.42 2383.24 Q1788.5 2378.63 1794.31 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1789.94 2289.04 L1806.26 2289.04 L1806.26 2292.98 L1784.31 2292.98 L1784.31 2289.04 Q1786.98 2286.29 1791.56 2281.66 Q1796.16 2277.01 1797.35 2275.66 Q1799.59 2273.14 1800.47 2271.4 Q1801.37 2269.64 1801.37 2267.95 Q1801.37 2265.2 1799.43 2263.46 Q1797.51 2261.73 1794.41 2261.73 Q1792.21 2261.73 1789.75 2262.49 Q1787.32 2263.26 1784.54 2264.81 L1784.54 2260.08 Q1787.37 2258.95 1789.82 2258.37 Q1792.28 2257.79 1794.31 2257.79 Q1799.68 2257.79 1802.88 2260.48 Q1806.07 2263.16 1806.07 2267.65 Q1806.07 2269.78 1805.26 2271.7 Q1804.48 2273.6 1802.37 2276.2 Q1801.79 2276.87 1798.69 2280.08 Q1795.59 2283.28 1789.94 2289.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1796.67 2141.65 L1784.87 2160.1 L1796.67 2160.1 L1796.67 2141.65 M1795.45 2137.58 L1801.33 2137.58 L1801.33 2160.1 L1806.26 2160.1 L1806.26 2163.99 L1801.33 2163.99 L1801.33 2172.14 L1796.67 2172.14 L1796.67 2163.99 L1781.07 2163.99 L1781.07 2159.48 L1795.45 2137.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1794.73 2032.16 Q1791.58 2032.16 1789.73 2034.31 Q1787.9 2036.46 1787.9 2040.21 Q1787.9 2043.94 1789.73 2046.12 Q1791.58 2048.27 1794.73 2048.27 Q1797.88 2048.27 1799.71 2046.12 Q1801.56 2043.94 1801.56 2040.21 Q1801.56 2036.46 1799.71 2034.31 Q1797.88 2032.16 1794.73 2032.16 M1804.01 2017.51 L1804.01 2021.77 Q1802.25 2020.93 1800.45 2020.49 Q1798.66 2020.05 1796.91 2020.05 Q1792.28 2020.05 1789.82 2023.18 Q1787.39 2026.3 1787.04 2032.62 Q1788.41 2030.61 1790.47 2029.54 Q1792.53 2028.46 1795.01 2028.46 Q1800.22 2028.46 1803.23 2031.63 Q1806.26 2034.77 1806.26 2040.21 Q1806.26 2045.54 1803.11 2048.76 Q1799.96 2051.97 1794.73 2051.97 Q1788.73 2051.97 1785.56 2047.39 Q1782.39 2042.78 1782.39 2034.06 Q1782.39 2025.86 1786.28 2021 Q1790.17 2016.12 1796.72 2016.12 Q1798.48 2016.12 1800.26 2016.46 Q1802.07 2016.81 1804.01 2017.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2594.07 1936.75 L2594.07 1945.38 Q2589.94 1941.53 2585.24 1939.63 Q2580.58 1937.73 2575.31 1937.73 Q2564.94 1937.73 2559.43 1944.09 Q2553.93 1950.41 2553.93 1962.4 Q2553.93 1974.35 2559.43 1980.71 Q2564.94 1987.03 2575.31 1987.03 Q2580.58 1987.03 2585.24 1985.12 Q2589.94 1983.22 2594.07 1979.37 L2594.07 1987.92 Q2589.78 1990.83 2584.96 1992.29 Q2580.18 1993.75 2574.83 1993.75 Q2561.1 1993.75 2553.2 1985.37 Q2545.3 1976.94 2545.3 1962.4 Q2545.3 1947.81 2553.2 1939.43 Q2561.1 1931 2574.83 1931 Q2580.26 1931 2585.04 1932.46 Q2589.86 1933.88 2594.07 1936.75 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2606.71 1932.1 L2614.89 1932.1 L2614.89 1956.89 L2644.63 1956.89 L2644.63 1932.1 L2652.81 1932.1 L2652.81 1992.58 L2644.63 1992.58 L2644.63 1963.77 L2614.89 1963.77 L2614.89 1992.58 L2606.71 1992.58 L2606.71 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2669.09 1932.1 L2703.85 1932.1 L2703.85 1938.98 L2677.28 1938.98 L2677.28 1956.81 L2701.26 1956.81 L2701.26 1963.69 L2677.28 1963.69 L2677.28 1992.58 L2669.09 1992.58 L2669.09 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip439)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1925.03,2526.27 1929.34,2555.36 1934.1,2563.94 1938.41,2573.97 1943.48,2564.55 1948.09,2598.3 1952.86,2611.11 1957.62,2571.24 1962.08,2604.25 1967,2639.49 \n 1971.62,2618.99 1976.07,2636.11 1981.15,2618.33 1985.61,2626.9 1990.06,2616.33 1994.98,2618.79 1999.75,2559.01 2004.06,2582.45 2009.13,2578.4 2013.74,2596.21 \n 2018.51,2662.75 2023.27,2615.23 2027.73,2608.27 2032.65,2627.82 2037.42,2608.26 2041.72,2623.98 2046.49,2627.4 2051.1,2642.99 2055.71,2681.01 2060.48,2677.06 \n 2065.25,2649.18 2069.7,2660.82 2074.62,2668.12 2079.39,2633.16 2083.7,2680.35 2088.77,2670.44 2093.38,2648.54 2097.69,2693.56 2102.61,2666.69 2107.22,2654.64 \n 2111.68,2632.28 2116.6,2622.5 2121.36,2630.89 2126.13,2642.59 2130.74,2648.89 2135.35,2645.39 2140.12,2652.3 2144.89,2637.11 2149.35,2607.31 2153.65,2653.16 \n 2158.72,2621.73 2163.34,2638.85 2168.1,2634.05 2172.71,2649.75 2177.33,2657.78 2182.25,2682.78 2186.86,2657.43 2191.32,2649.16 2196.24,2681.93 2201,2678.82 \n 2205.77,2619.62 2210.23,2633.76 2214.99,2608.33 2219.3,2613.46 2224.37,2630.03 2228.99,2622.05 2233.75,2625.38 2238.52,2598.61 2242.98,2604.89 2247.9,2615.01 \n 2252.51,2603.59 2256.97,2603.53 2262.04,2512.61 2266.35,2509.6 2270.96,2500.37 2275.72,2480.58 2280.49,2442.22 2284.95,2433.25 2289.87,2428.02 2294.63,2412.17 \n 2298.94,2419.41 2304.01,2405.42 2308.63,2394.77 2313.39,2403.52 2318.16,2411.36 2322.46,2404.62 2326.92,2418.53 2331.84,2417.13 2336.61,2436.8 2340.91,2437.47 \n 2345.99,2461.64 2350.6,2463.72 2355.36,2470.89 2360.13,2457.95 2364.59,2441.02 2369.51,2445.31 2374.28,2437.9 2378.58,2441.46 2383.35,2458.26 2387.96,2461.24 \n 2392.57,2461.13 2397.34,2453.3 2402.1,2449.89 2406.56,2450.39 2411.48,2454.75 2416.25,2451.39 2420.55,2457.13 2425.63,2451.08 2430.24,2447.17 2434.54,2449.07 \n 2439.62,2452.07 2444.23,2453.04 2449,2450.88 2453.61,2456.19 2458.22,2465.14 2463.14,2476.06 2467.75,2474.96 2472.21,2475.63 2477.13,2502.38 2481.9,2501.18 \n 2486.66,2502.76 2490.97,2525.63 2495.73,2521.95 2500.19,2540.41 2505.11,2552.77 2509.73,2559.14 2514.18,2586.91 2519.26,2579.39 2523.87,2591.94 2528.64,2597.29 \n 2533.25,2612.49 2537.86,2625.19 2542.78,2601.7 2547.09,2629.62 2551.85,2618.79 2556.16,2654.06 2561.23,2633.23 2565.84,2656.23 2570.61,2661.98 2575.37,2623.29 \n 2579.83,2618.32 2584.75,2628.9 2589.37,2611.69 2593.82,2607.1 2598.9,2577.47 2603.2,2594.51 2607.82,2582.66 2612.58,2596.29 2617.35,2580.18 2621.81,2567.1 \n 2626.73,2575.09 2631.49,2592.42 2635.8,2569.9 2640.87,2553.71 2645.48,2570.77 2650.25,2543.33 2655.02,2438.67 2659.47,2427.8 2664.24,2411.2 2668.85,2429.26 \n 2673.46,2412.5 2678.23,2425.72 2683,2417.29 2687.46,2420.3 2692.38,2623.21 2697.14,2424.47 2701.45,2547.71 2706.52,2418.34 2711.13,2419.65 2715.44,2435.75 \n 2720.36,2445.01 2724.97,2427.73 2729.43,2420.33 2734.35,2423.88 2739.11,2420.12 2743.88,2413 2748.49,2411.91 2753.1,2411.4 2757.87,2413.15 2762.64,2412.67 \n 2767.1,2408.23 2771.4,2412.08 2776.47,2413.07 2781.09,2426.13 2785.85,2456.81 2790.47,2428.14 2795.08,2420.79 2800,2415.12 2804.61,2417.31 2809.07,2412.01 \n 2813.99,2435.1 2818.75,2423.77 2823.52,2415.83 2827.83,2417.6 2832.59,2407.63 2837.05,2405.72 2841.97,2407.58 2846.58,2407.73 2851.04,2435.18 2856.11,2460.4 \n 2860.73,2437.25 2865.49,2429.02 2870.11,2464.27 2874.72,2432.21 2879.64,2421.77 2884.1,2420.69 2888.71,2421.4 2893.47,2422.9 2898.24,2436.84 2902.7,2450.17 \n 2907.62,2450.82 2912.39,2426.99 2916.69,2435.12 2921.76,2433.14 2926.38,2430.2 2931.14,2442.49 2935.91,2414.85 2940.21,2419.07 2944.67,2424.87 2949.59,2416.05 \n 2954.36,2421.48 2958.66,2413.39 2963.74,2412.92 2968.35,2413.65 2973.12,2413.38 2977.88,2416.55 2982.34,2419 2987.26,2413.66 2992.03,2413.35 2996.33,2411.35 \n 3001.1,2414.6 3005.71,2413.01 3010.32,2416.81 3015.09,2416.98 3019.85,2410.89 3024.31,2415.54 3029.23,2413.99 3034,2412.36 3038.3,2428.9 3043.38,2433.76 \n 3047.99,2503 3052.29,2496.02 3057.21,2490.65 3061.83,2473.96 3066.28,2473.43 3071.2,2481.92 3075.97,2466.72 3080.74,2465.54 3085.35,2468.54 3089.96,2462.76 \n 3094.73,2591.47 3099.49,2492.93 3103.95,2478.66 3108.72,2514.55 3113.48,2493.51 3117.94,2491.15 3122.86,2508.93 3127.48,2541.8 3131.93,2524.18 3137.01,2532.43 \n 3141.62,2529.79 3146.39,2505.12 3151,2578.26 3155.61,2563.65 3160.53,2497.28 3164.84,2534.95 3169.6,2521.96 3173.91,2543.81 3178.98,2548.06 3183.59,2545.83 \n 3188.36,2543.21 3193.13,2540.02 3197.58,2545.05 3202.5,2544.34 3207.12,2606.53 3211.57,2561.14 3216.65,2548 3220.95,2607.81 3225.57,2573.16 3230.33,2584.28 \n 3235.1,2600.37 3239.56,2581.5 3244.48,2587.93 3249.24,2579.69 3253.55,2595.73 3258.62,2592.13 3263.23,2662.55 3268,2609.4 3272.77,2587.52 3277.07,2610.82 \n 3281.53,2602.12 3286.45,2614.59 3291.22,2615.27 3295.52,2607.29 3300.59,2601.88 3305.21,2597.59 3309.97,2593.12 3314.74,2556.16 3319.2,2607.96 3324.12,2553.18 \n \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"\nM3589.72 2759.05 L5072.76 2759.05 L5072.76 2034.02 L3589.72 2034.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip4310\">\n <rect x=\"3589\" y=\"2034\" width=\"1484\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3907.82,2759.05 3907.82,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 4469.46,2759.05 4469.46,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 5030.94,2759.05 5030.94,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2759.05 5072.76,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3907.82,2759.05 3907.82,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4469.46,2759.05 4469.46,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 5030.94,2759.05 5030.94,2740.15 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M3856.44 2837.54 L3872.75 2837.54 L3872.75 2841.48 L3850.81 2841.48 L3850.81 2837.54 Q3853.47 2834.79 3858.06 2830.16 Q3862.66 2825.51 3863.84 2824.17 Q3866.09 2821.64 3866.97 2819.91 Q3867.87 2818.15 3867.87 2816.46 Q3867.87 2813.7 3865.93 2811.97 Q3864 2810.23 3860.9 2810.23 Q3858.7 2810.23 3856.25 2810.99 Q3853.82 2811.76 3851.04 2813.31 L3851.04 2808.59 Q3853.87 2807.45 3856.32 2806.87 Q3858.77 2806.29 3860.81 2806.29 Q3866.18 2806.29 3869.38 2808.98 Q3872.57 2811.67 3872.57 2816.16 Q3872.57 2818.29 3871.76 2820.21 Q3870.97 2822.1 3868.87 2824.7 Q3868.29 2825.37 3865.19 2828.59 Q3862.08 2831.78 3856.44 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3892.57 2810 Q3888.96 2810 3887.13 2813.56 Q3885.32 2817.11 3885.32 2824.23 Q3885.32 2831.34 3887.13 2834.91 Q3888.96 2838.45 3892.57 2838.45 Q3896.2 2838.45 3898.01 2834.91 Q3899.84 2831.34 3899.84 2824.23 Q3899.84 2817.11 3898.01 2813.56 Q3896.2 2810 3892.57 2810 M3892.57 2806.29 Q3898.38 2806.29 3901.44 2810.9 Q3904.51 2815.48 3904.51 2824.23 Q3904.51 2832.96 3901.44 2837.57 Q3898.38 2842.15 3892.57 2842.15 Q3886.76 2842.15 3883.68 2837.57 Q3880.63 2832.96 3880.63 2824.23 Q3880.63 2815.48 3883.68 2810.9 Q3886.76 2806.29 3892.57 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3922.73 2810 Q3919.12 2810 3917.29 2813.56 Q3915.49 2817.11 3915.49 2824.23 Q3915.49 2831.34 3917.29 2834.91 Q3919.12 2838.45 3922.73 2838.45 Q3926.37 2838.45 3928.17 2834.91 Q3930 2831.34 3930 2824.23 Q3930 2817.11 3928.17 2813.56 Q3926.37 2810 3922.73 2810 M3922.73 2806.29 Q3928.54 2806.29 3931.6 2810.9 Q3934.68 2815.48 3934.68 2824.23 Q3934.68 2832.96 3931.6 2837.57 Q3928.54 2842.15 3922.73 2842.15 Q3916.92 2842.15 3913.84 2837.57 Q3910.79 2832.96 3910.79 2824.23 Q3910.79 2815.48 3913.84 2810.9 Q3916.92 2806.29 3922.73 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3952.89 2810 Q3949.28 2810 3947.45 2813.56 Q3945.65 2817.11 3945.65 2824.23 Q3945.65 2831.34 3947.45 2834.91 Q3949.28 2838.45 3952.89 2838.45 Q3956.53 2838.45 3958.33 2834.91 Q3960.16 2831.34 3960.16 2824.23 Q3960.16 2817.11 3958.33 2813.56 Q3956.53 2810 3952.89 2810 M3952.89 2806.29 Q3958.7 2806.29 3961.76 2810.9 Q3964.84 2815.48 3964.84 2824.23 Q3964.84 2832.96 3961.76 2837.57 Q3958.7 2842.15 3952.89 2842.15 Q3947.08 2842.15 3944 2837.57 Q3940.95 2832.96 3940.95 2824.23 Q3940.95 2815.48 3944 2810.9 Q3947.08 2806.29 3952.89 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4418.07 2837.54 L4434.39 2837.54 L4434.39 2841.48 L4412.44 2841.48 L4412.44 2837.54 Q4415.11 2834.79 4419.69 2830.16 Q4424.3 2825.51 4425.48 2824.17 Q4427.72 2821.64 4428.6 2819.91 Q4429.5 2818.15 4429.5 2816.46 Q4429.5 2813.7 4427.56 2811.97 Q4425.64 2810.23 4422.54 2810.23 Q4420.34 2810.23 4417.88 2810.99 Q4415.45 2811.76 4412.68 2813.31 L4412.68 2808.59 Q4415.5 2807.45 4417.95 2806.87 Q4420.41 2806.29 4422.44 2806.29 Q4427.81 2806.29 4431.01 2808.98 Q4434.2 2811.67 4434.2 2816.16 Q4434.2 2818.29 4433.39 2820.21 Q4432.61 2822.1 4430.5 2824.7 Q4429.92 2825.37 4426.82 2828.59 Q4423.72 2831.78 4418.07 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4454.2 2810 Q4450.59 2810 4448.76 2813.56 Q4446.96 2817.11 4446.96 2824.23 Q4446.96 2831.34 4448.76 2834.91 Q4450.59 2838.45 4454.2 2838.45 Q4457.84 2838.45 4459.64 2834.91 Q4461.47 2831.34 4461.47 2824.23 Q4461.47 2817.11 4459.64 2813.56 Q4457.84 2810 4454.2 2810 M4454.2 2806.29 Q4460.01 2806.29 4463.07 2810.9 Q4466.15 2815.48 4466.15 2824.23 Q4466.15 2832.96 4463.07 2837.57 Q4460.01 2842.15 4454.2 2842.15 Q4448.39 2842.15 4445.31 2837.57 Q4442.26 2832.96 4442.26 2824.23 Q4442.26 2815.48 4445.31 2810.9 Q4448.39 2806.29 4454.2 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4475.18 2837.54 L4482.81 2837.54 L4482.81 2811.18 L4474.5 2812.85 L4474.5 2808.59 L4482.77 2806.92 L4487.44 2806.92 L4487.44 2837.54 L4495.08 2837.54 L4495.08 2841.48 L4475.18 2841.48 L4475.18 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4514.53 2810 Q4510.92 2810 4509.09 2813.56 Q4507.28 2817.11 4507.28 2824.23 Q4507.28 2831.34 4509.09 2834.91 Q4510.92 2838.45 4514.53 2838.45 Q4518.16 2838.45 4519.97 2834.91 Q4521.8 2831.34 4521.8 2824.23 Q4521.8 2817.11 4519.97 2813.56 Q4518.16 2810 4514.53 2810 M4514.53 2806.29 Q4520.34 2806.29 4523.39 2810.9 Q4526.47 2815.48 4526.47 2824.23 Q4526.47 2832.96 4523.39 2837.57 Q4520.34 2842.15 4514.53 2842.15 Q4508.72 2842.15 4505.64 2837.57 Q4502.58 2832.96 4502.58 2824.23 Q4502.58 2815.48 4505.64 2810.9 Q4508.72 2806.29 4514.53 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4979.55 2837.54 L4995.87 2837.54 L4995.87 2841.48 L4973.92 2841.48 L4973.92 2837.54 Q4976.59 2834.79 4981.17 2830.16 Q4985.78 2825.51 4986.96 2824.17 Q4989.2 2821.64 4990.08 2819.91 Q4990.98 2818.15 4990.98 2816.46 Q4990.98 2813.7 4989.04 2811.97 Q4987.12 2810.23 4984.02 2810.23 Q4981.82 2810.23 4979.36 2810.99 Q4976.93 2811.76 4974.15 2813.31 L4974.15 2808.59 Q4976.98 2807.45 4979.43 2806.87 Q4981.89 2806.29 4983.92 2806.29 Q4989.29 2806.29 4992.49 2808.98 Q4995.68 2811.67 4995.68 2816.16 Q4995.68 2818.29 4994.87 2820.21 Q4994.09 2822.1 4991.98 2824.7 Q4991.4 2825.37 4988.3 2828.59 Q4985.2 2831.78 4979.55 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5015.68 2810 Q5012.07 2810 5010.24 2813.56 Q5008.44 2817.11 5008.44 2824.23 Q5008.44 2831.34 5010.24 2834.91 Q5012.07 2838.45 5015.68 2838.45 Q5019.32 2838.45 5021.12 2834.91 Q5022.95 2831.34 5022.95 2824.23 Q5022.95 2817.11 5021.12 2813.56 Q5019.32 2810 5015.68 2810 M5015.68 2806.29 Q5021.49 2806.29 5024.55 2810.9 Q5027.63 2815.48 5027.63 2824.23 Q5027.63 2832.96 5024.55 2837.57 Q5021.49 2842.15 5015.68 2842.15 Q5009.87 2842.15 5006.79 2837.57 Q5003.74 2832.96 5003.74 2824.23 Q5003.74 2815.48 5006.79 2810.9 Q5009.87 2806.29 5015.68 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5039.87 2837.54 L5056.19 2837.54 L5056.19 2841.48 L5034.25 2841.48 L5034.25 2837.54 Q5036.91 2834.79 5041.49 2830.16 Q5046.1 2825.51 5047.28 2824.17 Q5049.52 2821.64 5050.4 2819.91 Q5051.31 2818.15 5051.31 2816.46 Q5051.31 2813.7 5049.36 2811.97 Q5047.44 2810.23 5044.34 2810.23 Q5042.14 2810.23 5039.69 2810.99 Q5037.26 2811.76 5034.48 2813.31 L5034.48 2808.59 Q5037.3 2807.45 5039.76 2806.87 Q5042.21 2806.29 5044.25 2806.29 Q5049.62 2806.29 5052.81 2808.98 Q5056.01 2811.67 5056.01 2816.16 Q5056.01 2818.29 5055.2 2820.21 Q5054.41 2822.1 5052.3 2824.7 Q5051.72 2825.37 5048.62 2828.59 Q5045.52 2831.78 5039.87 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M5076.01 2810 Q5072.4 2810 5070.57 2813.56 Q5068.76 2817.11 5068.76 2824.23 Q5068.76 2831.34 5070.57 2834.91 Q5072.4 2838.45 5076.01 2838.45 Q5079.64 2838.45 5081.45 2834.91 Q5083.27 2831.34 5083.27 2824.23 Q5083.27 2817.11 5081.45 2813.56 Q5079.64 2810 5076.01 2810 M5076.01 2806.29 Q5081.82 2806.29 5084.87 2810.9 Q5087.95 2815.48 5087.95 2824.23 Q5087.95 2832.96 5084.87 2837.57 Q5081.82 2842.15 5076.01 2842.15 Q5070.2 2842.15 5067.12 2837.57 Q5064.06 2832.96 5064.06 2824.23 Q5064.06 2815.48 5067.12 2810.9 Q5070.2 2806.29 5076.01 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,2759.05 5072.76,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,2638.21 5072.76,2638.21 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,2517.37 5072.76,2517.37 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,2396.53 5072.76,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,2275.7 5072.76,2275.7 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,2154.86 5072.76,2154.86 \n \"/>\n<polyline clip-path=\"url(#clip4310)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3589.72,2034.02 5072.76,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2759.05 3589.72,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2759.05 3608.62,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2638.21 3608.62,2638.21 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2517.37 3608.62,2517.37 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2396.53 3608.62,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2275.7 3608.62,2275.7 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2154.86 3608.62,2154.86 \n \"/>\n<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3589.72,2034.02 3608.62,2034.02 \n \"/>\n<path clip-path=\"url(#clip430)\" d=\"M3451.05 2759.5 L3480.73 2759.5 L3480.73 2763.43 L3451.05 2763.43 L3451.05 2759.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3501.4 2757.18 Q3498.25 2757.18 3496.4 2759.34 Q3494.57 2761.49 3494.57 2765.24 Q3494.57 2768.97 3496.4 2771.14 Q3498.25 2773.3 3501.4 2773.3 Q3504.54 2773.3 3506.37 2771.14 Q3508.23 2768.97 3508.23 2765.24 Q3508.23 2761.49 3506.37 2759.34 Q3504.54 2757.18 3501.4 2757.18 M3510.68 2742.53 L3510.68 2746.79 Q3508.92 2745.96 3507.11 2745.52 Q3505.33 2745.08 3503.57 2745.08 Q3498.94 2745.08 3496.49 2748.2 Q3494.06 2751.33 3493.71 2757.65 Q3495.08 2755.63 3497.14 2754.57 Q3499.2 2753.48 3501.67 2753.48 Q3506.88 2753.48 3509.89 2756.65 Q3512.92 2759.8 3512.92 2765.24 Q3512.92 2770.56 3509.78 2773.78 Q3506.63 2777 3501.4 2777 Q3495.4 2777 3492.23 2772.42 Q3489.06 2767.81 3489.06 2759.08 Q3489.06 2750.89 3492.95 2746.03 Q3496.84 2741.14 3503.39 2741.14 Q3505.15 2741.14 3506.93 2741.49 Q3508.73 2741.84 3510.68 2742.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3450.73 2638.66 L3480.4 2638.66 L3480.4 2642.6 L3450.73 2642.6 L3450.73 2638.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3503.34 2625 L3491.54 2643.45 L3503.34 2643.45 L3503.34 2625 M3502.11 2620.93 L3507.99 2620.93 L3507.99 2643.45 L3512.92 2643.45 L3512.92 2647.34 L3507.99 2647.34 L3507.99 2655.49 L3503.34 2655.49 L3503.34 2647.34 L3487.74 2647.34 L3487.74 2642.83 L3502.11 2620.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3452.81 2517.82 L3482.48 2517.82 L3482.48 2521.76 L3452.81 2521.76 L3452.81 2517.82 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3496.6 2530.72 L3512.92 2530.72 L3512.92 2534.65 L3490.98 2534.65 L3490.98 2530.72 Q3493.64 2527.96 3498.23 2523.33 Q3502.83 2518.68 3504.01 2517.34 Q3506.26 2514.81 3507.14 2513.08 Q3508.04 2511.32 3508.04 2509.63 Q3508.04 2506.87 3506.1 2505.14 Q3504.17 2503.4 3501.07 2503.4 Q3498.87 2503.4 3496.42 2504.17 Q3493.99 2504.93 3491.21 2506.48 L3491.21 2501.76 Q3494.04 2500.63 3496.49 2500.05 Q3498.94 2499.47 3500.98 2499.47 Q3506.35 2499.47 3509.54 2502.15 Q3512.74 2504.84 3512.74 2509.33 Q3512.74 2511.46 3511.93 2513.38 Q3511.14 2515.28 3509.04 2517.87 Q3508.46 2518.54 3505.35 2521.76 Q3502.25 2524.95 3496.6 2530.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3500.98 2382.33 Q3497.37 2382.33 3495.54 2385.9 Q3493.73 2389.44 3493.73 2396.57 Q3493.73 2403.68 3495.54 2407.24 Q3497.37 2410.78 3500.98 2410.78 Q3504.61 2410.78 3506.42 2407.24 Q3508.25 2403.68 3508.25 2396.57 Q3508.25 2389.44 3506.42 2385.9 Q3504.61 2382.33 3500.98 2382.33 M3500.98 2378.63 Q3506.79 2378.63 3509.85 2383.24 Q3512.92 2387.82 3512.92 2396.57 Q3512.92 2405.3 3509.85 2409.9 Q3506.79 2414.49 3500.98 2414.49 Q3495.17 2414.49 3492.09 2409.9 Q3489.04 2405.3 3489.04 2396.57 Q3489.04 2387.82 3492.09 2383.24 Q3495.17 2378.63 3500.98 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3496.6 2289.04 L3512.92 2289.04 L3512.92 2292.98 L3490.98 2292.98 L3490.98 2289.04 Q3493.64 2286.29 3498.23 2281.66 Q3502.83 2277.01 3504.01 2275.66 Q3506.26 2273.14 3507.14 2271.4 Q3508.04 2269.64 3508.04 2267.95 Q3508.04 2265.2 3506.1 2263.46 Q3504.17 2261.73 3501.07 2261.73 Q3498.87 2261.73 3496.42 2262.49 Q3493.99 2263.26 3491.21 2264.81 L3491.21 2260.08 Q3494.04 2258.95 3496.49 2258.37 Q3498.94 2257.79 3500.98 2257.79 Q3506.35 2257.79 3509.54 2260.48 Q3512.74 2263.16 3512.74 2267.65 Q3512.74 2269.78 3511.93 2271.7 Q3511.14 2273.6 3509.04 2276.2 Q3508.46 2276.87 3505.35 2280.08 Q3502.25 2283.28 3496.6 2289.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3503.34 2141.65 L3491.54 2160.1 L3503.34 2160.1 L3503.34 2141.65 M3502.11 2137.58 L3507.99 2137.58 L3507.99 2160.1 L3512.92 2160.1 L3512.92 2163.99 L3507.99 2163.99 L3507.99 2172.14 L3503.34 2172.14 L3503.34 2163.99 L3487.74 2163.99 L3487.74 2159.48 L3502.11 2137.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M3501.4 2032.16 Q3498.25 2032.16 3496.4 2034.31 Q3494.57 2036.46 3494.57 2040.21 Q3494.57 2043.94 3496.4 2046.12 Q3498.25 2048.27 3501.4 2048.27 Q3504.54 2048.27 3506.37 2046.12 Q3508.23 2043.94 3508.23 2040.21 Q3508.23 2036.46 3506.37 2034.31 Q3504.54 2032.16 3501.4 2032.16 M3510.68 2017.51 L3510.68 2021.77 Q3508.92 2020.93 3507.11 2020.49 Q3505.33 2020.05 3503.57 2020.05 Q3498.94 2020.05 3496.49 2023.18 Q3494.06 2026.3 3493.71 2032.62 Q3495.08 2030.61 3497.14 2029.54 Q3499.2 2028.46 3501.67 2028.46 Q3506.88 2028.46 3509.89 2031.63 Q3512.92 2034.77 3512.92 2040.21 Q3512.92 2045.54 3509.78 2048.76 Q3506.63 2051.97 3501.4 2051.97 Q3495.4 2051.97 3492.23 2047.39 Q3489.06 2042.78 3489.06 2034.06 Q3489.06 2025.86 3492.95 2021 Q3496.84 2016.12 3503.39 2016.12 Q3505.15 2016.12 3506.93 2016.46 Q3508.73 2016.81 3510.68 2017.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4294.09 1983.95 L4294.09 1967.7 L4280.73 1967.7 L4280.73 1960.98 L4302.2 1960.98 L4302.2 1986.95 Q4297.46 1990.31 4291.74 1992.05 Q4286.03 1993.75 4279.55 1993.75 Q4265.37 1993.75 4257.35 1985.49 Q4249.37 1977.18 4249.37 1962.4 Q4249.37 1947.57 4257.35 1939.31 Q4265.37 1931 4279.55 1931 Q4285.46 1931 4290.77 1932.46 Q4296.12 1933.92 4300.62 1936.75 L4300.62 1945.46 Q4296.08 1941.62 4290.97 1939.67 Q4285.87 1937.73 4280.24 1937.73 Q4269.14 1937.73 4263.55 1943.92 Q4258 1950.12 4258 1962.4 Q4258 1974.63 4263.55 1980.83 Q4269.14 1987.03 4280.24 1987.03 Q4284.57 1987.03 4287.98 1986.3 Q4291.38 1985.53 4294.09 1983.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4325.33 1963.69 L4325.33 1985.85 L4338.45 1985.85 Q4345.05 1985.85 4348.21 1983.14 Q4351.41 1980.38 4351.41 1974.75 Q4351.41 1969.08 4348.21 1966.41 Q4345.05 1963.69 4338.45 1963.69 L4325.33 1963.69 M4325.33 1938.82 L4325.33 1957.05 L4337.44 1957.05 Q4343.43 1957.05 4346.35 1954.82 Q4349.31 1952.55 4349.31 1947.94 Q4349.31 1943.36 4346.35 1941.09 Q4343.43 1938.82 4337.44 1938.82 L4325.33 1938.82 M4317.14 1932.1 L4338.05 1932.1 Q4347.4 1932.1 4352.47 1935.98 Q4357.53 1939.87 4357.53 1947.04 Q4357.53 1952.59 4354.94 1955.87 Q4352.35 1959.16 4347.32 1959.97 Q4353.36 1961.26 4356.68 1965.39 Q4360.04 1969.49 4360.04 1975.64 Q4360.04 1983.75 4354.53 1988.16 Q4349.02 1992.58 4338.86 1992.58 L4317.14 1992.58 L4317.14 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M4382.24 1938.82 L4382.24 1961.55 L4392.53 1961.55 Q4398.24 1961.55 4401.36 1958.59 Q4404.48 1955.63 4404.48 1950.16 Q4404.48 1944.73 4401.36 1941.78 Q4398.24 1938.82 4392.53 1938.82 L4382.24 1938.82 M4374.06 1932.1 L4392.53 1932.1 Q4402.7 1932.1 4407.88 1936.71 Q4413.11 1941.29 4413.11 1950.16 Q4413.11 1959.12 4407.88 1963.69 Q4402.7 1968.27 4392.53 1968.27 L4382.24 1968.27 L4382.24 1992.58 L4374.06 1992.58 L4374.06 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip4310)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3631.7,2382.76 3636,2373.65 3640.77,2383.14 3645.07,2360.46 3650.15,2382.82 3654.76,2360.05 3659.52,2337.53 3664.29,2345.13 3668.75,2346.09 3673.67,2346.09 \n 3678.28,2353.89 3682.74,2345.18 3687.81,2339 3692.27,2344.46 3696.73,2363.28 3701.65,2357.96 3706.42,2359.15 3710.72,2377.87 3715.8,2373.23 3720.41,2377.97 \n 3725.17,2368.72 3729.94,2351.97 3734.4,2362.03 3739.32,2354.2 3744.08,2355.8 3748.39,2357.42 3753.16,2372.25 3757.77,2357.65 3762.38,2351.32 3767.15,2331.16 \n 3771.91,2316.8 3776.37,2306.62 3781.29,2303.12 3786.06,2302.65 3790.36,2299.64 3795.44,2288.49 3800.05,2293.14 3804.35,2284.16 3809.27,2280.84 3813.89,2287.61 \n 3818.34,2291.53 3823.26,2274.76 3828.03,2276.78 3832.8,2279.1 3837.41,2274.41 3842.02,2278.68 3846.79,2311.71 3851.55,2324.6 3856.01,2342.23 3860.32,2355.34 \n 3865.39,2374.07 3870,2373.57 3874.77,2376.18 3879.38,2412.63 3883.99,2401.46 3888.91,2423.59 3893.53,2401.82 3897.98,2399.19 3902.9,2437.49 3907.67,2407.78 \n 3912.44,2395.64 3916.9,2390.1 3921.66,2408.35 3925.97,2412.75 3931.04,2434.85 3935.65,2443.45 3940.42,2440.57 3945.18,2435.4 3949.64,2433.3 3954.56,2439.46 \n 3959.18,2453.8 3963.63,2442.15 3968.71,2381.65 3973.01,2376.93 3977.62,2370.52 3982.39,2335.71 3987.16,2329.14 3991.62,2321.23 3996.54,2306.44 4001.3,2326.52 \n 4005.61,2275.08 4010.68,2279.28 4015.29,2280.52 4020.06,2260.41 4024.82,2281.52 4029.13,2266.73 4033.59,2267.6 4038.51,2257.6 4043.27,2262.12 4047.58,2268 \n 4052.65,2271.11 4057.27,2268.94 4062.03,2259.48 4066.8,2264.8 4071.26,2239.81 4076.18,2236.03 4080.94,2249.06 4085.25,2250.94 4090.01,2257.88 4094.63,2259.86 \n 4099.24,2257.89 4104,2231.14 4108.77,2254.77 4113.23,2248.79 4118.15,2236.64 4122.91,2238.7 4127.22,2233.63 4132.29,2226.64 4136.91,2229.45 4141.21,2209.16 \n 4146.28,2201.79 4150.9,2186.08 4155.66,2196.96 4160.27,2200.37 4164.89,2196.11 4169.81,2196.36 4174.42,2216.82 4178.88,2231.74 4183.8,2234.4 4188.56,2238.89 \n 4193.33,2274.58 4197.63,2260.11 4202.4,2281.34 4206.86,2284.08 4211.78,2287.85 4216.39,2311.54 4220.85,2332.67 4225.92,2347.33 4230.54,2355.54 4235.3,2371.55 \n 4239.92,2381.45 4244.53,2386.82 4249.45,2400.2 4253.75,2406.47 4258.52,2417.43 4262.82,2428.04 4267.9,2429.85 4272.51,2446.3 4277.28,2448.94 4282.04,2427.02 \n 4286.5,2426.03 4291.42,2416.3 4296.03,2409.43 4300.49,2411.72 4305.56,2395.06 4309.87,2395.06 4314.48,2392.1 4319.25,2386.02 4324.01,2380.77 4328.47,2368.35 \n 4333.39,2364.77 4338.16,2356.62 4342.46,2349.55 4347.54,2327.05 4352.15,2328.8 4356.92,2332.04 4361.68,2270.61 4366.14,2249.86 4370.91,2239.87 4375.52,2245.93 \n 4380.13,2233.09 4384.9,2219.27 4389.66,2230.18 4394.12,2238.15 4399.04,2589.49 4403.81,2256.39 4408.11,2405.98 4413.19,2333.47 4417.8,2367.36 4422.1,2387.89 \n 4427.02,2402.1 4431.64,2393.6 4436.09,2389.34 4441.01,2394.77 4445.78,2391.29 4450.55,2392.08 4455.16,2387.02 4459.77,2383.34 4464.54,2382.4 4469.3,2383.96 \n 4473.76,2381.15 4478.07,2378.91 4483.14,2384.11 4487.75,2386.12 4492.52,2400.03 4497.13,2395.08 4501.74,2385.88 4506.66,2380.97 4511.28,2380.43 4515.73,2380.66 \n 4520.65,2381.64 4525.42,2378.94 4530.19,2381.14 4534.49,2377.37 4539.26,2372.11 4543.72,2366.53 4548.64,2367.45 4553.25,2368.98 4557.71,2372.68 4562.78,2371.59 \n 4567.39,2374.19 4572.16,2374.97 4576.77,2375.33 4581.38,2375.54 4586.3,2379.99 4590.76,2381.1 4595.38,2382.47 4600.14,2380.9 4604.91,2385.23 4609.37,2391.45 \n 4614.29,2395.15 4619.05,2388.32 4623.36,2389.8 4628.43,2389.34 4633.04,2394.27 4637.81,2390.29 4642.58,2385.1 4646.88,2383.64 4651.34,2384.59 4656.26,2381.16 \n 4661.02,2381.23 4665.33,2381.24 4670.4,2380.27 4675.02,2380.13 4679.78,2378.18 4684.55,2380.74 4689.01,2380.6 4693.93,2382.53 4698.69,2381.53 4703,2380.09 \n 4707.76,2380.44 4712.38,2379.36 4716.99,2380.54 4721.75,2378.3 4726.52,2378.5 4730.98,2379.95 4735.9,2376.86 4740.67,2378.86 4744.97,2384.5 4750.04,2379.33 \n 4754.66,2383.5 4758.96,2379.64 4763.88,2381.4 4768.49,2380.96 4772.95,2381.33 4777.87,2381.32 4782.64,2380.74 4787.4,2384.75 4792.02,2386.01 4796.63,2383.86 \n 4801.39,2409.06 4806.16,2402.93 4810.62,2398.58 4815.39,2405.38 4820.15,2403.09 4824.61,2402.47 4829.53,2413.47 4834.14,2412.8 4838.6,2430.93 4843.67,2452.98 \n 4848.29,2444.52 4853.05,2438.09 4857.67,2475.41 4862.28,2459.88 4867.2,2432.26 4871.5,2457.1 4876.27,2448.12 4880.57,2460.95 4885.65,2468.95 4890.26,2471.85 \n 4895.03,2477.33 4899.79,2473.02 4904.25,2469.99 4909.17,2460.39 4913.78,2494.49 4918.24,2473.67 4923.32,2470.94 4927.62,2508.53 4932.23,2488.99 4937,2501.74 \n 4941.76,2513.58 4946.22,2498.06 4951.14,2493.75 4955.91,2484.62 4960.21,2495.43 4965.29,2492.37 4969.9,2539.59 4974.67,2510.87 4979.43,2500.08 4983.74,2512.55 \n 4988.2,2506.06 4993.12,2519.34 4997.88,2513.79 5002.19,2509.24 5007.26,2507.18 5011.87,2493.51 5016.64,2492.96 5021.4,2463.74 5025.86,2501.27 5030.78,2461.64 \n \n \"/>\n</svg>\n"
},
"execution_count": 16,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Dates\n",
"dates = fp[:,1]\n",
"\n",
"# Function to create the Plots\n",
"function getForwardPremiaPlot(y, title)\n",
" return plot(dates, y .* 12, \n",
" size = (1280, 720),\n",
" ylim = (-6, 6),\n",
" xticks = ([Date(2000),Date(2010),Date(2020)], [\"2000\",\"2010\",\"2020\"]),\n",
" legend = false,\n",
" title = title,\n",
" color = \"blue\",\n",
" )\n",
"end\n",
"\n",
"# Create plot with 3x3 subplots \n",
"plot(getForwardPremiaPlot(fp[:,2], \"AUD\"), getForwardPremiaPlot(fp[:,3], \"CAD\"), getForwardPremiaPlot(fp[:,4], \"EUR\"),\n",
"getForwardPremiaPlot(fp[:,5], \"JPY\"),getForwardPremiaPlot(fp[:,6], \"NZD\"),getForwardPremiaPlot(fp[:,7], \"NOK\"),\n",
"getForwardPremiaPlot(fp[:,8], \"SEK\"),getForwardPremiaPlot(fp[:,9], \"CHF\"),getForwardPremiaPlot(fp[:,10], \"GBP\"))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plot cumulated log returns\n",
"\n",
"in a 3x3 figure (similar to before). The cumulated log returns for a given currency are $r_1,r_1+r_2,r_1+r_2+r_3,...$ etc where $r_t$ is the log return in period $t$.\n",
"\n",
"Make sure to\n",
"1. use the same tick marks on the x-axis as before\n",
"2. limit the y-axis to (-1,1)\n",
"\n",
"Hints:\n",
"1. log returns are $r= \\ln(1+R/100)$ since the returns in `R` are in percent. In Julia, use `log()` for the natural logarithm.\n",
"2. cumulate using `cumsum()` or by a loop so you get a $T \\times 9$ matrix."
]
},
{
"cell_type": "code",
"execution_count": 17,
"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=\"1280\" height=\"720\" viewBox=\"0 0 5120 2880\">\n<defs>\n <clipPath id=\"clip470\">\n <rect x=\"0\" y=\"0\" width=\"5120\" height=\"2880\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip470)\" d=\"\nM0 2880 L5120 2880 L5120 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip471\">\n <rect x=\"1024\" y=\"0\" width=\"3585\" height=\"2880\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip470)\" d=\"\nM221.136 839.048 L1659.42 839.048 L1659.42 114.022 L221.136 114.022 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip472\">\n <rect x=\"221\" y=\"114\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 529.638,839.048 529.638,114.022 \n \"/>\n<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1074.33,839.048 1074.33,114.022 \n \"/>\n<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1618.87,839.048 1618.87,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,839.048 1659.42,839.048 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 529.638,839.048 529.638,820.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1074.33,839.048 1074.33,820.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1618.87,839.048 1618.87,820.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M478.25 917.545 L494.569 917.545 L494.569 921.48 L472.625 921.48 L472.625 917.545 Q475.287 914.79 479.87 910.16 Q484.477 905.508 485.657 904.165 Q487.903 901.642 488.782 899.906 Q489.685 898.147 489.685 896.457 Q489.685 893.702 487.741 891.966 Q485.819 890.23 482.717 890.23 Q480.518 890.23 478.065 890.994 Q475.634 891.758 472.856 893.309 L472.856 888.587 Q475.68 887.452 478.134 886.874 Q480.588 886.295 482.625 886.295 Q487.995 886.295 491.19 888.98 Q494.384 891.665 494.384 896.156 Q494.384 898.286 493.574 900.207 Q492.787 902.105 490.68 904.698 Q490.102 905.369 487 908.586 Q483.898 911.781 478.25 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M514.384 889.999 Q510.773 889.999 508.944 893.563 Q507.139 897.105 507.139 904.235 Q507.139 911.341 508.944 914.906 Q510.773 918.447 514.384 918.447 Q518.018 918.447 519.824 914.906 Q521.652 911.341 521.652 904.235 Q521.652 897.105 519.824 893.563 Q518.018 889.999 514.384 889.999 M514.384 886.295 Q520.194 886.295 523.25 890.901 Q526.328 895.485 526.328 904.235 Q526.328 912.961 523.25 917.568 Q520.194 922.151 514.384 922.151 Q508.574 922.151 505.495 917.568 Q502.44 912.961 502.44 904.235 Q502.44 895.485 505.495 890.901 Q508.574 886.295 514.384 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M544.546 889.999 Q540.935 889.999 539.106 893.563 Q537.3 897.105 537.3 904.235 Q537.3 911.341 539.106 914.906 Q540.935 918.447 544.546 918.447 Q548.18 918.447 549.986 914.906 Q551.814 911.341 551.814 904.235 Q551.814 897.105 549.986 893.563 Q548.18 889.999 544.546 889.999 M544.546 886.295 Q550.356 886.295 553.411 890.901 Q556.49 895.485 556.49 904.235 Q556.49 912.961 553.411 917.568 Q550.356 922.151 544.546 922.151 Q538.736 922.151 535.657 917.568 Q532.601 912.961 532.601 904.235 Q532.601 895.485 535.657 890.901 Q538.736 886.295 544.546 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M574.708 889.999 Q571.097 889.999 569.268 893.563 Q567.462 897.105 567.462 904.235 Q567.462 911.341 569.268 914.906 Q571.097 918.447 574.708 918.447 Q578.342 918.447 580.147 914.906 Q581.976 911.341 581.976 904.235 Q581.976 897.105 580.147 893.563 Q578.342 889.999 574.708 889.999 M574.708 886.295 Q580.518 886.295 583.573 890.901 Q586.652 895.485 586.652 904.235 Q586.652 912.961 583.573 917.568 Q580.518 922.151 574.708 922.151 Q568.898 922.151 565.819 917.568 Q562.763 912.961 562.763 904.235 Q562.763 895.485 565.819 890.901 Q568.898 886.295 574.708 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1022.94 917.545 L1039.26 917.545 L1039.26 921.48 L1017.31 921.48 L1017.31 917.545 Q1019.97 914.79 1024.56 910.16 Q1029.16 905.508 1030.35 904.165 Q1032.59 901.642 1033.47 899.906 Q1034.37 898.147 1034.37 896.457 Q1034.37 893.702 1032.43 891.966 Q1030.51 890.23 1027.41 890.23 Q1025.21 890.23 1022.75 890.994 Q1020.32 891.758 1017.54 893.309 L1017.54 888.587 Q1020.37 887.452 1022.82 886.874 Q1025.28 886.295 1027.31 886.295 Q1032.68 886.295 1035.88 888.98 Q1039.07 891.665 1039.07 896.156 Q1039.07 898.286 1038.26 900.207 Q1037.47 902.105 1035.37 904.698 Q1034.79 905.369 1031.69 908.586 Q1028.59 911.781 1022.94 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1059.07 889.999 Q1055.46 889.999 1053.63 893.563 Q1051.83 897.105 1051.83 904.235 Q1051.83 911.341 1053.63 914.906 Q1055.46 918.447 1059.07 918.447 Q1062.71 918.447 1064.51 914.906 Q1066.34 911.341 1066.34 904.235 Q1066.34 897.105 1064.51 893.563 Q1062.71 889.999 1059.07 889.999 M1059.07 886.295 Q1064.88 886.295 1067.94 890.901 Q1071.02 895.485 1071.02 904.235 Q1071.02 912.961 1067.94 917.568 Q1064.88 922.151 1059.07 922.151 Q1053.26 922.151 1050.18 917.568 Q1047.13 912.961 1047.13 904.235 Q1047.13 895.485 1050.18 890.901 Q1053.26 886.295 1059.07 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1080.04 917.545 L1087.68 917.545 L1087.68 891.179 L1079.37 892.846 L1079.37 888.587 L1087.64 886.92 L1092.31 886.92 L1092.31 917.545 L1099.95 917.545 L1099.95 921.48 L1080.04 921.48 L1080.04 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1119.4 889.999 Q1115.78 889.999 1113.96 893.563 Q1112.15 897.105 1112.15 904.235 Q1112.15 911.341 1113.96 914.906 Q1115.78 918.447 1119.4 918.447 Q1123.03 918.447 1124.84 914.906 Q1126.66 911.341 1126.66 904.235 Q1126.66 897.105 1124.84 893.563 Q1123.03 889.999 1119.4 889.999 M1119.4 886.295 Q1125.21 886.295 1128.26 890.901 Q1131.34 895.485 1131.34 904.235 Q1131.34 912.961 1128.26 917.568 Q1125.21 922.151 1119.4 922.151 Q1113.59 922.151 1110.51 917.568 Q1107.45 912.961 1107.45 904.235 Q1107.45 895.485 1110.51 890.901 Q1113.59 886.295 1119.4 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1567.48 917.545 L1583.8 917.545 L1583.8 921.48 L1561.85 921.48 L1561.85 917.545 Q1564.51 914.79 1569.1 910.16 Q1573.7 905.508 1574.88 904.165 Q1577.13 901.642 1578.01 899.906 Q1578.91 898.147 1578.91 896.457 Q1578.91 893.702 1576.97 891.966 Q1575.05 890.23 1571.94 890.23 Q1569.75 890.23 1567.29 890.994 Q1564.86 891.758 1562.08 893.309 L1562.08 888.587 Q1564.91 887.452 1567.36 886.874 Q1569.81 886.295 1571.85 886.295 Q1577.22 886.295 1580.42 888.98 Q1583.61 891.665 1583.61 896.156 Q1583.61 898.286 1582.8 900.207 Q1582.01 902.105 1579.91 904.698 Q1579.33 905.369 1576.23 908.586 Q1573.12 911.781 1567.48 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1603.61 889.999 Q1600 889.999 1598.17 893.563 Q1596.37 897.105 1596.37 904.235 Q1596.37 911.341 1598.17 914.906 Q1600 918.447 1603.61 918.447 Q1607.25 918.447 1609.05 914.906 Q1610.88 911.341 1610.88 904.235 Q1610.88 897.105 1609.05 893.563 Q1607.25 889.999 1603.61 889.999 M1603.61 886.295 Q1609.42 886.295 1612.48 890.901 Q1615.56 895.485 1615.56 904.235 Q1615.56 912.961 1612.48 917.568 Q1609.42 922.151 1603.61 922.151 Q1597.8 922.151 1594.72 917.568 Q1591.67 912.961 1591.67 904.235 Q1591.67 895.485 1594.72 890.901 Q1597.8 886.295 1603.61 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1627.8 917.545 L1644.12 917.545 L1644.12 921.48 L1622.18 921.48 L1622.18 917.545 Q1624.84 914.79 1629.42 910.16 Q1634.03 905.508 1635.21 904.165 Q1637.45 901.642 1638.33 899.906 Q1639.24 898.147 1639.24 896.457 Q1639.24 893.702 1637.29 891.966 Q1635.37 890.23 1632.27 890.23 Q1630.07 890.23 1627.62 890.994 Q1625.18 891.758 1622.41 893.309 L1622.41 888.587 Q1625.23 887.452 1627.68 886.874 Q1630.14 886.295 1632.18 886.295 Q1637.55 886.295 1640.74 888.98 Q1643.93 891.665 1643.93 896.156 Q1643.93 898.286 1643.12 900.207 Q1642.34 902.105 1640.23 904.698 Q1639.65 905.369 1636.55 908.586 Q1633.45 911.781 1627.8 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1663.93 889.999 Q1660.32 889.999 1658.49 893.563 Q1656.69 897.105 1656.69 904.235 Q1656.69 911.341 1658.49 914.906 Q1660.32 918.447 1663.93 918.447 Q1667.57 918.447 1669.37 914.906 Q1671.2 911.341 1671.2 904.235 Q1671.2 897.105 1669.37 893.563 Q1667.57 889.999 1663.93 889.999 M1663.93 886.295 Q1669.74 886.295 1672.8 890.901 Q1675.88 895.485 1675.88 904.235 Q1675.88 912.961 1672.8 917.568 Q1669.74 922.151 1663.93 922.151 Q1658.12 922.151 1655.05 917.568 Q1651.99 912.961 1651.99 904.235 Q1651.99 895.485 1655.05 890.901 Q1658.12 886.295 1663.93 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,839.048 1659.42,839.048 \n \"/>\n<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,657.791 1659.42,657.791 \n \"/>\n<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,476.535 1659.42,476.535 \n \"/>\n<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,295.279 1659.42,295.279 \n \"/>\n<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,114.022 1659.42,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,839.048 221.136,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,839.048 240.034,839.048 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,657.791 240.034,657.791 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,476.535 240.034,476.535 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,295.279 240.034,295.279 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,114.022 240.034,114.022 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M37.3921 839.499 L67.0679 839.499 L67.0679 843.434 L37.3921 843.434 L37.3921 839.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M77.9706 852.393 L85.6095 852.393 L85.6095 826.027 L77.2993 827.694 L77.2993 823.435 L85.5632 821.768 L90.2391 821.768 L90.2391 852.393 L97.8779 852.393 L97.8779 856.328 L77.9706 856.328 L77.9706 852.393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 850.448 L112.207 850.448 L112.207 856.328 L107.322 856.328 L107.322 850.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 824.847 Q128.781 824.847 126.952 828.411 Q125.146 831.953 125.146 839.083 Q125.146 846.189 126.952 849.754 Q128.781 853.295 132.392 853.295 Q136.026 853.295 137.831 849.754 Q139.66 846.189 139.66 839.083 Q139.66 831.953 137.831 828.411 Q136.026 824.847 132.392 824.847 M132.392 821.143 Q138.202 821.143 141.257 825.749 Q144.336 830.333 144.336 839.083 Q144.336 847.809 141.257 852.416 Q138.202 856.999 132.392 856.999 Q126.581 856.999 123.503 852.416 Q120.447 847.809 120.447 839.083 Q120.447 830.333 123.503 825.749 Q126.581 821.143 132.392 821.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M38.3875 658.243 L68.0633 658.243 L68.0633 662.178 L38.3875 662.178 L38.3875 658.243 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M88.1557 643.59 Q84.5447 643.59 82.716 647.155 Q80.9104 650.697 80.9104 657.826 Q80.9104 664.933 82.716 668.497 Q84.5447 672.039 88.1557 672.039 Q91.79 672.039 93.5955 668.497 Q95.4242 664.933 95.4242 657.826 Q95.4242 650.697 93.5955 647.155 Q91.79 643.59 88.1557 643.59 M88.1557 639.886 Q93.9659 639.886 97.0214 644.493 Q100.1 649.076 100.1 657.826 Q100.1 666.553 97.0214 671.159 Q93.9659 675.743 88.1557 675.743 Q82.3456 675.743 79.2669 671.159 Q76.2114 666.553 76.2114 657.826 Q76.2114 649.076 79.2669 644.493 Q82.3456 639.886 88.1557 639.886 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M108.318 669.192 L113.202 669.192 L113.202 675.071 L108.318 675.071 L108.318 669.192 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M123.433 640.511 L141.79 640.511 L141.79 644.447 L127.716 644.447 L127.716 652.919 Q128.734 652.572 129.753 652.41 Q130.771 652.224 131.79 652.224 Q137.577 652.224 140.956 655.396 Q144.336 658.567 144.336 663.984 Q144.336 669.562 140.864 672.664 Q137.392 675.743 131.072 675.743 Q128.896 675.743 126.628 675.372 Q124.382 675.002 121.975 674.261 L121.975 669.562 Q124.058 670.696 126.281 671.252 Q128.503 671.808 130.98 671.808 Q134.984 671.808 137.322 669.701 Q139.66 667.595 139.66 663.984 Q139.66 660.372 137.322 658.266 Q134.984 656.16 130.98 656.16 Q129.105 656.16 127.23 656.576 Q125.378 656.993 123.433 657.872 L123.433 640.511 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M87.1604 462.334 Q83.5493 462.334 81.7206 465.898 Q79.915 469.44 79.915 476.57 Q79.915 483.676 81.7206 487.241 Q83.5493 490.783 87.1604 490.783 Q90.7946 490.783 92.6002 487.241 Q94.4289 483.676 94.4289 476.57 Q94.4289 469.44 92.6002 465.898 Q90.7946 462.334 87.1604 462.334 M87.1604 458.63 Q92.9705 458.63 96.0261 463.236 Q99.1048 467.82 99.1048 476.57 Q99.1048 485.297 96.0261 489.903 Q92.9705 494.486 87.1604 494.486 Q81.3502 494.486 78.2715 489.903 Q75.216 485.297 75.216 476.57 Q75.216 467.82 78.2715 463.236 Q81.3502 458.63 87.1604 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 487.935 L112.207 487.935 L112.207 493.815 L107.322 493.815 L107.322 487.935 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 462.334 Q128.781 462.334 126.952 465.898 Q125.146 469.44 125.146 476.57 Q125.146 483.676 126.952 487.241 Q128.781 490.783 132.392 490.783 Q136.026 490.783 137.831 487.241 Q139.66 483.676 139.66 476.57 Q139.66 469.44 137.831 465.898 Q136.026 462.334 132.392 462.334 M132.392 458.63 Q138.202 458.63 141.257 463.236 Q144.336 467.82 144.336 476.57 Q144.336 485.297 141.257 489.903 Q138.202 494.486 132.392 494.486 Q126.581 494.486 123.503 489.903 Q120.447 485.297 120.447 476.57 Q120.447 467.82 123.503 463.236 Q126.581 458.63 132.392 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M88.1557 281.077 Q84.5447 281.077 82.716 284.642 Q80.9104 288.184 80.9104 295.313 Q80.9104 302.42 82.716 305.985 Q84.5447 309.526 88.1557 309.526 Q91.79 309.526 93.5955 305.985 Q95.4242 302.42 95.4242 295.313 Q95.4242 288.184 93.5955 284.642 Q91.79 281.077 88.1557 281.077 M88.1557 277.374 Q93.9659 277.374 97.0214 281.98 Q100.1 286.563 100.1 295.313 Q100.1 304.04 97.0214 308.647 Q93.9659 313.23 88.1557 313.23 Q82.3456 313.23 79.2669 308.647 Q76.2114 304.04 76.2114 295.313 Q76.2114 286.563 79.2669 281.98 Q82.3456 277.374 88.1557 277.374 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M108.318 306.679 L113.202 306.679 L113.202 312.559 L108.318 312.559 L108.318 306.679 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M123.433 277.999 L141.79 277.999 L141.79 281.934 L127.716 281.934 L127.716 290.406 Q128.734 290.059 129.753 289.897 Q130.771 289.711 131.79 289.711 Q137.577 289.711 140.956 292.883 Q144.336 296.054 144.336 301.471 Q144.336 307.049 140.864 310.151 Q137.392 313.23 131.072 313.23 Q128.896 313.23 126.628 312.859 Q124.382 312.489 121.975 311.748 L121.975 307.049 Q124.058 308.184 126.281 308.739 Q128.503 309.295 130.98 309.295 Q134.984 309.295 137.322 307.188 Q139.66 305.082 139.66 301.471 Q139.66 297.86 137.322 295.753 Q134.984 293.647 130.98 293.647 Q129.105 293.647 127.23 294.063 Q125.378 294.48 123.433 295.36 L123.433 277.999 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M77.9706 127.367 L85.6095 127.367 L85.6095 101.001 L77.2993 102.668 L77.2993 98.4088 L85.5632 96.7421 L90.2391 96.7421 L90.2391 127.367 L97.8779 127.367 L97.8779 131.302 L77.9706 131.302 L77.9706 127.367 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 125.423 L112.207 125.423 L112.207 131.302 L107.322 131.302 L107.322 125.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 99.8208 Q128.781 99.8208 126.952 103.386 Q125.146 106.927 125.146 114.057 Q125.146 121.163 126.952 124.728 Q128.781 128.27 132.392 128.27 Q136.026 128.27 137.831 124.728 Q139.66 121.163 139.66 114.057 Q139.66 106.927 137.831 103.386 Q136.026 99.8208 132.392 99.8208 M132.392 96.1171 Q138.202 96.1171 141.257 100.724 Q144.336 105.307 144.336 114.057 Q144.336 122.784 141.257 127.39 Q138.202 131.973 132.392 131.973 Q126.581 131.973 123.503 127.39 Q120.447 122.784 120.447 114.057 Q120.447 105.307 123.503 100.724 Q126.581 96.1171 132.392 96.1171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M880.083 20.1573 L868.983 50.2555 L891.223 50.2555 L880.083 20.1573 M875.465 12.096 L884.741 12.096 L907.791 72.576 L899.284 72.576 L893.775 57.061 L866.512 57.061 L861.003 72.576 L852.375 72.576 L875.465 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M915.69 12.096 L923.914 12.096 L923.914 48.8377 Q923.914 58.5599 927.438 62.8538 Q930.962 67.1073 938.861 67.1073 Q946.72 67.1073 950.245 62.8538 Q953.769 58.5599 953.769 48.8377 L953.769 12.096 L961.992 12.096 L961.992 49.8504 Q961.992 61.6791 956.118 67.7149 Q950.285 73.7508 938.861 73.7508 Q927.397 73.7508 921.524 67.7149 Q915.69 61.6791 915.69 49.8504 L915.69 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M985.528 18.8205 L985.528 65.8515 L995.412 65.8515 Q1007.93 65.8515 1013.72 60.1802 Q1019.56 54.509 1019.56 42.2752 Q1019.56 30.1225 1013.72 24.4918 Q1007.93 18.8205 995.412 18.8205 L985.528 18.8205 M977.345 12.096 L994.156 12.096 Q1011.74 12.096 1019.96 19.4281 Q1028.18 26.7198 1028.18 42.2752 Q1028.18 57.9117 1019.92 65.2439 Q1011.66 72.576 994.156 72.576 L977.345 72.576 L977.345 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip472)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 261.842,484.728 266.017,493.907 270.64,495.85 274.815,497.913 279.735,502.181 284.208,505.803 288.831,490.579 293.453,483.934 297.777,481.776 302.548,478.397 \n 307.022,486.519 311.346,485.818 316.266,485.252 320.59,475.12 324.915,466.105 329.686,463.635 334.308,457.236 338.483,461.859 343.404,467.511 347.877,459.1 \n 352.499,458.327 357.122,456.978 361.446,447.082 366.217,454.668 370.839,470.467 375.014,463.845 379.637,460.128 384.11,461.024 388.583,470.527 393.206,476.424 \n 397.828,478.528 402.152,483.935 406.923,489.319 411.546,499.381 415.721,510.372 420.641,528.486 425.114,510.423 429.289,512.797 434.061,522.806 438.534,529.194 \n 442.858,543.927 447.63,548.282 452.252,555.57 456.874,577.315 461.347,565.04 465.821,547.301 470.443,543.68 475.065,552.916 479.389,544.365 483.564,548.689 \n 488.485,542.675 492.958,525.22 497.58,533.021 502.054,525.802 506.527,530.827 511.298,539.896 515.772,531.424 520.096,540.24 524.867,541.298 529.489,531.244 \n 534.112,540.768 538.436,554.658 543.058,559.055 547.233,573.499 552.154,581.75 556.627,563.416 561.249,576.772 565.871,577.701 570.196,601.274 574.967,617.376 \n 579.44,612.245 583.764,592.41 588.685,596.831 592.86,613.676 597.333,639.338 601.955,623.047 606.578,625.693 610.902,624.562 615.673,624.838 620.296,611.327 \n 624.471,634.081 629.391,625.446 633.864,613.848 638.487,618.948 643.109,621.893 647.284,614.523 651.608,601.703 656.379,598.757 661.002,578.842 665.177,580.982 \n 670.097,591.242 674.571,585.925 679.193,590.022 683.815,581.366 688.139,576.288 692.911,574.158 697.533,558.521 701.708,545.001 706.33,545.497 710.804,531.935 \n 715.277,516.048 719.899,504.595 724.521,515.776 728.845,515.12 733.617,497.809 738.239,479.493 742.414,471.244 747.335,455.312 751.808,450.337 755.983,444.078 \n 760.904,446.546 765.377,465.343 769.999,468.323 774.472,475.76 778.945,472.538 783.717,468.206 788.19,457.777 792.514,445.552 797.286,430.773 801.908,426.046 \n 806.53,429.248 810.705,419.74 815.328,428.195 819.652,423.948 824.423,433.992 828.896,431.076 833.22,431.437 838.141,435.025 842.614,428.455 847.236,435.824 \n 851.71,438.809 856.183,441.667 860.954,430.143 865.129,436.448 869.752,451.015 873.927,428.289 878.847,430.55 883.32,435.534 887.943,424.155 892.565,425.205 \n 896.889,433.345 901.661,419.933 906.134,412.42 910.458,412.708 915.378,418.708 919.553,412.246 924.027,402.912 928.649,391.767 933.271,393.523 937.595,384.26 \n 942.367,380.398 946.989,398.82 951.164,368.03 956.085,350.821 960.558,367.161 965.18,369.34 969.802,362.839 974.127,344.664 978.749,352.159 983.222,339.267 \n 987.695,333.582 992.318,329.806 996.94,335.48 1001.26,365.929 1006.04,396.427 1010.66,460.863 1014.83,464.504 1019.75,439.24 1024.23,471.346 1028.4,468.874 \n 1033.17,437.63 1037.65,416.571 1041.97,384.728 1046.74,380.331 1051.36,369.331 1055.99,363.366 1060.46,345.921 1064.93,336.491 1069.56,330.798 1074.18,336.041 \n 1078.5,339.15 1082.68,335.396 1087.6,325.141 1092.07,318.858 1096.69,355.363 1101.17,351.585 1105.64,325.134 1110.41,329.835 1114.88,297.89 1119.21,292.086 \n 1123.98,298.702 1128.6,273.104 1133.22,281.677 1137.4,272.76 1142.02,265.687 1146.35,243.835 1151.12,252.087 1155.59,248.858 1159.91,238.128 1164.83,245.763 \n 1169.31,279.472 1173.93,246.183 1178.4,256.545 1182.88,255.937 1187.65,241.549 1191.97,234.385 1196.45,248.35 1201.07,245.339 1205.69,269.713 1210.01,248.638 \n 1214.79,238.042 1219.41,243.514 1223.58,240.252 1228.5,240.226 1232.98,237.163 1237.6,238.055 1242.22,235.498 1246.4,241.488 1250.72,234.039 1255.49,234.796 \n 1260.11,262.735 1264.29,278.716 1269.21,285.042 1273.68,287.007 1278.3,268.661 1282.93,263.291 1287.25,275.476 1292.02,282.459 1296.65,290.806 1300.82,280.965 \n 1305.44,267.478 1309.92,266.85 1314.39,264.464 1319.01,258.621 1323.63,263.224 1327.96,260.277 1332.73,283.656 1337.35,281.206 1341.53,291.125 1346.45,305.587 \n 1350.92,322.764 1355.1,320.26 1359.87,328.342 1364.34,316.09 1368.66,326.351 1373.44,324.286 1378.06,340.163 1382.68,352.256 1387.15,355.141 1391.63,348.797 \n 1396.25,342.62 1400.87,340.52 1405.2,350.188 1409.82,346.16 1414.44,318.73 1418.76,321.122 1423.54,339.525 1428.01,329.154 1432.33,321.309 1437.25,325.006 \n 1441.73,318.171 1446.35,319.96 1450.82,330.362 1455.3,337.38 1460.07,319.949 1464.24,315.098 1468.86,317.666 1473.04,324.674 1477.96,326.127 1482.43,315.113 \n 1487.05,300.469 1491.68,302.689 1496,306.471 1500.77,314.709 1505.25,318.2 1509.57,307.327 1514.49,294.763 1518.67,308.636 1523.14,314.36 1527.76,320.184 \n 1532.38,319.338 1536.71,328.036 1541.48,325.843 1546.1,335.895 1550.28,335.71 1555.2,343.288 1559.67,332.575 1564.29,346.042 1568.91,333.562 1573.09,342.642 \n 1577.41,343.391 1582.19,346.934 1586.81,352.932 1590.98,348.653 1595.9,355.557 1600.38,364.208 1605,364.167 1609.62,356.876 1613.94,363.844 1618.72,350.213 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM1927.8 839.048 L3366.09 839.048 L3366.09 114.022 L1927.8 114.022 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip473\">\n <rect x=\"1927\" y=\"114\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2236.31,839.048 2236.31,114.022 \n \"/>\n<polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2780.99,839.048 2780.99,114.022 \n \"/>\n<polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3325.53,839.048 3325.53,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,839.048 3366.09,839.048 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2236.31,839.048 2236.31,820.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2780.99,839.048 2780.99,820.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3325.53,839.048 3325.53,820.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M2184.92 917.545 L2201.24 917.545 L2201.24 921.48 L2179.29 921.48 L2179.29 917.545 Q2181.95 914.79 2186.54 910.16 Q2191.14 905.508 2192.32 904.165 Q2194.57 901.642 2195.45 899.906 Q2196.35 898.147 2196.35 896.457 Q2196.35 893.702 2194.41 891.966 Q2192.49 890.23 2189.38 890.23 Q2187.19 890.23 2184.73 890.994 Q2182.3 891.758 2179.52 893.309 L2179.52 888.587 Q2182.35 887.452 2184.8 886.874 Q2187.25 886.295 2189.29 886.295 Q2194.66 886.295 2197.86 888.98 Q2201.05 891.665 2201.05 896.156 Q2201.05 898.286 2200.24 900.207 Q2199.45 902.105 2197.35 904.698 Q2196.77 905.369 2193.67 908.586 Q2190.56 911.781 2184.92 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2221.05 889.999 Q2217.44 889.999 2215.61 893.563 Q2213.81 897.105 2213.81 904.235 Q2213.81 911.341 2215.61 914.906 Q2217.44 918.447 2221.05 918.447 Q2224.68 918.447 2226.49 914.906 Q2228.32 911.341 2228.32 904.235 Q2228.32 897.105 2226.49 893.563 Q2224.68 889.999 2221.05 889.999 M2221.05 886.295 Q2226.86 886.295 2229.92 890.901 Q2232.99 895.485 2232.99 904.235 Q2232.99 912.961 2229.92 917.568 Q2226.86 922.151 2221.05 922.151 Q2215.24 922.151 2212.16 917.568 Q2209.11 912.961 2209.11 904.235 Q2209.11 895.485 2212.16 890.901 Q2215.24 886.295 2221.05 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2251.21 889.999 Q2247.6 889.999 2245.77 893.563 Q2243.97 897.105 2243.97 904.235 Q2243.97 911.341 2245.77 914.906 Q2247.6 918.447 2251.21 918.447 Q2254.85 918.447 2256.65 914.906 Q2258.48 911.341 2258.48 904.235 Q2258.48 897.105 2256.65 893.563 Q2254.85 889.999 2251.21 889.999 M2251.21 886.295 Q2257.02 886.295 2260.08 890.901 Q2263.16 895.485 2263.16 904.235 Q2263.16 912.961 2260.08 917.568 Q2257.02 922.151 2251.21 922.151 Q2245.4 922.151 2242.32 917.568 Q2239.27 912.961 2239.27 904.235 Q2239.27 895.485 2242.32 890.901 Q2245.4 886.295 2251.21 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2281.37 889.999 Q2277.76 889.999 2275.93 893.563 Q2274.13 897.105 2274.13 904.235 Q2274.13 911.341 2275.93 914.906 Q2277.76 918.447 2281.37 918.447 Q2285.01 918.447 2286.81 914.906 Q2288.64 911.341 2288.64 904.235 Q2288.64 897.105 2286.81 893.563 Q2285.01 889.999 2281.37 889.999 M2281.37 886.295 Q2287.18 886.295 2290.24 890.901 Q2293.32 895.485 2293.32 904.235 Q2293.32 912.961 2290.24 917.568 Q2287.18 922.151 2281.37 922.151 Q2275.56 922.151 2272.49 917.568 Q2269.43 912.961 2269.43 904.235 Q2269.43 895.485 2272.49 890.901 Q2275.56 886.295 2281.37 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2729.6 917.545 L2745.92 917.545 L2745.92 921.48 L2723.98 921.48 L2723.98 917.545 Q2726.64 914.79 2731.22 910.16 Q2735.83 905.508 2737.01 904.165 Q2739.26 901.642 2740.14 899.906 Q2741.04 898.147 2741.04 896.457 Q2741.04 893.702 2739.1 891.966 Q2737.17 890.23 2734.07 890.23 Q2731.87 890.23 2729.42 890.994 Q2726.99 891.758 2724.21 893.309 L2724.21 888.587 Q2727.04 887.452 2729.49 886.874 Q2731.94 886.295 2733.98 886.295 Q2739.35 886.295 2742.54 888.98 Q2745.74 891.665 2745.74 896.156 Q2745.74 898.286 2744.93 900.207 Q2744.14 902.105 2742.04 904.698 Q2741.46 905.369 2738.35 908.586 Q2735.25 911.781 2729.6 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2765.74 889.999 Q2762.13 889.999 2760.3 893.563 Q2758.49 897.105 2758.49 904.235 Q2758.49 911.341 2760.3 914.906 Q2762.13 918.447 2765.74 918.447 Q2769.37 918.447 2771.18 914.906 Q2773.01 911.341 2773.01 904.235 Q2773.01 897.105 2771.18 893.563 Q2769.37 889.999 2765.74 889.999 M2765.74 886.295 Q2771.55 886.295 2774.6 890.901 Q2777.68 895.485 2777.68 904.235 Q2777.68 912.961 2774.6 917.568 Q2771.55 922.151 2765.74 922.151 Q2759.93 922.151 2756.85 917.568 Q2753.79 912.961 2753.79 904.235 Q2753.79 895.485 2756.85 890.901 Q2759.93 886.295 2765.74 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2786.71 917.545 L2794.35 917.545 L2794.35 891.179 L2786.04 892.846 L2786.04 888.587 L2794.3 886.92 L2798.98 886.92 L2798.98 917.545 L2806.62 917.545 L2806.62 921.48 L2786.71 921.48 L2786.71 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2826.06 889.999 Q2822.45 889.999 2820.62 893.563 Q2818.82 897.105 2818.82 904.235 Q2818.82 911.341 2820.62 914.906 Q2822.45 918.447 2826.06 918.447 Q2829.7 918.447 2831.5 914.906 Q2833.33 911.341 2833.33 904.235 Q2833.33 897.105 2831.5 893.563 Q2829.7 889.999 2826.06 889.999 M2826.06 886.295 Q2831.87 886.295 2834.93 890.901 Q2838.01 895.485 2838.01 904.235 Q2838.01 912.961 2834.93 917.568 Q2831.87 922.151 2826.06 922.151 Q2820.25 922.151 2817.17 917.568 Q2814.12 912.961 2814.12 904.235 Q2814.12 895.485 2817.17 890.901 Q2820.25 886.295 2826.06 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3274.14 917.545 L3290.46 917.545 L3290.46 921.48 L3268.52 921.48 L3268.52 917.545 Q3271.18 914.79 3275.76 910.16 Q3280.37 905.508 3281.55 904.165 Q3283.8 901.642 3284.68 899.906 Q3285.58 898.147 3285.58 896.457 Q3285.58 893.702 3283.63 891.966 Q3281.71 890.23 3278.61 890.23 Q3276.41 890.23 3273.96 890.994 Q3271.53 891.758 3268.75 893.309 L3268.75 888.587 Q3271.57 887.452 3274.03 886.874 Q3276.48 886.295 3278.52 886.295 Q3283.89 886.295 3287.08 888.98 Q3290.28 891.665 3290.28 896.156 Q3290.28 898.286 3289.47 900.207 Q3288.68 902.105 3286.57 904.698 Q3286 905.369 3282.89 908.586 Q3279.79 911.781 3274.14 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3310.28 889.999 Q3306.67 889.999 3304.84 893.563 Q3303.03 897.105 3303.03 904.235 Q3303.03 911.341 3304.84 914.906 Q3306.67 918.447 3310.28 918.447 Q3313.91 918.447 3315.72 914.906 Q3317.55 911.341 3317.55 904.235 Q3317.55 897.105 3315.72 893.563 Q3313.91 889.999 3310.28 889.999 M3310.28 886.295 Q3316.09 886.295 3319.14 890.901 Q3322.22 895.485 3322.22 904.235 Q3322.22 912.961 3319.14 917.568 Q3316.09 922.151 3310.28 922.151 Q3304.47 922.151 3301.39 917.568 Q3298.33 912.961 3298.33 904.235 Q3298.33 895.485 3301.39 890.901 Q3304.47 886.295 3310.28 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3334.47 917.545 L3350.79 917.545 L3350.79 921.48 L3328.84 921.48 L3328.84 917.545 Q3331.5 914.79 3336.09 910.16 Q3340.69 905.508 3341.87 904.165 Q3344.12 901.642 3345 899.906 Q3345.9 898.147 3345.9 896.457 Q3345.9 893.702 3343.96 891.966 Q3342.04 890.23 3338.93 890.23 Q3336.74 890.23 3334.28 890.994 Q3331.85 891.758 3329.07 893.309 L3329.07 888.587 Q3331.9 887.452 3334.35 886.874 Q3336.81 886.295 3338.84 886.295 Q3344.21 886.295 3347.41 888.98 Q3350.6 891.665 3350.6 896.156 Q3350.6 898.286 3349.79 900.207 Q3349 902.105 3346.9 904.698 Q3346.32 905.369 3343.22 908.586 Q3340.12 911.781 3334.47 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3370.6 889.999 Q3366.99 889.999 3365.16 893.563 Q3363.36 897.105 3363.36 904.235 Q3363.36 911.341 3365.16 914.906 Q3366.99 918.447 3370.6 918.447 Q3374.24 918.447 3376.04 914.906 Q3377.87 911.341 3377.87 904.235 Q3377.87 897.105 3376.04 893.563 Q3374.24 889.999 3370.6 889.999 M3370.6 886.295 Q3376.41 886.295 3379.47 890.901 Q3382.55 895.485 3382.55 904.235 Q3382.55 912.961 3379.47 917.568 Q3376.41 922.151 3370.6 922.151 Q3364.79 922.151 3361.71 917.568 Q3358.66 912.961 3358.66 904.235 Q3358.66 895.485 3361.71 890.901 Q3364.79 886.295 3370.6 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,839.048 3366.09,839.048 \n \"/>\n<polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,657.791 3366.09,657.791 \n \"/>\n<polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,476.535 3366.09,476.535 \n \"/>\n<polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,295.279 3366.09,295.279 \n \"/>\n<polyline clip-path=\"url(#clip473)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,114.022 3366.09,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,839.048 1927.8,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,839.048 1946.7,839.048 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,657.791 1946.7,657.791 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,476.535 1946.7,476.535 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,295.279 1946.7,295.279 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,114.022 1946.7,114.022 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M1744.06 839.499 L1773.73 839.499 L1773.73 843.434 L1744.06 843.434 L1744.06 839.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1784.64 852.393 L1792.28 852.393 L1792.28 826.027 L1783.97 827.694 L1783.97 823.435 L1792.23 821.768 L1796.91 821.768 L1796.91 852.393 L1804.54 852.393 L1804.54 856.328 L1784.64 856.328 L1784.64 852.393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 850.448 L1818.87 850.448 L1818.87 856.328 L1813.99 856.328 L1813.99 850.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 824.847 Q1835.45 824.847 1833.62 828.411 Q1831.81 831.953 1831.81 839.083 Q1831.81 846.189 1833.62 849.754 Q1835.45 853.295 1839.06 853.295 Q1842.69 853.295 1844.5 849.754 Q1846.33 846.189 1846.33 839.083 Q1846.33 831.953 1844.5 828.411 Q1842.69 824.847 1839.06 824.847 M1839.06 821.143 Q1844.87 821.143 1847.92 825.749 Q1851 830.333 1851 839.083 Q1851 847.809 1847.92 852.416 Q1844.87 856.999 1839.06 856.999 Q1833.25 856.999 1830.17 852.416 Q1827.11 847.809 1827.11 839.083 Q1827.11 830.333 1830.17 825.749 Q1833.25 821.143 1839.06 821.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1745.05 658.243 L1774.73 658.243 L1774.73 662.178 L1745.05 662.178 L1745.05 658.243 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1794.82 643.59 Q1791.21 643.59 1789.38 647.155 Q1787.58 650.697 1787.58 657.826 Q1787.58 664.933 1789.38 668.497 Q1791.21 672.039 1794.82 672.039 Q1798.46 672.039 1800.26 668.497 Q1802.09 664.933 1802.09 657.826 Q1802.09 650.697 1800.26 647.155 Q1798.46 643.59 1794.82 643.59 M1794.82 639.886 Q1800.63 639.886 1803.69 644.493 Q1806.77 649.076 1806.77 657.826 Q1806.77 666.553 1803.69 671.159 Q1800.63 675.743 1794.82 675.743 Q1789.01 675.743 1785.93 671.159 Q1782.88 666.553 1782.88 657.826 Q1782.88 649.076 1785.93 644.493 Q1789.01 639.886 1794.82 639.886 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1814.98 669.192 L1819.87 669.192 L1819.87 675.071 L1814.98 675.071 L1814.98 669.192 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1830.1 640.511 L1848.46 640.511 L1848.46 644.447 L1834.38 644.447 L1834.38 652.919 Q1835.4 652.572 1836.42 652.41 Q1837.44 652.224 1838.46 652.224 Q1844.24 652.224 1847.62 655.396 Q1851 658.567 1851 663.984 Q1851 669.562 1847.53 672.664 Q1844.06 675.743 1837.74 675.743 Q1835.56 675.743 1833.29 675.372 Q1831.05 675.002 1828.64 674.261 L1828.64 669.562 Q1830.72 670.696 1832.95 671.252 Q1835.17 671.808 1837.65 671.808 Q1841.65 671.808 1843.99 669.701 Q1846.33 667.595 1846.33 663.984 Q1846.33 660.372 1843.99 658.266 Q1841.65 656.16 1837.65 656.16 Q1835.77 656.16 1833.9 656.576 Q1832.04 656.993 1830.1 657.872 L1830.1 640.511 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1793.83 462.334 Q1790.22 462.334 1788.39 465.898 Q1786.58 469.44 1786.58 476.57 Q1786.58 483.676 1788.39 487.241 Q1790.22 490.783 1793.83 490.783 Q1797.46 490.783 1799.27 487.241 Q1801.1 483.676 1801.1 476.57 Q1801.1 469.44 1799.27 465.898 Q1797.46 462.334 1793.83 462.334 M1793.83 458.63 Q1799.64 458.63 1802.69 463.236 Q1805.77 467.82 1805.77 476.57 Q1805.77 485.297 1802.69 489.903 Q1799.64 494.486 1793.83 494.486 Q1788.02 494.486 1784.94 489.903 Q1781.88 485.297 1781.88 476.57 Q1781.88 467.82 1784.94 463.236 Q1788.02 458.63 1793.83 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 487.935 L1818.87 487.935 L1818.87 493.815 L1813.99 493.815 L1813.99 487.935 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 462.334 Q1835.45 462.334 1833.62 465.898 Q1831.81 469.44 1831.81 476.57 Q1831.81 483.676 1833.62 487.241 Q1835.45 490.783 1839.06 490.783 Q1842.69 490.783 1844.5 487.241 Q1846.33 483.676 1846.33 476.57 Q1846.33 469.44 1844.5 465.898 Q1842.69 462.334 1839.06 462.334 M1839.06 458.63 Q1844.87 458.63 1847.92 463.236 Q1851 467.82 1851 476.57 Q1851 485.297 1847.92 489.903 Q1844.87 494.486 1839.06 494.486 Q1833.25 494.486 1830.17 489.903 Q1827.11 485.297 1827.11 476.57 Q1827.11 467.82 1830.17 463.236 Q1833.25 458.63 1839.06 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1794.82 281.077 Q1791.21 281.077 1789.38 284.642 Q1787.58 288.184 1787.58 295.313 Q1787.58 302.42 1789.38 305.985 Q1791.21 309.526 1794.82 309.526 Q1798.46 309.526 1800.26 305.985 Q1802.09 302.42 1802.09 295.313 Q1802.09 288.184 1800.26 284.642 Q1798.46 281.077 1794.82 281.077 M1794.82 277.374 Q1800.63 277.374 1803.69 281.98 Q1806.77 286.563 1806.77 295.313 Q1806.77 304.04 1803.69 308.647 Q1800.63 313.23 1794.82 313.23 Q1789.01 313.23 1785.93 308.647 Q1782.88 304.04 1782.88 295.313 Q1782.88 286.563 1785.93 281.98 Q1789.01 277.374 1794.82 277.374 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1814.98 306.679 L1819.87 306.679 L1819.87 312.559 L1814.98 312.559 L1814.98 306.679 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1830.1 277.999 L1848.46 277.999 L1848.46 281.934 L1834.38 281.934 L1834.38 290.406 Q1835.4 290.059 1836.42 289.897 Q1837.44 289.711 1838.46 289.711 Q1844.24 289.711 1847.62 292.883 Q1851 296.054 1851 301.471 Q1851 307.049 1847.53 310.151 Q1844.06 313.23 1837.74 313.23 Q1835.56 313.23 1833.29 312.859 Q1831.05 312.489 1828.64 311.748 L1828.64 307.049 Q1830.72 308.184 1832.95 308.739 Q1835.17 309.295 1837.65 309.295 Q1841.65 309.295 1843.99 307.188 Q1846.33 305.082 1846.33 301.471 Q1846.33 297.86 1843.99 295.753 Q1841.65 293.647 1837.65 293.647 Q1835.77 293.647 1833.9 294.063 Q1832.04 294.48 1830.1 295.36 L1830.1 277.999 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1784.64 127.367 L1792.28 127.367 L1792.28 101.001 L1783.97 102.668 L1783.97 98.4088 L1792.23 96.7421 L1796.91 96.7421 L1796.91 127.367 L1804.54 127.367 L1804.54 131.302 L1784.64 131.302 L1784.64 127.367 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 125.423 L1818.87 125.423 L1818.87 131.302 L1813.99 131.302 L1813.99 125.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 99.8208 Q1835.45 99.8208 1833.62 103.386 Q1831.81 106.927 1831.81 114.057 Q1831.81 121.163 1833.62 124.728 Q1835.45 128.27 1839.06 128.27 Q1842.69 128.27 1844.5 124.728 Q1846.33 121.163 1846.33 114.057 Q1846.33 106.927 1844.5 103.386 Q1842.69 99.8208 1839.06 99.8208 M1839.06 96.1171 Q1844.87 96.1171 1847.92 100.724 Q1851 105.307 1851 114.057 Q1851 122.784 1847.92 127.39 Q1844.87 131.973 1839.06 131.973 Q1833.25 131.973 1830.17 127.39 Q1827.11 122.784 1827.11 114.057 Q1827.11 105.307 1830.17 100.724 Q1833.25 96.1171 1839.06 96.1171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2611.22 16.7545 L2611.22 25.383 Q2607.09 21.5346 2602.39 19.6307 Q2597.73 17.7268 2592.46 17.7268 Q2582.09 17.7268 2576.58 24.0867 Q2571.07 30.4061 2571.07 42.3968 Q2571.07 54.3469 2576.58 60.7069 Q2582.09 67.0263 2592.46 67.0263 Q2597.73 67.0263 2602.39 65.1223 Q2607.09 63.2184 2611.22 59.3701 L2611.22 67.9175 Q2606.92 70.8341 2602.1 72.2924 Q2597.32 73.7508 2591.98 73.7508 Q2578.24 73.7508 2570.34 65.3654 Q2562.44 56.9395 2562.44 42.3968 Q2562.44 27.8135 2570.34 19.4281 Q2578.24 11.0023 2591.98 11.0023 Q2597.4 11.0023 2602.18 12.4606 Q2607 13.8784 2611.22 16.7545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2644.07 20.1573 L2632.97 50.2555 L2655.21 50.2555 L2644.07 20.1573 M2639.45 12.096 L2648.73 12.096 L2671.78 72.576 L2663.27 72.576 L2657.76 57.061 L2630.5 57.061 L2624.99 72.576 L2616.36 72.576 L2639.45 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2688.79 18.8205 L2688.79 65.8515 L2698.68 65.8515 Q2711.19 65.8515 2716.99 60.1802 Q2722.82 54.509 2722.82 42.2752 Q2722.82 30.1225 2716.99 24.4918 Q2711.19 18.8205 2698.68 18.8205 L2688.79 18.8205 M2680.61 12.096 L2697.42 12.096 Q2715 12.096 2723.22 19.4281 Q2731.45 26.7198 2731.45 42.2752 Q2731.45 57.9117 2723.18 65.2439 Q2714.92 72.576 2697.42 72.576 L2680.61 72.576 L2680.61 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip473)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1968.51,478.185 1972.68,473.376 1977.31,474.699 1981.48,463.542 1986.4,465.612 1990.87,466.194 1995.5,464.82 2000.12,457.499 2004.44,457.526 2009.22,456.093 \n 2013.69,461.039 2018.01,462.558 2022.93,465.629 2027.26,465.022 2031.58,462.478 2036.35,462.132 2040.97,464.787 2045.15,463.62 2050.07,466.214 2054.54,464.547 \n 2059.17,463.67 2063.79,458.436 2068.11,460.892 2072.88,467.703 2077.51,462.576 2081.68,468.256 2086.3,472.841 2090.78,477.815 2095.25,473.835 2099.87,474.65 \n 2104.49,476.093 2108.82,478.427 2113.59,477.589 2118.21,485.089 2122.39,489.341 2127.31,491.939 2131.78,500.026 2135.96,490.499 2140.73,490.509 2145.2,492.861 \n 2149.52,499.281 2154.3,503.376 2158.92,512.568 2163.54,526.203 2168.01,517.206 2172.49,522.078 2177.11,517.947 2181.73,519.671 2186.06,513.674 2190.23,513.355 \n 2195.15,514.108 2199.62,500.341 2204.25,505.416 2208.72,506.318 2213.19,511.483 2217.96,509.569 2222.44,504.202 2226.76,504.777 2231.53,505.535 2236.16,500.66 \n 2240.78,500.31 2245.1,501.078 2249.72,501.55 2253.9,509.197 2258.82,513.36 2263.29,509.74 2267.92,511.033 2272.54,508.573 2276.86,516.111 2281.63,521.79 \n 2286.11,524.301 2290.43,516.276 2295.35,516.404 2299.53,523.424 2304,533.682 2308.62,524.851 2313.24,526.996 2317.57,520.108 2322.34,522.481 2326.96,527.43 \n 2331.14,534.156 2336.06,535.491 2340.53,531.915 2345.15,537.466 2349.78,535.997 2353.95,539.176 2358.27,537.046 2363.05,531.068 2367.67,521.151 2371.84,519.23 \n 2376.76,533.775 2381.24,527.861 2385.86,533.555 2390.48,528.482 2394.81,528.395 2399.58,531.006 2404.2,519.333 2408.37,508.888 2413,503.771 2417.47,494.149 \n 2421.94,477.666 2426.57,473.206 2431.19,485.451 2435.51,479.343 2440.28,468.826 2444.91,459.757 2449.08,454.214 2454,451.536 2458.47,461.576 2462.65,464.217 \n 2467.57,456.324 2472.04,472.415 2476.67,469.284 2481.14,462.592 2485.61,459.179 2490.38,455.881 2494.86,441.125 2499.18,427.599 2503.95,418.174 2508.57,420.816 \n 2513.2,433.408 2517.37,430.018 2521.99,424.286 2526.32,437.632 2531.09,437.563 2535.56,429.169 2539.89,429.752 2544.81,418.685 2549.28,410.51 2553.9,416.687 \n 2558.38,413.601 2562.85,413.819 2567.62,406.356 2571.8,404.941 2576.42,414.22 2580.59,399.928 2585.51,393.828 2589.99,397.768 2594.61,403.985 2599.23,397.7 \n 2603.56,399.945 2608.33,401.82 2612.8,409.041 2617.12,416.207 2622.05,421.703 2626.22,419.576 2630.69,414.025 2635.32,398.773 2639.94,387.085 2644.26,385.613 \n 2649.03,387.239 2653.66,384.148 2657.83,361.696 2662.75,345.426 2667.22,363.978 2671.85,359.506 2676.47,367.372 2680.79,356.578 2685.42,373.25 2689.89,366.27 \n 2694.36,361.313 2698.98,368.673 2703.61,372.425 2707.93,384.196 2712.7,385.183 2717.32,434.439 2721.5,441.776 2726.42,439.793 2730.89,441.173 2735.07,449.414 \n 2739.84,446.333 2744.31,425.592 2748.64,396.324 2753.41,417.458 2758.03,391.566 2762.65,397.312 2767.13,388.991 2771.6,390.323 2776.22,382.52 2780.84,380.482 \n 2785.17,386.374 2789.34,383.437 2794.26,368.577 2798.74,367.966 2803.36,380.832 2807.83,385.37 2812.31,373.972 2817.08,386.432 2821.55,372.225 2825.87,369.051 \n 2830.65,372.177 2835.27,359.946 2839.89,362.116 2844.07,352.473 2848.69,351.572 2853.01,342.316 2857.78,349.626 2862.26,347.921 2866.58,343.502 2871.5,352.157 \n 2875.97,374.939 2880.6,357.277 2885.07,365.502 2889.54,365.752 2894.31,359.981 2898.64,353.21 2903.11,358.251 2907.73,353.841 2912.36,370.749 2916.68,364.729 \n 2921.45,358.333 2926.07,352.452 2930.25,351.161 2935.17,356.61 2939.64,354.148 2944.27,354.778 2948.89,355.687 2953.06,365.915 2957.39,361.376 2962.16,357.522 \n 2966.78,367.096 2970.96,374.27 2975.88,364.642 2980.35,373.703 2984.97,364.039 2989.59,368.998 2993.92,374.185 2998.69,375.203 3003.31,392.395 3007.49,389.547 \n 3012.11,388.232 3016.58,385.904 3021.06,381.782 3025.68,374.54 3030.3,382.152 3034.62,380.578 3039.4,391.127 3044.02,394.038 3048.19,397.864 3053.11,403.275 \n 3057.59,435.838 3061.76,430.126 3066.53,435.104 3071.01,418.802 3075.33,429.558 3080.1,429.439 3084.72,444.215 3089.35,452.281 3093.82,455.02 3098.29,446.111 \n 3102.92,452.441 3107.54,467.739 3111.86,472.471 3116.48,458.646 3121.11,441.9 3125.43,430.28 3130.2,445.997 3134.68,443.374 3139,444.904 3143.92,447.196 \n 3148.39,447.861 3153.02,455.054 3157.49,456.296 3161.96,455.467 3166.73,445.379 3170.91,451.187 3175.53,453.779 3179.71,462.967 3184.63,458.692 3189.1,444.675 \n 3193.72,431.203 3198.34,432.303 3202.67,431.524 3207.44,442.58 3211.91,442.445 3216.24,432.561 3221.16,425.101 3225.33,440.975 3229.81,443.427 3234.43,441.571 \n 3239.05,446.087 3243.37,451.479 3248.15,447.941 3252.77,448.692 3256.94,445.734 3261.86,451.724 3266.34,456.266 3270.96,466.482 3275.58,452.57 3279.76,453.824 \n 3284.08,459.278 3288.85,462.054 3293.47,464.149 3297.65,452.122 3302.57,454.157 3307.04,458.678 3311.67,457.544 3316.29,455.067 3320.61,458.903 3325.38,450.333 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM3634.47 839.048 L5072.76 839.048 L5072.76 114.022 L3634.47 114.022 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip474\">\n <rect x=\"3634\" y=\"114\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3942.97,839.048 3942.97,114.022 \n \"/>\n<polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 4487.66,839.048 4487.66,114.022 \n \"/>\n<polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 5032.2,839.048 5032.2,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,839.048 5072.76,839.048 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3942.97,839.048 3942.97,820.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4487.66,839.048 4487.66,820.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 5032.2,839.048 5032.2,820.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M3891.58 917.545 L3907.9 917.545 L3907.9 921.48 L3885.96 921.48 L3885.96 917.545 Q3888.62 914.79 3893.2 910.16 Q3897.81 905.508 3898.99 904.165 Q3901.24 901.642 3902.12 899.906 Q3903.02 898.147 3903.02 896.457 Q3903.02 893.702 3901.07 891.966 Q3899.15 890.23 3896.05 890.23 Q3893.85 890.23 3891.4 890.994 Q3888.97 891.758 3886.19 893.309 L3886.19 888.587 Q3889.01 887.452 3891.47 886.874 Q3893.92 886.295 3895.96 886.295 Q3901.33 886.295 3904.52 888.98 Q3907.72 891.665 3907.72 896.156 Q3907.72 898.286 3906.91 900.207 Q3906.12 902.105 3904.01 904.698 Q3903.43 905.369 3900.33 908.586 Q3897.23 911.781 3891.58 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3927.72 889.999 Q3924.11 889.999 3922.28 893.563 Q3920.47 897.105 3920.47 904.235 Q3920.47 911.341 3922.28 914.906 Q3924.11 918.447 3927.72 918.447 Q3931.35 918.447 3933.16 914.906 Q3934.99 911.341 3934.99 904.235 Q3934.99 897.105 3933.16 893.563 Q3931.35 889.999 3927.72 889.999 M3927.72 886.295 Q3933.53 886.295 3936.58 890.901 Q3939.66 895.485 3939.66 904.235 Q3939.66 912.961 3936.58 917.568 Q3933.53 922.151 3927.72 922.151 Q3921.91 922.151 3918.83 917.568 Q3915.77 912.961 3915.77 904.235 Q3915.77 895.485 3918.83 890.901 Q3921.91 886.295 3927.72 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3957.88 889.999 Q3954.27 889.999 3952.44 893.563 Q3950.63 897.105 3950.63 904.235 Q3950.63 911.341 3952.44 914.906 Q3954.27 918.447 3957.88 918.447 Q3961.51 918.447 3963.32 914.906 Q3965.15 911.341 3965.15 904.235 Q3965.15 897.105 3963.32 893.563 Q3961.51 889.999 3957.88 889.999 M3957.88 886.295 Q3963.69 886.295 3966.74 890.901 Q3969.82 895.485 3969.82 904.235 Q3969.82 912.961 3966.74 917.568 Q3963.69 922.151 3957.88 922.151 Q3952.07 922.151 3948.99 917.568 Q3945.93 912.961 3945.93 904.235 Q3945.93 895.485 3948.99 890.901 Q3952.07 886.295 3957.88 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3988.04 889.999 Q3984.43 889.999 3982.6 893.563 Q3980.8 897.105 3980.8 904.235 Q3980.8 911.341 3982.6 914.906 Q3984.43 918.447 3988.04 918.447 Q3991.68 918.447 3993.48 914.906 Q3995.31 911.341 3995.31 904.235 Q3995.31 897.105 3993.48 893.563 Q3991.68 889.999 3988.04 889.999 M3988.04 886.295 Q3993.85 886.295 3996.91 890.901 Q3999.99 895.485 3999.99 904.235 Q3999.99 912.961 3996.91 917.568 Q3993.85 922.151 3988.04 922.151 Q3982.23 922.151 3979.15 917.568 Q3976.1 912.961 3976.1 904.235 Q3976.1 895.485 3979.15 890.901 Q3982.23 886.295 3988.04 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4436.27 917.545 L4452.59 917.545 L4452.59 921.48 L4430.65 921.48 L4430.65 917.545 Q4433.31 914.79 4437.89 910.16 Q4442.5 905.508 4443.68 904.165 Q4445.92 901.642 4446.8 899.906 Q4447.71 898.147 4447.71 896.457 Q4447.71 893.702 4445.76 891.966 Q4443.84 890.23 4440.74 890.23 Q4438.54 890.23 4436.09 890.994 Q4433.66 891.758 4430.88 893.309 L4430.88 888.587 Q4433.7 887.452 4436.16 886.874 Q4438.61 886.295 4440.65 886.295 Q4446.02 886.295 4449.21 888.98 Q4452.41 891.665 4452.41 896.156 Q4452.41 898.286 4451.6 900.207 Q4450.81 902.105 4448.7 904.698 Q4448.12 905.369 4445.02 908.586 Q4441.92 911.781 4436.27 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4472.41 889.999 Q4468.79 889.999 4466.97 893.563 Q4465.16 897.105 4465.16 904.235 Q4465.16 911.341 4466.97 914.906 Q4468.79 918.447 4472.41 918.447 Q4476.04 918.447 4477.85 914.906 Q4479.67 911.341 4479.67 904.235 Q4479.67 897.105 4477.85 893.563 Q4476.04 889.999 4472.41 889.999 M4472.41 886.295 Q4478.22 886.295 4481.27 890.901 Q4484.35 895.485 4484.35 904.235 Q4484.35 912.961 4481.27 917.568 Q4478.22 922.151 4472.41 922.151 Q4466.6 922.151 4463.52 917.568 Q4460.46 912.961 4460.46 904.235 Q4460.46 895.485 4463.52 890.901 Q4466.6 886.295 4472.41 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4493.38 917.545 L4501.02 917.545 L4501.02 891.179 L4492.71 892.846 L4492.71 888.587 L4500.97 886.92 L4505.65 886.92 L4505.65 917.545 L4513.28 917.545 L4513.28 921.48 L4493.38 921.48 L4493.38 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4532.73 889.999 Q4529.12 889.999 4527.29 893.563 Q4525.48 897.105 4525.48 904.235 Q4525.48 911.341 4527.29 914.906 Q4529.12 918.447 4532.73 918.447 Q4536.36 918.447 4538.17 914.906 Q4540 911.341 4540 904.235 Q4540 897.105 4538.17 893.563 Q4536.36 889.999 4532.73 889.999 M4532.73 886.295 Q4538.54 886.295 4541.59 890.901 Q4544.67 895.485 4544.67 904.235 Q4544.67 912.961 4541.59 917.568 Q4538.54 922.151 4532.73 922.151 Q4526.92 922.151 4523.84 917.568 Q4520.78 912.961 4520.78 904.235 Q4520.78 895.485 4523.84 890.901 Q4526.92 886.295 4532.73 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4980.81 917.545 L4997.13 917.545 L4997.13 921.48 L4975.19 921.48 L4975.19 917.545 Q4977.85 914.79 4982.43 910.16 Q4987.04 905.508 4988.22 904.165 Q4990.46 901.642 4991.34 899.906 Q4992.25 898.147 4992.25 896.457 Q4992.25 893.702 4990.3 891.966 Q4988.38 890.23 4985.28 890.23 Q4983.08 890.23 4980.62 890.994 Q4978.19 891.758 4975.42 893.309 L4975.42 888.587 Q4978.24 887.452 4980.69 886.874 Q4983.15 886.295 4985.19 886.295 Q4990.56 886.295 4993.75 888.98 Q4996.94 891.665 4996.94 896.156 Q4996.94 898.286 4996.13 900.207 Q4995.35 902.105 4993.24 904.698 Q4992.66 905.369 4989.56 908.586 Q4986.46 911.781 4980.81 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5016.94 889.999 Q5013.33 889.999 5011.5 893.563 Q5009.7 897.105 5009.7 904.235 Q5009.7 911.341 5011.5 914.906 Q5013.33 918.447 5016.94 918.447 Q5020.58 918.447 5022.38 914.906 Q5024.21 911.341 5024.21 904.235 Q5024.21 897.105 5022.38 893.563 Q5020.58 889.999 5016.94 889.999 M5016.94 886.295 Q5022.75 886.295 5025.81 890.901 Q5028.89 895.485 5028.89 904.235 Q5028.89 912.961 5025.81 917.568 Q5022.75 922.151 5016.94 922.151 Q5011.13 922.151 5008.06 917.568 Q5005 912.961 5005 904.235 Q5005 895.485 5008.06 890.901 Q5011.13 886.295 5016.94 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5041.13 917.545 L5057.45 917.545 L5057.45 921.48 L5035.51 921.48 L5035.51 917.545 Q5038.17 914.79 5042.75 910.16 Q5047.36 905.508 5048.54 904.165 Q5050.79 901.642 5051.67 899.906 Q5052.57 898.147 5052.57 896.457 Q5052.57 893.702 5050.62 891.966 Q5048.7 890.23 5045.6 890.23 Q5043.4 890.23 5040.95 890.994 Q5038.52 891.758 5035.74 893.309 L5035.74 888.587 Q5038.56 887.452 5041.02 886.874 Q5043.47 886.295 5045.51 886.295 Q5050.88 886.295 5054.07 888.98 Q5057.27 891.665 5057.27 896.156 Q5057.27 898.286 5056.46 900.207 Q5055.67 902.105 5053.56 904.698 Q5052.99 905.369 5049.88 908.586 Q5046.78 911.781 5041.13 917.545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5077.27 889.999 Q5073.66 889.999 5071.83 893.563 Q5070.02 897.105 5070.02 904.235 Q5070.02 911.341 5071.83 914.906 Q5073.66 918.447 5077.27 918.447 Q5080.9 918.447 5082.71 914.906 Q5084.54 911.341 5084.54 904.235 Q5084.54 897.105 5082.71 893.563 Q5080.9 889.999 5077.27 889.999 M5077.27 886.295 Q5083.08 886.295 5086.13 890.901 Q5089.21 895.485 5089.21 904.235 Q5089.21 912.961 5086.13 917.568 Q5083.08 922.151 5077.27 922.151 Q5071.46 922.151 5068.38 917.568 Q5065.32 912.961 5065.32 904.235 Q5065.32 895.485 5068.38 890.901 Q5071.46 886.295 5077.27 886.295 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,839.048 5072.76,839.048 \n \"/>\n<polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,657.791 5072.76,657.791 \n \"/>\n<polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,476.535 5072.76,476.535 \n \"/>\n<polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,295.279 5072.76,295.279 \n \"/>\n<polyline clip-path=\"url(#clip474)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,114.022 5072.76,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,839.048 3634.47,114.022 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,839.048 3653.37,839.048 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,657.791 3653.37,657.791 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,476.535 3653.37,476.535 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,295.279 3653.37,295.279 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,114.022 3653.37,114.022 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M3450.73 839.499 L3480.4 839.499 L3480.4 843.434 L3450.73 843.434 L3450.73 839.499 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3491.3 852.393 L3498.94 852.393 L3498.94 826.027 L3490.63 827.694 L3490.63 823.435 L3498.9 821.768 L3503.57 821.768 L3503.57 852.393 L3511.21 852.393 L3511.21 856.328 L3491.3 856.328 L3491.3 852.393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 850.448 L3525.54 850.448 L3525.54 856.328 L3520.66 856.328 L3520.66 850.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 824.847 Q3542.11 824.847 3540.29 828.411 Q3538.48 831.953 3538.48 839.083 Q3538.48 846.189 3540.29 849.754 Q3542.11 853.295 3545.72 853.295 Q3549.36 853.295 3551.16 849.754 Q3552.99 846.189 3552.99 839.083 Q3552.99 831.953 3551.16 828.411 Q3549.36 824.847 3545.72 824.847 M3545.72 821.143 Q3551.54 821.143 3554.59 825.749 Q3557.67 830.333 3557.67 839.083 Q3557.67 847.809 3554.59 852.416 Q3551.54 856.999 3545.72 856.999 Q3539.91 856.999 3536.84 852.416 Q3533.78 847.809 3533.78 839.083 Q3533.78 830.333 3536.84 825.749 Q3539.91 821.143 3545.72 821.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3451.72 658.243 L3481.4 658.243 L3481.4 662.178 L3451.72 662.178 L3451.72 658.243 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3501.49 643.59 Q3497.88 643.59 3496.05 647.155 Q3494.24 650.697 3494.24 657.826 Q3494.24 664.933 3496.05 668.497 Q3497.88 672.039 3501.49 672.039 Q3505.12 672.039 3506.93 668.497 Q3508.76 664.933 3508.76 657.826 Q3508.76 650.697 3506.93 647.155 Q3505.12 643.59 3501.49 643.59 M3501.49 639.886 Q3507.3 639.886 3510.35 644.493 Q3513.43 649.076 3513.43 657.826 Q3513.43 666.553 3510.35 671.159 Q3507.3 675.743 3501.49 675.743 Q3495.68 675.743 3492.6 671.159 Q3489.54 666.553 3489.54 657.826 Q3489.54 649.076 3492.6 644.493 Q3495.68 639.886 3501.49 639.886 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3521.65 669.192 L3526.54 669.192 L3526.54 675.071 L3521.65 675.071 L3521.65 669.192 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3536.77 640.511 L3555.12 640.511 L3555.12 644.447 L3541.05 644.447 L3541.05 652.919 Q3542.07 652.572 3543.09 652.41 Q3544.1 652.224 3545.12 652.224 Q3550.91 652.224 3554.29 655.396 Q3557.67 658.567 3557.67 663.984 Q3557.67 669.562 3554.2 672.664 Q3550.72 675.743 3544.41 675.743 Q3542.23 675.743 3539.96 675.372 Q3537.72 675.002 3535.31 674.261 L3535.31 669.562 Q3537.39 670.696 3539.61 671.252 Q3541.84 671.808 3544.31 671.808 Q3548.32 671.808 3550.66 669.701 Q3552.99 667.595 3552.99 663.984 Q3552.99 660.372 3550.66 658.266 Q3548.32 656.16 3544.31 656.16 Q3542.44 656.16 3540.56 656.576 Q3538.71 656.993 3536.77 657.872 L3536.77 640.511 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3500.49 462.334 Q3496.88 462.334 3495.05 465.898 Q3493.25 469.44 3493.25 476.57 Q3493.25 483.676 3495.05 487.241 Q3496.88 490.783 3500.49 490.783 Q3504.13 490.783 3505.93 487.241 Q3507.76 483.676 3507.76 476.57 Q3507.76 469.44 3505.93 465.898 Q3504.13 462.334 3500.49 462.334 M3500.49 458.63 Q3506.3 458.63 3509.36 463.236 Q3512.44 467.82 3512.44 476.57 Q3512.44 485.297 3509.36 489.903 Q3506.3 494.486 3500.49 494.486 Q3494.68 494.486 3491.6 489.903 Q3488.55 485.297 3488.55 476.57 Q3488.55 467.82 3491.6 463.236 Q3494.68 458.63 3500.49 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 487.935 L3525.54 487.935 L3525.54 493.815 L3520.66 493.815 L3520.66 487.935 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 462.334 Q3542.11 462.334 3540.29 465.898 Q3538.48 469.44 3538.48 476.57 Q3538.48 483.676 3540.29 487.241 Q3542.11 490.783 3545.72 490.783 Q3549.36 490.783 3551.16 487.241 Q3552.99 483.676 3552.99 476.57 Q3552.99 469.44 3551.16 465.898 Q3549.36 462.334 3545.72 462.334 M3545.72 458.63 Q3551.54 458.63 3554.59 463.236 Q3557.67 467.82 3557.67 476.57 Q3557.67 485.297 3554.59 489.903 Q3551.54 494.486 3545.72 494.486 Q3539.91 494.486 3536.84 489.903 Q3533.78 485.297 3533.78 476.57 Q3533.78 467.82 3536.84 463.236 Q3539.91 458.63 3545.72 458.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3501.49 281.077 Q3497.88 281.077 3496.05 284.642 Q3494.24 288.184 3494.24 295.313 Q3494.24 302.42 3496.05 305.985 Q3497.88 309.526 3501.49 309.526 Q3505.12 309.526 3506.93 305.985 Q3508.76 302.42 3508.76 295.313 Q3508.76 288.184 3506.93 284.642 Q3505.12 281.077 3501.49 281.077 M3501.49 277.374 Q3507.3 277.374 3510.35 281.98 Q3513.43 286.563 3513.43 295.313 Q3513.43 304.04 3510.35 308.647 Q3507.3 313.23 3501.49 313.23 Q3495.68 313.23 3492.6 308.647 Q3489.54 304.04 3489.54 295.313 Q3489.54 286.563 3492.6 281.98 Q3495.68 277.374 3501.49 277.374 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3521.65 306.679 L3526.54 306.679 L3526.54 312.559 L3521.65 312.559 L3521.65 306.679 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3536.77 277.999 L3555.12 277.999 L3555.12 281.934 L3541.05 281.934 L3541.05 290.406 Q3542.07 290.059 3543.09 289.897 Q3544.1 289.711 3545.12 289.711 Q3550.91 289.711 3554.29 292.883 Q3557.67 296.054 3557.67 301.471 Q3557.67 307.049 3554.2 310.151 Q3550.72 313.23 3544.41 313.23 Q3542.23 313.23 3539.96 312.859 Q3537.72 312.489 3535.31 311.748 L3535.31 307.049 Q3537.39 308.184 3539.61 308.739 Q3541.84 309.295 3544.31 309.295 Q3548.32 309.295 3550.66 307.188 Q3552.99 305.082 3552.99 301.471 Q3552.99 297.86 3550.66 295.753 Q3548.32 293.647 3544.31 293.647 Q3542.44 293.647 3540.56 294.063 Q3538.71 294.48 3536.77 295.36 L3536.77 277.999 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3491.3 127.367 L3498.94 127.367 L3498.94 101.001 L3490.63 102.668 L3490.63 98.4088 L3498.9 96.7421 L3503.57 96.7421 L3503.57 127.367 L3511.21 127.367 L3511.21 131.302 L3491.3 131.302 L3491.3 127.367 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 125.423 L3525.54 125.423 L3525.54 131.302 L3520.66 131.302 L3520.66 125.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 99.8208 Q3542.11 99.8208 3540.29 103.386 Q3538.48 106.927 3538.48 114.057 Q3538.48 121.163 3540.29 124.728 Q3542.11 128.27 3545.72 128.27 Q3549.36 128.27 3551.16 124.728 Q3552.99 121.163 3552.99 114.057 Q3552.99 106.927 3551.16 103.386 Q3549.36 99.8208 3545.72 99.8208 M3545.72 96.1171 Q3551.54 96.1171 3554.59 100.724 Q3557.67 105.307 3557.67 114.057 Q3557.67 122.784 3554.59 127.39 Q3551.54 131.973 3545.72 131.973 Q3539.91 131.973 3536.84 127.39 Q3533.78 122.784 3533.78 114.057 Q3533.78 105.307 3536.84 100.724 Q3539.91 96.1171 3545.72 96.1171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4273.49 12.096 L4311.73 12.096 L4311.73 18.9825 L4281.67 18.9825 L4281.67 36.8875 L4310.47 36.8875 L4310.47 43.7741 L4281.67 43.7741 L4281.67 65.6895 L4312.46 65.6895 L4312.46 72.576 L4273.49 72.576 L4273.49 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4324.97 12.096 L4333.2 12.096 L4333.2 48.8377 Q4333.2 58.5599 4336.72 62.8538 Q4340.24 67.1073 4348.14 67.1073 Q4356 67.1073 4359.53 62.8538 Q4363.05 58.5599 4363.05 48.8377 L4363.05 12.096 L4371.27 12.096 L4371.27 49.8504 Q4371.27 61.6791 4365.4 67.7149 Q4359.57 73.7508 4348.14 73.7508 Q4336.68 73.7508 4330.81 67.7149 Q4324.97 61.6791 4324.97 49.8504 L4324.97 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4415.31 44.2197 Q4417.94 45.1109 4420.41 48.0275 Q4422.92 50.9442 4425.44 56.0483 L4433.74 72.576 L4424.95 72.576 L4417.21 57.061 Q4414.21 50.9847 4411.38 48.9997 Q4408.58 47.0148 4403.72 47.0148 L4394.81 47.0148 L4394.81 72.576 L4386.63 72.576 L4386.63 12.096 L4405.1 12.096 Q4415.47 12.096 4420.57 16.4305 Q4425.68 20.7649 4425.68 29.5149 Q4425.68 35.2267 4423 38.994 Q4420.37 42.7613 4415.31 44.2197 M4394.81 18.8205 L4394.81 40.2903 L4405.1 40.2903 Q4411.01 40.2903 4414.01 37.5762 Q4417.05 34.8216 4417.05 29.5149 Q4417.05 24.2082 4414.01 21.5346 Q4411.01 18.8205 4405.1 18.8205 L4394.81 18.8205 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip474)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3675.18,471.653 3679.35,454.897 3683.97,433.58 3688.15,437.84 3693.07,445.278 3697.54,437.909 3702.16,438.879 3706.79,460.177 3711.11,450.93 3715.88,446.607 \n 3720.35,456.696 3724.68,453.848 3729.6,467.964 3733.92,464.283 3738.25,466.45 3743.02,480.277 3747.64,479.399 3751.82,478.97 3756.74,467.886 3761.21,470.345 \n 3765.83,482.513 3770.45,480.006 3774.78,486.523 3779.55,490.306 3784.17,510.726 3788.35,522.369 3792.97,518.754 3797.44,533.004 3801.92,528.27 3806.54,536.816 \n 3811.16,556.751 3815.49,550.096 3820.26,543.922 3824.88,535.332 3829.05,544.871 3833.97,552.521 3838.45,559.162 3842.62,557.12 3847.39,564.636 3851.87,554.377 \n 3856.19,552.639 3860.96,557.764 3865.59,553.112 3870.21,550.701 3874.68,531.912 3879.15,529.191 3883.78,537.21 3888.4,532.389 3892.72,545.058 3896.9,557.872 \n 3901.82,564.461 3906.29,572.425 3910.91,578.365 3915.39,583.129 3919.86,570.49 3924.63,576.055 3929.1,573.973 3933.43,579.615 3938.2,595.924 3942.82,598.529 \n 3947.45,608.133 3951.77,614.722 3956.39,617.734 3960.57,636.198 3965.49,630.623 3969.96,619.385 3974.58,632.424 3979.2,648.153 3983.53,651.434 3988.3,666.596 \n 3992.77,657.459 3997.1,630.609 4002.02,634.612 4006.19,638.883 4010.67,653.34 4015.29,652.39 4019.91,668.535 4024.24,668.828 4029.01,656.66 4033.63,642.824 \n 4037.8,641.661 4042.72,645.33 4047.2,647.052 4051.82,648.653 4056.44,660.422 4060.62,658.267 4064.94,654.714 4069.71,642.528 4074.34,628.967 4078.51,608.352 \n 4083.43,610.51 4087.9,609.898 4092.53,606.663 4097.15,605.416 4101.47,603.316 4106.24,583.391 4110.87,574.686 4115.04,572.805 4119.66,567.899 4124.14,559.356 \n 4128.61,539.926 4133.23,548.274 4137.85,555.195 4142.18,563.892 4146.95,542.211 4151.57,542.517 4155.75,531.099 4160.67,512.311 4165.14,517.515 4169.32,517.168 \n 4174.24,520.851 4178.71,529.554 4183.33,522.54 4187.81,523.579 4192.28,527.153 4197.05,523.571 4201.52,515.553 4205.85,506.806 4210.62,490.883 4215.24,482.774 \n 4219.86,498.021 4224.04,491.594 4228.66,499.434 4232.99,502.1 4237.76,518.535 4242.23,526.01 4246.55,525.189 4251.47,521.114 4255.95,528.799 4260.57,531.713 \n 4265.04,538.032 4269.52,538.452 4274.29,528.54 4278.46,535.794 4283.08,531.05 4287.26,517.175 4292.18,510.894 4296.65,513.253 4301.28,514.77 4305.9,514.471 \n 4310.22,518.931 4314.99,516.823 4319.47,503.74 4323.79,506.173 4328.71,512.042 4332.89,506.577 4337.36,504.265 4341.98,495.664 4346.6,501.241 4350.93,500.321 \n 4355.7,495.833 4360.32,497.717 4364.5,482.866 4369.42,476.925 4373.89,471.859 4378.51,473.548 4383.14,469.178 4387.46,459.834 4392.08,443.971 4396.56,449.989 \n 4401.03,450.208 4405.65,444.721 4410.27,447.68 4414.6,468.134 4419.37,484.595 4423.99,522.897 4428.17,522.166 4433.09,488.998 4437.56,517.966 4441.73,521.053 \n 4446.51,504.885 4450.98,505.578 4455.3,481.618 4460.08,484.817 4464.7,480.949 4469.32,476.571 4473.79,469.913 4478.27,466.503 4482.89,460.164 4487.51,476.571 \n 4491.83,488.063 4496.01,494.682 4500.93,497.76 4505.4,504.109 4510.03,533.245 4514.5,533.999 4518.97,511.701 4523.74,520.673 4528.22,494.717 4532.54,488.143 \n 4537.31,511.76 4541.93,500.802 4546.56,492.922 4550.73,490.089 4555.35,480.121 4559.68,463.808 4564.45,474.925 4568.92,471.566 4573.25,474.475 4578.17,473.526 \n 4582.64,498.961 4587.26,484.795 4591.74,497.555 4596.21,510.843 4600.98,507.888 4605.31,500.064 4609.78,501.744 4614.4,504.015 4619.02,528.733 4623.35,519.351 \n 4628.12,530.309 4632.74,522.024 4636.92,514.725 4641.84,512.222 4646.31,510.982 4650.93,506.181 4655.55,495.719 4659.73,509.4 4664.05,515.993 4668.82,506.512 \n 4673.45,512.8 4677.62,511.78 4682.54,504.104 4687.02,506.684 4691.64,497.207 4696.26,495.661 4700.58,495.131 4705.36,490.777 4709.98,498.597 4714.15,489.931 \n 4718.78,490.683 4723.25,488.476 4727.72,494.256 4732.34,493.009 4736.97,501.394 4741.29,507.11 4746.06,522.331 4750.68,525.388 4754.86,527.276 4759.78,538.131 \n 4764.25,563.557 4768.43,565.833 4773.2,581.706 4777.67,566.481 4782,574.533 4786.77,568.815 4791.39,572.023 4796.01,567.065 4800.49,568.601 4804.96,572.558 \n 4809.58,588.97 4814.2,579.169 4818.53,580.87 4823.15,579.614 4827.77,562.693 4832.1,561.176 4836.87,571.8 4841.34,572.965 4845.67,570.993 4850.59,572.877 \n 4855.06,570.104 4859.68,579.657 4864.16,591.994 4868.63,594.727 4873.4,586.508 4877.57,592.998 4882.2,591.177 4886.37,585.142 4891.29,574.056 4895.77,569.521 \n 4900.39,558.103 4905.01,555.702 4909.33,558.337 4914.11,564.262 4918.58,556.431 4922.9,554.684 4927.82,542.05 4932,550.362 4936.47,548.248 4941.09,555.461 \n 4945.72,568.779 4950.04,569.58 4954.81,569.621 4959.43,572.51 4963.61,573.931 4968.53,583.792 4973,584.917 4977.63,582.585 4982.25,582.187 4986.42,585.806 \n 4990.75,591.831 4995.52,593.434 5000.14,596.469 5004.32,589.557 5009.24,598.664 5013.71,603.56 5018.33,608.072 5022.95,600.592 5027.28,605.561 5032.05,599.976 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM221.136 1799.05 L1659.42 1799.05 L1659.42 1074.02 L221.136 1074.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip475\">\n <rect x=\"221\" y=\"1074\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 529.638,1799.05 529.638,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1074.33,1799.05 1074.33,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1618.87,1799.05 1618.87,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1799.05 1659.42,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 529.638,1799.05 529.638,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1074.33,1799.05 1074.33,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1618.87,1799.05 1618.87,1780.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M478.25 1877.54 L494.569 1877.54 L494.569 1881.48 L472.625 1881.48 L472.625 1877.54 Q475.287 1874.79 479.87 1870.16 Q484.477 1865.51 485.657 1864.17 Q487.903 1861.64 488.782 1859.91 Q489.685 1858.15 489.685 1856.46 Q489.685 1853.7 487.741 1851.97 Q485.819 1850.23 482.717 1850.23 Q480.518 1850.23 478.065 1850.99 Q475.634 1851.76 472.856 1853.31 L472.856 1848.59 Q475.68 1847.45 478.134 1846.87 Q480.588 1846.29 482.625 1846.29 Q487.995 1846.29 491.19 1848.98 Q494.384 1851.67 494.384 1856.16 Q494.384 1858.29 493.574 1860.21 Q492.787 1862.1 490.68 1864.7 Q490.102 1865.37 487 1868.59 Q483.898 1871.78 478.25 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M514.384 1850 Q510.773 1850 508.944 1853.56 Q507.139 1857.11 507.139 1864.23 Q507.139 1871.34 508.944 1874.91 Q510.773 1878.45 514.384 1878.45 Q518.018 1878.45 519.824 1874.91 Q521.652 1871.34 521.652 1864.23 Q521.652 1857.11 519.824 1853.56 Q518.018 1850 514.384 1850 M514.384 1846.29 Q520.194 1846.29 523.25 1850.9 Q526.328 1855.48 526.328 1864.23 Q526.328 1872.96 523.25 1877.57 Q520.194 1882.15 514.384 1882.15 Q508.574 1882.15 505.495 1877.57 Q502.44 1872.96 502.44 1864.23 Q502.44 1855.48 505.495 1850.9 Q508.574 1846.29 514.384 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M544.546 1850 Q540.935 1850 539.106 1853.56 Q537.3 1857.11 537.3 1864.23 Q537.3 1871.34 539.106 1874.91 Q540.935 1878.45 544.546 1878.45 Q548.18 1878.45 549.986 1874.91 Q551.814 1871.34 551.814 1864.23 Q551.814 1857.11 549.986 1853.56 Q548.18 1850 544.546 1850 M544.546 1846.29 Q550.356 1846.29 553.411 1850.9 Q556.49 1855.48 556.49 1864.23 Q556.49 1872.96 553.411 1877.57 Q550.356 1882.15 544.546 1882.15 Q538.736 1882.15 535.657 1877.57 Q532.601 1872.96 532.601 1864.23 Q532.601 1855.48 535.657 1850.9 Q538.736 1846.29 544.546 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M574.708 1850 Q571.097 1850 569.268 1853.56 Q567.462 1857.11 567.462 1864.23 Q567.462 1871.34 569.268 1874.91 Q571.097 1878.45 574.708 1878.45 Q578.342 1878.45 580.147 1874.91 Q581.976 1871.34 581.976 1864.23 Q581.976 1857.11 580.147 1853.56 Q578.342 1850 574.708 1850 M574.708 1846.29 Q580.518 1846.29 583.573 1850.9 Q586.652 1855.48 586.652 1864.23 Q586.652 1872.96 583.573 1877.57 Q580.518 1882.15 574.708 1882.15 Q568.898 1882.15 565.819 1877.57 Q562.763 1872.96 562.763 1864.23 Q562.763 1855.48 565.819 1850.9 Q568.898 1846.29 574.708 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1022.94 1877.54 L1039.26 1877.54 L1039.26 1881.48 L1017.31 1881.48 L1017.31 1877.54 Q1019.97 1874.79 1024.56 1870.16 Q1029.16 1865.51 1030.35 1864.17 Q1032.59 1861.64 1033.47 1859.91 Q1034.37 1858.15 1034.37 1856.46 Q1034.37 1853.7 1032.43 1851.97 Q1030.51 1850.23 1027.41 1850.23 Q1025.21 1850.23 1022.75 1850.99 Q1020.32 1851.76 1017.54 1853.31 L1017.54 1848.59 Q1020.37 1847.45 1022.82 1846.87 Q1025.28 1846.29 1027.31 1846.29 Q1032.68 1846.29 1035.88 1848.98 Q1039.07 1851.67 1039.07 1856.16 Q1039.07 1858.29 1038.26 1860.21 Q1037.47 1862.1 1035.37 1864.7 Q1034.79 1865.37 1031.69 1868.59 Q1028.59 1871.78 1022.94 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1059.07 1850 Q1055.46 1850 1053.63 1853.56 Q1051.83 1857.11 1051.83 1864.23 Q1051.83 1871.34 1053.63 1874.91 Q1055.46 1878.45 1059.07 1878.45 Q1062.71 1878.45 1064.51 1874.91 Q1066.34 1871.34 1066.34 1864.23 Q1066.34 1857.11 1064.51 1853.56 Q1062.71 1850 1059.07 1850 M1059.07 1846.29 Q1064.88 1846.29 1067.94 1850.9 Q1071.02 1855.48 1071.02 1864.23 Q1071.02 1872.96 1067.94 1877.57 Q1064.88 1882.15 1059.07 1882.15 Q1053.26 1882.15 1050.18 1877.57 Q1047.13 1872.96 1047.13 1864.23 Q1047.13 1855.48 1050.18 1850.9 Q1053.26 1846.29 1059.07 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1080.04 1877.54 L1087.68 1877.54 L1087.68 1851.18 L1079.37 1852.85 L1079.37 1848.59 L1087.64 1846.92 L1092.31 1846.92 L1092.31 1877.54 L1099.95 1877.54 L1099.95 1881.48 L1080.04 1881.48 L1080.04 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1119.4 1850 Q1115.78 1850 1113.96 1853.56 Q1112.15 1857.11 1112.15 1864.23 Q1112.15 1871.34 1113.96 1874.91 Q1115.78 1878.45 1119.4 1878.45 Q1123.03 1878.45 1124.84 1874.91 Q1126.66 1871.34 1126.66 1864.23 Q1126.66 1857.11 1124.84 1853.56 Q1123.03 1850 1119.4 1850 M1119.4 1846.29 Q1125.21 1846.29 1128.26 1850.9 Q1131.34 1855.48 1131.34 1864.23 Q1131.34 1872.96 1128.26 1877.57 Q1125.21 1882.15 1119.4 1882.15 Q1113.59 1882.15 1110.51 1877.57 Q1107.45 1872.96 1107.45 1864.23 Q1107.45 1855.48 1110.51 1850.9 Q1113.59 1846.29 1119.4 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1567.48 1877.54 L1583.8 1877.54 L1583.8 1881.48 L1561.85 1881.48 L1561.85 1877.54 Q1564.51 1874.79 1569.1 1870.16 Q1573.7 1865.51 1574.88 1864.17 Q1577.13 1861.64 1578.01 1859.91 Q1578.91 1858.15 1578.91 1856.46 Q1578.91 1853.7 1576.97 1851.97 Q1575.05 1850.23 1571.94 1850.23 Q1569.75 1850.23 1567.29 1850.99 Q1564.86 1851.76 1562.08 1853.31 L1562.08 1848.59 Q1564.91 1847.45 1567.36 1846.87 Q1569.81 1846.29 1571.85 1846.29 Q1577.22 1846.29 1580.42 1848.98 Q1583.61 1851.67 1583.61 1856.16 Q1583.61 1858.29 1582.8 1860.21 Q1582.01 1862.1 1579.91 1864.7 Q1579.33 1865.37 1576.23 1868.59 Q1573.12 1871.78 1567.48 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1603.61 1850 Q1600 1850 1598.17 1853.56 Q1596.37 1857.11 1596.37 1864.23 Q1596.37 1871.34 1598.17 1874.91 Q1600 1878.45 1603.61 1878.45 Q1607.25 1878.45 1609.05 1874.91 Q1610.88 1871.34 1610.88 1864.23 Q1610.88 1857.11 1609.05 1853.56 Q1607.25 1850 1603.61 1850 M1603.61 1846.29 Q1609.42 1846.29 1612.48 1850.9 Q1615.56 1855.48 1615.56 1864.23 Q1615.56 1872.96 1612.48 1877.57 Q1609.42 1882.15 1603.61 1882.15 Q1597.8 1882.15 1594.72 1877.57 Q1591.67 1872.96 1591.67 1864.23 Q1591.67 1855.48 1594.72 1850.9 Q1597.8 1846.29 1603.61 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1627.8 1877.54 L1644.12 1877.54 L1644.12 1881.48 L1622.18 1881.48 L1622.18 1877.54 Q1624.84 1874.79 1629.42 1870.16 Q1634.03 1865.51 1635.21 1864.17 Q1637.45 1861.64 1638.33 1859.91 Q1639.24 1858.15 1639.24 1856.46 Q1639.24 1853.7 1637.29 1851.97 Q1635.37 1850.23 1632.27 1850.23 Q1630.07 1850.23 1627.62 1850.99 Q1625.18 1851.76 1622.41 1853.31 L1622.41 1848.59 Q1625.23 1847.45 1627.68 1846.87 Q1630.14 1846.29 1632.18 1846.29 Q1637.55 1846.29 1640.74 1848.98 Q1643.93 1851.67 1643.93 1856.16 Q1643.93 1858.29 1643.12 1860.21 Q1642.34 1862.1 1640.23 1864.7 Q1639.65 1865.37 1636.55 1868.59 Q1633.45 1871.78 1627.8 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1663.93 1850 Q1660.32 1850 1658.49 1853.56 Q1656.69 1857.11 1656.69 1864.23 Q1656.69 1871.34 1658.49 1874.91 Q1660.32 1878.45 1663.93 1878.45 Q1667.57 1878.45 1669.37 1874.91 Q1671.2 1871.34 1671.2 1864.23 Q1671.2 1857.11 1669.37 1853.56 Q1667.57 1850 1663.93 1850 M1663.93 1846.29 Q1669.74 1846.29 1672.8 1850.9 Q1675.88 1855.48 1675.88 1864.23 Q1675.88 1872.96 1672.8 1877.57 Q1669.74 1882.15 1663.93 1882.15 Q1658.12 1882.15 1655.05 1877.57 Q1651.99 1872.96 1651.99 1864.23 Q1651.99 1855.48 1655.05 1850.9 Q1658.12 1846.29 1663.93 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,1799.05 1659.42,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,1617.79 1659.42,1617.79 \n \"/>\n<polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,1436.53 1659.42,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,1255.28 1659.42,1255.28 \n \"/>\n<polyline clip-path=\"url(#clip475)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,1074.02 1659.42,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1799.05 221.136,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1799.05 240.034,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1617.79 240.034,1617.79 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1436.53 240.034,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1255.28 240.034,1255.28 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1074.02 240.034,1074.02 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M37.3921 1799.5 L67.0679 1799.5 L67.0679 1803.43 L37.3921 1803.43 L37.3921 1799.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M77.9706 1812.39 L85.6095 1812.39 L85.6095 1786.03 L77.2993 1787.69 L77.2993 1783.43 L85.5632 1781.77 L90.2391 1781.77 L90.2391 1812.39 L97.8779 1812.39 L97.8779 1816.33 L77.9706 1816.33 L77.9706 1812.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 1810.45 L112.207 1810.45 L112.207 1816.33 L107.322 1816.33 L107.322 1810.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 1784.85 Q128.781 1784.85 126.952 1788.41 Q125.146 1791.95 125.146 1799.08 Q125.146 1806.19 126.952 1809.75 Q128.781 1813.3 132.392 1813.3 Q136.026 1813.3 137.831 1809.75 Q139.66 1806.19 139.66 1799.08 Q139.66 1791.95 137.831 1788.41 Q136.026 1784.85 132.392 1784.85 M132.392 1781.14 Q138.202 1781.14 141.257 1785.75 Q144.336 1790.33 144.336 1799.08 Q144.336 1807.81 141.257 1812.42 Q138.202 1817 132.392 1817 Q126.581 1817 123.503 1812.42 Q120.447 1807.81 120.447 1799.08 Q120.447 1790.33 123.503 1785.75 Q126.581 1781.14 132.392 1781.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M38.3875 1618.24 L68.0633 1618.24 L68.0633 1622.18 L38.3875 1622.18 L38.3875 1618.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M88.1557 1603.59 Q84.5447 1603.59 82.716 1607.15 Q80.9104 1610.7 80.9104 1617.83 Q80.9104 1624.93 82.716 1628.5 Q84.5447 1632.04 88.1557 1632.04 Q91.79 1632.04 93.5955 1628.5 Q95.4242 1624.93 95.4242 1617.83 Q95.4242 1610.7 93.5955 1607.15 Q91.79 1603.59 88.1557 1603.59 M88.1557 1599.89 Q93.9659 1599.89 97.0214 1604.49 Q100.1 1609.08 100.1 1617.83 Q100.1 1626.55 97.0214 1631.16 Q93.9659 1635.74 88.1557 1635.74 Q82.3456 1635.74 79.2669 1631.16 Q76.2114 1626.55 76.2114 1617.83 Q76.2114 1609.08 79.2669 1604.49 Q82.3456 1599.89 88.1557 1599.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M108.318 1629.19 L113.202 1629.19 L113.202 1635.07 L108.318 1635.07 L108.318 1629.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M123.433 1600.51 L141.79 1600.51 L141.79 1604.45 L127.716 1604.45 L127.716 1612.92 Q128.734 1612.57 129.753 1612.41 Q130.771 1612.22 131.79 1612.22 Q137.577 1612.22 140.956 1615.4 Q144.336 1618.57 144.336 1623.98 Q144.336 1629.56 140.864 1632.66 Q137.392 1635.74 131.072 1635.74 Q128.896 1635.74 126.628 1635.37 Q124.382 1635 121.975 1634.26 L121.975 1629.56 Q124.058 1630.7 126.281 1631.25 Q128.503 1631.81 130.98 1631.81 Q134.984 1631.81 137.322 1629.7 Q139.66 1627.59 139.66 1623.98 Q139.66 1620.37 137.322 1618.27 Q134.984 1616.16 130.98 1616.16 Q129.105 1616.16 127.23 1616.58 Q125.378 1616.99 123.433 1617.87 L123.433 1600.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M87.1604 1422.33 Q83.5493 1422.33 81.7206 1425.9 Q79.915 1429.44 79.915 1436.57 Q79.915 1443.68 81.7206 1447.24 Q83.5493 1450.78 87.1604 1450.78 Q90.7946 1450.78 92.6002 1447.24 Q94.4289 1443.68 94.4289 1436.57 Q94.4289 1429.44 92.6002 1425.9 Q90.7946 1422.33 87.1604 1422.33 M87.1604 1418.63 Q92.9705 1418.63 96.0261 1423.24 Q99.1048 1427.82 99.1048 1436.57 Q99.1048 1445.3 96.0261 1449.9 Q92.9705 1454.49 87.1604 1454.49 Q81.3502 1454.49 78.2715 1449.9 Q75.216 1445.3 75.216 1436.57 Q75.216 1427.82 78.2715 1423.24 Q81.3502 1418.63 87.1604 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 1447.94 L112.207 1447.94 L112.207 1453.81 L107.322 1453.81 L107.322 1447.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 1422.33 Q128.781 1422.33 126.952 1425.9 Q125.146 1429.44 125.146 1436.57 Q125.146 1443.68 126.952 1447.24 Q128.781 1450.78 132.392 1450.78 Q136.026 1450.78 137.831 1447.24 Q139.66 1443.68 139.66 1436.57 Q139.66 1429.44 137.831 1425.9 Q136.026 1422.33 132.392 1422.33 M132.392 1418.63 Q138.202 1418.63 141.257 1423.24 Q144.336 1427.82 144.336 1436.57 Q144.336 1445.3 141.257 1449.9 Q138.202 1454.49 132.392 1454.49 Q126.581 1454.49 123.503 1449.9 Q120.447 1445.3 120.447 1436.57 Q120.447 1427.82 123.503 1423.24 Q126.581 1418.63 132.392 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M88.1557 1241.08 Q84.5447 1241.08 82.716 1244.64 Q80.9104 1248.18 80.9104 1255.31 Q80.9104 1262.42 82.716 1265.98 Q84.5447 1269.53 88.1557 1269.53 Q91.79 1269.53 93.5955 1265.98 Q95.4242 1262.42 95.4242 1255.31 Q95.4242 1248.18 93.5955 1244.64 Q91.79 1241.08 88.1557 1241.08 M88.1557 1237.37 Q93.9659 1237.37 97.0214 1241.98 Q100.1 1246.56 100.1 1255.31 Q100.1 1264.04 97.0214 1268.65 Q93.9659 1273.23 88.1557 1273.23 Q82.3456 1273.23 79.2669 1268.65 Q76.2114 1264.04 76.2114 1255.31 Q76.2114 1246.56 79.2669 1241.98 Q82.3456 1237.37 88.1557 1237.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M108.318 1266.68 L113.202 1266.68 L113.202 1272.56 L108.318 1272.56 L108.318 1266.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M123.433 1238 L141.79 1238 L141.79 1241.93 L127.716 1241.93 L127.716 1250.41 Q128.734 1250.06 129.753 1249.9 Q130.771 1249.71 131.79 1249.71 Q137.577 1249.71 140.956 1252.88 Q144.336 1256.05 144.336 1261.47 Q144.336 1267.05 140.864 1270.15 Q137.392 1273.23 131.072 1273.23 Q128.896 1273.23 126.628 1272.86 Q124.382 1272.49 121.975 1271.75 L121.975 1267.05 Q124.058 1268.18 126.281 1268.74 Q128.503 1269.29 130.98 1269.29 Q134.984 1269.29 137.322 1267.19 Q139.66 1265.08 139.66 1261.47 Q139.66 1257.86 137.322 1255.75 Q134.984 1253.65 130.98 1253.65 Q129.105 1253.65 127.23 1254.06 Q125.378 1254.48 123.433 1255.36 L123.433 1238 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M77.9706 1087.37 L85.6095 1087.37 L85.6095 1061 L77.2993 1062.67 L77.2993 1058.41 L85.5632 1056.74 L90.2391 1056.74 L90.2391 1087.37 L97.8779 1087.37 L97.8779 1091.3 L77.9706 1091.3 L77.9706 1087.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 1085.42 L112.207 1085.42 L112.207 1091.3 L107.322 1091.3 L107.322 1085.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 1059.82 Q128.781 1059.82 126.952 1063.39 Q125.146 1066.93 125.146 1074.06 Q125.146 1081.16 126.952 1084.73 Q128.781 1088.27 132.392 1088.27 Q136.026 1088.27 137.831 1084.73 Q139.66 1081.16 139.66 1074.06 Q139.66 1066.93 137.831 1063.39 Q136.026 1059.82 132.392 1059.82 M132.392 1056.12 Q138.202 1056.12 141.257 1060.72 Q144.336 1065.31 144.336 1074.06 Q144.336 1082.78 141.257 1087.39 Q138.202 1091.97 132.392 1091.97 Q126.581 1091.97 123.503 1087.39 Q120.447 1082.78 120.447 1074.06 Q120.447 1065.31 123.503 1060.72 Q126.581 1056.12 132.392 1056.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M888.813 972.096 L896.995 972.096 L896.995 1028.36 Q896.995 1039.3 892.823 1044.24 Q888.691 1049.18 879.495 1049.18 L876.376 1049.18 L876.376 1042.3 L878.928 1042.3 Q884.357 1042.3 886.585 1039.26 Q888.813 1036.22 888.813 1028.36 L888.813 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M921.463 978.821 L921.463 1001.55 L931.752 1001.55 Q937.464 1001.55 940.583 998.589 Q943.702 995.632 943.702 990.163 Q943.702 984.735 940.583 981.778 Q937.464 978.821 931.752 978.821 L921.463 978.821 M913.28 972.096 L931.752 972.096 Q941.92 972.096 947.105 976.714 Q952.331 981.292 952.331 990.163 Q952.331 999.116 947.105 1003.69 Q941.92 1008.27 931.752 1008.27 L921.463 1008.27 L921.463 1032.58 L913.28 1032.58 L913.28 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M953.181 972.096 L961.972 972.096 L978.743 996.969 L995.392 972.096 L1004.18 972.096 L982.794 1003.77 L982.794 1032.58 L974.57 1032.58 L974.57 1003.77 L953.181 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip475)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 261.842,1438.36 266.017,1428.04 270.64,1389.79 274.815,1380.21 279.735,1384.11 284.208,1386.38 288.831,1402.46 293.453,1441.31 297.777,1447.57 302.548,1460.95 \n 307.022,1460.96 311.346,1467.93 316.266,1482.33 320.59,1477.76 324.915,1485.27 329.686,1479.18 334.308,1491.5 338.483,1498.14 343.404,1491.18 347.877,1498.98 \n 352.499,1511.28 357.122,1519.58 361.446,1521.68 366.217,1529.88 370.839,1548.74 375.014,1548.02 379.637,1558.83 384.11,1569.35 388.583,1540 393.206,1534.92 \n 397.828,1549 402.152,1556.31 406.923,1559.16 411.546,1559.47 415.721,1582.55 420.641,1591.32 425.114,1583.88 429.289,1583.96 434.061,1605.15 438.534,1603.49 \n 442.858,1622.42 447.63,1624.54 452.252,1640.54 456.874,1634.04 461.347,1622.35 465.821,1567.6 470.443,1588.5 475.065,1559.19 479.389,1571.7 483.564,1580.28 \n 488.485,1581.08 492.958,1585.54 497.58,1594.33 502.054,1593.54 506.527,1575.84 511.298,1560.9 515.772,1551.95 520.096,1546.36 524.867,1540.33 529.489,1542.92 \n 534.112,1561.04 538.436,1572.12 543.058,1549.07 547.233,1570.1 552.154,1570.69 556.627,1566.39 561.249,1581.25 565.871,1573.61 570.196,1580.27 574.967,1586.17 \n 579.44,1593.4 583.764,1606.31 588.685,1614.75 592.86,1619.31 597.333,1644.83 601.955,1641.31 606.578,1628.65 610.902,1647.46 615.673,1649.12 620.296,1632.86 \n 624.471,1634.31 629.391,1644.96 633.864,1647.76 638.487,1671.06 643.109,1679.06 647.284,1679.7 651.608,1676.76 656.379,1665.82 661.002,1654.07 665.177,1642.02 \n 670.097,1642.29 674.571,1639.23 679.193,1649.36 683.815,1652.26 688.139,1652.78 692.911,1641.75 697.533,1646.02 701.708,1641.18 706.33,1642.68 710.804,1645.13 \n 715.277,1646.6 719.899,1648.43 724.521,1650.27 728.845,1638.82 733.617,1623.4 738.239,1617.95 742.414,1616.91 747.335,1609.46 751.808,1605.32 755.983,1617.13 \n 760.904,1599.71 765.377,1621.47 769.999,1622.37 774.472,1618.06 778.945,1626.19 783.717,1621.06 788.19,1623.14 792.514,1610.22 797.286,1599.04 801.908,1598.65 \n 806.53,1602.91 810.705,1606.53 815.328,1616.6 819.652,1610.52 824.423,1621.22 828.896,1632.32 833.22,1637.53 838.141,1635.5 842.614,1643.76 847.236,1654.63 \n 851.71,1665.84 856.183,1662.31 860.954,1660.73 865.129,1658.15 869.752,1666.33 873.927,1656.12 878.847,1650.98 883.32,1659.6 887.943,1661.67 892.565,1672.31 \n 896.889,1676.22 901.661,1675.1 906.134,1672.02 910.458,1684.37 915.378,1691.33 919.553,1685.21 924.027,1685.4 928.649,1691.35 933.271,1699.84 937.595,1706.27 \n 942.367,1694.48 946.989,1686.32 951.164,1685.03 956.085,1687.23 960.558,1674.54 965.18,1678.52 969.802,1661.84 974.127,1654.94 978.749,1639.38 983.222,1657.76 \n 987.695,1662.13 992.318,1664.23 996.94,1671.92 1001.26,1674.02 1006.04,1666.65 1010.66,1640.81 1014.83,1629.58 1019.75,1612.25 1024.23,1609.11 1028.4,1640.33 \n 1033.17,1643.94 1037.65,1642.67 1041.97,1631.88 1046.74,1635.9 1051.36,1631.16 1055.99,1621.89 1060.46,1609.12 1064.93,1613.15 1069.56,1595.25 1074.18,1623.43 \n 1078.5,1613.86 1082.68,1606.67 1087.6,1624.92 1092.07,1627.18 1096.69,1615.63 1101.17,1605.49 1105.64,1598.09 1110.41,1586.75 1114.88,1585.01 1119.21,1571.89 \n 1123.98,1586.19 1128.6,1574.64 1133.22,1578.44 1137.4,1578.5 1142.02,1582.75 1146.35,1575.11 1151.12,1575.61 1155.59,1573.5 1159.91,1557.16 1164.83,1553.92 \n 1169.31,1556.89 1173.93,1561.22 1178.4,1559.81 1182.88,1556.91 1187.65,1553.81 1191.97,1575.56 1196.45,1581.67 1201.07,1570.81 1205.69,1564.36 1210.01,1570.77 \n 1214.79,1563.17 1219.41,1564.22 1223.58,1561.98 1228.5,1571.86 1232.98,1583.29 1237.6,1600.58 1242.22,1620.24 1246.4,1624.26 1250.72,1631.18 1255.49,1644.09 \n 1260.11,1657.17 1264.29,1651.28 1269.21,1647.73 1273.68,1646.9 1278.3,1646.99 1282.93,1647 1287.25,1662.44 1292.02,1672.13 1296.65,1661.26 1300.82,1661.6 \n 1305.44,1664.91 1309.92,1662.01 1314.39,1660.64 1319.01,1659.14 1323.63,1664.66 1327.96,1668.41 1332.73,1688.22 1337.35,1696.18 1341.53,1716.94 1346.45,1720.84 \n 1350.92,1713.51 1355.1,1719.98 1359.87,1721.29 1364.34,1720.69 1368.66,1733.96 1373.44,1729.02 1378.06,1733.66 1382.68,1725.75 1387.15,1721.67 1391.63,1724.54 \n 1396.25,1732.38 1400.87,1723.96 1405.2,1726.52 1409.82,1701.31 1414.44,1700.18 1418.76,1682.67 1423.54,1695.94 1428.01,1668.11 1432.33,1668.09 1437.25,1671.81 \n 1441.73,1664.64 1446.35,1678.53 1450.82,1708.22 1455.3,1717.43 1460.07,1705.24 1464.24,1703.28 1468.86,1702.31 1473.04,1702.88 1477.96,1700.4 1482.43,1706.69 \n 1487.05,1701.12 1491.68,1700.21 1496,1708.88 1500.77,1712.85 1505.25,1707.78 1509.57,1710.88 1514.49,1700 1518.67,1692.31 1523.14,1691.93 1527.76,1702.94 \n 1532.38,1701.1 1536.71,1708.89 1541.48,1713.46 1546.1,1710.8 1550.28,1720.28 1555.2,1718.76 1559.67,1721.77 1564.29,1710.52 1568.91,1708.47 1573.09,1717.46 \n 1577.41,1716.29 1582.19,1719.52 1586.81,1711.24 1590.98,1709.36 1595.9,1713.02 1600.38,1705.65 1605,1712.99 1609.62,1713.89 1613.94,1719.19 1618.72,1717.45 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM1927.8 1799.05 L3366.09 1799.05 L3366.09 1074.02 L1927.8 1074.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip476\">\n <rect x=\"1927\" y=\"1074\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2236.31,1799.05 2236.31,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2780.99,1799.05 2780.99,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3325.53,1799.05 3325.53,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,1799.05 3366.09,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2236.31,1799.05 2236.31,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2780.99,1799.05 2780.99,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3325.53,1799.05 3325.53,1780.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M2184.92 1877.54 L2201.24 1877.54 L2201.24 1881.48 L2179.29 1881.48 L2179.29 1877.54 Q2181.95 1874.79 2186.54 1870.16 Q2191.14 1865.51 2192.32 1864.17 Q2194.57 1861.64 2195.45 1859.91 Q2196.35 1858.15 2196.35 1856.46 Q2196.35 1853.7 2194.41 1851.97 Q2192.49 1850.23 2189.38 1850.23 Q2187.19 1850.23 2184.73 1850.99 Q2182.3 1851.76 2179.52 1853.31 L2179.52 1848.59 Q2182.35 1847.45 2184.8 1846.87 Q2187.25 1846.29 2189.29 1846.29 Q2194.66 1846.29 2197.86 1848.98 Q2201.05 1851.67 2201.05 1856.16 Q2201.05 1858.29 2200.24 1860.21 Q2199.45 1862.1 2197.35 1864.7 Q2196.77 1865.37 2193.67 1868.59 Q2190.56 1871.78 2184.92 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2221.05 1850 Q2217.44 1850 2215.61 1853.56 Q2213.81 1857.11 2213.81 1864.23 Q2213.81 1871.34 2215.61 1874.91 Q2217.44 1878.45 2221.05 1878.45 Q2224.68 1878.45 2226.49 1874.91 Q2228.32 1871.34 2228.32 1864.23 Q2228.32 1857.11 2226.49 1853.56 Q2224.68 1850 2221.05 1850 M2221.05 1846.29 Q2226.86 1846.29 2229.92 1850.9 Q2232.99 1855.48 2232.99 1864.23 Q2232.99 1872.96 2229.92 1877.57 Q2226.86 1882.15 2221.05 1882.15 Q2215.24 1882.15 2212.16 1877.57 Q2209.11 1872.96 2209.11 1864.23 Q2209.11 1855.48 2212.16 1850.9 Q2215.24 1846.29 2221.05 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2251.21 1850 Q2247.6 1850 2245.77 1853.56 Q2243.97 1857.11 2243.97 1864.23 Q2243.97 1871.34 2245.77 1874.91 Q2247.6 1878.45 2251.21 1878.45 Q2254.85 1878.45 2256.65 1874.91 Q2258.48 1871.34 2258.48 1864.23 Q2258.48 1857.11 2256.65 1853.56 Q2254.85 1850 2251.21 1850 M2251.21 1846.29 Q2257.02 1846.29 2260.08 1850.9 Q2263.16 1855.48 2263.16 1864.23 Q2263.16 1872.96 2260.08 1877.57 Q2257.02 1882.15 2251.21 1882.15 Q2245.4 1882.15 2242.32 1877.57 Q2239.27 1872.96 2239.27 1864.23 Q2239.27 1855.48 2242.32 1850.9 Q2245.4 1846.29 2251.21 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2281.37 1850 Q2277.76 1850 2275.93 1853.56 Q2274.13 1857.11 2274.13 1864.23 Q2274.13 1871.34 2275.93 1874.91 Q2277.76 1878.45 2281.37 1878.45 Q2285.01 1878.45 2286.81 1874.91 Q2288.64 1871.34 2288.64 1864.23 Q2288.64 1857.11 2286.81 1853.56 Q2285.01 1850 2281.37 1850 M2281.37 1846.29 Q2287.18 1846.29 2290.24 1850.9 Q2293.32 1855.48 2293.32 1864.23 Q2293.32 1872.96 2290.24 1877.57 Q2287.18 1882.15 2281.37 1882.15 Q2275.56 1882.15 2272.49 1877.57 Q2269.43 1872.96 2269.43 1864.23 Q2269.43 1855.48 2272.49 1850.9 Q2275.56 1846.29 2281.37 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2729.6 1877.54 L2745.92 1877.54 L2745.92 1881.48 L2723.98 1881.48 L2723.98 1877.54 Q2726.64 1874.79 2731.22 1870.16 Q2735.83 1865.51 2737.01 1864.17 Q2739.26 1861.64 2740.14 1859.91 Q2741.04 1858.15 2741.04 1856.46 Q2741.04 1853.7 2739.1 1851.97 Q2737.17 1850.23 2734.07 1850.23 Q2731.87 1850.23 2729.42 1850.99 Q2726.99 1851.76 2724.21 1853.31 L2724.21 1848.59 Q2727.04 1847.45 2729.49 1846.87 Q2731.94 1846.29 2733.98 1846.29 Q2739.35 1846.29 2742.54 1848.98 Q2745.74 1851.67 2745.74 1856.16 Q2745.74 1858.29 2744.93 1860.21 Q2744.14 1862.1 2742.04 1864.7 Q2741.46 1865.37 2738.35 1868.59 Q2735.25 1871.78 2729.6 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2765.74 1850 Q2762.13 1850 2760.3 1853.56 Q2758.49 1857.11 2758.49 1864.23 Q2758.49 1871.34 2760.3 1874.91 Q2762.13 1878.45 2765.74 1878.45 Q2769.37 1878.45 2771.18 1874.91 Q2773.01 1871.34 2773.01 1864.23 Q2773.01 1857.11 2771.18 1853.56 Q2769.37 1850 2765.74 1850 M2765.74 1846.29 Q2771.55 1846.29 2774.6 1850.9 Q2777.68 1855.48 2777.68 1864.23 Q2777.68 1872.96 2774.6 1877.57 Q2771.55 1882.15 2765.74 1882.15 Q2759.93 1882.15 2756.85 1877.57 Q2753.79 1872.96 2753.79 1864.23 Q2753.79 1855.48 2756.85 1850.9 Q2759.93 1846.29 2765.74 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2786.71 1877.54 L2794.35 1877.54 L2794.35 1851.18 L2786.04 1852.85 L2786.04 1848.59 L2794.3 1846.92 L2798.98 1846.92 L2798.98 1877.54 L2806.62 1877.54 L2806.62 1881.48 L2786.71 1881.48 L2786.71 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2826.06 1850 Q2822.45 1850 2820.62 1853.56 Q2818.82 1857.11 2818.82 1864.23 Q2818.82 1871.34 2820.62 1874.91 Q2822.45 1878.45 2826.06 1878.45 Q2829.7 1878.45 2831.5 1874.91 Q2833.33 1871.34 2833.33 1864.23 Q2833.33 1857.11 2831.5 1853.56 Q2829.7 1850 2826.06 1850 M2826.06 1846.29 Q2831.87 1846.29 2834.93 1850.9 Q2838.01 1855.48 2838.01 1864.23 Q2838.01 1872.96 2834.93 1877.57 Q2831.87 1882.15 2826.06 1882.15 Q2820.25 1882.15 2817.17 1877.57 Q2814.12 1872.96 2814.12 1864.23 Q2814.12 1855.48 2817.17 1850.9 Q2820.25 1846.29 2826.06 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3274.14 1877.54 L3290.46 1877.54 L3290.46 1881.48 L3268.52 1881.48 L3268.52 1877.54 Q3271.18 1874.79 3275.76 1870.16 Q3280.37 1865.51 3281.55 1864.17 Q3283.8 1861.64 3284.68 1859.91 Q3285.58 1858.15 3285.58 1856.46 Q3285.58 1853.7 3283.63 1851.97 Q3281.71 1850.23 3278.61 1850.23 Q3276.41 1850.23 3273.96 1850.99 Q3271.53 1851.76 3268.75 1853.31 L3268.75 1848.59 Q3271.57 1847.45 3274.03 1846.87 Q3276.48 1846.29 3278.52 1846.29 Q3283.89 1846.29 3287.08 1848.98 Q3290.28 1851.67 3290.28 1856.16 Q3290.28 1858.29 3289.47 1860.21 Q3288.68 1862.1 3286.57 1864.7 Q3286 1865.37 3282.89 1868.59 Q3279.79 1871.78 3274.14 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3310.28 1850 Q3306.67 1850 3304.84 1853.56 Q3303.03 1857.11 3303.03 1864.23 Q3303.03 1871.34 3304.84 1874.91 Q3306.67 1878.45 3310.28 1878.45 Q3313.91 1878.45 3315.72 1874.91 Q3317.55 1871.34 3317.55 1864.23 Q3317.55 1857.11 3315.72 1853.56 Q3313.91 1850 3310.28 1850 M3310.28 1846.29 Q3316.09 1846.29 3319.14 1850.9 Q3322.22 1855.48 3322.22 1864.23 Q3322.22 1872.96 3319.14 1877.57 Q3316.09 1882.15 3310.28 1882.15 Q3304.47 1882.15 3301.39 1877.57 Q3298.33 1872.96 3298.33 1864.23 Q3298.33 1855.48 3301.39 1850.9 Q3304.47 1846.29 3310.28 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3334.47 1877.54 L3350.79 1877.54 L3350.79 1881.48 L3328.84 1881.48 L3328.84 1877.54 Q3331.5 1874.79 3336.09 1870.16 Q3340.69 1865.51 3341.87 1864.17 Q3344.12 1861.64 3345 1859.91 Q3345.9 1858.15 3345.9 1856.46 Q3345.9 1853.7 3343.96 1851.97 Q3342.04 1850.23 3338.93 1850.23 Q3336.74 1850.23 3334.28 1850.99 Q3331.85 1851.76 3329.07 1853.31 L3329.07 1848.59 Q3331.9 1847.45 3334.35 1846.87 Q3336.81 1846.29 3338.84 1846.29 Q3344.21 1846.29 3347.41 1848.98 Q3350.6 1851.67 3350.6 1856.16 Q3350.6 1858.29 3349.79 1860.21 Q3349 1862.1 3346.9 1864.7 Q3346.32 1865.37 3343.22 1868.59 Q3340.12 1871.78 3334.47 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3370.6 1850 Q3366.99 1850 3365.16 1853.56 Q3363.36 1857.11 3363.36 1864.23 Q3363.36 1871.34 3365.16 1874.91 Q3366.99 1878.45 3370.6 1878.45 Q3374.24 1878.45 3376.04 1874.91 Q3377.87 1871.34 3377.87 1864.23 Q3377.87 1857.11 3376.04 1853.56 Q3374.24 1850 3370.6 1850 M3370.6 1846.29 Q3376.41 1846.29 3379.47 1850.9 Q3382.55 1855.48 3382.55 1864.23 Q3382.55 1872.96 3379.47 1877.57 Q3376.41 1882.15 3370.6 1882.15 Q3364.79 1882.15 3361.71 1877.57 Q3358.66 1872.96 3358.66 1864.23 Q3358.66 1855.48 3361.71 1850.9 Q3364.79 1846.29 3370.6 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,1799.05 3366.09,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,1617.79 3366.09,1617.79 \n \"/>\n<polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,1436.53 3366.09,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,1255.28 3366.09,1255.28 \n \"/>\n<polyline clip-path=\"url(#clip476)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,1074.02 3366.09,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,1799.05 1927.8,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,1799.05 1946.7,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,1617.79 1946.7,1617.79 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,1436.53 1946.7,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,1255.28 1946.7,1255.28 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,1074.02 1946.7,1074.02 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M1744.06 1799.5 L1773.73 1799.5 L1773.73 1803.43 L1744.06 1803.43 L1744.06 1799.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1784.64 1812.39 L1792.28 1812.39 L1792.28 1786.03 L1783.97 1787.69 L1783.97 1783.43 L1792.23 1781.77 L1796.91 1781.77 L1796.91 1812.39 L1804.54 1812.39 L1804.54 1816.33 L1784.64 1816.33 L1784.64 1812.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 1810.45 L1818.87 1810.45 L1818.87 1816.33 L1813.99 1816.33 L1813.99 1810.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 1784.85 Q1835.45 1784.85 1833.62 1788.41 Q1831.81 1791.95 1831.81 1799.08 Q1831.81 1806.19 1833.62 1809.75 Q1835.45 1813.3 1839.06 1813.3 Q1842.69 1813.3 1844.5 1809.75 Q1846.33 1806.19 1846.33 1799.08 Q1846.33 1791.95 1844.5 1788.41 Q1842.69 1784.85 1839.06 1784.85 M1839.06 1781.14 Q1844.87 1781.14 1847.92 1785.75 Q1851 1790.33 1851 1799.08 Q1851 1807.81 1847.92 1812.42 Q1844.87 1817 1839.06 1817 Q1833.25 1817 1830.17 1812.42 Q1827.11 1807.81 1827.11 1799.08 Q1827.11 1790.33 1830.17 1785.75 Q1833.25 1781.14 1839.06 1781.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1745.05 1618.24 L1774.73 1618.24 L1774.73 1622.18 L1745.05 1622.18 L1745.05 1618.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1794.82 1603.59 Q1791.21 1603.59 1789.38 1607.15 Q1787.58 1610.7 1787.58 1617.83 Q1787.58 1624.93 1789.38 1628.5 Q1791.21 1632.04 1794.82 1632.04 Q1798.46 1632.04 1800.26 1628.5 Q1802.09 1624.93 1802.09 1617.83 Q1802.09 1610.7 1800.26 1607.15 Q1798.46 1603.59 1794.82 1603.59 M1794.82 1599.89 Q1800.63 1599.89 1803.69 1604.49 Q1806.77 1609.08 1806.77 1617.83 Q1806.77 1626.55 1803.69 1631.16 Q1800.63 1635.74 1794.82 1635.74 Q1789.01 1635.74 1785.93 1631.16 Q1782.88 1626.55 1782.88 1617.83 Q1782.88 1609.08 1785.93 1604.49 Q1789.01 1599.89 1794.82 1599.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1814.98 1629.19 L1819.87 1629.19 L1819.87 1635.07 L1814.98 1635.07 L1814.98 1629.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1830.1 1600.51 L1848.46 1600.51 L1848.46 1604.45 L1834.38 1604.45 L1834.38 1612.92 Q1835.4 1612.57 1836.42 1612.41 Q1837.44 1612.22 1838.46 1612.22 Q1844.24 1612.22 1847.62 1615.4 Q1851 1618.57 1851 1623.98 Q1851 1629.56 1847.53 1632.66 Q1844.06 1635.74 1837.74 1635.74 Q1835.56 1635.74 1833.29 1635.37 Q1831.05 1635 1828.64 1634.26 L1828.64 1629.56 Q1830.72 1630.7 1832.95 1631.25 Q1835.17 1631.81 1837.65 1631.81 Q1841.65 1631.81 1843.99 1629.7 Q1846.33 1627.59 1846.33 1623.98 Q1846.33 1620.37 1843.99 1618.27 Q1841.65 1616.16 1837.65 1616.16 Q1835.77 1616.16 1833.9 1616.58 Q1832.04 1616.99 1830.1 1617.87 L1830.1 1600.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1793.83 1422.33 Q1790.22 1422.33 1788.39 1425.9 Q1786.58 1429.44 1786.58 1436.57 Q1786.58 1443.68 1788.39 1447.24 Q1790.22 1450.78 1793.83 1450.78 Q1797.46 1450.78 1799.27 1447.24 Q1801.1 1443.68 1801.1 1436.57 Q1801.1 1429.44 1799.27 1425.9 Q1797.46 1422.33 1793.83 1422.33 M1793.83 1418.63 Q1799.64 1418.63 1802.69 1423.24 Q1805.77 1427.82 1805.77 1436.57 Q1805.77 1445.3 1802.69 1449.9 Q1799.64 1454.49 1793.83 1454.49 Q1788.02 1454.49 1784.94 1449.9 Q1781.88 1445.3 1781.88 1436.57 Q1781.88 1427.82 1784.94 1423.24 Q1788.02 1418.63 1793.83 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 1447.94 L1818.87 1447.94 L1818.87 1453.81 L1813.99 1453.81 L1813.99 1447.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 1422.33 Q1835.45 1422.33 1833.62 1425.9 Q1831.81 1429.44 1831.81 1436.57 Q1831.81 1443.68 1833.62 1447.24 Q1835.45 1450.78 1839.06 1450.78 Q1842.69 1450.78 1844.5 1447.24 Q1846.33 1443.68 1846.33 1436.57 Q1846.33 1429.44 1844.5 1425.9 Q1842.69 1422.33 1839.06 1422.33 M1839.06 1418.63 Q1844.87 1418.63 1847.92 1423.24 Q1851 1427.82 1851 1436.57 Q1851 1445.3 1847.92 1449.9 Q1844.87 1454.49 1839.06 1454.49 Q1833.25 1454.49 1830.17 1449.9 Q1827.11 1445.3 1827.11 1436.57 Q1827.11 1427.82 1830.17 1423.24 Q1833.25 1418.63 1839.06 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1794.82 1241.08 Q1791.21 1241.08 1789.38 1244.64 Q1787.58 1248.18 1787.58 1255.31 Q1787.58 1262.42 1789.38 1265.98 Q1791.21 1269.53 1794.82 1269.53 Q1798.46 1269.53 1800.26 1265.98 Q1802.09 1262.42 1802.09 1255.31 Q1802.09 1248.18 1800.26 1244.64 Q1798.46 1241.08 1794.82 1241.08 M1794.82 1237.37 Q1800.63 1237.37 1803.69 1241.98 Q1806.77 1246.56 1806.77 1255.31 Q1806.77 1264.04 1803.69 1268.65 Q1800.63 1273.23 1794.82 1273.23 Q1789.01 1273.23 1785.93 1268.65 Q1782.88 1264.04 1782.88 1255.31 Q1782.88 1246.56 1785.93 1241.98 Q1789.01 1237.37 1794.82 1237.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1814.98 1266.68 L1819.87 1266.68 L1819.87 1272.56 L1814.98 1272.56 L1814.98 1266.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1830.1 1238 L1848.46 1238 L1848.46 1241.93 L1834.38 1241.93 L1834.38 1250.41 Q1835.4 1250.06 1836.42 1249.9 Q1837.44 1249.71 1838.46 1249.71 Q1844.24 1249.71 1847.62 1252.88 Q1851 1256.05 1851 1261.47 Q1851 1267.05 1847.53 1270.15 Q1844.06 1273.23 1837.74 1273.23 Q1835.56 1273.23 1833.29 1272.86 Q1831.05 1272.49 1828.64 1271.75 L1828.64 1267.05 Q1830.72 1268.18 1832.95 1268.74 Q1835.17 1269.29 1837.65 1269.29 Q1841.65 1269.29 1843.99 1267.19 Q1846.33 1265.08 1846.33 1261.47 Q1846.33 1257.86 1843.99 1255.75 Q1841.65 1253.65 1837.65 1253.65 Q1835.77 1253.65 1833.9 1254.06 Q1832.04 1254.48 1830.1 1255.36 L1830.1 1238 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1784.64 1087.37 L1792.28 1087.37 L1792.28 1061 L1783.97 1062.67 L1783.97 1058.41 L1792.23 1056.74 L1796.91 1056.74 L1796.91 1087.37 L1804.54 1087.37 L1804.54 1091.3 L1784.64 1091.3 L1784.64 1087.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 1085.42 L1818.87 1085.42 L1818.87 1091.3 L1813.99 1091.3 L1813.99 1085.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 1059.82 Q1835.45 1059.82 1833.62 1063.39 Q1831.81 1066.93 1831.81 1074.06 Q1831.81 1081.16 1833.62 1084.73 Q1835.45 1088.27 1839.06 1088.27 Q1842.69 1088.27 1844.5 1084.73 Q1846.33 1081.16 1846.33 1074.06 Q1846.33 1066.93 1844.5 1063.39 Q1842.69 1059.82 1839.06 1059.82 M1839.06 1056.12 Q1844.87 1056.12 1847.92 1060.72 Q1851 1065.31 1851 1074.06 Q1851 1082.78 1847.92 1087.39 Q1844.87 1091.97 1839.06 1091.97 Q1833.25 1091.97 1830.17 1087.39 Q1827.11 1082.78 1827.11 1074.06 Q1827.11 1065.31 1830.17 1060.72 Q1833.25 1056.12 1839.06 1056.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2562.08 972.096 L2573.1 972.096 L2599.91 1022.69 L2599.91 972.096 L2607.85 972.096 L2607.85 1032.58 L2596.84 1032.58 L2570.02 981.98 L2570.02 1032.58 L2562.08 1032.58 L2562.08 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2620.66 972.096 L2668.17 972.096 L2668.17 978.334 L2629.93 1025.69 L2669.1 1025.69 L2669.1 1032.58 L2619.72 1032.58 L2619.72 1026.34 L2657.96 978.983 L2620.66 978.983 L2620.66 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2689.16 978.821 L2689.16 1025.85 L2699.04 1025.85 Q2711.56 1025.85 2717.35 1020.18 Q2723.18 1014.51 2723.18 1002.28 Q2723.18 990.123 2717.35 984.492 Q2711.56 978.821 2699.04 978.821 L2689.16 978.821 M2680.97 972.096 L2697.78 972.096 Q2715.37 972.096 2723.59 979.428 Q2731.81 986.72 2731.81 1002.28 Q2731.81 1017.91 2723.55 1025.24 Q2715.28 1032.58 2697.78 1032.58 L2680.97 1032.58 L2680.97 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip476)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1968.51,1436.51 1972.68,1439.21 1977.31,1426.93 1981.48,1416.08 1986.4,1419.47 1990.87,1416.11 1995.5,1412.56 2000.12,1424.31 2004.44,1418.84 2009.22,1417.09 \n 2013.69,1420.33 2018.01,1419.36 2022.93,1408.27 2027.26,1406.96 2031.58,1401.47 2036.35,1397.46 2040.97,1400.08 2045.15,1395.54 2050.07,1391.95 2054.54,1389.66 \n 2059.17,1384.3 2063.79,1378.75 2068.11,1375.16 2072.88,1376.26 2077.51,1385.55 2081.68,1383.36 2086.3,1381.14 2090.78,1381.29 2095.25,1382.42 2099.87,1388.83 \n 2104.49,1404.41 2108.82,1408.85 2113.59,1407.68 2118.21,1416.38 2122.39,1419.82 2127.31,1441.34 2131.78,1437.68 2135.96,1435.62 2140.73,1456.18 2145.2,1453.08 \n 2149.52,1465.59 2154.3,1476.02 2158.92,1480.06 2163.54,1491.58 2168.01,1487.96 2172.49,1467.75 2177.11,1469.2 2181.73,1469.45 2186.06,1462.77 2190.23,1472.91 \n 2195.15,1466.74 2199.62,1449.42 2204.25,1466.31 2208.72,1469.42 2213.19,1469.36 2217.96,1478.76 2222.44,1479.42 2226.76,1486.88 2231.53,1484.63 2236.16,1476.78 \n 2240.78,1495.75 2245.1,1503 2249.72,1494.91 2253.9,1502.72 2258.82,1525.4 2263.29,1514.42 2267.92,1527.39 2272.54,1548.85 2276.86,1567.74 2281.63,1576.45 \n 2286.11,1564.54 2290.43,1537.13 2295.35,1536.97 2299.53,1548.44 2304,1569.05 2308.62,1561.76 2313.24,1564.45 2317.57,1569.97 2322.34,1561.12 2326.96,1538.41 \n 2331.14,1563.71 2336.06,1557.51 2340.53,1554.01 2345.15,1552.72 2349.78,1552.14 2353.95,1547.58 2358.27,1529.88 2363.05,1522.95 2367.67,1497.09 2371.84,1490.94 \n 2376.76,1502.47 2381.24,1502.19 2385.86,1499.91 2390.48,1485.54 2394.81,1474.95 2399.58,1456.42 2404.2,1440.57 2408.37,1431.19 2413,1431.41 2417.47,1426.69 \n 2421.94,1413.85 2426.57,1407.49 2431.19,1409.7 2435.51,1410.1 2440.28,1398.49 2444.91,1384.9 2449.08,1369.49 2454,1358.26 2458.47,1349.34 2462.65,1340 \n 2467.57,1349.24 2472.04,1370.53 2476.67,1367.49 2481.14,1362.24 2485.61,1361.59 2490.38,1347.56 2494.86,1335.36 2499.18,1329.52 2503.95,1311.38 2508.57,1307 \n 2513.2,1311.29 2517.37,1301.07 2521.99,1307.92 2526.32,1297.11 2531.09,1308.94 2535.56,1313.13 2539.89,1318.6 2544.81,1312.73 2549.28,1311.21 2553.9,1306.87 \n 2558.38,1304.33 2562.85,1314.74 2567.62,1311.59 2571.8,1323.14 2576.42,1351.23 2580.59,1336.1 2585.51,1335.47 2589.99,1349.62 2594.61,1345.18 2599.23,1322.82 \n 2603.56,1323.1 2608.33,1313.3 2612.8,1304.53 2617.12,1293.19 2622.05,1301.76 2626.22,1294.31 2630.69,1286.15 2635.32,1271.52 2639.94,1273.39 2644.26,1255.69 \n 2649.03,1256.53 2653.66,1288.68 2657.83,1260.94 2662.75,1253.47 2667.22,1253.5 2671.85,1251.05 2676.47,1243.26 2680.79,1233.25 2685.42,1238.69 2689.89,1239 \n 2694.36,1236.44 2698.98,1244.79 2703.61,1256.84 2707.93,1269.53 2712.7,1286.66 2717.32,1335.71 2721.5,1355.65 2726.42,1331.09 2730.89,1380.79 2735.07,1384.25 \n 2739.84,1336.1 2744.31,1336.59 2748.64,1292.81 2753.41,1288.03 2758.03,1281.52 2762.65,1266.03 2767.13,1245.99 2771.6,1245.48 2776.22,1248.59 2780.84,1241.5 \n 2785.17,1252.12 2789.34,1254.87 2794.26,1248.23 2798.74,1236.93 2803.36,1265.63 2807.83,1257.43 2812.31,1237.81 2817.08,1249.05 2821.55,1230.48 2825.87,1215.45 \n 2830.65,1224.59 2835.27,1205.91 2839.89,1208.83 2844.07,1218.28 2848.69,1212.02 2853.01,1190.67 2857.78,1183.18 2862.26,1180.93 2866.58,1159.73 2871.5,1167.28 \n 2875.97,1206.66 2880.6,1183.93 2885.07,1198.94 2889.54,1196.88 2894.31,1175.16 2898.64,1167.17 2903.11,1176.76 2907.73,1176.59 2912.36,1206.63 2916.68,1181.49 \n 2921.45,1177.11 2926.07,1180.12 2930.25,1167.28 2935.17,1170.33 2939.64,1170.24 2944.27,1167.59 2948.89,1160.18 2953.06,1164.4 2957.39,1159.78 2962.16,1150.57 \n 2966.78,1176.25 2970.96,1187.09 2975.88,1175.35 2980.35,1184.91 2984.97,1157.37 2989.59,1158.81 2993.92,1163.08 2998.69,1159.36 3003.31,1164.9 3007.49,1150.35 \n 3012.11,1137.86 3016.58,1140.66 3021.06,1143.95 3025.68,1131.8 3030.3,1141.99 3034.62,1145.91 3039.4,1170.73 3044.02,1170.31 3048.19,1165.96 3053.11,1166.33 \n 3057.59,1191.97 3061.76,1175.83 3066.53,1177.91 3071.01,1171.29 3075.33,1194.72 3080.1,1212.13 3084.72,1217.61 3089.35,1234.03 3093.82,1229.54 3098.29,1208.39 \n 3102.92,1217.16 3107.54,1202.47 3111.86,1222.19 3116.48,1214.7 3121.11,1195.27 3125.43,1192.11 3130.2,1203.47 3134.68,1184.24 3139,1179.11 3143.92,1176.43 \n 3148.39,1175.1 3153.02,1180.57 3157.49,1183.52 3161.96,1189.04 3166.73,1170.44 3170.91,1175.08 3175.53,1187.05 3179.71,1193.32 3184.63,1180.99 3189.1,1169.46 \n 3193.72,1160.67 3198.34,1177.05 3202.67,1173.46 3207.44,1192.73 3211.91,1191.87 3216.24,1178.77 3221.16,1164.18 3225.33,1172.9 3229.81,1173.22 3234.43,1181.73 \n 3239.05,1183.21 3243.37,1196.14 3248.15,1194.15 3252.77,1203.46 3256.94,1203.75 3261.86,1209.31 3266.34,1191.07 3270.96,1199.99 3275.58,1187.95 3279.76,1194.56 \n 3284.08,1194.53 3288.85,1202.85 3293.47,1211.34 3297.65,1200.75 3302.57,1207.35 3307.04,1224.06 3311.67,1226.48 3316.29,1218.6 3320.61,1218.46 3325.38,1200.6 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM3634.47 1799.05 L5072.76 1799.05 L5072.76 1074.02 L3634.47 1074.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip477\">\n <rect x=\"3634\" y=\"1074\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3942.97,1799.05 3942.97,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 4487.66,1799.05 4487.66,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 5032.2,1799.05 5032.2,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,1799.05 5072.76,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3942.97,1799.05 3942.97,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4487.66,1799.05 4487.66,1780.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 5032.2,1799.05 5032.2,1780.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M3891.58 1877.54 L3907.9 1877.54 L3907.9 1881.48 L3885.96 1881.48 L3885.96 1877.54 Q3888.62 1874.79 3893.2 1870.16 Q3897.81 1865.51 3898.99 1864.17 Q3901.24 1861.64 3902.12 1859.91 Q3903.02 1858.15 3903.02 1856.46 Q3903.02 1853.7 3901.07 1851.97 Q3899.15 1850.23 3896.05 1850.23 Q3893.85 1850.23 3891.4 1850.99 Q3888.97 1851.76 3886.19 1853.31 L3886.19 1848.59 Q3889.01 1847.45 3891.47 1846.87 Q3893.92 1846.29 3895.96 1846.29 Q3901.33 1846.29 3904.52 1848.98 Q3907.72 1851.67 3907.72 1856.16 Q3907.72 1858.29 3906.91 1860.21 Q3906.12 1862.1 3904.01 1864.7 Q3903.43 1865.37 3900.33 1868.59 Q3897.23 1871.78 3891.58 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3927.72 1850 Q3924.11 1850 3922.28 1853.56 Q3920.47 1857.11 3920.47 1864.23 Q3920.47 1871.34 3922.28 1874.91 Q3924.11 1878.45 3927.72 1878.45 Q3931.35 1878.45 3933.16 1874.91 Q3934.99 1871.34 3934.99 1864.23 Q3934.99 1857.11 3933.16 1853.56 Q3931.35 1850 3927.72 1850 M3927.72 1846.29 Q3933.53 1846.29 3936.58 1850.9 Q3939.66 1855.48 3939.66 1864.23 Q3939.66 1872.96 3936.58 1877.57 Q3933.53 1882.15 3927.72 1882.15 Q3921.91 1882.15 3918.83 1877.57 Q3915.77 1872.96 3915.77 1864.23 Q3915.77 1855.48 3918.83 1850.9 Q3921.91 1846.29 3927.72 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3957.88 1850 Q3954.27 1850 3952.44 1853.56 Q3950.63 1857.11 3950.63 1864.23 Q3950.63 1871.34 3952.44 1874.91 Q3954.27 1878.45 3957.88 1878.45 Q3961.51 1878.45 3963.32 1874.91 Q3965.15 1871.34 3965.15 1864.23 Q3965.15 1857.11 3963.32 1853.56 Q3961.51 1850 3957.88 1850 M3957.88 1846.29 Q3963.69 1846.29 3966.74 1850.9 Q3969.82 1855.48 3969.82 1864.23 Q3969.82 1872.96 3966.74 1877.57 Q3963.69 1882.15 3957.88 1882.15 Q3952.07 1882.15 3948.99 1877.57 Q3945.93 1872.96 3945.93 1864.23 Q3945.93 1855.48 3948.99 1850.9 Q3952.07 1846.29 3957.88 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3988.04 1850 Q3984.43 1850 3982.6 1853.56 Q3980.8 1857.11 3980.8 1864.23 Q3980.8 1871.34 3982.6 1874.91 Q3984.43 1878.45 3988.04 1878.45 Q3991.68 1878.45 3993.48 1874.91 Q3995.31 1871.34 3995.31 1864.23 Q3995.31 1857.11 3993.48 1853.56 Q3991.68 1850 3988.04 1850 M3988.04 1846.29 Q3993.85 1846.29 3996.91 1850.9 Q3999.99 1855.48 3999.99 1864.23 Q3999.99 1872.96 3996.91 1877.57 Q3993.85 1882.15 3988.04 1882.15 Q3982.23 1882.15 3979.15 1877.57 Q3976.1 1872.96 3976.1 1864.23 Q3976.1 1855.48 3979.15 1850.9 Q3982.23 1846.29 3988.04 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4436.27 1877.54 L4452.59 1877.54 L4452.59 1881.48 L4430.65 1881.48 L4430.65 1877.54 Q4433.31 1874.79 4437.89 1870.16 Q4442.5 1865.51 4443.68 1864.17 Q4445.92 1861.64 4446.8 1859.91 Q4447.71 1858.15 4447.71 1856.46 Q4447.71 1853.7 4445.76 1851.97 Q4443.84 1850.23 4440.74 1850.23 Q4438.54 1850.23 4436.09 1850.99 Q4433.66 1851.76 4430.88 1853.31 L4430.88 1848.59 Q4433.7 1847.45 4436.16 1846.87 Q4438.61 1846.29 4440.65 1846.29 Q4446.02 1846.29 4449.21 1848.98 Q4452.41 1851.67 4452.41 1856.16 Q4452.41 1858.29 4451.6 1860.21 Q4450.81 1862.1 4448.7 1864.7 Q4448.12 1865.37 4445.02 1868.59 Q4441.92 1871.78 4436.27 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4472.41 1850 Q4468.79 1850 4466.97 1853.56 Q4465.16 1857.11 4465.16 1864.23 Q4465.16 1871.34 4466.97 1874.91 Q4468.79 1878.45 4472.41 1878.45 Q4476.04 1878.45 4477.85 1874.91 Q4479.67 1871.34 4479.67 1864.23 Q4479.67 1857.11 4477.85 1853.56 Q4476.04 1850 4472.41 1850 M4472.41 1846.29 Q4478.22 1846.29 4481.27 1850.9 Q4484.35 1855.48 4484.35 1864.23 Q4484.35 1872.96 4481.27 1877.57 Q4478.22 1882.15 4472.41 1882.15 Q4466.6 1882.15 4463.52 1877.57 Q4460.46 1872.96 4460.46 1864.23 Q4460.46 1855.48 4463.52 1850.9 Q4466.6 1846.29 4472.41 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4493.38 1877.54 L4501.02 1877.54 L4501.02 1851.18 L4492.71 1852.85 L4492.71 1848.59 L4500.97 1846.92 L4505.65 1846.92 L4505.65 1877.54 L4513.28 1877.54 L4513.28 1881.48 L4493.38 1881.48 L4493.38 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4532.73 1850 Q4529.12 1850 4527.29 1853.56 Q4525.48 1857.11 4525.48 1864.23 Q4525.48 1871.34 4527.29 1874.91 Q4529.12 1878.45 4532.73 1878.45 Q4536.36 1878.45 4538.17 1874.91 Q4540 1871.34 4540 1864.23 Q4540 1857.11 4538.17 1853.56 Q4536.36 1850 4532.73 1850 M4532.73 1846.29 Q4538.54 1846.29 4541.59 1850.9 Q4544.67 1855.48 4544.67 1864.23 Q4544.67 1872.96 4541.59 1877.57 Q4538.54 1882.15 4532.73 1882.15 Q4526.92 1882.15 4523.84 1877.57 Q4520.78 1872.96 4520.78 1864.23 Q4520.78 1855.48 4523.84 1850.9 Q4526.92 1846.29 4532.73 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4980.81 1877.54 L4997.13 1877.54 L4997.13 1881.48 L4975.19 1881.48 L4975.19 1877.54 Q4977.85 1874.79 4982.43 1870.16 Q4987.04 1865.51 4988.22 1864.17 Q4990.46 1861.64 4991.34 1859.91 Q4992.25 1858.15 4992.25 1856.46 Q4992.25 1853.7 4990.3 1851.97 Q4988.38 1850.23 4985.28 1850.23 Q4983.08 1850.23 4980.62 1850.99 Q4978.19 1851.76 4975.42 1853.31 L4975.42 1848.59 Q4978.24 1847.45 4980.69 1846.87 Q4983.15 1846.29 4985.19 1846.29 Q4990.56 1846.29 4993.75 1848.98 Q4996.94 1851.67 4996.94 1856.16 Q4996.94 1858.29 4996.13 1860.21 Q4995.35 1862.1 4993.24 1864.7 Q4992.66 1865.37 4989.56 1868.59 Q4986.46 1871.78 4980.81 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5016.94 1850 Q5013.33 1850 5011.5 1853.56 Q5009.7 1857.11 5009.7 1864.23 Q5009.7 1871.34 5011.5 1874.91 Q5013.33 1878.45 5016.94 1878.45 Q5020.58 1878.45 5022.38 1874.91 Q5024.21 1871.34 5024.21 1864.23 Q5024.21 1857.11 5022.38 1853.56 Q5020.58 1850 5016.94 1850 M5016.94 1846.29 Q5022.75 1846.29 5025.81 1850.9 Q5028.89 1855.48 5028.89 1864.23 Q5028.89 1872.96 5025.81 1877.57 Q5022.75 1882.15 5016.94 1882.15 Q5011.13 1882.15 5008.06 1877.57 Q5005 1872.96 5005 1864.23 Q5005 1855.48 5008.06 1850.9 Q5011.13 1846.29 5016.94 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5041.13 1877.54 L5057.45 1877.54 L5057.45 1881.48 L5035.51 1881.48 L5035.51 1877.54 Q5038.17 1874.79 5042.75 1870.16 Q5047.36 1865.51 5048.54 1864.17 Q5050.79 1861.64 5051.67 1859.91 Q5052.57 1858.15 5052.57 1856.46 Q5052.57 1853.7 5050.62 1851.97 Q5048.7 1850.23 5045.6 1850.23 Q5043.4 1850.23 5040.95 1850.99 Q5038.52 1851.76 5035.74 1853.31 L5035.74 1848.59 Q5038.56 1847.45 5041.02 1846.87 Q5043.47 1846.29 5045.51 1846.29 Q5050.88 1846.29 5054.07 1848.98 Q5057.27 1851.67 5057.27 1856.16 Q5057.27 1858.29 5056.46 1860.21 Q5055.67 1862.1 5053.56 1864.7 Q5052.99 1865.37 5049.88 1868.59 Q5046.78 1871.78 5041.13 1877.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5077.27 1850 Q5073.66 1850 5071.83 1853.56 Q5070.02 1857.11 5070.02 1864.23 Q5070.02 1871.34 5071.83 1874.91 Q5073.66 1878.45 5077.27 1878.45 Q5080.9 1878.45 5082.71 1874.91 Q5084.54 1871.34 5084.54 1864.23 Q5084.54 1857.11 5082.71 1853.56 Q5080.9 1850 5077.27 1850 M5077.27 1846.29 Q5083.08 1846.29 5086.13 1850.9 Q5089.21 1855.48 5089.21 1864.23 Q5089.21 1872.96 5086.13 1877.57 Q5083.08 1882.15 5077.27 1882.15 Q5071.46 1882.15 5068.38 1877.57 Q5065.32 1872.96 5065.32 1864.23 Q5065.32 1855.48 5068.38 1850.9 Q5071.46 1846.29 5077.27 1846.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,1799.05 5072.76,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,1617.79 5072.76,1617.79 \n \"/>\n<polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,1436.53 5072.76,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,1255.28 5072.76,1255.28 \n \"/>\n<polyline clip-path=\"url(#clip477)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,1074.02 5072.76,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,1799.05 3634.47,1074.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,1799.05 3653.37,1799.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,1617.79 3653.37,1617.79 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,1436.53 3653.37,1436.53 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,1255.28 3653.37,1255.28 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,1074.02 3653.37,1074.02 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M3450.73 1799.5 L3480.4 1799.5 L3480.4 1803.43 L3450.73 1803.43 L3450.73 1799.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3491.3 1812.39 L3498.94 1812.39 L3498.94 1786.03 L3490.63 1787.69 L3490.63 1783.43 L3498.9 1781.77 L3503.57 1781.77 L3503.57 1812.39 L3511.21 1812.39 L3511.21 1816.33 L3491.3 1816.33 L3491.3 1812.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 1810.45 L3525.54 1810.45 L3525.54 1816.33 L3520.66 1816.33 L3520.66 1810.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 1784.85 Q3542.11 1784.85 3540.29 1788.41 Q3538.48 1791.95 3538.48 1799.08 Q3538.48 1806.19 3540.29 1809.75 Q3542.11 1813.3 3545.72 1813.3 Q3549.36 1813.3 3551.16 1809.75 Q3552.99 1806.19 3552.99 1799.08 Q3552.99 1791.95 3551.16 1788.41 Q3549.36 1784.85 3545.72 1784.85 M3545.72 1781.14 Q3551.54 1781.14 3554.59 1785.75 Q3557.67 1790.33 3557.67 1799.08 Q3557.67 1807.81 3554.59 1812.42 Q3551.54 1817 3545.72 1817 Q3539.91 1817 3536.84 1812.42 Q3533.78 1807.81 3533.78 1799.08 Q3533.78 1790.33 3536.84 1785.75 Q3539.91 1781.14 3545.72 1781.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3451.72 1618.24 L3481.4 1618.24 L3481.4 1622.18 L3451.72 1622.18 L3451.72 1618.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3501.49 1603.59 Q3497.88 1603.59 3496.05 1607.15 Q3494.24 1610.7 3494.24 1617.83 Q3494.24 1624.93 3496.05 1628.5 Q3497.88 1632.04 3501.49 1632.04 Q3505.12 1632.04 3506.93 1628.5 Q3508.76 1624.93 3508.76 1617.83 Q3508.76 1610.7 3506.93 1607.15 Q3505.12 1603.59 3501.49 1603.59 M3501.49 1599.89 Q3507.3 1599.89 3510.35 1604.49 Q3513.43 1609.08 3513.43 1617.83 Q3513.43 1626.55 3510.35 1631.16 Q3507.3 1635.74 3501.49 1635.74 Q3495.68 1635.74 3492.6 1631.16 Q3489.54 1626.55 3489.54 1617.83 Q3489.54 1609.08 3492.6 1604.49 Q3495.68 1599.89 3501.49 1599.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3521.65 1629.19 L3526.54 1629.19 L3526.54 1635.07 L3521.65 1635.07 L3521.65 1629.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3536.77 1600.51 L3555.12 1600.51 L3555.12 1604.45 L3541.05 1604.45 L3541.05 1612.92 Q3542.07 1612.57 3543.09 1612.41 Q3544.1 1612.22 3545.12 1612.22 Q3550.91 1612.22 3554.29 1615.4 Q3557.67 1618.57 3557.67 1623.98 Q3557.67 1629.56 3554.2 1632.66 Q3550.72 1635.74 3544.41 1635.74 Q3542.23 1635.74 3539.96 1635.37 Q3537.72 1635 3535.31 1634.26 L3535.31 1629.56 Q3537.39 1630.7 3539.61 1631.25 Q3541.84 1631.81 3544.31 1631.81 Q3548.32 1631.81 3550.66 1629.7 Q3552.99 1627.59 3552.99 1623.98 Q3552.99 1620.37 3550.66 1618.27 Q3548.32 1616.16 3544.31 1616.16 Q3542.44 1616.16 3540.56 1616.58 Q3538.71 1616.99 3536.77 1617.87 L3536.77 1600.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3500.49 1422.33 Q3496.88 1422.33 3495.05 1425.9 Q3493.25 1429.44 3493.25 1436.57 Q3493.25 1443.68 3495.05 1447.24 Q3496.88 1450.78 3500.49 1450.78 Q3504.13 1450.78 3505.93 1447.24 Q3507.76 1443.68 3507.76 1436.57 Q3507.76 1429.44 3505.93 1425.9 Q3504.13 1422.33 3500.49 1422.33 M3500.49 1418.63 Q3506.3 1418.63 3509.36 1423.24 Q3512.44 1427.82 3512.44 1436.57 Q3512.44 1445.3 3509.36 1449.9 Q3506.3 1454.49 3500.49 1454.49 Q3494.68 1454.49 3491.6 1449.9 Q3488.55 1445.3 3488.55 1436.57 Q3488.55 1427.82 3491.6 1423.24 Q3494.68 1418.63 3500.49 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 1447.94 L3525.54 1447.94 L3525.54 1453.81 L3520.66 1453.81 L3520.66 1447.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 1422.33 Q3542.11 1422.33 3540.29 1425.9 Q3538.48 1429.44 3538.48 1436.57 Q3538.48 1443.68 3540.29 1447.24 Q3542.11 1450.78 3545.72 1450.78 Q3549.36 1450.78 3551.16 1447.24 Q3552.99 1443.68 3552.99 1436.57 Q3552.99 1429.44 3551.16 1425.9 Q3549.36 1422.33 3545.72 1422.33 M3545.72 1418.63 Q3551.54 1418.63 3554.59 1423.24 Q3557.67 1427.82 3557.67 1436.57 Q3557.67 1445.3 3554.59 1449.9 Q3551.54 1454.49 3545.72 1454.49 Q3539.91 1454.49 3536.84 1449.9 Q3533.78 1445.3 3533.78 1436.57 Q3533.78 1427.82 3536.84 1423.24 Q3539.91 1418.63 3545.72 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3501.49 1241.08 Q3497.88 1241.08 3496.05 1244.64 Q3494.24 1248.18 3494.24 1255.31 Q3494.24 1262.42 3496.05 1265.98 Q3497.88 1269.53 3501.49 1269.53 Q3505.12 1269.53 3506.93 1265.98 Q3508.76 1262.42 3508.76 1255.31 Q3508.76 1248.18 3506.93 1244.64 Q3505.12 1241.08 3501.49 1241.08 M3501.49 1237.37 Q3507.3 1237.37 3510.35 1241.98 Q3513.43 1246.56 3513.43 1255.31 Q3513.43 1264.04 3510.35 1268.65 Q3507.3 1273.23 3501.49 1273.23 Q3495.68 1273.23 3492.6 1268.65 Q3489.54 1264.04 3489.54 1255.31 Q3489.54 1246.56 3492.6 1241.98 Q3495.68 1237.37 3501.49 1237.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3521.65 1266.68 L3526.54 1266.68 L3526.54 1272.56 L3521.65 1272.56 L3521.65 1266.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3536.77 1238 L3555.12 1238 L3555.12 1241.93 L3541.05 1241.93 L3541.05 1250.41 Q3542.07 1250.06 3543.09 1249.9 Q3544.1 1249.71 3545.12 1249.71 Q3550.91 1249.71 3554.29 1252.88 Q3557.67 1256.05 3557.67 1261.47 Q3557.67 1267.05 3554.2 1270.15 Q3550.72 1273.23 3544.41 1273.23 Q3542.23 1273.23 3539.96 1272.86 Q3537.72 1272.49 3535.31 1271.75 L3535.31 1267.05 Q3537.39 1268.18 3539.61 1268.74 Q3541.84 1269.29 3544.31 1269.29 Q3548.32 1269.29 3550.66 1267.19 Q3552.99 1265.08 3552.99 1261.47 Q3552.99 1257.86 3550.66 1255.75 Q3548.32 1253.65 3544.31 1253.65 Q3542.44 1253.65 3540.56 1254.06 Q3538.71 1254.48 3536.77 1255.36 L3536.77 1238 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3491.3 1087.37 L3498.94 1087.37 L3498.94 1061 L3490.63 1062.67 L3490.63 1058.41 L3498.9 1056.74 L3503.57 1056.74 L3503.57 1087.37 L3511.21 1087.37 L3511.21 1091.3 L3491.3 1091.3 L3491.3 1087.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 1085.42 L3525.54 1085.42 L3525.54 1091.3 L3520.66 1091.3 L3520.66 1085.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 1059.82 Q3542.11 1059.82 3540.29 1063.39 Q3538.48 1066.93 3538.48 1074.06 Q3538.48 1081.16 3540.29 1084.73 Q3542.11 1088.27 3545.72 1088.27 Q3549.36 1088.27 3551.16 1084.73 Q3552.99 1081.16 3552.99 1074.06 Q3552.99 1066.93 3551.16 1063.39 Q3549.36 1059.82 3545.72 1059.82 M3545.72 1056.12 Q3551.54 1056.12 3554.59 1060.72 Q3557.67 1065.31 3557.67 1074.06 Q3557.67 1082.78 3554.59 1087.39 Q3551.54 1091.97 3545.72 1091.97 Q3539.91 1091.97 3536.84 1087.39 Q3533.78 1082.78 3533.78 1074.06 Q3533.78 1065.31 3536.84 1060.72 Q3539.91 1056.12 3545.72 1056.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4265.93 972.096 L4276.95 972.096 L4303.77 1022.69 L4303.77 972.096 L4311.71 972.096 L4311.71 1032.58 L4300.69 1032.58 L4273.87 981.98 L4273.87 1032.58 L4265.93 1032.58 L4265.93 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4352.54 977.646 Q4343.63 977.646 4338.36 984.289 Q4333.14 990.933 4333.14 1002.4 Q4333.14 1013.82 4338.36 1020.46 Q4343.63 1027.11 4352.54 1027.11 Q4361.45 1027.11 4366.64 1020.46 Q4371.86 1013.82 4371.86 1002.4 Q4371.86 990.933 4366.64 984.289 Q4361.45 977.646 4352.54 977.646 M4352.54 971.002 Q4365.26 971.002 4372.87 979.55 Q4380.49 988.057 4380.49 1002.4 Q4380.49 1016.7 4372.87 1025.24 Q4365.26 1033.75 4352.54 1033.75 Q4339.78 1033.75 4332.12 1025.24 Q4324.51 1016.74 4324.51 1002.4 Q4324.51 988.057 4332.12 979.55 Q4339.78 971.002 4352.54 971.002 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4393.29 972.096 L4401.47 972.096 L4401.47 997.657 L4428.62 972.096 L4439.15 972.096 L4409.13 1000.29 L4441.29 1032.58 L4430.52 1032.58 L4401.47 1003.45 L4401.47 1032.58 L4393.29 1032.58 L4393.29 972.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip477)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3675.18,1433.45 3679.35,1420.67 3683.97,1402.83 3688.15,1408.72 3693.07,1411.61 3697.54,1404.67 3702.16,1403.36 3706.79,1419.54 3711.11,1411.99 3715.88,1409.31 \n 3720.35,1417.73 3724.68,1415.29 3729.6,1426.12 3733.92,1419.57 3738.25,1420.47 3743.02,1429.62 3747.64,1427.42 3751.82,1425.52 3756.74,1418.69 3761.21,1421.29 \n 3765.83,1426.82 3770.45,1419.95 3774.78,1422.5 3779.55,1422.79 3784.17,1427.18 3788.35,1441.65 3792.97,1434.63 3797.44,1463.05 3801.92,1463.42 3806.54,1474.52 \n 3811.16,1489.82 3815.49,1482.35 3820.26,1464.87 3824.88,1460.89 3829.05,1471.28 3833.97,1481.03 3838.45,1491.68 3842.62,1491.81 3847.39,1495.02 3851.87,1487.6 \n 3856.19,1491.73 3860.96,1498.8 3865.59,1493.22 3870.21,1507.86 3874.68,1485.36 3879.15,1483.09 3883.78,1486.77 3888.4,1493.27 3892.72,1488.1 3896.9,1505.28 \n 3901.82,1495.64 3906.29,1497.7 3910.91,1502.4 3915.39,1500.51 3919.86,1496.2 3924.63,1498.61 3929.1,1493.95 3933.43,1498.13 3938.2,1507.91 3942.82,1506.98 \n 3947.45,1517.35 3951.77,1522.6 3956.39,1524.84 3960.57,1546.12 3965.49,1546.73 3969.96,1529.71 3974.58,1542.66 3979.2,1551.42 3983.53,1551.49 3988.3,1560.07 \n 3992.77,1558.75 3997.1,1540.37 4002.02,1540.89 4006.19,1544.76 4010.67,1550.76 4015.29,1550.27 4019.91,1559.18 4024.24,1557.08 4029.01,1548.25 4033.63,1536.2 \n 4037.8,1535.28 4042.72,1534.38 4047.2,1534.99 4051.82,1534.94 4056.44,1538.84 4060.62,1529.75 4064.94,1525.06 4069.71,1505.72 4074.34,1486.85 4078.51,1461.62 \n 4083.43,1465.51 4087.9,1459.7 4092.53,1452.23 4097.15,1451.73 4101.47,1444.56 4106.24,1422.64 4110.87,1422.08 4115.04,1431.94 4119.66,1435.23 4124.14,1420.76 \n 4128.61,1403.4 4133.23,1429.72 4137.85,1430.02 4142.18,1441.65 4146.95,1419.13 4151.57,1419.43 4155.75,1405.95 4160.67,1396.26 4165.14,1414.94 4169.32,1416.04 \n 4174.24,1406.75 4178.71,1406.19 4183.33,1397.99 4187.81,1409.44 4192.28,1412.92 4197.05,1407.92 4201.52,1398.46 4205.85,1379.67 4210.62,1363.99 4215.24,1360.29 \n 4219.86,1377.78 4224.04,1368.69 4228.66,1376.08 4232.99,1375.16 4237.76,1382.13 4242.23,1389.72 4246.55,1386.79 4251.47,1382.21 4255.95,1390.32 4260.57,1389.52 \n 4265.04,1402.79 4269.52,1405.46 4274.29,1399.93 4278.46,1405.51 4283.08,1396.11 4287.26,1374.82 4292.18,1369.35 4296.65,1378.95 4301.28,1376.55 4305.9,1385.4 \n 4310.22,1398.18 4314.99,1400.08 4319.47,1378.9 4323.79,1383.4 4328.71,1386.08 4332.89,1379.46 4337.36,1377.54 4341.98,1368.43 4346.6,1374.16 4350.93,1366.56 \n 4355.7,1361.59 4360.32,1361.77 4364.5,1336.3 4369.42,1334.14 4373.89,1344.14 4378.51,1336.45 4383.14,1336.91 4387.46,1320.92 4392.08,1310.65 4396.56,1311.73 \n 4401.03,1310.12 4405.65,1308.45 4410.27,1310.06 4414.6,1327.96 4419.37,1359.18 4423.99,1405.56 4428.17,1419.18 4433.09,1418.16 4437.56,1412.57 4441.73,1419.23 \n 4446.51,1403.06 4450.98,1392.98 4455.3,1376.43 4460.08,1384.41 4464.7,1367.95 4469.32,1358.59 4473.79,1345.9 4478.27,1338.98 4482.89,1337.36 4487.51,1343.1 \n 4491.83,1349.86 4496.01,1350.43 4500.93,1351.39 4505.4,1349.02 4510.03,1382.47 4514.5,1382.98 4518.97,1357.61 4523.74,1369.94 4528.22,1343.21 4532.54,1344.65 \n 4537.31,1363.33 4541.93,1338.8 4546.56,1335.97 4550.73,1324.26 4555.35,1319.17 4559.68,1298.9 4564.45,1308.91 4568.92,1306.17 4573.25,1307.52 4578.17,1303.69 \n 4582.64,1336.82 4587.26,1313.56 4591.74,1329.36 4596.21,1341.14 4600.98,1334.03 4605.31,1314.53 4609.78,1323.47 4614.4,1324.59 4619.02,1347.65 4623.35,1337.14 \n 4628.12,1341.02 4632.74,1326.91 4636.92,1322.25 4641.84,1320.86 4646.31,1317.53 4650.93,1310.78 4655.55,1304.4 4659.73,1320.01 4664.05,1326.54 4668.82,1321.39 \n 4673.45,1328.96 4677.62,1341.89 4682.54,1329.92 4687.02,1342.4 4691.64,1335.18 4696.26,1330.71 4700.58,1340.42 4705.36,1337.08 4709.98,1349.74 4714.15,1331.72 \n 4718.78,1331.07 4723.25,1328.77 4727.72,1329.38 4732.34,1338.7 4736.97,1347.69 4741.29,1340.27 4746.06,1354.02 4750.68,1371.69 4754.86,1384.75 4759.78,1408.94 \n 4764.25,1420.66 4768.43,1414.69 4773.2,1434.18 4777.67,1409.5 4782,1421.57 4786.77,1424.5 4791.39,1436.08 4796.01,1447.1 4800.49,1453.07 4804.96,1449.98 \n 4809.58,1459.11 4814.2,1465.96 4818.53,1460.74 4823.15,1460.21 4827.77,1441.08 4832.1,1431.3 4836.87,1444.98 4841.34,1445.16 4845.67,1447.52 4850.59,1444.01 \n 4855.06,1428.55 4859.68,1440.16 4864.16,1451.49 4868.63,1455.56 4873.4,1439.3 4877.57,1445.04 4882.2,1455.04 4886.37,1454.21 4891.29,1448.2 4895.77,1446.41 \n 4900.39,1425.48 4905.01,1420.13 4909.33,1428.69 4914.11,1438.89 4918.58,1443.9 4922.9,1439.47 4927.82,1416.8 4932,1426.93 4936.47,1425.66 4941.09,1433.31 \n 4945.72,1441.37 4950.04,1440.39 4954.81,1440.7 4959.43,1450.64 4963.61,1441.44 4968.53,1453.36 4973,1462.26 4977.63,1465.18 4982.25,1455.71 4986.42,1461.44 \n 4990.75,1464.7 4995.52,1466.64 5000.14,1471.52 5004.32,1462.4 5009.24,1473.52 5013.71,1486.99 5018.33,1486.46 5022.95,1490.45 5027.28,1491.61 5032.05,1474.76 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM221.136 2759.05 L1659.42 2759.05 L1659.42 2034.02 L221.136 2034.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip478\">\n <rect x=\"221\" y=\"2034\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 529.638,2759.05 529.638,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1074.33,2759.05 1074.33,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1618.87,2759.05 1618.87,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2759.05 1659.42,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 529.638,2759.05 529.638,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1074.33,2759.05 1074.33,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1618.87,2759.05 1618.87,2740.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M478.25 2837.54 L494.569 2837.54 L494.569 2841.48 L472.625 2841.48 L472.625 2837.54 Q475.287 2834.79 479.87 2830.16 Q484.477 2825.51 485.657 2824.17 Q487.903 2821.64 488.782 2819.91 Q489.685 2818.15 489.685 2816.46 Q489.685 2813.7 487.741 2811.97 Q485.819 2810.23 482.717 2810.23 Q480.518 2810.23 478.065 2810.99 Q475.634 2811.76 472.856 2813.31 L472.856 2808.59 Q475.68 2807.45 478.134 2806.87 Q480.588 2806.29 482.625 2806.29 Q487.995 2806.29 491.19 2808.98 Q494.384 2811.67 494.384 2816.16 Q494.384 2818.29 493.574 2820.21 Q492.787 2822.1 490.68 2824.7 Q490.102 2825.37 487 2828.59 Q483.898 2831.78 478.25 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M514.384 2810 Q510.773 2810 508.944 2813.56 Q507.139 2817.11 507.139 2824.23 Q507.139 2831.34 508.944 2834.91 Q510.773 2838.45 514.384 2838.45 Q518.018 2838.45 519.824 2834.91 Q521.652 2831.34 521.652 2824.23 Q521.652 2817.11 519.824 2813.56 Q518.018 2810 514.384 2810 M514.384 2806.29 Q520.194 2806.29 523.25 2810.9 Q526.328 2815.48 526.328 2824.23 Q526.328 2832.96 523.25 2837.57 Q520.194 2842.15 514.384 2842.15 Q508.574 2842.15 505.495 2837.57 Q502.44 2832.96 502.44 2824.23 Q502.44 2815.48 505.495 2810.9 Q508.574 2806.29 514.384 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M544.546 2810 Q540.935 2810 539.106 2813.56 Q537.3 2817.11 537.3 2824.23 Q537.3 2831.34 539.106 2834.91 Q540.935 2838.45 544.546 2838.45 Q548.18 2838.45 549.986 2834.91 Q551.814 2831.34 551.814 2824.23 Q551.814 2817.11 549.986 2813.56 Q548.18 2810 544.546 2810 M544.546 2806.29 Q550.356 2806.29 553.411 2810.9 Q556.49 2815.48 556.49 2824.23 Q556.49 2832.96 553.411 2837.57 Q550.356 2842.15 544.546 2842.15 Q538.736 2842.15 535.657 2837.57 Q532.601 2832.96 532.601 2824.23 Q532.601 2815.48 535.657 2810.9 Q538.736 2806.29 544.546 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M574.708 2810 Q571.097 2810 569.268 2813.56 Q567.462 2817.11 567.462 2824.23 Q567.462 2831.34 569.268 2834.91 Q571.097 2838.45 574.708 2838.45 Q578.342 2838.45 580.147 2834.91 Q581.976 2831.34 581.976 2824.23 Q581.976 2817.11 580.147 2813.56 Q578.342 2810 574.708 2810 M574.708 2806.29 Q580.518 2806.29 583.573 2810.9 Q586.652 2815.48 586.652 2824.23 Q586.652 2832.96 583.573 2837.57 Q580.518 2842.15 574.708 2842.15 Q568.898 2842.15 565.819 2837.57 Q562.763 2832.96 562.763 2824.23 Q562.763 2815.48 565.819 2810.9 Q568.898 2806.29 574.708 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1022.94 2837.54 L1039.26 2837.54 L1039.26 2841.48 L1017.31 2841.48 L1017.31 2837.54 Q1019.97 2834.79 1024.56 2830.16 Q1029.16 2825.51 1030.35 2824.17 Q1032.59 2821.64 1033.47 2819.91 Q1034.37 2818.15 1034.37 2816.46 Q1034.37 2813.7 1032.43 2811.97 Q1030.51 2810.23 1027.41 2810.23 Q1025.21 2810.23 1022.75 2810.99 Q1020.32 2811.76 1017.54 2813.31 L1017.54 2808.59 Q1020.37 2807.45 1022.82 2806.87 Q1025.28 2806.29 1027.31 2806.29 Q1032.68 2806.29 1035.88 2808.98 Q1039.07 2811.67 1039.07 2816.16 Q1039.07 2818.29 1038.26 2820.21 Q1037.47 2822.1 1035.37 2824.7 Q1034.79 2825.37 1031.69 2828.59 Q1028.59 2831.78 1022.94 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1059.07 2810 Q1055.46 2810 1053.63 2813.56 Q1051.83 2817.11 1051.83 2824.23 Q1051.83 2831.34 1053.63 2834.91 Q1055.46 2838.45 1059.07 2838.45 Q1062.71 2838.45 1064.51 2834.91 Q1066.34 2831.34 1066.34 2824.23 Q1066.34 2817.11 1064.51 2813.56 Q1062.71 2810 1059.07 2810 M1059.07 2806.29 Q1064.88 2806.29 1067.94 2810.9 Q1071.02 2815.48 1071.02 2824.23 Q1071.02 2832.96 1067.94 2837.57 Q1064.88 2842.15 1059.07 2842.15 Q1053.26 2842.15 1050.18 2837.57 Q1047.13 2832.96 1047.13 2824.23 Q1047.13 2815.48 1050.18 2810.9 Q1053.26 2806.29 1059.07 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1080.04 2837.54 L1087.68 2837.54 L1087.68 2811.18 L1079.37 2812.85 L1079.37 2808.59 L1087.64 2806.92 L1092.31 2806.92 L1092.31 2837.54 L1099.95 2837.54 L1099.95 2841.48 L1080.04 2841.48 L1080.04 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1119.4 2810 Q1115.78 2810 1113.96 2813.56 Q1112.15 2817.11 1112.15 2824.23 Q1112.15 2831.34 1113.96 2834.91 Q1115.78 2838.45 1119.4 2838.45 Q1123.03 2838.45 1124.84 2834.91 Q1126.66 2831.34 1126.66 2824.23 Q1126.66 2817.11 1124.84 2813.56 Q1123.03 2810 1119.4 2810 M1119.4 2806.29 Q1125.21 2806.29 1128.26 2810.9 Q1131.34 2815.48 1131.34 2824.23 Q1131.34 2832.96 1128.26 2837.57 Q1125.21 2842.15 1119.4 2842.15 Q1113.59 2842.15 1110.51 2837.57 Q1107.45 2832.96 1107.45 2824.23 Q1107.45 2815.48 1110.51 2810.9 Q1113.59 2806.29 1119.4 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1567.48 2837.54 L1583.8 2837.54 L1583.8 2841.48 L1561.85 2841.48 L1561.85 2837.54 Q1564.51 2834.79 1569.1 2830.16 Q1573.7 2825.51 1574.88 2824.17 Q1577.13 2821.64 1578.01 2819.91 Q1578.91 2818.15 1578.91 2816.46 Q1578.91 2813.7 1576.97 2811.97 Q1575.05 2810.23 1571.94 2810.23 Q1569.75 2810.23 1567.29 2810.99 Q1564.86 2811.76 1562.08 2813.31 L1562.08 2808.59 Q1564.91 2807.45 1567.36 2806.87 Q1569.81 2806.29 1571.85 2806.29 Q1577.22 2806.29 1580.42 2808.98 Q1583.61 2811.67 1583.61 2816.16 Q1583.61 2818.29 1582.8 2820.21 Q1582.01 2822.1 1579.91 2824.7 Q1579.33 2825.37 1576.23 2828.59 Q1573.12 2831.78 1567.48 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1603.61 2810 Q1600 2810 1598.17 2813.56 Q1596.37 2817.11 1596.37 2824.23 Q1596.37 2831.34 1598.17 2834.91 Q1600 2838.45 1603.61 2838.45 Q1607.25 2838.45 1609.05 2834.91 Q1610.88 2831.34 1610.88 2824.23 Q1610.88 2817.11 1609.05 2813.56 Q1607.25 2810 1603.61 2810 M1603.61 2806.29 Q1609.42 2806.29 1612.48 2810.9 Q1615.56 2815.48 1615.56 2824.23 Q1615.56 2832.96 1612.48 2837.57 Q1609.42 2842.15 1603.61 2842.15 Q1597.8 2842.15 1594.72 2837.57 Q1591.67 2832.96 1591.67 2824.23 Q1591.67 2815.48 1594.72 2810.9 Q1597.8 2806.29 1603.61 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1627.8 2837.54 L1644.12 2837.54 L1644.12 2841.48 L1622.18 2841.48 L1622.18 2837.54 Q1624.84 2834.79 1629.42 2830.16 Q1634.03 2825.51 1635.21 2824.17 Q1637.45 2821.64 1638.33 2819.91 Q1639.24 2818.15 1639.24 2816.46 Q1639.24 2813.7 1637.29 2811.97 Q1635.37 2810.23 1632.27 2810.23 Q1630.07 2810.23 1627.62 2810.99 Q1625.18 2811.76 1622.41 2813.31 L1622.41 2808.59 Q1625.23 2807.45 1627.68 2806.87 Q1630.14 2806.29 1632.18 2806.29 Q1637.55 2806.29 1640.74 2808.98 Q1643.93 2811.67 1643.93 2816.16 Q1643.93 2818.29 1643.12 2820.21 Q1642.34 2822.1 1640.23 2824.7 Q1639.65 2825.37 1636.55 2828.59 Q1633.45 2831.78 1627.8 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1663.93 2810 Q1660.32 2810 1658.49 2813.56 Q1656.69 2817.11 1656.69 2824.23 Q1656.69 2831.34 1658.49 2834.91 Q1660.32 2838.45 1663.93 2838.45 Q1667.57 2838.45 1669.37 2834.91 Q1671.2 2831.34 1671.2 2824.23 Q1671.2 2817.11 1669.37 2813.56 Q1667.57 2810 1663.93 2810 M1663.93 2806.29 Q1669.74 2806.29 1672.8 2810.9 Q1675.88 2815.48 1675.88 2824.23 Q1675.88 2832.96 1672.8 2837.57 Q1669.74 2842.15 1663.93 2842.15 Q1658.12 2842.15 1655.05 2837.57 Q1651.99 2832.96 1651.99 2824.23 Q1651.99 2815.48 1655.05 2810.9 Q1658.12 2806.29 1663.93 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,2759.05 1659.42,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,2577.79 1659.42,2577.79 \n \"/>\n<polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,2396.53 1659.42,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,2215.28 1659.42,2215.28 \n \"/>\n<polyline clip-path=\"url(#clip478)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,2034.02 1659.42,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2759.05 221.136,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2759.05 240.034,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2577.79 240.034,2577.79 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2396.53 240.034,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2215.28 240.034,2215.28 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2034.02 240.034,2034.02 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M37.3921 2759.5 L67.0679 2759.5 L67.0679 2763.43 L37.3921 2763.43 L37.3921 2759.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M77.9706 2772.39 L85.6095 2772.39 L85.6095 2746.03 L77.2993 2747.69 L77.2993 2743.43 L85.5632 2741.77 L90.2391 2741.77 L90.2391 2772.39 L97.8779 2772.39 L97.8779 2776.33 L77.9706 2776.33 L77.9706 2772.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 2770.45 L112.207 2770.45 L112.207 2776.33 L107.322 2776.33 L107.322 2770.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 2744.85 Q128.781 2744.85 126.952 2748.41 Q125.146 2751.95 125.146 2759.08 Q125.146 2766.19 126.952 2769.75 Q128.781 2773.3 132.392 2773.3 Q136.026 2773.3 137.831 2769.75 Q139.66 2766.19 139.66 2759.08 Q139.66 2751.95 137.831 2748.41 Q136.026 2744.85 132.392 2744.85 M132.392 2741.14 Q138.202 2741.14 141.257 2745.75 Q144.336 2750.33 144.336 2759.08 Q144.336 2767.81 141.257 2772.42 Q138.202 2777 132.392 2777 Q126.581 2777 123.503 2772.42 Q120.447 2767.81 120.447 2759.08 Q120.447 2750.33 123.503 2745.75 Q126.581 2741.14 132.392 2741.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M38.3875 2578.24 L68.0633 2578.24 L68.0633 2582.18 L38.3875 2582.18 L38.3875 2578.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M88.1557 2563.59 Q84.5447 2563.59 82.716 2567.15 Q80.9104 2570.7 80.9104 2577.83 Q80.9104 2584.93 82.716 2588.5 Q84.5447 2592.04 88.1557 2592.04 Q91.79 2592.04 93.5955 2588.5 Q95.4242 2584.93 95.4242 2577.83 Q95.4242 2570.7 93.5955 2567.15 Q91.79 2563.59 88.1557 2563.59 M88.1557 2559.89 Q93.9659 2559.89 97.0214 2564.49 Q100.1 2569.08 100.1 2577.83 Q100.1 2586.55 97.0214 2591.16 Q93.9659 2595.74 88.1557 2595.74 Q82.3456 2595.74 79.2669 2591.16 Q76.2114 2586.55 76.2114 2577.83 Q76.2114 2569.08 79.2669 2564.49 Q82.3456 2559.89 88.1557 2559.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M108.318 2589.19 L113.202 2589.19 L113.202 2595.07 L108.318 2595.07 L108.318 2589.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M123.433 2560.51 L141.79 2560.51 L141.79 2564.45 L127.716 2564.45 L127.716 2572.92 Q128.734 2572.57 129.753 2572.41 Q130.771 2572.22 131.79 2572.22 Q137.577 2572.22 140.956 2575.4 Q144.336 2578.57 144.336 2583.98 Q144.336 2589.56 140.864 2592.66 Q137.392 2595.74 131.072 2595.74 Q128.896 2595.74 126.628 2595.37 Q124.382 2595 121.975 2594.26 L121.975 2589.56 Q124.058 2590.7 126.281 2591.25 Q128.503 2591.81 130.98 2591.81 Q134.984 2591.81 137.322 2589.7 Q139.66 2587.59 139.66 2583.98 Q139.66 2580.37 137.322 2578.27 Q134.984 2576.16 130.98 2576.16 Q129.105 2576.16 127.23 2576.58 Q125.378 2576.99 123.433 2577.87 L123.433 2560.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M87.1604 2382.33 Q83.5493 2382.33 81.7206 2385.9 Q79.915 2389.44 79.915 2396.57 Q79.915 2403.68 81.7206 2407.24 Q83.5493 2410.78 87.1604 2410.78 Q90.7946 2410.78 92.6002 2407.24 Q94.4289 2403.68 94.4289 2396.57 Q94.4289 2389.44 92.6002 2385.9 Q90.7946 2382.33 87.1604 2382.33 M87.1604 2378.63 Q92.9705 2378.63 96.0261 2383.24 Q99.1048 2387.82 99.1048 2396.57 Q99.1048 2405.3 96.0261 2409.9 Q92.9705 2414.49 87.1604 2414.49 Q81.3502 2414.49 78.2715 2409.9 Q75.216 2405.3 75.216 2396.57 Q75.216 2387.82 78.2715 2383.24 Q81.3502 2378.63 87.1604 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 2407.94 L112.207 2407.94 L112.207 2413.82 L107.322 2413.82 L107.322 2407.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 2382.33 Q128.781 2382.33 126.952 2385.9 Q125.146 2389.44 125.146 2396.57 Q125.146 2403.68 126.952 2407.24 Q128.781 2410.78 132.392 2410.78 Q136.026 2410.78 137.831 2407.24 Q139.66 2403.68 139.66 2396.57 Q139.66 2389.44 137.831 2385.9 Q136.026 2382.33 132.392 2382.33 M132.392 2378.63 Q138.202 2378.63 141.257 2383.24 Q144.336 2387.82 144.336 2396.57 Q144.336 2405.3 141.257 2409.9 Q138.202 2414.49 132.392 2414.49 Q126.581 2414.49 123.503 2409.9 Q120.447 2405.3 120.447 2396.57 Q120.447 2387.82 123.503 2383.24 Q126.581 2378.63 132.392 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M88.1557 2201.08 Q84.5447 2201.08 82.716 2204.64 Q80.9104 2208.18 80.9104 2215.31 Q80.9104 2222.42 82.716 2225.98 Q84.5447 2229.53 88.1557 2229.53 Q91.79 2229.53 93.5955 2225.98 Q95.4242 2222.42 95.4242 2215.31 Q95.4242 2208.18 93.5955 2204.64 Q91.79 2201.08 88.1557 2201.08 M88.1557 2197.37 Q93.9659 2197.37 97.0214 2201.98 Q100.1 2206.56 100.1 2215.31 Q100.1 2224.04 97.0214 2228.65 Q93.9659 2233.23 88.1557 2233.23 Q82.3456 2233.23 79.2669 2228.65 Q76.2114 2224.04 76.2114 2215.31 Q76.2114 2206.56 79.2669 2201.98 Q82.3456 2197.37 88.1557 2197.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M108.318 2226.68 L113.202 2226.68 L113.202 2232.56 L108.318 2232.56 L108.318 2226.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M123.433 2198 L141.79 2198 L141.79 2201.93 L127.716 2201.93 L127.716 2210.41 Q128.734 2210.06 129.753 2209.9 Q130.771 2209.71 131.79 2209.71 Q137.577 2209.71 140.956 2212.88 Q144.336 2216.05 144.336 2221.47 Q144.336 2227.05 140.864 2230.15 Q137.392 2233.23 131.072 2233.23 Q128.896 2233.23 126.628 2232.86 Q124.382 2232.49 121.975 2231.75 L121.975 2227.05 Q124.058 2228.18 126.281 2228.74 Q128.503 2229.29 130.98 2229.29 Q134.984 2229.29 137.322 2227.19 Q139.66 2225.08 139.66 2221.47 Q139.66 2217.86 137.322 2215.75 Q134.984 2213.65 130.98 2213.65 Q129.105 2213.65 127.23 2214.06 Q125.378 2214.48 123.433 2215.36 L123.433 2198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M77.9706 2047.37 L85.6095 2047.37 L85.6095 2021 L77.2993 2022.67 L77.2993 2018.41 L85.5632 2016.74 L90.2391 2016.74 L90.2391 2047.37 L97.8779 2047.37 L97.8779 2051.3 L77.9706 2051.3 L77.9706 2047.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M107.322 2045.42 L112.207 2045.42 L112.207 2051.3 L107.322 2051.3 L107.322 2045.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M132.392 2019.82 Q128.781 2019.82 126.952 2023.39 Q125.146 2026.93 125.146 2034.06 Q125.146 2041.16 126.952 2044.73 Q128.781 2048.27 132.392 2048.27 Q136.026 2048.27 137.831 2044.73 Q139.66 2041.16 139.66 2034.06 Q139.66 2026.93 137.831 2023.39 Q136.026 2019.82 132.392 2019.82 M132.392 2016.12 Q138.202 2016.12 141.257 2020.72 Q144.336 2025.31 144.336 2034.06 Q144.336 2042.78 141.257 2047.39 Q138.202 2051.97 132.392 2051.97 Q126.581 2051.97 123.503 2047.39 Q120.447 2042.78 120.447 2034.06 Q120.447 2025.31 123.503 2020.72 Q126.581 2016.12 132.392 2016.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M901.33 1934.08 L901.33 1942.06 Q896.671 1939.83 892.539 1938.74 Q888.407 1937.65 884.559 1937.65 Q877.875 1937.65 874.229 1940.24 Q870.624 1942.83 870.624 1947.61 Q870.624 1951.62 873.014 1953.69 Q875.445 1955.71 882.169 1956.97 L887.111 1957.98 Q896.266 1959.72 900.601 1964.14 Q904.976 1968.51 904.976 1975.89 Q904.976 1984.68 899.061 1989.21 Q893.188 1993.75 881.804 1993.75 Q877.511 1993.75 872.649 1992.78 Q867.829 1991.81 862.644 1989.9 L862.644 1981.48 Q867.626 1984.27 872.406 1985.69 Q877.186 1987.11 881.804 1987.11 Q888.813 1987.11 892.62 1984.35 Q896.428 1981.6 896.428 1976.49 Q896.428 1972.04 893.674 1969.53 Q890.96 1967.01 884.721 1965.76 L879.739 1964.79 Q870.583 1962.96 866.492 1959.08 Q862.401 1955.19 862.401 1948.26 Q862.401 1940.24 868.031 1935.62 Q873.703 1931 883.627 1931 Q887.881 1931 892.296 1931.77 Q896.712 1932.54 901.33 1934.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M917.736 1932.1 L955.977 1932.1 L955.977 1938.98 L925.919 1938.98 L925.919 1956.89 L954.721 1956.89 L954.721 1963.77 L925.919 1963.77 L925.919 1985.69 L956.706 1985.69 L956.706 1992.58 L917.736 1992.58 L917.736 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M970.155 1932.1 L978.338 1932.1 L978.338 1957.66 L1005.48 1932.1 L1016.01 1932.1 L985.994 1960.29 L1018.16 1992.58 L1007.38 1992.58 L978.338 1963.45 L978.338 1992.58 L970.155 1992.58 L970.155 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip478)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 261.842,2398.19 266.017,2389.3 270.64,2390.66 274.815,2384.64 279.735,2387.46 284.208,2383.31 288.831,2371.79 293.453,2382.61 297.777,2363.22 302.548,2346.51 \n 307.022,2340.9 311.346,2344.35 316.266,2359.41 320.59,2348.73 324.915,2343.91 329.686,2349.3 334.308,2345.98 338.483,2339.82 343.404,2338.91 347.877,2339.54 \n 352.499,2340.02 357.122,2336.88 361.446,2344.99 366.217,2353.79 370.839,2372.75 375.014,2386.19 379.637,2388.28 384.11,2403.46 388.583,2398.42 393.206,2399.02 \n 397.828,2410.12 402.152,2405.36 406.923,2393.14 411.546,2388.84 415.721,2400.51 420.641,2410.87 425.114,2419.02 429.289,2414.71 434.061,2414.51 438.534,2403.1 \n 442.858,2407.72 447.63,2414.66 452.252,2413.2 456.874,2420.65 461.347,2409.48 465.821,2409.03 470.443,2422.83 475.065,2423.25 479.389,2410.03 483.564,2428.9 \n 488.485,2429.95 492.958,2438.72 497.58,2447.86 502.054,2443.75 506.527,2431.31 511.298,2434.57 515.772,2432.65 520.096,2435.13 524.867,2447.19 529.489,2449.84 \n 534.112,2461.07 538.436,2460.63 543.058,2455.96 547.233,2469.54 552.154,2472.72 556.627,2463.7 561.249,2480.78 565.871,2492 570.196,2500.29 574.967,2515.4 \n 579.44,2516.64 583.764,2495.38 588.685,2499.84 592.86,2511.71 597.333,2529.47 601.955,2528.09 606.578,2545.28 610.902,2549.26 615.673,2540.43 620.296,2534.12 \n 624.471,2541.41 629.391,2539.91 633.864,2541.11 638.487,2533.89 643.109,2538.4 647.284,2531.78 651.608,2527.47 656.379,2523.88 661.002,2503.67 665.177,2481.87 \n 670.097,2493.42 674.571,2487.96 679.193,2482.75 683.815,2477.58 688.139,2472.92 692.911,2457.73 697.533,2452.73 701.708,2447.63 706.33,2445.59 710.804,2431.87 \n 715.277,2412.44 719.899,2422.74 724.521,2431.39 728.845,2437.35 733.617,2408.6 738.239,2411.1 742.414,2399.02 747.335,2380.76 751.808,2390.91 755.983,2392.06 \n 760.904,2396.29 765.377,2400.62 769.999,2391.45 774.472,2394.9 778.945,2401.38 783.717,2393.5 788.19,2381.96 792.514,2373.47 797.286,2353.34 801.908,2348.87 \n 806.53,2367.12 810.705,2358.72 815.328,2370.43 819.652,2374.85 824.423,2389.14 828.896,2408.77 833.22,2406.97 838.141,2399.81 842.614,2406.89 847.236,2418.41 \n 851.71,2424.37 856.183,2419.79 860.954,2404.64 865.129,2419.55 869.752,2414.63 873.927,2395.97 878.847,2388.52 883.32,2388.81 887.943,2390.65 892.565,2392.35 \n 896.889,2397.94 901.661,2393.45 906.134,2374.66 910.458,2375.5 915.378,2382.79 919.553,2385.93 924.027,2386.53 928.649,2370.88 933.271,2382.36 937.595,2380.06 \n 942.367,2374.24 946.989,2382.8 951.164,2360.66 956.085,2354.93 960.558,2356.66 965.18,2361.12 969.802,2357.64 974.127,2344.08 978.749,2329.24 983.222,2332.59 \n 987.695,2332.71 992.318,2332.75 996.94,2334.3 1001.26,2355.2 1006.04,2384.31 1010.66,2425.05 1014.83,2438.61 1019.75,2429.86 1024.23,2446.97 1028.4,2476.14 \n 1033.17,2445.46 1037.65,2435.92 1041.97,2413.92 1046.74,2421.81 1051.36,2399.46 1055.99,2390.2 1060.46,2384.7 1064.93,2387.88 1069.56,2384.64 1074.18,2392.43 \n 1078.5,2402.56 1082.68,2391.08 1087.6,2395.39 1092.07,2398.01 1096.69,2425.97 1101.17,2423.9 1105.64,2397.21 1110.41,2404.13 1114.88,2371.04 1119.21,2369.35 \n 1123.98,2386.33 1128.6,2369.65 1133.22,2353.15 1137.4,2347.04 1142.02,2345.23 1146.35,2328.19 1151.12,2336.8 1155.59,2343.61 1159.91,2342.83 1164.83,2343.19 \n 1169.31,2372.49 1173.93,2350.04 1178.4,2364.7 1182.88,2370.07 1187.65,2367.02 1191.97,2353.85 1196.45,2356.69 1201.07,2361.02 1205.69,2388.93 1210.01,2369.64 \n 1214.79,2363.23 1219.41,2353.69 1223.58,2349.67 1228.5,2353.68 1232.98,2354.62 1237.6,2345.85 1242.22,2337.56 1246.4,2342.01 1250.72,2344.92 1255.49,2343.07 \n 1260.11,2352.43 1264.29,2357.71 1269.21,2345.8 1273.68,2351.16 1278.3,2338.98 1282.93,2341.4 1287.25,2344.75 1292.02,2338.17 1296.65,2344.88 1300.82,2336.85 \n 1305.44,2341.04 1309.92,2342.73 1314.39,2351.47 1319.01,2351.57 1323.63,2363.2 1327.96,2366.56 1332.73,2378.66 1337.35,2388.13 1341.53,2390.19 1346.45,2408.56 \n 1350.92,2428.61 1355.1,2431.68 1359.87,2443.9 1364.34,2432.38 1368.66,2440.9 1373.44,2430.5 1378.06,2442.67 1382.68,2439.03 1387.15,2435.05 1391.63,2439.76 \n 1396.25,2449.69 1400.87,2437.9 1405.2,2444.39 1409.82,2445.29 1414.44,2424.8 1418.76,2421.39 1423.54,2436.43 1428.01,2442.07 1432.33,2445.15 1437.25,2447.48 \n 1441.73,2447.67 1446.35,2466.96 1450.82,2475.81 1455.3,2470.76 1460.07,2457.55 1464.24,2468.79 1468.86,2466.25 1473.04,2463.77 1477.96,2456.93 1482.43,2447.4 \n 1487.05,2432.9 1491.68,2427.63 1496,2437.47 1500.77,2447.27 1505.25,2446.25 1509.57,2440.84 1514.49,2426.5 1518.67,2446.53 1523.14,2451.33 1527.76,2467.69 \n 1532.38,2472.2 1536.71,2477.76 1541.48,2472.07 1546.1,2487.11 1550.28,2478.17 1555.2,2489 1559.67,2488.36 1564.29,2480.09 1568.91,2488.37 1573.09,2496.44 \n 1577.41,2499.08 1582.19,2508.83 1586.81,2510.15 1590.98,2501.79 1595.9,2514.75 1600.38,2523.59 1605,2525.26 1609.62,2518.67 1613.94,2516.91 1618.72,2509.63 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM1927.8 2759.05 L3366.09 2759.05 L3366.09 2034.02 L1927.8 2034.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip479\">\n <rect x=\"1927\" y=\"2034\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2236.31,2759.05 2236.31,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2780.99,2759.05 2780.99,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3325.53,2759.05 3325.53,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,2759.05 3366.09,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2236.31,2759.05 2236.31,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2780.99,2759.05 2780.99,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3325.53,2759.05 3325.53,2740.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M2184.92 2837.54 L2201.24 2837.54 L2201.24 2841.48 L2179.29 2841.48 L2179.29 2837.54 Q2181.95 2834.79 2186.54 2830.16 Q2191.14 2825.51 2192.32 2824.17 Q2194.57 2821.64 2195.45 2819.91 Q2196.35 2818.15 2196.35 2816.46 Q2196.35 2813.7 2194.41 2811.97 Q2192.49 2810.23 2189.38 2810.23 Q2187.19 2810.23 2184.73 2810.99 Q2182.3 2811.76 2179.52 2813.31 L2179.52 2808.59 Q2182.35 2807.45 2184.8 2806.87 Q2187.25 2806.29 2189.29 2806.29 Q2194.66 2806.29 2197.86 2808.98 Q2201.05 2811.67 2201.05 2816.16 Q2201.05 2818.29 2200.24 2820.21 Q2199.45 2822.1 2197.35 2824.7 Q2196.77 2825.37 2193.67 2828.59 Q2190.56 2831.78 2184.92 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2221.05 2810 Q2217.44 2810 2215.61 2813.56 Q2213.81 2817.11 2213.81 2824.23 Q2213.81 2831.34 2215.61 2834.91 Q2217.44 2838.45 2221.05 2838.45 Q2224.68 2838.45 2226.49 2834.91 Q2228.32 2831.34 2228.32 2824.23 Q2228.32 2817.11 2226.49 2813.56 Q2224.68 2810 2221.05 2810 M2221.05 2806.29 Q2226.86 2806.29 2229.92 2810.9 Q2232.99 2815.48 2232.99 2824.23 Q2232.99 2832.96 2229.92 2837.57 Q2226.86 2842.15 2221.05 2842.15 Q2215.24 2842.15 2212.16 2837.57 Q2209.11 2832.96 2209.11 2824.23 Q2209.11 2815.48 2212.16 2810.9 Q2215.24 2806.29 2221.05 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2251.21 2810 Q2247.6 2810 2245.77 2813.56 Q2243.97 2817.11 2243.97 2824.23 Q2243.97 2831.34 2245.77 2834.91 Q2247.6 2838.45 2251.21 2838.45 Q2254.85 2838.45 2256.65 2834.91 Q2258.48 2831.34 2258.48 2824.23 Q2258.48 2817.11 2256.65 2813.56 Q2254.85 2810 2251.21 2810 M2251.21 2806.29 Q2257.02 2806.29 2260.08 2810.9 Q2263.16 2815.48 2263.16 2824.23 Q2263.16 2832.96 2260.08 2837.57 Q2257.02 2842.15 2251.21 2842.15 Q2245.4 2842.15 2242.32 2837.57 Q2239.27 2832.96 2239.27 2824.23 Q2239.27 2815.48 2242.32 2810.9 Q2245.4 2806.29 2251.21 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2281.37 2810 Q2277.76 2810 2275.93 2813.56 Q2274.13 2817.11 2274.13 2824.23 Q2274.13 2831.34 2275.93 2834.91 Q2277.76 2838.45 2281.37 2838.45 Q2285.01 2838.45 2286.81 2834.91 Q2288.64 2831.34 2288.64 2824.23 Q2288.64 2817.11 2286.81 2813.56 Q2285.01 2810 2281.37 2810 M2281.37 2806.29 Q2287.18 2806.29 2290.24 2810.9 Q2293.32 2815.48 2293.32 2824.23 Q2293.32 2832.96 2290.24 2837.57 Q2287.18 2842.15 2281.37 2842.15 Q2275.56 2842.15 2272.49 2837.57 Q2269.43 2832.96 2269.43 2824.23 Q2269.43 2815.48 2272.49 2810.9 Q2275.56 2806.29 2281.37 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2729.6 2837.54 L2745.92 2837.54 L2745.92 2841.48 L2723.98 2841.48 L2723.98 2837.54 Q2726.64 2834.79 2731.22 2830.16 Q2735.83 2825.51 2737.01 2824.17 Q2739.26 2821.64 2740.14 2819.91 Q2741.04 2818.15 2741.04 2816.46 Q2741.04 2813.7 2739.1 2811.97 Q2737.17 2810.23 2734.07 2810.23 Q2731.87 2810.23 2729.42 2810.99 Q2726.99 2811.76 2724.21 2813.31 L2724.21 2808.59 Q2727.04 2807.45 2729.49 2806.87 Q2731.94 2806.29 2733.98 2806.29 Q2739.35 2806.29 2742.54 2808.98 Q2745.74 2811.67 2745.74 2816.16 Q2745.74 2818.29 2744.93 2820.21 Q2744.14 2822.1 2742.04 2824.7 Q2741.46 2825.37 2738.35 2828.59 Q2735.25 2831.78 2729.6 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2765.74 2810 Q2762.13 2810 2760.3 2813.56 Q2758.49 2817.11 2758.49 2824.23 Q2758.49 2831.34 2760.3 2834.91 Q2762.13 2838.45 2765.74 2838.45 Q2769.37 2838.45 2771.18 2834.91 Q2773.01 2831.34 2773.01 2824.23 Q2773.01 2817.11 2771.18 2813.56 Q2769.37 2810 2765.74 2810 M2765.74 2806.29 Q2771.55 2806.29 2774.6 2810.9 Q2777.68 2815.48 2777.68 2824.23 Q2777.68 2832.96 2774.6 2837.57 Q2771.55 2842.15 2765.74 2842.15 Q2759.93 2842.15 2756.85 2837.57 Q2753.79 2832.96 2753.79 2824.23 Q2753.79 2815.48 2756.85 2810.9 Q2759.93 2806.29 2765.74 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2786.71 2837.54 L2794.35 2837.54 L2794.35 2811.18 L2786.04 2812.85 L2786.04 2808.59 L2794.3 2806.92 L2798.98 2806.92 L2798.98 2837.54 L2806.62 2837.54 L2806.62 2841.48 L2786.71 2841.48 L2786.71 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2826.06 2810 Q2822.45 2810 2820.62 2813.56 Q2818.82 2817.11 2818.82 2824.23 Q2818.82 2831.34 2820.62 2834.91 Q2822.45 2838.45 2826.06 2838.45 Q2829.7 2838.45 2831.5 2834.91 Q2833.33 2831.34 2833.33 2824.23 Q2833.33 2817.11 2831.5 2813.56 Q2829.7 2810 2826.06 2810 M2826.06 2806.29 Q2831.87 2806.29 2834.93 2810.9 Q2838.01 2815.48 2838.01 2824.23 Q2838.01 2832.96 2834.93 2837.57 Q2831.87 2842.15 2826.06 2842.15 Q2820.25 2842.15 2817.17 2837.57 Q2814.12 2832.96 2814.12 2824.23 Q2814.12 2815.48 2817.17 2810.9 Q2820.25 2806.29 2826.06 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3274.14 2837.54 L3290.46 2837.54 L3290.46 2841.48 L3268.52 2841.48 L3268.52 2837.54 Q3271.18 2834.79 3275.76 2830.16 Q3280.37 2825.51 3281.55 2824.17 Q3283.8 2821.64 3284.68 2819.91 Q3285.58 2818.15 3285.58 2816.46 Q3285.58 2813.7 3283.63 2811.97 Q3281.71 2810.23 3278.61 2810.23 Q3276.41 2810.23 3273.96 2810.99 Q3271.53 2811.76 3268.75 2813.31 L3268.75 2808.59 Q3271.57 2807.45 3274.03 2806.87 Q3276.48 2806.29 3278.52 2806.29 Q3283.89 2806.29 3287.08 2808.98 Q3290.28 2811.67 3290.28 2816.16 Q3290.28 2818.29 3289.47 2820.21 Q3288.68 2822.1 3286.57 2824.7 Q3286 2825.37 3282.89 2828.59 Q3279.79 2831.78 3274.14 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3310.28 2810 Q3306.67 2810 3304.84 2813.56 Q3303.03 2817.11 3303.03 2824.23 Q3303.03 2831.34 3304.84 2834.91 Q3306.67 2838.45 3310.28 2838.45 Q3313.91 2838.45 3315.72 2834.91 Q3317.55 2831.34 3317.55 2824.23 Q3317.55 2817.11 3315.72 2813.56 Q3313.91 2810 3310.28 2810 M3310.28 2806.29 Q3316.09 2806.29 3319.14 2810.9 Q3322.22 2815.48 3322.22 2824.23 Q3322.22 2832.96 3319.14 2837.57 Q3316.09 2842.15 3310.28 2842.15 Q3304.47 2842.15 3301.39 2837.57 Q3298.33 2832.96 3298.33 2824.23 Q3298.33 2815.48 3301.39 2810.9 Q3304.47 2806.29 3310.28 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3334.47 2837.54 L3350.79 2837.54 L3350.79 2841.48 L3328.84 2841.48 L3328.84 2837.54 Q3331.5 2834.79 3336.09 2830.16 Q3340.69 2825.51 3341.87 2824.17 Q3344.12 2821.64 3345 2819.91 Q3345.9 2818.15 3345.9 2816.46 Q3345.9 2813.7 3343.96 2811.97 Q3342.04 2810.23 3338.93 2810.23 Q3336.74 2810.23 3334.28 2810.99 Q3331.85 2811.76 3329.07 2813.31 L3329.07 2808.59 Q3331.9 2807.45 3334.35 2806.87 Q3336.81 2806.29 3338.84 2806.29 Q3344.21 2806.29 3347.41 2808.98 Q3350.6 2811.67 3350.6 2816.16 Q3350.6 2818.29 3349.79 2820.21 Q3349 2822.1 3346.9 2824.7 Q3346.32 2825.37 3343.22 2828.59 Q3340.12 2831.78 3334.47 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3370.6 2810 Q3366.99 2810 3365.16 2813.56 Q3363.36 2817.11 3363.36 2824.23 Q3363.36 2831.34 3365.16 2834.91 Q3366.99 2838.45 3370.6 2838.45 Q3374.24 2838.45 3376.04 2834.91 Q3377.87 2831.34 3377.87 2824.23 Q3377.87 2817.11 3376.04 2813.56 Q3374.24 2810 3370.6 2810 M3370.6 2806.29 Q3376.41 2806.29 3379.47 2810.9 Q3382.55 2815.48 3382.55 2824.23 Q3382.55 2832.96 3379.47 2837.57 Q3376.41 2842.15 3370.6 2842.15 Q3364.79 2842.15 3361.71 2837.57 Q3358.66 2832.96 3358.66 2824.23 Q3358.66 2815.48 3361.71 2810.9 Q3364.79 2806.29 3370.6 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,2759.05 3366.09,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,2577.79 3366.09,2577.79 \n \"/>\n<polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,2396.53 3366.09,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,2215.28 3366.09,2215.28 \n \"/>\n<polyline clip-path=\"url(#clip479)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1927.8,2034.02 3366.09,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,2759.05 1927.8,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,2759.05 1946.7,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,2577.79 1946.7,2577.79 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,2396.53 1946.7,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,2215.28 1946.7,2215.28 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1927.8,2034.02 1946.7,2034.02 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M1744.06 2759.5 L1773.73 2759.5 L1773.73 2763.43 L1744.06 2763.43 L1744.06 2759.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1784.64 2772.39 L1792.28 2772.39 L1792.28 2746.03 L1783.97 2747.69 L1783.97 2743.43 L1792.23 2741.77 L1796.91 2741.77 L1796.91 2772.39 L1804.54 2772.39 L1804.54 2776.33 L1784.64 2776.33 L1784.64 2772.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 2770.45 L1818.87 2770.45 L1818.87 2776.33 L1813.99 2776.33 L1813.99 2770.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 2744.85 Q1835.45 2744.85 1833.62 2748.41 Q1831.81 2751.95 1831.81 2759.08 Q1831.81 2766.19 1833.62 2769.75 Q1835.45 2773.3 1839.06 2773.3 Q1842.69 2773.3 1844.5 2769.75 Q1846.33 2766.19 1846.33 2759.08 Q1846.33 2751.95 1844.5 2748.41 Q1842.69 2744.85 1839.06 2744.85 M1839.06 2741.14 Q1844.87 2741.14 1847.92 2745.75 Q1851 2750.33 1851 2759.08 Q1851 2767.81 1847.92 2772.42 Q1844.87 2777 1839.06 2777 Q1833.25 2777 1830.17 2772.42 Q1827.11 2767.81 1827.11 2759.08 Q1827.11 2750.33 1830.17 2745.75 Q1833.25 2741.14 1839.06 2741.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1745.05 2578.24 L1774.73 2578.24 L1774.73 2582.18 L1745.05 2582.18 L1745.05 2578.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1794.82 2563.59 Q1791.21 2563.59 1789.38 2567.15 Q1787.58 2570.7 1787.58 2577.83 Q1787.58 2584.93 1789.38 2588.5 Q1791.21 2592.04 1794.82 2592.04 Q1798.46 2592.04 1800.26 2588.5 Q1802.09 2584.93 1802.09 2577.83 Q1802.09 2570.7 1800.26 2567.15 Q1798.46 2563.59 1794.82 2563.59 M1794.82 2559.89 Q1800.63 2559.89 1803.69 2564.49 Q1806.77 2569.08 1806.77 2577.83 Q1806.77 2586.55 1803.69 2591.16 Q1800.63 2595.74 1794.82 2595.74 Q1789.01 2595.74 1785.93 2591.16 Q1782.88 2586.55 1782.88 2577.83 Q1782.88 2569.08 1785.93 2564.49 Q1789.01 2559.89 1794.82 2559.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1814.98 2589.19 L1819.87 2589.19 L1819.87 2595.07 L1814.98 2595.07 L1814.98 2589.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1830.1 2560.51 L1848.46 2560.51 L1848.46 2564.45 L1834.38 2564.45 L1834.38 2572.92 Q1835.4 2572.57 1836.42 2572.41 Q1837.44 2572.22 1838.46 2572.22 Q1844.24 2572.22 1847.62 2575.4 Q1851 2578.57 1851 2583.98 Q1851 2589.56 1847.53 2592.66 Q1844.06 2595.74 1837.74 2595.74 Q1835.56 2595.74 1833.29 2595.37 Q1831.05 2595 1828.64 2594.26 L1828.64 2589.56 Q1830.72 2590.7 1832.95 2591.25 Q1835.17 2591.81 1837.65 2591.81 Q1841.65 2591.81 1843.99 2589.7 Q1846.33 2587.59 1846.33 2583.98 Q1846.33 2580.37 1843.99 2578.27 Q1841.65 2576.16 1837.65 2576.16 Q1835.77 2576.16 1833.9 2576.58 Q1832.04 2576.99 1830.1 2577.87 L1830.1 2560.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1793.83 2382.33 Q1790.22 2382.33 1788.39 2385.9 Q1786.58 2389.44 1786.58 2396.57 Q1786.58 2403.68 1788.39 2407.24 Q1790.22 2410.78 1793.83 2410.78 Q1797.46 2410.78 1799.27 2407.24 Q1801.1 2403.68 1801.1 2396.57 Q1801.1 2389.44 1799.27 2385.9 Q1797.46 2382.33 1793.83 2382.33 M1793.83 2378.63 Q1799.64 2378.63 1802.69 2383.24 Q1805.77 2387.82 1805.77 2396.57 Q1805.77 2405.3 1802.69 2409.9 Q1799.64 2414.49 1793.83 2414.49 Q1788.02 2414.49 1784.94 2409.9 Q1781.88 2405.3 1781.88 2396.57 Q1781.88 2387.82 1784.94 2383.24 Q1788.02 2378.63 1793.83 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 2407.94 L1818.87 2407.94 L1818.87 2413.82 L1813.99 2413.82 L1813.99 2407.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 2382.33 Q1835.45 2382.33 1833.62 2385.9 Q1831.81 2389.44 1831.81 2396.57 Q1831.81 2403.68 1833.62 2407.24 Q1835.45 2410.78 1839.06 2410.78 Q1842.69 2410.78 1844.5 2407.24 Q1846.33 2403.68 1846.33 2396.57 Q1846.33 2389.44 1844.5 2385.9 Q1842.69 2382.33 1839.06 2382.33 M1839.06 2378.63 Q1844.87 2378.63 1847.92 2383.24 Q1851 2387.82 1851 2396.57 Q1851 2405.3 1847.92 2409.9 Q1844.87 2414.49 1839.06 2414.49 Q1833.25 2414.49 1830.17 2409.9 Q1827.11 2405.3 1827.11 2396.57 Q1827.11 2387.82 1830.17 2383.24 Q1833.25 2378.63 1839.06 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1794.82 2201.08 Q1791.21 2201.08 1789.38 2204.64 Q1787.58 2208.18 1787.58 2215.31 Q1787.58 2222.42 1789.38 2225.98 Q1791.21 2229.53 1794.82 2229.53 Q1798.46 2229.53 1800.26 2225.98 Q1802.09 2222.42 1802.09 2215.31 Q1802.09 2208.18 1800.26 2204.64 Q1798.46 2201.08 1794.82 2201.08 M1794.82 2197.37 Q1800.63 2197.37 1803.69 2201.98 Q1806.77 2206.56 1806.77 2215.31 Q1806.77 2224.04 1803.69 2228.65 Q1800.63 2233.23 1794.82 2233.23 Q1789.01 2233.23 1785.93 2228.65 Q1782.88 2224.04 1782.88 2215.31 Q1782.88 2206.56 1785.93 2201.98 Q1789.01 2197.37 1794.82 2197.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1814.98 2226.68 L1819.87 2226.68 L1819.87 2232.56 L1814.98 2232.56 L1814.98 2226.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1830.1 2198 L1848.46 2198 L1848.46 2201.93 L1834.38 2201.93 L1834.38 2210.41 Q1835.4 2210.06 1836.42 2209.9 Q1837.44 2209.71 1838.46 2209.71 Q1844.24 2209.71 1847.62 2212.88 Q1851 2216.05 1851 2221.47 Q1851 2227.05 1847.53 2230.15 Q1844.06 2233.23 1837.74 2233.23 Q1835.56 2233.23 1833.29 2232.86 Q1831.05 2232.49 1828.64 2231.75 L1828.64 2227.05 Q1830.72 2228.18 1832.95 2228.74 Q1835.17 2229.29 1837.65 2229.29 Q1841.65 2229.29 1843.99 2227.19 Q1846.33 2225.08 1846.33 2221.47 Q1846.33 2217.86 1843.99 2215.75 Q1841.65 2213.65 1837.65 2213.65 Q1835.77 2213.65 1833.9 2214.06 Q1832.04 2214.48 1830.1 2215.36 L1830.1 2198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1784.64 2047.37 L1792.28 2047.37 L1792.28 2021 L1783.97 2022.67 L1783.97 2018.41 L1792.23 2016.74 L1796.91 2016.74 L1796.91 2047.37 L1804.54 2047.37 L1804.54 2051.3 L1784.64 2051.3 L1784.64 2047.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1813.99 2045.42 L1818.87 2045.42 L1818.87 2051.3 L1813.99 2051.3 L1813.99 2045.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1839.06 2019.82 Q1835.45 2019.82 1833.62 2023.39 Q1831.81 2026.93 1831.81 2034.06 Q1831.81 2041.16 1833.62 2044.73 Q1835.45 2048.27 1839.06 2048.27 Q1842.69 2048.27 1844.5 2044.73 Q1846.33 2041.16 1846.33 2034.06 Q1846.33 2026.93 1844.5 2023.39 Q1842.69 2019.82 1839.06 2019.82 M1839.06 2016.12 Q1844.87 2016.12 1847.92 2020.72 Q1851 2025.31 1851 2034.06 Q1851 2042.78 1847.92 2047.39 Q1844.87 2051.97 1839.06 2051.97 Q1833.25 2051.97 1830.17 2047.39 Q1827.11 2042.78 1827.11 2034.06 Q1827.11 2025.31 1830.17 2020.72 Q1833.25 2016.12 1839.06 2016.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2616.44 1936.75 L2616.44 1945.38 Q2612.31 1941.53 2607.61 1939.63 Q2602.95 1937.73 2597.69 1937.73 Q2587.32 1937.73 2581.81 1944.09 Q2576.3 1950.41 2576.3 1962.4 Q2576.3 1974.35 2581.81 1980.71 Q2587.32 1987.03 2597.69 1987.03 Q2602.95 1987.03 2607.61 1985.12 Q2612.31 1983.22 2616.44 1979.37 L2616.44 1987.92 Q2612.15 1990.83 2607.33 1992.29 Q2602.55 1993.75 2597.2 1993.75 Q2583.47 1993.75 2575.57 1985.37 Q2567.67 1976.94 2567.67 1962.4 Q2567.67 1947.81 2575.57 1939.43 Q2583.47 1931 2597.2 1931 Q2602.63 1931 2607.41 1932.46 Q2612.23 1933.88 2616.44 1936.75 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2629.08 1932.1 L2637.26 1932.1 L2637.26 1956.89 L2667 1956.89 L2667 1932.1 L2675.18 1932.1 L2675.18 1992.58 L2667 1992.58 L2667 1963.77 L2637.26 1963.77 L2637.26 1992.58 L2629.08 1992.58 L2629.08 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2691.47 1932.1 L2726.22 1932.1 L2726.22 1938.98 L2699.65 1938.98 L2699.65 1956.81 L2723.63 1956.81 L2723.63 1963.69 L2699.65 1963.69 L2699.65 1992.58 L2691.47 1992.58 L2691.47 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip479)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1968.51,2391.16 1972.68,2376.68 1977.31,2344.75 1981.48,2351.36 1986.4,2358.84 1990.87,2354.98 1995.5,2355.68 2000.12,2373.5 2004.44,2358.57 2009.22,2354.03 \n 2013.69,2367.55 2018.01,2361.43 2022.93,2380.86 2027.26,2377.93 2031.58,2376.47 2036.35,2393.14 2040.97,2396.99 2045.15,2397.4 2050.07,2382.92 2054.54,2384.55 \n 2059.17,2401.85 2063.79,2405.09 2068.11,2417.88 2072.88,2431.79 2077.51,2452.06 2081.68,2466.08 2086.3,2458.66 2090.78,2467.97 2095.25,2454.47 2099.87,2466.8 \n 2104.49,2481.43 2108.82,2475.92 2113.59,2469.39 2118.21,2456.52 2122.39,2465.23 2127.31,2474.92 2131.78,2480.49 2135.96,2479.78 2140.73,2495.05 2145.2,2490.5 \n 2149.52,2486.61 2154.3,2497.04 2158.92,2491.82 2163.54,2482.08 2168.01,2467.43 2172.49,2460.72 2177.11,2471.82 2181.73,2468.38 2186.06,2481.47 2190.23,2490.06 \n 2195.15,2499.01 2199.62,2510.38 2204.25,2512.35 2208.72,2520.34 2213.19,2506.95 2217.96,2513.58 2222.44,2511.53 2226.76,2518.37 2231.53,2535.28 2236.16,2538.93 \n 2240.78,2549.98 2245.1,2556.48 2249.72,2556.42 2253.9,2569.87 2258.82,2565.54 2263.29,2551.66 2267.92,2562.25 2272.54,2579.02 2276.86,2577.06 2281.63,2592.44 \n 2286.11,2580.75 2290.43,2556.86 2295.35,2563.12 2299.53,2570.45 2304,2581.91 2308.62,2584.29 2313.24,2596.86 2317.57,2597.79 2322.34,2583.55 2326.96,2571.27 \n 2331.14,2559.74 2336.06,2563.51 2340.53,2566.63 2345.15,2569.58 2349.78,2580.71 2353.95,2579.19 2358.27,2574.39 2363.05,2560.95 2367.67,2548.93 2371.84,2530.5 \n 2376.76,2529.14 2381.24,2534.03 2385.86,2527.67 2390.48,2528.77 2394.81,2530.85 2399.58,2505.58 2404.2,2501.85 2408.37,2498.97 2413,2497.97 2417.47,2499.58 \n 2421.94,2485.22 2426.57,2499.76 2431.19,2504.95 2435.51,2512.41 2440.28,2491.38 2444.91,2495.69 2449.08,2484.21 2454,2468.46 2458.47,2475.6 2462.65,2478.62 \n 2467.57,2477.97 2472.04,2486.66 2476.67,2474.95 2481.14,2474.64 2485.61,2482.66 2490.38,2479.79 2494.86,2474.61 2499.18,2461.02 2503.95,2441.71 2508.57,2441.99 \n 2513.2,2458.54 2517.37,2449.64 2521.99,2460.75 2526.32,2460.94 2531.09,2477.9 2535.56,2489.04 2539.89,2491 2544.81,2484.34 2549.28,2494.02 2553.9,2495.51 \n 2558.38,2503.07 2562.85,2505.06 2567.62,2495.92 2571.8,2505.49 2576.42,2505.33 2580.59,2488.5 2585.51,2481.31 2589.99,2485.46 2594.61,2488.64 2599.23,2490.43 \n 2603.56,2497.69 2608.33,2495.87 2612.8,2483.43 2617.12,2491.29 2622.05,2500.31 2626.22,2493.4 2630.69,2494.27 2635.32,2490.99 2639.94,2497.58 2644.26,2498.54 \n 2649.03,2492.77 2653.66,2495.13 2657.83,2483.88 2662.75,2481.89 2667.22,2473.17 2671.85,2475.04 2676.47,2460.19 2680.79,2446.53 2685.42,2427.15 2689.89,2445.98 \n 2694.36,2447.25 2698.98,2438.14 2703.61,2448.6 2707.93,2465.72 2712.7,2473.32 2717.32,2489.28 2721.5,2503.6 2726.42,2456.47 2730.89,2487.99 2735.07,2489.45 \n 2739.84,2480.84 2744.31,2481.69 2748.64,2458 2753.41,2465.22 2758.03,2461.57 2762.65,2455.1 2767.13,2448.53 2771.6,2443.9 2776.22,2436.82 2780.84,2447.4 \n 2785.17,2454.55 2789.34,2460.98 2794.26,2454.15 2798.74,2462.9 2803.36,2488.16 2807.83,2463.46 2812.31,2452.67 2817.08,2441.44 2821.55,2428.04 2825.87,2430.56 \n 2830.65,2435.47 2835.27,2411.37 2839.89,2414.43 2844.07,2410.57 2848.69,2404.94 2853.01,2386.13 2857.78,2379.62 2862.26,2375.02 2866.58,2351.14 2871.5,2359.63 \n 2875.97,2403.06 2880.6,2387.98 2885.07,2404.16 2889.54,2414.31 2894.31,2408.43 2898.64,2401.08 2903.11,2402.41 2907.73,2404.06 2912.36,2428.93 2916.68,2419.58 \n 2921.45,2430.77 2926.07,2422.45 2930.25,2417.7 2935.17,2414.56 2939.64,2412.87 2944.27,2408.69 2948.89,2406.99 2953.06,2416.01 2957.39,2421.42 2962.16,2414.61 \n 2966.78,2426.47 2970.96,2421.48 2975.88,2414.99 2980.35,2416.34 2984.97,2405.31 2989.59,2405.92 2993.92,2405.26 2998.69,2399.59 3003.31,2406.26 3007.49,2396.26 \n 3012.11,2397.38 3016.58,2396.28 3021.06,2401.87 3025.68,2399.06 3030.3,2408.25 3034.62,2410.92 3039.4,2426.38 3044.02,2429.1 3048.19,2429.57 3053.11,2440.9 \n 3057.59,2413.19 3061.76,2424.57 3066.53,2433.87 3071.01,2421.27 3075.33,2424.15 3080.1,2421.13 3084.72,2431.71 3089.35,2434.3 3093.82,2438.4 3098.29,2441.95 \n 3102.92,2457.48 3107.54,2448.82 3111.86,2457.77 3116.48,2447.9 3121.11,2434.26 3125.43,2435.06 3130.2,2448.79 3134.68,2441.99 3139,2439.82 3143.92,2446.44 \n 3148.39,2442.24 3153.02,2450.13 3157.49,2461.41 3161.96,2461.5 3166.73,2451.57 3170.91,2457.49 3175.53,2458 3179.71,2456.63 3184.63,2447.06 3189.1,2444.09 \n 3193.72,2447.55 3198.34,2446.84 3202.67,2450.03 3207.44,2461.55 3211.91,2456.85 3216.24,2455.14 3221.16,2438.86 3225.33,2445.6 3229.81,2451.44 3234.43,2464.35 \n 3239.05,2462.79 3243.37,2467.42 3248.15,2467.26 3252.77,2459.74 3256.94,2464.27 3261.86,2475.91 3266.34,2474.52 3270.96,2470.9 3275.58,2474.27 3279.76,2476.72 \n 3284.08,2477.69 3288.85,2487.03 3293.47,2483.41 3297.65,2473.21 3302.57,2479.8 3307.04,2480.62 3311.67,2484.44 3316.29,2481.62 3320.61,2487.02 3325.38,2476.65 \n \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"\nM3634.47 2759.05 L5072.76 2759.05 L5072.76 2034.02 L3634.47 2034.02 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip4710\">\n <rect x=\"3634\" y=\"2034\" width=\"1439\" height=\"726\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3942.97,2759.05 3942.97,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 4487.66,2759.05 4487.66,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 5032.2,2759.05 5032.2,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,2759.05 5072.76,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3942.97,2759.05 3942.97,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4487.66,2759.05 4487.66,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 5032.2,2759.05 5032.2,2740.15 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M3891.58 2837.54 L3907.9 2837.54 L3907.9 2841.48 L3885.96 2841.48 L3885.96 2837.54 Q3888.62 2834.79 3893.2 2830.16 Q3897.81 2825.51 3898.99 2824.17 Q3901.24 2821.64 3902.12 2819.91 Q3903.02 2818.15 3903.02 2816.46 Q3903.02 2813.7 3901.07 2811.97 Q3899.15 2810.23 3896.05 2810.23 Q3893.85 2810.23 3891.4 2810.99 Q3888.97 2811.76 3886.19 2813.31 L3886.19 2808.59 Q3889.01 2807.45 3891.47 2806.87 Q3893.92 2806.29 3895.96 2806.29 Q3901.33 2806.29 3904.52 2808.98 Q3907.72 2811.67 3907.72 2816.16 Q3907.72 2818.29 3906.91 2820.21 Q3906.12 2822.1 3904.01 2824.7 Q3903.43 2825.37 3900.33 2828.59 Q3897.23 2831.78 3891.58 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3927.72 2810 Q3924.11 2810 3922.28 2813.56 Q3920.47 2817.11 3920.47 2824.23 Q3920.47 2831.34 3922.28 2834.91 Q3924.11 2838.45 3927.72 2838.45 Q3931.35 2838.45 3933.16 2834.91 Q3934.99 2831.34 3934.99 2824.23 Q3934.99 2817.11 3933.16 2813.56 Q3931.35 2810 3927.72 2810 M3927.72 2806.29 Q3933.53 2806.29 3936.58 2810.9 Q3939.66 2815.48 3939.66 2824.23 Q3939.66 2832.96 3936.58 2837.57 Q3933.53 2842.15 3927.72 2842.15 Q3921.91 2842.15 3918.83 2837.57 Q3915.77 2832.96 3915.77 2824.23 Q3915.77 2815.48 3918.83 2810.9 Q3921.91 2806.29 3927.72 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3957.88 2810 Q3954.27 2810 3952.44 2813.56 Q3950.63 2817.11 3950.63 2824.23 Q3950.63 2831.34 3952.44 2834.91 Q3954.27 2838.45 3957.88 2838.45 Q3961.51 2838.45 3963.32 2834.91 Q3965.15 2831.34 3965.15 2824.23 Q3965.15 2817.11 3963.32 2813.56 Q3961.51 2810 3957.88 2810 M3957.88 2806.29 Q3963.69 2806.29 3966.74 2810.9 Q3969.82 2815.48 3969.82 2824.23 Q3969.82 2832.96 3966.74 2837.57 Q3963.69 2842.15 3957.88 2842.15 Q3952.07 2842.15 3948.99 2837.57 Q3945.93 2832.96 3945.93 2824.23 Q3945.93 2815.48 3948.99 2810.9 Q3952.07 2806.29 3957.88 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3988.04 2810 Q3984.43 2810 3982.6 2813.56 Q3980.8 2817.11 3980.8 2824.23 Q3980.8 2831.34 3982.6 2834.91 Q3984.43 2838.45 3988.04 2838.45 Q3991.68 2838.45 3993.48 2834.91 Q3995.31 2831.34 3995.31 2824.23 Q3995.31 2817.11 3993.48 2813.56 Q3991.68 2810 3988.04 2810 M3988.04 2806.29 Q3993.85 2806.29 3996.91 2810.9 Q3999.99 2815.48 3999.99 2824.23 Q3999.99 2832.96 3996.91 2837.57 Q3993.85 2842.15 3988.04 2842.15 Q3982.23 2842.15 3979.15 2837.57 Q3976.1 2832.96 3976.1 2824.23 Q3976.1 2815.48 3979.15 2810.9 Q3982.23 2806.29 3988.04 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4436.27 2837.54 L4452.59 2837.54 L4452.59 2841.48 L4430.65 2841.48 L4430.65 2837.54 Q4433.31 2834.79 4437.89 2830.16 Q4442.5 2825.51 4443.68 2824.17 Q4445.92 2821.64 4446.8 2819.91 Q4447.71 2818.15 4447.71 2816.46 Q4447.71 2813.7 4445.76 2811.97 Q4443.84 2810.23 4440.74 2810.23 Q4438.54 2810.23 4436.09 2810.99 Q4433.66 2811.76 4430.88 2813.31 L4430.88 2808.59 Q4433.7 2807.45 4436.16 2806.87 Q4438.61 2806.29 4440.65 2806.29 Q4446.02 2806.29 4449.21 2808.98 Q4452.41 2811.67 4452.41 2816.16 Q4452.41 2818.29 4451.6 2820.21 Q4450.81 2822.1 4448.7 2824.7 Q4448.12 2825.37 4445.02 2828.59 Q4441.92 2831.78 4436.27 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4472.41 2810 Q4468.79 2810 4466.97 2813.56 Q4465.16 2817.11 4465.16 2824.23 Q4465.16 2831.34 4466.97 2834.91 Q4468.79 2838.45 4472.41 2838.45 Q4476.04 2838.45 4477.85 2834.91 Q4479.67 2831.34 4479.67 2824.23 Q4479.67 2817.11 4477.85 2813.56 Q4476.04 2810 4472.41 2810 M4472.41 2806.29 Q4478.22 2806.29 4481.27 2810.9 Q4484.35 2815.48 4484.35 2824.23 Q4484.35 2832.96 4481.27 2837.57 Q4478.22 2842.15 4472.41 2842.15 Q4466.6 2842.15 4463.52 2837.57 Q4460.46 2832.96 4460.46 2824.23 Q4460.46 2815.48 4463.52 2810.9 Q4466.6 2806.29 4472.41 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4493.38 2837.54 L4501.02 2837.54 L4501.02 2811.18 L4492.71 2812.85 L4492.71 2808.59 L4500.97 2806.92 L4505.65 2806.92 L4505.65 2837.54 L4513.28 2837.54 L4513.28 2841.48 L4493.38 2841.48 L4493.38 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4532.73 2810 Q4529.12 2810 4527.29 2813.56 Q4525.48 2817.11 4525.48 2824.23 Q4525.48 2831.34 4527.29 2834.91 Q4529.12 2838.45 4532.73 2838.45 Q4536.36 2838.45 4538.17 2834.91 Q4540 2831.34 4540 2824.23 Q4540 2817.11 4538.17 2813.56 Q4536.36 2810 4532.73 2810 M4532.73 2806.29 Q4538.54 2806.29 4541.59 2810.9 Q4544.67 2815.48 4544.67 2824.23 Q4544.67 2832.96 4541.59 2837.57 Q4538.54 2842.15 4532.73 2842.15 Q4526.92 2842.15 4523.84 2837.57 Q4520.78 2832.96 4520.78 2824.23 Q4520.78 2815.48 4523.84 2810.9 Q4526.92 2806.29 4532.73 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4980.81 2837.54 L4997.13 2837.54 L4997.13 2841.48 L4975.19 2841.48 L4975.19 2837.54 Q4977.85 2834.79 4982.43 2830.16 Q4987.04 2825.51 4988.22 2824.17 Q4990.46 2821.64 4991.34 2819.91 Q4992.25 2818.15 4992.25 2816.46 Q4992.25 2813.7 4990.3 2811.97 Q4988.38 2810.23 4985.28 2810.23 Q4983.08 2810.23 4980.62 2810.99 Q4978.19 2811.76 4975.42 2813.31 L4975.42 2808.59 Q4978.24 2807.45 4980.69 2806.87 Q4983.15 2806.29 4985.19 2806.29 Q4990.56 2806.29 4993.75 2808.98 Q4996.94 2811.67 4996.94 2816.16 Q4996.94 2818.29 4996.13 2820.21 Q4995.35 2822.1 4993.24 2824.7 Q4992.66 2825.37 4989.56 2828.59 Q4986.46 2831.78 4980.81 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5016.94 2810 Q5013.33 2810 5011.5 2813.56 Q5009.7 2817.11 5009.7 2824.23 Q5009.7 2831.34 5011.5 2834.91 Q5013.33 2838.45 5016.94 2838.45 Q5020.58 2838.45 5022.38 2834.91 Q5024.21 2831.34 5024.21 2824.23 Q5024.21 2817.11 5022.38 2813.56 Q5020.58 2810 5016.94 2810 M5016.94 2806.29 Q5022.75 2806.29 5025.81 2810.9 Q5028.89 2815.48 5028.89 2824.23 Q5028.89 2832.96 5025.81 2837.57 Q5022.75 2842.15 5016.94 2842.15 Q5011.13 2842.15 5008.06 2837.57 Q5005 2832.96 5005 2824.23 Q5005 2815.48 5008.06 2810.9 Q5011.13 2806.29 5016.94 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5041.13 2837.54 L5057.45 2837.54 L5057.45 2841.48 L5035.51 2841.48 L5035.51 2837.54 Q5038.17 2834.79 5042.75 2830.16 Q5047.36 2825.51 5048.54 2824.17 Q5050.79 2821.64 5051.67 2819.91 Q5052.57 2818.15 5052.57 2816.46 Q5052.57 2813.7 5050.62 2811.97 Q5048.7 2810.23 5045.6 2810.23 Q5043.4 2810.23 5040.95 2810.99 Q5038.52 2811.76 5035.74 2813.31 L5035.74 2808.59 Q5038.56 2807.45 5041.02 2806.87 Q5043.47 2806.29 5045.51 2806.29 Q5050.88 2806.29 5054.07 2808.98 Q5057.27 2811.67 5057.27 2816.16 Q5057.27 2818.29 5056.46 2820.21 Q5055.67 2822.1 5053.56 2824.7 Q5052.99 2825.37 5049.88 2828.59 Q5046.78 2831.78 5041.13 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M5077.27 2810 Q5073.66 2810 5071.83 2813.56 Q5070.02 2817.11 5070.02 2824.23 Q5070.02 2831.34 5071.83 2834.91 Q5073.66 2838.45 5077.27 2838.45 Q5080.9 2838.45 5082.71 2834.91 Q5084.54 2831.34 5084.54 2824.23 Q5084.54 2817.11 5082.71 2813.56 Q5080.9 2810 5077.27 2810 M5077.27 2806.29 Q5083.08 2806.29 5086.13 2810.9 Q5089.21 2815.48 5089.21 2824.23 Q5089.21 2832.96 5086.13 2837.57 Q5083.08 2842.15 5077.27 2842.15 Q5071.46 2842.15 5068.38 2837.57 Q5065.32 2832.96 5065.32 2824.23 Q5065.32 2815.48 5068.38 2810.9 Q5071.46 2806.29 5077.27 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,2759.05 5072.76,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,2577.79 5072.76,2577.79 \n \"/>\n<polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,2396.53 5072.76,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,2215.28 5072.76,2215.28 \n \"/>\n<polyline clip-path=\"url(#clip4710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3634.47,2034.02 5072.76,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,2759.05 3634.47,2034.02 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,2759.05 3653.37,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,2577.79 3653.37,2577.79 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,2396.53 3653.37,2396.53 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,2215.28 3653.37,2215.28 \n \"/>\n<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3634.47,2034.02 3653.37,2034.02 \n \"/>\n<path clip-path=\"url(#clip470)\" d=\"M3450.73 2759.5 L3480.4 2759.5 L3480.4 2763.43 L3450.73 2763.43 L3450.73 2759.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3491.3 2772.39 L3498.94 2772.39 L3498.94 2746.03 L3490.63 2747.69 L3490.63 2743.43 L3498.9 2741.77 L3503.57 2741.77 L3503.57 2772.39 L3511.21 2772.39 L3511.21 2776.33 L3491.3 2776.33 L3491.3 2772.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 2770.45 L3525.54 2770.45 L3525.54 2776.33 L3520.66 2776.33 L3520.66 2770.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 2744.85 Q3542.11 2744.85 3540.29 2748.41 Q3538.48 2751.95 3538.48 2759.08 Q3538.48 2766.19 3540.29 2769.75 Q3542.11 2773.3 3545.72 2773.3 Q3549.36 2773.3 3551.16 2769.75 Q3552.99 2766.19 3552.99 2759.08 Q3552.99 2751.95 3551.16 2748.41 Q3549.36 2744.85 3545.72 2744.85 M3545.72 2741.14 Q3551.54 2741.14 3554.59 2745.75 Q3557.67 2750.33 3557.67 2759.08 Q3557.67 2767.81 3554.59 2772.42 Q3551.54 2777 3545.72 2777 Q3539.91 2777 3536.84 2772.42 Q3533.78 2767.81 3533.78 2759.08 Q3533.78 2750.33 3536.84 2745.75 Q3539.91 2741.14 3545.72 2741.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3451.72 2578.24 L3481.4 2578.24 L3481.4 2582.18 L3451.72 2582.18 L3451.72 2578.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3501.49 2563.59 Q3497.88 2563.59 3496.05 2567.15 Q3494.24 2570.7 3494.24 2577.83 Q3494.24 2584.93 3496.05 2588.5 Q3497.88 2592.04 3501.49 2592.04 Q3505.12 2592.04 3506.93 2588.5 Q3508.76 2584.93 3508.76 2577.83 Q3508.76 2570.7 3506.93 2567.15 Q3505.12 2563.59 3501.49 2563.59 M3501.49 2559.89 Q3507.3 2559.89 3510.35 2564.49 Q3513.43 2569.08 3513.43 2577.83 Q3513.43 2586.55 3510.35 2591.16 Q3507.3 2595.74 3501.49 2595.74 Q3495.68 2595.74 3492.6 2591.16 Q3489.54 2586.55 3489.54 2577.83 Q3489.54 2569.08 3492.6 2564.49 Q3495.68 2559.89 3501.49 2559.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3521.65 2589.19 L3526.54 2589.19 L3526.54 2595.07 L3521.65 2595.07 L3521.65 2589.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3536.77 2560.51 L3555.12 2560.51 L3555.12 2564.45 L3541.05 2564.45 L3541.05 2572.92 Q3542.07 2572.57 3543.09 2572.41 Q3544.1 2572.22 3545.12 2572.22 Q3550.91 2572.22 3554.29 2575.4 Q3557.67 2578.57 3557.67 2583.98 Q3557.67 2589.56 3554.2 2592.66 Q3550.72 2595.74 3544.41 2595.74 Q3542.23 2595.74 3539.96 2595.37 Q3537.72 2595 3535.31 2594.26 L3535.31 2589.56 Q3537.39 2590.7 3539.61 2591.25 Q3541.84 2591.81 3544.31 2591.81 Q3548.32 2591.81 3550.66 2589.7 Q3552.99 2587.59 3552.99 2583.98 Q3552.99 2580.37 3550.66 2578.27 Q3548.32 2576.16 3544.31 2576.16 Q3542.44 2576.16 3540.56 2576.58 Q3538.71 2576.99 3536.77 2577.87 L3536.77 2560.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3500.49 2382.33 Q3496.88 2382.33 3495.05 2385.9 Q3493.25 2389.44 3493.25 2396.57 Q3493.25 2403.68 3495.05 2407.24 Q3496.88 2410.78 3500.49 2410.78 Q3504.13 2410.78 3505.93 2407.24 Q3507.76 2403.68 3507.76 2396.57 Q3507.76 2389.44 3505.93 2385.9 Q3504.13 2382.33 3500.49 2382.33 M3500.49 2378.63 Q3506.3 2378.63 3509.36 2383.24 Q3512.44 2387.82 3512.44 2396.57 Q3512.44 2405.3 3509.36 2409.9 Q3506.3 2414.49 3500.49 2414.49 Q3494.68 2414.49 3491.6 2409.9 Q3488.55 2405.3 3488.55 2396.57 Q3488.55 2387.82 3491.6 2383.24 Q3494.68 2378.63 3500.49 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 2407.94 L3525.54 2407.94 L3525.54 2413.82 L3520.66 2413.82 L3520.66 2407.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 2382.33 Q3542.11 2382.33 3540.29 2385.9 Q3538.48 2389.44 3538.48 2396.57 Q3538.48 2403.68 3540.29 2407.24 Q3542.11 2410.78 3545.72 2410.78 Q3549.36 2410.78 3551.16 2407.24 Q3552.99 2403.68 3552.99 2396.57 Q3552.99 2389.44 3551.16 2385.9 Q3549.36 2382.33 3545.72 2382.33 M3545.72 2378.63 Q3551.54 2378.63 3554.59 2383.24 Q3557.67 2387.82 3557.67 2396.57 Q3557.67 2405.3 3554.59 2409.9 Q3551.54 2414.49 3545.72 2414.49 Q3539.91 2414.49 3536.84 2409.9 Q3533.78 2405.3 3533.78 2396.57 Q3533.78 2387.82 3536.84 2383.24 Q3539.91 2378.63 3545.72 2378.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3501.49 2201.08 Q3497.88 2201.08 3496.05 2204.64 Q3494.24 2208.18 3494.24 2215.31 Q3494.24 2222.42 3496.05 2225.98 Q3497.88 2229.53 3501.49 2229.53 Q3505.12 2229.53 3506.93 2225.98 Q3508.76 2222.42 3508.76 2215.31 Q3508.76 2208.18 3506.93 2204.64 Q3505.12 2201.08 3501.49 2201.08 M3501.49 2197.37 Q3507.3 2197.37 3510.35 2201.98 Q3513.43 2206.56 3513.43 2215.31 Q3513.43 2224.04 3510.35 2228.65 Q3507.3 2233.23 3501.49 2233.23 Q3495.68 2233.23 3492.6 2228.65 Q3489.54 2224.04 3489.54 2215.31 Q3489.54 2206.56 3492.6 2201.98 Q3495.68 2197.37 3501.49 2197.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3521.65 2226.68 L3526.54 2226.68 L3526.54 2232.56 L3521.65 2232.56 L3521.65 2226.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3536.77 2198 L3555.12 2198 L3555.12 2201.93 L3541.05 2201.93 L3541.05 2210.41 Q3542.07 2210.06 3543.09 2209.9 Q3544.1 2209.71 3545.12 2209.71 Q3550.91 2209.71 3554.29 2212.88 Q3557.67 2216.05 3557.67 2221.47 Q3557.67 2227.05 3554.2 2230.15 Q3550.72 2233.23 3544.41 2233.23 Q3542.23 2233.23 3539.96 2232.86 Q3537.72 2232.49 3535.31 2231.75 L3535.31 2227.05 Q3537.39 2228.18 3539.61 2228.74 Q3541.84 2229.29 3544.31 2229.29 Q3548.32 2229.29 3550.66 2227.19 Q3552.99 2225.08 3552.99 2221.47 Q3552.99 2217.86 3550.66 2215.75 Q3548.32 2213.65 3544.31 2213.65 Q3542.44 2213.65 3540.56 2214.06 Q3538.71 2214.48 3536.77 2215.36 L3536.77 2198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3491.3 2047.37 L3498.94 2047.37 L3498.94 2021 L3490.63 2022.67 L3490.63 2018.41 L3498.9 2016.74 L3503.57 2016.74 L3503.57 2047.37 L3511.21 2047.37 L3511.21 2051.3 L3491.3 2051.3 L3491.3 2047.37 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3520.66 2045.42 L3525.54 2045.42 L3525.54 2051.3 L3520.66 2051.3 L3520.66 2045.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M3545.72 2019.82 Q3542.11 2019.82 3540.29 2023.39 Q3538.48 2026.93 3538.48 2034.06 Q3538.48 2041.16 3540.29 2044.73 Q3542.11 2048.27 3545.72 2048.27 Q3549.36 2048.27 3551.16 2044.73 Q3552.99 2041.16 3552.99 2034.06 Q3552.99 2026.93 3551.16 2023.39 Q3549.36 2019.82 3545.72 2019.82 M3545.72 2016.12 Q3551.54 2016.12 3554.59 2020.72 Q3557.67 2025.31 3557.67 2034.06 Q3557.67 2042.78 3554.59 2047.39 Q3551.54 2051.97 3545.72 2051.97 Q3539.91 2051.97 3536.84 2047.39 Q3533.78 2042.78 3533.78 2034.06 Q3533.78 2025.31 3536.84 2020.72 Q3539.91 2016.12 3545.72 2016.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4316.47 1983.95 L4316.47 1967.7 L4303.1 1967.7 L4303.1 1960.98 L4324.57 1960.98 L4324.57 1986.95 Q4319.83 1990.31 4314.12 1992.05 Q4308.4 1993.75 4301.92 1993.75 Q4287.74 1993.75 4279.72 1985.49 Q4271.74 1977.18 4271.74 1962.4 Q4271.74 1947.57 4279.72 1939.31 Q4287.74 1931 4301.92 1931 Q4307.84 1931 4313.14 1932.46 Q4318.49 1933.92 4322.99 1936.75 L4322.99 1945.46 Q4318.45 1941.62 4313.35 1939.67 Q4308.24 1937.73 4302.61 1937.73 Q4291.51 1937.73 4285.92 1943.92 Q4280.37 1950.12 4280.37 1962.4 Q4280.37 1974.63 4285.92 1980.83 Q4291.51 1987.03 4302.61 1987.03 Q4306.95 1987.03 4310.35 1986.3 Q4313.75 1985.53 4316.47 1983.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4347.7 1963.69 L4347.7 1985.85 L4360.82 1985.85 Q4367.43 1985.85 4370.59 1983.14 Q4373.79 1980.38 4373.79 1974.75 Q4373.79 1969.08 4370.59 1966.41 Q4367.43 1963.69 4360.82 1963.69 L4347.7 1963.69 M4347.7 1938.82 L4347.7 1957.05 L4359.81 1957.05 Q4365.81 1957.05 4368.72 1954.82 Q4371.68 1952.55 4371.68 1947.94 Q4371.68 1943.36 4368.72 1941.09 Q4365.81 1938.82 4359.81 1938.82 L4347.7 1938.82 M4339.52 1932.1 L4360.42 1932.1 Q4369.78 1932.1 4374.84 1935.98 Q4379.9 1939.87 4379.9 1947.04 Q4379.9 1952.59 4377.31 1955.87 Q4374.72 1959.16 4369.69 1959.97 Q4375.73 1961.26 4379.05 1965.39 Q4382.41 1969.49 4382.41 1975.64 Q4382.41 1983.75 4376.91 1988.16 Q4371.4 1992.58 4361.23 1992.58 L4339.52 1992.58 L4339.52 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M4404.61 1938.82 L4404.61 1961.55 L4414.9 1961.55 Q4420.61 1961.55 4423.73 1958.59 Q4426.85 1955.63 4426.85 1950.16 Q4426.85 1944.73 4423.73 1941.78 Q4420.61 1938.82 4414.9 1938.82 L4404.61 1938.82 M4396.43 1932.1 L4414.9 1932.1 Q4425.07 1932.1 4430.26 1936.71 Q4435.48 1941.29 4435.48 1950.16 Q4435.48 1959.12 4430.26 1963.69 Q4425.07 1968.27 4414.9 1968.27 L4404.61 1968.27 L4404.61 1992.58 L4396.43 1992.58 L4396.43 1932.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip4710)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3675.18,2393.58 3679.35,2392.37 3683.97,2383.15 3688.15,2386.65 3693.07,2391.46 3697.54,2390.57 3702.16,2388.61 3706.79,2398.86 3711.11,2391.8 3715.88,2391.55 \n 3720.35,2403.18 3724.68,2397.56 3729.6,2406.9 3733.92,2402.09 3738.25,2403.16 3743.02,2408.3 3747.64,2396.81 3751.82,2396.25 3756.74,2395.53 3761.21,2394 \n 3765.83,2393.35 3770.45,2378.85 3774.78,2366.84 3779.55,2359.92 3784.17,2383.9 3788.35,2377.2 3792.97,2374.67 3797.44,2378.86 3801.92,2375.69 3806.54,2369.24 \n 3811.16,2374.8 3815.49,2377.89 3820.26,2378.88 3824.88,2364.87 3829.05,2362.69 3833.97,2370.8 3838.45,2372.55 3842.62,2369.49 3847.39,2362.8 3851.87,2362.78 \n 3856.19,2371.3 3860.96,2362.47 3865.59,2369 3870.21,2359.96 3874.68,2354.02 3879.15,2358.73 3883.78,2363.38 3888.4,2360.08 3892.72,2364.31 3896.9,2373.16 \n 3901.82,2370.18 3906.29,2371.02 3910.91,2372.44 3915.39,2378.5 3919.86,2368.67 3924.63,2371.39 3929.1,2362.86 3933.43,2364.19 3938.2,2375.02 3942.82,2370.92 \n 3947.45,2368.93 3951.77,2378.48 3956.39,2374.65 3960.57,2381.72 3965.49,2398.4 3969.96,2393.98 3974.58,2398.11 3979.2,2408.82 3983.53,2403.19 3988.3,2409.92 \n 3992.77,2418.85 3997.1,2400.15 4002.02,2408.4 4006.19,2413.03 4010.67,2418.15 4015.29,2415.69 4019.91,2417.98 4024.24,2421.3 4029.01,2416.11 4033.63,2409.28 \n 4037.8,2404.15 4042.72,2407.36 4047.2,2413.88 4051.82,2405.92 4056.44,2415.89 4060.62,2415.02 4064.94,2411.92 4069.71,2402.9 4074.34,2400.75 4078.51,2385.25 \n 4083.43,2375.7 4087.9,2378.63 4092.53,2372.02 4097.15,2373.22 4101.47,2374.52 4106.24,2361.39 4110.87,2353.06 4115.04,2367.78 4119.66,2365.77 4124.14,2361.07 \n 4128.61,2351.4 4133.23,2348.1 4137.85,2356.78 4142.18,2361.91 4146.95,2343.37 4151.57,2334.89 4155.75,2329.24 4160.67,2313.91 4165.14,2307.01 4169.32,2299.16 \n 4174.24,2301.75 4178.71,2313.73 4183.33,2300.59 4187.81,2303.56 4192.28,2301.59 4197.05,2304.5 4201.52,2301.37 4205.85,2295.94 4210.62,2279.78 4215.24,2277.38 \n 4219.86,2283.03 4224.04,2274.88 4228.66,2281.06 4232.99,2276.61 4237.76,2293.02 4242.23,2298.52 4246.55,2304.59 4251.47,2296.54 4255.95,2302.28 4260.57,2301.84 \n 4265.04,2309.97 4269.52,2312.76 4274.29,2300.14 4278.46,2305.52 4283.08,2309.04 4287.26,2292.18 4292.18,2281.8 4296.65,2286.2 4301.28,2283.03 4305.9,2276.55 \n 4310.22,2283.27 4314.99,2275.87 4319.47,2264.78 4323.79,2266.68 4328.71,2266.7 4332.89,2266.26 4337.36,2265.96 4341.98,2258.89 4346.6,2262.8 4350.93,2257.58 \n 4355.7,2252.83 4360.32,2255.35 4364.5,2251.52 4369.42,2244.24 4373.89,2247.61 4378.51,2259.02 4383.14,2259.17 4387.46,2258.32 4392.08,2257.9 4396.56,2258.38 \n 4401.03,2258.43 4405.65,2255.06 4410.27,2255.86 4414.6,2284.96 4419.37,2292.51 4423.99,2329.07 4428.17,2347.08 4433.09,2370.73 4437.56,2369.42 4441.73,2373.41 \n 4446.51,2371.33 4450.98,2359.31 4455.3,2328.64 4460.08,2320.98 4464.7,2318.55 4469.32,2324.71 4473.79,2331.53 4478.27,2320.54 4482.89,2322.07 4487.51,2327.85 \n 4491.83,2330.59 4496.01,2349.08 4500.93,2350.3 4505.4,2346.97 4510.03,2365.8 4514.5,2355.21 4518.97,2338.63 4523.74,2345.4 4528.22,2336.26 4532.54,2330.93 \n 4537.31,2340.37 4541.93,2338.37 4546.56,2330.02 4550.73,2324.38 4555.35,2329.57 4559.68,2315.04 4564.45,2319.7 4568.92,2328.59 4573.25,2320.4 4578.17,2323.22 \n 4582.64,2339.13 4587.26,2326.15 4591.74,2335.44 4596.21,2339.67 4600.98,2334.02 4605.31,2329.5 4609.78,2329.36 4614.4,2323.41 4619.02,2342.76 4623.35,2335.86 \n 4628.12,2336.22 4632.74,2331.26 4636.92,2325.23 4641.84,2326.04 4646.31,2327.9 4650.93,2322.76 4655.55,2331.77 4659.73,2347.48 4664.05,2347.3 4668.82,2338.29 \n 4673.45,2347.73 4677.62,2347.51 4682.54,2347.58 4687.02,2340.2 4691.64,2323.51 4696.26,2326.3 4700.58,2319.19 4705.36,2315.11 4709.98,2317.85 4714.15,2310.7 \n 4718.78,2312.5 4723.25,2307.8 4727.72,2310.12 4732.34,2303.09 4736.97,2307.59 4741.29,2313.47 4746.06,2322.13 4750.68,2326.83 4754.86,2334.48 4759.78,2336 \n 4764.25,2349.5 4768.43,2339.08 4773.2,2353.57 4777.67,2340.96 4782,2343.44 4786.77,2332.42 4791.39,2335.17 4796.01,2340.35 4800.49,2345.82 4804.96,2338.74 \n 4809.58,2347.97 4814.2,2355.67 4818.53,2369.6 4823.15,2376.03 4827.77,2364.88 4832.1,2358.01 4836.87,2360.38 4841.34,2391.3 4845.67,2393.86 4850.59,2398.98 \n 4855.06,2402.24 4859.68,2424.95 4864.16,2416.8 4868.63,2421.2 4873.4,2414.99 4877.57,2419.14 4882.2,2417.68 4886.37,2405.6 4891.29,2406.71 4895.77,2404.83 \n 4900.39,2399.83 4905.01,2408.53 4909.33,2394.27 4914.11,2398.36 4918.58,2391.73 4922.9,2392.46 4927.82,2374.73 4932,2386.55 4936.47,2380.61 4941.09,2387.71 \n 4945.72,2400.74 4950.04,2404.17 4954.81,2407.02 4959.43,2410.83 4963.61,2410.08 4968.53,2417.96 4973,2418.96 4977.63,2420.33 4982.25,2409.18 4986.42,2405.68 \n 4990.75,2413.71 4995.52,2414.09 5000.14,2426.94 5004.32,2424 5009.24,2438.58 5013.71,2441.09 5018.33,2437.3 5022.95,2420.07 5027.28,2420.55 5032.05,2412.42 \n \n \"/>\n</svg>\n"
},
"execution_count": 17,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Function to create the Plots\n",
"function getCumulatedLogReturnsPlot(y, title)\n",
" return plot(dates, cumsum(log.(1 .+ y./100)), \n",
" size = (1280, 720),\n",
" ylim = (-1, 1),\n",
" xticks = ([Date(2000),Date(2010),Date(2020)], [\"2000\",\"2010\",\"2020\"]),\n",
" legend = false,\n",
" title = title,\n",
" color = \"blue\"\n",
" )\n",
"end\n",
"\n",
"# Create plot with 3x3 subplots \n",
"plot(getCumulatedLogReturnsPlot(R[:,2], \"AUD\"), getCumulatedLogReturnsPlot(R[:,3], \"CAD\"), getCumulatedLogReturnsPlot(R[:,4], \"EUR\"),\n",
"getCumulatedLogReturnsPlot(R[:,5], \"JPY\"),getCumulatedLogReturnsPlot(R[:,6], \"NZD\"),getCumulatedLogReturnsPlot(R[:,7], \"NOK\"),\n",
"getCumulatedLogReturnsPlot(R[:,8], \"SEK\"),getCumulatedLogReturnsPlot(R[:,9], \"CHF\"),getCumulatedLogReturnsPlot(R[:,10], \"GBP\"))\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Implement a carry trade strategy\n",
"\n",
"\n",
"1. Find the 4 currencies with the highest forward premia (interest rate differential) in $t-1$ and give each a portfolio weight `w[t,i]=1/4`. These are the investment currencies.\n",
"\n",
"2. Find the 4 currencies with the lowest forward premia in $t-1$ and give each a portfolio weight `w[t,i]=-1/4`. These are the funding currencies.\n",
"\n",
"3. The portfolio return in t is `w[t,:]'*R[t,:]`. For all periods that lacks data, set the portfolio return to 0.\n",
"\n",
"4. Create log returns, cumulate and plot (as above).\n",
"\n",
"5. In the plot, add a comparison with an equally weighted portfolio (1/9 in each currency). "
]
},
{
"cell_type": "code",
"execution_count": 18,
"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=\"1280\" height=\"720\" viewBox=\"0 0 5120 2880\">\n<defs>\n <clipPath id=\"clip510\">\n <rect x=\"0\" y=\"0\" width=\"5120\" height=\"2880\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip510)\" d=\"\nM0 2880 L5120 2880 L5120 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip511\">\n <rect x=\"1024\" y=\"0\" width=\"3585\" height=\"2880\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip510)\" d=\"\nM221.136 2759.05 L5072.76 2759.05 L5072.76 114.022 L221.136 114.022 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip512\">\n <rect x=\"221\" y=\"114\" width=\"4853\" height=\"2646\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1261.77,2759.05 1261.77,114.022 \n \"/>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3099.11,2759.05 3099.11,114.022 \n \"/>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 4935.95,2759.05 4935.95,114.022 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2759.05 5072.76,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1261.77,2759.05 1261.77,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3099.11,2759.05 3099.11,2740.15 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4935.95,2759.05 4935.95,2740.15 \n \"/>\n<path clip-path=\"url(#clip510)\" d=\"M1210.39 2837.54 L1226.71 2837.54 L1226.71 2841.48 L1204.76 2841.48 L1204.76 2837.54 Q1207.42 2834.79 1212.01 2830.16 Q1216.61 2825.51 1217.79 2824.17 Q1220.04 2821.64 1220.92 2819.91 Q1221.82 2818.15 1221.82 2816.46 Q1221.82 2813.7 1219.88 2811.97 Q1217.96 2810.23 1214.85 2810.23 Q1212.65 2810.23 1210.2 2810.99 Q1207.77 2811.76 1204.99 2813.31 L1204.99 2808.59 Q1207.82 2807.45 1210.27 2806.87 Q1212.72 2806.29 1214.76 2806.29 Q1220.13 2806.29 1223.33 2808.98 Q1226.52 2811.67 1226.52 2816.16 Q1226.52 2818.29 1225.71 2820.21 Q1224.92 2822.1 1222.82 2824.7 Q1222.24 2825.37 1219.14 2828.59 Q1216.03 2831.78 1210.39 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1246.52 2810 Q1242.91 2810 1241.08 2813.56 Q1239.27 2817.11 1239.27 2824.23 Q1239.27 2831.34 1241.08 2834.91 Q1242.91 2838.45 1246.52 2838.45 Q1250.15 2838.45 1251.96 2834.91 Q1253.79 2831.34 1253.79 2824.23 Q1253.79 2817.11 1251.96 2813.56 Q1250.15 2810 1246.52 2810 M1246.52 2806.29 Q1252.33 2806.29 1255.39 2810.9 Q1258.46 2815.48 1258.46 2824.23 Q1258.46 2832.96 1255.39 2837.57 Q1252.33 2842.15 1246.52 2842.15 Q1240.71 2842.15 1237.63 2837.57 Q1234.58 2832.96 1234.58 2824.23 Q1234.58 2815.48 1237.63 2810.9 Q1240.71 2806.29 1246.52 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1276.68 2810 Q1273.07 2810 1271.24 2813.56 Q1269.44 2817.11 1269.44 2824.23 Q1269.44 2831.34 1271.24 2834.91 Q1273.07 2838.45 1276.68 2838.45 Q1280.32 2838.45 1282.12 2834.91 Q1283.95 2831.34 1283.95 2824.23 Q1283.95 2817.11 1282.12 2813.56 Q1280.32 2810 1276.68 2810 M1276.68 2806.29 Q1282.49 2806.29 1285.55 2810.9 Q1288.63 2815.48 1288.63 2824.23 Q1288.63 2832.96 1285.55 2837.57 Q1282.49 2842.15 1276.68 2842.15 Q1270.87 2842.15 1267.79 2837.57 Q1264.74 2832.96 1264.74 2824.23 Q1264.74 2815.48 1267.79 2810.9 Q1270.87 2806.29 1276.68 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1306.84 2810 Q1303.23 2810 1301.4 2813.56 Q1299.6 2817.11 1299.6 2824.23 Q1299.6 2831.34 1301.4 2834.91 Q1303.23 2838.45 1306.84 2838.45 Q1310.48 2838.45 1312.28 2834.91 Q1314.11 2831.34 1314.11 2824.23 Q1314.11 2817.11 1312.28 2813.56 Q1310.48 2810 1306.84 2810 M1306.84 2806.29 Q1312.65 2806.29 1315.71 2810.9 Q1318.79 2815.48 1318.79 2824.23 Q1318.79 2832.96 1315.71 2837.57 Q1312.65 2842.15 1306.84 2842.15 Q1301.03 2842.15 1297.96 2837.57 Q1294.9 2832.96 1294.9 2824.23 Q1294.9 2815.48 1297.96 2810.9 Q1301.03 2806.29 1306.84 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3047.72 2837.54 L3064.04 2837.54 L3064.04 2841.48 L3042.1 2841.48 L3042.1 2837.54 Q3044.76 2834.79 3049.35 2830.16 Q3053.95 2825.51 3055.13 2824.17 Q3057.38 2821.64 3058.26 2819.91 Q3059.16 2818.15 3059.16 2816.46 Q3059.16 2813.7 3057.22 2811.97 Q3055.29 2810.23 3052.19 2810.23 Q3049.99 2810.23 3047.54 2810.99 Q3045.11 2811.76 3042.33 2813.31 L3042.33 2808.59 Q3045.16 2807.45 3047.61 2806.87 Q3050.06 2806.29 3052.1 2806.29 Q3057.47 2806.29 3060.66 2808.98 Q3063.86 2811.67 3063.86 2816.16 Q3063.86 2818.29 3063.05 2820.21 Q3062.26 2822.1 3060.16 2824.7 Q3059.58 2825.37 3056.47 2828.59 Q3053.37 2831.78 3047.72 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3083.86 2810 Q3080.25 2810 3078.42 2813.56 Q3076.61 2817.11 3076.61 2824.23 Q3076.61 2831.34 3078.42 2834.91 Q3080.25 2838.45 3083.86 2838.45 Q3087.49 2838.45 3089.3 2834.91 Q3091.13 2831.34 3091.13 2824.23 Q3091.13 2817.11 3089.3 2813.56 Q3087.49 2810 3083.86 2810 M3083.86 2806.29 Q3089.67 2806.29 3092.72 2810.9 Q3095.8 2815.48 3095.8 2824.23 Q3095.8 2832.96 3092.72 2837.57 Q3089.67 2842.15 3083.86 2842.15 Q3078.05 2842.15 3074.97 2837.57 Q3071.91 2832.96 3071.91 2824.23 Q3071.91 2815.48 3074.97 2810.9 Q3078.05 2806.29 3083.86 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3104.83 2837.54 L3112.47 2837.54 L3112.47 2811.18 L3104.16 2812.85 L3104.16 2808.59 L3112.42 2806.92 L3117.1 2806.92 L3117.1 2837.54 L3124.74 2837.54 L3124.74 2841.48 L3104.83 2841.48 L3104.83 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3144.18 2810 Q3140.57 2810 3138.74 2813.56 Q3136.94 2817.11 3136.94 2824.23 Q3136.94 2831.34 3138.74 2834.91 Q3140.57 2838.45 3144.18 2838.45 Q3147.82 2838.45 3149.62 2834.91 Q3151.45 2831.34 3151.45 2824.23 Q3151.45 2817.11 3149.62 2813.56 Q3147.82 2810 3144.18 2810 M3144.18 2806.29 Q3149.99 2806.29 3153.05 2810.9 Q3156.13 2815.48 3156.13 2824.23 Q3156.13 2832.96 3153.05 2837.57 Q3149.99 2842.15 3144.18 2842.15 Q3138.37 2842.15 3135.29 2837.57 Q3132.24 2832.96 3132.24 2824.23 Q3132.24 2815.48 3135.29 2810.9 Q3138.37 2806.29 3144.18 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M4884.56 2837.54 L4900.88 2837.54 L4900.88 2841.48 L4878.94 2841.48 L4878.94 2837.54 Q4881.6 2834.79 4886.18 2830.16 Q4890.79 2825.51 4891.97 2824.17 Q4894.21 2821.64 4895.09 2819.91 Q4896 2818.15 4896 2816.46 Q4896 2813.7 4894.05 2811.97 Q4892.13 2810.23 4889.03 2810.23 Q4886.83 2810.23 4884.38 2810.99 Q4881.94 2811.76 4879.17 2813.31 L4879.17 2808.59 Q4881.99 2807.45 4884.44 2806.87 Q4886.9 2806.29 4888.94 2806.29 Q4894.31 2806.29 4897.5 2808.98 Q4900.69 2811.67 4900.69 2816.16 Q4900.69 2818.29 4899.88 2820.21 Q4899.1 2822.1 4896.99 2824.7 Q4896.41 2825.37 4893.31 2828.59 Q4890.21 2831.78 4884.56 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M4920.69 2810 Q4917.08 2810 4915.25 2813.56 Q4913.45 2817.11 4913.45 2824.23 Q4913.45 2831.34 4915.25 2834.91 Q4917.08 2838.45 4920.69 2838.45 Q4924.33 2838.45 4926.13 2834.91 Q4927.96 2831.34 4927.96 2824.23 Q4927.96 2817.11 4926.13 2813.56 Q4924.33 2810 4920.69 2810 M4920.69 2806.29 Q4926.5 2806.29 4929.56 2810.9 Q4932.64 2815.48 4932.64 2824.23 Q4932.64 2832.96 4929.56 2837.57 Q4926.5 2842.15 4920.69 2842.15 Q4914.88 2842.15 4911.81 2837.57 Q4908.75 2832.96 4908.75 2824.23 Q4908.75 2815.48 4911.81 2810.9 Q4914.88 2806.29 4920.69 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M4944.88 2837.54 L4961.2 2837.54 L4961.2 2841.48 L4939.26 2841.48 L4939.26 2837.54 Q4941.92 2834.79 4946.5 2830.16 Q4951.11 2825.51 4952.29 2824.17 Q4954.54 2821.64 4955.42 2819.91 Q4956.32 2818.15 4956.32 2816.46 Q4956.32 2813.7 4954.37 2811.97 Q4952.45 2810.23 4949.35 2810.23 Q4947.15 2810.23 4944.7 2810.99 Q4942.27 2811.76 4939.49 2813.31 L4939.49 2808.59 Q4942.31 2807.45 4944.77 2806.87 Q4947.22 2806.29 4949.26 2806.29 Q4954.63 2806.29 4957.82 2808.98 Q4961.02 2811.67 4961.02 2816.16 Q4961.02 2818.29 4960.21 2820.21 Q4959.42 2822.1 4957.31 2824.7 Q4956.74 2825.37 4953.63 2828.59 Q4950.53 2831.78 4944.88 2837.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M4981.02 2810 Q4977.41 2810 4975.58 2813.56 Q4973.77 2817.11 4973.77 2824.23 Q4973.77 2831.34 4975.58 2834.91 Q4977.41 2838.45 4981.02 2838.45 Q4984.65 2838.45 4986.46 2834.91 Q4988.29 2831.34 4988.29 2824.23 Q4988.29 2817.11 4986.46 2813.56 Q4984.65 2810 4981.02 2810 M4981.02 2806.29 Q4986.83 2806.29 4989.88 2810.9 Q4992.96 2815.48 4992.96 2824.23 Q4992.96 2832.96 4989.88 2837.57 Q4986.83 2842.15 4981.02 2842.15 Q4975.21 2842.15 4972.13 2837.57 Q4969.07 2832.96 4969.07 2824.23 Q4969.07 2815.48 4972.13 2810.9 Q4975.21 2806.29 4981.02 2806.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,2759.05 5072.76,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,2097.79 5072.76,2097.79 \n \"/>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,1436.54 5072.76,1436.54 \n \"/>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,775.279 5072.76,775.279 \n \"/>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 221.136,114.022 5072.76,114.022 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2759.05 221.136,114.022 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2759.05 240.034,2759.05 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,2097.79 240.034,2097.79 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,1436.54 240.034,1436.54 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,775.279 240.034,775.279 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 221.136,114.022 240.034,114.022 \n \"/>\n<path clip-path=\"url(#clip510)\" d=\"M37.3921 2759.5 L67.0679 2759.5 L67.0679 2763.43 L37.3921 2763.43 L37.3921 2759.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M77.9706 2772.39 L85.6095 2772.39 L85.6095 2746.03 L77.2993 2747.69 L77.2993 2743.43 L85.5632 2741.77 L90.2391 2741.77 L90.2391 2772.39 L97.8779 2772.39 L97.8779 2776.33 L77.9706 2776.33 L77.9706 2772.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M107.322 2770.45 L112.207 2770.45 L112.207 2776.33 L107.322 2776.33 L107.322 2770.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M132.392 2744.85 Q128.781 2744.85 126.952 2748.41 Q125.146 2751.95 125.146 2759.08 Q125.146 2766.19 126.952 2769.75 Q128.781 2773.3 132.392 2773.3 Q136.026 2773.3 137.831 2769.75 Q139.66 2766.19 139.66 2759.08 Q139.66 2751.95 137.831 2748.41 Q136.026 2744.85 132.392 2744.85 M132.392 2741.14 Q138.202 2741.14 141.257 2745.75 Q144.336 2750.33 144.336 2759.08 Q144.336 2767.81 141.257 2772.42 Q138.202 2777 132.392 2777 Q126.581 2777 123.503 2772.42 Q120.447 2767.81 120.447 2759.08 Q120.447 2750.33 123.503 2745.75 Q126.581 2741.14 132.392 2741.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M38.3875 2098.24 L68.0633 2098.24 L68.0633 2102.18 L38.3875 2102.18 L38.3875 2098.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M88.1557 2083.59 Q84.5447 2083.59 82.716 2087.15 Q80.9104 2090.7 80.9104 2097.83 Q80.9104 2104.93 82.716 2108.5 Q84.5447 2112.04 88.1557 2112.04 Q91.79 2112.04 93.5955 2108.5 Q95.4242 2104.93 95.4242 2097.83 Q95.4242 2090.7 93.5955 2087.15 Q91.79 2083.59 88.1557 2083.59 M88.1557 2079.89 Q93.9659 2079.89 97.0214 2084.49 Q100.1 2089.08 100.1 2097.83 Q100.1 2106.55 97.0214 2111.16 Q93.9659 2115.74 88.1557 2115.74 Q82.3456 2115.74 79.2669 2111.16 Q76.2114 2106.55 76.2114 2097.83 Q76.2114 2089.08 79.2669 2084.49 Q82.3456 2079.89 88.1557 2079.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M108.318 2109.19 L113.202 2109.19 L113.202 2115.07 L108.318 2115.07 L108.318 2109.19 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M123.433 2080.51 L141.79 2080.51 L141.79 2084.45 L127.716 2084.45 L127.716 2092.92 Q128.734 2092.57 129.753 2092.41 Q130.771 2092.22 131.79 2092.22 Q137.577 2092.22 140.956 2095.4 Q144.336 2098.57 144.336 2103.98 Q144.336 2109.56 140.864 2112.66 Q137.392 2115.74 131.072 2115.74 Q128.896 2115.74 126.628 2115.37 Q124.382 2115 121.975 2114.26 L121.975 2109.56 Q124.058 2110.7 126.281 2111.25 Q128.503 2111.81 130.98 2111.81 Q134.984 2111.81 137.322 2109.7 Q139.66 2107.59 139.66 2103.98 Q139.66 2100.37 137.322 2098.27 Q134.984 2096.16 130.98 2096.16 Q129.105 2096.16 127.23 2096.58 Q125.378 2096.99 123.433 2097.87 L123.433 2080.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M87.1604 1422.33 Q83.5493 1422.33 81.7206 1425.9 Q79.915 1429.44 79.915 1436.57 Q79.915 1443.68 81.7206 1447.24 Q83.5493 1450.78 87.1604 1450.78 Q90.7946 1450.78 92.6002 1447.24 Q94.4289 1443.68 94.4289 1436.57 Q94.4289 1429.44 92.6002 1425.9 Q90.7946 1422.33 87.1604 1422.33 M87.1604 1418.63 Q92.9705 1418.63 96.0261 1423.24 Q99.1048 1427.82 99.1048 1436.57 Q99.1048 1445.3 96.0261 1449.9 Q92.9705 1454.49 87.1604 1454.49 Q81.3502 1454.49 78.2715 1449.9 Q75.216 1445.3 75.216 1436.57 Q75.216 1427.82 78.2715 1423.24 Q81.3502 1418.63 87.1604 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M107.322 1447.94 L112.207 1447.94 L112.207 1453.82 L107.322 1453.82 L107.322 1447.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M132.392 1422.33 Q128.781 1422.33 126.952 1425.9 Q125.146 1429.44 125.146 1436.57 Q125.146 1443.68 126.952 1447.24 Q128.781 1450.78 132.392 1450.78 Q136.026 1450.78 137.831 1447.24 Q139.66 1443.68 139.66 1436.57 Q139.66 1429.44 137.831 1425.9 Q136.026 1422.33 132.392 1422.33 M132.392 1418.63 Q138.202 1418.63 141.257 1423.24 Q144.336 1427.82 144.336 1436.57 Q144.336 1445.3 141.257 1449.9 Q138.202 1454.49 132.392 1454.49 Q126.581 1454.49 123.503 1449.9 Q120.447 1445.3 120.447 1436.57 Q120.447 1427.82 123.503 1423.24 Q126.581 1418.63 132.392 1418.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M88.1557 761.077 Q84.5447 761.077 82.716 764.642 Q80.9104 768.184 80.9104 775.313 Q80.9104 782.42 82.716 785.985 Q84.5447 789.526 88.1557 789.526 Q91.79 789.526 93.5955 785.985 Q95.4242 782.42 95.4242 775.313 Q95.4242 768.184 93.5955 764.642 Q91.79 761.077 88.1557 761.077 M88.1557 757.374 Q93.9659 757.374 97.0214 761.98 Q100.1 766.563 100.1 775.313 Q100.1 784.04 97.0214 788.647 Q93.9659 793.23 88.1557 793.23 Q82.3456 793.23 79.2669 788.647 Q76.2114 784.04 76.2114 775.313 Q76.2114 766.563 79.2669 761.98 Q82.3456 757.374 88.1557 757.374 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M108.318 786.679 L113.202 786.679 L113.202 792.559 L108.318 792.559 L108.318 786.679 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M123.433 757.999 L141.79 757.999 L141.79 761.934 L127.716 761.934 L127.716 770.406 Q128.734 770.059 129.753 769.897 Q130.771 769.711 131.79 769.711 Q137.577 769.711 140.956 772.883 Q144.336 776.054 144.336 781.471 Q144.336 787.049 140.864 790.151 Q137.392 793.23 131.072 793.23 Q128.896 793.23 126.628 792.859 Q124.382 792.489 121.975 791.748 L121.975 787.049 Q124.058 788.184 126.281 788.739 Q128.503 789.295 130.98 789.295 Q134.984 789.295 137.322 787.188 Q139.66 785.082 139.66 781.471 Q139.66 777.86 137.322 775.753 Q134.984 773.647 130.98 773.647 Q129.105 773.647 127.23 774.063 Q125.378 774.48 123.433 775.36 L123.433 757.999 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M77.9706 127.367 L85.6095 127.367 L85.6095 101.001 L77.2993 102.668 L77.2993 98.4088 L85.5632 96.7421 L90.2391 96.7421 L90.2391 127.367 L97.8779 127.367 L97.8779 131.302 L77.9706 131.302 L77.9706 127.367 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M107.322 125.423 L112.207 125.423 L112.207 131.302 L107.322 131.302 L107.322 125.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M132.392 99.8208 Q128.781 99.8208 126.952 103.386 Q125.146 106.927 125.146 114.057 Q125.146 121.163 126.952 124.728 Q128.781 128.27 132.392 128.27 Q136.026 128.27 137.831 124.728 Q139.66 121.163 139.66 114.057 Q139.66 106.927 137.831 103.386 Q136.026 99.8208 132.392 99.8208 M132.392 96.1171 Q138.202 96.1171 141.257 100.724 Q144.336 105.307 144.336 114.057 Q144.336 122.784 141.257 127.39 Q138.202 131.973 132.392 131.973 Q126.581 131.973 123.503 127.39 Q120.447 122.784 120.447 114.057 Q120.447 105.307 123.503 100.724 Q126.581 96.1171 132.392 96.1171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2119.88 16.7545 L2119.88 25.383 Q2115.75 21.5346 2111.05 19.6307 Q2106.39 17.7268 2101.13 17.7268 Q2090.76 17.7268 2085.25 24.0867 Q2079.74 30.4061 2079.74 42.3968 Q2079.74 54.3469 2085.25 60.7069 Q2090.76 67.0263 2101.13 67.0263 Q2106.39 67.0263 2111.05 65.1223 Q2115.75 63.2184 2119.88 59.3701 L2119.88 67.9175 Q2115.59 70.8341 2110.77 72.2924 Q2105.99 73.7508 2100.64 73.7508 Q2086.91 73.7508 2079.01 65.3654 Q2071.11 56.9395 2071.11 42.3968 Q2071.11 27.8135 2079.01 19.4281 Q2086.91 11.0023 2100.64 11.0023 Q2106.07 11.0023 2110.85 12.4606 Q2115.67 13.8784 2119.88 16.7545 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2149.78 32.4315 Q2143.78 32.4315 2140.3 37.1306 Q2136.82 41.7891 2136.82 49.9314 Q2136.82 58.0738 2140.26 62.7728 Q2143.74 67.4314 2149.78 67.4314 Q2155.73 67.4314 2159.22 62.7323 Q2162.7 58.0333 2162.7 49.9314 Q2162.7 41.8701 2159.22 37.1711 Q2155.73 32.4315 2149.78 32.4315 M2149.78 26.1121 Q2159.5 26.1121 2165.05 32.4315 Q2170.6 38.7509 2170.6 49.9314 Q2170.6 61.0714 2165.05 67.4314 Q2159.5 73.7508 2149.78 73.7508 Q2140.02 73.7508 2134.47 67.4314 Q2128.96 61.0714 2128.96 49.9314 Q2128.96 38.7509 2134.47 32.4315 Q2140.02 26.1121 2149.78 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2218.28 35.9153 Q2221.07 30.8922 2224.96 28.5022 Q2228.85 26.1121 2234.12 26.1121 Q2241.21 26.1121 2245.06 31.0947 Q2248.9 36.0368 2248.9 45.1919 L2248.9 72.576 L2241.41 72.576 L2241.41 45.4349 Q2241.41 38.913 2239.1 35.7533 Q2236.79 32.5936 2232.05 32.5936 Q2226.26 32.5936 2222.9 36.4419 Q2219.54 40.2903 2219.54 46.9338 L2219.54 72.576 L2212.04 72.576 L2212.04 45.4349 Q2212.04 38.8725 2209.73 35.7533 Q2207.42 32.5936 2202.6 32.5936 Q2196.89 32.5936 2193.53 36.4824 Q2190.17 40.3308 2190.17 46.9338 L2190.17 72.576 L2182.67 72.576 L2182.67 27.2059 L2190.17 27.2059 L2190.17 34.2544 Q2192.72 30.082 2196.28 28.0971 Q2199.85 26.1121 2204.75 26.1121 Q2209.69 26.1121 2213.13 28.6237 Q2216.62 31.1352 2218.28 35.9153 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2270.98 65.7705 L2270.98 89.8329 L2263.49 89.8329 L2263.49 27.2059 L2270.98 27.2059 L2270.98 34.0924 Q2273.33 30.0415 2276.9 28.0971 Q2280.5 26.1121 2285.48 26.1121 Q2293.75 26.1121 2298.89 32.6746 Q2304.08 39.2371 2304.08 49.9314 Q2304.08 60.6258 2298.89 67.1883 Q2293.75 73.7508 2285.48 73.7508 Q2280.5 73.7508 2276.9 71.8063 Q2273.33 69.8214 2270.98 65.7705 M2296.34 49.9314 Q2296.34 41.7081 2292.94 37.0496 Q2289.58 32.3505 2283.66 32.3505 Q2277.75 32.3505 2274.34 37.0496 Q2270.98 41.7081 2270.98 49.9314 Q2270.98 58.1548 2274.34 62.8538 Q2277.75 67.5124 2283.66 67.5124 Q2289.58 67.5124 2292.94 62.8538 Q2296.34 58.1548 2296.34 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2337.05 49.7694 Q2328.02 49.7694 2324.53 51.8354 Q2321.05 53.9013 2321.05 58.8839 Q2321.05 62.8538 2323.64 65.2034 Q2326.28 67.5124 2330.77 67.5124 Q2336.97 67.5124 2340.7 63.1374 Q2344.46 58.7219 2344.46 51.4303 L2344.46 49.7694 L2337.05 49.7694 M2351.92 46.6907 L2351.92 72.576 L2344.46 72.576 L2344.46 65.6895 Q2341.91 69.8214 2338.11 71.8063 Q2334.3 73.7508 2328.79 73.7508 Q2321.82 73.7508 2317.69 69.8619 Q2313.6 65.9325 2313.6 59.3701 Q2313.6 51.7138 2318.7 47.825 Q2323.85 43.9361 2334.01 43.9361 L2344.46 43.9361 L2344.46 43.2069 Q2344.46 38.0623 2341.06 35.2672 Q2337.7 32.4315 2331.58 32.4315 Q2327.69 32.4315 2324.01 33.3632 Q2320.32 34.295 2316.92 36.1584 L2316.92 29.2718 Q2321.01 27.692 2324.86 26.9223 Q2328.71 26.1121 2332.35 26.1121 Q2342.2 26.1121 2347.06 31.2163 Q2351.92 36.3204 2351.92 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2393.56 34.1734 Q2392.31 33.4443 2390.81 33.1202 Q2389.35 32.7556 2387.57 32.7556 Q2381.25 32.7556 2377.84 36.8875 Q2374.48 40.9789 2374.48 48.6757 L2374.48 72.576 L2366.99 72.576 L2366.99 27.2059 L2374.48 27.2059 L2374.48 34.2544 Q2376.83 30.1225 2380.6 28.1376 Q2384.37 26.1121 2389.75 26.1121 Q2390.52 26.1121 2391.46 26.2337 Q2392.39 26.3147 2393.52 26.5172 L2393.56 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2401.38 27.2059 L2408.83 27.2059 L2408.83 72.576 L2401.38 72.576 L2401.38 27.2059 M2401.38 9.54393 L2408.83 9.54393 L2408.83 18.9825 L2401.38 18.9825 L2401.38 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2453.35 28.5427 L2453.35 35.5912 Q2450.19 33.9709 2446.79 33.1607 Q2443.39 32.3505 2439.74 32.3505 Q2434.19 32.3505 2431.4 34.0519 Q2428.64 35.7533 2428.64 39.156 Q2428.64 41.7486 2430.63 43.2475 Q2432.61 44.7058 2438.61 46.0426 L2441.16 46.6097 Q2449.1 48.3111 2452.42 51.4303 Q2455.78 54.509 2455.78 60.0587 Q2455.78 66.3781 2450.76 70.0644 Q2445.78 73.7508 2437.03 73.7508 Q2433.38 73.7508 2429.41 73.0216 Q2425.48 72.3329 2421.11 70.9151 L2421.11 63.2184 Q2425.24 65.3654 2429.25 66.4591 Q2433.26 67.5124 2437.19 67.5124 Q2442.46 67.5124 2445.29 65.73 Q2448.13 63.9071 2448.13 60.6258 Q2448.13 57.5877 2446.06 55.9673 Q2444.04 54.3469 2437.11 52.8481 L2434.52 52.2405 Q2427.59 50.7821 2424.51 47.7845 Q2421.43 44.7463 2421.43 39.4801 Q2421.43 33.0797 2425.97 29.5959 Q2430.51 26.1121 2438.85 26.1121 Q2442.98 26.1121 2446.63 26.7198 Q2450.27 27.3274 2453.35 28.5427 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2485.23 32.4315 Q2479.24 32.4315 2475.75 37.1306 Q2472.27 41.7891 2472.27 49.9314 Q2472.27 58.0738 2475.71 62.7728 Q2479.2 67.4314 2485.23 67.4314 Q2491.19 67.4314 2494.67 62.7323 Q2498.16 58.0333 2498.16 49.9314 Q2498.16 41.8701 2494.67 37.1711 Q2491.19 32.4315 2485.23 32.4315 M2485.23 26.1121 Q2494.96 26.1121 2500.51 32.4315 Q2506.06 38.7509 2506.06 49.9314 Q2506.06 61.0714 2500.51 67.4314 Q2494.96 73.7508 2485.23 73.7508 Q2475.47 73.7508 2469.92 67.4314 Q2464.41 61.0714 2464.41 49.9314 Q2464.41 38.7509 2469.92 32.4315 Q2475.47 26.1121 2485.23 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2556.12 45.1919 L2556.12 72.576 L2548.67 72.576 L2548.67 45.4349 Q2548.67 38.994 2546.16 35.7938 Q2543.65 32.5936 2538.62 32.5936 Q2532.59 32.5936 2529.11 36.4419 Q2525.62 40.2903 2525.62 46.9338 L2525.62 72.576 L2518.13 72.576 L2518.13 27.2059 L2525.62 27.2059 L2525.62 34.2544 Q2528.29 30.163 2531.9 28.1376 Q2535.55 26.1121 2540.29 26.1121 Q2548.1 26.1121 2552.11 30.9732 Q2556.12 35.7938 2556.12 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2614.94 32.4315 Q2608.95 32.4315 2605.46 37.1306 Q2601.98 41.7891 2601.98 49.9314 Q2601.98 58.0738 2605.42 62.7728 Q2608.91 67.4314 2614.94 67.4314 Q2620.9 67.4314 2624.38 62.7323 Q2627.87 58.0333 2627.87 49.9314 Q2627.87 41.8701 2624.38 37.1711 Q2620.9 32.4315 2614.94 32.4315 M2614.94 26.1121 Q2624.67 26.1121 2630.22 32.4315 Q2635.77 38.7509 2635.77 49.9314 Q2635.77 61.0714 2630.22 67.4314 Q2624.67 73.7508 2614.94 73.7508 Q2605.18 73.7508 2599.63 67.4314 Q2594.12 61.0714 2594.12 49.9314 Q2594.12 38.7509 2599.63 32.4315 Q2605.18 26.1121 2614.94 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2671.09 9.54393 L2671.09 15.7418 L2663.96 15.7418 Q2659.95 15.7418 2658.37 17.3622 Q2656.83 18.9825 2656.83 23.1955 L2656.83 27.2059 L2669.1 27.2059 L2669.1 32.9987 L2656.83 32.9987 L2656.83 72.576 L2649.34 72.576 L2649.34 32.9987 L2642.21 32.9987 L2642.21 27.2059 L2649.34 27.2059 L2649.34 24.0462 Q2649.34 16.471 2652.86 13.0277 Q2656.38 9.54393 2664.04 9.54393 L2671.09 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2710.91 65.7705 L2710.91 89.8329 L2703.42 89.8329 L2703.42 27.2059 L2710.91 27.2059 L2710.91 34.0924 Q2713.26 30.0415 2716.82 28.0971 Q2720.43 26.1121 2725.41 26.1121 Q2733.68 26.1121 2738.82 32.6746 Q2744.01 39.2371 2744.01 49.9314 Q2744.01 60.6258 2738.82 67.1883 Q2733.68 73.7508 2725.41 73.7508 Q2720.43 73.7508 2716.82 71.8063 Q2713.26 69.8214 2710.91 65.7705 M2736.27 49.9314 Q2736.27 41.7081 2732.87 37.0496 Q2729.5 32.3505 2723.59 32.3505 Q2717.67 32.3505 2714.27 37.0496 Q2710.91 41.7081 2710.91 49.9314 Q2710.91 58.1548 2714.27 62.8538 Q2717.67 67.5124 2723.59 67.5124 Q2729.5 67.5124 2732.87 62.8538 Q2736.27 58.1548 2736.27 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2795.17 48.0275 L2795.17 51.6733 L2760.9 51.6733 Q2761.38 59.3701 2765.52 63.421 Q2769.69 67.4314 2777.1 67.4314 Q2781.4 67.4314 2785.41 66.3781 Q2789.46 65.3249 2793.43 63.2184 L2793.43 70.267 Q2789.42 71.9684 2785.2 72.8596 Q2780.99 73.7508 2776.66 73.7508 Q2765.8 73.7508 2759.44 67.4314 Q2753.12 61.1119 2753.12 50.3365 Q2753.12 39.1965 2759.12 32.6746 Q2765.15 26.1121 2775.36 26.1121 Q2784.51 26.1121 2789.82 32.0264 Q2795.17 37.9003 2795.17 48.0275 M2787.71 45.84 Q2787.63 39.7232 2784.27 36.0774 Q2780.95 32.4315 2775.44 32.4315 Q2769.2 32.4315 2765.43 35.9558 Q2761.71 39.4801 2761.14 45.8805 L2787.71 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2833.69 34.1734 Q2832.44 33.4443 2830.94 33.1202 Q2829.48 32.7556 2827.7 32.7556 Q2821.38 32.7556 2817.98 36.8875 Q2814.61 40.9789 2814.61 48.6757 L2814.61 72.576 L2807.12 72.576 L2807.12 27.2059 L2814.61 27.2059 L2814.61 34.2544 Q2816.96 30.1225 2820.73 28.1376 Q2824.5 26.1121 2829.88 26.1121 Q2830.65 26.1121 2831.59 26.2337 Q2832.52 26.3147 2833.65 26.5172 L2833.69 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2864.48 9.54393 L2864.48 15.7418 L2857.35 15.7418 Q2853.34 15.7418 2851.76 17.3622 Q2850.22 18.9825 2850.22 23.1955 L2850.22 27.2059 L2862.49 27.2059 L2862.49 32.9987 L2850.22 32.9987 L2850.22 72.576 L2842.73 72.576 L2842.73 32.9987 L2835.6 32.9987 L2835.6 27.2059 L2842.73 27.2059 L2842.73 24.0462 Q2842.73 16.471 2846.25 13.0277 Q2849.77 9.54393 2857.43 9.54393 L2864.48 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2888.3 32.4315 Q2882.3 32.4315 2878.82 37.1306 Q2875.34 41.7891 2875.34 49.9314 Q2875.34 58.0738 2878.78 62.7728 Q2882.26 67.4314 2888.3 67.4314 Q2894.25 67.4314 2897.74 62.7323 Q2901.22 58.0333 2901.22 49.9314 Q2901.22 41.8701 2897.74 37.1711 Q2894.25 32.4315 2888.3 32.4315 M2888.3 26.1121 Q2898.02 26.1121 2903.57 32.4315 Q2909.12 38.7509 2909.12 49.9314 Q2909.12 61.0714 2903.57 67.4314 Q2898.02 73.7508 2888.3 73.7508 Q2878.54 73.7508 2872.99 67.4314 Q2867.48 61.0714 2867.48 49.9314 Q2867.48 38.7509 2872.99 32.4315 Q2878.54 26.1121 2888.3 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2947.77 34.1734 Q2946.51 33.4443 2945.01 33.1202 Q2943.55 32.7556 2941.77 32.7556 Q2935.45 32.7556 2932.05 36.8875 Q2928.69 40.9789 2928.69 48.6757 L2928.69 72.576 L2921.19 72.576 L2921.19 27.2059 L2928.69 27.2059 L2928.69 34.2544 Q2931.04 30.1225 2934.8 28.1376 Q2938.57 26.1121 2943.96 26.1121 Q2944.73 26.1121 2945.66 26.2337 Q2946.59 26.3147 2947.73 26.5172 L2947.77 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2989.45 35.9153 Q2992.25 30.8922 2996.13 28.5022 Q3000.02 26.1121 3005.29 26.1121 Q3012.38 26.1121 3016.23 31.0947 Q3020.07 36.0368 3020.07 45.1919 L3020.07 72.576 L3012.58 72.576 L3012.58 45.4349 Q3012.58 38.913 3010.27 35.7533 Q3007.96 32.5936 3003.22 32.5936 Q2997.43 32.5936 2994.07 36.4419 Q2990.71 40.2903 2990.71 46.9338 L2990.71 72.576 L2983.21 72.576 L2983.21 45.4349 Q2983.21 38.8725 2980.9 35.7533 Q2978.59 32.5936 2973.77 32.5936 Q2968.06 32.5936 2964.7 36.4824 Q2961.34 40.3308 2961.34 46.9338 L2961.34 72.576 L2953.84 72.576 L2953.84 27.2059 L2961.34 27.2059 L2961.34 34.2544 Q2963.89 30.082 2967.45 28.0971 Q2971.02 26.1121 2975.92 26.1121 Q2980.86 26.1121 2984.31 28.6237 Q2987.79 31.1352 2989.45 35.9153 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3055.56 49.7694 Q3046.53 49.7694 3043.04 51.8354 Q3039.56 53.9013 3039.56 58.8839 Q3039.56 62.8538 3042.15 65.2034 Q3044.79 67.5124 3049.28 67.5124 Q3055.48 67.5124 3059.21 63.1374 Q3062.97 58.7219 3062.97 51.4303 L3062.97 49.7694 L3055.56 49.7694 M3070.43 46.6907 L3070.43 72.576 L3062.97 72.576 L3062.97 65.6895 Q3060.42 69.8214 3056.61 71.8063 Q3052.81 73.7508 3047.3 73.7508 Q3040.33 73.7508 3036.2 69.8619 Q3032.11 65.9325 3032.11 59.3701 Q3032.11 51.7138 3037.21 47.825 Q3042.35 43.9361 3052.52 43.9361 L3062.97 43.9361 L3062.97 43.2069 Q3062.97 38.0623 3059.57 35.2672 Q3056.21 32.4315 3050.09 32.4315 Q3046.2 32.4315 3042.52 33.3632 Q3038.83 34.295 3035.43 36.1584 L3035.43 29.2718 Q3039.52 27.692 3043.37 26.9223 Q3047.22 26.1121 3050.86 26.1121 Q3060.71 26.1121 3065.57 31.2163 Q3070.43 36.3204 3070.43 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3123.49 45.1919 L3123.49 72.576 L3116.04 72.576 L3116.04 45.4349 Q3116.04 38.994 3113.53 35.7938 Q3111.02 32.5936 3105.99 32.5936 Q3099.96 32.5936 3096.47 36.4419 Q3092.99 40.2903 3092.99 46.9338 L3092.99 72.576 L3085.5 72.576 L3085.5 27.2059 L3092.99 27.2059 L3092.99 34.2544 Q3095.66 30.163 3099.27 28.1376 Q3102.92 26.1121 3107.66 26.1121 Q3115.47 26.1121 3119.48 30.9732 Q3123.49 35.7938 3123.49 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3171.01 28.9478 L3171.01 35.9153 Q3167.85 34.1734 3164.65 33.3227 Q3161.49 32.4315 3158.25 32.4315 Q3151 32.4315 3146.99 37.0496 Q3142.98 41.6271 3142.98 49.9314 Q3142.98 58.2358 3146.99 62.8538 Q3151 67.4314 3158.25 67.4314 Q3161.49 67.4314 3164.65 66.5807 Q3167.85 65.6895 3171.01 63.9476 L3171.01 70.8341 Q3167.89 72.2924 3164.53 73.0216 Q3161.21 73.7508 3157.44 73.7508 Q3147.19 73.7508 3141.16 67.3098 Q3135.12 60.8689 3135.12 49.9314 Q3135.12 38.832 3141.2 32.472 Q3147.31 26.1121 3157.93 26.1121 Q3161.37 26.1121 3164.65 26.8413 Q3167.93 27.5299 3171.01 28.9478 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M3222.78 48.0275 L3222.78 51.6733 L3188.51 51.6733 Q3189 59.3701 3193.13 63.421 Q3197.3 67.4314 3204.71 67.4314 Q3209.01 67.4314 3213.02 66.3781 Q3217.07 65.3249 3221.04 63.2184 L3221.04 70.267 Q3217.03 71.9684 3212.82 72.8596 Q3208.6 73.7508 3204.27 73.7508 Q3193.41 73.7508 3187.05 67.4314 Q3180.73 61.1119 3180.73 50.3365 Q3180.73 39.1965 3186.73 32.6746 Q3192.76 26.1121 3202.97 26.1121 Q3212.13 26.1121 3217.43 32.0264 Q3222.78 37.9003 3222.78 48.0275 M3215.33 45.84 Q3215.25 39.7232 3211.89 36.0774 Q3208.56 32.4315 3203.05 32.4315 Q3196.82 32.4315 3193.05 35.9558 Q3189.32 39.4801 3188.75 45.8805 L3215.33 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip512)\" style=\"stroke:#ff0000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 358.446,1436.54 372.529,1486.07 388.121,1586.56 402.204,1556.55 418.802,1548.33 433.891,1559.97 449.483,1516.65 465.075,1458.56 479.661,1450.66 495.756,1428.92 \n 510.845,1415.75 525.431,1416.36 542.029,1375.59 556.615,1361.59 571.201,1336.77 587.296,1310.75 602.888,1282.15 616.971,1271.79 633.569,1300.23 648.658,1280.44 \n 664.25,1238.76 679.842,1213.01 694.428,1175.77 710.523,1155.91 726.115,1168.29 740.198,1138.92 755.79,1129.38 770.879,1092.69 785.968,1144.15 801.56,1135.09 \n 817.152,1121.3 831.738,1131.17 847.833,1134.4 863.425,1147.21 877.508,1122.75 894.106,1142.39 909.195,1117.57 923.278,1108.59 939.373,1087.72 954.462,1115.07 \n 969.048,1137.74 985.143,1124.35 1000.73,1145.06 1016.33,1183.34 1031.42,1197.58 1046.5,1249.2 1062.1,1202.41 1077.69,1246.26 1092.27,1210.41 1106.36,1193.69 \n 1122.96,1161.89 1138.04,1107.23 1153.64,1101.11 1168.73,1092.03 1183.81,1141.38 1199.91,1152.43 1215,1141.37 1229.58,1152.71 1245.68,1138.09 1261.27,1106.86 \n 1276.86,1095.08 1291.45,1106.08 1307.04,1124.55 1321.12,1110.57 1337.72,1160.07 1352.81,1148.43 1368.4,1137.73 1384,1143.08 1398.58,1161.02 1414.68,1150.97 \n 1429.77,1153.68 1444.35,1130.94 1460.95,1121.81 1475.03,1129.57 1490.12,1119.06 1505.71,1097.81 1521.31,1108.02 1535.89,1091.73 1551.99,1088.63 1567.58,1065.32 \n 1581.66,1107.18 1598.26,1078.38 1613.35,1067.25 1628.94,1033.99 1644.53,1022.27 1658.62,1002.13 1673.2,979.054 1689.3,988.015 1704.89,952.567 1718.97,954.063 \n 1735.57,973.709 1750.66,962.613 1766.25,947.227 1781.84,923.039 1796.43,897.585 1812.52,893.926 1828.12,874.922 1842.2,894.326 1857.79,904.895 1872.88,875.138 \n 1887.97,859.699 1903.56,832.2 1919.15,831.924 1933.74,837.437 1949.83,836.189 1965.43,801.87 1979.51,798.198 1996.11,804.307 2011.2,770.754 2025.28,736.591 \n 2041.88,776.044 2056.97,791.952 2072.56,795.266 2087.65,795.995 2102.74,781.978 2118.83,779.27 2133.92,760.835 2148.51,776.717 2164.6,784.162 2180.19,783.603 \n 2195.78,756.657 2209.87,748.894 2225.46,727.002 2240.05,723.226 2256.14,713.669 2271.23,668.533 2285.82,677.713 2302.41,676.676 2317.5,637.607 2333.09,621.45 \n 2348.18,598.553 2363.27,616.57 2379.37,617.57 2393.45,612.616 2409.04,668.988 2423.13,660.019 2439.72,669.557 2454.81,680.397 2470.4,664.356 2486,612.818 \n 2500.58,601.977 2516.68,580.587 2531.77,614.089 2546.35,589.256 2562.95,581.145 2577.03,580.126 2592.12,559.377 2607.71,540.781 2623.31,508.238 2637.89,468.202 \n 2653.99,482.275 2669.58,525.835 2683.66,492.277 2700.26,471.358 2715.35,521.86 2730.94,513.894 2746.53,527.666 2761.12,523.408 2776.71,558.246 2791.8,516.559 \n 2806.89,506.826 2822.48,511.185 2838.07,506.903 2852.66,540.902 2868.75,602.725 2884.35,723.973 2898.43,752.324 2915.03,716.194 2930.12,766.627 2944.2,759.448 \n 2960.29,665.375 2975.38,658.926 2989.97,629.24 3006.06,609.244 3021.66,592.504 3037.25,587.401 3052.34,575.822 3067.43,546.911 3083.02,578.198 3098.61,547.784 \n 3113.2,556.723 3127.28,587.246 3143.88,573.673 3158.97,534.729 3174.56,576.464 3189.65,604.195 3204.74,579.747 3220.83,623.76 3235.92,567.273 3250.51,568.544 \n 3266.6,567.911 3282.19,533.373 3297.79,534.515 3311.87,529.585 3327.46,516.889 3342.05,494.936 3358.14,507.003 3373.23,506.852 3387.82,527.05 3404.41,522.528 \n 3419.5,564.501 3435.1,504.973 3450.18,522.062 3465.27,512.9 3481.37,486.167 3495.95,441.338 3511.04,465.173 3526.64,479.242 3542.23,517.503 3556.81,465.084 \n 3572.91,435.985 3588.5,440.661 3602.58,436.48 3619.18,437.116 3634.27,422.846 3649.86,404.623 3665.45,368.103 3679.54,357.312 3694.12,337.965 3710.22,335.508 \n 3725.81,361.807 3739.89,414.334 3756.49,405.44 3771.58,439.601 3787.17,415.447 3802.76,408.259 3817.35,430.526 3833.45,435.538 3849.04,469.664 3863.12,451.233 \n 3878.71,419.342 3893.8,427.093 3908.89,413.581 3924.48,410.231 3940.07,413.626 3954.66,392.328 3970.76,400.844 3986.35,395.642 4000.43,393.331 4017.03,393.032 \n 4032.12,464.561 4046.2,416.45 4062.3,412.744 4077.38,394.021 4091.97,415.172 4108.07,454.077 4123.66,469.342 4139.25,523.352 4154.34,534.531 4169.43,485.016 \n 4185.02,456.98 4200.61,497.599 4215.2,505.526 4230.79,514.889 4246.38,486.199 4260.97,485.809 4277.06,491.504 4292.15,488.137 4306.74,480.769 4323.34,467.414 \n 4338.42,458.951 4354.02,437.349 4369.11,405.885 4384.19,413.962 4400.29,396.243 4414.37,386.943 4429.96,416.103 4444.05,444.47 4460.65,452.607 4475.73,427.307 \n 4491.33,399.725 4506.92,421.13 4521.5,406.394 4537.6,422.016 4552.69,446.165 4567.27,416.379 4583.87,413.26 4597.96,432.685 4613.04,431.872 4628.64,407.678 \n 4644.23,406.711 4658.81,413.148 4674.91,407.559 4690.5,428.084 4704.58,411.389 4721.18,411.718 4736.27,395.084 4751.86,451.707 4767.45,400.004 4781.54,399.598 \n 4796.12,400.502 4812.22,393.938 4827.81,420.623 4841.89,412.566 4858.49,407.521 4873.58,440.412 4889.17,425.439 4904.76,427.533 4919.35,425.666 4935.45,396.015 \n \n \"/>\n<polyline clip-path=\"url(#clip512)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 358.446,1436.54 372.529,1412.95 388.121,1360.81 402.204,1354.36 418.802,1370.18 433.891,1361.97 449.483,1354.67 465.075,1399.59 479.661,1375.19 495.756,1366.15 \n 510.845,1388.02 525.431,1385.2 542.029,1415.02 556.615,1396.62 571.201,1391.78 587.296,1406.59 602.888,1405.23 616.971,1403.91 633.569,1389 648.658,1389.41 \n 664.25,1405.4 679.842,1394.03 694.428,1397.38 710.523,1414.87 726.115,1465.89 740.198,1482.97 755.79,1479.16 770.879,1514.43 785.968,1494.13 801.56,1507.77 \n 817.152,1548.01 831.738,1547.12 847.833,1532.61 863.425,1525.28 877.508,1557.44 894.106,1596.44 909.195,1600.78 923.278,1592.97 939.373,1621.29 954.462,1609.1 \n 969.048,1634.89 985.143,1651.66 1000.73,1662 1016.33,1678.13 1031.42,1633.53 1046.5,1593.3 1062.1,1615.64 1077.69,1605.86 1092.27,1606.56 1106.36,1642.48 \n 1122.96,1639.61 1138.04,1633.72 1153.64,1658.64 1168.73,1662.1 1183.81,1637.39 1199.91,1646.14 1215,1629.31 1229.58,1642.09 1245.68,1665.86 1261.27,1659.14 \n 1276.86,1693.98 1291.45,1718.39 1307.04,1706.08 1321.12,1756.52 1337.72,1774.87 1352.81,1737.12 1368.4,1777.64 1384,1807.83 1398.58,1832.03 1414.68,1871.4 \n 1429.77,1863.31 1444.35,1801.24 1460.95,1815.91 1475.03,1844.95 1490.12,1900.16 1505.71,1884.28 1521.31,1904.94 1535.89,1913.93 1551.99,1891.96 1567.58,1851.62 \n 1581.66,1869.11 1598.26,1871.15 1613.35,1869.94 1628.94,1878.47 1644.53,1898.7 1658.62,1887.13 1673.2,1864.29 1689.3,1829.96 1704.89,1775.32 1718.97,1726.46 \n 1735.57,1743.73 1750.66,1736.11 1766.25,1731.37 1781.84,1719.15 1796.43,1708.61 1812.52,1657.76 1828.12,1631.13 1842.2,1621.23 1857.79,1617.32 1872.88,1590.67 \n 1887.97,1540.22 1903.56,1554.09 1919.15,1577.2 1933.74,1585.48 1949.83,1517.49 1965.43,1497.98 1979.51,1463.69 1996.11,1416.9 2011.2,1427.15 2025.28,1425.31 \n 2041.88,1419.7 2056.97,1464.45 2072.56,1443.43 2087.65,1447.24 2102.74,1455.43 2118.83,1437.81 2133.92,1408.25 2148.51,1367.81 2164.6,1310.72 2180.19,1300.43 \n 2195.78,1339.78 2209.87,1315.19 2225.46,1340.96 2240.05,1338.35 2256.14,1380.2 2271.23,1402.33 2285.82,1407.99 2302.41,1389.31 2317.5,1401.37 2333.09,1415.33 \n 2348.18,1435.38 2363.27,1440.67 2379.37,1409.74 2393.45,1432.52 2409.04,1449.93 2423.13,1389.11 2439.72,1370.24 2454.81,1391.44 2470.4,1388.66 2486,1383.61 \n 2500.58,1404.38 2516.68,1389.51 2531.77,1353.23 2546.35,1363.56 2562.95,1384.57 2577.03,1368.93 2592.12,1358.35 2607.71,1326.2 2623.31,1339.68 2637.89,1324.43 \n 2653.99,1308.56 2669.58,1330.12 2683.66,1264.84 2700.26,1239.59 2715.35,1248.62 2730.94,1252.92 2746.53,1234.34 2761.12,1193.98 2776.71,1174.31 2791.8,1185.41 \n 2806.89,1181.8 2822.48,1179.4 2838.07,1198.2 2852.66,1263.71 2868.75,1316.85 2884.35,1441.29 2898.43,1472.65 2915.03,1415.77 2930.12,1475.13 2944.2,1508.85 \n 2960.29,1445.72 2975.38,1415.92 2989.97,1321.25 3006.06,1334.93 3021.66,1295.3 3037.25,1275.5 3052.34,1241.51 3067.43,1230.29 3083.02,1211.86 3098.61,1240.02 \n 3113.2,1259.42 3127.28,1262.92 3143.88,1258.13 3158.97,1256.37 3174.56,1336.94 3189.65,1314.84 3204.74,1247.06 3220.83,1263.21 3235.92,1191.85 3250.51,1172.74 \n 3266.6,1215.82 3282.19,1156.24 3297.79,1149.86 3311.87,1133.79 3327.46,1122.61 3342.05,1062.89 3358.14,1077.44 3373.23,1075.59 3387.82,1042.22 3404.41,1053.24 \n 3419.5,1152.29 3435.1,1088.06 3450.18,1128.81 3465.27,1144.65 3481.37,1116.25 3495.95,1094.4 3511.04,1114.3 3526.64,1108.11 3542.23,1182.47 3556.81,1141.03 \n 3572.91,1137.09 3588.5,1120.06 3602.58,1101.2 3619.18,1107.66 3634.27,1108.52 3649.86,1102.8 3665.45,1099.46 3679.54,1132.96 3694.12,1137.52 3710.22,1124.44 \n 3725.81,1173.13 3739.89,1189.1 3756.49,1166 3771.58,1179.67 3787.17,1133.98 3802.76,1134.27 3817.35,1151.01 3833.45,1146.78 3849.04,1169.55 3863.12,1137.48 \n 3878.71,1130.49 3893.8,1125.74 3908.89,1133.14 3924.48,1121.46 3940.07,1150.06 3954.66,1155.38 3970.76,1213.51 3986.35,1231.84 4000.43,1253.99 4017.03,1290.36 \n 4032.12,1333.75 4046.2,1326.3 4062.3,1361.73 4077.38,1315.96 4091.97,1352.97 4108.07,1345.78 4123.66,1378.53 4139.25,1393.96 4154.34,1397.99 4169.43,1384.91 \n 4185.02,1415.93 4200.61,1405.07 4215.2,1430.17 4230.79,1407.53 4246.38,1348.08 4260.97,1327.37 4277.06,1373.56 4292.15,1360.61 4306.74,1357.45 4323.34,1365.3 \n 4338.42,1351.52 4354.02,1391.61 4369.11,1423.54 4384.19,1434.47 4400.29,1388.93 4414.37,1403.9 4429.96,1412.23 4444.05,1412.12 4460.65,1391.73 4475.73,1370.88 \n 4491.33,1333.82 4506.92,1339.18 4521.5,1346.24 4537.6,1380.22 4552.69,1372.94 4567.27,1355.24 4583.87,1302.81 4597.96,1338.13 4613.04,1341.88 4628.64,1372.06 \n 4644.23,1388.38 4658.81,1407.87 4674.91,1405.47 4690.5,1422.11 4704.58,1419.4 4721.18,1447.58 4736.27,1442.25 4751.86,1446.56 4767.45,1426.06 4781.54,1443.14 \n 4796.12,1453.6 4812.22,1470.12 4827.81,1480.79 4841.89,1453.85 4858.49,1483.59 4873.58,1504.87 4889.17,1510.6 4904.76,1491.43 4919.35,1502.02 4935.45,1465.4 \n \n \"/>\n<path clip-path=\"url(#clip510)\" d=\"\nM4301.34 357.71 L4911.04 357.71 L4911.04 202.19 L4301.34 202.19 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4301.34,357.71 4911.04,357.71 4911.04,202.19 4301.34,202.19 4301.34,357.71 \n \"/>\n<polyline clip-path=\"url(#clip510)\" style=\"stroke:#ff0000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4355.25,254.03 4678.69,254.03 \n \"/>\n<path clip-path=\"url(#clip510)\" d=\"M4760.47 239.412 L4760.47 244.342 Q4758.11 242.143 4755.42 241.055 Q4752.76 239.967 4749.75 239.967 Q4743.82 239.967 4740.68 243.601 Q4737.53 247.213 4737.53 254.064 Q4737.53 260.893 4740.68 264.527 Q4743.82 268.138 4749.75 268.138 Q4752.76 268.138 4755.42 267.05 Q4758.11 265.962 4760.47 263.763 L4760.47 268.648 Q4758.01 270.314 4755.26 271.148 Q4752.53 271.981 4749.47 271.981 Q4741.62 271.981 4737.11 267.189 Q4732.6 262.375 4732.6 254.064 Q4732.6 245.731 4737.11 240.939 Q4741.62 236.125 4749.47 236.125 Q4752.57 236.125 4755.31 236.958 Q4758.06 237.768 4760.47 239.412 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M4762.9 236.75 L4792.13 236.75 L4792.13 240.685 L4779.87 240.685 L4779.87 271.31 L4775.17 271.31 L4775.17 240.685 L4762.9 240.685 L4762.9 236.75 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip510)\" style=\"stroke:#0000ff; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 4355.25,305.87 4678.69,305.87 \n \"/>\n<path clip-path=\"url(#clip510)\" d=\"M4732.6 288.59 L4754.45 288.59 L4754.45 292.525 L4737.27 292.525 L4737.27 302.756 L4753.73 302.756 L4753.73 306.691 L4737.27 306.691 L4737.27 319.214 L4754.87 319.214 L4754.87 323.15 L4732.6 323.15 L4732.6 288.59 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M4759.47 288.59 L4764.19 288.59 L4771.46 317.802 L4778.71 288.59 L4783.96 288.59 L4791.23 317.802 L4798.48 288.59 L4803.22 288.59 L4794.54 323.15 L4788.66 323.15 L4781.37 293.15 L4774.01 323.15 L4768.13 323.15 L4759.47 288.59 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Remove date from matrix\n",
"fpNoDates = fp[:,2:10]\n",
"RNoDates = R[:,2:10]\n",
"\n",
"(T, n) = size(fpNoDates)\n",
"\n",
"#number of high/low positions \n",
"m = 4 \n",
"\n",
"# Create empty array\n",
"R_1 = fill(NaN,T)\n",
"EW = fill(NaN,T)\n",
"Frequency = fill(0, (1, n))\n",
"\n",
"#loop over periods\n",
"for t = 2:T \n",
" s = sortperm(fpNoDates[t-1,:])\n",
" w = zeros(n)\n",
" # Set portfolio weight to -1/4 for the lowest 4 forward premia\n",
" w[s[1:m]] .= -1/m\n",
" # Set portfolio weight to 1/4 for the highest 4 forward premia\n",
" w[s[end-m+1:end]] .= 1/m\n",
" # Calculate weighted portfolio returns\n",
" R_1[t] = w'RNoDates[t,:]\n",
" # Calculate EW portfolio returns\n",
" EW[t] = fill(1/n, n)'RNoDates[t,:]\n",
" # Calculate frequency of currencies for the highest 4 forward premia\n",
" Frequency[s[end-m+1:end]] .+= 1\n",
"end\n",
"\n",
"# Replace NaN with 0\n",
"R_1[isnan.(R_1)] .= 0\n",
"EW[isnan.(EW)] .= 0\n",
"\n",
"plot(dates, [cumsum(log.(1 .+ R_1./100)) cumsum(log.(1 .+ EW./100))], \n",
" size = (1280, 720),\n",
" ylim = (-1, 1),\n",
" xticks = ([Date(2000),Date(2010),Date(2020)], [\"2000\",\"2010\",\"2020\"]),\n",
" label = [\"CT\" \"EW\"],\n",
" title = \"Comparison of performance\",\n",
" color = [\"red\" \"blue\"]\n",
" )\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Report some return statistics\n",
"\n",
"1. For each of the two portfolio returns, report the average returns, standard deviation and their ratio (the \"Sharpe ratio\").\n",
"\n",
"2. For each currency, report the frequency of periods that the currency is in the \"high\" carry trade portfolio."
]
},
{
"cell_type": "code",
"execution_count": 19,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1.\n",
" CT EW\n",
"avg return 0.284 0.018\n",
"std 2.042 2.259\n",
"SR 0.139 0.008\n",
"\n",
"2. frequency of periods in high carry trade portfolio\n",
" amount\n",
"AUD 295 \n",
"CAD 140 \n",
"EUR 7 \n",
"JPY 0 \n",
"NZD 287 \n",
"NOK 213 \n",
"SEK 95 \n",
"CHF 0 \n",
"GBP 159 \n",
"\n"
]
}
],
"source": [
"# Calculate avg, std, sr\n",
"R_all = [R_1[2:end] EW[2:end]]\n",
"\n",
"μ = mean(R_all,dims=1)\n",
"σ = std(R_all,dims=1)\n",
"SR = μ./σ\n",
"\n",
"println(\"1.\")\n",
"printmat([μ;σ;SR],colNames=[\"CT\",\"EW\"],rowNames=[\"avg return\",\"std\",\"SR\"])\n",
"\n",
"println(\"2. frequency of periods in high carry trade portfolio\")\n",
"printmat(Frequency[:] ,colNames=[\"amount\"],rowNames=[\"AUD\",\"CAD\",\"EUR\",\"JPY\",\"NZD\",\"NOK\",\"SEK\",\"CHF\",\"GBP\"])"
]
}
],
"metadata": {
"@webio": {
"lastCommId": null,
"lastKernelId": null
},
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Julia 1.7.0-rc1",
"language": "julia",
"name": "julia-1.7"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.7.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}