Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save genkuroki/671618fb646c8da376d3fb6d7d916b23 to your computer and use it in GitHub Desktop.
Save genkuroki/671618fb646c8da376d3fb6d7d916b23 to your computer and use it in GitHub Desktop.
How to add types and methods to other modules
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "using Random\nRandom.seed!(464937359633)",
"execution_count": 1,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 1,
"data": {
"text/plain": "MersenneTwister(464937359633)"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "module S\n\nusing Plots: plot, plot!, scatter!\n\nabstract type Shape end\nfunction draw!(X::AbstractVector{<:Shape})\n for x in X draw!(x) end\n plot!()\nend\n\nstruct Point{T} <: Shape x::T; y::T end\ndraw!(P::Point) = scatter!([P.x], [P.y]; label=\"\", msc=:auto)\n\nstruct Segment{T} <: Shape A::Point{T}; B::Point{T} end\ndraw!(l::Segment) = plot!([l.A.x, l.B.x], [l.A.y, l.B.y]; label=\"\")\n\nend",
"execution_count": 2,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 2,
"data": {
"text/plain": "Main.S"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "S.plot(xlim=(-5, 5), ylim=(-5, 5), size=(400, 400))\n\nP = S.Shape[S.Point(randn()+2, randn()-1) for _ in 1:100]\nS.draw!(P)",
"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=\"400\" height=\"400\" viewBox=\"0 0 1600 1600\">\n<defs>\n <clipPath id=\"clip260\">\n <rect x=\"0\" y=\"0\" width=\"1600\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip260)\" d=\"\nM0 1600 L1600 1600 L1600 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip261\">\n <rect x=\"320\" y=\"160\" width=\"1121\" height=\"1121\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip260)\" d=\"\nM185.936 1469.17 L1552.76 1469.17 L1552.76 47.2441 L185.936 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip262\">\n <rect x=\"185\" y=\"47\" width=\"1368\" height=\"1423\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 527.641,1469.17 527.641,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 869.346,1469.17 869.346,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 527.641,1469.17 527.641,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 869.346,1469.17 869.346,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,1452.1 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M132.464 1506.61 L162.14 1506.61 L162.14 1510.55 L132.464 1510.55 L132.464 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M172.279 1488.88 L190.635 1488.88 L190.635 1492.82 L176.561 1492.82 L176.561 1501.29 Q177.58 1500.94 178.598 1500.78 Q179.617 1500.59 180.635 1500.59 Q186.422 1500.59 189.802 1503.76 Q193.181 1506.94 193.181 1512.35 Q193.181 1517.93 189.709 1521.03 Q186.237 1524.11 179.918 1524.11 Q177.742 1524.11 175.473 1523.74 Q173.228 1523.37 170.82 1522.63 L170.82 1517.93 Q172.904 1519.06 175.126 1519.62 Q177.348 1520.18 179.825 1520.18 Q183.83 1520.18 186.167 1518.07 Q188.505 1515.96 188.505 1512.35 Q188.505 1508.74 186.167 1506.63 Q183.83 1504.53 179.825 1504.53 Q177.95 1504.53 176.075 1504.94 Q174.223 1505.36 172.279 1506.24 L172.279 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M202.394 1517.56 L207.278 1517.56 L207.278 1523.44 L202.394 1523.44 L202.394 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M227.464 1491.96 Q223.852 1491.96 222.024 1495.52 Q220.218 1499.07 220.218 1506.19 Q220.218 1513.3 222.024 1516.87 Q223.852 1520.41 227.464 1520.41 Q231.098 1520.41 232.903 1516.87 Q234.732 1513.3 234.732 1506.19 Q234.732 1499.07 232.903 1495.52 Q231.098 1491.96 227.464 1491.96 M227.464 1488.25 Q233.274 1488.25 236.329 1492.86 Q239.408 1497.44 239.408 1506.19 Q239.408 1514.92 236.329 1519.53 Q233.274 1524.11 227.464 1524.11 Q221.653 1524.11 218.575 1519.53 Q215.519 1514.92 215.519 1506.19 Q215.519 1497.44 218.575 1492.86 Q221.653 1488.25 227.464 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M474.667 1506.61 L504.342 1506.61 L504.342 1510.55 L474.667 1510.55 L474.667 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M518.463 1519.5 L534.782 1519.5 L534.782 1523.44 L512.838 1523.44 L512.838 1519.5 Q515.5 1516.75 520.083 1512.12 Q524.69 1507.47 525.87 1506.13 Q528.116 1503.6 528.995 1501.87 Q529.898 1500.11 529.898 1498.42 Q529.898 1495.66 527.953 1493.93 Q526.032 1492.19 522.93 1492.19 Q520.731 1492.19 518.278 1492.95 Q515.847 1493.72 513.069 1495.27 L513.069 1490.55 Q515.893 1489.41 518.347 1488.83 Q520.801 1488.25 522.838 1488.25 Q528.208 1488.25 531.403 1490.94 Q534.597 1493.63 534.597 1498.12 Q534.597 1500.25 533.787 1502.17 Q533 1504.06 530.893 1506.66 Q530.315 1507.33 527.213 1510.55 Q524.111 1513.74 518.463 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M544.597 1517.56 L549.481 1517.56 L549.481 1523.44 L544.597 1523.44 L544.597 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M559.713 1488.88 L578.069 1488.88 L578.069 1492.82 L563.995 1492.82 L563.995 1501.29 Q565.013 1500.94 566.032 1500.78 Q567.05 1500.59 568.069 1500.59 Q573.856 1500.59 577.236 1503.76 Q580.615 1506.94 580.615 1512.35 Q580.615 1517.93 577.143 1521.03 Q573.671 1524.11 567.351 1524.11 Q565.175 1524.11 562.907 1523.74 Q560.662 1523.37 558.254 1522.63 L558.254 1517.93 Q560.338 1519.06 562.56 1519.62 Q564.782 1520.18 567.259 1520.18 Q571.263 1520.18 573.601 1518.07 Q575.939 1515.96 575.939 1512.35 Q575.939 1508.74 573.601 1506.63 Q571.263 1504.53 567.259 1504.53 Q565.384 1504.53 563.509 1504.94 Q561.657 1505.36 559.713 1506.24 L559.713 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M846.73 1491.96 Q843.119 1491.96 841.291 1495.52 Q839.485 1499.07 839.485 1506.19 Q839.485 1513.3 841.291 1516.87 Q843.119 1520.41 846.73 1520.41 Q850.365 1520.41 852.17 1516.87 Q853.999 1513.3 853.999 1506.19 Q853.999 1499.07 852.17 1495.52 Q850.365 1491.96 846.73 1491.96 M846.73 1488.25 Q852.54 1488.25 855.596 1492.86 Q858.675 1497.44 858.675 1506.19 Q858.675 1514.92 855.596 1519.53 Q852.54 1524.11 846.73 1524.11 Q840.92 1524.11 837.841 1519.53 Q834.786 1514.92 834.786 1506.19 Q834.786 1497.44 837.841 1492.86 Q840.92 1488.25 846.73 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M866.892 1517.56 L871.776 1517.56 L871.776 1523.44 L866.892 1523.44 L866.892 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M891.962 1491.96 Q888.35 1491.96 886.522 1495.52 Q884.716 1499.07 884.716 1506.19 Q884.716 1513.3 886.522 1516.87 Q888.35 1520.41 891.962 1520.41 Q895.596 1520.41 897.401 1516.87 Q899.23 1513.3 899.23 1506.19 Q899.23 1499.07 897.401 1495.52 Q895.596 1491.96 891.962 1491.96 M891.962 1488.25 Q897.772 1488.25 900.827 1492.86 Q903.906 1497.44 903.906 1506.19 Q903.906 1514.92 900.827 1519.53 Q897.772 1524.11 891.962 1524.11 Q886.151 1524.11 883.073 1519.53 Q880.017 1514.92 880.017 1506.19 Q880.017 1497.44 883.073 1492.86 Q886.151 1488.25 891.962 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1182.79 1519.5 L1199.11 1519.5 L1199.11 1523.44 L1177.16 1523.44 L1177.16 1519.5 Q1179.82 1516.75 1184.41 1512.12 Q1189.01 1507.47 1190.19 1506.13 Q1192.44 1503.6 1193.32 1501.87 Q1194.22 1500.11 1194.22 1498.42 Q1194.22 1495.66 1192.28 1493.93 Q1190.36 1492.19 1187.25 1492.19 Q1185.06 1492.19 1182.6 1492.95 Q1180.17 1493.72 1177.39 1495.27 L1177.39 1490.55 Q1180.22 1489.41 1182.67 1488.83 Q1185.13 1488.25 1187.16 1488.25 Q1192.53 1488.25 1195.73 1490.94 Q1198.92 1493.63 1198.92 1498.12 Q1198.92 1500.25 1198.11 1502.17 Q1197.32 1504.06 1195.22 1506.66 Q1194.64 1507.33 1191.54 1510.55 Q1188.44 1513.74 1182.79 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1208.92 1517.56 L1213.81 1517.56 L1213.81 1523.44 L1208.92 1523.44 L1208.92 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1224.04 1488.88 L1242.39 1488.88 L1242.39 1492.82 L1228.32 1492.82 L1228.32 1501.29 Q1229.34 1500.94 1230.36 1500.78 Q1231.37 1500.59 1232.39 1500.59 Q1238.18 1500.59 1241.56 1503.76 Q1244.94 1506.94 1244.94 1512.35 Q1244.94 1517.93 1241.47 1521.03 Q1238 1524.11 1231.68 1524.11 Q1229.5 1524.11 1227.23 1523.74 Q1224.99 1523.37 1222.58 1522.63 L1222.58 1517.93 Q1224.66 1519.06 1226.88 1519.62 Q1229.11 1520.18 1231.58 1520.18 Q1235.59 1520.18 1237.93 1518.07 Q1240.26 1515.96 1240.26 1512.35 Q1240.26 1508.74 1237.93 1506.63 Q1235.59 1504.53 1231.58 1504.53 Q1229.71 1504.53 1227.83 1504.94 Q1225.98 1505.36 1224.04 1506.24 L1224.04 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1519.92 1488.88 L1538.28 1488.88 L1538.28 1492.82 L1524.2 1492.82 L1524.2 1501.29 Q1525.22 1500.94 1526.24 1500.78 Q1527.26 1500.59 1528.28 1500.59 Q1534.06 1500.59 1537.44 1503.76 Q1540.82 1506.94 1540.82 1512.35 Q1540.82 1517.93 1537.35 1521.03 Q1533.88 1524.11 1527.56 1524.11 Q1525.38 1524.11 1523.11 1523.74 Q1520.87 1523.37 1518.46 1522.63 L1518.46 1517.93 Q1520.55 1519.06 1522.77 1519.62 Q1524.99 1520.18 1527.47 1520.18 Q1531.47 1520.18 1533.81 1518.07 Q1536.15 1515.96 1536.15 1512.35 Q1536.15 1508.74 1533.81 1506.63 Q1531.47 1504.53 1527.47 1504.53 Q1525.59 1504.53 1523.72 1504.94 Q1521.86 1505.36 1519.92 1506.24 L1519.92 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1550.04 1517.56 L1554.92 1517.56 L1554.92 1523.44 L1550.04 1523.44 L1550.04 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M1575.11 1491.96 Q1571.49 1491.96 1569.67 1495.52 Q1567.86 1499.07 1567.86 1506.19 Q1567.86 1513.3 1569.67 1516.87 Q1571.49 1520.41 1575.11 1520.41 Q1578.74 1520.41 1580.55 1516.87 Q1582.37 1513.3 1582.37 1506.19 Q1582.37 1499.07 1580.55 1495.52 Q1578.74 1491.96 1575.11 1491.96 M1575.11 1488.25 Q1580.92 1488.25 1583.97 1492.86 Q1587.05 1497.44 1587.05 1506.19 Q1587.05 1514.92 1583.97 1519.53 Q1580.92 1524.11 1575.11 1524.11 Q1569.3 1524.11 1566.22 1519.53 Q1563.16 1514.92 1563.16 1506.19 Q1563.16 1497.44 1566.22 1492.86 Q1569.3 1488.25 1575.11 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1113.69 1552.76,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,758.206 1552.76,758.206 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,402.725 1552.76,402.725 \n \"/>\n<polyline clip-path=\"url(#clip262)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,47.2441 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 202.338,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1113.69 202.338,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,758.206 202.338,758.206 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,402.725 202.338,402.725 \n \"/>\n<polyline clip-path=\"url(#clip260)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,47.2441 202.338,47.2441 \n \"/>\n<path clip-path=\"url(#clip260)\" d=\"M 0 0 M54.9921 1469.62 L84.6679 1469.62 L84.6679 1473.55 L54.9921 1473.55 L54.9921 1469.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M94.8067 1451.89 L113.163 1451.89 L113.163 1455.82 L99.0891 1455.82 L99.0891 1464.3 Q100.108 1463.95 101.126 1463.79 Q102.145 1463.6 103.163 1463.6 Q108.95 1463.6 112.33 1466.77 Q115.709 1469.94 115.709 1475.36 Q115.709 1480.94 112.237 1484.04 Q108.765 1487.12 102.446 1487.12 Q100.27 1487.12 98.0012 1486.75 Q95.7558 1486.38 93.3484 1485.64 L93.3484 1480.94 Q95.4317 1482.07 97.6539 1482.63 Q99.8761 1483.18 102.353 1483.18 Q106.358 1483.18 108.696 1481.08 Q111.033 1478.97 111.033 1475.36 Q111.033 1471.75 108.696 1469.64 Q106.358 1467.54 102.353 1467.54 Q100.478 1467.54 98.603 1467.95 Q96.7512 1468.37 94.8067 1469.25 L94.8067 1451.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M124.922 1480.57 L129.807 1480.57 L129.807 1486.45 L124.922 1486.45 L124.922 1480.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M149.992 1454.97 Q146.381 1454.97 144.552 1458.53 Q142.746 1462.07 142.746 1469.2 Q142.746 1476.31 144.552 1479.87 Q146.381 1483.42 149.992 1483.42 Q153.626 1483.42 155.431 1479.87 Q157.26 1476.31 157.26 1469.2 Q157.26 1462.07 155.431 1458.53 Q153.626 1454.97 149.992 1454.97 M149.992 1451.26 Q155.802 1451.26 158.857 1455.87 Q161.936 1460.45 161.936 1469.2 Q161.936 1477.93 158.857 1482.54 Q155.802 1487.12 149.992 1487.12 Q144.181 1487.12 141.103 1482.54 Q138.047 1477.93 138.047 1469.2 Q138.047 1460.45 141.103 1455.87 Q144.181 1451.26 149.992 1451.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M55.9875 1114.14 L85.6633 1114.14 L85.6633 1118.07 L55.9875 1118.07 L55.9875 1114.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M99.7836 1127.03 L116.103 1127.03 L116.103 1130.97 L94.1586 1130.97 L94.1586 1127.03 Q96.8206 1124.28 101.404 1119.65 Q106.01 1114.99 107.191 1113.65 Q109.436 1111.13 110.316 1109.39 Q111.219 1107.63 111.219 1105.94 Q111.219 1103.19 109.274 1101.45 Q107.353 1099.72 104.251 1099.72 Q102.052 1099.72 99.5984 1100.48 Q97.1678 1101.24 94.3901 1102.8 L94.3901 1098.07 Q97.2141 1096.94 99.6678 1096.36 Q102.122 1095.78 104.159 1095.78 Q109.529 1095.78 112.723 1098.47 Q115.918 1101.15 115.918 1105.64 Q115.918 1107.77 115.108 1109.69 Q114.321 1111.59 112.214 1114.18 Q111.635 1114.86 108.534 1118.07 Q105.432 1121.27 99.7836 1127.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M125.918 1125.09 L130.802 1125.09 L130.802 1130.97 L125.918 1130.97 L125.918 1125.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M141.033 1096.41 L159.39 1096.41 L159.39 1100.34 L145.316 1100.34 L145.316 1108.81 Q146.334 1108.47 147.353 1108.31 Q148.371 1108.12 149.39 1108.12 Q155.177 1108.12 158.556 1111.29 Q161.936 1114.46 161.936 1119.88 Q161.936 1125.46 158.464 1128.56 Q154.992 1131.64 148.672 1131.64 Q146.496 1131.64 144.228 1131.27 Q141.982 1130.9 139.575 1130.16 L139.575 1125.46 Q141.658 1126.59 143.881 1127.15 Q146.103 1127.7 148.58 1127.7 Q152.584 1127.7 154.922 1125.6 Q157.26 1123.49 157.26 1119.88 Q157.26 1116.27 154.922 1114.16 Q152.584 1112.05 148.58 1112.05 Q146.705 1112.05 144.83 1112.47 Q142.978 1112.89 141.033 1113.77 L141.033 1096.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M104.76 744.005 Q101.149 744.005 99.3206 747.569 Q97.515 751.111 97.515 758.241 Q97.515 765.347 99.3206 768.912 Q101.149 772.454 104.76 772.454 Q108.395 772.454 110.2 768.912 Q112.029 765.347 112.029 758.241 Q112.029 751.111 110.2 747.569 Q108.395 744.005 104.76 744.005 M104.76 740.301 Q110.571 740.301 113.626 744.907 Q116.705 749.491 116.705 758.241 Q116.705 766.968 113.626 771.574 Q110.571 776.157 104.76 776.157 Q98.9502 776.157 95.8715 771.574 Q92.816 766.968 92.816 758.241 Q92.816 749.491 95.8715 744.907 Q98.9502 740.301 104.76 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M124.922 769.606 L129.807 769.606 L129.807 775.486 L124.922 775.486 L124.922 769.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M149.992 744.005 Q146.381 744.005 144.552 747.569 Q142.746 751.111 142.746 758.241 Q142.746 765.347 144.552 768.912 Q146.381 772.454 149.992 772.454 Q153.626 772.454 155.431 768.912 Q157.26 765.347 157.26 758.241 Q157.26 751.111 155.431 747.569 Q153.626 744.005 149.992 744.005 M149.992 740.301 Q155.802 740.301 158.857 744.907 Q161.936 749.491 161.936 758.241 Q161.936 766.968 158.857 771.574 Q155.802 776.157 149.992 776.157 Q144.181 776.157 141.103 771.574 Q138.047 766.968 138.047 758.241 Q138.047 749.491 141.103 744.907 Q144.181 740.301 149.992 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M99.7836 416.07 L116.103 416.07 L116.103 420.005 L94.1586 420.005 L94.1586 416.07 Q96.8206 413.315 101.404 408.686 Q106.01 404.033 107.191 402.69 Q109.436 400.167 110.316 398.431 Q111.219 396.672 111.219 394.982 Q111.219 392.227 109.274 390.491 Q107.353 388.755 104.251 388.755 Q102.052 388.755 99.5984 389.519 Q97.1678 390.283 94.3901 391.834 L94.3901 387.112 Q97.2141 385.977 99.6678 385.399 Q102.122 384.82 104.159 384.82 Q109.529 384.82 112.723 387.505 Q115.918 390.19 115.918 394.681 Q115.918 396.811 115.108 398.732 Q114.321 400.63 112.214 403.223 Q111.635 403.894 108.534 407.112 Q105.432 410.306 99.7836 416.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M125.918 414.125 L130.802 414.125 L130.802 420.005 L125.918 420.005 L125.918 414.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M141.033 385.445 L159.39 385.445 L159.39 389.38 L145.316 389.38 L145.316 397.852 Q146.334 397.505 147.353 397.343 Q148.371 397.158 149.39 397.158 Q155.177 397.158 158.556 400.329 Q161.936 403.5 161.936 408.917 Q161.936 414.496 158.464 417.598 Q154.992 420.676 148.672 420.676 Q146.496 420.676 144.228 420.306 Q141.982 419.936 139.575 419.195 L139.575 414.496 Q141.658 415.63 143.881 416.186 Q146.103 416.741 148.58 416.741 Q152.584 416.741 154.922 414.635 Q157.26 412.528 157.26 408.917 Q157.26 405.306 154.922 403.2 Q152.584 401.093 148.58 401.093 Q146.705 401.093 144.83 401.51 Q142.978 401.926 141.033 402.806 L141.033 385.445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M94.8067 29.9641 L113.163 29.9641 L113.163 33.8993 L99.0891 33.8993 L99.0891 42.3714 Q100.108 42.0242 101.126 41.8622 Q102.145 41.677 103.163 41.677 Q108.95 41.677 112.33 44.8483 Q115.709 48.0196 115.709 53.4362 Q115.709 59.0149 112.237 62.1167 Q108.765 65.1954 102.446 65.1954 Q100.27 65.1954 98.0012 64.825 Q95.7558 64.4547 93.3484 63.7139 L93.3484 59.0149 Q95.4317 60.1491 97.6539 60.7047 Q99.8761 61.2602 102.353 61.2602 Q106.358 61.2602 108.696 59.1538 Q111.033 57.0473 111.033 53.4362 Q111.033 49.8251 108.696 47.7186 Q106.358 45.6122 102.353 45.6122 Q100.478 45.6122 98.603 46.0288 Q96.7512 46.4455 94.8067 47.3251 L94.8067 29.9641 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M124.922 58.6445 L129.807 58.6445 L129.807 64.5241 L124.922 64.5241 L124.922 58.6445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip260)\" d=\"M 0 0 M149.992 33.0428 Q146.381 33.0428 144.552 36.6076 Q142.746 40.1492 142.746 47.2788 Q142.746 54.3853 144.552 57.9501 Q146.381 61.4917 149.992 61.4917 Q153.626 61.4917 155.431 57.9501 Q157.26 54.3853 157.26 47.2788 Q157.26 40.1492 155.431 36.6076 Q153.626 33.0428 149.992 33.0428 M149.992 29.3391 Q155.802 29.3391 158.857 33.9456 Q161.936 38.5289 161.936 47.2788 Q161.936 56.0056 158.857 60.6121 Q155.802 65.1954 149.992 65.1954 Q144.181 65.1954 141.103 60.6121 Q138.047 56.0056 138.047 47.2788 Q138.047 38.5289 141.103 33.9456 Q144.181 29.3391 149.992 29.3391 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip262)\" cx=\"988.064\" cy=\"1024.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"873.215\" cy=\"929.187\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1182.56\" cy=\"810.027\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1294.9\" cy=\"933.619\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1217.2\" cy=\"600.534\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"980.04\" cy=\"719.748\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1171.45\" cy=\"1030.48\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1496.14\" cy=\"857.599\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1320.65\" cy=\"964.205\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1306.27\" cy=\"859.161\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1237.15\" cy=\"830.074\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"927.49\" cy=\"889.485\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"978.035\" cy=\"1050.94\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1110.8\" cy=\"777.355\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1082.23\" cy=\"1082.87\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1055.3\" cy=\"815.419\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1047.84\" cy=\"899.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1222.49\" cy=\"1040.03\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1411.25\" cy=\"853.421\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1079.41\" cy=\"882.796\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1151.97\" cy=\"924.086\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1166.84\" cy=\"1175.31\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1184.51\" cy=\"828.918\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1261.92\" cy=\"723.683\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1180.76\" cy=\"1063.14\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1462.9\" cy=\"876.743\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1545.17\" cy=\"897.014\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"993.919\" cy=\"832.497\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1048.06\" cy=\"886.236\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1058.67\" cy=\"760.607\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1120.85\" cy=\"810.052\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1203.17\" cy=\"755.123\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1170.21\" cy=\"773.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1124.58\" cy=\"879.534\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1231.41\" cy=\"1232.99\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1044.75\" cy=\"1083.68\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"889.735\" cy=\"943.602\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1156.81\" cy=\"1020.81\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"977.18\" cy=\"911.968\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"998.603\" cy=\"1123.48\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1312.38\" cy=\"908.962\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1276.9\" cy=\"1065.24\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1180.21\" cy=\"857.148\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1276.07\" cy=\"798.059\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1136.94\" cy=\"1127.14\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1101.41\" cy=\"789.566\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1180.05\" cy=\"1337.25\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1052.67\" cy=\"801.124\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1094.53\" cy=\"943.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1045.07\" cy=\"887.834\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1169.43\" cy=\"817.881\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1123.78\" cy=\"961.53\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1161.68\" cy=\"1035.39\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1164.64\" cy=\"1094.2\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1221.27\" cy=\"1099.57\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1332.12\" cy=\"998.52\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1201.52\" cy=\"750.269\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1248.13\" cy=\"943.396\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"970.922\" cy=\"847.46\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1210.67\" cy=\"759.227\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1179.31\" cy=\"895.821\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1234.54\" cy=\"924.952\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1080.37\" cy=\"952.606\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1356.36\" cy=\"947.323\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"989.807\" cy=\"637.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1273.68\" cy=\"1032.53\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1141.99\" cy=\"941.748\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1249.55\" cy=\"926.713\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1061.5\" cy=\"857.225\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1147.1\" cy=\"923.887\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1142.71\" cy=\"876.501\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1285.21\" cy=\"1170.51\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1439.46\" cy=\"1027.92\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1016.94\" cy=\"935.359\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1390.23\" cy=\"1049.86\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1029.41\" cy=\"827.432\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1172.45\" cy=\"897.601\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1128.73\" cy=\"834.39\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1002.16\" cy=\"773.183\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1035.75\" cy=\"597.746\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1018.48\" cy=\"951.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1349.5\" cy=\"1008.13\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1214.26\" cy=\"792.993\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"917.798\" cy=\"804.221\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1168.83\" cy=\"782.894\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1252.45\" cy=\"920.444\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1146.97\" cy=\"984.971\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1104.8\" cy=\"589.432\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1229.29\" cy=\"811.201\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1254.66\" cy=\"984.972\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1190.9\" cy=\"1042.41\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"956.457\" cy=\"499.786\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1042.54\" cy=\"741.254\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1213.15\" cy=\"938.417\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1246.26\" cy=\"901.983\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1171.6\" cy=\"632.388\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1003.93\" cy=\"1020.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"993.341\" cy=\"965.781\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1198.76\" cy=\"1145.76\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip262)\" cx=\"1156.04\" cy=\"1072.15\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "L = S.Shape[\n S.Segment(\n S.Point(rand(-5:5)+2, rand(-5:5)),\n S.Point(rand(-5:5)-1, rand(-5:5))\n ) for _ in 1:10\n]\nS.draw!(L)",
"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=\"400\" height=\"400\" viewBox=\"0 0 1600 1600\">\n<defs>\n <clipPath id=\"clip300\">\n <rect x=\"0\" y=\"0\" width=\"1600\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip300)\" d=\"\nM0 1600 L1600 1600 L1600 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip301\">\n <rect x=\"320\" y=\"160\" width=\"1121\" height=\"1121\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip300)\" d=\"\nM185.936 1469.17 L1552.76 1469.17 L1552.76 47.2441 L185.936 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip302\">\n <rect x=\"185\" y=\"47\" width=\"1368\" height=\"1423\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 527.641,1469.17 527.641,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 869.346,1469.17 869.346,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 527.641,1469.17 527.641,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 869.346,1469.17 869.346,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,1452.1 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"M 0 0 M132.464 1506.61 L162.14 1506.61 L162.14 1510.55 L132.464 1510.55 L132.464 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M172.279 1488.88 L190.635 1488.88 L190.635 1492.82 L176.561 1492.82 L176.561 1501.29 Q177.58 1500.94 178.598 1500.78 Q179.617 1500.59 180.635 1500.59 Q186.422 1500.59 189.802 1503.76 Q193.181 1506.94 193.181 1512.35 Q193.181 1517.93 189.709 1521.03 Q186.237 1524.11 179.918 1524.11 Q177.742 1524.11 175.473 1523.74 Q173.228 1523.37 170.82 1522.63 L170.82 1517.93 Q172.904 1519.06 175.126 1519.62 Q177.348 1520.18 179.825 1520.18 Q183.83 1520.18 186.167 1518.07 Q188.505 1515.96 188.505 1512.35 Q188.505 1508.74 186.167 1506.63 Q183.83 1504.53 179.825 1504.53 Q177.95 1504.53 176.075 1504.94 Q174.223 1505.36 172.279 1506.24 L172.279 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M202.394 1517.56 L207.278 1517.56 L207.278 1523.44 L202.394 1523.44 L202.394 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M227.464 1491.96 Q223.852 1491.96 222.024 1495.52 Q220.218 1499.07 220.218 1506.19 Q220.218 1513.3 222.024 1516.87 Q223.852 1520.41 227.464 1520.41 Q231.098 1520.41 232.903 1516.87 Q234.732 1513.3 234.732 1506.19 Q234.732 1499.07 232.903 1495.52 Q231.098 1491.96 227.464 1491.96 M227.464 1488.25 Q233.274 1488.25 236.329 1492.86 Q239.408 1497.44 239.408 1506.19 Q239.408 1514.92 236.329 1519.53 Q233.274 1524.11 227.464 1524.11 Q221.653 1524.11 218.575 1519.53 Q215.519 1514.92 215.519 1506.19 Q215.519 1497.44 218.575 1492.86 Q221.653 1488.25 227.464 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M474.667 1506.61 L504.342 1506.61 L504.342 1510.55 L474.667 1510.55 L474.667 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M518.463 1519.5 L534.782 1519.5 L534.782 1523.44 L512.838 1523.44 L512.838 1519.5 Q515.5 1516.75 520.083 1512.12 Q524.69 1507.47 525.87 1506.13 Q528.116 1503.6 528.995 1501.87 Q529.898 1500.11 529.898 1498.42 Q529.898 1495.66 527.953 1493.93 Q526.032 1492.19 522.93 1492.19 Q520.731 1492.19 518.278 1492.95 Q515.847 1493.72 513.069 1495.27 L513.069 1490.55 Q515.893 1489.41 518.347 1488.83 Q520.801 1488.25 522.838 1488.25 Q528.208 1488.25 531.403 1490.94 Q534.597 1493.63 534.597 1498.12 Q534.597 1500.25 533.787 1502.17 Q533 1504.06 530.893 1506.66 Q530.315 1507.33 527.213 1510.55 Q524.111 1513.74 518.463 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M544.597 1517.56 L549.481 1517.56 L549.481 1523.44 L544.597 1523.44 L544.597 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M559.713 1488.88 L578.069 1488.88 L578.069 1492.82 L563.995 1492.82 L563.995 1501.29 Q565.013 1500.94 566.032 1500.78 Q567.05 1500.59 568.069 1500.59 Q573.856 1500.59 577.236 1503.76 Q580.615 1506.94 580.615 1512.35 Q580.615 1517.93 577.143 1521.03 Q573.671 1524.11 567.351 1524.11 Q565.175 1524.11 562.907 1523.74 Q560.662 1523.37 558.254 1522.63 L558.254 1517.93 Q560.338 1519.06 562.56 1519.62 Q564.782 1520.18 567.259 1520.18 Q571.263 1520.18 573.601 1518.07 Q575.939 1515.96 575.939 1512.35 Q575.939 1508.74 573.601 1506.63 Q571.263 1504.53 567.259 1504.53 Q565.384 1504.53 563.509 1504.94 Q561.657 1505.36 559.713 1506.24 L559.713 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M846.73 1491.96 Q843.119 1491.96 841.291 1495.52 Q839.485 1499.07 839.485 1506.19 Q839.485 1513.3 841.291 1516.87 Q843.119 1520.41 846.73 1520.41 Q850.365 1520.41 852.17 1516.87 Q853.999 1513.3 853.999 1506.19 Q853.999 1499.07 852.17 1495.52 Q850.365 1491.96 846.73 1491.96 M846.73 1488.25 Q852.54 1488.25 855.596 1492.86 Q858.675 1497.44 858.675 1506.19 Q858.675 1514.92 855.596 1519.53 Q852.54 1524.11 846.73 1524.11 Q840.92 1524.11 837.841 1519.53 Q834.786 1514.92 834.786 1506.19 Q834.786 1497.44 837.841 1492.86 Q840.92 1488.25 846.73 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M866.892 1517.56 L871.776 1517.56 L871.776 1523.44 L866.892 1523.44 L866.892 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M891.962 1491.96 Q888.35 1491.96 886.522 1495.52 Q884.716 1499.07 884.716 1506.19 Q884.716 1513.3 886.522 1516.87 Q888.35 1520.41 891.962 1520.41 Q895.596 1520.41 897.401 1516.87 Q899.23 1513.3 899.23 1506.19 Q899.23 1499.07 897.401 1495.52 Q895.596 1491.96 891.962 1491.96 M891.962 1488.25 Q897.772 1488.25 900.827 1492.86 Q903.906 1497.44 903.906 1506.19 Q903.906 1514.92 900.827 1519.53 Q897.772 1524.11 891.962 1524.11 Q886.151 1524.11 883.073 1519.53 Q880.017 1514.92 880.017 1506.19 Q880.017 1497.44 883.073 1492.86 Q886.151 1488.25 891.962 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1182.79 1519.5 L1199.11 1519.5 L1199.11 1523.44 L1177.16 1523.44 L1177.16 1519.5 Q1179.82 1516.75 1184.41 1512.12 Q1189.01 1507.47 1190.19 1506.13 Q1192.44 1503.6 1193.32 1501.87 Q1194.22 1500.11 1194.22 1498.42 Q1194.22 1495.66 1192.28 1493.93 Q1190.36 1492.19 1187.25 1492.19 Q1185.06 1492.19 1182.6 1492.95 Q1180.17 1493.72 1177.39 1495.27 L1177.39 1490.55 Q1180.22 1489.41 1182.67 1488.83 Q1185.13 1488.25 1187.16 1488.25 Q1192.53 1488.25 1195.73 1490.94 Q1198.92 1493.63 1198.92 1498.12 Q1198.92 1500.25 1198.11 1502.17 Q1197.32 1504.06 1195.22 1506.66 Q1194.64 1507.33 1191.54 1510.55 Q1188.44 1513.74 1182.79 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1208.92 1517.56 L1213.81 1517.56 L1213.81 1523.44 L1208.92 1523.44 L1208.92 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1224.04 1488.88 L1242.39 1488.88 L1242.39 1492.82 L1228.32 1492.82 L1228.32 1501.29 Q1229.34 1500.94 1230.36 1500.78 Q1231.37 1500.59 1232.39 1500.59 Q1238.18 1500.59 1241.56 1503.76 Q1244.94 1506.94 1244.94 1512.35 Q1244.94 1517.93 1241.47 1521.03 Q1238 1524.11 1231.68 1524.11 Q1229.5 1524.11 1227.23 1523.74 Q1224.99 1523.37 1222.58 1522.63 L1222.58 1517.93 Q1224.66 1519.06 1226.88 1519.62 Q1229.11 1520.18 1231.58 1520.18 Q1235.59 1520.18 1237.93 1518.07 Q1240.26 1515.96 1240.26 1512.35 Q1240.26 1508.74 1237.93 1506.63 Q1235.59 1504.53 1231.58 1504.53 Q1229.71 1504.53 1227.83 1504.94 Q1225.98 1505.36 1224.04 1506.24 L1224.04 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1519.92 1488.88 L1538.28 1488.88 L1538.28 1492.82 L1524.2 1492.82 L1524.2 1501.29 Q1525.22 1500.94 1526.24 1500.78 Q1527.26 1500.59 1528.28 1500.59 Q1534.06 1500.59 1537.44 1503.76 Q1540.82 1506.94 1540.82 1512.35 Q1540.82 1517.93 1537.35 1521.03 Q1533.88 1524.11 1527.56 1524.11 Q1525.38 1524.11 1523.11 1523.74 Q1520.87 1523.37 1518.46 1522.63 L1518.46 1517.93 Q1520.55 1519.06 1522.77 1519.62 Q1524.99 1520.18 1527.47 1520.18 Q1531.47 1520.18 1533.81 1518.07 Q1536.15 1515.96 1536.15 1512.35 Q1536.15 1508.74 1533.81 1506.63 Q1531.47 1504.53 1527.47 1504.53 Q1525.59 1504.53 1523.72 1504.94 Q1521.86 1505.36 1519.92 1506.24 L1519.92 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1550.04 1517.56 L1554.92 1517.56 L1554.92 1523.44 L1550.04 1523.44 L1550.04 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M1575.11 1491.96 Q1571.49 1491.96 1569.67 1495.52 Q1567.86 1499.07 1567.86 1506.19 Q1567.86 1513.3 1569.67 1516.87 Q1571.49 1520.41 1575.11 1520.41 Q1578.74 1520.41 1580.55 1516.87 Q1582.37 1513.3 1582.37 1506.19 Q1582.37 1499.07 1580.55 1495.52 Q1578.74 1491.96 1575.11 1491.96 M1575.11 1488.25 Q1580.92 1488.25 1583.97 1492.86 Q1587.05 1497.44 1587.05 1506.19 Q1587.05 1514.92 1583.97 1519.53 Q1580.92 1524.11 1575.11 1524.11 Q1569.3 1524.11 1566.22 1519.53 Q1563.16 1514.92 1563.16 1506.19 Q1563.16 1497.44 1566.22 1492.86 Q1569.3 1488.25 1575.11 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1113.69 1552.76,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,758.206 1552.76,758.206 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,402.725 1552.76,402.725 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,47.2441 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 202.338,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1113.69 202.338,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,758.206 202.338,758.206 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,402.725 202.338,402.725 \n \"/>\n<polyline clip-path=\"url(#clip300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,47.2441 202.338,47.2441 \n \"/>\n<path clip-path=\"url(#clip300)\" d=\"M 0 0 M54.9921 1469.62 L84.6679 1469.62 L84.6679 1473.55 L54.9921 1473.55 L54.9921 1469.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M94.8067 1451.89 L113.163 1451.89 L113.163 1455.82 L99.0891 1455.82 L99.0891 1464.3 Q100.108 1463.95 101.126 1463.79 Q102.145 1463.6 103.163 1463.6 Q108.95 1463.6 112.33 1466.77 Q115.709 1469.94 115.709 1475.36 Q115.709 1480.94 112.237 1484.04 Q108.765 1487.12 102.446 1487.12 Q100.27 1487.12 98.0012 1486.75 Q95.7558 1486.38 93.3484 1485.64 L93.3484 1480.94 Q95.4317 1482.07 97.6539 1482.63 Q99.8761 1483.18 102.353 1483.18 Q106.358 1483.18 108.696 1481.08 Q111.033 1478.97 111.033 1475.36 Q111.033 1471.75 108.696 1469.64 Q106.358 1467.54 102.353 1467.54 Q100.478 1467.54 98.603 1467.95 Q96.7512 1468.37 94.8067 1469.25 L94.8067 1451.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M124.922 1480.57 L129.807 1480.57 L129.807 1486.45 L124.922 1486.45 L124.922 1480.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M149.992 1454.97 Q146.381 1454.97 144.552 1458.53 Q142.746 1462.07 142.746 1469.2 Q142.746 1476.31 144.552 1479.87 Q146.381 1483.42 149.992 1483.42 Q153.626 1483.42 155.431 1479.87 Q157.26 1476.31 157.26 1469.2 Q157.26 1462.07 155.431 1458.53 Q153.626 1454.97 149.992 1454.97 M149.992 1451.26 Q155.802 1451.26 158.857 1455.87 Q161.936 1460.45 161.936 1469.2 Q161.936 1477.93 158.857 1482.54 Q155.802 1487.12 149.992 1487.12 Q144.181 1487.12 141.103 1482.54 Q138.047 1477.93 138.047 1469.2 Q138.047 1460.45 141.103 1455.87 Q144.181 1451.26 149.992 1451.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M55.9875 1114.14 L85.6633 1114.14 L85.6633 1118.07 L55.9875 1118.07 L55.9875 1114.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M99.7836 1127.03 L116.103 1127.03 L116.103 1130.97 L94.1586 1130.97 L94.1586 1127.03 Q96.8206 1124.28 101.404 1119.65 Q106.01 1114.99 107.191 1113.65 Q109.436 1111.13 110.316 1109.39 Q111.219 1107.63 111.219 1105.94 Q111.219 1103.19 109.274 1101.45 Q107.353 1099.72 104.251 1099.72 Q102.052 1099.72 99.5984 1100.48 Q97.1678 1101.24 94.3901 1102.8 L94.3901 1098.07 Q97.2141 1096.94 99.6678 1096.36 Q102.122 1095.78 104.159 1095.78 Q109.529 1095.78 112.723 1098.47 Q115.918 1101.15 115.918 1105.64 Q115.918 1107.77 115.108 1109.69 Q114.321 1111.59 112.214 1114.18 Q111.635 1114.86 108.534 1118.07 Q105.432 1121.27 99.7836 1127.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M125.918 1125.09 L130.802 1125.09 L130.802 1130.97 L125.918 1130.97 L125.918 1125.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M141.033 1096.41 L159.39 1096.41 L159.39 1100.34 L145.316 1100.34 L145.316 1108.81 Q146.334 1108.47 147.353 1108.31 Q148.371 1108.12 149.39 1108.12 Q155.177 1108.12 158.556 1111.29 Q161.936 1114.46 161.936 1119.88 Q161.936 1125.46 158.464 1128.56 Q154.992 1131.64 148.672 1131.64 Q146.496 1131.64 144.228 1131.27 Q141.982 1130.9 139.575 1130.16 L139.575 1125.46 Q141.658 1126.59 143.881 1127.15 Q146.103 1127.7 148.58 1127.7 Q152.584 1127.7 154.922 1125.6 Q157.26 1123.49 157.26 1119.88 Q157.26 1116.27 154.922 1114.16 Q152.584 1112.05 148.58 1112.05 Q146.705 1112.05 144.83 1112.47 Q142.978 1112.89 141.033 1113.77 L141.033 1096.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M104.76 744.005 Q101.149 744.005 99.3206 747.569 Q97.515 751.111 97.515 758.241 Q97.515 765.347 99.3206 768.912 Q101.149 772.454 104.76 772.454 Q108.395 772.454 110.2 768.912 Q112.029 765.347 112.029 758.241 Q112.029 751.111 110.2 747.569 Q108.395 744.005 104.76 744.005 M104.76 740.301 Q110.571 740.301 113.626 744.907 Q116.705 749.491 116.705 758.241 Q116.705 766.968 113.626 771.574 Q110.571 776.157 104.76 776.157 Q98.9502 776.157 95.8715 771.574 Q92.816 766.968 92.816 758.241 Q92.816 749.491 95.8715 744.907 Q98.9502 740.301 104.76 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M124.922 769.606 L129.807 769.606 L129.807 775.486 L124.922 775.486 L124.922 769.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M149.992 744.005 Q146.381 744.005 144.552 747.569 Q142.746 751.111 142.746 758.241 Q142.746 765.347 144.552 768.912 Q146.381 772.454 149.992 772.454 Q153.626 772.454 155.431 768.912 Q157.26 765.347 157.26 758.241 Q157.26 751.111 155.431 747.569 Q153.626 744.005 149.992 744.005 M149.992 740.301 Q155.802 740.301 158.857 744.907 Q161.936 749.491 161.936 758.241 Q161.936 766.968 158.857 771.574 Q155.802 776.157 149.992 776.157 Q144.181 776.157 141.103 771.574 Q138.047 766.968 138.047 758.241 Q138.047 749.491 141.103 744.907 Q144.181 740.301 149.992 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M99.7836 416.07 L116.103 416.07 L116.103 420.005 L94.1586 420.005 L94.1586 416.07 Q96.8206 413.315 101.404 408.686 Q106.01 404.033 107.191 402.69 Q109.436 400.167 110.316 398.431 Q111.219 396.672 111.219 394.982 Q111.219 392.227 109.274 390.491 Q107.353 388.755 104.251 388.755 Q102.052 388.755 99.5984 389.519 Q97.1678 390.283 94.3901 391.834 L94.3901 387.112 Q97.2141 385.977 99.6678 385.399 Q102.122 384.82 104.159 384.82 Q109.529 384.82 112.723 387.505 Q115.918 390.19 115.918 394.681 Q115.918 396.811 115.108 398.732 Q114.321 400.63 112.214 403.223 Q111.635 403.894 108.534 407.112 Q105.432 410.306 99.7836 416.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M125.918 414.125 L130.802 414.125 L130.802 420.005 L125.918 420.005 L125.918 414.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M141.033 385.445 L159.39 385.445 L159.39 389.38 L145.316 389.38 L145.316 397.852 Q146.334 397.505 147.353 397.343 Q148.371 397.158 149.39 397.158 Q155.177 397.158 158.556 400.329 Q161.936 403.5 161.936 408.917 Q161.936 414.496 158.464 417.598 Q154.992 420.676 148.672 420.676 Q146.496 420.676 144.228 420.306 Q141.982 419.936 139.575 419.195 L139.575 414.496 Q141.658 415.63 143.881 416.186 Q146.103 416.741 148.58 416.741 Q152.584 416.741 154.922 414.635 Q157.26 412.528 157.26 408.917 Q157.26 405.306 154.922 403.2 Q152.584 401.093 148.58 401.093 Q146.705 401.093 144.83 401.51 Q142.978 401.926 141.033 402.806 L141.033 385.445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M94.8067 29.9641 L113.163 29.9641 L113.163 33.8993 L99.0891 33.8993 L99.0891 42.3714 Q100.108 42.0242 101.126 41.8622 Q102.145 41.677 103.163 41.677 Q108.95 41.677 112.33 44.8483 Q115.709 48.0196 115.709 53.4362 Q115.709 59.0149 112.237 62.1167 Q108.765 65.1954 102.446 65.1954 Q100.27 65.1954 98.0012 64.825 Q95.7558 64.4547 93.3484 63.7139 L93.3484 59.0149 Q95.4317 60.1491 97.6539 60.7047 Q99.8761 61.2602 102.353 61.2602 Q106.358 61.2602 108.696 59.1538 Q111.033 57.0473 111.033 53.4362 Q111.033 49.8251 108.696 47.7186 Q106.358 45.6122 102.353 45.6122 Q100.478 45.6122 98.603 46.0288 Q96.7512 46.4455 94.8067 47.3251 L94.8067 29.9641 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M124.922 58.6445 L129.807 58.6445 L129.807 64.5241 L124.922 64.5241 L124.922 58.6445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip300)\" d=\"M 0 0 M149.992 33.0428 Q146.381 33.0428 144.552 36.6076 Q142.746 40.1492 142.746 47.2788 Q142.746 54.3853 144.552 57.9501 Q146.381 61.4917 149.992 61.4917 Q153.626 61.4917 155.431 57.9501 Q157.26 54.3853 157.26 47.2788 Q157.26 40.1492 155.431 36.6076 Q153.626 33.0428 149.992 33.0428 M149.992 29.3391 Q155.802 29.3391 158.857 33.9456 Q161.936 38.5289 161.936 47.2788 Q161.936 56.0056 158.857 60.6121 Q155.802 65.1954 149.992 65.1954 Q144.181 65.1954 141.103 60.6121 Q138.047 56.0056 138.047 47.2788 Q138.047 38.5289 141.103 33.9456 Q144.181 29.3391 149.992 29.3391 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip302)\" cx=\"988.064\" cy=\"1024.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"873.215\" cy=\"929.187\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1182.56\" cy=\"810.027\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1294.9\" cy=\"933.619\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1217.2\" cy=\"600.534\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"980.04\" cy=\"719.748\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1171.45\" cy=\"1030.48\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1496.14\" cy=\"857.599\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1320.65\" cy=\"964.205\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1306.27\" cy=\"859.161\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1237.15\" cy=\"830.074\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"927.49\" cy=\"889.485\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"978.035\" cy=\"1050.94\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1110.8\" cy=\"777.355\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1082.23\" cy=\"1082.87\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1055.3\" cy=\"815.419\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1047.84\" cy=\"899.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1222.49\" cy=\"1040.03\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1411.25\" cy=\"853.421\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1079.41\" cy=\"882.796\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1151.97\" cy=\"924.086\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1166.84\" cy=\"1175.31\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1184.51\" cy=\"828.918\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1261.92\" cy=\"723.683\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1180.76\" cy=\"1063.14\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1462.9\" cy=\"876.743\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1545.17\" cy=\"897.014\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"993.919\" cy=\"832.497\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1048.06\" cy=\"886.236\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1058.67\" cy=\"760.607\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1120.85\" cy=\"810.052\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1203.17\" cy=\"755.123\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1170.21\" cy=\"773.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1124.58\" cy=\"879.534\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1231.41\" cy=\"1232.99\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1044.75\" cy=\"1083.68\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"889.735\" cy=\"943.602\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1156.81\" cy=\"1020.81\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"977.18\" cy=\"911.968\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"998.603\" cy=\"1123.48\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1312.38\" cy=\"908.962\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1276.9\" cy=\"1065.24\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1180.21\" cy=\"857.148\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1276.07\" cy=\"798.059\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1136.94\" cy=\"1127.14\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1101.41\" cy=\"789.566\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1180.05\" cy=\"1337.25\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1052.67\" cy=\"801.124\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1094.53\" cy=\"943.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1045.07\" cy=\"887.834\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1169.43\" cy=\"817.881\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1123.78\" cy=\"961.53\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1161.68\" cy=\"1035.39\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1164.64\" cy=\"1094.2\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1221.27\" cy=\"1099.57\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1332.12\" cy=\"998.52\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1201.52\" cy=\"750.269\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1248.13\" cy=\"943.396\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"970.922\" cy=\"847.46\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1210.67\" cy=\"759.227\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1179.31\" cy=\"895.821\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1234.54\" cy=\"924.952\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1080.37\" cy=\"952.606\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1356.36\" cy=\"947.323\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"989.807\" cy=\"637.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1273.68\" cy=\"1032.53\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1141.99\" cy=\"941.748\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1249.55\" cy=\"926.713\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1061.5\" cy=\"857.225\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1147.1\" cy=\"923.887\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1142.71\" cy=\"876.501\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1285.21\" cy=\"1170.51\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1439.46\" cy=\"1027.92\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1016.94\" cy=\"935.359\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1390.23\" cy=\"1049.86\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1029.41\" cy=\"827.432\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1172.45\" cy=\"897.601\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1128.73\" cy=\"834.39\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1002.16\" cy=\"773.183\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1035.75\" cy=\"597.746\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1018.48\" cy=\"951.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1349.5\" cy=\"1008.13\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1214.26\" cy=\"792.993\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"917.798\" cy=\"804.221\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1168.83\" cy=\"782.894\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1252.45\" cy=\"920.444\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1146.97\" cy=\"984.971\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1104.8\" cy=\"589.432\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1229.29\" cy=\"811.201\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1254.66\" cy=\"984.972\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1190.9\" cy=\"1042.41\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"956.457\" cy=\"499.786\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1042.54\" cy=\"741.254\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1213.15\" cy=\"938.417\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1246.26\" cy=\"901.983\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1171.6\" cy=\"632.388\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1003.93\" cy=\"1020.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"993.341\" cy=\"965.781\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1198.76\" cy=\"1145.76\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip302)\" cx=\"1156.04\" cy=\"1072.15\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#ac8d18; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 869.346,1184.78 1142.71,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#00a9ad; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1279.39,331.629 1416.07,331.629 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#ed5d92; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1826.12,616.014 1279.39,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#c68125; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1006.03,900.398 49.254,758.206 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#00a98d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,758.206 1279.39,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#8e971d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 732.664,758.206 1006.03,189.436 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#00a8cb; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 732.664,1042.59 322.618,1042.59 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#9b7fe8; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1826.12,1326.98 185.936,900.398 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#608cf6; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,758.206 869.346,473.821 \n \"/>\n<polyline clip-path=\"url(#clip302)\" style=\"stroke:#f05f73; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,758.206 869.346,900.398 \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "module T\n\nusing ..S\n\nstruct Circle{T, U} <: S.Shape O::S.Point{T}; r::U end\nfunction S.draw!(C::Circle)\n t = range(0, 2π; length=1000)\n x = @. C.O.x + C.r * cos(t) \n y = @. C.O.y + C.r * sin(t) \n S.plot!(x, y; label=\"\")\nend\n\nend",
"execution_count": 5,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 5,
"data": {
"text/plain": "Main.T"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "C = S.Shape[\n T.Circle(S.Point(rand(-4:4) + 2, rand(-4:4) - 1), rand(1:0.5:4))\n for _ in 1:5\n]\nS.draw!(C)",
"execution_count": 6,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 6,
"data": {
"image/svg+xml": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"400\" height=\"400\" viewBox=\"0 0 1600 1600\">\n<defs>\n <clipPath id=\"clip340\">\n <rect x=\"0\" y=\"0\" width=\"1600\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip340)\" d=\"\nM0 1600 L1600 1600 L1600 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip341\">\n <rect x=\"320\" y=\"160\" width=\"1121\" height=\"1121\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip340)\" d=\"\nM185.936 1469.17 L1552.76 1469.17 L1552.76 47.2441 L185.936 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip342\">\n <rect x=\"185\" y=\"47\" width=\"1368\" height=\"1423\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 527.641,1469.17 527.641,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 869.346,1469.17 869.346,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 527.641,1469.17 527.641,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 869.346,1469.17 869.346,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,1452.1 \n \"/>\n<path clip-path=\"url(#clip340)\" d=\"M 0 0 M132.464 1506.61 L162.14 1506.61 L162.14 1510.55 L132.464 1510.55 L132.464 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M172.279 1488.88 L190.635 1488.88 L190.635 1492.82 L176.561 1492.82 L176.561 1501.29 Q177.58 1500.94 178.598 1500.78 Q179.617 1500.59 180.635 1500.59 Q186.422 1500.59 189.802 1503.76 Q193.181 1506.94 193.181 1512.35 Q193.181 1517.93 189.709 1521.03 Q186.237 1524.11 179.918 1524.11 Q177.742 1524.11 175.473 1523.74 Q173.228 1523.37 170.82 1522.63 L170.82 1517.93 Q172.904 1519.06 175.126 1519.62 Q177.348 1520.18 179.825 1520.18 Q183.83 1520.18 186.167 1518.07 Q188.505 1515.96 188.505 1512.35 Q188.505 1508.74 186.167 1506.63 Q183.83 1504.53 179.825 1504.53 Q177.95 1504.53 176.075 1504.94 Q174.223 1505.36 172.279 1506.24 L172.279 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M202.394 1517.56 L207.278 1517.56 L207.278 1523.44 L202.394 1523.44 L202.394 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M227.464 1491.96 Q223.852 1491.96 222.024 1495.52 Q220.218 1499.07 220.218 1506.19 Q220.218 1513.3 222.024 1516.87 Q223.852 1520.41 227.464 1520.41 Q231.098 1520.41 232.903 1516.87 Q234.732 1513.3 234.732 1506.19 Q234.732 1499.07 232.903 1495.52 Q231.098 1491.96 227.464 1491.96 M227.464 1488.25 Q233.274 1488.25 236.329 1492.86 Q239.408 1497.44 239.408 1506.19 Q239.408 1514.92 236.329 1519.53 Q233.274 1524.11 227.464 1524.11 Q221.653 1524.11 218.575 1519.53 Q215.519 1514.92 215.519 1506.19 Q215.519 1497.44 218.575 1492.86 Q221.653 1488.25 227.464 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M474.667 1506.61 L504.342 1506.61 L504.342 1510.55 L474.667 1510.55 L474.667 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M518.463 1519.5 L534.782 1519.5 L534.782 1523.44 L512.838 1523.44 L512.838 1519.5 Q515.5 1516.75 520.083 1512.12 Q524.69 1507.47 525.87 1506.13 Q528.116 1503.6 528.995 1501.87 Q529.898 1500.11 529.898 1498.42 Q529.898 1495.66 527.953 1493.93 Q526.032 1492.19 522.93 1492.19 Q520.731 1492.19 518.278 1492.95 Q515.847 1493.72 513.069 1495.27 L513.069 1490.55 Q515.893 1489.41 518.347 1488.83 Q520.801 1488.25 522.838 1488.25 Q528.208 1488.25 531.403 1490.94 Q534.597 1493.63 534.597 1498.12 Q534.597 1500.25 533.787 1502.17 Q533 1504.06 530.893 1506.66 Q530.315 1507.33 527.213 1510.55 Q524.111 1513.74 518.463 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M544.597 1517.56 L549.481 1517.56 L549.481 1523.44 L544.597 1523.44 L544.597 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M559.713 1488.88 L578.069 1488.88 L578.069 1492.82 L563.995 1492.82 L563.995 1501.29 Q565.013 1500.94 566.032 1500.78 Q567.05 1500.59 568.069 1500.59 Q573.856 1500.59 577.236 1503.76 Q580.615 1506.94 580.615 1512.35 Q580.615 1517.93 577.143 1521.03 Q573.671 1524.11 567.351 1524.11 Q565.175 1524.11 562.907 1523.74 Q560.662 1523.37 558.254 1522.63 L558.254 1517.93 Q560.338 1519.06 562.56 1519.62 Q564.782 1520.18 567.259 1520.18 Q571.263 1520.18 573.601 1518.07 Q575.939 1515.96 575.939 1512.35 Q575.939 1508.74 573.601 1506.63 Q571.263 1504.53 567.259 1504.53 Q565.384 1504.53 563.509 1504.94 Q561.657 1505.36 559.713 1506.24 L559.713 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M846.73 1491.96 Q843.119 1491.96 841.291 1495.52 Q839.485 1499.07 839.485 1506.19 Q839.485 1513.3 841.291 1516.87 Q843.119 1520.41 846.73 1520.41 Q850.365 1520.41 852.17 1516.87 Q853.999 1513.3 853.999 1506.19 Q853.999 1499.07 852.17 1495.52 Q850.365 1491.96 846.73 1491.96 M846.73 1488.25 Q852.54 1488.25 855.596 1492.86 Q858.675 1497.44 858.675 1506.19 Q858.675 1514.92 855.596 1519.53 Q852.54 1524.11 846.73 1524.11 Q840.92 1524.11 837.841 1519.53 Q834.786 1514.92 834.786 1506.19 Q834.786 1497.44 837.841 1492.86 Q840.92 1488.25 846.73 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M866.892 1517.56 L871.776 1517.56 L871.776 1523.44 L866.892 1523.44 L866.892 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M891.962 1491.96 Q888.35 1491.96 886.522 1495.52 Q884.716 1499.07 884.716 1506.19 Q884.716 1513.3 886.522 1516.87 Q888.35 1520.41 891.962 1520.41 Q895.596 1520.41 897.401 1516.87 Q899.23 1513.3 899.23 1506.19 Q899.23 1499.07 897.401 1495.52 Q895.596 1491.96 891.962 1491.96 M891.962 1488.25 Q897.772 1488.25 900.827 1492.86 Q903.906 1497.44 903.906 1506.19 Q903.906 1514.92 900.827 1519.53 Q897.772 1524.11 891.962 1524.11 Q886.151 1524.11 883.073 1519.53 Q880.017 1514.92 880.017 1506.19 Q880.017 1497.44 883.073 1492.86 Q886.151 1488.25 891.962 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1182.79 1519.5 L1199.11 1519.5 L1199.11 1523.44 L1177.16 1523.44 L1177.16 1519.5 Q1179.82 1516.75 1184.41 1512.12 Q1189.01 1507.47 1190.19 1506.13 Q1192.44 1503.6 1193.32 1501.87 Q1194.22 1500.11 1194.22 1498.42 Q1194.22 1495.66 1192.28 1493.93 Q1190.36 1492.19 1187.25 1492.19 Q1185.06 1492.19 1182.6 1492.95 Q1180.17 1493.72 1177.39 1495.27 L1177.39 1490.55 Q1180.22 1489.41 1182.67 1488.83 Q1185.13 1488.25 1187.16 1488.25 Q1192.53 1488.25 1195.73 1490.94 Q1198.92 1493.63 1198.92 1498.12 Q1198.92 1500.25 1198.11 1502.17 Q1197.32 1504.06 1195.22 1506.66 Q1194.64 1507.33 1191.54 1510.55 Q1188.44 1513.74 1182.79 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1208.92 1517.56 L1213.81 1517.56 L1213.81 1523.44 L1208.92 1523.44 L1208.92 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1224.04 1488.88 L1242.39 1488.88 L1242.39 1492.82 L1228.32 1492.82 L1228.32 1501.29 Q1229.34 1500.94 1230.36 1500.78 Q1231.37 1500.59 1232.39 1500.59 Q1238.18 1500.59 1241.56 1503.76 Q1244.94 1506.94 1244.94 1512.35 Q1244.94 1517.93 1241.47 1521.03 Q1238 1524.11 1231.68 1524.11 Q1229.5 1524.11 1227.23 1523.74 Q1224.99 1523.37 1222.58 1522.63 L1222.58 1517.93 Q1224.66 1519.06 1226.88 1519.62 Q1229.11 1520.18 1231.58 1520.18 Q1235.59 1520.18 1237.93 1518.07 Q1240.26 1515.96 1240.26 1512.35 Q1240.26 1508.74 1237.93 1506.63 Q1235.59 1504.53 1231.58 1504.53 Q1229.71 1504.53 1227.83 1504.94 Q1225.98 1505.36 1224.04 1506.24 L1224.04 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1519.92 1488.88 L1538.28 1488.88 L1538.28 1492.82 L1524.2 1492.82 L1524.2 1501.29 Q1525.22 1500.94 1526.24 1500.78 Q1527.26 1500.59 1528.28 1500.59 Q1534.06 1500.59 1537.44 1503.76 Q1540.82 1506.94 1540.82 1512.35 Q1540.82 1517.93 1537.35 1521.03 Q1533.88 1524.11 1527.56 1524.11 Q1525.38 1524.11 1523.11 1523.74 Q1520.87 1523.37 1518.46 1522.63 L1518.46 1517.93 Q1520.55 1519.06 1522.77 1519.62 Q1524.99 1520.18 1527.47 1520.18 Q1531.47 1520.18 1533.81 1518.07 Q1536.15 1515.96 1536.15 1512.35 Q1536.15 1508.74 1533.81 1506.63 Q1531.47 1504.53 1527.47 1504.53 Q1525.59 1504.53 1523.72 1504.94 Q1521.86 1505.36 1519.92 1506.24 L1519.92 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1550.04 1517.56 L1554.92 1517.56 L1554.92 1523.44 L1550.04 1523.44 L1550.04 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M1575.11 1491.96 Q1571.49 1491.96 1569.67 1495.52 Q1567.86 1499.07 1567.86 1506.19 Q1567.86 1513.3 1569.67 1516.87 Q1571.49 1520.41 1575.11 1520.41 Q1578.74 1520.41 1580.55 1516.87 Q1582.37 1513.3 1582.37 1506.19 Q1582.37 1499.07 1580.55 1495.52 Q1578.74 1491.96 1575.11 1491.96 M1575.11 1488.25 Q1580.92 1488.25 1583.97 1492.86 Q1587.05 1497.44 1587.05 1506.19 Q1587.05 1514.92 1583.97 1519.53 Q1580.92 1524.11 1575.11 1524.11 Q1569.3 1524.11 1566.22 1519.53 Q1563.16 1514.92 1563.16 1506.19 Q1563.16 1497.44 1566.22 1492.86 Q1569.3 1488.25 1575.11 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1113.69 1552.76,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,758.206 1552.76,758.206 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,402.725 1552.76,402.725 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,47.2441 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 202.338,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1113.69 202.338,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,758.206 202.338,758.206 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,402.725 202.338,402.725 \n \"/>\n<polyline clip-path=\"url(#clip340)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,47.2441 202.338,47.2441 \n \"/>\n<path clip-path=\"url(#clip340)\" d=\"M 0 0 M54.9921 1469.62 L84.6679 1469.62 L84.6679 1473.55 L54.9921 1473.55 L54.9921 1469.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M94.8067 1451.89 L113.163 1451.89 L113.163 1455.82 L99.0891 1455.82 L99.0891 1464.3 Q100.108 1463.95 101.126 1463.79 Q102.145 1463.6 103.163 1463.6 Q108.95 1463.6 112.33 1466.77 Q115.709 1469.94 115.709 1475.36 Q115.709 1480.94 112.237 1484.04 Q108.765 1487.12 102.446 1487.12 Q100.27 1487.12 98.0012 1486.75 Q95.7558 1486.38 93.3484 1485.64 L93.3484 1480.94 Q95.4317 1482.07 97.6539 1482.63 Q99.8761 1483.18 102.353 1483.18 Q106.358 1483.18 108.696 1481.08 Q111.033 1478.97 111.033 1475.36 Q111.033 1471.75 108.696 1469.64 Q106.358 1467.54 102.353 1467.54 Q100.478 1467.54 98.603 1467.95 Q96.7512 1468.37 94.8067 1469.25 L94.8067 1451.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M124.922 1480.57 L129.807 1480.57 L129.807 1486.45 L124.922 1486.45 L124.922 1480.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M149.992 1454.97 Q146.381 1454.97 144.552 1458.53 Q142.746 1462.07 142.746 1469.2 Q142.746 1476.31 144.552 1479.87 Q146.381 1483.42 149.992 1483.42 Q153.626 1483.42 155.431 1479.87 Q157.26 1476.31 157.26 1469.2 Q157.26 1462.07 155.431 1458.53 Q153.626 1454.97 149.992 1454.97 M149.992 1451.26 Q155.802 1451.26 158.857 1455.87 Q161.936 1460.45 161.936 1469.2 Q161.936 1477.93 158.857 1482.54 Q155.802 1487.12 149.992 1487.12 Q144.181 1487.12 141.103 1482.54 Q138.047 1477.93 138.047 1469.2 Q138.047 1460.45 141.103 1455.87 Q144.181 1451.26 149.992 1451.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M55.9875 1114.14 L85.6633 1114.14 L85.6633 1118.07 L55.9875 1118.07 L55.9875 1114.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M99.7836 1127.03 L116.103 1127.03 L116.103 1130.97 L94.1586 1130.97 L94.1586 1127.03 Q96.8206 1124.28 101.404 1119.65 Q106.01 1114.99 107.191 1113.65 Q109.436 1111.13 110.316 1109.39 Q111.219 1107.63 111.219 1105.94 Q111.219 1103.19 109.274 1101.45 Q107.353 1099.72 104.251 1099.72 Q102.052 1099.72 99.5984 1100.48 Q97.1678 1101.24 94.3901 1102.8 L94.3901 1098.07 Q97.2141 1096.94 99.6678 1096.36 Q102.122 1095.78 104.159 1095.78 Q109.529 1095.78 112.723 1098.47 Q115.918 1101.15 115.918 1105.64 Q115.918 1107.77 115.108 1109.69 Q114.321 1111.59 112.214 1114.18 Q111.635 1114.86 108.534 1118.07 Q105.432 1121.27 99.7836 1127.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M125.918 1125.09 L130.802 1125.09 L130.802 1130.97 L125.918 1130.97 L125.918 1125.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M141.033 1096.41 L159.39 1096.41 L159.39 1100.34 L145.316 1100.34 L145.316 1108.81 Q146.334 1108.47 147.353 1108.31 Q148.371 1108.12 149.39 1108.12 Q155.177 1108.12 158.556 1111.29 Q161.936 1114.46 161.936 1119.88 Q161.936 1125.46 158.464 1128.56 Q154.992 1131.64 148.672 1131.64 Q146.496 1131.64 144.228 1131.27 Q141.982 1130.9 139.575 1130.16 L139.575 1125.46 Q141.658 1126.59 143.881 1127.15 Q146.103 1127.7 148.58 1127.7 Q152.584 1127.7 154.922 1125.6 Q157.26 1123.49 157.26 1119.88 Q157.26 1116.27 154.922 1114.16 Q152.584 1112.05 148.58 1112.05 Q146.705 1112.05 144.83 1112.47 Q142.978 1112.89 141.033 1113.77 L141.033 1096.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M104.76 744.005 Q101.149 744.005 99.3206 747.569 Q97.515 751.111 97.515 758.241 Q97.515 765.347 99.3206 768.912 Q101.149 772.454 104.76 772.454 Q108.395 772.454 110.2 768.912 Q112.029 765.347 112.029 758.241 Q112.029 751.111 110.2 747.569 Q108.395 744.005 104.76 744.005 M104.76 740.301 Q110.571 740.301 113.626 744.907 Q116.705 749.491 116.705 758.241 Q116.705 766.968 113.626 771.574 Q110.571 776.157 104.76 776.157 Q98.9502 776.157 95.8715 771.574 Q92.816 766.968 92.816 758.241 Q92.816 749.491 95.8715 744.907 Q98.9502 740.301 104.76 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M124.922 769.606 L129.807 769.606 L129.807 775.486 L124.922 775.486 L124.922 769.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M149.992 744.005 Q146.381 744.005 144.552 747.569 Q142.746 751.111 142.746 758.241 Q142.746 765.347 144.552 768.912 Q146.381 772.454 149.992 772.454 Q153.626 772.454 155.431 768.912 Q157.26 765.347 157.26 758.241 Q157.26 751.111 155.431 747.569 Q153.626 744.005 149.992 744.005 M149.992 740.301 Q155.802 740.301 158.857 744.907 Q161.936 749.491 161.936 758.241 Q161.936 766.968 158.857 771.574 Q155.802 776.157 149.992 776.157 Q144.181 776.157 141.103 771.574 Q138.047 766.968 138.047 758.241 Q138.047 749.491 141.103 744.907 Q144.181 740.301 149.992 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M99.7836 416.07 L116.103 416.07 L116.103 420.005 L94.1586 420.005 L94.1586 416.07 Q96.8206 413.315 101.404 408.686 Q106.01 404.033 107.191 402.69 Q109.436 400.167 110.316 398.431 Q111.219 396.672 111.219 394.982 Q111.219 392.227 109.274 390.491 Q107.353 388.755 104.251 388.755 Q102.052 388.755 99.5984 389.519 Q97.1678 390.283 94.3901 391.834 L94.3901 387.112 Q97.2141 385.977 99.6678 385.399 Q102.122 384.82 104.159 384.82 Q109.529 384.82 112.723 387.505 Q115.918 390.19 115.918 394.681 Q115.918 396.811 115.108 398.732 Q114.321 400.63 112.214 403.223 Q111.635 403.894 108.534 407.112 Q105.432 410.306 99.7836 416.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M125.918 414.125 L130.802 414.125 L130.802 420.005 L125.918 420.005 L125.918 414.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M141.033 385.445 L159.39 385.445 L159.39 389.38 L145.316 389.38 L145.316 397.852 Q146.334 397.505 147.353 397.343 Q148.371 397.158 149.39 397.158 Q155.177 397.158 158.556 400.329 Q161.936 403.5 161.936 408.917 Q161.936 414.496 158.464 417.598 Q154.992 420.676 148.672 420.676 Q146.496 420.676 144.228 420.306 Q141.982 419.936 139.575 419.195 L139.575 414.496 Q141.658 415.63 143.881 416.186 Q146.103 416.741 148.58 416.741 Q152.584 416.741 154.922 414.635 Q157.26 412.528 157.26 408.917 Q157.26 405.306 154.922 403.2 Q152.584 401.093 148.58 401.093 Q146.705 401.093 144.83 401.51 Q142.978 401.926 141.033 402.806 L141.033 385.445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M94.8067 29.9641 L113.163 29.9641 L113.163 33.8993 L99.0891 33.8993 L99.0891 42.3714 Q100.108 42.0242 101.126 41.8622 Q102.145 41.677 103.163 41.677 Q108.95 41.677 112.33 44.8483 Q115.709 48.0196 115.709 53.4362 Q115.709 59.0149 112.237 62.1167 Q108.765 65.1954 102.446 65.1954 Q100.27 65.1954 98.0012 64.825 Q95.7558 64.4547 93.3484 63.7139 L93.3484 59.0149 Q95.4317 60.1491 97.6539 60.7047 Q99.8761 61.2602 102.353 61.2602 Q106.358 61.2602 108.696 59.1538 Q111.033 57.0473 111.033 53.4362 Q111.033 49.8251 108.696 47.7186 Q106.358 45.6122 102.353 45.6122 Q100.478 45.6122 98.603 46.0288 Q96.7512 46.4455 94.8067 47.3251 L94.8067 29.9641 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M124.922 58.6445 L129.807 58.6445 L129.807 64.5241 L124.922 64.5241 L124.922 58.6445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip340)\" d=\"M 0 0 M149.992 33.0428 Q146.381 33.0428 144.552 36.6076 Q142.746 40.1492 142.746 47.2788 Q142.746 54.3853 144.552 57.9501 Q146.381 61.4917 149.992 61.4917 Q153.626 61.4917 155.431 57.9501 Q157.26 54.3853 157.26 47.2788 Q157.26 40.1492 155.431 36.6076 Q153.626 33.0428 149.992 33.0428 M149.992 29.3391 Q155.802 29.3391 158.857 33.9456 Q161.936 38.5289 161.936 47.2788 Q161.936 56.0056 158.857 60.6121 Q155.802 65.1954 149.992 65.1954 Q144.181 65.1954 141.103 60.6121 Q138.047 56.0056 138.047 47.2788 Q138.047 38.5289 141.103 33.9456 Q144.181 29.3391 149.992 29.3391 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip342)\" cx=\"988.064\" cy=\"1024.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"873.215\" cy=\"929.187\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1182.56\" cy=\"810.027\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1294.9\" cy=\"933.619\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1217.2\" cy=\"600.534\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"980.04\" cy=\"719.748\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1171.45\" cy=\"1030.48\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1496.14\" cy=\"857.599\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1320.65\" cy=\"964.205\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1306.27\" cy=\"859.161\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1237.15\" cy=\"830.074\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"927.49\" cy=\"889.485\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"978.035\" cy=\"1050.94\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1110.8\" cy=\"777.355\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1082.23\" cy=\"1082.87\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1055.3\" cy=\"815.419\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1047.84\" cy=\"899.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1222.49\" cy=\"1040.03\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1411.25\" cy=\"853.421\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1079.41\" cy=\"882.796\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1151.97\" cy=\"924.086\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1166.84\" cy=\"1175.31\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1184.51\" cy=\"828.918\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1261.92\" cy=\"723.683\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1180.76\" cy=\"1063.14\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1462.9\" cy=\"876.743\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1545.17\" cy=\"897.014\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"993.919\" cy=\"832.497\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1048.06\" cy=\"886.236\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1058.67\" cy=\"760.607\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1120.85\" cy=\"810.052\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1203.17\" cy=\"755.123\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1170.21\" cy=\"773.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1124.58\" cy=\"879.534\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1231.41\" cy=\"1232.99\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1044.75\" cy=\"1083.68\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"889.735\" cy=\"943.602\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1156.81\" cy=\"1020.81\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"977.18\" cy=\"911.968\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"998.603\" cy=\"1123.48\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1312.38\" cy=\"908.962\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1276.9\" cy=\"1065.24\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1180.21\" cy=\"857.148\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1276.07\" cy=\"798.059\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1136.94\" cy=\"1127.14\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1101.41\" cy=\"789.566\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1180.05\" cy=\"1337.25\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1052.67\" cy=\"801.124\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1094.53\" cy=\"943.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1045.07\" cy=\"887.834\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1169.43\" cy=\"817.881\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1123.78\" cy=\"961.53\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1161.68\" cy=\"1035.39\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1164.64\" cy=\"1094.2\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1221.27\" cy=\"1099.57\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1332.12\" cy=\"998.52\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1201.52\" cy=\"750.269\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1248.13\" cy=\"943.396\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"970.922\" cy=\"847.46\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1210.67\" cy=\"759.227\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1179.31\" cy=\"895.821\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1234.54\" cy=\"924.952\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1080.37\" cy=\"952.606\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1356.36\" cy=\"947.323\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"989.807\" cy=\"637.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1273.68\" cy=\"1032.53\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1141.99\" cy=\"941.748\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1249.55\" cy=\"926.713\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1061.5\" cy=\"857.225\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1147.1\" cy=\"923.887\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1142.71\" cy=\"876.501\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1285.21\" cy=\"1170.51\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1439.46\" cy=\"1027.92\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1016.94\" cy=\"935.359\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1390.23\" cy=\"1049.86\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1029.41\" cy=\"827.432\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1172.45\" cy=\"897.601\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1128.73\" cy=\"834.39\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1002.16\" cy=\"773.183\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1035.75\" cy=\"597.746\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1018.48\" cy=\"951.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1349.5\" cy=\"1008.13\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1214.26\" cy=\"792.993\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"917.798\" cy=\"804.221\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1168.83\" cy=\"782.894\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1252.45\" cy=\"920.444\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1146.97\" cy=\"984.971\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1104.8\" cy=\"589.432\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1229.29\" cy=\"811.201\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1254.66\" cy=\"984.972\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1190.9\" cy=\"1042.41\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"956.457\" cy=\"499.786\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1042.54\" cy=\"741.254\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1213.15\" cy=\"938.417\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1246.26\" cy=\"901.983\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1171.6\" cy=\"632.388\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1003.93\" cy=\"1020.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"993.341\" cy=\"965.781\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1198.76\" cy=\"1145.76\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip342)\" cx=\"1156.04\" cy=\"1072.15\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#ac8d18; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 869.346,1184.78 1142.71,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#00a9ad; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1279.39,331.629 1416.07,331.629 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#ed5d92; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1826.12,616.014 1279.39,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#c68125; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1006.03,900.398 49.254,758.206 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#00a98d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,758.206 1279.39,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#8e971d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 732.664,758.206 1006.03,189.436 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#00a8cb; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 732.664,1042.59 322.618,1042.59 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#9b7fe8; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1826.12,1326.98 185.936,900.398 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#608cf6; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,758.206 869.346,473.821 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#f05f73; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,758.206 869.346,900.398 \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#dd64b5; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2031.14,758.206 2031.14,755.97 2031.12,753.735 2031.08,751.499 2031.03,749.264 2030.97,747.029 2030.9,744.794 2030.81,742.561 2030.71,740.327 2030.6,738.095 \n 2030.47,735.863 2030.33,733.632 2030.17,731.402 2030,729.173 2029.82,726.945 2029.62,724.719 2029.41,722.494 2029.19,720.27 2028.96,718.048 2028.71,715.827 \n 2028.44,713.608 2028.17,711.391 2027.88,709.175 2027.57,706.962 2027.26,704.751 2026.93,702.541 2026.58,700.334 2026.23,698.129 2025.86,695.927 2025.47,693.727 \n 2025.08,691.53 2024.67,689.335 2024.25,687.143 2023.81,684.954 2023.36,682.767 2022.9,680.584 2022.42,678.404 2021.93,676.226 2021.43,674.053 2020.91,671.882 \n 2020.39,669.715 2019.84,667.551 2019.29,665.391 2018.72,663.235 2018.14,661.082 2017.55,658.933 2016.94,656.788 2016.32,654.648 2015.69,652.511 2015.04,650.378 \n 2014.39,648.25 2013.71,646.126 2013.03,644.007 2012.33,641.892 2011.62,639.781 2010.9,637.675 2010.17,635.574 2009.42,633.478 2008.66,631.387 2007.89,629.301 \n 2007.1,627.22 2006.3,625.144 2005.49,623.074 2004.67,621.008 2003.83,618.948 2002.98,616.894 2002.12,614.845 2001.25,612.802 2000.37,610.765 1999.47,608.734 \n 1998.56,606.708 1997.64,604.688 1996.7,602.675 1995.76,600.668 1994.8,598.666 1993.83,596.672 1992.84,594.683 1991.85,592.701 1990.84,590.726 1989.82,588.757 \n 1988.79,586.795 1987.75,584.84 1986.7,582.891 1985.63,580.95 1984.55,579.015 1983.46,577.088 1982.36,575.168 1981.25,573.255 1980.13,571.349 1978.99,569.451 \n 1977.85,567.56 1976.69,565.677 1975.52,563.801 1974.34,561.933 1973.14,560.073 1971.94,558.22 1970.73,556.376 1969.5,554.539 1968.26,552.711 1967.02,550.891 \n 1965.76,549.079 1964.49,547.275 1963.21,545.479 1961.91,543.692 1960.61,541.914 1959.3,540.144 1957.98,538.382 1956.64,536.63 1955.3,534.886 1953.94,533.151 \n 1952.58,531.424 1951.2,529.707 1949.81,527.999 1948.42,526.3 1947.01,524.61 1945.59,522.929 1944.16,521.258 1942.73,519.596 1941.28,517.944 1939.82,516.3 \n 1938.35,514.667 1936.88,513.043 1935.39,511.429 1933.89,509.825 1932.39,508.23 1930.87,506.645 1929.34,505.071 1927.81,503.506 1926.26,501.951 1924.71,500.407 \n 1923.15,498.873 1921.57,497.349 1919.99,495.835 1918.4,494.332 1916.8,492.839 1915.19,491.356 1913.58,489.884 1911.95,488.423 1910.31,486.973 1908.67,485.533 \n 1907.02,484.104 1905.36,482.686 1903.69,481.278 1902.01,479.882 1900.32,478.497 1898.62,477.122 1896.92,475.759 1895.21,474.407 1893.49,473.066 1891.76,471.737 \n 1890.03,470.419 1888.28,469.112 1886.53,467.817 1884.77,466.533 1883,465.261 1881.23,464 1879.45,462.751 1877.66,461.514 1875.86,460.288 1874.05,459.074 \n 1872.24,457.872 1870.42,456.682 1868.6,455.504 1866.76,454.337 1864.92,453.183 1863.07,452.041 1861.22,450.911 1859.36,449.793 1857.49,448.687 1855.62,447.594 \n 1853.74,446.513 1851.85,445.444 1849.95,444.387 1848.05,443.343 1846.15,442.312 1844.23,441.293 1842.31,440.286 1840.39,439.292 1838.46,438.311 1836.52,437.342 \n 1834.58,436.386 1832.63,435.443 1830.68,434.512 1828.72,433.595 1826.75,432.69 1824.78,431.798 1822.8,430.919 1820.82,430.052 1818.84,429.199 1816.84,428.359 \n 1814.85,427.532 1812.85,426.718 1810.84,425.917 1808.83,425.129 1806.81,424.355 1804.79,423.593 1802.77,422.845 1800.74,422.11 1798.7,421.389 1796.66,420.681 \n 1794.62,419.986 1792.57,419.304 1790.52,418.636 1788.47,417.981 1786.41,417.34 1784.35,416.712 1782.28,416.098 1780.21,415.497 1778.14,414.91 1776.06,414.337 \n 1773.98,413.777 1771.9,413.23 1769.81,412.698 1767.72,412.179 1765.62,411.673 1763.53,411.182 1761.43,410.704 1759.33,410.24 1757.22,409.789 1755.11,409.353 \n 1753,408.93 1750.89,408.521 1748.77,408.126 1746.66,407.744 1744.54,407.377 1742.41,407.023 1740.29,406.684 1738.16,406.358 1736.04,406.046 1733.91,405.748 \n 1731.77,405.464 1729.64,405.194 1727.51,404.938 1725.37,404.696 1723.23,404.468 1721.09,404.254 1718.95,404.054 1716.81,403.867 1714.67,403.695 1712.52,403.537 \n 1710.38,403.393 1708.23,403.263 1706.09,403.147 1703.94,403.045 1701.79,402.957 1699.64,402.884 1697.5,402.824 1695.35,402.778 1693.2,402.747 1691.05,402.729 \n 1688.9,402.725 1686.75,402.736 1684.6,402.761 1682.45,402.799 1680.31,402.852 1678.16,402.919 1676.01,403 1673.86,403.095 1671.72,403.203 1669.57,403.326 \n 1667.42,403.463 1665.28,403.615 1663.14,403.78 1660.99,403.959 1658.85,404.152 1656.71,404.359 1654.58,404.58 1652.44,404.815 1650.3,405.064 1648.17,405.327 \n 1646.04,405.604 1643.9,405.895 1641.78,406.2 1639.65,406.519 1637.52,406.852 1635.4,407.198 1633.28,407.559 1631.16,407.933 1629.04,408.321 1626.93,408.724 \n 1624.82,409.139 1622.71,409.569 1620.6,410.013 1618.5,410.47 1616.4,410.941 1614.3,411.426 1612.2,411.924 1610.11,412.436 1608.02,412.962 1605.94,413.502 \n 1603.86,414.055 1601.78,414.622 1599.7,415.202 1597.63,415.796 1595.56,416.403 1593.5,417.024 1591.44,417.659 1589.38,418.307 1587.33,418.968 1585.28,419.643 \n 1583.23,420.331 1581.19,421.033 1579.16,421.748 1577.12,422.476 1575.1,423.218 1573.07,423.972 1571.05,424.74 1569.04,425.522 1567.03,426.316 1565.03,427.123 \n 1563.03,427.944 1561.03,428.778 1559.05,429.624 1557.06,430.484 1555.08,431.356 1553.11,432.242 1551.14,433.14 1549.18,434.052 1547.22,434.976 1545.27,435.913 \n 1543.33,436.862 1541.39,437.825 1539.45,438.8 1537.52,439.788 1535.6,440.788 1533.69,441.801 1531.78,442.826 1529.87,443.864 1527.97,444.914 1526.08,445.977 \n 1524.2,447.052 1522.32,448.139 1520.45,449.239 1518.59,450.35 1516.73,451.474 1514.88,452.611 1513.03,453.759 1511.2,454.919 1509.37,456.091 1507.54,457.275 \n 1505.73,458.471 1503.92,459.679 1502.12,460.899 1500.32,462.131 1498.54,463.374 1496.76,464.629 1494.99,465.895 1493.22,467.173 1491.47,468.463 1489.72,469.764 \n 1487.98,471.077 1486.25,472.4 1484.52,473.735 1482.81,475.082 1481.1,476.439 1479.4,477.808 1477.71,479.188 1476.03,480.579 1474.35,481.981 1472.69,483.393 \n 1471.03,484.817 1469.38,486.251 1467.74,487.697 1466.11,489.152 1464.49,490.619 1462.88,492.096 1461.27,493.584 1459.68,495.082 1458.09,496.59 1456.51,498.109 \n 1454.95,499.639 1453.39,501.178 1451.84,502.727 1450.3,504.287 1448.77,505.857 1447.25,507.437 1445.74,509.026 1444.23,510.626 1442.74,512.235 1441.26,513.854 \n 1439.79,515.483 1438.32,517.121 1436.87,518.769 1435.43,520.426 1434,522.093 1432.57,523.769 1431.16,525.454 1429.76,527.148 1428.37,528.852 1426.99,530.565 \n 1425.62,532.286 1424.26,534.017 1422.91,535.757 1421.57,537.505 1420.24,539.262 1418.92,541.028 1417.61,542.802 1416.31,544.585 1415.03,546.376 1413.75,548.176 \n 1412.49,549.984 1411.23,551.8 1409.99,553.624 1408.76,555.457 1407.54,557.297 1406.33,559.146 1405.13,561.002 1403.95,562.866 1402.77,564.738 1401.61,566.617 \n 1400.46,568.504 1399.31,570.399 1398.18,572.301 1397.07,574.21 1395.96,576.127 1394.87,578.051 1393.78,579.982 1392.71,581.92 1391.65,583.865 1390.6,585.817 \n 1389.57,587.775 1388.54,589.741 1387.53,591.713 1386.53,593.691 1385.54,595.677 1384.56,597.668 1383.6,599.666 1382.65,601.67 1381.71,603.681 1380.78,605.697 \n 1379.86,607.72 1378.96,609.749 1378.07,611.783 1377.19,613.823 1376.32,615.869 1375.47,617.921 1374.62,619.978 1373.8,622.04 1372.98,624.108 1372.17,626.181 \n 1371.38,628.26 1370.6,630.343 1369.84,632.432 1369.08,634.526 1368.34,636.624 1367.61,638.728 1366.9,640.836 1366.19,642.948 1365.5,645.066 1364.82,647.187 \n 1364.16,649.314 1363.51,651.444 1362.87,653.579 1362.24,655.718 1361.63,657.86 1361.03,660.007 1360.44,662.158 1359.87,664.312 1359.31,666.471 1358.76,668.633 \n 1358.22,670.798 1357.7,672.967 1357.19,675.139 1356.7,677.315 1356.21,679.493 1355.75,681.675 1355.29,683.86 1354.85,686.048 1354.42,688.238 1354,690.432 \n 1353.6,692.628 1353.21,694.827 1352.83,697.028 1352.47,699.232 1352.12,701.437 1351.78,703.646 1351.46,705.856 1351.15,708.068 1350.85,710.283 1350.57,712.499 \n 1350.3,714.717 1350.04,716.937 1349.8,719.159 1349.57,721.382 1349.36,723.606 1349.15,725.832 1348.96,728.059 1348.79,730.287 1348.63,732.517 1348.48,734.747 \n 1348.34,736.979 1348.22,739.211 1348.11,741.444 1348.02,743.677 1347.94,745.912 1347.87,748.146 1347.82,750.381 1347.78,752.617 1347.75,754.852 1347.73,757.088 \n 1347.73,759.324 1347.75,761.56 1347.78,763.795 1347.82,766.031 1347.87,768.266 1347.94,770.5 1348.02,772.735 1348.11,774.968 1348.22,777.201 1348.34,779.433 \n 1348.48,781.665 1348.63,783.895 1348.79,786.125 1348.96,788.353 1349.15,790.58 1349.36,792.806 1349.57,795.03 1349.8,797.253 1350.04,799.475 1350.3,801.695 \n 1350.57,803.913 1350.85,806.129 1351.15,808.343 1351.46,810.556 1351.78,812.766 1352.12,814.974 1352.47,817.18 1352.83,819.384 1353.21,821.585 1353.6,823.784 \n 1354,825.98 1354.42,828.174 1354.85,830.364 1355.29,832.552 1355.75,834.737 1356.21,836.919 1356.7,839.097 1357.19,841.273 1357.7,843.445 1358.22,845.614 \n 1358.76,847.779 1359.31,849.941 1359.87,852.099 1360.44,854.254 1361.03,856.405 1361.63,858.552 1362.24,860.694 1362.87,862.833 1363.51,864.968 1364.16,867.098 \n 1364.82,869.224 1365.5,871.346 1366.19,873.463 1366.9,875.576 1367.61,877.684 1368.34,879.788 1369.08,881.886 1369.84,883.98 1370.6,886.068 1371.38,888.152 \n 1372.17,890.231 1372.98,892.304 1373.8,894.372 1374.62,896.434 1375.47,898.491 1376.32,900.543 1377.19,902.589 1378.07,904.629 1378.96,906.663 1379.86,908.692 \n 1380.78,910.715 1381.71,912.731 1382.65,914.742 1383.6,916.746 1384.56,918.744 1385.54,920.735 1386.53,922.721 1387.53,924.699 1388.54,926.671 1389.57,928.637 \n 1390.6,930.595 1391.65,932.547 1392.71,934.492 1393.78,936.43 1394.87,938.361 1395.96,940.285 1397.07,942.202 1398.18,944.111 1399.31,946.013 1400.46,947.908 \n 1401.61,949.795 1402.77,951.674 1403.95,953.546 1405.13,955.41 1406.33,957.266 1407.54,959.115 1408.76,960.955 1409.99,962.788 1411.23,964.612 1412.49,966.428 \n 1413.75,968.236 1415.03,970.036 1416.31,971.827 1417.61,973.61 1418.92,975.384 1420.24,977.15 1421.57,978.907 1422.91,980.655 1424.26,982.395 1425.62,984.126 \n 1426.99,985.847 1428.37,987.56 1429.76,989.264 1431.16,990.958 1432.57,992.643 1434,994.319 1435.43,995.986 1436.87,997.643 1438.32,999.291 1439.79,1000.93 \n 1441.26,1002.56 1442.74,1004.18 1444.23,1005.79 1445.74,1007.39 1447.25,1008.98 1448.77,1010.56 1450.3,1012.12 1451.84,1013.68 1453.39,1015.23 1454.95,1016.77 \n 1456.51,1018.3 1458.09,1019.82 1459.68,1021.33 1461.27,1022.83 1462.88,1024.32 1464.49,1025.79 1466.11,1027.26 1467.74,1028.72 1469.38,1030.16 1471.03,1031.6 \n 1472.69,1033.02 1474.35,1034.43 1476.03,1035.83 1477.71,1037.22 1479.4,1038.6 1481.1,1039.97 1482.81,1041.33 1484.52,1042.68 1486.25,1044.01 1487.98,1045.34 \n 1489.72,1046.65 1491.47,1047.95 1493.22,1049.24 1494.99,1050.52 1496.76,1051.78 1498.54,1053.04 1500.32,1054.28 1502.12,1055.51 1503.92,1056.73 1505.73,1057.94 \n 1507.54,1059.14 1509.37,1060.32 1511.2,1061.49 1513.03,1062.65 1514.88,1063.8 1516.73,1064.94 1518.59,1066.06 1520.45,1067.17 1522.32,1068.27 1524.2,1069.36 \n 1526.08,1070.44 1527.97,1071.5 1529.87,1072.55 1531.78,1073.59 1533.69,1074.61 1535.6,1075.62 1537.52,1076.62 1539.45,1077.61 1541.39,1078.59 1543.33,1079.55 \n 1545.27,1080.5 1547.22,1081.44 1549.18,1082.36 1551.14,1083.27 1553.11,1084.17 1555.08,1085.06 1557.06,1085.93 1559.05,1086.79 1561.03,1087.63 1563.03,1088.47 \n 1565.03,1089.29 1567.03,1090.1 1569.04,1090.89 1571.05,1091.67 1573.07,1092.44 1575.1,1093.19 1577.12,1093.94 1579.16,1094.66 1581.19,1095.38 1583.23,1096.08 \n 1585.28,1096.77 1587.33,1097.44 1589.38,1098.11 1591.44,1098.75 1593.5,1099.39 1595.56,1100.01 1597.63,1100.62 1599.7,1101.21 1601.78,1101.79 1603.86,1102.36 \n 1605.94,1102.91 1608.02,1103.45 1610.11,1103.98 1612.2,1104.49 1614.3,1104.99 1616.4,1105.47 1618.5,1105.94 1620.6,1106.4 1622.71,1106.84 1624.82,1107.27 \n 1626.93,1107.69 1629.04,1108.09 1631.16,1108.48 1633.28,1108.85 1635.4,1109.21 1637.52,1109.56 1639.65,1109.89 1641.78,1110.21 1643.9,1110.52 1646.04,1110.81 \n 1648.17,1111.08 1650.3,1111.35 1652.44,1111.6 1654.58,1111.83 1656.71,1112.05 1658.85,1112.26 1660.99,1112.45 1663.14,1112.63 1665.28,1112.8 1667.42,1112.95 \n 1669.57,1113.09 1671.72,1113.21 1673.86,1113.32 1676.01,1113.41 1678.16,1113.49 1680.31,1113.56 1682.45,1113.61 1684.6,1113.65 1686.75,1113.68 1688.9,1113.69 \n 1691.05,1113.68 1693.2,1113.67 1695.35,1113.63 1697.5,1113.59 1699.64,1113.53 1701.79,1113.45 1703.94,1113.37 1706.09,1113.26 1708.23,1113.15 1710.38,1113.02 \n 1712.52,1112.87 1714.67,1112.72 1716.81,1112.54 1718.95,1112.36 1721.09,1112.16 1723.23,1111.94 1725.37,1111.72 1727.51,1111.47 1729.64,1111.22 1731.77,1110.95 \n 1733.91,1110.66 1736.04,1110.37 1738.16,1110.05 1740.29,1109.73 1742.41,1109.39 1744.54,1109.04 1746.66,1108.67 1748.77,1108.29 1750.89,1107.89 1753,1107.48 \n 1755.11,1107.06 1757.22,1106.62 1759.33,1106.17 1761.43,1105.71 1763.53,1105.23 1765.62,1104.74 1767.72,1104.23 1769.81,1103.71 1771.9,1103.18 1773.98,1102.64 \n 1776.06,1102.08 1778.14,1101.5 1780.21,1100.91 1782.28,1100.31 1784.35,1099.7 1786.41,1099.07 1788.47,1098.43 1790.52,1097.78 1792.57,1097.11 1794.62,1096.43 \n 1796.66,1095.73 1798.7,1095.02 1800.74,1094.3 1802.77,1093.57 1804.79,1092.82 1806.81,1092.06 1808.83,1091.28 1810.84,1090.49 1812.85,1089.69 1814.85,1088.88 \n 1816.84,1088.05 1818.84,1087.21 1820.82,1086.36 1822.8,1085.49 1824.78,1084.61 1826.75,1083.72 1828.72,1082.82 1830.68,1081.9 1832.63,1080.97 1834.58,1080.03 \n 1836.52,1079.07 1838.46,1078.1 1840.39,1077.12 1842.31,1076.13 1844.23,1075.12 1846.15,1074.1 1848.05,1073.07 1849.95,1072.02 1851.85,1070.97 1853.74,1069.9 \n 1855.62,1068.82 1857.49,1067.72 1859.36,1066.62 1861.22,1065.5 1863.07,1064.37 1864.92,1063.23 1866.76,1062.07 1868.6,1060.91 1870.42,1059.73 1872.24,1058.54 \n 1874.05,1057.34 1875.86,1056.12 1877.66,1054.9 1879.45,1053.66 1881.23,1052.41 1883,1051.15 1884.77,1049.88 1886.53,1048.6 1888.28,1047.3 1890.03,1045.99 \n 1891.76,1044.67 1893.49,1043.35 1895.21,1042 1896.92,1040.65 1898.62,1039.29 1900.32,1037.92 1902.01,1036.53 1903.69,1035.13 1905.36,1033.73 1907.02,1032.31 \n 1908.67,1030.88 1910.31,1029.44 1911.95,1027.99 1913.58,1026.53 1915.19,1025.06 1916.8,1023.57 1918.4,1022.08 1919.99,1020.58 1921.57,1019.06 1923.15,1017.54 \n 1924.71,1016.01 1926.26,1014.46 1927.81,1012.91 1929.34,1011.34 1930.87,1009.77 1932.39,1008.18 1933.89,1006.59 1935.39,1004.98 1936.88,1003.37 1938.35,1001.74 \n 1939.82,1000.11 1941.28,998.468 1942.73,996.816 1944.16,995.154 1945.59,993.483 1947.01,991.802 1948.42,990.112 1949.81,988.413 1951.2,986.705 1952.58,984.988 \n 1953.94,983.261 1955.3,981.526 1956.64,979.782 1957.98,978.03 1959.3,976.268 1960.61,974.498 1961.91,972.72 1963.21,970.933 1964.49,969.137 1965.76,967.333 \n 1967.02,965.521 1968.26,963.701 1969.5,961.872 1970.73,960.036 1971.94,958.192 1973.14,956.339 1974.34,954.479 1975.52,952.611 1976.69,950.735 1977.85,948.852 \n 1978.99,946.961 1980.13,945.063 1981.25,943.157 1982.36,941.244 1983.46,939.324 1984.55,937.397 1985.63,935.462 1986.7,933.521 1987.75,931.572 1988.79,929.617 \n 1989.82,927.655 1990.84,925.686 1991.85,923.711 1992.84,921.729 1993.83,919.74 1994.8,917.746 1995.76,915.744 1996.7,913.737 1997.64,911.724 1998.56,909.704 \n 1999.47,907.678 2000.37,905.647 2001.25,903.61 2002.12,901.567 2002.98,899.518 2003.83,897.464 2004.67,895.404 2005.49,893.338 2006.3,891.268 2007.1,889.192 \n 2007.89,887.111 2008.66,885.025 2009.42,882.934 2010.17,880.838 2010.9,878.737 2011.62,876.631 2012.33,874.52 2013.03,872.405 2013.71,870.286 2014.39,868.162 \n 2015.04,866.034 2015.69,863.901 2016.32,861.764 2016.94,859.623 2017.55,857.479 2018.14,855.33 2018.72,853.177 2019.29,851.021 2019.84,848.861 2020.39,846.697 \n 2020.91,844.53 2021.43,842.359 2021.93,840.186 2022.42,838.008 2022.9,835.828 2023.36,833.645 2023.81,831.458 2024.25,829.269 2024.67,827.077 2025.08,824.882 \n 2025.47,822.685 2025.86,820.485 2026.23,818.283 2026.58,816.078 2026.93,813.871 2027.26,811.661 2027.57,809.45 2027.88,807.237 2028.17,805.021 2028.44,802.804 \n 2028.71,800.585 2028.96,798.364 2029.19,796.142 2029.41,793.918 2029.62,791.693 2029.82,789.467 2030,787.239 2030.17,785.01 2030.33,782.78 2030.47,780.549 \n 2030.6,778.317 2030.71,776.085 2030.81,773.851 2030.9,771.618 2030.97,769.383 2031.03,767.148 2031.08,764.913 2031.12,762.677 2031.14,760.442 2031.14,758.206 \n \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#6b9e32; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2031.14,1469.17 2031.14,1466.93 2031.12,1464.7 2031.08,1462.46 2031.03,1460.23 2030.97,1457.99 2030.9,1455.76 2030.81,1453.52 2030.71,1451.29 2030.6,1449.06 \n 2030.47,1446.82 2030.33,1444.59 2030.17,1442.36 2030,1440.13 2029.82,1437.91 2029.62,1435.68 2029.41,1433.46 2029.19,1431.23 2028.96,1429.01 2028.71,1426.79 \n 2028.44,1424.57 2028.17,1422.35 2027.88,1420.14 2027.57,1417.92 2027.26,1415.71 2026.93,1413.5 2026.58,1411.3 2026.23,1409.09 2025.86,1406.89 2025.47,1404.69 \n 2025.08,1402.49 2024.67,1400.3 2024.25,1398.1 2023.81,1395.92 2023.36,1393.73 2022.9,1391.55 2022.42,1389.37 2021.93,1387.19 2021.43,1385.01 2020.91,1382.84 \n 2020.39,1380.68 2019.84,1378.51 2019.29,1376.35 2018.72,1374.2 2018.14,1372.04 2017.55,1369.9 2016.94,1367.75 2016.32,1365.61 2015.69,1363.47 2015.04,1361.34 \n 2014.39,1359.21 2013.71,1357.09 2013.03,1354.97 2012.33,1352.85 2011.62,1350.74 2010.9,1348.64 2010.17,1346.54 2009.42,1344.44 2008.66,1342.35 2007.89,1340.26 \n 2007.1,1338.18 2006.3,1336.11 2005.49,1334.04 2004.67,1331.97 2003.83,1329.91 2002.98,1327.86 2002.12,1325.81 2001.25,1323.76 2000.37,1321.73 1999.47,1319.7 \n 1998.56,1317.67 1997.64,1315.65 1996.7,1313.64 1995.76,1311.63 1994.8,1309.63 1993.83,1307.63 1992.84,1305.65 1991.85,1303.66 1990.84,1301.69 1989.82,1299.72 \n 1988.79,1297.76 1987.75,1295.8 1986.7,1293.85 1985.63,1291.91 1984.55,1289.98 1983.46,1288.05 1982.36,1286.13 1981.25,1284.22 1980.13,1282.31 1978.99,1280.41 \n 1977.85,1278.52 1976.69,1276.64 1975.52,1274.76 1974.34,1272.89 1973.14,1271.03 1971.94,1269.18 1970.73,1267.34 1969.5,1265.5 1968.26,1263.67 1967.02,1261.85 \n 1965.76,1260.04 1964.49,1258.24 1963.21,1256.44 1961.91,1254.65 1960.61,1252.88 1959.3,1251.11 1957.98,1249.34 1956.64,1247.59 1955.3,1245.85 1953.94,1244.11 \n 1952.58,1242.39 1951.2,1240.67 1949.81,1238.96 1948.42,1237.26 1947.01,1235.57 1945.59,1233.89 1944.16,1232.22 1942.73,1230.56 1941.28,1228.91 1939.82,1227.26 \n 1938.35,1225.63 1936.88,1224.01 1935.39,1222.39 1933.89,1220.79 1932.39,1219.19 1930.87,1217.61 1929.34,1216.03 1927.81,1214.47 1926.26,1212.91 1924.71,1211.37 \n 1923.15,1209.83 1921.57,1208.31 1919.99,1206.8 1918.4,1205.29 1916.8,1203.8 1915.19,1202.32 1913.58,1200.85 1911.95,1199.39 1910.31,1197.93 1908.67,1196.49 \n 1907.02,1195.07 1905.36,1193.65 1903.69,1192.24 1902.01,1190.84 1900.32,1189.46 1898.62,1188.08 1896.92,1186.72 1895.21,1185.37 1893.49,1184.03 1891.76,1182.7 \n 1890.03,1181.38 1888.28,1180.07 1886.53,1178.78 1884.77,1177.49 1883,1176.22 1881.23,1174.96 1879.45,1173.71 1877.66,1172.48 1875.86,1171.25 1874.05,1170.04 \n 1872.24,1168.83 1870.42,1167.64 1868.6,1166.47 1866.76,1165.3 1864.92,1164.15 1863.07,1163 1861.22,1161.87 1859.36,1160.75 1857.49,1159.65 1855.62,1158.56 \n 1853.74,1157.47 1851.85,1156.41 1849.95,1155.35 1848.05,1154.31 1846.15,1153.27 1844.23,1152.25 1842.31,1151.25 1840.39,1150.25 1838.46,1149.27 1836.52,1148.3 \n 1834.58,1147.35 1832.63,1146.4 1830.68,1145.47 1828.72,1144.56 1826.75,1143.65 1824.78,1142.76 1822.8,1141.88 1820.82,1141.01 1818.84,1140.16 1816.84,1139.32 \n 1814.85,1138.49 1812.85,1137.68 1810.84,1136.88 1808.83,1136.09 1806.81,1135.32 1804.79,1134.56 1802.77,1133.81 1800.74,1133.07 1798.7,1132.35 1796.66,1131.64 \n 1794.62,1130.95 1792.57,1130.27 1790.52,1129.6 1788.47,1128.94 1786.41,1128.3 1784.35,1127.67 1782.28,1127.06 1780.21,1126.46 1778.14,1125.87 1776.06,1125.3 \n 1773.98,1124.74 1771.9,1124.19 1769.81,1123.66 1767.72,1123.14 1765.62,1122.64 1763.53,1122.14 1761.43,1121.67 1759.33,1121.2 1757.22,1120.75 1755.11,1120.31 \n 1753,1119.89 1750.89,1119.48 1748.77,1119.09 1746.66,1118.71 1744.54,1118.34 1742.41,1117.99 1740.29,1117.65 1738.16,1117.32 1736.04,1117.01 1733.91,1116.71 \n 1731.77,1116.43 1729.64,1116.16 1727.51,1115.9 1725.37,1115.66 1723.23,1115.43 1721.09,1115.22 1718.95,1115.02 1716.81,1114.83 1714.67,1114.66 1712.52,1114.5 \n 1710.38,1114.36 1708.23,1114.23 1706.09,1114.11 1703.94,1114.01 1701.79,1113.92 1699.64,1113.85 1697.5,1113.79 1695.35,1113.74 1693.2,1113.71 1691.05,1113.69 \n 1688.9,1113.69 1686.75,1113.7 1684.6,1113.72 1682.45,1113.76 1680.31,1113.81 1678.16,1113.88 1676.01,1113.96 1673.86,1114.06 1671.72,1114.17 1669.57,1114.29 \n 1667.42,1114.43 1665.28,1114.58 1663.14,1114.74 1660.99,1114.92 1658.85,1115.11 1656.71,1115.32 1654.58,1115.54 1652.44,1115.78 1650.3,1116.03 1648.17,1116.29 \n 1646.04,1116.57 1643.9,1116.86 1641.78,1117.16 1639.65,1117.48 1637.52,1117.81 1635.4,1118.16 1633.28,1118.52 1631.16,1118.9 1629.04,1119.28 1626.93,1119.69 \n 1624.82,1120.1 1622.71,1120.53 1620.6,1120.97 1618.5,1121.43 1616.4,1121.9 1614.3,1122.39 1612.2,1122.89 1610.11,1123.4 1608.02,1123.92 1605.94,1124.46 \n 1603.86,1125.02 1601.78,1125.58 1599.7,1126.16 1597.63,1126.76 1595.56,1127.37 1593.5,1127.99 1591.44,1128.62 1589.38,1129.27 1587.33,1129.93 1585.28,1130.61 \n 1583.23,1131.29 1581.19,1131.99 1579.16,1132.71 1577.12,1133.44 1575.1,1134.18 1573.07,1134.93 1571.05,1135.7 1569.04,1136.48 1567.03,1137.28 1565.03,1138.09 \n 1563.03,1138.91 1561.03,1139.74 1559.05,1140.59 1557.06,1141.45 1555.08,1142.32 1553.11,1143.2 1551.14,1144.1 1549.18,1145.01 1547.22,1145.94 1545.27,1146.87 \n 1543.33,1147.82 1541.39,1148.79 1539.45,1149.76 1537.52,1150.75 1535.6,1151.75 1533.69,1152.76 1531.78,1153.79 1529.87,1154.83 1527.97,1155.88 1526.08,1156.94 \n 1524.2,1158.01 1522.32,1159.1 1520.45,1160.2 1518.59,1161.31 1516.73,1162.44 1514.88,1163.57 1513.03,1164.72 1511.2,1165.88 1509.37,1167.05 1507.54,1168.24 \n 1505.73,1169.43 1503.92,1170.64 1502.12,1171.86 1500.32,1173.09 1498.54,1174.34 1496.76,1175.59 1494.99,1176.86 1493.22,1178.14 1491.47,1179.42 1489.72,1180.73 \n 1487.98,1182.04 1486.25,1183.36 1484.52,1184.7 1482.81,1186.04 1481.1,1187.4 1479.4,1188.77 1477.71,1190.15 1476.03,1191.54 1474.35,1192.94 1472.69,1194.36 \n 1471.03,1195.78 1469.38,1197.21 1467.74,1198.66 1466.11,1200.11 1464.49,1201.58 1462.88,1203.06 1461.27,1204.55 1459.68,1206.04 1458.09,1207.55 1456.51,1209.07 \n 1454.95,1210.6 1453.39,1212.14 1451.84,1213.69 1450.3,1215.25 1448.77,1216.82 1447.25,1218.4 1445.74,1219.99 1444.23,1221.59 1442.74,1223.2 1441.26,1224.82 \n 1439.79,1226.44 1438.32,1228.08 1436.87,1229.73 1435.43,1231.39 1434,1233.05 1432.57,1234.73 1431.16,1236.42 1429.76,1238.11 1428.37,1239.81 1426.99,1241.53 \n 1425.62,1243.25 1424.26,1244.98 1422.91,1246.72 1421.57,1248.47 1420.24,1250.22 1418.92,1251.99 1417.61,1253.76 1416.31,1255.55 1415.03,1257.34 1413.75,1259.14 \n 1412.49,1260.95 1411.23,1262.76 1409.99,1264.59 1408.76,1266.42 1407.54,1268.26 1406.33,1270.11 1405.13,1271.96 1403.95,1273.83 1402.77,1275.7 1401.61,1277.58 \n 1400.46,1279.47 1399.31,1281.36 1398.18,1283.26 1397.07,1285.17 1395.96,1287.09 1394.87,1289.01 1393.78,1290.94 1392.71,1292.88 1391.65,1294.83 1390.6,1296.78 \n 1389.57,1298.74 1388.54,1300.7 1387.53,1302.67 1386.53,1304.65 1385.54,1306.64 1384.56,1308.63 1383.6,1310.63 1382.65,1312.63 1381.71,1314.64 1380.78,1316.66 \n 1379.86,1318.68 1378.96,1320.71 1378.07,1322.74 1377.19,1324.79 1376.32,1326.83 1375.47,1328.88 1374.62,1330.94 1373.8,1333 1372.98,1335.07 1372.17,1337.14 \n 1371.38,1339.22 1370.6,1341.31 1369.84,1343.39 1369.08,1345.49 1368.34,1347.59 1367.61,1349.69 1366.9,1351.8 1366.19,1353.91 1365.5,1356.03 1364.82,1358.15 \n 1364.16,1360.28 1363.51,1362.41 1362.87,1364.54 1362.24,1366.68 1361.63,1368.82 1361.03,1370.97 1360.44,1373.12 1359.87,1375.27 1359.31,1377.43 1358.76,1379.59 \n 1358.22,1381.76 1357.7,1383.93 1357.19,1386.1 1356.7,1388.28 1356.21,1390.46 1355.75,1392.64 1355.29,1394.82 1354.85,1397.01 1354.42,1399.2 1354,1401.39 \n 1353.6,1403.59 1353.21,1405.79 1352.83,1407.99 1352.47,1410.19 1352.12,1412.4 1351.78,1414.61 1351.46,1416.82 1351.15,1419.03 1350.85,1421.24 1350.57,1423.46 \n 1350.3,1425.68 1350.04,1427.9 1349.8,1430.12 1349.57,1432.34 1349.36,1434.57 1349.15,1436.79 1348.96,1439.02 1348.79,1441.25 1348.63,1443.48 1348.48,1445.71 \n 1348.34,1447.94 1348.22,1450.17 1348.11,1452.41 1348.02,1454.64 1347.94,1456.87 1347.87,1459.11 1347.82,1461.34 1347.78,1463.58 1347.75,1465.81 1347.73,1468.05 \n 1347.73,1470.29 1347.75,1472.52 1347.78,1474.76 1347.82,1476.99 1347.87,1479.23 1347.94,1481.46 1348.02,1483.7 1348.11,1485.93 1348.22,1488.16 1348.34,1490.4 \n 1348.48,1492.63 1348.63,1494.86 1348.79,1497.09 1348.96,1499.31 1349.15,1501.54 1349.36,1503.77 1349.57,1505.99 1349.8,1508.22 1350.04,1510.44 1350.3,1512.66 \n 1350.57,1514.87 1350.85,1517.09 1351.15,1519.31 1351.46,1521.52 1351.78,1523.73 1352.12,1525.94 1352.47,1528.14 1352.83,1530.35 1353.21,1532.55 1353.6,1534.75 \n 1354,1536.94 1354.42,1539.14 1354.85,1541.33 1355.29,1543.51 1355.75,1545.7 1356.21,1547.88 1356.7,1550.06 1357.19,1552.23 1357.7,1554.41 1358.22,1556.58 \n 1358.76,1558.74 1359.31,1560.9 1359.87,1563.06 1360.44,1565.22 1361.03,1567.37 1361.63,1569.51 1362.24,1571.66 1362.87,1573.8 1363.51,1575.93 1364.16,1578.06 \n 1364.82,1580.19 1365.5,1582.31 1366.19,1584.43 1366.9,1586.54 1367.61,1588.65 1368.34,1590.75 1369.08,1592.85 1369.84,1594.94 1370.6,1597.03 1371.38,1599.11 \n 1372.17,1601.19 1372.98,1603.27 1373.8,1605.33 1374.62,1607.4 1375.47,1609.45 1376.32,1611.5 1377.19,1613.55 1378.07,1615.59 1378.96,1617.63 1379.86,1619.65 \n 1380.78,1621.68 1381.71,1623.69 1382.65,1625.7 1383.6,1627.71 1384.56,1629.71 1385.54,1631.7 1386.53,1633.68 1387.53,1635.66 1388.54,1637.63 1389.57,1639.6 \n 1390.6,1641.56 1391.65,1643.51 1392.71,1645.45 1393.78,1647.39 1394.87,1649.32 1395.96,1651.25 1397.07,1653.16 1398.18,1655.07 1399.31,1656.97 1400.46,1658.87 \n 1401.61,1660.76 1402.77,1662.64 1403.95,1664.51 1405.13,1666.37 1406.33,1668.23 1407.54,1670.08 1408.76,1671.92 1409.99,1673.75 1411.23,1675.57 1412.49,1677.39 \n 1413.75,1679.2 1415.03,1681 1416.31,1682.79 1417.61,1684.57 1418.92,1686.35 1420.24,1688.11 1421.57,1689.87 1422.91,1691.62 1424.26,1693.36 1425.62,1695.09 \n 1426.99,1696.81 1428.37,1698.52 1429.76,1700.23 1431.16,1701.92 1432.57,1703.61 1434,1705.28 1435.43,1706.95 1436.87,1708.61 1438.32,1710.25 1439.79,1711.89 \n 1441.26,1713.52 1442.74,1715.14 1444.23,1716.75 1445.74,1718.35 1447.25,1719.94 1448.77,1721.52 1450.3,1723.09 1451.84,1724.65 1453.39,1726.2 1454.95,1727.74 \n 1456.51,1729.26 1458.09,1730.78 1459.68,1732.29 1461.27,1733.79 1462.88,1735.28 1464.49,1736.75 1466.11,1738.22 1467.74,1739.68 1469.38,1741.12 1471.03,1742.56 \n 1472.69,1743.98 1474.35,1745.39 1476.03,1746.8 1477.71,1748.19 1479.4,1749.57 1481.1,1750.93 1482.81,1752.29 1484.52,1753.64 1486.25,1754.97 1487.98,1756.3 \n 1489.72,1757.61 1491.47,1758.91 1493.22,1760.2 1494.99,1761.48 1496.76,1762.75 1498.54,1764 1500.32,1765.24 1502.12,1766.47 1503.92,1767.69 1505.73,1768.9 \n 1507.54,1770.1 1509.37,1771.28 1511.2,1772.45 1513.03,1773.62 1514.88,1774.76 1516.73,1775.9 1518.59,1777.02 1520.45,1778.14 1522.32,1779.23 1524.2,1780.32 \n 1526.08,1781.4 1527.97,1782.46 1529.87,1783.51 1531.78,1784.55 1533.69,1785.57 1535.6,1786.59 1537.52,1787.59 1539.45,1788.57 1541.39,1789.55 1543.33,1790.51 \n 1545.27,1791.46 1547.22,1792.4 1549.18,1793.32 1551.14,1794.23 1553.11,1795.13 1555.08,1796.02 1557.06,1796.89 1559.05,1797.75 1561.03,1798.6 1563.03,1799.43 \n 1565.03,1800.25 1567.03,1801.06 1569.04,1801.85 1571.05,1802.63 1573.07,1803.4 1575.1,1804.16 1577.12,1804.9 1579.16,1805.63 1581.19,1806.34 1583.23,1807.04 \n 1585.28,1807.73 1587.33,1808.41 1589.38,1809.07 1591.44,1809.71 1593.5,1810.35 1595.56,1810.97 1597.63,1811.58 1599.7,1812.17 1601.78,1812.75 1603.86,1813.32 \n 1605.94,1813.87 1608.02,1814.41 1610.11,1814.94 1612.2,1815.45 1614.3,1815.95 1616.4,1816.43 1618.5,1816.9 1620.6,1817.36 1622.71,1817.8 1624.82,1818.23 \n 1626.93,1818.65 1629.04,1819.05 1631.16,1819.44 1633.28,1819.82 1635.4,1820.18 1637.52,1820.52 1639.65,1820.85 1641.78,1821.17 1643.9,1821.48 1646.04,1821.77 \n 1648.17,1822.05 1650.3,1822.31 1652.44,1822.56 1654.58,1822.79 1656.71,1823.01 1658.85,1823.22 1660.99,1823.42 1663.14,1823.59 1665.28,1823.76 1667.42,1823.91 \n 1669.57,1824.05 1671.72,1824.17 1673.86,1824.28 1676.01,1824.37 1678.16,1824.46 1680.31,1824.52 1682.45,1824.57 1684.6,1824.61 1686.75,1824.64 1688.9,1824.65 \n 1691.05,1824.64 1693.2,1824.63 1695.35,1824.6 1697.5,1824.55 1699.64,1824.49 1701.79,1824.42 1703.94,1824.33 1706.09,1824.23 1708.23,1824.11 1710.38,1823.98 \n 1712.52,1823.84 1714.67,1823.68 1716.81,1823.51 1718.95,1823.32 1721.09,1823.12 1723.23,1822.91 1725.37,1822.68 1727.51,1822.44 1729.64,1822.18 1731.77,1821.91 \n 1733.91,1821.63 1736.04,1821.33 1738.16,1821.02 1740.29,1820.69 1742.41,1820.35 1744.54,1820 1746.66,1819.63 1748.77,1819.25 1750.89,1818.85 1753,1818.44 \n 1755.11,1818.02 1757.22,1817.58 1759.33,1817.13 1761.43,1816.67 1763.53,1816.19 1765.62,1815.7 1767.72,1815.2 1769.81,1814.68 1771.9,1814.14 1773.98,1813.6 \n 1776.06,1813.04 1778.14,1812.46 1780.21,1811.88 1782.28,1811.28 1784.35,1810.66 1786.41,1810.03 1788.47,1809.39 1790.52,1808.74 1792.57,1808.07 1794.62,1807.39 \n 1796.66,1806.69 1798.7,1805.99 1800.74,1805.26 1802.77,1804.53 1804.79,1803.78 1806.81,1803.02 1808.83,1802.24 1810.84,1801.46 1812.85,1800.66 1814.85,1799.84 \n 1816.84,1799.01 1818.84,1798.17 1820.82,1797.32 1822.8,1796.46 1824.78,1795.58 1826.75,1794.68 1828.72,1793.78 1830.68,1792.86 1832.63,1791.93 1834.58,1790.99 \n 1836.52,1790.03 1838.46,1789.06 1840.39,1788.08 1842.31,1787.09 1844.23,1786.08 1846.15,1785.06 1848.05,1784.03 1849.95,1782.99 1851.85,1781.93 1853.74,1780.86 \n 1855.62,1779.78 1857.49,1778.69 1859.36,1777.58 1861.22,1776.46 1863.07,1775.33 1864.92,1774.19 1866.76,1773.04 1868.6,1771.87 1870.42,1770.69 1872.24,1769.5 \n 1874.05,1768.3 1875.86,1767.09 1877.66,1765.86 1879.45,1764.62 1881.23,1763.37 1883,1762.11 1884.77,1760.84 1886.53,1759.56 1888.28,1758.26 1890.03,1756.95 \n 1891.76,1755.64 1893.49,1754.31 1895.21,1752.97 1896.92,1751.61 1898.62,1750.25 1900.32,1748.88 1902.01,1747.49 1903.69,1746.1 1905.36,1744.69 1907.02,1743.27 \n 1908.67,1741.84 1910.31,1740.4 1911.95,1738.95 1913.58,1737.49 1915.19,1736.02 1916.8,1734.54 1918.4,1733.04 1919.99,1731.54 1921.57,1730.03 1923.15,1728.5 \n 1924.71,1726.97 1926.26,1725.42 1927.81,1723.87 1929.34,1722.3 1930.87,1720.73 1932.39,1719.14 1933.89,1717.55 1935.39,1715.94 1936.88,1714.33 1938.35,1712.71 \n 1939.82,1711.07 1941.28,1709.43 1942.73,1707.78 1944.16,1706.12 1945.59,1704.44 1947.01,1702.76 1948.42,1701.07 1949.81,1699.37 1951.2,1697.67 1952.58,1695.95 \n 1953.94,1694.22 1955.3,1692.49 1956.64,1690.74 1957.98,1688.99 1959.3,1687.23 1960.61,1685.46 1961.91,1683.68 1963.21,1681.89 1964.49,1680.1 1965.76,1678.3 \n 1967.02,1676.48 1968.26,1674.66 1969.5,1672.83 1970.73,1671 1971.94,1669.15 1973.14,1667.3 1974.34,1665.44 1975.52,1663.57 1976.69,1661.7 1977.85,1659.81 \n 1978.99,1657.92 1980.13,1656.02 1981.25,1654.12 1982.36,1652.21 1983.46,1650.29 1984.55,1648.36 1985.63,1646.42 1986.7,1644.48 1987.75,1642.53 1988.79,1640.58 \n 1989.82,1638.62 1990.84,1636.65 1991.85,1634.67 1992.84,1632.69 1993.83,1630.7 1994.8,1628.71 1995.76,1626.71 1996.7,1624.7 1997.64,1622.69 1998.56,1620.67 \n 1999.47,1618.64 2000.37,1616.61 2001.25,1614.57 2002.12,1612.53 2002.98,1610.48 2003.83,1608.43 2004.67,1606.37 2005.49,1604.3 2006.3,1602.23 2007.1,1600.15 \n 2007.89,1598.07 2008.66,1595.99 2009.42,1593.9 2010.17,1591.8 2010.9,1589.7 2011.62,1587.59 2012.33,1585.48 2013.03,1583.37 2013.71,1581.25 2014.39,1579.12 \n 2015.04,1577 2015.69,1574.86 2016.32,1572.73 2016.94,1570.59 2017.55,1568.44 2018.14,1566.29 2018.72,1564.14 2019.29,1561.98 2019.84,1559.82 2020.39,1557.66 \n 2020.91,1555.49 2021.43,1553.32 2021.93,1551.15 2022.42,1548.97 2022.9,1546.79 2023.36,1544.61 2023.81,1542.42 2024.25,1540.23 2024.67,1538.04 2025.08,1535.84 \n 2025.47,1533.65 2025.86,1531.45 2026.23,1529.24 2026.58,1527.04 2026.93,1524.83 2027.26,1522.62 2027.57,1520.41 2027.88,1518.2 2028.17,1515.98 2028.44,1513.77 \n 2028.71,1511.55 2028.96,1509.33 2029.19,1507.1 2029.41,1504.88 2029.62,1502.65 2029.82,1500.43 2030,1498.2 2030.17,1495.97 2030.33,1493.74 2030.47,1491.51 \n 2030.6,1489.28 2030.71,1487.05 2030.81,1484.81 2030.9,1482.58 2030.97,1480.34 2031.03,1478.11 2031.08,1475.87 2031.12,1473.64 2031.14,1471.4 2031.14,1469.17 \n \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1416.07,1184.78 1416.07,1182.1 1416.04,1179.42 1416,1176.73 1415.94,1174.05 1415.87,1171.37 1415.78,1168.69 1415.68,1166.01 1415.55,1163.33 1415.42,1160.65 \n 1415.26,1157.97 1415.09,1155.29 1414.91,1152.62 1414.7,1149.94 1414.49,1147.27 1414.25,1144.6 1414,1141.93 1413.73,1139.26 1413.45,1136.59 1413.15,1133.93 \n 1412.83,1131.27 1412.5,1128.6 1412.15,1125.95 1411.79,1123.29 1411.41,1120.64 1411.02,1117.99 1410.6,1115.34 1410.18,1112.69 1409.73,1110.05 1409.27,1107.41 \n 1408.8,1104.77 1408.3,1102.14 1407.8,1099.51 1407.27,1096.88 1406.73,1094.26 1406.18,1091.64 1405.61,1089.02 1405.02,1086.41 1404.42,1083.8 1403.8,1081.19 \n 1403.17,1078.59 1402.52,1076 1401.85,1073.41 1401.17,1070.82 1400.47,1068.23 1399.76,1065.66 1399.03,1063.08 1398.29,1060.51 1397.53,1057.95 1396.75,1055.39 \n 1395.96,1052.84 1395.16,1050.29 1394.34,1047.74 1393.5,1045.21 1392.65,1042.67 1391.78,1040.15 1390.9,1037.63 1390,1035.11 1389.09,1032.6 1388.16,1030.1 \n 1387.22,1027.6 1386.26,1025.11 1385.29,1022.62 1384.3,1020.15 1383.3,1017.67 1382.28,1015.21 1381.25,1012.75 1380.2,1010.3 1379.14,1007.85 1378.06,1005.42 \n 1376.97,1002.99 1375.87,1000.56 1374.74,998.146 1373.61,995.737 1372.46,993.336 1371.29,990.942 1370.11,988.556 1368.92,986.177 1367.71,983.807 1366.49,981.444 \n 1365.25,979.09 1364,976.744 1362.74,974.405 1361.46,972.076 1360.17,969.754 1358.86,967.441 1357.54,965.137 1356.2,962.842 1354.86,960.555 1353.49,958.277 \n 1352.12,956.008 1350.73,953.748 1349.32,951.497 1347.91,949.256 1346.48,947.023 1345.03,944.8 1343.57,942.587 1342.1,940.383 1340.62,938.189 1339.12,936.005 \n 1337.61,933.83 1336.09,931.666 1334.55,929.511 1333,927.367 1331.44,925.232 1329.86,923.108 1328.27,920.995 1326.67,918.892 1325.06,916.799 1323.43,914.717 \n 1321.79,912.645 1320.14,910.585 1318.48,908.535 1316.8,906.496 1315.11,904.468 1313.41,902.451 1311.7,900.446 1309.97,898.451 1308.24,896.468 1306.49,894.497 \n 1304.73,892.536 1302.95,890.588 1301.17,888.651 1299.37,886.726 1297.57,884.812 1295.75,882.91 1293.92,881.021 1292.07,879.143 1290.22,877.278 1288.36,875.424 \n 1286.48,873.583 1284.59,871.754 1282.69,869.938 1280.79,868.134 1278.87,866.342 1276.93,864.563 1274.99,862.797 1273.04,861.044 1271.08,859.303 1269.11,857.575 \n 1267.12,855.86 1265.13,854.159 1263.13,852.47 1261.11,850.794 1259.09,849.132 1257.05,847.483 1255.01,845.847 1252.95,844.225 1250.89,842.616 1248.82,841.02 \n 1246.73,839.439 1244.64,837.87 1242.54,836.316 1240.43,834.775 1238.31,833.249 1236.18,831.736 1234.04,830.237 1231.89,828.752 1229.73,827.281 1227.57,825.825 \n 1225.39,824.382 1223.21,822.954 1221.02,821.54 1218.82,820.141 1216.61,818.756 1214.39,817.385 1212.17,816.029 1209.93,814.688 1207.69,813.361 1205.44,812.049 \n 1203.18,810.751 1200.92,809.469 1198.65,808.201 1196.37,806.948 1194.08,805.71 1191.78,804.487 1189.48,803.279 1187.17,802.087 1184.85,800.909 1182.53,799.746 \n 1180.2,798.599 1177.86,797.467 1175.51,796.351 1173.16,795.249 1170.8,794.164 1168.44,793.093 1166.07,792.038 1163.69,790.999 1161.31,789.975 1158.92,788.967 \n 1156.52,787.974 1154.12,786.998 1151.71,786.036 1149.3,785.091 1146.88,784.162 1144.45,783.248 1142.02,782.35 1139.59,781.468 1137.15,780.602 1134.7,779.753 \n 1132.25,778.919 1129.79,778.101 1127.33,777.299 1124.87,776.513 1122.39,775.744 1119.92,774.991 1117.44,774.254 1114.96,773.533 1112.47,772.828 1109.97,772.14 \n 1107.48,771.468 1104.98,770.812 1102.47,770.173 1099.96,769.55 1097.45,768.944 1094.94,768.354 1092.42,767.78 1089.89,767.223 1087.37,766.683 1084.84,766.159 \n 1082.31,765.652 1079.77,765.161 1077.23,764.687 1074.69,764.229 1072.15,763.788 1069.6,763.364 1067.05,762.956 1064.5,762.565 1061.95,762.191 1059.39,761.834 \n 1056.83,761.493 1054.27,761.169 1051.71,760.861 1049.15,760.571 1046.58,760.297 1044.01,760.04 1041.44,759.8 1038.87,759.577 1036.3,759.37 1033.73,759.181 \n 1031.16,759.008 1028.58,758.852 1026.01,758.713 1023.43,758.59 1020.85,758.485 1018.28,758.396 1015.7,758.325 1013.12,758.27 1010.54,758.232 1007.96,758.211 \n 1005.38,758.207 1002.8,758.219 1000.23,758.249 997.647,758.295 995.069,758.358 992.491,758.439 989.914,758.536 987.337,758.649 984.761,758.78 982.186,758.928 \n 979.612,759.092 977.039,759.273 974.467,759.471 971.896,759.686 969.327,759.918 966.759,760.167 964.193,760.432 961.628,760.714 959.065,761.013 956.504,761.329 \n 953.945,761.661 951.388,762.01 948.833,762.376 946.28,762.759 943.73,763.158 941.182,763.574 938.637,764.007 936.094,764.456 933.555,764.922 931.018,765.404 \n 928.484,765.903 925.953,766.419 923.425,766.951 920.901,767.5 918.38,768.065 915.862,768.647 913.348,769.245 910.838,769.86 908.331,770.491 905.828,771.138 \n 903.329,771.802 900.835,772.482 898.344,773.178 895.858,773.891 893.376,774.62 890.898,775.365 888.425,776.127 885.957,776.904 883.494,777.698 881.035,778.508 \n 878.581,779.334 876.132,780.176 873.689,781.033 871.251,781.907 868.818,782.797 866.39,783.703 863.968,784.624 861.552,785.562 859.141,786.515 856.736,787.484 \n 854.337,788.469 851.944,789.469 849.557,790.485 847.176,791.517 844.802,792.564 842.434,793.626 840.072,794.705 837.717,795.798 835.369,796.907 833.027,798.031 \n 830.692,799.171 828.365,800.326 826.044,801.496 823.73,802.681 821.424,803.881 819.125,805.097 816.833,806.327 814.548,807.573 812.272,808.833 810.003,810.108 \n 807.741,811.398 805.488,812.703 803.242,814.022 801.005,815.356 798.776,816.705 796.554,818.069 794.341,819.446 792.137,820.839 789.941,822.245 787.753,823.666 \n 785.574,825.102 783.404,826.551 781.243,828.015 779.09,829.493 776.947,830.985 774.813,832.491 772.687,834.01 770.571,835.544 768.464,837.092 766.367,838.653 \n 764.279,840.228 762.201,841.816 760.132,843.418 758.073,845.034 756.024,846.663 753.985,848.306 751.956,849.961 749.937,851.63 747.928,853.313 745.929,855.008 \n 743.94,856.716 741.962,858.438 739.994,860.172 738.037,861.919 736.09,863.679 734.154,865.451 732.229,867.237 730.315,869.034 728.411,870.845 726.519,872.667 \n 724.637,874.502 722.767,876.349 720.908,878.209 719.06,880.081 717.224,881.964 715.399,883.86 713.585,885.767 711.783,887.687 709.993,889.618 708.214,891.561 \n 706.447,893.515 704.692,895.481 702.949,897.458 701.218,899.447 699.499,901.447 697.792,903.458 696.097,905.481 694.415,907.514 692.745,909.558 691.087,911.614 \n 689.442,913.68 687.809,915.756 686.189,917.844 684.582,919.942 682.987,922.05 681.405,924.169 679.836,926.298 678.279,928.438 676.736,930.587 675.206,932.747 \n 673.688,934.916 672.184,937.096 670.694,939.285 669.216,941.484 667.752,943.693 666.301,945.911 664.863,948.138 663.44,950.375 662.029,952.621 660.632,954.877 \n 659.249,957.141 657.88,959.415 656.524,961.697 655.182,963.988 653.855,966.288 652.541,968.597 651.241,970.914 649.955,973.24 648.683,975.574 647.425,977.916 \n 646.181,980.266 644.952,982.625 643.737,984.991 642.536,987.366 641.35,989.748 640.178,992.138 639.021,994.535 637.878,996.94 636.749,999.353 635.636,1001.77 \n 634.536,1004.2 633.452,1006.63 632.382,1009.08 631.327,1011.52 630.287,1013.98 629.262,1016.44 628.252,1018.91 627.257,1021.38 626.276,1023.87 625.311,1026.35 \n 624.361,1028.85 623.425,1031.35 622.505,1033.85 621.6,1036.37 620.711,1038.89 619.836,1041.41 618.977,1043.94 618.133,1046.47 617.305,1049.01 616.492,1051.56 \n 615.694,1054.11 614.912,1056.67 614.145,1059.23 613.394,1061.8 612.658,1064.37 611.938,1066.94 611.233,1069.53 610.544,1072.11 609.871,1074.7 609.213,1077.3 \n 608.571,1079.89 607.945,1082.5 607.334,1085.1 606.739,1087.71 606.16,1090.33 605.597,1092.95 605.05,1095.57 604.519,1098.19 604.003,1100.82 603.503,1103.45 \n 603.02,1106.09 602.552,1108.73 602.1,1111.37 601.664,1114.01 601.244,1116.66 600.84,1119.31 600.453,1121.96 600.081,1124.62 599.725,1127.28 599.386,1129.93 \n 599.062,1132.6 598.755,1135.26 598.463,1137.93 598.188,1140.59 597.929,1143.26 597.686,1145.93 597.459,1148.61 597.249,1151.28 597.054,1153.96 596.876,1156.63 \n 596.714,1159.31 596.568,1161.99 596.438,1164.67 596.325,1167.35 596.227,1170.03 596.146,1172.71 596.081,1175.39 596.033,1178.08 596,1180.76 595.984,1183.44 \n 595.984,1186.12 596,1188.81 596.033,1191.49 596.081,1194.17 596.146,1196.85 596.227,1199.54 596.325,1202.22 596.438,1204.9 596.568,1207.58 596.714,1210.26 \n 596.876,1212.93 597.054,1215.61 597.249,1218.29 597.459,1220.96 597.686,1223.63 597.929,1226.3 598.188,1228.97 598.463,1231.64 598.755,1234.31 599.062,1236.97 \n 599.386,1239.63 599.725,1242.29 600.081,1244.95 600.453,1247.6 600.84,1250.26 601.244,1252.91 601.664,1255.55 602.1,1258.2 602.552,1260.84 603.02,1263.48 \n 603.503,1266.11 604.003,1268.74 604.519,1271.37 605.05,1274 605.597,1276.62 606.16,1279.24 606.739,1281.85 607.334,1284.46 607.945,1287.07 608.571,1289.67 \n 609.213,1292.27 609.871,1294.87 610.544,1297.46 611.233,1300.04 611.938,1302.62 612.658,1305.2 613.394,1307.77 614.145,1310.34 614.912,1312.9 615.694,1315.45 \n 616.492,1318.01 617.305,1320.55 618.133,1323.09 618.977,1325.63 619.836,1328.16 620.711,1330.68 621.6,1333.2 622.505,1335.71 623.425,1338.22 624.361,1340.72 \n 625.311,1343.21 626.276,1345.7 627.257,1348.18 628.252,1350.66 629.262,1353.13 630.287,1355.59 631.327,1358.04 632.382,1360.49 633.452,1362.93 634.536,1365.37 \n 635.636,1367.79 636.749,1370.21 637.878,1372.63 639.021,1375.03 640.178,1377.43 641.35,1379.82 642.536,1382.2 643.737,1384.58 644.952,1386.94 646.181,1389.3 \n 647.425,1391.65 648.683,1393.99 649.955,1396.33 651.241,1398.65 652.541,1400.97 653.855,1403.28 655.182,1405.58 656.524,1407.87 657.88,1410.15 659.249,1412.43 \n 660.632,1414.69 662.029,1416.94 663.44,1419.19 664.863,1421.43 666.301,1423.66 667.752,1425.87 669.216,1428.08 670.694,1430.28 672.184,1432.47 673.688,1434.65 \n 675.206,1436.82 676.736,1438.98 678.279,1441.13 679.836,1443.27 681.405,1445.4 682.987,1447.52 684.582,1449.62 686.189,1451.72 687.809,1453.81 689.442,1455.89 \n 691.087,1457.95 692.745,1460.01 694.415,1462.05 696.097,1464.09 697.792,1466.11 699.499,1468.12 701.218,1470.12 702.949,1472.11 704.692,1474.09 706.447,1476.05 \n 708.214,1478.01 709.993,1479.95 711.783,1481.88 713.585,1483.8 715.399,1485.71 717.224,1487.6 719.06,1489.49 720.908,1491.36 722.767,1493.22 724.637,1495.06 \n 726.519,1496.9 728.411,1498.72 730.315,1500.53 732.229,1502.33 734.154,1504.11 736.09,1505.89 738.037,1507.65 739.994,1509.39 741.962,1511.13 743.94,1512.85 \n 745.929,1514.56 747.928,1516.25 749.937,1517.94 751.956,1519.6 753.985,1521.26 756.024,1522.9 758.073,1524.53 760.132,1526.15 762.201,1527.75 764.279,1529.34 \n 766.367,1530.91 768.464,1532.47 770.571,1534.02 772.687,1535.56 774.813,1537.08 776.947,1538.58 779.09,1540.07 781.243,1541.55 783.404,1543.01 785.574,1544.46 \n 787.753,1545.9 789.941,1547.32 792.137,1548.73 794.341,1550.12 796.554,1551.5 798.776,1552.86 801.005,1554.21 803.242,1555.54 805.488,1556.86 807.741,1558.17 \n 810.003,1559.46 812.272,1560.73 814.548,1561.99 816.833,1563.24 819.125,1564.47 821.424,1565.68 823.73,1566.89 826.044,1568.07 828.365,1569.24 830.692,1570.4 \n 833.027,1571.53 835.369,1572.66 837.717,1573.77 840.072,1574.86 842.434,1575.94 844.802,1577 847.176,1578.05 849.557,1579.08 851.944,1580.1 854.337,1581.1 \n 856.736,1582.08 859.141,1583.05 861.552,1584 863.968,1584.94 866.39,1585.86 868.818,1586.77 871.251,1587.66 873.689,1588.53 876.132,1589.39 878.581,1590.23 \n 881.035,1591.06 883.494,1591.87 885.957,1592.66 888.425,1593.44 890.898,1594.2 893.376,1594.95 895.858,1595.68 898.344,1596.39 900.835,1597.08 903.329,1597.76 \n 905.828,1598.43 908.331,1599.08 910.838,1599.71 913.348,1600.32 915.862,1600.92 918.38,1601.5 920.901,1602.07 923.425,1602.62 925.953,1603.15 928.484,1603.66 \n 931.018,1604.16 933.555,1604.64 936.094,1605.11 938.637,1605.56 941.182,1605.99 943.73,1606.41 946.28,1606.81 948.833,1607.19 951.388,1607.56 953.945,1607.91 \n 956.504,1608.24 959.065,1608.55 961.628,1608.85 964.193,1609.13 966.759,1609.4 969.327,1609.65 971.896,1609.88 974.467,1610.09 977.039,1610.29 979.612,1610.47 \n 982.186,1610.64 984.761,1610.79 987.337,1610.92 989.914,1611.03 992.491,1611.13 995.069,1611.21 997.647,1611.27 1000.23,1611.32 1002.8,1611.35 1005.38,1611.36 \n 1007.96,1611.36 1010.54,1611.33 1013.12,1611.3 1015.7,1611.24 1018.28,1611.17 1020.85,1611.08 1023.43,1610.98 1026.01,1610.85 1028.58,1610.71 1031.16,1610.56 \n 1033.73,1610.39 1036.3,1610.2 1038.87,1609.99 1041.44,1609.77 1044.01,1609.53 1046.58,1609.27 1049.15,1609 1051.71,1608.7 1054.27,1608.4 1056.83,1608.07 \n 1059.39,1607.73 1061.95,1607.38 1064.5,1607 1067.05,1606.61 1069.6,1606.2 1072.15,1605.78 1074.69,1605.34 1077.23,1604.88 1079.77,1604.41 1082.31,1603.91 \n 1084.84,1603.41 1087.37,1602.88 1089.89,1602.34 1092.42,1601.79 1094.94,1601.21 1097.45,1600.62 1099.96,1600.02 1102.47,1599.39 1104.98,1598.75 1107.48,1598.1 \n 1109.97,1597.43 1112.47,1596.74 1114.96,1596.03 1117.44,1595.31 1119.92,1594.58 1122.39,1593.82 1124.87,1593.05 1127.33,1592.27 1129.79,1591.47 1132.25,1590.65 \n 1134.7,1589.81 1137.15,1588.96 1139.59,1588.1 1142.02,1587.22 1144.45,1586.32 1146.88,1585.4 1149.3,1584.48 1151.71,1583.53 1154.12,1582.57 1156.52,1581.59 \n 1158.92,1580.6 1161.31,1579.59 1163.69,1578.57 1166.07,1577.53 1168.44,1576.47 1170.8,1575.4 1173.16,1574.32 1175.51,1573.22 1177.86,1572.1 1180.2,1570.97 \n 1182.53,1569.82 1184.85,1568.66 1187.17,1567.48 1189.48,1566.29 1191.78,1565.08 1194.08,1563.86 1196.37,1562.62 1198.65,1561.37 1200.92,1560.1 1203.18,1558.82 \n 1205.44,1557.52 1207.69,1556.21 1209.93,1554.88 1212.17,1553.54 1214.39,1552.18 1216.61,1550.81 1218.82,1549.43 1221.02,1548.03 1223.21,1546.61 1225.39,1545.18 \n 1227.57,1543.74 1229.73,1542.28 1231.89,1540.81 1234.04,1539.33 1236.18,1537.83 1238.31,1536.32 1240.43,1534.79 1242.54,1533.25 1244.64,1531.7 1246.73,1530.13 \n 1248.82,1528.55 1250.89,1526.95 1252.95,1525.34 1255.01,1523.72 1257.05,1522.08 1259.09,1520.43 1261.11,1518.77 1263.13,1517.1 1265.13,1515.41 1267.12,1513.71 \n 1269.11,1511.99 1271.08,1510.26 1273.04,1508.52 1274.99,1506.77 1276.93,1505 1278.87,1503.22 1280.79,1501.43 1282.69,1499.63 1284.59,1497.81 1286.48,1495.98 \n 1288.36,1494.14 1290.22,1492.29 1292.07,1490.42 1293.92,1488.55 1295.75,1486.66 1297.57,1484.75 1299.37,1482.84 1301.17,1480.92 1302.95,1478.98 1304.73,1477.03 \n 1306.49,1475.07 1308.24,1473.1 1309.97,1471.12 1311.7,1469.12 1313.41,1467.12 1315.11,1465.1 1316.8,1463.07 1318.48,1461.03 1320.14,1458.98 1321.79,1456.92 \n 1323.43,1454.85 1325.06,1452.77 1326.67,1450.67 1328.27,1448.57 1329.86,1446.46 1331.44,1444.33 1333,1442.2 1334.55,1440.06 1336.09,1437.9 1337.61,1435.74 \n 1339.12,1433.56 1340.62,1431.38 1342.1,1429.18 1343.57,1426.98 1345.03,1424.77 1346.48,1422.54 1347.91,1420.31 1349.32,1418.07 1350.73,1415.82 1352.12,1413.56 \n 1353.49,1411.29 1354.86,1409.01 1356.2,1406.72 1357.54,1404.43 1358.86,1402.12 1360.17,1399.81 1361.46,1397.49 1362.74,1395.16 1364,1392.82 1365.25,1390.48 \n 1366.49,1388.12 1367.71,1385.76 1368.92,1383.39 1370.11,1381.01 1371.29,1378.62 1372.46,1376.23 1373.61,1373.83 1374.74,1371.42 1375.87,1369 1376.97,1366.58 \n 1378.06,1364.15 1379.14,1361.71 1380.2,1359.27 1381.25,1356.82 1382.28,1354.36 1383.3,1351.89 1384.3,1349.42 1385.29,1346.94 1386.26,1344.46 1387.22,1341.97 \n 1388.16,1339.47 1389.09,1336.97 1390,1334.46 1390.9,1331.94 1391.78,1329.42 1392.65,1326.89 1393.5,1324.36 1394.34,1321.82 1395.16,1319.28 1395.96,1316.73 \n 1396.75,1314.18 1397.53,1311.62 1398.29,1309.05 1399.03,1306.48 1399.76,1303.91 1400.47,1301.33 1401.17,1298.75 1401.85,1296.16 1402.52,1293.57 1403.17,1290.97 \n 1403.8,1288.37 1404.42,1285.77 1405.02,1283.16 1405.61,1280.55 1406.18,1277.93 1406.73,1275.31 1407.27,1272.69 1407.8,1270.06 1408.3,1267.43 1408.8,1264.79 \n 1409.27,1262.16 1409.73,1259.52 1410.18,1256.88 1410.6,1254.23 1411.02,1251.58 1411.41,1248.93 1411.79,1246.28 1412.15,1243.62 1412.5,1240.96 1412.83,1238.3 \n 1413.15,1235.64 1413.45,1232.97 1413.73,1230.31 1414,1227.64 1414.25,1224.97 1414.49,1222.3 1414.7,1219.62 1414.91,1216.95 1415.09,1214.27 1415.26,1211.59 \n 1415.42,1208.92 1415.55,1206.24 1415.68,1203.56 1415.78,1200.88 1415.87,1198.2 1415.94,1195.51 1416,1192.83 1416.04,1190.15 1416.07,1187.47 1416.07,1184.78 \n \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1757.78,473.821 1757.77,470.691 1757.74,467.561 1757.69,464.431 1757.63,461.302 1757.54,458.173 1757.44,455.045 1757.32,451.918 1757.17,448.791 1757.01,445.665 \n 1756.83,442.541 1756.63,439.418 1756.42,436.296 1756.18,433.175 1755.93,430.056 1755.65,426.939 1755.36,423.824 1755.05,420.711 1754.72,417.6 1754.37,414.491 \n 1754,411.384 1753.61,408.28 1753.21,405.178 1752.78,402.08 1752.34,398.984 1751.88,395.891 1751.4,392.801 1750.9,389.714 1750.38,386.631 1749.84,383.551 \n 1749.29,380.474 1748.71,377.402 1748.12,374.333 1747.51,371.268 1746.88,368.207 1746.23,365.15 1745.57,362.098 1744.88,359.05 1744.18,356.006 1743.46,352.968 \n 1742.72,349.934 1741.96,346.905 1741.18,343.88 1740.39,340.862 1739.58,337.848 1738.75,334.84 1737.9,331.837 1737.03,328.84 1736.14,325.848 1735.24,322.863 \n 1734.32,319.883 1733.38,316.909 1732.42,313.942 1731.45,310.981 1730.45,308.026 1729.44,305.078 1728.41,302.137 1727.37,299.203 1726.3,296.275 1725.22,293.354 \n 1724.12,290.441 1723,287.535 1721.87,284.636 1720.71,281.744 1719.54,278.861 1718.36,275.985 1717.15,273.116 1715.93,270.256 1714.69,267.404 1713.43,264.56 \n 1712.16,261.724 1710.87,258.897 1709.56,256.078 1708.24,253.267 1706.89,250.466 1705.54,247.673 1704.16,244.889 1702.77,242.115 1701.36,239.349 1699.93,236.593 \n 1698.49,233.846 1697.03,231.108 1695.55,228.381 1694.06,225.663 1692.55,222.954 1691.03,220.256 1689.49,217.568 1687.93,214.889 1686.36,212.221 1684.77,209.564 \n 1683.16,206.917 1681.54,204.28 1679.9,201.654 1678.25,199.039 1676.58,196.435 1674.9,193.841 1673.2,191.259 1671.48,188.688 1669.75,186.128 1668,183.58 \n 1666.24,181.043 1664.46,178.518 1662.67,176.004 1660.86,173.502 1659.04,171.012 1657.2,168.534 1655.34,166.068 1653.48,163.614 1651.59,161.173 1649.7,158.744 \n 1647.78,156.327 1645.86,153.923 1643.92,151.532 1641.96,149.153 1639.99,146.787 1638.01,144.434 1636.01,142.094 1634,139.767 1631.97,137.454 1629.93,135.154 \n 1627.87,132.867 1625.81,130.593 1623.72,128.334 1621.63,126.087 1619.52,123.855 1617.4,121.636 1615.26,119.432 1613.11,117.241 1610.95,115.065 1608.77,112.903 \n 1606.59,110.755 1604.38,108.621 1602.17,106.502 1599.94,104.397 1597.7,102.307 1595.45,100.232 1593.19,98.1711 1590.91,96.1254 1588.62,94.0946 1586.32,92.0788 \n 1584,90.0782 1581.68,88.0927 1579.34,86.1225 1576.99,84.1676 1574.63,82.2281 1572.25,80.3041 1569.87,78.3957 1567.47,76.503 1565.06,74.6259 1562.65,72.7647 \n 1560.22,70.9193 1557.77,69.0898 1555.32,67.2764 1552.86,65.479 1550.38,63.6978 1547.9,61.9328 1545.4,60.1841 1542.9,58.4518 1540.38,56.7358 1537.85,55.0364 \n 1535.32,53.3536 1532.77,51.6874 1530.21,50.0379 1527.65,48.4051 1525.07,46.7892 1522.48,45.1902 1519.89,43.6081 1517.28,42.0431 1514.67,40.4951 1512.04,38.9643 \n 1509.41,37.4507 1506.77,35.9543 1504.11,34.4753 1501.45,33.0136 1498.78,31.5694 1496.11,30.1426 1493.42,28.7335 1490.72,27.3419 1488.02,25.968 1485.31,24.6118 \n 1482.59,23.2733 1479.86,21.9527 1477.13,20.65 1474.38,19.3652 1471.63,18.0984 1468.87,16.8496 1466.1,15.6188 1463.33,14.4062 1460.55,13.2118 1457.76,12.0356 \n 1454.97,10.8777 1452.16,9.73805 1449.35,8.61678 1446.54,7.51392 1443.72,6.4295 1440.89,5.36357 1438.05,4.31617 1435.21,3.28734 1432.36,2.27713 1429.51,1.28556 \n 1426.65,0.312695 1423.78,-0.641443 1420.91,-1.57681 1418.04,-2.49338 1415.15,-3.3911 1412.27,-4.26994 1409.37,-5.12988 1406.47,-5.97086 1403.57,-6.79287 1400.66,-7.59587 \n 1397.75,-8.37982 1394.83,-9.1447 1391.91,-9.89047 1388.98,-10.6171 1386.05,-11.3246 1383.12,-12.0129 1380.18,-12.6819 1377.23,-13.3318 1374.29,-13.9623 1371.34,-14.5736 \n 1368.38,-15.1655 1365.42,-15.7381 1362.46,-16.2913 1359.5,-16.8252 1356.53,-17.3396 1353.56,-17.8346 1350.59,-18.3101 1347.61,-18.7662 1344.63,-19.2028 1341.65,-19.6199 \n 1338.66,-20.0175 1335.68,-20.3955 1332.69,-20.754 1329.7,-21.093 1326.7,-21.4123 1323.71,-21.7121 1320.71,-21.9922 1317.71,-22.2528 1314.71,-22.4937 1311.71,-22.715 \n 1308.71,-22.9167 1305.71,-23.0987 1302.7,-23.261 1299.7,-23.4037 1296.69,-23.5267 1293.68,-23.63 1290.67,-23.7137 1287.67,-23.7777 1284.66,-23.8219 1281.65,-23.8466 \n 1278.64,-23.8515 1275.63,-23.8367 1272.62,-23.8023 1269.61,-23.7481 1266.61,-23.6743 1263.6,-23.5808 1260.59,-23.4676 1257.59,-23.3348 1254.58,-23.1823 1251.58,-23.0101 \n 1248.57,-22.8183 1245.57,-22.6068 1242.57,-22.3757 1239.57,-22.125 1236.57,-21.8546 1233.58,-21.5647 1230.58,-21.2551 1227.59,-20.926 1224.6,-20.5772 1221.61,-20.209 \n 1218.63,-19.8212 1215.65,-19.4138 1212.66,-18.987 1209.69,-18.5406 1206.71,-18.0748 1203.74,-17.5895 1200.77,-17.0848 1197.8,-16.5607 1194.84,-16.0171 1191.88,-15.4542 \n 1188.92,-14.8719 1185.97,-14.2703 1183.02,-13.6494 1180.08,-13.0093 1177.14,-12.3498 1174.2,-11.6711 1171.27,-10.9732 1168.34,-10.2562 1165.41,-9.51997 1162.49,-8.76465 \n 1159.58,-7.99023 1156.67,-7.19675 1153.76,-6.38424 1150.86,-5.55274 1147.96,-4.70228 1145.07,-3.83288 1142.19,-2.9446 1139.31,-2.03745 1136.44,-1.11148 1133.57,-0.166718 \n 1130.7,0.796791 1127.85,1.77901 1125,2.7799 1122.15,3.79943 1119.31,4.83755 1116.48,5.89422 1113.66,6.9694 1110.84,8.06305 1108.02,9.17512 1105.22,10.3056 \n 1102.42,11.4544 1099.63,12.6214 1096.84,13.8068 1094.06,15.0103 1091.29,16.2319 1088.53,17.4717 1085.78,18.7295 1083.03,20.0054 1080.29,21.2991 1077.56,22.6108 \n 1074.83,23.9403 1072.12,25.2876 1069.41,26.6527 1066.71,28.0355 1064.02,29.4358 1061.34,30.8538 1058.66,32.2893 1056,33.7423 1053.34,35.2126 1050.7,36.7003 \n 1048.06,38.2053 1045.43,39.7276 1042.81,41.267 1040.2,42.8235 1037.6,44.3971 1035.01,45.9876 1032.42,47.5951 1029.85,49.2194 1027.29,50.8606 1024.74,52.5184 \n 1022.2,54.193 1019.66,55.8841 1017.14,57.5917 1014.63,59.3159 1012.13,61.0564 1009.64,62.8132 1007.16,64.5864 1004.69,66.3757 1002.23,68.1811 999.788,70.0025 \n 997.352,71.84 994.927,73.6933 992.514,75.5625 990.112,77.4474 987.721,79.348 985.342,81.2642 982.974,83.1959 980.619,85.1431 978.275,87.1057 975.943,89.0835 \n 973.623,91.0766 971.315,93.0848 969.019,95.1081 966.736,97.1463 964.465,99.1995 962.206,101.267 959.96,103.35 957.726,105.448 955.506,107.56 953.298,109.686 \n 951.103,111.827 948.921,113.982 946.752,116.151 944.596,118.335 942.454,120.532 940.324,122.744 938.209,124.969 936.106,127.209 934.018,129.462 931.942,131.728 \n 929.881,134.008 927.834,136.302 925.8,138.609 923.78,140.929 921.775,143.262 919.784,145.609 917.806,147.968 915.844,150.341 913.895,152.726 911.961,155.123 \n 910.042,157.534 908.137,159.957 906.247,162.392 904.371,164.84 902.51,167.3 900.665,169.772 898.834,172.256 897.018,174.752 895.218,177.259 893.433,179.779 \n 891.663,182.31 889.908,184.853 888.169,187.407 886.445,189.972 884.736,192.549 883.044,195.137 881.367,197.736 879.705,200.345 878.06,202.966 876.43,205.597 \n 874.817,208.239 873.219,210.891 871.638,213.554 870.072,216.227 868.523,218.91 866.99,221.604 865.473,224.307 863.973,227.02 862.489,229.743 861.022,232.476 \n 859.571,235.218 858.137,237.97 856.719,240.731 855.318,243.501 853.934,246.28 852.567,249.068 851.217,251.866 849.883,254.671 848.567,257.486 847.267,260.309 \n 845.985,263.141 844.72,265.981 843.472,268.829 842.241,271.685 841.028,274.55 839.832,277.422 838.653,280.302 837.492,283.189 836.348,286.084 835.222,288.987 \n 834.113,291.897 833.022,294.814 831.949,297.738 830.893,300.669 829.855,303.607 828.835,306.552 827.833,309.503 826.848,312.461 825.882,315.425 824.933,318.395 \n 824.002,321.372 823.09,324.355 822.195,327.343 821.319,330.337 820.46,333.337 819.62,336.343 818.798,339.354 817.994,342.37 817.208,345.392 816.441,348.418 \n 815.692,351.45 814.961,354.486 814.249,357.528 813.555,360.573 812.88,363.623 812.223,366.678 811.584,369.737 810.964,372.8 810.363,375.867 809.78,378.937 \n 809.216,382.012 808.67,385.09 808.143,388.172 807.634,391.257 807.144,394.345 806.673,397.437 806.221,400.531 805.787,403.629 805.372,406.729 804.976,409.832 \n 804.598,412.937 804.24,416.045 803.9,419.155 803.579,422.267 803.276,425.381 802.993,428.498 802.728,431.616 802.483,434.735 802.256,437.856 802.048,440.979 \n 801.859,444.103 801.688,447.228 801.537,450.354 801.405,453.481 801.291,456.609 801.197,459.738 801.121,462.867 801.064,465.996 801.026,469.126 801.007,472.256 \n 801.007,475.386 801.026,478.516 801.064,481.646 801.121,484.776 801.197,487.905 801.291,491.033 801.405,494.161 801.537,497.288 801.688,500.414 801.859,503.54 \n 802.048,506.663 802.256,509.786 802.483,512.907 802.728,516.027 802.993,519.145 803.276,522.261 803.579,525.375 803.9,528.488 804.24,531.598 804.598,534.705 \n 804.976,537.811 805.372,540.914 805.787,544.014 806.221,547.111 806.673,550.206 807.144,553.297 807.634,556.385 808.143,559.471 808.67,562.552 809.216,565.63 \n 809.78,568.705 810.363,571.776 810.964,574.843 811.584,577.906 812.223,580.964 812.88,584.019 813.555,587.069 814.249,590.115 814.961,593.156 815.692,596.192 \n 816.441,599.224 817.208,602.251 817.994,605.272 818.798,608.288 819.62,611.299 820.46,614.305 821.319,617.305 822.195,620.299 823.09,623.288 824.002,626.271 \n 824.933,629.247 825.882,632.218 826.848,635.182 827.833,638.14 828.835,641.091 829.855,644.036 830.893,646.973 831.949,649.905 833.022,652.829 834.113,655.746 \n 835.222,658.656 836.348,661.558 837.492,664.453 838.653,667.341 839.832,670.221 841.028,673.093 842.241,675.957 843.472,678.813 844.72,681.662 845.985,684.502 \n 847.267,687.333 848.567,690.156 849.883,692.971 851.217,695.777 852.567,698.574 853.934,701.362 855.318,704.142 856.719,706.912 858.137,709.673 859.571,712.424 \n 861.022,715.166 862.489,717.899 863.973,720.622 865.473,723.335 866.99,726.039 868.523,728.732 870.072,731.415 871.638,734.088 873.219,736.751 874.817,739.403 \n 876.43,742.045 878.06,744.677 879.705,747.297 881.367,749.907 883.044,752.506 884.736,755.094 886.445,757.67 888.169,760.236 889.908,762.79 891.663,765.332 \n 893.433,767.864 895.218,770.383 897.018,772.891 898.834,775.387 900.665,777.871 902.51,780.343 904.371,782.803 906.247,785.25 908.137,787.686 910.042,790.109 \n 911.961,792.519 913.895,794.917 915.844,797.302 917.806,799.674 919.784,802.034 921.775,804.38 923.78,806.713 925.8,809.034 927.834,811.34 929.881,813.634 \n 931.942,815.914 934.018,818.181 936.106,820.434 938.209,822.673 940.324,824.898 942.454,827.11 944.596,829.308 946.752,831.491 948.921,833.661 951.103,835.816 \n 953.298,837.957 955.506,840.083 957.726,842.195 959.96,844.292 962.206,846.375 964.465,848.443 966.736,850.496 969.019,852.534 971.315,854.558 973.623,856.566 \n 975.943,858.559 978.275,860.537 980.619,862.499 982.974,864.447 985.342,866.378 987.721,868.294 990.112,870.195 992.514,872.08 994.927,873.949 997.352,875.802 \n 999.788,877.64 1002.23,879.461 1004.69,881.267 1007.16,883.056 1009.64,884.829 1012.13,886.586 1014.63,888.327 1017.14,890.051 1019.66,891.758 1022.2,893.45 \n 1024.74,895.124 1027.29,896.782 1029.85,898.423 1032.42,900.047 1035.01,901.655 1037.6,903.245 1040.2,904.819 1042.81,906.375 1045.43,907.915 1048.06,909.437 \n 1050.7,910.942 1053.34,912.43 1056,913.9 1058.66,915.353 1061.34,916.789 1064.02,918.207 1066.71,919.607 1069.41,920.99 1072.12,922.355 1074.83,923.702 \n 1077.56,925.032 1080.29,926.343 1083.03,927.637 1085.78,928.913 1088.53,930.171 1091.29,931.411 1094.06,932.632 1096.84,933.836 1099.63,935.021 1102.42,936.188 \n 1105.22,937.337 1108.02,938.467 1110.84,939.579 1113.66,940.673 1116.48,941.748 1119.31,942.805 1122.15,943.843 1125,944.863 1127.85,945.863 1130.7,946.846 \n 1133.57,947.809 1136.44,948.754 1139.31,949.68 1142.19,950.587 1145.07,951.475 1147.96,952.345 1150.86,953.195 1153.76,954.027 1156.67,954.839 1159.58,955.633 \n 1162.49,956.407 1165.41,957.162 1168.34,957.899 1171.27,958.616 1174.2,959.314 1177.14,959.992 1180.08,960.652 1183.02,961.292 1185.97,961.913 1188.92,962.514 \n 1191.88,963.097 1194.84,963.66 1197.8,964.203 1200.77,964.727 1203.74,965.232 1206.71,965.717 1209.69,966.183 1212.66,966.629 1215.65,967.056 1218.63,967.464 \n 1221.61,967.851 1224.6,968.22 1227.59,968.568 1230.58,968.898 1233.58,969.207 1236.57,969.497 1239.57,969.767 1242.57,970.018 1245.57,970.249 1248.57,970.461 \n 1251.58,970.653 1254.58,970.825 1257.59,970.977 1260.59,971.11 1263.6,971.223 1266.61,971.317 1269.61,971.391 1272.62,971.445 1275.63,971.479 1278.64,971.494 \n 1281.65,971.489 1284.66,971.464 1287.67,971.42 1290.67,971.356 1293.68,971.272 1296.69,971.169 1299.7,971.046 1302.7,970.903 1305.71,970.741 1308.71,970.559 \n 1311.71,970.357 1314.71,970.136 1317.71,969.895 1320.71,969.635 1323.71,969.355 1326.7,969.055 1329.7,968.735 1332.69,968.396 1335.68,968.038 1338.66,967.66 \n 1341.65,967.262 1344.63,966.845 1347.61,966.409 1350.59,965.953 1353.56,965.477 1356.53,964.982 1359.5,964.468 1362.46,963.934 1365.42,963.381 1368.38,962.808 \n 1371.34,962.216 1374.29,961.605 1377.23,960.974 1380.18,960.324 1383.12,959.655 1386.05,958.967 1388.98,958.26 1391.91,957.533 1394.83,956.787 1397.75,956.022 \n 1400.66,955.238 1403.57,954.435 1406.47,953.613 1409.37,952.772 1412.27,951.912 1415.15,951.034 1418.04,950.136 1420.91,949.219 1423.78,948.284 1426.65,947.33 \n 1429.51,946.357 1432.36,945.365 1435.21,944.355 1438.05,943.326 1440.89,942.279 1443.72,941.213 1446.54,940.129 1449.35,939.026 1452.16,937.904 1454.97,936.765 \n 1457.76,935.607 1460.55,934.431 1463.33,933.236 1466.1,932.024 1468.87,930.793 1471.63,929.544 1474.38,928.277 1477.13,926.992 1479.86,925.69 1482.59,924.369 \n 1485.31,923.031 1488.02,921.674 1490.72,920.301 1493.42,918.909 1496.11,917.5 1498.78,916.073 1501.45,914.629 1504.11,913.167 1506.77,911.688 1509.41,910.192 \n 1512.04,908.678 1514.67,907.147 1517.28,905.599 1519.89,904.034 1522.48,902.452 1525.07,900.853 1527.65,899.237 1530.21,897.605 1532.77,895.955 1535.32,894.289 \n 1537.85,892.606 1540.38,890.907 1542.9,889.191 1545.4,887.458 1547.9,885.71 1550.38,883.945 1552.86,882.163 1555.32,880.366 1557.77,878.553 1560.22,876.723 \n 1562.65,874.878 1565.06,873.017 1567.47,871.139 1569.87,869.247 1572.25,867.338 1574.63,865.414 1576.99,863.475 1579.34,861.52 1581.68,859.55 1584,857.564 \n 1586.32,855.564 1588.62,853.548 1590.91,851.517 1593.19,849.471 1595.45,847.411 1597.7,845.335 1599.94,843.245 1602.17,841.141 1604.38,839.022 1606.59,836.888 \n 1608.77,834.74 1610.95,832.578 1613.11,830.401 1615.26,828.211 1617.4,826.006 1619.52,823.787 1621.63,821.555 1623.72,819.309 1625.81,817.049 1627.87,814.776 \n 1629.93,812.489 1631.97,810.189 1634,807.875 1636.01,805.548 1638.01,803.208 1639.99,800.856 1641.96,798.49 1643.92,796.111 1645.86,793.719 1647.78,791.315 \n 1649.7,788.899 1651.59,786.47 1653.48,784.028 1655.34,781.574 1657.2,779.108 1659.04,776.63 1660.86,774.14 1662.67,771.638 1664.46,769.125 1666.24,766.599 \n 1668,764.063 1669.75,761.514 1671.48,758.954 1673.2,756.383 1674.9,753.801 1676.58,751.208 1678.25,748.603 1679.9,745.988 1681.54,743.362 1683.16,740.726 \n 1684.77,738.079 1686.36,735.421 1687.93,732.753 1689.49,730.075 1691.03,727.387 1692.55,724.688 1694.06,721.98 1695.55,719.262 1697.03,716.534 1698.49,713.797 \n 1699.93,711.05 1701.36,708.293 1702.77,705.528 1704.16,702.753 1705.54,699.969 1706.89,697.177 1708.24,694.375 1709.56,691.565 1710.87,688.746 1712.16,685.918 \n 1713.43,683.083 1714.69,680.239 1715.93,677.386 1717.15,674.526 1718.36,671.658 1719.54,668.782 1720.71,665.898 1721.87,663.007 1723,660.108 1724.12,657.202 \n 1725.22,654.288 1726.3,651.368 1727.37,648.44 1728.41,645.505 1729.44,642.564 1730.45,639.616 1731.45,636.661 1732.42,633.7 1733.38,630.733 1734.32,627.76 \n 1735.24,624.78 1736.14,621.794 1737.03,618.803 1737.9,615.806 1738.75,612.803 1739.58,609.795 1740.39,606.781 1741.18,603.762 1741.96,600.738 1742.72,597.709 \n 1743.46,594.675 1744.18,591.636 1744.88,588.593 1745.57,585.545 1746.23,582.492 1746.88,579.436 1747.51,576.375 1748.12,573.31 1748.71,570.241 1749.29,567.168 \n 1749.84,564.092 1750.38,561.012 1750.9,557.928 1751.4,554.842 1751.88,551.752 1752.34,548.659 1752.78,545.563 1753.21,542.464 1753.61,539.362 1754,536.258 \n 1754.37,533.152 1754.72,530.043 1755.05,526.932 1755.36,523.818 1755.65,520.703 1755.93,517.586 1756.18,514.467 1756.42,511.347 1756.63,508.225 1756.83,505.102 \n 1757.01,501.977 1757.17,498.851 1757.32,495.725 1757.44,492.597 1757.54,489.469 1757.63,486.34 1757.69,483.211 1757.74,480.081 1757.77,476.951 1757.78,473.821 \n \n \"/>\n<polyline clip-path=\"url(#clip342)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 2031.14,1326.98 2031.13,1323.85 2031.11,1320.72 2031.06,1317.59 2030.99,1314.46 2030.91,1311.33 2030.8,1308.2 2030.68,1305.07 2030.54,1301.95 2030.38,1298.82 \n 2030.2,1295.7 2030,1292.57 2029.78,1289.45 2029.54,1286.33 2029.29,1283.21 2029.02,1280.09 2028.72,1276.98 2028.41,1273.87 2028.08,1270.75 2027.73,1267.64 \n 2027.36,1264.54 2026.98,1261.43 2026.57,1258.33 2026.15,1255.23 2025.7,1252.14 2025.24,1249.04 2024.76,1245.96 2024.26,1242.87 2023.74,1239.78 2023.21,1236.7 \n 2022.65,1233.63 2022.08,1230.56 2021.49,1227.49 2020.88,1224.42 2020.25,1221.36 2019.6,1218.3 2018.93,1215.25 2018.25,1212.2 2017.54,1209.16 2016.82,1206.12 \n 2016.08,1203.09 2015.33,1200.06 2014.55,1197.03 2013.75,1194.02 2012.94,1191 2012.11,1187.99 2011.26,1184.99 2010.39,1181.99 2009.51,1179 2008.6,1176.02 \n 2007.68,1173.04 2006.74,1170.06 2005.79,1167.1 2004.81,1164.14 2003.82,1161.18 2002.8,1158.23 2001.78,1155.29 2000.73,1152.36 1999.66,1149.43 1998.58,1146.51 \n 1997.48,1143.6 1996.36,1140.69 1995.23,1137.79 1994.08,1134.9 1992.91,1132.01 1991.72,1129.14 1990.52,1126.27 1989.29,1123.41 1988.05,1120.56 1986.8,1117.71 \n 1985.52,1114.88 1984.23,1112.05 1982.92,1109.23 1981.6,1106.42 1980.26,1103.62 1978.9,1100.83 1977.52,1098.04 1976.13,1095.27 1974.72,1092.5 1973.3,1089.75 \n 1971.85,1087 1970.39,1084.26 1968.92,1081.53 1967.43,1078.82 1965.92,1076.11 1964.39,1073.41 1962.85,1070.72 1961.29,1068.04 1959.72,1065.38 1958.13,1062.72 \n 1956.53,1060.07 1954.9,1057.43 1953.27,1054.81 1951.61,1052.19 1949.94,1049.59 1948.26,1047 1946.56,1044.41 1944.84,1041.84 1943.11,1039.28 1941.36,1036.73 \n 1939.6,1034.2 1937.82,1031.67 1936.03,1029.16 1934.22,1026.66 1932.4,1024.17 1930.56,1021.69 1928.71,1019.22 1926.84,1016.77 1924.96,1014.33 1923.06,1011.9 \n 1921.15,1009.48 1919.22,1007.08 1917.28,1004.69 1915.32,1002.31 1913.35,999.941 1911.37,997.588 1909.37,995.248 1907.36,992.922 1905.33,990.608 1903.29,988.308 \n 1901.24,986.021 1899.17,983.748 1897.09,981.488 1894.99,979.242 1892.88,977.009 1890.76,974.791 1888.62,972.586 1886.48,970.396 1884.31,968.219 1882.14,966.057 \n 1879.95,963.909 1877.75,961.775 1875.53,959.656 1873.31,957.551 1871.07,955.461 1868.81,953.386 1866.55,951.325 1864.27,949.28 1861.98,947.249 1859.68,945.233 \n 1857.37,943.232 1855.04,941.247 1852.7,939.277 1850.35,937.322 1847.99,935.382 1845.62,933.458 1843.23,931.55 1840.84,929.657 1838.43,927.78 1836.01,925.919 \n 1833.58,924.074 1831.14,922.244 1828.69,920.431 1826.22,918.633 1823.75,916.852 1821.26,915.087 1818.77,913.338 1816.26,911.606 1813.75,909.89 1811.22,908.191 \n 1808.68,906.508 1806.13,904.842 1803.58,903.192 1801.01,901.559 1798.43,899.944 1795.85,898.344 1793.25,896.762 1790.65,895.197 1788.03,893.649 1785.41,892.119 \n 1782.77,890.605 1780.13,889.109 1777.48,887.63 1774.82,886.168 1772.15,884.724 1769.47,883.297 1766.78,881.888 1764.09,880.496 1761.38,879.122 1758.67,877.766 \n 1755.95,876.428 1753.23,875.107 1750.49,873.804 1747.75,872.519 1744.99,871.253 1742.24,870.004 1739.47,868.773 1736.69,867.561 1733.91,866.366 1731.13,865.19 \n 1728.33,864.032 1725.53,862.892 1722.72,861.771 1719.9,860.668 1717.08,859.584 1714.25,858.518 1711.42,857.47 1708.57,856.442 1705.73,855.431 1702.87,854.44 \n 1700.01,853.467 1697.15,852.513 1694.28,851.577 1691.4,850.661 1688.52,849.763 1685.63,848.884 1682.74,848.024 1679.84,847.183 1676.93,846.361 1674.03,845.558 \n 1671.11,844.774 1668.2,844.01 1665.27,843.264 1662.35,842.537 1659.42,841.83 1656.48,841.141 1653.54,840.472 1650.6,839.823 1647.65,839.192 1644.7,838.581 \n 1641.75,837.989 1638.79,837.416 1635.83,836.863 1632.86,836.329 1629.89,835.815 1626.92,835.32 1623.95,834.844 1620.97,834.388 1617.99,833.951 1615.01,833.534 \n 1612.03,833.137 1609.04,832.759 1606.05,832.4 1603.06,832.061 1600.07,831.742 1597.07,831.442 1594.08,831.162 1591.08,830.901 1588.08,830.661 1585.08,830.439 \n 1582.07,830.238 1579.07,830.056 1576.06,829.893 1573.06,829.751 1570.05,829.628 1567.05,829.524 1564.04,829.441 1561.03,829.377 1558.02,829.332 1555.01,829.308 \n 1552,829.303 1548.99,829.318 1545.99,829.352 1542.98,829.406 1539.97,829.48 1536.96,829.573 1533.96,829.687 1530.95,829.819 1527.94,829.972 1524.94,830.144 \n 1521.94,830.336 1518.94,830.547 1515.93,830.779 1512.94,831.029 1509.94,831.3 1506.94,831.59 1503.95,831.899 1500.96,832.228 1497.97,832.577 1494.98,832.945 \n 1491.99,833.333 1489.01,833.74 1486.03,834.167 1483.05,834.614 1480.07,835.079 1477.1,835.565 1474.13,836.069 1471.17,836.594 1468.2,837.137 1465.24,837.7 \n 1462.29,838.282 1459.34,838.884 1456.39,839.505 1453.44,840.145 1450.5,840.804 1447.56,841.483 1444.63,842.181 1441.7,842.898 1438.78,843.634 1435.86,844.39 \n 1432.94,845.164 1430.03,845.958 1427.12,846.77 1424.22,847.602 1421.33,848.452 1418.44,849.321 1415.55,850.21 1412.67,851.117 1409.8,852.043 1406.93,852.988 \n 1404.07,853.951 1401.21,854.933 1398.36,855.934 1395.52,856.954 1392.68,857.992 1389.84,859.048 1387.02,860.124 1384.2,861.217 1381.39,862.329 1378.58,863.46 \n 1375.78,864.609 1372.99,865.776 1370.21,866.961 1367.43,868.165 1364.66,869.386 1361.9,870.626 1359.14,871.884 1356.39,873.16 1353.65,874.453 1350.92,875.765 \n 1348.2,877.095 1345.48,878.442 1342.77,879.807 1340.08,881.19 1337.38,882.59 1334.7,884.008 1332.03,885.444 1329.36,886.897 1326.71,888.367 1324.06,889.855 \n 1321.42,891.36 1318.79,892.882 1316.17,894.421 1313.56,895.978 1310.96,897.551 1308.37,899.142 1305.79,900.749 1303.22,902.374 1300.65,904.015 1298.1,905.673 \n 1295.56,907.347 1293.03,909.038 1290.51,910.746 1288,912.47 1285.49,914.211 1283,915.968 1280.53,917.741 1278.06,919.53 1275.6,921.335 1273.15,923.157 \n 1270.72,924.994 1268.29,926.848 1265.88,928.717 1263.48,930.602 1261.09,932.502 1258.71,934.418 1256.34,936.35 1253.98,938.297 1251.64,940.26 1249.31,942.238 \n 1246.99,944.231 1244.68,946.239 1242.38,948.262 1240.1,950.301 1237.83,952.354 1235.57,954.422 1233.32,956.504 1231.09,958.602 1228.87,960.714 1226.66,962.84 \n 1224.47,964.981 1222.28,967.136 1220.12,969.306 1217.96,971.489 1215.82,973.687 1213.69,975.898 1211.57,978.124 1209.47,980.363 1207.38,982.616 1205.31,984.883 \n 1203.25,987.163 1201.2,989.456 1199.16,991.763 1197.14,994.083 1195.14,996.417 1193.15,998.763 1191.17,1001.12 1189.21,1003.49 1187.26,1005.88 1185.33,1008.28 \n 1183.41,1010.69 1181.5,1013.11 1179.61,1015.55 1177.74,1017.99 1175.87,1020.45 1174.03,1022.93 1172.2,1025.41 1170.38,1027.91 1168.58,1030.41 1166.8,1032.93 \n 1165.03,1035.46 1163.27,1038.01 1161.53,1040.56 1159.81,1043.13 1158.1,1045.7 1156.41,1048.29 1154.73,1050.89 1153.07,1053.5 1151.42,1056.12 1149.79,1058.75 \n 1148.18,1061.39 1146.58,1064.05 1145,1066.71 1143.44,1069.38 1141.89,1072.06 1140.35,1074.76 1138.84,1077.46 1137.34,1080.17 1135.85,1082.9 1134.39,1085.63 \n 1132.93,1088.37 1131.5,1091.12 1130.08,1093.88 1128.68,1096.66 1127.3,1099.43 1125.93,1102.22 1124.58,1105.02 1123.25,1107.83 1121.93,1110.64 1120.63,1113.46 \n 1119.35,1116.3 1118.08,1119.14 1116.84,1121.98 1115.61,1124.84 1114.39,1127.7 1113.2,1130.58 1112.02,1133.46 1110.86,1136.34 1109.71,1139.24 1108.59,1142.14 \n 1107.48,1145.05 1106.39,1147.97 1105.31,1150.89 1104.26,1153.82 1103.22,1156.76 1102.2,1159.71 1101.2,1162.66 1100.21,1165.61 1099.25,1168.58 1098.3,1171.55 \n 1097.37,1174.53 1096.45,1177.51 1095.56,1180.5 1094.68,1183.49 1093.82,1186.49 1092.98,1189.5 1092.16,1192.51 1091.36,1195.52 1090.57,1198.55 1089.81,1201.57 \n 1089.06,1204.6 1088.33,1207.64 1087.61,1210.68 1086.92,1213.73 1086.24,1216.78 1085.59,1219.83 1084.95,1222.89 1084.33,1225.95 1083.73,1229.02 1083.14,1232.09 \n 1082.58,1235.17 1082.03,1238.24 1081.51,1241.33 1081,1244.41 1080.51,1247.5 1080.04,1250.59 1079.58,1253.69 1079.15,1256.78 1078.74,1259.88 1078.34,1262.99 \n 1077.96,1266.09 1077.6,1269.2 1077.26,1272.31 1076.94,1275.42 1076.64,1278.54 1076.36,1281.65 1076.09,1284.77 1075.85,1287.89 1075.62,1291.01 1075.41,1294.13 \n 1075.22,1297.26 1075.05,1300.38 1074.9,1303.51 1074.77,1306.64 1074.66,1309.76 1074.56,1312.89 1074.48,1316.02 1074.43,1319.15 1074.39,1322.28 1074.37,1325.41 \n 1074.37,1328.54 1074.39,1331.67 1074.43,1334.8 1074.48,1337.93 1074.56,1341.06 1074.66,1344.19 1074.77,1347.32 1074.9,1350.44 1075.05,1353.57 1075.22,1356.69 \n 1075.41,1359.82 1075.62,1362.94 1075.85,1366.06 1076.09,1369.18 1076.36,1372.3 1076.64,1375.42 1076.94,1378.53 1077.26,1381.64 1077.6,1384.75 1077.96,1387.86 \n 1078.34,1390.96 1078.74,1394.07 1079.15,1397.17 1079.58,1400.27 1080.04,1403.36 1080.51,1406.45 1081,1409.54 1081.51,1412.62 1082.03,1415.71 1082.58,1418.78 \n 1083.14,1421.86 1083.73,1424.93 1084.33,1428 1084.95,1431.06 1085.59,1434.12 1086.24,1437.17 1086.92,1440.22 1087.61,1443.27 1088.33,1446.31 1089.06,1449.35 \n 1089.81,1452.38 1090.57,1455.4 1091.36,1458.43 1092.16,1461.44 1092.98,1464.45 1093.82,1467.46 1094.68,1470.46 1095.56,1473.45 1096.45,1476.44 1097.37,1479.42 \n 1098.3,1482.4 1099.25,1485.37 1100.21,1488.34 1101.2,1491.29 1102.2,1494.25 1103.22,1497.19 1104.26,1500.13 1105.31,1503.06 1106.39,1505.98 1107.48,1508.9 \n 1108.59,1511.81 1109.71,1514.71 1110.86,1517.61 1112.02,1520.5 1113.2,1523.38 1114.39,1526.25 1115.61,1529.11 1116.84,1531.97 1118.08,1534.82 1119.35,1537.66 \n 1120.63,1540.49 1121.93,1543.31 1123.25,1546.13 1124.58,1548.93 1125.93,1551.73 1127.3,1554.52 1128.68,1557.3 1130.08,1560.07 1131.5,1562.83 1132.93,1565.58 \n 1134.39,1568.32 1135.85,1571.05 1137.34,1573.78 1138.84,1576.49 1140.35,1579.19 1141.89,1581.89 1143.44,1584.57 1145,1587.24 1146.58,1589.91 1148.18,1592.56 \n 1149.79,1595.2 1151.42,1597.83 1153.07,1600.45 1154.73,1603.06 1156.41,1605.66 1158.1,1608.25 1159.81,1610.82 1161.53,1613.39 1163.27,1615.94 1165.03,1618.49 \n 1166.8,1621.02 1168.58,1623.54 1170.38,1626.05 1172.2,1628.54 1174.03,1631.03 1175.87,1633.5 1177.74,1635.96 1179.61,1638.4 1181.5,1640.84 1183.41,1643.26 \n 1185.33,1645.67 1187.26,1648.07 1189.21,1650.46 1191.17,1652.83 1193.15,1655.19 1195.14,1657.53 1197.14,1659.87 1199.16,1662.19 1201.2,1664.49 1203.25,1666.79 \n 1205.31,1669.07 1207.38,1671.34 1209.47,1673.59 1211.57,1675.83 1213.69,1678.05 1215.82,1680.26 1217.96,1682.46 1220.12,1684.65 1222.28,1686.81 1224.47,1688.97 \n 1226.66,1691.11 1228.87,1693.24 1231.09,1695.35 1233.32,1697.45 1235.57,1699.53 1237.83,1701.6 1240.1,1703.65 1242.38,1705.69 1244.68,1707.71 1246.99,1709.72 \n 1249.31,1711.71 1251.64,1713.69 1253.98,1715.65 1256.34,1717.6 1258.71,1719.53 1261.09,1721.45 1263.48,1723.35 1265.88,1725.23 1268.29,1727.1 1270.72,1728.96 \n 1273.15,1730.79 1275.6,1732.62 1278.06,1734.42 1280.53,1736.21 1283,1737.98 1285.49,1739.74 1288,1741.48 1290.51,1743.2 1293.03,1744.91 1295.56,1746.6 \n 1298.1,1748.28 1300.65,1749.94 1303.22,1751.58 1305.79,1753.2 1308.37,1754.81 1310.96,1756.4 1313.56,1757.97 1316.17,1759.53 1318.79,1761.07 1321.42,1762.59 \n 1324.06,1764.1 1326.71,1765.58 1329.36,1767.05 1332.03,1768.51 1334.7,1769.94 1337.38,1771.36 1340.08,1772.76 1342.77,1774.14 1345.48,1775.51 1348.2,1776.86 \n 1350.92,1778.19 1353.65,1779.5 1356.39,1780.79 1359.14,1782.07 1361.9,1783.33 1364.66,1784.56 1367.43,1785.79 1370.21,1786.99 1372.99,1788.18 1375.78,1789.34 \n 1378.58,1790.49 1381.39,1791.62 1384.2,1792.73 1387.02,1793.83 1389.84,1794.9 1392.68,1795.96 1395.52,1797 1398.36,1798.02 1401.21,1799.02 1404.07,1800 \n 1406.93,1800.96 1409.8,1801.91 1412.67,1802.83 1415.55,1803.74 1418.44,1804.63 1421.33,1805.5 1424.22,1806.35 1427.12,1807.18 1430.03,1807.99 1432.94,1808.79 \n 1435.86,1809.56 1438.78,1810.32 1441.7,1811.05 1444.63,1811.77 1447.56,1812.47 1450.5,1813.15 1453.44,1813.81 1456.39,1814.45 1459.34,1815.07 1462.29,1815.67 \n 1465.24,1816.25 1468.2,1816.81 1471.17,1817.36 1474.13,1817.88 1477.1,1818.39 1480.07,1818.87 1483.05,1819.34 1486.03,1819.78 1489.01,1820.21 1491.99,1820.62 \n 1494.98,1821.01 1497.97,1821.37 1500.96,1821.72 1503.95,1822.05 1506.94,1822.36 1509.94,1822.65 1512.94,1822.92 1515.93,1823.17 1518.94,1823.4 1521.94,1823.62 \n 1524.94,1823.81 1527.94,1823.98 1530.95,1824.13 1533.96,1824.26 1536.96,1824.38 1539.97,1824.47 1542.98,1824.54 1545.99,1824.6 1548.99,1824.63 1552,1824.65 \n 1555.01,1824.64 1558.02,1824.62 1561.03,1824.57 1564.04,1824.51 1567.05,1824.43 1570.05,1824.32 1573.06,1824.2 1576.06,1824.06 1579.07,1823.9 1582.07,1823.71 \n 1585.08,1823.51 1588.08,1823.29 1591.08,1823.05 1594.08,1822.79 1597.07,1822.51 1600.07,1822.21 1603.06,1821.89 1606.05,1821.55 1609.04,1821.19 1612.03,1820.81 \n 1615.01,1820.42 1617.99,1820 1620.97,1819.56 1623.95,1819.11 1626.92,1818.63 1629.89,1818.14 1632.86,1817.62 1635.83,1817.09 1638.79,1816.53 1641.75,1815.96 \n 1644.7,1815.37 1647.65,1814.76 1650.6,1814.13 1653.54,1813.48 1656.48,1812.81 1659.42,1812.12 1662.35,1811.41 1665.27,1810.69 1668.2,1809.94 1671.11,1809.18 \n 1674.03,1808.39 1676.93,1807.59 1679.84,1806.77 1682.74,1805.93 1685.63,1805.07 1688.52,1804.19 1691.4,1803.29 1694.28,1802.37 1697.15,1801.44 1700.01,1800.48 \n 1702.87,1799.51 1705.73,1798.52 1708.57,1797.51 1711.42,1796.48 1714.25,1795.43 1717.08,1794.37 1719.9,1793.28 1722.72,1792.18 1725.53,1791.06 1728.33,1789.92 \n 1731.13,1788.76 1733.91,1787.58 1736.69,1786.39 1739.47,1785.18 1742.24,1783.95 1744.99,1782.7 1747.75,1781.43 1750.49,1780.15 1753.23,1778.84 1755.95,1777.52 \n 1758.67,1776.18 1761.38,1774.83 1764.09,1773.45 1766.78,1772.06 1769.47,1770.65 1772.15,1769.23 1774.82,1767.78 1777.48,1766.32 1780.13,1764.84 1782.77,1763.35 \n 1785.41,1761.83 1788.03,1760.3 1790.65,1758.75 1793.25,1757.19 1795.85,1755.61 1798.43,1754.01 1801.01,1752.39 1803.58,1750.76 1806.13,1749.11 1808.68,1747.44 \n 1811.22,1745.76 1813.75,1744.06 1816.26,1742.34 1818.77,1740.61 1821.26,1738.86 1823.75,1737.1 1826.22,1735.32 1828.69,1733.52 1831.14,1731.71 1833.58,1729.88 \n 1836.01,1728.03 1838.43,1726.17 1840.84,1724.29 1843.23,1722.4 1845.62,1720.49 1847.99,1718.57 1850.35,1716.63 1852.7,1714.67 1855.04,1712.7 1857.37,1710.72 \n 1859.68,1708.72 1861.98,1706.7 1864.27,1704.67 1866.55,1702.63 1868.81,1700.57 1871.07,1698.49 1873.31,1696.4 1875.53,1694.3 1877.75,1692.18 1879.95,1690.04 \n 1882.14,1687.89 1884.31,1685.73 1886.48,1683.56 1888.62,1681.36 1890.76,1679.16 1892.88,1676.94 1894.99,1674.71 1897.09,1672.46 1899.17,1670.2 1901.24,1667.93 \n 1903.29,1665.64 1905.33,1663.34 1907.36,1661.03 1909.37,1658.7 1911.37,1656.36 1913.35,1654.01 1915.32,1651.64 1917.28,1649.27 1919.22,1646.87 1921.15,1644.47 \n 1923.06,1642.05 1924.96,1639.62 1926.84,1637.18 1928.71,1634.73 1930.56,1632.26 1932.4,1629.78 1934.22,1627.29 1936.03,1624.79 1937.82,1622.28 1939.6,1619.75 \n 1941.36,1617.22 1943.11,1614.67 1944.84,1612.11 1946.56,1609.54 1948.26,1606.96 1949.94,1604.36 1951.61,1601.76 1953.27,1599.14 1954.9,1596.52 1956.53,1593.88 \n 1958.13,1591.23 1959.72,1588.58 1961.29,1585.91 1962.85,1583.23 1964.39,1580.54 1965.92,1577.84 1967.43,1575.13 1968.92,1572.42 1970.39,1569.69 1971.85,1566.95 \n 1973.3,1564.2 1974.72,1561.45 1976.13,1558.68 1977.52,1555.91 1978.9,1553.12 1980.26,1550.33 1981.6,1547.53 1982.92,1544.72 1984.23,1541.9 1985.52,1539.07 \n 1986.8,1536.24 1988.05,1533.39 1989.29,1530.54 1990.52,1527.68 1991.72,1524.81 1992.91,1521.94 1994.08,1519.05 1995.23,1516.16 1996.36,1513.26 1997.48,1510.36 \n 1998.58,1507.44 1999.66,1504.52 2000.73,1501.59 2001.78,1498.66 2002.8,1495.72 2003.82,1492.77 2004.81,1489.82 2005.79,1486.85 2006.74,1483.89 2007.68,1480.91 \n 2008.6,1477.93 2009.51,1474.95 2010.39,1471.96 2011.26,1468.96 2012.11,1465.96 2012.94,1462.95 2013.75,1459.94 2014.55,1456.92 2015.33,1453.89 2016.08,1450.86 \n 2016.82,1447.83 2017.54,1444.79 2018.25,1441.75 2018.93,1438.7 2019.6,1435.65 2020.25,1432.59 2020.88,1429.53 2021.49,1426.46 2022.08,1423.4 2022.65,1420.32 \n 2023.21,1417.25 2023.74,1414.17 2024.26,1411.08 2024.76,1408 2025.24,1404.91 2025.7,1401.81 2026.15,1398.72 2026.57,1395.62 2026.98,1392.52 2027.36,1389.41 \n 2027.73,1386.31 2028.08,1383.2 2028.41,1380.09 2028.72,1376.97 2029.02,1373.86 2029.29,1370.74 2029.54,1367.62 2029.78,1364.5 2030,1361.38 2030.2,1358.26 \n 2030.38,1355.13 2030.54,1352.01 2030.68,1348.88 2030.8,1345.75 2030.91,1342.62 2030.99,1339.49 2031.06,1336.37 2031.11,1333.24 2031.13,1330.11 2031.14,1326.98 \n \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "module U\n\nusing ..S, ..T\n\nfunction translate(s::X, v::AbstractVector) where X<:S.Shape\n X <: S.Point && return S.Point(s.x + v[1], s.y + v[2])\n fields = []\n for name in fieldnames(typeof(s))\n f_old = getfield(s, name)\n f_new = f_old isa S.Shape ? translate(f_old, v) : f_old\n push!(fields, f_new)\n end\n X(fields...)\nend\n\nrescale(C::T.Circle, a::Real) = T.Circle(C.O, a * C.r)\n\nend",
"execution_count": 7,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 7,
"data": {
"text/plain": "Main.U"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "P2 = U.translate.(P, Ref([-2, 1]))\nL2 = U.translate.(L, Ref([-2, 1]))\nC2 = U.translate.(C, Ref([-2, 1]))\n\nS.plot(xlim=(-5, 5), ylim=(-5, 5), size=(400, 400))\nS.draw!([P2; L2; C2])",
"execution_count": 8,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 8,
"data": {
"image/svg+xml": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"400\" height=\"400\" viewBox=\"0 0 1600 1600\">\n<defs>\n <clipPath id=\"clip380\">\n <rect x=\"0\" y=\"0\" width=\"1600\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip380)\" d=\"\nM0 1600 L1600 1600 L1600 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip381\">\n <rect x=\"320\" y=\"160\" width=\"1121\" height=\"1121\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip380)\" d=\"\nM185.936 1469.17 L1552.76 1469.17 L1552.76 47.2441 L185.936 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip382\">\n <rect x=\"185\" y=\"47\" width=\"1368\" height=\"1423\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 527.641,1469.17 527.641,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 869.346,1469.17 869.346,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 527.641,1469.17 527.641,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 869.346,1469.17 869.346,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,1452.1 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"M 0 0 M132.464 1506.61 L162.14 1506.61 L162.14 1510.55 L132.464 1510.55 L132.464 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M172.279 1488.88 L190.635 1488.88 L190.635 1492.82 L176.561 1492.82 L176.561 1501.29 Q177.58 1500.94 178.598 1500.78 Q179.617 1500.59 180.635 1500.59 Q186.422 1500.59 189.802 1503.76 Q193.181 1506.94 193.181 1512.35 Q193.181 1517.93 189.709 1521.03 Q186.237 1524.11 179.918 1524.11 Q177.742 1524.11 175.473 1523.74 Q173.228 1523.37 170.82 1522.63 L170.82 1517.93 Q172.904 1519.06 175.126 1519.62 Q177.348 1520.18 179.825 1520.18 Q183.83 1520.18 186.167 1518.07 Q188.505 1515.96 188.505 1512.35 Q188.505 1508.74 186.167 1506.63 Q183.83 1504.53 179.825 1504.53 Q177.95 1504.53 176.075 1504.94 Q174.223 1505.36 172.279 1506.24 L172.279 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M202.394 1517.56 L207.278 1517.56 L207.278 1523.44 L202.394 1523.44 L202.394 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M227.464 1491.96 Q223.852 1491.96 222.024 1495.52 Q220.218 1499.07 220.218 1506.19 Q220.218 1513.3 222.024 1516.87 Q223.852 1520.41 227.464 1520.41 Q231.098 1520.41 232.903 1516.87 Q234.732 1513.3 234.732 1506.19 Q234.732 1499.07 232.903 1495.52 Q231.098 1491.96 227.464 1491.96 M227.464 1488.25 Q233.274 1488.25 236.329 1492.86 Q239.408 1497.44 239.408 1506.19 Q239.408 1514.92 236.329 1519.53 Q233.274 1524.11 227.464 1524.11 Q221.653 1524.11 218.575 1519.53 Q215.519 1514.92 215.519 1506.19 Q215.519 1497.44 218.575 1492.86 Q221.653 1488.25 227.464 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M474.667 1506.61 L504.342 1506.61 L504.342 1510.55 L474.667 1510.55 L474.667 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M518.463 1519.5 L534.782 1519.5 L534.782 1523.44 L512.838 1523.44 L512.838 1519.5 Q515.5 1516.75 520.083 1512.12 Q524.69 1507.47 525.87 1506.13 Q528.116 1503.6 528.995 1501.87 Q529.898 1500.11 529.898 1498.42 Q529.898 1495.66 527.953 1493.93 Q526.032 1492.19 522.93 1492.19 Q520.731 1492.19 518.278 1492.95 Q515.847 1493.72 513.069 1495.27 L513.069 1490.55 Q515.893 1489.41 518.347 1488.83 Q520.801 1488.25 522.838 1488.25 Q528.208 1488.25 531.403 1490.94 Q534.597 1493.63 534.597 1498.12 Q534.597 1500.25 533.787 1502.17 Q533 1504.06 530.893 1506.66 Q530.315 1507.33 527.213 1510.55 Q524.111 1513.74 518.463 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M544.597 1517.56 L549.481 1517.56 L549.481 1523.44 L544.597 1523.44 L544.597 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M559.713 1488.88 L578.069 1488.88 L578.069 1492.82 L563.995 1492.82 L563.995 1501.29 Q565.013 1500.94 566.032 1500.78 Q567.05 1500.59 568.069 1500.59 Q573.856 1500.59 577.236 1503.76 Q580.615 1506.94 580.615 1512.35 Q580.615 1517.93 577.143 1521.03 Q573.671 1524.11 567.351 1524.11 Q565.175 1524.11 562.907 1523.74 Q560.662 1523.37 558.254 1522.63 L558.254 1517.93 Q560.338 1519.06 562.56 1519.62 Q564.782 1520.18 567.259 1520.18 Q571.263 1520.18 573.601 1518.07 Q575.939 1515.96 575.939 1512.35 Q575.939 1508.74 573.601 1506.63 Q571.263 1504.53 567.259 1504.53 Q565.384 1504.53 563.509 1504.94 Q561.657 1505.36 559.713 1506.24 L559.713 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M846.73 1491.96 Q843.119 1491.96 841.291 1495.52 Q839.485 1499.07 839.485 1506.19 Q839.485 1513.3 841.291 1516.87 Q843.119 1520.41 846.73 1520.41 Q850.365 1520.41 852.17 1516.87 Q853.999 1513.3 853.999 1506.19 Q853.999 1499.07 852.17 1495.52 Q850.365 1491.96 846.73 1491.96 M846.73 1488.25 Q852.54 1488.25 855.596 1492.86 Q858.675 1497.44 858.675 1506.19 Q858.675 1514.92 855.596 1519.53 Q852.54 1524.11 846.73 1524.11 Q840.92 1524.11 837.841 1519.53 Q834.786 1514.92 834.786 1506.19 Q834.786 1497.44 837.841 1492.86 Q840.92 1488.25 846.73 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M866.892 1517.56 L871.776 1517.56 L871.776 1523.44 L866.892 1523.44 L866.892 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M891.962 1491.96 Q888.35 1491.96 886.522 1495.52 Q884.716 1499.07 884.716 1506.19 Q884.716 1513.3 886.522 1516.87 Q888.35 1520.41 891.962 1520.41 Q895.596 1520.41 897.401 1516.87 Q899.23 1513.3 899.23 1506.19 Q899.23 1499.07 897.401 1495.52 Q895.596 1491.96 891.962 1491.96 M891.962 1488.25 Q897.772 1488.25 900.827 1492.86 Q903.906 1497.44 903.906 1506.19 Q903.906 1514.92 900.827 1519.53 Q897.772 1524.11 891.962 1524.11 Q886.151 1524.11 883.073 1519.53 Q880.017 1514.92 880.017 1506.19 Q880.017 1497.44 883.073 1492.86 Q886.151 1488.25 891.962 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1182.79 1519.5 L1199.11 1519.5 L1199.11 1523.44 L1177.16 1523.44 L1177.16 1519.5 Q1179.82 1516.75 1184.41 1512.12 Q1189.01 1507.47 1190.19 1506.13 Q1192.44 1503.6 1193.32 1501.87 Q1194.22 1500.11 1194.22 1498.42 Q1194.22 1495.66 1192.28 1493.93 Q1190.36 1492.19 1187.25 1492.19 Q1185.06 1492.19 1182.6 1492.95 Q1180.17 1493.72 1177.39 1495.27 L1177.39 1490.55 Q1180.22 1489.41 1182.67 1488.83 Q1185.13 1488.25 1187.16 1488.25 Q1192.53 1488.25 1195.73 1490.94 Q1198.92 1493.63 1198.92 1498.12 Q1198.92 1500.25 1198.11 1502.17 Q1197.32 1504.06 1195.22 1506.66 Q1194.64 1507.33 1191.54 1510.55 Q1188.44 1513.74 1182.79 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1208.92 1517.56 L1213.81 1517.56 L1213.81 1523.44 L1208.92 1523.44 L1208.92 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1224.04 1488.88 L1242.39 1488.88 L1242.39 1492.82 L1228.32 1492.82 L1228.32 1501.29 Q1229.34 1500.94 1230.36 1500.78 Q1231.37 1500.59 1232.39 1500.59 Q1238.18 1500.59 1241.56 1503.76 Q1244.94 1506.94 1244.94 1512.35 Q1244.94 1517.93 1241.47 1521.03 Q1238 1524.11 1231.68 1524.11 Q1229.5 1524.11 1227.23 1523.74 Q1224.99 1523.37 1222.58 1522.63 L1222.58 1517.93 Q1224.66 1519.06 1226.88 1519.62 Q1229.11 1520.18 1231.58 1520.18 Q1235.59 1520.18 1237.93 1518.07 Q1240.26 1515.96 1240.26 1512.35 Q1240.26 1508.74 1237.93 1506.63 Q1235.59 1504.53 1231.58 1504.53 Q1229.71 1504.53 1227.83 1504.94 Q1225.98 1505.36 1224.04 1506.24 L1224.04 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1519.92 1488.88 L1538.28 1488.88 L1538.28 1492.82 L1524.2 1492.82 L1524.2 1501.29 Q1525.22 1500.94 1526.24 1500.78 Q1527.26 1500.59 1528.28 1500.59 Q1534.06 1500.59 1537.44 1503.76 Q1540.82 1506.94 1540.82 1512.35 Q1540.82 1517.93 1537.35 1521.03 Q1533.88 1524.11 1527.56 1524.11 Q1525.38 1524.11 1523.11 1523.74 Q1520.87 1523.37 1518.46 1522.63 L1518.46 1517.93 Q1520.55 1519.06 1522.77 1519.62 Q1524.99 1520.18 1527.47 1520.18 Q1531.47 1520.18 1533.81 1518.07 Q1536.15 1515.96 1536.15 1512.35 Q1536.15 1508.74 1533.81 1506.63 Q1531.47 1504.53 1527.47 1504.53 Q1525.59 1504.53 1523.72 1504.94 Q1521.86 1505.36 1519.92 1506.24 L1519.92 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1550.04 1517.56 L1554.92 1517.56 L1554.92 1523.44 L1550.04 1523.44 L1550.04 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M1575.11 1491.96 Q1571.49 1491.96 1569.67 1495.52 Q1567.86 1499.07 1567.86 1506.19 Q1567.86 1513.3 1569.67 1516.87 Q1571.49 1520.41 1575.11 1520.41 Q1578.74 1520.41 1580.55 1516.87 Q1582.37 1513.3 1582.37 1506.19 Q1582.37 1499.07 1580.55 1495.52 Q1578.74 1491.96 1575.11 1491.96 M1575.11 1488.25 Q1580.92 1488.25 1583.97 1492.86 Q1587.05 1497.44 1587.05 1506.19 Q1587.05 1514.92 1583.97 1519.53 Q1580.92 1524.11 1575.11 1524.11 Q1569.3 1524.11 1566.22 1519.53 Q1563.16 1514.92 1563.16 1506.19 Q1563.16 1497.44 1566.22 1492.86 Q1569.3 1488.25 1575.11 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1113.69 1552.76,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,758.206 1552.76,758.206 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,402.725 1552.76,402.725 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,47.2441 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 202.338,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1113.69 202.338,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,758.206 202.338,758.206 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,402.725 202.338,402.725 \n \"/>\n<polyline clip-path=\"url(#clip380)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,47.2441 202.338,47.2441 \n \"/>\n<path clip-path=\"url(#clip380)\" d=\"M 0 0 M54.9921 1469.62 L84.6679 1469.62 L84.6679 1473.55 L54.9921 1473.55 L54.9921 1469.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M94.8067 1451.89 L113.163 1451.89 L113.163 1455.82 L99.0891 1455.82 L99.0891 1464.3 Q100.108 1463.95 101.126 1463.79 Q102.145 1463.6 103.163 1463.6 Q108.95 1463.6 112.33 1466.77 Q115.709 1469.94 115.709 1475.36 Q115.709 1480.94 112.237 1484.04 Q108.765 1487.12 102.446 1487.12 Q100.27 1487.12 98.0012 1486.75 Q95.7558 1486.38 93.3484 1485.64 L93.3484 1480.94 Q95.4317 1482.07 97.6539 1482.63 Q99.8761 1483.18 102.353 1483.18 Q106.358 1483.18 108.696 1481.08 Q111.033 1478.97 111.033 1475.36 Q111.033 1471.75 108.696 1469.64 Q106.358 1467.54 102.353 1467.54 Q100.478 1467.54 98.603 1467.95 Q96.7512 1468.37 94.8067 1469.25 L94.8067 1451.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M124.922 1480.57 L129.807 1480.57 L129.807 1486.45 L124.922 1486.45 L124.922 1480.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M149.992 1454.97 Q146.381 1454.97 144.552 1458.53 Q142.746 1462.07 142.746 1469.2 Q142.746 1476.31 144.552 1479.87 Q146.381 1483.42 149.992 1483.42 Q153.626 1483.42 155.431 1479.87 Q157.26 1476.31 157.26 1469.2 Q157.26 1462.07 155.431 1458.53 Q153.626 1454.97 149.992 1454.97 M149.992 1451.26 Q155.802 1451.26 158.857 1455.87 Q161.936 1460.45 161.936 1469.2 Q161.936 1477.93 158.857 1482.54 Q155.802 1487.12 149.992 1487.12 Q144.181 1487.12 141.103 1482.54 Q138.047 1477.93 138.047 1469.2 Q138.047 1460.45 141.103 1455.87 Q144.181 1451.26 149.992 1451.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M55.9875 1114.14 L85.6633 1114.14 L85.6633 1118.07 L55.9875 1118.07 L55.9875 1114.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M99.7836 1127.03 L116.103 1127.03 L116.103 1130.97 L94.1586 1130.97 L94.1586 1127.03 Q96.8206 1124.28 101.404 1119.65 Q106.01 1114.99 107.191 1113.65 Q109.436 1111.13 110.316 1109.39 Q111.219 1107.63 111.219 1105.94 Q111.219 1103.19 109.274 1101.45 Q107.353 1099.72 104.251 1099.72 Q102.052 1099.72 99.5984 1100.48 Q97.1678 1101.24 94.3901 1102.8 L94.3901 1098.07 Q97.2141 1096.94 99.6678 1096.36 Q102.122 1095.78 104.159 1095.78 Q109.529 1095.78 112.723 1098.47 Q115.918 1101.15 115.918 1105.64 Q115.918 1107.77 115.108 1109.69 Q114.321 1111.59 112.214 1114.18 Q111.635 1114.86 108.534 1118.07 Q105.432 1121.27 99.7836 1127.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M125.918 1125.09 L130.802 1125.09 L130.802 1130.97 L125.918 1130.97 L125.918 1125.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M141.033 1096.41 L159.39 1096.41 L159.39 1100.34 L145.316 1100.34 L145.316 1108.81 Q146.334 1108.47 147.353 1108.31 Q148.371 1108.12 149.39 1108.12 Q155.177 1108.12 158.556 1111.29 Q161.936 1114.46 161.936 1119.88 Q161.936 1125.46 158.464 1128.56 Q154.992 1131.64 148.672 1131.64 Q146.496 1131.64 144.228 1131.27 Q141.982 1130.9 139.575 1130.16 L139.575 1125.46 Q141.658 1126.59 143.881 1127.15 Q146.103 1127.7 148.58 1127.7 Q152.584 1127.7 154.922 1125.6 Q157.26 1123.49 157.26 1119.88 Q157.26 1116.27 154.922 1114.16 Q152.584 1112.05 148.58 1112.05 Q146.705 1112.05 144.83 1112.47 Q142.978 1112.89 141.033 1113.77 L141.033 1096.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M104.76 744.005 Q101.149 744.005 99.3206 747.569 Q97.515 751.111 97.515 758.241 Q97.515 765.347 99.3206 768.912 Q101.149 772.454 104.76 772.454 Q108.395 772.454 110.2 768.912 Q112.029 765.347 112.029 758.241 Q112.029 751.111 110.2 747.569 Q108.395 744.005 104.76 744.005 M104.76 740.301 Q110.571 740.301 113.626 744.907 Q116.705 749.491 116.705 758.241 Q116.705 766.968 113.626 771.574 Q110.571 776.157 104.76 776.157 Q98.9502 776.157 95.8715 771.574 Q92.816 766.968 92.816 758.241 Q92.816 749.491 95.8715 744.907 Q98.9502 740.301 104.76 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M124.922 769.606 L129.807 769.606 L129.807 775.486 L124.922 775.486 L124.922 769.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M149.992 744.005 Q146.381 744.005 144.552 747.569 Q142.746 751.111 142.746 758.241 Q142.746 765.347 144.552 768.912 Q146.381 772.454 149.992 772.454 Q153.626 772.454 155.431 768.912 Q157.26 765.347 157.26 758.241 Q157.26 751.111 155.431 747.569 Q153.626 744.005 149.992 744.005 M149.992 740.301 Q155.802 740.301 158.857 744.907 Q161.936 749.491 161.936 758.241 Q161.936 766.968 158.857 771.574 Q155.802 776.157 149.992 776.157 Q144.181 776.157 141.103 771.574 Q138.047 766.968 138.047 758.241 Q138.047 749.491 141.103 744.907 Q144.181 740.301 149.992 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M99.7836 416.07 L116.103 416.07 L116.103 420.005 L94.1586 420.005 L94.1586 416.07 Q96.8206 413.315 101.404 408.686 Q106.01 404.033 107.191 402.69 Q109.436 400.167 110.316 398.431 Q111.219 396.672 111.219 394.982 Q111.219 392.227 109.274 390.491 Q107.353 388.755 104.251 388.755 Q102.052 388.755 99.5984 389.519 Q97.1678 390.283 94.3901 391.834 L94.3901 387.112 Q97.2141 385.977 99.6678 385.399 Q102.122 384.82 104.159 384.82 Q109.529 384.82 112.723 387.505 Q115.918 390.19 115.918 394.681 Q115.918 396.811 115.108 398.732 Q114.321 400.63 112.214 403.223 Q111.635 403.894 108.534 407.112 Q105.432 410.306 99.7836 416.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M125.918 414.125 L130.802 414.125 L130.802 420.005 L125.918 420.005 L125.918 414.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M141.033 385.445 L159.39 385.445 L159.39 389.38 L145.316 389.38 L145.316 397.852 Q146.334 397.505 147.353 397.343 Q148.371 397.158 149.39 397.158 Q155.177 397.158 158.556 400.329 Q161.936 403.5 161.936 408.917 Q161.936 414.496 158.464 417.598 Q154.992 420.676 148.672 420.676 Q146.496 420.676 144.228 420.306 Q141.982 419.936 139.575 419.195 L139.575 414.496 Q141.658 415.63 143.881 416.186 Q146.103 416.741 148.58 416.741 Q152.584 416.741 154.922 414.635 Q157.26 412.528 157.26 408.917 Q157.26 405.306 154.922 403.2 Q152.584 401.093 148.58 401.093 Q146.705 401.093 144.83 401.51 Q142.978 401.926 141.033 402.806 L141.033 385.445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M94.8067 29.9641 L113.163 29.9641 L113.163 33.8993 L99.0891 33.8993 L99.0891 42.3714 Q100.108 42.0242 101.126 41.8622 Q102.145 41.677 103.163 41.677 Q108.95 41.677 112.33 44.8483 Q115.709 48.0196 115.709 53.4362 Q115.709 59.0149 112.237 62.1167 Q108.765 65.1954 102.446 65.1954 Q100.27 65.1954 98.0012 64.825 Q95.7558 64.4547 93.3484 63.7139 L93.3484 59.0149 Q95.4317 60.1491 97.6539 60.7047 Q99.8761 61.2602 102.353 61.2602 Q106.358 61.2602 108.696 59.1538 Q111.033 57.0473 111.033 53.4362 Q111.033 49.8251 108.696 47.7186 Q106.358 45.6122 102.353 45.6122 Q100.478 45.6122 98.603 46.0288 Q96.7512 46.4455 94.8067 47.3251 L94.8067 29.9641 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M124.922 58.6445 L129.807 58.6445 L129.807 64.5241 L124.922 64.5241 L124.922 58.6445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip380)\" d=\"M 0 0 M149.992 33.0428 Q146.381 33.0428 144.552 36.6076 Q142.746 40.1492 142.746 47.2788 Q142.746 54.3853 144.552 57.9501 Q146.381 61.4917 149.992 61.4917 Q153.626 61.4917 155.431 57.9501 Q157.26 54.3853 157.26 47.2788 Q157.26 40.1492 155.431 36.6076 Q153.626 33.0428 149.992 33.0428 M149.992 29.3391 Q155.802 29.3391 158.857 33.9456 Q161.936 38.5289 161.936 47.2788 Q161.936 56.0056 158.857 60.6121 Q155.802 65.1954 149.992 65.1954 Q144.181 65.1954 141.103 60.6121 Q138.047 56.0056 138.047 47.2788 Q138.047 38.5289 141.103 33.9456 Q144.181 29.3391 149.992 29.3391 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip382)\" cx=\"714.7\" cy=\"882.694\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"599.851\" cy=\"786.994\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"909.191\" cy=\"667.835\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1021.53\" cy=\"791.427\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"943.831\" cy=\"458.341\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"706.676\" cy=\"577.556\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"898.09\" cy=\"888.284\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1222.77\" cy=\"715.407\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1047.28\" cy=\"822.013\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1032.9\" cy=\"716.968\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"963.785\" cy=\"687.882\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"654.126\" cy=\"747.293\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"704.671\" cy=\"908.747\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"837.432\" cy=\"635.163\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"808.864\" cy=\"940.682\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"781.941\" cy=\"673.226\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"774.474\" cy=\"756.951\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"949.129\" cy=\"897.833\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1137.89\" cy=\"711.228\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"806.048\" cy=\"740.603\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"878.608\" cy=\"781.894\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"893.472\" cy=\"1033.11\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"911.142\" cy=\"686.726\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"988.556\" cy=\"581.49\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"907.401\" cy=\"920.949\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1189.54\" cy=\"734.55\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1271.8\" cy=\"754.822\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"720.555\" cy=\"690.305\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"774.697\" cy=\"744.043\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"785.306\" cy=\"618.414\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"847.485\" cy=\"667.86\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"929.802\" cy=\"612.93\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"896.851\" cy=\"631.598\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"851.215\" cy=\"737.342\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"958.043\" cy=\"1090.8\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"771.386\" cy=\"941.49\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"616.371\" cy=\"801.41\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"883.45\" cy=\"878.621\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"703.816\" cy=\"769.776\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"725.239\" cy=\"981.284\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1039.01\" cy=\"766.77\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1003.53\" cy=\"923.048\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"906.847\" cy=\"714.956\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1002.71\" cy=\"655.866\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"863.572\" cy=\"984.944\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"828.051\" cy=\"647.374\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"906.686\" cy=\"1195.06\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"779.304\" cy=\"658.931\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"821.164\" cy=\"801.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"771.709\" cy=\"745.641\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"896.064\" cy=\"675.689\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"850.415\" cy=\"819.337\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"888.312\" cy=\"893.198\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"891.281\" cy=\"952.006\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"947.91\" cy=\"957.379\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1058.76\" cy=\"856.327\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"928.154\" cy=\"608.077\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"974.764\" cy=\"801.204\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"697.558\" cy=\"705.267\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"937.31\" cy=\"617.034\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"905.949\" cy=\"753.629\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"961.181\" cy=\"782.759\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"807.001\" cy=\"810.414\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1083\" cy=\"805.131\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"716.443\" cy=\"495.485\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1000.31\" cy=\"890.341\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"868.624\" cy=\"799.556\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"976.19\" cy=\"784.521\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"788.132\" cy=\"715.032\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"873.732\" cy=\"781.694\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"869.345\" cy=\"734.309\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1011.85\" cy=\"1028.32\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1166.1\" cy=\"885.733\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"743.576\" cy=\"793.167\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1116.86\" cy=\"907.663\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"756.042\" cy=\"685.239\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"899.085\" cy=\"755.409\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"855.368\" cy=\"692.198\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"728.793\" cy=\"630.99\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"762.385\" cy=\"455.554\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"745.12\" cy=\"809.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"1076.14\" cy=\"865.94\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"940.901\" cy=\"650.801\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"644.434\" cy=\"662.029\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"895.47\" cy=\"640.701\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"979.085\" cy=\"778.251\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"873.602\" cy=\"842.779\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"831.435\" cy=\"447.24\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"955.923\" cy=\"669.009\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"981.296\" cy=\"842.779\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"917.533\" cy=\"900.222\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"683.093\" cy=\"357.593\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"769.176\" cy=\"599.062\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"939.786\" cy=\"796.224\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"972.892\" cy=\"759.79\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"898.234\" cy=\"490.196\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"730.565\" cy=\"878.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"719.977\" cy=\"823.589\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"925.395\" cy=\"1003.57\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip382)\" cx=\"882.672\" cy=\"929.963\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#ac8d18; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,1042.59 869.346,1326.98 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#00a9ad; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1006.03,189.436 1142.71,189.436 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#ed5d92; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,473.821 1006.03,1326.98 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#c68125; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 732.664,758.206 -224.11,616.014 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#00a98d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 322.618,616.014 1006.03,-94.9483 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#8e971d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 459.3,616.014 732.664,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#00a8cb; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 459.3,900.398 49.254,900.398 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#9b7fe8; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,1184.78 -87.428,758.206 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#608cf6; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 322.618,616.014 595.982,331.629 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#f05f73; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 322.618,616.014 595.982,758.206 \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#dd64b5; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1757.78,616.014 1757.77,613.778 1757.75,611.542 1757.72,609.307 1757.67,607.071 1757.61,604.837 1757.54,602.602 1757.45,600.368 1757.35,598.135 1757.23,595.902 \n 1757.1,593.67 1756.96,591.44 1756.81,589.21 1756.64,586.981 1756.46,584.753 1756.26,582.527 1756.05,580.301 1755.83,578.078 1755.59,575.855 1755.34,573.635 \n 1755.08,571.416 1754.8,569.198 1754.51,566.983 1754.21,564.77 1753.89,562.558 1753.56,560.349 1753.22,558.142 1752.86,555.937 1752.49,553.735 1752.11,551.535 \n 1751.71,549.337 1751.3,547.142 1750.88,544.95 1750.45,542.761 1750,540.575 1749.53,538.391 1749.06,536.211 1748.57,534.034 1748.07,531.86 1747.55,529.69 \n 1747.02,527.522 1746.48,525.359 1745.93,523.199 1745.36,521.042 1744.78,518.89 1744.18,516.741 1743.58,514.596 1742.96,512.455 1742.33,510.319 1741.68,508.186 \n 1741.02,506.058 1740.35,503.934 1739.67,501.814 1738.97,499.699 1738.26,497.589 1737.54,495.483 1736.8,493.382 1736.05,491.286 1735.29,489.195 1734.52,487.109 \n 1733.74,485.028 1732.94,482.952 1732.13,480.881 1731.3,478.816 1730.47,476.756 1729.62,474.702 1728.76,472.653 1727.89,470.61 1727,468.573 1726.1,466.541 \n 1725.19,464.516 1724.27,462.496 1723.34,460.483 1722.39,458.475 1721.43,456.474 1720.46,454.479 1719.48,452.491 1718.48,450.509 1717.48,448.533 1716.46,446.565 \n 1715.43,444.603 1714.39,442.647 1713.33,440.699 1712.27,438.757 1711.19,436.823 1710.1,434.896 1709,432.975 1707.89,431.062 1706.76,429.157 1705.63,427.258 \n 1704.48,425.368 1703.32,423.484 1702.15,421.609 1700.97,419.741 1699.78,417.88 1698.58,416.028 1697.36,414.184 1696.14,412.347 1694.9,410.519 1693.65,408.698 \n 1692.39,406.886 1691.12,405.082 1689.84,403.287 1688.55,401.5 1687.25,399.721 1685.94,397.951 1684.61,396.19 1683.28,394.437 1681.93,392.693 1680.58,390.958 \n 1679.21,389.232 1677.84,387.515 1676.45,385.807 1675.05,384.108 1673.64,382.418 1672.23,380.737 1670.8,379.066 1669.36,377.404 1667.91,375.751 1666.46,374.108 \n 1664.99,372.475 1663.51,370.851 1662.03,369.237 1660.53,367.632 1659.02,366.038 1657.51,364.453 1655.98,362.878 1654.45,361.314 1652.9,359.759 1651.35,358.215 \n 1649.78,356.68 1648.21,355.156 1646.63,353.643 1645.04,352.139 1643.44,350.646 1641.83,349.164 1640.21,347.692 1638.59,346.231 1636.95,344.78 1635.31,343.34 \n 1633.65,341.911 1631.99,340.493 1630.32,339.086 1628.64,337.69 1626.96,336.304 1625.26,334.93 1623.56,333.567 1621.85,332.215 1620.13,330.874 1618.4,329.545 \n 1616.66,328.226 1614.92,326.92 1613.17,325.624 1611.41,324.341 1609.64,323.068 1607.86,321.808 1606.08,320.559 1604.29,319.321 1602.5,318.095 1600.69,316.882 \n 1598.88,315.68 1597.06,314.489 1595.23,313.311 1593.4,312.145 1591.56,310.991 1589.71,309.849 1587.86,308.719 1585.99,307.601 1584.13,306.495 1582.25,305.402 \n 1580.37,304.32 1578.48,303.252 1576.59,302.195 1574.69,301.151 1572.78,300.119 1570.87,299.1 1568.95,298.094 1567.03,297.1 1565.09,296.118 1563.16,295.15 \n 1561.21,294.194 1559.27,293.25 1557.31,292.32 1555.35,291.402 1553.39,290.497 1551.42,289.605 1549.44,288.726 1547.46,287.86 1545.47,287.007 1543.48,286.167 \n 1541.48,285.34 1539.48,284.526 1537.48,283.725 1535.46,282.937 1533.45,282.162 1531.43,281.401 1529.4,280.653 1527.37,279.918 1525.34,279.196 1523.3,278.488 \n 1521.26,277.793 1519.21,277.112 1517.16,276.444 1515.1,275.789 1513.05,275.148 1510.98,274.52 1508.92,273.906 1506.85,273.305 1504.77,272.718 1502.7,272.144 \n 1500.62,271.584 1498.53,271.038 1496.44,270.505 1494.35,269.986 1492.26,269.481 1490.16,268.989 1488.06,268.511 1485.96,268.047 1483.86,267.597 1481.75,267.16 \n 1479.64,266.737 1477.53,266.328 1475.41,265.933 1473.29,265.552 1471.17,265.184 1469.05,264.831 1466.93,264.491 1464.8,264.165 1462.67,263.854 1460.54,263.556 \n 1458.41,263.272 1456.28,263.002 1454.14,262.746 1452.01,262.503 1449.87,262.275 1447.73,262.061 1445.59,261.861 1443.45,261.675 1441.3,261.503 1439.16,261.345 \n 1437.01,261.201 1434.87,261.071 1432.72,260.955 1430.58,260.853 1428.43,260.765 1426.28,260.691 1424.13,260.632 1421.98,260.586 1419.83,260.554 1417.69,260.537 \n 1415.54,260.533 1413.39,260.544 1411.24,260.568 1409.09,260.607 1406.94,260.66 1404.79,260.726 1402.65,260.807 1400.5,260.902 1398.35,261.011 1396.21,261.134 \n 1394.06,261.271 1391.92,261.422 1389.77,261.587 1387.63,261.766 1385.49,261.959 1383.35,262.167 1381.21,262.388 1379.07,262.623 1376.94,262.872 1374.8,263.135 \n 1372.67,263.412 1370.54,263.703 1368.41,264.008 1366.28,264.327 1364.16,264.659 1362.04,265.006 1359.91,265.366 1357.8,265.741 1355.68,266.129 1353.57,266.531 \n 1351.45,266.947 1349.34,267.377 1347.24,267.82 1345.13,268.278 1343.03,268.749 1340.94,269.233 1338.84,269.732 1336.75,270.244 1334.66,270.77 1332.57,271.309 \n 1330.49,271.863 1328.41,272.429 1326.34,273.01 1324.27,273.604 1322.2,274.211 1320.13,274.832 1318.07,275.467 1316.01,276.115 1313.96,276.776 1311.91,277.451 \n 1309.87,278.139 1307.83,278.841 1305.79,279.556 1303.76,280.284 1301.73,281.025 1299.71,281.78 1297.69,282.548 1295.68,283.329 1293.67,284.124 1291.66,284.931 \n 1289.66,285.752 1287.67,286.585 1285.68,287.432 1283.7,288.291 1281.72,289.164 1279.75,290.05 1277.78,290.948 1275.81,291.859 1273.86,292.784 1271.91,293.72 \n 1269.96,294.67 1268.02,295.632 1266.09,296.608 1264.16,297.595 1262.24,298.595 1260.32,299.608 1258.41,300.634 1256.51,301.671 1254.61,302.722 1252.72,303.784 \n 1250.84,304.859 1248.96,305.947 1247.09,307.046 1245.22,308.158 1243.36,309.282 1241.51,310.418 1239.67,311.566 1237.83,312.727 1236,313.899 1234.18,315.083 \n 1232.36,316.279 1230.55,317.487 1228.75,318.707 1226.96,319.938 1225.17,321.182 1223.39,322.436 1221.62,323.703 1219.86,324.981 1218.1,326.271 1216.36,327.572 \n 1214.62,328.884 1212.88,330.208 1211.16,331.543 1209.45,332.889 1207.74,334.247 1206.04,335.616 1204.35,336.996 1202.66,338.386 1200.99,339.788 1199.32,341.201 \n 1197.67,342.625 1196.02,344.059 1194.38,345.504 1192.75,346.96 1191.13,348.427 1189.51,349.904 1187.91,351.391 1186.31,352.89 1184.73,354.398 1183.15,355.917 \n 1181.58,357.446 1180.02,358.986 1178.47,360.535 1176.93,362.095 1175.4,363.664 1173.88,365.244 1172.37,366.834 1170.87,368.433 1169.38,370.043 1167.9,371.662 \n 1166.42,373.29 1164.96,374.928 1163.51,376.576 1162.07,378.234 1160.63,379.9 1159.21,381.576 1157.8,383.261 1156.4,384.956 1155,386.66 1153.62,388.372 \n 1152.25,390.094 1150.89,391.825 1149.54,393.564 1148.2,395.313 1146.87,397.07 1145.55,398.835 1144.25,400.61 1142.95,402.392 1141.66,404.184 1140.39,405.983 \n 1139.12,407.791 1137.87,409.608 1136.63,411.432 1135.4,413.264 1134.18,415.105 1132.97,416.953 1131.77,418.81 1130.58,420.674 1129.41,422.545 1128.24,424.425 \n 1127.09,426.312 1125.95,428.207 1124.82,430.109 1123.7,432.018 1122.6,433.935 1121.5,435.858 1120.42,437.789 1119.35,439.727 1118.29,441.672 1117.24,443.624 \n 1116.2,445.583 1115.18,447.548 1114.16,449.52 1113.16,451.499 1112.18,453.484 1111.2,455.476 1110.23,457.474 1109.28,459.478 1108.34,461.488 1107.41,463.505 \n 1106.5,465.528 1105.59,467.556 1104.7,469.591 1103.82,471.631 1102.96,473.677 1102.1,475.728 1101.26,477.785 1100.43,479.848 1099.61,481.916 1098.81,483.989 \n 1098.02,486.068 1097.24,488.151 1096.47,490.24 1095.72,492.333 1094.98,494.432 1094.25,496.535 1093.53,498.643 1092.83,500.756 1092.14,502.873 1091.46,504.995 \n 1090.8,507.121 1090.14,509.252 1089.5,511.386 1088.88,513.525 1088.27,515.668 1087.67,517.815 1087.08,519.966 1086.5,522.12 1085.94,524.278 1085.39,526.44 \n 1084.86,528.606 1084.34,530.774 1083.83,532.947 1083.33,535.122 1082.85,537.301 1082.38,539.483 1081.93,541.668 1081.48,543.855 1081.05,546.046 1080.64,548.24 \n 1080.23,550.436 1079.84,552.634 1079.47,554.836 1079.1,557.039 1078.75,559.245 1078.42,561.453 1078.09,563.664 1077.78,565.876 1077.49,568.091 1077.21,570.307 \n 1076.94,572.525 1076.68,574.745 1076.44,576.966 1076.21,579.189 1075.99,581.414 1075.79,583.64 1075.6,585.867 1075.42,588.095 1075.26,590.324 1075.11,592.555 \n 1074.98,594.786 1074.86,597.018 1074.75,599.251 1074.65,601.485 1074.57,603.719 1074.51,605.954 1074.45,608.189 1074.41,610.424 1074.38,612.66 1074.37,614.896 \n 1074.37,617.131 1074.38,619.367 1074.41,621.603 1074.45,623.838 1074.51,626.073 1074.57,628.308 1074.65,630.542 1074.75,632.776 1074.86,635.009 1074.98,637.241 \n 1075.11,639.472 1075.26,641.703 1075.42,643.932 1075.6,646.16 1075.79,648.388 1075.99,650.613 1076.21,652.838 1076.44,655.061 1076.68,657.282 1076.94,659.502 \n 1077.21,661.72 1077.49,663.937 1077.78,666.151 1078.09,668.364 1078.42,670.574 1078.75,672.782 1079.1,674.988 1079.47,677.192 1079.84,679.393 1080.23,681.592 \n 1080.64,683.788 1081.05,685.981 1081.48,688.172 1081.93,690.36 1082.38,692.544 1082.85,694.726 1083.33,696.905 1083.83,699.081 1084.34,701.253 1084.86,703.422 \n 1085.39,705.587 1085.94,707.749 1086.5,709.907 1087.08,712.062 1087.67,714.212 1088.27,716.359 1088.88,718.502 1089.5,720.641 1090.14,722.776 1090.8,724.906 \n 1091.46,727.032 1092.14,729.154 1092.83,731.271 1093.53,733.384 1094.25,735.492 1094.98,737.595 1095.72,739.694 1096.47,741.787 1097.24,743.876 1098.02,745.96 \n 1098.81,748.038 1099.61,750.111 1100.43,752.179 1101.26,754.242 1102.1,756.299 1102.96,758.351 1103.82,760.396 1104.7,762.437 1105.59,764.471 1106.5,766.5 \n 1107.41,768.522 1108.34,770.539 1109.28,772.549 1110.23,774.553 1111.2,776.551 1112.18,778.543 1113.16,780.528 1114.16,782.507 1115.18,784.479 1116.2,786.444 \n 1117.24,788.403 1118.29,790.355 1119.35,792.3 1120.42,794.238 1121.5,796.169 1122.6,798.093 1123.7,800.009 1124.82,801.919 1125.95,803.821 1127.09,805.715 \n 1128.24,807.602 1129.41,809.482 1130.58,811.354 1131.77,813.218 1132.97,815.074 1134.18,816.922 1135.4,818.763 1136.63,820.595 1137.87,822.42 1139.12,824.236 \n 1140.39,826.044 1141.66,827.844 1142.95,829.635 1144.25,831.418 1145.55,833.192 1146.87,834.958 1148.2,836.715 1149.54,838.463 1150.89,840.203 1152.25,841.933 \n 1153.62,843.655 1155,845.368 1156.4,847.071 1157.8,848.766 1159.21,850.451 1160.63,852.127 1162.07,853.794 1163.51,855.451 1164.96,857.099 1166.42,858.737 \n 1167.9,860.366 1169.38,861.985 1170.87,863.594 1172.37,865.193 1173.88,866.783 1175.4,868.363 1176.93,869.932 1178.47,871.492 1180.02,873.042 1181.58,874.581 \n 1183.15,876.11 1184.73,877.629 1186.31,879.138 1187.91,880.636 1189.51,882.123 1191.13,883.601 1192.75,885.067 1194.38,886.523 1196.02,887.968 1197.67,889.403 \n 1199.32,890.826 1200.99,892.239 1202.66,893.641 1204.35,895.032 1206.04,896.411 1207.74,897.78 1209.45,899.138 1211.16,900.484 1212.88,901.819 1214.62,903.143 \n 1216.36,904.456 1218.1,905.757 1219.86,907.046 1221.62,908.324 1223.39,909.591 1225.17,910.846 1226.96,912.089 1228.75,913.32 1230.55,914.54 1232.36,915.748 \n 1234.18,916.944 1236,918.128 1237.83,919.301 1239.67,920.461 1241.51,921.609 1243.36,922.745 1245.22,923.869 1247.09,924.981 1248.96,926.081 1250.84,927.168 \n 1252.72,928.243 1254.61,929.305 1256.51,930.356 1258.41,931.394 1260.32,932.419 1262.24,933.432 1264.16,934.432 1266.09,935.42 1268.02,936.395 1269.96,937.357 \n 1271.91,938.307 1273.86,939.244 1275.81,940.168 1277.78,941.079 1279.75,941.978 1281.72,942.863 1283.7,943.736 1285.68,944.595 1287.67,945.442 1289.66,946.276 \n 1291.66,947.096 1293.67,947.904 1295.68,948.698 1297.69,949.479 1299.71,950.247 1301.73,951.002 1303.76,951.743 1305.79,952.472 1307.83,953.187 1309.87,953.888 \n 1311.91,954.576 1313.96,955.251 1316.01,955.913 1318.07,956.561 1320.13,957.195 1322.2,957.816 1324.27,958.424 1326.34,959.018 1328.41,959.598 1330.49,960.165 \n 1332.57,960.718 1334.66,961.257 1336.75,961.783 1338.84,962.295 1340.94,962.794 1343.03,963.279 1345.13,963.75 1347.24,964.207 1349.34,964.65 1351.45,965.08 \n 1353.57,965.496 1355.68,965.898 1357.8,966.286 1359.91,966.661 1362.04,967.021 1364.16,967.368 1366.28,967.701 1368.41,968.019 1370.54,968.324 1372.67,968.615 \n 1374.8,968.892 1376.94,969.155 1379.07,969.404 1381.21,969.64 1383.35,969.861 1385.49,970.068 1387.63,970.261 1389.77,970.44 1391.92,970.605 1394.06,970.756 \n 1396.21,970.893 1398.35,971.016 1400.5,971.125 1402.65,971.22 1404.79,971.301 1406.94,971.368 1409.09,971.42 1411.24,971.459 1413.39,971.484 1415.54,971.494 \n 1417.69,971.491 1419.83,971.473 1421.98,971.441 1424.13,971.396 1426.28,971.336 1428.43,971.262 1430.58,971.174 1432.72,971.072 1434.87,970.956 1437.01,970.826 \n 1439.16,970.682 1441.3,970.524 1443.45,970.352 1445.59,970.166 1447.73,969.966 1449.87,969.752 1452.01,969.524 1454.14,969.282 1456.28,969.026 1458.41,968.756 \n 1460.54,968.472 1462.67,968.174 1464.8,967.862 1466.93,967.536 1469.05,967.196 1471.17,966.843 1473.29,966.475 1475.41,966.094 1477.53,965.699 1479.64,965.29 \n 1481.75,964.867 1483.86,964.43 1485.96,963.98 1488.06,963.516 1490.16,963.038 1492.26,962.546 1494.35,962.041 1496.44,961.522 1498.53,960.989 1500.62,960.443 \n 1502.7,959.883 1504.77,959.309 1506.85,958.722 1508.92,958.122 1510.98,957.507 1513.05,956.88 1515.1,956.238 1517.16,955.584 1519.21,954.916 1521.26,954.234 \n 1523.3,953.539 1525.34,952.831 1527.37,952.109 1529.4,951.374 1531.43,950.626 1533.45,949.865 1535.46,949.09 1537.48,948.302 1539.48,947.502 1541.48,946.688 \n 1543.48,945.86 1545.47,945.02 1547.46,944.167 1549.44,943.301 1551.42,942.422 1553.39,941.53 1555.35,940.625 1557.31,939.707 1559.27,938.777 1561.21,937.834 \n 1563.16,936.878 1565.09,935.909 1567.03,934.927 1568.95,933.933 1570.87,932.927 1572.78,931.908 1574.69,930.876 1576.59,929.832 1578.48,928.776 1580.37,927.707 \n 1582.25,926.626 1584.13,925.532 1585.99,924.427 1587.86,923.309 1589.71,922.179 1591.56,921.036 1593.4,919.882 1595.23,918.716 1597.06,917.538 1598.88,916.348 \n 1600.69,915.146 1602.5,913.932 1604.29,912.706 1606.08,911.469 1607.86,910.22 1609.64,908.959 1611.41,907.687 1613.17,906.403 1614.92,905.107 1616.66,903.801 \n 1618.4,902.483 1620.13,901.153 1621.85,899.812 1623.56,898.46 1625.26,897.097 1626.96,895.723 1628.64,894.338 1630.32,892.941 1631.99,891.534 1633.65,890.116 \n 1635.31,888.687 1636.95,887.247 1638.59,885.796 1640.21,884.335 1641.83,882.863 1643.44,881.381 1645.04,879.888 1646.63,878.385 1648.21,876.871 1649.78,875.347 \n 1651.35,873.813 1652.9,872.268 1654.45,870.714 1655.98,869.149 1657.51,867.574 1659.02,865.989 1660.53,864.395 1662.03,862.791 1663.51,861.176 1664.99,859.553 \n 1666.46,857.919 1667.91,856.276 1669.36,854.624 1670.8,852.962 1672.23,851.29 1673.64,849.61 1675.05,847.92 1676.45,846.221 1677.84,844.512 1679.21,842.795 \n 1680.58,841.069 1681.93,839.334 1683.28,837.59 1684.61,835.837 1685.94,834.076 1687.25,832.306 1688.55,830.527 1689.84,828.74 1691.12,826.945 1692.39,825.141 \n 1693.65,823.329 1694.9,821.509 1696.14,819.68 1697.36,817.844 1698.58,815.999 1699.78,814.147 1700.97,812.287 1702.15,810.419 1703.32,808.543 1704.48,806.66 \n 1705.63,804.769 1706.76,802.871 1707.89,800.965 1709,799.052 1710.1,797.132 1711.19,795.204 1712.27,793.27 1713.33,791.328 1714.39,789.38 1715.43,787.425 \n 1716.46,785.463 1717.48,783.494 1718.48,781.518 1719.48,779.536 1720.46,777.548 1721.43,775.553 1722.39,773.552 1723.34,771.545 1724.27,769.531 1725.19,767.512 \n 1726.1,765.486 1727,763.455 1727.89,761.417 1728.76,759.374 1729.62,757.325 1730.47,755.271 1731.3,753.211 1732.13,751.146 1732.94,749.075 1733.74,747 \n 1734.52,744.919 1735.29,742.832 1736.05,740.741 1736.8,738.645 1737.54,736.544 1738.26,734.438 1738.97,732.328 1739.67,730.213 1740.35,728.094 1741.02,725.97 \n 1741.68,723.841 1742.33,721.709 1742.96,719.572 1743.58,717.431 1744.18,715.286 1744.78,713.137 1745.36,710.985 1745.93,708.828 1746.48,706.668 1747.02,704.505 \n 1747.55,702.338 1748.07,700.167 1748.57,697.993 1749.06,695.816 1749.53,693.636 1750,691.452 1750.45,689.266 1750.88,687.077 1751.3,684.885 1751.71,682.69 \n 1752.11,680.493 1752.49,678.293 1752.86,676.09 1753.22,673.885 1753.56,671.678 1753.89,669.469 1754.21,667.258 1754.51,665.044 1754.8,662.829 1755.08,660.612 \n 1755.34,658.393 1755.59,656.172 1755.83,653.95 1756.05,651.726 1756.26,649.501 1756.46,647.274 1756.64,645.046 1756.81,642.818 1756.96,640.588 1757.1,638.357 \n 1757.23,636.125 1757.35,633.892 1757.45,631.659 1757.54,629.425 1757.61,627.191 1757.67,624.956 1757.72,622.721 1757.75,620.485 1757.77,618.249 1757.78,616.014 \n \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#6b9e32; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1757.78,1326.98 1757.77,1324.74 1757.75,1322.5 1757.72,1320.27 1757.67,1318.03 1757.61,1315.8 1757.54,1313.56 1757.45,1311.33 1757.35,1309.1 1757.23,1306.86 \n 1757.1,1304.63 1756.96,1302.4 1756.81,1300.17 1756.64,1297.94 1756.46,1295.71 1756.26,1293.49 1756.05,1291.26 1755.83,1289.04 1755.59,1286.82 1755.34,1284.6 \n 1755.08,1282.38 1754.8,1280.16 1754.51,1277.94 1754.21,1275.73 1753.89,1273.52 1753.56,1271.31 1753.22,1269.1 1752.86,1266.9 1752.49,1264.7 1752.11,1262.5 \n 1751.71,1260.3 1751.3,1258.1 1750.88,1255.91 1750.45,1253.72 1750,1251.54 1749.53,1249.35 1749.06,1247.17 1748.57,1245 1748.07,1242.82 1747.55,1240.65 \n 1747.02,1238.48 1746.48,1236.32 1745.93,1234.16 1745.36,1232 1744.78,1229.85 1744.18,1227.7 1743.58,1225.56 1742.96,1223.42 1742.33,1221.28 1741.68,1219.15 \n 1741.02,1217.02 1740.35,1214.9 1739.67,1212.78 1738.97,1210.66 1738.26,1208.55 1737.54,1206.44 1736.8,1204.34 1736.05,1202.25 1735.29,1200.16 1734.52,1198.07 \n 1733.74,1195.99 1732.94,1193.91 1732.13,1191.84 1731.3,1189.78 1730.47,1187.72 1729.62,1185.66 1728.76,1183.61 1727.89,1181.57 1727,1179.53 1726.1,1177.5 \n 1725.19,1175.48 1724.27,1173.46 1723.34,1171.44 1722.39,1169.44 1721.43,1167.44 1720.46,1165.44 1719.48,1163.45 1718.48,1161.47 1717.48,1159.5 1716.46,1157.53 \n 1715.43,1155.56 1714.39,1153.61 1713.33,1151.66 1712.27,1149.72 1711.19,1147.78 1710.1,1145.86 1709,1143.94 1707.89,1142.02 1706.76,1140.12 1705.63,1138.22 \n 1704.48,1136.33 1703.32,1134.45 1702.15,1132.57 1700.97,1130.7 1699.78,1128.84 1698.58,1126.99 1697.36,1125.15 1696.14,1123.31 1694.9,1121.48 1693.65,1119.66 \n 1692.39,1117.85 1691.12,1116.04 1689.84,1114.25 1688.55,1112.46 1687.25,1110.68 1685.94,1108.91 1684.61,1107.15 1683.28,1105.4 1681.93,1103.66 1680.58,1101.92 \n 1679.21,1100.19 1677.84,1098.48 1676.45,1096.77 1675.05,1095.07 1673.64,1093.38 1672.23,1091.7 1670.8,1090.03 1669.36,1088.37 1667.91,1086.71 1666.46,1085.07 \n 1664.99,1083.44 1663.51,1081.81 1662.03,1080.2 1660.53,1078.59 1659.02,1077 1657.51,1075.41 1655.98,1073.84 1654.45,1072.28 1652.9,1070.72 1651.35,1069.18 \n 1649.78,1067.64 1648.21,1066.12 1646.63,1064.6 1645.04,1063.1 1643.44,1061.61 1641.83,1060.13 1640.21,1058.65 1638.59,1057.19 1636.95,1055.74 1635.31,1054.3 \n 1633.65,1052.87 1631.99,1051.46 1630.32,1050.05 1628.64,1048.65 1626.96,1047.27 1625.26,1045.89 1623.56,1044.53 1621.85,1043.18 1620.13,1041.84 1618.4,1040.51 \n 1616.66,1039.19 1614.92,1037.88 1613.17,1036.59 1611.41,1035.3 1609.64,1034.03 1607.86,1032.77 1606.08,1031.52 1604.29,1030.28 1602.5,1029.06 1600.69,1027.84 \n 1598.88,1026.64 1597.06,1025.45 1595.23,1024.27 1593.4,1023.11 1591.56,1021.95 1589.71,1020.81 1587.86,1019.68 1585.99,1018.56 1584.13,1017.46 1582.25,1016.36 \n 1580.37,1015.28 1578.48,1014.21 1576.59,1013.16 1574.69,1012.11 1572.78,1011.08 1570.87,1010.06 1568.95,1009.06 1567.03,1008.06 1565.09,1007.08 1563.16,1006.11 \n 1561.21,1005.16 1559.27,1004.21 1557.31,1003.28 1555.35,1002.36 1553.39,1001.46 1551.42,1000.57 1549.44,999.688 1547.46,998.822 1545.47,997.969 1543.48,997.129 \n 1541.48,996.302 1539.48,995.488 1537.48,994.687 1535.46,993.899 1533.45,993.124 1531.43,992.363 1529.4,991.615 1527.37,990.88 1525.34,990.158 1523.3,989.45 \n 1521.26,988.755 1519.21,988.074 1517.16,987.405 1515.1,986.751 1513.05,986.11 1510.98,985.482 1508.92,984.868 1506.85,984.267 1504.77,983.68 1502.7,983.106 \n 1500.62,982.546 1498.53,982 1496.44,981.467 1494.35,980.948 1492.26,980.443 1490.16,979.951 1488.06,979.473 1485.96,979.009 1483.86,978.559 1481.75,978.122 \n 1479.64,977.699 1477.53,977.29 1475.41,976.895 1473.29,976.514 1471.17,976.146 1469.05,975.793 1466.93,975.453 1464.8,975.127 1462.67,974.815 1460.54,974.518 \n 1458.41,974.234 1456.28,973.964 1454.14,973.707 1452.01,973.465 1449.87,973.237 1447.73,973.023 1445.59,972.823 1443.45,972.637 1441.3,972.465 1439.16,972.307 \n 1437.01,972.163 1434.87,972.033 1432.72,971.917 1430.58,971.815 1428.43,971.727 1426.28,971.653 1424.13,971.593 1421.98,971.548 1419.83,971.516 1417.69,971.499 \n 1415.54,971.495 1413.39,971.506 1411.24,971.53 1409.09,971.569 1406.94,971.622 1404.79,971.688 1402.65,971.769 1400.5,971.864 1398.35,971.973 1396.21,972.096 \n 1394.06,972.233 1391.92,972.384 1389.77,972.549 1387.63,972.728 1385.49,972.921 1383.35,973.128 1381.21,973.35 1379.07,973.585 1376.94,973.834 1374.8,974.097 \n 1372.67,974.374 1370.54,974.665 1368.41,974.97 1366.28,975.288 1364.16,975.621 1362.04,975.968 1359.91,976.328 1357.8,976.703 1355.68,977.091 1353.57,977.493 \n 1351.45,977.909 1349.34,978.339 1347.24,978.782 1345.13,979.239 1343.03,979.71 1340.94,980.195 1338.84,980.694 1336.75,981.206 1334.66,981.732 1332.57,982.271 \n 1330.49,982.824 1328.41,983.391 1326.34,983.972 1324.27,984.566 1322.2,985.173 1320.13,985.794 1318.07,986.428 1316.01,987.076 1313.96,987.738 1311.91,988.413 \n 1309.87,989.101 1307.83,989.802 1305.79,990.517 1303.76,991.246 1301.73,991.987 1299.71,992.742 1297.69,993.51 1295.68,994.291 1293.67,995.085 1291.66,995.893 \n 1289.66,996.713 1287.67,997.547 1285.68,998.394 1283.7,999.253 1281.72,1000.13 1279.75,1001.01 1277.78,1001.91 1275.81,1002.82 1273.86,1003.75 1271.91,1004.68 \n 1269.96,1005.63 1268.02,1006.59 1266.09,1007.57 1264.16,1008.56 1262.24,1009.56 1260.32,1010.57 1258.41,1011.6 1256.51,1012.63 1254.61,1013.68 1252.72,1014.75 \n 1250.84,1015.82 1248.96,1016.91 1247.09,1018.01 1245.22,1019.12 1243.36,1020.24 1241.51,1021.38 1239.67,1022.53 1237.83,1023.69 1236,1024.86 1234.18,1026.04 \n 1232.36,1027.24 1230.55,1028.45 1228.75,1029.67 1226.96,1030.9 1225.17,1032.14 1223.39,1033.4 1221.62,1034.66 1219.86,1035.94 1218.1,1037.23 1216.36,1038.53 \n 1214.62,1039.85 1212.88,1041.17 1211.16,1042.5 1209.45,1043.85 1207.74,1045.21 1206.04,1046.58 1204.35,1047.96 1202.66,1049.35 1200.99,1050.75 1199.32,1052.16 \n 1197.67,1053.59 1196.02,1055.02 1194.38,1056.47 1192.75,1057.92 1191.13,1059.39 1189.51,1060.87 1187.91,1062.35 1186.31,1063.85 1184.73,1065.36 1183.15,1066.88 \n 1181.58,1068.41 1180.02,1069.95 1178.47,1071.5 1176.93,1073.06 1175.4,1074.63 1173.88,1076.21 1172.37,1077.8 1170.87,1079.4 1169.38,1081 1167.9,1082.62 \n 1166.42,1084.25 1164.96,1085.89 1163.51,1087.54 1162.07,1089.2 1160.63,1090.86 1159.21,1092.54 1157.8,1094.22 1156.4,1095.92 1155,1097.62 1153.62,1099.33 \n 1152.25,1101.06 1150.89,1102.79 1149.54,1104.53 1148.2,1106.27 1146.87,1108.03 1145.55,1109.8 1144.25,1111.57 1142.95,1113.35 1141.66,1115.15 1140.39,1116.95 \n 1139.12,1118.75 1137.87,1120.57 1136.63,1122.39 1135.4,1124.23 1134.18,1126.07 1132.97,1127.92 1131.77,1129.77 1130.58,1131.64 1129.41,1133.51 1128.24,1135.39 \n 1127.09,1137.27 1125.95,1139.17 1124.82,1141.07 1123.7,1142.98 1122.6,1144.9 1121.5,1146.82 1120.42,1148.75 1119.35,1150.69 1118.29,1152.63 1117.24,1154.59 \n 1116.2,1156.54 1115.18,1158.51 1114.16,1160.48 1113.16,1162.46 1112.18,1164.45 1111.2,1166.44 1110.23,1168.44 1109.28,1170.44 1108.34,1172.45 1107.41,1174.47 \n 1106.5,1176.49 1105.59,1178.52 1104.7,1180.55 1103.82,1182.59 1102.96,1184.64 1102.1,1186.69 1101.26,1188.75 1100.43,1190.81 1099.61,1192.88 1098.81,1194.95 \n 1098.02,1197.03 1097.24,1199.11 1096.47,1201.2 1095.72,1203.3 1094.98,1205.39 1094.25,1207.5 1093.53,1209.61 1092.83,1211.72 1092.14,1213.84 1091.46,1215.96 \n 1090.8,1218.08 1090.14,1220.21 1089.5,1222.35 1088.88,1224.49 1088.27,1226.63 1087.67,1228.78 1087.08,1230.93 1086.5,1233.08 1085.94,1235.24 1085.39,1237.4 \n 1084.86,1239.57 1084.34,1241.74 1083.83,1243.91 1083.33,1246.08 1082.85,1248.26 1082.38,1250.44 1081.93,1252.63 1081.48,1254.82 1081.05,1257.01 1080.64,1259.2 \n 1080.23,1261.4 1079.84,1263.6 1079.47,1265.8 1079.1,1268 1078.75,1270.21 1078.42,1272.42 1078.09,1274.63 1077.78,1276.84 1077.49,1279.05 1077.21,1281.27 \n 1076.94,1283.49 1076.68,1285.71 1076.44,1287.93 1076.21,1290.15 1075.99,1292.38 1075.79,1294.6 1075.6,1296.83 1075.42,1299.06 1075.26,1301.29 1075.11,1303.52 \n 1074.98,1305.75 1074.86,1307.98 1074.75,1310.21 1074.65,1312.45 1074.57,1314.68 1074.51,1316.92 1074.45,1319.15 1074.41,1321.39 1074.38,1323.62 1074.37,1325.86 \n 1074.37,1328.09 1074.38,1330.33 1074.41,1332.56 1074.45,1334.8 1074.51,1337.04 1074.57,1339.27 1074.65,1341.5 1074.75,1343.74 1074.86,1345.97 1074.98,1348.2 \n 1075.11,1350.43 1075.26,1352.66 1075.42,1354.89 1075.6,1357.12 1075.79,1359.35 1075.99,1361.58 1076.21,1363.8 1076.44,1366.02 1076.68,1368.24 1076.94,1370.46 \n 1077.21,1372.68 1077.49,1374.9 1077.78,1377.11 1078.09,1379.33 1078.42,1381.54 1078.75,1383.74 1079.1,1385.95 1079.47,1388.15 1079.84,1390.35 1080.23,1392.55 \n 1080.64,1394.75 1081.05,1396.94 1081.48,1399.13 1081.93,1401.32 1082.38,1403.51 1082.85,1405.69 1083.33,1407.87 1083.83,1410.04 1084.34,1412.21 1084.86,1414.38 \n 1085.39,1416.55 1085.94,1418.71 1086.5,1420.87 1087.08,1423.02 1087.67,1425.17 1088.27,1427.32 1088.88,1429.46 1089.5,1431.6 1090.14,1433.74 1090.8,1435.87 \n 1091.46,1437.99 1092.14,1440.12 1092.83,1442.23 1093.53,1444.35 1094.25,1446.45 1094.98,1448.56 1095.72,1450.66 1096.47,1452.75 1097.24,1454.84 1098.02,1456.92 \n 1098.81,1459 1099.61,1461.07 1100.43,1463.14 1101.26,1465.2 1102.1,1467.26 1102.96,1469.31 1103.82,1471.36 1104.7,1473.4 1105.59,1475.43 1106.5,1477.46 \n 1107.41,1479.48 1108.34,1481.5 1109.28,1483.51 1110.23,1485.52 1111.2,1487.51 1112.18,1489.5 1113.16,1491.49 1114.16,1493.47 1115.18,1495.44 1116.2,1497.41 \n 1117.24,1499.36 1118.29,1501.32 1119.35,1503.26 1120.42,1505.2 1121.5,1507.13 1122.6,1509.05 1123.7,1510.97 1124.82,1512.88 1125.95,1514.78 1127.09,1516.68 \n 1128.24,1518.56 1129.41,1520.44 1130.58,1522.32 1131.77,1524.18 1132.97,1526.04 1134.18,1527.88 1135.4,1529.72 1136.63,1531.56 1137.87,1533.38 1139.12,1535.2 \n 1140.39,1537.01 1141.66,1538.81 1142.95,1540.6 1144.25,1542.38 1145.55,1544.15 1146.87,1545.92 1148.2,1547.68 1149.54,1549.42 1150.89,1551.16 1152.25,1552.9 \n 1153.62,1554.62 1155,1556.33 1156.4,1558.03 1157.8,1559.73 1159.21,1561.41 1160.63,1563.09 1162.07,1564.76 1163.51,1566.41 1164.96,1568.06 1166.42,1569.7 \n 1167.9,1571.33 1169.38,1572.95 1170.87,1574.56 1172.37,1576.16 1173.88,1577.74 1175.4,1579.32 1176.93,1580.89 1178.47,1582.45 1180.02,1584 1181.58,1585.54 \n 1183.15,1587.07 1184.73,1588.59 1186.31,1590.1 1187.91,1591.6 1189.51,1593.09 1191.13,1594.56 1192.75,1596.03 1194.38,1597.48 1196.02,1598.93 1197.67,1600.36 \n 1199.32,1601.79 1200.99,1603.2 1202.66,1604.6 1204.35,1605.99 1206.04,1607.37 1207.74,1608.74 1209.45,1610.1 1211.16,1611.45 1212.88,1612.78 1214.62,1614.1 \n 1216.36,1615.42 1218.1,1616.72 1219.86,1618.01 1221.62,1619.29 1223.39,1620.55 1225.17,1621.81 1226.96,1623.05 1228.75,1624.28 1230.55,1625.5 1232.36,1626.71 \n 1234.18,1627.91 1236,1629.09 1237.83,1630.26 1239.67,1631.42 1241.51,1632.57 1243.36,1633.71 1245.22,1634.83 1247.09,1635.94 1248.96,1637.04 1250.84,1638.13 \n 1252.72,1639.2 1254.61,1640.27 1256.51,1641.32 1258.41,1642.36 1260.32,1643.38 1262.24,1644.39 1264.16,1645.39 1266.09,1646.38 1268.02,1647.36 1269.96,1648.32 \n 1271.91,1649.27 1273.86,1650.21 1275.81,1651.13 1277.78,1652.04 1279.75,1652.94 1281.72,1653.82 1283.7,1654.7 1285.68,1655.56 1287.67,1656.4 1289.66,1657.24 \n 1291.66,1658.06 1293.67,1658.87 1295.68,1659.66 1297.69,1660.44 1299.71,1661.21 1301.73,1661.96 1303.76,1662.71 1305.79,1663.43 1307.83,1664.15 1309.87,1664.85 \n 1311.91,1665.54 1313.96,1666.21 1316.01,1666.87 1318.07,1667.52 1320.13,1668.16 1322.2,1668.78 1324.27,1669.39 1326.34,1669.98 1328.41,1670.56 1330.49,1671.13 \n 1332.57,1671.68 1334.66,1672.22 1336.75,1672.75 1338.84,1673.26 1340.94,1673.76 1343.03,1674.24 1345.13,1674.71 1347.24,1675.17 1349.34,1675.61 1351.45,1676.04 \n 1353.57,1676.46 1355.68,1676.86 1357.8,1677.25 1359.91,1677.62 1362.04,1677.98 1364.16,1678.33 1366.28,1678.66 1368.41,1678.98 1370.54,1679.29 1372.67,1679.58 \n 1374.8,1679.85 1376.94,1680.12 1379.07,1680.37 1381.21,1680.6 1383.35,1680.82 1385.49,1681.03 1387.63,1681.22 1389.77,1681.4 1391.92,1681.57 1394.06,1681.72 \n 1396.21,1681.86 1398.35,1681.98 1400.5,1682.09 1402.65,1682.18 1404.79,1682.26 1406.94,1682.33 1409.09,1682.38 1411.24,1682.42 1413.39,1682.45 1415.54,1682.46 \n 1417.69,1682.45 1419.83,1682.43 1421.98,1682.4 1424.13,1682.36 1426.28,1682.3 1428.43,1682.22 1430.58,1682.14 1432.72,1682.03 1434.87,1681.92 1437.01,1681.79 \n 1439.16,1681.64 1441.3,1681.49 1443.45,1681.31 1445.59,1681.13 1447.73,1680.93 1449.87,1680.71 1452.01,1680.49 1454.14,1680.24 1456.28,1679.99 1458.41,1679.72 \n 1460.54,1679.43 1462.67,1679.14 1464.8,1678.82 1466.93,1678.5 1469.05,1678.16 1471.17,1677.8 1473.29,1677.44 1475.41,1677.06 1477.53,1676.66 1479.64,1676.25 \n 1481.75,1675.83 1483.86,1675.39 1485.96,1674.94 1488.06,1674.48 1490.16,1674 1492.26,1673.51 1494.35,1673 1496.44,1672.48 1498.53,1671.95 1500.62,1671.4 \n 1502.7,1670.84 1504.77,1670.27 1506.85,1669.68 1508.92,1669.08 1510.98,1668.47 1513.05,1667.84 1515.1,1667.2 1517.16,1666.55 1519.21,1665.88 1521.26,1665.2 \n 1523.3,1664.5 1525.34,1663.79 1527.37,1663.07 1529.4,1662.34 1531.43,1661.59 1533.45,1660.83 1535.46,1660.05 1537.48,1659.26 1539.48,1658.46 1541.48,1657.65 \n 1543.48,1656.82 1545.47,1655.98 1547.46,1655.13 1549.44,1654.26 1551.42,1653.38 1553.39,1652.49 1555.35,1651.59 1557.31,1650.67 1559.27,1649.74 1561.21,1648.8 \n 1563.16,1647.84 1565.09,1646.87 1567.03,1645.89 1568.95,1644.9 1570.87,1643.89 1572.78,1642.87 1574.69,1641.84 1576.59,1640.79 1578.48,1639.74 1580.37,1638.67 \n 1582.25,1637.59 1584.13,1636.49 1585.99,1635.39 1587.86,1634.27 1589.71,1633.14 1591.56,1632 1593.4,1630.84 1595.23,1629.68 1597.06,1628.5 1598.88,1627.31 \n 1600.69,1626.11 1602.5,1624.89 1604.29,1623.67 1606.08,1622.43 1607.86,1621.18 1609.64,1619.92 1611.41,1618.65 1613.17,1617.36 1614.92,1616.07 1616.66,1614.76 \n 1618.4,1613.44 1620.13,1612.12 1621.85,1610.77 1623.56,1609.42 1625.26,1608.06 1626.96,1606.68 1628.64,1605.3 1630.32,1603.9 1631.99,1602.5 1633.65,1601.08 \n 1635.31,1599.65 1636.95,1598.21 1638.59,1596.76 1640.21,1595.3 1641.83,1593.83 1643.44,1592.34 1645.04,1590.85 1646.63,1589.35 1648.21,1587.83 1649.78,1586.31 \n 1651.35,1584.77 1652.9,1583.23 1654.45,1581.68 1655.98,1580.11 1657.51,1578.54 1659.02,1576.95 1660.53,1575.36 1662.03,1573.75 1663.51,1572.14 1664.99,1570.51 \n 1666.46,1568.88 1667.91,1567.24 1669.36,1565.59 1670.8,1563.92 1672.23,1562.25 1673.64,1560.57 1675.05,1558.88 1676.45,1557.18 1677.84,1555.47 1679.21,1553.76 \n 1680.58,1552.03 1681.93,1550.3 1683.28,1548.55 1684.61,1546.8 1685.94,1545.04 1687.25,1543.27 1688.55,1541.49 1689.84,1539.7 1691.12,1537.91 1692.39,1536.1 \n 1693.65,1534.29 1694.9,1532.47 1696.14,1530.64 1697.36,1528.81 1698.58,1526.96 1699.78,1525.11 1700.97,1523.25 1702.15,1521.38 1703.32,1519.5 1704.48,1517.62 \n 1705.63,1515.73 1706.76,1513.83 1707.89,1511.93 1709,1510.01 1710.1,1508.09 1711.19,1506.17 1712.27,1504.23 1713.33,1502.29 1714.39,1500.34 1715.43,1498.39 \n 1716.46,1496.42 1717.48,1494.46 1718.48,1492.48 1719.48,1490.5 1720.46,1488.51 1721.43,1486.52 1722.39,1484.51 1723.34,1482.51 1724.27,1480.49 1725.19,1478.47 \n 1726.1,1476.45 1727,1474.42 1727.89,1472.38 1728.76,1470.34 1729.62,1468.29 1730.47,1466.23 1731.3,1464.17 1732.13,1462.11 1732.94,1460.04 1733.74,1457.96 \n 1734.52,1455.88 1735.29,1453.79 1736.05,1451.7 1736.8,1449.61 1737.54,1447.51 1738.26,1445.4 1738.97,1443.29 1739.67,1441.17 1740.35,1439.06 1741.02,1436.93 \n 1741.68,1434.8 1742.33,1432.67 1742.96,1430.53 1743.58,1428.39 1744.18,1426.25 1744.78,1424.1 1745.36,1421.95 1745.93,1419.79 1746.48,1417.63 1747.02,1415.47 \n 1747.55,1413.3 1748.07,1411.13 1748.57,1408.96 1749.06,1406.78 1749.53,1404.6 1750,1402.41 1750.45,1400.23 1750.88,1398.04 1751.3,1395.85 1751.71,1393.65 \n 1752.11,1391.45 1752.49,1389.25 1752.86,1387.05 1753.22,1384.85 1753.56,1382.64 1753.89,1380.43 1754.21,1378.22 1754.51,1376.01 1754.8,1373.79 1755.08,1371.57 \n 1755.34,1369.35 1755.59,1367.13 1755.83,1364.91 1756.05,1362.69 1756.26,1360.46 1756.46,1358.24 1756.64,1356.01 1756.81,1353.78 1756.96,1351.55 1757.1,1349.32 \n 1757.23,1347.09 1757.35,1344.85 1757.45,1342.62 1757.54,1340.39 1757.61,1338.15 1757.67,1335.92 1757.72,1333.68 1757.75,1331.45 1757.77,1329.21 1757.78,1326.98 \n \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1142.71,1042.59 1142.7,1039.91 1142.68,1037.22 1142.64,1034.54 1142.58,1031.86 1142.51,1029.18 1142.42,1026.5 1142.31,1023.82 1142.19,1021.14 1142.05,1018.46 \n 1141.9,1015.78 1141.73,1013.1 1141.54,1010.43 1141.34,1007.75 1141.12,1005.08 1140.89,1002.41 1140.64,999.736 1140.37,997.068 1140.09,994.401 1139.79,991.736 \n 1139.47,989.073 1139.14,986.413 1138.79,983.754 1138.43,981.098 1138.05,978.444 1137.65,975.793 1137.24,973.145 1136.81,970.499 1136.37,967.856 1135.91,965.216 \n 1135.43,962.579 1134.94,959.945 1134.43,957.315 1133.91,954.688 1133.37,952.064 1132.81,949.444 1132.24,946.828 1131.66,944.215 1131.05,941.607 1130.44,939.002 \n 1129.8,936.401 1129.15,933.805 1128.49,931.213 1127.81,928.625 1127.11,926.042 1126.4,923.464 1125.67,920.89 1124.92,918.321 1124.17,915.757 1123.39,913.198 \n 1122.6,910.644 1121.8,908.095 1120.97,905.551 1120.14,903.013 1119.29,900.481 1118.42,897.954 1117.54,895.433 1116.64,892.918 1115.73,890.408 1114.8,887.905 \n 1113.86,885.408 1112.9,882.917 1111.93,880.432 1110.94,877.953 1109.94,875.482 1108.92,873.016 1107.89,870.558 1106.84,868.106 1105.78,865.662 1104.7,863.224 \n 1103.61,860.793 1102.5,858.37 1101.38,855.953 1100.24,853.545 1099.09,851.143 1097.93,848.75 1096.75,846.363 1095.56,843.985 1094.35,841.615 1093.13,839.252 \n 1091.89,836.898 1090.64,834.551 1089.38,832.213 1088.1,829.883 1086.8,827.562 1085.5,825.249 1084.18,822.945 1082.84,820.649 1081.49,818.362 1080.13,816.084 \n 1078.75,813.815 1077.36,811.556 1075.96,809.305 1074.54,807.063 1073.11,804.831 1071.67,802.608 1070.21,800.395 1068.74,798.191 1067.25,795.997 1065.76,793.812 \n 1064.25,791.638 1062.72,789.473 1061.19,787.319 1059.64,785.174 1058.07,783.04 1056.5,780.916 1054.91,778.802 1053.31,776.699 1051.69,774.606 1050.07,772.524 \n 1048.43,770.453 1046.78,768.392 1045.11,766.342 1043.44,764.304 1041.75,762.276 1040.05,760.259 1038.33,758.253 1036.61,756.259 1034.87,754.276 1033.12,752.304 \n 1031.36,750.344 1029.59,748.395 1027.81,746.458 1026.01,744.533 1024.2,742.62 1022.38,740.718 1020.55,738.828 1018.71,736.951 1016.86,735.085 1014.99,733.232 \n 1013.12,731.391 1011.23,729.562 1009.33,727.745 1007.42,725.941 1005.5,724.15 1003.57,722.371 1001.63,720.605 999.678,718.851 997.715,717.111 995.742,715.383 \n 993.759,713.668 991.765,711.966 989.761,710.278 987.747,708.602 985.723,706.94 983.688,705.29 981.644,703.655 979.59,702.032 977.526,700.423 975.453,698.828 \n 973.37,697.246 971.277,695.678 969.175,694.124 967.064,692.583 964.943,691.056 962.813,689.544 960.674,688.045 958.526,686.56 956.369,685.089 954.204,683.632 \n 952.029,682.19 949.846,680.762 947.654,679.348 945.454,677.948 943.245,676.563 941.028,675.193 938.803,673.837 936.569,672.495 934.328,671.168 932.078,669.856 \n 929.821,668.559 927.556,667.276 925.283,666.008 923.002,664.756 920.714,663.518 918.419,662.295 916.116,661.087 913.806,659.894 911.489,658.717 909.164,657.554 \n 906.833,656.407 904.495,655.275 902.15,654.158 899.798,653.057 897.44,651.971 895.075,650.901 892.704,649.846 890.326,648.806 887.942,647.783 885.552,646.774 \n 883.156,645.782 880.754,644.805 878.346,643.844 875.933,642.899 873.514,641.969 871.089,641.056 868.659,640.158 866.223,639.276 863.782,638.41 861.336,637.56 \n 858.884,636.726 856.428,635.908 853.967,635.107 851.501,634.321 849.031,633.552 846.555,632.798 844.076,632.061 841.591,631.34 839.103,630.636 836.61,629.948 \n 834.114,629.276 831.613,628.62 829.108,627.981 826.6,627.358 824.087,626.751 821.572,626.162 819.052,625.588 816.529,625.031 814.003,624.491 811.474,623.967 \n 808.942,623.459 806.406,622.968 803.868,622.494 801.327,622.037 798.783,621.596 796.236,621.171 793.687,620.764 791.136,620.373 788.582,619.999 786.026,619.641 \n 783.468,619.3 780.908,618.976 778.346,618.669 775.782,618.379 773.216,618.105 770.649,617.848 768.081,617.608 765.511,617.384 762.939,617.178 760.367,616.988 \n 757.793,616.815 755.219,616.659 752.643,616.52 750.067,616.398 747.49,616.293 744.912,616.204 742.334,616.132 739.756,616.077 737.177,616.039 734.598,616.018 \n 732.019,616.014 729.44,616.027 726.861,616.056 724.283,616.103 721.705,616.166 719.127,616.246 716.55,616.343 713.973,616.457 711.397,616.588 708.822,616.735 \n 706.248,616.9 703.675,617.081 701.103,617.279 698.532,617.494 695.963,617.726 693.395,617.974 690.829,618.24 688.264,618.522 685.701,618.821 683.14,619.136 \n 680.581,619.469 678.024,619.818 675.469,620.184 672.916,620.566 670.366,620.966 667.818,621.382 665.273,621.814 662.73,622.263 660.191,622.729 657.654,623.212 \n 655.12,623.711 652.589,624.227 650.061,624.759 647.537,625.307 645.016,625.873 642.498,626.454 639.984,627.053 637.474,627.667 634.967,628.298 632.464,628.946 \n 629.965,629.609 627.471,630.29 624.98,630.986 622.494,631.699 620.012,632.428 617.534,633.173 615.061,633.934 612.593,634.712 610.13,635.506 607.671,636.315 \n 605.217,637.141 602.768,637.983 600.325,638.841 597.887,639.715 595.454,640.605 593.026,641.51 590.604,642.432 588.188,643.369 585.777,644.323 583.372,645.292 \n 580.973,646.276 578.58,647.277 576.193,648.293 573.812,649.324 571.438,650.371 569.07,651.434 566.708,652.512 564.353,653.606 562.005,654.715 559.663,655.839 \n 557.329,656.979 555.001,658.133 552.68,659.303 550.366,660.489 548.06,661.689 545.761,662.904 543.469,664.135 541.185,665.38 538.908,666.641 536.639,667.916 \n 534.377,669.206 532.124,670.51 529.878,671.83 527.641,673.164 525.412,674.513 523.19,675.876 520.977,677.254 518.773,678.646 516.577,680.053 514.389,681.474 \n 512.21,682.909 510.04,684.359 507.879,685.823 505.727,687.3 503.583,688.792 501.449,690.298 499.323,691.818 497.207,693.352 495.101,694.899 493.003,696.46 \n 490.915,698.035 488.837,699.624 486.768,701.226 484.709,702.842 482.66,704.471 480.621,706.113 478.592,707.769 476.573,709.438 474.564,711.12 472.565,712.816 \n 470.576,714.524 468.598,716.245 466.63,717.979 464.673,719.727 462.726,721.486 460.79,723.259 458.865,725.044 456.951,726.842 455.047,728.652 453.155,730.475 \n 451.273,732.31 449.403,734.157 447.544,736.017 445.696,737.888 443.86,739.772 442.035,741.667 440.221,743.575 438.419,745.494 436.629,747.425 434.85,749.368 \n 433.083,751.323 431.328,753.289 429.585,755.266 427.854,757.255 426.135,759.255 424.428,761.266 422.734,763.288 421.051,765.322 419.381,767.366 417.723,769.421 \n 416.078,771.487 414.445,773.564 412.825,775.651 411.218,777.749 409.623,779.858 408.041,781.977 406.472,784.106 404.915,786.245 403.372,788.395 401.842,790.554 \n 400.324,792.724 398.82,794.903 397.33,797.093 395.852,799.292 394.388,801.5 392.937,803.718 391.499,805.946 390.076,808.183 388.665,810.429 387.268,812.684 \n 385.885,814.949 384.516,817.222 383.16,819.505 381.818,821.796 380.491,824.096 379.177,826.404 377.877,828.722 376.591,831.047 375.319,833.381 374.061,835.723 \n 372.817,838.074 371.588,840.432 370.373,842.799 369.172,845.173 367.986,847.555 366.814,849.945 365.657,852.343 364.514,854.748 363.385,857.161 362.272,859.58 \n 361.172,862.008 360.088,864.442 359.018,866.883 357.964,869.331 356.923,871.786 355.898,874.248 354.888,876.717 353.893,879.192 352.912,881.673 351.947,884.161 \n 350.997,886.655 350.061,889.156 349.141,891.662 348.236,894.175 347.347,896.693 346.472,899.217 345.613,901.746 344.769,904.282 343.941,906.822 343.128,909.369 \n 342.33,911.92 341.548,914.476 340.781,917.038 340.03,919.605 339.294,922.176 338.574,924.752 337.869,927.333 337.18,929.919 336.507,932.508 335.849,935.103 \n 335.207,937.701 334.581,940.304 333.97,942.91 333.375,945.521 332.796,948.136 332.233,950.754 331.686,953.376 331.155,956.001 330.639,958.63 330.139,961.262 \n 329.656,963.897 329.188,966.536 328.736,969.177 328.3,971.821 327.88,974.469 327.477,977.118 327.089,979.771 326.717,982.426 326.361,985.083 326.022,987.743 \n 325.698,990.404 325.391,993.068 325.099,995.734 324.824,998.402 324.565,1001.07 324.322,1003.74 324.095,1006.41 323.885,1009.09 323.69,1011.76 323.512,1014.44 \n 323.35,1017.12 323.204,1019.8 323.074,1022.48 322.961,1025.16 322.863,1027.84 322.782,1030.52 322.717,1033.2 322.669,1035.88 322.636,1038.57 322.62,1041.25 \n 322.62,1043.93 322.636,1046.62 322.669,1049.3 322.717,1051.98 322.782,1054.66 322.863,1057.34 322.961,1060.03 323.074,1062.71 323.204,1065.38 323.35,1068.06 \n 323.512,1070.74 323.69,1073.42 323.885,1076.09 324.095,1078.77 324.322,1081.44 324.565,1084.11 324.824,1086.78 325.099,1089.45 325.391,1092.11 325.698,1094.78 \n 326.022,1097.44 326.361,1100.1 326.717,1102.76 327.089,1105.41 327.477,1108.06 327.88,1110.71 328.3,1113.36 328.736,1116 329.188,1118.65 329.656,1121.28 \n 330.139,1123.92 330.639,1126.55 331.155,1129.18 331.686,1131.81 332.233,1134.43 332.796,1137.05 333.375,1139.66 333.97,1142.27 334.581,1144.88 335.207,1147.48 \n 335.849,1150.08 336.507,1152.67 337.18,1155.26 337.869,1157.85 338.574,1160.43 339.294,1163.01 340.03,1165.58 340.781,1168.14 341.548,1170.71 342.33,1173.26 \n 343.128,1175.81 343.941,1178.36 344.769,1180.9 345.613,1183.44 346.472,1185.96 347.347,1188.49 348.236,1191.01 349.141,1193.52 350.061,1196.03 350.997,1198.53 \n 351.947,1201.02 352.912,1203.51 353.893,1205.99 354.888,1208.46 355.898,1210.93 356.923,1213.4 357.964,1215.85 359.018,1218.3 360.088,1220.74 361.172,1223.17 \n 362.272,1225.6 363.385,1228.02 364.514,1230.43 365.657,1232.84 366.814,1235.24 367.986,1237.63 369.172,1240.01 370.373,1242.38 371.588,1244.75 372.817,1247.11 \n 374.061,1249.46 375.319,1251.8 376.591,1254.13 377.877,1256.46 379.177,1258.78 380.491,1261.09 381.818,1263.39 383.16,1265.68 384.516,1267.96 385.885,1270.23 \n 387.268,1272.5 388.665,1274.75 390.076,1277 391.499,1279.24 392.937,1281.46 394.388,1283.68 395.852,1285.89 397.33,1288.09 398.82,1290.28 400.324,1292.46 \n 401.842,1294.63 403.372,1296.79 404.915,1298.94 406.472,1301.08 408.041,1303.2 409.623,1305.32 411.218,1307.43 412.825,1309.53 414.445,1311.62 416.078,1313.69 \n 417.723,1315.76 419.381,1317.82 421.051,1319.86 422.734,1321.89 424.428,1323.92 426.135,1325.93 427.854,1327.93 429.585,1329.92 431.328,1331.89 433.083,1333.86 \n 434.85,1335.81 436.629,1337.76 438.419,1339.69 440.221,1341.61 442.035,1343.51 443.86,1345.41 445.696,1347.29 447.544,1349.16 449.403,1351.02 451.273,1352.87 \n 453.155,1354.71 455.047,1356.53 456.951,1358.34 458.865,1360.14 460.79,1361.92 462.726,1363.7 464.673,1365.45 466.63,1367.2 468.598,1368.94 470.576,1370.66 \n 472.565,1372.37 474.564,1374.06 476.573,1375.74 478.592,1377.41 480.621,1379.07 482.66,1380.71 484.709,1382.34 486.768,1383.96 488.837,1385.56 490.915,1387.15 \n 493.003,1388.72 495.101,1390.28 497.207,1391.83 499.323,1393.36 501.449,1394.88 503.583,1396.39 505.727,1397.88 507.879,1399.36 510.04,1400.82 512.21,1402.27 \n 514.389,1403.71 516.577,1405.13 518.773,1406.54 520.977,1407.93 523.19,1409.31 525.412,1410.67 527.641,1412.02 529.878,1413.35 532.124,1414.67 534.377,1415.98 \n 536.639,1417.27 538.908,1418.54 541.185,1419.8 543.469,1421.05 545.761,1422.28 548.06,1423.49 550.366,1424.69 552.68,1425.88 555.001,1427.05 557.329,1428.2 \n 559.663,1429.34 562.005,1430.47 564.353,1431.58 566.708,1432.67 569.07,1433.75 571.438,1434.81 573.812,1435.86 576.193,1436.89 578.58,1437.9 580.973,1438.91 \n 583.372,1439.89 585.777,1440.86 588.188,1441.81 590.604,1442.75 593.026,1443.67 595.454,1444.58 597.887,1445.47 600.325,1446.34 602.768,1447.2 605.217,1448.04 \n 607.671,1448.87 610.13,1449.68 612.593,1450.47 615.061,1451.25 617.534,1452.01 620.012,1452.75 622.494,1453.48 624.98,1454.2 627.471,1454.89 629.965,1455.57 \n 632.464,1456.24 634.967,1456.88 637.474,1457.51 639.984,1458.13 642.498,1458.73 645.016,1459.31 647.537,1459.87 650.061,1460.42 652.589,1460.95 655.12,1461.47 \n 657.654,1461.97 660.191,1462.45 662.73,1462.92 665.273,1463.37 667.818,1463.8 670.366,1464.22 672.916,1464.62 675.469,1465 678.024,1465.36 680.581,1465.71 \n 683.14,1466.05 685.701,1466.36 688.264,1466.66 690.829,1466.94 693.395,1467.21 695.963,1467.46 698.532,1467.69 701.103,1467.9 703.675,1468.1 706.248,1468.28 \n 708.822,1468.45 711.397,1468.59 713.973,1468.72 716.55,1468.84 719.127,1468.94 721.705,1469.02 724.283,1469.08 726.861,1469.13 729.44,1469.15 732.019,1469.17 \n 734.598,1469.16 737.177,1469.14 739.756,1469.1 742.334,1469.05 744.912,1468.98 747.49,1468.89 750.067,1468.78 752.643,1468.66 755.219,1468.52 757.793,1468.37 \n 760.367,1468.19 762.939,1468 765.511,1467.8 768.081,1467.57 770.649,1467.33 773.216,1467.08 775.782,1466.8 778.346,1466.51 780.908,1466.21 783.468,1465.88 \n 786.026,1465.54 788.582,1465.18 791.136,1464.81 793.687,1464.42 796.236,1464.01 798.783,1463.59 801.327,1463.14 803.868,1462.69 806.406,1462.21 808.942,1461.72 \n 811.474,1461.21 814.003,1460.69 816.529,1460.15 819.052,1459.59 821.572,1459.02 824.087,1458.43 826.6,1457.82 829.108,1457.2 831.613,1456.56 834.114,1455.91 \n 836.61,1455.23 839.103,1454.55 841.591,1453.84 844.076,1453.12 846.555,1452.38 849.031,1451.63 851.501,1450.86 853.967,1450.07 856.428,1449.27 858.884,1448.46 \n 861.336,1447.62 863.782,1446.77 866.223,1445.91 868.659,1445.02 871.089,1444.13 873.514,1443.21 875.933,1442.28 878.346,1441.34 880.754,1440.38 883.156,1439.4 \n 885.552,1438.41 887.942,1437.4 890.326,1436.38 892.704,1435.34 895.075,1434.28 897.44,1433.21 899.798,1432.12 902.15,1431.02 904.495,1429.91 906.833,1428.77 \n 909.164,1427.63 911.489,1426.46 913.806,1425.29 916.116,1424.09 918.419,1422.89 920.714,1421.66 923.002,1420.43 925.283,1419.17 927.556,1417.91 929.821,1416.62 \n 932.078,1415.33 934.328,1414.01 936.569,1412.69 938.803,1411.34 941.028,1409.99 943.245,1408.62 945.454,1407.23 947.654,1405.83 949.846,1404.42 952.029,1402.99 \n 954.204,1401.55 956.369,1400.09 958.526,1398.62 960.674,1397.14 962.813,1395.64 964.943,1394.13 967.064,1392.6 969.175,1391.06 971.277,1389.5 973.37,1387.94 \n 975.453,1386.35 977.526,1384.76 979.59,1383.15 981.644,1381.53 983.688,1379.89 985.723,1378.24 987.747,1376.58 989.761,1374.9 991.765,1373.22 993.759,1371.51 \n 995.742,1369.8 997.715,1368.07 999.678,1366.33 1001.63,1364.58 1003.57,1362.81 1005.5,1361.03 1007.42,1359.24 1009.33,1357.44 1011.23,1355.62 1013.12,1353.79 \n 1014.99,1351.95 1016.86,1350.1 1018.71,1348.23 1020.55,1346.35 1022.38,1344.46 1024.2,1342.56 1026.01,1340.65 1027.81,1338.72 1029.59,1336.79 1031.36,1334.84 \n 1033.12,1332.88 1034.87,1330.91 1036.61,1328.92 1038.33,1326.93 1040.05,1324.92 1041.75,1322.91 1043.44,1320.88 1045.11,1318.84 1046.78,1316.79 1048.43,1314.73 \n 1050.07,1312.66 1051.69,1310.58 1053.31,1308.48 1054.91,1306.38 1056.5,1304.27 1058.07,1302.14 1059.64,1300.01 1061.19,1297.86 1062.72,1295.71 1064.25,1293.54 \n 1065.76,1291.37 1067.25,1289.18 1068.74,1286.99 1070.21,1284.79 1071.67,1282.57 1073.11,1280.35 1074.54,1278.12 1075.96,1275.88 1077.36,1273.63 1078.75,1271.37 \n 1080.13,1269.1 1081.49,1266.82 1082.84,1264.53 1084.18,1262.24 1085.5,1259.93 1086.8,1257.62 1088.1,1255.3 1089.38,1252.97 1090.64,1250.63 1091.89,1248.28 \n 1093.13,1245.93 1094.35,1243.57 1095.56,1241.2 1096.75,1238.82 1097.93,1236.43 1099.09,1234.04 1100.24,1231.64 1101.38,1229.23 1102.5,1226.81 1103.61,1224.39 \n 1104.7,1221.96 1105.78,1219.52 1106.84,1217.08 1107.89,1214.62 1108.92,1212.16 1109.94,1209.7 1110.94,1207.23 1111.93,1204.75 1112.9,1202.26 1113.86,1199.77 \n 1114.8,1197.28 1115.73,1194.77 1116.64,1192.26 1117.54,1189.75 1118.42,1187.23 1119.29,1184.7 1120.14,1182.17 1120.97,1179.63 1121.8,1177.09 1122.6,1174.54 \n 1123.39,1171.98 1124.17,1169.42 1124.92,1166.86 1125.67,1164.29 1126.4,1161.72 1127.11,1159.14 1127.81,1156.56 1128.49,1153.97 1129.15,1151.38 1129.8,1148.78 \n 1130.44,1146.18 1131.05,1143.57 1131.66,1140.97 1132.24,1138.35 1132.81,1135.74 1133.37,1133.12 1133.91,1130.49 1134.43,1127.87 1134.94,1125.24 1135.43,1122.6 \n 1135.91,1119.97 1136.37,1117.33 1136.81,1114.68 1137.24,1112.04 1137.65,1109.39 1138.05,1106.74 1138.43,1104.08 1138.79,1101.43 1139.14,1098.77 1139.47,1096.11 \n 1139.79,1093.45 1140.09,1090.78 1140.37,1088.11 1140.64,1085.45 1140.89,1082.78 1141.12,1080.1 1141.34,1077.43 1141.54,1074.76 1141.73,1072.08 1141.9,1069.4 \n 1142.05,1066.72 1142.19,1064.05 1142.31,1061.37 1142.42,1058.68 1142.51,1056 1142.58,1053.32 1142.64,1050.64 1142.68,1047.96 1142.7,1045.27 1142.71,1042.59 \n \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1484.41,331.629 1484.41,328.499 1484.38,325.369 1484.33,322.239 1484.26,319.11 1484.18,315.981 1484.07,312.853 1483.95,309.725 1483.81,306.599 1483.65,303.473 \n 1483.47,300.348 1483.27,297.225 1483.05,294.103 1482.82,290.983 1482.56,287.864 1482.29,284.747 1481.99,281.632 1481.68,278.518 1481.35,275.407 1481,272.298 \n 1480.64,269.192 1480.25,266.088 1479.84,262.986 1479.42,259.887 1478.98,256.791 1478.51,253.698 1478.03,250.608 1477.53,247.522 1477.02,244.438 1476.48,241.358 \n 1475.92,238.282 1475.35,235.209 1474.76,232.14 1474.15,229.075 1473.52,226.015 1472.87,222.958 1472.2,219.905 1471.52,216.857 1470.82,213.814 1470.1,210.775 \n 1469.36,207.741 1468.6,204.712 1467.82,201.688 1467.03,198.669 1466.21,195.655 1465.38,192.647 1464.53,189.644 1463.67,186.647 1462.78,183.656 1461.88,180.67 \n 1460.95,177.69 1460.01,174.717 1459.06,171.75 1458.08,168.789 1457.09,165.834 1456.08,162.886 1455.05,159.945 1454,157.01 1452.94,154.083 1451.85,151.162 \n 1450.75,148.248 1449.64,145.342 1448.5,142.443 1447.35,139.552 1446.18,136.668 1444.99,133.792 1443.79,130.924 1442.57,128.064 1441.33,125.211 1440.07,122.367 \n 1438.8,119.532 1437.5,116.704 1436.2,113.885 1434.87,111.075 1433.53,108.273 1432.17,105.481 1430.8,102.697 1429.4,99.9222 1427.99,97.1567 1426.57,94.4004 \n 1425.13,91.6535 1423.67,88.9161 1422.19,86.1883 1420.7,83.4702 1419.19,80.7619 1417.67,78.0635 1416.12,75.3752 1414.57,72.697 1412.99,70.0291 1411.4,67.3715 \n 1409.8,64.7243 1408.18,62.0877 1406.54,59.4618 1404.89,56.8467 1403.22,54.2424 1401.53,51.6491 1399.83,49.0668 1398.12,46.4958 1396.38,43.936 1394.64,41.3876 \n 1392.87,38.8506 1391.1,36.3253 1389.3,33.8116 1387.5,31.3098 1385.67,28.8198 1383.83,26.3417 1381.98,23.8758 1380.11,21.422 1378.23,18.9805 1376.33,16.5514 \n 1374.42,14.1347 1372.49,11.7306 1370.55,9.33915 1368.6,6.96044 1366.63,4.59458 1364.64,2.24165 1362.64,-0.0982458 1360.63,-2.42502 1358.6,-4.73858 1356.56,-7.03884 \n 1354.51,-9.3257 1352.44,-11.5991 1350.36,-13.8589 1348.26,-16.105 1346.16,-18.3374 1344.03,-20.5559 1341.9,-22.7605 1339.75,-24.9511 1337.59,-27.1275 1335.41,-29.2898 \n 1333.22,-31.4378 1331.02,-33.5715 1328.81,-35.6907 1326.58,-37.7953 1324.34,-39.8854 1322.09,-41.9607 1319.82,-44.0213 1317.54,-46.067 1315.25,-48.0978 1312.95,-50.1136 \n 1310.64,-52.1142 1308.31,-54.0997 1305.97,-56.0699 1303.62,-58.0248 1301.26,-59.9643 1298.89,-61.8882 1296.5,-63.7966 1294.11,-65.6894 1291.7,-67.5665 1289.28,-69.4277 \n 1286.85,-71.2731 1284.41,-73.1026 1281.96,-74.916 1279.49,-76.7134 1277.02,-78.4946 1274.54,-80.2596 1272.04,-82.0083 1269.53,-83.7406 1267.02,-85.4565 1264.49,-87.1559 \n 1261.95,-88.8388 1259.41,-90.505 1256.85,-92.1545 1254.28,-93.7872 1251.71,-95.4031 1249.12,-97.0022 1246.52,-98.5842 1243.92,-100.149 1241.3,-101.697 1238.68,-103.228 \n 1236.04,-104.742 1233.4,-106.238 1230.75,-107.717 1228.09,-109.179 1225.42,-110.623 1222.74,-112.05 1220.06,-113.459 1217.36,-114.85 1214.66,-116.224 1211.94,-117.581 \n 1209.23,-118.919 1206.5,-120.24 1203.76,-121.542 1201.02,-122.827 1198.27,-124.094 1195.51,-125.343 1192.74,-126.574 1189.97,-127.786 1187.19,-128.981 1184.4,-130.157 \n 1181.6,-131.315 1178.8,-132.454 1175.99,-133.576 1173.18,-134.678 1170.35,-135.763 1167.52,-136.829 1164.69,-137.876 1161.85,-138.905 1159,-139.915 1156.14,-140.907 \n 1153.29,-141.88 1150.42,-142.834 1147.55,-143.769 1144.67,-144.686 1141.79,-145.583 1138.9,-146.462 1136.01,-147.322 1133.11,-148.163 1130.21,-148.985 1127.3,-149.788 \n 1124.39,-150.572 1121.47,-151.337 1118.55,-152.083 1115.62,-152.809 1112.69,-153.517 1109.75,-154.205 1106.81,-154.874 1103.87,-155.524 1100.92,-156.155 1097.97,-156.766 \n 1095.02,-157.358 1092.06,-157.93 1089.1,-158.484 1086.13,-159.018 1083.17,-159.532 1080.2,-160.027 1077.22,-160.503 1074.24,-160.959 1071.27,-161.395 1068.28,-161.812 \n 1065.3,-162.21 1062.31,-162.588 1059.32,-162.946 1056.33,-163.285 1053.34,-163.605 1050.34,-163.904 1047.35,-164.185 1044.35,-164.445 1041.35,-164.686 1038.35,-164.907 \n 1035.35,-165.109 1032.34,-165.291 1029.34,-165.453 1026.33,-165.596 1023.32,-165.719 1020.32,-165.822 1017.31,-165.906 1014.3,-165.97 1011.29,-166.014 1008.28,-166.039 \n 1005.28,-166.044 1002.27,-166.029 999.258,-165.995 996.25,-165.941 993.242,-165.867 990.235,-165.773 987.228,-165.66 984.222,-165.527 981.216,-165.375 978.212,-165.202 \n 975.209,-165.011 972.207,-164.799 969.207,-164.568 966.207,-164.317 963.21,-164.047 960.214,-163.757 957.22,-163.447 954.228,-163.118 951.238,-162.77 948.25,-162.401 \n 945.264,-162.014 942.281,-161.606 939.3,-161.179 936.322,-160.733 933.347,-160.267 930.375,-159.782 927.405,-159.277 924.439,-158.753 921.476,-158.21 918.516,-157.647 \n 915.56,-157.064 912.607,-156.463 909.658,-155.842 906.713,-155.202 903.772,-154.542 900.834,-153.864 897.901,-153.166 894.973,-152.449 892.048,-151.712 889.128,-150.957 \n 886.213,-150.183 883.302,-149.389 880.397,-148.577 877.496,-147.745 874.601,-146.895 871.71,-146.025 868.825,-145.137 865.945,-144.23 863.071,-143.304 860.203,-142.359 \n 857.34,-141.396 854.483,-140.413 851.632,-139.412 848.788,-138.393 845.949,-137.355 843.117,-136.298 840.291,-135.223 837.472,-134.129 834.66,-133.017 831.854,-131.887 \n 829.055,-130.738 826.263,-129.571 823.479,-128.386 820.701,-127.182 817.931,-125.96 815.168,-124.721 812.413,-123.463 809.665,-122.187 806.926,-120.893 804.194,-119.582 \n 801.47,-118.252 798.754,-116.905 796.047,-115.54 793.347,-114.157 790.656,-112.757 787.974,-111.339 785.3,-109.903 782.635,-108.45 779.979,-106.98 777.332,-105.492 \n 774.694,-103.987 772.065,-102.465 769.445,-100.925 766.834,-99.3689 764.234,-97.7953 761.642,-96.2048 759.06,-94.5973 756.488,-92.973 753.926,-91.3318 751.374,-89.674 \n 748.832,-87.9994 746.3,-86.3083 743.779,-84.6006 741.268,-82.8765 738.767,-81.136 736.277,-79.3791 733.797,-77.606 731.328,-75.8167 728.871,-74.0113 726.424,-72.1898 \n 723.988,-70.3524 721.563,-68.4991 719.15,-66.6299 716.748,-64.745 714.357,-62.8444 711.978,-60.9282 709.61,-58.9965 707.255,-57.0493 704.911,-55.0867 702.579,-53.1089 \n 700.259,-51.1158 697.951,-49.1076 695.655,-47.0843 693.372,-45.046 691.101,-42.9929 688.842,-40.9249 686.596,-38.8422 684.363,-36.7448 682.142,-34.6329 679.934,-32.5064 \n 677.739,-30.3656 675.557,-28.2105 673.388,-26.0411 671.232,-23.8575 669.09,-21.6599 666.96,-19.4484 664.845,-17.2229 662.742,-14.9836 660.654,-12.7307 658.578,-10.4641 \n 656.517,-8.18395 654.47,-5.89038 652.436,-3.58346 650.416,-1.26328 648.411,1.07007 646.42,3.41649 644.442,5.7759 642.48,8.1482 640.531,10.5333 638.597,12.9311 \n 636.678,15.3415 634.773,17.7644 632.883,20.1997 631.007,22.6474 629.147,25.1072 627.301,27.5792 625.47,30.0633 623.654,32.5592 621.854,35.067 620.069,37.5865 \n 618.299,40.1177 616.544,42.6603 614.805,45.2144 613.081,47.7799 611.372,50.3565 609.68,52.9443 608.003,55.5432 606.341,58.1529 604.696,60.7734 603.066,63.4047 \n 601.453,66.0466 599.855,68.699 598.274,71.3618 596.708,74.0349 595.159,76.7181 593.626,79.4115 592.109,82.1148 590.609,84.828 589.125,87.551 587.658,90.2836 \n 586.207,93.0258 584.773,95.7774 583.355,98.5383 581.954,101.308 580.57,104.088 579.203,106.876 577.853,109.673 576.519,112.479 575.203,115.294 573.903,118.117 \n 572.621,120.948 571.356,123.788 570.108,126.637 568.877,129.493 567.664,132.357 566.468,135.229 565.289,138.109 564.128,140.997 562.984,143.892 561.858,146.794 \n 560.749,149.704 559.658,152.621 558.585,155.545 557.529,158.477 556.491,161.415 555.471,164.359 554.469,167.311 553.484,170.268 552.518,173.233 551.569,176.203 \n 550.638,179.18 549.726,182.162 548.831,185.151 547.955,188.145 547.096,191.145 546.256,194.151 545.434,197.162 544.63,200.178 543.844,203.199 543.077,206.226 \n 542.328,209.258 541.597,212.294 540.885,215.335 540.191,218.381 539.516,221.431 538.859,224.486 538.22,227.544 537.6,230.607 536.999,233.674 536.416,236.745 \n 535.852,239.82 535.306,242.898 534.779,245.98 534.27,249.065 533.78,252.153 533.309,255.244 532.857,258.339 532.423,261.436 532.008,264.537 531.612,267.639 \n 531.234,270.745 530.876,273.853 530.536,276.963 530.215,280.075 529.912,283.189 529.629,286.305 529.364,289.423 529.119,292.543 528.892,295.664 528.684,298.787 \n 528.495,301.911 528.324,305.036 528.173,308.162 528.041,311.289 527.927,314.417 527.833,317.545 527.757,320.674 527.7,323.804 527.662,326.934 527.643,330.064 \n 527.643,333.194 527.662,336.324 527.7,339.454 527.757,342.583 527.833,345.712 527.927,348.841 528.041,351.969 528.173,355.096 528.324,358.222 528.495,361.347 \n 528.684,364.471 528.892,367.594 529.119,370.715 529.364,373.834 529.629,376.952 529.912,380.069 530.215,383.183 530.536,386.295 530.876,389.405 531.234,392.513 \n 531.612,395.618 532.008,398.721 532.423,401.821 532.857,404.919 533.309,408.013 533.78,411.105 534.27,414.193 534.779,417.278 535.306,420.36 535.852,423.438 \n 536.416,426.513 536.999,429.583 537.6,432.65 538.22,435.713 538.859,438.772 539.516,441.827 540.191,444.877 540.885,447.923 541.597,450.964 542.328,454 \n 543.077,457.032 543.844,460.058 544.63,463.08 545.434,466.096 546.256,469.107 547.096,472.113 547.955,475.113 548.831,478.107 549.726,481.096 550.638,484.078 \n 551.569,487.055 552.518,490.025 553.484,492.989 554.469,495.947 555.471,498.898 556.491,501.843 557.529,504.781 558.585,507.712 559.658,510.636 560.749,513.553 \n 561.858,516.463 562.984,519.366 564.128,522.261 565.289,525.148 566.468,528.028 567.664,530.901 568.877,533.765 570.108,536.621 571.356,539.469 572.621,542.309 \n 573.903,545.141 575.203,547.964 576.519,550.779 577.853,553.585 579.203,556.382 580.57,559.17 581.954,561.949 583.355,564.719 584.773,567.48 586.207,570.232 \n 587.658,572.974 589.125,575.707 590.609,578.43 592.109,581.143 593.626,583.846 595.159,586.54 596.708,589.223 598.274,591.896 599.855,594.559 601.453,597.211 \n 603.066,599.853 604.696,602.484 606.341,605.105 608.003,607.715 609.68,610.313 611.372,612.901 613.081,615.478 614.805,618.043 616.544,620.597 618.299,623.14 \n 620.069,625.671 621.854,628.191 623.654,630.698 625.47,633.194 627.301,635.678 629.147,638.15 631.007,640.61 632.883,643.058 634.773,645.493 636.678,647.916 \n 638.597,650.327 640.531,652.724 642.48,655.11 644.442,657.482 646.42,659.841 648.411,662.188 650.416,664.521 652.436,666.841 654.47,669.148 656.517,671.442 \n 658.578,673.722 660.654,675.988 662.742,678.241 664.845,680.481 666.96,682.706 669.09,684.918 671.232,687.115 673.388,689.299 675.557,691.468 677.739,693.623 \n 679.934,695.764 682.142,697.891 684.363,700.003 686.596,702.1 688.842,704.183 691.101,706.251 693.372,708.304 695.655,710.342 697.951,712.365 700.259,714.373 \n 702.579,716.367 704.911,718.344 707.255,720.307 709.61,722.254 711.978,724.186 714.357,726.102 716.748,728.003 719.15,729.888 721.563,731.757 723.988,733.61 \n 726.424,735.448 728.871,737.269 731.328,739.074 733.797,740.864 736.277,742.637 738.767,744.394 741.268,746.134 743.779,747.858 746.3,749.566 748.832,751.257 \n 751.374,752.932 753.926,754.59 756.488,756.231 759.06,757.855 761.642,759.462 764.234,761.053 766.834,762.627 769.445,764.183 772.065,765.723 774.694,767.245 \n 777.332,768.75 779.979,770.237 782.635,771.708 785.3,773.161 787.974,774.596 790.656,776.014 793.347,777.415 796.047,778.797 798.754,780.162 801.47,781.51 \n 804.194,782.839 806.926,784.151 809.665,785.445 812.413,786.721 815.168,787.978 817.931,789.218 820.701,790.44 823.479,791.643 826.263,792.829 829.055,793.996 \n 831.854,795.145 834.66,796.275 837.472,797.387 840.291,798.481 843.117,799.556 845.949,800.613 848.788,801.651 851.632,802.67 854.483,803.671 857.34,804.653 \n 860.203,805.617 863.071,806.562 865.945,807.488 868.825,808.395 871.71,809.283 874.601,810.152 877.496,811.003 880.397,811.834 883.302,812.647 886.213,813.44 \n 889.128,814.215 892.048,814.97 894.973,815.706 897.901,816.423 900.834,817.121 903.772,817.8 906.713,818.459 909.658,819.1 912.607,819.72 915.56,820.322 \n 918.516,820.904 921.476,821.467 924.439,822.011 927.405,822.535 930.375,823.04 933.347,823.525 936.322,823.991 939.3,824.437 942.281,824.864 945.264,825.271 \n 948.25,825.659 951.238,826.027 954.228,826.376 957.22,826.705 960.214,827.015 963.21,827.305 966.207,827.575 969.207,827.826 972.207,828.057 975.209,828.268 \n 978.212,828.46 981.216,828.632 984.222,828.785 987.228,828.918 990.235,829.031 993.242,829.124 996.25,829.198 999.258,829.252 1002.27,829.287 1005.28,829.302 \n 1008.28,829.297 1011.29,829.272 1014.3,829.228 1017.31,829.164 1020.32,829.08 1023.32,828.977 1026.33,828.854 1029.34,828.711 1032.34,828.549 1035.35,828.367 \n 1038.35,828.165 1041.35,827.944 1044.35,827.703 1047.35,827.442 1050.34,827.162 1053.34,826.862 1056.33,826.543 1059.32,826.204 1062.31,825.846 1065.3,825.468 \n 1068.28,825.07 1071.27,824.653 1074.24,824.216 1077.22,823.76 1080.2,823.285 1083.17,822.79 1086.13,822.275 1089.1,821.741 1092.06,821.188 1095.02,820.616 \n 1097.97,820.024 1100.92,819.412 1103.87,818.782 1106.81,818.132 1109.75,817.463 1112.69,816.775 1115.62,816.067 1118.55,815.341 1121.47,814.595 1124.39,813.83 \n 1127.3,813.046 1130.21,812.243 1133.11,811.421 1136.01,810.58 1138.9,809.72 1141.79,808.841 1144.67,807.943 1147.55,807.027 1150.42,806.092 1153.29,805.137 \n 1156.14,804.165 1159,803.173 1161.85,802.163 1164.69,801.134 1167.52,800.087 1170.35,799.021 1173.18,797.936 1175.99,796.833 1178.8,795.712 1181.6,794.572 \n 1184.4,793.414 1187.19,792.238 1189.97,791.044 1192.74,789.831 1195.51,788.601 1198.27,787.352 1201.02,786.085 1203.76,784.8 1206.5,783.497 1209.23,782.177 \n 1211.94,780.838 1214.66,779.482 1217.36,778.108 1220.06,776.717 1222.74,775.307 1225.42,773.881 1228.09,772.436 1230.75,770.975 1233.4,769.496 1236.04,767.999 \n 1238.68,766.486 1241.3,764.955 1243.92,763.407 1246.52,761.842 1249.12,760.26 1251.71,758.661 1254.28,757.045 1256.85,755.412 1259.41,753.763 1261.95,752.096 \n 1264.49,750.414 1267.02,748.714 1269.53,746.998 1272.04,745.266 1274.54,743.517 1277.02,741.752 1279.49,739.971 1281.96,738.174 1284.41,736.36 1286.85,734.531 \n 1289.28,732.685 1291.7,730.824 1294.11,728.947 1296.5,727.054 1298.89,725.146 1301.26,723.222 1303.62,721.282 1305.97,719.328 1308.31,717.357 1310.64,715.372 \n 1312.95,713.371 1315.25,711.356 1317.54,709.325 1319.82,707.279 1322.09,705.218 1324.34,703.143 1326.58,701.053 1328.81,698.948 1331.02,696.829 1333.22,694.696 \n 1335.41,692.548 1337.59,690.385 1339.75,688.209 1341.9,686.018 1344.03,683.814 1346.16,681.595 1348.26,679.363 1350.36,677.117 1352.44,674.857 1354.51,672.583 \n 1356.56,670.297 1358.6,667.996 1360.63,665.683 1362.64,663.356 1364.64,661.016 1366.63,658.663 1368.6,656.297 1370.55,653.919 1372.49,651.527 1374.42,649.123 \n 1376.33,646.706 1378.23,644.277 1380.11,641.836 1381.98,639.382 1383.83,636.916 1385.67,634.438 1387.5,631.948 1389.3,629.446 1391.1,626.932 1392.87,624.407 \n 1394.64,621.87 1396.38,619.322 1398.12,616.762 1399.83,614.191 1401.53,611.609 1403.22,609.015 1404.89,606.411 1406.54,603.796 1408.18,601.17 1409.8,598.533 \n 1411.4,595.886 1412.99,593.229 1414.57,590.561 1416.12,587.882 1417.67,585.194 1419.19,582.496 1420.7,579.788 1422.19,577.069 1423.67,574.342 1425.13,571.604 \n 1426.57,568.857 1427.99,566.101 1429.4,563.335 1430.8,560.561 1432.17,557.777 1433.53,554.984 1434.87,552.183 1436.2,549.372 1437.5,546.553 1438.8,543.726 \n 1440.07,540.89 1441.33,538.046 1442.57,535.194 1443.79,532.334 1444.99,529.465 1446.18,526.589 1447.35,523.706 1448.5,520.814 1449.64,517.915 1450.75,515.009 \n 1451.85,512.096 1452.94,509.175 1454,506.248 1455.05,503.313 1456.08,500.372 1457.09,497.424 1458.08,494.469 1459.06,491.508 1460.01,488.541 1460.95,485.567 \n 1461.88,482.588 1462.78,479.602 1463.67,476.611 1464.53,473.613 1465.38,470.611 1466.21,467.602 1467.03,464.589 1467.82,461.57 1468.6,458.546 1469.36,455.516 \n 1470.1,452.482 1470.82,449.444 1471.52,446.4 1472.2,443.352 1472.87,440.3 1473.52,437.243 1474.15,434.182 1474.76,431.117 1475.35,428.048 1475.92,424.976 \n 1476.48,421.899 1477.02,418.819 1477.53,415.736 1478.03,412.649 1478.51,409.559 1478.98,406.466 1479.42,403.37 1479.84,400.272 1480.25,397.17 1480.64,394.066 \n 1481,390.959 1481.35,387.85 1481.68,384.739 1481.99,381.626 1482.29,378.511 1482.56,375.394 1482.82,372.275 1483.05,369.154 1483.27,366.033 1483.47,362.909 \n 1483.65,359.785 1483.81,356.659 1483.95,353.532 1484.07,350.405 1484.18,347.277 1484.26,344.148 1484.33,341.019 1484.38,337.889 1484.41,334.759 1484.41,331.629 \n \n \"/>\n<polyline clip-path=\"url(#clip382)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1757.78,1184.78 1757.77,1181.65 1757.74,1178.52 1757.69,1175.39 1757.63,1172.26 1757.54,1169.14 1757.44,1166.01 1757.32,1162.88 1757.17,1159.75 1757.01,1156.63 \n 1756.83,1153.5 1756.63,1150.38 1756.42,1147.26 1756.18,1144.14 1755.93,1141.02 1755.65,1137.9 1755.36,1134.79 1755.05,1131.67 1754.72,1128.56 1754.37,1125.45 \n 1754,1122.35 1753.61,1119.24 1753.21,1116.14 1752.78,1113.04 1752.34,1109.95 1751.88,1106.85 1751.4,1103.76 1750.9,1100.68 1750.38,1097.59 1749.84,1094.51 \n 1749.29,1091.44 1748.71,1088.36 1748.12,1085.29 1747.51,1082.23 1746.88,1079.17 1746.23,1076.11 1745.57,1073.06 1744.88,1070.01 1744.18,1066.97 1743.46,1063.93 \n 1742.72,1060.9 1741.96,1057.87 1741.18,1054.84 1740.39,1051.82 1739.58,1048.81 1738.75,1045.8 1737.9,1042.8 1737.03,1039.8 1736.14,1036.81 1735.24,1033.82 \n 1734.32,1030.84 1733.38,1027.87 1732.42,1024.9 1731.45,1021.94 1730.45,1018.99 1729.44,1016.04 1728.41,1013.1 1727.37,1010.16 1726.3,1007.24 1725.22,1004.32 \n 1724.12,1001.4 1723,998.497 1721.87,995.598 1720.71,992.706 1719.54,989.823 1718.36,986.947 1717.15,984.078 1715.93,981.218 1714.69,978.366 1713.43,975.522 \n 1712.16,972.686 1710.87,969.858 1709.56,967.04 1708.24,964.229 1706.89,961.428 1705.54,958.635 1704.16,955.851 1702.77,953.077 1701.36,950.311 1699.93,947.555 \n 1698.49,944.808 1697.03,942.07 1695.55,939.343 1694.06,936.624 1692.55,933.916 1691.03,931.218 1689.49,928.529 1687.93,925.851 1686.36,923.183 1684.77,920.526 \n 1683.16,917.879 1681.54,915.242 1679.9,912.616 1678.25,910.001 1676.58,907.397 1674.9,904.803 1673.2,902.221 1671.48,899.65 1669.75,897.09 1668,894.542 \n 1666.24,892.005 1664.46,889.48 1662.67,886.966 1660.86,884.464 1659.04,881.974 1657.2,879.496 1655.34,877.03 1653.48,874.576 1651.59,872.135 1649.7,869.706 \n 1647.78,867.289 1645.86,864.885 1643.92,862.493 1641.96,860.115 1639.99,857.749 1638.01,855.396 1636.01,853.056 1634,850.729 1631.97,848.416 1629.93,846.115 \n 1627.87,843.829 1625.81,841.555 1623.72,839.295 1621.63,837.049 1619.52,834.817 1617.4,832.598 1615.26,830.394 1613.11,828.203 1610.95,826.027 1608.77,823.864 \n 1606.59,821.716 1604.38,819.583 1602.17,817.464 1599.94,815.359 1597.7,813.269 1595.45,811.194 1593.19,809.133 1590.91,807.087 1588.62,805.056 1586.32,803.041 \n 1584,801.04 1581.68,799.055 1579.34,797.084 1576.99,795.129 1574.63,793.19 1572.25,791.266 1569.87,789.358 1567.47,787.465 1565.06,785.588 1562.65,783.727 \n 1560.22,781.881 1557.77,780.052 1555.32,778.238 1552.86,776.441 1550.38,774.66 1547.9,772.895 1545.4,771.146 1542.9,769.414 1540.38,767.698 1537.85,765.998 \n 1535.32,764.315 1532.77,762.649 1530.21,761 1527.65,759.367 1525.07,757.751 1522.48,756.152 1519.89,754.57 1517.28,753.005 1514.67,751.457 1512.04,749.926 \n 1509.41,748.413 1506.77,746.916 1504.11,745.437 1501.45,743.975 1498.78,742.531 1496.11,741.105 1493.42,739.695 1490.72,738.304 1488.02,736.93 1485.31,735.574 \n 1482.59,734.235 1479.86,732.915 1477.13,731.612 1474.38,730.327 1471.63,729.06 1468.87,727.811 1466.1,726.581 1463.33,725.368 1460.55,724.174 1457.76,722.998 \n 1454.97,721.84 1452.16,720.7 1449.35,719.579 1446.54,718.476 1443.72,717.391 1440.89,716.325 1438.05,715.278 1435.21,714.249 1432.36,713.239 1429.51,712.247 \n 1426.65,711.275 1423.78,710.32 1420.91,709.385 1418.04,708.469 1415.15,707.571 1412.27,706.692 1409.37,705.832 1406.47,704.991 1403.57,704.169 1400.66,703.366 \n 1397.75,702.582 1394.83,701.817 1391.91,701.071 1388.98,700.345 1386.05,699.637 1383.12,698.949 1380.18,698.28 1377.23,697.63 1374.29,697 1371.34,696.388 \n 1368.38,695.796 1365.42,695.224 1362.46,694.671 1359.5,694.137 1356.53,693.622 1353.56,693.127 1350.59,692.652 1347.61,692.196 1344.63,691.759 1341.65,691.342 \n 1338.66,690.944 1335.68,690.566 1332.69,690.208 1329.7,689.869 1326.7,689.55 1323.71,689.25 1320.71,688.97 1317.71,688.709 1314.71,688.468 1311.71,688.247 \n 1308.71,688.045 1305.71,687.863 1302.7,687.701 1299.7,687.558 1296.69,687.435 1293.68,687.332 1290.67,687.248 1287.67,687.184 1284.66,687.14 1281.65,687.115 \n 1278.64,687.11 1275.63,687.125 1272.62,687.16 1269.61,687.214 1266.61,687.288 1263.6,687.381 1260.59,687.494 1257.59,687.627 1254.58,687.78 1251.58,687.952 \n 1248.57,688.144 1245.57,688.355 1242.57,688.586 1239.57,688.837 1236.57,689.107 1233.58,689.397 1230.58,689.707 1227.59,690.036 1224.6,690.385 1221.61,690.753 \n 1218.63,691.141 1215.65,691.548 1212.66,691.975 1209.69,692.421 1206.71,692.887 1203.74,693.372 1200.77,693.877 1197.8,694.401 1194.84,694.945 1191.88,695.508 \n 1188.92,696.09 1185.97,696.692 1183.02,697.312 1180.08,697.953 1177.14,698.612 1174.2,699.291 1171.27,699.989 1168.34,700.706 1165.41,701.442 1162.49,702.197 \n 1159.58,702.972 1156.67,703.765 1153.76,704.578 1150.86,705.409 1147.96,706.26 1145.07,707.129 1142.19,708.017 1139.31,708.924 1136.44,709.85 1133.57,710.795 \n 1130.7,711.759 1127.85,712.741 1125,713.742 1122.15,714.761 1119.31,715.799 1116.48,716.856 1113.66,717.931 1110.84,719.025 1108.02,720.137 1105.22,721.267 \n 1102.42,722.416 1099.63,723.583 1096.84,724.769 1094.06,725.972 1091.29,727.194 1088.53,728.434 1085.78,729.691 1083.03,730.967 1080.29,732.261 1077.56,733.573 \n 1074.83,734.902 1072.12,736.25 1069.41,737.615 1066.71,738.997 1064.02,740.398 1061.34,741.816 1058.66,743.251 1056,744.704 1053.34,746.175 1050.7,747.662 \n 1048.06,749.167 1045.43,750.689 1042.81,752.229 1040.2,753.785 1037.6,755.359 1035.01,756.949 1032.42,758.557 1029.85,760.181 1027.29,761.822 1024.74,763.48 \n 1022.2,765.155 1019.66,766.846 1017.14,768.554 1014.63,770.278 1012.13,772.018 1009.64,773.775 1007.16,775.548 1004.69,777.338 1002.23,779.143 999.788,780.964 \n 997.352,782.802 994.927,784.655 992.514,786.524 990.112,788.409 987.721,790.31 985.342,792.226 982.974,794.158 980.619,796.105 978.275,798.068 975.943,800.045 \n 973.623,802.038 971.315,804.047 969.019,806.07 966.736,808.108 964.465,810.161 962.206,812.229 959.96,814.312 957.726,816.409 955.506,818.521 953.298,820.648 \n 951.103,822.789 948.921,824.944 946.752,827.113 944.596,829.297 942.454,831.494 940.324,833.706 938.209,835.931 936.106,838.171 934.018,840.424 931.942,842.69 \n 929.881,844.97 927.834,847.264 925.8,849.571 923.78,851.891 921.775,854.224 919.784,856.571 917.806,858.93 915.844,861.302 913.895,863.688 911.961,866.085 \n 910.042,868.496 908.137,870.919 906.247,873.354 904.371,875.802 902.51,878.262 900.665,880.734 898.834,883.218 897.018,885.713 895.218,888.221 893.433,890.741 \n 891.663,893.272 889.908,895.815 888.169,898.369 886.445,900.934 884.736,903.511 883.044,906.099 881.367,908.697 879.705,911.307 878.06,913.928 876.43,916.559 \n 874.817,919.201 873.219,921.853 871.638,924.516 870.072,927.189 868.523,929.872 866.99,932.566 865.473,935.269 863.973,937.982 862.489,940.705 861.022,943.438 \n 859.571,946.18 858.137,948.932 856.719,951.693 855.318,954.463 853.934,957.242 852.567,960.03 851.217,962.827 849.883,965.633 848.567,968.448 847.267,971.271 \n 845.985,974.103 844.72,976.943 843.472,979.791 842.241,982.647 841.028,985.511 839.832,988.384 838.653,991.263 837.492,994.151 836.348,997.046 835.222,999.949 \n 834.113,1002.86 833.022,1005.78 831.949,1008.7 830.893,1011.63 829.855,1014.57 828.835,1017.51 827.833,1020.46 826.848,1023.42 825.882,1026.39 824.933,1029.36 \n 824.002,1032.33 823.09,1035.32 822.195,1038.3 821.319,1041.3 820.46,1044.3 819.62,1047.3 818.798,1050.32 817.994,1053.33 817.208,1056.35 816.441,1059.38 \n 815.692,1062.41 814.961,1065.45 814.249,1068.49 813.555,1071.54 812.88,1074.59 812.223,1077.64 811.584,1080.7 810.964,1083.76 810.363,1086.83 809.78,1089.9 \n 809.216,1092.97 808.67,1096.05 808.143,1099.13 807.634,1102.22 807.144,1105.31 806.673,1108.4 806.221,1111.49 805.787,1114.59 805.372,1117.69 804.976,1120.79 \n 804.598,1123.9 804.24,1127.01 803.9,1130.12 803.579,1133.23 803.276,1136.34 802.993,1139.46 802.728,1142.58 802.483,1145.7 802.256,1148.82 802.048,1151.94 \n 801.859,1155.06 801.688,1158.19 801.537,1161.32 801.405,1164.44 801.291,1167.57 801.197,1170.7 801.121,1173.83 801.064,1176.96 801.026,1180.09 801.007,1183.22 \n 801.007,1186.35 801.026,1189.48 801.064,1192.61 801.121,1195.74 801.197,1198.87 801.291,1202 801.405,1205.12 801.537,1208.25 801.688,1211.38 801.859,1214.5 \n 802.048,1217.63 802.256,1220.75 802.483,1223.87 802.728,1226.99 802.993,1230.11 803.276,1233.22 803.579,1236.34 803.9,1239.45 804.24,1242.56 804.598,1245.67 \n 804.976,1248.77 805.372,1251.88 805.787,1254.98 806.221,1258.07 806.673,1261.17 807.144,1264.26 807.634,1267.35 808.143,1270.43 808.67,1273.51 809.216,1276.59 \n 809.78,1279.67 810.363,1282.74 810.964,1285.8 811.584,1288.87 812.223,1291.93 812.88,1294.98 813.555,1298.03 814.249,1301.08 814.961,1304.12 815.692,1307.15 \n 816.441,1310.19 817.208,1313.21 817.994,1316.23 818.798,1319.25 819.62,1322.26 820.46,1325.27 821.319,1328.27 822.195,1331.26 823.09,1334.25 824.002,1337.23 \n 824.933,1340.21 825.882,1343.18 826.848,1346.14 827.833,1349.1 828.835,1352.05 829.855,1355 830.893,1357.94 831.949,1360.87 833.022,1363.79 834.113,1366.71 \n 835.222,1369.62 836.348,1372.52 837.492,1375.42 838.653,1378.3 839.832,1381.18 841.028,1384.05 842.241,1386.92 843.472,1389.78 844.72,1392.62 845.985,1395.46 \n 847.267,1398.3 848.567,1401.12 849.883,1403.93 851.217,1406.74 852.567,1409.54 853.934,1412.32 855.318,1415.1 856.719,1417.87 858.137,1420.63 859.571,1423.39 \n 861.022,1426.13 862.489,1428.86 863.973,1431.58 865.473,1434.3 866.99,1437 868.523,1439.69 870.072,1442.38 871.638,1445.05 873.219,1447.71 874.817,1450.37 \n 876.43,1453.01 878.06,1455.64 879.705,1458.26 881.367,1460.87 883.044,1463.47 884.736,1466.06 886.445,1468.63 888.169,1471.2 889.908,1473.75 891.663,1476.29 \n 893.433,1478.83 895.218,1481.34 897.018,1483.85 898.834,1486.35 900.665,1488.83 902.51,1491.3 904.371,1493.76 906.247,1496.21 908.137,1498.65 910.042,1501.07 \n 911.961,1503.48 913.895,1505.88 915.844,1508.26 917.806,1510.64 919.784,1513 921.775,1515.34 923.78,1517.68 925.8,1520 927.834,1522.3 929.881,1524.6 \n 931.942,1526.88 934.018,1529.14 936.106,1531.4 938.209,1533.63 940.324,1535.86 942.454,1538.07 944.596,1540.27 946.752,1542.45 948.921,1544.62 951.103,1546.78 \n 953.298,1548.92 955.506,1551.04 957.726,1553.16 959.96,1555.25 962.206,1557.34 964.465,1559.4 966.736,1561.46 969.019,1563.5 971.315,1565.52 973.623,1567.53 \n 975.943,1569.52 978.275,1571.5 980.619,1573.46 982.974,1575.41 985.342,1577.34 987.721,1579.26 990.112,1581.16 992.514,1583.04 994.927,1584.91 997.352,1586.76 \n 999.788,1588.6 1002.23,1590.42 1004.69,1592.23 1007.16,1594.02 1009.64,1595.79 1012.13,1597.55 1014.63,1599.29 1017.14,1601.01 1019.66,1602.72 1022.2,1604.41 \n 1024.74,1606.09 1027.29,1607.74 1029.85,1609.38 1032.42,1611.01 1035.01,1612.62 1037.6,1614.21 1040.2,1615.78 1042.81,1617.34 1045.43,1618.88 1048.06,1620.4 \n 1050.7,1621.9 1053.34,1623.39 1056,1624.86 1058.66,1626.32 1061.34,1627.75 1064.02,1629.17 1066.71,1630.57 1069.41,1631.95 1072.12,1633.32 1074.83,1634.66 \n 1077.56,1635.99 1080.29,1637.31 1083.03,1638.6 1085.78,1639.87 1088.53,1641.13 1091.29,1642.37 1094.06,1643.59 1096.84,1644.8 1099.63,1645.98 1102.42,1647.15 \n 1105.22,1648.3 1108.02,1649.43 1110.84,1650.54 1113.66,1651.63 1116.48,1652.71 1119.31,1653.77 1122.15,1654.8 1125,1655.82 1127.85,1656.83 1130.7,1657.81 \n 1133.57,1658.77 1136.44,1659.72 1139.31,1660.64 1142.19,1661.55 1145.07,1662.44 1147.96,1663.31 1150.86,1664.16 1153.76,1664.99 1156.67,1665.8 1159.58,1666.59 \n 1162.49,1667.37 1165.41,1668.12 1168.34,1668.86 1171.27,1669.58 1174.2,1670.28 1177.14,1670.95 1180.08,1671.61 1183.02,1672.25 1185.97,1672.87 1188.92,1673.48 \n 1191.88,1674.06 1194.84,1674.62 1197.8,1675.17 1200.77,1675.69 1203.74,1676.19 1206.71,1676.68 1209.69,1677.14 1212.66,1677.59 1215.65,1678.02 1218.63,1678.43 \n 1221.61,1678.81 1224.6,1679.18 1227.59,1679.53 1230.58,1679.86 1233.58,1680.17 1236.57,1680.46 1239.57,1680.73 1242.57,1680.98 1245.57,1681.21 1248.57,1681.42 \n 1251.58,1681.61 1254.58,1681.79 1257.59,1681.94 1260.59,1682.07 1263.6,1682.19 1266.61,1682.28 1269.61,1682.35 1272.62,1682.41 1275.63,1682.44 1278.64,1682.46 \n 1281.65,1682.45 1284.66,1682.43 1287.67,1682.38 1290.67,1682.32 1293.68,1682.23 1296.69,1682.13 1299.7,1682.01 1302.7,1681.87 1305.71,1681.7 1308.71,1681.52 \n 1311.71,1681.32 1314.71,1681.1 1317.71,1680.86 1320.71,1680.6 1323.71,1680.32 1326.7,1680.02 1329.7,1679.7 1332.69,1679.36 1335.68,1679 1338.66,1678.62 \n 1341.65,1678.22 1344.63,1677.81 1347.61,1677.37 1350.59,1676.91 1353.56,1676.44 1356.53,1675.94 1359.5,1675.43 1362.46,1674.9 1365.42,1674.34 1368.38,1673.77 \n 1371.34,1673.18 1374.29,1672.57 1377.23,1671.94 1380.18,1671.29 1383.12,1670.62 1386.05,1669.93 1388.98,1669.22 1391.91,1668.49 1394.83,1667.75 1397.75,1666.98 \n 1400.66,1666.2 1403.57,1665.4 1406.47,1664.58 1409.37,1663.73 1412.27,1662.87 1415.15,1662 1418.04,1661.1 1420.91,1660.18 1423.78,1659.25 1426.65,1658.29 \n 1429.51,1657.32 1432.36,1656.33 1435.21,1655.32 1438.05,1654.29 1440.89,1653.24 1443.72,1652.17 1446.54,1651.09 1449.35,1649.99 1452.16,1648.87 1454.97,1647.73 \n 1457.76,1646.57 1460.55,1645.39 1463.33,1644.2 1466.1,1642.99 1468.87,1641.75 1471.63,1640.51 1474.38,1639.24 1477.13,1637.95 1479.86,1636.65 1482.59,1635.33 \n 1485.31,1633.99 1488.02,1632.64 1490.72,1631.26 1493.42,1629.87 1496.11,1628.46 1498.78,1627.03 1501.45,1625.59 1504.11,1624.13 1506.77,1622.65 1509.41,1621.15 \n 1512.04,1619.64 1514.67,1618.11 1517.28,1616.56 1519.89,1615 1522.48,1613.41 1525.07,1611.82 1527.65,1610.2 1530.21,1608.57 1532.77,1606.92 1535.32,1605.25 \n 1537.85,1603.57 1540.38,1601.87 1542.9,1600.15 1545.4,1598.42 1547.9,1596.67 1550.38,1594.91 1552.86,1593.13 1555.32,1591.33 1557.77,1589.51 1560.22,1587.69 \n 1562.65,1585.84 1565.06,1583.98 1567.47,1582.1 1569.87,1580.21 1572.25,1578.3 1574.63,1576.38 1576.99,1574.44 1579.34,1572.48 1581.68,1570.51 1584,1568.53 \n 1586.32,1566.53 1588.62,1564.51 1590.91,1562.48 1593.19,1560.43 1595.45,1558.37 1597.7,1556.3 1599.94,1554.21 1602.17,1552.1 1604.38,1549.98 1606.59,1547.85 \n 1608.77,1545.7 1610.95,1543.54 1613.11,1541.36 1615.26,1539.17 1617.4,1536.97 1619.52,1534.75 1621.63,1532.52 1623.72,1530.27 1625.81,1528.01 1627.87,1525.74 \n 1629.93,1523.45 1631.97,1521.15 1634,1518.84 1636.01,1516.51 1638.01,1514.17 1639.99,1511.82 1641.96,1509.45 1643.92,1507.07 1645.86,1504.68 1647.78,1502.28 \n 1649.7,1499.86 1651.59,1497.43 1653.48,1494.99 1655.34,1492.54 1657.2,1490.07 1659.04,1487.59 1660.86,1485.1 1662.67,1482.6 1664.46,1480.09 1666.24,1477.56 \n 1668,1475.02 1669.75,1472.48 1671.48,1469.92 1673.2,1467.35 1674.9,1464.76 1676.58,1462.17 1678.25,1459.57 1679.9,1456.95 1681.54,1454.32 1683.16,1451.69 \n 1684.77,1449.04 1686.36,1446.38 1687.93,1443.71 1689.49,1441.04 1691.03,1438.35 1692.55,1435.65 1694.06,1432.94 1695.55,1430.22 1697.03,1427.5 1698.49,1424.76 \n 1699.93,1422.01 1701.36,1419.26 1702.77,1416.49 1704.16,1413.72 1705.54,1410.93 1706.89,1408.14 1708.24,1405.34 1709.56,1402.53 1710.87,1399.71 1712.16,1396.88 \n 1713.43,1394.04 1714.69,1391.2 1715.93,1388.35 1717.15,1385.49 1718.36,1382.62 1719.54,1379.74 1720.71,1376.86 1721.87,1373.97 1723,1371.07 1724.12,1368.16 \n 1725.22,1365.25 1726.3,1362.33 1727.37,1359.4 1728.41,1356.47 1729.44,1353.53 1730.45,1350.58 1731.45,1347.62 1732.42,1344.66 1733.38,1341.7 1734.32,1338.72 \n 1735.24,1335.74 1736.14,1332.76 1737.03,1329.76 1737.9,1326.77 1738.75,1323.76 1739.58,1320.76 1740.39,1317.74 1741.18,1314.72 1741.96,1311.7 1742.72,1308.67 \n 1743.46,1305.64 1744.18,1302.6 1744.88,1299.55 1745.57,1296.51 1746.23,1293.45 1746.88,1290.4 1747.51,1287.34 1748.12,1284.27 1748.71,1281.2 1749.29,1278.13 \n 1749.84,1275.05 1750.38,1271.97 1750.9,1268.89 1751.4,1265.8 1751.88,1262.71 1752.34,1259.62 1752.78,1256.52 1753.21,1253.43 1753.61,1250.32 1754,1247.22 \n 1754.37,1244.11 1754.72,1241 1755.05,1237.89 1755.36,1234.78 1755.65,1231.67 1755.93,1228.55 1756.18,1225.43 1756.42,1222.31 1756.63,1219.19 1756.83,1216.06 \n 1757.01,1212.94 1757.17,1209.81 1757.32,1206.69 1757.44,1203.56 1757.54,1200.43 1757.63,1197.3 1757.69,1194.17 1757.74,1191.04 1757.77,1187.91 1757.78,1184.78 \n \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "C3 = U.rescale.(C2, 0.5)\nS.plot(xlim=(-5, 5), ylim=(-5, 5), size=(400, 400))\nS.draw!([P2; L2; C3])",
"execution_count": 9,
"outputs": [
{
"output_type": "execute_result",
"execution_count": 9,
"data": {
"image/svg+xml": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"400\" height=\"400\" viewBox=\"0 0 1600 1600\">\n<defs>\n <clipPath id=\"clip420\">\n <rect x=\"0\" y=\"0\" width=\"1600\" height=\"1600\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip420)\" d=\"\nM0 1600 L1600 1600 L1600 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip421\">\n <rect x=\"320\" y=\"160\" width=\"1121\" height=\"1121\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip420)\" d=\"\nM185.936 1469.17 L1552.76 1469.17 L1552.76 47.2441 L185.936 47.2441 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip422\">\n <rect x=\"185\" y=\"47\" width=\"1368\" height=\"1423\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 527.641,1469.17 527.641,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 869.346,1469.17 869.346,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 527.641,1469.17 527.641,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 869.346,1469.17 869.346,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1211.05,1469.17 1211.05,1452.1 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,1469.17 1552.76,1452.1 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M132.464 1506.61 L162.14 1506.61 L162.14 1510.55 L132.464 1510.55 L132.464 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M172.279 1488.88 L190.635 1488.88 L190.635 1492.82 L176.561 1492.82 L176.561 1501.29 Q177.58 1500.94 178.598 1500.78 Q179.617 1500.59 180.635 1500.59 Q186.422 1500.59 189.802 1503.76 Q193.181 1506.94 193.181 1512.35 Q193.181 1517.93 189.709 1521.03 Q186.237 1524.11 179.918 1524.11 Q177.742 1524.11 175.473 1523.74 Q173.228 1523.37 170.82 1522.63 L170.82 1517.93 Q172.904 1519.06 175.126 1519.62 Q177.348 1520.18 179.825 1520.18 Q183.83 1520.18 186.167 1518.07 Q188.505 1515.96 188.505 1512.35 Q188.505 1508.74 186.167 1506.63 Q183.83 1504.53 179.825 1504.53 Q177.95 1504.53 176.075 1504.94 Q174.223 1505.36 172.279 1506.24 L172.279 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M202.394 1517.56 L207.278 1517.56 L207.278 1523.44 L202.394 1523.44 L202.394 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M227.464 1491.96 Q223.852 1491.96 222.024 1495.52 Q220.218 1499.07 220.218 1506.19 Q220.218 1513.3 222.024 1516.87 Q223.852 1520.41 227.464 1520.41 Q231.098 1520.41 232.903 1516.87 Q234.732 1513.3 234.732 1506.19 Q234.732 1499.07 232.903 1495.52 Q231.098 1491.96 227.464 1491.96 M227.464 1488.25 Q233.274 1488.25 236.329 1492.86 Q239.408 1497.44 239.408 1506.19 Q239.408 1514.92 236.329 1519.53 Q233.274 1524.11 227.464 1524.11 Q221.653 1524.11 218.575 1519.53 Q215.519 1514.92 215.519 1506.19 Q215.519 1497.44 218.575 1492.86 Q221.653 1488.25 227.464 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M474.667 1506.61 L504.342 1506.61 L504.342 1510.55 L474.667 1510.55 L474.667 1506.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M518.463 1519.5 L534.782 1519.5 L534.782 1523.44 L512.838 1523.44 L512.838 1519.5 Q515.5 1516.75 520.083 1512.12 Q524.69 1507.47 525.87 1506.13 Q528.116 1503.6 528.995 1501.87 Q529.898 1500.11 529.898 1498.42 Q529.898 1495.66 527.953 1493.93 Q526.032 1492.19 522.93 1492.19 Q520.731 1492.19 518.278 1492.95 Q515.847 1493.72 513.069 1495.27 L513.069 1490.55 Q515.893 1489.41 518.347 1488.83 Q520.801 1488.25 522.838 1488.25 Q528.208 1488.25 531.403 1490.94 Q534.597 1493.63 534.597 1498.12 Q534.597 1500.25 533.787 1502.17 Q533 1504.06 530.893 1506.66 Q530.315 1507.33 527.213 1510.55 Q524.111 1513.74 518.463 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M544.597 1517.56 L549.481 1517.56 L549.481 1523.44 L544.597 1523.44 L544.597 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M559.713 1488.88 L578.069 1488.88 L578.069 1492.82 L563.995 1492.82 L563.995 1501.29 Q565.013 1500.94 566.032 1500.78 Q567.05 1500.59 568.069 1500.59 Q573.856 1500.59 577.236 1503.76 Q580.615 1506.94 580.615 1512.35 Q580.615 1517.93 577.143 1521.03 Q573.671 1524.11 567.351 1524.11 Q565.175 1524.11 562.907 1523.74 Q560.662 1523.37 558.254 1522.63 L558.254 1517.93 Q560.338 1519.06 562.56 1519.62 Q564.782 1520.18 567.259 1520.18 Q571.263 1520.18 573.601 1518.07 Q575.939 1515.96 575.939 1512.35 Q575.939 1508.74 573.601 1506.63 Q571.263 1504.53 567.259 1504.53 Q565.384 1504.53 563.509 1504.94 Q561.657 1505.36 559.713 1506.24 L559.713 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M846.73 1491.96 Q843.119 1491.96 841.291 1495.52 Q839.485 1499.07 839.485 1506.19 Q839.485 1513.3 841.291 1516.87 Q843.119 1520.41 846.73 1520.41 Q850.365 1520.41 852.17 1516.87 Q853.999 1513.3 853.999 1506.19 Q853.999 1499.07 852.17 1495.52 Q850.365 1491.96 846.73 1491.96 M846.73 1488.25 Q852.54 1488.25 855.596 1492.86 Q858.675 1497.44 858.675 1506.19 Q858.675 1514.92 855.596 1519.53 Q852.54 1524.11 846.73 1524.11 Q840.92 1524.11 837.841 1519.53 Q834.786 1514.92 834.786 1506.19 Q834.786 1497.44 837.841 1492.86 Q840.92 1488.25 846.73 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M866.892 1517.56 L871.776 1517.56 L871.776 1523.44 L866.892 1523.44 L866.892 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M891.962 1491.96 Q888.35 1491.96 886.522 1495.52 Q884.716 1499.07 884.716 1506.19 Q884.716 1513.3 886.522 1516.87 Q888.35 1520.41 891.962 1520.41 Q895.596 1520.41 897.401 1516.87 Q899.23 1513.3 899.23 1506.19 Q899.23 1499.07 897.401 1495.52 Q895.596 1491.96 891.962 1491.96 M891.962 1488.25 Q897.772 1488.25 900.827 1492.86 Q903.906 1497.44 903.906 1506.19 Q903.906 1514.92 900.827 1519.53 Q897.772 1524.11 891.962 1524.11 Q886.151 1524.11 883.073 1519.53 Q880.017 1514.92 880.017 1506.19 Q880.017 1497.44 883.073 1492.86 Q886.151 1488.25 891.962 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1182.79 1519.5 L1199.11 1519.5 L1199.11 1523.44 L1177.16 1523.44 L1177.16 1519.5 Q1179.82 1516.75 1184.41 1512.12 Q1189.01 1507.47 1190.19 1506.13 Q1192.44 1503.6 1193.32 1501.87 Q1194.22 1500.11 1194.22 1498.42 Q1194.22 1495.66 1192.28 1493.93 Q1190.36 1492.19 1187.25 1492.19 Q1185.06 1492.19 1182.6 1492.95 Q1180.17 1493.72 1177.39 1495.27 L1177.39 1490.55 Q1180.22 1489.41 1182.67 1488.83 Q1185.13 1488.25 1187.16 1488.25 Q1192.53 1488.25 1195.73 1490.94 Q1198.92 1493.63 1198.92 1498.12 Q1198.92 1500.25 1198.11 1502.17 Q1197.32 1504.06 1195.22 1506.66 Q1194.64 1507.33 1191.54 1510.55 Q1188.44 1513.74 1182.79 1519.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1208.92 1517.56 L1213.81 1517.56 L1213.81 1523.44 L1208.92 1523.44 L1208.92 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1224.04 1488.88 L1242.39 1488.88 L1242.39 1492.82 L1228.32 1492.82 L1228.32 1501.29 Q1229.34 1500.94 1230.36 1500.78 Q1231.37 1500.59 1232.39 1500.59 Q1238.18 1500.59 1241.56 1503.76 Q1244.94 1506.94 1244.94 1512.35 Q1244.94 1517.93 1241.47 1521.03 Q1238 1524.11 1231.68 1524.11 Q1229.5 1524.11 1227.23 1523.74 Q1224.99 1523.37 1222.58 1522.63 L1222.58 1517.93 Q1224.66 1519.06 1226.88 1519.62 Q1229.11 1520.18 1231.58 1520.18 Q1235.59 1520.18 1237.93 1518.07 Q1240.26 1515.96 1240.26 1512.35 Q1240.26 1508.74 1237.93 1506.63 Q1235.59 1504.53 1231.58 1504.53 Q1229.71 1504.53 1227.83 1504.94 Q1225.98 1505.36 1224.04 1506.24 L1224.04 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1519.92 1488.88 L1538.28 1488.88 L1538.28 1492.82 L1524.2 1492.82 L1524.2 1501.29 Q1525.22 1500.94 1526.24 1500.78 Q1527.26 1500.59 1528.28 1500.59 Q1534.06 1500.59 1537.44 1503.76 Q1540.82 1506.94 1540.82 1512.35 Q1540.82 1517.93 1537.35 1521.03 Q1533.88 1524.11 1527.56 1524.11 Q1525.38 1524.11 1523.11 1523.74 Q1520.87 1523.37 1518.46 1522.63 L1518.46 1517.93 Q1520.55 1519.06 1522.77 1519.62 Q1524.99 1520.18 1527.47 1520.18 Q1531.47 1520.18 1533.81 1518.07 Q1536.15 1515.96 1536.15 1512.35 Q1536.15 1508.74 1533.81 1506.63 Q1531.47 1504.53 1527.47 1504.53 Q1525.59 1504.53 1523.72 1504.94 Q1521.86 1505.36 1519.92 1506.24 L1519.92 1488.88 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1550.04 1517.56 L1554.92 1517.56 L1554.92 1523.44 L1550.04 1523.44 L1550.04 1517.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M1575.11 1491.96 Q1571.49 1491.96 1569.67 1495.52 Q1567.86 1499.07 1567.86 1506.19 Q1567.86 1513.3 1569.67 1516.87 Q1571.49 1520.41 1575.11 1520.41 Q1578.74 1520.41 1580.55 1516.87 Q1582.37 1513.3 1582.37 1506.19 Q1582.37 1499.07 1580.55 1495.52 Q1578.74 1491.96 1575.11 1491.96 M1575.11 1488.25 Q1580.92 1488.25 1583.97 1492.86 Q1587.05 1497.44 1587.05 1506.19 Q1587.05 1514.92 1583.97 1519.53 Q1580.92 1524.11 1575.11 1524.11 Q1569.3 1524.11 1566.22 1519.53 Q1563.16 1514.92 1563.16 1506.19 Q1563.16 1497.44 1566.22 1492.86 Q1569.3 1488.25 1575.11 1488.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1469.17 1552.76,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,1113.69 1552.76,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,758.206 1552.76,758.206 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,402.725 1552.76,402.725 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 185.936,47.2441 1552.76,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 185.936,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1469.17 202.338,1469.17 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,1113.69 202.338,1113.69 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,758.206 202.338,758.206 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,402.725 202.338,402.725 \n \"/>\n<polyline clip-path=\"url(#clip420)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 185.936,47.2441 202.338,47.2441 \n \"/>\n<path clip-path=\"url(#clip420)\" d=\"M 0 0 M54.9921 1469.62 L84.6679 1469.62 L84.6679 1473.55 L54.9921 1473.55 L54.9921 1469.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M94.8067 1451.89 L113.163 1451.89 L113.163 1455.82 L99.0891 1455.82 L99.0891 1464.3 Q100.108 1463.95 101.126 1463.79 Q102.145 1463.6 103.163 1463.6 Q108.95 1463.6 112.33 1466.77 Q115.709 1469.94 115.709 1475.36 Q115.709 1480.94 112.237 1484.04 Q108.765 1487.12 102.446 1487.12 Q100.27 1487.12 98.0012 1486.75 Q95.7558 1486.38 93.3484 1485.64 L93.3484 1480.94 Q95.4317 1482.07 97.6539 1482.63 Q99.8761 1483.18 102.353 1483.18 Q106.358 1483.18 108.696 1481.08 Q111.033 1478.97 111.033 1475.36 Q111.033 1471.75 108.696 1469.64 Q106.358 1467.54 102.353 1467.54 Q100.478 1467.54 98.603 1467.95 Q96.7512 1468.37 94.8067 1469.25 L94.8067 1451.89 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M124.922 1480.57 L129.807 1480.57 L129.807 1486.45 L124.922 1486.45 L124.922 1480.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M149.992 1454.97 Q146.381 1454.97 144.552 1458.53 Q142.746 1462.07 142.746 1469.2 Q142.746 1476.31 144.552 1479.87 Q146.381 1483.42 149.992 1483.42 Q153.626 1483.42 155.431 1479.87 Q157.26 1476.31 157.26 1469.2 Q157.26 1462.07 155.431 1458.53 Q153.626 1454.97 149.992 1454.97 M149.992 1451.26 Q155.802 1451.26 158.857 1455.87 Q161.936 1460.45 161.936 1469.2 Q161.936 1477.93 158.857 1482.54 Q155.802 1487.12 149.992 1487.12 Q144.181 1487.12 141.103 1482.54 Q138.047 1477.93 138.047 1469.2 Q138.047 1460.45 141.103 1455.87 Q144.181 1451.26 149.992 1451.26 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M55.9875 1114.14 L85.6633 1114.14 L85.6633 1118.07 L55.9875 1118.07 L55.9875 1114.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M99.7836 1127.03 L116.103 1127.03 L116.103 1130.97 L94.1586 1130.97 L94.1586 1127.03 Q96.8206 1124.28 101.404 1119.65 Q106.01 1114.99 107.191 1113.65 Q109.436 1111.13 110.316 1109.39 Q111.219 1107.63 111.219 1105.94 Q111.219 1103.19 109.274 1101.45 Q107.353 1099.72 104.251 1099.72 Q102.052 1099.72 99.5984 1100.48 Q97.1678 1101.24 94.3901 1102.8 L94.3901 1098.07 Q97.2141 1096.94 99.6678 1096.36 Q102.122 1095.78 104.159 1095.78 Q109.529 1095.78 112.723 1098.47 Q115.918 1101.15 115.918 1105.64 Q115.918 1107.77 115.108 1109.69 Q114.321 1111.59 112.214 1114.18 Q111.635 1114.86 108.534 1118.07 Q105.432 1121.27 99.7836 1127.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M125.918 1125.09 L130.802 1125.09 L130.802 1130.97 L125.918 1130.97 L125.918 1125.09 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M141.033 1096.41 L159.39 1096.41 L159.39 1100.34 L145.316 1100.34 L145.316 1108.81 Q146.334 1108.47 147.353 1108.31 Q148.371 1108.12 149.39 1108.12 Q155.177 1108.12 158.556 1111.29 Q161.936 1114.46 161.936 1119.88 Q161.936 1125.46 158.464 1128.56 Q154.992 1131.64 148.672 1131.64 Q146.496 1131.64 144.228 1131.27 Q141.982 1130.9 139.575 1130.16 L139.575 1125.46 Q141.658 1126.59 143.881 1127.15 Q146.103 1127.7 148.58 1127.7 Q152.584 1127.7 154.922 1125.6 Q157.26 1123.49 157.26 1119.88 Q157.26 1116.27 154.922 1114.16 Q152.584 1112.05 148.58 1112.05 Q146.705 1112.05 144.83 1112.47 Q142.978 1112.89 141.033 1113.77 L141.033 1096.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M104.76 744.005 Q101.149 744.005 99.3206 747.569 Q97.515 751.111 97.515 758.241 Q97.515 765.347 99.3206 768.912 Q101.149 772.454 104.76 772.454 Q108.395 772.454 110.2 768.912 Q112.029 765.347 112.029 758.241 Q112.029 751.111 110.2 747.569 Q108.395 744.005 104.76 744.005 M104.76 740.301 Q110.571 740.301 113.626 744.907 Q116.705 749.491 116.705 758.241 Q116.705 766.968 113.626 771.574 Q110.571 776.157 104.76 776.157 Q98.9502 776.157 95.8715 771.574 Q92.816 766.968 92.816 758.241 Q92.816 749.491 95.8715 744.907 Q98.9502 740.301 104.76 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M124.922 769.606 L129.807 769.606 L129.807 775.486 L124.922 775.486 L124.922 769.606 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M149.992 744.005 Q146.381 744.005 144.552 747.569 Q142.746 751.111 142.746 758.241 Q142.746 765.347 144.552 768.912 Q146.381 772.454 149.992 772.454 Q153.626 772.454 155.431 768.912 Q157.26 765.347 157.26 758.241 Q157.26 751.111 155.431 747.569 Q153.626 744.005 149.992 744.005 M149.992 740.301 Q155.802 740.301 158.857 744.907 Q161.936 749.491 161.936 758.241 Q161.936 766.968 158.857 771.574 Q155.802 776.157 149.992 776.157 Q144.181 776.157 141.103 771.574 Q138.047 766.968 138.047 758.241 Q138.047 749.491 141.103 744.907 Q144.181 740.301 149.992 740.301 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M99.7836 416.07 L116.103 416.07 L116.103 420.005 L94.1586 420.005 L94.1586 416.07 Q96.8206 413.315 101.404 408.686 Q106.01 404.033 107.191 402.69 Q109.436 400.167 110.316 398.431 Q111.219 396.672 111.219 394.982 Q111.219 392.227 109.274 390.491 Q107.353 388.755 104.251 388.755 Q102.052 388.755 99.5984 389.519 Q97.1678 390.283 94.3901 391.834 L94.3901 387.112 Q97.2141 385.977 99.6678 385.399 Q102.122 384.82 104.159 384.82 Q109.529 384.82 112.723 387.505 Q115.918 390.19 115.918 394.681 Q115.918 396.811 115.108 398.732 Q114.321 400.63 112.214 403.223 Q111.635 403.894 108.534 407.112 Q105.432 410.306 99.7836 416.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M125.918 414.125 L130.802 414.125 L130.802 420.005 L125.918 420.005 L125.918 414.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M141.033 385.445 L159.39 385.445 L159.39 389.38 L145.316 389.38 L145.316 397.852 Q146.334 397.505 147.353 397.343 Q148.371 397.158 149.39 397.158 Q155.177 397.158 158.556 400.329 Q161.936 403.5 161.936 408.917 Q161.936 414.496 158.464 417.598 Q154.992 420.676 148.672 420.676 Q146.496 420.676 144.228 420.306 Q141.982 419.936 139.575 419.195 L139.575 414.496 Q141.658 415.63 143.881 416.186 Q146.103 416.741 148.58 416.741 Q152.584 416.741 154.922 414.635 Q157.26 412.528 157.26 408.917 Q157.26 405.306 154.922 403.2 Q152.584 401.093 148.58 401.093 Q146.705 401.093 144.83 401.51 Q142.978 401.926 141.033 402.806 L141.033 385.445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M94.8067 29.9641 L113.163 29.9641 L113.163 33.8993 L99.0891 33.8993 L99.0891 42.3714 Q100.108 42.0242 101.126 41.8622 Q102.145 41.677 103.163 41.677 Q108.95 41.677 112.33 44.8483 Q115.709 48.0196 115.709 53.4362 Q115.709 59.0149 112.237 62.1167 Q108.765 65.1954 102.446 65.1954 Q100.27 65.1954 98.0012 64.825 Q95.7558 64.4547 93.3484 63.7139 L93.3484 59.0149 Q95.4317 60.1491 97.6539 60.7047 Q99.8761 61.2602 102.353 61.2602 Q106.358 61.2602 108.696 59.1538 Q111.033 57.0473 111.033 53.4362 Q111.033 49.8251 108.696 47.7186 Q106.358 45.6122 102.353 45.6122 Q100.478 45.6122 98.603 46.0288 Q96.7512 46.4455 94.8067 47.3251 L94.8067 29.9641 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M124.922 58.6445 L129.807 58.6445 L129.807 64.5241 L124.922 64.5241 L124.922 58.6445 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip420)\" d=\"M 0 0 M149.992 33.0428 Q146.381 33.0428 144.552 36.6076 Q142.746 40.1492 142.746 47.2788 Q142.746 54.3853 144.552 57.9501 Q146.381 61.4917 149.992 61.4917 Q153.626 61.4917 155.431 57.9501 Q157.26 54.3853 157.26 47.2788 Q157.26 40.1492 155.431 36.6076 Q153.626 33.0428 149.992 33.0428 M149.992 29.3391 Q155.802 29.3391 158.857 33.9456 Q161.936 38.5289 161.936 47.2788 Q161.936 56.0056 158.857 60.6121 Q155.802 65.1954 149.992 65.1954 Q144.181 65.1954 141.103 60.6121 Q138.047 56.0056 138.047 47.2788 Q138.047 38.5289 141.103 33.9456 Q144.181 29.3391 149.992 29.3391 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip422)\" cx=\"714.7\" cy=\"882.694\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"599.851\" cy=\"786.994\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"909.191\" cy=\"667.835\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1021.53\" cy=\"791.427\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"943.831\" cy=\"458.341\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"706.676\" cy=\"577.556\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"898.09\" cy=\"888.284\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1222.77\" cy=\"715.407\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1047.28\" cy=\"822.013\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1032.9\" cy=\"716.968\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"963.785\" cy=\"687.882\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"654.126\" cy=\"747.293\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"704.671\" cy=\"908.747\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"837.432\" cy=\"635.163\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"808.864\" cy=\"940.682\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"781.941\" cy=\"673.226\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"774.474\" cy=\"756.951\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"949.129\" cy=\"897.833\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1137.89\" cy=\"711.228\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"806.048\" cy=\"740.603\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"878.608\" cy=\"781.894\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"893.472\" cy=\"1033.11\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"911.142\" cy=\"686.726\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"988.556\" cy=\"581.49\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"907.401\" cy=\"920.949\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1189.54\" cy=\"734.55\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1271.8\" cy=\"754.822\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"720.555\" cy=\"690.305\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"774.697\" cy=\"744.043\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"785.306\" cy=\"618.414\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"847.485\" cy=\"667.86\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"929.802\" cy=\"612.93\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"896.851\" cy=\"631.598\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"851.215\" cy=\"737.342\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"958.043\" cy=\"1090.8\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"771.386\" cy=\"941.49\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"616.371\" cy=\"801.41\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"883.45\" cy=\"878.621\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"703.816\" cy=\"769.776\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"725.239\" cy=\"981.284\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1039.01\" cy=\"766.77\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1003.53\" cy=\"923.048\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"906.847\" cy=\"714.956\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1002.71\" cy=\"655.866\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"863.572\" cy=\"984.944\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"828.051\" cy=\"647.374\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"906.686\" cy=\"1195.06\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"779.304\" cy=\"658.931\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"821.164\" cy=\"801.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"771.709\" cy=\"745.641\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"896.064\" cy=\"675.689\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"850.415\" cy=\"819.337\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"888.312\" cy=\"893.198\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"891.281\" cy=\"952.006\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"947.91\" cy=\"957.379\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1058.76\" cy=\"856.327\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"928.154\" cy=\"608.077\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"974.764\" cy=\"801.204\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"697.558\" cy=\"705.267\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"937.31\" cy=\"617.034\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"905.949\" cy=\"753.629\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"961.181\" cy=\"782.759\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"807.001\" cy=\"810.414\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1083\" cy=\"805.131\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"716.443\" cy=\"495.485\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1000.31\" cy=\"890.341\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"868.624\" cy=\"799.556\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"976.19\" cy=\"784.521\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"788.132\" cy=\"715.032\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"873.732\" cy=\"781.694\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"869.345\" cy=\"734.309\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1011.85\" cy=\"1028.32\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1166.1\" cy=\"885.733\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"743.576\" cy=\"793.167\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1116.86\" cy=\"907.663\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"756.042\" cy=\"685.239\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"899.085\" cy=\"755.409\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"855.368\" cy=\"692.198\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"728.793\" cy=\"630.99\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"762.385\" cy=\"455.554\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"745.12\" cy=\"809.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"1076.14\" cy=\"865.94\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"940.901\" cy=\"650.801\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"644.434\" cy=\"662.029\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"895.47\" cy=\"640.701\" r=\"14\" fill=\"#ac8d18\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"979.085\" cy=\"778.251\" r=\"14\" fill=\"#00a9ad\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"873.602\" cy=\"842.779\" r=\"14\" fill=\"#ed5d92\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"831.435\" cy=\"447.24\" r=\"14\" fill=\"#c68125\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"955.923\" cy=\"669.009\" r=\"14\" fill=\"#00a98d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"981.296\" cy=\"842.779\" r=\"14\" fill=\"#8e971d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"917.533\" cy=\"900.222\" r=\"14\" fill=\"#00a8cb\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"683.093\" cy=\"357.593\" r=\"14\" fill=\"#9b7fe8\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"769.176\" cy=\"599.062\" r=\"14\" fill=\"#608cf6\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"939.786\" cy=\"796.224\" r=\"14\" fill=\"#f05f73\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"972.892\" cy=\"759.79\" r=\"14\" fill=\"#dd64b5\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"898.234\" cy=\"490.196\" r=\"14\" fill=\"#6b9e32\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"730.565\" cy=\"878.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"719.977\" cy=\"823.589\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"925.395\" cy=\"1003.57\" r=\"14\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<circle clip-path=\"url(#clip422)\" cx=\"882.672\" cy=\"929.963\" r=\"14\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"none\"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#ac8d18; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 595.982,1042.59 869.346,1326.98 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#00a9ad; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1006.03,189.436 1142.71,189.436 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#ed5d92; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,473.821 1006.03,1326.98 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#c68125; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 732.664,758.206 -224.11,616.014 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#00a98d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 322.618,616.014 1006.03,-94.9483 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#8e971d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 459.3,616.014 732.664,47.2441 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#00a8cb; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 459.3,900.398 49.254,900.398 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#9b7fe8; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1552.76,1184.78 -87.428,758.206 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#608cf6; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 322.618,616.014 595.982,331.629 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#f05f73; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 322.618,616.014 595.982,758.206 \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#dd64b5; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1586.93,616.014 1586.92,614.896 1586.91,613.778 1586.9,612.66 1586.87,611.543 1586.84,610.425 1586.8,609.308 1586.76,608.191 1586.71,607.074 1586.65,605.958 \n 1586.59,604.842 1586.52,603.727 1586.44,602.612 1586.36,601.497 1586.26,600.383 1586.17,599.27 1586.06,598.157 1585.95,597.046 1585.83,595.934 1585.71,594.824 \n 1585.58,593.715 1585.44,592.606 1585.29,591.498 1585.14,590.392 1584.98,589.286 1584.82,588.181 1584.65,587.078 1584.47,585.975 1584.28,584.874 1584.09,583.774 \n 1583.89,582.675 1583.69,581.578 1583.48,580.482 1583.26,579.387 1583.03,578.294 1582.8,577.203 1582.57,576.112 1582.32,575.024 1582.07,573.937 1581.81,572.852 \n 1581.55,571.768 1581.28,570.686 1581,569.606 1580.72,568.528 1580.43,567.452 1580.13,566.377 1579.83,565.305 1579.52,564.234 1579.2,563.166 1578.88,562.1 \n 1578.55,561.036 1578.21,559.974 1577.87,558.914 1577.52,557.856 1577.17,556.801 1576.81,555.748 1576.44,554.698 1576.06,553.65 1575.68,552.604 1575.3,551.561 \n 1574.9,550.521 1574.51,549.483 1574.1,548.447 1573.69,547.415 1573.27,546.385 1572.85,545.358 1572.42,544.333 1571.98,543.312 1571.54,542.293 1571.09,541.277 \n 1570.63,540.265 1570.17,539.255 1569.71,538.248 1569.23,537.244 1568.75,536.244 1568.27,535.246 1567.78,534.252 1567.28,533.261 1566.78,532.274 1566.27,531.289 \n 1565.75,530.308 1565.23,529.33 1564.7,528.356 1564.17,527.386 1563.63,526.418 1563.09,525.455 1562.54,524.494 1561.98,523.538 1561.42,522.585 1560.85,521.636 \n 1560.28,520.691 1559.7,519.749 1559.11,518.811 1558.52,517.877 1557.93,516.947 1557.33,516.021 1556.72,515.099 1556.11,514.18 1555.49,513.266 1554.86,512.356 \n 1554.23,511.45 1553.6,510.548 1552.96,509.65 1552.31,508.757 1551.66,507.868 1551,506.982 1550.34,506.102 1549.68,505.225 1549,504.353 1548.33,503.486 \n 1547.64,502.623 1546.95,501.764 1546.26,500.91 1545.56,500.061 1544.86,499.216 1544.15,498.375 1543.44,497.54 1542.72,496.709 1541.99,495.882 1541.27,495.061 \n 1540.53,494.244 1539.79,493.432 1539.05,492.625 1538.3,491.823 1537.55,491.026 1536.79,490.233 1536.03,489.446 1535.26,488.664 1534.49,487.886 1533.71,487.114 \n 1532.93,486.347 1532.14,485.585 1531.35,484.828 1530.56,484.076 1529.76,483.33 1528.95,482.589 1528.14,481.853 1527.33,481.122 1526.51,480.397 1525.69,479.677 \n 1524.86,478.963 1524.03,478.253 1523.2,477.55 1522.36,476.852 1521.52,476.159 1520.67,475.472 1519.82,474.79 1518.96,474.114 1518.1,473.444 1517.24,472.779 \n 1516.37,472.12 1515.5,471.467 1514.62,470.819 1513.74,470.177 1512.86,469.541 1511.97,468.911 1511.08,468.286 1510.18,467.667 1509.28,467.055 1508.38,466.448 \n 1507.48,465.847 1506.57,465.252 1505.65,464.662 1504.74,464.079 1503.82,463.502 1502.89,462.931 1501.97,462.366 1501.03,461.807 1500.1,461.254 1499.16,460.708 \n 1498.22,460.167 1497.28,459.633 1496.33,459.104 1495.38,458.582 1494.43,458.067 1493.47,457.557 1492.51,457.054 1491.55,456.557 1490.58,456.066 1489.62,455.582 \n 1488.64,455.104 1487.67,454.632 1486.69,454.167 1485.71,453.708 1484.73,453.255 1483.75,452.809 1482.76,452.37 1481.77,451.937 1480.77,451.51 1479.78,451.09 \n 1478.78,450.677 1477.78,450.27 1476.77,449.869 1475.77,449.475 1474.76,449.088 1473.75,448.707 1472.74,448.333 1471.72,447.966 1470.71,447.605 1469.69,447.251 \n 1468.67,446.903 1467.64,446.563 1466.62,446.229 1465.59,445.901 1464.56,445.581 1463.53,445.267 1462.5,444.96 1461.46,444.659 1460.42,444.366 1459.38,444.079 \n 1458.34,443.799 1457.3,443.526 1456.26,443.259 1455.21,443 1454.17,442.747 1453.12,442.501 1452.07,442.262 1451.02,442.03 1449.97,441.805 1448.91,441.587 \n 1447.86,441.375 1446.8,441.171 1445.74,440.973 1444.68,440.783 1443.62,440.599 1442.56,440.422 1441.5,440.252 1440.44,440.09 1439.37,439.934 1438.31,439.785 \n 1437.24,439.643 1436.18,439.508 1435.11,439.38 1434.04,439.259 1432.97,439.144 1431.9,439.037 1430.83,438.937 1429.76,438.844 1428.69,438.758 1427.62,438.679 \n 1426.54,438.607 1425.47,438.542 1424.4,438.484 1423.33,438.433 1422.25,438.389 1421.18,438.352 1420.1,438.323 1419.03,438.3 1417.95,438.284 1416.88,438.275 \n 1415.81,438.273 1414.73,438.279 1413.66,438.291 1412.58,438.31 1411.51,438.337 1410.43,438.37 1409.36,438.41 1408.29,438.458 1407.21,438.512 1406.14,438.574 \n 1405.07,438.642 1404,438.718 1402.92,438.8 1401.85,438.89 1400.78,438.987 1399.71,439.09 1398.64,439.201 1397.57,439.318 1396.51,439.443 1395.44,439.574 \n 1394.37,439.713 1393.31,439.858 1392.24,440.011 1391.18,440.17 1390.12,440.336 1389.05,440.51 1387.99,440.69 1386.93,440.877 1385.88,441.071 1384.82,441.272 \n 1383.76,441.48 1382.71,441.695 1381.66,441.917 1380.6,442.146 1379.55,442.381 1378.5,442.623 1377.46,442.873 1376.41,443.129 1375.37,443.392 1374.32,443.662 \n 1373.28,443.938 1372.24,444.221 1371.21,444.512 1370.17,444.809 1369.14,445.112 1368.1,445.423 1367.07,445.74 1366.04,446.064 1365.02,446.395 1363.99,446.732 \n 1362.97,447.076 1361.95,447.427 1360.93,447.785 1359.92,448.149 1358.9,448.519 1357.89,448.897 1356.88,449.281 1355.88,449.671 1354.87,450.069 1353.87,450.472 \n 1352.87,450.883 1351.87,451.299 1350.88,451.723 1349.89,452.153 1348.9,452.589 1347.91,453.032 1346.93,453.481 1345.94,453.937 1344.97,454.399 1343.99,454.867 \n 1343.02,455.342 1342.05,455.823 1341.08,456.311 1340.12,456.804 1339.16,457.305 1338.2,457.811 1337.24,458.324 1336.29,458.843 1335.34,459.368 1334.4,459.899 \n 1333.45,460.436 1332.52,460.98 1331.58,461.53 1330.65,462.086 1329.72,462.648 1328.79,463.216 1327.87,463.79 1326.95,464.37 1326.04,464.956 1325.13,465.548 \n 1324.22,466.146 1323.31,466.75 1322.41,467.36 1321.52,467.976 1320.62,468.598 1319.73,469.225 1318.85,469.858 1317.97,470.497 1317.09,471.142 1316.22,471.793 \n 1315.35,472.449 1314.48,473.111 1313.62,473.778 1312.76,474.452 1311.91,475.13 1311.06,475.815 1310.21,476.505 1309.37,477.2 1308.53,477.901 1307.7,478.607 \n 1306.87,479.319 1306.05,480.036 1305.23,480.759 1304.41,481.487 1303.6,482.22 1302.79,482.959 1301.99,483.703 1301.19,484.452 1300.4,485.206 1299.61,485.965 \n 1298.83,486.73 1298.05,487.5 1297.27,488.274 1296.5,489.054 1295.74,489.839 1294.98,490.629 1294.22,491.424 1293.47,492.223 1292.73,493.028 1291.98,493.838 \n 1291.25,494.652 1290.52,495.471 1289.79,496.295 1289.07,497.124 1288.35,497.957 1287.64,498.795 1286.94,499.638 1286.24,500.485 1285.54,501.337 1284.85,502.193 \n 1284.16,503.054 1283.48,503.919 1282.81,504.789 1282.14,505.663 1281.47,506.542 1280.81,507.424 1280.16,508.312 1279.51,509.203 1278.87,510.099 1278.23,510.998 \n 1277.6,511.902 1276.97,512.811 1276.35,513.723 1275.74,514.639 1275.13,515.559 1274.52,516.483 1273.92,517.412 1273.33,518.344 1272.74,519.28 1272.16,520.219 \n 1271.58,521.163 1271.01,522.11 1270.45,523.061 1269.89,524.016 1269.33,524.974 1268.79,525.936 1268.25,526.901 1267.71,527.87 1267.18,528.843 1266.66,529.819 \n 1266.14,530.798 1265.63,531.781 1265.12,532.767 1264.62,533.756 1264.12,534.749 1263.64,535.745 1263.15,536.744 1262.68,537.746 1262.21,538.751 1261.74,539.759 \n 1261.29,540.771 1260.83,541.785 1260.39,542.802 1259.95,543.822 1259.52,544.845 1259.09,545.871 1258.67,546.899 1258.25,547.931 1257.84,548.965 1257.44,550.001 \n 1257.05,551.041 1256.66,552.082 1256.27,553.127 1255.9,554.174 1255.53,555.223 1255.16,556.274 1254.8,557.328 1254.45,558.385 1254.11,559.443 1253.77,560.504 \n 1253.43,561.567 1253.11,562.633 1252.79,563.7 1252.48,564.769 1252.17,565.841 1251.87,566.914 1251.58,567.99 1251.29,569.067 1251.01,570.146 1250.73,571.227 \n 1250.47,572.31 1250.21,573.394 1249.95,574.48 1249.7,575.568 1249.46,576.657 1249.23,577.748 1249,578.841 1248.78,579.935 1248.56,581.03 1248.36,582.127 \n 1248.15,583.225 1247.96,584.324 1247.77,585.425 1247.59,586.526 1247.41,587.629 1247.25,588.733 1247.08,589.839 1246.93,590.945 1246.78,592.052 1246.64,593.16 \n 1246.5,594.269 1246.38,595.379 1246.26,596.49 1246.14,597.601 1246.03,598.714 1245.93,599.827 1245.84,600.94 1245.75,602.054 1245.67,603.169 1245.59,604.284 \n 1245.53,605.4 1245.47,606.516 1245.41,607.633 1245.36,608.749 1245.32,609.866 1245.29,610.984 1245.26,612.101 1245.24,613.219 1245.23,614.337 1245.22,615.455 \n 1245.22,616.573 1245.23,617.69 1245.24,618.808 1245.26,619.926 1245.29,621.043 1245.32,622.161 1245.36,623.278 1245.41,624.395 1245.47,625.511 1245.53,626.627 \n 1245.59,627.743 1245.67,628.858 1245.75,629.973 1245.84,631.087 1245.93,632.201 1246.03,633.314 1246.14,634.426 1246.26,635.537 1246.38,636.648 1246.5,637.758 \n 1246.64,638.867 1246.78,639.975 1246.93,641.082 1247.08,642.189 1247.25,643.294 1247.41,644.398 1247.59,645.501 1247.77,646.603 1247.96,647.703 1248.15,648.803 \n 1248.36,649.901 1248.56,650.997 1248.78,652.093 1249,653.187 1249.23,654.279 1249.46,655.37 1249.7,656.459 1249.95,657.547 1250.21,658.633 1250.47,659.718 \n 1250.73,660.8 1251.01,661.881 1251.29,662.96 1251.58,664.038 1251.87,665.113 1252.17,666.186 1252.48,667.258 1252.79,668.327 1253.11,669.395 1253.43,670.46 \n 1253.77,671.523 1254.11,672.584 1254.45,673.642 1254.8,674.699 1255.16,675.753 1255.53,676.804 1255.9,677.854 1256.27,678.901 1256.66,679.945 1257.05,680.987 \n 1257.44,682.026 1257.84,683.063 1258.25,684.096 1258.67,685.128 1259.09,686.156 1259.52,687.182 1259.95,688.205 1260.39,689.225 1260.83,690.242 1261.29,691.257 \n 1261.74,692.268 1262.21,693.276 1262.68,694.281 1263.15,695.283 1263.64,696.282 1264.12,697.278 1264.62,698.271 1265.12,699.26 1265.63,700.246 1266.14,701.229 \n 1266.66,702.208 1267.18,703.184 1267.71,704.157 1268.25,705.126 1268.79,706.091 1269.33,707.053 1269.89,708.011 1270.45,708.966 1271.01,709.917 1271.58,710.864 \n 1272.16,711.808 1272.74,712.748 1273.33,713.684 1273.92,714.616 1274.52,715.544 1275.13,716.468 1275.74,717.388 1276.35,718.304 1276.97,719.217 1277.6,720.125 \n 1278.23,721.029 1278.87,721.929 1279.51,722.824 1280.16,723.716 1280.81,724.603 1281.47,725.486 1282.14,726.364 1282.81,727.238 1283.48,728.108 1284.16,728.973 \n 1284.85,729.834 1285.54,730.691 1286.24,731.542 1286.94,732.39 1287.64,733.232 1288.35,734.07 1289.07,734.904 1289.79,735.732 1290.52,736.556 1291.25,737.375 \n 1291.98,738.19 1292.73,738.999 1293.47,739.804 1294.22,740.604 1294.98,741.398 1295.74,742.188 1296.5,742.973 1297.27,743.753 1298.05,744.528 1298.83,745.297 \n 1299.61,746.062 1300.4,746.821 1301.19,747.576 1301.99,748.325 1302.79,749.069 1303.6,749.807 1304.41,750.54 1305.23,751.268 1306.05,751.991 1306.87,752.708 \n 1307.7,753.42 1308.53,754.126 1309.37,754.827 1310.21,755.523 1311.06,756.213 1311.91,756.897 1312.76,757.576 1313.62,758.249 1314.48,758.916 1315.35,759.578 \n 1316.22,760.235 1317.09,760.885 1317.97,761.53 1318.85,762.169 1319.73,762.802 1320.62,763.43 1321.52,764.051 1322.41,764.667 1323.31,765.277 1324.22,765.881 \n 1325.13,766.479 1326.04,767.071 1326.95,767.657 1327.87,768.237 1328.79,768.811 1329.72,769.379 1330.65,769.941 1331.58,770.497 1332.52,771.047 1333.45,771.591 \n 1334.4,772.128 1335.34,772.66 1336.29,773.185 1337.24,773.704 1338.2,774.216 1339.16,774.723 1340.12,775.223 1341.08,775.717 1342.05,776.204 1343.02,776.685 \n 1343.99,777.16 1344.97,777.629 1345.94,778.091 1346.93,778.546 1347.91,778.996 1348.9,779.438 1349.89,779.875 1350.88,780.304 1351.87,780.728 1352.87,781.145 \n 1353.87,781.555 1354.87,781.959 1355.88,782.356 1356.88,782.746 1357.89,783.13 1358.9,783.508 1359.92,783.879 1360.93,784.243 1361.95,784.6 1362.97,784.951 \n 1363.99,785.295 1365.02,785.632 1366.04,785.963 1367.07,786.287 1368.1,786.604 1369.14,786.915 1370.17,787.219 1371.21,787.516 1372.24,787.806 1373.28,788.089 \n 1374.32,788.366 1375.37,788.635 1376.41,788.898 1377.46,789.154 1378.5,789.404 1379.55,789.646 1380.6,789.882 1381.66,790.11 1382.71,790.332 1383.76,790.547 \n 1384.82,790.755 1385.88,790.956 1386.93,791.15 1387.99,791.337 1389.05,791.517 1390.12,791.691 1391.18,791.857 1392.24,792.017 1393.31,792.169 1394.37,792.314 \n 1395.44,792.453 1396.51,792.584 1397.57,792.709 1398.64,792.827 1399.71,792.937 1400.78,793.041 1401.85,793.137 1402.92,793.227 1404,793.309 1405.07,793.385 \n 1406.14,793.453 1407.21,793.515 1408.29,793.569 1409.36,793.617 1410.43,793.657 1411.51,793.691 1412.58,793.717 1413.66,793.736 1414.73,793.749 1415.81,793.754 \n 1416.88,793.752 1417.95,793.743 1419.03,793.727 1420.1,793.705 1421.18,793.675 1422.25,793.638 1423.33,793.594 1424.4,793.543 1425.47,793.485 1426.54,793.42 \n 1427.62,793.348 1428.69,793.269 1429.76,793.183 1430.83,793.09 1431.9,792.99 1432.97,792.883 1434.04,792.769 1435.11,792.648 1436.18,792.52 1437.24,792.385 \n 1438.31,792.243 1439.37,792.094 1440.44,791.938 1441.5,791.775 1442.56,791.605 1443.62,791.428 1444.68,791.244 1445.74,791.054 1446.8,790.856 1447.86,790.652 \n 1448.91,790.44 1449.97,790.222 1451.02,789.997 1452.07,789.765 1453.12,789.526 1454.17,789.28 1455.21,789.027 1456.26,788.768 1457.3,788.501 1458.34,788.228 \n 1459.38,787.948 1460.42,787.661 1461.46,787.368 1462.5,787.068 1463.53,786.76 1464.56,786.447 1465.59,786.126 1466.62,785.799 1467.64,785.465 1468.67,785.124 \n 1469.69,784.776 1470.71,784.422 1471.72,784.061 1472.74,783.694 1473.75,783.32 1474.76,782.939 1475.77,782.552 1476.77,782.158 1477.78,781.758 1478.78,781.351 \n 1479.78,780.937 1480.77,780.517 1481.77,780.09 1482.76,779.657 1483.75,779.218 1484.73,778.772 1485.71,778.319 1486.69,777.86 1487.67,777.395 1488.64,776.924 \n 1489.62,776.446 1490.58,775.961 1491.55,775.471 1492.51,774.974 1493.47,774.47 1494.43,773.961 1495.38,773.445 1496.33,772.923 1497.28,772.395 1498.22,771.86 \n 1499.16,771.32 1500.1,770.773 1501.03,770.22 1501.97,769.661 1502.89,769.096 1503.82,768.525 1504.74,767.948 1505.65,767.365 1506.57,766.776 1507.48,766.181 \n 1508.38,765.58 1509.28,764.973 1510.18,764.36 1511.08,763.741 1511.97,763.117 1512.86,762.486 1513.74,761.85 1514.62,761.208 1515.5,760.561 1516.37,759.907 \n 1517.24,759.248 1518.1,758.583 1518.96,757.913 1519.82,757.237 1520.67,756.555 1521.52,755.868 1522.36,755.176 1523.2,754.477 1524.03,753.774 1524.86,753.065 \n 1525.69,752.35 1526.51,751.63 1527.33,750.905 1528.14,750.174 1528.95,749.438 1529.76,748.697 1530.56,747.951 1531.35,747.199 1532.14,746.442 1532.93,745.68 \n 1533.71,744.913 1534.49,744.141 1535.26,743.364 1536.03,742.581 1536.79,741.794 1537.55,741.002 1538.3,740.204 1539.05,739.402 1539.79,738.595 1540.53,737.783 \n 1541.27,736.966 1541.99,736.145 1542.72,735.319 1543.44,734.488 1544.15,733.652 1544.86,732.812 1545.56,731.967 1546.26,731.117 1546.95,730.263 1547.64,729.404 \n 1548.33,728.541 1549,727.674 1549.68,726.802 1550.34,725.925 1551,725.045 1551.66,724.16 1552.31,723.27 1552.96,722.377 1553.6,721.479 1554.23,720.577 \n 1554.86,719.671 1555.49,718.761 1556.11,717.847 1556.72,716.929 1557.33,716.006 1557.93,715.08 1558.52,714.15 1559.11,713.216 1559.7,712.278 1560.28,711.337 \n 1560.85,710.391 1561.42,709.442 1561.98,708.489 1562.54,707.533 1563.09,706.573 1563.63,705.609 1564.17,704.642 1564.7,703.671 1565.23,702.697 1565.75,701.719 \n 1566.27,700.738 1566.78,699.754 1567.28,698.766 1567.78,697.775 1568.27,696.781 1568.75,695.783 1569.23,694.783 1569.71,693.779 1570.17,692.772 1570.63,691.763 \n 1571.09,690.75 1571.54,689.734 1571.98,688.715 1572.42,687.694 1572.85,686.67 1573.27,685.642 1573.69,684.612 1574.1,683.58 1574.51,682.545 1574.9,681.507 \n 1575.3,680.466 1575.68,679.423 1576.06,678.377 1576.44,677.329 1576.81,676.279 1577.17,675.226 1577.52,674.171 1577.87,673.113 1578.21,672.054 1578.55,670.992 \n 1578.88,669.927 1579.2,668.861 1579.52,667.793 1579.83,666.722 1580.13,665.65 1580.43,664.576 1580.72,663.499 1581,662.421 1581.28,661.341 1581.55,660.259 \n 1581.81,659.176 1582.07,658.09 1582.32,657.003 1582.57,655.915 1582.8,654.825 1583.03,653.733 1583.26,652.64 1583.48,651.545 1583.69,650.449 1583.89,649.352 \n 1584.09,648.253 1584.28,647.153 1584.47,646.052 1584.65,644.949 1584.82,643.846 1584.98,642.741 1585.14,641.636 1585.29,640.529 1585.44,639.421 1585.58,638.313 \n 1585.71,637.203 1585.83,636.093 1585.95,634.982 1586.06,633.87 1586.17,632.757 1586.26,631.644 1586.36,630.53 1586.44,629.416 1586.52,628.301 1586.59,627.185 \n 1586.65,626.069 1586.71,624.953 1586.76,623.836 1586.8,622.719 1586.84,621.602 1586.87,620.485 1586.9,619.367 1586.91,618.249 1586.92,617.131 1586.93,616.014 \n \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#6b9e32; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1586.93,1326.98 1586.92,1325.86 1586.91,1324.74 1586.9,1323.62 1586.87,1322.5 1586.84,1321.39 1586.8,1320.27 1586.76,1319.15 1586.71,1318.04 1586.65,1316.92 \n 1586.59,1315.8 1586.52,1314.69 1586.44,1313.57 1586.36,1312.46 1586.26,1311.35 1586.17,1310.23 1586.06,1309.12 1585.95,1308.01 1585.83,1306.9 1585.71,1305.79 \n 1585.58,1304.68 1585.44,1303.57 1585.29,1302.46 1585.14,1301.35 1584.98,1300.25 1584.82,1299.14 1584.65,1298.04 1584.47,1296.94 1584.28,1295.84 1584.09,1294.74 \n 1583.89,1293.64 1583.69,1292.54 1583.48,1291.44 1583.26,1290.35 1583.03,1289.26 1582.8,1288.16 1582.57,1287.07 1582.32,1285.99 1582.07,1284.9 1581.81,1283.81 \n 1581.55,1282.73 1581.28,1281.65 1581,1280.57 1580.72,1279.49 1580.43,1278.41 1580.13,1277.34 1579.83,1276.27 1579.52,1275.2 1579.2,1274.13 1578.88,1273.06 \n 1578.55,1272 1578.21,1270.94 1577.87,1269.88 1577.52,1268.82 1577.17,1267.76 1576.81,1266.71 1576.44,1265.66 1576.06,1264.61 1575.68,1263.57 1575.3,1262.52 \n 1574.9,1261.48 1574.51,1260.44 1574.1,1259.41 1573.69,1258.38 1573.27,1257.35 1572.85,1256.32 1572.42,1255.3 1571.98,1254.27 1571.54,1253.26 1571.09,1252.24 \n 1570.63,1251.23 1570.17,1250.22 1569.71,1249.21 1569.23,1248.21 1568.75,1247.21 1568.27,1246.21 1567.78,1245.21 1567.28,1244.22 1566.78,1243.24 1566.27,1242.25 \n 1565.75,1241.27 1565.23,1240.29 1564.7,1239.32 1564.17,1238.35 1563.63,1237.38 1563.09,1236.42 1562.54,1235.46 1561.98,1234.5 1561.42,1233.55 1560.85,1232.6 \n 1560.28,1231.65 1559.7,1230.71 1559.11,1229.77 1558.52,1228.84 1557.93,1227.91 1557.33,1226.98 1556.72,1226.06 1556.11,1225.14 1555.49,1224.23 1554.86,1223.32 \n 1554.23,1222.41 1553.6,1221.51 1552.96,1220.61 1552.31,1219.72 1551.66,1218.83 1551,1217.94 1550.34,1217.06 1549.68,1216.19 1549,1215.32 1548.33,1214.45 \n 1547.64,1213.58 1546.95,1212.73 1546.26,1211.87 1545.56,1211.02 1544.86,1210.18 1544.15,1209.34 1543.44,1208.5 1542.72,1207.67 1541.99,1206.84 1541.27,1206.02 \n 1540.53,1205.21 1539.79,1204.39 1539.05,1203.59 1538.3,1202.78 1537.55,1201.99 1536.79,1201.2 1536.03,1200.41 1535.26,1199.63 1534.49,1198.85 1533.71,1198.08 \n 1532.93,1197.31 1532.14,1196.55 1531.35,1195.79 1530.56,1195.04 1529.76,1194.29 1528.95,1193.55 1528.14,1192.81 1527.33,1192.08 1526.51,1191.36 1525.69,1190.64 \n 1524.86,1189.92 1524.03,1189.22 1523.2,1188.51 1522.36,1187.81 1521.52,1187.12 1520.67,1186.43 1519.82,1185.75 1518.96,1185.08 1518.1,1184.41 1517.24,1183.74 \n 1516.37,1183.08 1515.5,1182.43 1514.62,1181.78 1513.74,1181.14 1512.86,1180.5 1511.97,1179.87 1511.08,1179.25 1510.18,1178.63 1509.28,1178.02 1508.38,1177.41 \n 1507.48,1176.81 1506.57,1176.21 1505.65,1175.62 1504.74,1175.04 1503.82,1174.46 1502.89,1173.89 1501.97,1173.33 1501.03,1172.77 1500.1,1172.22 1499.16,1171.67 \n 1498.22,1171.13 1497.28,1170.59 1496.33,1170.07 1495.38,1169.54 1494.43,1169.03 1493.47,1168.52 1492.51,1168.02 1491.55,1167.52 1490.58,1167.03 1489.62,1166.54 \n 1488.64,1166.07 1487.67,1165.59 1486.69,1165.13 1485.71,1164.67 1484.73,1164.22 1483.75,1163.77 1482.76,1163.33 1481.77,1162.9 1480.77,1162.47 1479.78,1162.05 \n 1478.78,1161.64 1477.78,1161.23 1476.77,1160.83 1475.77,1160.44 1474.76,1160.05 1473.75,1159.67 1472.74,1159.3 1471.72,1158.93 1470.71,1158.57 1469.69,1158.21 \n 1468.67,1157.87 1467.64,1157.52 1466.62,1157.19 1465.59,1156.86 1464.56,1156.54 1463.53,1156.23 1462.5,1155.92 1461.46,1155.62 1460.42,1155.33 1459.38,1155.04 \n 1458.34,1154.76 1457.3,1154.49 1456.26,1154.22 1455.21,1153.96 1454.17,1153.71 1453.12,1153.46 1452.07,1153.22 1451.02,1152.99 1449.97,1152.77 1448.91,1152.55 \n 1447.86,1152.34 1446.8,1152.13 1445.74,1151.94 1444.68,1151.74 1443.62,1151.56 1442.56,1151.38 1441.5,1151.21 1440.44,1151.05 1439.37,1150.9 1438.31,1150.75 \n 1437.24,1150.6 1436.18,1150.47 1435.11,1150.34 1434.04,1150.22 1432.97,1150.11 1431.9,1150 1430.83,1149.9 1429.76,1149.81 1428.69,1149.72 1427.62,1149.64 \n 1426.54,1149.57 1425.47,1149.5 1424.4,1149.45 1423.33,1149.4 1422.25,1149.35 1421.18,1149.31 1420.1,1149.28 1419.03,1149.26 1417.95,1149.25 1416.88,1149.24 \n 1415.81,1149.24 1414.73,1149.24 1413.66,1149.25 1412.58,1149.27 1411.51,1149.3 1410.43,1149.33 1409.36,1149.37 1408.29,1149.42 1407.21,1149.47 1406.14,1149.54 \n 1405.07,1149.6 1404,1149.68 1402.92,1149.76 1401.85,1149.85 1400.78,1149.95 1399.71,1150.05 1398.64,1150.16 1397.57,1150.28 1396.51,1150.4 1395.44,1150.54 \n 1394.37,1150.67 1393.31,1150.82 1392.24,1150.97 1391.18,1151.13 1390.12,1151.3 1389.05,1151.47 1387.99,1151.65 1386.93,1151.84 1385.88,1152.03 1384.82,1152.23 \n 1383.76,1152.44 1382.71,1152.66 1381.66,1152.88 1380.6,1153.11 1379.55,1153.34 1378.5,1153.59 1377.46,1153.83 1376.41,1154.09 1375.37,1154.35 1374.32,1154.62 \n 1373.28,1154.9 1372.24,1155.18 1371.21,1155.47 1370.17,1155.77 1369.14,1156.07 1368.1,1156.38 1367.07,1156.7 1366.04,1157.03 1365.02,1157.36 1363.99,1157.69 \n 1362.97,1158.04 1361.95,1158.39 1360.93,1158.75 1359.92,1159.11 1358.9,1159.48 1357.89,1159.86 1356.88,1160.24 1355.88,1160.63 1354.87,1161.03 1353.87,1161.43 \n 1352.87,1161.84 1351.87,1162.26 1350.88,1162.68 1349.89,1163.11 1348.9,1163.55 1347.91,1163.99 1346.93,1164.44 1345.94,1164.9 1344.97,1165.36 1343.99,1165.83 \n 1343.02,1166.3 1342.05,1166.78 1341.08,1167.27 1340.12,1167.77 1339.16,1168.27 1338.2,1168.77 1337.24,1169.29 1336.29,1169.8 1335.34,1170.33 1334.4,1170.86 \n 1333.45,1171.4 1332.52,1171.94 1331.58,1172.49 1330.65,1173.05 1329.72,1173.61 1328.79,1174.18 1327.87,1174.75 1326.95,1175.33 1326.04,1175.92 1325.13,1176.51 \n 1324.22,1177.11 1323.31,1177.71 1322.41,1178.32 1321.52,1178.94 1320.62,1179.56 1319.73,1180.19 1318.85,1180.82 1317.97,1181.46 1317.09,1182.1 1316.22,1182.75 \n 1315.35,1183.41 1314.48,1184.07 1313.62,1184.74 1312.76,1185.41 1311.91,1186.09 1311.06,1186.78 1310.21,1187.47 1309.37,1188.16 1308.53,1188.86 1307.7,1189.57 \n 1306.87,1190.28 1306.05,1191 1305.23,1191.72 1304.41,1192.45 1303.6,1193.18 1302.79,1193.92 1301.99,1194.66 1301.19,1195.41 1300.4,1196.17 1299.61,1196.93 \n 1298.83,1197.69 1298.05,1198.46 1297.27,1199.24 1296.5,1200.02 1295.74,1200.8 1294.98,1201.59 1294.22,1202.39 1293.47,1203.19 1292.73,1203.99 1291.98,1204.8 \n 1291.25,1205.61 1290.52,1206.43 1289.79,1207.26 1289.07,1208.09 1288.35,1208.92 1287.64,1209.76 1286.94,1210.6 1286.24,1211.45 1285.54,1212.3 1284.85,1213.15 \n 1284.16,1214.02 1283.48,1214.88 1282.81,1215.75 1282.14,1216.62 1281.47,1217.5 1280.81,1218.39 1280.16,1219.27 1279.51,1220.16 1278.87,1221.06 1278.23,1221.96 \n 1277.6,1222.86 1276.97,1223.77 1276.35,1224.68 1275.74,1225.6 1275.13,1226.52 1274.52,1227.45 1273.92,1228.37 1273.33,1229.31 1272.74,1230.24 1272.16,1231.18 \n 1271.58,1232.12 1271.01,1233.07 1270.45,1234.02 1269.89,1234.98 1269.33,1235.94 1268.79,1236.9 1268.25,1237.86 1267.71,1238.83 1267.18,1239.8 1266.66,1240.78 \n 1266.14,1241.76 1265.63,1242.74 1265.12,1243.73 1264.62,1244.72 1264.12,1245.71 1263.64,1246.71 1263.15,1247.71 1262.68,1248.71 1262.21,1249.71 1261.74,1250.72 \n 1261.29,1251.73 1260.83,1252.75 1260.39,1253.76 1259.95,1254.78 1259.52,1255.81 1259.09,1256.83 1258.67,1257.86 1258.25,1258.89 1257.84,1259.93 1257.44,1260.96 \n 1257.05,1262 1256.66,1263.04 1256.27,1264.09 1255.9,1265.14 1255.53,1266.18 1255.16,1267.24 1254.8,1268.29 1254.45,1269.35 1254.11,1270.41 1253.77,1271.47 \n 1253.43,1272.53 1253.11,1273.59 1252.79,1274.66 1252.48,1275.73 1252.17,1276.8 1251.87,1277.88 1251.58,1278.95 1251.29,1280.03 1251.01,1281.11 1250.73,1282.19 \n 1250.47,1283.27 1250.21,1284.36 1249.95,1285.44 1249.7,1286.53 1249.46,1287.62 1249.23,1288.71 1249,1289.8 1248.78,1290.9 1248.56,1291.99 1248.36,1293.09 \n 1248.15,1294.19 1247.96,1295.29 1247.77,1296.39 1247.59,1297.49 1247.41,1298.59 1247.25,1299.7 1247.08,1300.8 1246.93,1301.91 1246.78,1303.01 1246.64,1304.12 \n 1246.5,1305.23 1246.38,1306.34 1246.26,1307.45 1246.14,1308.56 1246.03,1309.68 1245.93,1310.79 1245.84,1311.9 1245.75,1313.02 1245.67,1314.13 1245.59,1315.25 \n 1245.53,1316.36 1245.47,1317.48 1245.41,1318.59 1245.36,1319.71 1245.32,1320.83 1245.29,1321.95 1245.26,1323.06 1245.24,1324.18 1245.23,1325.3 1245.22,1326.42 \n 1245.22,1327.53 1245.23,1328.65 1245.24,1329.77 1245.26,1330.89 1245.29,1332.01 1245.32,1333.12 1245.36,1334.24 1245.41,1335.36 1245.47,1336.47 1245.53,1337.59 \n 1245.59,1338.7 1245.67,1339.82 1245.75,1340.93 1245.84,1342.05 1245.93,1343.16 1246.03,1344.28 1246.14,1345.39 1246.26,1346.5 1246.38,1347.61 1246.5,1348.72 \n 1246.64,1349.83 1246.78,1350.94 1246.93,1352.04 1247.08,1353.15 1247.25,1354.26 1247.41,1355.36 1247.59,1356.46 1247.77,1357.56 1247.96,1358.67 1248.15,1359.76 \n 1248.36,1360.86 1248.56,1361.96 1248.78,1363.05 1249,1364.15 1249.23,1365.24 1249.46,1366.33 1249.7,1367.42 1249.95,1368.51 1250.21,1369.6 1250.47,1370.68 \n 1250.73,1371.76 1251.01,1372.84 1251.29,1373.92 1251.58,1375 1251.87,1376.07 1252.17,1377.15 1252.48,1378.22 1252.79,1379.29 1253.11,1380.36 1253.43,1381.42 \n 1253.77,1382.48 1254.11,1383.55 1254.45,1384.6 1254.8,1385.66 1255.16,1386.71 1255.53,1387.77 1255.9,1388.82 1256.27,1389.86 1256.66,1390.91 1257.05,1391.95 \n 1257.44,1392.99 1257.84,1394.02 1258.25,1395.06 1258.67,1396.09 1259.09,1397.12 1259.52,1398.14 1259.95,1399.17 1260.39,1400.19 1260.83,1401.2 1261.29,1402.22 \n 1261.74,1403.23 1262.21,1404.24 1262.68,1405.24 1263.15,1406.25 1263.64,1407.24 1264.12,1408.24 1264.62,1409.23 1265.12,1410.22 1265.63,1411.21 1266.14,1412.19 \n 1266.66,1413.17 1267.18,1414.15 1267.71,1415.12 1268.25,1416.09 1268.79,1417.05 1269.33,1418.02 1269.89,1418.97 1270.45,1419.93 1271.01,1420.88 1271.58,1421.83 \n 1272.16,1422.77 1272.74,1423.71 1273.33,1424.65 1273.92,1425.58 1274.52,1426.51 1275.13,1427.43 1275.74,1428.35 1276.35,1429.27 1276.97,1430.18 1277.6,1431.09 \n 1278.23,1431.99 1278.87,1432.89 1279.51,1433.79 1280.16,1434.68 1280.81,1435.56 1281.47,1436.45 1282.14,1437.33 1282.81,1438.2 1283.48,1439.07 1284.16,1439.94 \n 1284.85,1440.8 1285.54,1441.65 1286.24,1442.5 1286.94,1443.35 1287.64,1444.19 1288.35,1445.03 1289.07,1445.87 1289.79,1446.69 1290.52,1447.52 1291.25,1448.34 \n 1291.98,1449.15 1292.73,1449.96 1293.47,1450.77 1294.22,1451.57 1294.98,1452.36 1295.74,1453.15 1296.5,1453.93 1297.27,1454.71 1298.05,1455.49 1298.83,1456.26 \n 1299.61,1457.02 1300.4,1457.78 1301.19,1458.54 1301.99,1459.29 1302.79,1460.03 1303.6,1460.77 1304.41,1461.5 1305.23,1462.23 1306.05,1462.95 1306.87,1463.67 \n 1307.7,1464.38 1308.53,1465.09 1309.37,1465.79 1310.21,1466.48 1311.06,1467.17 1311.91,1467.86 1312.76,1468.54 1313.62,1469.21 1314.48,1469.88 1315.35,1470.54 \n 1316.22,1471.2 1317.09,1471.85 1317.97,1472.49 1318.85,1473.13 1319.73,1473.76 1320.62,1474.39 1321.52,1475.01 1322.41,1475.63 1323.31,1476.24 1324.22,1476.84 \n 1325.13,1477.44 1326.04,1478.03 1326.95,1478.62 1327.87,1479.2 1328.79,1479.77 1329.72,1480.34 1330.65,1480.9 1331.58,1481.46 1332.52,1482.01 1333.45,1482.55 \n 1334.4,1483.09 1335.34,1483.62 1336.29,1484.15 1337.24,1484.67 1338.2,1485.18 1339.16,1485.68 1340.12,1486.18 1341.08,1486.68 1342.05,1487.17 1343.02,1487.65 \n 1343.99,1488.12 1344.97,1488.59 1345.94,1489.05 1346.93,1489.51 1347.91,1489.96 1348.9,1490.4 1349.89,1490.84 1350.88,1491.27 1351.87,1491.69 1352.87,1492.11 \n 1353.87,1492.52 1354.87,1492.92 1355.88,1493.32 1356.88,1493.71 1357.89,1494.09 1358.9,1494.47 1359.92,1494.84 1360.93,1495.2 1361.95,1495.56 1362.97,1495.91 \n 1363.99,1496.26 1365.02,1496.59 1366.04,1496.93 1367.07,1497.25 1368.1,1497.57 1369.14,1497.88 1370.17,1498.18 1371.21,1498.48 1372.24,1498.77 1373.28,1499.05 \n 1374.32,1499.33 1375.37,1499.6 1376.41,1499.86 1377.46,1500.12 1378.5,1500.37 1379.55,1500.61 1380.6,1500.84 1381.66,1501.07 1382.71,1501.29 1383.76,1501.51 \n 1384.82,1501.72 1385.88,1501.92 1386.93,1502.11 1387.99,1502.3 1389.05,1502.48 1390.12,1502.65 1391.18,1502.82 1392.24,1502.98 1393.31,1503.13 1394.37,1503.28 \n 1395.44,1503.41 1396.51,1503.55 1397.57,1503.67 1398.64,1503.79 1399.71,1503.9 1400.78,1504 1401.85,1504.1 1402.92,1504.19 1404,1504.27 1405.07,1504.35 \n 1406.14,1504.42 1407.21,1504.48 1408.29,1504.53 1409.36,1504.58 1410.43,1504.62 1411.51,1504.65 1412.58,1504.68 1413.66,1504.7 1414.73,1504.71 1415.81,1504.72 \n 1416.88,1504.71 1417.95,1504.71 1419.03,1504.69 1420.1,1504.67 1421.18,1504.64 1422.25,1504.6 1423.33,1504.56 1424.4,1504.5 1425.47,1504.45 1426.54,1504.38 \n 1427.62,1504.31 1428.69,1504.23 1429.76,1504.14 1430.83,1504.05 1431.9,1503.95 1432.97,1503.84 1434.04,1503.73 1435.11,1503.61 1436.18,1503.48 1437.24,1503.35 \n 1438.31,1503.2 1439.37,1503.06 1440.44,1502.9 1441.5,1502.74 1442.56,1502.57 1443.62,1502.39 1444.68,1502.21 1445.74,1502.02 1446.8,1501.82 1447.86,1501.61 \n 1448.91,1501.4 1449.97,1501.18 1451.02,1500.96 1452.07,1500.73 1453.12,1500.49 1454.17,1500.24 1455.21,1499.99 1456.26,1499.73 1457.3,1499.46 1458.34,1499.19 \n 1459.38,1498.91 1460.42,1498.62 1461.46,1498.33 1462.5,1498.03 1463.53,1497.72 1464.56,1497.41 1465.59,1497.09 1466.62,1496.76 1467.64,1496.43 1468.67,1496.09 \n 1469.69,1495.74 1470.71,1495.38 1471.72,1495.02 1472.74,1494.66 1473.75,1494.28 1474.76,1493.9 1475.77,1493.51 1476.77,1493.12 1477.78,1492.72 1478.78,1492.31 \n 1479.78,1491.9 1480.77,1491.48 1481.77,1491.05 1482.76,1490.62 1483.75,1490.18 1484.73,1489.73 1485.71,1489.28 1486.69,1488.82 1487.67,1488.36 1488.64,1487.89 \n 1489.62,1487.41 1490.58,1486.92 1491.55,1486.43 1492.51,1485.94 1493.47,1485.43 1494.43,1484.92 1495.38,1484.41 1496.33,1483.88 1497.28,1483.36 1498.22,1482.82 \n 1499.16,1482.28 1500.1,1481.73 1501.03,1481.18 1501.97,1480.62 1502.89,1480.06 1503.82,1479.49 1504.74,1478.91 1505.65,1478.33 1506.57,1477.74 1507.48,1477.14 \n 1508.38,1476.54 1509.28,1475.93 1510.18,1475.32 1511.08,1474.7 1511.97,1474.08 1512.86,1473.45 1513.74,1472.81 1514.62,1472.17 1515.5,1471.52 1516.37,1470.87 \n 1517.24,1470.21 1518.1,1469.55 1518.96,1468.87 1519.82,1468.2 1520.67,1467.52 1521.52,1466.83 1522.36,1466.14 1523.2,1465.44 1524.03,1464.74 1524.86,1464.03 \n 1525.69,1463.31 1526.51,1462.59 1527.33,1461.87 1528.14,1461.14 1528.95,1460.4 1529.76,1459.66 1530.56,1458.91 1531.35,1458.16 1532.14,1457.4 1532.93,1456.64 \n 1533.71,1455.88 1534.49,1455.1 1535.26,1454.33 1536.03,1453.54 1536.79,1452.76 1537.55,1451.96 1538.3,1451.17 1539.05,1450.36 1539.79,1449.56 1540.53,1448.74 \n 1541.27,1447.93 1541.99,1447.11 1542.72,1446.28 1543.44,1445.45 1544.15,1444.61 1544.86,1443.77 1545.56,1442.93 1546.26,1442.08 1546.95,1441.22 1547.64,1440.37 \n 1548.33,1439.5 1549,1438.64 1549.68,1437.76 1550.34,1436.89 1551,1436.01 1551.66,1435.12 1552.31,1434.23 1552.96,1433.34 1553.6,1432.44 1554.23,1431.54 \n 1554.86,1430.63 1555.49,1429.72 1556.11,1428.81 1556.72,1427.89 1557.33,1426.97 1557.93,1426.04 1558.52,1425.11 1559.11,1424.18 1559.7,1423.24 1560.28,1422.3 \n 1560.85,1421.35 1561.42,1420.4 1561.98,1419.45 1562.54,1418.49 1563.09,1417.53 1563.63,1416.57 1564.17,1415.6 1564.7,1414.63 1565.23,1413.66 1565.75,1412.68 \n 1566.27,1411.7 1566.78,1410.72 1567.28,1409.73 1567.78,1408.74 1568.27,1407.74 1568.75,1406.75 1569.23,1405.74 1569.71,1404.74 1570.17,1403.73 1570.63,1402.72 \n 1571.09,1401.71 1571.54,1400.7 1571.98,1399.68 1572.42,1398.66 1572.85,1397.63 1573.27,1396.6 1573.69,1395.57 1574.1,1394.54 1574.51,1393.51 1574.9,1392.47 \n 1575.3,1391.43 1575.68,1390.38 1576.06,1389.34 1576.44,1388.29 1576.81,1387.24 1577.17,1386.19 1577.52,1385.13 1577.87,1384.08 1578.21,1383.02 1578.55,1381.95 \n 1578.88,1380.89 1579.2,1379.82 1579.52,1378.75 1579.83,1377.68 1580.13,1376.61 1580.43,1375.54 1580.72,1374.46 1581,1373.38 1581.28,1372.3 1581.55,1371.22 \n 1581.81,1370.14 1582.07,1369.05 1582.32,1367.97 1582.57,1366.88 1582.8,1365.79 1583.03,1364.69 1583.26,1363.6 1583.48,1362.51 1583.69,1361.41 1583.89,1360.31 \n 1584.09,1359.21 1584.28,1358.11 1584.47,1357.01 1584.65,1355.91 1584.82,1354.81 1584.98,1353.7 1585.14,1352.6 1585.29,1351.49 1585.44,1350.38 1585.58,1349.27 \n 1585.71,1348.16 1585.83,1347.05 1585.95,1345.94 1586.06,1344.83 1586.17,1343.72 1586.26,1342.61 1586.36,1341.49 1586.44,1340.38 1586.52,1339.26 1586.59,1338.15 \n 1586.65,1337.03 1586.71,1335.91 1586.76,1334.8 1586.8,1333.68 1586.84,1332.56 1586.87,1331.45 1586.9,1330.33 1586.91,1329.21 1586.92,1328.09 1586.93,1326.98 \n \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 937.687,1042.59 937.683,1041.25 937.671,1039.91 937.65,1038.57 937.622,1037.23 937.586,1035.88 937.541,1034.54 937.488,1033.2 937.427,1031.86 937.359,1030.52 \n 937.282,1029.18 937.196,1027.85 937.103,1026.51 937.002,1025.17 936.893,1023.83 936.775,1022.5 936.65,1021.16 936.516,1019.83 936.374,1018.5 936.225,1017.16 \n 936.067,1015.83 935.901,1014.5 935.727,1013.17 935.546,1011.84 935.356,1010.52 935.158,1009.19 934.952,1007.87 934.738,1006.54 934.516,1005.22 934.286,1003.9 \n 934.048,1002.58 933.802,1001.27 933.549,999.953 933.287,998.639 933.017,997.327 932.739,996.017 932.454,994.709 932.161,993.403 931.859,992.099 931.55,990.796 \n 931.233,989.496 930.908,988.198 930.575,986.902 930.235,985.608 929.886,984.316 929.53,983.027 929.166,981.74 928.794,980.456 928.415,979.174 928.027,977.894 \n 927.632,976.617 927.23,975.343 926.819,974.071 926.401,972.802 925.976,971.536 925.542,970.272 925.101,969.012 924.652,967.754 924.196,966.499 923.732,965.248 \n 923.261,963.999 922.782,962.754 922.296,961.511 921.802,960.272 921.3,959.036 920.791,957.804 920.275,956.574 919.751,955.349 919.22,954.126 918.682,952.907 \n 918.136,951.692 917.583,950.48 917.022,949.272 916.454,948.068 915.879,946.867 915.297,945.67 914.707,944.477 914.111,943.288 913.507,942.103 912.895,940.921 \n 912.277,939.744 911.652,938.571 911.02,937.402 910.38,936.237 909.734,935.076 909.08,933.92 908.42,932.768 907.752,931.62 907.078,930.477 906.397,929.338 \n 905.708,928.203 905.013,927.073 904.312,925.948 903.603,924.827 902.888,923.711 902.166,922.599 901.437,921.493 900.701,920.391 899.959,919.294 899.211,918.202 \n 898.455,917.114 897.693,916.032 896.925,914.955 896.15,913.883 895.369,912.815 894.581,911.753 893.787,910.697 892.986,909.645 892.179,908.599 891.366,907.558 \n 890.546,906.522 889.721,905.491 888.889,904.467 888.051,903.447 887.206,902.433 886.356,901.425 885.499,900.422 884.637,899.425 883.768,898.433 882.894,897.447 \n 882.013,896.467 881.127,895.493 880.235,894.525 879.337,893.562 878.433,892.605 877.523,891.654 876.608,890.71 875.687,889.771 874.76,888.838 873.828,887.911 \n 872.89,886.991 871.946,886.076 870.997,885.168 870.043,884.266 869.083,883.37 868.117,882.481 867.147,881.598 866.171,880.721 865.19,879.851 864.203,878.987 \n 863.211,878.129 862.215,877.279 861.213,876.434 860.205,875.596 859.193,874.765 858.176,873.941 857.154,873.123 856.127,872.311 855.095,871.507 854.058,870.709 \n 853.017,869.918 851.971,869.134 850.92,868.357 849.864,867.587 848.804,866.824 847.739,866.067 846.669,865.318 845.595,864.575 844.517,863.84 843.434,863.112 \n 842.347,862.39 841.255,861.676 840.159,860.969 839.059,860.27 837.954,859.577 836.846,858.892 835.733,858.214 834.617,857.543 833.496,856.88 832.371,856.223 \n 831.242,855.575 830.11,854.933 828.973,854.3 827.833,853.673 826.689,853.054 825.541,852.443 824.39,851.839 823.235,851.242 822.076,850.654 820.914,850.072 \n 819.748,849.499 818.579,848.933 817.407,848.375 816.231,847.824 815.052,847.281 813.869,846.746 812.684,846.218 811.495,845.699 810.303,845.187 809.108,844.683 \n 807.91,844.186 806.709,843.698 805.505,843.217 804.298,842.745 803.089,842.28 801.876,841.823 800.661,841.374 799.443,840.933 798.223,840.5 797,840.075 \n 795.774,839.659 794.546,839.25 793.316,838.849 792.083,838.456 790.847,838.071 789.61,837.695 788.37,837.326 787.128,836.966 785.883,836.613 784.637,836.269 \n 783.389,835.933 782.138,835.605 780.886,835.286 779.632,834.974 778.376,834.671 777.118,834.376 775.858,834.089 774.597,833.811 773.334,833.541 772.069,833.279 \n 770.803,833.025 769.535,832.78 768.266,832.543 766.995,832.314 765.723,832.093 764.45,831.881 763.176,831.677 761.9,831.482 760.623,831.295 759.345,831.116 \n 758.066,830.946 756.786,830.784 755.505,830.63 754.223,830.485 752.94,830.348 751.657,830.219 750.372,830.099 749.087,829.988 747.802,829.884 746.515,829.789 \n 745.229,829.703 743.941,829.625 742.654,829.556 741.365,829.494 740.077,829.442 738.788,829.397 737.499,829.361 736.21,829.334 734.921,829.315 733.631,829.305 \n 732.342,829.302 731.052,829.309 729.763,829.324 728.473,829.347 727.184,829.378 725.895,829.418 724.607,829.467 723.318,829.524 722.03,829.589 720.743,829.663 \n 719.456,829.745 718.169,829.836 716.883,829.935 715.598,830.042 714.313,830.158 713.029,830.283 711.746,830.415 710.464,830.556 709.182,830.706 707.902,830.864 \n 706.622,831.03 705.344,831.204 704.066,831.387 702.79,831.579 701.515,831.778 700.241,831.986 698.968,832.202 697.697,832.427 696.427,832.66 695.159,832.901 \n 693.892,833.151 692.626,833.409 691.363,833.675 690.1,833.949 688.84,834.232 687.581,834.523 686.324,834.822 685.069,835.129 683.815,835.445 682.564,835.768 \n 681.315,836.1 680.067,836.44 678.822,836.788 677.579,837.145 676.338,837.509 675.099,837.882 673.863,838.263 672.629,838.651 671.397,839.048 670.167,839.453 \n 668.941,839.866 667.716,840.287 666.494,840.716 665.275,841.153 664.059,841.598 662.845,842.051 661.634,842.511 660.426,842.98 659.22,843.457 658.018,843.941 \n 656.818,844.434 655.622,844.934 654.428,845.442 653.238,845.957 652.051,846.481 650.867,847.012 649.686,847.551 648.509,848.098 647.334,848.653 646.164,849.215 \n 644.996,849.785 643.832,850.362 642.672,850.947 641.515,851.54 640.362,852.14 639.212,852.748 638.066,853.363 636.924,853.985 635.786,854.616 634.651,855.253 \n 633.521,855.898 632.394,856.551 631.271,857.21 630.152,857.877 629.038,858.552 627.927,859.233 626.821,859.922 625.718,860.619 624.62,861.322 623.527,862.032 \n 622.437,862.75 621.352,863.475 620.271,864.207 619.195,864.946 618.123,865.692 617.056,866.444 615.994,867.204 614.936,867.971 613.882,868.745 612.834,869.526 \n 611.79,870.313 610.75,871.107 609.716,871.908 608.687,872.716 607.662,873.531 606.643,874.352 605.628,875.18 604.618,876.014 603.614,876.855 602.614,877.703 \n 601.62,878.557 600.631,879.418 599.647,880.285 598.668,881.159 597.695,882.039 596.727,882.925 595.765,883.817 594.807,884.716 593.856,885.621 592.909,886.533 \n 591.969,887.45 591.034,888.374 590.104,889.304 589.18,890.239 588.262,891.181 587.349,892.129 586.443,893.083 585.542,894.043 584.646,895.008 583.757,895.979 \n 582.874,896.957 581.996,897.94 581.125,898.928 580.259,899.923 579.4,900.923 578.546,901.928 577.699,902.939 576.858,903.956 576.022,904.978 575.194,906.006 \n 574.371,907.039 573.555,908.077 572.744,909.121 571.941,910.17 571.143,911.224 570.352,912.284 569.568,913.348 568.79,914.418 568.018,915.493 567.253,916.573 \n 566.494,917.657 565.742,918.747 564.997,919.842 564.258,920.941 563.526,922.045 562.8,923.155 562.082,924.268 561.37,925.387 560.665,926.51 559.966,927.638 \n 559.275,928.77 558.59,929.907 557.912,931.048 557.241,932.193 556.577,933.343 555.92,934.498 555.27,935.656 554.627,936.819 553.991,937.986 553.362,939.157 \n 552.741,940.332 552.126,941.512 551.518,942.695 550.918,943.882 550.325,945.073 549.739,946.268 549.16,947.467 548.589,948.669 548.025,949.876 547.468,951.086 \n 546.918,952.299 546.376,953.516 545.841,954.737 545.314,955.961 544.794,957.189 544.281,958.419 543.776,959.654 543.278,960.891 542.788,962.132 542.305,963.376 \n 541.83,964.623 541.363,965.873 540.903,967.126 540.45,968.383 540.005,969.642 539.568,970.904 539.139,972.169 538.717,973.436 538.302,974.707 537.896,975.98 \n 537.497,977.255 537.106,978.534 536.722,979.814 536.347,981.098 535.979,982.383 535.619,983.672 535.266,984.962 534.922,986.255 534.585,987.55 534.256,988.847 \n 533.935,990.146 533.622,991.447 533.317,992.751 533.02,994.056 532.73,995.363 532.449,996.672 532.175,997.983 531.909,999.296 531.652,1000.61 531.402,1001.93 \n 531.16,1003.24 530.926,1004.56 530.7,1005.88 530.482,1007.21 530.272,1008.53 530.07,1009.85 529.876,1011.18 529.69,1012.51 529.513,1013.84 529.343,1015.17 \n 529.181,1016.5 529.027,1017.83 528.882,1019.16 528.744,1020.5 528.614,1021.83 528.493,1023.17 528.38,1024.5 528.274,1025.84 528.177,1027.18 528.088,1028.52 \n 528.007,1029.85 527.934,1031.19 527.869,1032.53 527.812,1033.87 527.764,1035.21 527.723,1036.55 527.691,1037.9 527.666,1039.24 527.65,1040.58 527.642,1041.92 \n 527.642,1043.26 527.65,1044.6 527.666,1045.94 527.691,1047.29 527.723,1048.63 527.764,1049.97 527.812,1051.31 527.869,1052.65 527.934,1053.99 528.007,1055.33 \n 528.088,1056.67 528.177,1058 528.274,1059.34 528.38,1060.68 528.493,1062.02 528.614,1063.35 528.744,1064.69 528.882,1066.02 529.027,1067.35 529.181,1068.68 \n 529.343,1070.01 529.513,1071.34 529.69,1072.67 529.876,1074 530.07,1075.33 530.272,1076.65 530.482,1077.98 530.7,1079.3 530.926,1080.62 531.16,1081.94 \n 531.402,1083.26 531.652,1084.57 531.909,1085.89 532.175,1087.2 532.449,1088.51 532.73,1089.82 533.02,1091.13 533.317,1092.43 533.622,1093.73 533.935,1095.04 \n 534.256,1096.33 534.585,1097.63 534.922,1098.93 535.266,1100.22 535.619,1101.51 535.979,1102.8 536.347,1104.08 536.722,1105.37 537.106,1106.65 537.497,1107.93 \n 537.896,1109.2 538.302,1110.47 538.717,1111.75 539.139,1113.01 539.568,1114.28 540.005,1115.54 540.45,1116.8 540.903,1118.06 541.363,1119.31 541.83,1120.56 \n 542.305,1121.81 542.788,1123.05 543.278,1124.29 543.776,1125.53 544.281,1126.76 544.794,1127.99 545.314,1129.22 545.841,1130.44 546.376,1131.67 546.918,1132.88 \n 547.468,1134.1 548.025,1135.31 548.589,1136.51 549.16,1137.71 549.739,1138.91 550.325,1140.11 550.918,1141.3 551.518,1142.49 552.126,1143.67 552.741,1144.85 \n 553.362,1146.02 553.991,1147.2 554.627,1148.36 555.27,1149.53 555.92,1150.68 556.577,1151.84 557.241,1152.99 557.912,1154.13 558.59,1155.27 559.275,1156.41 \n 559.966,1157.54 560.665,1158.67 561.37,1159.79 562.082,1160.91 562.8,1162.03 563.526,1163.14 564.258,1164.24 564.997,1165.34 565.742,1166.43 566.494,1167.52 \n 567.253,1168.61 568.018,1169.69 568.79,1170.76 569.568,1171.83 570.352,1172.9 571.143,1173.96 571.941,1175.01 572.744,1176.06 573.555,1177.1 574.371,1178.14 \n 575.194,1179.18 576.022,1180.2 576.858,1181.23 577.699,1182.24 578.546,1183.25 579.4,1184.26 580.259,1185.26 581.125,1186.25 581.996,1187.24 582.874,1188.22 \n 583.757,1189.2 584.646,1190.17 585.542,1191.14 586.443,1192.1 587.349,1193.05 588.262,1194 589.18,1194.94 590.104,1195.88 591.034,1196.81 591.969,1197.73 \n 592.909,1198.65 593.856,1199.56 594.807,1200.47 595.765,1201.36 596.727,1202.26 597.695,1203.14 598.668,1204.02 599.647,1204.9 600.631,1205.76 601.62,1206.62 \n 602.614,1207.48 603.614,1208.33 604.618,1209.17 605.628,1210 606.643,1210.83 607.662,1211.65 608.687,1212.47 609.716,1213.27 610.75,1214.07 611.79,1214.87 \n 612.834,1215.66 613.882,1216.44 614.936,1217.21 615.994,1217.98 617.056,1218.74 618.123,1219.49 619.195,1220.24 620.271,1220.97 621.352,1221.71 622.437,1222.43 \n 623.527,1223.15 624.62,1223.86 625.718,1224.56 626.821,1225.26 627.927,1225.95 629.038,1226.63 630.152,1227.3 631.271,1227.97 632.394,1228.63 633.521,1229.28 \n 634.651,1229.93 635.786,1230.57 636.924,1231.2 638.066,1231.82 639.212,1232.43 640.362,1233.04 641.515,1233.64 642.672,1234.23 643.832,1234.82 644.996,1235.4 \n 646.164,1235.97 647.334,1236.53 648.509,1237.08 649.686,1237.63 650.867,1238.17 652.051,1238.7 653.238,1239.22 654.428,1239.74 655.622,1240.25 656.818,1240.75 \n 658.018,1241.24 659.22,1241.72 660.426,1242.2 661.634,1242.67 662.845,1243.13 664.059,1243.58 665.275,1244.03 666.494,1244.47 667.716,1244.89 668.941,1245.32 \n 670.167,1245.73 671.397,1246.13 672.629,1246.53 673.863,1246.92 675.099,1247.3 676.338,1247.67 677.579,1248.04 678.822,1248.39 680.067,1248.74 681.315,1249.08 \n 682.564,1249.41 683.815,1249.74 685.069,1250.05 686.324,1250.36 687.581,1250.66 688.84,1250.95 690.1,1251.23 691.363,1251.51 692.626,1251.77 693.892,1252.03 \n 695.159,1252.28 696.427,1252.52 697.697,1252.75 698.968,1252.98 700.241,1253.2 701.515,1253.4 702.79,1253.6 704.066,1253.79 705.344,1253.98 706.622,1254.15 \n 707.902,1254.32 709.182,1254.48 710.464,1254.63 711.746,1254.77 713.029,1254.9 714.313,1255.02 715.598,1255.14 716.883,1255.25 718.169,1255.35 719.456,1255.44 \n 720.743,1255.52 722.03,1255.59 723.318,1255.66 724.607,1255.71 725.895,1255.76 727.184,1255.8 728.473,1255.83 729.763,1255.86 731.052,1255.87 732.342,1255.88 \n 733.631,1255.88 734.921,1255.87 736.21,1255.85 737.499,1255.82 738.788,1255.78 740.077,1255.74 741.365,1255.69 742.654,1255.63 743.941,1255.56 745.229,1255.48 \n 746.515,1255.39 747.802,1255.3 749.087,1255.19 750.372,1255.08 751.657,1254.96 752.94,1254.83 754.223,1254.7 755.505,1254.55 756.786,1254.4 758.066,1254.24 \n 759.345,1254.07 760.623,1253.89 761.9,1253.7 763.176,1253.5 764.45,1253.3 765.723,1253.09 766.995,1252.87 768.266,1252.64 769.535,1252.4 770.803,1252.16 \n 772.069,1251.9 773.334,1251.64 774.597,1251.37 775.858,1251.09 777.118,1250.81 778.376,1250.51 779.632,1250.21 780.886,1249.9 782.138,1249.58 783.389,1249.25 \n 784.637,1248.91 785.883,1248.57 787.128,1248.22 788.37,1247.86 789.61,1247.49 790.847,1247.11 792.083,1246.73 793.316,1246.33 794.546,1245.93 795.774,1245.52 \n 797,1245.11 798.223,1244.68 799.443,1244.25 800.661,1243.81 801.876,1243.36 803.089,1242.9 804.298,1242.44 805.505,1241.96 806.709,1241.48 807.91,1241 \n 809.108,1240.5 810.303,1239.99 811.495,1239.48 812.684,1238.96 813.869,1238.44 815.052,1237.9 816.231,1237.36 817.407,1236.81 818.579,1236.25 819.748,1235.68 \n 820.914,1235.11 822.076,1234.53 823.235,1233.94 824.39,1233.34 825.541,1232.74 826.689,1232.13 827.833,1231.51 828.973,1230.88 830.11,1230.25 831.242,1229.61 \n 832.371,1228.96 833.496,1228.3 834.617,1227.64 835.733,1226.97 836.846,1226.29 837.954,1225.6 839.059,1224.91 840.159,1224.21 841.255,1223.51 842.347,1222.79 \n 843.434,1222.07 844.517,1221.34 845.595,1220.61 846.669,1219.86 847.739,1219.11 848.804,1218.36 849.864,1217.59 850.92,1216.82 851.971,1216.05 853.017,1215.26 \n 854.058,1214.47 855.095,1213.67 856.127,1212.87 857.154,1212.06 858.176,1211.24 859.193,1210.42 860.205,1209.59 861.213,1208.75 862.215,1207.9 863.211,1207.05 \n 864.203,1206.19 865.19,1205.33 866.171,1204.46 867.147,1203.58 868.117,1202.7 869.083,1201.81 870.043,1200.92 870.997,1200.01 871.946,1199.11 872.89,1198.19 \n 873.828,1197.27 874.76,1196.34 875.687,1195.41 876.608,1194.47 877.523,1193.53 878.433,1192.58 879.337,1191.62 880.235,1190.66 881.127,1189.69 882.013,1188.71 \n 882.894,1187.73 883.768,1186.75 884.637,1185.76 885.499,1184.76 886.356,1183.76 887.206,1182.75 888.051,1181.73 888.889,1180.71 889.721,1179.69 890.546,1178.66 \n 891.366,1177.62 892.179,1176.58 892.986,1175.54 893.787,1174.48 894.581,1173.43 895.369,1172.37 896.15,1171.3 896.925,1170.23 897.693,1169.15 898.455,1168.07 \n 899.211,1166.98 899.959,1165.89 900.701,1164.79 901.437,1163.69 902.166,1162.58 902.888,1161.47 903.603,1160.35 904.312,1159.23 905.013,1158.11 905.708,1156.98 \n 906.397,1155.84 907.078,1154.7 907.752,1153.56 908.42,1152.41 909.08,1151.26 909.734,1150.11 910.38,1148.94 911.02,1147.78 911.652,1146.61 912.277,1145.44 \n 912.895,1144.26 913.507,1143.08 914.111,1141.89 914.707,1140.7 915.297,1139.51 915.879,1138.31 916.454,1137.11 917.022,1135.91 917.583,1134.7 918.136,1133.49 \n 918.682,1132.27 919.22,1131.06 919.751,1129.83 920.275,1128.61 920.791,1127.38 921.3,1126.15 921.802,1124.91 922.296,1123.67 922.782,1122.43 923.261,1121.18 \n 923.732,1119.93 924.196,1118.68 924.652,1117.43 925.101,1116.17 925.542,1114.91 925.976,1113.65 926.401,1112.38 926.819,1111.11 927.23,1109.84 927.632,1108.56 \n 928.027,1107.29 928.415,1106.01 928.794,1104.73 929.166,1103.44 929.53,1102.15 929.886,1100.87 930.235,1099.57 930.575,1098.28 930.908,1096.98 931.233,1095.69 \n 931.55,1094.39 931.859,1093.08 932.161,1091.78 932.454,1090.47 932.739,1089.16 933.017,1087.85 933.287,1086.54 933.549,1085.23 933.802,1083.91 934.048,1082.6 \n 934.286,1081.28 934.516,1079.96 934.738,1078.64 934.952,1077.31 935.158,1075.99 935.356,1074.66 935.546,1073.34 935.727,1072.01 935.901,1070.68 936.067,1069.35 \n 936.225,1068.02 936.374,1066.69 936.516,1065.35 936.65,1064.02 936.775,1062.68 936.893,1061.35 937.002,1060.01 937.103,1058.67 937.196,1057.34 937.282,1056 \n 937.359,1054.66 937.427,1053.32 937.488,1051.98 937.541,1050.64 937.586,1049.3 937.622,1047.96 937.65,1046.61 937.671,1045.27 937.683,1043.93 937.687,1042.59 \n \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1245.22,331.629 1245.22,330.064 1245.2,328.499 1245.18,326.934 1245.15,325.369 1245.1,323.805 1245.05,322.241 1244.99,320.677 1244.92,319.114 1244.84,317.551 \n 1244.75,315.989 1244.65,314.427 1244.54,312.866 1244.42,311.306 1244.29,309.746 1244.16,308.188 1244.01,306.63 1243.86,305.074 1243.69,303.518 1243.52,301.964 \n 1243.33,300.41 1243.14,298.858 1242.94,297.307 1242.72,295.758 1242.5,294.21 1242.27,292.664 1242.03,291.119 1241.78,289.575 1241.52,288.034 1241.25,286.494 \n 1240.98,284.955 1240.69,283.419 1240.39,281.885 1240.09,280.352 1239.77,278.822 1239.45,277.293 1239.12,275.767 1238.77,274.243 1238.42,272.721 1238.06,271.202 \n 1237.69,269.685 1237.31,268.171 1236.92,266.658 1236.53,265.149 1236.12,263.642 1235.71,262.138 1235.28,260.637 1234.85,259.138 1234.4,257.642 1233.95,256.149 \n 1233.49,254.66 1233.02,253.173 1232.54,251.689 1232.05,250.209 1231.56,248.731 1231.05,247.257 1230.54,245.787 1230.01,244.32 1229.48,242.856 1228.94,241.395 \n 1228.39,239.939 1227.83,238.486 1227.26,237.036 1226.69,235.59 1226.1,234.149 1225.51,232.711 1224.91,231.276 1224.3,229.846 1223.68,228.42 1223.05,226.998 \n 1222.41,225.58 1221.77,224.167 1221.11,222.757 1220.45,221.352 1219.78,219.951 1219.1,218.555 1218.41,217.163 1217.72,215.776 1217.01,214.393 1216.3,213.015 \n 1215.58,211.641 1214.85,210.272 1214.11,208.909 1213.36,207.55 1212.61,206.195 1211.85,204.846 1211.08,203.502 1210.3,202.163 1209.51,200.829 1208.72,199.5 \n 1207.91,198.177 1207.1,196.858 1206.28,195.545 1205.46,194.238 1204.62,192.936 1203.78,191.639 1202.93,190.348 1202.07,189.062 1201.21,187.782 1200.33,186.508 \n 1199.45,185.24 1198.56,183.977 1197.67,182.72 1196.76,181.469 1195.85,180.224 1194.93,178.985 1194,177.752 1193.07,176.525 1192.13,175.305 1191.18,174.09 \n 1190.22,172.882 1189.26,171.68 1188.29,170.484 1187.31,169.295 1186.33,168.112 1185.34,166.935 1184.34,165.765 1183.33,164.602 1182.32,163.445 1181.3,162.295 \n 1180.27,161.152 1179.23,160.015 1178.19,158.885 1177.15,157.762 1176.09,156.646 1175.03,155.536 1173.96,154.434 1172.89,153.339 1171.81,152.251 1170.72,151.17 \n 1169.62,150.096 1168.52,149.029 1167.42,147.969 1166.3,146.917 1165.18,145.872 1164.06,144.834 1162.92,143.804 1161.79,142.781 1160.64,141.766 1159.49,140.758 \n 1158.33,139.757 1157.17,138.765 1156,137.779 1154.83,136.802 1153.65,135.832 1152.46,134.87 1151.27,133.916 1150.07,132.97 1148.86,132.031 1147.65,131.101 \n 1146.44,130.178 1145.22,129.263 1143.99,128.356 1142.76,127.458 1141.52,126.567 1140.28,125.685 1139.03,124.81 1137.78,123.944 1136.52,123.086 1135.26,122.236 \n 1133.99,121.395 1132.72,120.562 1131.44,119.737 1130.16,118.921 1128.87,118.113 1127.57,117.313 1126.28,116.522 1124.97,115.74 1123.67,114.966 1122.35,114.2 \n 1121.04,113.444 1119.71,112.695 1118.39,111.956 1117.06,111.225 1115.72,110.503 1114.38,109.79 1113.04,109.085 1111.69,108.389 1110.34,107.702 1108.99,107.024 \n 1107.63,106.355 1106.26,105.695 1104.89,105.043 1103.52,104.401 1102.15,103.767 1100.77,103.143 1099.38,102.528 1098,101.921 1096.61,101.324 1095.21,100.736 \n 1093.82,100.157 1092.41,99.5873 1091.01,99.0266 1089.6,98.4752 1088.19,97.933 1086.78,97.4 1085.36,96.8763 1083.94,96.3619 1082.51,95.8568 1081.09,95.361 \n 1079.66,94.8746 1078.22,94.3975 1076.79,93.9298 1075.35,93.4715 1073.91,93.0227 1072.46,92.5833 1071.02,92.1533 1069.57,91.7328 1068.12,91.3218 1066.66,90.9203 \n 1065.21,90.5283 1063.75,90.1459 1062.29,89.773 1060.82,89.4097 1059.36,89.0559 1057.89,88.7118 1056.42,88.3773 1054.95,88.0524 1053.48,87.7371 1052,87.4315 \n 1050.52,87.1355 1049.04,86.8492 1047.56,86.5726 1046.08,86.3057 1044.6,86.0484 1043.11,85.8009 1041.62,85.5632 1040.14,85.3351 1038.65,85.1168 1037.16,84.9083 \n 1035.66,84.7095 1034.17,84.5205 1032.68,84.3412 1031.18,84.1718 1029.68,84.0121 1028.19,83.8622 1026.69,83.7221 1025.19,83.5918 1023.69,83.4714 1022.19,83.3607 \n 1020.69,83.2599 1019.18,83.1689 1017.68,83.0877 1016.18,83.0164 1014.68,82.9549 1013.17,82.9032 1011.67,82.8614 1010.16,82.8294 1008.66,82.8073 1007.16,82.795 \n 1005.65,82.7925 1004.15,82.7999 1002.64,82.8171 1001.14,82.8442 999.635,82.8811 998.131,82.9278 996.628,82.9844 995.125,83.0508 993.622,83.1271 992.12,83.2132 \n 990.619,83.3091 989.118,83.4148 987.617,83.5304 986.118,83.6558 984.619,83.7909 983.121,83.9359 981.624,84.0907 980.128,84.2553 978.633,84.4296 977.139,84.6138 \n 975.646,84.8077 974.155,85.0113 972.664,85.2248 971.175,85.4479 969.687,85.6808 968.201,85.9235 966.717,86.1758 965.233,86.4379 963.752,86.7097 962.272,86.9911 \n 960.794,87.2823 959.318,87.5831 957.843,87.8935 956.37,88.2136 954.9,88.5433 953.431,88.8827 951.965,89.2316 950.5,89.5901 949.038,89.9582 947.578,90.3359 \n 946.12,90.7231 944.665,91.1199 943.212,91.5261 941.762,91.9419 940.314,92.3671 938.869,92.8018 937.426,93.2459 935.987,93.6995 934.55,94.1625 933.115,94.6349 \n 931.684,95.1166 930.256,95.6077 928.83,96.1082 927.408,96.618 925.989,97.137 924.572,97.6653 923.16,98.2029 921.75,98.7498 920.344,99.3058 918.941,99.871 \n 917.542,100.445 916.146,101.029 914.753,101.622 913.364,102.223 911.979,102.834 910.598,103.454 909.22,104.083 907.847,104.721 906.477,105.368 905.111,106.024 \n 903.749,106.688 902.391,107.362 901.037,108.045 899.688,108.736 898.342,109.436 897.001,110.145 895.664,110.863 894.332,111.589 893.004,112.325 891.68,113.068 \n 890.361,113.821 889.046,114.582 887.736,115.352 886.431,116.13 885.131,116.917 883.835,117.712 882.544,118.516 881.258,119.328 879.977,120.149 878.701,120.977 \n 877.43,121.815 876.164,122.66 874.903,123.514 873.648,124.376 872.397,125.246 871.152,126.125 869.913,127.011 868.678,127.906 867.449,128.809 866.226,129.72 \n 865.008,130.638 863.796,131.565 862.589,132.499 861.388,133.442 860.192,134.392 859.003,135.35 857.819,136.316 856.641,137.29 855.469,138.271 854.303,139.26 \n 853.143,140.257 851.989,141.261 850.842,142.272 849.7,143.291 848.564,144.318 847.435,145.352 846.312,146.393 845.195,147.442 844.085,148.498 842.981,149.561 \n 841.883,150.632 840.792,151.709 839.708,152.794 838.63,153.886 837.559,154.984 836.494,156.09 835.436,157.203 834.385,158.323 833.341,159.449 832.303,160.582 \n 831.273,161.722 830.249,162.869 829.232,164.023 828.222,165.183 827.219,166.349 826.224,167.523 825.235,168.702 824.254,169.889 823.28,171.081 822.313,172.28 \n 821.353,173.485 820.4,174.697 819.455,175.914 818.518,177.138 817.587,178.368 816.664,179.604 815.749,180.846 814.841,182.094 813.941,183.348 813.048,184.608 \n 812.163,185.873 811.286,187.145 810.416,188.422 809.554,189.704 808.7,190.993 807.854,192.287 807.015,193.586 806.185,194.891 805.362,196.201 804.547,197.517 \n 803.74,198.838 802.942,200.164 802.151,201.495 801.368,202.832 800.593,204.173 799.827,205.52 799.069,206.872 798.318,208.228 797.577,209.59 796.843,210.956 \n 796.117,212.327 795.4,213.703 794.692,215.084 793.991,216.469 793.299,217.858 792.615,219.252 791.94,220.651 791.274,222.054 790.615,223.461 789.966,224.873 \n 789.325,226.289 788.692,227.709 788.068,229.133 787.453,230.561 786.846,231.993 786.248,233.429 785.659,234.869 785.078,236.313 784.506,237.76 783.943,239.212 \n 783.389,240.667 782.843,242.125 782.306,243.587 781.779,245.053 781.26,246.522 780.75,247.994 780.248,249.47 779.756,250.949 779.273,252.431 778.798,253.916 \n 778.333,255.404 777.877,256.896 777.43,258.39 776.991,259.887 776.562,261.387 776.142,262.89 775.731,264.395 775.329,265.903 774.936,267.414 774.553,268.927 \n 774.178,270.443 773.813,271.961 773.457,273.482 773.11,275.005 772.772,276.53 772.443,278.057 772.124,279.587 771.814,281.118 771.513,282.652 771.222,284.187 \n 770.94,285.724 770.667,287.263 770.403,288.804 770.149,290.347 769.904,291.891 769.669,293.437 769.442,294.984 769.226,296.533 769.018,298.083 768.82,299.634 \n 768.631,301.187 768.452,302.741 768.282,304.296 768.121,305.852 767.97,307.409 767.828,308.967 767.696,310.526 767.573,312.086 767.46,313.646 767.356,315.208 \n 767.261,316.77 767.176,318.332 767.101,319.895 767.034,321.459 766.978,323.023 766.93,324.587 766.892,326.152 766.864,327.716 766.845,329.281 766.836,330.846 \n 766.836,332.411 766.845,333.976 766.864,335.541 766.892,337.106 766.93,338.671 766.978,340.235 767.034,341.799 767.101,343.362 767.176,344.925 767.261,346.488 \n 767.356,348.05 767.46,349.611 767.573,351.172 767.696,352.732 767.828,354.291 767.97,355.849 768.121,357.406 768.282,358.962 768.452,360.517 768.631,362.071 \n 768.82,363.624 769.018,365.175 769.226,366.725 769.442,368.274 769.669,369.821 769.904,371.367 770.149,372.911 770.403,374.454 770.667,375.994 770.94,377.533 \n 771.222,379.071 771.513,380.606 771.814,382.14 772.124,383.671 772.443,385.2 772.772,386.728 773.11,388.253 773.457,389.776 773.813,391.296 774.178,392.814 \n 774.553,394.33 774.936,395.844 775.329,397.354 775.731,398.862 776.142,400.368 776.562,401.871 776.991,403.371 777.43,404.868 777.877,406.362 778.333,407.853 \n 778.798,409.342 779.273,410.827 779.756,412.309 780.248,413.788 780.75,415.264 781.26,416.736 781.779,418.205 782.306,419.671 782.843,421.133 783.389,422.591 \n 783.943,424.046 784.506,425.497 785.078,426.945 785.659,428.389 786.248,429.829 786.846,431.265 787.453,432.697 788.068,434.125 788.692,435.549 789.325,436.969 \n 789.966,438.385 790.615,439.796 791.274,441.204 791.94,442.607 792.615,444.005 793.299,445.399 793.991,446.789 794.692,448.174 795.4,449.555 796.117,450.93 \n 796.843,452.301 797.577,453.668 798.318,455.029 799.069,456.386 799.827,457.738 800.593,459.084 801.368,460.426 802.151,461.762 802.942,463.094 803.74,464.42 \n 804.547,465.741 805.362,467.057 806.185,468.367 807.015,469.672 807.854,470.971 808.7,472.265 809.554,473.553 810.416,474.836 811.286,476.113 812.163,477.384 \n 813.048,478.65 813.941,479.91 814.841,481.164 815.749,482.412 816.664,483.654 817.587,484.89 818.518,486.12 819.455,487.343 820.4,488.561 821.353,489.773 \n 822.313,490.978 823.28,492.177 824.254,493.369 825.235,494.555 826.224,495.735 827.219,496.908 828.222,498.075 829.232,499.235 830.249,500.388 831.273,501.535 \n 832.303,502.675 833.341,503.809 834.385,504.935 835.436,506.055 836.494,507.167 837.559,508.273 838.63,509.372 839.708,510.464 840.792,511.549 841.883,512.626 \n 842.981,513.696 844.085,514.76 845.195,515.816 846.312,516.864 847.435,517.906 848.564,518.94 849.7,519.966 850.842,520.985 851.989,521.997 853.143,523.001 \n 854.303,523.998 855.469,524.987 856.641,525.968 857.819,526.942 859.003,527.907 860.192,528.865 861.388,529.816 862.589,530.758 863.796,531.693 865.008,532.619 \n 866.226,533.538 867.449,534.449 868.678,535.352 869.913,536.246 871.152,537.133 872.397,538.011 873.648,538.882 874.903,539.744 876.164,540.597 877.43,541.443 \n 878.701,542.28 879.977,543.109 881.258,543.93 882.544,544.742 883.835,545.546 885.131,546.341 886.431,547.128 887.736,547.906 889.046,548.676 890.361,549.437 \n 891.68,550.189 893.004,550.933 894.332,551.668 895.664,552.395 897.001,553.113 898.342,553.822 899.688,554.522 901.037,555.213 902.391,555.896 903.749,556.569 \n 905.111,557.234 906.477,557.89 907.847,558.537 909.22,559.175 910.598,559.804 911.979,560.423 913.364,561.034 914.753,561.636 916.146,562.229 917.542,562.812 \n 918.941,563.387 920.344,563.952 921.75,564.508 923.16,565.055 924.572,565.592 925.989,566.121 927.408,566.64 928.83,567.15 930.256,567.65 931.684,568.141 \n 933.115,568.623 934.55,569.095 935.987,569.558 937.426,570.012 938.869,570.456 940.314,570.891 941.762,571.316 943.212,571.732 944.665,572.138 946.12,572.535 \n 947.578,572.922 949.038,573.299 950.5,573.668 951.965,574.026 953.431,574.375 954.9,574.714 956.37,575.044 957.843,575.364 959.318,575.675 960.794,575.975 \n 962.272,576.267 963.752,576.548 965.233,576.82 966.717,577.082 968.201,577.334 969.687,577.577 971.175,577.81 972.664,578.033 974.155,578.246 975.646,578.45 \n 977.139,578.644 978.633,578.828 980.128,579.002 981.624,579.167 983.121,579.322 984.619,579.467 986.118,579.602 987.617,579.727 989.118,579.843 990.619,579.949 \n 992.12,580.045 993.622,580.131 995.125,580.207 996.628,580.273 998.131,580.33 999.635,580.377 1001.14,580.414 1002.64,580.441 1004.15,580.458 1005.65,580.465 \n 1007.16,580.463 1008.66,580.45 1010.16,580.428 1011.67,580.396 1013.17,580.354 1014.68,580.303 1016.18,580.241 1017.68,580.17 1019.18,580.089 1020.69,579.998 \n 1022.19,579.897 1023.69,579.786 1025.19,579.666 1026.69,579.536 1028.19,579.396 1029.68,579.246 1031.18,579.086 1032.68,578.916 1034.17,578.737 1035.66,578.548 \n 1037.16,578.349 1038.65,578.141 1040.14,577.923 1041.62,577.695 1043.11,577.457 1044.6,577.209 1046.08,576.952 1047.56,576.685 1049.04,576.409 1050.52,576.122 \n 1052,575.826 1053.48,575.521 1054.95,575.205 1056.42,574.88 1057.89,574.546 1059.36,574.202 1060.82,573.848 1062.29,573.485 1063.75,573.112 1065.21,572.729 \n 1066.66,572.337 1068.12,571.936 1069.57,571.525 1071.02,571.104 1072.46,570.674 1073.91,570.235 1075.35,569.786 1076.79,569.328 1078.22,568.86 1079.66,568.383 \n 1081.09,567.897 1082.51,567.401 1083.94,566.896 1085.36,566.381 1086.78,565.858 1088.19,565.325 1089.6,564.783 1091.01,564.231 1092.41,563.67 1093.82,563.101 \n 1095.21,562.522 1096.61,561.934 1098,561.336 1099.38,560.73 1100.77,560.115 1102.15,559.49 1103.52,558.857 1104.89,558.214 1106.26,557.563 1107.63,556.903 \n 1108.99,556.234 1110.34,555.555 1111.69,554.869 1113.04,554.173 1114.38,553.468 1115.72,552.755 1117.06,552.033 1118.39,551.302 1119.71,550.562 1121.04,549.814 \n 1122.35,549.057 1123.67,548.292 1124.97,547.518 1126.28,546.735 1127.57,545.944 1128.87,545.145 1130.16,544.337 1131.44,543.521 1132.72,542.696 1133.99,541.863 \n 1135.26,541.021 1136.52,540.172 1137.78,539.314 1139.03,538.447 1140.28,537.573 1141.52,536.691 1142.76,535.8 1143.99,534.901 1145.22,533.995 1146.44,533.08 \n 1147.65,532.157 1148.86,531.227 1150.07,530.288 1151.27,529.342 1152.46,528.387 1153.65,527.425 1154.83,526.456 1156,525.478 1157.17,524.493 1158.33,523.5 \n 1159.49,522.5 1160.64,521.492 1161.79,520.477 1162.92,519.454 1164.06,518.424 1165.18,517.386 1166.3,516.341 1167.42,515.289 1168.52,514.229 1169.62,513.162 \n 1170.72,512.088 1171.81,511.007 1172.89,509.919 1173.96,508.824 1175.03,507.721 1176.09,506.612 1177.15,505.496 1178.19,504.373 1179.23,503.243 1180.27,502.106 \n 1181.3,500.963 1182.32,499.813 1183.33,498.656 1184.34,497.492 1185.34,496.322 1186.33,495.146 1187.31,493.963 1188.29,492.774 1189.26,491.578 1190.22,490.376 \n 1191.18,489.168 1192.13,487.953 1193.07,486.732 1194,485.505 1194.93,484.272 1195.85,483.033 1196.76,481.788 1197.67,480.537 1198.56,479.281 1199.45,478.018 \n 1200.33,476.749 1201.21,475.475 1202.07,474.195 1202.93,472.91 1203.78,471.619 1204.62,470.322 1205.46,469.02 1206.28,467.712 1207.1,466.399 1207.91,465.081 \n 1208.72,463.758 1209.51,462.429 1210.3,461.095 1211.08,459.756 1211.85,458.412 1212.61,457.062 1213.36,455.708 1214.11,454.349 1214.85,452.985 1215.58,451.617 \n 1216.3,450.243 1217.01,448.865 1217.72,447.482 1218.41,446.095 1219.1,444.703 1219.78,443.307 1220.45,441.906 1221.11,440.501 1221.77,439.091 1222.41,437.677 \n 1223.05,436.26 1223.68,434.838 1224.3,433.411 1224.91,431.981 1225.51,430.547 1226.1,429.109 1226.69,427.667 1227.26,426.222 1227.83,424.772 1228.39,423.319 \n 1228.94,421.862 1229.48,420.402 1230.01,418.938 1230.54,417.471 1231.05,416 1231.56,414.526 1232.05,413.049 1232.54,411.568 1233.02,410.085 1233.49,408.598 \n 1233.95,407.108 1234.4,405.615 1234.85,404.12 1235.28,402.621 1235.71,401.12 1236.12,399.616 1236.53,398.109 1236.92,396.599 1237.31,395.087 1237.69,393.573 \n 1238.06,392.056 1238.42,390.536 1238.77,389.015 1239.12,387.491 1239.45,385.964 1239.77,384.436 1240.09,382.906 1240.39,381.373 1240.69,379.839 1240.98,378.302 \n 1241.25,376.764 1241.52,375.224 1241.78,373.682 1242.03,372.139 1242.27,370.594 1242.5,369.048 1242.72,367.5 1242.94,365.95 1243.14,364.399 1243.33,362.847 \n 1243.52,361.294 1243.69,359.74 1243.86,358.184 1244.01,356.627 1244.16,355.07 1244.29,353.511 1244.42,351.952 1244.54,350.392 1244.65,348.831 1244.75,347.269 \n 1244.84,345.707 1244.92,344.144 1244.99,342.581 1245.05,341.017 1245.1,339.453 1245.15,337.888 1245.18,336.324 1245.2,334.759 1245.22,333.194 1245.22,331.629 \n \n \"/>\n<polyline clip-path=\"url(#clip422)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1518.59,1184.78 1518.58,1183.22 1518.57,1181.65 1518.54,1180.09 1518.51,1178.52 1518.47,1176.96 1518.42,1175.4 1518.35,1173.83 1518.28,1172.27 1518.2,1170.71 \n 1518.11,1169.14 1518.01,1167.58 1517.9,1166.02 1517.79,1164.46 1517.66,1162.9 1517.52,1161.34 1517.38,1159.78 1517.22,1158.23 1517.05,1156.67 1516.88,1155.12 \n 1516.7,1153.56 1516.5,1152.01 1516.3,1150.46 1516.09,1148.91 1515.87,1147.36 1515.63,1145.82 1515.39,1144.27 1515.14,1142.73 1514.89,1141.19 1514.62,1139.65 \n 1514.34,1138.11 1514.05,1136.57 1513.76,1135.04 1513.45,1133.51 1513.14,1131.98 1512.81,1130.45 1512.48,1128.92 1512.14,1127.4 1511.79,1125.88 1511.43,1124.36 \n 1511.06,1122.84 1510.68,1121.32 1510.29,1119.81 1509.89,1118.3 1509.48,1116.8 1509.07,1115.29 1508.64,1113.79 1508.21,1112.29 1507.77,1110.8 1507.32,1109.3 \n 1506.86,1107.81 1506.39,1106.33 1505.91,1104.84 1505.42,1103.36 1504.92,1101.89 1504.42,1100.41 1503.9,1098.94 1503.38,1097.47 1502.85,1096.01 1502.31,1094.55 \n 1501.76,1093.09 1501.2,1091.64 1500.63,1090.19 1500.05,1088.74 1499.47,1087.3 1498.87,1085.86 1498.27,1084.43 1497.66,1083 1497.04,1081.57 1496.41,1080.15 \n 1495.78,1078.73 1495.13,1077.32 1494.48,1075.91 1493.81,1074.51 1493.14,1073.11 1492.46,1071.71 1491.78,1070.32 1491.08,1068.93 1490.37,1067.55 1489.66,1066.17 \n 1488.94,1064.8 1488.21,1063.43 1487.47,1062.06 1486.73,1060.7 1485.97,1059.35 1485.21,1058 1484.44,1056.66 1483.66,1055.32 1482.87,1053.98 1482.08,1052.65 \n 1481.28,1051.33 1480.47,1050.01 1479.65,1048.7 1478.82,1047.39 1477.99,1046.09 1477.14,1044.79 1476.29,1043.5 1475.44,1042.22 1474.57,1040.94 1473.7,1039.66 \n 1472.82,1038.39 1471.93,1037.13 1471.03,1035.87 1470.13,1034.62 1469.21,1033.38 1468.29,1032.14 1467.37,1030.91 1466.43,1029.68 1465.49,1028.46 1464.54,1027.24 \n 1463.59,1026.04 1462.62,1024.83 1461.65,1023.64 1460.68,1022.45 1459.69,1021.27 1458.7,1020.09 1457.7,1018.92 1456.69,1017.76 1455.68,1016.6 1454.66,1015.45 \n 1453.63,1014.31 1452.6,1013.17 1451.56,1012.04 1450.51,1010.92 1449.46,1009.8 1448.39,1008.69 1447.33,1007.59 1446.25,1006.49 1445.17,1005.4 1444.08,1004.32 \n 1442.99,1003.25 1441.89,1002.18 1440.78,1001.12 1439.67,1000.07 1438.55,999.026 1437.42,997.988 1436.29,996.958 1435.15,995.935 1434.01,994.92 1432.85,993.912 \n 1431.7,992.912 1430.53,991.919 1429.37,990.934 1428.19,989.956 1427.01,988.987 1425.82,988.025 1424.63,987.07 1423.43,986.124 1422.23,985.185 1421.02,984.255 \n 1419.8,983.332 1418.58,982.417 1417.36,981.511 1416.13,980.612 1414.89,979.721 1413.65,978.839 1412.4,977.965 1411.14,977.098 1409.89,976.24 1408.62,975.391 \n 1407.35,974.549 1406.08,973.716 1404.8,972.891 1403.52,972.075 1402.23,971.267 1400.94,970.468 1399.64,969.677 1398.34,968.894 1397.03,968.12 1395.72,967.355 \n 1394.4,966.598 1393.08,965.85 1391.75,965.11 1390.42,964.379 1389.09,963.657 1387.75,962.944 1386.41,962.239 1385.06,961.543 1383.71,960.856 1382.35,960.178 \n 1380.99,959.509 1379.63,958.849 1378.26,958.198 1376.89,957.555 1375.51,956.922 1374.13,956.297 1372.75,955.682 1371.36,955.076 1369.97,954.478 1368.58,953.89 \n 1367.18,953.311 1365.78,952.742 1364.37,952.181 1362.97,951.629 1361.55,951.087 1360.14,950.554 1358.72,950.031 1357.3,949.516 1355.88,949.011 1354.45,948.515 \n 1353.02,948.029 1351.59,947.552 1350.15,947.084 1348.71,946.626 1347.27,946.177 1345.83,945.738 1344.38,945.308 1342.93,944.887 1341.48,944.476 1340.03,944.075 \n 1338.57,943.683 1337.11,943.3 1335.65,942.927 1334.19,942.564 1332.72,942.21 1331.25,941.866 1329.79,941.532 1328.31,941.207 1326.84,940.891 1325.36,940.586 \n 1323.89,940.29 1322.41,940.003 1320.93,939.727 1319.45,939.46 1317.96,939.203 1316.48,938.955 1314.99,938.717 1313.5,938.489 1312.01,938.271 1310.52,938.063 \n 1309.03,937.864 1307.53,937.675 1306.04,937.495 1304.54,937.326 1303.05,937.166 1301.55,937.016 1300.05,936.876 1298.55,936.746 1297.05,936.626 1295.55,936.515 \n 1294.05,936.414 1292.55,936.323 1291.05,936.242 1289.54,936.171 1288.04,936.109 1286.54,936.057 1285.03,936.016 1283.53,935.984 1282.02,935.962 1280.52,935.949 \n 1279.02,935.947 1277.51,935.954 1276.01,935.971 1274.5,935.998 1273,936.035 1271.5,936.082 1269.99,936.139 1268.49,936.205 1266.99,936.281 1265.48,936.367 \n 1263.98,936.463 1262.48,936.569 1260.98,936.685 1259.48,936.81 1257.98,936.945 1256.48,937.09 1254.99,937.245 1253.49,937.41 1252,937.584 1250.5,937.768 \n 1249.01,937.962 1247.52,938.166 1246.03,938.379 1244.54,938.602 1243.05,938.835 1241.57,939.078 1240.08,939.33 1238.6,939.592 1237.12,939.864 1235.64,940.145 \n 1234.16,940.437 1232.68,940.737 1231.21,941.048 1229.73,941.368 1228.26,941.698 1226.8,942.037 1225.33,942.386 1223.86,942.744 1222.4,943.113 1220.94,943.49 \n 1219.48,943.877 1218.03,944.274 1216.58,944.68 1215.13,945.096 1213.68,945.521 1212.23,945.956 1210.79,946.4 1209.35,946.854 1207.91,947.317 1206.48,947.789 \n 1205.05,948.271 1203.62,948.762 1202.19,949.262 1200.77,949.772 1199.35,950.291 1197.94,950.82 1196.52,951.357 1195.11,951.904 1193.71,952.46 1192.3,953.025 \n 1190.91,953.6 1189.51,954.183 1188.12,954.776 1186.73,955.378 1185.34,955.988 1183.96,956.608 1182.58,957.237 1181.21,957.875 1179.84,958.522 1178.47,959.178 \n 1177.11,959.843 1175.76,960.516 1174.4,961.199 1173.05,961.89 1171.71,962.59 1170.36,963.299 1169.03,964.017 1167.7,964.744 1166.37,965.479 1165.04,966.223 \n 1163.72,966.975 1162.41,967.736 1161.1,968.506 1159.8,969.284 1158.49,970.071 1157.2,970.866 1155.91,971.67 1154.62,972.482 1153.34,973.303 1152.07,974.132 \n 1150.79,974.969 1149.53,975.815 1148.27,976.668 1147.01,977.53 1145.76,978.401 1144.52,979.279 1143.28,980.166 1142.04,981.06 1140.81,981.963 1139.59,982.874 \n 1138.37,983.792 1137.16,984.719 1135.95,985.654 1134.75,986.596 1133.56,987.546 1132.37,988.505 1131.18,989.47 1130.01,990.444 1128.83,991.425 1127.67,992.414 \n 1126.51,993.411 1125.35,994.415 1124.21,995.427 1123.06,996.446 1121.93,997.472 1120.8,998.506 1119.68,999.548 1118.56,1000.6 1117.45,1001.65 1116.34,1002.72 \n 1115.25,1003.79 1114.16,1004.86 1113.07,1005.95 1111.99,1007.04 1110.92,1008.14 1109.86,1009.24 1108.8,1010.36 1107.75,1011.48 1106.7,1012.6 1105.67,1013.74 \n 1104.64,1014.88 1103.61,1016.02 1102.6,1017.18 1101.59,1018.34 1100.58,1019.5 1099.59,1020.68 1098.6,1021.86 1097.62,1023.04 1096.64,1024.24 1095.68,1025.43 \n 1094.72,1026.64 1093.76,1027.85 1092.82,1029.07 1091.88,1030.29 1090.95,1031.52 1090.03,1032.76 1089.11,1034 1088.21,1035.25 1087.3,1036.5 1086.41,1037.76 \n 1085.53,1039.03 1084.65,1040.3 1083.78,1041.58 1082.92,1042.86 1082.06,1044.15 1081.22,1045.44 1080.38,1046.74 1079.55,1048.05 1078.73,1049.36 1077.91,1050.67 \n 1077.1,1051.99 1076.31,1053.32 1075.51,1054.65 1074.73,1055.99 1073.96,1057.33 1073.19,1058.67 1072.43,1060.03 1071.68,1061.38 1070.94,1062.74 1070.21,1064.11 \n 1069.48,1065.48 1068.76,1066.86 1068.06,1068.24 1067.36,1069.62 1066.66,1071.01 1065.98,1072.41 1065.3,1073.81 1064.64,1075.21 1063.98,1076.62 1063.33,1078.03 \n 1062.69,1079.44 1062.06,1080.86 1061.43,1082.29 1060.82,1083.72 1060.21,1085.15 1059.61,1086.58 1059.02,1088.02 1058.44,1089.47 1057.87,1090.91 1057.31,1092.37 \n 1056.75,1093.82 1056.21,1095.28 1055.67,1096.74 1055.14,1098.21 1054.62,1099.68 1054.11,1101.15 1053.61,1102.62 1053.12,1104.1 1052.64,1105.58 1052.16,1107.07 \n 1051.7,1108.56 1051.24,1110.05 1050.79,1111.54 1050.36,1113.04 1049.93,1114.54 1049.51,1116.04 1049.09,1117.55 1048.69,1119.06 1048.3,1120.57 1047.92,1122.08 \n 1047.54,1123.6 1047.18,1125.12 1046.82,1126.64 1046.47,1128.16 1046.14,1129.68 1045.81,1131.21 1045.49,1132.74 1045.18,1134.27 1044.88,1135.81 1044.59,1137.34 \n 1044.3,1138.88 1044.03,1140.42 1043.77,1141.96 1043.51,1143.5 1043.27,1145.05 1043.03,1146.59 1042.81,1148.14 1042.59,1149.69 1042.38,1151.24 1042.18,1152.79 \n 1042,1154.34 1041.82,1155.89 1041.65,1157.45 1041.49,1159.01 1041.33,1160.56 1041.19,1162.12 1041.06,1163.68 1040.94,1165.24 1040.82,1166.8 1040.72,1168.36 \n 1040.63,1169.92 1040.54,1171.49 1040.46,1173.05 1040.4,1174.61 1040.34,1176.18 1040.29,1177.74 1040.26,1179.31 1040.23,1180.87 1040.21,1182.44 1040.2,1184 \n 1040.2,1185.57 1040.21,1187.13 1040.23,1188.7 1040.26,1190.26 1040.29,1191.82 1040.34,1193.39 1040.4,1194.95 1040.46,1196.52 1040.54,1198.08 1040.63,1199.64 \n 1040.72,1201.2 1040.82,1202.77 1040.94,1204.33 1041.06,1205.89 1041.19,1207.44 1041.33,1209 1041.49,1210.56 1041.65,1212.12 1041.82,1213.67 1042,1215.23 \n 1042.18,1216.78 1042.38,1218.33 1042.59,1219.88 1042.81,1221.43 1043.03,1222.98 1043.27,1224.52 1043.51,1226.07 1043.77,1227.61 1044.03,1229.15 1044.3,1230.69 \n 1044.59,1232.22 1044.88,1233.76 1045.18,1235.29 1045.49,1236.83 1045.81,1238.35 1046.14,1239.88 1046.47,1241.41 1046.82,1242.93 1047.18,1244.45 1047.54,1245.97 \n 1047.92,1247.48 1048.3,1249 1048.69,1250.51 1049.09,1252.02 1049.51,1253.52 1049.93,1255.03 1050.36,1256.53 1050.79,1258.02 1051.24,1259.52 1051.7,1261.01 \n 1052.16,1262.5 1052.64,1263.98 1053.12,1265.46 1053.61,1266.94 1054.11,1268.42 1054.62,1269.89 1055.14,1271.36 1055.67,1272.82 1056.21,1274.29 1056.75,1275.75 \n 1057.31,1277.2 1057.87,1278.65 1058.44,1280.1 1059.02,1281.54 1059.61,1282.98 1060.21,1284.42 1060.82,1285.85 1061.43,1287.28 1062.06,1288.7 1062.69,1290.12 \n 1063.33,1291.54 1063.98,1292.95 1064.64,1294.36 1065.3,1295.76 1065.98,1297.16 1066.66,1298.55 1067.36,1299.94 1068.06,1301.33 1068.76,1302.71 1069.48,1304.08 \n 1070.21,1305.46 1070.94,1306.82 1071.68,1308.18 1072.43,1309.54 1073.19,1310.89 1073.96,1312.24 1074.73,1313.58 1075.51,1314.92 1076.31,1316.25 1077.1,1317.57 \n 1077.91,1318.9 1078.73,1320.21 1079.55,1321.52 1080.38,1322.83 1081.22,1324.13 1082.06,1325.42 1082.92,1326.71 1083.78,1327.99 1084.65,1329.27 1085.53,1330.54 \n 1086.41,1331.8 1087.3,1333.06 1088.21,1334.32 1089.11,1335.57 1090.03,1336.81 1090.95,1338.04 1091.88,1339.27 1092.82,1340.5 1093.76,1341.72 1094.72,1342.93 \n 1095.68,1344.13 1096.64,1345.33 1097.62,1346.52 1098.6,1347.71 1099.59,1348.89 1100.58,1350.06 1101.59,1351.23 1102.6,1352.39 1103.61,1353.54 1104.64,1354.69 \n 1105.67,1355.83 1106.7,1356.96 1107.75,1358.09 1108.8,1359.21 1109.86,1360.32 1110.92,1361.43 1111.99,1362.53 1113.07,1363.62 1114.16,1364.7 1115.25,1365.78 \n 1116.34,1366.85 1117.45,1367.91 1118.56,1368.97 1119.68,1370.02 1120.8,1371.06 1121.93,1372.09 1123.06,1373.12 1124.21,1374.14 1125.35,1375.15 1126.51,1376.16 \n 1127.67,1377.15 1128.83,1378.14 1130.01,1379.12 1131.18,1380.1 1132.37,1381.06 1133.56,1382.02 1134.75,1382.97 1135.95,1383.91 1137.16,1384.85 1138.37,1385.77 \n 1139.59,1386.69 1140.81,1387.6 1142.04,1388.51 1143.28,1389.4 1144.52,1390.29 1145.76,1391.17 1147.01,1392.04 1148.27,1392.9 1149.53,1393.75 1150.79,1394.6 \n 1152.07,1395.43 1153.34,1396.26 1154.62,1397.08 1155.91,1397.9 1157.2,1398.7 1158.49,1399.5 1159.8,1400.28 1161.1,1401.06 1162.41,1401.83 1163.72,1402.59 \n 1165.04,1403.34 1166.37,1404.09 1167.7,1404.82 1169.03,1405.55 1170.36,1406.27 1171.71,1406.98 1173.05,1407.68 1174.4,1408.37 1175.76,1409.05 1177.11,1409.72 \n 1178.47,1410.39 1179.84,1411.04 1181.21,1411.69 1182.58,1412.33 1183.96,1412.96 1185.34,1413.58 1186.73,1414.19 1188.12,1414.79 1189.51,1415.38 1190.91,1415.97 \n 1192.3,1416.54 1193.71,1417.11 1195.11,1417.66 1196.52,1418.21 1197.94,1418.75 1199.35,1419.27 1200.77,1419.79 1202.19,1420.3 1203.62,1420.8 1205.05,1421.3 \n 1206.48,1421.78 1207.91,1422.25 1209.35,1422.71 1210.79,1423.17 1212.23,1423.61 1213.68,1424.04 1215.13,1424.47 1216.58,1424.89 1218.03,1425.29 1219.48,1425.69 \n 1220.94,1426.08 1222.4,1426.45 1223.86,1426.82 1225.33,1427.18 1226.8,1427.53 1228.26,1427.87 1229.73,1428.2 1231.21,1428.52 1232.68,1428.83 1234.16,1429.13 \n 1235.64,1429.42 1237.12,1429.7 1238.6,1429.97 1240.08,1430.24 1241.57,1430.49 1243.05,1430.73 1244.54,1430.96 1246.03,1431.19 1247.52,1431.4 1249.01,1431.6 \n 1250.5,1431.8 1252,1431.98 1253.49,1432.16 1254.99,1432.32 1256.48,1432.48 1257.98,1432.62 1259.48,1432.76 1260.98,1432.88 1262.48,1433 1263.98,1433.1 \n 1265.48,1433.2 1266.99,1433.28 1268.49,1433.36 1269.99,1433.43 1271.5,1433.48 1273,1433.53 1274.5,1433.57 1276.01,1433.59 1277.51,1433.61 1279.02,1433.62 \n 1280.52,1433.62 1282.02,1433.6 1283.53,1433.58 1285.03,1433.55 1286.54,1433.51 1288.04,1433.46 1289.54,1433.4 1291.05,1433.32 1292.55,1433.24 1294.05,1433.15 \n 1295.55,1433.05 1297.05,1432.94 1298.55,1432.82 1300.05,1432.69 1301.55,1432.55 1303.05,1432.4 1304.54,1432.24 1306.04,1432.07 1307.53,1431.89 1309.03,1431.7 \n 1310.52,1431.5 1312.01,1431.3 1313.5,1431.08 1314.99,1430.85 1316.48,1430.61 1317.96,1430.36 1319.45,1430.11 1320.93,1429.84 1322.41,1429.56 1323.89,1429.28 \n 1325.36,1428.98 1326.84,1428.67 1328.31,1428.36 1329.79,1428.03 1331.25,1427.7 1332.72,1427.36 1334.19,1427 1335.65,1426.64 1337.11,1426.27 1338.57,1425.88 \n 1340.03,1425.49 1341.48,1425.09 1342.93,1424.68 1344.38,1424.26 1345.83,1423.83 1347.27,1423.39 1348.71,1422.94 1350.15,1422.48 1351.59,1422.01 1353.02,1421.54 \n 1354.45,1421.05 1355.88,1420.56 1357.3,1420.05 1358.72,1419.54 1360.14,1419.01 1361.55,1418.48 1362.97,1417.94 1364.37,1417.39 1365.78,1416.82 1367.18,1416.25 \n 1368.58,1415.68 1369.97,1415.09 1371.36,1414.49 1372.75,1413.88 1374.13,1413.27 1375.51,1412.64 1376.89,1412.01 1378.26,1411.37 1379.63,1410.72 1380.99,1410.06 \n 1382.35,1409.39 1383.71,1408.71 1385.06,1408.02 1386.41,1407.33 1387.75,1406.62 1389.09,1405.91 1390.42,1405.19 1391.75,1404.46 1393.08,1403.72 1394.4,1402.97 \n 1395.72,1402.21 1397.03,1401.45 1398.34,1400.67 1399.64,1399.89 1400.94,1399.1 1402.23,1398.3 1403.52,1397.49 1404.8,1396.67 1406.08,1395.85 1407.35,1395.02 \n 1408.62,1394.18 1409.89,1393.33 1411.14,1392.47 1412.4,1391.6 1413.65,1390.73 1414.89,1389.84 1416.13,1388.95 1417.36,1388.06 1418.58,1387.15 1419.8,1386.23 \n 1421.02,1385.31 1422.23,1384.38 1423.43,1383.44 1424.63,1382.5 1425.82,1381.54 1427.01,1380.58 1428.19,1379.61 1429.37,1378.63 1430.53,1377.65 1431.7,1376.65 \n 1432.85,1375.65 1434.01,1374.65 1435.15,1373.63 1436.29,1372.61 1437.42,1371.58 1438.55,1370.54 1439.67,1369.5 1440.78,1368.44 1441.89,1367.38 1442.99,1366.32 \n 1444.08,1365.24 1445.17,1364.16 1446.25,1363.07 1447.33,1361.98 1448.39,1360.88 1449.46,1359.77 1450.51,1358.65 1451.56,1357.53 1452.6,1356.4 1453.63,1355.26 \n 1454.66,1354.12 1455.68,1352.97 1456.69,1351.81 1457.7,1350.65 1458.7,1349.48 1459.69,1348.3 1460.68,1347.12 1461.65,1345.93 1462.62,1344.73 1463.59,1343.53 \n 1464.54,1342.32 1465.49,1341.11 1466.43,1339.89 1467.37,1338.66 1468.29,1337.43 1469.21,1336.19 1470.13,1334.94 1471.03,1333.69 1471.93,1332.43 1472.82,1331.17 \n 1473.7,1329.9 1474.57,1328.63 1475.44,1327.35 1476.29,1326.06 1477.14,1324.77 1477.99,1323.48 1478.82,1322.17 1479.65,1320.87 1480.47,1319.55 1481.28,1318.24 \n 1482.08,1316.91 1482.87,1315.58 1483.66,1314.25 1484.44,1312.91 1485.21,1311.57 1485.97,1310.22 1486.73,1308.86 1487.47,1307.5 1488.21,1306.14 1488.94,1304.77 \n 1489.66,1303.4 1490.37,1302.02 1491.08,1300.64 1491.78,1299.25 1492.46,1297.86 1493.14,1296.46 1493.81,1295.06 1494.48,1293.65 1495.13,1292.25 1495.78,1290.83 \n 1496.41,1289.41 1497.04,1287.99 1497.66,1286.57 1498.27,1285.14 1498.87,1283.7 1499.47,1282.26 1500.05,1280.82 1500.63,1279.38 1501.2,1277.93 1501.76,1276.47 \n 1502.31,1275.02 1502.85,1273.56 1503.38,1272.09 1503.9,1270.63 1504.42,1269.15 1504.92,1267.68 1505.42,1266.2 1505.91,1264.72 1506.39,1263.24 1506.86,1261.75 \n 1507.32,1260.26 1507.77,1258.77 1508.21,1257.27 1508.64,1255.78 1509.07,1254.27 1509.48,1252.77 1509.89,1251.26 1510.29,1249.75 1510.68,1248.24 1511.06,1246.73 \n 1511.43,1245.21 1511.79,1243.69 1512.14,1242.17 1512.48,1240.64 1512.81,1239.12 1513.14,1237.59 1513.45,1236.06 1513.76,1234.53 1514.05,1232.99 1514.34,1231.46 \n 1514.62,1229.92 1514.89,1228.38 1515.14,1226.84 1515.39,1225.29 1515.63,1223.75 1515.87,1222.2 1516.09,1220.65 1516.3,1219.1 1516.5,1217.55 1516.7,1216 \n 1516.88,1214.45 1517.05,1212.89 1517.22,1211.34 1517.38,1209.78 1517.52,1208.22 1517.66,1206.67 1517.79,1205.11 1517.9,1203.55 1518.01,1201.98 1518.11,1200.42 \n 1518.2,1198.86 1518.28,1197.3 1518.35,1195.73 1518.42,1194.17 1518.47,1192.61 1518.51,1191.04 1518.54,1189.48 1518.57,1187.91 1518.58,1186.35 1518.59,1184.78 \n \n \"/>\n</svg>\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": {
"name": "julia-1.7-depwarn-o3",
"display_name": "Julia 1.7.0-DEV depwarn -O3",
"language": "julia"
},
"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
},
"language_info": {
"file_extension": ".jl",
"name": "julia",
"mimetype": "application/julia",
"version": "1.7.0"
},
"@webio": {
"lastKernelId": null,
"lastCommId": null
},
"gist": {
"id": "671618fb646c8da376d3fb6d7d916b23",
"data": {
"description": "How to add types and methods to other modules",
"public": true
}
},
"_draft": {
"nbviewer_url": "https://gist.github.com/671618fb646c8da376d3fb6d7d916b23"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment