Skip to content

Instantly share code, notes, and snippets.

@genkuroki
Last active October 30, 2020 01:31
Show Gist options
  • Save genkuroki/3d29d3111e012a7f845de3f0aed4cb51 to your computer and use it in GitHub Desktop.
Save genkuroki/3d29d3111e012a7f845de3f0aed4cb51 to your computer and use it in GitHub Desktop.
dist.f(x, y) style of Distributions.jl
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "using Distributions, StatsPlots\n\nfunction Base.getproperty(d::Distribution, f::Symbol)\n f in fieldnames(typeof(d)) && return getfield(d, f)\n f_d = Symbol(f, \"_\", string(d))\n @eval function $f_d(x...; y...) $f($d, x...; y...) end\nend\n\nBase.propertynames(d::T) where T<: Distribution = [\n fieldnames(T)...;\n (m -> m.name).(methodswith(T; supertypes=true))\n] |> unique",
"execution_count": 1,
"outputs": []
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "dist = Normal(1, 1)\n\nsample = dist.rand(10^4)\nx = range(dist.mean()-4dist.std(), dist.mean()+4dist.std(), length=400)\n\nhistogram(sample; norm=true, alpha=0.3, label=\"sample\", bin=100)\nplot!(x, dist.pdf.(x); label=\"pdf\", lw=2, ls=:dash)\nplot!(xlim=extrema(x))",
"execution_count": 2,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 2,
"data": {
"image/svg+xml": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n<defs>\n <clipPath id=\"clip920\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip920)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip921\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip920)\" d=\"\nM148.334 1486.45 L2352.76 1486.45 L2352.76 47.2441 L148.334 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip922\">\n <rect x=\"148\" y=\"47\" width=\"2205\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 423.887,1486.45 423.887,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 974.992,1486.45 974.992,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1526.1,1486.45 1526.1,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2077.2,1486.45 2077.2,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 423.887,1486.45 423.887,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 974.992,1486.45 974.992,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1526.1,1486.45 1526.1,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2077.2,1486.45 2077.2,1469.18 \n \"/>\n<path clip-path=\"url(#clip920)\" d=\"M 0 0 M396.341 1530.29 L426.017 1530.29 L426.017 1534.23 L396.341 1534.23 L396.341 1530.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M435.114 1543.18 L451.433 1543.18 L451.433 1547.12 L429.489 1547.12 L429.489 1543.18 Q432.151 1540.43 436.734 1535.8 Q441.341 1531.15 442.521 1529.81 Q444.767 1527.28 445.646 1525.55 Q446.549 1523.79 446.549 1522.1 Q446.549 1519.34 444.605 1517.61 Q442.683 1515.87 439.581 1515.87 Q437.382 1515.87 434.929 1516.63 Q432.498 1517.4 429.72 1518.95 L429.72 1514.23 Q432.544 1513.09 434.998 1512.51 Q437.452 1511.93 439.489 1511.93 Q444.859 1511.93 448.054 1514.62 Q451.248 1517.31 451.248 1521.8 Q451.248 1523.93 450.438 1525.85 Q449.651 1527.74 447.544 1530.34 Q446.966 1531.01 443.864 1534.23 Q440.762 1537.42 435.114 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M974.992 1515.64 Q971.381 1515.64 969.553 1519.2 Q967.747 1522.75 967.747 1529.87 Q967.747 1536.98 969.553 1540.55 Q971.381 1544.09 974.992 1544.09 Q978.627 1544.09 980.432 1540.55 Q982.261 1536.98 982.261 1529.87 Q982.261 1522.75 980.432 1519.2 Q978.627 1515.64 974.992 1515.64 M974.992 1511.93 Q980.803 1511.93 983.858 1516.54 Q986.937 1521.12 986.937 1529.87 Q986.937 1538.6 983.858 1543.21 Q980.803 1547.79 974.992 1547.79 Q969.182 1547.79 966.104 1543.21 Q963.048 1538.6 963.048 1529.87 Q963.048 1521.12 966.104 1516.54 Q969.182 1511.93 974.992 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M1520.75 1543.18 L1537.07 1543.18 L1537.07 1547.12 L1515.13 1547.12 L1515.13 1543.18 Q1517.79 1540.43 1522.37 1535.8 Q1526.98 1531.15 1528.16 1529.81 Q1530.4 1527.28 1531.28 1525.55 Q1532.19 1523.79 1532.19 1522.1 Q1532.19 1519.34 1530.24 1517.61 Q1528.32 1515.87 1525.22 1515.87 Q1523.02 1515.87 1520.57 1516.63 Q1518.13 1517.4 1515.36 1518.95 L1515.36 1514.23 Q1518.18 1513.09 1520.63 1512.51 Q1523.09 1511.93 1525.13 1511.93 Q1530.5 1511.93 1533.69 1514.62 Q1536.88 1517.31 1536.88 1521.8 Q1536.88 1523.93 1536.07 1525.85 Q1535.29 1527.74 1533.18 1530.34 Q1532.6 1531.01 1529.5 1534.23 Q1526.4 1537.42 1520.75 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2080.21 1516.63 L2068.41 1535.08 L2080.21 1535.08 L2080.21 1516.63 M2078.99 1512.56 L2084.87 1512.56 L2084.87 1535.08 L2089.8 1535.08 L2089.8 1538.97 L2084.87 1538.97 L2084.87 1547.12 L2080.21 1547.12 L2080.21 1538.97 L2064.61 1538.97 L2064.61 1534.46 L2078.99 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1126.25 2352.76,1126.25 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,806.779 2352.76,806.779 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,487.311 2352.76,487.311 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,167.843 2352.76,167.843 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 148.334,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1445.72 174.787,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1126.25 174.787,1126.25 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,806.779 174.787,806.779 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,487.311 174.787,487.311 \n \"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,167.843 174.787,167.843 \n \"/>\n<path clip-path=\"url(#clip920)\" d=\"M 0 0 M63.4226 1431.51 Q59.8115 1431.51 57.9828 1435.08 Q56.1773 1438.62 56.1773 1445.75 Q56.1773 1452.86 57.9828 1456.42 Q59.8115 1459.96 63.4226 1459.96 Q67.0569 1459.96 68.8624 1456.42 Q70.6911 1452.86 70.6911 1445.75 Q70.6911 1438.62 68.8624 1435.08 Q67.0569 1431.51 63.4226 1431.51 M63.4226 1427.81 Q69.2328 1427.81 72.2883 1432.42 Q75.367 1437 75.367 1445.75 Q75.367 1454.48 72.2883 1459.08 Q69.2328 1463.67 63.4226 1463.67 Q57.6125 1463.67 54.5338 1459.08 Q51.4782 1454.48 51.4782 1445.75 Q51.4782 1437 54.5338 1432.42 Q57.6125 1427.81 63.4226 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M80.4364 1457.12 L85.3206 1457.12 L85.3206 1463 L80.4364 1463 L80.4364 1457.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M100.39 1431.51 Q96.7789 1431.51 94.9502 1435.08 Q93.1447 1438.62 93.1447 1445.75 Q93.1447 1452.86 94.9502 1456.42 Q96.7789 1459.96 100.39 1459.96 Q104.024 1459.96 105.83 1456.42 Q107.658 1452.86 107.658 1445.75 Q107.658 1438.62 105.83 1435.08 Q104.024 1431.51 100.39 1431.51 M100.39 1427.81 Q106.2 1427.81 109.256 1432.42 Q112.334 1437 112.334 1445.75 Q112.334 1454.48 109.256 1459.08 Q106.2 1463.67 100.39 1463.67 Q94.5799 1463.67 91.5012 1459.08 Q88.4456 1454.48 88.4456 1445.75 Q88.4456 1437 91.5012 1432.42 Q94.5799 1427.81 100.39 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M64.6495 1112.05 Q61.0384 1112.05 59.2097 1115.61 Q57.4041 1119.15 57.4041 1126.28 Q57.4041 1133.39 59.2097 1136.95 Q61.0384 1140.5 64.6495 1140.5 Q68.2837 1140.5 70.0892 1136.95 Q71.9179 1133.39 71.9179 1126.28 Q71.9179 1119.15 70.0892 1115.61 Q68.2837 1112.05 64.6495 1112.05 M64.6495 1108.34 Q70.4596 1108.34 73.5152 1112.95 Q76.5938 1117.53 76.5938 1126.28 Q76.5938 1135.01 73.5152 1139.62 Q70.4596 1144.2 64.6495 1144.2 Q58.8393 1144.2 55.7606 1139.62 Q52.7051 1135.01 52.7051 1126.28 Q52.7051 1117.53 55.7606 1112.95 Q58.8393 1108.34 64.6495 1108.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M81.6633 1137.65 L86.5475 1137.65 L86.5475 1143.53 L81.6633 1143.53 L81.6633 1137.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M92.4271 1139.59 L100.066 1139.59 L100.066 1113.23 L91.7558 1114.89 L91.7558 1110.63 L100.02 1108.97 L104.696 1108.97 L104.696 1139.59 L112.334 1139.59 L112.334 1143.53 L92.4271 1143.53 L92.4271 1139.59 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M65.0198 792.578 Q61.4087 792.578 59.58 796.143 Q57.7745 799.685 57.7745 806.814 Q57.7745 813.921 59.58 817.485 Q61.4087 821.027 65.0198 821.027 Q68.6541 821.027 70.4596 817.485 Q72.2883 813.921 72.2883 806.814 Q72.2883 799.685 70.4596 796.143 Q68.6541 792.578 65.0198 792.578 M65.0198 788.874 Q70.83 788.874 73.8855 793.481 Q76.9642 798.064 76.9642 806.814 Q76.9642 815.541 73.8855 820.147 Q70.83 824.731 65.0198 824.731 Q59.2097 824.731 56.131 820.147 Q53.0754 815.541 53.0754 806.814 Q53.0754 798.064 56.131 793.481 Q59.2097 788.874 65.0198 788.874 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M82.0336 818.18 L86.9179 818.18 L86.9179 824.059 L82.0336 824.059 L82.0336 818.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M96.015 820.124 L112.334 820.124 L112.334 824.059 L90.3901 824.059 L90.3901 820.124 Q93.0521 817.37 97.6354 812.74 Q102.242 808.087 103.422 806.745 Q105.668 804.222 106.547 802.486 Q107.45 800.726 107.45 799.036 Q107.45 796.282 105.506 794.546 Q103.584 792.81 100.483 792.81 Q98.2835 792.81 95.8298 793.574 Q93.3993 794.337 90.6215 795.888 L90.6215 791.166 Q93.4456 790.032 95.8993 789.453 Q98.353 788.874 100.39 788.874 Q105.76 788.874 108.955 791.56 Q112.149 794.245 112.149 798.736 Q112.149 800.865 111.339 802.786 Q110.552 804.685 108.446 807.277 Q107.867 807.948 104.765 811.166 Q101.663 814.36 96.015 820.124 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M64.0708 473.11 Q60.4597 473.11 58.631 476.675 Q56.8254 480.217 56.8254 487.346 Q56.8254 494.453 58.631 498.017 Q60.4597 501.559 64.0708 501.559 Q67.705 501.559 69.5105 498.017 Q71.3392 494.453 71.3392 487.346 Q71.3392 480.217 69.5105 476.675 Q67.705 473.11 64.0708 473.11 M64.0708 469.406 Q69.8809 469.406 72.9365 474.013 Q76.0151 478.596 76.0151 487.346 Q76.0151 496.073 72.9365 500.679 Q69.8809 505.263 64.0708 505.263 Q58.2606 505.263 55.1819 500.679 Q52.1264 496.073 52.1264 487.346 Q52.1264 478.596 55.1819 474.013 Q58.2606 469.406 64.0708 469.406 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M81.0846 498.712 L85.9688 498.712 L85.9688 504.591 L81.0846 504.591 L81.0846 498.712 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M105.205 485.957 Q108.561 486.675 110.436 488.943 Q112.334 491.212 112.334 494.545 Q112.334 499.661 108.816 502.462 Q105.297 505.263 98.8159 505.263 Q96.64 505.263 94.3252 504.823 Q92.0336 504.406 89.5799 503.55 L89.5799 499.036 Q91.5243 500.17 93.8391 500.749 Q96.1539 501.328 98.6771 501.328 Q103.075 501.328 105.367 499.591 Q107.682 497.855 107.682 494.545 Q107.682 491.49 105.529 489.777 Q103.399 488.041 99.5798 488.041 L95.5521 488.041 L95.5521 484.198 L99.765 484.198 Q103.214 484.198 105.043 482.832 Q106.871 481.443 106.871 478.851 Q106.871 476.189 104.973 474.777 Q103.098 473.342 99.5798 473.342 Q97.6585 473.342 95.4595 473.758 Q93.2604 474.175 90.6215 475.055 L90.6215 470.888 Q93.2836 470.147 95.5984 469.777 Q97.9363 469.406 99.9965 469.406 Q105.321 469.406 108.422 471.837 Q111.524 474.244 111.524 478.365 Q111.524 481.235 109.881 483.226 Q108.237 485.193 105.205 485.957 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M62.9365 153.642 Q59.3254 153.642 57.4967 157.207 Q55.6912 160.748 55.6912 167.878 Q55.6912 174.984 57.4967 178.549 Q59.3254 182.091 62.9365 182.091 Q66.5707 182.091 68.3763 178.549 Q70.205 174.984 70.205 167.878 Q70.205 160.748 68.3763 157.207 Q66.5707 153.642 62.9365 153.642 M62.9365 149.938 Q68.7467 149.938 71.8022 154.545 Q74.8809 159.128 74.8809 167.878 Q74.8809 176.605 71.8022 181.211 Q68.7467 185.795 62.9365 185.795 Q57.1264 185.795 54.0477 181.211 Q50.9921 176.605 50.9921 167.878 Q50.9921 159.128 54.0477 154.545 Q57.1264 149.938 62.9365 149.938 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M79.9503 179.244 L84.8345 179.244 L84.8345 185.123 L79.9503 185.123 L79.9503 179.244 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M102.751 154.637 L90.9456 173.086 L102.751 173.086 L102.751 154.637 M101.524 150.563 L107.404 150.563 L107.404 173.086 L112.334 173.086 L112.334 176.975 L107.404 176.975 L107.404 185.123 L102.751 185.123 L102.751 176.975 L87.1493 176.975 L87.1493 172.461 L101.524 150.563 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip922)\" d=\"\nM93.2239 1442.52 L93.2239 1445.72 L120.779 1445.72 L120.779 1442.52 L93.2239 1442.52 L93.2239 1442.52 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 93.2239,1442.52 93.2239,1445.72 120.779,1445.72 120.779,1442.52 93.2239,1442.52 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM120.779 1445.72 L120.779 1445.72 L148.334 1445.72 L148.334 1445.72 L120.779 1445.72 L120.779 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 120.779,1445.72 120.779,1445.72 148.334,1445.72 120.779,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM148.334 1445.72 L148.334 1445.72 L175.89 1445.72 L175.89 1445.72 L148.334 1445.72 L148.334 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 148.334,1445.72 148.334,1445.72 175.89,1445.72 148.334,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM175.89 1445.72 L175.89 1445.72 L203.445 1445.72 L203.445 1445.72 L175.89 1445.72 L175.89 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 175.89,1445.72 175.89,1445.72 203.445,1445.72 175.89,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM203.445 1445.72 L203.445 1445.72 L231 1445.72 L231 1445.72 L203.445 1445.72 L203.445 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 203.445,1445.72 203.445,1445.72 231,1445.72 203.445,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM231 1442.52 L231 1445.72 L258.555 1445.72 L258.555 1442.52 L231 1442.52 L231 1442.52 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 231,1442.52 231,1445.72 258.555,1445.72 258.555,1442.52 231,1442.52 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM258.555 1445.72 L258.555 1445.72 L286.111 1445.72 L286.111 1445.72 L258.555 1445.72 L258.555 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 258.555,1445.72 258.555,1445.72 286.111,1445.72 258.555,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM286.111 1432.94 L286.111 1445.72 L313.666 1445.72 L313.666 1432.94 L286.111 1432.94 L286.111 1432.94 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 286.111,1432.94 286.111,1445.72 313.666,1445.72 313.666,1432.94 286.111,1432.94 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM313.666 1445.72 L313.666 1445.72 L341.221 1445.72 L341.221 1445.72 L313.666 1445.72 L313.666 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 313.666,1445.72 313.666,1445.72 341.221,1445.72 313.666,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM341.221 1439.33 L341.221 1445.72 L368.777 1445.72 L368.777 1439.33 L341.221 1439.33 L341.221 1439.33 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 341.221,1439.33 341.221,1445.72 368.777,1445.72 368.777,1439.33 341.221,1439.33 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM368.777 1439.33 L368.777 1445.72 L396.332 1445.72 L396.332 1439.33 L368.777 1439.33 L368.777 1439.33 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 368.777,1439.33 368.777,1445.72 396.332,1445.72 396.332,1439.33 368.777,1439.33 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM396.332 1439.33 L396.332 1445.72 L423.887 1445.72 L423.887 1439.33 L396.332 1439.33 L396.332 1439.33 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 396.332,1439.33 396.332,1445.72 423.887,1445.72 423.887,1439.33 396.332,1439.33 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM423.887 1436.13 L423.887 1445.72 L451.442 1445.72 L451.442 1436.13 L423.887 1436.13 L423.887 1436.13 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 423.887,1436.13 423.887,1445.72 451.442,1445.72 451.442,1436.13 423.887,1436.13 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM451.442 1423.35 L451.442 1445.72 L478.998 1445.72 L478.998 1423.35 L451.442 1423.35 L451.442 1423.35 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 451.442,1423.35 451.442,1445.72 478.998,1445.72 478.998,1423.35 451.442,1423.35 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM478.998 1420.16 L478.998 1445.72 L506.553 1445.72 L506.553 1420.16 L478.998 1420.16 L478.998 1420.16 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 478.998,1420.16 478.998,1445.72 506.553,1445.72 506.553,1420.16 478.998,1420.16 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM506.553 1416.96 L506.553 1445.72 L534.108 1445.72 L534.108 1416.96 L506.553 1416.96 L506.553 1416.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 506.553,1416.96 506.553,1445.72 534.108,1445.72 534.108,1416.96 506.553,1416.96 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM534.108 1410.57 L534.108 1445.72 L561.663 1445.72 L561.663 1410.57 L534.108 1410.57 L534.108 1410.57 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 534.108,1410.57 534.108,1445.72 561.663,1445.72 561.663,1410.57 534.108,1410.57 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM561.663 1365.85 L561.663 1445.72 L589.219 1445.72 L589.219 1365.85 L561.663 1365.85 L561.663 1365.85 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 561.663,1365.85 561.663,1445.72 589.219,1445.72 589.219,1365.85 561.663,1365.85 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM589.219 1359.46 L589.219 1445.72 L616.774 1445.72 L616.774 1359.46 L589.219 1359.46 L589.219 1359.46 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 589.219,1359.46 589.219,1445.72 616.774,1445.72 616.774,1359.46 589.219,1359.46 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM616.774 1337.1 L616.774 1445.72 L644.329 1445.72 L644.329 1337.1 L616.774 1337.1 L616.774 1337.1 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 616.774,1337.1 616.774,1445.72 644.329,1445.72 644.329,1337.1 616.774,1337.1 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM644.329 1298.76 L644.329 1445.72 L671.884 1445.72 L671.884 1298.76 L644.329 1298.76 L644.329 1298.76 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 644.329,1298.76 644.329,1445.72 671.884,1445.72 671.884,1298.76 644.329,1298.76 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM671.884 1314.73 L671.884 1445.72 L699.44 1445.72 L699.44 1314.73 L671.884 1314.73 L671.884 1314.73 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 671.884,1314.73 671.884,1445.72 699.44,1445.72 699.44,1314.73 671.884,1314.73 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM699.44 1228.48 L699.44 1445.72 L726.995 1445.72 L726.995 1228.48 L699.44 1228.48 L699.44 1228.48 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 699.44,1228.48 699.44,1445.72 726.995,1445.72 726.995,1228.48 699.44,1228.48 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM726.995 1215.7 L726.995 1445.72 L754.55 1445.72 L754.55 1215.7 L726.995 1215.7 L726.995 1215.7 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 726.995,1215.7 726.995,1445.72 754.55,1445.72 754.55,1215.7 726.995,1215.7 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM754.55 1142.22 L754.55 1445.72 L782.106 1445.72 L782.106 1142.22 L754.55 1142.22 L754.55 1142.22 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 754.55,1142.22 754.55,1445.72 782.106,1445.72 782.106,1142.22 754.55,1142.22 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM782.106 1107.08 L782.106 1445.72 L809.661 1445.72 L809.661 1107.08 L782.106 1107.08 L782.106 1107.08 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 782.106,1107.08 782.106,1445.72 809.661,1445.72 809.661,1107.08 782.106,1107.08 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM809.661 1039.99 L809.661 1445.72 L837.216 1445.72 L837.216 1039.99 L809.661 1039.99 L809.661 1039.99 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 809.661,1039.99 809.661,1445.72 837.216,1445.72 837.216,1039.99 809.661,1039.99 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM837.216 992.071 L837.216 1445.72 L864.771 1445.72 L864.771 992.071 L837.216 992.071 L837.216 992.071 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 837.216,992.071 837.216,1445.72 864.771,1445.72 864.771,992.071 837.216,992.071 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM864.771 940.956 L864.771 1445.72 L892.327 1445.72 L892.327 940.956 L864.771 940.956 L864.771 940.956 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 864.771,940.956 864.771,1445.72 892.327,1445.72 892.327,940.956 864.771,940.956 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM892.327 880.257 L892.327 1445.72 L919.882 1445.72 L919.882 880.257 L892.327 880.257 L892.327 880.257 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 892.327,880.257 892.327,1445.72 919.882,1445.72 919.882,880.257 892.327,880.257 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM919.882 832.337 L919.882 1445.72 L947.437 1445.72 L947.437 832.337 L919.882 832.337 L919.882 832.337 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 919.882,832.337 919.882,1445.72 947.437,1445.72 947.437,832.337 919.882,832.337 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM947.437 749.275 L947.437 1445.72 L974.992 1445.72 L974.992 749.275 L947.437 749.275 L947.437 749.275 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 947.437,749.275 947.437,1445.72 974.992,1445.72 974.992,749.275 947.437,749.275 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM974.992 624.683 L974.992 1445.72 L1002.55 1445.72 L1002.55 624.683 L974.992 624.683 L974.992 624.683 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 974.992,624.683 974.992,1445.72 1002.55,1445.72 1002.55,624.683 974.992,624.683 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1002.55 589.541 L1002.55 1445.72 L1030.1 1445.72 L1030.1 589.541 L1002.55 589.541 L1002.55 589.541 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1002.55,589.541 1002.55,1445.72 1030.1,1445.72 1030.1,589.541 1002.55,589.541 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1030.1 557.594 L1030.1 1445.72 L1057.66 1445.72 L1057.66 557.594 L1030.1 557.594 L1030.1 557.594 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1030.1,557.594 1030.1,1445.72 1057.66,1445.72 1057.66,557.594 1030.1,557.594 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1057.66 340.356 L1057.66 1445.72 L1085.21 1445.72 L1085.21 340.356 L1057.66 340.356 L1057.66 340.356 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1057.66,340.356 1057.66,1445.72 1085.21,1445.72 1085.21,340.356 1057.66,340.356 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1085.21 375.498 L1085.21 1445.72 L1112.77 1445.72 L1112.77 375.498 L1085.21 375.498 L1085.21 375.498 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1085.21,375.498 1085.21,1445.72 1112.77,1445.72 1112.77,375.498 1085.21,375.498 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1112.77 346.745 L1112.77 1445.72 L1140.32 1445.72 L1140.32 346.745 L1112.77 346.745 L1112.77 346.745 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1112.77,346.745 1112.77,1445.72 1140.32,1445.72 1140.32,346.745 1112.77,346.745 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1140.32 228.542 L1140.32 1445.72 L1167.88 1445.72 L1167.88 228.542 L1140.32 228.542 L1140.32 228.542 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1140.32,228.542 1140.32,1445.72 1167.88,1445.72 1167.88,228.542 1140.32,228.542 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1167.88 247.71 L1167.88 1445.72 L1195.43 1445.72 L1195.43 247.71 L1167.88 247.71 L1167.88 247.71 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1167.88,247.71 1167.88,1445.72 1195.43,1445.72 1195.43,247.71 1167.88,247.71 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1195.43 158.259 L1195.43 1445.72 L1222.99 1445.72 L1222.99 158.259 L1195.43 158.259 L1195.43 158.259 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1195.43,158.259 1195.43,1445.72 1222.99,1445.72 1222.99,158.259 1195.43,158.259 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1222.99 177.427 L1222.99 1445.72 L1250.55 1445.72 L1250.55 177.427 L1222.99 177.427 L1222.99 177.427 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1222.99,177.427 1222.99,1445.72 1250.55,1445.72 1250.55,177.427 1222.99,177.427 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1250.55 247.71 L1250.55 1445.72 L1278.1 1445.72 L1278.1 247.71 L1250.55 247.71 L1250.55 247.71 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1250.55,247.71 1250.55,1445.72 1278.1,1445.72 1278.1,247.71 1250.55,247.71 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1278.1 87.9763 L1278.1 1445.72 L1305.66 1445.72 L1305.66 87.9763 L1278.1 87.9763 L1278.1 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1278.1,87.9763 1278.1,1445.72 1305.66,1445.72 1305.66,87.9763 1278.1,87.9763 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1305.66 113.534 L1305.66 1445.72 L1333.21 1445.72 L1333.21 113.534 L1305.66 113.534 L1305.66 113.534 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1305.66,113.534 1305.66,1445.72 1333.21,1445.72 1333.21,113.534 1305.66,113.534 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1333.21 100.755 L1333.21 1445.72 L1360.77 1445.72 L1360.77 100.755 L1333.21 100.755 L1333.21 100.755 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1333.21,100.755 1333.21,1445.72 1360.77,1445.72 1360.77,100.755 1333.21,100.755 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1360.77 340.356 L1360.77 1445.72 L1388.32 1445.72 L1388.32 340.356 L1360.77 340.356 L1360.77 340.356 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1360.77,340.356 1360.77,1445.72 1388.32,1445.72 1388.32,340.356 1360.77,340.356 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1388.32 375.498 L1388.32 1445.72 L1415.88 1445.72 L1415.88 375.498 L1388.32 375.498 L1388.32 375.498 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1388.32,375.498 1388.32,1445.72 1415.88,1445.72 1415.88,375.498 1388.32,375.498 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1415.88 420.223 L1415.88 1445.72 L1443.43 1445.72 L1443.43 420.223 L1415.88 420.223 L1415.88 420.223 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1415.88,420.223 1415.88,1445.72 1443.43,1445.72 1443.43,420.223 1415.88,420.223 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1443.43 401.055 L1443.43 1445.72 L1470.99 1445.72 L1470.99 401.055 L1443.43 401.055 L1443.43 401.055 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1443.43,401.055 1443.43,1445.72 1470.99,1445.72 1470.99,401.055 1443.43,401.055 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1470.99 650.24 L1470.99 1445.72 L1498.54 1445.72 L1498.54 650.24 L1470.99 650.24 L1470.99 650.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1470.99,650.24 1470.99,1445.72 1498.54,1445.72 1498.54,650.24 1470.99,650.24 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1498.54 621.488 L1498.54 1445.72 L1526.1 1445.72 L1526.1 621.488 L1498.54 621.488 L1498.54 621.488 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1498.54,621.488 1498.54,1445.72 1526.1,1445.72 1526.1,621.488 1498.54,621.488 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1526.1 678.992 L1526.1 1445.72 L1553.65 1445.72 L1553.65 678.992 L1526.1 678.992 L1526.1 678.992 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1526.1,678.992 1526.1,1445.72 1553.65,1445.72 1553.65,678.992 1526.1,678.992 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1553.65 813.169 L1553.65 1445.72 L1581.21 1445.72 L1581.21 813.169 L1553.65 813.169 L1553.65 813.169 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1553.65,813.169 1553.65,1445.72 1581.21,1445.72 1581.21,813.169 1553.65,813.169 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1581.21 960.124 L1581.21 1445.72 L1608.76 1445.72 L1608.76 960.124 L1581.21 960.124 L1581.21 960.124 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1581.21,960.124 1581.21,1445.72 1608.76,1445.72 1608.76,960.124 1581.21,960.124 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1608.76 988.876 L1608.76 1445.72 L1636.32 1445.72 L1636.32 988.876 L1608.76 988.876 L1608.76 988.876 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1608.76,988.876 1608.76,1445.72 1636.32,1445.72 1636.32,988.876 1608.76,988.876 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1636.32 1001.66 L1636.32 1445.72 L1663.87 1445.72 L1663.87 1001.66 L1636.32 1001.66 L1636.32 1001.66 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1636.32,1001.66 1636.32,1445.72 1663.87,1445.72 1663.87,1001.66 1636.32,1001.66 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1663.87 1030.41 L1663.87 1445.72 L1691.43 1445.72 L1691.43 1030.41 L1663.87 1030.41 L1663.87 1030.41 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1663.87,1030.41 1663.87,1445.72 1691.43,1445.72 1691.43,1030.41 1663.87,1030.41 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1691.43 1110.27 L1691.43 1445.72 L1718.98 1445.72 L1718.98 1110.27 L1691.43 1110.27 L1691.43 1110.27 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1691.43,1110.27 1691.43,1445.72 1718.98,1445.72 1718.98,1110.27 1691.43,1110.27 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1718.98 1167.78 L1718.98 1445.72 L1746.54 1445.72 L1746.54 1167.78 L1718.98 1167.78 L1718.98 1167.78 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1718.98,1167.78 1718.98,1445.72 1746.54,1445.72 1746.54,1167.78 1718.98,1167.78 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1746.54 1190.14 L1746.54 1445.72 L1774.1 1445.72 L1774.1 1190.14 L1746.54 1190.14 L1746.54 1190.14 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1746.54,1190.14 1746.54,1445.72 1774.1,1445.72 1774.1,1190.14 1746.54,1190.14 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1774.1 1263.62 L1774.1 1445.72 L1801.65 1445.72 L1801.65 1263.62 L1774.1 1263.62 L1774.1 1263.62 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1774.1,1263.62 1774.1,1445.72 1801.65,1445.72 1801.65,1263.62 1774.1,1263.62 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1801.65 1301.96 L1801.65 1445.72 L1829.21 1445.72 L1829.21 1301.96 L1801.65 1301.96 L1801.65 1301.96 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1801.65,1301.96 1801.65,1445.72 1829.21,1445.72 1829.21,1301.96 1801.65,1301.96 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1829.21 1298.76 L1829.21 1445.72 L1856.76 1445.72 L1856.76 1298.76 L1829.21 1298.76 L1829.21 1298.76 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1829.21,1298.76 1829.21,1445.72 1856.76,1445.72 1856.76,1298.76 1829.21,1298.76 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1856.76 1340.29 L1856.76 1445.72 L1884.32 1445.72 L1884.32 1340.29 L1856.76 1340.29 L1856.76 1340.29 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1856.76,1340.29 1856.76,1445.72 1884.32,1445.72 1884.32,1340.29 1856.76,1340.29 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1884.32 1343.49 L1884.32 1445.72 L1911.87 1445.72 L1911.87 1343.49 L1884.32 1343.49 L1884.32 1343.49 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1884.32,1343.49 1884.32,1445.72 1911.87,1445.72 1911.87,1343.49 1884.32,1343.49 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1911.87 1391.41 L1911.87 1445.72 L1939.43 1445.72 L1939.43 1391.41 L1911.87 1391.41 L1911.87 1391.41 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1911.87,1391.41 1911.87,1445.72 1939.43,1445.72 1939.43,1391.41 1911.87,1391.41 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1939.43 1397.8 L1939.43 1445.72 L1966.98 1445.72 L1966.98 1397.8 L1939.43 1397.8 L1939.43 1397.8 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1939.43,1397.8 1939.43,1445.72 1966.98,1445.72 1966.98,1397.8 1939.43,1397.8 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1966.98 1400.99 L1966.98 1445.72 L1994.54 1445.72 L1994.54 1400.99 L1966.98 1400.99 L1966.98 1400.99 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1966.98,1400.99 1966.98,1445.72 1994.54,1445.72 1994.54,1400.99 1966.98,1400.99 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM1994.54 1420.16 L1994.54 1445.72 L2022.09 1445.72 L2022.09 1420.16 L1994.54 1420.16 L1994.54 1420.16 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1994.54,1420.16 1994.54,1445.72 2022.09,1445.72 2022.09,1420.16 1994.54,1420.16 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2022.09 1420.16 L2022.09 1445.72 L2049.65 1445.72 L2049.65 1420.16 L2022.09 1420.16 L2022.09 1420.16 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2022.09,1420.16 2022.09,1445.72 2049.65,1445.72 2049.65,1420.16 2022.09,1420.16 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2049.65 1436.13 L2049.65 1445.72 L2077.2 1445.72 L2077.2 1436.13 L2049.65 1436.13 L2049.65 1436.13 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2049.65,1436.13 2049.65,1445.72 2077.2,1445.72 2077.2,1436.13 2049.65,1436.13 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2077.2 1432.94 L2077.2 1445.72 L2104.76 1445.72 L2104.76 1432.94 L2077.2 1432.94 L2077.2 1432.94 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2077.2,1432.94 2077.2,1445.72 2104.76,1445.72 2104.76,1432.94 2077.2,1432.94 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2104.76 1436.13 L2104.76 1445.72 L2132.31 1445.72 L2132.31 1436.13 L2104.76 1436.13 L2104.76 1436.13 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2104.76,1436.13 2104.76,1445.72 2132.31,1445.72 2132.31,1436.13 2104.76,1436.13 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2132.31 1432.94 L2132.31 1445.72 L2159.87 1445.72 L2159.87 1432.94 L2132.31 1432.94 L2132.31 1432.94 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2132.31,1432.94 2132.31,1445.72 2159.87,1445.72 2159.87,1432.94 2132.31,1432.94 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2159.87 1445.72 L2159.87 1445.72 L2187.42 1445.72 L2187.42 1445.72 L2159.87 1445.72 L2159.87 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2159.87,1445.72 2159.87,1445.72 2187.42,1445.72 2159.87,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2187.42 1445.72 L2187.42 1445.72 L2214.98 1445.72 L2214.98 1445.72 L2187.42 1445.72 L2187.42 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2187.42,1445.72 2187.42,1445.72 2214.98,1445.72 2187.42,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2214.98 1445.72 L2214.98 1445.72 L2242.53 1445.72 L2242.53 1445.72 L2214.98 1445.72 L2214.98 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2214.98,1445.72 2214.98,1445.72 2242.53,1445.72 2214.98,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2242.53 1445.72 L2242.53 1445.72 L2270.09 1445.72 L2270.09 1445.72 L2242.53 1445.72 L2242.53 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2242.53,1445.72 2242.53,1445.72 2270.09,1445.72 2242.53,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2270.09 1445.72 L2270.09 1445.72 L2297.65 1445.72 L2297.65 1445.72 L2270.09 1445.72 L2270.09 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2270.09,1445.72 2270.09,1445.72 2297.65,1445.72 2270.09,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2297.65 1445.72 L2297.65 1445.72 L2325.2 1445.72 L2325.2 1445.72 L2297.65 1445.72 L2297.65 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2297.65,1445.72 2297.65,1445.72 2325.2,1445.72 2297.65,1445.72 \n \"/>\n<path clip-path=\"url(#clip922)\" d=\"\nM2325.2 1442.52 L2325.2 1445.72 L2352.76 1445.72 L2352.76 1442.52 L2325.2 1442.52 L2325.2 1442.52 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2325.2,1442.52 2325.2,1445.72 2352.76,1445.72 2352.76,1442.52 2325.2,1442.52 \n \"/>\n<polyline clip-path=\"url(#clip922)\" style=\"stroke:#e26f46; stroke-width:8; stroke-opacity:1; fill:none\" stroke-dasharray=\"32, 20\" points=\"\n 148.334,1445.29 153.859,1445.25 159.384,1445.21 164.909,1445.17 170.434,1445.13 175.959,1445.08 181.484,1445.03 187.008,1444.97 192.533,1444.91 198.058,1444.85 \n 203.583,1444.78 209.108,1444.71 214.633,1444.63 220.158,1444.54 225.683,1444.45 231.207,1444.35 236.732,1444.25 242.257,1444.14 247.782,1444.02 253.307,1443.89 \n 258.832,1443.75 264.357,1443.61 269.881,1443.45 275.406,1443.28 280.931,1443.11 286.456,1442.92 291.981,1442.71 297.506,1442.5 303.031,1442.27 308.556,1442.02 \n 314.08,1441.76 319.605,1441.48 325.13,1441.18 330.655,1440.87 336.18,1440.54 341.705,1440.18 347.23,1439.8 352.754,1439.4 358.279,1438.98 363.804,1438.53 \n 369.329,1438.05 374.854,1437.54 380.379,1437.01 385.904,1436.44 391.428,1435.84 396.953,1435.21 402.478,1434.53 408.003,1433.83 413.528,1433.08 419.053,1432.29 \n 424.578,1431.45 430.103,1430.57 435.627,1429.64 441.152,1428.66 446.677,1427.63 452.202,1426.55 457.727,1425.4 463.252,1424.2 468.777,1422.94 474.301,1421.61 \n 479.826,1420.21 485.351,1418.75 490.876,1417.21 496.401,1415.6 501.926,1413.9 507.451,1412.13 512.976,1410.27 518.5,1408.32 524.025,1406.29 529.55,1404.15 \n 535.075,1401.93 540.6,1399.59 546.125,1397.16 551.65,1394.62 557.174,1391.96 562.699,1389.19 568.224,1386.3 573.749,1383.29 579.274,1380.15 584.799,1376.88 \n 590.324,1373.48 595.849,1369.94 601.373,1366.26 606.898,1362.43 612.423,1358.46 617.948,1354.33 623.473,1350.04 628.998,1345.6 634.523,1340.99 640.047,1336.21 \n 645.572,1331.26 651.097,1326.13 656.622,1320.82 662.147,1315.33 667.672,1309.66 673.197,1303.79 678.722,1297.73 684.246,1291.48 689.771,1285.02 695.296,1278.36 \n 700.821,1271.5 706.346,1264.42 711.871,1257.14 717.396,1249.64 722.92,1241.92 728.445,1233.99 733.97,1225.84 739.495,1217.46 745.02,1208.86 750.545,1200.03 \n 756.07,1190.98 761.595,1181.7 767.119,1172.2 772.644,1162.46 778.169,1152.5 783.694,1142.31 789.219,1131.88 794.744,1121.24 800.269,1110.36 805.793,1099.26 \n 811.318,1087.94 816.843,1076.39 822.368,1064.63 827.893,1052.65 833.418,1040.45 838.943,1028.05 844.468,1015.44 849.992,1002.62 855.517,989.611 861.042,976.405 \n 866.567,963.011 872.092,949.434 877.617,935.68 883.142,921.756 888.666,907.668 894.191,893.423 899.716,879.029 905.241,864.494 910.766,849.825 916.291,835.031 \n 921.816,820.122 927.34,805.107 932.865,789.995 938.39,774.796 943.915,759.52 949.44,744.179 954.965,728.784 960.49,713.345 966.015,697.874 971.539,682.383 \n 977.064,666.884 982.589,651.391 988.114,635.914 993.639,620.468 999.164,605.065 1004.69,589.719 1010.21,574.443 1015.74,559.251 1021.26,544.157 1026.79,529.174 \n 1032.31,514.317 1037.84,499.599 1043.36,485.035 1048.89,470.638 1054.41,456.424 1059.94,442.406 1065.46,428.599 1070.99,415.015 1076.51,401.671 1082.04,388.578 \n 1087.56,375.752 1093.09,363.205 1098.61,350.951 1104.14,339.003 1109.66,327.375 1115.19,316.079 1120.71,305.127 1126.24,294.532 1131.76,284.306 1137.29,274.459 \n 1142.81,265.004 1148.34,255.951 1153.86,247.311 1159.38,239.093 1164.91,231.307 1170.43,223.962 1175.96,217.066 1181.48,210.628 1187.01,204.656 1192.53,199.155 \n 1198.06,194.134 1203.58,189.597 1209.11,185.551 1214.63,182 1220.16,178.948 1225.68,176.399 1231.21,174.357 1236.73,172.822 1242.26,171.799 1247.78,171.286 \n 1253.31,171.286 1258.83,171.799 1264.36,172.822 1269.88,174.357 1275.41,176.399 1280.93,178.948 1286.46,182 1291.98,185.551 1297.51,189.597 1303.03,194.134 \n 1308.56,199.155 1314.08,204.656 1319.61,210.628 1325.13,217.066 1330.66,223.962 1336.18,231.307 1341.71,239.093 1347.23,247.311 1352.76,255.951 1358.28,265.004 \n 1363.8,274.459 1369.33,284.306 1374.85,294.532 1380.38,305.127 1385.9,316.079 1391.43,327.375 1396.95,339.003 1402.48,350.951 1408,363.205 1413.53,375.752 \n 1419.05,388.578 1424.58,401.671 1430.1,415.015 1435.63,428.599 1441.15,442.406 1446.68,456.424 1452.2,470.638 1457.73,485.035 1463.25,499.599 1468.78,514.317 \n 1474.3,529.174 1479.83,544.157 1485.35,559.251 1490.88,574.443 1496.4,589.719 1501.93,605.065 1507.45,620.468 1512.98,635.914 1518.5,651.391 1524.03,666.884 \n 1529.55,682.383 1535.08,697.874 1540.6,713.345 1546.13,728.784 1551.65,744.179 1557.18,759.52 1562.7,774.796 1568.22,789.995 1573.75,805.107 1579.27,820.122 \n 1584.8,835.031 1590.32,849.825 1595.85,864.494 1601.37,879.029 1606.9,893.423 1612.42,907.668 1617.95,921.756 1623.47,935.68 1629,949.434 1634.52,963.011 \n 1640.05,976.405 1645.57,989.611 1651.1,1002.62 1656.62,1015.44 1662.15,1028.05 1667.67,1040.45 1673.2,1052.65 1678.72,1064.63 1684.25,1076.39 1689.77,1087.94 \n 1695.3,1099.26 1700.82,1110.36 1706.35,1121.24 1711.87,1131.88 1717.4,1142.31 1722.92,1152.5 1728.45,1162.46 1733.97,1172.2 1739.5,1181.7 1745.02,1190.98 \n 1750.55,1200.03 1756.07,1208.86 1761.6,1217.46 1767.12,1225.84 1772.64,1233.99 1778.17,1241.92 1783.69,1249.64 1789.22,1257.14 1794.74,1264.42 1800.27,1271.5 \n 1805.79,1278.36 1811.32,1285.02 1816.84,1291.48 1822.37,1297.73 1827.89,1303.79 1833.42,1309.66 1838.94,1315.33 1844.47,1320.82 1849.99,1326.13 1855.52,1331.26 \n 1861.04,1336.21 1866.57,1340.99 1872.09,1345.6 1877.62,1350.04 1883.14,1354.33 1888.67,1358.46 1894.19,1362.43 1899.72,1366.26 1905.24,1369.94 1910.77,1373.48 \n 1916.29,1376.88 1921.82,1380.15 1927.34,1383.29 1932.87,1386.3 1938.39,1389.19 1943.92,1391.96 1949.44,1394.62 1954.97,1397.16 1960.49,1399.59 1966.02,1401.93 \n 1971.54,1404.15 1977.07,1406.29 1982.59,1408.32 1988.11,1410.27 1993.64,1412.13 1999.16,1413.9 2004.69,1415.6 2010.21,1417.21 2015.74,1418.75 2021.26,1420.21 \n 2026.79,1421.61 2032.31,1422.94 2037.84,1424.2 2043.36,1425.4 2048.89,1426.55 2054.41,1427.63 2059.94,1428.66 2065.46,1429.64 2070.99,1430.57 2076.51,1431.45 \n 2082.04,1432.29 2087.56,1433.08 2093.09,1433.83 2098.61,1434.53 2104.14,1435.21 2109.66,1435.84 2115.19,1436.44 2120.71,1437.01 2126.24,1437.54 2131.76,1438.05 \n 2137.29,1438.53 2142.81,1438.98 2148.34,1439.4 2153.86,1439.8 2159.39,1440.18 2164.91,1440.54 2170.44,1440.87 2175.96,1441.18 2181.49,1441.48 2187.01,1441.76 \n 2192.53,1442.02 2198.06,1442.27 2203.58,1442.5 2209.11,1442.71 2214.63,1442.92 2220.16,1443.11 2225.68,1443.28 2231.21,1443.45 2236.73,1443.61 2242.26,1443.75 \n 2247.78,1443.89 2253.31,1444.02 2258.83,1444.14 2264.36,1444.25 2269.88,1444.35 2275.41,1444.45 2280.93,1444.54 2286.46,1444.63 2291.98,1444.71 2297.51,1444.78 \n 2303.03,1444.85 2308.56,1444.91 2314.08,1444.97 2319.61,1445.03 2325.13,1445.08 2330.66,1445.13 2336.18,1445.17 2341.71,1445.21 2347.23,1445.25 2352.76,1445.29 \n \n \"/>\n<path clip-path=\"url(#clip920)\" d=\"\nM1884.76 276.658 L2279.28 276.658 L2279.28 95.2176 L1884.76 95.2176 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1884.76,276.658 2279.28,276.658 2279.28,95.2176 1884.76,95.2176 1884.76,276.658 \n \"/>\n<path clip-path=\"url(#clip920)\" d=\"\nM1909.25 179.89 L2056.21 179.89 L2056.21 131.506 L1909.25 131.506 L1909.25 179.89 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip920)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1909.25,179.89 2056.21,179.89 2056.21,131.506 1909.25,131.506 1909.25,179.89 \n \"/>\n<path clip-path=\"url(#clip920)\" d=\"M 0 0 M2099.13 147.816 L2099.13 151.843 Q2097.33 150.917 2095.38 150.455 Q2093.44 149.992 2091.35 149.992 Q2088.18 149.992 2086.59 150.964 Q2085.01 151.936 2085.01 153.88 Q2085.01 155.362 2086.15 156.218 Q2087.28 157.052 2090.71 157.816 L2092.16 158.14 Q2096.7 159.112 2098.6 160.894 Q2100.52 162.654 2100.52 165.825 Q2100.52 169.436 2097.65 171.542 Q2094.8 173.649 2089.8 173.649 Q2087.72 173.649 2085.45 173.232 Q2083.21 172.839 2080.71 172.028 L2080.71 167.63 Q2083.07 168.857 2085.36 169.482 Q2087.65 170.084 2089.9 170.084 Q2092.9 170.084 2094.52 169.066 Q2096.15 168.024 2096.15 166.149 Q2096.15 164.413 2094.96 163.487 Q2093.81 162.561 2089.85 161.704 L2088.37 161.357 Q2084.41 160.524 2082.65 158.811 Q2080.89 157.075 2080.89 154.066 Q2080.89 150.408 2083.48 148.418 Q2086.08 146.427 2090.84 146.427 Q2093.21 146.427 2095.29 146.774 Q2097.37 147.121 2099.13 147.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2116.77 159.945 Q2111.61 159.945 2109.62 161.126 Q2107.63 162.306 2107.63 165.154 Q2107.63 167.422 2109.11 168.765 Q2110.61 170.084 2113.18 170.084 Q2116.72 170.084 2118.85 167.584 Q2121.01 165.061 2121.01 160.894 L2121.01 159.945 L2116.77 159.945 M2125.27 158.186 L2125.27 172.978 L2121.01 172.978 L2121.01 169.042 Q2119.55 171.403 2117.37 172.538 Q2115.2 173.649 2112.05 173.649 Q2108.07 173.649 2105.71 171.427 Q2103.37 169.181 2103.37 165.431 Q2103.37 161.056 2106.28 158.834 Q2109.22 156.612 2115.03 156.612 L2121.01 156.612 L2121.01 156.195 Q2121.01 153.255 2119.06 151.658 Q2117.14 150.038 2113.65 150.038 Q2111.42 150.038 2109.32 150.57 Q2107.21 151.103 2105.27 152.167 L2105.27 148.232 Q2107.6 147.33 2109.8 146.89 Q2112 146.427 2114.08 146.427 Q2119.71 146.427 2122.49 149.343 Q2125.27 152.26 2125.27 158.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2149.92 152.029 Q2151.52 149.158 2153.74 147.793 Q2155.96 146.427 2158.97 146.427 Q2163.02 146.427 2165.22 149.274 Q2167.42 152.098 2167.42 157.329 L2167.42 172.978 L2163.14 172.978 L2163.14 157.468 Q2163.14 153.742 2161.82 151.936 Q2160.5 150.13 2157.79 150.13 Q2154.48 150.13 2152.56 152.33 Q2150.64 154.529 2150.64 158.325 L2150.64 172.978 L2146.35 172.978 L2146.35 157.468 Q2146.35 153.718 2145.03 151.936 Q2143.71 150.13 2140.96 150.13 Q2137.7 150.13 2135.77 152.353 Q2133.85 154.552 2133.85 158.325 L2133.85 172.978 L2129.57 172.978 L2129.57 147.052 L2133.85 147.052 L2133.85 151.08 Q2135.31 148.695 2137.35 147.561 Q2139.39 146.427 2142.19 146.427 Q2145.01 146.427 2146.98 147.862 Q2148.97 149.297 2149.92 152.029 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2176.01 169.089 L2176.01 182.839 L2171.72 182.839 L2171.72 147.052 L2176.01 147.052 L2176.01 150.987 Q2177.35 148.672 2179.39 147.561 Q2181.45 146.427 2184.29 146.427 Q2189.02 146.427 2191.95 150.177 Q2194.92 153.927 2194.92 160.038 Q2194.92 166.149 2191.95 169.899 Q2189.02 173.649 2184.29 173.649 Q2181.45 173.649 2179.39 172.538 Q2177.35 171.403 2176.01 169.089 M2190.5 160.038 Q2190.5 155.339 2188.55 152.677 Q2186.63 149.992 2183.25 149.992 Q2179.87 149.992 2177.93 152.677 Q2176.01 155.339 2176.01 160.038 Q2176.01 164.737 2177.93 167.422 Q2179.87 170.084 2183.25 170.084 Q2186.63 170.084 2188.55 167.422 Q2190.5 164.737 2190.5 160.038 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2199.39 136.959 L2203.64 136.959 L2203.64 172.978 L2199.39 172.978 L2199.39 136.959 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2230.29 158.95 L2230.29 161.033 L2210.7 161.033 Q2210.98 165.431 2213.34 167.746 Q2215.73 170.038 2219.96 170.038 Q2222.42 170.038 2224.71 169.436 Q2227.02 168.834 2229.29 167.63 L2229.29 171.658 Q2227 172.63 2224.59 173.14 Q2222.19 173.649 2219.71 173.649 Q2213.51 173.649 2209.87 170.038 Q2206.26 166.427 2206.26 160.269 Q2206.26 153.904 2209.69 150.177 Q2213.14 146.427 2218.97 146.427 Q2224.2 146.427 2227.23 149.806 Q2230.29 153.163 2230.29 158.95 M2226.03 157.7 Q2225.98 154.205 2224.06 152.121 Q2222.16 150.038 2219.01 150.038 Q2215.45 150.038 2213.3 152.052 Q2211.17 154.066 2210.84 157.723 L2226.03 157.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip920)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" stroke-dasharray=\"16, 10\" points=\"\n 1909.25,216.178 2056.21,216.178 \n \"/>\n<path clip-path=\"url(#clip920)\" d=\"M 0 0 M2084.99 229.569 L2084.99 243.319 L2080.71 243.319 L2080.71 207.532 L2084.99 207.532 L2084.99 211.467 Q2086.33 209.152 2088.37 208.041 Q2090.43 206.907 2093.27 206.907 Q2098 206.907 2100.94 210.657 Q2103.9 214.407 2103.9 220.518 Q2103.9 226.629 2100.94 230.379 Q2098 234.129 2093.27 234.129 Q2090.43 234.129 2088.37 233.018 Q2086.33 231.883 2084.99 229.569 M2099.48 220.518 Q2099.48 215.819 2097.53 213.157 Q2095.61 210.472 2092.23 210.472 Q2088.85 210.472 2086.91 213.157 Q2084.99 215.819 2084.99 220.518 Q2084.99 225.217 2086.91 227.902 Q2088.85 230.564 2092.23 230.564 Q2095.61 230.564 2097.53 227.902 Q2099.48 225.217 2099.48 220.518 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2125.43 211.467 L2125.43 197.439 L2129.69 197.439 L2129.69 233.458 L2125.43 233.458 L2125.43 229.569 Q2124.08 231.883 2122.02 233.018 Q2119.99 234.129 2117.12 234.129 Q2112.42 234.129 2109.46 230.379 Q2106.52 226.629 2106.52 220.518 Q2106.52 214.407 2109.46 210.657 Q2112.42 206.907 2117.12 206.907 Q2119.99 206.907 2122.02 208.041 Q2124.08 209.152 2125.43 211.467 M2110.91 220.518 Q2110.91 225.217 2112.83 227.902 Q2114.78 230.564 2118.16 230.564 Q2121.54 230.564 2123.48 227.902 Q2125.43 225.217 2125.43 220.518 Q2125.43 215.819 2123.48 213.157 Q2121.54 210.472 2118.16 210.472 Q2114.78 210.472 2112.83 213.157 Q2110.91 215.819 2110.91 220.518 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip920)\" d=\"M 0 0 M2147.28 197.439 L2147.28 200.981 L2143.21 200.981 Q2140.91 200.981 2140.01 201.907 Q2139.13 202.833 2139.13 205.24 L2139.13 207.532 L2146.14 207.532 L2146.14 210.842 L2139.13 210.842 L2139.13 233.458 L2134.85 233.458 L2134.85 210.842 L2130.77 210.842 L2130.77 207.532 L2134.85 207.532 L2134.85 205.726 Q2134.85 201.398 2136.86 199.43 Q2138.88 197.439 2143.25 197.439 L2147.28 197.439 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "dist = Gamma(10, 0.1)\n\nsample = dist.rand(10^4)\nx = range(0, 3.5, length=400)\n\nhistogram(sample; norm=true, alpha=0.3, label=\"sample\", bin=100)\nplot!(x, dist.pdf.(x); label=\"pdf\", lw=2, ls=:dash)\nplot!(xlim=extrema(x))",
"execution_count": 3,
"outputs": [
{
"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=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n<defs>\n <clipPath id=\"clip960\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip960)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip961\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip960)\" d=\"\nM148.334 1486.45 L2352.76 1486.45 L2352.76 47.2441 L148.334 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip962\">\n <rect x=\"148\" y=\"47\" width=\"2205\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1486.45 148.334,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 463.252,1486.45 463.252,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 778.169,1486.45 778.169,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1093.09,1486.45 1093.09,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1408,1486.45 1408,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1722.92,1486.45 1722.92,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2037.84,1486.45 2037.84,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2352.76,1486.45 2352.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 148.334,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 463.252,1486.45 463.252,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 778.169,1486.45 778.169,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1093.09,1486.45 1093.09,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1408,1486.45 1408,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1722.92,1486.45 1722.92,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2037.84,1486.45 2037.84,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2352.76,1486.45 2352.76,1469.18 \n \"/>\n<path clip-path=\"url(#clip960)\" d=\"M 0 0 M129.851 1515.64 Q126.24 1515.64 124.411 1519.2 Q122.605 1522.75 122.605 1529.87 Q122.605 1536.98 124.411 1540.55 Q126.24 1544.09 129.851 1544.09 Q133.485 1544.09 135.29 1540.55 Q137.119 1536.98 137.119 1529.87 Q137.119 1522.75 135.29 1519.2 Q133.485 1515.64 129.851 1515.64 M129.851 1511.93 Q135.661 1511.93 138.716 1516.54 Q141.795 1521.12 141.795 1529.87 Q141.795 1538.6 138.716 1543.21 Q135.661 1547.79 129.851 1547.79 Q124.041 1547.79 120.962 1543.21 Q117.906 1538.6 117.906 1529.87 Q117.906 1521.12 120.962 1516.54 Q124.041 1511.93 129.851 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M146.864 1541.24 L151.749 1541.24 L151.749 1547.12 L146.864 1547.12 L146.864 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M166.818 1515.64 Q163.207 1515.64 161.378 1519.2 Q159.573 1522.75 159.573 1529.87 Q159.573 1536.98 161.378 1540.55 Q163.207 1544.09 166.818 1544.09 Q170.452 1544.09 172.258 1540.55 Q174.087 1536.98 174.087 1529.87 Q174.087 1522.75 172.258 1519.2 Q170.452 1515.64 166.818 1515.64 M166.818 1511.93 Q172.628 1511.93 175.684 1516.54 Q178.762 1521.12 178.762 1529.87 Q178.762 1538.6 175.684 1543.21 Q172.628 1547.79 166.818 1547.79 Q161.008 1547.79 157.929 1543.21 Q154.874 1538.6 154.874 1529.87 Q154.874 1521.12 157.929 1516.54 Q161.008 1511.93 166.818 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M445.266 1515.64 Q441.655 1515.64 439.826 1519.2 Q438.02 1522.75 438.02 1529.87 Q438.02 1536.98 439.826 1540.55 Q441.655 1544.09 445.266 1544.09 Q448.9 1544.09 450.706 1540.55 Q452.534 1536.98 452.534 1529.87 Q452.534 1522.75 450.706 1519.2 Q448.9 1515.64 445.266 1515.64 M445.266 1511.93 Q451.076 1511.93 454.131 1516.54 Q457.21 1521.12 457.21 1529.87 Q457.21 1538.6 454.131 1543.21 Q451.076 1547.79 445.266 1547.79 Q439.456 1547.79 436.377 1543.21 Q433.321 1538.6 433.321 1529.87 Q433.321 1521.12 436.377 1516.54 Q439.456 1511.93 445.266 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M462.28 1541.24 L467.164 1541.24 L467.164 1547.12 L462.28 1547.12 L462.28 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M472.279 1512.56 L490.636 1512.56 L490.636 1516.5 L476.562 1516.5 L476.562 1524.97 Q477.58 1524.62 478.599 1524.46 Q479.617 1524.27 480.636 1524.27 Q486.423 1524.27 489.803 1527.44 Q493.182 1530.62 493.182 1536.03 Q493.182 1541.61 489.71 1544.71 Q486.238 1547.79 479.918 1547.79 Q477.742 1547.79 475.474 1547.42 Q473.229 1547.05 470.821 1546.31 L470.821 1541.61 Q472.904 1542.74 475.127 1543.3 Q477.349 1543.86 479.826 1543.86 Q483.83 1543.86 486.168 1541.75 Q488.506 1539.64 488.506 1536.03 Q488.506 1532.42 486.168 1530.31 Q483.83 1528.21 479.826 1528.21 Q477.951 1528.21 476.076 1528.62 Q474.224 1529.04 472.279 1529.92 L472.279 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M750.067 1543.18 L757.706 1543.18 L757.706 1516.82 L749.396 1518.49 L749.396 1514.23 L757.66 1512.56 L762.336 1512.56 L762.336 1543.18 L769.975 1543.18 L769.975 1547.12 L750.067 1547.12 L750.067 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M775.044 1541.24 L779.928 1541.24 L779.928 1547.12 L775.044 1547.12 L775.044 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M794.998 1515.64 Q791.387 1515.64 789.558 1519.2 Q787.752 1522.75 787.752 1529.87 Q787.752 1536.98 789.558 1540.55 Q791.387 1544.09 794.998 1544.09 Q798.632 1544.09 800.438 1540.55 Q802.266 1536.98 802.266 1529.87 Q802.266 1522.75 800.438 1519.2 Q798.632 1515.64 794.998 1515.64 M794.998 1511.93 Q800.808 1511.93 803.863 1516.54 Q806.942 1521.12 806.942 1529.87 Q806.942 1538.6 803.863 1543.21 Q800.808 1547.79 794.998 1547.79 Q789.188 1547.79 786.109 1543.21 Q783.053 1538.6 783.053 1529.87 Q783.053 1521.12 786.109 1516.54 Q789.188 1511.93 794.998 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1065.48 1543.18 L1073.12 1543.18 L1073.12 1516.82 L1064.81 1518.49 L1064.81 1514.23 L1073.08 1512.56 L1077.75 1512.56 L1077.75 1543.18 L1085.39 1543.18 L1085.39 1547.12 L1065.48 1547.12 L1065.48 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1090.46 1541.24 L1095.34 1541.24 L1095.34 1547.12 L1090.46 1547.12 L1090.46 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1100.46 1512.56 L1118.82 1512.56 L1118.82 1516.5 L1104.74 1516.5 L1104.74 1524.97 Q1105.76 1524.62 1106.78 1524.46 Q1107.8 1524.27 1108.82 1524.27 Q1114.6 1524.27 1117.98 1527.44 Q1121.36 1530.62 1121.36 1536.03 Q1121.36 1541.61 1117.89 1544.71 Q1114.42 1547.79 1108.1 1547.79 Q1105.92 1547.79 1103.65 1547.42 Q1101.41 1547.05 1099 1546.31 L1099 1541.61 Q1101.08 1542.74 1103.31 1543.3 Q1105.53 1543.86 1108.01 1543.86 Q1112.01 1543.86 1114.35 1541.75 Q1116.69 1539.64 1116.69 1536.03 Q1116.69 1532.42 1114.35 1530.31 Q1112.01 1528.21 1108.01 1528.21 Q1106.13 1528.21 1104.26 1528.62 Q1102.4 1529.04 1100.46 1529.92 L1100.46 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1384.17 1543.18 L1400.49 1543.18 L1400.49 1547.12 L1378.55 1547.12 L1378.55 1543.18 Q1381.21 1540.43 1385.79 1535.8 Q1390.4 1531.15 1391.58 1529.81 Q1393.83 1527.28 1394.71 1525.55 Q1395.61 1523.79 1395.61 1522.1 Q1395.61 1519.34 1393.66 1517.61 Q1391.74 1515.87 1388.64 1515.87 Q1386.44 1515.87 1383.99 1516.63 Q1381.56 1517.4 1378.78 1518.95 L1378.78 1514.23 Q1381.6 1513.09 1384.06 1512.51 Q1386.51 1511.93 1388.55 1511.93 Q1393.92 1511.93 1397.11 1514.62 Q1400.31 1517.31 1400.31 1521.8 Q1400.31 1523.93 1399.5 1525.85 Q1398.71 1527.74 1396.6 1530.34 Q1396.02 1531.01 1392.92 1534.23 Q1389.82 1537.42 1384.17 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1405.56 1541.24 L1410.45 1541.24 L1410.45 1547.12 L1405.56 1547.12 L1405.56 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1425.52 1515.64 Q1421.9 1515.64 1420.08 1519.2 Q1418.27 1522.75 1418.27 1529.87 Q1418.27 1536.98 1420.08 1540.55 Q1421.9 1544.09 1425.52 1544.09 Q1429.15 1544.09 1430.96 1540.55 Q1432.78 1536.98 1432.78 1529.87 Q1432.78 1522.75 1430.96 1519.2 Q1429.15 1515.64 1425.52 1515.64 M1425.52 1511.93 Q1431.33 1511.93 1434.38 1516.54 Q1437.46 1521.12 1437.46 1529.87 Q1437.46 1538.6 1434.38 1543.21 Q1431.33 1547.79 1425.52 1547.79 Q1419.71 1547.79 1416.63 1543.21 Q1413.57 1538.6 1413.57 1529.87 Q1413.57 1521.12 1416.63 1516.54 Q1419.71 1511.93 1425.52 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1699.59 1543.18 L1715.91 1543.18 L1715.91 1547.12 L1693.96 1547.12 L1693.96 1543.18 Q1696.63 1540.43 1701.21 1535.8 Q1705.81 1531.15 1707 1529.81 Q1709.24 1527.28 1710.12 1525.55 Q1711.02 1523.79 1711.02 1522.1 Q1711.02 1519.34 1709.08 1517.61 Q1707.16 1515.87 1704.06 1515.87 Q1701.86 1515.87 1699.4 1516.63 Q1696.97 1517.4 1694.19 1518.95 L1694.19 1514.23 Q1697.02 1513.09 1699.47 1512.51 Q1701.93 1511.93 1703.96 1511.93 Q1709.33 1511.93 1712.53 1514.62 Q1715.72 1517.31 1715.72 1521.8 Q1715.72 1523.93 1714.91 1525.85 Q1714.12 1527.74 1712.02 1530.34 Q1711.44 1531.01 1708.34 1534.23 Q1705.24 1537.42 1699.59 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1720.98 1541.24 L1725.86 1541.24 L1725.86 1547.12 L1720.98 1547.12 L1720.98 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M1730.98 1512.56 L1749.33 1512.56 L1749.33 1516.5 L1735.26 1516.5 L1735.26 1524.97 Q1736.28 1524.62 1737.3 1524.46 Q1738.31 1524.27 1739.33 1524.27 Q1745.12 1524.27 1748.5 1527.44 Q1751.88 1530.62 1751.88 1536.03 Q1751.88 1541.61 1748.41 1544.71 Q1744.93 1547.79 1738.62 1547.79 Q1736.44 1547.79 1734.17 1547.42 Q1731.93 1547.05 1729.52 1546.31 L1729.52 1541.61 Q1731.6 1542.74 1733.82 1543.3 Q1736.05 1543.86 1738.52 1543.86 Q1742.53 1543.86 1744.87 1541.75 Q1747.2 1539.64 1747.2 1536.03 Q1747.2 1532.42 1744.87 1530.31 Q1742.53 1528.21 1738.52 1528.21 Q1736.65 1528.21 1734.77 1528.62 Q1732.92 1529.04 1730.98 1529.92 L1730.98 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2023.6 1528.49 Q2026.96 1529.2 2028.83 1531.47 Q2030.73 1533.74 2030.73 1537.07 Q2030.73 1542.19 2027.21 1544.99 Q2023.7 1547.79 2017.21 1547.79 Q2015.04 1547.79 2012.72 1547.35 Q2010.43 1546.93 2007.98 1546.08 L2007.98 1541.56 Q2009.92 1542.7 2012.24 1543.28 Q2014.55 1543.86 2017.07 1543.86 Q2021.47 1543.86 2023.76 1542.12 Q2026.08 1540.38 2026.08 1537.07 Q2026.08 1534.02 2023.93 1532.31 Q2021.8 1530.57 2017.98 1530.57 L2013.95 1530.57 L2013.95 1526.73 L2018.16 1526.73 Q2021.61 1526.73 2023.44 1525.36 Q2025.27 1523.97 2025.27 1521.38 Q2025.27 1518.72 2023.37 1517.31 Q2021.5 1515.87 2017.98 1515.87 Q2016.06 1515.87 2013.86 1516.29 Q2011.66 1516.7 2009.02 1517.58 L2009.02 1513.42 Q2011.68 1512.68 2014 1512.31 Q2016.33 1511.93 2018.39 1511.93 Q2023.72 1511.93 2026.82 1514.37 Q2029.92 1516.77 2029.92 1520.89 Q2029.92 1523.76 2028.28 1525.75 Q2026.63 1527.72 2023.6 1528.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2035.8 1541.24 L2040.69 1541.24 L2040.69 1547.12 L2035.8 1547.12 L2035.8 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2055.76 1515.64 Q2052.14 1515.64 2050.32 1519.2 Q2048.51 1522.75 2048.51 1529.87 Q2048.51 1536.98 2050.32 1540.55 Q2052.14 1544.09 2055.76 1544.09 Q2059.39 1544.09 2061.19 1540.55 Q2063.02 1536.98 2063.02 1529.87 Q2063.02 1522.75 2061.19 1519.2 Q2059.39 1515.64 2055.76 1515.64 M2055.76 1511.93 Q2061.57 1511.93 2064.62 1516.54 Q2067.7 1521.12 2067.7 1529.87 Q2067.7 1538.6 2064.62 1543.21 Q2061.57 1547.79 2055.76 1547.79 Q2049.94 1547.79 2046.87 1543.21 Q2043.81 1538.6 2043.81 1529.87 Q2043.81 1521.12 2046.87 1516.54 Q2049.94 1511.93 2055.76 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2339.02 1528.49 Q2342.37 1529.2 2344.25 1531.47 Q2346.15 1533.74 2346.15 1537.07 Q2346.15 1542.19 2342.63 1544.99 Q2339.11 1547.79 2332.63 1547.79 Q2330.45 1547.79 2328.14 1547.35 Q2325.85 1546.93 2323.39 1546.08 L2323.39 1541.56 Q2325.34 1542.7 2327.65 1543.28 Q2329.97 1543.86 2332.49 1543.86 Q2336.89 1543.86 2339.18 1542.12 Q2341.49 1540.38 2341.49 1537.07 Q2341.49 1534.02 2339.34 1532.31 Q2337.21 1530.57 2333.39 1530.57 L2329.36 1530.57 L2329.36 1526.73 L2333.58 1526.73 Q2337.03 1526.73 2338.86 1525.36 Q2340.68 1523.97 2340.68 1521.38 Q2340.68 1518.72 2338.79 1517.31 Q2336.91 1515.87 2333.39 1515.87 Q2331.47 1515.87 2329.27 1516.29 Q2327.07 1516.7 2324.43 1517.58 L2324.43 1513.42 Q2327.1 1512.68 2329.41 1512.31 Q2331.75 1511.93 2333.81 1511.93 Q2339.13 1511.93 2342.24 1514.37 Q2345.34 1516.77 2345.34 1520.89 Q2345.34 1523.76 2343.69 1525.75 Q2342.05 1527.72 2339.02 1528.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2351.22 1541.24 L2356.1 1541.24 L2356.1 1547.12 L2351.22 1547.12 L2351.22 1541.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2361.22 1512.56 L2379.57 1512.56 L2379.57 1516.5 L2365.5 1516.5 L2365.5 1524.97 Q2366.52 1524.62 2367.54 1524.46 Q2368.55 1524.27 2369.57 1524.27 Q2375.36 1524.27 2378.74 1527.44 Q2382.12 1530.62 2382.12 1536.03 Q2382.12 1541.61 2378.65 1544.71 Q2375.17 1547.79 2368.86 1547.79 Q2366.68 1547.79 2364.41 1547.42 Q2362.17 1547.05 2359.76 1546.31 L2359.76 1541.61 Q2361.84 1542.74 2364.06 1543.3 Q2366.29 1543.86 2368.76 1543.86 Q2372.77 1543.86 2375.11 1541.75 Q2377.44 1539.64 2377.44 1536.03 Q2377.44 1532.42 2375.11 1530.31 Q2372.77 1528.21 2368.76 1528.21 Q2366.89 1528.21 2365.01 1528.62 Q2363.16 1529.04 2361.22 1529.92 L2361.22 1512.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1239.69 2352.76,1239.69 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1033.66 2352.76,1033.66 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,827.625 2352.76,827.625 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,621.595 2352.76,621.595 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,415.564 2352.76,415.564 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,209.534 2352.76,209.534 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 148.334,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1445.72 174.787,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1239.69 174.787,1239.69 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1033.66 174.787,1033.66 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,827.625 174.787,827.625 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,621.595 174.787,621.595 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,415.564 174.787,415.564 \n \"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,209.534 174.787,209.534 \n \"/>\n<path clip-path=\"url(#clip960)\" d=\"M 0 0 M63.4226 1431.51 Q59.8115 1431.51 57.9828 1435.08 Q56.1773 1438.62 56.1773 1445.75 Q56.1773 1452.86 57.9828 1456.42 Q59.8115 1459.96 63.4226 1459.96 Q67.0569 1459.96 68.8624 1456.42 Q70.6911 1452.86 70.6911 1445.75 Q70.6911 1438.62 68.8624 1435.08 Q67.0569 1431.51 63.4226 1431.51 M63.4226 1427.81 Q69.2328 1427.81 72.2883 1432.42 Q75.367 1437 75.367 1445.75 Q75.367 1454.48 72.2883 1459.08 Q69.2328 1463.67 63.4226 1463.67 Q57.6125 1463.67 54.5338 1459.08 Q51.4782 1454.48 51.4782 1445.75 Q51.4782 1437 54.5338 1432.42 Q57.6125 1427.81 63.4226 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M80.4364 1457.12 L85.3206 1457.12 L85.3206 1463 L80.4364 1463 L80.4364 1457.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M100.39 1431.51 Q96.7789 1431.51 94.9502 1435.08 Q93.1447 1438.62 93.1447 1445.75 Q93.1447 1452.86 94.9502 1456.42 Q96.7789 1459.96 100.39 1459.96 Q104.024 1459.96 105.83 1456.42 Q107.658 1452.86 107.658 1445.75 Q107.658 1438.62 105.83 1435.08 Q104.024 1431.51 100.39 1431.51 M100.39 1427.81 Q106.2 1427.81 109.256 1432.42 Q112.334 1437 112.334 1445.75 Q112.334 1454.48 109.256 1459.08 Q106.2 1463.67 100.39 1463.67 Q94.5799 1463.67 91.5012 1459.08 Q88.4456 1454.48 88.4456 1445.75 Q88.4456 1437 91.5012 1432.42 Q94.5799 1427.81 100.39 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M65.0198 1225.48 Q61.4087 1225.48 59.58 1229.05 Q57.7745 1232.59 57.7745 1239.72 Q57.7745 1246.83 59.58 1250.39 Q61.4087 1253.93 65.0198 1253.93 Q68.6541 1253.93 70.4596 1250.39 Q72.2883 1246.83 72.2883 1239.72 Q72.2883 1232.59 70.4596 1229.05 Q68.6541 1225.48 65.0198 1225.48 M65.0198 1221.78 Q70.83 1221.78 73.8855 1226.39 Q76.9642 1230.97 76.9642 1239.72 Q76.9642 1248.45 73.8855 1253.05 Q70.83 1257.64 65.0198 1257.64 Q59.2097 1257.64 56.131 1253.05 Q53.0754 1248.45 53.0754 1239.72 Q53.0754 1230.97 56.131 1226.39 Q59.2097 1221.78 65.0198 1221.78 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M82.0336 1251.09 L86.9179 1251.09 L86.9179 1256.97 L82.0336 1256.97 L82.0336 1251.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M96.015 1253.03 L112.334 1253.03 L112.334 1256.97 L90.3901 1256.97 L90.3901 1253.03 Q93.0521 1250.28 97.6354 1245.65 Q102.242 1240.99 103.422 1239.65 Q105.668 1237.13 106.547 1235.39 Q107.45 1233.63 107.45 1231.94 Q107.45 1229.19 105.506 1227.45 Q103.584 1225.72 100.483 1225.72 Q98.2835 1225.72 95.8298 1226.48 Q93.3993 1227.24 90.6215 1228.79 L90.6215 1224.07 Q93.4456 1222.94 95.8993 1222.36 Q98.353 1221.78 100.39 1221.78 Q105.76 1221.78 108.955 1224.47 Q112.149 1227.15 112.149 1231.64 Q112.149 1233.77 111.339 1235.69 Q110.552 1237.59 108.446 1240.18 Q107.867 1240.85 104.765 1244.07 Q101.663 1247.27 96.015 1253.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M62.9365 1019.45 Q59.3254 1019.45 57.4967 1023.02 Q55.6912 1026.56 55.6912 1033.69 Q55.6912 1040.8 57.4967 1044.36 Q59.3254 1047.9 62.9365 1047.9 Q66.5707 1047.9 68.3763 1044.36 Q70.205 1040.8 70.205 1033.69 Q70.205 1026.56 68.3763 1023.02 Q66.5707 1019.45 62.9365 1019.45 M62.9365 1015.75 Q68.7467 1015.75 71.8022 1020.36 Q74.8809 1024.94 74.8809 1033.69 Q74.8809 1042.42 71.8022 1047.02 Q68.7467 1051.61 62.9365 1051.61 Q57.1264 1051.61 54.0477 1047.02 Q50.9921 1042.42 50.9921 1033.69 Q50.9921 1024.94 54.0477 1020.36 Q57.1264 1015.75 62.9365 1015.75 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M79.9503 1045.06 L84.8345 1045.06 L84.8345 1050.94 L79.9503 1050.94 L79.9503 1045.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M102.751 1020.45 L90.9456 1038.9 L102.751 1038.9 L102.751 1020.45 M101.524 1016.38 L107.404 1016.38 L107.404 1038.9 L112.334 1038.9 L112.334 1042.79 L107.404 1042.79 L107.404 1050.94 L102.751 1050.94 L102.751 1042.79 L87.1493 1042.79 L87.1493 1038.27 L101.524 1016.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M63.2606 813.424 Q59.6495 813.424 57.8208 816.988 Q56.0152 820.53 56.0152 827.66 Q56.0152 834.766 57.8208 838.331 Q59.6495 841.873 63.2606 841.873 Q66.8948 841.873 68.7004 838.331 Q70.5291 834.766 70.5291 827.66 Q70.5291 820.53 68.7004 816.988 Q66.8948 813.424 63.2606 813.424 M63.2606 809.72 Q69.0707 809.72 72.1263 814.326 Q75.205 818.91 75.205 827.66 Q75.205 836.386 72.1263 840.993 Q69.0707 845.576 63.2606 845.576 Q57.4504 845.576 54.3717 840.993 Q51.3162 836.386 51.3162 827.66 Q51.3162 818.91 54.3717 814.326 Q57.4504 809.72 63.2606 809.72 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M80.2744 839.025 L85.1586 839.025 L85.1586 844.905 L80.2744 844.905 L80.2744 839.025 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M100.807 825.761 Q97.6585 825.761 95.8067 827.914 Q93.978 830.067 93.978 833.817 Q93.978 837.544 95.8067 839.72 Q97.6585 841.873 100.807 841.873 Q103.955 841.873 105.783 839.72 Q107.635 837.544 107.635 833.817 Q107.635 830.067 105.783 827.914 Q103.955 825.761 100.807 825.761 M110.089 811.109 L110.089 815.368 Q108.33 814.535 106.524 814.095 Q104.742 813.655 102.983 813.655 Q98.353 813.655 95.8993 816.78 Q93.4688 819.905 93.1215 826.224 Q94.4873 824.211 96.5474 823.146 Q98.6076 822.058 101.084 822.058 Q106.293 822.058 109.302 825.229 Q112.334 828.377 112.334 833.817 Q112.334 839.141 109.186 842.359 Q106.038 845.576 100.807 845.576 Q94.8113 845.576 91.6401 840.993 Q88.4688 836.386 88.4688 827.66 Q88.4688 819.465 92.3576 814.604 Q96.2465 809.72 102.797 809.72 Q104.557 809.72 106.339 810.067 Q108.145 810.414 110.089 811.109 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M63.5152 607.393 Q59.9041 607.393 58.0754 610.958 Q56.2699 614.5 56.2699 621.629 Q56.2699 628.736 58.0754 632.301 Q59.9041 635.842 63.5152 635.842 Q67.1494 635.842 68.955 632.301 Q70.7837 628.736 70.7837 621.629 Q70.7837 614.5 68.955 610.958 Q67.1494 607.393 63.5152 607.393 M63.5152 603.69 Q69.3254 603.69 72.3809 608.296 Q75.4596 612.879 75.4596 621.629 Q75.4596 630.356 72.3809 634.963 Q69.3254 639.546 63.5152 639.546 Q57.7051 639.546 54.6264 634.963 Q51.5708 630.356 51.5708 621.629 Q51.5708 612.879 54.6264 608.296 Q57.7051 603.69 63.5152 603.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M80.529 632.995 L85.4132 632.995 L85.4132 638.875 L80.529 638.875 L80.529 632.995 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M100.483 622.463 Q97.1493 622.463 95.228 624.245 Q93.3299 626.027 93.3299 629.152 Q93.3299 632.277 95.228 634.06 Q97.1493 635.842 100.483 635.842 Q103.816 635.842 105.737 634.06 Q107.658 632.254 107.658 629.152 Q107.658 626.027 105.737 624.245 Q103.839 622.463 100.483 622.463 M95.8067 620.472 Q92.7975 619.731 91.1077 617.671 Q89.441 615.611 89.441 612.648 Q89.441 608.504 92.3808 606.097 Q95.3437 603.69 100.483 603.69 Q105.645 603.69 108.584 606.097 Q111.524 608.504 111.524 612.648 Q111.524 615.611 109.834 617.671 Q108.168 619.731 105.182 620.472 Q108.561 621.259 110.436 623.551 Q112.334 625.842 112.334 629.152 Q112.334 634.176 109.256 636.861 Q106.2 639.546 100.483 639.546 Q94.765 639.546 91.6864 636.861 Q88.6308 634.176 88.6308 629.152 Q88.6308 625.842 90.529 623.551 Q92.4271 621.259 95.8067 620.472 M94.0937 613.088 Q94.0937 615.773 95.7604 617.278 Q97.4502 618.782 100.483 618.782 Q103.492 618.782 105.182 617.278 Q106.895 615.773 106.895 613.088 Q106.895 610.403 105.182 608.898 Q103.492 607.393 100.483 607.393 Q97.4502 607.393 95.7604 608.898 Q94.0937 610.403 94.0937 613.088 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M55.4597 428.909 L63.0985 428.909 L63.0985 402.544 L54.7884 404.21 L54.7884 399.951 L63.0522 398.284 L67.7281 398.284 L67.7281 428.909 L75.367 428.909 L75.367 432.844 L55.4597 432.844 L55.4597 428.909 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M80.4364 426.965 L85.3206 426.965 L85.3206 432.844 L80.4364 432.844 L80.4364 426.965 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M100.39 401.363 Q96.7789 401.363 94.9502 404.928 Q93.1447 408.47 93.1447 415.599 Q93.1447 422.706 94.9502 426.27 Q96.7789 429.812 100.39 429.812 Q104.024 429.812 105.83 426.27 Q107.658 422.706 107.658 415.599 Q107.658 408.47 105.83 404.928 Q104.024 401.363 100.39 401.363 M100.39 397.659 Q106.2 397.659 109.256 402.266 Q112.334 406.849 112.334 415.599 Q112.334 424.326 109.256 428.932 Q106.2 433.516 100.39 433.516 Q94.5799 433.516 91.5012 428.932 Q88.4456 424.326 88.4456 415.599 Q88.4456 406.849 91.5012 402.266 Q94.5799 397.659 100.39 397.659 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M57.0569 222.879 L64.6958 222.879 L64.6958 196.513 L56.3856 198.18 L56.3856 193.921 L64.6495 192.254 L69.3254 192.254 L69.3254 222.879 L76.9642 222.879 L76.9642 226.814 L57.0569 226.814 L57.0569 222.879 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M82.0336 220.935 L86.9179 220.935 L86.9179 226.814 L82.0336 226.814 L82.0336 220.935 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M96.015 222.879 L112.334 222.879 L112.334 226.814 L90.3901 226.814 L90.3901 222.879 Q93.0521 220.124 97.6354 215.495 Q102.242 210.842 103.422 209.499 Q105.668 206.976 106.547 205.24 Q107.45 203.481 107.45 201.791 Q107.45 199.037 105.506 197.3 Q103.584 195.564 100.483 195.564 Q98.2835 195.564 95.8298 196.328 Q93.3993 197.092 90.6215 198.643 L90.6215 193.921 Q93.4456 192.787 95.8993 192.208 Q98.353 191.629 100.39 191.629 Q105.76 191.629 108.955 194.314 Q112.149 196.999 112.149 201.49 Q112.149 203.62 111.339 205.541 Q110.552 207.439 108.446 210.032 Q107.867 210.703 104.765 213.921 Q101.663 217.115 96.015 222.879 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip962)\" d=\"\nM242.81 1443.66 L242.81 1445.72 L274.301 1445.72 L274.301 1443.66 L242.81 1443.66 L242.81 1443.66 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 242.81,1443.66 242.81,1445.72 274.301,1445.72 274.301,1443.66 242.81,1443.66 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM274.301 1445.72 L274.301 1445.72 L305.793 1445.72 L305.793 1445.72 L274.301 1445.72 L274.301 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 274.301,1445.72 274.301,1445.72 305.793,1445.72 274.301,1445.72 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM305.793 1427.17 L305.793 1445.72 L337.285 1445.72 L337.285 1427.17 L305.793 1427.17 L305.793 1427.17 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 305.793,1427.17 305.793,1445.72 337.285,1445.72 337.285,1427.17 305.793,1427.17 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM337.285 1406.57 L337.285 1445.72 L368.777 1445.72 L368.777 1406.57 L337.285 1406.57 L337.285 1406.57 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 337.285,1406.57 337.285,1445.72 368.777,1445.72 368.777,1406.57 337.285,1406.57 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM368.777 1344.76 L368.777 1445.72 L400.268 1445.72 L400.268 1344.76 L368.777 1344.76 L368.777 1344.76 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 368.777,1344.76 368.777,1445.72 400.268,1445.72 400.268,1344.76 368.777,1344.76 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM400.268 1235.56 L400.268 1445.72 L431.76 1445.72 L431.76 1235.56 L400.268 1235.56 L400.268 1235.56 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 400.268,1235.56 400.268,1445.72 431.76,1445.72 431.76,1235.56 400.268,1235.56 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM431.76 1138.73 L431.76 1445.72 L463.252 1445.72 L463.252 1138.73 L431.76 1138.73 L431.76 1138.73 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 431.76,1138.73 431.76,1445.72 463.252,1445.72 463.252,1138.73 431.76,1138.73 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM463.252 988.329 L463.252 1445.72 L494.743 1445.72 L494.743 988.329 L463.252 988.329 L463.252 988.329 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 463.252,988.329 463.252,1445.72 494.743,1445.72 494.743,988.329 463.252,988.329 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM494.743 837.926 L494.743 1445.72 L526.235 1445.72 L526.235 837.926 L494.743 837.926 L494.743 837.926 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 494.743,837.926 494.743,1445.72 526.235,1445.72 526.235,837.926 494.743,837.926 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM526.235 644.258 L526.235 1445.72 L557.727 1445.72 L557.727 644.258 L526.235 644.258 L526.235 644.258 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 526.235,644.258 526.235,1445.72 557.727,1445.72 557.727,644.258 526.235,644.258 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM557.727 403.203 L557.727 1445.72 L589.219 1445.72 L589.219 403.203 L557.727 403.203 L557.727 403.203 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 557.727,403.203 557.727,1445.72 589.219,1445.72 589.219,403.203 557.727,403.203 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM589.219 341.393 L589.219 1445.72 L620.71 1445.72 L620.71 341.393 L589.219 341.393 L589.219 341.393 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 589.219,341.393 589.219,1445.72 620.71,1445.72 620.71,341.393 589.219,341.393 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM620.71 199.233 L620.71 1445.72 L652.202 1445.72 L652.202 199.233 L620.71 199.233 L620.71 199.233 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 620.71,199.233 620.71,1445.72 652.202,1445.72 652.202,199.233 620.71,199.233 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM652.202 193.052 L652.202 1445.72 L683.694 1445.72 L683.694 193.052 L652.202 193.052 L652.202 193.052 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 652.202,193.052 652.202,1445.72 683.694,1445.72 683.694,193.052 652.202,193.052 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM683.694 158.027 L683.694 1445.72 L715.186 1445.72 L715.186 158.027 L683.694 158.027 L683.694 158.027 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 683.694,158.027 683.694,1445.72 715.186,1445.72 715.186,158.027 683.694,158.027 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM715.186 123.001 L715.186 1445.72 L746.677 1445.72 L746.677 123.001 L715.186 123.001 L715.186 123.001 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 715.186,123.001 715.186,1445.72 746.677,1445.72 746.677,123.001 715.186,123.001 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM746.677 87.9763 L746.677 1445.72 L778.169 1445.72 L778.169 87.9763 L746.677 87.9763 L746.677 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 746.677,87.9763 746.677,1445.72 778.169,1445.72 778.169,87.9763 746.677,87.9763 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM778.169 160.087 L778.169 1445.72 L809.661 1445.72 L809.661 160.087 L778.169 160.087 L778.169 160.087 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 778.169,160.087 778.169,1445.72 809.661,1445.72 809.661,160.087 778.169,160.087 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM809.661 240.439 L809.661 1445.72 L841.153 1445.72 L841.153 240.439 L809.661 240.439 L809.661 240.439 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 809.661,240.439 809.661,1445.72 841.153,1445.72 841.153,240.439 809.661,240.439 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM841.153 386.72 L841.153 1445.72 L872.644 1445.72 L872.644 386.72 L841.153 386.72 L841.153 386.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 841.153,386.72 841.153,1445.72 872.644,1445.72 872.644,386.72 841.153,386.72 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM872.644 458.831 L872.644 1445.72 L904.136 1445.72 L904.136 458.831 L872.644 458.831 L872.644 458.831 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 872.644,458.831 872.644,1445.72 904.136,1445.72 904.136,458.831 872.644,458.831 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM904.136 644.258 L904.136 1445.72 L935.628 1445.72 L935.628 644.258 L904.136 644.258 L904.136 644.258 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 904.136,644.258 904.136,1445.72 935.628,1445.72 935.628,644.258 904.136,644.258 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM935.628 753.454 L935.628 1445.72 L967.12 1445.72 L967.12 753.454 L935.628 753.454 L935.628 753.454 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 935.628,753.454 935.628,1445.72 967.12,1445.72 967.12,753.454 935.628,753.454 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM967.12 769.936 L967.12 1445.72 L998.611 1445.72 L998.611 769.936 L967.12 769.936 L967.12 769.936 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 967.12,769.936 967.12,1445.72 998.611,1445.72 998.611,769.936 967.12,769.936 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM998.611 945.062 L998.611 1445.72 L1030.1 1445.72 L1030.1 945.062 L998.611 945.062 L998.611 945.062 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 998.611,945.062 998.611,1445.72 1030.1,1445.72 1030.1,945.062 998.611,945.062 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1030.1 1037.78 L1030.1 1445.72 L1061.59 1445.72 L1061.59 1037.78 L1030.1 1037.78 L1030.1 1037.78 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1030.1,1037.78 1030.1,1445.72 1061.59,1445.72 1061.59,1037.78 1030.1,1037.78 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1061.59 1068.68 L1061.59 1445.72 L1093.09 1445.72 L1093.09 1068.68 L1061.59 1068.68 L1061.59 1068.68 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1061.59,1068.68 1061.59,1445.72 1093.09,1445.72 1093.09,1068.68 1061.59,1068.68 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1093.09 1136.67 L1093.09 1445.72 L1124.58 1445.72 L1124.58 1136.67 L1093.09 1136.67 L1093.09 1136.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1093.09,1136.67 1093.09,1445.72 1124.58,1445.72 1124.58,1136.67 1093.09,1136.67 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1124.58 1190.24 L1124.58 1445.72 L1156.07 1445.72 L1156.07 1190.24 L1124.58 1190.24 L1124.58 1190.24 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1124.58,1190.24 1124.58,1445.72 1156.07,1445.72 1156.07,1190.24 1124.58,1190.24 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1156.07 1247.93 L1156.07 1445.72 L1187.56 1445.72 L1187.56 1247.93 L1156.07 1247.93 L1156.07 1247.93 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1156.07,1247.93 1156.07,1445.72 1187.56,1445.72 1187.56,1247.93 1156.07,1247.93 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1187.56 1309.74 L1187.56 1445.72 L1219.05 1445.72 L1219.05 1309.74 L1187.56 1309.74 L1187.56 1309.74 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1187.56,1309.74 1187.56,1445.72 1219.05,1445.72 1219.05,1309.74 1187.56,1309.74 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1219.05 1332.4 L1219.05 1445.72 L1250.55 1445.72 L1250.55 1332.4 L1219.05 1332.4 L1219.05 1332.4 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1219.05,1332.4 1219.05,1445.72 1250.55,1445.72 1250.55,1332.4 1219.05,1332.4 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1250.55 1350.94 L1250.55 1445.72 L1282.04 1445.72 L1282.04 1350.94 L1250.55 1350.94 L1250.55 1350.94 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1250.55,1350.94 1250.55,1445.72 1282.04,1445.72 1282.04,1350.94 1250.55,1350.94 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1282.04 1377.73 L1282.04 1445.72 L1313.53 1445.72 L1313.53 1377.73 L1282.04 1377.73 L1282.04 1377.73 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1282.04,1377.73 1282.04,1445.72 1313.53,1445.72 1313.53,1377.73 1282.04,1377.73 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1313.53 1383.91 L1313.53 1445.72 L1345.02 1445.72 L1345.02 1383.91 L1313.53 1383.91 L1313.53 1383.91 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1313.53,1383.91 1313.53,1445.72 1345.02,1445.72 1345.02,1383.91 1313.53,1383.91 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1345.02 1402.45 L1345.02 1445.72 L1376.51 1445.72 L1376.51 1402.45 L1345.02 1402.45 L1345.02 1402.45 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1345.02,1402.45 1345.02,1445.72 1376.51,1445.72 1376.51,1402.45 1345.02,1402.45 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1376.51 1402.45 L1376.51 1445.72 L1408 1445.72 L1408 1402.45 L1376.51 1402.45 L1376.51 1402.45 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1376.51,1402.45 1376.51,1445.72 1408,1445.72 1408,1402.45 1376.51,1402.45 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1408 1414.81 L1408 1445.72 L1439.5 1445.72 L1439.5 1414.81 L1408 1414.81 L1408 1414.81 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1408,1414.81 1408,1445.72 1439.5,1445.72 1439.5,1414.81 1408,1414.81 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1439.5 1398.33 L1439.5 1445.72 L1470.99 1445.72 L1470.99 1398.33 L1439.5 1398.33 L1439.5 1398.33 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1439.5,1398.33 1439.5,1445.72 1470.99,1445.72 1470.99,1398.33 1439.5,1398.33 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1470.99 1435.41 L1470.99 1445.72 L1502.48 1445.72 L1502.48 1435.41 L1470.99 1435.41 L1470.99 1435.41 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1470.99,1435.41 1470.99,1445.72 1502.48,1445.72 1502.48,1435.41 1470.99,1435.41 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1502.48 1433.35 L1502.48 1445.72 L1533.97 1445.72 L1533.97 1433.35 L1502.48 1433.35 L1502.48 1433.35 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1502.48,1433.35 1502.48,1445.72 1533.97,1445.72 1533.97,1433.35 1502.48,1433.35 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1533.97 1433.35 L1533.97 1445.72 L1565.46 1445.72 L1565.46 1433.35 L1533.97 1433.35 L1533.97 1433.35 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1533.97,1433.35 1533.97,1445.72 1565.46,1445.72 1565.46,1433.35 1533.97,1433.35 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1565.46 1443.66 L1565.46 1445.72 L1596.95 1445.72 L1596.95 1443.66 L1565.46 1443.66 L1565.46 1443.66 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1565.46,1443.66 1565.46,1445.72 1596.95,1445.72 1596.95,1443.66 1565.46,1443.66 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1596.95 1445.72 L1596.95 1445.72 L1628.45 1445.72 L1628.45 1445.72 L1596.95 1445.72 L1596.95 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1596.95,1445.72 1596.95,1445.72 1628.45,1445.72 1596.95,1445.72 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1628.45 1441.6 L1628.45 1445.72 L1659.94 1445.72 L1659.94 1441.6 L1628.45 1441.6 L1628.45 1441.6 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1628.45,1441.6 1628.45,1445.72 1659.94,1445.72 1659.94,1441.6 1628.45,1441.6 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1659.94 1445.72 L1659.94 1445.72 L1691.43 1445.72 L1691.43 1445.72 L1659.94 1445.72 L1659.94 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1659.94,1445.72 1659.94,1445.72 1691.43,1445.72 1659.94,1445.72 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1691.43 1441.6 L1691.43 1445.72 L1722.92 1445.72 L1722.92 1441.6 L1691.43 1441.6 L1691.43 1441.6 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1691.43,1441.6 1691.43,1445.72 1722.92,1445.72 1722.92,1441.6 1691.43,1441.6 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1722.92 1443.66 L1722.92 1445.72 L1754.41 1445.72 L1754.41 1443.66 L1722.92 1443.66 L1722.92 1443.66 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1722.92,1443.66 1722.92,1445.72 1754.41,1445.72 1754.41,1443.66 1722.92,1443.66 \n \"/>\n<path clip-path=\"url(#clip962)\" d=\"\nM1754.41 1441.6 L1754.41 1445.72 L1785.9 1445.72 L1785.9 1441.6 L1754.41 1441.6 L1754.41 1441.6 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1754.41,1441.6 1754.41,1445.72 1785.9,1445.72 1785.9,1441.6 1754.41,1441.6 \n \"/>\n<polyline clip-path=\"url(#clip962)\" style=\"stroke:#e26f46; stroke-width:8; stroke-opacity:1; fill:none\" stroke-dasharray=\"32, 20\" points=\"\n 148.334,1445.72 153.859,1445.72 159.384,1445.72 164.909,1445.72 170.434,1445.72 175.959,1445.72 181.484,1445.72 187.008,1445.72 192.533,1445.72 198.058,1445.71 \n 203.583,1445.71 209.108,1445.71 214.633,1445.7 220.158,1445.69 225.683,1445.66 231.207,1445.63 236.732,1445.57 242.257,1445.48 247.782,1445.36 253.307,1445.18 \n 258.832,1444.94 264.357,1444.62 269.881,1444.19 275.406,1443.62 280.931,1442.91 286.456,1442 291.981,1440.87 297.506,1439.48 303.031,1437.8 308.556,1435.77 \n 314.08,1433.35 319.605,1430.5 325.13,1427.17 330.655,1423.31 336.18,1418.86 341.705,1413.78 347.23,1408.02 352.754,1401.53 358.279,1394.26 363.804,1386.17 \n 369.329,1377.22 374.854,1367.35 380.379,1356.55 385.904,1344.77 391.428,1331.99 396.953,1318.19 402.478,1303.35 408.003,1287.46 413.528,1270.51 419.053,1252.49 \n 424.578,1233.43 430.103,1213.32 435.627,1192.18 441.152,1170.05 446.677,1146.93 452.202,1122.88 457.727,1097.93 463.252,1072.13 468.777,1045.51 474.301,1018.15 \n 479.826,990.104 485.351,961.425 490.876,932.184 496.401,902.452 501.926,872.3 507.451,841.803 512.976,811.038 518.5,780.082 524.025,749.015 529.55,717.916 \n 535.075,686.865 540.6,655.941 546.125,625.224 551.65,594.79 557.174,564.717 562.699,535.079 568.224,505.949 573.749,477.397 579.274,449.491 584.799,422.296 \n 590.324,395.874 595.849,370.284 601.373,345.58 606.898,321.813 612.423,299.033 617.948,277.282 623.473,256.601 628.998,237.026 634.523,218.588 640.047,201.316 \n 645.572,185.235 651.097,170.363 656.622,156.718 662.147,144.312 667.672,133.152 673.197,123.245 678.722,114.591 684.246,107.188 689.771,101.032 695.296,96.1117 \n 700.821,92.4172 706.346,89.9334 711.871,88.6429 717.396,88.5258 722.92,89.5598 728.445,91.7201 733.97,94.9801 739.495,99.3112 745.02,104.683 750.545,111.064 \n 756.07,118.42 761.595,126.717 767.119,135.92 772.644,145.991 778.169,156.893 783.694,168.589 789.219,181.039 794.744,194.206 800.269,208.049 805.793,222.531 \n 811.318,237.611 816.843,253.25 822.368,269.411 827.893,286.054 833.418,303.141 838.943,320.635 844.468,338.5 849.992,356.698 855.517,375.195 861.042,393.955 \n 866.567,412.946 872.092,432.133 877.617,451.486 883.142,470.973 888.666,490.564 894.191,510.23 899.716,529.943 905.241,549.678 910.766,569.407 916.291,589.107 \n 921.816,608.754 927.34,628.326 932.865,647.801 938.39,667.16 943.915,686.384 949.44,705.454 954.965,724.354 960.49,743.069 966.015,761.582 971.539,779.882 \n 977.064,797.955 982.589,815.789 988.114,833.374 993.639,850.7 999.164,867.758 1004.69,884.54 1010.21,901.039 1015.74,917.248 1021.26,933.162 1026.79,948.776 \n 1032.31,964.086 1037.84,979.088 1043.36,993.78 1048.89,1008.16 1054.41,1022.23 1059.94,1035.98 1065.46,1049.41 1070.99,1062.53 1076.51,1075.33 1082.04,1087.83 \n 1087.56,1100 1093.09,1111.87 1098.61,1123.43 1104.14,1134.69 1109.66,1145.64 1115.19,1156.29 1120.71,1166.65 1126.24,1176.71 1131.76,1186.49 1137.29,1195.98 \n 1142.81,1205.19 1148.34,1214.12 1153.86,1222.79 1159.38,1231.19 1164.91,1239.33 1170.43,1247.21 1175.96,1254.84 1181.48,1262.22 1187.01,1269.37 1192.53,1276.28 \n 1198.06,1282.96 1203.58,1289.42 1209.11,1295.65 1214.63,1301.68 1220.16,1307.49 1225.68,1313.1 1231.21,1318.52 1236.73,1323.74 1242.26,1328.77 1247.78,1333.63 \n 1253.31,1338.3 1258.83,1342.8 1264.36,1347.14 1269.88,1351.32 1275.41,1355.33 1280.93,1359.2 1286.46,1362.92 1291.98,1366.49 1297.51,1369.93 1303.03,1373.23 \n 1308.56,1376.4 1314.08,1379.45 1319.61,1382.38 1325.13,1385.19 1330.66,1387.88 1336.18,1390.47 1341.71,1392.95 1347.23,1395.33 1352.76,1397.61 1358.28,1399.8 \n 1363.8,1401.9 1369.33,1403.9 1374.85,1405.83 1380.38,1407.67 1385.9,1409.43 1391.43,1411.12 1396.95,1412.73 1402.48,1414.28 1408,1415.76 1413.53,1417.17 \n 1419.05,1418.52 1424.58,1419.81 1430.1,1421.05 1435.63,1422.23 1441.15,1423.36 1446.68,1424.43 1452.2,1425.46 1457.73,1426.44 1463.25,1427.38 1468.78,1428.27 \n 1474.3,1429.13 1479.83,1429.94 1485.35,1430.72 1490.88,1431.46 1496.4,1432.16 1501.93,1432.83 1507.45,1433.48 1512.98,1434.09 1518.5,1434.67 1524.03,1435.22 \n 1529.55,1435.75 1535.08,1436.25 1540.6,1436.73 1546.13,1437.19 1551.65,1437.62 1557.18,1438.04 1562.7,1438.43 1568.22,1438.8 1573.75,1439.16 1579.27,1439.5 \n 1584.8,1439.82 1590.32,1440.12 1595.85,1440.41 1601.37,1440.69 1606.9,1440.95 1612.42,1441.2 1617.95,1441.44 1623.47,1441.66 1629,1441.87 1634.52,1442.08 \n 1640.05,1442.27 1645.57,1442.45 1651.1,1442.63 1656.62,1442.79 1662.15,1442.95 1667.67,1443.09 1673.2,1443.23 1678.72,1443.37 1684.25,1443.49 1689.77,1443.61 \n 1695.3,1443.73 1700.82,1443.83 1706.35,1443.94 1711.87,1444.03 1717.4,1444.12 1722.92,1444.21 1728.45,1444.29 1733.97,1444.37 1739.5,1444.45 1745.02,1444.52 \n 1750.55,1444.58 1756.07,1444.64 1761.6,1444.7 1767.12,1444.76 1772.64,1444.81 1778.17,1444.86 1783.69,1444.91 1789.22,1444.95 1794.74,1445 1800.27,1445.04 \n 1805.79,1445.08 1811.32,1445.11 1816.84,1445.15 1822.37,1445.18 1827.89,1445.21 1833.42,1445.24 1838.94,1445.26 1844.47,1445.29 1849.99,1445.31 1855.52,1445.34 \n 1861.04,1445.36 1866.57,1445.38 1872.09,1445.4 1877.62,1445.42 1883.14,1445.43 1888.67,1445.45 1894.19,1445.46 1899.72,1445.48 1905.24,1445.49 1910.77,1445.51 \n 1916.29,1445.52 1921.82,1445.53 1927.34,1445.54 1932.87,1445.55 1938.39,1445.56 1943.92,1445.57 1949.44,1445.58 1954.97,1445.59 1960.49,1445.59 1966.02,1445.6 \n 1971.54,1445.61 1977.07,1445.61 1982.59,1445.62 1988.11,1445.63 1993.64,1445.63 1999.16,1445.64 2004.69,1445.64 2010.21,1445.64 2015.74,1445.65 2021.26,1445.65 \n 2026.79,1445.66 2032.31,1445.66 2037.84,1445.66 2043.36,1445.67 2048.89,1445.67 2054.41,1445.67 2059.94,1445.67 2065.46,1445.68 2070.99,1445.68 2076.51,1445.68 \n 2082.04,1445.68 2087.56,1445.69 2093.09,1445.69 2098.61,1445.69 2104.14,1445.69 2109.66,1445.69 2115.19,1445.69 2120.71,1445.7 2126.24,1445.7 2131.76,1445.7 \n 2137.29,1445.7 2142.81,1445.7 2148.34,1445.7 2153.86,1445.7 2159.39,1445.7 2164.91,1445.7 2170.44,1445.7 2175.96,1445.7 2181.49,1445.71 2187.01,1445.71 \n 2192.53,1445.71 2198.06,1445.71 2203.58,1445.71 2209.11,1445.71 2214.63,1445.71 2220.16,1445.71 2225.68,1445.71 2231.21,1445.71 2236.73,1445.71 2242.26,1445.71 \n 2247.78,1445.71 2253.31,1445.71 2258.83,1445.71 2264.36,1445.71 2269.88,1445.71 2275.41,1445.71 2280.93,1445.71 2286.46,1445.71 2291.98,1445.71 2297.51,1445.71 \n 2303.03,1445.71 2308.56,1445.71 2314.08,1445.71 2319.61,1445.71 2325.13,1445.71 2330.66,1445.71 2336.18,1445.71 2341.71,1445.71 2347.23,1445.71 2352.76,1445.71 \n \n \"/>\n<path clip-path=\"url(#clip960)\" d=\"\nM1884.76 276.658 L2279.28 276.658 L2279.28 95.2176 L1884.76 95.2176 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1884.76,276.658 2279.28,276.658 2279.28,95.2176 1884.76,95.2176 1884.76,276.658 \n \"/>\n<path clip-path=\"url(#clip960)\" d=\"\nM1909.25 179.89 L2056.21 179.89 L2056.21 131.506 L1909.25 131.506 L1909.25 179.89 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip960)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1909.25,179.89 2056.21,179.89 2056.21,131.506 1909.25,131.506 1909.25,179.89 \n \"/>\n<path clip-path=\"url(#clip960)\" d=\"M 0 0 M2099.13 147.816 L2099.13 151.843 Q2097.33 150.917 2095.38 150.455 Q2093.44 149.992 2091.35 149.992 Q2088.18 149.992 2086.59 150.964 Q2085.01 151.936 2085.01 153.88 Q2085.01 155.362 2086.15 156.218 Q2087.28 157.052 2090.71 157.816 L2092.16 158.14 Q2096.7 159.112 2098.6 160.894 Q2100.52 162.654 2100.52 165.825 Q2100.52 169.436 2097.65 171.542 Q2094.8 173.649 2089.8 173.649 Q2087.72 173.649 2085.45 173.232 Q2083.21 172.839 2080.71 172.028 L2080.71 167.63 Q2083.07 168.857 2085.36 169.482 Q2087.65 170.084 2089.9 170.084 Q2092.9 170.084 2094.52 169.066 Q2096.15 168.024 2096.15 166.149 Q2096.15 164.413 2094.96 163.487 Q2093.81 162.561 2089.85 161.704 L2088.37 161.357 Q2084.41 160.524 2082.65 158.811 Q2080.89 157.075 2080.89 154.066 Q2080.89 150.408 2083.48 148.418 Q2086.08 146.427 2090.84 146.427 Q2093.21 146.427 2095.29 146.774 Q2097.37 147.121 2099.13 147.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2116.77 159.945 Q2111.61 159.945 2109.62 161.126 Q2107.63 162.306 2107.63 165.154 Q2107.63 167.422 2109.11 168.765 Q2110.61 170.084 2113.18 170.084 Q2116.72 170.084 2118.85 167.584 Q2121.01 165.061 2121.01 160.894 L2121.01 159.945 L2116.77 159.945 M2125.27 158.186 L2125.27 172.978 L2121.01 172.978 L2121.01 169.042 Q2119.55 171.403 2117.37 172.538 Q2115.2 173.649 2112.05 173.649 Q2108.07 173.649 2105.71 171.427 Q2103.37 169.181 2103.37 165.431 Q2103.37 161.056 2106.28 158.834 Q2109.22 156.612 2115.03 156.612 L2121.01 156.612 L2121.01 156.195 Q2121.01 153.255 2119.06 151.658 Q2117.14 150.038 2113.65 150.038 Q2111.42 150.038 2109.32 150.57 Q2107.21 151.103 2105.27 152.167 L2105.27 148.232 Q2107.6 147.33 2109.8 146.89 Q2112 146.427 2114.08 146.427 Q2119.71 146.427 2122.49 149.343 Q2125.27 152.26 2125.27 158.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2149.92 152.029 Q2151.52 149.158 2153.74 147.793 Q2155.96 146.427 2158.97 146.427 Q2163.02 146.427 2165.22 149.274 Q2167.42 152.098 2167.42 157.329 L2167.42 172.978 L2163.14 172.978 L2163.14 157.468 Q2163.14 153.742 2161.82 151.936 Q2160.5 150.13 2157.79 150.13 Q2154.48 150.13 2152.56 152.33 Q2150.64 154.529 2150.64 158.325 L2150.64 172.978 L2146.35 172.978 L2146.35 157.468 Q2146.35 153.718 2145.03 151.936 Q2143.71 150.13 2140.96 150.13 Q2137.7 150.13 2135.77 152.353 Q2133.85 154.552 2133.85 158.325 L2133.85 172.978 L2129.57 172.978 L2129.57 147.052 L2133.85 147.052 L2133.85 151.08 Q2135.31 148.695 2137.35 147.561 Q2139.39 146.427 2142.19 146.427 Q2145.01 146.427 2146.98 147.862 Q2148.97 149.297 2149.92 152.029 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2176.01 169.089 L2176.01 182.839 L2171.72 182.839 L2171.72 147.052 L2176.01 147.052 L2176.01 150.987 Q2177.35 148.672 2179.39 147.561 Q2181.45 146.427 2184.29 146.427 Q2189.02 146.427 2191.95 150.177 Q2194.92 153.927 2194.92 160.038 Q2194.92 166.149 2191.95 169.899 Q2189.02 173.649 2184.29 173.649 Q2181.45 173.649 2179.39 172.538 Q2177.35 171.403 2176.01 169.089 M2190.5 160.038 Q2190.5 155.339 2188.55 152.677 Q2186.63 149.992 2183.25 149.992 Q2179.87 149.992 2177.93 152.677 Q2176.01 155.339 2176.01 160.038 Q2176.01 164.737 2177.93 167.422 Q2179.87 170.084 2183.25 170.084 Q2186.63 170.084 2188.55 167.422 Q2190.5 164.737 2190.5 160.038 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2199.39 136.959 L2203.64 136.959 L2203.64 172.978 L2199.39 172.978 L2199.39 136.959 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2230.29 158.95 L2230.29 161.033 L2210.7 161.033 Q2210.98 165.431 2213.34 167.746 Q2215.73 170.038 2219.96 170.038 Q2222.42 170.038 2224.71 169.436 Q2227.02 168.834 2229.29 167.63 L2229.29 171.658 Q2227 172.63 2224.59 173.14 Q2222.19 173.649 2219.71 173.649 Q2213.51 173.649 2209.87 170.038 Q2206.26 166.427 2206.26 160.269 Q2206.26 153.904 2209.69 150.177 Q2213.14 146.427 2218.97 146.427 Q2224.2 146.427 2227.23 149.806 Q2230.29 153.163 2230.29 158.95 M2226.03 157.7 Q2225.98 154.205 2224.06 152.121 Q2222.16 150.038 2219.01 150.038 Q2215.45 150.038 2213.3 152.052 Q2211.17 154.066 2210.84 157.723 L2226.03 157.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip960)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" stroke-dasharray=\"16, 10\" points=\"\n 1909.25,216.178 2056.21,216.178 \n \"/>\n<path clip-path=\"url(#clip960)\" d=\"M 0 0 M2084.99 229.569 L2084.99 243.319 L2080.71 243.319 L2080.71 207.532 L2084.99 207.532 L2084.99 211.467 Q2086.33 209.152 2088.37 208.041 Q2090.43 206.907 2093.27 206.907 Q2098 206.907 2100.94 210.657 Q2103.9 214.407 2103.9 220.518 Q2103.9 226.629 2100.94 230.379 Q2098 234.129 2093.27 234.129 Q2090.43 234.129 2088.37 233.018 Q2086.33 231.883 2084.99 229.569 M2099.48 220.518 Q2099.48 215.819 2097.53 213.157 Q2095.61 210.472 2092.23 210.472 Q2088.85 210.472 2086.91 213.157 Q2084.99 215.819 2084.99 220.518 Q2084.99 225.217 2086.91 227.902 Q2088.85 230.564 2092.23 230.564 Q2095.61 230.564 2097.53 227.902 Q2099.48 225.217 2099.48 220.518 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2125.43 211.467 L2125.43 197.439 L2129.69 197.439 L2129.69 233.458 L2125.43 233.458 L2125.43 229.569 Q2124.08 231.883 2122.02 233.018 Q2119.99 234.129 2117.12 234.129 Q2112.42 234.129 2109.46 230.379 Q2106.52 226.629 2106.52 220.518 Q2106.52 214.407 2109.46 210.657 Q2112.42 206.907 2117.12 206.907 Q2119.99 206.907 2122.02 208.041 Q2124.08 209.152 2125.43 211.467 M2110.91 220.518 Q2110.91 225.217 2112.83 227.902 Q2114.78 230.564 2118.16 230.564 Q2121.54 230.564 2123.48 227.902 Q2125.43 225.217 2125.43 220.518 Q2125.43 215.819 2123.48 213.157 Q2121.54 210.472 2118.16 210.472 Q2114.78 210.472 2112.83 213.157 Q2110.91 215.819 2110.91 220.518 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip960)\" d=\"M 0 0 M2147.28 197.439 L2147.28 200.981 L2143.21 200.981 Q2140.91 200.981 2140.01 201.907 Q2139.13 202.833 2139.13 205.24 L2139.13 207.532 L2146.14 207.532 L2146.14 210.842 L2139.13 210.842 L2139.13 233.458 L2134.85 233.458 L2134.85 210.842 L2130.77 210.842 L2130.77 207.532 L2134.85 207.532 L2134.85 205.726 Q2134.85 201.398 2136.86 199.43 Q2138.88 197.439 2143.25 197.439 L2147.28 197.439 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "dist = InverseGamma(10, 10)\n\nsample = dist.rand(10^4)\nx = range(0, 3, length=400)\n\nhistogram(sample; norm=true, alpha=0.3, label=\"sample\", bin=100)\nplot!(x, dist.pdf.(x); label=\"pdf\", lw=2, ls=:dash)\nplot!(xlim=extrema(x))",
"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=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n<defs>\n <clipPath id=\"clip000\">\n <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip000)\" d=\"\nM0 1600 L2400 1600 L2400 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip001\">\n <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip000)\" d=\"\nM148.334 1486.45 L2352.76 1486.45 L2352.76 47.2441 L148.334 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip002\">\n <rect x=\"148\" y=\"47\" width=\"2205\" height=\"1440\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1486.45 148.334,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 883.142,1486.45 883.142,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1617.95,1486.45 1617.95,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 2352.76,1486.45 2352.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 2352.76,1486.45 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 148.334,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 883.142,1486.45 883.142,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1617.95,1486.45 1617.95,1469.18 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2352.76,1486.45 2352.76,1469.18 \n \"/>\n<path clip-path=\"url(#clip000)\" d=\"M 0 0 M148.334 1515.64 Q144.723 1515.64 142.895 1519.2 Q141.089 1522.75 141.089 1529.87 Q141.089 1536.98 142.895 1540.55 Q144.723 1544.09 148.334 1544.09 Q151.969 1544.09 153.774 1540.55 Q155.603 1536.98 155.603 1529.87 Q155.603 1522.75 153.774 1519.2 Q151.969 1515.64 148.334 1515.64 M148.334 1511.93 Q154.145 1511.93 157.2 1516.54 Q160.279 1521.12 160.279 1529.87 Q160.279 1538.6 157.2 1543.21 Q154.145 1547.79 148.334 1547.79 Q142.524 1547.79 139.446 1543.21 Q136.39 1538.6 136.39 1529.87 Q136.39 1521.12 139.446 1516.54 Q142.524 1511.93 148.334 1511.93 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M873.524 1543.18 L881.162 1543.18 L881.162 1516.82 L872.852 1518.49 L872.852 1514.23 L881.116 1512.56 L885.792 1512.56 L885.792 1543.18 L893.431 1543.18 L893.431 1547.12 L873.524 1547.12 L873.524 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M1612.6 1543.18 L1628.92 1543.18 L1628.92 1547.12 L1606.98 1547.12 L1606.98 1543.18 Q1609.64 1540.43 1614.22 1535.8 Q1618.83 1531.15 1620.01 1529.81 Q1622.25 1527.28 1623.13 1525.55 Q1624.04 1523.79 1624.04 1522.1 Q1624.04 1519.34 1622.09 1517.61 Q1620.17 1515.87 1617.07 1515.87 Q1614.87 1515.87 1612.42 1516.63 Q1609.99 1517.4 1607.21 1518.95 L1607.21 1514.23 Q1610.03 1513.09 1612.49 1512.51 Q1614.94 1511.93 1616.98 1511.93 Q1622.35 1511.93 1625.54 1514.62 Q1628.74 1517.31 1628.74 1521.8 Q1628.74 1523.93 1627.93 1525.85 Q1627.14 1527.74 1625.03 1530.34 Q1624.45 1531.01 1621.35 1534.23 Q1618.25 1537.42 1612.6 1543.18 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2357 1528.49 Q2360.36 1529.2 2362.24 1531.47 Q2364.13 1533.74 2364.13 1537.07 Q2364.13 1542.19 2360.61 1544.99 Q2357.1 1547.79 2350.61 1547.79 Q2348.44 1547.79 2346.12 1547.35 Q2343.83 1546.93 2341.38 1546.08 L2341.38 1541.56 Q2343.32 1542.7 2345.64 1543.28 Q2347.95 1543.86 2350.48 1543.86 Q2354.87 1543.86 2357.17 1542.12 Q2359.48 1540.38 2359.48 1537.07 Q2359.48 1534.02 2357.33 1532.31 Q2355.2 1530.57 2351.38 1530.57 L2347.35 1530.57 L2347.35 1526.73 L2351.56 1526.73 Q2355.01 1526.73 2356.84 1525.36 Q2358.67 1523.97 2358.67 1521.38 Q2358.67 1518.72 2356.77 1517.31 Q2354.9 1515.87 2351.38 1515.87 Q2349.46 1515.87 2347.26 1516.29 Q2345.06 1516.7 2342.42 1517.58 L2342.42 1513.42 Q2345.08 1512.68 2347.4 1512.31 Q2349.74 1511.93 2351.8 1511.93 Q2357.12 1511.93 2360.22 1514.37 Q2363.32 1516.77 2363.32 1520.89 Q2363.32 1523.76 2361.68 1525.75 Q2360.04 1527.72 2357 1528.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1445.72 2352.76,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1241.24 2352.76,1241.24 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,1036.76 2352.76,1036.76 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,832.279 2352.76,832.279 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,627.8 2352.76,627.8 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,423.322 2352.76,423.322 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 148.334,218.843 2352.76,218.843 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1486.45 148.334,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1445.72 174.787,1445.72 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1241.24 174.787,1241.24 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,1036.76 174.787,1036.76 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,832.279 174.787,832.279 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,627.8 174.787,627.8 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,423.322 174.787,423.322 \n \"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 148.334,218.843 174.787,218.843 \n \"/>\n<path clip-path=\"url(#clip000)\" d=\"M 0 0 M63.4226 1431.51 Q59.8115 1431.51 57.9828 1435.08 Q56.1773 1438.62 56.1773 1445.75 Q56.1773 1452.86 57.9828 1456.42 Q59.8115 1459.96 63.4226 1459.96 Q67.0569 1459.96 68.8624 1456.42 Q70.6911 1452.86 70.6911 1445.75 Q70.6911 1438.62 68.8624 1435.08 Q67.0569 1431.51 63.4226 1431.51 M63.4226 1427.81 Q69.2328 1427.81 72.2883 1432.42 Q75.367 1437 75.367 1445.75 Q75.367 1454.48 72.2883 1459.08 Q69.2328 1463.67 63.4226 1463.67 Q57.6125 1463.67 54.5338 1459.08 Q51.4782 1454.48 51.4782 1445.75 Q51.4782 1437 54.5338 1432.42 Q57.6125 1427.81 63.4226 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M80.4364 1457.12 L85.3206 1457.12 L85.3206 1463 L80.4364 1463 L80.4364 1457.12 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M100.39 1431.51 Q96.7789 1431.51 94.9502 1435.08 Q93.1447 1438.62 93.1447 1445.75 Q93.1447 1452.86 94.9502 1456.42 Q96.7789 1459.96 100.39 1459.96 Q104.024 1459.96 105.83 1456.42 Q107.658 1452.86 107.658 1445.75 Q107.658 1438.62 105.83 1435.08 Q104.024 1431.51 100.39 1431.51 M100.39 1427.81 Q106.2 1427.81 109.256 1432.42 Q112.334 1437 112.334 1445.75 Q112.334 1454.48 109.256 1459.08 Q106.2 1463.67 100.39 1463.67 Q94.5799 1463.67 91.5012 1459.08 Q88.4456 1454.48 88.4456 1445.75 Q88.4456 1437 91.5012 1432.42 Q94.5799 1427.81 100.39 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M65.0198 1227.04 Q61.4087 1227.04 59.58 1230.6 Q57.7745 1234.14 57.7745 1241.27 Q57.7745 1248.38 59.58 1251.94 Q61.4087 1255.48 65.0198 1255.48 Q68.6541 1255.48 70.4596 1251.94 Q72.2883 1248.38 72.2883 1241.27 Q72.2883 1234.14 70.4596 1230.6 Q68.6541 1227.04 65.0198 1227.04 M65.0198 1223.33 Q70.83 1223.33 73.8855 1227.94 Q76.9642 1232.52 76.9642 1241.27 Q76.9642 1250 73.8855 1254.6 Q70.83 1259.19 65.0198 1259.19 Q59.2097 1259.19 56.131 1254.6 Q53.0754 1250 53.0754 1241.27 Q53.0754 1232.52 56.131 1227.94 Q59.2097 1223.33 65.0198 1223.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M82.0336 1252.64 L86.9179 1252.64 L86.9179 1258.52 L82.0336 1258.52 L82.0336 1252.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M96.015 1254.58 L112.334 1254.58 L112.334 1258.52 L90.3901 1258.52 L90.3901 1254.58 Q93.0521 1251.83 97.6354 1247.2 Q102.242 1242.54 103.422 1241.2 Q105.668 1238.68 106.547 1236.94 Q107.45 1235.18 107.45 1233.49 Q107.45 1230.74 105.506 1229 Q103.584 1227.27 100.483 1227.27 Q98.2835 1227.27 95.8298 1228.03 Q93.3993 1228.79 90.6215 1230.35 L90.6215 1225.62 Q93.4456 1224.49 95.8993 1223.91 Q98.353 1223.33 100.39 1223.33 Q105.76 1223.33 108.955 1226.02 Q112.149 1228.7 112.149 1233.19 Q112.149 1235.32 111.339 1237.24 Q110.552 1239.14 108.446 1241.73 Q107.867 1242.41 104.765 1245.62 Q101.663 1248.82 96.015 1254.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M62.9365 1022.56 Q59.3254 1022.56 57.4967 1026.12 Q55.6912 1029.66 55.6912 1036.79 Q55.6912 1043.9 57.4967 1047.46 Q59.3254 1051.01 62.9365 1051.01 Q66.5707 1051.01 68.3763 1047.46 Q70.205 1043.9 70.205 1036.79 Q70.205 1029.66 68.3763 1026.12 Q66.5707 1022.56 62.9365 1022.56 M62.9365 1018.85 Q68.7467 1018.85 71.8022 1023.46 Q74.8809 1028.04 74.8809 1036.79 Q74.8809 1045.52 71.8022 1050.13 Q68.7467 1054.71 62.9365 1054.71 Q57.1264 1054.71 54.0477 1050.13 Q50.9921 1045.52 50.9921 1036.79 Q50.9921 1028.04 54.0477 1023.46 Q57.1264 1018.85 62.9365 1018.85 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M79.9503 1048.16 L84.8345 1048.16 L84.8345 1054.04 L79.9503 1054.04 L79.9503 1048.16 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M102.751 1023.55 L90.9456 1042 L102.751 1042 L102.751 1023.55 M101.524 1019.48 L107.404 1019.48 L107.404 1042 L112.334 1042 L112.334 1045.89 L107.404 1045.89 L107.404 1054.04 L102.751 1054.04 L102.751 1045.89 L87.1493 1045.89 L87.1493 1041.38 L101.524 1019.48 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M63.2606 818.078 Q59.6495 818.078 57.8208 821.643 Q56.0152 825.184 56.0152 832.314 Q56.0152 839.42 57.8208 842.985 Q59.6495 846.527 63.2606 846.527 Q66.8948 846.527 68.7004 842.985 Q70.5291 839.42 70.5291 832.314 Q70.5291 825.184 68.7004 821.643 Q66.8948 818.078 63.2606 818.078 M63.2606 814.374 Q69.0707 814.374 72.1263 818.981 Q75.205 823.564 75.205 832.314 Q75.205 841.041 72.1263 845.647 Q69.0707 850.231 63.2606 850.231 Q57.4504 850.231 54.3717 845.647 Q51.3162 841.041 51.3162 832.314 Q51.3162 823.564 54.3717 818.981 Q57.4504 814.374 63.2606 814.374 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M80.2744 843.68 L85.1586 843.68 L85.1586 849.559 L80.2744 849.559 L80.2744 843.68 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M100.807 830.416 Q97.6585 830.416 95.8067 832.569 Q93.978 834.721 93.978 838.471 Q93.978 842.198 95.8067 844.374 Q97.6585 846.527 100.807 846.527 Q103.955 846.527 105.783 844.374 Q107.635 842.198 107.635 838.471 Q107.635 834.721 105.783 832.569 Q103.955 830.416 100.807 830.416 M110.089 815.763 L110.089 820.022 Q108.33 819.189 106.524 818.749 Q104.742 818.309 102.983 818.309 Q98.353 818.309 95.8993 821.434 Q93.4688 824.559 93.1215 830.879 Q94.4873 828.865 96.5474 827.8 Q98.6076 826.712 101.084 826.712 Q106.293 826.712 109.302 829.883 Q112.334 833.032 112.334 838.471 Q112.334 843.795 109.186 847.013 Q106.038 850.231 100.807 850.231 Q94.8113 850.231 91.6401 845.647 Q88.4688 841.041 88.4688 832.314 Q88.4688 824.12 92.3576 819.258 Q96.2465 814.374 102.797 814.374 Q104.557 814.374 106.339 814.721 Q108.145 815.069 110.089 815.763 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M63.5152 613.599 Q59.9041 613.599 58.0754 617.164 Q56.2699 620.706 56.2699 627.835 Q56.2699 634.942 58.0754 638.506 Q59.9041 642.048 63.5152 642.048 Q67.1494 642.048 68.955 638.506 Q70.7837 634.942 70.7837 627.835 Q70.7837 620.706 68.955 617.164 Q67.1494 613.599 63.5152 613.599 M63.5152 609.895 Q69.3254 609.895 72.3809 614.502 Q75.4596 619.085 75.4596 627.835 Q75.4596 636.562 72.3809 641.168 Q69.3254 645.752 63.5152 645.752 Q57.7051 645.752 54.6264 641.168 Q51.5708 636.562 51.5708 627.835 Q51.5708 619.085 54.6264 614.502 Q57.7051 609.895 63.5152 609.895 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M80.529 639.201 L85.4132 639.201 L85.4132 645.08 L80.529 645.08 L80.529 639.201 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M100.483 628.668 Q97.1493 628.668 95.228 630.451 Q93.3299 632.233 93.3299 635.358 Q93.3299 638.483 95.228 640.266 Q97.1493 642.048 100.483 642.048 Q103.816 642.048 105.737 640.266 Q107.658 638.46 107.658 635.358 Q107.658 632.233 105.737 630.451 Q103.839 628.668 100.483 628.668 M95.8067 626.678 Q92.7975 625.937 91.1077 623.877 Q89.441 621.817 89.441 618.854 Q89.441 614.71 92.3808 612.303 Q95.3437 609.895 100.483 609.895 Q105.645 609.895 108.584 612.303 Q111.524 614.71 111.524 618.854 Q111.524 621.817 109.834 623.877 Q108.168 625.937 105.182 626.678 Q108.561 627.465 110.436 629.756 Q112.334 632.048 112.334 635.358 Q112.334 640.381 109.256 643.067 Q106.2 645.752 100.483 645.752 Q94.765 645.752 91.6864 643.067 Q88.6308 640.381 88.6308 635.358 Q88.6308 632.048 90.529 629.756 Q92.4271 627.465 95.8067 626.678 M94.0937 619.293 Q94.0937 621.979 95.7604 623.483 Q97.4502 624.988 100.483 624.988 Q103.492 624.988 105.182 623.483 Q106.895 621.979 106.895 619.293 Q106.895 616.608 105.182 615.104 Q103.492 613.599 100.483 613.599 Q97.4502 613.599 95.7604 615.104 Q94.0937 616.608 94.0937 619.293 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M55.4597 436.666 L63.0985 436.666 L63.0985 410.301 L54.7884 411.967 L54.7884 407.708 L63.0522 406.042 L67.7281 406.042 L67.7281 436.666 L75.367 436.666 L75.367 440.602 L55.4597 440.602 L55.4597 436.666 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M80.4364 434.722 L85.3206 434.722 L85.3206 440.602 L80.4364 440.602 L80.4364 434.722 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M100.39 409.12 Q96.7789 409.12 94.9502 412.685 Q93.1447 416.227 93.1447 423.356 Q93.1447 430.463 94.9502 434.028 Q96.7789 437.569 100.39 437.569 Q104.024 437.569 105.83 434.028 Q107.658 430.463 107.658 423.356 Q107.658 416.227 105.83 412.685 Q104.024 409.12 100.39 409.12 M100.39 405.417 Q106.2 405.417 109.256 410.023 Q112.334 414.606 112.334 423.356 Q112.334 432.083 109.256 436.69 Q106.2 441.273 100.39 441.273 Q94.5799 441.273 91.5012 436.69 Q88.4456 432.083 88.4456 423.356 Q88.4456 414.606 91.5012 410.023 Q94.5799 405.417 100.39 405.417 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M57.0569 232.188 L64.6958 232.188 L64.6958 205.822 L56.3856 207.489 L56.3856 203.229 L64.6495 201.563 L69.3254 201.563 L69.3254 232.188 L76.9642 232.188 L76.9642 236.123 L57.0569 236.123 L57.0569 232.188 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M82.0336 230.243 L86.9179 230.243 L86.9179 236.123 L82.0336 236.123 L82.0336 230.243 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M96.015 232.188 L112.334 232.188 L112.334 236.123 L90.3901 236.123 L90.3901 232.188 Q93.0521 229.433 97.6354 224.803 Q102.242 220.151 103.422 218.808 Q105.668 216.285 106.547 214.549 Q107.45 212.79 107.45 211.1 Q107.45 208.345 105.506 206.609 Q103.584 204.873 100.483 204.873 Q98.2835 204.873 95.8298 205.637 Q93.3993 206.401 90.6215 207.952 L90.6215 203.229 Q93.4456 202.095 95.8993 201.516 Q98.353 200.938 100.39 200.938 Q105.76 200.938 108.955 203.623 Q112.149 206.308 112.149 210.799 Q112.149 212.928 111.339 214.85 Q110.552 216.748 108.446 219.34 Q107.867 220.012 104.765 223.229 Q101.663 226.424 96.015 232.188 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip002)\" d=\"\nM405.517 1443.67 L405.517 1445.72 L442.257 1445.72 L442.257 1443.67 L405.517 1443.67 L405.517 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 405.517,1443.67 405.517,1445.72 442.257,1445.72 442.257,1443.67 405.517,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM442.257 1425.27 L442.257 1445.72 L478.998 1445.72 L478.998 1425.27 L442.257 1425.27 L442.257 1425.27 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 442.257,1425.27 442.257,1445.72 478.998,1445.72 478.998,1425.27 442.257,1425.27 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM478.998 1347.57 L478.998 1445.72 L515.738 1445.72 L515.738 1347.57 L478.998 1347.57 L478.998 1347.57 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 478.998,1347.57 478.998,1445.72 515.738,1445.72 515.738,1347.57 478.998,1347.57 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM515.738 1286.22 L515.738 1445.72 L552.478 1445.72 L552.478 1286.22 L515.738 1286.22 L515.738 1286.22 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 515.738,1286.22 515.738,1445.72 552.478,1445.72 552.478,1286.22 515.738,1286.22 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM552.478 1073.56 L552.478 1445.72 L589.219 1445.72 L589.219 1073.56 L552.478 1073.56 L552.478 1073.56 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 552.478,1073.56 552.478,1445.72 589.219,1445.72 589.219,1073.56 552.478,1073.56 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM589.219 832.279 L589.219 1445.72 L625.959 1445.72 L625.959 832.279 L589.219 832.279 L589.219 832.279 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 589.219,832.279 589.219,1445.72 625.959,1445.72 625.959,832.279 589.219,832.279 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM625.959 654.383 L625.959 1445.72 L662.699 1445.72 L662.699 654.383 L625.959 654.383 L625.959 654.383 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 625.959,654.383 625.959,1445.72 662.699,1445.72 662.699,654.383 625.959,654.383 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM662.699 474.441 L662.699 1445.72 L699.44 1445.72 L699.44 474.441 L662.699 474.441 L662.699 474.441 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 662.699,474.441 662.699,1445.72 699.44,1445.72 699.44,474.441 662.699,474.441 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM699.44 319.037 L699.44 1445.72 L736.18 1445.72 L736.18 319.037 L699.44 319.037 L699.44 319.037 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 699.44,319.037 699.44,1445.72 736.18,1445.72 736.18,319.037 699.44,319.037 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM736.18 194.305 L736.18 1445.72 L772.92 1445.72 L772.92 194.305 L736.18 194.305 L736.18 194.305 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 736.18,194.305 736.18,1445.72 772.92,1445.72 772.92,194.305 736.18,194.305 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM772.92 135.006 L772.92 1445.72 L809.661 1445.72 L809.661 135.006 L772.92 135.006 L772.92 135.006 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 772.92,135.006 772.92,1445.72 809.661,1445.72 809.661,135.006 772.92,135.006 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM809.661 87.9763 L809.661 1445.72 L846.401 1445.72 L846.401 87.9763 L809.661 87.9763 L809.661 87.9763 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 809.661,87.9763 809.661,1445.72 846.401,1445.72 846.401,87.9763 809.661,87.9763 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM846.401 151.365 L846.401 1445.72 L883.142 1445.72 L883.142 151.365 L846.401 151.365 L846.401 151.365 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 846.401,151.365 846.401,1445.72 883.142,1445.72 883.142,151.365 846.401,151.365 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM883.142 198.395 L883.142 1445.72 L919.882 1445.72 L919.882 198.395 L883.142 198.395 L883.142 198.395 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 883.142,198.395 883.142,1445.72 919.882,1445.72 919.882,198.395 883.142,198.395 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM919.882 316.993 L919.882 1445.72 L956.622 1445.72 L956.622 316.993 L919.882 316.993 L919.882 316.993 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 919.882,316.993 919.882,1445.72 956.622,1445.72 956.622,316.993 919.882,316.993 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM956.622 351.754 L956.622 1445.72 L993.363 1445.72 L993.363 351.754 L956.622 351.754 L956.622 351.754 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 956.622,351.754 956.622,1445.72 993.363,1445.72 993.363,351.754 956.622,351.754 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM993.363 496.934 L993.363 1445.72 L1030.1 1445.72 L1030.1 496.934 L993.363 496.934 L993.363 496.934 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 993.363,496.934 993.363,1445.72 1030.1,1445.72 1030.1,496.934 993.363,496.934 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1030.1 666.651 L1030.1 1445.72 L1066.84 1445.72 L1066.84 666.651 L1030.1 666.651 L1030.1 666.651 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1030.1,666.651 1030.1,1445.72 1066.84,1445.72 1066.84,666.651 1030.1,666.651 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1066.84 613.487 L1066.84 1445.72 L1103.58 1445.72 L1103.58 613.487 L1066.84 613.487 L1066.84 613.487 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1066.84,613.487 1066.84,1445.72 1103.58,1445.72 1103.58,613.487 1066.84,613.487 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1103.58 799.563 L1103.58 1445.72 L1140.32 1445.72 L1140.32 799.563 L1103.58 799.563 L1103.58 799.563 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1103.58,799.563 1103.58,1445.72 1140.32,1445.72 1140.32,799.563 1103.58,799.563 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1140.32 809.787 L1140.32 1445.72 L1177.06 1445.72 L1177.06 809.787 L1140.32 809.787 L1140.32 809.787 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1140.32,809.787 1140.32,1445.72 1177.06,1445.72 1177.06,809.787 1140.32,809.787 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1177.06 948.832 L1177.06 1445.72 L1213.8 1445.72 L1213.8 948.832 L1177.06 948.832 L1177.06 948.832 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1177.06,948.832 1177.06,1445.72 1213.8,1445.72 1213.8,948.832 1177.06,948.832 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1213.8 1020.4 L1213.8 1445.72 L1250.55 1445.72 L1250.55 1020.4 L1213.8 1020.4 L1213.8 1020.4 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1213.8,1020.4 1213.8,1445.72 1250.55,1445.72 1250.55,1020.4 1213.8,1020.4 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1250.55 1059.25 L1250.55 1445.72 L1287.29 1445.72 L1287.29 1059.25 L1250.55 1059.25 L1250.55 1059.25 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1250.55,1059.25 1250.55,1445.72 1287.29,1445.72 1287.29,1059.25 1250.55,1059.25 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1287.29 1085.83 L1287.29 1445.72 L1324.03 1445.72 L1324.03 1085.83 L1287.29 1085.83 L1287.29 1085.83 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1287.29,1085.83 1287.29,1445.72 1324.03,1445.72 1324.03,1085.83 1287.29,1085.83 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1324.03 1141.04 L1324.03 1445.72 L1360.77 1445.72 L1360.77 1141.04 L1324.03 1141.04 L1324.03 1141.04 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1324.03,1141.04 1324.03,1445.72 1360.77,1445.72 1360.77,1141.04 1324.03,1141.04 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1360.77 1179.89 L1360.77 1445.72 L1397.51 1445.72 L1397.51 1179.89 L1360.77 1179.89 L1360.77 1179.89 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1360.77,1179.89 1360.77,1445.72 1397.51,1445.72 1397.51,1179.89 1360.77,1179.89 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1397.51 1243.28 L1397.51 1445.72 L1434.25 1445.72 L1434.25 1243.28 L1397.51 1243.28 L1397.51 1243.28 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1397.51,1243.28 1397.51,1445.72 1434.25,1445.72 1434.25,1243.28 1397.51,1243.28 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1434.25 1294.4 L1434.25 1445.72 L1470.99 1445.72 L1470.99 1294.4 L1434.25 1294.4 L1434.25 1294.4 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1434.25,1294.4 1434.25,1445.72 1470.99,1445.72 1470.99,1294.4 1434.25,1294.4 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1470.99 1298.49 L1470.99 1445.72 L1507.73 1445.72 L1507.73 1298.49 L1470.99 1298.49 L1470.99 1298.49 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1470.99,1298.49 1470.99,1445.72 1507.73,1445.72 1507.73,1298.49 1470.99,1298.49 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1507.73 1312.8 L1507.73 1445.72 L1544.47 1445.72 L1544.47 1312.8 L1507.73 1312.8 L1507.73 1312.8 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1507.73,1312.8 1507.73,1445.72 1544.47,1445.72 1544.47,1312.8 1507.73,1312.8 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1544.47 1320.98 L1544.47 1445.72 L1581.21 1445.72 L1581.21 1320.98 L1544.47 1320.98 L1544.47 1320.98 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1544.47,1320.98 1544.47,1445.72 1581.21,1445.72 1581.21,1320.98 1544.47,1320.98 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1581.21 1329.16 L1581.21 1445.72 L1617.95 1445.72 L1617.95 1329.16 L1581.21 1329.16 L1581.21 1329.16 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1581.21,1329.16 1581.21,1445.72 1617.95,1445.72 1617.95,1329.16 1581.21,1329.16 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1617.95 1355.75 L1617.95 1445.72 L1654.69 1445.72 L1654.69 1355.75 L1617.95 1355.75 L1617.95 1355.75 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1617.95,1355.75 1617.95,1445.72 1654.69,1445.72 1654.69,1355.75 1617.95,1355.75 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1654.69 1359.83 L1654.69 1445.72 L1691.43 1445.72 L1691.43 1359.83 L1654.69 1359.83 L1654.69 1359.83 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1654.69,1359.83 1654.69,1445.72 1691.43,1445.72 1691.43,1359.83 1654.69,1359.83 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1691.43 1376.19 L1691.43 1445.72 L1728.17 1445.72 L1728.17 1376.19 L1691.43 1376.19 L1691.43 1376.19 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1691.43,1376.19 1691.43,1445.72 1728.17,1445.72 1728.17,1376.19 1691.43,1376.19 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1728.17 1382.33 L1728.17 1445.72 L1764.91 1445.72 L1764.91 1382.33 L1728.17 1382.33 L1728.17 1382.33 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1728.17,1382.33 1728.17,1445.72 1764.91,1445.72 1764.91,1382.33 1728.17,1382.33 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1764.91 1398.69 L1764.91 1445.72 L1801.65 1445.72 L1801.65 1398.69 L1764.91 1398.69 L1764.91 1398.69 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1764.91,1398.69 1764.91,1445.72 1801.65,1445.72 1801.65,1398.69 1764.91,1398.69 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1801.65 1408.91 L1801.65 1445.72 L1838.39 1445.72 L1838.39 1408.91 L1801.65 1408.91 L1801.65 1408.91 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1801.65,1408.91 1801.65,1445.72 1838.39,1445.72 1838.39,1408.91 1801.65,1408.91 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1838.39 1421.18 L1838.39 1445.72 L1875.13 1445.72 L1875.13 1421.18 L1838.39 1421.18 L1838.39 1421.18 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1838.39,1421.18 1838.39,1445.72 1875.13,1445.72 1875.13,1421.18 1838.39,1421.18 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1875.13 1415.04 L1875.13 1445.72 L1911.87 1445.72 L1911.87 1415.04 L1875.13 1415.04 L1875.13 1415.04 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1875.13,1415.04 1875.13,1445.72 1911.87,1445.72 1911.87,1415.04 1875.13,1415.04 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1911.87 1410.95 L1911.87 1445.72 L1948.61 1445.72 L1948.61 1410.95 L1911.87 1410.95 L1911.87 1410.95 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1911.87,1410.95 1911.87,1445.72 1948.61,1445.72 1948.61,1410.95 1911.87,1410.95 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1948.61 1431.4 L1948.61 1445.72 L1985.35 1445.72 L1985.35 1431.4 L1948.61 1431.4 L1948.61 1431.4 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1948.61,1431.4 1948.61,1445.72 1985.35,1445.72 1985.35,1431.4 1948.61,1431.4 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM1985.35 1419.13 L1985.35 1445.72 L2022.09 1445.72 L2022.09 1419.13 L1985.35 1419.13 L1985.35 1419.13 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 1985.35,1419.13 1985.35,1445.72 2022.09,1445.72 2022.09,1419.13 1985.35,1419.13 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2022.09 1435.49 L2022.09 1445.72 L2058.83 1445.72 L2058.83 1435.49 L2022.09 1435.49 L2022.09 1435.49 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2022.09,1435.49 2022.09,1445.72 2058.83,1445.72 2058.83,1435.49 2022.09,1435.49 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2058.83 1439.58 L2058.83 1445.72 L2095.57 1445.72 L2095.57 1439.58 L2058.83 1439.58 L2058.83 1439.58 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2058.83,1439.58 2058.83,1445.72 2095.57,1445.72 2095.57,1439.58 2058.83,1439.58 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2095.57 1437.54 L2095.57 1445.72 L2132.31 1445.72 L2132.31 1437.54 L2095.57 1437.54 L2095.57 1437.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2095.57,1437.54 2095.57,1445.72 2132.31,1445.72 2132.31,1437.54 2095.57,1437.54 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2132.31 1431.4 L2132.31 1445.72 L2169.05 1445.72 L2169.05 1431.4 L2132.31 1431.4 L2132.31 1431.4 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2132.31,1431.4 2132.31,1445.72 2169.05,1445.72 2169.05,1431.4 2132.31,1431.4 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2169.05 1441.63 L2169.05 1445.72 L2205.79 1445.72 L2205.79 1441.63 L2169.05 1441.63 L2169.05 1441.63 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2169.05,1441.63 2169.05,1445.72 2205.79,1445.72 2205.79,1441.63 2169.05,1441.63 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2205.79 1437.54 L2205.79 1445.72 L2242.53 1445.72 L2242.53 1437.54 L2205.79 1437.54 L2205.79 1437.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2205.79,1437.54 2205.79,1445.72 2242.53,1445.72 2242.53,1437.54 2205.79,1437.54 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2242.53 1437.54 L2242.53 1445.72 L2279.28 1445.72 L2279.28 1437.54 L2242.53 1437.54 L2242.53 1437.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2242.53,1437.54 2242.53,1445.72 2279.28,1445.72 2279.28,1437.54 2242.53,1437.54 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2279.28 1433.45 L2279.28 1445.72 L2316.02 1445.72 L2316.02 1433.45 L2279.28 1433.45 L2279.28 1433.45 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2279.28,1433.45 2279.28,1445.72 2316.02,1445.72 2316.02,1433.45 2279.28,1433.45 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2316.02 1433.45 L2316.02 1445.72 L2352.76 1445.72 L2352.76 1433.45 L2316.02 1433.45 L2316.02 1433.45 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2316.02,1433.45 2316.02,1445.72 2352.76,1445.72 2352.76,1433.45 2316.02,1433.45 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2352.76 1441.63 L2352.76 1445.72 L2389.5 1445.72 L2389.5 1441.63 L2352.76 1441.63 L2352.76 1441.63 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2352.76,1441.63 2352.76,1445.72 2389.5,1445.72 2389.5,1441.63 2352.76,1441.63 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2389.5 1443.67 L2389.5 1445.72 L2426.24 1445.72 L2426.24 1443.67 L2389.5 1443.67 L2389.5 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2389.5,1443.67 2389.5,1445.72 2426.24,1445.72 2426.24,1443.67 2389.5,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2426.24 1443.67 L2426.24 1445.72 L2462.98 1445.72 L2462.98 1443.67 L2426.24 1443.67 L2426.24 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2426.24,1443.67 2426.24,1445.72 2462.98,1445.72 2462.98,1443.67 2426.24,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2462.98 1437.54 L2462.98 1445.72 L2499.72 1445.72 L2499.72 1437.54 L2462.98 1437.54 L2462.98 1437.54 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2462.98,1437.54 2462.98,1445.72 2499.72,1445.72 2499.72,1437.54 2462.98,1437.54 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2499.72 1441.63 L2499.72 1445.72 L2536.46 1445.72 L2536.46 1441.63 L2499.72 1441.63 L2499.72 1441.63 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2499.72,1441.63 2499.72,1445.72 2536.46,1445.72 2536.46,1441.63 2499.72,1441.63 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2536.46 1441.63 L2536.46 1445.72 L2573.2 1445.72 L2573.2 1441.63 L2536.46 1441.63 L2536.46 1441.63 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2536.46,1441.63 2536.46,1445.72 2573.2,1445.72 2573.2,1441.63 2536.46,1441.63 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2573.2 1441.63 L2573.2 1445.72 L2609.94 1445.72 L2609.94 1441.63 L2573.2 1441.63 L2573.2 1441.63 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2573.2,1441.63 2573.2,1445.72 2609.94,1445.72 2609.94,1441.63 2573.2,1441.63 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2609.94 1445.72 L2609.94 1445.72 L2646.68 1445.72 L2646.68 1445.72 L2609.94 1445.72 L2609.94 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2609.94,1445.72 2609.94,1445.72 2646.68,1445.72 2609.94,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2646.68 1441.63 L2646.68 1445.72 L2683.42 1445.72 L2683.42 1441.63 L2646.68 1441.63 L2646.68 1441.63 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2646.68,1441.63 2646.68,1445.72 2683.42,1445.72 2683.42,1441.63 2646.68,1441.63 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2683.42 1445.72 L2683.42 1445.72 L2720.16 1445.72 L2720.16 1445.72 L2683.42 1445.72 L2683.42 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2683.42,1445.72 2683.42,1445.72 2720.16,1445.72 2683.42,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2720.16 1443.67 L2720.16 1445.72 L2756.9 1445.72 L2756.9 1443.67 L2720.16 1443.67 L2720.16 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2720.16,1443.67 2720.16,1445.72 2756.9,1445.72 2756.9,1443.67 2720.16,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2756.9 1445.72 L2756.9 1445.72 L2793.64 1445.72 L2793.64 1445.72 L2756.9 1445.72 L2756.9 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2756.9,1445.72 2756.9,1445.72 2793.64,1445.72 2756.9,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2793.64 1443.67 L2793.64 1445.72 L2830.38 1445.72 L2830.38 1443.67 L2793.64 1443.67 L2793.64 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2793.64,1443.67 2793.64,1445.72 2830.38,1445.72 2830.38,1443.67 2793.64,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2830.38 1443.67 L2830.38 1445.72 L2867.12 1445.72 L2867.12 1443.67 L2830.38 1443.67 L2830.38 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2830.38,1443.67 2830.38,1445.72 2867.12,1445.72 2867.12,1443.67 2830.38,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2867.12 1445.72 L2867.12 1445.72 L2903.86 1445.72 L2903.86 1445.72 L2867.12 1445.72 L2867.12 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2867.12,1445.72 2867.12,1445.72 2903.86,1445.72 2867.12,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2903.86 1445.72 L2903.86 1445.72 L2940.6 1445.72 L2940.6 1445.72 L2903.86 1445.72 L2903.86 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2903.86,1445.72 2903.86,1445.72 2940.6,1445.72 2903.86,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2940.6 1443.67 L2940.6 1445.72 L2977.34 1445.72 L2977.34 1443.67 L2940.6 1443.67 L2940.6 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2940.6,1443.67 2940.6,1445.72 2977.34,1445.72 2977.34,1443.67 2940.6,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM2977.34 1445.72 L2977.34 1445.72 L3014.08 1445.72 L3014.08 1445.72 L2977.34 1445.72 L2977.34 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 2977.34,1445.72 2977.34,1445.72 3014.08,1445.72 2977.34,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3014.08 1445.72 L3014.08 1445.72 L3050.82 1445.72 L3050.82 1445.72 L3014.08 1445.72 L3014.08 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3014.08,1445.72 3014.08,1445.72 3050.82,1445.72 3014.08,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3050.82 1445.72 L3050.82 1445.72 L3087.56 1445.72 L3087.56 1445.72 L3050.82 1445.72 L3050.82 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3050.82,1445.72 3050.82,1445.72 3087.56,1445.72 3050.82,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3087.56 1445.72 L3087.56 1445.72 L3124.3 1445.72 L3124.3 1445.72 L3087.56 1445.72 L3087.56 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3087.56,1445.72 3087.56,1445.72 3124.3,1445.72 3087.56,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3124.3 1445.72 L3124.3 1445.72 L3161.04 1445.72 L3161.04 1445.72 L3124.3 1445.72 L3124.3 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3124.3,1445.72 3124.3,1445.72 3161.04,1445.72 3124.3,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3161.04 1445.72 L3161.04 1445.72 L3197.78 1445.72 L3197.78 1445.72 L3161.04 1445.72 L3161.04 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3161.04,1445.72 3161.04,1445.72 3197.78,1445.72 3161.04,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3197.78 1443.67 L3197.78 1445.72 L3234.52 1445.72 L3234.52 1443.67 L3197.78 1443.67 L3197.78 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3197.78,1443.67 3197.78,1445.72 3234.52,1445.72 3234.52,1443.67 3197.78,1443.67 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3234.52 1445.72 L3234.52 1445.72 L3271.26 1445.72 L3271.26 1445.72 L3234.52 1445.72 L3234.52 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3234.52,1445.72 3234.52,1445.72 3271.26,1445.72 3234.52,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3271.26 1445.72 L3271.26 1445.72 L3308.01 1445.72 L3308.01 1445.72 L3271.26 1445.72 L3271.26 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3271.26,1445.72 3271.26,1445.72 3308.01,1445.72 3271.26,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3308.01 1445.72 L3308.01 1445.72 L3344.75 1445.72 L3344.75 1445.72 L3308.01 1445.72 L3308.01 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3308.01,1445.72 3308.01,1445.72 3344.75,1445.72 3308.01,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3344.75 1445.72 L3344.75 1445.72 L3381.49 1445.72 L3381.49 1445.72 L3344.75 1445.72 L3344.75 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3344.75,1445.72 3344.75,1445.72 3381.49,1445.72 3344.75,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3381.49 1445.72 L3381.49 1445.72 L3418.23 1445.72 L3418.23 1445.72 L3381.49 1445.72 L3381.49 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3381.49,1445.72 3381.49,1445.72 3418.23,1445.72 3381.49,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3418.23 1445.72 L3418.23 1445.72 L3454.97 1445.72 L3454.97 1445.72 L3418.23 1445.72 L3418.23 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3418.23,1445.72 3418.23,1445.72 3454.97,1445.72 3418.23,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3454.97 1445.72 L3454.97 1445.72 L3491.71 1445.72 L3491.71 1445.72 L3454.97 1445.72 L3454.97 1445.72 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3454.97,1445.72 3454.97,1445.72 3491.71,1445.72 3454.97,1445.72 \n \"/>\n<path clip-path=\"url(#clip002)\" d=\"\nM3491.71 1443.67 L3491.71 1445.72 L3528.45 1445.72 L3528.45 1443.67 L3491.71 1443.67 L3491.71 1443.67 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:0.3; fill:none\" points=\"\n 3491.71,1443.67 3491.71,1445.72 3528.45,1445.72 3528.45,1443.67 3491.71,1443.67 \n \"/>\n<polyline clip-path=\"url(#clip002)\" style=\"stroke:#e26f46; stroke-width:8; stroke-opacity:1; fill:none\" stroke-dasharray=\"32, 20\" points=\"\n 153.859,1445.72 159.384,1445.72 164.909,1445.72 170.434,1445.72 175.959,1445.72 181.484,1445.72 187.008,1445.72 192.533,1445.72 198.058,1445.72 203.583,1445.72 \n 209.108,1445.72 214.633,1445.72 220.158,1445.72 225.683,1445.72 231.207,1445.72 236.732,1445.72 242.257,1445.72 247.782,1445.72 253.307,1445.72 258.832,1445.72 \n 264.357,1445.72 269.881,1445.72 275.406,1445.72 280.931,1445.72 286.456,1445.72 291.981,1445.72 297.506,1445.72 303.031,1445.72 308.556,1445.72 314.08,1445.72 \n 319.605,1445.72 325.13,1445.72 330.655,1445.72 336.18,1445.71 341.705,1445.71 347.23,1445.71 352.754,1445.71 358.279,1445.7 363.804,1445.68 369.329,1445.66 \n 374.854,1445.62 380.379,1445.56 385.904,1445.46 391.428,1445.31 396.953,1445.1 402.478,1444.79 408.003,1444.37 413.528,1443.79 419.053,1443.01 424.578,1441.99 \n 430.103,1440.67 435.627,1438.98 441.152,1436.87 446.677,1434.25 452.202,1431.05 457.727,1427.19 463.252,1422.59 468.777,1417.16 474.301,1410.82 479.826,1403.48 \n 485.351,1395.07 490.876,1385.52 496.401,1374.75 501.926,1362.72 507.451,1349.37 512.976,1334.66 518.5,1318.56 524.025,1301.06 529.55,1282.15 535.075,1261.83 \n 540.6,1240.12 546.125,1217.06 551.65,1192.68 557.174,1167.03 562.699,1140.18 568.224,1112.2 573.749,1083.16 579.274,1053.16 584.799,1022.28 590.324,990.636 \n 595.849,958.322 601.373,925.449 606.898,892.126 612.423,858.467 617.948,824.584 623.473,790.588 628.998,756.592 634.523,722.704 640.047,689.032 645.572,655.677 \n 651.097,622.74 656.622,590.315 662.147,558.493 667.672,527.358 673.197,496.989 678.722,467.462 684.246,438.842 689.771,411.193 695.296,384.57 700.821,359.023 \n 706.346,334.596 711.871,311.327 717.396,289.247 722.92,268.385 728.445,248.761 733.97,230.391 739.495,213.286 745.02,197.453 750.545,182.893 756.07,169.604 \n 761.595,157.579 767.119,146.808 772.644,137.279 778.169,128.973 783.694,121.871 789.219,115.952 794.744,111.19 800.269,107.558 805.793,105.029 811.318,103.572 \n 816.843,103.154 822.368,103.744 827.893,105.307 833.418,107.808 838.943,111.212 844.468,115.482 849.992,120.584 855.517,126.479 861.042,133.133 866.567,140.507 \n 872.092,148.567 877.617,157.276 883.142,166.598 888.666,176.499 894.191,186.944 899.716,197.899 905.241,209.331 910.766,221.208 916.291,233.497 921.816,246.168 \n 927.34,259.192 932.865,272.538 938.39,286.179 943.915,300.087 949.44,314.236 954.965,328.601 960.49,343.157 966.015,357.881 971.539,372.749 977.064,387.741 \n 982.589,402.836 988.114,418.014 993.639,433.255 999.164,448.543 1004.69,463.86 1010.21,479.189 1015.74,494.515 1021.26,509.824 1026.79,525.102 1032.31,540.336 \n 1037.84,555.513 1043.36,570.623 1048.89,585.653 1054.41,600.595 1059.94,615.438 1065.46,630.174 1070.99,644.795 1076.51,659.292 1082.04,673.659 1087.56,687.89 \n 1093.09,701.977 1098.61,715.917 1104.14,729.703 1109.66,743.332 1115.19,756.799 1120.71,770.1 1126.24,783.233 1131.76,796.193 1137.29,808.98 1142.81,821.59 \n 1148.34,834.021 1153.86,846.273 1159.38,858.343 1164.91,870.231 1170.43,881.936 1175.96,893.458 1181.48,904.795 1187.01,915.949 1192.53,926.919 1198.06,937.706 \n 1203.58,948.309 1209.11,958.73 1214.63,968.97 1220.16,979.03 1225.68,988.91 1231.21,998.612 1236.73,1008.14 1242.26,1017.49 1247.78,1026.66 1253.31,1035.67 \n 1258.83,1044.5 1264.36,1053.17 1269.88,1061.66 1275.41,1070 1280.93,1078.17 1286.46,1086.18 1291.98,1094.03 1297.51,1101.72 1303.03,1109.26 1308.56,1116.65 \n 1314.08,1123.89 1319.61,1130.98 1325.13,1137.92 1330.66,1144.73 1336.18,1151.39 1341.71,1157.91 1347.23,1164.29 1352.76,1170.54 1358.28,1176.66 1363.8,1182.65 \n 1369.33,1188.51 1374.85,1194.25 1380.38,1199.86 1385.9,1205.35 1391.43,1210.72 1396.95,1215.98 1402.48,1221.12 1408,1226.15 1413.53,1231.08 1419.05,1235.89 \n 1424.58,1240.6 1430.1,1245.2 1435.63,1249.7 1441.15,1254.1 1446.68,1258.41 1452.2,1262.62 1457.73,1266.73 1463.25,1270.76 1468.78,1274.69 1474.3,1278.54 \n 1479.83,1282.3 1485.35,1285.97 1490.88,1289.56 1496.4,1293.07 1501.93,1296.51 1507.45,1299.86 1512.98,1303.14 1518.5,1306.34 1524.03,1309.48 1529.55,1312.54 \n 1535.08,1315.53 1540.6,1318.45 1546.13,1321.31 1551.65,1324.1 1557.18,1326.83 1562.7,1329.49 1568.22,1332.1 1573.75,1334.64 1579.27,1337.13 1584.8,1339.56 \n 1590.32,1341.94 1595.85,1344.26 1601.37,1346.53 1606.9,1348.74 1612.42,1350.91 1617.95,1353.02 1623.47,1355.09 1629,1357.11 1634.52,1359.08 1640.05,1361.01 \n 1645.57,1362.89 1651.1,1364.73 1656.62,1366.53 1662.15,1368.29 1667.67,1370 1673.2,1371.68 1678.72,1373.32 1684.25,1374.92 1689.77,1376.49 1695.3,1378.02 \n 1700.82,1379.51 1706.35,1380.97 1711.87,1382.4 1717.4,1383.79 1722.92,1385.15 1728.45,1386.48 1733.97,1387.78 1739.5,1389.05 1745.02,1390.29 1750.55,1391.51 \n 1756.07,1392.69 1761.6,1393.85 1767.12,1394.98 1772.64,1396.09 1778.17,1397.17 1783.69,1398.22 1789.22,1399.26 1794.74,1400.26 1800.27,1401.25 1805.79,1402.21 \n 1811.32,1403.15 1816.84,1404.07 1822.37,1404.97 1827.89,1405.85 1833.42,1406.71 1838.94,1407.55 1844.47,1408.37 1849.99,1409.17 1855.52,1409.96 1861.04,1410.72 \n 1866.57,1411.47 1872.09,1412.2 1877.62,1412.92 1883.14,1413.62 1888.67,1414.3 1894.19,1414.97 1899.72,1415.62 1905.24,1416.26 1910.77,1416.89 1916.29,1417.5 \n 1921.82,1418.09 1927.34,1418.68 1932.87,1419.25 1938.39,1419.81 1943.92,1420.35 1949.44,1420.88 1954.97,1421.4 1960.49,1421.91 1966.02,1422.41 1971.54,1422.9 \n 1977.07,1423.38 1982.59,1423.84 1988.11,1424.3 1993.64,1424.74 1999.16,1425.18 2004.69,1425.61 2010.21,1426.02 2015.74,1426.43 2021.26,1426.83 2026.79,1427.22 \n 2032.31,1427.6 2037.84,1427.97 2043.36,1428.34 2048.89,1428.7 2054.41,1429.04 2059.94,1429.39 2065.46,1429.72 2070.99,1430.05 2076.51,1430.37 2082.04,1430.68 \n 2087.56,1430.98 2093.09,1431.28 2098.61,1431.58 2104.14,1431.86 2109.66,1432.14 2115.19,1432.42 2120.71,1432.69 2126.24,1432.95 2131.76,1433.21 2137.29,1433.46 \n 2142.81,1433.7 2148.34,1433.94 2153.86,1434.18 2159.39,1434.41 2164.91,1434.64 2170.44,1434.86 2175.96,1435.07 2181.49,1435.29 2187.01,1435.49 2192.53,1435.7 \n 2198.06,1435.89 2203.58,1436.09 2209.11,1436.28 2214.63,1436.46 2220.16,1436.65 2225.68,1436.82 2231.21,1437 2236.73,1437.17 2242.26,1437.34 2247.78,1437.5 \n 2253.31,1437.66 2258.83,1437.82 2264.36,1437.97 2269.88,1438.12 2275.41,1438.27 2280.93,1438.42 2286.46,1438.56 2291.98,1438.69 2297.51,1438.83 2303.03,1438.96 \n 2308.56,1439.09 2314.08,1439.22 2319.61,1439.35 2325.13,1439.47 2330.66,1439.59 2336.18,1439.7 2341.71,1439.82 2347.23,1439.93 2352.76,1440.04 \n \"/>\n<path clip-path=\"url(#clip000)\" d=\"\nM1884.76 276.658 L2279.28 276.658 L2279.28 95.2176 L1884.76 95.2176 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1884.76,276.658 2279.28,276.658 2279.28,95.2176 1884.76,95.2176 1884.76,276.658 \n \"/>\n<path clip-path=\"url(#clip000)\" d=\"\nM1909.25 179.89 L2056.21 179.89 L2056.21 131.506 L1909.25 131.506 L1909.25 179.89 Z\n \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"0.3\"/>\n<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1909.25,179.89 2056.21,179.89 2056.21,131.506 1909.25,131.506 1909.25,179.89 \n \"/>\n<path clip-path=\"url(#clip000)\" d=\"M 0 0 M2099.13 147.816 L2099.13 151.843 Q2097.33 150.917 2095.38 150.455 Q2093.44 149.992 2091.35 149.992 Q2088.18 149.992 2086.59 150.964 Q2085.01 151.936 2085.01 153.88 Q2085.01 155.362 2086.15 156.218 Q2087.28 157.052 2090.71 157.816 L2092.16 158.14 Q2096.7 159.112 2098.6 160.894 Q2100.52 162.654 2100.52 165.825 Q2100.52 169.436 2097.65 171.542 Q2094.8 173.649 2089.8 173.649 Q2087.72 173.649 2085.45 173.232 Q2083.21 172.839 2080.71 172.028 L2080.71 167.63 Q2083.07 168.857 2085.36 169.482 Q2087.65 170.084 2089.9 170.084 Q2092.9 170.084 2094.52 169.066 Q2096.15 168.024 2096.15 166.149 Q2096.15 164.413 2094.96 163.487 Q2093.81 162.561 2089.85 161.704 L2088.37 161.357 Q2084.41 160.524 2082.65 158.811 Q2080.89 157.075 2080.89 154.066 Q2080.89 150.408 2083.48 148.418 Q2086.08 146.427 2090.84 146.427 Q2093.21 146.427 2095.29 146.774 Q2097.37 147.121 2099.13 147.816 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2116.77 159.945 Q2111.61 159.945 2109.62 161.126 Q2107.63 162.306 2107.63 165.154 Q2107.63 167.422 2109.11 168.765 Q2110.61 170.084 2113.18 170.084 Q2116.72 170.084 2118.85 167.584 Q2121.01 165.061 2121.01 160.894 L2121.01 159.945 L2116.77 159.945 M2125.27 158.186 L2125.27 172.978 L2121.01 172.978 L2121.01 169.042 Q2119.55 171.403 2117.37 172.538 Q2115.2 173.649 2112.05 173.649 Q2108.07 173.649 2105.71 171.427 Q2103.37 169.181 2103.37 165.431 Q2103.37 161.056 2106.28 158.834 Q2109.22 156.612 2115.03 156.612 L2121.01 156.612 L2121.01 156.195 Q2121.01 153.255 2119.06 151.658 Q2117.14 150.038 2113.65 150.038 Q2111.42 150.038 2109.32 150.57 Q2107.21 151.103 2105.27 152.167 L2105.27 148.232 Q2107.6 147.33 2109.8 146.89 Q2112 146.427 2114.08 146.427 Q2119.71 146.427 2122.49 149.343 Q2125.27 152.26 2125.27 158.186 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2149.92 152.029 Q2151.52 149.158 2153.74 147.793 Q2155.96 146.427 2158.97 146.427 Q2163.02 146.427 2165.22 149.274 Q2167.42 152.098 2167.42 157.329 L2167.42 172.978 L2163.14 172.978 L2163.14 157.468 Q2163.14 153.742 2161.82 151.936 Q2160.5 150.13 2157.79 150.13 Q2154.48 150.13 2152.56 152.33 Q2150.64 154.529 2150.64 158.325 L2150.64 172.978 L2146.35 172.978 L2146.35 157.468 Q2146.35 153.718 2145.03 151.936 Q2143.71 150.13 2140.96 150.13 Q2137.7 150.13 2135.77 152.353 Q2133.85 154.552 2133.85 158.325 L2133.85 172.978 L2129.57 172.978 L2129.57 147.052 L2133.85 147.052 L2133.85 151.08 Q2135.31 148.695 2137.35 147.561 Q2139.39 146.427 2142.19 146.427 Q2145.01 146.427 2146.98 147.862 Q2148.97 149.297 2149.92 152.029 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2176.01 169.089 L2176.01 182.839 L2171.72 182.839 L2171.72 147.052 L2176.01 147.052 L2176.01 150.987 Q2177.35 148.672 2179.39 147.561 Q2181.45 146.427 2184.29 146.427 Q2189.02 146.427 2191.95 150.177 Q2194.92 153.927 2194.92 160.038 Q2194.92 166.149 2191.95 169.899 Q2189.02 173.649 2184.29 173.649 Q2181.45 173.649 2179.39 172.538 Q2177.35 171.403 2176.01 169.089 M2190.5 160.038 Q2190.5 155.339 2188.55 152.677 Q2186.63 149.992 2183.25 149.992 Q2179.87 149.992 2177.93 152.677 Q2176.01 155.339 2176.01 160.038 Q2176.01 164.737 2177.93 167.422 Q2179.87 170.084 2183.25 170.084 Q2186.63 170.084 2188.55 167.422 Q2190.5 164.737 2190.5 160.038 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2199.39 136.959 L2203.64 136.959 L2203.64 172.978 L2199.39 172.978 L2199.39 136.959 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2230.29 158.95 L2230.29 161.033 L2210.7 161.033 Q2210.98 165.431 2213.34 167.746 Q2215.73 170.038 2219.96 170.038 Q2222.42 170.038 2224.71 169.436 Q2227.02 168.834 2229.29 167.63 L2229.29 171.658 Q2227 172.63 2224.59 173.14 Q2222.19 173.649 2219.71 173.649 Q2213.51 173.649 2209.87 170.038 Q2206.26 166.427 2206.26 160.269 Q2206.26 153.904 2209.69 150.177 Q2213.14 146.427 2218.97 146.427 Q2224.2 146.427 2227.23 149.806 Q2230.29 153.163 2230.29 158.95 M2226.03 157.7 Q2225.98 154.205 2224.06 152.121 Q2222.16 150.038 2219.01 150.038 Q2215.45 150.038 2213.3 152.052 Q2211.17 154.066 2210.84 157.723 L2226.03 157.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip000)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" stroke-dasharray=\"16, 10\" points=\"\n 1909.25,216.178 2056.21,216.178 \n \"/>\n<path clip-path=\"url(#clip000)\" d=\"M 0 0 M2084.99 229.569 L2084.99 243.319 L2080.71 243.319 L2080.71 207.532 L2084.99 207.532 L2084.99 211.467 Q2086.33 209.152 2088.37 208.041 Q2090.43 206.907 2093.27 206.907 Q2098 206.907 2100.94 210.657 Q2103.9 214.407 2103.9 220.518 Q2103.9 226.629 2100.94 230.379 Q2098 234.129 2093.27 234.129 Q2090.43 234.129 2088.37 233.018 Q2086.33 231.883 2084.99 229.569 M2099.48 220.518 Q2099.48 215.819 2097.53 213.157 Q2095.61 210.472 2092.23 210.472 Q2088.85 210.472 2086.91 213.157 Q2084.99 215.819 2084.99 220.518 Q2084.99 225.217 2086.91 227.902 Q2088.85 230.564 2092.23 230.564 Q2095.61 230.564 2097.53 227.902 Q2099.48 225.217 2099.48 220.518 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2125.43 211.467 L2125.43 197.439 L2129.69 197.439 L2129.69 233.458 L2125.43 233.458 L2125.43 229.569 Q2124.08 231.883 2122.02 233.018 Q2119.99 234.129 2117.12 234.129 Q2112.42 234.129 2109.46 230.379 Q2106.52 226.629 2106.52 220.518 Q2106.52 214.407 2109.46 210.657 Q2112.42 206.907 2117.12 206.907 Q2119.99 206.907 2122.02 208.041 Q2124.08 209.152 2125.43 211.467 M2110.91 220.518 Q2110.91 225.217 2112.83 227.902 Q2114.78 230.564 2118.16 230.564 Q2121.54 230.564 2123.48 227.902 Q2125.43 225.217 2125.43 220.518 Q2125.43 215.819 2123.48 213.157 Q2121.54 210.472 2118.16 210.472 Q2114.78 210.472 2112.83 213.157 Q2110.91 215.819 2110.91 220.518 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M 0 0 M2147.28 197.439 L2147.28 200.981 L2143.21 200.981 Q2140.91 200.981 2140.01 201.907 Q2139.13 202.833 2139.13 205.24 L2139.13 207.532 L2146.14 207.532 L2146.14 210.842 L2139.13 210.842 L2139.13 233.458 L2134.85 233.458 L2134.85 210.842 L2130.77 210.842 L2130.77 207.532 L2134.85 207.532 L2134.85 205.726 Q2134.85 201.398 2136.86 199.43 Q2138.88 197.439 2143.25 197.439 L2147.28 197.439 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "@show dist1 = Normal()\n@show dist2 = Normal(0, 1+1e-3)\n\n@show dist1.isapprox(dist2)\n@show dist1.isapprox(dist2; rtol=1e-2)\n;",
"execution_count": 5,
"outputs": [
{
"output_type": "stream",
"text": "dist1 = Normal() = Normal{Float64}(μ=0.0, σ=1.0)\ndist2 = Normal(0, 1 + 0.001) = Normal{Float64}(μ=0.0, σ=1.001)\ndist1.isapprox(dist2) = false\ndist1.isapprox(dist2; rtol = 0.01) = true\n",
"name": "stdout"
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "dump(dist1.isapprox)",
"execution_count": 6,
"outputs": [
{
"output_type": "stream",
"text": "isapprox_Normal{Float64}(μ=0.0, σ=1.0) (function of type typeof(var\"isapprox_Normal{Float64}(μ=0.0, σ=1.0)\"))\n",
"name": "stdout"
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"@webio": {
"lastKernelId": null,
"lastCommId": null
},
"_draft": {
"nbviewer_url": "https://gist.github.com/3d29d3111e012a7f845de3f0aed4cb51"
},
"gist": {
"id": "3d29d3111e012a7f845de3f0aed4cb51",
"data": {
"description": "dist.f(x, y) style of Distributions.jl",
"public": true
}
},
"kernelspec": {
"name": "julia-depwarn--o3-1.6",
"display_name": "Julia depwarn -O3 1.6.0-DEV",
"language": "julia"
},
"language_info": {
"file_extension": ".jl",
"name": "julia",
"mimetype": "application/julia",
"version": "1.6.0"
},
"toc": {
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"base_numbering": 1,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment