Skip to content

Instantly share code, notes, and snippets.

@genkuroki
Last active August 14, 2020 01:47
Show Gist options
  • Save genkuroki/29f73eb1249f741a95a30b87aa5dc227 to your computer and use it in GitHub Desktop.
Save genkuroki/29f73eb1249f741a95a30b87aa5dc227 to your computer and use it in GitHub Desktop.
Plots.jl GR backend
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "# Plots.jl GR backend"
},
{
"metadata": {
"toc": true
},
"cell_type": "markdown",
"source": "<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#plot_color,-:bglegend,-:fglegend\" data-toc-modified-id=\"plot_color,-:bglegend,-:fglegend-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>plot_color, :bglegend, :fglegend</a></span></li><li><span><a href=\"#GR-legend-position-(or-width-and-height)-bug?\" data-toc-modified-id=\"GR-legend-position-(or-width-and-height)-bug?-2\"><span class=\"toc-item-num\">2&nbsp;&nbsp;</span>GR legend position (or width-and-height) bug?</a></span><ul class=\"toc-item\"><li><span><a href=\"#default-legend\" data-toc-modified-id=\"default-legend-2.1\"><span class=\"toc-item-num\">2.1&nbsp;&nbsp;</span>default legend</a></span></li><li><span><a href=\"#legend=(0.88,0.85)\" data-toc-modified-id=\"legend=(0.88,0.85)-2.2\"><span class=\"toc-item-num\">2.2&nbsp;&nbsp;</span>legend=(0.88,0.85)</a></span></li></ul></li></ul></div>"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "VERSION",
"execution_count": 1,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 1,
"data": {
"text/plain": "v\"1.6.0-DEV.616\""
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "using Pkg\nPkg.status(\"Plots\")\nPkg.status(\"GR\")",
"execution_count": 2,
"outputs": [
{
"output_type": "stream",
"text": "\u001b[32m\u001b[1mStatus\u001b[22m\u001b[39m `C:\\Users\\genkuroki\\.julia\\environments\\v1.6\\Project.toml`\n \u001b[90m [91a5bcdd] \u001b[39m\u001b[37mPlots v1.5.8\u001b[39m\n\u001b[32m\u001b[1mStatus\u001b[22m\u001b[39m `C:\\Users\\genkuroki\\.julia\\environments\\v1.6\\Project.toml`\n \u001b[90m [28b8d3ca] \u001b[39m\u001b[37mGR v0.51.0\u001b[39m\n",
"name": "stdout"
}
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## plot_color, :bglegend, :fglegend"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "using Plots\nPlots.reset_defaults()\n@show default(:bg)\n@show default(:fg)\n@show default(:bglegend)\n@show default(:fglegend)\n\ndefault(:bglegend, plot_color(default(:bg), 0.5))\ndefault(:fglegend, plot_color(ifelse(isdark(plot_color(default(:bg))), :white, :black), 0.6))\n@show default(:bglegend)\n@show default(:fglegend)\n\ngr()\nplot(sin, label=\"sin x\", size=(280, 150))",
"execution_count": 3,
"outputs": [
{
"output_type": "stream",
"text": "default(:bg) = RGB{N0f8}(1.0,1.0,1.0)\ndefault(:fg) = :auto\ndefault(:bglegend) = :match\ndefault(:fglegend) = :match\ndefault(:bglegend) = RGBA{Float64}(1.0,1.0,1.0,0.5)\ndefault(:fglegend) = RGBA{Float64}(0.0,0.0,0.0,0.6)\n",
"name": "stdout"
},
{
"output_type": "execute_result",
"execution_count": 3,
"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=\"280\" height=\"150\" viewBox=\"0 0 1120 600\">\n<defs>\n <clipPath id=\"clip020\">\n <rect x=\"0\" y=\"0\" width=\"1120\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip020)\" d=\"\nM0 600 L1120 600 L1120 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip021\">\n <rect x=\"224\" y=\"0\" width=\"785\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip020)\" d=\"\nM149.655 503.236 L1072.76 503.236 L1072.76 47.2441 L149.655 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip022\">\n <rect x=\"149\" y=\"47\" width=\"924\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 262.865,503.236 262.865,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 437.035,503.236 437.035,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 611.205,503.236 611.205,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 785.375,503.236 785.375,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 959.545,503.236 959.545,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,490.39 1072.76,490.39 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,382.795 1072.76,382.795 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,275.201 1072.76,275.201 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,167.606 1072.76,167.606 \n \"/>\n<polyline clip-path=\"url(#clip022)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,60.0117 1072.76,60.0117 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 1072.76,503.236 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 149.655,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 262.865,503.236 262.865,497.765 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 437.035,503.236 437.035,497.765 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 611.205,503.236 611.205,497.765 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 785.375,503.236 785.375,497.765 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 959.545,503.236 959.545,497.765 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,490.39 160.732,490.39 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,382.795 160.732,382.795 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,275.201 160.732,275.201 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,167.606 160.732,167.606 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,60.0117 160.732,60.0117 \n \"/>\n<path clip-path=\"url(#clip020)\" d=\"M 0 0 M242.877 535.424 L255.354 535.424 L255.354 539.221 L242.877 539.221 L242.877 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M273.27 519.822 L261.465 538.271 L273.27 538.271 L273.27 519.822 M272.043 515.748 L277.923 515.748 L277.923 538.271 L282.854 538.271 L282.854 542.16 L277.923 542.16 L277.923 550.308 L273.27 550.308 L273.27 542.16 L257.668 542.16 L257.668 537.646 L272.043 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M418.089 535.424 L430.565 535.424 L430.565 539.221 L418.089 539.221 L418.089 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M439.663 546.373 L455.982 546.373 L455.982 550.308 L434.038 550.308 L434.038 546.373 Q436.7 543.619 441.283 538.989 Q445.889 534.336 447.07 532.994 Q449.315 530.471 450.195 528.734 Q451.098 526.975 451.098 525.285 Q451.098 522.531 449.153 520.795 Q447.232 519.059 444.13 519.059 Q441.931 519.059 439.477 519.822 Q437.047 520.586 434.269 522.137 L434.269 517.415 Q437.093 516.281 439.547 515.702 Q442.001 515.123 444.038 515.123 Q449.408 515.123 452.602 517.809 Q455.797 520.494 455.797 524.985 Q455.797 527.114 454.987 529.035 Q454.2 530.934 452.093 533.526 Q451.514 534.197 448.413 537.415 Q445.311 540.609 439.663 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M611.205 518.827 Q607.594 518.827 605.766 522.392 Q603.96 525.934 603.96 533.063 Q603.96 540.17 605.766 543.734 Q607.594 547.276 611.205 547.276 Q614.84 547.276 616.645 543.734 Q618.474 540.17 618.474 533.063 Q618.474 525.934 616.645 522.392 Q614.84 518.827 611.205 518.827 M611.205 515.123 Q617.015 515.123 620.071 519.73 Q623.15 524.313 623.15 533.063 Q623.15 541.79 620.071 546.396 Q617.015 550.98 611.205 550.98 Q605.395 550.98 602.316 546.396 Q599.261 541.79 599.261 533.063 Q599.261 524.313 602.316 519.73 Q605.395 515.123 611.205 515.123 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M780.028 546.373 L796.348 546.373 L796.348 550.308 L774.403 550.308 L774.403 546.373 Q777.065 543.619 781.649 538.989 Q786.255 534.336 787.436 532.994 Q789.681 530.471 790.56 528.734 Q791.463 526.975 791.463 525.285 Q791.463 522.531 789.519 520.795 Q787.598 519.059 784.496 519.059 Q782.297 519.059 779.843 519.822 Q777.412 520.586 774.635 522.137 L774.635 517.415 Q777.459 516.281 779.912 515.702 Q782.366 515.123 784.403 515.123 Q789.773 515.123 792.968 517.809 Q796.162 520.494 796.162 524.985 Q796.162 527.114 795.352 529.035 Q794.565 530.934 792.459 533.526 Q791.88 534.197 788.778 537.415 Q785.676 540.609 780.028 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M962.555 519.822 L950.749 538.271 L962.555 538.271 L962.555 519.822 M961.328 515.748 L967.207 515.748 L967.207 538.271 L972.138 538.271 L972.138 542.16 L967.207 542.16 L967.207 550.308 L962.555 550.308 L962.555 542.16 L946.953 542.16 L946.953 537.646 L961.328 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M63.2236 492.786 L75.7004 492.786 L75.7004 496.582 L63.2236 496.582 L63.2236 492.786 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M81.58 503.735 L89.2188 503.735 L89.2188 477.369 L80.9087 479.036 L80.9087 474.777 L89.1725 473.11 L93.8484 473.11 L93.8484 503.735 L101.487 503.735 L101.487 507.67 L81.58 507.67 L81.58 503.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M106.557 501.79 L111.441 501.79 L111.441 507.67 L106.557 507.67 L106.557 501.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M126.51 476.189 Q122.899 476.189 121.071 479.753 Q119.265 483.295 119.265 490.425 Q119.265 497.531 121.071 501.096 Q122.899 504.638 126.51 504.638 Q130.145 504.638 131.95 501.096 Q133.779 497.531 133.779 490.425 Q133.779 483.295 131.95 479.753 Q130.145 476.189 126.51 476.189 M126.51 472.485 Q132.32 472.485 135.376 477.091 Q138.455 481.675 138.455 490.425 Q138.455 499.151 135.376 503.758 Q132.32 508.341 126.51 508.341 Q120.7 508.341 117.621 503.758 Q114.566 499.151 114.566 490.425 Q114.566 481.675 117.621 477.091 Q120.7 472.485 126.51 472.485 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M62.9921 385.191 L75.4689 385.191 L75.4689 388.987 L62.9921 388.987 L62.9921 385.191 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M90.5383 368.594 Q86.9272 368.594 85.0985 372.159 Q83.2929 375.701 83.2929 382.83 Q83.2929 389.937 85.0985 393.501 Q86.9272 397.043 90.5383 397.043 Q94.1725 397.043 95.9781 393.501 Q97.8068 389.937 97.8068 382.83 Q97.8068 375.701 95.9781 372.159 Q94.1725 368.594 90.5383 368.594 M90.5383 364.89 Q96.3484 364.89 99.404 369.497 Q102.483 374.08 102.483 382.83 Q102.483 391.557 99.404 396.163 Q96.3484 400.747 90.5383 400.747 Q84.7281 400.747 81.6494 396.163 Q78.5939 391.557 78.5939 382.83 Q78.5939 374.08 81.6494 369.497 Q84.7281 364.89 90.5383 364.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M107.552 394.196 L112.436 394.196 L112.436 400.075 L107.552 400.075 L107.552 394.196 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M117.552 365.515 L135.908 365.515 L135.908 369.451 L121.834 369.451 L121.834 377.923 Q122.853 377.576 123.871 377.413 Q124.89 377.228 125.908 377.228 Q131.695 377.228 135.075 380.4 Q138.455 383.571 138.455 388.987 Q138.455 394.566 134.982 397.668 Q131.51 400.747 125.191 400.747 Q123.015 400.747 120.746 400.376 Q118.501 400.006 116.094 399.265 L116.094 394.566 Q118.177 395.7 120.399 396.256 Q122.621 396.812 125.098 396.812 Q129.103 396.812 131.441 394.705 Q133.779 392.599 133.779 388.987 Q133.779 385.376 131.441 383.27 Q129.103 381.163 125.098 381.163 Q123.223 381.163 121.348 381.58 Q119.496 381.997 117.552 382.876 L117.552 365.515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M89.5429 261 Q85.9318 261 84.1031 264.564 Q82.2976 268.106 82.2976 275.236 Q82.2976 282.342 84.1031 285.907 Q85.9318 289.448 89.5429 289.448 Q93.1771 289.448 94.9827 285.907 Q96.8114 282.342 96.8114 275.236 Q96.8114 268.106 94.9827 264.564 Q93.1771 261 89.5429 261 M89.5429 257.296 Q95.3531 257.296 98.4086 261.902 Q101.487 266.486 101.487 275.236 Q101.487 283.962 98.4086 288.569 Q95.3531 293.152 89.5429 293.152 Q83.7328 293.152 80.6541 288.569 Q77.5985 283.962 77.5985 275.236 Q77.5985 266.486 80.6541 261.902 Q83.7328 257.296 89.5429 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M106.557 286.601 L111.441 286.601 L111.441 292.481 L106.557 292.481 L106.557 286.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M126.51 261 Q122.899 261 121.071 264.564 Q119.265 268.106 119.265 275.236 Q119.265 282.342 121.071 285.907 Q122.899 289.448 126.51 289.448 Q130.145 289.448 131.95 285.907 Q133.779 282.342 133.779 275.236 Q133.779 268.106 131.95 264.564 Q130.145 261 126.51 261 M126.51 257.296 Q132.32 257.296 135.376 261.902 Q138.455 266.486 138.455 275.236 Q138.455 283.962 135.376 288.569 Q132.32 293.152 126.51 293.152 Q120.7 293.152 117.621 288.569 Q114.566 283.962 114.566 275.236 Q114.566 266.486 117.621 261.902 Q120.7 257.296 126.51 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M90.5383 153.405 Q86.9272 153.405 85.0985 156.97 Q83.2929 160.511 83.2929 167.641 Q83.2929 174.747 85.0985 178.312 Q86.9272 181.854 90.5383 181.854 Q94.1725 181.854 95.9781 178.312 Q97.8068 174.747 97.8068 167.641 Q97.8068 160.511 95.9781 156.97 Q94.1725 153.405 90.5383 153.405 M90.5383 149.701 Q96.3484 149.701 99.404 154.308 Q102.483 158.891 102.483 167.641 Q102.483 176.368 99.404 180.974 Q96.3484 185.558 90.5383 185.558 Q84.7281 185.558 81.6494 180.974 Q78.5939 176.368 78.5939 167.641 Q78.5939 158.891 81.6494 154.308 Q84.7281 149.701 90.5383 149.701 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M107.552 179.007 L112.436 179.007 L112.436 184.886 L107.552 184.886 L107.552 179.007 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M117.552 150.326 L135.908 150.326 L135.908 154.261 L121.834 154.261 L121.834 162.734 Q122.853 162.386 123.871 162.224 Q124.89 162.039 125.908 162.039 Q131.695 162.039 135.075 165.21 Q138.455 168.382 138.455 173.798 Q138.455 179.377 134.982 182.479 Q131.51 185.558 125.191 185.558 Q123.015 185.558 120.746 185.187 Q118.501 184.817 116.094 184.076 L116.094 179.377 Q118.177 180.511 120.399 181.067 Q122.621 181.622 125.098 181.622 Q129.103 181.622 131.441 179.516 Q133.779 177.409 133.779 173.798 Q133.779 170.187 131.441 168.081 Q129.103 165.974 125.098 165.974 Q123.223 165.974 121.348 166.391 Q119.496 166.808 117.552 167.687 L117.552 150.326 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M81.58 73.3565 L89.2188 73.3565 L89.2188 46.9909 L80.9087 48.6576 L80.9087 44.3984 L89.1725 42.7317 L93.8484 42.7317 L93.8484 73.3565 L101.487 73.3565 L101.487 77.2917 L81.58 77.2917 L81.58 73.3565 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M106.557 71.4121 L111.441 71.4121 L111.441 77.2917 L106.557 77.2917 L106.557 71.4121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M126.51 45.8104 Q122.899 45.8104 121.071 49.3752 Q119.265 52.9168 119.265 60.0464 Q119.265 67.1529 121.071 70.7177 Q122.899 74.2593 126.51 74.2593 Q130.145 74.2593 131.95 70.7177 Q133.779 67.1529 133.779 60.0464 Q133.779 52.9168 131.95 49.3752 Q130.145 45.8104 126.51 45.8104 M126.51 42.1067 Q132.32 42.1067 135.376 46.7132 Q138.455 51.2965 138.455 60.0464 Q138.455 68.7732 135.376 73.3797 Q132.32 77.963 126.51 77.963 Q120.7 77.963 117.621 73.3797 Q114.566 68.7732 114.566 60.0464 Q114.566 51.2965 117.621 46.7132 Q120.7 42.1067 126.51 42.1067 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip022)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 175.78,68.8507 177.906,67.4221 180.032,66.1173 182.159,64.9371 184.285,63.8823 194.114,60.6506 203.944,60.1495 213.774,62.3854 223.603,67.3298 233.433,74.9197 \n 243.262,85.0587 253.092,97.6175 262.922,112.436 274.736,132.97 286.551,156.117 298.365,181.453 310.179,208.512 330.157,256.783 350.135,306.02 371.836,357.593 \n 393.538,404.075 403.541,422.978 413.545,439.933 423.548,454.716 433.552,467.134 444.277,477.633 455.001,485.066 465.726,489.32 476.451,490.331 488.876,487.429 \n 501.302,480.213 513.728,468.83 526.153,453.513 537.196,436.847 548.238,417.586 559.281,396.039 570.323,372.551 589.69,327.827 609.056,280.51 630.171,228.706 \n 651.286,179.621 661.906,156.877 672.526,135.891 683.146,116.974 693.766,100.407 705.508,85.1218 717.25,73.2866 728.992,65.1165 740.734,60.76 751.906,60.2283 \n 763.078,63.2298 774.25,69.7151 785.422,79.5778 797.038,93.2393 808.655,110.134 820.271,129.961 831.887,152.369 851.444,194.8 871.001,241.269 894.878,300.071 \n 918.755,357.016 929.978,381.915 941.2,405.045 952.423,426.021 963.645,444.496 972.635,457.283 981.625,468.131 990.614,476.925 999.604,483.572 1008.59,488 \n 1017.58,490.163 1026.57,490.037 1035.56,487.624 1038.33,486.424 1041.1,485.011 1043.86,483.386 1046.63,481.551 \n \"/>\n<path clip-path=\"url(#clip020)\" d=\"\nM843.285 183.404 L1041.99 183.404 L1041.99 62.4438 L843.285 62.4438 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 843.285,183.404 1041.99,183.404 1041.99,62.4438 843.285,62.4438 843.285,183.404 \n \"/>\n<polyline clip-path=\"url(#clip020)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 853.542,122.924 915.082,122.924 \n \"/>\n<path clip-path=\"url(#clip020)\" d=\"M 0 0 M943.765 115.042 L943.765 119.07 Q941.959 118.144 940.015 117.681 Q938.07 117.218 935.987 117.218 Q932.816 117.218 931.218 118.19 Q929.644 119.162 929.644 121.107 Q929.644 122.588 930.779 123.445 Q931.913 124.278 935.339 125.042 L936.797 125.366 Q941.334 126.338 943.232 128.121 Q945.153 129.88 945.153 133.051 Q945.153 136.662 942.283 138.769 Q939.436 140.875 934.436 140.875 Q932.353 140.875 930.084 140.458 Q927.839 140.065 925.339 139.255 L925.339 134.857 Q927.7 136.083 929.992 136.708 Q932.283 137.31 934.529 137.31 Q937.538 137.31 939.158 136.292 Q940.778 135.25 940.778 133.375 Q940.778 131.639 939.598 130.713 Q938.441 129.787 934.482 128.931 L933.001 128.584 Q929.042 127.75 927.283 126.037 Q925.524 124.301 925.524 121.292 Q925.524 117.635 928.117 115.644 Q930.709 113.653 935.478 113.653 Q937.839 113.653 939.922 114 Q942.005 114.347 943.765 115.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M949.621 114.278 L953.88 114.278 L953.88 140.204 L949.621 140.204 L949.621 114.278 M949.621 104.186 L953.88 104.186 L953.88 109.579 L949.621 109.579 L949.621 104.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M979.899 124.556 L979.899 140.204 L975.639 140.204 L975.639 124.695 Q975.639 121.014 974.204 119.185 Q972.769 117.357 969.899 117.357 Q966.45 117.357 964.459 119.556 Q962.468 121.755 962.468 125.551 L962.468 140.204 L958.186 140.204 L958.186 114.278 L962.468 114.278 L962.468 118.306 Q963.996 115.968 966.056 114.81 Q968.139 113.653 970.848 113.653 Q975.315 113.653 977.607 116.431 Q979.899 119.185 979.899 124.556 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip020)\" d=\"M 0 0 M1020.99 114.278 L1011.61 126.894 L1021.47 140.204 L1016.45 140.204 L1008.9 130.019 L1001.36 140.204 L996.334 140.204 L1006.4 126.639 L997.19 114.278 L1002.21 114.278 L1009.09 123.514 L1015.96 114.278 L1020.99 114.278 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## GR legend position (or width-and-height) bug?\n\n### default legend"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150))",
"execution_count": 4,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 4,
"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=\"280\" height=\"150\" viewBox=\"0 0 1120 600\">\n<defs>\n <clipPath id=\"clip060\">\n <rect x=\"0\" y=\"0\" width=\"1120\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip060)\" d=\"\nM0 600 L1120 600 L1120 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip061\">\n <rect x=\"224\" y=\"0\" width=\"785\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip060)\" d=\"\nM149.655 503.236 L1072.76 503.236 L1072.76 47.2441 L149.655 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip062\">\n <rect x=\"149\" y=\"47\" width=\"924\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 262.865,503.236 262.865,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 437.035,503.236 437.035,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 611.205,503.236 611.205,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 785.375,503.236 785.375,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 959.545,503.236 959.545,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,490.39 1072.76,490.39 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,382.795 1072.76,382.795 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,275.201 1072.76,275.201 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,167.606 1072.76,167.606 \n \"/>\n<polyline clip-path=\"url(#clip062)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,60.0117 1072.76,60.0117 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 1072.76,503.236 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 149.655,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 262.865,503.236 262.865,497.765 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 437.035,503.236 437.035,497.765 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 611.205,503.236 611.205,497.765 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 785.375,503.236 785.375,497.765 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 959.545,503.236 959.545,497.765 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,490.39 160.732,490.39 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,382.795 160.732,382.795 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,275.201 160.732,275.201 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,167.606 160.732,167.606 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,60.0117 160.732,60.0117 \n \"/>\n<path clip-path=\"url(#clip060)\" d=\"M 0 0 M242.877 535.424 L255.354 535.424 L255.354 539.221 L242.877 539.221 L242.877 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M273.27 519.822 L261.465 538.271 L273.27 538.271 L273.27 519.822 M272.043 515.748 L277.923 515.748 L277.923 538.271 L282.854 538.271 L282.854 542.16 L277.923 542.16 L277.923 550.308 L273.27 550.308 L273.27 542.16 L257.668 542.16 L257.668 537.646 L272.043 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M418.089 535.424 L430.565 535.424 L430.565 539.221 L418.089 539.221 L418.089 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M439.663 546.373 L455.982 546.373 L455.982 550.308 L434.038 550.308 L434.038 546.373 Q436.7 543.619 441.283 538.989 Q445.889 534.336 447.07 532.994 Q449.315 530.471 450.195 528.734 Q451.098 526.975 451.098 525.285 Q451.098 522.531 449.153 520.795 Q447.232 519.059 444.13 519.059 Q441.931 519.059 439.477 519.822 Q437.047 520.586 434.269 522.137 L434.269 517.415 Q437.093 516.281 439.547 515.702 Q442.001 515.123 444.038 515.123 Q449.408 515.123 452.602 517.809 Q455.797 520.494 455.797 524.985 Q455.797 527.114 454.987 529.035 Q454.2 530.934 452.093 533.526 Q451.514 534.197 448.413 537.415 Q445.311 540.609 439.663 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M611.205 518.827 Q607.594 518.827 605.766 522.392 Q603.96 525.934 603.96 533.063 Q603.96 540.17 605.766 543.734 Q607.594 547.276 611.205 547.276 Q614.84 547.276 616.645 543.734 Q618.474 540.17 618.474 533.063 Q618.474 525.934 616.645 522.392 Q614.84 518.827 611.205 518.827 M611.205 515.123 Q617.015 515.123 620.071 519.73 Q623.15 524.313 623.15 533.063 Q623.15 541.79 620.071 546.396 Q617.015 550.98 611.205 550.98 Q605.395 550.98 602.316 546.396 Q599.261 541.79 599.261 533.063 Q599.261 524.313 602.316 519.73 Q605.395 515.123 611.205 515.123 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M780.028 546.373 L796.348 546.373 L796.348 550.308 L774.403 550.308 L774.403 546.373 Q777.065 543.619 781.649 538.989 Q786.255 534.336 787.436 532.994 Q789.681 530.471 790.56 528.734 Q791.463 526.975 791.463 525.285 Q791.463 522.531 789.519 520.795 Q787.598 519.059 784.496 519.059 Q782.297 519.059 779.843 519.822 Q777.412 520.586 774.635 522.137 L774.635 517.415 Q777.459 516.281 779.912 515.702 Q782.366 515.123 784.403 515.123 Q789.773 515.123 792.968 517.809 Q796.162 520.494 796.162 524.985 Q796.162 527.114 795.352 529.035 Q794.565 530.934 792.459 533.526 Q791.88 534.197 788.778 537.415 Q785.676 540.609 780.028 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M962.555 519.822 L950.749 538.271 L962.555 538.271 L962.555 519.822 M961.328 515.748 L967.207 515.748 L967.207 538.271 L972.138 538.271 L972.138 542.16 L967.207 542.16 L967.207 550.308 L962.555 550.308 L962.555 542.16 L946.953 542.16 L946.953 537.646 L961.328 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M63.2236 492.786 L75.7004 492.786 L75.7004 496.582 L63.2236 496.582 L63.2236 492.786 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M81.58 503.735 L89.2188 503.735 L89.2188 477.369 L80.9087 479.036 L80.9087 474.777 L89.1725 473.11 L93.8484 473.11 L93.8484 503.735 L101.487 503.735 L101.487 507.67 L81.58 507.67 L81.58 503.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M106.557 501.79 L111.441 501.79 L111.441 507.67 L106.557 507.67 L106.557 501.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M126.51 476.189 Q122.899 476.189 121.071 479.753 Q119.265 483.295 119.265 490.425 Q119.265 497.531 121.071 501.096 Q122.899 504.638 126.51 504.638 Q130.145 504.638 131.95 501.096 Q133.779 497.531 133.779 490.425 Q133.779 483.295 131.95 479.753 Q130.145 476.189 126.51 476.189 M126.51 472.485 Q132.32 472.485 135.376 477.091 Q138.455 481.675 138.455 490.425 Q138.455 499.151 135.376 503.758 Q132.32 508.341 126.51 508.341 Q120.7 508.341 117.621 503.758 Q114.566 499.151 114.566 490.425 Q114.566 481.675 117.621 477.091 Q120.7 472.485 126.51 472.485 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M62.9921 385.191 L75.4689 385.191 L75.4689 388.987 L62.9921 388.987 L62.9921 385.191 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M90.5383 368.594 Q86.9272 368.594 85.0985 372.159 Q83.2929 375.701 83.2929 382.83 Q83.2929 389.937 85.0985 393.501 Q86.9272 397.043 90.5383 397.043 Q94.1725 397.043 95.9781 393.501 Q97.8068 389.937 97.8068 382.83 Q97.8068 375.701 95.9781 372.159 Q94.1725 368.594 90.5383 368.594 M90.5383 364.89 Q96.3484 364.89 99.404 369.497 Q102.483 374.08 102.483 382.83 Q102.483 391.557 99.404 396.163 Q96.3484 400.747 90.5383 400.747 Q84.7281 400.747 81.6494 396.163 Q78.5939 391.557 78.5939 382.83 Q78.5939 374.08 81.6494 369.497 Q84.7281 364.89 90.5383 364.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M107.552 394.196 L112.436 394.196 L112.436 400.075 L107.552 400.075 L107.552 394.196 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M117.552 365.515 L135.908 365.515 L135.908 369.451 L121.834 369.451 L121.834 377.923 Q122.853 377.576 123.871 377.413 Q124.89 377.228 125.908 377.228 Q131.695 377.228 135.075 380.4 Q138.455 383.571 138.455 388.987 Q138.455 394.566 134.982 397.668 Q131.51 400.747 125.191 400.747 Q123.015 400.747 120.746 400.376 Q118.501 400.006 116.094 399.265 L116.094 394.566 Q118.177 395.7 120.399 396.256 Q122.621 396.812 125.098 396.812 Q129.103 396.812 131.441 394.705 Q133.779 392.599 133.779 388.987 Q133.779 385.376 131.441 383.27 Q129.103 381.163 125.098 381.163 Q123.223 381.163 121.348 381.58 Q119.496 381.997 117.552 382.876 L117.552 365.515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M89.5429 261 Q85.9318 261 84.1031 264.564 Q82.2976 268.106 82.2976 275.236 Q82.2976 282.342 84.1031 285.907 Q85.9318 289.448 89.5429 289.448 Q93.1771 289.448 94.9827 285.907 Q96.8114 282.342 96.8114 275.236 Q96.8114 268.106 94.9827 264.564 Q93.1771 261 89.5429 261 M89.5429 257.296 Q95.3531 257.296 98.4086 261.902 Q101.487 266.486 101.487 275.236 Q101.487 283.962 98.4086 288.569 Q95.3531 293.152 89.5429 293.152 Q83.7328 293.152 80.6541 288.569 Q77.5985 283.962 77.5985 275.236 Q77.5985 266.486 80.6541 261.902 Q83.7328 257.296 89.5429 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M106.557 286.601 L111.441 286.601 L111.441 292.481 L106.557 292.481 L106.557 286.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M126.51 261 Q122.899 261 121.071 264.564 Q119.265 268.106 119.265 275.236 Q119.265 282.342 121.071 285.907 Q122.899 289.448 126.51 289.448 Q130.145 289.448 131.95 285.907 Q133.779 282.342 133.779 275.236 Q133.779 268.106 131.95 264.564 Q130.145 261 126.51 261 M126.51 257.296 Q132.32 257.296 135.376 261.902 Q138.455 266.486 138.455 275.236 Q138.455 283.962 135.376 288.569 Q132.32 293.152 126.51 293.152 Q120.7 293.152 117.621 288.569 Q114.566 283.962 114.566 275.236 Q114.566 266.486 117.621 261.902 Q120.7 257.296 126.51 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M90.5383 153.405 Q86.9272 153.405 85.0985 156.97 Q83.2929 160.511 83.2929 167.641 Q83.2929 174.747 85.0985 178.312 Q86.9272 181.854 90.5383 181.854 Q94.1725 181.854 95.9781 178.312 Q97.8068 174.747 97.8068 167.641 Q97.8068 160.511 95.9781 156.97 Q94.1725 153.405 90.5383 153.405 M90.5383 149.701 Q96.3484 149.701 99.404 154.308 Q102.483 158.891 102.483 167.641 Q102.483 176.368 99.404 180.974 Q96.3484 185.558 90.5383 185.558 Q84.7281 185.558 81.6494 180.974 Q78.5939 176.368 78.5939 167.641 Q78.5939 158.891 81.6494 154.308 Q84.7281 149.701 90.5383 149.701 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M107.552 179.007 L112.436 179.007 L112.436 184.886 L107.552 184.886 L107.552 179.007 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M117.552 150.326 L135.908 150.326 L135.908 154.261 L121.834 154.261 L121.834 162.734 Q122.853 162.386 123.871 162.224 Q124.89 162.039 125.908 162.039 Q131.695 162.039 135.075 165.21 Q138.455 168.382 138.455 173.798 Q138.455 179.377 134.982 182.479 Q131.51 185.558 125.191 185.558 Q123.015 185.558 120.746 185.187 Q118.501 184.817 116.094 184.076 L116.094 179.377 Q118.177 180.511 120.399 181.067 Q122.621 181.622 125.098 181.622 Q129.103 181.622 131.441 179.516 Q133.779 177.409 133.779 173.798 Q133.779 170.187 131.441 168.081 Q129.103 165.974 125.098 165.974 Q123.223 165.974 121.348 166.391 Q119.496 166.808 117.552 167.687 L117.552 150.326 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M81.58 73.3565 L89.2188 73.3565 L89.2188 46.9909 L80.9087 48.6576 L80.9087 44.3984 L89.1725 42.7317 L93.8484 42.7317 L93.8484 73.3565 L101.487 73.3565 L101.487 77.2917 L81.58 77.2917 L81.58 73.3565 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M106.557 71.4121 L111.441 71.4121 L111.441 77.2917 L106.557 77.2917 L106.557 71.4121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M126.51 45.8104 Q122.899 45.8104 121.071 49.3752 Q119.265 52.9168 119.265 60.0464 Q119.265 67.1529 121.071 70.7177 Q122.899 74.2593 126.51 74.2593 Q130.145 74.2593 131.95 70.7177 Q133.779 67.1529 133.779 60.0464 Q133.779 52.9168 131.95 49.3752 Q130.145 45.8104 126.51 45.8104 M126.51 42.1067 Q132.32 42.1067 135.376 46.7132 Q138.455 51.2965 138.455 60.0464 Q138.455 68.7732 135.376 73.3797 Q132.32 77.963 126.51 77.963 Q120.7 77.963 117.621 73.3797 Q114.566 68.7732 114.566 60.0464 Q114.566 51.2965 117.621 46.7132 Q120.7 42.1067 126.51 42.1067 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip062)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 175.78,68.8507 177.906,67.4221 180.032,66.1173 182.159,64.9371 184.285,63.8823 194.114,60.6506 203.944,60.1495 213.774,62.3854 223.603,67.3298 233.433,74.9197 \n 243.262,85.0587 253.092,97.6175 262.922,112.436 274.736,132.97 286.551,156.117 298.365,181.453 310.179,208.512 330.157,256.783 350.135,306.02 371.836,357.593 \n 393.538,404.075 403.541,422.978 413.545,439.933 423.548,454.716 433.552,467.134 444.277,477.633 455.001,485.066 465.726,489.32 476.451,490.331 488.876,487.429 \n 501.302,480.213 513.728,468.83 526.153,453.513 537.196,436.847 548.238,417.586 559.281,396.039 570.323,372.551 589.69,327.827 609.056,280.51 630.171,228.706 \n 651.286,179.621 661.906,156.877 672.526,135.891 683.146,116.974 693.766,100.407 705.508,85.1218 717.25,73.2866 728.992,65.1165 740.734,60.76 751.906,60.2283 \n 763.078,63.2298 774.25,69.7151 785.422,79.5778 797.038,93.2393 808.655,110.134 820.271,129.961 831.887,152.369 851.444,194.8 871.001,241.269 894.878,300.071 \n 918.755,357.016 929.978,381.915 941.2,405.045 952.423,426.021 963.645,444.496 972.635,457.283 981.625,468.131 990.614,476.925 999.604,483.572 1008.59,488 \n 1017.58,490.163 1026.57,490.037 1035.56,487.624 1038.33,486.424 1041.1,485.011 1043.86,483.386 1046.63,481.551 \n \"/>\n<path clip-path=\"url(#clip060)\" d=\"\nM843.285 183.404 L1041.99 183.404 L1041.99 62.4438 L843.285 62.4438 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 843.285,183.404 1041.99,183.404 1041.99,62.4438 843.285,62.4438 843.285,183.404 \n \"/>\n<polyline clip-path=\"url(#clip060)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 853.542,122.924 915.082,122.924 \n \"/>\n<path clip-path=\"url(#clip060)\" d=\"M 0 0 M943.765 115.042 L943.765 119.07 Q941.959 118.144 940.015 117.681 Q938.07 117.218 935.987 117.218 Q932.816 117.218 931.218 118.19 Q929.644 119.162 929.644 121.107 Q929.644 122.588 930.779 123.445 Q931.913 124.278 935.339 125.042 L936.797 125.366 Q941.334 126.338 943.232 128.121 Q945.153 129.88 945.153 133.051 Q945.153 136.662 942.283 138.769 Q939.436 140.875 934.436 140.875 Q932.353 140.875 930.084 140.458 Q927.839 140.065 925.339 139.255 L925.339 134.857 Q927.7 136.083 929.992 136.708 Q932.283 137.31 934.529 137.31 Q937.538 137.31 939.158 136.292 Q940.778 135.25 940.778 133.375 Q940.778 131.639 939.598 130.713 Q938.441 129.787 934.482 128.931 L933.001 128.584 Q929.042 127.75 927.283 126.037 Q925.524 124.301 925.524 121.292 Q925.524 117.635 928.117 115.644 Q930.709 113.653 935.478 113.653 Q937.839 113.653 939.922 114 Q942.005 114.347 943.765 115.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M949.621 114.278 L953.88 114.278 L953.88 140.204 L949.621 140.204 L949.621 114.278 M949.621 104.186 L953.88 104.186 L953.88 109.579 L949.621 109.579 L949.621 104.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M979.899 124.556 L979.899 140.204 L975.639 140.204 L975.639 124.695 Q975.639 121.014 974.204 119.185 Q972.769 117.357 969.899 117.357 Q966.45 117.357 964.459 119.556 Q962.468 121.755 962.468 125.551 L962.468 140.204 L958.186 140.204 L958.186 114.278 L962.468 114.278 L962.468 118.306 Q963.996 115.968 966.056 114.81 Q968.139 113.653 970.848 113.653 Q975.315 113.653 977.607 116.431 Q979.899 119.185 979.899 124.556 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip060)\" d=\"M 0 0 M1020.99 114.278 L1011.61 126.894 L1021.47 140.204 L1016.45 140.204 L1008.9 130.019 L1001.36 140.204 L996.334 140.204 L1006.4 126.639 L997.19 114.278 L1002.21 114.278 L1009.09 123.514 L1015.96 114.278 L1020.99 114.278 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150))\nP2 = deepcopy(P1)\nplot(P1, P2, size=(560, 150))",
"execution_count": 5,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 5,
"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=\"560\" height=\"150\" viewBox=\"0 0 2240 600\">\n<defs>\n <clipPath id=\"clip100\">\n <rect x=\"0\" y=\"0\" width=\"2240\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip100)\" d=\"\nM0 600 L2240 600 L2240 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip101\">\n <rect x=\"448\" y=\"0\" width=\"1569\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip100)\" d=\"\nM160.855 517.122 L1072.76 517.122 L1072.76 47.2441 L160.855 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip102\">\n <rect x=\"160\" y=\"47\" width=\"913\" height=\"471\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,517.122 272.692,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,517.122 444.748,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,517.122 616.805,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,517.122 788.862,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,517.122 960.919,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,503.884 1072.76,503.884 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,393.013 1072.76,393.013 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,282.142 1072.76,282.142 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,171.271 1072.76,171.271 \n \"/>\n<polyline clip-path=\"url(#clip102)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,60.4005 1072.76,60.4005 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,517.122 1072.76,517.122 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,517.122 160.855,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,517.122 272.692,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,517.122 444.748,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,517.122 616.805,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,517.122 788.862,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,517.122 960.919,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,503.884 171.797,503.884 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,393.013 171.797,393.013 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,282.142 171.797,282.142 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,171.271 171.797,171.271 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,60.4005 171.797,60.4005 \n \"/>\n<path clip-path=\"url(#clip100)\" d=\"M 0 0 M252.703 554.91 L265.18 554.91 L265.18 558.706 L252.703 558.706 L252.703 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M283.097 539.308 L271.291 557.757 L283.097 557.757 L283.097 539.308 M281.87 535.234 L287.749 535.234 L287.749 557.757 L292.68 557.757 L292.68 561.646 L287.749 561.646 L287.749 569.794 L283.097 569.794 L283.097 561.646 L267.495 561.646 L267.495 557.132 L281.87 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M425.802 554.91 L438.279 554.91 L438.279 558.706 L425.802 558.706 L425.802 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M447.376 565.859 L463.695 565.859 L463.695 569.794 L441.751 569.794 L441.751 565.859 Q444.413 563.104 448.996 558.475 Q453.603 553.822 454.783 552.479 Q457.028 549.956 457.908 548.22 Q458.811 546.461 458.811 544.771 Q458.811 542.017 456.866 540.28 Q454.945 538.544 451.843 538.544 Q449.644 538.544 447.191 539.308 Q444.76 540.072 441.982 541.623 L441.982 536.901 Q444.806 535.767 447.26 535.188 Q449.714 534.609 451.751 534.609 Q457.121 534.609 460.316 537.294 Q463.51 539.98 463.51 544.47 Q463.51 546.6 462.7 548.521 Q461.913 550.419 459.806 553.012 Q459.228 553.683 456.126 556.901 Q453.024 560.095 447.376 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M616.805 538.313 Q613.194 538.313 611.366 541.878 Q609.56 545.419 609.56 552.549 Q609.56 559.655 611.366 563.22 Q613.194 566.762 616.805 566.762 Q620.44 566.762 622.245 563.22 Q624.074 559.655 624.074 552.549 Q624.074 545.419 622.245 541.878 Q620.44 538.313 616.805 538.313 M616.805 534.609 Q622.615 534.609 625.671 539.216 Q628.75 543.799 628.75 552.549 Q628.75 561.276 625.671 565.882 Q622.615 570.465 616.805 570.465 Q610.995 570.465 607.916 565.882 Q604.861 561.276 604.861 552.549 Q604.861 543.799 607.916 539.216 Q610.995 534.609 616.805 534.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M783.515 565.859 L799.834 565.859 L799.834 569.794 L777.89 569.794 L777.89 565.859 Q780.552 563.104 785.135 558.475 Q789.742 553.822 790.922 552.479 Q793.168 549.956 794.047 548.22 Q794.95 546.461 794.95 544.771 Q794.95 542.017 793.006 540.28 Q791.084 538.544 787.983 538.544 Q785.783 538.544 783.33 539.308 Q780.899 540.072 778.121 541.623 L778.121 536.901 Q780.946 535.767 783.399 535.188 Q785.853 534.609 787.89 534.609 Q793.26 534.609 796.455 537.294 Q799.649 539.98 799.649 544.47 Q799.649 546.6 798.839 548.521 Q798.052 550.419 795.945 553.012 Q795.367 553.683 792.265 556.901 Q789.163 560.095 783.515 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M963.928 539.308 L952.123 557.757 L963.928 557.757 L963.928 539.308 M962.701 535.234 L968.581 535.234 L968.581 557.757 L973.511 557.757 L973.511 561.646 L968.581 561.646 L968.581 569.794 L963.928 569.794 L963.928 561.646 L948.326 561.646 L948.326 557.132 L962.701 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M63.2236 506.28 L75.7004 506.28 L75.7004 510.077 L63.2236 510.077 L63.2236 506.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M81.58 517.229 L89.2188 517.229 L89.2188 490.864 L80.9087 492.53 L80.9087 488.271 L89.1725 486.604 L93.8484 486.604 L93.8484 517.229 L101.487 517.229 L101.487 521.164 L81.58 521.164 L81.58 517.229 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M106.557 515.285 L111.441 515.285 L111.441 521.164 L106.557 521.164 L106.557 515.285 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M126.51 489.683 Q122.899 489.683 121.071 493.248 Q119.265 496.79 119.265 503.919 Q119.265 511.026 121.071 514.59 Q122.899 518.132 126.51 518.132 Q130.145 518.132 131.95 514.59 Q133.779 511.026 133.779 503.919 Q133.779 496.79 131.95 493.248 Q130.145 489.683 126.51 489.683 M126.51 485.979 Q132.32 485.979 135.376 490.586 Q138.455 495.169 138.455 503.919 Q138.455 512.646 135.376 517.252 Q132.32 521.836 126.51 521.836 Q120.7 521.836 117.621 517.252 Q114.566 512.646 114.566 503.919 Q114.566 495.169 117.621 490.586 Q120.7 485.979 126.51 485.979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M62.9921 395.409 L75.4689 395.409 L75.4689 399.206 L62.9921 399.206 L62.9921 395.409 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M90.5383 378.812 Q86.9272 378.812 85.0985 382.377 Q83.2929 385.919 83.2929 393.048 Q83.2929 400.155 85.0985 403.719 Q86.9272 407.261 90.5383 407.261 Q94.1725 407.261 95.9781 403.719 Q97.8068 400.155 97.8068 393.048 Q97.8068 385.919 95.9781 382.377 Q94.1725 378.812 90.5383 378.812 M90.5383 375.108 Q96.3484 375.108 99.404 379.715 Q102.483 384.298 102.483 393.048 Q102.483 401.775 99.404 406.381 Q96.3484 410.965 90.5383 410.965 Q84.7281 410.965 81.6494 406.381 Q78.5939 401.775 78.5939 393.048 Q78.5939 384.298 81.6494 379.715 Q84.7281 375.108 90.5383 375.108 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M107.552 404.414 L112.436 404.414 L112.436 410.293 L107.552 410.293 L107.552 404.414 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M117.552 375.733 L135.908 375.733 L135.908 379.669 L121.834 379.669 L121.834 388.141 Q122.853 387.794 123.871 387.632 Q124.89 387.446 125.908 387.446 Q131.695 387.446 135.075 390.618 Q138.455 393.789 138.455 399.206 Q138.455 404.784 134.982 407.886 Q131.51 410.965 125.191 410.965 Q123.015 410.965 120.746 410.594 Q118.501 410.224 116.094 409.483 L116.094 404.784 Q118.177 405.918 120.399 406.474 Q122.621 407.03 125.098 407.03 Q129.103 407.03 131.441 404.923 Q133.779 402.817 133.779 399.206 Q133.779 395.594 131.441 393.488 Q129.103 391.382 125.098 391.382 Q123.223 391.382 121.348 391.798 Q119.496 392.215 117.552 393.094 L117.552 375.733 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M89.5429 267.941 Q85.9318 267.941 84.1031 271.506 Q82.2976 275.048 82.2976 282.177 Q82.2976 289.284 84.1031 292.848 Q85.9318 296.39 89.5429 296.39 Q93.1771 296.39 94.9827 292.848 Q96.8114 289.284 96.8114 282.177 Q96.8114 275.048 94.9827 271.506 Q93.1771 267.941 89.5429 267.941 M89.5429 264.237 Q95.3531 264.237 98.4086 268.844 Q101.487 273.427 101.487 282.177 Q101.487 290.904 98.4086 295.51 Q95.3531 300.094 89.5429 300.094 Q83.7328 300.094 80.6541 295.51 Q77.5985 290.904 77.5985 282.177 Q77.5985 273.427 80.6541 268.844 Q83.7328 264.237 89.5429 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M106.557 293.543 L111.441 293.543 L111.441 299.422 L106.557 299.422 L106.557 293.543 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M126.51 267.941 Q122.899 267.941 121.071 271.506 Q119.265 275.048 119.265 282.177 Q119.265 289.284 121.071 292.848 Q122.899 296.39 126.51 296.39 Q130.145 296.39 131.95 292.848 Q133.779 289.284 133.779 282.177 Q133.779 275.048 131.95 271.506 Q130.145 267.941 126.51 267.941 M126.51 264.237 Q132.32 264.237 135.376 268.844 Q138.455 273.427 138.455 282.177 Q138.455 290.904 135.376 295.51 Q132.32 300.094 126.51 300.094 Q120.7 300.094 117.621 295.51 Q114.566 290.904 114.566 282.177 Q114.566 273.427 117.621 268.844 Q120.7 264.237 126.51 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M90.5383 157.07 Q86.9272 157.07 85.0985 160.635 Q83.2929 164.177 83.2929 171.306 Q83.2929 178.413 85.0985 181.977 Q86.9272 185.519 90.5383 185.519 Q94.1725 185.519 95.9781 181.977 Q97.8068 178.413 97.8068 171.306 Q97.8068 164.177 95.9781 160.635 Q94.1725 157.07 90.5383 157.07 M90.5383 153.366 Q96.3484 153.366 99.404 157.973 Q102.483 162.556 102.483 171.306 Q102.483 180.033 99.404 184.639 Q96.3484 189.223 90.5383 189.223 Q84.7281 189.223 81.6494 184.639 Q78.5939 180.033 78.5939 171.306 Q78.5939 162.556 81.6494 157.973 Q84.7281 153.366 90.5383 153.366 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M107.552 182.672 L112.436 182.672 L112.436 188.551 L107.552 188.551 L107.552 182.672 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M117.552 153.991 L135.908 153.991 L135.908 157.927 L121.834 157.927 L121.834 166.399 Q122.853 166.052 123.871 165.89 Q124.89 165.704 125.908 165.704 Q131.695 165.704 135.075 168.876 Q138.455 172.047 138.455 177.464 Q138.455 183.042 134.982 186.144 Q131.51 189.223 125.191 189.223 Q123.015 189.223 120.746 188.852 Q118.501 188.482 116.094 187.741 L116.094 183.042 Q118.177 184.177 120.399 184.732 Q122.621 185.288 125.098 185.288 Q129.103 185.288 131.441 183.181 Q133.779 181.075 133.779 177.464 Q133.779 173.852 131.441 171.746 Q129.103 169.64 125.098 169.64 Q123.223 169.64 121.348 170.056 Q119.496 170.473 117.552 171.352 L117.552 153.991 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M81.58 73.7453 L89.2188 73.7453 L89.2188 47.3797 L80.9087 49.0464 L80.9087 44.7871 L89.1725 43.1205 L93.8484 43.1205 L93.8484 73.7453 L101.487 73.7453 L101.487 77.6805 L81.58 77.6805 L81.58 73.7453 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M106.557 71.8009 L111.441 71.8009 L111.441 77.6805 L106.557 77.6805 L106.557 71.8009 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M126.51 46.1992 Q122.899 46.1992 121.071 49.764 Q119.265 53.3056 119.265 60.4352 Q119.265 67.5417 121.071 71.1065 Q122.899 74.6481 126.51 74.6481 Q130.145 74.6481 131.95 71.1065 Q133.779 67.5417 133.779 60.4352 Q133.779 53.3056 131.95 49.764 Q130.145 46.1992 126.51 46.1992 M126.51 42.4955 Q132.32 42.4955 135.376 47.1019 Q138.455 51.6853 138.455 60.4352 Q138.455 69.162 135.376 73.7685 Q132.32 78.3518 126.51 78.3518 Q120.7 78.3518 117.621 73.7685 Q114.566 69.162 114.566 60.4352 Q114.566 51.6853 117.621 47.1019 Q120.7 42.4955 126.51 42.4955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip102)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,69.5087 188.764,68.0366 190.864,66.692 192.964,65.4759 195.065,64.3889 204.775,61.0589 214.485,60.5425 224.196,62.8465 233.906,67.9414 243.616,75.7625 \n 253.327,86.2102 263.037,99.1515 272.747,114.422 284.419,135.581 296.09,159.433 307.761,185.54 319.432,213.422 339.167,263.164 358.903,313.9 380.341,367.043 \n 401.779,414.941 411.661,434.42 421.543,451.891 431.425,467.125 441.307,479.92 451.902,490.739 462.496,498.399 473.091,502.782 483.686,503.824 495.961,500.833 \n 508.236,493.398 520.51,481.668 532.785,465.884 543.694,448.711 554.602,428.864 565.511,406.66 576.419,382.457 595.551,336.371 614.682,287.614 635.541,234.231 \n 656.399,183.652 666.891,160.216 677.382,138.59 687.873,119.097 698.364,102.026 709.964,86.2752 721.563,74.0796 733.163,65.6608 744.762,61.1716 755.798,60.6237 \n 766.835,63.7166 777.872,70.3994 788.908,80.5624 800.384,94.64 811.859,112.049 823.334,132.48 834.81,155.57 854.13,199.293 873.449,247.177 897.037,307.77 \n 920.624,366.449 931.71,392.106 942.796,415.94 953.883,437.555 964.969,456.593 973.85,469.769 982.73,480.948 991.611,490.01 1000.49,496.859 1009.37,501.422 \n 1018.25,503.651 1027.13,503.521 1036.01,501.034 1038.75,499.797 1041.48,498.341 1044.21,496.667 1046.95,494.776 \n \"/>\n<path clip-path=\"url(#clip100)\" d=\"\nM844.903 183.867 L1042.36 183.867 L1042.36 62.9067 L844.903 62.9067 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 844.903,183.867 1042.36,183.867 1042.36,62.9067 844.903,62.9067 844.903,183.867 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 855.035,123.387 915.829,123.387 \n \"/>\n<path clip-path=\"url(#clip100)\" d=\"M 0 0 M944.387 115.505 L944.387 119.533 Q942.581 118.607 940.637 118.144 Q938.692 117.681 936.609 117.681 Q933.438 117.681 931.841 118.653 Q930.267 119.625 930.267 121.57 Q930.267 123.051 931.401 123.908 Q932.535 124.741 935.961 125.505 L937.419 125.829 Q941.956 126.801 943.854 128.583 Q945.776 130.343 945.776 133.514 Q945.776 137.125 942.905 139.232 Q940.058 141.338 935.058 141.338 Q932.975 141.338 930.706 140.921 Q928.461 140.528 925.961 139.718 L925.961 135.32 Q928.322 136.546 930.614 137.171 Q932.905 137.773 935.151 137.773 Q938.16 137.773 939.78 136.755 Q941.401 135.713 941.401 133.838 Q941.401 132.102 940.22 131.176 Q939.063 130.25 935.104 129.394 L933.623 129.046 Q929.665 128.213 927.905 126.5 Q926.146 124.764 926.146 121.755 Q926.146 118.097 928.739 116.107 Q931.331 114.116 936.1 114.116 Q938.461 114.116 940.544 114.463 Q942.628 114.81 944.387 115.505 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M950.243 114.741 L954.502 114.741 L954.502 140.667 L950.243 140.667 L950.243 114.741 M950.243 104.648 L954.502 104.648 L954.502 110.042 L950.243 110.042 L950.243 104.648 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M980.521 125.019 L980.521 140.667 L976.262 140.667 L976.262 125.158 Q976.262 121.477 974.826 119.648 Q973.391 117.82 970.521 117.82 Q967.072 117.82 965.081 120.019 Q963.09 122.218 963.09 126.014 L963.09 140.667 L958.808 140.667 L958.808 114.741 L963.09 114.741 L963.09 118.769 Q964.618 116.431 966.678 115.273 Q968.762 114.116 971.47 114.116 Q975.938 114.116 978.229 116.894 Q980.521 119.648 980.521 125.019 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1021.61 114.741 L1012.23 127.357 L1022.09 140.667 L1017.07 140.667 L1009.53 130.482 L1001.98 140.667 L996.956 140.667 L1007.03 127.102 L997.812 114.741 L1002.84 114.741 L1009.71 123.977 L1016.59 114.741 L1021.61 114.741 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"\nM1280.85 517.122 L2192.76 517.122 L2192.76 47.2441 L1280.85 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip103\">\n <rect x=\"1280\" y=\"47\" width=\"913\" height=\"471\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,517.122 1392.69,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,517.122 1564.75,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,517.122 1736.81,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,517.122 1908.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,517.122 2080.92,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,503.884 2192.76,503.884 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,393.013 2192.76,393.013 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,282.142 2192.76,282.142 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,171.271 2192.76,171.271 \n \"/>\n<polyline clip-path=\"url(#clip103)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,60.4005 2192.76,60.4005 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,517.122 2192.76,517.122 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,517.122 1280.85,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,517.122 1392.69,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,517.122 1564.75,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,517.122 1736.81,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,517.122 1908.86,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,517.122 2080.92,511.484 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,503.884 1291.8,503.884 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,393.013 1291.8,393.013 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,282.142 1291.8,282.142 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,171.271 1291.8,171.271 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,60.4005 1291.8,60.4005 \n \"/>\n<path clip-path=\"url(#clip100)\" d=\"M 0 0 M1372.7 554.91 L1385.18 554.91 L1385.18 558.706 L1372.7 558.706 L1372.7 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1403.1 539.308 L1391.29 557.757 L1403.1 557.757 L1403.1 539.308 M1401.87 535.234 L1407.75 535.234 L1407.75 557.757 L1412.68 557.757 L1412.68 561.646 L1407.75 561.646 L1407.75 569.794 L1403.1 569.794 L1403.1 561.646 L1387.49 561.646 L1387.49 557.132 L1401.87 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1545.8 554.91 L1558.28 554.91 L1558.28 558.706 L1545.8 558.706 L1545.8 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1567.38 565.859 L1583.7 565.859 L1583.7 569.794 L1561.75 569.794 L1561.75 565.859 Q1564.41 563.104 1569 558.475 Q1573.6 553.822 1574.78 552.479 Q1577.03 549.956 1577.91 548.22 Q1578.81 546.461 1578.81 544.771 Q1578.81 542.017 1576.87 540.28 Q1574.95 538.544 1571.84 538.544 Q1569.64 538.544 1567.19 539.308 Q1564.76 540.072 1561.98 541.623 L1561.98 536.901 Q1564.81 535.767 1567.26 535.188 Q1569.71 534.609 1571.75 534.609 Q1577.12 534.609 1580.32 537.294 Q1583.51 539.98 1583.51 544.47 Q1583.51 546.6 1582.7 548.521 Q1581.91 550.419 1579.81 553.012 Q1579.23 553.683 1576.13 556.901 Q1573.02 560.095 1567.38 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1736.81 538.313 Q1733.19 538.313 1731.37 541.878 Q1729.56 545.419 1729.56 552.549 Q1729.56 559.655 1731.37 563.22 Q1733.19 566.762 1736.81 566.762 Q1740.44 566.762 1742.25 563.22 Q1744.07 559.655 1744.07 552.549 Q1744.07 545.419 1742.25 541.878 Q1740.44 538.313 1736.81 538.313 M1736.81 534.609 Q1742.62 534.609 1745.67 539.216 Q1748.75 543.799 1748.75 552.549 Q1748.75 561.276 1745.67 565.882 Q1742.62 570.465 1736.81 570.465 Q1731 570.465 1727.92 565.882 Q1724.86 561.276 1724.86 552.549 Q1724.86 543.799 1727.92 539.216 Q1731 534.609 1736.81 534.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1903.51 565.859 L1919.83 565.859 L1919.83 569.794 L1897.89 569.794 L1897.89 565.859 Q1900.55 563.104 1905.14 558.475 Q1909.74 553.822 1910.92 552.479 Q1913.17 549.956 1914.05 548.22 Q1914.95 546.461 1914.95 544.771 Q1914.95 542.017 1913.01 540.28 Q1911.08 538.544 1907.98 538.544 Q1905.78 538.544 1903.33 539.308 Q1900.9 540.072 1898.12 541.623 L1898.12 536.901 Q1900.95 535.767 1903.4 535.188 Q1905.85 534.609 1907.89 534.609 Q1913.26 534.609 1916.45 537.294 Q1919.65 539.98 1919.65 544.47 Q1919.65 546.6 1918.84 548.521 Q1918.05 550.419 1915.95 553.012 Q1915.37 553.683 1912.26 556.901 Q1909.16 560.095 1903.51 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M2083.93 539.308 L2072.12 557.757 L2083.93 557.757 L2083.93 539.308 M2082.7 535.234 L2088.58 535.234 L2088.58 557.757 L2093.51 557.757 L2093.51 561.646 L2088.58 561.646 L2088.58 569.794 L2083.93 569.794 L2083.93 561.646 L2068.33 561.646 L2068.33 557.132 L2082.7 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1183.22 506.28 L1195.7 506.28 L1195.7 510.077 L1183.22 510.077 L1183.22 506.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1201.58 517.229 L1209.22 517.229 L1209.22 490.864 L1200.91 492.53 L1200.91 488.271 L1209.17 486.604 L1213.85 486.604 L1213.85 517.229 L1221.49 517.229 L1221.49 521.164 L1201.58 521.164 L1201.58 517.229 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1226.56 515.285 L1231.44 515.285 L1231.44 521.164 L1226.56 521.164 L1226.56 515.285 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1246.51 489.683 Q1242.9 489.683 1241.07 493.248 Q1239.26 496.79 1239.26 503.919 Q1239.26 511.026 1241.07 514.59 Q1242.9 518.132 1246.51 518.132 Q1250.14 518.132 1251.95 514.59 Q1253.78 511.026 1253.78 503.919 Q1253.78 496.79 1251.95 493.248 Q1250.14 489.683 1246.51 489.683 M1246.51 485.979 Q1252.32 485.979 1255.38 490.586 Q1258.45 495.169 1258.45 503.919 Q1258.45 512.646 1255.38 517.252 Q1252.32 521.836 1246.51 521.836 Q1240.7 521.836 1237.62 517.252 Q1234.57 512.646 1234.57 503.919 Q1234.57 495.169 1237.62 490.586 Q1240.7 485.979 1246.51 485.979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1182.99 395.409 L1195.47 395.409 L1195.47 399.206 L1182.99 399.206 L1182.99 395.409 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1210.54 378.812 Q1206.93 378.812 1205.1 382.377 Q1203.29 385.919 1203.29 393.048 Q1203.29 400.155 1205.1 403.719 Q1206.93 407.261 1210.54 407.261 Q1214.17 407.261 1215.98 403.719 Q1217.81 400.155 1217.81 393.048 Q1217.81 385.919 1215.98 382.377 Q1214.17 378.812 1210.54 378.812 M1210.54 375.108 Q1216.35 375.108 1219.4 379.715 Q1222.48 384.298 1222.48 393.048 Q1222.48 401.775 1219.4 406.381 Q1216.35 410.965 1210.54 410.965 Q1204.73 410.965 1201.65 406.381 Q1198.59 401.775 1198.59 393.048 Q1198.59 384.298 1201.65 379.715 Q1204.73 375.108 1210.54 375.108 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1227.55 404.414 L1232.44 404.414 L1232.44 410.293 L1227.55 410.293 L1227.55 404.414 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1237.55 375.733 L1255.91 375.733 L1255.91 379.669 L1241.83 379.669 L1241.83 388.141 Q1242.85 387.794 1243.87 387.632 Q1244.89 387.446 1245.91 387.446 Q1251.7 387.446 1255.08 390.618 Q1258.45 393.789 1258.45 399.206 Q1258.45 404.784 1254.98 407.886 Q1251.51 410.965 1245.19 410.965 Q1243.01 410.965 1240.75 410.594 Q1238.5 410.224 1236.09 409.483 L1236.09 404.784 Q1238.18 405.918 1240.4 406.474 Q1242.62 407.03 1245.1 407.03 Q1249.1 407.03 1251.44 404.923 Q1253.78 402.817 1253.78 399.206 Q1253.78 395.594 1251.44 393.488 Q1249.1 391.382 1245.1 391.382 Q1243.22 391.382 1241.35 391.798 Q1239.5 392.215 1237.55 393.094 L1237.55 375.733 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1209.54 267.941 Q1205.93 267.941 1204.1 271.506 Q1202.3 275.048 1202.3 282.177 Q1202.3 289.284 1204.1 292.848 Q1205.93 296.39 1209.54 296.39 Q1213.18 296.39 1214.98 292.848 Q1216.81 289.284 1216.81 282.177 Q1216.81 275.048 1214.98 271.506 Q1213.18 267.941 1209.54 267.941 M1209.54 264.237 Q1215.35 264.237 1218.41 268.844 Q1221.49 273.427 1221.49 282.177 Q1221.49 290.904 1218.41 295.51 Q1215.35 300.094 1209.54 300.094 Q1203.73 300.094 1200.65 295.51 Q1197.6 290.904 1197.6 282.177 Q1197.6 273.427 1200.65 268.844 Q1203.73 264.237 1209.54 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1226.56 293.543 L1231.44 293.543 L1231.44 299.422 L1226.56 299.422 L1226.56 293.543 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1246.51 267.941 Q1242.9 267.941 1241.07 271.506 Q1239.26 275.048 1239.26 282.177 Q1239.26 289.284 1241.07 292.848 Q1242.9 296.39 1246.51 296.39 Q1250.14 296.39 1251.95 292.848 Q1253.78 289.284 1253.78 282.177 Q1253.78 275.048 1251.95 271.506 Q1250.14 267.941 1246.51 267.941 M1246.51 264.237 Q1252.32 264.237 1255.38 268.844 Q1258.45 273.427 1258.45 282.177 Q1258.45 290.904 1255.38 295.51 Q1252.32 300.094 1246.51 300.094 Q1240.7 300.094 1237.62 295.51 Q1234.57 290.904 1234.57 282.177 Q1234.57 273.427 1237.62 268.844 Q1240.7 264.237 1246.51 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1210.54 157.07 Q1206.93 157.07 1205.1 160.635 Q1203.29 164.177 1203.29 171.306 Q1203.29 178.413 1205.1 181.977 Q1206.93 185.519 1210.54 185.519 Q1214.17 185.519 1215.98 181.977 Q1217.81 178.413 1217.81 171.306 Q1217.81 164.177 1215.98 160.635 Q1214.17 157.07 1210.54 157.07 M1210.54 153.366 Q1216.35 153.366 1219.4 157.973 Q1222.48 162.556 1222.48 171.306 Q1222.48 180.033 1219.4 184.639 Q1216.35 189.223 1210.54 189.223 Q1204.73 189.223 1201.65 184.639 Q1198.59 180.033 1198.59 171.306 Q1198.59 162.556 1201.65 157.973 Q1204.73 153.366 1210.54 153.366 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1227.55 182.672 L1232.44 182.672 L1232.44 188.551 L1227.55 188.551 L1227.55 182.672 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1237.55 153.991 L1255.91 153.991 L1255.91 157.927 L1241.83 157.927 L1241.83 166.399 Q1242.85 166.052 1243.87 165.89 Q1244.89 165.704 1245.91 165.704 Q1251.7 165.704 1255.08 168.876 Q1258.45 172.047 1258.45 177.464 Q1258.45 183.042 1254.98 186.144 Q1251.51 189.223 1245.19 189.223 Q1243.01 189.223 1240.75 188.852 Q1238.5 188.482 1236.09 187.741 L1236.09 183.042 Q1238.18 184.177 1240.4 184.732 Q1242.62 185.288 1245.1 185.288 Q1249.1 185.288 1251.44 183.181 Q1253.78 181.075 1253.78 177.464 Q1253.78 173.852 1251.44 171.746 Q1249.1 169.64 1245.1 169.64 Q1243.22 169.64 1241.35 170.056 Q1239.5 170.473 1237.55 171.352 L1237.55 153.991 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1201.58 73.7453 L1209.22 73.7453 L1209.22 47.3797 L1200.91 49.0464 L1200.91 44.7871 L1209.17 43.1205 L1213.85 43.1205 L1213.85 73.7453 L1221.49 73.7453 L1221.49 77.6805 L1201.58 77.6805 L1201.58 73.7453 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1226.56 71.8009 L1231.44 71.8009 L1231.44 77.6805 L1226.56 77.6805 L1226.56 71.8009 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M1246.51 46.1992 Q1242.9 46.1992 1241.07 49.764 Q1239.26 53.3056 1239.26 60.4352 Q1239.26 67.5417 1241.07 71.1065 Q1242.9 74.6481 1246.51 74.6481 Q1250.14 74.6481 1251.95 71.1065 Q1253.78 67.5417 1253.78 60.4352 Q1253.78 53.3056 1251.95 49.764 Q1250.14 46.1992 1246.51 46.1992 M1246.51 42.4955 Q1252.32 42.4955 1255.38 47.1019 Q1258.45 51.6853 1258.45 60.4352 Q1258.45 69.162 1255.38 73.7685 Q1252.32 78.3518 1246.51 78.3518 Q1240.7 78.3518 1237.62 73.7685 Q1234.57 69.162 1234.57 60.4352 Q1234.57 51.6853 1237.62 47.1019 Q1240.7 42.4955 1246.51 42.4955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip103)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,69.5087 1308.76,68.0366 1310.86,66.692 1312.96,65.4759 1315.06,64.3889 1324.77,61.0589 1334.49,60.5425 1344.2,62.8465 1353.91,67.9414 1363.62,75.7625 \n 1373.33,86.2102 1383.04,99.1515 1392.75,114.422 1404.42,135.581 1416.09,159.433 1427.76,185.54 1439.43,213.422 1459.17,263.164 1478.9,313.9 1500.34,367.043 \n 1521.78,414.941 1531.66,434.42 1541.54,451.891 1551.43,467.125 1561.31,479.92 1571.9,490.739 1582.5,498.399 1593.09,502.782 1603.69,503.824 1615.96,500.833 \n 1628.24,493.398 1640.51,481.668 1652.79,465.884 1663.69,448.711 1674.6,428.864 1685.51,406.66 1696.42,382.457 1715.55,336.371 1734.68,287.614 1755.54,234.231 \n 1776.4,183.652 1786.89,160.216 1797.38,138.59 1807.87,119.097 1818.36,102.026 1829.96,86.2752 1841.56,74.0796 1853.16,65.6608 1864.76,61.1716 1875.8,60.6237 \n 1886.84,63.7166 1897.87,70.3994 1908.91,80.5624 1920.38,94.64 1931.86,112.049 1943.33,132.48 1954.81,155.57 1974.13,199.293 1993.45,247.177 2017.04,307.77 \n 2040.62,366.449 2051.71,392.106 2062.8,415.94 2073.88,437.555 2084.97,456.593 2093.85,469.769 2102.73,480.948 2111.61,490.01 2120.49,496.859 2129.37,501.422 \n 2138.25,503.651 2147.13,503.521 2156.01,501.034 2158.75,499.797 2161.48,498.341 2164.21,496.667 2166.95,494.776 \n \"/>\n<path clip-path=\"url(#clip100)\" d=\"\nM1964.9 183.867 L2162.36 183.867 L2162.36 62.9067 L1964.9 62.9067 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1964.9,183.867 2162.36,183.867 2162.36,62.9067 1964.9,62.9067 1964.9,183.867 \n \"/>\n<polyline clip-path=\"url(#clip100)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1975.04,123.387 2035.83,123.387 \n \"/>\n<path clip-path=\"url(#clip100)\" d=\"M 0 0 M2064.39 115.505 L2064.39 119.533 Q2062.58 118.607 2060.64 118.144 Q2058.69 117.681 2056.61 117.681 Q2053.44 117.681 2051.84 118.653 Q2050.27 119.625 2050.27 121.57 Q2050.27 123.051 2051.4 123.908 Q2052.54 124.741 2055.96 125.505 L2057.42 125.829 Q2061.96 126.801 2063.85 128.583 Q2065.78 130.343 2065.78 133.514 Q2065.78 137.125 2062.91 139.232 Q2060.06 141.338 2055.06 141.338 Q2052.97 141.338 2050.71 140.921 Q2048.46 140.528 2045.96 139.718 L2045.96 135.32 Q2048.32 136.546 2050.61 137.171 Q2052.91 137.773 2055.15 137.773 Q2058.16 137.773 2059.78 136.755 Q2061.4 135.713 2061.4 133.838 Q2061.4 132.102 2060.22 131.176 Q2059.06 130.25 2055.1 129.394 L2053.62 129.046 Q2049.66 128.213 2047.91 126.5 Q2046.15 124.764 2046.15 121.755 Q2046.15 118.097 2048.74 116.107 Q2051.33 114.116 2056.1 114.116 Q2058.46 114.116 2060.54 114.463 Q2062.63 114.81 2064.39 115.505 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M2070.24 114.741 L2074.5 114.741 L2074.5 140.667 L2070.24 140.667 L2070.24 114.741 M2070.24 104.648 L2074.5 104.648 L2074.5 110.042 L2070.24 110.042 L2070.24 104.648 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M2100.52 125.019 L2100.52 140.667 L2096.26 140.667 L2096.26 125.158 Q2096.26 121.477 2094.83 119.648 Q2093.39 117.82 2090.52 117.82 Q2087.07 117.82 2085.08 120.019 Q2083.09 122.218 2083.09 126.014 L2083.09 140.667 L2078.81 140.667 L2078.81 114.741 L2083.09 114.741 L2083.09 118.769 Q2084.62 116.431 2086.68 115.273 Q2088.76 114.116 2091.47 114.116 Q2095.94 114.116 2098.23 116.894 Q2100.52 119.648 2100.52 125.019 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip100)\" d=\"M 0 0 M2141.61 114.741 L2132.23 127.357 L2142.09 140.667 L2137.07 140.667 L2129.53 130.482 L2121.98 140.667 L2116.96 140.667 L2127.03 127.102 L2117.81 114.741 L2122.84 114.741 L2129.71 123.977 L2136.59 114.741 L2141.61 114.741 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nplot(P1, P2, P3, P4, size=(560, 300))",
"execution_count": 6,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 6,
"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=\"560\" height=\"300\" viewBox=\"0 0 2240 1200\">\n<defs>\n <clipPath id=\"clip140\">\n <rect x=\"0\" y=\"0\" width=\"2240\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip140)\" d=\"\nM0 1200 L2240 1200 L2240 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip141\">\n <rect x=\"448\" y=\"0\" width=\"1569\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip140)\" d=\"\nM160.855 497.236 L1072.76 497.236 L1072.76 47.2441 L160.855 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip142\">\n <rect x=\"160\" y=\"47\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,497.236 272.692,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,497.236 444.748,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,497.236 616.805,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,497.236 788.862,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,497.236 960.919,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,484.559 1072.76,484.559 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,378.38 1072.76,378.38 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,272.201 1072.76,272.201 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,166.023 1072.76,166.023 \n \"/>\n<polyline clip-path=\"url(#clip142)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,59.8437 1072.76,59.8437 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,497.236 1072.76,497.236 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,497.236 160.855,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,497.236 272.692,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,497.236 444.748,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,497.236 616.805,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,497.236 788.862,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,497.236 960.919,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,484.559 171.797,484.559 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,378.38 171.797,378.38 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,272.201 171.797,272.201 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,166.023 171.797,166.023 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,59.8437 171.797,59.8437 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M252.703 535.024 L265.18 535.024 L265.18 538.821 L252.703 538.821 L252.703 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M283.097 519.422 L271.291 537.871 L283.097 537.871 L283.097 519.422 M281.87 515.348 L287.749 515.348 L287.749 537.871 L292.68 537.871 L292.68 541.76 L287.749 541.76 L287.749 549.908 L283.097 549.908 L283.097 541.76 L267.495 541.76 L267.495 537.246 L281.87 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M425.802 535.024 L438.279 535.024 L438.279 538.821 L425.802 538.821 L425.802 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M447.376 545.973 L463.695 545.973 L463.695 549.908 L441.751 549.908 L441.751 545.973 Q444.413 543.219 448.996 538.589 Q453.603 533.936 454.783 532.594 Q457.028 530.071 457.908 528.334 Q458.811 526.575 458.811 524.885 Q458.811 522.131 456.866 520.395 Q454.945 518.659 451.843 518.659 Q449.644 518.659 447.191 519.422 Q444.76 520.186 441.982 521.737 L441.982 517.015 Q444.806 515.881 447.26 515.302 Q449.714 514.723 451.751 514.723 Q457.121 514.723 460.316 517.409 Q463.51 520.094 463.51 524.585 Q463.51 526.714 462.7 528.635 Q461.913 530.534 459.806 533.126 Q459.228 533.797 456.126 537.015 Q453.024 540.209 447.376 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M616.805 518.427 Q613.194 518.427 611.366 521.992 Q609.56 525.534 609.56 532.663 Q609.56 539.77 611.366 543.334 Q613.194 546.876 616.805 546.876 Q620.44 546.876 622.245 543.334 Q624.074 539.77 624.074 532.663 Q624.074 525.534 622.245 521.992 Q620.44 518.427 616.805 518.427 M616.805 514.723 Q622.615 514.723 625.671 519.33 Q628.75 523.913 628.75 532.663 Q628.75 541.39 625.671 545.996 Q622.615 550.58 616.805 550.58 Q610.995 550.58 607.916 545.996 Q604.861 541.39 604.861 532.663 Q604.861 523.913 607.916 519.33 Q610.995 514.723 616.805 514.723 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M783.515 545.973 L799.834 545.973 L799.834 549.908 L777.89 549.908 L777.89 545.973 Q780.552 543.219 785.135 538.589 Q789.742 533.936 790.922 532.594 Q793.168 530.071 794.047 528.334 Q794.95 526.575 794.95 524.885 Q794.95 522.131 793.006 520.395 Q791.084 518.659 787.983 518.659 Q785.783 518.659 783.33 519.422 Q780.899 520.186 778.121 521.737 L778.121 517.015 Q780.946 515.881 783.399 515.302 Q785.853 514.723 787.89 514.723 Q793.26 514.723 796.455 517.409 Q799.649 520.094 799.649 524.585 Q799.649 526.714 798.839 528.635 Q798.052 530.534 795.945 533.126 Q795.367 533.797 792.265 537.015 Q789.163 540.209 783.515 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M963.928 519.422 L952.123 537.871 L963.928 537.871 L963.928 519.422 M962.701 515.348 L968.581 515.348 L968.581 537.871 L973.511 537.871 L973.511 541.76 L968.581 541.76 L968.581 549.908 L963.928 549.908 L963.928 541.76 L948.326 541.76 L948.326 537.246 L962.701 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M63.2236 486.955 L75.7004 486.955 L75.7004 490.751 L63.2236 490.751 L63.2236 486.955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M81.58 497.904 L89.2188 497.904 L89.2188 471.538 L80.9087 473.205 L80.9087 468.946 L89.1725 467.279 L93.8484 467.279 L93.8484 497.904 L101.487 497.904 L101.487 501.839 L81.58 501.839 L81.58 497.904 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M106.557 495.959 L111.441 495.959 L111.441 501.839 L106.557 501.839 L106.557 495.959 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M126.51 470.358 Q122.899 470.358 121.071 473.922 Q119.265 477.464 119.265 484.594 Q119.265 491.7 121.071 495.265 Q122.899 498.807 126.51 498.807 Q130.145 498.807 131.95 495.265 Q133.779 491.7 133.779 484.594 Q133.779 477.464 131.95 473.922 Q130.145 470.358 126.51 470.358 M126.51 466.654 Q132.32 466.654 135.376 471.26 Q138.455 475.844 138.455 484.594 Q138.455 493.321 135.376 497.927 Q132.32 502.51 126.51 502.51 Q120.7 502.51 117.621 497.927 Q114.566 493.321 114.566 484.594 Q114.566 475.844 117.621 471.26 Q120.7 466.654 126.51 466.654 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M62.9921 380.776 L75.4689 380.776 L75.4689 384.572 L62.9921 384.572 L62.9921 380.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M90.5383 364.179 Q86.9272 364.179 85.0985 367.744 Q83.2929 371.285 83.2929 378.415 Q83.2929 385.521 85.0985 389.086 Q86.9272 392.628 90.5383 392.628 Q94.1725 392.628 95.9781 389.086 Q97.8068 385.521 97.8068 378.415 Q97.8068 371.285 95.9781 367.744 Q94.1725 364.179 90.5383 364.179 M90.5383 360.475 Q96.3484 360.475 99.404 365.082 Q102.483 369.665 102.483 378.415 Q102.483 387.142 99.404 391.748 Q96.3484 396.331 90.5383 396.331 Q84.7281 396.331 81.6494 391.748 Q78.5939 387.142 78.5939 378.415 Q78.5939 369.665 81.6494 365.082 Q84.7281 360.475 90.5383 360.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M107.552 389.781 L112.436 389.781 L112.436 395.66 L107.552 395.66 L107.552 389.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M117.552 361.1 L135.908 361.1 L135.908 365.035 L121.834 365.035 L121.834 373.507 Q122.853 373.16 123.871 372.998 Q124.89 372.813 125.908 372.813 Q131.695 372.813 135.075 375.984 Q138.455 379.156 138.455 384.572 Q138.455 390.151 134.982 393.253 Q131.51 396.331 125.191 396.331 Q123.015 396.331 120.746 395.961 Q118.501 395.591 116.094 394.85 L116.094 390.151 Q118.177 391.285 120.399 391.841 Q122.621 392.396 125.098 392.396 Q129.103 392.396 131.441 390.29 Q133.779 388.183 133.779 384.572 Q133.779 380.961 131.441 378.855 Q129.103 376.748 125.098 376.748 Q123.223 376.748 121.348 377.165 Q119.496 377.582 117.552 378.461 L117.552 361.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M89.5429 258 Q85.9318 258 84.1031 261.565 Q82.2976 265.106 82.2976 272.236 Q82.2976 279.343 84.1031 282.907 Q85.9318 286.449 89.5429 286.449 Q93.1771 286.449 94.9827 282.907 Q96.8114 279.343 96.8114 272.236 Q96.8114 265.106 94.9827 261.565 Q93.1771 258 89.5429 258 M89.5429 254.296 Q95.3531 254.296 98.4086 258.903 Q101.487 263.486 101.487 272.236 Q101.487 280.963 98.4086 285.569 Q95.3531 290.153 89.5429 290.153 Q83.7328 290.153 80.6541 285.569 Q77.5985 280.963 77.5985 272.236 Q77.5985 263.486 80.6541 258.903 Q83.7328 254.296 89.5429 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M106.557 283.602 L111.441 283.602 L111.441 289.481 L106.557 289.481 L106.557 283.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M126.51 258 Q122.899 258 121.071 261.565 Q119.265 265.106 119.265 272.236 Q119.265 279.343 121.071 282.907 Q122.899 286.449 126.51 286.449 Q130.145 286.449 131.95 282.907 Q133.779 279.343 133.779 272.236 Q133.779 265.106 131.95 261.565 Q130.145 258 126.51 258 M126.51 254.296 Q132.32 254.296 135.376 258.903 Q138.455 263.486 138.455 272.236 Q138.455 280.963 135.376 285.569 Q132.32 290.153 126.51 290.153 Q120.7 290.153 117.621 285.569 Q114.566 280.963 114.566 272.236 Q114.566 263.486 117.621 258.903 Q120.7 254.296 126.51 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M90.5383 151.821 Q86.9272 151.821 85.0985 155.386 Q83.2929 158.928 83.2929 166.057 Q83.2929 173.164 85.0985 176.728 Q86.9272 180.27 90.5383 180.27 Q94.1725 180.27 95.9781 176.728 Q97.8068 173.164 97.8068 166.057 Q97.8068 158.928 95.9781 155.386 Q94.1725 151.821 90.5383 151.821 M90.5383 148.118 Q96.3484 148.118 99.404 152.724 Q102.483 157.307 102.483 166.057 Q102.483 174.784 99.404 179.391 Q96.3484 183.974 90.5383 183.974 Q84.7281 183.974 81.6494 179.391 Q78.5939 174.784 78.5939 166.057 Q78.5939 157.307 81.6494 152.724 Q84.7281 148.118 90.5383 148.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M107.552 177.423 L112.436 177.423 L112.436 183.303 L107.552 183.303 L107.552 177.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M117.552 148.743 L135.908 148.743 L135.908 152.678 L121.834 152.678 L121.834 161.15 Q122.853 160.803 123.871 160.641 Q124.89 160.455 125.908 160.455 Q131.695 160.455 135.075 163.627 Q138.455 166.798 138.455 172.215 Q138.455 177.793 134.982 180.895 Q131.51 183.974 125.191 183.974 Q123.015 183.974 120.746 183.603 Q118.501 183.233 116.094 182.492 L116.094 177.793 Q118.177 178.928 120.399 179.483 Q122.621 180.039 125.098 180.039 Q129.103 180.039 131.441 177.932 Q133.779 175.826 133.779 172.215 Q133.779 168.604 131.441 166.497 Q129.103 164.391 125.098 164.391 Q123.223 164.391 121.348 164.807 Q119.496 165.224 117.552 166.104 L117.552 148.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M81.58 73.1885 L89.2188 73.1885 L89.2188 46.8229 L80.9087 48.4896 L80.9087 44.2304 L89.1725 42.5637 L93.8484 42.5637 L93.8484 73.1885 L101.487 73.1885 L101.487 77.1237 L81.58 77.1237 L81.58 73.1885 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M106.557 71.2441 L111.441 71.2441 L111.441 77.1237 L106.557 77.1237 L106.557 71.2441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M126.51 45.6424 Q122.899 45.6424 121.071 49.2072 Q119.265 52.7488 119.265 59.8784 Q119.265 66.9849 121.071 70.5497 Q122.899 74.0913 126.51 74.0913 Q130.145 74.0913 131.95 70.5497 Q133.779 66.9849 133.779 59.8784 Q133.779 52.7488 131.95 49.2072 Q130.145 45.6424 126.51 45.6424 M126.51 41.9387 Q132.32 41.9387 135.376 46.5452 Q138.455 51.1285 138.455 59.8784 Q138.455 68.6052 135.376 73.2117 Q132.32 77.795 126.51 77.795 Q120.7 77.795 117.621 73.2117 Q114.566 68.6052 114.566 59.8784 Q114.566 51.1285 117.621 46.5452 Q120.7 41.9387 126.51 41.9387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip142)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,68.5664 188.764,67.1566 190.864,65.869 192.964,64.7043 195.065,63.6633 204.775,60.4742 214.485,59.9797 224.196,62.1862 233.906,67.0655 243.616,74.5556 \n 253.327,84.5611 263.037,96.9547 272.747,111.579 284.419,131.842 296.09,154.685 307.761,179.687 319.432,206.39 339.167,254.026 358.903,302.615 380.341,353.509 \n 401.779,399.38 411.661,418.034 421.543,434.766 431.425,449.355 441.307,461.609 451.902,471.97 462.496,479.305 473.091,483.503 483.686,484.501 495.961,481.637 \n 508.236,474.516 520.51,463.283 532.785,448.167 543.694,431.721 554.602,412.713 565.511,391.449 576.419,368.271 595.551,324.135 614.682,277.441 635.541,226.318 \n 656.399,177.879 666.891,155.435 677.382,134.725 687.873,116.057 698.364,99.7078 709.964,84.6234 721.563,72.9439 733.163,64.8814 744.762,60.5822 755.798,60.0574 \n 766.835,63.0194 777.872,69.4195 788.908,79.1523 800.384,92.6341 811.859,109.306 823.334,128.873 834.81,150.985 854.13,192.858 873.449,238.716 897.037,296.745 \n 920.624,352.94 931.71,377.512 942.796,400.337 953.883,421.037 964.969,439.269 973.85,451.887 982.73,462.593 991.611,471.272 1000.49,477.831 1009.37,482.201 \n 1018.25,484.335 1027.13,484.211 1036.01,481.829 1038.75,480.645 1041.48,479.251 1044.21,477.647 1046.95,475.836 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"\nM844.903 183.204 L1042.36 183.204 L1042.36 62.2438 L844.903 62.2438 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 844.903,183.204 1042.36,183.204 1042.36,62.2438 844.903,62.2438 844.903,183.204 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 855.035,122.724 915.829,122.724 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M944.387 114.842 L944.387 118.87 Q942.581 117.944 940.637 117.481 Q938.692 117.018 936.609 117.018 Q933.438 117.018 931.841 117.99 Q930.267 118.962 930.267 120.907 Q930.267 122.388 931.401 123.245 Q932.535 124.078 935.961 124.842 L937.419 125.166 Q941.956 126.138 943.854 127.921 Q945.776 129.68 945.776 132.851 Q945.776 136.462 942.905 138.569 Q940.058 140.675 935.058 140.675 Q932.975 140.675 930.706 140.258 Q928.461 139.865 925.961 139.055 L925.961 134.657 Q928.322 135.883 930.614 136.508 Q932.905 137.11 935.151 137.11 Q938.16 137.11 939.78 136.092 Q941.401 135.05 941.401 133.175 Q941.401 131.439 940.22 130.513 Q939.063 129.587 935.104 128.731 L933.623 128.384 Q929.665 127.55 927.905 125.837 Q926.146 124.101 926.146 121.092 Q926.146 117.435 928.739 115.444 Q931.331 113.453 936.1 113.453 Q938.461 113.453 940.544 113.8 Q942.628 114.147 944.387 114.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M950.243 114.078 L954.502 114.078 L954.502 140.004 L950.243 140.004 L950.243 114.078 M950.243 103.986 L954.502 103.986 L954.502 109.379 L950.243 109.379 L950.243 103.986 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M980.521 124.356 L980.521 140.004 L976.262 140.004 L976.262 124.495 Q976.262 120.814 974.826 118.985 Q973.391 117.157 970.521 117.157 Q967.072 117.157 965.081 119.356 Q963.09 121.555 963.09 125.351 L963.09 140.004 L958.808 140.004 L958.808 114.078 L963.09 114.078 L963.09 118.106 Q964.618 115.768 966.678 114.61 Q968.762 113.453 971.47 113.453 Q975.938 113.453 978.229 116.231 Q980.521 118.985 980.521 124.356 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1021.61 114.078 L1012.23 126.694 L1022.09 140.004 L1017.07 140.004 L1009.53 129.819 L1001.98 140.004 L996.956 140.004 L1007.03 126.439 L997.812 114.078 L1002.84 114.078 L1009.71 123.314 L1016.59 114.078 L1021.61 114.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"\nM1280.85 497.236 L2192.76 497.236 L2192.76 47.2441 L1280.85 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip143\">\n <rect x=\"1280\" y=\"47\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,497.236 1392.69,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,497.236 1564.75,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,497.236 1736.81,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,497.236 1908.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,497.236 2080.92,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,484.559 2192.76,484.559 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,378.38 2192.76,378.38 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,272.201 2192.76,272.201 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,166.023 2192.76,166.023 \n \"/>\n<polyline clip-path=\"url(#clip143)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,59.8437 2192.76,59.8437 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,497.236 2192.76,497.236 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,497.236 1280.85,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,497.236 1392.69,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,497.236 1564.75,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,497.236 1736.81,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,497.236 1908.86,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,497.236 2080.92,491.837 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,484.559 1291.8,484.559 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,378.38 1291.8,378.38 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,272.201 1291.8,272.201 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,166.023 1291.8,166.023 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,59.8437 1291.8,59.8437 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M1372.7 535.024 L1385.18 535.024 L1385.18 538.821 L1372.7 538.821 L1372.7 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1403.1 519.422 L1391.29 537.871 L1403.1 537.871 L1403.1 519.422 M1401.87 515.348 L1407.75 515.348 L1407.75 537.871 L1412.68 537.871 L1412.68 541.76 L1407.75 541.76 L1407.75 549.908 L1403.1 549.908 L1403.1 541.76 L1387.49 541.76 L1387.49 537.246 L1401.87 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1545.8 535.024 L1558.28 535.024 L1558.28 538.821 L1545.8 538.821 L1545.8 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1567.38 545.973 L1583.7 545.973 L1583.7 549.908 L1561.75 549.908 L1561.75 545.973 Q1564.41 543.219 1569 538.589 Q1573.6 533.936 1574.78 532.594 Q1577.03 530.071 1577.91 528.334 Q1578.81 526.575 1578.81 524.885 Q1578.81 522.131 1576.87 520.395 Q1574.95 518.659 1571.84 518.659 Q1569.64 518.659 1567.19 519.422 Q1564.76 520.186 1561.98 521.737 L1561.98 517.015 Q1564.81 515.881 1567.26 515.302 Q1569.71 514.723 1571.75 514.723 Q1577.12 514.723 1580.32 517.409 Q1583.51 520.094 1583.51 524.585 Q1583.51 526.714 1582.7 528.635 Q1581.91 530.534 1579.81 533.126 Q1579.23 533.797 1576.13 537.015 Q1573.02 540.209 1567.38 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1736.81 518.427 Q1733.19 518.427 1731.37 521.992 Q1729.56 525.534 1729.56 532.663 Q1729.56 539.77 1731.37 543.334 Q1733.19 546.876 1736.81 546.876 Q1740.44 546.876 1742.25 543.334 Q1744.07 539.77 1744.07 532.663 Q1744.07 525.534 1742.25 521.992 Q1740.44 518.427 1736.81 518.427 M1736.81 514.723 Q1742.62 514.723 1745.67 519.33 Q1748.75 523.913 1748.75 532.663 Q1748.75 541.39 1745.67 545.996 Q1742.62 550.58 1736.81 550.58 Q1731 550.58 1727.92 545.996 Q1724.86 541.39 1724.86 532.663 Q1724.86 523.913 1727.92 519.33 Q1731 514.723 1736.81 514.723 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1903.51 545.973 L1919.83 545.973 L1919.83 549.908 L1897.89 549.908 L1897.89 545.973 Q1900.55 543.219 1905.14 538.589 Q1909.74 533.936 1910.92 532.594 Q1913.17 530.071 1914.05 528.334 Q1914.95 526.575 1914.95 524.885 Q1914.95 522.131 1913.01 520.395 Q1911.08 518.659 1907.98 518.659 Q1905.78 518.659 1903.33 519.422 Q1900.9 520.186 1898.12 521.737 L1898.12 517.015 Q1900.95 515.881 1903.4 515.302 Q1905.85 514.723 1907.89 514.723 Q1913.26 514.723 1916.45 517.409 Q1919.65 520.094 1919.65 524.585 Q1919.65 526.714 1918.84 528.635 Q1918.05 530.534 1915.95 533.126 Q1915.37 533.797 1912.26 537.015 Q1909.16 540.209 1903.51 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2083.93 519.422 L2072.12 537.871 L2083.93 537.871 L2083.93 519.422 M2082.7 515.348 L2088.58 515.348 L2088.58 537.871 L2093.51 537.871 L2093.51 541.76 L2088.58 541.76 L2088.58 549.908 L2083.93 549.908 L2083.93 541.76 L2068.33 541.76 L2068.33 537.246 L2082.7 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1183.22 486.955 L1195.7 486.955 L1195.7 490.751 L1183.22 490.751 L1183.22 486.955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1201.58 497.904 L1209.22 497.904 L1209.22 471.538 L1200.91 473.205 L1200.91 468.946 L1209.17 467.279 L1213.85 467.279 L1213.85 497.904 L1221.49 497.904 L1221.49 501.839 L1201.58 501.839 L1201.58 497.904 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1226.56 495.959 L1231.44 495.959 L1231.44 501.839 L1226.56 501.839 L1226.56 495.959 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1246.51 470.358 Q1242.9 470.358 1241.07 473.922 Q1239.26 477.464 1239.26 484.594 Q1239.26 491.7 1241.07 495.265 Q1242.9 498.807 1246.51 498.807 Q1250.14 498.807 1251.95 495.265 Q1253.78 491.7 1253.78 484.594 Q1253.78 477.464 1251.95 473.922 Q1250.14 470.358 1246.51 470.358 M1246.51 466.654 Q1252.32 466.654 1255.38 471.26 Q1258.45 475.844 1258.45 484.594 Q1258.45 493.321 1255.38 497.927 Q1252.32 502.51 1246.51 502.51 Q1240.7 502.51 1237.62 497.927 Q1234.57 493.321 1234.57 484.594 Q1234.57 475.844 1237.62 471.26 Q1240.7 466.654 1246.51 466.654 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1182.99 380.776 L1195.47 380.776 L1195.47 384.572 L1182.99 384.572 L1182.99 380.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1210.54 364.179 Q1206.93 364.179 1205.1 367.744 Q1203.29 371.285 1203.29 378.415 Q1203.29 385.521 1205.1 389.086 Q1206.93 392.628 1210.54 392.628 Q1214.17 392.628 1215.98 389.086 Q1217.81 385.521 1217.81 378.415 Q1217.81 371.285 1215.98 367.744 Q1214.17 364.179 1210.54 364.179 M1210.54 360.475 Q1216.35 360.475 1219.4 365.082 Q1222.48 369.665 1222.48 378.415 Q1222.48 387.142 1219.4 391.748 Q1216.35 396.331 1210.54 396.331 Q1204.73 396.331 1201.65 391.748 Q1198.59 387.142 1198.59 378.415 Q1198.59 369.665 1201.65 365.082 Q1204.73 360.475 1210.54 360.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1227.55 389.781 L1232.44 389.781 L1232.44 395.66 L1227.55 395.66 L1227.55 389.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1237.55 361.1 L1255.91 361.1 L1255.91 365.035 L1241.83 365.035 L1241.83 373.507 Q1242.85 373.16 1243.87 372.998 Q1244.89 372.813 1245.91 372.813 Q1251.7 372.813 1255.08 375.984 Q1258.45 379.156 1258.45 384.572 Q1258.45 390.151 1254.98 393.253 Q1251.51 396.331 1245.19 396.331 Q1243.01 396.331 1240.75 395.961 Q1238.5 395.591 1236.09 394.85 L1236.09 390.151 Q1238.18 391.285 1240.4 391.841 Q1242.62 392.396 1245.1 392.396 Q1249.1 392.396 1251.44 390.29 Q1253.78 388.183 1253.78 384.572 Q1253.78 380.961 1251.44 378.855 Q1249.1 376.748 1245.1 376.748 Q1243.22 376.748 1241.35 377.165 Q1239.5 377.582 1237.55 378.461 L1237.55 361.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1209.54 258 Q1205.93 258 1204.1 261.565 Q1202.3 265.106 1202.3 272.236 Q1202.3 279.343 1204.1 282.907 Q1205.93 286.449 1209.54 286.449 Q1213.18 286.449 1214.98 282.907 Q1216.81 279.343 1216.81 272.236 Q1216.81 265.106 1214.98 261.565 Q1213.18 258 1209.54 258 M1209.54 254.296 Q1215.35 254.296 1218.41 258.903 Q1221.49 263.486 1221.49 272.236 Q1221.49 280.963 1218.41 285.569 Q1215.35 290.153 1209.54 290.153 Q1203.73 290.153 1200.65 285.569 Q1197.6 280.963 1197.6 272.236 Q1197.6 263.486 1200.65 258.903 Q1203.73 254.296 1209.54 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1226.56 283.602 L1231.44 283.602 L1231.44 289.481 L1226.56 289.481 L1226.56 283.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1246.51 258 Q1242.9 258 1241.07 261.565 Q1239.26 265.106 1239.26 272.236 Q1239.26 279.343 1241.07 282.907 Q1242.9 286.449 1246.51 286.449 Q1250.14 286.449 1251.95 282.907 Q1253.78 279.343 1253.78 272.236 Q1253.78 265.106 1251.95 261.565 Q1250.14 258 1246.51 258 M1246.51 254.296 Q1252.32 254.296 1255.38 258.903 Q1258.45 263.486 1258.45 272.236 Q1258.45 280.963 1255.38 285.569 Q1252.32 290.153 1246.51 290.153 Q1240.7 290.153 1237.62 285.569 Q1234.57 280.963 1234.57 272.236 Q1234.57 263.486 1237.62 258.903 Q1240.7 254.296 1246.51 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1210.54 151.821 Q1206.93 151.821 1205.1 155.386 Q1203.29 158.928 1203.29 166.057 Q1203.29 173.164 1205.1 176.728 Q1206.93 180.27 1210.54 180.27 Q1214.17 180.27 1215.98 176.728 Q1217.81 173.164 1217.81 166.057 Q1217.81 158.928 1215.98 155.386 Q1214.17 151.821 1210.54 151.821 M1210.54 148.118 Q1216.35 148.118 1219.4 152.724 Q1222.48 157.307 1222.48 166.057 Q1222.48 174.784 1219.4 179.391 Q1216.35 183.974 1210.54 183.974 Q1204.73 183.974 1201.65 179.391 Q1198.59 174.784 1198.59 166.057 Q1198.59 157.307 1201.65 152.724 Q1204.73 148.118 1210.54 148.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1227.55 177.423 L1232.44 177.423 L1232.44 183.303 L1227.55 183.303 L1227.55 177.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1237.55 148.743 L1255.91 148.743 L1255.91 152.678 L1241.83 152.678 L1241.83 161.15 Q1242.85 160.803 1243.87 160.641 Q1244.89 160.455 1245.91 160.455 Q1251.7 160.455 1255.08 163.627 Q1258.45 166.798 1258.45 172.215 Q1258.45 177.793 1254.98 180.895 Q1251.51 183.974 1245.19 183.974 Q1243.01 183.974 1240.75 183.603 Q1238.5 183.233 1236.09 182.492 L1236.09 177.793 Q1238.18 178.928 1240.4 179.483 Q1242.62 180.039 1245.1 180.039 Q1249.1 180.039 1251.44 177.932 Q1253.78 175.826 1253.78 172.215 Q1253.78 168.604 1251.44 166.497 Q1249.1 164.391 1245.1 164.391 Q1243.22 164.391 1241.35 164.807 Q1239.5 165.224 1237.55 166.104 L1237.55 148.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1201.58 73.1885 L1209.22 73.1885 L1209.22 46.8229 L1200.91 48.4896 L1200.91 44.2304 L1209.17 42.5637 L1213.85 42.5637 L1213.85 73.1885 L1221.49 73.1885 L1221.49 77.1237 L1201.58 77.1237 L1201.58 73.1885 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1226.56 71.2441 L1231.44 71.2441 L1231.44 77.1237 L1226.56 77.1237 L1226.56 71.2441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1246.51 45.6424 Q1242.9 45.6424 1241.07 49.2072 Q1239.26 52.7488 1239.26 59.8784 Q1239.26 66.9849 1241.07 70.5497 Q1242.9 74.0913 1246.51 74.0913 Q1250.14 74.0913 1251.95 70.5497 Q1253.78 66.9849 1253.78 59.8784 Q1253.78 52.7488 1251.95 49.2072 Q1250.14 45.6424 1246.51 45.6424 M1246.51 41.9387 Q1252.32 41.9387 1255.38 46.5452 Q1258.45 51.1285 1258.45 59.8784 Q1258.45 68.6052 1255.38 73.2117 Q1252.32 77.795 1246.51 77.795 Q1240.7 77.795 1237.62 73.2117 Q1234.57 68.6052 1234.57 59.8784 Q1234.57 51.1285 1237.62 46.5452 Q1240.7 41.9387 1246.51 41.9387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip143)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,68.5664 1308.76,67.1566 1310.86,65.869 1312.96,64.7043 1315.06,63.6633 1324.77,60.4742 1334.49,59.9797 1344.2,62.1862 1353.91,67.0655 1363.62,74.5556 \n 1373.33,84.5611 1383.04,96.9547 1392.75,111.579 1404.42,131.842 1416.09,154.685 1427.76,179.687 1439.43,206.39 1459.17,254.026 1478.9,302.615 1500.34,353.509 \n 1521.78,399.38 1531.66,418.034 1541.54,434.766 1551.43,449.355 1561.31,461.609 1571.9,471.97 1582.5,479.305 1593.09,483.503 1603.69,484.501 1615.96,481.637 \n 1628.24,474.516 1640.51,463.283 1652.79,448.167 1663.69,431.721 1674.6,412.713 1685.51,391.449 1696.42,368.271 1715.55,324.135 1734.68,277.441 1755.54,226.318 \n 1776.4,177.879 1786.89,155.435 1797.38,134.725 1807.87,116.057 1818.36,99.7078 1829.96,84.6234 1841.56,72.9439 1853.16,64.8814 1864.76,60.5822 1875.8,60.0574 \n 1886.84,63.0194 1897.87,69.4195 1908.91,79.1523 1920.38,92.6341 1931.86,109.306 1943.33,128.873 1954.81,150.985 1974.13,192.858 1993.45,238.716 2017.04,296.745 \n 2040.62,352.94 2051.71,377.512 2062.8,400.337 2073.88,421.037 2084.97,439.269 2093.85,451.887 2102.73,462.593 2111.61,471.272 2120.49,477.831 2129.37,482.201 \n 2138.25,484.335 2147.13,484.211 2156.01,481.829 2158.75,480.645 2161.48,479.251 2164.21,477.647 2166.95,475.836 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"\nM1964.9 183.204 L2162.36 183.204 L2162.36 62.2438 L1964.9 62.2438 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1964.9,183.204 2162.36,183.204 2162.36,62.2438 1964.9,62.2438 1964.9,183.204 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1975.04,122.724 2035.83,122.724 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M2064.39 114.842 L2064.39 118.87 Q2062.58 117.944 2060.64 117.481 Q2058.69 117.018 2056.61 117.018 Q2053.44 117.018 2051.84 117.99 Q2050.27 118.962 2050.27 120.907 Q2050.27 122.388 2051.4 123.245 Q2052.54 124.078 2055.96 124.842 L2057.42 125.166 Q2061.96 126.138 2063.85 127.921 Q2065.78 129.68 2065.78 132.851 Q2065.78 136.462 2062.91 138.569 Q2060.06 140.675 2055.06 140.675 Q2052.97 140.675 2050.71 140.258 Q2048.46 139.865 2045.96 139.055 L2045.96 134.657 Q2048.32 135.883 2050.61 136.508 Q2052.91 137.11 2055.15 137.11 Q2058.16 137.11 2059.78 136.092 Q2061.4 135.05 2061.4 133.175 Q2061.4 131.439 2060.22 130.513 Q2059.06 129.587 2055.1 128.731 L2053.62 128.384 Q2049.66 127.55 2047.91 125.837 Q2046.15 124.101 2046.15 121.092 Q2046.15 117.435 2048.74 115.444 Q2051.33 113.453 2056.1 113.453 Q2058.46 113.453 2060.54 113.8 Q2062.63 114.147 2064.39 114.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2070.24 114.078 L2074.5 114.078 L2074.5 140.004 L2070.24 140.004 L2070.24 114.078 M2070.24 103.986 L2074.5 103.986 L2074.5 109.379 L2070.24 109.379 L2070.24 103.986 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2100.52 124.356 L2100.52 140.004 L2096.26 140.004 L2096.26 124.495 Q2096.26 120.814 2094.83 118.985 Q2093.39 117.157 2090.52 117.157 Q2087.07 117.157 2085.08 119.356 Q2083.09 121.555 2083.09 125.351 L2083.09 140.004 L2078.81 140.004 L2078.81 114.078 L2083.09 114.078 L2083.09 118.106 Q2084.62 115.768 2086.68 114.61 Q2088.76 113.453 2091.47 113.453 Q2095.94 113.453 2098.23 116.231 Q2100.52 118.985 2100.52 124.356 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2141.61 114.078 L2132.23 126.694 L2142.09 140.004 L2137.07 140.004 L2129.53 129.819 L2121.98 140.004 L2116.96 140.004 L2127.03 126.439 L2117.81 114.078 L2122.84 114.078 L2129.71 123.314 L2136.59 114.078 L2141.61 114.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"\nM160.855 1097.24 L1072.76 1097.24 L1072.76 647.244 L160.855 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip144\">\n <rect x=\"160\" y=\"647\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,1097.24 272.692,647.244 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,1097.24 444.748,647.244 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,1097.24 616.805,647.244 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,1097.24 788.862,647.244 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,1097.24 960.919,647.244 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1084.56 1072.76,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,978.38 1072.76,978.38 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,872.201 1072.76,872.201 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,766.023 1072.76,766.023 \n \"/>\n<polyline clip-path=\"url(#clip144)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,659.844 1072.76,659.844 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1097.24 1072.76,1097.24 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1097.24 160.855,647.244 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,1097.24 272.692,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,1097.24 444.748,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,1097.24 616.805,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,1097.24 788.862,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,1097.24 960.919,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1084.56 171.797,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,978.38 171.797,978.38 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,872.201 171.797,872.201 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,766.023 171.797,766.023 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,659.844 171.797,659.844 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M252.703 1135.02 L265.18 1135.02 L265.18 1138.82 L252.703 1138.82 L252.703 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M283.097 1119.42 L271.291 1137.87 L283.097 1137.87 L283.097 1119.42 M281.87 1115.35 L287.749 1115.35 L287.749 1137.87 L292.68 1137.87 L292.68 1141.76 L287.749 1141.76 L287.749 1149.91 L283.097 1149.91 L283.097 1141.76 L267.495 1141.76 L267.495 1137.25 L281.87 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M425.802 1135.02 L438.279 1135.02 L438.279 1138.82 L425.802 1138.82 L425.802 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M447.376 1145.97 L463.695 1145.97 L463.695 1149.91 L441.751 1149.91 L441.751 1145.97 Q444.413 1143.22 448.996 1138.59 Q453.603 1133.94 454.783 1132.59 Q457.028 1130.07 457.908 1128.33 Q458.811 1126.58 458.811 1124.89 Q458.811 1122.13 456.866 1120.39 Q454.945 1118.66 451.843 1118.66 Q449.644 1118.66 447.191 1119.42 Q444.76 1120.19 441.982 1121.74 L441.982 1117.02 Q444.806 1115.88 447.26 1115.3 Q449.714 1114.72 451.751 1114.72 Q457.121 1114.72 460.316 1117.41 Q463.51 1120.09 463.51 1124.58 Q463.51 1126.71 462.7 1128.64 Q461.913 1130.53 459.806 1133.13 Q459.228 1133.8 456.126 1137.01 Q453.024 1140.21 447.376 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M616.805 1118.43 Q613.194 1118.43 611.366 1121.99 Q609.56 1125.53 609.56 1132.66 Q609.56 1139.77 611.366 1143.33 Q613.194 1146.88 616.805 1146.88 Q620.44 1146.88 622.245 1143.33 Q624.074 1139.77 624.074 1132.66 Q624.074 1125.53 622.245 1121.99 Q620.44 1118.43 616.805 1118.43 M616.805 1114.72 Q622.615 1114.72 625.671 1119.33 Q628.75 1123.91 628.75 1132.66 Q628.75 1141.39 625.671 1146 Q622.615 1150.58 616.805 1150.58 Q610.995 1150.58 607.916 1146 Q604.861 1141.39 604.861 1132.66 Q604.861 1123.91 607.916 1119.33 Q610.995 1114.72 616.805 1114.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M783.515 1145.97 L799.834 1145.97 L799.834 1149.91 L777.89 1149.91 L777.89 1145.97 Q780.552 1143.22 785.135 1138.59 Q789.742 1133.94 790.922 1132.59 Q793.168 1130.07 794.047 1128.33 Q794.95 1126.58 794.95 1124.89 Q794.95 1122.13 793.006 1120.39 Q791.084 1118.66 787.983 1118.66 Q785.783 1118.66 783.33 1119.42 Q780.899 1120.19 778.121 1121.74 L778.121 1117.02 Q780.946 1115.88 783.399 1115.3 Q785.853 1114.72 787.89 1114.72 Q793.26 1114.72 796.455 1117.41 Q799.649 1120.09 799.649 1124.58 Q799.649 1126.71 798.839 1128.64 Q798.052 1130.53 795.945 1133.13 Q795.367 1133.8 792.265 1137.01 Q789.163 1140.21 783.515 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M963.928 1119.42 L952.123 1137.87 L963.928 1137.87 L963.928 1119.42 M962.701 1115.35 L968.581 1115.35 L968.581 1137.87 L973.511 1137.87 L973.511 1141.76 L968.581 1141.76 L968.581 1149.91 L963.928 1149.91 L963.928 1141.76 L948.326 1141.76 L948.326 1137.25 L962.701 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M63.2236 1086.95 L75.7004 1086.95 L75.7004 1090.75 L63.2236 1090.75 L63.2236 1086.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M81.58 1097.9 L89.2188 1097.9 L89.2188 1071.54 L80.9087 1073.2 L80.9087 1068.95 L89.1725 1067.28 L93.8484 1067.28 L93.8484 1097.9 L101.487 1097.9 L101.487 1101.84 L81.58 1101.84 L81.58 1097.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M106.557 1095.96 L111.441 1095.96 L111.441 1101.84 L106.557 1101.84 L106.557 1095.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M126.51 1070.36 Q122.899 1070.36 121.071 1073.92 Q119.265 1077.46 119.265 1084.59 Q119.265 1091.7 121.071 1095.26 Q122.899 1098.81 126.51 1098.81 Q130.145 1098.81 131.95 1095.26 Q133.779 1091.7 133.779 1084.59 Q133.779 1077.46 131.95 1073.92 Q130.145 1070.36 126.51 1070.36 M126.51 1066.65 Q132.32 1066.65 135.376 1071.26 Q138.455 1075.84 138.455 1084.59 Q138.455 1093.32 135.376 1097.93 Q132.32 1102.51 126.51 1102.51 Q120.7 1102.51 117.621 1097.93 Q114.566 1093.32 114.566 1084.59 Q114.566 1075.84 117.621 1071.26 Q120.7 1066.65 126.51 1066.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M62.9921 980.776 L75.4689 980.776 L75.4689 984.572 L62.9921 984.572 L62.9921 980.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M90.5383 964.179 Q86.9272 964.179 85.0985 967.744 Q83.2929 971.285 83.2929 978.415 Q83.2929 985.521 85.0985 989.086 Q86.9272 992.628 90.5383 992.628 Q94.1725 992.628 95.9781 989.086 Q97.8068 985.521 97.8068 978.415 Q97.8068 971.285 95.9781 967.744 Q94.1725 964.179 90.5383 964.179 M90.5383 960.475 Q96.3484 960.475 99.404 965.082 Q102.483 969.665 102.483 978.415 Q102.483 987.142 99.404 991.748 Q96.3484 996.331 90.5383 996.331 Q84.7281 996.331 81.6494 991.748 Q78.5939 987.142 78.5939 978.415 Q78.5939 969.665 81.6494 965.082 Q84.7281 960.475 90.5383 960.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M107.552 989.781 L112.436 989.781 L112.436 995.66 L107.552 995.66 L107.552 989.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M117.552 961.1 L135.908 961.1 L135.908 965.035 L121.834 965.035 L121.834 973.507 Q122.853 973.16 123.871 972.998 Q124.89 972.813 125.908 972.813 Q131.695 972.813 135.075 975.984 Q138.455 979.156 138.455 984.572 Q138.455 990.151 134.982 993.253 Q131.51 996.331 125.191 996.331 Q123.015 996.331 120.746 995.961 Q118.501 995.591 116.094 994.85 L116.094 990.151 Q118.177 991.285 120.399 991.841 Q122.621 992.396 125.098 992.396 Q129.103 992.396 131.441 990.29 Q133.779 988.183 133.779 984.572 Q133.779 980.961 131.441 978.855 Q129.103 976.748 125.098 976.748 Q123.223 976.748 121.348 977.165 Q119.496 977.582 117.552 978.461 L117.552 961.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M89.5429 858 Q85.9318 858 84.1031 861.565 Q82.2976 865.106 82.2976 872.236 Q82.2976 879.343 84.1031 882.907 Q85.9318 886.449 89.5429 886.449 Q93.1771 886.449 94.9827 882.907 Q96.8114 879.343 96.8114 872.236 Q96.8114 865.106 94.9827 861.565 Q93.1771 858 89.5429 858 M89.5429 854.296 Q95.3531 854.296 98.4086 858.903 Q101.487 863.486 101.487 872.236 Q101.487 880.963 98.4086 885.569 Q95.3531 890.153 89.5429 890.153 Q83.7328 890.153 80.6541 885.569 Q77.5985 880.963 77.5985 872.236 Q77.5985 863.486 80.6541 858.903 Q83.7328 854.296 89.5429 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M106.557 883.602 L111.441 883.602 L111.441 889.481 L106.557 889.481 L106.557 883.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M126.51 858 Q122.899 858 121.071 861.565 Q119.265 865.106 119.265 872.236 Q119.265 879.343 121.071 882.907 Q122.899 886.449 126.51 886.449 Q130.145 886.449 131.95 882.907 Q133.779 879.343 133.779 872.236 Q133.779 865.106 131.95 861.565 Q130.145 858 126.51 858 M126.51 854.296 Q132.32 854.296 135.376 858.903 Q138.455 863.486 138.455 872.236 Q138.455 880.963 135.376 885.569 Q132.32 890.153 126.51 890.153 Q120.7 890.153 117.621 885.569 Q114.566 880.963 114.566 872.236 Q114.566 863.486 117.621 858.903 Q120.7 854.296 126.51 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M90.5383 751.821 Q86.9272 751.821 85.0985 755.386 Q83.2929 758.928 83.2929 766.057 Q83.2929 773.164 85.0985 776.728 Q86.9272 780.27 90.5383 780.27 Q94.1725 780.27 95.9781 776.728 Q97.8068 773.164 97.8068 766.057 Q97.8068 758.928 95.9781 755.386 Q94.1725 751.821 90.5383 751.821 M90.5383 748.118 Q96.3484 748.118 99.404 752.724 Q102.483 757.307 102.483 766.057 Q102.483 774.784 99.404 779.391 Q96.3484 783.974 90.5383 783.974 Q84.7281 783.974 81.6494 779.391 Q78.5939 774.784 78.5939 766.057 Q78.5939 757.307 81.6494 752.724 Q84.7281 748.118 90.5383 748.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M107.552 777.423 L112.436 777.423 L112.436 783.303 L107.552 783.303 L107.552 777.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M117.552 748.743 L135.908 748.743 L135.908 752.678 L121.834 752.678 L121.834 761.15 Q122.853 760.803 123.871 760.641 Q124.89 760.455 125.908 760.455 Q131.695 760.455 135.075 763.627 Q138.455 766.798 138.455 772.215 Q138.455 777.793 134.982 780.895 Q131.51 783.974 125.191 783.974 Q123.015 783.974 120.746 783.603 Q118.501 783.233 116.094 782.492 L116.094 777.793 Q118.177 778.928 120.399 779.483 Q122.621 780.039 125.098 780.039 Q129.103 780.039 131.441 777.932 Q133.779 775.826 133.779 772.215 Q133.779 768.604 131.441 766.497 Q129.103 764.391 125.098 764.391 Q123.223 764.391 121.348 764.807 Q119.496 765.224 117.552 766.104 L117.552 748.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M81.58 673.189 L89.2188 673.189 L89.2188 646.823 L80.9087 648.49 L80.9087 644.23 L89.1725 642.564 L93.8484 642.564 L93.8484 673.189 L101.487 673.189 L101.487 677.124 L81.58 677.124 L81.58 673.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M106.557 671.244 L111.441 671.244 L111.441 677.124 L106.557 677.124 L106.557 671.244 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M126.51 645.642 Q122.899 645.642 121.071 649.207 Q119.265 652.749 119.265 659.878 Q119.265 666.985 121.071 670.55 Q122.899 674.091 126.51 674.091 Q130.145 674.091 131.95 670.55 Q133.779 666.985 133.779 659.878 Q133.779 652.749 131.95 649.207 Q130.145 645.642 126.51 645.642 M126.51 641.939 Q132.32 641.939 135.376 646.545 Q138.455 651.128 138.455 659.878 Q138.455 668.605 135.376 673.212 Q132.32 677.795 126.51 677.795 Q120.7 677.795 117.621 673.212 Q114.566 668.605 114.566 659.878 Q114.566 651.128 117.621 646.545 Q120.7 641.939 126.51 641.939 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip144)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,668.566 188.764,667.157 190.864,665.869 192.964,664.704 195.065,663.663 204.775,660.474 214.485,659.98 224.196,662.186 233.906,667.066 243.616,674.556 \n 253.327,684.561 263.037,696.955 272.747,711.579 284.419,731.842 296.09,754.685 307.761,779.687 319.432,806.39 339.167,854.026 358.903,902.615 380.341,953.509 \n 401.779,999.38 411.661,1018.03 421.543,1034.77 431.425,1049.35 441.307,1061.61 451.902,1071.97 462.496,1079.31 473.091,1083.5 483.686,1084.5 495.961,1081.64 \n 508.236,1074.52 520.51,1063.28 532.785,1048.17 543.694,1031.72 554.602,1012.71 565.511,991.449 576.419,968.271 595.551,924.135 614.682,877.441 635.541,826.318 \n 656.399,777.879 666.891,755.435 677.382,734.725 687.873,716.057 698.364,699.708 709.964,684.623 721.563,672.944 733.163,664.881 744.762,660.582 755.798,660.057 \n 766.835,663.019 777.872,669.419 788.908,679.152 800.384,692.634 811.859,709.306 823.334,728.873 834.81,750.985 854.13,792.858 873.449,838.716 897.037,896.745 \n 920.624,952.94 931.71,977.512 942.796,1000.34 953.883,1021.04 964.969,1039.27 973.85,1051.89 982.73,1062.59 991.611,1071.27 1000.49,1077.83 1009.37,1082.2 \n 1018.25,1084.33 1027.13,1084.21 1036.01,1081.83 1038.75,1080.64 1041.48,1079.25 1044.21,1077.65 1046.95,1075.84 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"\nM844.903 783.204 L1042.36 783.204 L1042.36 662.244 L844.903 662.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 844.903,783.204 1042.36,783.204 1042.36,662.244 844.903,662.244 844.903,783.204 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 855.035,722.724 915.829,722.724 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M944.387 714.842 L944.387 718.87 Q942.581 717.944 940.637 717.481 Q938.692 717.018 936.609 717.018 Q933.438 717.018 931.841 717.99 Q930.267 718.962 930.267 720.907 Q930.267 722.388 931.401 723.245 Q932.535 724.078 935.961 724.842 L937.419 725.166 Q941.956 726.138 943.854 727.921 Q945.776 729.68 945.776 732.851 Q945.776 736.462 942.905 738.569 Q940.058 740.675 935.058 740.675 Q932.975 740.675 930.706 740.258 Q928.461 739.865 925.961 739.055 L925.961 734.657 Q928.322 735.883 930.614 736.508 Q932.905 737.11 935.151 737.11 Q938.16 737.11 939.78 736.092 Q941.401 735.05 941.401 733.175 Q941.401 731.439 940.22 730.513 Q939.063 729.587 935.104 728.731 L933.623 728.384 Q929.665 727.55 927.905 725.837 Q926.146 724.101 926.146 721.092 Q926.146 717.435 928.739 715.444 Q931.331 713.453 936.1 713.453 Q938.461 713.453 940.544 713.8 Q942.628 714.147 944.387 714.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M950.243 714.078 L954.502 714.078 L954.502 740.004 L950.243 740.004 L950.243 714.078 M950.243 703.986 L954.502 703.986 L954.502 709.379 L950.243 709.379 L950.243 703.986 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M980.521 724.356 L980.521 740.004 L976.262 740.004 L976.262 724.495 Q976.262 720.814 974.826 718.985 Q973.391 717.157 970.521 717.157 Q967.072 717.157 965.081 719.356 Q963.09 721.555 963.09 725.351 L963.09 740.004 L958.808 740.004 L958.808 714.078 L963.09 714.078 L963.09 718.106 Q964.618 715.768 966.678 714.61 Q968.762 713.453 971.47 713.453 Q975.938 713.453 978.229 716.231 Q980.521 718.985 980.521 724.356 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1021.61 714.078 L1012.23 726.694 L1022.09 740.004 L1017.07 740.004 L1009.53 729.819 L1001.98 740.004 L996.956 740.004 L1007.03 726.439 L997.812 714.078 L1002.84 714.078 L1009.71 723.314 L1016.59 714.078 L1021.61 714.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"\nM1280.85 1097.24 L2192.76 1097.24 L2192.76 647.244 L1280.85 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip145\">\n <rect x=\"1280\" y=\"647\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,1097.24 1392.69,647.244 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,1097.24 1564.75,647.244 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,1097.24 1736.81,647.244 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,1097.24 1908.86,647.244 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,1097.24 2080.92,647.244 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1084.56 2192.76,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,978.38 2192.76,978.38 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,872.201 2192.76,872.201 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,766.023 2192.76,766.023 \n \"/>\n<polyline clip-path=\"url(#clip145)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,659.844 2192.76,659.844 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1097.24 2192.76,1097.24 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1097.24 1280.85,647.244 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,1097.24 1392.69,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,1097.24 1564.75,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,1097.24 1736.81,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,1097.24 1908.86,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,1097.24 2080.92,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1084.56 1291.8,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,978.38 1291.8,978.38 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,872.201 1291.8,872.201 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,766.023 1291.8,766.023 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,659.844 1291.8,659.844 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M1372.7 1135.02 L1385.18 1135.02 L1385.18 1138.82 L1372.7 1138.82 L1372.7 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1403.1 1119.42 L1391.29 1137.87 L1403.1 1137.87 L1403.1 1119.42 M1401.87 1115.35 L1407.75 1115.35 L1407.75 1137.87 L1412.68 1137.87 L1412.68 1141.76 L1407.75 1141.76 L1407.75 1149.91 L1403.1 1149.91 L1403.1 1141.76 L1387.49 1141.76 L1387.49 1137.25 L1401.87 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1545.8 1135.02 L1558.28 1135.02 L1558.28 1138.82 L1545.8 1138.82 L1545.8 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1567.38 1145.97 L1583.7 1145.97 L1583.7 1149.91 L1561.75 1149.91 L1561.75 1145.97 Q1564.41 1143.22 1569 1138.59 Q1573.6 1133.94 1574.78 1132.59 Q1577.03 1130.07 1577.91 1128.33 Q1578.81 1126.58 1578.81 1124.89 Q1578.81 1122.13 1576.87 1120.39 Q1574.95 1118.66 1571.84 1118.66 Q1569.64 1118.66 1567.19 1119.42 Q1564.76 1120.19 1561.98 1121.74 L1561.98 1117.02 Q1564.81 1115.88 1567.26 1115.3 Q1569.71 1114.72 1571.75 1114.72 Q1577.12 1114.72 1580.32 1117.41 Q1583.51 1120.09 1583.51 1124.58 Q1583.51 1126.71 1582.7 1128.64 Q1581.91 1130.53 1579.81 1133.13 Q1579.23 1133.8 1576.13 1137.01 Q1573.02 1140.21 1567.38 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1736.81 1118.43 Q1733.19 1118.43 1731.37 1121.99 Q1729.56 1125.53 1729.56 1132.66 Q1729.56 1139.77 1731.37 1143.33 Q1733.19 1146.88 1736.81 1146.88 Q1740.44 1146.88 1742.25 1143.33 Q1744.07 1139.77 1744.07 1132.66 Q1744.07 1125.53 1742.25 1121.99 Q1740.44 1118.43 1736.81 1118.43 M1736.81 1114.72 Q1742.62 1114.72 1745.67 1119.33 Q1748.75 1123.91 1748.75 1132.66 Q1748.75 1141.39 1745.67 1146 Q1742.62 1150.58 1736.81 1150.58 Q1731 1150.58 1727.92 1146 Q1724.86 1141.39 1724.86 1132.66 Q1724.86 1123.91 1727.92 1119.33 Q1731 1114.72 1736.81 1114.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1903.51 1145.97 L1919.83 1145.97 L1919.83 1149.91 L1897.89 1149.91 L1897.89 1145.97 Q1900.55 1143.22 1905.14 1138.59 Q1909.74 1133.94 1910.92 1132.59 Q1913.17 1130.07 1914.05 1128.33 Q1914.95 1126.58 1914.95 1124.89 Q1914.95 1122.13 1913.01 1120.39 Q1911.08 1118.66 1907.98 1118.66 Q1905.78 1118.66 1903.33 1119.42 Q1900.9 1120.19 1898.12 1121.74 L1898.12 1117.02 Q1900.95 1115.88 1903.4 1115.3 Q1905.85 1114.72 1907.89 1114.72 Q1913.26 1114.72 1916.45 1117.41 Q1919.65 1120.09 1919.65 1124.58 Q1919.65 1126.71 1918.84 1128.64 Q1918.05 1130.53 1915.95 1133.13 Q1915.37 1133.8 1912.26 1137.01 Q1909.16 1140.21 1903.51 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2083.93 1119.42 L2072.12 1137.87 L2083.93 1137.87 L2083.93 1119.42 M2082.7 1115.35 L2088.58 1115.35 L2088.58 1137.87 L2093.51 1137.87 L2093.51 1141.76 L2088.58 1141.76 L2088.58 1149.91 L2083.93 1149.91 L2083.93 1141.76 L2068.33 1141.76 L2068.33 1137.25 L2082.7 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1183.22 1086.95 L1195.7 1086.95 L1195.7 1090.75 L1183.22 1090.75 L1183.22 1086.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1201.58 1097.9 L1209.22 1097.9 L1209.22 1071.54 L1200.91 1073.2 L1200.91 1068.95 L1209.17 1067.28 L1213.85 1067.28 L1213.85 1097.9 L1221.49 1097.9 L1221.49 1101.84 L1201.58 1101.84 L1201.58 1097.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1226.56 1095.96 L1231.44 1095.96 L1231.44 1101.84 L1226.56 1101.84 L1226.56 1095.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1246.51 1070.36 Q1242.9 1070.36 1241.07 1073.92 Q1239.26 1077.46 1239.26 1084.59 Q1239.26 1091.7 1241.07 1095.26 Q1242.9 1098.81 1246.51 1098.81 Q1250.14 1098.81 1251.95 1095.26 Q1253.78 1091.7 1253.78 1084.59 Q1253.78 1077.46 1251.95 1073.92 Q1250.14 1070.36 1246.51 1070.36 M1246.51 1066.65 Q1252.32 1066.65 1255.38 1071.26 Q1258.45 1075.84 1258.45 1084.59 Q1258.45 1093.32 1255.38 1097.93 Q1252.32 1102.51 1246.51 1102.51 Q1240.7 1102.51 1237.62 1097.93 Q1234.57 1093.32 1234.57 1084.59 Q1234.57 1075.84 1237.62 1071.26 Q1240.7 1066.65 1246.51 1066.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1182.99 980.776 L1195.47 980.776 L1195.47 984.572 L1182.99 984.572 L1182.99 980.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1210.54 964.179 Q1206.93 964.179 1205.1 967.744 Q1203.29 971.285 1203.29 978.415 Q1203.29 985.521 1205.1 989.086 Q1206.93 992.628 1210.54 992.628 Q1214.17 992.628 1215.98 989.086 Q1217.81 985.521 1217.81 978.415 Q1217.81 971.285 1215.98 967.744 Q1214.17 964.179 1210.54 964.179 M1210.54 960.475 Q1216.35 960.475 1219.4 965.082 Q1222.48 969.665 1222.48 978.415 Q1222.48 987.142 1219.4 991.748 Q1216.35 996.331 1210.54 996.331 Q1204.73 996.331 1201.65 991.748 Q1198.59 987.142 1198.59 978.415 Q1198.59 969.665 1201.65 965.082 Q1204.73 960.475 1210.54 960.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1227.55 989.781 L1232.44 989.781 L1232.44 995.66 L1227.55 995.66 L1227.55 989.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1237.55 961.1 L1255.91 961.1 L1255.91 965.035 L1241.83 965.035 L1241.83 973.507 Q1242.85 973.16 1243.87 972.998 Q1244.89 972.813 1245.91 972.813 Q1251.7 972.813 1255.08 975.984 Q1258.45 979.156 1258.45 984.572 Q1258.45 990.151 1254.98 993.253 Q1251.51 996.331 1245.19 996.331 Q1243.01 996.331 1240.75 995.961 Q1238.5 995.591 1236.09 994.85 L1236.09 990.151 Q1238.18 991.285 1240.4 991.841 Q1242.62 992.396 1245.1 992.396 Q1249.1 992.396 1251.44 990.29 Q1253.78 988.183 1253.78 984.572 Q1253.78 980.961 1251.44 978.855 Q1249.1 976.748 1245.1 976.748 Q1243.22 976.748 1241.35 977.165 Q1239.5 977.582 1237.55 978.461 L1237.55 961.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1209.54 858 Q1205.93 858 1204.1 861.565 Q1202.3 865.106 1202.3 872.236 Q1202.3 879.343 1204.1 882.907 Q1205.93 886.449 1209.54 886.449 Q1213.18 886.449 1214.98 882.907 Q1216.81 879.343 1216.81 872.236 Q1216.81 865.106 1214.98 861.565 Q1213.18 858 1209.54 858 M1209.54 854.296 Q1215.35 854.296 1218.41 858.903 Q1221.49 863.486 1221.49 872.236 Q1221.49 880.963 1218.41 885.569 Q1215.35 890.153 1209.54 890.153 Q1203.73 890.153 1200.65 885.569 Q1197.6 880.963 1197.6 872.236 Q1197.6 863.486 1200.65 858.903 Q1203.73 854.296 1209.54 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1226.56 883.602 L1231.44 883.602 L1231.44 889.481 L1226.56 889.481 L1226.56 883.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1246.51 858 Q1242.9 858 1241.07 861.565 Q1239.26 865.106 1239.26 872.236 Q1239.26 879.343 1241.07 882.907 Q1242.9 886.449 1246.51 886.449 Q1250.14 886.449 1251.95 882.907 Q1253.78 879.343 1253.78 872.236 Q1253.78 865.106 1251.95 861.565 Q1250.14 858 1246.51 858 M1246.51 854.296 Q1252.32 854.296 1255.38 858.903 Q1258.45 863.486 1258.45 872.236 Q1258.45 880.963 1255.38 885.569 Q1252.32 890.153 1246.51 890.153 Q1240.7 890.153 1237.62 885.569 Q1234.57 880.963 1234.57 872.236 Q1234.57 863.486 1237.62 858.903 Q1240.7 854.296 1246.51 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1210.54 751.821 Q1206.93 751.821 1205.1 755.386 Q1203.29 758.928 1203.29 766.057 Q1203.29 773.164 1205.1 776.728 Q1206.93 780.27 1210.54 780.27 Q1214.17 780.27 1215.98 776.728 Q1217.81 773.164 1217.81 766.057 Q1217.81 758.928 1215.98 755.386 Q1214.17 751.821 1210.54 751.821 M1210.54 748.118 Q1216.35 748.118 1219.4 752.724 Q1222.48 757.307 1222.48 766.057 Q1222.48 774.784 1219.4 779.391 Q1216.35 783.974 1210.54 783.974 Q1204.73 783.974 1201.65 779.391 Q1198.59 774.784 1198.59 766.057 Q1198.59 757.307 1201.65 752.724 Q1204.73 748.118 1210.54 748.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1227.55 777.423 L1232.44 777.423 L1232.44 783.303 L1227.55 783.303 L1227.55 777.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1237.55 748.743 L1255.91 748.743 L1255.91 752.678 L1241.83 752.678 L1241.83 761.15 Q1242.85 760.803 1243.87 760.641 Q1244.89 760.455 1245.91 760.455 Q1251.7 760.455 1255.08 763.627 Q1258.45 766.798 1258.45 772.215 Q1258.45 777.793 1254.98 780.895 Q1251.51 783.974 1245.19 783.974 Q1243.01 783.974 1240.75 783.603 Q1238.5 783.233 1236.09 782.492 L1236.09 777.793 Q1238.18 778.928 1240.4 779.483 Q1242.62 780.039 1245.1 780.039 Q1249.1 780.039 1251.44 777.932 Q1253.78 775.826 1253.78 772.215 Q1253.78 768.604 1251.44 766.497 Q1249.1 764.391 1245.1 764.391 Q1243.22 764.391 1241.35 764.807 Q1239.5 765.224 1237.55 766.104 L1237.55 748.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1201.58 673.189 L1209.22 673.189 L1209.22 646.823 L1200.91 648.49 L1200.91 644.23 L1209.17 642.564 L1213.85 642.564 L1213.85 673.189 L1221.49 673.189 L1221.49 677.124 L1201.58 677.124 L1201.58 673.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1226.56 671.244 L1231.44 671.244 L1231.44 677.124 L1226.56 677.124 L1226.56 671.244 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M1246.51 645.642 Q1242.9 645.642 1241.07 649.207 Q1239.26 652.749 1239.26 659.878 Q1239.26 666.985 1241.07 670.55 Q1242.9 674.091 1246.51 674.091 Q1250.14 674.091 1251.95 670.55 Q1253.78 666.985 1253.78 659.878 Q1253.78 652.749 1251.95 649.207 Q1250.14 645.642 1246.51 645.642 M1246.51 641.939 Q1252.32 641.939 1255.38 646.545 Q1258.45 651.128 1258.45 659.878 Q1258.45 668.605 1255.38 673.212 Q1252.32 677.795 1246.51 677.795 Q1240.7 677.795 1237.62 673.212 Q1234.57 668.605 1234.57 659.878 Q1234.57 651.128 1237.62 646.545 Q1240.7 641.939 1246.51 641.939 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip145)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,668.566 1308.76,667.157 1310.86,665.869 1312.96,664.704 1315.06,663.663 1324.77,660.474 1334.49,659.98 1344.2,662.186 1353.91,667.066 1363.62,674.556 \n 1373.33,684.561 1383.04,696.955 1392.75,711.579 1404.42,731.842 1416.09,754.685 1427.76,779.687 1439.43,806.39 1459.17,854.026 1478.9,902.615 1500.34,953.509 \n 1521.78,999.38 1531.66,1018.03 1541.54,1034.77 1551.43,1049.35 1561.31,1061.61 1571.9,1071.97 1582.5,1079.31 1593.09,1083.5 1603.69,1084.5 1615.96,1081.64 \n 1628.24,1074.52 1640.51,1063.28 1652.79,1048.17 1663.69,1031.72 1674.6,1012.71 1685.51,991.449 1696.42,968.271 1715.55,924.135 1734.68,877.441 1755.54,826.318 \n 1776.4,777.879 1786.89,755.435 1797.38,734.725 1807.87,716.057 1818.36,699.708 1829.96,684.623 1841.56,672.944 1853.16,664.881 1864.76,660.582 1875.8,660.057 \n 1886.84,663.019 1897.87,669.419 1908.91,679.152 1920.38,692.634 1931.86,709.306 1943.33,728.873 1954.81,750.985 1974.13,792.858 1993.45,838.716 2017.04,896.745 \n 2040.62,952.94 2051.71,977.512 2062.8,1000.34 2073.88,1021.04 2084.97,1039.27 2093.85,1051.89 2102.73,1062.59 2111.61,1071.27 2120.49,1077.83 2129.37,1082.2 \n 2138.25,1084.33 2147.13,1084.21 2156.01,1081.83 2158.75,1080.64 2161.48,1079.25 2164.21,1077.65 2166.95,1075.84 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"\nM1964.9 783.204 L2162.36 783.204 L2162.36 662.244 L1964.9 662.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1964.9,783.204 2162.36,783.204 2162.36,662.244 1964.9,662.244 1964.9,783.204 \n \"/>\n<polyline clip-path=\"url(#clip140)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1975.04,722.724 2035.83,722.724 \n \"/>\n<path clip-path=\"url(#clip140)\" d=\"M 0 0 M2064.39 714.842 L2064.39 718.87 Q2062.58 717.944 2060.64 717.481 Q2058.69 717.018 2056.61 717.018 Q2053.44 717.018 2051.84 717.99 Q2050.27 718.962 2050.27 720.907 Q2050.27 722.388 2051.4 723.245 Q2052.54 724.078 2055.96 724.842 L2057.42 725.166 Q2061.96 726.138 2063.85 727.921 Q2065.78 729.68 2065.78 732.851 Q2065.78 736.462 2062.91 738.569 Q2060.06 740.675 2055.06 740.675 Q2052.97 740.675 2050.71 740.258 Q2048.46 739.865 2045.96 739.055 L2045.96 734.657 Q2048.32 735.883 2050.61 736.508 Q2052.91 737.11 2055.15 737.11 Q2058.16 737.11 2059.78 736.092 Q2061.4 735.05 2061.4 733.175 Q2061.4 731.439 2060.22 730.513 Q2059.06 729.587 2055.1 728.731 L2053.62 728.384 Q2049.66 727.55 2047.91 725.837 Q2046.15 724.101 2046.15 721.092 Q2046.15 717.435 2048.74 715.444 Q2051.33 713.453 2056.1 713.453 Q2058.46 713.453 2060.54 713.8 Q2062.63 714.147 2064.39 714.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2070.24 714.078 L2074.5 714.078 L2074.5 740.004 L2070.24 740.004 L2070.24 714.078 M2070.24 703.986 L2074.5 703.986 L2074.5 709.379 L2070.24 709.379 L2070.24 703.986 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2100.52 724.356 L2100.52 740.004 L2096.26 740.004 L2096.26 724.495 Q2096.26 720.814 2094.83 718.985 Q2093.39 717.157 2090.52 717.157 Q2087.07 717.157 2085.08 719.356 Q2083.09 721.555 2083.09 725.351 L2083.09 740.004 L2078.81 740.004 L2078.81 714.078 L2083.09 714.078 L2083.09 718.106 Q2084.62 715.768 2086.68 714.61 Q2088.76 713.453 2091.47 713.453 Q2095.94 713.453 2098.23 716.231 Q2100.52 718.985 2100.52 724.356 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip140)\" d=\"M 0 0 M2141.61 714.078 L2132.23 726.694 L2142.09 740.004 L2137.07 740.004 L2129.53 729.819 L2121.98 740.004 L2116.96 740.004 L2127.03 726.439 L2117.81 714.078 L2122.84 714.078 L2129.71 723.314 L2136.59 714.078 L2141.61 714.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nP5 = deepcopy(P1)\nP6 = deepcopy(P1)\nplot(P1, P2, P3, P4, P5, P6, size=(560, 450), layout=@layout([a b; c d; e f]))",
"execution_count": 7,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 7,
"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=\"560\" height=\"450\" viewBox=\"0 0 2240 1800\">\n<defs>\n <clipPath id=\"clip180\">\n <rect x=\"0\" y=\"0\" width=\"2240\" height=\"1800\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip180)\" d=\"\nM0 1800 L2240 1800 L2240 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip181\">\n <rect x=\"448\" y=\"0\" width=\"1569\" height=\"1569\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip180)\" d=\"\nM160.855 477.351 L1072.76 477.351 L1072.76 47.2441 L160.855 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip182\">\n <rect x=\"160\" y=\"47\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,477.351 272.692,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,477.351 444.748,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,477.351 616.805,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,477.351 788.862,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,477.351 960.919,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,465.233 1072.76,465.233 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,363.747 1072.76,363.747 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,262.26 1072.76,262.26 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,160.774 1072.76,160.774 \n \"/>\n<polyline clip-path=\"url(#clip182)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,59.2869 1072.76,59.2869 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,477.351 1072.76,477.351 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,477.351 160.855,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,477.351 272.692,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,477.351 444.748,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,477.351 616.805,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,477.351 788.862,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,477.351 960.919,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,465.233 171.797,465.233 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,363.747 171.797,363.747 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,262.26 171.797,262.26 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,160.774 171.797,160.774 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,59.2869 171.797,59.2869 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M252.703 515.139 L265.18 515.139 L265.18 518.935 L252.703 518.935 L252.703 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M283.097 499.537 L271.291 517.986 L283.097 517.986 L283.097 499.537 M281.87 495.463 L287.749 495.463 L287.749 517.986 L292.68 517.986 L292.68 521.875 L287.749 521.875 L287.749 530.023 L283.097 530.023 L283.097 521.875 L267.495 521.875 L267.495 517.361 L281.87 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M425.802 515.139 L438.279 515.139 L438.279 518.935 L425.802 518.935 L425.802 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M447.376 526.088 L463.695 526.088 L463.695 530.023 L441.751 530.023 L441.751 526.088 Q444.413 523.333 448.996 518.703 Q453.603 514.051 454.783 512.708 Q457.028 510.185 457.908 508.449 Q458.811 506.69 458.811 505 Q458.811 502.245 456.866 500.509 Q454.945 498.773 451.843 498.773 Q449.644 498.773 447.191 499.537 Q444.76 500.301 441.982 501.852 L441.982 497.129 Q444.806 495.995 447.26 495.416 Q449.714 494.838 451.751 494.838 Q457.121 494.838 460.316 497.523 Q463.51 500.208 463.51 504.699 Q463.51 506.828 462.7 508.75 Q461.913 510.648 459.806 513.24 Q459.228 513.912 456.126 517.129 Q453.024 520.324 447.376 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M616.805 498.541 Q613.194 498.541 611.366 502.106 Q609.56 505.648 609.56 512.777 Q609.56 519.884 611.366 523.449 Q613.194 526.99 616.805 526.99 Q620.44 526.99 622.245 523.449 Q624.074 519.884 624.074 512.777 Q624.074 505.648 622.245 502.106 Q620.44 498.541 616.805 498.541 M616.805 494.838 Q622.615 494.838 625.671 499.444 Q628.75 504.028 628.75 512.777 Q628.75 521.504 625.671 526.111 Q622.615 530.694 616.805 530.694 Q610.995 530.694 607.916 526.111 Q604.861 521.504 604.861 512.777 Q604.861 504.028 607.916 499.444 Q610.995 494.838 616.805 494.838 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M783.515 526.088 L799.834 526.088 L799.834 530.023 L777.89 530.023 L777.89 526.088 Q780.552 523.333 785.135 518.703 Q789.742 514.051 790.922 512.708 Q793.168 510.185 794.047 508.449 Q794.95 506.69 794.95 505 Q794.95 502.245 793.006 500.509 Q791.084 498.773 787.983 498.773 Q785.783 498.773 783.33 499.537 Q780.899 500.301 778.121 501.852 L778.121 497.129 Q780.946 495.995 783.399 495.416 Q785.853 494.838 787.89 494.838 Q793.26 494.838 796.455 497.523 Q799.649 500.208 799.649 504.699 Q799.649 506.828 798.839 508.75 Q798.052 510.648 795.945 513.24 Q795.367 513.912 792.265 517.129 Q789.163 520.324 783.515 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M963.928 499.537 L952.123 517.986 L963.928 517.986 L963.928 499.537 M962.701 495.463 L968.581 495.463 L968.581 517.986 L973.511 517.986 L973.511 521.875 L968.581 521.875 L968.581 530.023 L963.928 530.023 L963.928 521.875 L948.326 521.875 L948.326 517.361 L962.701 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M63.2236 467.629 L75.7004 467.629 L75.7004 471.426 L63.2236 471.426 L63.2236 467.629 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M81.58 478.578 L89.2188 478.578 L89.2188 452.213 L80.9087 453.879 L80.9087 449.62 L89.1725 447.953 L93.8484 447.953 L93.8484 478.578 L101.487 478.578 L101.487 482.513 L81.58 482.513 L81.58 478.578 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 476.634 L111.441 476.634 L111.441 482.513 L106.557 482.513 L106.557 476.634 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 451.032 Q122.899 451.032 121.071 454.597 Q119.265 458.139 119.265 465.268 Q119.265 472.375 121.071 475.939 Q122.899 479.481 126.51 479.481 Q130.145 479.481 131.95 475.939 Q133.779 472.375 133.779 465.268 Q133.779 458.139 131.95 454.597 Q130.145 451.032 126.51 451.032 M126.51 447.329 Q132.32 447.329 135.376 451.935 Q138.455 456.518 138.455 465.268 Q138.455 473.995 135.376 478.601 Q132.32 483.185 126.51 483.185 Q120.7 483.185 117.621 478.601 Q114.566 473.995 114.566 465.268 Q114.566 456.518 117.621 451.935 Q120.7 447.329 126.51 447.329 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M62.9921 366.143 L75.4689 366.143 L75.4689 369.939 L62.9921 369.939 L62.9921 366.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M90.5383 349.546 Q86.9272 349.546 85.0985 353.11 Q83.2929 356.652 83.2929 363.782 Q83.2929 370.888 85.0985 374.453 Q86.9272 377.994 90.5383 377.994 Q94.1725 377.994 95.9781 374.453 Q97.8068 370.888 97.8068 363.782 Q97.8068 356.652 95.9781 353.11 Q94.1725 349.546 90.5383 349.546 M90.5383 345.842 Q96.3484 345.842 99.404 350.448 Q102.483 355.032 102.483 363.782 Q102.483 372.508 99.404 377.115 Q96.3484 381.698 90.5383 381.698 Q84.7281 381.698 81.6494 377.115 Q78.5939 372.508 78.5939 363.782 Q78.5939 355.032 81.6494 350.448 Q84.7281 345.842 90.5383 345.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M107.552 375.147 L112.436 375.147 L112.436 381.027 L107.552 381.027 L107.552 375.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M117.552 346.467 L135.908 346.467 L135.908 350.402 L121.834 350.402 L121.834 358.874 Q122.853 358.527 123.871 358.365 Q124.89 358.18 125.908 358.18 Q131.695 358.18 135.075 361.351 Q138.455 364.522 138.455 369.939 Q138.455 375.518 134.982 378.619 Q131.51 381.698 125.191 381.698 Q123.015 381.698 120.746 381.328 Q118.501 380.957 116.094 380.217 L116.094 375.518 Q118.177 376.652 120.399 377.207 Q122.621 377.763 125.098 377.763 Q129.103 377.763 131.441 375.657 Q133.779 373.55 133.779 369.939 Q133.779 366.328 131.441 364.221 Q129.103 362.115 125.098 362.115 Q123.223 362.115 121.348 362.532 Q119.496 362.948 117.552 363.828 L117.552 346.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M89.5429 248.059 Q85.9318 248.059 84.1031 251.624 Q82.2976 255.165 82.2976 262.295 Q82.2976 269.401 84.1031 272.966 Q85.9318 276.508 89.5429 276.508 Q93.1771 276.508 94.9827 272.966 Q96.8114 269.401 96.8114 262.295 Q96.8114 255.165 94.9827 251.624 Q93.1771 248.059 89.5429 248.059 M89.5429 244.355 Q95.3531 244.355 98.4086 248.962 Q101.487 253.545 101.487 262.295 Q101.487 271.022 98.4086 275.628 Q95.3531 280.211 89.5429 280.211 Q83.7328 280.211 80.6541 275.628 Q77.5985 271.022 77.5985 262.295 Q77.5985 253.545 80.6541 248.962 Q83.7328 244.355 89.5429 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 273.661 L111.441 273.661 L111.441 279.54 L106.557 279.54 L106.557 273.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 248.059 Q122.899 248.059 121.071 251.624 Q119.265 255.165 119.265 262.295 Q119.265 269.401 121.071 272.966 Q122.899 276.508 126.51 276.508 Q130.145 276.508 131.95 272.966 Q133.779 269.401 133.779 262.295 Q133.779 255.165 131.95 251.624 Q130.145 248.059 126.51 248.059 M126.51 244.355 Q132.32 244.355 135.376 248.962 Q138.455 253.545 138.455 262.295 Q138.455 271.022 135.376 275.628 Q132.32 280.211 126.51 280.211 Q120.7 280.211 117.621 275.628 Q114.566 271.022 114.566 262.295 Q114.566 253.545 117.621 248.962 Q120.7 244.355 126.51 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M90.5383 146.572 Q86.9272 146.572 85.0985 150.137 Q83.2929 153.679 83.2929 160.808 Q83.2929 167.915 85.0985 171.48 Q86.9272 175.021 90.5383 175.021 Q94.1725 175.021 95.9781 171.48 Q97.8068 167.915 97.8068 160.808 Q97.8068 153.679 95.9781 150.137 Q94.1725 146.572 90.5383 146.572 M90.5383 142.869 Q96.3484 142.869 99.404 147.475 Q102.483 152.058 102.483 160.808 Q102.483 169.535 99.404 174.142 Q96.3484 178.725 90.5383 178.725 Q84.7281 178.725 81.6494 174.142 Q78.5939 169.535 78.5939 160.808 Q78.5939 152.058 81.6494 147.475 Q84.7281 142.869 90.5383 142.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M107.552 172.174 L112.436 172.174 L112.436 178.054 L107.552 178.054 L107.552 172.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M117.552 143.494 L135.908 143.494 L135.908 147.429 L121.834 147.429 L121.834 155.901 Q122.853 155.554 123.871 155.392 Q124.89 155.206 125.908 155.206 Q131.695 155.206 135.075 158.378 Q138.455 161.549 138.455 166.966 Q138.455 172.544 134.982 175.646 Q131.51 178.725 125.191 178.725 Q123.015 178.725 120.746 178.354 Q118.501 177.984 116.094 177.243 L116.094 172.544 Q118.177 173.679 120.399 174.234 Q122.621 174.79 125.098 174.79 Q129.103 174.79 131.441 172.683 Q133.779 170.577 133.779 166.966 Q133.779 163.355 131.441 161.248 Q129.103 159.142 125.098 159.142 Q123.223 159.142 121.348 159.558 Q119.496 159.975 117.552 160.855 L117.552 143.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M81.58 72.6317 L89.2188 72.6317 L89.2188 46.2661 L80.9087 47.9328 L80.9087 43.6736 L89.1725 42.0069 L93.8484 42.0069 L93.8484 72.6317 L101.487 72.6317 L101.487 76.5669 L81.58 76.5669 L81.58 72.6317 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 70.6873 L111.441 70.6873 L111.441 76.5669 L106.557 76.5669 L106.557 70.6873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 45.0856 Q122.899 45.0856 121.071 48.6504 Q119.265 52.192 119.265 59.3216 Q119.265 66.4281 121.071 69.9929 Q122.899 73.5345 126.51 73.5345 Q130.145 73.5345 131.95 69.9929 Q133.779 66.4281 133.779 59.3216 Q133.779 52.192 131.95 48.6504 Q130.145 45.0856 126.51 45.0856 M126.51 41.3819 Q132.32 41.3819 135.376 45.9884 Q138.455 50.5717 138.455 59.3216 Q138.455 68.0484 135.376 72.6549 Q132.32 77.2382 126.51 77.2382 Q120.7 77.2382 117.621 72.6549 Q114.566 68.0484 114.566 59.3216 Q114.566 50.5717 117.621 45.9884 Q120.7 41.3819 126.51 41.3819 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip182)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,67.6242 188.764,66.2766 190.864,65.0459 192.964,63.9327 195.065,62.9378 204.775,59.8896 214.485,59.4169 224.196,61.5259 233.906,66.1896 243.616,73.3487 \n 253.327,82.912 263.037,94.7579 272.747,108.736 284.419,128.104 296.09,149.937 307.761,173.834 319.432,199.357 339.167,244.888 358.903,291.33 380.341,339.975 \n 401.779,383.819 411.661,401.648 421.543,417.641 431.425,431.585 441.307,443.298 451.902,453.201 462.496,460.212 473.091,464.225 483.686,465.178 495.961,462.44 \n 508.236,455.634 520.51,444.898 532.785,430.45 543.694,414.73 554.602,396.563 565.511,376.239 576.419,354.084 595.551,311.899 614.682,267.268 635.541,218.404 \n 656.399,172.106 666.891,150.654 677.382,130.859 687.873,113.016 698.364,97.3894 709.964,82.9715 721.563,71.8082 733.163,64.102 744.762,59.9927 755.798,59.4912 \n 766.835,62.3223 777.872,68.4395 788.908,77.7423 800.384,90.6283 811.859,106.564 823.334,125.265 834.81,146.401 854.13,186.423 873.449,230.255 897.037,285.719 \n 920.624,339.431 931.71,362.917 942.796,384.733 953.883,404.518 964.969,421.945 973.85,434.006 982.73,444.238 991.611,452.533 1000.49,458.803 1009.37,462.98 \n 1018.25,465.019 1027.13,464.9 1036.01,462.624 1038.75,461.492 1041.48,460.16 1044.21,458.627 1046.95,456.896 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"\nM844.903 182.541 L1042.36 182.541 L1042.36 61.581 L844.903 61.581 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 844.903,182.541 1042.36,182.541 1042.36,61.581 844.903,61.581 844.903,182.541 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 855.035,122.061 915.829,122.061 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M944.387 114.179 L944.387 118.207 Q942.581 117.281 940.637 116.818 Q938.692 116.355 936.609 116.355 Q933.438 116.355 931.841 117.327 Q930.267 118.299 930.267 120.244 Q930.267 121.725 931.401 122.582 Q932.535 123.415 935.961 124.179 L937.419 124.503 Q941.956 125.475 943.854 127.258 Q945.776 129.017 945.776 132.188 Q945.776 135.799 942.905 137.906 Q940.058 140.012 935.058 140.012 Q932.975 140.012 930.706 139.596 Q928.461 139.202 925.961 138.392 L925.961 133.994 Q928.322 135.221 930.614 135.846 Q932.905 136.447 935.151 136.447 Q938.16 136.447 939.78 135.429 Q941.401 134.387 941.401 132.512 Q941.401 130.776 940.22 129.85 Q939.063 128.924 935.104 128.068 L933.623 127.721 Q929.665 126.887 927.905 125.174 Q926.146 123.438 926.146 120.429 Q926.146 116.772 928.739 114.781 Q931.331 112.79 936.1 112.79 Q938.461 112.79 940.544 113.137 Q942.628 113.485 944.387 114.179 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M950.243 113.415 L954.502 113.415 L954.502 139.341 L950.243 139.341 L950.243 113.415 M950.243 103.323 L954.502 103.323 L954.502 108.716 L950.243 108.716 L950.243 103.323 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M980.521 123.693 L980.521 139.341 L976.262 139.341 L976.262 123.832 Q976.262 120.151 974.826 118.323 Q973.391 116.494 970.521 116.494 Q967.072 116.494 965.081 118.693 Q963.09 120.892 963.09 124.688 L963.09 139.341 L958.808 139.341 L958.808 113.415 L963.09 113.415 L963.09 117.443 Q964.618 115.105 966.678 113.948 Q968.762 112.79 971.47 112.79 Q975.938 112.79 978.229 115.568 Q980.521 118.323 980.521 123.693 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1021.61 113.415 L1012.23 126.031 L1022.09 139.341 L1017.07 139.341 L1009.53 129.156 L1001.98 139.341 L996.956 139.341 L1007.03 125.776 L997.812 113.415 L1002.84 113.415 L1009.71 122.651 L1016.59 113.415 L1021.61 113.415 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"\nM1280.85 477.351 L2192.76 477.351 L2192.76 47.2441 L1280.85 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip183\">\n <rect x=\"1280\" y=\"47\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,477.351 1392.69,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,477.351 1564.75,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,477.351 1736.81,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,477.351 1908.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,477.351 2080.92,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,465.233 2192.76,465.233 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,363.747 2192.76,363.747 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,262.26 2192.76,262.26 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,160.774 2192.76,160.774 \n \"/>\n<polyline clip-path=\"url(#clip183)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,59.2869 2192.76,59.2869 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,477.351 2192.76,477.351 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,477.351 1280.85,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,477.351 1392.69,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,477.351 1564.75,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,477.351 1736.81,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,477.351 1908.86,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,477.351 2080.92,472.189 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,465.233 1291.8,465.233 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,363.747 1291.8,363.747 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,262.26 1291.8,262.26 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,160.774 1291.8,160.774 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,59.2869 1291.8,59.2869 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M1372.7 515.139 L1385.18 515.139 L1385.18 518.935 L1372.7 518.935 L1372.7 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1403.1 499.537 L1391.29 517.986 L1403.1 517.986 L1403.1 499.537 M1401.87 495.463 L1407.75 495.463 L1407.75 517.986 L1412.68 517.986 L1412.68 521.875 L1407.75 521.875 L1407.75 530.023 L1403.1 530.023 L1403.1 521.875 L1387.49 521.875 L1387.49 517.361 L1401.87 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1545.8 515.139 L1558.28 515.139 L1558.28 518.935 L1545.8 518.935 L1545.8 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1567.38 526.088 L1583.7 526.088 L1583.7 530.023 L1561.75 530.023 L1561.75 526.088 Q1564.41 523.333 1569 518.703 Q1573.6 514.051 1574.78 512.708 Q1577.03 510.185 1577.91 508.449 Q1578.81 506.69 1578.81 505 Q1578.81 502.245 1576.87 500.509 Q1574.95 498.773 1571.84 498.773 Q1569.64 498.773 1567.19 499.537 Q1564.76 500.301 1561.98 501.852 L1561.98 497.129 Q1564.81 495.995 1567.26 495.416 Q1569.71 494.838 1571.75 494.838 Q1577.12 494.838 1580.32 497.523 Q1583.51 500.208 1583.51 504.699 Q1583.51 506.828 1582.7 508.75 Q1581.91 510.648 1579.81 513.24 Q1579.23 513.912 1576.13 517.129 Q1573.02 520.324 1567.38 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1736.81 498.541 Q1733.19 498.541 1731.37 502.106 Q1729.56 505.648 1729.56 512.777 Q1729.56 519.884 1731.37 523.449 Q1733.19 526.99 1736.81 526.99 Q1740.44 526.99 1742.25 523.449 Q1744.07 519.884 1744.07 512.777 Q1744.07 505.648 1742.25 502.106 Q1740.44 498.541 1736.81 498.541 M1736.81 494.838 Q1742.62 494.838 1745.67 499.444 Q1748.75 504.028 1748.75 512.777 Q1748.75 521.504 1745.67 526.111 Q1742.62 530.694 1736.81 530.694 Q1731 530.694 1727.92 526.111 Q1724.86 521.504 1724.86 512.777 Q1724.86 504.028 1727.92 499.444 Q1731 494.838 1736.81 494.838 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1903.51 526.088 L1919.83 526.088 L1919.83 530.023 L1897.89 530.023 L1897.89 526.088 Q1900.55 523.333 1905.14 518.703 Q1909.74 514.051 1910.92 512.708 Q1913.17 510.185 1914.05 508.449 Q1914.95 506.69 1914.95 505 Q1914.95 502.245 1913.01 500.509 Q1911.08 498.773 1907.98 498.773 Q1905.78 498.773 1903.33 499.537 Q1900.9 500.301 1898.12 501.852 L1898.12 497.129 Q1900.95 495.995 1903.4 495.416 Q1905.85 494.838 1907.89 494.838 Q1913.26 494.838 1916.45 497.523 Q1919.65 500.208 1919.65 504.699 Q1919.65 506.828 1918.84 508.75 Q1918.05 510.648 1915.95 513.24 Q1915.37 513.912 1912.26 517.129 Q1909.16 520.324 1903.51 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2083.93 499.537 L2072.12 517.986 L2083.93 517.986 L2083.93 499.537 M2082.7 495.463 L2088.58 495.463 L2088.58 517.986 L2093.51 517.986 L2093.51 521.875 L2088.58 521.875 L2088.58 530.023 L2083.93 530.023 L2083.93 521.875 L2068.33 521.875 L2068.33 517.361 L2082.7 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1183.22 467.629 L1195.7 467.629 L1195.7 471.426 L1183.22 471.426 L1183.22 467.629 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1201.58 478.578 L1209.22 478.578 L1209.22 452.213 L1200.91 453.879 L1200.91 449.62 L1209.17 447.953 L1213.85 447.953 L1213.85 478.578 L1221.49 478.578 L1221.49 482.513 L1201.58 482.513 L1201.58 478.578 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 476.634 L1231.44 476.634 L1231.44 482.513 L1226.56 482.513 L1226.56 476.634 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 451.032 Q1242.9 451.032 1241.07 454.597 Q1239.26 458.139 1239.26 465.268 Q1239.26 472.375 1241.07 475.939 Q1242.9 479.481 1246.51 479.481 Q1250.14 479.481 1251.95 475.939 Q1253.78 472.375 1253.78 465.268 Q1253.78 458.139 1251.95 454.597 Q1250.14 451.032 1246.51 451.032 M1246.51 447.329 Q1252.32 447.329 1255.38 451.935 Q1258.45 456.518 1258.45 465.268 Q1258.45 473.995 1255.38 478.601 Q1252.32 483.185 1246.51 483.185 Q1240.7 483.185 1237.62 478.601 Q1234.57 473.995 1234.57 465.268 Q1234.57 456.518 1237.62 451.935 Q1240.7 447.329 1246.51 447.329 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1182.99 366.143 L1195.47 366.143 L1195.47 369.939 L1182.99 369.939 L1182.99 366.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1210.54 349.546 Q1206.93 349.546 1205.1 353.11 Q1203.29 356.652 1203.29 363.782 Q1203.29 370.888 1205.1 374.453 Q1206.93 377.994 1210.54 377.994 Q1214.17 377.994 1215.98 374.453 Q1217.81 370.888 1217.81 363.782 Q1217.81 356.652 1215.98 353.11 Q1214.17 349.546 1210.54 349.546 M1210.54 345.842 Q1216.35 345.842 1219.4 350.448 Q1222.48 355.032 1222.48 363.782 Q1222.48 372.508 1219.4 377.115 Q1216.35 381.698 1210.54 381.698 Q1204.73 381.698 1201.65 377.115 Q1198.59 372.508 1198.59 363.782 Q1198.59 355.032 1201.65 350.448 Q1204.73 345.842 1210.54 345.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1227.55 375.147 L1232.44 375.147 L1232.44 381.027 L1227.55 381.027 L1227.55 375.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1237.55 346.467 L1255.91 346.467 L1255.91 350.402 L1241.83 350.402 L1241.83 358.874 Q1242.85 358.527 1243.87 358.365 Q1244.89 358.18 1245.91 358.18 Q1251.7 358.18 1255.08 361.351 Q1258.45 364.522 1258.45 369.939 Q1258.45 375.518 1254.98 378.619 Q1251.51 381.698 1245.19 381.698 Q1243.01 381.698 1240.75 381.328 Q1238.5 380.957 1236.09 380.217 L1236.09 375.518 Q1238.18 376.652 1240.4 377.207 Q1242.62 377.763 1245.1 377.763 Q1249.1 377.763 1251.44 375.657 Q1253.78 373.55 1253.78 369.939 Q1253.78 366.328 1251.44 364.221 Q1249.1 362.115 1245.1 362.115 Q1243.22 362.115 1241.35 362.532 Q1239.5 362.948 1237.55 363.828 L1237.55 346.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1209.54 248.059 Q1205.93 248.059 1204.1 251.624 Q1202.3 255.165 1202.3 262.295 Q1202.3 269.401 1204.1 272.966 Q1205.93 276.508 1209.54 276.508 Q1213.18 276.508 1214.98 272.966 Q1216.81 269.401 1216.81 262.295 Q1216.81 255.165 1214.98 251.624 Q1213.18 248.059 1209.54 248.059 M1209.54 244.355 Q1215.35 244.355 1218.41 248.962 Q1221.49 253.545 1221.49 262.295 Q1221.49 271.022 1218.41 275.628 Q1215.35 280.211 1209.54 280.211 Q1203.73 280.211 1200.65 275.628 Q1197.6 271.022 1197.6 262.295 Q1197.6 253.545 1200.65 248.962 Q1203.73 244.355 1209.54 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 273.661 L1231.44 273.661 L1231.44 279.54 L1226.56 279.54 L1226.56 273.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 248.059 Q1242.9 248.059 1241.07 251.624 Q1239.26 255.165 1239.26 262.295 Q1239.26 269.401 1241.07 272.966 Q1242.9 276.508 1246.51 276.508 Q1250.14 276.508 1251.95 272.966 Q1253.78 269.401 1253.78 262.295 Q1253.78 255.165 1251.95 251.624 Q1250.14 248.059 1246.51 248.059 M1246.51 244.355 Q1252.32 244.355 1255.38 248.962 Q1258.45 253.545 1258.45 262.295 Q1258.45 271.022 1255.38 275.628 Q1252.32 280.211 1246.51 280.211 Q1240.7 280.211 1237.62 275.628 Q1234.57 271.022 1234.57 262.295 Q1234.57 253.545 1237.62 248.962 Q1240.7 244.355 1246.51 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1210.54 146.572 Q1206.93 146.572 1205.1 150.137 Q1203.29 153.679 1203.29 160.808 Q1203.29 167.915 1205.1 171.48 Q1206.93 175.021 1210.54 175.021 Q1214.17 175.021 1215.98 171.48 Q1217.81 167.915 1217.81 160.808 Q1217.81 153.679 1215.98 150.137 Q1214.17 146.572 1210.54 146.572 M1210.54 142.869 Q1216.35 142.869 1219.4 147.475 Q1222.48 152.058 1222.48 160.808 Q1222.48 169.535 1219.4 174.142 Q1216.35 178.725 1210.54 178.725 Q1204.73 178.725 1201.65 174.142 Q1198.59 169.535 1198.59 160.808 Q1198.59 152.058 1201.65 147.475 Q1204.73 142.869 1210.54 142.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1227.55 172.174 L1232.44 172.174 L1232.44 178.054 L1227.55 178.054 L1227.55 172.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1237.55 143.494 L1255.91 143.494 L1255.91 147.429 L1241.83 147.429 L1241.83 155.901 Q1242.85 155.554 1243.87 155.392 Q1244.89 155.206 1245.91 155.206 Q1251.7 155.206 1255.08 158.378 Q1258.45 161.549 1258.45 166.966 Q1258.45 172.544 1254.98 175.646 Q1251.51 178.725 1245.19 178.725 Q1243.01 178.725 1240.75 178.354 Q1238.5 177.984 1236.09 177.243 L1236.09 172.544 Q1238.18 173.679 1240.4 174.234 Q1242.62 174.79 1245.1 174.79 Q1249.1 174.79 1251.44 172.683 Q1253.78 170.577 1253.78 166.966 Q1253.78 163.355 1251.44 161.248 Q1249.1 159.142 1245.1 159.142 Q1243.22 159.142 1241.35 159.558 Q1239.5 159.975 1237.55 160.855 L1237.55 143.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1201.58 72.6317 L1209.22 72.6317 L1209.22 46.2661 L1200.91 47.9328 L1200.91 43.6736 L1209.17 42.0069 L1213.85 42.0069 L1213.85 72.6317 L1221.49 72.6317 L1221.49 76.5669 L1201.58 76.5669 L1201.58 72.6317 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 70.6873 L1231.44 70.6873 L1231.44 76.5669 L1226.56 76.5669 L1226.56 70.6873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 45.0856 Q1242.9 45.0856 1241.07 48.6504 Q1239.26 52.192 1239.26 59.3216 Q1239.26 66.4281 1241.07 69.9929 Q1242.9 73.5345 1246.51 73.5345 Q1250.14 73.5345 1251.95 69.9929 Q1253.78 66.4281 1253.78 59.3216 Q1253.78 52.192 1251.95 48.6504 Q1250.14 45.0856 1246.51 45.0856 M1246.51 41.3819 Q1252.32 41.3819 1255.38 45.9884 Q1258.45 50.5717 1258.45 59.3216 Q1258.45 68.0484 1255.38 72.6549 Q1252.32 77.2382 1246.51 77.2382 Q1240.7 77.2382 1237.62 72.6549 Q1234.57 68.0484 1234.57 59.3216 Q1234.57 50.5717 1237.62 45.9884 Q1240.7 41.3819 1246.51 41.3819 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip183)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,67.6242 1308.76,66.2766 1310.86,65.0459 1312.96,63.9327 1315.06,62.9378 1324.77,59.8896 1334.49,59.4169 1344.2,61.5259 1353.91,66.1896 1363.62,73.3487 \n 1373.33,82.912 1383.04,94.7579 1392.75,108.736 1404.42,128.104 1416.09,149.937 1427.76,173.834 1439.43,199.357 1459.17,244.888 1478.9,291.33 1500.34,339.975 \n 1521.78,383.819 1531.66,401.648 1541.54,417.641 1551.43,431.585 1561.31,443.298 1571.9,453.201 1582.5,460.212 1593.09,464.225 1603.69,465.178 1615.96,462.44 \n 1628.24,455.634 1640.51,444.898 1652.79,430.45 1663.69,414.73 1674.6,396.563 1685.51,376.239 1696.42,354.084 1715.55,311.899 1734.68,267.268 1755.54,218.404 \n 1776.4,172.106 1786.89,150.654 1797.38,130.859 1807.87,113.016 1818.36,97.3894 1829.96,82.9715 1841.56,71.8082 1853.16,64.102 1864.76,59.9927 1875.8,59.4912 \n 1886.84,62.3223 1897.87,68.4395 1908.91,77.7423 1920.38,90.6283 1931.86,106.564 1943.33,125.265 1954.81,146.401 1974.13,186.423 1993.45,230.255 2017.04,285.719 \n 2040.62,339.431 2051.71,362.917 2062.8,384.733 2073.88,404.518 2084.97,421.945 2093.85,434.006 2102.73,444.238 2111.61,452.533 2120.49,458.803 2129.37,462.98 \n 2138.25,465.019 2147.13,464.9 2156.01,462.624 2158.75,461.492 2161.48,460.16 2164.21,458.627 2166.95,456.896 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"\nM1964.9 182.541 L2162.36 182.541 L2162.36 61.581 L1964.9 61.581 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1964.9,182.541 2162.36,182.541 2162.36,61.581 1964.9,61.581 1964.9,182.541 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1975.04,122.061 2035.83,122.061 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M2064.39 114.179 L2064.39 118.207 Q2062.58 117.281 2060.64 116.818 Q2058.69 116.355 2056.61 116.355 Q2053.44 116.355 2051.84 117.327 Q2050.27 118.299 2050.27 120.244 Q2050.27 121.725 2051.4 122.582 Q2052.54 123.415 2055.96 124.179 L2057.42 124.503 Q2061.96 125.475 2063.85 127.258 Q2065.78 129.017 2065.78 132.188 Q2065.78 135.799 2062.91 137.906 Q2060.06 140.012 2055.06 140.012 Q2052.97 140.012 2050.71 139.596 Q2048.46 139.202 2045.96 138.392 L2045.96 133.994 Q2048.32 135.221 2050.61 135.846 Q2052.91 136.447 2055.15 136.447 Q2058.16 136.447 2059.78 135.429 Q2061.4 134.387 2061.4 132.512 Q2061.4 130.776 2060.22 129.85 Q2059.06 128.924 2055.1 128.068 L2053.62 127.721 Q2049.66 126.887 2047.91 125.174 Q2046.15 123.438 2046.15 120.429 Q2046.15 116.772 2048.74 114.781 Q2051.33 112.79 2056.1 112.79 Q2058.46 112.79 2060.54 113.137 Q2062.63 113.485 2064.39 114.179 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2070.24 113.415 L2074.5 113.415 L2074.5 139.341 L2070.24 139.341 L2070.24 113.415 M2070.24 103.323 L2074.5 103.323 L2074.5 108.716 L2070.24 108.716 L2070.24 103.323 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2100.52 123.693 L2100.52 139.341 L2096.26 139.341 L2096.26 123.832 Q2096.26 120.151 2094.83 118.323 Q2093.39 116.494 2090.52 116.494 Q2087.07 116.494 2085.08 118.693 Q2083.09 120.892 2083.09 124.688 L2083.09 139.341 L2078.81 139.341 L2078.81 113.415 L2083.09 113.415 L2083.09 117.443 Q2084.62 115.105 2086.68 113.948 Q2088.76 112.79 2091.47 112.79 Q2095.94 112.79 2098.23 115.568 Q2100.52 118.323 2100.52 123.693 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2141.61 113.415 L2132.23 126.031 L2142.09 139.341 L2137.07 139.341 L2129.53 129.156 L2121.98 139.341 L2116.96 139.341 L2127.03 125.776 L2117.81 113.415 L2122.84 113.415 L2129.71 122.651 L2136.59 113.415 L2141.61 113.415 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"\nM160.855 1077.35 L1072.76 1077.35 L1072.76 647.244 L160.855 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip184\">\n <rect x=\"160\" y=\"647\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,1077.35 272.692,647.244 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,1077.35 444.748,647.244 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,1077.35 616.805,647.244 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,1077.35 788.862,647.244 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,1077.35 960.919,647.244 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1065.23 1072.76,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,963.747 1072.76,963.747 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,862.26 1072.76,862.26 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,760.774 1072.76,760.774 \n \"/>\n<polyline clip-path=\"url(#clip184)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,659.287 1072.76,659.287 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1077.35 1072.76,1077.35 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1077.35 160.855,647.244 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,1077.35 272.692,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,1077.35 444.748,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,1077.35 616.805,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,1077.35 788.862,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,1077.35 960.919,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1065.23 171.797,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,963.747 171.797,963.747 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,862.26 171.797,862.26 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,760.774 171.797,760.774 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,659.287 171.797,659.287 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M252.703 1115.14 L265.18 1115.14 L265.18 1118.93 L252.703 1118.93 L252.703 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M283.097 1099.54 L271.291 1117.99 L283.097 1117.99 L283.097 1099.54 M281.87 1095.46 L287.749 1095.46 L287.749 1117.99 L292.68 1117.99 L292.68 1121.87 L287.749 1121.87 L287.749 1130.02 L283.097 1130.02 L283.097 1121.87 L267.495 1121.87 L267.495 1117.36 L281.87 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M425.802 1115.14 L438.279 1115.14 L438.279 1118.93 L425.802 1118.93 L425.802 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M447.376 1126.09 L463.695 1126.09 L463.695 1130.02 L441.751 1130.02 L441.751 1126.09 Q444.413 1123.33 448.996 1118.7 Q453.603 1114.05 454.783 1112.71 Q457.028 1110.18 457.908 1108.45 Q458.811 1106.69 458.811 1105 Q458.811 1102.25 456.866 1100.51 Q454.945 1098.77 451.843 1098.77 Q449.644 1098.77 447.191 1099.54 Q444.76 1100.3 441.982 1101.85 L441.982 1097.13 Q444.806 1096 447.26 1095.42 Q449.714 1094.84 451.751 1094.84 Q457.121 1094.84 460.316 1097.52 Q463.51 1100.21 463.51 1104.7 Q463.51 1106.83 462.7 1108.75 Q461.913 1110.65 459.806 1113.24 Q459.228 1113.91 456.126 1117.13 Q453.024 1120.32 447.376 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M616.805 1098.54 Q613.194 1098.54 611.366 1102.11 Q609.56 1105.65 609.56 1112.78 Q609.56 1119.88 611.366 1123.45 Q613.194 1126.99 616.805 1126.99 Q620.44 1126.99 622.245 1123.45 Q624.074 1119.88 624.074 1112.78 Q624.074 1105.65 622.245 1102.11 Q620.44 1098.54 616.805 1098.54 M616.805 1094.84 Q622.615 1094.84 625.671 1099.44 Q628.75 1104.03 628.75 1112.78 Q628.75 1121.5 625.671 1126.11 Q622.615 1130.69 616.805 1130.69 Q610.995 1130.69 607.916 1126.11 Q604.861 1121.5 604.861 1112.78 Q604.861 1104.03 607.916 1099.44 Q610.995 1094.84 616.805 1094.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M783.515 1126.09 L799.834 1126.09 L799.834 1130.02 L777.89 1130.02 L777.89 1126.09 Q780.552 1123.33 785.135 1118.7 Q789.742 1114.05 790.922 1112.71 Q793.168 1110.18 794.047 1108.45 Q794.95 1106.69 794.95 1105 Q794.95 1102.25 793.006 1100.51 Q791.084 1098.77 787.983 1098.77 Q785.783 1098.77 783.33 1099.54 Q780.899 1100.3 778.121 1101.85 L778.121 1097.13 Q780.946 1096 783.399 1095.42 Q785.853 1094.84 787.89 1094.84 Q793.26 1094.84 796.455 1097.52 Q799.649 1100.21 799.649 1104.7 Q799.649 1106.83 798.839 1108.75 Q798.052 1110.65 795.945 1113.24 Q795.367 1113.91 792.265 1117.13 Q789.163 1120.32 783.515 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M963.928 1099.54 L952.123 1117.99 L963.928 1117.99 L963.928 1099.54 M962.701 1095.46 L968.581 1095.46 L968.581 1117.99 L973.511 1117.99 L973.511 1121.87 L968.581 1121.87 L968.581 1130.02 L963.928 1130.02 L963.928 1121.87 L948.326 1121.87 L948.326 1117.36 L962.701 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M63.2236 1067.63 L75.7004 1067.63 L75.7004 1071.43 L63.2236 1071.43 L63.2236 1067.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M81.58 1078.58 L89.2188 1078.58 L89.2188 1052.21 L80.9087 1053.88 L80.9087 1049.62 L89.1725 1047.95 L93.8484 1047.95 L93.8484 1078.58 L101.487 1078.58 L101.487 1082.51 L81.58 1082.51 L81.58 1078.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 1076.63 L111.441 1076.63 L111.441 1082.51 L106.557 1082.51 L106.557 1076.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 1051.03 Q122.899 1051.03 121.071 1054.6 Q119.265 1058.14 119.265 1065.27 Q119.265 1072.37 121.071 1075.94 Q122.899 1079.48 126.51 1079.48 Q130.145 1079.48 131.95 1075.94 Q133.779 1072.37 133.779 1065.27 Q133.779 1058.14 131.95 1054.6 Q130.145 1051.03 126.51 1051.03 M126.51 1047.33 Q132.32 1047.33 135.376 1051.93 Q138.455 1056.52 138.455 1065.27 Q138.455 1074 135.376 1078.6 Q132.32 1083.18 126.51 1083.18 Q120.7 1083.18 117.621 1078.6 Q114.566 1074 114.566 1065.27 Q114.566 1056.52 117.621 1051.93 Q120.7 1047.33 126.51 1047.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M62.9921 966.143 L75.4689 966.143 L75.4689 969.939 L62.9921 969.939 L62.9921 966.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M90.5383 949.546 Q86.9272 949.546 85.0985 953.11 Q83.2929 956.652 83.2929 963.782 Q83.2929 970.888 85.0985 974.453 Q86.9272 977.994 90.5383 977.994 Q94.1725 977.994 95.9781 974.453 Q97.8068 970.888 97.8068 963.782 Q97.8068 956.652 95.9781 953.11 Q94.1725 949.546 90.5383 949.546 M90.5383 945.842 Q96.3484 945.842 99.404 950.448 Q102.483 955.032 102.483 963.782 Q102.483 972.508 99.404 977.115 Q96.3484 981.698 90.5383 981.698 Q84.7281 981.698 81.6494 977.115 Q78.5939 972.508 78.5939 963.782 Q78.5939 955.032 81.6494 950.448 Q84.7281 945.842 90.5383 945.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M107.552 975.147 L112.436 975.147 L112.436 981.027 L107.552 981.027 L107.552 975.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M117.552 946.467 L135.908 946.467 L135.908 950.402 L121.834 950.402 L121.834 958.874 Q122.853 958.527 123.871 958.365 Q124.89 958.18 125.908 958.18 Q131.695 958.18 135.075 961.351 Q138.455 964.522 138.455 969.939 Q138.455 975.518 134.982 978.619 Q131.51 981.698 125.191 981.698 Q123.015 981.698 120.746 981.328 Q118.501 980.957 116.094 980.217 L116.094 975.518 Q118.177 976.652 120.399 977.207 Q122.621 977.763 125.098 977.763 Q129.103 977.763 131.441 975.657 Q133.779 973.55 133.779 969.939 Q133.779 966.328 131.441 964.221 Q129.103 962.115 125.098 962.115 Q123.223 962.115 121.348 962.532 Q119.496 962.948 117.552 963.828 L117.552 946.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M89.5429 848.059 Q85.9318 848.059 84.1031 851.624 Q82.2976 855.165 82.2976 862.295 Q82.2976 869.401 84.1031 872.966 Q85.9318 876.508 89.5429 876.508 Q93.1771 876.508 94.9827 872.966 Q96.8114 869.401 96.8114 862.295 Q96.8114 855.165 94.9827 851.624 Q93.1771 848.059 89.5429 848.059 M89.5429 844.355 Q95.3531 844.355 98.4086 848.962 Q101.487 853.545 101.487 862.295 Q101.487 871.022 98.4086 875.628 Q95.3531 880.211 89.5429 880.211 Q83.7328 880.211 80.6541 875.628 Q77.5985 871.022 77.5985 862.295 Q77.5985 853.545 80.6541 848.962 Q83.7328 844.355 89.5429 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 873.661 L111.441 873.661 L111.441 879.54 L106.557 879.54 L106.557 873.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 848.059 Q122.899 848.059 121.071 851.624 Q119.265 855.165 119.265 862.295 Q119.265 869.401 121.071 872.966 Q122.899 876.508 126.51 876.508 Q130.145 876.508 131.95 872.966 Q133.779 869.401 133.779 862.295 Q133.779 855.165 131.95 851.624 Q130.145 848.059 126.51 848.059 M126.51 844.355 Q132.32 844.355 135.376 848.962 Q138.455 853.545 138.455 862.295 Q138.455 871.022 135.376 875.628 Q132.32 880.211 126.51 880.211 Q120.7 880.211 117.621 875.628 Q114.566 871.022 114.566 862.295 Q114.566 853.545 117.621 848.962 Q120.7 844.355 126.51 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M90.5383 746.572 Q86.9272 746.572 85.0985 750.137 Q83.2929 753.679 83.2929 760.808 Q83.2929 767.915 85.0985 771.48 Q86.9272 775.021 90.5383 775.021 Q94.1725 775.021 95.9781 771.48 Q97.8068 767.915 97.8068 760.808 Q97.8068 753.679 95.9781 750.137 Q94.1725 746.572 90.5383 746.572 M90.5383 742.869 Q96.3484 742.869 99.404 747.475 Q102.483 752.058 102.483 760.808 Q102.483 769.535 99.404 774.142 Q96.3484 778.725 90.5383 778.725 Q84.7281 778.725 81.6494 774.142 Q78.5939 769.535 78.5939 760.808 Q78.5939 752.058 81.6494 747.475 Q84.7281 742.869 90.5383 742.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M107.552 772.174 L112.436 772.174 L112.436 778.054 L107.552 778.054 L107.552 772.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M117.552 743.494 L135.908 743.494 L135.908 747.429 L121.834 747.429 L121.834 755.901 Q122.853 755.554 123.871 755.392 Q124.89 755.206 125.908 755.206 Q131.695 755.206 135.075 758.378 Q138.455 761.549 138.455 766.966 Q138.455 772.544 134.982 775.646 Q131.51 778.725 125.191 778.725 Q123.015 778.725 120.746 778.354 Q118.501 777.984 116.094 777.243 L116.094 772.544 Q118.177 773.679 120.399 774.234 Q122.621 774.79 125.098 774.79 Q129.103 774.79 131.441 772.683 Q133.779 770.577 133.779 766.966 Q133.779 763.355 131.441 761.248 Q129.103 759.142 125.098 759.142 Q123.223 759.142 121.348 759.558 Q119.496 759.975 117.552 760.855 L117.552 743.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M81.58 672.632 L89.2188 672.632 L89.2188 646.266 L80.9087 647.933 L80.9087 643.674 L89.1725 642.007 L93.8484 642.007 L93.8484 672.632 L101.487 672.632 L101.487 676.567 L81.58 676.567 L81.58 672.632 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 670.687 L111.441 670.687 L111.441 676.567 L106.557 676.567 L106.557 670.687 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 645.086 Q122.899 645.086 121.071 648.65 Q119.265 652.192 119.265 659.322 Q119.265 666.428 121.071 669.993 Q122.899 673.535 126.51 673.535 Q130.145 673.535 131.95 669.993 Q133.779 666.428 133.779 659.322 Q133.779 652.192 131.95 648.65 Q130.145 645.086 126.51 645.086 M126.51 641.382 Q132.32 641.382 135.376 645.988 Q138.455 650.572 138.455 659.322 Q138.455 668.048 135.376 672.655 Q132.32 677.238 126.51 677.238 Q120.7 677.238 117.621 672.655 Q114.566 668.048 114.566 659.322 Q114.566 650.572 117.621 645.988 Q120.7 641.382 126.51 641.382 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip184)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,667.624 188.764,666.277 190.864,665.046 192.964,663.933 195.065,662.938 204.775,659.89 214.485,659.417 224.196,661.526 233.906,666.19 243.616,673.349 \n 253.327,682.912 263.037,694.758 272.747,708.736 284.419,728.104 296.09,749.937 307.761,773.834 319.432,799.357 339.167,844.888 358.903,891.33 380.341,939.975 \n 401.779,983.819 411.661,1001.65 421.543,1017.64 431.425,1031.59 441.307,1043.3 451.902,1053.2 462.496,1060.21 473.091,1064.22 483.686,1065.18 495.961,1062.44 \n 508.236,1055.63 520.51,1044.9 532.785,1030.45 543.694,1014.73 554.602,996.563 565.511,976.239 576.419,954.084 595.551,911.899 614.682,867.268 635.541,818.404 \n 656.399,772.106 666.891,750.654 677.382,730.859 687.873,713.016 698.364,697.389 709.964,682.972 721.563,671.808 733.163,664.102 744.762,659.993 755.798,659.491 \n 766.835,662.322 777.872,668.44 788.908,677.742 800.384,690.628 811.859,706.564 823.334,725.265 834.81,746.401 854.13,786.423 873.449,830.255 897.037,885.719 \n 920.624,939.431 931.71,962.917 942.796,984.733 953.883,1004.52 964.969,1021.94 973.85,1034.01 982.73,1044.24 991.611,1052.53 1000.49,1058.8 1009.37,1062.98 \n 1018.25,1065.02 1027.13,1064.9 1036.01,1062.62 1038.75,1061.49 1041.48,1060.16 1044.21,1058.63 1046.95,1056.9 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"\nM844.903 782.541 L1042.36 782.541 L1042.36 661.581 L844.903 661.581 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 844.903,782.541 1042.36,782.541 1042.36,661.581 844.903,661.581 844.903,782.541 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 855.035,722.061 915.829,722.061 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M944.387 714.179 L944.387 718.207 Q942.581 717.281 940.637 716.818 Q938.692 716.355 936.609 716.355 Q933.438 716.355 931.841 717.327 Q930.267 718.299 930.267 720.244 Q930.267 721.725 931.401 722.582 Q932.535 723.415 935.961 724.179 L937.419 724.503 Q941.956 725.475 943.854 727.258 Q945.776 729.017 945.776 732.188 Q945.776 735.799 942.905 737.906 Q940.058 740.012 935.058 740.012 Q932.975 740.012 930.706 739.596 Q928.461 739.202 925.961 738.392 L925.961 733.994 Q928.322 735.221 930.614 735.846 Q932.905 736.447 935.151 736.447 Q938.16 736.447 939.78 735.429 Q941.401 734.387 941.401 732.512 Q941.401 730.776 940.22 729.85 Q939.063 728.924 935.104 728.068 L933.623 727.721 Q929.665 726.887 927.905 725.174 Q926.146 723.438 926.146 720.429 Q926.146 716.772 928.739 714.781 Q931.331 712.79 936.1 712.79 Q938.461 712.79 940.544 713.137 Q942.628 713.485 944.387 714.179 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M950.243 713.415 L954.502 713.415 L954.502 739.341 L950.243 739.341 L950.243 713.415 M950.243 703.323 L954.502 703.323 L954.502 708.716 L950.243 708.716 L950.243 703.323 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M980.521 723.693 L980.521 739.341 L976.262 739.341 L976.262 723.832 Q976.262 720.151 974.826 718.323 Q973.391 716.494 970.521 716.494 Q967.072 716.494 965.081 718.693 Q963.09 720.892 963.09 724.688 L963.09 739.341 L958.808 739.341 L958.808 713.415 L963.09 713.415 L963.09 717.443 Q964.618 715.105 966.678 713.948 Q968.762 712.79 971.47 712.79 Q975.938 712.79 978.229 715.568 Q980.521 718.323 980.521 723.693 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1021.61 713.415 L1012.23 726.031 L1022.09 739.341 L1017.07 739.341 L1009.53 729.156 L1001.98 739.341 L996.956 739.341 L1007.03 725.776 L997.812 713.415 L1002.84 713.415 L1009.71 722.651 L1016.59 713.415 L1021.61 713.415 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"\nM1280.85 1077.35 L2192.76 1077.35 L2192.76 647.244 L1280.85 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip185\">\n <rect x=\"1280\" y=\"647\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,1077.35 1392.69,647.244 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,1077.35 1564.75,647.244 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,1077.35 1736.81,647.244 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,1077.35 1908.86,647.244 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,1077.35 2080.92,647.244 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1065.23 2192.76,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,963.747 2192.76,963.747 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,862.26 2192.76,862.26 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,760.774 2192.76,760.774 \n \"/>\n<polyline clip-path=\"url(#clip185)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,659.287 2192.76,659.287 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1077.35 2192.76,1077.35 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1077.35 1280.85,647.244 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,1077.35 1392.69,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,1077.35 1564.75,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,1077.35 1736.81,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,1077.35 1908.86,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,1077.35 2080.92,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1065.23 1291.8,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,963.747 1291.8,963.747 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,862.26 1291.8,862.26 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,760.774 1291.8,760.774 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,659.287 1291.8,659.287 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M1372.7 1115.14 L1385.18 1115.14 L1385.18 1118.93 L1372.7 1118.93 L1372.7 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1403.1 1099.54 L1391.29 1117.99 L1403.1 1117.99 L1403.1 1099.54 M1401.87 1095.46 L1407.75 1095.46 L1407.75 1117.99 L1412.68 1117.99 L1412.68 1121.87 L1407.75 1121.87 L1407.75 1130.02 L1403.1 1130.02 L1403.1 1121.87 L1387.49 1121.87 L1387.49 1117.36 L1401.87 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1545.8 1115.14 L1558.28 1115.14 L1558.28 1118.93 L1545.8 1118.93 L1545.8 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1567.38 1126.09 L1583.7 1126.09 L1583.7 1130.02 L1561.75 1130.02 L1561.75 1126.09 Q1564.41 1123.33 1569 1118.7 Q1573.6 1114.05 1574.78 1112.71 Q1577.03 1110.18 1577.91 1108.45 Q1578.81 1106.69 1578.81 1105 Q1578.81 1102.25 1576.87 1100.51 Q1574.95 1098.77 1571.84 1098.77 Q1569.64 1098.77 1567.19 1099.54 Q1564.76 1100.3 1561.98 1101.85 L1561.98 1097.13 Q1564.81 1096 1567.26 1095.42 Q1569.71 1094.84 1571.75 1094.84 Q1577.12 1094.84 1580.32 1097.52 Q1583.51 1100.21 1583.51 1104.7 Q1583.51 1106.83 1582.7 1108.75 Q1581.91 1110.65 1579.81 1113.24 Q1579.23 1113.91 1576.13 1117.13 Q1573.02 1120.32 1567.38 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1736.81 1098.54 Q1733.19 1098.54 1731.37 1102.11 Q1729.56 1105.65 1729.56 1112.78 Q1729.56 1119.88 1731.37 1123.45 Q1733.19 1126.99 1736.81 1126.99 Q1740.44 1126.99 1742.25 1123.45 Q1744.07 1119.88 1744.07 1112.78 Q1744.07 1105.65 1742.25 1102.11 Q1740.44 1098.54 1736.81 1098.54 M1736.81 1094.84 Q1742.62 1094.84 1745.67 1099.44 Q1748.75 1104.03 1748.75 1112.78 Q1748.75 1121.5 1745.67 1126.11 Q1742.62 1130.69 1736.81 1130.69 Q1731 1130.69 1727.92 1126.11 Q1724.86 1121.5 1724.86 1112.78 Q1724.86 1104.03 1727.92 1099.44 Q1731 1094.84 1736.81 1094.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1903.51 1126.09 L1919.83 1126.09 L1919.83 1130.02 L1897.89 1130.02 L1897.89 1126.09 Q1900.55 1123.33 1905.14 1118.7 Q1909.74 1114.05 1910.92 1112.71 Q1913.17 1110.18 1914.05 1108.45 Q1914.95 1106.69 1914.95 1105 Q1914.95 1102.25 1913.01 1100.51 Q1911.08 1098.77 1907.98 1098.77 Q1905.78 1098.77 1903.33 1099.54 Q1900.9 1100.3 1898.12 1101.85 L1898.12 1097.13 Q1900.95 1096 1903.4 1095.42 Q1905.85 1094.84 1907.89 1094.84 Q1913.26 1094.84 1916.45 1097.52 Q1919.65 1100.21 1919.65 1104.7 Q1919.65 1106.83 1918.84 1108.75 Q1918.05 1110.65 1915.95 1113.24 Q1915.37 1113.91 1912.26 1117.13 Q1909.16 1120.32 1903.51 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2083.93 1099.54 L2072.12 1117.99 L2083.93 1117.99 L2083.93 1099.54 M2082.7 1095.46 L2088.58 1095.46 L2088.58 1117.99 L2093.51 1117.99 L2093.51 1121.87 L2088.58 1121.87 L2088.58 1130.02 L2083.93 1130.02 L2083.93 1121.87 L2068.33 1121.87 L2068.33 1117.36 L2082.7 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1183.22 1067.63 L1195.7 1067.63 L1195.7 1071.43 L1183.22 1071.43 L1183.22 1067.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1201.58 1078.58 L1209.22 1078.58 L1209.22 1052.21 L1200.91 1053.88 L1200.91 1049.62 L1209.17 1047.95 L1213.85 1047.95 L1213.85 1078.58 L1221.49 1078.58 L1221.49 1082.51 L1201.58 1082.51 L1201.58 1078.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 1076.63 L1231.44 1076.63 L1231.44 1082.51 L1226.56 1082.51 L1226.56 1076.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 1051.03 Q1242.9 1051.03 1241.07 1054.6 Q1239.26 1058.14 1239.26 1065.27 Q1239.26 1072.37 1241.07 1075.94 Q1242.9 1079.48 1246.51 1079.48 Q1250.14 1079.48 1251.95 1075.94 Q1253.78 1072.37 1253.78 1065.27 Q1253.78 1058.14 1251.95 1054.6 Q1250.14 1051.03 1246.51 1051.03 M1246.51 1047.33 Q1252.32 1047.33 1255.38 1051.93 Q1258.45 1056.52 1258.45 1065.27 Q1258.45 1074 1255.38 1078.6 Q1252.32 1083.18 1246.51 1083.18 Q1240.7 1083.18 1237.62 1078.6 Q1234.57 1074 1234.57 1065.27 Q1234.57 1056.52 1237.62 1051.93 Q1240.7 1047.33 1246.51 1047.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1182.99 966.143 L1195.47 966.143 L1195.47 969.939 L1182.99 969.939 L1182.99 966.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1210.54 949.546 Q1206.93 949.546 1205.1 953.11 Q1203.29 956.652 1203.29 963.782 Q1203.29 970.888 1205.1 974.453 Q1206.93 977.994 1210.54 977.994 Q1214.17 977.994 1215.98 974.453 Q1217.81 970.888 1217.81 963.782 Q1217.81 956.652 1215.98 953.11 Q1214.17 949.546 1210.54 949.546 M1210.54 945.842 Q1216.35 945.842 1219.4 950.448 Q1222.48 955.032 1222.48 963.782 Q1222.48 972.508 1219.4 977.115 Q1216.35 981.698 1210.54 981.698 Q1204.73 981.698 1201.65 977.115 Q1198.59 972.508 1198.59 963.782 Q1198.59 955.032 1201.65 950.448 Q1204.73 945.842 1210.54 945.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1227.55 975.147 L1232.44 975.147 L1232.44 981.027 L1227.55 981.027 L1227.55 975.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1237.55 946.467 L1255.91 946.467 L1255.91 950.402 L1241.83 950.402 L1241.83 958.874 Q1242.85 958.527 1243.87 958.365 Q1244.89 958.18 1245.91 958.18 Q1251.7 958.18 1255.08 961.351 Q1258.45 964.522 1258.45 969.939 Q1258.45 975.518 1254.98 978.619 Q1251.51 981.698 1245.19 981.698 Q1243.01 981.698 1240.75 981.328 Q1238.5 980.957 1236.09 980.217 L1236.09 975.518 Q1238.18 976.652 1240.4 977.207 Q1242.62 977.763 1245.1 977.763 Q1249.1 977.763 1251.44 975.657 Q1253.78 973.55 1253.78 969.939 Q1253.78 966.328 1251.44 964.221 Q1249.1 962.115 1245.1 962.115 Q1243.22 962.115 1241.35 962.532 Q1239.5 962.948 1237.55 963.828 L1237.55 946.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1209.54 848.059 Q1205.93 848.059 1204.1 851.624 Q1202.3 855.165 1202.3 862.295 Q1202.3 869.401 1204.1 872.966 Q1205.93 876.508 1209.54 876.508 Q1213.18 876.508 1214.98 872.966 Q1216.81 869.401 1216.81 862.295 Q1216.81 855.165 1214.98 851.624 Q1213.18 848.059 1209.54 848.059 M1209.54 844.355 Q1215.35 844.355 1218.41 848.962 Q1221.49 853.545 1221.49 862.295 Q1221.49 871.022 1218.41 875.628 Q1215.35 880.211 1209.54 880.211 Q1203.73 880.211 1200.65 875.628 Q1197.6 871.022 1197.6 862.295 Q1197.6 853.545 1200.65 848.962 Q1203.73 844.355 1209.54 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 873.661 L1231.44 873.661 L1231.44 879.54 L1226.56 879.54 L1226.56 873.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 848.059 Q1242.9 848.059 1241.07 851.624 Q1239.26 855.165 1239.26 862.295 Q1239.26 869.401 1241.07 872.966 Q1242.9 876.508 1246.51 876.508 Q1250.14 876.508 1251.95 872.966 Q1253.78 869.401 1253.78 862.295 Q1253.78 855.165 1251.95 851.624 Q1250.14 848.059 1246.51 848.059 M1246.51 844.355 Q1252.32 844.355 1255.38 848.962 Q1258.45 853.545 1258.45 862.295 Q1258.45 871.022 1255.38 875.628 Q1252.32 880.211 1246.51 880.211 Q1240.7 880.211 1237.62 875.628 Q1234.57 871.022 1234.57 862.295 Q1234.57 853.545 1237.62 848.962 Q1240.7 844.355 1246.51 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1210.54 746.572 Q1206.93 746.572 1205.1 750.137 Q1203.29 753.679 1203.29 760.808 Q1203.29 767.915 1205.1 771.48 Q1206.93 775.021 1210.54 775.021 Q1214.17 775.021 1215.98 771.48 Q1217.81 767.915 1217.81 760.808 Q1217.81 753.679 1215.98 750.137 Q1214.17 746.572 1210.54 746.572 M1210.54 742.869 Q1216.35 742.869 1219.4 747.475 Q1222.48 752.058 1222.48 760.808 Q1222.48 769.535 1219.4 774.142 Q1216.35 778.725 1210.54 778.725 Q1204.73 778.725 1201.65 774.142 Q1198.59 769.535 1198.59 760.808 Q1198.59 752.058 1201.65 747.475 Q1204.73 742.869 1210.54 742.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1227.55 772.174 L1232.44 772.174 L1232.44 778.054 L1227.55 778.054 L1227.55 772.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1237.55 743.494 L1255.91 743.494 L1255.91 747.429 L1241.83 747.429 L1241.83 755.901 Q1242.85 755.554 1243.87 755.392 Q1244.89 755.206 1245.91 755.206 Q1251.7 755.206 1255.08 758.378 Q1258.45 761.549 1258.45 766.966 Q1258.45 772.544 1254.98 775.646 Q1251.51 778.725 1245.19 778.725 Q1243.01 778.725 1240.75 778.354 Q1238.5 777.984 1236.09 777.243 L1236.09 772.544 Q1238.18 773.679 1240.4 774.234 Q1242.62 774.79 1245.1 774.79 Q1249.1 774.79 1251.44 772.683 Q1253.78 770.577 1253.78 766.966 Q1253.78 763.355 1251.44 761.248 Q1249.1 759.142 1245.1 759.142 Q1243.22 759.142 1241.35 759.558 Q1239.5 759.975 1237.55 760.855 L1237.55 743.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1201.58 672.632 L1209.22 672.632 L1209.22 646.266 L1200.91 647.933 L1200.91 643.674 L1209.17 642.007 L1213.85 642.007 L1213.85 672.632 L1221.49 672.632 L1221.49 676.567 L1201.58 676.567 L1201.58 672.632 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 670.687 L1231.44 670.687 L1231.44 676.567 L1226.56 676.567 L1226.56 670.687 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 645.086 Q1242.9 645.086 1241.07 648.65 Q1239.26 652.192 1239.26 659.322 Q1239.26 666.428 1241.07 669.993 Q1242.9 673.535 1246.51 673.535 Q1250.14 673.535 1251.95 669.993 Q1253.78 666.428 1253.78 659.322 Q1253.78 652.192 1251.95 648.65 Q1250.14 645.086 1246.51 645.086 M1246.51 641.382 Q1252.32 641.382 1255.38 645.988 Q1258.45 650.572 1258.45 659.322 Q1258.45 668.048 1255.38 672.655 Q1252.32 677.238 1246.51 677.238 Q1240.7 677.238 1237.62 672.655 Q1234.57 668.048 1234.57 659.322 Q1234.57 650.572 1237.62 645.988 Q1240.7 641.382 1246.51 641.382 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip185)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,667.624 1308.76,666.277 1310.86,665.046 1312.96,663.933 1315.06,662.938 1324.77,659.89 1334.49,659.417 1344.2,661.526 1353.91,666.19 1363.62,673.349 \n 1373.33,682.912 1383.04,694.758 1392.75,708.736 1404.42,728.104 1416.09,749.937 1427.76,773.834 1439.43,799.357 1459.17,844.888 1478.9,891.33 1500.34,939.975 \n 1521.78,983.819 1531.66,1001.65 1541.54,1017.64 1551.43,1031.59 1561.31,1043.3 1571.9,1053.2 1582.5,1060.21 1593.09,1064.22 1603.69,1065.18 1615.96,1062.44 \n 1628.24,1055.63 1640.51,1044.9 1652.79,1030.45 1663.69,1014.73 1674.6,996.563 1685.51,976.239 1696.42,954.084 1715.55,911.899 1734.68,867.268 1755.54,818.404 \n 1776.4,772.106 1786.89,750.654 1797.38,730.859 1807.87,713.016 1818.36,697.389 1829.96,682.972 1841.56,671.808 1853.16,664.102 1864.76,659.993 1875.8,659.491 \n 1886.84,662.322 1897.87,668.44 1908.91,677.742 1920.38,690.628 1931.86,706.564 1943.33,725.265 1954.81,746.401 1974.13,786.423 1993.45,830.255 2017.04,885.719 \n 2040.62,939.431 2051.71,962.917 2062.8,984.733 2073.88,1004.52 2084.97,1021.94 2093.85,1034.01 2102.73,1044.24 2111.61,1052.53 2120.49,1058.8 2129.37,1062.98 \n 2138.25,1065.02 2147.13,1064.9 2156.01,1062.62 2158.75,1061.49 2161.48,1060.16 2164.21,1058.63 2166.95,1056.9 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"\nM1964.9 782.541 L2162.36 782.541 L2162.36 661.581 L1964.9 661.581 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1964.9,782.541 2162.36,782.541 2162.36,661.581 1964.9,661.581 1964.9,782.541 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1975.04,722.061 2035.83,722.061 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M2064.39 714.179 L2064.39 718.207 Q2062.58 717.281 2060.64 716.818 Q2058.69 716.355 2056.61 716.355 Q2053.44 716.355 2051.84 717.327 Q2050.27 718.299 2050.27 720.244 Q2050.27 721.725 2051.4 722.582 Q2052.54 723.415 2055.96 724.179 L2057.42 724.503 Q2061.96 725.475 2063.85 727.258 Q2065.78 729.017 2065.78 732.188 Q2065.78 735.799 2062.91 737.906 Q2060.06 740.012 2055.06 740.012 Q2052.97 740.012 2050.71 739.596 Q2048.46 739.202 2045.96 738.392 L2045.96 733.994 Q2048.32 735.221 2050.61 735.846 Q2052.91 736.447 2055.15 736.447 Q2058.16 736.447 2059.78 735.429 Q2061.4 734.387 2061.4 732.512 Q2061.4 730.776 2060.22 729.85 Q2059.06 728.924 2055.1 728.068 L2053.62 727.721 Q2049.66 726.887 2047.91 725.174 Q2046.15 723.438 2046.15 720.429 Q2046.15 716.772 2048.74 714.781 Q2051.33 712.79 2056.1 712.79 Q2058.46 712.79 2060.54 713.137 Q2062.63 713.485 2064.39 714.179 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2070.24 713.415 L2074.5 713.415 L2074.5 739.341 L2070.24 739.341 L2070.24 713.415 M2070.24 703.323 L2074.5 703.323 L2074.5 708.716 L2070.24 708.716 L2070.24 703.323 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2100.52 723.693 L2100.52 739.341 L2096.26 739.341 L2096.26 723.832 Q2096.26 720.151 2094.83 718.323 Q2093.39 716.494 2090.52 716.494 Q2087.07 716.494 2085.08 718.693 Q2083.09 720.892 2083.09 724.688 L2083.09 739.341 L2078.81 739.341 L2078.81 713.415 L2083.09 713.415 L2083.09 717.443 Q2084.62 715.105 2086.68 713.948 Q2088.76 712.79 2091.47 712.79 Q2095.94 712.79 2098.23 715.568 Q2100.52 718.323 2100.52 723.693 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2141.61 713.415 L2132.23 726.031 L2142.09 739.341 L2137.07 739.341 L2129.53 729.156 L2121.98 739.341 L2116.96 739.341 L2127.03 725.776 L2117.81 713.415 L2122.84 713.415 L2129.71 722.651 L2136.59 713.415 L2141.61 713.415 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"\nM160.855 1677.35 L1072.76 1677.35 L1072.76 1247.24 L160.855 1247.24 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip186\">\n <rect x=\"160\" y=\"1247\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,1677.35 272.692,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,1677.35 444.748,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,1677.35 616.805,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,1677.35 788.862,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,1677.35 960.919,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1665.23 1072.76,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1563.75 1072.76,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1462.26 1072.76,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1360.77 1072.76,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip186)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1259.29 1072.76,1259.29 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1677.35 1072.76,1677.35 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1677.35 160.855,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,1677.35 272.692,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,1677.35 444.748,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,1677.35 616.805,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,1677.35 788.862,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,1677.35 960.919,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1665.23 171.797,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1563.75 171.797,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1462.26 171.797,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1360.77 171.797,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1259.29 171.797,1259.29 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M252.703 1715.14 L265.18 1715.14 L265.18 1718.93 L252.703 1718.93 L252.703 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M283.097 1699.54 L271.291 1717.99 L283.097 1717.99 L283.097 1699.54 M281.87 1695.46 L287.749 1695.46 L287.749 1717.99 L292.68 1717.99 L292.68 1721.87 L287.749 1721.87 L287.749 1730.02 L283.097 1730.02 L283.097 1721.87 L267.495 1721.87 L267.495 1717.36 L281.87 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M425.802 1715.14 L438.279 1715.14 L438.279 1718.93 L425.802 1718.93 L425.802 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M447.376 1726.09 L463.695 1726.09 L463.695 1730.02 L441.751 1730.02 L441.751 1726.09 Q444.413 1723.33 448.996 1718.7 Q453.603 1714.05 454.783 1712.71 Q457.028 1710.18 457.908 1708.45 Q458.811 1706.69 458.811 1705 Q458.811 1702.25 456.866 1700.51 Q454.945 1698.77 451.843 1698.77 Q449.644 1698.77 447.191 1699.54 Q444.76 1700.3 441.982 1701.85 L441.982 1697.13 Q444.806 1696 447.26 1695.42 Q449.714 1694.84 451.751 1694.84 Q457.121 1694.84 460.316 1697.52 Q463.51 1700.21 463.51 1704.7 Q463.51 1706.83 462.7 1708.75 Q461.913 1710.65 459.806 1713.24 Q459.228 1713.91 456.126 1717.13 Q453.024 1720.32 447.376 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M616.805 1698.54 Q613.194 1698.54 611.366 1702.11 Q609.56 1705.65 609.56 1712.78 Q609.56 1719.88 611.366 1723.45 Q613.194 1726.99 616.805 1726.99 Q620.44 1726.99 622.245 1723.45 Q624.074 1719.88 624.074 1712.78 Q624.074 1705.65 622.245 1702.11 Q620.44 1698.54 616.805 1698.54 M616.805 1694.84 Q622.615 1694.84 625.671 1699.44 Q628.75 1704.03 628.75 1712.78 Q628.75 1721.5 625.671 1726.11 Q622.615 1730.69 616.805 1730.69 Q610.995 1730.69 607.916 1726.11 Q604.861 1721.5 604.861 1712.78 Q604.861 1704.03 607.916 1699.44 Q610.995 1694.84 616.805 1694.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M783.515 1726.09 L799.834 1726.09 L799.834 1730.02 L777.89 1730.02 L777.89 1726.09 Q780.552 1723.33 785.135 1718.7 Q789.742 1714.05 790.922 1712.71 Q793.168 1710.18 794.047 1708.45 Q794.95 1706.69 794.95 1705 Q794.95 1702.25 793.006 1700.51 Q791.084 1698.77 787.983 1698.77 Q785.783 1698.77 783.33 1699.54 Q780.899 1700.3 778.121 1701.85 L778.121 1697.13 Q780.946 1696 783.399 1695.42 Q785.853 1694.84 787.89 1694.84 Q793.26 1694.84 796.455 1697.52 Q799.649 1700.21 799.649 1704.7 Q799.649 1706.83 798.839 1708.75 Q798.052 1710.65 795.945 1713.24 Q795.367 1713.91 792.265 1717.13 Q789.163 1720.32 783.515 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M963.928 1699.54 L952.123 1717.99 L963.928 1717.99 L963.928 1699.54 M962.701 1695.46 L968.581 1695.46 L968.581 1717.99 L973.511 1717.99 L973.511 1721.87 L968.581 1721.87 L968.581 1730.02 L963.928 1730.02 L963.928 1721.87 L948.326 1721.87 L948.326 1717.36 L962.701 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M63.2236 1667.63 L75.7004 1667.63 L75.7004 1671.43 L63.2236 1671.43 L63.2236 1667.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M81.58 1678.58 L89.2188 1678.58 L89.2188 1652.21 L80.9087 1653.88 L80.9087 1649.62 L89.1725 1647.95 L93.8484 1647.95 L93.8484 1678.58 L101.487 1678.58 L101.487 1682.51 L81.58 1682.51 L81.58 1678.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 1676.63 L111.441 1676.63 L111.441 1682.51 L106.557 1682.51 L106.557 1676.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 1651.03 Q122.899 1651.03 121.071 1654.6 Q119.265 1658.14 119.265 1665.27 Q119.265 1672.37 121.071 1675.94 Q122.899 1679.48 126.51 1679.48 Q130.145 1679.48 131.95 1675.94 Q133.779 1672.37 133.779 1665.27 Q133.779 1658.14 131.95 1654.6 Q130.145 1651.03 126.51 1651.03 M126.51 1647.33 Q132.32 1647.33 135.376 1651.93 Q138.455 1656.52 138.455 1665.27 Q138.455 1674 135.376 1678.6 Q132.32 1683.18 126.51 1683.18 Q120.7 1683.18 117.621 1678.6 Q114.566 1674 114.566 1665.27 Q114.566 1656.52 117.621 1651.93 Q120.7 1647.33 126.51 1647.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M62.9921 1566.14 L75.4689 1566.14 L75.4689 1569.94 L62.9921 1569.94 L62.9921 1566.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M90.5383 1549.55 Q86.9272 1549.55 85.0985 1553.11 Q83.2929 1556.65 83.2929 1563.78 Q83.2929 1570.89 85.0985 1574.45 Q86.9272 1577.99 90.5383 1577.99 Q94.1725 1577.99 95.9781 1574.45 Q97.8068 1570.89 97.8068 1563.78 Q97.8068 1556.65 95.9781 1553.11 Q94.1725 1549.55 90.5383 1549.55 M90.5383 1545.84 Q96.3484 1545.84 99.404 1550.45 Q102.483 1555.03 102.483 1563.78 Q102.483 1572.51 99.404 1577.11 Q96.3484 1581.7 90.5383 1581.7 Q84.7281 1581.7 81.6494 1577.11 Q78.5939 1572.51 78.5939 1563.78 Q78.5939 1555.03 81.6494 1550.45 Q84.7281 1545.84 90.5383 1545.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M107.552 1575.15 L112.436 1575.15 L112.436 1581.03 L107.552 1581.03 L107.552 1575.15 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M117.552 1546.47 L135.908 1546.47 L135.908 1550.4 L121.834 1550.4 L121.834 1558.87 Q122.853 1558.53 123.871 1558.36 Q124.89 1558.18 125.908 1558.18 Q131.695 1558.18 135.075 1561.35 Q138.455 1564.52 138.455 1569.94 Q138.455 1575.52 134.982 1578.62 Q131.51 1581.7 125.191 1581.7 Q123.015 1581.7 120.746 1581.33 Q118.501 1580.96 116.094 1580.22 L116.094 1575.52 Q118.177 1576.65 120.399 1577.21 Q122.621 1577.76 125.098 1577.76 Q129.103 1577.76 131.441 1575.66 Q133.779 1573.55 133.779 1569.94 Q133.779 1566.33 131.441 1564.22 Q129.103 1562.11 125.098 1562.11 Q123.223 1562.11 121.348 1562.53 Q119.496 1562.95 117.552 1563.83 L117.552 1546.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M89.5429 1448.06 Q85.9318 1448.06 84.1031 1451.62 Q82.2976 1455.17 82.2976 1462.29 Q82.2976 1469.4 84.1031 1472.97 Q85.9318 1476.51 89.5429 1476.51 Q93.1771 1476.51 94.9827 1472.97 Q96.8114 1469.4 96.8114 1462.29 Q96.8114 1455.17 94.9827 1451.62 Q93.1771 1448.06 89.5429 1448.06 M89.5429 1444.36 Q95.3531 1444.36 98.4086 1448.96 Q101.487 1453.54 101.487 1462.29 Q101.487 1471.02 98.4086 1475.63 Q95.3531 1480.21 89.5429 1480.21 Q83.7328 1480.21 80.6541 1475.63 Q77.5985 1471.02 77.5985 1462.29 Q77.5985 1453.54 80.6541 1448.96 Q83.7328 1444.36 89.5429 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 1473.66 L111.441 1473.66 L111.441 1479.54 L106.557 1479.54 L106.557 1473.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 1448.06 Q122.899 1448.06 121.071 1451.62 Q119.265 1455.17 119.265 1462.29 Q119.265 1469.4 121.071 1472.97 Q122.899 1476.51 126.51 1476.51 Q130.145 1476.51 131.95 1472.97 Q133.779 1469.4 133.779 1462.29 Q133.779 1455.17 131.95 1451.62 Q130.145 1448.06 126.51 1448.06 M126.51 1444.36 Q132.32 1444.36 135.376 1448.96 Q138.455 1453.54 138.455 1462.29 Q138.455 1471.02 135.376 1475.63 Q132.32 1480.21 126.51 1480.21 Q120.7 1480.21 117.621 1475.63 Q114.566 1471.02 114.566 1462.29 Q114.566 1453.54 117.621 1448.96 Q120.7 1444.36 126.51 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M90.5383 1346.57 Q86.9272 1346.57 85.0985 1350.14 Q83.2929 1353.68 83.2929 1360.81 Q83.2929 1367.91 85.0985 1371.48 Q86.9272 1375.02 90.5383 1375.02 Q94.1725 1375.02 95.9781 1371.48 Q97.8068 1367.91 97.8068 1360.81 Q97.8068 1353.68 95.9781 1350.14 Q94.1725 1346.57 90.5383 1346.57 M90.5383 1342.87 Q96.3484 1342.87 99.404 1347.48 Q102.483 1352.06 102.483 1360.81 Q102.483 1369.54 99.404 1374.14 Q96.3484 1378.72 90.5383 1378.72 Q84.7281 1378.72 81.6494 1374.14 Q78.5939 1369.54 78.5939 1360.81 Q78.5939 1352.06 81.6494 1347.48 Q84.7281 1342.87 90.5383 1342.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M107.552 1372.17 L112.436 1372.17 L112.436 1378.05 L107.552 1378.05 L107.552 1372.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M117.552 1343.49 L135.908 1343.49 L135.908 1347.43 L121.834 1347.43 L121.834 1355.9 Q122.853 1355.55 123.871 1355.39 Q124.89 1355.21 125.908 1355.21 Q131.695 1355.21 135.075 1358.38 Q138.455 1361.55 138.455 1366.97 Q138.455 1372.54 134.982 1375.65 Q131.51 1378.72 125.191 1378.72 Q123.015 1378.72 120.746 1378.35 Q118.501 1377.98 116.094 1377.24 L116.094 1372.54 Q118.177 1373.68 120.399 1374.23 Q122.621 1374.79 125.098 1374.79 Q129.103 1374.79 131.441 1372.68 Q133.779 1370.58 133.779 1366.97 Q133.779 1363.35 131.441 1361.25 Q129.103 1359.14 125.098 1359.14 Q123.223 1359.14 121.348 1359.56 Q119.496 1359.97 117.552 1360.85 L117.552 1343.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M81.58 1272.63 L89.2188 1272.63 L89.2188 1246.27 L80.9087 1247.93 L80.9087 1243.67 L89.1725 1242.01 L93.8484 1242.01 L93.8484 1272.63 L101.487 1272.63 L101.487 1276.57 L81.58 1276.57 L81.58 1272.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M106.557 1270.69 L111.441 1270.69 L111.441 1276.57 L106.557 1276.57 L106.557 1270.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M126.51 1245.09 Q122.899 1245.09 121.071 1248.65 Q119.265 1252.19 119.265 1259.32 Q119.265 1266.43 121.071 1269.99 Q122.899 1273.53 126.51 1273.53 Q130.145 1273.53 131.95 1269.99 Q133.779 1266.43 133.779 1259.32 Q133.779 1252.19 131.95 1248.65 Q130.145 1245.09 126.51 1245.09 M126.51 1241.38 Q132.32 1241.38 135.376 1245.99 Q138.455 1250.57 138.455 1259.32 Q138.455 1268.05 135.376 1272.65 Q132.32 1277.24 126.51 1277.24 Q120.7 1277.24 117.621 1272.65 Q114.566 1268.05 114.566 1259.32 Q114.566 1250.57 117.621 1245.99 Q120.7 1241.38 126.51 1241.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip186)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,1267.62 188.764,1266.28 190.864,1265.05 192.964,1263.93 195.065,1262.94 204.775,1259.89 214.485,1259.42 224.196,1261.53 233.906,1266.19 243.616,1273.35 \n 253.327,1282.91 263.037,1294.76 272.747,1308.74 284.419,1328.1 296.09,1349.94 307.761,1373.83 319.432,1399.36 339.167,1444.89 358.903,1491.33 380.341,1539.97 \n 401.779,1583.82 411.661,1601.65 421.543,1617.64 431.425,1631.59 441.307,1643.3 451.902,1653.2 462.496,1660.21 473.091,1664.22 483.686,1665.18 495.961,1662.44 \n 508.236,1655.63 520.51,1644.9 532.785,1630.45 543.694,1614.73 554.602,1596.56 565.511,1576.24 576.419,1554.08 595.551,1511.9 614.682,1467.27 635.541,1418.4 \n 656.399,1372.11 666.891,1350.65 677.382,1330.86 687.873,1313.02 698.364,1297.39 709.964,1282.97 721.563,1271.81 733.163,1264.1 744.762,1259.99 755.798,1259.49 \n 766.835,1262.32 777.872,1268.44 788.908,1277.74 800.384,1290.63 811.859,1306.56 823.334,1325.27 834.81,1346.4 854.13,1386.42 873.449,1430.25 897.037,1485.72 \n 920.624,1539.43 931.71,1562.92 942.796,1584.73 953.883,1604.52 964.969,1621.94 973.85,1634.01 982.73,1644.24 991.611,1652.53 1000.49,1658.8 1009.37,1662.98 \n 1018.25,1665.02 1027.13,1664.9 1036.01,1662.62 1038.75,1661.49 1041.48,1660.16 1044.21,1658.63 1046.95,1656.9 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"\nM844.903 1382.54 L1042.36 1382.54 L1042.36 1261.58 L844.903 1261.58 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 844.903,1382.54 1042.36,1382.54 1042.36,1261.58 844.903,1261.58 844.903,1382.54 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 855.035,1322.06 915.829,1322.06 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M944.387 1314.18 L944.387 1318.21 Q942.581 1317.28 940.637 1316.82 Q938.692 1316.35 936.609 1316.35 Q933.438 1316.35 931.841 1317.33 Q930.267 1318.3 930.267 1320.24 Q930.267 1321.73 931.401 1322.58 Q932.535 1323.42 935.961 1324.18 L937.419 1324.5 Q941.956 1325.48 943.854 1327.26 Q945.776 1329.02 945.776 1332.19 Q945.776 1335.8 942.905 1337.91 Q940.058 1340.01 935.058 1340.01 Q932.975 1340.01 930.706 1339.6 Q928.461 1339.2 925.961 1338.39 L925.961 1333.99 Q928.322 1335.22 930.614 1335.85 Q932.905 1336.45 935.151 1336.45 Q938.16 1336.45 939.78 1335.43 Q941.401 1334.39 941.401 1332.51 Q941.401 1330.78 940.22 1329.85 Q939.063 1328.92 935.104 1328.07 L933.623 1327.72 Q929.665 1326.89 927.905 1325.17 Q926.146 1323.44 926.146 1320.43 Q926.146 1316.77 928.739 1314.78 Q931.331 1312.79 936.1 1312.79 Q938.461 1312.79 940.544 1313.14 Q942.628 1313.48 944.387 1314.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M950.243 1313.42 L954.502 1313.42 L954.502 1339.34 L950.243 1339.34 L950.243 1313.42 M950.243 1303.32 L954.502 1303.32 L954.502 1308.72 L950.243 1308.72 L950.243 1303.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M980.521 1323.69 L980.521 1339.34 L976.262 1339.34 L976.262 1323.83 Q976.262 1320.15 974.826 1318.32 Q973.391 1316.49 970.521 1316.49 Q967.072 1316.49 965.081 1318.69 Q963.09 1320.89 963.09 1324.69 L963.09 1339.34 L958.808 1339.34 L958.808 1313.42 L963.09 1313.42 L963.09 1317.44 Q964.618 1315.11 966.678 1313.95 Q968.762 1312.79 971.47 1312.79 Q975.938 1312.79 978.229 1315.57 Q980.521 1318.32 980.521 1323.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1021.61 1313.42 L1012.23 1326.03 L1022.09 1339.34 L1017.07 1339.34 L1009.53 1329.16 L1001.98 1339.34 L996.956 1339.34 L1007.03 1325.78 L997.812 1313.42 L1002.84 1313.42 L1009.71 1322.65 L1016.59 1313.42 L1021.61 1313.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"\nM1280.85 1677.35 L2192.76 1677.35 L2192.76 1247.24 L1280.85 1247.24 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip187\">\n <rect x=\"1280\" y=\"1247\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,1677.35 1392.69,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,1677.35 1564.75,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,1677.35 1736.81,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,1677.35 1908.86,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,1677.35 2080.92,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1665.23 2192.76,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1563.75 2192.76,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1462.26 2192.76,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1360.77 2192.76,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip187)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1259.29 2192.76,1259.29 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1677.35 2192.76,1677.35 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1677.35 1280.85,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,1677.35 1392.69,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,1677.35 1564.75,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,1677.35 1736.81,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,1677.35 1908.86,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,1677.35 2080.92,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1665.23 1291.8,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1563.75 1291.8,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1462.26 1291.8,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1360.77 1291.8,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1259.29 1291.8,1259.29 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M1372.7 1715.14 L1385.18 1715.14 L1385.18 1718.93 L1372.7 1718.93 L1372.7 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1403.1 1699.54 L1391.29 1717.99 L1403.1 1717.99 L1403.1 1699.54 M1401.87 1695.46 L1407.75 1695.46 L1407.75 1717.99 L1412.68 1717.99 L1412.68 1721.87 L1407.75 1721.87 L1407.75 1730.02 L1403.1 1730.02 L1403.1 1721.87 L1387.49 1721.87 L1387.49 1717.36 L1401.87 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1545.8 1715.14 L1558.28 1715.14 L1558.28 1718.93 L1545.8 1718.93 L1545.8 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1567.38 1726.09 L1583.7 1726.09 L1583.7 1730.02 L1561.75 1730.02 L1561.75 1726.09 Q1564.41 1723.33 1569 1718.7 Q1573.6 1714.05 1574.78 1712.71 Q1577.03 1710.18 1577.91 1708.45 Q1578.81 1706.69 1578.81 1705 Q1578.81 1702.25 1576.87 1700.51 Q1574.95 1698.77 1571.84 1698.77 Q1569.64 1698.77 1567.19 1699.54 Q1564.76 1700.3 1561.98 1701.85 L1561.98 1697.13 Q1564.81 1696 1567.26 1695.42 Q1569.71 1694.84 1571.75 1694.84 Q1577.12 1694.84 1580.32 1697.52 Q1583.51 1700.21 1583.51 1704.7 Q1583.51 1706.83 1582.7 1708.75 Q1581.91 1710.65 1579.81 1713.24 Q1579.23 1713.91 1576.13 1717.13 Q1573.02 1720.32 1567.38 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1736.81 1698.54 Q1733.19 1698.54 1731.37 1702.11 Q1729.56 1705.65 1729.56 1712.78 Q1729.56 1719.88 1731.37 1723.45 Q1733.19 1726.99 1736.81 1726.99 Q1740.44 1726.99 1742.25 1723.45 Q1744.07 1719.88 1744.07 1712.78 Q1744.07 1705.65 1742.25 1702.11 Q1740.44 1698.54 1736.81 1698.54 M1736.81 1694.84 Q1742.62 1694.84 1745.67 1699.44 Q1748.75 1704.03 1748.75 1712.78 Q1748.75 1721.5 1745.67 1726.11 Q1742.62 1730.69 1736.81 1730.69 Q1731 1730.69 1727.92 1726.11 Q1724.86 1721.5 1724.86 1712.78 Q1724.86 1704.03 1727.92 1699.44 Q1731 1694.84 1736.81 1694.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1903.51 1726.09 L1919.83 1726.09 L1919.83 1730.02 L1897.89 1730.02 L1897.89 1726.09 Q1900.55 1723.33 1905.14 1718.7 Q1909.74 1714.05 1910.92 1712.71 Q1913.17 1710.18 1914.05 1708.45 Q1914.95 1706.69 1914.95 1705 Q1914.95 1702.25 1913.01 1700.51 Q1911.08 1698.77 1907.98 1698.77 Q1905.78 1698.77 1903.33 1699.54 Q1900.9 1700.3 1898.12 1701.85 L1898.12 1697.13 Q1900.95 1696 1903.4 1695.42 Q1905.85 1694.84 1907.89 1694.84 Q1913.26 1694.84 1916.45 1697.52 Q1919.65 1700.21 1919.65 1704.7 Q1919.65 1706.83 1918.84 1708.75 Q1918.05 1710.65 1915.95 1713.24 Q1915.37 1713.91 1912.26 1717.13 Q1909.16 1720.32 1903.51 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2083.93 1699.54 L2072.12 1717.99 L2083.93 1717.99 L2083.93 1699.54 M2082.7 1695.46 L2088.58 1695.46 L2088.58 1717.99 L2093.51 1717.99 L2093.51 1721.87 L2088.58 1721.87 L2088.58 1730.02 L2083.93 1730.02 L2083.93 1721.87 L2068.33 1721.87 L2068.33 1717.36 L2082.7 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1183.22 1667.63 L1195.7 1667.63 L1195.7 1671.43 L1183.22 1671.43 L1183.22 1667.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1201.58 1678.58 L1209.22 1678.58 L1209.22 1652.21 L1200.91 1653.88 L1200.91 1649.62 L1209.17 1647.95 L1213.85 1647.95 L1213.85 1678.58 L1221.49 1678.58 L1221.49 1682.51 L1201.58 1682.51 L1201.58 1678.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 1676.63 L1231.44 1676.63 L1231.44 1682.51 L1226.56 1682.51 L1226.56 1676.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 1651.03 Q1242.9 1651.03 1241.07 1654.6 Q1239.26 1658.14 1239.26 1665.27 Q1239.26 1672.37 1241.07 1675.94 Q1242.9 1679.48 1246.51 1679.48 Q1250.14 1679.48 1251.95 1675.94 Q1253.78 1672.37 1253.78 1665.27 Q1253.78 1658.14 1251.95 1654.6 Q1250.14 1651.03 1246.51 1651.03 M1246.51 1647.33 Q1252.32 1647.33 1255.38 1651.93 Q1258.45 1656.52 1258.45 1665.27 Q1258.45 1674 1255.38 1678.6 Q1252.32 1683.18 1246.51 1683.18 Q1240.7 1683.18 1237.62 1678.6 Q1234.57 1674 1234.57 1665.27 Q1234.57 1656.52 1237.62 1651.93 Q1240.7 1647.33 1246.51 1647.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1182.99 1566.14 L1195.47 1566.14 L1195.47 1569.94 L1182.99 1569.94 L1182.99 1566.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1210.54 1549.55 Q1206.93 1549.55 1205.1 1553.11 Q1203.29 1556.65 1203.29 1563.78 Q1203.29 1570.89 1205.1 1574.45 Q1206.93 1577.99 1210.54 1577.99 Q1214.17 1577.99 1215.98 1574.45 Q1217.81 1570.89 1217.81 1563.78 Q1217.81 1556.65 1215.98 1553.11 Q1214.17 1549.55 1210.54 1549.55 M1210.54 1545.84 Q1216.35 1545.84 1219.4 1550.45 Q1222.48 1555.03 1222.48 1563.78 Q1222.48 1572.51 1219.4 1577.11 Q1216.35 1581.7 1210.54 1581.7 Q1204.73 1581.7 1201.65 1577.11 Q1198.59 1572.51 1198.59 1563.78 Q1198.59 1555.03 1201.65 1550.45 Q1204.73 1545.84 1210.54 1545.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1227.55 1575.15 L1232.44 1575.15 L1232.44 1581.03 L1227.55 1581.03 L1227.55 1575.15 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1237.55 1546.47 L1255.91 1546.47 L1255.91 1550.4 L1241.83 1550.4 L1241.83 1558.87 Q1242.85 1558.53 1243.87 1558.36 Q1244.89 1558.18 1245.91 1558.18 Q1251.7 1558.18 1255.08 1561.35 Q1258.45 1564.52 1258.45 1569.94 Q1258.45 1575.52 1254.98 1578.62 Q1251.51 1581.7 1245.19 1581.7 Q1243.01 1581.7 1240.75 1581.33 Q1238.5 1580.96 1236.09 1580.22 L1236.09 1575.52 Q1238.18 1576.65 1240.4 1577.21 Q1242.62 1577.76 1245.1 1577.76 Q1249.1 1577.76 1251.44 1575.66 Q1253.78 1573.55 1253.78 1569.94 Q1253.78 1566.33 1251.44 1564.22 Q1249.1 1562.11 1245.1 1562.11 Q1243.22 1562.11 1241.35 1562.53 Q1239.5 1562.95 1237.55 1563.83 L1237.55 1546.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1209.54 1448.06 Q1205.93 1448.06 1204.1 1451.62 Q1202.3 1455.17 1202.3 1462.29 Q1202.3 1469.4 1204.1 1472.97 Q1205.93 1476.51 1209.54 1476.51 Q1213.18 1476.51 1214.98 1472.97 Q1216.81 1469.4 1216.81 1462.29 Q1216.81 1455.17 1214.98 1451.62 Q1213.18 1448.06 1209.54 1448.06 M1209.54 1444.36 Q1215.35 1444.36 1218.41 1448.96 Q1221.49 1453.54 1221.49 1462.29 Q1221.49 1471.02 1218.41 1475.63 Q1215.35 1480.21 1209.54 1480.21 Q1203.73 1480.21 1200.65 1475.63 Q1197.6 1471.02 1197.6 1462.29 Q1197.6 1453.54 1200.65 1448.96 Q1203.73 1444.36 1209.54 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 1473.66 L1231.44 1473.66 L1231.44 1479.54 L1226.56 1479.54 L1226.56 1473.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 1448.06 Q1242.9 1448.06 1241.07 1451.62 Q1239.26 1455.17 1239.26 1462.29 Q1239.26 1469.4 1241.07 1472.97 Q1242.9 1476.51 1246.51 1476.51 Q1250.14 1476.51 1251.95 1472.97 Q1253.78 1469.4 1253.78 1462.29 Q1253.78 1455.17 1251.95 1451.62 Q1250.14 1448.06 1246.51 1448.06 M1246.51 1444.36 Q1252.32 1444.36 1255.38 1448.96 Q1258.45 1453.54 1258.45 1462.29 Q1258.45 1471.02 1255.38 1475.63 Q1252.32 1480.21 1246.51 1480.21 Q1240.7 1480.21 1237.62 1475.63 Q1234.57 1471.02 1234.57 1462.29 Q1234.57 1453.54 1237.62 1448.96 Q1240.7 1444.36 1246.51 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1210.54 1346.57 Q1206.93 1346.57 1205.1 1350.14 Q1203.29 1353.68 1203.29 1360.81 Q1203.29 1367.91 1205.1 1371.48 Q1206.93 1375.02 1210.54 1375.02 Q1214.17 1375.02 1215.98 1371.48 Q1217.81 1367.91 1217.81 1360.81 Q1217.81 1353.68 1215.98 1350.14 Q1214.17 1346.57 1210.54 1346.57 M1210.54 1342.87 Q1216.35 1342.87 1219.4 1347.48 Q1222.48 1352.06 1222.48 1360.81 Q1222.48 1369.54 1219.4 1374.14 Q1216.35 1378.72 1210.54 1378.72 Q1204.73 1378.72 1201.65 1374.14 Q1198.59 1369.54 1198.59 1360.81 Q1198.59 1352.06 1201.65 1347.48 Q1204.73 1342.87 1210.54 1342.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1227.55 1372.17 L1232.44 1372.17 L1232.44 1378.05 L1227.55 1378.05 L1227.55 1372.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1237.55 1343.49 L1255.91 1343.49 L1255.91 1347.43 L1241.83 1347.43 L1241.83 1355.9 Q1242.85 1355.55 1243.87 1355.39 Q1244.89 1355.21 1245.91 1355.21 Q1251.7 1355.21 1255.08 1358.38 Q1258.45 1361.55 1258.45 1366.97 Q1258.45 1372.54 1254.98 1375.65 Q1251.51 1378.72 1245.19 1378.72 Q1243.01 1378.72 1240.75 1378.35 Q1238.5 1377.98 1236.09 1377.24 L1236.09 1372.54 Q1238.18 1373.68 1240.4 1374.23 Q1242.62 1374.79 1245.1 1374.79 Q1249.1 1374.79 1251.44 1372.68 Q1253.78 1370.58 1253.78 1366.97 Q1253.78 1363.35 1251.44 1361.25 Q1249.1 1359.14 1245.1 1359.14 Q1243.22 1359.14 1241.35 1359.56 Q1239.5 1359.97 1237.55 1360.85 L1237.55 1343.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1201.58 1272.63 L1209.22 1272.63 L1209.22 1246.27 L1200.91 1247.93 L1200.91 1243.67 L1209.17 1242.01 L1213.85 1242.01 L1213.85 1272.63 L1221.49 1272.63 L1221.49 1276.57 L1201.58 1276.57 L1201.58 1272.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1226.56 1270.69 L1231.44 1270.69 L1231.44 1276.57 L1226.56 1276.57 L1226.56 1270.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M1246.51 1245.09 Q1242.9 1245.09 1241.07 1248.65 Q1239.26 1252.19 1239.26 1259.32 Q1239.26 1266.43 1241.07 1269.99 Q1242.9 1273.53 1246.51 1273.53 Q1250.14 1273.53 1251.95 1269.99 Q1253.78 1266.43 1253.78 1259.32 Q1253.78 1252.19 1251.95 1248.65 Q1250.14 1245.09 1246.51 1245.09 M1246.51 1241.38 Q1252.32 1241.38 1255.38 1245.99 Q1258.45 1250.57 1258.45 1259.32 Q1258.45 1268.05 1255.38 1272.65 Q1252.32 1277.24 1246.51 1277.24 Q1240.7 1277.24 1237.62 1272.65 Q1234.57 1268.05 1234.57 1259.32 Q1234.57 1250.57 1237.62 1245.99 Q1240.7 1241.38 1246.51 1241.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip187)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,1267.62 1308.76,1266.28 1310.86,1265.05 1312.96,1263.93 1315.06,1262.94 1324.77,1259.89 1334.49,1259.42 1344.2,1261.53 1353.91,1266.19 1363.62,1273.35 \n 1373.33,1282.91 1383.04,1294.76 1392.75,1308.74 1404.42,1328.1 1416.09,1349.94 1427.76,1373.83 1439.43,1399.36 1459.17,1444.89 1478.9,1491.33 1500.34,1539.97 \n 1521.78,1583.82 1531.66,1601.65 1541.54,1617.64 1551.43,1631.59 1561.31,1643.3 1571.9,1653.2 1582.5,1660.21 1593.09,1664.22 1603.69,1665.18 1615.96,1662.44 \n 1628.24,1655.63 1640.51,1644.9 1652.79,1630.45 1663.69,1614.73 1674.6,1596.56 1685.51,1576.24 1696.42,1554.08 1715.55,1511.9 1734.68,1467.27 1755.54,1418.4 \n 1776.4,1372.11 1786.89,1350.65 1797.38,1330.86 1807.87,1313.02 1818.36,1297.39 1829.96,1282.97 1841.56,1271.81 1853.16,1264.1 1864.76,1259.99 1875.8,1259.49 \n 1886.84,1262.32 1897.87,1268.44 1908.91,1277.74 1920.38,1290.63 1931.86,1306.56 1943.33,1325.27 1954.81,1346.4 1974.13,1386.42 1993.45,1430.25 2017.04,1485.72 \n 2040.62,1539.43 2051.71,1562.92 2062.8,1584.73 2073.88,1604.52 2084.97,1621.94 2093.85,1634.01 2102.73,1644.24 2111.61,1652.53 2120.49,1658.8 2129.37,1662.98 \n 2138.25,1665.02 2147.13,1664.9 2156.01,1662.62 2158.75,1661.49 2161.48,1660.16 2164.21,1658.63 2166.95,1656.9 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"\nM1964.9 1382.54 L2162.36 1382.54 L2162.36 1261.58 L1964.9 1261.58 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1964.9,1382.54 2162.36,1382.54 2162.36,1261.58 1964.9,1261.58 1964.9,1382.54 \n \"/>\n<polyline clip-path=\"url(#clip180)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1975.04,1322.06 2035.83,1322.06 \n \"/>\n<path clip-path=\"url(#clip180)\" d=\"M 0 0 M2064.39 1314.18 L2064.39 1318.21 Q2062.58 1317.28 2060.64 1316.82 Q2058.69 1316.35 2056.61 1316.35 Q2053.44 1316.35 2051.84 1317.33 Q2050.27 1318.3 2050.27 1320.24 Q2050.27 1321.73 2051.4 1322.58 Q2052.54 1323.42 2055.96 1324.18 L2057.42 1324.5 Q2061.96 1325.48 2063.85 1327.26 Q2065.78 1329.02 2065.78 1332.19 Q2065.78 1335.8 2062.91 1337.91 Q2060.06 1340.01 2055.06 1340.01 Q2052.97 1340.01 2050.71 1339.6 Q2048.46 1339.2 2045.96 1338.39 L2045.96 1333.99 Q2048.32 1335.22 2050.61 1335.85 Q2052.91 1336.45 2055.15 1336.45 Q2058.16 1336.45 2059.78 1335.43 Q2061.4 1334.39 2061.4 1332.51 Q2061.4 1330.78 2060.22 1329.85 Q2059.06 1328.92 2055.1 1328.07 L2053.62 1327.72 Q2049.66 1326.89 2047.91 1325.17 Q2046.15 1323.44 2046.15 1320.43 Q2046.15 1316.77 2048.74 1314.78 Q2051.33 1312.79 2056.1 1312.79 Q2058.46 1312.79 2060.54 1313.14 Q2062.63 1313.48 2064.39 1314.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2070.24 1313.42 L2074.5 1313.42 L2074.5 1339.34 L2070.24 1339.34 L2070.24 1313.42 M2070.24 1303.32 L2074.5 1303.32 L2074.5 1308.72 L2070.24 1308.72 L2070.24 1303.32 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2100.52 1323.69 L2100.52 1339.34 L2096.26 1339.34 L2096.26 1323.83 Q2096.26 1320.15 2094.83 1318.32 Q2093.39 1316.49 2090.52 1316.49 Q2087.07 1316.49 2085.08 1318.69 Q2083.09 1320.89 2083.09 1324.69 L2083.09 1339.34 L2078.81 1339.34 L2078.81 1313.42 L2083.09 1313.42 L2083.09 1317.44 Q2084.62 1315.11 2086.68 1313.95 Q2088.76 1312.79 2091.47 1312.79 Q2095.94 1312.79 2098.23 1315.57 Q2100.52 1318.32 2100.52 1323.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip180)\" d=\"M 0 0 M2141.61 1313.42 L2132.23 1326.03 L2142.09 1339.34 L2137.07 1339.34 L2129.53 1329.16 L2121.98 1339.34 L2116.96 1339.34 L2127.03 1325.78 L2117.81 1313.42 L2122.84 1313.42 L2129.71 1322.65 L2136.59 1313.42 L2141.61 1313.42 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nP5 = deepcopy(P1)\nP6 = deepcopy(P1)\nplot(P1, P2, P3, P4, P5, P6, size=(840, 300), layout=@layout([a b c; d e f]))",
"execution_count": 8,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 8,
"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=\"840\" height=\"300\" viewBox=\"0 0 3360 1200\">\n<defs>\n <clipPath id=\"clip220\">\n <rect x=\"0\" y=\"0\" width=\"3360\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip220)\" d=\"\nM0 1200 L3360 1200 L3360 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip221\">\n <rect x=\"672\" y=\"0\" width=\"2353\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip220)\" d=\"\nM172.055 506.494 L1072.76 506.494 L1072.76 47.2441 L172.055 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip222\">\n <rect x=\"172\" y=\"47\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 282.518,506.494 282.518,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 452.462,506.494 452.462,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 622.405,506.494 622.405,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 792.349,506.494 792.349,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 962.293,506.494 962.293,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,493.555 1072.76,493.555 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,385.192 1072.76,385.192 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,276.829 1072.76,276.829 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,168.466 1072.76,168.466 \n \"/>\n<polyline clip-path=\"url(#clip222)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,60.1029 1072.76,60.1029 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,506.494 1072.76,506.494 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,506.494 172.055,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 282.518,506.494 282.518,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 452.462,506.494 452.462,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 622.405,506.494 622.405,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 792.349,506.494 792.349,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 962.293,506.494 962.293,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,493.555 182.863,493.555 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,385.192 182.863,385.192 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,276.829 182.863,276.829 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,168.466 182.863,168.466 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,60.1029 182.863,60.1029 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M262.53 549.881 L275.007 549.881 L275.007 553.678 L262.53 553.678 L262.53 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M292.923 534.28 L281.118 552.729 L292.923 552.729 L292.923 534.28 M291.696 530.206 L297.576 530.206 L297.576 552.729 L302.506 552.729 L302.506 556.617 L297.576 556.617 L297.576 564.766 L292.923 564.766 L292.923 556.617 L277.321 556.617 L277.321 552.104 L291.696 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M433.515 549.881 L445.992 549.881 L445.992 553.678 L433.515 553.678 L433.515 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M455.089 560.83 L471.408 560.83 L471.408 564.766 L449.464 564.766 L449.464 560.83 Q452.126 558.076 456.709 553.446 Q461.316 548.793 462.496 547.451 Q464.742 544.928 465.621 543.192 Q466.524 541.432 466.524 539.743 Q466.524 536.988 464.58 535.252 Q462.658 533.516 459.557 533.516 Q457.357 533.516 454.904 534.28 Q452.473 535.044 449.695 536.594 L449.695 531.872 Q452.52 530.738 454.973 530.159 Q457.427 529.581 459.464 529.581 Q464.834 529.581 468.029 532.266 Q471.223 534.951 471.223 539.442 Q471.223 541.571 470.413 543.493 Q469.626 545.391 467.519 547.983 Q466.941 548.655 463.839 551.872 Q460.737 555.067 455.089 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M622.405 533.284 Q618.794 533.284 616.966 536.849 Q615.16 540.391 615.16 547.52 Q615.16 554.627 616.966 558.192 Q618.794 561.733 622.405 561.733 Q626.04 561.733 627.845 558.192 Q629.674 554.627 629.674 547.52 Q629.674 540.391 627.845 536.849 Q626.04 533.284 622.405 533.284 M622.405 529.581 Q628.215 529.581 631.271 534.187 Q634.35 538.77 634.35 547.52 Q634.35 556.247 631.271 560.854 Q628.215 565.437 622.405 565.437 Q616.595 565.437 613.516 560.854 Q610.461 556.247 610.461 547.52 Q610.461 538.77 613.516 534.187 Q616.595 529.581 622.405 529.581 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M787.002 560.83 L803.321 560.83 L803.321 564.766 L781.377 564.766 L781.377 560.83 Q784.039 558.076 788.622 553.446 Q793.229 548.793 794.409 547.451 Q796.654 544.928 797.534 543.192 Q798.437 541.432 798.437 539.743 Q798.437 536.988 796.492 535.252 Q794.571 533.516 791.469 533.516 Q789.27 533.516 786.817 534.28 Q784.386 535.044 781.608 536.594 L781.608 531.872 Q784.432 530.738 786.886 530.159 Q789.34 529.581 791.377 529.581 Q796.747 529.581 799.941 532.266 Q803.136 534.951 803.136 539.442 Q803.136 541.571 802.326 543.493 Q801.539 545.391 799.432 547.983 Q798.854 548.655 795.752 551.872 Q792.65 555.067 787.002 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M965.302 534.28 L953.496 552.729 L965.302 552.729 L965.302 534.28 M964.075 530.206 L969.955 530.206 L969.955 552.729 L974.885 552.729 L974.885 556.617 L969.955 556.617 L969.955 564.766 L965.302 564.766 L965.302 556.617 L949.7 556.617 L949.7 552.104 L964.075 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M63.2236 495.951 L75.7004 495.951 L75.7004 499.747 L63.2236 499.747 L63.2236 495.951 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M81.58 506.9 L89.2188 506.9 L89.2188 480.535 L80.9087 482.201 L80.9087 477.942 L89.1725 476.275 L93.8484 476.275 L93.8484 506.9 L101.487 506.9 L101.487 510.835 L81.58 510.835 L81.58 506.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M106.557 504.956 L111.441 504.956 L111.441 510.835 L106.557 510.835 L106.557 504.956 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M126.51 479.354 Q122.899 479.354 121.071 482.919 Q119.265 486.46 119.265 493.59 Q119.265 500.696 121.071 504.261 Q122.899 507.803 126.51 507.803 Q130.145 507.803 131.95 504.261 Q133.779 500.696 133.779 493.59 Q133.779 486.46 131.95 482.919 Q130.145 479.354 126.51 479.354 M126.51 475.65 Q132.32 475.65 135.376 480.257 Q138.455 484.84 138.455 493.59 Q138.455 502.317 135.376 506.923 Q132.32 511.507 126.51 511.507 Q120.7 511.507 117.621 506.923 Q114.566 502.317 114.566 493.59 Q114.566 484.84 117.621 480.257 Q120.7 475.65 126.51 475.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M62.9921 387.588 L75.4689 387.588 L75.4689 391.384 L62.9921 391.384 L62.9921 387.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M90.5383 370.991 Q86.9272 370.991 85.0985 374.556 Q83.2929 378.097 83.2929 385.227 Q83.2929 392.333 85.0985 395.898 Q86.9272 399.44 90.5383 399.44 Q94.1725 399.44 95.9781 395.898 Q97.8068 392.333 97.8068 385.227 Q97.8068 378.097 95.9781 374.556 Q94.1725 370.991 90.5383 370.991 M90.5383 367.287 Q96.3484 367.287 99.404 371.894 Q102.483 376.477 102.483 385.227 Q102.483 393.954 99.404 398.56 Q96.3484 403.144 90.5383 403.144 Q84.7281 403.144 81.6494 398.56 Q78.5939 393.954 78.5939 385.227 Q78.5939 376.477 81.6494 371.894 Q84.7281 367.287 90.5383 367.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M107.552 396.593 L112.436 396.593 L112.436 402.472 L107.552 402.472 L107.552 396.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M117.552 367.912 L135.908 367.912 L135.908 371.847 L121.834 371.847 L121.834 380.32 Q122.853 379.972 123.871 379.81 Q124.89 379.625 125.908 379.625 Q131.695 379.625 135.075 382.796 Q138.455 385.968 138.455 391.384 Q138.455 396.963 134.982 400.065 Q131.51 403.144 125.191 403.144 Q123.015 403.144 120.746 402.773 Q118.501 402.403 116.094 401.662 L116.094 396.963 Q118.177 398.097 120.399 398.653 Q122.621 399.208 125.098 399.208 Q129.103 399.208 131.441 397.102 Q133.779 394.995 133.779 391.384 Q133.779 387.773 131.441 385.667 Q129.103 383.56 125.098 383.56 Q123.223 383.56 121.348 383.977 Q119.496 384.394 117.552 385.273 L117.552 367.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M89.5429 262.628 Q85.9318 262.628 84.1031 266.193 Q82.2976 269.734 82.2976 276.864 Q82.2976 283.97 84.1031 287.535 Q85.9318 291.077 89.5429 291.077 Q93.1771 291.077 94.9827 287.535 Q96.8114 283.97 96.8114 276.864 Q96.8114 269.734 94.9827 266.193 Q93.1771 262.628 89.5429 262.628 M89.5429 258.924 Q95.3531 258.924 98.4086 263.531 Q101.487 268.114 101.487 276.864 Q101.487 285.591 98.4086 290.197 Q95.3531 294.78 89.5429 294.78 Q83.7328 294.78 80.6541 290.197 Q77.5985 285.591 77.5985 276.864 Q77.5985 268.114 80.6541 263.531 Q83.7328 258.924 89.5429 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M106.557 288.23 L111.441 288.23 L111.441 294.109 L106.557 294.109 L106.557 288.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M126.51 262.628 Q122.899 262.628 121.071 266.193 Q119.265 269.734 119.265 276.864 Q119.265 283.97 121.071 287.535 Q122.899 291.077 126.51 291.077 Q130.145 291.077 131.95 287.535 Q133.779 283.97 133.779 276.864 Q133.779 269.734 131.95 266.193 Q130.145 262.628 126.51 262.628 M126.51 258.924 Q132.32 258.924 135.376 263.531 Q138.455 268.114 138.455 276.864 Q138.455 285.591 135.376 290.197 Q132.32 294.78 126.51 294.78 Q120.7 294.78 117.621 290.197 Q114.566 285.591 114.566 276.864 Q114.566 268.114 117.621 263.531 Q120.7 258.924 126.51 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M90.5383 154.265 Q86.9272 154.265 85.0985 157.829 Q83.2929 161.371 83.2929 168.501 Q83.2929 175.607 85.0985 179.172 Q86.9272 182.714 90.5383 182.714 Q94.1725 182.714 95.9781 179.172 Q97.8068 175.607 97.8068 168.501 Q97.8068 161.371 95.9781 157.829 Q94.1725 154.265 90.5383 154.265 M90.5383 150.561 Q96.3484 150.561 99.404 155.167 Q102.483 159.751 102.483 168.501 Q102.483 177.228 99.404 181.834 Q96.3484 186.417 90.5383 186.417 Q84.7281 186.417 81.6494 181.834 Q78.5939 177.228 78.5939 168.501 Q78.5939 159.751 81.6494 155.167 Q84.7281 150.561 90.5383 150.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M107.552 179.866 L112.436 179.866 L112.436 185.746 L107.552 185.746 L107.552 179.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M117.552 151.186 L135.908 151.186 L135.908 155.121 L121.834 155.121 L121.834 163.593 Q122.853 163.246 123.871 163.084 Q124.89 162.899 125.908 162.899 Q131.695 162.899 135.075 166.07 Q138.455 169.241 138.455 174.658 Q138.455 180.237 134.982 183.339 Q131.51 186.417 125.191 186.417 Q123.015 186.417 120.746 186.047 Q118.501 185.677 116.094 184.936 L116.094 180.237 Q118.177 181.371 120.399 181.927 Q122.621 182.482 125.098 182.482 Q129.103 182.482 131.441 180.376 Q133.779 178.269 133.779 174.658 Q133.779 171.047 131.441 168.941 Q129.103 166.834 125.098 166.834 Q123.223 166.834 121.348 167.251 Q119.496 167.667 117.552 168.547 L117.552 151.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M81.58 73.4477 L89.2188 73.4477 L89.2188 47.0821 L80.9087 48.7488 L80.9087 44.4896 L89.1725 42.8229 L93.8484 42.8229 L93.8484 73.4477 L101.487 73.4477 L101.487 77.3829 L81.58 77.3829 L81.58 73.4477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M106.557 71.5033 L111.441 71.5033 L111.441 77.3829 L106.557 77.3829 L106.557 71.5033 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M126.51 45.9016 Q122.899 45.9016 121.071 49.4664 Q119.265 53.008 119.265 60.1376 Q119.265 67.2441 121.071 70.8089 Q122.899 74.3505 126.51 74.3505 Q130.145 74.3505 131.95 70.8089 Q133.779 67.2441 133.779 60.1376 Q133.779 53.008 131.95 49.4664 Q130.145 45.9016 126.51 45.9016 M126.51 42.1979 Q132.32 42.1979 135.376 46.8044 Q138.455 51.3877 138.455 60.1376 Q138.455 68.8644 135.376 73.4709 Q132.32 78.0542 126.51 78.0542 Q120.7 78.0542 117.621 73.4709 Q114.566 68.8644 114.566 60.1376 Q114.566 51.3877 117.621 46.8044 Q120.7 42.1979 126.51 42.1979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip222)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 197.546,69.0051 199.621,67.5662 201.695,66.2521 203.77,65.0635 205.844,64.0011 215.436,60.7464 225.027,60.2417 234.618,62.4936 244.209,67.4733 253.8,75.1174 \n 263.391,85.3288 272.982,97.9774 282.573,112.902 294.101,133.582 305.629,156.895 317.156,182.412 328.684,209.664 348.177,258.28 367.67,307.869 388.845,359.809 \n 410.02,406.624 419.781,425.662 429.541,442.738 439.302,457.627 449.063,470.133 459.527,480.708 469.992,488.194 480.456,492.478 490.921,493.496 503.045,490.573 \n 515.169,483.306 527.293,471.842 539.417,456.415 550.192,439.63 560.966,420.232 571.741,398.53 582.515,374.875 601.412,329.831 620.308,282.177 640.911,230.002 \n 661.513,180.566 671.875,157.66 682.238,136.524 692.6,117.472 702.963,100.787 714.42,85.3923 725.877,73.4726 737.333,65.2442 748.79,60.8565 759.691,60.321 \n 770.592,63.344 781.493,69.8756 792.394,79.8087 803.729,93.5679 815.063,110.583 826.398,130.552 837.732,153.119 856.815,195.854 875.897,242.655 899.195,301.877 \n 922.492,359.229 933.442,384.306 944.393,407.6 955.343,428.726 966.293,447.333 975.065,460.212 983.836,471.138 992.608,479.995 1001.38,486.689 1010.15,491.149 \n 1018.92,493.327 1027.69,493.2 1036.47,490.769 1039.16,489.561 1041.86,488.138 1044.56,486.501 1047.26,484.653 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"\nM846.521 183.512 L1042.73 183.512 L1042.73 62.5524 L846.521 62.5524 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 846.521,183.512 1042.73,183.512 1042.73,62.5524 846.521,62.5524 846.521,183.512 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 856.529,123.032 916.575,123.032 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M945.009 115.151 L945.009 119.178 Q943.203 118.252 941.259 117.789 Q939.315 117.326 937.231 117.326 Q934.06 117.326 932.463 118.299 Q930.889 119.271 930.889 121.215 Q930.889 122.697 932.023 123.553 Q933.157 124.387 936.583 125.15 L938.041 125.475 Q942.578 126.447 944.477 128.229 Q946.398 129.988 946.398 133.16 Q946.398 136.771 943.528 138.877 Q940.68 140.984 935.68 140.984 Q933.597 140.984 931.329 140.567 Q929.083 140.174 926.583 139.363 L926.583 134.965 Q928.944 136.192 931.236 136.817 Q933.528 137.419 935.773 137.419 Q938.782 137.419 940.403 136.4 Q942.023 135.359 942.023 133.484 Q942.023 131.748 940.842 130.822 Q939.685 129.896 935.727 129.039 L934.245 128.692 Q930.287 127.859 928.528 126.146 Q926.768 124.41 926.768 121.4 Q926.768 117.743 929.361 115.752 Q931.954 113.762 936.722 113.762 Q939.083 113.762 941.166 114.109 Q943.25 114.456 945.009 115.151 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M950.865 114.387 L955.125 114.387 L955.125 140.312 L950.865 140.312 L950.865 114.387 M950.865 104.294 L955.125 104.294 L955.125 109.688 L950.865 109.688 L950.865 104.294 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M981.143 124.664 L981.143 140.312 L976.884 140.312 L976.884 124.803 Q976.884 121.123 975.449 119.294 Q974.014 117.465 971.143 117.465 Q967.694 117.465 965.703 119.664 Q963.713 121.863 963.713 125.66 L963.713 140.312 L959.43 140.312 L959.43 114.387 L963.713 114.387 L963.713 118.414 Q965.24 116.076 967.301 114.919 Q969.384 113.762 972.092 113.762 Q976.56 113.762 978.851 116.539 Q981.143 119.294 981.143 124.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1022.23 114.387 L1012.86 127.002 L1022.72 140.312 L1017.69 140.312 L1010.15 130.127 L1002.6 140.312 L997.578 140.312 L1007.65 126.748 L998.435 114.387 L1003.46 114.387 L1010.33 123.623 L1017.21 114.387 L1022.23 114.387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"\nM1292.05 506.494 L2192.76 506.494 L2192.76 47.2441 L1292.05 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip223\">\n <rect x=\"1292\" y=\"47\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1402.52,506.494 1402.52,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1572.46,506.494 1572.46,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1742.41,506.494 1742.41,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1912.35,506.494 1912.35,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2082.29,506.494 2082.29,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,493.555 2192.76,493.555 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,385.192 2192.76,385.192 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,276.829 2192.76,276.829 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,168.466 2192.76,168.466 \n \"/>\n<polyline clip-path=\"url(#clip223)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,60.1029 2192.76,60.1029 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,506.494 2192.76,506.494 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,506.494 1292.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1402.52,506.494 1402.52,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1572.46,506.494 1572.46,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1742.41,506.494 1742.41,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1912.35,506.494 1912.35,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2082.29,506.494 2082.29,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,493.555 1302.86,493.555 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,385.192 1302.86,385.192 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,276.829 1302.86,276.829 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,168.466 1302.86,168.466 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,60.1029 1302.86,60.1029 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M1382.53 549.881 L1395.01 549.881 L1395.01 553.678 L1382.53 553.678 L1382.53 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1412.92 534.28 L1401.12 552.729 L1412.92 552.729 L1412.92 534.28 M1411.7 530.206 L1417.58 530.206 L1417.58 552.729 L1422.51 552.729 L1422.51 556.617 L1417.58 556.617 L1417.58 564.766 L1412.92 564.766 L1412.92 556.617 L1397.32 556.617 L1397.32 552.104 L1411.7 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1553.52 549.881 L1565.99 549.881 L1565.99 553.678 L1553.52 553.678 L1553.52 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1575.09 560.83 L1591.41 560.83 L1591.41 564.766 L1569.46 564.766 L1569.46 560.83 Q1572.13 558.076 1576.71 553.446 Q1581.32 548.793 1582.5 547.451 Q1584.74 544.928 1585.62 543.192 Q1586.52 541.432 1586.52 539.743 Q1586.52 536.988 1584.58 535.252 Q1582.66 533.516 1579.56 533.516 Q1577.36 533.516 1574.9 534.28 Q1572.47 535.044 1569.7 536.594 L1569.7 531.872 Q1572.52 530.738 1574.97 530.159 Q1577.43 529.581 1579.46 529.581 Q1584.83 529.581 1588.03 532.266 Q1591.22 534.951 1591.22 539.442 Q1591.22 541.571 1590.41 543.493 Q1589.63 545.391 1587.52 547.983 Q1586.94 548.655 1583.84 551.872 Q1580.74 555.067 1575.09 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1742.41 533.284 Q1738.79 533.284 1736.97 536.849 Q1735.16 540.391 1735.16 547.52 Q1735.16 554.627 1736.97 558.192 Q1738.79 561.733 1742.41 561.733 Q1746.04 561.733 1747.85 558.192 Q1749.67 554.627 1749.67 547.52 Q1749.67 540.391 1747.85 536.849 Q1746.04 533.284 1742.41 533.284 M1742.41 529.581 Q1748.22 529.581 1751.27 534.187 Q1754.35 538.77 1754.35 547.52 Q1754.35 556.247 1751.27 560.854 Q1748.22 565.437 1742.41 565.437 Q1736.6 565.437 1733.52 560.854 Q1730.46 556.247 1730.46 547.52 Q1730.46 538.77 1733.52 534.187 Q1736.6 529.581 1742.41 529.581 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1907 560.83 L1923.32 560.83 L1923.32 564.766 L1901.38 564.766 L1901.38 560.83 Q1904.04 558.076 1908.62 553.446 Q1913.23 548.793 1914.41 547.451 Q1916.65 544.928 1917.53 543.192 Q1918.44 541.432 1918.44 539.743 Q1918.44 536.988 1916.49 535.252 Q1914.57 533.516 1911.47 533.516 Q1909.27 533.516 1906.82 534.28 Q1904.39 535.044 1901.61 536.594 L1901.61 531.872 Q1904.43 530.738 1906.89 530.159 Q1909.34 529.581 1911.38 529.581 Q1916.75 529.581 1919.94 532.266 Q1923.14 534.951 1923.14 539.442 Q1923.14 541.571 1922.33 543.493 Q1921.54 545.391 1919.43 547.983 Q1918.85 548.655 1915.75 551.872 Q1912.65 555.067 1907 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2085.3 534.28 L2073.5 552.729 L2085.3 552.729 L2085.3 534.28 M2084.07 530.206 L2089.95 530.206 L2089.95 552.729 L2094.89 552.729 L2094.89 556.617 L2089.95 556.617 L2089.95 564.766 L2085.3 564.766 L2085.3 556.617 L2069.7 556.617 L2069.7 552.104 L2084.07 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1183.22 495.951 L1195.7 495.951 L1195.7 499.747 L1183.22 499.747 L1183.22 495.951 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1201.58 506.9 L1209.22 506.9 L1209.22 480.535 L1200.91 482.201 L1200.91 477.942 L1209.17 476.275 L1213.85 476.275 L1213.85 506.9 L1221.49 506.9 L1221.49 510.835 L1201.58 510.835 L1201.58 506.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1226.56 504.956 L1231.44 504.956 L1231.44 510.835 L1226.56 510.835 L1226.56 504.956 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1246.51 479.354 Q1242.9 479.354 1241.07 482.919 Q1239.26 486.46 1239.26 493.59 Q1239.26 500.696 1241.07 504.261 Q1242.9 507.803 1246.51 507.803 Q1250.14 507.803 1251.95 504.261 Q1253.78 500.696 1253.78 493.59 Q1253.78 486.46 1251.95 482.919 Q1250.14 479.354 1246.51 479.354 M1246.51 475.65 Q1252.32 475.65 1255.38 480.257 Q1258.45 484.84 1258.45 493.59 Q1258.45 502.317 1255.38 506.923 Q1252.32 511.507 1246.51 511.507 Q1240.7 511.507 1237.62 506.923 Q1234.57 502.317 1234.57 493.59 Q1234.57 484.84 1237.62 480.257 Q1240.7 475.65 1246.51 475.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1182.99 387.588 L1195.47 387.588 L1195.47 391.384 L1182.99 391.384 L1182.99 387.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1210.54 370.991 Q1206.93 370.991 1205.1 374.556 Q1203.29 378.097 1203.29 385.227 Q1203.29 392.333 1205.1 395.898 Q1206.93 399.44 1210.54 399.44 Q1214.17 399.44 1215.98 395.898 Q1217.81 392.333 1217.81 385.227 Q1217.81 378.097 1215.98 374.556 Q1214.17 370.991 1210.54 370.991 M1210.54 367.287 Q1216.35 367.287 1219.4 371.894 Q1222.48 376.477 1222.48 385.227 Q1222.48 393.954 1219.4 398.56 Q1216.35 403.144 1210.54 403.144 Q1204.73 403.144 1201.65 398.56 Q1198.59 393.954 1198.59 385.227 Q1198.59 376.477 1201.65 371.894 Q1204.73 367.287 1210.54 367.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1227.55 396.593 L1232.44 396.593 L1232.44 402.472 L1227.55 402.472 L1227.55 396.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1237.55 367.912 L1255.91 367.912 L1255.91 371.847 L1241.83 371.847 L1241.83 380.32 Q1242.85 379.972 1243.87 379.81 Q1244.89 379.625 1245.91 379.625 Q1251.7 379.625 1255.08 382.796 Q1258.45 385.968 1258.45 391.384 Q1258.45 396.963 1254.98 400.065 Q1251.51 403.144 1245.19 403.144 Q1243.01 403.144 1240.75 402.773 Q1238.5 402.403 1236.09 401.662 L1236.09 396.963 Q1238.18 398.097 1240.4 398.653 Q1242.62 399.208 1245.1 399.208 Q1249.1 399.208 1251.44 397.102 Q1253.78 394.995 1253.78 391.384 Q1253.78 387.773 1251.44 385.667 Q1249.1 383.56 1245.1 383.56 Q1243.22 383.56 1241.35 383.977 Q1239.5 384.394 1237.55 385.273 L1237.55 367.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1209.54 262.628 Q1205.93 262.628 1204.1 266.193 Q1202.3 269.734 1202.3 276.864 Q1202.3 283.97 1204.1 287.535 Q1205.93 291.077 1209.54 291.077 Q1213.18 291.077 1214.98 287.535 Q1216.81 283.97 1216.81 276.864 Q1216.81 269.734 1214.98 266.193 Q1213.18 262.628 1209.54 262.628 M1209.54 258.924 Q1215.35 258.924 1218.41 263.531 Q1221.49 268.114 1221.49 276.864 Q1221.49 285.591 1218.41 290.197 Q1215.35 294.78 1209.54 294.78 Q1203.73 294.78 1200.65 290.197 Q1197.6 285.591 1197.6 276.864 Q1197.6 268.114 1200.65 263.531 Q1203.73 258.924 1209.54 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1226.56 288.23 L1231.44 288.23 L1231.44 294.109 L1226.56 294.109 L1226.56 288.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1246.51 262.628 Q1242.9 262.628 1241.07 266.193 Q1239.26 269.734 1239.26 276.864 Q1239.26 283.97 1241.07 287.535 Q1242.9 291.077 1246.51 291.077 Q1250.14 291.077 1251.95 287.535 Q1253.78 283.97 1253.78 276.864 Q1253.78 269.734 1251.95 266.193 Q1250.14 262.628 1246.51 262.628 M1246.51 258.924 Q1252.32 258.924 1255.38 263.531 Q1258.45 268.114 1258.45 276.864 Q1258.45 285.591 1255.38 290.197 Q1252.32 294.78 1246.51 294.78 Q1240.7 294.78 1237.62 290.197 Q1234.57 285.591 1234.57 276.864 Q1234.57 268.114 1237.62 263.531 Q1240.7 258.924 1246.51 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1210.54 154.265 Q1206.93 154.265 1205.1 157.829 Q1203.29 161.371 1203.29 168.501 Q1203.29 175.607 1205.1 179.172 Q1206.93 182.714 1210.54 182.714 Q1214.17 182.714 1215.98 179.172 Q1217.81 175.607 1217.81 168.501 Q1217.81 161.371 1215.98 157.829 Q1214.17 154.265 1210.54 154.265 M1210.54 150.561 Q1216.35 150.561 1219.4 155.167 Q1222.48 159.751 1222.48 168.501 Q1222.48 177.228 1219.4 181.834 Q1216.35 186.417 1210.54 186.417 Q1204.73 186.417 1201.65 181.834 Q1198.59 177.228 1198.59 168.501 Q1198.59 159.751 1201.65 155.167 Q1204.73 150.561 1210.54 150.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1227.55 179.866 L1232.44 179.866 L1232.44 185.746 L1227.55 185.746 L1227.55 179.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1237.55 151.186 L1255.91 151.186 L1255.91 155.121 L1241.83 155.121 L1241.83 163.593 Q1242.85 163.246 1243.87 163.084 Q1244.89 162.899 1245.91 162.899 Q1251.7 162.899 1255.08 166.07 Q1258.45 169.241 1258.45 174.658 Q1258.45 180.237 1254.98 183.339 Q1251.51 186.417 1245.19 186.417 Q1243.01 186.417 1240.75 186.047 Q1238.5 185.677 1236.09 184.936 L1236.09 180.237 Q1238.18 181.371 1240.4 181.927 Q1242.62 182.482 1245.1 182.482 Q1249.1 182.482 1251.44 180.376 Q1253.78 178.269 1253.78 174.658 Q1253.78 171.047 1251.44 168.941 Q1249.1 166.834 1245.1 166.834 Q1243.22 166.834 1241.35 167.251 Q1239.5 167.667 1237.55 168.547 L1237.55 151.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1201.58 73.4477 L1209.22 73.4477 L1209.22 47.0821 L1200.91 48.7488 L1200.91 44.4896 L1209.17 42.8229 L1213.85 42.8229 L1213.85 73.4477 L1221.49 73.4477 L1221.49 77.3829 L1201.58 77.3829 L1201.58 73.4477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1226.56 71.5033 L1231.44 71.5033 L1231.44 77.3829 L1226.56 77.3829 L1226.56 71.5033 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1246.51 45.9016 Q1242.9 45.9016 1241.07 49.4664 Q1239.26 53.008 1239.26 60.1376 Q1239.26 67.2441 1241.07 70.8089 Q1242.9 74.3505 1246.51 74.3505 Q1250.14 74.3505 1251.95 70.8089 Q1253.78 67.2441 1253.78 60.1376 Q1253.78 53.008 1251.95 49.4664 Q1250.14 45.9016 1246.51 45.9016 M1246.51 42.1979 Q1252.32 42.1979 1255.38 46.8044 Q1258.45 51.3877 1258.45 60.1376 Q1258.45 68.8644 1255.38 73.4709 Q1252.32 78.0542 1246.51 78.0542 Q1240.7 78.0542 1237.62 73.4709 Q1234.57 68.8644 1234.57 60.1376 Q1234.57 51.3877 1237.62 46.8044 Q1240.7 42.1979 1246.51 42.1979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip223)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1317.55,69.0051 1319.62,67.5662 1321.7,66.2521 1323.77,65.0635 1325.84,64.0011 1335.44,60.7464 1345.03,60.2417 1354.62,62.4936 1364.21,67.4733 1373.8,75.1174 \n 1383.39,85.3288 1392.98,97.9774 1402.57,112.902 1414.1,133.582 1425.63,156.895 1437.16,182.412 1448.68,209.664 1468.18,258.28 1487.67,307.869 1508.85,359.809 \n 1530.02,406.624 1539.78,425.662 1549.54,442.738 1559.3,457.627 1569.06,470.133 1579.53,480.708 1589.99,488.194 1600.46,492.478 1610.92,493.496 1623.04,490.573 \n 1635.17,483.306 1647.29,471.842 1659.42,456.415 1670.19,439.63 1680.97,420.232 1691.74,398.53 1702.52,374.875 1721.41,329.831 1740.31,282.177 1760.91,230.002 \n 1781.51,180.566 1791.88,157.66 1802.24,136.524 1812.6,117.472 1822.96,100.787 1834.42,85.3923 1845.88,73.4726 1857.33,65.2442 1868.79,60.8565 1879.69,60.321 \n 1890.59,63.344 1901.49,69.8756 1912.39,79.8087 1923.73,93.5679 1935.06,110.583 1946.4,130.552 1957.73,153.119 1976.81,195.854 1995.9,242.655 2019.19,301.877 \n 2042.49,359.229 2053.44,384.306 2064.39,407.6 2075.34,428.726 2086.29,447.333 2095.06,460.212 2103.84,471.138 2112.61,479.995 2121.38,486.689 2130.15,491.149 \n 2138.92,493.327 2147.69,493.2 2156.47,490.769 2159.16,489.561 2161.86,488.138 2164.56,486.501 2167.26,484.653 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"\nM1966.52 183.512 L2162.73 183.512 L2162.73 62.5524 L1966.52 62.5524 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1966.52,183.512 2162.73,183.512 2162.73,62.5524 1966.52,62.5524 1966.52,183.512 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1976.53,123.032 2036.58,123.032 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M2065.01 115.151 L2065.01 119.178 Q2063.2 118.252 2061.26 117.789 Q2059.31 117.326 2057.23 117.326 Q2054.06 117.326 2052.46 118.299 Q2050.89 119.271 2050.89 121.215 Q2050.89 122.697 2052.02 123.553 Q2053.16 124.387 2056.58 125.15 L2058.04 125.475 Q2062.58 126.447 2064.48 128.229 Q2066.4 129.988 2066.4 133.16 Q2066.4 136.771 2063.53 138.877 Q2060.68 140.984 2055.68 140.984 Q2053.6 140.984 2051.33 140.567 Q2049.08 140.174 2046.58 139.363 L2046.58 134.965 Q2048.94 136.192 2051.24 136.817 Q2053.53 137.419 2055.77 137.419 Q2058.78 137.419 2060.4 136.4 Q2062.02 135.359 2062.02 133.484 Q2062.02 131.748 2060.84 130.822 Q2059.68 129.896 2055.73 129.039 L2054.25 128.692 Q2050.29 127.859 2048.53 126.146 Q2046.77 124.41 2046.77 121.4 Q2046.77 117.743 2049.36 115.752 Q2051.95 113.762 2056.72 113.762 Q2059.08 113.762 2061.17 114.109 Q2063.25 114.456 2065.01 115.151 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2070.87 114.387 L2075.12 114.387 L2075.12 140.312 L2070.87 140.312 L2070.87 114.387 M2070.87 104.294 L2075.12 104.294 L2075.12 109.688 L2070.87 109.688 L2070.87 104.294 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2101.14 124.664 L2101.14 140.312 L2096.88 140.312 L2096.88 124.803 Q2096.88 121.123 2095.45 119.294 Q2094.01 117.465 2091.14 117.465 Q2087.69 117.465 2085.7 119.664 Q2083.71 121.863 2083.71 125.66 L2083.71 140.312 L2079.43 140.312 L2079.43 114.387 L2083.71 114.387 L2083.71 118.414 Q2085.24 116.076 2087.3 114.919 Q2089.38 113.762 2092.09 113.762 Q2096.56 113.762 2098.85 116.539 Q2101.14 119.294 2101.14 124.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2142.23 114.387 L2132.86 127.002 L2142.72 140.312 L2137.69 140.312 L2130.15 130.127 L2122.6 140.312 L2117.58 140.312 L2127.65 126.748 L2118.43 114.387 L2123.46 114.387 L2130.33 123.623 L2137.21 114.387 L2142.23 114.387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"\nM2412.05 506.494 L3312.76 506.494 L3312.76 47.2441 L2412.05 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip224\">\n <rect x=\"2412\" y=\"47\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2522.52,506.494 2522.52,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2692.46,506.494 2692.46,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2862.41,506.494 2862.41,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3032.35,506.494 3032.35,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3202.29,506.494 3202.29,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,493.555 3312.76,493.555 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,385.192 3312.76,385.192 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,276.829 3312.76,276.829 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,168.466 3312.76,168.466 \n \"/>\n<polyline clip-path=\"url(#clip224)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,60.1029 3312.76,60.1029 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,506.494 3312.76,506.494 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,506.494 2412.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2522.52,506.494 2522.52,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2692.46,506.494 2692.46,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2862.41,506.494 2862.41,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3032.35,506.494 3032.35,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3202.29,506.494 3202.29,500.983 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,493.555 2422.86,493.555 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,385.192 2422.86,385.192 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,276.829 2422.86,276.829 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,168.466 2422.86,168.466 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,60.1029 2422.86,60.1029 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M2502.53 549.881 L2515.01 549.881 L2515.01 553.678 L2502.53 553.678 L2502.53 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2532.92 534.28 L2521.12 552.729 L2532.92 552.729 L2532.92 534.28 M2531.7 530.206 L2537.58 530.206 L2537.58 552.729 L2542.51 552.729 L2542.51 556.617 L2537.58 556.617 L2537.58 564.766 L2532.92 564.766 L2532.92 556.617 L2517.32 556.617 L2517.32 552.104 L2531.7 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2673.52 549.881 L2685.99 549.881 L2685.99 553.678 L2673.52 553.678 L2673.52 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2695.09 560.83 L2711.41 560.83 L2711.41 564.766 L2689.46 564.766 L2689.46 560.83 Q2692.13 558.076 2696.71 553.446 Q2701.32 548.793 2702.5 547.451 Q2704.74 544.928 2705.62 543.192 Q2706.52 541.432 2706.52 539.743 Q2706.52 536.988 2704.58 535.252 Q2702.66 533.516 2699.56 533.516 Q2697.36 533.516 2694.9 534.28 Q2692.47 535.044 2689.7 536.594 L2689.7 531.872 Q2692.52 530.738 2694.97 530.159 Q2697.43 529.581 2699.46 529.581 Q2704.83 529.581 2708.03 532.266 Q2711.22 534.951 2711.22 539.442 Q2711.22 541.571 2710.41 543.493 Q2709.63 545.391 2707.52 547.983 Q2706.94 548.655 2703.84 551.872 Q2700.74 555.067 2695.09 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2862.41 533.284 Q2858.79 533.284 2856.97 536.849 Q2855.16 540.391 2855.16 547.52 Q2855.16 554.627 2856.97 558.192 Q2858.79 561.733 2862.41 561.733 Q2866.04 561.733 2867.85 558.192 Q2869.67 554.627 2869.67 547.52 Q2869.67 540.391 2867.85 536.849 Q2866.04 533.284 2862.41 533.284 M2862.41 529.581 Q2868.22 529.581 2871.27 534.187 Q2874.35 538.77 2874.35 547.52 Q2874.35 556.247 2871.27 560.854 Q2868.22 565.437 2862.41 565.437 Q2856.6 565.437 2853.52 560.854 Q2850.46 556.247 2850.46 547.52 Q2850.46 538.77 2853.52 534.187 Q2856.6 529.581 2862.41 529.581 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3027 560.83 L3043.32 560.83 L3043.32 564.766 L3021.38 564.766 L3021.38 560.83 Q3024.04 558.076 3028.62 553.446 Q3033.23 548.793 3034.41 547.451 Q3036.65 544.928 3037.53 543.192 Q3038.44 541.432 3038.44 539.743 Q3038.44 536.988 3036.49 535.252 Q3034.57 533.516 3031.47 533.516 Q3029.27 533.516 3026.82 534.28 Q3024.39 535.044 3021.61 536.594 L3021.61 531.872 Q3024.43 530.738 3026.89 530.159 Q3029.34 529.581 3031.38 529.581 Q3036.75 529.581 3039.94 532.266 Q3043.14 534.951 3043.14 539.442 Q3043.14 541.571 3042.33 543.493 Q3041.54 545.391 3039.43 547.983 Q3038.85 548.655 3035.75 551.872 Q3032.65 555.067 3027 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3205.3 534.28 L3193.5 552.729 L3205.3 552.729 L3205.3 534.28 M3204.07 530.206 L3209.95 530.206 L3209.95 552.729 L3214.89 552.729 L3214.89 556.617 L3209.95 556.617 L3209.95 564.766 L3205.3 564.766 L3205.3 556.617 L3189.7 556.617 L3189.7 552.104 L3204.07 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2303.22 495.951 L2315.7 495.951 L2315.7 499.747 L2303.22 499.747 L2303.22 495.951 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2321.58 506.9 L2329.22 506.9 L2329.22 480.535 L2320.91 482.201 L2320.91 477.942 L2329.17 476.275 L2333.85 476.275 L2333.85 506.9 L2341.49 506.9 L2341.49 510.835 L2321.58 510.835 L2321.58 506.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2346.56 504.956 L2351.44 504.956 L2351.44 510.835 L2346.56 510.835 L2346.56 504.956 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2366.51 479.354 Q2362.9 479.354 2361.07 482.919 Q2359.26 486.46 2359.26 493.59 Q2359.26 500.696 2361.07 504.261 Q2362.9 507.803 2366.51 507.803 Q2370.14 507.803 2371.95 504.261 Q2373.78 500.696 2373.78 493.59 Q2373.78 486.46 2371.95 482.919 Q2370.14 479.354 2366.51 479.354 M2366.51 475.65 Q2372.32 475.65 2375.38 480.257 Q2378.45 484.84 2378.45 493.59 Q2378.45 502.317 2375.38 506.923 Q2372.32 511.507 2366.51 511.507 Q2360.7 511.507 2357.62 506.923 Q2354.57 502.317 2354.57 493.59 Q2354.57 484.84 2357.62 480.257 Q2360.7 475.65 2366.51 475.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2302.99 387.588 L2315.47 387.588 L2315.47 391.384 L2302.99 391.384 L2302.99 387.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2330.54 370.991 Q2326.93 370.991 2325.1 374.556 Q2323.29 378.097 2323.29 385.227 Q2323.29 392.333 2325.1 395.898 Q2326.93 399.44 2330.54 399.44 Q2334.17 399.44 2335.98 395.898 Q2337.81 392.333 2337.81 385.227 Q2337.81 378.097 2335.98 374.556 Q2334.17 370.991 2330.54 370.991 M2330.54 367.287 Q2336.35 367.287 2339.4 371.894 Q2342.48 376.477 2342.48 385.227 Q2342.48 393.954 2339.4 398.56 Q2336.35 403.144 2330.54 403.144 Q2324.73 403.144 2321.65 398.56 Q2318.59 393.954 2318.59 385.227 Q2318.59 376.477 2321.65 371.894 Q2324.73 367.287 2330.54 367.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2347.55 396.593 L2352.44 396.593 L2352.44 402.472 L2347.55 402.472 L2347.55 396.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2357.55 367.912 L2375.91 367.912 L2375.91 371.847 L2361.83 371.847 L2361.83 380.32 Q2362.85 379.972 2363.87 379.81 Q2364.89 379.625 2365.91 379.625 Q2371.7 379.625 2375.08 382.796 Q2378.45 385.968 2378.45 391.384 Q2378.45 396.963 2374.98 400.065 Q2371.51 403.144 2365.19 403.144 Q2363.01 403.144 2360.75 402.773 Q2358.5 402.403 2356.09 401.662 L2356.09 396.963 Q2358.18 398.097 2360.4 398.653 Q2362.62 399.208 2365.1 399.208 Q2369.1 399.208 2371.44 397.102 Q2373.78 394.995 2373.78 391.384 Q2373.78 387.773 2371.44 385.667 Q2369.1 383.56 2365.1 383.56 Q2363.22 383.56 2361.35 383.977 Q2359.5 384.394 2357.55 385.273 L2357.55 367.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2329.54 262.628 Q2325.93 262.628 2324.1 266.193 Q2322.3 269.734 2322.3 276.864 Q2322.3 283.97 2324.1 287.535 Q2325.93 291.077 2329.54 291.077 Q2333.18 291.077 2334.98 287.535 Q2336.81 283.97 2336.81 276.864 Q2336.81 269.734 2334.98 266.193 Q2333.18 262.628 2329.54 262.628 M2329.54 258.924 Q2335.35 258.924 2338.41 263.531 Q2341.49 268.114 2341.49 276.864 Q2341.49 285.591 2338.41 290.197 Q2335.35 294.78 2329.54 294.78 Q2323.73 294.78 2320.65 290.197 Q2317.6 285.591 2317.6 276.864 Q2317.6 268.114 2320.65 263.531 Q2323.73 258.924 2329.54 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2346.56 288.23 L2351.44 288.23 L2351.44 294.109 L2346.56 294.109 L2346.56 288.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2366.51 262.628 Q2362.9 262.628 2361.07 266.193 Q2359.26 269.734 2359.26 276.864 Q2359.26 283.97 2361.07 287.535 Q2362.9 291.077 2366.51 291.077 Q2370.14 291.077 2371.95 287.535 Q2373.78 283.97 2373.78 276.864 Q2373.78 269.734 2371.95 266.193 Q2370.14 262.628 2366.51 262.628 M2366.51 258.924 Q2372.32 258.924 2375.38 263.531 Q2378.45 268.114 2378.45 276.864 Q2378.45 285.591 2375.38 290.197 Q2372.32 294.78 2366.51 294.78 Q2360.7 294.78 2357.62 290.197 Q2354.57 285.591 2354.57 276.864 Q2354.57 268.114 2357.62 263.531 Q2360.7 258.924 2366.51 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2330.54 154.265 Q2326.93 154.265 2325.1 157.829 Q2323.29 161.371 2323.29 168.501 Q2323.29 175.607 2325.1 179.172 Q2326.93 182.714 2330.54 182.714 Q2334.17 182.714 2335.98 179.172 Q2337.81 175.607 2337.81 168.501 Q2337.81 161.371 2335.98 157.829 Q2334.17 154.265 2330.54 154.265 M2330.54 150.561 Q2336.35 150.561 2339.4 155.167 Q2342.48 159.751 2342.48 168.501 Q2342.48 177.228 2339.4 181.834 Q2336.35 186.417 2330.54 186.417 Q2324.73 186.417 2321.65 181.834 Q2318.59 177.228 2318.59 168.501 Q2318.59 159.751 2321.65 155.167 Q2324.73 150.561 2330.54 150.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2347.55 179.866 L2352.44 179.866 L2352.44 185.746 L2347.55 185.746 L2347.55 179.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2357.55 151.186 L2375.91 151.186 L2375.91 155.121 L2361.83 155.121 L2361.83 163.593 Q2362.85 163.246 2363.87 163.084 Q2364.89 162.899 2365.91 162.899 Q2371.7 162.899 2375.08 166.07 Q2378.45 169.241 2378.45 174.658 Q2378.45 180.237 2374.98 183.339 Q2371.51 186.417 2365.19 186.417 Q2363.01 186.417 2360.75 186.047 Q2358.5 185.677 2356.09 184.936 L2356.09 180.237 Q2358.18 181.371 2360.4 181.927 Q2362.62 182.482 2365.1 182.482 Q2369.1 182.482 2371.44 180.376 Q2373.78 178.269 2373.78 174.658 Q2373.78 171.047 2371.44 168.941 Q2369.1 166.834 2365.1 166.834 Q2363.22 166.834 2361.35 167.251 Q2359.5 167.667 2357.55 168.547 L2357.55 151.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2321.58 73.4477 L2329.22 73.4477 L2329.22 47.0821 L2320.91 48.7488 L2320.91 44.4896 L2329.17 42.8229 L2333.85 42.8229 L2333.85 73.4477 L2341.49 73.4477 L2341.49 77.3829 L2321.58 77.3829 L2321.58 73.4477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2346.56 71.5033 L2351.44 71.5033 L2351.44 77.3829 L2346.56 77.3829 L2346.56 71.5033 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2366.51 45.9016 Q2362.9 45.9016 2361.07 49.4664 Q2359.26 53.008 2359.26 60.1376 Q2359.26 67.2441 2361.07 70.8089 Q2362.9 74.3505 2366.51 74.3505 Q2370.14 74.3505 2371.95 70.8089 Q2373.78 67.2441 2373.78 60.1376 Q2373.78 53.008 2371.95 49.4664 Q2370.14 45.9016 2366.51 45.9016 M2366.51 42.1979 Q2372.32 42.1979 2375.38 46.8044 Q2378.45 51.3877 2378.45 60.1376 Q2378.45 68.8644 2375.38 73.4709 Q2372.32 78.0542 2366.51 78.0542 Q2360.7 78.0542 2357.62 73.4709 Q2354.57 68.8644 2354.57 60.1376 Q2354.57 51.3877 2357.62 46.8044 Q2360.7 42.1979 2366.51 42.1979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip224)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2437.55,69.0051 2439.62,67.5662 2441.7,66.2521 2443.77,65.0635 2445.84,64.0011 2455.44,60.7464 2465.03,60.2417 2474.62,62.4936 2484.21,67.4733 2493.8,75.1174 \n 2503.39,85.3288 2512.98,97.9774 2522.57,112.902 2534.1,133.582 2545.63,156.895 2557.16,182.412 2568.68,209.664 2588.18,258.28 2607.67,307.869 2628.85,359.809 \n 2650.02,406.624 2659.78,425.662 2669.54,442.738 2679.3,457.627 2689.06,470.133 2699.53,480.708 2709.99,488.194 2720.46,492.478 2730.92,493.496 2743.04,490.573 \n 2755.17,483.306 2767.29,471.842 2779.42,456.415 2790.19,439.63 2800.97,420.232 2811.74,398.53 2822.52,374.875 2841.41,329.831 2860.31,282.177 2880.91,230.002 \n 2901.51,180.566 2911.88,157.66 2922.24,136.524 2932.6,117.472 2942.96,100.787 2954.42,85.3923 2965.88,73.4726 2977.33,65.2442 2988.79,60.8565 2999.69,60.321 \n 3010.59,63.344 3021.49,69.8756 3032.39,79.8087 3043.73,93.5679 3055.06,110.583 3066.4,130.552 3077.73,153.119 3096.81,195.854 3115.9,242.655 3139.19,301.877 \n 3162.49,359.229 3173.44,384.306 3184.39,407.6 3195.34,428.726 3206.29,447.333 3215.06,460.212 3223.84,471.138 3232.61,479.995 3241.38,486.689 3250.15,491.149 \n 3258.92,493.327 3267.69,493.2 3276.47,490.769 3279.16,489.561 3281.86,488.138 3284.56,486.501 3287.26,484.653 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"\nM3086.52 183.512 L3282.73 183.512 L3282.73 62.5524 L3086.52 62.5524 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 3086.52,183.512 3282.73,183.512 3282.73,62.5524 3086.52,62.5524 3086.52,183.512 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3096.53,123.032 3156.58,123.032 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M3185.01 115.151 L3185.01 119.178 Q3183.2 118.252 3181.26 117.789 Q3179.31 117.326 3177.23 117.326 Q3174.06 117.326 3172.46 118.299 Q3170.89 119.271 3170.89 121.215 Q3170.89 122.697 3172.02 123.553 Q3173.16 124.387 3176.58 125.15 L3178.04 125.475 Q3182.58 126.447 3184.48 128.229 Q3186.4 129.988 3186.4 133.16 Q3186.4 136.771 3183.53 138.877 Q3180.68 140.984 3175.68 140.984 Q3173.6 140.984 3171.33 140.567 Q3169.08 140.174 3166.58 139.363 L3166.58 134.965 Q3168.94 136.192 3171.24 136.817 Q3173.53 137.419 3175.77 137.419 Q3178.78 137.419 3180.4 136.4 Q3182.02 135.359 3182.02 133.484 Q3182.02 131.748 3180.84 130.822 Q3179.68 129.896 3175.73 129.039 L3174.25 128.692 Q3170.29 127.859 3168.53 126.146 Q3166.77 124.41 3166.77 121.4 Q3166.77 117.743 3169.36 115.752 Q3171.95 113.762 3176.72 113.762 Q3179.08 113.762 3181.17 114.109 Q3183.25 114.456 3185.01 115.151 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3190.87 114.387 L3195.12 114.387 L3195.12 140.312 L3190.87 140.312 L3190.87 114.387 M3190.87 104.294 L3195.12 104.294 L3195.12 109.688 L3190.87 109.688 L3190.87 104.294 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3221.14 124.664 L3221.14 140.312 L3216.88 140.312 L3216.88 124.803 Q3216.88 121.123 3215.45 119.294 Q3214.01 117.465 3211.14 117.465 Q3207.69 117.465 3205.7 119.664 Q3203.71 121.863 3203.71 125.66 L3203.71 140.312 L3199.43 140.312 L3199.43 114.387 L3203.71 114.387 L3203.71 118.414 Q3205.24 116.076 3207.3 114.919 Q3209.38 113.762 3212.09 113.762 Q3216.56 113.762 3218.85 116.539 Q3221.14 119.294 3221.14 124.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3262.23 114.387 L3252.86 127.002 L3262.72 140.312 L3257.69 140.312 L3250.15 130.127 L3242.6 140.312 L3237.58 140.312 L3247.65 126.748 L3238.43 114.387 L3243.46 114.387 L3250.33 123.623 L3257.21 114.387 L3262.23 114.387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"\nM172.055 1106.49 L1072.76 1106.49 L1072.76 647.244 L172.055 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip225\">\n <rect x=\"172\" y=\"647\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 282.518,1106.49 282.518,647.244 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 452.462,1106.49 452.462,647.244 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 622.405,1106.49 622.405,647.244 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 792.349,1106.49 792.349,647.244 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 962.293,1106.49 962.293,647.244 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,1093.56 1072.76,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,985.192 1072.76,985.192 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,876.829 1072.76,876.829 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,768.466 1072.76,768.466 \n \"/>\n<polyline clip-path=\"url(#clip225)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,660.103 1072.76,660.103 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,1106.49 1072.76,1106.49 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,1106.49 172.055,647.244 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 282.518,1106.49 282.518,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 452.462,1106.49 452.462,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 622.405,1106.49 622.405,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 792.349,1106.49 792.349,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 962.293,1106.49 962.293,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,1093.56 182.863,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,985.192 182.863,985.192 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,876.829 182.863,876.829 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,768.466 182.863,768.466 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,660.103 182.863,660.103 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M262.53 1149.88 L275.007 1149.88 L275.007 1153.68 L262.53 1153.68 L262.53 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M292.923 1134.28 L281.118 1152.73 L292.923 1152.73 L292.923 1134.28 M291.696 1130.21 L297.576 1130.21 L297.576 1152.73 L302.506 1152.73 L302.506 1156.62 L297.576 1156.62 L297.576 1164.77 L292.923 1164.77 L292.923 1156.62 L277.321 1156.62 L277.321 1152.1 L291.696 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M433.515 1149.88 L445.992 1149.88 L445.992 1153.68 L433.515 1153.68 L433.515 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M455.089 1160.83 L471.408 1160.83 L471.408 1164.77 L449.464 1164.77 L449.464 1160.83 Q452.126 1158.08 456.709 1153.45 Q461.316 1148.79 462.496 1147.45 Q464.742 1144.93 465.621 1143.19 Q466.524 1141.43 466.524 1139.74 Q466.524 1136.99 464.58 1135.25 Q462.658 1133.52 459.557 1133.52 Q457.357 1133.52 454.904 1134.28 Q452.473 1135.04 449.695 1136.59 L449.695 1131.87 Q452.52 1130.74 454.973 1130.16 Q457.427 1129.58 459.464 1129.58 Q464.834 1129.58 468.029 1132.27 Q471.223 1134.95 471.223 1139.44 Q471.223 1141.57 470.413 1143.49 Q469.626 1145.39 467.519 1147.98 Q466.941 1148.65 463.839 1151.87 Q460.737 1155.07 455.089 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M622.405 1133.28 Q618.794 1133.28 616.966 1136.85 Q615.16 1140.39 615.16 1147.52 Q615.16 1154.63 616.966 1158.19 Q618.794 1161.73 622.405 1161.73 Q626.04 1161.73 627.845 1158.19 Q629.674 1154.63 629.674 1147.52 Q629.674 1140.39 627.845 1136.85 Q626.04 1133.28 622.405 1133.28 M622.405 1129.58 Q628.215 1129.58 631.271 1134.19 Q634.35 1138.77 634.35 1147.52 Q634.35 1156.25 631.271 1160.85 Q628.215 1165.44 622.405 1165.44 Q616.595 1165.44 613.516 1160.85 Q610.461 1156.25 610.461 1147.52 Q610.461 1138.77 613.516 1134.19 Q616.595 1129.58 622.405 1129.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M787.002 1160.83 L803.321 1160.83 L803.321 1164.77 L781.377 1164.77 L781.377 1160.83 Q784.039 1158.08 788.622 1153.45 Q793.229 1148.79 794.409 1147.45 Q796.654 1144.93 797.534 1143.19 Q798.437 1141.43 798.437 1139.74 Q798.437 1136.99 796.492 1135.25 Q794.571 1133.52 791.469 1133.52 Q789.27 1133.52 786.817 1134.28 Q784.386 1135.04 781.608 1136.59 L781.608 1131.87 Q784.432 1130.74 786.886 1130.16 Q789.34 1129.58 791.377 1129.58 Q796.747 1129.58 799.941 1132.27 Q803.136 1134.95 803.136 1139.44 Q803.136 1141.57 802.326 1143.49 Q801.539 1145.39 799.432 1147.98 Q798.854 1148.65 795.752 1151.87 Q792.65 1155.07 787.002 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M965.302 1134.28 L953.496 1152.73 L965.302 1152.73 L965.302 1134.28 M964.075 1130.21 L969.955 1130.21 L969.955 1152.73 L974.885 1152.73 L974.885 1156.62 L969.955 1156.62 L969.955 1164.77 L965.302 1164.77 L965.302 1156.62 L949.7 1156.62 L949.7 1152.1 L964.075 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M63.2236 1095.95 L75.7004 1095.95 L75.7004 1099.75 L63.2236 1099.75 L63.2236 1095.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M81.58 1106.9 L89.2188 1106.9 L89.2188 1080.53 L80.9087 1082.2 L80.9087 1077.94 L89.1725 1076.28 L93.8484 1076.28 L93.8484 1106.9 L101.487 1106.9 L101.487 1110.84 L81.58 1110.84 L81.58 1106.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M106.557 1104.96 L111.441 1104.96 L111.441 1110.84 L106.557 1110.84 L106.557 1104.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M126.51 1079.35 Q122.899 1079.35 121.071 1082.92 Q119.265 1086.46 119.265 1093.59 Q119.265 1100.7 121.071 1104.26 Q122.899 1107.8 126.51 1107.8 Q130.145 1107.8 131.95 1104.26 Q133.779 1100.7 133.779 1093.59 Q133.779 1086.46 131.95 1082.92 Q130.145 1079.35 126.51 1079.35 M126.51 1075.65 Q132.32 1075.65 135.376 1080.26 Q138.455 1084.84 138.455 1093.59 Q138.455 1102.32 135.376 1106.92 Q132.32 1111.51 126.51 1111.51 Q120.7 1111.51 117.621 1106.92 Q114.566 1102.32 114.566 1093.59 Q114.566 1084.84 117.621 1080.26 Q120.7 1075.65 126.51 1075.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M62.9921 987.588 L75.4689 987.588 L75.4689 991.384 L62.9921 991.384 L62.9921 987.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M90.5383 970.991 Q86.9272 970.991 85.0985 974.556 Q83.2929 978.097 83.2929 985.227 Q83.2929 992.333 85.0985 995.898 Q86.9272 999.44 90.5383 999.44 Q94.1725 999.44 95.9781 995.898 Q97.8068 992.333 97.8068 985.227 Q97.8068 978.097 95.9781 974.556 Q94.1725 970.991 90.5383 970.991 M90.5383 967.287 Q96.3484 967.287 99.404 971.894 Q102.483 976.477 102.483 985.227 Q102.483 993.954 99.404 998.56 Q96.3484 1003.14 90.5383 1003.14 Q84.7281 1003.14 81.6494 998.56 Q78.5939 993.954 78.5939 985.227 Q78.5939 976.477 81.6494 971.894 Q84.7281 967.287 90.5383 967.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M107.552 996.593 L112.436 996.593 L112.436 1002.47 L107.552 1002.47 L107.552 996.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M117.552 967.912 L135.908 967.912 L135.908 971.847 L121.834 971.847 L121.834 980.32 Q122.853 979.972 123.871 979.81 Q124.89 979.625 125.908 979.625 Q131.695 979.625 135.075 982.796 Q138.455 985.968 138.455 991.384 Q138.455 996.963 134.982 1000.06 Q131.51 1003.14 125.191 1003.14 Q123.015 1003.14 120.746 1002.77 Q118.501 1002.4 116.094 1001.66 L116.094 996.963 Q118.177 998.097 120.399 998.653 Q122.621 999.208 125.098 999.208 Q129.103 999.208 131.441 997.102 Q133.779 994.995 133.779 991.384 Q133.779 987.773 131.441 985.667 Q129.103 983.56 125.098 983.56 Q123.223 983.56 121.348 983.977 Q119.496 984.394 117.552 985.273 L117.552 967.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M89.5429 862.628 Q85.9318 862.628 84.1031 866.193 Q82.2976 869.734 82.2976 876.864 Q82.2976 883.97 84.1031 887.535 Q85.9318 891.077 89.5429 891.077 Q93.1771 891.077 94.9827 887.535 Q96.8114 883.97 96.8114 876.864 Q96.8114 869.734 94.9827 866.193 Q93.1771 862.628 89.5429 862.628 M89.5429 858.924 Q95.3531 858.924 98.4086 863.531 Q101.487 868.114 101.487 876.864 Q101.487 885.591 98.4086 890.197 Q95.3531 894.78 89.5429 894.78 Q83.7328 894.78 80.6541 890.197 Q77.5985 885.591 77.5985 876.864 Q77.5985 868.114 80.6541 863.531 Q83.7328 858.924 89.5429 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M106.557 888.23 L111.441 888.23 L111.441 894.109 L106.557 894.109 L106.557 888.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M126.51 862.628 Q122.899 862.628 121.071 866.193 Q119.265 869.734 119.265 876.864 Q119.265 883.97 121.071 887.535 Q122.899 891.077 126.51 891.077 Q130.145 891.077 131.95 887.535 Q133.779 883.97 133.779 876.864 Q133.779 869.734 131.95 866.193 Q130.145 862.628 126.51 862.628 M126.51 858.924 Q132.32 858.924 135.376 863.531 Q138.455 868.114 138.455 876.864 Q138.455 885.591 135.376 890.197 Q132.32 894.78 126.51 894.78 Q120.7 894.78 117.621 890.197 Q114.566 885.591 114.566 876.864 Q114.566 868.114 117.621 863.531 Q120.7 858.924 126.51 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M90.5383 754.265 Q86.9272 754.265 85.0985 757.829 Q83.2929 761.371 83.2929 768.501 Q83.2929 775.607 85.0985 779.172 Q86.9272 782.714 90.5383 782.714 Q94.1725 782.714 95.9781 779.172 Q97.8068 775.607 97.8068 768.501 Q97.8068 761.371 95.9781 757.829 Q94.1725 754.265 90.5383 754.265 M90.5383 750.561 Q96.3484 750.561 99.404 755.167 Q102.483 759.751 102.483 768.501 Q102.483 777.228 99.404 781.834 Q96.3484 786.417 90.5383 786.417 Q84.7281 786.417 81.6494 781.834 Q78.5939 777.228 78.5939 768.501 Q78.5939 759.751 81.6494 755.167 Q84.7281 750.561 90.5383 750.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M107.552 779.866 L112.436 779.866 L112.436 785.746 L107.552 785.746 L107.552 779.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M117.552 751.186 L135.908 751.186 L135.908 755.121 L121.834 755.121 L121.834 763.593 Q122.853 763.246 123.871 763.084 Q124.89 762.899 125.908 762.899 Q131.695 762.899 135.075 766.07 Q138.455 769.241 138.455 774.658 Q138.455 780.237 134.982 783.339 Q131.51 786.417 125.191 786.417 Q123.015 786.417 120.746 786.047 Q118.501 785.677 116.094 784.936 L116.094 780.237 Q118.177 781.371 120.399 781.927 Q122.621 782.482 125.098 782.482 Q129.103 782.482 131.441 780.376 Q133.779 778.269 133.779 774.658 Q133.779 771.047 131.441 768.941 Q129.103 766.834 125.098 766.834 Q123.223 766.834 121.348 767.251 Q119.496 767.667 117.552 768.547 L117.552 751.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M81.58 673.448 L89.2188 673.448 L89.2188 647.082 L80.9087 648.749 L80.9087 644.49 L89.1725 642.823 L93.8484 642.823 L93.8484 673.448 L101.487 673.448 L101.487 677.383 L81.58 677.383 L81.58 673.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M106.557 671.503 L111.441 671.503 L111.441 677.383 L106.557 677.383 L106.557 671.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M126.51 645.902 Q122.899 645.902 121.071 649.466 Q119.265 653.008 119.265 660.138 Q119.265 667.244 121.071 670.809 Q122.899 674.351 126.51 674.351 Q130.145 674.351 131.95 670.809 Q133.779 667.244 133.779 660.138 Q133.779 653.008 131.95 649.466 Q130.145 645.902 126.51 645.902 M126.51 642.198 Q132.32 642.198 135.376 646.804 Q138.455 651.388 138.455 660.138 Q138.455 668.864 135.376 673.471 Q132.32 678.054 126.51 678.054 Q120.7 678.054 117.621 673.471 Q114.566 668.864 114.566 660.138 Q114.566 651.388 117.621 646.804 Q120.7 642.198 126.51 642.198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip225)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 197.546,669.005 199.621,667.566 201.695,666.252 203.77,665.064 205.844,664.001 215.436,660.746 225.027,660.242 234.618,662.494 244.209,667.473 253.8,675.117 \n 263.391,685.329 272.982,697.977 282.573,712.902 294.101,733.582 305.629,756.895 317.156,782.412 328.684,809.664 348.177,858.28 367.67,907.869 388.845,959.809 \n 410.02,1006.62 419.781,1025.66 429.541,1042.74 439.302,1057.63 449.063,1070.13 459.527,1080.71 469.992,1088.19 480.456,1092.48 490.921,1093.5 503.045,1090.57 \n 515.169,1083.31 527.293,1071.84 539.417,1056.41 550.192,1039.63 560.966,1020.23 571.741,998.53 582.515,974.875 601.412,929.831 620.308,882.177 640.911,830.002 \n 661.513,780.566 671.875,757.66 682.238,736.524 692.6,717.472 702.963,700.787 714.42,685.392 725.877,673.473 737.333,665.244 748.79,660.857 759.691,660.321 \n 770.592,663.344 781.493,669.876 792.394,679.809 803.729,693.568 815.063,710.583 826.398,730.552 837.732,753.119 856.815,795.854 875.897,842.655 899.195,901.877 \n 922.492,959.229 933.442,984.306 944.393,1007.6 955.343,1028.73 966.293,1047.33 975.065,1060.21 983.836,1071.14 992.608,1079.99 1001.38,1086.69 1010.15,1091.15 \n 1018.92,1093.33 1027.69,1093.2 1036.47,1090.77 1039.16,1089.56 1041.86,1088.14 1044.56,1086.5 1047.26,1084.65 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"\nM846.521 783.512 L1042.73 783.512 L1042.73 662.552 L846.521 662.552 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 846.521,783.512 1042.73,783.512 1042.73,662.552 846.521,662.552 846.521,783.512 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 856.529,723.032 916.575,723.032 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M945.009 715.151 L945.009 719.178 Q943.203 718.252 941.259 717.789 Q939.315 717.326 937.231 717.326 Q934.06 717.326 932.463 718.299 Q930.889 719.271 930.889 721.215 Q930.889 722.697 932.023 723.553 Q933.157 724.387 936.583 725.15 L938.041 725.475 Q942.578 726.447 944.477 728.229 Q946.398 729.988 946.398 733.16 Q946.398 736.771 943.528 738.877 Q940.68 740.984 935.68 740.984 Q933.597 740.984 931.329 740.567 Q929.083 740.174 926.583 739.363 L926.583 734.965 Q928.944 736.192 931.236 736.817 Q933.528 737.419 935.773 737.419 Q938.782 737.419 940.403 736.4 Q942.023 735.359 942.023 733.484 Q942.023 731.748 940.842 730.822 Q939.685 729.896 935.727 729.039 L934.245 728.692 Q930.287 727.859 928.528 726.146 Q926.768 724.41 926.768 721.4 Q926.768 717.743 929.361 715.752 Q931.954 713.762 936.722 713.762 Q939.083 713.762 941.166 714.109 Q943.25 714.456 945.009 715.151 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M950.865 714.387 L955.125 714.387 L955.125 740.312 L950.865 740.312 L950.865 714.387 M950.865 704.294 L955.125 704.294 L955.125 709.688 L950.865 709.688 L950.865 704.294 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M981.143 724.664 L981.143 740.312 L976.884 740.312 L976.884 724.803 Q976.884 721.123 975.449 719.294 Q974.014 717.465 971.143 717.465 Q967.694 717.465 965.703 719.664 Q963.713 721.863 963.713 725.66 L963.713 740.312 L959.43 740.312 L959.43 714.387 L963.713 714.387 L963.713 718.414 Q965.24 716.076 967.301 714.919 Q969.384 713.762 972.092 713.762 Q976.56 713.762 978.851 716.539 Q981.143 719.294 981.143 724.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1022.23 714.387 L1012.86 727.002 L1022.72 740.312 L1017.69 740.312 L1010.15 730.127 L1002.6 740.312 L997.578 740.312 L1007.65 726.748 L998.435 714.387 L1003.46 714.387 L1010.33 723.623 L1017.21 714.387 L1022.23 714.387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"\nM1292.05 1106.49 L2192.76 1106.49 L2192.76 647.244 L1292.05 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip226\">\n <rect x=\"1292\" y=\"647\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1402.52,1106.49 1402.52,647.244 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1572.46,1106.49 1572.46,647.244 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1742.41,1106.49 1742.41,647.244 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1912.35,1106.49 1912.35,647.244 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2082.29,1106.49 2082.29,647.244 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,1093.56 2192.76,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,985.192 2192.76,985.192 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,876.829 2192.76,876.829 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,768.466 2192.76,768.466 \n \"/>\n<polyline clip-path=\"url(#clip226)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,660.103 2192.76,660.103 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,1106.49 2192.76,1106.49 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,1106.49 1292.05,647.244 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1402.52,1106.49 1402.52,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1572.46,1106.49 1572.46,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1742.41,1106.49 1742.41,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1912.35,1106.49 1912.35,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2082.29,1106.49 2082.29,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,1093.56 1302.86,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,985.192 1302.86,985.192 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,876.829 1302.86,876.829 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,768.466 1302.86,768.466 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,660.103 1302.86,660.103 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M1382.53 1149.88 L1395.01 1149.88 L1395.01 1153.68 L1382.53 1153.68 L1382.53 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1412.92 1134.28 L1401.12 1152.73 L1412.92 1152.73 L1412.92 1134.28 M1411.7 1130.21 L1417.58 1130.21 L1417.58 1152.73 L1422.51 1152.73 L1422.51 1156.62 L1417.58 1156.62 L1417.58 1164.77 L1412.92 1164.77 L1412.92 1156.62 L1397.32 1156.62 L1397.32 1152.1 L1411.7 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1553.52 1149.88 L1565.99 1149.88 L1565.99 1153.68 L1553.52 1153.68 L1553.52 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1575.09 1160.83 L1591.41 1160.83 L1591.41 1164.77 L1569.46 1164.77 L1569.46 1160.83 Q1572.13 1158.08 1576.71 1153.45 Q1581.32 1148.79 1582.5 1147.45 Q1584.74 1144.93 1585.62 1143.19 Q1586.52 1141.43 1586.52 1139.74 Q1586.52 1136.99 1584.58 1135.25 Q1582.66 1133.52 1579.56 1133.52 Q1577.36 1133.52 1574.9 1134.28 Q1572.47 1135.04 1569.7 1136.59 L1569.7 1131.87 Q1572.52 1130.74 1574.97 1130.16 Q1577.43 1129.58 1579.46 1129.58 Q1584.83 1129.58 1588.03 1132.27 Q1591.22 1134.95 1591.22 1139.44 Q1591.22 1141.57 1590.41 1143.49 Q1589.63 1145.39 1587.52 1147.98 Q1586.94 1148.65 1583.84 1151.87 Q1580.74 1155.07 1575.09 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1742.41 1133.28 Q1738.79 1133.28 1736.97 1136.85 Q1735.16 1140.39 1735.16 1147.52 Q1735.16 1154.63 1736.97 1158.19 Q1738.79 1161.73 1742.41 1161.73 Q1746.04 1161.73 1747.85 1158.19 Q1749.67 1154.63 1749.67 1147.52 Q1749.67 1140.39 1747.85 1136.85 Q1746.04 1133.28 1742.41 1133.28 M1742.41 1129.58 Q1748.22 1129.58 1751.27 1134.19 Q1754.35 1138.77 1754.35 1147.52 Q1754.35 1156.25 1751.27 1160.85 Q1748.22 1165.44 1742.41 1165.44 Q1736.6 1165.44 1733.52 1160.85 Q1730.46 1156.25 1730.46 1147.52 Q1730.46 1138.77 1733.52 1134.19 Q1736.6 1129.58 1742.41 1129.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1907 1160.83 L1923.32 1160.83 L1923.32 1164.77 L1901.38 1164.77 L1901.38 1160.83 Q1904.04 1158.08 1908.62 1153.45 Q1913.23 1148.79 1914.41 1147.45 Q1916.65 1144.93 1917.53 1143.19 Q1918.44 1141.43 1918.44 1139.74 Q1918.44 1136.99 1916.49 1135.25 Q1914.57 1133.52 1911.47 1133.52 Q1909.27 1133.52 1906.82 1134.28 Q1904.39 1135.04 1901.61 1136.59 L1901.61 1131.87 Q1904.43 1130.74 1906.89 1130.16 Q1909.34 1129.58 1911.38 1129.58 Q1916.75 1129.58 1919.94 1132.27 Q1923.14 1134.95 1923.14 1139.44 Q1923.14 1141.57 1922.33 1143.49 Q1921.54 1145.39 1919.43 1147.98 Q1918.85 1148.65 1915.75 1151.87 Q1912.65 1155.07 1907 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2085.3 1134.28 L2073.5 1152.73 L2085.3 1152.73 L2085.3 1134.28 M2084.07 1130.21 L2089.95 1130.21 L2089.95 1152.73 L2094.89 1152.73 L2094.89 1156.62 L2089.95 1156.62 L2089.95 1164.77 L2085.3 1164.77 L2085.3 1156.62 L2069.7 1156.62 L2069.7 1152.1 L2084.07 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1183.22 1095.95 L1195.7 1095.95 L1195.7 1099.75 L1183.22 1099.75 L1183.22 1095.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1201.58 1106.9 L1209.22 1106.9 L1209.22 1080.53 L1200.91 1082.2 L1200.91 1077.94 L1209.17 1076.28 L1213.85 1076.28 L1213.85 1106.9 L1221.49 1106.9 L1221.49 1110.84 L1201.58 1110.84 L1201.58 1106.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1226.56 1104.96 L1231.44 1104.96 L1231.44 1110.84 L1226.56 1110.84 L1226.56 1104.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1246.51 1079.35 Q1242.9 1079.35 1241.07 1082.92 Q1239.26 1086.46 1239.26 1093.59 Q1239.26 1100.7 1241.07 1104.26 Q1242.9 1107.8 1246.51 1107.8 Q1250.14 1107.8 1251.95 1104.26 Q1253.78 1100.7 1253.78 1093.59 Q1253.78 1086.46 1251.95 1082.92 Q1250.14 1079.35 1246.51 1079.35 M1246.51 1075.65 Q1252.32 1075.65 1255.38 1080.26 Q1258.45 1084.84 1258.45 1093.59 Q1258.45 1102.32 1255.38 1106.92 Q1252.32 1111.51 1246.51 1111.51 Q1240.7 1111.51 1237.62 1106.92 Q1234.57 1102.32 1234.57 1093.59 Q1234.57 1084.84 1237.62 1080.26 Q1240.7 1075.65 1246.51 1075.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1182.99 987.588 L1195.47 987.588 L1195.47 991.384 L1182.99 991.384 L1182.99 987.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1210.54 970.991 Q1206.93 970.991 1205.1 974.556 Q1203.29 978.097 1203.29 985.227 Q1203.29 992.333 1205.1 995.898 Q1206.93 999.44 1210.54 999.44 Q1214.17 999.44 1215.98 995.898 Q1217.81 992.333 1217.81 985.227 Q1217.81 978.097 1215.98 974.556 Q1214.17 970.991 1210.54 970.991 M1210.54 967.287 Q1216.35 967.287 1219.4 971.894 Q1222.48 976.477 1222.48 985.227 Q1222.48 993.954 1219.4 998.56 Q1216.35 1003.14 1210.54 1003.14 Q1204.73 1003.14 1201.65 998.56 Q1198.59 993.954 1198.59 985.227 Q1198.59 976.477 1201.65 971.894 Q1204.73 967.287 1210.54 967.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1227.55 996.593 L1232.44 996.593 L1232.44 1002.47 L1227.55 1002.47 L1227.55 996.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1237.55 967.912 L1255.91 967.912 L1255.91 971.847 L1241.83 971.847 L1241.83 980.32 Q1242.85 979.972 1243.87 979.81 Q1244.89 979.625 1245.91 979.625 Q1251.7 979.625 1255.08 982.796 Q1258.45 985.968 1258.45 991.384 Q1258.45 996.963 1254.98 1000.06 Q1251.51 1003.14 1245.19 1003.14 Q1243.01 1003.14 1240.75 1002.77 Q1238.5 1002.4 1236.09 1001.66 L1236.09 996.963 Q1238.18 998.097 1240.4 998.653 Q1242.62 999.208 1245.1 999.208 Q1249.1 999.208 1251.44 997.102 Q1253.78 994.995 1253.78 991.384 Q1253.78 987.773 1251.44 985.667 Q1249.1 983.56 1245.1 983.56 Q1243.22 983.56 1241.35 983.977 Q1239.5 984.394 1237.55 985.273 L1237.55 967.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1209.54 862.628 Q1205.93 862.628 1204.1 866.193 Q1202.3 869.734 1202.3 876.864 Q1202.3 883.97 1204.1 887.535 Q1205.93 891.077 1209.54 891.077 Q1213.18 891.077 1214.98 887.535 Q1216.81 883.97 1216.81 876.864 Q1216.81 869.734 1214.98 866.193 Q1213.18 862.628 1209.54 862.628 M1209.54 858.924 Q1215.35 858.924 1218.41 863.531 Q1221.49 868.114 1221.49 876.864 Q1221.49 885.591 1218.41 890.197 Q1215.35 894.78 1209.54 894.78 Q1203.73 894.78 1200.65 890.197 Q1197.6 885.591 1197.6 876.864 Q1197.6 868.114 1200.65 863.531 Q1203.73 858.924 1209.54 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1226.56 888.23 L1231.44 888.23 L1231.44 894.109 L1226.56 894.109 L1226.56 888.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1246.51 862.628 Q1242.9 862.628 1241.07 866.193 Q1239.26 869.734 1239.26 876.864 Q1239.26 883.97 1241.07 887.535 Q1242.9 891.077 1246.51 891.077 Q1250.14 891.077 1251.95 887.535 Q1253.78 883.97 1253.78 876.864 Q1253.78 869.734 1251.95 866.193 Q1250.14 862.628 1246.51 862.628 M1246.51 858.924 Q1252.32 858.924 1255.38 863.531 Q1258.45 868.114 1258.45 876.864 Q1258.45 885.591 1255.38 890.197 Q1252.32 894.78 1246.51 894.78 Q1240.7 894.78 1237.62 890.197 Q1234.57 885.591 1234.57 876.864 Q1234.57 868.114 1237.62 863.531 Q1240.7 858.924 1246.51 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1210.54 754.265 Q1206.93 754.265 1205.1 757.829 Q1203.29 761.371 1203.29 768.501 Q1203.29 775.607 1205.1 779.172 Q1206.93 782.714 1210.54 782.714 Q1214.17 782.714 1215.98 779.172 Q1217.81 775.607 1217.81 768.501 Q1217.81 761.371 1215.98 757.829 Q1214.17 754.265 1210.54 754.265 M1210.54 750.561 Q1216.35 750.561 1219.4 755.167 Q1222.48 759.751 1222.48 768.501 Q1222.48 777.228 1219.4 781.834 Q1216.35 786.417 1210.54 786.417 Q1204.73 786.417 1201.65 781.834 Q1198.59 777.228 1198.59 768.501 Q1198.59 759.751 1201.65 755.167 Q1204.73 750.561 1210.54 750.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1227.55 779.866 L1232.44 779.866 L1232.44 785.746 L1227.55 785.746 L1227.55 779.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1237.55 751.186 L1255.91 751.186 L1255.91 755.121 L1241.83 755.121 L1241.83 763.593 Q1242.85 763.246 1243.87 763.084 Q1244.89 762.899 1245.91 762.899 Q1251.7 762.899 1255.08 766.07 Q1258.45 769.241 1258.45 774.658 Q1258.45 780.237 1254.98 783.339 Q1251.51 786.417 1245.19 786.417 Q1243.01 786.417 1240.75 786.047 Q1238.5 785.677 1236.09 784.936 L1236.09 780.237 Q1238.18 781.371 1240.4 781.927 Q1242.62 782.482 1245.1 782.482 Q1249.1 782.482 1251.44 780.376 Q1253.78 778.269 1253.78 774.658 Q1253.78 771.047 1251.44 768.941 Q1249.1 766.834 1245.1 766.834 Q1243.22 766.834 1241.35 767.251 Q1239.5 767.667 1237.55 768.547 L1237.55 751.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1201.58 673.448 L1209.22 673.448 L1209.22 647.082 L1200.91 648.749 L1200.91 644.49 L1209.17 642.823 L1213.85 642.823 L1213.85 673.448 L1221.49 673.448 L1221.49 677.383 L1201.58 677.383 L1201.58 673.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1226.56 671.503 L1231.44 671.503 L1231.44 677.383 L1226.56 677.383 L1226.56 671.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M1246.51 645.902 Q1242.9 645.902 1241.07 649.466 Q1239.26 653.008 1239.26 660.138 Q1239.26 667.244 1241.07 670.809 Q1242.9 674.351 1246.51 674.351 Q1250.14 674.351 1251.95 670.809 Q1253.78 667.244 1253.78 660.138 Q1253.78 653.008 1251.95 649.466 Q1250.14 645.902 1246.51 645.902 M1246.51 642.198 Q1252.32 642.198 1255.38 646.804 Q1258.45 651.388 1258.45 660.138 Q1258.45 668.864 1255.38 673.471 Q1252.32 678.054 1246.51 678.054 Q1240.7 678.054 1237.62 673.471 Q1234.57 668.864 1234.57 660.138 Q1234.57 651.388 1237.62 646.804 Q1240.7 642.198 1246.51 642.198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip226)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1317.55,669.005 1319.62,667.566 1321.7,666.252 1323.77,665.064 1325.84,664.001 1335.44,660.746 1345.03,660.242 1354.62,662.494 1364.21,667.473 1373.8,675.117 \n 1383.39,685.329 1392.98,697.977 1402.57,712.902 1414.1,733.582 1425.63,756.895 1437.16,782.412 1448.68,809.664 1468.18,858.28 1487.67,907.869 1508.85,959.809 \n 1530.02,1006.62 1539.78,1025.66 1549.54,1042.74 1559.3,1057.63 1569.06,1070.13 1579.53,1080.71 1589.99,1088.19 1600.46,1092.48 1610.92,1093.5 1623.04,1090.57 \n 1635.17,1083.31 1647.29,1071.84 1659.42,1056.41 1670.19,1039.63 1680.97,1020.23 1691.74,998.53 1702.52,974.875 1721.41,929.831 1740.31,882.177 1760.91,830.002 \n 1781.51,780.566 1791.88,757.66 1802.24,736.524 1812.6,717.472 1822.96,700.787 1834.42,685.392 1845.88,673.473 1857.33,665.244 1868.79,660.857 1879.69,660.321 \n 1890.59,663.344 1901.49,669.876 1912.39,679.809 1923.73,693.568 1935.06,710.583 1946.4,730.552 1957.73,753.119 1976.81,795.854 1995.9,842.655 2019.19,901.877 \n 2042.49,959.229 2053.44,984.306 2064.39,1007.6 2075.34,1028.73 2086.29,1047.33 2095.06,1060.21 2103.84,1071.14 2112.61,1079.99 2121.38,1086.69 2130.15,1091.15 \n 2138.92,1093.33 2147.69,1093.2 2156.47,1090.77 2159.16,1089.56 2161.86,1088.14 2164.56,1086.5 2167.26,1084.65 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"\nM1966.52 783.512 L2162.73 783.512 L2162.73 662.552 L1966.52 662.552 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1966.52,783.512 2162.73,783.512 2162.73,662.552 1966.52,662.552 1966.52,783.512 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1976.53,723.032 2036.58,723.032 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M2065.01 715.151 L2065.01 719.178 Q2063.2 718.252 2061.26 717.789 Q2059.31 717.326 2057.23 717.326 Q2054.06 717.326 2052.46 718.299 Q2050.89 719.271 2050.89 721.215 Q2050.89 722.697 2052.02 723.553 Q2053.16 724.387 2056.58 725.15 L2058.04 725.475 Q2062.58 726.447 2064.48 728.229 Q2066.4 729.988 2066.4 733.16 Q2066.4 736.771 2063.53 738.877 Q2060.68 740.984 2055.68 740.984 Q2053.6 740.984 2051.33 740.567 Q2049.08 740.174 2046.58 739.363 L2046.58 734.965 Q2048.94 736.192 2051.24 736.817 Q2053.53 737.419 2055.77 737.419 Q2058.78 737.419 2060.4 736.4 Q2062.02 735.359 2062.02 733.484 Q2062.02 731.748 2060.84 730.822 Q2059.68 729.896 2055.73 729.039 L2054.25 728.692 Q2050.29 727.859 2048.53 726.146 Q2046.77 724.41 2046.77 721.4 Q2046.77 717.743 2049.36 715.752 Q2051.95 713.762 2056.72 713.762 Q2059.08 713.762 2061.17 714.109 Q2063.25 714.456 2065.01 715.151 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2070.87 714.387 L2075.12 714.387 L2075.12 740.312 L2070.87 740.312 L2070.87 714.387 M2070.87 704.294 L2075.12 704.294 L2075.12 709.688 L2070.87 709.688 L2070.87 704.294 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2101.14 724.664 L2101.14 740.312 L2096.88 740.312 L2096.88 724.803 Q2096.88 721.123 2095.45 719.294 Q2094.01 717.465 2091.14 717.465 Q2087.69 717.465 2085.7 719.664 Q2083.71 721.863 2083.71 725.66 L2083.71 740.312 L2079.43 740.312 L2079.43 714.387 L2083.71 714.387 L2083.71 718.414 Q2085.24 716.076 2087.3 714.919 Q2089.38 713.762 2092.09 713.762 Q2096.56 713.762 2098.85 716.539 Q2101.14 719.294 2101.14 724.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2142.23 714.387 L2132.86 727.002 L2142.72 740.312 L2137.69 740.312 L2130.15 730.127 L2122.6 740.312 L2117.58 740.312 L2127.65 726.748 L2118.43 714.387 L2123.46 714.387 L2130.33 723.623 L2137.21 714.387 L2142.23 714.387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"\nM2412.05 1106.49 L3312.76 1106.49 L3312.76 647.244 L2412.05 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip227\">\n <rect x=\"2412\" y=\"647\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2522.52,1106.49 2522.52,647.244 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2692.46,1106.49 2692.46,647.244 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2862.41,1106.49 2862.41,647.244 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3032.35,1106.49 3032.35,647.244 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3202.29,1106.49 3202.29,647.244 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,1093.56 3312.76,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,985.192 3312.76,985.192 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,876.829 3312.76,876.829 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,768.466 3312.76,768.466 \n \"/>\n<polyline clip-path=\"url(#clip227)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,660.103 3312.76,660.103 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,1106.49 3312.76,1106.49 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,1106.49 2412.05,647.244 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2522.52,1106.49 2522.52,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2692.46,1106.49 2692.46,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2862.41,1106.49 2862.41,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3032.35,1106.49 3032.35,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3202.29,1106.49 3202.29,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,1093.56 2422.86,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,985.192 2422.86,985.192 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,876.829 2422.86,876.829 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,768.466 2422.86,768.466 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,660.103 2422.86,660.103 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M2502.53 1149.88 L2515.01 1149.88 L2515.01 1153.68 L2502.53 1153.68 L2502.53 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2532.92 1134.28 L2521.12 1152.73 L2532.92 1152.73 L2532.92 1134.28 M2531.7 1130.21 L2537.58 1130.21 L2537.58 1152.73 L2542.51 1152.73 L2542.51 1156.62 L2537.58 1156.62 L2537.58 1164.77 L2532.92 1164.77 L2532.92 1156.62 L2517.32 1156.62 L2517.32 1152.1 L2531.7 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2673.52 1149.88 L2685.99 1149.88 L2685.99 1153.68 L2673.52 1153.68 L2673.52 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2695.09 1160.83 L2711.41 1160.83 L2711.41 1164.77 L2689.46 1164.77 L2689.46 1160.83 Q2692.13 1158.08 2696.71 1153.45 Q2701.32 1148.79 2702.5 1147.45 Q2704.74 1144.93 2705.62 1143.19 Q2706.52 1141.43 2706.52 1139.74 Q2706.52 1136.99 2704.58 1135.25 Q2702.66 1133.52 2699.56 1133.52 Q2697.36 1133.52 2694.9 1134.28 Q2692.47 1135.04 2689.7 1136.59 L2689.7 1131.87 Q2692.52 1130.74 2694.97 1130.16 Q2697.43 1129.58 2699.46 1129.58 Q2704.83 1129.58 2708.03 1132.27 Q2711.22 1134.95 2711.22 1139.44 Q2711.22 1141.57 2710.41 1143.49 Q2709.63 1145.39 2707.52 1147.98 Q2706.94 1148.65 2703.84 1151.87 Q2700.74 1155.07 2695.09 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2862.41 1133.28 Q2858.79 1133.28 2856.97 1136.85 Q2855.16 1140.39 2855.16 1147.52 Q2855.16 1154.63 2856.97 1158.19 Q2858.79 1161.73 2862.41 1161.73 Q2866.04 1161.73 2867.85 1158.19 Q2869.67 1154.63 2869.67 1147.52 Q2869.67 1140.39 2867.85 1136.85 Q2866.04 1133.28 2862.41 1133.28 M2862.41 1129.58 Q2868.22 1129.58 2871.27 1134.19 Q2874.35 1138.77 2874.35 1147.52 Q2874.35 1156.25 2871.27 1160.85 Q2868.22 1165.44 2862.41 1165.44 Q2856.6 1165.44 2853.52 1160.85 Q2850.46 1156.25 2850.46 1147.52 Q2850.46 1138.77 2853.52 1134.19 Q2856.6 1129.58 2862.41 1129.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3027 1160.83 L3043.32 1160.83 L3043.32 1164.77 L3021.38 1164.77 L3021.38 1160.83 Q3024.04 1158.08 3028.62 1153.45 Q3033.23 1148.79 3034.41 1147.45 Q3036.65 1144.93 3037.53 1143.19 Q3038.44 1141.43 3038.44 1139.74 Q3038.44 1136.99 3036.49 1135.25 Q3034.57 1133.52 3031.47 1133.52 Q3029.27 1133.52 3026.82 1134.28 Q3024.39 1135.04 3021.61 1136.59 L3021.61 1131.87 Q3024.43 1130.74 3026.89 1130.16 Q3029.34 1129.58 3031.38 1129.58 Q3036.75 1129.58 3039.94 1132.27 Q3043.14 1134.95 3043.14 1139.44 Q3043.14 1141.57 3042.33 1143.49 Q3041.54 1145.39 3039.43 1147.98 Q3038.85 1148.65 3035.75 1151.87 Q3032.65 1155.07 3027 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3205.3 1134.28 L3193.5 1152.73 L3205.3 1152.73 L3205.3 1134.28 M3204.07 1130.21 L3209.95 1130.21 L3209.95 1152.73 L3214.89 1152.73 L3214.89 1156.62 L3209.95 1156.62 L3209.95 1164.77 L3205.3 1164.77 L3205.3 1156.62 L3189.7 1156.62 L3189.7 1152.1 L3204.07 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2303.22 1095.95 L2315.7 1095.95 L2315.7 1099.75 L2303.22 1099.75 L2303.22 1095.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2321.58 1106.9 L2329.22 1106.9 L2329.22 1080.53 L2320.91 1082.2 L2320.91 1077.94 L2329.17 1076.28 L2333.85 1076.28 L2333.85 1106.9 L2341.49 1106.9 L2341.49 1110.84 L2321.58 1110.84 L2321.58 1106.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2346.56 1104.96 L2351.44 1104.96 L2351.44 1110.84 L2346.56 1110.84 L2346.56 1104.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2366.51 1079.35 Q2362.9 1079.35 2361.07 1082.92 Q2359.26 1086.46 2359.26 1093.59 Q2359.26 1100.7 2361.07 1104.26 Q2362.9 1107.8 2366.51 1107.8 Q2370.14 1107.8 2371.95 1104.26 Q2373.78 1100.7 2373.78 1093.59 Q2373.78 1086.46 2371.95 1082.92 Q2370.14 1079.35 2366.51 1079.35 M2366.51 1075.65 Q2372.32 1075.65 2375.38 1080.26 Q2378.45 1084.84 2378.45 1093.59 Q2378.45 1102.32 2375.38 1106.92 Q2372.32 1111.51 2366.51 1111.51 Q2360.7 1111.51 2357.62 1106.92 Q2354.57 1102.32 2354.57 1093.59 Q2354.57 1084.84 2357.62 1080.26 Q2360.7 1075.65 2366.51 1075.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2302.99 987.588 L2315.47 987.588 L2315.47 991.384 L2302.99 991.384 L2302.99 987.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2330.54 970.991 Q2326.93 970.991 2325.1 974.556 Q2323.29 978.097 2323.29 985.227 Q2323.29 992.333 2325.1 995.898 Q2326.93 999.44 2330.54 999.44 Q2334.17 999.44 2335.98 995.898 Q2337.81 992.333 2337.81 985.227 Q2337.81 978.097 2335.98 974.556 Q2334.17 970.991 2330.54 970.991 M2330.54 967.287 Q2336.35 967.287 2339.4 971.894 Q2342.48 976.477 2342.48 985.227 Q2342.48 993.954 2339.4 998.56 Q2336.35 1003.14 2330.54 1003.14 Q2324.73 1003.14 2321.65 998.56 Q2318.59 993.954 2318.59 985.227 Q2318.59 976.477 2321.65 971.894 Q2324.73 967.287 2330.54 967.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2347.55 996.593 L2352.44 996.593 L2352.44 1002.47 L2347.55 1002.47 L2347.55 996.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2357.55 967.912 L2375.91 967.912 L2375.91 971.847 L2361.83 971.847 L2361.83 980.32 Q2362.85 979.972 2363.87 979.81 Q2364.89 979.625 2365.91 979.625 Q2371.7 979.625 2375.08 982.796 Q2378.45 985.968 2378.45 991.384 Q2378.45 996.963 2374.98 1000.06 Q2371.51 1003.14 2365.19 1003.14 Q2363.01 1003.14 2360.75 1002.77 Q2358.5 1002.4 2356.09 1001.66 L2356.09 996.963 Q2358.18 998.097 2360.4 998.653 Q2362.62 999.208 2365.1 999.208 Q2369.1 999.208 2371.44 997.102 Q2373.78 994.995 2373.78 991.384 Q2373.78 987.773 2371.44 985.667 Q2369.1 983.56 2365.1 983.56 Q2363.22 983.56 2361.35 983.977 Q2359.5 984.394 2357.55 985.273 L2357.55 967.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2329.54 862.628 Q2325.93 862.628 2324.1 866.193 Q2322.3 869.734 2322.3 876.864 Q2322.3 883.97 2324.1 887.535 Q2325.93 891.077 2329.54 891.077 Q2333.18 891.077 2334.98 887.535 Q2336.81 883.97 2336.81 876.864 Q2336.81 869.734 2334.98 866.193 Q2333.18 862.628 2329.54 862.628 M2329.54 858.924 Q2335.35 858.924 2338.41 863.531 Q2341.49 868.114 2341.49 876.864 Q2341.49 885.591 2338.41 890.197 Q2335.35 894.78 2329.54 894.78 Q2323.73 894.78 2320.65 890.197 Q2317.6 885.591 2317.6 876.864 Q2317.6 868.114 2320.65 863.531 Q2323.73 858.924 2329.54 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2346.56 888.23 L2351.44 888.23 L2351.44 894.109 L2346.56 894.109 L2346.56 888.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2366.51 862.628 Q2362.9 862.628 2361.07 866.193 Q2359.26 869.734 2359.26 876.864 Q2359.26 883.97 2361.07 887.535 Q2362.9 891.077 2366.51 891.077 Q2370.14 891.077 2371.95 887.535 Q2373.78 883.97 2373.78 876.864 Q2373.78 869.734 2371.95 866.193 Q2370.14 862.628 2366.51 862.628 M2366.51 858.924 Q2372.32 858.924 2375.38 863.531 Q2378.45 868.114 2378.45 876.864 Q2378.45 885.591 2375.38 890.197 Q2372.32 894.78 2366.51 894.78 Q2360.7 894.78 2357.62 890.197 Q2354.57 885.591 2354.57 876.864 Q2354.57 868.114 2357.62 863.531 Q2360.7 858.924 2366.51 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2330.54 754.265 Q2326.93 754.265 2325.1 757.829 Q2323.29 761.371 2323.29 768.501 Q2323.29 775.607 2325.1 779.172 Q2326.93 782.714 2330.54 782.714 Q2334.17 782.714 2335.98 779.172 Q2337.81 775.607 2337.81 768.501 Q2337.81 761.371 2335.98 757.829 Q2334.17 754.265 2330.54 754.265 M2330.54 750.561 Q2336.35 750.561 2339.4 755.167 Q2342.48 759.751 2342.48 768.501 Q2342.48 777.228 2339.4 781.834 Q2336.35 786.417 2330.54 786.417 Q2324.73 786.417 2321.65 781.834 Q2318.59 777.228 2318.59 768.501 Q2318.59 759.751 2321.65 755.167 Q2324.73 750.561 2330.54 750.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2347.55 779.866 L2352.44 779.866 L2352.44 785.746 L2347.55 785.746 L2347.55 779.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2357.55 751.186 L2375.91 751.186 L2375.91 755.121 L2361.83 755.121 L2361.83 763.593 Q2362.85 763.246 2363.87 763.084 Q2364.89 762.899 2365.91 762.899 Q2371.7 762.899 2375.08 766.07 Q2378.45 769.241 2378.45 774.658 Q2378.45 780.237 2374.98 783.339 Q2371.51 786.417 2365.19 786.417 Q2363.01 786.417 2360.75 786.047 Q2358.5 785.677 2356.09 784.936 L2356.09 780.237 Q2358.18 781.371 2360.4 781.927 Q2362.62 782.482 2365.1 782.482 Q2369.1 782.482 2371.44 780.376 Q2373.78 778.269 2373.78 774.658 Q2373.78 771.047 2371.44 768.941 Q2369.1 766.834 2365.1 766.834 Q2363.22 766.834 2361.35 767.251 Q2359.5 767.667 2357.55 768.547 L2357.55 751.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2321.58 673.448 L2329.22 673.448 L2329.22 647.082 L2320.91 648.749 L2320.91 644.49 L2329.17 642.823 L2333.85 642.823 L2333.85 673.448 L2341.49 673.448 L2341.49 677.383 L2321.58 677.383 L2321.58 673.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2346.56 671.503 L2351.44 671.503 L2351.44 677.383 L2346.56 677.383 L2346.56 671.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M2366.51 645.902 Q2362.9 645.902 2361.07 649.466 Q2359.26 653.008 2359.26 660.138 Q2359.26 667.244 2361.07 670.809 Q2362.9 674.351 2366.51 674.351 Q2370.14 674.351 2371.95 670.809 Q2373.78 667.244 2373.78 660.138 Q2373.78 653.008 2371.95 649.466 Q2370.14 645.902 2366.51 645.902 M2366.51 642.198 Q2372.32 642.198 2375.38 646.804 Q2378.45 651.388 2378.45 660.138 Q2378.45 668.864 2375.38 673.471 Q2372.32 678.054 2366.51 678.054 Q2360.7 678.054 2357.62 673.471 Q2354.57 668.864 2354.57 660.138 Q2354.57 651.388 2357.62 646.804 Q2360.7 642.198 2366.51 642.198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip227)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2437.55,669.005 2439.62,667.566 2441.7,666.252 2443.77,665.064 2445.84,664.001 2455.44,660.746 2465.03,660.242 2474.62,662.494 2484.21,667.473 2493.8,675.117 \n 2503.39,685.329 2512.98,697.977 2522.57,712.902 2534.1,733.582 2545.63,756.895 2557.16,782.412 2568.68,809.664 2588.18,858.28 2607.67,907.869 2628.85,959.809 \n 2650.02,1006.62 2659.78,1025.66 2669.54,1042.74 2679.3,1057.63 2689.06,1070.13 2699.53,1080.71 2709.99,1088.19 2720.46,1092.48 2730.92,1093.5 2743.04,1090.57 \n 2755.17,1083.31 2767.29,1071.84 2779.42,1056.41 2790.19,1039.63 2800.97,1020.23 2811.74,998.53 2822.52,974.875 2841.41,929.831 2860.31,882.177 2880.91,830.002 \n 2901.51,780.566 2911.88,757.66 2922.24,736.524 2932.6,717.472 2942.96,700.787 2954.42,685.392 2965.88,673.473 2977.33,665.244 2988.79,660.857 2999.69,660.321 \n 3010.59,663.344 3021.49,669.876 3032.39,679.809 3043.73,693.568 3055.06,710.583 3066.4,730.552 3077.73,753.119 3096.81,795.854 3115.9,842.655 3139.19,901.877 \n 3162.49,959.229 3173.44,984.306 3184.39,1007.6 3195.34,1028.73 3206.29,1047.33 3215.06,1060.21 3223.84,1071.14 3232.61,1079.99 3241.38,1086.69 3250.15,1091.15 \n 3258.92,1093.33 3267.69,1093.2 3276.47,1090.77 3279.16,1089.56 3281.86,1088.14 3284.56,1086.5 3287.26,1084.65 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"\nM3086.52 783.512 L3282.73 783.512 L3282.73 662.552 L3086.52 662.552 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 3086.52,783.512 3282.73,783.512 3282.73,662.552 3086.52,662.552 3086.52,783.512 \n \"/>\n<polyline clip-path=\"url(#clip220)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3096.53,723.032 3156.58,723.032 \n \"/>\n<path clip-path=\"url(#clip220)\" d=\"M 0 0 M3185.01 715.151 L3185.01 719.178 Q3183.2 718.252 3181.26 717.789 Q3179.31 717.326 3177.23 717.326 Q3174.06 717.326 3172.46 718.299 Q3170.89 719.271 3170.89 721.215 Q3170.89 722.697 3172.02 723.553 Q3173.16 724.387 3176.58 725.15 L3178.04 725.475 Q3182.58 726.447 3184.48 728.229 Q3186.4 729.988 3186.4 733.16 Q3186.4 736.771 3183.53 738.877 Q3180.68 740.984 3175.68 740.984 Q3173.6 740.984 3171.33 740.567 Q3169.08 740.174 3166.58 739.363 L3166.58 734.965 Q3168.94 736.192 3171.24 736.817 Q3173.53 737.419 3175.77 737.419 Q3178.78 737.419 3180.4 736.4 Q3182.02 735.359 3182.02 733.484 Q3182.02 731.748 3180.84 730.822 Q3179.68 729.896 3175.73 729.039 L3174.25 728.692 Q3170.29 727.859 3168.53 726.146 Q3166.77 724.41 3166.77 721.4 Q3166.77 717.743 3169.36 715.752 Q3171.95 713.762 3176.72 713.762 Q3179.08 713.762 3181.17 714.109 Q3183.25 714.456 3185.01 715.151 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3190.87 714.387 L3195.12 714.387 L3195.12 740.312 L3190.87 740.312 L3190.87 714.387 M3190.87 704.294 L3195.12 704.294 L3195.12 709.688 L3190.87 709.688 L3190.87 704.294 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3221.14 724.664 L3221.14 740.312 L3216.88 740.312 L3216.88 724.803 Q3216.88 721.123 3215.45 719.294 Q3214.01 717.465 3211.14 717.465 Q3207.69 717.465 3205.7 719.664 Q3203.71 721.863 3203.71 725.66 L3203.71 740.312 L3199.43 740.312 L3199.43 714.387 L3203.71 714.387 L3203.71 718.414 Q3205.24 716.076 3207.3 714.919 Q3209.38 713.762 3212.09 713.762 Q3216.56 713.762 3218.85 716.539 Q3221.14 719.294 3221.14 724.664 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip220)\" d=\"M 0 0 M3262.23 714.387 L3252.86 727.002 L3262.72 740.312 L3257.69 740.312 L3250.15 730.127 L3242.6 740.312 L3237.58 740.312 L3247.65 726.748 L3238.43 714.387 L3243.46 714.387 L3250.33 723.623 L3257.21 714.387 L3262.23 714.387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nP5 = deepcopy(P1)\nP6 = deepcopy(P1)\nplot(P1, P2, P3, P4, P5, P6, size=(700, 300), layout=@layout([a b c; d e f]))",
"execution_count": 9,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 9,
"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=\"700\" height=\"300\" viewBox=\"0 0 2800 1200\">\n<defs>\n <clipPath id=\"clip260\">\n <rect x=\"0\" y=\"0\" width=\"2800\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip260)\" d=\"\nM0 1200 L2800 1200 L2800 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip261\">\n <rect x=\"560\" y=\"0\" width=\"1961\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip260)\" d=\"\nM166.455 502.791 L886.089 502.791 L886.089 47.2441 L166.455 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip262\">\n <rect x=\"166\" y=\"47\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 254.712,502.791 254.712,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 390.492,502.791 390.492,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 526.272,502.791 526.272,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 662.052,502.791 662.052,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 797.832,502.791 797.832,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,489.957 886.089,489.957 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,382.467 886.089,382.467 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,274.978 886.089,274.978 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,167.489 886.089,167.489 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,59.9992 886.089,59.9992 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,502.791 886.089,502.791 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,502.791 166.455,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 254.712,502.791 254.712,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 390.492,502.791 390.492,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 526.272,502.791 526.272,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 662.052,502.791 662.052,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 797.832,502.791 797.832,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,489.957 175.09,489.957 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,382.467 175.09,382.467 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,274.978 175.09,274.978 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,167.489 175.09,167.489 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,59.9992 175.09,59.9992 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M234.723 543.379 L247.2 543.379 L247.2 547.175 L234.723 547.175 L234.723 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M265.117 527.777 L253.311 546.226 L265.117 546.226 L265.117 527.777 M263.89 523.703 L269.77 523.703 L269.77 546.226 L274.7 546.226 L274.7 550.115 L269.77 550.115 L269.77 558.263 L265.117 558.263 L265.117 550.115 L249.515 550.115 L249.515 545.601 L263.89 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M371.545 543.379 L384.022 543.379 L384.022 547.175 L371.545 547.175 L371.545 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M393.119 554.328 L409.439 554.328 L409.439 558.263 L387.494 558.263 L387.494 554.328 Q390.156 551.573 394.74 546.943 Q399.346 542.291 400.527 540.948 Q402.772 538.425 403.652 536.689 Q404.554 534.93 404.554 533.24 Q404.554 530.485 402.61 528.749 Q400.689 527.013 397.587 527.013 Q395.388 527.013 392.934 527.777 Q390.503 528.541 387.726 530.092 L387.726 525.369 Q390.55 524.235 393.003 523.656 Q395.457 523.078 397.494 523.078 Q402.864 523.078 406.059 525.763 Q409.253 528.448 409.253 532.939 Q409.253 535.068 408.443 536.99 Q407.656 538.888 405.55 541.48 Q404.971 542.152 401.869 545.369 Q398.767 548.564 393.119 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M526.272 526.781 Q522.661 526.781 520.832 530.346 Q519.027 533.888 519.027 541.017 Q519.027 548.124 520.832 551.689 Q522.661 555.23 526.272 555.23 Q529.906 555.23 531.712 551.689 Q533.54 548.124 533.54 541.017 Q533.54 533.888 531.712 530.346 Q529.906 526.781 526.272 526.781 M526.272 523.078 Q532.082 523.078 535.138 527.684 Q538.216 532.268 538.216 541.017 Q538.216 549.744 535.138 554.351 Q532.082 558.934 526.272 558.934 Q520.462 558.934 517.383 554.351 Q514.328 549.744 514.328 541.017 Q514.328 532.268 517.383 527.684 Q520.462 523.078 526.272 523.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M656.705 554.328 L673.024 554.328 L673.024 558.263 L651.08 558.263 L651.08 554.328 Q653.742 551.573 658.325 546.943 Q662.932 542.291 664.112 540.948 Q666.358 538.425 667.237 536.689 Q668.14 534.93 668.14 533.24 Q668.14 530.485 666.196 528.749 Q664.274 527.013 661.172 527.013 Q658.973 527.013 656.52 527.777 Q654.089 528.541 651.311 530.092 L651.311 525.369 Q654.135 524.235 656.589 523.656 Q659.043 523.078 661.08 523.078 Q666.45 523.078 669.645 525.763 Q672.839 528.448 672.839 532.939 Q672.839 535.068 672.029 536.99 Q671.242 538.888 669.135 541.48 Q668.557 542.152 665.455 545.369 Q662.353 548.564 656.705 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M800.841 527.777 L789.036 546.226 L800.841 546.226 L800.841 527.777 M799.615 523.703 L805.494 523.703 L805.494 546.226 L810.425 546.226 L810.425 550.115 L805.494 550.115 L805.494 558.263 L800.841 558.263 L800.841 550.115 L785.24 550.115 L785.24 545.601 L799.615 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M63.2236 492.353 L75.7004 492.353 L75.7004 496.149 L63.2236 496.149 L63.2236 492.353 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M81.58 503.302 L89.2188 503.302 L89.2188 476.936 L80.9087 478.603 L80.9087 474.343 L89.1725 472.677 L93.8484 472.677 L93.8484 503.302 L101.487 503.302 L101.487 507.237 L81.58 507.237 L81.58 503.302 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M106.557 501.357 L111.441 501.357 L111.441 507.237 L106.557 507.237 L106.557 501.357 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M126.51 475.755 Q122.899 475.755 121.071 479.32 Q119.265 482.862 119.265 489.992 Q119.265 497.098 121.071 500.663 Q122.899 504.204 126.51 504.204 Q130.145 504.204 131.95 500.663 Q133.779 497.098 133.779 489.992 Q133.779 482.862 131.95 479.32 Q130.145 475.755 126.51 475.755 M126.51 472.052 Q132.32 472.052 135.376 476.658 Q138.455 481.242 138.455 489.992 Q138.455 498.718 135.376 503.325 Q132.32 507.908 126.51 507.908 Q120.7 507.908 117.621 503.325 Q114.566 498.718 114.566 489.992 Q114.566 481.242 117.621 476.658 Q120.7 472.052 126.51 472.052 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M62.9921 384.863 L75.4689 384.863 L75.4689 388.659 L62.9921 388.659 L62.9921 384.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M90.5383 368.266 Q86.9272 368.266 85.0985 371.831 Q83.2929 375.373 83.2929 382.502 Q83.2929 389.609 85.0985 393.173 Q86.9272 396.715 90.5383 396.715 Q94.1725 396.715 95.9781 393.173 Q97.8068 389.609 97.8068 382.502 Q97.8068 375.373 95.9781 371.831 Q94.1725 368.266 90.5383 368.266 M90.5383 364.562 Q96.3484 364.562 99.404 369.169 Q102.483 373.752 102.483 382.502 Q102.483 391.229 99.404 395.835 Q96.3484 400.419 90.5383 400.419 Q84.7281 400.419 81.6494 395.835 Q78.5939 391.229 78.5939 382.502 Q78.5939 373.752 81.6494 369.169 Q84.7281 364.562 90.5383 364.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M107.552 393.868 L112.436 393.868 L112.436 399.747 L107.552 399.747 L107.552 393.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M117.552 365.187 L135.908 365.187 L135.908 369.123 L121.834 369.123 L121.834 377.595 Q122.853 377.248 123.871 377.085 Q124.89 376.9 125.908 376.9 Q131.695 376.9 135.075 380.072 Q138.455 383.243 138.455 388.659 Q138.455 394.238 134.982 397.34 Q131.51 400.419 125.191 400.419 Q123.015 400.419 120.746 400.048 Q118.501 399.678 116.094 398.937 L116.094 394.238 Q118.177 395.372 120.399 395.928 Q122.621 396.484 125.098 396.484 Q129.103 396.484 131.441 394.377 Q133.779 392.271 133.779 388.659 Q133.779 385.048 131.441 382.942 Q129.103 380.835 125.098 380.835 Q123.223 380.835 121.348 381.252 Q119.496 381.669 117.552 382.548 L117.552 365.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M89.5429 260.777 Q85.9318 260.777 84.1031 264.341 Q82.2976 267.883 82.2976 275.013 Q82.2976 282.119 84.1031 285.684 Q85.9318 289.226 89.5429 289.226 Q93.1771 289.226 94.9827 285.684 Q96.8114 282.119 96.8114 275.013 Q96.8114 267.883 94.9827 264.341 Q93.1771 260.777 89.5429 260.777 M89.5429 257.073 Q95.3531 257.073 98.4086 261.679 Q101.487 266.263 101.487 275.013 Q101.487 283.74 98.4086 288.346 Q95.3531 292.929 89.5429 292.929 Q83.7328 292.929 80.6541 288.346 Q77.5985 283.74 77.5985 275.013 Q77.5985 266.263 80.6541 261.679 Q83.7328 257.073 89.5429 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M106.557 286.378 L111.441 286.378 L111.441 292.258 L106.557 292.258 L106.557 286.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M126.51 260.777 Q122.899 260.777 121.071 264.341 Q119.265 267.883 119.265 275.013 Q119.265 282.119 121.071 285.684 Q122.899 289.226 126.51 289.226 Q130.145 289.226 131.95 285.684 Q133.779 282.119 133.779 275.013 Q133.779 267.883 131.95 264.341 Q130.145 260.777 126.51 260.777 M126.51 257.073 Q132.32 257.073 135.376 261.679 Q138.455 266.263 138.455 275.013 Q138.455 283.74 135.376 288.346 Q132.32 292.929 126.51 292.929 Q120.7 292.929 117.621 288.346 Q114.566 283.74 114.566 275.013 Q114.566 266.263 117.621 261.679 Q120.7 257.073 126.51 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M90.5383 153.287 Q86.9272 153.287 85.0985 156.852 Q83.2929 160.394 83.2929 167.523 Q83.2929 174.63 85.0985 178.195 Q86.9272 181.736 90.5383 181.736 Q94.1725 181.736 95.9781 178.195 Q97.8068 174.63 97.8068 167.523 Q97.8068 160.394 95.9781 156.852 Q94.1725 153.287 90.5383 153.287 M90.5383 149.584 Q96.3484 149.584 99.404 154.19 Q102.483 158.773 102.483 167.523 Q102.483 176.25 99.404 180.857 Q96.3484 185.44 90.5383 185.44 Q84.7281 185.44 81.6494 180.857 Q78.5939 176.25 78.5939 167.523 Q78.5939 158.773 81.6494 154.19 Q84.7281 149.584 90.5383 149.584 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M107.552 178.889 L112.436 178.889 L112.436 184.769 L107.552 184.769 L107.552 178.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M117.552 150.209 L135.908 150.209 L135.908 154.144 L121.834 154.144 L121.834 162.616 Q122.853 162.269 123.871 162.107 Q124.89 161.922 125.908 161.922 Q131.695 161.922 135.075 165.093 Q138.455 168.264 138.455 173.681 Q138.455 179.259 134.982 182.361 Q131.51 185.44 125.191 185.44 Q123.015 185.44 120.746 185.07 Q118.501 184.699 116.094 183.958 L116.094 179.259 Q118.177 180.394 120.399 180.949 Q122.621 181.505 125.098 181.505 Q129.103 181.505 131.441 179.398 Q133.779 177.292 133.779 173.681 Q133.779 170.07 131.441 167.963 Q129.103 165.857 125.098 165.857 Q123.223 165.857 121.348 166.273 Q119.496 166.69 117.552 167.57 L117.552 150.209 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M81.58 73.3441 L89.2188 73.3441 L89.2188 46.9785 L80.9087 48.6451 L80.9087 44.3859 L89.1725 42.7192 L93.8484 42.7192 L93.8484 73.3441 L101.487 73.3441 L101.487 77.2792 L81.58 77.2792 L81.58 73.3441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M106.557 71.3996 L111.441 71.3996 L111.441 77.2792 L106.557 77.2792 L106.557 71.3996 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M126.51 45.7979 Q122.899 45.7979 121.071 49.3627 Q119.265 52.9043 119.265 60.0339 Q119.265 67.1404 121.071 70.7052 Q122.899 74.2468 126.51 74.2468 Q130.145 74.2468 131.95 70.7052 Q133.779 67.1404 133.779 60.0339 Q133.779 52.9043 131.95 49.3627 Q130.145 45.7979 126.51 45.7979 M126.51 42.0942 Q132.32 42.0942 135.376 46.7007 Q138.455 51.284 138.455 60.0339 Q138.455 68.7607 135.376 73.3672 Q132.32 77.9505 126.51 77.9505 Q120.7 77.9505 117.621 73.3672 Q114.566 68.7607 114.566 60.0339 Q114.566 51.284 117.621 46.7007 Q120.7 42.0942 126.51 42.0942 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip262)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.822,68.8296 188.479,67.4024 190.137,66.0989 191.794,64.9198 193.452,63.866 201.115,60.6375 208.778,60.1369 216.441,62.3706 224.104,67.3102 231.767,74.8927 \n 239.43,85.0217 247.093,97.5683 254.756,112.373 263.966,132.886 273.176,156.011 282.387,181.322 291.597,208.354 307.171,256.579 322.746,305.767 339.664,357.289 \n 356.582,403.726 364.381,422.611 372.179,439.549 379.978,454.318 387.776,466.724 396.137,477.213 404.498,484.638 412.859,488.888 421.22,489.898 430.906,486.998 \n 440.593,479.79 450.28,468.418 459.967,453.116 468.575,436.466 477.184,417.224 485.793,395.698 494.401,372.233 509.499,327.553 524.597,280.282 541.057,228.528 \n 557.518,179.491 565.797,156.77 574.076,135.804 582.356,116.906 590.635,100.355 599.789,85.0848 608.943,73.2611 618.096,65.0991 627.25,60.7468 635.96,60.2156 \n 644.669,63.2141 653.379,69.6932 662.088,79.5462 671.144,93.1944 680.2,110.072 689.256,129.88 698.312,152.266 713.558,194.656 728.805,241.079 747.419,299.824 \n 766.033,356.713 774.782,381.588 783.531,404.695 792.28,425.651 801.028,444.107 808.037,456.882 815.045,467.72 822.053,476.505 829.061,483.146 836.069,487.57 \n 843.078,489.73 850.086,489.604 857.094,487.193 859.251,485.994 861.408,484.583 863.565,482.96 865.722,481.126 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"\nM686.008 183.389 L862.101 183.389 L862.101 62.429 L686.008 62.429 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 686.008,183.389 862.101,183.389 862.101,62.429 686.008,62.429 686.008,183.389 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 694.004,122.909 741.98,122.909 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M768.402 115.027 L768.402 119.055 Q766.596 118.129 764.652 117.666 Q762.707 117.203 760.624 117.203 Q757.453 117.203 755.855 118.175 Q754.281 119.147 754.281 121.092 Q754.281 122.573 755.416 123.43 Q756.55 124.263 759.976 125.027 L761.434 125.351 Q765.971 126.323 767.869 128.106 Q769.791 129.865 769.791 133.036 Q769.791 136.647 766.92 138.754 Q764.073 140.86 759.073 140.86 Q756.99 140.86 754.721 140.444 Q752.476 140.05 749.976 139.24 L749.976 134.842 Q752.337 136.069 754.629 136.694 Q756.92 137.295 759.166 137.295 Q762.175 137.295 763.795 136.277 Q765.416 135.235 765.416 133.36 Q765.416 131.624 764.235 130.698 Q763.078 129.772 759.119 128.916 L757.638 128.569 Q753.679 127.735 751.92 126.022 Q750.161 124.286 750.161 121.277 Q750.161 117.62 752.754 115.629 Q755.346 113.638 760.115 113.638 Q762.476 113.638 764.559 113.985 Q766.642 114.333 768.402 115.027 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M774.258 114.263 L778.517 114.263 L778.517 140.189 L774.258 140.189 L774.258 114.263 M774.258 104.171 L778.517 104.171 L778.517 109.564 L774.258 109.564 L774.258 104.171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M804.536 124.541 L804.536 140.189 L800.276 140.189 L800.276 124.68 Q800.276 120.999 798.841 119.171 Q797.406 117.342 794.536 117.342 Q791.087 117.342 789.096 119.541 Q787.105 121.74 787.105 125.536 L787.105 140.189 L782.823 140.189 L782.823 114.263 L787.105 114.263 L787.105 118.291 Q788.633 115.953 790.693 114.796 Q792.776 113.638 795.485 113.638 Q799.952 113.638 802.244 116.416 Q804.536 119.171 804.536 124.541 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M845.623 114.263 L836.248 126.879 L846.11 140.189 L841.086 140.189 L833.54 130.004 L825.994 140.189 L820.971 140.189 L831.04 126.624 L821.827 114.263 L826.85 114.263 L833.725 123.499 L840.6 114.263 L845.623 114.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"\nM1099.79 502.791 L1819.42 502.791 L1819.42 47.2441 L1099.79 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip263\">\n <rect x=\"1099\" y=\"47\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1188.05,502.791 1188.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1323.83,502.791 1323.83,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1459.61,502.791 1459.61,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1595.39,502.791 1595.39,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1731.17,502.791 1731.17,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,489.957 1819.42,489.957 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,382.467 1819.42,382.467 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,274.978 1819.42,274.978 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,167.489 1819.42,167.489 \n \"/>\n<polyline clip-path=\"url(#clip263)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,59.9992 1819.42,59.9992 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,502.791 1819.42,502.791 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,502.791 1099.79,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1188.05,502.791 1188.05,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1323.83,502.791 1323.83,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1459.61,502.791 1459.61,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1595.39,502.791 1595.39,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1731.17,502.791 1731.17,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,489.957 1108.42,489.957 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,382.467 1108.42,382.467 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,274.978 1108.42,274.978 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,167.489 1108.42,167.489 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,59.9992 1108.42,59.9992 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M1168.06 543.379 L1180.53 543.379 L1180.53 547.175 L1168.06 547.175 L1168.06 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1198.45 527.777 L1186.64 546.226 L1198.45 546.226 L1198.45 527.777 M1197.22 523.703 L1203.1 523.703 L1203.1 546.226 L1208.03 546.226 L1208.03 550.115 L1203.1 550.115 L1203.1 558.263 L1198.45 558.263 L1198.45 550.115 L1182.85 550.115 L1182.85 545.601 L1197.22 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1304.88 543.379 L1317.36 543.379 L1317.36 547.175 L1304.88 547.175 L1304.88 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1326.45 554.328 L1342.77 554.328 L1342.77 558.263 L1320.83 558.263 L1320.83 554.328 Q1323.49 551.573 1328.07 546.943 Q1332.68 542.291 1333.86 540.948 Q1336.11 538.425 1336.98 536.689 Q1337.89 534.93 1337.89 533.24 Q1337.89 530.485 1335.94 528.749 Q1334.02 527.013 1330.92 527.013 Q1328.72 527.013 1326.27 527.777 Q1323.84 528.541 1321.06 530.092 L1321.06 525.369 Q1323.88 524.235 1326.34 523.656 Q1328.79 523.078 1330.83 523.078 Q1336.2 523.078 1339.39 525.763 Q1342.59 528.448 1342.59 532.939 Q1342.59 535.068 1341.78 536.99 Q1340.99 538.888 1338.88 541.48 Q1338.3 542.152 1335.2 545.369 Q1332.1 548.564 1326.45 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1459.61 526.781 Q1455.99 526.781 1454.17 530.346 Q1452.36 533.888 1452.36 541.017 Q1452.36 548.124 1454.17 551.689 Q1455.99 555.23 1459.61 555.23 Q1463.24 555.23 1465.05 551.689 Q1466.87 548.124 1466.87 541.017 Q1466.87 533.888 1465.05 530.346 Q1463.24 526.781 1459.61 526.781 M1459.61 523.078 Q1465.42 523.078 1468.47 527.684 Q1471.55 532.268 1471.55 541.017 Q1471.55 549.744 1468.47 554.351 Q1465.42 558.934 1459.61 558.934 Q1453.8 558.934 1450.72 554.351 Q1447.66 549.744 1447.66 541.017 Q1447.66 532.268 1450.72 527.684 Q1453.8 523.078 1459.61 523.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1590.04 554.328 L1606.36 554.328 L1606.36 558.263 L1584.41 558.263 L1584.41 554.328 Q1587.08 551.573 1591.66 546.943 Q1596.27 542.291 1597.45 540.948 Q1599.69 538.425 1600.57 536.689 Q1601.47 534.93 1601.47 533.24 Q1601.47 530.485 1599.53 528.749 Q1597.61 527.013 1594.51 527.013 Q1592.31 527.013 1589.85 527.777 Q1587.42 528.541 1584.64 530.092 L1584.64 525.369 Q1587.47 524.235 1589.92 523.656 Q1592.38 523.078 1594.41 523.078 Q1599.78 523.078 1602.98 525.763 Q1606.17 528.448 1606.17 532.939 Q1606.17 535.068 1605.36 536.99 Q1604.58 538.888 1602.47 541.48 Q1601.89 542.152 1598.79 545.369 Q1595.69 548.564 1590.04 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1734.17 527.777 L1722.37 546.226 L1734.17 546.226 L1734.17 527.777 M1732.95 523.703 L1738.83 523.703 L1738.83 546.226 L1743.76 546.226 L1743.76 550.115 L1738.83 550.115 L1738.83 558.263 L1734.17 558.263 L1734.17 550.115 L1718.57 550.115 L1718.57 545.601 L1732.95 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M996.557 492.353 L1009.03 492.353 L1009.03 496.149 L996.557 496.149 L996.557 492.353 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1014.91 503.302 L1022.55 503.302 L1022.55 476.936 L1014.24 478.603 L1014.24 474.343 L1022.51 472.677 L1027.18 472.677 L1027.18 503.302 L1034.82 503.302 L1034.82 507.237 L1014.91 507.237 L1014.91 503.302 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1039.89 501.357 L1044.77 501.357 L1044.77 507.237 L1039.89 507.237 L1039.89 501.357 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1059.84 475.755 Q1056.23 475.755 1054.4 479.32 Q1052.6 482.862 1052.6 489.992 Q1052.6 497.098 1054.4 500.663 Q1056.23 504.204 1059.84 504.204 Q1063.48 504.204 1065.28 500.663 Q1067.11 497.098 1067.11 489.992 Q1067.11 482.862 1065.28 479.32 Q1063.48 475.755 1059.84 475.755 M1059.84 472.052 Q1065.65 472.052 1068.71 476.658 Q1071.79 481.242 1071.79 489.992 Q1071.79 498.718 1068.71 503.325 Q1065.65 507.908 1059.84 507.908 Q1054.03 507.908 1050.95 503.325 Q1047.9 498.718 1047.9 489.992 Q1047.9 481.242 1050.95 476.658 Q1054.03 472.052 1059.84 472.052 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M996.325 384.863 L1008.8 384.863 L1008.8 388.659 L996.325 388.659 L996.325 384.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1023.87 368.266 Q1020.26 368.266 1018.43 371.831 Q1016.63 375.373 1016.63 382.502 Q1016.63 389.609 1018.43 393.173 Q1020.26 396.715 1023.87 396.715 Q1027.51 396.715 1029.31 393.173 Q1031.14 389.609 1031.14 382.502 Q1031.14 375.373 1029.31 371.831 Q1027.51 368.266 1023.87 368.266 M1023.87 364.562 Q1029.68 364.562 1032.74 369.169 Q1035.82 373.752 1035.82 382.502 Q1035.82 391.229 1032.74 395.835 Q1029.68 400.419 1023.87 400.419 Q1018.06 400.419 1014.98 395.835 Q1011.93 391.229 1011.93 382.502 Q1011.93 373.752 1014.98 369.169 Q1018.06 364.562 1023.87 364.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1040.89 393.868 L1045.77 393.868 L1045.77 399.747 L1040.89 399.747 L1040.89 393.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1050.89 365.187 L1069.24 365.187 L1069.24 369.123 L1055.17 369.123 L1055.17 377.595 Q1056.19 377.248 1057.2 377.085 Q1058.22 376.9 1059.24 376.9 Q1065.03 376.9 1068.41 380.072 Q1071.79 383.243 1071.79 388.659 Q1071.79 394.238 1068.32 397.34 Q1064.84 400.419 1058.52 400.419 Q1056.35 400.419 1054.08 400.048 Q1051.83 399.678 1049.43 398.937 L1049.43 394.238 Q1051.51 395.372 1053.73 395.928 Q1055.95 396.484 1058.43 396.484 Q1062.44 396.484 1064.77 394.377 Q1067.11 392.271 1067.11 388.659 Q1067.11 385.048 1064.77 382.942 Q1062.44 380.835 1058.43 380.835 Q1056.56 380.835 1054.68 381.252 Q1052.83 381.669 1050.89 382.548 L1050.89 365.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1022.88 260.777 Q1019.27 260.777 1017.44 264.341 Q1015.63 267.883 1015.63 275.013 Q1015.63 282.119 1017.44 285.684 Q1019.27 289.226 1022.88 289.226 Q1026.51 289.226 1028.32 285.684 Q1030.14 282.119 1030.14 275.013 Q1030.14 267.883 1028.32 264.341 Q1026.51 260.777 1022.88 260.777 M1022.88 257.073 Q1028.69 257.073 1031.74 261.679 Q1034.82 266.263 1034.82 275.013 Q1034.82 283.74 1031.74 288.346 Q1028.69 292.929 1022.88 292.929 Q1017.07 292.929 1013.99 288.346 Q1010.93 283.74 1010.93 275.013 Q1010.93 266.263 1013.99 261.679 Q1017.07 257.073 1022.88 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1039.89 286.378 L1044.77 286.378 L1044.77 292.258 L1039.89 292.258 L1039.89 286.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1059.84 260.777 Q1056.23 260.777 1054.4 264.341 Q1052.6 267.883 1052.6 275.013 Q1052.6 282.119 1054.4 285.684 Q1056.23 289.226 1059.84 289.226 Q1063.48 289.226 1065.28 285.684 Q1067.11 282.119 1067.11 275.013 Q1067.11 267.883 1065.28 264.341 Q1063.48 260.777 1059.84 260.777 M1059.84 257.073 Q1065.65 257.073 1068.71 261.679 Q1071.79 266.263 1071.79 275.013 Q1071.79 283.74 1068.71 288.346 Q1065.65 292.929 1059.84 292.929 Q1054.03 292.929 1050.95 288.346 Q1047.9 283.74 1047.9 275.013 Q1047.9 266.263 1050.95 261.679 Q1054.03 257.073 1059.84 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1023.87 153.287 Q1020.26 153.287 1018.43 156.852 Q1016.63 160.394 1016.63 167.523 Q1016.63 174.63 1018.43 178.195 Q1020.26 181.736 1023.87 181.736 Q1027.51 181.736 1029.31 178.195 Q1031.14 174.63 1031.14 167.523 Q1031.14 160.394 1029.31 156.852 Q1027.51 153.287 1023.87 153.287 M1023.87 149.584 Q1029.68 149.584 1032.74 154.19 Q1035.82 158.773 1035.82 167.523 Q1035.82 176.25 1032.74 180.857 Q1029.68 185.44 1023.87 185.44 Q1018.06 185.44 1014.98 180.857 Q1011.93 176.25 1011.93 167.523 Q1011.93 158.773 1014.98 154.19 Q1018.06 149.584 1023.87 149.584 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1040.89 178.889 L1045.77 178.889 L1045.77 184.769 L1040.89 184.769 L1040.89 178.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1050.89 150.209 L1069.24 150.209 L1069.24 154.144 L1055.17 154.144 L1055.17 162.616 Q1056.19 162.269 1057.2 162.107 Q1058.22 161.922 1059.24 161.922 Q1065.03 161.922 1068.41 165.093 Q1071.79 168.264 1071.79 173.681 Q1071.79 179.259 1068.32 182.361 Q1064.84 185.44 1058.52 185.44 Q1056.35 185.44 1054.08 185.07 Q1051.83 184.699 1049.43 183.958 L1049.43 179.259 Q1051.51 180.394 1053.73 180.949 Q1055.95 181.505 1058.43 181.505 Q1062.44 181.505 1064.77 179.398 Q1067.11 177.292 1067.11 173.681 Q1067.11 170.07 1064.77 167.963 Q1062.44 165.857 1058.43 165.857 Q1056.56 165.857 1054.68 166.273 Q1052.83 166.69 1050.89 167.57 L1050.89 150.209 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1014.91 73.3441 L1022.55 73.3441 L1022.55 46.9785 L1014.24 48.6451 L1014.24 44.3859 L1022.51 42.7192 L1027.18 42.7192 L1027.18 73.3441 L1034.82 73.3441 L1034.82 77.2792 L1014.91 77.2792 L1014.91 73.3441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1039.89 71.3996 L1044.77 71.3996 L1044.77 77.2792 L1039.89 77.2792 L1039.89 71.3996 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1059.84 45.7979 Q1056.23 45.7979 1054.4 49.3627 Q1052.6 52.9043 1052.6 60.0339 Q1052.6 67.1404 1054.4 70.7052 Q1056.23 74.2468 1059.84 74.2468 Q1063.48 74.2468 1065.28 70.7052 Q1067.11 67.1404 1067.11 60.0339 Q1067.11 52.9043 1065.28 49.3627 Q1063.48 45.7979 1059.84 45.7979 M1059.84 42.0942 Q1065.65 42.0942 1068.71 46.7007 Q1071.79 51.284 1071.79 60.0339 Q1071.79 68.7607 1068.71 73.3672 Q1065.65 77.9505 1059.84 77.9505 Q1054.03 77.9505 1050.95 73.3672 Q1047.9 68.7607 1047.9 60.0339 Q1047.9 51.284 1050.95 46.7007 Q1054.03 42.0942 1059.84 42.0942 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip263)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1120.16,68.8296 1121.81,67.4024 1123.47,66.0989 1125.13,64.9198 1126.79,63.866 1134.45,60.6375 1142.11,60.1369 1149.77,62.3706 1157.44,67.3102 1165.1,74.8927 \n 1172.76,85.0217 1180.43,97.5683 1188.09,112.373 1197.3,132.886 1206.51,156.011 1215.72,181.322 1224.93,208.354 1240.5,256.579 1256.08,305.767 1273,357.289 \n 1289.92,403.726 1297.71,422.611 1305.51,439.549 1313.31,454.318 1321.11,466.724 1329.47,477.213 1337.83,484.638 1346.19,488.888 1354.55,489.898 1364.24,486.998 \n 1373.93,479.79 1383.61,468.418 1393.3,453.116 1401.91,436.466 1410.52,417.224 1419.13,395.698 1427.73,372.233 1442.83,327.553 1457.93,280.282 1474.39,228.528 \n 1490.85,179.491 1499.13,156.77 1507.41,135.804 1515.69,116.906 1523.97,100.355 1533.12,85.0848 1542.28,73.2611 1551.43,65.0991 1560.58,60.7468 1569.29,60.2156 \n 1578,63.2141 1586.71,69.6932 1595.42,79.5462 1604.48,93.1944 1613.53,110.072 1622.59,129.88 1631.65,152.266 1646.89,194.656 1662.14,241.079 1680.75,299.824 \n 1699.37,356.713 1708.12,381.588 1716.86,404.695 1725.61,425.651 1734.36,444.107 1741.37,456.882 1748.38,467.72 1755.39,476.505 1762.39,483.146 1769.4,487.57 \n 1776.41,489.73 1783.42,489.604 1790.43,487.193 1792.58,485.994 1794.74,484.583 1796.9,482.96 1799.06,481.126 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"\nM1619.34 183.389 L1795.43 183.389 L1795.43 62.429 L1619.34 62.429 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1619.34,183.389 1795.43,183.389 1795.43,62.429 1619.34,62.429 1619.34,183.389 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1627.34,122.909 1675.31,122.909 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M1701.73 115.027 L1701.73 119.055 Q1699.93 118.129 1697.98 117.666 Q1696.04 117.203 1693.96 117.203 Q1690.79 117.203 1689.19 118.175 Q1687.61 119.147 1687.61 121.092 Q1687.61 122.573 1688.75 123.43 Q1689.88 124.263 1693.31 125.027 L1694.77 125.351 Q1699.3 126.323 1701.2 128.106 Q1703.12 129.865 1703.12 133.036 Q1703.12 136.647 1700.25 138.754 Q1697.41 140.86 1692.41 140.86 Q1690.32 140.86 1688.05 140.444 Q1685.81 140.05 1683.31 139.24 L1683.31 134.842 Q1685.67 136.069 1687.96 136.694 Q1690.25 137.295 1692.5 137.295 Q1695.51 137.295 1697.13 136.277 Q1698.75 135.235 1698.75 133.36 Q1698.75 131.624 1697.57 130.698 Q1696.41 129.772 1692.45 128.916 L1690.97 128.569 Q1687.01 127.735 1685.25 126.022 Q1683.49 124.286 1683.49 121.277 Q1683.49 117.62 1686.09 115.629 Q1688.68 113.638 1693.45 113.638 Q1695.81 113.638 1697.89 113.985 Q1699.98 114.333 1701.73 115.027 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1707.59 114.263 L1711.85 114.263 L1711.85 140.189 L1707.59 140.189 L1707.59 114.263 M1707.59 104.171 L1711.85 104.171 L1711.85 109.564 L1707.59 109.564 L1707.59 104.171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1737.87 124.541 L1737.87 140.189 L1733.61 140.189 L1733.61 124.68 Q1733.61 120.999 1732.17 119.171 Q1730.74 117.342 1727.87 117.342 Q1724.42 117.342 1722.43 119.541 Q1720.44 121.74 1720.44 125.536 L1720.44 140.189 L1716.16 140.189 L1716.16 114.263 L1720.44 114.263 L1720.44 118.291 Q1721.97 115.953 1724.03 114.796 Q1726.11 113.638 1728.82 113.638 Q1733.29 113.638 1735.58 116.416 Q1737.87 119.171 1737.87 124.541 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1778.96 114.263 L1769.58 126.879 L1779.44 140.189 L1774.42 140.189 L1766.87 130.004 L1759.33 140.189 L1754.3 140.189 L1764.37 126.624 L1755.16 114.263 L1760.18 114.263 L1767.06 123.499 L1773.93 114.263 L1778.96 114.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"\nM2033.12 502.791 L2752.76 502.791 L2752.76 47.2441 L2033.12 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip264\">\n <rect x=\"2033\" y=\"47\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2121.38,502.791 2121.38,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2257.16,502.791 2257.16,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2392.94,502.791 2392.94,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2528.72,502.791 2528.72,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2664.5,502.791 2664.5,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,489.957 2752.76,489.957 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,382.467 2752.76,382.467 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,274.978 2752.76,274.978 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,167.489 2752.76,167.489 \n \"/>\n<polyline clip-path=\"url(#clip264)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,59.9992 2752.76,59.9992 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,502.791 2752.76,502.791 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,502.791 2033.12,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2121.38,502.791 2121.38,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2257.16,502.791 2257.16,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2392.94,502.791 2392.94,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2528.72,502.791 2528.72,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2664.5,502.791 2664.5,497.324 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,489.957 2041.76,489.957 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,382.467 2041.76,382.467 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,274.978 2041.76,274.978 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,167.489 2041.76,167.489 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,59.9992 2041.76,59.9992 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M2101.39 543.379 L2113.87 543.379 L2113.87 547.175 L2101.39 547.175 L2101.39 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2131.78 527.777 L2119.98 546.226 L2131.78 546.226 L2131.78 527.777 M2130.56 523.703 L2136.44 523.703 L2136.44 546.226 L2141.37 546.226 L2141.37 550.115 L2136.44 550.115 L2136.44 558.263 L2131.78 558.263 L2131.78 550.115 L2116.18 550.115 L2116.18 545.601 L2130.56 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2238.21 543.379 L2250.69 543.379 L2250.69 547.175 L2238.21 547.175 L2238.21 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2259.79 554.328 L2276.11 554.328 L2276.11 558.263 L2254.16 558.263 L2254.16 554.328 Q2256.82 551.573 2261.41 546.943 Q2266.01 542.291 2267.19 540.948 Q2269.44 538.425 2270.32 536.689 Q2271.22 534.93 2271.22 533.24 Q2271.22 530.485 2269.28 528.749 Q2267.36 527.013 2264.25 527.013 Q2262.05 527.013 2259.6 527.777 Q2257.17 528.541 2254.39 530.092 L2254.39 525.369 Q2257.22 524.235 2259.67 523.656 Q2262.12 523.078 2264.16 523.078 Q2269.53 523.078 2272.73 525.763 Q2275.92 528.448 2275.92 532.939 Q2275.92 535.068 2275.11 536.99 Q2274.32 538.888 2272.22 541.48 Q2271.64 542.152 2268.54 545.369 Q2265.43 548.564 2259.79 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2392.94 526.781 Q2389.33 526.781 2387.5 530.346 Q2385.69 533.888 2385.69 541.017 Q2385.69 548.124 2387.5 551.689 Q2389.33 555.23 2392.94 555.23 Q2396.57 555.23 2398.38 551.689 Q2400.21 548.124 2400.21 541.017 Q2400.21 533.888 2398.38 530.346 Q2396.57 526.781 2392.94 526.781 M2392.94 523.078 Q2398.75 523.078 2401.8 527.684 Q2404.88 532.268 2404.88 541.017 Q2404.88 549.744 2401.8 554.351 Q2398.75 558.934 2392.94 558.934 Q2387.13 558.934 2384.05 554.351 Q2380.99 549.744 2380.99 541.017 Q2380.99 532.268 2384.05 527.684 Q2387.13 523.078 2392.94 523.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2523.37 554.328 L2539.69 554.328 L2539.69 558.263 L2517.75 558.263 L2517.75 554.328 Q2520.41 551.573 2524.99 546.943 Q2529.6 542.291 2530.78 540.948 Q2533.02 538.425 2533.9 536.689 Q2534.81 534.93 2534.81 533.24 Q2534.81 530.485 2532.86 528.749 Q2530.94 527.013 2527.84 527.013 Q2525.64 527.013 2523.19 527.777 Q2520.76 528.541 2517.98 530.092 L2517.98 525.369 Q2520.8 524.235 2523.26 523.656 Q2525.71 523.078 2527.75 523.078 Q2533.12 523.078 2536.31 525.763 Q2539.51 528.448 2539.51 532.939 Q2539.51 535.068 2538.7 536.99 Q2537.91 538.888 2535.8 541.48 Q2535.22 542.152 2532.12 545.369 Q2529.02 548.564 2523.37 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2667.51 527.777 L2655.7 546.226 L2667.51 546.226 L2667.51 527.777 M2666.28 523.703 L2672.16 523.703 L2672.16 546.226 L2677.09 546.226 L2677.09 550.115 L2672.16 550.115 L2672.16 558.263 L2667.51 558.263 L2667.51 550.115 L2651.91 550.115 L2651.91 545.601 L2666.28 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1929.89 492.353 L1942.37 492.353 L1942.37 496.149 L1929.89 496.149 L1929.89 492.353 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1948.25 503.302 L1955.89 503.302 L1955.89 476.936 L1947.58 478.603 L1947.58 474.343 L1955.84 472.677 L1960.52 472.677 L1960.52 503.302 L1968.15 503.302 L1968.15 507.237 L1948.25 507.237 L1948.25 503.302 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1973.22 501.357 L1978.11 501.357 L1978.11 507.237 L1973.22 507.237 L1973.22 501.357 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1993.18 475.755 Q1989.57 475.755 1987.74 479.32 Q1985.93 482.862 1985.93 489.992 Q1985.93 497.098 1987.74 500.663 Q1989.57 504.204 1993.18 504.204 Q1996.81 504.204 1998.62 500.663 Q2000.45 497.098 2000.45 489.992 Q2000.45 482.862 1998.62 479.32 Q1996.81 475.755 1993.18 475.755 M1993.18 472.052 Q1998.99 472.052 2002.04 476.658 Q2005.12 481.242 2005.12 489.992 Q2005.12 498.718 2002.04 503.325 Q1998.99 507.908 1993.18 507.908 Q1987.37 507.908 1984.29 503.325 Q1981.23 498.718 1981.23 489.992 Q1981.23 481.242 1984.29 476.658 Q1987.37 472.052 1993.18 472.052 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1929.66 384.863 L1942.14 384.863 L1942.14 388.659 L1929.66 388.659 L1929.66 384.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1957.2 368.266 Q1953.59 368.266 1951.77 371.831 Q1949.96 375.373 1949.96 382.502 Q1949.96 389.609 1951.77 393.173 Q1953.59 396.715 1957.2 396.715 Q1960.84 396.715 1962.64 393.173 Q1964.47 389.609 1964.47 382.502 Q1964.47 375.373 1962.64 371.831 Q1960.84 368.266 1957.2 368.266 M1957.2 364.562 Q1963.02 364.562 1966.07 369.169 Q1969.15 373.752 1969.15 382.502 Q1969.15 391.229 1966.07 395.835 Q1963.02 400.419 1957.2 400.419 Q1951.39 400.419 1948.32 395.835 Q1945.26 391.229 1945.26 382.502 Q1945.26 373.752 1948.32 369.169 Q1951.39 364.562 1957.2 364.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1974.22 393.868 L1979.1 393.868 L1979.1 399.747 L1974.22 399.747 L1974.22 393.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1984.22 365.187 L2002.58 365.187 L2002.58 369.123 L1988.5 369.123 L1988.5 377.595 Q1989.52 377.248 1990.54 377.085 Q1991.56 376.9 1992.58 376.9 Q1998.36 376.9 2001.74 380.072 Q2005.12 383.243 2005.12 388.659 Q2005.12 394.238 2001.65 397.34 Q1998.18 400.419 1991.86 400.419 Q1989.68 400.419 1987.41 400.048 Q1985.17 399.678 1982.76 398.937 L1982.76 394.238 Q1984.84 395.372 1987.07 395.928 Q1989.29 396.484 1991.76 396.484 Q1995.77 396.484 1998.11 394.377 Q2000.45 392.271 2000.45 388.659 Q2000.45 385.048 1998.11 382.942 Q1995.77 380.835 1991.76 380.835 Q1989.89 380.835 1988.01 381.252 Q1986.16 381.669 1984.22 382.548 L1984.22 365.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1956.21 260.777 Q1952.6 260.777 1950.77 264.341 Q1948.96 267.883 1948.96 275.013 Q1948.96 282.119 1950.77 285.684 Q1952.6 289.226 1956.21 289.226 Q1959.84 289.226 1961.65 285.684 Q1963.48 282.119 1963.48 275.013 Q1963.48 267.883 1961.65 264.341 Q1959.84 260.777 1956.21 260.777 M1956.21 257.073 Q1962.02 257.073 1965.08 261.679 Q1968.15 266.263 1968.15 275.013 Q1968.15 283.74 1965.08 288.346 Q1962.02 292.929 1956.21 292.929 Q1950.4 292.929 1947.32 288.346 Q1944.27 283.74 1944.27 275.013 Q1944.27 266.263 1947.32 261.679 Q1950.4 257.073 1956.21 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1973.22 286.378 L1978.11 286.378 L1978.11 292.258 L1973.22 292.258 L1973.22 286.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1993.18 260.777 Q1989.57 260.777 1987.74 264.341 Q1985.93 267.883 1985.93 275.013 Q1985.93 282.119 1987.74 285.684 Q1989.57 289.226 1993.18 289.226 Q1996.81 289.226 1998.62 285.684 Q2000.45 282.119 2000.45 275.013 Q2000.45 267.883 1998.62 264.341 Q1996.81 260.777 1993.18 260.777 M1993.18 257.073 Q1998.99 257.073 2002.04 261.679 Q2005.12 266.263 2005.12 275.013 Q2005.12 283.74 2002.04 288.346 Q1998.99 292.929 1993.18 292.929 Q1987.37 292.929 1984.29 288.346 Q1981.23 283.74 1981.23 275.013 Q1981.23 266.263 1984.29 261.679 Q1987.37 257.073 1993.18 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1957.2 153.287 Q1953.59 153.287 1951.77 156.852 Q1949.96 160.394 1949.96 167.523 Q1949.96 174.63 1951.77 178.195 Q1953.59 181.736 1957.2 181.736 Q1960.84 181.736 1962.64 178.195 Q1964.47 174.63 1964.47 167.523 Q1964.47 160.394 1962.64 156.852 Q1960.84 153.287 1957.2 153.287 M1957.2 149.584 Q1963.02 149.584 1966.07 154.19 Q1969.15 158.773 1969.15 167.523 Q1969.15 176.25 1966.07 180.857 Q1963.02 185.44 1957.2 185.44 Q1951.39 185.44 1948.32 180.857 Q1945.26 176.25 1945.26 167.523 Q1945.26 158.773 1948.32 154.19 Q1951.39 149.584 1957.2 149.584 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1974.22 178.889 L1979.1 178.889 L1979.1 184.769 L1974.22 184.769 L1974.22 178.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1984.22 150.209 L2002.58 150.209 L2002.58 154.144 L1988.5 154.144 L1988.5 162.616 Q1989.52 162.269 1990.54 162.107 Q1991.56 161.922 1992.58 161.922 Q1998.36 161.922 2001.74 165.093 Q2005.12 168.264 2005.12 173.681 Q2005.12 179.259 2001.65 182.361 Q1998.18 185.44 1991.86 185.44 Q1989.68 185.44 1987.41 185.07 Q1985.17 184.699 1982.76 183.958 L1982.76 179.259 Q1984.84 180.394 1987.07 180.949 Q1989.29 181.505 1991.76 181.505 Q1995.77 181.505 1998.11 179.398 Q2000.45 177.292 2000.45 173.681 Q2000.45 170.07 1998.11 167.963 Q1995.77 165.857 1991.76 165.857 Q1989.89 165.857 1988.01 166.273 Q1986.16 166.69 1984.22 167.57 L1984.22 150.209 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1948.25 73.3441 L1955.89 73.3441 L1955.89 46.9785 L1947.58 48.6451 L1947.58 44.3859 L1955.84 42.7192 L1960.52 42.7192 L1960.52 73.3441 L1968.15 73.3441 L1968.15 77.2792 L1948.25 77.2792 L1948.25 73.3441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1973.22 71.3996 L1978.11 71.3996 L1978.11 77.2792 L1973.22 77.2792 L1973.22 71.3996 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1993.18 45.7979 Q1989.57 45.7979 1987.74 49.3627 Q1985.93 52.9043 1985.93 60.0339 Q1985.93 67.1404 1987.74 70.7052 Q1989.57 74.2468 1993.18 74.2468 Q1996.81 74.2468 1998.62 70.7052 Q2000.45 67.1404 2000.45 60.0339 Q2000.45 52.9043 1998.62 49.3627 Q1996.81 45.7979 1993.18 45.7979 M1993.18 42.0942 Q1998.99 42.0942 2002.04 46.7007 Q2005.12 51.284 2005.12 60.0339 Q2005.12 68.7607 2002.04 73.3672 Q1998.99 77.9505 1993.18 77.9505 Q1987.37 77.9505 1984.29 73.3672 Q1981.23 68.7607 1981.23 60.0339 Q1981.23 51.284 1984.29 46.7007 Q1987.37 42.0942 1993.18 42.0942 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip264)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2053.49,68.8296 2055.15,67.4024 2056.8,66.0989 2058.46,64.9198 2060.12,63.866 2067.78,60.6375 2075.44,60.1369 2083.11,62.3706 2090.77,67.3102 2098.43,74.8927 \n 2106.1,85.0217 2113.76,97.5683 2121.42,112.373 2130.63,132.886 2139.84,156.011 2149.05,181.322 2158.26,208.354 2173.84,256.579 2189.41,305.767 2206.33,357.289 \n 2223.25,403.726 2231.05,422.611 2238.85,439.549 2246.64,454.318 2254.44,466.724 2262.8,477.213 2271.16,484.638 2279.53,488.888 2287.89,489.898 2297.57,486.998 \n 2307.26,479.79 2316.95,468.418 2326.63,453.116 2335.24,436.466 2343.85,417.224 2352.46,395.698 2361.07,372.233 2376.17,327.553 2391.26,280.282 2407.72,228.528 \n 2424.18,179.491 2432.46,156.77 2440.74,135.804 2449.02,116.906 2457.3,100.355 2466.46,85.0848 2475.61,73.2611 2484.76,65.0991 2493.92,60.7468 2502.63,60.2156 \n 2511.34,63.2141 2520.05,69.6932 2528.76,79.5462 2537.81,93.1944 2546.87,110.072 2555.92,129.88 2564.98,152.266 2580.23,194.656 2595.47,241.079 2614.09,299.824 \n 2632.7,356.713 2641.45,381.588 2650.2,404.695 2658.95,425.651 2667.7,444.107 2674.7,456.882 2681.71,467.72 2688.72,476.505 2695.73,483.146 2702.74,487.57 \n 2709.74,489.73 2716.75,489.604 2723.76,487.193 2725.92,485.994 2728.07,484.583 2730.23,482.96 2732.39,481.126 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"\nM2552.67 183.389 L2728.77 183.389 L2728.77 62.429 L2552.67 62.429 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2552.67,183.389 2728.77,183.389 2728.77,62.429 2552.67,62.429 2552.67,183.389 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2560.67,122.909 2608.65,122.909 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M2635.07 115.027 L2635.07 119.055 Q2633.26 118.129 2631.32 117.666 Q2629.37 117.203 2627.29 117.203 Q2624.12 117.203 2622.52 118.175 Q2620.95 119.147 2620.95 121.092 Q2620.95 122.573 2622.08 123.43 Q2623.22 124.263 2626.64 125.027 L2628.1 125.351 Q2632.64 126.323 2634.54 128.106 Q2636.46 129.865 2636.46 133.036 Q2636.46 136.647 2633.59 138.754 Q2630.74 140.86 2625.74 140.86 Q2623.66 140.86 2621.39 140.444 Q2619.14 140.05 2616.64 139.24 L2616.64 134.842 Q2619 136.069 2621.3 136.694 Q2623.59 137.295 2625.83 137.295 Q2628.84 137.295 2630.46 136.277 Q2632.08 135.235 2632.08 133.36 Q2632.08 131.624 2630.9 130.698 Q2629.74 129.772 2625.79 128.916 L2624.3 128.569 Q2620.35 127.735 2618.59 126.022 Q2616.83 124.286 2616.83 121.277 Q2616.83 117.62 2619.42 115.629 Q2622.01 113.638 2626.78 113.638 Q2629.14 113.638 2631.23 113.985 Q2633.31 114.333 2635.07 115.027 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2640.92 114.263 L2645.18 114.263 L2645.18 140.189 L2640.92 140.189 L2640.92 114.263 M2640.92 104.171 L2645.18 104.171 L2645.18 109.564 L2640.92 109.564 L2640.92 104.171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2671.2 124.541 L2671.2 140.189 L2666.94 140.189 L2666.94 124.68 Q2666.94 120.999 2665.51 119.171 Q2664.07 117.342 2661.2 117.342 Q2657.75 117.342 2655.76 119.541 Q2653.77 121.74 2653.77 125.536 L2653.77 140.189 L2649.49 140.189 L2649.49 114.263 L2653.77 114.263 L2653.77 118.291 Q2655.3 115.953 2657.36 114.796 Q2659.44 113.638 2662.15 113.638 Q2666.62 113.638 2668.91 116.416 Q2671.2 119.171 2671.2 124.541 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2712.29 114.263 L2702.92 126.879 L2712.78 140.189 L2707.75 140.189 L2700.21 130.004 L2692.66 140.189 L2687.64 140.189 L2697.71 126.624 L2688.49 114.263 L2693.52 114.263 L2700.39 123.499 L2707.27 114.263 L2712.29 114.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"\nM166.455 1102.79 L886.089 1102.79 L886.089 647.244 L166.455 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip265\">\n <rect x=\"166\" y=\"647\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 254.712,1102.79 254.712,647.244 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 390.492,1102.79 390.492,647.244 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 526.272,1102.79 526.272,647.244 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 662.052,1102.79 662.052,647.244 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 797.832,1102.79 797.832,647.244 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,1089.96 886.089,1089.96 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,982.467 886.089,982.467 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,874.978 886.089,874.978 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,767.489 886.089,767.489 \n \"/>\n<polyline clip-path=\"url(#clip265)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,659.999 886.089,659.999 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,1102.79 886.089,1102.79 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,1102.79 166.455,647.244 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 254.712,1102.79 254.712,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 390.492,1102.79 390.492,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 526.272,1102.79 526.272,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 662.052,1102.79 662.052,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 797.832,1102.79 797.832,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,1089.96 175.09,1089.96 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,982.467 175.09,982.467 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,874.978 175.09,874.978 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,767.489 175.09,767.489 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,659.999 175.09,659.999 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M234.723 1143.38 L247.2 1143.38 L247.2 1147.17 L234.723 1147.17 L234.723 1143.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M265.117 1127.78 L253.311 1146.23 L265.117 1146.23 L265.117 1127.78 M263.89 1123.7 L269.77 1123.7 L269.77 1146.23 L274.7 1146.23 L274.7 1150.11 L269.77 1150.11 L269.77 1158.26 L265.117 1158.26 L265.117 1150.11 L249.515 1150.11 L249.515 1145.6 L263.89 1123.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M371.545 1143.38 L384.022 1143.38 L384.022 1147.17 L371.545 1147.17 L371.545 1143.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M393.119 1154.33 L409.439 1154.33 L409.439 1158.26 L387.494 1158.26 L387.494 1154.33 Q390.156 1151.57 394.74 1146.94 Q399.346 1142.29 400.527 1140.95 Q402.772 1138.42 403.652 1136.69 Q404.554 1134.93 404.554 1133.24 Q404.554 1130.49 402.61 1128.75 Q400.689 1127.01 397.587 1127.01 Q395.388 1127.01 392.934 1127.78 Q390.503 1128.54 387.726 1130.09 L387.726 1125.37 Q390.55 1124.24 393.003 1123.66 Q395.457 1123.08 397.494 1123.08 Q402.864 1123.08 406.059 1125.76 Q409.253 1128.45 409.253 1132.94 Q409.253 1135.07 408.443 1136.99 Q407.656 1138.89 405.55 1141.48 Q404.971 1142.15 401.869 1145.37 Q398.767 1148.56 393.119 1154.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M526.272 1126.78 Q522.661 1126.78 520.832 1130.35 Q519.027 1133.89 519.027 1141.02 Q519.027 1148.12 520.832 1151.69 Q522.661 1155.23 526.272 1155.23 Q529.906 1155.23 531.712 1151.69 Q533.54 1148.12 533.54 1141.02 Q533.54 1133.89 531.712 1130.35 Q529.906 1126.78 526.272 1126.78 M526.272 1123.08 Q532.082 1123.08 535.138 1127.68 Q538.216 1132.27 538.216 1141.02 Q538.216 1149.74 535.138 1154.35 Q532.082 1158.93 526.272 1158.93 Q520.462 1158.93 517.383 1154.35 Q514.328 1149.74 514.328 1141.02 Q514.328 1132.27 517.383 1127.68 Q520.462 1123.08 526.272 1123.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M656.705 1154.33 L673.024 1154.33 L673.024 1158.26 L651.08 1158.26 L651.08 1154.33 Q653.742 1151.57 658.325 1146.94 Q662.932 1142.29 664.112 1140.95 Q666.358 1138.42 667.237 1136.69 Q668.14 1134.93 668.14 1133.24 Q668.14 1130.49 666.196 1128.75 Q664.274 1127.01 661.172 1127.01 Q658.973 1127.01 656.52 1127.78 Q654.089 1128.54 651.311 1130.09 L651.311 1125.37 Q654.135 1124.24 656.589 1123.66 Q659.043 1123.08 661.08 1123.08 Q666.45 1123.08 669.645 1125.76 Q672.839 1128.45 672.839 1132.94 Q672.839 1135.07 672.029 1136.99 Q671.242 1138.89 669.135 1141.48 Q668.557 1142.15 665.455 1145.37 Q662.353 1148.56 656.705 1154.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M800.841 1127.78 L789.036 1146.23 L800.841 1146.23 L800.841 1127.78 M799.615 1123.7 L805.494 1123.7 L805.494 1146.23 L810.425 1146.23 L810.425 1150.11 L805.494 1150.11 L805.494 1158.26 L800.841 1158.26 L800.841 1150.11 L785.24 1150.11 L785.24 1145.6 L799.615 1123.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M63.2236 1092.35 L75.7004 1092.35 L75.7004 1096.15 L63.2236 1096.15 L63.2236 1092.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M81.58 1103.3 L89.2188 1103.3 L89.2188 1076.94 L80.9087 1078.6 L80.9087 1074.34 L89.1725 1072.68 L93.8484 1072.68 L93.8484 1103.3 L101.487 1103.3 L101.487 1107.24 L81.58 1107.24 L81.58 1103.3 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M106.557 1101.36 L111.441 1101.36 L111.441 1107.24 L106.557 1107.24 L106.557 1101.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M126.51 1075.76 Q122.899 1075.76 121.071 1079.32 Q119.265 1082.86 119.265 1089.99 Q119.265 1097.1 121.071 1100.66 Q122.899 1104.2 126.51 1104.2 Q130.145 1104.2 131.95 1100.66 Q133.779 1097.1 133.779 1089.99 Q133.779 1082.86 131.95 1079.32 Q130.145 1075.76 126.51 1075.76 M126.51 1072.05 Q132.32 1072.05 135.376 1076.66 Q138.455 1081.24 138.455 1089.99 Q138.455 1098.72 135.376 1103.32 Q132.32 1107.91 126.51 1107.91 Q120.7 1107.91 117.621 1103.32 Q114.566 1098.72 114.566 1089.99 Q114.566 1081.24 117.621 1076.66 Q120.7 1072.05 126.51 1072.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M62.9921 984.863 L75.4689 984.863 L75.4689 988.659 L62.9921 988.659 L62.9921 984.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M90.5383 968.266 Q86.9272 968.266 85.0985 971.831 Q83.2929 975.373 83.2929 982.502 Q83.2929 989.609 85.0985 993.173 Q86.9272 996.715 90.5383 996.715 Q94.1725 996.715 95.9781 993.173 Q97.8068 989.609 97.8068 982.502 Q97.8068 975.373 95.9781 971.831 Q94.1725 968.266 90.5383 968.266 M90.5383 964.562 Q96.3484 964.562 99.404 969.169 Q102.483 973.752 102.483 982.502 Q102.483 991.229 99.404 995.835 Q96.3484 1000.42 90.5383 1000.42 Q84.7281 1000.42 81.6494 995.835 Q78.5939 991.229 78.5939 982.502 Q78.5939 973.752 81.6494 969.169 Q84.7281 964.562 90.5383 964.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M107.552 993.868 L112.436 993.868 L112.436 999.747 L107.552 999.747 L107.552 993.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M117.552 965.187 L135.908 965.187 L135.908 969.123 L121.834 969.123 L121.834 977.595 Q122.853 977.248 123.871 977.085 Q124.89 976.9 125.908 976.9 Q131.695 976.9 135.075 980.072 Q138.455 983.243 138.455 988.659 Q138.455 994.238 134.982 997.34 Q131.51 1000.42 125.191 1000.42 Q123.015 1000.42 120.746 1000.05 Q118.501 999.678 116.094 998.937 L116.094 994.238 Q118.177 995.372 120.399 995.928 Q122.621 996.484 125.098 996.484 Q129.103 996.484 131.441 994.377 Q133.779 992.271 133.779 988.659 Q133.779 985.048 131.441 982.942 Q129.103 980.835 125.098 980.835 Q123.223 980.835 121.348 981.252 Q119.496 981.669 117.552 982.548 L117.552 965.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M89.5429 860.777 Q85.9318 860.777 84.1031 864.341 Q82.2976 867.883 82.2976 875.013 Q82.2976 882.119 84.1031 885.684 Q85.9318 889.226 89.5429 889.226 Q93.1771 889.226 94.9827 885.684 Q96.8114 882.119 96.8114 875.013 Q96.8114 867.883 94.9827 864.341 Q93.1771 860.777 89.5429 860.777 M89.5429 857.073 Q95.3531 857.073 98.4086 861.679 Q101.487 866.263 101.487 875.013 Q101.487 883.74 98.4086 888.346 Q95.3531 892.929 89.5429 892.929 Q83.7328 892.929 80.6541 888.346 Q77.5985 883.74 77.5985 875.013 Q77.5985 866.263 80.6541 861.679 Q83.7328 857.073 89.5429 857.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M106.557 886.378 L111.441 886.378 L111.441 892.258 L106.557 892.258 L106.557 886.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M126.51 860.777 Q122.899 860.777 121.071 864.341 Q119.265 867.883 119.265 875.013 Q119.265 882.119 121.071 885.684 Q122.899 889.226 126.51 889.226 Q130.145 889.226 131.95 885.684 Q133.779 882.119 133.779 875.013 Q133.779 867.883 131.95 864.341 Q130.145 860.777 126.51 860.777 M126.51 857.073 Q132.32 857.073 135.376 861.679 Q138.455 866.263 138.455 875.013 Q138.455 883.74 135.376 888.346 Q132.32 892.929 126.51 892.929 Q120.7 892.929 117.621 888.346 Q114.566 883.74 114.566 875.013 Q114.566 866.263 117.621 861.679 Q120.7 857.073 126.51 857.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M90.5383 753.287 Q86.9272 753.287 85.0985 756.852 Q83.2929 760.394 83.2929 767.523 Q83.2929 774.63 85.0985 778.195 Q86.9272 781.736 90.5383 781.736 Q94.1725 781.736 95.9781 778.195 Q97.8068 774.63 97.8068 767.523 Q97.8068 760.394 95.9781 756.852 Q94.1725 753.287 90.5383 753.287 M90.5383 749.584 Q96.3484 749.584 99.404 754.19 Q102.483 758.773 102.483 767.523 Q102.483 776.25 99.404 780.857 Q96.3484 785.44 90.5383 785.44 Q84.7281 785.44 81.6494 780.857 Q78.5939 776.25 78.5939 767.523 Q78.5939 758.773 81.6494 754.19 Q84.7281 749.584 90.5383 749.584 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M107.552 778.889 L112.436 778.889 L112.436 784.769 L107.552 784.769 L107.552 778.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M117.552 750.209 L135.908 750.209 L135.908 754.144 L121.834 754.144 L121.834 762.616 Q122.853 762.269 123.871 762.107 Q124.89 761.922 125.908 761.922 Q131.695 761.922 135.075 765.093 Q138.455 768.264 138.455 773.681 Q138.455 779.259 134.982 782.361 Q131.51 785.44 125.191 785.44 Q123.015 785.44 120.746 785.07 Q118.501 784.699 116.094 783.958 L116.094 779.259 Q118.177 780.394 120.399 780.949 Q122.621 781.505 125.098 781.505 Q129.103 781.505 131.441 779.398 Q133.779 777.292 133.779 773.681 Q133.779 770.07 131.441 767.963 Q129.103 765.857 125.098 765.857 Q123.223 765.857 121.348 766.273 Q119.496 766.69 117.552 767.57 L117.552 750.209 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M81.58 673.344 L89.2188 673.344 L89.2188 646.978 L80.9087 648.645 L80.9087 644.386 L89.1725 642.719 L93.8484 642.719 L93.8484 673.344 L101.487 673.344 L101.487 677.279 L81.58 677.279 L81.58 673.344 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M106.557 671.4 L111.441 671.4 L111.441 677.279 L106.557 677.279 L106.557 671.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M126.51 645.798 Q122.899 645.798 121.071 649.363 Q119.265 652.904 119.265 660.034 Q119.265 667.14 121.071 670.705 Q122.899 674.247 126.51 674.247 Q130.145 674.247 131.95 670.705 Q133.779 667.14 133.779 660.034 Q133.779 652.904 131.95 649.363 Q130.145 645.798 126.51 645.798 M126.51 642.094 Q132.32 642.094 135.376 646.701 Q138.455 651.284 138.455 660.034 Q138.455 668.761 135.376 673.367 Q132.32 677.951 126.51 677.951 Q120.7 677.951 117.621 673.367 Q114.566 668.761 114.566 660.034 Q114.566 651.284 117.621 646.701 Q120.7 642.094 126.51 642.094 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip265)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.822,668.83 188.479,667.402 190.137,666.099 191.794,664.92 193.452,663.866 201.115,660.638 208.778,660.137 216.441,662.371 224.104,667.31 231.767,674.893 \n 239.43,685.022 247.093,697.568 254.756,712.373 263.966,732.886 273.176,756.011 282.387,781.322 291.597,808.354 307.171,856.579 322.746,905.767 339.664,957.289 \n 356.582,1003.73 364.381,1022.61 372.179,1039.55 379.978,1054.32 387.776,1066.72 396.137,1077.21 404.498,1084.64 412.859,1088.89 421.22,1089.9 430.906,1087 \n 440.593,1079.79 450.28,1068.42 459.967,1053.12 468.575,1036.47 477.184,1017.22 485.793,995.698 494.401,972.233 509.499,927.553 524.597,880.282 541.057,828.528 \n 557.518,779.491 565.797,756.77 574.076,735.804 582.356,716.906 590.635,700.355 599.789,685.085 608.943,673.261 618.096,665.099 627.25,660.747 635.96,660.216 \n 644.669,663.214 653.379,669.693 662.088,679.546 671.144,693.194 680.2,710.072 689.256,729.88 698.312,752.266 713.558,794.656 728.805,841.079 747.419,899.824 \n 766.033,956.713 774.782,981.588 783.531,1004.69 792.28,1025.65 801.028,1044.11 808.037,1056.88 815.045,1067.72 822.053,1076.51 829.061,1083.15 836.069,1087.57 \n 843.078,1089.73 850.086,1089.6 857.094,1087.19 859.251,1085.99 861.408,1084.58 863.565,1082.96 865.722,1081.13 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"\nM686.008 783.389 L862.101 783.389 L862.101 662.429 L686.008 662.429 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 686.008,783.389 862.101,783.389 862.101,662.429 686.008,662.429 686.008,783.389 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 694.004,722.909 741.98,722.909 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M768.402 715.027 L768.402 719.055 Q766.596 718.129 764.652 717.666 Q762.707 717.203 760.624 717.203 Q757.453 717.203 755.855 718.175 Q754.281 719.147 754.281 721.092 Q754.281 722.573 755.416 723.43 Q756.55 724.263 759.976 725.027 L761.434 725.351 Q765.971 726.323 767.869 728.106 Q769.791 729.865 769.791 733.036 Q769.791 736.647 766.92 738.754 Q764.073 740.86 759.073 740.86 Q756.99 740.86 754.721 740.444 Q752.476 740.05 749.976 739.24 L749.976 734.842 Q752.337 736.069 754.629 736.694 Q756.92 737.295 759.166 737.295 Q762.175 737.295 763.795 736.277 Q765.416 735.235 765.416 733.36 Q765.416 731.624 764.235 730.698 Q763.078 729.772 759.119 728.916 L757.638 728.569 Q753.679 727.735 751.92 726.022 Q750.161 724.286 750.161 721.277 Q750.161 717.62 752.754 715.629 Q755.346 713.638 760.115 713.638 Q762.476 713.638 764.559 713.985 Q766.642 714.333 768.402 715.027 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M774.258 714.263 L778.517 714.263 L778.517 740.189 L774.258 740.189 L774.258 714.263 M774.258 704.171 L778.517 704.171 L778.517 709.564 L774.258 709.564 L774.258 704.171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M804.536 724.541 L804.536 740.189 L800.276 740.189 L800.276 724.68 Q800.276 720.999 798.841 719.171 Q797.406 717.342 794.536 717.342 Q791.087 717.342 789.096 719.541 Q787.105 721.74 787.105 725.536 L787.105 740.189 L782.823 740.189 L782.823 714.263 L787.105 714.263 L787.105 718.291 Q788.633 715.953 790.693 714.796 Q792.776 713.638 795.485 713.638 Q799.952 713.638 802.244 716.416 Q804.536 719.171 804.536 724.541 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M845.623 714.263 L836.248 726.879 L846.11 740.189 L841.086 740.189 L833.54 730.004 L825.994 740.189 L820.971 740.189 L831.04 726.624 L821.827 714.263 L826.85 714.263 L833.725 723.499 L840.6 714.263 L845.623 714.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"\nM1099.79 1102.79 L1819.42 1102.79 L1819.42 647.244 L1099.79 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip266\">\n <rect x=\"1099\" y=\"647\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1188.05,1102.79 1188.05,647.244 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1323.83,1102.79 1323.83,647.244 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1459.61,1102.79 1459.61,647.244 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1595.39,1102.79 1595.39,647.244 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1731.17,1102.79 1731.17,647.244 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,1089.96 1819.42,1089.96 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,982.467 1819.42,982.467 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,874.978 1819.42,874.978 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,767.489 1819.42,767.489 \n \"/>\n<polyline clip-path=\"url(#clip266)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,659.999 1819.42,659.999 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,1102.79 1819.42,1102.79 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,1102.79 1099.79,647.244 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1188.05,1102.79 1188.05,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1323.83,1102.79 1323.83,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1459.61,1102.79 1459.61,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1595.39,1102.79 1595.39,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1731.17,1102.79 1731.17,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,1089.96 1108.42,1089.96 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,982.467 1108.42,982.467 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,874.978 1108.42,874.978 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,767.489 1108.42,767.489 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,659.999 1108.42,659.999 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M1168.06 1143.38 L1180.53 1143.38 L1180.53 1147.17 L1168.06 1147.17 L1168.06 1143.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1198.45 1127.78 L1186.64 1146.23 L1198.45 1146.23 L1198.45 1127.78 M1197.22 1123.7 L1203.1 1123.7 L1203.1 1146.23 L1208.03 1146.23 L1208.03 1150.11 L1203.1 1150.11 L1203.1 1158.26 L1198.45 1158.26 L1198.45 1150.11 L1182.85 1150.11 L1182.85 1145.6 L1197.22 1123.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1304.88 1143.38 L1317.36 1143.38 L1317.36 1147.17 L1304.88 1147.17 L1304.88 1143.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1326.45 1154.33 L1342.77 1154.33 L1342.77 1158.26 L1320.83 1158.26 L1320.83 1154.33 Q1323.49 1151.57 1328.07 1146.94 Q1332.68 1142.29 1333.86 1140.95 Q1336.11 1138.42 1336.98 1136.69 Q1337.89 1134.93 1337.89 1133.24 Q1337.89 1130.49 1335.94 1128.75 Q1334.02 1127.01 1330.92 1127.01 Q1328.72 1127.01 1326.27 1127.78 Q1323.84 1128.54 1321.06 1130.09 L1321.06 1125.37 Q1323.88 1124.24 1326.34 1123.66 Q1328.79 1123.08 1330.83 1123.08 Q1336.2 1123.08 1339.39 1125.76 Q1342.59 1128.45 1342.59 1132.94 Q1342.59 1135.07 1341.78 1136.99 Q1340.99 1138.89 1338.88 1141.48 Q1338.3 1142.15 1335.2 1145.37 Q1332.1 1148.56 1326.45 1154.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1459.61 1126.78 Q1455.99 1126.78 1454.17 1130.35 Q1452.36 1133.89 1452.36 1141.02 Q1452.36 1148.12 1454.17 1151.69 Q1455.99 1155.23 1459.61 1155.23 Q1463.24 1155.23 1465.05 1151.69 Q1466.87 1148.12 1466.87 1141.02 Q1466.87 1133.89 1465.05 1130.35 Q1463.24 1126.78 1459.61 1126.78 M1459.61 1123.08 Q1465.42 1123.08 1468.47 1127.68 Q1471.55 1132.27 1471.55 1141.02 Q1471.55 1149.74 1468.47 1154.35 Q1465.42 1158.93 1459.61 1158.93 Q1453.8 1158.93 1450.72 1154.35 Q1447.66 1149.74 1447.66 1141.02 Q1447.66 1132.27 1450.72 1127.68 Q1453.8 1123.08 1459.61 1123.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1590.04 1154.33 L1606.36 1154.33 L1606.36 1158.26 L1584.41 1158.26 L1584.41 1154.33 Q1587.08 1151.57 1591.66 1146.94 Q1596.27 1142.29 1597.45 1140.95 Q1599.69 1138.42 1600.57 1136.69 Q1601.47 1134.93 1601.47 1133.24 Q1601.47 1130.49 1599.53 1128.75 Q1597.61 1127.01 1594.51 1127.01 Q1592.31 1127.01 1589.85 1127.78 Q1587.42 1128.54 1584.64 1130.09 L1584.64 1125.37 Q1587.47 1124.24 1589.92 1123.66 Q1592.38 1123.08 1594.41 1123.08 Q1599.78 1123.08 1602.98 1125.76 Q1606.17 1128.45 1606.17 1132.94 Q1606.17 1135.07 1605.36 1136.99 Q1604.58 1138.89 1602.47 1141.48 Q1601.89 1142.15 1598.79 1145.37 Q1595.69 1148.56 1590.04 1154.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1734.17 1127.78 L1722.37 1146.23 L1734.17 1146.23 L1734.17 1127.78 M1732.95 1123.7 L1738.83 1123.7 L1738.83 1146.23 L1743.76 1146.23 L1743.76 1150.11 L1738.83 1150.11 L1738.83 1158.26 L1734.17 1158.26 L1734.17 1150.11 L1718.57 1150.11 L1718.57 1145.6 L1732.95 1123.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M996.557 1092.35 L1009.03 1092.35 L1009.03 1096.15 L996.557 1096.15 L996.557 1092.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1014.91 1103.3 L1022.55 1103.3 L1022.55 1076.94 L1014.24 1078.6 L1014.24 1074.34 L1022.51 1072.68 L1027.18 1072.68 L1027.18 1103.3 L1034.82 1103.3 L1034.82 1107.24 L1014.91 1107.24 L1014.91 1103.3 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1039.89 1101.36 L1044.77 1101.36 L1044.77 1107.24 L1039.89 1107.24 L1039.89 1101.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1059.84 1075.76 Q1056.23 1075.76 1054.4 1079.32 Q1052.6 1082.86 1052.6 1089.99 Q1052.6 1097.1 1054.4 1100.66 Q1056.23 1104.2 1059.84 1104.2 Q1063.48 1104.2 1065.28 1100.66 Q1067.11 1097.1 1067.11 1089.99 Q1067.11 1082.86 1065.28 1079.32 Q1063.48 1075.76 1059.84 1075.76 M1059.84 1072.05 Q1065.65 1072.05 1068.71 1076.66 Q1071.79 1081.24 1071.79 1089.99 Q1071.79 1098.72 1068.71 1103.32 Q1065.65 1107.91 1059.84 1107.91 Q1054.03 1107.91 1050.95 1103.32 Q1047.9 1098.72 1047.9 1089.99 Q1047.9 1081.24 1050.95 1076.66 Q1054.03 1072.05 1059.84 1072.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M996.325 984.863 L1008.8 984.863 L1008.8 988.659 L996.325 988.659 L996.325 984.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1023.87 968.266 Q1020.26 968.266 1018.43 971.831 Q1016.63 975.373 1016.63 982.502 Q1016.63 989.609 1018.43 993.173 Q1020.26 996.715 1023.87 996.715 Q1027.51 996.715 1029.31 993.173 Q1031.14 989.609 1031.14 982.502 Q1031.14 975.373 1029.31 971.831 Q1027.51 968.266 1023.87 968.266 M1023.87 964.562 Q1029.68 964.562 1032.74 969.169 Q1035.82 973.752 1035.82 982.502 Q1035.82 991.229 1032.74 995.835 Q1029.68 1000.42 1023.87 1000.42 Q1018.06 1000.42 1014.98 995.835 Q1011.93 991.229 1011.93 982.502 Q1011.93 973.752 1014.98 969.169 Q1018.06 964.562 1023.87 964.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1040.89 993.868 L1045.77 993.868 L1045.77 999.747 L1040.89 999.747 L1040.89 993.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1050.89 965.187 L1069.24 965.187 L1069.24 969.123 L1055.17 969.123 L1055.17 977.595 Q1056.19 977.248 1057.2 977.085 Q1058.22 976.9 1059.24 976.9 Q1065.03 976.9 1068.41 980.072 Q1071.79 983.243 1071.79 988.659 Q1071.79 994.238 1068.32 997.34 Q1064.84 1000.42 1058.52 1000.42 Q1056.35 1000.42 1054.08 1000.05 Q1051.83 999.678 1049.43 998.937 L1049.43 994.238 Q1051.51 995.372 1053.73 995.928 Q1055.95 996.484 1058.43 996.484 Q1062.44 996.484 1064.77 994.377 Q1067.11 992.271 1067.11 988.659 Q1067.11 985.048 1064.77 982.942 Q1062.44 980.835 1058.43 980.835 Q1056.56 980.835 1054.68 981.252 Q1052.83 981.669 1050.89 982.548 L1050.89 965.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1022.88 860.777 Q1019.27 860.777 1017.44 864.341 Q1015.63 867.883 1015.63 875.013 Q1015.63 882.119 1017.44 885.684 Q1019.27 889.226 1022.88 889.226 Q1026.51 889.226 1028.32 885.684 Q1030.14 882.119 1030.14 875.013 Q1030.14 867.883 1028.32 864.341 Q1026.51 860.777 1022.88 860.777 M1022.88 857.073 Q1028.69 857.073 1031.74 861.679 Q1034.82 866.263 1034.82 875.013 Q1034.82 883.74 1031.74 888.346 Q1028.69 892.929 1022.88 892.929 Q1017.07 892.929 1013.99 888.346 Q1010.93 883.74 1010.93 875.013 Q1010.93 866.263 1013.99 861.679 Q1017.07 857.073 1022.88 857.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1039.89 886.378 L1044.77 886.378 L1044.77 892.258 L1039.89 892.258 L1039.89 886.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1059.84 860.777 Q1056.23 860.777 1054.4 864.341 Q1052.6 867.883 1052.6 875.013 Q1052.6 882.119 1054.4 885.684 Q1056.23 889.226 1059.84 889.226 Q1063.48 889.226 1065.28 885.684 Q1067.11 882.119 1067.11 875.013 Q1067.11 867.883 1065.28 864.341 Q1063.48 860.777 1059.84 860.777 M1059.84 857.073 Q1065.65 857.073 1068.71 861.679 Q1071.79 866.263 1071.79 875.013 Q1071.79 883.74 1068.71 888.346 Q1065.65 892.929 1059.84 892.929 Q1054.03 892.929 1050.95 888.346 Q1047.9 883.74 1047.9 875.013 Q1047.9 866.263 1050.95 861.679 Q1054.03 857.073 1059.84 857.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1023.87 753.287 Q1020.26 753.287 1018.43 756.852 Q1016.63 760.394 1016.63 767.523 Q1016.63 774.63 1018.43 778.195 Q1020.26 781.736 1023.87 781.736 Q1027.51 781.736 1029.31 778.195 Q1031.14 774.63 1031.14 767.523 Q1031.14 760.394 1029.31 756.852 Q1027.51 753.287 1023.87 753.287 M1023.87 749.584 Q1029.68 749.584 1032.74 754.19 Q1035.82 758.773 1035.82 767.523 Q1035.82 776.25 1032.74 780.857 Q1029.68 785.44 1023.87 785.44 Q1018.06 785.44 1014.98 780.857 Q1011.93 776.25 1011.93 767.523 Q1011.93 758.773 1014.98 754.19 Q1018.06 749.584 1023.87 749.584 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1040.89 778.889 L1045.77 778.889 L1045.77 784.769 L1040.89 784.769 L1040.89 778.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1050.89 750.209 L1069.24 750.209 L1069.24 754.144 L1055.17 754.144 L1055.17 762.616 Q1056.19 762.269 1057.2 762.107 Q1058.22 761.922 1059.24 761.922 Q1065.03 761.922 1068.41 765.093 Q1071.79 768.264 1071.79 773.681 Q1071.79 779.259 1068.32 782.361 Q1064.84 785.44 1058.52 785.44 Q1056.35 785.44 1054.08 785.07 Q1051.83 784.699 1049.43 783.958 L1049.43 779.259 Q1051.51 780.394 1053.73 780.949 Q1055.95 781.505 1058.43 781.505 Q1062.44 781.505 1064.77 779.398 Q1067.11 777.292 1067.11 773.681 Q1067.11 770.07 1064.77 767.963 Q1062.44 765.857 1058.43 765.857 Q1056.56 765.857 1054.68 766.273 Q1052.83 766.69 1050.89 767.57 L1050.89 750.209 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1014.91 673.344 L1022.55 673.344 L1022.55 646.978 L1014.24 648.645 L1014.24 644.386 L1022.51 642.719 L1027.18 642.719 L1027.18 673.344 L1034.82 673.344 L1034.82 677.279 L1014.91 677.279 L1014.91 673.344 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1039.89 671.4 L1044.77 671.4 L1044.77 677.279 L1039.89 677.279 L1039.89 671.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1059.84 645.798 Q1056.23 645.798 1054.4 649.363 Q1052.6 652.904 1052.6 660.034 Q1052.6 667.14 1054.4 670.705 Q1056.23 674.247 1059.84 674.247 Q1063.48 674.247 1065.28 670.705 Q1067.11 667.14 1067.11 660.034 Q1067.11 652.904 1065.28 649.363 Q1063.48 645.798 1059.84 645.798 M1059.84 642.094 Q1065.65 642.094 1068.71 646.701 Q1071.79 651.284 1071.79 660.034 Q1071.79 668.761 1068.71 673.367 Q1065.65 677.951 1059.84 677.951 Q1054.03 677.951 1050.95 673.367 Q1047.9 668.761 1047.9 660.034 Q1047.9 651.284 1050.95 646.701 Q1054.03 642.094 1059.84 642.094 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip266)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1120.16,668.83 1121.81,667.402 1123.47,666.099 1125.13,664.92 1126.79,663.866 1134.45,660.638 1142.11,660.137 1149.77,662.371 1157.44,667.31 1165.1,674.893 \n 1172.76,685.022 1180.43,697.568 1188.09,712.373 1197.3,732.886 1206.51,756.011 1215.72,781.322 1224.93,808.354 1240.5,856.579 1256.08,905.767 1273,957.289 \n 1289.92,1003.73 1297.71,1022.61 1305.51,1039.55 1313.31,1054.32 1321.11,1066.72 1329.47,1077.21 1337.83,1084.64 1346.19,1088.89 1354.55,1089.9 1364.24,1087 \n 1373.93,1079.79 1383.61,1068.42 1393.3,1053.12 1401.91,1036.47 1410.52,1017.22 1419.13,995.698 1427.73,972.233 1442.83,927.553 1457.93,880.282 1474.39,828.528 \n 1490.85,779.491 1499.13,756.77 1507.41,735.804 1515.69,716.906 1523.97,700.355 1533.12,685.085 1542.28,673.261 1551.43,665.099 1560.58,660.747 1569.29,660.216 \n 1578,663.214 1586.71,669.693 1595.42,679.546 1604.48,693.194 1613.53,710.072 1622.59,729.88 1631.65,752.266 1646.89,794.656 1662.14,841.079 1680.75,899.824 \n 1699.37,956.713 1708.12,981.588 1716.86,1004.69 1725.61,1025.65 1734.36,1044.11 1741.37,1056.88 1748.38,1067.72 1755.39,1076.51 1762.39,1083.15 1769.4,1087.57 \n 1776.41,1089.73 1783.42,1089.6 1790.43,1087.19 1792.58,1085.99 1794.74,1084.58 1796.9,1082.96 1799.06,1081.13 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"\nM1619.34 783.389 L1795.43 783.389 L1795.43 662.429 L1619.34 662.429 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 1619.34,783.389 1795.43,783.389 1795.43,662.429 1619.34,662.429 1619.34,783.389 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1627.34,722.909 1675.31,722.909 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M1701.73 715.027 L1701.73 719.055 Q1699.93 718.129 1697.98 717.666 Q1696.04 717.203 1693.96 717.203 Q1690.79 717.203 1689.19 718.175 Q1687.61 719.147 1687.61 721.092 Q1687.61 722.573 1688.75 723.43 Q1689.88 724.263 1693.31 725.027 L1694.77 725.351 Q1699.3 726.323 1701.2 728.106 Q1703.12 729.865 1703.12 733.036 Q1703.12 736.647 1700.25 738.754 Q1697.41 740.86 1692.41 740.86 Q1690.32 740.86 1688.05 740.444 Q1685.81 740.05 1683.31 739.24 L1683.31 734.842 Q1685.67 736.069 1687.96 736.694 Q1690.25 737.295 1692.5 737.295 Q1695.51 737.295 1697.13 736.277 Q1698.75 735.235 1698.75 733.36 Q1698.75 731.624 1697.57 730.698 Q1696.41 729.772 1692.45 728.916 L1690.97 728.569 Q1687.01 727.735 1685.25 726.022 Q1683.49 724.286 1683.49 721.277 Q1683.49 717.62 1686.09 715.629 Q1688.68 713.638 1693.45 713.638 Q1695.81 713.638 1697.89 713.985 Q1699.98 714.333 1701.73 715.027 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1707.59 714.263 L1711.85 714.263 L1711.85 740.189 L1707.59 740.189 L1707.59 714.263 M1707.59 704.171 L1711.85 704.171 L1711.85 709.564 L1707.59 709.564 L1707.59 704.171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1737.87 724.541 L1737.87 740.189 L1733.61 740.189 L1733.61 724.68 Q1733.61 720.999 1732.17 719.171 Q1730.74 717.342 1727.87 717.342 Q1724.42 717.342 1722.43 719.541 Q1720.44 721.74 1720.44 725.536 L1720.44 740.189 L1716.16 740.189 L1716.16 714.263 L1720.44 714.263 L1720.44 718.291 Q1721.97 715.953 1724.03 714.796 Q1726.11 713.638 1728.82 713.638 Q1733.29 713.638 1735.58 716.416 Q1737.87 719.171 1737.87 724.541 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1778.96 714.263 L1769.58 726.879 L1779.44 740.189 L1774.42 740.189 L1766.87 730.004 L1759.33 740.189 L1754.3 740.189 L1764.37 726.624 L1755.16 714.263 L1760.18 714.263 L1767.06 723.499 L1773.93 714.263 L1778.96 714.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"\nM2033.12 1102.79 L2752.76 1102.79 L2752.76 647.244 L2033.12 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip267\">\n <rect x=\"2033\" y=\"647\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2121.38,1102.79 2121.38,647.244 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2257.16,1102.79 2257.16,647.244 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2392.94,1102.79 2392.94,647.244 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2528.72,1102.79 2528.72,647.244 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2664.5,1102.79 2664.5,647.244 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,1089.96 2752.76,1089.96 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,982.467 2752.76,982.467 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,874.978 2752.76,874.978 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,767.489 2752.76,767.489 \n \"/>\n<polyline clip-path=\"url(#clip267)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2033.12,659.999 2752.76,659.999 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,1102.79 2752.76,1102.79 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,1102.79 2033.12,647.244 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2121.38,1102.79 2121.38,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2257.16,1102.79 2257.16,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2392.94,1102.79 2392.94,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2528.72,1102.79 2528.72,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2664.5,1102.79 2664.5,1097.32 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,1089.96 2041.76,1089.96 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,982.467 2041.76,982.467 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,874.978 2041.76,874.978 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,767.489 2041.76,767.489 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2033.12,659.999 2041.76,659.999 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M2101.39 1143.38 L2113.87 1143.38 L2113.87 1147.17 L2101.39 1147.17 L2101.39 1143.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2131.78 1127.78 L2119.98 1146.23 L2131.78 1146.23 L2131.78 1127.78 M2130.56 1123.7 L2136.44 1123.7 L2136.44 1146.23 L2141.37 1146.23 L2141.37 1150.11 L2136.44 1150.11 L2136.44 1158.26 L2131.78 1158.26 L2131.78 1150.11 L2116.18 1150.11 L2116.18 1145.6 L2130.56 1123.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2238.21 1143.38 L2250.69 1143.38 L2250.69 1147.17 L2238.21 1147.17 L2238.21 1143.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2259.79 1154.33 L2276.11 1154.33 L2276.11 1158.26 L2254.16 1158.26 L2254.16 1154.33 Q2256.82 1151.57 2261.41 1146.94 Q2266.01 1142.29 2267.19 1140.95 Q2269.44 1138.42 2270.32 1136.69 Q2271.22 1134.93 2271.22 1133.24 Q2271.22 1130.49 2269.28 1128.75 Q2267.36 1127.01 2264.25 1127.01 Q2262.05 1127.01 2259.6 1127.78 Q2257.17 1128.54 2254.39 1130.09 L2254.39 1125.37 Q2257.22 1124.24 2259.67 1123.66 Q2262.12 1123.08 2264.16 1123.08 Q2269.53 1123.08 2272.73 1125.76 Q2275.92 1128.45 2275.92 1132.94 Q2275.92 1135.07 2275.11 1136.99 Q2274.32 1138.89 2272.22 1141.48 Q2271.64 1142.15 2268.54 1145.37 Q2265.43 1148.56 2259.79 1154.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2392.94 1126.78 Q2389.33 1126.78 2387.5 1130.35 Q2385.69 1133.89 2385.69 1141.02 Q2385.69 1148.12 2387.5 1151.69 Q2389.33 1155.23 2392.94 1155.23 Q2396.57 1155.23 2398.38 1151.69 Q2400.21 1148.12 2400.21 1141.02 Q2400.21 1133.89 2398.38 1130.35 Q2396.57 1126.78 2392.94 1126.78 M2392.94 1123.08 Q2398.75 1123.08 2401.8 1127.68 Q2404.88 1132.27 2404.88 1141.02 Q2404.88 1149.74 2401.8 1154.35 Q2398.75 1158.93 2392.94 1158.93 Q2387.13 1158.93 2384.05 1154.35 Q2380.99 1149.74 2380.99 1141.02 Q2380.99 1132.27 2384.05 1127.68 Q2387.13 1123.08 2392.94 1123.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2523.37 1154.33 L2539.69 1154.33 L2539.69 1158.26 L2517.75 1158.26 L2517.75 1154.33 Q2520.41 1151.57 2524.99 1146.94 Q2529.6 1142.29 2530.78 1140.95 Q2533.02 1138.42 2533.9 1136.69 Q2534.81 1134.93 2534.81 1133.24 Q2534.81 1130.49 2532.86 1128.75 Q2530.94 1127.01 2527.84 1127.01 Q2525.64 1127.01 2523.19 1127.78 Q2520.76 1128.54 2517.98 1130.09 L2517.98 1125.37 Q2520.8 1124.24 2523.26 1123.66 Q2525.71 1123.08 2527.75 1123.08 Q2533.12 1123.08 2536.31 1125.76 Q2539.51 1128.45 2539.51 1132.94 Q2539.51 1135.07 2538.7 1136.99 Q2537.91 1138.89 2535.8 1141.48 Q2535.22 1142.15 2532.12 1145.37 Q2529.02 1148.56 2523.37 1154.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2667.51 1127.78 L2655.7 1146.23 L2667.51 1146.23 L2667.51 1127.78 M2666.28 1123.7 L2672.16 1123.7 L2672.16 1146.23 L2677.09 1146.23 L2677.09 1150.11 L2672.16 1150.11 L2672.16 1158.26 L2667.51 1158.26 L2667.51 1150.11 L2651.91 1150.11 L2651.91 1145.6 L2666.28 1123.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1929.89 1092.35 L1942.37 1092.35 L1942.37 1096.15 L1929.89 1096.15 L1929.89 1092.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1948.25 1103.3 L1955.89 1103.3 L1955.89 1076.94 L1947.58 1078.6 L1947.58 1074.34 L1955.84 1072.68 L1960.52 1072.68 L1960.52 1103.3 L1968.15 1103.3 L1968.15 1107.24 L1948.25 1107.24 L1948.25 1103.3 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1973.22 1101.36 L1978.11 1101.36 L1978.11 1107.24 L1973.22 1107.24 L1973.22 1101.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1993.18 1075.76 Q1989.57 1075.76 1987.74 1079.32 Q1985.93 1082.86 1985.93 1089.99 Q1985.93 1097.1 1987.74 1100.66 Q1989.57 1104.2 1993.18 1104.2 Q1996.81 1104.2 1998.62 1100.66 Q2000.45 1097.1 2000.45 1089.99 Q2000.45 1082.86 1998.62 1079.32 Q1996.81 1075.76 1993.18 1075.76 M1993.18 1072.05 Q1998.99 1072.05 2002.04 1076.66 Q2005.12 1081.24 2005.12 1089.99 Q2005.12 1098.72 2002.04 1103.32 Q1998.99 1107.91 1993.18 1107.91 Q1987.37 1107.91 1984.29 1103.32 Q1981.23 1098.72 1981.23 1089.99 Q1981.23 1081.24 1984.29 1076.66 Q1987.37 1072.05 1993.18 1072.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1929.66 984.863 L1942.14 984.863 L1942.14 988.659 L1929.66 988.659 L1929.66 984.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1957.2 968.266 Q1953.59 968.266 1951.77 971.831 Q1949.96 975.373 1949.96 982.502 Q1949.96 989.609 1951.77 993.173 Q1953.59 996.715 1957.2 996.715 Q1960.84 996.715 1962.64 993.173 Q1964.47 989.609 1964.47 982.502 Q1964.47 975.373 1962.64 971.831 Q1960.84 968.266 1957.2 968.266 M1957.2 964.562 Q1963.02 964.562 1966.07 969.169 Q1969.15 973.752 1969.15 982.502 Q1969.15 991.229 1966.07 995.835 Q1963.02 1000.42 1957.2 1000.42 Q1951.39 1000.42 1948.32 995.835 Q1945.26 991.229 1945.26 982.502 Q1945.26 973.752 1948.32 969.169 Q1951.39 964.562 1957.2 964.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1974.22 993.868 L1979.1 993.868 L1979.1 999.747 L1974.22 999.747 L1974.22 993.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1984.22 965.187 L2002.58 965.187 L2002.58 969.123 L1988.5 969.123 L1988.5 977.595 Q1989.52 977.248 1990.54 977.085 Q1991.56 976.9 1992.58 976.9 Q1998.36 976.9 2001.74 980.072 Q2005.12 983.243 2005.12 988.659 Q2005.12 994.238 2001.65 997.34 Q1998.18 1000.42 1991.86 1000.42 Q1989.68 1000.42 1987.41 1000.05 Q1985.17 999.678 1982.76 998.937 L1982.76 994.238 Q1984.84 995.372 1987.07 995.928 Q1989.29 996.484 1991.76 996.484 Q1995.77 996.484 1998.11 994.377 Q2000.45 992.271 2000.45 988.659 Q2000.45 985.048 1998.11 982.942 Q1995.77 980.835 1991.76 980.835 Q1989.89 980.835 1988.01 981.252 Q1986.16 981.669 1984.22 982.548 L1984.22 965.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1956.21 860.777 Q1952.6 860.777 1950.77 864.341 Q1948.96 867.883 1948.96 875.013 Q1948.96 882.119 1950.77 885.684 Q1952.6 889.226 1956.21 889.226 Q1959.84 889.226 1961.65 885.684 Q1963.48 882.119 1963.48 875.013 Q1963.48 867.883 1961.65 864.341 Q1959.84 860.777 1956.21 860.777 M1956.21 857.073 Q1962.02 857.073 1965.08 861.679 Q1968.15 866.263 1968.15 875.013 Q1968.15 883.74 1965.08 888.346 Q1962.02 892.929 1956.21 892.929 Q1950.4 892.929 1947.32 888.346 Q1944.27 883.74 1944.27 875.013 Q1944.27 866.263 1947.32 861.679 Q1950.4 857.073 1956.21 857.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1973.22 886.378 L1978.11 886.378 L1978.11 892.258 L1973.22 892.258 L1973.22 886.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1993.18 860.777 Q1989.57 860.777 1987.74 864.341 Q1985.93 867.883 1985.93 875.013 Q1985.93 882.119 1987.74 885.684 Q1989.57 889.226 1993.18 889.226 Q1996.81 889.226 1998.62 885.684 Q2000.45 882.119 2000.45 875.013 Q2000.45 867.883 1998.62 864.341 Q1996.81 860.777 1993.18 860.777 M1993.18 857.073 Q1998.99 857.073 2002.04 861.679 Q2005.12 866.263 2005.12 875.013 Q2005.12 883.74 2002.04 888.346 Q1998.99 892.929 1993.18 892.929 Q1987.37 892.929 1984.29 888.346 Q1981.23 883.74 1981.23 875.013 Q1981.23 866.263 1984.29 861.679 Q1987.37 857.073 1993.18 857.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1957.2 753.287 Q1953.59 753.287 1951.77 756.852 Q1949.96 760.394 1949.96 767.523 Q1949.96 774.63 1951.77 778.195 Q1953.59 781.736 1957.2 781.736 Q1960.84 781.736 1962.64 778.195 Q1964.47 774.63 1964.47 767.523 Q1964.47 760.394 1962.64 756.852 Q1960.84 753.287 1957.2 753.287 M1957.2 749.584 Q1963.02 749.584 1966.07 754.19 Q1969.15 758.773 1969.15 767.523 Q1969.15 776.25 1966.07 780.857 Q1963.02 785.44 1957.2 785.44 Q1951.39 785.44 1948.32 780.857 Q1945.26 776.25 1945.26 767.523 Q1945.26 758.773 1948.32 754.19 Q1951.39 749.584 1957.2 749.584 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1974.22 778.889 L1979.1 778.889 L1979.1 784.769 L1974.22 784.769 L1974.22 778.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1984.22 750.209 L2002.58 750.209 L2002.58 754.144 L1988.5 754.144 L1988.5 762.616 Q1989.52 762.269 1990.54 762.107 Q1991.56 761.922 1992.58 761.922 Q1998.36 761.922 2001.74 765.093 Q2005.12 768.264 2005.12 773.681 Q2005.12 779.259 2001.65 782.361 Q1998.18 785.44 1991.86 785.44 Q1989.68 785.44 1987.41 785.07 Q1985.17 784.699 1982.76 783.958 L1982.76 779.259 Q1984.84 780.394 1987.07 780.949 Q1989.29 781.505 1991.76 781.505 Q1995.77 781.505 1998.11 779.398 Q2000.45 777.292 2000.45 773.681 Q2000.45 770.07 1998.11 767.963 Q1995.77 765.857 1991.76 765.857 Q1989.89 765.857 1988.01 766.273 Q1986.16 766.69 1984.22 767.57 L1984.22 750.209 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1948.25 673.344 L1955.89 673.344 L1955.89 646.978 L1947.58 648.645 L1947.58 644.386 L1955.84 642.719 L1960.52 642.719 L1960.52 673.344 L1968.15 673.344 L1968.15 677.279 L1948.25 677.279 L1948.25 673.344 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1973.22 671.4 L1978.11 671.4 L1978.11 677.279 L1973.22 677.279 L1973.22 671.4 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1993.18 645.798 Q1989.57 645.798 1987.74 649.363 Q1985.93 652.904 1985.93 660.034 Q1985.93 667.14 1987.74 670.705 Q1989.57 674.247 1993.18 674.247 Q1996.81 674.247 1998.62 670.705 Q2000.45 667.14 2000.45 660.034 Q2000.45 652.904 1998.62 649.363 Q1996.81 645.798 1993.18 645.798 M1993.18 642.094 Q1998.99 642.094 2002.04 646.701 Q2005.12 651.284 2005.12 660.034 Q2005.12 668.761 2002.04 673.367 Q1998.99 677.951 1993.18 677.951 Q1987.37 677.951 1984.29 673.367 Q1981.23 668.761 1981.23 660.034 Q1981.23 651.284 1984.29 646.701 Q1987.37 642.094 1993.18 642.094 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip267)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2053.49,668.83 2055.15,667.402 2056.8,666.099 2058.46,664.92 2060.12,663.866 2067.78,660.638 2075.44,660.137 2083.11,662.371 2090.77,667.31 2098.43,674.893 \n 2106.1,685.022 2113.76,697.568 2121.42,712.373 2130.63,732.886 2139.84,756.011 2149.05,781.322 2158.26,808.354 2173.84,856.579 2189.41,905.767 2206.33,957.289 \n 2223.25,1003.73 2231.05,1022.61 2238.85,1039.55 2246.64,1054.32 2254.44,1066.72 2262.8,1077.21 2271.16,1084.64 2279.53,1088.89 2287.89,1089.9 2297.57,1087 \n 2307.26,1079.79 2316.95,1068.42 2326.63,1053.12 2335.24,1036.47 2343.85,1017.22 2352.46,995.698 2361.07,972.233 2376.17,927.553 2391.26,880.282 2407.72,828.528 \n 2424.18,779.491 2432.46,756.77 2440.74,735.804 2449.02,716.906 2457.3,700.355 2466.46,685.085 2475.61,673.261 2484.76,665.099 2493.92,660.747 2502.63,660.216 \n 2511.34,663.214 2520.05,669.693 2528.76,679.546 2537.81,693.194 2546.87,710.072 2555.92,729.88 2564.98,752.266 2580.23,794.656 2595.47,841.079 2614.09,899.824 \n 2632.7,956.713 2641.45,981.588 2650.2,1004.69 2658.95,1025.65 2667.7,1044.11 2674.7,1056.88 2681.71,1067.72 2688.72,1076.51 2695.73,1083.15 2702.74,1087.57 \n 2709.74,1089.73 2716.75,1089.6 2723.76,1087.19 2725.92,1085.99 2728.07,1084.58 2730.23,1082.96 2732.39,1081.13 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"\nM2552.67 783.389 L2728.77 783.389 L2728.77 662.429 L2552.67 662.429 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2552.67,783.389 2728.77,783.389 2728.77,662.429 2552.67,662.429 2552.67,783.389 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2560.67,722.909 2608.65,722.909 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M2635.07 715.027 L2635.07 719.055 Q2633.26 718.129 2631.32 717.666 Q2629.37 717.203 2627.29 717.203 Q2624.12 717.203 2622.52 718.175 Q2620.95 719.147 2620.95 721.092 Q2620.95 722.573 2622.08 723.43 Q2623.22 724.263 2626.64 725.027 L2628.1 725.351 Q2632.64 726.323 2634.54 728.106 Q2636.46 729.865 2636.46 733.036 Q2636.46 736.647 2633.59 738.754 Q2630.74 740.86 2625.74 740.86 Q2623.66 740.86 2621.39 740.444 Q2619.14 740.05 2616.64 739.24 L2616.64 734.842 Q2619 736.069 2621.3 736.694 Q2623.59 737.295 2625.83 737.295 Q2628.84 737.295 2630.46 736.277 Q2632.08 735.235 2632.08 733.36 Q2632.08 731.624 2630.9 730.698 Q2629.74 729.772 2625.79 728.916 L2624.3 728.569 Q2620.35 727.735 2618.59 726.022 Q2616.83 724.286 2616.83 721.277 Q2616.83 717.62 2619.42 715.629 Q2622.01 713.638 2626.78 713.638 Q2629.14 713.638 2631.23 713.985 Q2633.31 714.333 2635.07 715.027 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2640.92 714.263 L2645.18 714.263 L2645.18 740.189 L2640.92 740.189 L2640.92 714.263 M2640.92 704.171 L2645.18 704.171 L2645.18 709.564 L2640.92 709.564 L2640.92 704.171 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2671.2 724.541 L2671.2 740.189 L2666.94 740.189 L2666.94 724.68 Q2666.94 720.999 2665.51 719.171 Q2664.07 717.342 2661.2 717.342 Q2657.75 717.342 2655.76 719.541 Q2653.77 721.74 2653.77 725.536 L2653.77 740.189 L2649.49 740.189 L2649.49 714.263 L2653.77 714.263 L2653.77 718.291 Q2655.3 715.953 2657.36 714.796 Q2659.44 713.638 2662.15 713.638 Q2666.62 713.638 2668.91 716.416 Q2671.2 719.171 2671.2 724.541 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M2712.29 714.263 L2702.92 726.879 L2712.78 740.189 L2707.75 740.189 L2700.21 730.004 L2692.66 740.189 L2687.64 740.189 L2697.71 726.624 L2688.49 714.263 L2693.52 714.263 L2700.39 723.499 L2707.27 714.263 L2712.29 714.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150))\nP2 = deepcopy(P1)\nplot(P1, P2, size=(280, 150))",
"execution_count": 10,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 10,
"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=\"280\" height=\"150\" viewBox=\"0 0 1120 600\">\n<defs>\n <clipPath id=\"clip300\">\n <rect x=\"0\" y=\"0\" width=\"1120\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip300)\" d=\"\nM0 600 L1120 600 L1120 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip301\">\n <rect x=\"224\" y=\"0\" width=\"785\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip300)\" d=\"\nM149.655 503.236 L512.756 503.236 L512.756 47.2441 L149.655 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip302\">\n <rect x=\"149\" y=\"47\" width=\"364\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 194.186,503.236 194.186,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 262.696,503.236 262.696,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 331.205,503.236 331.205,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 399.715,503.236 399.715,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 468.225,503.236 468.225,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,490.39 512.756,490.39 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,382.795 512.756,382.795 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,275.201 512.756,275.201 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,167.606 512.756,167.606 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,60.0117 512.756,60.0117 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 512.756,503.236 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 149.655,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 194.186,503.236 194.186,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 262.696,503.236 262.696,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 331.205,503.236 331.205,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 399.715,503.236 399.715,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 468.225,503.236 468.225,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,490.39 154.012,490.39 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,382.795 154.012,382.795 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,275.201 154.012,275.201 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,167.606 154.012,167.606 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,60.0117 154.012,60.0117 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"M 0 0 M174.198 535.424 L186.674 535.424 L186.674 539.221 L174.198 539.221 L174.198 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M204.591 519.822 L192.786 538.271 L204.591 538.271 L204.591 519.822 M203.364 515.748 L209.244 515.748 L209.244 538.271 L214.174 538.271 L214.174 542.16 L209.244 542.16 L209.244 550.308 L204.591 550.308 L204.591 542.16 L188.989 542.16 L188.989 537.646 L203.364 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M243.749 535.424 L256.226 535.424 L256.226 539.221 L243.749 539.221 L243.749 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M265.323 546.373 L281.642 546.373 L281.642 550.308 L259.698 550.308 L259.698 546.373 Q262.36 543.619 266.943 538.989 Q271.55 534.336 272.73 532.994 Q274.976 530.471 275.855 528.734 Q276.758 526.975 276.758 525.285 Q276.758 522.531 274.814 520.795 Q272.892 519.059 269.791 519.059 Q267.591 519.059 265.138 519.822 Q262.707 520.586 259.929 522.137 L259.929 517.415 Q262.754 516.281 265.207 515.702 Q267.661 515.123 269.698 515.123 Q275.068 515.123 278.263 517.809 Q281.457 520.494 281.457 524.985 Q281.457 527.114 280.647 529.035 Q279.86 530.934 277.753 533.526 Q277.175 534.197 274.073 537.415 Q270.971 540.609 265.323 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M331.205 518.827 Q327.594 518.827 325.766 522.392 Q323.96 525.934 323.96 533.063 Q323.96 540.17 325.766 543.734 Q327.594 547.276 331.205 547.276 Q334.84 547.276 336.645 543.734 Q338.474 540.17 338.474 533.063 Q338.474 525.934 336.645 522.392 Q334.84 518.827 331.205 518.827 M331.205 515.123 Q337.015 515.123 340.071 519.73 Q343.15 524.313 343.15 533.063 Q343.15 541.79 340.071 546.396 Q337.015 550.98 331.205 550.98 Q325.395 550.98 322.316 546.396 Q319.261 541.79 319.261 533.063 Q319.261 524.313 322.316 519.73 Q325.395 515.123 331.205 515.123 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M394.368 546.373 L410.687 546.373 L410.687 550.308 L388.743 550.308 L388.743 546.373 Q391.405 543.619 395.988 538.989 Q400.595 534.336 401.775 532.994 Q404.02 530.471 404.9 528.734 Q405.803 526.975 405.803 525.285 Q405.803 522.531 403.858 520.795 Q401.937 519.059 398.835 519.059 Q396.636 519.059 394.183 519.822 Q391.752 520.586 388.974 522.137 L388.974 517.415 Q391.798 516.281 394.252 515.702 Q396.706 515.123 398.743 515.123 Q404.113 515.123 407.308 517.809 Q410.502 520.494 410.502 524.985 Q410.502 527.114 409.692 529.035 Q408.905 530.934 406.798 533.526 Q406.22 534.197 403.118 537.415 Q400.016 540.609 394.368 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M471.234 519.822 L459.428 538.271 L471.234 538.271 L471.234 519.822 M470.007 515.748 L475.887 515.748 L475.887 538.271 L480.817 538.271 L480.817 542.16 L475.887 542.16 L475.887 550.308 L471.234 550.308 L471.234 542.16 L455.632 542.16 L455.632 537.646 L470.007 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M63.2236 492.786 L75.7004 492.786 L75.7004 496.582 L63.2236 496.582 L63.2236 492.786 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M81.58 503.735 L89.2188 503.735 L89.2188 477.369 L80.9087 479.036 L80.9087 474.777 L89.1725 473.11 L93.8484 473.11 L93.8484 503.735 L101.487 503.735 L101.487 507.67 L81.58 507.67 L81.58 503.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M106.557 501.79 L111.441 501.79 L111.441 507.67 L106.557 507.67 L106.557 501.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M126.51 476.189 Q122.899 476.189 121.071 479.753 Q119.265 483.295 119.265 490.425 Q119.265 497.531 121.071 501.096 Q122.899 504.638 126.51 504.638 Q130.145 504.638 131.95 501.096 Q133.779 497.531 133.779 490.425 Q133.779 483.295 131.95 479.753 Q130.145 476.189 126.51 476.189 M126.51 472.485 Q132.32 472.485 135.376 477.091 Q138.455 481.675 138.455 490.425 Q138.455 499.151 135.376 503.758 Q132.32 508.341 126.51 508.341 Q120.7 508.341 117.621 503.758 Q114.566 499.151 114.566 490.425 Q114.566 481.675 117.621 477.091 Q120.7 472.485 126.51 472.485 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M62.9921 385.191 L75.4689 385.191 L75.4689 388.987 L62.9921 388.987 L62.9921 385.191 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M90.5383 368.594 Q86.9272 368.594 85.0985 372.159 Q83.2929 375.701 83.2929 382.83 Q83.2929 389.937 85.0985 393.501 Q86.9272 397.043 90.5383 397.043 Q94.1725 397.043 95.9781 393.501 Q97.8068 389.937 97.8068 382.83 Q97.8068 375.701 95.9781 372.159 Q94.1725 368.594 90.5383 368.594 M90.5383 364.89 Q96.3484 364.89 99.404 369.497 Q102.483 374.08 102.483 382.83 Q102.483 391.557 99.404 396.163 Q96.3484 400.747 90.5383 400.747 Q84.7281 400.747 81.6494 396.163 Q78.5939 391.557 78.5939 382.83 Q78.5939 374.08 81.6494 369.497 Q84.7281 364.89 90.5383 364.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M107.552 394.196 L112.436 394.196 L112.436 400.075 L107.552 400.075 L107.552 394.196 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M117.552 365.515 L135.908 365.515 L135.908 369.451 L121.834 369.451 L121.834 377.923 Q122.853 377.576 123.871 377.413 Q124.89 377.228 125.908 377.228 Q131.695 377.228 135.075 380.4 Q138.455 383.571 138.455 388.987 Q138.455 394.566 134.982 397.668 Q131.51 400.747 125.191 400.747 Q123.015 400.747 120.746 400.376 Q118.501 400.006 116.094 399.265 L116.094 394.566 Q118.177 395.7 120.399 396.256 Q122.621 396.812 125.098 396.812 Q129.103 396.812 131.441 394.705 Q133.779 392.599 133.779 388.987 Q133.779 385.376 131.441 383.27 Q129.103 381.163 125.098 381.163 Q123.223 381.163 121.348 381.58 Q119.496 381.997 117.552 382.876 L117.552 365.515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M89.5429 261 Q85.9318 261 84.1031 264.564 Q82.2976 268.106 82.2976 275.236 Q82.2976 282.342 84.1031 285.907 Q85.9318 289.448 89.5429 289.448 Q93.1771 289.448 94.9827 285.907 Q96.8114 282.342 96.8114 275.236 Q96.8114 268.106 94.9827 264.564 Q93.1771 261 89.5429 261 M89.5429 257.296 Q95.3531 257.296 98.4086 261.902 Q101.487 266.486 101.487 275.236 Q101.487 283.962 98.4086 288.569 Q95.3531 293.152 89.5429 293.152 Q83.7328 293.152 80.6541 288.569 Q77.5985 283.962 77.5985 275.236 Q77.5985 266.486 80.6541 261.902 Q83.7328 257.296 89.5429 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M106.557 286.601 L111.441 286.601 L111.441 292.481 L106.557 292.481 L106.557 286.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M126.51 261 Q122.899 261 121.071 264.564 Q119.265 268.106 119.265 275.236 Q119.265 282.342 121.071 285.907 Q122.899 289.448 126.51 289.448 Q130.145 289.448 131.95 285.907 Q133.779 282.342 133.779 275.236 Q133.779 268.106 131.95 264.564 Q130.145 261 126.51 261 M126.51 257.296 Q132.32 257.296 135.376 261.902 Q138.455 266.486 138.455 275.236 Q138.455 283.962 135.376 288.569 Q132.32 293.152 126.51 293.152 Q120.7 293.152 117.621 288.569 Q114.566 283.962 114.566 275.236 Q114.566 266.486 117.621 261.902 Q120.7 257.296 126.51 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M90.5383 153.405 Q86.9272 153.405 85.0985 156.97 Q83.2929 160.511 83.2929 167.641 Q83.2929 174.747 85.0985 178.312 Q86.9272 181.854 90.5383 181.854 Q94.1725 181.854 95.9781 178.312 Q97.8068 174.747 97.8068 167.641 Q97.8068 160.511 95.9781 156.97 Q94.1725 153.405 90.5383 153.405 M90.5383 149.701 Q96.3484 149.701 99.404 154.308 Q102.483 158.891 102.483 167.641 Q102.483 176.368 99.404 180.974 Q96.3484 185.558 90.5383 185.558 Q84.7281 185.558 81.6494 180.974 Q78.5939 176.368 78.5939 167.641 Q78.5939 158.891 81.6494 154.308 Q84.7281 149.701 90.5383 149.701 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M107.552 179.007 L112.436 179.007 L112.436 184.886 L107.552 184.886 L107.552 179.007 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M117.552 150.326 L135.908 150.326 L135.908 154.261 L121.834 154.261 L121.834 162.734 Q122.853 162.386 123.871 162.224 Q124.89 162.039 125.908 162.039 Q131.695 162.039 135.075 165.21 Q138.455 168.382 138.455 173.798 Q138.455 179.377 134.982 182.479 Q131.51 185.558 125.191 185.558 Q123.015 185.558 120.746 185.187 Q118.501 184.817 116.094 184.076 L116.094 179.377 Q118.177 180.511 120.399 181.067 Q122.621 181.622 125.098 181.622 Q129.103 181.622 131.441 179.516 Q133.779 177.409 133.779 173.798 Q133.779 170.187 131.441 168.081 Q129.103 165.974 125.098 165.974 Q123.223 165.974 121.348 166.391 Q119.496 166.808 117.552 167.687 L117.552 150.326 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M81.58 73.3565 L89.2188 73.3565 L89.2188 46.9909 L80.9087 48.6576 L80.9087 44.3984 L89.1725 42.7317 L93.8484 42.7317 L93.8484 73.3565 L101.487 73.3565 L101.487 77.2917 L81.58 77.2917 L81.58 73.3565 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M106.557 71.4121 L111.441 71.4121 L111.441 77.2917 L106.557 77.2917 L106.557 71.4121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M126.51 45.8104 Q122.899 45.8104 121.071 49.3752 Q119.265 52.9168 119.265 60.0464 Q119.265 67.1529 121.071 70.7177 Q122.899 74.2593 126.51 74.2593 Q130.145 74.2593 131.95 70.7177 Q133.779 67.1529 133.779 60.0464 Q133.779 52.9168 131.95 49.3752 Q130.145 45.8104 126.51 45.8104 M126.51 42.1067 Q132.32 42.1067 135.376 46.7132 Q138.455 51.2965 138.455 60.0464 Q138.455 68.7732 135.376 73.3797 Q132.32 77.963 126.51 77.963 Q120.7 77.963 117.621 73.3797 Q114.566 68.7732 114.566 60.0464 Q114.566 51.2965 117.621 46.7132 Q120.7 42.1067 126.51 42.1067 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 159.931,68.8507 160.767,67.4221 161.604,66.1173 162.44,64.9371 163.276,63.8823 167.143,60.6506 171.009,60.1495 174.876,62.3854 178.742,67.3298 182.609,74.9197 \n 186.475,85.0587 190.342,97.6175 194.208,112.436 198.855,132.97 203.503,156.117 208.15,181.453 212.797,208.512 220.655,256.783 228.513,306.02 237.05,357.593 \n 245.586,404.075 249.521,422.978 253.456,439.933 257.391,454.716 261.325,467.134 265.544,477.633 269.763,485.066 273.981,489.32 278.2,490.331 283.087,487.429 \n 287.975,480.213 292.863,468.83 297.75,453.513 302.094,436.847 306.437,417.586 310.781,396.039 315.124,372.551 322.742,327.827 330.36,280.51 338.665,228.706 \n 346.971,179.621 351.148,156.877 355.326,135.891 359.503,116.974 363.681,100.407 368.299,85.1218 372.918,73.2866 377.536,65.1165 382.155,60.76 386.55,60.2283 \n 390.944,63.2298 395.339,69.7151 399.733,79.5778 404.303,93.2393 408.872,110.134 413.441,129.961 418.01,152.369 425.703,194.8 433.396,241.269 442.788,300.071 \n 452.18,357.016 456.594,381.915 461.009,405.045 465.423,426.021 469.837,444.496 473.373,457.283 476.909,468.131 480.446,476.925 483.982,483.572 487.518,488 \n 491.054,490.163 494.59,490.037 498.126,487.624 499.214,486.424 500.303,485.011 501.391,483.386 502.479,481.551 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"\nM364.174 183.404 L500.653 183.404 L500.653 62.4438 L364.174 62.4438 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 364.174,183.404 500.653,183.404 500.653,62.4438 364.174,62.4438 364.174,183.404 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 368.209,122.924 392.415,122.924 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"M 0 0 M414.876 115.042 L414.876 119.07 Q413.07 118.144 411.126 117.681 Q409.181 117.218 407.098 117.218 Q403.927 117.218 402.329 118.19 Q400.755 119.162 400.755 121.107 Q400.755 122.588 401.89 123.445 Q403.024 124.278 406.45 125.042 L407.908 125.366 Q412.445 126.338 414.343 128.121 Q416.265 129.88 416.265 133.051 Q416.265 136.662 413.394 138.769 Q410.547 140.875 405.547 140.875 Q403.464 140.875 401.195 140.458 Q398.95 140.065 396.45 139.255 L396.45 134.857 Q398.811 136.083 401.103 136.708 Q403.394 137.31 405.64 137.31 Q408.649 137.31 410.269 136.292 Q411.89 135.25 411.89 133.375 Q411.89 131.639 410.709 130.713 Q409.552 129.787 405.593 128.931 L404.112 128.584 Q400.154 127.75 398.394 126.037 Q396.635 124.301 396.635 121.292 Q396.635 117.635 399.228 115.644 Q401.82 113.653 406.589 113.653 Q408.95 113.653 411.033 114 Q413.116 114.347 414.876 115.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M420.732 114.278 L424.991 114.278 L424.991 140.204 L420.732 140.204 L420.732 114.278 M420.732 104.186 L424.991 104.186 L424.991 109.579 L420.732 109.579 L420.732 104.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M451.01 124.556 L451.01 140.204 L446.751 140.204 L446.751 124.695 Q446.751 121.014 445.315 119.185 Q443.88 117.357 441.01 117.357 Q437.561 117.357 435.57 119.556 Q433.579 121.755 433.579 125.551 L433.579 140.204 L429.297 140.204 L429.297 114.278 L433.579 114.278 L433.579 118.306 Q435.107 115.968 437.167 114.81 Q439.251 113.653 441.959 113.653 Q446.426 113.653 448.718 116.431 Q451.01 119.185 451.01 124.556 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M492.098 114.278 L482.723 126.894 L492.584 140.204 L487.56 140.204 L480.014 130.019 L472.468 140.204 L467.445 140.204 L477.514 126.639 L468.301 114.278 L473.324 114.278 L480.199 123.514 L487.074 114.278 L492.098 114.278 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"\nM709.655 503.236 L1072.76 503.236 L1072.76 47.2441 L709.655 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip303\">\n <rect x=\"709\" y=\"47\" width=\"364\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 754.186,503.236 754.186,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 822.696,503.236 822.696,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 891.205,503.236 891.205,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 959.715,503.236 959.715,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1028.22,503.236 1028.22,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 709.655,490.39 1072.76,490.39 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 709.655,382.795 1072.76,382.795 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 709.655,275.201 1072.76,275.201 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 709.655,167.606 1072.76,167.606 \n \"/>\n<polyline clip-path=\"url(#clip303)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 709.655,60.0117 1072.76,60.0117 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 709.655,503.236 1072.76,503.236 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 709.655,503.236 709.655,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 754.186,503.236 754.186,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 822.696,503.236 822.696,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 891.205,503.236 891.205,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 959.715,503.236 959.715,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1028.22,503.236 1028.22,497.765 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 709.655,490.39 714.012,490.39 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 709.655,382.795 714.012,382.795 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 709.655,275.201 714.012,275.201 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 709.655,167.606 714.012,167.606 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 709.655,60.0117 714.012,60.0117 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"M 0 0 M734.198 535.424 L746.674 535.424 L746.674 539.221 L734.198 539.221 L734.198 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M764.591 519.822 L752.786 538.271 L764.591 538.271 L764.591 519.822 M763.364 515.748 L769.244 515.748 L769.244 538.271 L774.174 538.271 L774.174 542.16 L769.244 542.16 L769.244 550.308 L764.591 550.308 L764.591 542.16 L748.989 542.16 L748.989 537.646 L763.364 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M803.749 535.424 L816.226 535.424 L816.226 539.221 L803.749 539.221 L803.749 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M825.323 546.373 L841.642 546.373 L841.642 550.308 L819.698 550.308 L819.698 546.373 Q822.36 543.619 826.943 538.989 Q831.55 534.336 832.73 532.994 Q834.976 530.471 835.855 528.734 Q836.758 526.975 836.758 525.285 Q836.758 522.531 834.814 520.795 Q832.892 519.059 829.791 519.059 Q827.591 519.059 825.138 519.822 Q822.707 520.586 819.929 522.137 L819.929 517.415 Q822.754 516.281 825.207 515.702 Q827.661 515.123 829.698 515.123 Q835.068 515.123 838.263 517.809 Q841.457 520.494 841.457 524.985 Q841.457 527.114 840.647 529.035 Q839.86 530.934 837.753 533.526 Q837.175 534.197 834.073 537.415 Q830.971 540.609 825.323 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M891.205 518.827 Q887.594 518.827 885.766 522.392 Q883.96 525.934 883.96 533.063 Q883.96 540.17 885.766 543.734 Q887.594 547.276 891.205 547.276 Q894.84 547.276 896.645 543.734 Q898.474 540.17 898.474 533.063 Q898.474 525.934 896.645 522.392 Q894.84 518.827 891.205 518.827 M891.205 515.123 Q897.015 515.123 900.071 519.73 Q903.15 524.313 903.15 533.063 Q903.15 541.79 900.071 546.396 Q897.015 550.98 891.205 550.98 Q885.395 550.98 882.316 546.396 Q879.261 541.79 879.261 533.063 Q879.261 524.313 882.316 519.73 Q885.395 515.123 891.205 515.123 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M954.368 546.373 L970.687 546.373 L970.687 550.308 L948.743 550.308 L948.743 546.373 Q951.405 543.619 955.988 538.989 Q960.595 534.336 961.775 532.994 Q964.02 530.471 964.9 528.734 Q965.803 526.975 965.803 525.285 Q965.803 522.531 963.858 520.795 Q961.937 519.059 958.835 519.059 Q956.636 519.059 954.183 519.822 Q951.752 520.586 948.974 522.137 L948.974 517.415 Q951.798 516.281 954.252 515.702 Q956.706 515.123 958.743 515.123 Q964.113 515.123 967.308 517.809 Q970.502 520.494 970.502 524.985 Q970.502 527.114 969.692 529.035 Q968.905 530.934 966.798 533.526 Q966.22 534.197 963.118 537.415 Q960.016 540.609 954.368 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1031.23 519.822 L1019.43 538.271 L1031.23 538.271 L1031.23 519.822 M1030.01 515.748 L1035.89 515.748 L1035.89 538.271 L1040.82 538.271 L1040.82 542.16 L1035.89 542.16 L1035.89 550.308 L1031.23 550.308 L1031.23 542.16 L1015.63 542.16 L1015.63 537.646 L1030.01 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M623.224 492.786 L635.7 492.786 L635.7 496.582 L623.224 496.582 L623.224 492.786 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M641.58 503.735 L649.219 503.735 L649.219 477.369 L640.909 479.036 L640.909 474.777 L649.173 473.11 L653.848 473.11 L653.848 503.735 L661.487 503.735 L661.487 507.67 L641.58 507.67 L641.58 503.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M666.557 501.79 L671.441 501.79 L671.441 507.67 L666.557 507.67 L666.557 501.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M686.51 476.189 Q682.899 476.189 681.071 479.753 Q679.265 483.295 679.265 490.425 Q679.265 497.531 681.071 501.096 Q682.899 504.638 686.51 504.638 Q690.145 504.638 691.95 501.096 Q693.779 497.531 693.779 490.425 Q693.779 483.295 691.95 479.753 Q690.145 476.189 686.51 476.189 M686.51 472.485 Q692.32 472.485 695.376 477.091 Q698.455 481.675 698.455 490.425 Q698.455 499.151 695.376 503.758 Q692.32 508.341 686.51 508.341 Q680.7 508.341 677.621 503.758 Q674.566 499.151 674.566 490.425 Q674.566 481.675 677.621 477.091 Q680.7 472.485 686.51 472.485 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M622.992 385.191 L635.469 385.191 L635.469 388.987 L622.992 388.987 L622.992 385.191 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M650.538 368.594 Q646.927 368.594 645.098 372.159 Q643.293 375.701 643.293 382.83 Q643.293 389.937 645.098 393.501 Q646.927 397.043 650.538 397.043 Q654.173 397.043 655.978 393.501 Q657.807 389.937 657.807 382.83 Q657.807 375.701 655.978 372.159 Q654.173 368.594 650.538 368.594 M650.538 364.89 Q656.348 364.89 659.404 369.497 Q662.483 374.08 662.483 382.83 Q662.483 391.557 659.404 396.163 Q656.348 400.747 650.538 400.747 Q644.728 400.747 641.649 396.163 Q638.594 391.557 638.594 382.83 Q638.594 374.08 641.649 369.497 Q644.728 364.89 650.538 364.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M667.552 394.196 L672.436 394.196 L672.436 400.075 L667.552 400.075 L667.552 394.196 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M677.552 365.515 L695.908 365.515 L695.908 369.451 L681.834 369.451 L681.834 377.923 Q682.853 377.576 683.871 377.413 Q684.89 377.228 685.908 377.228 Q691.695 377.228 695.075 380.4 Q698.455 383.571 698.455 388.987 Q698.455 394.566 694.982 397.668 Q691.51 400.747 685.191 400.747 Q683.015 400.747 680.746 400.376 Q678.501 400.006 676.094 399.265 L676.094 394.566 Q678.177 395.7 680.399 396.256 Q682.621 396.812 685.098 396.812 Q689.103 396.812 691.441 394.705 Q693.779 392.599 693.779 388.987 Q693.779 385.376 691.441 383.27 Q689.103 381.163 685.098 381.163 Q683.223 381.163 681.348 381.58 Q679.496 381.997 677.552 382.876 L677.552 365.515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M649.543 261 Q645.932 261 644.103 264.564 Q642.298 268.106 642.298 275.236 Q642.298 282.342 644.103 285.907 Q645.932 289.448 649.543 289.448 Q653.177 289.448 654.983 285.907 Q656.811 282.342 656.811 275.236 Q656.811 268.106 654.983 264.564 Q653.177 261 649.543 261 M649.543 257.296 Q655.353 257.296 658.409 261.902 Q661.487 266.486 661.487 275.236 Q661.487 283.962 658.409 288.569 Q655.353 293.152 649.543 293.152 Q643.733 293.152 640.654 288.569 Q637.599 283.962 637.599 275.236 Q637.599 266.486 640.654 261.902 Q643.733 257.296 649.543 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M666.557 286.601 L671.441 286.601 L671.441 292.481 L666.557 292.481 L666.557 286.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M686.51 261 Q682.899 261 681.071 264.564 Q679.265 268.106 679.265 275.236 Q679.265 282.342 681.071 285.907 Q682.899 289.448 686.51 289.448 Q690.145 289.448 691.95 285.907 Q693.779 282.342 693.779 275.236 Q693.779 268.106 691.95 264.564 Q690.145 261 686.51 261 M686.51 257.296 Q692.32 257.296 695.376 261.902 Q698.455 266.486 698.455 275.236 Q698.455 283.962 695.376 288.569 Q692.32 293.152 686.51 293.152 Q680.7 293.152 677.621 288.569 Q674.566 283.962 674.566 275.236 Q674.566 266.486 677.621 261.902 Q680.7 257.296 686.51 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M650.538 153.405 Q646.927 153.405 645.098 156.97 Q643.293 160.511 643.293 167.641 Q643.293 174.747 645.098 178.312 Q646.927 181.854 650.538 181.854 Q654.173 181.854 655.978 178.312 Q657.807 174.747 657.807 167.641 Q657.807 160.511 655.978 156.97 Q654.173 153.405 650.538 153.405 M650.538 149.701 Q656.348 149.701 659.404 154.308 Q662.483 158.891 662.483 167.641 Q662.483 176.368 659.404 180.974 Q656.348 185.558 650.538 185.558 Q644.728 185.558 641.649 180.974 Q638.594 176.368 638.594 167.641 Q638.594 158.891 641.649 154.308 Q644.728 149.701 650.538 149.701 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M667.552 179.007 L672.436 179.007 L672.436 184.886 L667.552 184.886 L667.552 179.007 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M677.552 150.326 L695.908 150.326 L695.908 154.261 L681.834 154.261 L681.834 162.734 Q682.853 162.386 683.871 162.224 Q684.89 162.039 685.908 162.039 Q691.695 162.039 695.075 165.21 Q698.455 168.382 698.455 173.798 Q698.455 179.377 694.982 182.479 Q691.51 185.558 685.191 185.558 Q683.015 185.558 680.746 185.187 Q678.501 184.817 676.094 184.076 L676.094 179.377 Q678.177 180.511 680.399 181.067 Q682.621 181.622 685.098 181.622 Q689.103 181.622 691.441 179.516 Q693.779 177.409 693.779 173.798 Q693.779 170.187 691.441 168.081 Q689.103 165.974 685.098 165.974 Q683.223 165.974 681.348 166.391 Q679.496 166.808 677.552 167.687 L677.552 150.326 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M641.58 73.3565 L649.219 73.3565 L649.219 46.9909 L640.909 48.6576 L640.909 44.3984 L649.173 42.7317 L653.848 42.7317 L653.848 73.3565 L661.487 73.3565 L661.487 77.2917 L641.58 77.2917 L641.58 73.3565 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M666.557 71.4121 L671.441 71.4121 L671.441 77.2917 L666.557 77.2917 L666.557 71.4121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M686.51 45.8104 Q682.899 45.8104 681.071 49.3752 Q679.265 52.9168 679.265 60.0464 Q679.265 67.1529 681.071 70.7177 Q682.899 74.2593 686.51 74.2593 Q690.145 74.2593 691.95 70.7177 Q693.779 67.1529 693.779 60.0464 Q693.779 52.9168 691.95 49.3752 Q690.145 45.8104 686.51 45.8104 M686.51 42.1067 Q692.32 42.1067 695.376 46.7132 Q698.455 51.2965 698.455 60.0464 Q698.455 68.7732 695.376 73.3797 Q692.32 77.963 686.51 77.963 Q680.7 77.963 677.621 73.3797 Q674.566 68.7732 674.566 60.0464 Q674.566 51.2965 677.621 46.7132 Q680.7 42.1067 686.51 42.1067 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip303)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 719.931,68.8507 720.767,67.4221 721.604,66.1173 722.44,64.9371 723.276,63.8823 727.143,60.6506 731.009,60.1495 734.876,62.3854 738.742,67.3298 742.609,74.9197 \n 746.475,85.0587 750.342,97.6175 754.208,112.436 758.855,132.97 763.503,156.117 768.15,181.453 772.797,208.512 780.655,256.783 788.513,306.02 797.05,357.593 \n 805.586,404.075 809.521,422.978 813.456,439.933 817.391,454.716 821.325,467.134 825.544,477.633 829.763,485.066 833.981,489.32 838.2,490.331 843.087,487.429 \n 847.975,480.213 852.863,468.83 857.75,453.513 862.094,436.847 866.437,417.586 870.781,396.039 875.124,372.551 882.742,327.827 890.36,280.51 898.665,228.706 \n 906.971,179.621 911.148,156.877 915.326,135.891 919.503,116.974 923.681,100.407 928.299,85.1218 932.918,73.2866 937.536,65.1165 942.155,60.76 946.55,60.2283 \n 950.944,63.2298 955.339,69.7151 959.733,79.5778 964.303,93.2393 968.872,110.134 973.441,129.961 978.01,152.369 985.703,194.8 993.396,241.269 1002.79,300.071 \n 1012.18,357.016 1016.59,381.915 1021.01,405.045 1025.42,426.021 1029.84,444.496 1033.37,457.283 1036.91,468.131 1040.45,476.925 1043.98,483.572 1047.52,488 \n 1051.05,490.163 1054.59,490.037 1058.13,487.624 1059.21,486.424 1060.3,485.011 1061.39,483.386 1062.48,481.551 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"\nM924.174 183.404 L1060.65 183.404 L1060.65 62.4438 L924.174 62.4438 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 924.174,183.404 1060.65,183.404 1060.65,62.4438 924.174,62.4438 924.174,183.404 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 928.209,122.924 952.415,122.924 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"M 0 0 M974.876 115.042 L974.876 119.07 Q973.07 118.144 971.126 117.681 Q969.181 117.218 967.098 117.218 Q963.927 117.218 962.329 118.19 Q960.755 119.162 960.755 121.107 Q960.755 122.588 961.89 123.445 Q963.024 124.278 966.45 125.042 L967.908 125.366 Q972.445 126.338 974.343 128.121 Q976.265 129.88 976.265 133.051 Q976.265 136.662 973.394 138.769 Q970.547 140.875 965.547 140.875 Q963.464 140.875 961.195 140.458 Q958.95 140.065 956.45 139.255 L956.45 134.857 Q958.811 136.083 961.103 136.708 Q963.394 137.31 965.64 137.31 Q968.649 137.31 970.269 136.292 Q971.89 135.25 971.89 133.375 Q971.89 131.639 970.709 130.713 Q969.552 129.787 965.593 128.931 L964.112 128.584 Q960.154 127.75 958.394 126.037 Q956.635 124.301 956.635 121.292 Q956.635 117.635 959.228 115.644 Q961.82 113.653 966.589 113.653 Q968.95 113.653 971.033 114 Q973.116 114.347 974.876 115.042 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M980.732 114.278 L984.991 114.278 L984.991 140.204 L980.732 140.204 L980.732 114.278 M980.732 104.186 L984.991 104.186 L984.991 109.579 L980.732 109.579 L980.732 104.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1011.01 124.556 L1011.01 140.204 L1006.75 140.204 L1006.75 124.695 Q1006.75 121.014 1005.32 119.185 Q1003.88 117.357 1001.01 117.357 Q997.561 117.357 995.57 119.556 Q993.579 121.755 993.579 125.551 L993.579 140.204 L989.297 140.204 L989.297 114.278 L993.579 114.278 L993.579 118.306 Q995.107 115.968 997.167 114.81 Q999.251 113.653 1001.96 113.653 Q1006.43 113.653 1008.72 116.431 Q1011.01 119.185 1011.01 124.556 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1052.1 114.278 L1042.72 126.894 L1052.58 140.204 L1047.56 140.204 L1040.01 130.019 L1032.47 140.204 L1027.44 140.204 L1037.51 126.639 L1028.3 114.278 L1033.32 114.278 L1040.2 123.514 L1047.07 114.278 L1052.1 114.278 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "### legend=(0.88,0.85)"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150), legend=(0.88,0.85))",
"execution_count": 11,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 11,
"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=\"280\" height=\"150\" viewBox=\"0 0 1120 600\">\n<defs>\n <clipPath id=\"clip340\">\n <rect x=\"0\" y=\"0\" width=\"1120\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip340)\" d=\"\nM0 600 L1120 600 L1120 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip341\">\n <rect x=\"224\" y=\"0\" width=\"785\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip340)\" d=\"\nM149.655 503.236 L1072.76 503.236 L1072.76 47.2441 L149.655 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip342\">\n <rect x=\"149\" y=\"47\" width=\"924\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 262.865,503.236 262.865,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 437.035,503.236 437.035,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 611.205,503.236 611.205,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 785.375,503.236 785.375,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 959.545,503.236 959.545,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,490.39 1072.76,490.39 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,382.795 1072.76,382.795 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,275.201 1072.76,275.201 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,167.606 1072.76,167.606 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 149.655,60.0117 1072.76,60.0117 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 1072.76,503.236 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,503.236 149.655,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 262.865,503.236 262.865,497.765 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 437.035,503.236 437.035,497.765 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 611.205,503.236 611.205,497.765 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 785.375,503.236 785.375,497.765 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 959.545,503.236 959.545,497.765 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,490.39 160.732,490.39 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,382.795 160.732,382.795 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,275.201 160.732,275.201 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,167.606 160.732,167.606 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 149.655,60.0117 160.732,60.0117 \n \"/>\n<path clip-path=\"url(#clip340)\" d=\"M 0 0 M242.877 535.424 L255.354 535.424 L255.354 539.221 L242.877 539.221 L242.877 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M273.27 519.822 L261.465 538.271 L273.27 538.271 L273.27 519.822 M272.043 515.748 L277.923 515.748 L277.923 538.271 L282.854 538.271 L282.854 542.16 L277.923 542.16 L277.923 550.308 L273.27 550.308 L273.27 542.16 L257.668 542.16 L257.668 537.646 L272.043 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M418.089 535.424 L430.565 535.424 L430.565 539.221 L418.089 539.221 L418.089 535.424 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M439.663 546.373 L455.982 546.373 L455.982 550.308 L434.038 550.308 L434.038 546.373 Q436.7 543.619 441.283 538.989 Q445.889 534.336 447.07 532.994 Q449.315 530.471 450.195 528.734 Q451.098 526.975 451.098 525.285 Q451.098 522.531 449.153 520.795 Q447.232 519.059 444.13 519.059 Q441.931 519.059 439.477 519.822 Q437.047 520.586 434.269 522.137 L434.269 517.415 Q437.093 516.281 439.547 515.702 Q442.001 515.123 444.038 515.123 Q449.408 515.123 452.602 517.809 Q455.797 520.494 455.797 524.985 Q455.797 527.114 454.987 529.035 Q454.2 530.934 452.093 533.526 Q451.514 534.197 448.413 537.415 Q445.311 540.609 439.663 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M611.205 518.827 Q607.594 518.827 605.766 522.392 Q603.96 525.934 603.96 533.063 Q603.96 540.17 605.766 543.734 Q607.594 547.276 611.205 547.276 Q614.84 547.276 616.645 543.734 Q618.474 540.17 618.474 533.063 Q618.474 525.934 616.645 522.392 Q614.84 518.827 611.205 518.827 M611.205 515.123 Q617.015 515.123 620.071 519.73 Q623.15 524.313 623.15 533.063 Q623.15 541.79 620.071 546.396 Q617.015 550.98 611.205 550.98 Q605.395 550.98 602.316 546.396 Q599.261 541.79 599.261 533.063 Q599.261 524.313 602.316 519.73 Q605.395 515.123 611.205 515.123 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M780.028 546.373 L796.348 546.373 L796.348 550.308 L774.403 550.308 L774.403 546.373 Q777.065 543.619 781.649 538.989 Q786.255 534.336 787.436 532.994 Q789.681 530.471 790.56 528.734 Q791.463 526.975 791.463 525.285 Q791.463 522.531 789.519 520.795 Q787.598 519.059 784.496 519.059 Q782.297 519.059 779.843 519.822 Q777.412 520.586 774.635 522.137 L774.635 517.415 Q777.459 516.281 779.912 515.702 Q782.366 515.123 784.403 515.123 Q789.773 515.123 792.968 517.809 Q796.162 520.494 796.162 524.985 Q796.162 527.114 795.352 529.035 Q794.565 530.934 792.459 533.526 Q791.88 534.197 788.778 537.415 Q785.676 540.609 780.028 546.373 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M962.555 519.822 L950.749 538.271 L962.555 538.271 L962.555 519.822 M961.328 515.748 L967.207 515.748 L967.207 538.271 L972.138 538.271 L972.138 542.16 L967.207 542.16 L967.207 550.308 L962.555 550.308 L962.555 542.16 L946.953 542.16 L946.953 537.646 L961.328 515.748 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M63.2236 492.786 L75.7004 492.786 L75.7004 496.582 L63.2236 496.582 L63.2236 492.786 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M81.58 503.735 L89.2188 503.735 L89.2188 477.369 L80.9087 479.036 L80.9087 474.777 L89.1725 473.11 L93.8484 473.11 L93.8484 503.735 L101.487 503.735 L101.487 507.67 L81.58 507.67 L81.58 503.735 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M106.557 501.79 L111.441 501.79 L111.441 507.67 L106.557 507.67 L106.557 501.79 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M126.51 476.189 Q122.899 476.189 121.071 479.753 Q119.265 483.295 119.265 490.425 Q119.265 497.531 121.071 501.096 Q122.899 504.638 126.51 504.638 Q130.145 504.638 131.95 501.096 Q133.779 497.531 133.779 490.425 Q133.779 483.295 131.95 479.753 Q130.145 476.189 126.51 476.189 M126.51 472.485 Q132.32 472.485 135.376 477.091 Q138.455 481.675 138.455 490.425 Q138.455 499.151 135.376 503.758 Q132.32 508.341 126.51 508.341 Q120.7 508.341 117.621 503.758 Q114.566 499.151 114.566 490.425 Q114.566 481.675 117.621 477.091 Q120.7 472.485 126.51 472.485 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M62.9921 385.191 L75.4689 385.191 L75.4689 388.987 L62.9921 388.987 L62.9921 385.191 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M90.5383 368.594 Q86.9272 368.594 85.0985 372.159 Q83.2929 375.701 83.2929 382.83 Q83.2929 389.937 85.0985 393.501 Q86.9272 397.043 90.5383 397.043 Q94.1725 397.043 95.9781 393.501 Q97.8068 389.937 97.8068 382.83 Q97.8068 375.701 95.9781 372.159 Q94.1725 368.594 90.5383 368.594 M90.5383 364.89 Q96.3484 364.89 99.404 369.497 Q102.483 374.08 102.483 382.83 Q102.483 391.557 99.404 396.163 Q96.3484 400.747 90.5383 400.747 Q84.7281 400.747 81.6494 396.163 Q78.5939 391.557 78.5939 382.83 Q78.5939 374.08 81.6494 369.497 Q84.7281 364.89 90.5383 364.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M107.552 394.196 L112.436 394.196 L112.436 400.075 L107.552 400.075 L107.552 394.196 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M117.552 365.515 L135.908 365.515 L135.908 369.451 L121.834 369.451 L121.834 377.923 Q122.853 377.576 123.871 377.413 Q124.89 377.228 125.908 377.228 Q131.695 377.228 135.075 380.4 Q138.455 383.571 138.455 388.987 Q138.455 394.566 134.982 397.668 Q131.51 400.747 125.191 400.747 Q123.015 400.747 120.746 400.376 Q118.501 400.006 116.094 399.265 L116.094 394.566 Q118.177 395.7 120.399 396.256 Q122.621 396.812 125.098 396.812 Q129.103 396.812 131.441 394.705 Q133.779 392.599 133.779 388.987 Q133.779 385.376 131.441 383.27 Q129.103 381.163 125.098 381.163 Q123.223 381.163 121.348 381.58 Q119.496 381.997 117.552 382.876 L117.552 365.515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M89.5429 261 Q85.9318 261 84.1031 264.564 Q82.2976 268.106 82.2976 275.236 Q82.2976 282.342 84.1031 285.907 Q85.9318 289.448 89.5429 289.448 Q93.1771 289.448 94.9827 285.907 Q96.8114 282.342 96.8114 275.236 Q96.8114 268.106 94.9827 264.564 Q93.1771 261 89.5429 261 M89.5429 257.296 Q95.3531 257.296 98.4086 261.902 Q101.487 266.486 101.487 275.236 Q101.487 283.962 98.4086 288.569 Q95.3531 293.152 89.5429 293.152 Q83.7328 293.152 80.6541 288.569 Q77.5985 283.962 77.5985 275.236 Q77.5985 266.486 80.6541 261.902 Q83.7328 257.296 89.5429 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M106.557 286.601 L111.441 286.601 L111.441 292.481 L106.557 292.481 L106.557 286.601 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M126.51 261 Q122.899 261 121.071 264.564 Q119.265 268.106 119.265 275.236 Q119.265 282.342 121.071 285.907 Q122.899 289.448 126.51 289.448 Q130.145 289.448 131.95 285.907 Q133.779 282.342 133.779 275.236 Q133.779 268.106 131.95 264.564 Q130.145 261 126.51 261 M126.51 257.296 Q132.32 257.296 135.376 261.902 Q138.455 266.486 138.455 275.236 Q138.455 283.962 135.376 288.569 Q132.32 293.152 126.51 293.152 Q120.7 293.152 117.621 288.569 Q114.566 283.962 114.566 275.236 Q114.566 266.486 117.621 261.902 Q120.7 257.296 126.51 257.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M90.5383 153.405 Q86.9272 153.405 85.0985 156.97 Q83.2929 160.511 83.2929 167.641 Q83.2929 174.747 85.0985 178.312 Q86.9272 181.854 90.5383 181.854 Q94.1725 181.854 95.9781 178.312 Q97.8068 174.747 97.8068 167.641 Q97.8068 160.511 95.9781 156.97 Q94.1725 153.405 90.5383 153.405 M90.5383 149.701 Q96.3484 149.701 99.404 154.308 Q102.483 158.891 102.483 167.641 Q102.483 176.368 99.404 180.974 Q96.3484 185.558 90.5383 185.558 Q84.7281 185.558 81.6494 180.974 Q78.5939 176.368 78.5939 167.641 Q78.5939 158.891 81.6494 154.308 Q84.7281 149.701 90.5383 149.701 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M107.552 179.007 L112.436 179.007 L112.436 184.886 L107.552 184.886 L107.552 179.007 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M117.552 150.326 L135.908 150.326 L135.908 154.261 L121.834 154.261 L121.834 162.734 Q122.853 162.386 123.871 162.224 Q124.89 162.039 125.908 162.039 Q131.695 162.039 135.075 165.21 Q138.455 168.382 138.455 173.798 Q138.455 179.377 134.982 182.479 Q131.51 185.558 125.191 185.558 Q123.015 185.558 120.746 185.187 Q118.501 184.817 116.094 184.076 L116.094 179.377 Q118.177 180.511 120.399 181.067 Q122.621 181.622 125.098 181.622 Q129.103 181.622 131.441 179.516 Q133.779 177.409 133.779 173.798 Q133.779 170.187 131.441 168.081 Q129.103 165.974 125.098 165.974 Q123.223 165.974 121.348 166.391 Q119.496 166.808 117.552 167.687 L117.552 150.326 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M81.58 73.3565 L89.2188 73.3565 L89.2188 46.9909 L80.9087 48.6576 L80.9087 44.3984 L89.1725 42.7317 L93.8484 42.7317 L93.8484 73.3565 L101.487 73.3565 L101.487 77.2917 L81.58 77.2917 L81.58 73.3565 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M106.557 71.4121 L111.441 71.4121 L111.441 77.2917 L106.557 77.2917 L106.557 71.4121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M126.51 45.8104 Q122.899 45.8104 121.071 49.3752 Q119.265 52.9168 119.265 60.0464 Q119.265 67.1529 121.071 70.7177 Q122.899 74.2593 126.51 74.2593 Q130.145 74.2593 131.95 70.7177 Q133.779 67.1529 133.779 60.0464 Q133.779 52.9168 131.95 49.3752 Q130.145 45.8104 126.51 45.8104 M126.51 42.1067 Q132.32 42.1067 135.376 46.7132 Q138.455 51.2965 138.455 60.0464 Q138.455 68.7732 135.376 73.3797 Q132.32 77.963 126.51 77.963 Q120.7 77.963 117.621 73.3797 Q114.566 68.7732 114.566 60.0464 Q114.566 51.2965 117.621 46.7132 Q120.7 42.1067 126.51 42.1067 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip342)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 175.78,68.8507 177.906,67.4221 180.032,66.1173 182.159,64.9371 184.285,63.8823 194.114,60.6506 203.944,60.1495 213.774,62.3854 223.603,67.3298 233.433,74.9197 \n 243.262,85.0587 253.092,97.6175 262.922,112.436 274.736,132.97 286.551,156.117 298.365,181.453 310.179,208.512 330.157,256.783 350.135,306.02 371.836,357.593 \n 393.538,404.075 403.541,422.978 413.545,439.933 423.548,454.716 433.552,467.134 444.277,477.633 455.001,485.066 465.726,489.32 476.451,490.331 488.876,487.429 \n 501.302,480.213 513.728,468.83 526.153,453.513 537.196,436.847 548.238,417.586 559.281,396.039 570.323,372.551 589.69,327.827 609.056,280.51 630.171,228.706 \n 651.286,179.621 661.906,156.877 672.526,135.891 683.146,116.974 693.766,100.407 705.508,85.1218 717.25,73.2866 728.992,65.1165 740.734,60.76 751.906,60.2283 \n 763.078,63.2298 774.25,69.7151 785.422,79.5778 797.038,93.2393 808.655,110.134 820.271,129.961 831.887,152.369 851.444,194.8 871.001,241.269 894.878,300.071 \n 918.755,357.016 929.978,381.915 941.2,405.045 952.423,426.021 963.645,444.496 972.635,457.283 981.625,468.131 990.614,476.925 999.604,483.572 1008.59,488 \n 1017.58,490.163 1026.57,490.037 1035.56,487.624 1038.33,486.424 1041.1,485.011 1043.86,483.386 1046.63,481.551 \n \"/>\n<path clip-path=\"url(#clip340)\" d=\"\nM879.93 176.123 L1078.63 176.123 L1078.63 55.1629 L879.93 55.1629 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 879.93,176.123 1078.63,176.123 1078.63,55.1629 879.93,55.1629 879.93,176.123 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 890.187,115.643 951.727,115.643 \n \"/>\n<path clip-path=\"url(#clip340)\" d=\"M 0 0 M980.41 107.761 L980.41 111.789 Q978.604 110.863 976.66 110.4 Q974.715 109.937 972.632 109.937 Q969.461 109.937 967.863 110.909 Q966.289 111.881 966.289 113.826 Q966.289 115.307 967.424 116.164 Q968.558 116.997 971.984 117.761 L973.442 118.085 Q977.979 119.057 979.877 120.84 Q981.798 122.599 981.798 125.77 Q981.798 129.381 978.928 131.488 Q976.081 133.594 971.081 133.594 Q968.998 133.594 966.729 133.178 Q964.484 132.784 961.984 131.974 L961.984 127.576 Q964.345 128.803 966.637 129.428 Q968.928 130.029 971.174 130.029 Q974.183 130.029 975.803 129.011 Q977.423 127.969 977.423 126.094 Q977.423 124.358 976.243 123.432 Q975.086 122.506 971.127 121.65 L969.646 121.303 Q965.687 120.469 963.928 118.756 Q962.169 117.02 962.169 114.011 Q962.169 110.354 964.762 108.363 Q967.354 106.372 972.123 106.372 Q974.484 106.372 976.567 106.719 Q978.65 107.067 980.41 107.761 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M986.266 106.997 L990.525 106.997 L990.525 132.923 L986.266 132.923 L986.266 106.997 M986.266 96.9046 L990.525 96.9046 L990.525 102.298 L986.266 102.298 L986.266 96.9046 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1016.54 117.275 L1016.54 132.923 L1012.28 132.923 L1012.28 117.414 Q1012.28 113.733 1010.85 111.905 Q1009.41 110.076 1006.54 110.076 Q1003.09 110.076 1001.1 112.275 Q999.113 114.474 999.113 118.27 L999.113 132.923 L994.831 132.923 L994.831 106.997 L999.113 106.997 L999.113 111.025 Q1000.64 108.687 1002.7 107.53 Q1004.78 106.372 1007.49 106.372 Q1011.96 106.372 1014.25 109.15 Q1016.54 111.905 1016.54 117.275 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1057.63 106.997 L1048.26 119.613 L1058.12 132.923 L1053.09 132.923 L1045.55 122.738 L1038 132.923 L1032.98 132.923 L1043.05 119.358 L1033.84 106.997 L1038.86 106.997 L1045.73 116.233 L1052.61 106.997 L1057.63 106.997 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150), legend=(0.88,0.85))\nP2 = deepcopy(P1)\nplot(P1, P2, size=(560, 150))",
"execution_count": 12,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 12,
"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=\"560\" height=\"150\" viewBox=\"0 0 2240 600\">\n<defs>\n <clipPath id=\"clip380\">\n <rect x=\"0\" y=\"0\" width=\"2240\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip380)\" d=\"\nM0 600 L2240 600 L2240 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip381\">\n <rect x=\"448\" y=\"0\" width=\"1569\" height=\"600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip380)\" d=\"\nM160.855 517.122 L1072.76 517.122 L1072.76 47.2441 L160.855 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip382\">\n <rect x=\"160\" y=\"47\" width=\"913\" height=\"471\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,517.122 272.692,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,517.122 444.748,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,517.122 616.805,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,517.122 788.862,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,517.122 960.919,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,503.884 1072.76,503.884 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,393.013 1072.76,393.013 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,282.142 1072.76,282.142 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,171.271 1072.76,171.271 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,60.4005 1072.76,60.4005 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,517.122 1072.76,517.122 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,517.122 160.855,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,517.122 272.692,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,517.122 444.748,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,517.122 616.805,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,517.122 788.862,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,517.122 960.919,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,503.884 171.797,503.884 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,393.013 171.797,393.013 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,282.142 171.797,282.142 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,171.271 171.797,171.271 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,60.4005 171.797,60.4005 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"M 0 0 M252.703 554.91 L265.18 554.91 L265.18 558.706 L252.703 558.706 L252.703 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M283.097 539.308 L271.291 557.757 L283.097 557.757 L283.097 539.308 M281.87 535.234 L287.749 535.234 L287.749 557.757 L292.68 557.757 L292.68 561.646 L287.749 561.646 L287.749 569.794 L283.097 569.794 L283.097 561.646 L267.495 561.646 L267.495 557.132 L281.87 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M425.802 554.91 L438.279 554.91 L438.279 558.706 L425.802 558.706 L425.802 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M447.376 565.859 L463.695 565.859 L463.695 569.794 L441.751 569.794 L441.751 565.859 Q444.413 563.104 448.996 558.475 Q453.603 553.822 454.783 552.479 Q457.028 549.956 457.908 548.22 Q458.811 546.461 458.811 544.771 Q458.811 542.017 456.866 540.28 Q454.945 538.544 451.843 538.544 Q449.644 538.544 447.191 539.308 Q444.76 540.072 441.982 541.623 L441.982 536.901 Q444.806 535.767 447.26 535.188 Q449.714 534.609 451.751 534.609 Q457.121 534.609 460.316 537.294 Q463.51 539.98 463.51 544.47 Q463.51 546.6 462.7 548.521 Q461.913 550.419 459.806 553.012 Q459.228 553.683 456.126 556.901 Q453.024 560.095 447.376 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M616.805 538.313 Q613.194 538.313 611.366 541.878 Q609.56 545.419 609.56 552.549 Q609.56 559.655 611.366 563.22 Q613.194 566.762 616.805 566.762 Q620.44 566.762 622.245 563.22 Q624.074 559.655 624.074 552.549 Q624.074 545.419 622.245 541.878 Q620.44 538.313 616.805 538.313 M616.805 534.609 Q622.615 534.609 625.671 539.216 Q628.75 543.799 628.75 552.549 Q628.75 561.276 625.671 565.882 Q622.615 570.465 616.805 570.465 Q610.995 570.465 607.916 565.882 Q604.861 561.276 604.861 552.549 Q604.861 543.799 607.916 539.216 Q610.995 534.609 616.805 534.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M783.515 565.859 L799.834 565.859 L799.834 569.794 L777.89 569.794 L777.89 565.859 Q780.552 563.104 785.135 558.475 Q789.742 553.822 790.922 552.479 Q793.168 549.956 794.047 548.22 Q794.95 546.461 794.95 544.771 Q794.95 542.017 793.006 540.28 Q791.084 538.544 787.983 538.544 Q785.783 538.544 783.33 539.308 Q780.899 540.072 778.121 541.623 L778.121 536.901 Q780.946 535.767 783.399 535.188 Q785.853 534.609 787.89 534.609 Q793.26 534.609 796.455 537.294 Q799.649 539.98 799.649 544.47 Q799.649 546.6 798.839 548.521 Q798.052 550.419 795.945 553.012 Q795.367 553.683 792.265 556.901 Q789.163 560.095 783.515 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M963.928 539.308 L952.123 557.757 L963.928 557.757 L963.928 539.308 M962.701 535.234 L968.581 535.234 L968.581 557.757 L973.511 557.757 L973.511 561.646 L968.581 561.646 L968.581 569.794 L963.928 569.794 L963.928 561.646 L948.326 561.646 L948.326 557.132 L962.701 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M63.2236 506.28 L75.7004 506.28 L75.7004 510.077 L63.2236 510.077 L63.2236 506.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M81.58 517.229 L89.2188 517.229 L89.2188 490.864 L80.9087 492.53 L80.9087 488.271 L89.1725 486.604 L93.8484 486.604 L93.8484 517.229 L101.487 517.229 L101.487 521.164 L81.58 521.164 L81.58 517.229 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M106.557 515.285 L111.441 515.285 L111.441 521.164 L106.557 521.164 L106.557 515.285 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M126.51 489.683 Q122.899 489.683 121.071 493.248 Q119.265 496.79 119.265 503.919 Q119.265 511.026 121.071 514.59 Q122.899 518.132 126.51 518.132 Q130.145 518.132 131.95 514.59 Q133.779 511.026 133.779 503.919 Q133.779 496.79 131.95 493.248 Q130.145 489.683 126.51 489.683 M126.51 485.979 Q132.32 485.979 135.376 490.586 Q138.455 495.169 138.455 503.919 Q138.455 512.646 135.376 517.252 Q132.32 521.836 126.51 521.836 Q120.7 521.836 117.621 517.252 Q114.566 512.646 114.566 503.919 Q114.566 495.169 117.621 490.586 Q120.7 485.979 126.51 485.979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M62.9921 395.409 L75.4689 395.409 L75.4689 399.206 L62.9921 399.206 L62.9921 395.409 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M90.5383 378.812 Q86.9272 378.812 85.0985 382.377 Q83.2929 385.919 83.2929 393.048 Q83.2929 400.155 85.0985 403.719 Q86.9272 407.261 90.5383 407.261 Q94.1725 407.261 95.9781 403.719 Q97.8068 400.155 97.8068 393.048 Q97.8068 385.919 95.9781 382.377 Q94.1725 378.812 90.5383 378.812 M90.5383 375.108 Q96.3484 375.108 99.404 379.715 Q102.483 384.298 102.483 393.048 Q102.483 401.775 99.404 406.381 Q96.3484 410.965 90.5383 410.965 Q84.7281 410.965 81.6494 406.381 Q78.5939 401.775 78.5939 393.048 Q78.5939 384.298 81.6494 379.715 Q84.7281 375.108 90.5383 375.108 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M107.552 404.414 L112.436 404.414 L112.436 410.293 L107.552 410.293 L107.552 404.414 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M117.552 375.733 L135.908 375.733 L135.908 379.669 L121.834 379.669 L121.834 388.141 Q122.853 387.794 123.871 387.632 Q124.89 387.446 125.908 387.446 Q131.695 387.446 135.075 390.618 Q138.455 393.789 138.455 399.206 Q138.455 404.784 134.982 407.886 Q131.51 410.965 125.191 410.965 Q123.015 410.965 120.746 410.594 Q118.501 410.224 116.094 409.483 L116.094 404.784 Q118.177 405.918 120.399 406.474 Q122.621 407.03 125.098 407.03 Q129.103 407.03 131.441 404.923 Q133.779 402.817 133.779 399.206 Q133.779 395.594 131.441 393.488 Q129.103 391.382 125.098 391.382 Q123.223 391.382 121.348 391.798 Q119.496 392.215 117.552 393.094 L117.552 375.733 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M89.5429 267.941 Q85.9318 267.941 84.1031 271.506 Q82.2976 275.048 82.2976 282.177 Q82.2976 289.284 84.1031 292.848 Q85.9318 296.39 89.5429 296.39 Q93.1771 296.39 94.9827 292.848 Q96.8114 289.284 96.8114 282.177 Q96.8114 275.048 94.9827 271.506 Q93.1771 267.941 89.5429 267.941 M89.5429 264.237 Q95.3531 264.237 98.4086 268.844 Q101.487 273.427 101.487 282.177 Q101.487 290.904 98.4086 295.51 Q95.3531 300.094 89.5429 300.094 Q83.7328 300.094 80.6541 295.51 Q77.5985 290.904 77.5985 282.177 Q77.5985 273.427 80.6541 268.844 Q83.7328 264.237 89.5429 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M106.557 293.543 L111.441 293.543 L111.441 299.422 L106.557 299.422 L106.557 293.543 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M126.51 267.941 Q122.899 267.941 121.071 271.506 Q119.265 275.048 119.265 282.177 Q119.265 289.284 121.071 292.848 Q122.899 296.39 126.51 296.39 Q130.145 296.39 131.95 292.848 Q133.779 289.284 133.779 282.177 Q133.779 275.048 131.95 271.506 Q130.145 267.941 126.51 267.941 M126.51 264.237 Q132.32 264.237 135.376 268.844 Q138.455 273.427 138.455 282.177 Q138.455 290.904 135.376 295.51 Q132.32 300.094 126.51 300.094 Q120.7 300.094 117.621 295.51 Q114.566 290.904 114.566 282.177 Q114.566 273.427 117.621 268.844 Q120.7 264.237 126.51 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M90.5383 157.07 Q86.9272 157.07 85.0985 160.635 Q83.2929 164.177 83.2929 171.306 Q83.2929 178.413 85.0985 181.977 Q86.9272 185.519 90.5383 185.519 Q94.1725 185.519 95.9781 181.977 Q97.8068 178.413 97.8068 171.306 Q97.8068 164.177 95.9781 160.635 Q94.1725 157.07 90.5383 157.07 M90.5383 153.366 Q96.3484 153.366 99.404 157.973 Q102.483 162.556 102.483 171.306 Q102.483 180.033 99.404 184.639 Q96.3484 189.223 90.5383 189.223 Q84.7281 189.223 81.6494 184.639 Q78.5939 180.033 78.5939 171.306 Q78.5939 162.556 81.6494 157.973 Q84.7281 153.366 90.5383 153.366 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M107.552 182.672 L112.436 182.672 L112.436 188.551 L107.552 188.551 L107.552 182.672 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M117.552 153.991 L135.908 153.991 L135.908 157.927 L121.834 157.927 L121.834 166.399 Q122.853 166.052 123.871 165.89 Q124.89 165.704 125.908 165.704 Q131.695 165.704 135.075 168.876 Q138.455 172.047 138.455 177.464 Q138.455 183.042 134.982 186.144 Q131.51 189.223 125.191 189.223 Q123.015 189.223 120.746 188.852 Q118.501 188.482 116.094 187.741 L116.094 183.042 Q118.177 184.177 120.399 184.732 Q122.621 185.288 125.098 185.288 Q129.103 185.288 131.441 183.181 Q133.779 181.075 133.779 177.464 Q133.779 173.852 131.441 171.746 Q129.103 169.64 125.098 169.64 Q123.223 169.64 121.348 170.056 Q119.496 170.473 117.552 171.352 L117.552 153.991 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M81.58 73.7453 L89.2188 73.7453 L89.2188 47.3797 L80.9087 49.0464 L80.9087 44.7871 L89.1725 43.1205 L93.8484 43.1205 L93.8484 73.7453 L101.487 73.7453 L101.487 77.6805 L81.58 77.6805 L81.58 73.7453 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M106.557 71.8009 L111.441 71.8009 L111.441 77.6805 L106.557 77.6805 L106.557 71.8009 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M126.51 46.1992 Q122.899 46.1992 121.071 49.764 Q119.265 53.3056 119.265 60.4352 Q119.265 67.5417 121.071 71.1065 Q122.899 74.6481 126.51 74.6481 Q130.145 74.6481 131.95 71.1065 Q133.779 67.5417 133.779 60.4352 Q133.779 53.3056 131.95 49.764 Q130.145 46.1992 126.51 46.1992 M126.51 42.4955 Q132.32 42.4955 135.376 47.1019 Q138.455 51.6853 138.455 60.4352 Q138.455 69.162 135.376 73.7685 Q132.32 78.3518 126.51 78.3518 Q120.7 78.3518 117.621 73.7685 Q114.566 69.162 114.566 60.4352 Q114.566 51.6853 117.621 47.1019 Q120.7 42.4955 126.51 42.4955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip382)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,69.5087 188.764,68.0366 190.864,66.692 192.964,65.4759 195.065,64.3889 204.775,61.0589 214.485,60.5425 224.196,62.8465 233.906,67.9414 243.616,75.7625 \n 253.327,86.2102 263.037,99.1515 272.747,114.422 284.419,135.581 296.09,159.433 307.761,185.54 319.432,213.422 339.167,263.164 358.903,313.9 380.341,367.043 \n 401.779,414.941 411.661,434.42 421.543,451.891 431.425,467.125 441.307,479.92 451.902,490.739 462.496,498.399 473.091,502.782 483.686,503.824 495.961,500.833 \n 508.236,493.398 520.51,481.668 532.785,465.884 543.694,448.711 554.602,428.864 565.511,406.66 576.419,382.457 595.551,336.371 614.682,287.614 635.541,234.231 \n 656.399,183.652 666.891,160.216 677.382,138.59 687.873,119.097 698.364,102.026 709.964,86.2752 721.563,74.0796 733.163,65.6608 744.762,61.1716 755.798,60.6237 \n 766.835,63.7166 777.872,70.3994 788.908,80.5624 800.384,94.64 811.859,112.049 823.334,132.48 834.81,155.57 854.13,199.293 873.449,247.177 897.037,307.77 \n 920.624,366.449 931.71,392.106 942.796,415.94 953.883,437.555 964.969,456.593 973.85,469.769 982.73,480.948 991.611,490.01 1000.49,496.859 1009.37,501.422 \n 1018.25,503.651 1027.13,503.521 1036.01,501.034 1038.75,499.797 1041.48,498.341 1044.21,496.667 1046.95,494.776 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"\nM882.27 178.206 L1079.73 178.206 L1079.73 57.2458 L882.27 57.2458 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 882.27,178.206 1079.73,178.206 1079.73,57.2458 882.27,57.2458 882.27,178.206 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 892.402,117.726 953.196,117.726 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"M 0 0 M981.754 109.844 L981.754 113.872 Q979.948 112.946 978.004 112.483 Q976.059 112.02 973.976 112.02 Q970.805 112.02 969.207 112.992 Q967.633 113.964 967.633 115.909 Q967.633 117.39 968.768 118.247 Q969.902 119.08 973.328 119.844 L974.786 120.168 Q979.323 121.14 981.221 122.923 Q983.142 124.682 983.142 127.853 Q983.142 131.464 980.272 133.571 Q977.425 135.677 972.425 135.677 Q970.342 135.677 968.073 135.26 Q965.828 134.867 963.328 134.057 L963.328 129.659 Q965.689 130.885 967.981 131.51 Q970.272 132.112 972.518 132.112 Q975.527 132.112 977.147 131.094 Q978.767 130.052 978.767 128.177 Q978.767 126.441 977.587 125.515 Q976.43 124.589 972.471 123.733 L970.99 123.385 Q967.031 122.552 965.272 120.839 Q963.513 119.103 963.513 116.094 Q963.513 112.436 966.106 110.446 Q968.698 108.455 973.467 108.455 Q975.828 108.455 977.911 108.802 Q979.994 109.149 981.754 109.844 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M987.61 109.08 L991.869 109.08 L991.869 135.006 L987.61 135.006 L987.61 109.08 M987.61 98.9875 L991.869 98.9875 L991.869 104.381 L987.61 104.381 L987.61 98.9875 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1017.89 119.358 L1017.89 135.006 L1013.63 135.006 L1013.63 119.497 Q1013.63 115.816 1012.19 113.987 Q1010.76 112.159 1007.89 112.159 Q1004.44 112.159 1002.45 114.358 Q1000.46 116.557 1000.46 120.353 L1000.46 135.006 L996.175 135.006 L996.175 109.08 L1000.46 109.08 L1000.46 113.108 Q1001.98 110.77 1004.05 109.612 Q1006.13 108.455 1008.84 108.455 Q1013.3 108.455 1015.6 111.233 Q1017.89 113.987 1017.89 119.358 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1058.98 109.08 L1049.6 121.696 L1059.46 135.006 L1054.44 135.006 L1046.89 124.821 L1039.35 135.006 L1034.32 135.006 L1044.39 121.441 L1035.18 109.08 L1040.2 109.08 L1047.08 118.316 L1053.95 109.08 L1058.98 109.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"\nM1280.85 517.122 L2192.76 517.122 L2192.76 47.2441 L1280.85 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip383\">\n <rect x=\"1280\" y=\"47\" width=\"913\" height=\"471\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,517.122 1392.69,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,517.122 1564.75,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,517.122 1736.81,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,517.122 1908.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,517.122 2080.92,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,503.884 2192.76,503.884 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,393.013 2192.76,393.013 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,282.142 2192.76,282.142 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,171.271 2192.76,171.271 \n \"/>\n<polyline clip-path=\"url(#clip383)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,60.4005 2192.76,60.4005 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,517.122 2192.76,517.122 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,517.122 1280.85,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,517.122 1392.69,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,517.122 1564.75,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,517.122 1736.81,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,517.122 1908.86,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,517.122 2080.92,511.484 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,503.884 1291.8,503.884 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,393.013 1291.8,393.013 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,282.142 1291.8,282.142 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,171.271 1291.8,171.271 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,60.4005 1291.8,60.4005 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"M 0 0 M1372.7 554.91 L1385.18 554.91 L1385.18 558.706 L1372.7 558.706 L1372.7 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1403.1 539.308 L1391.29 557.757 L1403.1 557.757 L1403.1 539.308 M1401.87 535.234 L1407.75 535.234 L1407.75 557.757 L1412.68 557.757 L1412.68 561.646 L1407.75 561.646 L1407.75 569.794 L1403.1 569.794 L1403.1 561.646 L1387.49 561.646 L1387.49 557.132 L1401.87 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1545.8 554.91 L1558.28 554.91 L1558.28 558.706 L1545.8 558.706 L1545.8 554.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1567.38 565.859 L1583.7 565.859 L1583.7 569.794 L1561.75 569.794 L1561.75 565.859 Q1564.41 563.104 1569 558.475 Q1573.6 553.822 1574.78 552.479 Q1577.03 549.956 1577.91 548.22 Q1578.81 546.461 1578.81 544.771 Q1578.81 542.017 1576.87 540.28 Q1574.95 538.544 1571.84 538.544 Q1569.64 538.544 1567.19 539.308 Q1564.76 540.072 1561.98 541.623 L1561.98 536.901 Q1564.81 535.767 1567.26 535.188 Q1569.71 534.609 1571.75 534.609 Q1577.12 534.609 1580.32 537.294 Q1583.51 539.98 1583.51 544.47 Q1583.51 546.6 1582.7 548.521 Q1581.91 550.419 1579.81 553.012 Q1579.23 553.683 1576.13 556.901 Q1573.02 560.095 1567.38 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1736.81 538.313 Q1733.19 538.313 1731.37 541.878 Q1729.56 545.419 1729.56 552.549 Q1729.56 559.655 1731.37 563.22 Q1733.19 566.762 1736.81 566.762 Q1740.44 566.762 1742.25 563.22 Q1744.07 559.655 1744.07 552.549 Q1744.07 545.419 1742.25 541.878 Q1740.44 538.313 1736.81 538.313 M1736.81 534.609 Q1742.62 534.609 1745.67 539.216 Q1748.75 543.799 1748.75 552.549 Q1748.75 561.276 1745.67 565.882 Q1742.62 570.465 1736.81 570.465 Q1731 570.465 1727.92 565.882 Q1724.86 561.276 1724.86 552.549 Q1724.86 543.799 1727.92 539.216 Q1731 534.609 1736.81 534.609 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1903.51 565.859 L1919.83 565.859 L1919.83 569.794 L1897.89 569.794 L1897.89 565.859 Q1900.55 563.104 1905.14 558.475 Q1909.74 553.822 1910.92 552.479 Q1913.17 549.956 1914.05 548.22 Q1914.95 546.461 1914.95 544.771 Q1914.95 542.017 1913.01 540.28 Q1911.08 538.544 1907.98 538.544 Q1905.78 538.544 1903.33 539.308 Q1900.9 540.072 1898.12 541.623 L1898.12 536.901 Q1900.95 535.767 1903.4 535.188 Q1905.85 534.609 1907.89 534.609 Q1913.26 534.609 1916.45 537.294 Q1919.65 539.98 1919.65 544.47 Q1919.65 546.6 1918.84 548.521 Q1918.05 550.419 1915.95 553.012 Q1915.37 553.683 1912.26 556.901 Q1909.16 560.095 1903.51 565.859 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M2083.93 539.308 L2072.12 557.757 L2083.93 557.757 L2083.93 539.308 M2082.7 535.234 L2088.58 535.234 L2088.58 557.757 L2093.51 557.757 L2093.51 561.646 L2088.58 561.646 L2088.58 569.794 L2083.93 569.794 L2083.93 561.646 L2068.33 561.646 L2068.33 557.132 L2082.7 535.234 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1183.22 506.28 L1195.7 506.28 L1195.7 510.077 L1183.22 510.077 L1183.22 506.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1201.58 517.229 L1209.22 517.229 L1209.22 490.864 L1200.91 492.53 L1200.91 488.271 L1209.17 486.604 L1213.85 486.604 L1213.85 517.229 L1221.49 517.229 L1221.49 521.164 L1201.58 521.164 L1201.58 517.229 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1226.56 515.285 L1231.44 515.285 L1231.44 521.164 L1226.56 521.164 L1226.56 515.285 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1246.51 489.683 Q1242.9 489.683 1241.07 493.248 Q1239.26 496.79 1239.26 503.919 Q1239.26 511.026 1241.07 514.59 Q1242.9 518.132 1246.51 518.132 Q1250.14 518.132 1251.95 514.59 Q1253.78 511.026 1253.78 503.919 Q1253.78 496.79 1251.95 493.248 Q1250.14 489.683 1246.51 489.683 M1246.51 485.979 Q1252.32 485.979 1255.38 490.586 Q1258.45 495.169 1258.45 503.919 Q1258.45 512.646 1255.38 517.252 Q1252.32 521.836 1246.51 521.836 Q1240.7 521.836 1237.62 517.252 Q1234.57 512.646 1234.57 503.919 Q1234.57 495.169 1237.62 490.586 Q1240.7 485.979 1246.51 485.979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1182.99 395.409 L1195.47 395.409 L1195.47 399.206 L1182.99 399.206 L1182.99 395.409 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1210.54 378.812 Q1206.93 378.812 1205.1 382.377 Q1203.29 385.919 1203.29 393.048 Q1203.29 400.155 1205.1 403.719 Q1206.93 407.261 1210.54 407.261 Q1214.17 407.261 1215.98 403.719 Q1217.81 400.155 1217.81 393.048 Q1217.81 385.919 1215.98 382.377 Q1214.17 378.812 1210.54 378.812 M1210.54 375.108 Q1216.35 375.108 1219.4 379.715 Q1222.48 384.298 1222.48 393.048 Q1222.48 401.775 1219.4 406.381 Q1216.35 410.965 1210.54 410.965 Q1204.73 410.965 1201.65 406.381 Q1198.59 401.775 1198.59 393.048 Q1198.59 384.298 1201.65 379.715 Q1204.73 375.108 1210.54 375.108 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1227.55 404.414 L1232.44 404.414 L1232.44 410.293 L1227.55 410.293 L1227.55 404.414 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1237.55 375.733 L1255.91 375.733 L1255.91 379.669 L1241.83 379.669 L1241.83 388.141 Q1242.85 387.794 1243.87 387.632 Q1244.89 387.446 1245.91 387.446 Q1251.7 387.446 1255.08 390.618 Q1258.45 393.789 1258.45 399.206 Q1258.45 404.784 1254.98 407.886 Q1251.51 410.965 1245.19 410.965 Q1243.01 410.965 1240.75 410.594 Q1238.5 410.224 1236.09 409.483 L1236.09 404.784 Q1238.18 405.918 1240.4 406.474 Q1242.62 407.03 1245.1 407.03 Q1249.1 407.03 1251.44 404.923 Q1253.78 402.817 1253.78 399.206 Q1253.78 395.594 1251.44 393.488 Q1249.1 391.382 1245.1 391.382 Q1243.22 391.382 1241.35 391.798 Q1239.5 392.215 1237.55 393.094 L1237.55 375.733 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1209.54 267.941 Q1205.93 267.941 1204.1 271.506 Q1202.3 275.048 1202.3 282.177 Q1202.3 289.284 1204.1 292.848 Q1205.93 296.39 1209.54 296.39 Q1213.18 296.39 1214.98 292.848 Q1216.81 289.284 1216.81 282.177 Q1216.81 275.048 1214.98 271.506 Q1213.18 267.941 1209.54 267.941 M1209.54 264.237 Q1215.35 264.237 1218.41 268.844 Q1221.49 273.427 1221.49 282.177 Q1221.49 290.904 1218.41 295.51 Q1215.35 300.094 1209.54 300.094 Q1203.73 300.094 1200.65 295.51 Q1197.6 290.904 1197.6 282.177 Q1197.6 273.427 1200.65 268.844 Q1203.73 264.237 1209.54 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1226.56 293.543 L1231.44 293.543 L1231.44 299.422 L1226.56 299.422 L1226.56 293.543 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1246.51 267.941 Q1242.9 267.941 1241.07 271.506 Q1239.26 275.048 1239.26 282.177 Q1239.26 289.284 1241.07 292.848 Q1242.9 296.39 1246.51 296.39 Q1250.14 296.39 1251.95 292.848 Q1253.78 289.284 1253.78 282.177 Q1253.78 275.048 1251.95 271.506 Q1250.14 267.941 1246.51 267.941 M1246.51 264.237 Q1252.32 264.237 1255.38 268.844 Q1258.45 273.427 1258.45 282.177 Q1258.45 290.904 1255.38 295.51 Q1252.32 300.094 1246.51 300.094 Q1240.7 300.094 1237.62 295.51 Q1234.57 290.904 1234.57 282.177 Q1234.57 273.427 1237.62 268.844 Q1240.7 264.237 1246.51 264.237 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1210.54 157.07 Q1206.93 157.07 1205.1 160.635 Q1203.29 164.177 1203.29 171.306 Q1203.29 178.413 1205.1 181.977 Q1206.93 185.519 1210.54 185.519 Q1214.17 185.519 1215.98 181.977 Q1217.81 178.413 1217.81 171.306 Q1217.81 164.177 1215.98 160.635 Q1214.17 157.07 1210.54 157.07 M1210.54 153.366 Q1216.35 153.366 1219.4 157.973 Q1222.48 162.556 1222.48 171.306 Q1222.48 180.033 1219.4 184.639 Q1216.35 189.223 1210.54 189.223 Q1204.73 189.223 1201.65 184.639 Q1198.59 180.033 1198.59 171.306 Q1198.59 162.556 1201.65 157.973 Q1204.73 153.366 1210.54 153.366 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1227.55 182.672 L1232.44 182.672 L1232.44 188.551 L1227.55 188.551 L1227.55 182.672 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1237.55 153.991 L1255.91 153.991 L1255.91 157.927 L1241.83 157.927 L1241.83 166.399 Q1242.85 166.052 1243.87 165.89 Q1244.89 165.704 1245.91 165.704 Q1251.7 165.704 1255.08 168.876 Q1258.45 172.047 1258.45 177.464 Q1258.45 183.042 1254.98 186.144 Q1251.51 189.223 1245.19 189.223 Q1243.01 189.223 1240.75 188.852 Q1238.5 188.482 1236.09 187.741 L1236.09 183.042 Q1238.18 184.177 1240.4 184.732 Q1242.62 185.288 1245.1 185.288 Q1249.1 185.288 1251.44 183.181 Q1253.78 181.075 1253.78 177.464 Q1253.78 173.852 1251.44 171.746 Q1249.1 169.64 1245.1 169.64 Q1243.22 169.64 1241.35 170.056 Q1239.5 170.473 1237.55 171.352 L1237.55 153.991 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1201.58 73.7453 L1209.22 73.7453 L1209.22 47.3797 L1200.91 49.0464 L1200.91 44.7871 L1209.17 43.1205 L1213.85 43.1205 L1213.85 73.7453 L1221.49 73.7453 L1221.49 77.6805 L1201.58 77.6805 L1201.58 73.7453 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1226.56 71.8009 L1231.44 71.8009 L1231.44 77.6805 L1226.56 77.6805 L1226.56 71.8009 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1246.51 46.1992 Q1242.9 46.1992 1241.07 49.764 Q1239.26 53.3056 1239.26 60.4352 Q1239.26 67.5417 1241.07 71.1065 Q1242.9 74.6481 1246.51 74.6481 Q1250.14 74.6481 1251.95 71.1065 Q1253.78 67.5417 1253.78 60.4352 Q1253.78 53.3056 1251.95 49.764 Q1250.14 46.1992 1246.51 46.1992 M1246.51 42.4955 Q1252.32 42.4955 1255.38 47.1019 Q1258.45 51.6853 1258.45 60.4352 Q1258.45 69.162 1255.38 73.7685 Q1252.32 78.3518 1246.51 78.3518 Q1240.7 78.3518 1237.62 73.7685 Q1234.57 69.162 1234.57 60.4352 Q1234.57 51.6853 1237.62 47.1019 Q1240.7 42.4955 1246.51 42.4955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip383)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,69.5087 1308.76,68.0366 1310.86,66.692 1312.96,65.4759 1315.06,64.3889 1324.77,61.0589 1334.49,60.5425 1344.2,62.8465 1353.91,67.9414 1363.62,75.7625 \n 1373.33,86.2102 1383.04,99.1515 1392.75,114.422 1404.42,135.581 1416.09,159.433 1427.76,185.54 1439.43,213.422 1459.17,263.164 1478.9,313.9 1500.34,367.043 \n 1521.78,414.941 1531.66,434.42 1541.54,451.891 1551.43,467.125 1561.31,479.92 1571.9,490.739 1582.5,498.399 1593.09,502.782 1603.69,503.824 1615.96,500.833 \n 1628.24,493.398 1640.51,481.668 1652.79,465.884 1663.69,448.711 1674.6,428.864 1685.51,406.66 1696.42,382.457 1715.55,336.371 1734.68,287.614 1755.54,234.231 \n 1776.4,183.652 1786.89,160.216 1797.38,138.59 1807.87,119.097 1818.36,102.026 1829.96,86.2752 1841.56,74.0796 1853.16,65.6608 1864.76,61.1716 1875.8,60.6237 \n 1886.84,63.7166 1897.87,70.3994 1908.91,80.5624 1920.38,94.64 1931.86,112.049 1943.33,132.48 1954.81,155.57 1974.13,199.293 1993.45,247.177 2017.04,307.77 \n 2040.62,366.449 2051.71,392.106 2062.8,415.94 2073.88,437.555 2084.97,456.593 2093.85,469.769 2102.73,480.948 2111.61,490.01 2120.49,496.859 2129.37,501.422 \n 2138.25,503.651 2147.13,503.521 2156.01,501.034 2158.75,499.797 2161.48,498.341 2164.21,496.667 2166.95,494.776 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"\nM2002.27 178.206 L2199.73 178.206 L2199.73 57.2458 L2002.27 57.2458 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2002.27,178.206 2199.73,178.206 2199.73,57.2458 2002.27,57.2458 2002.27,178.206 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2012.4,117.726 2073.2,117.726 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"M 0 0 M2101.75 109.844 L2101.75 113.872 Q2099.95 112.946 2098 112.483 Q2096.06 112.02 2093.98 112.02 Q2090.8 112.02 2089.21 112.992 Q2087.63 113.964 2087.63 115.909 Q2087.63 117.39 2088.77 118.247 Q2089.9 119.08 2093.33 119.844 L2094.79 120.168 Q2099.32 121.14 2101.22 122.923 Q2103.14 124.682 2103.14 127.853 Q2103.14 131.464 2100.27 133.571 Q2097.42 135.677 2092.42 135.677 Q2090.34 135.677 2088.07 135.26 Q2085.83 134.867 2083.33 134.057 L2083.33 129.659 Q2085.69 130.885 2087.98 131.51 Q2090.27 132.112 2092.52 132.112 Q2095.53 132.112 2097.15 131.094 Q2098.77 130.052 2098.77 128.177 Q2098.77 126.441 2097.59 125.515 Q2096.43 124.589 2092.47 123.733 L2090.99 123.385 Q2087.03 122.552 2085.27 120.839 Q2083.51 119.103 2083.51 116.094 Q2083.51 112.436 2086.11 110.446 Q2088.7 108.455 2093.47 108.455 Q2095.83 108.455 2097.91 108.802 Q2099.99 109.149 2101.75 109.844 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M2107.61 109.08 L2111.87 109.08 L2111.87 135.006 L2107.61 135.006 L2107.61 109.08 M2107.61 98.9875 L2111.87 98.9875 L2111.87 104.381 L2107.61 104.381 L2107.61 98.9875 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M2137.89 119.358 L2137.89 135.006 L2133.63 135.006 L2133.63 119.497 Q2133.63 115.816 2132.19 113.987 Q2130.76 112.159 2127.89 112.159 Q2124.44 112.159 2122.45 114.358 Q2120.46 116.557 2120.46 120.353 L2120.46 135.006 L2116.17 135.006 L2116.17 109.08 L2120.46 109.08 L2120.46 113.108 Q2121.98 110.77 2124.05 109.612 Q2126.13 108.455 2128.84 108.455 Q2133.3 108.455 2135.6 111.233 Q2137.89 113.987 2137.89 119.358 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M2178.98 109.08 L2169.6 121.696 L2179.46 135.006 L2174.44 135.006 L2166.89 124.821 L2159.35 135.006 L2154.32 135.006 L2164.39 121.441 L2155.18 109.08 L2160.2 109.08 L2167.08 118.316 L2173.95 109.08 L2178.98 109.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150), legend=(0.88,0.85))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nplot(P1, P2, P3, P4, size=(560, 300))",
"execution_count": 13,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 13,
"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=\"560\" height=\"300\" viewBox=\"0 0 2240 1200\">\n<defs>\n <clipPath id=\"clip420\">\n <rect x=\"0\" y=\"0\" width=\"2240\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip420)\" d=\"\nM0 1200 L2240 1200 L2240 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip421\">\n <rect x=\"448\" y=\"0\" width=\"1569\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip420)\" d=\"\nM160.855 497.236 L1072.76 497.236 L1072.76 47.2441 L160.855 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip422\">\n <rect x=\"160\" y=\"47\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,497.236 272.692,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,497.236 444.748,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,497.236 616.805,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,497.236 788.862,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,497.236 960.919,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,484.559 1072.76,484.559 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,378.38 1072.76,378.38 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,272.201 1072.76,272.201 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,166.023 1072.76,166.023 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,59.8437 1072.76,59.8437 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,497.236 1072.76,497.236 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,497.236 160.855,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,497.236 272.692,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,497.236 444.748,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,497.236 616.805,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,497.236 788.862,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,497.236 960.919,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,484.559 171.797,484.559 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,378.38 171.797,378.38 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,272.201 171.797,272.201 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,166.023 171.797,166.023 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,59.8437 171.797,59.8437 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M252.703 535.024 L265.18 535.024 L265.18 538.821 L252.703 538.821 L252.703 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M283.097 519.422 L271.291 537.871 L283.097 537.871 L283.097 519.422 M281.87 515.348 L287.749 515.348 L287.749 537.871 L292.68 537.871 L292.68 541.76 L287.749 541.76 L287.749 549.908 L283.097 549.908 L283.097 541.76 L267.495 541.76 L267.495 537.246 L281.87 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M425.802 535.024 L438.279 535.024 L438.279 538.821 L425.802 538.821 L425.802 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M447.376 545.973 L463.695 545.973 L463.695 549.908 L441.751 549.908 L441.751 545.973 Q444.413 543.219 448.996 538.589 Q453.603 533.936 454.783 532.594 Q457.028 530.071 457.908 528.334 Q458.811 526.575 458.811 524.885 Q458.811 522.131 456.866 520.395 Q454.945 518.659 451.843 518.659 Q449.644 518.659 447.191 519.422 Q444.76 520.186 441.982 521.737 L441.982 517.015 Q444.806 515.881 447.26 515.302 Q449.714 514.723 451.751 514.723 Q457.121 514.723 460.316 517.409 Q463.51 520.094 463.51 524.585 Q463.51 526.714 462.7 528.635 Q461.913 530.534 459.806 533.126 Q459.228 533.797 456.126 537.015 Q453.024 540.209 447.376 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M616.805 518.427 Q613.194 518.427 611.366 521.992 Q609.56 525.534 609.56 532.663 Q609.56 539.77 611.366 543.334 Q613.194 546.876 616.805 546.876 Q620.44 546.876 622.245 543.334 Q624.074 539.77 624.074 532.663 Q624.074 525.534 622.245 521.992 Q620.44 518.427 616.805 518.427 M616.805 514.723 Q622.615 514.723 625.671 519.33 Q628.75 523.913 628.75 532.663 Q628.75 541.39 625.671 545.996 Q622.615 550.58 616.805 550.58 Q610.995 550.58 607.916 545.996 Q604.861 541.39 604.861 532.663 Q604.861 523.913 607.916 519.33 Q610.995 514.723 616.805 514.723 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M783.515 545.973 L799.834 545.973 L799.834 549.908 L777.89 549.908 L777.89 545.973 Q780.552 543.219 785.135 538.589 Q789.742 533.936 790.922 532.594 Q793.168 530.071 794.047 528.334 Q794.95 526.575 794.95 524.885 Q794.95 522.131 793.006 520.395 Q791.084 518.659 787.983 518.659 Q785.783 518.659 783.33 519.422 Q780.899 520.186 778.121 521.737 L778.121 517.015 Q780.946 515.881 783.399 515.302 Q785.853 514.723 787.89 514.723 Q793.26 514.723 796.455 517.409 Q799.649 520.094 799.649 524.585 Q799.649 526.714 798.839 528.635 Q798.052 530.534 795.945 533.126 Q795.367 533.797 792.265 537.015 Q789.163 540.209 783.515 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M963.928 519.422 L952.123 537.871 L963.928 537.871 L963.928 519.422 M962.701 515.348 L968.581 515.348 L968.581 537.871 L973.511 537.871 L973.511 541.76 L968.581 541.76 L968.581 549.908 L963.928 549.908 L963.928 541.76 L948.326 541.76 L948.326 537.246 L962.701 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M63.2236 486.955 L75.7004 486.955 L75.7004 490.751 L63.2236 490.751 L63.2236 486.955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M81.58 497.904 L89.2188 497.904 L89.2188 471.538 L80.9087 473.205 L80.9087 468.946 L89.1725 467.279 L93.8484 467.279 L93.8484 497.904 L101.487 497.904 L101.487 501.839 L81.58 501.839 L81.58 497.904 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M106.557 495.959 L111.441 495.959 L111.441 501.839 L106.557 501.839 L106.557 495.959 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M126.51 470.358 Q122.899 470.358 121.071 473.922 Q119.265 477.464 119.265 484.594 Q119.265 491.7 121.071 495.265 Q122.899 498.807 126.51 498.807 Q130.145 498.807 131.95 495.265 Q133.779 491.7 133.779 484.594 Q133.779 477.464 131.95 473.922 Q130.145 470.358 126.51 470.358 M126.51 466.654 Q132.32 466.654 135.376 471.26 Q138.455 475.844 138.455 484.594 Q138.455 493.321 135.376 497.927 Q132.32 502.51 126.51 502.51 Q120.7 502.51 117.621 497.927 Q114.566 493.321 114.566 484.594 Q114.566 475.844 117.621 471.26 Q120.7 466.654 126.51 466.654 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M62.9921 380.776 L75.4689 380.776 L75.4689 384.572 L62.9921 384.572 L62.9921 380.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M90.5383 364.179 Q86.9272 364.179 85.0985 367.744 Q83.2929 371.285 83.2929 378.415 Q83.2929 385.521 85.0985 389.086 Q86.9272 392.628 90.5383 392.628 Q94.1725 392.628 95.9781 389.086 Q97.8068 385.521 97.8068 378.415 Q97.8068 371.285 95.9781 367.744 Q94.1725 364.179 90.5383 364.179 M90.5383 360.475 Q96.3484 360.475 99.404 365.082 Q102.483 369.665 102.483 378.415 Q102.483 387.142 99.404 391.748 Q96.3484 396.331 90.5383 396.331 Q84.7281 396.331 81.6494 391.748 Q78.5939 387.142 78.5939 378.415 Q78.5939 369.665 81.6494 365.082 Q84.7281 360.475 90.5383 360.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M107.552 389.781 L112.436 389.781 L112.436 395.66 L107.552 395.66 L107.552 389.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M117.552 361.1 L135.908 361.1 L135.908 365.035 L121.834 365.035 L121.834 373.507 Q122.853 373.16 123.871 372.998 Q124.89 372.813 125.908 372.813 Q131.695 372.813 135.075 375.984 Q138.455 379.156 138.455 384.572 Q138.455 390.151 134.982 393.253 Q131.51 396.331 125.191 396.331 Q123.015 396.331 120.746 395.961 Q118.501 395.591 116.094 394.85 L116.094 390.151 Q118.177 391.285 120.399 391.841 Q122.621 392.396 125.098 392.396 Q129.103 392.396 131.441 390.29 Q133.779 388.183 133.779 384.572 Q133.779 380.961 131.441 378.855 Q129.103 376.748 125.098 376.748 Q123.223 376.748 121.348 377.165 Q119.496 377.582 117.552 378.461 L117.552 361.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M89.5429 258 Q85.9318 258 84.1031 261.565 Q82.2976 265.106 82.2976 272.236 Q82.2976 279.343 84.1031 282.907 Q85.9318 286.449 89.5429 286.449 Q93.1771 286.449 94.9827 282.907 Q96.8114 279.343 96.8114 272.236 Q96.8114 265.106 94.9827 261.565 Q93.1771 258 89.5429 258 M89.5429 254.296 Q95.3531 254.296 98.4086 258.903 Q101.487 263.486 101.487 272.236 Q101.487 280.963 98.4086 285.569 Q95.3531 290.153 89.5429 290.153 Q83.7328 290.153 80.6541 285.569 Q77.5985 280.963 77.5985 272.236 Q77.5985 263.486 80.6541 258.903 Q83.7328 254.296 89.5429 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M106.557 283.602 L111.441 283.602 L111.441 289.481 L106.557 289.481 L106.557 283.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M126.51 258 Q122.899 258 121.071 261.565 Q119.265 265.106 119.265 272.236 Q119.265 279.343 121.071 282.907 Q122.899 286.449 126.51 286.449 Q130.145 286.449 131.95 282.907 Q133.779 279.343 133.779 272.236 Q133.779 265.106 131.95 261.565 Q130.145 258 126.51 258 M126.51 254.296 Q132.32 254.296 135.376 258.903 Q138.455 263.486 138.455 272.236 Q138.455 280.963 135.376 285.569 Q132.32 290.153 126.51 290.153 Q120.7 290.153 117.621 285.569 Q114.566 280.963 114.566 272.236 Q114.566 263.486 117.621 258.903 Q120.7 254.296 126.51 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M90.5383 151.821 Q86.9272 151.821 85.0985 155.386 Q83.2929 158.928 83.2929 166.057 Q83.2929 173.164 85.0985 176.728 Q86.9272 180.27 90.5383 180.27 Q94.1725 180.27 95.9781 176.728 Q97.8068 173.164 97.8068 166.057 Q97.8068 158.928 95.9781 155.386 Q94.1725 151.821 90.5383 151.821 M90.5383 148.118 Q96.3484 148.118 99.404 152.724 Q102.483 157.307 102.483 166.057 Q102.483 174.784 99.404 179.391 Q96.3484 183.974 90.5383 183.974 Q84.7281 183.974 81.6494 179.391 Q78.5939 174.784 78.5939 166.057 Q78.5939 157.307 81.6494 152.724 Q84.7281 148.118 90.5383 148.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M107.552 177.423 L112.436 177.423 L112.436 183.303 L107.552 183.303 L107.552 177.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M117.552 148.743 L135.908 148.743 L135.908 152.678 L121.834 152.678 L121.834 161.15 Q122.853 160.803 123.871 160.641 Q124.89 160.455 125.908 160.455 Q131.695 160.455 135.075 163.627 Q138.455 166.798 138.455 172.215 Q138.455 177.793 134.982 180.895 Q131.51 183.974 125.191 183.974 Q123.015 183.974 120.746 183.603 Q118.501 183.233 116.094 182.492 L116.094 177.793 Q118.177 178.928 120.399 179.483 Q122.621 180.039 125.098 180.039 Q129.103 180.039 131.441 177.932 Q133.779 175.826 133.779 172.215 Q133.779 168.604 131.441 166.497 Q129.103 164.391 125.098 164.391 Q123.223 164.391 121.348 164.807 Q119.496 165.224 117.552 166.104 L117.552 148.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M81.58 73.1885 L89.2188 73.1885 L89.2188 46.8229 L80.9087 48.4896 L80.9087 44.2304 L89.1725 42.5637 L93.8484 42.5637 L93.8484 73.1885 L101.487 73.1885 L101.487 77.1237 L81.58 77.1237 L81.58 73.1885 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M106.557 71.2441 L111.441 71.2441 L111.441 77.1237 L106.557 77.1237 L106.557 71.2441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M126.51 45.6424 Q122.899 45.6424 121.071 49.2072 Q119.265 52.7488 119.265 59.8784 Q119.265 66.9849 121.071 70.5497 Q122.899 74.0913 126.51 74.0913 Q130.145 74.0913 131.95 70.5497 Q133.779 66.9849 133.779 59.8784 Q133.779 52.7488 131.95 49.2072 Q130.145 45.6424 126.51 45.6424 M126.51 41.9387 Q132.32 41.9387 135.376 46.5452 Q138.455 51.1285 138.455 59.8784 Q138.455 68.6052 135.376 73.2117 Q132.32 77.795 126.51 77.795 Q120.7 77.795 117.621 73.2117 Q114.566 68.6052 114.566 59.8784 Q114.566 51.1285 117.621 46.5452 Q120.7 41.9387 126.51 41.9387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip422)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,68.5664 188.764,67.1566 190.864,65.869 192.964,64.7043 195.065,63.6633 204.775,60.4742 214.485,59.9797 224.196,62.1862 233.906,67.0655 243.616,74.5556 \n 253.327,84.5611 263.037,96.9547 272.747,111.579 284.419,131.842 296.09,154.685 307.761,179.687 319.432,206.39 339.167,254.026 358.903,302.615 380.341,353.509 \n 401.779,399.38 411.661,418.034 421.543,434.766 431.425,449.355 441.307,461.609 451.902,471.97 462.496,479.305 473.091,483.503 483.686,484.501 495.961,481.637 \n 508.236,474.516 520.51,463.283 532.785,448.167 543.694,431.721 554.602,412.713 565.511,391.449 576.419,368.271 595.551,324.135 614.682,277.441 635.541,226.318 \n 656.399,177.879 666.891,155.435 677.382,134.725 687.873,116.057 698.364,99.7078 709.964,84.6234 721.563,72.9439 733.163,64.8814 744.762,60.5822 755.798,60.0574 \n 766.835,63.0194 777.872,69.4195 788.908,79.1523 800.384,92.6341 811.859,109.306 823.334,128.873 834.81,150.985 854.13,192.858 873.449,238.716 897.037,296.745 \n 920.624,352.94 931.71,377.512 942.796,400.337 953.883,421.037 964.969,439.269 973.85,451.887 982.73,462.593 991.611,471.272 1000.49,477.831 1009.37,482.201 \n 1018.25,484.335 1027.13,484.211 1036.01,481.829 1038.75,480.645 1041.48,479.251 1044.21,477.647 1046.95,475.836 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"\nM882.27 175.223 L1079.73 175.223 L1079.73 54.2629 L882.27 54.2629 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 882.27,175.223 1079.73,175.223 1079.73,54.2629 882.27,54.2629 882.27,175.223 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 892.402,114.743 953.196,114.743 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M981.754 106.861 L981.754 110.889 Q979.948 109.963 978.004 109.5 Q976.059 109.037 973.976 109.037 Q970.805 109.037 969.207 110.009 Q967.633 110.981 967.633 112.926 Q967.633 114.407 968.768 115.264 Q969.902 116.097 973.328 116.861 L974.786 117.185 Q979.323 118.157 981.221 119.94 Q983.142 121.699 983.142 124.87 Q983.142 128.481 980.272 130.588 Q977.425 132.694 972.425 132.694 Q970.342 132.694 968.073 132.278 Q965.828 131.884 963.328 131.074 L963.328 126.676 Q965.689 127.903 967.981 128.528 Q970.272 129.129 972.518 129.129 Q975.527 129.129 977.147 128.111 Q978.767 127.069 978.767 125.194 Q978.767 123.458 977.587 122.532 Q976.43 121.606 972.471 120.75 L970.99 120.403 Q967.031 119.569 965.272 117.856 Q963.513 116.12 963.513 113.111 Q963.513 109.454 966.106 107.463 Q968.698 105.472 973.467 105.472 Q975.828 105.472 977.911 105.819 Q979.994 106.167 981.754 106.861 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M987.61 106.097 L991.869 106.097 L991.869 132.023 L987.61 132.023 L987.61 106.097 M987.61 96.0046 L991.869 96.0046 L991.869 101.398 L987.61 101.398 L987.61 96.0046 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1017.89 116.375 L1017.89 132.023 L1013.63 132.023 L1013.63 116.514 Q1013.63 112.833 1012.19 111.005 Q1010.76 109.176 1007.89 109.176 Q1004.44 109.176 1002.45 111.375 Q1000.46 113.574 1000.46 117.37 L1000.46 132.023 L996.175 132.023 L996.175 106.097 L1000.46 106.097 L1000.46 110.125 Q1001.98 107.787 1004.05 106.63 Q1006.13 105.472 1008.84 105.472 Q1013.3 105.472 1015.6 108.25 Q1017.89 111.005 1017.89 116.375 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1058.98 106.097 L1049.6 118.713 L1059.46 132.023 L1054.44 132.023 L1046.89 121.838 L1039.35 132.023 L1034.32 132.023 L1044.39 118.458 L1035.18 106.097 L1040.2 106.097 L1047.08 115.333 L1053.95 106.097 L1058.98 106.097 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"\nM1280.85 497.236 L2192.76 497.236 L2192.76 47.2441 L1280.85 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip423\">\n <rect x=\"1280\" y=\"47\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,497.236 1392.69,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,497.236 1564.75,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,497.236 1736.81,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,497.236 1908.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,497.236 2080.92,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,484.559 2192.76,484.559 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,378.38 2192.76,378.38 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,272.201 2192.76,272.201 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,166.023 2192.76,166.023 \n \"/>\n<polyline clip-path=\"url(#clip423)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,59.8437 2192.76,59.8437 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,497.236 2192.76,497.236 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,497.236 1280.85,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,497.236 1392.69,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,497.236 1564.75,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,497.236 1736.81,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,497.236 1908.86,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,497.236 2080.92,491.837 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,484.559 1291.8,484.559 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,378.38 1291.8,378.38 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,272.201 1291.8,272.201 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,166.023 1291.8,166.023 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,59.8437 1291.8,59.8437 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M1372.7 535.024 L1385.18 535.024 L1385.18 538.821 L1372.7 538.821 L1372.7 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1403.1 519.422 L1391.29 537.871 L1403.1 537.871 L1403.1 519.422 M1401.87 515.348 L1407.75 515.348 L1407.75 537.871 L1412.68 537.871 L1412.68 541.76 L1407.75 541.76 L1407.75 549.908 L1403.1 549.908 L1403.1 541.76 L1387.49 541.76 L1387.49 537.246 L1401.87 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1545.8 535.024 L1558.28 535.024 L1558.28 538.821 L1545.8 538.821 L1545.8 535.024 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1567.38 545.973 L1583.7 545.973 L1583.7 549.908 L1561.75 549.908 L1561.75 545.973 Q1564.41 543.219 1569 538.589 Q1573.6 533.936 1574.78 532.594 Q1577.03 530.071 1577.91 528.334 Q1578.81 526.575 1578.81 524.885 Q1578.81 522.131 1576.87 520.395 Q1574.95 518.659 1571.84 518.659 Q1569.64 518.659 1567.19 519.422 Q1564.76 520.186 1561.98 521.737 L1561.98 517.015 Q1564.81 515.881 1567.26 515.302 Q1569.71 514.723 1571.75 514.723 Q1577.12 514.723 1580.32 517.409 Q1583.51 520.094 1583.51 524.585 Q1583.51 526.714 1582.7 528.635 Q1581.91 530.534 1579.81 533.126 Q1579.23 533.797 1576.13 537.015 Q1573.02 540.209 1567.38 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1736.81 518.427 Q1733.19 518.427 1731.37 521.992 Q1729.56 525.534 1729.56 532.663 Q1729.56 539.77 1731.37 543.334 Q1733.19 546.876 1736.81 546.876 Q1740.44 546.876 1742.25 543.334 Q1744.07 539.77 1744.07 532.663 Q1744.07 525.534 1742.25 521.992 Q1740.44 518.427 1736.81 518.427 M1736.81 514.723 Q1742.62 514.723 1745.67 519.33 Q1748.75 523.913 1748.75 532.663 Q1748.75 541.39 1745.67 545.996 Q1742.62 550.58 1736.81 550.58 Q1731 550.58 1727.92 545.996 Q1724.86 541.39 1724.86 532.663 Q1724.86 523.913 1727.92 519.33 Q1731 514.723 1736.81 514.723 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1903.51 545.973 L1919.83 545.973 L1919.83 549.908 L1897.89 549.908 L1897.89 545.973 Q1900.55 543.219 1905.14 538.589 Q1909.74 533.936 1910.92 532.594 Q1913.17 530.071 1914.05 528.334 Q1914.95 526.575 1914.95 524.885 Q1914.95 522.131 1913.01 520.395 Q1911.08 518.659 1907.98 518.659 Q1905.78 518.659 1903.33 519.422 Q1900.9 520.186 1898.12 521.737 L1898.12 517.015 Q1900.95 515.881 1903.4 515.302 Q1905.85 514.723 1907.89 514.723 Q1913.26 514.723 1916.45 517.409 Q1919.65 520.094 1919.65 524.585 Q1919.65 526.714 1918.84 528.635 Q1918.05 530.534 1915.95 533.126 Q1915.37 533.797 1912.26 537.015 Q1909.16 540.209 1903.51 545.973 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2083.93 519.422 L2072.12 537.871 L2083.93 537.871 L2083.93 519.422 M2082.7 515.348 L2088.58 515.348 L2088.58 537.871 L2093.51 537.871 L2093.51 541.76 L2088.58 541.76 L2088.58 549.908 L2083.93 549.908 L2083.93 541.76 L2068.33 541.76 L2068.33 537.246 L2082.7 515.348 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1183.22 486.955 L1195.7 486.955 L1195.7 490.751 L1183.22 490.751 L1183.22 486.955 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1201.58 497.904 L1209.22 497.904 L1209.22 471.538 L1200.91 473.205 L1200.91 468.946 L1209.17 467.279 L1213.85 467.279 L1213.85 497.904 L1221.49 497.904 L1221.49 501.839 L1201.58 501.839 L1201.58 497.904 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1226.56 495.959 L1231.44 495.959 L1231.44 501.839 L1226.56 501.839 L1226.56 495.959 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1246.51 470.358 Q1242.9 470.358 1241.07 473.922 Q1239.26 477.464 1239.26 484.594 Q1239.26 491.7 1241.07 495.265 Q1242.9 498.807 1246.51 498.807 Q1250.14 498.807 1251.95 495.265 Q1253.78 491.7 1253.78 484.594 Q1253.78 477.464 1251.95 473.922 Q1250.14 470.358 1246.51 470.358 M1246.51 466.654 Q1252.32 466.654 1255.38 471.26 Q1258.45 475.844 1258.45 484.594 Q1258.45 493.321 1255.38 497.927 Q1252.32 502.51 1246.51 502.51 Q1240.7 502.51 1237.62 497.927 Q1234.57 493.321 1234.57 484.594 Q1234.57 475.844 1237.62 471.26 Q1240.7 466.654 1246.51 466.654 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1182.99 380.776 L1195.47 380.776 L1195.47 384.572 L1182.99 384.572 L1182.99 380.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1210.54 364.179 Q1206.93 364.179 1205.1 367.744 Q1203.29 371.285 1203.29 378.415 Q1203.29 385.521 1205.1 389.086 Q1206.93 392.628 1210.54 392.628 Q1214.17 392.628 1215.98 389.086 Q1217.81 385.521 1217.81 378.415 Q1217.81 371.285 1215.98 367.744 Q1214.17 364.179 1210.54 364.179 M1210.54 360.475 Q1216.35 360.475 1219.4 365.082 Q1222.48 369.665 1222.48 378.415 Q1222.48 387.142 1219.4 391.748 Q1216.35 396.331 1210.54 396.331 Q1204.73 396.331 1201.65 391.748 Q1198.59 387.142 1198.59 378.415 Q1198.59 369.665 1201.65 365.082 Q1204.73 360.475 1210.54 360.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1227.55 389.781 L1232.44 389.781 L1232.44 395.66 L1227.55 395.66 L1227.55 389.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1237.55 361.1 L1255.91 361.1 L1255.91 365.035 L1241.83 365.035 L1241.83 373.507 Q1242.85 373.16 1243.87 372.998 Q1244.89 372.813 1245.91 372.813 Q1251.7 372.813 1255.08 375.984 Q1258.45 379.156 1258.45 384.572 Q1258.45 390.151 1254.98 393.253 Q1251.51 396.331 1245.19 396.331 Q1243.01 396.331 1240.75 395.961 Q1238.5 395.591 1236.09 394.85 L1236.09 390.151 Q1238.18 391.285 1240.4 391.841 Q1242.62 392.396 1245.1 392.396 Q1249.1 392.396 1251.44 390.29 Q1253.78 388.183 1253.78 384.572 Q1253.78 380.961 1251.44 378.855 Q1249.1 376.748 1245.1 376.748 Q1243.22 376.748 1241.35 377.165 Q1239.5 377.582 1237.55 378.461 L1237.55 361.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1209.54 258 Q1205.93 258 1204.1 261.565 Q1202.3 265.106 1202.3 272.236 Q1202.3 279.343 1204.1 282.907 Q1205.93 286.449 1209.54 286.449 Q1213.18 286.449 1214.98 282.907 Q1216.81 279.343 1216.81 272.236 Q1216.81 265.106 1214.98 261.565 Q1213.18 258 1209.54 258 M1209.54 254.296 Q1215.35 254.296 1218.41 258.903 Q1221.49 263.486 1221.49 272.236 Q1221.49 280.963 1218.41 285.569 Q1215.35 290.153 1209.54 290.153 Q1203.73 290.153 1200.65 285.569 Q1197.6 280.963 1197.6 272.236 Q1197.6 263.486 1200.65 258.903 Q1203.73 254.296 1209.54 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1226.56 283.602 L1231.44 283.602 L1231.44 289.481 L1226.56 289.481 L1226.56 283.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1246.51 258 Q1242.9 258 1241.07 261.565 Q1239.26 265.106 1239.26 272.236 Q1239.26 279.343 1241.07 282.907 Q1242.9 286.449 1246.51 286.449 Q1250.14 286.449 1251.95 282.907 Q1253.78 279.343 1253.78 272.236 Q1253.78 265.106 1251.95 261.565 Q1250.14 258 1246.51 258 M1246.51 254.296 Q1252.32 254.296 1255.38 258.903 Q1258.45 263.486 1258.45 272.236 Q1258.45 280.963 1255.38 285.569 Q1252.32 290.153 1246.51 290.153 Q1240.7 290.153 1237.62 285.569 Q1234.57 280.963 1234.57 272.236 Q1234.57 263.486 1237.62 258.903 Q1240.7 254.296 1246.51 254.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1210.54 151.821 Q1206.93 151.821 1205.1 155.386 Q1203.29 158.928 1203.29 166.057 Q1203.29 173.164 1205.1 176.728 Q1206.93 180.27 1210.54 180.27 Q1214.17 180.27 1215.98 176.728 Q1217.81 173.164 1217.81 166.057 Q1217.81 158.928 1215.98 155.386 Q1214.17 151.821 1210.54 151.821 M1210.54 148.118 Q1216.35 148.118 1219.4 152.724 Q1222.48 157.307 1222.48 166.057 Q1222.48 174.784 1219.4 179.391 Q1216.35 183.974 1210.54 183.974 Q1204.73 183.974 1201.65 179.391 Q1198.59 174.784 1198.59 166.057 Q1198.59 157.307 1201.65 152.724 Q1204.73 148.118 1210.54 148.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1227.55 177.423 L1232.44 177.423 L1232.44 183.303 L1227.55 183.303 L1227.55 177.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1237.55 148.743 L1255.91 148.743 L1255.91 152.678 L1241.83 152.678 L1241.83 161.15 Q1242.85 160.803 1243.87 160.641 Q1244.89 160.455 1245.91 160.455 Q1251.7 160.455 1255.08 163.627 Q1258.45 166.798 1258.45 172.215 Q1258.45 177.793 1254.98 180.895 Q1251.51 183.974 1245.19 183.974 Q1243.01 183.974 1240.75 183.603 Q1238.5 183.233 1236.09 182.492 L1236.09 177.793 Q1238.18 178.928 1240.4 179.483 Q1242.62 180.039 1245.1 180.039 Q1249.1 180.039 1251.44 177.932 Q1253.78 175.826 1253.78 172.215 Q1253.78 168.604 1251.44 166.497 Q1249.1 164.391 1245.1 164.391 Q1243.22 164.391 1241.35 164.807 Q1239.5 165.224 1237.55 166.104 L1237.55 148.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1201.58 73.1885 L1209.22 73.1885 L1209.22 46.8229 L1200.91 48.4896 L1200.91 44.2304 L1209.17 42.5637 L1213.85 42.5637 L1213.85 73.1885 L1221.49 73.1885 L1221.49 77.1237 L1201.58 77.1237 L1201.58 73.1885 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1226.56 71.2441 L1231.44 71.2441 L1231.44 77.1237 L1226.56 77.1237 L1226.56 71.2441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1246.51 45.6424 Q1242.9 45.6424 1241.07 49.2072 Q1239.26 52.7488 1239.26 59.8784 Q1239.26 66.9849 1241.07 70.5497 Q1242.9 74.0913 1246.51 74.0913 Q1250.14 74.0913 1251.95 70.5497 Q1253.78 66.9849 1253.78 59.8784 Q1253.78 52.7488 1251.95 49.2072 Q1250.14 45.6424 1246.51 45.6424 M1246.51 41.9387 Q1252.32 41.9387 1255.38 46.5452 Q1258.45 51.1285 1258.45 59.8784 Q1258.45 68.6052 1255.38 73.2117 Q1252.32 77.795 1246.51 77.795 Q1240.7 77.795 1237.62 73.2117 Q1234.57 68.6052 1234.57 59.8784 Q1234.57 51.1285 1237.62 46.5452 Q1240.7 41.9387 1246.51 41.9387 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip423)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,68.5664 1308.76,67.1566 1310.86,65.869 1312.96,64.7043 1315.06,63.6633 1324.77,60.4742 1334.49,59.9797 1344.2,62.1862 1353.91,67.0655 1363.62,74.5556 \n 1373.33,84.5611 1383.04,96.9547 1392.75,111.579 1404.42,131.842 1416.09,154.685 1427.76,179.687 1439.43,206.39 1459.17,254.026 1478.9,302.615 1500.34,353.509 \n 1521.78,399.38 1531.66,418.034 1541.54,434.766 1551.43,449.355 1561.31,461.609 1571.9,471.97 1582.5,479.305 1593.09,483.503 1603.69,484.501 1615.96,481.637 \n 1628.24,474.516 1640.51,463.283 1652.79,448.167 1663.69,431.721 1674.6,412.713 1685.51,391.449 1696.42,368.271 1715.55,324.135 1734.68,277.441 1755.54,226.318 \n 1776.4,177.879 1786.89,155.435 1797.38,134.725 1807.87,116.057 1818.36,99.7078 1829.96,84.6234 1841.56,72.9439 1853.16,64.8814 1864.76,60.5822 1875.8,60.0574 \n 1886.84,63.0194 1897.87,69.4195 1908.91,79.1523 1920.38,92.6341 1931.86,109.306 1943.33,128.873 1954.81,150.985 1974.13,192.858 1993.45,238.716 2017.04,296.745 \n 2040.62,352.94 2051.71,377.512 2062.8,400.337 2073.88,421.037 2084.97,439.269 2093.85,451.887 2102.73,462.593 2111.61,471.272 2120.49,477.831 2129.37,482.201 \n 2138.25,484.335 2147.13,484.211 2156.01,481.829 2158.75,480.645 2161.48,479.251 2164.21,477.647 2166.95,475.836 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"\nM2002.27 175.223 L2199.73 175.223 L2199.73 54.2629 L2002.27 54.2629 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2002.27,175.223 2199.73,175.223 2199.73,54.2629 2002.27,54.2629 2002.27,175.223 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2012.4,114.743 2073.2,114.743 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M2101.75 106.861 L2101.75 110.889 Q2099.95 109.963 2098 109.5 Q2096.06 109.037 2093.98 109.037 Q2090.8 109.037 2089.21 110.009 Q2087.63 110.981 2087.63 112.926 Q2087.63 114.407 2088.77 115.264 Q2089.9 116.097 2093.33 116.861 L2094.79 117.185 Q2099.32 118.157 2101.22 119.94 Q2103.14 121.699 2103.14 124.87 Q2103.14 128.481 2100.27 130.588 Q2097.42 132.694 2092.42 132.694 Q2090.34 132.694 2088.07 132.278 Q2085.83 131.884 2083.33 131.074 L2083.33 126.676 Q2085.69 127.903 2087.98 128.528 Q2090.27 129.129 2092.52 129.129 Q2095.53 129.129 2097.15 128.111 Q2098.77 127.069 2098.77 125.194 Q2098.77 123.458 2097.59 122.532 Q2096.43 121.606 2092.47 120.75 L2090.99 120.403 Q2087.03 119.569 2085.27 117.856 Q2083.51 116.12 2083.51 113.111 Q2083.51 109.454 2086.11 107.463 Q2088.7 105.472 2093.47 105.472 Q2095.83 105.472 2097.91 105.819 Q2099.99 106.167 2101.75 106.861 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2107.61 106.097 L2111.87 106.097 L2111.87 132.023 L2107.61 132.023 L2107.61 106.097 M2107.61 96.0046 L2111.87 96.0046 L2111.87 101.398 L2107.61 101.398 L2107.61 96.0046 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2137.89 116.375 L2137.89 132.023 L2133.63 132.023 L2133.63 116.514 Q2133.63 112.833 2132.19 111.005 Q2130.76 109.176 2127.89 109.176 Q2124.44 109.176 2122.45 111.375 Q2120.46 113.574 2120.46 117.37 L2120.46 132.023 L2116.17 132.023 L2116.17 106.097 L2120.46 106.097 L2120.46 110.125 Q2121.98 107.787 2124.05 106.63 Q2126.13 105.472 2128.84 105.472 Q2133.3 105.472 2135.6 108.25 Q2137.89 111.005 2137.89 116.375 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2178.98 106.097 L2169.6 118.713 L2179.46 132.023 L2174.44 132.023 L2166.89 121.838 L2159.35 132.023 L2154.32 132.023 L2164.39 118.458 L2155.18 106.097 L2160.2 106.097 L2167.08 115.333 L2173.95 106.097 L2178.98 106.097 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"\nM160.855 1097.24 L1072.76 1097.24 L1072.76 647.244 L160.855 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip424\">\n <rect x=\"160\" y=\"647\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,1097.24 272.692,647.244 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,1097.24 444.748,647.244 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,1097.24 616.805,647.244 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,1097.24 788.862,647.244 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,1097.24 960.919,647.244 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1084.56 1072.76,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,978.38 1072.76,978.38 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,872.201 1072.76,872.201 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,766.023 1072.76,766.023 \n \"/>\n<polyline clip-path=\"url(#clip424)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,659.844 1072.76,659.844 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1097.24 1072.76,1097.24 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1097.24 160.855,647.244 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,1097.24 272.692,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,1097.24 444.748,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,1097.24 616.805,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,1097.24 788.862,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,1097.24 960.919,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1084.56 171.797,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,978.38 171.797,978.38 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,872.201 171.797,872.201 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,766.023 171.797,766.023 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,659.844 171.797,659.844 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M252.703 1135.02 L265.18 1135.02 L265.18 1138.82 L252.703 1138.82 L252.703 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M283.097 1119.42 L271.291 1137.87 L283.097 1137.87 L283.097 1119.42 M281.87 1115.35 L287.749 1115.35 L287.749 1137.87 L292.68 1137.87 L292.68 1141.76 L287.749 1141.76 L287.749 1149.91 L283.097 1149.91 L283.097 1141.76 L267.495 1141.76 L267.495 1137.25 L281.87 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M425.802 1135.02 L438.279 1135.02 L438.279 1138.82 L425.802 1138.82 L425.802 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M447.376 1145.97 L463.695 1145.97 L463.695 1149.91 L441.751 1149.91 L441.751 1145.97 Q444.413 1143.22 448.996 1138.59 Q453.603 1133.94 454.783 1132.59 Q457.028 1130.07 457.908 1128.33 Q458.811 1126.58 458.811 1124.89 Q458.811 1122.13 456.866 1120.39 Q454.945 1118.66 451.843 1118.66 Q449.644 1118.66 447.191 1119.42 Q444.76 1120.19 441.982 1121.74 L441.982 1117.02 Q444.806 1115.88 447.26 1115.3 Q449.714 1114.72 451.751 1114.72 Q457.121 1114.72 460.316 1117.41 Q463.51 1120.09 463.51 1124.58 Q463.51 1126.71 462.7 1128.64 Q461.913 1130.53 459.806 1133.13 Q459.228 1133.8 456.126 1137.01 Q453.024 1140.21 447.376 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M616.805 1118.43 Q613.194 1118.43 611.366 1121.99 Q609.56 1125.53 609.56 1132.66 Q609.56 1139.77 611.366 1143.33 Q613.194 1146.88 616.805 1146.88 Q620.44 1146.88 622.245 1143.33 Q624.074 1139.77 624.074 1132.66 Q624.074 1125.53 622.245 1121.99 Q620.44 1118.43 616.805 1118.43 M616.805 1114.72 Q622.615 1114.72 625.671 1119.33 Q628.75 1123.91 628.75 1132.66 Q628.75 1141.39 625.671 1146 Q622.615 1150.58 616.805 1150.58 Q610.995 1150.58 607.916 1146 Q604.861 1141.39 604.861 1132.66 Q604.861 1123.91 607.916 1119.33 Q610.995 1114.72 616.805 1114.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M783.515 1145.97 L799.834 1145.97 L799.834 1149.91 L777.89 1149.91 L777.89 1145.97 Q780.552 1143.22 785.135 1138.59 Q789.742 1133.94 790.922 1132.59 Q793.168 1130.07 794.047 1128.33 Q794.95 1126.58 794.95 1124.89 Q794.95 1122.13 793.006 1120.39 Q791.084 1118.66 787.983 1118.66 Q785.783 1118.66 783.33 1119.42 Q780.899 1120.19 778.121 1121.74 L778.121 1117.02 Q780.946 1115.88 783.399 1115.3 Q785.853 1114.72 787.89 1114.72 Q793.26 1114.72 796.455 1117.41 Q799.649 1120.09 799.649 1124.58 Q799.649 1126.71 798.839 1128.64 Q798.052 1130.53 795.945 1133.13 Q795.367 1133.8 792.265 1137.01 Q789.163 1140.21 783.515 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M963.928 1119.42 L952.123 1137.87 L963.928 1137.87 L963.928 1119.42 M962.701 1115.35 L968.581 1115.35 L968.581 1137.87 L973.511 1137.87 L973.511 1141.76 L968.581 1141.76 L968.581 1149.91 L963.928 1149.91 L963.928 1141.76 L948.326 1141.76 L948.326 1137.25 L962.701 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M63.2236 1086.95 L75.7004 1086.95 L75.7004 1090.75 L63.2236 1090.75 L63.2236 1086.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M81.58 1097.9 L89.2188 1097.9 L89.2188 1071.54 L80.9087 1073.2 L80.9087 1068.95 L89.1725 1067.28 L93.8484 1067.28 L93.8484 1097.9 L101.487 1097.9 L101.487 1101.84 L81.58 1101.84 L81.58 1097.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M106.557 1095.96 L111.441 1095.96 L111.441 1101.84 L106.557 1101.84 L106.557 1095.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M126.51 1070.36 Q122.899 1070.36 121.071 1073.92 Q119.265 1077.46 119.265 1084.59 Q119.265 1091.7 121.071 1095.26 Q122.899 1098.81 126.51 1098.81 Q130.145 1098.81 131.95 1095.26 Q133.779 1091.7 133.779 1084.59 Q133.779 1077.46 131.95 1073.92 Q130.145 1070.36 126.51 1070.36 M126.51 1066.65 Q132.32 1066.65 135.376 1071.26 Q138.455 1075.84 138.455 1084.59 Q138.455 1093.32 135.376 1097.93 Q132.32 1102.51 126.51 1102.51 Q120.7 1102.51 117.621 1097.93 Q114.566 1093.32 114.566 1084.59 Q114.566 1075.84 117.621 1071.26 Q120.7 1066.65 126.51 1066.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M62.9921 980.776 L75.4689 980.776 L75.4689 984.572 L62.9921 984.572 L62.9921 980.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M90.5383 964.179 Q86.9272 964.179 85.0985 967.744 Q83.2929 971.285 83.2929 978.415 Q83.2929 985.521 85.0985 989.086 Q86.9272 992.628 90.5383 992.628 Q94.1725 992.628 95.9781 989.086 Q97.8068 985.521 97.8068 978.415 Q97.8068 971.285 95.9781 967.744 Q94.1725 964.179 90.5383 964.179 M90.5383 960.475 Q96.3484 960.475 99.404 965.082 Q102.483 969.665 102.483 978.415 Q102.483 987.142 99.404 991.748 Q96.3484 996.331 90.5383 996.331 Q84.7281 996.331 81.6494 991.748 Q78.5939 987.142 78.5939 978.415 Q78.5939 969.665 81.6494 965.082 Q84.7281 960.475 90.5383 960.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M107.552 989.781 L112.436 989.781 L112.436 995.66 L107.552 995.66 L107.552 989.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M117.552 961.1 L135.908 961.1 L135.908 965.035 L121.834 965.035 L121.834 973.507 Q122.853 973.16 123.871 972.998 Q124.89 972.813 125.908 972.813 Q131.695 972.813 135.075 975.984 Q138.455 979.156 138.455 984.572 Q138.455 990.151 134.982 993.253 Q131.51 996.331 125.191 996.331 Q123.015 996.331 120.746 995.961 Q118.501 995.591 116.094 994.85 L116.094 990.151 Q118.177 991.285 120.399 991.841 Q122.621 992.396 125.098 992.396 Q129.103 992.396 131.441 990.29 Q133.779 988.183 133.779 984.572 Q133.779 980.961 131.441 978.855 Q129.103 976.748 125.098 976.748 Q123.223 976.748 121.348 977.165 Q119.496 977.582 117.552 978.461 L117.552 961.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M89.5429 858 Q85.9318 858 84.1031 861.565 Q82.2976 865.106 82.2976 872.236 Q82.2976 879.343 84.1031 882.907 Q85.9318 886.449 89.5429 886.449 Q93.1771 886.449 94.9827 882.907 Q96.8114 879.343 96.8114 872.236 Q96.8114 865.106 94.9827 861.565 Q93.1771 858 89.5429 858 M89.5429 854.296 Q95.3531 854.296 98.4086 858.903 Q101.487 863.486 101.487 872.236 Q101.487 880.963 98.4086 885.569 Q95.3531 890.153 89.5429 890.153 Q83.7328 890.153 80.6541 885.569 Q77.5985 880.963 77.5985 872.236 Q77.5985 863.486 80.6541 858.903 Q83.7328 854.296 89.5429 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M106.557 883.602 L111.441 883.602 L111.441 889.481 L106.557 889.481 L106.557 883.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M126.51 858 Q122.899 858 121.071 861.565 Q119.265 865.106 119.265 872.236 Q119.265 879.343 121.071 882.907 Q122.899 886.449 126.51 886.449 Q130.145 886.449 131.95 882.907 Q133.779 879.343 133.779 872.236 Q133.779 865.106 131.95 861.565 Q130.145 858 126.51 858 M126.51 854.296 Q132.32 854.296 135.376 858.903 Q138.455 863.486 138.455 872.236 Q138.455 880.963 135.376 885.569 Q132.32 890.153 126.51 890.153 Q120.7 890.153 117.621 885.569 Q114.566 880.963 114.566 872.236 Q114.566 863.486 117.621 858.903 Q120.7 854.296 126.51 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M90.5383 751.821 Q86.9272 751.821 85.0985 755.386 Q83.2929 758.928 83.2929 766.057 Q83.2929 773.164 85.0985 776.728 Q86.9272 780.27 90.5383 780.27 Q94.1725 780.27 95.9781 776.728 Q97.8068 773.164 97.8068 766.057 Q97.8068 758.928 95.9781 755.386 Q94.1725 751.821 90.5383 751.821 M90.5383 748.118 Q96.3484 748.118 99.404 752.724 Q102.483 757.307 102.483 766.057 Q102.483 774.784 99.404 779.391 Q96.3484 783.974 90.5383 783.974 Q84.7281 783.974 81.6494 779.391 Q78.5939 774.784 78.5939 766.057 Q78.5939 757.307 81.6494 752.724 Q84.7281 748.118 90.5383 748.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M107.552 777.423 L112.436 777.423 L112.436 783.303 L107.552 783.303 L107.552 777.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M117.552 748.743 L135.908 748.743 L135.908 752.678 L121.834 752.678 L121.834 761.15 Q122.853 760.803 123.871 760.641 Q124.89 760.455 125.908 760.455 Q131.695 760.455 135.075 763.627 Q138.455 766.798 138.455 772.215 Q138.455 777.793 134.982 780.895 Q131.51 783.974 125.191 783.974 Q123.015 783.974 120.746 783.603 Q118.501 783.233 116.094 782.492 L116.094 777.793 Q118.177 778.928 120.399 779.483 Q122.621 780.039 125.098 780.039 Q129.103 780.039 131.441 777.932 Q133.779 775.826 133.779 772.215 Q133.779 768.604 131.441 766.497 Q129.103 764.391 125.098 764.391 Q123.223 764.391 121.348 764.807 Q119.496 765.224 117.552 766.104 L117.552 748.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M81.58 673.189 L89.2188 673.189 L89.2188 646.823 L80.9087 648.49 L80.9087 644.23 L89.1725 642.564 L93.8484 642.564 L93.8484 673.189 L101.487 673.189 L101.487 677.124 L81.58 677.124 L81.58 673.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M106.557 671.244 L111.441 671.244 L111.441 677.124 L106.557 677.124 L106.557 671.244 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M126.51 645.642 Q122.899 645.642 121.071 649.207 Q119.265 652.749 119.265 659.878 Q119.265 666.985 121.071 670.55 Q122.899 674.091 126.51 674.091 Q130.145 674.091 131.95 670.55 Q133.779 666.985 133.779 659.878 Q133.779 652.749 131.95 649.207 Q130.145 645.642 126.51 645.642 M126.51 641.939 Q132.32 641.939 135.376 646.545 Q138.455 651.128 138.455 659.878 Q138.455 668.605 135.376 673.212 Q132.32 677.795 126.51 677.795 Q120.7 677.795 117.621 673.212 Q114.566 668.605 114.566 659.878 Q114.566 651.128 117.621 646.545 Q120.7 641.939 126.51 641.939 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip424)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,668.566 188.764,667.157 190.864,665.869 192.964,664.704 195.065,663.663 204.775,660.474 214.485,659.98 224.196,662.186 233.906,667.066 243.616,674.556 \n 253.327,684.561 263.037,696.955 272.747,711.579 284.419,731.842 296.09,754.685 307.761,779.687 319.432,806.39 339.167,854.026 358.903,902.615 380.341,953.509 \n 401.779,999.38 411.661,1018.03 421.543,1034.77 431.425,1049.35 441.307,1061.61 451.902,1071.97 462.496,1079.31 473.091,1083.5 483.686,1084.5 495.961,1081.64 \n 508.236,1074.52 520.51,1063.28 532.785,1048.17 543.694,1031.72 554.602,1012.71 565.511,991.449 576.419,968.271 595.551,924.135 614.682,877.441 635.541,826.318 \n 656.399,777.879 666.891,755.435 677.382,734.725 687.873,716.057 698.364,699.708 709.964,684.623 721.563,672.944 733.163,664.881 744.762,660.582 755.798,660.057 \n 766.835,663.019 777.872,669.419 788.908,679.152 800.384,692.634 811.859,709.306 823.334,728.873 834.81,750.985 854.13,792.858 873.449,838.716 897.037,896.745 \n 920.624,952.94 931.71,977.512 942.796,1000.34 953.883,1021.04 964.969,1039.27 973.85,1051.89 982.73,1062.59 991.611,1071.27 1000.49,1077.83 1009.37,1082.2 \n 1018.25,1084.33 1027.13,1084.21 1036.01,1081.83 1038.75,1080.64 1041.48,1079.25 1044.21,1077.65 1046.95,1075.84 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"\nM882.27 775.223 L1079.73 775.223 L1079.73 654.263 L882.27 654.263 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 882.27,775.223 1079.73,775.223 1079.73,654.263 882.27,654.263 882.27,775.223 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 892.402,714.743 953.196,714.743 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M981.754 706.861 L981.754 710.889 Q979.948 709.963 978.004 709.5 Q976.059 709.037 973.976 709.037 Q970.805 709.037 969.207 710.009 Q967.633 710.981 967.633 712.926 Q967.633 714.407 968.768 715.264 Q969.902 716.097 973.328 716.861 L974.786 717.185 Q979.323 718.157 981.221 719.94 Q983.142 721.699 983.142 724.87 Q983.142 728.481 980.272 730.588 Q977.425 732.694 972.425 732.694 Q970.342 732.694 968.073 732.278 Q965.828 731.884 963.328 731.074 L963.328 726.676 Q965.689 727.903 967.981 728.528 Q970.272 729.129 972.518 729.129 Q975.527 729.129 977.147 728.111 Q978.767 727.069 978.767 725.194 Q978.767 723.458 977.587 722.532 Q976.43 721.606 972.471 720.75 L970.99 720.403 Q967.031 719.569 965.272 717.856 Q963.513 716.12 963.513 713.111 Q963.513 709.454 966.106 707.463 Q968.698 705.472 973.467 705.472 Q975.828 705.472 977.911 705.819 Q979.994 706.167 981.754 706.861 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M987.61 706.097 L991.869 706.097 L991.869 732.023 L987.61 732.023 L987.61 706.097 M987.61 696.005 L991.869 696.005 L991.869 701.398 L987.61 701.398 L987.61 696.005 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1017.89 716.375 L1017.89 732.023 L1013.63 732.023 L1013.63 716.514 Q1013.63 712.833 1012.19 711.005 Q1010.76 709.176 1007.89 709.176 Q1004.44 709.176 1002.45 711.375 Q1000.46 713.574 1000.46 717.37 L1000.46 732.023 L996.175 732.023 L996.175 706.097 L1000.46 706.097 L1000.46 710.125 Q1001.98 707.787 1004.05 706.63 Q1006.13 705.472 1008.84 705.472 Q1013.3 705.472 1015.6 708.25 Q1017.89 711.005 1017.89 716.375 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1058.98 706.097 L1049.6 718.713 L1059.46 732.023 L1054.44 732.023 L1046.89 721.838 L1039.35 732.023 L1034.32 732.023 L1044.39 718.458 L1035.18 706.097 L1040.2 706.097 L1047.08 715.333 L1053.95 706.097 L1058.98 706.097 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"\nM1280.85 1097.24 L2192.76 1097.24 L2192.76 647.244 L1280.85 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip425\">\n <rect x=\"1280\" y=\"647\" width=\"913\" height=\"451\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,1097.24 1392.69,647.244 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,1097.24 1564.75,647.244 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,1097.24 1736.81,647.244 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,1097.24 1908.86,647.244 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,1097.24 2080.92,647.244 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1084.56 2192.76,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,978.38 2192.76,978.38 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,872.201 2192.76,872.201 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,766.023 2192.76,766.023 \n \"/>\n<polyline clip-path=\"url(#clip425)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,659.844 2192.76,659.844 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1097.24 2192.76,1097.24 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1097.24 1280.85,647.244 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,1097.24 1392.69,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,1097.24 1564.75,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,1097.24 1736.81,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,1097.24 1908.86,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,1097.24 2080.92,1091.84 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1084.56 1291.8,1084.56 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,978.38 1291.8,978.38 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,872.201 1291.8,872.201 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,766.023 1291.8,766.023 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,659.844 1291.8,659.844 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M1372.7 1135.02 L1385.18 1135.02 L1385.18 1138.82 L1372.7 1138.82 L1372.7 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1403.1 1119.42 L1391.29 1137.87 L1403.1 1137.87 L1403.1 1119.42 M1401.87 1115.35 L1407.75 1115.35 L1407.75 1137.87 L1412.68 1137.87 L1412.68 1141.76 L1407.75 1141.76 L1407.75 1149.91 L1403.1 1149.91 L1403.1 1141.76 L1387.49 1141.76 L1387.49 1137.25 L1401.87 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1545.8 1135.02 L1558.28 1135.02 L1558.28 1138.82 L1545.8 1138.82 L1545.8 1135.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1567.38 1145.97 L1583.7 1145.97 L1583.7 1149.91 L1561.75 1149.91 L1561.75 1145.97 Q1564.41 1143.22 1569 1138.59 Q1573.6 1133.94 1574.78 1132.59 Q1577.03 1130.07 1577.91 1128.33 Q1578.81 1126.58 1578.81 1124.89 Q1578.81 1122.13 1576.87 1120.39 Q1574.95 1118.66 1571.84 1118.66 Q1569.64 1118.66 1567.19 1119.42 Q1564.76 1120.19 1561.98 1121.74 L1561.98 1117.02 Q1564.81 1115.88 1567.26 1115.3 Q1569.71 1114.72 1571.75 1114.72 Q1577.12 1114.72 1580.32 1117.41 Q1583.51 1120.09 1583.51 1124.58 Q1583.51 1126.71 1582.7 1128.64 Q1581.91 1130.53 1579.81 1133.13 Q1579.23 1133.8 1576.13 1137.01 Q1573.02 1140.21 1567.38 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1736.81 1118.43 Q1733.19 1118.43 1731.37 1121.99 Q1729.56 1125.53 1729.56 1132.66 Q1729.56 1139.77 1731.37 1143.33 Q1733.19 1146.88 1736.81 1146.88 Q1740.44 1146.88 1742.25 1143.33 Q1744.07 1139.77 1744.07 1132.66 Q1744.07 1125.53 1742.25 1121.99 Q1740.44 1118.43 1736.81 1118.43 M1736.81 1114.72 Q1742.62 1114.72 1745.67 1119.33 Q1748.75 1123.91 1748.75 1132.66 Q1748.75 1141.39 1745.67 1146 Q1742.62 1150.58 1736.81 1150.58 Q1731 1150.58 1727.92 1146 Q1724.86 1141.39 1724.86 1132.66 Q1724.86 1123.91 1727.92 1119.33 Q1731 1114.72 1736.81 1114.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1903.51 1145.97 L1919.83 1145.97 L1919.83 1149.91 L1897.89 1149.91 L1897.89 1145.97 Q1900.55 1143.22 1905.14 1138.59 Q1909.74 1133.94 1910.92 1132.59 Q1913.17 1130.07 1914.05 1128.33 Q1914.95 1126.58 1914.95 1124.89 Q1914.95 1122.13 1913.01 1120.39 Q1911.08 1118.66 1907.98 1118.66 Q1905.78 1118.66 1903.33 1119.42 Q1900.9 1120.19 1898.12 1121.74 L1898.12 1117.02 Q1900.95 1115.88 1903.4 1115.3 Q1905.85 1114.72 1907.89 1114.72 Q1913.26 1114.72 1916.45 1117.41 Q1919.65 1120.09 1919.65 1124.58 Q1919.65 1126.71 1918.84 1128.64 Q1918.05 1130.53 1915.95 1133.13 Q1915.37 1133.8 1912.26 1137.01 Q1909.16 1140.21 1903.51 1145.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2083.93 1119.42 L2072.12 1137.87 L2083.93 1137.87 L2083.93 1119.42 M2082.7 1115.35 L2088.58 1115.35 L2088.58 1137.87 L2093.51 1137.87 L2093.51 1141.76 L2088.58 1141.76 L2088.58 1149.91 L2083.93 1149.91 L2083.93 1141.76 L2068.33 1141.76 L2068.33 1137.25 L2082.7 1115.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1183.22 1086.95 L1195.7 1086.95 L1195.7 1090.75 L1183.22 1090.75 L1183.22 1086.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1201.58 1097.9 L1209.22 1097.9 L1209.22 1071.54 L1200.91 1073.2 L1200.91 1068.95 L1209.17 1067.28 L1213.85 1067.28 L1213.85 1097.9 L1221.49 1097.9 L1221.49 1101.84 L1201.58 1101.84 L1201.58 1097.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1226.56 1095.96 L1231.44 1095.96 L1231.44 1101.84 L1226.56 1101.84 L1226.56 1095.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1246.51 1070.36 Q1242.9 1070.36 1241.07 1073.92 Q1239.26 1077.46 1239.26 1084.59 Q1239.26 1091.7 1241.07 1095.26 Q1242.9 1098.81 1246.51 1098.81 Q1250.14 1098.81 1251.95 1095.26 Q1253.78 1091.7 1253.78 1084.59 Q1253.78 1077.46 1251.95 1073.92 Q1250.14 1070.36 1246.51 1070.36 M1246.51 1066.65 Q1252.32 1066.65 1255.38 1071.26 Q1258.45 1075.84 1258.45 1084.59 Q1258.45 1093.32 1255.38 1097.93 Q1252.32 1102.51 1246.51 1102.51 Q1240.7 1102.51 1237.62 1097.93 Q1234.57 1093.32 1234.57 1084.59 Q1234.57 1075.84 1237.62 1071.26 Q1240.7 1066.65 1246.51 1066.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1182.99 980.776 L1195.47 980.776 L1195.47 984.572 L1182.99 984.572 L1182.99 980.776 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1210.54 964.179 Q1206.93 964.179 1205.1 967.744 Q1203.29 971.285 1203.29 978.415 Q1203.29 985.521 1205.1 989.086 Q1206.93 992.628 1210.54 992.628 Q1214.17 992.628 1215.98 989.086 Q1217.81 985.521 1217.81 978.415 Q1217.81 971.285 1215.98 967.744 Q1214.17 964.179 1210.54 964.179 M1210.54 960.475 Q1216.35 960.475 1219.4 965.082 Q1222.48 969.665 1222.48 978.415 Q1222.48 987.142 1219.4 991.748 Q1216.35 996.331 1210.54 996.331 Q1204.73 996.331 1201.65 991.748 Q1198.59 987.142 1198.59 978.415 Q1198.59 969.665 1201.65 965.082 Q1204.73 960.475 1210.54 960.475 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1227.55 989.781 L1232.44 989.781 L1232.44 995.66 L1227.55 995.66 L1227.55 989.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1237.55 961.1 L1255.91 961.1 L1255.91 965.035 L1241.83 965.035 L1241.83 973.507 Q1242.85 973.16 1243.87 972.998 Q1244.89 972.813 1245.91 972.813 Q1251.7 972.813 1255.08 975.984 Q1258.45 979.156 1258.45 984.572 Q1258.45 990.151 1254.98 993.253 Q1251.51 996.331 1245.19 996.331 Q1243.01 996.331 1240.75 995.961 Q1238.5 995.591 1236.09 994.85 L1236.09 990.151 Q1238.18 991.285 1240.4 991.841 Q1242.62 992.396 1245.1 992.396 Q1249.1 992.396 1251.44 990.29 Q1253.78 988.183 1253.78 984.572 Q1253.78 980.961 1251.44 978.855 Q1249.1 976.748 1245.1 976.748 Q1243.22 976.748 1241.35 977.165 Q1239.5 977.582 1237.55 978.461 L1237.55 961.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1209.54 858 Q1205.93 858 1204.1 861.565 Q1202.3 865.106 1202.3 872.236 Q1202.3 879.343 1204.1 882.907 Q1205.93 886.449 1209.54 886.449 Q1213.18 886.449 1214.98 882.907 Q1216.81 879.343 1216.81 872.236 Q1216.81 865.106 1214.98 861.565 Q1213.18 858 1209.54 858 M1209.54 854.296 Q1215.35 854.296 1218.41 858.903 Q1221.49 863.486 1221.49 872.236 Q1221.49 880.963 1218.41 885.569 Q1215.35 890.153 1209.54 890.153 Q1203.73 890.153 1200.65 885.569 Q1197.6 880.963 1197.6 872.236 Q1197.6 863.486 1200.65 858.903 Q1203.73 854.296 1209.54 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1226.56 883.602 L1231.44 883.602 L1231.44 889.481 L1226.56 889.481 L1226.56 883.602 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1246.51 858 Q1242.9 858 1241.07 861.565 Q1239.26 865.106 1239.26 872.236 Q1239.26 879.343 1241.07 882.907 Q1242.9 886.449 1246.51 886.449 Q1250.14 886.449 1251.95 882.907 Q1253.78 879.343 1253.78 872.236 Q1253.78 865.106 1251.95 861.565 Q1250.14 858 1246.51 858 M1246.51 854.296 Q1252.32 854.296 1255.38 858.903 Q1258.45 863.486 1258.45 872.236 Q1258.45 880.963 1255.38 885.569 Q1252.32 890.153 1246.51 890.153 Q1240.7 890.153 1237.62 885.569 Q1234.57 880.963 1234.57 872.236 Q1234.57 863.486 1237.62 858.903 Q1240.7 854.296 1246.51 854.296 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1210.54 751.821 Q1206.93 751.821 1205.1 755.386 Q1203.29 758.928 1203.29 766.057 Q1203.29 773.164 1205.1 776.728 Q1206.93 780.27 1210.54 780.27 Q1214.17 780.27 1215.98 776.728 Q1217.81 773.164 1217.81 766.057 Q1217.81 758.928 1215.98 755.386 Q1214.17 751.821 1210.54 751.821 M1210.54 748.118 Q1216.35 748.118 1219.4 752.724 Q1222.48 757.307 1222.48 766.057 Q1222.48 774.784 1219.4 779.391 Q1216.35 783.974 1210.54 783.974 Q1204.73 783.974 1201.65 779.391 Q1198.59 774.784 1198.59 766.057 Q1198.59 757.307 1201.65 752.724 Q1204.73 748.118 1210.54 748.118 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1227.55 777.423 L1232.44 777.423 L1232.44 783.303 L1227.55 783.303 L1227.55 777.423 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1237.55 748.743 L1255.91 748.743 L1255.91 752.678 L1241.83 752.678 L1241.83 761.15 Q1242.85 760.803 1243.87 760.641 Q1244.89 760.455 1245.91 760.455 Q1251.7 760.455 1255.08 763.627 Q1258.45 766.798 1258.45 772.215 Q1258.45 777.793 1254.98 780.895 Q1251.51 783.974 1245.19 783.974 Q1243.01 783.974 1240.75 783.603 Q1238.5 783.233 1236.09 782.492 L1236.09 777.793 Q1238.18 778.928 1240.4 779.483 Q1242.62 780.039 1245.1 780.039 Q1249.1 780.039 1251.44 777.932 Q1253.78 775.826 1253.78 772.215 Q1253.78 768.604 1251.44 766.497 Q1249.1 764.391 1245.1 764.391 Q1243.22 764.391 1241.35 764.807 Q1239.5 765.224 1237.55 766.104 L1237.55 748.743 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1201.58 673.189 L1209.22 673.189 L1209.22 646.823 L1200.91 648.49 L1200.91 644.23 L1209.17 642.564 L1213.85 642.564 L1213.85 673.189 L1221.49 673.189 L1221.49 677.124 L1201.58 677.124 L1201.58 673.189 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1226.56 671.244 L1231.44 671.244 L1231.44 677.124 L1226.56 677.124 L1226.56 671.244 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1246.51 645.642 Q1242.9 645.642 1241.07 649.207 Q1239.26 652.749 1239.26 659.878 Q1239.26 666.985 1241.07 670.55 Q1242.9 674.091 1246.51 674.091 Q1250.14 674.091 1251.95 670.55 Q1253.78 666.985 1253.78 659.878 Q1253.78 652.749 1251.95 649.207 Q1250.14 645.642 1246.51 645.642 M1246.51 641.939 Q1252.32 641.939 1255.38 646.545 Q1258.45 651.128 1258.45 659.878 Q1258.45 668.605 1255.38 673.212 Q1252.32 677.795 1246.51 677.795 Q1240.7 677.795 1237.62 673.212 Q1234.57 668.605 1234.57 659.878 Q1234.57 651.128 1237.62 646.545 Q1240.7 641.939 1246.51 641.939 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip425)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,668.566 1308.76,667.157 1310.86,665.869 1312.96,664.704 1315.06,663.663 1324.77,660.474 1334.49,659.98 1344.2,662.186 1353.91,667.066 1363.62,674.556 \n 1373.33,684.561 1383.04,696.955 1392.75,711.579 1404.42,731.842 1416.09,754.685 1427.76,779.687 1439.43,806.39 1459.17,854.026 1478.9,902.615 1500.34,953.509 \n 1521.78,999.38 1531.66,1018.03 1541.54,1034.77 1551.43,1049.35 1561.31,1061.61 1571.9,1071.97 1582.5,1079.31 1593.09,1083.5 1603.69,1084.5 1615.96,1081.64 \n 1628.24,1074.52 1640.51,1063.28 1652.79,1048.17 1663.69,1031.72 1674.6,1012.71 1685.51,991.449 1696.42,968.271 1715.55,924.135 1734.68,877.441 1755.54,826.318 \n 1776.4,777.879 1786.89,755.435 1797.38,734.725 1807.87,716.057 1818.36,699.708 1829.96,684.623 1841.56,672.944 1853.16,664.881 1864.76,660.582 1875.8,660.057 \n 1886.84,663.019 1897.87,669.419 1908.91,679.152 1920.38,692.634 1931.86,709.306 1943.33,728.873 1954.81,750.985 1974.13,792.858 1993.45,838.716 2017.04,896.745 \n 2040.62,952.94 2051.71,977.512 2062.8,1000.34 2073.88,1021.04 2084.97,1039.27 2093.85,1051.89 2102.73,1062.59 2111.61,1071.27 2120.49,1077.83 2129.37,1082.2 \n 2138.25,1084.33 2147.13,1084.21 2156.01,1081.83 2158.75,1080.64 2161.48,1079.25 2164.21,1077.65 2166.95,1075.84 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"\nM2002.27 775.223 L2199.73 775.223 L2199.73 654.263 L2002.27 654.263 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2002.27,775.223 2199.73,775.223 2199.73,654.263 2002.27,654.263 2002.27,775.223 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2012.4,714.743 2073.2,714.743 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M2101.75 706.861 L2101.75 710.889 Q2099.95 709.963 2098 709.5 Q2096.06 709.037 2093.98 709.037 Q2090.8 709.037 2089.21 710.009 Q2087.63 710.981 2087.63 712.926 Q2087.63 714.407 2088.77 715.264 Q2089.9 716.097 2093.33 716.861 L2094.79 717.185 Q2099.32 718.157 2101.22 719.94 Q2103.14 721.699 2103.14 724.87 Q2103.14 728.481 2100.27 730.588 Q2097.42 732.694 2092.42 732.694 Q2090.34 732.694 2088.07 732.278 Q2085.83 731.884 2083.33 731.074 L2083.33 726.676 Q2085.69 727.903 2087.98 728.528 Q2090.27 729.129 2092.52 729.129 Q2095.53 729.129 2097.15 728.111 Q2098.77 727.069 2098.77 725.194 Q2098.77 723.458 2097.59 722.532 Q2096.43 721.606 2092.47 720.75 L2090.99 720.403 Q2087.03 719.569 2085.27 717.856 Q2083.51 716.12 2083.51 713.111 Q2083.51 709.454 2086.11 707.463 Q2088.7 705.472 2093.47 705.472 Q2095.83 705.472 2097.91 705.819 Q2099.99 706.167 2101.75 706.861 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2107.61 706.097 L2111.87 706.097 L2111.87 732.023 L2107.61 732.023 L2107.61 706.097 M2107.61 696.005 L2111.87 696.005 L2111.87 701.398 L2107.61 701.398 L2107.61 696.005 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2137.89 716.375 L2137.89 732.023 L2133.63 732.023 L2133.63 716.514 Q2133.63 712.833 2132.19 711.005 Q2130.76 709.176 2127.89 709.176 Q2124.44 709.176 2122.45 711.375 Q2120.46 713.574 2120.46 717.37 L2120.46 732.023 L2116.17 732.023 L2116.17 706.097 L2120.46 706.097 L2120.46 710.125 Q2121.98 707.787 2124.05 706.63 Q2126.13 705.472 2128.84 705.472 Q2133.3 705.472 2135.6 708.25 Q2137.89 711.005 2137.89 716.375 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M2178.98 706.097 L2169.6 718.713 L2179.46 732.023 L2174.44 732.023 L2166.89 721.838 L2159.35 732.023 L2154.32 732.023 L2164.39 718.458 L2155.18 706.097 L2160.2 706.097 L2167.08 715.333 L2173.95 706.097 L2178.98 706.097 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150), legend=(0.88,0.85))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nP5 = deepcopy(P1)\nP6 = deepcopy(P1)\nplot(P1, P2, P3, P4, P5, P6, size=(560, 450), layout=@layout([a b; c d; e f]))",
"execution_count": 14,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 14,
"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=\"560\" height=\"450\" viewBox=\"0 0 2240 1800\">\n<defs>\n <clipPath id=\"clip460\">\n <rect x=\"0\" y=\"0\" width=\"2240\" height=\"1800\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip460)\" d=\"\nM0 1800 L2240 1800 L2240 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip461\">\n <rect x=\"448\" y=\"0\" width=\"1569\" height=\"1569\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip460)\" d=\"\nM160.855 477.351 L1072.76 477.351 L1072.76 47.2441 L160.855 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip462\">\n <rect x=\"160\" y=\"47\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,477.351 272.692,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,477.351 444.748,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,477.351 616.805,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,477.351 788.862,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,477.351 960.919,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,465.233 1072.76,465.233 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,363.747 1072.76,363.747 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,262.26 1072.76,262.26 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,160.774 1072.76,160.774 \n \"/>\n<polyline clip-path=\"url(#clip462)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,59.2869 1072.76,59.2869 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,477.351 1072.76,477.351 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,477.351 160.855,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,477.351 272.692,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,477.351 444.748,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,477.351 616.805,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,477.351 788.862,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,477.351 960.919,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,465.233 171.797,465.233 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,363.747 171.797,363.747 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,262.26 171.797,262.26 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,160.774 171.797,160.774 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,59.2869 171.797,59.2869 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M252.703 515.139 L265.18 515.139 L265.18 518.935 L252.703 518.935 L252.703 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M283.097 499.537 L271.291 517.986 L283.097 517.986 L283.097 499.537 M281.87 495.463 L287.749 495.463 L287.749 517.986 L292.68 517.986 L292.68 521.875 L287.749 521.875 L287.749 530.023 L283.097 530.023 L283.097 521.875 L267.495 521.875 L267.495 517.361 L281.87 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M425.802 515.139 L438.279 515.139 L438.279 518.935 L425.802 518.935 L425.802 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M447.376 526.088 L463.695 526.088 L463.695 530.023 L441.751 530.023 L441.751 526.088 Q444.413 523.333 448.996 518.703 Q453.603 514.051 454.783 512.708 Q457.028 510.185 457.908 508.449 Q458.811 506.69 458.811 505 Q458.811 502.245 456.866 500.509 Q454.945 498.773 451.843 498.773 Q449.644 498.773 447.191 499.537 Q444.76 500.301 441.982 501.852 L441.982 497.129 Q444.806 495.995 447.26 495.416 Q449.714 494.838 451.751 494.838 Q457.121 494.838 460.316 497.523 Q463.51 500.208 463.51 504.699 Q463.51 506.828 462.7 508.75 Q461.913 510.648 459.806 513.24 Q459.228 513.912 456.126 517.129 Q453.024 520.324 447.376 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M616.805 498.541 Q613.194 498.541 611.366 502.106 Q609.56 505.648 609.56 512.777 Q609.56 519.884 611.366 523.449 Q613.194 526.99 616.805 526.99 Q620.44 526.99 622.245 523.449 Q624.074 519.884 624.074 512.777 Q624.074 505.648 622.245 502.106 Q620.44 498.541 616.805 498.541 M616.805 494.838 Q622.615 494.838 625.671 499.444 Q628.75 504.028 628.75 512.777 Q628.75 521.504 625.671 526.111 Q622.615 530.694 616.805 530.694 Q610.995 530.694 607.916 526.111 Q604.861 521.504 604.861 512.777 Q604.861 504.028 607.916 499.444 Q610.995 494.838 616.805 494.838 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M783.515 526.088 L799.834 526.088 L799.834 530.023 L777.89 530.023 L777.89 526.088 Q780.552 523.333 785.135 518.703 Q789.742 514.051 790.922 512.708 Q793.168 510.185 794.047 508.449 Q794.95 506.69 794.95 505 Q794.95 502.245 793.006 500.509 Q791.084 498.773 787.983 498.773 Q785.783 498.773 783.33 499.537 Q780.899 500.301 778.121 501.852 L778.121 497.129 Q780.946 495.995 783.399 495.416 Q785.853 494.838 787.89 494.838 Q793.26 494.838 796.455 497.523 Q799.649 500.208 799.649 504.699 Q799.649 506.828 798.839 508.75 Q798.052 510.648 795.945 513.24 Q795.367 513.912 792.265 517.129 Q789.163 520.324 783.515 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M963.928 499.537 L952.123 517.986 L963.928 517.986 L963.928 499.537 M962.701 495.463 L968.581 495.463 L968.581 517.986 L973.511 517.986 L973.511 521.875 L968.581 521.875 L968.581 530.023 L963.928 530.023 L963.928 521.875 L948.326 521.875 L948.326 517.361 L962.701 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M63.2236 467.629 L75.7004 467.629 L75.7004 471.426 L63.2236 471.426 L63.2236 467.629 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M81.58 478.578 L89.2188 478.578 L89.2188 452.213 L80.9087 453.879 L80.9087 449.62 L89.1725 447.953 L93.8484 447.953 L93.8484 478.578 L101.487 478.578 L101.487 482.513 L81.58 482.513 L81.58 478.578 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 476.634 L111.441 476.634 L111.441 482.513 L106.557 482.513 L106.557 476.634 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 451.032 Q122.899 451.032 121.071 454.597 Q119.265 458.139 119.265 465.268 Q119.265 472.375 121.071 475.939 Q122.899 479.481 126.51 479.481 Q130.145 479.481 131.95 475.939 Q133.779 472.375 133.779 465.268 Q133.779 458.139 131.95 454.597 Q130.145 451.032 126.51 451.032 M126.51 447.329 Q132.32 447.329 135.376 451.935 Q138.455 456.518 138.455 465.268 Q138.455 473.995 135.376 478.601 Q132.32 483.185 126.51 483.185 Q120.7 483.185 117.621 478.601 Q114.566 473.995 114.566 465.268 Q114.566 456.518 117.621 451.935 Q120.7 447.329 126.51 447.329 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M62.9921 366.143 L75.4689 366.143 L75.4689 369.939 L62.9921 369.939 L62.9921 366.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M90.5383 349.546 Q86.9272 349.546 85.0985 353.11 Q83.2929 356.652 83.2929 363.782 Q83.2929 370.888 85.0985 374.453 Q86.9272 377.994 90.5383 377.994 Q94.1725 377.994 95.9781 374.453 Q97.8068 370.888 97.8068 363.782 Q97.8068 356.652 95.9781 353.11 Q94.1725 349.546 90.5383 349.546 M90.5383 345.842 Q96.3484 345.842 99.404 350.448 Q102.483 355.032 102.483 363.782 Q102.483 372.508 99.404 377.115 Q96.3484 381.698 90.5383 381.698 Q84.7281 381.698 81.6494 377.115 Q78.5939 372.508 78.5939 363.782 Q78.5939 355.032 81.6494 350.448 Q84.7281 345.842 90.5383 345.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M107.552 375.147 L112.436 375.147 L112.436 381.027 L107.552 381.027 L107.552 375.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M117.552 346.467 L135.908 346.467 L135.908 350.402 L121.834 350.402 L121.834 358.874 Q122.853 358.527 123.871 358.365 Q124.89 358.18 125.908 358.18 Q131.695 358.18 135.075 361.351 Q138.455 364.522 138.455 369.939 Q138.455 375.518 134.982 378.619 Q131.51 381.698 125.191 381.698 Q123.015 381.698 120.746 381.328 Q118.501 380.957 116.094 380.217 L116.094 375.518 Q118.177 376.652 120.399 377.207 Q122.621 377.763 125.098 377.763 Q129.103 377.763 131.441 375.657 Q133.779 373.55 133.779 369.939 Q133.779 366.328 131.441 364.221 Q129.103 362.115 125.098 362.115 Q123.223 362.115 121.348 362.532 Q119.496 362.948 117.552 363.828 L117.552 346.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M89.5429 248.059 Q85.9318 248.059 84.1031 251.624 Q82.2976 255.165 82.2976 262.295 Q82.2976 269.401 84.1031 272.966 Q85.9318 276.508 89.5429 276.508 Q93.1771 276.508 94.9827 272.966 Q96.8114 269.401 96.8114 262.295 Q96.8114 255.165 94.9827 251.624 Q93.1771 248.059 89.5429 248.059 M89.5429 244.355 Q95.3531 244.355 98.4086 248.962 Q101.487 253.545 101.487 262.295 Q101.487 271.022 98.4086 275.628 Q95.3531 280.211 89.5429 280.211 Q83.7328 280.211 80.6541 275.628 Q77.5985 271.022 77.5985 262.295 Q77.5985 253.545 80.6541 248.962 Q83.7328 244.355 89.5429 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 273.661 L111.441 273.661 L111.441 279.54 L106.557 279.54 L106.557 273.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 248.059 Q122.899 248.059 121.071 251.624 Q119.265 255.165 119.265 262.295 Q119.265 269.401 121.071 272.966 Q122.899 276.508 126.51 276.508 Q130.145 276.508 131.95 272.966 Q133.779 269.401 133.779 262.295 Q133.779 255.165 131.95 251.624 Q130.145 248.059 126.51 248.059 M126.51 244.355 Q132.32 244.355 135.376 248.962 Q138.455 253.545 138.455 262.295 Q138.455 271.022 135.376 275.628 Q132.32 280.211 126.51 280.211 Q120.7 280.211 117.621 275.628 Q114.566 271.022 114.566 262.295 Q114.566 253.545 117.621 248.962 Q120.7 244.355 126.51 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M90.5383 146.572 Q86.9272 146.572 85.0985 150.137 Q83.2929 153.679 83.2929 160.808 Q83.2929 167.915 85.0985 171.48 Q86.9272 175.021 90.5383 175.021 Q94.1725 175.021 95.9781 171.48 Q97.8068 167.915 97.8068 160.808 Q97.8068 153.679 95.9781 150.137 Q94.1725 146.572 90.5383 146.572 M90.5383 142.869 Q96.3484 142.869 99.404 147.475 Q102.483 152.058 102.483 160.808 Q102.483 169.535 99.404 174.142 Q96.3484 178.725 90.5383 178.725 Q84.7281 178.725 81.6494 174.142 Q78.5939 169.535 78.5939 160.808 Q78.5939 152.058 81.6494 147.475 Q84.7281 142.869 90.5383 142.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M107.552 172.174 L112.436 172.174 L112.436 178.054 L107.552 178.054 L107.552 172.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M117.552 143.494 L135.908 143.494 L135.908 147.429 L121.834 147.429 L121.834 155.901 Q122.853 155.554 123.871 155.392 Q124.89 155.206 125.908 155.206 Q131.695 155.206 135.075 158.378 Q138.455 161.549 138.455 166.966 Q138.455 172.544 134.982 175.646 Q131.51 178.725 125.191 178.725 Q123.015 178.725 120.746 178.354 Q118.501 177.984 116.094 177.243 L116.094 172.544 Q118.177 173.679 120.399 174.234 Q122.621 174.79 125.098 174.79 Q129.103 174.79 131.441 172.683 Q133.779 170.577 133.779 166.966 Q133.779 163.355 131.441 161.248 Q129.103 159.142 125.098 159.142 Q123.223 159.142 121.348 159.558 Q119.496 159.975 117.552 160.855 L117.552 143.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M81.58 72.6317 L89.2188 72.6317 L89.2188 46.2661 L80.9087 47.9328 L80.9087 43.6736 L89.1725 42.0069 L93.8484 42.0069 L93.8484 72.6317 L101.487 72.6317 L101.487 76.5669 L81.58 76.5669 L81.58 72.6317 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 70.6873 L111.441 70.6873 L111.441 76.5669 L106.557 76.5669 L106.557 70.6873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 45.0856 Q122.899 45.0856 121.071 48.6504 Q119.265 52.192 119.265 59.3216 Q119.265 66.4281 121.071 69.9929 Q122.899 73.5345 126.51 73.5345 Q130.145 73.5345 131.95 69.9929 Q133.779 66.4281 133.779 59.3216 Q133.779 52.192 131.95 48.6504 Q130.145 45.0856 126.51 45.0856 M126.51 41.3819 Q132.32 41.3819 135.376 45.9884 Q138.455 50.5717 138.455 59.3216 Q138.455 68.0484 135.376 72.6549 Q132.32 77.2382 126.51 77.2382 Q120.7 77.2382 117.621 72.6549 Q114.566 68.0484 114.566 59.3216 Q114.566 50.5717 117.621 45.9884 Q120.7 41.3819 126.51 41.3819 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip462)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,67.6242 188.764,66.2766 190.864,65.0459 192.964,63.9327 195.065,62.9378 204.775,59.8896 214.485,59.4169 224.196,61.5259 233.906,66.1896 243.616,73.3487 \n 253.327,82.912 263.037,94.7579 272.747,108.736 284.419,128.104 296.09,149.937 307.761,173.834 319.432,199.357 339.167,244.888 358.903,291.33 380.341,339.975 \n 401.779,383.819 411.661,401.648 421.543,417.641 431.425,431.585 441.307,443.298 451.902,453.201 462.496,460.212 473.091,464.225 483.686,465.178 495.961,462.44 \n 508.236,455.634 520.51,444.898 532.785,430.45 543.694,414.73 554.602,396.563 565.511,376.239 576.419,354.084 595.551,311.899 614.682,267.268 635.541,218.404 \n 656.399,172.106 666.891,150.654 677.382,130.859 687.873,113.016 698.364,97.3894 709.964,82.9715 721.563,71.8082 733.163,64.102 744.762,59.9927 755.798,59.4912 \n 766.835,62.3223 777.872,68.4395 788.908,77.7423 800.384,90.6283 811.859,106.564 823.334,125.265 834.81,146.401 854.13,186.423 873.449,230.255 897.037,285.719 \n 920.624,339.431 931.71,362.917 942.796,384.733 953.883,404.518 964.969,421.945 973.85,434.006 982.73,444.238 991.611,452.533 1000.49,458.803 1009.37,462.98 \n 1018.25,465.019 1027.13,464.9 1036.01,462.624 1038.75,461.492 1041.48,460.16 1044.21,458.627 1046.95,456.896 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"\nM882.27 172.24 L1079.73 172.24 L1079.73 51.2801 L882.27 51.2801 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 882.27,172.24 1079.73,172.24 1079.73,51.2801 882.27,51.2801 882.27,172.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 892.402,111.76 953.196,111.76 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M981.754 103.878 L981.754 107.906 Q979.948 106.98 978.004 106.517 Q976.059 106.054 973.976 106.054 Q970.805 106.054 969.207 107.026 Q967.633 107.999 967.633 109.943 Q967.633 111.424 968.768 112.281 Q969.902 113.114 973.328 113.878 L974.786 114.202 Q979.323 115.174 981.221 116.957 Q983.142 118.716 983.142 121.887 Q983.142 125.498 980.272 127.605 Q977.425 129.711 972.425 129.711 Q970.342 129.711 968.073 129.295 Q965.828 128.901 963.328 128.091 L963.328 123.693 Q965.689 124.92 967.981 125.545 Q970.272 126.147 972.518 126.147 Q975.527 126.147 977.147 125.128 Q978.767 124.086 978.767 122.211 Q978.767 120.475 977.587 119.549 Q976.43 118.623 972.471 117.767 L970.99 117.42 Q967.031 116.586 965.272 114.873 Q963.513 113.137 963.513 110.128 Q963.513 106.471 966.106 104.48 Q968.698 102.489 973.467 102.489 Q975.828 102.489 977.911 102.837 Q979.994 103.184 981.754 103.878 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M987.61 103.114 L991.869 103.114 L991.869 129.04 L987.61 129.04 L987.61 103.114 M987.61 93.0218 L991.869 93.0218 L991.869 98.4153 L987.61 98.4153 L987.61 93.0218 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1017.89 113.392 L1017.89 129.04 L1013.63 129.04 L1013.63 113.531 Q1013.63 109.85 1012.19 108.022 Q1010.76 106.193 1007.89 106.193 Q1004.44 106.193 1002.45 108.392 Q1000.46 110.591 1000.46 114.387 L1000.46 129.04 L996.175 129.04 L996.175 103.114 L1000.46 103.114 L1000.46 107.142 Q1001.98 104.804 1004.05 103.647 Q1006.13 102.489 1008.84 102.489 Q1013.3 102.489 1015.6 105.267 Q1017.89 108.022 1017.89 113.392 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1058.98 103.114 L1049.6 115.73 L1059.46 129.04 L1054.44 129.04 L1046.89 118.855 L1039.35 129.04 L1034.32 129.04 L1044.39 115.475 L1035.18 103.114 L1040.2 103.114 L1047.08 112.35 L1053.95 103.114 L1058.98 103.114 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"\nM1280.85 477.351 L2192.76 477.351 L2192.76 47.2441 L1280.85 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip463\">\n <rect x=\"1280\" y=\"47\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,477.351 1392.69,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,477.351 1564.75,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,477.351 1736.81,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,477.351 1908.86,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,477.351 2080.92,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,465.233 2192.76,465.233 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,363.747 2192.76,363.747 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,262.26 2192.76,262.26 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,160.774 2192.76,160.774 \n \"/>\n<polyline clip-path=\"url(#clip463)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,59.2869 2192.76,59.2869 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,477.351 2192.76,477.351 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,477.351 1280.85,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,477.351 1392.69,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,477.351 1564.75,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,477.351 1736.81,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,477.351 1908.86,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,477.351 2080.92,472.189 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,465.233 1291.8,465.233 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,363.747 1291.8,363.747 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,262.26 1291.8,262.26 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,160.774 1291.8,160.774 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,59.2869 1291.8,59.2869 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M1372.7 515.139 L1385.18 515.139 L1385.18 518.935 L1372.7 518.935 L1372.7 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1403.1 499.537 L1391.29 517.986 L1403.1 517.986 L1403.1 499.537 M1401.87 495.463 L1407.75 495.463 L1407.75 517.986 L1412.68 517.986 L1412.68 521.875 L1407.75 521.875 L1407.75 530.023 L1403.1 530.023 L1403.1 521.875 L1387.49 521.875 L1387.49 517.361 L1401.87 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1545.8 515.139 L1558.28 515.139 L1558.28 518.935 L1545.8 518.935 L1545.8 515.139 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1567.38 526.088 L1583.7 526.088 L1583.7 530.023 L1561.75 530.023 L1561.75 526.088 Q1564.41 523.333 1569 518.703 Q1573.6 514.051 1574.78 512.708 Q1577.03 510.185 1577.91 508.449 Q1578.81 506.69 1578.81 505 Q1578.81 502.245 1576.87 500.509 Q1574.95 498.773 1571.84 498.773 Q1569.64 498.773 1567.19 499.537 Q1564.76 500.301 1561.98 501.852 L1561.98 497.129 Q1564.81 495.995 1567.26 495.416 Q1569.71 494.838 1571.75 494.838 Q1577.12 494.838 1580.32 497.523 Q1583.51 500.208 1583.51 504.699 Q1583.51 506.828 1582.7 508.75 Q1581.91 510.648 1579.81 513.24 Q1579.23 513.912 1576.13 517.129 Q1573.02 520.324 1567.38 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1736.81 498.541 Q1733.19 498.541 1731.37 502.106 Q1729.56 505.648 1729.56 512.777 Q1729.56 519.884 1731.37 523.449 Q1733.19 526.99 1736.81 526.99 Q1740.44 526.99 1742.25 523.449 Q1744.07 519.884 1744.07 512.777 Q1744.07 505.648 1742.25 502.106 Q1740.44 498.541 1736.81 498.541 M1736.81 494.838 Q1742.62 494.838 1745.67 499.444 Q1748.75 504.028 1748.75 512.777 Q1748.75 521.504 1745.67 526.111 Q1742.62 530.694 1736.81 530.694 Q1731 530.694 1727.92 526.111 Q1724.86 521.504 1724.86 512.777 Q1724.86 504.028 1727.92 499.444 Q1731 494.838 1736.81 494.838 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1903.51 526.088 L1919.83 526.088 L1919.83 530.023 L1897.89 530.023 L1897.89 526.088 Q1900.55 523.333 1905.14 518.703 Q1909.74 514.051 1910.92 512.708 Q1913.17 510.185 1914.05 508.449 Q1914.95 506.69 1914.95 505 Q1914.95 502.245 1913.01 500.509 Q1911.08 498.773 1907.98 498.773 Q1905.78 498.773 1903.33 499.537 Q1900.9 500.301 1898.12 501.852 L1898.12 497.129 Q1900.95 495.995 1903.4 495.416 Q1905.85 494.838 1907.89 494.838 Q1913.26 494.838 1916.45 497.523 Q1919.65 500.208 1919.65 504.699 Q1919.65 506.828 1918.84 508.75 Q1918.05 510.648 1915.95 513.24 Q1915.37 513.912 1912.26 517.129 Q1909.16 520.324 1903.51 526.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2083.93 499.537 L2072.12 517.986 L2083.93 517.986 L2083.93 499.537 M2082.7 495.463 L2088.58 495.463 L2088.58 517.986 L2093.51 517.986 L2093.51 521.875 L2088.58 521.875 L2088.58 530.023 L2083.93 530.023 L2083.93 521.875 L2068.33 521.875 L2068.33 517.361 L2082.7 495.463 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1183.22 467.629 L1195.7 467.629 L1195.7 471.426 L1183.22 471.426 L1183.22 467.629 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1201.58 478.578 L1209.22 478.578 L1209.22 452.213 L1200.91 453.879 L1200.91 449.62 L1209.17 447.953 L1213.85 447.953 L1213.85 478.578 L1221.49 478.578 L1221.49 482.513 L1201.58 482.513 L1201.58 478.578 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 476.634 L1231.44 476.634 L1231.44 482.513 L1226.56 482.513 L1226.56 476.634 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 451.032 Q1242.9 451.032 1241.07 454.597 Q1239.26 458.139 1239.26 465.268 Q1239.26 472.375 1241.07 475.939 Q1242.9 479.481 1246.51 479.481 Q1250.14 479.481 1251.95 475.939 Q1253.78 472.375 1253.78 465.268 Q1253.78 458.139 1251.95 454.597 Q1250.14 451.032 1246.51 451.032 M1246.51 447.329 Q1252.32 447.329 1255.38 451.935 Q1258.45 456.518 1258.45 465.268 Q1258.45 473.995 1255.38 478.601 Q1252.32 483.185 1246.51 483.185 Q1240.7 483.185 1237.62 478.601 Q1234.57 473.995 1234.57 465.268 Q1234.57 456.518 1237.62 451.935 Q1240.7 447.329 1246.51 447.329 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1182.99 366.143 L1195.47 366.143 L1195.47 369.939 L1182.99 369.939 L1182.99 366.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1210.54 349.546 Q1206.93 349.546 1205.1 353.11 Q1203.29 356.652 1203.29 363.782 Q1203.29 370.888 1205.1 374.453 Q1206.93 377.994 1210.54 377.994 Q1214.17 377.994 1215.98 374.453 Q1217.81 370.888 1217.81 363.782 Q1217.81 356.652 1215.98 353.11 Q1214.17 349.546 1210.54 349.546 M1210.54 345.842 Q1216.35 345.842 1219.4 350.448 Q1222.48 355.032 1222.48 363.782 Q1222.48 372.508 1219.4 377.115 Q1216.35 381.698 1210.54 381.698 Q1204.73 381.698 1201.65 377.115 Q1198.59 372.508 1198.59 363.782 Q1198.59 355.032 1201.65 350.448 Q1204.73 345.842 1210.54 345.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1227.55 375.147 L1232.44 375.147 L1232.44 381.027 L1227.55 381.027 L1227.55 375.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1237.55 346.467 L1255.91 346.467 L1255.91 350.402 L1241.83 350.402 L1241.83 358.874 Q1242.85 358.527 1243.87 358.365 Q1244.89 358.18 1245.91 358.18 Q1251.7 358.18 1255.08 361.351 Q1258.45 364.522 1258.45 369.939 Q1258.45 375.518 1254.98 378.619 Q1251.51 381.698 1245.19 381.698 Q1243.01 381.698 1240.75 381.328 Q1238.5 380.957 1236.09 380.217 L1236.09 375.518 Q1238.18 376.652 1240.4 377.207 Q1242.62 377.763 1245.1 377.763 Q1249.1 377.763 1251.44 375.657 Q1253.78 373.55 1253.78 369.939 Q1253.78 366.328 1251.44 364.221 Q1249.1 362.115 1245.1 362.115 Q1243.22 362.115 1241.35 362.532 Q1239.5 362.948 1237.55 363.828 L1237.55 346.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1209.54 248.059 Q1205.93 248.059 1204.1 251.624 Q1202.3 255.165 1202.3 262.295 Q1202.3 269.401 1204.1 272.966 Q1205.93 276.508 1209.54 276.508 Q1213.18 276.508 1214.98 272.966 Q1216.81 269.401 1216.81 262.295 Q1216.81 255.165 1214.98 251.624 Q1213.18 248.059 1209.54 248.059 M1209.54 244.355 Q1215.35 244.355 1218.41 248.962 Q1221.49 253.545 1221.49 262.295 Q1221.49 271.022 1218.41 275.628 Q1215.35 280.211 1209.54 280.211 Q1203.73 280.211 1200.65 275.628 Q1197.6 271.022 1197.6 262.295 Q1197.6 253.545 1200.65 248.962 Q1203.73 244.355 1209.54 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 273.661 L1231.44 273.661 L1231.44 279.54 L1226.56 279.54 L1226.56 273.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 248.059 Q1242.9 248.059 1241.07 251.624 Q1239.26 255.165 1239.26 262.295 Q1239.26 269.401 1241.07 272.966 Q1242.9 276.508 1246.51 276.508 Q1250.14 276.508 1251.95 272.966 Q1253.78 269.401 1253.78 262.295 Q1253.78 255.165 1251.95 251.624 Q1250.14 248.059 1246.51 248.059 M1246.51 244.355 Q1252.32 244.355 1255.38 248.962 Q1258.45 253.545 1258.45 262.295 Q1258.45 271.022 1255.38 275.628 Q1252.32 280.211 1246.51 280.211 Q1240.7 280.211 1237.62 275.628 Q1234.57 271.022 1234.57 262.295 Q1234.57 253.545 1237.62 248.962 Q1240.7 244.355 1246.51 244.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1210.54 146.572 Q1206.93 146.572 1205.1 150.137 Q1203.29 153.679 1203.29 160.808 Q1203.29 167.915 1205.1 171.48 Q1206.93 175.021 1210.54 175.021 Q1214.17 175.021 1215.98 171.48 Q1217.81 167.915 1217.81 160.808 Q1217.81 153.679 1215.98 150.137 Q1214.17 146.572 1210.54 146.572 M1210.54 142.869 Q1216.35 142.869 1219.4 147.475 Q1222.48 152.058 1222.48 160.808 Q1222.48 169.535 1219.4 174.142 Q1216.35 178.725 1210.54 178.725 Q1204.73 178.725 1201.65 174.142 Q1198.59 169.535 1198.59 160.808 Q1198.59 152.058 1201.65 147.475 Q1204.73 142.869 1210.54 142.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1227.55 172.174 L1232.44 172.174 L1232.44 178.054 L1227.55 178.054 L1227.55 172.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1237.55 143.494 L1255.91 143.494 L1255.91 147.429 L1241.83 147.429 L1241.83 155.901 Q1242.85 155.554 1243.87 155.392 Q1244.89 155.206 1245.91 155.206 Q1251.7 155.206 1255.08 158.378 Q1258.45 161.549 1258.45 166.966 Q1258.45 172.544 1254.98 175.646 Q1251.51 178.725 1245.19 178.725 Q1243.01 178.725 1240.75 178.354 Q1238.5 177.984 1236.09 177.243 L1236.09 172.544 Q1238.18 173.679 1240.4 174.234 Q1242.62 174.79 1245.1 174.79 Q1249.1 174.79 1251.44 172.683 Q1253.78 170.577 1253.78 166.966 Q1253.78 163.355 1251.44 161.248 Q1249.1 159.142 1245.1 159.142 Q1243.22 159.142 1241.35 159.558 Q1239.5 159.975 1237.55 160.855 L1237.55 143.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1201.58 72.6317 L1209.22 72.6317 L1209.22 46.2661 L1200.91 47.9328 L1200.91 43.6736 L1209.17 42.0069 L1213.85 42.0069 L1213.85 72.6317 L1221.49 72.6317 L1221.49 76.5669 L1201.58 76.5669 L1201.58 72.6317 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 70.6873 L1231.44 70.6873 L1231.44 76.5669 L1226.56 76.5669 L1226.56 70.6873 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 45.0856 Q1242.9 45.0856 1241.07 48.6504 Q1239.26 52.192 1239.26 59.3216 Q1239.26 66.4281 1241.07 69.9929 Q1242.9 73.5345 1246.51 73.5345 Q1250.14 73.5345 1251.95 69.9929 Q1253.78 66.4281 1253.78 59.3216 Q1253.78 52.192 1251.95 48.6504 Q1250.14 45.0856 1246.51 45.0856 M1246.51 41.3819 Q1252.32 41.3819 1255.38 45.9884 Q1258.45 50.5717 1258.45 59.3216 Q1258.45 68.0484 1255.38 72.6549 Q1252.32 77.2382 1246.51 77.2382 Q1240.7 77.2382 1237.62 72.6549 Q1234.57 68.0484 1234.57 59.3216 Q1234.57 50.5717 1237.62 45.9884 Q1240.7 41.3819 1246.51 41.3819 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip463)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,67.6242 1308.76,66.2766 1310.86,65.0459 1312.96,63.9327 1315.06,62.9378 1324.77,59.8896 1334.49,59.4169 1344.2,61.5259 1353.91,66.1896 1363.62,73.3487 \n 1373.33,82.912 1383.04,94.7579 1392.75,108.736 1404.42,128.104 1416.09,149.937 1427.76,173.834 1439.43,199.357 1459.17,244.888 1478.9,291.33 1500.34,339.975 \n 1521.78,383.819 1531.66,401.648 1541.54,417.641 1551.43,431.585 1561.31,443.298 1571.9,453.201 1582.5,460.212 1593.09,464.225 1603.69,465.178 1615.96,462.44 \n 1628.24,455.634 1640.51,444.898 1652.79,430.45 1663.69,414.73 1674.6,396.563 1685.51,376.239 1696.42,354.084 1715.55,311.899 1734.68,267.268 1755.54,218.404 \n 1776.4,172.106 1786.89,150.654 1797.38,130.859 1807.87,113.016 1818.36,97.3894 1829.96,82.9715 1841.56,71.8082 1853.16,64.102 1864.76,59.9927 1875.8,59.4912 \n 1886.84,62.3223 1897.87,68.4395 1908.91,77.7423 1920.38,90.6283 1931.86,106.564 1943.33,125.265 1954.81,146.401 1974.13,186.423 1993.45,230.255 2017.04,285.719 \n 2040.62,339.431 2051.71,362.917 2062.8,384.733 2073.88,404.518 2084.97,421.945 2093.85,434.006 2102.73,444.238 2111.61,452.533 2120.49,458.803 2129.37,462.98 \n 2138.25,465.019 2147.13,464.9 2156.01,462.624 2158.75,461.492 2161.48,460.16 2164.21,458.627 2166.95,456.896 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"\nM2002.27 172.24 L2199.73 172.24 L2199.73 51.2801 L2002.27 51.2801 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2002.27,172.24 2199.73,172.24 2199.73,51.2801 2002.27,51.2801 2002.27,172.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2012.4,111.76 2073.2,111.76 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M2101.75 103.878 L2101.75 107.906 Q2099.95 106.98 2098 106.517 Q2096.06 106.054 2093.98 106.054 Q2090.8 106.054 2089.21 107.026 Q2087.63 107.999 2087.63 109.943 Q2087.63 111.424 2088.77 112.281 Q2089.9 113.114 2093.33 113.878 L2094.79 114.202 Q2099.32 115.174 2101.22 116.957 Q2103.14 118.716 2103.14 121.887 Q2103.14 125.498 2100.27 127.605 Q2097.42 129.711 2092.42 129.711 Q2090.34 129.711 2088.07 129.295 Q2085.83 128.901 2083.33 128.091 L2083.33 123.693 Q2085.69 124.92 2087.98 125.545 Q2090.27 126.147 2092.52 126.147 Q2095.53 126.147 2097.15 125.128 Q2098.77 124.086 2098.77 122.211 Q2098.77 120.475 2097.59 119.549 Q2096.43 118.623 2092.47 117.767 L2090.99 117.42 Q2087.03 116.586 2085.27 114.873 Q2083.51 113.137 2083.51 110.128 Q2083.51 106.471 2086.11 104.48 Q2088.7 102.489 2093.47 102.489 Q2095.83 102.489 2097.91 102.837 Q2099.99 103.184 2101.75 103.878 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2107.61 103.114 L2111.87 103.114 L2111.87 129.04 L2107.61 129.04 L2107.61 103.114 M2107.61 93.0218 L2111.87 93.0218 L2111.87 98.4153 L2107.61 98.4153 L2107.61 93.0218 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2137.89 113.392 L2137.89 129.04 L2133.63 129.04 L2133.63 113.531 Q2133.63 109.85 2132.19 108.022 Q2130.76 106.193 2127.89 106.193 Q2124.44 106.193 2122.45 108.392 Q2120.46 110.591 2120.46 114.387 L2120.46 129.04 L2116.17 129.04 L2116.17 103.114 L2120.46 103.114 L2120.46 107.142 Q2121.98 104.804 2124.05 103.647 Q2126.13 102.489 2128.84 102.489 Q2133.3 102.489 2135.6 105.267 Q2137.89 108.022 2137.89 113.392 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2178.98 103.114 L2169.6 115.73 L2179.46 129.04 L2174.44 129.04 L2166.89 118.855 L2159.35 129.04 L2154.32 129.04 L2164.39 115.475 L2155.18 103.114 L2160.2 103.114 L2167.08 112.35 L2173.95 103.114 L2178.98 103.114 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"\nM160.855 1077.35 L1072.76 1077.35 L1072.76 647.244 L160.855 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip464\">\n <rect x=\"160\" y=\"647\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,1077.35 272.692,647.244 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,1077.35 444.748,647.244 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,1077.35 616.805,647.244 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,1077.35 788.862,647.244 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,1077.35 960.919,647.244 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1065.23 1072.76,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,963.747 1072.76,963.747 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,862.26 1072.76,862.26 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,760.774 1072.76,760.774 \n \"/>\n<polyline clip-path=\"url(#clip464)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,659.287 1072.76,659.287 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1077.35 1072.76,1077.35 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1077.35 160.855,647.244 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,1077.35 272.692,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,1077.35 444.748,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,1077.35 616.805,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,1077.35 788.862,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,1077.35 960.919,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1065.23 171.797,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,963.747 171.797,963.747 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,862.26 171.797,862.26 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,760.774 171.797,760.774 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,659.287 171.797,659.287 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M252.703 1115.14 L265.18 1115.14 L265.18 1118.93 L252.703 1118.93 L252.703 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M283.097 1099.54 L271.291 1117.99 L283.097 1117.99 L283.097 1099.54 M281.87 1095.46 L287.749 1095.46 L287.749 1117.99 L292.68 1117.99 L292.68 1121.87 L287.749 1121.87 L287.749 1130.02 L283.097 1130.02 L283.097 1121.87 L267.495 1121.87 L267.495 1117.36 L281.87 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M425.802 1115.14 L438.279 1115.14 L438.279 1118.93 L425.802 1118.93 L425.802 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M447.376 1126.09 L463.695 1126.09 L463.695 1130.02 L441.751 1130.02 L441.751 1126.09 Q444.413 1123.33 448.996 1118.7 Q453.603 1114.05 454.783 1112.71 Q457.028 1110.18 457.908 1108.45 Q458.811 1106.69 458.811 1105 Q458.811 1102.25 456.866 1100.51 Q454.945 1098.77 451.843 1098.77 Q449.644 1098.77 447.191 1099.54 Q444.76 1100.3 441.982 1101.85 L441.982 1097.13 Q444.806 1096 447.26 1095.42 Q449.714 1094.84 451.751 1094.84 Q457.121 1094.84 460.316 1097.52 Q463.51 1100.21 463.51 1104.7 Q463.51 1106.83 462.7 1108.75 Q461.913 1110.65 459.806 1113.24 Q459.228 1113.91 456.126 1117.13 Q453.024 1120.32 447.376 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M616.805 1098.54 Q613.194 1098.54 611.366 1102.11 Q609.56 1105.65 609.56 1112.78 Q609.56 1119.88 611.366 1123.45 Q613.194 1126.99 616.805 1126.99 Q620.44 1126.99 622.245 1123.45 Q624.074 1119.88 624.074 1112.78 Q624.074 1105.65 622.245 1102.11 Q620.44 1098.54 616.805 1098.54 M616.805 1094.84 Q622.615 1094.84 625.671 1099.44 Q628.75 1104.03 628.75 1112.78 Q628.75 1121.5 625.671 1126.11 Q622.615 1130.69 616.805 1130.69 Q610.995 1130.69 607.916 1126.11 Q604.861 1121.5 604.861 1112.78 Q604.861 1104.03 607.916 1099.44 Q610.995 1094.84 616.805 1094.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M783.515 1126.09 L799.834 1126.09 L799.834 1130.02 L777.89 1130.02 L777.89 1126.09 Q780.552 1123.33 785.135 1118.7 Q789.742 1114.05 790.922 1112.71 Q793.168 1110.18 794.047 1108.45 Q794.95 1106.69 794.95 1105 Q794.95 1102.25 793.006 1100.51 Q791.084 1098.77 787.983 1098.77 Q785.783 1098.77 783.33 1099.54 Q780.899 1100.3 778.121 1101.85 L778.121 1097.13 Q780.946 1096 783.399 1095.42 Q785.853 1094.84 787.89 1094.84 Q793.26 1094.84 796.455 1097.52 Q799.649 1100.21 799.649 1104.7 Q799.649 1106.83 798.839 1108.75 Q798.052 1110.65 795.945 1113.24 Q795.367 1113.91 792.265 1117.13 Q789.163 1120.32 783.515 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M963.928 1099.54 L952.123 1117.99 L963.928 1117.99 L963.928 1099.54 M962.701 1095.46 L968.581 1095.46 L968.581 1117.99 L973.511 1117.99 L973.511 1121.87 L968.581 1121.87 L968.581 1130.02 L963.928 1130.02 L963.928 1121.87 L948.326 1121.87 L948.326 1117.36 L962.701 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M63.2236 1067.63 L75.7004 1067.63 L75.7004 1071.43 L63.2236 1071.43 L63.2236 1067.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M81.58 1078.58 L89.2188 1078.58 L89.2188 1052.21 L80.9087 1053.88 L80.9087 1049.62 L89.1725 1047.95 L93.8484 1047.95 L93.8484 1078.58 L101.487 1078.58 L101.487 1082.51 L81.58 1082.51 L81.58 1078.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 1076.63 L111.441 1076.63 L111.441 1082.51 L106.557 1082.51 L106.557 1076.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 1051.03 Q122.899 1051.03 121.071 1054.6 Q119.265 1058.14 119.265 1065.27 Q119.265 1072.37 121.071 1075.94 Q122.899 1079.48 126.51 1079.48 Q130.145 1079.48 131.95 1075.94 Q133.779 1072.37 133.779 1065.27 Q133.779 1058.14 131.95 1054.6 Q130.145 1051.03 126.51 1051.03 M126.51 1047.33 Q132.32 1047.33 135.376 1051.93 Q138.455 1056.52 138.455 1065.27 Q138.455 1074 135.376 1078.6 Q132.32 1083.18 126.51 1083.18 Q120.7 1083.18 117.621 1078.6 Q114.566 1074 114.566 1065.27 Q114.566 1056.52 117.621 1051.93 Q120.7 1047.33 126.51 1047.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M62.9921 966.143 L75.4689 966.143 L75.4689 969.939 L62.9921 969.939 L62.9921 966.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M90.5383 949.546 Q86.9272 949.546 85.0985 953.11 Q83.2929 956.652 83.2929 963.782 Q83.2929 970.888 85.0985 974.453 Q86.9272 977.994 90.5383 977.994 Q94.1725 977.994 95.9781 974.453 Q97.8068 970.888 97.8068 963.782 Q97.8068 956.652 95.9781 953.11 Q94.1725 949.546 90.5383 949.546 M90.5383 945.842 Q96.3484 945.842 99.404 950.448 Q102.483 955.032 102.483 963.782 Q102.483 972.508 99.404 977.115 Q96.3484 981.698 90.5383 981.698 Q84.7281 981.698 81.6494 977.115 Q78.5939 972.508 78.5939 963.782 Q78.5939 955.032 81.6494 950.448 Q84.7281 945.842 90.5383 945.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M107.552 975.147 L112.436 975.147 L112.436 981.027 L107.552 981.027 L107.552 975.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M117.552 946.467 L135.908 946.467 L135.908 950.402 L121.834 950.402 L121.834 958.874 Q122.853 958.527 123.871 958.365 Q124.89 958.18 125.908 958.18 Q131.695 958.18 135.075 961.351 Q138.455 964.522 138.455 969.939 Q138.455 975.518 134.982 978.619 Q131.51 981.698 125.191 981.698 Q123.015 981.698 120.746 981.328 Q118.501 980.957 116.094 980.217 L116.094 975.518 Q118.177 976.652 120.399 977.207 Q122.621 977.763 125.098 977.763 Q129.103 977.763 131.441 975.657 Q133.779 973.55 133.779 969.939 Q133.779 966.328 131.441 964.221 Q129.103 962.115 125.098 962.115 Q123.223 962.115 121.348 962.532 Q119.496 962.948 117.552 963.828 L117.552 946.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M89.5429 848.059 Q85.9318 848.059 84.1031 851.624 Q82.2976 855.165 82.2976 862.295 Q82.2976 869.401 84.1031 872.966 Q85.9318 876.508 89.5429 876.508 Q93.1771 876.508 94.9827 872.966 Q96.8114 869.401 96.8114 862.295 Q96.8114 855.165 94.9827 851.624 Q93.1771 848.059 89.5429 848.059 M89.5429 844.355 Q95.3531 844.355 98.4086 848.962 Q101.487 853.545 101.487 862.295 Q101.487 871.022 98.4086 875.628 Q95.3531 880.211 89.5429 880.211 Q83.7328 880.211 80.6541 875.628 Q77.5985 871.022 77.5985 862.295 Q77.5985 853.545 80.6541 848.962 Q83.7328 844.355 89.5429 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 873.661 L111.441 873.661 L111.441 879.54 L106.557 879.54 L106.557 873.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 848.059 Q122.899 848.059 121.071 851.624 Q119.265 855.165 119.265 862.295 Q119.265 869.401 121.071 872.966 Q122.899 876.508 126.51 876.508 Q130.145 876.508 131.95 872.966 Q133.779 869.401 133.779 862.295 Q133.779 855.165 131.95 851.624 Q130.145 848.059 126.51 848.059 M126.51 844.355 Q132.32 844.355 135.376 848.962 Q138.455 853.545 138.455 862.295 Q138.455 871.022 135.376 875.628 Q132.32 880.211 126.51 880.211 Q120.7 880.211 117.621 875.628 Q114.566 871.022 114.566 862.295 Q114.566 853.545 117.621 848.962 Q120.7 844.355 126.51 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M90.5383 746.572 Q86.9272 746.572 85.0985 750.137 Q83.2929 753.679 83.2929 760.808 Q83.2929 767.915 85.0985 771.48 Q86.9272 775.021 90.5383 775.021 Q94.1725 775.021 95.9781 771.48 Q97.8068 767.915 97.8068 760.808 Q97.8068 753.679 95.9781 750.137 Q94.1725 746.572 90.5383 746.572 M90.5383 742.869 Q96.3484 742.869 99.404 747.475 Q102.483 752.058 102.483 760.808 Q102.483 769.535 99.404 774.142 Q96.3484 778.725 90.5383 778.725 Q84.7281 778.725 81.6494 774.142 Q78.5939 769.535 78.5939 760.808 Q78.5939 752.058 81.6494 747.475 Q84.7281 742.869 90.5383 742.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M107.552 772.174 L112.436 772.174 L112.436 778.054 L107.552 778.054 L107.552 772.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M117.552 743.494 L135.908 743.494 L135.908 747.429 L121.834 747.429 L121.834 755.901 Q122.853 755.554 123.871 755.392 Q124.89 755.206 125.908 755.206 Q131.695 755.206 135.075 758.378 Q138.455 761.549 138.455 766.966 Q138.455 772.544 134.982 775.646 Q131.51 778.725 125.191 778.725 Q123.015 778.725 120.746 778.354 Q118.501 777.984 116.094 777.243 L116.094 772.544 Q118.177 773.679 120.399 774.234 Q122.621 774.79 125.098 774.79 Q129.103 774.79 131.441 772.683 Q133.779 770.577 133.779 766.966 Q133.779 763.355 131.441 761.248 Q129.103 759.142 125.098 759.142 Q123.223 759.142 121.348 759.558 Q119.496 759.975 117.552 760.855 L117.552 743.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M81.58 672.632 L89.2188 672.632 L89.2188 646.266 L80.9087 647.933 L80.9087 643.674 L89.1725 642.007 L93.8484 642.007 L93.8484 672.632 L101.487 672.632 L101.487 676.567 L81.58 676.567 L81.58 672.632 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 670.687 L111.441 670.687 L111.441 676.567 L106.557 676.567 L106.557 670.687 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 645.086 Q122.899 645.086 121.071 648.65 Q119.265 652.192 119.265 659.322 Q119.265 666.428 121.071 669.993 Q122.899 673.535 126.51 673.535 Q130.145 673.535 131.95 669.993 Q133.779 666.428 133.779 659.322 Q133.779 652.192 131.95 648.65 Q130.145 645.086 126.51 645.086 M126.51 641.382 Q132.32 641.382 135.376 645.988 Q138.455 650.572 138.455 659.322 Q138.455 668.048 135.376 672.655 Q132.32 677.238 126.51 677.238 Q120.7 677.238 117.621 672.655 Q114.566 668.048 114.566 659.322 Q114.566 650.572 117.621 645.988 Q120.7 641.382 126.51 641.382 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip464)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,667.624 188.764,666.277 190.864,665.046 192.964,663.933 195.065,662.938 204.775,659.89 214.485,659.417 224.196,661.526 233.906,666.19 243.616,673.349 \n 253.327,682.912 263.037,694.758 272.747,708.736 284.419,728.104 296.09,749.937 307.761,773.834 319.432,799.357 339.167,844.888 358.903,891.33 380.341,939.975 \n 401.779,983.819 411.661,1001.65 421.543,1017.64 431.425,1031.59 441.307,1043.3 451.902,1053.2 462.496,1060.21 473.091,1064.22 483.686,1065.18 495.961,1062.44 \n 508.236,1055.63 520.51,1044.9 532.785,1030.45 543.694,1014.73 554.602,996.563 565.511,976.239 576.419,954.084 595.551,911.899 614.682,867.268 635.541,818.404 \n 656.399,772.106 666.891,750.654 677.382,730.859 687.873,713.016 698.364,697.389 709.964,682.972 721.563,671.808 733.163,664.102 744.762,659.993 755.798,659.491 \n 766.835,662.322 777.872,668.44 788.908,677.742 800.384,690.628 811.859,706.564 823.334,725.265 834.81,746.401 854.13,786.423 873.449,830.255 897.037,885.719 \n 920.624,939.431 931.71,962.917 942.796,984.733 953.883,1004.52 964.969,1021.94 973.85,1034.01 982.73,1044.24 991.611,1052.53 1000.49,1058.8 1009.37,1062.98 \n 1018.25,1065.02 1027.13,1064.9 1036.01,1062.62 1038.75,1061.49 1041.48,1060.16 1044.21,1058.63 1046.95,1056.9 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"\nM882.27 772.24 L1079.73 772.24 L1079.73 651.28 L882.27 651.28 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 882.27,772.24 1079.73,772.24 1079.73,651.28 882.27,651.28 882.27,772.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 892.402,711.76 953.196,711.76 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M981.754 703.878 L981.754 707.906 Q979.948 706.98 978.004 706.517 Q976.059 706.054 973.976 706.054 Q970.805 706.054 969.207 707.026 Q967.633 707.999 967.633 709.943 Q967.633 711.424 968.768 712.281 Q969.902 713.114 973.328 713.878 L974.786 714.202 Q979.323 715.174 981.221 716.957 Q983.142 718.716 983.142 721.887 Q983.142 725.498 980.272 727.605 Q977.425 729.711 972.425 729.711 Q970.342 729.711 968.073 729.295 Q965.828 728.901 963.328 728.091 L963.328 723.693 Q965.689 724.92 967.981 725.545 Q970.272 726.147 972.518 726.147 Q975.527 726.147 977.147 725.128 Q978.767 724.086 978.767 722.211 Q978.767 720.475 977.587 719.549 Q976.43 718.623 972.471 717.767 L970.99 717.42 Q967.031 716.586 965.272 714.873 Q963.513 713.137 963.513 710.128 Q963.513 706.471 966.106 704.48 Q968.698 702.489 973.467 702.489 Q975.828 702.489 977.911 702.837 Q979.994 703.184 981.754 703.878 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M987.61 703.114 L991.869 703.114 L991.869 729.04 L987.61 729.04 L987.61 703.114 M987.61 693.022 L991.869 693.022 L991.869 698.415 L987.61 698.415 L987.61 693.022 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1017.89 713.392 L1017.89 729.04 L1013.63 729.04 L1013.63 713.531 Q1013.63 709.85 1012.19 708.022 Q1010.76 706.193 1007.89 706.193 Q1004.44 706.193 1002.45 708.392 Q1000.46 710.591 1000.46 714.387 L1000.46 729.04 L996.175 729.04 L996.175 703.114 L1000.46 703.114 L1000.46 707.142 Q1001.98 704.804 1004.05 703.647 Q1006.13 702.489 1008.84 702.489 Q1013.3 702.489 1015.6 705.267 Q1017.89 708.022 1017.89 713.392 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1058.98 703.114 L1049.6 715.73 L1059.46 729.04 L1054.44 729.04 L1046.89 718.855 L1039.35 729.04 L1034.32 729.04 L1044.39 715.475 L1035.18 703.114 L1040.2 703.114 L1047.08 712.35 L1053.95 703.114 L1058.98 703.114 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"\nM1280.85 1077.35 L2192.76 1077.35 L2192.76 647.244 L1280.85 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip465\">\n <rect x=\"1280\" y=\"647\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,1077.35 1392.69,647.244 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,1077.35 1564.75,647.244 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,1077.35 1736.81,647.244 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,1077.35 1908.86,647.244 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,1077.35 2080.92,647.244 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1065.23 2192.76,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,963.747 2192.76,963.747 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,862.26 2192.76,862.26 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,760.774 2192.76,760.774 \n \"/>\n<polyline clip-path=\"url(#clip465)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,659.287 2192.76,659.287 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1077.35 2192.76,1077.35 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1077.35 1280.85,647.244 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,1077.35 1392.69,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,1077.35 1564.75,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,1077.35 1736.81,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,1077.35 1908.86,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,1077.35 2080.92,1072.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1065.23 1291.8,1065.23 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,963.747 1291.8,963.747 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,862.26 1291.8,862.26 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,760.774 1291.8,760.774 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,659.287 1291.8,659.287 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M1372.7 1115.14 L1385.18 1115.14 L1385.18 1118.93 L1372.7 1118.93 L1372.7 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1403.1 1099.54 L1391.29 1117.99 L1403.1 1117.99 L1403.1 1099.54 M1401.87 1095.46 L1407.75 1095.46 L1407.75 1117.99 L1412.68 1117.99 L1412.68 1121.87 L1407.75 1121.87 L1407.75 1130.02 L1403.1 1130.02 L1403.1 1121.87 L1387.49 1121.87 L1387.49 1117.36 L1401.87 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1545.8 1115.14 L1558.28 1115.14 L1558.28 1118.93 L1545.8 1118.93 L1545.8 1115.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1567.38 1126.09 L1583.7 1126.09 L1583.7 1130.02 L1561.75 1130.02 L1561.75 1126.09 Q1564.41 1123.33 1569 1118.7 Q1573.6 1114.05 1574.78 1112.71 Q1577.03 1110.18 1577.91 1108.45 Q1578.81 1106.69 1578.81 1105 Q1578.81 1102.25 1576.87 1100.51 Q1574.95 1098.77 1571.84 1098.77 Q1569.64 1098.77 1567.19 1099.54 Q1564.76 1100.3 1561.98 1101.85 L1561.98 1097.13 Q1564.81 1096 1567.26 1095.42 Q1569.71 1094.84 1571.75 1094.84 Q1577.12 1094.84 1580.32 1097.52 Q1583.51 1100.21 1583.51 1104.7 Q1583.51 1106.83 1582.7 1108.75 Q1581.91 1110.65 1579.81 1113.24 Q1579.23 1113.91 1576.13 1117.13 Q1573.02 1120.32 1567.38 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1736.81 1098.54 Q1733.19 1098.54 1731.37 1102.11 Q1729.56 1105.65 1729.56 1112.78 Q1729.56 1119.88 1731.37 1123.45 Q1733.19 1126.99 1736.81 1126.99 Q1740.44 1126.99 1742.25 1123.45 Q1744.07 1119.88 1744.07 1112.78 Q1744.07 1105.65 1742.25 1102.11 Q1740.44 1098.54 1736.81 1098.54 M1736.81 1094.84 Q1742.62 1094.84 1745.67 1099.44 Q1748.75 1104.03 1748.75 1112.78 Q1748.75 1121.5 1745.67 1126.11 Q1742.62 1130.69 1736.81 1130.69 Q1731 1130.69 1727.92 1126.11 Q1724.86 1121.5 1724.86 1112.78 Q1724.86 1104.03 1727.92 1099.44 Q1731 1094.84 1736.81 1094.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1903.51 1126.09 L1919.83 1126.09 L1919.83 1130.02 L1897.89 1130.02 L1897.89 1126.09 Q1900.55 1123.33 1905.14 1118.7 Q1909.74 1114.05 1910.92 1112.71 Q1913.17 1110.18 1914.05 1108.45 Q1914.95 1106.69 1914.95 1105 Q1914.95 1102.25 1913.01 1100.51 Q1911.08 1098.77 1907.98 1098.77 Q1905.78 1098.77 1903.33 1099.54 Q1900.9 1100.3 1898.12 1101.85 L1898.12 1097.13 Q1900.95 1096 1903.4 1095.42 Q1905.85 1094.84 1907.89 1094.84 Q1913.26 1094.84 1916.45 1097.52 Q1919.65 1100.21 1919.65 1104.7 Q1919.65 1106.83 1918.84 1108.75 Q1918.05 1110.65 1915.95 1113.24 Q1915.37 1113.91 1912.26 1117.13 Q1909.16 1120.32 1903.51 1126.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2083.93 1099.54 L2072.12 1117.99 L2083.93 1117.99 L2083.93 1099.54 M2082.7 1095.46 L2088.58 1095.46 L2088.58 1117.99 L2093.51 1117.99 L2093.51 1121.87 L2088.58 1121.87 L2088.58 1130.02 L2083.93 1130.02 L2083.93 1121.87 L2068.33 1121.87 L2068.33 1117.36 L2082.7 1095.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1183.22 1067.63 L1195.7 1067.63 L1195.7 1071.43 L1183.22 1071.43 L1183.22 1067.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1201.58 1078.58 L1209.22 1078.58 L1209.22 1052.21 L1200.91 1053.88 L1200.91 1049.62 L1209.17 1047.95 L1213.85 1047.95 L1213.85 1078.58 L1221.49 1078.58 L1221.49 1082.51 L1201.58 1082.51 L1201.58 1078.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 1076.63 L1231.44 1076.63 L1231.44 1082.51 L1226.56 1082.51 L1226.56 1076.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 1051.03 Q1242.9 1051.03 1241.07 1054.6 Q1239.26 1058.14 1239.26 1065.27 Q1239.26 1072.37 1241.07 1075.94 Q1242.9 1079.48 1246.51 1079.48 Q1250.14 1079.48 1251.95 1075.94 Q1253.78 1072.37 1253.78 1065.27 Q1253.78 1058.14 1251.95 1054.6 Q1250.14 1051.03 1246.51 1051.03 M1246.51 1047.33 Q1252.32 1047.33 1255.38 1051.93 Q1258.45 1056.52 1258.45 1065.27 Q1258.45 1074 1255.38 1078.6 Q1252.32 1083.18 1246.51 1083.18 Q1240.7 1083.18 1237.62 1078.6 Q1234.57 1074 1234.57 1065.27 Q1234.57 1056.52 1237.62 1051.93 Q1240.7 1047.33 1246.51 1047.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1182.99 966.143 L1195.47 966.143 L1195.47 969.939 L1182.99 969.939 L1182.99 966.143 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1210.54 949.546 Q1206.93 949.546 1205.1 953.11 Q1203.29 956.652 1203.29 963.782 Q1203.29 970.888 1205.1 974.453 Q1206.93 977.994 1210.54 977.994 Q1214.17 977.994 1215.98 974.453 Q1217.81 970.888 1217.81 963.782 Q1217.81 956.652 1215.98 953.11 Q1214.17 949.546 1210.54 949.546 M1210.54 945.842 Q1216.35 945.842 1219.4 950.448 Q1222.48 955.032 1222.48 963.782 Q1222.48 972.508 1219.4 977.115 Q1216.35 981.698 1210.54 981.698 Q1204.73 981.698 1201.65 977.115 Q1198.59 972.508 1198.59 963.782 Q1198.59 955.032 1201.65 950.448 Q1204.73 945.842 1210.54 945.842 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1227.55 975.147 L1232.44 975.147 L1232.44 981.027 L1227.55 981.027 L1227.55 975.147 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1237.55 946.467 L1255.91 946.467 L1255.91 950.402 L1241.83 950.402 L1241.83 958.874 Q1242.85 958.527 1243.87 958.365 Q1244.89 958.18 1245.91 958.18 Q1251.7 958.18 1255.08 961.351 Q1258.45 964.522 1258.45 969.939 Q1258.45 975.518 1254.98 978.619 Q1251.51 981.698 1245.19 981.698 Q1243.01 981.698 1240.75 981.328 Q1238.5 980.957 1236.09 980.217 L1236.09 975.518 Q1238.18 976.652 1240.4 977.207 Q1242.62 977.763 1245.1 977.763 Q1249.1 977.763 1251.44 975.657 Q1253.78 973.55 1253.78 969.939 Q1253.78 966.328 1251.44 964.221 Q1249.1 962.115 1245.1 962.115 Q1243.22 962.115 1241.35 962.532 Q1239.5 962.948 1237.55 963.828 L1237.55 946.467 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1209.54 848.059 Q1205.93 848.059 1204.1 851.624 Q1202.3 855.165 1202.3 862.295 Q1202.3 869.401 1204.1 872.966 Q1205.93 876.508 1209.54 876.508 Q1213.18 876.508 1214.98 872.966 Q1216.81 869.401 1216.81 862.295 Q1216.81 855.165 1214.98 851.624 Q1213.18 848.059 1209.54 848.059 M1209.54 844.355 Q1215.35 844.355 1218.41 848.962 Q1221.49 853.545 1221.49 862.295 Q1221.49 871.022 1218.41 875.628 Q1215.35 880.211 1209.54 880.211 Q1203.73 880.211 1200.65 875.628 Q1197.6 871.022 1197.6 862.295 Q1197.6 853.545 1200.65 848.962 Q1203.73 844.355 1209.54 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 873.661 L1231.44 873.661 L1231.44 879.54 L1226.56 879.54 L1226.56 873.661 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 848.059 Q1242.9 848.059 1241.07 851.624 Q1239.26 855.165 1239.26 862.295 Q1239.26 869.401 1241.07 872.966 Q1242.9 876.508 1246.51 876.508 Q1250.14 876.508 1251.95 872.966 Q1253.78 869.401 1253.78 862.295 Q1253.78 855.165 1251.95 851.624 Q1250.14 848.059 1246.51 848.059 M1246.51 844.355 Q1252.32 844.355 1255.38 848.962 Q1258.45 853.545 1258.45 862.295 Q1258.45 871.022 1255.38 875.628 Q1252.32 880.211 1246.51 880.211 Q1240.7 880.211 1237.62 875.628 Q1234.57 871.022 1234.57 862.295 Q1234.57 853.545 1237.62 848.962 Q1240.7 844.355 1246.51 844.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1210.54 746.572 Q1206.93 746.572 1205.1 750.137 Q1203.29 753.679 1203.29 760.808 Q1203.29 767.915 1205.1 771.48 Q1206.93 775.021 1210.54 775.021 Q1214.17 775.021 1215.98 771.48 Q1217.81 767.915 1217.81 760.808 Q1217.81 753.679 1215.98 750.137 Q1214.17 746.572 1210.54 746.572 M1210.54 742.869 Q1216.35 742.869 1219.4 747.475 Q1222.48 752.058 1222.48 760.808 Q1222.48 769.535 1219.4 774.142 Q1216.35 778.725 1210.54 778.725 Q1204.73 778.725 1201.65 774.142 Q1198.59 769.535 1198.59 760.808 Q1198.59 752.058 1201.65 747.475 Q1204.73 742.869 1210.54 742.869 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1227.55 772.174 L1232.44 772.174 L1232.44 778.054 L1227.55 778.054 L1227.55 772.174 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1237.55 743.494 L1255.91 743.494 L1255.91 747.429 L1241.83 747.429 L1241.83 755.901 Q1242.85 755.554 1243.87 755.392 Q1244.89 755.206 1245.91 755.206 Q1251.7 755.206 1255.08 758.378 Q1258.45 761.549 1258.45 766.966 Q1258.45 772.544 1254.98 775.646 Q1251.51 778.725 1245.19 778.725 Q1243.01 778.725 1240.75 778.354 Q1238.5 777.984 1236.09 777.243 L1236.09 772.544 Q1238.18 773.679 1240.4 774.234 Q1242.62 774.79 1245.1 774.79 Q1249.1 774.79 1251.44 772.683 Q1253.78 770.577 1253.78 766.966 Q1253.78 763.355 1251.44 761.248 Q1249.1 759.142 1245.1 759.142 Q1243.22 759.142 1241.35 759.558 Q1239.5 759.975 1237.55 760.855 L1237.55 743.494 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1201.58 672.632 L1209.22 672.632 L1209.22 646.266 L1200.91 647.933 L1200.91 643.674 L1209.17 642.007 L1213.85 642.007 L1213.85 672.632 L1221.49 672.632 L1221.49 676.567 L1201.58 676.567 L1201.58 672.632 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 670.687 L1231.44 670.687 L1231.44 676.567 L1226.56 676.567 L1226.56 670.687 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 645.086 Q1242.9 645.086 1241.07 648.65 Q1239.26 652.192 1239.26 659.322 Q1239.26 666.428 1241.07 669.993 Q1242.9 673.535 1246.51 673.535 Q1250.14 673.535 1251.95 669.993 Q1253.78 666.428 1253.78 659.322 Q1253.78 652.192 1251.95 648.65 Q1250.14 645.086 1246.51 645.086 M1246.51 641.382 Q1252.32 641.382 1255.38 645.988 Q1258.45 650.572 1258.45 659.322 Q1258.45 668.048 1255.38 672.655 Q1252.32 677.238 1246.51 677.238 Q1240.7 677.238 1237.62 672.655 Q1234.57 668.048 1234.57 659.322 Q1234.57 650.572 1237.62 645.988 Q1240.7 641.382 1246.51 641.382 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip465)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,667.624 1308.76,666.277 1310.86,665.046 1312.96,663.933 1315.06,662.938 1324.77,659.89 1334.49,659.417 1344.2,661.526 1353.91,666.19 1363.62,673.349 \n 1373.33,682.912 1383.04,694.758 1392.75,708.736 1404.42,728.104 1416.09,749.937 1427.76,773.834 1439.43,799.357 1459.17,844.888 1478.9,891.33 1500.34,939.975 \n 1521.78,983.819 1531.66,1001.65 1541.54,1017.64 1551.43,1031.59 1561.31,1043.3 1571.9,1053.2 1582.5,1060.21 1593.09,1064.22 1603.69,1065.18 1615.96,1062.44 \n 1628.24,1055.63 1640.51,1044.9 1652.79,1030.45 1663.69,1014.73 1674.6,996.563 1685.51,976.239 1696.42,954.084 1715.55,911.899 1734.68,867.268 1755.54,818.404 \n 1776.4,772.106 1786.89,750.654 1797.38,730.859 1807.87,713.016 1818.36,697.389 1829.96,682.972 1841.56,671.808 1853.16,664.102 1864.76,659.993 1875.8,659.491 \n 1886.84,662.322 1897.87,668.44 1908.91,677.742 1920.38,690.628 1931.86,706.564 1943.33,725.265 1954.81,746.401 1974.13,786.423 1993.45,830.255 2017.04,885.719 \n 2040.62,939.431 2051.71,962.917 2062.8,984.733 2073.88,1004.52 2084.97,1021.94 2093.85,1034.01 2102.73,1044.24 2111.61,1052.53 2120.49,1058.8 2129.37,1062.98 \n 2138.25,1065.02 2147.13,1064.9 2156.01,1062.62 2158.75,1061.49 2161.48,1060.16 2164.21,1058.63 2166.95,1056.9 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"\nM2002.27 772.24 L2199.73 772.24 L2199.73 651.28 L2002.27 651.28 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2002.27,772.24 2199.73,772.24 2199.73,651.28 2002.27,651.28 2002.27,772.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2012.4,711.76 2073.2,711.76 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M2101.75 703.878 L2101.75 707.906 Q2099.95 706.98 2098 706.517 Q2096.06 706.054 2093.98 706.054 Q2090.8 706.054 2089.21 707.026 Q2087.63 707.999 2087.63 709.943 Q2087.63 711.424 2088.77 712.281 Q2089.9 713.114 2093.33 713.878 L2094.79 714.202 Q2099.32 715.174 2101.22 716.957 Q2103.14 718.716 2103.14 721.887 Q2103.14 725.498 2100.27 727.605 Q2097.42 729.711 2092.42 729.711 Q2090.34 729.711 2088.07 729.295 Q2085.83 728.901 2083.33 728.091 L2083.33 723.693 Q2085.69 724.92 2087.98 725.545 Q2090.27 726.147 2092.52 726.147 Q2095.53 726.147 2097.15 725.128 Q2098.77 724.086 2098.77 722.211 Q2098.77 720.475 2097.59 719.549 Q2096.43 718.623 2092.47 717.767 L2090.99 717.42 Q2087.03 716.586 2085.27 714.873 Q2083.51 713.137 2083.51 710.128 Q2083.51 706.471 2086.11 704.48 Q2088.7 702.489 2093.47 702.489 Q2095.83 702.489 2097.91 702.837 Q2099.99 703.184 2101.75 703.878 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2107.61 703.114 L2111.87 703.114 L2111.87 729.04 L2107.61 729.04 L2107.61 703.114 M2107.61 693.022 L2111.87 693.022 L2111.87 698.415 L2107.61 698.415 L2107.61 693.022 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2137.89 713.392 L2137.89 729.04 L2133.63 729.04 L2133.63 713.531 Q2133.63 709.85 2132.19 708.022 Q2130.76 706.193 2127.89 706.193 Q2124.44 706.193 2122.45 708.392 Q2120.46 710.591 2120.46 714.387 L2120.46 729.04 L2116.17 729.04 L2116.17 703.114 L2120.46 703.114 L2120.46 707.142 Q2121.98 704.804 2124.05 703.647 Q2126.13 702.489 2128.84 702.489 Q2133.3 702.489 2135.6 705.267 Q2137.89 708.022 2137.89 713.392 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2178.98 703.114 L2169.6 715.73 L2179.46 729.04 L2174.44 729.04 L2166.89 718.855 L2159.35 729.04 L2154.32 729.04 L2164.39 715.475 L2155.18 703.114 L2160.2 703.114 L2167.08 712.35 L2173.95 703.114 L2178.98 703.114 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"\nM160.855 1677.35 L1072.76 1677.35 L1072.76 1247.24 L160.855 1247.24 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip466\">\n <rect x=\"160\" y=\"1247\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 272.692,1677.35 272.692,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 444.748,1677.35 444.748,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 616.805,1677.35 616.805,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 788.862,1677.35 788.862,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 960.919,1677.35 960.919,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1665.23 1072.76,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1563.75 1072.76,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1462.26 1072.76,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1360.77 1072.76,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip466)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 160.855,1259.29 1072.76,1259.29 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1677.35 1072.76,1677.35 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1677.35 160.855,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 272.692,1677.35 272.692,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 444.748,1677.35 444.748,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 616.805,1677.35 616.805,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 788.862,1677.35 788.862,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 960.919,1677.35 960.919,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1665.23 171.797,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1563.75 171.797,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1462.26 171.797,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1360.77 171.797,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 160.855,1259.29 171.797,1259.29 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M252.703 1715.14 L265.18 1715.14 L265.18 1718.93 L252.703 1718.93 L252.703 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M283.097 1699.54 L271.291 1717.99 L283.097 1717.99 L283.097 1699.54 M281.87 1695.46 L287.749 1695.46 L287.749 1717.99 L292.68 1717.99 L292.68 1721.87 L287.749 1721.87 L287.749 1730.02 L283.097 1730.02 L283.097 1721.87 L267.495 1721.87 L267.495 1717.36 L281.87 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M425.802 1715.14 L438.279 1715.14 L438.279 1718.93 L425.802 1718.93 L425.802 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M447.376 1726.09 L463.695 1726.09 L463.695 1730.02 L441.751 1730.02 L441.751 1726.09 Q444.413 1723.33 448.996 1718.7 Q453.603 1714.05 454.783 1712.71 Q457.028 1710.18 457.908 1708.45 Q458.811 1706.69 458.811 1705 Q458.811 1702.25 456.866 1700.51 Q454.945 1698.77 451.843 1698.77 Q449.644 1698.77 447.191 1699.54 Q444.76 1700.3 441.982 1701.85 L441.982 1697.13 Q444.806 1696 447.26 1695.42 Q449.714 1694.84 451.751 1694.84 Q457.121 1694.84 460.316 1697.52 Q463.51 1700.21 463.51 1704.7 Q463.51 1706.83 462.7 1708.75 Q461.913 1710.65 459.806 1713.24 Q459.228 1713.91 456.126 1717.13 Q453.024 1720.32 447.376 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M616.805 1698.54 Q613.194 1698.54 611.366 1702.11 Q609.56 1705.65 609.56 1712.78 Q609.56 1719.88 611.366 1723.45 Q613.194 1726.99 616.805 1726.99 Q620.44 1726.99 622.245 1723.45 Q624.074 1719.88 624.074 1712.78 Q624.074 1705.65 622.245 1702.11 Q620.44 1698.54 616.805 1698.54 M616.805 1694.84 Q622.615 1694.84 625.671 1699.44 Q628.75 1704.03 628.75 1712.78 Q628.75 1721.5 625.671 1726.11 Q622.615 1730.69 616.805 1730.69 Q610.995 1730.69 607.916 1726.11 Q604.861 1721.5 604.861 1712.78 Q604.861 1704.03 607.916 1699.44 Q610.995 1694.84 616.805 1694.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M783.515 1726.09 L799.834 1726.09 L799.834 1730.02 L777.89 1730.02 L777.89 1726.09 Q780.552 1723.33 785.135 1718.7 Q789.742 1714.05 790.922 1712.71 Q793.168 1710.18 794.047 1708.45 Q794.95 1706.69 794.95 1705 Q794.95 1702.25 793.006 1700.51 Q791.084 1698.77 787.983 1698.77 Q785.783 1698.77 783.33 1699.54 Q780.899 1700.3 778.121 1701.85 L778.121 1697.13 Q780.946 1696 783.399 1695.42 Q785.853 1694.84 787.89 1694.84 Q793.26 1694.84 796.455 1697.52 Q799.649 1700.21 799.649 1704.7 Q799.649 1706.83 798.839 1708.75 Q798.052 1710.65 795.945 1713.24 Q795.367 1713.91 792.265 1717.13 Q789.163 1720.32 783.515 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M963.928 1699.54 L952.123 1717.99 L963.928 1717.99 L963.928 1699.54 M962.701 1695.46 L968.581 1695.46 L968.581 1717.99 L973.511 1717.99 L973.511 1721.87 L968.581 1721.87 L968.581 1730.02 L963.928 1730.02 L963.928 1721.87 L948.326 1721.87 L948.326 1717.36 L962.701 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M63.2236 1667.63 L75.7004 1667.63 L75.7004 1671.43 L63.2236 1671.43 L63.2236 1667.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M81.58 1678.58 L89.2188 1678.58 L89.2188 1652.21 L80.9087 1653.88 L80.9087 1649.62 L89.1725 1647.95 L93.8484 1647.95 L93.8484 1678.58 L101.487 1678.58 L101.487 1682.51 L81.58 1682.51 L81.58 1678.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 1676.63 L111.441 1676.63 L111.441 1682.51 L106.557 1682.51 L106.557 1676.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 1651.03 Q122.899 1651.03 121.071 1654.6 Q119.265 1658.14 119.265 1665.27 Q119.265 1672.37 121.071 1675.94 Q122.899 1679.48 126.51 1679.48 Q130.145 1679.48 131.95 1675.94 Q133.779 1672.37 133.779 1665.27 Q133.779 1658.14 131.95 1654.6 Q130.145 1651.03 126.51 1651.03 M126.51 1647.33 Q132.32 1647.33 135.376 1651.93 Q138.455 1656.52 138.455 1665.27 Q138.455 1674 135.376 1678.6 Q132.32 1683.18 126.51 1683.18 Q120.7 1683.18 117.621 1678.6 Q114.566 1674 114.566 1665.27 Q114.566 1656.52 117.621 1651.93 Q120.7 1647.33 126.51 1647.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M62.9921 1566.14 L75.4689 1566.14 L75.4689 1569.94 L62.9921 1569.94 L62.9921 1566.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M90.5383 1549.55 Q86.9272 1549.55 85.0985 1553.11 Q83.2929 1556.65 83.2929 1563.78 Q83.2929 1570.89 85.0985 1574.45 Q86.9272 1577.99 90.5383 1577.99 Q94.1725 1577.99 95.9781 1574.45 Q97.8068 1570.89 97.8068 1563.78 Q97.8068 1556.65 95.9781 1553.11 Q94.1725 1549.55 90.5383 1549.55 M90.5383 1545.84 Q96.3484 1545.84 99.404 1550.45 Q102.483 1555.03 102.483 1563.78 Q102.483 1572.51 99.404 1577.11 Q96.3484 1581.7 90.5383 1581.7 Q84.7281 1581.7 81.6494 1577.11 Q78.5939 1572.51 78.5939 1563.78 Q78.5939 1555.03 81.6494 1550.45 Q84.7281 1545.84 90.5383 1545.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M107.552 1575.15 L112.436 1575.15 L112.436 1581.03 L107.552 1581.03 L107.552 1575.15 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M117.552 1546.47 L135.908 1546.47 L135.908 1550.4 L121.834 1550.4 L121.834 1558.87 Q122.853 1558.53 123.871 1558.36 Q124.89 1558.18 125.908 1558.18 Q131.695 1558.18 135.075 1561.35 Q138.455 1564.52 138.455 1569.94 Q138.455 1575.52 134.982 1578.62 Q131.51 1581.7 125.191 1581.7 Q123.015 1581.7 120.746 1581.33 Q118.501 1580.96 116.094 1580.22 L116.094 1575.52 Q118.177 1576.65 120.399 1577.21 Q122.621 1577.76 125.098 1577.76 Q129.103 1577.76 131.441 1575.66 Q133.779 1573.55 133.779 1569.94 Q133.779 1566.33 131.441 1564.22 Q129.103 1562.11 125.098 1562.11 Q123.223 1562.11 121.348 1562.53 Q119.496 1562.95 117.552 1563.83 L117.552 1546.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M89.5429 1448.06 Q85.9318 1448.06 84.1031 1451.62 Q82.2976 1455.17 82.2976 1462.29 Q82.2976 1469.4 84.1031 1472.97 Q85.9318 1476.51 89.5429 1476.51 Q93.1771 1476.51 94.9827 1472.97 Q96.8114 1469.4 96.8114 1462.29 Q96.8114 1455.17 94.9827 1451.62 Q93.1771 1448.06 89.5429 1448.06 M89.5429 1444.36 Q95.3531 1444.36 98.4086 1448.96 Q101.487 1453.54 101.487 1462.29 Q101.487 1471.02 98.4086 1475.63 Q95.3531 1480.21 89.5429 1480.21 Q83.7328 1480.21 80.6541 1475.63 Q77.5985 1471.02 77.5985 1462.29 Q77.5985 1453.54 80.6541 1448.96 Q83.7328 1444.36 89.5429 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 1473.66 L111.441 1473.66 L111.441 1479.54 L106.557 1479.54 L106.557 1473.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 1448.06 Q122.899 1448.06 121.071 1451.62 Q119.265 1455.17 119.265 1462.29 Q119.265 1469.4 121.071 1472.97 Q122.899 1476.51 126.51 1476.51 Q130.145 1476.51 131.95 1472.97 Q133.779 1469.4 133.779 1462.29 Q133.779 1455.17 131.95 1451.62 Q130.145 1448.06 126.51 1448.06 M126.51 1444.36 Q132.32 1444.36 135.376 1448.96 Q138.455 1453.54 138.455 1462.29 Q138.455 1471.02 135.376 1475.63 Q132.32 1480.21 126.51 1480.21 Q120.7 1480.21 117.621 1475.63 Q114.566 1471.02 114.566 1462.29 Q114.566 1453.54 117.621 1448.96 Q120.7 1444.36 126.51 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M90.5383 1346.57 Q86.9272 1346.57 85.0985 1350.14 Q83.2929 1353.68 83.2929 1360.81 Q83.2929 1367.91 85.0985 1371.48 Q86.9272 1375.02 90.5383 1375.02 Q94.1725 1375.02 95.9781 1371.48 Q97.8068 1367.91 97.8068 1360.81 Q97.8068 1353.68 95.9781 1350.14 Q94.1725 1346.57 90.5383 1346.57 M90.5383 1342.87 Q96.3484 1342.87 99.404 1347.48 Q102.483 1352.06 102.483 1360.81 Q102.483 1369.54 99.404 1374.14 Q96.3484 1378.72 90.5383 1378.72 Q84.7281 1378.72 81.6494 1374.14 Q78.5939 1369.54 78.5939 1360.81 Q78.5939 1352.06 81.6494 1347.48 Q84.7281 1342.87 90.5383 1342.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M107.552 1372.17 L112.436 1372.17 L112.436 1378.05 L107.552 1378.05 L107.552 1372.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M117.552 1343.49 L135.908 1343.49 L135.908 1347.43 L121.834 1347.43 L121.834 1355.9 Q122.853 1355.55 123.871 1355.39 Q124.89 1355.21 125.908 1355.21 Q131.695 1355.21 135.075 1358.38 Q138.455 1361.55 138.455 1366.97 Q138.455 1372.54 134.982 1375.65 Q131.51 1378.72 125.191 1378.72 Q123.015 1378.72 120.746 1378.35 Q118.501 1377.98 116.094 1377.24 L116.094 1372.54 Q118.177 1373.68 120.399 1374.23 Q122.621 1374.79 125.098 1374.79 Q129.103 1374.79 131.441 1372.68 Q133.779 1370.58 133.779 1366.97 Q133.779 1363.35 131.441 1361.25 Q129.103 1359.14 125.098 1359.14 Q123.223 1359.14 121.348 1359.56 Q119.496 1359.97 117.552 1360.85 L117.552 1343.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M81.58 1272.63 L89.2188 1272.63 L89.2188 1246.27 L80.9087 1247.93 L80.9087 1243.67 L89.1725 1242.01 L93.8484 1242.01 L93.8484 1272.63 L101.487 1272.63 L101.487 1276.57 L81.58 1276.57 L81.58 1272.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M106.557 1270.69 L111.441 1270.69 L111.441 1276.57 L106.557 1276.57 L106.557 1270.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M126.51 1245.09 Q122.899 1245.09 121.071 1248.65 Q119.265 1252.19 119.265 1259.32 Q119.265 1266.43 121.071 1269.99 Q122.899 1273.53 126.51 1273.53 Q130.145 1273.53 131.95 1269.99 Q133.779 1266.43 133.779 1259.32 Q133.779 1252.19 131.95 1248.65 Q130.145 1245.09 126.51 1245.09 M126.51 1241.38 Q132.32 1241.38 135.376 1245.99 Q138.455 1250.57 138.455 1259.32 Q138.455 1268.05 135.376 1272.65 Q132.32 1277.24 126.51 1277.24 Q120.7 1277.24 117.621 1272.65 Q114.566 1268.05 114.566 1259.32 Q114.566 1250.57 117.621 1245.99 Q120.7 1241.38 126.51 1241.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip466)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.663,1267.62 188.764,1266.28 190.864,1265.05 192.964,1263.93 195.065,1262.94 204.775,1259.89 214.485,1259.42 224.196,1261.53 233.906,1266.19 243.616,1273.35 \n 253.327,1282.91 263.037,1294.76 272.747,1308.74 284.419,1328.1 296.09,1349.94 307.761,1373.83 319.432,1399.36 339.167,1444.89 358.903,1491.33 380.341,1539.97 \n 401.779,1583.82 411.661,1601.65 421.543,1617.64 431.425,1631.59 441.307,1643.3 451.902,1653.2 462.496,1660.21 473.091,1664.22 483.686,1665.18 495.961,1662.44 \n 508.236,1655.63 520.51,1644.9 532.785,1630.45 543.694,1614.73 554.602,1596.56 565.511,1576.24 576.419,1554.08 595.551,1511.9 614.682,1467.27 635.541,1418.4 \n 656.399,1372.11 666.891,1350.65 677.382,1330.86 687.873,1313.02 698.364,1297.39 709.964,1282.97 721.563,1271.81 733.163,1264.1 744.762,1259.99 755.798,1259.49 \n 766.835,1262.32 777.872,1268.44 788.908,1277.74 800.384,1290.63 811.859,1306.56 823.334,1325.27 834.81,1346.4 854.13,1386.42 873.449,1430.25 897.037,1485.72 \n 920.624,1539.43 931.71,1562.92 942.796,1584.73 953.883,1604.52 964.969,1621.94 973.85,1634.01 982.73,1644.24 991.611,1652.53 1000.49,1658.8 1009.37,1662.98 \n 1018.25,1665.02 1027.13,1664.9 1036.01,1662.62 1038.75,1661.49 1041.48,1660.16 1044.21,1658.63 1046.95,1656.9 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"\nM882.27 1372.24 L1079.73 1372.24 L1079.73 1251.28 L882.27 1251.28 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 882.27,1372.24 1079.73,1372.24 1079.73,1251.28 882.27,1251.28 882.27,1372.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 892.402,1311.76 953.196,1311.76 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M981.754 1303.88 L981.754 1307.91 Q979.948 1306.98 978.004 1306.52 Q976.059 1306.05 973.976 1306.05 Q970.805 1306.05 969.207 1307.03 Q967.633 1308 967.633 1309.94 Q967.633 1311.42 968.768 1312.28 Q969.902 1313.11 973.328 1313.88 L974.786 1314.2 Q979.323 1315.17 981.221 1316.96 Q983.142 1318.72 983.142 1321.89 Q983.142 1325.5 980.272 1327.6 Q977.425 1329.71 972.425 1329.71 Q970.342 1329.71 968.073 1329.29 Q965.828 1328.9 963.328 1328.09 L963.328 1323.69 Q965.689 1324.92 967.981 1325.54 Q970.272 1326.15 972.518 1326.15 Q975.527 1326.15 977.147 1325.13 Q978.767 1324.09 978.767 1322.21 Q978.767 1320.48 977.587 1319.55 Q976.43 1318.62 972.471 1317.77 L970.99 1317.42 Q967.031 1316.59 965.272 1314.87 Q963.513 1313.14 963.513 1310.13 Q963.513 1306.47 966.106 1304.48 Q968.698 1302.49 973.467 1302.49 Q975.828 1302.49 977.911 1302.84 Q979.994 1303.18 981.754 1303.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M987.61 1303.11 L991.869 1303.11 L991.869 1329.04 L987.61 1329.04 L987.61 1303.11 M987.61 1293.02 L991.869 1293.02 L991.869 1298.42 L987.61 1298.42 L987.61 1293.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1017.89 1313.39 L1017.89 1329.04 L1013.63 1329.04 L1013.63 1313.53 Q1013.63 1309.85 1012.19 1308.02 Q1010.76 1306.19 1007.89 1306.19 Q1004.44 1306.19 1002.45 1308.39 Q1000.46 1310.59 1000.46 1314.39 L1000.46 1329.04 L996.175 1329.04 L996.175 1303.11 L1000.46 1303.11 L1000.46 1307.14 Q1001.98 1304.8 1004.05 1303.65 Q1006.13 1302.49 1008.84 1302.49 Q1013.3 1302.49 1015.6 1305.27 Q1017.89 1308.02 1017.89 1313.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1058.98 1303.11 L1049.6 1315.73 L1059.46 1329.04 L1054.44 1329.04 L1046.89 1318.85 L1039.35 1329.04 L1034.32 1329.04 L1044.39 1315.48 L1035.18 1303.11 L1040.2 1303.11 L1047.08 1312.35 L1053.95 1303.11 L1058.98 1303.11 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"\nM1280.85 1677.35 L2192.76 1677.35 L2192.76 1247.24 L1280.85 1247.24 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip467\">\n <rect x=\"1280\" y=\"1247\" width=\"913\" height=\"431\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1392.69,1677.35 1392.69,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1564.75,1677.35 1564.75,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1736.81,1677.35 1736.81,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1908.86,1677.35 1908.86,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2080.92,1677.35 2080.92,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1665.23 2192.76,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1563.75 2192.76,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1462.26 2192.76,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1360.77 2192.76,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip467)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1280.85,1259.29 2192.76,1259.29 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1677.35 2192.76,1677.35 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1677.35 1280.85,1247.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1392.69,1677.35 1392.69,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1564.75,1677.35 1564.75,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1736.81,1677.35 1736.81,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1908.86,1677.35 1908.86,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2080.92,1677.35 2080.92,1672.19 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1665.23 1291.8,1665.23 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1563.75 1291.8,1563.75 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1462.26 1291.8,1462.26 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1360.77 1291.8,1360.77 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1280.85,1259.29 1291.8,1259.29 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M1372.7 1715.14 L1385.18 1715.14 L1385.18 1718.93 L1372.7 1718.93 L1372.7 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1403.1 1699.54 L1391.29 1717.99 L1403.1 1717.99 L1403.1 1699.54 M1401.87 1695.46 L1407.75 1695.46 L1407.75 1717.99 L1412.68 1717.99 L1412.68 1721.87 L1407.75 1721.87 L1407.75 1730.02 L1403.1 1730.02 L1403.1 1721.87 L1387.49 1721.87 L1387.49 1717.36 L1401.87 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1545.8 1715.14 L1558.28 1715.14 L1558.28 1718.93 L1545.8 1718.93 L1545.8 1715.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1567.38 1726.09 L1583.7 1726.09 L1583.7 1730.02 L1561.75 1730.02 L1561.75 1726.09 Q1564.41 1723.33 1569 1718.7 Q1573.6 1714.05 1574.78 1712.71 Q1577.03 1710.18 1577.91 1708.45 Q1578.81 1706.69 1578.81 1705 Q1578.81 1702.25 1576.87 1700.51 Q1574.95 1698.77 1571.84 1698.77 Q1569.64 1698.77 1567.19 1699.54 Q1564.76 1700.3 1561.98 1701.85 L1561.98 1697.13 Q1564.81 1696 1567.26 1695.42 Q1569.71 1694.84 1571.75 1694.84 Q1577.12 1694.84 1580.32 1697.52 Q1583.51 1700.21 1583.51 1704.7 Q1583.51 1706.83 1582.7 1708.75 Q1581.91 1710.65 1579.81 1713.24 Q1579.23 1713.91 1576.13 1717.13 Q1573.02 1720.32 1567.38 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1736.81 1698.54 Q1733.19 1698.54 1731.37 1702.11 Q1729.56 1705.65 1729.56 1712.78 Q1729.56 1719.88 1731.37 1723.45 Q1733.19 1726.99 1736.81 1726.99 Q1740.44 1726.99 1742.25 1723.45 Q1744.07 1719.88 1744.07 1712.78 Q1744.07 1705.65 1742.25 1702.11 Q1740.44 1698.54 1736.81 1698.54 M1736.81 1694.84 Q1742.62 1694.84 1745.67 1699.44 Q1748.75 1704.03 1748.75 1712.78 Q1748.75 1721.5 1745.67 1726.11 Q1742.62 1730.69 1736.81 1730.69 Q1731 1730.69 1727.92 1726.11 Q1724.86 1721.5 1724.86 1712.78 Q1724.86 1704.03 1727.92 1699.44 Q1731 1694.84 1736.81 1694.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1903.51 1726.09 L1919.83 1726.09 L1919.83 1730.02 L1897.89 1730.02 L1897.89 1726.09 Q1900.55 1723.33 1905.14 1718.7 Q1909.74 1714.05 1910.92 1712.71 Q1913.17 1710.18 1914.05 1708.45 Q1914.95 1706.69 1914.95 1705 Q1914.95 1702.25 1913.01 1700.51 Q1911.08 1698.77 1907.98 1698.77 Q1905.78 1698.77 1903.33 1699.54 Q1900.9 1700.3 1898.12 1701.85 L1898.12 1697.13 Q1900.95 1696 1903.4 1695.42 Q1905.85 1694.84 1907.89 1694.84 Q1913.26 1694.84 1916.45 1697.52 Q1919.65 1700.21 1919.65 1704.7 Q1919.65 1706.83 1918.84 1708.75 Q1918.05 1710.65 1915.95 1713.24 Q1915.37 1713.91 1912.26 1717.13 Q1909.16 1720.32 1903.51 1726.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2083.93 1699.54 L2072.12 1717.99 L2083.93 1717.99 L2083.93 1699.54 M2082.7 1695.46 L2088.58 1695.46 L2088.58 1717.99 L2093.51 1717.99 L2093.51 1721.87 L2088.58 1721.87 L2088.58 1730.02 L2083.93 1730.02 L2083.93 1721.87 L2068.33 1721.87 L2068.33 1717.36 L2082.7 1695.46 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1183.22 1667.63 L1195.7 1667.63 L1195.7 1671.43 L1183.22 1671.43 L1183.22 1667.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1201.58 1678.58 L1209.22 1678.58 L1209.22 1652.21 L1200.91 1653.88 L1200.91 1649.62 L1209.17 1647.95 L1213.85 1647.95 L1213.85 1678.58 L1221.49 1678.58 L1221.49 1682.51 L1201.58 1682.51 L1201.58 1678.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 1676.63 L1231.44 1676.63 L1231.44 1682.51 L1226.56 1682.51 L1226.56 1676.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 1651.03 Q1242.9 1651.03 1241.07 1654.6 Q1239.26 1658.14 1239.26 1665.27 Q1239.26 1672.37 1241.07 1675.94 Q1242.9 1679.48 1246.51 1679.48 Q1250.14 1679.48 1251.95 1675.94 Q1253.78 1672.37 1253.78 1665.27 Q1253.78 1658.14 1251.95 1654.6 Q1250.14 1651.03 1246.51 1651.03 M1246.51 1647.33 Q1252.32 1647.33 1255.38 1651.93 Q1258.45 1656.52 1258.45 1665.27 Q1258.45 1674 1255.38 1678.6 Q1252.32 1683.18 1246.51 1683.18 Q1240.7 1683.18 1237.62 1678.6 Q1234.57 1674 1234.57 1665.27 Q1234.57 1656.52 1237.62 1651.93 Q1240.7 1647.33 1246.51 1647.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1182.99 1566.14 L1195.47 1566.14 L1195.47 1569.94 L1182.99 1569.94 L1182.99 1566.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1210.54 1549.55 Q1206.93 1549.55 1205.1 1553.11 Q1203.29 1556.65 1203.29 1563.78 Q1203.29 1570.89 1205.1 1574.45 Q1206.93 1577.99 1210.54 1577.99 Q1214.17 1577.99 1215.98 1574.45 Q1217.81 1570.89 1217.81 1563.78 Q1217.81 1556.65 1215.98 1553.11 Q1214.17 1549.55 1210.54 1549.55 M1210.54 1545.84 Q1216.35 1545.84 1219.4 1550.45 Q1222.48 1555.03 1222.48 1563.78 Q1222.48 1572.51 1219.4 1577.11 Q1216.35 1581.7 1210.54 1581.7 Q1204.73 1581.7 1201.65 1577.11 Q1198.59 1572.51 1198.59 1563.78 Q1198.59 1555.03 1201.65 1550.45 Q1204.73 1545.84 1210.54 1545.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1227.55 1575.15 L1232.44 1575.15 L1232.44 1581.03 L1227.55 1581.03 L1227.55 1575.15 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1237.55 1546.47 L1255.91 1546.47 L1255.91 1550.4 L1241.83 1550.4 L1241.83 1558.87 Q1242.85 1558.53 1243.87 1558.36 Q1244.89 1558.18 1245.91 1558.18 Q1251.7 1558.18 1255.08 1561.35 Q1258.45 1564.52 1258.45 1569.94 Q1258.45 1575.52 1254.98 1578.62 Q1251.51 1581.7 1245.19 1581.7 Q1243.01 1581.7 1240.75 1581.33 Q1238.5 1580.96 1236.09 1580.22 L1236.09 1575.52 Q1238.18 1576.65 1240.4 1577.21 Q1242.62 1577.76 1245.1 1577.76 Q1249.1 1577.76 1251.44 1575.66 Q1253.78 1573.55 1253.78 1569.94 Q1253.78 1566.33 1251.44 1564.22 Q1249.1 1562.11 1245.1 1562.11 Q1243.22 1562.11 1241.35 1562.53 Q1239.5 1562.95 1237.55 1563.83 L1237.55 1546.47 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1209.54 1448.06 Q1205.93 1448.06 1204.1 1451.62 Q1202.3 1455.17 1202.3 1462.29 Q1202.3 1469.4 1204.1 1472.97 Q1205.93 1476.51 1209.54 1476.51 Q1213.18 1476.51 1214.98 1472.97 Q1216.81 1469.4 1216.81 1462.29 Q1216.81 1455.17 1214.98 1451.62 Q1213.18 1448.06 1209.54 1448.06 M1209.54 1444.36 Q1215.35 1444.36 1218.41 1448.96 Q1221.49 1453.54 1221.49 1462.29 Q1221.49 1471.02 1218.41 1475.63 Q1215.35 1480.21 1209.54 1480.21 Q1203.73 1480.21 1200.65 1475.63 Q1197.6 1471.02 1197.6 1462.29 Q1197.6 1453.54 1200.65 1448.96 Q1203.73 1444.36 1209.54 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 1473.66 L1231.44 1473.66 L1231.44 1479.54 L1226.56 1479.54 L1226.56 1473.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 1448.06 Q1242.9 1448.06 1241.07 1451.62 Q1239.26 1455.17 1239.26 1462.29 Q1239.26 1469.4 1241.07 1472.97 Q1242.9 1476.51 1246.51 1476.51 Q1250.14 1476.51 1251.95 1472.97 Q1253.78 1469.4 1253.78 1462.29 Q1253.78 1455.17 1251.95 1451.62 Q1250.14 1448.06 1246.51 1448.06 M1246.51 1444.36 Q1252.32 1444.36 1255.38 1448.96 Q1258.45 1453.54 1258.45 1462.29 Q1258.45 1471.02 1255.38 1475.63 Q1252.32 1480.21 1246.51 1480.21 Q1240.7 1480.21 1237.62 1475.63 Q1234.57 1471.02 1234.57 1462.29 Q1234.57 1453.54 1237.62 1448.96 Q1240.7 1444.36 1246.51 1444.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1210.54 1346.57 Q1206.93 1346.57 1205.1 1350.14 Q1203.29 1353.68 1203.29 1360.81 Q1203.29 1367.91 1205.1 1371.48 Q1206.93 1375.02 1210.54 1375.02 Q1214.17 1375.02 1215.98 1371.48 Q1217.81 1367.91 1217.81 1360.81 Q1217.81 1353.68 1215.98 1350.14 Q1214.17 1346.57 1210.54 1346.57 M1210.54 1342.87 Q1216.35 1342.87 1219.4 1347.48 Q1222.48 1352.06 1222.48 1360.81 Q1222.48 1369.54 1219.4 1374.14 Q1216.35 1378.72 1210.54 1378.72 Q1204.73 1378.72 1201.65 1374.14 Q1198.59 1369.54 1198.59 1360.81 Q1198.59 1352.06 1201.65 1347.48 Q1204.73 1342.87 1210.54 1342.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1227.55 1372.17 L1232.44 1372.17 L1232.44 1378.05 L1227.55 1378.05 L1227.55 1372.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1237.55 1343.49 L1255.91 1343.49 L1255.91 1347.43 L1241.83 1347.43 L1241.83 1355.9 Q1242.85 1355.55 1243.87 1355.39 Q1244.89 1355.21 1245.91 1355.21 Q1251.7 1355.21 1255.08 1358.38 Q1258.45 1361.55 1258.45 1366.97 Q1258.45 1372.54 1254.98 1375.65 Q1251.51 1378.72 1245.19 1378.72 Q1243.01 1378.72 1240.75 1378.35 Q1238.5 1377.98 1236.09 1377.24 L1236.09 1372.54 Q1238.18 1373.68 1240.4 1374.23 Q1242.62 1374.79 1245.1 1374.79 Q1249.1 1374.79 1251.44 1372.68 Q1253.78 1370.58 1253.78 1366.97 Q1253.78 1363.35 1251.44 1361.25 Q1249.1 1359.14 1245.1 1359.14 Q1243.22 1359.14 1241.35 1359.56 Q1239.5 1359.97 1237.55 1360.85 L1237.55 1343.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1201.58 1272.63 L1209.22 1272.63 L1209.22 1246.27 L1200.91 1247.93 L1200.91 1243.67 L1209.17 1242.01 L1213.85 1242.01 L1213.85 1272.63 L1221.49 1272.63 L1221.49 1276.57 L1201.58 1276.57 L1201.58 1272.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1226.56 1270.69 L1231.44 1270.69 L1231.44 1276.57 L1226.56 1276.57 L1226.56 1270.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M1246.51 1245.09 Q1242.9 1245.09 1241.07 1248.65 Q1239.26 1252.19 1239.26 1259.32 Q1239.26 1266.43 1241.07 1269.99 Q1242.9 1273.53 1246.51 1273.53 Q1250.14 1273.53 1251.95 1269.99 Q1253.78 1266.43 1253.78 1259.32 Q1253.78 1252.19 1251.95 1248.65 Q1250.14 1245.09 1246.51 1245.09 M1246.51 1241.38 Q1252.32 1241.38 1255.38 1245.99 Q1258.45 1250.57 1258.45 1259.32 Q1258.45 1268.05 1255.38 1272.65 Q1252.32 1277.24 1246.51 1277.24 Q1240.7 1277.24 1237.62 1272.65 Q1234.57 1268.05 1234.57 1259.32 Q1234.57 1250.57 1237.62 1245.99 Q1240.7 1241.38 1246.51 1241.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip467)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1306.66,1267.62 1308.76,1266.28 1310.86,1265.05 1312.96,1263.93 1315.06,1262.94 1324.77,1259.89 1334.49,1259.42 1344.2,1261.53 1353.91,1266.19 1363.62,1273.35 \n 1373.33,1282.91 1383.04,1294.76 1392.75,1308.74 1404.42,1328.1 1416.09,1349.94 1427.76,1373.83 1439.43,1399.36 1459.17,1444.89 1478.9,1491.33 1500.34,1539.97 \n 1521.78,1583.82 1531.66,1601.65 1541.54,1617.64 1551.43,1631.59 1561.31,1643.3 1571.9,1653.2 1582.5,1660.21 1593.09,1664.22 1603.69,1665.18 1615.96,1662.44 \n 1628.24,1655.63 1640.51,1644.9 1652.79,1630.45 1663.69,1614.73 1674.6,1596.56 1685.51,1576.24 1696.42,1554.08 1715.55,1511.9 1734.68,1467.27 1755.54,1418.4 \n 1776.4,1372.11 1786.89,1350.65 1797.38,1330.86 1807.87,1313.02 1818.36,1297.39 1829.96,1282.97 1841.56,1271.81 1853.16,1264.1 1864.76,1259.99 1875.8,1259.49 \n 1886.84,1262.32 1897.87,1268.44 1908.91,1277.74 1920.38,1290.63 1931.86,1306.56 1943.33,1325.27 1954.81,1346.4 1974.13,1386.42 1993.45,1430.25 2017.04,1485.72 \n 2040.62,1539.43 2051.71,1562.92 2062.8,1584.73 2073.88,1604.52 2084.97,1621.94 2093.85,1634.01 2102.73,1644.24 2111.61,1652.53 2120.49,1658.8 2129.37,1662.98 \n 2138.25,1665.02 2147.13,1664.9 2156.01,1662.62 2158.75,1661.49 2161.48,1660.16 2164.21,1658.63 2166.95,1656.9 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"\nM2002.27 1372.24 L2199.73 1372.24 L2199.73 1251.28 L2002.27 1251.28 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2002.27,1372.24 2199.73,1372.24 2199.73,1251.28 2002.27,1251.28 2002.27,1372.24 \n \"/>\n<polyline clip-path=\"url(#clip460)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2012.4,1311.76 2073.2,1311.76 \n \"/>\n<path clip-path=\"url(#clip460)\" d=\"M 0 0 M2101.75 1303.88 L2101.75 1307.91 Q2099.95 1306.98 2098 1306.52 Q2096.06 1306.05 2093.98 1306.05 Q2090.8 1306.05 2089.21 1307.03 Q2087.63 1308 2087.63 1309.94 Q2087.63 1311.42 2088.77 1312.28 Q2089.9 1313.11 2093.33 1313.88 L2094.79 1314.2 Q2099.32 1315.17 2101.22 1316.96 Q2103.14 1318.72 2103.14 1321.89 Q2103.14 1325.5 2100.27 1327.6 Q2097.42 1329.71 2092.42 1329.71 Q2090.34 1329.71 2088.07 1329.29 Q2085.83 1328.9 2083.33 1328.09 L2083.33 1323.69 Q2085.69 1324.92 2087.98 1325.54 Q2090.27 1326.15 2092.52 1326.15 Q2095.53 1326.15 2097.15 1325.13 Q2098.77 1324.09 2098.77 1322.21 Q2098.77 1320.48 2097.59 1319.55 Q2096.43 1318.62 2092.47 1317.77 L2090.99 1317.42 Q2087.03 1316.59 2085.27 1314.87 Q2083.51 1313.14 2083.51 1310.13 Q2083.51 1306.47 2086.11 1304.48 Q2088.7 1302.49 2093.47 1302.49 Q2095.83 1302.49 2097.91 1302.84 Q2099.99 1303.18 2101.75 1303.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2107.61 1303.11 L2111.87 1303.11 L2111.87 1329.04 L2107.61 1329.04 L2107.61 1303.11 M2107.61 1293.02 L2111.87 1293.02 L2111.87 1298.42 L2107.61 1298.42 L2107.61 1293.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2137.89 1313.39 L2137.89 1329.04 L2133.63 1329.04 L2133.63 1313.53 Q2133.63 1309.85 2132.19 1308.02 Q2130.76 1306.19 2127.89 1306.19 Q2124.44 1306.19 2122.45 1308.39 Q2120.46 1310.59 2120.46 1314.39 L2120.46 1329.04 L2116.17 1329.04 L2116.17 1303.11 L2120.46 1303.11 L2120.46 1307.14 Q2121.98 1304.8 2124.05 1303.65 Q2126.13 1302.49 2128.84 1302.49 Q2133.3 1302.49 2135.6 1305.27 Q2137.89 1308.02 2137.89 1313.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip460)\" d=\"M 0 0 M2178.98 1303.11 L2169.6 1315.73 L2179.46 1329.04 L2174.44 1329.04 L2166.89 1318.85 L2159.35 1329.04 L2154.32 1329.04 L2164.39 1315.48 L2155.18 1303.11 L2160.2 1303.11 L2167.08 1312.35 L2173.95 1303.11 L2178.98 1303.11 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150), legend=(0.88,0.85))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nP5 = deepcopy(P1)\nP6 = deepcopy(P1)\nplot(P1, P2, P3, P4, P5, P6, size=(840, 300), layout=@layout([a b c; d e f]))",
"execution_count": 15,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 15,
"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=\"840\" height=\"300\" viewBox=\"0 0 3360 1200\">\n<defs>\n <clipPath id=\"clip500\">\n <rect x=\"0\" y=\"0\" width=\"3360\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip500)\" d=\"\nM0 1200 L3360 1200 L3360 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip501\">\n <rect x=\"672\" y=\"0\" width=\"2353\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip500)\" d=\"\nM172.055 506.494 L1072.76 506.494 L1072.76 47.2441 L172.055 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip502\">\n <rect x=\"172\" y=\"47\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 282.518,506.494 282.518,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 452.462,506.494 452.462,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 622.405,506.494 622.405,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 792.349,506.494 792.349,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 962.293,506.494 962.293,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,493.555 1072.76,493.555 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,385.192 1072.76,385.192 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,276.829 1072.76,276.829 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,168.466 1072.76,168.466 \n \"/>\n<polyline clip-path=\"url(#clip502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,60.1029 1072.76,60.1029 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,506.494 1072.76,506.494 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,506.494 172.055,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 282.518,506.494 282.518,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 452.462,506.494 452.462,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 622.405,506.494 622.405,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 792.349,506.494 792.349,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 962.293,506.494 962.293,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,493.555 182.863,493.555 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,385.192 182.863,385.192 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,276.829 182.863,276.829 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,168.466 182.863,168.466 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,60.1029 182.863,60.1029 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M262.53 549.881 L275.007 549.881 L275.007 553.678 L262.53 553.678 L262.53 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M292.923 534.28 L281.118 552.729 L292.923 552.729 L292.923 534.28 M291.696 530.206 L297.576 530.206 L297.576 552.729 L302.506 552.729 L302.506 556.617 L297.576 556.617 L297.576 564.766 L292.923 564.766 L292.923 556.617 L277.321 556.617 L277.321 552.104 L291.696 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M433.515 549.881 L445.992 549.881 L445.992 553.678 L433.515 553.678 L433.515 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M455.089 560.83 L471.408 560.83 L471.408 564.766 L449.464 564.766 L449.464 560.83 Q452.126 558.076 456.709 553.446 Q461.316 548.793 462.496 547.451 Q464.742 544.928 465.621 543.192 Q466.524 541.432 466.524 539.743 Q466.524 536.988 464.58 535.252 Q462.658 533.516 459.557 533.516 Q457.357 533.516 454.904 534.28 Q452.473 535.044 449.695 536.594 L449.695 531.872 Q452.52 530.738 454.973 530.159 Q457.427 529.581 459.464 529.581 Q464.834 529.581 468.029 532.266 Q471.223 534.951 471.223 539.442 Q471.223 541.571 470.413 543.493 Q469.626 545.391 467.519 547.983 Q466.941 548.655 463.839 551.872 Q460.737 555.067 455.089 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M622.405 533.284 Q618.794 533.284 616.966 536.849 Q615.16 540.391 615.16 547.52 Q615.16 554.627 616.966 558.192 Q618.794 561.733 622.405 561.733 Q626.04 561.733 627.845 558.192 Q629.674 554.627 629.674 547.52 Q629.674 540.391 627.845 536.849 Q626.04 533.284 622.405 533.284 M622.405 529.581 Q628.215 529.581 631.271 534.187 Q634.35 538.77 634.35 547.52 Q634.35 556.247 631.271 560.854 Q628.215 565.437 622.405 565.437 Q616.595 565.437 613.516 560.854 Q610.461 556.247 610.461 547.52 Q610.461 538.77 613.516 534.187 Q616.595 529.581 622.405 529.581 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M787.002 560.83 L803.321 560.83 L803.321 564.766 L781.377 564.766 L781.377 560.83 Q784.039 558.076 788.622 553.446 Q793.229 548.793 794.409 547.451 Q796.654 544.928 797.534 543.192 Q798.437 541.432 798.437 539.743 Q798.437 536.988 796.492 535.252 Q794.571 533.516 791.469 533.516 Q789.27 533.516 786.817 534.28 Q784.386 535.044 781.608 536.594 L781.608 531.872 Q784.432 530.738 786.886 530.159 Q789.34 529.581 791.377 529.581 Q796.747 529.581 799.941 532.266 Q803.136 534.951 803.136 539.442 Q803.136 541.571 802.326 543.493 Q801.539 545.391 799.432 547.983 Q798.854 548.655 795.752 551.872 Q792.65 555.067 787.002 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M965.302 534.28 L953.496 552.729 L965.302 552.729 L965.302 534.28 M964.075 530.206 L969.955 530.206 L969.955 552.729 L974.885 552.729 L974.885 556.617 L969.955 556.617 L969.955 564.766 L965.302 564.766 L965.302 556.617 L949.7 556.617 L949.7 552.104 L964.075 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M63.2236 495.951 L75.7004 495.951 L75.7004 499.747 L63.2236 499.747 L63.2236 495.951 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M81.58 506.9 L89.2188 506.9 L89.2188 480.535 L80.9087 482.201 L80.9087 477.942 L89.1725 476.275 L93.8484 476.275 L93.8484 506.9 L101.487 506.9 L101.487 510.835 L81.58 510.835 L81.58 506.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M106.557 504.956 L111.441 504.956 L111.441 510.835 L106.557 510.835 L106.557 504.956 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M126.51 479.354 Q122.899 479.354 121.071 482.919 Q119.265 486.46 119.265 493.59 Q119.265 500.696 121.071 504.261 Q122.899 507.803 126.51 507.803 Q130.145 507.803 131.95 504.261 Q133.779 500.696 133.779 493.59 Q133.779 486.46 131.95 482.919 Q130.145 479.354 126.51 479.354 M126.51 475.65 Q132.32 475.65 135.376 480.257 Q138.455 484.84 138.455 493.59 Q138.455 502.317 135.376 506.923 Q132.32 511.507 126.51 511.507 Q120.7 511.507 117.621 506.923 Q114.566 502.317 114.566 493.59 Q114.566 484.84 117.621 480.257 Q120.7 475.65 126.51 475.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M62.9921 387.588 L75.4689 387.588 L75.4689 391.384 L62.9921 391.384 L62.9921 387.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M90.5383 370.991 Q86.9272 370.991 85.0985 374.556 Q83.2929 378.097 83.2929 385.227 Q83.2929 392.333 85.0985 395.898 Q86.9272 399.44 90.5383 399.44 Q94.1725 399.44 95.9781 395.898 Q97.8068 392.333 97.8068 385.227 Q97.8068 378.097 95.9781 374.556 Q94.1725 370.991 90.5383 370.991 M90.5383 367.287 Q96.3484 367.287 99.404 371.894 Q102.483 376.477 102.483 385.227 Q102.483 393.954 99.404 398.56 Q96.3484 403.144 90.5383 403.144 Q84.7281 403.144 81.6494 398.56 Q78.5939 393.954 78.5939 385.227 Q78.5939 376.477 81.6494 371.894 Q84.7281 367.287 90.5383 367.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M107.552 396.593 L112.436 396.593 L112.436 402.472 L107.552 402.472 L107.552 396.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M117.552 367.912 L135.908 367.912 L135.908 371.847 L121.834 371.847 L121.834 380.32 Q122.853 379.972 123.871 379.81 Q124.89 379.625 125.908 379.625 Q131.695 379.625 135.075 382.796 Q138.455 385.968 138.455 391.384 Q138.455 396.963 134.982 400.065 Q131.51 403.144 125.191 403.144 Q123.015 403.144 120.746 402.773 Q118.501 402.403 116.094 401.662 L116.094 396.963 Q118.177 398.097 120.399 398.653 Q122.621 399.208 125.098 399.208 Q129.103 399.208 131.441 397.102 Q133.779 394.995 133.779 391.384 Q133.779 387.773 131.441 385.667 Q129.103 383.56 125.098 383.56 Q123.223 383.56 121.348 383.977 Q119.496 384.394 117.552 385.273 L117.552 367.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M89.5429 262.628 Q85.9318 262.628 84.1031 266.193 Q82.2976 269.734 82.2976 276.864 Q82.2976 283.97 84.1031 287.535 Q85.9318 291.077 89.5429 291.077 Q93.1771 291.077 94.9827 287.535 Q96.8114 283.97 96.8114 276.864 Q96.8114 269.734 94.9827 266.193 Q93.1771 262.628 89.5429 262.628 M89.5429 258.924 Q95.3531 258.924 98.4086 263.531 Q101.487 268.114 101.487 276.864 Q101.487 285.591 98.4086 290.197 Q95.3531 294.78 89.5429 294.78 Q83.7328 294.78 80.6541 290.197 Q77.5985 285.591 77.5985 276.864 Q77.5985 268.114 80.6541 263.531 Q83.7328 258.924 89.5429 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M106.557 288.23 L111.441 288.23 L111.441 294.109 L106.557 294.109 L106.557 288.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M126.51 262.628 Q122.899 262.628 121.071 266.193 Q119.265 269.734 119.265 276.864 Q119.265 283.97 121.071 287.535 Q122.899 291.077 126.51 291.077 Q130.145 291.077 131.95 287.535 Q133.779 283.97 133.779 276.864 Q133.779 269.734 131.95 266.193 Q130.145 262.628 126.51 262.628 M126.51 258.924 Q132.32 258.924 135.376 263.531 Q138.455 268.114 138.455 276.864 Q138.455 285.591 135.376 290.197 Q132.32 294.78 126.51 294.78 Q120.7 294.78 117.621 290.197 Q114.566 285.591 114.566 276.864 Q114.566 268.114 117.621 263.531 Q120.7 258.924 126.51 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M90.5383 154.265 Q86.9272 154.265 85.0985 157.829 Q83.2929 161.371 83.2929 168.501 Q83.2929 175.607 85.0985 179.172 Q86.9272 182.714 90.5383 182.714 Q94.1725 182.714 95.9781 179.172 Q97.8068 175.607 97.8068 168.501 Q97.8068 161.371 95.9781 157.829 Q94.1725 154.265 90.5383 154.265 M90.5383 150.561 Q96.3484 150.561 99.404 155.167 Q102.483 159.751 102.483 168.501 Q102.483 177.228 99.404 181.834 Q96.3484 186.417 90.5383 186.417 Q84.7281 186.417 81.6494 181.834 Q78.5939 177.228 78.5939 168.501 Q78.5939 159.751 81.6494 155.167 Q84.7281 150.561 90.5383 150.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M107.552 179.866 L112.436 179.866 L112.436 185.746 L107.552 185.746 L107.552 179.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M117.552 151.186 L135.908 151.186 L135.908 155.121 L121.834 155.121 L121.834 163.593 Q122.853 163.246 123.871 163.084 Q124.89 162.899 125.908 162.899 Q131.695 162.899 135.075 166.07 Q138.455 169.241 138.455 174.658 Q138.455 180.237 134.982 183.339 Q131.51 186.417 125.191 186.417 Q123.015 186.417 120.746 186.047 Q118.501 185.677 116.094 184.936 L116.094 180.237 Q118.177 181.371 120.399 181.927 Q122.621 182.482 125.098 182.482 Q129.103 182.482 131.441 180.376 Q133.779 178.269 133.779 174.658 Q133.779 171.047 131.441 168.941 Q129.103 166.834 125.098 166.834 Q123.223 166.834 121.348 167.251 Q119.496 167.667 117.552 168.547 L117.552 151.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M81.58 73.4477 L89.2188 73.4477 L89.2188 47.0821 L80.9087 48.7488 L80.9087 44.4896 L89.1725 42.8229 L93.8484 42.8229 L93.8484 73.4477 L101.487 73.4477 L101.487 77.3829 L81.58 77.3829 L81.58 73.4477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M106.557 71.5033 L111.441 71.5033 L111.441 77.3829 L106.557 77.3829 L106.557 71.5033 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M126.51 45.9016 Q122.899 45.9016 121.071 49.4664 Q119.265 53.008 119.265 60.1376 Q119.265 67.2441 121.071 70.8089 Q122.899 74.3505 126.51 74.3505 Q130.145 74.3505 131.95 70.8089 Q133.779 67.2441 133.779 60.1376 Q133.779 53.008 131.95 49.4664 Q130.145 45.9016 126.51 45.9016 M126.51 42.1979 Q132.32 42.1979 135.376 46.8044 Q138.455 51.3877 138.455 60.1376 Q138.455 68.8644 135.376 73.4709 Q132.32 78.0542 126.51 78.0542 Q120.7 78.0542 117.621 73.4709 Q114.566 68.8644 114.566 60.1376 Q114.566 51.3877 117.621 46.8044 Q120.7 42.1979 126.51 42.1979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip502)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 197.546,69.0051 199.621,67.5662 201.695,66.2521 203.77,65.0635 205.844,64.0011 215.436,60.7464 225.027,60.2417 234.618,62.4936 244.209,67.4733 253.8,75.1174 \n 263.391,85.3288 272.982,97.9774 282.573,112.902 294.101,133.582 305.629,156.895 317.156,182.412 328.684,209.664 348.177,258.28 367.67,307.869 388.845,359.809 \n 410.02,406.624 419.781,425.662 429.541,442.738 439.302,457.627 449.063,470.133 459.527,480.708 469.992,488.194 480.456,492.478 490.921,493.496 503.045,490.573 \n 515.169,483.306 527.293,471.842 539.417,456.415 550.192,439.63 560.966,420.232 571.741,398.53 582.515,374.875 601.412,329.831 620.308,282.177 640.911,230.002 \n 661.513,180.566 671.875,157.66 682.238,136.524 692.6,117.472 702.963,100.787 714.42,85.3923 725.877,73.4726 737.333,65.2442 748.79,60.8565 759.691,60.321 \n 770.592,63.344 781.493,69.8756 792.394,79.8087 803.729,93.5679 815.063,110.583 826.398,130.552 837.732,153.119 856.815,195.854 875.897,242.655 899.195,301.877 \n 922.492,359.229 933.442,384.306 944.393,407.6 955.343,428.726 966.293,447.333 975.065,460.212 983.836,471.138 992.608,479.995 1001.38,486.689 1010.15,491.149 \n 1018.92,493.327 1027.69,493.2 1036.47,490.769 1039.16,489.561 1041.86,488.138 1044.56,486.501 1047.26,484.653 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"\nM884.609 176.612 L1080.82 176.612 L1080.82 55.6515 L884.609 55.6515 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 884.609,176.612 1080.82,176.612 1080.82,55.6515 884.609,55.6515 884.609,176.612 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 894.617,116.132 954.664,116.132 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M983.098 108.25 L983.098 112.277 Q981.292 111.351 979.348 110.888 Q977.403 110.426 975.32 110.426 Q972.149 110.426 970.551 111.398 Q968.977 112.37 968.977 114.314 Q968.977 115.796 970.112 116.652 Q971.246 117.486 974.672 118.25 L976.13 118.574 Q980.667 119.546 982.565 121.328 Q984.486 123.087 984.486 126.259 Q984.486 129.87 981.616 131.976 Q978.769 134.083 973.769 134.083 Q971.686 134.083 969.417 133.666 Q967.172 133.273 964.672 132.462 L964.672 128.064 Q967.033 129.291 969.325 129.916 Q971.616 130.518 973.862 130.518 Q976.871 130.518 978.491 129.5 Q980.111 128.458 980.111 126.583 Q980.111 124.847 978.931 123.921 Q977.774 122.995 973.815 122.138 L972.334 121.791 Q968.375 120.958 966.616 119.245 Q964.857 117.509 964.857 114.5 Q964.857 110.842 967.45 108.851 Q970.042 106.861 974.811 106.861 Q977.172 106.861 979.255 107.208 Q981.338 107.555 983.098 108.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M988.954 107.486 L993.213 107.486 L993.213 133.412 L988.954 133.412 L988.954 107.486 M988.954 97.3932 L993.213 97.3932 L993.213 102.787 L988.954 102.787 L988.954 97.3932 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1019.23 117.763 L1019.23 133.412 L1014.97 133.412 L1014.97 117.902 Q1014.97 114.222 1013.54 112.393 Q1012.1 110.564 1009.23 110.564 Q1005.78 110.564 1003.79 112.763 Q1001.8 114.963 1001.8 118.759 L1001.8 133.412 L997.519 133.412 L997.519 107.486 L1001.8 107.486 L1001.8 111.513 Q1003.33 109.176 1005.39 108.018 Q1007.47 106.861 1010.18 106.861 Q1014.65 106.861 1016.94 109.638 Q1019.23 112.393 1019.23 117.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1060.32 107.486 L1050.94 120.101 L1060.81 133.412 L1055.78 133.412 L1048.24 123.226 L1040.69 133.412 L1035.67 133.412 L1045.74 119.847 L1036.52 107.486 L1041.55 107.486 L1048.42 116.722 L1055.3 107.486 L1060.32 107.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"\nM1292.05 506.494 L2192.76 506.494 L2192.76 47.2441 L1292.05 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip503\">\n <rect x=\"1292\" y=\"47\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1402.52,506.494 1402.52,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1572.46,506.494 1572.46,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1742.41,506.494 1742.41,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1912.35,506.494 1912.35,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2082.29,506.494 2082.29,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,493.555 2192.76,493.555 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,385.192 2192.76,385.192 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,276.829 2192.76,276.829 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,168.466 2192.76,168.466 \n \"/>\n<polyline clip-path=\"url(#clip503)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,60.1029 2192.76,60.1029 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,506.494 2192.76,506.494 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,506.494 1292.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1402.52,506.494 1402.52,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1572.46,506.494 1572.46,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1742.41,506.494 1742.41,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1912.35,506.494 1912.35,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2082.29,506.494 2082.29,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,493.555 1302.86,493.555 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,385.192 1302.86,385.192 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,276.829 1302.86,276.829 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,168.466 1302.86,168.466 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,60.1029 1302.86,60.1029 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M1382.53 549.881 L1395.01 549.881 L1395.01 553.678 L1382.53 553.678 L1382.53 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1412.92 534.28 L1401.12 552.729 L1412.92 552.729 L1412.92 534.28 M1411.7 530.206 L1417.58 530.206 L1417.58 552.729 L1422.51 552.729 L1422.51 556.617 L1417.58 556.617 L1417.58 564.766 L1412.92 564.766 L1412.92 556.617 L1397.32 556.617 L1397.32 552.104 L1411.7 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1553.52 549.881 L1565.99 549.881 L1565.99 553.678 L1553.52 553.678 L1553.52 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1575.09 560.83 L1591.41 560.83 L1591.41 564.766 L1569.46 564.766 L1569.46 560.83 Q1572.13 558.076 1576.71 553.446 Q1581.32 548.793 1582.5 547.451 Q1584.74 544.928 1585.62 543.192 Q1586.52 541.432 1586.52 539.743 Q1586.52 536.988 1584.58 535.252 Q1582.66 533.516 1579.56 533.516 Q1577.36 533.516 1574.9 534.28 Q1572.47 535.044 1569.7 536.594 L1569.7 531.872 Q1572.52 530.738 1574.97 530.159 Q1577.43 529.581 1579.46 529.581 Q1584.83 529.581 1588.03 532.266 Q1591.22 534.951 1591.22 539.442 Q1591.22 541.571 1590.41 543.493 Q1589.63 545.391 1587.52 547.983 Q1586.94 548.655 1583.84 551.872 Q1580.74 555.067 1575.09 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1742.41 533.284 Q1738.79 533.284 1736.97 536.849 Q1735.16 540.391 1735.16 547.52 Q1735.16 554.627 1736.97 558.192 Q1738.79 561.733 1742.41 561.733 Q1746.04 561.733 1747.85 558.192 Q1749.67 554.627 1749.67 547.52 Q1749.67 540.391 1747.85 536.849 Q1746.04 533.284 1742.41 533.284 M1742.41 529.581 Q1748.22 529.581 1751.27 534.187 Q1754.35 538.77 1754.35 547.52 Q1754.35 556.247 1751.27 560.854 Q1748.22 565.437 1742.41 565.437 Q1736.6 565.437 1733.52 560.854 Q1730.46 556.247 1730.46 547.52 Q1730.46 538.77 1733.52 534.187 Q1736.6 529.581 1742.41 529.581 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1907 560.83 L1923.32 560.83 L1923.32 564.766 L1901.38 564.766 L1901.38 560.83 Q1904.04 558.076 1908.62 553.446 Q1913.23 548.793 1914.41 547.451 Q1916.65 544.928 1917.53 543.192 Q1918.44 541.432 1918.44 539.743 Q1918.44 536.988 1916.49 535.252 Q1914.57 533.516 1911.47 533.516 Q1909.27 533.516 1906.82 534.28 Q1904.39 535.044 1901.61 536.594 L1901.61 531.872 Q1904.43 530.738 1906.89 530.159 Q1909.34 529.581 1911.38 529.581 Q1916.75 529.581 1919.94 532.266 Q1923.14 534.951 1923.14 539.442 Q1923.14 541.571 1922.33 543.493 Q1921.54 545.391 1919.43 547.983 Q1918.85 548.655 1915.75 551.872 Q1912.65 555.067 1907 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2085.3 534.28 L2073.5 552.729 L2085.3 552.729 L2085.3 534.28 M2084.07 530.206 L2089.95 530.206 L2089.95 552.729 L2094.89 552.729 L2094.89 556.617 L2089.95 556.617 L2089.95 564.766 L2085.3 564.766 L2085.3 556.617 L2069.7 556.617 L2069.7 552.104 L2084.07 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1183.22 495.951 L1195.7 495.951 L1195.7 499.747 L1183.22 499.747 L1183.22 495.951 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1201.58 506.9 L1209.22 506.9 L1209.22 480.535 L1200.91 482.201 L1200.91 477.942 L1209.17 476.275 L1213.85 476.275 L1213.85 506.9 L1221.49 506.9 L1221.49 510.835 L1201.58 510.835 L1201.58 506.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1226.56 504.956 L1231.44 504.956 L1231.44 510.835 L1226.56 510.835 L1226.56 504.956 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1246.51 479.354 Q1242.9 479.354 1241.07 482.919 Q1239.26 486.46 1239.26 493.59 Q1239.26 500.696 1241.07 504.261 Q1242.9 507.803 1246.51 507.803 Q1250.14 507.803 1251.95 504.261 Q1253.78 500.696 1253.78 493.59 Q1253.78 486.46 1251.95 482.919 Q1250.14 479.354 1246.51 479.354 M1246.51 475.65 Q1252.32 475.65 1255.38 480.257 Q1258.45 484.84 1258.45 493.59 Q1258.45 502.317 1255.38 506.923 Q1252.32 511.507 1246.51 511.507 Q1240.7 511.507 1237.62 506.923 Q1234.57 502.317 1234.57 493.59 Q1234.57 484.84 1237.62 480.257 Q1240.7 475.65 1246.51 475.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1182.99 387.588 L1195.47 387.588 L1195.47 391.384 L1182.99 391.384 L1182.99 387.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1210.54 370.991 Q1206.93 370.991 1205.1 374.556 Q1203.29 378.097 1203.29 385.227 Q1203.29 392.333 1205.1 395.898 Q1206.93 399.44 1210.54 399.44 Q1214.17 399.44 1215.98 395.898 Q1217.81 392.333 1217.81 385.227 Q1217.81 378.097 1215.98 374.556 Q1214.17 370.991 1210.54 370.991 M1210.54 367.287 Q1216.35 367.287 1219.4 371.894 Q1222.48 376.477 1222.48 385.227 Q1222.48 393.954 1219.4 398.56 Q1216.35 403.144 1210.54 403.144 Q1204.73 403.144 1201.65 398.56 Q1198.59 393.954 1198.59 385.227 Q1198.59 376.477 1201.65 371.894 Q1204.73 367.287 1210.54 367.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1227.55 396.593 L1232.44 396.593 L1232.44 402.472 L1227.55 402.472 L1227.55 396.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1237.55 367.912 L1255.91 367.912 L1255.91 371.847 L1241.83 371.847 L1241.83 380.32 Q1242.85 379.972 1243.87 379.81 Q1244.89 379.625 1245.91 379.625 Q1251.7 379.625 1255.08 382.796 Q1258.45 385.968 1258.45 391.384 Q1258.45 396.963 1254.98 400.065 Q1251.51 403.144 1245.19 403.144 Q1243.01 403.144 1240.75 402.773 Q1238.5 402.403 1236.09 401.662 L1236.09 396.963 Q1238.18 398.097 1240.4 398.653 Q1242.62 399.208 1245.1 399.208 Q1249.1 399.208 1251.44 397.102 Q1253.78 394.995 1253.78 391.384 Q1253.78 387.773 1251.44 385.667 Q1249.1 383.56 1245.1 383.56 Q1243.22 383.56 1241.35 383.977 Q1239.5 384.394 1237.55 385.273 L1237.55 367.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1209.54 262.628 Q1205.93 262.628 1204.1 266.193 Q1202.3 269.734 1202.3 276.864 Q1202.3 283.97 1204.1 287.535 Q1205.93 291.077 1209.54 291.077 Q1213.18 291.077 1214.98 287.535 Q1216.81 283.97 1216.81 276.864 Q1216.81 269.734 1214.98 266.193 Q1213.18 262.628 1209.54 262.628 M1209.54 258.924 Q1215.35 258.924 1218.41 263.531 Q1221.49 268.114 1221.49 276.864 Q1221.49 285.591 1218.41 290.197 Q1215.35 294.78 1209.54 294.78 Q1203.73 294.78 1200.65 290.197 Q1197.6 285.591 1197.6 276.864 Q1197.6 268.114 1200.65 263.531 Q1203.73 258.924 1209.54 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1226.56 288.23 L1231.44 288.23 L1231.44 294.109 L1226.56 294.109 L1226.56 288.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1246.51 262.628 Q1242.9 262.628 1241.07 266.193 Q1239.26 269.734 1239.26 276.864 Q1239.26 283.97 1241.07 287.535 Q1242.9 291.077 1246.51 291.077 Q1250.14 291.077 1251.95 287.535 Q1253.78 283.97 1253.78 276.864 Q1253.78 269.734 1251.95 266.193 Q1250.14 262.628 1246.51 262.628 M1246.51 258.924 Q1252.32 258.924 1255.38 263.531 Q1258.45 268.114 1258.45 276.864 Q1258.45 285.591 1255.38 290.197 Q1252.32 294.78 1246.51 294.78 Q1240.7 294.78 1237.62 290.197 Q1234.57 285.591 1234.57 276.864 Q1234.57 268.114 1237.62 263.531 Q1240.7 258.924 1246.51 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1210.54 154.265 Q1206.93 154.265 1205.1 157.829 Q1203.29 161.371 1203.29 168.501 Q1203.29 175.607 1205.1 179.172 Q1206.93 182.714 1210.54 182.714 Q1214.17 182.714 1215.98 179.172 Q1217.81 175.607 1217.81 168.501 Q1217.81 161.371 1215.98 157.829 Q1214.17 154.265 1210.54 154.265 M1210.54 150.561 Q1216.35 150.561 1219.4 155.167 Q1222.48 159.751 1222.48 168.501 Q1222.48 177.228 1219.4 181.834 Q1216.35 186.417 1210.54 186.417 Q1204.73 186.417 1201.65 181.834 Q1198.59 177.228 1198.59 168.501 Q1198.59 159.751 1201.65 155.167 Q1204.73 150.561 1210.54 150.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1227.55 179.866 L1232.44 179.866 L1232.44 185.746 L1227.55 185.746 L1227.55 179.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1237.55 151.186 L1255.91 151.186 L1255.91 155.121 L1241.83 155.121 L1241.83 163.593 Q1242.85 163.246 1243.87 163.084 Q1244.89 162.899 1245.91 162.899 Q1251.7 162.899 1255.08 166.07 Q1258.45 169.241 1258.45 174.658 Q1258.45 180.237 1254.98 183.339 Q1251.51 186.417 1245.19 186.417 Q1243.01 186.417 1240.75 186.047 Q1238.5 185.677 1236.09 184.936 L1236.09 180.237 Q1238.18 181.371 1240.4 181.927 Q1242.62 182.482 1245.1 182.482 Q1249.1 182.482 1251.44 180.376 Q1253.78 178.269 1253.78 174.658 Q1253.78 171.047 1251.44 168.941 Q1249.1 166.834 1245.1 166.834 Q1243.22 166.834 1241.35 167.251 Q1239.5 167.667 1237.55 168.547 L1237.55 151.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1201.58 73.4477 L1209.22 73.4477 L1209.22 47.0821 L1200.91 48.7488 L1200.91 44.4896 L1209.17 42.8229 L1213.85 42.8229 L1213.85 73.4477 L1221.49 73.4477 L1221.49 77.3829 L1201.58 77.3829 L1201.58 73.4477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1226.56 71.5033 L1231.44 71.5033 L1231.44 77.3829 L1226.56 77.3829 L1226.56 71.5033 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1246.51 45.9016 Q1242.9 45.9016 1241.07 49.4664 Q1239.26 53.008 1239.26 60.1376 Q1239.26 67.2441 1241.07 70.8089 Q1242.9 74.3505 1246.51 74.3505 Q1250.14 74.3505 1251.95 70.8089 Q1253.78 67.2441 1253.78 60.1376 Q1253.78 53.008 1251.95 49.4664 Q1250.14 45.9016 1246.51 45.9016 M1246.51 42.1979 Q1252.32 42.1979 1255.38 46.8044 Q1258.45 51.3877 1258.45 60.1376 Q1258.45 68.8644 1255.38 73.4709 Q1252.32 78.0542 1246.51 78.0542 Q1240.7 78.0542 1237.62 73.4709 Q1234.57 68.8644 1234.57 60.1376 Q1234.57 51.3877 1237.62 46.8044 Q1240.7 42.1979 1246.51 42.1979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip503)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1317.55,69.0051 1319.62,67.5662 1321.7,66.2521 1323.77,65.0635 1325.84,64.0011 1335.44,60.7464 1345.03,60.2417 1354.62,62.4936 1364.21,67.4733 1373.8,75.1174 \n 1383.39,85.3288 1392.98,97.9774 1402.57,112.902 1414.1,133.582 1425.63,156.895 1437.16,182.412 1448.68,209.664 1468.18,258.28 1487.67,307.869 1508.85,359.809 \n 1530.02,406.624 1539.78,425.662 1549.54,442.738 1559.3,457.627 1569.06,470.133 1579.53,480.708 1589.99,488.194 1600.46,492.478 1610.92,493.496 1623.04,490.573 \n 1635.17,483.306 1647.29,471.842 1659.42,456.415 1670.19,439.63 1680.97,420.232 1691.74,398.53 1702.52,374.875 1721.41,329.831 1740.31,282.177 1760.91,230.002 \n 1781.51,180.566 1791.88,157.66 1802.24,136.524 1812.6,117.472 1822.96,100.787 1834.42,85.3923 1845.88,73.4726 1857.33,65.2442 1868.79,60.8565 1879.69,60.321 \n 1890.59,63.344 1901.49,69.8756 1912.39,79.8087 1923.73,93.5679 1935.06,110.583 1946.4,130.552 1957.73,153.119 1976.81,195.854 1995.9,242.655 2019.19,301.877 \n 2042.49,359.229 2053.44,384.306 2064.39,407.6 2075.34,428.726 2086.29,447.333 2095.06,460.212 2103.84,471.138 2112.61,479.995 2121.38,486.689 2130.15,491.149 \n 2138.92,493.327 2147.69,493.2 2156.47,490.769 2159.16,489.561 2161.86,488.138 2164.56,486.501 2167.26,484.653 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"\nM2004.61 176.612 L2200.82 176.612 L2200.82 55.6515 L2004.61 55.6515 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2004.61,176.612 2200.82,176.612 2200.82,55.6515 2004.61,55.6515 2004.61,176.612 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2014.62,116.132 2074.66,116.132 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M2103.1 108.25 L2103.1 112.277 Q2101.29 111.351 2099.35 110.888 Q2097.4 110.426 2095.32 110.426 Q2092.15 110.426 2090.55 111.398 Q2088.98 112.37 2088.98 114.314 Q2088.98 115.796 2090.11 116.652 Q2091.25 117.486 2094.67 118.25 L2096.13 118.574 Q2100.67 119.546 2102.57 121.328 Q2104.49 123.087 2104.49 126.259 Q2104.49 129.87 2101.62 131.976 Q2098.77 134.083 2093.77 134.083 Q2091.69 134.083 2089.42 133.666 Q2087.17 133.273 2084.67 132.462 L2084.67 128.064 Q2087.03 129.291 2089.32 129.916 Q2091.62 130.518 2093.86 130.518 Q2096.87 130.518 2098.49 129.5 Q2100.11 128.458 2100.11 126.583 Q2100.11 124.847 2098.93 123.921 Q2097.77 122.995 2093.82 122.138 L2092.33 121.791 Q2088.38 120.958 2086.62 119.245 Q2084.86 117.509 2084.86 114.5 Q2084.86 110.842 2087.45 108.851 Q2090.04 106.861 2094.81 106.861 Q2097.17 106.861 2099.26 107.208 Q2101.34 107.555 2103.1 108.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2108.95 107.486 L2113.21 107.486 L2113.21 133.412 L2108.95 133.412 L2108.95 107.486 M2108.95 97.3932 L2113.21 97.3932 L2113.21 102.787 L2108.95 102.787 L2108.95 97.3932 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2139.23 117.763 L2139.23 133.412 L2134.97 133.412 L2134.97 117.902 Q2134.97 114.222 2133.54 112.393 Q2132.1 110.564 2129.23 110.564 Q2125.78 110.564 2123.79 112.763 Q2121.8 114.963 2121.8 118.759 L2121.8 133.412 L2117.52 133.412 L2117.52 107.486 L2121.8 107.486 L2121.8 111.513 Q2123.33 109.176 2125.39 108.018 Q2127.47 106.861 2130.18 106.861 Q2134.65 106.861 2136.94 109.638 Q2139.23 112.393 2139.23 117.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2180.32 107.486 L2170.94 120.101 L2180.81 133.412 L2175.78 133.412 L2168.24 123.226 L2160.69 133.412 L2155.67 133.412 L2165.74 119.847 L2156.52 107.486 L2161.55 107.486 L2168.42 116.722 L2175.3 107.486 L2180.32 107.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"\nM2412.05 506.494 L3312.76 506.494 L3312.76 47.2441 L2412.05 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip504\">\n <rect x=\"2412\" y=\"47\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2522.52,506.494 2522.52,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2692.46,506.494 2692.46,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2862.41,506.494 2862.41,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3032.35,506.494 3032.35,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3202.29,506.494 3202.29,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,493.555 3312.76,493.555 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,385.192 3312.76,385.192 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,276.829 3312.76,276.829 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,168.466 3312.76,168.466 \n \"/>\n<polyline clip-path=\"url(#clip504)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,60.1029 3312.76,60.1029 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,506.494 3312.76,506.494 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,506.494 2412.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2522.52,506.494 2522.52,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2692.46,506.494 2692.46,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2862.41,506.494 2862.41,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3032.35,506.494 3032.35,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3202.29,506.494 3202.29,500.983 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,493.555 2422.86,493.555 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,385.192 2422.86,385.192 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,276.829 2422.86,276.829 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,168.466 2422.86,168.466 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,60.1029 2422.86,60.1029 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M2502.53 549.881 L2515.01 549.881 L2515.01 553.678 L2502.53 553.678 L2502.53 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2532.92 534.28 L2521.12 552.729 L2532.92 552.729 L2532.92 534.28 M2531.7 530.206 L2537.58 530.206 L2537.58 552.729 L2542.51 552.729 L2542.51 556.617 L2537.58 556.617 L2537.58 564.766 L2532.92 564.766 L2532.92 556.617 L2517.32 556.617 L2517.32 552.104 L2531.7 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2673.52 549.881 L2685.99 549.881 L2685.99 553.678 L2673.52 553.678 L2673.52 549.881 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2695.09 560.83 L2711.41 560.83 L2711.41 564.766 L2689.46 564.766 L2689.46 560.83 Q2692.13 558.076 2696.71 553.446 Q2701.32 548.793 2702.5 547.451 Q2704.74 544.928 2705.62 543.192 Q2706.52 541.432 2706.52 539.743 Q2706.52 536.988 2704.58 535.252 Q2702.66 533.516 2699.56 533.516 Q2697.36 533.516 2694.9 534.28 Q2692.47 535.044 2689.7 536.594 L2689.7 531.872 Q2692.52 530.738 2694.97 530.159 Q2697.43 529.581 2699.46 529.581 Q2704.83 529.581 2708.03 532.266 Q2711.22 534.951 2711.22 539.442 Q2711.22 541.571 2710.41 543.493 Q2709.63 545.391 2707.52 547.983 Q2706.94 548.655 2703.84 551.872 Q2700.74 555.067 2695.09 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2862.41 533.284 Q2858.79 533.284 2856.97 536.849 Q2855.16 540.391 2855.16 547.52 Q2855.16 554.627 2856.97 558.192 Q2858.79 561.733 2862.41 561.733 Q2866.04 561.733 2867.85 558.192 Q2869.67 554.627 2869.67 547.52 Q2869.67 540.391 2867.85 536.849 Q2866.04 533.284 2862.41 533.284 M2862.41 529.581 Q2868.22 529.581 2871.27 534.187 Q2874.35 538.77 2874.35 547.52 Q2874.35 556.247 2871.27 560.854 Q2868.22 565.437 2862.41 565.437 Q2856.6 565.437 2853.52 560.854 Q2850.46 556.247 2850.46 547.52 Q2850.46 538.77 2853.52 534.187 Q2856.6 529.581 2862.41 529.581 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3027 560.83 L3043.32 560.83 L3043.32 564.766 L3021.38 564.766 L3021.38 560.83 Q3024.04 558.076 3028.62 553.446 Q3033.23 548.793 3034.41 547.451 Q3036.65 544.928 3037.53 543.192 Q3038.44 541.432 3038.44 539.743 Q3038.44 536.988 3036.49 535.252 Q3034.57 533.516 3031.47 533.516 Q3029.27 533.516 3026.82 534.28 Q3024.39 535.044 3021.61 536.594 L3021.61 531.872 Q3024.43 530.738 3026.89 530.159 Q3029.34 529.581 3031.38 529.581 Q3036.75 529.581 3039.94 532.266 Q3043.14 534.951 3043.14 539.442 Q3043.14 541.571 3042.33 543.493 Q3041.54 545.391 3039.43 547.983 Q3038.85 548.655 3035.75 551.872 Q3032.65 555.067 3027 560.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3205.3 534.28 L3193.5 552.729 L3205.3 552.729 L3205.3 534.28 M3204.07 530.206 L3209.95 530.206 L3209.95 552.729 L3214.89 552.729 L3214.89 556.617 L3209.95 556.617 L3209.95 564.766 L3205.3 564.766 L3205.3 556.617 L3189.7 556.617 L3189.7 552.104 L3204.07 530.206 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2303.22 495.951 L2315.7 495.951 L2315.7 499.747 L2303.22 499.747 L2303.22 495.951 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2321.58 506.9 L2329.22 506.9 L2329.22 480.535 L2320.91 482.201 L2320.91 477.942 L2329.17 476.275 L2333.85 476.275 L2333.85 506.9 L2341.49 506.9 L2341.49 510.835 L2321.58 510.835 L2321.58 506.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2346.56 504.956 L2351.44 504.956 L2351.44 510.835 L2346.56 510.835 L2346.56 504.956 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2366.51 479.354 Q2362.9 479.354 2361.07 482.919 Q2359.26 486.46 2359.26 493.59 Q2359.26 500.696 2361.07 504.261 Q2362.9 507.803 2366.51 507.803 Q2370.14 507.803 2371.95 504.261 Q2373.78 500.696 2373.78 493.59 Q2373.78 486.46 2371.95 482.919 Q2370.14 479.354 2366.51 479.354 M2366.51 475.65 Q2372.32 475.65 2375.38 480.257 Q2378.45 484.84 2378.45 493.59 Q2378.45 502.317 2375.38 506.923 Q2372.32 511.507 2366.51 511.507 Q2360.7 511.507 2357.62 506.923 Q2354.57 502.317 2354.57 493.59 Q2354.57 484.84 2357.62 480.257 Q2360.7 475.65 2366.51 475.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2302.99 387.588 L2315.47 387.588 L2315.47 391.384 L2302.99 391.384 L2302.99 387.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2330.54 370.991 Q2326.93 370.991 2325.1 374.556 Q2323.29 378.097 2323.29 385.227 Q2323.29 392.333 2325.1 395.898 Q2326.93 399.44 2330.54 399.44 Q2334.17 399.44 2335.98 395.898 Q2337.81 392.333 2337.81 385.227 Q2337.81 378.097 2335.98 374.556 Q2334.17 370.991 2330.54 370.991 M2330.54 367.287 Q2336.35 367.287 2339.4 371.894 Q2342.48 376.477 2342.48 385.227 Q2342.48 393.954 2339.4 398.56 Q2336.35 403.144 2330.54 403.144 Q2324.73 403.144 2321.65 398.56 Q2318.59 393.954 2318.59 385.227 Q2318.59 376.477 2321.65 371.894 Q2324.73 367.287 2330.54 367.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2347.55 396.593 L2352.44 396.593 L2352.44 402.472 L2347.55 402.472 L2347.55 396.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2357.55 367.912 L2375.91 367.912 L2375.91 371.847 L2361.83 371.847 L2361.83 380.32 Q2362.85 379.972 2363.87 379.81 Q2364.89 379.625 2365.91 379.625 Q2371.7 379.625 2375.08 382.796 Q2378.45 385.968 2378.45 391.384 Q2378.45 396.963 2374.98 400.065 Q2371.51 403.144 2365.19 403.144 Q2363.01 403.144 2360.75 402.773 Q2358.5 402.403 2356.09 401.662 L2356.09 396.963 Q2358.18 398.097 2360.4 398.653 Q2362.62 399.208 2365.1 399.208 Q2369.1 399.208 2371.44 397.102 Q2373.78 394.995 2373.78 391.384 Q2373.78 387.773 2371.44 385.667 Q2369.1 383.56 2365.1 383.56 Q2363.22 383.56 2361.35 383.977 Q2359.5 384.394 2357.55 385.273 L2357.55 367.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2329.54 262.628 Q2325.93 262.628 2324.1 266.193 Q2322.3 269.734 2322.3 276.864 Q2322.3 283.97 2324.1 287.535 Q2325.93 291.077 2329.54 291.077 Q2333.18 291.077 2334.98 287.535 Q2336.81 283.97 2336.81 276.864 Q2336.81 269.734 2334.98 266.193 Q2333.18 262.628 2329.54 262.628 M2329.54 258.924 Q2335.35 258.924 2338.41 263.531 Q2341.49 268.114 2341.49 276.864 Q2341.49 285.591 2338.41 290.197 Q2335.35 294.78 2329.54 294.78 Q2323.73 294.78 2320.65 290.197 Q2317.6 285.591 2317.6 276.864 Q2317.6 268.114 2320.65 263.531 Q2323.73 258.924 2329.54 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2346.56 288.23 L2351.44 288.23 L2351.44 294.109 L2346.56 294.109 L2346.56 288.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2366.51 262.628 Q2362.9 262.628 2361.07 266.193 Q2359.26 269.734 2359.26 276.864 Q2359.26 283.97 2361.07 287.535 Q2362.9 291.077 2366.51 291.077 Q2370.14 291.077 2371.95 287.535 Q2373.78 283.97 2373.78 276.864 Q2373.78 269.734 2371.95 266.193 Q2370.14 262.628 2366.51 262.628 M2366.51 258.924 Q2372.32 258.924 2375.38 263.531 Q2378.45 268.114 2378.45 276.864 Q2378.45 285.591 2375.38 290.197 Q2372.32 294.78 2366.51 294.78 Q2360.7 294.78 2357.62 290.197 Q2354.57 285.591 2354.57 276.864 Q2354.57 268.114 2357.62 263.531 Q2360.7 258.924 2366.51 258.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2330.54 154.265 Q2326.93 154.265 2325.1 157.829 Q2323.29 161.371 2323.29 168.501 Q2323.29 175.607 2325.1 179.172 Q2326.93 182.714 2330.54 182.714 Q2334.17 182.714 2335.98 179.172 Q2337.81 175.607 2337.81 168.501 Q2337.81 161.371 2335.98 157.829 Q2334.17 154.265 2330.54 154.265 M2330.54 150.561 Q2336.35 150.561 2339.4 155.167 Q2342.48 159.751 2342.48 168.501 Q2342.48 177.228 2339.4 181.834 Q2336.35 186.417 2330.54 186.417 Q2324.73 186.417 2321.65 181.834 Q2318.59 177.228 2318.59 168.501 Q2318.59 159.751 2321.65 155.167 Q2324.73 150.561 2330.54 150.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2347.55 179.866 L2352.44 179.866 L2352.44 185.746 L2347.55 185.746 L2347.55 179.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2357.55 151.186 L2375.91 151.186 L2375.91 155.121 L2361.83 155.121 L2361.83 163.593 Q2362.85 163.246 2363.87 163.084 Q2364.89 162.899 2365.91 162.899 Q2371.7 162.899 2375.08 166.07 Q2378.45 169.241 2378.45 174.658 Q2378.45 180.237 2374.98 183.339 Q2371.51 186.417 2365.19 186.417 Q2363.01 186.417 2360.75 186.047 Q2358.5 185.677 2356.09 184.936 L2356.09 180.237 Q2358.18 181.371 2360.4 181.927 Q2362.62 182.482 2365.1 182.482 Q2369.1 182.482 2371.44 180.376 Q2373.78 178.269 2373.78 174.658 Q2373.78 171.047 2371.44 168.941 Q2369.1 166.834 2365.1 166.834 Q2363.22 166.834 2361.35 167.251 Q2359.5 167.667 2357.55 168.547 L2357.55 151.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2321.58 73.4477 L2329.22 73.4477 L2329.22 47.0821 L2320.91 48.7488 L2320.91 44.4896 L2329.17 42.8229 L2333.85 42.8229 L2333.85 73.4477 L2341.49 73.4477 L2341.49 77.3829 L2321.58 77.3829 L2321.58 73.4477 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2346.56 71.5033 L2351.44 71.5033 L2351.44 77.3829 L2346.56 77.3829 L2346.56 71.5033 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2366.51 45.9016 Q2362.9 45.9016 2361.07 49.4664 Q2359.26 53.008 2359.26 60.1376 Q2359.26 67.2441 2361.07 70.8089 Q2362.9 74.3505 2366.51 74.3505 Q2370.14 74.3505 2371.95 70.8089 Q2373.78 67.2441 2373.78 60.1376 Q2373.78 53.008 2371.95 49.4664 Q2370.14 45.9016 2366.51 45.9016 M2366.51 42.1979 Q2372.32 42.1979 2375.38 46.8044 Q2378.45 51.3877 2378.45 60.1376 Q2378.45 68.8644 2375.38 73.4709 Q2372.32 78.0542 2366.51 78.0542 Q2360.7 78.0542 2357.62 73.4709 Q2354.57 68.8644 2354.57 60.1376 Q2354.57 51.3877 2357.62 46.8044 Q2360.7 42.1979 2366.51 42.1979 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip504)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2437.55,69.0051 2439.62,67.5662 2441.7,66.2521 2443.77,65.0635 2445.84,64.0011 2455.44,60.7464 2465.03,60.2417 2474.62,62.4936 2484.21,67.4733 2493.8,75.1174 \n 2503.39,85.3288 2512.98,97.9774 2522.57,112.902 2534.1,133.582 2545.63,156.895 2557.16,182.412 2568.68,209.664 2588.18,258.28 2607.67,307.869 2628.85,359.809 \n 2650.02,406.624 2659.78,425.662 2669.54,442.738 2679.3,457.627 2689.06,470.133 2699.53,480.708 2709.99,488.194 2720.46,492.478 2730.92,493.496 2743.04,490.573 \n 2755.17,483.306 2767.29,471.842 2779.42,456.415 2790.19,439.63 2800.97,420.232 2811.74,398.53 2822.52,374.875 2841.41,329.831 2860.31,282.177 2880.91,230.002 \n 2901.51,180.566 2911.88,157.66 2922.24,136.524 2932.6,117.472 2942.96,100.787 2954.42,85.3923 2965.88,73.4726 2977.33,65.2442 2988.79,60.8565 2999.69,60.321 \n 3010.59,63.344 3021.49,69.8756 3032.39,79.8087 3043.73,93.5679 3055.06,110.583 3066.4,130.552 3077.73,153.119 3096.81,195.854 3115.9,242.655 3139.19,301.877 \n 3162.49,359.229 3173.44,384.306 3184.39,407.6 3195.34,428.726 3206.29,447.333 3215.06,460.212 3223.84,471.138 3232.61,479.995 3241.38,486.689 3250.15,491.149 \n 3258.92,493.327 3267.69,493.2 3276.47,490.769 3279.16,489.561 3281.86,488.138 3284.56,486.501 3287.26,484.653 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"\nM3124.61 176.612 L3320.82 176.612 L3320.82 55.6515 L3124.61 55.6515 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 3124.61,176.612 3320.82,176.612 3320.82,55.6515 3124.61,55.6515 3124.61,176.612 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3134.62,116.132 3194.66,116.132 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M3223.1 108.25 L3223.1 112.277 Q3221.29 111.351 3219.35 110.888 Q3217.4 110.426 3215.32 110.426 Q3212.15 110.426 3210.55 111.398 Q3208.98 112.37 3208.98 114.314 Q3208.98 115.796 3210.11 116.652 Q3211.25 117.486 3214.67 118.25 L3216.13 118.574 Q3220.67 119.546 3222.57 121.328 Q3224.49 123.087 3224.49 126.259 Q3224.49 129.87 3221.62 131.976 Q3218.77 134.083 3213.77 134.083 Q3211.69 134.083 3209.42 133.666 Q3207.17 133.273 3204.67 132.462 L3204.67 128.064 Q3207.03 129.291 3209.32 129.916 Q3211.62 130.518 3213.86 130.518 Q3216.87 130.518 3218.49 129.5 Q3220.11 128.458 3220.11 126.583 Q3220.11 124.847 3218.93 123.921 Q3217.77 122.995 3213.82 122.138 L3212.33 121.791 Q3208.38 120.958 3206.62 119.245 Q3204.86 117.509 3204.86 114.5 Q3204.86 110.842 3207.45 108.851 Q3210.04 106.861 3214.81 106.861 Q3217.17 106.861 3219.26 107.208 Q3221.34 107.555 3223.1 108.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3228.95 107.486 L3233.21 107.486 L3233.21 133.412 L3228.95 133.412 L3228.95 107.486 M3228.95 97.3932 L3233.21 97.3932 L3233.21 102.787 L3228.95 102.787 L3228.95 97.3932 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3259.23 117.763 L3259.23 133.412 L3254.97 133.412 L3254.97 117.902 Q3254.97 114.222 3253.54 112.393 Q3252.1 110.564 3249.23 110.564 Q3245.78 110.564 3243.79 112.763 Q3241.8 114.963 3241.8 118.759 L3241.8 133.412 L3237.52 133.412 L3237.52 107.486 L3241.8 107.486 L3241.8 111.513 Q3243.33 109.176 3245.39 108.018 Q3247.47 106.861 3250.18 106.861 Q3254.65 106.861 3256.94 109.638 Q3259.23 112.393 3259.23 117.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3300.32 107.486 L3290.94 120.101 L3300.81 133.412 L3295.78 133.412 L3288.24 123.226 L3280.69 133.412 L3275.67 133.412 L3285.74 119.847 L3276.52 107.486 L3281.55 107.486 L3288.42 116.722 L3295.3 107.486 L3300.32 107.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"\nM172.055 1106.49 L1072.76 1106.49 L1072.76 647.244 L172.055 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip505\">\n <rect x=\"172\" y=\"647\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 282.518,1106.49 282.518,647.244 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 452.462,1106.49 452.462,647.244 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 622.405,1106.49 622.405,647.244 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 792.349,1106.49 792.349,647.244 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 962.293,1106.49 962.293,647.244 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,1093.56 1072.76,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,985.192 1072.76,985.192 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,876.829 1072.76,876.829 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,768.466 1072.76,768.466 \n \"/>\n<polyline clip-path=\"url(#clip505)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 172.055,660.103 1072.76,660.103 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,1106.49 1072.76,1106.49 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,1106.49 172.055,647.244 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 282.518,1106.49 282.518,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 452.462,1106.49 452.462,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 622.405,1106.49 622.405,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 792.349,1106.49 792.349,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 962.293,1106.49 962.293,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,1093.56 182.863,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,985.192 182.863,985.192 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,876.829 182.863,876.829 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,768.466 182.863,768.466 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 172.055,660.103 182.863,660.103 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M262.53 1149.88 L275.007 1149.88 L275.007 1153.68 L262.53 1153.68 L262.53 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M292.923 1134.28 L281.118 1152.73 L292.923 1152.73 L292.923 1134.28 M291.696 1130.21 L297.576 1130.21 L297.576 1152.73 L302.506 1152.73 L302.506 1156.62 L297.576 1156.62 L297.576 1164.77 L292.923 1164.77 L292.923 1156.62 L277.321 1156.62 L277.321 1152.1 L291.696 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M433.515 1149.88 L445.992 1149.88 L445.992 1153.68 L433.515 1153.68 L433.515 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M455.089 1160.83 L471.408 1160.83 L471.408 1164.77 L449.464 1164.77 L449.464 1160.83 Q452.126 1158.08 456.709 1153.45 Q461.316 1148.79 462.496 1147.45 Q464.742 1144.93 465.621 1143.19 Q466.524 1141.43 466.524 1139.74 Q466.524 1136.99 464.58 1135.25 Q462.658 1133.52 459.557 1133.52 Q457.357 1133.52 454.904 1134.28 Q452.473 1135.04 449.695 1136.59 L449.695 1131.87 Q452.52 1130.74 454.973 1130.16 Q457.427 1129.58 459.464 1129.58 Q464.834 1129.58 468.029 1132.27 Q471.223 1134.95 471.223 1139.44 Q471.223 1141.57 470.413 1143.49 Q469.626 1145.39 467.519 1147.98 Q466.941 1148.65 463.839 1151.87 Q460.737 1155.07 455.089 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M622.405 1133.28 Q618.794 1133.28 616.966 1136.85 Q615.16 1140.39 615.16 1147.52 Q615.16 1154.63 616.966 1158.19 Q618.794 1161.73 622.405 1161.73 Q626.04 1161.73 627.845 1158.19 Q629.674 1154.63 629.674 1147.52 Q629.674 1140.39 627.845 1136.85 Q626.04 1133.28 622.405 1133.28 M622.405 1129.58 Q628.215 1129.58 631.271 1134.19 Q634.35 1138.77 634.35 1147.52 Q634.35 1156.25 631.271 1160.85 Q628.215 1165.44 622.405 1165.44 Q616.595 1165.44 613.516 1160.85 Q610.461 1156.25 610.461 1147.52 Q610.461 1138.77 613.516 1134.19 Q616.595 1129.58 622.405 1129.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M787.002 1160.83 L803.321 1160.83 L803.321 1164.77 L781.377 1164.77 L781.377 1160.83 Q784.039 1158.08 788.622 1153.45 Q793.229 1148.79 794.409 1147.45 Q796.654 1144.93 797.534 1143.19 Q798.437 1141.43 798.437 1139.74 Q798.437 1136.99 796.492 1135.25 Q794.571 1133.52 791.469 1133.52 Q789.27 1133.52 786.817 1134.28 Q784.386 1135.04 781.608 1136.59 L781.608 1131.87 Q784.432 1130.74 786.886 1130.16 Q789.34 1129.58 791.377 1129.58 Q796.747 1129.58 799.941 1132.27 Q803.136 1134.95 803.136 1139.44 Q803.136 1141.57 802.326 1143.49 Q801.539 1145.39 799.432 1147.98 Q798.854 1148.65 795.752 1151.87 Q792.65 1155.07 787.002 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M965.302 1134.28 L953.496 1152.73 L965.302 1152.73 L965.302 1134.28 M964.075 1130.21 L969.955 1130.21 L969.955 1152.73 L974.885 1152.73 L974.885 1156.62 L969.955 1156.62 L969.955 1164.77 L965.302 1164.77 L965.302 1156.62 L949.7 1156.62 L949.7 1152.1 L964.075 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M63.2236 1095.95 L75.7004 1095.95 L75.7004 1099.75 L63.2236 1099.75 L63.2236 1095.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M81.58 1106.9 L89.2188 1106.9 L89.2188 1080.53 L80.9087 1082.2 L80.9087 1077.94 L89.1725 1076.28 L93.8484 1076.28 L93.8484 1106.9 L101.487 1106.9 L101.487 1110.84 L81.58 1110.84 L81.58 1106.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M106.557 1104.96 L111.441 1104.96 L111.441 1110.84 L106.557 1110.84 L106.557 1104.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M126.51 1079.35 Q122.899 1079.35 121.071 1082.92 Q119.265 1086.46 119.265 1093.59 Q119.265 1100.7 121.071 1104.26 Q122.899 1107.8 126.51 1107.8 Q130.145 1107.8 131.95 1104.26 Q133.779 1100.7 133.779 1093.59 Q133.779 1086.46 131.95 1082.92 Q130.145 1079.35 126.51 1079.35 M126.51 1075.65 Q132.32 1075.65 135.376 1080.26 Q138.455 1084.84 138.455 1093.59 Q138.455 1102.32 135.376 1106.92 Q132.32 1111.51 126.51 1111.51 Q120.7 1111.51 117.621 1106.92 Q114.566 1102.32 114.566 1093.59 Q114.566 1084.84 117.621 1080.26 Q120.7 1075.65 126.51 1075.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M62.9921 987.588 L75.4689 987.588 L75.4689 991.384 L62.9921 991.384 L62.9921 987.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M90.5383 970.991 Q86.9272 970.991 85.0985 974.556 Q83.2929 978.097 83.2929 985.227 Q83.2929 992.333 85.0985 995.898 Q86.9272 999.44 90.5383 999.44 Q94.1725 999.44 95.9781 995.898 Q97.8068 992.333 97.8068 985.227 Q97.8068 978.097 95.9781 974.556 Q94.1725 970.991 90.5383 970.991 M90.5383 967.287 Q96.3484 967.287 99.404 971.894 Q102.483 976.477 102.483 985.227 Q102.483 993.954 99.404 998.56 Q96.3484 1003.14 90.5383 1003.14 Q84.7281 1003.14 81.6494 998.56 Q78.5939 993.954 78.5939 985.227 Q78.5939 976.477 81.6494 971.894 Q84.7281 967.287 90.5383 967.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M107.552 996.593 L112.436 996.593 L112.436 1002.47 L107.552 1002.47 L107.552 996.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M117.552 967.912 L135.908 967.912 L135.908 971.847 L121.834 971.847 L121.834 980.32 Q122.853 979.972 123.871 979.81 Q124.89 979.625 125.908 979.625 Q131.695 979.625 135.075 982.796 Q138.455 985.968 138.455 991.384 Q138.455 996.963 134.982 1000.06 Q131.51 1003.14 125.191 1003.14 Q123.015 1003.14 120.746 1002.77 Q118.501 1002.4 116.094 1001.66 L116.094 996.963 Q118.177 998.097 120.399 998.653 Q122.621 999.208 125.098 999.208 Q129.103 999.208 131.441 997.102 Q133.779 994.995 133.779 991.384 Q133.779 987.773 131.441 985.667 Q129.103 983.56 125.098 983.56 Q123.223 983.56 121.348 983.977 Q119.496 984.394 117.552 985.273 L117.552 967.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M89.5429 862.628 Q85.9318 862.628 84.1031 866.193 Q82.2976 869.734 82.2976 876.864 Q82.2976 883.97 84.1031 887.535 Q85.9318 891.077 89.5429 891.077 Q93.1771 891.077 94.9827 887.535 Q96.8114 883.97 96.8114 876.864 Q96.8114 869.734 94.9827 866.193 Q93.1771 862.628 89.5429 862.628 M89.5429 858.924 Q95.3531 858.924 98.4086 863.531 Q101.487 868.114 101.487 876.864 Q101.487 885.591 98.4086 890.197 Q95.3531 894.78 89.5429 894.78 Q83.7328 894.78 80.6541 890.197 Q77.5985 885.591 77.5985 876.864 Q77.5985 868.114 80.6541 863.531 Q83.7328 858.924 89.5429 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M106.557 888.23 L111.441 888.23 L111.441 894.109 L106.557 894.109 L106.557 888.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M126.51 862.628 Q122.899 862.628 121.071 866.193 Q119.265 869.734 119.265 876.864 Q119.265 883.97 121.071 887.535 Q122.899 891.077 126.51 891.077 Q130.145 891.077 131.95 887.535 Q133.779 883.97 133.779 876.864 Q133.779 869.734 131.95 866.193 Q130.145 862.628 126.51 862.628 M126.51 858.924 Q132.32 858.924 135.376 863.531 Q138.455 868.114 138.455 876.864 Q138.455 885.591 135.376 890.197 Q132.32 894.78 126.51 894.78 Q120.7 894.78 117.621 890.197 Q114.566 885.591 114.566 876.864 Q114.566 868.114 117.621 863.531 Q120.7 858.924 126.51 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M90.5383 754.265 Q86.9272 754.265 85.0985 757.829 Q83.2929 761.371 83.2929 768.501 Q83.2929 775.607 85.0985 779.172 Q86.9272 782.714 90.5383 782.714 Q94.1725 782.714 95.9781 779.172 Q97.8068 775.607 97.8068 768.501 Q97.8068 761.371 95.9781 757.829 Q94.1725 754.265 90.5383 754.265 M90.5383 750.561 Q96.3484 750.561 99.404 755.167 Q102.483 759.751 102.483 768.501 Q102.483 777.228 99.404 781.834 Q96.3484 786.417 90.5383 786.417 Q84.7281 786.417 81.6494 781.834 Q78.5939 777.228 78.5939 768.501 Q78.5939 759.751 81.6494 755.167 Q84.7281 750.561 90.5383 750.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M107.552 779.866 L112.436 779.866 L112.436 785.746 L107.552 785.746 L107.552 779.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M117.552 751.186 L135.908 751.186 L135.908 755.121 L121.834 755.121 L121.834 763.593 Q122.853 763.246 123.871 763.084 Q124.89 762.899 125.908 762.899 Q131.695 762.899 135.075 766.07 Q138.455 769.241 138.455 774.658 Q138.455 780.237 134.982 783.339 Q131.51 786.417 125.191 786.417 Q123.015 786.417 120.746 786.047 Q118.501 785.677 116.094 784.936 L116.094 780.237 Q118.177 781.371 120.399 781.927 Q122.621 782.482 125.098 782.482 Q129.103 782.482 131.441 780.376 Q133.779 778.269 133.779 774.658 Q133.779 771.047 131.441 768.941 Q129.103 766.834 125.098 766.834 Q123.223 766.834 121.348 767.251 Q119.496 767.667 117.552 768.547 L117.552 751.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M81.58 673.448 L89.2188 673.448 L89.2188 647.082 L80.9087 648.749 L80.9087 644.49 L89.1725 642.823 L93.8484 642.823 L93.8484 673.448 L101.487 673.448 L101.487 677.383 L81.58 677.383 L81.58 673.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M106.557 671.503 L111.441 671.503 L111.441 677.383 L106.557 677.383 L106.557 671.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M126.51 645.902 Q122.899 645.902 121.071 649.466 Q119.265 653.008 119.265 660.138 Q119.265 667.244 121.071 670.809 Q122.899 674.351 126.51 674.351 Q130.145 674.351 131.95 670.809 Q133.779 667.244 133.779 660.138 Q133.779 653.008 131.95 649.466 Q130.145 645.902 126.51 645.902 M126.51 642.198 Q132.32 642.198 135.376 646.804 Q138.455 651.388 138.455 660.138 Q138.455 668.864 135.376 673.471 Q132.32 678.054 126.51 678.054 Q120.7 678.054 117.621 673.471 Q114.566 668.864 114.566 660.138 Q114.566 651.388 117.621 646.804 Q120.7 642.198 126.51 642.198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip505)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 197.546,669.005 199.621,667.566 201.695,666.252 203.77,665.064 205.844,664.001 215.436,660.746 225.027,660.242 234.618,662.494 244.209,667.473 253.8,675.117 \n 263.391,685.329 272.982,697.977 282.573,712.902 294.101,733.582 305.629,756.895 317.156,782.412 328.684,809.664 348.177,858.28 367.67,907.869 388.845,959.809 \n 410.02,1006.62 419.781,1025.66 429.541,1042.74 439.302,1057.63 449.063,1070.13 459.527,1080.71 469.992,1088.19 480.456,1092.48 490.921,1093.5 503.045,1090.57 \n 515.169,1083.31 527.293,1071.84 539.417,1056.41 550.192,1039.63 560.966,1020.23 571.741,998.53 582.515,974.875 601.412,929.831 620.308,882.177 640.911,830.002 \n 661.513,780.566 671.875,757.66 682.238,736.524 692.6,717.472 702.963,700.787 714.42,685.392 725.877,673.473 737.333,665.244 748.79,660.857 759.691,660.321 \n 770.592,663.344 781.493,669.876 792.394,679.809 803.729,693.568 815.063,710.583 826.398,730.552 837.732,753.119 856.815,795.854 875.897,842.655 899.195,901.877 \n 922.492,959.229 933.442,984.306 944.393,1007.6 955.343,1028.73 966.293,1047.33 975.065,1060.21 983.836,1071.14 992.608,1079.99 1001.38,1086.69 1010.15,1091.15 \n 1018.92,1093.33 1027.69,1093.2 1036.47,1090.77 1039.16,1089.56 1041.86,1088.14 1044.56,1086.5 1047.26,1084.65 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"\nM884.609 776.612 L1080.82 776.612 L1080.82 655.652 L884.609 655.652 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 884.609,776.612 1080.82,776.612 1080.82,655.652 884.609,655.652 884.609,776.612 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 894.617,716.132 954.664,716.132 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M983.098 708.25 L983.098 712.277 Q981.292 711.351 979.348 710.888 Q977.403 710.426 975.32 710.426 Q972.149 710.426 970.551 711.398 Q968.977 712.37 968.977 714.314 Q968.977 715.796 970.112 716.652 Q971.246 717.486 974.672 718.25 L976.13 718.574 Q980.667 719.546 982.565 721.328 Q984.486 723.087 984.486 726.259 Q984.486 729.87 981.616 731.976 Q978.769 734.083 973.769 734.083 Q971.686 734.083 969.417 733.666 Q967.172 733.273 964.672 732.462 L964.672 728.064 Q967.033 729.291 969.325 729.916 Q971.616 730.518 973.862 730.518 Q976.871 730.518 978.491 729.5 Q980.111 728.458 980.111 726.583 Q980.111 724.847 978.931 723.921 Q977.774 722.995 973.815 722.138 L972.334 721.791 Q968.375 720.958 966.616 719.245 Q964.857 717.509 964.857 714.5 Q964.857 710.842 967.45 708.851 Q970.042 706.861 974.811 706.861 Q977.172 706.861 979.255 707.208 Q981.338 707.555 983.098 708.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M988.954 707.486 L993.213 707.486 L993.213 733.412 L988.954 733.412 L988.954 707.486 M988.954 697.393 L993.213 697.393 L993.213 702.787 L988.954 702.787 L988.954 697.393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1019.23 717.763 L1019.23 733.412 L1014.97 733.412 L1014.97 717.902 Q1014.97 714.222 1013.54 712.393 Q1012.1 710.564 1009.23 710.564 Q1005.78 710.564 1003.79 712.763 Q1001.8 714.963 1001.8 718.759 L1001.8 733.412 L997.519 733.412 L997.519 707.486 L1001.8 707.486 L1001.8 711.513 Q1003.33 709.176 1005.39 708.018 Q1007.47 706.861 1010.18 706.861 Q1014.65 706.861 1016.94 709.638 Q1019.23 712.393 1019.23 717.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1060.32 707.486 L1050.94 720.101 L1060.81 733.412 L1055.78 733.412 L1048.24 723.226 L1040.69 733.412 L1035.67 733.412 L1045.74 719.847 L1036.52 707.486 L1041.55 707.486 L1048.42 716.722 L1055.3 707.486 L1060.32 707.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"\nM1292.05 1106.49 L2192.76 1106.49 L2192.76 647.244 L1292.05 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip506\">\n <rect x=\"1292\" y=\"647\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1402.52,1106.49 1402.52,647.244 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1572.46,1106.49 1572.46,647.244 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1742.41,1106.49 1742.41,647.244 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1912.35,1106.49 1912.35,647.244 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2082.29,1106.49 2082.29,647.244 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,1093.56 2192.76,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,985.192 2192.76,985.192 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,876.829 2192.76,876.829 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,768.466 2192.76,768.466 \n \"/>\n<polyline clip-path=\"url(#clip506)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1292.05,660.103 2192.76,660.103 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,1106.49 2192.76,1106.49 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,1106.49 1292.05,647.244 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1402.52,1106.49 1402.52,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1572.46,1106.49 1572.46,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1742.41,1106.49 1742.41,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1912.35,1106.49 1912.35,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2082.29,1106.49 2082.29,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,1093.56 1302.86,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,985.192 1302.86,985.192 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,876.829 1302.86,876.829 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,768.466 1302.86,768.466 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1292.05,660.103 1302.86,660.103 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M1382.53 1149.88 L1395.01 1149.88 L1395.01 1153.68 L1382.53 1153.68 L1382.53 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1412.92 1134.28 L1401.12 1152.73 L1412.92 1152.73 L1412.92 1134.28 M1411.7 1130.21 L1417.58 1130.21 L1417.58 1152.73 L1422.51 1152.73 L1422.51 1156.62 L1417.58 1156.62 L1417.58 1164.77 L1412.92 1164.77 L1412.92 1156.62 L1397.32 1156.62 L1397.32 1152.1 L1411.7 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1553.52 1149.88 L1565.99 1149.88 L1565.99 1153.68 L1553.52 1153.68 L1553.52 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1575.09 1160.83 L1591.41 1160.83 L1591.41 1164.77 L1569.46 1164.77 L1569.46 1160.83 Q1572.13 1158.08 1576.71 1153.45 Q1581.32 1148.79 1582.5 1147.45 Q1584.74 1144.93 1585.62 1143.19 Q1586.52 1141.43 1586.52 1139.74 Q1586.52 1136.99 1584.58 1135.25 Q1582.66 1133.52 1579.56 1133.52 Q1577.36 1133.52 1574.9 1134.28 Q1572.47 1135.04 1569.7 1136.59 L1569.7 1131.87 Q1572.52 1130.74 1574.97 1130.16 Q1577.43 1129.58 1579.46 1129.58 Q1584.83 1129.58 1588.03 1132.27 Q1591.22 1134.95 1591.22 1139.44 Q1591.22 1141.57 1590.41 1143.49 Q1589.63 1145.39 1587.52 1147.98 Q1586.94 1148.65 1583.84 1151.87 Q1580.74 1155.07 1575.09 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1742.41 1133.28 Q1738.79 1133.28 1736.97 1136.85 Q1735.16 1140.39 1735.16 1147.52 Q1735.16 1154.63 1736.97 1158.19 Q1738.79 1161.73 1742.41 1161.73 Q1746.04 1161.73 1747.85 1158.19 Q1749.67 1154.63 1749.67 1147.52 Q1749.67 1140.39 1747.85 1136.85 Q1746.04 1133.28 1742.41 1133.28 M1742.41 1129.58 Q1748.22 1129.58 1751.27 1134.19 Q1754.35 1138.77 1754.35 1147.52 Q1754.35 1156.25 1751.27 1160.85 Q1748.22 1165.44 1742.41 1165.44 Q1736.6 1165.44 1733.52 1160.85 Q1730.46 1156.25 1730.46 1147.52 Q1730.46 1138.77 1733.52 1134.19 Q1736.6 1129.58 1742.41 1129.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1907 1160.83 L1923.32 1160.83 L1923.32 1164.77 L1901.38 1164.77 L1901.38 1160.83 Q1904.04 1158.08 1908.62 1153.45 Q1913.23 1148.79 1914.41 1147.45 Q1916.65 1144.93 1917.53 1143.19 Q1918.44 1141.43 1918.44 1139.74 Q1918.44 1136.99 1916.49 1135.25 Q1914.57 1133.52 1911.47 1133.52 Q1909.27 1133.52 1906.82 1134.28 Q1904.39 1135.04 1901.61 1136.59 L1901.61 1131.87 Q1904.43 1130.74 1906.89 1130.16 Q1909.34 1129.58 1911.38 1129.58 Q1916.75 1129.58 1919.94 1132.27 Q1923.14 1134.95 1923.14 1139.44 Q1923.14 1141.57 1922.33 1143.49 Q1921.54 1145.39 1919.43 1147.98 Q1918.85 1148.65 1915.75 1151.87 Q1912.65 1155.07 1907 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2085.3 1134.28 L2073.5 1152.73 L2085.3 1152.73 L2085.3 1134.28 M2084.07 1130.21 L2089.95 1130.21 L2089.95 1152.73 L2094.89 1152.73 L2094.89 1156.62 L2089.95 1156.62 L2089.95 1164.77 L2085.3 1164.77 L2085.3 1156.62 L2069.7 1156.62 L2069.7 1152.1 L2084.07 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1183.22 1095.95 L1195.7 1095.95 L1195.7 1099.75 L1183.22 1099.75 L1183.22 1095.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1201.58 1106.9 L1209.22 1106.9 L1209.22 1080.53 L1200.91 1082.2 L1200.91 1077.94 L1209.17 1076.28 L1213.85 1076.28 L1213.85 1106.9 L1221.49 1106.9 L1221.49 1110.84 L1201.58 1110.84 L1201.58 1106.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1226.56 1104.96 L1231.44 1104.96 L1231.44 1110.84 L1226.56 1110.84 L1226.56 1104.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1246.51 1079.35 Q1242.9 1079.35 1241.07 1082.92 Q1239.26 1086.46 1239.26 1093.59 Q1239.26 1100.7 1241.07 1104.26 Q1242.9 1107.8 1246.51 1107.8 Q1250.14 1107.8 1251.95 1104.26 Q1253.78 1100.7 1253.78 1093.59 Q1253.78 1086.46 1251.95 1082.92 Q1250.14 1079.35 1246.51 1079.35 M1246.51 1075.65 Q1252.32 1075.65 1255.38 1080.26 Q1258.45 1084.84 1258.45 1093.59 Q1258.45 1102.32 1255.38 1106.92 Q1252.32 1111.51 1246.51 1111.51 Q1240.7 1111.51 1237.62 1106.92 Q1234.57 1102.32 1234.57 1093.59 Q1234.57 1084.84 1237.62 1080.26 Q1240.7 1075.65 1246.51 1075.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1182.99 987.588 L1195.47 987.588 L1195.47 991.384 L1182.99 991.384 L1182.99 987.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1210.54 970.991 Q1206.93 970.991 1205.1 974.556 Q1203.29 978.097 1203.29 985.227 Q1203.29 992.333 1205.1 995.898 Q1206.93 999.44 1210.54 999.44 Q1214.17 999.44 1215.98 995.898 Q1217.81 992.333 1217.81 985.227 Q1217.81 978.097 1215.98 974.556 Q1214.17 970.991 1210.54 970.991 M1210.54 967.287 Q1216.35 967.287 1219.4 971.894 Q1222.48 976.477 1222.48 985.227 Q1222.48 993.954 1219.4 998.56 Q1216.35 1003.14 1210.54 1003.14 Q1204.73 1003.14 1201.65 998.56 Q1198.59 993.954 1198.59 985.227 Q1198.59 976.477 1201.65 971.894 Q1204.73 967.287 1210.54 967.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1227.55 996.593 L1232.44 996.593 L1232.44 1002.47 L1227.55 1002.47 L1227.55 996.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1237.55 967.912 L1255.91 967.912 L1255.91 971.847 L1241.83 971.847 L1241.83 980.32 Q1242.85 979.972 1243.87 979.81 Q1244.89 979.625 1245.91 979.625 Q1251.7 979.625 1255.08 982.796 Q1258.45 985.968 1258.45 991.384 Q1258.45 996.963 1254.98 1000.06 Q1251.51 1003.14 1245.19 1003.14 Q1243.01 1003.14 1240.75 1002.77 Q1238.5 1002.4 1236.09 1001.66 L1236.09 996.963 Q1238.18 998.097 1240.4 998.653 Q1242.62 999.208 1245.1 999.208 Q1249.1 999.208 1251.44 997.102 Q1253.78 994.995 1253.78 991.384 Q1253.78 987.773 1251.44 985.667 Q1249.1 983.56 1245.1 983.56 Q1243.22 983.56 1241.35 983.977 Q1239.5 984.394 1237.55 985.273 L1237.55 967.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1209.54 862.628 Q1205.93 862.628 1204.1 866.193 Q1202.3 869.734 1202.3 876.864 Q1202.3 883.97 1204.1 887.535 Q1205.93 891.077 1209.54 891.077 Q1213.18 891.077 1214.98 887.535 Q1216.81 883.97 1216.81 876.864 Q1216.81 869.734 1214.98 866.193 Q1213.18 862.628 1209.54 862.628 M1209.54 858.924 Q1215.35 858.924 1218.41 863.531 Q1221.49 868.114 1221.49 876.864 Q1221.49 885.591 1218.41 890.197 Q1215.35 894.78 1209.54 894.78 Q1203.73 894.78 1200.65 890.197 Q1197.6 885.591 1197.6 876.864 Q1197.6 868.114 1200.65 863.531 Q1203.73 858.924 1209.54 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1226.56 888.23 L1231.44 888.23 L1231.44 894.109 L1226.56 894.109 L1226.56 888.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1246.51 862.628 Q1242.9 862.628 1241.07 866.193 Q1239.26 869.734 1239.26 876.864 Q1239.26 883.97 1241.07 887.535 Q1242.9 891.077 1246.51 891.077 Q1250.14 891.077 1251.95 887.535 Q1253.78 883.97 1253.78 876.864 Q1253.78 869.734 1251.95 866.193 Q1250.14 862.628 1246.51 862.628 M1246.51 858.924 Q1252.32 858.924 1255.38 863.531 Q1258.45 868.114 1258.45 876.864 Q1258.45 885.591 1255.38 890.197 Q1252.32 894.78 1246.51 894.78 Q1240.7 894.78 1237.62 890.197 Q1234.57 885.591 1234.57 876.864 Q1234.57 868.114 1237.62 863.531 Q1240.7 858.924 1246.51 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1210.54 754.265 Q1206.93 754.265 1205.1 757.829 Q1203.29 761.371 1203.29 768.501 Q1203.29 775.607 1205.1 779.172 Q1206.93 782.714 1210.54 782.714 Q1214.17 782.714 1215.98 779.172 Q1217.81 775.607 1217.81 768.501 Q1217.81 761.371 1215.98 757.829 Q1214.17 754.265 1210.54 754.265 M1210.54 750.561 Q1216.35 750.561 1219.4 755.167 Q1222.48 759.751 1222.48 768.501 Q1222.48 777.228 1219.4 781.834 Q1216.35 786.417 1210.54 786.417 Q1204.73 786.417 1201.65 781.834 Q1198.59 777.228 1198.59 768.501 Q1198.59 759.751 1201.65 755.167 Q1204.73 750.561 1210.54 750.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1227.55 779.866 L1232.44 779.866 L1232.44 785.746 L1227.55 785.746 L1227.55 779.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1237.55 751.186 L1255.91 751.186 L1255.91 755.121 L1241.83 755.121 L1241.83 763.593 Q1242.85 763.246 1243.87 763.084 Q1244.89 762.899 1245.91 762.899 Q1251.7 762.899 1255.08 766.07 Q1258.45 769.241 1258.45 774.658 Q1258.45 780.237 1254.98 783.339 Q1251.51 786.417 1245.19 786.417 Q1243.01 786.417 1240.75 786.047 Q1238.5 785.677 1236.09 784.936 L1236.09 780.237 Q1238.18 781.371 1240.4 781.927 Q1242.62 782.482 1245.1 782.482 Q1249.1 782.482 1251.44 780.376 Q1253.78 778.269 1253.78 774.658 Q1253.78 771.047 1251.44 768.941 Q1249.1 766.834 1245.1 766.834 Q1243.22 766.834 1241.35 767.251 Q1239.5 767.667 1237.55 768.547 L1237.55 751.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1201.58 673.448 L1209.22 673.448 L1209.22 647.082 L1200.91 648.749 L1200.91 644.49 L1209.17 642.823 L1213.85 642.823 L1213.85 673.448 L1221.49 673.448 L1221.49 677.383 L1201.58 677.383 L1201.58 673.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1226.56 671.503 L1231.44 671.503 L1231.44 677.383 L1226.56 677.383 L1226.56 671.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M1246.51 645.902 Q1242.9 645.902 1241.07 649.466 Q1239.26 653.008 1239.26 660.138 Q1239.26 667.244 1241.07 670.809 Q1242.9 674.351 1246.51 674.351 Q1250.14 674.351 1251.95 670.809 Q1253.78 667.244 1253.78 660.138 Q1253.78 653.008 1251.95 649.466 Q1250.14 645.902 1246.51 645.902 M1246.51 642.198 Q1252.32 642.198 1255.38 646.804 Q1258.45 651.388 1258.45 660.138 Q1258.45 668.864 1255.38 673.471 Q1252.32 678.054 1246.51 678.054 Q1240.7 678.054 1237.62 673.471 Q1234.57 668.864 1234.57 660.138 Q1234.57 651.388 1237.62 646.804 Q1240.7 642.198 1246.51 642.198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip506)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1317.55,669.005 1319.62,667.566 1321.7,666.252 1323.77,665.064 1325.84,664.001 1335.44,660.746 1345.03,660.242 1354.62,662.494 1364.21,667.473 1373.8,675.117 \n 1383.39,685.329 1392.98,697.977 1402.57,712.902 1414.1,733.582 1425.63,756.895 1437.16,782.412 1448.68,809.664 1468.18,858.28 1487.67,907.869 1508.85,959.809 \n 1530.02,1006.62 1539.78,1025.66 1549.54,1042.74 1559.3,1057.63 1569.06,1070.13 1579.53,1080.71 1589.99,1088.19 1600.46,1092.48 1610.92,1093.5 1623.04,1090.57 \n 1635.17,1083.31 1647.29,1071.84 1659.42,1056.41 1670.19,1039.63 1680.97,1020.23 1691.74,998.53 1702.52,974.875 1721.41,929.831 1740.31,882.177 1760.91,830.002 \n 1781.51,780.566 1791.88,757.66 1802.24,736.524 1812.6,717.472 1822.96,700.787 1834.42,685.392 1845.88,673.473 1857.33,665.244 1868.79,660.857 1879.69,660.321 \n 1890.59,663.344 1901.49,669.876 1912.39,679.809 1923.73,693.568 1935.06,710.583 1946.4,730.552 1957.73,753.119 1976.81,795.854 1995.9,842.655 2019.19,901.877 \n 2042.49,959.229 2053.44,984.306 2064.39,1007.6 2075.34,1028.73 2086.29,1047.33 2095.06,1060.21 2103.84,1071.14 2112.61,1079.99 2121.38,1086.69 2130.15,1091.15 \n 2138.92,1093.33 2147.69,1093.2 2156.47,1090.77 2159.16,1089.56 2161.86,1088.14 2164.56,1086.5 2167.26,1084.65 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"\nM2004.61 776.612 L2200.82 776.612 L2200.82 655.652 L2004.61 655.652 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 2004.61,776.612 2200.82,776.612 2200.82,655.652 2004.61,655.652 2004.61,776.612 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2014.62,716.132 2074.66,716.132 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M2103.1 708.25 L2103.1 712.277 Q2101.29 711.351 2099.35 710.888 Q2097.4 710.426 2095.32 710.426 Q2092.15 710.426 2090.55 711.398 Q2088.98 712.37 2088.98 714.314 Q2088.98 715.796 2090.11 716.652 Q2091.25 717.486 2094.67 718.25 L2096.13 718.574 Q2100.67 719.546 2102.57 721.328 Q2104.49 723.087 2104.49 726.259 Q2104.49 729.87 2101.62 731.976 Q2098.77 734.083 2093.77 734.083 Q2091.69 734.083 2089.42 733.666 Q2087.17 733.273 2084.67 732.462 L2084.67 728.064 Q2087.03 729.291 2089.32 729.916 Q2091.62 730.518 2093.86 730.518 Q2096.87 730.518 2098.49 729.5 Q2100.11 728.458 2100.11 726.583 Q2100.11 724.847 2098.93 723.921 Q2097.77 722.995 2093.82 722.138 L2092.33 721.791 Q2088.38 720.958 2086.62 719.245 Q2084.86 717.509 2084.86 714.5 Q2084.86 710.842 2087.45 708.851 Q2090.04 706.861 2094.81 706.861 Q2097.17 706.861 2099.26 707.208 Q2101.34 707.555 2103.1 708.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2108.95 707.486 L2113.21 707.486 L2113.21 733.412 L2108.95 733.412 L2108.95 707.486 M2108.95 697.393 L2113.21 697.393 L2113.21 702.787 L2108.95 702.787 L2108.95 697.393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2139.23 717.763 L2139.23 733.412 L2134.97 733.412 L2134.97 717.902 Q2134.97 714.222 2133.54 712.393 Q2132.1 710.564 2129.23 710.564 Q2125.78 710.564 2123.79 712.763 Q2121.8 714.963 2121.8 718.759 L2121.8 733.412 L2117.52 733.412 L2117.52 707.486 L2121.8 707.486 L2121.8 711.513 Q2123.33 709.176 2125.39 708.018 Q2127.47 706.861 2130.18 706.861 Q2134.65 706.861 2136.94 709.638 Q2139.23 712.393 2139.23 717.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2180.32 707.486 L2170.94 720.101 L2180.81 733.412 L2175.78 733.412 L2168.24 723.226 L2160.69 733.412 L2155.67 733.412 L2165.74 719.847 L2156.52 707.486 L2161.55 707.486 L2168.42 716.722 L2175.3 707.486 L2180.32 707.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"\nM2412.05 1106.49 L3312.76 1106.49 L3312.76 647.244 L2412.05 647.244 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip507\">\n <rect x=\"2412\" y=\"647\" width=\"902\" height=\"460\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2522.52,1106.49 2522.52,647.244 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2692.46,1106.49 2692.46,647.244 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2862.41,1106.49 2862.41,647.244 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3032.35,1106.49 3032.35,647.244 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 3202.29,1106.49 3202.29,647.244 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,1093.56 3312.76,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,985.192 3312.76,985.192 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,876.829 3312.76,876.829 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,768.466 3312.76,768.466 \n \"/>\n<polyline clip-path=\"url(#clip507)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2412.05,660.103 3312.76,660.103 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,1106.49 3312.76,1106.49 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,1106.49 2412.05,647.244 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2522.52,1106.49 2522.52,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2692.46,1106.49 2692.46,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2862.41,1106.49 2862.41,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3032.35,1106.49 3032.35,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3202.29,1106.49 3202.29,1100.98 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,1093.56 2422.86,1093.56 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,985.192 2422.86,985.192 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,876.829 2422.86,876.829 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,768.466 2422.86,768.466 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2412.05,660.103 2422.86,660.103 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M2502.53 1149.88 L2515.01 1149.88 L2515.01 1153.68 L2502.53 1153.68 L2502.53 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2532.92 1134.28 L2521.12 1152.73 L2532.92 1152.73 L2532.92 1134.28 M2531.7 1130.21 L2537.58 1130.21 L2537.58 1152.73 L2542.51 1152.73 L2542.51 1156.62 L2537.58 1156.62 L2537.58 1164.77 L2532.92 1164.77 L2532.92 1156.62 L2517.32 1156.62 L2517.32 1152.1 L2531.7 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2673.52 1149.88 L2685.99 1149.88 L2685.99 1153.68 L2673.52 1153.68 L2673.52 1149.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2695.09 1160.83 L2711.41 1160.83 L2711.41 1164.77 L2689.46 1164.77 L2689.46 1160.83 Q2692.13 1158.08 2696.71 1153.45 Q2701.32 1148.79 2702.5 1147.45 Q2704.74 1144.93 2705.62 1143.19 Q2706.52 1141.43 2706.52 1139.74 Q2706.52 1136.99 2704.58 1135.25 Q2702.66 1133.52 2699.56 1133.52 Q2697.36 1133.52 2694.9 1134.28 Q2692.47 1135.04 2689.7 1136.59 L2689.7 1131.87 Q2692.52 1130.74 2694.97 1130.16 Q2697.43 1129.58 2699.46 1129.58 Q2704.83 1129.58 2708.03 1132.27 Q2711.22 1134.95 2711.22 1139.44 Q2711.22 1141.57 2710.41 1143.49 Q2709.63 1145.39 2707.52 1147.98 Q2706.94 1148.65 2703.84 1151.87 Q2700.74 1155.07 2695.09 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2862.41 1133.28 Q2858.79 1133.28 2856.97 1136.85 Q2855.16 1140.39 2855.16 1147.52 Q2855.16 1154.63 2856.97 1158.19 Q2858.79 1161.73 2862.41 1161.73 Q2866.04 1161.73 2867.85 1158.19 Q2869.67 1154.63 2869.67 1147.52 Q2869.67 1140.39 2867.85 1136.85 Q2866.04 1133.28 2862.41 1133.28 M2862.41 1129.58 Q2868.22 1129.58 2871.27 1134.19 Q2874.35 1138.77 2874.35 1147.52 Q2874.35 1156.25 2871.27 1160.85 Q2868.22 1165.44 2862.41 1165.44 Q2856.6 1165.44 2853.52 1160.85 Q2850.46 1156.25 2850.46 1147.52 Q2850.46 1138.77 2853.52 1134.19 Q2856.6 1129.58 2862.41 1129.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3027 1160.83 L3043.32 1160.83 L3043.32 1164.77 L3021.38 1164.77 L3021.38 1160.83 Q3024.04 1158.08 3028.62 1153.45 Q3033.23 1148.79 3034.41 1147.45 Q3036.65 1144.93 3037.53 1143.19 Q3038.44 1141.43 3038.44 1139.74 Q3038.44 1136.99 3036.49 1135.25 Q3034.57 1133.52 3031.47 1133.52 Q3029.27 1133.52 3026.82 1134.28 Q3024.39 1135.04 3021.61 1136.59 L3021.61 1131.87 Q3024.43 1130.74 3026.89 1130.16 Q3029.34 1129.58 3031.38 1129.58 Q3036.75 1129.58 3039.94 1132.27 Q3043.14 1134.95 3043.14 1139.44 Q3043.14 1141.57 3042.33 1143.49 Q3041.54 1145.39 3039.43 1147.98 Q3038.85 1148.65 3035.75 1151.87 Q3032.65 1155.07 3027 1160.83 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3205.3 1134.28 L3193.5 1152.73 L3205.3 1152.73 L3205.3 1134.28 M3204.07 1130.21 L3209.95 1130.21 L3209.95 1152.73 L3214.89 1152.73 L3214.89 1156.62 L3209.95 1156.62 L3209.95 1164.77 L3205.3 1164.77 L3205.3 1156.62 L3189.7 1156.62 L3189.7 1152.1 L3204.07 1130.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2303.22 1095.95 L2315.7 1095.95 L2315.7 1099.75 L2303.22 1099.75 L2303.22 1095.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2321.58 1106.9 L2329.22 1106.9 L2329.22 1080.53 L2320.91 1082.2 L2320.91 1077.94 L2329.17 1076.28 L2333.85 1076.28 L2333.85 1106.9 L2341.49 1106.9 L2341.49 1110.84 L2321.58 1110.84 L2321.58 1106.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2346.56 1104.96 L2351.44 1104.96 L2351.44 1110.84 L2346.56 1110.84 L2346.56 1104.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2366.51 1079.35 Q2362.9 1079.35 2361.07 1082.92 Q2359.26 1086.46 2359.26 1093.59 Q2359.26 1100.7 2361.07 1104.26 Q2362.9 1107.8 2366.51 1107.8 Q2370.14 1107.8 2371.95 1104.26 Q2373.78 1100.7 2373.78 1093.59 Q2373.78 1086.46 2371.95 1082.92 Q2370.14 1079.35 2366.51 1079.35 M2366.51 1075.65 Q2372.32 1075.65 2375.38 1080.26 Q2378.45 1084.84 2378.45 1093.59 Q2378.45 1102.32 2375.38 1106.92 Q2372.32 1111.51 2366.51 1111.51 Q2360.7 1111.51 2357.62 1106.92 Q2354.57 1102.32 2354.57 1093.59 Q2354.57 1084.84 2357.62 1080.26 Q2360.7 1075.65 2366.51 1075.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2302.99 987.588 L2315.47 987.588 L2315.47 991.384 L2302.99 991.384 L2302.99 987.588 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2330.54 970.991 Q2326.93 970.991 2325.1 974.556 Q2323.29 978.097 2323.29 985.227 Q2323.29 992.333 2325.1 995.898 Q2326.93 999.44 2330.54 999.44 Q2334.17 999.44 2335.98 995.898 Q2337.81 992.333 2337.81 985.227 Q2337.81 978.097 2335.98 974.556 Q2334.17 970.991 2330.54 970.991 M2330.54 967.287 Q2336.35 967.287 2339.4 971.894 Q2342.48 976.477 2342.48 985.227 Q2342.48 993.954 2339.4 998.56 Q2336.35 1003.14 2330.54 1003.14 Q2324.73 1003.14 2321.65 998.56 Q2318.59 993.954 2318.59 985.227 Q2318.59 976.477 2321.65 971.894 Q2324.73 967.287 2330.54 967.287 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2347.55 996.593 L2352.44 996.593 L2352.44 1002.47 L2347.55 1002.47 L2347.55 996.593 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2357.55 967.912 L2375.91 967.912 L2375.91 971.847 L2361.83 971.847 L2361.83 980.32 Q2362.85 979.972 2363.87 979.81 Q2364.89 979.625 2365.91 979.625 Q2371.7 979.625 2375.08 982.796 Q2378.45 985.968 2378.45 991.384 Q2378.45 996.963 2374.98 1000.06 Q2371.51 1003.14 2365.19 1003.14 Q2363.01 1003.14 2360.75 1002.77 Q2358.5 1002.4 2356.09 1001.66 L2356.09 996.963 Q2358.18 998.097 2360.4 998.653 Q2362.62 999.208 2365.1 999.208 Q2369.1 999.208 2371.44 997.102 Q2373.78 994.995 2373.78 991.384 Q2373.78 987.773 2371.44 985.667 Q2369.1 983.56 2365.1 983.56 Q2363.22 983.56 2361.35 983.977 Q2359.5 984.394 2357.55 985.273 L2357.55 967.912 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2329.54 862.628 Q2325.93 862.628 2324.1 866.193 Q2322.3 869.734 2322.3 876.864 Q2322.3 883.97 2324.1 887.535 Q2325.93 891.077 2329.54 891.077 Q2333.18 891.077 2334.98 887.535 Q2336.81 883.97 2336.81 876.864 Q2336.81 869.734 2334.98 866.193 Q2333.18 862.628 2329.54 862.628 M2329.54 858.924 Q2335.35 858.924 2338.41 863.531 Q2341.49 868.114 2341.49 876.864 Q2341.49 885.591 2338.41 890.197 Q2335.35 894.78 2329.54 894.78 Q2323.73 894.78 2320.65 890.197 Q2317.6 885.591 2317.6 876.864 Q2317.6 868.114 2320.65 863.531 Q2323.73 858.924 2329.54 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2346.56 888.23 L2351.44 888.23 L2351.44 894.109 L2346.56 894.109 L2346.56 888.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2366.51 862.628 Q2362.9 862.628 2361.07 866.193 Q2359.26 869.734 2359.26 876.864 Q2359.26 883.97 2361.07 887.535 Q2362.9 891.077 2366.51 891.077 Q2370.14 891.077 2371.95 887.535 Q2373.78 883.97 2373.78 876.864 Q2373.78 869.734 2371.95 866.193 Q2370.14 862.628 2366.51 862.628 M2366.51 858.924 Q2372.32 858.924 2375.38 863.531 Q2378.45 868.114 2378.45 876.864 Q2378.45 885.591 2375.38 890.197 Q2372.32 894.78 2366.51 894.78 Q2360.7 894.78 2357.62 890.197 Q2354.57 885.591 2354.57 876.864 Q2354.57 868.114 2357.62 863.531 Q2360.7 858.924 2366.51 858.924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2330.54 754.265 Q2326.93 754.265 2325.1 757.829 Q2323.29 761.371 2323.29 768.501 Q2323.29 775.607 2325.1 779.172 Q2326.93 782.714 2330.54 782.714 Q2334.17 782.714 2335.98 779.172 Q2337.81 775.607 2337.81 768.501 Q2337.81 761.371 2335.98 757.829 Q2334.17 754.265 2330.54 754.265 M2330.54 750.561 Q2336.35 750.561 2339.4 755.167 Q2342.48 759.751 2342.48 768.501 Q2342.48 777.228 2339.4 781.834 Q2336.35 786.417 2330.54 786.417 Q2324.73 786.417 2321.65 781.834 Q2318.59 777.228 2318.59 768.501 Q2318.59 759.751 2321.65 755.167 Q2324.73 750.561 2330.54 750.561 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2347.55 779.866 L2352.44 779.866 L2352.44 785.746 L2347.55 785.746 L2347.55 779.866 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2357.55 751.186 L2375.91 751.186 L2375.91 755.121 L2361.83 755.121 L2361.83 763.593 Q2362.85 763.246 2363.87 763.084 Q2364.89 762.899 2365.91 762.899 Q2371.7 762.899 2375.08 766.07 Q2378.45 769.241 2378.45 774.658 Q2378.45 780.237 2374.98 783.339 Q2371.51 786.417 2365.19 786.417 Q2363.01 786.417 2360.75 786.047 Q2358.5 785.677 2356.09 784.936 L2356.09 780.237 Q2358.18 781.371 2360.4 781.927 Q2362.62 782.482 2365.1 782.482 Q2369.1 782.482 2371.44 780.376 Q2373.78 778.269 2373.78 774.658 Q2373.78 771.047 2371.44 768.941 Q2369.1 766.834 2365.1 766.834 Q2363.22 766.834 2361.35 767.251 Q2359.5 767.667 2357.55 768.547 L2357.55 751.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2321.58 673.448 L2329.22 673.448 L2329.22 647.082 L2320.91 648.749 L2320.91 644.49 L2329.17 642.823 L2333.85 642.823 L2333.85 673.448 L2341.49 673.448 L2341.49 677.383 L2321.58 677.383 L2321.58 673.448 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2346.56 671.503 L2351.44 671.503 L2351.44 677.383 L2346.56 677.383 L2346.56 671.503 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M2366.51 645.902 Q2362.9 645.902 2361.07 649.466 Q2359.26 653.008 2359.26 660.138 Q2359.26 667.244 2361.07 670.809 Q2362.9 674.351 2366.51 674.351 Q2370.14 674.351 2371.95 670.809 Q2373.78 667.244 2373.78 660.138 Q2373.78 653.008 2371.95 649.466 Q2370.14 645.902 2366.51 645.902 M2366.51 642.198 Q2372.32 642.198 2375.38 646.804 Q2378.45 651.388 2378.45 660.138 Q2378.45 668.864 2375.38 673.471 Q2372.32 678.054 2366.51 678.054 Q2360.7 678.054 2357.62 673.471 Q2354.57 668.864 2354.57 660.138 Q2354.57 651.388 2357.62 646.804 Q2360.7 642.198 2366.51 642.198 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip507)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2437.55,669.005 2439.62,667.566 2441.7,666.252 2443.77,665.064 2445.84,664.001 2455.44,660.746 2465.03,660.242 2474.62,662.494 2484.21,667.473 2493.8,675.117 \n 2503.39,685.329 2512.98,697.977 2522.57,712.902 2534.1,733.582 2545.63,756.895 2557.16,782.412 2568.68,809.664 2588.18,858.28 2607.67,907.869 2628.85,959.809 \n 2650.02,1006.62 2659.78,1025.66 2669.54,1042.74 2679.3,1057.63 2689.06,1070.13 2699.53,1080.71 2709.99,1088.19 2720.46,1092.48 2730.92,1093.5 2743.04,1090.57 \n 2755.17,1083.31 2767.29,1071.84 2779.42,1056.41 2790.19,1039.63 2800.97,1020.23 2811.74,998.53 2822.52,974.875 2841.41,929.831 2860.31,882.177 2880.91,830.002 \n 2901.51,780.566 2911.88,757.66 2922.24,736.524 2932.6,717.472 2942.96,700.787 2954.42,685.392 2965.88,673.473 2977.33,665.244 2988.79,660.857 2999.69,660.321 \n 3010.59,663.344 3021.49,669.876 3032.39,679.809 3043.73,693.568 3055.06,710.583 3066.4,730.552 3077.73,753.119 3096.81,795.854 3115.9,842.655 3139.19,901.877 \n 3162.49,959.229 3173.44,984.306 3184.39,1007.6 3195.34,1028.73 3206.29,1047.33 3215.06,1060.21 3223.84,1071.14 3232.61,1079.99 3241.38,1086.69 3250.15,1091.15 \n 3258.92,1093.33 3267.69,1093.2 3276.47,1090.77 3279.16,1089.56 3281.86,1088.14 3284.56,1086.5 3287.26,1084.65 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"\nM3124.61 776.612 L3320.82 776.612 L3320.82 655.652 L3124.61 655.652 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 3124.61,776.612 3320.82,776.612 3320.82,655.652 3124.61,655.652 3124.61,776.612 \n \"/>\n<polyline clip-path=\"url(#clip500)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 3134.62,716.132 3194.66,716.132 \n \"/>\n<path clip-path=\"url(#clip500)\" d=\"M 0 0 M3223.1 708.25 L3223.1 712.277 Q3221.29 711.351 3219.35 710.888 Q3217.4 710.426 3215.32 710.426 Q3212.15 710.426 3210.55 711.398 Q3208.98 712.37 3208.98 714.314 Q3208.98 715.796 3210.11 716.652 Q3211.25 717.486 3214.67 718.25 L3216.13 718.574 Q3220.67 719.546 3222.57 721.328 Q3224.49 723.087 3224.49 726.259 Q3224.49 729.87 3221.62 731.976 Q3218.77 734.083 3213.77 734.083 Q3211.69 734.083 3209.42 733.666 Q3207.17 733.273 3204.67 732.462 L3204.67 728.064 Q3207.03 729.291 3209.32 729.916 Q3211.62 730.518 3213.86 730.518 Q3216.87 730.518 3218.49 729.5 Q3220.11 728.458 3220.11 726.583 Q3220.11 724.847 3218.93 723.921 Q3217.77 722.995 3213.82 722.138 L3212.33 721.791 Q3208.38 720.958 3206.62 719.245 Q3204.86 717.509 3204.86 714.5 Q3204.86 710.842 3207.45 708.851 Q3210.04 706.861 3214.81 706.861 Q3217.17 706.861 3219.26 707.208 Q3221.34 707.555 3223.1 708.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3228.95 707.486 L3233.21 707.486 L3233.21 733.412 L3228.95 733.412 L3228.95 707.486 M3228.95 697.393 L3233.21 697.393 L3233.21 702.787 L3228.95 702.787 L3228.95 697.393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3259.23 717.763 L3259.23 733.412 L3254.97 733.412 L3254.97 717.902 Q3254.97 714.222 3253.54 712.393 Q3252.1 710.564 3249.23 710.564 Q3245.78 710.564 3243.79 712.763 Q3241.8 714.963 3241.8 718.759 L3241.8 733.412 L3237.52 733.412 L3237.52 707.486 L3241.8 707.486 L3241.8 711.513 Q3243.33 709.176 3245.39 708.018 Q3247.47 706.861 3250.18 706.861 Q3254.65 706.861 3256.94 709.638 Q3259.23 712.393 3259.23 717.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip500)\" d=\"M 0 0 M3300.32 707.486 L3290.94 720.101 L3300.81 733.412 L3295.78 733.412 L3288.24 723.226 L3280.69 733.412 L3275.67 733.412 L3285.74 719.847 L3276.52 707.486 L3281.55 707.486 L3288.42 716.722 L3295.3 707.486 L3300.32 707.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P1 = plot(sin, label=\"sin x\", size=(280, 150), legend=(0.88,0.85))\nP2 = deepcopy(P1)\nP3 = deepcopy(P1)\nP4 = deepcopy(P1)\nP5 = deepcopy(P1)\nP6 = deepcopy(P1)\nplot(P1, P2, P3, P4, P5, P6, size=(700, 300), layout=@layout([a b c; d e f]))",
"execution_count": 16,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 16,
"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=\"700\" height=\"300\" viewBox=\"0 0 2800 1200\">\n<defs>\n <clipPath id=\"clip540\">\n <rect x=\"0\" y=\"0\" width=\"2800\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip540)\" d=\"\nM0 1200 L2800 1200 L2800 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip541\">\n <rect x=\"560\" y=\"0\" width=\"1961\" height=\"1200\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip540)\" d=\"\nM166.455 502.791 L886.089 502.791 L886.089 47.2441 L166.455 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip542\">\n <rect x=\"166\" y=\"47\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 254.712,502.791 254.712,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 390.492,502.791 390.492,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 526.272,502.791 526.272,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 662.052,502.791 662.052,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 797.832,502.791 797.832,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,489.957 886.089,489.957 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,382.467 886.089,382.467 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,274.978 886.089,274.978 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,167.489 886.089,167.489 \n \"/>\n<polyline clip-path=\"url(#clip542)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 166.455,59.9992 886.089,59.9992 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,502.791 886.089,502.791 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,502.791 166.455,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 254.712,502.791 254.712,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 390.492,502.791 390.492,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 526.272,502.791 526.272,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 662.052,502.791 662.052,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 797.832,502.791 797.832,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,489.957 175.09,489.957 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,382.467 175.09,382.467 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,274.978 175.09,274.978 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,167.489 175.09,167.489 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 166.455,59.9992 175.09,59.9992 \n \"/>\n<path clip-path=\"url(#clip540)\" d=\"M 0 0 M234.723 543.379 L247.2 543.379 L247.2 547.175 L234.723 547.175 L234.723 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M265.117 527.777 L253.311 546.226 L265.117 546.226 L265.117 527.777 M263.89 523.703 L269.77 523.703 L269.77 546.226 L274.7 546.226 L274.7 550.115 L269.77 550.115 L269.77 558.263 L265.117 558.263 L265.117 550.115 L249.515 550.115 L249.515 545.601 L263.89 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M371.545 543.379 L384.022 543.379 L384.022 547.175 L371.545 547.175 L371.545 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M393.119 554.328 L409.439 554.328 L409.439 558.263 L387.494 558.263 L387.494 554.328 Q390.156 551.573 394.74 546.943 Q399.346 542.291 400.527 540.948 Q402.772 538.425 403.652 536.689 Q404.554 534.93 404.554 533.24 Q404.554 530.485 402.61 528.749 Q400.689 527.013 397.587 527.013 Q395.388 527.013 392.934 527.777 Q390.503 528.541 387.726 530.092 L387.726 525.369 Q390.55 524.235 393.003 523.656 Q395.457 523.078 397.494 523.078 Q402.864 523.078 406.059 525.763 Q409.253 528.448 409.253 532.939 Q409.253 535.068 408.443 536.99 Q407.656 538.888 405.55 541.48 Q404.971 542.152 401.869 545.369 Q398.767 548.564 393.119 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M526.272 526.781 Q522.661 526.781 520.832 530.346 Q519.027 533.888 519.027 541.017 Q519.027 548.124 520.832 551.689 Q522.661 555.23 526.272 555.23 Q529.906 555.23 531.712 551.689 Q533.54 548.124 533.54 541.017 Q533.54 533.888 531.712 530.346 Q529.906 526.781 526.272 526.781 M526.272 523.078 Q532.082 523.078 535.138 527.684 Q538.216 532.268 538.216 541.017 Q538.216 549.744 535.138 554.351 Q532.082 558.934 526.272 558.934 Q520.462 558.934 517.383 554.351 Q514.328 549.744 514.328 541.017 Q514.328 532.268 517.383 527.684 Q520.462 523.078 526.272 523.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M656.705 554.328 L673.024 554.328 L673.024 558.263 L651.08 558.263 L651.08 554.328 Q653.742 551.573 658.325 546.943 Q662.932 542.291 664.112 540.948 Q666.358 538.425 667.237 536.689 Q668.14 534.93 668.14 533.24 Q668.14 530.485 666.196 528.749 Q664.274 527.013 661.172 527.013 Q658.973 527.013 656.52 527.777 Q654.089 528.541 651.311 530.092 L651.311 525.369 Q654.135 524.235 656.589 523.656 Q659.043 523.078 661.08 523.078 Q666.45 523.078 669.645 525.763 Q672.839 528.448 672.839 532.939 Q672.839 535.068 672.029 536.99 Q671.242 538.888 669.135 541.48 Q668.557 542.152 665.455 545.369 Q662.353 548.564 656.705 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M800.841 527.777 L789.036 546.226 L800.841 546.226 L800.841 527.777 M799.615 523.703 L805.494 523.703 L805.494 546.226 L810.425 546.226 L810.425 550.115 L805.494 550.115 L805.494 558.263 L800.841 558.263 L800.841 550.115 L785.24 550.115 L785.24 545.601 L799.615 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M63.2236 492.353 L75.7004 492.353 L75.7004 496.149 L63.2236 496.149 L63.2236 492.353 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M81.58 503.302 L89.2188 503.302 L89.2188 476.936 L80.9087 478.603 L80.9087 474.343 L89.1725 472.677 L93.8484 472.677 L93.8484 503.302 L101.487 503.302 L101.487 507.237 L81.58 507.237 L81.58 503.302 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M106.557 501.357 L111.441 501.357 L111.441 507.237 L106.557 507.237 L106.557 501.357 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M126.51 475.755 Q122.899 475.755 121.071 479.32 Q119.265 482.862 119.265 489.992 Q119.265 497.098 121.071 500.663 Q122.899 504.204 126.51 504.204 Q130.145 504.204 131.95 500.663 Q133.779 497.098 133.779 489.992 Q133.779 482.862 131.95 479.32 Q130.145 475.755 126.51 475.755 M126.51 472.052 Q132.32 472.052 135.376 476.658 Q138.455 481.242 138.455 489.992 Q138.455 498.718 135.376 503.325 Q132.32 507.908 126.51 507.908 Q120.7 507.908 117.621 503.325 Q114.566 498.718 114.566 489.992 Q114.566 481.242 117.621 476.658 Q120.7 472.052 126.51 472.052 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M62.9921 384.863 L75.4689 384.863 L75.4689 388.659 L62.9921 388.659 L62.9921 384.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M90.5383 368.266 Q86.9272 368.266 85.0985 371.831 Q83.2929 375.373 83.2929 382.502 Q83.2929 389.609 85.0985 393.173 Q86.9272 396.715 90.5383 396.715 Q94.1725 396.715 95.9781 393.173 Q97.8068 389.609 97.8068 382.502 Q97.8068 375.373 95.9781 371.831 Q94.1725 368.266 90.5383 368.266 M90.5383 364.562 Q96.3484 364.562 99.404 369.169 Q102.483 373.752 102.483 382.502 Q102.483 391.229 99.404 395.835 Q96.3484 400.419 90.5383 400.419 Q84.7281 400.419 81.6494 395.835 Q78.5939 391.229 78.5939 382.502 Q78.5939 373.752 81.6494 369.169 Q84.7281 364.562 90.5383 364.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M107.552 393.868 L112.436 393.868 L112.436 399.747 L107.552 399.747 L107.552 393.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M117.552 365.187 L135.908 365.187 L135.908 369.123 L121.834 369.123 L121.834 377.595 Q122.853 377.248 123.871 377.085 Q124.89 376.9 125.908 376.9 Q131.695 376.9 135.075 380.072 Q138.455 383.243 138.455 388.659 Q138.455 394.238 134.982 397.34 Q131.51 400.419 125.191 400.419 Q123.015 400.419 120.746 400.048 Q118.501 399.678 116.094 398.937 L116.094 394.238 Q118.177 395.372 120.399 395.928 Q122.621 396.484 125.098 396.484 Q129.103 396.484 131.441 394.377 Q133.779 392.271 133.779 388.659 Q133.779 385.048 131.441 382.942 Q129.103 380.835 125.098 380.835 Q123.223 380.835 121.348 381.252 Q119.496 381.669 117.552 382.548 L117.552 365.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M89.5429 260.777 Q85.9318 260.777 84.1031 264.341 Q82.2976 267.883 82.2976 275.013 Q82.2976 282.119 84.1031 285.684 Q85.9318 289.226 89.5429 289.226 Q93.1771 289.226 94.9827 285.684 Q96.8114 282.119 96.8114 275.013 Q96.8114 267.883 94.9827 264.341 Q93.1771 260.777 89.5429 260.777 M89.5429 257.073 Q95.3531 257.073 98.4086 261.679 Q101.487 266.263 101.487 275.013 Q101.487 283.74 98.4086 288.346 Q95.3531 292.929 89.5429 292.929 Q83.7328 292.929 80.6541 288.346 Q77.5985 283.74 77.5985 275.013 Q77.5985 266.263 80.6541 261.679 Q83.7328 257.073 89.5429 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M106.557 286.378 L111.441 286.378 L111.441 292.258 L106.557 292.258 L106.557 286.378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M126.51 260.777 Q122.899 260.777 121.071 264.341 Q119.265 267.883 119.265 275.013 Q119.265 282.119 121.071 285.684 Q122.899 289.226 126.51 289.226 Q130.145 289.226 131.95 285.684 Q133.779 282.119 133.779 275.013 Q133.779 267.883 131.95 264.341 Q130.145 260.777 126.51 260.777 M126.51 257.073 Q132.32 257.073 135.376 261.679 Q138.455 266.263 138.455 275.013 Q138.455 283.74 135.376 288.346 Q132.32 292.929 126.51 292.929 Q120.7 292.929 117.621 288.346 Q114.566 283.74 114.566 275.013 Q114.566 266.263 117.621 261.679 Q120.7 257.073 126.51 257.073 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M90.5383 153.287 Q86.9272 153.287 85.0985 156.852 Q83.2929 160.394 83.2929 167.523 Q83.2929 174.63 85.0985 178.195 Q86.9272 181.736 90.5383 181.736 Q94.1725 181.736 95.9781 178.195 Q97.8068 174.63 97.8068 167.523 Q97.8068 160.394 95.9781 156.852 Q94.1725 153.287 90.5383 153.287 M90.5383 149.584 Q96.3484 149.584 99.404 154.19 Q102.483 158.773 102.483 167.523 Q102.483 176.25 99.404 180.857 Q96.3484 185.44 90.5383 185.44 Q84.7281 185.44 81.6494 180.857 Q78.5939 176.25 78.5939 167.523 Q78.5939 158.773 81.6494 154.19 Q84.7281 149.584 90.5383 149.584 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M107.552 178.889 L112.436 178.889 L112.436 184.769 L107.552 184.769 L107.552 178.889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M117.552 150.209 L135.908 150.209 L135.908 154.144 L121.834 154.144 L121.834 162.616 Q122.853 162.269 123.871 162.107 Q124.89 161.922 125.908 161.922 Q131.695 161.922 135.075 165.093 Q138.455 168.264 138.455 173.681 Q138.455 179.259 134.982 182.361 Q131.51 185.44 125.191 185.44 Q123.015 185.44 120.746 185.07 Q118.501 184.699 116.094 183.958 L116.094 179.259 Q118.177 180.394 120.399 180.949 Q122.621 181.505 125.098 181.505 Q129.103 181.505 131.441 179.398 Q133.779 177.292 133.779 173.681 Q133.779 170.07 131.441 167.963 Q129.103 165.857 125.098 165.857 Q123.223 165.857 121.348 166.273 Q119.496 166.69 117.552 167.57 L117.552 150.209 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M81.58 73.3441 L89.2188 73.3441 L89.2188 46.9785 L80.9087 48.6451 L80.9087 44.3859 L89.1725 42.7192 L93.8484 42.7192 L93.8484 73.3441 L101.487 73.3441 L101.487 77.2792 L81.58 77.2792 L81.58 73.3441 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M106.557 71.3996 L111.441 71.3996 L111.441 77.2792 L106.557 77.2792 L106.557 71.3996 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M126.51 45.7979 Q122.899 45.7979 121.071 49.3627 Q119.265 52.9043 119.265 60.0339 Q119.265 67.1404 121.071 70.7052 Q122.899 74.2468 126.51 74.2468 Q130.145 74.2468 131.95 70.7052 Q133.779 67.1404 133.779 60.0339 Q133.779 52.9043 131.95 49.3627 Q130.145 45.7979 126.51 45.7979 M126.51 42.0942 Q132.32 42.0942 135.376 46.7007 Q138.455 51.284 138.455 60.0339 Q138.455 68.7607 135.376 73.3672 Q132.32 77.9505 126.51 77.9505 Q120.7 77.9505 117.621 73.3672 Q114.566 68.7607 114.566 60.0339 Q114.566 51.284 117.621 46.7007 Q120.7 42.0942 126.51 42.0942 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip542)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 186.822,68.8296 188.479,67.4024 190.137,66.0989 191.794,64.9198 193.452,63.866 201.115,60.6375 208.778,60.1369 216.441,62.3706 224.104,67.3102 231.767,74.8927 \n 239.43,85.0217 247.093,97.5683 254.756,112.373 263.966,132.886 273.176,156.011 282.387,181.322 291.597,208.354 307.171,256.579 322.746,305.767 339.664,357.289 \n 356.582,403.726 364.381,422.611 372.179,439.549 379.978,454.318 387.776,466.724 396.137,477.213 404.498,484.638 412.859,488.888 421.22,489.898 430.906,486.998 \n 440.593,479.79 450.28,468.418 459.967,453.116 468.575,436.466 477.184,417.224 485.793,395.698 494.401,372.233 509.499,327.553 524.597,280.282 541.057,228.528 \n 557.518,179.491 565.797,156.77 574.076,135.804 582.356,116.906 590.635,100.355 599.789,85.0848 608.943,73.2611 618.096,65.0991 627.25,60.7468 635.96,60.2156 \n 644.669,63.2141 653.379,69.6932 662.088,79.5462 671.144,93.1944 680.2,110.072 689.256,129.88 698.312,152.266 713.558,194.656 728.805,241.079 747.419,299.824 \n 766.033,356.713 774.782,381.588 783.531,404.695 792.28,425.651 801.028,444.107 808.037,456.882 815.045,467.72 822.053,476.505 829.061,483.146 836.069,487.57 \n 843.078,489.73 850.086,489.604 857.094,487.193 859.251,485.994 861.408,484.583 863.565,482.96 865.722,481.126 \n \"/>\n<path clip-path=\"url(#clip540)\" d=\"\nM735.766 176.056 L911.859 176.056 L911.859 55.0961 L735.766 55.0961 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"0.5\"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.6; fill:none\" points=\"\n 735.766,176.056 911.859,176.056 911.859,55.0961 735.766,55.0961 735.766,176.056 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 743.762,115.576 791.737,115.576 \n \"/>\n<path clip-path=\"url(#clip540)\" d=\"M 0 0 M818.159 107.694 L818.159 111.722 Q816.353 110.796 814.409 110.333 Q812.465 109.87 810.381 109.87 Q807.21 109.87 805.613 110.842 Q804.039 111.815 804.039 113.759 Q804.039 115.24 805.173 116.097 Q806.307 116.93 809.733 117.694 L811.191 118.018 Q815.728 118.99 817.627 120.773 Q819.548 122.532 819.548 125.703 Q819.548 129.314 816.677 131.421 Q813.83 133.527 808.83 133.527 Q806.747 133.527 804.478 133.111 Q802.233 132.717 799.733 131.907 L799.733 127.509 Q802.094 128.736 804.386 129.361 Q806.677 129.963 808.923 129.963 Q811.932 129.963 813.552 128.944 Q815.173 127.902 815.173 126.027 Q815.173 124.291 813.992 123.365 Q812.835 122.439 808.877 121.583 L807.395 121.236 Q803.437 120.402 801.678 118.689 Q799.918 116.953 799.918 113.944 Q799.918 110.287 802.511 108.296 Q805.103 106.305 809.872 106.305 Q812.233 106.305 814.316 106.653 Q816.4 107 818.159 107.694 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M824.015 106.93 L828.275 106.93 L828.275 132.856 L824.015 132.856 L824.015 106.93 M824.015 96.8378 L828.275 96.8378 L828.275 102.231 L824.015 102.231 L824.015 96.8378 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M854.293 117.208 L854.293 132.856 L850.034 132.856 L850.034 117.347 Q850.034 113.666 848.599 111.838 Q847.163 110.009 844.293 110.009 Q840.844 110.009 838.853 112.208 Q836.863 114.407 836.863 118.203 L836.863 132.856 L832.58 132.856 L832.58 106.93 L836.863 106.93 L836.863 110.958 Q838.39 108.62 840.45 107.463 Q842.534 106.305 845.242 106.305 Q849.71 106.305 852.001 109.083 Q854.293 111.838 854.293 117.208 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M895.381 106.93 L886.006 119.546 L895.867 132.856 L890.844 132.856 L883.297 122.671 L875.751 132.856 L870.728 132.856 L880.797 119.291 L871.585 106.93 L876.608 106.93 L883.483 116.166 L890.358 106.93 L895.381 106.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"\nM1099.79 502.791 L1819.42 502.791 L1819.42 47.2441 L1099.79 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip543\">\n <rect x=\"1099\" y=\"47\" width=\"721\" height=\"457\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1188.05,502.791 1188.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1323.83,502.791 1323.83,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1459.61,502.791 1459.61,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1595.39,502.791 1595.39,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1731.17,502.791 1731.17,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,489.957 1819.42,489.957 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,382.467 1819.42,382.467 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,274.978 1819.42,274.978 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,167.489 1819.42,167.489 \n \"/>\n<polyline clip-path=\"url(#clip543)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1099.79,59.9992 1819.42,59.9992 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,502.791 1819.42,502.791 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,502.791 1099.79,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1188.05,502.791 1188.05,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1323.83,502.791 1323.83,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1459.61,502.791 1459.61,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1595.39,502.791 1595.39,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1731.17,502.791 1731.17,497.324 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,489.957 1108.42,489.957 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,382.467 1108.42,382.467 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,274.978 1108.42,274.978 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,167.489 1108.42,167.489 \n \"/>\n<polyline clip-path=\"url(#clip540)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1099.79,59.9992 1108.42,59.9992 \n \"/>\n<path clip-path=\"url(#clip540)\" d=\"M 0 0 M1168.06 543.379 L1180.53 543.379 L1180.53 547.175 L1168.06 547.175 L1168.06 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1198.45 527.777 L1186.64 546.226 L1198.45 546.226 L1198.45 527.777 M1197.22 523.703 L1203.1 523.703 L1203.1 546.226 L1208.03 546.226 L1208.03 550.115 L1203.1 550.115 L1203.1 558.263 L1198.45 558.263 L1198.45 550.115 L1182.85 550.115 L1182.85 545.601 L1197.22 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1304.88 543.379 L1317.36 543.379 L1317.36 547.175 L1304.88 547.175 L1304.88 543.379 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1326.45 554.328 L1342.77 554.328 L1342.77 558.263 L1320.83 558.263 L1320.83 554.328 Q1323.49 551.573 1328.07 546.943 Q1332.68 542.291 1333.86 540.948 Q1336.11 538.425 1336.98 536.689 Q1337.89 534.93 1337.89 533.24 Q1337.89 530.485 1335.94 528.749 Q1334.02 527.013 1330.92 527.013 Q1328.72 527.013 1326.27 527.777 Q1323.84 528.541 1321.06 530.092 L1321.06 525.369 Q1323.88 524.235 1326.34 523.656 Q1328.79 523.078 1330.83 523.078 Q1336.2 523.078 1339.39 525.763 Q1342.59 528.448 1342.59 532.939 Q1342.59 535.068 1341.78 536.99 Q1340.99 538.888 1338.88 541.48 Q1338.3 542.152 1335.2 545.369 Q1332.1 548.564 1326.45 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1459.61 526.781 Q1455.99 526.781 1454.17 530.346 Q1452.36 533.888 1452.36 541.017 Q1452.36 548.124 1454.17 551.689 Q1455.99 555.23 1459.61 555.23 Q1463.24 555.23 1465.05 551.689 Q1466.87 548.124 1466.87 541.017 Q1466.87 533.888 1465.05 530.346 Q1463.24 526.781 1459.61 526.781 M1459.61 523.078 Q1465.42 523.078 1468.47 527.684 Q1471.55 532.268 1471.55 541.017 Q1471.55 549.744 1468.47 554.351 Q1465.42 558.934 1459.61 558.934 Q1453.8 558.934 1450.72 554.351 Q1447.66 549.744 1447.66 541.017 Q1447.66 532.268 1450.72 527.684 Q1453.8 523.078 1459.61 523.078 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1590.04 554.328 L1606.36 554.328 L1606.36 558.263 L1584.41 558.263 L1584.41 554.328 Q1587.08 551.573 1591.66 546.943 Q1596.27 542.291 1597.45 540.948 Q1599.69 538.425 1600.57 536.689 Q1601.47 534.93 1601.47 533.24 Q1601.47 530.485 1599.53 528.749 Q1597.61 527.013 1594.51 527.013 Q1592.31 527.013 1589.85 527.777 Q1587.42 528.541 1584.64 530.092 L1584.64 525.369 Q1587.47 524.235 1589.92 523.656 Q1592.38 523.078 1594.41 523.078 Q1599.78 523.078 1602.98 525.763 Q1606.17 528.448 1606.17 532.939 Q1606.17 535.068 1605.36 536.99 Q1604.58 538.888 1602.47 541.48 Q1601.89 542.152 1598.79 545.369 Q1595.69 548.564 1590.04 554.328 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1734.17 527.777 L1722.37 546.226 L1734.17 546.226 L1734.17 527.777 M1732.95 523.703 L1738.83 523.703 L1738.83 546.226 L1743.76 546.226 L1743.76 550.115 L1738.83 550.115 L1738.83 558.263 L1734.17 558.263 L1734.17 550.115 L1718.57 550.115 L1718.57 545.601 L1732.95 523.703 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M996.557 492.353 L1009.03 492.353 L1009.03 496.149 L996.557 496.149 L996.557 492.353 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1014.91 503.302 L1022.55 503.302 L1022.55 476.936 L1014.24 478.603 L1014.24 474.343 L1022.51 472.677 L1027.18 472.677 L1027.18 503.302 L1034.82 503.302 L1034.82 507.237 L1014.91 507.237 L1014.91 503.302 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1039.89 501.357 L1044.77 501.357 L1044.77 507.237 L1039.89 507.237 L1039.89 501.357 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1059.84 475.755 Q1056.23 475.755 1054.4 479.32 Q1052.6 482.862 1052.6 489.992 Q1052.6 497.098 1054.4 500.663 Q1056.23 504.204 1059.84 504.204 Q1063.48 504.204 1065.28 500.663 Q1067.11 497.098 1067.11 489.992 Q1067.11 482.862 1065.28 479.32 Q1063.48 475.755 1059.84 475.755 M1059.84 472.052 Q1065.65 472.052 1068.71 476.658 Q1071.79 481.242 1071.79 489.992 Q1071.79 498.718 1068.71 503.325 Q1065.65 507.908 1059.84 507.908 Q1054.03 507.908 1050.95 503.325 Q1047.9 498.718 1047.9 489.992 Q1047.9 481.242 1050.95 476.658 Q1054.03 472.052 1059.84 472.052 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M996.325 384.863 L1008.8 384.863 L1008.8 388.659 L996.325 388.659 L996.325 384.863 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1023.87 368.266 Q1020.26 368.266 1018.43 371.831 Q1016.63 375.373 1016.63 382.502 Q1016.63 389.609 1018.43 393.173 Q1020.26 396.715 1023.87 396.715 Q1027.51 396.715 1029.31 393.173 Q1031.14 389.609 1031.14 382.502 Q1031.14 375.373 1029.31 371.831 Q1027.51 368.266 1023.87 368.266 M1023.87 364.562 Q1029.68 364.562 1032.74 369.169 Q1035.82 373.752 1035.82 382.502 Q1035.82 391.229 1032.74 395.835 Q1029.68 400.419 1023.87 400.419 Q1018.06 400.419 1014.98 395.835 Q1011.93 391.229 1011.93 382.502 Q1011.93 373.752 1014.98 369.169 Q1018.06 364.562 1023.87 364.562 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1040.89 393.868 L1045.77 393.868 L1045.77 399.747 L1040.89 399.747 L1040.89 393.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1050.89 365.187 L1069.24 365.187 L1069.24 369.123 L1055.17 369.123 L1055.17 377.595 Q1056.19 377.248 1057.2 377.085 Q1058.22 376.9 1059.24 376.9 Q1065.03 376.9 1068.41 380.072 Q1071.79 383.243 1071.79 388.659 Q1071.79 394.238 1068.32 397.34 Q1064.84 400.419 1058.52 400.419 Q1056.35 400.419 1054.08 400.048 Q1051.83 399.678 1049.43 398.937 L1049.43 394.238 Q1051.51 395.372 1053.73 395.928 Q1055.95 396.484 1058.43 396.484 Q1062.44 396.484 1064.77 394.377 Q1067.11 392.271 1067.11 388.659 Q1067.11 385.048 1064.77 382.942 Q1062.44 380.835 1058.43 380.835 Q1056.56 380.835 1054.68 381.252 Q1052.83 381.669 1050.89 382.548 L1050.89 365.187 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip540)\" d=\"M 0 0 M1022.88 260.777 Q1019.27 260.777 1017.44 264.341 Q1015.63 267.883 1015.63 275.013 Q1015.63 282.119 1017.44 285.684 Q1019.27 289.226 1022.88 289.226 Q1026.51 289.226 1028.32 285.684 Q1030.14 282.119 1030.14 275.013 Q1030.14 267.883 1028.32 264.341 Q1026.51 260.777 1022.88 260.777 M1022.88 257.073 Q1028.69 257.073 1031.74 261.679 Q1034.82 266.263 1034.82 275.013 Q1034.82 283.74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment